From b0ff7fa7a89e05c187bdd03b1d8d8d3092c2e21e Mon Sep 17 00:00:00 2001 From: SelineV Date: Tue, 2 Dec 2025 05:18:28 +0000 Subject: [PATCH] Commit try django --- Dev/trydjango/src/db.sqlite3 | Bin 0 -> 139264 bytes Dev/trydjango/src/manage.py | 22 + Dev/trydjango/src/products/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 158 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 336 bytes .../products/__pycache__/apps.cpython-312.pyc | Bin 0 -> 468 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 781 bytes Dev/trydjango/src/products/admin.py | 6 + Dev/trydjango/src/products/apps.py | 6 + .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 986 bytes .../0002_product_summary.cpython-312.pyc | Bin 0 -> 745 bytes ...ter_product_price_and_more.cpython-312.pyc | Bin 0 -> 1239 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 169 bytes Dev/trydjango/src/products/models.py | 8 + Dev/trydjango/src/products/tests.py | 3 + Dev/trydjango/src/products/views.py | 3 + Dev/trydjango/src/trydjango/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 159 bytes .../__pycache__/settings.cpython-312.pyc | Bin 0 -> 2510 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 1028 bytes .../__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 651 bytes Dev/trydjango/src/trydjango/settings.py | 125 + Dev/trydjango/src/trydjango/urls.py | 23 + Dev/trydjango/src/trydjango/wsgi.py | 16 + Dev/trydjango/venv/bin/Activate.ps1 | 247 + Dev/trydjango/venv/bin/activate | 70 + Dev/trydjango/venv/bin/activate.csh | 27 + Dev/trydjango/venv/bin/activate.fish | 69 + Dev/trydjango/venv/bin/django-admin | 8 + Dev/trydjango/venv/bin/pip | 8 + Dev/trydjango/venv/bin/pip3 | 8 + Dev/trydjango/venv/bin/pip3.12 | 8 + Dev/trydjango/venv/bin/python | 1 + Dev/trydjango/venv/bin/python3 | 1 + Dev/trydjango/venv/bin/python3.12 | 1 + Dev/trydjango/venv/bin/sqlformat | 8 + .../asgiref-3.11.0.dist-info/INSTALLER | 1 + .../asgiref-3.11.0.dist-info/METADATA | 247 + .../asgiref-3.11.0.dist-info/RECORD | 27 + .../asgiref-3.11.0.dist-info/WHEEL | 5 + .../asgiref-3.11.0.dist-info/licenses/LICENSE | 27 + .../asgiref-3.11.0.dist-info/top_level.txt | 1 + .../site-packages/asgiref/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/compatibility.cpython-312.pyc | Bin 0 -> 1797 bytes .../current_thread_executor.cpython-312.pyc | Bin 0 -> 5857 bytes .../asgiref/__pycache__/local.cpython-312.pyc | Bin 0 -> 5978 bytes .../__pycache__/server.cpython-312.pyc | Bin 0 -> 8708 bytes .../asgiref/__pycache__/sync.cpython-312.pyc | Bin 0 -> 23458 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 7221 bytes .../__pycache__/timeout.cpython-312.pyc | Bin 0 -> 4896 bytes .../__pycache__/typing.cpython-312.pyc | Bin 0 -> 9914 bytes .../asgiref/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 7323 bytes .../site-packages/asgiref/compatibility.py | 48 + .../asgiref/current_thread_executor.py | 123 + .../python3.12/site-packages/asgiref/local.py | 131 + .../python3.12/site-packages/asgiref/py.typed | 0 .../site-packages/asgiref/server.py | 173 + .../python3.12/site-packages/asgiref/sync.py | 655 + .../site-packages/asgiref/testing.py | 137 + .../site-packages/asgiref/timeout.py | 118 + .../site-packages/asgiref/typing.py | 279 + .../python3.12/site-packages/asgiref/wsgi.py | 166 + .../django-5.2.8.dist-info/INSTALLER | 1 + .../django-5.2.8.dist-info/METADATA | 98 + .../django-5.2.8.dist-info/RECORD | 4553 +++++++ .../django-5.2.8.dist-info/REQUESTED | 0 .../django-5.2.8.dist-info/WHEEL | 5 + .../django-5.2.8.dist-info/entry_points.txt | 2 + .../django-5.2.8.dist-info/licenses/LICENSE | 27 + .../licenses/LICENSE.python | 288 + .../django-5.2.8.dist-info/top_level.txt | 1 + .../site-packages/django/__init__.py | 24 + .../site-packages/django/__main__.py | 10 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1226 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 475 bytes .../__pycache__/shortcuts.cpython-312.pyc | Bin 0 -> 7821 bytes .../site-packages/django/apps/__init__.py | 4 + .../apps/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 309 bytes .../apps/__pycache__/config.cpython-312.pyc | Bin 0 -> 9217 bytes .../apps/__pycache__/registry.cpython-312.pyc | Bin 0 -> 18749 bytes .../site-packages/django/apps/config.py | 274 + .../site-packages/django/apps/registry.py | 437 + .../site-packages/django/conf/__init__.py | 272 + .../conf/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 13042 bytes .../global_settings.cpython-312.pyc | Bin 0 -> 12649 bytes .../django/conf/app_template/__init__.py-tpl | 0 .../django/conf/app_template/admin.py-tpl | 3 + .../django/conf/app_template/apps.py-tpl | 6 + .../app_template/migrations/__init__.py-tpl | 0 .../django/conf/app_template/models.py-tpl | 3 + .../django/conf/app_template/tests.py-tpl | 3 + .../django/conf/app_template/views.py-tpl | 3 + .../django/conf/global_settings.py | 669 + .../django/conf/locale/__init__.py | 629 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 8569 bytes .../conf/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 27466 bytes .../conf/locale/af/LC_MESSAGES/django.po | 1345 ++ .../conf/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 35688 bytes .../conf/locale/ar/LC_MESSAGES/django.po | 1389 ++ .../django/conf/locale/ar/__init__.py | 0 .../ar/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ar/__pycache__/formats.cpython-312.pyc | Bin 0 -> 441 bytes .../django/conf/locale/ar/formats.py | 21 + .../conf/locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 33960 bytes .../conf/locale/ar_DZ/LC_MESSAGES/django.po | 1397 ++ .../django/conf/locale/ar_DZ/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../ar_DZ/__pycache__/formats.cpython-312.pyc | Bin 0 -> 749 bytes .../django/conf/locale/ar_DZ/formats.py | 29 + .../conf/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 15579 bytes .../conf/locale/ast/LC_MESSAGES/django.po | 1237 ++ .../conf/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 28598 bytes .../conf/locale/az/LC_MESSAGES/django.po | 1347 ++ .../django/conf/locale/az/__init__.py | 0 .../az/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../az/__pycache__/formats.cpython-312.pyc | Bin 0 -> 796 bytes .../django/conf/locale/az/formats.py | 30 + .../conf/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 37607 bytes .../conf/locale/be/LC_MESSAGES/django.po | 1392 ++ .../conf/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 34729 bytes .../conf/locale/bg/LC_MESSAGES/django.po | 1353 ++ .../django/conf/locale/bg/__init__.py | 0 .../bg/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../bg/__pycache__/formats.cpython-312.pyc | Bin 0 -> 397 bytes .../django/conf/locale/bg/formats.py | 21 + .../conf/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 16660 bytes .../conf/locale/bn/LC_MESSAGES/django.po | 1218 ++ .../django/conf/locale/bn/__init__.py | 0 .../bn/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../bn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 685 bytes .../django/conf/locale/bn/formats.py | 32 + .../conf/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 14009 bytes .../conf/locale/br/LC_MESSAGES/django.po | 1297 ++ .../conf/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 10824 bytes .../conf/locale/bs/LC_MESSAGES/django.po | 1238 ++ .../django/conf/locale/bs/__init__.py | 0 .../bs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../bs/__pycache__/formats.cpython-312.pyc | Bin 0 -> 471 bytes .../django/conf/locale/bs/formats.py | 21 + .../conf/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 27707 bytes .../conf/locale/ca/LC_MESSAGES/django.po | 1340 ++ .../django/conf/locale/ca/__init__.py | 0 .../ca/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ca/__pycache__/formats.cpython-312.pyc | Bin 0 -> 818 bytes .../django/conf/locale/ca/formats.py | 30 + .../conf/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 33846 bytes .../conf/locale/ckb/LC_MESSAGES/django.po | 1333 ++ .../django/conf/locale/ckb/__init__.py | 0 .../ckb/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../ckb/__pycache__/formats.cpython-312.pyc | Bin 0 -> 569 bytes .../django/conf/locale/ckb/formats.py | 21 + .../conf/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 30186 bytes .../conf/locale/cs/LC_MESSAGES/django.po | 1388 ++ .../django/conf/locale/cs/__init__.py | 0 .../cs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../cs/__pycache__/formats.cpython-312.pyc | Bin 0 -> 934 bytes .../django/conf/locale/cs/formats.py | 43 + .../conf/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 18319 bytes .../conf/locale/cy/LC_MESSAGES/django.po | 1278 ++ .../django/conf/locale/cy/__init__.py | 0 .../cy/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../cy/__pycache__/formats.cpython-312.pyc | Bin 0 -> 843 bytes .../django/conf/locale/cy/formats.py | 33 + .../conf/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 27818 bytes .../conf/locale/da/LC_MESSAGES/django.po | 1341 ++ .../django/conf/locale/da/__init__.py | 0 .../da/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../da/__pycache__/formats.cpython-312.pyc | Bin 0 -> 722 bytes .../django/conf/locale/da/formats.py | 26 + .../conf/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 29046 bytes .../conf/locale/de/LC_MESSAGES/django.po | 1369 ++ .../django/conf/locale/de/__init__.py | 0 .../de/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../de/__pycache__/formats.cpython-312.pyc | Bin 0 -> 737 bytes .../django/conf/locale/de/formats.py | 29 + .../django/conf/locale/de_CH/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../de_CH/__pycache__/formats.cpython-312.pyc | Bin 0 -> 744 bytes .../django/conf/locale/de_CH/formats.py | 33 + .../conf/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 30738 bytes .../conf/locale/dsb/LC_MESSAGES/django.po | 1392 ++ .../conf/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 33648 bytes .../conf/locale/el/LC_MESSAGES/django.po | 1332 ++ .../django/conf/locale/el/__init__.py | 0 .../el/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../el/__pycache__/formats.cpython-312.pyc | Bin 0 -> 830 bytes .../django/conf/locale/el/formats.py | 34 + .../conf/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../conf/locale/en/LC_MESSAGES/django.po | 1614 +++ .../django/conf/locale/en/__init__.py | 0 .../en/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../en/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1005 bytes .../django/conf/locale/en/formats.py | 65 + .../conf/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 25633 bytes .../conf/locale/en_AU/LC_MESSAGES/django.po | 1299 ++ .../django/conf/locale/en_AU/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../en_AU/__pycache__/formats.cpython-312.pyc | Bin 0 -> 846 bytes .../django/conf/locale/en_AU/formats.py | 41 + .../django/conf/locale/en_CA/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../en_CA/__pycache__/formats.cpython-312.pyc | Bin 0 -> 793 bytes .../django/conf/locale/en_CA/formats.py | 31 + .../conf/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 12108 bytes .../conf/locale/en_GB/LC_MESSAGES/django.po | 1221 ++ .../django/conf/locale/en_GB/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../en_GB/__pycache__/formats.cpython-312.pyc | Bin 0 -> 846 bytes .../django/conf/locale/en_GB/formats.py | 41 + .../django/conf/locale/en_IE/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../en_IE/__pycache__/formats.cpython-312.pyc | Bin 0 -> 888 bytes .../django/conf/locale/en_IE/formats.py | 37 + .../conf/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 27676 bytes .../conf/locale/eo/LC_MESSAGES/django.po | 1331 ++ .../django/conf/locale/eo/__init__.py | 0 .../eo/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../eo/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1005 bytes .../django/conf/locale/eo/formats.py | 44 + .../conf/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 29315 bytes .../conf/locale/es/LC_MESSAGES/django.po | 1414 ++ .../django/conf/locale/es/__init__.py | 0 .../es/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../es/__pycache__/formats.cpython-312.pyc | Bin 0 -> 835 bytes .../django/conf/locale/es/formats.py | 30 + .../conf/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 29693 bytes .../conf/locale/es_AR/LC_MESSAGES/django.po | 1378 ++ .../django/conf/locale/es_AR/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../es_AR/__pycache__/formats.cpython-312.pyc | Bin 0 -> 799 bytes .../django/conf/locale/es_AR/formats.py | 30 + .../conf/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 18079 bytes .../conf/locale/es_CO/LC_MESSAGES/django.po | 1258 ++ .../django/conf/locale/es_CO/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../es_CO/__pycache__/formats.cpython-312.pyc | Bin 0 -> 836 bytes .../django/conf/locale/es_CO/formats.py | 26 + .../conf/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 18501 bytes .../conf/locale/es_MX/LC_MESSAGES/django.po | 1279 ++ .../django/conf/locale/es_MX/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../es_MX/__pycache__/formats.cpython-312.pyc | Bin 0 -> 836 bytes .../django/conf/locale/es_MX/formats.py | 26 + .../django/conf/locale/es_NI/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../es_NI/__pycache__/formats.cpython-312.pyc | Bin 0 -> 836 bytes .../django/conf/locale/es_NI/formats.py | 26 + .../django/conf/locale/es_PR/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../es_PR/__pycache__/formats.cpython-312.pyc | Bin 0 -> 834 bytes .../django/conf/locale/es_PR/formats.py | 27 + .../conf/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 18840 bytes .../conf/locale/es_VE/LC_MESSAGES/django.po | 1260 ++ .../conf/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 27291 bytes .../conf/locale/et/LC_MESSAGES/django.po | 1341 ++ .../django/conf/locale/et/__init__.py | 0 .../et/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../et/__pycache__/formats.cpython-312.pyc | Bin 0 -> 399 bytes .../django/conf/locale/et/formats.py | 21 + .../conf/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 21725 bytes .../conf/locale/eu/LC_MESSAGES/django.po | 1313 ++ .../django/conf/locale/eu/__init__.py | 0 .../eu/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../eu/__pycache__/formats.cpython-312.pyc | Bin 0 -> 596 bytes .../django/conf/locale/eu/formats.py | 21 + .../conf/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 31192 bytes .../conf/locale/fa/LC_MESSAGES/django.po | 1351 ++ .../django/conf/locale/fa/__init__.py | 0 .../fa/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../fa/__pycache__/formats.cpython-312.pyc | Bin 0 -> 562 bytes .../django/conf/locale/fa/formats.py | 21 + .../conf/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 28122 bytes .../conf/locale/fi/LC_MESSAGES/django.po | 1341 ++ .../django/conf/locale/fi/__init__.py | 0 .../fi/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../fi/__pycache__/formats.cpython-312.pyc | Bin 0 -> 877 bytes .../django/conf/locale/fi/formats.py | 36 + .../conf/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 30309 bytes .../conf/locale/fr/LC_MESSAGES/django.po | 1395 ++ .../django/conf/locale/fr/__init__.py | 0 .../fr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../fr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 738 bytes .../django/conf/locale/fr/formats.py | 27 + .../django/conf/locale/fr_BE/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../fr_BE/__pycache__/formats.cpython-312.pyc | Bin 0 -> 812 bytes .../django/conf/locale/fr_BE/formats.py | 32 + .../django/conf/locale/fr_CA/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../fr_CA/__pycache__/formats.cpython-312.pyc | Bin 0 -> 820 bytes .../django/conf/locale/fr_CA/formats.py | 30 + .../django/conf/locale/fr_CH/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../fr_CH/__pycache__/formats.cpython-312.pyc | Bin 0 -> 812 bytes .../django/conf/locale/fr_CH/formats.py | 36 + .../conf/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 2286 bytes .../conf/locale/fy/LC_MESSAGES/django.po | 1218 ++ .../django/conf/locale/fy/__init__.py | 0 .../fy/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../fy/__pycache__/formats.cpython-312.pyc | Bin 0 -> 200 bytes .../django/conf/locale/fy/formats.py | 21 + .../conf/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 31429 bytes .../conf/locale/ga/LC_MESSAGES/django.po | 1426 ++ .../django/conf/locale/ga/__init__.py | 0 .../ga/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ga/__pycache__/formats.cpython-312.pyc | Bin 0 -> 393 bytes .../django/conf/locale/ga/formats.py | 21 + .../conf/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 30752 bytes .../conf/locale/gd/LC_MESSAGES/django.po | 1386 ++ .../django/conf/locale/gd/__init__.py | 0 .../gd/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../gd/__pycache__/formats.cpython-312.pyc | Bin 0 -> 509 bytes .../django/conf/locale/gd/formats.py | 21 + .../conf/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 28484 bytes .../conf/locale/gl/LC_MESSAGES/django.po | 1356 ++ .../django/conf/locale/gl/__init__.py | 0 .../gl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../gl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 580 bytes .../django/conf/locale/gl/formats.py | 21 + .../conf/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 31336 bytes .../conf/locale/he/LC_MESSAGES/django.po | 1340 ++ .../django/conf/locale/he/__init__.py | 0 .../he/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../he/__pycache__/formats.cpython-312.pyc | Bin 0 -> 521 bytes .../django/conf/locale/he/formats.py | 21 + .../conf/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 19712 bytes .../conf/locale/hi/LC_MESSAGES/django.po | 1254 ++ .../django/conf/locale/hi/__init__.py | 0 .../hi/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../hi/__pycache__/formats.cpython-312.pyc | Bin 0 -> 395 bytes .../django/conf/locale/hi/formats.py | 21 + .../conf/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 19457 bytes .../conf/locale/hr/LC_MESSAGES/django.po | 1274 ++ .../django/conf/locale/hr/__init__.py | 0 .../hr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../hr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1026 bytes .../django/conf/locale/hr/formats.py | 44 + .../conf/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 30397 bytes .../conf/locale/hsb/LC_MESSAGES/django.po | 1384 ++ .../conf/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 29058 bytes .../conf/locale/hu/LC_MESSAGES/django.po | 1365 ++ .../django/conf/locale/hu/__init__.py | 0 .../hu/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../hu/__pycache__/formats.cpython-312.pyc | Bin 0 -> 796 bytes .../django/conf/locale/hu/formats.py | 30 + .../conf/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 22207 bytes .../conf/locale/hy/LC_MESSAGES/django.po | 1237 ++ .../conf/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 21428 bytes .../conf/locale/ia/LC_MESSAGES/django.po | 1289 ++ .../conf/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 27722 bytes .../conf/locale/id/LC_MESSAGES/django.po | 1338 ++ .../django/conf/locale/id/__init__.py | 0 .../id/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../id/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1021 bytes .../django/conf/locale/id/formats.py | 49 + .../conf/locale/ig/LC_MESSAGES/django.mo | Bin 0 -> 27188 bytes .../conf/locale/ig/LC_MESSAGES/django.po | 1271 ++ .../django/conf/locale/ig/__init__.py | 0 .../ig/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ig/__pycache__/formats.cpython-312.pyc | Bin 0 -> 797 bytes .../django/conf/locale/ig/formats.py | 32 + .../conf/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 14317 bytes .../conf/locale/io/LC_MESSAGES/django.po | 1231 ++ .../conf/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 24273 bytes .../conf/locale/is/LC_MESSAGES/django.po | 1302 ++ .../django/conf/locale/is/__init__.py | 0 .../is/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../is/__pycache__/formats.cpython-312.pyc | Bin 0 -> 458 bytes .../django/conf/locale/is/formats.py | 21 + .../conf/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 28519 bytes .../conf/locale/it/LC_MESSAGES/django.po | 1387 ++ .../django/conf/locale/it/__init__.py | 0 .../it/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../it/__pycache__/formats.cpython-312.pyc | Bin 0 -> 998 bytes .../django/conf/locale/it/formats.py | 43 + .../conf/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 30973 bytes .../conf/locale/ja/LC_MESSAGES/django.po | 1333 ++ .../django/conf/locale/ja/__init__.py | 0 .../ja/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ja/__pycache__/formats.cpython-312.pyc | Bin 0 -> 572 bytes .../django/conf/locale/ja/formats.py | 21 + .../conf/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 24759 bytes .../conf/locale/ka/LC_MESSAGES/django.po | 1239 ++ .../django/conf/locale/ka/__init__.py | 0 .../ka/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ka/__pycache__/formats.cpython-312.pyc | Bin 0 -> 996 bytes .../django/conf/locale/ka/formats.py | 48 + .../conf/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 7139 bytes .../conf/locale/kab/LC_MESSAGES/django.po | 1211 ++ .../conf/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 13148 bytes .../conf/locale/kk/LC_MESSAGES/django.po | 1223 ++ .../conf/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 7217 bytes .../conf/locale/km/LC_MESSAGES/django.po | 1251 ++ .../django/conf/locale/km/__init__.py | 0 .../km/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../km/__pycache__/formats.cpython-312.pyc | Bin 0 -> 526 bytes .../django/conf/locale/km/formats.py | 21 + .../conf/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 17515 bytes .../conf/locale/kn/LC_MESSAGES/django.po | 1232 ++ .../django/conf/locale/kn/__init__.py | 0 .../kn/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../kn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 328 bytes .../django/conf/locale/kn/formats.py | 21 + .../conf/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 29171 bytes .../conf/locale/ko/LC_MESSAGES/django.po | 1337 ++ .../django/conf/locale/ko/__init__.py | 0 .../ko/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ko/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1066 bytes .../django/conf/locale/ko/formats.py | 54 + .../conf/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 31395 bytes .../conf/locale/ky/LC_MESSAGES/django.po | 1279 ++ .../django/conf/locale/ky/__init__.py | 0 .../ky/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ky/__pycache__/formats.cpython-312.pyc | Bin 0 -> 826 bytes .../django/conf/locale/ky/formats.py | 32 + .../conf/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 8008 bytes .../conf/locale/lb/LC_MESSAGES/django.po | 1213 ++ .../conf/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 21421 bytes .../conf/locale/lt/LC_MESSAGES/django.po | 1324 ++ .../django/conf/locale/lt/__init__.py | 0 .../lt/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../lt/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1032 bytes .../django/conf/locale/lt/formats.py | 45 + .../conf/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 29204 bytes .../conf/locale/lv/LC_MESSAGES/django.po | 1374 ++ .../django/conf/locale/lv/__init__.py | 0 .../lv/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../lv/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1040 bytes .../django/conf/locale/lv/formats.py | 46 + .../conf/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 22737 bytes .../conf/locale/mk/LC_MESSAGES/django.po | 1273 ++ .../django/conf/locale/mk/__init__.py | 0 .../mk/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../mk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 937 bytes .../django/conf/locale/mk/formats.py | 40 + .../conf/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 30808 bytes .../conf/locale/ml/LC_MESSAGES/django.po | 1274 ++ .../django/conf/locale/ml/__init__.py | 0 .../ml/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ml/__pycache__/formats.cpython-312.pyc | Bin 0 -> 849 bytes .../django/conf/locale/ml/formats.py | 43 + .../conf/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 33282 bytes .../conf/locale/mn/LC_MESSAGES/django.po | 1345 ++ .../django/conf/locale/mn/__init__.py | 0 .../mn/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../mn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 295 bytes .../django/conf/locale/mn/formats.py | 21 + .../conf/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 27608 bytes .../conf/locale/mr/LC_MESSAGES/django.po | 1280 ++ .../conf/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 27066 bytes .../conf/locale/ms/LC_MESSAGES/django.po | 1286 ++ .../django/conf/locale/ms/__init__.py | 0 .../ms/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ms/__pycache__/formats.cpython-312.pyc | Bin 0 -> 889 bytes .../django/conf/locale/ms/formats.py | 38 + .../conf/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 2589 bytes .../conf/locale/my/LC_MESSAGES/django.po | 1197 ++ .../conf/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 27007 bytes .../conf/locale/nb/LC_MESSAGES/django.po | 1324 ++ .../django/conf/locale/nb/__init__.py | 0 .../nb/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../nb/__pycache__/formats.cpython-312.pyc | Bin 0 -> 859 bytes .../django/conf/locale/nb/formats.py | 41 + .../conf/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 27248 bytes .../conf/locale/ne/LC_MESSAGES/django.po | 1253 ++ .../conf/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 28038 bytes .../conf/locale/nl/LC_MESSAGES/django.po | 1357 ++ .../django/conf/locale/nl/__init__.py | 0 .../nl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../nl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1370 bytes .../django/conf/locale/nl/formats.py | 92 + .../conf/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 26850 bytes .../conf/locale/nn/LC_MESSAGES/django.po | 1305 ++ .../django/conf/locale/nn/__init__.py | 0 .../nn/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../nn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 859 bytes .../django/conf/locale/nn/formats.py | 41 + .../conf/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 17994 bytes .../conf/locale/os/LC_MESSAGES/django.po | 1235 ++ .../conf/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 11253 bytes .../conf/locale/pa/LC_MESSAGES/django.po | 1213 ++ .../conf/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 30719 bytes .../conf/locale/pl/LC_MESSAGES/django.po | 1424 ++ .../django/conf/locale/pl/__init__.py | 0 .../pl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../pl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 743 bytes .../django/conf/locale/pl/formats.py | 30 + .../conf/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 22849 bytes .../conf/locale/pt/LC_MESSAGES/django.po | 1340 ++ .../django/conf/locale/pt/__init__.py | 0 .../pt/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../pt/__pycache__/formats.cpython-312.pyc | Bin 0 -> 890 bytes .../django/conf/locale/pt/formats.py | 39 + .../conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 29248 bytes .../conf/locale/pt_BR/LC_MESSAGES/django.po | 1404 ++ .../django/conf/locale/pt_BR/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../pt_BR/__pycache__/formats.cpython-312.pyc | Bin 0 -> 832 bytes .../django/conf/locale/pt_BR/formats.py | 34 + .../conf/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 21493 bytes .../conf/locale/ro/LC_MESSAGES/django.po | 1323 ++ .../django/conf/locale/ro/__init__.py | 0 .../ro/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ro/__pycache__/formats.cpython-312.pyc | Bin 0 -> 839 bytes .../django/conf/locale/ro/formats.py | 35 + .../conf/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 38784 bytes .../conf/locale/ru/LC_MESSAGES/django.po | 1424 ++ .../django/conf/locale/ru/__init__.py | 0 .../ru/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ru/__pycache__/formats.cpython-312.pyc | Bin 0 -> 816 bytes .../django/conf/locale/ru/formats.py | 30 + .../conf/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 29965 bytes .../conf/locale/sk/LC_MESSAGES/django.po | 1394 ++ .../django/conf/locale/sk/__init__.py | 0 .../sk/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../sk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 745 bytes .../django/conf/locale/sk/formats.py | 30 + .../conf/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 23147 bytes .../conf/locale/sl/LC_MESSAGES/django.po | 1351 ++ .../django/conf/locale/sl/__init__.py | 0 .../sl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../sl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1009 bytes .../django/conf/locale/sl/formats.py | 44 + .../conf/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 28772 bytes .../conf/locale/sq/LC_MESSAGES/django.po | 1352 ++ .../django/conf/locale/sq/__init__.py | 0 .../sq/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../sq/__pycache__/formats.cpython-312.pyc | Bin 0 -> 427 bytes .../django/conf/locale/sq/formats.py | 21 + .../conf/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 35028 bytes .../conf/locale/sr/LC_MESSAGES/django.po | 1364 ++ .../django/conf/locale/sr/__init__.py | 0 .../sr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../sr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 959 bytes .../django/conf/locale/sr/formats.py | 44 + .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 28715 bytes .../conf/locale/sr_Latn/LC_MESSAGES/django.po | 1638 +++ .../django/conf/locale/sr_Latn/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 964 bytes .../django/conf/locale/sr_Latn/formats.py | 44 + .../conf/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 27931 bytes .../conf/locale/sv/LC_MESSAGES/django.po | 1366 ++ .../django/conf/locale/sv/__init__.py | 0 .../sv/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../sv/__pycache__/formats.cpython-312.pyc | Bin 0 -> 856 bytes .../django/conf/locale/sv/formats.py | 35 + .../conf/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 13534 bytes .../conf/locale/sw/LC_MESSAGES/django.po | 1221 ++ .../conf/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 7094 bytes .../conf/locale/ta/LC_MESSAGES/django.po | 1230 ++ .../django/conf/locale/ta/__init__.py | 0 .../ta/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ta/__pycache__/formats.cpython-312.pyc | Bin 0 -> 330 bytes .../django/conf/locale/ta/formats.py | 21 + .../conf/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 13259 bytes .../conf/locale/te/LC_MESSAGES/django.po | 1233 ++ .../django/conf/locale/te/__init__.py | 0 .../te/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../te/__pycache__/formats.cpython-312.pyc | Bin 0 -> 328 bytes .../django/conf/locale/te/formats.py | 21 + .../conf/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 28497 bytes .../conf/locale/tg/LC_MESSAGES/django.po | 1299 ++ .../django/conf/locale/tg/__init__.py | 0 .../tg/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../tg/__pycache__/formats.cpython-312.pyc | Bin 0 -> 826 bytes .../django/conf/locale/tg/formats.py | 32 + .../conf/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 18629 bytes .../conf/locale/th/LC_MESSAGES/django.po | 1208 ++ .../django/conf/locale/th/__init__.py | 0 .../th/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../th/__pycache__/formats.cpython-312.pyc | Bin 0 -> 808 bytes .../django/conf/locale/th/formats.py | 33 + .../conf/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 27792 bytes .../conf/locale/tk/LC_MESSAGES/django.po | 1337 ++ .../django/conf/locale/tk/__init__.py | 0 .../tk/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../tk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 826 bytes .../django/conf/locale/tk/formats.py | 32 + .../conf/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 28862 bytes .../conf/locale/tr/LC_MESSAGES/django.po | 1359 ++ .../django/conf/locale/tr/__init__.py | 0 .../tr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../tr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 738 bytes .../django/conf/locale/tr/formats.py | 30 + .../conf/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 14500 bytes .../conf/locale/tt/LC_MESSAGES/django.po | 1211 ++ .../conf/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 12822 bytes .../conf/locale/udm/LC_MESSAGES/django.po | 1197 ++ .../conf/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 35426 bytes .../conf/locale/ug/LC_MESSAGES/django.po | 1354 ++ .../django/conf/locale/ug/__init__.py | 0 .../ug/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../ug/__pycache__/formats.cpython-312.pyc | Bin 0 -> 532 bytes .../django/conf/locale/ug/formats.py | 14 + .../conf/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 30829 bytes .../conf/locale/uk/LC_MESSAGES/django.po | 1386 ++ .../django/conf/locale/uk/__init__.py | 0 .../uk/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../uk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 877 bytes .../django/conf/locale/uk/formats.py | 35 + .../conf/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 12200 bytes .../conf/locale/ur/LC_MESSAGES/django.po | 1277 ++ .../conf/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 26443 bytes .../conf/locale/uz/LC_MESSAGES/django.po | 1322 ++ .../django/conf/locale/uz/__init__.py | 0 .../uz/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../uz/__pycache__/formats.cpython-312.pyc | Bin 0 -> 838 bytes .../django/conf/locale/uz/formats.py | 30 + .../conf/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 17396 bytes .../conf/locale/vi/LC_MESSAGES/django.po | 1234 ++ .../django/conf/locale/vi/__init__.py | 0 .../vi/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../vi/__pycache__/formats.cpython-312.pyc | Bin 0 -> 566 bytes .../django/conf/locale/vi/formats.py | 21 + .../conf/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 26813 bytes .../conf/locale/zh_Hans/LC_MESSAGES/django.po | 1327 ++ .../django/conf/locale/zh_Hans/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 982 bytes .../django/conf/locale/zh_Hans/formats.py | 42 + .../conf/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 26807 bytes .../conf/locale/zh_Hant/LC_MESSAGES/django.po | 1294 ++ .../django/conf/locale/zh_Hant/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 982 bytes .../django/conf/locale/zh_Hant/formats.py | 42 + .../conf/project_template/manage.py-tpl | 22 + .../project_name/__init__.py-tpl | 0 .../project_template/project_name/asgi.py-tpl | 16 + .../project_name/settings.py-tpl | 122 + .../project_template/project_name/urls.py-tpl | 22 + .../project_template/project_name/wsgi.py-tpl | 16 + .../django/conf/urls/__init__.py | 9 + .../urls/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 587 bytes .../urls/__pycache__/i18n.cpython-312.pyc | Bin 0 -> 1703 bytes .../urls/__pycache__/static.cpython-312.pyc | Bin 0 -> 1301 bytes .../site-packages/django/conf/urls/i18n.py | 39 + .../site-packages/django/conf/urls/static.py | 30 + .../site-packages/django/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 194 bytes .../django/contrib/admin/__init__.py | 52 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1310 bytes .../admin/__pycache__/actions.cpython-312.pyc | Bin 0 -> 3415 bytes .../admin/__pycache__/apps.cpython-312.pyc | Bin 0 -> 1875 bytes .../admin/__pycache__/checks.cpython-312.pyc | Bin 0 -> 55967 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 3941 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1170 bytes .../admin/__pycache__/filters.cpython-312.pyc | Bin 0 -> 35118 bytes .../admin/__pycache__/forms.cpython-312.pyc | Bin 0 -> 1709 bytes .../admin/__pycache__/helpers.cpython-312.pyc | Bin 0 -> 26888 bytes .../admin/__pycache__/models.cpython-312.pyc | Bin 0 -> 10313 bytes .../admin/__pycache__/options.cpython-312.pyc | Bin 0 -> 109428 bytes .../admin/__pycache__/sites.cpython-312.pyc | Bin 0 -> 26219 bytes .../admin/__pycache__/tests.cpython-312.pyc | Bin 0 -> 12014 bytes .../admin/__pycache__/utils.cpython-312.pyc | Bin 0 -> 27887 bytes .../admin/__pycache__/widgets.cpython-312.pyc | Bin 0 -> 29211 bytes .../django/contrib/admin/actions.py | 94 + .../django/contrib/admin/apps.py | 27 + .../django/contrib/admin/checks.py | 1359 ++ .../django/contrib/admin/decorators.py | 111 + .../django/contrib/admin/exceptions.py | 25 + .../django/contrib/admin/filters.py | 716 ++ .../django/contrib/admin/forms.py | 31 + .../django/contrib/admin/helpers.py | 568 + .../admin/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 17709 bytes .../admin/locale/af/LC_MESSAGES/django.po | 788 ++ .../admin/locale/af/LC_MESSAGES/djangojs.mo | Bin 0 -> 5390 bytes .../admin/locale/af/LC_MESSAGES/djangojs.po | 312 + .../admin/locale/am/LC_MESSAGES/django.mo | Bin 0 -> 8309 bytes .../admin/locale/am/LC_MESSAGES/django.po | 636 + .../admin/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 21655 bytes .../admin/locale/ar/LC_MESSAGES/django.po | 801 ++ .../admin/locale/ar/LC_MESSAGES/djangojs.mo | Bin 0 -> 6545 bytes .../admin/locale/ar/LC_MESSAGES/djangojs.po | 278 + .../admin/locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 19947 bytes .../admin/locale/ar_DZ/LC_MESSAGES/django.po | 738 ++ .../locale/ar_DZ/LC_MESSAGES/djangojs.mo | Bin 0 -> 6423 bytes .../locale/ar_DZ/LC_MESSAGES/djangojs.po | 280 + .../admin/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 2476 bytes .../admin/locale/ast/LC_MESSAGES/django.po | 636 + .../admin/locale/ast/LC_MESSAGES/djangojs.mo | Bin 0 -> 2137 bytes .../admin/locale/ast/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 18951 bytes .../admin/locale/az/LC_MESSAGES/django.po | 795 ++ .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin 0 -> 5777 bytes .../admin/locale/az/LC_MESSAGES/djangojs.po | 318 + .../admin/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 23272 bytes .../admin/locale/be/LC_MESSAGES/django.po | 795 ++ .../admin/locale/be/LC_MESSAGES/djangojs.mo | Bin 0 -> 7220 bytes .../admin/locale/be/LC_MESSAGES/djangojs.po | 322 + .../admin/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 22994 bytes .../admin/locale/bg/LC_MESSAGES/django.po | 791 ++ .../admin/locale/bg/LC_MESSAGES/djangojs.mo | Bin 0 -> 7195 bytes .../admin/locale/bg/LC_MESSAGES/djangojs.po | 320 + .../admin/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 18585 bytes .../admin/locale/bn/LC_MESSAGES/django.po | 713 + .../admin/locale/bn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2313 bytes .../admin/locale/bn/LC_MESSAGES/djangojs.po | 207 + .../admin/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 6489 bytes .../admin/locale/br/LC_MESSAGES/django.po | 671 + .../admin/locale/br/LC_MESSAGES/djangojs.mo | Bin 0 -> 1658 bytes .../admin/locale/br/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 8845 bytes .../admin/locale/bs/LC_MESSAGES/django.po | 657 + .../admin/locale/bs/LC_MESSAGES/djangojs.mo | Bin 0 -> 1183 bytes .../admin/locale/bs/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 17535 bytes .../admin/locale/ca/LC_MESSAGES/django.po | 750 ++ .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin 0 -> 6075 bytes .../admin/locale/ca/LC_MESSAGES/djangojs.po | 330 + .../admin/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 23234 bytes .../admin/locale/ckb/LC_MESSAGES/django.po | 792 ++ .../admin/locale/ckb/LC_MESSAGES/djangojs.mo | Bin 0 -> 7671 bytes .../admin/locale/ckb/LC_MESSAGES/djangojs.po | 329 + .../admin/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 19004 bytes .../admin/locale/cs/LC_MESSAGES/django.po | 803 ++ .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin 0 -> 6596 bytes .../admin/locale/cs/LC_MESSAGES/djangojs.po | 332 + .../admin/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 12521 bytes .../admin/locale/cy/LC_MESSAGES/django.po | 675 + .../admin/locale/cy/LC_MESSAGES/djangojs.mo | Bin 0 -> 3801 bytes .../admin/locale/cy/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 18049 bytes .../admin/locale/da/LC_MESSAGES/django.po | 791 ++ .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin 0 -> 5500 bytes .../admin/locale/da/LC_MESSAGES/djangojs.po | 314 + .../admin/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 18262 bytes .../admin/locale/de/LC_MESSAGES/django.po | 803 ++ .../admin/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 6130 bytes .../admin/locale/de/LC_MESSAGES/djangojs.po | 331 + .../admin/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 19107 bytes .../admin/locale/dsb/LC_MESSAGES/django.po | 795 ++ .../admin/locale/dsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 6202 bytes .../admin/locale/dsb/LC_MESSAGES/djangojs.po | 323 + .../admin/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 22968 bytes .../admin/locale/el/LC_MESSAGES/django.po | 737 ++ .../admin/locale/el/LC_MESSAGES/djangojs.mo | Bin 0 -> 6509 bytes .../admin/locale/el/LC_MESSAGES/djangojs.po | 272 + .../admin/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/django.po | 992 ++ .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/djangojs.po | 379 + .../admin/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 16191 bytes .../admin/locale/en_AU/LC_MESSAGES/django.po | 724 ++ .../locale/en_AU/LC_MESSAGES/djangojs.mo | Bin 0 -> 5001 bytes .../locale/en_AU/LC_MESSAGES/djangojs.po | 266 + .../admin/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 11159 bytes .../admin/locale/en_GB/LC_MESSAGES/django.po | 691 + .../locale/en_GB/LC_MESSAGES/djangojs.mo | Bin 0 -> 3147 bytes .../locale/en_GB/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 14194 bytes .../admin/locale/eo/LC_MESSAGES/django.po | 728 ++ .../admin/locale/eo/LC_MESSAGES/djangojs.mo | Bin 0 -> 4595 bytes .../admin/locale/eo/LC_MESSAGES/djangojs.po | 268 + .../admin/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 19175 bytes .../admin/locale/es/LC_MESSAGES/django.po | 823 ++ .../admin/locale/es/LC_MESSAGES/djangojs.mo | Bin 0 -> 5831 bytes .../admin/locale/es/LC_MESSAGES/djangojs.po | 322 + .../admin/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 19306 bytes .../admin/locale/es_AR/LC_MESSAGES/django.po | 805 ++ .../locale/es_AR/LC_MESSAGES/djangojs.mo | Bin 0 -> 6131 bytes .../locale/es_AR/LC_MESSAGES/djangojs.po | 329 + .../admin/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 15156 bytes .../admin/locale/es_CO/LC_MESSAGES/django.po | 697 + .../locale/es_CO/LC_MESSAGES/djangojs.mo | Bin 0 -> 3895 bytes .../locale/es_CO/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 11517 bytes .../admin/locale/es_MX/LC_MESSAGES/django.po | 720 ++ .../locale/es_MX/LC_MESSAGES/djangojs.mo | Bin 0 -> 3380 bytes .../locale/es_MX/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 16837 bytes .../admin/locale/es_VE/LC_MESSAGES/django.po | 698 + .../locale/es_VE/LC_MESSAGES/djangojs.mo | Bin 0 -> 4635 bytes .../locale/es_VE/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 17675 bytes .../admin/locale/et/LC_MESSAGES/django.po | 786 ++ .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin 0 -> 4951 bytes .../admin/locale/et/LC_MESSAGES/djangojs.po | 314 + .../admin/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 15009 bytes .../admin/locale/eu/LC_MESSAGES/django.po | 732 ++ .../admin/locale/eu/LC_MESSAGES/djangojs.mo | Bin 0 -> 4480 bytes .../admin/locale/eu/LC_MESSAGES/djangojs.po | 267 + .../admin/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 21031 bytes .../admin/locale/fa/LC_MESSAGES/django.po | 800 ++ .../admin/locale/fa/LC_MESSAGES/djangojs.mo | Bin 0 -> 6050 bytes .../admin/locale/fa/LC_MESSAGES/djangojs.po | 271 + .../admin/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 17498 bytes .../admin/locale/fi/LC_MESSAGES/django.po | 786 ++ .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin 0 -> 4993 bytes .../admin/locale/fi/LC_MESSAGES/djangojs.po | 314 + .../admin/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 19999 bytes .../admin/locale/fr/LC_MESSAGES/django.po | 812 ++ .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin 0 -> 6080 bytes .../admin/locale/fr/LC_MESSAGES/djangojs.po | 322 + .../admin/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../admin/locale/fy/LC_MESSAGES/django.po | 609 + .../admin/locale/fy/LC_MESSAGES/djangojs.mo | Bin 0 -> 476 bytes .../admin/locale/fy/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 19428 bytes .../admin/locale/ga/LC_MESSAGES/django.po | 810 ++ .../admin/locale/ga/LC_MESSAGES/djangojs.mo | Bin 0 -> 6910 bytes .../admin/locale/ga/LC_MESSAGES/djangojs.po | 341 + .../admin/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 18871 bytes .../admin/locale/gd/LC_MESSAGES/django.po | 754 ++ .../admin/locale/gd/LC_MESSAGES/djangojs.mo | Bin 0 -> 5904 bytes .../admin/locale/gd/LC_MESSAGES/djangojs.po | 286 + .../admin/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 18534 bytes .../admin/locale/gl/LC_MESSAGES/django.po | 797 ++ .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin 0 -> 5587 bytes .../admin/locale/gl/LC_MESSAGES/djangojs.po | 318 + .../admin/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 19315 bytes .../admin/locale/he/LC_MESSAGES/django.po | 780 ++ .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin 0 -> 6893 bytes .../admin/locale/he/LC_MESSAGES/djangojs.po | 334 + .../admin/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 13811 bytes .../admin/locale/hi/LC_MESSAGES/django.po | 706 + .../admin/locale/hi/LC_MESSAGES/djangojs.mo | Bin 0 -> 4893 bytes .../admin/locale/hi/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 14702 bytes .../admin/locale/hr/LC_MESSAGES/django.po | 716 ++ .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3360 bytes .../admin/locale/hr/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 18884 bytes .../admin/locale/hsb/LC_MESSAGES/django.po | 795 ++ .../admin/locale/hsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 6232 bytes .../admin/locale/hsb/LC_MESSAGES/djangojs.po | 326 + .../admin/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 18298 bytes .../admin/locale/hu/LC_MESSAGES/django.po | 798 ++ .../admin/locale/hu/LC_MESSAGES/djangojs.mo | Bin 0 -> 6034 bytes .../admin/locale/hu/LC_MESSAGES/djangojs.po | 329 + .../admin/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 18274 bytes .../admin/locale/hy/LC_MESSAGES/django.po | 708 + .../admin/locale/hy/LC_MESSAGES/djangojs.mo | Bin 0 -> 5636 bytes .../admin/locale/hy/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 11278 bytes .../admin/locale/ia/LC_MESSAGES/django.po | 664 + .../admin/locale/ia/LC_MESSAGES/djangojs.mo | Bin 0 -> 3177 bytes .../admin/locale/ia/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 17869 bytes .../admin/locale/id/LC_MESSAGES/django.po | 792 ++ .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin 0 -> 5378 bytes .../admin/locale/id/LC_MESSAGES/djangojs.po | 313 + .../admin/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 12624 bytes .../admin/locale/io/LC_MESSAGES/django.po | 668 + .../admin/locale/io/LC_MESSAGES/djangojs.mo | Bin 0 -> 464 bytes .../admin/locale/io/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 16804 bytes .../admin/locale/is/LC_MESSAGES/django.po | 720 ++ .../admin/locale/is/LC_MESSAGES/djangojs.mo | Bin 0 -> 5174 bytes .../admin/locale/is/LC_MESSAGES/djangojs.po | 267 + .../admin/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 18505 bytes .../admin/locale/it/LC_MESSAGES/django.po | 798 ++ .../admin/locale/it/LC_MESSAGES/djangojs.mo | Bin 0 -> 5134 bytes .../admin/locale/it/LC_MESSAGES/djangojs.po | 322 + .../admin/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 19928 bytes .../admin/locale/ja/LC_MESSAGES/django.po | 787 ++ .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin 0 -> 5717 bytes .../admin/locale/ja/LC_MESSAGES/djangojs.po | 310 + .../admin/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 18396 bytes .../admin/locale/ka/LC_MESSAGES/django.po | 764 ++ .../admin/locale/ka/LC_MESSAGES/djangojs.mo | Bin 0 -> 5516 bytes .../admin/locale/ka/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 3531 bytes .../admin/locale/kab/LC_MESSAGES/django.po | 631 + .../admin/locale/kab/LC_MESSAGES/djangojs.mo | Bin 0 -> 1844 bytes .../admin/locale/kab/LC_MESSAGES/djangojs.po | 204 + .../admin/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 12845 bytes .../admin/locale/kk/LC_MESSAGES/django.po | 695 + .../admin/locale/kk/LC_MESSAGES/djangojs.mo | Bin 0 -> 2387 bytes .../admin/locale/kk/LC_MESSAGES/djangojs.po | 210 + .../admin/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 10403 bytes .../admin/locale/km/LC_MESSAGES/django.po | 636 + .../admin/locale/km/LC_MESSAGES/djangojs.mo | Bin 0 -> 1334 bytes .../admin/locale/km/LC_MESSAGES/djangojs.po | 201 + .../admin/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 9203 bytes .../admin/locale/kn/LC_MESSAGES/django.po | 639 + .../admin/locale/kn/LC_MESSAGES/djangojs.mo | Bin 0 -> 1847 bytes .../admin/locale/kn/LC_MESSAGES/djangojs.po | 261 + .../admin/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 19157 bytes .../admin/locale/ko/LC_MESSAGES/django.po | 806 ++ .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin 0 -> 5418 bytes .../admin/locale/ko/LC_MESSAGES/djangojs.po | 315 + .../admin/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 20129 bytes .../admin/locale/ky/LC_MESSAGES/django.po | 711 + .../admin/locale/ky/LC_MESSAGES/djangojs.mo | Bin 0 -> 5888 bytes .../admin/locale/ky/LC_MESSAGES/djangojs.po | 260 + .../admin/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 913 bytes .../admin/locale/lb/LC_MESSAGES/django.po | 632 + .../admin/locale/lb/LC_MESSAGES/djangojs.mo | Bin 0 -> 474 bytes .../admin/locale/lb/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 17033 bytes .../admin/locale/lt/LC_MESSAGES/django.po | 720 ++ .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin 0 -> 5183 bytes .../admin/locale/lt/LC_MESSAGES/djangojs.po | 236 + .../admin/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 18513 bytes .../admin/locale/lv/LC_MESSAGES/django.po | 796 ++ .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin 0 -> 5769 bytes .../admin/locale/lv/LC_MESSAGES/djangojs.po | 320 + .../admin/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 17948 bytes .../admin/locale/mk/LC_MESSAGES/django.po | 726 ++ .../admin/locale/mk/LC_MESSAGES/djangojs.mo | Bin 0 -> 4719 bytes .../admin/locale/mk/LC_MESSAGES/djangojs.po | 262 + .../admin/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 20830 bytes .../admin/locale/ml/LC_MESSAGES/django.po | 700 + .../admin/locale/ml/LC_MESSAGES/djangojs.mo | Bin 0 -> 6200 bytes .../admin/locale/ml/LC_MESSAGES/djangojs.po | 214 + .../admin/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 21299 bytes .../admin/locale/mn/LC_MESSAGES/django.po | 787 ++ .../admin/locale/mn/LC_MESSAGES/djangojs.mo | Bin 0 -> 5228 bytes .../admin/locale/mn/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 21226 bytes .../admin/locale/mr/LC_MESSAGES/django.po | 768 ++ .../admin/locale/mr/LC_MESSAGES/djangojs.mo | Bin 0 -> 468 bytes .../admin/locale/mr/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 16840 bytes .../admin/locale/ms/LC_MESSAGES/django.po | 721 ++ .../admin/locale/ms/LC_MESSAGES/djangojs.mo | Bin 0 -> 5018 bytes .../admin/locale/ms/LC_MESSAGES/djangojs.po | 264 + .../admin/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 3677 bytes .../admin/locale/my/LC_MESSAGES/django.po | 629 + .../admin/locale/my/LC_MESSAGES/djangojs.mo | Bin 0 -> 3268 bytes .../admin/locale/my/LC_MESSAGES/djangojs.po | 206 + .../admin/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 16244 bytes .../admin/locale/nb/LC_MESSAGES/django.po | 720 ++ .../admin/locale/nb/LC_MESSAGES/djangojs.mo | Bin 0 -> 4939 bytes .../admin/locale/nb/LC_MESSAGES/djangojs.po | 269 + .../admin/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 15772 bytes .../admin/locale/ne/LC_MESSAGES/django.po | 688 + .../admin/locale/ne/LC_MESSAGES/djangojs.mo | Bin 0 -> 5362 bytes .../admin/locale/ne/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 18565 bytes .../admin/locale/nl/LC_MESSAGES/django.po | 799 ++ .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin 0 -> 6122 bytes .../admin/locale/nl/LC_MESSAGES/djangojs.po | 334 + .../admin/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 16504 bytes .../admin/locale/nn/LC_MESSAGES/django.po | 736 ++ .../admin/locale/nn/LC_MESSAGES/djangojs.mo | Bin 0 -> 4939 bytes .../admin/locale/nn/LC_MESSAGES/djangojs.po | 266 + .../admin/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 14978 bytes .../admin/locale/os/LC_MESSAGES/django.po | 665 + .../admin/locale/os/LC_MESSAGES/djangojs.mo | Bin 0 -> 3806 bytes .../admin/locale/os/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 8629 bytes .../admin/locale/pa/LC_MESSAGES/django.po | 706 + .../admin/locale/pa/LC_MESSAGES/djangojs.mo | Bin 0 -> 1148 bytes .../admin/locale/pa/LC_MESSAGES/djangojs.po | 253 + .../admin/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 19332 bytes .../admin/locale/pl/LC_MESSAGES/django.po | 818 ++ .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin 0 -> 6243 bytes .../admin/locale/pl/LC_MESSAGES/djangojs.po | 344 + .../admin/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 18774 bytes .../admin/locale/pt/LC_MESSAGES/django.po | 807 ++ .../admin/locale/pt/LC_MESSAGES/djangojs.mo | Bin 0 -> 4667 bytes .../admin/locale/pt/LC_MESSAGES/djangojs.po | 319 + .../admin/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 18809 bytes .../admin/locale/pt_BR/LC_MESSAGES/django.po | 824 ++ .../locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 5949 bytes .../locale/pt_BR/LC_MESSAGES/djangojs.po | 330 + .../admin/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 15157 bytes .../admin/locale/ro/LC_MESSAGES/django.po | 758 ++ .../admin/locale/ro/LC_MESSAGES/djangojs.mo | Bin 0 -> 4639 bytes .../admin/locale/ro/LC_MESSAGES/djangojs.po | 228 + .../admin/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 24128 bytes .../admin/locale/ru/LC_MESSAGES/django.po | 811 ++ .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin 0 -> 7965 bytes .../admin/locale/ru/LC_MESSAGES/djangojs.po | 342 + .../admin/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 18910 bytes .../admin/locale/sk/LC_MESSAGES/django.po | 804 ++ .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin 0 -> 6305 bytes .../admin/locale/sk/LC_MESSAGES/djangojs.po | 337 + .../admin/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 15077 bytes .../admin/locale/sl/LC_MESSAGES/django.po | 774 ++ .../admin/locale/sl/LC_MESSAGES/djangojs.mo | Bin 0 -> 6146 bytes .../admin/locale/sl/LC_MESSAGES/djangojs.po | 328 + .../admin/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 18247 bytes .../admin/locale/sq/LC_MESSAGES/django.po | 792 ++ .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin 0 -> 5682 bytes .../admin/locale/sq/LC_MESSAGES/djangojs.po | 316 + .../admin/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 23208 bytes .../admin/locale/sr/LC_MESSAGES/django.po | 795 ++ .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin 0 -> 6814 bytes .../admin/locale/sr/LC_MESSAGES/djangojs.po | 321 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 18522 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 1003 ++ .../locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin 0 -> 5724 bytes .../locale/sr_Latn/LC_MESSAGES/djangojs.po | 319 + .../admin/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 17996 bytes .../admin/locale/sv/LC_MESSAGES/django.po | 806 ++ .../admin/locale/sv/LC_MESSAGES/djangojs.mo | Bin 0 -> 5510 bytes .../admin/locale/sv/LC_MESSAGES/djangojs.po | 326 + .../admin/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 17698 bytes .../admin/locale/sw/LC_MESSAGES/django.po | 779 ++ .../admin/locale/sw/LC_MESSAGES/djangojs.mo | Bin 0 -> 3647 bytes .../admin/locale/sw/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 10179 bytes .../admin/locale/ta/LC_MESSAGES/django.po | 643 + .../admin/locale/ta/LC_MESSAGES/djangojs.mo | Bin 0 -> 1379 bytes .../admin/locale/ta/LC_MESSAGES/djangojs.po | 204 + .../admin/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 10590 bytes .../admin/locale/te/LC_MESSAGES/django.po | 640 + .../admin/locale/te/LC_MESSAGES/djangojs.mo | Bin 0 -> 1362 bytes .../admin/locale/te/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 15463 bytes .../admin/locale/tg/LC_MESSAGES/django.po | 699 + .../admin/locale/tg/LC_MESSAGES/djangojs.mo | Bin 0 -> 5154 bytes .../admin/locale/tg/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 16394 bytes .../admin/locale/th/LC_MESSAGES/django.po | 671 + .../admin/locale/th/LC_MESSAGES/djangojs.mo | Bin 0 -> 6250 bytes .../admin/locale/th/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 2845 bytes .../admin/locale/tk/LC_MESSAGES/django.po | 738 ++ .../admin/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 18754 bytes .../admin/locale/tr/LC_MESSAGES/django.po | 798 ++ .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 5561 bytes .../admin/locale/tr/LC_MESSAGES/djangojs.po | 315 + .../admin/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 12952 bytes .../admin/locale/tt/LC_MESSAGES/django.po | 655 + .../admin/locale/tt/LC_MESSAGES/djangojs.mo | Bin 0 -> 2607 bytes .../admin/locale/tt/LC_MESSAGES/djangojs.po | 208 + .../admin/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 622 bytes .../admin/locale/udm/LC_MESSAGES/django.po | 606 + .../admin/locale/udm/LC_MESSAGES/djangojs.mo | Bin 0 -> 462 bytes .../admin/locale/udm/LC_MESSAGES/djangojs.po | 142 + .../admin/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 23170 bytes .../admin/locale/ug/LC_MESSAGES/django.po | 794 ++ .../admin/locale/ug/LC_MESSAGES/djangojs.mo | Bin 0 -> 6777 bytes .../admin/locale/ug/LC_MESSAGES/djangojs.po | 310 + .../admin/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 22515 bytes .../admin/locale/uk/LC_MESSAGES/django.po | 810 ++ .../admin/locale/uk/LC_MESSAGES/djangojs.mo | Bin 0 -> 5186 bytes .../admin/locale/uk/LC_MESSAGES/djangojs.po | 323 + .../admin/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 13106 bytes .../admin/locale/ur/LC_MESSAGES/django.po | 661 + .../admin/locale/ur/LC_MESSAGES/djangojs.mo | Bin 0 -> 2678 bytes .../admin/locale/ur/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 4634 bytes .../admin/locale/uz/LC_MESSAGES/django.po | 724 ++ .../admin/locale/uz/LC_MESSAGES/djangojs.mo | Bin 0 -> 3783 bytes .../admin/locale/uz/LC_MESSAGES/djangojs.po | 261 + .../admin/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 18077 bytes .../admin/locale/vi/LC_MESSAGES/django.po | 726 ++ .../admin/locale/vi/LC_MESSAGES/djangojs.mo | Bin 0 -> 5302 bytes .../admin/locale/vi/LC_MESSAGES/djangojs.po | 268 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 17143 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 779 ++ .../locale/zh_Hans/LC_MESSAGES/djangojs.mo | Bin 0 -> 5715 bytes .../locale/zh_Hans/LC_MESSAGES/djangojs.po | 332 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 16998 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 763 ++ .../locale/zh_Hant/LC_MESSAGES/djangojs.mo | Bin 0 -> 5329 bytes .../locale/zh_Hant/LC_MESSAGES/djangojs.po | 309 + .../contrib/admin/migrations/0001_initial.py | 75 + .../0002_logentry_remove_auto_add.py | 21 + .../0003_logentry_add_action_flag_choices.py | 19 + .../contrib/admin/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 2449 bytes ...2_logentry_remove_auto_add.cpython-312.pyc | Bin 0 -> 916 bytes ...ry_add_action_flag_choices.cpython-312.pyc | Bin 0 -> 912 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../django/contrib/admin/models.py | 248 + .../django/contrib/admin/options.py | 2600 ++++ .../django/contrib/admin/sites.py | 621 + .../admin/static/admin/css/autocomplete.css | 279 + .../contrib/admin/static/admin/css/base.css | 1180 ++ .../admin/static/admin/css/changelists.css | 343 + .../admin/static/admin/css/dark_mode.css | 130 + .../admin/static/admin/css/dashboard.css | 29 + .../contrib/admin/static/admin/css/forms.css | 498 + .../contrib/admin/static/admin/css/login.css | 61 + .../admin/static/admin/css/nav_sidebar.css | 150 + .../admin/static/admin/css/responsive.css | 904 ++ .../admin/static/admin/css/responsive_rtl.css | 89 + .../contrib/admin/static/admin/css/rtl.css | 293 + .../admin/css/unusable_password_field.css | 19 + .../css/vendor/select2/LICENSE-SELECT2.md | 21 + .../admin/css/vendor/select2/select2.css | 481 + .../admin/css/vendor/select2/select2.min.css | 1 + .../admin/static/admin/css/widgets.css | 613 + .../contrib/admin/static/admin/img/LICENSE | 20 + .../contrib/admin/static/admin/img/README.txt | 7 + .../admin/static/admin/img/calendar-icons.svg | 63 + .../static/admin/img/gis/move_vertex_off.svg | 1 + .../static/admin/img/gis/move_vertex_on.svg | 1 + .../admin/static/admin/img/icon-addlink.svg | 3 + .../admin/static/admin/img/icon-alert.svg | 3 + .../admin/static/admin/img/icon-calendar.svg | 9 + .../static/admin/img/icon-changelink.svg | 3 + .../admin/static/admin/img/icon-clock.svg | 9 + .../static/admin/img/icon-deletelink.svg | 3 + .../admin/static/admin/img/icon-hidelink.svg | 3 + .../admin/static/admin/img/icon-no.svg | 3 + .../static/admin/img/icon-unknown-alt.svg | 3 + .../admin/static/admin/img/icon-unknown.svg | 3 + .../admin/static/admin/img/icon-viewlink.svg | 3 + .../admin/static/admin/img/icon-yes.svg | 3 + .../admin/static/admin/img/inline-delete.svg | 3 + .../contrib/admin/static/admin/img/search.svg | 3 + .../admin/static/admin/img/selector-icons.svg | 34 + .../admin/static/admin/img/sorting-icons.svg | 19 + .../admin/static/admin/img/tooltag-add.svg | 3 + .../static/admin/img/tooltag-arrowright.svg | 3 + .../admin/static/admin/js/SelectBox.js | 116 + .../admin/static/admin/js/SelectFilter2.js | 311 + .../contrib/admin/static/admin/js/actions.js | 204 + .../admin/js/admin/DateTimeShortcuts.js | 408 + .../admin/js/admin/RelatedObjectLookups.js | 252 + .../admin/static/admin/js/autocomplete.js | 33 + .../contrib/admin/static/admin/js/calendar.js | 239 + .../contrib/admin/static/admin/js/cancel.js | 29 + .../admin/static/admin/js/change_form.js | 16 + .../contrib/admin/static/admin/js/core.js | 184 + .../contrib/admin/static/admin/js/filters.js | 30 + .../contrib/admin/static/admin/js/inlines.js | 359 + .../admin/static/admin/js/jquery.init.js | 8 + .../admin/static/admin/js/nav_sidebar.js | 79 + .../admin/static/admin/js/popup_response.js | 15 + .../admin/static/admin/js/prepopulate.js | 43 + .../admin/static/admin/js/prepopulate_init.js | 15 + .../contrib/admin/static/admin/js/theme.js | 51 + .../admin/js/unusable_password_field.js | 29 + .../contrib/admin/static/admin/js/urlify.js | 169 + .../static/admin/js/vendor/jquery/LICENSE.txt | 20 + .../static/admin/js/vendor/jquery/jquery.js | 10716 ++++++++++++++++ .../admin/js/vendor/jquery/jquery.min.js | 2 + .../static/admin/js/vendor/select2/LICENSE.md | 21 + .../static/admin/js/vendor/select2/i18n/af.js | 3 + .../static/admin/js/vendor/select2/i18n/ar.js | 3 + .../static/admin/js/vendor/select2/i18n/az.js | 3 + .../static/admin/js/vendor/select2/i18n/bg.js | 3 + .../static/admin/js/vendor/select2/i18n/bn.js | 3 + .../static/admin/js/vendor/select2/i18n/bs.js | 3 + .../static/admin/js/vendor/select2/i18n/ca.js | 3 + .../static/admin/js/vendor/select2/i18n/cs.js | 3 + .../static/admin/js/vendor/select2/i18n/da.js | 3 + .../static/admin/js/vendor/select2/i18n/de.js | 3 + .../admin/js/vendor/select2/i18n/dsb.js | 3 + .../static/admin/js/vendor/select2/i18n/el.js | 3 + .../static/admin/js/vendor/select2/i18n/en.js | 3 + .../static/admin/js/vendor/select2/i18n/es.js | 3 + .../static/admin/js/vendor/select2/i18n/et.js | 3 + .../static/admin/js/vendor/select2/i18n/eu.js | 3 + .../static/admin/js/vendor/select2/i18n/fa.js | 3 + .../static/admin/js/vendor/select2/i18n/fi.js | 3 + .../static/admin/js/vendor/select2/i18n/fr.js | 3 + .../static/admin/js/vendor/select2/i18n/gl.js | 3 + .../static/admin/js/vendor/select2/i18n/he.js | 3 + .../static/admin/js/vendor/select2/i18n/hi.js | 3 + .../static/admin/js/vendor/select2/i18n/hr.js | 3 + .../admin/js/vendor/select2/i18n/hsb.js | 3 + .../static/admin/js/vendor/select2/i18n/hu.js | 3 + .../static/admin/js/vendor/select2/i18n/hy.js | 3 + .../static/admin/js/vendor/select2/i18n/id.js | 3 + .../static/admin/js/vendor/select2/i18n/is.js | 3 + .../static/admin/js/vendor/select2/i18n/it.js | 3 + .../static/admin/js/vendor/select2/i18n/ja.js | 3 + .../static/admin/js/vendor/select2/i18n/ka.js | 3 + .../static/admin/js/vendor/select2/i18n/km.js | 3 + .../static/admin/js/vendor/select2/i18n/ko.js | 3 + .../static/admin/js/vendor/select2/i18n/lt.js | 3 + .../static/admin/js/vendor/select2/i18n/lv.js | 3 + .../static/admin/js/vendor/select2/i18n/mk.js | 3 + .../static/admin/js/vendor/select2/i18n/ms.js | 3 + .../static/admin/js/vendor/select2/i18n/nb.js | 3 + .../static/admin/js/vendor/select2/i18n/ne.js | 3 + .../static/admin/js/vendor/select2/i18n/nl.js | 3 + .../static/admin/js/vendor/select2/i18n/pl.js | 3 + .../static/admin/js/vendor/select2/i18n/ps.js | 3 + .../admin/js/vendor/select2/i18n/pt-BR.js | 3 + .../static/admin/js/vendor/select2/i18n/pt.js | 3 + .../static/admin/js/vendor/select2/i18n/ro.js | 3 + .../static/admin/js/vendor/select2/i18n/ru.js | 3 + .../static/admin/js/vendor/select2/i18n/sk.js | 3 + .../static/admin/js/vendor/select2/i18n/sl.js | 3 + .../static/admin/js/vendor/select2/i18n/sq.js | 3 + .../admin/js/vendor/select2/i18n/sr-Cyrl.js | 3 + .../static/admin/js/vendor/select2/i18n/sr.js | 3 + .../static/admin/js/vendor/select2/i18n/sv.js | 3 + .../static/admin/js/vendor/select2/i18n/th.js | 3 + .../static/admin/js/vendor/select2/i18n/tk.js | 3 + .../static/admin/js/vendor/select2/i18n/tr.js | 3 + .../static/admin/js/vendor/select2/i18n/uk.js | 3 + .../static/admin/js/vendor/select2/i18n/vi.js | 3 + .../admin/js/vendor/select2/i18n/zh-CN.js | 3 + .../admin/js/vendor/select2/i18n/zh-TW.js | 3 + .../admin/js/vendor/select2/select2.full.js | 6820 ++++++++++ .../js/vendor/select2/select2.full.min.js | 2 + .../admin/js/vendor/xregexp/LICENSE.txt | 21 + .../static/admin/js/vendor/xregexp/xregexp.js | 6126 +++++++++ .../admin/js/vendor/xregexp/xregexp.min.js | 17 + .../contrib/admin/templates/admin/404.html | 12 + .../contrib/admin/templates/admin/500.html | 17 + .../admin/templates/admin/actions.html | 23 + .../admin/templates/admin/app_index.html | 20 + .../admin/templates/admin/app_list.html | 51 + .../templates/admin/auth/user/add_form.html | 16 + .../admin/auth/user/change_password.html | 81 + .../contrib/admin/templates/admin/base.html | 126 + .../admin/templates/admin/base_site.html | 12 + .../admin/templates/admin/change_form.html | 82 + .../admin/change_form_object_tools.html | 8 + .../admin/templates/admin/change_list.html | 94 + .../admin/change_list_object_tools.html | 12 + .../templates/admin/change_list_results.html | 36 + .../templates/admin/color_theme_toggle.html | 15 + .../admin/templates/admin/date_hierarchy.html | 14 + .../templates/admin/delete_confirmation.html | 50 + .../admin/delete_selected_confirmation.html | 47 + .../templates/admin/edit_inline/stacked.html | 38 + .../templates/admin/edit_inline/tabular.html | 69 + .../contrib/admin/templates/admin/filter.html | 12 + .../templates/admin/includes/fieldset.html | 39 + .../admin/includes/object_delete_summary.html | 7 + .../contrib/admin/templates/admin/index.html | 51 + .../admin/templates/admin/invalid_setup.html | 13 + .../contrib/admin/templates/admin/login.html | 69 + .../admin/templates/admin/nav_sidebar.html | 8 + .../admin/templates/admin/object_history.html | 56 + .../admin/templates/admin/pagination.html | 12 + .../admin/templates/admin/popup_response.html | 10 + .../admin/prepopulated_fields_js.html | 5 + .../admin/templates/admin/search_form.html | 20 + .../admin/templates/admin/submit_line.html | 17 + .../admin/widgets/clearable_file_input.html | 6 + .../admin/templates/admin/widgets/date.html | 3 + .../admin/widgets/foreign_key_raw_id.html | 2 + .../admin/widgets/many_to_many_raw_id.html | 1 + .../admin/templates/admin/widgets/radio.html | 1 + .../admin/widgets/related_widget_wrapper.html | 41 + .../admin/widgets/split_datetime.html | 4 + .../admin/templates/admin/widgets/time.html | 3 + .../admin/templates/admin/widgets/url.html | 1 + .../templates/registration/logged_out.html | 14 + .../registration/password_change_done.html | 20 + .../registration/password_change_form.html | 66 + .../registration/password_reset_complete.html | 17 + .../registration/password_reset_confirm.html | 48 + .../registration/password_reset_done.html | 17 + .../registration/password_reset_email.html | 14 + .../registration/password_reset_form.html | 32 + .../contrib/admin/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/admin_list.cpython-312.pyc | Bin 0 -> 21114 bytes .../__pycache__/admin_modify.cpython-312.pyc | Bin 0 -> 5426 bytes .../__pycache__/admin_urls.cpython-312.pyc | Bin 0 -> 2915 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2106 bytes .../__pycache__/log.cpython-312.pyc | Bin 0 -> 3168 bytes .../contrib/admin/templatetags/admin_list.py | 544 + .../admin/templatetags/admin_modify.py | 150 + .../contrib/admin/templatetags/admin_urls.py | 70 + .../django/contrib/admin/templatetags/base.py | 45 + .../django/contrib/admin/templatetags/log.py | 67 + .../django/contrib/admin/tests.py | 233 + .../django/contrib/admin/utils.py | 616 + .../django/contrib/admin/views/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/autocomplete.cpython-312.pyc | Bin 0 -> 6095 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 1006 bytes .../views/__pycache__/main.cpython-312.pyc | Bin 0 -> 25462 bytes .../contrib/admin/views/autocomplete.py | 123 + .../django/contrib/admin/views/decorators.py | 19 + .../django/contrib/admin/views/main.py | 631 + .../django/contrib/admin/widgets.py | 605 + .../django/contrib/admindocs/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 611 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 1986 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 1900 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 10210 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 21451 bytes .../django/contrib/admindocs/apps.py | 7 + .../admindocs/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 3326 bytes .../admindocs/locale/af/LC_MESSAGES/django.po | 271 + .../admindocs/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 7440 bytes .../admindocs/locale/ar/LC_MESSAGES/django.po | 278 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 7465 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 277 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 715 bytes .../locale/ast/LC_MESSAGES/django.po | 258 + .../admindocs/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 6645 bytes .../admindocs/locale/az/LC_MESSAGES/django.po | 282 + .../admindocs/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 8163 bytes .../admindocs/locale/be/LC_MESSAGES/django.po | 284 + .../admindocs/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 8242 bytes .../admindocs/locale/bg/LC_MESSAGES/django.po | 290 + .../admindocs/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 3794 bytes .../admindocs/locale/bn/LC_MESSAGES/django.po | 261 + .../admindocs/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1571 bytes .../admindocs/locale/br/LC_MESSAGES/django.po | 263 + .../admindocs/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1730 bytes .../admindocs/locale/bs/LC_MESSAGES/django.po | 261 + .../admindocs/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 6650 bytes .../admindocs/locale/ca/LC_MESSAGES/django.po | 288 + .../locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 8154 bytes .../locale/ckb/LC_MESSAGES/django.po | 286 + .../admindocs/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 6619 bytes .../admindocs/locale/cs/LC_MESSAGES/django.po | 284 + .../admindocs/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5401 bytes .../admindocs/locale/cy/LC_MESSAGES/django.po | 279 + .../admindocs/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 6446 bytes .../admindocs/locale/da/LC_MESSAGES/django.po | 285 + .../admindocs/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 6567 bytes .../admindocs/locale/de/LC_MESSAGES/django.po | 287 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 6807 bytes .../locale/dsb/LC_MESSAGES/django.po | 285 + .../admindocs/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 8581 bytes .../admindocs/locale/el/LC_MESSAGES/django.po | 290 + .../admindocs/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admindocs/locale/en/LC_MESSAGES/django.po | 359 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 275 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1821 bytes .../locale/en_GB/LC_MESSAGES/django.po | 260 + .../admindocs/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 6071 bytes .../admindocs/locale/eo/LC_MESSAGES/django.po | 279 + .../admindocs/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 6682 bytes .../admindocs/locale/es/LC_MESSAGES/django.po | 293 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 6658 bytes .../locale/es_AR/LC_MESSAGES/django.po | 286 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 6476 bytes .../locale/es_CO/LC_MESSAGES/django.po | 281 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1853 bytes .../locale/es_MX/LC_MESSAGES/django.po | 260 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 6663 bytes .../locale/es_VE/LC_MESSAGES/django.po | 286 + .../admindocs/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 6381 bytes .../admindocs/locale/et/LC_MESSAGES/django.po | 286 + .../admindocs/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 6479 bytes .../admindocs/locale/eu/LC_MESSAGES/django.po | 283 + .../admindocs/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 7499 bytes .../admindocs/locale/fa/LC_MESSAGES/django.po | 285 + .../admindocs/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 6397 bytes .../admindocs/locale/fi/LC_MESSAGES/django.po | 278 + .../admindocs/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 6755 bytes .../admindocs/locale/fr/LC_MESSAGES/django.po | 285 + .../admindocs/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../admindocs/locale/fy/LC_MESSAGES/django.po | 275 + .../admindocs/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 6786 bytes .../admindocs/locale/ga/LC_MESSAGES/django.po | 286 + .../admindocs/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 6941 bytes .../admindocs/locale/gd/LC_MESSAGES/django.po | 289 + .../admindocs/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 6564 bytes .../admindocs/locale/gl/LC_MESSAGES/django.po | 285 + .../admindocs/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 6998 bytes .../admindocs/locale/he/LC_MESSAGES/django.po | 276 + .../admindocs/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2297 bytes .../admindocs/locale/hi/LC_MESSAGES/django.po | 258 + .../admindocs/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2550 bytes .../admindocs/locale/hr/LC_MESSAGES/django.po | 264 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 6770 bytes .../locale/hsb/LC_MESSAGES/django.po | 286 + .../admindocs/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 6634 bytes .../admindocs/locale/hu/LC_MESSAGES/django.po | 288 + .../admindocs/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1860 bytes .../admindocs/locale/ia/LC_MESSAGES/django.po | 260 + .../admindocs/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 6343 bytes .../admindocs/locale/id/LC_MESSAGES/django.po | 287 + .../admindocs/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../admindocs/locale/io/LC_MESSAGES/django.po | 275 + .../admindocs/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1828 bytes .../admindocs/locale/is/LC_MESSAGES/django.po | 261 + .../admindocs/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 6453 bytes .../admindocs/locale/it/LC_MESSAGES/django.po | 289 + .../admindocs/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 7358 bytes .../admindocs/locale/ja/LC_MESSAGES/django.po | 284 + .../admindocs/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4446 bytes .../admindocs/locale/ka/LC_MESSAGES/django.po | 263 + .../locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 1289 bytes .../locale/kab/LC_MESSAGES/django.po | 258 + .../admindocs/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1587 bytes .../admindocs/locale/kk/LC_MESSAGES/django.po | 258 + .../admindocs/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1476 bytes .../admindocs/locale/km/LC_MESSAGES/django.po | 259 + .../admindocs/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1656 bytes .../admindocs/locale/kn/LC_MESSAGES/django.po | 259 + .../admindocs/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 6563 bytes .../admindocs/locale/ko/LC_MESSAGES/django.po | 280 + .../admindocs/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 7977 bytes .../admindocs/locale/ky/LC_MESSAGES/django.po | 281 + .../admindocs/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../admindocs/locale/lb/LC_MESSAGES/django.po | 275 + .../admindocs/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 6741 bytes .../admindocs/locale/lt/LC_MESSAGES/django.po | 290 + .../admindocs/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 6481 bytes .../admindocs/locale/lv/LC_MESSAGES/django.po | 284 + .../admindocs/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 8290 bytes .../admindocs/locale/mk/LC_MESSAGES/django.po | 286 + .../admindocs/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 6865 bytes .../admindocs/locale/ml/LC_MESSAGES/django.po | 268 + .../admindocs/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 7108 bytes .../admindocs/locale/mn/LC_MESSAGES/django.po | 283 + .../admindocs/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../admindocs/locale/mr/LC_MESSAGES/django.po | 275 + .../admindocs/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 6557 bytes .../admindocs/locale/ms/LC_MESSAGES/django.po | 283 + .../admindocs/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1721 bytes .../admindocs/locale/my/LC_MESSAGES/django.po | 258 + .../admindocs/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 6308 bytes .../admindocs/locale/nb/LC_MESSAGES/django.po | 284 + .../admindocs/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 2571 bytes .../admindocs/locale/ne/LC_MESSAGES/django.po | 261 + .../admindocs/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 6498 bytes .../admindocs/locale/nl/LC_MESSAGES/django.po | 286 + .../admindocs/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 6299 bytes .../admindocs/locale/nn/LC_MESSAGES/django.po | 282 + .../admindocs/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 2044 bytes .../admindocs/locale/os/LC_MESSAGES/django.po | 258 + .../admindocs/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1275 bytes .../admindocs/locale/pa/LC_MESSAGES/django.po | 258 + .../admindocs/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 6633 bytes .../admindocs/locale/pl/LC_MESSAGES/django.po | 294 + .../admindocs/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 6605 bytes .../admindocs/locale/pt/LC_MESSAGES/django.po | 288 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 6590 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 292 + .../admindocs/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 6755 bytes .../admindocs/locale/ro/LC_MESSAGES/django.po | 288 + .../admindocs/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 8434 bytes .../admindocs/locale/ru/LC_MESSAGES/django.po | 292 + .../admindocs/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 6670 bytes .../admindocs/locale/sk/LC_MESSAGES/django.po | 286 + .../admindocs/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 6508 bytes .../admindocs/locale/sl/LC_MESSAGES/django.po | 285 + .../admindocs/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 6561 bytes .../admindocs/locale/sq/LC_MESSAGES/django.po | 283 + .../admindocs/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 8154 bytes .../admindocs/locale/sr/LC_MESSAGES/django.po | 285 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 6542 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 363 + .../admindocs/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 6394 bytes .../admindocs/locale/sv/LC_MESSAGES/django.po | 288 + .../admindocs/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1808 bytes .../admindocs/locale/sw/LC_MESSAGES/django.po | 259 + .../admindocs/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1675 bytes .../admindocs/locale/ta/LC_MESSAGES/django.po | 258 + .../admindocs/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1684 bytes .../admindocs/locale/te/LC_MESSAGES/django.po | 258 + .../admindocs/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 7731 bytes .../admindocs/locale/tg/LC_MESSAGES/django.po | 281 + .../admindocs/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2167 bytes .../admindocs/locale/th/LC_MESSAGES/django.po | 258 + .../admindocs/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 6661 bytes .../admindocs/locale/tr/LC_MESSAGES/django.po | 287 + .../admindocs/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1869 bytes .../admindocs/locale/tt/LC_MESSAGES/django.po | 259 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 618 bytes .../locale/udm/LC_MESSAGES/django.po | 275 + .../admindocs/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 7867 bytes .../admindocs/locale/ug/LC_MESSAGES/django.po | 280 + .../admindocs/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 8468 bytes .../admindocs/locale/uk/LC_MESSAGES/django.po | 294 + .../admindocs/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1836 bytes .../admindocs/locale/ur/LC_MESSAGES/django.po | 259 + .../admindocs/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1306 bytes .../admindocs/locale/vi/LC_MESSAGES/django.po | 259 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 6075 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 276 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 6016 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 274 + .../django/contrib/admindocs/middleware.py | 33 + .../templates/admin_doc/bookmarklets.html | 26 + .../admindocs/templates/admin_doc/index.html | 34 + .../templates/admin_doc/missing_docutils.html | 22 + .../templates/admin_doc/model_detail.html | 78 + .../templates/admin_doc/model_index.html | 52 + .../templates/admin_doc/template_detail.html | 27 + .../admin_doc/template_filter_index.html | 54 + .../admin_doc/template_tag_index.html | 54 + .../templates/admin_doc/view_detail.html | 33 + .../templates/admin_doc/view_index.html | 59 + .../django/contrib/admindocs/urls.py | 50 + .../django/contrib/admindocs/utils.py | 268 + .../django/contrib/admindocs/views.py | 523 + .../django/contrib/auth/__init__.py | 405 + .../auth/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16892 bytes .../auth/__pycache__/admin.cpython-312.pyc | Bin 0 -> 10910 bytes .../auth/__pycache__/apps.cpython-312.pyc | Bin 0 -> 2007 bytes .../auth/__pycache__/backends.cpython-312.pyc | Bin 0 -> 18594 bytes .../__pycache__/base_user.cpython-312.pyc | Bin 0 -> 8457 bytes .../auth/__pycache__/checks.cpython-312.pyc | Bin 0 -> 9714 bytes .../context_processors.cpython-312.pyc | Bin 0 -> 3392 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 5388 bytes .../auth/__pycache__/forms.cpython-312.pyc | Bin 0 -> 28944 bytes .../auth/__pycache__/hashers.cpython-312.pyc | Bin 0 -> 29998 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 13022 bytes .../auth/__pycache__/mixins.cpython-312.pyc | Bin 0 -> 7011 bytes .../auth/__pycache__/models.cpython-312.pyc | Bin 0 -> 30004 bytes .../password_validation.cpython-312.pyc | Bin 0 -> 13295 bytes .../auth/__pycache__/signals.cpython-312.pyc | Bin 0 -> 363 bytes .../auth/__pycache__/tokens.cpython-312.pyc | Bin 0 -> 5879 bytes .../auth/__pycache__/urls.cpython-312.pyc | Bin 0 -> 1562 bytes .../__pycache__/validators.cpython-312.pyc | Bin 0 -> 1318 bytes .../auth/__pycache__/views.cpython-312.pyc | Bin 0 -> 18945 bytes .../django/contrib/auth/admin.py | 256 + .../site-packages/django/contrib/auth/apps.py | 31 + .../django/contrib/auth/backends.py | 342 + .../django/contrib/auth/base_user.py | 167 + .../django/contrib/auth/checks.py | 262 + .../contrib/auth/common-passwords.txt.gz | Bin 0 -> 80228 bytes .../django/contrib/auth/context_processors.py | 67 + .../django/contrib/auth/decorators.py | 135 + .../django/contrib/auth/forms.py | 616 + .../django/contrib/auth/handlers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../__pycache__/modwsgi.cpython-312.pyc | Bin 0 -> 2357 bytes .../django/contrib/auth/handlers/modwsgi.py | 43 + .../django/contrib/auth/hashers.py | 688 + .../auth/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 8449 bytes .../auth/locale/af/LC_MESSAGES/django.po | 338 + .../auth/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 10040 bytes .../auth/locale/ar/LC_MESSAGES/django.po | 319 + .../auth/locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 10228 bytes .../auth/locale/ar_DZ/LC_MESSAGES/django.po | 320 + .../auth/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 2250 bytes .../auth/locale/ast/LC_MESSAGES/django.po | 284 + .../auth/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 8698 bytes .../auth/locale/az/LC_MESSAGES/django.po | 338 + .../auth/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 11397 bytes .../auth/locale/be/LC_MESSAGES/django.po | 342 + .../auth/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 10717 bytes .../auth/locale/bg/LC_MESSAGES/django.po | 343 + .../auth/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 5455 bytes .../auth/locale/bn/LC_MESSAGES/django.po | 286 + .../auth/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1436 bytes .../auth/locale/br/LC_MESSAGES/django.po | 293 + .../auth/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 3146 bytes .../auth/locale/bs/LC_MESSAGES/django.po | 296 + .../auth/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 7643 bytes .../auth/locale/ca/LC_MESSAGES/django.po | 316 + .../auth/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 11066 bytes .../auth/locale/ckb/LC_MESSAGES/django.po | 341 + .../auth/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 8888 bytes .../auth/locale/cs/LC_MESSAGES/django.po | 344 + .../auth/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 4338 bytes .../auth/locale/cy/LC_MESSAGES/django.po | 294 + .../auth/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 8461 bytes .../auth/locale/da/LC_MESSAGES/django.po | 339 + .../auth/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 7138 bytes .../auth/locale/de/LC_MESSAGES/django.po | 342 + .../auth/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 9231 bytes .../auth/locale/dsb/LC_MESSAGES/django.po | 348 + .../auth/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 10072 bytes .../auth/locale/el/LC_MESSAGES/django.po | 320 + .../auth/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../auth/locale/en/LC_MESSAGES/django.po | 407 + .../auth/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 7183 bytes .../auth/locale/en_AU/LC_MESSAGES/django.po | 306 + .../auth/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3179 bytes .../auth/locale/en_GB/LC_MESSAGES/django.po | 289 + .../auth/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 7421 bytes .../auth/locale/eo/LC_MESSAGES/django.po | 310 + .../auth/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 9047 bytes .../auth/locale/es/LC_MESSAGES/django.po | 359 + .../auth/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 9177 bytes .../auth/locale/es_AR/LC_MESSAGES/django.po | 348 + .../auth/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 6529 bytes .../auth/locale/es_CO/LC_MESSAGES/django.po | 304 + .../auth/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 7822 bytes .../auth/locale/es_MX/LC_MESSAGES/django.po | 312 + .../auth/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 7415 bytes .../auth/locale/es_VE/LC_MESSAGES/django.po | 304 + .../auth/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 8312 bytes .../auth/locale/et/LC_MESSAGES/django.po | 337 + .../auth/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 7181 bytes .../auth/locale/eu/LC_MESSAGES/django.po | 311 + .../auth/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 8979 bytes .../auth/locale/fa/LC_MESSAGES/django.po | 313 + .../auth/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 8209 bytes .../auth/locale/fi/LC_MESSAGES/django.po | 335 + .../auth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 9476 bytes .../auth/locale/fr/LC_MESSAGES/django.po | 356 + .../auth/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../auth/locale/fy/LC_MESSAGES/django.po | 226 + .../auth/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 9476 bytes .../auth/locale/ga/LC_MESSAGES/django.po | 371 + .../auth/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 8743 bytes .../auth/locale/gd/LC_MESSAGES/django.po | 337 + .../auth/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 8757 bytes .../auth/locale/gl/LC_MESSAGES/django.po | 344 + .../auth/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 9108 bytes .../auth/locale/he/LC_MESSAGES/django.po | 335 + .../auth/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 5364 bytes .../auth/locale/hi/LC_MESSAGES/django.po | 290 + .../auth/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 5894 bytes .../auth/locale/hr/LC_MESSAGES/django.po | 306 + .../auth/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 9028 bytes .../auth/locale/hsb/LC_MESSAGES/django.po | 341 + .../auth/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 7407 bytes .../auth/locale/hu/LC_MESSAGES/django.po | 336 + .../auth/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 8001 bytes .../auth/locale/hy/LC_MESSAGES/django.po | 295 + .../auth/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 7626 bytes .../auth/locale/ia/LC_MESSAGES/django.po | 310 + .../auth/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 8210 bytes .../auth/locale/id/LC_MESSAGES/django.po | 337 + .../auth/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../auth/locale/io/LC_MESSAGES/django.po | 226 + .../auth/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 7509 bytes .../auth/locale/is/LC_MESSAGES/django.po | 307 + .../auth/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 7862 bytes .../auth/locale/it/LC_MESSAGES/django.po | 322 + .../auth/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 9193 bytes .../auth/locale/ja/LC_MESSAGES/django.po | 332 + .../auth/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 10372 bytes .../auth/locale/ka/LC_MESSAGES/django.po | 302 + .../auth/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 2982 bytes .../auth/locale/kab/LC_MESSAGES/django.po | 287 + .../auth/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 3542 bytes .../auth/locale/kk/LC_MESSAGES/django.po | 285 + .../auth/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 2609 bytes .../auth/locale/km/LC_MESSAGES/django.po | 281 + .../auth/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 4024 bytes .../auth/locale/kn/LC_MESSAGES/django.po | 285 + .../auth/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 8634 bytes .../auth/locale/ko/LC_MESSAGES/django.po | 342 + .../auth/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 8924 bytes .../auth/locale/ky/LC_MESSAGES/django.po | 299 + .../auth/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../auth/locale/lb/LC_MESSAGES/django.po | 226 + .../auth/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 8146 bytes .../auth/locale/lt/LC_MESSAGES/django.po | 320 + .../auth/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 8720 bytes .../auth/locale/lv/LC_MESSAGES/django.po | 346 + .../auth/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 9235 bytes .../auth/locale/mk/LC_MESSAGES/django.po | 308 + .../auth/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 12611 bytes .../auth/locale/ml/LC_MESSAGES/django.po | 303 + .../auth/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 9403 bytes .../auth/locale/mn/LC_MESSAGES/django.po | 310 + .../auth/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 10430 bytes .../auth/locale/mr/LC_MESSAGES/django.po | 299 + .../auth/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 7654 bytes .../auth/locale/ms/LC_MESSAGES/django.po | 313 + .../auth/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1026 bytes .../auth/locale/my/LC_MESSAGES/django.po | 282 + .../auth/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 7023 bytes .../auth/locale/nb/LC_MESSAGES/django.po | 302 + .../auth/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 7722 bytes .../auth/locale/ne/LC_MESSAGES/django.po | 286 + .../auth/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 8654 bytes .../auth/locale/nl/LC_MESSAGES/django.po | 353 + .../auth/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 7147 bytes .../auth/locale/nn/LC_MESSAGES/django.po | 301 + .../auth/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 4434 bytes .../auth/locale/os/LC_MESSAGES/django.po | 288 + .../auth/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 3666 bytes .../auth/locale/pa/LC_MESSAGES/django.po | 285 + .../auth/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 9051 bytes .../auth/locale/pl/LC_MESSAGES/django.po | 356 + .../auth/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 7752 bytes .../auth/locale/pt/LC_MESSAGES/django.po | 343 + .../auth/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 8731 bytes .../auth/locale/pt_BR/LC_MESSAGES/django.po | 363 + .../auth/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 7777 bytes .../auth/locale/ro/LC_MESSAGES/django.po | 320 + .../auth/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 11813 bytes .../auth/locale/ru/LC_MESSAGES/django.po | 356 + .../auth/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 8810 bytes .../auth/locale/sk/LC_MESSAGES/django.po | 342 + .../auth/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 7659 bytes .../auth/locale/sl/LC_MESSAGES/django.po | 312 + .../auth/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 8601 bytes .../auth/locale/sq/LC_MESSAGES/django.po | 342 + .../auth/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 11140 bytes .../auth/locale/sr/LC_MESSAGES/django.po | 340 + .../auth/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 8709 bytes .../auth/locale/sr_Latn/LC_MESSAGES/django.po | 413 + .../auth/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 8512 bytes .../auth/locale/sv/LC_MESSAGES/django.po | 356 + .../auth/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 5029 bytes .../auth/locale/sw/LC_MESSAGES/django.po | 287 + .../auth/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 2679 bytes .../auth/locale/ta/LC_MESSAGES/django.po | 283 + .../auth/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2955 bytes .../auth/locale/te/LC_MESSAGES/django.po | 285 + .../auth/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 7932 bytes .../auth/locale/tg/LC_MESSAGES/django.po | 299 + .../auth/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 6013 bytes .../auth/locale/th/LC_MESSAGES/django.po | 282 + .../auth/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 7467 bytes .../auth/locale/tk/LC_MESSAGES/django.po | 307 + .../auth/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 8614 bytes .../auth/locale/tr/LC_MESSAGES/django.po | 345 + .../auth/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1371 bytes .../auth/locale/tt/LC_MESSAGES/django.po | 281 + .../auth/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../auth/locale/udm/LC_MESSAGES/django.po | 226 + .../auth/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 10681 bytes .../auth/locale/ug/LC_MESSAGES/django.po | 341 + .../auth/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 11332 bytes .../auth/locale/uk/LC_MESSAGES/django.po | 355 + .../auth/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 698 bytes .../auth/locale/ur/LC_MESSAGES/django.po | 282 + .../auth/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 2549 bytes .../auth/locale/uz/LC_MESSAGES/django.po | 287 + .../auth/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 7892 bytes .../auth/locale/vi/LC_MESSAGES/django.po | 305 + .../auth/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 7741 bytes .../auth/locale/zh_Hans/LC_MESSAGES/django.po | 337 + .../auth/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 7642 bytes .../auth/locale/zh_Hant/LC_MESSAGES/django.po | 325 + .../contrib/auth/management/__init__.py | 174 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6068 bytes .../auth/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 219 bytes .../changepassword.cpython-312.pyc | Bin 0 -> 3723 bytes .../createsuperuser.cpython-312.pyc | Bin 0 -> 14585 bytes .../management/commands/changepassword.py | 82 + .../management/commands/createsuperuser.py | 317 + .../django/contrib/auth/middleware.py | 291 + .../contrib/auth/migrations/0001_initial.py | 204 + .../0002_alter_permission_name_max_length.py | 15 + .../0003_alter_user_email_max_length.py | 17 + .../0004_alter_user_username_opts.py | 27 + .../0005_alter_user_last_login_null.py | 17 + .../0006_require_contenttypes_0002.py | 13 + ...007_alter_validators_add_error_messages.py | 26 + .../0008_alter_user_username_max_length.py | 26 + .../0009_alter_user_last_name_max_length.py | 17 + .../0010_alter_group_name_max_length.py | 15 + .../0011_update_proxy_permissions.py | 76 + .../0012_alter_user_first_name_max_length.py | 17 + .../contrib/auth/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 4809 bytes ...permission_name_max_length.cpython-312.pyc | Bin 0 -> 807 bytes ...lter_user_email_max_length.cpython-312.pyc | Bin 0 -> 854 bytes ...4_alter_user_username_opts.cpython-312.pyc | Bin 0 -> 1148 bytes ...alter_user_last_login_null.cpython-312.pyc | Bin 0 -> 839 bytes ..._require_contenttypes_0002.cpython-312.pyc | Bin 0 -> 626 bytes ...idators_add_error_messages.cpython-312.pyc | Bin 0 -> 1157 bytes ...r_user_username_max_length.cpython-312.pyc | Bin 0 -> 1163 bytes ..._user_last_name_max_length.cpython-312.pyc | Bin 0 -> 855 bytes ...lter_group_name_max_length.cpython-312.pyc | Bin 0 -> 834 bytes ...1_update_proxy_permissions.cpython-312.pyc | Bin 0 -> 3980 bytes ...user_first_name_max_length.cpython-312.pyc | Bin 0 -> 852 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../django/contrib/auth/mixins.py | 135 + .../django/contrib/auth/models.py | 634 + .../contrib/auth/password_validation.py | 279 + .../django/contrib/auth/signals.py | 5 + .../auth/widgets/read_only_password_hash.html | 8 + .../registration/password_reset_subject.txt | 3 + .../django/contrib/auth/tokens.py | 132 + .../site-packages/django/contrib/auth/urls.py | 36 + .../django/contrib/auth/validators.py | 25 + .../django/contrib/auth/views.py | 385 + .../django/contrib/contenttypes/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 5912 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 1608 bytes .../__pycache__/checks.cpython-312.pyc | Bin 0 -> 2463 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 41972 bytes .../__pycache__/forms.cpython-312.pyc | Bin 0 -> 5315 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 9925 bytes .../__pycache__/prefetch.cpython-312.pyc | Bin 0 -> 2061 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 3479 bytes .../django/contrib/contenttypes/admin.py | 143 + .../django/contrib/contenttypes/apps.py | 22 + .../django/contrib/contenttypes/checks.py | 46 + .../django/contrib/contenttypes/fields.py | 842 ++ .../django/contrib/contenttypes/forms.py | 133 + .../locale/af/LC_MESSAGES/django.mo | Bin 0 -> 1048 bytes .../locale/af/LC_MESSAGES/django.po | 42 + .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1271 bytes .../locale/ar/LC_MESSAGES/django.po | 46 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 1233 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 43 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 643 bytes .../locale/ast/LC_MESSAGES/django.po | 42 + .../locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../locale/az/LC_MESSAGES/django.po | 45 + .../locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1353 bytes .../locale/be/LC_MESSAGES/django.po | 45 + .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1225 bytes .../locale/bg/LC_MESSAGES/django.po | 46 + .../locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1201 bytes .../locale/bn/LC_MESSAGES/django.po | 43 + .../locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1419 bytes .../locale/br/LC_MESSAGES/django.po | 45 + .../locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../locale/bs/LC_MESSAGES/django.po | 43 + .../locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1095 bytes .../locale/ca/LC_MESSAGES/django.po | 44 + .../locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 1213 bytes .../locale/ckb/LC_MESSAGES/django.po | 42 + .../locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1108 bytes .../locale/cs/LC_MESSAGES/django.po | 44 + .../locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1159 bytes .../locale/cy/LC_MESSAGES/django.po | 43 + .../locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1038 bytes .../locale/da/LC_MESSAGES/django.po | 43 + .../locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../locale/de/LC_MESSAGES/django.po | 42 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1132 bytes .../locale/dsb/LC_MESSAGES/django.po | 43 + .../locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1286 bytes .../locale/el/LC_MESSAGES/django.po | 45 + .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../locale/en/LC_MESSAGES/django.po | 45 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 41 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../locale/en_GB/LC_MESSAGES/django.po | 43 + .../locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../locale/eo/LC_MESSAGES/django.po | 43 + .../locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1096 bytes .../locale/es/LC_MESSAGES/django.po | 46 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1084 bytes .../locale/es_AR/LC_MESSAGES/django.po | 43 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1158 bytes .../locale/es_CO/LC_MESSAGES/django.po | 43 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 840 bytes .../locale/es_MX/LC_MESSAGES/django.po | 44 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 1152 bytes .../locale/es_VE/LC_MESSAGES/django.po | 44 + .../locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1028 bytes .../locale/et/LC_MESSAGES/django.po | 45 + .../locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1077 bytes .../locale/eu/LC_MESSAGES/django.po | 43 + .../locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1130 bytes .../locale/fa/LC_MESSAGES/django.po | 45 + .../locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1036 bytes .../locale/fi/LC_MESSAGES/django.po | 44 + .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1078 bytes .../locale/fr/LC_MESSAGES/django.po | 43 + .../locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../locale/fy/LC_MESSAGES/django.po | 41 + .../locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1081 bytes .../locale/ga/LC_MESSAGES/django.po | 45 + .../locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 1154 bytes .../locale/gd/LC_MESSAGES/django.po | 45 + .../locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1080 bytes .../locale/gl/LC_MESSAGES/django.po | 45 + .../locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1219 bytes .../locale/he/LC_MESSAGES/django.po | 43 + .../locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1321 bytes .../locale/hi/LC_MESSAGES/django.po | 42 + .../locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1167 bytes .../locale/hr/LC_MESSAGES/django.po | 45 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1106 bytes .../locale/hsb/LC_MESSAGES/django.po | 43 + .../locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1102 bytes .../locale/hu/LC_MESSAGES/django.po | 46 + .../locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 1290 bytes .../locale/hy/LC_MESSAGES/django.po | 41 + .../locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1105 bytes .../locale/ia/LC_MESSAGES/django.po | 42 + .../locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1031 bytes .../locale/id/LC_MESSAGES/django.po | 46 + .../locale/io/LC_MESSAGES/django.mo | Bin 0 -> 1051 bytes .../locale/io/LC_MESSAGES/django.po | 41 + .../locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1049 bytes .../locale/is/LC_MESSAGES/django.po | 44 + .../locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1075 bytes .../locale/it/LC_MESSAGES/django.po | 46 + .../locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1211 bytes .../locale/ja/LC_MESSAGES/django.po | 47 + .../locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1429 bytes .../locale/ka/LC_MESSAGES/django.po | 43 + .../locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../locale/kk/LC_MESSAGES/django.po | 41 + .../locale/km/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../locale/km/LC_MESSAGES/django.po | 41 + .../locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 714 bytes .../locale/kn/LC_MESSAGES/django.po | 42 + .../locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1089 bytes .../locale/ko/LC_MESSAGES/django.po | 43 + .../locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 1182 bytes .../locale/ky/LC_MESSAGES/django.po | 42 + .../locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../locale/lb/LC_MESSAGES/django.po | 41 + .../locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1215 bytes .../locale/lt/LC_MESSAGES/django.po | 46 + .../locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../locale/lv/LC_MESSAGES/django.po | 46 + .../locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1258 bytes .../locale/mk/LC_MESSAGES/django.po | 44 + .../locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1378 bytes .../locale/ml/LC_MESSAGES/django.po | 43 + .../locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1225 bytes .../locale/mn/LC_MESSAGES/django.po | 46 + .../locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 1004 bytes .../locale/mr/LC_MESSAGES/django.po | 42 + .../locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 1035 bytes .../locale/ms/LC_MESSAGES/django.po | 41 + .../locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1554 bytes .../locale/my/LC_MESSAGES/django.po | 42 + .../locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1031 bytes .../locale/nb/LC_MESSAGES/django.po | 46 + .../locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1344 bytes .../locale/ne/LC_MESSAGES/django.po | 41 + .../locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1040 bytes .../locale/nl/LC_MESSAGES/django.po | 44 + .../locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1040 bytes .../locale/nn/LC_MESSAGES/django.po | 44 + .../locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1116 bytes .../locale/os/LC_MESSAGES/django.po | 42 + .../locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 697 bytes .../locale/pa/LC_MESSAGES/django.po | 42 + .../locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1208 bytes .../locale/pl/LC_MESSAGES/django.po | 47 + .../locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1154 bytes .../locale/pt/LC_MESSAGES/django.po | 45 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1117 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 46 + .../locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../locale/ro/LC_MESSAGES/django.po | 45 + .../locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1345 bytes .../locale/ru/LC_MESSAGES/django.po | 47 + .../locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../locale/sk/LC_MESSAGES/django.po | 45 + .../locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../locale/sl/LC_MESSAGES/django.po | 45 + .../locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1066 bytes .../locale/sq/LC_MESSAGES/django.po | 43 + .../locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1204 bytes .../locale/sr/LC_MESSAGES/django.po | 46 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1102 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 45 + .../locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../locale/sv/LC_MESSAGES/django.po | 46 + .../locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 563 bytes .../locale/sw/LC_MESSAGES/django.po | 41 + .../locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../locale/ta/LC_MESSAGES/django.po | 41 + .../locale/te/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../locale/te/LC_MESSAGES/django.po | 41 + .../locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 864 bytes .../locale/tg/LC_MESSAGES/django.po | 41 + .../locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1186 bytes .../locale/th/LC_MESSAGES/django.po | 42 + .../locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 1068 bytes .../locale/tk/LC_MESSAGES/django.po | 42 + .../locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1057 bytes .../locale/tr/LC_MESSAGES/django.po | 45 + .../locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 659 bytes .../locale/tt/LC_MESSAGES/django.po | 41 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../locale/udm/LC_MESSAGES/django.po | 41 + .../locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 1182 bytes .../locale/ug/LC_MESSAGES/django.po | 41 + .../locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1404 bytes .../locale/uk/LC_MESSAGES/django.po | 49 + .../locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 671 bytes .../locale/ur/LC_MESSAGES/django.po | 41 + .../locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1155 bytes .../locale/vi/LC_MESSAGES/django.po | 45 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1015 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 46 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1046 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 44 + .../contenttypes/management/__init__.py | 145 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6268 bytes .../management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 227 bytes .../remove_stale_contenttypes.cpython-312.pyc | Bin 0 -> 5199 bytes .../commands/remove_stale_contenttypes.py | 113 + .../contenttypes/migrations/0001_initial.py | 45 + .../0002_remove_content_type_name.py | 42 + .../contenttypes/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 1685 bytes ...2_remove_content_type_name.cpython-312.pyc | Bin 0 -> 2037 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../django/contrib/contenttypes/models.py | 188 + .../django/contrib/contenttypes/prefetch.py | 36 + .../django/contrib/contenttypes/views.py | 88 + .../django/contrib/flatpages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 1080 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 649 bytes .../__pycache__/forms.cpython-312.pyc | Bin 0 -> 3936 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 1128 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 3034 bytes .../__pycache__/sitemaps.cpython-312.pyc | Bin 0 -> 1221 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 452 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 2818 bytes .../django/contrib/flatpages/admin.py | 22 + .../django/contrib/flatpages/apps.py | 8 + .../django/contrib/flatpages/forms.py | 74 + .../flatpages/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 2282 bytes .../flatpages/locale/af/LC_MESSAGES/django.po | 89 + .../flatpages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2636 bytes .../flatpages/locale/ar/LC_MESSAGES/django.po | 91 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 2637 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 87 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 924 bytes .../locale/ast/LC_MESSAGES/django.po | 80 + .../flatpages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2378 bytes .../flatpages/locale/az/LC_MESSAGES/django.po | 94 + .../flatpages/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2978 bytes .../flatpages/locale/be/LC_MESSAGES/django.po | 92 + .../flatpages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2802 bytes .../flatpages/locale/bg/LC_MESSAGES/django.po | 92 + .../flatpages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 2988 bytes .../flatpages/locale/bn/LC_MESSAGES/django.po | 83 + .../flatpages/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 2433 bytes .../flatpages/locale/br/LC_MESSAGES/django.po | 95 + .../flatpages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1782 bytes .../flatpages/locale/bs/LC_MESSAGES/django.po | 88 + .../flatpages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2237 bytes .../flatpages/locale/ca/LC_MESSAGES/django.po | 93 + .../locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 2716 bytes .../locale/ckb/LC_MESSAGES/django.po | 88 + .../flatpages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2340 bytes .../flatpages/locale/cs/LC_MESSAGES/django.po | 89 + .../flatpages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 2163 bytes .../flatpages/locale/cy/LC_MESSAGES/django.po | 88 + .../flatpages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2277 bytes .../flatpages/locale/da/LC_MESSAGES/django.po | 92 + .../flatpages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 2373 bytes .../flatpages/locale/de/LC_MESSAGES/django.po | 92 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2391 bytes .../locale/dsb/LC_MESSAGES/django.po | 90 + .../flatpages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2864 bytes .../flatpages/locale/el/LC_MESSAGES/django.po | 93 + .../flatpages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../flatpages/locale/en/LC_MESSAGES/django.po | 96 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 2210 bytes .../locale/en_AU/LC_MESSAGES/django.po | 88 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1989 bytes .../locale/en_GB/LC_MESSAGES/django.po | 85 + .../flatpages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 2333 bytes .../flatpages/locale/eo/LC_MESSAGES/django.po | 93 + .../flatpages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2258 bytes .../flatpages/locale/es/LC_MESSAGES/django.po | 93 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2275 bytes .../locale/es_AR/LC_MESSAGES/django.po | 89 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 2140 bytes .../locale/es_CO/LC_MESSAGES/django.po | 86 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 2062 bytes .../locale/es_MX/LC_MESSAGES/django.po | 84 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 2187 bytes .../locale/es_VE/LC_MESSAGES/django.po | 85 + .../flatpages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 2233 bytes .../flatpages/locale/et/LC_MESSAGES/django.po | 89 + .../flatpages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 2244 bytes .../flatpages/locale/eu/LC_MESSAGES/django.po | 90 + .../flatpages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2612 bytes .../flatpages/locale/fa/LC_MESSAGES/django.po | 92 + .../flatpages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2256 bytes .../flatpages/locale/fi/LC_MESSAGES/django.po | 92 + .../flatpages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2430 bytes .../flatpages/locale/fr/LC_MESSAGES/django.po | 93 + .../flatpages/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../flatpages/locale/fy/LC_MESSAGES/django.po | 74 + .../flatpages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 2351 bytes .../flatpages/locale/ga/LC_MESSAGES/django.po | 91 + .../flatpages/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 2469 bytes .../flatpages/locale/gd/LC_MESSAGES/django.po | 95 + .../flatpages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2256 bytes .../flatpages/locale/gl/LC_MESSAGES/django.po | 89 + .../flatpages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2517 bytes .../flatpages/locale/he/LC_MESSAGES/django.po | 87 + .../flatpages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2770 bytes .../flatpages/locale/hi/LC_MESSAGES/django.po | 81 + .../flatpages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2188 bytes .../flatpages/locale/hr/LC_MESSAGES/django.po | 88 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2361 bytes .../locale/hsb/LC_MESSAGES/django.po | 89 + .../flatpages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2363 bytes .../flatpages/locale/hu/LC_MESSAGES/django.po | 94 + .../flatpages/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 2536 bytes .../flatpages/locale/hy/LC_MESSAGES/django.po | 84 + .../flatpages/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 500 bytes .../flatpages/locale/ia/LC_MESSAGES/django.po | 77 + .../flatpages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2222 bytes .../flatpages/locale/id/LC_MESSAGES/django.po | 90 + .../flatpages/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../flatpages/locale/io/LC_MESSAGES/django.po | 74 + .../flatpages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2229 bytes .../flatpages/locale/is/LC_MESSAGES/django.po | 87 + .../flatpages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2209 bytes .../flatpages/locale/it/LC_MESSAGES/django.po | 92 + .../flatpages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2469 bytes .../flatpages/locale/ja/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 3022 bytes .../flatpages/locale/ka/LC_MESSAGES/django.po | 88 + .../flatpages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2438 bytes .../flatpages/locale/kk/LC_MESSAGES/django.po | 88 + .../flatpages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1942 bytes .../flatpages/locale/km/LC_MESSAGES/django.po | 80 + .../flatpages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1902 bytes .../flatpages/locale/kn/LC_MESSAGES/django.po | 82 + .../flatpages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 2304 bytes .../flatpages/locale/ko/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 2667 bytes .../flatpages/locale/ky/LC_MESSAGES/django.po | 89 + .../flatpages/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 502 bytes .../flatpages/locale/lb/LC_MESSAGES/django.po | 77 + .../flatpages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2506 bytes .../flatpages/locale/lt/LC_MESSAGES/django.po | 94 + .../flatpages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 2321 bytes .../flatpages/locale/lv/LC_MESSAGES/django.po | 92 + .../flatpages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2699 bytes .../flatpages/locale/mk/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 3549 bytes .../flatpages/locale/ml/LC_MESSAGES/django.po | 89 + .../flatpages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2776 bytes .../flatpages/locale/mn/LC_MESSAGES/django.po | 92 + .../flatpages/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 2040 bytes .../flatpages/locale/mr/LC_MESSAGES/django.po | 82 + .../flatpages/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 2184 bytes .../flatpages/locale/ms/LC_MESSAGES/django.po | 87 + .../flatpages/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../flatpages/locale/my/LC_MESSAGES/django.po | 77 + .../flatpages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 2208 bytes .../flatpages/locale/nb/LC_MESSAGES/django.po | 91 + .../flatpages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1500 bytes .../flatpages/locale/ne/LC_MESSAGES/django.po | 77 + .../flatpages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2231 bytes .../flatpages/locale/nl/LC_MESSAGES/django.po | 92 + .../flatpages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 2256 bytes .../flatpages/locale/nn/LC_MESSAGES/django.po | 90 + .../flatpages/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 2329 bytes .../flatpages/locale/os/LC_MESSAGES/django.po | 86 + .../flatpages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 903 bytes .../flatpages/locale/pa/LC_MESSAGES/django.po | 78 + .../flatpages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2448 bytes .../flatpages/locale/pl/LC_MESSAGES/django.po | 96 + .../flatpages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2342 bytes .../flatpages/locale/pt/LC_MESSAGES/django.po | 93 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2291 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 98 + .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2337 bytes .../flatpages/locale/ro/LC_MESSAGES/django.po | 96 + .../flatpages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2934 bytes .../flatpages/locale/ru/LC_MESSAGES/django.po | 95 + .../flatpages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 2353 bytes .../flatpages/locale/sk/LC_MESSAGES/django.po | 92 + .../flatpages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2301 bytes .../flatpages/locale/sl/LC_MESSAGES/django.po | 93 + .../flatpages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 2350 bytes .../flatpages/locale/sq/LC_MESSAGES/django.po | 90 + .../flatpages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2770 bytes .../flatpages/locale/sr/LC_MESSAGES/django.po | 92 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2328 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 93 + .../flatpages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 2252 bytes .../flatpages/locale/sv/LC_MESSAGES/django.po | 92 + .../flatpages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1537 bytes .../flatpages/locale/sw/LC_MESSAGES/django.po | 83 + .../flatpages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1945 bytes .../flatpages/locale/ta/LC_MESSAGES/django.po | 80 + .../flatpages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1238 bytes .../flatpages/locale/te/LC_MESSAGES/django.po | 79 + .../flatpages/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 2064 bytes .../flatpages/locale/tg/LC_MESSAGES/django.po | 86 + .../flatpages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2698 bytes .../flatpages/locale/th/LC_MESSAGES/django.po | 80 + .../flatpages/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 835 bytes .../flatpages/locale/tk/LC_MESSAGES/django.po | 84 + .../flatpages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2290 bytes .../flatpages/locale/tr/LC_MESSAGES/django.po | 94 + .../flatpages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 2007 bytes .../flatpages/locale/tt/LC_MESSAGES/django.po | 84 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 490 bytes .../locale/udm/LC_MESSAGES/django.po | 77 + .../flatpages/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 2644 bytes .../flatpages/locale/ug/LC_MESSAGES/django.po | 85 + .../flatpages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 3002 bytes .../flatpages/locale/uk/LC_MESSAGES/django.po | 99 + .../flatpages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1976 bytes .../flatpages/locale/ur/LC_MESSAGES/django.po | 84 + .../flatpages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1035 bytes .../flatpages/locale/vi/LC_MESSAGES/django.po | 82 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 2124 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 89 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 2176 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 88 + .../django/contrib/flatpages/middleware.py | 20 + .../flatpages/migrations/0001_initial.py | 68 + .../contrib/flatpages/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 2083 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../django/contrib/flatpages/models.py | 49 + .../django/contrib/flatpages/sitemaps.py | 14 + .../flatpages/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/flatpages.cpython-312.pyc | Bin 0 -> 4158 bytes .../flatpages/templatetags/flatpages.py | 101 + .../django/contrib/flatpages/urls.py | 6 + .../django/contrib/flatpages/views.py | 70 + .../django/contrib/gis/__init__.py | 0 .../gis/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 198 bytes .../gis/__pycache__/apps.cpython-312.pyc | Bin 0 -> 959 bytes .../gis/__pycache__/feeds.cpython-312.pyc | Bin 0 -> 7584 bytes .../gis/__pycache__/geoip2.cpython-312.pyc | Bin 0 -> 12073 bytes .../gis/__pycache__/geometry.cpython-312.pyc | Bin 0 -> 824 bytes .../gis/__pycache__/measure.cpython-312.pyc | Bin 0 -> 14547 bytes .../gis/__pycache__/ptr.cpython-312.pyc | Bin 0 -> 1894 bytes .../gis/__pycache__/shortcuts.cpython-312.pyc | Bin 0 -> 1901 bytes .../gis/__pycache__/views.cpython-312.pyc | Bin 0 -> 1260 bytes .../django/contrib/gis/admin/__init__.py | 29 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 638 bytes .../admin/__pycache__/options.cpython-312.pyc | Bin 0 -> 1481 bytes .../django/contrib/gis/admin/options.py | 21 + .../site-packages/django/contrib/gis/apps.py | 14 + .../django/contrib/gis/db/__init__.py | 0 .../db/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../contrib/gis/db/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 1524 bytes .../contrib/gis/db/backends/base/__init__.py | 0 .../base/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../base/__pycache__/adapter.cpython-312.pyc | Bin 0 -> 1610 bytes .../base/__pycache__/features.cpython-312.pyc | Bin 0 -> 4986 bytes .../base/__pycache__/models.cpython-312.pyc | Bin 0 -> 6256 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 8255 bytes .../contrib/gis/db/backends/base/adapter.py | 26 + .../contrib/gis/db/backends/base/features.py | 111 + .../contrib/gis/db/backends/base/models.py | 140 + .../gis/db/backends/base/operations.py | 210 + .../contrib/gis/db/backends/mysql/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../mysql/__pycache__/base.cpython-312.pyc | Bin 0 -> 811 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 1307 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 1972 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 6808 bytes .../mysql/__pycache__/schema.cpython-312.pyc | Bin 0 -> 5484 bytes .../contrib/gis/db/backends/mysql/base.py | 14 + .../contrib/gis/db/backends/mysql/features.py | 21 + .../gis/db/backends/mysql/introspection.py | 33 + .../gis/db/backends/mysql/operations.py | 146 + .../contrib/gis/db/backends/mysql/schema.py | 112 + .../gis/db/backends/oracle/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 3779 bytes .../oracle/__pycache__/base.cpython-312.pyc | Bin 0 -> 817 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 1463 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 2230 bytes .../oracle/__pycache__/models.cpython-312.pyc | Bin 0 -> 3464 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 10429 bytes .../oracle/__pycache__/schema.cpython-312.pyc | Bin 0 -> 7772 bytes .../contrib/gis/db/backends/oracle/adapter.py | 61 + .../contrib/gis/db/backends/oracle/base.py | 14 + .../gis/db/backends/oracle/features.py | 28 + .../gis/db/backends/oracle/introspection.py | 46 + .../contrib/gis/db/backends/oracle/models.py | 67 + .../gis/db/backends/oracle/operations.py | 247 + .../contrib/gis/db/backends/oracle/schema.py | 151 + .../gis/db/backends/postgis/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 3133 bytes .../postgis/__pycache__/base.cpython-312.pyc | Bin 0 -> 8542 bytes .../postgis/__pycache__/const.cpython-312.pyc | Bin 0 -> 803 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 788 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 3545 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 3573 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 18675 bytes .../__pycache__/pgraster.cpython-312.pyc | Bin 0 -> 4261 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 5479 bytes .../gis/db/backends/postgis/adapter.py | 63 + .../contrib/gis/db/backends/postgis/base.py | 161 + .../contrib/gis/db/backends/postgis/const.py | 63 + .../gis/db/backends/postgis/features.py | 13 + .../gis/db/backends/postgis/introspection.py | 71 + .../contrib/gis/db/backends/postgis/models.py | 73 + .../gis/db/backends/postgis/operations.py | 423 + .../gis/db/backends/postgis/pgraster.py | 152 + .../contrib/gis/db/backends/postgis/schema.py | 124 + .../gis/db/backends/spatialite/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 858 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3526 bytes .../__pycache__/client.cpython-312.pyc | Bin 0 -> 514 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 1534 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 3235 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 3536 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 10856 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 8179 bytes .../gis/db/backends/spatialite/adapter.py | 10 + .../gis/db/backends/spatialite/base.py | 79 + .../gis/db/backends/spatialite/client.py | 5 + .../gis/db/backends/spatialite/features.py | 26 + .../db/backends/spatialite/introspection.py | 82 + .../gis/db/backends/spatialite/models.py | 71 + .../gis/db/backends/spatialite/operations.py | 231 + .../gis/db/backends/spatialite/schema.py | 194 + .../django/contrib/gis/db/backends/utils.py | 28 + .../django/contrib/gis/db/models/__init__.py | 30 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 830 bytes .../__pycache__/aggregates.cpython-312.pyc | Bin 0 -> 4998 bytes .../models/__pycache__/fields.cpython-312.pyc | Bin 0 -> 17770 bytes .../__pycache__/functions.cpython-312.pyc | Bin 0 -> 29453 bytes .../__pycache__/lookups.cpython-312.pyc | Bin 0 -> 17860 bytes .../models/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 3415 bytes .../contrib/gis/db/models/aggregates.py | 95 + .../django/contrib/gis/db/models/fields.py | 434 + .../django/contrib/gis/db/models/functions.py | 590 + .../django/contrib/gis/db/models/lookups.py | 395 + .../django/contrib/gis/db/models/proxy.py | 84 + .../contrib/gis/db/models/sql/__init__.py | 6 + .../sql/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/conversion.cpython-312.pyc | Bin 0 -> 3848 bytes .../contrib/gis/db/models/sql/conversion.py | 74 + .../site-packages/django/contrib/gis/feeds.py | 151 + .../django/contrib/gis/forms/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 593 bytes .../forms/__pycache__/fields.cpython-312.pyc | Bin 0 -> 5994 bytes .../forms/__pycache__/widgets.cpython-312.pyc | Bin 0 -> 5733 bytes .../django/contrib/gis/forms/fields.py | 144 + .../django/contrib/gis/forms/widgets.py | 125 + .../django/contrib/gis/gdal/LICENSE | 28 + .../django/contrib/gis/gdal/__init__.py | 59 + .../gdal/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1985 bytes .../gis/gdal/__pycache__/base.cpython-312.pyc | Bin 0 -> 544 bytes .../__pycache__/datasource.cpython-312.pyc | Bin 0 -> 5713 bytes .../gdal/__pycache__/driver.cpython-312.pyc | Bin 0 -> 3377 bytes .../gdal/__pycache__/envelope.cpython-312.pyc | Bin 0 -> 9315 bytes .../gdal/__pycache__/error.cpython-312.pyc | Bin 0 -> 1856 bytes .../gdal/__pycache__/feature.cpython-312.pyc | Bin 0 -> 6375 bytes .../gdal/__pycache__/field.cpython-312.pyc | Bin 0 -> 11145 bytes .../__pycache__/geometries.cpython-312.pyc | Bin 0 -> 42792 bytes .../gdal/__pycache__/geomtype.cpython-312.pyc | Bin 0 -> 6401 bytes .../gdal/__pycache__/layer.cpython-312.pyc | Bin 0 -> 12425 bytes .../gdal/__pycache__/libgdal.cpython-312.pyc | Bin 0 -> 3910 bytes .../gis/gdal/__pycache__/srs.cpython-312.pyc | Bin 0 -> 18592 bytes .../django/contrib/gis/gdal/base.py | 6 + .../django/contrib/gis/gdal/datasource.py | 129 + .../django/contrib/gis/gdal/driver.py | 94 + .../django/contrib/gis/gdal/envelope.py | 205 + .../django/contrib/gis/gdal/error.py | 61 + .../django/contrib/gis/gdal/feature.py | 120 + .../django/contrib/gis/gdal/field.py | 253 + .../django/contrib/gis/gdal/geometries.py | 881 ++ .../django/contrib/gis/gdal/geomtype.py | 146 + .../django/contrib/gis/gdal/layer.py | 234 + .../django/contrib/gis/gdal/libgdal.py | 142 + .../contrib/gis/gdal/prototypes/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../prototypes/__pycache__/ds.cpython-312.pyc | Bin 0 -> 6136 bytes .../__pycache__/errcheck.cpython-312.pyc | Bin 0 -> 4890 bytes .../__pycache__/generation.cpython-312.pyc | Bin 0 -> 5788 bytes .../__pycache__/geom.cpython-312.pyc | Bin 0 -> 8126 bytes .../__pycache__/raster.cpython-312.pyc | Bin 0 -> 5405 bytes .../__pycache__/srs.cpython-312.pyc | Bin 0 -> 4385 bytes .../django/contrib/gis/gdal/prototypes/ds.py | 110 + .../contrib/gis/gdal/prototypes/errcheck.py | 142 + .../contrib/gis/gdal/prototypes/generation.py | 178 + .../contrib/gis/gdal/prototypes/geom.py | 175 + .../contrib/gis/gdal/prototypes/raster.py | 169 + .../django/contrib/gis/gdal/prototypes/srs.py | 107 + .../contrib/gis/gdal/raster/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../raster/__pycache__/band.cpython-312.pyc | Bin 0 -> 11390 bytes .../raster/__pycache__/base.cpython-312.pyc | Bin 0 -> 2786 bytes .../raster/__pycache__/const.cpython-312.pyc | Bin 0 -> 2037 bytes .../raster/__pycache__/source.cpython-312.pyc | Bin 0 -> 23294 bytes .../django/contrib/gis/gdal/raster/band.py | 273 + .../django/contrib/gis/gdal/raster/base.py | 77 + .../django/contrib/gis/gdal/raster/const.py | 105 + .../django/contrib/gis/gdal/raster/source.py | 541 + .../django/contrib/gis/gdal/srs.py | 362 + .../django/contrib/gis/geoip2.py | 250 + .../django/contrib/gis/geometry.py | 19 + .../django/contrib/gis/geos/LICENSE | 27 + .../django/contrib/gis/geos/__init__.py | 19 + .../geos/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 989 bytes .../gis/geos/__pycache__/base.cpython-312.pyc | Bin 0 -> 544 bytes .../__pycache__/collections.cpython-312.pyc | Bin 0 -> 5707 bytes .../geos/__pycache__/coordseq.cpython-312.pyc | Bin 0 -> 12143 bytes .../geos/__pycache__/error.cpython-312.pyc | Bin 0 -> 464 bytes .../geos/__pycache__/factory.cpython-312.pyc | Bin 0 -> 1486 bytes .../geos/__pycache__/geometry.cpython-312.pyc | Bin 0 -> 40089 bytes .../gis/geos/__pycache__/io.cpython-312.pyc | Bin 0 -> 1473 bytes .../geos/__pycache__/libgeos.cpython-312.pyc | Bin 0 -> 5800 bytes .../__pycache__/linestring.cpython-312.pyc | Bin 0 -> 8413 bytes .../__pycache__/mutable_list.cpython-312.pyc | Bin 0 -> 13935 bytes .../geos/__pycache__/point.cpython-312.pyc | Bin 0 -> 7778 bytes .../geos/__pycache__/polygon.cpython-312.pyc | Bin 0 -> 8876 bytes .../geos/__pycache__/prepared.cpython-312.pyc | Bin 0 -> 3452 bytes .../django/contrib/gis/geos/base.py | 6 + .../django/contrib/gis/geos/collections.py | 121 + .../django/contrib/gis/geos/coordseq.py | 211 + .../django/contrib/gis/geos/error.py | 4 + .../django/contrib/gis/geos/factory.py | 33 + .../django/contrib/gis/geos/geometry.py | 780 ++ .../django/contrib/gis/geos/io.py | 28 + .../django/contrib/gis/geos/libgeos.py | 175 + .../django/contrib/gis/geos/linestring.py | 193 + .../django/contrib/gis/geos/mutable_list.py | 314 + .../django/contrib/gis/geos/point.py | 162 + .../django/contrib/gis/geos/polygon.py | 189 + .../django/contrib/gis/geos/prepared.py | 51 + .../contrib/gis/geos/prototypes/__init__.py | 67 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1957 bytes .../__pycache__/coordseq.cpython-312.pyc | Bin 0 -> 3727 bytes .../__pycache__/errcheck.cpython-312.pyc | Bin 0 -> 3082 bytes .../__pycache__/geom.cpython-312.pyc | Bin 0 -> 3270 bytes .../prototypes/__pycache__/io.cpython-312.pyc | Bin 0 -> 15146 bytes .../__pycache__/misc.cpython-312.pyc | Bin 0 -> 1503 bytes .../__pycache__/predicates.cpython-312.pyc | Bin 0 -> 2240 bytes .../__pycache__/prepared.cpython-312.pyc | Bin 0 -> 1554 bytes .../__pycache__/threadsafe.cpython-312.pyc | Bin 0 -> 3609 bytes .../__pycache__/topology.cpython-312.pyc | Bin 0 -> 2595 bytes .../contrib/gis/geos/prototypes/coordseq.py | 97 + .../contrib/gis/geos/prototypes/errcheck.py | 96 + .../contrib/gis/geos/prototypes/geom.py | 94 + .../django/contrib/gis/geos/prototypes/io.py | 369 + .../contrib/gis/geos/prototypes/misc.py | 35 + .../contrib/gis/geos/prototypes/predicates.py | 51 + .../contrib/gis/geos/prototypes/prepared.py | 26 + .../contrib/gis/geos/prototypes/threadsafe.py | 77 + .../contrib/gis/geos/prototypes/topology.py | 74 + .../gis/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 518 bytes .../gis/locale/af/LC_MESSAGES/django.po | 82 + .../gis/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2301 bytes .../gis/locale/ar/LC_MESSAGES/django.po | 89 + .../gis/locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 2403 bytes .../gis/locale/ar_DZ/LC_MESSAGES/django.po | 88 + .../gis/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 850 bytes .../gis/locale/ast/LC_MESSAGES/django.po | 85 + .../gis/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1901 bytes .../gis/locale/az/LC_MESSAGES/django.po | 86 + .../gis/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2389 bytes .../gis/locale/be/LC_MESSAGES/django.po | 87 + .../gis/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2323 bytes .../gis/locale/bg/LC_MESSAGES/django.po | 87 + .../gis/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../gis/locale/bn/LC_MESSAGES/django.po | 86 + .../gis/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1614 bytes .../gis/locale/br/LC_MESSAGES/django.po | 91 + .../gis/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1308 bytes .../gis/locale/bs/LC_MESSAGES/django.po | 88 + .../gis/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1948 bytes .../gis/locale/ca/LC_MESSAGES/django.po | 91 + .../gis/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 2253 bytes .../gis/locale/ckb/LC_MESSAGES/django.po | 86 + .../gis/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2026 bytes .../gis/locale/cs/LC_MESSAGES/django.po | 88 + .../gis/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1430 bytes .../gis/locale/cy/LC_MESSAGES/django.po | 86 + .../gis/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1862 bytes .../gis/locale/da/LC_MESSAGES/django.po | 86 + .../gis/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1930 bytes .../gis/locale/de/LC_MESSAGES/django.po | 86 + .../gis/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2016 bytes .../gis/locale/dsb/LC_MESSAGES/django.po | 86 + .../gis/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2402 bytes .../gis/locale/el/LC_MESSAGES/django.po | 91 + .../gis/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../gis/locale/en/LC_MESSAGES/django.po | 98 + .../gis/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../gis/locale/en_AU/LC_MESSAGES/django.po | 80 + .../gis/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1369 bytes .../gis/locale/en_GB/LC_MESSAGES/django.po | 88 + .../gis/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1878 bytes .../gis/locale/eo/LC_MESSAGES/django.po | 86 + .../gis/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2005 bytes .../gis/locale/es/LC_MESSAGES/django.po | 92 + .../gis/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2006 bytes .../gis/locale/es_AR/LC_MESSAGES/django.po | 87 + .../gis/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1817 bytes .../gis/locale/es_CO/LC_MESSAGES/django.po | 90 + .../gis/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1441 bytes .../gis/locale/es_MX/LC_MESSAGES/django.po | 87 + .../gis/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../gis/locale/es_VE/LC_MESSAGES/django.po | 80 + .../gis/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1872 bytes .../gis/locale/et/LC_MESSAGES/django.po | 88 + .../gis/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1888 bytes .../gis/locale/eu/LC_MESSAGES/django.po | 84 + .../gis/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2155 bytes .../gis/locale/fa/LC_MESSAGES/django.po | 87 + .../gis/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1839 bytes .../gis/locale/fi/LC_MESSAGES/django.po | 84 + .../gis/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2058 bytes .../gis/locale/fr/LC_MESSAGES/django.po | 87 + .../gis/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../gis/locale/fy/LC_MESSAGES/django.po | 80 + .../gis/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1957 bytes .../gis/locale/ga/LC_MESSAGES/django.po | 88 + .../gis/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 2022 bytes .../gis/locale/gd/LC_MESSAGES/django.po | 89 + .../gis/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1956 bytes .../gis/locale/gl/LC_MESSAGES/django.po | 89 + .../gis/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2135 bytes .../gis/locale/he/LC_MESSAGES/django.po | 83 + .../gis/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1818 bytes .../gis/locale/hi/LC_MESSAGES/django.po | 86 + .../gis/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1549 bytes .../gis/locale/hr/LC_MESSAGES/django.po | 91 + .../gis/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1991 bytes .../gis/locale/hsb/LC_MESSAGES/django.po | 87 + .../gis/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1891 bytes .../gis/locale/hu/LC_MESSAGES/django.po | 88 + .../gis/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 2020 bytes .../gis/locale/hy/LC_MESSAGES/django.po | 81 + .../gis/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1812 bytes .../gis/locale/ia/LC_MESSAGES/django.po | 87 + .../gis/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1862 bytes .../gis/locale/id/LC_MESSAGES/django.po | 90 + .../gis/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../gis/locale/io/LC_MESSAGES/django.po | 80 + .../gis/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1350 bytes .../gis/locale/is/LC_MESSAGES/django.po | 87 + .../gis/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1976 bytes .../gis/locale/it/LC_MESSAGES/django.po | 94 + .../gis/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2052 bytes .../gis/locale/ja/LC_MESSAGES/django.po | 87 + .../gis/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1991 bytes .../gis/locale/ka/LC_MESSAGES/django.po | 87 + .../gis/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1349 bytes .../gis/locale/kk/LC_MESSAGES/django.po | 85 + .../gis/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 459 bytes .../gis/locale/km/LC_MESSAGES/django.po | 80 + .../gis/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../gis/locale/kn/LC_MESSAGES/django.po | 80 + .../gis/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1888 bytes .../gis/locale/ko/LC_MESSAGES/django.po | 88 + .../gis/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 2157 bytes .../gis/locale/ky/LC_MESSAGES/django.po | 83 + .../gis/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../gis/locale/lb/LC_MESSAGES/django.po | 80 + .../gis/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2036 bytes .../gis/locale/lt/LC_MESSAGES/django.po | 89 + .../gis/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1969 bytes .../gis/locale/lv/LC_MESSAGES/django.po | 89 + .../gis/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2518 bytes .../gis/locale/mk/LC_MESSAGES/django.po | 91 + .../gis/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2049 bytes .../gis/locale/ml/LC_MESSAGES/django.po | 88 + .../gis/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2323 bytes .../gis/locale/mn/LC_MESSAGES/django.po | 91 + .../gis/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 510 bytes .../gis/locale/mr/LC_MESSAGES/django.po | 82 + .../gis/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 1828 bytes .../gis/locale/ms/LC_MESSAGES/django.po | 84 + .../gis/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 525 bytes .../gis/locale/my/LC_MESSAGES/django.po | 85 + .../gis/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1808 bytes .../gis/locale/nb/LC_MESSAGES/django.po | 88 + .../gis/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 982 bytes .../gis/locale/ne/LC_MESSAGES/django.po | 84 + .../gis/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1897 bytes .../gis/locale/nl/LC_MESSAGES/django.po | 91 + .../gis/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1830 bytes .../gis/locale/nn/LC_MESSAGES/django.po | 87 + .../gis/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1594 bytes .../gis/locale/os/LC_MESSAGES/django.po | 87 + .../gis/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1265 bytes .../gis/locale/pa/LC_MESSAGES/django.po | 86 + .../gis/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2045 bytes .../gis/locale/pl/LC_MESSAGES/django.po | 92 + .../gis/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1979 bytes .../gis/locale/pt/LC_MESSAGES/django.po | 93 + .../gis/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1976 bytes .../gis/locale/pt_BR/LC_MESSAGES/django.po | 94 + .../gis/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1770 bytes .../gis/locale/ro/LC_MESSAGES/django.po | 89 + .../gis/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2481 bytes .../gis/locale/ru/LC_MESSAGES/django.po | 91 + .../gis/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1980 bytes .../gis/locale/sk/LC_MESSAGES/django.po | 86 + .../gis/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1972 bytes .../gis/locale/sl/LC_MESSAGES/django.po | 89 + .../gis/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../gis/locale/sq/LC_MESSAGES/django.po | 88 + .../gis/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2365 bytes .../gis/locale/sr/LC_MESSAGES/django.po | 87 + .../gis/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1981 bytes .../gis/locale/sr_Latn/LC_MESSAGES/django.po | 87 + .../gis/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1880 bytes .../gis/locale/sv/LC_MESSAGES/django.po | 90 + .../gis/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1426 bytes .../gis/locale/sw/LC_MESSAGES/django.po | 87 + .../gis/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../gis/locale/ta/LC_MESSAGES/django.po | 80 + .../gis/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../gis/locale/te/LC_MESSAGES/django.po | 84 + .../gis/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 611 bytes .../gis/locale/tg/LC_MESSAGES/django.po | 84 + .../gis/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../gis/locale/th/LC_MESSAGES/django.po | 86 + .../gis/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1904 bytes .../gis/locale/tr/LC_MESSAGES/django.po | 88 + .../gis/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1470 bytes .../gis/locale/tt/LC_MESSAGES/django.po | 85 + .../gis/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../gis/locale/udm/LC_MESSAGES/django.po | 80 + .../gis/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 2360 bytes .../gis/locale/ug/LC_MESSAGES/django.po | 86 + .../gis/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2513 bytes .../gis/locale/uk/LC_MESSAGES/django.po | 93 + .../gis/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1410 bytes .../gis/locale/ur/LC_MESSAGES/django.po | 86 + .../gis/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1384 bytes .../gis/locale/vi/LC_MESSAGES/django.po | 87 + .../gis/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1760 bytes .../gis/locale/zh_Hans/LC_MESSAGES/django.po | 90 + .../gis/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1811 bytes .../gis/locale/zh_Hant/LC_MESSAGES/django.po | 87 + .../django/contrib/gis/management/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../gis/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/inspectdb.cpython-312.pyc | Bin 0 -> 1111 bytes .../__pycache__/ogrinspect.cpython-312.pyc | Bin 0 -> 6818 bytes .../gis/management/commands/inspectdb.py | 18 + .../gis/management/commands/ogrinspect.py | 164 + .../django/contrib/gis/measure.py | 373 + .../site-packages/django/contrib/gis/ptr.py | 41 + .../contrib/gis/serializers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/geojson.cpython-312.pyc | Bin 0 -> 4824 bytes .../django/contrib/gis/serializers/geojson.py | 77 + .../django/contrib/gis/shortcuts.py | 40 + .../django/contrib/gis/sitemaps/__init__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 334 bytes .../sitemaps/__pycache__/kml.cpython-312.pyc | Bin 0 -> 3522 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 2976 bytes .../django/contrib/gis/sitemaps/kml.py | 78 + .../django/contrib/gis/sitemaps/views.py | 65 + .../django/contrib/gis/static/gis/css/ol3.css | 39 + .../gis/static/gis/img/draw_line_off.svg | 1 + .../gis/static/gis/img/draw_line_on.svg | 1 + .../gis/static/gis/img/draw_point_off.svg | 1 + .../gis/static/gis/img/draw_point_on.svg | 1 + .../gis/static/gis/img/draw_polygon_off.svg | 1 + .../gis/static/gis/img/draw_polygon_on.svg | 1 + .../contrib/gis/static/gis/js/OLMapWidget.js | 233 + .../contrib/gis/templates/gis/kml/base.kml | 6 + .../gis/templates/gis/kml/placemarks.kml | 8 + .../gis/templates/gis/openlayers-osm.html | 12 + .../contrib/gis/templates/gis/openlayers.html | 32 + .../django/contrib/gis/utils/__init__.py | 25 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 817 bytes .../__pycache__/layermapping.cpython-312.pyc | Bin 0 -> 25482 bytes .../utils/__pycache__/ogrinfo.cpython-312.pyc | Bin 0 -> 2646 bytes .../__pycache__/ogrinspect.cpython-312.pyc | Bin 0 -> 8906 bytes .../gis/utils/__pycache__/srs.cpython-312.pyc | Bin 0 -> 3314 bytes .../django/contrib/gis/utils/layermapping.py | 728 ++ .../django/contrib/gis/utils/ogrinfo.py | 53 + .../django/contrib/gis/utils/ogrinspect.py | 268 + .../django/contrib/gis/utils/srs.py | 78 + .../site-packages/django/contrib/gis/views.py | 22 + .../django/contrib/humanize/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../humanize/__pycache__/apps.cpython-312.pyc | Bin 0 -> 586 bytes .../django/contrib/humanize/apps.py | 7 + .../humanize/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 4224 bytes .../humanize/locale/af/LC_MESSAGES/django.po | 328 + .../humanize/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 7510 bytes .../humanize/locale/ar/LC_MESSAGES/django.po | 449 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 9155 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 555 + .../humanize/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 3468 bytes .../humanize/locale/ast/LC_MESSAGES/django.po | 262 + .../humanize/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 4311 bytes .../humanize/locale/az/LC_MESSAGES/django.po | 333 + .../humanize/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6653 bytes .../humanize/locale/be/LC_MESSAGES/django.po | 389 + .../humanize/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 4823 bytes .../humanize/locale/bg/LC_MESSAGES/django.po | 332 + .../humanize/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 4026 bytes .../humanize/locale/bn/LC_MESSAGES/django.po | 263 + .../humanize/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 5850 bytes .../humanize/locale/br/LC_MESSAGES/django.po | 517 + .../humanize/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1416 bytes .../humanize/locale/bs/LC_MESSAGES/django.po | 292 + .../humanize/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 4270 bytes .../humanize/locale/ca/LC_MESSAGES/django.po | 332 + .../humanize/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 5021 bytes .../humanize/locale/ckb/LC_MESSAGES/django.po | 329 + .../humanize/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 5479 bytes .../humanize/locale/cs/LC_MESSAGES/django.po | 388 + .../humanize/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5241 bytes .../humanize/locale/cy/LC_MESSAGES/django.po | 318 + .../humanize/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 4316 bytes .../humanize/locale/da/LC_MESSAGES/django.po | 331 + .../humanize/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 4364 bytes .../humanize/locale/de/LC_MESSAGES/django.po | 330 + .../humanize/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 5588 bytes .../humanize/locale/dsb/LC_MESSAGES/django.po | 387 + .../humanize/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 6740 bytes .../humanize/locale/el/LC_MESSAGES/django.po | 398 + .../humanize/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../humanize/locale/en/LC_MESSAGES/django.po | 378 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 918 bytes .../locale/en_AU/LC_MESSAGES/django.po | 328 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3461 bytes .../locale/en_GB/LC_MESSAGES/django.po | 263 + .../humanize/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 5386 bytes .../humanize/locale/eo/LC_MESSAGES/django.po | 394 + .../humanize/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5005 bytes .../humanize/locale/es/LC_MESSAGES/django.po | 365 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 4425 bytes .../locale/es_AR/LC_MESSAGES/django.po | 332 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 4203 bytes .../locale/es_CO/LC_MESSAGES/django.po | 267 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 3939 bytes .../locale/es_MX/LC_MESSAGES/django.po | 264 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 942 bytes .../locale/es_VE/LC_MESSAGES/django.po | 262 + .../humanize/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 4406 bytes .../humanize/locale/et/LC_MESSAGES/django.po | 334 + .../humanize/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 4315 bytes .../humanize/locale/eu/LC_MESSAGES/django.po | 332 + .../humanize/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 4656 bytes .../humanize/locale/fa/LC_MESSAGES/django.po | 335 + .../humanize/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 4425 bytes .../humanize/locale/fi/LC_MESSAGES/django.po | 331 + .../humanize/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 5125 bytes .../humanize/locale/fr/LC_MESSAGES/django.po | 360 + .../humanize/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../humanize/locale/fy/LC_MESSAGES/django.po | 261 + .../humanize/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 6346 bytes .../humanize/locale/ga/LC_MESSAGES/django.po | 418 + .../humanize/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 5838 bytes .../humanize/locale/gd/LC_MESSAGES/django.po | 389 + .../humanize/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 4350 bytes .../humanize/locale/gl/LC_MESSAGES/django.po | 332 + .../humanize/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 5875 bytes .../humanize/locale/he/LC_MESSAGES/django.po | 389 + .../humanize/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 4131 bytes .../humanize/locale/hi/LC_MESSAGES/django.po | 263 + .../humanize/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1274 bytes .../humanize/locale/hr/LC_MESSAGES/django.po | 291 + .../humanize/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 5679 bytes .../humanize/locale/hsb/LC_MESSAGES/django.po | 387 + .../humanize/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 4313 bytes .../humanize/locale/hu/LC_MESSAGES/django.po | 332 + .../humanize/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 3810 bytes .../humanize/locale/hy/LC_MESSAGES/django.po | 330 + .../humanize/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 4167 bytes .../humanize/locale/ia/LC_MESSAGES/django.po | 262 + .../humanize/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3885 bytes .../humanize/locale/id/LC_MESSAGES/django.po | 304 + .../humanize/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../humanize/locale/io/LC_MESSAGES/django.po | 261 + .../humanize/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3805 bytes .../humanize/locale/is/LC_MESSAGES/django.po | 399 + .../humanize/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5374 bytes .../humanize/locale/it/LC_MESSAGES/django.po | 368 + .../humanize/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 3907 bytes .../humanize/locale/ja/LC_MESSAGES/django.po | 301 + .../humanize/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4878 bytes .../humanize/locale/ka/LC_MESSAGES/django.po | 395 + .../humanize/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2113 bytes .../humanize/locale/kk/LC_MESSAGES/django.po | 394 + .../humanize/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 459 bytes .../humanize/locale/km/LC_MESSAGES/django.po | 233 + .../humanize/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../humanize/locale/kn/LC_MESSAGES/django.po | 233 + .../humanize/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3891 bytes .../humanize/locale/ko/LC_MESSAGES/django.po | 304 + .../humanize/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 4177 bytes .../humanize/locale/ky/LC_MESSAGES/django.po | 299 + .../humanize/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../humanize/locale/lb/LC_MESSAGES/django.po | 261 + .../humanize/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 7333 bytes .../humanize/locale/lt/LC_MESSAGES/django.po | 477 + .../humanize/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 5029 bytes .../humanize/locale/lv/LC_MESSAGES/django.po | 364 + .../humanize/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4761 bytes .../humanize/locale/mk/LC_MESSAGES/django.po | 262 + .../humanize/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 4655 bytes .../humanize/locale/ml/LC_MESSAGES/django.po | 396 + .../humanize/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 4863 bytes .../humanize/locale/mn/LC_MESSAGES/django.po | 333 + .../humanize/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 1506 bytes .../humanize/locale/mr/LC_MESSAGES/django.po | 328 + .../humanize/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 3839 bytes .../humanize/locale/ms/LC_MESSAGES/django.po | 299 + .../humanize/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 3479 bytes .../humanize/locale/my/LC_MESSAGES/django.po | 234 + .../humanize/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 4318 bytes .../humanize/locale/nb/LC_MESSAGES/django.po | 331 + .../humanize/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 3590 bytes .../humanize/locale/ne/LC_MESSAGES/django.po | 395 + .../humanize/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 4311 bytes .../humanize/locale/nl/LC_MESSAGES/django.po | 332 + .../humanize/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 4336 bytes .../humanize/locale/nn/LC_MESSAGES/django.po | 330 + .../humanize/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 3902 bytes .../humanize/locale/os/LC_MESSAGES/django.po | 262 + .../humanize/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1569 bytes .../humanize/locale/pa/LC_MESSAGES/django.po | 263 + .../humanize/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 5596 bytes .../humanize/locale/pl/LC_MESSAGES/django.po | 394 + .../humanize/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 5006 bytes .../humanize/locale/pt/LC_MESSAGES/django.po | 362 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5092 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 367 + .../humanize/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 6188 bytes .../humanize/locale/ro/LC_MESSAGES/django.po | 440 + .../humanize/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 6733 bytes .../humanize/locale/ru/LC_MESSAGES/django.po | 396 + .../humanize/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 5541 bytes .../humanize/locale/sk/LC_MESSAGES/django.po | 390 + .../humanize/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 4967 bytes .../humanize/locale/sl/LC_MESSAGES/django.po | 392 + .../humanize/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 4355 bytes .../humanize/locale/sq/LC_MESSAGES/django.po | 330 + .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 5723 bytes .../humanize/locale/sr/LC_MESSAGES/django.po | 359 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 4935 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 412 + .../humanize/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 4333 bytes .../humanize/locale/sv/LC_MESSAGES/django.po | 335 + .../humanize/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 4146 bytes .../humanize/locale/sw/LC_MESSAGES/django.po | 262 + .../humanize/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../humanize/locale/ta/LC_MESSAGES/django.po | 261 + .../humanize/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1327 bytes .../humanize/locale/te/LC_MESSAGES/django.po | 262 + .../humanize/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 1580 bytes .../humanize/locale/tg/LC_MESSAGES/django.po | 393 + .../humanize/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 3709 bytes .../humanize/locale/th/LC_MESSAGES/django.po | 357 + .../humanize/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 4419 bytes .../humanize/locale/tk/LC_MESSAGES/django.po | 328 + .../humanize/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 4319 bytes .../humanize/locale/tr/LC_MESSAGES/django.po | 333 + .../humanize/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3243 bytes .../humanize/locale/tt/LC_MESSAGES/django.po | 233 + .../humanize/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../humanize/locale/udm/LC_MESSAGES/django.po | 233 + .../humanize/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 4883 bytes .../humanize/locale/ug/LC_MESSAGES/django.po | 328 + .../humanize/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 6991 bytes .../humanize/locale/uk/LC_MESSAGES/django.po | 395 + .../humanize/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1347 bytes .../humanize/locale/ur/LC_MESSAGES/django.po | 261 + .../humanize/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 1915 bytes .../humanize/locale/uz/LC_MESSAGES/django.po | 353 + .../humanize/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 3646 bytes .../humanize/locale/vi/LC_MESSAGES/django.po | 235 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 3844 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 308 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 3737 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 304 + .../contrib/humanize/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../__pycache__/humanize.cpython-312.pyc | Bin 0 -> 12300 bytes .../contrib/humanize/templatetags/humanize.py | 336 + .../django/contrib/messages/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 369 bytes .../messages/__pycache__/api.cpython-312.pyc | Bin 0 -> 3753 bytes .../messages/__pycache__/apps.cpython-312.pyc | Bin 0 -> 1288 bytes .../__pycache__/constants.cpython-312.pyc | Bin 0 -> 502 bytes .../context_processors.cpython-312.pyc | Bin 0 -> 648 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 1478 bytes .../messages/__pycache__/test.cpython-312.pyc | Bin 0 -> 911 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 605 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 1220 bytes .../django/contrib/messages/api.py | 127 + .../django/contrib/messages/apps.py | 19 + .../django/contrib/messages/constants.py | 21 + .../contrib/messages/context_processors.py | 13 + .../django/contrib/messages/middleware.py | 26 + .../contrib/messages/storage/__init__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 751 bytes .../storage/__pycache__/base.cpython-312.pyc | Bin 0 -> 9325 bytes .../__pycache__/cookie.cpython-312.pyc | Bin 0 -> 11833 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 2597 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 2917 bytes .../django/contrib/messages/storage/base.py | 183 + .../django/contrib/messages/storage/cookie.py | 248 + .../contrib/messages/storage/fallback.py | 56 + .../contrib/messages/storage/session.py | 52 + .../django/contrib/messages/test.py | 11 + .../django/contrib/messages/utils.py | 12 + .../django/contrib/messages/views.py | 19 + .../django/contrib/postgres/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../postgres/__pycache__/apps.cpython-312.pyc | Bin 0 -> 4727 bytes .../__pycache__/constraints.cpython-312.pyc | Bin 0 -> 12603 bytes .../__pycache__/expressions.cpython-312.pyc | Bin 0 -> 1111 bytes .../__pycache__/functions.cpython-312.pyc | Bin 0 -> 776 bytes .../__pycache__/indexes.cpython-312.pyc | Bin 0 -> 12138 bytes .../__pycache__/lookups.cpython-312.pyc | Bin 0 -> 3955 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 20568 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 17288 bytes .../__pycache__/serializers.cpython-312.pyc | Bin 0 -> 860 bytes .../__pycache__/signals.cpython-312.pyc | Bin 0 -> 3391 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 1475 bytes .../__pycache__/validators.cpython-312.pyc | Bin 0 -> 4212 bytes .../contrib/postgres/aggregates/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 268 bytes .../__pycache__/general.cpython-312.pyc | Bin 0 -> 2840 bytes .../__pycache__/mixins.cpython-312.pyc | Bin 0 -> 2822 bytes .../__pycache__/statistics.cpython-312.pyc | Bin 0 -> 3190 bytes .../contrib/postgres/aggregates/general.py | 65 + .../contrib/postgres/aggregates/mixins.py | 57 + .../contrib/postgres/aggregates/statistics.py | 75 + .../django/contrib/postgres/apps.py | 84 + .../django/contrib/postgres/constraints.py | 214 + .../django/contrib/postgres/expressions.py | 14 + .../contrib/postgres/fields/__init__.py | 5 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 320 bytes .../fields/__pycache__/array.cpython-312.pyc | Bin 0 -> 19299 bytes .../fields/__pycache__/citext.cpython-312.pyc | Bin 0 -> 1585 bytes .../fields/__pycache__/hstore.cpython-312.pyc | Bin 0 -> 5980 bytes .../fields/__pycache__/jsonb.cpython-312.pyc | Bin 0 -> 697 bytes .../fields/__pycache__/ranges.cpython-312.pyc | Bin 0 -> 19431 bytes .../fields/__pycache__/utils.cpython-312.pyc | Bin 0 -> 565 bytes .../django/contrib/postgres/fields/array.py | 372 + .../django/contrib/postgres/fields/citext.py | 45 + .../django/contrib/postgres/fields/hstore.py | 112 + .../django/contrib/postgres/fields/jsonb.py | 14 + .../django/contrib/postgres/fields/ranges.py | 383 + .../django/contrib/postgres/fields/utils.py | 3 + .../django/contrib/postgres/forms/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../forms/__pycache__/array.cpython-312.pyc | Bin 0 -> 12766 bytes .../forms/__pycache__/hstore.cpython-312.pyc | Bin 0 -> 2411 bytes .../forms/__pycache__/ranges.cpython-312.pyc | Bin 0 -> 5572 bytes .../django/contrib/postgres/forms/array.py | 251 + .../django/contrib/postgres/forms/hstore.py | 59 + .../django/contrib/postgres/forms/ranges.py | 119 + .../django/contrib/postgres/functions.py | 11 + .../django/contrib/postgres/indexes.py | 242 + .../jinja2/postgres/widgets/split_array.html | 1 + .../postgres/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 2871 bytes .../postgres/locale/af/LC_MESSAGES/django.po | 103 + .../postgres/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 4352 bytes .../postgres/locale/ar/LC_MESSAGES/django.po | 130 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 4352 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 131 + .../postgres/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2899 bytes .../postgres/locale/az/LC_MESSAGES/django.po | 104 + .../postgres/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 4143 bytes .../postgres/locale/be/LC_MESSAGES/django.po | 120 + .../postgres/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 3529 bytes .../postgres/locale/bg/LC_MESSAGES/django.po | 110 + .../postgres/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2904 bytes .../postgres/locale/ca/LC_MESSAGES/django.po | 112 + .../postgres/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 3414 bytes .../postgres/locale/ckb/LC_MESSAGES/django.po | 101 + .../postgres/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 3418 bytes .../postgres/locale/cs/LC_MESSAGES/django.po | 119 + .../postgres/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2886 bytes .../postgres/locale/da/LC_MESSAGES/django.po | 106 + .../postgres/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 3078 bytes .../postgres/locale/de/LC_MESSAGES/django.po | 111 + .../postgres/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 3605 bytes .../postgres/locale/dsb/LC_MESSAGES/django.po | 118 + .../postgres/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 3583 bytes .../postgres/locale/el/LC_MESSAGES/django.po | 111 + .../postgres/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../postgres/locale/en/LC_MESSAGES/django.po | 114 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 2839 bytes .../locale/en_AU/LC_MESSAGES/django.po | 109 + .../postgres/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 2742 bytes .../postgres/locale/eo/LC_MESSAGES/django.po | 109 + .../postgres/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 3163 bytes .../postgres/locale/es/LC_MESSAGES/django.po | 121 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 3140 bytes .../locale/es_AR/LC_MESSAGES/django.po | 115 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 2484 bytes .../locale/es_CO/LC_MESSAGES/django.po | 112 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 689 bytes .../locale/es_MX/LC_MESSAGES/django.po | 98 + .../postgres/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 2886 bytes .../postgres/locale/et/LC_MESSAGES/django.po | 111 + .../postgres/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 2883 bytes .../postgres/locale/eu/LC_MESSAGES/django.po | 108 + .../postgres/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 3308 bytes .../postgres/locale/fa/LC_MESSAGES/django.po | 108 + .../postgres/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2917 bytes .../postgres/locale/fi/LC_MESSAGES/django.po | 105 + .../postgres/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3391 bytes .../postgres/locale/fr/LC_MESSAGES/django.po | 114 + .../postgres/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 3652 bytes .../postgres/locale/ga/LC_MESSAGES/django.po | 125 + .../postgres/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 3541 bytes .../postgres/locale/gd/LC_MESSAGES/django.po | 125 + .../postgres/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2912 bytes .../postgres/locale/gl/LC_MESSAGES/django.po | 108 + .../postgres/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 3757 bytes .../postgres/locale/he/LC_MESSAGES/django.po | 110 + .../postgres/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 929 bytes .../postgres/locale/hr/LC_MESSAGES/django.po | 102 + .../postgres/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 3518 bytes .../postgres/locale/hsb/LC_MESSAGES/django.po | 118 + .../postgres/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2892 bytes .../postgres/locale/hu/LC_MESSAGES/django.po | 110 + .../postgres/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 3234 bytes .../postgres/locale/hy/LC_MESSAGES/django.po | 109 + .../postgres/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 582 bytes .../postgres/locale/ia/LC_MESSAGES/django.po | 98 + .../postgres/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2737 bytes .../postgres/locale/id/LC_MESSAGES/django.po | 105 + .../postgres/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2931 bytes .../postgres/locale/is/LC_MESSAGES/django.po | 108 + .../postgres/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 3210 bytes .../postgres/locale/it/LC_MESSAGES/django.po | 122 + .../postgres/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 3046 bytes .../postgres/locale/ja/LC_MESSAGES/django.po | 100 + .../postgres/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 713 bytes .../postgres/locale/ka/LC_MESSAGES/django.po | 98 + .../postgres/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 665 bytes .../postgres/locale/kk/LC_MESSAGES/django.po | 97 + .../postgres/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 2905 bytes .../postgres/locale/ko/LC_MESSAGES/django.po | 105 + .../postgres/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 3101 bytes .../postgres/locale/ky/LC_MESSAGES/django.po | 100 + .../postgres/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 3452 bytes .../postgres/locale/lt/LC_MESSAGES/django.po | 120 + .../postgres/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 3103 bytes .../postgres/locale/lv/LC_MESSAGES/django.po | 116 + .../postgres/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 3048 bytes .../postgres/locale/mk/LC_MESSAGES/django.po | 112 + .../postgres/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1581 bytes .../postgres/locale/ml/LC_MESSAGES/django.po | 98 + .../postgres/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 3310 bytes .../postgres/locale/mn/LC_MESSAGES/django.po | 111 + .../postgres/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 1132 bytes .../postgres/locale/mr/LC_MESSAGES/django.po | 97 + .../postgres/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 2712 bytes .../postgres/locale/ms/LC_MESSAGES/django.po | 100 + .../postgres/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 2849 bytes .../postgres/locale/nb/LC_MESSAGES/django.po | 107 + .../postgres/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 875 bytes .../postgres/locale/ne/LC_MESSAGES/django.po | 96 + .../postgres/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2993 bytes .../postgres/locale/nl/LC_MESSAGES/django.po | 112 + .../postgres/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 2836 bytes .../postgres/locale/nn/LC_MESSAGES/django.po | 106 + .../postgres/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 3462 bytes .../postgres/locale/pl/LC_MESSAGES/django.po | 127 + .../postgres/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2745 bytes .../postgres/locale/pt/LC_MESSAGES/django.po | 107 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3143 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 123 + .../postgres/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 3188 bytes .../postgres/locale/ro/LC_MESSAGES/django.po | 120 + .../postgres/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 4732 bytes .../postgres/locale/ru/LC_MESSAGES/django.po | 131 + .../postgres/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3381 bytes .../postgres/locale/sk/LC_MESSAGES/django.po | 121 + .../postgres/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2810 bytes .../postgres/locale/sl/LC_MESSAGES/django.po | 120 + .../postgres/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 2850 bytes .../postgres/locale/sq/LC_MESSAGES/django.po | 110 + .../postgres/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 3775 bytes .../postgres/locale/sr/LC_MESSAGES/django.po | 113 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 3112 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 112 + .../postgres/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 2918 bytes .../postgres/locale/sv/LC_MESSAGES/django.po | 110 + .../postgres/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 2688 bytes .../postgres/locale/tg/LC_MESSAGES/django.po | 101 + .../postgres/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 2789 bytes .../postgres/locale/tk/LC_MESSAGES/django.po | 107 + .../postgres/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2914 bytes .../postgres/locale/tr/LC_MESSAGES/django.po | 109 + .../postgres/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 3938 bytes .../postgres/locale/ug/LC_MESSAGES/django.po | 107 + .../postgres/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 4406 bytes .../postgres/locale/uk/LC_MESSAGES/django.po | 126 + .../postgres/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 703 bytes .../postgres/locale/uz/LC_MESSAGES/django.po | 95 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 2560 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 100 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 2563 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 98 + .../django/contrib/postgres/lookups.py | 78 + .../django/contrib/postgres/operations.py | 349 + .../django/contrib/postgres/search.py | 383 + .../django/contrib/postgres/serializers.py | 10 + .../django/contrib/postgres/signals.py | 80 + .../postgres/widgets/split_array.html | 1 + .../django/contrib/postgres/utils.py | 29 + .../django/contrib/postgres/validators.py | 91 + .../django/contrib/redirects/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 783 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 648 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 2661 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 1863 bytes .../django/contrib/redirects/admin.py | 10 + .../django/contrib/redirects/apps.py | 8 + .../redirects/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 1151 bytes .../redirects/locale/af/LC_MESSAGES/django.po | 51 + .../redirects/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1336 bytes .../redirects/locale/ar/LC_MESSAGES/django.po | 51 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 1379 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 50 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 1071 bytes .../locale/ast/LC_MESSAGES/django.po | 50 + .../redirects/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1106 bytes .../redirects/locale/az/LC_MESSAGES/django.po | 51 + .../redirects/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1426 bytes .../redirects/locale/be/LC_MESSAGES/django.po | 52 + .../redirects/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1279 bytes .../redirects/locale/bg/LC_MESSAGES/django.po | 53 + .../redirects/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1319 bytes .../redirects/locale/bn/LC_MESSAGES/django.po | 48 + .../redirects/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1429 bytes .../redirects/locale/br/LC_MESSAGES/django.po | 54 + .../redirects/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../redirects/locale/bs/LC_MESSAGES/django.po | 51 + .../redirects/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1136 bytes .../redirects/locale/ca/LC_MESSAGES/django.po | 54 + .../locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 1340 bytes .../locale/ckb/LC_MESSAGES/django.po | 49 + .../redirects/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1229 bytes .../redirects/locale/cs/LC_MESSAGES/django.po | 51 + .../redirects/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1132 bytes .../redirects/locale/cy/LC_MESSAGES/django.po | 51 + .../redirects/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1132 bytes .../redirects/locale/da/LC_MESSAGES/django.po | 50 + .../redirects/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1155 bytes .../redirects/locale/de/LC_MESSAGES/django.po | 51 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1236 bytes .../locale/dsb/LC_MESSAGES/django.po | 51 + .../redirects/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1395 bytes .../redirects/locale/el/LC_MESSAGES/django.po | 52 + .../redirects/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../redirects/locale/en/LC_MESSAGES/django.po | 50 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../locale/en_AU/LC_MESSAGES/django.po | 50 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../locale/en_GB/LC_MESSAGES/django.po | 50 + .../redirects/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 712 bytes .../redirects/locale/eo/LC_MESSAGES/django.po | 49 + .../redirects/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1159 bytes .../redirects/locale/es/LC_MESSAGES/django.po | 53 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1144 bytes .../locale/es_AR/LC_MESSAGES/django.po | 51 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../locale/es_CO/LC_MESSAGES/django.po | 50 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1116 bytes .../locale/es_MX/LC_MESSAGES/django.po | 53 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 42 + .../redirects/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1131 bytes .../redirects/locale/et/LC_MESSAGES/django.po | 54 + .../redirects/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1126 bytes .../redirects/locale/eu/LC_MESSAGES/django.po | 51 + .../redirects/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1234 bytes .../redirects/locale/fa/LC_MESSAGES/django.po | 50 + .../redirects/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1164 bytes .../redirects/locale/fi/LC_MESSAGES/django.po | 52 + .../redirects/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1155 bytes .../redirects/locale/fr/LC_MESSAGES/django.po | 50 + .../redirects/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../redirects/locale/fy/LC_MESSAGES/django.po | 42 + .../redirects/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1182 bytes .../redirects/locale/ga/LC_MESSAGES/django.po | 53 + .../redirects/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 1250 bytes .../redirects/locale/gd/LC_MESSAGES/django.po | 52 + .../redirects/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1131 bytes .../redirects/locale/gl/LC_MESSAGES/django.po | 52 + .../redirects/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1278 bytes .../redirects/locale/he/LC_MESSAGES/django.po | 49 + .../redirects/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1409 bytes .../redirects/locale/hi/LC_MESSAGES/django.po | 49 + .../redirects/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1207 bytes .../redirects/locale/hr/LC_MESSAGES/django.po | 52 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1221 bytes .../locale/hsb/LC_MESSAGES/django.po | 51 + .../redirects/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1111 bytes .../redirects/locale/hu/LC_MESSAGES/django.po | 51 + .../redirects/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 1261 bytes .../redirects/locale/hy/LC_MESSAGES/django.po | 49 + .../redirects/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1152 bytes .../redirects/locale/ia/LC_MESSAGES/django.po | 50 + .../redirects/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1105 bytes .../redirects/locale/id/LC_MESSAGES/django.po | 52 + .../redirects/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 1019 bytes .../redirects/locale/io/LC_MESSAGES/django.po | 48 + .../redirects/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1040 bytes .../redirects/locale/is/LC_MESSAGES/django.po | 49 + .../redirects/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1092 bytes .../redirects/locale/it/LC_MESSAGES/django.po | 53 + .../redirects/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1193 bytes .../redirects/locale/ja/LC_MESSAGES/django.po | 51 + .../redirects/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1511 bytes .../redirects/locale/ka/LC_MESSAGES/django.po | 50 + .../locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 699 bytes .../locale/kab/LC_MESSAGES/django.po | 45 + .../redirects/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1261 bytes .../redirects/locale/kk/LC_MESSAGES/django.po | 48 + .../redirects/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1248 bytes .../redirects/locale/km/LC_MESSAGES/django.po | 47 + .../redirects/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 788 bytes .../redirects/locale/kn/LC_MESSAGES/django.po | 47 + .../redirects/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1152 bytes .../redirects/locale/ko/LC_MESSAGES/django.po | 56 + .../redirects/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 1265 bytes .../redirects/locale/ky/LC_MESSAGES/django.po | 50 + .../redirects/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../redirects/locale/lb/LC_MESSAGES/django.po | 42 + .../redirects/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1191 bytes .../redirects/locale/lt/LC_MESSAGES/django.po | 53 + .../redirects/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1156 bytes .../redirects/locale/lv/LC_MESSAGES/django.po | 53 + .../redirects/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1353 bytes .../redirects/locale/mk/LC_MESSAGES/django.po | 52 + .../redirects/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1573 bytes .../redirects/locale/ml/LC_MESSAGES/django.po | 51 + .../redirects/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1274 bytes .../redirects/locale/mn/LC_MESSAGES/django.po | 52 + .../redirects/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 1530 bytes .../redirects/locale/mr/LC_MESSAGES/django.po | 48 + .../redirects/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 1094 bytes .../redirects/locale/ms/LC_MESSAGES/django.po | 49 + .../redirects/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 549 bytes .../redirects/locale/my/LC_MESSAGES/django.po | 46 + .../redirects/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1110 bytes .../redirects/locale/nb/LC_MESSAGES/django.po | 54 + .../redirects/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1420 bytes .../redirects/locale/ne/LC_MESSAGES/django.po | 47 + .../redirects/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1129 bytes .../redirects/locale/nl/LC_MESSAGES/django.po | 52 + .../redirects/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../redirects/locale/nn/LC_MESSAGES/django.po | 50 + .../redirects/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1150 bytes .../redirects/locale/os/LC_MESSAGES/django.po | 49 + .../redirects/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 748 bytes .../redirects/locale/pa/LC_MESSAGES/django.po | 47 + .../redirects/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1285 bytes .../redirects/locale/pl/LC_MESSAGES/django.po | 54 + .../redirects/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1196 bytes .../redirects/locale/pt/LC_MESSAGES/django.po | 53 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1224 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 57 + .../redirects/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1158 bytes .../redirects/locale/ro/LC_MESSAGES/django.po | 54 + .../redirects/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1457 bytes .../redirects/locale/ru/LC_MESSAGES/django.po | 53 + .../redirects/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1222 bytes .../redirects/locale/sk/LC_MESSAGES/django.po | 53 + .../redirects/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1173 bytes .../redirects/locale/sl/LC_MESSAGES/django.po | 52 + .../redirects/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1179 bytes .../redirects/locale/sq/LC_MESSAGES/django.po | 52 + .../redirects/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1367 bytes .../redirects/locale/sr/LC_MESSAGES/django.po | 53 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1210 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 52 + .../redirects/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1134 bytes .../redirects/locale/sv/LC_MESSAGES/django.po | 53 + .../redirects/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1165 bytes .../redirects/locale/sw/LC_MESSAGES/django.po | 51 + .../redirects/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1502 bytes .../redirects/locale/ta/LC_MESSAGES/django.po | 49 + .../redirects/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 467 bytes .../redirects/locale/te/LC_MESSAGES/django.po | 42 + .../redirects/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 782 bytes .../redirects/locale/tg/LC_MESSAGES/django.po | 45 + .../redirects/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1331 bytes .../redirects/locale/th/LC_MESSAGES/django.po | 46 + .../redirects/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 1155 bytes .../redirects/locale/tk/LC_MESSAGES/django.po | 50 + .../redirects/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1133 bytes .../redirects/locale/tr/LC_MESSAGES/django.po | 53 + .../redirects/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1178 bytes .../redirects/locale/tt/LC_MESSAGES/django.po | 48 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../locale/udm/LC_MESSAGES/django.po | 42 + .../redirects/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 1409 bytes .../redirects/locale/ug/LC_MESSAGES/django.po | 50 + .../redirects/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1569 bytes .../redirects/locale/uk/LC_MESSAGES/django.po | 56 + .../redirects/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1138 bytes .../redirects/locale/ur/LC_MESSAGES/django.po | 46 + .../redirects/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../redirects/locale/uz/LC_MESSAGES/django.po | 48 + .../redirects/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1106 bytes .../redirects/locale/vi/LC_MESSAGES/django.po | 49 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1100 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 53 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1108 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 51 + .../django/contrib/redirects/middleware.py | 50 + .../redirects/migrations/0001_initial.py | 64 + .../0002_alter_redirect_new_path_help_text.py | 23 + .../contrib/redirects/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 1711 bytes ...edirect_new_path_help_text.cpython-312.pyc | Bin 0 -> 984 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../django/contrib/redirects/models.py | 35 + .../django/contrib/sessions/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../sessions/__pycache__/apps.cpython-312.pyc | Bin 0 -> 586 bytes .../__pycache__/base_session.cpython-312.pyc | Bin 0 -> 3046 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 919 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 4181 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 2008 bytes .../__pycache__/serializers.cpython-312.pyc | Bin 0 -> 296 bytes .../django/contrib/sessions/apps.py | 7 + .../contrib/sessions/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 25974 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 7220 bytes .../__pycache__/cached_db.cpython-312.pyc | Bin 0 -> 7223 bytes .../backends/__pycache__/db.cpython-312.pyc | Bin 0 -> 11104 bytes .../backends/__pycache__/file.cpython-312.pyc | Bin 0 -> 10198 bytes .../signed_cookies.cpython-312.pyc | Bin 0 -> 4886 bytes .../django/contrib/sessions/backends/base.py | 523 + .../django/contrib/sessions/backends/cache.py | 145 + .../contrib/sessions/backends/cached_db.py | 135 + .../django/contrib/sessions/backends/db.py | 198 + .../django/contrib/sessions/backends/file.py | 226 + .../sessions/backends/signed_cookies.py | 103 + .../django/contrib/sessions/base_session.py | 48 + .../django/contrib/sessions/exceptions.py | 19 + .../sessions/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/af/LC_MESSAGES/django.po | 36 + .../sessions/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 846 bytes .../sessions/locale/ar/LC_MESSAGES/django.po | 37 + .../locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 817 bytes .../locale/ar_DZ/LC_MESSAGES/django.po | 37 + .../sessions/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../sessions/locale/ast/LC_MESSAGES/django.po | 36 + .../sessions/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 731 bytes .../sessions/locale/az/LC_MESSAGES/django.po | 37 + .../sessions/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 854 bytes .../sessions/locale/be/LC_MESSAGES/django.po | 38 + .../sessions/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/bg/LC_MESSAGES/django.po | 38 + .../sessions/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sessions/locale/bn/LC_MESSAGES/django.po | 36 + .../sessions/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1027 bytes .../sessions/locale/br/LC_MESSAGES/django.po | 40 + .../sessions/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/bs/LC_MESSAGES/django.po | 37 + .../sessions/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/ca/LC_MESSAGES/django.po | 37 + .../sessions/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 741 bytes .../sessions/locale/ckb/LC_MESSAGES/django.po | 36 + .../sessions/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/cs/LC_MESSAGES/django.po | 37 + .../sessions/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sessions/locale/cy/LC_MESSAGES/django.po | 37 + .../sessions/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 681 bytes .../sessions/locale/da/LC_MESSAGES/django.po | 36 + .../sessions/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../sessions/locale/de/LC_MESSAGES/django.po | 35 + .../sessions/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/dsb/LC_MESSAGES/django.po | 37 + .../sessions/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/el/LC_MESSAGES/django.po | 36 + .../sessions/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sessions/locale/en/LC_MESSAGES/django.po | 38 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 693 bytes .../locale/en_AU/LC_MESSAGES/django.po | 36 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../locale/en_GB/LC_MESSAGES/django.po | 36 + .../sessions/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sessions/locale/eo/LC_MESSAGES/django.po | 37 + .../sessions/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/es/LC_MESSAGES/django.po | 37 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 694 bytes .../locale/es_AR/LC_MESSAGES/django.po | 37 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 754 bytes .../locale/es_CO/LC_MESSAGES/django.po | 36 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 756 bytes .../locale/es_MX/LC_MESSAGES/django.po | 37 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 35 + .../sessions/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 737 bytes .../sessions/locale/et/LC_MESSAGES/django.po | 37 + .../sessions/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../sessions/locale/eu/LC_MESSAGES/django.po | 36 + .../sessions/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 755 bytes .../sessions/locale/fa/LC_MESSAGES/django.po | 37 + .../sessions/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../sessions/locale/fi/LC_MESSAGES/django.po | 37 + .../sessions/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sessions/locale/fr/LC_MESSAGES/django.po | 36 + .../sessions/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../sessions/locale/fy/LC_MESSAGES/django.po | 35 + .../sessions/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/ga/LC_MESSAGES/django.po | 37 + .../sessions/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sessions/locale/gd/LC_MESSAGES/django.po | 37 + .../sessions/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sessions/locale/gl/LC_MESSAGES/django.po | 38 + .../sessions/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/he/LC_MESSAGES/django.po | 37 + .../sessions/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/hi/LC_MESSAGES/django.po | 36 + .../sessions/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 819 bytes .../sessions/locale/hr/LC_MESSAGES/django.po | 38 + .../sessions/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 805 bytes .../sessions/locale/hsb/LC_MESSAGES/django.po | 37 + .../sessions/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sessions/locale/hu/LC_MESSAGES/django.po | 37 + .../sessions/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../sessions/locale/hy/LC_MESSAGES/django.po | 35 + .../sessions/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 744 bytes .../sessions/locale/ia/LC_MESSAGES/django.po | 36 + .../sessions/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/id/LC_MESSAGES/django.po | 38 + .../sessions/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../sessions/locale/io/LC_MESSAGES/django.po | 35 + .../sessions/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sessions/locale/is/LC_MESSAGES/django.po | 36 + .../sessions/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 726 bytes .../sessions/locale/it/LC_MESSAGES/django.po | 37 + .../sessions/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../sessions/locale/ja/LC_MESSAGES/django.po | 37 + .../sessions/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 803 bytes .../sessions/locale/ka/LC_MESSAGES/django.po | 36 + .../sessions/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/kab/LC_MESSAGES/django.po | 35 + .../sessions/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/kk/LC_MESSAGES/django.po | 37 + .../sessions/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 929 bytes .../sessions/locale/km/LC_MESSAGES/django.po | 35 + .../sessions/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/kn/LC_MESSAGES/django.po | 37 + .../sessions/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 653 bytes .../sessions/locale/ko/LC_MESSAGES/django.po | 37 + .../sessions/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 742 bytes .../sessions/locale/ky/LC_MESSAGES/django.po | 35 + .../sessions/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../sessions/locale/lb/LC_MESSAGES/django.po | 35 + .../sessions/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sessions/locale/lt/LC_MESSAGES/django.po | 39 + .../sessions/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../sessions/locale/lv/LC_MESSAGES/django.po | 38 + .../sessions/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../sessions/locale/mk/LC_MESSAGES/django.po | 37 + .../sessions/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 854 bytes .../sessions/locale/ml/LC_MESSAGES/django.po | 37 + .../sessions/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 784 bytes .../sessions/locale/mn/LC_MESSAGES/django.po | 38 + .../sessions/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 768 bytes .../sessions/locale/mr/LC_MESSAGES/django.po | 36 + .../sessions/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 649 bytes .../sessions/locale/ms/LC_MESSAGES/django.po | 35 + .../sessions/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../sessions/locale/my/LC_MESSAGES/django.po | 36 + .../sessions/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/nb/LC_MESSAGES/django.po | 38 + .../sessions/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 802 bytes .../sessions/locale/ne/LC_MESSAGES/django.po | 36 + .../sessions/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sessions/locale/nl/LC_MESSAGES/django.po | 36 + .../sessions/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 667 bytes .../sessions/locale/nn/LC_MESSAGES/django.po | 37 + .../sessions/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 732 bytes .../sessions/locale/os/LC_MESSAGES/django.po | 36 + .../sessions/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 771 bytes .../sessions/locale/pa/LC_MESSAGES/django.po | 36 + .../sessions/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 828 bytes .../sessions/locale/pl/LC_MESSAGES/django.po | 39 + .../sessions/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/pt/LC_MESSAGES/django.po | 37 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 37 + .../sessions/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 776 bytes .../sessions/locale/ro/LC_MESSAGES/django.po | 39 + .../sessions/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 913 bytes .../sessions/locale/ru/LC_MESSAGES/django.po | 39 + .../sessions/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 766 bytes .../sessions/locale/sk/LC_MESSAGES/django.po | 37 + .../sessions/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 770 bytes .../sessions/locale/sl/LC_MESSAGES/django.po | 38 + .../sessions/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../sessions/locale/sq/LC_MESSAGES/django.po | 36 + .../sessions/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 855 bytes .../sessions/locale/sr/LC_MESSAGES/django.po | 38 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 38 + .../sessions/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../sessions/locale/sv/LC_MESSAGES/django.po | 37 + .../sessions/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/sw/LC_MESSAGES/django.po | 36 + .../sessions/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 801 bytes .../sessions/locale/ta/LC_MESSAGES/django.po | 35 + .../sessions/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sessions/locale/te/LC_MESSAGES/django.po | 36 + .../sessions/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/tg/LC_MESSAGES/django.po | 35 + .../sessions/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sessions/locale/th/LC_MESSAGES/django.po | 36 + .../sessions/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 699 bytes .../sessions/locale/tk/LC_MESSAGES/django.po | 36 + .../sessions/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 685 bytes .../sessions/locale/tr/LC_MESSAGES/django.po | 37 + .../sessions/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sessions/locale/tt/LC_MESSAGES/django.po | 36 + .../sessions/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../sessions/locale/udm/LC_MESSAGES/django.po | 35 + .../sessions/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 748 bytes .../sessions/locale/ug/LC_MESSAGES/django.po | 34 + .../sessions/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 841 bytes .../sessions/locale/uk/LC_MESSAGES/django.po | 40 + .../sessions/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 729 bytes .../sessions/locale/ur/LC_MESSAGES/django.po | 35 + .../sessions/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 744 bytes .../sessions/locale/uz/LC_MESSAGES/django.po | 35 + .../sessions/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../sessions/locale/vi/LC_MESSAGES/django.po | 38 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 37 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 676 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 38 + .../contrib/sessions/management/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../sessions/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/clearsessions.cpython-312.pyc | Bin 0 -> 1255 bytes .../management/commands/clearsessions.py | 21 + .../django/contrib/sessions/middleware.py | 77 + .../sessions/migrations/0001_initial.py | 37 + .../contrib/sessions/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 1421 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../django/contrib/sessions/models.py | 35 + .../django/contrib/sessions/serializers.py | 3 + .../django/contrib/sitemaps/__init__.py | 200 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 8338 bytes .../sitemaps/__pycache__/apps.cpython-312.pyc | Bin 0 -> 645 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 5273 bytes .../django/contrib/sitemaps/apps.py | 8 + .../contrib/sitemaps/templates/sitemap.xml | 16 + .../sitemaps/templates/sitemap_index.xml | 13 + .../django/contrib/sitemaps/views.py | 140 + .../django/contrib/sites/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../sites/__pycache__/admin.cpython-312.pyc | Bin 0 -> 655 bytes .../sites/__pycache__/apps.cpython-312.pyc | Bin 0 -> 1232 bytes .../sites/__pycache__/checks.cpython-312.pyc | Bin 0 -> 764 bytes .../__pycache__/management.cpython-312.pyc | Bin 0 -> 1911 bytes .../__pycache__/managers.cpython-312.pyc | Bin 0 -> 3346 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 805 bytes .../sites/__pycache__/models.cpython-312.pyc | Bin 0 -> 5813 bytes .../__pycache__/requests.cpython-312.pyc | Bin 0 -> 1440 bytes .../__pycache__/shortcuts.cpython-312.pyc | Bin 0 -> 832 bytes .../django/contrib/sites/admin.py | 8 + .../django/contrib/sites/apps.py | 17 + .../django/contrib/sites/checks.py | 14 + .../sites/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sites/locale/af/LC_MESSAGES/django.po | 36 + .../sites/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 947 bytes .../sites/locale/ar/LC_MESSAGES/django.po | 38 + .../sites/locale/ar_DZ/LC_MESSAGES/django.mo | Bin 0 -> 918 bytes .../sites/locale/ar_DZ/LC_MESSAGES/django.po | 37 + .../sites/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sites/locale/ast/LC_MESSAGES/django.po | 36 + .../sites/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sites/locale/az/LC_MESSAGES/django.po | 38 + .../sites/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 983 bytes .../sites/locale/be/LC_MESSAGES/django.po | 38 + .../sites/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 904 bytes .../sites/locale/bg/LC_MESSAGES/django.po | 38 + .../sites/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 925 bytes .../sites/locale/bn/LC_MESSAGES/django.po | 37 + .../sites/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1107 bytes .../sites/locale/br/LC_MESSAGES/django.po | 40 + .../sites/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sites/locale/bs/LC_MESSAGES/django.po | 37 + .../sites/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sites/locale/ca/LC_MESSAGES/django.po | 38 + .../sites/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 843 bytes .../sites/locale/ckb/LC_MESSAGES/django.po | 36 + .../sites/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 827 bytes .../sites/locale/cs/LC_MESSAGES/django.po | 37 + .../sites/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 835 bytes .../sites/locale/cy/LC_MESSAGES/django.po | 37 + .../sites/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../sites/locale/da/LC_MESSAGES/django.po | 36 + .../sites/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/de/LC_MESSAGES/django.po | 36 + .../sites/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 868 bytes .../sites/locale/dsb/LC_MESSAGES/django.po | 37 + .../sites/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 878 bytes .../sites/locale/el/LC_MESSAGES/django.po | 38 + .../sites/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sites/locale/en/LC_MESSAGES/django.po | 38 + .../sites/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../sites/locale/en_AU/LC_MESSAGES/django.po | 36 + .../sites/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 639 bytes .../sites/locale/en_GB/LC_MESSAGES/django.po | 36 + .../sites/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/eo/LC_MESSAGES/django.po | 38 + .../sites/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../sites/locale/es/LC_MESSAGES/django.po | 39 + .../sites/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 776 bytes .../sites/locale/es_AR/LC_MESSAGES/django.po | 38 + .../sites/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 825 bytes .../sites/locale/es_CO/LC_MESSAGES/django.po | 36 + .../sites/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sites/locale/es_MX/LC_MESSAGES/django.po | 38 + .../sites/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../sites/locale/es_VE/LC_MESSAGES/django.po | 35 + .../sites/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 788 bytes .../sites/locale/et/LC_MESSAGES/django.po | 38 + .../sites/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../sites/locale/eu/LC_MESSAGES/django.po | 37 + .../sites/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../sites/locale/fa/LC_MESSAGES/django.po | 38 + .../sites/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sites/locale/fi/LC_MESSAGES/django.po | 37 + .../sites/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 756 bytes .../sites/locale/fr/LC_MESSAGES/django.po | 37 + .../sites/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../sites/locale/fy/LC_MESSAGES/django.po | 35 + .../sites/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sites/locale/ga/LC_MESSAGES/django.po | 38 + .../sites/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 858 bytes .../sites/locale/gd/LC_MESSAGES/django.po | 37 + .../sites/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../sites/locale/gl/LC_MESSAGES/django.po | 38 + .../sites/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 820 bytes .../sites/locale/he/LC_MESSAGES/django.po | 37 + .../sites/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 665 bytes .../sites/locale/hi/LC_MESSAGES/django.po | 35 + .../sites/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 876 bytes .../sites/locale/hr/LC_MESSAGES/django.po | 38 + .../sites/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/hsb/LC_MESSAGES/django.po | 37 + .../sites/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../sites/locale/hu/LC_MESSAGES/django.po | 37 + .../sites/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 906 bytes .../sites/locale/hy/LC_MESSAGES/django.po | 36 + .../sites/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sites/locale/ia/LC_MESSAGES/django.po | 36 + .../sites/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sites/locale/id/LC_MESSAGES/django.po | 38 + .../sites/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 760 bytes .../sites/locale/io/LC_MESSAGES/django.po | 35 + .../sites/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 812 bytes .../sites/locale/is/LC_MESSAGES/django.po | 37 + .../sites/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 795 bytes .../sites/locale/it/LC_MESSAGES/django.po | 38 + .../sites/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sites/locale/ja/LC_MESSAGES/django.po | 37 + .../sites/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 993 bytes .../sites/locale/ka/LC_MESSAGES/django.po | 37 + .../sites/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 808 bytes .../sites/locale/kab/LC_MESSAGES/django.po | 35 + .../sites/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 895 bytes .../sites/locale/kk/LC_MESSAGES/django.po | 36 + .../sites/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../sites/locale/km/LC_MESSAGES/django.po | 35 + .../sites/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 673 bytes .../sites/locale/kn/LC_MESSAGES/django.po | 37 + .../sites/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 744 bytes .../sites/locale/ko/LC_MESSAGES/django.po | 39 + .../sites/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 811 bytes .../sites/locale/ky/LC_MESSAGES/django.po | 34 + .../sites/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../sites/locale/lb/LC_MESSAGES/django.po | 35 + .../sites/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 869 bytes .../sites/locale/lt/LC_MESSAGES/django.po | 41 + .../sites/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 777 bytes .../sites/locale/lv/LC_MESSAGES/django.po | 40 + .../sites/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 885 bytes .../sites/locale/mk/LC_MESSAGES/django.po | 37 + .../sites/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1007 bytes .../sites/locale/ml/LC_MESSAGES/django.po | 37 + .../sites/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 867 bytes .../sites/locale/mn/LC_MESSAGES/django.po | 39 + .../sites/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 884 bytes .../sites/locale/mr/LC_MESSAGES/django.po | 36 + .../sites/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sites/locale/ms/LC_MESSAGES/django.po | 35 + .../sites/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 961 bytes .../sites/locale/my/LC_MESSAGES/django.po | 36 + .../sites/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 793 bytes .../sites/locale/nb/LC_MESSAGES/django.po | 38 + .../sites/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/ne/LC_MESSAGES/django.po | 36 + .../sites/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 735 bytes .../sites/locale/nl/LC_MESSAGES/django.po | 38 + .../sites/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 731 bytes .../sites/locale/nn/LC_MESSAGES/django.po | 37 + .../sites/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sites/locale/os/LC_MESSAGES/django.po | 36 + .../sites/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 684 bytes .../sites/locale/pa/LC_MESSAGES/django.po | 36 + .../sites/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 903 bytes .../sites/locale/pl/LC_MESSAGES/django.po | 40 + .../sites/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sites/locale/pt/LC_MESSAGES/django.po | 38 + .../sites/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../sites/locale/pt_BR/LC_MESSAGES/django.po | 38 + .../sites/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 857 bytes .../sites/locale/ro/LC_MESSAGES/django.po | 40 + .../sites/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1016 bytes .../sites/locale/ru/LC_MESSAGES/django.po | 41 + .../sites/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 822 bytes .../sites/locale/sk/LC_MESSAGES/django.po | 38 + .../sites/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 845 bytes .../sites/locale/sl/LC_MESSAGES/django.po | 39 + .../sites/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 769 bytes .../sites/locale/sq/LC_MESSAGES/django.po | 36 + .../sites/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 935 bytes .../sites/locale/sr/LC_MESSAGES/django.po | 38 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 38 + .../sites/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 768 bytes .../sites/locale/sv/LC_MESSAGES/django.po | 39 + .../sites/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 781 bytes .../sites/locale/sw/LC_MESSAGES/django.po | 36 + .../sites/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 714 bytes .../sites/locale/ta/LC_MESSAGES/django.po | 35 + .../sites/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../sites/locale/te/LC_MESSAGES/django.po | 35 + .../sites/locale/tg/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/tg/LC_MESSAGES/django.po | 35 + .../sites/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 898 bytes .../sites/locale/th/LC_MESSAGES/django.po | 36 + .../sites/locale/tk/LC_MESSAGES/django.mo | Bin 0 -> 755 bytes .../sites/locale/tk/LC_MESSAGES/django.po | 36 + .../sites/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 758 bytes .../sites/locale/tr/LC_MESSAGES/django.po | 39 + .../sites/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sites/locale/tt/LC_MESSAGES/django.po | 36 + .../sites/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../sites/locale/udm/LC_MESSAGES/django.po | 35 + .../sites/locale/ug/LC_MESSAGES/django.mo | Bin 0 -> 868 bytes .../sites/locale/ug/LC_MESSAGES/django.po | 35 + .../sites/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 960 bytes .../sites/locale/uk/LC_MESSAGES/django.po | 41 + .../sites/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 654 bytes .../sites/locale/ur/LC_MESSAGES/django.po | 35 + .../sites/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../sites/locale/uz/LC_MESSAGES/django.po | 35 + .../sites/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sites/locale/vi/LC_MESSAGES/django.po | 38 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 779 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 37 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 736 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 40 + .../django/contrib/sites/management.py | 47 + .../django/contrib/sites/managers.py | 65 + .../django/contrib/sites/middleware.py | 12 + .../contrib/sites/migrations/0001_initial.py | 43 + .../migrations/0002_alter_domain_unique.py | 21 + .../contrib/sites/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 1508 bytes .../0002_alter_domain_unique.cpython-312.pyc | Bin 0 -> 1046 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../django/contrib/sites/models.py | 120 + .../django/contrib/sites/requests.py | 20 + .../django/contrib/sites/shortcuts.py | 18 + .../django/contrib/staticfiles/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 1198 bytes .../__pycache__/checks.cpython-312.pyc | Bin 0 -> 1346 bytes .../__pycache__/finders.cpython-312.pyc | Bin 0 -> 15826 bytes .../__pycache__/handlers.cpython-312.pyc | Bin 0 -> 6714 bytes .../__pycache__/storage.cpython-312.pyc | Bin 0 -> 21507 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 831 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 813 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 3039 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 1854 bytes .../django/contrib/staticfiles/apps.py | 14 + .../django/contrib/staticfiles/checks.py | 29 + .../django/contrib/staticfiles/finders.py | 382 + .../django/contrib/staticfiles/handlers.py | 115 + .../staticfiles/management/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/collectstatic.cpython-312.pyc | Bin 0 -> 15625 bytes .../__pycache__/findstatic.cpython-312.pyc | Bin 0 -> 2539 bytes .../__pycache__/runserver.cpython-312.pyc | Bin 0 -> 1901 bytes .../management/commands/collectstatic.py | 379 + .../management/commands/findstatic.py | 48 + .../management/commands/runserver.py | 36 + .../django/contrib/staticfiles/storage.py | 545 + .../django/contrib/staticfiles/testing.py | 13 + .../django/contrib/staticfiles/urls.py | 19 + .../django/contrib/staticfiles/utils.py | 71 + .../django/contrib/staticfiles/views.py | 40 + .../django/contrib/syndication/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 599 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 10525 bytes .../django/contrib/syndication/apps.py | 7 + .../django/contrib/syndication/views.py | 235 + .../site-packages/django/core/__init__.py | 0 .../core/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 191 bytes .../core/__pycache__/asgi.cpython-312.pyc | Bin 0 -> 717 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 10547 bytes .../__pycache__/paginator.cpython-312.pyc | Bin 0 -> 12150 bytes .../core/__pycache__/signals.cpython-312.pyc | Bin 0 -> 400 bytes .../core/__pycache__/signing.cpython-312.pyc | Bin 0 -> 12353 bytes .../__pycache__/validators.cpython-312.pyc | Bin 0 -> 27811 bytes .../core/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 719 bytes .../site-packages/django/core/asgi.py | 13 + .../django/core/cache/__init__.py | 67 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2501 bytes .../cache/__pycache__/utils.cpython-312.pyc | Bin 0 -> 820 bytes .../django/core/cache/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 18672 bytes .../backends/__pycache__/db.cpython-312.pyc | Bin 0 -> 13476 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 2051 bytes .../__pycache__/filebased.cpython-312.pyc | Bin 0 -> 9668 bytes .../__pycache__/locmem.cpython-312.pyc | Bin 0 -> 7517 bytes .../__pycache__/memcached.cpython-312.pyc | Bin 0 -> 9528 bytes .../__pycache__/redis.cpython-312.pyc | Bin 0 -> 13387 bytes .../django/core/cache/backends/base.py | 406 + .../django/core/cache/backends/db.py | 294 + .../django/core/cache/backends/dummy.py | 34 + .../django/core/cache/backends/filebased.py | 171 + .../django/core/cache/backends/locmem.py | 118 + .../django/core/cache/backends/memcached.py | 188 + .../django/core/cache/backends/redis.py | 234 + .../site-packages/django/core/cache/utils.py | 12 + .../django/core/checks/__init__.py | 48 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1209 bytes .../__pycache__/async_checks.cpython-312.pyc | Bin 0 -> 864 bytes .../checks/__pycache__/caches.cpython-312.pyc | Bin 0 -> 4110 bytes .../__pycache__/commands.cpython-312.pyc | Bin 0 -> 1258 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 785 bytes .../checks/__pycache__/files.cpython-312.pyc | Bin 0 -> 930 bytes .../__pycache__/messages.cpython-312.pyc | Bin 0 -> 4941 bytes .../__pycache__/model_checks.cpython-312.pyc | Bin 0 -> 10588 bytes .../__pycache__/registry.cpython-312.pyc | Bin 0 -> 4867 bytes .../__pycache__/templates.cpython-312.pyc | Bin 0 -> 748 bytes .../__pycache__/translation.cpython-312.pyc | Bin 0 -> 3469 bytes .../checks/__pycache__/urls.cpython-312.pyc | Bin 0 -> 6383 bytes .../django/core/checks/async_checks.py | 16 + .../django/core/checks/caches.py | 76 + .../django/core/checks/commands.py | 28 + .../core/checks/compatibility/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../__pycache__/django_4_0.cpython-312.pyc | Bin 0 -> 1003 bytes .../core/checks/compatibility/django_4_0.py | 20 + .../django/core/checks/database.py | 14 + .../site-packages/django/core/checks/files.py | 19 + .../django/core/checks/messages.py | 81 + .../django/core/checks/model_checks.py | 227 + .../django/core/checks/registry.py | 118 + .../django/core/checks/security/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../security/__pycache__/base.cpython-312.pyc | Bin 0 -> 11672 bytes .../security/__pycache__/csrf.cpython-312.pyc | Bin 0 -> 3060 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 3523 bytes .../django/core/checks/security/base.py | 283 + .../django/core/checks/security/csrf.py | 67 + .../django/core/checks/security/sessions.py | 99 + .../django/core/checks/templates.py | 12 + .../django/core/checks/translation.py | 66 + .../site-packages/django/core/checks/urls.py | 159 + .../site-packages/django/core/exceptions.py | 255 + .../django/core/files/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../files/__pycache__/base.cpython-312.pyc | Bin 0 -> 7875 bytes .../files/__pycache__/images.cpython-312.pyc | Bin 0 -> 3275 bytes .../files/__pycache__/locks.cpython-312.pyc | Bin 0 -> 4535 bytes .../files/__pycache__/move.cpython-312.pyc | Bin 0 -> 3224 bytes .../files/__pycache__/temp.cpython-312.pyc | Bin 0 -> 3482 bytes .../__pycache__/uploadedfile.cpython-312.pyc | Bin 0 -> 6190 bytes .../__pycache__/uploadhandler.cpython-312.pyc | Bin 0 -> 9773 bytes .../files/__pycache__/utils.cpython-312.pyc | Bin 0 -> 5816 bytes .../site-packages/django/core/files/base.py | 161 + .../site-packages/django/core/files/images.py | 89 + .../site-packages/django/core/files/locks.py | 128 + .../site-packages/django/core/files/move.py | 91 + .../django/core/files/storage/__init__.py | 27 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1044 bytes .../storage/__pycache__/base.cpython-312.pyc | Bin 0 -> 8628 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 12758 bytes .../__pycache__/handler.cpython-312.pyc | Bin 0 -> 2566 bytes .../__pycache__/memory.cpython-312.pyc | Bin 0 -> 15407 bytes .../__pycache__/mixins.cpython-312.pyc | Bin 0 -> 1438 bytes .../django/core/files/storage/base.py | 206 + .../django/core/files/storage/filesystem.py | 248 + .../django/core/files/storage/handler.py | 46 + .../django/core/files/storage/memory.py | 293 + .../django/core/files/storage/mixins.py | 15 + .../site-packages/django/core/files/temp.py | 79 + .../django/core/files/uploadedfile.py | 150 + .../django/core/files/uploadhandler.py | 252 + .../site-packages/django/core/files/utils.py | 77 + .../django/core/handlers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../handlers/__pycache__/asgi.cpython-312.pyc | Bin 0 -> 16715 bytes .../handlers/__pycache__/base.cpython-312.pyc | Bin 0 -> 13620 bytes .../__pycache__/exception.cpython-312.pyc | Bin 0 -> 6632 bytes .../handlers/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 9535 bytes .../django/core/handlers/asgi.py | 372 + .../django/core/handlers/base.py | 373 + .../django/core/handlers/exception.py | 186 + .../django/core/handlers/wsgi.py | 207 + .../django/core/mail/__init__.py | 159 + .../mail/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5767 bytes .../mail/__pycache__/message.cpython-312.pyc | Bin 0 -> 22888 bytes .../mail/__pycache__/utils.cpython-312.pyc | Bin 0 -> 1033 bytes .../django/core/mail/backends/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 2647 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2695 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 728 bytes .../__pycache__/filebased.cpython-312.pyc | Bin 0 -> 3783 bytes .../__pycache__/locmem.cpython-312.pyc | Bin 0 -> 1654 bytes .../backends/__pycache__/smtp.cpython-312.pyc | Bin 0 -> 7269 bytes .../django/core/mail/backends/base.py | 62 + .../django/core/mail/backends/console.py | 45 + .../django/core/mail/backends/dummy.py | 10 + .../django/core/mail/backends/filebased.py | 66 + .../django/core/mail/backends/locmem.py | 33 + .../django/core/mail/backends/smtp.py | 162 + .../site-packages/django/core/mail/message.py | 520 + .../site-packages/django/core/mail/utils.py | 22 + .../django/core/management/__init__.py | 442 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 20720 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 31738 bytes .../__pycache__/color.cpython-312.pyc | Bin 0 -> 4112 bytes .../__pycache__/sql.cpython-312.pyc | Bin 0 -> 2349 bytes .../__pycache__/templates.cpython-312.pyc | Bin 0 -> 18382 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 8415 bytes .../django/core/management/base.py | 707 + .../django/core/management/color.py | 120 + .../core/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 3400 bytes .../compilemessages.cpython-312.pyc | Bin 0 -> 9036 bytes .../createcachetable.cpython-312.pyc | Bin 0 -> 5920 bytes .../__pycache__/dbshell.cpython-312.pyc | Bin 0 -> 2249 bytes .../__pycache__/diffsettings.cpython-312.pyc | Bin 0 -> 4333 bytes .../__pycache__/dumpdata.cpython-312.pyc | Bin 0 -> 10872 bytes .../__pycache__/flush.cpython-312.pyc | Bin 0 -> 3715 bytes .../__pycache__/inspectdb.cpython-312.pyc | Bin 0 -> 15670 bytes .../__pycache__/loaddata.cpython-312.pyc | Bin 0 -> 18849 bytes .../__pycache__/makemessages.cpython-312.pyc | Bin 0 -> 33982 bytes .../makemigrations.cpython-312.pyc | Bin 0 -> 23241 bytes .../__pycache__/migrate.cpython-312.pyc | Bin 0 -> 23089 bytes .../optimizemigration.cpython-312.pyc | Bin 0 -> 5918 bytes .../__pycache__/runserver.cpython-312.pyc | Bin 0 -> 9119 bytes .../__pycache__/sendtestemail.cpython-312.pyc | Bin 0 -> 2126 bytes .../__pycache__/shell.cpython-312.pyc | Bin 0 -> 10627 bytes .../showmigrations.cpython-312.pyc | Bin 0 -> 7641 bytes .../__pycache__/sqlflush.cpython-312.pyc | Bin 0 -> 1741 bytes .../__pycache__/sqlmigrate.cpython-312.pyc | Bin 0 -> 3854 bytes .../sqlsequencereset.cpython-312.pyc | Bin 0 -> 1895 bytes .../squashmigrations.cpython-312.pyc | Bin 0 -> 10695 bytes .../__pycache__/startapp.cpython-312.pyc | Bin 0 -> 1064 bytes .../__pycache__/startproject.cpython-312.pyc | Bin 0 -> 1306 bytes .../commands/__pycache__/test.cpython-312.pyc | Bin 0 -> 3252 bytes .../__pycache__/testserver.cpython-312.pyc | Bin 0 -> 2380 bytes .../django/core/management/commands/check.py | 88 + .../management/commands/compilemessages.py | 195 + .../management/commands/createcachetable.py | 131 + .../core/management/commands/dbshell.py | 49 + .../core/management/commands/diffsettings.py | 91 + .../core/management/commands/dumpdata.py | 285 + .../django/core/management/commands/flush.py | 93 + .../core/management/commands/inspectdb.py | 417 + .../core/management/commands/loaddata.py | 433 + .../core/management/commands/makemessages.py | 769 ++ .../management/commands/makemigrations.py | 516 + .../core/management/commands/migrate.py | 508 + .../management/commands/optimizemigration.py | 129 + .../core/management/commands/runserver.py | 201 + .../core/management/commands/sendtestemail.py | 46 + .../django/core/management/commands/shell.py | 269 + .../management/commands/showmigrations.py | 177 + .../core/management/commands/sqlflush.py | 30 + .../core/management/commands/sqlmigrate.py | 83 + .../management/commands/sqlsequencereset.py | 32 + .../management/commands/squashmigrations.py | 267 + .../core/management/commands/startapp.py | 14 + .../core/management/commands/startproject.py | 21 + .../django/core/management/commands/test.py | 66 + .../core/management/commands/testserver.py | 65 + .../django/core/management/sql.py | 59 + .../django/core/management/templates.py | 402 + .../django/core/management/utils.py | 181 + .../site-packages/django/core/paginator.py | 238 + .../django/core/serializers/__init__.py | 254 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 9451 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 16554 bytes .../__pycache__/json.cpython-312.pyc | Bin 0 -> 6549 bytes .../__pycache__/jsonl.cpython-312.pyc | Bin 0 -> 4166 bytes .../__pycache__/python.cpython-312.pyc | Bin 0 -> 12154 bytes .../__pycache__/pyyaml.cpython-312.pyc | Bin 0 -> 4481 bytes .../xml_serializer.cpython-312.pyc | Bin 0 -> 25404 bytes .../django/core/serializers/base.py | 387 + .../django/core/serializers/json.py | 114 + .../django/core/serializers/jsonl.py | 68 + .../django/core/serializers/python.py | 222 + .../django/core/serializers/pyyaml.py | 87 + .../django/core/serializers/xml_serializer.py | 501 + .../django/core/servers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 199 bytes .../__pycache__/basehttp.cpython-312.pyc | Bin 0 -> 12149 bytes .../django/core/servers/basehttp.py | 282 + .../site-packages/django/core/signals.py | 6 + .../site-packages/django/core/signing.py | 277 + .../site-packages/django/core/validators.py | 677 + .../site-packages/django/core/wsgi.py | 13 + .../site-packages/django/db/__init__.py | 63 + .../db/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1767 bytes .../__pycache__/transaction.cpython-312.pyc | Bin 0 -> 12071 bytes .../db/__pycache__/utils.cpython-312.pyc | Bin 0 -> 11543 bytes .../django/db/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 198 bytes .../ddl_references.cpython-312.pyc | Bin 0 -> 15611 bytes .../__pycache__/signals.cpython-312.pyc | Bin 0 -> 288 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 15685 bytes .../django/db/backends/base/__init__.py | 0 .../base/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../base/__pycache__/base.cpython-312.pyc | Bin 0 -> 34808 bytes .../base/__pycache__/client.cpython-312.pyc | Bin 0 -> 1539 bytes .../base/__pycache__/creation.cpython-312.pyc | Bin 0 -> 17219 bytes .../base/__pycache__/features.cpython-312.pyc | Bin 0 -> 8543 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 11116 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 38847 bytes .../base/__pycache__/schema.cpython-312.pyc | Bin 0 -> 85991 bytes .../__pycache__/validation.cpython-312.pyc | Bin 0 -> 1808 bytes .../django/db/backends/base/base.py | 792 ++ .../django/db/backends/base/client.py | 28 + .../django/db/backends/base/creation.py | 384 + .../django/db/backends/base/features.py | 419 + .../django/db/backends/base/introspection.py | 212 + .../django/db/backends/base/operations.py | 806 ++ .../django/db/backends/base/schema.py | 2046 +++ .../django/db/backends/base/validation.py | 29 + .../django/db/backends/ddl_references.py | 270 + .../django/db/backends/dummy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../dummy/__pycache__/base.cpython-312.pyc | Bin 0 -> 2954 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 532 bytes .../django/db/backends/dummy/base.py | 75 + .../django/db/backends/dummy/features.py | 6 + .../django/db/backends/mysql/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../mysql/__pycache__/base.cpython-312.pyc | Bin 0 -> 17656 bytes .../mysql/__pycache__/client.cpython-312.pyc | Bin 0 -> 3365 bytes .../__pycache__/compiler.cpython-312.pyc | Bin 0 -> 3450 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 4713 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 13895 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 15727 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 19706 bytes .../mysql/__pycache__/schema.cpython-312.pyc | Bin 0 -> 13888 bytes .../__pycache__/validation.cpython-312.pyc | Bin 0 -> 3601 bytes .../django/db/backends/mysql/base.py | 449 + .../django/db/backends/mysql/client.py | 72 + .../django/db/backends/mysql/compiler.py | 72 + .../django/db/backends/mysql/creation.py | 87 + .../django/db/backends/mysql/features.py | 317 + .../django/db/backends/mysql/introspection.py | 358 + .../django/db/backends/mysql/operations.py | 455 + .../django/db/backends/mysql/schema.py | 281 + .../django/db/backends/mysql/validation.py | 77 + .../django/db/backends/oracle/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../oracle/__pycache__/base.cpython-312.pyc | Bin 0 -> 28539 bytes .../oracle/__pycache__/client.cpython-312.pyc | Bin 0 -> 1430 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 23164 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 9505 bytes .../__pycache__/functions.cpython-312.pyc | Bin 0 -> 1564 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 15654 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 32248 bytes .../__pycache__/oracledb_any.cpython-312.pyc | Bin 0 -> 691 bytes .../oracle/__pycache__/schema.cpython-312.pyc | Bin 0 -> 12368 bytes .../oracle/__pycache__/utils.cpython-312.pyc | Bin 0 -> 4133 bytes .../__pycache__/validation.cpython-312.pyc | Bin 0 -> 1271 bytes .../django/db/backends/oracle/base.py | 668 + .../django/db/backends/oracle/client.py | 27 + .../django/db/backends/oracle/creation.py | 467 + .../django/db/backends/oracle/features.py | 223 + .../django/db/backends/oracle/functions.py | 26 + .../db/backends/oracle/introspection.py | 414 + .../django/db/backends/oracle/operations.py | 741 ++ .../django/db/backends/oracle/oracledb_any.py | 20 + .../django/db/backends/oracle/schema.py | 252 + .../django/db/backends/oracle/utils.py | 99 + .../django/db/backends/oracle/validation.py | 22 + .../django/db/backends/postgresql/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 24744 bytes .../__pycache__/client.cpython-312.pyc | Bin 0 -> 2971 bytes .../__pycache__/compiler.cpython-312.pyc | Bin 0 -> 3180 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 5227 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 6896 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 11789 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 18919 bytes .../__pycache__/psycopg_any.cpython-312.pyc | Bin 0 -> 5682 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 14103 bytes .../django/db/backends/postgresql/base.py | 611 + .../django/db/backends/postgresql/client.py | 64 + .../django/db/backends/postgresql/compiler.py | 54 + .../django/db/backends/postgresql/creation.py | 91 + .../django/db/backends/postgresql/features.py | 163 + .../db/backends/postgresql/introspection.py | 299 + .../db/backends/postgresql/operations.py | 422 + .../db/backends/postgresql/psycopg_any.py | 114 + .../django/db/backends/postgresql/schema.py | 380 + .../django/db/backends/signals.py | 3 + .../django/db/backends/sqlite3/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/_functions.cpython-312.pyc | Bin 0 -> 19387 bytes .../sqlite3/__pycache__/base.cpython-312.pyc | Bin 0 -> 15913 bytes .../__pycache__/client.cpython-312.pyc | Bin 0 -> 811 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 8117 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 6668 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 17243 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 21806 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 20590 bytes .../django/db/backends/sqlite3/_functions.py | 515 + .../django/db/backends/sqlite3/base.py | 379 + .../django/db/backends/sqlite3/client.py | 10 + .../django/db/backends/sqlite3/creation.py | 159 + .../django/db/backends/sqlite3/features.py | 161 + .../db/backends/sqlite3/introspection.py | 449 + .../django/db/backends/sqlite3/operations.py | 443 + .../django/db/backends/sqlite3/schema.py | 503 + .../site-packages/django/db/backends/utils.py | 342 + .../django/db/migrations/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 307 bytes .../__pycache__/autodetector.cpython-312.pyc | Bin 0 -> 79346 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2775 bytes .../__pycache__/executor.cpython-312.pyc | Bin 0 -> 19100 bytes .../__pycache__/graph.cpython-312.pyc | Bin 0 -> 17920 bytes .../__pycache__/loader.cpython-312.pyc | Bin 0 -> 17318 bytes .../__pycache__/migration.cpython-312.pyc | Bin 0 -> 10035 bytes .../__pycache__/optimizer.cpython-312.pyc | Bin 0 -> 3494 bytes .../__pycache__/questioner.cpython-312.pyc | Bin 0 -> 15920 bytes .../__pycache__/recorder.cpython-312.pyc | Bin 0 -> 6083 bytes .../__pycache__/serializer.cpython-312.pyc | Bin 0 -> 23589 bytes .../__pycache__/state.cpython-312.pyc | Bin 0 -> 47077 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 4939 bytes .../__pycache__/writer.cpython-312.pyc | Bin 0 -> 14241 bytes .../django/db/migrations/autodetector.py | 1963 +++ .../django/db/migrations/exceptions.py | 60 + .../django/db/migrations/executor.py | 413 + .../django/db/migrations/graph.py | 333 + .../django/db/migrations/loader.py | 385 + .../django/db/migrations/migration.py | 239 + .../db/migrations/operations/__init__.py | 46 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1020 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 7208 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 18316 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 64135 bytes .../__pycache__/special.cpython-312.pyc | Bin 0 -> 9786 bytes .../django/db/migrations/operations/base.py | 166 + .../django/db/migrations/operations/fields.py | 365 + .../django/db/migrations/operations/models.py | 1342 ++ .../db/migrations/operations/special.py | 211 + .../django/db/migrations/optimizer.py | 69 + .../django/db/migrations/questioner.py | 347 + .../django/db/migrations/recorder.py | 111 + .../django/db/migrations/serializer.py | 405 + .../django/db/migrations/state.py | 1017 ++ .../django/db/migrations/utils.py | 129 + .../django/db/migrations/writer.py | 316 + .../django/db/models/__init__.py | 127 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2715 bytes .../__pycache__/aggregates.cpython-312.pyc | Bin 0 -> 10599 bytes .../models/__pycache__/base.cpython-312.pyc | Bin 0 -> 101506 bytes .../__pycache__/constants.cpython-312.pyc | Bin 0 -> 551 bytes .../__pycache__/constraints.cpython-312.pyc | Bin 0 -> 32554 bytes .../__pycache__/deletion.cpython-312.pyc | Bin 0 -> 25163 bytes .../models/__pycache__/enums.cpython-312.pyc | Bin 0 -> 6595 bytes .../__pycache__/expressions.cpython-312.pyc | Bin 0 -> 106632 bytes .../__pycache__/indexes.cpython-312.pyc | Bin 0 -> 15399 bytes .../__pycache__/lookups.cpython-312.pyc | Bin 0 -> 40281 bytes .../__pycache__/manager.cpython-312.pyc | Bin 0 -> 9226 bytes .../__pycache__/options.cpython-312.pyc | Bin 0 -> 41313 bytes .../models/__pycache__/query.cpython-312.pyc | Bin 0 -> 121062 bytes .../__pycache__/query_utils.cpython-312.pyc | Bin 0 -> 23959 bytes .../__pycache__/signals.cpython-312.pyc | Bin 0 -> 2258 bytes .../models/__pycache__/utils.cpython-312.pyc | Bin 0 -> 3445 bytes .../django/db/models/aggregates.py | 232 + .../site-packages/django/db/models/base.py | 2582 ++++ .../django/db/models/constants.py | 13 + .../django/db/models/constraints.py | 728 ++ .../django/db/models/deletion.py | 517 + .../site-packages/django/db/models/enums.py | 123 + .../django/db/models/expressions.py | 2150 ++++ .../django/db/models/fields/__init__.py | 2890 +++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 115471 bytes .../__pycache__/composite.cpython-312.pyc | Bin 0 -> 10682 bytes .../fields/__pycache__/files.cpython-312.pyc | Bin 0 -> 21986 bytes .../__pycache__/generated.cpython-312.pyc | Bin 0 -> 10087 bytes .../fields/__pycache__/json.cpython-312.pyc | Bin 0 -> 32072 bytes .../fields/__pycache__/mixins.cpython-312.pyc | Bin 0 -> 3918 bytes .../fields/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1075 bytes .../__pycache__/related.cpython-312.pyc | Bin 0 -> 86090 bytes .../related_descriptors.cpython-312.pyc | Bin 0 -> 76493 bytes .../related_lookups.cpython-312.pyc | Bin 0 -> 8127 bytes .../reverse_related.cpython-312.pyc | Bin 0 -> 16705 bytes .../__pycache__/tuple_lookups.cpython-312.pyc | Bin 0 -> 21179 bytes .../django/db/models/fields/composite.py | 177 + .../django/db/models/fields/files.py | 538 + .../django/db/models/fields/generated.py | 197 + .../django/db/models/fields/json.py | 664 + .../django/db/models/fields/mixins.py | 81 + .../django/db/models/fields/proxy.py | 18 + .../django/db/models/fields/related.py | 2065 +++ .../db/models/fields/related_descriptors.py | 1625 +++ .../db/models/fields/related_lookups.py | 151 + .../db/models/fields/reverse_related.py | 416 + .../django/db/models/fields/tuple_lookups.py | 395 + .../django/db/models/functions/__init__.py | 193 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2550 bytes .../__pycache__/comparison.cpython-312.pyc | Bin 0 -> 8712 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 17406 bytes .../__pycache__/json.cpython-312.pyc | Bin 0 -> 5488 bytes .../__pycache__/math.cpython-312.pyc | Bin 0 -> 9084 bytes .../__pycache__/mixins.cpython-312.pyc | Bin 0 -> 4035 bytes .../__pycache__/text.cpython-312.pyc | Bin 0 -> 16507 bytes .../__pycache__/window.cpython-312.pyc | Bin 0 -> 4794 bytes .../django/db/models/functions/comparison.py | 172 + .../django/db/models/functions/datetime.py | 439 + .../django/db/models/functions/json.py | 124 + .../django/db/models/functions/math.py | 214 + .../django/db/models/functions/mixins.py | 62 + .../django/db/models/functions/text.py | 376 + .../django/db/models/functions/window.py | 120 + .../site-packages/django/db/models/indexes.py | 299 + .../site-packages/django/db/models/lookups.py | 837 ++ .../site-packages/django/db/models/manager.py | 213 + .../site-packages/django/db/models/options.py | 1043 ++ .../site-packages/django/db/models/query.py | 2764 ++++ .../django/db/models/query_utils.py | 537 + .../site-packages/django/db/models/signals.py | 54 + .../django/db/models/sql/__init__.py | 6 + .../sql/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 452 bytes .../sql/__pycache__/compiler.cpython-312.pyc | Bin 0 -> 95666 bytes .../sql/__pycache__/constants.cpython-312.pyc | Bin 0 -> 583 bytes .../datastructures.cpython-312.pyc | Bin 0 -> 10122 bytes .../sql/__pycache__/query.cpython-312.pyc | Bin 0 -> 116640 bytes .../__pycache__/subqueries.cpython-312.pyc | Bin 0 -> 9019 bytes .../sql/__pycache__/where.cpython-312.pyc | Bin 0 -> 15703 bytes .../django/db/models/sql/compiler.py | 2174 ++++ .../django/db/models/sql/constants.py | 26 + .../django/db/models/sql/datastructures.py | 238 + .../django/db/models/sql/query.py | 2813 ++++ .../django/db/models/sql/subqueries.py | 178 + .../django/db/models/sql/where.py | 345 + .../site-packages/django/db/models/utils.py | 69 + .../site-packages/django/db/transaction.py | 340 + .../site-packages/django/db/utils.py | 278 + .../site-packages/django/dispatch/__init__.py | 9 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 513 bytes .../__pycache__/dispatcher.cpython-312.pyc | Bin 0 -> 19951 bytes .../django/dispatch/dispatcher.py | 494 + .../site-packages/django/dispatch/license.txt | 36 + .../site-packages/django/forms/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 537 bytes .../__pycache__/boundfield.cpython-312.pyc | Bin 0 -> 19065 bytes .../forms/__pycache__/fields.cpython-312.pyc | Bin 0 -> 61148 bytes .../forms/__pycache__/forms.cpython-312.pyc | Bin 0 -> 19377 bytes .../__pycache__/formsets.cpython-312.pyc | Bin 0 -> 24211 bytes .../forms/__pycache__/models.cpython-312.pyc | Bin 0 -> 64069 bytes .../__pycache__/renderers.cpython-312.pyc | Bin 0 -> 5307 bytes .../forms/__pycache__/utils.cpython-312.pyc | Bin 0 -> 12501 bytes .../forms/__pycache__/widgets.cpython-312.pyc | Bin 0 -> 55544 bytes .../site-packages/django/forms/boundfield.py | 365 + .../site-packages/django/forms/fields.py | 1420 ++ .../site-packages/django/forms/forms.py | 439 + .../site-packages/django/forms/formsets.py | 584 + .../forms/jinja2/django/forms/attrs.html | 1 + .../django/forms/jinja2/django/forms/div.html | 15 + .../django/forms/errors/dict/default.html | 1 + .../jinja2/django/forms/errors/dict/text.txt | 3 + .../jinja2/django/forms/errors/dict/ul.html | 1 + .../django/forms/errors/list/default.html | 1 + .../jinja2/django/forms/errors/list/text.txt | 2 + .../jinja2/django/forms/errors/list/ul.html | 1 + .../forms/jinja2/django/forms/field.html | 10 + .../jinja2/django/forms/formsets/div.html | 1 + .../forms/jinja2/django/forms/formsets/p.html | 1 + .../jinja2/django/forms/formsets/table.html | 1 + .../jinja2/django/forms/formsets/ul.html | 1 + .../forms/jinja2/django/forms/label.html | 1 + .../django/forms/jinja2/django/forms/p.html | 20 + .../forms/jinja2/django/forms/table.html | 29 + .../django/forms/jinja2/django/forms/ul.html | 24 + .../jinja2/django/forms/widgets/attrs.html | 1 + .../jinja2/django/forms/widgets/checkbox.html | 1 + .../django/forms/widgets/checkbox_option.html | 1 + .../django/forms/widgets/checkbox_select.html | 1 + .../forms/widgets/clearable_file_input.html | 5 + .../jinja2/django/forms/widgets/color.html | 1 + .../jinja2/django/forms/widgets/date.html | 1 + .../jinja2/django/forms/widgets/datetime.html | 1 + .../jinja2/django/forms/widgets/email.html | 1 + .../jinja2/django/forms/widgets/file.html | 1 + .../jinja2/django/forms/widgets/hidden.html | 1 + .../jinja2/django/forms/widgets/input.html | 1 + .../django/forms/widgets/input_option.html | 1 + .../django/forms/widgets/multiple_hidden.html | 1 + .../django/forms/widgets/multiple_input.html | 5 + .../django/forms/widgets/multiwidget.html | 1 + .../jinja2/django/forms/widgets/number.html | 1 + .../jinja2/django/forms/widgets/password.html | 1 + .../jinja2/django/forms/widgets/radio.html | 1 + .../django/forms/widgets/radio_option.html | 1 + .../jinja2/django/forms/widgets/search.html | 1 + .../jinja2/django/forms/widgets/select.html | 5 + .../django/forms/widgets/select_date.html | 1 + .../django/forms/widgets/select_option.html | 1 + .../django/forms/widgets/splitdatetime.html | 1 + .../forms/widgets/splithiddendatetime.html | 1 + .../jinja2/django/forms/widgets/tel.html | 1 + .../jinja2/django/forms/widgets/text.html | 1 + .../jinja2/django/forms/widgets/textarea.html | 2 + .../jinja2/django/forms/widgets/time.html | 1 + .../jinja2/django/forms/widgets/url.html | 1 + .../site-packages/django/forms/models.py | 1687 +++ .../site-packages/django/forms/renderers.py | 114 + .../forms/templates/django/forms/attrs.html | 1 + .../forms/templates/django/forms/div.html | 15 + .../django/forms/errors/dict/default.html | 1 + .../django/forms/errors/dict/text.txt | 3 + .../django/forms/errors/dict/ul.html | 1 + .../django/forms/errors/list/default.html | 1 + .../django/forms/errors/list/text.txt | 2 + .../django/forms/errors/list/ul.html | 1 + .../forms/templates/django/forms/field.html | 9 + .../templates/django/forms/formsets/div.html | 1 + .../templates/django/forms/formsets/p.html | 1 + .../django/forms/formsets/table.html | 1 + .../templates/django/forms/formsets/ul.html | 1 + .../forms/templates/django/forms/label.html | 1 + .../forms/templates/django/forms/p.html | 20 + .../forms/templates/django/forms/table.html | 29 + .../forms/templates/django/forms/ul.html | 24 + .../templates/django/forms/widgets/attrs.html | 1 + .../django/forms/widgets/checkbox.html | 1 + .../django/forms/widgets/checkbox_option.html | 1 + .../django/forms/widgets/checkbox_select.html | 1 + .../forms/widgets/clearable_file_input.html | 5 + .../templates/django/forms/widgets/color.html | 1 + .../templates/django/forms/widgets/date.html | 1 + .../django/forms/widgets/datetime.html | 1 + .../templates/django/forms/widgets/email.html | 1 + .../templates/django/forms/widgets/file.html | 1 + .../django/forms/widgets/hidden.html | 1 + .../templates/django/forms/widgets/input.html | 1 + .../django/forms/widgets/input_option.html | 1 + .../django/forms/widgets/multiple_hidden.html | 1 + .../django/forms/widgets/multiple_input.html | 5 + .../django/forms/widgets/multiwidget.html | 1 + .../django/forms/widgets/number.html | 1 + .../django/forms/widgets/password.html | 1 + .../templates/django/forms/widgets/radio.html | 1 + .../django/forms/widgets/radio_option.html | 1 + .../django/forms/widgets/search.html | 1 + .../django/forms/widgets/select.html | 5 + .../django/forms/widgets/select_date.html | 1 + .../django/forms/widgets/select_option.html | 1 + .../django/forms/widgets/splitdatetime.html | 1 + .../forms/widgets/splithiddendatetime.html | 1 + .../templates/django/forms/widgets/tel.html | 1 + .../templates/django/forms/widgets/text.html | 1 + .../django/forms/widgets/textarea.html | 2 + .../templates/django/forms/widgets/time.html | 1 + .../templates/django/forms/widgets/url.html | 1 + .../site-packages/django/forms/utils.py | 246 + .../site-packages/django/forms/widgets.py | 1276 ++ .../site-packages/django/http/__init__.py | 52 + .../http/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1102 bytes .../http/__pycache__/cookie.cpython-312.pyc | Bin 0 -> 885 bytes .../multipartparser.cpython-312.pyc | Bin 0 -> 26345 bytes .../http/__pycache__/request.cpython-312.pyc | Bin 0 -> 38056 bytes .../http/__pycache__/response.cpython-312.pyc | Bin 0 -> 35261 bytes .../site-packages/django/http/cookie.py | 23 + .../django/http/multipartparser.py | 754 ++ .../site-packages/django/http/request.py | 834 ++ .../site-packages/django/http/response.py | 757 ++ .../django/middleware/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 197 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 8884 bytes .../__pycache__/clickjacking.cpython-312.pyc | Bin 0 -> 2218 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 8456 bytes .../__pycache__/csrf.cpython-312.pyc | Bin 0 -> 20304 bytes .../__pycache__/gzip.cpython-312.pyc | Bin 0 -> 2958 bytes .../__pycache__/http.cpython-312.pyc | Bin 0 -> 2233 bytes .../__pycache__/locale.cpython-312.pyc | Bin 0 -> 3479 bytes .../__pycache__/security.cpython-312.pyc | Bin 0 -> 4129 bytes .../site-packages/django/middleware/cache.py | 223 + .../django/middleware/clickjacking.py | 48 + .../site-packages/django/middleware/common.py | 178 + .../site-packages/django/middleware/csrf.py | 483 + .../site-packages/django/middleware/gzip.py | 74 + .../site-packages/django/middleware/http.py | 40 + .../site-packages/django/middleware/locale.py | 80 + .../django/middleware/security.py | 66 + .../site-packages/django/shortcuts.py | 194 + .../site-packages/django/template/__init__.py | 75 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1874 bytes .../__pycache__/autoreload.cpython-312.pyc | Bin 0 -> 3377 bytes .../template/__pycache__/base.cpython-312.pyc | Bin 0 -> 45497 bytes .../__pycache__/context.cpython-312.pyc | Bin 0 -> 14179 bytes .../context_processors.cpython-312.pyc | Bin 0 -> 3586 bytes .../defaultfilters.cpython-312.pyc | Bin 0 -> 37722 bytes .../__pycache__/defaulttags.cpython-312.pyc | Bin 0 -> 60088 bytes .../__pycache__/engine.cpython-312.pyc | Bin 0 -> 9389 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1941 bytes .../__pycache__/library.cpython-312.pyc | Bin 0 -> 17315 bytes .../__pycache__/loader.cpython-312.pyc | Bin 0 -> 2705 bytes .../__pycache__/loader_tags.cpython-312.pyc | Bin 0 -> 16776 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 6274 bytes .../__pycache__/smartif.cpython-312.pyc | Bin 0 -> 10808 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 4809 bytes .../django/template/autoreload.py | 61 + .../django/template/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 3616 bytes .../__pycache__/django.cpython-312.pyc | Bin 0 -> 9564 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 3005 bytes .../__pycache__/jinja2.cpython-312.pyc | Bin 0 -> 6334 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 772 bytes .../django/template/backends/base.py | 83 + .../django/template/backends/django.py | 182 + .../django/template/backends/dummy.py | 51 + .../django/template/backends/jinja2.py | 125 + .../django/template/backends/utils.py | 15 + .../site-packages/django/template/base.py | 1132 ++ .../site-packages/django/template/context.py | 303 + .../django/template/context_processors.py | 89 + .../django/template/defaultfilters.py | 991 ++ .../django/template/defaulttags.py | 1542 +++ .../site-packages/django/template/engine.py | 214 + .../django/template/exceptions.py | 44 + .../site-packages/django/template/library.py | 488 + .../site-packages/django/template/loader.py | 66 + .../django/template/loader_tags.py | 362 + .../django/template/loaders/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../app_directories.cpython-312.pyc | Bin 0 -> 778 bytes .../loaders/__pycache__/base.cpython-312.pyc | Bin 0 -> 2252 bytes .../__pycache__/cached.cpython-312.pyc | Bin 0 -> 5562 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 2463 bytes .../__pycache__/locmem.cpython-312.pyc | Bin 0 -> 1405 bytes .../template/loaders/app_directories.py | 13 + .../django/template/loaders/base.py | 51 + .../django/template/loaders/cached.py | 100 + .../django/template/loaders/filesystem.py | 45 + .../django/template/loaders/locmem.py | 26 + .../site-packages/django/template/response.py | 164 + .../site-packages/django/template/smartif.py | 214 + .../site-packages/django/template/utils.py | 110 + .../django/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 199 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 4549 bytes .../__pycache__/i18n.cpython-312.pyc | Bin 0 -> 25755 bytes .../__pycache__/l10n.cpython-312.pyc | Bin 0 -> 2913 bytes .../__pycache__/static.cpython-312.pyc | Bin 0 -> 7127 bytes .../__pycache__/tz.cpython-312.pyc | Bin 0 -> 7858 bytes .../django/templatetags/cache.py | 100 + .../site-packages/django/templatetags/i18n.py | 616 + .../site-packages/django/templatetags/l10n.py | 60 + .../django/templatetags/static.py | 179 + .../site-packages/django/templatetags/tz.py | 202 + .../site-packages/django/test/__init__.py | 38 + .../test/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 880 bytes .../test/__pycache__/client.cpython-312.pyc | Bin 0 -> 54717 bytes .../test/__pycache__/html.cpython-312.pyc | Bin 0 -> 11888 bytes .../test/__pycache__/runner.cpython-312.pyc | Bin 0 -> 55086 bytes .../test/__pycache__/selenium.cpython-312.pyc | Bin 0 -> 14641 bytes .../test/__pycache__/signals.cpython-312.pyc | Bin 0 -> 8704 bytes .../__pycache__/testcases.cpython-312.pyc | Bin 0 -> 83822 bytes .../test/__pycache__/utils.cpython-312.pyc | Bin 0 -> 44736 bytes .../site-packages/django/test/client.py | 1751 +++ .../site-packages/django/test/html.py | 273 + .../site-packages/django/test/runner.py | 1262 ++ .../site-packages/django/test/selenium.py | 263 + .../site-packages/django/test/signals.py | 253 + .../site-packages/django/test/testcases.py | 1890 +++ .../site-packages/django/test/utils.py | 1004 ++ .../site-packages/django/urls/__init__.py | 53 + .../urls/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1090 bytes .../urls/__pycache__/base.cpython-312.pyc | Bin 0 -> 7040 bytes .../urls/__pycache__/conf.cpython-312.pyc | Bin 0 -> 3330 bytes .../__pycache__/converters.cpython-312.pyc | Bin 0 -> 3178 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 575 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 36281 bytes .../urls/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2340 bytes .../site-packages/django/urls/base.py | 208 + .../site-packages/django/urls/conf.py | 96 + .../site-packages/django/urls/converters.py | 78 + .../site-packages/django/urls/exceptions.py | 9 + .../site-packages/django/urls/resolvers.py | 831 ++ .../site-packages/django/urls/utils.py | 66 + .../site-packages/django/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 192 bytes .../utils/__pycache__/_os.cpython-312.pyc | Bin 0 -> 2860 bytes .../utils/__pycache__/archive.cpython-312.pyc | Bin 0 -> 12535 bytes .../utils/__pycache__/asyncio.cpython-312.pyc | Bin 0 -> 1501 bytes .../__pycache__/autoreload.cpython-312.pyc | Bin 0 -> 32438 bytes .../utils/__pycache__/cache.cpython-312.pyc | Bin 0 -> 16861 bytes .../utils/__pycache__/choices.cpython-312.pyc | Bin 0 -> 5853 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 5313 bytes .../utils/__pycache__/crypto.cpython-312.pyc | Bin 0 -> 3484 bytes .../datastructures.cpython-312.pyc | Bin 0 -> 17336 bytes .../__pycache__/dateformat.cpython-312.pyc | Bin 0 -> 16223 bytes .../__pycache__/dateparse.cpython-312.pyc | Bin 0 -> 6544 bytes .../utils/__pycache__/dates.cpython-312.pyc | Bin 0 -> 2344 bytes .../__pycache__/deconstruct.cpython-312.pyc | Bin 0 -> 2476 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 9072 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 6057 bytes .../__pycache__/duration.cpython-312.pyc | Bin 0 -> 1903 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 9163 bytes .../__pycache__/feedgenerator.cpython-312.pyc | Bin 0 -> 22584 bytes .../utils/__pycache__/formats.cpython-312.pyc | Bin 0 -> 10825 bytes .../__pycache__/functional.cpython-312.pyc | Bin 0 -> 18751 bytes .../__pycache__/hashable.cpython-312.pyc | Bin 0 -> 1071 bytes .../utils/__pycache__/html.cpython-312.pyc | Bin 0 -> 21293 bytes .../utils/__pycache__/http.cpython-312.pyc | Bin 0 -> 14800 bytes .../utils/__pycache__/inspect.cpython-312.pyc | Bin 0 -> 4887 bytes .../utils/__pycache__/ipv6.cpython-312.pyc | Bin 0 -> 2515 bytes .../__pycache__/itercompat.cpython-312.pyc | Bin 0 -> 800 bytes .../utils/__pycache__/log.cpython-312.pyc | Bin 0 -> 10133 bytes .../__pycache__/lorem_ipsum.cpython-312.pyc | Bin 0 -> 5428 bytes .../module_loading.cpython-312.pyc | Bin 0 -> 4051 bytes .../__pycache__/numberformat.cpython-312.pyc | Bin 0 -> 3416 bytes .../__pycache__/regex_helper.cpython-312.pyc | Bin 0 -> 11178 bytes .../__pycache__/safestring.cpython-312.pyc | Bin 0 -> 3119 bytes .../__pycache__/termcolors.cpython-312.pyc | Bin 0 -> 7458 bytes .../utils/__pycache__/text.cpython-312.pyc | Bin 0 -> 20933 bytes .../__pycache__/timesince.cpython-312.pyc | Bin 0 -> 5820 bytes .../__pycache__/timezone.cpython-312.pyc | Bin 0 -> 9149 bytes .../utils/__pycache__/tree.cpython-312.pyc | Bin 0 -> 5875 bytes .../utils/__pycache__/version.cpython-312.pyc | Bin 0 -> 4926 bytes .../__pycache__/xmlutils.cpython-312.pyc | Bin 0 -> 1925 bytes .../site-packages/django/utils/_os.py | 62 + .../site-packages/django/utils/archive.py | 262 + .../site-packages/django/utils/asyncio.py | 39 + .../site-packages/django/utils/autoreload.py | 675 + .../site-packages/django/utils/cache.py | 444 + .../site-packages/django/utils/choices.py | 116 + .../site-packages/django/utils/connection.py | 85 + .../site-packages/django/utils/crypto.py | 77 + .../django/utils/datastructures.py | 345 + .../site-packages/django/utils/dateformat.py | 331 + .../site-packages/django/utils/dateparse.py | 154 + .../site-packages/django/utils/dates.py | 79 + .../site-packages/django/utils/deconstruct.py | 61 + .../site-packages/django/utils/decorators.py | 229 + .../site-packages/django/utils/deprecation.py | 142 + .../site-packages/django/utils/duration.py | 46 + .../site-packages/django/utils/encoding.py | 262 + .../django/utils/feedgenerator.py | 522 + .../site-packages/django/utils/formats.py | 305 + .../site-packages/django/utils/functional.py | 451 + .../site-packages/django/utils/hashable.py | 26 + .../site-packages/django/utils/html.py | 511 + .../site-packages/django/utils/http.py | 387 + .../site-packages/django/utils/inspect.py | 90 + .../site-packages/django/utils/ipv6.py | 64 + .../site-packages/django/utils/itercompat.py | 21 + .../site-packages/django/utils/log.py | 262 + .../site-packages/django/utils/lorem_ipsum.py | 286 + .../django/utils/module_loading.py | 107 + .../django/utils/numberformat.py | 105 + .../django/utils/regex_helper.py | 354 + .../site-packages/django/utils/safestring.py | 78 + .../site-packages/django/utils/termcolors.py | 221 + .../site-packages/django/utils/text.py | 488 + .../site-packages/django/utils/timesince.py | 142 + .../site-packages/django/utils/timezone.py | 259 + .../django/utils/translation/__init__.py | 302 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12271 bytes .../__pycache__/reloader.cpython-312.pyc | Bin 0 -> 2169 bytes .../__pycache__/template.cpython-312.pyc | Bin 0 -> 9489 bytes .../__pycache__/trans_null.cpython-312.pyc | Bin 0 -> 2291 bytes .../__pycache__/trans_real.cpython-312.pyc | Bin 0 -> 27810 bytes .../django/utils/translation/reloader.py | 36 + .../django/utils/translation/template.py | 246 + .../django/utils/translation/trans_null.py | 67 + .../django/utils/translation/trans_real.py | 652 + .../site-packages/django/utils/tree.py | 126 + .../site-packages/django/utils/version.py | 124 + .../site-packages/django/utils/xmlutils.py | 35 + .../site-packages/django/views/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 276 bytes .../views/__pycache__/csrf.cpython-312.pyc | Bin 0 -> 3923 bytes .../views/__pycache__/debug.cpython-312.pyc | Bin 0 -> 29287 bytes .../__pycache__/defaults.cpython-312.pyc | Bin 0 -> 4771 bytes .../views/__pycache__/i18n.cpython-312.pyc | Bin 0 -> 11954 bytes .../views/__pycache__/static.cpython-312.pyc | Bin 0 -> 5565 bytes .../site-packages/django/views/csrf.py | 80 + .../site-packages/django/views/debug.py | 665 + .../django/views/decorators/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3699 bytes .../__pycache__/clickjacking.cpython-312.pyc | Bin 0 -> 3262 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 1104 bytes .../__pycache__/csrf.cpython-312.pyc | Bin 0 -> 2989 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 5350 bytes .../__pycache__/gzip.cpython-312.pyc | Bin 0 -> 470 bytes .../__pycache__/http.cpython-312.pyc | Bin 0 -> 6964 bytes .../__pycache__/vary.cpython-312.pyc | Bin 0 -> 1807 bytes .../django/views/decorators/cache.py | 84 + .../django/views/decorators/clickjacking.py | 90 + .../django/views/decorators/common.py | 27 + .../django/views/decorators/csrf.py | 69 + .../django/views/decorators/debug.py | 147 + .../django/views/decorators/gzip.py | 5 + .../django/views/decorators/http.py | 169 + .../django/views/decorators/vary.py | 44 + .../site-packages/django/views/defaults.py | 150 + .../django/views/generic/__init__.py | 39 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1144 bytes .../generic/__pycache__/base.cpython-312.pyc | Bin 0 -> 12113 bytes .../generic/__pycache__/dates.cpython-312.pyc | Bin 0 -> 32500 bytes .../__pycache__/detail.cpython-312.pyc | Bin 0 -> 8075 bytes .../generic/__pycache__/edit.cpython-312.pyc | Bin 0 -> 12726 bytes .../generic/__pycache__/list.cpython-312.pyc | Bin 0 -> 9382 bytes .../django/views/generic/base.py | 286 + .../django/views/generic/dates.py | 823 ++ .../django/views/generic/detail.py | 189 + .../django/views/generic/edit.py | 274 + .../django/views/generic/list.py | 224 + .../site-packages/django/views/i18n.py | 251 + .../site-packages/django/views/static.py | 122 + .../django/views/templates/csrf_403.html | 84 + .../views/templates/default_urlconf.html | 241 + .../views/templates/directory_index.html | 21 + .../django/views/templates/i18n_catalog.js | 102 + .../django/views/templates/technical_404.html | 85 + .../django/views/templates/technical_500.html | 497 + .../django/views/templates/technical_500.txt | 66 + .../pip-23.2.1.dist-info/AUTHORS.txt | 738 ++ .../pip-23.2.1.dist-info/INSTALLER | 1 + .../pip-23.2.1.dist-info/LICENSE.txt | 20 + .../pip-23.2.1.dist-info/METADATA | 90 + .../site-packages/pip-23.2.1.dist-info/RECORD | 1003 ++ .../pip-23.2.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.2.1.dist-info/WHEEL | 5 + .../pip-23.2.1.dist-info/entry_points.txt | 4 + .../pip-23.2.1.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 694 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 848 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2206 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 854 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14298 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12694 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17406 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33407 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 677 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4976 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10103 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13700 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 292 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 285 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8459 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10445 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30348 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1782 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2305 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4912 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15080 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2624 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18845 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7841 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 382 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 508 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4009 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9386 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2097 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 4894 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13261 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10072 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7593 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4363 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2990 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1680 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6779 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3982 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28973 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15382 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7625 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9735 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4733 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8957 bytes .../pip/_internal/commands/cache.py | 222 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 121 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 108 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 778 ++ .../pip/_internal/commands/list.py | 368 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 381 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 948 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2187 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1447 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8034 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1995 bytes .../pip/_internal/distributions/base.py | 39 + .../pip/_internal/distributions/installed.py | 23 + .../pip/_internal/distributions/sdist.py | 150 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 733 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 239 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21862 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40775 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 9870 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 223 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16783 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6879 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8018 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3788 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 127 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5807 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2882 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35124 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15142 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 + .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3340 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13167 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11170 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 224 + .../pip/_internal/metadata/importlib/_envs.py | 188 + .../pip/_internal/metadata/pkg_resources.py | 270 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 273 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1930 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11229 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4256 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1701 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2189 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26039 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1176 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5095 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1858 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4447 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5787 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 237 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 581 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 261 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 21995 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 4161 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8583 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11667 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18776 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2260 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2907 bytes .../pip/_internal/network/auth.py | 561 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 519 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7586 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10121 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25825 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7126 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1887 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1921 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3072 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1688 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2029 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3936 bytes .../operations/build/build_tracker.py | 124 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 273 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1824 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34020 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 740 ++ .../pip/_internal/operations/prepare.py | 743 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3748 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 18856 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21243 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 35938 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7219 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 33107 bytes .../pip/_internal/req/constructors.py | 506 + .../pip/_internal/req/req_file.py | 552 + .../pip/_internal/req/req_install.py | 874 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 650 + .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1192 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22537 bytes .../_internal/resolution/legacy/resolver.py | 600 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8618 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 27998 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 28520 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6215 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10385 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4942 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 10441 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 11430 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 555 + .../resolution/resolvelib/factory.py | 730 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 165 + .../resolution/resolvelib/resolver.py | 299 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 199 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4540 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1870 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2414 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2217 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5565 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 688 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4190 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3557 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 2932 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2159 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3997 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7459 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1168 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2346 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7558 bytes .../inject_securetransport.cpython-312.pyc | Bin 0 -> 1212 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13653 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 32758 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2716 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2587 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4551 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8710 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 10315 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11110 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2404 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4484 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5991 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 72 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 735 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 538 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5030 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19131 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7606 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12485 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29103 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 + .../pip/_internal/wheel_builder.py | 355 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4664 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41277 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122045 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 783 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2435 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 5061 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3247 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 929 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 14646 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 3956 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6085 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 7276 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 860 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 65 + .../_vendor/cachecontrol/caches/__init__.py | 9 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 380 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7303 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2225 bytes .../_vendor/cachecontrol/caches/file_cache.py | 188 + .../cachecontrol/caches/redis_cache.py | 39 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 439 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 190 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 326 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 653 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2857 bytes .../pip/_vendor/certifi/cacert.pem | 4589 +++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4576 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27207 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1395 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9646 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4130 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5026 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3886 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 797 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1404 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3004 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4574 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15318 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4382 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12090 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1398 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27212 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1398 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19134 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1411 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5818 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22163 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83011 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1402 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39557 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83130 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 76996 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77507 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83084 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105259 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77685 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77524 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7010 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7190 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3902 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1596 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38653 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 640 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6395 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2365 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4494 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12274 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9987 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3183 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 496 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4020 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 ++++ .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 +++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4397 +++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4380 +++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4649 +++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5725 +++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4380 +++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4380 +++++++ .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 + .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9763 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 500 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3958 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16429 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3558 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8134 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9096 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5475 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18111 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11756 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4912 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2496 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6620 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1267 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45550 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65981 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24395 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60217 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15141 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7468 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41615 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17333 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19598 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 87585 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30163 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 52553 bytes .../pip/_vendor/distlib/compat.py | 1116 ++ .../pip/_vendor/distlib/database.py | 1350 ++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1300 ++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1076 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 437 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 1932 +++ .../pip/_vendor/distlib/version.py | 739 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1082 ++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 968 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 300 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53760 bytes .../pip/_vendor/distro/distro.py | 1399 ++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 889 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4641 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 895 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16290 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38390 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2646 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158878 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 ++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 +++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1839 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2033 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8676 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43570 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-312.pyc | Bin 0 -> 638 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 474 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12081 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6915 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3249 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14057 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6954 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31255 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18964 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5876 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19947 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146482 bytes .../pip/_vendor/platformdirs/__init__.py | 566 + .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18037 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1954 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9452 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9680 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5645 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12449 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 319 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13007 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3497 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 743 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26614 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2635 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3241 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4578 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38309 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1577 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3405 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4090 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4765 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11055 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6681 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8151 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32997 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13990 bytes .../pip/_vendor/pygments/cmdline.py | 668 + .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37945 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6935 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4224 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4203 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7273 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40581 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27052 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6074 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19963 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6893 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2939 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6135 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9075 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5838 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15166 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 989 ++ .../pip/_vendor/pygments/formatters/img.py | 645 + .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 943 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14661 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64413 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42648 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 + .../pip/_vendor/pygments/lexers/python.py | 1198 ++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 217 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 103 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4457 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 330 + .../pip/_vendor/pyparsing/__init__.py | 322 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7920 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8404 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13423 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267717 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13003 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48510 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34119 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17197 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13193 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14913 bytes .../pip/_vendor/pyparsing/actions.py | 217 + .../pip/_vendor/pyparsing/common.py | 432 + .../pip/_vendor/pyparsing/core.py | 6115 +++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 656 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 26822 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 ++ .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 622 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 383 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14734 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1089 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14406 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5455 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 593 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2030 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21289 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7213 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13932 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 931 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1516 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25255 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7056 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4321 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1061 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35457 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 781 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27766 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5968 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5626 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36278 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 + .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 + .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1094 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 643 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6860 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2663 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25906 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10515 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 429 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 + .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7024 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10313 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7830 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205985 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1738 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2330 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 546 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 864 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12086 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4156 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1894 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3629 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5169 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 733 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6586 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13188 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 974 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 874 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28976 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2499 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3582 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2369 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1617 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12331 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9115 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4281 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11867 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5627 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26534 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1710 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8596 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113793 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2267 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9235 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10938 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10382 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1496 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4218 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1854 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3586 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3091 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9907 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6044 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5218 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20229 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19149 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4903 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13557 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9307 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6385 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7143 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1829 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5323 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12106 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40051 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75084 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10398 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14787 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1801 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 576 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6635 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6577 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3839 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2493 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28170 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6073 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6077 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33523 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2148 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39619 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43593 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3357 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58958 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6349 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 323 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31553 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11448 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 ++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 + .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 + .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 ++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 ++ .../pip/_vendor/rich/progress.py | 1702 +++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 ++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27095 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4815 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2324 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1633 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1473 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2311 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1421 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14290 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5577 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2595 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12422 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 393 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26936 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3917 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 375 bytes .../pip/_vendor/tomli/_parser.py | 691 + .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/typing_extensions.py | 3072 +++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3414 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15940 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 227 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20416 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36288 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13502 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10422 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4027 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20311 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 6364 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33975 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 + .../pip/_vendor/urllib3/connectionpool.py | 1132 ++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1857 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11573 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5728 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24459 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35553 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7520 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17436 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14810 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 921 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41328 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1829 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7337 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 ++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1155 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4765 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1561 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1361 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4192 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2998 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21694 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15112 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5080 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10776 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11148 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15804 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4412 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 + .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 23 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12004 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7141 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2705 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9048 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3304 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.12/site-packages/pip/py.typed | 4 + .../pytz-2025.2.dist-info/INSTALLER | 1 + .../pytz-2025.2.dist-info/LICENSE.txt | 19 + .../pytz-2025.2.dist-info/METADATA | 648 + .../pytz-2025.2.dist-info/RECORD | 623 + .../site-packages/pytz-2025.2.dist-info/WHEEL | 6 + .../pytz-2025.2.dist-info/top_level.txt | 1 + .../pytz-2025.2.dist-info/zip-safe | 1 + .../python3.12/site-packages/pytz/__init__.py | 1556 +++ .../pytz/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 30534 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2309 bytes .../pytz/__pycache__/lazy.cpython-312.pyc | Bin 0 -> 7702 bytes .../__pycache__/reference.cpython-312.pyc | Bin 0 -> 5539 bytes .../pytz/__pycache__/tzfile.cpython-312.pyc | Bin 0 -> 5273 bytes .../pytz/__pycache__/tzinfo.cpython-312.pyc | Bin 0 -> 19291 bytes .../site-packages/pytz/exceptions.py | 59 + .../lib/python3.12/site-packages/pytz/lazy.py | 172 + .../site-packages/pytz/reference.py | 140 + .../python3.12/site-packages/pytz/tzfile.py | 133 + .../python3.12/site-packages/pytz/tzinfo.py | 580 + .../pytz/zoneinfo/Africa/Abidjan | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Accra | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Addis_Ababa | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Algiers | Bin 0 -> 735 bytes .../site-packages/pytz/zoneinfo/Africa/Asmara | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Africa/Asmera | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Africa/Bamako | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Bangui | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Banjul | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Bissau | Bin 0 -> 194 bytes .../pytz/zoneinfo/Africa/Blantyre | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Brazzaville | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Bujumbura | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Cairo | Bin 0 -> 2399 bytes .../pytz/zoneinfo/Africa/Casablanca | Bin 0 -> 2429 bytes .../site-packages/pytz/zoneinfo/Africa/Ceuta | Bin 0 -> 2052 bytes .../pytz/zoneinfo/Africa/Conakry | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Dakar | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Dar_es_Salaam | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Djibouti | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Africa/Douala | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/El_Aaiun | Bin 0 -> 2295 bytes .../pytz/zoneinfo/Africa/Freetown | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Gaborone | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Harare | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Johannesburg | Bin 0 -> 246 bytes .../site-packages/pytz/zoneinfo/Africa/Juba | Bin 0 -> 679 bytes .../pytz/zoneinfo/Africa/Kampala | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Khartoum | Bin 0 -> 679 bytes .../site-packages/pytz/zoneinfo/Africa/Kigali | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Kinshasa | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Lagos | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Libreville | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Lome | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Luanda | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Lubumbashi | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Lusaka | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Malabo | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Maputo | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Maseru | Bin 0 -> 246 bytes .../pytz/zoneinfo/Africa/Mbabane | Bin 0 -> 246 bytes .../pytz/zoneinfo/Africa/Mogadishu | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Monrovia | Bin 0 -> 208 bytes .../pytz/zoneinfo/Africa/Nairobi | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Ndjamena | Bin 0 -> 199 bytes .../site-packages/pytz/zoneinfo/Africa/Niamey | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Nouakchott | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Ouagadougou | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Porto-Novo | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Sao_Tome | Bin 0 -> 254 bytes .../pytz/zoneinfo/Africa/Timbuktu | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Tripoli | Bin 0 -> 625 bytes .../site-packages/pytz/zoneinfo/Africa/Tunis | Bin 0 -> 689 bytes .../pytz/zoneinfo/Africa/Windhoek | Bin 0 -> 955 bytes .../site-packages/pytz/zoneinfo/America/Adak | Bin 0 -> 2356 bytes .../pytz/zoneinfo/America/Anchorage | Bin 0 -> 2371 bytes .../pytz/zoneinfo/America/Anguilla | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Antigua | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Araguaina | Bin 0 -> 870 bytes .../zoneinfo/America/Argentina/Buenos_Aires | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Catamarca | Bin 0 -> 1062 bytes .../zoneinfo/America/Argentina/ComodRivadavia | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Cordoba | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Jujuy | Bin 0 -> 1034 bytes .../pytz/zoneinfo/America/Argentina/La_Rioja | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/Mendoza | Bin 0 -> 1062 bytes .../zoneinfo/America/Argentina/Rio_Gallegos | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Salta | Bin 0 -> 1034 bytes .../pytz/zoneinfo/America/Argentina/San_Juan | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/San_Luis | Bin 0 -> 1088 bytes .../pytz/zoneinfo/America/Argentina/Tucuman | Bin 0 -> 1090 bytes .../pytz/zoneinfo/America/Argentina/Ushuaia | Bin 0 -> 1062 bytes .../site-packages/pytz/zoneinfo/America/Aruba | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Asuncion | Bin 0 -> 1644 bytes .../pytz/zoneinfo/America/Atikokan | Bin 0 -> 182 bytes .../site-packages/pytz/zoneinfo/America/Atka | Bin 0 -> 2356 bytes .../site-packages/pytz/zoneinfo/America/Bahia | Bin 0 -> 1010 bytes .../pytz/zoneinfo/America/Bahia_Banderas | Bin 0 -> 1100 bytes .../pytz/zoneinfo/America/Barbados | Bin 0 -> 436 bytes .../site-packages/pytz/zoneinfo/America/Belem | Bin 0 -> 562 bytes .../pytz/zoneinfo/America/Belize | Bin 0 -> 1614 bytes .../pytz/zoneinfo/America/Blanc-Sablon | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Boa_Vista | Bin 0 -> 618 bytes .../pytz/zoneinfo/America/Bogota | Bin 0 -> 232 bytes .../site-packages/pytz/zoneinfo/America/Boise | Bin 0 -> 2410 bytes .../pytz/zoneinfo/America/Buenos_Aires | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Cambridge_Bay | Bin 0 -> 2254 bytes .../pytz/zoneinfo/America/Campo_Grande | Bin 0 -> 1430 bytes .../pytz/zoneinfo/America/Cancun | Bin 0 -> 864 bytes .../pytz/zoneinfo/America/Caracas | Bin 0 -> 250 bytes .../pytz/zoneinfo/America/Catamarca | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Cayenne | Bin 0 -> 184 bytes .../pytz/zoneinfo/America/Cayman | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Chicago | Bin 0 -> 3592 bytes .../pytz/zoneinfo/America/Chihuahua | Bin 0 -> 1102 bytes .../pytz/zoneinfo/America/Ciudad_Juarez | Bin 0 -> 1538 bytes .../pytz/zoneinfo/America/Coral_Harbour | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Cordoba | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Costa_Rica | Bin 0 -> 316 bytes .../pytz/zoneinfo/America/Coyhaique | Bin 0 -> 2126 bytes .../pytz/zoneinfo/America/Creston | Bin 0 -> 360 bytes .../pytz/zoneinfo/America/Cuiaba | Bin 0 -> 1402 bytes .../pytz/zoneinfo/America/Curacao | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Danmarkshavn | Bin 0 -> 698 bytes .../pytz/zoneinfo/America/Dawson | Bin 0 -> 1614 bytes .../pytz/zoneinfo/America/Dawson_Creek | Bin 0 -> 1050 bytes .../pytz/zoneinfo/America/Denver | Bin 0 -> 2460 bytes .../pytz/zoneinfo/America/Detroit | Bin 0 -> 2230 bytes .../pytz/zoneinfo/America/Dominica | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Edmonton | Bin 0 -> 2332 bytes .../pytz/zoneinfo/America/Eirunepe | Bin 0 -> 642 bytes .../pytz/zoneinfo/America/El_Salvador | Bin 0 -> 224 bytes .../pytz/zoneinfo/America/Ensenada | Bin 0 -> 2458 bytes .../pytz/zoneinfo/America/Fort_Nelson | Bin 0 -> 2240 bytes .../pytz/zoneinfo/America/Fort_Wayne | Bin 0 -> 1682 bytes .../pytz/zoneinfo/America/Fortaleza | Bin 0 -> 702 bytes .../pytz/zoneinfo/America/Glace_Bay | Bin 0 -> 2192 bytes .../pytz/zoneinfo/America/Godthab | Bin 0 -> 1889 bytes .../pytz/zoneinfo/America/Goose_Bay | Bin 0 -> 3210 bytes .../pytz/zoneinfo/America/Grand_Turk | Bin 0 -> 1834 bytes .../pytz/zoneinfo/America/Grenada | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Guadeloupe | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Guatemala | Bin 0 -> 280 bytes .../pytz/zoneinfo/America/Guayaquil | Bin 0 -> 232 bytes .../pytz/zoneinfo/America/Guyana | Bin 0 -> 248 bytes .../pytz/zoneinfo/America/Halifax | Bin 0 -> 3424 bytes .../pytz/zoneinfo/America/Havana | Bin 0 -> 2416 bytes .../pytz/zoneinfo/America/Hermosillo | Bin 0 -> 388 bytes .../zoneinfo/America/Indiana/Indianapolis | Bin 0 -> 1682 bytes .../pytz/zoneinfo/America/Indiana/Knox | Bin 0 -> 2444 bytes .../pytz/zoneinfo/America/Indiana/Marengo | Bin 0 -> 1738 bytes .../pytz/zoneinfo/America/Indiana/Petersburg | Bin 0 -> 1920 bytes .../pytz/zoneinfo/America/Indiana/Tell_City | Bin 0 -> 1700 bytes .../pytz/zoneinfo/America/Indiana/Vevay | Bin 0 -> 1430 bytes .../pytz/zoneinfo/America/Indiana/Vincennes | Bin 0 -> 1710 bytes .../pytz/zoneinfo/America/Indiana/Winamac | Bin 0 -> 1794 bytes .../pytz/zoneinfo/America/Indianapolis | Bin 0 -> 1682 bytes .../pytz/zoneinfo/America/Inuvik | Bin 0 -> 2074 bytes .../pytz/zoneinfo/America/Iqaluit | Bin 0 -> 2202 bytes .../pytz/zoneinfo/America/Jamaica | Bin 0 -> 482 bytes .../site-packages/pytz/zoneinfo/America/Jujuy | Bin 0 -> 1034 bytes .../pytz/zoneinfo/America/Juneau | Bin 0 -> 2353 bytes .../pytz/zoneinfo/America/Kentucky/Louisville | Bin 0 -> 2788 bytes .../pytz/zoneinfo/America/Kentucky/Monticello | Bin 0 -> 2368 bytes .../pytz/zoneinfo/America/Knox_IN | Bin 0 -> 2444 bytes .../pytz/zoneinfo/America/Kralendijk | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/La_Paz | Bin 0 -> 218 bytes .../site-packages/pytz/zoneinfo/America/Lima | Bin 0 -> 392 bytes .../pytz/zoneinfo/America/Los_Angeles | Bin 0 -> 2852 bytes .../pytz/zoneinfo/America/Louisville | Bin 0 -> 2788 bytes .../pytz/zoneinfo/America/Lower_Princes | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Maceio | Bin 0 -> 730 bytes .../pytz/zoneinfo/America/Managua | Bin 0 -> 430 bytes .../pytz/zoneinfo/America/Manaus | Bin 0 -> 590 bytes .../pytz/zoneinfo/America/Marigot | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Martinique | Bin 0 -> 232 bytes .../pytz/zoneinfo/America/Matamoros | Bin 0 -> 1418 bytes .../pytz/zoneinfo/America/Mazatlan | Bin 0 -> 1060 bytes .../pytz/zoneinfo/America/Mendoza | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Menominee | Bin 0 -> 2274 bytes .../pytz/zoneinfo/America/Merida | Bin 0 -> 1004 bytes .../pytz/zoneinfo/America/Metlakatla | Bin 0 -> 1423 bytes .../pytz/zoneinfo/America/Mexico_City | Bin 0 -> 1222 bytes .../pytz/zoneinfo/America/Miquelon | Bin 0 -> 1652 bytes .../pytz/zoneinfo/America/Moncton | Bin 0 -> 3154 bytes .../pytz/zoneinfo/America/Monterrey | Bin 0 -> 1114 bytes .../pytz/zoneinfo/America/Montevideo | Bin 0 -> 1496 bytes .../pytz/zoneinfo/America/Montreal | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Montserrat | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Nassau | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/New_York | Bin 0 -> 3552 bytes .../pytz/zoneinfo/America/Nipigon | Bin 0 -> 3494 bytes .../site-packages/pytz/zoneinfo/America/Nome | Bin 0 -> 2367 bytes .../pytz/zoneinfo/America/Noronha | Bin 0 -> 702 bytes .../pytz/zoneinfo/America/North_Dakota/Beulah | Bin 0 -> 2396 bytes .../pytz/zoneinfo/America/North_Dakota/Center | Bin 0 -> 2396 bytes .../zoneinfo/America/North_Dakota/New_Salem | Bin 0 -> 2396 bytes .../site-packages/pytz/zoneinfo/America/Nuuk | Bin 0 -> 1889 bytes .../pytz/zoneinfo/America/Ojinaga | Bin 0 -> 1524 bytes .../pytz/zoneinfo/America/Panama | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Pangnirtung | Bin 0 -> 2202 bytes .../pytz/zoneinfo/America/Paramaribo | Bin 0 -> 248 bytes .../pytz/zoneinfo/America/Phoenix | Bin 0 -> 360 bytes .../pytz/zoneinfo/America/Port-au-Prince | Bin 0 -> 1434 bytes .../pytz/zoneinfo/America/Port_of_Spain | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Porto_Acre | Bin 0 -> 614 bytes .../pytz/zoneinfo/America/Porto_Velho | Bin 0 -> 562 bytes .../pytz/zoneinfo/America/Puerto_Rico | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Punta_Arenas | Bin 0 -> 1902 bytes .../pytz/zoneinfo/America/Rainy_River | Bin 0 -> 2868 bytes .../pytz/zoneinfo/America/Rankin_Inlet | Bin 0 -> 2066 bytes .../pytz/zoneinfo/America/Recife | Bin 0 -> 702 bytes .../pytz/zoneinfo/America/Regina | Bin 0 -> 980 bytes .../pytz/zoneinfo/America/Resolute | Bin 0 -> 2066 bytes .../pytz/zoneinfo/America/Rio_Branco | Bin 0 -> 614 bytes .../pytz/zoneinfo/America/Rosario | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Santa_Isabel | Bin 0 -> 2458 bytes .../pytz/zoneinfo/America/Santarem | Bin 0 -> 588 bytes .../pytz/zoneinfo/America/Santiago | Bin 0 -> 2515 bytes .../pytz/zoneinfo/America/Santo_Domingo | Bin 0 -> 458 bytes .../pytz/zoneinfo/America/Sao_Paulo | Bin 0 -> 1430 bytes .../pytz/zoneinfo/America/Scoresbysund | Bin 0 -> 1935 bytes .../pytz/zoneinfo/America/Shiprock | Bin 0 -> 2460 bytes .../site-packages/pytz/zoneinfo/America/Sitka | Bin 0 -> 2329 bytes .../pytz/zoneinfo/America/St_Barthelemy | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Johns | Bin 0 -> 3655 bytes .../pytz/zoneinfo/America/St_Kitts | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Lucia | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Thomas | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Vincent | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Swift_Current | Bin 0 -> 560 bytes .../pytz/zoneinfo/America/Tegucigalpa | Bin 0 -> 252 bytes .../site-packages/pytz/zoneinfo/America/Thule | Bin 0 -> 1502 bytes .../pytz/zoneinfo/America/Thunder_Bay | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Tijuana | Bin 0 -> 2458 bytes .../pytz/zoneinfo/America/Toronto | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Tortola | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Vancouver | Bin 0 -> 2892 bytes .../pytz/zoneinfo/America/Virgin | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Whitehorse | Bin 0 -> 1614 bytes .../pytz/zoneinfo/America/Winnipeg | Bin 0 -> 2868 bytes .../pytz/zoneinfo/America/Yakutat | Bin 0 -> 2305 bytes .../pytz/zoneinfo/America/Yellowknife | Bin 0 -> 2332 bytes .../pytz/zoneinfo/Antarctica/Casey | Bin 0 -> 423 bytes .../pytz/zoneinfo/Antarctica/Davis | Bin 0 -> 283 bytes .../pytz/zoneinfo/Antarctica/DumontDUrville | Bin 0 -> 172 bytes .../pytz/zoneinfo/Antarctica/Macquarie | Bin 0 -> 2260 bytes .../pytz/zoneinfo/Antarctica/Mawson | Bin 0 -> 185 bytes .../pytz/zoneinfo/Antarctica/McMurdo | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Antarctica/Palmer | Bin 0 -> 1404 bytes .../pytz/zoneinfo/Antarctica/Rothera | Bin 0 -> 150 bytes .../pytz/zoneinfo/Antarctica/South_Pole | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Antarctica/Syowa | Bin 0 -> 151 bytes .../pytz/zoneinfo/Antarctica/Troll | Bin 0 -> 1148 bytes .../pytz/zoneinfo/Antarctica/Vostok | Bin 0 -> 213 bytes .../pytz/zoneinfo/Arctic/Longyearbyen | Bin 0 -> 2298 bytes .../site-packages/pytz/zoneinfo/Asia/Aden | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Almaty | Bin 0 -> 983 bytes .../site-packages/pytz/zoneinfo/Asia/Amman | Bin 0 -> 1433 bytes .../site-packages/pytz/zoneinfo/Asia/Anadyr | Bin 0 -> 1174 bytes .../site-packages/pytz/zoneinfo/Asia/Aqtau | Bin 0 -> 969 bytes .../site-packages/pytz/zoneinfo/Asia/Aqtobe | Bin 0 -> 997 bytes .../site-packages/pytz/zoneinfo/Asia/Ashgabat | Bin 0 -> 605 bytes .../pytz/zoneinfo/Asia/Ashkhabad | Bin 0 -> 605 bytes .../site-packages/pytz/zoneinfo/Asia/Atyrau | Bin 0 -> 977 bytes .../site-packages/pytz/zoneinfo/Asia/Baghdad | Bin 0 -> 969 bytes .../site-packages/pytz/zoneinfo/Asia/Bahrain | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Asia/Baku | Bin 0 -> 1213 bytes .../site-packages/pytz/zoneinfo/Asia/Bangkok | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Asia/Barnaul | Bin 0 -> 1207 bytes .../site-packages/pytz/zoneinfo/Asia/Beirut | Bin 0 -> 2154 bytes .../site-packages/pytz/zoneinfo/Asia/Bishkek | Bin 0 -> 969 bytes .../site-packages/pytz/zoneinfo/Asia/Brunei | Bin 0 -> 469 bytes .../site-packages/pytz/zoneinfo/Asia/Calcutta | Bin 0 -> 285 bytes .../site-packages/pytz/zoneinfo/Asia/Chita | Bin 0 -> 1207 bytes .../pytz/zoneinfo/Asia/Choibalsan | Bin 0 -> 877 bytes .../pytz/zoneinfo/Asia/Chongqing | Bin 0 -> 561 bytes .../pytz/zoneinfo/Asia/Chungking | Bin 0 -> 561 bytes .../site-packages/pytz/zoneinfo/Asia/Colombo | Bin 0 -> 358 bytes .../site-packages/pytz/zoneinfo/Asia/Dacca | Bin 0 -> 323 bytes .../site-packages/pytz/zoneinfo/Asia/Damascus | Bin 0 -> 1873 bytes .../site-packages/pytz/zoneinfo/Asia/Dhaka | Bin 0 -> 323 bytes .../site-packages/pytz/zoneinfo/Asia/Dili | Bin 0 -> 257 bytes .../site-packages/pytz/zoneinfo/Asia/Dubai | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Dushanbe | Bin 0 -> 577 bytes .../pytz/zoneinfo/Asia/Famagusta | Bin 0 -> 2028 bytes .../site-packages/pytz/zoneinfo/Asia/Gaza | Bin 0 -> 3844 bytes .../site-packages/pytz/zoneinfo/Asia/Harbin | Bin 0 -> 561 bytes .../site-packages/pytz/zoneinfo/Asia/Hebron | Bin 0 -> 3872 bytes .../pytz/zoneinfo/Asia/Ho_Chi_Minh | Bin 0 -> 337 bytes .../pytz/zoneinfo/Asia/Hong_Kong | Bin 0 -> 1233 bytes .../site-packages/pytz/zoneinfo/Asia/Hovd | Bin 0 -> 877 bytes .../site-packages/pytz/zoneinfo/Asia/Irkutsk | Bin 0 -> 1229 bytes .../site-packages/pytz/zoneinfo/Asia/Istanbul | Bin 0 -> 1933 bytes .../site-packages/pytz/zoneinfo/Asia/Jakarta | Bin 0 -> 383 bytes .../site-packages/pytz/zoneinfo/Asia/Jayapura | Bin 0 -> 221 bytes .../pytz/zoneinfo/Asia/Jerusalem | Bin 0 -> 2388 bytes .../site-packages/pytz/zoneinfo/Asia/Kabul | Bin 0 -> 194 bytes .../pytz/zoneinfo/Asia/Kamchatka | Bin 0 -> 1152 bytes .../site-packages/pytz/zoneinfo/Asia/Karachi | Bin 0 -> 379 bytes .../site-packages/pytz/zoneinfo/Asia/Kashgar | Bin 0 -> 151 bytes .../pytz/zoneinfo/Asia/Kathmandu | Bin 0 -> 198 bytes .../site-packages/pytz/zoneinfo/Asia/Katmandu | Bin 0 -> 198 bytes .../site-packages/pytz/zoneinfo/Asia/Khandyga | Bin 0 -> 1257 bytes .../site-packages/pytz/zoneinfo/Asia/Kolkata | Bin 0 -> 285 bytes .../pytz/zoneinfo/Asia/Krasnoyarsk | Bin 0 -> 1193 bytes .../pytz/zoneinfo/Asia/Kuala_Lumpur | Bin 0 -> 401 bytes .../site-packages/pytz/zoneinfo/Asia/Kuching | Bin 0 -> 469 bytes .../site-packages/pytz/zoneinfo/Asia/Kuwait | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Macao | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Macau | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Magadan | Bin 0 -> 1208 bytes .../site-packages/pytz/zoneinfo/Asia/Makassar | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Asia/Manila | Bin 0 -> 422 bytes .../site-packages/pytz/zoneinfo/Asia/Muscat | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Nicosia | Bin 0 -> 2002 bytes .../pytz/zoneinfo/Asia/Novokuznetsk | Bin 0 -> 1151 bytes .../pytz/zoneinfo/Asia/Novosibirsk | Bin 0 -> 1207 bytes .../site-packages/pytz/zoneinfo/Asia/Omsk | Bin 0 -> 1193 bytes .../site-packages/pytz/zoneinfo/Asia/Oral | Bin 0 -> 991 bytes .../pytz/zoneinfo/Asia/Phnom_Penh | Bin 0 -> 185 bytes .../pytz/zoneinfo/Asia/Pontianak | Bin 0 -> 353 bytes .../pytz/zoneinfo/Asia/Pyongyang | Bin 0 -> 237 bytes .../site-packages/pytz/zoneinfo/Asia/Qatar | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Asia/Qostanay | Bin 0 -> 1025 bytes .../pytz/zoneinfo/Asia/Qyzylorda | Bin 0 -> 1011 bytes .../site-packages/pytz/zoneinfo/Asia/Rangoon | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Asia/Riyadh | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Saigon | Bin 0 -> 337 bytes .../site-packages/pytz/zoneinfo/Asia/Sakhalin | Bin 0 -> 1188 bytes .../pytz/zoneinfo/Asia/Samarkand | Bin 0 -> 563 bytes .../site-packages/pytz/zoneinfo/Asia/Seoul | Bin 0 -> 617 bytes .../site-packages/pytz/zoneinfo/Asia/Shanghai | Bin 0 -> 561 bytes .../pytz/zoneinfo/Asia/Singapore | Bin 0 -> 401 bytes .../pytz/zoneinfo/Asia/Srednekolymsk | Bin 0 -> 1194 bytes .../site-packages/pytz/zoneinfo/Asia/Taipei | Bin 0 -> 761 bytes .../site-packages/pytz/zoneinfo/Asia/Tashkent | Bin 0 -> 577 bytes .../site-packages/pytz/zoneinfo/Asia/Tbilisi | Bin 0 -> 1021 bytes .../site-packages/pytz/zoneinfo/Asia/Tehran | Bin 0 -> 1248 bytes .../site-packages/pytz/zoneinfo/Asia/Tel_Aviv | Bin 0 -> 2388 bytes .../site-packages/pytz/zoneinfo/Asia/Thimbu | Bin 0 -> 189 bytes .../site-packages/pytz/zoneinfo/Asia/Thimphu | Bin 0 -> 189 bytes .../site-packages/pytz/zoneinfo/Asia/Tokyo | Bin 0 -> 309 bytes .../site-packages/pytz/zoneinfo/Asia/Tomsk | Bin 0 -> 1207 bytes .../pytz/zoneinfo/Asia/Ujung_Pandang | Bin 0 -> 254 bytes .../pytz/zoneinfo/Asia/Ulaanbaatar | Bin 0 -> 877 bytes .../pytz/zoneinfo/Asia/Ulan_Bator | Bin 0 -> 877 bytes .../site-packages/pytz/zoneinfo/Asia/Urumqi | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Ust-Nera | Bin 0 -> 1238 bytes .../pytz/zoneinfo/Asia/Vientiane | Bin 0 -> 185 bytes .../pytz/zoneinfo/Asia/Vladivostok | Bin 0 -> 1194 bytes .../site-packages/pytz/zoneinfo/Asia/Yakutsk | Bin 0 -> 1193 bytes .../site-packages/pytz/zoneinfo/Asia/Yangon | Bin 0 -> 254 bytes .../pytz/zoneinfo/Asia/Yekaterinburg | Bin 0 -> 1229 bytes .../site-packages/pytz/zoneinfo/Asia/Yerevan | Bin 0 -> 1137 bytes .../pytz/zoneinfo/Atlantic/Azores | Bin 0 -> 3442 bytes .../pytz/zoneinfo/Atlantic/Bermuda | Bin 0 -> 2396 bytes .../pytz/zoneinfo/Atlantic/Canary | Bin 0 -> 1897 bytes .../pytz/zoneinfo/Atlantic/Cape_Verde | Bin 0 -> 256 bytes .../pytz/zoneinfo/Atlantic/Faeroe | Bin 0 -> 1815 bytes .../pytz/zoneinfo/Atlantic/Faroe | Bin 0 -> 1815 bytes .../pytz/zoneinfo/Atlantic/Jan_Mayen | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Atlantic/Madeira | Bin 0 -> 3377 bytes .../pytz/zoneinfo/Atlantic/Reykjavik | Bin 0 -> 148 bytes .../pytz/zoneinfo/Atlantic/South_Georgia | Bin 0 -> 150 bytes .../pytz/zoneinfo/Atlantic/St_Helena | Bin 0 -> 148 bytes .../pytz/zoneinfo/Atlantic/Stanley | Bin 0 -> 1200 bytes .../site-packages/pytz/zoneinfo/Australia/ACT | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/Adelaide | Bin 0 -> 2208 bytes .../pytz/zoneinfo/Australia/Brisbane | Bin 0 -> 419 bytes .../pytz/zoneinfo/Australia/Broken_Hill | Bin 0 -> 2229 bytes .../pytz/zoneinfo/Australia/Canberra | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/Currie | Bin 0 -> 2358 bytes .../pytz/zoneinfo/Australia/Darwin | Bin 0 -> 325 bytes .../pytz/zoneinfo/Australia/Eucla | Bin 0 -> 456 bytes .../pytz/zoneinfo/Australia/Hobart | Bin 0 -> 2358 bytes .../site-packages/pytz/zoneinfo/Australia/LHI | Bin 0 -> 1846 bytes .../pytz/zoneinfo/Australia/Lindeman | Bin 0 -> 475 bytes .../pytz/zoneinfo/Australia/Lord_Howe | Bin 0 -> 1846 bytes .../pytz/zoneinfo/Australia/Melbourne | Bin 0 -> 2190 bytes .../site-packages/pytz/zoneinfo/Australia/NSW | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/North | Bin 0 -> 325 bytes .../pytz/zoneinfo/Australia/Perth | Bin 0 -> 446 bytes .../pytz/zoneinfo/Australia/Queensland | Bin 0 -> 419 bytes .../pytz/zoneinfo/Australia/South | Bin 0 -> 2208 bytes .../pytz/zoneinfo/Australia/Sydney | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/Tasmania | Bin 0 -> 2358 bytes .../pytz/zoneinfo/Australia/Victoria | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/West | Bin 0 -> 446 bytes .../pytz/zoneinfo/Australia/Yancowinna | Bin 0 -> 2229 bytes .../site-packages/pytz/zoneinfo/Brazil/Acre | Bin 0 -> 614 bytes .../pytz/zoneinfo/Brazil/DeNoronha | Bin 0 -> 702 bytes .../site-packages/pytz/zoneinfo/Brazil/East | Bin 0 -> 1430 bytes .../site-packages/pytz/zoneinfo/Brazil/West | Bin 0 -> 590 bytes .../site-packages/pytz/zoneinfo/CET | Bin 0 -> 2933 bytes .../site-packages/pytz/zoneinfo/CST6CDT | Bin 0 -> 3592 bytes .../pytz/zoneinfo/Canada/Atlantic | Bin 0 -> 3424 bytes .../pytz/zoneinfo/Canada/Central | Bin 0 -> 2868 bytes .../pytz/zoneinfo/Canada/Eastern | Bin 0 -> 3494 bytes .../pytz/zoneinfo/Canada/Mountain | Bin 0 -> 2332 bytes .../pytz/zoneinfo/Canada/Newfoundland | Bin 0 -> 3655 bytes .../pytz/zoneinfo/Canada/Pacific | Bin 0 -> 2892 bytes .../pytz/zoneinfo/Canada/Saskatchewan | Bin 0 -> 980 bytes .../site-packages/pytz/zoneinfo/Canada/Yukon | Bin 0 -> 1614 bytes .../pytz/zoneinfo/Chile/Continental | Bin 0 -> 2515 bytes .../pytz/zoneinfo/Chile/EasterIsland | Bin 0 -> 2219 bytes .../site-packages/pytz/zoneinfo/Cuba | Bin 0 -> 2416 bytes .../site-packages/pytz/zoneinfo/EET | Bin 0 -> 2262 bytes .../site-packages/pytz/zoneinfo/EST | Bin 0 -> 182 bytes .../site-packages/pytz/zoneinfo/EST5EDT | Bin 0 -> 3552 bytes .../site-packages/pytz/zoneinfo/Egypt | Bin 0 -> 2399 bytes .../site-packages/pytz/zoneinfo/Eire | Bin 0 -> 3492 bytes .../site-packages/pytz/zoneinfo/Etc/GMT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+1 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+10 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+11 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+12 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+2 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+3 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+4 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+5 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+6 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+7 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+8 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+9 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-1 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-10 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-11 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-12 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-13 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-14 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-2 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-3 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-4 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-5 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-6 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-7 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-8 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-9 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Greenwich | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/UCT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/UTC | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Universal | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Zulu | Bin 0 -> 114 bytes .../pytz/zoneinfo/Europe/Amsterdam | Bin 0 -> 2933 bytes .../pytz/zoneinfo/Europe/Andorra | Bin 0 -> 1742 bytes .../pytz/zoneinfo/Europe/Astrakhan | Bin 0 -> 1151 bytes .../site-packages/pytz/zoneinfo/Europe/Athens | Bin 0 -> 2262 bytes .../pytz/zoneinfo/Europe/Belfast | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Belgrade | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Berlin | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Europe/Bratislava | Bin 0 -> 2301 bytes .../pytz/zoneinfo/Europe/Brussels | Bin 0 -> 2933 bytes .../pytz/zoneinfo/Europe/Bucharest | Bin 0 -> 2184 bytes .../pytz/zoneinfo/Europe/Budapest | Bin 0 -> 2368 bytes .../pytz/zoneinfo/Europe/Busingen | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Chisinau | Bin 0 -> 2390 bytes .../pytz/zoneinfo/Europe/Copenhagen | Bin 0 -> 2298 bytes .../site-packages/pytz/zoneinfo/Europe/Dublin | Bin 0 -> 3492 bytes .../pytz/zoneinfo/Europe/Gibraltar | Bin 0 -> 3068 bytes .../pytz/zoneinfo/Europe/Guernsey | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Helsinki | Bin 0 -> 1900 bytes .../pytz/zoneinfo/Europe/Isle_of_Man | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Istanbul | Bin 0 -> 1933 bytes .../site-packages/pytz/zoneinfo/Europe/Jersey | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Kaliningrad | Bin 0 -> 1493 bytes .../site-packages/pytz/zoneinfo/Europe/Kiev | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Kirov | Bin 0 -> 1185 bytes .../site-packages/pytz/zoneinfo/Europe/Kyiv | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Lisbon | Bin 0 -> 3527 bytes .../pytz/zoneinfo/Europe/Ljubljana | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/London | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Luxembourg | Bin 0 -> 2933 bytes .../site-packages/pytz/zoneinfo/Europe/Madrid | Bin 0 -> 2614 bytes .../site-packages/pytz/zoneinfo/Europe/Malta | Bin 0 -> 2620 bytes .../pytz/zoneinfo/Europe/Mariehamn | Bin 0 -> 1900 bytes .../site-packages/pytz/zoneinfo/Europe/Minsk | Bin 0 -> 1307 bytes .../site-packages/pytz/zoneinfo/Europe/Monaco | Bin 0 -> 2962 bytes .../site-packages/pytz/zoneinfo/Europe/Moscow | Bin 0 -> 1535 bytes .../pytz/zoneinfo/Europe/Nicosia | Bin 0 -> 2002 bytes .../site-packages/pytz/zoneinfo/Europe/Oslo | Bin 0 -> 2298 bytes .../site-packages/pytz/zoneinfo/Europe/Paris | Bin 0 -> 2962 bytes .../pytz/zoneinfo/Europe/Podgorica | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Prague | Bin 0 -> 2301 bytes .../site-packages/pytz/zoneinfo/Europe/Riga | Bin 0 -> 2198 bytes .../site-packages/pytz/zoneinfo/Europe/Rome | Bin 0 -> 2641 bytes .../site-packages/pytz/zoneinfo/Europe/Samara | Bin 0 -> 1201 bytes .../pytz/zoneinfo/Europe/San_Marino | Bin 0 -> 2641 bytes .../pytz/zoneinfo/Europe/Sarajevo | Bin 0 -> 1920 bytes .../pytz/zoneinfo/Europe/Saratov | Bin 0 -> 1169 bytes .../pytz/zoneinfo/Europe/Simferopol | Bin 0 -> 1469 bytes .../site-packages/pytz/zoneinfo/Europe/Skopje | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Sofia | Bin 0 -> 2077 bytes .../pytz/zoneinfo/Europe/Stockholm | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Europe/Tallinn | Bin 0 -> 2148 bytes .../site-packages/pytz/zoneinfo/Europe/Tirane | Bin 0 -> 2084 bytes .../pytz/zoneinfo/Europe/Tiraspol | Bin 0 -> 2390 bytes .../pytz/zoneinfo/Europe/Ulyanovsk | Bin 0 -> 1253 bytes .../pytz/zoneinfo/Europe/Uzhgorod | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Vaduz | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Vatican | Bin 0 -> 2641 bytes .../site-packages/pytz/zoneinfo/Europe/Vienna | Bin 0 -> 2200 bytes .../pytz/zoneinfo/Europe/Vilnius | Bin 0 -> 2162 bytes .../pytz/zoneinfo/Europe/Volgograd | Bin 0 -> 1193 bytes .../site-packages/pytz/zoneinfo/Europe/Warsaw | Bin 0 -> 2654 bytes .../site-packages/pytz/zoneinfo/Europe/Zagreb | Bin 0 -> 1920 bytes .../pytz/zoneinfo/Europe/Zaporozhye | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Zurich | Bin 0 -> 1909 bytes .../site-packages/pytz/zoneinfo/Factory | Bin 0 -> 116 bytes .../python3.12/site-packages/pytz/zoneinfo/GB | Bin 0 -> 3664 bytes .../site-packages/pytz/zoneinfo/GB-Eire | Bin 0 -> 3664 bytes .../site-packages/pytz/zoneinfo/GMT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/GMT+0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/GMT-0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/GMT0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Greenwich | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/HST | Bin 0 -> 329 bytes .../site-packages/pytz/zoneinfo/Hongkong | Bin 0 -> 1233 bytes .../site-packages/pytz/zoneinfo/Iceland | Bin 0 -> 148 bytes .../pytz/zoneinfo/Indian/Antananarivo | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Indian/Chagos | Bin 0 -> 185 bytes .../pytz/zoneinfo/Indian/Christmas | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Indian/Cocos | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Indian/Comoro | Bin 0 -> 265 bytes .../pytz/zoneinfo/Indian/Kerguelen | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Indian/Mahe | Bin 0 -> 151 bytes .../pytz/zoneinfo/Indian/Maldives | Bin 0 -> 185 bytes .../pytz/zoneinfo/Indian/Mauritius | Bin 0 -> 227 bytes .../pytz/zoneinfo/Indian/Mayotte | Bin 0 -> 265 bytes .../pytz/zoneinfo/Indian/Reunion | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Iran | Bin 0 -> 1248 bytes .../site-packages/pytz/zoneinfo/Israel | Bin 0 -> 2388 bytes .../site-packages/pytz/zoneinfo/Jamaica | Bin 0 -> 482 bytes .../site-packages/pytz/zoneinfo/Japan | Bin 0 -> 309 bytes .../site-packages/pytz/zoneinfo/Kwajalein | Bin 0 -> 302 bytes .../site-packages/pytz/zoneinfo/Libya | Bin 0 -> 625 bytes .../site-packages/pytz/zoneinfo/MET | Bin 0 -> 2933 bytes .../site-packages/pytz/zoneinfo/MST | Bin 0 -> 360 bytes .../site-packages/pytz/zoneinfo/MST7MDT | Bin 0 -> 2460 bytes .../pytz/zoneinfo/Mexico/BajaNorte | Bin 0 -> 2458 bytes .../pytz/zoneinfo/Mexico/BajaSur | Bin 0 -> 1060 bytes .../pytz/zoneinfo/Mexico/General | Bin 0 -> 1222 bytes .../python3.12/site-packages/pytz/zoneinfo/NZ | Bin 0 -> 2437 bytes .../site-packages/pytz/zoneinfo/NZ-CHAT | Bin 0 -> 2054 bytes .../site-packages/pytz/zoneinfo/Navajo | Bin 0 -> 2460 bytes .../site-packages/pytz/zoneinfo/PRC | Bin 0 -> 561 bytes .../site-packages/pytz/zoneinfo/PST8PDT | Bin 0 -> 2852 bytes .../site-packages/pytz/zoneinfo/Pacific/Apia | Bin 0 -> 598 bytes .../pytz/zoneinfo/Pacific/Auckland | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Pacific/Bougainville | Bin 0 -> 254 bytes .../pytz/zoneinfo/Pacific/Chatham | Bin 0 -> 2054 bytes .../site-packages/pytz/zoneinfo/Pacific/Chuuk | Bin 0 -> 172 bytes .../pytz/zoneinfo/Pacific/Easter | Bin 0 -> 2219 bytes .../site-packages/pytz/zoneinfo/Pacific/Efate | Bin 0 -> 524 bytes .../pytz/zoneinfo/Pacific/Enderbury | Bin 0 -> 220 bytes .../pytz/zoneinfo/Pacific/Fakaofo | Bin 0 -> 186 bytes .../site-packages/pytz/zoneinfo/Pacific/Fiji | Bin 0 -> 564 bytes .../pytz/zoneinfo/Pacific/Funafuti | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Galapagos | Bin 0 -> 224 bytes .../pytz/zoneinfo/Pacific/Gambier | Bin 0 -> 150 bytes .../pytz/zoneinfo/Pacific/Guadalcanal | Bin 0 -> 152 bytes .../site-packages/pytz/zoneinfo/Pacific/Guam | Bin 0 -> 494 bytes .../pytz/zoneinfo/Pacific/Honolulu | Bin 0 -> 329 bytes .../pytz/zoneinfo/Pacific/Johnston | Bin 0 -> 329 bytes .../pytz/zoneinfo/Pacific/Kanton | Bin 0 -> 220 bytes .../pytz/zoneinfo/Pacific/Kiritimati | Bin 0 -> 224 bytes .../pytz/zoneinfo/Pacific/Kosrae | Bin 0 -> 337 bytes .../pytz/zoneinfo/Pacific/Kwajalein | Bin 0 -> 302 bytes .../pytz/zoneinfo/Pacific/Majuro | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Marquesas | Bin 0 -> 159 bytes .../pytz/zoneinfo/Pacific/Midway | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/Pacific/Nauru | Bin 0 -> 238 bytes .../site-packages/pytz/zoneinfo/Pacific/Niue | Bin 0 -> 189 bytes .../pytz/zoneinfo/Pacific/Norfolk | Bin 0 -> 866 bytes .../pytz/zoneinfo/Pacific/Noumea | Bin 0 -> 290 bytes .../pytz/zoneinfo/Pacific/Pago_Pago | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/Pacific/Palau | Bin 0 -> 166 bytes .../pytz/zoneinfo/Pacific/Pitcairn | Bin 0 -> 188 bytes .../pytz/zoneinfo/Pacific/Pohnpei | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Ponape | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Port_Moresby | Bin 0 -> 172 bytes .../pytz/zoneinfo/Pacific/Rarotonga | Bin 0 -> 589 bytes .../pytz/zoneinfo/Pacific/Saipan | Bin 0 -> 494 bytes .../site-packages/pytz/zoneinfo/Pacific/Samoa | Bin 0 -> 175 bytes .../pytz/zoneinfo/Pacific/Tahiti | Bin 0 -> 151 bytes .../pytz/zoneinfo/Pacific/Tarawa | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Tongatapu | Bin 0 -> 358 bytes .../site-packages/pytz/zoneinfo/Pacific/Truk | Bin 0 -> 172 bytes .../site-packages/pytz/zoneinfo/Pacific/Wake | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Wallis | Bin 0 -> 152 bytes .../site-packages/pytz/zoneinfo/Pacific/Yap | Bin 0 -> 172 bytes .../site-packages/pytz/zoneinfo/Poland | Bin 0 -> 2654 bytes .../site-packages/pytz/zoneinfo/Portugal | Bin 0 -> 3527 bytes .../site-packages/pytz/zoneinfo/ROC | Bin 0 -> 761 bytes .../site-packages/pytz/zoneinfo/ROK | Bin 0 -> 617 bytes .../site-packages/pytz/zoneinfo/Singapore | Bin 0 -> 401 bytes .../site-packages/pytz/zoneinfo/Turkey | Bin 0 -> 1933 bytes .../site-packages/pytz/zoneinfo/UCT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/US/Alaska | Bin 0 -> 2371 bytes .../site-packages/pytz/zoneinfo/US/Aleutian | Bin 0 -> 2356 bytes .../site-packages/pytz/zoneinfo/US/Arizona | Bin 0 -> 360 bytes .../site-packages/pytz/zoneinfo/US/Central | Bin 0 -> 3592 bytes .../pytz/zoneinfo/US/East-Indiana | Bin 0 -> 1682 bytes .../site-packages/pytz/zoneinfo/US/Eastern | Bin 0 -> 3552 bytes .../site-packages/pytz/zoneinfo/US/Hawaii | Bin 0 -> 329 bytes .../pytz/zoneinfo/US/Indiana-Starke | Bin 0 -> 2444 bytes .../site-packages/pytz/zoneinfo/US/Michigan | Bin 0 -> 2230 bytes .../site-packages/pytz/zoneinfo/US/Mountain | Bin 0 -> 2460 bytes .../site-packages/pytz/zoneinfo/US/Pacific | Bin 0 -> 2852 bytes .../site-packages/pytz/zoneinfo/US/Samoa | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/UTC | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Universal | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/W-SU | Bin 0 -> 1535 bytes .../site-packages/pytz/zoneinfo/WET | Bin 0 -> 3527 bytes .../site-packages/pytz/zoneinfo/Zulu | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/iso3166.tab | 279 + .../site-packages/pytz/zoneinfo/leapseconds | 79 + .../site-packages/pytz/zoneinfo/tzdata.zi | 4300 +++++++ .../site-packages/pytz/zoneinfo/zone.tab | 448 + .../site-packages/pytz/zoneinfo/zone1970.tab | 375 + .../site-packages/pytz/zoneinfo/zonenow.tab | 296 + .../sqlparse-0.5.4.dist-info/INSTALLER | 1 + .../sqlparse-0.5.4.dist-info/METADATA | 143 + .../sqlparse-0.5.4.dist-info/RECORD | 51 + .../sqlparse-0.5.4.dist-info/WHEEL | 4 + .../sqlparse-0.5.4.dist-info/entry_points.txt | 2 + .../sqlparse-0.5.4.dist-info/licenses/AUTHORS | 88 + .../sqlparse-0.5.4.dist-info/licenses/LICENSE | 25 + .../site-packages/sqlparse/__init__.py | 80 + .../site-packages/sqlparse/__main__.py | 22 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3663 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 658 bytes .../sqlparse/__pycache__/cli.cpython-312.pyc | Bin 0 -> 8504 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 484 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 8363 bytes .../__pycache__/keywords.cpython-312.pyc | Bin 0 -> 51299 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 6789 bytes .../sqlparse/__pycache__/sql.cpython-312.pyc | Bin 0 -> 31841 bytes .../__pycache__/tokens.cpython-312.pyc | Bin 0 -> 2279 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 4594 bytes .../python3.12/site-packages/sqlparse/cli.py | 246 + .../site-packages/sqlparse/engine/__init__.py | 16 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 431 bytes .../__pycache__/filter_stack.cpython-312.pyc | Bin 0 -> 2253 bytes .../__pycache__/grouping.cpython-312.pyc | Bin 0 -> 25637 bytes .../statement_splitter.cpython-312.pyc | Bin 0 -> 4650 bytes .../sqlparse/engine/filter_stack.py | 51 + .../site-packages/sqlparse/engine/grouping.py | 516 + .../sqlparse/engine/statement_splitter.py | 133 + .../site-packages/sqlparse/exceptions.py | 12 + .../sqlparse/filters/__init__.py | 42 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1021 bytes .../aligned_indent.cpython-312.pyc | Bin 0 -> 7915 bytes .../__pycache__/others.cpython-312.pyc | Bin 0 -> 9950 bytes .../__pycache__/output.cpython-312.pyc | Bin 0 -> 6526 bytes .../__pycache__/reindent.cpython-312.pyc | Bin 0 -> 15623 bytes .../__pycache__/right_margin.cpython-312.pyc | Bin 0 -> 2177 bytes .../__pycache__/tokens.cpython-312.pyc | Bin 0 -> 2930 bytes .../sqlparse/filters/aligned_indent.py | 135 + .../site-packages/sqlparse/filters/others.py | 173 + .../site-packages/sqlparse/filters/output.py | 122 + .../sqlparse/filters/reindent.py | 247 + .../sqlparse/filters/right_margin.py | 48 + .../site-packages/sqlparse/filters/tokens.py | 59 + .../site-packages/sqlparse/formatter.py | 204 + .../site-packages/sqlparse/keywords.py | 1005 ++ .../site-packages/sqlparse/lexer.py | 161 + .../site-packages/sqlparse/py.typed | 0 .../python3.12/site-packages/sqlparse/sql.py | 659 + .../site-packages/sqlparse/tokens.py | 71 + .../site-packages/sqlparse/utils.py | 124 + Dev/trydjango/venv/lib64 | 1 + Dev/trydjango/venv/pyvenv.cfg | 5 + 6290 files changed, 760557 insertions(+) create mode 100644 Dev/trydjango/src/db.sqlite3 create mode 100755 Dev/trydjango/src/manage.py create mode 100644 Dev/trydjango/src/products/__init__.py create mode 100644 Dev/trydjango/src/products/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/__pycache__/admin.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/admin.py create mode 100644 Dev/trydjango/src/products/apps.py create mode 100644 Dev/trydjango/src/products/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/migrations/__pycache__/0002_product_summary.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/migrations/__pycache__/0003_alter_product_description_alter_product_price_and_more.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/src/products/models.py create mode 100644 Dev/trydjango/src/products/tests.py create mode 100644 Dev/trydjango/src/products/views.py create mode 100644 Dev/trydjango/src/trydjango/__init__.py create mode 100644 Dev/trydjango/src/trydjango/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/src/trydjango/__pycache__/settings.cpython-312.pyc create mode 100644 Dev/trydjango/src/trydjango/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/src/trydjango/__pycache__/wsgi.cpython-312.pyc create mode 100644 Dev/trydjango/src/trydjango/settings.py create mode 100644 Dev/trydjango/src/trydjango/urls.py create mode 100644 Dev/trydjango/src/trydjango/wsgi.py create mode 100644 Dev/trydjango/venv/bin/Activate.ps1 create mode 100644 Dev/trydjango/venv/bin/activate create mode 100644 Dev/trydjango/venv/bin/activate.csh create mode 100644 Dev/trydjango/venv/bin/activate.fish create mode 100755 Dev/trydjango/venv/bin/django-admin create mode 100755 Dev/trydjango/venv/bin/pip create mode 100755 Dev/trydjango/venv/bin/pip3 create mode 100755 Dev/trydjango/venv/bin/pip3.12 create mode 120000 Dev/trydjango/venv/bin/python create mode 120000 Dev/trydjango/venv/bin/python3 create mode 120000 Dev/trydjango/venv/bin/python3.12 create mode 100755 Dev/trydjango/venv/bin/sqlformat create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/INSTALLER create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/METADATA create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/RECORD create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/WHEEL create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/licenses/LICENSE create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/top_level.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/compatibility.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/current_thread_executor.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/local.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/sync.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/typing.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/wsgi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/compatibility.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/local.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/py.typed create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/server.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/sync.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/testing.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/timeout.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/typing.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/wsgi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/INSTALLER create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/METADATA create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/RECORD create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/REQUESTED create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/WHEEL create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/entry_points.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE.python create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/top_level.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/shortcuts.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/config.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/registry.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/config.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/registry.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__pycache__/global_settings.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/__init__.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/admin.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/apps.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/migrations/__init__.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/models.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/tests.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/app_template/views.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/global_settings.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_CA/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_CA/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_CA/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_CA/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py create mode 100755 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/__init__.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/i18n.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/static.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/i18n.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/static.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/actions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/decorators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/filters.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/forms.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/helpers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/options.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/sites.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/tests.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/widgets.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/actions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/decorators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/filters.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/forms.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/options.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/sites.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_list.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/log.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/tests.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/autocomplete.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/decorators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/main.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/autocomplete.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/decorators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/views/main.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/widgets.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/admin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/backends.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/base_user.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/context_processors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/decorators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/forms.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/hashers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/mixins.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/password_validation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/signals.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/tokens.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/validators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/admin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/backends.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/common-passwords.txt.gz create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/context_processors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/forms.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/modwsgi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/modwsgi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/hashers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/changepassword.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/changepassword.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/createsuperuser.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0002_alter_permission_name_max_length.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0004_alter_user_username_opts.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0006_require_contenttypes_0002.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0007_alter_validators_add_error_messages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0008_alter_user_username_max_length.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0009_alter_user_last_name_max_length.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0010_alter_group_name_max_length.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0011_update_proxy_permissions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0012_alter_user_first_name_max_length.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/password_validation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/signals.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/templates/registration/password_reset_subject.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/tokens.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/validators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/admin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/fields.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/forms.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/prefetch.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/admin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/fields.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/forms.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/management/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/management/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/__pycache__/remove_stale_contenttypes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__pycache__/0002_remove_content_type_name.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/prefetch.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/contenttypes/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/admin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/forms.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/sitemaps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/admin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/forms.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/sitemaps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/__pycache__/flatpages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/flatpages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/flatpages/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/feeds.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/geoip2.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/geometry.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/measure.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/ptr.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/shortcuts.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/admin/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/admin/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/admin/__pycache__/options.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/admin/options.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/adapter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/adapter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/adapter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/adapter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/adapter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/const.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/pgraster.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/adapter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/const.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/pgraster.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/adapter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/adapter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/backends/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/aggregates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/fields.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/functions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/lookups.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/proxy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/aggregates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/fields.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/functions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/lookups.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/proxy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/__pycache__/conversion.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/conversion.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/feeds.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/forms/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/forms/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/forms/__pycache__/fields.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/forms/__pycache__/widgets.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/forms/fields.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/forms/widgets.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/LICENSE create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/datasource.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/driver.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/envelope.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/error.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/feature.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/field.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/geometries.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/geomtype.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/layer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/libgdal.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/srs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/datasource.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/driver.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/envelope.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/error.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/feature.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/field.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/geometries.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/geomtype.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/layer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/libgdal.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/ds.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/errcheck.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/generation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/geom.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/raster.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/srs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/ds.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/errcheck.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/generation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/geom.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/raster.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/srs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/band.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/const.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/source.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/band.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/const.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/source.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/gdal/srs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geoip2.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geometry.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/LICENSE create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/collections.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/coordseq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/error.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/factory.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/geometry.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/io.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/libgeos.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/linestring.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/mutable_list.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/point.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/polygon.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/prepared.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/collections.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/coordseq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/error.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/factory.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/geometry.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/io.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/libgeos.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/linestring.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/mutable_list.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/point.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/polygon.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prepared.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/coordseq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/errcheck.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/geom.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/io.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/misc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/predicates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/prepared.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/threadsafe.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/topology.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/coordseq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/errcheck.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/geom.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/io.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/misc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/predicates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/prepared.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/threadsafe.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/topology.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/commands/__pycache__/inspectdb.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/commands/__pycache__/ogrinspect.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/commands/inspectdb.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/management/commands/ogrinspect.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/measure.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/ptr.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/serializers/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/serializers/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/serializers/__pycache__/geojson.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/serializers/geojson.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/shortcuts.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__pycache__/kml.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/sitemaps/kml.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/sitemaps/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/css/ol3.css create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_line_off.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_line_on.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_point_off.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_point_on.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_polygon_off.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_polygon_on.svg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/static/gis/js/OLMapWidget.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/templates/gis/kml/base.kml create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/templates/gis/kml/placemarks.kml create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/templates/gis/openlayers-osm.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/templates/gis/openlayers.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/layermapping.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/ogrinfo.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/ogrinspect.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/srs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/layermapping.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/ogrinfo.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/ogrinspect.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/utils/srs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/gis/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/templatetags/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/templatetags/__pycache__/humanize.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/humanize/templatetags/humanize.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/api.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/constants.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/context_processors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/api.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/constants.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/context_processors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/cookie.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/fallback.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/session.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/cookie.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/fallback.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/storage/session.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/messages/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/constraints.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/expressions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/functions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/indexes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/lookups.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/search.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/serializers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/signals.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/validators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/general.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/mixins.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/statistics.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/general.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/mixins.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/aggregates/statistics.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/constraints.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/expressions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/array.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/citext.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/hstore.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/jsonb.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/ranges.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/array.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/citext.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/hstore.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/jsonb.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/ranges.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/fields/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/array.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/hstore.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/ranges.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/array.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/hstore.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/forms/ranges.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/functions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/indexes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/jinja2/postgres/widgets/split_array.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/lookups.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/search.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/serializers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/signals.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/templates/postgres/widgets/split_array.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/postgres/validators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/admin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/admin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/migrations/__pycache__/0002_alter_redirect_new_path_help_text.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/redirects/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/base_session.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/serializers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/cached_db.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/db.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/file.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/signed_cookies.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/cached_db.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/db.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/file.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/backends/signed_cookies.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/base_session.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/management/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/management/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/management/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/management/commands/__pycache__/clearsessions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/management/commands/clearsessions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sessions/serializers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/templates/sitemap.xml create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/templates/sitemap_index.xml create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sitemaps/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/admin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/management.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/managers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/middleware.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/requests.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/__pycache__/shortcuts.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/admin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ckb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ckb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ug/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ug/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/management.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/managers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/middleware.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/migrations/0001_initial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/migrations/0002_alter_domain_unique.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/migrations/__pycache__/0002_alter_domain_unique.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/requests.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/sites/shortcuts.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/finders.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/handlers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/storage.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/testing.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/finders.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/collectstatic.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/findstatic.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/runserver.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/findstatic.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/runserver.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/storage.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/testing.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/staticfiles/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/syndication/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/syndication/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/syndication/__pycache__/apps.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/syndication/__pycache__/views.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/syndication/apps.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/syndication/views.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/asgi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/paginator.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/signals.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/signing.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/validators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/__pycache__/wsgi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/asgi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/db.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/filebased.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/locmem.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/memcached.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/redis.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/db.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/dummy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/filebased.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/locmem.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/memcached.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/backends/redis.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/cache/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/async_checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/caches.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/commands.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/database.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/files.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/messages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/model_checks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/registry.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/templates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/translation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/async_checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/caches.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/commands.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/compatibility/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/compatibility/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/compatibility/__pycache__/django_4_0.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/compatibility/django_4_0.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/database.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/files.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/messages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/model_checks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/registry.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/__pycache__/csrf.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/__pycache__/sessions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/csrf.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/security/sessions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/templates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/translation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/checks/urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/images.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/locks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/move.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/temp.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/uploadedfile.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/uploadhandler.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/images.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/locks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/move.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__pycache__/filesystem.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__pycache__/handler.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__pycache__/memory.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/__pycache__/mixins.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/filesystem.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/handler.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/memory.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/storage/mixins.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/temp.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/uploadedfile.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/uploadhandler.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/files/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/__pycache__/asgi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/__pycache__/exception.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/__pycache__/wsgi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/asgi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/exception.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/handlers/wsgi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/__pycache__/message.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/console.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/filebased.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/locmem.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/smtp.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/console.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/dummy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/filebased.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/locmem.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/backends/smtp.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/message.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/mail/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__pycache__/color.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__pycache__/sql.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__pycache__/templates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/color.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/check.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/compilemessages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/createcachetable.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/dbshell.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/diffsettings.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/dumpdata.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/flush.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/inspectdb.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/loaddata.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/makemessages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/makemigrations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/migrate.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/optimizemigration.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/runserver.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sendtestemail.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/shell.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/showmigrations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sqlflush.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sqlmigrate.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sqlsequencereset.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/squashmigrations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/startapp.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/startproject.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/__pycache__/testserver.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/check.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/compilemessages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/createcachetable.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/dbshell.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/diffsettings.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/dumpdata.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/flush.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/inspectdb.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/loaddata.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/makemessages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/makemigrations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/migrate.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/optimizemigration.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/runserver.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/sendtestemail.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/shell.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/showmigrations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/sqlflush.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/sqlmigrate.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/sqlsequencereset.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/squashmigrations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/startapp.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/startproject.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/commands/testserver.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/sql.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/templates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/management/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/paginator.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/json.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/jsonl.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/python.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/pyyaml.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/__pycache__/xml_serializer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/json.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/jsonl.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/python.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/pyyaml.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/serializers/xml_serializer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/servers/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/servers/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/servers/__pycache__/basehttp.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/servers/basehttp.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/signals.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/signing.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/validators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/core/wsgi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/__pycache__/transaction.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/__pycache__/ddl_references.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/__pycache__/signals.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/creation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/__pycache__/validation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/creation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/base/validation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/ddl_references.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/dummy/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/dummy/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/dummy/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/dummy/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/dummy/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/dummy/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/compiler.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/creation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/validation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/compiler.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/creation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/mysql/validation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/creation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/functions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/oracledb_any.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/validation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/creation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/functions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/oracledb_any.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/oracle/validation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/compiler.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/creation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/psycopg_any.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/compiler.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/creation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/psycopg_any.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/postgresql/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/signals.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/_functions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/creation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/features.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/introspection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/operations.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/schema.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/_functions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/creation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/features.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/introspection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/sqlite3/schema.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/backends/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/autodetector.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/executor.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/graph.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/loader.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/migration.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/optimizer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/questioner.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/recorder.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/serializer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/state.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/__pycache__/writer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/autodetector.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/executor.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/graph.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/loader.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/migration.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/fields.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/special.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/fields.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/operations/special.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/optimizer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/questioner.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/recorder.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/serializer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/state.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/migrations/writer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/aggregates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/constants.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/constraints.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/deletion.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/enums.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/expressions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/indexes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/lookups.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/manager.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/options.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/query.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/query_utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/signals.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/aggregates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/constants.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/constraints.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/deletion.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/enums.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/expressions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/composite.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/files.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/generated.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/json.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/mixins.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/proxy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/related.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/related_descriptors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/related_lookups.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/reverse_related.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/__pycache__/tuple_lookups.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/composite.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/files.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/generated.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/json.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/mixins.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/proxy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/related.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/reverse_related.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/fields/tuple_lookups.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/comparison.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/datetime.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/json.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/math.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/mixins.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/text.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/__pycache__/window.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/comparison.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/datetime.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/json.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/math.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/mixins.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/text.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/functions/window.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/indexes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/lookups.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/manager.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/options.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/query.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/query_utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/signals.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/compiler.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/constants.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/datastructures.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/query.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/subqueries.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/__pycache__/where.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/constants.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/datastructures.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/query.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/subqueries.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/sql/where.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/models/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/transaction.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/db/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/dispatch/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/dispatch/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/dispatch/__pycache__/dispatcher.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/dispatch/license.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/boundfield.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/fields.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/forms.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/formsets.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/renderers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/__pycache__/widgets.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/boundfield.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/fields.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/forms.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/formsets.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/attrs.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/div.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/dict/default.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/dict/text.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/dict/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/list/default.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/list/text.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/list/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/field.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/div.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/p.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/table.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/label.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/p.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/table.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/attrs.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/checkbox.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/checkbox_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/checkbox_select.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/clearable_file_input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/color.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/date.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/datetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/email.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/file.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/hidden.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/input_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/multiple_hidden.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/multiple_input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/multiwidget.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/number.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/password.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/radio.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/radio_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/search.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/select.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/select_date.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/select_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/splitdatetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/tel.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/text.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/textarea.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/time.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/url.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/renderers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/attrs.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/div.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/dict/default.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/dict/text.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/dict/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/default.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/text.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/field.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/div.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/p.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/table.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/label.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/p.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/table.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/ul.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/attrs.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/checkbox.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/checkbox_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/checkbox_select.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/clearable_file_input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/color.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/date.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/datetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/email.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/file.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/hidden.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/input_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/multiple_hidden.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/multiple_input.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/multiwidget.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/number.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/password.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/radio.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/radio_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/search.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/select.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/select_date.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/select_option.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/splitdatetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/splithiddendatetime.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/tel.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/text.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/textarea.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/time.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/url.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/forms/widgets.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/__pycache__/cookie.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/__pycache__/multipartparser.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/__pycache__/request.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/__pycache__/response.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/cookie.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/multipartparser.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/request.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/http/response.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/clickjacking.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/common.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/csrf.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/gzip.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/http.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/locale.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/__pycache__/security.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/clickjacking.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/common.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/csrf.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/gzip.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/http.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/locale.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/middleware/security.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/shortcuts.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/autoreload.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/context.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/context_processors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/defaultfilters.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/defaulttags.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/engine.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/library.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/loader.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/loader_tags.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/response.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/smartif.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/autoreload.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__pycache__/django.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__pycache__/jinja2.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/django.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/dummy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/jinja2.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/backends/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/context.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/context_processors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/defaultfilters.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/defaulttags.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/engine.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/library.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loader.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loader_tags.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__pycache__/app_directories.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__pycache__/cached.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__pycache__/filesystem.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/__pycache__/locmem.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/app_directories.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/cached.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/filesystem.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/loaders/locmem.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/response.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/smartif.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/template/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__pycache__/i18n.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__pycache__/l10n.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__pycache__/static.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/__pycache__/tz.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/i18n.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/l10n.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/static.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/templatetags/tz.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/client.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/html.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/runner.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/selenium.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/signals.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/testcases.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/client.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/html.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/runner.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/selenium.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/signals.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/testcases.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/test/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/conf.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/converters.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/resolvers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/conf.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/converters.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/resolvers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/urls/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/_os.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/archive.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/asyncio.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/autoreload.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/choices.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/connection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/crypto.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/datastructures.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/dateformat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/dateparse.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/dates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/deconstruct.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/decorators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/duration.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/feedgenerator.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/formats.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/functional.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/hashable.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/html.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/http.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/inspect.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/ipv6.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/itercompat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/log.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/lorem_ipsum.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/module_loading.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/numberformat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/regex_helper.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/safestring.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/termcolors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/text.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/timesince.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/timezone.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/tree.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/version.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/__pycache__/xmlutils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/_os.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/archive.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/asyncio.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/autoreload.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/choices.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/connection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/crypto.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/datastructures.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/dateformat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/dateparse.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/dates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/deconstruct.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/decorators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/deprecation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/duration.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/encoding.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/feedgenerator.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/formats.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/functional.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/hashable.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/html.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/http.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/inspect.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/ipv6.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/itercompat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/log.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/lorem_ipsum.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/module_loading.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/numberformat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/regex_helper.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/safestring.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/termcolors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/text.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/timesince.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/timezone.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/__pycache__/reloader.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/__pycache__/template.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/__pycache__/trans_null.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/__pycache__/trans_real.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/reloader.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/template.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/trans_null.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/translation/trans_real.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/tree.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/version.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/utils/xmlutils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__pycache__/csrf.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__pycache__/debug.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__pycache__/defaults.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__pycache__/i18n.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/__pycache__/static.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/csrf.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/debug.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/clickjacking.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/common.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/csrf.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/debug.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/gzip.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/http.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/__pycache__/vary.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/clickjacking.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/common.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/csrf.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/debug.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/gzip.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/http.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/decorators/vary.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/defaults.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__pycache__/dates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__pycache__/detail.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__pycache__/edit.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/__pycache__/list.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/dates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/detail.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/edit.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/generic/list.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/i18n.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/static.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/csrf_403.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/default_urlconf.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/directory_index.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/i18n_catalog.js create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/technical_404.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/technical_500.html create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/django/views/templates/technical_500.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/INSTALLER create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/LICENSE.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/METADATA create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/RECORD create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/WHEEL create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/top_level.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz-2025.2.dist-info/zip-safe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__pycache__/lazy.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__pycache__/reference.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__pycache__/tzfile.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/__pycache__/tzinfo.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/lazy.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/reference.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/tzfile.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/tzinfo.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Abidjan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Accra create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Addis_Ababa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Algiers create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Asmara create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Asmera create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bamako create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bangui create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Banjul create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bissau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Blantyre create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Brazzaville create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bujumbura create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Cairo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Casablanca create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Ceuta create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Conakry create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Dakar create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Dar_es_Salaam create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Djibouti create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Douala create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/El_Aaiun create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Freetown create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Gaborone create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Harare create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Johannesburg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Juba create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Kampala create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Khartoum create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Kigali create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Kinshasa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lagos create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Libreville create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lome create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Luanda create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lubumbashi create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lusaka create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Malabo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Maputo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Maseru create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Mbabane create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Mogadishu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Monrovia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Nairobi create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Ndjamena create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Niamey create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Nouakchott create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Ouagadougou create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Porto-Novo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Sao_Tome create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Timbuktu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Tripoli create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Tunis create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Windhoek create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Adak create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Anchorage create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Anguilla create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Antigua create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Araguaina create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Buenos_Aires create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Catamarca create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/ComodRivadavia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Cordoba create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Jujuy create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/La_Rioja create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Mendoza create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Rio_Gallegos create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Salta create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/San_Juan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/San_Luis create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Tucuman create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Ushuaia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Aruba create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Asuncion create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Atikokan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Atka create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Bahia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Bahia_Banderas create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Barbados create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Belem create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Belize create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Blanc-Sablon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Boa_Vista create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Bogota create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Boise create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Buenos_Aires create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Cambridge_Bay create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Campo_Grande create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Cancun create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Caracas create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Catamarca create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Cayenne create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Cayman create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Chicago create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Chihuahua create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Ciudad_Juarez create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Coral_Harbour create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Cordoba create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Costa_Rica create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Coyhaique create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Creston create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Cuiaba create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Curacao create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Danmarkshavn create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Dawson create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Dawson_Creek create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Denver create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Detroit create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Dominica create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Edmonton create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Eirunepe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/El_Salvador create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Ensenada create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Fort_Nelson create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Fort_Wayne create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Fortaleza create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Glace_Bay create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Godthab create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Goose_Bay create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Grand_Turk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Grenada create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Guadeloupe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Guatemala create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Guayaquil create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Guyana create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Halifax create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Havana create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Hermosillo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Indianapolis create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Knox create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Marengo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Petersburg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Tell_City create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Vevay create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Vincennes create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Winamac create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Indianapolis create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Inuvik create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Iqaluit create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Jamaica create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Jujuy create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Juneau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Kentucky/Louisville create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Kentucky/Monticello create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Knox_IN create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Kralendijk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/La_Paz create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Lima create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Los_Angeles create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Louisville create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Lower_Princes create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Maceio create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Managua create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Manaus create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Marigot create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Martinique create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Matamoros create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Mazatlan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Mendoza create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Menominee create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Merida create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Metlakatla create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Mexico_City create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Miquelon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Moncton create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Monterrey create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Montevideo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Montreal create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Montserrat create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Nassau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/New_York create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Nipigon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Nome create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Noronha create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/Beulah create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/Center create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/New_Salem create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Nuuk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Ojinaga create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Panama create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Pangnirtung create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Paramaribo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Phoenix create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Port-au-Prince create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Port_of_Spain create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Porto_Acre create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Porto_Velho create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Puerto_Rico create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Punta_Arenas create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Rainy_River create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Rankin_Inlet create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Recife create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Regina create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Resolute create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Rio_Branco create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Rosario create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Santa_Isabel create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Santarem create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Santiago create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Santo_Domingo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Sao_Paulo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Scoresbysund create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Shiprock create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Sitka create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Barthelemy create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Johns create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Kitts create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Lucia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Thomas create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Vincent create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Swift_Current create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Tegucigalpa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Thule create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Thunder_Bay create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Tijuana create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Toronto create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Tortola create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Vancouver create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Virgin create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Whitehorse create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Winnipeg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Yakutat create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/America/Yellowknife create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Casey create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Davis create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/DumontDUrville create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Macquarie create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Mawson create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/McMurdo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Palmer create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Rothera create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/South_Pole create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Syowa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Troll create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Vostok create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Arctic/Longyearbyen create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aden create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Almaty create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Amman create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Anadyr create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtobe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ashgabat create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ashkhabad create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Atyrau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Baghdad create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bahrain create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Baku create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bangkok create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Barnaul create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Beirut create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bishkek create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Brunei create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Calcutta create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chita create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Choibalsan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chongqing create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chungking create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Colombo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dacca create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Damascus create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dhaka create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dili create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dubai create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dushanbe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Famagusta create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Gaza create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Harbin create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hebron create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ho_Chi_Minh create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hong_Kong create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hovd create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Irkutsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Istanbul create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jakarta create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jayapura create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jerusalem create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kabul create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kamchatka create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Karachi create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kashgar create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kathmandu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Katmandu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Khandyga create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kolkata create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Krasnoyarsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuala_Lumpur create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuching create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuwait create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Macao create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Macau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Magadan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Makassar create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Manila create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Muscat create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Nicosia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novokuznetsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novosibirsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Omsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Oral create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Phnom_Penh create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pontianak create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pyongyang create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qatar create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qostanay create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qyzylorda create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Rangoon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Riyadh create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Saigon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Sakhalin create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Samarkand create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Seoul create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Shanghai create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Singapore create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Srednekolymsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Taipei create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tashkent create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tbilisi create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tehran create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tel_Aviv create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimbu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimphu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tokyo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tomsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ujung_Pandang create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ulaanbaatar create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ulan_Bator create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Urumqi create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ust-Nera create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Vientiane create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Vladivostok create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yakutsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yangon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yekaterinburg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yerevan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Azores create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Bermuda create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Canary create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Cape_Verde create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Faeroe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Faroe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Jan_Mayen create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Madeira create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Reykjavik create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/South_Georgia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/St_Helena create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Stanley create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/ACT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Adelaide create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Brisbane create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Broken_Hill create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Canberra create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Currie create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Darwin create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Eucla create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Hobart create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/LHI create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lindeman create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lord_Howe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Melbourne create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/NSW create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/North create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Perth create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Queensland create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/South create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Sydney create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Tasmania create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Victoria create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/West create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Yancowinna create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/Acre create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/DeNoronha create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/East create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/West create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/CET create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/CST6CDT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Atlantic create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Central create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Eastern create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Mountain create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Newfoundland create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Pacific create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Saskatchewan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Yukon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Chile/Continental create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Chile/EasterIsland create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Cuba create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/EET create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/EST create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/EST5EDT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Egypt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Eire create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+0 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+1 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+10 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+11 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+12 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+2 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+3 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+4 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+5 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+6 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+7 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+8 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+9 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-0 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-1 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-10 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-11 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-12 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-13 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-14 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-2 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-3 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-4 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-5 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-6 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-7 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-8 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-9 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT0 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/Greenwich create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/UCT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/UTC create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/Universal create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Etc/Zulu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Amsterdam create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Andorra create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Astrakhan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Athens create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Belfast create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Belgrade create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Berlin create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Bratislava create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Brussels create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Bucharest create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Budapest create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Busingen create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Chisinau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Copenhagen create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Dublin create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Gibraltar create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Guernsey create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Helsinki create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Isle_of_Man create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Istanbul create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Jersey create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kaliningrad create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kiev create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kirov create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kyiv create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Lisbon create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Ljubljana create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/London create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Luxembourg create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Madrid create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Malta create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Mariehamn create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Minsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Monaco create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Moscow create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Nicosia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Oslo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Paris create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Podgorica create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Prague create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Riga create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Rome create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Samara create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/San_Marino create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Sarajevo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Saratov create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Simferopol create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Skopje create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Sofia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Stockholm create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tallinn create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tirane create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tiraspol create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Ulyanovsk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Uzhgorod create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vaduz create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vatican create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vienna create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vilnius create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Volgograd create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Warsaw create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zagreb create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zaporozhye create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zurich create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Factory create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/GB create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/GB-Eire create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/GMT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/GMT+0 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/GMT-0 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/GMT0 create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Greenwich create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/HST create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Hongkong create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Iceland create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Antananarivo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Chagos create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Christmas create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Cocos create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Comoro create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Kerguelen create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mahe create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Maldives create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mauritius create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mayotte create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Reunion create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Iran create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Israel create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Jamaica create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Japan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Kwajalein create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Libya create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/MET create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/MST create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/MST7MDT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/BajaNorte create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/BajaSur create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/General create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/NZ create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/NZ-CHAT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Navajo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/PRC create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/PST8PDT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Apia create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Auckland create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Bougainville create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Chatham create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Chuuk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Easter create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Efate create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Enderbury create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Fakaofo create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Fiji create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Funafuti create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Galapagos create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Gambier create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Guadalcanal create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Guam create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Honolulu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Johnston create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kanton create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kiritimati create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kosrae create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kwajalein create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Majuro create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Marquesas create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Midway create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Nauru create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Niue create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Norfolk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Noumea create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pago_Pago create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Palau create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pitcairn create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pohnpei create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Ponape create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Port_Moresby create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Rarotonga create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Saipan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Samoa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tahiti create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tarawa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tongatapu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Truk create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wake create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wallis create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Yap create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Poland create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Portugal create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/ROC create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/ROK create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Singapore create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Turkey create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/UCT create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Alaska create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Aleutian create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Arizona create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Central create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/East-Indiana create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Eastern create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Hawaii create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Indiana-Starke create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Michigan create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Mountain create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Pacific create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/US/Samoa create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/UTC create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Universal create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/W-SU create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/WET create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/Zulu create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/iso3166.tab create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/leapseconds create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/tzdata.zi create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/zone.tab create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/zone1970.tab create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/pytz/zoneinfo/zonenow.tab create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/INSTALLER create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/METADATA create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/RECORD create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/WHEEL create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/entry_points.txt create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/licenses/AUTHORS create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse-0.5.4.dist-info/licenses/LICENSE create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__main__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/__main__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/cli.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/exceptions.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/formatter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/keywords.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/lexer.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/sql.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/tokens.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/__pycache__/utils.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/cli.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/__pycache__/filter_stack.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/__pycache__/grouping.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/__pycache__/statement_splitter.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/filter_stack.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/grouping.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/engine/statement_splitter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/exceptions.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__init__.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/aligned_indent.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/others.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/output.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/reindent.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/right_margin.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/__pycache__/tokens.cpython-312.pyc create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/aligned_indent.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/others.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/output.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/reindent.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/right_margin.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/filters/tokens.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/formatter.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/keywords.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/lexer.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/py.typed create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/sql.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/tokens.py create mode 100644 Dev/trydjango/venv/lib/python3.12/site-packages/sqlparse/utils.py create mode 120000 Dev/trydjango/venv/lib64 create mode 100644 Dev/trydjango/venv/pyvenv.cfg diff --git a/Dev/trydjango/src/db.sqlite3 b/Dev/trydjango/src/db.sqlite3 new file mode 100644 index 0000000000000000000000000000000000000000..660308c81dce109edcb79910ff2895ff967867bf GIT binary patch literal 139264 zcmeI5Yit|Yb;mg*MVgk#u`SEoUE6C~w%1m*lIG3FCXK0wX~}w6FUxkam=1?Sa%7T2 z4~Kd!Qb69_rcD|YP0;{t(WW0-6hZr;EsEwt8lXs8q)pKzD3YRWngDG-1TB!HTOipM zNzvYWIphof00e*l5C8%|;GH8dbT*8f4ISV0&|joKN$2Q`k-v}pVq`M>zv0h@x5L7~w+B8o zaA)9T|5y57@4wxD_V~AuDZGFH5C8%|00;m9AOHk_z*{Gv4h1~t_kHQAY2@mvRbv>2 zmz9#GnX;WE=d_w?>QzfODji3vrmkwTQpw3>!_+v26USI?jNxL8kP;d6GcK`7mP@>J zy3cc7bf1H3d9T&WWyRcW&&)|FjvHrqCLtvFL6rH5J2NZm72VR6Qb#5}#Y^LCl9O15 zKSeUtv|0_x#--|+iBAb^ii?jY1u@RCH&6C?hBnel-6|q`&Ms`dhFIivvu4Q^rL4(i zWk)V)m4a1tpT6aZml9n3`U&JI)AYp3^=eMBG+gGLUAd~6Wxb)Rrw2}A1aXQ+9u}G& z7+XuhH0squ$zT%#&t)RW$-3=?NxBPEQVv-jCc!798)4*Vwdp9~c7*X9f=ePPCV2kV z0P^#4(@)&?v!#@D#K$mevXaZmnrRxQTt-!=6tr3|M2Uo$f00iD+1WwbwF{&B3Yz7pMo%W*C z+@?|~;CKLvJm64)kN$N}z~c!Y_g$dy<-CleE8aoBZ?v)N#7WMDL%xg0hz*Ih(O)Ag z?;npY>htl<^Vu;I5*rDkEJIz{hA7`e)4Hq|Oa;e4YD347VUXVP(BGy1hW;n|bM$ZH z7(iEUNB{yr00;m9AOHk_01yBIKmZ5;0U!Vb-ZFvH{_|&B0R%gc5G0Asg+un=z&Zbw zOO$&>gzJ4@*grHx!U#C1;E(u+qGXSR4}63Ep^IeK2{Cw2`lIJVBsS4p#emoUpX>jU zhyG{!kLjPMvvi6chTi|hp`I${&{p81$A-6N6tv0ZXTU(Tq_#(Rh z09)J2oCDa}mggkCfbKCseaVY8I;q$c3w2U1qZ-smS*t-;DfiNI3l8;eSIJ;ROVM01yBI zKmZ5;0U!VbfB+Bx0`CfeQ-10S)fNLfciK;lP#qzkvyH^&m2TrZIG#J{r!GWr71r2W(d$_b5}AOhUM5W10KJH!!(FFf#e`u8I2p#xH zqV2PJ`R_g94_!eE0GxmTp8xkoe$PW^&<0*W00;m9AOHk_01yBIKmZ5;0U!Vb-dzIw z=e=Ri{s+>b!EiVfN{6f22e~{a*NO@!N|#ym9e?O``QGaNmHc`}OU#>mUJ#XK@qXRR zUY=iC$t4R}(OR3+rWWgSTWfps)AuHe+1!MrEZv#5GONo>##o!(E4<(REq-E(VN;AS z&M~48PpJ9MFB%n7yg1IW2}Wf1CCb+KtQZRM&-T`5E@;KI+S2UCZR5U?udn8o^_k6; z%c~C)8=2zDf^u(Zed~tvS(BpTNZuG*pXc*(FQFa%LPl>2l(yCU{D;l2v_tI~8=r`#9d3UQA z&JF~C01yBIKmZ5;0U!VbfB+Bx0zd!=yki7{zCj9wGQ0ubUW+me?x2|Wo`r<~yn!h=> zAeIx7n%~S7^V&*va;&n1o*~XHJ&?@>!_3{dyS04(VRCP`CeI6bA$KPeXE);YvB|0R z2k~q=UAUoDl;uKUt+<_0>)X5Q1$kzD`c`pfsydrkot@LZ~wIn^gyrRidTyd%}yEMI;SCi>twKVzA zxL2;;VeZEzaj|YqTlq0LSz`2UbM1~*xvw%0vW40CbxGdXzK_~pZIV}R=I$G%y$w;V z?y}s<sgw7D$BHLiGPV{WcIm(EmHc6KsTd+T~;qc(PTL7FZY+X;Po zp(xE}7t>=)Y(ia;?)ltc_Xp2HNUg6nc!|Kx8(vm ziQ3qW?Ja$;dh7Pi#;v=XOa~-;8FP~5laGdd1d_rEm0Z4_vueDSQ}~=-+aIm3<(#S4L?OpM*wVA+X0a+6Qm$w{jgW4ZrBpJrUZ2u$CW?2`{KEFkv|OHB z-AV9jrMj1Sc>iv?Fki}U*XQS!wmVu9E2J21oJF@S2qIqpAD}OJ=u7BZ|2{!~20aJh z=8^umhr$B^AOHk_01yBIKmZ5;0U!VbfWT2DaM`y&9TfZxV55VApMBWqpx~b$8yyt< z@?oQcfD0U!VbfB+Bx0zd!=00AHX1db8`xc)y%wGCwj z0zd!=00AHX1b_e#00KY&2mpbjN&v6_KS#gpp?^fbN&gr99s1k!ztG>HzfOOJ{%iUR z^yknW0e?jQKK;A&r|4g!e}(=y{SkVfeub{n2CdU7$_OtY00e*l5C8%|00;m9AOHk_ z01yBIN1Z^QkD`L-$o4GRK1a6C;%(p=vW=4M8L}P1+rHCeJ4m*t$o3@O`cIH8O|}uT z4dbnEfNcB8_Bh#w@YZ{bY=dMQAlp8_FGTtA#)mgvpDz@G`TwKdNTK{d00;m9AOHk_ z01yBIKmZ5;0U&S`2;ljDc>do}sA(u85C8%|00;m9AOHk_01yBIKmZ6FWdd;hf0Sz< z$_@m801yBIKmZ5;0U!VbfB+Bx0!M`aT>l@Hnuc-$0U!VbfB+Bx0zd!=00AHX1c1O% zCIHv}N4fT)>_7kr00AHX1b_e#00KY&2mk>fa8wAu_5V?+X(%TU00KY&2mk>f00e*l z5C8%|00zebKu_ zeZuoq&-;%ush{YwzxuOhgVC`u>LU}Dk}YYuO{G#WWF=SDD{{#wbnZVtwK9`ln~ANZ zC+BBk!<~nRW7mfD+;B{G}D4cH+!5I!nE#neE=2 z@Z4um>Q+(4rib=x7unLwsAxIG((t<$nUVduXfSG|sr`p~C8zDQ{F9T&Rn08xwHjhv zbG=70Wj3G9ig`|be1_-jwlcdoJ#!aTRa5z4JrBp07N3+26L9olbR+v8I2DXO7^C)U z9fc{FM!i~VoEeEHySNldffpH-QRR9?f9NP|m=D?oSYMo7UZ06|mE%xOJ4?~Xgta#- z9MyeO4=O?GWH4GtQu~Tig2qv&sGU`j5L8i3avIU!WqhhfHFOzuRBqFwOMF+BUie2( z1fwq_@e5B9-|&RsXIYL>v-xCi-6s#FyUW=@lA9TZM;y8EXLB;oiw`$PR-#%bD&Dv!6H7}_g+Wk zcebHcJ5-XQrsUYH(+WCGpM6|==rru|+1W5UGq@Y_$o`4JU~~z!Ted?wsU_zVR#I3_ z%OzZb8wRHzC-X7+JH<83+9hq$Xb|xwsYjO_O~lSMSh#wWQ;E1wGir|K#4O{CAYEBc z*qVF%AJAp%blfML##N{;2e@dBMARg^+UUrmy92>!I!(RylG8&;g>}~2<6BC&M^EkP z!fxZ;{o+ag%@a?D>rL3yKF0wcJY5{RHFbSpI{XiJj*;8mKy-AJx<|m)9+q@VlWW?; zx>ixOj$L0H!j6O2DoR;<5#=1&zefe56BE=Uh4{3umdbj;RPbd>tt-LX=C^rytkRAE)zH*4p2ya9s=BGkINBmBqAGEc#J8Ko>tP}$boWBVsZ zgVBo@sr|AOe9dAWYOP;DM{(-Gl#n4g#S<)%iB?whk|UB6g*K5`h^6H7 z!?8{g=m=hDv4w)Eorg$o-b5|3XCM`wG_RYe>`xFjvVVCPO{|Z$O{_cdZP~rv1kY)3 zc_A)oLSyp9v5VL>>R!m;9DS@8*KCDjjoWg^Y0)UMdNCN?9i<-8&P0rprRxN$k<)Og zWrkI6(22Rb=eg%T>>^M`+HV?55p&WZuz%j=sm%N<($;!)V6#ynDvhmepF}*P0GiMM==IiqvUv z&MsE_e;kj`-v+y7hKr5|YO>5=|Ju1=R7R7?%kGxavhD88LRQrhTDDW#*#o4xD-4f| zs_p0T5<7AXk9a)(v7`L|DwG`v0D(gi*w^D^Md7P`VyZ~5Jb+k;{{r_{VUM?#px>jqfzIN6< zTe?+pEe=4dHJyKkM_~T{kc|S&fB+Bx0zd!=00AHX1b_e#00KY&2t36E;QIe5t~`(q z1b_e#00KY&2mk>f00e*l5C8%|;E)91`u~uizzhfg0U!VbfB+Bx0zd!=00AHX1c1O( zOaNd1`{?g^=pWMGM}Oc21b_e#00KY&2mk>f00e*l5C8%|00=z&1p0gw74(s<*YBf3 z{>JtH8y@;c^qce>Pk#ZS1V8`?00AHX1b_e#00KY&2mk>f00e*lB7m>`y*|G$gtop= zD2$SVblpRLhyF+UOZ1=7pQ1mCcHspCfB+Bx0zd!=00AHX1b_e#00KY&2>iGN27`Xj z`LoRj1=xQF131xsidxP7d$!N-xpK*VoQbttMUMqADwbBU@cRM3-!n9XpIn3=$rARV zy(r!zPX;^XMY|XAuJhcYla${RJx?Ccf*#R@yqLTA`rjA%k%#^`J%j$h3kU!KAOHk_ z01yBIKmZ5;0U!VbfWUi>K*ksH&}?XwqSA@mjc5DCjO?bSTCr=1kq^EytmJa&Vb7`9 zD?mVyNMo0Km0P%?r%ROE2da}To5Ie6X5&*-gC_w3Iqgz01yBIKmZ5;0U!VbfB+Bx z0zjaP0KWbY&>0W?uk;t_-=SZp^JoWNKmZ5;0U!VbfB+Bx0zd!=00AHX1b{#<0?+%> zRCAJ@mB{)4HpK|z9Ft@vF3@>cNQqKP;Kl`k|EqZ}|A@YBbe?STF0s=q)2mk>f00e*l5C8%| z00;m9AnGH@^{S;Cl|}+VWEJ&V4E?BvQM%YnH*$5=`hTT8wP64N literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/manage.py b/Dev/trydjango/src/manage.py new file mode 100755 index 00000000000..498172c3ac3 --- /dev/null +++ b/Dev/trydjango/src/manage.py @@ -0,0 +1,22 @@ +#!/usr/bin/env python +"""Django's command-line utility for administrative tasks.""" +import os +import sys + + +def main(): + """Run administrative tasks.""" + os.environ.setdefault("DJANGO_SETTINGS_MODULE", "trydjango.settings") + try: + from django.core.management import execute_from_command_line + except ImportError as exc: + raise ImportError( + "Couldn't import Django. Are you sure it's installed and " + "available on your PYTHONPATH environment variable? Did you " + "forget to activate a virtual environment?" + ) from exc + execute_from_command_line(sys.argv) + + +if __name__ == "__main__": + main() diff --git a/Dev/trydjango/src/products/__init__.py b/Dev/trydjango/src/products/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/src/products/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/src/products/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4db1aee7b0d2d3c22835302acd134b23f1cb360d GIT binary patch literal 158 zcmX@j%ge<81P?RxGC}lX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!vehroFUl@1NK8&G z)_2KD%uCOANzKjIcS$YNFDa@_0gLDt7bWW#6y>LsCYKcJ$H!;pWtPOp>lIY~;;_jD bisq!+6|n+MV+7)25aS~=BO_xGGmr%U8xkij literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/products/__pycache__/admin.cpython-312.pyc b/Dev/trydjango/src/products/__pycache__/admin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06f066ae33b3142c545036c281f8c975e0acb23b GIT binary patch literal 336 zcmX@j%ge<81c$QpGAn@eV-N=hn4yf%K|scIh7^Vr#vF!R#wbQch7_h0<{YM6<|t-H zhE&EZ4wx1MoyCn{!&s@zs~I6|MutijP1ctnjwa(R*2I+D%)FN%IUtWcpeR43G`Yl2 zlkFB?N>*ZCdcIzAeqKpYW>OKzNw?T?^HWlDii=o59G2qDlGIxqMXBkT#U-glD;Yim zMHzls>6hmhWfvDDCZ`tbyMPUGNzKjIcS$YNFDa^o7^`1gl&oI>v8`Ai>DD!}UwVkVx>pFw*MF!ys?pGOPia;I) E00wJMCjbBd literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/products/__pycache__/apps.cpython-312.pyc b/Dev/trydjango/src/products/__pycache__/apps.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..314d31f1c6cd6914041666816a4038eb4216c6f3 GIT binary patch literal 468 zcmXv~Jxjzu5S>kOa^4prdSGE;Bcw@M1rgMs-C=8*C1&@|XmVM16D4-S{QwK$euMZ^ zY%Gs}g;?1Mr_ELFW^-H2yxDngzTUds7RdK`NI;}0LgZYL8Q=s4@0=_|zZxX||3e&dA z-Z@W69%e%8AGXPLFdn52xpb10&{#Of(da18($k2>q-?U9KCl~Q6XS7^P>jnK#*&@K z3U@HR&4akktP?s6@;JkRtbvDB5liJ>V6Mhn?7R0VzY#15sc^ljxkr=K_2`|O@j{Q| z3Ld)4)^5O!bQOi3DRm7e| ii{^peEaKht5p9kOnDIi literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/products/__pycache__/models.cpython-312.pyc b/Dev/trydjango/src/products/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d1aca2e72b9f662d153b0cebf299fd53f0f4b98 GIT binary patch literal 781 zcmZ`%y>HV%6ud-uMst~PYTGX@&+-F&zqC^wmtlVL))&D|WUVjhovfOn14F4hWgb8sfF< zLZ|Ty2uE=ek{~Bxgqg}iaW5{|rnABuL6C+C4g%f`0x_xqk+>BEdxMau6DsG*tp__H zeH3GYxLL#n!Q9%y!$L7D2(yUBc@bwRZ+YsEb8$}N2=h7{BuPli&tN9|I=kz>&gd@7 zWlgTv57S=e;UsfC{K_q8i7LirG;(v*H*?iPcJq?TC8?ZzNcL2?18`!uKV186w~y`i zr)Xl|+<&;tTs-n7_U-*ACw51wI>&bB=*5>?6Z`Q$x^MQ?HyiZw;`&X;;Fc<-i?-Dq z%x7|+R0)@)uu@+U=&W&14e&l)7ol7jCJ%q=5W-Wi{;Oud&fAyo$vg5J2v}wQ0r7>p A$N&HU literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/products/admin.py b/Dev/trydjango/src/products/admin.py new file mode 100644 index 00000000000..773b3a1c15d --- /dev/null +++ b/Dev/trydjango/src/products/admin.py @@ -0,0 +1,6 @@ +from django.contrib import admin + +# Register your models here. +from .models import Product + +admin.site.register(Product) \ No newline at end of file diff --git a/Dev/trydjango/src/products/apps.py b/Dev/trydjango/src/products/apps.py new file mode 100644 index 00000000000..7b0ca83a6d0 --- /dev/null +++ b/Dev/trydjango/src/products/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ProductsConfig(AppConfig): + default_auto_field = "django.db.models.BigAutoField" + name = "products" diff --git a/Dev/trydjango/src/products/migrations/__pycache__/0001_initial.cpython-312.pyc b/Dev/trydjango/src/products/migrations/__pycache__/0001_initial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d9a00fc89f6a236514f0e37c9ef27719d7820f4 GIT binary patch literal 986 zcma)4F>ljA6uxs}Cw9^*2`OqL2oWk2S5OC7Q6(U11!^mXPF^h6ca1J};&65fVJcDw z#xj+W6{Y`yAHb5RL#&%BF|nXXEkf$Vot>yitprc<^Y`BSp6=cE?%ULq2Dp7COXQ~n zz;_W$Odf;NWeyGj0tmXG2~F6PObG%BtO6wM1C+q9p-h@C{=Gzu%|th;%RfY*OH6B$ zI<*7hwS1;DJ%nA~x#$5P8iyxNL+%a%1|~$nln^u%bzmkXfaON^?}iv72_<+f)yQ2@ zg9xG|l8=;LGOlh*C>5~_m)X5>igVKc!BPLssV9%L9v4?w9hzD@KETo{z1T-NZ}| zNZ?|YLD+XFX$z5=%sU;-g-=ElWt(6Z`5StMrLCyTvY2LBd=niPbDXuT*B#pxWFDnR ziv;{EmPNRYTL`xtf_*AB%QDZS;nu|tsSuWBpON}gKK6<@gQ=VNZ4g7vYvb|KzkpMr z!}*%=#-lra+jg*T)EaiH?$vP9GirF(2xu2Y8N;WJ(T>IOjfdCd4y|s}7)LS34VY)m>m&1IC$1`(bap7QPSX>ws7s5MwIDap^ zEx?&7&s-nL>3m^S0EM}JY4OwDVQFztT0Ab@@8=$b`EtKf{j3Zt)j_3tTzS;bJr47; zmw2POsp9mRoKv+?qEJxYzoa)OGj8zps__Mv&{ia7q+fiC8-f;b%N(7jpTw(KrWGDS g{`rD2Nfgc5S_K1^@kEvB1BQ!Lx~EKFLB@s6d^?*A?T?mUl!xt1{;52J3u%A>Vac# z{R^P>pKywVlxVM?q8#Z?d}@C2xG3{+((#7)xrK2ulNRVSL=`X!02a4QZ*xmN~hQg9rnltqQV z&H>PCvV0-HDKKym1y`YHgj`htriE3*|E7RwgUUA?UisfI8P(2PXF{4h=eTJ~R5K>J zZE*8>(~oG*$nunq{j%Wg!C-KQ1W8Z^Uc~j<&-G#)$6h}9&?#R9#jg1LG>vZBi0hOc zdE=u2r^m6tIXM*d{kfk!zBghwOb>ac-p zgjOD>$bF}g>#UdJ2;p~0{XlBD{cMuU4Od2j;(;*7u)tv6TByo3{PEes0(0k!H8ZxS z#`b)3cYbwi-tC>-o^^ZEZtv^EAKiNwx@KAn6?gHcr}<`6@4(i$xoWCUUsif6m8(Bq wmtj@x4S_C=`>Ubt=UalxwH7Kv^77PSSfIt8b0TQ+W5;1HkMbh}&WqjN$u_GDs0e207YJt}z zPU=NrLX{vw*iT%3R9Myy3l5hdFN%Q$5wHXVo6r&kfTdP}C^Fa=35cI5t*H~6BNs_X z>d9Rp4|__{)?c_v8CUfbt};@4+JA9X&g!c>qW`CkCNdWNl#V8QQ(dMMw=q*wvb4@Q zqe|7Mh1yK|a!exBcGHATFD@=F*`v@-+Ckuu4lRu~Xa(WKC0@*@w8|3YHQxz0sT8(- z-w@dd`Pl5x2{7B^tGw=EA5l3bo{JB-)ZRBXeU>_fu5V9_yl1 z6qZvj_3^`h+ml4@aV&1*k zXgOgsYTzI;8~BBpk`Bst%!IgRp{_Z8;U?4hmhJFPeyM#z+uu$y^=v0Z?3x5G#2v!_ zs%+s-@{ujuV5k7~=1>%-mDf*(8c=87YWwAxetBka@!H`0>_D&W+}PJ^eZBU6dbhEs z-#IEts`e-H(m=0sWWBG~cb|Q_y{A7q19|xb=NEnc3>4!VS9bUGr5rbRL08^9Cbi-w zD~3eXT(t$Xmdz@gPkz@q4$H9DnRi^in-6@M)LF=%d2*F4LlHvwLjlk@Qm#N{N87K? M_p9^Y0SmJ1pFi9$00000 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/products/migrations/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/src/products/migrations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a5b9d992b1cf63d48f6e2f48903637d4a0d1b41 GIT binary patch literal 169 zcmX@j%ge<81P?RxGC}lX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!^3X5OFUl@1NK8&G z)_2KD%uCOANzKjIcS$YNFDa@_0gLDt7bWW#6y>LsCYKcJ=VqoCC6;97=N0S6$7kkc mmc+;F6;%G>u*n4~$Vs&;Vg(w^2*kx8#z$sGM#ds$APWFICo81@ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/products/models.py b/Dev/trydjango/src/products/models.py new file mode 100644 index 00000000000..7ae5bd57060 --- /dev/null +++ b/Dev/trydjango/src/products/models.py @@ -0,0 +1,8 @@ +from django.db import models + +# Create your models here. +class Product(models.Model): + title = models.CharField(max_length=120) + description = models.TextField(blank=True, null=True) + price = models.DecimalField(decimal_places=2, max_digits=10000) + summary = models.TextField() \ No newline at end of file diff --git a/Dev/trydjango/src/products/tests.py b/Dev/trydjango/src/products/tests.py new file mode 100644 index 00000000000..7ce503c2dd9 --- /dev/null +++ b/Dev/trydjango/src/products/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/Dev/trydjango/src/products/views.py b/Dev/trydjango/src/products/views.py new file mode 100644 index 00000000000..91ea44a218f --- /dev/null +++ b/Dev/trydjango/src/products/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/Dev/trydjango/src/trydjango/__init__.py b/Dev/trydjango/src/trydjango/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/src/trydjango/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/src/trydjango/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c8b554e53d85add86ce163b52407a23cee2daaa GIT binary patch literal 159 zcmX@j%ge<81WTgzGC}lX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!vePfmFUl@1NK8&G z)_2KD%uCOANzKjIcS$YNFDa@_0gLDt7bPR{;^Q;(GE3s)^$IF~aoFVMrIYi0~%?+4x)>>8;O z_g;Ey4mssk^-t*~Ru8fEWT~f0J>W#Wc48 z_Mxe6nB!3Vm5cE56q-f}u$o4f2KVIPewpx1j~qu=_$N_HzKpKQSN3N! z*Hi(P70Pd^M$=4F%os76G`(qBX=d%Cp}1|CTe!i5P-q1k*isor>5cvL+)%xsBApm% z%2bPuEa%c43OMNz?0w;m@Cdw@0aZ6GoF)bY&{alEBMm>+A`p^j_zTDYhgyua=~vk- zG8`BVmAv|m0^kzrX(i)*GZEl_|Ni`4z!o*7Ns#*ur z{}ao?n`43ga&|St+n$QbTHU1)3&fzf(XsHtRkcyZHXhunW&GXb5JqU22D8Y9Fd(&iX;RvOh}R~Bjte#z z+izpqotaQlOexTOUZI0RZGy+_qz8kIX*kkqxL^?)X>4z)jcsTP;k#u^)p5D))IS~bi=DQd z(6Kby&5m#w*4r9%ov;A_*gz*;A>;@BSsSUTofwqD4@`k=Yd~72MKkX1{3OhIE5X7$ z&=ait`N;OP3>~H}uy+{j-kmT$W#LG zS0xJ$f3Ev%BK1K&2P^$Yo`@AQkh!a_^nj!-pqXsHAP$R-q5G`9YuNv2JGbcsF}m z-C1fi#%H6~uh8EA5O@r%cQpLOngclJ(}Tj72-kP>Jb&y8@t%KD9DnuL$3@~l2Y!0; zHhldceEpB`jkn?XgYf*@@Zv#uu@~saxY!!s3-x_mFxvAT#S^{gyHF_M>c!rr0x=h8 zl3YC9i}V9rQsNKeiNj>-D3X51d2Yn|ZeKEV91MGXeRnkK>IM6samg>=aB)EO#tsw0 zVLbKn@j-m<*z1mijdx%(%LS+2#O1!*1%83Sq%uDFc6_onoLr86;(EiS`nS00R4;lI gneGLT!c)D#5hU&FN4VGwBpTwb+&|zF)=l8zU$?SCZ~y=R literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/trydjango/__pycache__/urls.cpython-312.pyc b/Dev/trydjango/src/trydjango/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a68561c84a6b900eb8cda3c46381dc0e707a3ff6 GIT binary patch literal 1028 zcmb7Dzi-n(6t*2FEe>s028II$$5QGOmAY6!g$Nau5CeiGAf*@kk~sK$*4?=!Ot3N1 zDgOWq;!j~@v&6*2)~aIZfOzL0C?FxhlWf0tdj8(`zW46a#)e~ny?^G%KP95_!OKSUuLDMy*$a~dk&ah}X5I?P3q5v8a|x?X?E?tof}%JDJXRrR2_=#uNon99u$fYs3^0y(DE+ElQ!eBT z(-iOeJ6Q274kgyf7|KiR+U`aSZeXQD_!XL+^<1}K_ch~;_EAb0z3pn>^_+VNk#c(sjYTV{e`CSb zj0#P}FBvy<9st(=u+jNGks}S#^ZsCTkcLSf#px78DC_Cg^o$#Q4oYDVP=WF2T-x){ zq?R(MCJu6@Km1TXYzC2>jEFQFm?XHP(*5 z2QNFVJ(4KdPY0y0G_iWhM@$YB$+a3mV#6TVvjpDc%77tu2xI|aLa;*tgc-s}rudP7 zy8^}_$e8JLK9Vd0PI^6-=ORs*O_l8R9N!bClPL`(l}<974~UYEJT;`B3b;cIKrpm6 zH@lQ_m6&j0YUwFa83jong!k!CO{}6Ea-pUfNJ}SXkka5!xoEqAi<<+mad{W7*eJH6 zr;ppM{kYRSIM{2qI`Q-U=*6?<@#f|Jp#f`CIWUcCQH^6~B904Bnc~L6N|?9}!jf3~ zPO7Ma9H&~zB5*(seRd>lQCrdch-Rgy^IbYo`nAbf0)|HOw~ioFG=ed`RHsHKD_toQ z=F{`_hl`hfr0b5#{U2m@-0|1P82|ICxH8*BIQWh3{XpK^;3W8lwmze+v+eL~C;Ez- QKkK)?)Nh~E^mPaN4=fkI)Bpeg literal 0 HcmV?d00001 diff --git a/Dev/trydjango/src/trydjango/settings.py b/Dev/trydjango/src/trydjango/settings.py new file mode 100644 index 00000000000..e5b94f0864e --- /dev/null +++ b/Dev/trydjango/src/trydjango/settings.py @@ -0,0 +1,125 @@ +""" +Django settings for trydjango project. + +Generated by 'django-admin startproject' using Django 5.2.8. + +For more information on this file, see +https://docs.djangoproject.com/en/5.2/topics/settings/ + +For the full list of settings and their values, see +https://docs.djangoproject.com/en/5.2/ref/settings/ +""" + +from pathlib import Path + +# Build paths inside the project like this: BASE_DIR / 'subdir'. +BASE_DIR = Path(__file__).resolve().parent.parent + + +# Quick-start development settings - unsuitable for production +# See https://docs.djangoproject.com/en/5.2/howto/deployment/checklist/ + +# SECURITY WARNING: keep the secret key used in production secret! +SECRET_KEY = "django-insecure-jgu3tk(t47%s-#h-_1&_*vo=4t2qvimw1kh(g7oqb@h2dnwb6&" + +# SECURITY WARNING: don't run with debug turned on in production! +DEBUG = True + +ALLOWED_HOSTS = [] + + +# Application definition + +INSTALLED_APPS = [ + "django.contrib.admin", + "django.contrib.auth", + "django.contrib.contenttypes", + "django.contrib.sessions", + "django.contrib.messages", + "django.contrib.staticfiles", + + # own + 'products', +] + +MIDDLEWARE = [ + "django.middleware.security.SecurityMiddleware", + "django.contrib.sessions.middleware.SessionMiddleware", + "django.middleware.common.CommonMiddleware", + "django.middleware.csrf.CsrfViewMiddleware", + "django.contrib.auth.middleware.AuthenticationMiddleware", + "django.contrib.messages.middleware.MessageMiddleware", + "django.middleware.clickjacking.XFrameOptionsMiddleware", +] + +ROOT_URLCONF = "trydjango.urls" + +TEMPLATES = [ + { + "BACKEND": "django.template.backends.django.DjangoTemplates", + "DIRS": [], + "APP_DIRS": True, + "OPTIONS": { + "context_processors": [ + "django.template.context_processors.request", + "django.contrib.auth.context_processors.auth", + "django.contrib.messages.context_processors.messages", + ], + }, + }, +] + +WSGI_APPLICATION = "trydjango.wsgi.application" + + +# Database +# https://docs.djangoproject.com/en/5.2/ref/settings/#databases + +DATABASES = { + "default": { + "ENGINE": "django.db.backends.sqlite3", + "NAME": BASE_DIR / "db.sqlite3", + } +} + + +# Password validation +# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators + +AUTH_PASSWORD_VALIDATORS = [ + { + "NAME": "django.contrib.auth.password_validation.UserAttributeSimilarityValidator", + }, + { + "NAME": "django.contrib.auth.password_validation.MinimumLengthValidator", + }, + { + "NAME": "django.contrib.auth.password_validation.CommonPasswordValidator", + }, + { + "NAME": "django.contrib.auth.password_validation.NumericPasswordValidator", + }, +] + + +# Internationalization +# https://docs.djangoproject.com/en/5.2/topics/i18n/ + +LANGUAGE_CODE = "en-us" + +TIME_ZONE = "UTC" + +USE_I18N = True + +USE_TZ = True + + +# Static files (CSS, JavaScript, Images) +# https://docs.djangoproject.com/en/5.2/howto/static-files/ + +STATIC_URL = "static/" + +# Default primary key field type +# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field + +DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" diff --git a/Dev/trydjango/src/trydjango/urls.py b/Dev/trydjango/src/trydjango/urls.py new file mode 100644 index 00000000000..c904504bcea --- /dev/null +++ b/Dev/trydjango/src/trydjango/urls.py @@ -0,0 +1,23 @@ +""" +URL configuration for trydjango project. + +The `urlpatterns` list routes URLs to views. For more information please see: + https://docs.djangoproject.com/en/5.2/topics/http/urls/ +Examples: +Function views + 1. Add an import: from my_app import views + 2. Add a URL to urlpatterns: path('', views.home, name='home') +Class-based views + 1. Add an import: from other_app.views import Home + 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') +Including another URLconf + 1. Import the include() function: from django.urls import include, path + 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) +""" + +from django.contrib import admin +from django.urls import path + +urlpatterns = [ + path("admin/", admin.site.urls), +] diff --git a/Dev/trydjango/src/trydjango/wsgi.py b/Dev/trydjango/src/trydjango/wsgi.py new file mode 100644 index 00000000000..0a3f69751b5 --- /dev/null +++ b/Dev/trydjango/src/trydjango/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for trydjango project. + +It exposes the WSGI callable as a module-level variable named ``application``. + +For more information on this file, see +https://docs.djangoproject.com/en/5.2/howto/deployment/wsgi/ +""" + +import os + +from django.core.wsgi import get_wsgi_application + +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "trydjango.settings") + +application = get_wsgi_application() diff --git a/Dev/trydjango/venv/bin/Activate.ps1 b/Dev/trydjango/venv/bin/Activate.ps1 new file mode 100644 index 00000000000..b49d77ba44b --- /dev/null +++ b/Dev/trydjango/venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/Dev/trydjango/venv/bin/activate b/Dev/trydjango/venv/bin/activate new file mode 100644 index 00000000000..c41b54a759a --- /dev/null +++ b/Dev/trydjango/venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath "/workspaces/DjangoDemo/Dev/trydjango/venv") +else + # use the path as-is + export VIRTUAL_ENV="/workspaces/DjangoDemo/Dev/trydjango/venv" +fi + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(venv) ${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT="(venv) " + export VIRTUAL_ENV_PROMPT +fi + +# Call hash to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +hash -r 2> /dev/null diff --git a/Dev/trydjango/venv/bin/activate.csh b/Dev/trydjango/venv/bin/activate.csh new file mode 100644 index 00000000000..2789e97783c --- /dev/null +++ b/Dev/trydjango/venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/workspaces/DjangoDemo/Dev/trydjango/venv" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(venv) $prompt" + setenv VIRTUAL_ENV_PROMPT "(venv) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/Dev/trydjango/venv/bin/activate.fish b/Dev/trydjango/venv/bin/activate.fish new file mode 100644 index 00000000000..c37d1a971f4 --- /dev/null +++ b/Dev/trydjango/venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/workspaces/DjangoDemo/Dev/trydjango/venv" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(venv) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(venv) " +end diff --git a/Dev/trydjango/venv/bin/django-admin b/Dev/trydjango/venv/bin/django-admin new file mode 100755 index 00000000000..3840d652732 --- /dev/null +++ b/Dev/trydjango/venv/bin/django-admin @@ -0,0 +1,8 @@ +#!/workspaces/DjangoDemo/Dev/trydjango/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from django.core.management import execute_from_command_line +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(execute_from_command_line()) diff --git a/Dev/trydjango/venv/bin/pip b/Dev/trydjango/venv/bin/pip new file mode 100755 index 00000000000..c268383854e --- /dev/null +++ b/Dev/trydjango/venv/bin/pip @@ -0,0 +1,8 @@ +#!/workspaces/DjangoDemo/Dev/trydjango/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Dev/trydjango/venv/bin/pip3 b/Dev/trydjango/venv/bin/pip3 new file mode 100755 index 00000000000..c268383854e --- /dev/null +++ b/Dev/trydjango/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/workspaces/DjangoDemo/Dev/trydjango/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Dev/trydjango/venv/bin/pip3.12 b/Dev/trydjango/venv/bin/pip3.12 new file mode 100755 index 00000000000..c268383854e --- /dev/null +++ b/Dev/trydjango/venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/workspaces/DjangoDemo/Dev/trydjango/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Dev/trydjango/venv/bin/python b/Dev/trydjango/venv/bin/python new file mode 120000 index 00000000000..b8a0adbbb97 --- /dev/null +++ b/Dev/trydjango/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/Dev/trydjango/venv/bin/python3 b/Dev/trydjango/venv/bin/python3 new file mode 120000 index 00000000000..eba85511d31 --- /dev/null +++ b/Dev/trydjango/venv/bin/python3 @@ -0,0 +1 @@ +/home/codespace/.python/current/bin/python3 \ No newline at end of file diff --git a/Dev/trydjango/venv/bin/python3.12 b/Dev/trydjango/venv/bin/python3.12 new file mode 120000 index 00000000000..b8a0adbbb97 --- /dev/null +++ b/Dev/trydjango/venv/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/Dev/trydjango/venv/bin/sqlformat b/Dev/trydjango/venv/bin/sqlformat new file mode 100755 index 00000000000..2d8c039b717 --- /dev/null +++ b/Dev/trydjango/venv/bin/sqlformat @@ -0,0 +1,8 @@ +#!/workspaces/DjangoDemo/Dev/trydjango/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from sqlparse.__main__ import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/INSTALLER b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/INSTALLER new file mode 100644 index 00000000000..a1b589e38a3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/METADATA b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/METADATA new file mode 100644 index 00000000000..2cc2a6f4671 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/METADATA @@ -0,0 +1,247 @@ +Metadata-Version: 2.4 +Name: asgiref +Version: 3.11.0 +Summary: ASGI specs, helper code, and adapters +Home-page: https://github.com/django/asgiref/ +Author: Django Software Foundation +Author-email: foundation@djangoproject.com +License: BSD-3-Clause +Project-URL: Documentation, https://asgi.readthedocs.io/ +Project-URL: Further Documentation, https://docs.djangoproject.com/en/stable/topics/async/#async-adapter-functions +Project-URL: Changelog, https://github.com/django/asgiref/blob/master/CHANGELOG.txt +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Web Environment +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Topic :: Internet :: WWW/HTTP +Requires-Python: >=3.9 +License-File: LICENSE +Requires-Dist: typing_extensions>=4; python_version < "3.11" +Provides-Extra: tests +Requires-Dist: pytest; extra == "tests" +Requires-Dist: pytest-asyncio; extra == "tests" +Requires-Dist: mypy>=1.14.0; extra == "tests" +Dynamic: license-file + +asgiref +======= + +.. image:: https://github.com/django/asgiref/actions/workflows/tests.yml/badge.svg + :target: https://github.com/django/asgiref/actions/workflows/tests.yml + +.. image:: https://img.shields.io/pypi/v/asgiref.svg + :target: https://pypi.python.org/pypi/asgiref + +ASGI is a standard for Python asynchronous web apps and servers to communicate +with each other, and positioned as an asynchronous successor to WSGI. You can +read more at https://asgi.readthedocs.io/en/latest/ + +This package includes ASGI base libraries, such as: + +* Sync-to-async and async-to-sync function wrappers, ``asgiref.sync`` +* Server base classes, ``asgiref.server`` +* A WSGI-to-ASGI adapter, in ``asgiref.wsgi`` + + +Function wrappers +----------------- + +These allow you to wrap or decorate async or sync functions to call them from +the other style (so you can call async functions from a synchronous thread, +or vice-versa). + +In particular: + +* AsyncToSync lets a synchronous subthread stop and wait while the async + function is called on the main thread's event loop, and then control is + returned to the thread when the async function is finished. + +* SyncToAsync lets async code call a synchronous function, which is run in + a threadpool and control returned to the async coroutine when the synchronous + function completes. + +The idea is to make it easier to call synchronous APIs from async code and +asynchronous APIs from synchronous code so it's easier to transition code from +one style to the other. In the case of Channels, we wrap the (synchronous) +Django view system with SyncToAsync to allow it to run inside the (asynchronous) +ASGI server. + +Note that exactly what threads things run in is very specific, and aimed to +keep maximum compatibility with old synchronous code. See +"Synchronous code & Threads" below for a full explanation. By default, +``sync_to_async`` will run all synchronous code in the program in the same +thread for safety reasons; you can disable this for more performance with +``@sync_to_async(thread_sensitive=False)``, but make sure that your code does +not rely on anything bound to threads (like database connections) when you do. + + +Threadlocal replacement +----------------------- + +This is a drop-in replacement for ``threading.local`` that works with both +threads and asyncio Tasks. Even better, it will proxy values through from a +task-local context to a thread-local context when you use ``sync_to_async`` +to run things in a threadpool, and vice-versa for ``async_to_sync``. + +If you instead want true thread- and task-safety, you can set +``thread_critical`` on the Local object to ensure this instead. + + +Server base classes +------------------- + +Includes a ``StatelessServer`` class which provides all the hard work of +writing a stateless server (as in, does not handle direct incoming sockets +but instead consumes external streams or sockets to work out what is happening). + +An example of such a server would be a chatbot server that connects out to +a central chat server and provides a "connection scope" per user chatting to +it. There's only one actual connection, but the server has to separate things +into several scopes for easier writing of the code. + +You can see an example of this being used in `frequensgi `_. + + +WSGI-to-ASGI adapter +-------------------- + +Allows you to wrap a WSGI application so it appears as a valid ASGI application. + +Simply wrap it around your WSGI application like so:: + + asgi_application = WsgiToAsgi(wsgi_application) + +The WSGI application will be run in a synchronous threadpool, and the wrapped +ASGI application will be one that accepts ``http`` class messages. + +Please note that not all extended features of WSGI may be supported (such as +file handles for incoming POST bodies). + + +Dependencies +------------ + +``asgiref`` requires Python 3.9 or higher. + + +Contributing +------------ + +Please refer to the +`main Channels contributing docs `_. + + +Testing +''''''' + +To run tests, make sure you have installed the ``tests`` extra with the package:: + + cd asgiref/ + pip install -e .[tests] + pytest + + +Building the documentation +'''''''''''''''''''''''''' + +The documentation uses `Sphinx `_:: + + cd asgiref/docs/ + pip install sphinx + +To build the docs, you can use the default tools:: + + sphinx-build -b html . _build/html # or `make html`, if you've got make set up + cd _build/html + python -m http.server + +...or you can use ``sphinx-autobuild`` to run a server and rebuild/reload +your documentation changes automatically:: + + pip install sphinx-autobuild + sphinx-autobuild . _build/html + + +Releasing +''''''''' + +To release, first add details to CHANGELOG.txt and update the version number in ``asgiref/__init__.py``. + +Then, build and push the packages:: + + python -m build + twine upload dist/* + rm -r asgiref.egg-info dist + + +Implementation Details +---------------------- + +Synchronous code & threads +'''''''''''''''''''''''''' + +The ``asgiref.sync`` module provides two wrappers that let you go between +asynchronous and synchronous code at will, while taking care of the rough edges +for you. + +Unfortunately, the rough edges are numerous, and the code has to work especially +hard to keep things in the same thread as much as possible. Notably, the +restrictions we are working with are: + +* All synchronous code called through ``SyncToAsync`` and marked with + ``thread_sensitive`` should run in the same thread as each other (and if the + outer layer of the program is synchronous, the main thread) + +* If a thread already has a running async loop, ``AsyncToSync`` can't run things + on that loop if it's blocked on synchronous code that is above you in the + call stack. + +The first compromise you get to might be that ``thread_sensitive`` code should +just run in the same thread and not spawn in a sub-thread, fulfilling the first +restriction, but that immediately runs you into the second restriction. + +The only real solution is to essentially have a variant of ThreadPoolExecutor +that executes any ``thread_sensitive`` code on the outermost synchronous +thread - either the main thread, or a single spawned subthread. + +This means you now have two basic states: + +* If the outermost layer of your program is synchronous, then all async code + run through ``AsyncToSync`` will run in a per-call event loop in arbitrary + sub-threads, while all ``thread_sensitive`` code will run in the main thread. + +* If the outermost layer of your program is asynchronous, then all async code + runs on the main thread's event loop, and all ``thread_sensitive`` synchronous + code will run in a single shared sub-thread. + +Crucially, this means that in both cases there is a thread which is a shared +resource that all ``thread_sensitive`` code must run on, and there is a chance +that this thread is currently blocked on its own ``AsyncToSync`` call. Thus, +``AsyncToSync`` needs to act as an executor for thread code while it's blocking. + +The ``CurrentThreadExecutor`` class provides this functionality; rather than +simply waiting on a Future, you can call its ``run_until_future`` method and +it will run submitted code until that Future is done. This means that code +inside the call can then run code on your thread. + + +Maintenance and Security +------------------------ + +To report security issues, please contact security@djangoproject.com. For GPG +signatures and more security process information, see +https://docs.djangoproject.com/en/dev/internals/security/. + +To report bugs or request new features, please open a new GitHub issue. + +This repository is part of the Channels project. For the shepherd and maintenance team, please see the +`main Channels readme `_. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/RECORD b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/RECORD new file mode 100644 index 00000000000..e161e9dc9b6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/RECORD @@ -0,0 +1,27 @@ +asgiref-3.11.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +asgiref-3.11.0.dist-info/METADATA,sha256=gV4IrytPfzCXgnDhv_rM5GBoUUd_Tz-QvqZSFKEmVGs,9287 +asgiref-3.11.0.dist-info/RECORD,, +asgiref-3.11.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 +asgiref-3.11.0.dist-info/licenses/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552 +asgiref-3.11.0.dist-info/top_level.txt,sha256=bokQjCzwwERhdBiPdvYEZa4cHxT4NCeAffQNUqJ8ssg,8 +asgiref/__init__.py,sha256=cpptu6yAKjujkKCECVRXYkw3SmUpyBiTvJvB3Mmcu5s,23 +asgiref/__pycache__/__init__.cpython-312.pyc,, +asgiref/__pycache__/compatibility.cpython-312.pyc,, +asgiref/__pycache__/current_thread_executor.cpython-312.pyc,, +asgiref/__pycache__/local.cpython-312.pyc,, +asgiref/__pycache__/server.cpython-312.pyc,, +asgiref/__pycache__/sync.cpython-312.pyc,, +asgiref/__pycache__/testing.cpython-312.pyc,, +asgiref/__pycache__/timeout.cpython-312.pyc,, +asgiref/__pycache__/typing.cpython-312.pyc,, +asgiref/__pycache__/wsgi.cpython-312.pyc,, +asgiref/compatibility.py,sha256=DhY1SOpOvOw0Y1lSEjCqg-znRUQKecG3LTaV48MZi68,1606 +asgiref/current_thread_executor.py,sha256=42CU1VODLTk-_PYise-cP1XgyAvI5Djc8f97owFzdrs,4157 +asgiref/local.py,sha256=ZZeWWIXptVU4GbNApMMWQ-skuglvodcQA5WpzJDMxh4,4912 +asgiref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +asgiref/server.py,sha256=3A68169Nuh2sTY_2O5JzRd_opKObWvvrEFcrXssq3kA,6311 +asgiref/sync.py,sha256=kYfWtf4CI438zIw85kX9YQx0y64B1N6AM0PcRGf01M4,22927 +asgiref/testing.py,sha256=U5wcs_-ZYTO5SIGfl80EqRAGv_T8BHrAhvAKRuuztT4,4421 +asgiref/timeout.py,sha256=LtGL-xQpG8JHprdsEUCMErJ0kNWj4qwWZhEHJ3iKu4s,3627 +asgiref/typing.py,sha256=Zi72AZlOyF1C7N14LLZnpAdfUH4ljoBqFdQo_bBKMq0,6290 +asgiref/wsgi.py,sha256=J8OAgirfsYHZmxxqIGfFiZ43uq1qKKv2xGMkRISNIo4,6742 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/WHEEL b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/WHEEL new file mode 100644 index 00000000000..e7fa31b6f3f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/licenses/LICENSE b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/licenses/LICENSE new file mode 100644 index 00000000000..5f4f225dd28 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/licenses/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) Django Software Foundation and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of Django nor the names of its contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/top_level.txt b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/top_level.txt new file mode 100644 index 00000000000..ddf99d3d4fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref-3.11.0.dist-info/top_level.txt @@ -0,0 +1 @@ +asgiref diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__init__.py new file mode 100644 index 00000000000..fcbd6954b91 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__init__.py @@ -0,0 +1 @@ +__version__ = "3.11.0" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40c3500726bda5cbdd49cfd17343e6b10a6e04cb GIT binary patch literal 214 zcmX@j%ge<81Rc?Onc_hDF^B^Lj8MjB4j^MXLkdF_LnWgoQx%)Bo}r2Cg_>~NwK^lHV>6hmhWfvDDCZ`tbyJRKirRTe(=H~0Wq?YNI6ji2xMfA&3 z^UCydGL!TRDoZl*^MFPg=@(~~r0N3oWhbTswI&v)XBMTV>Bq-s=4F<|$LkeT{^GF7 i%}*)KNwq6t16l=gU@^%3AD9^#8E^23HF6iR0J#8hpgKGN literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/compatibility.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/compatibility.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..094f3cfa9341fd855f4c28cc88c6928d2a9440bb GIT binary patch literal 1797 zcmZ`(&2Jk;6rWkIy>6VuP&c7XKQeq2YDl~#LE_M;5-2JHq+Ze<2oh$pJ8?GI>{>J9 zM4Py3P%COA4oC=MZoO6!QvU|7T#OQ_>CziTqPMEfp~{IjYj3hPVx)b3Gw;oN|Nc=@Y>iaTW>n2(4CK$D*nP#1VuNmsO}0ObQvej9jw)+Jeg_E$X@y zlw#7q6vYfj%2ZUGvT(eL%gV9mwfMXf;pqHEm@P+}a=DlZjS7=gN*)@HC#uYnpa{#Q zLWIT=70Sd_>39~z103cO&lReAvPrnNLMw1p{Rz$%P0L@cLOB*3*O5V~8iXeuQSSQ_{1r$I zc^Hl|FACTmuxlcY#f=L_?ctJ@A#v{Oq@39WfmP#2fg~^Zb zwLb>&6aE}wc!q|)(~n7gE2W`&s*dYgOy)b#u$vI&XKg$6Z8{Ca{1APw|C(CIMST4M zDyG9U^ktQW24@y?)>xGyN8 zG~@cfPjR)>cjt8#_bm`F|3NRe(Br~|W^K1{v5|c|a=ux)FLy^K9_1%m*@;$u;!q5N z0?|8_;%?`;FF{8B#j6e zg_|l}P7*V^9QZX3LyNC5Zb}$pWQlT*31Kp6b?6E8S5=H^%7;MfjE61;l^TU+kc{jxbf%Hp&yBY9(Fl)XhN~G2#0)&EGntOFst6Gm zBG)MMVRmNKw`(rD$}fObO)Q~Mf1bh^|A~hGMi*aX3i$Gii4*v2`*aq+7Tx_9E9B2( literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/current_thread_executor.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/current_thread_executor.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e60e3e7866ade88d666c29951e7de9ffb0ccfc6f GIT binary patch literal 5857 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 QbXaZWIQY&pk&1DfY=aR2}S literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0132fcab5c0970241590ea3b732c41f0690dd461 GIT binary patch literal 8708 zcmbtZTW}OtdOkfj%}6bcZXh89v}6fsKsUg~Tzo+wz+6mXlWc4f*U*}7iH4qOrMm~A zu}Be{%1T>Q8OOWEUME=|wz77SRQ!-ic`KEw#d*j>UeuPI8TazwR5n$+Z$iQqL+wMp z|Mc|CXgs#Fl~d9`-RJV3|NQ5__rEtb)-$w)KOWJ3*2&m^(Tm?g#fP;Ec(}zBrU*Ja z=lu%j1pXd47vR6ab3rAb1ocold@d}o08@pFqK~NjtJd8Syti}F06Wf<&~>JS?*xi{ zu{j|T`3=3C`3=oW2=1ootZd2|TUC>mmYLSoWJ=a`c~VzX-XaecF|f54@qUY`jOYVx z0?~CYq%%zG(?RPGsgaPZ62w+sH1B@wAz+lOteWzbFk|%++F{vJC5v}TDP6WK$-W@l(giuAV7fFZTUts=8JUziV_TB0 zT~Z}^W=7XivaJ~zNy}Kaj6seoWvaY)bjC1roOei4uh2T0$Pw~BV3sT`t?9BkBuyEn z1PmT+(u`@?M#|7Fj&4vJQAZ>r12Sec`+||RB{^khWgWYwj5LrDVHq_=8-Q*Dq^pD@ zg>xqAIgXc&tch6)&Ikm$A{jWnso|aGdZ!#rNNE-Ll_5zn2@hrK1!#kUZpEh^9={x&RK&R_-$* z9R-nK?yNlLkyX4I#o)LsgD!&@Ou}}+J3FT{$?24yhPdieBj3&bL5`1vyf+I8AKtZl z&*M+*?e%Vwx?kuz3L%L@SQ4% z906OC8Dmz~?7=joQJz+d0*PBBPTA%hZWF>pDg%}JhKr>s#4OC9e;u=xIlkHXw0xyf z=+2i^(Hi0sVCV`CHL9z!WlN@-QZu$bCxH>r0bK8_rt8wACl46aWi5>n+RwTGkx-1; z3~5wahQeDja!M^q;dq7erwkKHsgZ*6`-WygSc;g75;>!qnxVj4=-7Rbv}#V;H8z&^ zRD5zyQq(CqtJ?{__XYVf*G$bUn+^-Iroo1S6P|`c=`BNtY52XOE^~%dDqzX%K(#fG z;iOQ6K*5;|@N)J7Q~+{j!3fOEs2QuQWpqC!Ght>kgNdOcAF^0Tqn_QM<(cWCQPkyZ zCdI`T_f<`hl)9j%E~(}SADI5}yVQREY${mc1;`1|``QS10`tN=OO}S`19&SsAI3C> zH{WTnIrf2YCJ}TSDmdUaSBZz^Zm1Y8SttwZLZnV+411a6PAwt=%JJx>(OJX1#P8l3 zowz7xri}?TZH!K+mq#JK3hx<(CAmDRYm=ihb1T!cTYZu9J7U3DL0{<=Fw>;jt$ zJjU#(KeLaSodUCYWI}xx8~u^;uOgIJzl`;>>`L%uHY+58k0!W?kac=7OHK_=LAK^H zDb0|eJdk1CFlIbsOs>t7M3eV=(nU*i+m2q*pqSH=0>1;PKVqBu@R3ncBh$>z*k=-T zZe02r3=iuBgmnQM{a(96B8B#Yz(Qbw zO(9Uc9wni%i~YD_KiKppa=7@d!V`eVl?16MoUbFGd=)s~4&Dm>MK}z4=0Z=h8{x;; zVgN!F6c|J$}ru5=< z9ficUxA4C<0q~rPGF`b0etmq_SH33Xx(^g=bJm<8qSN`mc(s%T{yWCWR21z zi@5xHyCmEawuauRlVFHLZtSQZ^_s01b|cd=`Ea+b(gGJfLL$iN|r6^MjF)ex!6p4)AC#E05D$PINl|^H#8n+ck6`l#?akp zh@M3O-FF)WdX9%lt=a?B!nFx!$4Ax-kw+)^{hB&JLwT^Yn% z#kj{yw;(6!3NzkcgCmtfL?{OnW&)%a1<4Kb6vC}5MxDMl_cXP+dT~ywW>oczKO~m5 z`z(WTj`uG0o>*==xfDJ5(AR@l&@6|9`) ztAFkF^TH-fR)nVjzja1{=AC7B$;H>6?Ym@*Mk=ZBo-e^#nR_rsfl^iT>4e+=|L-B( z*kd>N8`LU8_`6*V+GK-y16|GjbNSal(bZ4|MiT$325%Hv49o{F(mhwTvd{awknagg zc*FC-`S4=k|8|Q?_^(2>IX}?CD8ZbL{m15e|MKIc*NDP2xaD)KYAiE2&z?gX~%ntdz=Z9umKuXOtl^8E*#{sSL9@r!}w z{*%`{mkfG{6t|92J{TYh?=wmwWbUTk$W#{mLN1IKa~D9O!6adGLpJh1H>j%_o&>nP z3aUl6n)I^B%0#o2J9y45`~npZOyVQYA>2mfQrIHt?c@e=%tVB9#*O*~5O04@QG2Dq z@e3y=j|WK$&r9bK&wAFY_q#ck+x@$9`4wzqeF^aJ8e54nvHhl<@7U$wuVL4{LlgfN zyBqu0hJ}f|xZM%A-@f9AV;^pI#HR~w9r?Clr)~KC3r^dUA2m8{$CkunziMi^*_Uq} za$1L$n}$CO<;RXXV@E$}I*NEGFYa-~J)eqCJP5LQYmI5kO-CO@SjW~|={M7F84C^f zw(a|Z+_!^sDAp~j}QV5GHv zA+plUx(5myy9*n-?rqxglTGh#dT;anSa_^{A(W5yI?>+S`<&>|ipZKbFGag}khV@G z$b@kd{s|r`vnU0DF><0BhPqbv7@Z{Y~xICe+X>>{}*RhP) zwFm!e+X1{#XP&(Rf^bxna*5Qp5h4ogMgvGF20UE<&X_$IOa$D($e3HFsJ5)>R%Oog zDE8E}no+OJn9t;nRtxucD`|xZ@zMMlHsq-_4}w-%psT*nKeTZC=Bdv_>3$He4=o-H z#ajfA#zfc+qTK3PipXVI&#IOiMv|Yl+|5NAYN;`-4o?RgidKYdjQI?Qe4rq< z-Fyy0kQe(LvF|f+JF>jy!P+MBb!@SgL*n7-JL&8T_m?%)%<(+vBGG6uV^#{NL;`(nzag2{z{nAuF||xbXnfUpGPLx>;h#} zf2eAR2?Ktt^!0P0*jDpAB>6X93b7kMMOy#o`0qebtrV;J^^Y6cy81^j_ctXGJ8tkY zG%C{5#ZMrrEg4fKd909?atL{hheMtRNTF1YNHRN9LMdnFyuvmW-$`aic_rGatWDGB zkSqE z+Ux7MM&B7Iv~|6+ z&uQz+w`n- zo?hxay%Gp**iz`0^4)u#?!6ygak>w!Gy?ZZ7(^As!(V~AP0tGt5khtM!L4oB@}HgE zD`EWp)*>dp)_3@z@VCO@!O+jf86NKr?g0F_RXDsO@^M>;o;w>44+TE%=g&I?>KTe1 z-WUG(i2yx6DbVx2AfDIdycBqFYw%+{R2MpG*#d>4fW6`QZ^ z{;v|87v5uk9k^4pH&jRTs)f1JCDA^D?=kqILSI4Xn@qJoD1F&M0fsw^lAx7kJJ(;T zbCE*PH`NLOIw191_5D`A<+5BrlFlR|ZXK11QIvMWTukK}-+@W}KDR0l0O^q++C!N%QxqtBF7t0jl$veFP|{G!GG=fXF0A zW|Fp=bSNGydS%r{dZjHnAZK7r09aJ4lWKDgQ*54WuL z3gK~KH4+M+5>}fxhc~Yt5W^j--O=#CYI}2d%UWM7T<>i_xQm9%{3F_DAAxfKZXP1o!>p8L5mBxk4jrvUHF9WS@VCh$G?bmEp+5#T}}*UV>#A$E%HB+$$(J5$_R3t{|hO2Y&rk{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/sync.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/sync.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b99fb2d861764c2f1b3dea48946de0abd887980 GIT binary patch literal 23458 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08524e75a2f87ae2fe50175a23bf87b0eb3d0cc8 GIT binary patch literal 7221 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..271c44c60ea611983114ebcdedc8debf470ea911 GIT binary patch literal 4896 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 A&j0`b literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/compatibility.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/compatibility.py new file mode 100644 index 00000000000..3a2a63e6ec5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/compatibility.py @@ -0,0 +1,48 @@ +import inspect + +from .sync import iscoroutinefunction + + +def is_double_callable(application): + """ + Tests to see if an application is a legacy-style (double-callable) application. + """ + # Look for a hint on the object first + if getattr(application, "_asgi_single_callable", False): + return False + if getattr(application, "_asgi_double_callable", False): + return True + # Uninstanted classes are double-callable + if inspect.isclass(application): + return True + # Instanted classes depend on their __call__ + if hasattr(application, "__call__"): + # We only check to see if its __call__ is a coroutine function - + # if it's not, it still might be a coroutine function itself. + if iscoroutinefunction(application.__call__): + return False + # Non-classes we just check directly + return not iscoroutinefunction(application) + + +def double_to_single_callable(application): + """ + Transforms a double-callable ASGI application into a single-callable one. + """ + + async def new_application(scope, receive, send): + instance = application(scope) + return await instance(receive, send) + + return new_application + + +def guarantee_single_callable(application): + """ + Takes either a single- or double-callable application and always returns it + in single-callable style. Use this to add backwards compatibility for ASGI + 2.0 applications to your server/test harness/etc. + """ + if is_double_callable(application): + application = double_to_single_callable(application) + return application diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py new file mode 100644 index 00000000000..6293cbd7f23 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py @@ -0,0 +1,123 @@ +import sys +import threading +from collections import deque +from concurrent.futures import Executor, Future +from typing import Any, Callable, TypeVar + +if sys.version_info >= (3, 10): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +_T = TypeVar("_T") +_P = ParamSpec("_P") +_R = TypeVar("_R") + + +class _WorkItem: + """ + Represents an item needing to be run in the executor. + Copied from ThreadPoolExecutor (but it's private, so we're not going to rely on importing it) + """ + + def __init__( + self, + future: "Future[_R]", + fn: Callable[_P, _R], + *args: _P.args, + **kwargs: _P.kwargs, + ): + self.future = future + self.fn = fn + self.args = args + self.kwargs = kwargs + + def run(self) -> None: + __traceback_hide__ = True # noqa: F841 + if not self.future.set_running_or_notify_cancel(): + return + try: + result = self.fn(*self.args, **self.kwargs) + except BaseException as exc: + self.future.set_exception(exc) + # Break a reference cycle with the exception 'exc' + self = None # type: ignore[assignment] + else: + self.future.set_result(result) + + +class CurrentThreadExecutor(Executor): + """ + An Executor that actually runs code in the thread it is instantiated in. + Passed to other threads running async code, so they can run sync code in + the thread they came from. + """ + + def __init__(self, old_executor: "CurrentThreadExecutor | None") -> None: + self._work_thread = threading.current_thread() + self._work_ready = threading.Condition(threading.Lock()) + self._work_items = deque[_WorkItem]() # synchronized by _work_ready + self._broken = False # synchronized by _work_ready + self._old_executor = old_executor + + def run_until_future(self, future: "Future[Any]") -> None: + """ + Runs the code in the work queue until a result is available from the future. + Should be run from the thread the executor is initialised in. + """ + # Check we're in the right thread + if threading.current_thread() != self._work_thread: + raise RuntimeError( + "You cannot run CurrentThreadExecutor from a different thread" + ) + + def done(future: "Future[Any]") -> None: + with self._work_ready: + self._broken = True + self._work_ready.notify() + + future.add_done_callback(done) + # Keep getting and running work items until the future we're waiting for + # is done and the queue is empty. + while True: + with self._work_ready: + while not self._work_items and not self._broken: + self._work_ready.wait() + if not self._work_items: + break + # Get a work item and run it + work_item = self._work_items.popleft() + work_item.run() + del work_item + + def submit( + self, + fn: Callable[_P, _R], + /, + *args: _P.args, + **kwargs: _P.kwargs, + ) -> "Future[_R]": + # Check they're not submitting from the same thread + if threading.current_thread() == self._work_thread: + raise RuntimeError( + "You cannot submit onto CurrentThreadExecutor from its own thread" + ) + f: "Future[_R]" = Future() + work_item = _WorkItem(f, fn, *args, **kwargs) + + # Walk up the CurrentThreadExecutor stack to find the closest one still + # running + executor = self + while True: + with executor._work_ready: + if not executor._broken: + # Add to work queue + executor._work_items.append(work_item) + executor._work_ready.notify() + break + if executor._old_executor is None: + raise RuntimeError("CurrentThreadExecutor already quit or is broken") + executor = executor._old_executor + + # Return the future + return f diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/local.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/local.py new file mode 100644 index 00000000000..845313a81dd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/local.py @@ -0,0 +1,131 @@ +import asyncio +import contextlib +import contextvars +import threading +from typing import Any, Dict, Union + + +class _CVar: + """Storage utility for Local.""" + + def __init__(self) -> None: + self._data: "contextvars.ContextVar[Dict[str, Any]]" = contextvars.ContextVar( + "asgiref.local" + ) + + def __getattr__(self, key): + storage_object = self._data.get({}) + try: + return storage_object[key] + except KeyError: + raise AttributeError(f"{self!r} object has no attribute {key!r}") + + def __setattr__(self, key: str, value: Any) -> None: + if key == "_data": + return super().__setattr__(key, value) + + storage_object = self._data.get({}).copy() + storage_object[key] = value + self._data.set(storage_object) + + def __delattr__(self, key: str) -> None: + storage_object = self._data.get({}).copy() + if key in storage_object: + del storage_object[key] + self._data.set(storage_object) + else: + raise AttributeError(f"{self!r} object has no attribute {key!r}") + + +class Local: + """Local storage for async tasks. + + This is a namespace object (similar to `threading.local`) where data is + also local to the current async task (if there is one). + + In async threads, local means in the same sense as the `contextvars` + module - i.e. a value set in an async frame will be visible: + + - to other async code `await`-ed from this frame. + - to tasks spawned using `asyncio` utilities (`create_task`, `wait_for`, + `gather` and probably others). + - to code scheduled in a sync thread using `sync_to_async` + + In "sync" threads (a thread with no async event loop running), the + data is thread-local, but additionally shared with async code executed + via the `async_to_sync` utility, which schedules async code in a new thread + and copies context across to that thread. + + If `thread_critical` is True, then the local will only be visible per-thread, + behaving exactly like `threading.local` if the thread is sync, and as + `contextvars` if the thread is async. This allows genuinely thread-sensitive + code (such as DB handles) to be kept stricly to their initial thread and + disable the sharing across `sync_to_async` and `async_to_sync` wrapped calls. + + Unlike plain `contextvars` objects, this utility is threadsafe. + """ + + def __init__(self, thread_critical: bool = False) -> None: + self._thread_critical = thread_critical + self._thread_lock = threading.RLock() + + self._storage: "Union[threading.local, _CVar]" + + if thread_critical: + # Thread-local storage + self._storage = threading.local() + else: + # Contextvar storage + self._storage = _CVar() + + @contextlib.contextmanager + def _lock_storage(self): + # Thread safe access to storage + if self._thread_critical: + is_async = True + try: + # this is a test for are we in a async or sync + # thread - will raise RuntimeError if there is + # no current loop + asyncio.get_running_loop() + except RuntimeError: + is_async = False + if not is_async: + # We are in a sync thread, the storage is + # just the plain thread local (i.e, "global within + # this thread" - it doesn't matter where you are + # in a call stack you see the same storage) + yield self._storage + else: + # We are in an async thread - storage is still + # local to this thread, but additionally should + # behave like a context var (is only visible with + # the same async call stack) + + # Ensure context exists in the current thread + if not hasattr(self._storage, "cvar"): + self._storage.cvar = _CVar() + + # self._storage is a thread local, so the members + # can't be accessed in another thread (we don't + # need any locks) + yield self._storage.cvar + else: + # Lock for thread_critical=False as other threads + # can access the exact same storage object + with self._thread_lock: + yield self._storage + + def __getattr__(self, key): + with self._lock_storage() as storage: + return getattr(storage, key) + + def __setattr__(self, key, value): + if key in ("_local", "_storage", "_thread_critical", "_thread_lock"): + return super().__setattr__(key, value) + with self._lock_storage() as storage: + setattr(storage, key, value) + + def __delattr__(self, key): + with self._lock_storage() as storage: + delattr(storage, key) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/py.typed b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/py.typed new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/server.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/server.py new file mode 100644 index 00000000000..131ea4305da --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/server.py @@ -0,0 +1,173 @@ +import asyncio +import logging +import time +import traceback + +from .compatibility import guarantee_single_callable + +logger = logging.getLogger(__name__) + + +class StatelessServer: + """ + Base server class that handles basic concepts like application instance + creation/pooling, exception handling, and similar, for stateless protocols + (i.e. ones without actual incoming connections to the process) + + Your code should override the handle() method, doing whatever it needs to, + and calling get_or_create_application_instance with a unique `scope_id` + and `scope` for the scope it wants to get. + + If an application instance is found with the same `scope_id`, you are + given its input queue, otherwise one is made for you with the scope provided + and you are given that fresh new input queue. Either way, you should do + something like: + + input_queue = self.get_or_create_application_instance( + "user-123456", + {"type": "testprotocol", "user_id": "123456", "username": "andrew"}, + ) + input_queue.put_nowait(message) + + If you try and create an application instance and there are already + `max_application` instances, the oldest/least recently used one will be + reclaimed and shut down to make space. + + Application coroutines that error will be found periodically (every 100ms + by default) and have their exceptions printed to the console. Override + application_exception() if you want to do more when this happens. + + If you override run(), make sure you handle things like launching the + application checker. + """ + + application_checker_interval = 0.1 + + def __init__(self, application, max_applications=1000): + # Parameters + self.application = application + self.max_applications = max_applications + # Initialisation + self.application_instances = {} + + ### Mainloop and handling + + def run(self): + """ + Runs the asyncio event loop with our handler loop. + """ + event_loop = asyncio.get_event_loop() + try: + event_loop.run_until_complete(self.arun()) + except KeyboardInterrupt: + logger.info("Exiting due to Ctrl-C/interrupt") + + async def arun(self): + """ + Runs the asyncio event loop with our handler loop. + """ + + class Done(Exception): + pass + + async def handle(): + await self.handle() + raise Done + + try: + await asyncio.gather(self.application_checker(), handle()) + except Done: + pass + + async def handle(self): + raise NotImplementedError("You must implement handle()") + + async def application_send(self, scope, message): + """ + Receives outbound sends from applications and handles them. + """ + raise NotImplementedError("You must implement application_send()") + + ### Application instance management + + def get_or_create_application_instance(self, scope_id, scope): + """ + Creates an application instance and returns its queue. + """ + if scope_id in self.application_instances: + self.application_instances[scope_id]["last_used"] = time.time() + return self.application_instances[scope_id]["input_queue"] + # See if we need to delete an old one + while len(self.application_instances) > self.max_applications: + self.delete_oldest_application_instance() + # Make an instance of the application + input_queue = asyncio.Queue() + application_instance = guarantee_single_callable(self.application) + # Run it, and stash the future for later checking + future = asyncio.ensure_future( + application_instance( + scope=scope, + receive=input_queue.get, + send=lambda message: self.application_send(scope, message), + ), + ) + self.application_instances[scope_id] = { + "input_queue": input_queue, + "future": future, + "scope": scope, + "last_used": time.time(), + } + return input_queue + + def delete_oldest_application_instance(self): + """ + Finds and deletes the oldest application instance + """ + oldest_time = min( + details["last_used"] for details in self.application_instances.values() + ) + for scope_id, details in self.application_instances.items(): + if details["last_used"] == oldest_time: + self.delete_application_instance(scope_id) + # Return to make sure we only delete one in case two have + # the same oldest time + return + + def delete_application_instance(self, scope_id): + """ + Removes an application instance (makes sure its task is stopped, + then removes it from the current set) + """ + details = self.application_instances[scope_id] + del self.application_instances[scope_id] + if not details["future"].done(): + details["future"].cancel() + + async def application_checker(self): + """ + Goes through the set of current application instance Futures and cleans up + any that are done/prints exceptions for any that errored. + """ + while True: + await asyncio.sleep(self.application_checker_interval) + for scope_id, details in list(self.application_instances.items()): + if details["future"].done(): + exception = details["future"].exception() + if exception: + await self.application_exception(exception, details) + try: + del self.application_instances[scope_id] + except KeyError: + # Exception handling might have already got here before us. That's fine. + pass + + async def application_exception(self, exception, application_details): + """ + Called whenever an application coroutine has an exception. + """ + logging.error( + "Exception inside application: %s\n%s%s", + exception, + "".join(traceback.format_tb(exception.__traceback__)), + f" {exception}", + ) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/sync.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/sync.py new file mode 100644 index 00000000000..54e417d312d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/sync.py @@ -0,0 +1,655 @@ +import asyncio +import asyncio.coroutines +import contextvars +import functools +import inspect +import os +import sys +import threading +import warnings +import weakref +from concurrent.futures import Future, ThreadPoolExecutor +from typing import ( + TYPE_CHECKING, + Any, + Awaitable, + Callable, + Coroutine, + Dict, + Generic, + List, + Optional, + TypeVar, + Union, + overload, +) + +from .current_thread_executor import CurrentThreadExecutor +from .local import Local + +if sys.version_info >= (3, 10): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +if TYPE_CHECKING: + # This is not available to import at runtime + from _typeshed import OptExcInfo + +_F = TypeVar("_F", bound=Callable[..., Any]) +_P = ParamSpec("_P") +_R = TypeVar("_R") + + +def _restore_context(context: contextvars.Context) -> None: + # Check for changes in contextvars, and set them to the current + # context for downstream consumers + for cvar in context: + cvalue = context.get(cvar) + try: + if cvar.get() != cvalue: + cvar.set(cvalue) + except LookupError: + cvar.set(cvalue) + + +# Python 3.12 deprecates asyncio.iscoroutinefunction() as an alias for +# inspect.iscoroutinefunction(), whilst also removing the _is_coroutine marker. +# The latter is replaced with the inspect.markcoroutinefunction decorator. +# Until 3.12 is the minimum supported Python version, provide a shim. + +if hasattr(inspect, "markcoroutinefunction"): + iscoroutinefunction = inspect.iscoroutinefunction + markcoroutinefunction: Callable[[_F], _F] = inspect.markcoroutinefunction +else: + iscoroutinefunction = asyncio.iscoroutinefunction # type: ignore[assignment] + + def markcoroutinefunction(func: _F) -> _F: + func._is_coroutine = asyncio.coroutines._is_coroutine # type: ignore + return func + + +class AsyncSingleThreadContext: + """Context manager to run async code inside the same thread. + + Normally, AsyncToSync functions run either inside a separate ThreadPoolExecutor or + the main event loop if it exists. This context manager ensures that all AsyncToSync + functions execute within the same thread. + + This context manager is re-entrant, so only the outer-most call to + AsyncSingleThreadContext will set the context. + + Usage: + + >>> import asyncio + >>> with AsyncSingleThreadContext(): + ... async_to_sync(asyncio.sleep(1))() + """ + + def __init__(self): + self.token = None + + def __enter__(self): + try: + AsyncToSync.async_single_thread_context.get() + except LookupError: + self.token = AsyncToSync.async_single_thread_context.set(self) + + return self + + def __exit__(self, exc, value, tb): + if not self.token: + return + + executor = AsyncToSync.context_to_thread_executor.pop(self, None) + if executor: + executor.shutdown() + + AsyncToSync.async_single_thread_context.reset(self.token) + + +class ThreadSensitiveContext: + """Async context manager to manage context for thread sensitive mode + + This context manager controls which thread pool executor is used when in + thread sensitive mode. By default, a single thread pool executor is shared + within a process. + + The ThreadSensitiveContext() context manager may be used to specify a + thread pool per context. + + This context manager is re-entrant, so only the outer-most call to + ThreadSensitiveContext will set the context. + + Usage: + + >>> import time + >>> async with ThreadSensitiveContext(): + ... await sync_to_async(time.sleep, 1)() + """ + + def __init__(self): + self.token = None + + async def __aenter__(self): + try: + SyncToAsync.thread_sensitive_context.get() + except LookupError: + self.token = SyncToAsync.thread_sensitive_context.set(self) + + return self + + async def __aexit__(self, exc, value, tb): + if not self.token: + return + + executor = SyncToAsync.context_to_thread_executor.pop(self, None) + if executor: + executor.shutdown() + SyncToAsync.thread_sensitive_context.reset(self.token) + + +class AsyncToSync(Generic[_P, _R]): + """ + Utility class which turns an awaitable that only works on the thread with + the event loop into a synchronous callable that works in a subthread. + + If the call stack contains an async loop, the code runs there. + Otherwise, the code runs in a new loop in a new thread. + + Either way, this thread then pauses and waits to run any thread_sensitive + code called from further down the call stack using SyncToAsync, before + finally exiting once the async task returns. + """ + + # Keeps a reference to the CurrentThreadExecutor in local context, so that + # any sync_to_async inside the wrapped code can find it. + executors: "Local" = Local() + + # When we can't find a CurrentThreadExecutor from the context, such as + # inside create_task, we'll look it up here from the running event loop. + loop_thread_executors: "Dict[asyncio.AbstractEventLoop, CurrentThreadExecutor]" = {} + + async_single_thread_context: "contextvars.ContextVar[AsyncSingleThreadContext]" = ( + contextvars.ContextVar("async_single_thread_context") + ) + + context_to_thread_executor: "weakref.WeakKeyDictionary[AsyncSingleThreadContext, ThreadPoolExecutor]" = ( + weakref.WeakKeyDictionary() + ) + + def __init__( + self, + awaitable: Union[ + Callable[_P, Coroutine[Any, Any, _R]], + Callable[_P, Awaitable[_R]], + ], + force_new_loop: bool = False, + ): + if not callable(awaitable) or ( + not iscoroutinefunction(awaitable) + and not iscoroutinefunction(getattr(awaitable, "__call__", awaitable)) + ): + # Python does not have very reliable detection of async functions + # (lots of false negatives) so this is just a warning. + warnings.warn( + "async_to_sync was passed a non-async-marked callable", stacklevel=2 + ) + self.awaitable = awaitable + try: + self.__self__ = self.awaitable.__self__ # type: ignore[union-attr] + except AttributeError: + pass + self.force_new_loop = force_new_loop + self.main_event_loop = None + try: + self.main_event_loop = asyncio.get_running_loop() + except RuntimeError: + # There's no event loop in this thread. + pass + + def __call__(self, *args: _P.args, **kwargs: _P.kwargs) -> _R: + __traceback_hide__ = True # noqa: F841 + + if not self.force_new_loop and not self.main_event_loop: + # There's no event loop in this thread. Look for the threadlocal if + # we're inside SyncToAsync + main_event_loop_pid = getattr( + SyncToAsync.threadlocal, "main_event_loop_pid", None + ) + # We make sure the parent loop is from the same process - if + # they've forked, this is not going to be valid any more (#194) + if main_event_loop_pid and main_event_loop_pid == os.getpid(): + self.main_event_loop = getattr( + SyncToAsync.threadlocal, "main_event_loop", None + ) + + # You can't call AsyncToSync from a thread with a running event loop + try: + asyncio.get_running_loop() + except RuntimeError: + pass + else: + raise RuntimeError( + "You cannot use AsyncToSync in the same thread as an async event loop - " + "just await the async function directly." + ) + + # Make a future for the return information + call_result: "Future[_R]" = Future() + + # Make a CurrentThreadExecutor we'll use to idle in this thread - we + # need one for every sync frame, even if there's one above us in the + # same thread. + old_executor = getattr(self.executors, "current", None) + current_executor = CurrentThreadExecutor(old_executor) + self.executors.current = current_executor + + # Wrapping context in list so it can be reassigned from within + # `main_wrap`. + context = [contextvars.copy_context()] + + # Get task context so that parent task knows which task to propagate + # an asyncio.CancelledError to. + task_context = getattr(SyncToAsync.threadlocal, "task_context", None) + + # Use call_soon_threadsafe to schedule a synchronous callback on the + # main event loop's thread if it's there, otherwise make a new loop + # in this thread. + try: + awaitable = self.main_wrap( + call_result, + sys.exc_info(), + task_context, + context, + # prepare an awaitable which can be passed as is to self.main_wrap, + # so that `args` and `kwargs` don't need to be + # destructured when passed to self.main_wrap + # (which is required by `ParamSpec`) + # as that may cause overlapping arguments + self.awaitable(*args, **kwargs), + ) + + async def new_loop_wrap() -> None: + loop = asyncio.get_running_loop() + self.loop_thread_executors[loop] = current_executor + try: + await awaitable + finally: + del self.loop_thread_executors[loop] + + if self.main_event_loop is not None: + try: + self.main_event_loop.call_soon_threadsafe( + self.main_event_loop.create_task, awaitable + ) + except RuntimeError: + running_in_main_event_loop = False + else: + running_in_main_event_loop = True + # Run the CurrentThreadExecutor until the future is done. + current_executor.run_until_future(call_result) + else: + running_in_main_event_loop = False + + if not running_in_main_event_loop: + loop_executor = None + + if self.async_single_thread_context.get(None): + single_thread_context = self.async_single_thread_context.get() + + if single_thread_context in self.context_to_thread_executor: + loop_executor = self.context_to_thread_executor[ + single_thread_context + ] + else: + loop_executor = ThreadPoolExecutor(max_workers=1) + self.context_to_thread_executor[ + single_thread_context + ] = loop_executor + else: + # Make our own event loop - in a new thread - and run inside that. + loop_executor = ThreadPoolExecutor(max_workers=1) + + loop_future = loop_executor.submit(asyncio.run, new_loop_wrap()) + # Run the CurrentThreadExecutor until the future is done. + current_executor.run_until_future(loop_future) + # Wait for future and/or allow for exception propagation + loop_future.result() + finally: + _restore_context(context[0]) + # Restore old current thread executor state + self.executors.current = old_executor + + # Wait for results from the future. + return call_result.result() + + def __get__(self, parent: Any, objtype: Any) -> Callable[_P, _R]: + """ + Include self for methods + """ + func = functools.partial(self.__call__, parent) + return functools.update_wrapper(func, self.awaitable) + + async def main_wrap( + self, + call_result: "Future[_R]", + exc_info: "OptExcInfo", + task_context: "Optional[List[asyncio.Task[Any]]]", + context: List[contextvars.Context], + awaitable: Union[Coroutine[Any, Any, _R], Awaitable[_R]], + ) -> None: + """ + Wraps the awaitable with something that puts the result into the + result/exception future. + """ + + __traceback_hide__ = True # noqa: F841 + + if context is not None: + _restore_context(context[0]) + + current_task = asyncio.current_task() + if current_task is not None and task_context is not None: + task_context.append(current_task) + + try: + # If we have an exception, run the function inside the except block + # after raising it so exc_info is correctly populated. + if exc_info[1]: + try: + raise exc_info[1] + except BaseException: + result = await awaitable + else: + result = await awaitable + except BaseException as e: + call_result.set_exception(e) + else: + call_result.set_result(result) + finally: + if current_task is not None and task_context is not None: + task_context.remove(current_task) + context[0] = contextvars.copy_context() + + +class SyncToAsync(Generic[_P, _R]): + """ + Utility class which turns a synchronous callable into an awaitable that + runs in a threadpool. It also sets a threadlocal inside the thread so + calls to AsyncToSync can escape it. + + If thread_sensitive is passed, the code will run in the same thread as any + outer code. This is needed for underlying Python code that is not + threadsafe (for example, code which handles SQLite database connections). + + If the outermost program is async (i.e. SyncToAsync is outermost), then + this will be a dedicated single sub-thread that all sync code runs in, + one after the other. If the outermost program is sync (i.e. AsyncToSync is + outermost), this will just be the main thread. This is achieved by idling + with a CurrentThreadExecutor while AsyncToSync is blocking its sync parent, + rather than just blocking. + + If executor is passed in, that will be used instead of the loop's default executor. + In order to pass in an executor, thread_sensitive must be set to False, otherwise + a TypeError will be raised. + """ + + # Storage for main event loop references + threadlocal = threading.local() + + # Single-thread executor for thread-sensitive code + single_thread_executor = ThreadPoolExecutor(max_workers=1) + + # Maintain a contextvar for the current execution context. Optionally used + # for thread sensitive mode. + thread_sensitive_context: "contextvars.ContextVar[ThreadSensitiveContext]" = ( + contextvars.ContextVar("thread_sensitive_context") + ) + + # Contextvar that is used to detect if the single thread executor + # would be awaited on while already being used in the same context + deadlock_context: "contextvars.ContextVar[bool]" = contextvars.ContextVar( + "deadlock_context" + ) + + # Maintaining a weak reference to the context ensures that thread pools are + # erased once the context goes out of scope. This terminates the thread pool. + context_to_thread_executor: "weakref.WeakKeyDictionary[ThreadSensitiveContext, ThreadPoolExecutor]" = ( + weakref.WeakKeyDictionary() + ) + + def __init__( + self, + func: Callable[_P, _R], + thread_sensitive: bool = True, + executor: Optional["ThreadPoolExecutor"] = None, + context: Optional[contextvars.Context] = None, + ) -> None: + if ( + not callable(func) + or iscoroutinefunction(func) + or iscoroutinefunction(getattr(func, "__call__", func)) + ): + raise TypeError("sync_to_async can only be applied to sync functions.") + self.func = func + self.context = context + functools.update_wrapper(self, func) + self._thread_sensitive = thread_sensitive + markcoroutinefunction(self) + if thread_sensitive and executor is not None: + raise TypeError("executor must not be set when thread_sensitive is True") + self._executor = executor + try: + self.__self__ = func.__self__ # type: ignore + except AttributeError: + pass + + async def __call__(self, *args: _P.args, **kwargs: _P.kwargs) -> _R: + __traceback_hide__ = True # noqa: F841 + loop = asyncio.get_running_loop() + + # Work out what thread to run the code in + if self._thread_sensitive: + current_thread_executor = getattr(AsyncToSync.executors, "current", None) + if current_thread_executor: + # If we have a parent sync thread above somewhere, use that + executor = current_thread_executor + elif self.thread_sensitive_context.get(None): + # If we have a way of retrieving the current context, attempt + # to use a per-context thread pool executor + thread_sensitive_context = self.thread_sensitive_context.get() + + if thread_sensitive_context in self.context_to_thread_executor: + # Re-use thread executor in current context + executor = self.context_to_thread_executor[thread_sensitive_context] + else: + # Create new thread executor in current context + executor = ThreadPoolExecutor(max_workers=1) + self.context_to_thread_executor[thread_sensitive_context] = executor + elif loop in AsyncToSync.loop_thread_executors: + # Re-use thread executor for running loop + executor = AsyncToSync.loop_thread_executors[loop] + elif self.deadlock_context.get(False): + raise RuntimeError( + "Single thread executor already being used, would deadlock" + ) + else: + # Otherwise, we run it in a fixed single thread + executor = self.single_thread_executor + self.deadlock_context.set(True) + else: + # Use the passed in executor, or the loop's default if it is None + executor = self._executor + + context = contextvars.copy_context() if self.context is None else self.context + child = functools.partial(self.func, *args, **kwargs) + func = context.run + task_context: List[asyncio.Task[Any]] = [] + + # Run the code in the right thread + exec_coro = loop.run_in_executor( + executor, + functools.partial( + self.thread_handler, + loop, + sys.exc_info(), + task_context, + func, + child, + ), + ) + ret: _R + try: + ret = await asyncio.shield(exec_coro) + except asyncio.CancelledError: + cancel_parent = True + try: + task = task_context[0] + task.cancel() + try: + await task + cancel_parent = False + except asyncio.CancelledError: + pass + except IndexError: + pass + if exec_coro.done(): + raise + if cancel_parent: + exec_coro.cancel() + ret = await exec_coro + finally: + if self.context is None: + _restore_context(context) + self.deadlock_context.set(False) + + return ret + + def __get__( + self, parent: Any, objtype: Any + ) -> Callable[_P, Coroutine[Any, Any, _R]]: + """ + Include self for methods + """ + func = functools.partial(self.__call__, parent) + return functools.update_wrapper(func, self.func) + + def thread_handler(self, loop, exc_info, task_context, func, *args, **kwargs): + """ + Wraps the sync application with exception handling. + """ + + __traceback_hide__ = True # noqa: F841 + + # Set the threadlocal for AsyncToSync + self.threadlocal.main_event_loop = loop + self.threadlocal.main_event_loop_pid = os.getpid() + self.threadlocal.task_context = task_context + + # Run the function + # If we have an exception, run the function inside the except block + # after raising it so exc_info is correctly populated. + if exc_info[1]: + try: + raise exc_info[1] + except BaseException: + return func(*args, **kwargs) + else: + return func(*args, **kwargs) + + +@overload +def async_to_sync( + *, + force_new_loop: bool = False, +) -> Callable[ + [Union[Callable[_P, Coroutine[Any, Any, _R]], Callable[_P, Awaitable[_R]]]], + Callable[_P, _R], +]: + ... + + +@overload +def async_to_sync( + awaitable: Union[ + Callable[_P, Coroutine[Any, Any, _R]], + Callable[_P, Awaitable[_R]], + ], + *, + force_new_loop: bool = False, +) -> Callable[_P, _R]: + ... + + +def async_to_sync( + awaitable: Optional[ + Union[ + Callable[_P, Coroutine[Any, Any, _R]], + Callable[_P, Awaitable[_R]], + ] + ] = None, + *, + force_new_loop: bool = False, +) -> Union[ + Callable[ + [Union[Callable[_P, Coroutine[Any, Any, _R]], Callable[_P, Awaitable[_R]]]], + Callable[_P, _R], + ], + Callable[_P, _R], +]: + if awaitable is None: + return lambda f: AsyncToSync( + f, + force_new_loop=force_new_loop, + ) + return AsyncToSync( + awaitable, + force_new_loop=force_new_loop, + ) + + +@overload +def sync_to_async( + *, + thread_sensitive: bool = True, + executor: Optional["ThreadPoolExecutor"] = None, + context: Optional[contextvars.Context] = None, +) -> Callable[[Callable[_P, _R]], Callable[_P, Coroutine[Any, Any, _R]]]: + ... + + +@overload +def sync_to_async( + func: Callable[_P, _R], + *, + thread_sensitive: bool = True, + executor: Optional["ThreadPoolExecutor"] = None, + context: Optional[contextvars.Context] = None, +) -> Callable[_P, Coroutine[Any, Any, _R]]: + ... + + +def sync_to_async( + func: Optional[Callable[_P, _R]] = None, + *, + thread_sensitive: bool = True, + executor: Optional["ThreadPoolExecutor"] = None, + context: Optional[contextvars.Context] = None, +) -> Union[ + Callable[[Callable[_P, _R]], Callable[_P, Coroutine[Any, Any, _R]]], + Callable[_P, Coroutine[Any, Any, _R]], +]: + if func is None: + return lambda f: SyncToAsync( + f, + thread_sensitive=thread_sensitive, + executor=executor, + context=context, + ) + return SyncToAsync( + func, + thread_sensitive=thread_sensitive, + executor=executor, + context=context, + ) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/testing.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/testing.py new file mode 100644 index 00000000000..d6ccee58778 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/testing.py @@ -0,0 +1,137 @@ +import asyncio +import contextvars +import time + +from .compatibility import guarantee_single_callable +from .timeout import timeout as async_timeout + + +class ApplicationCommunicator: + """ + Runs an ASGI application in a test mode, allowing sending of + messages to it and retrieval of messages it sends. + """ + + def __init__(self, application, scope): + self._future = None + self.application = guarantee_single_callable(application) + self.scope = scope + self._input_queue = None + self._output_queue = None + + # For Python 3.9 we need to lazily bind the queues, on 3.10+ they bind the + # event loop lazily. + @property + def input_queue(self): + if self._input_queue is None: + self._input_queue = asyncio.Queue() + return self._input_queue + + @property + def output_queue(self): + if self._output_queue is None: + self._output_queue = asyncio.Queue() + return self._output_queue + + @property + def future(self): + if self._future is None: + # Clear context - this ensures that context vars set in the testing scope + # are not "leaked" into the application which would normally begin with + # an empty context. In Python >= 3.11 this could also be written as: + # asyncio.create_task(..., context=contextvars.Context()) + self._future = contextvars.Context().run( + asyncio.create_task, + self.application( + self.scope, self.input_queue.get, self.output_queue.put + ), + ) + return self._future + + async def wait(self, timeout=1): + """ + Waits for the application to stop itself and returns any exceptions. + """ + try: + async with async_timeout(timeout): + try: + await self.future + self.future.result() + except asyncio.CancelledError: + pass + finally: + if not self.future.done(): + self.future.cancel() + try: + await self.future + except asyncio.CancelledError: + pass + + def stop(self, exceptions=True): + future = self._future + if future is None: + return + + if not future.done(): + future.cancel() + elif exceptions: + # Give a chance to raise any exceptions + future.result() + + def __del__(self): + # Clean up on deletion + try: + self.stop(exceptions=False) + except RuntimeError: + # Event loop already stopped + pass + + async def send_input(self, message): + """ + Sends a single message to the application + """ + # Make sure there's not an exception to raise from the task + if self.future.done(): + self.future.result() + + # Give it the message + await self.input_queue.put(message) + + async def receive_output(self, timeout=1): + """ + Receives a single message from the application, with optional timeout. + """ + # Make sure there's not an exception to raise from the task + if self.future.done(): + self.future.result() + # Wait and receive the message + try: + async with async_timeout(timeout): + return await self.output_queue.get() + except asyncio.TimeoutError as e: + # See if we have another error to raise inside + if self.future.done(): + self.future.result() + else: + self.future.cancel() + try: + await self.future + except asyncio.CancelledError: + pass + raise e + + async def receive_nothing(self, timeout=0.1, interval=0.01): + """ + Checks that there is no message to receive in the given time. + """ + # Make sure there's not an exception to raise from the task + if self.future.done(): + self.future.result() + + # `interval` has precedence over `timeout` + start = time.monotonic() + while time.monotonic() - start < timeout: + if not self.output_queue.empty(): + return False + await asyncio.sleep(interval) + return self.output_queue.empty() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/timeout.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/timeout.py new file mode 100644 index 00000000000..fd5381d0d9a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/timeout.py @@ -0,0 +1,118 @@ +# This code is originally sourced from the aio-libs project "async_timeout", +# under the Apache 2.0 license. You may see the original project at +# https://github.com/aio-libs/async-timeout + +# It is vendored here to reduce chain-dependencies on this library, and +# modified slightly to remove some features we don't use. + + +import asyncio +import warnings +from types import TracebackType +from typing import Any # noqa +from typing import Optional, Type + + +class timeout: + """timeout context manager. + + Useful in cases when you want to apply timeout logic around block + of code or in cases when asyncio.wait_for is not suitable. For example: + + >>> with timeout(0.001): + ... async with aiohttp.get('https://github.com') as r: + ... await r.text() + + + timeout - value in seconds or None to disable timeout logic + loop - asyncio compatible event loop + """ + + def __init__( + self, + timeout: Optional[float], + *, + loop: Optional[asyncio.AbstractEventLoop] = None, + ) -> None: + self._timeout = timeout + if loop is None: + loop = asyncio.get_running_loop() + else: + warnings.warn( + """The loop argument to timeout() is deprecated.""", DeprecationWarning + ) + self._loop = loop + self._task = None # type: Optional[asyncio.Task[Any]] + self._cancelled = False + self._cancel_handler = None # type: Optional[asyncio.Handle] + self._cancel_at = None # type: Optional[float] + + def __enter__(self) -> "timeout": + return self._do_enter() + + def __exit__( + self, + exc_type: Type[BaseException], + exc_val: BaseException, + exc_tb: TracebackType, + ) -> Optional[bool]: + self._do_exit(exc_type) + return None + + async def __aenter__(self) -> "timeout": + return self._do_enter() + + async def __aexit__( + self, + exc_type: Type[BaseException], + exc_val: BaseException, + exc_tb: TracebackType, + ) -> None: + self._do_exit(exc_type) + + @property + def expired(self) -> bool: + return self._cancelled + + @property + def remaining(self) -> Optional[float]: + if self._cancel_at is not None: + return max(self._cancel_at - self._loop.time(), 0.0) + else: + return None + + def _do_enter(self) -> "timeout": + # Support Tornado 5- without timeout + # Details: https://github.com/python/asyncio/issues/392 + if self._timeout is None: + return self + + self._task = asyncio.current_task(self._loop) + if self._task is None: + raise RuntimeError( + "Timeout context manager should be used " "inside a task" + ) + + if self._timeout <= 0: + self._loop.call_soon(self._cancel_task) + return self + + self._cancel_at = self._loop.time() + self._timeout + self._cancel_handler = self._loop.call_at(self._cancel_at, self._cancel_task) + return self + + def _do_exit(self, exc_type: Type[BaseException]) -> None: + if exc_type is asyncio.CancelledError and self._cancelled: + self._cancel_handler = None + self._task = None + raise asyncio.TimeoutError + if self._timeout is not None and self._cancel_handler is not None: + self._cancel_handler.cancel() + self._cancel_handler = None + self._task = None + return None + + def _cancel_task(self) -> None: + if self._task is not None: + self._task.cancel() + self._cancelled = True diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/typing.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/typing.py new file mode 100644 index 00000000000..368aed59bfd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/typing.py @@ -0,0 +1,279 @@ +import sys +from typing import ( + Any, + Awaitable, + Callable, + Dict, + Iterable, + Literal, + Optional, + Protocol, + Tuple, + Type, + TypedDict, + Union, +) + +if sys.version_info >= (3, 11): + from typing import NotRequired +else: + from typing_extensions import NotRequired + +__all__ = ( + "ASGIVersions", + "HTTPScope", + "WebSocketScope", + "LifespanScope", + "WWWScope", + "Scope", + "HTTPRequestEvent", + "HTTPResponseStartEvent", + "HTTPResponseBodyEvent", + "HTTPResponseTrailersEvent", + "HTTPResponsePathsendEvent", + "HTTPServerPushEvent", + "HTTPDisconnectEvent", + "WebSocketConnectEvent", + "WebSocketAcceptEvent", + "WebSocketReceiveEvent", + "WebSocketSendEvent", + "WebSocketResponseStartEvent", + "WebSocketResponseBodyEvent", + "WebSocketDisconnectEvent", + "WebSocketCloseEvent", + "LifespanStartupEvent", + "LifespanShutdownEvent", + "LifespanStartupCompleteEvent", + "LifespanStartupFailedEvent", + "LifespanShutdownCompleteEvent", + "LifespanShutdownFailedEvent", + "ASGIReceiveEvent", + "ASGISendEvent", + "ASGIReceiveCallable", + "ASGISendCallable", + "ASGI2Protocol", + "ASGI2Application", + "ASGI3Application", + "ASGIApplication", +) + + +class ASGIVersions(TypedDict): + spec_version: str + version: Union[Literal["2.0"], Literal["3.0"]] + + +class HTTPScope(TypedDict): + type: Literal["http"] + asgi: ASGIVersions + http_version: str + method: str + scheme: str + path: str + raw_path: bytes + query_string: bytes + root_path: str + headers: Iterable[Tuple[bytes, bytes]] + client: Optional[Tuple[str, int]] + server: Optional[Tuple[str, Optional[int]]] + state: NotRequired[Dict[str, Any]] + extensions: Optional[Dict[str, Dict[object, object]]] + + +class WebSocketScope(TypedDict): + type: Literal["websocket"] + asgi: ASGIVersions + http_version: str + scheme: str + path: str + raw_path: bytes + query_string: bytes + root_path: str + headers: Iterable[Tuple[bytes, bytes]] + client: Optional[Tuple[str, int]] + server: Optional[Tuple[str, Optional[int]]] + subprotocols: Iterable[str] + state: NotRequired[Dict[str, Any]] + extensions: Optional[Dict[str, Dict[object, object]]] + + +class LifespanScope(TypedDict): + type: Literal["lifespan"] + asgi: ASGIVersions + state: NotRequired[Dict[str, Any]] + + +WWWScope = Union[HTTPScope, WebSocketScope] +Scope = Union[HTTPScope, WebSocketScope, LifespanScope] + + +class HTTPRequestEvent(TypedDict): + type: Literal["http.request"] + body: bytes + more_body: bool + + +class HTTPResponseDebugEvent(TypedDict): + type: Literal["http.response.debug"] + info: Dict[str, object] + + +class HTTPResponseStartEvent(TypedDict): + type: Literal["http.response.start"] + status: int + headers: Iterable[Tuple[bytes, bytes]] + trailers: bool + + +class HTTPResponseBodyEvent(TypedDict): + type: Literal["http.response.body"] + body: bytes + more_body: bool + + +class HTTPResponseTrailersEvent(TypedDict): + type: Literal["http.response.trailers"] + headers: Iterable[Tuple[bytes, bytes]] + more_trailers: bool + + +class HTTPResponsePathsendEvent(TypedDict): + type: Literal["http.response.pathsend"] + path: str + + +class HTTPServerPushEvent(TypedDict): + type: Literal["http.response.push"] + path: str + headers: Iterable[Tuple[bytes, bytes]] + + +class HTTPDisconnectEvent(TypedDict): + type: Literal["http.disconnect"] + + +class WebSocketConnectEvent(TypedDict): + type: Literal["websocket.connect"] + + +class WebSocketAcceptEvent(TypedDict): + type: Literal["websocket.accept"] + subprotocol: Optional[str] + headers: Iterable[Tuple[bytes, bytes]] + + +class WebSocketReceiveEvent(TypedDict): + type: Literal["websocket.receive"] + bytes: Optional[bytes] + text: Optional[str] + + +class WebSocketSendEvent(TypedDict): + type: Literal["websocket.send"] + bytes: Optional[bytes] + text: Optional[str] + + +class WebSocketResponseStartEvent(TypedDict): + type: Literal["websocket.http.response.start"] + status: int + headers: Iterable[Tuple[bytes, bytes]] + + +class WebSocketResponseBodyEvent(TypedDict): + type: Literal["websocket.http.response.body"] + body: bytes + more_body: bool + + +class WebSocketDisconnectEvent(TypedDict): + type: Literal["websocket.disconnect"] + code: int + reason: Optional[str] + + +class WebSocketCloseEvent(TypedDict): + type: Literal["websocket.close"] + code: int + reason: Optional[str] + + +class LifespanStartupEvent(TypedDict): + type: Literal["lifespan.startup"] + + +class LifespanShutdownEvent(TypedDict): + type: Literal["lifespan.shutdown"] + + +class LifespanStartupCompleteEvent(TypedDict): + type: Literal["lifespan.startup.complete"] + + +class LifespanStartupFailedEvent(TypedDict): + type: Literal["lifespan.startup.failed"] + message: str + + +class LifespanShutdownCompleteEvent(TypedDict): + type: Literal["lifespan.shutdown.complete"] + + +class LifespanShutdownFailedEvent(TypedDict): + type: Literal["lifespan.shutdown.failed"] + message: str + + +ASGIReceiveEvent = Union[ + HTTPRequestEvent, + HTTPDisconnectEvent, + WebSocketConnectEvent, + WebSocketReceiveEvent, + WebSocketDisconnectEvent, + LifespanStartupEvent, + LifespanShutdownEvent, +] + + +ASGISendEvent = Union[ + HTTPResponseStartEvent, + HTTPResponseBodyEvent, + HTTPResponseTrailersEvent, + HTTPServerPushEvent, + HTTPDisconnectEvent, + WebSocketAcceptEvent, + WebSocketSendEvent, + WebSocketResponseStartEvent, + WebSocketResponseBodyEvent, + WebSocketCloseEvent, + LifespanStartupCompleteEvent, + LifespanStartupFailedEvent, + LifespanShutdownCompleteEvent, + LifespanShutdownFailedEvent, +] + + +ASGIReceiveCallable = Callable[[], Awaitable[ASGIReceiveEvent]] +ASGISendCallable = Callable[[ASGISendEvent], Awaitable[None]] + + +class ASGI2Protocol(Protocol): + def __init__(self, scope: Scope) -> None: + ... + + async def __call__( + self, receive: ASGIReceiveCallable, send: ASGISendCallable + ) -> None: + ... + + +ASGI2Application = Type[ASGI2Protocol] +ASGI3Application = Callable[ + [ + Scope, + ASGIReceiveCallable, + ASGISendCallable, + ], + Awaitable[None], +] +ASGIApplication = Union[ASGI2Application, ASGI3Application] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/wsgi.py b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/wsgi.py new file mode 100644 index 00000000000..b9868e336e2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/asgiref/wsgi.py @@ -0,0 +1,166 @@ +import sys +from tempfile import SpooledTemporaryFile + +from asgiref.sync import AsyncToSync, sync_to_async + + +class WsgiToAsgi: + """ + Wraps a WSGI application to make it into an ASGI application. + """ + + def __init__(self, wsgi_application): + self.wsgi_application = wsgi_application + + async def __call__(self, scope, receive, send): + """ + ASGI application instantiation point. + We return a new WsgiToAsgiInstance here with the WSGI app + and the scope, ready to respond when it is __call__ed. + """ + await WsgiToAsgiInstance(self.wsgi_application)(scope, receive, send) + + +class WsgiToAsgiInstance: + """ + Per-socket instance of a wrapped WSGI application + """ + + def __init__(self, wsgi_application): + self.wsgi_application = wsgi_application + self.response_started = False + self.response_content_length = None + + async def __call__(self, scope, receive, send): + if scope["type"] != "http": + raise ValueError("WSGI wrapper received a non-HTTP scope") + self.scope = scope + with SpooledTemporaryFile(max_size=65536) as body: + # Alright, wait for the http.request messages + while True: + message = await receive() + if message["type"] != "http.request": + raise ValueError("WSGI wrapper received a non-HTTP-request message") + body.write(message.get("body", b"")) + if not message.get("more_body"): + break + body.seek(0) + # Wrap send so it can be called from the subthread + self.sync_send = AsyncToSync(send) + # Call the WSGI app + await self.run_wsgi_app(body) + + def build_environ(self, scope, body): + """ + Builds a scope and request body into a WSGI environ object. + """ + script_name = scope.get("root_path", "").encode("utf8").decode("latin1") + path_info = scope["path"].encode("utf8").decode("latin1") + if path_info.startswith(script_name): + path_info = path_info[len(script_name) :] + environ = { + "REQUEST_METHOD": scope["method"], + "SCRIPT_NAME": script_name, + "PATH_INFO": path_info, + "QUERY_STRING": scope["query_string"].decode("ascii"), + "SERVER_PROTOCOL": "HTTP/%s" % scope["http_version"], + "wsgi.version": (1, 0), + "wsgi.url_scheme": scope.get("scheme", "http"), + "wsgi.input": body, + "wsgi.errors": sys.stderr, + "wsgi.multithread": True, + "wsgi.multiprocess": True, + "wsgi.run_once": False, + } + # Get server name and port - required in WSGI, not in ASGI + if "server" in scope: + environ["SERVER_NAME"] = scope["server"][0] + environ["SERVER_PORT"] = str(scope["server"][1]) + else: + environ["SERVER_NAME"] = "localhost" + environ["SERVER_PORT"] = "80" + + if scope.get("client") is not None: + environ["REMOTE_ADDR"] = scope["client"][0] + + # Go through headers and make them into environ entries + for name, value in self.scope.get("headers", []): + name = name.decode("latin1") + if name == "content-length": + corrected_name = "CONTENT_LENGTH" + elif name == "content-type": + corrected_name = "CONTENT_TYPE" + else: + corrected_name = "HTTP_%s" % name.upper().replace("-", "_") + # HTTPbis say only ASCII chars are allowed in headers, but we latin1 just in case + value = value.decode("latin1") + if corrected_name in environ: + value = environ[corrected_name] + "," + value + environ[corrected_name] = value + return environ + + def start_response(self, status, response_headers, exc_info=None): + """ + WSGI start_response callable. + """ + # Don't allow re-calling once response has begun + if self.response_started: + raise exc_info[1].with_traceback(exc_info[2]) + # Don't allow re-calling without exc_info + if hasattr(self, "response_start") and exc_info is None: + raise ValueError( + "You cannot call start_response a second time without exc_info" + ) + # Extract status code + status_code, _ = status.split(" ", 1) + status_code = int(status_code) + # Extract headers + headers = [ + (name.lower().encode("ascii"), value.encode("ascii")) + for name, value in response_headers + ] + # Extract content-length + self.response_content_length = None + for name, value in response_headers: + if name.lower() == "content-length": + self.response_content_length = int(value) + # Build and send response start message. + self.response_start = { + "type": "http.response.start", + "status": status_code, + "headers": headers, + } + + @sync_to_async + def run_wsgi_app(self, body): + """ + Called in a subthread to run the WSGI app. We encapsulate like + this so that the start_response callable is called in the same thread. + """ + # Translate the scope and incoming request body into a WSGI environ + environ = self.build_environ(self.scope, body) + # Run the WSGI app + bytes_sent = 0 + for output in self.wsgi_application(environ, self.start_response): + # If this is the first response, include the response headers + if not self.response_started: + self.response_started = True + self.sync_send(self.response_start) + # If the application supplies a Content-Length header + if self.response_content_length is not None: + # The server should not transmit more bytes to the client than the header allows + bytes_allowed = self.response_content_length - bytes_sent + if len(output) > bytes_allowed: + output = output[:bytes_allowed] + self.sync_send( + {"type": "http.response.body", "body": output, "more_body": True} + ) + bytes_sent += len(output) + # The server should stop iterating over the response when enough data has been sent + if bytes_sent == self.response_content_length: + break + # Close connection + if not self.response_started: + self.response_started = True + self.sync_send(self.response_start) + self.sync_send({"type": "http.response.body"}) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/INSTALLER b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/INSTALLER new file mode 100644 index 00000000000..a1b589e38a3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/METADATA b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/METADATA new file mode 100644 index 00000000000..ab39d63cdcc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/METADATA @@ -0,0 +1,98 @@ +Metadata-Version: 2.4 +Name: Django +Version: 5.2.8 +Summary: A high-level Python web framework that encourages rapid development and clean, pragmatic design. +Author-email: Django Software Foundation +License-Expression: BSD-3-Clause +Project-URL: Homepage, https://www.djangoproject.com/ +Project-URL: Documentation, https://docs.djangoproject.com/ +Project-URL: Release notes, https://docs.djangoproject.com/en/stable/releases/ +Project-URL: Funding, https://www.djangoproject.com/fundraising/ +Project-URL: Source, https://github.com/django/django +Project-URL: Tracker, https://code.djangoproject.com/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Web Environment +Classifier: Framework :: Django +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Classifier: Topic :: Internet :: WWW/HTTP :: WSGI +Classifier: Topic :: Software Development :: Libraries :: Application Frameworks +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: LICENSE.python +Requires-Dist: asgiref>=3.8.1 +Requires-Dist: sqlparse>=0.3.1 +Requires-Dist: tzdata; sys_platform == "win32" +Provides-Extra: argon2 +Requires-Dist: argon2-cffi>=19.1.0; extra == "argon2" +Provides-Extra: bcrypt +Requires-Dist: bcrypt; extra == "bcrypt" +Dynamic: license-file + +====== +Django +====== + +Django is a high-level Python web framework that encourages rapid development +and clean, pragmatic design. Thanks for checking it out. + +All documentation is in the "``docs``" directory and online at +https://docs.djangoproject.com/en/stable/. If you're just getting started, +here's how we recommend you read the docs: + +* First, read ``docs/intro/install.txt`` for instructions on installing Django. + +* Next, work through the tutorials in order (``docs/intro/tutorial01.txt``, + ``docs/intro/tutorial02.txt``, etc.). + +* If you want to set up an actual deployment server, read + ``docs/howto/deployment/index.txt`` for instructions. + +* You'll probably want to read through the topical guides (in ``docs/topics``) + next; from there you can jump to the HOWTOs (in ``docs/howto``) for specific + problems, and check out the reference (``docs/ref``) for gory details. + +* See ``docs/README`` for instructions on building an HTML version of the docs. + +Docs are updated rigorously. If you find any problems in the docs, or think +they should be clarified in any way, please take 30 seconds to fill out a +ticket here: https://code.djangoproject.com/newticket + +To get more help: + +* Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people + hang out there. `Webchat is available `_. + +* Join the `Django Discord community `_. + +* Join the community on the `Django Forum `_. + +To contribute to Django: + +* Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for + information about getting involved. + +To run Django's test suite: + +* Follow the instructions in the "Unit tests" section of + ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at + https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests + +Supporting the Development of Django +==================================== + +Django's development depends on your contributions. + +If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/ diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/RECORD b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/RECORD new file mode 100644 index 00000000000..8035821181f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/RECORD @@ -0,0 +1,4553 @@ +../../../bin/django-admin,sha256=fhYr6bekDSek7woTW_ZLXCITm3GxrQ7qBPG__d3b2v0,300 +django-5.2.8.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +django-5.2.8.dist-info/METADATA,sha256=r5ouKo6RLpYTzutGk96T5hGrvLqtVhItITlg4eRcfZ0,4115 +django-5.2.8.dist-info/RECORD,, +django-5.2.8.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django-5.2.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 +django-5.2.8.dist-info/entry_points.txt,sha256=hi1U04jQDqr9xaV6Gklnqh-d69jiCZdS73E0l_671L4,82 +django-5.2.8.dist-info/licenses/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552 +django-5.2.8.dist-info/licenses/LICENSE.python,sha256=dl4rHjOf740-nxKJLn4HKovjCZlqC-Q__FeWOY7E59Q,14256 +django-5.2.8.dist-info/top_level.txt,sha256=V_goijg9tfO20ox_7os6CcnPvmBavbxu46LpJiNLwjA,7 +django/__init__.py,sha256=STOLKt_1TA2lMcdjIUzOm8GcTn045T2btTXfsdtRw0s,799 +django/__main__.py,sha256=XO-CRvbZFCKtIvAT6Jvbn32dWnv2pnNszRVS-1nKX0I,212 +django/__pycache__/__init__.cpython-312.pyc,, +django/__pycache__/__main__.cpython-312.pyc,, +django/__pycache__/shortcuts.cpython-312.pyc,, +django/apps/__init__.py,sha256=8WZTI_JnNuP4tyfuimH3_pKQYbDAy2haq-xkQT1UXkc,90 +django/apps/__pycache__/__init__.cpython-312.pyc,, +django/apps/__pycache__/config.cpython-312.pyc,, +django/apps/__pycache__/registry.cpython-312.pyc,, +django/apps/config.py,sha256=1Zhxt4OrwRnOmsT_B_BurImz3oi8330TJG0rRRJ58bQ,11482 +django/apps/registry.py,sha256=rdexON5JuhKAMWAZv4k2DH0fRSKdPZoi6_tTjOUgFRA,17693 +django/conf/__init__.py,sha256=z-39ierCs_8FYomobh9PWESoZI5RJ-TgzEuew8B9kJM,9809 +django/conf/__pycache__/__init__.cpython-312.pyc,, +django/conf/__pycache__/global_settings.cpython-312.pyc,, +django/conf/app_template/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/app_template/admin.py-tpl,sha256=suMo4x8I3JBxAFBVIdE-5qnqZ6JAZV0FESABHOSc-vg,63 +django/conf/app_template/apps.py-tpl,sha256=jrRjsh9lSkUvV4NnKdlAhLDtvydwBNjite0w2J9WPtI,171 +django/conf/app_template/migrations/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/app_template/models.py-tpl,sha256=Vjc0p2XbAPgE6HyTF6vll98A4eDhA5AvaQqsc4kQ9AQ,57 +django/conf/app_template/tests.py-tpl,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60 +django/conf/app_template/views.py-tpl,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63 +django/conf/global_settings.py,sha256=lVUBoRcyOo_Qvk62zXpnRO2Spfo0RLaskgCZvPFzYvw,23026 +django/conf/locale/__init__.py,sha256=QHDK8QIAcRjGMtWL8QVgYA_6psetuZuWBJkPwumTeI8,13864 +django/conf/locale/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/af/LC_MESSAGES/django.mo,sha256=Puafv8AlIDa6EMSa2A6_LYsjOjAd8p9J2F89UYNiR_Q,27466 +django/conf/locale/af/LC_MESSAGES/django.po,sha256=L3vsRiiwNQKsjPBZOx9GVJ0IyyA--ScPrp73BWG8h8M,30142 +django/conf/locale/ar/LC_MESSAGES/django.mo,sha256=qBaEPhfJxd2mK1uPH7J06hPI3_leRPsWkVgcKtJSAvQ,35688 +django/conf/locale/ar/LC_MESSAGES/django.po,sha256=MQeB4q0H-uDLurniJP5b2SBOTETAUl9k9NHxtaw0nnU,38892 +django/conf/locale/ar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ar/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ar/formats.py,sha256=EI9DAiGt1avNY-a6luMnAqKISKGHXHiKE4QLRx7wGHU,696 +django/conf/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=QosXYYYvQjGu13pLrC9LIVwUQXVwdJpIYn7RB9QCJY8,33960 +django/conf/locale/ar_DZ/LC_MESSAGES/django.po,sha256=2iT_sY4XedSSiHagu03OgpYXWNJVaKDwKUfxgEN4k3k,37626 +django/conf/locale/ar_DZ/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ar_DZ/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ar_DZ/formats.py,sha256=T84q3oMKng-L7_xymPqYwpzs78LvvfHy2drfSRj8XjE,901 +django/conf/locale/ast/LC_MESSAGES/django.mo,sha256=XSStt50HP-49AJ8wFcnbn55SLncJCsS2lx_4UwK-h-8,15579 +django/conf/locale/ast/LC_MESSAGES/django.po,sha256=7qZUb5JjfrWLqtXPRjpNOMNycbcsEYpNO-oYmazLTk4,23675 +django/conf/locale/az/LC_MESSAGES/django.mo,sha256=8fNJr9H6euTssADNXloq7oAN8p2soZ-bEEORdgwptRc,28598 +django/conf/locale/az/LC_MESSAGES/django.po,sha256=u1ePWnAe1MiFTRoeBXkQBzGJcqd2RCv-HQ7umnuZGNA,30901 +django/conf/locale/az/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/az/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/az/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/az/formats.py,sha256=JQoS2AYHKJxiH6TJas1MoeYgTeUv5XcNtYUHF7ulDmw,1087 +django/conf/locale/be/LC_MESSAGES/django.mo,sha256=QmiXFTHCw6I2edmoY0RmAIZRXgnJvLQ6sEbII4beuAI,37607 +django/conf/locale/be/LC_MESSAGES/django.po,sha256=6kyXAGZDKP6XIL-WGjIfwwW3QT0xyFaIJzINrrkDOoo,40228 +django/conf/locale/bg/LC_MESSAGES/django.mo,sha256=x22bBhceDhNZXSoXiTKnc7w_HvtmW3EfWrZgsomUv6A,34729 +django/conf/locale/bg/LC_MESSAGES/django.po,sha256=xTU8GIhvPPuU7K4G8lZq8FXFsWiloT2u-118KtxkxBc,37283 +django/conf/locale/bg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/bg/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/bg/formats.py,sha256=LC7P_5yjdGgsxLQ_GDtC8H2bz9NTxUze_CAtzlm37TA,705 +django/conf/locale/bn/LC_MESSAGES/django.mo,sha256=sB0RIFrGS11Z8dx5829oOFw55vuO4vty3W4oVzIEe8Q,16660 +django/conf/locale/bn/LC_MESSAGES/django.po,sha256=rF9vML3LDOqXkmK6R_VF3tQaFEoZI7besJAPx5qHNM0,26877 +django/conf/locale/bn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/bn/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/bn/formats.py,sha256=jynhZ9XNNuxTXeF7f2FrJYYZuFwlLY58fGfQ6gVs7s8,964 +django/conf/locale/br/LC_MESSAGES/django.mo,sha256=Xow2-sd55CZJsvfF8axtxXNRe27EDwxKixCGelVQ4aU,14009 +django/conf/locale/br/LC_MESSAGES/django.po,sha256=ODCUDdEDAvsOVOAr49YiWT2YQaBZmc-38brdgYWc8Bs,24293 +django/conf/locale/bs/LC_MESSAGES/django.mo,sha256=Xa5QAbsHIdLkyG4nhLCD4UHdCngrw5Oh120abCNdWlA,10824 +django/conf/locale/bs/LC_MESSAGES/django.po,sha256=IB-2VvrQKUivAMLMpQo1LGRAxw3kj-7kB6ckPai0fug,22070 +django/conf/locale/bs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/bs/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/bs/formats.py,sha256=760m-h4OHpij6p_BAD2dr3nsWaTb6oR1Y5culX9Gxqw,705 +django/conf/locale/ca/LC_MESSAGES/django.mo,sha256=v6lEJTUbXyEUBsctIdNFOg-Ck5MVFbuz-JgjqkUe32c,27707 +django/conf/locale/ca/LC_MESSAGES/django.po,sha256=16M-EtYLbfKnquh-IPRjWxTdHAqtisDc46Dzo5n-ZMc,30320 +django/conf/locale/ca/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ca/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ca/formats.py,sha256=s7N6Ns3yIqr_KDhatnUvfjbPhUbrhvemB5HtCeodGZo,940 +django/conf/locale/ckb/LC_MESSAGES/django.mo,sha256=TdAtrf3pLp8MCZ2z4f-qd-92nWl1veS9Uwd4epYN_H4,33846 +django/conf/locale/ckb/LC_MESSAGES/django.po,sha256=yMLfZiUXskZ0vHEqPnAXA6I2V8i-UnDL7NpgJ-yXKl8,36126 +django/conf/locale/ckb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ckb/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ckb/formats.py,sha256=EbmQC-dyQl8EqVQOVGwy1Ra5-P1n-J3UF4K55p3VzOM,728 +django/conf/locale/cs/LC_MESSAGES/django.mo,sha256=7_tvOmbJAdC-A1yk1503fdzjBxpwA9QJmfRcyPsmTBw,30186 +django/conf/locale/cs/LC_MESSAGES/django.po,sha256=wDPx3mYbrjmdTJEjNJM9odEpMT3j-xSkHqx1FARKMF0,33138 +django/conf/locale/cs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/cs/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/cs/formats.py,sha256=3MA70CW0wfr0AIYvYqE0ACmX79tNOx-ZdlR6Aetp9e8,1539 +django/conf/locale/cy/LC_MESSAGES/django.mo,sha256=s7mf895rsoiqrPrXpyWg2k85rN8umYB2aTExWMTux7s,18319 +django/conf/locale/cy/LC_MESSAGES/django.po,sha256=S-1PVWWVgYmugHoYUlmTFAzKCpI81n9MIAhkETbpUoo,25758 +django/conf/locale/cy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/cy/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/cy/formats.py,sha256=NY1pYPfpu7XjLMCCuJk5ggdpLcufV1h101ojyxfPUrY,1355 +django/conf/locale/da/LC_MESSAGES/django.mo,sha256=5rWOqu5hLUynpkxuz3kxDk1v3kZ73YpcjjhMnZ-Nb5g,27818 +django/conf/locale/da/LC_MESSAGES/django.po,sha256=Bu-OYUJEUWfYhGTXV8_rdj8zrbc5okbHVO3CfeNg9hQ,30255 +django/conf/locale/da/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/da/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/da/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/da/formats.py,sha256=-y3033Fo7COyY0NbxeJVYGFybrnLbgXtRf1yBGlouys,876 +django/conf/locale/de/LC_MESSAGES/django.mo,sha256=ioLqpsxhAwxudcfc0oVHztucCnc224g4W7mhFlCwKrE,29046 +django/conf/locale/de/LC_MESSAGES/django.po,sha256=vuIzIMRmlxsD4Y1aufXOHXaK36t8Y01wlshxZk_lEFE,31677 +django/conf/locale/de/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/de/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/de/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/de/formats.py,sha256=fysX8z5TkbPUWAngoy_sMeFGWp2iaNU6ftkBz8cqplg,996 +django/conf/locale/de_CH/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/de_CH/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/de_CH/formats.py,sha256=Buo2pK5jFsnfUzbEoasOI4XbntRSgXLz1BMJ7aAVXlk,1187 +django/conf/locale/dsb/LC_MESSAGES/django.mo,sha256=EfsEJ_6a4G8SsJSX3Gr4GFZCaIB_39V_TLZbvRuJdMY,30738 +django/conf/locale/dsb/LC_MESSAGES/django.po,sha256=jY1uYogT8DY7_hMie1CSft85fW-QjrX_PiuEnO7X5lc,33262 +django/conf/locale/el/LC_MESSAGES/django.mo,sha256=P5lTOPFcl9x6_j69ZN3hM_mQbhW7Fbbx02RtTNJwfS0,33648 +django/conf/locale/el/LC_MESSAGES/django.po,sha256=rZCComPQcSSr8ZDLPgtz958uBeBZsmV_gEP-sW88kRA,37123 +django/conf/locale/el/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/el/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/el/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/el/formats.py,sha256=RON2aqQaQK3DYVF_wGlBQJDHrhANxypcUW_udYKI-ro,1241 +django/conf/locale/en/LC_MESSAGES/django.mo,sha256=mVpSj1AoAdDdW3zPZIg5ZDsDbkSUQUMACg_BbWHGFig,356 +django/conf/locale/en/LC_MESSAGES/django.po,sha256=OWvHCX5XOOPznprddgycvtmmexfZymD4ab_YBcwKpUc,30411 +django/conf/locale/en/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/en/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/en/formats.py,sha256=VTQUhaZ_WFhS5rQj0PxbnoMySK0nzUSqrd6Gx-DtXxI,2438 +django/conf/locale/en_AU/LC_MESSAGES/django.mo,sha256=SntsKx21R2zdjj0D73BkOXGTDnoN5unsLMJ3y06nONM,25633 +django/conf/locale/en_AU/LC_MESSAGES/django.po,sha256=6Qh4Z6REzhUdG5KwNPNK9xgLlgq3VbAJuoSXyd_eHdE,28270 +django/conf/locale/en_AU/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/en_AU/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/en_AU/formats.py,sha256=BoI5UviKGZ4TccqLmxpcdMf0Yk1YiEhY_iLQUddjvi0,1650 +django/conf/locale/en_CA/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_CA/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/en_CA/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/en_CA/formats.py,sha256=joB2Dy7XYhlii_PBJfuzHNLbOPmRXW2JjYkmxFr6KxI,1166 +django/conf/locale/en_GB/LC_MESSAGES/django.mo,sha256=jSIe44HYGfzQlPtUZ8tWK2vCYM9GqCKs-CxLURn4e1o,12108 +django/conf/locale/en_GB/LC_MESSAGES/django.po,sha256=PTXvOpkxgZFRoyiqftEAuMrFcYRLfLDd6w0K8crN8j4,22140 +django/conf/locale/en_GB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/en_GB/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/en_GB/formats.py,sha256=cJN8YNthkIOHCIMnwiTaSZ6RCwgSHkjWYMcfw8VFScE,1650 +django/conf/locale/en_IE/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_IE/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/en_IE/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/en_IE/formats.py,sha256=aKEIT96Y6tzbGHFu3qsFzFc4Qw_uzhNjB69GpmP6qX8,1484 +django/conf/locale/eo/LC_MESSAGES/django.mo,sha256=TPgHTDrh1amnOQjA7sY-lQvicdFewMutOfoptV3OKkU,27676 +django/conf/locale/eo/LC_MESSAGES/django.po,sha256=IPo-3crOWkp5dDQPDAFSzgCbf9OHjWB1zE3mklhTexk,30235 +django/conf/locale/eo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/eo/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/eo/formats.py,sha256=zIEAk-SiLX0cvQVmRc3LpmV69jwRrejMMdC7vtVsSh0,1715 +django/conf/locale/es/LC_MESSAGES/django.mo,sha256=FvuEwc40Dr4HBjYMi9SeA7rZC8qUBl7GCuNyJR7UJN8,29315 +django/conf/locale/es/LC_MESSAGES/django.po,sha256=Dk7g9UJ_64hBLLooHwdqhSPSeK1HyuP_m_gKILGFBh0,33456 +django/conf/locale/es/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/es/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/es/formats.py,sha256=7SusO1dPErY68h5g4lpxvPbsJYdrbTcr_0EX7uDKYNo,978 +django/conf/locale/es_AR/LC_MESSAGES/django.mo,sha256=HtNMHLmI3ghvieI4wZ_QvZI01Wfb68ukh9g0V4ufw_0,29693 +django/conf/locale/es_AR/LC_MESSAGES/django.po,sha256=Ea_vkNcTWZTukV-lCkG5wLR1xKqIokMeT0yfuxDFUss,32099 +django/conf/locale/es_AR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/es_AR/formats.py,sha256=4qgOJoR2K5ZE-pA2-aYRwFW7AbK-M9F9u3zVwgebr2w,935 +django/conf/locale/es_CO/LC_MESSAGES/django.mo,sha256=ehUwvqz9InObH3fGnOLuBwivRTVMJriZmJzXcJHsfjc,18079 +django/conf/locale/es_CO/LC_MESSAGES/django.po,sha256=XRgn56QENxEixlyix3v4ZSTSjo4vn8fze8smkrv_gc4,25107 +django/conf/locale/es_CO/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/es_CO/formats.py,sha256=0uAbBvOkdJZKjvhrrd0htScdO7sTgbofOkkC8A35_a8,691 +django/conf/locale/es_MX/LC_MESSAGES/django.mo,sha256=UkpQJeGOs_JQRmpRiU6kQmmYGL_tizL4JQOWb9i35M4,18501 +django/conf/locale/es_MX/LC_MESSAGES/django.po,sha256=M0O6o1f3V-EIY9meS3fXP_c7t144rXWZuERF5XeG5Uo,25870 +django/conf/locale/es_MX/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/es_MX/formats.py,sha256=fBvyAqBcAXARptSE3hxwzFYNx3lEE8QrhNrCWuuGNlA,768 +django/conf/locale/es_NI/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_NI/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/es_NI/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/es_NI/formats.py,sha256=UiOadPoMrNt0iTp8jZVq65xR_4LkOwp-fjvFb8MyNVg,711 +django/conf/locale/es_PR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/es_PR/formats.py,sha256=VVTlwyekX80zCKlg1P4jhaAdKNpN5I64pW_xgrhpyVs,675 +django/conf/locale/es_VE/LC_MESSAGES/django.mo,sha256=h-h1D_Kr-LI_DyUJuIG4Zbu1HcLWTM1s5X515EYLXO8,18840 +django/conf/locale/es_VE/LC_MESSAGES/django.po,sha256=Xj38imu4Yw-Mugwge5CqAqWlcnRWnAKpVBPuL06Twjs,25494 +django/conf/locale/et/LC_MESSAGES/django.mo,sha256=WF00XXoJ3CUXv3Kb3fulOqohNnZ-skw8ysxFChl7iRE,27291 +django/conf/locale/et/LC_MESSAGES/django.po,sha256=BA_paZwRHIGuQOlFI_K2DJex3HzqqVgEb59wnYJPSB0,30074 +django/conf/locale/et/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/et/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/et/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/et/formats.py,sha256=DyFSZVuGSYGoImrRI2FodeM51OtvIcCkKzkI0KvYTQw,707 +django/conf/locale/eu/LC_MESSAGES/django.mo,sha256=EdncCA6Qp76DsqkyEYygaZFrnKRYzJ6LEucQqIjCsSM,21725 +django/conf/locale/eu/LC_MESSAGES/django.po,sha256=6T-yCAeg_8ntlqD_KJyjbqY0qgKPTwi3J46j0J6Ld1I,27752 +django/conf/locale/eu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/eu/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/eu/formats.py,sha256=-PuRA6eHeXP8R3YV0aIEQRbk2LveaZk-_kjHlBT-Drg,749 +django/conf/locale/fa/LC_MESSAGES/django.mo,sha256=LYvQ62l6bh4dNFs_0HbNfns8yHR43PY4QRXuIA9DGak,31192 +django/conf/locale/fa/LC_MESSAGES/django.po,sha256=sv9E-sduhwOPnGA2ukxpHUEio8WJz-_rFPZdzO91bi8,34975 +django/conf/locale/fa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fa/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fa/formats.py,sha256=v0dLaIh6-CWCAQHkmX0PaIlA499gTeRcJEi7lVJzw9o,722 +django/conf/locale/fi/LC_MESSAGES/django.mo,sha256=tXC36z4kP4b07YcfJxKRty83woT7AGmcJ_5iiDA4UUg,28122 +django/conf/locale/fi/LC_MESSAGES/django.po,sha256=k5DKhyy27Tv-44Tf-DWD8EszkBemDn3O5dQ-F2nh2tQ,30563 +django/conf/locale/fi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fi/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fi/formats.py,sha256=CO_wD5ZBHwAVgjxArXktLCD7M-PPhtHbayX_bBKqhlA,1213 +django/conf/locale/fr/LC_MESSAGES/django.mo,sha256=GVye4K2_wgoutRkInLS0PLD38z1b15wNdh4DIowBaEA,30309 +django/conf/locale/fr/LC_MESSAGES/django.po,sha256=xdJHJ4m-a0JkN2AOTeP1t__DuSiSnp6-7NdE0zXC9X4,32928 +django/conf/locale/fr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fr/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fr/formats.py,sha256=0uO3NMUAc2rRZOtr9SMJgFHTNNhr8t2xrGruVBRHTmw,938 +django/conf/locale/fr_BE/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fr_BE/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fr_BE/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fr_BE/formats.py,sha256=DB7W-i5BYeRjMRGWMWmm5oK4FNOTy4H4LL_xx6Ztk00,1154 +django/conf/locale/fr_CA/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fr_CA/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fr_CA/formats.py,sha256=uSZ4s7XJmcutcbx51DVRu2Sh9ZkOhlTU1RHI37NQqQs,1171 +django/conf/locale/fr_CH/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fr_CH/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fr_CH/formats.py,sha256=N9SSj2pSgAxNRUaSXVd2fIjt59aorlCtI7oqajf24CU,1320 +django/conf/locale/fy/LC_MESSAGES/django.mo,sha256=9P7zoJtaYHfXly8d6zBoqkxLM98dO8uI6nmWtsGu-lM,2286 +django/conf/locale/fy/LC_MESSAGES/django.po,sha256=jveK-2MjopbqC9jWcrYbttIb4DUmFyW1_-0tYaD6R0I,19684 +django/conf/locale/fy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/fy/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/fy/formats.py,sha256=mJXj1dHUnO883PYWPwuI07CNbjmnfBTQVRXZMg2hmOk,658 +django/conf/locale/ga/LC_MESSAGES/django.mo,sha256=AE9Vz07y6hXsV3gP-E3uboUU1nWLREpQYUBhKXI0UZY,31429 +django/conf/locale/ga/LC_MESSAGES/django.po,sha256=3biGJaUwzLN_q9b1Pe3_lpQ4-zlT8qEGhCGIU1bMzGo,34517 +django/conf/locale/ga/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ga/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ga/formats.py,sha256=Qh7R3UMfWzt7QIdMZqxY0o4OMpVsqlchHK7Z0QnDWds,682 +django/conf/locale/gd/LC_MESSAGES/django.mo,sha256=2VKzI7Nqd2NjABVQGdcduWHjj0h2b3UBGQub7xaTVPs,30752 +django/conf/locale/gd/LC_MESSAGES/django.po,sha256=3PfuhhmosuarfPjvM2TVf2kHhZaw5_G8oIM2VWTc3gI,33347 +django/conf/locale/gd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/gd/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/gd/formats.py,sha256=7doL7JIoCqA_o-lpCwM3jDHMpptA3BbSgeLRqdZk8Lc,715 +django/conf/locale/gl/LC_MESSAGES/django.mo,sha256=Yn4yjNhJ8XkZAFL7IJNroBnSiA3Ag21TqCDUhwsJ9_A,28484 +django/conf/locale/gl/LC_MESSAGES/django.po,sha256=M2vvaFE1tkIsg8M6ixYPjk0IUrhN_r-kYt2NS0CSjEw,30945 +django/conf/locale/gl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/gl/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/gl/formats.py,sha256=ygSFv-YTS8htG_LW0awegkkOarPRTZNPbUck5sxkAwI,757 +django/conf/locale/he/LC_MESSAGES/django.mo,sha256=qUMkR_MoqpY5D8GkHOBB4dccDumRg1YuccPOIZudZj4,31336 +django/conf/locale/he/LC_MESSAGES/django.po,sha256=FiZkX1xR5ynrLsydGPQYgvy6SV67E2saYD5fg_CdUKA,34069 +django/conf/locale/he/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/he/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/he/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/he/formats.py,sha256=M-tu-LmTZd_oYPNH6CZEsdxJN526RUOfnLHlQxRL0N0,712 +django/conf/locale/hi/LC_MESSAGES/django.mo,sha256=8pV5j5q8VbrxdVkcS0qwhVx6DmXRRXPKfRsm3nWhI2g,19712 +django/conf/locale/hi/LC_MESSAGES/django.po,sha256=DPV-I1aXgIiZB7zHdEgAHShZFyb9zlNmMXlyjH5ug0I,29221 +django/conf/locale/hi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/hi/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/hi/formats.py,sha256=JArVM9dMluSP-cwpZydSVXHB5Vs9QKyR9c-bftI9hds,684 +django/conf/locale/hr/LC_MESSAGES/django.mo,sha256=HP4PCb-i1yYsl5eqCamg5s3qBxZpS_aXDDKZ4Hlbbcc,19457 +django/conf/locale/hr/LC_MESSAGES/django.po,sha256=qeVJgKiAv5dKR2msD2iokSOApZozB3Gp0xqzC09jnvs,26329 +django/conf/locale/hr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/hr/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/hr/formats.py,sha256=F4mIdDoaOYJ_lPmsJ_6bQo4Zj8pOSVwuldm92zRy4Fo,1723 +django/conf/locale/hsb/LC_MESSAGES/django.mo,sha256=RdjIoabY6Q4vgWDsHlZljvBfJIOl7e3Qrf8U0CXr4Gc,30397 +django/conf/locale/hsb/LC_MESSAGES/django.po,sha256=jzwnMODbjhMaOTBN7gesEwlAHrXk_J-dbdeX9xmQLZ0,32893 +django/conf/locale/hu/LC_MESSAGES/django.mo,sha256=i2qW6f16t6-GVzyU71954BTmABcb9RbINi61hqiFZYE,29058 +django/conf/locale/hu/LC_MESSAGES/django.po,sha256=jLhOhdi5Eq0N62TOiJNX4jcT4mbVOgwIYdcpxlP30lI,31757 +django/conf/locale/hu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/hu/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/hu/formats.py,sha256=xAD7mNsC5wFA2_KGRbBMPKwj884pq0jCKmXhEenGAEk,1001 +django/conf/locale/hy/LC_MESSAGES/django.mo,sha256=KfmTnB-3ZUKDHeNgLiego2Af0WZoHTuNKss3zE-_XOE,22207 +django/conf/locale/hy/LC_MESSAGES/django.po,sha256=kNKlJ5NqZmeTnnxdqhmU3kXiqT9t8MgAFgxM2V09AIc,28833 +django/conf/locale/ia/LC_MESSAGES/django.mo,sha256=JcrpersrDAoJXrD3AnPYBCQyGJ-6kUzH_Q8StbqmMeE,21428 +django/conf/locale/ia/LC_MESSAGES/django.po,sha256=LG0juYDjf3KkscDxwjY3ac6H1u5BBwGHljW3QWvr1nc,26859 +django/conf/locale/id/LC_MESSAGES/django.mo,sha256=S6duIsFJ3Sz8oh7vJgJLtHNWSyC3fWyBwTYr77Fy5GE,27722 +django/conf/locale/id/LC_MESSAGES/django.po,sha256=0I9fwRwp9HIRNQyJHVRhRX4za5Sg_8EDd-x9mra1Xbs,30121 +django/conf/locale/id/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/id/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/id/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/id/formats.py,sha256=kYyOxWHN3Jyif3rFxLFyBUjTzFUwmuaLrkw5JvGbEz8,1644 +django/conf/locale/ig/LC_MESSAGES/django.mo,sha256=tAZG5GKhEbrUCJtLrUxzmrROe1RxOhep8w-RR7DaDYo,27188 +django/conf/locale/ig/LC_MESSAGES/django.po,sha256=DB_I4JXKMY4M7PdAeIsdqnLSFpq6ImkGPCuY82rNBpY,28931 +django/conf/locale/ig/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ig/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ig/formats.py,sha256=P3IsxhF5rNFZ5nCWUSyJfFLb0V1QdX_Xn-tYdrcll5Q,1119 +django/conf/locale/io/LC_MESSAGES/django.mo,sha256=uI78C7Qkytf3g1A6kVWiri_CbS55jReO2XmRfLTeNs0,14317 +django/conf/locale/io/LC_MESSAGES/django.po,sha256=FyN4ZTfNPV5TagM8NEhRts8y_FhehIPPouh_MfslnWY,23124 +django/conf/locale/is/LC_MESSAGES/django.mo,sha256=1pFU-dTPg2zs87L0ZqFFGS9q-f-XrzTOlhKujlyNL2E,24273 +django/conf/locale/is/LC_MESSAGES/django.po,sha256=76cQ_9DLg1jR53hiKSc1tLUMeKn8qTdPwpHwutEK014,28607 +django/conf/locale/is/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/is/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/is/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/is/formats.py,sha256=scsNfP4vVacxWIoN03qc2Fa3R8Uh5Izr1MqBicrAl3A,688 +django/conf/locale/it/LC_MESSAGES/django.mo,sha256=VjrisfaYSDxB6fm4h2vnIjuS9BVzmBacAVK1XySv_UM,28519 +django/conf/locale/it/LC_MESSAGES/django.po,sha256=r-LFt35zucantQe9gO62lqvA0j05ObCzSzVvCiFHSag,31952 +django/conf/locale/it/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/it/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/it/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/it/formats.py,sha256=KzkSb3KXBwfM3gk2FezyR-W8_RYKpnlFeFuIi5zl-S0,1774 +django/conf/locale/ja/LC_MESSAGES/django.mo,sha256=xW_hqLUdDvWpXrQLj0GPaHTnXux4xnoUPSkNt5LIYQI,30973 +django/conf/locale/ja/LC_MESSAGES/django.po,sha256=Dpus3PzKvl16XXgqFHBek6v5l-FxbhjeMbRgmyU7z7o,33500 +django/conf/locale/ja/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ja/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ja/formats.py,sha256=COUuaXo5zCSNzEwJ0smjbm9Qj28YNBcGxm8qFCJv4sE,729 +django/conf/locale/ka/LC_MESSAGES/django.mo,sha256=4e8at-KNaxYJKIJd8r6iPrYhEdnaJ1qtPw-QHPMh-Sc,24759 +django/conf/locale/ka/LC_MESSAGES/django.po,sha256=pIgaLU6hXgVQ2WJp1DTFoubI7zHOUkkKMddwV3PTdt8,32088 +django/conf/locale/ka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ka/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ka/formats.py,sha256=elTGOjS-mxuoSCAKOm8Wz2aLfh4pWvNyClUFcrYq9ng,1861 +django/conf/locale/kab/LC_MESSAGES/django.mo,sha256=x5Kyq2Uf3XNlQP06--4lT8Q1MacA096hZbyMJRrHYIc,7139 +django/conf/locale/kab/LC_MESSAGES/django.po,sha256=DsFL3IzidcAnPoAWIfIbGJ6Teop1yKPBRALeLYrdiFA,20221 +django/conf/locale/kk/LC_MESSAGES/django.mo,sha256=krjcDvA5bu591zcP76bWp2mD2FL1VUl7wutaZjgD668,13148 +django/conf/locale/kk/LC_MESSAGES/django.po,sha256=RgM4kzn46ZjkSDHMAsyOoUg7GdxGiZ-vaEOdf7k0c5A,23933 +django/conf/locale/km/LC_MESSAGES/django.mo,sha256=KuKEIW8vIQE3Jocx-8YAMjWqtl93rqF6BxDN2Mko8yU,7217 +django/conf/locale/km/LC_MESSAGES/django.po,sha256=sRyS5XsPWJ8Xh__sVkyj5oGNWZAS0cMUbTMhAk4DOQs,23101 +django/conf/locale/km/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/km/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/km/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/km/formats.py,sha256=0UMLrZz1aI2sdRPkJ0YzX99co2IV6tldP7pEvGEPdP0,750 +django/conf/locale/kn/LC_MESSAGES/django.mo,sha256=fQ7AD5tUiV_PZFBxUjNPQN79dWBJKqfoYwRdrOaQjU4,17515 +django/conf/locale/kn/LC_MESSAGES/django.po,sha256=fS4Z7L4NGVQ6ipZ7lMHAqAopTBP0KkOc-eBK0IYdbBE,28133 +django/conf/locale/kn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/kn/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/kn/formats.py,sha256=X5j9VHIW2XRdeTzDFEyS8tG05OBFzP2R7sEGUQa_INg,680 +django/conf/locale/ko/LC_MESSAGES/django.mo,sha256=aSt-uHWVbFCVrPM-TgiAa8WN-2FgdMCl5ZXtJymtIe8,29171 +django/conf/locale/ko/LC_MESSAGES/django.po,sha256=58n1byFesjIGvoxY77-Z3aOPI6ZqgBrXsqT6kZvRiU0,32094 +django/conf/locale/ko/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ko/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ko/formats.py,sha256=Yox367v4HPL3N9VoJ1vJ81MpSEljJDlAcLa2kQY-ung,2060 +django/conf/locale/ky/LC_MESSAGES/django.mo,sha256=IBVfwPwaZmaoljMRBGww_wWGMJqbF_IOHHnH2j-yJw8,31395 +django/conf/locale/ky/LC_MESSAGES/django.po,sha256=5ACTPMMbXuPJbU7Rfzs0yZHh3xy483pqo5DwSBQp4s4,33332 +django/conf/locale/ky/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ky/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ky/formats.py,sha256=QCq7vxAD5fe9VhcjRhG6C3N28jNvdzKR-c-EvDSJ1Pg,1178 +django/conf/locale/lb/LC_MESSAGES/django.mo,sha256=tQSJLQUeD5iUt-eA2EsHuyYqsCSYFtbGdryATxisZsc,8008 +django/conf/locale/lb/LC_MESSAGES/django.po,sha256=GkKPLO3zfGTNync-xoYTf0vZ2GUSAotAjfPSP01SDMU,20622 +django/conf/locale/lt/LC_MESSAGES/django.mo,sha256=cdUzK5RYW-61Upf8Sd8ydAg9wXg21pJaIRWFSKPv17c,21421 +django/conf/locale/lt/LC_MESSAGES/django.po,sha256=Lvpe_xlbxSa5vWEossxBCKryDVT7Lwz0EnuL1kSO6OY,28455 +django/conf/locale/lt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/lt/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/lt/formats.py,sha256=C9ScR3gYswT1dQXFedUUnYe6DQPVGAS_nLxs0h2E3dE,1637 +django/conf/locale/lv/LC_MESSAGES/django.mo,sha256=xNhsWh1xWGgTKC2BOyoIBkMzRwqO-bCDaXaklkgFjfA,29204 +django/conf/locale/lv/LC_MESSAGES/django.po,sha256=MZsM94x6fQyw5DulxbPQ_cOaeAtjkEtMHBjnVnag4nQ,32051 +django/conf/locale/lv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/lv/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/lv/formats.py,sha256=k8owdq0U7-x6yl8ll1W5VjRoKdp8a1G2enH04G5_nvU,1713 +django/conf/locale/mk/LC_MESSAGES/django.mo,sha256=uQKmcys0rOsRynEa812XDAaeiNTeBMkqhR4LZ_cfdAk,22737 +django/conf/locale/mk/LC_MESSAGES/django.po,sha256=4K11QRb493wD-FM6-ruCxks9_vl_jB59V1c1rx-TdKg,29863 +django/conf/locale/mk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/mk/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/mk/formats.py,sha256=xwnJsXLXGogOqpP18u6GozjehpWAwwKmXbELolYV_k4,1451 +django/conf/locale/ml/LC_MESSAGES/django.mo,sha256=MGvV0e3LGUFdVIA-h__BuY8Ckom2dAhSFvAtZ8FiAXU,30808 +django/conf/locale/ml/LC_MESSAGES/django.po,sha256=iLllS6vlCpBNZfy9Xd_2Cuwi_1-Vz9fW4G1lUNOuZ6k,37271 +django/conf/locale/ml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ml/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ml/formats.py,sha256=ZR7tMdJF0U6K1H95cTqrFH4gop6ZuSQ7vD2h0yKq6mo,1597 +django/conf/locale/mn/LC_MESSAGES/django.mo,sha256=T8B76Nv_h6nCsTENPSAag_oGc67uj-fMy0jfHyQ7WLI,33282 +django/conf/locale/mn/LC_MESSAGES/django.po,sha256=uaXe-9Y8KcNBAij69nU0Id1ABE6q_pyNRhqigKGlzZY,35852 +django/conf/locale/mn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/mn/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/mn/formats.py,sha256=fsexJU9_UTig2PS_o11hcEmrbPBS8voI4ojuAVPOd_U,676 +django/conf/locale/mr/LC_MESSAGES/django.mo,sha256=wDaS4FOhKcxM7mhzwItieazQ_qBp97ZaKhTZgETDXt0,27608 +django/conf/locale/mr/LC_MESSAGES/django.po,sha256=6eBOK9ZgqrvD1pdIa3NtXojHx-qw_WJLxtNdCkEelrg,34449 +django/conf/locale/ms/LC_MESSAGES/django.mo,sha256=U4_kzfbYF7u78DesFRSReOIeVbOnq8hi_pReFfHfyUQ,27066 +django/conf/locale/ms/LC_MESSAGES/django.po,sha256=49pG3cykGjVfC9N8WPyskz-m7r6KmQiq5i8MR6eOi54,28985 +django/conf/locale/ms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ms/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ms/formats.py,sha256=YtOBs6s4j4SOmfB3cpp2ekcxVFoVGgUN8mThoSueCt0,1522 +django/conf/locale/my/LC_MESSAGES/django.mo,sha256=SjYOewwnVim3-GrANk2RNanOjo6Hy2omw0qnpkMzTlM,2589 +django/conf/locale/my/LC_MESSAGES/django.po,sha256=b_QSKXc3lS2Xzb45yVYVg307uZNaAnA0eoXX2ZmNiT0,19684 +django/conf/locale/nb/LC_MESSAGES/django.mo,sha256=qX1Z1F3YXVavlrECVkHXek9tsvJEXbWNrogdjjY3jCg,27007 +django/conf/locale/nb/LC_MESSAGES/django.po,sha256=QQ_adZsyp2BfzcJS-LXnZL0EMmUZLbnHsBB1pRRfV-8,29500 +django/conf/locale/nb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/nb/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/nb/formats.py,sha256=y1QLE-SG00eHwje0lkAToHtz4t621Rz_HQRyBWCgK8c,1552 +django/conf/locale/ne/LC_MESSAGES/django.mo,sha256=BcK8z38SNWDXXWVWUmOyHEzwk2xHEeaW2t7JwrxehKM,27248 +django/conf/locale/ne/LC_MESSAGES/django.po,sha256=_Kj_i2zMb7JLU7EN7Z7JcUn89YgonJf6agSFCjXa49w,33369 +django/conf/locale/nl/LC_MESSAGES/django.mo,sha256=n4OoqdJ2AIj7wfEBmaQsQAvzUox66eYYZLHD-0nuy24,28038 +django/conf/locale/nl/LC_MESSAGES/django.po,sha256=Yd8q1HkDYm2Uo2dSeuT9AjUHOQtB9oAAh9pg7AaT3gs,30998 +django/conf/locale/nl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/nl/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/nl/formats.py,sha256=cKaaOvRdeauORjvuZ1xyVcVsl36J3Zk4FSE-lnx2Xwg,3927 +django/conf/locale/nn/LC_MESSAGES/django.mo,sha256=Ccj8kjvjTefC8H6TuDCOdSrTmtkYXkmRR2V42HBMYo4,26850 +django/conf/locale/nn/LC_MESSAGES/django.po,sha256=oaVJTl0NgZ92XJv9DHdsXVaKAc81ky_R3CA6HljTH-8,29100 +django/conf/locale/nn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/nn/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/nn/formats.py,sha256=y1QLE-SG00eHwje0lkAToHtz4t621Rz_HQRyBWCgK8c,1552 +django/conf/locale/os/LC_MESSAGES/django.mo,sha256=LBpf_dyfBnvGOvthpn5-oJuFiSNHrgiVHBzJBR-FxOw,17994 +django/conf/locale/os/LC_MESSAGES/django.po,sha256=WYlAnNYwGFnH76Elnnth6YP2TWA-fEtvV5UinnNj7AA,26278 +django/conf/locale/pa/LC_MESSAGES/django.mo,sha256=H1hCnQzcq0EiSEaayT6t9H-WgONO5V4Cf7l25H2930M,11253 +django/conf/locale/pa/LC_MESSAGES/django.po,sha256=26ifUdCX9fOiXfWvgMkOXlsvS6h6nNskZcIBoASJec4,23013 +django/conf/locale/pl/LC_MESSAGES/django.mo,sha256=VoTIHWbC0XLJqpS4wAea5jiDSQpQ8NfaD3XL7u9c3vg,30719 +django/conf/locale/pl/LC_MESSAGES/django.po,sha256=50d1hkVl8pFesmnjAv2uXRRHogyoqCCdles57H0N7P0,34679 +django/conf/locale/pl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/pl/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/pl/formats.py,sha256=KREhPtHuzKS_ZsAqXs5LqYPGhn6O-jLd4WZQ-39BA8I,1032 +django/conf/locale/pt/LC_MESSAGES/django.mo,sha256=l9MiDXs9r9aPQp5hsgkcdWJ-SeGrYGgBTZ5C7y4tECo,22849 +django/conf/locale/pt/LC_MESSAGES/django.po,sha256=Zpu40rUqoJqSFma-34qkNR3hdTZdBJmOu5JWs6wobq8,28737 +django/conf/locale/pt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/pt/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/pt/formats.py,sha256=RQ9MuIwUPhiY2u-1hFU2abs9Wqv1qZE2AUAfYVK-NU8,1520 +django/conf/locale/pt_BR/LC_MESSAGES/django.mo,sha256=bpEMyJRffSrEs9OyoE_rLng-Bs2T32zdmagwUKWC3WY,29248 +django/conf/locale/pt_BR/LC_MESSAGES/django.po,sha256=_LkHRkqovTNNH5anC3IpH8pywXdNNY_lTZ2Ym_aWNQQ,33336 +django/conf/locale/pt_BR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/pt_BR/formats.py,sha256=J1IKV7cS2YMJ5_qlT9h1dDYUX9tLFvqA95l_GpZTLUY,1285 +django/conf/locale/ro/LC_MESSAGES/django.mo,sha256=9RSlC_3Ipn_Vm31ALaGHsrOA1IKmKJ5sN2m6iy5Hk60,21493 +django/conf/locale/ro/LC_MESSAGES/django.po,sha256=XoGlHKEnGlno_sbUTnbkg9nGkRfPIpxv7Wfm3hHGu9w,28099 +django/conf/locale/ro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ro/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ro/formats.py,sha256=e_dp0zyfFfoydrGyn6Kk3DnQIj7RTRuvRc6rQ6tSxzA,928 +django/conf/locale/ru/LC_MESSAGES/django.mo,sha256=1280JC3FOBVCVaK7BE_iru2xYkAYrNxJ-0JYONRzMLA,38784 +django/conf/locale/ru/LC_MESSAGES/django.po,sha256=rVUdVLXGI__l3Ies16FYNDvnYNMGoWavasonYkMXOg0,42155 +django/conf/locale/ru/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ru/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ru/formats.py,sha256=lTfYbecdSmHCxebog_2bd0N32iD3nEq_f5buh9il-nI,1098 +django/conf/locale/sk/LC_MESSAGES/django.mo,sha256=2UgS2LCSCPEhJV4R2LQXxGw1LvAZMvi6B1ITaVD_x_U,29965 +django/conf/locale/sk/LC_MESSAGES/django.po,sha256=vt-A2Ayh5r-a49x3lLxe8FU7tm-S2YQHRk-N15smi9k,32799 +django/conf/locale/sk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/sk/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/sk/formats.py,sha256=bWj0FNpYfOAgi9J-L4VuiN6C_jsgPsKNdLYd9gTnFs0,1051 +django/conf/locale/sl/LC_MESSAGES/django.mo,sha256=1mzO4ZC9IYwbKM7iavLJfb2bYaLaC1UVmm4T37Xil7g,23147 +django/conf/locale/sl/LC_MESSAGES/django.po,sha256=EDR734fFO7UM_F-4Q-psEHc-VF2po7fl6n5akKdWYyY,29440 +django/conf/locale/sl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/sl/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/sl/formats.py,sha256=Nq4IfEUnlGebMZeRvB2l9aps-5G5b4y1kQ_3MiJTfe8,1642 +django/conf/locale/sq/LC_MESSAGES/django.mo,sha256=F-aD9n_Z-mvRkF_A7oPgsYB6XyaBKvniBGdHzXFckA4,28772 +django/conf/locale/sq/LC_MESSAGES/django.po,sha256=Z2-A9zXYkrhH2JbNuutX5E7Tq17U1Z4EgSEulkiVXDU,31279 +django/conf/locale/sq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/sq/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/sq/formats.py,sha256=SA_jCSNwI8-p79skHoLxrPLZnkyq1PVadwT6gMt7n_M,688 +django/conf/locale/sr/LC_MESSAGES/django.mo,sha256=kDxODAVghPzZzL4TpXJ7kP_Qo8ine8ETuP_471f4d8s,35028 +django/conf/locale/sr/LC_MESSAGES/django.po,sha256=yH1xOGj3gGx6MzB7zGrKOznfPRDW452KdIt9MCMjNKo,37554 +django/conf/locale/sr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/sr/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/sr/formats.py,sha256=F3_gYopOXINcllaPFzTqZrZ2oZ1ye3xzR0NQtlqXYp0,1729 +django/conf/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=GHilyEVbIGQt6ItMgQJVk-m6TF8tgHI4rtidYmOwUGI,28715 +django/conf/locale/sr_Latn/LC_MESSAGES/django.po,sha256=FegpyTDYtB-kPG8d8EmK_lK3C7PSxhc2p9xLAZadO74,41466 +django/conf/locale/sr_Latn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/sr_Latn/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/sr_Latn/formats.py,sha256=BDZm-ajQgCIxQ8mCcckEH32IoCN9233TvAOXkg4mc38,1728 +django/conf/locale/sv/LC_MESSAGES/django.mo,sha256=4q_4GPIZvzE7s1C4sgvsx9sSRzKDK24TrAD7q2zp0Ec,27931 +django/conf/locale/sv/LC_MESSAGES/django.po,sha256=qU6W_rowtMYEyxYYfsIL9pyrXtEviohqqYEZmH0yKIU,30957 +django/conf/locale/sv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/sv/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/sv/formats.py,sha256=9o8ZtaSq1UOa5y6Du3rQsLAAl5ZOEdVY1OVVMbj02RA,1311 +django/conf/locale/sw/LC_MESSAGES/django.mo,sha256=aUmIVLANgSCTK5Lq8QZPEKWjZWnsnBvm_-ZUcih3J6g,13534 +django/conf/locale/sw/LC_MESSAGES/django.po,sha256=GOE6greXZoLhpccsfPZjE6lR3G4vpK230EnIOdjsgPk,22698 +django/conf/locale/ta/LC_MESSAGES/django.mo,sha256=WeM8tElbcmL11P_D60y5oHKtDxUNWZM9UNgXe1CsRQ4,7094 +django/conf/locale/ta/LC_MESSAGES/django.po,sha256=kgHTFqysEMj1hqktLr-bnL1NRM715zTpiwhelqC232s,22329 +django/conf/locale/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ta/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ta/formats.py,sha256=vmjfiM54oJJxqcdgZJUNNQN7oMS-XLVBYJ4lWBb5ctY,682 +django/conf/locale/te/LC_MESSAGES/django.mo,sha256=Sk45kPC4capgRdW5ImOKYEVxiBjHXsosNyhVIDtHLBc,13259 +django/conf/locale/te/LC_MESSAGES/django.po,sha256=IQxpGTpsKUtBGN1P-KdGwvE7ojNCqKqPXEvYD3qT5A4,25378 +django/conf/locale/te/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/te/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/te/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/te/formats.py,sha256=-HOoZgmnME4--4CuXzcnhXqNma0Wh7Ninof3RCCGZkU,680 +django/conf/locale/tg/LC_MESSAGES/django.mo,sha256=ePzS2pD84CTkHBaiaMyXBxiizxfFBjHdsGH7hCt5p_4,28497 +django/conf/locale/tg/LC_MESSAGES/django.po,sha256=oSKu3YT3griCrDLPqptZmHcuviI99wvlfX6I6nLJnDk,33351 +django/conf/locale/tg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/tg/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/tg/formats.py,sha256=TG5TGfLNy4JSjl-QAWk46gIEb0ijdBpqPrDtwfJzshw,1160 +django/conf/locale/th/LC_MESSAGES/django.mo,sha256=SJeeJWbdF-Lae5BendxlyMKqx5zdDmh3GCQa8ER5FyY,18629 +django/conf/locale/th/LC_MESSAGES/django.po,sha256=K4ITjzHLq6DyTxgMAfu3CoGxrTd3aG2J6-ZxQj2KG1U,27507 +django/conf/locale/th/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/th/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/th/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/th/formats.py,sha256=SmCUD-zVgI1QE2HwqkFtAO87rJ-FoCjw1s-2-cfl1h0,1072 +django/conf/locale/tk/LC_MESSAGES/django.mo,sha256=qtFLB9rBkpUDv5LtNAZqkkCKtquMySyg3dzQ8x_Nb-Y,27792 +django/conf/locale/tk/LC_MESSAGES/django.po,sha256=dEjcfeYmvjKbAPFVCmrlh7rVOU90MgiYpoo1cHfPj2E,30232 +django/conf/locale/tk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/tk/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/tk/formats.py,sha256=TG5TGfLNy4JSjl-QAWk46gIEb0ijdBpqPrDtwfJzshw,1160 +django/conf/locale/tr/LC_MESSAGES/django.mo,sha256=uH2Uu81XQaQeoizE-5eUHIba-V1Mr7q1smGHd0Aug7k,28862 +django/conf/locale/tr/LC_MESSAGES/django.po,sha256=2hMb5M7ZIpp-QIXGox-1OJEVmBUTl4nXErLfhYpeOaY,31453 +django/conf/locale/tr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/tr/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/tr/formats.py,sha256=yJg-7hmevD1gvj9iBRMCiYGgd5DxKZcL7T_C3K3ztME,1019 +django/conf/locale/tt/LC_MESSAGES/django.mo,sha256=r554DvdPjD_S8hBRjW8ehccEjEk8h7czQsp46FZZ_Do,14500 +django/conf/locale/tt/LC_MESSAGES/django.po,sha256=W8QgEAH7yXNmjWoF-UeqyVAu5jEMHZ5MXE60e5sawJc,24793 +django/conf/locale/udm/LC_MESSAGES/django.mo,sha256=cIf0i3TjY-yORRAcSev3mIsdGYT49jioTHZtTLYAEyc,12822 +django/conf/locale/udm/LC_MESSAGES/django.po,sha256=n9Az_8M8O5y16yE3iWmK20R9F9VoKBh3jR3iKwMgFlY,23113 +django/conf/locale/ug/LC_MESSAGES/django.mo,sha256=eML-Exb0koE_d6T7JFD7XutA1QRlralN1YDXvhVGnak,35426 +django/conf/locale/ug/LC_MESSAGES/django.po,sha256=JvASi6v4eg23O5qJbqIVuLE-enF3GJSA6rvCaQvsN14,37711 +django/conf/locale/ug/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ug/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ug/formats.py,sha256=qoSAkaWqJ7FW2OTGaZs_CfiMN9PxAVxHecZfwNCzdUo,454 +django/conf/locale/uk/LC_MESSAGES/django.mo,sha256=n1YrNtVEZr75_N5CMcbYZmzxUOMi5miny3GRaMyKKh8,30829 +django/conf/locale/uk/LC_MESSAGES/django.po,sha256=XraKjvG_kJhJ19fNEIKoXt7r19J-l-e8wQoemW6_FBw,36731 +django/conf/locale/uk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/uk/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/uk/formats.py,sha256=ZmeYmL0eooFwQgmE054V36RQ469ZTfAv6k8SUJrDYQ8,1241 +django/conf/locale/ur/LC_MESSAGES/django.mo,sha256=jCdCVuf1dv5BEk3xzuBRstDxHz2-xkSd3rl15f2xPI4,12200 +django/conf/locale/ur/LC_MESSAGES/django.po,sha256=nwj0ulflNl_4JcnweumBkGI7jsgNSqr_voguzMMHcCM,24535 +django/conf/locale/uz/LC_MESSAGES/django.mo,sha256=CJSRoHJANkNevG-6QM-TL5VJ9UgS63dWPHeGHan9Ano,26443 +django/conf/locale/uz/LC_MESSAGES/django.po,sha256=u6En3LJg7x7VKsCNff3haprDlsizPxBukfWomKXaMak,29725 +django/conf/locale/uz/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/uz/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/uz/formats.py,sha256=cdmqOUBVnPSyi2k9AkOGl27s89PymFePG2gtnYzYbiw,1176 +django/conf/locale/vi/LC_MESSAGES/django.mo,sha256=TMsBzDnf9kZndozqVUnEKtKxfH2N1ajLdrm8hJ4HkYI,17396 +django/conf/locale/vi/LC_MESSAGES/django.po,sha256=tL2rvgunvaN_yqpPSBYAKImFDaFaeqbnpEw_egI11Lo,25342 +django/conf/locale/vi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/vi/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/vi/formats.py,sha256=_xIugkqLnjN9dzIhefMpsJXaTPldr4blKSGS-c3swg0,762 +django/conf/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=CZqKOS9yxhbN1BhNHffZdJ3qE1QaeImdW8XUqe5W3bE,26813 +django/conf/locale/zh_Hans/LC_MESSAGES/django.po,sha256=hdRSNf2_CNYcbIil9MvD7TsaZxv90rZJor6ih5AM54M,30108 +django/conf/locale/zh_Hans/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/zh_Hans/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/zh_Hans/formats.py,sha256=iMb9Taj6xQQA3l_NWCC7wUlQuh4YfNUgs2mHcQ6XUEo,1598 +django/conf/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=YCiWKaObQgZS064_ckrkXv99QLyGAiQI1zfIRW2A_2I,26807 +django/conf/locale/zh_Hant/LC_MESSAGES/django.po,sha256=_LJtnSCK6lk8394Gd_8TXaCHfa7zHnVeOi4ujsk6EPE,29060 +django/conf/locale/zh_Hant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/zh_Hant/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/zh_Hant/formats.py,sha256=iMb9Taj6xQQA3l_NWCC7wUlQuh4YfNUgs2mHcQ6XUEo,1598 +django/conf/project_template/manage.py-tpl,sha256=JDuGG02670bELmn3XLUSxHFZ8VFhqZTT_oN9VbT5Acc,674 +django/conf/project_template/project_name/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/project_template/project_name/asgi.py-tpl,sha256=q_6Jo5tLy6ba-S7pLs3YTK7byxSBmU0oYylYJlNvwHI,428 +django/conf/project_template/project_name/settings.py-tpl,sha256=WL949LQPZMyvet9W5G1yL9PMcDPZ6RWqbCcjbe9ZozU,3282 +django/conf/project_template/project_name/urls.py-tpl,sha256=5en0vlo3TdXdQquXZVNENrmX2DZJxje156HqcRbySKU,789 +django/conf/project_template/project_name/wsgi.py-tpl,sha256=OCfjjCsdEeXPkJgFIrMml_FURt7msovNUPnjzb401fs,428 +django/conf/urls/__init__.py,sha256=qmpaRi5Gn2uaY9h3g9RNu0z3LDEpEeNL9JlfSLed9s0,292 +django/conf/urls/__pycache__/__init__.cpython-312.pyc,, +django/conf/urls/__pycache__/i18n.cpython-312.pyc,, +django/conf/urls/__pycache__/static.cpython-312.pyc,, +django/conf/urls/i18n.py,sha256=M_lO6q_92QrrPoTY9oui95BQgJfPla9edRNuN5Vc4GM,1166 +django/conf/urls/static.py,sha256=gZOYaiIf3SxQ75N69GyVm9C0OmQv1r1IDrUJ0E7zMe0,908 +django/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/__pycache__/__init__.cpython-312.pyc,, +django/contrib/admin/__init__.py,sha256=i0TwjHWq6qfZJ0e9pVWAZXxVHZ-eOPewGjtdwHljbOM,1203 +django/contrib/admin/__pycache__/__init__.cpython-312.pyc,, +django/contrib/admin/__pycache__/actions.cpython-312.pyc,, +django/contrib/admin/__pycache__/apps.cpython-312.pyc,, +django/contrib/admin/__pycache__/checks.cpython-312.pyc,, +django/contrib/admin/__pycache__/decorators.cpython-312.pyc,, +django/contrib/admin/__pycache__/exceptions.cpython-312.pyc,, +django/contrib/admin/__pycache__/filters.cpython-312.pyc,, +django/contrib/admin/__pycache__/forms.cpython-312.pyc,, +django/contrib/admin/__pycache__/helpers.cpython-312.pyc,, +django/contrib/admin/__pycache__/models.cpython-312.pyc,, +django/contrib/admin/__pycache__/options.cpython-312.pyc,, +django/contrib/admin/__pycache__/sites.cpython-312.pyc,, +django/contrib/admin/__pycache__/tests.cpython-312.pyc,, +django/contrib/admin/__pycache__/utils.cpython-312.pyc,, +django/contrib/admin/__pycache__/widgets.cpython-312.pyc,, +django/contrib/admin/actions.py,sha256=gOSd7rrFjIL1HxDSP8yJ36ie7J9DH06M_wsH9QvSFGM,3181 +django/contrib/admin/apps.py,sha256=BOiulA4tsb3wuAUtLGTGjrbywpSXX0dLo2pUCGV8URw,840 +django/contrib/admin/checks.py,sha256=KkyUfKtosw8cRETN3RSvPO2NOPgdEUjOt1ilnFMYvBM,50474 +django/contrib/admin/decorators.py,sha256=dki7GLFKOPT-mB5rxsYX12rox18BywroxmrzjG_VJXM,3481 +django/contrib/admin/exceptions.py,sha256=VJhzurallXV322hhZklmvp3OmDIZZQpbEOuE-CX7938,507 +django/contrib/admin/filters.py,sha256=xWca0wsA_fGlkgV9mAXA3RipmXvj8EKaumU4f_Kyk9s,27668 +django/contrib/admin/forms.py,sha256=0UCJstmmBfp_c_0AqlALJQYy9bxXo9fqoQQICQONGEo,1023 +django/contrib/admin/helpers.py,sha256=9StpoEjTZH30IP0hRVZJJjGf-nKWfnMwD3enQuPNhII,18620 +django/contrib/admin/locale/af/LC_MESSAGES/django.mo,sha256=GgKqAhO9cxtkT9rw89vM_vvQCJuXU7-dC6C9QPIgcsQ,17709 +django/contrib/admin/locale/af/LC_MESSAGES/django.po,sha256=eJAIkGbwtMY5ukNCkbmFculcUWVuTzZlTZlHElQIkpw,19078 +django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo,sha256=eD8mj7MPFSc6GEmwpGLs7lE7w0CKc1EuZ2GcEwWRF0U,5390 +django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po,sha256=xBcNbFhUtTYjQfCqfqRDQdsVrgau1_3032-whoiNzCM,6172 +django/contrib/admin/locale/am/LC_MESSAGES/django.mo,sha256=UOwMxYH1r5AEBpu-P9zxHazk3kwI4CtsPosGIYtl6Hs,8309 +django/contrib/admin/locale/am/LC_MESSAGES/django.po,sha256=NmsIZoBEQwyBIqbKjkwCJ2_iMHnMKB87atoT0iuNXrw,14651 +django/contrib/admin/locale/ar/LC_MESSAGES/django.mo,sha256=oRIBJNmuv50Tzbh0H31zVmeqcSL93hGI3MBN7Cyv3ss,21655 +django/contrib/admin/locale/ar/LC_MESSAGES/django.po,sha256=WvwYNfhIcc_5teKdIKn_axnDLLXaJZRJ72mJGXcR6MU,23233 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo,sha256=xoI2xNKgspuuJe1UCUB9H6Kyp3AGhj5aeo_WEg5e23A,6545 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po,sha256=jwehFDFk3lMIEH43AEU_JyHOm84Seo-OLd5FmGBbaxo,7281 +django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=ipELNNGQYb_nHTEQbUFED8IT26L9c2UXsELf4wk0q6k,19947 +django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po,sha256=2mGF2NfofR8WgSJPShF5CrMjECXj0dGFcFaZ2lriulc,21378 +django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo,sha256=L3N1U9OFXYZ8OfrvKHLbVvXa40biIDdmon0ZV8BOIvY,6423 +django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po,sha256=Atzp95E2dFtSHZHHna0pBCqU_2V7partODX675OBkQs,7206 +django/contrib/admin/locale/ast/LC_MESSAGES/django.mo,sha256=3uffu2zPbQ1rExUsG_ambggq854Vy8HbullkCYdazA4,2476 +django/contrib/admin/locale/ast/LC_MESSAGES/django.po,sha256=wCWFh9viYUhTGOX0mW3fpN2z0kdE6b7IaA-A5zzb3Yo,11676 +django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo,sha256=kiG-lzQidkXER5s_6POO1G91mcAv9VAkAXI25jdYBLE,2137 +django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po,sha256=s4s6aHocTlzGcFi0p7cFGTi3K8AgoPvFCv7-Hji6At0,4085 +django/contrib/admin/locale/az/LC_MESSAGES/django.mo,sha256=QzDkkfJCM4EbiZHVBq-iwmzj-13xc28fGOet58qTyrI,18951 +django/contrib/admin/locale/az/LC_MESSAGES/django.po,sha256=AUfAGJARt8LhmawUm_hINDeb4wE9D7x7qhpPZ_BaCiM,20376 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo,sha256=McTZmAOzeJ1LOqG__9uNKig2tcey369udOV1Xe_LK6Q,5777 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po,sha256=T0KeCeUrzjrGvO22VHzdsENPCYjbk78HT34ns7DWhIc,6597 +django/contrib/admin/locale/be/LC_MESSAGES/django.mo,sha256=IjTtpYh76R2vjYeb2-WSJP7P_snmN4VoaDO2DTZrMzg,23272 +django/contrib/admin/locale/be/LC_MESSAGES/django.po,sha256=qZ9BY_ZHMAxjUFP69Hws8mjcj-nXtcFwSqSQ91G3-H8,24592 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo,sha256=avqGXYeIJ38_GO9l41-IR6Iv-SKsiN9GWFHxwm-m0yU,7220 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po,sha256=pfq642L1YAYO4O4Dw56AiCMgl_p7R-XUL2bLf6x2DSk,8028 +django/contrib/admin/locale/bg/LC_MESSAGES/django.mo,sha256=fNYcFUCFOnBEH_lR4t80bUN6IwkjS5tIs7xWRNxu80I,22994 +django/contrib/admin/locale/bg/LC_MESSAGES/django.po,sha256=1HZYpZgHwqJsPMwasK1O8zv7mDgX3t-2JTdtV_lzM_w,24461 +django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo,sha256=IRQMah9wBmq0g9RZ5hBH_dvQD4Q_pmNG4jJHxCGWwZI,7195 +django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po,sha256=zv5xU9wS1PCdsmmWaV8txSdY4JduEse7w4iWd3QkzsE,7900 +django/contrib/admin/locale/bn/LC_MESSAGES/django.mo,sha256=I3KUX53ePEC-8x_bwkR5spx3WbJRR8Xf67_2Xrr7Ccg,18585 +django/contrib/admin/locale/bn/LC_MESSAGES/django.po,sha256=UvKCBSa5MuxxZ7U5pRWXH6CEQ9WCJH2cQND0jjBmgpQ,22889 +django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo,sha256=t_OiMyPMsR2IdH65qfD9qvQfpWbwFueNuY72XSed2Io,2313 +django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po,sha256=iFwEJi4k3ULklCq9eQNUhKVblivQPJIoC_6lbyEkotY,4576 +django/contrib/admin/locale/br/LC_MESSAGES/django.mo,sha256=yCuMwrrEB_H44UsnKwY0E87sLpect_AMo0GdBjMZRPs,6489 +django/contrib/admin/locale/br/LC_MESSAGES/django.po,sha256=WMU_sN0ENWgyEbKOm8uVQfTQh9sabvKihtSdMt4XQBM,13717 +django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo,sha256=n7Yx2k9sAVSNtdY-2Ao6VFsnsx4aiExZ3TF_DnnrKU0,1658 +django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po,sha256=gjg-VapbI9n_827CqNYhbtIQ8W9UcMmMObCsxCzReUU,4108 +django/contrib/admin/locale/bs/LC_MESSAGES/django.mo,sha256=44D550fxiO59Pczu5HZ6gvWEClsfmMuaxQWbA4lCW2M,8845 +django/contrib/admin/locale/bs/LC_MESSAGES/django.po,sha256=FrieR1JB4ssdWwYitJVpZO-odzPBKrW4ZsGK9LA595I,14317 +django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo,sha256=SupUK-RLDcqJkpLEsOVjgZOWBRKQMALZLRXGEnA623M,1183 +django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po,sha256=TOtcfw-Spn5Y8Yugv2OlPoaZ5DRwJjRIl-YKiyU092U,3831 +django/contrib/admin/locale/ca/LC_MESSAGES/django.mo,sha256=Wj8KdBSUuUtebE45FK3kvzl155GdTv4KgecoMxFi0_g,17535 +django/contrib/admin/locale/ca/LC_MESSAGES/django.po,sha256=5s5RIsOY5uL1oQQ5IrOhsOgAWWFZ25vTcYURO2dlR8g,19130 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo,sha256=HjPaPtF5TZGtRu1P40X2YIuRAoKndwurWE4nlZlc7sE,6075 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po,sha256=G7jxAwjnpvvlGinLWDx_awUBu6XwVrdIFqdxBDMVfJQ,6906 +django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo,sha256=ZVy1U4xWrNSU7lUL2mfdqx9MMQODgbi5B5g7Cea_26M,23234 +django/contrib/admin/locale/ckb/LC_MESSAGES/django.po,sha256=TDGnHwoHvZbYmOvsQEU8rHAgzjp5dY1jAwyu3VGblbo,24560 +django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo,sha256=-Czkr04TLjKYmob6CyoJxuS3YcUs7z-I9Sgh6rOyOdc,7671 +django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po,sha256=L1r7AcAvTOFO3_uzQ_9oRHEIYAcnDWd_oIIqX133mjU,8392 +django/contrib/admin/locale/cs/LC_MESSAGES/django.mo,sha256=w2IX5ZS8RaBtWWIvlPiAbcUDpmjiFD2ZGiqEkCzBSdc,19004 +django/contrib/admin/locale/cs/LC_MESSAGES/django.po,sha256=ijy86d9djUVhsRGT52tuLbrKRN3ETNQzo8bSxEdlmhs,20670 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo,sha256=ArA6qnVlUAsj7EugF0GM4XW494VpTEj3Uu__Qu9jIig,6596 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po,sha256=DKsC0k5i9t3i77uxR_h99MOip-fc3JPDIV9EriGr7qw,7587 +django/contrib/admin/locale/cy/LC_MESSAGES/django.mo,sha256=7ifUyqraN1n0hbyTVb_UjRIG1jdn1HcwehugHBiQvHs,12521 +django/contrib/admin/locale/cy/LC_MESSAGES/django.po,sha256=bS_gUoKklZwd3Vs0YlRTt24-k5ure5ObTu-b5nB5qCA,15918 +django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo,sha256=fOCA1fXEmJw_QaXEISLkuBhaMnEmP1ssP9lhqdCCC3c,3801 +django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po,sha256=OVcS-3tlMJS_T58qnZbWLGczHwFyAjbuWr35YwuxAVM,5082 +django/contrib/admin/locale/da/LC_MESSAGES/django.mo,sha256=7_hYoJ5S8Qki7Cff0RLkSIPHtPeHZrtMBBaDF0vIKX8,18049 +django/contrib/admin/locale/da/LC_MESSAGES/django.po,sha256=GUxYk2nbLZ5GmA_ACJYentMSKPYNDfKulg5DymVMe_Q,19457 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo,sha256=FSnUEFocN91NyAaDmEQn7Rsit95EYpTrAeleHu-zREM,5500 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po,sha256=tNhgrEX4KTmYSPq7VqPr8aH3Ea8WFxf4CNjakmXkFMs,6415 +django/contrib/admin/locale/de/LC_MESSAGES/django.mo,sha256=8mKmD7YEv2qa88Ey7I_7GO7e_uyoWZOWyUOBcMhbFSY,18262 +django/contrib/admin/locale/de/LC_MESSAGES/django.po,sha256=ps6G5JurHA_x3lFq0-8ejq_JqlviSEW0d9RNwVrukik,20149 +django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo,sha256=kdve4d181AhGDekHiaxt79iyVWvahp3k9SN3H6Xx_9w,6130 +django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po,sha256=tb25boxPrggqnB7mB2M5iyZ6CEM87PBZNa_JzaOXFF4,6921 +django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo,sha256=JfYepG0p5kaXbQqajK51A7navCp3r1Ng_EK44MMR07o,19107 +django/contrib/admin/locale/dsb/LC_MESSAGES/django.po,sha256=yTLufP5D0AR0Bo5LLxuGqrSYMoZ9tQISgdv1k_OvFGM,20359 +django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo,sha256=By541_nnIOLmDekdlPT1TK6zwUhwyW34C-anmGWQiOA,6202 +django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po,sha256=8CMYXjuFO9STZz3rfs4Sxd4esFEu1GTeXkafZapAU_0,6970 +django/contrib/admin/locale/el/LC_MESSAGES/django.mo,sha256=54kG_94nJigDgJpZM8Cy58G_AGLdS5csJFEjTTvJBfM,22968 +django/contrib/admin/locale/el/LC_MESSAGES/django.po,sha256=f2gUQtedb0sZCBxAoy3hP2rGXT9ysP5UTOlCBvu2NvI,24555 +django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo,sha256=cix1Bkj2hYO_ofRvtPDhJ9rBnTR6-cnKCFKpZrsxJ34,6509 +django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po,sha256=R05tMMuQEjVQpioy_ayQgFBlLM4WdwXthkMguW6ga24,7339 +django/contrib/admin/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admin/locale/en/LC_MESSAGES/django.po,sha256=bFTihRbMdNnasQx7HzUzERlTYFhu6lItoRdgMFeIRvs,25651 +django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po,sha256=VncMFkFMuX0jMarJQtEfPJ8mMwLeCcr1WETUY79xvGs,8709 +django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo,sha256=QEvxPxDqNUmq8NxN-8c_F6KMEcWWum3YzERlc3_S_DM,16191 +django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po,sha256=BoVuGaPoGdQcF3zdgGRxrNKSq2XLHTvKfINCyU8t86Y,17548 +django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo,sha256=s0qPS8TjODtPo4miSznQfS6M8CQK9URDeMKeQsp7DK4,5001 +django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=YecPU6VmUDDNNIzZVl2Wgd6lNRp3msJaW8FhdHMtEyc,5553 +django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo,sha256=pFkTMRDDj76WA91wtGPjUB7Pq2PN7IJEC54Tewobrlc,11159 +django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po,sha256=REUJMGLGRyDMkqh4kJdYXO9R0Y6CULFVumJ_P3a0nv0,15313 +django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo,sha256=hW325c2HlYIIdvNE308c935_IaDu7_qeP-NlwPnklhQ,3147 +django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=Ol5j1-BLbtSIDgbcC0o7tg_uHImcjJQmkA4-kSmZY9o,4581 +django/contrib/admin/locale/eo/LC_MESSAGES/django.mo,sha256=zAeGKzSNit2LNNX97WXaARyzxKIasOmTutcTPqpRKAE,14194 +django/contrib/admin/locale/eo/LC_MESSAGES/django.po,sha256=LHoYvbenD9A05EkHtOk8raW7aKyyiqN50d6OHMxnAZY,17258 +django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo,sha256=hGXULxueBP24xSZ0StxfFCO0vwZZME7OEERxgnWBqcI,4595 +django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po,sha256=enHGjcvH_B0Z9K2Vk391qHAKT7QamqUcx8xPzYLQltA,5698 +django/contrib/admin/locale/es/LC_MESSAGES/django.mo,sha256=z7mJ2YUV6e0_odpuukMjoqaDT5RRiLGH5UuwSiJeYn4,19175 +django/contrib/admin/locale/es/LC_MESSAGES/django.po,sha256=QbZ-uxYXVUAB9pzqy3n06O_VqMIdyRBtJX8q_78dPGY,21357 +django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo,sha256=0Zr6VVh1M5tOG4MmYiEEUZA6GsTRYCwpyiyCmoWBu2c,5831 +django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po,sha256=g-3QQDomaiFFpS7aSE6fueO7Ll4vmNWGOx-WDngXVss,6866 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo,sha256=qXxQAVqtOJgMuZjLfCNlYiuUzRaOaV3HJrOuOxxVtfI,19306 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po,sha256=LneQnuXj05NnsJkvN3h4NZjqeNiXUVzTufIQ19K7004,20616 +django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo,sha256=wiF10mZhUPy8G5fcMpAqKPKqk-aMhHAoKnRY6yBVMmY,6131 +django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po,sha256=Rl_mJ_AsM-ld2hfS069gm0xuxyd1T34FtIBT-q2iBY8,6871 +django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo,sha256=0k8kSiwIawYCa-Lao0uetNPLUzd4m_me3tCAVBvgcSw,15156 +django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po,sha256=4T_syIsVY-nyvn5gEAtfN-ejPrJSUpNT2dmzufxaBsE,17782 +django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo,sha256=PLS10KgX10kxyy7MUkiyLjqhMzRgkAFGPmzugx9AGfs,3895 +django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po,sha256=Y4bkC8vkJE6kqLbN8t56dR5670B06sB2fbtVzmQygK8,5176 +django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo,sha256=O8CbY83U4fTvvPPuONtlMx6jpA-qkrYxNTkLuMrWiRQ,11517 +django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po,sha256=8MSKNxhHMp0ksr5AUUAbs_H6MtMjIqkaFwmaJlBxELs,16307 +django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo,sha256=2w3CMJFBugP8xMOmXsDU82xUm8cWGRUGZQX5XjiTCpM,3380 +django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po,sha256=OP9cBsdCf3zZAXiKBMJPvY1AHwC_WE1k2vKlzVCtUec,4761 +django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo,sha256=himCORjsM-U3QMYoURSRbVv09i0P7-cfVh26aQgGnKg,16837 +django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po,sha256=mlmaSYIHpa-Vp3f3NJfdt2RXB88CVZRoPEMfl-tccr0,18144 +django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo,sha256=Zy-Hj_Mr2FiMiGGrZyssN7GZJrbxRj3_yKQFZKR36Ro,4635 +django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po,sha256=RI8CIdewjL3bAivniMOl7lA9tD7caP4zEo2WK71cX7c,5151 +django/contrib/admin/locale/et/LC_MESSAGES/django.mo,sha256=-OGEknBvQAJcdZ-6MQBL4TOUyzvplOcXwKqqkUE5IFg,17675 +django/contrib/admin/locale/et/LC_MESSAGES/django.po,sha256=Y0l9bxGkEi8nsirIAw0VkyzbHwMbAaGmZ_0aLKUaLMA,19241 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo,sha256=j38AhwE8uWvn5bVeiXMwo2EHg3azFq192pWsTXw1y0w,4951 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po,sha256=KpyLe4R3JG4Ill-9vduLayus83IDnf53k7t1zjP3qag,6084 +django/contrib/admin/locale/eu/LC_MESSAGES/django.mo,sha256=CBk_9H8S8LlK8hfGQsEB7IgSms-BsURzAFrX9Zrsw4c,15009 +django/contrib/admin/locale/eu/LC_MESSAGES/django.po,sha256=9vnPgJRPcdSa4P5rguB5zqWQC1xAt4POzDw-mSD8UHs,17489 +django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo,sha256=vKtO_mbexiW-EO-L-G0PYruvc8N7GOF94HWQCkDnJNQ,4480 +django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po,sha256=BAWU-6kH8PLBxx_d9ZeeueB_lV5KFXjbRJXgKN43nQ4,5560 +django/contrib/admin/locale/fa/LC_MESSAGES/django.mo,sha256=ES3szHZ8iJqlqyHs72AGwwYnsW1FNqIbGhs7JWAQpeE,21031 +django/contrib/admin/locale/fa/LC_MESSAGES/django.po,sha256=c1zhqDswEaZ2-eiNgzY94RYZ98dRyfo-sTU00RR4J-E,23243 +django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo,sha256=MAje4ub3vWYhiKrVR_LvxAIqkvOlFpVcXQEBz3ezlPs,6050 +django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po,sha256=1nzEmRuswDmyCCMShGH2CYdjMY7tUuedfN4kDCEnTCM,6859 +django/contrib/admin/locale/fi/LC_MESSAGES/django.mo,sha256=qXNAKLeJGOXu06lWQH2EjAf88Sz28QkN6Sk169nLP8w,17498 +django/contrib/admin/locale/fi/LC_MESSAGES/django.po,sha256=LnWw3QvvRKL3QIdb73TWvILZPSO5u7AXOO2w_SeyPqA,19207 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo,sha256=7dJwmO361wJAxrRJ3YEeBlJi2r7NXQNOfEeOj_j3uKE,4993 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po,sha256=ze5Z223mNN1lpYNk6WpPgxCRVgK_VMLWDWmNBc-rAz4,6153 +django/contrib/admin/locale/fr/LC_MESSAGES/django.mo,sha256=P609TUMJa9rmp_7yEkgB8TEgl7SZ6GwrAHVcYeH-rb0,19999 +django/contrib/admin/locale/fr/LC_MESSAGES/django.po,sha256=vp35en0d6dP7pNE4HvN0Sla9Pigt1VcnfhgQZH8896g,21373 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo,sha256=gM98dOd3FGvot4V-RNNbL8FV6TBFTTcB4oEbNx1qjqs,6080 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po,sha256=wqs3ZbFNgkBGbFOmnlE_6TrM2n-TP0Tn1UT6WYsVCmM,6891 +django/contrib/admin/locale/fy/LC_MESSAGES/django.mo,sha256=mWnHXGJUtiewo1F0bsuJCE_YBh7-Ak9gjTpwjOAv-HI,476 +django/contrib/admin/locale/fy/LC_MESSAGES/django.po,sha256=oSKEF_DInUC42Xzhw9HiTobJjE2fLNI1VE5_p6rqnCE,10499 +django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po,sha256=efBDCcu43j4SRxN8duO5Yfe7NlpcM88kUPzz-qOkC04,2864 +django/contrib/admin/locale/ga/LC_MESSAGES/django.mo,sha256=2Qn62CmOwgNaeLnV6JE2dNVl9tSZaYGGx5NG8X6g6Z0,19428 +django/contrib/admin/locale/ga/LC_MESSAGES/django.po,sha256=00HFcdeQmjvrTyfUz4I8cFM_bYqF5bLX5pwFht-iPO0,20913 +django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo,sha256=Cdx01Gpcs6wYEnpSif1r4O9gKj-YL__IXfBaL-Wx0u0,6910 +django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po,sha256=7u1ncj7NVTb54Yak8wMFqCKHfjtb6EfFouhT2sbQlIg,7828 +django/contrib/admin/locale/gd/LC_MESSAGES/django.mo,sha256=HEqiGvjMp0NnfIS0Z-c1i8SicEtMPIg8LvNMh-SXiPg,18871 +django/contrib/admin/locale/gd/LC_MESSAGES/django.po,sha256=cZWnJyEoyGFLbk_M4-eddTJLKJ0dqTIlIj4w6YwcjJg,20139 +django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo,sha256=QA2_hxHGzt_y0U8sAGQaT27IvvyWrehLPKP2X1jAvEs,5904 +django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po,sha256=KyYGpFHq2E55dK005xzH0I2RD-C2kD6BlJi8bcMjtRA,6540 +django/contrib/admin/locale/gl/LC_MESSAGES/django.mo,sha256=9d68I_DuQ-TG19GnCl99Bibu2MUSk2_pEo3IOiA3d30,18534 +django/contrib/admin/locale/gl/LC_MESSAGES/django.po,sha256=vZeE-lRFnjI0dCkgI6ozIW6IIwThkAVr9q6B5ah3BOA,20058 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo,sha256=Wu_FNwFkTAyf8XOrp3niAceohPsytb73ujmMFkdQfBg,5587 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po,sha256=sok-lu3tCIv9jEuhY-eEWjC69SUiSEkInpzY8fykdYc,6417 +django/contrib/admin/locale/he/LC_MESSAGES/django.mo,sha256=VZaL7Hch0Z6Tc4rjk7FQvmggs5lb02fOAhASZZqjc4s,19315 +django/contrib/admin/locale/he/LC_MESSAGES/django.po,sha256=ZOGxDZnsChfmb54BCx9aK__EaB3cPdscqK_MjfnCkUs,21094 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo,sha256=E-ZlEnXIeJIkXWcthR9kgNJBzDp6gT7mKKDUpEVqM7k,6893 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po,sha256=1tenNpIJmcT5wTRNETkSO7cDlDlL1Mqpnb-klRlHw-s,7809 +django/contrib/admin/locale/hi/LC_MESSAGES/django.mo,sha256=yWjTYyrVxXxwBWgPsC7IJ9IxL_85v378To4PCEEcwuI,13811 +django/contrib/admin/locale/hi/LC_MESSAGES/django.po,sha256=FpKFToDAMsgc1aG6-CVpi5wAxhMQjkZxz_89kCiKmS4,19426 +django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo,sha256=yCUHDS17dQDKcAbqCg5q8ualaUgaa9qndORgM-tLCIw,4893 +django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po,sha256=U9rb5tPMICK50bRyTl40lvn-tvh6xL_6o7xIPkzfKi0,6378 +django/contrib/admin/locale/hr/LC_MESSAGES/django.mo,sha256=3TR3uFcd0pnkDi551WaB9IyKX1aOazH7USxqc0lA0KQ,14702 +django/contrib/admin/locale/hr/LC_MESSAGES/django.po,sha256=qcW7tvZoWZIR8l-nMRexGDD8VlrOD7l5Fah6-ecilMk,17378 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo,sha256=KR34lviGYh1esCkPE9xcDE1pQ_q-RxK1R2LPjnG553w,3360 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po,sha256=w7AqbYcLtu88R3KIKKKXyRt2gwBBBnr-ulxONWbw01I,4870 +django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo,sha256=Jz72ZNFNAgewJWjKwEHB_Y5wh9peiZbyRVpZxgLa_QI,18884 +django/contrib/admin/locale/hsb/LC_MESSAGES/django.po,sha256=j7TRlgvm8DlTfkZOS1ZoDHBBopycZoqXdQ8IOh3lck8,20138 +django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo,sha256=u6mRNus5uz589JK9YAhwQRok4pZ3ZSRKu1fkhoKI2dc,6232 +django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po,sha256=AfNvDB2eF3RzYdr7lyMOu5w-pP4XE0x_21eGdziXHUw,7009 +django/contrib/admin/locale/hu/LC_MESSAGES/django.mo,sha256=WXCxQ4oYXpLFnjF4rVz0GLuMFlWym9aY_Em2adOGkMk,18298 +django/contrib/admin/locale/hu/LC_MESSAGES/django.po,sha256=Kab_Fw3nsX60cnlf1-olgqFQOdZsmomkqCqCospnMI4,20172 +django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo,sha256=tXeG5F6_Yh6qHmNUNrlgzavH1Wc8NZb3fj4oEW9qE_M,6034 +django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po,sha256=pvn7ae43zgVp3mpjXPI7_JCqvQLaHZZF7hTasP2uZx0,6854 +django/contrib/admin/locale/hy/LC_MESSAGES/django.mo,sha256=Dcx9cOsYBfbgQgoAQoLhn_cG1d2sKGV6dag4DwnUTaY,18274 +django/contrib/admin/locale/hy/LC_MESSAGES/django.po,sha256=CnQlRZ_DUILMIqVEgUTT2sufAseEKJHHjWsYr_LAqi8,20771 +django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo,sha256=ttfGmyEN0-3bM-WmfCge2lG8inubMPOzFXfZrfX9sfw,5636 +django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po,sha256=jf94wzUOMQaKSBR-77aijQXfdRAqiYSeAQopiT_8Obc,6046 +django/contrib/admin/locale/ia/LC_MESSAGES/django.mo,sha256=SRKlr8RqW8FQhzMsXdA9HNqttO3hc0xf4QdQJd4Dy8c,11278 +django/contrib/admin/locale/ia/LC_MESSAGES/django.po,sha256=pBQLQsMinRNh0UzIHBy3qEW0etUWMhFALu4-h-woFyE,15337 +django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo,sha256=28MiqUf-0-p3PIaongqgPQp2F3D54MLAujPslVACAls,3177 +django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po,sha256=CauoEc8Fiowa8k6K-f9N8fQDle40qsgtXdNPDHBiudQ,4567 +django/contrib/admin/locale/id/LC_MESSAGES/django.mo,sha256=lt25Hw55qJTgwIHZVjz0W6V5yG3-b5HUX6I9cbDD7No,17869 +django/contrib/admin/locale/id/LC_MESSAGES/django.po,sha256=wLvKzsr4VPEflVLlXggboO6XaNCiupKVYYbENGnYh2M,19374 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo,sha256=WKTlGk17sJoYS8vfSLs4iamX8fyHA38r25ixalHn6us,5378 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po,sha256=E3Wn2FNb30Bnwzu6mk03z0fMyDvo5jlPJ2tSyCdLRCA,6192 +django/contrib/admin/locale/io/LC_MESSAGES/django.mo,sha256=URiYZQZpROBedC-AkpVo0q3Tz78VfkmwN1W7j6jYpMo,12624 +django/contrib/admin/locale/io/LC_MESSAGES/django.po,sha256=y0WXY7v_9ff-ZbFasj33loG-xWlFO8ttvCB6YPyF7FQ,15562 +django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464 +django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po,sha256=WLh40q6yDs-8ZG1hpz6kfMQDXuUzOZa7cqtEPDywxG4,2852 +django/contrib/admin/locale/is/LC_MESSAGES/django.mo,sha256=csD3bmz3iQgLLdSqCKOmY_d893147TvDumrpRVoRTY0,16804 +django/contrib/admin/locale/is/LC_MESSAGES/django.po,sha256=tXgb3ARXP5tPa5iEYwwiHscDGfjS5JgIV2BsUX8OnjE,18222 +django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo,sha256=Z3ujWoenX5yYTAUmHUSCvHcuV65nQmYKPv6Jo9ygx_c,5174 +django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po,sha256=YPf4XqfnpvrS9irAS8O4G0jgU5PCoQ9C-w3MoDipelk,5847 +django/contrib/admin/locale/it/LC_MESSAGES/django.mo,sha256=N_pVjbd3SkV4xtFMvwtlwRWo_ulGR83SzKcPD8wiFgY,18505 +django/contrib/admin/locale/it/LC_MESSAGES/django.po,sha256=hVYj4UvphkCqlFzH6NtyRAZgGewCKNjVnON0vHtxGKY,20338 +django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo,sha256=jwic05InfrZW6AE0qdIAFKXAU3mm92GXYlgmGGzEr5w,5134 +django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po,sha256=LpmJI8bX08L08IgK9TW2qS8FcKfY-Z825LzzWsUiUVk,6512 +django/contrib/admin/locale/ja/LC_MESSAGES/django.mo,sha256=DIWyUIY_Gf6_QWQlOWet8_uLEMeuzR1FEnL2KCREXk0,19928 +django/contrib/admin/locale/ja/LC_MESSAGES/django.po,sha256=TbJi3o2Y6pbxuWp7z2slauQfkEJcp4QRPOUkmfW6aks,21504 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo,sha256=lc0HUiU0kwikECmvDOhz4_rBqlF_ot88I_sBqHB35MU,5717 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po,sha256=Sf6TEsLO38dPRVaJ2jSD8DTsvJYp_mvO6-oU6gLR0yM,6494 +django/contrib/admin/locale/ka/LC_MESSAGES/django.mo,sha256=n33wMaQ3bUTJYif0xA8qzIC7mNh7z3M3pZrm23JGho0,18396 +django/contrib/admin/locale/ka/LC_MESSAGES/django.po,sha256=9671xMS7zW5bgE5OmDskZdLcI9fDLL4qZekN0n-y7ZA,23001 +django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo,sha256=GlPU3qUavvU0FXPfvCl-8KboYhDOmMsKM-tv14NqOac,5516 +django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po,sha256=jDpB9c_edcLoFPHFIogOSPrFkssOjIdxtCA_lum8UCs,6762 +django/contrib/admin/locale/kab/LC_MESSAGES/django.mo,sha256=9QKEWgr8YQV17OJ14rMusgV8b79ZgOOsX4aIFMZrEto,3531 +django/contrib/admin/locale/kab/LC_MESSAGES/django.po,sha256=cSOG_HqsNE4tA5YYDd6txMFoUul8d5UKvk77ZhaqOK0,11711 +django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo,sha256=nqwZHJdtjHUSFDJmC0nPNyvWcAdcoRcN3f-4XPIItvs,1844 +django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po,sha256=tF3RH22p2E236Cv6lpIWQxtuPFeWOvJ-Ery3vBUv6co,3713 +django/contrib/admin/locale/kk/LC_MESSAGES/django.mo,sha256=f2WU3e7dOz0XXHFFe0gnCm1MAPCJ9sva2OUnWYTHOJg,12845 +django/contrib/admin/locale/kk/LC_MESSAGES/django.po,sha256=D1vF3nqANT46f17Gc2D2iGCKyysHAyEmv9nBei6NRA4,17837 +django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo,sha256=cBxp5pFJYUF2-zXxPVBIG06UNq6XAeZ72uRLwGeLbiE,2387 +django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po,sha256=Y30fcDpi31Fn7DU7JGqROAiZY76iumoiW9qGAgPCCbU,4459 +django/contrib/admin/locale/km/LC_MESSAGES/django.mo,sha256=eOe9EcFPzAWrTjbGUr-m6RAz2TryC-qHKbqRP337lPY,10403 +django/contrib/admin/locale/km/LC_MESSAGES/django.po,sha256=RSxy5vY2sgC43h-9sl6eomkFvxClvH_Ka4lFiwTvc2I,17103 +django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo,sha256=Ja8PIXmw6FMREHZhhBtGrr3nRKQF_rVjgLasGPnU95w,1334 +django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po,sha256=LH4h4toEgpVBb9yjw7d9JQ8sdU0WIZD-M025JNlLXAU,3846 +django/contrib/admin/locale/kn/LC_MESSAGES/django.mo,sha256=955iPq05ru6tm_iPFVMebxwvZMtEa5_7GaFG1mPt6HU,9203 +django/contrib/admin/locale/kn/LC_MESSAGES/django.po,sha256=-4YAm0MyhS-wp4RQmo0TzWvqYqmzHFNpIBtdQlg_8Dw,16059 +django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo,sha256=kJsCOGf62XOWTKcB9AF6Oc-GqHl2LFtz-qw0spjcU_w,1847 +django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po,sha256=zzl7QZ5DfdyNWrkIqYlpUcZiTdlZXx_ktahyXqM2-0Q,5022 +django/contrib/admin/locale/ko/LC_MESSAGES/django.mo,sha256=HHnxik7m2HI9jwPMs_nEP1BivenoWf9VwG7XDcqr0QU,19157 +django/contrib/admin/locale/ko/LC_MESSAGES/django.po,sha256=kbbFCX19-imomsdiTe_ZgiyizX0b00VyMQ7QFA0G1HU,21064 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo,sha256=fH_ANfrg-FKo9WZXYklQVSjmHSBqQRdABLKyP_0pSWs,5418 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po,sha256=iH3gxN9doahPE41NP8pMRX-yljPqS_H45BFp2SkUyVI,6385 +django/contrib/admin/locale/ky/LC_MESSAGES/django.mo,sha256=eg-TnIzJO4h3q_FS2a1LnCs7qOf5dpNJwvRD99ZZ0GQ,20129 +django/contrib/admin/locale/ky/LC_MESSAGES/django.po,sha256=dWxU3yUAKHUGKdVJbRLkS6fJEefPBk2XM0i2INcRPms,21335 +django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo,sha256=VuBYBwFwIHC27GFZiHY2_4AB0cME2R0Q3juczjOs3G0,5888 +django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.po,sha256=uMk9CxL1wP45goq2093lYMza7LRuO4XbVo5RRWlsbaE,6432 +django/contrib/admin/locale/lb/LC_MESSAGES/django.mo,sha256=8GGM2sYG6GQTQwQFJ7lbg7w32SvqgSzNRZIUi9dIe6M,913 +django/contrib/admin/locale/lb/LC_MESSAGES/django.po,sha256=PZ3sL-HvghnlIdrdPovNJP6wDrdDMSYp_M1ok6dodrw,11078 +django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po,sha256=fiMelo6K0_RITx8b9k26X1R86Ck2daQXm86FLJpzt20,2862 +django/contrib/admin/locale/lt/LC_MESSAGES/django.mo,sha256=SpaNUiaGtDlX5qngVj0dWdqNLSin8EOXXyBvRM9AnKg,17033 +django/contrib/admin/locale/lt/LC_MESSAGES/django.po,sha256=tHnRrSNG2ENVduP0sOffCIYQUn69O6zIev3Bb7PjKb0,18497 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo,sha256=vZtnYQupzdTjVHnWrtjkC2QKNpsca5yrpb4SDuFx0_0,5183 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po,sha256=dMjFClA0mh5g0aNFTyHC8nbYxwmFD0-j-7gCKD8NFnw,5864 +django/contrib/admin/locale/lv/LC_MESSAGES/django.mo,sha256=ozCrkDpZy1m0mIERXXUr0McFMhuIg46H7pnyEuSFllU,18513 +django/contrib/admin/locale/lv/LC_MESSAGES/django.po,sha256=aoS5NPPpKYdt9uj5gOfm-H6n8cABbJNhCgyyG4kNDxw,20086 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo,sha256=YVRl_54EJrmKlxc_9Zwt59JpSYVG4kYcIqwxubOu1b4,5769 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po,sha256=iq7BB4hrWvP8v4h4oiHi4rpNXkKxb4nY1LpQs0b_XjE,6714 +django/contrib/admin/locale/mk/LC_MESSAGES/django.mo,sha256=xcKetKf7XcO-4vbWEIoI2c40gRE2twuiINaby6ypO7Q,17948 +django/contrib/admin/locale/mk/LC_MESSAGES/django.po,sha256=hx2peq-wztDHtiST_zZ58c7rjZ6jSvDDXhVOTmyUDzI,21063 +django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo,sha256=8BkWjadml2f1lDeH-IULdxsogXSK8NpVuu293GvcQc8,4719 +django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po,sha256=u9mVSzbIgA1uRgV_L8ZOZLelyknoKFvXH0HbBurezf8,6312 +django/contrib/admin/locale/ml/LC_MESSAGES/django.mo,sha256=4Y1KAip3NNsoRc9Zz3k0YFLzes3DNRFvAXWSTBivXDk,20830 +django/contrib/admin/locale/ml/LC_MESSAGES/django.po,sha256=jL9i3kmOnoKYDq2RiF90WCc55KeA8EBN9dmPHjuUfmo,24532 +django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo,sha256=COohY0mAHAOkv1eNzLkaGZy8mimXzcDK1EgRd3tTB_E,6200 +django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po,sha256=NvN0sF_w5tkc3bND4lBtCHsIDLkwqdEPo-8wi2MTQ14,7128 +django/contrib/admin/locale/mn/LC_MESSAGES/django.mo,sha256=4F-sUl2nbogJa9uqKo9i-0Pz5zkxxZaKpnO_TBzohbw,21299 +django/contrib/admin/locale/mn/LC_MESSAGES/django.po,sha256=jWEucuA4qXgy-EPHkQgJtQjxxYj-TWl0Q5rhU6Ae_4Q,23291 +django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo,sha256=H7fIPdWTK3_iuC0WRBJdfXN8zO77p7-IzTviEUVQJ2U,5228 +django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po,sha256=vJIqqVG34Zd7q8-MhTgZcXTtl6gukOSb6egt70AOyAc,5757 +django/contrib/admin/locale/mr/LC_MESSAGES/django.mo,sha256=EjCGk0HN2GVziGRzauuCLc_27nku35v6RS7U2JT-0b8,21226 +django/contrib/admin/locale/mr/LC_MESSAGES/django.po,sha256=S4FBjh2JG08XYvKRTlPBV9vdhqG32TJGkVQn6Tr3RH0,24770 +django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po,sha256=uGe9kH2mwrab97Ue77oggJBlrpzZNckKGRUMU1vaigs,2856 +django/contrib/admin/locale/ms/LC_MESSAGES/django.mo,sha256=Xj5v1F4_m1ZFUn42Rbep9eInxIV-NE-oA_NyfQkbp00,16840 +django/contrib/admin/locale/ms/LC_MESSAGES/django.po,sha256=ykFH-mPbv2plm2NIvKgaj3WVukJ3SquU8nQIAXuOrWA,17967 +django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo,sha256=9VY_MrHK-dGOIkucLCyR9psy4o5p4nHd8kN_5N2E-gY,5018 +django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po,sha256=P4GvM17rlX1Vl-7EbCyfWVasAJBEv_RvgWEvfJqcErA,5479 +django/contrib/admin/locale/my/LC_MESSAGES/django.mo,sha256=xvlgM0vdYxZuA7kPQR7LhrLzgmyVCHAvqaqvFhKX9wY,3677 +django/contrib/admin/locale/my/LC_MESSAGES/django.po,sha256=zdUCYcyq2-vKudkYvFcjk95YUtbMDDSKQHCysmQ-Pvc,12522 +django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo,sha256=1fS9FfWi8b9NJKm3DBKETmuffsrTX-_OHo9fkCCXzpg,3268 +django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po,sha256=-z1j108uoswi9YZfh3vSIswLXu1iUKgDXNdZNEA0yrA,5062 +django/contrib/admin/locale/nb/LC_MESSAGES/django.mo,sha256=viQKBFH6ospYn2sE-DokVJGGYhSqosTgbNMn5sBVnmM,16244 +django/contrib/admin/locale/nb/LC_MESSAGES/django.po,sha256=x0ANRpDhe1rxxAH0qjpPxRfccCvR73_4g5TNUdJqmrc,17682 +django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo,sha256=KwrxBpvwveERK4uKTIgh-DCc9aDLumpHQYh5YroqxhQ,4939 +django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po,sha256=ygn6a5zkHkoIYMC8Hgup8Uw1tMbZcLGgwwDu3x33M-o,5555 +django/contrib/admin/locale/ne/LC_MESSAGES/django.mo,sha256=yrm85YXwXIli7eNaPyBTtV7y3TxQuH4mokKuHdAja2A,15772 +django/contrib/admin/locale/ne/LC_MESSAGES/django.po,sha256=F8vfWKvSNngkLPZUIwik_qDYu0UAnrWepbI9Z9Iz35g,20400 +django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo,sha256=mJdtpLT9k4vDbN9fk2fOeiy4q720B3pLD3OjLbAjmUI,5362 +django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po,sha256=N91RciTV1m7e8-6Ihod5U2xR9K0vrLoFnyXjn2ta098,6458 +django/contrib/admin/locale/nl/LC_MESSAGES/django.mo,sha256=FKCQ39RbxWddBA-Id8W-hxgH0tkixJkVctP1laEXJEU,18565 +django/contrib/admin/locale/nl/LC_MESSAGES/django.po,sha256=zRaeZKxUZbi-0CL9BBr-X0j5HOJvvrJ94u8jw3sbaaA,20308 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo,sha256=iWjyDgay1LIiS6C-Zl33inFKxzM2LFQPIWyKEw2x6Is,6122 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po,sha256=xZjgzxEEWMG2ofgSfLNUU0abr9Y_cUpXIHsmjKBGyig,7217 +django/contrib/admin/locale/nn/LC_MESSAGES/django.mo,sha256=yAdb8Yew1ARlnAnvd5gHL7-SDzpkXedBwCSSPEzGCKk,16504 +django/contrib/admin/locale/nn/LC_MESSAGES/django.po,sha256=sFxr3UYzltQRqiotm_d5Qqtf8iLXI0LgCw_V6kYffJ0,17932 +django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo,sha256=RsDri1DmCwrby8m7mLWkFdCe6HK7MD7GindOarVYPWc,4939 +django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po,sha256=koVTt2mmdku1j7SUDRbnug8EThxXuCIF2XPnGckMi7A,5543 +django/contrib/admin/locale/os/LC_MESSAGES/django.mo,sha256=c51PwfOeLU2YcVNEEPCK6kG4ZyNc79jUFLuNopmsRR8,14978 +django/contrib/admin/locale/os/LC_MESSAGES/django.po,sha256=yugDw7iziHto6s6ATNDK4yuG6FN6yJUvYKhrGxvKmcY,18188 +django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo,sha256=0gMkAyO4Zi85e9qRuMYmxm6JV98WvyRffOKbBVJ_fLQ,3806 +django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po,sha256=skiTlhgUEN8uKk7ihl2z-Rxr1ZXqu5qV4wB4q9qXVq0,5208 +django/contrib/admin/locale/pa/LC_MESSAGES/django.mo,sha256=EEitcdoS-iQ9QWHPbJBK2ajdN56mBi0BzGnVl3KTmU4,8629 +django/contrib/admin/locale/pa/LC_MESSAGES/django.po,sha256=xscRlOkn9Jc8bDsSRM5bzQxEsCLMVsV-Wwin0rfkHDI,16089 +django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo,sha256=Hub-6v7AfF-tWhw53abpyhnVHo76h_xBgGIhlGIcS70,1148 +django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po,sha256=7L8D4qqhq53XG83NJUZNoM8zCCScwMwzsrzzsyO4lHY,4357 +django/contrib/admin/locale/pl/LC_MESSAGES/django.mo,sha256=vEXmLs91RT5SDsHxg0_YPSBD6ebdykzTCssn3wBB3o0,19332 +django/contrib/admin/locale/pl/LC_MESSAGES/django.po,sha256=7mef7t_-rYkMMJqVGADhSasmInQDCYK1e0avjeEA24E,21262 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo,sha256=tJJS-jnZ4jhlVD-Y4cv6Z8VLpncNsNiG_F8bSeNIMJ0,6243 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po,sha256=NAUXRaDGWCdQUc72ddPHPqGLmgUpTZioG8z192WzAwE,7442 +django/contrib/admin/locale/pt/LC_MESSAGES/django.mo,sha256=aF8pehn470ui8sk_I022G0b-DaaDNN--Am7vlfUq6WA,18774 +django/contrib/admin/locale/pt/LC_MESSAGES/django.po,sha256=Kc9hKjushf9UqBU2h44Ly-5mzJQYC9Oo11SmIzxqkTA,20493 +django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo,sha256=i-axQzjqvApQ0LPULaZpvrXTZsaNxsqqU4SFsF6tP_A,4667 +django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po,sha256=bIWMMsCL2VlZi-XYfRYwYub__w7xI-VX71jQJ12IAeY,6245 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo,sha256=xiRk7Ywfob6M8dGk8tQBnOgnULhJpOHKRdixLalsfpc,18809 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po,sha256=QtuHiO3ynrjPvBHJK6vdOL0DFYEezoBJfHVRsudL0gI,21479 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo,sha256=cSaGCaA9Tvzxk1kuuHLGT2QE15551uUcQQYWgY8VKPA,5949 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=V9rY6iviDcnSWYGbaIAI9InW_VS8-AYRHtvOVrEmEWs,7227 +django/contrib/admin/locale/ro/LC_MESSAGES/django.mo,sha256=SEbnJ1aQ3m2nF7PtqzKvYYCdvgg_iG5hzrdO_Xxiv_k,15157 +django/contrib/admin/locale/ro/LC_MESSAGES/django.po,sha256=wPfGo9yi3j28cwikkogZ_erQKtUZ9WmzdZ2FuMVugFE,18253 +django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo,sha256=voEqSN3JUgJM9vumLxE_QNPV7kA0XOoTktN7E7AYV6o,4639 +django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po,sha256=SO7FAqNnuvIDfZ_tsWRiwSv91mHx5NZHyR2VnmoYBWY,5429 +django/contrib/admin/locale/ru/LC_MESSAGES/django.mo,sha256=osxihGL11_5P2NrNWt0GJ4ATkO5CrSUFV-7AYfpqGF4,24128 +django/contrib/admin/locale/ru/LC_MESSAGES/django.po,sha256=1mtmOvLJOcfbRn3U06labNSaTenuosOdULSQY4P8P28,25877 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo,sha256=bWLoAdRzUwqh91O09asma5Kkb81hZu5IDZV_qrvJoKg,7965 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po,sha256=zUkPCDoJBtM3e0jYBydquYD8lcR5ZFw984JUZXm0hKw,9215 +django/contrib/admin/locale/sk/LC_MESSAGES/django.mo,sha256=VLAPa-tiPBobBKyn7Oin1U6Qy-F0Xh6WJclwEBa7AHA,18910 +django/contrib/admin/locale/sk/LC_MESSAGES/django.po,sha256=XqTk04_kcReAjzZB4m7rv3D2trKuKw39HlhCxQ7Owfo,20540 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo,sha256=sl2PRwXLtikrOiHJ_EEltZivpV5IwT5lmbyfpGCSrLo,6305 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po,sha256=-ZcKl0UxOObVuB_8My20fdjCrV51drP4w-yan3X-RKk,7275 +django/contrib/admin/locale/sl/LC_MESSAGES/django.mo,sha256=rBSsaXNtCo43Cri9Gq_Ueq2IUNMBmzOV6lgMm7xF_p0,15077 +django/contrib/admin/locale/sl/LC_MESSAGES/django.po,sha256=ywIn4PB3xg6Q27NARZ3JRmSvNhcRFKU8nF_gbgA93qg,18281 +django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo,sha256=chhBmd2IkeOONuRlRsOnrPAEbS0tlH4w-G8YKVNRsNI,6146 +django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po,sha256=8mrwhJ1Geg5TEvJY40COC7bZl7cyIecRhLyqLjBqBAQ,6975 +django/contrib/admin/locale/sq/LC_MESSAGES/django.mo,sha256=TjnBVlaEf0HO0__Utcgr-2SnyGG6Lw6QYRmYj6yjcwQ,18247 +django/contrib/admin/locale/sq/LC_MESSAGES/django.po,sha256=QgzzyulFel5dx28KHCvopbbMdsLJSyfry3mF8GKaNJU,19909 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo,sha256=RKoR8Vy1B2hygTolUKdjIGVdXPnH-E5VvMK5r3lkAak,5682 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po,sha256=uPSheZAzII01ZIrLq6iua2Qkm7oUgLLZGqdDiWMVxIA,6462 +django/contrib/admin/locale/sr/LC_MESSAGES/django.mo,sha256=gnC2uq9fPZrRRI04Jr8cvLxCU9St6JluPk13PWXj7E0,23208 +django/contrib/admin/locale/sr/LC_MESSAGES/django.po,sha256=rgVZ2ukCFe0TF8ifKZdC-BiRT5Ya8ix3hk53jQDwvgg,24552 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo,sha256=7y-ONe9ozHDPTyw6sVZf5_e6DZvtcFVY20p37wLzKVs,6814 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po,sha256=tqmD6zMNA6HyY45nO8wNU7ZTKNwAfrdeifnfOVAJk78,7648 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=fyhceLRR3MhL8CCYTQn4k4t95cpsCeh-UGk7F1cCTXU,18522 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po,sha256=zemHOPBXqeKXKKoHtXr_YLVdYiSW6_1h6Fufp4pMeyY,33080 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo,sha256=sjBvAdlw-uoZ2ADihhA-9q2xQ3X8x2BZ3BSNwKBnuls,5724 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po,sha256=-iyPz2KS3rX3DJhyLpRpbCbJS-jL7uwSElv721mMAyo,6512 +django/contrib/admin/locale/sv/LC_MESSAGES/django.mo,sha256=XFcy2Dr85Pt2MxXEF3-ZVkGGsu4zjzwXCbqpwE07jI4,17996 +django/contrib/admin/locale/sv/LC_MESSAGES/django.po,sha256=esjuhAFK0SqPEdugD6lHu_SkHSs_zdRWstjYHIU1GCU,20006 +django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo,sha256=Ap2_10UV2xo-fPd4E4cntnZyvZmV7ueJj3DMWsqSgmc,5510 +django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po,sha256=dM_Qh2zWOdItz_dNpTR-0ENNj9Ti-WYVXLtBbwmVkSE,6703 +django/contrib/admin/locale/sw/LC_MESSAGES/django.mo,sha256=kiy4ZiBR6SIzF3SIqC3dNLTUDncZ9qjTdiG1AkIuuXk,17698 +django/contrib/admin/locale/sw/LC_MESSAGES/django.po,sha256=Km7ETJkQTpQUyp1r4mEpa3d_rCLbwh4n5DnYF6JLCxc,19082 +django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo,sha256=p0pi6-Zg-qsDVMDjNHO4aav3GfJ3tKKhy6MK7mPtC50,3647 +django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po,sha256=lZFP7Po4BM_QMTj-SXGlew1hqyJApZxu0lxMP-YduHI,4809 +django/contrib/admin/locale/ta/LC_MESSAGES/django.mo,sha256=ZdtNRZLRqquwMk7mE0XmTzEjTno9Zni3mV6j4DXL4nI,10179 +django/contrib/admin/locale/ta/LC_MESSAGES/django.po,sha256=D0TCLM4FFF7K9NqUGXNFE2KfoEzx5IHcJQ6-dYQi2Eg,16881 +django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo,sha256=2-37FOw9Bge0ahIRxFajzxvMkAZL2zBiQFaELmqyhhY,1379 +django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po,sha256=Qs-D7N3ZVzpZVxXtMWKOzJfSmu_Mk9pge5W15f21ihI,3930 +django/contrib/admin/locale/te/LC_MESSAGES/django.mo,sha256=aIAG0Ey4154R2wa-vNe2x8X4fz2L958zRmTpCaXZzds,10590 +django/contrib/admin/locale/te/LC_MESSAGES/django.po,sha256=-zJYrDNmIs5fp37VsG4EAOVefgbBNl75c-Pp3RGBDAM,16941 +django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo,sha256=VozLzWQwrY-USvin5XyVPtUUKEmCr0dxaWC6J14BReo,1362 +django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po,sha256=HI8IfXqJf4I6i-XZB8ELGyp5ZNr-oi5hW9h7n_8XSaQ,3919 +django/contrib/admin/locale/tg/LC_MESSAGES/django.mo,sha256=gJfgsEn9doTT0erBK77OBDi7_0O7Rb6PF9tRPacliXU,15463 +django/contrib/admin/locale/tg/LC_MESSAGES/django.po,sha256=Wkx7Hk2a9OzZymgrt9N91OL9K5HZXTbpPBXMhyE0pjI,19550 +django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo,sha256=SEaBcnnKupXbTKCJchkSu_dYFBBvOTAOQSZNbCYUuHE,5154 +django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po,sha256=CfUjLtwMmz1h_MLE7c4UYv05ZTz_SOclyKKWmVEP9Jg,5978 +django/contrib/admin/locale/th/LC_MESSAGES/django.mo,sha256=EVlUISdKOvNkGMG4nbQFzSn5p7d8c9zOGpXwoHsHNlY,16394 +django/contrib/admin/locale/th/LC_MESSAGES/django.po,sha256=OqhGCZ87VX-WKdC2EQ8A8WeXdWXu9mj6k8mG9RLZMpM,20187 +django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo,sha256=ukj5tyDor9COi5BT9oRLucO2wVTI6jZWclOM-wNpXHM,6250 +django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po,sha256=3L5VU3BNcmfiqzrAWK0tvRRVOtgR8Ceg9YIxL54RGBc,6771 +django/contrib/admin/locale/tk/LC_MESSAGES/django.mo,sha256=f51Ug7txuVeDo1WAywl6oi1aVi1ZJrv94rD4svUobm8,2845 +django/contrib/admin/locale/tk/LC_MESSAGES/django.po,sha256=AXMpn9mSO24azMC5CPHqPZRq-cbk6IpPpaF3Ab3K54k,13309 +django/contrib/admin/locale/tr/LC_MESSAGES/django.mo,sha256=_Mr4BwOhbNColpMONLhdMXkjNk8dUZkxUZp4Ycg7tKo,18754 +django/contrib/admin/locale/tr/LC_MESSAGES/django.po,sha256=ZrO_ZfuutjlqmOYuDWKK3XIBwZF9ekSMkdE4sNNxtSw,20262 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo,sha256=ztEhUjpzv7KgWJKAqt9u-C050mgbAo1IIcqYDWN-54U,5561 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po,sha256=85ZszztzTP8toRtF44lV1wyAk4A-AyeJNw-3I4moS1c,6345 +django/contrib/admin/locale/tt/LC_MESSAGES/django.mo,sha256=ObJ8zwVLhFsS6XZK_36AkNRCeznoJJwLTMh4_LLGPAA,12952 +django/contrib/admin/locale/tt/LC_MESSAGES/django.po,sha256=VDjg5nDrLqRGXpxCyQudEC_n-6kTCIYsOl3izt1Eblc,17329 +django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo,sha256=Sz5qnMHWfLXjaCIHxQNrwac4c0w4oeAAQubn5R7KL84,2607 +django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po,sha256=_Uh3yH_RXVB3PP75RFztvSzVykVq0SQjy9QtTnyH3Qk,4541 +django/contrib/admin/locale/udm/LC_MESSAGES/django.mo,sha256=2Q_lfocM7OEjFKebqNR24ZBqUiIee7Lm1rmS5tPGdZA,622 +django/contrib/admin/locale/udm/LC_MESSAGES/django.po,sha256=L4TgEk2Fm2mtKqhZroE6k_gfz1VC-_dXe39CiJvaOPE,10496 +django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po,sha256=ZLYr0yHdMYAl7Z7ipNSNjRFIMNYmzIjT7PsKNMT6XVk,2811 +django/contrib/admin/locale/ug/LC_MESSAGES/django.mo,sha256=5dJkiQAaRexFLXHw27M2GXjtmOySpX1nRag2EJ7VkvI,23170 +django/contrib/admin/locale/ug/LC_MESSAGES/django.po,sha256=XRDzxx2FN_FbkvM_aErfMT53OEcOqy0woLzrpD3yH3k,24491 +django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.mo,sha256=z8R6krF81PE4MBcawodz59saJ-9lwK28vR03Pi_ox1w,6777 +django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po,sha256=AJKHmZ80xYv0MjlduaPqEaxsqAHaGNcu1C6ujN2V7DM,7437 +django/contrib/admin/locale/uk/LC_MESSAGES/django.mo,sha256=F1cHzLdOkPVUeRrJtAXFjq4zEprIMHmN_RrzY_Zr2q4,22515 +django/contrib/admin/locale/uk/LC_MESSAGES/django.po,sha256=wto-HVDzYxz9MYcNrrm4IC1aQugng7dRR9V6i70hWsk,24804 +django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo,sha256=mC4E13RjlLqAtsIDCtimSqW96IOIcYIgiD2ddggzFtw,5186 +django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po,sha256=BMhVrEO5nI2yYIKqSd4FfS7rtKFvsYk_O2olgMidp4M,7088 +django/contrib/admin/locale/ur/LC_MESSAGES/django.mo,sha256=HvyjnSeLhUf1JVDy759V_TI7ygZfLaMhLnoCBJxhH_s,13106 +django/contrib/admin/locale/ur/LC_MESSAGES/django.po,sha256=BFxxLbHs-UZWEmbvtWJNA7xeuvO9wDc32H2ysKZQvF4,17531 +django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo,sha256=eYN9Q9KKTV2W0UuqRc-gg7y42yFAvJP8avMeZM-W7mw,2678 +django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po,sha256=Nj-6L6axLrqA0RHUQbidNAT33sXYfVdGcX4egVua-Pk,4646 +django/contrib/admin/locale/uz/LC_MESSAGES/django.mo,sha256=yKpKebwX6RzUwCkvHzEQ_DFRr7x_nGeACRBP0PljTCQ,4634 +django/contrib/admin/locale/uz/LC_MESSAGES/django.po,sha256=bf_EhEV0c-H8MAdvRFb8TrXjgAAFfl8xif2Sw9uip_A,13776 +django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo,sha256=LpuFvNKqNRCCiV5VyRnJoZ8gY3Xieb05YV9KakNU7o8,3783 +django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po,sha256=joswozR3I1ijRapf50FZMzQQhI_aU2XiiSTLeSxkL64,5235 +django/contrib/admin/locale/vi/LC_MESSAGES/django.mo,sha256=coCDRhju7xVvdSaounXO5cMqCmLWICZPJth6JI3Si2c,18077 +django/contrib/admin/locale/vi/LC_MESSAGES/django.po,sha256=Q1etVmaAb1f79f4uVjbNjPkn-_3m2Spz1buNAV3y9lk,19543 +django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo,sha256=45E-fCQkq-BRLzRzsGkw1-AvWlvjL1rdsRFqfsvAq98,5302 +django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po,sha256=k87QvFnt8psnwMXXrFO6TyH6xCyXIDd_rlnWDfl2FAA,5958 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=Mqf-2H_QUW3Ex30n_KSWdWufO6gFUYSUsBxdW418huM,17143 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po,sha256=0rSHQ8jJ5OuiX5zgBwhswSqM6Z90NO5WASbZkFjTNy4,19234 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo,sha256=-oaPtoS-K1iBfmpOtn-_XFuqJaFLFDDFzZ6EToaC8g0,5715 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po,sha256=lpJDxzzdngESFzW38Al5DbfQFfTmM59GCGpj8u9f4rA,6853 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=QCYE1_ViC73f-MFScuT1LU2FpSKuV0HMhfffdr4kwVs,16998 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po,sha256=4n6HkfNDm4PqzPC0C8nSFLgrMvlckEFmpkQO67RkC0k,18466 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo,sha256=hZT10nRAxHkIQRB0QTYrR6RnuN4XB4gKTs0edT6Xirw,5329 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po,sha256=_IIXJ-pNPNwkq8PRclD5Fn0-UrX5H2smN5Vsy-26WFg,6103 +django/contrib/admin/migrations/0001_initial.py,sha256=9HFpidmBW2Ix8NcpF1SDXgCMloGER_5XmEu_iYWIMzU,2507 +django/contrib/admin/migrations/0002_logentry_remove_auto_add.py,sha256=LBJ-ZZoiNu3qDtV-zNOHhq6E42V5CoC5a3WMYX9QvkM,553 +django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py,sha256=AnAKgnGQcg5cQXSVo5UHG2uqKKNOdLyPkIJK-q_AGEE,538 +django/contrib/admin/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-312.pyc,, +django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-312.pyc,, +django/contrib/admin/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/admin/models.py,sha256=qDKzKErTNAl1eEMOD3p-0jJqVDirlZ_CIThW8huwmkk,8500 +django/contrib/admin/options.py,sha256=lwqcC4nxgY9c5eZYwgDPtTNXlwRAE2QWy7fUXzomYcs,101478 +django/contrib/admin/sites.py,sha256=A8VpPnpcJoTtefn8pnfpKQWZIO3WcBFK3nAwgb-sUuQ,23454 +django/contrib/admin/static/admin/css/autocomplete.css,sha256=oZCQKaJleVU68lo5A1fRD1iGzqNgSgtollAc2gVWbaw,9185 +django/contrib/admin/static/admin/css/base.css,sha256=c35h3nlJLWrPs1HuPpMLDqOZVFKWb50_clYB_eqAqG4,22120 +django/contrib/admin/static/admin/css/changelists.css,sha256=qaNfxJlI_NarKm0IjyTkmtRoNXvOoVHfMhoOvVjbE4M,6878 +django/contrib/admin/static/admin/css/dark_mode.css,sha256=-LoAlrUIbBe3v3WyeCdg-5herhVp9CimpUvqnudCUG4,2808 +django/contrib/admin/static/admin/css/dashboard.css,sha256=iCz7Kkr5Ld3Hyjx_O1r_XfZ2LcpxOpVjcDZS1wbqHWs,441 +django/contrib/admin/static/admin/css/forms.css,sha256=vMtSyfxC2shzC3IIBi8RoP6XxNuwvFBHuw1vJMyo7xo,8525 +django/contrib/admin/static/admin/css/login.css,sha256=f8lbZQdAWt1rGdvNrIf1kciQPVcBJX4zYHf81JrqXnI,951 +django/contrib/admin/static/admin/css/nav_sidebar.css,sha256=4wmBb5tVT5_fcnP_UtS16jal0QiqgOKq_yz162Hr_C4,2810 +django/contrib/admin/static/admin/css/responsive.css,sha256=1nMh5ggUkJHalqd4CSjtlrxJp7RKziJAdaF4TqkRxsM,16565 +django/contrib/admin/static/admin/css/responsive_rtl.css,sha256=VANPQZQhF9pb9cHwFMndp56ux_1X0T0AP7hbQTH2Svg,1991 +django/contrib/admin/static/admin/css/rtl.css,sha256=vi3BpkPZnEHNovrpRV2nLQQ_X6VlNCcS2vvzYtKAAxo,4772 +django/contrib/admin/static/admin/css/unusable_password_field.css,sha256=c-s6fSgH5n2hrZO6jopy__T9_VHX0YZJnnGTEfWNjRA,663 +django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md,sha256=TuDLxRNwr941hlKg-XeXIFNyntV4tqQvXioDfRFPCzk,1124 +django/contrib/admin/static/admin/css/vendor/select2/select2.css,sha256=kalgQ55Pfy9YBkT-4yYYd5N8Iobe-iWeBuzP7LjVO0o,17358 +django/contrib/admin/static/admin/css/vendor/select2/select2.min.css,sha256=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E,14966 +django/contrib/admin/static/admin/css/widgets.css,sha256=6V0jFG-sl4XTL422gIA4M3FiBc2Xb3Wm-wY_koWzLvs,11973 +django/contrib/admin/static/admin/img/LICENSE,sha256=0RT6_zSIwWwxmzI13EH5AjnT1j2YU3MwM9j3U19cAAQ,1081 +django/contrib/admin/static/admin/img/README.txt,sha256=Z5Y_AuG3V72qXRo_hS7JTHAid6deKUQKfLHgWP5hQHw,321 +django/contrib/admin/static/admin/img/calendar-icons.svg,sha256=VPzjt0-CwhFaiF2JyX2SjEkPuELU7QlhH4UhuWZmWX0,2455 +django/contrib/admin/static/admin/img/gis/move_vertex_off.svg,sha256=ou-ppUNyy5QZCKFYlcrzGBwEEiTDX5mmJvM8rpwC5DM,1129 +django/contrib/admin/static/admin/img/gis/move_vertex_on.svg,sha256=DgmcezWDms_3VhgqgYUGn-RGFHyScBP0MeX8PwHy_nE,1129 +django/contrib/admin/static/admin/img/icon-addlink.svg,sha256=_5bRQvExVwSP4DsRzIb-yDwutuft2RkHLqcifdlWypE,331 +django/contrib/admin/static/admin/img/icon-alert.svg,sha256=aXtd9PA66tccls-TJfyECQrmdWrj8ROWKC0tJKa7twA,504 +django/contrib/admin/static/admin/img/icon-calendar.svg,sha256=_bcF7a_R94UpOfLf-R0plVobNUeeTto9UMiUIHBcSHY,1086 +django/contrib/admin/static/admin/img/icon-changelink.svg,sha256=pjCclLDG8vvQmfZkFVzFMw1CLer930zafI8XgvDN86c,380 +django/contrib/admin/static/admin/img/icon-clock.svg,sha256=k55Yv6R6-TyS8hlL3Kye0IMNihgORFjoJjHY21vtpEA,677 +django/contrib/admin/static/admin/img/icon-deletelink.svg,sha256=06XOHo5y59UfNBtO8jMBHQqmXt8UmohlSMloUuZ6d0A,392 +django/contrib/admin/static/admin/img/icon-hidelink.svg,sha256=4MGicntOFkPurB9LW_IC-0N88WXKvrQxVyBB9p5gMTA,784 +django/contrib/admin/static/admin/img/icon-no.svg,sha256=QqBaTrrp3KhYJxLYB5E-0cn_s4A_Y8PImYdWjfQSM-c,560 +django/contrib/admin/static/admin/img/icon-unknown-alt.svg,sha256=LyL9oJtR0U49kGHYKMxmmm1vAw3qsfXR7uzZH76sZ_g,655 +django/contrib/admin/static/admin/img/icon-unknown.svg,sha256=ePcXlyi7cob_IcJOpZ66uiymyFgMPHl8p9iEn_eE3fc,655 +django/contrib/admin/static/admin/img/icon-viewlink.svg,sha256=NL7fcy7mQOQ91sRzxoVRLfzWzXBRU59cFANOrGOwWM0,581 +django/contrib/admin/static/admin/img/icon-yes.svg,sha256=_H4JqLywJ-NxoPLqSqk9aGJcxEdZwtSFua1TuI9kIcM,436 +django/contrib/admin/static/admin/img/inline-delete.svg,sha256=GX6XpvjESSee-SBFVIJHuZFjlXKsQVgri2blYsUYw-A,537 +django/contrib/admin/static/admin/img/search.svg,sha256=HgvLPNT7FfgYvmbt1Al1yhXgmzYHzMg8BuDLnU9qpMU,458 +django/contrib/admin/static/admin/img/selector-icons.svg,sha256=0RJyrulJ_UR9aYP7Wbvs5jYayBVhLoXR26zawNMZ0JQ,3291 +django/contrib/admin/static/admin/img/sorting-icons.svg,sha256=cCvcp4i3MAr-mo8LE_h8ZRu3LD7Ma9BtpK-p24O3lVA,1097 +django/contrib/admin/static/admin/img/tooltag-add.svg,sha256=fTZCouGMJC6Qq2xlqw_h9fFodVtLmDMrpmZacGVJYZQ,331 +django/contrib/admin/static/admin/img/tooltag-arrowright.svg,sha256=GIAqy_4Oor9cDMNC2fSaEGh-3gqScvqREaULnix3wHc,280 +django/contrib/admin/static/admin/js/SelectBox.js,sha256=b42sGVqaCDqlr0ibFiZus9FbrUweRcKD_y61HDAdQuc,4530 +django/contrib/admin/static/admin/js/SelectFilter2.js,sha256=AMu_91ua1t4rMqHO94au8-62gdS1kxVAh1V4tSaien0,15845 +django/contrib/admin/static/admin/js/actions.js,sha256=KZnmpiDCroO8EcCawROJdHAdUFL87Xu9pqYUL5jHIxM,8076 +django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js,sha256=ryJhtM9SN0fMdfnhV_m2Hv2pc6a9B0Zpc37ocZ82_-0,19319 +django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js,sha256=t8tRUeNKUwRUhZvowMs1-etzqYa9dQVyAJdcAjT2Ous,9777 +django/contrib/admin/static/admin/js/autocomplete.js,sha256=OAqSTiHZnTWZzJKEvOm-Z1tdAlLjPWX9jKpYkmH0Ozo,1060 +django/contrib/admin/static/admin/js/calendar.js,sha256=cj6qPrSqdWeq_OnWUUKWy4jVGCiy4YxsbXa5KhUw_r4,9141 +django/contrib/admin/static/admin/js/cancel.js,sha256=UEZdvvWu5s4ZH16lFfxa8UPgWXJ3i8VseK5Lcw2Kreg,884 +django/contrib/admin/static/admin/js/change_form.js,sha256=zOTeORCq1i9XXV_saSBBDOXbou5UtZvxYFpVPqxQ02Q,606 +django/contrib/admin/static/admin/js/core.js,sha256=H4_YZp2B3Y9JxMZPpHKVutrUZJbAZd4H6Gc-ilSb4_E,6208 +django/contrib/admin/static/admin/js/filters.js,sha256=T-JlrqZEBSWbiFw_e5lxkMykkACWqWXd_wMy-b3TnaE,978 +django/contrib/admin/static/admin/js/inlines.js,sha256=1IYzrbc22sCRR37CIG_uvu6I4-bkhq7bIcWE5LSb4Ow,15628 +django/contrib/admin/static/admin/js/jquery.init.js,sha256=uM_Kf7EOBMipcCmuQHbyubQkycleSWDCS8-c3WevFW0,347 +django/contrib/admin/static/admin/js/nav_sidebar.js,sha256=1xzV95R3GaqQ953sVmkLIuZJrzFNoDJMHBqwQePp6-Q,3063 +django/contrib/admin/static/admin/js/popup_response.js,sha256=IKRg0dCpW_gkwT-l6yy3hIFxEwbaA5tw0XEckpPaHvE,532 +django/contrib/admin/static/admin/js/prepopulate.js,sha256=UYkWrHNK1-OWp1a5IWZdg0udfo_dcR-jKSn5AlxxqgU,1531 +django/contrib/admin/static/admin/js/prepopulate_init.js,sha256=mJIPAgn8QHji_rSqO6WKNREbpkCILFrjRCCOQ1-9SoQ,586 +django/contrib/admin/static/admin/js/theme.js,sha256=gG6whuLXbtdF-t_pvUO1O7LfVlNZDuzMZONENrOuZp4,1653 +django/contrib/admin/static/admin/js/unusable_password_field.js,sha256=tcGj7GAhLMohHLtxGOAsaZH1t0Fu3fTQk2l3vFV9AY4,1480 +django/contrib/admin/static/admin/js/urlify.js,sha256=8oC4Bcxt8oJY4uy9O4NjPws5lXzDkdfwI2Xo3MxpBTo,7887 +django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt,sha256=1Nuevm8p9RaOrEWtcT8FViOsXQ3NW6ktoj1lCuASAg0,1097 +django/contrib/admin/static/admin/js/vendor/jquery/jquery.js,sha256=eKhayi8LEQwp4NKxN-CfCh-3qOVUtJn3QNZ0TciWLP4,285314 +django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js,sha256=_JqT3SQfawRcv_BIHPThkBvs0OEvtFFmqPF_lYI_Cxo,87533 +django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md,sha256=TuDLxRNwr941hlKg-XeXIFNyntV4tqQvXioDfRFPCzk,1124 +django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js,sha256=IpI3uo19fo77jMtN5R3peoP0OriN-nQfPY2J4fufd8g,866 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js,sha256=zxQ3peSnbVIfrH1Ndjx4DrHDsmbpqu6mfeylVWFM5mY,905 +django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js,sha256=N_KU7ftojf2HgvJRlpP8KqG6hKIbqigYN3K0YH_ctuQ,721 +django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js,sha256=5Z6IlHmuk_6IdZdAVvdigXnlj7IOaKXtcjuI0n0FmYQ,968 +django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js,sha256=wdQbgaxZ47TyGlwvso7GOjpmTXUKaWzvVUr_oCRemEE,1291 +django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js,sha256=g56kWSu9Rxyh_rarLSDa_8nrdqL51JqZai4QQx20jwQ,965 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js,sha256=DSyyAXJUI0wTp_TbFhLNGrgvgRsGWeV3IafxYUGBggM,900 +django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js,sha256=t_8OWVi6Yy29Kabqs_l1sM2SSrjUAgZTwbTX_m0MCL8,1292 +django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js,sha256=tF2mvzFYSWYOU3Yktl3G93pCkf-V9gonCxk7hcA5J1o,828 +django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js,sha256=5bspfcihMp8yXDwfcqvC_nV3QTbtBuQDmR3c7UPQtFw,866 +django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js,sha256=KtP2xNoP75oWnobUrS7Ep_BOFPzcMNDt0wyPnkbIF_Q,1017 +django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js,sha256=IdvD8eY_KpX9fdHvld3OMvQfYsnaoJjDeVkgbIemfn8,1182 +django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js,sha256=C66AO-KOXNuXEWwhwfjYBFa3gGcIzsPFHQAZ9qSh3Go,844 +django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js,sha256=IhZaIy8ufTduO2-vBrivswMCjlPk7vrk4P81pD6B0SM,922 +django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js,sha256=LgLgdOkKjc63svxP1Ua7A0ze1L6Wrv0X6np-8iRD5zw,801 +django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js,sha256=rLmtP7bA_atkNIj81l_riTM7fi5CXxVrFBHFyddO-Hw,868 +django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js,sha256=fqZkE9e8tt2rZ7OrDGPiOsTNdj3S2r0CjbddVUBDeMA,1023 +django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js,sha256=KVGirhGGNee_iIpMGLX5EzH_UkNe-FOPC_0484G-QQ0,803 +django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js,sha256=aj0q2rdJN47BRBc9LqvsgxkuPOcWAbZsUFUlbguwdY0,924 +django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js,sha256=HSJafI85yKp4WzjFPT5_3eZ_-XQDYPzzf4BWmu6uXHk,924 +django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js,sha256=DIPRKHw0NkDuUtLNGdTnYZcoCiN3ustHY-UMmw34V_s,984 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js,sha256=m6ZqiKZ_jzwzVFgC8vkYiwy4lH5fJEMV-LTPVO2Wu40,1175 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js,sha256=NclTlDTiNFX1y0W1Llj10-ZIoXUYd7vDXqyeUJ7v3B4,852 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js,sha256=FTLszcrGaelTW66WV50u_rS6HV0SZxQ6Vhpi2tngC6M,1018 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js,sha256=3PdUk0SpHY-H-h62womw4AyyRMujlGc6_oxW-L1WyOs,831 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js,sha256=BLh0fntrwtwNwlQoiwLkdQOVyNXHdmRpL28p-W5FsDg,1028 +django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js,sha256=fGJ--Aw70Ppzk3EgLjF1V_QvqD2q_ufXjnQIIyZqYgc,768 +django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js,sha256=gn0ddIqTnJX4wk-tWC5gFORJs1dkgIH9MOwLljBuQK0,807 +django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js,sha256=kGxtapwhRFj3u_IhY_7zWZhKgR5CrZmmasT5w-aoXRM,897 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js,sha256=tZ4sqdx_SEcJbiW5-coHDV8FVmElJRA3Z822EFHkjLM,862 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js,sha256=DH6VrnVdR8SX6kso2tzqnJqs32uCpBNyvP9Kxs3ssjI,1195 +django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js,sha256=x9hyjennc1i0oeYrFUHQnYHakXpv7WD7MSF-c9AaTjg,1088 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js,sha256=ImmB9v7g2ZKEmPFUQeXrL723VEjbiEW3YelxeqHEgHc,855 +django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js,sha256=ZT-45ibVwdWnTyo-TqsqW2NjIp9zw4xs5So78KMb_s8,944 +django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js,sha256=hHpEK4eYSoJj_fvA2wl8QSuJluNxh-Tvp6UZm-ZYaeE,900 +django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js,sha256=PSpxrnBpL4SSs9Tb0qdWD7umUIyIoR2V1fpqRQvCXcA,1038 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js,sha256=NCz4RntkJZf8YDDC1TFBvK-nkn-D-cGNy7wohqqaQD4,811 +django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js,sha256=eduKCG76J3iIPrUekCDCq741rnG4xD7TU3E7Lib7sPE,778 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js,sha256=QQjDPQE6GDKXS5cxq2JRjk3MGDvjg3Izex71Zhonbj8,1357 +django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js,sha256=JctLfTpLQ5UFXtyAmgbCvSPUtW0fy1mE7oNYcMI90bI,904 +django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js,sha256=6gEuKYnJdf8cbPERsw-mtdcgdByUJuLf1QUH0aSajMo,947 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js,sha256=4J4sZtSavxr1vZdxmnub2J0H0qr1S8WnNsTehfdfq4M,1049 +django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js,sha256=0DFe1Hu9fEDSXgpjPOQrA6Eq0rGb15NRbsGh1U4vEr0,876 +django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js,sha256=L5jqz8zc5BF8ukrhpI2vvGrNR34X7482dckX-IUuUpA,878 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js,sha256=Aadb6LV0u2L2mCOgyX2cYZ6xI5sDT9OI3V7HwuueivM,938 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js,sha256=bV6emVCE9lY0LzbVN87WKAAAFLUT3kKqEzn641pJ29o,1171 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js,sha256=MnbUcP6pInuBzTW_L_wmXY8gPLGCOcKyzQHthFkImZo,1306 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js,sha256=LPIKwp9gp_WcUc4UaVt_cySlNL5_lmfZlt0bgtwnkFk,925 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js,sha256=oIxJLYLtK0vG2g3s5jsGLn4lHuDgSodxYAWL0ByHRHo,903 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js,sha256=BoT2KdiceZGgxhESRz3W2J_7CFYqWyZyov2YktUo_2w,1109 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js,sha256=7EELYXwb0tISsuvL6eorxzTviMK-oedSvZvEZCMloGU,980 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js,sha256=c6nqUmitKs4_6AlYDviCe6HqLyOHqot2IrvJRGjj1JE,786 +django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js,sha256=saDPLk-2dq5ftKCvW1wddkJOg-mXA-GUoPPVOlSZrIY,1074 +django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js,sha256=mUEGlb-9nQHvzcTYI-1kjsB7JsPRGpLxWbjrJ8URthU,771 +django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js,sha256=dDz8iSp07vbx9gciIqz56wmc2TLHj5v8o6es75vzmZU,775 +django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js,sha256=MixhFDvdRda-wj-TjrN018s7R7E34aQhRjz4baxrdKw,1156 +django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js,sha256=mwTeySsUAgqu_IA6hvFzMyhcSIM1zGhNYKq8G7X_tpM,796 +django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js,sha256=olAdvPQ5qsN9IZuxAKgDVQM-blexUnWTDTXUtiorygI,768 +django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js,sha256=DnDBG9ywBOfxVb2VXg71xBR_tECPAxw7QLhZOXiJ4fo,707 +django/contrib/admin/static/admin/js/vendor/select2/select2.full.js,sha256=ugZkER5OAEGzCwwb_4MvhBKE5Gvmc0S59MKn-dooZaI,173566 +django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js,sha256=XG_auAy4aieWldzMImofrFDiySK-pwJC7aoo9St7rS0,79212 +django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt,sha256=c68pSb_5KWyw-BbDvhmk2k6VrclMH5JHlui60_A_Lyk,1106 +django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js,sha256=FM2fFr4a9mVscQobpyNQG1Bu4_8exjunQglEoPSP5uo,325171 +django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js,sha256=-FQXGywOGwW-5DdFMWIq0QWpGX3rQFuQpIDe6N_9eVI,163184 +django/contrib/admin/templates/admin/404.html,sha256=zyawWu1I9IxDGBRsks6-DgtLUGDDYOKHfj9YQqPl0AA,282 +django/contrib/admin/templates/admin/500.html,sha256=rZNmFXr9POnc9TdZwD06qkY8h2W5K05vCyssrIzbZGE,551 +django/contrib/admin/templates/admin/actions.html,sha256=BVal6_q7BuTy_V4635prb3Wm3XMhrTvhcKAL5u7K9Gc,1263 +django/contrib/admin/templates/admin/app_index.html,sha256=7NPb0bdLKOdja7FoIERyRZRYK-ldX3PcxMoydguWfzc,493 +django/contrib/admin/templates/admin/app_list.html,sha256=H-kbGQ80Yw0TMqK25Ag4wRVhZXx6-yaec5DHOyUy8dQ,2340 +django/contrib/admin/templates/admin/auth/user/add_form.html,sha256=4bCBr_jz-Tz811qOh9rsKHSQQ0_skbRJ48spVqSMU8k,547 +django/contrib/admin/templates/admin/auth/user/change_password.html,sha256=yvlBTc1rCMJWDIQmGdXku22foM2Il4f8CepoCUQgKJ8,3893 +django/contrib/admin/templates/admin/base.html,sha256=ScYhl-zj2KNtU4b1PAmu0v3wGJlPItu_FVCacnLQ0Bs,6139 +django/contrib/admin/templates/admin/base_site.html,sha256=GCiXgXwC_ZZ1goTKnrbdNfWONojGxTatiD5hCsA8HTg,450 +django/contrib/admin/templates/admin/change_form.html,sha256=6F2s0J3XcxpW35XarZBW1ZMogqO0mvPPfbyaPfOzSI4,3197 +django/contrib/admin/templates/admin/change_form_object_tools.html,sha256=C0l0BJF2HuSjIvtY-Yr-ByZ9dePFRrTc-MR-OVJD-AI,403 +django/contrib/admin/templates/admin/change_list.html,sha256=ILjQ5FRnzNPOfKQccDD8T5583A5R-5NIZuf3QEB5WFI,3934 +django/contrib/admin/templates/admin/change_list_object_tools.html,sha256=-AX0bYTxDsdLtEpAEK3RFpY89tdvVChMAWPYBLqPn48,378 +django/contrib/admin/templates/admin/change_list_results.html,sha256=yOpb1o-L5Ys9GiRA_nCXoFhIzREDVXLBuYzZk1xrx1w,1502 +django/contrib/admin/templates/admin/color_theme_toggle.html,sha256=a2uh7_c2umbLLGRD_cVdVmfp291TwQYkD_87sYCotIU,703 +django/contrib/admin/templates/admin/date_hierarchy.html,sha256=Hug06L1uQzPQ-NAeixTtKRtDu2lAWh96o6f8ElnyU0c,453 +django/contrib/admin/templates/admin/delete_confirmation.html,sha256=3eMxQPSITd7Mae22TALXtCvJR4YMwfzNG_iAtuyF0PI,2539 +django/contrib/admin/templates/admin/delete_selected_confirmation.html,sha256=5yyaNqfiK1evhJ7px7gmMqjFwYrrMaKNDvQJ3-Lu4mo,2241 +django/contrib/admin/templates/admin/edit_inline/stacked.html,sha256=q4DUCiTfrlVypMV6TrvkN4zl1QDe57l-VTvYcO6yl1Q,3108 +django/contrib/admin/templates/admin/edit_inline/tabular.html,sha256=7xsNm1C-HiThj0TJZXGvcHAgLeOBbuuXRjGMiqXW8fc,4401 +django/contrib/admin/templates/admin/filter.html,sha256=cvjazGEln3BL_0iyz8Kcsend5WhT9y-gXKRN2kHqejU,395 +django/contrib/admin/templates/admin/includes/fieldset.html,sha256=LX_8XwduBMo3DmQNuGaK0toLMoVnsMdMiaZOfG-zU6k,2720 +django/contrib/admin/templates/admin/includes/object_delete_summary.html,sha256=OC7VhKQiczmi01Gt_3jyemelerSNrGyDiWghUK6xKEI,192 +django/contrib/admin/templates/admin/index.html,sha256=TQxZdAy2ZyeXBLA_KZMXus7e2TGezFAUTsYHJBMLPl8,2070 +django/contrib/admin/templates/admin/invalid_setup.html,sha256=F5FS3o7S3l4idPrX29OKlM_azYmCRKzFdYjV_jpTqhE,447 +django/contrib/admin/templates/admin/login.html,sha256=FZA-d3HEISXkGSyJlxncbVu3Jff7-zwwJ8KkwlN2AHM,2001 +django/contrib/admin/templates/admin/nav_sidebar.html,sha256=OfI8XJn3_Q_Wf2ymc1IH61eTGZNMFwkkGwXXTDqeuP8,486 +django/contrib/admin/templates/admin/object_history.html,sha256=5e6ki7C94YKBoFyCvDOfqt4YzCyhNmNMy8NM4aKqiHc,2136 +django/contrib/admin/templates/admin/pagination.html,sha256=OBvC2HWFaH3wIuk6gzKSyCli51NTaW8vnJFyBOpNo_8,549 +django/contrib/admin/templates/admin/popup_response.html,sha256=Lj8dfQrg1XWdA-52uNtWJ9hwBI98Wt2spSMkO4YBjEk,327 +django/contrib/admin/templates/admin/prepopulated_fields_js.html,sha256=PShGpqQWBBVwQ86r7b-SimwJS0mxNiz8AObaiDOSfvY,209 +django/contrib/admin/templates/admin/search_form.html,sha256=GImO4ldr2iVMDKPa2prQzrJyrZEQS1Zy6guNfF6VbQ8,1357 +django/contrib/admin/templates/admin/submit_line.html,sha256=yI7XWZCjvY5JtDAvbzx8hpXZi4vRYWx0mty7Zt5uWjY,1093 +django/contrib/admin/templates/admin/widgets/clearable_file_input.html,sha256=3g3JbkQmjgjl_Lyz6DzkvNBxlJT0GJAuQGV4MAGSyJ0,666 +django/contrib/admin/templates/admin/widgets/date.html,sha256=uJME8ir5DrcrWze9ikzlspoaCudQqxyMMGr6azIMkMc,71 +django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html,sha256=X1Qsxepoht7TCZTJLHZ6jgbZLTEWjeaqBCqlAvmgiUg,412 +django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html,sha256=w18JMKnPKrw6QyqIXBcdPs3YJlTRtHK5HGxj0lVkMlY,54 +django/contrib/admin/templates/admin/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html,sha256=a3CWvuTtb6hRcf5-gsqRuhEJF18pOmwuRjJerDetLyY,2102 +django/contrib/admin/templates/admin/widgets/split_datetime.html,sha256=BQ9XNv3eqtvNqZZGW38VBM2Nan-5PBxokbo2Fm_wwCQ,238 +django/contrib/admin/templates/admin/widgets/time.html,sha256=oiXCD1IvDhALK3w0fCrVc7wBOFMJhvPNTG2_NNz9H7A,71 +django/contrib/admin/templates/admin/widgets/url.html,sha256=Tf7PwdoKAiimfmDTVbWzRVxxUeyfhF0OlsuiOZ1tHgI,218 +django/contrib/admin/templates/registration/logged_out.html,sha256=PuviqzJh7C6SZJl9yKZXDcxxqXNCTDVfRuEpqvwJiPE,425 +django/contrib/admin/templates/registration/password_change_done.html,sha256=Ukca5IPY_VhtO3wfu9jABgY7SsbB3iIGp2KCSJqihlQ,745 +django/contrib/admin/templates/registration/password_change_form.html,sha256=44zs7GemkINgUYdTG-OJOtoedFCfJOM1QJE79HCg5BA,2534 +django/contrib/admin/templates/registration/password_reset_complete.html,sha256=_fc5bDeYBaI5fCUJZ0ZFpmOE2CUqlbk3npGk63uc_Ks,417 +django/contrib/admin/templates/registration/password_reset_confirm.html,sha256=GH9bThrSAyh4fvHoG2AwpFsmjetbfKV93gt1MoFeov0,1646 +django/contrib/admin/templates/registration/password_reset_done.html,sha256=SQsksjWN8vPLpvtFYPBFMMqZtLeiB4nesPq2VxpB3Y8,588 +django/contrib/admin/templates/registration/password_reset_email.html,sha256=gPbRowVMtGh_HxZvMQh3R3onpboxrseV_DB1Hsfme1g,606 +django/contrib/admin/templates/registration/password_reset_form.html,sha256=HlkKmHDfFU8m1eNdrvain-ccTOwSftLHSCmX0Tcmthg,1066 +django/contrib/admin/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_list.cpython-312.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-312.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc,, +django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc,, +django/contrib/admin/templatetags/__pycache__/log.cpython-312.pyc,, +django/contrib/admin/templatetags/admin_list.py,sha256=r60BQcBy3_sEzUk86KYviKbR8vzOcpoPR53AviGFnpE,19159 +django/contrib/admin/templatetags/admin_modify.py,sha256=DGE-YaZB1-bUqvjOwmnWJTrIRiR1qYdY6NyPDj1Hj3U,4978 +django/contrib/admin/templatetags/admin_urls.py,sha256=HNooe26wytMLh5DdgOqzcyHtNf4G-vWfcsL7xQlWVuE,2038 +django/contrib/admin/templatetags/base.py,sha256=0jlMfZu-IZkTJsnJQUtqBX2ceqCaVeClTTS1wdxn73w,1465 +django/contrib/admin/templatetags/log.py,sha256=vL2TNhgFsCH-4JXDE-2I_BhB2xQQLwx4GkHKx7m8Rz4,2050 +django/contrib/admin/tests.py,sha256=GJuWJAKvlZ_9qe86EMvroI34oaafoUl8iFM_P_YSWKQ,8559 +django/contrib/admin/utils.py,sha256=c_uFWsPQfXBfSdPbaarAfOabg1_mUjpOBzqIl8LOdRA,21908 +django/contrib/admin/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/views/__pycache__/__init__.cpython-312.pyc,, +django/contrib/admin/views/__pycache__/autocomplete.cpython-312.pyc,, +django/contrib/admin/views/__pycache__/decorators.cpython-312.pyc,, +django/contrib/admin/views/__pycache__/main.cpython-312.pyc,, +django/contrib/admin/views/autocomplete.py,sha256=PjC8db25zhYgwLS_4pq6PApTD_YRn4muIH0A_VN7kCg,4385 +django/contrib/admin/views/decorators.py,sha256=4ndYdYoPLhWsdutME0Lxsmcf6UFP5Z2ou3_pMjgNbw8,639 +django/contrib/admin/views/main.py,sha256=NmC8lhTRcVxFTQ6DZZgcxkSB0aCHh6TVO5xiH8tJPL0,25868 +django/contrib/admin/widgets.py,sha256=ujOuEp7Db12KIEcje7_ry55q_FISyheBF-7E3z8drFg,19637 +django/contrib/admindocs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admindocs/__pycache__/__init__.cpython-312.pyc,, +django/contrib/admindocs/__pycache__/apps.cpython-312.pyc,, +django/contrib/admindocs/__pycache__/middleware.cpython-312.pyc,, +django/contrib/admindocs/__pycache__/urls.cpython-312.pyc,, +django/contrib/admindocs/__pycache__/utils.cpython-312.pyc,, +django/contrib/admindocs/__pycache__/views.cpython-312.pyc,, +django/contrib/admindocs/apps.py,sha256=bklhU4oaTSmPdr0QzpVeuNT6iG77QM1AgiKKZDX05t4,216 +django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo,sha256=M80Uggz4Rn4g2Dg9z9pwjkhzWmMhxjXTaA4dXaXzI5s,3326 +django/contrib/admindocs/locale/af/LC_MESSAGES/django.po,sha256=STP4d23ByifM1Gda8i5o4OuB9OobBDIp348jhezP-UI,5728 +django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo,sha256=MwAJ0TMsgRN4wrwlhlw3gYCfZK5IKDzNPuvjfJS_Eug,7440 +django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po,sha256=KSmZCjSEizBx5a6yN_u0FPqG5QoXsTV9gdJkqWC8xC8,8052 +django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=lW-fKcGwnRtdpJLfVw9i1HiM25TctVK0oA0bGV7yAzU,7465 +django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po,sha256=c8LOJTCkHd1objwj6Xqh0wF3LwkLJvWg9FIWSWWMI-I,7985 +django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo,sha256=d4u-2zZXnnueWm9CLSnt4TRWgZk2NMlrA6gaytJ2gdU,715 +django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po,sha256=TUkc-Hm4h1kD0NKyndteW97jH6bWcJMFXUuw2Bd62qo,4578 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo,sha256=knby8sXcdqYpoh5Cgja0q10EKPnqDV2PSdogbeq7hGs,6645 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.po,sha256=dZycgZBvmp90lzwrIEGVytIsxTonfAI7Vqd_dJeKcYk,7223 +django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo,sha256=VZl0yvgbo0jwQpf-s472jagbUj83A3twnxddQGwGW5c,8163 +django/contrib/admindocs/locale/be/LC_MESSAGES/django.po,sha256=Z8ZtS_t5Tc7iy1p4TTrsKZqiMJl94f1jiTWuv1sep3A,8728 +django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo,sha256=bNNoMFB0_P1qut4txQqHiXGxJa8-sjIZA8bb_jPaaHk,8242 +django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po,sha256=nJMwR6R19pXmf4u6jBwe8Xn9fObSaAzulNeqsm8bszo,8989 +django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo,sha256=NOKVcE8id9G1OctSly4C5lm64CgEF8dohX-Pdyt4kCM,3794 +django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po,sha256=6M7LjIEjvDTjyraxz70On_TIsgqJPLW7omQ0Fz_zyfQ,6266 +django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo,sha256=UsPTado4ZNJM_arSMXyuBGsKN-bCHXQZdFbh0GB3dtg,1571 +django/contrib/admindocs/locale/br/LC_MESSAGES/django.po,sha256=SHOxPSgozJbOkm8u5LQJ9VmL58ZSBmlxfOVw1fAGl2s,5139 +django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo,sha256=clvhu0z3IF5Nt0tZ85hOt4M37pnGEWeIYumE20vLpsI,1730 +django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po,sha256=1-OrVWFqLpeXQFfh7JNjJtvWjVww7iB2s96dcSgLy90,5042 +django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo,sha256=nI2ctIbZVrsaMbJQGIHQCjwqJNTnH3DKxwI2dWR6G_w,6650 +django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po,sha256=hPjkw0bkoUu-yKU8XYE3ji0NG4z5cE1LGonYPJXeze4,7396 +django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.mo,sha256=QisqerDkDuKrctJ10CspniXNDqBnCI2Wo-CKZUZtsCY,8154 +django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.po,sha256=0adJyGnFg3qoD11s9gZbJlY8O0Dd1mpKF8OLQAkHZHE,8727 +django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo,sha256=dJ-3fDenE42f6XZFc-yrfWL1pEAmSGt2j1eWAyy-5OQ,6619 +django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po,sha256=uU4n9PsiI96O0UpJzL-inVzB1Kx7OB_SbLkjrFLuyVA,7227 +django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo,sha256=sYeCCq0CMrFWjT6rKtmFrpC09OEFpYLSI3vu9WtpVTY,5401 +django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po,sha256=GhdikiXtx8Aea459uifQtBjHuTlyUeiKu0_rR_mDKyg,6512 +django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo,sha256=vmsIZeMIVpLkSdJNS0G6alAmBBEtLDBLnOd-P3dSOAs,6446 +django/contrib/admindocs/locale/da/LC_MESSAGES/django.po,sha256=bSoTGPcE7MdRfAtBybZT9jsuww2VDH9t5CssaxSs_GU,7148 +django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo,sha256=ReSz0aH1TKT6AtP13lWoONnwNM2OGo4jK9fXJlo75Hc,6567 +django/contrib/admindocs/locale/de/LC_MESSAGES/django.po,sha256=tVkDIPF_wYb_KaJ7PF9cZyBJoYu6RpznoM9JIk3RYN4,7180 +django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo,sha256=K_QuInKk1HrrzQivwJcs_2lc1HreFj7_R7qQh3qMTPY,6807 +django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po,sha256=flF1D0gfTScuC_RddC9njLe6RrnqnksiRxwODVA9Vqw,7332 +django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo,sha256=1x0sTZwWbGEURyRaSn4ONvTPXHwm7XemNlcun9Nm1QI,8581 +django/contrib/admindocs/locale/el/LC_MESSAGES/django.po,sha256=GebfJfW0QPzAQyBKz1Km9a3saCpAWT7d_Qe2nCBvGn4,9320 +django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admindocs/locale/en/LC_MESSAGES/django.po,sha256=pEypE71l-Ude2e3XVf0tkBpGx6BSYNqBagWnSYmEbxI,10688 +django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo,sha256=BQ54LF9Tx88m-pG_QVz_nm_vqvoy6pVJzL8urSO4l1Q,486 +django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po,sha256=ho7s1uKEs9FGooyZBurvSjvFz1gDSX6R4G2ZKpF1c9Q,5070 +django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo,sha256=xKGbswq1kuWCbn4zCgUQUb58fEGlICIOr00oSdCgtU4,1821 +django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po,sha256=No09XHkzYVFBgZqo7bPlJk6QD9heE0oaI3JmnrU_p24,4992 +django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo,sha256=114OOVg9hP0H0UU2aQngCm0wE7zEEAp7QFMupOuWCfQ,6071 +django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po,sha256=h8P3lmvBaJ8J2xiytReJvI8iGK0gCe-LPK27kWxSNKI,6799 +django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo,sha256=wVt9I5M6DGKZFhPhYuS2yKRGVzSROthx98TFiJvJA80,6682 +django/contrib/admindocs/locale/es/LC_MESSAGES/django.po,sha256=F72OFWbIZXvopNMzy7eIibNKc5EM0jsYgbN4PobD6tc,7602 +django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo,sha256=mZ7OKAmlj2_FOabKsEiWycxiKLSLCPFldponKNxINjs,6658 +django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po,sha256=deaOq0YMCb1B1PHWYUbgUrQsyXFutn4wQ2BAXiyzugA,7257 +django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo,sha256=KFjQyWtSxH_kTdSJ-kNUDAFt3qVZI_3Tlpg2pdkvJfs,6476 +django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po,sha256=dwrTVjYmueLiVPu2yiJ_fkFF8ZeRntABoVND5H2WIRI,7038 +django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo,sha256=3hZiFFVO8J9cC624LUt4lBweqmpgdksRtvt2TLq5Jqs,1853 +django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po,sha256=gNmx1QTbmyMxP3ftGXGWJH_sVGThiSe_VNKkd7M9jOY,5043 +django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo,sha256=sMwJ7t5GqPF496w-PvBYUneZ9uSwmi5jP-sWulhc6BM,6663 +django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po,sha256=ZOcE0f95Q6uD9SelK6bQlKtS2c3JX9QxNYCihPdlM5o,7201 +django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo,sha256=JQHVKehV0sxNaBQRqbsN-Of22CMV70bQ9TUId3QDudY,6381 +django/contrib/admindocs/locale/et/LC_MESSAGES/django.po,sha256=qrS3cPEy16hEi1857jvqsmr9zHF9_AkkJUw4mKimg98,7096 +django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo,sha256=WHgK7vGaqjO4MwjBkWz2Y3ABPXCqfnwSGelazRhOiuo,6479 +django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po,sha256=718XgJN7UQcHgE9ku0VyFp7Frs-cvmCTO1o-xS5kpqc,7099 +django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo,sha256=Qrkrb_CHPGymnXBoBq5oeTs4W54R6nLz5hLIWH63EHM,7499 +django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po,sha256=L-rxiKqUmlQgrPTLQRaS50woZWB9JuEamJpgDpLvIXw,8251 +django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo,sha256=SzuPvgeiaBwABvkJbOoTHsbP7juAuyyMWAjENr50gYk,6397 +django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po,sha256=jn4ZMVQ_Gh6I-YLSmBhlyTn5ICP5o3oj7u0VKpV2hnI,6972 +django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo,sha256=dD92eLXIDeI-a_BrxX1G49qRwLS4Vt56bTP9cha5MeE,6755 +django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po,sha256=hiUeHTul4Z3JWmkClGZmD5Xn4a1Tj1A5OLRfKU5Zdmo,7329 +django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo,sha256=_xVO-FkPPoTla_R0CzktpRuafD9fuIP_G5N-Q08PxNg,476 +django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po,sha256=b3CRH9bSUl_jjb9s51RlvFXp3bmsmuxTfN_MTmIIVNA,5060 +django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo,sha256=2kOgyNWHQaNq-cwsh5YmmqWa8z9WN7HHUEEW85hek4A,6786 +django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po,sha256=PEuuqMz1-aW96Lcy72PsVormIrN522Qd6RxSM1VVMTk,7424 +django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo,sha256=k5-Ov9BkwYHZ_IvIxQdHKVBdOUN7kWGft1l7w5Scd5o,6941 +django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po,sha256=FyvfRNkSrEZo8x1didB6nFHYD54lZfKSoAGcwJ2wLso,7478 +django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo,sha256=15OYKk17Dlz74RReFrCHP3eHmaxP8VeRE2ylDOeUY8w,6564 +django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po,sha256=mvQmxR4LwDLbCWyIU-xmJEw6oeSY3KFWC1nqnbnuDyc,7197 +django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo,sha256=1_aXtUXx-NISzJmlfprUZ5LieD9BwCcCUQ-DQ_YF-jk,6998 +django/contrib/admindocs/locale/he/LC_MESSAGES/django.po,sha256=aONIl7C_5hgo0agjYleyZAkj4_VPkQVPT0R7wWPhJEs,7589 +django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo,sha256=sZhObIxqrmFu5Y-ZOQC0JGM3ly4IVFr02yqOOOHnDag,2297 +django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po,sha256=X6UfEc6q0BeaxVP_C4priFt8irhh-YGOUUzNQyVnEYY,5506 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo,sha256=fMsayjODNoCdbpBAk9GHtIUaGJGFz4sD9qYrguj-BQA,2550 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po,sha256=qi2IB-fBkGovlEz2JAQRUNE54MDdf5gjNJWXM-dIG1s,5403 +django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo,sha256=4CbZ95VHJUg3UNt-FdzPtUtHJLralgnhadz-evigiFA,6770 +django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po,sha256=ty8zWmqY160ZpSbt1-_2iY2M4RIL7ksh5-ggQGc_TO8,7298 +django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo,sha256=ATEt9wE2VNQO_NMcwepgxpS7mYXdVD5OySFFPWpnBUA,6634 +django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po,sha256=3XKQrlonyLXXpU8xeS1OLXcKmmE2hiBoMJN-QZ3k82g,7270 +django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo,sha256=KklX2loobVtA6PqHOZHwF1_A9YeVGlqORinHW09iupI,1860 +django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po,sha256=Z7btOCeARREgdH4CIJlVob_f89r2M9j55IDtTLtgWJU,5028 +django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo,sha256=2HZrdwFeJV4Xk2HIKsxp_rDyBrmxCuRb92HtFtW8MxE,6343 +django/contrib/admindocs/locale/id/LC_MESSAGES/django.po,sha256=O01yt7iDXvEwkebUxUlk-vCrLR26ebuqI51x64uqFl4,7041 +django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo,sha256=5t9Vurrh6hGqKohwsZIoveGeYCsUvRBRMz9M7k9XYY8,464 +django/contrib/admindocs/locale/io/LC_MESSAGES/django.po,sha256=SVZZEmaS1WbXFRlLLGg5bzUe09pXR23TeJtHUbhyl0w,5048 +django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo,sha256=pEr-_MJi4D-WpNyFaQe3tVKVLq_9V-a4eIF18B3Qyko,1828 +django/contrib/admindocs/locale/is/LC_MESSAGES/django.po,sha256=-mD5fFnL6xUqeW4MITzm8Lvx6KXq4C9DGsEM9kDluZ8,5045 +django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo,sha256=AzCkkJ8x-V38XSOdOG2kMSUujcn0mD8TIvdAeNT6Qcw,6453 +django/contrib/admindocs/locale/it/LC_MESSAGES/django.po,sha256=SUsGtCKkCVoj5jaM6z_-JQR8kv8W4Wv_OE26hpOb96s,7171 +django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo,sha256=KoPwCbH9VlKoP_7zTEjOzPsHZ7jVWl2grQRckQmshw4,7358 +django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po,sha256=6ZTqM2qfBS_j5aLH52yJPYW4e4X5MqiQFdqV1fmEQGg,8047 +django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo,sha256=w2cHLI1O3pVt43H-h71cnNcjNNvDC8y9uMYxZ_XDBtg,4446 +django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po,sha256=omKVSzNA3evF5Mk_Ud6utHql-Do7s9xDzCVQGQA0pSg,6800 +django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo,sha256=XTuWnZOdXhCFXEW4Hp0zFtUtAF0wJHaFpQqoDUTWYGw,1289 +django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po,sha256=lQWewMZncWUvGhpkgU_rtwWHcgAyvhIkrDfjFu1l-d8,4716 +django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo,sha256=mmhLzn9lo4ff_LmlIW3zZuhE77LoSUfpaMMMi3oyi38,1587 +django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po,sha256=72sxLw-QDSFnsH8kuzeQcV5jx7Hf1xisBmxI8XqSCYw,5090 +django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo,sha256=Fff1K0qzialXE_tLiGM_iO5kh8eAmQhPZ0h-eB9iNOU,1476 +django/contrib/admindocs/locale/km/LC_MESSAGES/django.po,sha256=E_CaaYc4GqOPgPh2t7iuo0Uf4HSQQFWAoxSOCG-uEGU,4998 +django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo,sha256=lisxE1zzW-Spdm7hIzXxDAfS7bM-RdrAG_mQVwz9WMU,1656 +django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po,sha256=u6JnB-mYoYWvLl-2pzKNfeNlT1s6A2I3lRi947R_0yA,5184 +django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo,sha256=nVBVLfXUlGQCeF2foSQ2kksBmR3KbweXdbD6Kyq-PrU,6563 +django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po,sha256=y2YjuXM3p0haXrGpxRtm6I84o75TQaMeT4xbHCg7zOM,7342 +django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo,sha256=HEJo4CLoIOWpK-MPcTqLhbNMA8Mt3totYN1YbJ_SNn4,7977 +django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po,sha256=VaSXjz8Qlr2EI8f12gtziN7yA7IWsaVoEzL3G6dERXs,8553 +django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo,sha256=N0hKFuAdDIq5clRKZirGh4_YDLsxi1PSX3DVe_CZe4k,474 +django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po,sha256=B46-wRHMKUMcbvMCdojOCxqIVL5qVEh4Czo20Qgz6oU,5058 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo,sha256=KOnpaVeomKJIHcVLrkeRVnaqQHzFdYM_wXZbbqxWs4g,6741 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po,sha256=-uzCS8193VCZPyhO8VOi11HijtBG9CWVKStFBZSXfI4,7444 +django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo,sha256=sQUIVti4erxrc8T3XddIxhH3ActLzWJOc9lNfpDtVbs,6481 +django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po,sha256=FHdl8WZwtI4VXfKghnrZJVGUNAbwwW-9YWdYxSdTsK4,7161 +django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo,sha256=8H9IpRASM7O2-Ql1doVgM9c4ybZ2KcfnJr12PpprgP4,8290 +django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po,sha256=Uew7tEljjgmslgfYJOP9JF9ELp6NbhkZG_v50CZgBg8,8929 +django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo,sha256=bm4tYwcaT8XyPcEW1PNZUqHJIds9CAq3qX_T1-iD4k4,6865 +django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po,sha256=yNINX5M7JMTbYnFqQGetKGIXqOjGJtbN2DmIW9BKQ_c,8811 +django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo,sha256=MyPphoXZCl6gPq74TyPBAvbc-aUQdUx5t3cdnj3vn_A,7108 +django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po,sha256=h4GNr_G_lqLCiypMQNaw3ItF8RnHzdLhcrKs6vQVPfE,8058 +django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo,sha256=LDGC7YRyVBU50W-iH0MuESunlRXrNfNjwjXRCBdfFVg,468 +django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po,sha256=5cUgPltXyS2Z0kIKF5ER8f5DuBhwmAINJQyfHj652d0,5052 +django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo,sha256=vgoSQlIQeFWaVfJv3YK9_0FOywWwxLhWGICKBdxcqJY,6557 +django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po,sha256=Qy_NjgqwEwLGk4oaHB4Np3dVbPeCK2URdI73S73IZLE,7044 +django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo,sha256=AsdUmou0FjCiML3QOeXMdbHiaSt2GdGMcEKRJFonLOQ,1721 +django/contrib/admindocs/locale/my/LC_MESSAGES/django.po,sha256=c75V-PprKrWzgrHbfrZOpm00U_zZRzxAUr2U_j8MF4w,5189 +django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo,sha256=qlzN0-deW2xekojbHi2w6mYKeBe1Cf1nm8Z5FVrmYtA,6308 +django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po,sha256=a60vtwHJXhjbRAtUIlO0w3XfQcQ0ljwmwFG3WbQ7PNo,6875 +django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo,sha256=fWPAUZOX9qrDIxGhVVouJCVDWEQLybZ129wGYymuS-c,2571 +django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po,sha256=wb8pCm141YfGSHVW84FnAvsKt5KnKvzNyzGcPr-Wots,5802 +django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo,sha256=1-s_SdVm3kci2yLQhv1q6kt7zF5EdbaneGAr6PJ7dQU,6498 +django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po,sha256=7s4RysNYRSisywqqZOrRR0il530jRlbEFP3kr4Hq2PA,7277 +django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo,sha256=tIOU1WrHkAfxD6JBpdakiMi6pVzzvIg0jun6gii-D08,6299 +django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po,sha256=oekYY3xjjM2sPnHv_ZXxAti1ySPF-HxLrvLLk7Izibk,6824 +django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo,sha256=zSQBgSj4jSu5Km0itNgDtbkb1SbxzRvQeZ5M9sXHI8k,2044 +django/contrib/admindocs/locale/os/LC_MESSAGES/django.po,sha256=hZlMmmqfbGmoiElGbJg7Fp791ZuOpRFrSu09xBXt6z4,5215 +django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo,sha256=yFeO0eZIksXeDhAl3CrnkL1CF7PHz1PII2kIxGA0opQ,1275 +django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po,sha256=DA5LFFLOXHIJIqrrnj9k_rqL-wr63RYX_i-IJFhBuc0,4900 +django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo,sha256=DHxRNP6YK8qocDqSd2DZg7n-wPp2hJSbjNBLFti7U8o,6633 +django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po,sha256=mRjleE2-9r9TfseHWeyjvRwzBZP_t2LMvihq8n_baU8,7575 +django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo,sha256=KQnbHsHLYTHd-s8k-xu2y1NHHjvtTWe5XqQko3wz68Q,6605 +django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po,sha256=zG5vL4ZvPzOln_3RhPdHw6p_ig78Y4sUXML0U7YKAvQ,7304 +django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo,sha256=L8t589rbg4vs4HArLpgburmMufZ6BTuwxxkv1QUetBA,6590 +django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po,sha256=EG4xELZ8emUIWB78cw8gFeiqTiN9UdAuEaXHyPyNtIE,7538 +django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo,sha256=9K8Sapn6sOg1wtt2mxn7u0cnqPjEHH70qjwM-XMPzNA,6755 +django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po,sha256=b4AsPjWBYHQeThAtLP_TH4pJitwidtoPNkJ7dowUuRg,7476 +django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo,sha256=9pIPv2D0rq29vrBNWZENM_SOdNpaPidxmgT20hWtBis,8434 +django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po,sha256=BTlxkS4C0DdfC9QJCegXwi5ejfG9pMsAdfy6UJzec3s,9175 +django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo,sha256=QR3Yvh6y6qJLr4umB0_HcVRIrqD-o1z3rnDv38hLkCQ,6670 +django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po,sha256=QPTSNtN-7QBUX7G7d67zs5kPHS3tXoi7WCy_y1nhPfQ,7375 +django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo,sha256=FMg_s9ZpeRD42OsSF9bpe8pRQ7wP7-a9WWnaVliqXpU,6508 +django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po,sha256=JWO_WZAwBpXw-4FoB7rkWXGhi9aEVq1tH2fOC69rcgg,7105 +django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo,sha256=OILplcoIos3lKv8349AIi9w6_ulYfnS1GZoF775Syh4,6561 +django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po,sha256=K9t4P0o9nZfMfqUL4VOOEgw-70i55Gji_fl0517jogc,7180 +django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo,sha256=wQbXQFTFYjeJvUQ4twmF_O2SYkYkigJ1LQj8xdC5Yu4,8154 +django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po,sha256=KT72y37njw6vgAfXOoY41w_Myv5yrzFC1BQVAd_V79s,8778 +django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=3ytn9SeRgnbIC8YjYTcgdNKgNrizzDwwmLQhVwjvNCY,6542 +django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po,sha256=2ojglF82ZPFxdnlICYkwkN_EOLli8QRSCPTbILxug9g,13364 +django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo,sha256=5i9qxo9V7TghSIpKCOw5PpITYYHMP-0NhFivwc-w0yw,6394 +django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po,sha256=WhABV5B-rhBly6ueJPOMsIBjSiw7i1yCZUQsXWE_jV4,7137 +django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo,sha256=pyJfGL7UdPrJAVlCB3YimXxTjTfEkoZQWX-CSpDkcWc,1808 +django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po,sha256=SIywrLX1UGx4OiPxoxUYelmQ1YaY2LMa3dxynGQpHp8,4929 +django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo,sha256=8SjQ9eGGyaZGhkuDoZTdtYKuqcVyEtWrJuSabvNRUVM,1675 +django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po,sha256=k593yzVqpSQOsdpuF-rdsSLwKQU8S_QFMRpZXww__1A,5194 +django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo,sha256=eAzNpYRy_G1erCcKDAMnJC4809ITRHvJjO3vpyAC_mk,1684 +django/contrib/admindocs/locale/te/LC_MESSAGES/django.po,sha256=oDg_J8JxepFKIe5m6lDKVC4YWQ_gDLibgNyQ3508VOM,5204 +django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo,sha256=jSMmwS6F_ChDAZDyTZxRa3YuxkXWlO-M16osP2NLRc0,7731 +django/contrib/admindocs/locale/tg/LC_MESSAGES/django.po,sha256=mewOHgRsFydk0d5IY3jy3rOWa6uHdatlSIvFNZFONsc,8441 +django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo,sha256=bHK49r45Q1nX4qv0a0jtDja9swKbDHHJVLa3gM13Cb4,2167 +django/contrib/admindocs/locale/th/LC_MESSAGES/django.po,sha256=_GMgPrD8Zs0lPKQOMlBmVu1I59yXSV42kfkrHzeiehY,5372 +django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo,sha256=L1iBsNGqqfdNkZZmvnnBB-HxogAgngwhanY1FYefveE,6661 +django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po,sha256=D4vmznsY4icyKLXQUgAL4WZL5TOUZYVUSCJ4cvZuFg8,7311 +django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo,sha256=pQmAQOPbrBVzBqtoQ0dsFWFwC6LxA5mQZ9QPqL6pSFw,1869 +django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po,sha256=NCLv7sSwvEficUOSoMJlHGqjgjYvrvm2V3j1Gkviw80,5181 +django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo,sha256=hwDLYgadsKrQEPi9HiuMWF6jiiYUSy4y-7PVNJMaNpY,618 +django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po,sha256=29fpfn4p8KxxrBdg4QB0GW_l8genZVV0kYi50zO-qKs,5099 +django/contrib/admindocs/locale/ug/LC_MESSAGES/django.mo,sha256=OIyPz5i48Ab2CVmCe71agW8qMsYMTwTG2E7rJft7P5k,7867 +django/contrib/admindocs/locale/ug/LC_MESSAGES/django.po,sha256=GM6ypRwZ6d6VXM0XVvg9p_334pxhex1yd5-HS8Z1z9U,8380 +django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo,sha256=G-3yCDj2jK7ZTu80YXGJ_ZR1E7FejbLxTFe866G4Pr0,8468 +django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po,sha256=bbWzP-gpbslzbTBc_AO7WBNmtr3CkLOwkSJHI0Z_dTA,9330 +django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo,sha256=VNg9o_7M0Z2LC0n3_-iwF3zYmncRJHaFqqpxuPmMq84,1836 +django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po,sha256=QTg85c4Z13hMN_PnhjaLX3wx6TU4SH4hPTzNBfNVaMU,5148 +django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo,sha256=F6dyo00yeyUND_w1Ocm9SL_MUdXb60QQpmAQPto53IU,1306 +django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po,sha256=JrVKjT848Y1cS4tpH-eRivFNwM-cUs886UEhY2FkTPw,4836 +django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=ngPlxN85wGOMKoo3OK3wUQeikoaxPKqAIsgw2_0ovN4,6075 +django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po,sha256=TNdJGJCAi0OijBN6w23SwKieZqNqkgNt2qdlPfY-r20,6823 +django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=Tx2MdoDy5aGjAGnDhYrV6mHN-inyqa3mA2zDAYPsQc4,6016 +django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po,sha256=vhYxKhDRm6BkUKkLFetq1zDZ1-08Xe1xVnbUD0ABQuc,6734 +django/contrib/admindocs/middleware.py,sha256=owqLbigBtxKmhPQmz767KOAkN3nKRIJrwZAUuHRIAQM,1329 +django/contrib/admindocs/templates/admin_doc/bookmarklets.html,sha256=fSQP3eErm6R8yD7c8-KVilViI0vww6dqwkLwaAjgCaY,1282 +django/contrib/admindocs/templates/admin_doc/index.html,sha256=6bmIkahIH8CWMhGEytTHUZ7DtrDmcqhomJe48KbzvZY,1369 +django/contrib/admindocs/templates/admin_doc/missing_docutils.html,sha256=sx3z874_SIWPjKndIzfwYl8bQzEpTYMckA11RFFbqRI,788 +django/contrib/admindocs/templates/admin_doc/model_detail.html,sha256=DM5mTGfs1lEKlclSKMldLDsOoyrqRavqkR57hNM-cKE,1922 +django/contrib/admindocs/templates/admin_doc/model_index.html,sha256=sgwiE4Xxz7kcbk_UhHxgxLXyBh8SMHgHHvBucby3pPc,1358 +django/contrib/admindocs/templates/admin_doc/template_detail.html,sha256=sApk1HNa-n41lMIxRZHGoft9S4PvYedDPTtvHWuSsSc,1035 +django/contrib/admindocs/templates/admin_doc/template_filter_index.html,sha256=U2HBVHXtgCqUp9hLuOMVqCxBbXyYMMgAORG8fziN7uc,1775 +django/contrib/admindocs/templates/admin_doc/template_tag_index.html,sha256=S4U-G05yi1YIlFEv-HG20bDiq4rhdiZCgebhVBzNzdY,1731 +django/contrib/admindocs/templates/admin_doc/view_detail.html,sha256=z5o74X-5f1tGUS37-hKzY571xEcIa7U4XDqnUxewfBU,904 +django/contrib/admindocs/templates/admin_doc/view_index.html,sha256=ZLfmxMkVlPYETRFnjLmU3bagve4ZvY1Xzsya1Lntgkw,1734 +django/contrib/admindocs/urls.py,sha256=spPSD6wc_B9eABF4mEWIhPSZ3w6W4fM6ERGepo8NRtY,1309 +django/contrib/admindocs/utils.py,sha256=NYdUVzgQHASbimpZpQw0WEFn_St_9hGMeO4aTEWLuhg,8399 +django/contrib/admindocs/views.py,sha256=go2dArGToREBz__jhEhYKyW1a4aKBKMG7jvJDKnh9ic,19572 +django/contrib/auth/__init__.py,sha256=-DhzmGlN3oAkZcQPR_CuLz0cxCJJ61fVhqIqzgcAK9Q,14940 +django/contrib/auth/__pycache__/__init__.cpython-312.pyc,, +django/contrib/auth/__pycache__/admin.cpython-312.pyc,, +django/contrib/auth/__pycache__/apps.cpython-312.pyc,, +django/contrib/auth/__pycache__/backends.cpython-312.pyc,, +django/contrib/auth/__pycache__/base_user.cpython-312.pyc,, +django/contrib/auth/__pycache__/checks.cpython-312.pyc,, +django/contrib/auth/__pycache__/context_processors.cpython-312.pyc,, +django/contrib/auth/__pycache__/decorators.cpython-312.pyc,, +django/contrib/auth/__pycache__/forms.cpython-312.pyc,, +django/contrib/auth/__pycache__/hashers.cpython-312.pyc,, +django/contrib/auth/__pycache__/middleware.cpython-312.pyc,, +django/contrib/auth/__pycache__/mixins.cpython-312.pyc,, +django/contrib/auth/__pycache__/models.cpython-312.pyc,, +django/contrib/auth/__pycache__/password_validation.cpython-312.pyc,, +django/contrib/auth/__pycache__/signals.cpython-312.pyc,, +django/contrib/auth/__pycache__/tokens.cpython-312.pyc,, +django/contrib/auth/__pycache__/urls.cpython-312.pyc,, +django/contrib/auth/__pycache__/validators.cpython-312.pyc,, +django/contrib/auth/__pycache__/views.cpython-312.pyc,, +django/contrib/auth/admin.py,sha256=FVdusKgPDsYTTWZyXKZRklbWStLHo-bO_Eea2_n_zag,10378 +django/contrib/auth/apps.py,sha256=qpjjFdMH0H3-ialZrRYQ5fnmfCuSh0RiD3bsKzzTEeY,1284 +django/contrib/auth/backends.py,sha256=tuoMSIJ87IQjYMVq8RoznU5Bn3Wytg4s_hEv35SKrh8,12967 +django/contrib/auth/base_user.py,sha256=id-h7igTZ-LNhkA2tF6R9MRz1JzBwwXVhh4MhofVVSs,5043 +django/contrib/auth/checks.py,sha256=yXWvy6kUyj4WfDlkDBtybwEFKuqvNhT9rqHj4FCdTlA,9847 +django/contrib/auth/common-passwords.txt.gz,sha256=PBuu1iWW3jaGCCTrP0NtWTLTfKiwblnfePWkTsF1r-Q,80228 +django/contrib/auth/context_processors.py,sha256=8BbvdbTVPl8GVgB5-2LTzx6FrGsMzev-E7JMnUgr-rM,1911 +django/contrib/auth/decorators.py,sha256=UUuJ1linbJLUpj2fEYIXt3lcF7Uo4KGaEP5EdomykFQ,4760 +django/contrib/auth/forms.py,sha256=TsKiVEQTdbb6uCJzGl-31gsQk5l1SpHLCAkJynzntqc,21496 +django/contrib/auth/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/handlers/__pycache__/__init__.cpython-312.pyc,, +django/contrib/auth/handlers/__pycache__/modwsgi.cpython-312.pyc,, +django/contrib/auth/handlers/modwsgi.py,sha256=bTXKVMezywsn1KA2MVyDWeHvTNa2KrwIxn2olH7o_5I,1248 +django/contrib/auth/hashers.py,sha256=EuewAkS82YniqmRsrV2IT3ttZ761oG7JBHMUVpeIZ5I,23335 +django/contrib/auth/locale/af/LC_MESSAGES/django.mo,sha256=NWVSVHPiDi8XdIWVVBOvlN8a-l94hzvN7DNObsL8Nu4,8449 +django/contrib/auth/locale/af/LC_MESSAGES/django.po,sha256=wv4Ls1PSlHA-ZOaC1v5CpNvPxseAZxRLtQc5lITYf0Q,8647 +django/contrib/auth/locale/ar/LC_MESSAGES/django.mo,sha256=7LhxFfL9y6RAfZ8PU-1lKI2V02LbHxXtB1UAf_vXpuc,10040 +django/contrib/auth/locale/ar/LC_MESSAGES/django.po,sha256=2QIaioY0RedAB0CFKVZLhGoCnhLzgUh84sAR7i6QUnQ,10520 +django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=0UokSPc3WDs_0PozSalfBaq4JFYgF1Rt7b90CKvY5jE,10228 +django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.po,sha256=GDvm2m1U7NOY5l7FijKGR77DEZt6rYWoSPCxsY5BZ3Y,10574 +django/contrib/auth/locale/ast/LC_MESSAGES/django.mo,sha256=Pt3gYY3j8Eroo4lAEmf-LR6u9U56mpE3vqLhjR4Uq-o,2250 +django/contrib/auth/locale/ast/LC_MESSAGES/django.po,sha256=Kiq4s8d1HnYpo3DQGlgUl3bOkxmgGW8CvGp9AbryRk8,5440 +django/contrib/auth/locale/az/LC_MESSAGES/django.mo,sha256=aurC_qQHn_eYEZua_XqOKfdewPMdnoCtKAaRhvtXUUs,8698 +django/contrib/auth/locale/az/LC_MESSAGES/django.po,sha256=xBo_YtCKZnDJC3dRIOTFT_-PfqYHJDSxeny-8hCYFsA,9067 +django/contrib/auth/locale/be/LC_MESSAGES/django.mo,sha256=pfjr2I68XQmUNPToGF5yobnF4OFMfId0oaS24xh_lGQ,11397 +django/contrib/auth/locale/be/LC_MESSAGES/django.po,sha256=BKMBca3ELFFPewdRX4OjrF1MzpSHzQDQmcjphJ_AAao,11691 +django/contrib/auth/locale/bg/LC_MESSAGES/django.mo,sha256=qChURIcNm50ePM5nO-Rh44LO-f8ww7lUro0GQRXE_wY,10717 +django/contrib/auth/locale/bg/LC_MESSAGES/django.po,sha256=9Uo19-kzj6jTyvKGyWFk4KdqbXwZOvX4rucEJXRJFGE,11221 +django/contrib/auth/locale/bn/LC_MESSAGES/django.mo,sha256=cJSawQn3rNh2I57zK9vRi0r1xc598Wr26AyHh6D50ZQ,5455 +django/contrib/auth/locale/bn/LC_MESSAGES/django.po,sha256=5Vqd4n9ab98IMev4GHLxpO7f4r9nnhC3Nfx27HQNd8s,7671 +django/contrib/auth/locale/br/LC_MESSAGES/django.mo,sha256=nxLj88BBhT3Hudev1S_BRC8P6Jv7eoR8b6CHGt5eoPo,1436 +django/contrib/auth/locale/br/LC_MESSAGES/django.po,sha256=rFo68wfXMyju633KCAhg0Jcb3GVm3rk4opFQqI89d6Y,5433 +django/contrib/auth/locale/bs/LC_MESSAGES/django.mo,sha256=jDjP1qIs02k6RixY9xy3V7Cr6zi-henR8nDnhqNG18s,3146 +django/contrib/auth/locale/bs/LC_MESSAGES/django.po,sha256=NOICHHU8eFtltH0OBlnasz9TF0uZGZd3hMibRmn158E,5975 +django/contrib/auth/locale/ca/LC_MESSAGES/django.mo,sha256=lqiOLv_LZDLeXbJZYsrWRHzcnwd1vd00tW5Jrh-HHkY,7643 +django/contrib/auth/locale/ca/LC_MESSAGES/django.po,sha256=v-3t7bDTh1835nZnjYh3_HyN4yw4a1HyHpC3-jX79Z0,8216 +django/contrib/auth/locale/ckb/LC_MESSAGES/django.mo,sha256=JCxL4vCR76rQywGn0bbhs0DGltbj-DOF_GTjcWuk2n8,11066 +django/contrib/auth/locale/ckb/LC_MESSAGES/django.po,sha256=SdmYPkVor_sWdOnLkyclkaR52N1IiXUP-0i7xjZs2hk,11254 +django/contrib/auth/locale/cs/LC_MESSAGES/django.mo,sha256=BXWVPB6GeisxXPEq8Pn8wBw9ByZIW-JQAPomzzzx3vo,8888 +django/contrib/auth/locale/cs/LC_MESSAGES/django.po,sha256=Of36j3TXudwYp8to5RpuAoi-_zLcGHIRNkxcDG91AqA,9367 +django/contrib/auth/locale/cy/LC_MESSAGES/django.mo,sha256=lSfCwEVteW4PDaiGKPDxnSnlDUcGMkPfsxIluExZar0,4338 +django/contrib/auth/locale/cy/LC_MESSAGES/django.po,sha256=-LPAKGXNzB77lVHfCRmFlH3SUaLgOXk_YxfC0BomcEs,6353 +django/contrib/auth/locale/da/LC_MESSAGES/django.mo,sha256=gHZ0OYN9o5qBRsulKkfdUIDq1uyuZVM6nKEXEow2gLY,8461 +django/contrib/auth/locale/da/LC_MESSAGES/django.po,sha256=Y_kt-VEeqLJsTiuHGLoRPO6iap5Zee6rsAFgQJrA-6U,8916 +django/contrib/auth/locale/de/LC_MESSAGES/django.mo,sha256=Ke4MVWwMVQxXeJfDpem01ZcpH5mHSjTyWfDjYnNqqiY,7138 +django/contrib/auth/locale/de/LC_MESSAGES/django.po,sha256=q2wPnyx_xnMEgDGhh-nwHwb4z1tzZE_3eAU6BO3ItrE,8437 +django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo,sha256=HhQfp6gYGCqoRXs20WcY23tEfxEQasQ4KmBbPc0C8_U,9231 +django/contrib/auth/locale/dsb/LC_MESSAGES/django.po,sha256=C0ISLaZtrZfakhpVuZSsmi9YpZOaMPCBE4lq25niHuY,9505 +django/contrib/auth/locale/el/LC_MESSAGES/django.mo,sha256=KaP9RLYThwYWLBx0W90HI0zJZ09iNhZ3tk8UVF63n74,10072 +django/contrib/auth/locale/el/LC_MESSAGES/django.po,sha256=O5JsNCUNr1YcNNqMugoM5epN6nC5pgq3E6nKXDh3OY0,10795 +django/contrib/auth/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/auth/locale/en/LC_MESSAGES/django.po,sha256=RvU9DEhUirOa_bD__B4R2KYfUfcyUsSgQb5jizUuboQ,8634 +django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo,sha256=7cPKOZX0ZmWCYU2ZwgCp8LwXj7FAdP3lMoI2u4nzgeU,7183 +django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po,sha256=92Q42wfwKhGxDkomv8JlGBHVUdFIc_wvm_LUNBc9Q1k,7467 +django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo,sha256=p57gDaYVvgEk1x80Hq4Pn2SZbsp9ly3XrJ5Ttlt2yOE,3179 +django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po,sha256=-yDflw5-81VOlyqkmLJN17FRuwDrhYXItFUJwx2aqpE,5787 +django/contrib/auth/locale/eo/LC_MESSAGES/django.mo,sha256=OCEu7qwKb20Cq2UO-dmHjNPXRfDTsQHp9DbyVXCxNMw,7421 +django/contrib/auth/locale/eo/LC_MESSAGES/django.po,sha256=wrvLqKIJycioUFAI7GkCRtDNZ9_OigG_Bf79Dmgpa7c,7868 +django/contrib/auth/locale/es/LC_MESSAGES/django.mo,sha256=r8FsShCiRBnr79dZsl29sAhUZ94uBJoyM8COWoAL3QI,9047 +django/contrib/auth/locale/es/LC_MESSAGES/django.po,sha256=VUF9BtuIn0iNZ6AcF1UYSrhqs55Gd7YkDvwlRkoUdC0,9857 +django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo,sha256=HFBDVYURht_16OeEXDmwV-z_xYemGMj7E-7ytjbG6Cc,9177 +django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po,sha256=k6B9nQkO5pXiChw_-2kOHEgIwe3kA22aG46hHqvc0Z8,9414 +django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo,sha256=K5VaKTyeV_WoKsLR1x8ZG4VQmk3azj6ZM8Phqjs81So,6529 +django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po,sha256=qJywTaYi7TmeMB1sjwsiwG8GXtxAOaOX0voj7lLVZRw,7703 +django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo,sha256=dCav1yN5q3bU4PvXZd_NxHQ8cZ9KqQCiNoe4Xi8seoY,7822 +django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po,sha256=_4un21ALfFsFaqpLrkE2_I18iEfJlcAnd_X8YChfdWo,8210 +django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo,sha256=GwpZytNHtK7Y9dqQKDiVi4SfA1AtPlk824_k7awqrdI,7415 +django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po,sha256=G3mSCo_XGRUfOAKUeP_UNfWVzDPpbQrVYQt8Hv3VZVM,7824 +django/contrib/auth/locale/et/LC_MESSAGES/django.mo,sha256=Y1eOo4oF0ibCMrZr3PyLleQqFrXNIn_m1GeaIt9eIbY,8312 +django/contrib/auth/locale/et/LC_MESSAGES/django.po,sha256=Xn40JVNZUawXfmokf8yof20OTsf_1Zr5dRv0PJdZC5Y,8780 +django/contrib/auth/locale/eu/LC_MESSAGES/django.mo,sha256=aQfIMZ8FRzP-6OpZCpC2qrd4wbyWiapJOVIWlmyqde0,7181 +django/contrib/auth/locale/eu/LC_MESSAGES/django.po,sha256=AP53NIzFy-aCLnLds70LMg-XW7F_95VSD1ZWCedgkTI,7732 +django/contrib/auth/locale/fa/LC_MESSAGES/django.mo,sha256=yeA_5LAPu7OyQssunvUNlH07bPVCyGLpnvijNenrtHQ,8979 +django/contrib/auth/locale/fa/LC_MESSAGES/django.po,sha256=NChJSgpkXrwAiTrCJzvwlm9mh-LFSD1rR1ESdRQD43o,9513 +django/contrib/auth/locale/fi/LC_MESSAGES/django.mo,sha256=BD1S-C1KhY-iXIYf-xBOAq-w7UGEznmEhN2DU7yurXo,8209 +django/contrib/auth/locale/fi/LC_MESSAGES/django.po,sha256=KZ3oSpzHbFmYwjkw-SMJe99gvYrUuiS2_I-RmOxq3Iw,8650 +django/contrib/auth/locale/fr/LC_MESSAGES/django.mo,sha256=ulghoa4OlMI5ZDdzGt8zP2PKySj-y1mPrlhADNYxLpI,9476 +django/contrib/auth/locale/fr/LC_MESSAGES/django.po,sha256=bE_orNW4bKebN_Af8FoVCSlYj4VegE68wj7aNfSCCqo,9816 +django/contrib/auth/locale/fy/LC_MESSAGES/django.mo,sha256=95N-77SHF0AzQEer5LuBKu5n5oWf3pbH6_hQGvDrlP4,476 +django/contrib/auth/locale/fy/LC_MESSAGES/django.po,sha256=8XOzOFx-WerF7whzTie03hgO-dkbUFZneyrpZtat5JY,3704 +django/contrib/auth/locale/ga/LC_MESSAGES/django.mo,sha256=UblN6hhEtT4qBKfH-aMdUKXqOCELTZHp3sCZ8ECxPFM,9476 +django/contrib/auth/locale/ga/LC_MESSAGES/django.po,sha256=X1399hXdhaQLsVQvOr98GYPBWX9l1hY28-SjpT2Ma4Q,9891 +django/contrib/auth/locale/gd/LC_MESSAGES/django.mo,sha256=BLBYJV9Adx1BsXZaM0qZ54mNRAF5s4dxB1TBLtIyMHQ,8743 +django/contrib/auth/locale/gd/LC_MESSAGES/django.po,sha256=rqPK26mtE_U-TG2qyjc5xCR-feI3sGXZR5H6ohNzx4s,9099 +django/contrib/auth/locale/gl/LC_MESSAGES/django.mo,sha256=qjbLeq5odyj41qAscDyJxdZw1AtCXubp1r-wgXkoNpY,8757 +django/contrib/auth/locale/gl/LC_MESSAGES/django.po,sha256=2FXIgJXWmSzzZM5NBW0zr20iv2h1Z0_5qOg6Ez1c5BI,9160 +django/contrib/auth/locale/he/LC_MESSAGES/django.mo,sha256=jUw9NUWUPuCUFURILUDZJdiqHsZZ8X2UyKWnbRpmKYs,9108 +django/contrib/auth/locale/he/LC_MESSAGES/django.po,sha256=lytdeP1YOO6l7dJmKEiSSVGhQcPluz0OAnh07D3N5mI,9698 +django/contrib/auth/locale/hi/LC_MESSAGES/django.mo,sha256=7CxV1H37hMbgKIhnAWx-aJmipLRosJe1qg8BH2CABfw,5364 +django/contrib/auth/locale/hi/LC_MESSAGES/django.po,sha256=DU5YM6r1kd5fo40yqFXzEaNh42ezFQFQ-0dmVqkaKQ0,7769 +django/contrib/auth/locale/hr/LC_MESSAGES/django.mo,sha256=GEap3QClwCkuwQZKJE7qOZl93RRxmyyvTTnOTYaAWUo,5894 +django/contrib/auth/locale/hr/LC_MESSAGES/django.po,sha256=ALftoYSaI1U90RNDEvnaFATbw1SL0m8fNXAyl6DkSvo,7355 +django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo,sha256=UGCU7rmCKxWPEfVFnEOtL6h56g_MDA-dcY_USyVJh40,9028 +django/contrib/auth/locale/hsb/LC_MESSAGES/django.po,sha256=HwyPeAaUK3DvSXIkJxjv9vgbk-cIFwpeH_raMRA4OOc,9281 +django/contrib/auth/locale/hu/LC_MESSAGES/django.mo,sha256=sLpLRIUx2raYIJjv9H2agJu68RYArbm3IXJ_qEqDWwk,7407 +django/contrib/auth/locale/hu/LC_MESSAGES/django.po,sha256=VlsFxrXj0mF9s_shT2WHXco0vJWViYrFGSRSwqwl5WA,8468 +django/contrib/auth/locale/hy/LC_MESSAGES/django.mo,sha256=zoLe0EqIH8HQYC5XAWd8b8mA2DpbmDSEBsF-WIKX_OQ,8001 +django/contrib/auth/locale/hy/LC_MESSAGES/django.po,sha256=wIWLbz6f0n44ZcjEbZZsgoWTpzXRGND15hudr_DQ3l0,8787 +django/contrib/auth/locale/ia/LC_MESSAGES/django.mo,sha256=OTxh6u0QmsytMrp8IKWBwMnhrYCpyS6qVnF7YBCAWe0,7626 +django/contrib/auth/locale/ia/LC_MESSAGES/django.po,sha256=ue4RXEXweO1-9sZOKkLZsyZe8yxnPWB3JZyyh3qzmlA,7895 +django/contrib/auth/locale/id/LC_MESSAGES/django.mo,sha256=a2twizqS6B6elAjOcI17lxCt283LXyBIojmy3IxJTPk,8210 +django/contrib/auth/locale/id/LC_MESSAGES/django.po,sha256=Cqbn2SQLzFUNpSiWaxkMqrOxi3ytVKZIn4ofoFwIJ1Y,8617 +django/contrib/auth/locale/io/LC_MESSAGES/django.mo,sha256=YwAS3aWljAGXWcBhGU_GLVuGJbHJnGY8kUCE89CPdks,464 +django/contrib/auth/locale/io/LC_MESSAGES/django.po,sha256=W36JXuA1HQ72LspixRxeuvxogVxtk7ZBbT0VWI38_oM,3692 +django/contrib/auth/locale/is/LC_MESSAGES/django.mo,sha256=0PBYGqQKJaAG9m2jmJUzcqRVPc16hCe2euECMCrNGgI,7509 +django/contrib/auth/locale/is/LC_MESSAGES/django.po,sha256=o6dQ8WMuPCw4brSzKUU3j8PYhkLBO7XQ3M7RlsIw-VY,7905 +django/contrib/auth/locale/it/LC_MESSAGES/django.mo,sha256=pcBcdOXLqT4shr7Yw5l-pxfYknJyDW6d-jGtkncl24E,7862 +django/contrib/auth/locale/it/LC_MESSAGES/django.po,sha256=f03_tMPiwLF1ZyWfnB_j2vhPR1AXkborGQS2Tbxufzk,8471 +django/contrib/auth/locale/ja/LC_MESSAGES/django.mo,sha256=Z6Cd-iIsPq0ACMDi3RXFZ5zWrdgxiKA_3TLoZ5UBzvw,9193 +django/contrib/auth/locale/ja/LC_MESSAGES/django.po,sha256=kz89aPPw1olSjsua4TY7jZ625wV3tjbCY2rwqm4hmq8,9519 +django/contrib/auth/locale/ka/LC_MESSAGES/django.mo,sha256=4aJoE1O5jfm5MI7kBqymzb-xOKLDw2mJD5-VhezlMA8,10372 +django/contrib/auth/locale/ka/LC_MESSAGES/django.po,sha256=hvmbD3RS3lOFj2h7A3m23asktwM5zbCdRvs7YvesAkI,11163 +django/contrib/auth/locale/kab/LC_MESSAGES/django.mo,sha256=9qKeQ-gDByoOdSxDpSbLaM4uSP5sIi7qlTn8tJidVDs,2982 +django/contrib/auth/locale/kab/LC_MESSAGES/django.po,sha256=8cq5_rjRXPzTvn1jPo6H_Jcrv6IXkWr8n9fTPvghsS8,5670 +django/contrib/auth/locale/kk/LC_MESSAGES/django.mo,sha256=RJablrXpRba6YVB_8ACSt2q_BjmxrHQZzX6RxMJImlA,3542 +django/contrib/auth/locale/kk/LC_MESSAGES/django.po,sha256=OebwPN9iWBvjDu0P2gQyBbShvIFxFIqCw8DpKuti3xk,6360 +django/contrib/auth/locale/km/LC_MESSAGES/django.mo,sha256=FahcwnCgzEamtWcDEPOiJ4KpXCIHbnSowfSRdRQ2F9U,2609 +django/contrib/auth/locale/km/LC_MESSAGES/django.po,sha256=lvRHHIkClbt_8-9Yn0xY57dMxcS72z4sUkxLb4cohP0,5973 +django/contrib/auth/locale/kn/LC_MESSAGES/django.mo,sha256=u0YygqGJYljBZwI9rm0rRk_DdgaBEMA1etL-Lk-7Mls,4024 +django/contrib/auth/locale/kn/LC_MESSAGES/django.po,sha256=J67MIAas5egVq_FJBNsug3Y7rZ8KakhQt6isyF23HAA,6957 +django/contrib/auth/locale/ko/LC_MESSAGES/django.mo,sha256=xIy4Oxw06RtGBetkMuFtU3ARnbCPaDnIx3tzwmJCZDA,8634 +django/contrib/auth/locale/ko/LC_MESSAGES/django.po,sha256=oxmOpmL0nlCDDhb20V1sISdCYrny-3S7HDQC_OeEAdc,9433 +django/contrib/auth/locale/ky/LC_MESSAGES/django.mo,sha256=mnBXtpInYxaSNIURJTmx8uBg_PH-NuPN9r54pkQY3q4,8924 +django/contrib/auth/locale/ky/LC_MESSAGES/django.po,sha256=7FeO_Kb2er0S84KnFeXVHO3TgAmEJ0gTQEDHImoxiZ4,9170 +django/contrib/auth/locale/lb/LC_MESSAGES/django.mo,sha256=OFhpMA1ZXhrs5fwZPO5IjubvWDiju4wfwWiV94SFkiA,474 +django/contrib/auth/locale/lb/LC_MESSAGES/django.po,sha256=dOfY9HjTfMQ0nkRYumw_3ZaywbUrTgT-oTXAnrRyfxo,3702 +django/contrib/auth/locale/lt/LC_MESSAGES/django.mo,sha256=-nlZHl7w__TsFUmBb5pQV_XJtKGsi9kzP6CBZXkfM8M,8146 +django/contrib/auth/locale/lt/LC_MESSAGES/django.po,sha256=-rdhB6eroSSemsdZkG1Jl4CruNZc_7dj4m5IVoyRBUQ,8620 +django/contrib/auth/locale/lv/LC_MESSAGES/django.mo,sha256=imL8anuTbmYE5IJldAcqK7F3XKTvm0FlvQT5C0jxgVg,8720 +django/contrib/auth/locale/lv/LC_MESSAGES/django.po,sha256=XOBWeBomoQZj7XUBOecJFPQpkFwfo3QmxkOW03KGjSk,9250 +django/contrib/auth/locale/mk/LC_MESSAGES/django.mo,sha256=XS9dslnD_YBeD07P8WQkss1gT7GIV-qLiCx4i5_Vd_k,9235 +django/contrib/auth/locale/mk/LC_MESSAGES/django.po,sha256=QOLgcwHub9Uo318P2z6sp69MI8syIIWCcr4VOom9vfs,9799 +django/contrib/auth/locale/ml/LC_MESSAGES/django.mo,sha256=UEaqq7nnGvcZ8vqFicLiuqsuEUhEjd2FpWfyzy2HqdU,12611 +django/contrib/auth/locale/ml/LC_MESSAGES/django.po,sha256=xBROIwJb5h2LmyBLAafZ2tUlPVTAOcMgt-olq5XnPT8,13107 +django/contrib/auth/locale/mn/LC_MESSAGES/django.mo,sha256=hBYT0p3LcvIKKPtIn2NzPk_2di9L8jYrUt9j3TcVvaY,9403 +django/contrib/auth/locale/mn/LC_MESSAGES/django.po,sha256=R3wAEwnefEHZsma8J-XOn4XlLtuWYKDPLwJ99DUYmvE,9913 +django/contrib/auth/locale/mr/LC_MESSAGES/django.mo,sha256=c_W1FsdevGBCJfpcY4MmgSPGUGqFAqWArpXhldn9MA8,10430 +django/contrib/auth/locale/mr/LC_MESSAGES/django.po,sha256=x8RUK6Bymg2o3YDREqEZvaLpw2PIzMbXaQhJqpyGpLA,11068 +django/contrib/auth/locale/ms/LC_MESSAGES/django.mo,sha256=eCAZrzQxsM_pAxr_XQo2fIOsCbj5LjGKpLNCzob2l-I,7654 +django/contrib/auth/locale/ms/LC_MESSAGES/django.po,sha256=FAtyzSGcD1mIhRIg8O_1SHLdisTPGYZK-QUjzgw-wCY,7847 +django/contrib/auth/locale/my/LC_MESSAGES/django.mo,sha256=gYzFJKi15RbphgG1IHbJF3yGz3P2D9vaPoHZpA7LoH8,1026 +django/contrib/auth/locale/my/LC_MESSAGES/django.po,sha256=lH5mrq-MyY8gvrNkH2_20rkjFnbviq23wIUqIjPIgFI,5130 +django/contrib/auth/locale/nb/LC_MESSAGES/django.mo,sha256=vLJ9F73atlexwVRzZJpQjcB9arodHIMCh-z8lP5Ah9w,7023 +django/contrib/auth/locale/nb/LC_MESSAGES/django.po,sha256=c3sTCdzWGZgs94z9dIIpfrFuujBuvWvQ-P0gb1tuqlA,7520 +django/contrib/auth/locale/ne/LC_MESSAGES/django.mo,sha256=pq8dEr1ugF5ldwkCDHOq5sXaXV31InbLHYyXU56U_Ao,7722 +django/contrib/auth/locale/ne/LC_MESSAGES/django.po,sha256=bV-uWvT1ViEejrbRbVTtwC2cZVD2yX-KaESxKBnxeRI,8902 +django/contrib/auth/locale/nl/LC_MESSAGES/django.mo,sha256=mVnVHcT_txoSb49PFTXxGVjtdv6Anmo77Ut7YuXuYU8,8654 +django/contrib/auth/locale/nl/LC_MESSAGES/django.po,sha256=VIN_7kSM-4gJVypjnpuGTvYdtZRHDkpFWtuHnZi1TBQ,9445 +django/contrib/auth/locale/nn/LC_MESSAGES/django.mo,sha256=83HdNOuNQVgJXBZMytPz1jx3wWDy8-e6t_JNEUu6W8w,7147 +django/contrib/auth/locale/nn/LC_MESSAGES/django.po,sha256=4ciwQsZFYSV6CjFqzxxcESAm16huv9XyXvU-nchD-Fs,7363 +django/contrib/auth/locale/os/LC_MESSAGES/django.mo,sha256=DVsYGz-31nofEjZla4YhM5L7qoBnQaYnZ4TBki03AI4,4434 +django/contrib/auth/locale/os/LC_MESSAGES/django.po,sha256=Akc1qelQWRA1DE6xseoK_zsY7SFI8SpiVflsSTUhQLw,6715 +django/contrib/auth/locale/pa/LC_MESSAGES/django.mo,sha256=PeOLukzQ_CZjWBa5FGVyBEysat4Gwv40xGMS29UKRww,3666 +django/contrib/auth/locale/pa/LC_MESSAGES/django.po,sha256=7ts9PUSuvfXGRLpfyVirJLDtsQcsVWFXDepVKUVlmtc,6476 +django/contrib/auth/locale/pl/LC_MESSAGES/django.mo,sha256=_xhEgW-4NhOazRhEks9adSOTszToETMue9pStxQ176Y,9051 +django/contrib/auth/locale/pl/LC_MESSAGES/django.po,sha256=9TbY6EwYHBTM-ma6PEojKrOtgNcpfN_mzKwGkWEiYxw,9882 +django/contrib/auth/locale/pt/LC_MESSAGES/django.mo,sha256=BFQO47aJJ7eFxTNEJvrzMDZVYOjSWFhY69YsDpr3c7M,7752 +django/contrib/auth/locale/pt/LC_MESSAGES/django.po,sha256=5MDM4MjVLxcyGMXJvZgATyJJT-oQeNPNuL_Cw6thBHs,8722 +django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo,sha256=qCh8MevuIljap5aKrUKxQG4ogccFKYjPWp8P3AT0qbE,8731 +django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po,sha256=HuL-Hm1uSVKB3RiMCFAnTG0sXpFIkqUfHQnS1F71jPY,9883 +django/contrib/auth/locale/ro/LC_MESSAGES/django.mo,sha256=GD04tb5R6nEeD6ZMAcZghVhXwr8en1omw0c6BxnyHas,7777 +django/contrib/auth/locale/ro/LC_MESSAGES/django.po,sha256=YfkFuPrMwAR50k6lfOYeBbMosEbvXGWwMBD8B7p_2ZA,8298 +django/contrib/auth/locale/ru/LC_MESSAGES/django.mo,sha256=779-Y2kUPXSHeKlEIjWfDHnAeByTb8Lq65BcYPsdqY0,11813 +django/contrib/auth/locale/ru/LC_MESSAGES/django.po,sha256=GI2Mg_feXrD__59ttNSM9ONLK1P8O0VDGGmXFD8GAEo,12387 +django/contrib/auth/locale/sk/LC_MESSAGES/django.mo,sha256=mzMvDkcL8ueIUDA7ruFhaYZQQDSPIbIWAQXEMjKlF5M,8810 +django/contrib/auth/locale/sk/LC_MESSAGES/django.po,sha256=ic0SURQkUV5cC7E6GWtVSkX6YJLhn6hZFboAnpd9DaI,9244 +django/contrib/auth/locale/sl/LC_MESSAGES/django.mo,sha256=_Lx1YcW4tvCpsXXXmcCMhrttpLR4389330tnB1ycCok,7659 +django/contrib/auth/locale/sl/LC_MESSAGES/django.po,sha256=MPEv4Ac5MwcywffmPyLxAzSMLLX1cOdZevPlpIMju28,8136 +django/contrib/auth/locale/sq/LC_MESSAGES/django.mo,sha256=LyP18Ccjd95ki9TVS6YFB3JBeI-U3n0LsOuOWKcXuyc,8601 +django/contrib/auth/locale/sq/LC_MESSAGES/django.po,sha256=hNjXCLEYeWQBhZnPnBdnqoZH5G8X9vsziBDCBt1gRfw,9119 +django/contrib/auth/locale/sr/LC_MESSAGES/django.mo,sha256=RrU2j_5yXCZg61pDapjroO-viDsYpaUP5T_OaFFFxqg,11140 +django/contrib/auth/locale/sr/LC_MESSAGES/django.po,sha256=drf10o62z9XQS534lRvzf5f74tCEHnBeeawFxEM-B9o,11426 +django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=F028YhZ96X5koQPOWpU5fJf4-kmzI1GpL6w9Hcw7iSw,8709 +django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po,sha256=2lrhF8H-IOscG9evw3Evwrh9N6YV5EWgnK6apM441tg,12220 +django/contrib/auth/locale/sv/LC_MESSAGES/django.mo,sha256=PMPS8W5N_9JLM6oHihaMO5F3iplcrD8tE8d9SNDY6Ck,8512 +django/contrib/auth/locale/sv/LC_MESSAGES/django.po,sha256=Y9c2-A-WE3XM3SiLtJvilE453PipxewrKPWxhhhQ71Q,9332 +django/contrib/auth/locale/sw/LC_MESSAGES/django.mo,sha256=I_lEsKuMGm07X1vM3-ReGDx2j09PGLkWcG0onC8q1uQ,5029 +django/contrib/auth/locale/sw/LC_MESSAGES/django.po,sha256=TiZS5mh0oN0e6dFEdh-FK81Vk-tdv35ngJ-EbM1yX80,6455 +django/contrib/auth/locale/ta/LC_MESSAGES/django.mo,sha256=T1t5CKEb8hIumvbOtai-z4LKj2et8sX-PgBMd0B3zuA,2679 +django/contrib/auth/locale/ta/LC_MESSAGES/django.po,sha256=X8UDNmk02X9q1leNV1qWWwPNakhvNd45mCKkQ8EpZQQ,6069 +django/contrib/auth/locale/te/LC_MESSAGES/django.mo,sha256=i9hG4thA0P-Hc-S2oX7GufWFDO4Y_LF4RcdQ22cbLyE,2955 +django/contrib/auth/locale/te/LC_MESSAGES/django.po,sha256=txND8Izv2oEjSlcsx3q6l5fEUqsS-zv-sjVVILB1Bmc,6267 +django/contrib/auth/locale/tg/LC_MESSAGES/django.mo,sha256=MwdyYwC4ILX4MFsqCy46NNfPKLbW1GzRhFxMV0uIbLI,7932 +django/contrib/auth/locale/tg/LC_MESSAGES/django.po,sha256=miOPNThjHZODwjXMbON8PTMQhaCGJ0Gy6FZr6Jcj4J8,8938 +django/contrib/auth/locale/th/LC_MESSAGES/django.mo,sha256=zRpZ2xM5JEQoHtfXm2_XYdhe2FtaqH-hULJadLJ1MHU,6013 +django/contrib/auth/locale/th/LC_MESSAGES/django.po,sha256=Yhh_AQS_aM_9f_yHNNSu_3THbrU-gOoMpfiDKhkaSHo,7914 +django/contrib/auth/locale/tk/LC_MESSAGES/django.mo,sha256=5Rl2GMYL11RMSyro83E2oHNaehHjjGJKAJmp0swjV-0,7467 +django/contrib/auth/locale/tk/LC_MESSAGES/django.po,sha256=HAcou6t1zkXVrzyau7gr4i_H0DYpT5HOh9AxV-tnKD0,7763 +django/contrib/auth/locale/tr/LC_MESSAGES/django.mo,sha256=IsdDh0gI5wOscy7XAT7kgy6ECJRnkcuM5bxmHbpjkZ0,8614 +django/contrib/auth/locale/tr/LC_MESSAGES/django.po,sha256=rFlevzhhHcmj2IayjYIbv305E4CsX2Za8hsK_3B78cU,9179 +django/contrib/auth/locale/tt/LC_MESSAGES/django.mo,sha256=g4pTk8QLQFCOkU29RZvR1wOd1hkOZe_o5GV9Cg5u8N4,1371 +django/contrib/auth/locale/tt/LC_MESSAGES/django.po,sha256=owkJ7iPT-zJYkuKLykfWsw8j7O8hbgzVTOD0DVv956E,5222 +django/contrib/auth/locale/udm/LC_MESSAGES/django.mo,sha256=zey19UQmS79AJFxHGrOziExPDDpJ1AbUegbCRm0x0hM,462 +django/contrib/auth/locale/udm/LC_MESSAGES/django.po,sha256=gLVgaMGg0GA3Tey1_nWIjV1lnM7czLC0XR9NFBgL2Zk,3690 +django/contrib/auth/locale/ug/LC_MESSAGES/django.mo,sha256=JHAzVg2J_k6EZCoBps_XEsSLjOThw76WWRUvQRNIg0w,10681 +django/contrib/auth/locale/ug/LC_MESSAGES/django.po,sha256=I-XhV9UC1-Z99koZTmveH8DH8PVMCmie35aRi4jHbH8,10935 +django/contrib/auth/locale/uk/LC_MESSAGES/django.mo,sha256=FNAfNVQDFAer1sbrKY575CqUjMmAJkoWFzWoVkavz7Y,11332 +django/contrib/auth/locale/uk/LC_MESSAGES/django.po,sha256=7YSXwLnW_2sykjOx9cliVCNzVSuuU1if0zUpTEgJ-oM,12012 +django/contrib/auth/locale/ur/LC_MESSAGES/django.mo,sha256=rippTNHoh49W19c4HDUF8G5Yo3SknL3C87Afu8YXxzA,698 +django/contrib/auth/locale/ur/LC_MESSAGES/django.po,sha256=gwSd8noEwbcvDE1Q4ZsrftvoWMwhw1J15gvdtK6E9ns,4925 +django/contrib/auth/locale/uz/LC_MESSAGES/django.mo,sha256=bDkhpvduocjekq6eZiuEfWJqnIt5hQmxxoIMhLQWzqM,2549 +django/contrib/auth/locale/uz/LC_MESSAGES/django.po,sha256=tPp8tRZwSMQCQ9AyAeUDtnRfmOk54UQMwok3HH8VNSQ,5742 +django/contrib/auth/locale/vi/LC_MESSAGES/django.mo,sha256=eBMTwnpRWRj8SZVZ1tN592Re_8CPyJzuF4Vtg9IMmFw,7892 +django/contrib/auth/locale/vi/LC_MESSAGES/django.po,sha256=mOr5WgFpwztdW-pEZ4O80MGlltYQyL2cAMhz6-Esfo0,8246 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=buDfU6thF7o39eMCQadRxNKHprr-41PP-Qjdcp-a2m4,7741 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po,sha256=qNsSA2WWmC9jrg6ABL9jVG3u95qq4ztnML4Nrh3Gugo,8507 +django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=BhEKmDsqd56EX4gUyRE3x5g4KCIUM2oK_iXlMnD2TOw,7642 +django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po,sha256=R8bmKEhb8BSYcazprOlDcvRuvKOqZgsyos6B7NTwzvM,8075 +django/contrib/auth/management/__init__.py,sha256=eeT2I5fsnE23dtfi7UX2ZhUMJ4EeFaGBpZUYmzmuqEY,5391 +django/contrib/auth/management/__pycache__/__init__.cpython-312.pyc,, +django/contrib/auth/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/management/commands/__pycache__/__init__.cpython-312.pyc,, +django/contrib/auth/management/commands/__pycache__/changepassword.cpython-312.pyc,, +django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-312.pyc,, +django/contrib/auth/management/commands/changepassword.py,sha256=H9onbQvVwzILiRK6Cg96qGrLi8_kdjoxBVMvupX18eI,2686 +django/contrib/auth/management/commands/createsuperuser.py,sha256=cSl8FeoXYBw5DUjtnHRYmybsYIx6WztUkYjgx4ZO1XI,13576 +django/contrib/auth/middleware.py,sha256=wnWdeFXU2MA216gFh2KIJWSp8eexEuJLx7KZlprgyAY,11954 +django/contrib/auth/migrations/0001_initial.py,sha256=hFz_MZYGMy9J7yDOFl0aF-UixCbF5W12FhM-nk6rpe8,7281 +django/contrib/auth/migrations/0002_alter_permission_name_max_length.py,sha256=_q-X4Oj30Ui-w9ubqyNJxeFYiBF8H_KCne_2PvnhbP8,346 +django/contrib/auth/migrations/0003_alter_user_email_max_length.py,sha256=nVZXtNuYctwmwtY0wvWRGj1pqx2FUq9MbWM7xAAd-r8,418 +django/contrib/auth/migrations/0004_alter_user_username_opts.py,sha256=lTjbNCyam-xMoSsxN_uAdyxOpK-4YehkeilisepYNEo,880 +django/contrib/auth/migrations/0005_alter_user_last_login_null.py,sha256=efYKNdwAD91Ce8BchSM65bnEraB4_waI_J94YEv36u4,410 +django/contrib/auth/migrations/0006_require_contenttypes_0002.py,sha256=AMsW40BfFLYtvv-hXGjJAwKR5N3VE9czZIukYNbF54E,369 +django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py,sha256=EV24fcMnUw-14ZZLo9A_l0ZJL5BgBAaUe-OfVPbMBC8,802 +django/contrib/auth/migrations/0008_alter_user_username_max_length.py,sha256=AoV_ZffWSBR6XRJZayAKg-KRRTkdP5hs64SzuGWiw1E,814 +django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py,sha256=GaiVAOfxCKc5famxczGB-SEF91hmOzaFtg9cLaOE124,415 +django/contrib/auth/migrations/0010_alter_group_name_max_length.py,sha256=CWPtZJisCzqEMLbKNMG0pLHV9VtD09uQLxWgP_dLFM0,378 +django/contrib/auth/migrations/0011_update_proxy_permissions.py,sha256=haXd5wjcS2ER4bxxznI-z7p7H4rt7P0TCQD_d4J2VDY,2860 +django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py,sha256=bO-8n4CQN2P_hJKlN6IoNu9p8iJ-GdQCUJuAmdK67LA,411 +django/contrib/auth/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0002_alter_permission_name_max_length.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0004_alter_user_username_opts.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0006_require_contenttypes_0002.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0007_alter_validators_add_error_messages.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0008_alter_user_username_max_length.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0009_alter_user_last_name_max_length.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0010_alter_group_name_max_length.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0011_update_proxy_permissions.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/0012_alter_user_first_name_max_length.cpython-312.pyc,, +django/contrib/auth/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/auth/mixins.py,sha256=Kbi6hqNy6G2qO08lvkGnRySpNv7DxbEwRP_NoCpGJQk,4652 +django/contrib/auth/models.py,sha256=gkV5y0LHL4s_5-X2fwsTzCMGayIgY0rz-YipjIo2jnU,21331 +django/contrib/auth/password_validation.py,sha256=XRmj-QRfdxLh5KpkZUwIfB31SFZfqyAlDkt0OGpUQNM,9631 +django/contrib/auth/signals.py,sha256=BFks70O0Y8s6p1fr8SCD4-yk2kjucv7HwTcdRUzVDFM,118 +django/contrib/auth/templates/auth/widgets/read_only_password_hash.html,sha256=xBoBu4pWrFdMbEzkx_5hgVqBrqtrY3YwP3ay6AmXXUo,320 +django/contrib/auth/templates/registration/password_reset_subject.txt,sha256=-TZcy_r0vArBgdPK7feeUY6mr9EkYwy7esQ62_onbBk,132 +django/contrib/auth/tokens.py,sha256=ljqQWO0dAkd45-bBJ6W85oZZU9pEjzNh3VbZfeANwxQ,4328 +django/contrib/auth/urls.py,sha256=Uh8DrSqpJXDA5a17Br9fMmIbEcgLkxdN9FvCRg-vxyg,1185 +django/contrib/auth/validators.py,sha256=VO7MyackTaTiK8OjEm7YyLtsjKrteVjdzPbNZki0irU,722 +django/contrib/auth/views.py,sha256=R5tdSTg2qH2qa1R4HC3VQ7K0xbCXW759rRTglcjBe4I,14134 +django/contrib/contenttypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/contenttypes/__pycache__/__init__.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/admin.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/apps.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/checks.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/fields.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/forms.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/models.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/prefetch.cpython-312.pyc,, +django/contrib/contenttypes/__pycache__/views.cpython-312.pyc,, +django/contrib/contenttypes/admin.py,sha256=a0KrlT8k2aPIKn54fNwCDTaAVdVr1fLY1BDz_FrE3ts,5200 +django/contrib/contenttypes/apps.py,sha256=1Q1mWjPvfYU7EaO50JvsWuDg_3uK8DoCwpvdIdT7iKY,846 +django/contrib/contenttypes/checks.py,sha256=KKB-4FOfPO60TM-uxqK8m9sIXzB3CRx7Imr-jaauM_U,1268 +django/contrib/contenttypes/fields.py,sha256=BKCM_f6WbMYRNe2E6S7no0mWoeHbKYWvD2WYLtJWJu4,31744 +django/contrib/contenttypes/forms.py,sha256=m65aJ2NHqTqL8TiSGt2EParYp5WQqacLzZXP9GU8E6U,3950 +django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo,sha256=MLTvTw6mjjOA8oY9_BrkppErc4kIsKsvRqYd6JR72vk,1048 +django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po,sha256=lrAP3UmeeFb8eHbN17oypM4NbftY7B0jOtHwrlS2-oo,1268 +django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo,sha256=2t3y_6wxi0khsYi6s9ZyJwjRB8bnRT1PKvazWOKhJcQ,1271 +django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po,sha256=t6M3XYQLotNMFCjzB8aWFXnlRI8fU744YZvAoFdScQY,1634 +django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=upFxoSvOvdmqCvC5irRV_8yYpFidanHfRk6i3tPrFAc,1233 +django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.po,sha256=jUg-4BVi0arx5v-osaUDAfM6cQgaBh7mE8Mr8aVTp5A,1447 +django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo,sha256=y88CPGGbwTVRmZYIipCNIWkn4OuzuxEk2QCYsBhc7RY,643 +django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po,sha256=H-qMo5ikva84ycnlmBT4XXEWhzMIw-r7J_zuqxo3wu4,1088 +django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo,sha256=eHIU-L0mRAlCpQaQzrShguFlYg5llOv89KEpj14p6-8,1058 +django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po,sha256=h56r0_NK7YccHKrfBWUirSpkIBf4ckXyq1F8-YP1rvs,1375 +django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo,sha256=Kp1TpXX1v0IgGp9HZxleXJ6y5ZvMZ6AqJrSIVcDs7xA,1353 +django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po,sha256=Oy5QXZBmBM_OYLT5OeXJQzTBCHXBp8NVMYuKmr_TUm0,1615 +django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo,sha256=IFghXuYj0yxP5j-LfRsNJXlyS2b2dUNJXD01uhUqxLg,1225 +django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po,sha256=y-OpKdDHxHDYATSmi8DAUXuhpIwgujKZUe48G8So8AU,1613 +django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo,sha256=2Z1GL6c1ukKQCMcls7R0_n4eNdH3YOXZSR8nCct7SLI,1201 +django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po,sha256=PLjnppx0FxfGBQMuWVjo0N4sW2QYc2DAEMK6ziGWUc8,1491 +django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo,sha256=kAlOemlwBvCdktgYoV-4NpC7XFDaIue_XN7GJYzDu88,1419 +django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po,sha256=BQmHVQqOc6xJWJLeAo49rl_Ogfv-lFtx18mj82jT_to,1613 +django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo,sha256=klj9n7AKBkTf7pIa9m9b-itsy4UlbYPnHiuvSLcFZXY,700 +django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po,sha256=pmJaMBLWbYtYFFXYBvPEvwXkTPdjQDv2WkFI5jNGmTI,1151 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo,sha256=uYq1BXdw1AXjnLusUQfN7ox1ld6siiy41C8yKVTry7Q,1095 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po,sha256=-dsOzvzVzEPVvA9lYsIP-782BbtJxGRo-OHtS3fIjmU,1403 +django/contrib/contenttypes/locale/ckb/LC_MESSAGES/django.mo,sha256=_dJ-2B3tupoUHRS7HjC-EIlghIYLWebwsy4IvEXI13w,1213 +django/contrib/contenttypes/locale/ckb/LC_MESSAGES/django.po,sha256=SrQwgQTltnR7OExi6sP5JsnEOg6qDzd8dSPXjX92B-M,1419 +django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo,sha256=QexBQDuGdMFhVBtA9XWUs2geFBROcxyzdU_IBUGQ7x4,1108 +django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po,sha256=8pdPwZmpGOeSZjILGLZEAzqvmmV69ogpkh0c3tukT2g,1410 +django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo,sha256=2QyCWeXFyymoFu0Jz1iVFgOIdLtt4N1rCZATZAwiH-8,1159 +django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po,sha256=ZWDxQTHJcw1UYav1C3MX08wCFrSeJNNI2mKjzRVd6H0,1385 +django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo,sha256=EyancRrTWxM6KTpLq65gIQB0sO_PLtVr1ESN2v1pSNU,1038 +django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po,sha256=J09u3IjLgv4g77Kea_WQAhevHb8DskGU-nVxyucYf_0,1349 +django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo,sha256=MGUZ4Gw8rSFjBO2OfFX9ooGGpJYwAapgNkc-GdBMXa0,1055 +django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po,sha256=T5ucSqa6VyfUcoN6nFWBtjUkrSrz7wxr8t0NGTBrWow,1308 +django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo,sha256=QpdSZObmfb-DQZb3Oh6I1bFRnaPorXMznNZMyVIM7Hc,1132 +django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po,sha256=_tNajamEnnf9FEjI-XBRraKjJVilwvpv2TBf9PAzPxw,1355 +django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo,sha256=1ySEbSEzhH1lDjHQK9Kv59PMA3ZPdqY8EJe6xEQejIM,1286 +django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po,sha256=8rlMKE5SCLTtm1myjLFBtbEIFyuRmSrL9HS2PA7gneQ,1643 +django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po,sha256=BRgOISCCJb4TU0dNxG4eeQJFe-aIe7U3GKLPip03d_Q,1110 +django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po,sha256=wmxyIJtz628AbsxgkB-MjdImcIJWhcW7NV3tWbDpedg,1001 +django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo,sha256=_uM-jg43W7Pz8RQhMcR_o15wRkDaYD8aRcl2_NFGoNs,1053 +django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po,sha256=SyzwSvqAgKF8BEhXYh4598GYP583OK2GUXH1lc4iDMk,1298 +django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo,sha256=4EgHUHPb4TuK2DKf0dWOf7rNzJNsyT8CG39SQixI0oM,1072 +django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po,sha256=gbxNuagxW01xLd3DY0Lc5UNNSlw1nEiBExzcElrB61E,1350 +django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo,sha256=KzgypFDwIlVzr_h9Dq2X8dXu3XnsbdSaHwJKJWZ6qc8,1096 +django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po,sha256=Dpn9dTvdy87bVf3It8pZFOdEEKnO91bDeYyY1YujkIA,1456 +django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo,sha256=WkHABVDmtKidPyo6zaYGVGrgXpe6tZ69EkxaIBu6mtg,1084 +django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po,sha256=yVSu_fJSKwS4zTlRud9iDochIaY0zOPILF59biVfkeY,1337 +django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo,sha256=aACo1rOrgs_BYK3AWzXEljCdAc4bC3BXpyXrwE4lzAs,1158 +django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po,sha256=vemhoL-sESessGmIlHoRvtWICqF2aO05WvcGesUZBRM,1338 +django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo,sha256=vD9rSUAZC_rgkwiOOsrrra07Gnx7yEpNHI96tr8xD3U,840 +django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po,sha256=tLgjAi9Z1kZloJFVQuUdAvyiJy1J-5QHfoWmxbqQZCc,1237 +django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo,sha256=TVGDydYVg_jGfnYghk_cUFjCCtpGchuoTB4Vf0XJPYk,1152 +django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po,sha256=vJW37vuKYb_KpXBPmoNSqtNstFgCDlKmw-8iOoSCenU,1342 +django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo,sha256=TE84lZl6EP54-pgmv275jiTOW0vIsnsGU97qmtxMEVg,1028 +django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po,sha256=KO9fhmRCx25VeHNDGXVNhoFx3VFH-6PSLVXZJ6ohOSA,1368 +django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo,sha256=K0f1cXEhfg_djPzgCL9wC0iHGWF_JGIhWGFL0Y970g0,1077 +django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po,sha256=sSuVV0o8MeWN6BxlaeKcjKA3h4H29fCo1kKEtkczEp4,1344 +django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo,sha256=hW3A3_9b-NlLS4u6qDnPS1dmNdn1UJCt-nihXvnXywI,1130 +django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po,sha256=TPiYsGGN-j-VD--Rentx1p-IcrNJYoYxrxDO_5xeZHI,1471 +django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo,sha256=dWar3g1rJAkUG1xRLlmGkH63Fy_h2YqzhMVv0Z25aWc,1036 +django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po,sha256=yALWMFU8-gFD2G0NdWqIDIenrAMUY4VCW1oi8TJXFAc,1325 +django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo,sha256=CTOu_JOAQeC72VX5z9cg8Bn3HtZsdgbtjA7XKcy681o,1078 +django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po,sha256=6LArEWoBpdaJa7UPcyv4HJKD3YoKUxrwGQGd16bi9DM,1379 +django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po,sha256=SB07aEGG7n4oX_5rqHB6OnjpK_K0KwFM7YxaWYNpB_4,991 +django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo,sha256=7E4WYsYrAh_NhlJva_R0dYG0uX9pTKkYdKRq5seoWAA,1081 +django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po,sha256=3GcPCINXueCiHWnWJACHrkhiMB07D-36ZkuAWkEBSlo,1425 +django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo,sha256=dQz7j45qlY3M1rL2fCVdPnuHMUdUcJ0K6cKgRD7Js2w,1154 +django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po,sha256=_hwx9XqeX5QYRFtDpEYkChswn8WMdYTQlbzL1LjREbY,1368 +django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo,sha256=OS8R8sck0Q__XBw3M9brT4jOHmXYUHH71zU2a0mY0vQ,1080 +django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po,sha256=i-kmfgIuDtreavYL3mCc_BSRi-GmTklAsqE4AhP3wgk,1417 +django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo,sha256=oaxWykyc3N63WpxyHPI5CyhCTBqhM5-2Sasp_DNm1xc,1219 +django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po,sha256=wCm08UMCiCa6y1-5E-7bEz-8Kd0oMRMwgzoEJjMwFyw,1486 +django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo,sha256=KAZuQMKOvIPj3a7GrNJE3yhT70O2abCEF2GOsbwTE5A,1321 +django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po,sha256=PcsNgu2YmT0biklhwOF_nSvoGTvWVKw2IsBxIwSVAtI,1577 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo,sha256=DbOUA8ks3phsEwQvethkwZ9-ymrd36aQ6mP7OnGdpjU,1167 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po,sha256=722KxvayO6YXByAmO4gfsfzyVbT-HqqrLYQsr02KDc8,1445 +django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo,sha256=tPtv_lIzCPIUjGkAYalnNIUxVUQFE3MShhVXTnfVx3Q,1106 +django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po,sha256=rbI3G8ARG7DF7uEe82SYCfotBnKTRJJ641bGhjdptTQ,1329 +django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo,sha256=2nsylOwBIDOnkUjE2GYU-JRvgs_zxent7q3_PuscdXk,1102 +django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po,sha256=Dzcf94ZSvJtyNW9EUKpmyNJ1uZbXPvc7dIxCccZrDYc,1427 +django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo,sha256=hKOErB5dzj44ThQ1_nZHak2-aXZlwMoxYcDWmPb3Xo8,1290 +django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po,sha256=UeGzaghsEt9Lt5DsEzRb9KCbuphWUQwLayt4AN194ao,1421 +django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo,sha256=9B0XhxH0v3FvkEvS5MOHHqVbgV6KQITPrjzx1Sn76GA,1105 +django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po,sha256=NX8jpTaIhtVbVlwEsOl5aufZ80ljHZZwqtsVVozQb4M,1318 +django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo,sha256=4-6RBAvrtA1PY3LNxMrgwzBLZE0ZKwWaXa7SmtmAIyk,1031 +django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po,sha256=xdxEOgfta1kaXyQAngmmbL8wDQzJU6boC9HdbmoM1iI,1424 +django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo,sha256=3SSRXx4tYiMUc00LZ9kGHuvTgaWpsICEf5G208CEqgg,1051 +django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po,sha256=1ku9WPcenn47DOF05HL2eRqghZeRYfklo2huYUrkeJ0,1266 +django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo,sha256=ZYWbT4qeaco8h_J9SGF2Bs7Rdu3auZ969xZ0RQ_03go,1049 +django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po,sha256=iNdghSbBVPZmfrHu52hRG8vHMgGUfOjLqie09fYcuso,1360 +django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo,sha256=GSP0BJc3bGLoNS0tnhiz_5dtSh5NXCrBiZbnwEhWbpk,1075 +django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po,sha256=njEgvhDwWOc-CsGBDz1_mtEsXx2aTU6cP3jZzcLkkYk,1457 +django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo,sha256=tVH6RvZ5tXz56lEM3aoJtFp5PKsSR-XXpi8ZNCHjiFw,1211 +django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po,sha256=5_-Uo7Ia3X9gAWm2f72ezQnNr_pQzf6Ax4AUutULuZU,1534 +django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo,sha256=1_yGL68sK0QG_mhwFAVdksiDlB57_1W5QkL7NGGE5L0,1429 +django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po,sha256=6iUBbKjXsIgrq7Dj_xhxzoxItSSSKwQjIZsDayefGr8,1654 +django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo,sha256=SNY0vydwLyR2ExofAHjmg1A2ykoLI7vU5Ryq-QFu5Gs,627 +django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po,sha256=PU-NAl6xUEeGV0jvJx9siVBTZIzHywL7oKc4DgUjNkc,1130 +django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo,sha256=BXifukxf48Lr0t0V3Y0GJUMhD1KiHN1wwbueoK0MW1A,678 +django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po,sha256=fTPlBbnaNbLZxjzJutGvqe33t6dWsEKiHQYaw27m7KQ,1123 +django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo,sha256=a4sDGaiyiWn-1jFozYI4vdAvuHXrs8gbZErP_SAUk9Y,714 +django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po,sha256=A6Vss8JruQcPUKQvY-zaubVZDTLEPwHsnd_rXcyzQUs,1168 +django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo,sha256=myRfFxf2oKcbpmCboongTsL72RTM95nEmAC938M-ckE,1089 +django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po,sha256=uui_LhgGTrW0uo4p-oKr4JUzhjvkLbFCqRVLNMrptzY,1383 +django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.mo,sha256=ULoIe36zGKPZZs113CenA6J9HviYcBOKagXrPGxyBUI,1182 +django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.po,sha256=FnW5uO8OrTYqbvoRuZ6gnCD6CHnuLjN00s2Jo1HX1NE,1465 +django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po,sha256=dwVKpCRYmXTD9h69v5ivkZe-yFtvdZNZ3VfuyIl4olY,989 +django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo,sha256=HucsRl-eqfxw6ESTuXvl7IGjPGYSI9dxM5lMly_P1sc,1215 +django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po,sha256=odzYqHprxKFIrR8TzdxA4WeeMK0W0Nvn2gAVuzAsEqI,1488 +django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo,sha256=GPlsi9PZmmZVly_XWtH22FHWzwToAziZ0-UjAxSggEY,1058 +django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po,sha256=iAybT_MfaeH6V7oiqv6UJjDsfLkk1GLoYyh-s-vxZAg,1385 +django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo,sha256=KTFZWm0F4S6lmi1FX76YKOyJqIZN5cTsiTBI_D4ADHs,1258 +django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po,sha256=mQZosS90S-Bil6-EoGjs9BDWYlvOF6mtUDZ8h9NxEdE,1534 +django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo,sha256=rtmLWfuxJED-1KuqkUT8F5CU1KGJP0Of718n2Gl_gI0,1378 +django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po,sha256=Z-kL9X9CD7rYfa4Uoykye2UgCNQlgyql0HTv1eUXAf4,1634 +django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo,sha256=J6kKYjUOsQxptNXDcCaY4d3dHJio4HRibRk3qfwO6Xc,1225 +django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po,sha256=x8aRJH2WQvMBBWlQt3T3vpV4yHeZXLmRTT1U0at4ZIk,1525 +django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo,sha256=G7yoBvkVNtyQxT2RCCPjBeI8C3lAzVcPxW0OkDeVyz0,1004 +django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po,sha256=BKgamLogZ-F3gBYeTZy1rGCkNe5AjOew8Nm1LTVkhEs,1348 +django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.mo,sha256=EIwbOZ0QahW9AFFWRmRdKGKBtYYY_eTcfU4eqDVSVxw,1035 +django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.po,sha256=t7nKsOMxycn_CsXw2nIfU-owJRge3FAixgbTsDhffvo,1225 +django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo,sha256=YYa2PFe9iJygqL-LZclfpgR6rBmIvx61JRpBkKS6Hrs,1554 +django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po,sha256=6F3nXd9mBc-msMchkC8OwAHME1x1O90xrsZp7xmynpU,1732 +django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo,sha256=EHU9Lm49U7WilR5u-Lq0Fg8ChR_OzOce4UyPlkZ6Zs4,1031 +django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po,sha256=lbktPYsJudrhe4vxnauzpzN9eNwyoVs0ZmZSdkwjkOk,1403 +django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo,sha256=-zZAn5cex4PkScoZVqS74PUMThJJuovZSk3WUKZ8hnw,1344 +django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po,sha256=1ZCUkulQ9Gxb50yMKFKWaTJli2SinBeNj0KpXkKpsNE,1519 +django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo,sha256=aXDHgg891TyTiMWNcbNaahfZQ2hqtl5yTkx5gNRocMU,1040 +django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po,sha256=zDJ_vyQxhP0mP06U-e4p6Uj6v1g863s8oaxc0JIAMjg,1396 +django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo,sha256=a_X8e2lMieWwUtENJueBr8wMvkw6at0QSaWXd5AM6yQ,1040 +django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po,sha256=xFSirHUAKv78fWUpik6xv-6WQSEoUgN5jjPbTOy58C4,1317 +django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo,sha256=QV533Wu-UpjV3XiCe83jlz7XGuwgRviV0ggoeMaIOIY,1116 +django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po,sha256=UZahnxo8z6oWJfEz4JNHGng0EAifXYtJupB6lx0JB60,1334 +django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo,sha256=qacd7eywof8rvJpstNfEmbHgvDiQ9gmkcyG7gfato8s,697 +django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po,sha256=Kq2NTzdbgq8Q9jLLgV-ZJaSRj43D1dDHcRIgNnJXu-s,1145 +django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo,sha256=J5sC36QwKLvrMB4adsojhuw2kYuEckHz6eoTrZwYcnI,1208 +django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po,sha256=gxP59PjlIHKSiYZcbgIY4PUZSoKYx4YKCpm4W4Gj22g,1577 +django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo,sha256=k7cJHLP3avrBD50o5oxaZmLlT9Uv_XgxzDn4YhvNeDM,1154 +django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po,sha256=O087gXKjUtRwCrYHERr-m8smmuJg-eo4OAOL2vRDBj4,1446 +django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo,sha256=qjl-3fBqNcAuoviGejjILC7Z8XmrRd7gHwOgwu1x1zw,1117 +django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po,sha256=Xp0iBhseS8v13zjDcNQv4BDaroMtDJVs4-BzNc0UOpU,1494 +django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo,sha256=sCthDD10v7GY2cui9Jj9HK8cofVEg2WERCm6aktOM-4,1142 +django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po,sha256=n-BPEfua0Gd6FN0rsP7qAlTGbQEZ14NnDMA8jI2844Y,1407 +django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo,sha256=OSf206SFmVLULHmwVhTaRhWTQtyDKsxe03gIzuvAUnY,1345 +django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po,sha256=xHyJYD66r8We3iN5Hqo69syWkjhz4zM7X9BWPIiI6mU,1718 +django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo,sha256=osKXPEE0x-oahNDjgr4aea3dzmLddTT_RLQ8TnbsIOg,1115 +django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po,sha256=nZBxZH3r93fbtth15iP-Q2tNLrZrYqc8V0B9c4XMRNI,1433 +django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo,sha256=sMML-ubI_9YdKptzeri1du8FOdKcEzJbe4Tt0J4ePFI,1147 +django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po,sha256=0zxiyzRWWDNVpNNLlcwl-OLh5sLukma1vm-kYrGHYrE,1392 +django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo,sha256=jYDQH3OpY4Vx9hp6ISFMI88uxBa2GDQK0BkLGm8Qulk,1066 +django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po,sha256=JIvguXVOFpQ3MRqRXHpxlg8_YhEzCsZBBMdpekYTxlk,1322 +django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo,sha256=GUXj97VN15HdY7XMy5jmMLEu13juD3To5NsztcoyPGs,1204 +django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po,sha256=T1w_EeB6yT-PXr7mrwzqu270linf_KY3_ZCgl4wfLAQ,1535 +django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=m2plistrI8O-ztAs5HmDYXG8N_wChaDfXFev0GYWVys,1102 +django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po,sha256=lJrhLPDbJAcXgBPco-_lfUXqs31imj_vGwE5p1EXZjk,1390 +django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo,sha256=J5ha8X6jnQ4yuafk-JCqPM5eIGNwKpDOpTwIVCrnGNE,1055 +django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po,sha256=HeKnQJaRNflAbKxTiC_2EFAg2Sx-e3nDXrReJyVoNTQ,1400 +django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo,sha256=XLPle0JYPPkmm5xpJRmWztMTF1_3a2ZubWE4ur2sav8,563 +django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po,sha256=jRc8Eh6VuWgqc4kM-rxjbVE3yV9uip6mOJLdD6yxGLM,1009 +django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo,sha256=L3eF4z9QSmIPqzEWrNk8-2uLteQUMsuxiD9VZyRuSfo,678 +django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po,sha256=iDb9lRU_-YPmO5tEQeXEZeGeFe-wVZy4k444sp_vTgw,1123 +django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo,sha256=S_UF_mZbYfScD6Z36aB-kwtTflTeX3Wt4k7z_pEcOV8,690 +django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po,sha256=aAGMMoJPg_pF9_rCNZmda5A_TvDCvQfYEL64Xdoa4jo,1135 +django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.mo,sha256=dkLic6fD2EMzrB7m7MQazaGLoJ_pBw55O4nYZc5UYEs,864 +django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.po,sha256=1nv1cVJewfr44gbQh1Szzy3DT4Y9Dy7rUgAZ81otJQs,1232 +django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo,sha256=qilt-uZMvt0uw-zFz7-eCmkGEx3XYz7NNo9Xbq3s7uI,1186 +django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po,sha256=42F34fNEn_3yQKBBJnCLttNeyktuLVpilhMyepOd6dg,1444 +django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.mo,sha256=0fuA3E487-pceoGpX9vMCwSnCItN_pbLUIUzzcrAGOE,1068 +django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.po,sha256=pS8wX9dzxys3q8Vvz3PyoVJYqplXhNuAqfq7Dsb07fw,1283 +django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo,sha256=gKg2FCxs2fHpDB1U6gh9xrP7mOpYG65pB4CNmdPYiDg,1057 +django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po,sha256=gmI3RDhq39IlDuvNohT_FTPY5QG8JD0gFxG5CTsvVZs,1345 +django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo,sha256=_LQ1N04FgosdDLUYXJOEqpCB2Mg92q95cBRgYPi1MyY,659 +django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po,sha256=L7wMMpxGnpQiKd_mjv2bJpE2iqCJ8XwiXK0IN4EHSbM,1110 +django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po,sha256=YVyej0nAhhEf7knk4vCeRQhmSQeGZLhMPPXyIyWObnM,977 +django/contrib/contenttypes/locale/ug/LC_MESSAGES/django.mo,sha256=hddqwGR9yrDZye5FZSatvlBBGerLsxS0x1HRodFmwkk,1182 +django/contrib/contenttypes/locale/ug/LC_MESSAGES/django.po,sha256=DoAswgu8-Ukl5e5TLhMcMQRuWEalnmokpKZsKSN9RYk,1397 +django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo,sha256=GgAuuLexfhYl1fRKPfZI5uMTkt2H42Ogil6MQHcejkU,1404 +django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po,sha256=1HzO_Wmxqk0Kd5gtACKZODiH8ZEpOf5Eh8Mkrg3IMf8,1779 +django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo,sha256=OJs_EmDBps-9a_KjFJnrS8IqtJfd25LaSWeyG8u8UfI,671 +django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po,sha256=f0FnsaAM_qrBuCXzLnkBrW5uFfVc6pUh7S-qp4918Ng,1122 +django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo,sha256=kGYgEI1gHkyU4y_73mBJN1hlKC2JujVXMg6iCdWncDg,1155 +django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po,sha256=RIDUgsElfRF8bvBdUKtshizuMnupdMGAM896s7qZKD4,1439 +django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=RviK0bqLZzPrZ46xUpc0f8IKkw3JLtsrt0gNA74Ypj0,1015 +django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po,sha256=vSKJDEQ_ANTj3-W8BFJd9u_QGdTMF12iS15rVgeujOs,1380 +django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=NMumOJ9dPX-7YjQH5Obm4Yj0-lnGXJmCMN5DGbsLQG4,1046 +django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po,sha256=7WIqYRpcs986MjUsegqIido5k6HG8d3FVvkrOQCRVCI,1338 +django/contrib/contenttypes/management/__init__.py,sha256=ZVHVJAYi_jCIXxWUZSkxq0IDECe6bvbFsWayrqbutfc,4937 +django/contrib/contenttypes/management/__pycache__/__init__.cpython-312.pyc,, +django/contrib/contenttypes/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/contenttypes/management/commands/__pycache__/__init__.cpython-312.pyc,, +django/contrib/contenttypes/management/commands/__pycache__/remove_stale_contenttypes.cpython-312.pyc,, +django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py,sha256=F6rm6MTMLuZVXCsn6L3ln3ouehsUTaVGaNeaZ4cRW7I,4643 +django/contrib/contenttypes/migrations/0001_initial.py,sha256=Ne2EiaFH4LQqFcIbXU8OiUDeb3P7Mm6dbeqRtNC5U8w,1434 +django/contrib/contenttypes/migrations/0002_remove_content_type_name.py,sha256=fTZJQHV1Dw7TwPaNDLFUjrpZzFk_UvaR9sw3oEMIN2Y,1199 +django/contrib/contenttypes/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/contenttypes/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/contenttypes/migrations/__pycache__/0002_remove_content_type_name.cpython-312.pyc,, +django/contrib/contenttypes/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/contenttypes/models.py,sha256=VKXWweIQQ6eX88YX96nlcMo9ESaW7p_wUPJSalGInsc,6844 +django/contrib/contenttypes/prefetch.py,sha256=cORwKClKS-wzGrmRj2BlSBuuJz6iRBWOVl4tBYHRrtA,1358 +django/contrib/contenttypes/views.py,sha256=HBoIbNpgHTQN5pH8mul77UMEMZHbbkEH_Qdln-XFgd0,3549 +django/contrib/flatpages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/__pycache__/__init__.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/admin.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/apps.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/forms.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/middleware.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/models.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/sitemaps.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/urls.cpython-312.pyc,, +django/contrib/flatpages/__pycache__/views.cpython-312.pyc,, +django/contrib/flatpages/admin.py,sha256=ynemOSDgvKoCfRFLXZrPwj27U0mPUXmxdrue7SOZeqQ,701 +django/contrib/flatpages/apps.py,sha256=_OlaDxWbMrUmFNCS4u-RnBsg67rCWs8Qzh_c58wvtXA,252 +django/contrib/flatpages/forms.py,sha256=r9yUG_-zAnI7Ubr836aiWgScYpKxHhJbNLhHRkZQOzY,2492 +django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo,sha256=AG2eKl6o50fG3wWYS7D4-m3gWi9_yfPwEHp-HjB4Sr8,2282 +django/contrib/flatpages/locale/af/LC_MESSAGES/django.po,sha256=EVgUOspHqS4FuFggANzWpyQEutGV4kSx2zUWoOjBF9w,2459 +django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo,sha256=dBHaqsaKH9QOIZ0h2lIDph8l9Bv2UAcD-Hr9TAxj8Ac,2636 +django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po,sha256=-0ZdfA-sDU8fOucgT2Ow1iM3QnRMuQeslMOSwYhAH9M,2958 +django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=jp6sS05alESJ4-SbEIf574UPVcbllAd_J-FW802lGyk,2637 +django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.po,sha256=yezpjWcROwloS08TEMo9oPXDKS1mfFE9NYI66FUuLaA,2799 +django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo,sha256=4SEsEE2hIZJwQUNs8jDgN6qVynnUYJUIE4w-usHKA6M,924 +django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po,sha256=5UlyS59bVo1lccM6ZgdYSgHe9NLt_WeOdXX-swLKubU,1746 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo,sha256=s3YhszIU5rdigUVVPB3Jpfn3jbH5L1NXWXky_Q3slvY,2378 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.po,sha256=tDALtASG8n7uaJT7yFsM-rz7FN5rONXlCKqCQIrIcPY,2707 +django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo,sha256=mOQlbfwwIZiwWCrFStwag2irCwsGYsXIn6wZDsPRvyA,2978 +django/contrib/flatpages/locale/be/LC_MESSAGES/django.po,sha256=wlIfhun5Jd6gxbkmmYPSIy_tzPVmSu4CjMwPzBNnvpo,3161 +django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo,sha256=9Un5mKtsAuNeYWFQKFkIyCpQquE6qVD3zIrFoq8sCDI,2802 +django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po,sha256=Vr6d-9XjgK4_eXdWY3FEpdTlCEGgbCv93bLGyMTE9hs,3104 +django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo,sha256=2oK2Rm0UtAI7QFRwpUR5aE3-fOltE6kTilsTbah737Y,2988 +django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po,sha256=QrbX69iqXOD6oByLcgPkD1QzAkfthpfTjezIFQ-6kVg,3172 +django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo,sha256=SKbykdilX_NcpkVi_lHF8LouB2G49ZAzdF09xw49ERc,2433 +django/contrib/flatpages/locale/br/LC_MESSAGES/django.po,sha256=O_mwrHIiEwV4oB1gZ7Yua4nVKRgyIf3j5UtedZWAtwk,2783 +django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo,sha256=bd7ID7OsEhp57JRw_TXoTwsVQNkFYiR_sxSkgi4WvZU,1782 +django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po,sha256=IyFvI5mL_qesEjf6NO1nNQbRHhCAZQm0UhIpmGjrSwQ,2233 +django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo,sha256=GcMVbg4i5zKCd2Su7oN30WVJN7Q9K7FsFifgTB8jDPI,2237 +django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po,sha256=-aJHSbWPVyNha_uF6R35Q6yn4-Hse3jTInr9jtaxKOI,2631 +django/contrib/flatpages/locale/ckb/LC_MESSAGES/django.mo,sha256=ds26zJRsUHDNdhoUJ8nsLtBdKDhN29Kb51wNiB8Llgo,2716 +django/contrib/flatpages/locale/ckb/LC_MESSAGES/django.po,sha256=jqqMYjrplyX8jtyBLd1ObMEwoFmaETmNXrO3tg2S0BY,2918 +django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo,sha256=8nwep22P86bMCbW7sj4n0BMGl_XaJIJV0fjnVp-_dqY,2340 +django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po,sha256=1agUeRthwpam1UvZY4vRnZtLLbiop75IEXb6ul_e3mg,2611 +django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo,sha256=zr_2vsDZsrby3U8AmvlJMU3q1U_4IrrTmz6oS29OWtQ,2163 +django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po,sha256=E_NC_wtuhWKYKB3YvYGB9ccJgKI3AfIZlB2HpXSyOsk,2370 +django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo,sha256=nALoI50EvFPa4f3HTuaHUHATF1zHMjo4v5zcHj4n6sA,2277 +django/contrib/flatpages/locale/da/LC_MESSAGES/django.po,sha256=j4dpnreB7LWdZO7Drj7E9zBwFx_Leuj7ZLyEPi-ccAQ,2583 +django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo,sha256=I4CHFzjYM_Wd-vuIYOMf8E58ntOgkLmgOAg35Chdz3s,2373 +django/contrib/flatpages/locale/de/LC_MESSAGES/django.po,sha256=P6tPVPumP9JwBIv-XXi1QQYJyj1PY3OWoM4yOAmgTRE,2592 +django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo,sha256=oTILSe5teHa9XTYWoamstpyPu02yb_xo8S0AtkP7WP8,2391 +django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po,sha256=1xD2aH5alerranvee6QLZqgxDVXxHThXCHR4kOJAV48,2576 +django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo,sha256=LQ8qIGwzoKwewtLz_1NhnhEeR4dPx2rrQ_hAN4BF6Og,2864 +django/contrib/flatpages/locale/el/LC_MESSAGES/django.po,sha256=gbLO52fcZK7LoG5Rget2Aq5PTFoz467ackXpSsR81kY,3221 +django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/flatpages/locale/en/LC_MESSAGES/django.po,sha256=0bNWKiu-1MkHFJ_UWrCLhp9ENr-pHzBz1lkhBkkrhJM,2169 +django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTt7KtwiEyMEKYVzkPSqs6VS0CiUfK7ISz2c6rV2erA,2210 +django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po,sha256=_V4RTf0JtmyU7DRQv7jIwtPJs05KA2THPid5nKQ0ego,2418 +django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo,sha256=7zyXYOsqFkUGxclW-VPPxrQTZKDuiYQ7MQJy4m8FClo,1989 +django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po,sha256=oHrBd6lVnO7-SdnO-Taa7iIyiqp_q2mQZjkuuU3Qa_s,2232 +django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo,sha256=W8TkkQkV58oOvFdKCPAyoQNyCxSmfErwik1U8a_W5nE,2333 +django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po,sha256=e54WOtIcIQLjB4bJGol51z6d6dwLBiiJN2k-nrTQlaI,2750 +django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo,sha256=9Q7Qf1eSPvAfPTZSGWq7QMWrROY-CnpUkeRpiH8rpJw,2258 +django/contrib/flatpages/locale/es/LC_MESSAGES/django.po,sha256=3vGZ3uVCyWnIkDSUt6DMMOqyphv3EQteTPLx7e9J_sU,2663 +django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo,sha256=bUnFDa5vpxl27kn2ojTbNaCmwRkBCH-z9zKXAvXe3Z0,2275 +django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po,sha256=vEg3wjL_7Ee-PK4FZTaGRCXFscthkoH9szJ7H01K8w8,2487 +django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo,sha256=jt8wzeYky5AEnoNuAv8W4nGgd45XsMbpEdRuLnptr3U,2140 +django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po,sha256=xrbAayPoxT7yksXOGPb-0Nc-4g14UmWANaKTD4ItAFA,2366 +django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo,sha256=Y5IOKRzooJHIhJzD9q4PKOe39Z4Rrdz8dBKuvmGkqWU,2062 +django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po,sha256=Y-EXhw-jISttA9FGMz7gY_kB-hQ3wEyKEaOc2gu2hKQ,2246 +django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo,sha256=EI6WskepXUmbwCPBNFKqLGNcWFVZIbvXayOHxOCLZKo,2187 +django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po,sha256=ipG6a0A2d0Pyum8GcknA-aNExVLjSyuUqbgHM9VdRQo,2393 +django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo,sha256=zriqETEWD-DDPiNzXgAzgEhjvPAaTo7KBosyvBebyc0,2233 +django/contrib/flatpages/locale/et/LC_MESSAGES/django.po,sha256=tMuITUlzy6LKJh3X3CxssFpTQogg8OaGHlKExzjwyOI,2525 +django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo,sha256=FoKazUkuPpDgsEEI6Gm-xnZYVHtxILiy6Yzvnu8y-L0,2244 +django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po,sha256=POPFB5Jd8sE9Z_ivYSdnet14u-aaXneTUNDMuOrJy00,2478 +django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo,sha256=2rA7-OR8lQbl_ZhlAC4cmHEmQ9mwxnA8q5M-gx3NmVQ,2612 +django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po,sha256=_-yKW2xIN9XSXEwZTdkhEpRHJoacN8f56D3AkCvlFs0,3006 +django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo,sha256=VsQdof8hE_AKQGS-Qp82o8PTN_7NxxEdxelGenIAE-8,2256 +django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po,sha256=RL7eruNkgDjr1b3cF2yCqeM8eDKHwAqF6h8hYuxl6R4,2552 +django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo,sha256=ZqD4O3_Ny8p5i6_RVHlANCnPiowMd19Qi_LOPfTHav4,2430 +django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po,sha256=liAoOgT2CfpANL_rYzyzsET1MhsM19o7wA2GBnoDvMA,2745 +django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo,sha256=DRsFoZKo36F34XaiQg_0KUOr3NS_MG3UHptzOI4uEAU,476 +django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po,sha256=9JIrRVsPL1m0NPN6uHiaAYxJXHp5IghZmQhVSkGo5g8,1523 +django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo,sha256=f4552jyACX8w17CU4QAwoPmj05A8nNaTiy-2cbmegSk,2351 +django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po,sha256=oPLJhdAZd2zwKo4o12vDJU-7MQ_CiC9wqszFHmV7LXo,2613 +django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo,sha256=KbaTL8kF9AxDBLDQWlxcP5hZ4zWnbkvY0l2xRKZ9Dg0,2469 +django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po,sha256=DVY_1R0AhIaI1qXIeRej3XSHMtlimeKNUwzFjc4OmwA,2664 +django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo,sha256=e8hfOxRyLtCsvdd1FVGuI_dnsptVhfW_O9KyuPT0ENk,2256 +django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po,sha256=YqyR8qnKho8jK03igqPv9KlJw5yVIIDCAGc5z2QxckE,2583 +django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo,sha256=PbypHBhT3W_rp37u8wvaCJdtYB4IP-UeE02VUvSHPf0,2517 +django/contrib/flatpages/locale/he/LC_MESSAGES/django.po,sha256=f7phCRqJPFL7CsuSE1xg9xlaBoOpdd-0zoTYotff29M,2827 +django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo,sha256=w29ukoF48C7iJ6nE045YoWi7Zcrgu_oXoxT-r6gcQy8,2770 +django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po,sha256=nXq5y1FqMGVhpXpQVdV3uU5JcUtBc2BIrf-n__C2q30,3055 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo,sha256=Mt4gpBuUXvcBl8K714ls4PimHQqee82jFxY1BEAYQOE,2188 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po,sha256=ZbUMJY6a-os-xDmcDCJNrN4-YqRe9b_zJ4V5gt2wlGI,2421 +django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo,sha256=Pk44puT-3LxzNdGYxMALWpFdw6j6W0G-dWwAfv8sopI,2361 +django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po,sha256=mhnBXgZSK19E4JU8p2qzqyZqozSzltK-3iY5glr9WG8,2538 +django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo,sha256=rZxICk460iWBubNq53g9j2JfKIw2W7OqyPG5ylGE92s,2363 +django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po,sha256=DDP7OLBkNbWXr-wiulmQgG461qAubJ8VrfCCXbyPk2g,2700 +django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo,sha256=qocNtyLcQpjmGqQ130VGjJo-ruaOCtfmZehS9If_hWk,2536 +django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po,sha256=WD8ohMnsaUGQItyqQmS46d76tKgzhQ17X_tGevqULO0,2619 +django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo,sha256=bochtCPlc268n0WLF0bJtUUT-XveZLPOZPQUetnOWfU,500 +django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po,sha256=gOJ850e8sFcjR2G79zGn3_0-9-KSy591i7ketBRFjyw,1543 +django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo,sha256=2kRHbcmfo09pIEuBb8q5AOkgC0sISJrAG37Rb5F0vts,2222 +django/contrib/flatpages/locale/id/LC_MESSAGES/django.po,sha256=1avfX88CkKMh2AjzN7dxRwj9pgohIBgKE0aXB_shZfc,2496 +django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo,sha256=N8R9dXw_cnBSbZtwRbX6Tzw5XMr_ZdRkn0UmsQFDTi4,464 +django/contrib/flatpages/locale/io/LC_MESSAGES/django.po,sha256=_pJveonUOmMu3T6WS-tV1OFh-8egW0o7vU3i5YqgChA,1511 +django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo,sha256=lFtP1N5CN-x2aMtBNpB6j5HsZYZIZYRm6Y-22gNe1Ek,2229 +django/contrib/flatpages/locale/is/LC_MESSAGES/django.po,sha256=9e132zDa-n6IZxB8jO5H8I0Wr7ubYxrFEMBYj2W49vI,2490 +django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo,sha256=oOEG327VGpi0K5P2UOQgQa39ln15t0lAz2Z36MIQQAc,2209 +django/contrib/flatpages/locale/it/LC_MESSAGES/django.po,sha256=ar8i-bTtAKhiXLULCsKMddpmYBjKyg2paYxBI6ImY1s,2526 +django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo,sha256=Qax3t7FFRonMrszVEeiyQNMtYyWQB3dmOeeIklEmhAg,2469 +django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po,sha256=N6PBvnXLEWELKTx8nHm5KwydDuFFKq5pn6AIHsBSM5M,2848 +django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo,sha256=R4OSbZ-lGxMdeJYsaXVXpo6-KSZWeKPuErKmEsUvEQE,3022 +django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po,sha256=TWKtkRamM6YD-4WMoqfZ7KY-ZPs5ny7G82Wst6vQRko,3306 +django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo,sha256=lMPryzUQr21Uy-NAGQhuIZjHz-4LfBHE_zxEc2_UPaw,2438 +django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po,sha256=3y9PbPw-Q8wM7tCq6u3KeYUT6pfTqcQwlNlSxpAXMxQ,2763 +django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo,sha256=FYRfhNSqBtavYb10sHZNfB-xwLwdZEfVEzX116nBs-k,1942 +django/contrib/flatpages/locale/km/LC_MESSAGES/django.po,sha256=d2AfbR78U0rJqbFmJQvwiBl_QvYIeSwsPKEnfYM4JZA,2471 +django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo,sha256=n5HCZEPYN_YIVCXrgA1qhxvfhZtDbhfiannJy5EkHkI,1902 +django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po,sha256=-CHwu13UuE2-Qg6poG949I_dw3YiPI9ZhMh5h2vP4xw,2443 +django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo,sha256=M-IInVdIH24ORarb-KgY60tEorJZgrThDfJQOxW-S0c,2304 +django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po,sha256=DjAtWVAN_fwOvZb-7CUSLtO8WN0Sr08z3jQLNqZ98wY,2746 +django/contrib/flatpages/locale/ky/LC_MESSAGES/django.mo,sha256=WmdWR6dRgmJ-nqSzFDUETypf373fj62igDVHC4ww7hQ,2667 +django/contrib/flatpages/locale/ky/LC_MESSAGES/django.po,sha256=0XDF6CjQTGkuaHADytG95lpFRVndlf_136q0lrQiU1U,2907 +django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo,sha256=Wkvlh5L_7CopayfNM5Z_xahmyVje1nYOBfQJyqucI_0,502 +django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po,sha256=gGeTuniu3ZZ835t9HR-UtwCcd2s_Yr7ihIUm3jgQ7Y0,1545 +django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo,sha256=es6xV6X1twtqhIMkV-MByA7KZ5SoVsrx5Qh8BuzJS0Q,2506 +django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po,sha256=T__44veTC_u4hpPvkLekDOWfntXYAMzCd5bffRtGxWA,2779 +django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo,sha256=IDXQMHn1EnvdrgBXCFmRBttLMniZmxtzyFz1OpooLQw,2321 +django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po,sha256=ans7ZOT7b8UAMsoVis0EuJAJvmKjpjGuZdL2E8GUr20,2602 +django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo,sha256=55H8w6fB-B-RYlKKkGw3fg2m-djxUoEp_XpupK-ZL70,2699 +django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po,sha256=OhHJ5OVWb0jvNaOB3wip9tSIZ1yaPPLkfQR--uUEyUI,2989 +django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo,sha256=VMMeOujp5fiLzrrbDeH24O2qKBPUkvI_YTSPH-LQjZc,3549 +django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po,sha256=KR2CGnZ1sVuRzSGaPj5IlspoAkVuVEdf48XsAzt1se0,3851 +django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo,sha256=tqwROY6D-bJ4gbDQIowKXfuLIIdCWksGwecL2sj_wco,2776 +django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po,sha256=jqiBpFLXlptDyU4F8ZWbP61S4APSPh0-nuTpNOejA6c,3003 +django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo,sha256=fuDy9vFLn5Mb3wVNUg8IvLyTwmyPr3M-GThzgkphJjg,2040 +django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po,sha256=L_1vnLh4AjoaXdb4p_XfDnbKAAWkdQFSpE_8cKGZSm8,2593 +django/contrib/flatpages/locale/ms/LC_MESSAGES/django.mo,sha256=5t_67bMQhux6v6SSWqHfzzCgc6hm3olxgHAsKOMGGZU,2184 +django/contrib/flatpages/locale/ms/LC_MESSAGES/django.po,sha256=-ZzZ8lfAglGkO_BRYz1lRlywxaF1zZ28-Xv74O2nT04,2336 +django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo,sha256=OcbiA7tJPkyt_WNrqyvoFjHt7WL7tMGHV06AZSxzkho,507 +django/contrib/flatpages/locale/my/LC_MESSAGES/django.po,sha256=EPWE566Vn7tax0PYUKq93vtydvmt-A4ooIau9Cwcdfc,1550 +django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo,sha256=L_XICESZ0nywkk1dn6RqzdUbFTcR92ju-zHCT1g3iEg,2208 +django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po,sha256=ZtcBVD0UqIcsU8iLu5a2wnHLqu5WRLLboVFye2IuQew,2576 +django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo,sha256=gDZKhcku1NVlSs5ZPPupc7RI8HOF7ex0R4Rs8tMmrYE,1500 +django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po,sha256=GWlzsDaMsJkOvw2TidJOEf1Fvxx9WxGdGAtfZIHkHwk,2178 +django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo,sha256=_yV_-SYYjpbo-rOHp8NlRzVHFPOSrfS-ndHOEJ9JP3Y,2231 +django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po,sha256=xUuxx2b4ZTCA-1RIdoMqykLgjLLkmpO4ur1Vh93IITU,2669 +django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo,sha256=sHkuZneEWo1TItSlarlnOUR7ERjc76bJfHUcuFgd9mQ,2256 +django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po,sha256=MpI9qkWqj4rud__xetuqCP-eFHUgMYJpfBhDnWRKPK4,2487 +django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo,sha256=cXGTA5M229UFsgc7hEiI9vI9SEBrNQ8d3A0XrtazO6w,2329 +django/contrib/flatpages/locale/os/LC_MESSAGES/django.po,sha256=m-qoTiKePeFviKGH1rJRjZRH-doJ2Fe4DcZ6W52rG8s,2546 +django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo,sha256=69_ZsZ4nWlQ0krS6Mx3oL6c4sP5W9mx-yAmOhZOnjPU,903 +django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po,sha256=N6gkoRXP5MefEnjywzRiE3aeU6kHQ0TUG6IGdLV7uww,1780 +django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo,sha256=5M5-d-TOx2WHlD6BCw9BYIU6bYrSR0Wlem89ih5k3Pc,2448 +django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po,sha256=oKeeo-vNfPaCYVUbufrJZGk0vsgzAE0kLQOTF5qHAK4,2793 +django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo,sha256=9uXP_AY2U7tcqkM7r0CswVaP_xTjVd4ofmGDfy63bu8,2342 +django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po,sha256=B8xIxpJ2Yv2HPaoeC71LJ7oe2Dd2K3FS07DQ4xPtoJc,2589 +django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo,sha256=YGyagSFIc-ssFN8bnqVRce1_PsybvLmI8RVCygjow8E,2291 +django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po,sha256=pFA8RPNefZpuhbxBHLt9KrI2RiHxct5V-DnZA-XqBv0,2942 +django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo,sha256=oS3MXuRh2USyLOMrMH0WfMSFpgBcZWfrbCrovYgbONo,2337 +django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po,sha256=UNKGNSZKS92pJDjxKDLqVUW87DKCWP4_Q51xS16IZl0,2632 +django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo,sha256=AACtHEQuytEohUZVgk-o33O7rJTFAluq22VJOw5JqII,2934 +django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po,sha256=H6JOPAXNxji1oni9kfga_hNZevodStpEl0O6cDnZ148,3312 +django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo,sha256=P1192D_B2kDQ6nF_tGEW7WCoTodB3_9rMTaqEQSMO4E,2353 +django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po,sha256=--_DaPB_aSZHn_uxzmCpITO7VPCpP4Nq2rdQGgN14r8,2638 +django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo,sha256=kOrhhBdM9nbQbCLN49bBn23hCrzpAPrfKvPs4QMHgvo,2301 +django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po,sha256=oyTrOVH0v76Ttc93qfeyu3FHcWLh3tTiz2TefGkmoq4,2621 +django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo,sha256=wh0stJPSy1w6eSio-Jg_gh_jharjRyanNurOP0avTsM,2350 +django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po,sha256=9oVuVF8OLvf_XBs_duhu-XqF-5Naaai7gGpsPOrqvbQ,2630 +django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo,sha256=p--v7bpD8Pp6zeP3cdh8fnfC8g2nuhbzGJTdN9eoE58,2770 +django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po,sha256=jxcyMN2Qh_osmo4Jf_6QUC2vW3KVKt1BupDWMMZyAXA,3071 +django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=3N4mGacnZj0tI5tFniLqC2LQCPSopDEM1SGaw5N1bsw,2328 +django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po,sha256=od7r3dPbZ7tRAJUW80Oe-nm_tHcmIiG6b2OZMsFg53s,2589 +django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo,sha256=1pFmNWiExWo5owNijZHZb8-Tbd0nYPqqvTmIitcFPbY,2252 +django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po,sha256=l3anvdgLQJzYehCalwr1AAh8e-hRKrL_bSNwmkfgbbc,2613 +django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo,sha256=Lhf99AGmazKJHzWk2tkGrMInoYOq0mtdCd8SGblnVCQ,1537 +django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po,sha256=cos3eahuznpTfTdl1Vj_07fCOSYE8C9CRYHCBLYZrVw,1991 +django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo,sha256=nNuoOX-FPAmTvM79o7colM4C7TtBroTFxYtETPPatcQ,1945 +django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po,sha256=XE4SndPZPLf1yXGl5xQSb0uor4OE8CKJ0EIXBRDA3qU,2474 +django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo,sha256=bMxhDMTQc_WseqoeqJMCSNy71o4U5tJZYgD2G0p-jD0,1238 +django/contrib/flatpages/locale/te/LC_MESSAGES/django.po,sha256=tmUWOrAZ98B9T6Cai8AgLCfb_rLeoPVGjDTgdsMOY1Y,2000 +django/contrib/flatpages/locale/tg/LC_MESSAGES/django.mo,sha256=gpzjf_LxwWX6yUrcUfNepK1LGez6yvnuYhmfULDPZ6E,2064 +django/contrib/flatpages/locale/tg/LC_MESSAGES/django.po,sha256=lZFLes8BWdJ-VbczHFDWCSKhKg0qmmk10hTjKcBNr5o,2572 +django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo,sha256=mct17_099pUn0aGuHu8AlZG6UqdKDpYLojqGYDLRXRg,2698 +django/contrib/flatpages/locale/th/LC_MESSAGES/django.po,sha256=PEcRx5AtXrDZvlNGWFH-0arroD8nZbutdJBe8_I02ag,2941 +django/contrib/flatpages/locale/tk/LC_MESSAGES/django.mo,sha256=_AfI4FH0jkeeCDgujfkx4xHMGSwGi5fs9iqr3HLUVVs,835 +django/contrib/flatpages/locale/tk/LC_MESSAGES/django.po,sha256=28Af2gU6Wmo2DvjxLZrpbXq0HBFrcP7yzfh5IlL4DJg,1881 +django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo,sha256=pPNGylfG8S0iBI4ONZbky3V2Q5AG-M1njp27tFrhhZc,2290 +django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po,sha256=0ULZu3Plp8H9zdirHy3MSduJ_QRdpoaaivf3bL9MCwA,2588 +django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo,sha256=9RfCKyn0ZNYsqLvFNmY18xVMl7wnmDq5uXscrsFfupk,2007 +django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po,sha256=SUwalSl8JWI9tuDswmnGT8SjuWR3DQGND9roNxJtH1o,2402 +django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo,sha256=7KhzWgskBlHmi-v61Ax9fjc3NBwHB17WppdNMuz-rEc,490 +django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po,sha256=zidjP05Hx1OpXGqWEmF2cg9SFxASM4loOV85uW7zV5U,1533 +django/contrib/flatpages/locale/ug/LC_MESSAGES/django.mo,sha256=FL8P63c7BRO5hNABEzurk91v01ceRBhC1DJyjFJkiwg,2644 +django/contrib/flatpages/locale/ug/LC_MESSAGES/django.po,sha256=TxlRCGW-6fyxOO3YzAzKJa4utQp4NOOZ08YZxSit9E8,2774 +django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo,sha256=r2RZT8xQ1Gi9Yp0nnoNALqQ4zrEJ0JC7m26E5gSeq4g,3002 +django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po,sha256=qcVizoTiKYc1c9KwSTwSALHgjjSGVY2oito_bBRLVTE,3405 +django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo,sha256=Li4gVdFoNOskGKAKiNuse6B2sz6ePGqGvZu7aGXMNy0,1976 +django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po,sha256=hDasKiKrYov9YaNIHIpoooJo0Bzba___IuN2Hl6ofSc,2371 +django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo,sha256=FsFUi96oGTWGlZwM4qSMpuL1M2TAxsW51qO70TrybSM,1035 +django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po,sha256=ITX3MWd7nlWPxTCoNPl22_OMLTt0rfvajGvTVwo0QC8,1900 +django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=UTCQr9t2wSj6dYLK1ftpF8-pZ25dAMYLRE2wEUQva-o,2124 +django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po,sha256=loi9RvOnrgFs4qp8FW4RGis7wgDzBBXuwha5pFfLRxY,2533 +django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=INt9_smj4Zwo3hkn3kemuE85lfvwjUrIxbkIHa7Cd_E,2176 +django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po,sha256=d9De9F9YWkc8YZt51Cg5Xtslwg04G0aRMqxTMAXqQI8,2477 +django/contrib/flatpages/middleware.py,sha256=aXeOeOkUmpdkGOyqZnkR-l1VrDQ161RWIWa3WPBhGac,784 +django/contrib/flatpages/migrations/0001_initial.py,sha256=4xhMsKaXOycsfo9O1QIuknS9wf7r0uVsshAJ7opeqsM,2408 +django/contrib/flatpages/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/flatpages/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/flatpages/models.py,sha256=3ugRRsDwB5C3GHOWvtOzjJl-y0yqqjYZBSOMt24QYuw,1764 +django/contrib/flatpages/sitemaps.py,sha256=CEhZOsLwv3qIJ1hs4eHlE_0AAtYjicb_yRzsstY19eg,584 +django/contrib/flatpages/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/templatetags/__pycache__/__init__.cpython-312.pyc,, +django/contrib/flatpages/templatetags/__pycache__/flatpages.cpython-312.pyc,, +django/contrib/flatpages/templatetags/flatpages.py,sha256=QH-suzsoPIMSrgyHR9O8uOdmfIkBv_w3LM-hGfQvnU8,3552 +django/contrib/flatpages/urls.py,sha256=Rs37Ij192SOtSBjd4Lx9YtpINfEMg7XRY01dEOY8Rgg,179 +django/contrib/flatpages/views.py,sha256=H4LG7Janb6Dcn-zINLmp358hR60JigAKGzh4A4PMPaM,2724 +django/contrib/gis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/__pycache__/apps.cpython-312.pyc,, +django/contrib/gis/__pycache__/feeds.cpython-312.pyc,, +django/contrib/gis/__pycache__/geoip2.cpython-312.pyc,, +django/contrib/gis/__pycache__/geometry.cpython-312.pyc,, +django/contrib/gis/__pycache__/measure.cpython-312.pyc,, +django/contrib/gis/__pycache__/ptr.cpython-312.pyc,, +django/contrib/gis/__pycache__/shortcuts.cpython-312.pyc,, +django/contrib/gis/__pycache__/views.cpython-312.pyc,, +django/contrib/gis/admin/__init__.py,sha256=bCUsC6Hh7hztchqRKuaiTgk3nL0B4H053bVII-olB7k,486 +django/contrib/gis/admin/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/admin/__pycache__/options.cpython-312.pyc,, +django/contrib/gis/admin/options.py,sha256=r60rycdAgcGSB21KQS_V0X78ulUjATYzws-JKLYd_lc,689 +django/contrib/gis/apps.py,sha256=dbAFKx9jj9_QdhdNfL5KCC47puH_ZTw098jsJFwDO9Y,417 +django/contrib/gis/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/__pycache__/utils.cpython-312.pyc,, +django/contrib/gis/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/base/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/base/__pycache__/adapter.cpython-312.pyc,, +django/contrib/gis/db/backends/base/__pycache__/features.cpython-312.pyc,, +django/contrib/gis/db/backends/base/__pycache__/models.cpython-312.pyc,, +django/contrib/gis/db/backends/base/__pycache__/operations.cpython-312.pyc,, +django/contrib/gis/db/backends/base/adapter.py,sha256=qbLG-sLB6EZ_sA6-E_uIClyp5E5hz9UQ-CsR3BWx8W8,592 +django/contrib/gis/db/backends/base/features.py,sha256=fF-AKB6__RjkxVRadNkOP7Av4wMaRGkXKybYV6ES2Gk,3718 +django/contrib/gis/db/backends/base/models.py,sha256=WqpmVLqK21m9J6k_N-SGPXq1VZMuNHafyB9xqxUwR4k,4009 +django/contrib/gis/db/backends/base/operations.py,sha256=_g_B-_AN1OVmarA3O8FdU7hnAgBCX0d4gvqalNRJAYg,6859 +django/contrib/gis/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/mysql/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/features.cpython-312.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/introspection.cpython-312.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/operations.cpython-312.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/schema.cpython-312.pyc,, +django/contrib/gis/db/backends/mysql/base.py,sha256=z75wKhm-e9JfRLCvgDq-iv9OqOjBBAS238JTTrWfHRQ,498 +django/contrib/gis/db/backends/mysql/features.py,sha256=dVRo3CuV8Zp5822h9l48nApiXyn3lCuXQV3vsRZKeao,866 +django/contrib/gis/db/backends/mysql/introspection.py,sha256=ZihcSzwN0f8iqKOYKMHuQ_MY41ERSswjP46dvCF0v68,1602 +django/contrib/gis/db/backends/mysql/operations.py,sha256=VUW1dp9__5kx0hygPYWyUEzXKEwnp1S69X3F98E21X0,4952 +django/contrib/gis/db/backends/mysql/schema.py,sha256=Fn_h-6C8od95KTPWSogQprPGtTho5b-TbqqXaHVfkHg,3953 +django/contrib/gis/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/oracle/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/adapter.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/features.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/introspection.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/models.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/operations.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/schema.cpython-312.pyc,, +django/contrib/gis/db/backends/oracle/adapter.py,sha256=AjD0eMuptu8BqkE2LshTizkf5iv9ArYVP9PoOTHfNao,2066 +django/contrib/gis/db/backends/oracle/base.py,sha256=_7qhvEdbnrJQEKL51sg8YYu8kRYmQNAlBgNb2OUbBkw,507 +django/contrib/gis/db/backends/oracle/features.py,sha256=3yCDutKz4iX01eOjLf0CLe_cemMaRjDmH8ZKNy_Sbyk,1021 +django/contrib/gis/db/backends/oracle/introspection.py,sha256=fW9FTIW_yAQQZwk0LzdoTtj6QQpFN6fgUQzv8dCmFEo,1939 +django/contrib/gis/db/backends/oracle/models.py,sha256=uKHuBReEGNJG6MbT-8rTyrCVZs3By2hCAx7bwyxSYUM,2081 +django/contrib/gis/db/backends/oracle/operations.py,sha256=DiJbFrN_I_YQYt6Z7F_-SkJVpztmWq1RJyT8wRn8eVI,8785 +django/contrib/gis/db/backends/oracle/schema.py,sha256=3nXuUXM0fHPRuqmi96WyCVx_lHRxf3USRN8At14VUwE,5430 +django/contrib/gis/db/backends/postgis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/postgis/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/adapter.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/const.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/features.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/introspection.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/models.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/operations.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/pgraster.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/schema.cpython-312.pyc,, +django/contrib/gis/db/backends/postgis/adapter.py,sha256=mjQZEfrJtAEoFZFqoTiQ3uk_rBatstX0qFDFV8xZ90w,1980 +django/contrib/gis/db/backends/postgis/base.py,sha256=37t0_fDD4IeFsQrMrKoQRW01e8KJeXCSkbv5sOpreR8,5793 +django/contrib/gis/db/backends/postgis/const.py,sha256=ekJc9pvJwQ0tmxENkJsZFdP03uEUEneloR23SJcnTIc,2008 +django/contrib/gis/db/backends/postgis/features.py,sha256=qOEJLQTIC1YdlDoJkpLCiVQU4GAy0d9_Dneui7w41bM,455 +django/contrib/gis/db/backends/postgis/introspection.py,sha256=ihrNd_qHQ64DRjoaPj9-1a0y3H8Ko4gWbK2N5fDA3_g,3164 +django/contrib/gis/db/backends/postgis/models.py,sha256=LDZjyXCxyptWoOWPkeznO15auI4LCpWDTsVaZBnQcSU,2002 +django/contrib/gis/db/backends/postgis/operations.py,sha256=zcM7Oj1pxJ4PTh4qprOKLxTzU66nlkhjpuUATBPjDtY,16576 +django/contrib/gis/db/backends/postgis/pgraster.py,sha256=eCa2y-v3qGLeNbFI4ERFj2UmqgYAE19nuL3SgDFmm0o,4588 +django/contrib/gis/db/backends/postgis/schema.py,sha256=vgvUV6vwny02sNshGGWMksqB0XAIwTN7fDcjjvZBaQI,4468 +django/contrib/gis/db/backends/spatialite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/spatialite/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/adapter.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/client.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/features.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/introspection.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/models.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/operations.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/schema.cpython-312.pyc,, +django/contrib/gis/db/backends/spatialite/adapter.py,sha256=qTiA5BBGUFND3D7xGK_85oo__HSexTH32XF4uin3ZV0,318 +django/contrib/gis/db/backends/spatialite/base.py,sha256=wU1fgp68CLyKELsMfO6zYM85ox4g_GloWESEK8EPrfM,3218 +django/contrib/gis/db/backends/spatialite/client.py,sha256=dNM7mqDyTzFlgQR1XhqZIftnR9VRH7AfcSvvy4vucEs,138 +django/contrib/gis/db/backends/spatialite/features.py,sha256=zkmJPExFtRqjRj608ZTlsSpxkYaPbV3A3SEfX3PcaFY,876 +django/contrib/gis/db/backends/spatialite/introspection.py,sha256=V_iwkz0zyF1U-AKq-UlxvyDImqQCsitcmvxk2cUw81A,3118 +django/contrib/gis/db/backends/spatialite/models.py,sha256=H-sDifQ3-0pvWIAl79zrqGfuTW7-vp1zFn1bIfqUR-o,1930 +django/contrib/gis/db/backends/spatialite/operations.py,sha256=jaLhSEYHqEewdx1AbaQpwy-S6lZOJiuY2ZwHb1euJ5M,8520 +django/contrib/gis/db/backends/spatialite/schema.py,sha256=URhFfLQM7FH39wmkViD8MZJ1qG3cixhNdWmjuM9ZB44,7340 +django/contrib/gis/db/backends/utils.py,sha256=rLwSv79tKJPxvDHACY8rhPDLFZC79mEIlIySTyl_qqc,785 +django/contrib/gis/db/models/__init__.py,sha256=TrCS27JdVa-Q7Hok-YaJxb4eLrPdyvRmasJGIu05fvA,865 +django/contrib/gis/db/models/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/models/__pycache__/aggregates.cpython-312.pyc,, +django/contrib/gis/db/models/__pycache__/fields.cpython-312.pyc,, +django/contrib/gis/db/models/__pycache__/functions.cpython-312.pyc,, +django/contrib/gis/db/models/__pycache__/lookups.cpython-312.pyc,, +django/contrib/gis/db/models/__pycache__/proxy.cpython-312.pyc,, +django/contrib/gis/db/models/aggregates.py,sha256=ImbuX2AhL6PkEyrGDv_qKIgR9FSeIur7cIMIVKUYnlM,3147 +django/contrib/gis/db/models/fields.py,sha256=FuDumSWW2Gjcyihu4W1PNk0-qk5YcahxVV_erdtXiGM,14288 +django/contrib/gis/db/models/functions.py,sha256=1zoJCVjBlFK6jjeOHVWHMLW1p1EHyoLM4DmspUqO94w,19606 +django/contrib/gis/db/models/lookups.py,sha256=FOb501DBuopcbLy175O1BwD2ZoaVa2optogbXmvwv3o,11797 +django/contrib/gis/db/models/proxy.py,sha256=qckCc10o_W1qJ7yH5VpNo6huhPfVMAz3nJSEyLfk4oo,3174 +django/contrib/gis/db/models/sql/__init__.py,sha256=-rzcC3izMJi2bnvyQUCMzIOrigBnY6N_5EQIim4wCSY,134 +django/contrib/gis/db/models/sql/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/db/models/sql/__pycache__/conversion.cpython-312.pyc,, +django/contrib/gis/db/models/sql/conversion.py,sha256=ZiMRzEf7_kOWJ4IITXFq6dL-wDwMhIEwvbE705afgaU,2433 +django/contrib/gis/feeds.py,sha256=0vNVVScIww13bOxvlQfXAOCItIOGWSXroKKl6QXGB58,5995 +django/contrib/gis/forms/__init__.py,sha256=Zyid_YlZzHUcMYkfGX1GewmPPDNc0ni7HyXKDTeIkjo,318 +django/contrib/gis/forms/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/forms/__pycache__/fields.cpython-312.pyc,, +django/contrib/gis/forms/__pycache__/widgets.cpython-312.pyc,, +django/contrib/gis/forms/fields.py,sha256=FrZaZWXFUdWK1QEu8wlda3u6EtqaVHjQRYrSKKu66PA,4608 +django/contrib/gis/forms/widgets.py,sha256=jV0TSxB6quB0rbkyAq4QJCdrZt4rA_LaZnO9CHRFdgI,3917 +django/contrib/gis/gdal/LICENSE,sha256=VwoEWoNyts1qAOMOuv6OPo38Cn_j1O8sxfFtQZ62Ous,1526 +django/contrib/gis/gdal/__init__.py,sha256=T3nxyji_4z2qUDPKzKlWKggVYpB3_5j6nLuEPDoz7R0,1811 +django/contrib/gis/gdal/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/datasource.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/driver.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/envelope.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/error.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/feature.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/field.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/geometries.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/geomtype.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/layer.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/libgdal.cpython-312.pyc,, +django/contrib/gis/gdal/__pycache__/srs.cpython-312.pyc,, +django/contrib/gis/gdal/base.py,sha256=yymyL0vZRMBfiFUzrehvaeaunIxMH5ucGjPRfKj-rAo,181 +django/contrib/gis/gdal/datasource.py,sha256=AnC_VfGXygqpeFYJ-bWKo0oIdDNCGV85XZ-TBd7Dapk,4644 +django/contrib/gis/gdal/driver.py,sha256=wu2m_-lGPO4MDmJrUPBYrGDUD7BnNPFx0RROeE3-qP0,2983 +django/contrib/gis/gdal/envelope.py,sha256=jL_fm04Lx71ouo2sZgOsh-PZQf_bLDrml-KFFq6ExPk,7316 +django/contrib/gis/gdal/error.py,sha256=RcESzxTt3jMKk9s82y2Dj7nMcuoSAMOCX1eo5KFYUfw,1575 +django/contrib/gis/gdal/feature.py,sha256=HPWoCZjwzsUnhc7QmKh-BBMRqJCjj07RcFI6vjbdnp4,4017 +django/contrib/gis/gdal/field.py,sha256=EKE-Ioj5L79vo93Oixz_JE4TIZbDTRy0YVGvZH-I1z4,6886 +django/contrib/gis/gdal/geometries.py,sha256=FkJh447xjZ74hRGfpjVzjrfTiCVpxWRNvHgELclthCc,29286 +django/contrib/gis/gdal/geomtype.py,sha256=CWqbe5XtpgKiBP8Lbisbtb8o1FtuIUVb37Eb02i6TSE,4582 +django/contrib/gis/gdal/layer.py,sha256=PygAgsRZzWekp6kq6NEAZ6vhQTSo1Nk4c1Yi_pOdK58,8825 +django/contrib/gis/gdal/libgdal.py,sha256=F1n-2MC7MY7lYYUvIDmkZb5MBj11h8bPOuvozsgPZ9s,3619 +django/contrib/gis/gdal/prototypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/gdal/prototypes/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/ds.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/errcheck.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/generation.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/geom.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/raster.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/srs.cpython-312.pyc,, +django/contrib/gis/gdal/prototypes/ds.py,sha256=1aSaQgxivM0PYc1Y7jHbFeqjdSSX_xZHYPlsveCOeN8,4725 +django/contrib/gis/gdal/prototypes/errcheck.py,sha256=DXLq_ppsgOXNhkRLJ939fo9FvRS0WhVqZDrpbZRQ2Dk,4172 +django/contrib/gis/gdal/prototypes/generation.py,sha256=fm3iMpp8TfaIx72jFNqs7YrHX5KLz0_DUTumaNhOI_M,4888 +django/contrib/gis/gdal/prototypes/geom.py,sha256=r23rTpJhgMiw30GdLO37UThESeVuOfSIZcaure4Zy5c,6233 +django/contrib/gis/gdal/prototypes/raster.py,sha256=jPOBqT6580qCThK5PhigyELzxMdp05RgI4hAKSlie_0,5571 +django/contrib/gis/gdal/prototypes/srs.py,sha256=52Aq0F7CT0_SqoMCaiIXVDVQ9dsnLGGIYXo5jf3EDDU,3677 +django/contrib/gis/gdal/raster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/gdal/raster/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/gdal/raster/__pycache__/band.cpython-312.pyc,, +django/contrib/gis/gdal/raster/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/gdal/raster/__pycache__/const.cpython-312.pyc,, +django/contrib/gis/gdal/raster/__pycache__/source.cpython-312.pyc,, +django/contrib/gis/gdal/raster/band.py,sha256=RPdut6BeQ9vW71rrPMwb2CnXrbCys8YAt1BA8Aholy0,8343 +django/contrib/gis/gdal/raster/base.py,sha256=2GGlL919lPr7YVGFtdIynLPIH-QKYhzrUpoXwVRlM1k,2882 +django/contrib/gis/gdal/raster/const.py,sha256=C_svBc-x052KJojH1t3pD1N29d67hQxyN8rm8u0141o,3283 +django/contrib/gis/gdal/raster/source.py,sha256=NmsCjTWDbNFt7oEWfSQSN7ZlofyDZ2yJ3ClSAfDjiW0,18394 +django/contrib/gis/gdal/srs.py,sha256=fbekX1cVeVT_36NwGqsbXMJ9xNlftLRVRcOSQL1p8Gk,12301 +django/contrib/gis/geoip2.py,sha256=yO0AGB3WIPZzwLZ_YVrwh0ph-FnS8MCoXpLttE-VyVg,9399 +django/contrib/gis/geometry.py,sha256=oyapp3-FbCo1f2RQZhDwg-JD2sg1bq5Cgzpfxj-UmuE,788 +django/contrib/gis/geos/LICENSE,sha256=CL8kt1USOK4yUpUkVCWxyuua0PQvni0wPHs1NQJjIEU,1530 +django/contrib/gis/geos/__init__.py,sha256=7BIDN_LCzaNYi0RiDiPwxdm1G76cCiTBJLswcM6CMZI,661 +django/contrib/gis/geos/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/base.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/collections.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/coordseq.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/error.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/factory.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/geometry.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/io.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/libgeos.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/linestring.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/mutable_list.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/point.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/polygon.cpython-312.pyc,, +django/contrib/gis/geos/__pycache__/prepared.cpython-312.pyc,, +django/contrib/gis/geos/base.py,sha256=NdlFg5l9akvDp87aqzh9dk0A3ZH2TI3cOq10mmmuHBk,181 +django/contrib/gis/geos/collections.py,sha256=m9Soitiu7cOEUdIrTZ-j5ZHn6HjmXsyWxXzC5DyTSm0,3939 +django/contrib/gis/geos/coordseq.py,sha256=YJAneODq8jUeJij_NTDPxHICdNmToHvv-KdLZnRyz50,6838 +django/contrib/gis/geos/error.py,sha256=AdeCRUVPa-G22WA5lJ5QqU4T0k79NLk1hy3n5-expfs,105 +django/contrib/gis/geos/factory.py,sha256=KQF6lqAh5KRlFSDgN-BSXWojmWFabbEUFgz2IGYX_vk,961 +django/contrib/gis/geos/geometry.py,sha256=Z34Skz4Hy-TEns5MMa40mIiR3rjHTgH9wYsunBr2htI,26650 +django/contrib/gis/geos/io.py,sha256=GCUL4p6B7FYAHOcPcbTc-QLuSJ3rtvKvU7vfzZpUlsg,800 +django/contrib/gis/geos/libgeos.py,sha256=ewU31F5eQFu4xAXvKAFbaZn4UJ0g_aiDTGuRk_MTwOo,4983 +django/contrib/gis/geos/linestring.py,sha256=BJAoWfHW08EX1UpNFVB09iSKXdTS6pZsTIBc6DcZcfc,6372 +django/contrib/gis/geos/mutable_list.py,sha256=nthCtQ0FsJrDGd29cSERwXb-tJkpK35Vc0T_ywCnXgc,10121 +django/contrib/gis/geos/point.py,sha256=bvatsdXTb1XYy1EaSZvp4Rnr2LwXZU12zILefLu6sRw,4781 +django/contrib/gis/geos/polygon.py,sha256=DZq6Ed9bJA3MqhpDQ9u926hHxcnxBjnbKSppHgbShxw,6710 +django/contrib/gis/geos/prepared.py,sha256=J5Dj6e3u3gEfVPNOM1E_rvcmcXR2-CdwtbAcoiDU5a0,1577 +django/contrib/gis/geos/prototypes/__init__.py,sha256=aYQVHVT7hAN0jSH4ioDcb5yfnJdFBmouHXfRNDbzE0M,1435 +django/contrib/gis/geos/prototypes/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/coordseq.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/errcheck.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/geom.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/io.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/misc.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/predicates.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/prepared.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/threadsafe.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/topology.cpython-312.pyc,, +django/contrib/gis/geos/prototypes/coordseq.py,sha256=GpNDnUiIg76I-qad72DGw7wEz3i5H_XH9YHO4CvYTys,3124 +django/contrib/gis/geos/prototypes/errcheck.py,sha256=SWHaBSMBPJofTPq0moiDHrCInl5P1vYaqbXgAKbBvTQ,2788 +django/contrib/gis/geos/prototypes/geom.py,sha256=_nnOMLRKNS9zmcBYsivcewl10Ks6WME0Yp-ERvADa2k,3401 +django/contrib/gis/geos/prototypes/io.py,sha256=j5379Sb-uLjW7SpxQiOeDvcJjrb1ZCa9bOa6IhD6sWI,11321 +django/contrib/gis/geos/prototypes/misc.py,sha256=Sj0fZygL7MFR4pp_xPJiZHRBufnVk5YfK5LeUv2htWs,1167 +django/contrib/gis/geos/prototypes/predicates.py,sha256=Z__y5ZMvpZS718JQsGKHdZ27gXZ6sC9xwD7fWv4CAmc,1662 +django/contrib/gis/geos/prototypes/prepared.py,sha256=4I9pS75Q5MZ1z8A1v0mKkmdCly33Kj_0sDcrqxOppzM,1175 +django/contrib/gis/geos/prototypes/threadsafe.py,sha256=n1yCYvQCtc7piFrhjeZCWH8Pf0-AiOGBH33VZusTgWI,2302 +django/contrib/gis/geos/prototypes/topology.py,sha256=uJ9MOvjGhgEuz6irMDhZEWO_UDd_RMtp5ZfbWvf2hgI,2327 +django/contrib/gis/locale/af/LC_MESSAGES/django.mo,sha256=FWnPEpxhJG9xJ-uOTFryxIT6BFN3w-bsgqLn0IHF-Ew,518 +django/contrib/gis/locale/af/LC_MESSAGES/django.po,sha256=v5LXHABklHAVbfrPEx3xXGIHIZ4hz4MmfvZ6beC-XF4,1540 +django/contrib/gis/locale/ar/LC_MESSAGES/django.mo,sha256=5LCO903yJTtRVaaujBrmwMx8f8iLa3ihasgmj8te9eg,2301 +django/contrib/gis/locale/ar/LC_MESSAGES/django.po,sha256=pfUyK0VYgY0VC2_LvWZvG_EEIWa0OqIUfhiPT2Uov3Q,2569 +django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=1e2lutVEjsa5vErMdjS6gaBbOLPTVIpDv15rax-wvKg,2403 +django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.po,sha256=dizXM36w-rUtI7Dv2mSoJDR5ouVR6Ar7zqjywX3xKr0,2555 +django/contrib/gis/locale/ast/LC_MESSAGES/django.mo,sha256=8o0Us4wR14bdv1M5oBeczYC4oW5uKnycWrj1-lMIqV4,850 +django/contrib/gis/locale/ast/LC_MESSAGES/django.po,sha256=0beyFcBkBOUNvPP45iqewTNv2ExvCPvDYwpafCJY5QM,1684 +django/contrib/gis/locale/az/LC_MESSAGES/django.mo,sha256=FOvFUN-kdoX5OvhaVJg3v4rOyQgAQ_YC--TCE3m4kXs,1901 +django/contrib/gis/locale/az/LC_MESSAGES/django.po,sha256=exlD78A7sUZBPuoLyQGZoYiBa2wWGWnsWKq0gUYUOng,2118 +django/contrib/gis/locale/be/LC_MESSAGES/django.mo,sha256=XcJGF9cH7M30Q8EwqovjAeiJFgB2PR4sXsbxdvVURjg,2389 +django/contrib/gis/locale/be/LC_MESSAGES/django.po,sha256=Cp_DXKCVHzYTA7v65TpjRhCJonkgI5Gy13Tfg1rkVp8,2596 +django/contrib/gis/locale/bg/LC_MESSAGES/django.mo,sha256=lLfpqEEEb1RYzy270gpDdEfv5k5jscyNgJv_Ok_BA_A,2323 +django/contrib/gis/locale/bg/LC_MESSAGES/django.po,sha256=hSxYwbKr-IqP5hJaPKQxoL1DkCIg60suHl1H8u8W7jQ,2586 +django/contrib/gis/locale/bn/LC_MESSAGES/django.mo,sha256=7oNsr_vHQfsanyP-o1FG8jZTSBK8jB3eK2fA9AqNOx4,1070 +django/contrib/gis/locale/bn/LC_MESSAGES/django.po,sha256=PTa9EFZdqfznUH7si3Rq3zp1kNkTOnn2HRTEYXQSOdM,1929 +django/contrib/gis/locale/br/LC_MESSAGES/django.mo,sha256=xN8hOvJi_gDlpdC5_lghXuX6yCBYDPfD_SQLjcvq8gU,1614 +django/contrib/gis/locale/br/LC_MESSAGES/django.po,sha256=LQw3Tp_ymJ_x7mJ6g4SOr6aP00bejkjuaxfFFRZnmaQ,2220 +django/contrib/gis/locale/bs/LC_MESSAGES/django.mo,sha256=9EdKtZkY0FX2NlX_q0tIxXD-Di0SNQJZk3jo7cend0A,1308 +django/contrib/gis/locale/bs/LC_MESSAGES/django.po,sha256=eu_qF8dbmlDiRKGNIz80XtIunrF8QIOcy8O28X02GvQ,1905 +django/contrib/gis/locale/ca/LC_MESSAGES/django.mo,sha256=6aq8xNlP95HRncIB6ThimqW14XFKp7OOjo0S0uT6d-Y,1948 +django/contrib/gis/locale/ca/LC_MESSAGES/django.po,sha256=0Tj64N9TVX-oDyq4srBCgqELmM8OjMgXC5Lci844Fvc,2298 +django/contrib/gis/locale/ckb/LC_MESSAGES/django.mo,sha256=tIH0KyO3XREfX8htOCAK6cJSZkS0BCE15AZngco_Vkw,2253 +django/contrib/gis/locale/ckb/LC_MESSAGES/django.po,sha256=krJj0SQiLAcc1uNA9Qazqy9Ty-7MhauoaIDHtjmPPfo,2442 +django/contrib/gis/locale/cs/LC_MESSAGES/django.mo,sha256=ia8l06-eW5VkQnNQU0aizio7pz_pSGA-KRk-liGRa2w,2026 +django/contrib/gis/locale/cs/LC_MESSAGES/django.po,sha256=8taX01JBHhr19_AKhfhbtlpt-TW1aOBwejN-o-HH5Xk,2274 +django/contrib/gis/locale/cy/LC_MESSAGES/django.mo,sha256=vUG_wzZaMumPwIlKwuN7GFcS9gnE5rpflxoA_MPM_po,1430 +django/contrib/gis/locale/cy/LC_MESSAGES/django.po,sha256=_QjXT6cySUXrjtHaJ3046z-5PoXkCqtOhvA7MCZsXxk,1900 +django/contrib/gis/locale/da/LC_MESSAGES/django.mo,sha256=eXid2KAU_8fd23jMFo41iJ3DntVNe0w939_UsBymGM4,1862 +django/contrib/gis/locale/da/LC_MESSAGES/django.po,sha256=9bSpjg9wv7nvWoaOfRhXKsuxVoMzOHU-fsnVNB8qbxM,2158 +django/contrib/gis/locale/de/LC_MESSAGES/django.mo,sha256=fECmj81LHOUcBcQ_PoQWlijVp3SjTG3GwsSRiUGMXOU,1930 +django/contrib/gis/locale/de/LC_MESSAGES/django.po,sha256=DB_2QZ0IHOxKJ51ZyJCNX24597W7DBc_DT1B-oId-bY,2129 +django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo,sha256=YZOA1XJqoU3rI5REairrs9f36Cet75NmC8WXdApx0Mc,2016 +django/contrib/gis/locale/dsb/LC_MESSAGES/django.po,sha256=w36vo0t-HzjhslJLo5xesc1vVfl94sNP3XyyDcETDn0,2177 +django/contrib/gis/locale/el/LC_MESSAGES/django.mo,sha256=g3SeFfO8xTxsvs2jKG9CI99fTnVa-WuBMNG0FFGc0s8,2402 +django/contrib/gis/locale/el/LC_MESSAGES/django.po,sha256=7MATPbwGZGgWabd9BdmUCwxc2iAG2aeac9ltKsieuME,2853 +django/contrib/gis/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/gis/locale/en/LC_MESSAGES/django.po,sha256=lXk5x3FBMnRKocOgqDiya7yKeXZqk9gkibxyADRQjOU,2074 +django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo,sha256=IPn5kRqOvv5S7jpbIUw8PEUkHlyjEL-4GuOANd1iAzI,486 +django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po,sha256=x_58HmrHRia2LoYhmmN_NLb1J3f7oTDvwumgTo0LowI,1494 +django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo,sha256=WkORQDOsFuV2bI7hwVsJr_JTWnDQ8ZaK-VYugqnLv3w,1369 +django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po,sha256=KWPMoX-X-gQhb47zoVsa79-16-SiCGpO0s4xkcGv9z0,1910 +django/contrib/gis/locale/eo/LC_MESSAGES/django.mo,sha256=FFSZ58VHOog4-tDy88OISaaLXMaHVuFsIr3uevM-LGc,1878 +django/contrib/gis/locale/eo/LC_MESSAGES/django.po,sha256=oyMvu7r3BKLV9VDYQI6IgjumYusSOgynlSdN3dDrcPo,2156 +django/contrib/gis/locale/es/LC_MESSAGES/django.mo,sha256=JTo6frVHdq3bDY7IwpP5K6Znbb0NXMyVBv-AOQ6gd9s,2005 +django/contrib/gis/locale/es/LC_MESSAGES/django.po,sha256=3xK9yehM6kTSbulhvTenKXmlBeUnfgqM3_a7waiNit4,2465 +django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo,sha256=Z_2xqsHzQNSQWphm6jV9efFFjzHmkmuk2KfLZXx5E1k,2006 +django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po,sha256=_PHHHfzhzPI5xaZwDH6Rd35KEbj1l1-9IyPLEENaw6E,2161 +django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo,sha256=mMnOZTrmWutn2Lwv2Y7GuoZIhIbPsMCXJkdmeatXZaM,1817 +django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po,sha256=JF0-_eNt-BPJ__GqNoEj7iKEOV8htZHyX5kZue-PZO4,2349 +django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo,sha256=bC-uMgJXdbKHQ-w7ez-6vh9E_2YSgCF_LkOQlvb60BU,1441 +django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po,sha256=MYO9fGclp_VvLG5tXDjXY3J_1FXI4lDv23rGElXAyjA,1928 +django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo,sha256=5YVIO9AOtmjky90DAXVyU0YltfQ4NLEpVYRTTk7SZ5o,486 +django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po,sha256=R8suLsdDnSUEKNlXzow3O6WIT5NcboZoCjir9GfSTSQ,1494 +django/contrib/gis/locale/et/LC_MESSAGES/django.mo,sha256=-Gn24H3qyIcf3ptRe7Iin8sHc6JtkkFsmJF4DI1Wwhs,1872 +django/contrib/gis/locale/et/LC_MESSAGES/django.po,sha256=c-8desC8uDUy9UrX3IicuGICF2xAWPudgAprvS3G7jY,2223 +django/contrib/gis/locale/eu/LC_MESSAGES/django.mo,sha256=c2YYr77DeKdHWhpq6T472Hc1wpzYQ1fgKXELx7GMW_U,1888 +django/contrib/gis/locale/eu/LC_MESSAGES/django.po,sha256=HVR7BSXjUy3pphfPKp2uapaKVnQeb3chQIxcG5bMxHY,2147 +django/contrib/gis/locale/fa/LC_MESSAGES/django.mo,sha256=oSM2n6s-E4eomcHHZT6gY0PrhUFDr7Wijs3Qkr62jX0,2155 +django/contrib/gis/locale/fa/LC_MESSAGES/django.po,sha256=uUaUbYmjFcZ3mp9-FmGVT3zv47n54sWtzaXHWFSpMik,2507 +django/contrib/gis/locale/fi/LC_MESSAGES/django.mo,sha256=A1QOLEk9dFKcxlE2puSLmdDdFWRwGbSKsDGbKemUsCM,1839 +django/contrib/gis/locale/fi/LC_MESSAGES/django.po,sha256=IbtvFNK1bXmck5zZQqXNCDSiuXcGonNl8UcN0BfopFQ,2064 +django/contrib/gis/locale/fr/LC_MESSAGES/django.mo,sha256=LXchLaOY_bGIf25s_rQgWHOvEMD-l8_HAT5WtC0irfs,2058 +django/contrib/gis/locale/fr/LC_MESSAGES/django.po,sha256=FVuGpVTPP2-f4CZKL0UZwLSxy2WiDczw9_q3KRTbclQ,2258 +django/contrib/gis/locale/fy/LC_MESSAGES/django.mo,sha256=2kCnWU_giddm3bAHMgDy0QqNwOb9qOiEyCEaYo1WdqQ,476 +django/contrib/gis/locale/fy/LC_MESSAGES/django.po,sha256=7ncWhxC5OLhXslQYv5unWurhyyu_vRsi4bGflZ6T2oQ,1484 +django/contrib/gis/locale/ga/LC_MESSAGES/django.mo,sha256=5oExwd6zeo9pBXhr1u_su8cllMEOQ-PnkUCkqFcQyYo,1957 +django/contrib/gis/locale/ga/LC_MESSAGES/django.po,sha256=CZngY66ohYP6Xr25Cghym_gW2AKpQlRRdIBYBMej5AY,2193 +django/contrib/gis/locale/gd/LC_MESSAGES/django.mo,sha256=w9d6GRaJMzeRVMzOuapvpPayOQmrFQEwPf8g4TXSatg,2022 +django/contrib/gis/locale/gd/LC_MESSAGES/django.po,sha256=2jXpd-BBQ7JVj2l9tWhIkUXw4ZZPnGJrvHjs442GEx8,2197 +django/contrib/gis/locale/gl/LC_MESSAGES/django.mo,sha256=vjZQqAw3rDSY8Tgv-12EOhsqfFlaEOB7mVBOH6YlXNo,1956 +django/contrib/gis/locale/gl/LC_MESSAGES/django.po,sha256=zhqF1InI8QaKhDLqjfTRUbMPaT9X3D1eI1ocV5FHGf4,2231 +django/contrib/gis/locale/he/LC_MESSAGES/django.mo,sha256=qaxQ0A76SO7GM5WDK0_3pAJDFzkvAtjSV8r1P4ySCVY,2135 +django/contrib/gis/locale/he/LC_MESSAGES/django.po,sha256=f8w5v4W7w47vH6Tq4HfMOX9jB4ab0oEXnpuJcDlk7Ak,2336 +django/contrib/gis/locale/hi/LC_MESSAGES/django.mo,sha256=3nsy5mxKTPtx0EpqBNA_TJXmLmVZ4BPUZG72ZEe8OPM,1818 +django/contrib/gis/locale/hi/LC_MESSAGES/django.po,sha256=jTFG2gqqYAQct9-to0xL2kUFQu-ebR4j7RGfxn4sBAg,2372 +django/contrib/gis/locale/hr/LC_MESSAGES/django.mo,sha256=0XrRj2oriNZxNhEwTryo2zdMf-85-4X7fy7OJhB5ub4,1549 +django/contrib/gis/locale/hr/LC_MESSAGES/django.po,sha256=iijzoBoD_EJ1n-a5ys5CKnjzZzG299zPoCN-REFkeqE,2132 +django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo,sha256=oXaJFKOmRL_hRqAbghejIgZiq67bAnrOV0eFpoqmyW0,1991 +django/contrib/gis/locale/hsb/LC_MESSAGES/django.po,sha256=uktC4ibheBFFZVh0LVtRVUT3RnefGXVOVQddK70hdgg,2155 +django/contrib/gis/locale/hu/LC_MESSAGES/django.mo,sha256=dXlt0Oq_W45B_Foneh2FgpExduFanuG7ia0wKsYCUqs,1891 +django/contrib/gis/locale/hu/LC_MESSAGES/django.po,sha256=Ws1oB2MpVa90a0JNK2LxsZytKBuMMNwLx0DW1sem4Es,2210 +django/contrib/gis/locale/hy/LC_MESSAGES/django.mo,sha256=pi9oAP8fLCg8ssz7ADZ_p9HntyDtdQ1Mep6KsR5Glfs,2020 +django/contrib/gis/locale/hy/LC_MESSAGES/django.po,sha256=FKRbr93M2S4dLWes80CTZ1AucKW8MF5cw98i0s8qZo4,2260 +django/contrib/gis/locale/ia/LC_MESSAGES/django.mo,sha256=gSHcbhwZ2H1amTQbWw908L0aTniLzK8T2RVGsiHuKIY,1812 +django/contrib/gis/locale/ia/LC_MESSAGES/django.po,sha256=IyKoOfc6ZNtvpL8s-r4lv41wlsCyq8CGNoNp7uHWUGE,2122 +django/contrib/gis/locale/id/LC_MESSAGES/django.mo,sha256=dzDiuO47A6XWR3G-OrY-A2c-7ccp1oGLlKPyUO2Wlpg,1862 +django/contrib/gis/locale/id/LC_MESSAGES/django.po,sha256=KZVcWZ_X8x3LO5Z4V-hzSEsvE-BEHIZq5eWJlW1SwZs,2278 +django/contrib/gis/locale/io/LC_MESSAGES/django.mo,sha256=_yUgF2fBUxVAZAPNw2ROyWly5-Bq0niGdNEzo2qbp8k,464 +django/contrib/gis/locale/io/LC_MESSAGES/django.po,sha256=fgGJ1xzliMK0MlVoV9CQn_BuuS3Kl71Kh5YEybGFS0Y,1472 +django/contrib/gis/locale/is/LC_MESSAGES/django.mo,sha256=UQb3H5F1nUxJSrADpLiYe12TgRhYKCFQE5Xy13MzEqU,1350 +django/contrib/gis/locale/is/LC_MESSAGES/django.po,sha256=8QWtgdEZR7OUVXur0mBCeEjbXTBjJmE-DOiKe55FvMo,1934 +django/contrib/gis/locale/it/LC_MESSAGES/django.mo,sha256=8VddOMr-JMs5D-J5mq-UgNnhf98uutpoJYJKTr8E224,1976 +django/contrib/gis/locale/it/LC_MESSAGES/django.po,sha256=Vp1G-GChjjTsODwABsg5LbmR6_Z-KpslwkNUipuOqk4,2365 +django/contrib/gis/locale/ja/LC_MESSAGES/django.mo,sha256=SY1Kxu_gIqusDX5-4SvWmfGi5zG_-jG_98wbkkUyMfk,2052 +django/contrib/gis/locale/ja/LC_MESSAGES/django.po,sha256=tui2WDqNwYHiOkR9j9kl8YSs_kzZ5MTHAj9hniHKI_8,2357 +django/contrib/gis/locale/ka/LC_MESSAGES/django.mo,sha256=iqWQ9j8yanPjDhwi9cNSktYgfLVnofIsdICnAg2Y_to,1991 +django/contrib/gis/locale/ka/LC_MESSAGES/django.po,sha256=rkM7RG0zxDN8vqyAudmk5nocajhOYP6CTkdJKu21Pf4,2571 +django/contrib/gis/locale/kk/LC_MESSAGES/django.mo,sha256=NtgQONp0UncUNvrh0W2R7u7Ja8H33R-a-tsQShWq-QI,1349 +django/contrib/gis/locale/kk/LC_MESSAGES/django.po,sha256=78OMHuerBJZJZVo9GjGJ1h5fwdLuSc_X03ZhSRibtf4,1979 +django/contrib/gis/locale/km/LC_MESSAGES/django.mo,sha256=T0aZIZ_gHqHpQyejnBeX40jdcfhrCOjgKjNm2hLrpNE,459 +django/contrib/gis/locale/km/LC_MESSAGES/django.po,sha256=7ARjFcuPQJG0OGLJu9pVfSiAwc2Q-1tT6xcLeKeom1c,1467 +django/contrib/gis/locale/kn/LC_MESSAGES/django.mo,sha256=EkJRlJJSHZJvNZJuOLpO4IIUEoyi_fpKwNWe0OGFcy4,461 +django/contrib/gis/locale/kn/LC_MESSAGES/django.po,sha256=MnsSftGvmgJgGfgayQUVDMj755z8ItkM9vBehORfYbk,1475 +django/contrib/gis/locale/ko/LC_MESSAGES/django.mo,sha256=TyIytTrPe4GO6lRsK1CW0wIdhbrwDHxlO_29OX6MoH4,1888 +django/contrib/gis/locale/ko/LC_MESSAGES/django.po,sha256=V5OQ0oW3zU8MMdlOJXk-4RQo0UV3cCAhgSMOaQRgttM,2296 +django/contrib/gis/locale/ky/LC_MESSAGES/django.mo,sha256=nvMSOW77P-YCRkQgrQUpM94FexqLEt8Et0jri2nm_Ec,2157 +django/contrib/gis/locale/ky/LC_MESSAGES/django.po,sha256=0qqO8QWgJXPJpZ900MVsHdw6wMZBa0tE5GN3KSGa58E,2372 +django/contrib/gis/locale/lb/LC_MESSAGES/django.mo,sha256=XAyZQUi8jDr47VpSAHp_8nQb0KvSMJHo5THojsToFdk,474 +django/contrib/gis/locale/lb/LC_MESSAGES/django.po,sha256=5rfudPpH4snSq2iVm9E81EBwM0S2vbkY2WBGhpuga1Q,1482 +django/contrib/gis/locale/lt/LC_MESSAGES/django.mo,sha256=AD69M-SBrmQ5qaFKXX6FYOOXLfhuWlQdOYcMlV0UClo,2036 +django/contrib/gis/locale/lt/LC_MESSAGES/django.po,sha256=1yXUj9Hf4D2iyl97HoRuJLkfnR7Z-WmOoIJil98Cy-M,2366 +django/contrib/gis/locale/lv/LC_MESSAGES/django.mo,sha256=8xCXt_MpO_gGyHVT23O5YklfI95WVcuaCg4A_gsKYcc,1969 +django/contrib/gis/locale/lv/LC_MESSAGES/django.po,sha256=OKg4PFO2843D4yTkmqCY9VdndBAvrndP12ZRGTtl6wE,2234 +django/contrib/gis/locale/mk/LC_MESSAGES/django.mo,sha256=fLSXxmJFE9kYsKMiwWAXS-9TweB_yuWzAjR-y0eysvI,2518 +django/contrib/gis/locale/mk/LC_MESSAGES/django.po,sha256=P2IKvpaMOj5UvJX_Lz-PE0-1D7Kt_fYM5Amm3d5g6t4,2918 +django/contrib/gis/locale/ml/LC_MESSAGES/django.mo,sha256=Kl9okrE3AzTPa5WQ-IGxYVNSRo2y_VEdgDcOyJ_Je78,2049 +django/contrib/gis/locale/ml/LC_MESSAGES/django.po,sha256=PWg8atPKfOsnVxg_uro8zYO9KCE1UVhfy_zmCWG0Bdk,2603 +django/contrib/gis/locale/mn/LC_MESSAGES/django.mo,sha256=DlGtHJJMKLVntNdaPBXZw9ApM_SjUYEYAgE9DpZv33w,2323 +django/contrib/gis/locale/mn/LC_MESSAGES/django.po,sha256=z9E7N3TXiMCd2FCunpMjS55-uamM_G4iQpI1MoTDSVY,2766 +django/contrib/gis/locale/mr/LC_MESSAGES/django.mo,sha256=3be2jV7c3MBww-fNMk8A9l9hWDwR4pgSmfztJj6cio0,510 +django/contrib/gis/locale/mr/LC_MESSAGES/django.po,sha256=dKaMdzicJqGwxA5VF1GeM3wGUQOtsnWCeHoGGcjFy-o,1530 +django/contrib/gis/locale/ms/LC_MESSAGES/django.mo,sha256=5_xS-XXVyw0cxvDzUIus5JImr0dkcswait04e7TrUtY,1828 +django/contrib/gis/locale/ms/LC_MESSAGES/django.po,sha256=I8rMkUEfsbjf-dWUuXyhYwCXhyX8AS3jjOKinAh7q2Q,1956 +django/contrib/gis/locale/my/LC_MESSAGES/django.mo,sha256=e6G8VbCCthUjV6tV6PRCy_ZzsXyZ-1OYjbYZIEShbXI,525 +django/contrib/gis/locale/my/LC_MESSAGES/django.po,sha256=R3v1S-904f8FWSVGHe822sWrOJI6cNJIk93-K7_E_1c,1580 +django/contrib/gis/locale/nb/LC_MESSAGES/django.mo,sha256=mx9uGqo5w_uRBWHswuEKoI-U-RX_Xvx_qck5ForI63Y,1808 +django/contrib/gis/locale/nb/LC_MESSAGES/django.po,sha256=LVjQsJxXdDBuKS5D7BEJ10C9OE8x3g0f9ewgjoG6fbY,2039 +django/contrib/gis/locale/ne/LC_MESSAGES/django.mo,sha256=nB-Ta8w57S6hIAhAdWZjDT0Dg6JYGbAt5FofIhJT7k8,982 +django/contrib/gis/locale/ne/LC_MESSAGES/django.po,sha256=eMH6uKZZZYn-P3kmHumiO4z9M4923s9tWGhHuJ0eWuI,1825 +django/contrib/gis/locale/nl/LC_MESSAGES/django.mo,sha256=ScPsjM7aMa8PwcbxliFgqfS7_WyOuTGmODGAZY85UM4,1897 +django/contrib/gis/locale/nl/LC_MESSAGES/django.po,sha256=zoUzuPhO4XGlrhmRluXNRMpjD7lEIjAW8TufBqAOO4o,2408 +django/contrib/gis/locale/nn/LC_MESSAGES/django.mo,sha256=P1RU0OICBDeHHtX6rCSB4xXgS4Qn97LqoxJ8phgiMDs,1830 +django/contrib/gis/locale/nn/LC_MESSAGES/django.po,sha256=-mkHmKp3b76uZlFOG3lFLp2nEFtBRV_4ThDPQmUWtX4,2027 +django/contrib/gis/locale/os/LC_MESSAGES/django.mo,sha256=02NpGC8WPjxmPqQkfv9Kj2JbtECdQCtgecf_Tjk1CZc,1594 +django/contrib/gis/locale/os/LC_MESSAGES/django.po,sha256=JBIsv5nJg3Wof7Xy7odCI_xKRBLN_Hlbb__kNqNW4Xw,2161 +django/contrib/gis/locale/pa/LC_MESSAGES/django.mo,sha256=JR1NxG5_h_dFE_7p6trBWWIx-QqWYIgfGomnjaCsWAA,1265 +django/contrib/gis/locale/pa/LC_MESSAGES/django.po,sha256=Ejd_8dq_M0E9XFijk0qj4oC-8_oe48GWWHXhvOrFlnY,1993 +django/contrib/gis/locale/pl/LC_MESSAGES/django.mo,sha256=KHar168QJ7Mj0419885rkyRXvWXkICAi0hUbb8KssY8,2045 +django/contrib/gis/locale/pl/LC_MESSAGES/django.po,sha256=cfeYjcF9R8VKujBMGLx_1z9zDY19DPCjUw5FpHuBIqs,2487 +django/contrib/gis/locale/pt/LC_MESSAGES/django.mo,sha256=jVbgYlgnF_YezBej_ya-8lDw-_x-NBP9qMj5j3DtTP4,1979 +django/contrib/gis/locale/pt/LC_MESSAGES/django.po,sha256=wutrlVt4YybpkxddqfnmuHCOhvjIGJMkB9hXYdBkayY,2483 +django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo,sha256=5HGIao480s3B6kXtSmdy1AYjGUZqbYuZ9Eapho_jkTk,1976 +django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po,sha256=4-2WPZT15YZPyYbH7xnBRc7A8675875kVFjM9tr1o5U,2333 +django/contrib/gis/locale/ro/LC_MESSAGES/django.mo,sha256=jncf415WRI-GaemNGtbXITeYpx2zbokFNfQkONIOSO4,1770 +django/contrib/gis/locale/ro/LC_MESSAGES/django.po,sha256=5Xb2c11mwOdsd1D8SZC5u6nsuNjWEtdT1hslrQBfxP0,2181 +django/contrib/gis/locale/ru/LC_MESSAGES/django.mo,sha256=j9DEE5SVvEXWBj_PtR9_1IsaE-YCq4iOBcaiyHHqOEo,2481 +django/contrib/gis/locale/ru/LC_MESSAGES/django.po,sha256=fgj-PmNJ88IsjUUq7x9W6KSwXWdmnEq1PBlWsLFhzwE,2835 +django/contrib/gis/locale/sk/LC_MESSAGES/django.mo,sha256=FQy4gMIxrXNm42pvJ61q4ZfG0Ce98gv78b2I0vYN2CY,1980 +django/contrib/gis/locale/sk/LC_MESSAGES/django.po,sha256=z7uy3S2VXGZKMfgFLISYUPUb-zyEYXqlDgL_ODmb_4w,2315 +django/contrib/gis/locale/sl/LC_MESSAGES/django.mo,sha256=Ha88TShV2Bt_Jmvlkkc81CUkuV2iKfhGjzpD7KLMhv8,1972 +django/contrib/gis/locale/sl/LC_MESSAGES/django.po,sha256=B81yHSMjOYevk35kC4JEi4Ua3axjadkFW8aRuMnj6P0,2319 +django/contrib/gis/locale/sq/LC_MESSAGES/django.mo,sha256=XPieM0pMyhrgOs-c3shBBiEfFLCrN__Kumyb7PK25-c,1835 +django/contrib/gis/locale/sq/LC_MESSAGES/django.po,sha256=l06nidL-0TDjjesqW-Q_dxMBQOfGRSyCj-fdhBURFs4,2172 +django/contrib/gis/locale/sr/LC_MESSAGES/django.mo,sha256=bM996RqI1wt4qHsUaGXoEO3fnaSZdjVD2TvUFDp5dVk,2365 +django/contrib/gis/locale/sr/LC_MESSAGES/django.po,sha256=hunakYgljjOiiYF98ZzFzIHTkIAGQM_IJLiLfmlR86Q,2628 +django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=kniIObavM7XKqD5vcglrbcD8jqANKg7hN6AP4cIVAI0,1981 +django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po,sha256=A2NsZJvk2Cckg8OS3yW_T11Tcv5-zgGEHcDRJpvE8Zg,2206 +django/contrib/gis/locale/sv/LC_MESSAGES/django.mo,sha256=CowUAoL4t4np5cBndBNM-a4Wu5oD899nVfifMOLz6xQ,1880 +django/contrib/gis/locale/sv/LC_MESSAGES/django.po,sha256=Xyzc8X3vwQ3wWfS4_5mpwFXPPAeCx4mODYFq3Kba04g,2252 +django/contrib/gis/locale/sw/LC_MESSAGES/django.mo,sha256=uBhpGHluGwYpODTE-xhdJD2e6PHleN07wLE-kjrXr_M,1426 +django/contrib/gis/locale/sw/LC_MESSAGES/django.po,sha256=nHXQQMYYXT1ec3lIBxQIDIAwLtXucX47M4Cozy08kko,1889 +django/contrib/gis/locale/ta/LC_MESSAGES/django.mo,sha256=Rboo36cGKwTebe_MiW4bOiMsRO2isB0EAyJJcoy_F6s,466 +django/contrib/gis/locale/ta/LC_MESSAGES/django.po,sha256=sLYW8_5BSVoSLWUr13BbKRe0hNJ_cBMEtmjCPBdTlAk,1474 +django/contrib/gis/locale/te/LC_MESSAGES/django.mo,sha256=xDkaSztnzQ33Oc-GxHoSuutSIwK9A5Bg3qXEdEvo4h4,824 +django/contrib/gis/locale/te/LC_MESSAGES/django.po,sha256=nYryhktJumcwtZDGZ43xBxWljvdd-cUeBrAYFZOryVg,1772 +django/contrib/gis/locale/tg/LC_MESSAGES/django.mo,sha256=6Jyeaq1ORsnE7Ceh_rrhbfslFskGe12Ar-dQl6NFyt0,611 +django/contrib/gis/locale/tg/LC_MESSAGES/django.po,sha256=9c1zPt7kz1OaRJPPLdqjQqO8MT99KtS9prUvoPa9qJk,1635 +django/contrib/gis/locale/th/LC_MESSAGES/django.mo,sha256=0kekAr7eXc_papwPAxEZ3TxHOBg6EPzdR3q4hmAxOjg,1835 +django/contrib/gis/locale/th/LC_MESSAGES/django.po,sha256=WJPdoZjLfvepGGMhfBB1EHCpxtxxfv80lRjPG9kGErM,2433 +django/contrib/gis/locale/tr/LC_MESSAGES/django.mo,sha256=5EKMteFT0WXGacwXnRt5Eak00kbtYmqskkuCg2rGvyc,1904 +django/contrib/gis/locale/tr/LC_MESSAGES/django.po,sha256=DSIty_3V3G_Pv498EU3H60-5jS0b1S5tPwR_fkwpq98,2180 +django/contrib/gis/locale/tt/LC_MESSAGES/django.mo,sha256=cGVPrWCe4WquVV77CacaJwgLSnJN0oEAepTzNMD-OWk,1470 +django/contrib/gis/locale/tt/LC_MESSAGES/django.po,sha256=98yeRs-JcMGTyizOpEuQenlnWJMYTR1-rG3HGhKCykk,2072 +django/contrib/gis/locale/udm/LC_MESSAGES/django.mo,sha256=I6bfLvRfMn79DO6bVIGfYSVeZY54N6c8BNO7OyyOOsw,462 +django/contrib/gis/locale/udm/LC_MESSAGES/django.po,sha256=B1PCuPYtNOrrhu4fKKJgkqxUrcEyifS2Y3kw-iTmSIk,1470 +django/contrib/gis/locale/ug/LC_MESSAGES/django.mo,sha256=cKr7ETLbYR1nMm2iJsQwZYKz8U5aP2CX5RdhbKW2gh4,2360 +django/contrib/gis/locale/ug/LC_MESSAGES/django.po,sha256=d1P7kH2ETJ9n34d9ALE0tHWw_1_fq7fuiLBNK2IlM10,2529 +django/contrib/gis/locale/uk/LC_MESSAGES/django.mo,sha256=jsJMgEt6VXoSjksQGngxaywARUsk5tiIKJfUw9kgEBw,2513 +django/contrib/gis/locale/uk/LC_MESSAGES/django.po,sha256=NNAUWdHmhsWtrPIgddjT03k4IeJUlUCYM7n78DisFQw,3015 +django/contrib/gis/locale/ur/LC_MESSAGES/django.mo,sha256=tB5tz7EscuE9IksBofNuyFjk89-h5X7sJhCKlIho5SY,1410 +django/contrib/gis/locale/ur/LC_MESSAGES/django.po,sha256=16m0t10Syv76UcI7y-EXfQHETePmrWX4QMVfyeuX1fQ,2007 +django/contrib/gis/locale/vi/LC_MESSAGES/django.mo,sha256=NT5T0FRCC2XINdtaCFCVUxb5VRv8ta62nE8wwSHGTrc,1384 +django/contrib/gis/locale/vi/LC_MESSAGES/django.po,sha256=y77GtqH5bv1wR78xN5JLHusmQzoENTH9kLf9Y3xz5xk,1957 +django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=NvNiRwwuqrmOWqiiuYhoxTs3CXb9Zq0-R_2YVhY6n34,1760 +django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po,sha256=jXKQKr3GOjL5LJ7Mv1O3zpn2hr_sA_31ote8Pzk9tOU,2232 +django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=jbNgO-5ICEWlqu5BaaKrPQ5XIC1CDzpYbbXA6_Xo-D0,1811 +django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po,sha256=h72hJ3socDnGCoPHREClni4DxDS0B-n-8EGAADlnmK4,2139 +django/contrib/gis/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/management/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/management/commands/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/management/commands/__pycache__/inspectdb.cpython-312.pyc,, +django/contrib/gis/management/commands/__pycache__/ogrinspect.cpython-312.pyc,, +django/contrib/gis/management/commands/inspectdb.py,sha256=8WhDOBICFAbLFu7kwAAS4I5pNs_p1BrCv8GJYI3S49k,760 +django/contrib/gis/management/commands/ogrinspect.py,sha256=XnWAbLxRxTSvbKSvjgePN7D1o_Ep4qWkvMwVrG1TpYY,6071 +django/contrib/gis/measure.py,sha256=3Kwchst6tJFwK9tMQb5oD6_eUVNnSMyKruOEDuxT7Rc,12573 +django/contrib/gis/ptr.py,sha256=NeIBB-plwO61wGOOxGg7fFyVXI4a5vbAGUdaJ_Fmjqo,1312 +django/contrib/gis/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/serializers/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/serializers/__pycache__/geojson.cpython-312.pyc,, +django/contrib/gis/serializers/geojson.py,sha256=YS0GTom8Y7TI4DsORKqpm4X080pyO2-XBnO4FXdZTvE,2876 +django/contrib/gis/shortcuts.py,sha256=aa9zFjVU38qaEvRc0vAH_j2AgAERlI01rphYLHbc7Tg,1027 +django/contrib/gis/sitemaps/__init__.py,sha256=Tjj057omOVcoC5Fb8ITEYVhLm0HcVjrZ1Mbz_tKoD1A,138 +django/contrib/gis/sitemaps/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/sitemaps/__pycache__/kml.cpython-312.pyc,, +django/contrib/gis/sitemaps/__pycache__/views.cpython-312.pyc,, +django/contrib/gis/sitemaps/kml.py,sha256=CUn_KKVrwGg2ZmmDcWosBc0QFuJp8hHpeNRCcloVk1U,2573 +django/contrib/gis/sitemaps/views.py,sha256=AFV1ay-oFftFC-IszzeKz3JAGzE0TOCH8pN1cwtg7yI,2353 +django/contrib/gis/static/gis/css/ol3.css,sha256=DmCfOuPC1wUs0kioWxIpSausvF6AYUlURbJLNGyvngA,773 +django/contrib/gis/static/gis/img/draw_line_off.svg,sha256=6XW83xsR5-Guh27UH3y5UFn9y9FB9T_Zc4kSPA-xSOI,918 +django/contrib/gis/static/gis/img/draw_line_on.svg,sha256=Hx-pXu4ped11esG6YjXP1GfZC5q84zrFQDPUo1C7FGA,892 +django/contrib/gis/static/gis/img/draw_point_off.svg,sha256=PICrywZPwuBkaQAKxR9nBJ0AlfTzPHtVn_up_rSiHH4,803 +django/contrib/gis/static/gis/img/draw_point_on.svg,sha256=raGk3oc8w87rJfLdtZ4nIXJyU3OChCcTd4oH-XAMmmM,803 +django/contrib/gis/static/gis/img/draw_polygon_off.svg,sha256=gnVmjeZE2jOvjfyx7mhazMDBXJ6KtSDrV9f0nSzkv3A,981 +django/contrib/gis/static/gis/img/draw_polygon_on.svg,sha256=ybJ9Ww7-bsojKQJtjErLd2cCOgrIzyqgIR9QNhH_ZfA,982 +django/contrib/gis/static/gis/js/OLMapWidget.js,sha256=JdZJtX4EP_pphsjxs7EnZdfHGM1s5Zsn1MQ38JDU0JQ,9019 +django/contrib/gis/templates/gis/kml/base.kml,sha256=VYnJaGgFVHRzDjiFjbcgI-jxlUos4B4Z1hx_JeI2ZXU,219 +django/contrib/gis/templates/gis/kml/placemarks.kml,sha256=TEC81sDL9RK2FVeH0aFJTwIzs6_YWcMeGnHkACJV1Uc,360 +django/contrib/gis/templates/gis/openlayers-osm.html,sha256=TeiUqCjt73W8Hgrp_6zAtk_ZMBxskNN6KHSmnJ1-GD4,378 +django/contrib/gis/templates/gis/openlayers.html,sha256=J9e_MAMgfMR8NFH9bhQ_ZDIsjKCiCfRRp0__bKK6TK4,1418 +django/contrib/gis/utils/__init__.py,sha256=GXqrxwX_3jnbhdt9DX2chGJdeoLFBGwr8GzkJBU-RFQ,682 +django/contrib/gis/utils/__pycache__/__init__.cpython-312.pyc,, +django/contrib/gis/utils/__pycache__/layermapping.cpython-312.pyc,, +django/contrib/gis/utils/__pycache__/ogrinfo.cpython-312.pyc,, +django/contrib/gis/utils/__pycache__/ogrinspect.cpython-312.pyc,, +django/contrib/gis/utils/__pycache__/srs.cpython-312.pyc,, +django/contrib/gis/utils/layermapping.py,sha256=HTHrMmWVnp5Sxs95pq_j7kyFUGNKrEbsJWzD3etYdGc,29039 +django/contrib/gis/utils/ogrinfo.py,sha256=6m3KaRzLoZtQ0OSrpRkaFIQXi9YOXTkQcYeqYb0S0nw,1956 +django/contrib/gis/utils/ogrinspect.py,sha256=f31eRqR5ybC-QR2mOjNWszYDANCWdEEgyqeIcvBAC4g,9170 +django/contrib/gis/utils/srs.py,sha256=UXsbxW0cQzdnPKO0d9E5K2HPdekdab5NaLZWNOUq-zk,2962 +django/contrib/gis/views.py,sha256=zdCV8QfUVfxEFGxESsUtCicsbSVtZNI_IXybdmsHKiM,714 +django/contrib/humanize/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/humanize/__pycache__/__init__.cpython-312.pyc,, +django/contrib/humanize/__pycache__/apps.cpython-312.pyc,, +django/contrib/humanize/apps.py,sha256=LH3PTbB4V1gbBc8nmCw3BsSuA8La0fNOb4cSISvJAwI,194 +django/contrib/humanize/locale/af/LC_MESSAGES/django.mo,sha256=yFvTzvROTnoZF4ZPAs3z9ireOuOf5gTfECEUdGa4EkM,4224 +django/contrib/humanize/locale/af/LC_MESSAGES/django.po,sha256=m8GF4T4HY4aGsfadUdu04yc7cq9Sm-K5LM-OFjTrq5Y,7541 +django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo,sha256=PokPfBR8w4AbRtNNabl5vO8r5E8_egHvFBjKp4CCvO4,7510 +django/contrib/humanize/locale/ar/LC_MESSAGES/django.po,sha256=QGW-kx-87DlPMGr5l_Eb6Ge-x4tkz2PuwHDe3EIkIQg,12326 +django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=NwCrL5FX_xdxYdqkW_S8tmU8ktDM8LqimmUvkt8me74,9155 +django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.po,sha256=tt0AxhohGX79OQ_lX1S5soIo-iSCC07SdAhPpy0O7Q4,15234 +django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo,sha256=WvBk8V6g1vgzGqZ_rR-4p7SMh43PFnDnRhIS9HSwdoQ,3468 +django/contrib/humanize/locale/ast/LC_MESSAGES/django.po,sha256=S9lcUf2y5wR8Ufa-Rlz-M73Z3bMo7zji_63cXwtDK2I,5762 +django/contrib/humanize/locale/az/LC_MESSAGES/django.mo,sha256=ukqeNWHDFXv3XhvfpX8ZU6sb-CrUIx_ks_gwNNWfiFw,4311 +django/contrib/humanize/locale/az/LC_MESSAGES/django.po,sha256=RLGjARRoX9wwBS8Y4EBiC_0iWig93qKaWel4sLOqLhM,7765 +django/contrib/humanize/locale/be/LC_MESSAGES/django.mo,sha256=7KyJKhNqMqv32CPdJi01RPLBefOVCQW-Gx6-Vf9JVrs,6653 +django/contrib/humanize/locale/be/LC_MESSAGES/django.po,sha256=2mbReEHyXhmZysqhSmaT6A2XCHn8mYb2R_O16TMGCAo,10666 +django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo,sha256=jCdDIbqWlhOs-4gML44wSRIXJQxypfak6ByRG_reMsk,4823 +django/contrib/humanize/locale/bg/LC_MESSAGES/django.po,sha256=v2ih4-pL1cdDXaa3uXm9FxRjRKyULLGyz78Q91eKEG8,8267 +django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo,sha256=jbL4ucZxxtexI10jgldtgnDie3I23XR3u-PrMMMqP6U,4026 +django/contrib/humanize/locale/bn/LC_MESSAGES/django.po,sha256=0l4yyy7q3OIWyFk_PW0y883Vw2Pmu48UcnLM9OBxB68,6545 +django/contrib/humanize/locale/br/LC_MESSAGES/django.mo,sha256=V_tPVAyQzVdDwWPNlVGWmlVJjmVZfbh35alkwsFlCNU,5850 +django/contrib/humanize/locale/br/LC_MESSAGES/django.po,sha256=BcAqEV2JpF0hiCQDttIMblp9xbB7zoHsmj7fJFV632k,12245 +django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo,sha256=1-RNRHPgZR_9UyiEn9Djp4mggP3fywKZho45E1nGMjM,1416 +django/contrib/humanize/locale/bs/LC_MESSAGES/django.po,sha256=M017Iu3hyXmINZkhCmn2he-FB8rQ7rXN0KRkWgrp7LI,5498 +django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo,sha256=WDvXis2Y1ivSq6NdJgddO_WKbz8w5MpVpkT4sq-pWXI,4270 +django/contrib/humanize/locale/ca/LC_MESSAGES/django.po,sha256=AD3h2guGADdp1f9EcbP1vc1lmfDOL8-1qQfwvXa6I04,7731 +django/contrib/humanize/locale/ckb/LC_MESSAGES/django.mo,sha256=Mqv3kRZrOjWtTstmtOEqIJsi3vevf_hZUfYEetGxO7w,5021 +django/contrib/humanize/locale/ckb/LC_MESSAGES/django.po,sha256=q_7p7pEyV_NTw9eBvcztKlSFW7ykl0CIsNnA9g5oy20,8317 +django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo,sha256=VFyZcn19aQUXhVyh2zo2g3PAuzOO38Kx9fMFOCCxzMc,5479 +django/contrib/humanize/locale/cs/LC_MESSAGES/django.po,sha256=mq3LagwA9hyWOGy76M9n_rD4p3wuVk6oQsneB9CF99w,9527 +django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo,sha256=VjJiaUUhvX9tjOEe6x2Bdp7scvZirVcUsA4-iE2-ElQ,5241 +django/contrib/humanize/locale/cy/LC_MESSAGES/django.po,sha256=sylmceSq-NPvtr_FjklQXoBAfueKu7hrjEpMAsVbQC4,7813 +django/contrib/humanize/locale/da/LC_MESSAGES/django.mo,sha256=vfDHopmWFAomwqmmCX3wfmX870-zzVbgUFC6I77n9tE,4316 +django/contrib/humanize/locale/da/LC_MESSAGES/django.po,sha256=v7Al6UOkbYB1p7m8kOe-pPRIAoyWemoyg_Pm9bD5Ldc,7762 +django/contrib/humanize/locale/de/LC_MESSAGES/django.mo,sha256=aOUax9csInbXnjAJc3jq4dcW_9H-6ueVI-TtKz2b9q0,4364 +django/contrib/humanize/locale/de/LC_MESSAGES/django.po,sha256=gW3OfOfoVMvpVudwghKCYztkLrCIPbbcriZjBNnRyGo,7753 +django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo,sha256=OVKcuW9ZXosNvP_3A98WsIIk_Jl6U_kv3zOx4pvwh-g,5588 +django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po,sha256=VimcsmobK3VXTbbTasg6osWDPOIZ555uimbUoUfNco4,9557 +django/contrib/humanize/locale/el/LC_MESSAGES/django.mo,sha256=o-yjhpzyGRbbdMzwUcG_dBP_FMEMZevm7Wz1p4Wd-pg,6740 +django/contrib/humanize/locale/el/LC_MESSAGES/django.po,sha256=UbD5QEw_-JNoNETaOyDfSReirkRsHnlHeSsZF5hOSkI,10658 +django/contrib/humanize/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/humanize/locale/en/LC_MESSAGES/django.po,sha256=PKUuSyK8VzVdyyCpOXAffSBK7mFSiGuumzMmttS5yfM,9057 +django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo,sha256=QFf4EgAsGprbFetnwogmj8vDV7SfGq1E3vhL9D8xTTM,918 +django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po,sha256=Bnfesr1_T9sa31qkKOMunwKKXbnFzZJhzV8rYC_pdSE,6532 +django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo,sha256=mkx192XQM3tt1xYG8EOacMfa-BvgzYCbSsJQsWZGeAo,3461 +django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po,sha256=MArKzXxY1104jxaq3kvDZs2WzOGYxicfJxFKsLzFavw,5801 +django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo,sha256=b47HphXBi0cax_reCZiD3xIedavRHcH2iRG8pcwqb54,5386 +django/contrib/humanize/locale/eo/LC_MESSAGES/django.po,sha256=oN1YqOZgxKY3L1a1liluhM6X5YA5bawg91mHF_Vfqx8,9095 +django/contrib/humanize/locale/es/LC_MESSAGES/django.mo,sha256=z5ZCmAG4jGYleEE6pESMXihlESRQPkTEo2vIedXdjjI,5005 +django/contrib/humanize/locale/es/LC_MESSAGES/django.po,sha256=WwykwsBM_Q_xtA2vllIbcFSO7eUB72r56AG4ITwM5VM,8959 +django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo,sha256=-btiXH3B5M1qkAsW9D5I742Gt9GcJs5VC8ZhJ_DKkGY,4425 +django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po,sha256=UsiuRj-eq-Vl41wNZGw9XijCMEmcXhcGrMTPWgZn4LA,7858 +django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo,sha256=2GhQNtNOjK5mTov5RvnuJFTYbdoGBkDGLxzvJ8Vsrfs,4203 +django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po,sha256=JBf2fHO8jWi6dFdgZhstKXwyot_qT3iJBixQZc3l330,6326 +django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo,sha256=82DL2ztdq10X5RIceshK1nO99DW5628ZIjaN8Xzp9ok,3939 +django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po,sha256=-O7AQluA5Kce9-bd04GN4tfQKoCxb8Sa7EZR6TZBCdM,6032 +django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo,sha256=cJECzKpD99RRIpVFKQW65x0Nvpzrm5Fuhfi-nxOWmkM,942 +django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po,sha256=tDdYtvRILgeDMgZqKHSebe7Z5ZgI1bZhDdvGVtj_anM,4832 +django/contrib/humanize/locale/et/LC_MESSAGES/django.mo,sha256=_vLDxD-e-pBY7vs6gNkhFZNGYu_dAeETVMKGsjjWOHg,4406 +django/contrib/humanize/locale/et/LC_MESSAGES/django.po,sha256=u0tSkVYckwXUv1tVfe1ODdZ8tJ2wUkS0Vv8pakJ8eBM,7915 +django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo,sha256=rz3Lz209GneozN4v_19qTGysOL55x7jK2uoB2YsKSMQ,4315 +django/contrib/humanize/locale/eu/LC_MESSAGES/django.po,sha256=lWOx7rpaj2U7czrZmdxVo3kB2aGt-2GDyWO0NLvP-A0,7760 +django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo,sha256=N32l1DsPALoSGe9GtJ5baIo0XUDm8U09JhcHr0lXtw4,4656 +django/contrib/humanize/locale/fa/LC_MESSAGES/django.po,sha256=YsYRnmvABepSAOgEj6dRvdY_jYZqJb0_dbQ_6daiJAQ,8228 +django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo,sha256=FJfyLFkz-oAz9e15e1aQUct7CJ2EJqSkZKh_ztDxtic,4425 +django/contrib/humanize/locale/fi/LC_MESSAGES/django.po,sha256=j5Z5t9zX1kePdM_Es1hu9AKOpOrijVWTsS2t19CIiaE,7807 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo,sha256=pHHD7DV36bC86CKXWUpWUp3NtKuqWu9_YXU04sE6ib4,5125 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.po,sha256=SyN1vUt8zDG-iSTDR4OH1B_CbvKMM2YaMJ2_s-FEyog,8812 +django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/humanize/locale/fy/LC_MESSAGES/django.po,sha256=pPvcGgBWiZwQ5yh30OlYs-YZUd_XsFro71T9wErVv0M,4732 +django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo,sha256=8V-8BJdubpBPT_AMHHdifgPangJw_TY3WtSQxaGNCGw,6346 +django/contrib/humanize/locale/ga/LC_MESSAGES/django.po,sha256=Y_6wRPWasABq-6B3WjzEObSk860fExiQ_OVbh8i1j44,10784 +django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo,sha256=wHsBVluXm4DW7iWxGHMHexqG9ovXEvgcaXvsmvkNHSE,5838 +django/contrib/humanize/locale/gd/LC_MESSAGES/django.po,sha256=CmmpKK7me-Ujitgx2IVkOcJyZOvie6XEBS7wCY4xZQ0,9802 +django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo,sha256=TB4nkaMKK95XdNIRUmHvWTSL7dOOHpn7QWb6sHcmiw8,4350 +django/contrib/humanize/locale/gl/LC_MESSAGES/django.po,sha256=oCSjejViYeg5CjVarZsOpVhmYTbjE9bZ8SqvKu3MDOY,7782 +django/contrib/humanize/locale/he/LC_MESSAGES/django.mo,sha256=phFZMDohKT86DUtiAlnZslPFwSmpcpxTgZaXb8pGohc,5875 +django/contrib/humanize/locale/he/LC_MESSAGES/django.po,sha256=xhEZYcK-fg_mHMyGCEZXEwbd6FvutaGvkDyHTET-sic,9970 +django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo,sha256=qrzm-6vXIUsxA7nOxa-210-6iO-3BPBj67vKfhTOPrY,4131 +django/contrib/humanize/locale/hi/LC_MESSAGES/django.po,sha256=BrypbKaQGOyY_Gl1-aHXiBVlRqrbSjGfZ2OK8omj_9M,6527 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo,sha256=29XTvFJHex31hbu2qsOfl5kOusz-zls9eqlxtvw_H0s,1274 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.po,sha256=OuEH4fJE6Fk-s0BMqoxxdlUAtndvvKK7N8Iy-9BP3qA,5424 +django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo,sha256=a1DqdiuRfFSfSrD8IvzQmZdzE0dhkxDChFddrmt3fjA,5679 +django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po,sha256=V5aRblcqKii4RXSQO87lyoQwwvxL59T3m4-KOBTx4bc,9648 +django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo,sha256=7ZMxGa5FaUdjRtbawYzwwhWIroON8NNXknQ3frKUabw,4313 +django/contrib/humanize/locale/hu/LC_MESSAGES/django.po,sha256=5yWfXwvJQQuDoENkiytuKXFjsNW-lS2-EFThVnYWHbI,7672 +django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo,sha256=YN4XSM-NGXNJb2R0SMwC8Zk6r7F6LOfFvRgvc4fUNCM,3810 +django/contrib/humanize/locale/hy/LC_MESSAGES/django.po,sha256=JZZibNtKEOepsf5xf495lmCBk8jji5RUJETZlQpxrMo,7597 +django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo,sha256=d0m-FddFnKp08fQYQSC9Wr6M4THVU7ibt3zkIpx_Y_A,4167 +django/contrib/humanize/locale/ia/LC_MESSAGES/django.po,sha256=qX6fAZyn54hmtTU62oJcHF8p4QcYnoO2ZNczVjvjOeE,6067 +django/contrib/humanize/locale/id/LC_MESSAGES/django.mo,sha256=AdUmhfkQOV9Le4jXQyQSyd5f2GqwNt-oqnJV-WVELVw,3885 +django/contrib/humanize/locale/id/LC_MESSAGES/django.po,sha256=lMnTtM27j1EWg1i9d7NzAeueo7mRztGVfNOXtXdZVjw,7021 +django/contrib/humanize/locale/io/LC_MESSAGES/django.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464 +django/contrib/humanize/locale/io/LC_MESSAGES/django.po,sha256=RUs8JkpT0toKOLwdv1oCbcBP298EOk02dkdNSJiC-_A,4720 +django/contrib/humanize/locale/is/LC_MESSAGES/django.mo,sha256=D6ElUYj8rODRsZwlJlH0QyBSM44sVmuBCNoEkwPVxko,3805 +django/contrib/humanize/locale/is/LC_MESSAGES/django.po,sha256=1VddvtkhsK_5wmpYIqEFqFOo-NxIBnL9wwW74Tw9pbw,8863 +django/contrib/humanize/locale/it/LC_MESSAGES/django.mo,sha256=Zw8reudMUlPGC3eQ-CpsGYHX-FtNrAc5SxgTdmIrUC0,5374 +django/contrib/humanize/locale/it/LC_MESSAGES/django.po,sha256=wJzT-2ygufGLMIULd7afg1sZLQKnwQ55NZ2eAnwIY8M,9420 +django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo,sha256=x8AvfUPBBJkGtE0jvAP4tLeZEByuyo2H4V_UuLoCEmw,3907 +django/contrib/humanize/locale/ja/LC_MESSAGES/django.po,sha256=G2yTPZq6DxgzPV5uJ6zvMK4o3aiuLWbl4vXPH7ylUhc,6919 +django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo,sha256=UeUbonYTkv1d2ljC0Qj8ZHw-59zHu83fuMvnME9Fkmw,4878 +django/contrib/humanize/locale/ka/LC_MESSAGES/django.po,sha256=-eAMexwjm8nSB4ARJU3f811UZnuatHKIFf8FevpJEpo,9875 +django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo,sha256=jujbUM0jOpt3Mw8zN4LSIIkxCJ0ihk_24vR0bXoux78,2113 +django/contrib/humanize/locale/kk/LC_MESSAGES/django.po,sha256=hjZg_NRE9xMA5uEa2mVSv1Hr4rv8inG9es1Yq7uy9Zc,8283 +django/contrib/humanize/locale/km/LC_MESSAGES/django.mo,sha256=mfXs9p8VokORs6JqIfaSSnQshZEhS90rRFhOIHjW7CI,459 +django/contrib/humanize/locale/km/LC_MESSAGES/django.po,sha256=JQBEHtcy-hrV_GVWIjvUJyOf3dZ5jUzzN8DUTAbHKUg,4351 +django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo,sha256=Oq3DIPjgCqkn8VZMb6ael7T8fQ7LnWobPPAZKQSFHl4,461 +django/contrib/humanize/locale/kn/LC_MESSAGES/django.po,sha256=CAJ0etMlQF3voPYrxIRr5ChAwUYO7wI42n5kjpIEVjA,4359 +django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo,sha256=mWmQEoe0MNVn3sNqsz6CBc826x3KIpOL53ziv6Ekf7c,3891 +django/contrib/humanize/locale/ko/LC_MESSAGES/django.po,sha256=UUxIUYM332DOZinJrqOUtQvHfCCHkodFhENDVWj3dpk,7003 +django/contrib/humanize/locale/ky/LC_MESSAGES/django.mo,sha256=jDu1bVgJMDpaZ0tw9-wdkorvZxDdRzcuzdeC_Ot7rUs,4177 +django/contrib/humanize/locale/ky/LC_MESSAGES/django.po,sha256=MEHbKMLIiFEG7BlxsNVF60viXSnlk5iqlFCH3hgamH0,7157 +django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/humanize/locale/lb/LC_MESSAGES/django.po,sha256=_y0QFS5Kzx6uhwOnzmoHtCrbufMrhaTLsHD0LfMqtcM,4730 +django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo,sha256=O0C-tPhxWNW5J4tCMlB7c7shVjNO6dmTURtIpTVO9uc,7333 +django/contrib/humanize/locale/lt/LC_MESSAGES/django.po,sha256=M5LlRxC1KWh1-3fwS93UqTijFuyRENmQJXfpxySSKik,12086 +django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo,sha256=O_tEmkDtPQeVaIoW5ogfUPvRUQCblwfMY9SqRJm13rE,5029 +django/contrib/humanize/locale/lv/LC_MESSAGES/django.po,sha256=Hj6LObvG9vz9cA7-qRhom2V_iFX2OcvmI3k7plG8kjk,8890 +django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo,sha256=htUgd6rcaeRPDf6UrEb18onz-Ayltw9LTvWRgEkXm08,4761 +django/contrib/humanize/locale/mk/LC_MESSAGES/django.po,sha256=Wl9Rt8j8WA_0jyxKCswIovSiCQD-ZWFYXbhFsCUKIWo,6665 +django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo,sha256=5As-FXkEJIYetmV9dMtzLtsRPTOm1oUgyx-oeTH_guY,4655 +django/contrib/humanize/locale/ml/LC_MESSAGES/django.po,sha256=I9_Ln0C1nSj188_Zdq9Vy6lC8aLzg_YdNc5gy9hNGjE,10065 +django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo,sha256=MSw9wpCRQAX7lLWEW-Mamk_bR5R8lE_WqcD1G2mKbxI,4863 +django/contrib/humanize/locale/mn/LC_MESSAGES/django.po,sha256=xA4gODU33-hK6BXdqUun7qfjNuv6Dzq63FPVSQImfK4,8241 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo,sha256=sJAjSaUecl5hdetpBm-rCjVrkWxNhq3IFsE1MEYmq7c,1506 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.po,sha256=lHmcv7LnyXWBdh_WRsL4GPUybIMLRlIoJlHBM3_3EWA,6693 +django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo,sha256=Bcictup-1bGKm0FIa3CeGNvrHg8VyxsqUHzWI7UMscs,3839 +django/contrib/humanize/locale/ms/LC_MESSAGES/django.po,sha256=UQEUC2iZxhtrWim96GaEK1VAKxAC0fTQIghg4Zx4R3Q,6774 +django/contrib/humanize/locale/my/LC_MESSAGES/django.mo,sha256=55CWHz34sy9k6TfOeVI9GYvE9GRa3pjSRE6DSPk9uQ8,3479 +django/contrib/humanize/locale/my/LC_MESSAGES/django.po,sha256=jCiDhSqARfqKcMLEHJd-Xe6zo3Uc9QpiCh3BbAAA5UE,5433 +django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo,sha256=957mOf_wFBOTjpcevsRz5tQ6IQ4PJnZZfJUETUgF23s,4318 +django/contrib/humanize/locale/nb/LC_MESSAGES/django.po,sha256=G_4pAxT3QZhC-wmWKIhEkFf0IRBn6gKRQZvx0spqjuk,7619 +django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo,sha256=YFT2D-yEkUdJBO2GfuUowau1OZQA5mS86CZvMzH38Rk,3590 +django/contrib/humanize/locale/ne/LC_MESSAGES/django.po,sha256=SN7yH65hthOHohnyEmQUjXusRTDRjxWJG_kuv5g2Enk,9038 +django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo,sha256=RxwgVgdHvfFirimjPrpDhzqmI1Z9soDC--raoAzgBkw,4311 +django/contrib/humanize/locale/nl/LC_MESSAGES/django.po,sha256=M7dVQho17p71Ud6imsQLGMiBisLrVNEZNP4ufpkEJnM,7872 +django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo,sha256=wyJDAGJWgvyBYZ_-UQnBQ84-Jelk5forKfk7hMFDGpQ,4336 +django/contrib/humanize/locale/nn/LC_MESSAGES/django.po,sha256=zuKg53XCX-C6Asc9M04BKZVVw1X6u5p5hvOXxc0AXnM,7651 +django/contrib/humanize/locale/os/LC_MESSAGES/django.mo,sha256=BwS3Mj7z_Fg5s7Qm-bGLVhzYLZ8nPgXoB0gXLnrMGWc,3902 +django/contrib/humanize/locale/os/LC_MESSAGES/django.po,sha256=CGrxyL5l-5HexruOc7QDyRbum7piADf-nY8zjDP9wVM,6212 +django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo,sha256=TH1GkAhaVVLk2jrcqAmdxZprWyikAX6qMP0eIlr2tWM,1569 +django/contrib/humanize/locale/pa/LC_MESSAGES/django.po,sha256=_7oP0Hn-IU7IPLv_Qxg_wstLEdhgWNBBTCWYwSycMb0,5200 +django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo,sha256=0QheMbF3Y0Q_sxZlN2wAYJRQyK3K_uq6ttVr7wCc33w,5596 +django/contrib/humanize/locale/pl/LC_MESSAGES/django.po,sha256=6wX50O68aIyKiP6CcyLMXZ3xuUnAzasFPIg_8deJQBY,9807 +django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo,sha256=dfK6kUOMLsT0VWhxqtqlE85iL8TzK-k4uZxlejuVjQw,5006 +django/contrib/humanize/locale/pt/LC_MESSAGES/django.po,sha256=QYAX1D7Rma9BCdels---awn1hRDTnVEuYfABJ1_64Ik,8788 +django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo,sha256=F5-AD4Fohf9wDyP_mqSJHvcKqIKIJsaxGuXGiHYGLHQ,5092 +django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po,sha256=O1eVw8R8hL0N_XtTp4sdZbc5MxUNdxfGPzCT3U7QcxM,9089 +django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo,sha256=vP6o72bsgKPsbKGwH0PU8Xyz9BnQ_sPWT3EANLT2wRk,6188 +django/contrib/humanize/locale/ro/LC_MESSAGES/django.po,sha256=JZiW6Y9P5JdQe4vgCvcFg35kFa8bSX0lU_2zdeudQP0,10575 +django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo,sha256=tVtMvbDmHtoXFav2cXzhHpHmT-4-593Vo7kE5sd-Agc,6733 +django/contrib/humanize/locale/ru/LC_MESSAGES/django.po,sha256=0OWESEN33yMIcRUaX_oSQUuDidhbzgKpdivwAS7kNgs,11068 +django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo,sha256=6l7T4rvVb8dPl0-6vwrq5K1QqJ06IdFKxEl4EGzN8Ns,5541 +django/contrib/humanize/locale/sk/LC_MESSAGES/django.po,sha256=Edsza_V5MJD_HadigUZWZoFLjl8556KFW9tbuHVHL3g,9657 +django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo,sha256=yonGwvQKyqpZ_NLTpynDdS6q4yg3eafL1K5MFmnGw7o,4967 +django/contrib/humanize/locale/sl/LC_MESSAGES/django.po,sha256=-nzc9Rk9f3U_Rpze_fdJrKR-_CglPJ0_GryNUDD80jI,9580 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo,sha256=j0AZBAudcMsxRAcq3MFdx2HY9aMCn6LJ7h4RR6cO__4,4355 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.po,sha256=jjC3FgmIHFHHg0MdcM4wRbNkLVMFmXEAZRS_t6JHYpQ,7763 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo,sha256=4Ec4EI_UmeBl6n8PhEikblh7YfTNIsll9s7aXUEpe7w,5723 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.po,sha256=-Ru588vD_KCkEIo7AHJPAoQ04qVXubiZQSCoBwayi9U,9373 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=JjRdhD131w1i1HKNOnvU-Op9VCEIDlgvsiXT5RkSs4U,4935 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po,sha256=Rn4v9V4Jy57rB69JyGt_QVHvvnE7-4s5KXeSRYdsGTc,11241 +django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo,sha256=7OABdxvdZvKB9j1o99UiecoTXaVGn3XmXnU5xCNov8s,4333 +django/contrib/humanize/locale/sv/LC_MESSAGES/django.po,sha256=71tFrQzwtwzYfeC2BG0v8dZNkSEMbM-tAC5_z2AElLM,7876 +django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo,sha256=cxjSUqegq1JX08xIAUgqq9ByP-HuqaXuxWM8Y2gHdB4,4146 +django/contrib/humanize/locale/sw/LC_MESSAGES/django.po,sha256=bPYrLJ2yY_lZ3y1K-RguNi-qrxq2r-GLlsz1gZcm2A8,6031 +django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo,sha256=1X2vH0iZOwM0uYX9BccJUXqK-rOuhcu5isRzMpnjh2o,466 +django/contrib/humanize/locale/ta/LC_MESSAGES/django.po,sha256=8x1lMzq2KOJveX92ADSuqNmXGIEYf7fZ1JfIJPysS04,4722 +django/contrib/humanize/locale/te/LC_MESSAGES/django.mo,sha256=iKd4dW9tan8xPxgaSoenIGp1qQpvSHHXUw45Tj2ATKQ,1327 +django/contrib/humanize/locale/te/LC_MESSAGES/django.po,sha256=FQdjWKMsiv-qehYZ4AtN9iKRf8Rifzcm5TZzMkQVfQI,5103 +django/contrib/humanize/locale/tg/LC_MESSAGES/django.mo,sha256=1Fiqat0CZSyExRXRjRCBS0AFzwy0q1Iba-2RVnrXoZQ,1580 +django/contrib/humanize/locale/tg/LC_MESSAGES/django.po,sha256=j2iczgQDbqzpthKAAlMt1Jk7gprYLqZ1Ya0ASr2SgD0,7852 +django/contrib/humanize/locale/th/LC_MESSAGES/django.mo,sha256=jT7wGhYWP9HHwOvtr2rNPStiOgZW-rGMcO36w1U8Y4c,3709 +django/contrib/humanize/locale/th/LC_MESSAGES/django.po,sha256=ZO3_wU7z0VASS5E8RSLEtmTveMDjJ0O8QTynb2-jjt0,8318 +django/contrib/humanize/locale/tk/LC_MESSAGES/django.mo,sha256=cI2Ukp5kVTsUookoxyDD9gZKdxh4YezfRWYFBL7KuRU,4419 +django/contrib/humanize/locale/tk/LC_MESSAGES/django.po,sha256=6Qaxa03R4loH0FWQ6PCytT3Yz3LZt7UGTd01WVnHOIk,7675 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo,sha256=D4ChMLE1Uz921NIF_Oe1vNkYAGfRpQuC8xANFwtlygE,4319 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.po,sha256=4PjW65seHF9SsWnLv47JhgYPt0Gvzr-7_Ejech3d3ak,7754 +django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo,sha256=z8VgtMhlfyDo7bERDfrDmcYV5aqOeBY7LDgqa5DRxDM,3243 +django/contrib/humanize/locale/tt/LC_MESSAGES/django.po,sha256=j_tRbg1hzLBFAmPQt0HoN-_WzWFtA07PloCkqhvNkcY,5201 +django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/humanize/locale/udm/LC_MESSAGES/django.po,sha256=AR55jQHmMrbA6RyHGOtqdvUtTFlxWnqvfMy8vZK25Bo,4354 +django/contrib/humanize/locale/ug/LC_MESSAGES/django.mo,sha256=_GtRGNtdwZ6lU2gZc5jN9nSDB15bLBMYdhiwHlKxOOc,4883 +django/contrib/humanize/locale/ug/LC_MESSAGES/django.po,sha256=x9DJRBObVq8C3orGfj737v2gCHcpqaWUXMEeCMkumco,8156 +django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo,sha256=wQOJu-zKyuCazul-elFLZc-iKw2Zea7TGb90OVGZYkQ,6991 +django/contrib/humanize/locale/uk/LC_MESSAGES/django.po,sha256=hxEufGt-NOgSFc5T9OzxCibcfqkhWD7zxhQljoUQssQ,11249 +django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo,sha256=MF9uX26-4FFIz-QpDUbUHUNLQ1APaMLQmISMIaPsOBE,1347 +django/contrib/humanize/locale/ur/LC_MESSAGES/django.po,sha256=D5UhcPEcQ16fsBEdkk_zmpjIF6f0gEv0P86z_pK_1eA,5015 +django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo,sha256=HDah_1qqUz5m_ABBVIEML3WMR2xyomFckX82i6b3n4k,1915 +django/contrib/humanize/locale/uz/LC_MESSAGES/django.po,sha256=Ql3GZOhuoVgS0xHEzxjyYkOWQUyi_jiizfAXBp2Y4uw,7296 +django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo,sha256=ZUK_Na0vnfdhjo0MgnBWnGFU34sxcMf_h0MeyuysKG8,3646 +django/contrib/humanize/locale/vi/LC_MESSAGES/django.po,sha256=DzRpXObt9yP5RK_slWruaIhnVI0-JXux2hn_uGsVZiE,5235 +django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=YgeAjXHMV1rXNNIrlDu_haxnKB0hxU5twJ86LMR10k8,3844 +django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po,sha256=JGfRVW_5UqwyI2mK_WRK8xDPzwBAO2q_mGsGzf89a88,7122 +django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=JQmImGUND9MONKqqLSCvvbbIT_TigIU6h-twN1qlfJc,3737 +django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po,sha256=u_JB8_pFJofUoiGtcGh1xemLouLePvHua5J_npnJ_Q8,6826 +django/contrib/humanize/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/humanize/templatetags/__pycache__/__init__.cpython-312.pyc,, +django/contrib/humanize/templatetags/__pycache__/humanize.cpython-312.pyc,, +django/contrib/humanize/templatetags/humanize.py,sha256=8akMV7BQKkleh-7LhBVsKDrs-_4_SOQNOy-k_MBURg4,12681 +django/contrib/messages/__init__.py,sha256=_5b6kMxWt0TqW5ze5vZ-iqYEQfaQiAl28x2q9KRaMz4,171 +django/contrib/messages/__pycache__/__init__.cpython-312.pyc,, +django/contrib/messages/__pycache__/api.cpython-312.pyc,, +django/contrib/messages/__pycache__/apps.cpython-312.pyc,, +django/contrib/messages/__pycache__/constants.cpython-312.pyc,, +django/contrib/messages/__pycache__/context_processors.cpython-312.pyc,, +django/contrib/messages/__pycache__/middleware.cpython-312.pyc,, +django/contrib/messages/__pycache__/test.cpython-312.pyc,, +django/contrib/messages/__pycache__/utils.cpython-312.pyc,, +django/contrib/messages/__pycache__/views.cpython-312.pyc,, +django/contrib/messages/api.py,sha256=3DbnVG5oOBdg499clMU8l2hxCXMXB6S03-HCKVuBXjA,3250 +django/contrib/messages/apps.py,sha256=W_nya0lzXYBew83hqP6I8gg6XnaRlh-gmN-pYpDGN84,611 +django/contrib/messages/constants.py,sha256=JD4TpaR4C5G0oxIh4BmrWiVmCACv7rnVgZSpJ8Rmzeg,312 +django/contrib/messages/context_processors.py,sha256=xMrgYeX6AcT_WwS9AYKNDDstbvAwE7_u1ssDVLN_bbg,354 +django/contrib/messages/middleware.py,sha256=2mxncCpJVUgLtjouUGSVl39mTF-QskQpWo2jCOOqV8A,986 +django/contrib/messages/storage/__init__.py,sha256=gXDHbQ9KgQdfhYOla9Qj59_SlE9WURQiKzIA0cFH0DQ,392 +django/contrib/messages/storage/__pycache__/__init__.cpython-312.pyc,, +django/contrib/messages/storage/__pycache__/base.cpython-312.pyc,, +django/contrib/messages/storage/__pycache__/cookie.cpython-312.pyc,, +django/contrib/messages/storage/__pycache__/fallback.cpython-312.pyc,, +django/contrib/messages/storage/__pycache__/session.cpython-312.pyc,, +django/contrib/messages/storage/base.py,sha256=T-bcy6HdwRbEKNIuO5fEJZ1EUj3rTHWXRg1oxqRahGc,6082 +django/contrib/messages/storage/cookie.py,sha256=6r-z_MyYImgEC5LPvjOdp64xwkiV_ib97Sg4N4eXjxY,8678 +django/contrib/messages/storage/fallback.py,sha256=K5CrVJfUDakMjIcqSRt1WZd_1Xco1Bc2AQM3O3ld9aA,2093 +django/contrib/messages/storage/session.py,sha256=kvdVosbBAvI3XBA0G4AFKf0vxLleyzlwbGEgl60DfMQ,1764 +django/contrib/messages/test.py,sha256=zH9t6VwixXBDpaVscenCN94iDWIgs8pZ_Ck1GWUhWv0,421 +django/contrib/messages/utils.py,sha256=_oItQILchdwdXH08SIyZ-DBdYi7q_uobHQajWwmAeUw,256 +django/contrib/messages/views.py,sha256=I_7C4yr-YLkhTEWx3iuhixG7NrKuyuSDG_CVg-EYRD8,524 +django/contrib/postgres/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/postgres/__pycache__/__init__.cpython-312.pyc,, +django/contrib/postgres/__pycache__/apps.cpython-312.pyc,, +django/contrib/postgres/__pycache__/constraints.cpython-312.pyc,, +django/contrib/postgres/__pycache__/expressions.cpython-312.pyc,, +django/contrib/postgres/__pycache__/functions.cpython-312.pyc,, +django/contrib/postgres/__pycache__/indexes.cpython-312.pyc,, +django/contrib/postgres/__pycache__/lookups.cpython-312.pyc,, +django/contrib/postgres/__pycache__/operations.cpython-312.pyc,, +django/contrib/postgres/__pycache__/search.cpython-312.pyc,, +django/contrib/postgres/__pycache__/serializers.cpython-312.pyc,, +django/contrib/postgres/__pycache__/signals.cpython-312.pyc,, +django/contrib/postgres/__pycache__/utils.cpython-312.pyc,, +django/contrib/postgres/__pycache__/validators.cpython-312.pyc,, +django/contrib/postgres/aggregates/__init__.py,sha256=QCznqMKqPbpraxSi1Y8-B7_MYlL42F1kEWZ1HeLgTKs,65 +django/contrib/postgres/aggregates/__pycache__/__init__.cpython-312.pyc,, +django/contrib/postgres/aggregates/__pycache__/general.cpython-312.pyc,, +django/contrib/postgres/aggregates/__pycache__/mixins.cpython-312.pyc,, +django/contrib/postgres/aggregates/__pycache__/statistics.cpython-312.pyc,, +django/contrib/postgres/aggregates/general.py,sha256=nOI--CyO5sHBswRZKn8qCIuM3sX6uLLbsfmhkchNVEM,1496 +django/contrib/postgres/aggregates/mixins.py,sha256=UUErndo7Voc_Ykbcc7dxpiLDVtqtZo4HXILYGrcNJOo,2108 +django/contrib/postgres/aggregates/statistics.py,sha256=xSWk5Z5ZVpM2LSaMgP97pxcijOnPHiPATe3X45poXCI,1511 +django/contrib/postgres/apps.py,sha256=sfjoL-2VJrFzrv0CC3S4WGWZblzR_4BwFDm9bEHs8B0,3692 +django/contrib/postgres/constraints.py,sha256=YOuuC5LokNSs1F_lhNAiLLE1ws_ePysjyN-jJCCmINQ,9086 +django/contrib/postgres/expressions.py,sha256=fo5YASHJtIjexadqskuhYYk4WutofxzymYsivWWJS84,405 +django/contrib/postgres/fields/__init__.py,sha256=Xo8wuWPwVNOkKY-EwV9U1zusQ2DjMXXtL7_8R_xAi5s,148 +django/contrib/postgres/fields/__pycache__/__init__.cpython-312.pyc,, +django/contrib/postgres/fields/__pycache__/array.cpython-312.pyc,, +django/contrib/postgres/fields/__pycache__/citext.cpython-312.pyc,, +django/contrib/postgres/fields/__pycache__/hstore.cpython-312.pyc,, +django/contrib/postgres/fields/__pycache__/jsonb.cpython-312.pyc,, +django/contrib/postgres/fields/__pycache__/ranges.cpython-312.pyc,, +django/contrib/postgres/fields/__pycache__/utils.cpython-312.pyc,, +django/contrib/postgres/fields/array.py,sha256=Khl-BCCL25RQXGvi4gIHsfivP-XVWb6LhYJC0IEacpw,12630 +django/contrib/postgres/fields/citext.py,sha256=ytV2yAIwGvElHTAfH4BiLV-2DZ5otff8SmwmcqF2MVE,1363 +django/contrib/postgres/fields/hstore.py,sha256=LRM5aRhoPy5Ru8YMVUh84J17xoIcQ8Zc3kHVXMkSfSM,3296 +django/contrib/postgres/fields/jsonb.py,sha256=ncMGT6WY70lCbcmhwtu2bjRmfDMUIvCr76foUv7tqv0,406 +django/contrib/postgres/fields/ranges.py,sha256=IbjAQC7IdWuISqHdBXrraiOGPzUP_4pHHcnL8VuYZRs,11417 +django/contrib/postgres/fields/utils.py,sha256=TV-Aj9VpBb13I2iuziSDURttZtz355XakxXnFwvtGio,95 +django/contrib/postgres/forms/__init__.py,sha256=NjENn2-C6BcXH4T8YeC0K2AbDk8MVT8tparL3Q4OF6g,89 +django/contrib/postgres/forms/__pycache__/__init__.cpython-312.pyc,, +django/contrib/postgres/forms/__pycache__/array.cpython-312.pyc,, +django/contrib/postgres/forms/__pycache__/hstore.cpython-312.pyc,, +django/contrib/postgres/forms/__pycache__/ranges.cpython-312.pyc,, +django/contrib/postgres/forms/array.py,sha256=SzEBc6tKuqqjpYKH2b0vpdAQsjTqE_3kbpXBN7dfMYM,8401 +django/contrib/postgres/forms/hstore.py,sha256=MXXS4LdrueKIlM3w-_QGVvV3MZXMx1TR_4NrpChAtQo,1787 +django/contrib/postgres/forms/ranges.py,sha256=cKAeWvRISPLXIPhm2C57Lu9GoIlAd1xiRxzns69XehA,3652 +django/contrib/postgres/functions.py,sha256=7v6J01QQvX70KFyg9hDc322PgvT62xZqWlzp_vrl8bA,252 +django/contrib/postgres/indexes.py,sha256=qH5_kKj7Jg038cDM84ZGrvENsCF1W-EL-5xXf8Whi4Y,8224 +django/contrib/postgres/jinja2/postgres/widgets/split_array.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/contrib/postgres/locale/af/LC_MESSAGES/django.mo,sha256=Jp70O4TcKfdf1HRT0zZbympLJqmL3wpxMKDpJBPkI-E,2871 +django/contrib/postgres/locale/af/LC_MESSAGES/django.po,sha256=r_uvR9RfLLYHcS1byClWQX66EXq5yV_MGd-BHnWf4j4,3241 +django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo,sha256=hVoDVt3cbVirvRNyuRmYPWx9MN2UO7KAm0eps-smDbI,4352 +django/contrib/postgres/locale/ar/LC_MESSAGES/django.po,sha256=h368UQxPkd2bUe2n6QZN14hkh3669v_v_MfpoRI7i1g,4881 +django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=fND1NtGTmEl7Rukt_VlqJeExdJjphBygmI-qJmE83P0,4352 +django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.po,sha256=Z9y3h6lDnbwD4JOn7OACLjEZqNY8OpEwuzoUD8FSdwA,4868 +django/contrib/postgres/locale/az/LC_MESSAGES/django.mo,sha256=85wf8nNlReuPu89B_kb632QFKEdtL8ZVyQdlV_f-Sdo,2899 +django/contrib/postgres/locale/az/LC_MESSAGES/django.po,sha256=HRF6LxxcKtmLEA1dsYQMU4oG3P61jbQbwG6x_Wy0t4w,3284 +django/contrib/postgres/locale/be/LC_MESSAGES/django.mo,sha256=tYaaEbBaVxIgxC9qUAuE3YpHJa-aUu9ufFuJLa8my-s,4143 +django/contrib/postgres/locale/be/LC_MESSAGES/django.po,sha256=CL9BslCvHOvwjTBbCEswW8ISH72gSAyW5Dc-zoXI670,4643 +django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo,sha256=A_WOYkzm2QwAo8ZXCKg7jOOiM7bEwUT4cSsSlyC6sWQ,3529 +django/contrib/postgres/locale/bg/LC_MESSAGES/django.po,sha256=TEDRfX5DWADwlgYqScP1hGm2hq2_zUGzIBmKY8WLVLQ,3993 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo,sha256=XR1UEZV9AXKFz7XrchjRkd-tEdjnlmccW_I7XANyMns,2904 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.po,sha256=5wPLvkODU_501cHPZ7v0n89rmFrsuctt7T8dUBMfQ0Q,3430 +django/contrib/postgres/locale/ckb/LC_MESSAGES/django.mo,sha256=FQsR4nG0r8RfJ4rkD58XyWX-x7ZLkeg0VbZbSzDB2L0,3414 +django/contrib/postgres/locale/ckb/LC_MESSAGES/django.po,sha256=YStPyf6Gy68ydbzvtYcU6b_CV3h4JzJ3aYOQqccI9zI,3764 +django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo,sha256=BgNruyg0gX0DNZ3mqFerVd2JcSmi4ARRWRhJKlcRhDw,3418 +django/contrib/postgres/locale/cs/LC_MESSAGES/django.po,sha256=evU4mQ9EOQJSxHF0dx_axiU59ptW0xVjIIxTgQCkUJU,3957 +django/contrib/postgres/locale/da/LC_MESSAGES/django.mo,sha256=VaTePWY3W7YRW-CkTUx6timYDXEYOFRFCkg3F36_k_I,2886 +django/contrib/postgres/locale/da/LC_MESSAGES/django.po,sha256=5j5xI-yKORhnywIACpjvMQA6yHj4aHMYiiN4KVSmBMM,3344 +django/contrib/postgres/locale/de/LC_MESSAGES/django.mo,sha256=iTfG4OxvwSG32U_PQ0Tmtl38v83hSjFa2W0J8Sw0NUE,3078 +django/contrib/postgres/locale/de/LC_MESSAGES/django.po,sha256=GkF6wBg7JAvAB8YExwOx4hzpLr1r2K6HsvSLYfyojow,3611 +django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo,sha256=zZa1kLFCKar4P1xVNpJ0BTXm4I-xcNi_e8IY7n8Aa4w,3605 +django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po,sha256=5vnAeH9tF9H9xL2nqfwc0MLlhI4hnNr45x2NXlw8owo,4061 +django/contrib/postgres/locale/el/LC_MESSAGES/django.mo,sha256=NmzROkTfSbioGv8exM3UdMDnRAxR65YMteGv9Nhury4,3583 +django/contrib/postgres/locale/el/LC_MESSAGES/django.po,sha256=4WuswUwrInAh-OPX9k7gDdLb-oMKp1vQFUGvfm0ej00,4144 +django/contrib/postgres/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/postgres/locale/en/LC_MESSAGES/django.po,sha256=jrbHgf4TLTbEAaYV9-briB5JoE7sBWTn9r6aaRtpn54,2862 +django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.mo,sha256=WA0RSssD8ljI16g6DynQZQLQhd_0XR8ilrnJnepsIFg,2839 +django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.po,sha256=4JASYUpYlQlSPREPvMxFBqDpDhprlkI1GpAqTJrmb10,3215 +django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo,sha256=1wqM_IVO8Dl9AefzvWYuoS4eNTrBg7LDH6XUMovKi9A,2742 +django/contrib/postgres/locale/eo/LC_MESSAGES/django.po,sha256=r2tpOblfLAAHMacDWU-OVXTQus_vvAPMjUzVfrV_T7U,3217 +django/contrib/postgres/locale/es/LC_MESSAGES/django.mo,sha256=O2Tdel44oxmQ13ZcwMwK3QPxUPChHdUzVKg2pLCPoqo,3163 +django/contrib/postgres/locale/es/LC_MESSAGES/django.po,sha256=YPjvjmvpS69FuNmPm-7Z1K1Eg_W01JwRHNrWkbKzVZ8,3794 +django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo,sha256=zIN-1vsrChWXLDuGrzs61LbBuOwsyifWcvo9NrYCy2k,3140 +django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po,sha256=1seAy6OHEKG4fDV4NwKQyGfkjT29zjgwvXZ85u1VNtw,3506 +django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo,sha256=Q2eOegYKQFY3fAKZCX7VvZAN6lT304W51aGl0lzkbLU,2484 +django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po,sha256=bbgOn34B7CSq1Kf2IrJh6oRJWPur_Smc4ebljIxAFGE,3233 +django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo,sha256=l6WdS59mDfjsV9EMULjKP2DhXR7x3bYax1iokL-AXcU,689 +django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po,sha256=_-jzhIT71zV539_4SUbwvOXfDHkxRy1FDGdx23iB7B4,2283 +django/contrib/postgres/locale/et/LC_MESSAGES/django.mo,sha256=oPGqGUQhU9xE7j6hQZSVdC-be2WV-_BNrSAaN4csFR4,2886 +django/contrib/postgres/locale/et/LC_MESSAGES/django.po,sha256=xKkb-0CQCAn37xe0G2jfQmjg2kuYBmXB5yBpTA5lYNI,3404 +django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo,sha256=UG7x642-n3U7mamXuNHD66a_mR0agX72xSwBD3PpyJU,2883 +django/contrib/postgres/locale/eu/LC_MESSAGES/django.po,sha256=dAx6nlRd4FF_8i7Xeylwvj4HkEDKi3swFenkdJkDawU,3321 +django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo,sha256=uLh9fJtCSKg5eaj9uGP2muN_71aFxpZwOjRHtnZhPik,3308 +django/contrib/postgres/locale/fa/LC_MESSAGES/django.po,sha256=adN7bh9Q_R0Wzlf2fWaQnTtvxo0NslyoHH5t5V0eeMM,3845 +django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo,sha256=yzMEJuOw30NzM6AdoTq0Kb-eb079nsvre09IVEBVVtE,2917 +django/contrib/postgres/locale/fi/LC_MESSAGES/django.po,sha256=bNPtE6kdb8lLHcrjRVxasfO3gnzklA2ZDUuXVE9tL1Y,3279 +django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo,sha256=02ug8j0VpkPC2tRDkXrK2snj91M68Ju29PUiv4UhAsQ,3391 +django/contrib/postgres/locale/fr/LC_MESSAGES/django.po,sha256=5T_wkYoHJcpzemKqR-7apZ11Pas4dZhnAitHOgT8gRc,3759 +django/contrib/postgres/locale/ga/LC_MESSAGES/django.mo,sha256=wVzUMn8xlOxfL2vn94fSQ73QGTSbTBG6_6kfQbDPQYM,3652 +django/contrib/postgres/locale/ga/LC_MESSAGES/django.po,sha256=OEuRFUSNTJJlJAg7mvXpratMipVeCovYsH9pTssNGI0,4122 +django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo,sha256=okWU_Ke95EG2pm8rZ4PT5ScO-8f0Hqg65lYZgSid8tM,3541 +django/contrib/postgres/locale/gd/LC_MESSAGES/django.po,sha256=tjt5kfkUGryU3hFzPuAly2DBDLuLQTTD5p-XrxryFEI,4013 +django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo,sha256=1Od7e0SG9tEeTefFLLWkU38tlk5PL5aRF1GTlKkfTAs,2912 +django/contrib/postgres/locale/gl/LC_MESSAGES/django.po,sha256=tE2-GX2OH06krOFxvzdJeYWC7a57QYNFx5OtMXFWTdQ,3316 +django/contrib/postgres/locale/he/LC_MESSAGES/django.mo,sha256=znkNJeCKSSA4DPdvN5LCj5tdcWvRJQKRLWMXqSIO4FI,3757 +django/contrib/postgres/locale/he/LC_MESSAGES/django.po,sha256=oVJ0bfd9gH3aF3lo6rCMbA_9_3nhLWKBqfVj-H220F0,4234 +django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo,sha256=vdm5GxgpKuVdGoVl3VreD8IB1Mq5HGWuq-2YDeDrNnU,929 +django/contrib/postgres/locale/hr/LC_MESSAGES/django.po,sha256=8TxEnVH2yIQWbmbmDOpR7kksNFSaUGVhimRPQgSgDkM,2501 +django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo,sha256=SSZpG-PSeVCHrzB-wzW4wRHxIEt7hqobzvRLB-9tu8Y,3518 +django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po,sha256=UQUlfpJsgd-0qa6hZhUkTAi6VF5ZYiygSMrLcsiEC4k,3971 +django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo,sha256=o6JDAFIN7i21GE2N0q98SiqIdvGYPLLdDiMLC_UE5hM,2892 +django/contrib/postgres/locale/hu/LC_MESSAGES/django.po,sha256=yUcbOn1k08aqhkODsrQfLR3qk-UnEEbEYuP3JyQ3eCU,3432 +django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo,sha256=2QFIJdmh47IGPqI-8rvuHR0HdH2LOAmaYqEeCwUpRuw,3234 +django/contrib/postgres/locale/hy/LC_MESSAGES/django.po,sha256=MLHMbdwdo1txzFOG-fVK4VUvAoDtrLA8CdpQThybSCQ,3825 +django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo,sha256=gn8lf-gOP4vv-iiqnkcxvjzhJ8pTdetBhHyjl4TapXo,582 +django/contrib/postgres/locale/ia/LC_MESSAGES/django.po,sha256=FsqhPQf0j4g06rGuWSTn8A1kJ7E5U9rX16mtB8CAiIE,2251 +django/contrib/postgres/locale/id/LC_MESSAGES/django.mo,sha256=vWCSZJBmKu5uGS8KvQIJSMZA1YTwdbbJP4-OBhTmAwQ,2737 +django/contrib/postgres/locale/id/LC_MESSAGES/django.po,sha256=Z5TrRpCOv6Mgb2YFU84vE8cT_3W7flFwA8BUMm4VvO0,3308 +django/contrib/postgres/locale/is/LC_MESSAGES/django.mo,sha256=rNL5Un5K_iRAZDtpHo4egcySaaBnNEirYDuWw0eI7gk,2931 +django/contrib/postgres/locale/is/LC_MESSAGES/django.po,sha256=UO53ciyI0jCVtBOXWkaip2AbPE2Hd2YhzK1RAlcxyQ8,3313 +django/contrib/postgres/locale/it/LC_MESSAGES/django.mo,sha256=dsn-Xuhg1WeRkJVGHHdoPz-KobYsS8A41BUdnM4wQQ8,3210 +django/contrib/postgres/locale/it/LC_MESSAGES/django.po,sha256=2RpaA-mmvXcYkYTu_y0u3p32aAhP9DyAy641ZJL79sk,3874 +django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo,sha256=IC9mYW8gXWNGuXeh8gGxGFvrjfxiSpj57E63Ka47pkM,3046 +django/contrib/postgres/locale/ja/LC_MESSAGES/django.po,sha256=IPnDsh8rtq158a63zQJekJ0LJlR3uj6KAjx4omc7XN0,3437 +django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo,sha256=A_VhLUZbocGNF5_5mMoYfB3l654MrPIW4dL1ywd3Tw8,713 +django/contrib/postgres/locale/ka/LC_MESSAGES/django.po,sha256=kRIwQ1Nrzdf5arHHxOPzQcB-XwPNK5lUFKU0L3QHfC8,2356 +django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo,sha256=xMc-UwyP1_jBHcGIAGWmDAjvSL50jJaiZbcT5TmzDOg,665 +django/contrib/postgres/locale/kk/LC_MESSAGES/django.po,sha256=f6Z3VUFRJ3FgSReC0JItjA0RaYbblqDb31lbJ3RRExQ,2327 +django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo,sha256=G9Cl4uFost_c2y-3dBEF5ODuOe2BLThiXcEMEMXQQE8,2905 +django/contrib/postgres/locale/ko/LC_MESSAGES/django.po,sha256=JXqG3VCGEhBzAxGzOBb9w6oflaX4duhxNVht69ytOQY,3481 +django/contrib/postgres/locale/ky/LC_MESSAGES/django.mo,sha256=F0Ws34MbE7zJa8FNxA-9rFm5sNLL22D24LyiBb927lE,3101 +django/contrib/postgres/locale/ky/LC_MESSAGES/django.po,sha256=yAzSeT2jBm7R2ZXiuYBQFSKQ_uWIUfNTAobE1UYnlPs,3504 +django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo,sha256=kJ3ih8HrHt2M_hFW0H9BZg7zcj6sXy6H_fD1ReIzngM,3452 +django/contrib/postgres/locale/lt/LC_MESSAGES/django.po,sha256=PNADIV8hdpLoqwW4zpIhxtWnQN8cPkdcoXYngyjFeFw,3972 +django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo,sha256=kJBPR0f-rI87irX3_HBqZZrpCwQdGhcakVEdLq3z70M,3103 +django/contrib/postgres/locale/lv/LC_MESSAGES/django.po,sha256=a3nWc048ppAw5BIxNxqFBBHlYtszJJPo2v2w-tfdTBk,3734 +django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo,sha256=WE4nRJKWAZvXuyU2qT2_FGqGlKYsP1KSACCtT10gQQY,3048 +django/contrib/postgres/locale/mk/LC_MESSAGES/django.po,sha256=CQX91LP1Gbkazpt4hTownJtSqZGR1OJfoD-1MCo6C1Y,3783 +django/contrib/postgres/locale/ml/LC_MESSAGES/django.mo,sha256=N47idWIsmtghZ_D5325TRsDFeoUa0MIvMFtdx7ozAHc,1581 +django/contrib/postgres/locale/ml/LC_MESSAGES/django.po,sha256=lt_7fGZV7BCB2XqFWIQQtH4niU4oMBfGzQQuN5sD0fo,2947 +django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo,sha256=VWeXaMvdqhW0GHs1Irb1ikTceH7jMKH_xMzKLH0vKZg,3310 +django/contrib/postgres/locale/mn/LC_MESSAGES/django.po,sha256=p3141FJiYrkV8rocgqdxnV05FReQYZmosv9LI46FlfE,3867 +django/contrib/postgres/locale/mr/LC_MESSAGES/django.mo,sha256=vVYwi51As7ovNuvoGU96oL3uryKHGVPCJXS2rRrkZ2o,1132 +django/contrib/postgres/locale/mr/LC_MESSAGES/django.po,sha256=DHSatTEPlPRSH_qXXBXKeyHB1X7YQ0UhkUc-j92iAyY,2595 +django/contrib/postgres/locale/ms/LC_MESSAGES/django.mo,sha256=m3JZm1IIMZwmpvIs3oV0roYCeR_UlswHyCpZjjE6-A8,2712 +django/contrib/postgres/locale/ms/LC_MESSAGES/django.po,sha256=HCMBA1fxKLJct14ywap0PYVBi2bDp2F97Ms5_-G_Pwg,3025 +django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo,sha256=3h8DqEFG39i6uHY0vpXuGFmoJnAxTtRFy1RazcYIXfg,2849 +django/contrib/postgres/locale/nb/LC_MESSAGES/django.po,sha256=gDUg-HDg3LiYMKzb2QaDrYopqaJmbvnw2Fo-qhUHFuI,3252 +django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo,sha256=5XdBLGMkn20qeya3MgTCpsIDxLEa7PV-i2BmK993iRc,875 +django/contrib/postgres/locale/ne/LC_MESSAGES/django.po,sha256=1QLLfbrHneJmxM_5UTpNIYalP-qX7Bn7bmj4AfDLIzE,2421 +django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo,sha256=XK0L91JYDbkgw45eJysai_3u28KqZ5UFPTYaCTMiDPA,2993 +django/contrib/postgres/locale/nl/LC_MESSAGES/django.po,sha256=qU17zpXRHSoBQIkcP-Cm1GFh0BcpUTJsdh277P8dYG0,3565 +django/contrib/postgres/locale/nn/LC_MESSAGES/django.mo,sha256=RdMFozwxYIckBY40mJhN-jjkghztKn0-ytCtqxFHBMY,2836 +django/contrib/postgres/locale/nn/LC_MESSAGES/django.po,sha256=vl8NkY342eonqbrj89eCR_8PsJpeQuaRjxems-OPIBk,3184 +django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo,sha256=Wox9w-HN7Guf8N1nkgemuDVs0LQxxTmEqQDOxriKy60,3462 +django/contrib/postgres/locale/pl/LC_MESSAGES/django.po,sha256=pxm_IKMg8g5qfg19CKc5JEdK6IMnhyeSPHd7THUb1GY,4217 +django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo,sha256=KZvJXjrIdtxbffckcrRV3nJ5GnID6PvqAb7vpOiWpHE,2745 +django/contrib/postgres/locale/pt/LC_MESSAGES/django.po,sha256=2gIDOjnFo6Iom-oTkQek4IX6FYPI9rNp9V-6sJ55aL8,3281 +django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo,sha256=PVEiflh0v3AqVOC0S85XO-V3xDU3d8UwS31lzGrLoi8,3143 +django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po,sha256=onF2K6s-McAXDSRzQ50EpGrKAIv89vvRWjCjsLCVXvs,3896 +django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo,sha256=w4tyByrZlba_Ju_F2OzD52ut5JSD6UGJfjt3A7CG_uc,3188 +django/contrib/postgres/locale/ro/LC_MESSAGES/django.po,sha256=hnotgrr-zeEmE4lgpqDDiJ051GoGbL_2GVs4O9dVLXI,3700 +django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo,sha256=LKkZs-TvPFTSrXVVaaoZ-Ec0kL_E9_5vTaExVxlr_rk,4732 +django/contrib/postgres/locale/ru/LC_MESSAGES/django.po,sha256=mnmVUlwZqn9QwdMx4g0D9xYxxKw_4pMFslwT2c4AjuE,5488 +django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo,sha256=dRnTFkvRMbq5QnVEtrQ9Of9MxKTFYPP8sE7kbvUEjug,3381 +django/contrib/postgres/locale/sk/LC_MESSAGES/django.po,sha256=OwKv_mc9cuwt_YGnoVQLF3t2RsIbFyG_k3NKoIMAMoY,3899 +django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo,sha256=JM9YZagjHIIrCxOKkR4d4oKaEXKJU7bfVdM3_uzSTAE,2810 +django/contrib/postgres/locale/sl/LC_MESSAGES/django.po,sha256=1jI2zXSU4LWxfLEUL-FXpldCExZJLD53Jy7VnA258xs,3602 +django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo,sha256=iUrpd4u_bfpkMyfBb4BPNcwCvsVpJiRVBLvjXjIC18w,2850 +django/contrib/postgres/locale/sq/LC_MESSAGES/django.po,sha256=ZuUrdJOSecnyGJC50Eh3L7LKCpJpkLZFixGdieQM-uA,3349 +django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo,sha256=OfsUq8rZdD2NP7NQjBoatSXATxc8d6QL-nxmlPp5QSc,3775 +django/contrib/postgres/locale/sr/LC_MESSAGES/django.po,sha256=vUvFaIp8renqgGs-VgrtPNu7IBkcB38mlTBJ0xxXTaI,4214 +django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=2nDFP43vk1Jih35jns8vSbOhhLq_w7t_2vJHg-crfxY,3112 +django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po,sha256=QN4NEy0zFaPNjTCBrT9TydedWG7w4QBPm-pO7cKvSjg,3510 +django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo,sha256=AkUgWYRBGNJYg5QDPJR3qu4BA_XF9xaZA__3m_KF4hk,2918 +django/contrib/postgres/locale/sv/LC_MESSAGES/django.po,sha256=hhJBRobgyHkLeKxdDxNkEl9XKkDXkrlx6PjyWcERp7I,3487 +django/contrib/postgres/locale/tg/LC_MESSAGES/django.mo,sha256=3yW5NKKsa2f2qDGZ4NGlSn4DHatLOYEv5SEwB9voraA,2688 +django/contrib/postgres/locale/tg/LC_MESSAGES/django.po,sha256=Zuix5sJH5Fz9-joe_ivMRpNz2Fbzefsxz3OOoDV0o1c,3511 +django/contrib/postgres/locale/tk/LC_MESSAGES/django.mo,sha256=ytivs6cnECDuyVKToFQMRnH_RPr4PlVepg8xFHnr0W4,2789 +django/contrib/postgres/locale/tk/LC_MESSAGES/django.po,sha256=bfXIyKNOFRC3U34AEKCsYQn3XMBGtgqHsXpboHvRQq0,3268 +django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo,sha256=hZ2pxkYNOGE4BX--QmDlzqXxT21gHaPGA6CmXDODzhI,2914 +django/contrib/postgres/locale/tr/LC_MESSAGES/django.po,sha256=fzQsDL_wSO62qUaXCutRgq0ifrQ9oOaaxVQRyfnvV7Y,3288 +django/contrib/postgres/locale/ug/LC_MESSAGES/django.mo,sha256=ClLFBgCNopAREx7jy9WRbEASJERWJO8WZHriZrPtDZU,3938 +django/contrib/postgres/locale/ug/LC_MESSAGES/django.po,sha256=Ldd11fS8-D6ZeannnC6pCmBk7fmtqR_RXaeaNZQtU6M,4323 +django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo,sha256=Jg6nM7ah7hEv7eqpe11e0e_MvRaMAQW3mdHTj9hqyG8,4406 +django/contrib/postgres/locale/uk/LC_MESSAGES/django.po,sha256=6gBP1xKxK9hf8ISCR1wABxkKXEUTx2CUYHGr6RVPI94,5100 +django/contrib/postgres/locale/uz/LC_MESSAGES/django.mo,sha256=PcmhhVC1spz3EFrQ2qdhfPFcA1ELHtBhHGWk9Z868Ss,703 +django/contrib/postgres/locale/uz/LC_MESSAGES/django.po,sha256=lbQxX2cmueGCT8sl6hsNWcrf9H-XEUbioP4L7JHGqiU,2291 +django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=ln_p6MRs5JPvTAXFzegXYnCCKki-LEr_YiOw6sK8oPA,2560 +django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po,sha256=7YZE8B0c1HuKVjGzreY7iiyuFeyPgqzKIwzxe5YOKb4,3084 +django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=7-gE2HUKbQwMwzMXT3_sMbI2GbuS2uzciNnJgKOMZUQ,2563 +django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po,sha256=nkYgbfQNoa3eYNCYMPgGVhtGWScjWtP2rjlV8nAXgH0,2973 +django/contrib/postgres/lookups.py,sha256=J50bsr8rLjp_zzdViSVDDcTLfDkY21fEUoyqCgeHauI,1991 +django/contrib/postgres/operations.py,sha256=3sDyWh9u4I87AIabLAtYOSEB4NAFSk-IKJsb2400AQk,12274 +django/contrib/postgres/search.py,sha256=bIXux7NXgsVTVAauvScWUPtYNR4E2u1D1Rd6PNf2s6Y,11732 +django/contrib/postgres/serializers.py,sha256=wCg0IzTNeuVOiC2cdy1wio6gChjqVvH6Ri4hkCkEeXU,435 +django/contrib/postgres/signals.py,sha256=cpkaedbyvajpN4NNAYLA6TfKI_4fe9AU40CeYhYmS8Q,2870 +django/contrib/postgres/templates/postgres/widgets/split_array.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/contrib/postgres/utils.py,sha256=32nCnzdMZ7Ra4dDonbIdv1aCppV3tnQnoEX9AhCJe38,1187 +django/contrib/postgres/validators.py,sha256=GCJtwISehlhcqQhR5JEfrcwPUcCJqtpFV_fu4aRLb34,2801 +django/contrib/redirects/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/redirects/__pycache__/__init__.cpython-312.pyc,, +django/contrib/redirects/__pycache__/admin.cpython-312.pyc,, +django/contrib/redirects/__pycache__/apps.cpython-312.pyc,, +django/contrib/redirects/__pycache__/middleware.cpython-312.pyc,, +django/contrib/redirects/__pycache__/models.cpython-312.pyc,, +django/contrib/redirects/admin.py,sha256=1bPOgeZYRYCHdh7s2SpXnuL2WsfdQjD96U5Y3xhRY8g,314 +django/contrib/redirects/apps.py,sha256=1uS5EBp7WwDnY0WHeaRYo7VW9j-s20h4KDdImodjCNg,251 +django/contrib/redirects/locale/af/LC_MESSAGES/django.mo,sha256=p1jR8LLNrzuDM6gvYBzQAS5xg7X8O17301Fo5xEU2yI,1151 +django/contrib/redirects/locale/af/LC_MESSAGES/django.po,sha256=wkVhdkjL6kI-0uxzWPCrEMhf_iUSbbHV1D0dFPIw1eU,1385 +django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo,sha256=FfPauXNUmQxq0R1-eQ2xw2WY1Oi33sLwVhyKX10_zFw,1336 +django/contrib/redirects/locale/ar/LC_MESSAGES/django.po,sha256=X0xX51asSDWedd56riJ4UrsCGEjH-lZdkcilIg4amgI,1595 +django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=hg1lkBEORP2vgLPRbuKcXiIFUcTvAO7KrjbPXlWhvqY,1379 +django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.po,sha256=O4quBKA1jHATGGeDqCONDFfAqvDvOAATIBvueeMphyY,1581 +django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo,sha256=a1ixBQQIdBZ7o-ADnF2r74CBtPLsuatG7txjc05_GXI,1071 +django/contrib/redirects/locale/ast/LC_MESSAGES/django.po,sha256=PguAqeIUeTMWsADOYLTxoC6AuKrCloi8HN18hbm3pZ0,1266 +django/contrib/redirects/locale/az/LC_MESSAGES/django.mo,sha256=IBIB2EW9ZYQTD0x4d8VadXY0lFx-XYtKCd1F_e72ibA,1106 +django/contrib/redirects/locale/az/LC_MESSAGES/django.po,sha256=D3ZGFhKeMTjJ4YtUOTRjBCvZ2cofqfksbk39mvHDemw,1384 +django/contrib/redirects/locale/be/LC_MESSAGES/django.mo,sha256=fVqy28ml508UJf5AA-QVsS5dzKI8Q_ugZZ34WjTpJ-s,1426 +django/contrib/redirects/locale/be/LC_MESSAGES/django.po,sha256=zHBVewcpt0KoavV96v3F4wybqtkGb1jUuPz7sbiWWDI,1662 +django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo,sha256=o-ETSDGtAFZRo3SPd_IHe0mJ3R0RHA32KpgfOmUH11M,1279 +django/contrib/redirects/locale/bg/LC_MESSAGES/django.po,sha256=9qm8s6vj-0LStnyEJ8iYVi13_MfugVAAs2RHvIi7kW8,1587 +django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo,sha256=SbQh_pgxNCogvUFud7xW9T6NTAvpaQb2jngXCtpjICM,1319 +django/contrib/redirects/locale/bn/LC_MESSAGES/django.po,sha256=LgUuiPryDLSXxo_4KMCdjM5XC3BiRfINuEk0s5PUQYQ,1511 +django/contrib/redirects/locale/br/LC_MESSAGES/django.mo,sha256=Yt8xo5B5LJ9HB8IChCkj5mljFQAAKlaW_gurtF8q8Yw,1429 +django/contrib/redirects/locale/br/LC_MESSAGES/django.po,sha256=L2qPx6mZEVUNay1yYEweKBLr_fXVURCnACfsezfP_pI,1623 +django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo,sha256=0Yak4rXHjRRXLu3oYYzvS8qxvk2v4IFvUiDPA68a5YI,1115 +django/contrib/redirects/locale/bs/LC_MESSAGES/django.po,sha256=s9Nhx3H4074hlSqo1zgQRJbozakdJTwA1aTuMSqEJWw,1316 +django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo,sha256=VHE6qHCEoA7rQk0fMUpoTfwqSfu63-CiOFvhvKp5DMQ,1136 +django/contrib/redirects/locale/ca/LC_MESSAGES/django.po,sha256=PSMb_7iZBuYhtdR8byh9zr9dr50Z_tQ518DUlqoEA_M,1484 +django/contrib/redirects/locale/ckb/LC_MESSAGES/django.mo,sha256=23RM9kso65HHxGHQ_DKxGDaUkmdX72DfYvqQfhr7JKw,1340 +django/contrib/redirects/locale/ckb/LC_MESSAGES/django.po,sha256=cGrAq3e6h3vbYrtyi0oFSfZmLlJ0-Y3uqrvFon48n80,1521 +django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo,sha256=UwYsoEHsg7FJLVe0JxdOa1cTGypqJFienAbWe7Vldf0,1229 +django/contrib/redirects/locale/cs/LC_MESSAGES/django.po,sha256=hnWJLXX7IjwZK7_8L3p-dpj5XpDmEo7lQ7-F4upjn7U,1504 +django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo,sha256=NSGoK12A7gbtuAuzQEVFPNSZMqqmhHyRvTEn9PUm9So,1132 +django/contrib/redirects/locale/cy/LC_MESSAGES/django.po,sha256=jDmC64z5exPnO9zwRkBmpa9v3DBlaeHRhqZYPoWqiIY,1360 +django/contrib/redirects/locale/da/LC_MESSAGES/django.mo,sha256=_UVfTMRG__5j7Ak8Q3HtXSy_DPGpZ1XvKj9MHdmR_xI,1132 +django/contrib/redirects/locale/da/LC_MESSAGES/django.po,sha256=RAWWbZXbJciNSdw4skUEoTnOb19iKXAe1KXJLWi0zPQ,1418 +django/contrib/redirects/locale/de/LC_MESSAGES/django.mo,sha256=uh-ldy-QkWS5-ARX6cLyzxzdhbTb_chyEbBPFCvCKuE,1155 +django/contrib/redirects/locale/de/LC_MESSAGES/django.po,sha256=hhGNnVCRV4HNxhCYfmVXTOIkabD7qsVQccwxKa5Tz9g,1424 +django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo,sha256=LXgczA38RzrN7zSWpxKy8_RY4gPg5tZLl30CJGjJ63s,1236 +django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po,sha256=rI9dyDp7zuZ6CjvFyo2OkGUDK5XzdvdI0ma8IGVkjp4,1431 +django/contrib/redirects/locale/el/LC_MESSAGES/django.mo,sha256=sD3HT4e53Yd3HmQap_Mqlxkm0xF98A6PFW8Lil0PihI,1395 +django/contrib/redirects/locale/el/LC_MESSAGES/django.po,sha256=puhVCcshg5HaPHsVAOucneVgBYT6swhCCBpVGOZykgA,1716 +django/contrib/redirects/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/redirects/locale/en/LC_MESSAGES/django.po,sha256=u4RcMkFmNvlG9Bv6kM0a0scWUMDUbTEDJGR90-G8C0E,1123 +django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo,sha256=wxCpSLGl_zsE47kDwilDkpihazwHkA363PvtGOLWhdk,1127 +django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po,sha256=zujH1WuxoHw_32flptG0x2Ob_BlilLKXuMjQxVbZmgw,1307 +django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo,sha256=VscL30uJnV-eiQZITpBCy0xk_FfKdnMh4O9Hk4HGxww,1053 +django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po,sha256=loe8xIVjZ7eyteQNLPoa-QceBZdgky22dR6deK5ubmA,1246 +django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo,sha256=WZ3NHrS0qMoCJER5jWnGI12bvY5wH0yytM8F7BFTgYc,712 +django/contrib/redirects/locale/eo/LC_MESSAGES/django.po,sha256=T-Gw75sOjZgqpwjIfieIrLxbg1kekWzjrJYSMld2OEQ,1299 +django/contrib/redirects/locale/es/LC_MESSAGES/django.mo,sha256=xyeIQL_pHFyo7p7SkeuxzKdDsma2EXhvnPNDHUhaBv8,1159 +django/contrib/redirects/locale/es/LC_MESSAGES/django.po,sha256=Y3hPQrcbhLtR-pPYRJJXkJME5M8Enr20j9D63hhe9ZA,1490 +django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo,sha256=JdKzpdyf9W2m_0_NguvXvyciOh6LAATfE6lqcsp45To,1144 +django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po,sha256=3zrKJXLh_mrjc4A6g9O6ePyFz8PNUMYTPjNFpvEhaDo,1364 +django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo,sha256=wcAMOiqsgz2KEpRwirRH9FNoto6vmo_hxthrQJi0IHU,1147 +django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po,sha256=n8DM14vHekZRayH0B6Pm3L5XnSo4lto4ZAdu4OhcOmc,1291 +django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo,sha256=38fbiReibMAmC75BCCbyo7pA2VA3QvmRqVEo_K6Ejow,1116 +django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po,sha256=t7R6PiQ1bCc7jhfMrjHlZxVQ6BRlWT2Vv4XXhxBD_Oo,1397 +django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po,sha256=f4XZW8OHjRJoztMJtSDCxd2_Mfy-XK44hLtigjGSsZY,958 +django/contrib/redirects/locale/et/LC_MESSAGES/django.mo,sha256=34-Z1s9msdnj6U7prMctEWCxAR8TNnP44MIoyUuFsls,1131 +django/contrib/redirects/locale/et/LC_MESSAGES/django.po,sha256=1VWcUbM9z_nNmiGnT9Mka3Y3ZLRVHuJdS_j_yNXvmQ0,1479 +django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo,sha256=yHlAEz01pWse4ZworAj7JiATUam5Fp20EZd_3PRgSNw,1126 +django/contrib/redirects/locale/eu/LC_MESSAGES/django.po,sha256=zAvSdahjvq727hXeGjHJ_R5L5meCrOv98tbH3rwlBcE,1404 +django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo,sha256=vZa1KKm2y8duEv9UbJMyiM8WO2EAXcevdR3Lj1ISgLU,1234 +django/contrib/redirects/locale/fa/LC_MESSAGES/django.po,sha256=1quB0Wx5VTIjX2QUCpENl1GA2hpSdsRpgK931jr20B0,1541 +django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo,sha256=xJEd4M2IowXxKBlaGuOEgFKA9OuihcgPoK07Beat4cc,1164 +django/contrib/redirects/locale/fi/LC_MESSAGES/django.po,sha256=1I7AoXMPRDMY6TCjPkQh0Q9g68r9BwKOwki9DybcFWc,1429 +django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo,sha256=YhVNoNaHdSOp2P2F7xfo2MHCd2KkHiehpVjLyJ4VLuw,1155 +django/contrib/redirects/locale/fr/LC_MESSAGES/django.po,sha256=-ljzEKiU05annJ8DHw4OOg8eDCAnWLV2V33R-tQn9dE,1391 +django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/redirects/locale/fy/LC_MESSAGES/django.po,sha256=D7xverCbf3kTCcFM8h7EKWM5DcxZRqeOSKDB1irbKeE,948 +django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo,sha256=DMxYLCVQl6qtLf8SXpcy1u9DLbTVFM-03Q2iXjNxNs0,1182 +django/contrib/redirects/locale/ga/LC_MESSAGES/django.po,sha256=HL2vCAoXAj0pk4MkrriUY_Jp2xvDaMqJo8i1z2MkKT8,1497 +django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo,sha256=baZXdulbPZwe4_Q3OwfHFl4GJ4hCYtoZz-lE4wcdJvg,1250 +django/contrib/redirects/locale/gd/LC_MESSAGES/django.po,sha256=M4E2giFgzRowd3OsvhD389MyJmT5osKz1Vs1sEfmUpU,1428 +django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo,sha256=au4ulT76A8cd_C_DmtEdiuQ14dIJaprVvFbS9_hYRNk,1131 +django/contrib/redirects/locale/gl/LC_MESSAGES/django.po,sha256=r2t9gHhIvPb8d9XR8fG0b_eW5xkkQswuj4ekJI9x90w,1393 +django/contrib/redirects/locale/he/LC_MESSAGES/django.mo,sha256=Yu8KTmY0mJEcxhkhTEVElPBaWwO9Zj4NqC8eopW0cRc,1278 +django/contrib/redirects/locale/he/LC_MESSAGES/django.po,sha256=UcCd_BqHOkTV1dP0hgJ4dNQzBZ4p8TujwSjF3FWAMjo,1513 +django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo,sha256=onR8L7Kvkx6HgFLK7jT-wA_zjarBN8pyltG6BbKFIWU,1409 +django/contrib/redirects/locale/hi/LC_MESSAGES/django.po,sha256=fNv9_qwR9iS-pjWNXnrUFIqvc10lwg3bfj5lgdQOy1U,1649 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo,sha256=7wHi6Uu0czZhI6v0ndJJ1wSkalTRfn7D5ovyw8tr4U4,1207 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.po,sha256=HtxZwZ-ymmf-XID0z5s7nGYg-4gJL8i6FDGWt9i4Wns,1406 +django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo,sha256=6lfIW4LcMGvuLOY0U4w1V6Xwcd_TsUC3r-QzZOOLwys,1221 +django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po,sha256=l5pATo8NHa8ypB8dCigRwqpLZvV8W0v2vPh60oAeGn0,1420 +django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo,sha256=4oYBNGEmFMISzw3LExVf6CHsJD_o20mMy132pwzM-wk,1111 +django/contrib/redirects/locale/hu/LC_MESSAGES/django.po,sha256=UYJ_ZrAnOqA6S8nkkfN_FBLxCyPHJjOMd1OSIUVc8aY,1383 +django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo,sha256=gT5x1TZXMNyBwfmQ-C_cOB60JGYdKIM7tVb3-J5d6nw,1261 +django/contrib/redirects/locale/hy/LC_MESSAGES/django.po,sha256=40QTpth2AVeoy9P36rMJC2C82YsBh_KYup19WL6zM6w,1359 +django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo,sha256=PDB5ZQP6iH31xN6N2YmPZYjt6zzc88TRmh9_gAWH2U0,1152 +django/contrib/redirects/locale/ia/LC_MESSAGES/django.po,sha256=GXjbzY-cQz2QLx_iuqgijT7VUMcoNKL7prbP6yIbj8E,1297 +django/contrib/redirects/locale/id/LC_MESSAGES/django.mo,sha256=XEsvVWMR9As9csO_6iXNAcLZrErxz3HfDj5GTe06fJU,1105 +django/contrib/redirects/locale/id/LC_MESSAGES/django.po,sha256=t8FoC1xIB-XHDplyDJByQGFnHggxR0LSfUMGwWoAKWE,1410 +django/contrib/redirects/locale/io/LC_MESSAGES/django.mo,sha256=vz7TWRML-DFDFapbEXTByb9-pRQwoeJ0ApSdh6nOzXY,1019 +django/contrib/redirects/locale/io/LC_MESSAGES/django.po,sha256=obStuMYYSQ7x2utkGS3gekdPfnsNAwp3DcNwlwdg1sI,1228 +django/contrib/redirects/locale/is/LC_MESSAGES/django.mo,sha256=aMjlGilYfP7clGriAp1Za60uCD40rvLt9sKXuYX3ABg,1040 +django/contrib/redirects/locale/is/LC_MESSAGES/django.po,sha256=nw5fxVV20eQqsk4WKg6cIiKttG3zsITSVzH4p5xBV8s,1299 +django/contrib/redirects/locale/it/LC_MESSAGES/django.mo,sha256=bBj6dvhZSpxojLZ0GiMBamh1xiluxAYMt6RHubi9CxU,1092 +django/contrib/redirects/locale/it/LC_MESSAGES/django.po,sha256=NHSVus7ixtrB7JDIrYw22srZcse5i4Z9y8Ply_-Jcts,1390 +django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo,sha256=XSJw3iLK0gYVjZ86MYuV4jfoiN_-WkH--oMK5uW9cs8,1193 +django/contrib/redirects/locale/ja/LC_MESSAGES/django.po,sha256=SlYrmC3arGgS7SL8cCnq7d37P-bQGcmpgUXAwVC2eRw,1510 +django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo,sha256=0aOLKrhUX6YAIMNyt6KES9q2iFk2GupEr76WeGlJMkk,1511 +django/contrib/redirects/locale/ka/LC_MESSAGES/django.po,sha256=AQWIEdhxp55XnJwwHrUxxQaGbLJPmdo1YLeT86IJqnY,1725 +django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo,sha256=Ogx9NXK1Nfw4ctZfp-slIL81ziDX3f4DZ01OkVNY5Tw,699 +django/contrib/redirects/locale/kab/LC_MESSAGES/django.po,sha256=gI6aUPkXH-XzKrStDsMCMNfQKDEc-D1ffqE-Z-ItQuI,1001 +django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo,sha256=KVLc6PKL1MP_Px0LmpoW2lIvgLiSzlvoJ9062F-s3Zw,1261 +django/contrib/redirects/locale/kk/LC_MESSAGES/django.po,sha256=Xoy4mnOT51F_GS1oIO91EAuwt-ZfePKh-sutedo6D_g,1478 +django/contrib/redirects/locale/km/LC_MESSAGES/django.mo,sha256=tcW1s7jvTG0cagtdRNT0jSNkhX-B903LKl7bK31ZvJU,1248 +django/contrib/redirects/locale/km/LC_MESSAGES/django.po,sha256=KJ4h1umpfFLdsWZtsfXoeOl6cUPUD97U4ISWt80UZ2U,1437 +django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo,sha256=24GHcQlEoCDri-98eLtqLbGjtJz9cTPAfYdAijsL5ck,788 +django/contrib/redirects/locale/kn/LC_MESSAGES/django.po,sha256=xkH24itr2fpuCQMGQ3xssOqaN_7KzM-GLy0u00ti27I,1245 +django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo,sha256=_m-8YdcKaUqQ-O-ioyJqlvD3d4pT9KEES-_U5v32tVo,1152 +django/contrib/redirects/locale/ko/LC_MESSAGES/django.po,sha256=6m_YYMBCPXdKzk0mN4MdHzroU78uDRp70B67qMu0Ew8,1564 +django/contrib/redirects/locale/ky/LC_MESSAGES/django.mo,sha256=4jX_g-hledmjWEx0RvY99G5QcBj_mQt_HZzpd000J44,1265 +django/contrib/redirects/locale/ky/LC_MESSAGES/django.po,sha256=yvx21nxsqqVzPyyxX9_rF-oeaY2WszXrG4ZDSZTW6-4,1522 +django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/redirects/locale/lb/LC_MESSAGES/django.po,sha256=Hv1CF9CC78YuVVNpklDtPJDU5-iIUeuXcljewmc9akg,946 +django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo,sha256=reiFMXJnvE4XUosbKjyvUFzl4IKjlJoFK1gVJE9Tbnc,1191 +django/contrib/redirects/locale/lt/LC_MESSAGES/django.po,sha256=G56UIYuuVLgwzHCIj_suHNYPe1z76Y_cauWfGEs4nKI,1448 +django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo,sha256=AbYwFA0e9RUL1zeV8Ha2lfEe8wRED_xgSrrSJ7pcd94,1156 +django/contrib/redirects/locale/lv/LC_MESSAGES/django.po,sha256=HRNSNR0I4CVGCTocVB3nq-pOiKqrb7NfDQpLOEm2WYg,1456 +django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo,sha256=3XGgf2K60LclScPKcgw07TId6x535AW5jtGVJ9lC01A,1353 +django/contrib/redirects/locale/mk/LC_MESSAGES/django.po,sha256=Smsdpid5VByoxvnfzju_XOlp6aTPl8qshFptot3cRYM,1596 +django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo,sha256=IhSkvbgX9xfE4GypOQ7W7SDM-wOOqx1xgSTW7L1JofU,1573 +django/contrib/redirects/locale/ml/LC_MESSAGES/django.po,sha256=9KpXf88GRUB5I51Rj3q9qhvhjHFINuiJ9ig0SZdYE6k,1755 +django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo,sha256=14fdHC_hZrRaA0EAFzBJy8BHj4jMMX6l2e6rLLBtJ8E,1274 +django/contrib/redirects/locale/mn/LC_MESSAGES/django.po,sha256=7_QzUWf5l0P-7gM35p9UW7bOj33NabQq_zSrekUeZsY,1502 +django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo,sha256=KWFQR7X6niKMWIqY93sKtS6o41hsG4pEGLhXwC6MmDI,1530 +django/contrib/redirects/locale/mr/LC_MESSAGES/django.po,sha256=UZp4529Fm4US-Yi5eOlT6Ja7S_s1pc73LqNwEvaxXGw,1687 +django/contrib/redirects/locale/ms/LC_MESSAGES/django.mo,sha256=WUk6hvvHPWuylCGiDvy0MstWoQ1mdmwwfqlms1Nv4Ng,1094 +django/contrib/redirects/locale/ms/LC_MESSAGES/django.po,sha256=bsQDwxqtS5FgPCqTrfm9kw2hH_R2y44DnI5nluUgduc,1255 +django/contrib/redirects/locale/my/LC_MESSAGES/django.mo,sha256=H5-y9A3_1yIXJzC4sSuHqhURxhOlnYEL8Nvc0IF4zUE,549 +django/contrib/redirects/locale/my/LC_MESSAGES/django.po,sha256=MZGNt0jMQA6aHA6OmjvaC_ajvRWfUfDiKkV0j3_E480,1052 +django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo,sha256=pxRtj5VFxTQBbi_mDS05iGoQs4BZ4y6LLJZ9pozJezY,1110 +django/contrib/redirects/locale/nb/LC_MESSAGES/django.po,sha256=ALYXciVa0d0sG70dqjtk17Yh_qwzKAzTXDlEZSU9kc0,1392 +django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo,sha256=TxTnBGIi5k0PKAjADeCuOAJQV5dtzLrsFRXBXtfszWI,1420 +django/contrib/redirects/locale/ne/LC_MESSAGES/django.po,sha256=5b5R-6AlSIQrDyTtcmquoW5xrQRGZwlxZpBpZfVo5t4,1607 +django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo,sha256=Xeh1YbEAu7Lhz07RXPTMDyv7AyWF9Bhe-9oHdWT74mo,1129 +django/contrib/redirects/locale/nl/LC_MESSAGES/django.po,sha256=QuNgrX7w2wO15KPEe3ogVhXbkt0v60EwKmKfD7-PedU,1476 +django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo,sha256=8TQXBF2mzENl7lFpcrsKxkJ4nKySTOgXJM5_I2OD7q8,1143 +django/contrib/redirects/locale/nn/LC_MESSAGES/django.po,sha256=pfrKVQd1wLKKpq-b7CBpc-rZnEEgyZFDSjbipsEiwxM,1344 +django/contrib/redirects/locale/os/LC_MESSAGES/django.mo,sha256=joQ-ibV9_6ctGMNPLZQLCx5fUamRQngs6_LDd_s9sMQ,1150 +django/contrib/redirects/locale/os/LC_MESSAGES/django.po,sha256=ZwFWiuGS9comy7r2kMnKuqaPOvVehVdAAuFvXM5ldxM,1358 +django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo,sha256=MY-OIDNXlZth-ZRoOJ52nlUPg_51_F5k0NBIpc7GZEw,748 +django/contrib/redirects/locale/pa/LC_MESSAGES/django.po,sha256=TPDTK2ZvDyvO1ob8Qfr64QDbHVWAREfEeBO5w9jf63E,1199 +django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo,sha256=9Sc_8aDC8-PADnr4hYdat6iRUXj0QxsWR1RGWKIQP3M,1285 +django/contrib/redirects/locale/pl/LC_MESSAGES/django.po,sha256=RLuSAlWQPvxDGSNHL3j5ohMdf4IZL-g21-_QIuTdY4c,1605 +django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo,sha256=atDhyxfiRH_IqVqPAwVUTmWivKt-rm1AR3sVhXBnSJg,1196 +django/contrib/redirects/locale/pt/LC_MESSAGES/django.po,sha256=xVrw5f_ycVgDyTX-feksfSsGjSz76PSr2Os9tDFBaiA,1449 +django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo,sha256=adnRlAeOrULZkdpZGhHbb4D5A-hzJxeYlkfcbarx7pE,1224 +django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po,sha256=DLTeZs_Xng3j8bveJizEIBLBjd4lJH_a-TzZxJgtu20,1703 +django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo,sha256=D8FkmV6IxZOn5QAPBu9PwhStBpVQWudU62wKa7ADfJY,1158 +django/contrib/redirects/locale/ro/LC_MESSAGES/django.po,sha256=Z_-pDi2-A7_KXrEQtFlAJ_KLO0vXFKCbMphsNlqfNJk,1477 +django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo,sha256=IvO0IXq1xuX0wpo2hV8po1AMifLS3ElGyQal0vmC_Jw,1457 +django/contrib/redirects/locale/ru/LC_MESSAGES/django.po,sha256=FHb4L3RMVV5ajxGj9y6ZymPtO_XjZrhHmvCZBPwwzmQ,1762 +django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo,sha256=TTgi-SVyS9nbBCsI6NPbg-QA-GMc_-ciYewOUHDb1bM,1222 +django/contrib/redirects/locale/sk/LC_MESSAGES/django.po,sha256=yDuSGdVfHhsorxQNQ6S7ocyJfrI07pcLzyhkvXNCZXk,1506 +django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo,sha256=GAZtOFSUxsOHdXs3AzT40D-3JFWIlNDZU_Z-cMvdaHo,1173 +django/contrib/redirects/locale/sl/LC_MESSAGES/django.po,sha256=gkZTyxNh8L2gNxyLVzm-M1HTiK8KDvughTa2MK9NzWo,1351 +django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo,sha256=qBF68rD7Fyr27aGYYlDeetQrEfxGugtkXxhEB0mQuEA,1179 +django/contrib/redirects/locale/sq/LC_MESSAGES/django.po,sha256=9s38vklGQCDF7WPhCdTa6kiCsWSdhLsB2z4dGt2y31M,1472 +django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo,sha256=OK90avxrpYxBcvPIZ_tDlSZP6PyRCzFg_7h0F_JlMy8,1367 +django/contrib/redirects/locale/sr/LC_MESSAGES/django.po,sha256=Ipi7j7q5N8aNGWmkz5XGlOPqpD46xCLKarfs-lNbKqM,1629 +django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=qYXT0j80c7a5jMsxeezncAL9Gff2Pb7eJz8iTX0TRX4,1210 +django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po,sha256=CL3ij3uGK8UOMggLXf0MctEydLbyi-9zvkXN5Teuu9c,1424 +django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo,sha256=2j_IyOgbM_yED5lF10r7KGguEC2qX58dRIVogWj5PVY,1134 +django/contrib/redirects/locale/sv/LC_MESSAGES/django.po,sha256=lIFNLfEondtzlwlG3tDf3AH59uEotLtj-XdL87c-QUo,1404 +django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo,sha256=qQjxB8Z6uKoNOa3wI6aDiAYLpWhx7z2yI7nEbXtMOXc,1165 +django/contrib/redirects/locale/sw/LC_MESSAGES/django.po,sha256=rAAmAwjvy69tVeB-QeccIS8CMA96XLeWdfRwDy3_QA0,1385 +django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo,sha256=AE6Py2_CV2gQKjKQAa_UgkLT9i61x3i1hegQpRGuZZM,1502 +django/contrib/redirects/locale/ta/LC_MESSAGES/django.po,sha256=ojdq8p4HnwtK0n6By2I6_xuucOpJIobJEGRMGc_TrS8,1700 +django/contrib/redirects/locale/te/LC_MESSAGES/django.mo,sha256=Gtcs4cbgrD7-bSkPKiPbM5DcjONS2fSdHhvWdbs_E1M,467 +django/contrib/redirects/locale/te/LC_MESSAGES/django.po,sha256=RT-t3TjcOLyNQQWljVrIcPWErKssh_HQMyGujloy-EI,939 +django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo,sha256=6e4Pk9vX1csvSz80spVLhNTd3N251JrXaCga9n60AP8,782 +django/contrib/redirects/locale/tg/LC_MESSAGES/django.po,sha256=2Cmle5usoNZBo8nTfAiqCRq3KqN1WKKdc-mogUOJm9I,1177 +django/contrib/redirects/locale/th/LC_MESSAGES/django.mo,sha256=1l6eO0k1KjcmuRJKUS4ZdtJGhAUmUDMAMIeNwEobQqY,1331 +django/contrib/redirects/locale/th/LC_MESSAGES/django.po,sha256=DVVqpGC6zL8Hy8e6P8ZkhKbvcMJmXV5euLxmfoTCtms,1513 +django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo,sha256=NkxO6C7s1HHT1Jrmwad9zaD3pPyW_sPuZz3F2AGUD7M,1155 +django/contrib/redirects/locale/tk/LC_MESSAGES/django.po,sha256=0EQj1I1oNbAovKmF7o2rQ8_QsQiYqEFDab2KlCFw0s0,1373 +django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo,sha256=-qySxKYwxfFO79cBytvzTBeFGdio1wJlM5DeBBfdxns,1133 +django/contrib/redirects/locale/tr/LC_MESSAGES/django.po,sha256=-03z3YMI6tlt12xwFI2lWchOxiIVbkdVRhghaCoMKlk,1408 +django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo,sha256=Hf1JXcCGNwedxy1nVRM_pQ0yUebC-tvOXr7P0h86JyI,1178 +django/contrib/redirects/locale/tt/LC_MESSAGES/django.po,sha256=2WCyBQtqZk-8GXgtu-x94JYSNrryy2QoMnirhiBrgV0,1376 +django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/redirects/locale/udm/LC_MESSAGES/django.po,sha256=xsxlm4itpyLlLdPQRIHLuvTYRvruhM3Ezc9jtp3XSm4,934 +django/contrib/redirects/locale/ug/LC_MESSAGES/django.mo,sha256=qV4UXMJUeNM2vw0LWn-YR9TDn1sQVvnEUcXh7_AX3Jo,1409 +django/contrib/redirects/locale/ug/LC_MESSAGES/django.po,sha256=dilTTU3q5BCYiUIgpjncD3ijPaQgp1l73poSrsZiUUc,1633 +django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo,sha256=QbN1ABfbr2YbZQXz2U4DI-6iTvWoKPrLAn5tGq57G5Y,1569 +django/contrib/redirects/locale/uk/LC_MESSAGES/django.po,sha256=pH9M4ilsJneoHw6E1E3T54QCHGS_i4tlhDc0nbAJP8I,1949 +django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo,sha256=CQkt-yxyAaTd_Aj1ZZC8s5-4fI2TRyTEZ-SYJZgpRrQ,1138 +django/contrib/redirects/locale/ur/LC_MESSAGES/django.po,sha256=CkhmN49PvYTccvlSRu8qGpcbx2C-1aY7K3Lq1VC2fuM,1330 +django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo,sha256=vD0Y920SSsRsLROKFaU6YM8CT5KjQxJcgMh5bZ4Pugo,743 +django/contrib/redirects/locale/uz/LC_MESSAGES/django.po,sha256=G2Rj-6g8Vse2Bp8L_hGIO84S--akagMXj8gSa7F2lK4,1195 +django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo,sha256=BquXycJKh-7-D9p-rGUNnjqzs1d6S1YhEJjFW8_ARFA,1106 +django/contrib/redirects/locale/vi/LC_MESSAGES/django.po,sha256=xsCASrGZNbQk4d1mhsTZBcCpPJ0KO6Jr4Zz1wfnL67s,1301 +django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=iftb_HccNV383_odHbB6Tikn2h7EtP_9QK-Plq2xwTY,1100 +django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po,sha256=xZmfuCEYx7ou_qvtxBcBly5mBmkSBEhnx0xqJj3nvMw,1490 +django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=Dj3gCstbzcxZyR6iL-U_ridpKcyDI8UIAohw8Rq82bM,1108 +django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po,sha256=UvNH_gQtAhWqN-d3qGOB3nuqrKqFhxjIGu09WsZ7_oQ,1413 +django/contrib/redirects/middleware.py,sha256=ydqidqi5JTaoguEFQBRzLEkU3HeiohgVsFglHUE-HIU,1921 +django/contrib/redirects/migrations/0001_initial.py,sha256=0mXB5TgK_fwYbmbB_e7tKSjgOvpHWnZXg0IFcVtnmfU,2101 +django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py,sha256=RXPdSbYewnW1bjjXxNqUIL-qIeSxdBUehBp0BjfRl8o,635 +django/contrib/redirects/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/redirects/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/redirects/migrations/__pycache__/0002_alter_redirect_new_path_help_text.cpython-312.pyc,, +django/contrib/redirects/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/redirects/models.py,sha256=KJ6mj0BS243BNPKp26K7OSqcT9j49FPth5m0gNWWxFM,1083 +django/contrib/sessions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sessions/__pycache__/apps.cpython-312.pyc,, +django/contrib/sessions/__pycache__/base_session.cpython-312.pyc,, +django/contrib/sessions/__pycache__/exceptions.cpython-312.pyc,, +django/contrib/sessions/__pycache__/middleware.cpython-312.pyc,, +django/contrib/sessions/__pycache__/models.cpython-312.pyc,, +django/contrib/sessions/__pycache__/serializers.cpython-312.pyc,, +django/contrib/sessions/apps.py,sha256=5WIMqa3ymqEvYMnFHe3uWZB8XSijUF_NSgaorRD50Lg,194 +django/contrib/sessions/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/backends/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sessions/backends/__pycache__/base.cpython-312.pyc,, +django/contrib/sessions/backends/__pycache__/cache.cpython-312.pyc,, +django/contrib/sessions/backends/__pycache__/cached_db.cpython-312.pyc,, +django/contrib/sessions/backends/__pycache__/db.cpython-312.pyc,, +django/contrib/sessions/backends/__pycache__/file.cpython-312.pyc,, +django/contrib/sessions/backends/__pycache__/signed_cookies.cpython-312.pyc,, +django/contrib/sessions/backends/base.py,sha256=uw4jDJHvBQLI1XJCru-_fYZ2Pzfz1U-iiN8sJxNNaVs,16958 +django/contrib/sessions/backends/cache.py,sha256=m9WMB8we8T1j0k9rHP9_7nBuGzDVap3rGMjoM7N5Xe4,4674 +django/contrib/sessions/backends/cached_db.py,sha256=m348hgYLr-rl760T-Yxm2FJmQ6vbI-nZ2vi5QhIybCI,4148 +django/contrib/sessions/backends/db.py,sha256=qoFg94ju0_KtsPUgFCiKAvxbMOXc1YdGAfjktn00nyA,6907 +django/contrib/sessions/backends/file.py,sha256=FtK6zcbQGwLxtINvqTRHNovLHTDuyk61Y7zwNndSUyg,8200 +django/contrib/sessions/backends/signed_cookies.py,sha256=Al_HQ7OnDs77U9AgTcjN5VUVst5dTP-ZUbhuj6Bgsk0,3218 +django/contrib/sessions/base_session.py,sha256=euTO04sxDEk0lovU38a2TLYXJBA-g6nze9asqK2PoNU,1491 +django/contrib/sessions/exceptions.py,sha256=KhkhXiFwfUflSP_t6wCLOEXz1YjBRTKVNbrLmGhOTLo,359 +django/contrib/sessions/locale/af/LC_MESSAGES/django.mo,sha256=0DS0pgVrMN-bUimDfesgHs8Lgr0loz2c6nJdz58RxyQ,717 +django/contrib/sessions/locale/af/LC_MESSAGES/django.po,sha256=ZJRLBshQCAiTTAUycdB3MZIadLeHR5LxbSlDvSWLnEo,838 +django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo,sha256=yoepqaR68PTGLx--cAOzP94Sqyl5xIYpeQ0IFWgY380,846 +django/contrib/sessions/locale/ar/LC_MESSAGES/django.po,sha256=ZgwtBYIdtnqp_8nKHXF1NVJFzQU81-3yv9b7STrQHMc,995 +django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=_iSasR22CxvNWfei6aE_24woPhhhvNzQl5FUO_649dc,817 +django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po,sha256=vop5scstamgFSnO_FWXCEnI7R1N26t7jy_mZUAfETcY,978 +django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo,sha256=hz2m-PkrHby2CKfIOARj6kCzisT-Vs0syfDSTx_iVVw,702 +django/contrib/sessions/locale/ast/LC_MESSAGES/django.po,sha256=M90j1Nx6oDJ16hguUkfKYlyb5OymUeZ5xzPixWxSC7I,846 +django/contrib/sessions/locale/az/LC_MESSAGES/django.mo,sha256=_4XcYdtRasbCjRoaWGoULsXX2cEa--KdRdqbnGoaRuM,731 +django/contrib/sessions/locale/az/LC_MESSAGES/django.po,sha256=qYd7vz6A-hHQNwewzI6wEsxRVLdoc2xLGm1RPW0Hxc4,891 +django/contrib/sessions/locale/be/LC_MESSAGES/django.mo,sha256=FHZ72QuOd-vAOjOXisLs4CaEk7uZuzjO_EfUSB6754M,854 +django/contrib/sessions/locale/be/LC_MESSAGES/django.po,sha256=tHsYVn3XNTcukB0SrHUWP1iV763rrQHCimOyJHRPiek,1023 +django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo,sha256=fFZ8EgRlJ1Z-IP8gPtsUXAnqVHbqQRZpYv6PLWNlNVA,759 +django/contrib/sessions/locale/bg/LC_MESSAGES/django.po,sha256=tXcaDPNmFIv0RU-7sGscRkLCbKEgTBowzVj3AYymarY,997 +django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo,sha256=0BdFN7ou9tmoVG00fCA-frb1Tri3iKz43W7SWal398s,762 +django/contrib/sessions/locale/bn/LC_MESSAGES/django.po,sha256=LycmTel6LXV2HGGN6qzlAfID-cVEQCNnW1Nv_hbWXJk,909 +django/contrib/sessions/locale/br/LC_MESSAGES/django.mo,sha256=6ubPQUyXX08KUssyVZBMMkTlD94mlA6wzsteAMiZ8C8,1027 +django/contrib/sessions/locale/br/LC_MESSAGES/django.po,sha256=LKxGGHOQejKpUp18rCU2FXW8D_H3WuP_P6dPlEluwcE,1201 +django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo,sha256=M7TvlJMrSUAFhp7oUSpUKejnbTuIK-19yiGBBECl9Sc,759 +django/contrib/sessions/locale/bs/LC_MESSAGES/django.po,sha256=Ur0AeRjXUsLgDJhcGiw75hRk4Qe98DzPBOocD7GFDRQ,909 +django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo,sha256=tbaZ48PaihGGD9-2oTKiMFY3kbXjU59nNciCRINOBNk,738 +django/contrib/sessions/locale/ca/LC_MESSAGES/django.po,sha256=tJuJdehKuD9aXOauWOkE5idQhsVsLbeg1Usmc6N_SP0,906 +django/contrib/sessions/locale/ckb/LC_MESSAGES/django.mo,sha256=qTCUlxmStU9w1nXRAc_gRodaN6ojJK_XAxDXoYC5vQI,741 +django/contrib/sessions/locale/ckb/LC_MESSAGES/django.po,sha256=F2bHLL66fWF5_VTM5QvNUFakY7gPRDr1qCjW6AkYxec,905 +django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo,sha256=wEFP4NNaRQDbcbw96UC906jN4rOrlPJMn60VloXr944,759 +django/contrib/sessions/locale/cs/LC_MESSAGES/django.po,sha256=7XkKESwfOmbDRDbUYr1f62-fDOuyI-aCqLGaEiDrmX8,962 +django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo,sha256=GeWVeV2PvgLQV8ecVUA2g3-VvdzMsedgIDUSpn8DByk,774 +django/contrib/sessions/locale/cy/LC_MESSAGES/django.po,sha256=zo18MXtkEdO1L0Q6ewFurx3lsEWTCdh0JpQJTmvw5bY,952 +django/contrib/sessions/locale/da/LC_MESSAGES/django.mo,sha256=7_YecCzfeYQp9zVYt2B7MtjhAAuVb0BcK2D5Qv_uAbg,681 +django/contrib/sessions/locale/da/LC_MESSAGES/django.po,sha256=qX_Oo7niVo57bazlIYFA6bnVmPBclUUTWvZFYNLaG04,880 +django/contrib/sessions/locale/de/LC_MESSAGES/django.mo,sha256=N3kTal0YK9z7Te3zYGLbJmoSB6oWaviWDLGdPlsPa9g,721 +django/contrib/sessions/locale/de/LC_MESSAGES/django.po,sha256=0qnfDeCUQN2buKn6R0MvwhQP05XWxSu-xgvfxvnJe3k,844 +django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo,sha256=RABl3WZmY6gLh4IqmTUhoBEXygDzjp_5lLF1MU9U5fA,810 +django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po,sha256=cItKs5tASYHzDxfTg0A_dgBQounpzoGyOEFn18E_W_g,934 +django/contrib/sessions/locale/el/LC_MESSAGES/django.mo,sha256=QbTbmcfgc8_4r5hFrIghDhk2XQ4f8_emKmqupMG2ah0,809 +django/contrib/sessions/locale/el/LC_MESSAGES/django.po,sha256=HeaEbpVmFhhrZt2NsZteYaYoeo8FYKZF0IoNJwtzZkc,971 +django/contrib/sessions/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/sessions/locale/en/LC_MESSAGES/django.po,sha256=afaM-IIUZtcRZduojUTS8tT0w7C4Ya9lXgReOvq_iF0,804 +django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo,sha256=FgY1K6IVyQjMjXqVZxcsyWW_Tu5ckfrbmIfNYq5P-_E,693 +django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po,sha256=cMV15gJq8jNSUzkhn7uyOf2JYMFx7BNH1oFYa1vISnc,853 +django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo,sha256=T5NQCTYkpERfP9yKbUvixT0VdBt1zGmGB8ITlkVc420,707 +django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po,sha256=1ks_VE1qpEfPcyKg0HybkTG0-DTttTHTfUPhQCR53sw,849 +django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo,sha256=eBvYQbZS_WxVV3QCSZAOyHNIljC2ZXxVc4mktUuXVjI,727 +django/contrib/sessions/locale/eo/LC_MESSAGES/django.po,sha256=Ru9xicyTgHWVHh26hO2nQNFRQmwBnYKEagsS8TZRv3E,917 +django/contrib/sessions/locale/es/LC_MESSAGES/django.mo,sha256=jbHSvHjO2OCLlBD66LefocKOEbefWbPhj-l3NugiWuc,734 +django/contrib/sessions/locale/es/LC_MESSAGES/django.po,sha256=fY5WXeONEXHeuBlH0LkvzdZ2CSgbvLZ8BJc429aIbhI,909 +django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo,sha256=_8icF2dMUWj4WW967rc5npgndXBAdJrIiz_VKf5D-Rw,694 +django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po,sha256=AnmvjeOA7EBTJ6wMOkCl8JRLVYRU8KS0egPijcKutns,879 +django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo,sha256=UP7ia0gV9W-l0Qq5AS4ZPadJtml8iuzzlS5C9guMgh8,754 +django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po,sha256=_XeiiRWvDaGjofamsRHr5up_EQvcw0w-GLLeWK27Af8,878 +django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo,sha256=MDM0K3xMvyf8ymvAurHYuacpxfG_YfJFyNnp1uuc6yY,756 +django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po,sha256=Y7VNa16F_yyK7_XJvF36rR2XNW8aBJK4UDweufyXpxE,892 +django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po,sha256=zWjgB0AmsmhX2tjk1PgldttqY56Czz8epOVCaYWXTLU,761 +django/contrib/sessions/locale/et/LC_MESSAGES/django.mo,sha256=aL1jZWourEC7jtjsuBZHD-Gw9lpL6L1SoqjTtzguxD0,737 +django/contrib/sessions/locale/et/LC_MESSAGES/django.po,sha256=VNBYohAOs59jYWkjVMY-v2zwVy5AKrtBbFRJZLwdCFg,899 +django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo,sha256=M9piOB_t-ZnfN6pX-jeY0yWh2S_5cCuo1oGiy7X65A4,728 +django/contrib/sessions/locale/eu/LC_MESSAGES/django.po,sha256=bHdSoknoH0_dy26e93tWVdO4TT7rnCPXlSLPsYAhwyw,893 +django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo,sha256=6DdJcqaYuBnhpFFHR42w-RqML0eQPFMAUEEDY0Redy8,755 +django/contrib/sessions/locale/fa/LC_MESSAGES/django.po,sha256=rklhNf0UFl2bM6mt7x9lWvfzPH4XWGbrW9Gc2w-9rzg,922 +django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo,sha256=oAugvlTEvJmG8KsZw09WcfnifYY5oHnGo4lxcxqKeaY,721 +django/contrib/sessions/locale/fi/LC_MESSAGES/django.po,sha256=BVVrjbZZtLGAuZ9HK63p769CbjZFZMlS4BewSMfNMKU,889 +django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo,sha256=aDGYdzx2eInF6IZ-UzPDEJkuYVPnvwVND3qVuSfJNWw,692 +django/contrib/sessions/locale/fr/LC_MESSAGES/django.po,sha256=hARxGdtBOzEZ_iVyzkNvcKlgyM8fOkdXTH3upj2XFYM,893 +django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/sessions/locale/fy/LC_MESSAGES/django.po,sha256=U-VEY4WbmIkmrnPK4Mv-B-pbdtDzusBCVmE8iHyvzFU,751 +django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo,sha256=zTrydRCRDiUQwF4tQ3cN1-5w36i6KptagsdA5_SaGy0,747 +django/contrib/sessions/locale/ga/LC_MESSAGES/django.po,sha256=Qpk1JaUWiHSEPdgBk-O_KfvGzwlZ4IAA6c6-nsJe400,958 +django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo,sha256=Yi8blY_fUD5YTlnUD6YXZvv1qjm4QDriO6CJIUe1wIk,791 +django/contrib/sessions/locale/gd/LC_MESSAGES/django.po,sha256=fEa40AUqA5vh743Zqv0FO2WxSFXGYk4IzUR4BoaP-C4,890 +django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo,sha256=lC8uu-mKxt48DLzRvaxz-mOqR0ZfvEuaBI1Hi_nuMpo,692 +django/contrib/sessions/locale/gl/LC_MESSAGES/django.po,sha256=L34leIfwmRJoqX0jfefbNHz0CmON5cSaRXeh7pmFqCY,943 +django/contrib/sessions/locale/he/LC_MESSAGES/django.mo,sha256=qhgjSWfGAOgl-i7iwzSrJttx88xcj1pB0iLkEK64mJU,809 +django/contrib/sessions/locale/he/LC_MESSAGES/django.po,sha256=KvQG6wOpokM-2JkhWnB2UUQacy5Ie1402K_pH2zUOu0,1066 +django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo,sha256=naqxOjfAnNKy3qqnUG-4LGf9arLRJpjyWWmSj5tEfao,759 +django/contrib/sessions/locale/hi/LC_MESSAGES/django.po,sha256=WnTGvOz9YINMcUJg2BYCaHceZLKaTfsba_0AZtRNP38,951 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo,sha256=axyJAmXmadpFxIhu8rroVD8NsGGadQemh9-_ZDo7L1U,819 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.po,sha256=3G-qOYXBO-eMWWsa5LwTCW9M1oF0hlWgEz7hAK8hJqI,998 +django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo,sha256=_OXpOlCt4KU0i65Iw4LMjSsyn__E9wH20l9vDNBSEzw,805 +django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po,sha256=yv3vX_UCDrdl07GQ79Mnytwgz2oTvySYOG9enzMpFJA,929 +django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo,sha256=ik40LnsWkKYEUioJB9e11EX9XZ-qWMa-S7haxGhM-iI,727 +django/contrib/sessions/locale/hu/LC_MESSAGES/django.po,sha256=1-UWEEsFxRwmshP2x4pJbitWIGZ1YMeDDxnAX-XGNxc,884 +django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo,sha256=x6VQWGdidRJFUJme-6jf1pcitktcQHQ7fhmw2UBej1Q,815 +django/contrib/sessions/locale/hy/LC_MESSAGES/django.po,sha256=eRMa3_A2Vx195mx2lvza1v-wcEcEeMrU63f0bgPPFjc,893 +django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo,sha256=-o4aQPNJeqSDRSLqcKuYvJuKNBbFqDJDe3IzHgSgZeQ,744 +django/contrib/sessions/locale/ia/LC_MESSAGES/django.po,sha256=PULLDd3QOIU03kgradgQzT6IicoPhLPlUvFgRl-tGbA,869 +django/contrib/sessions/locale/id/LC_MESSAGES/django.mo,sha256=mOaIF0NGOO0-dt-nhHL-i3cfvt9-JKTbyUkFWPqDS9Y,705 +django/contrib/sessions/locale/id/LC_MESSAGES/django.po,sha256=EA6AJno3CaFOO-dEU9VQ_GEI-RAXS0v0uFqn1RJGjEs,914 +django/contrib/sessions/locale/io/LC_MESSAGES/django.mo,sha256=_rqAY6reegqmxmWc-pW8_kDaG9zflZuD-PGOVFsjRHo,683 +django/contrib/sessions/locale/io/LC_MESSAGES/django.po,sha256=tbKMxGuB6mh_m0ex9rO9KkTy6qyuRW2ERrQsGwmPiaw,840 +django/contrib/sessions/locale/is/LC_MESSAGES/django.mo,sha256=3QeMl-MCnBie9Sc_aQ1I7BrBhkbuArpoSJP95UEs4lg,706 +django/contrib/sessions/locale/is/LC_MESSAGES/django.po,sha256=LADIFJv8L5vgDJxiQUmKPSN64zzzrIKImh8wpLBEVWQ,853 +django/contrib/sessions/locale/it/LC_MESSAGES/django.mo,sha256=qTY3O-0FbbpZ5-BR5xOJWP0rlnIkBZf-oSawW_YJWlk,726 +django/contrib/sessions/locale/it/LC_MESSAGES/django.po,sha256=hEv0iTGLuUvEBk-lF-w7a9P3ifC0-eiodNtuSc7cXhg,869 +django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo,sha256=hbv9FzWzXRIGRh_Kf_FLQB34xfmPU_9RQKn9u1kJqGU,757 +django/contrib/sessions/locale/ja/LC_MESSAGES/django.po,sha256=ppGx5ekOWGgDF3vzyrWsqnFUZ-sVZZhiOhvAzl_8v54,920 +django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo,sha256=VZ-ysrDbea_-tMV-1xtlTeW62IAy2RWR94V3Y1iSh4U,803 +django/contrib/sessions/locale/ka/LC_MESSAGES/django.po,sha256=hqiWUiATlrc7qISF7ndlelIrFwc61kzhKje9l-DY6V4,955 +django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo,sha256=W_yE0NDPJrVznA2Qb89VuprJNwyxSg59ovvjkQe6mAs,743 +django/contrib/sessions/locale/kab/LC_MESSAGES/django.po,sha256=FJeEuv4P3NT_PpWHEUsQVSWXu65nYkJ6Z2AlbSKb0ZA,821 +django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo,sha256=FROGz_MuIhsIU5_-EYV38cHnRZrc3-OxxkBeK0ax9Rk,810 +django/contrib/sessions/locale/kk/LC_MESSAGES/django.po,sha256=P-oHO3Oi3V_RjWHjEAHdTrDfTwKP2xh3yJh7BlXL1VQ,1029 +django/contrib/sessions/locale/km/LC_MESSAGES/django.mo,sha256=VOuKsIG2DEeCA5JdheuMIeJlpmAhKrI6lD4KWYqIIPk,929 +django/contrib/sessions/locale/km/LC_MESSAGES/django.po,sha256=09i6Nd_rUK7UqFpJ70LMXTR6xS0NuGETRLe0CopMVBk,1073 +django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo,sha256=TMZ71RqNR6zI20BeozyLa9cjYrWlvfIajGDfpnHd3pQ,810 +django/contrib/sessions/locale/kn/LC_MESSAGES/django.po,sha256=whdM8P74jkAAHvjgJN8Q77dYd9sIsf_135ID8KBu-a8,990 +django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo,sha256=MAgc0EkV0IrWjC6bSvKiyRlGXtgjhZF-ltTuyAFNDUk,653 +django/contrib/sessions/locale/ko/LC_MESSAGES/django.po,sha256=Fn9KkX9fEOKu2WjUYsP_xHEBbdoDeFHSoE096ctnFFc,874 +django/contrib/sessions/locale/ky/LC_MESSAGES/django.mo,sha256=ME7YUgKOYQz9FF_IdrqHImieEONDrkcn4T3HxTZKSV0,742 +django/contrib/sessions/locale/ky/LC_MESSAGES/django.po,sha256=JZHTs9wYmlWzilRMyp-jZWFSzGxWtPiQefPmLL9yhtM,915 +django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/sessions/locale/lb/LC_MESSAGES/django.po,sha256=3igeAnQjDg6D7ItBkQQhyBoFJOZlBxT7NoZiExwD-Fo,749 +django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo,sha256=L9w8-qxlDlCqR_2P0PZegfhok_I61n0mJ1koJxzufy4,786 +django/contrib/sessions/locale/lt/LC_MESSAGES/django.po,sha256=dEefLGtg5flFr_v4vHS5HhK1kxx9WYWTw98cvEn132M,1023 +django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo,sha256=exEzDUNwNS0GLsUkKPu_SfqBxU7T6VRA_T2schIQZ88,753 +django/contrib/sessions/locale/lv/LC_MESSAGES/django.po,sha256=fBgQEbsGg1ECVm1PFDrS2sfKs2eqmsqrSYzx9ELotNQ,909 +django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo,sha256=4oTWp8-qzUQBiqG32hNieABgT3O17q2C4iEhcFtAxLA,816 +django/contrib/sessions/locale/mk/LC_MESSAGES/django.po,sha256=afApb5YRhPXUWR8yF_TTym73u0ov7lWiwRda1-uNiLY,988 +django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo,sha256=tff5TsHILSV1kAAB3bzHQZDB9fgMglZJTofzCunGBzc,854 +django/contrib/sessions/locale/ml/LC_MESSAGES/django.po,sha256=eRkeupt42kUey_9vJmlH8USshnXPZ8M7aYHq88u-5iY,1016 +django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo,sha256=CcCH2ggVYrD29Q11ZMthcscBno2ePkQDbZfoYquTRPM,784 +django/contrib/sessions/locale/mn/LC_MESSAGES/django.po,sha256=nvcjbJzXiDvWFXrM5CxgOQIq8XucsZEUVdYkY8LnCRE,992 +django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo,sha256=rFOGgJ9q9AUlEV_XT-Sycs9eaDtD9so7ZNBTkI-E-Ew,768 +django/contrib/sessions/locale/mr/LC_MESSAGES/django.po,sha256=ZMojWauBzqXR7YSTJ5eAVAX4Xqbv6WEoYOpNL4GQaqU,907 +django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo,sha256=rFi4D_ZURYUPjs5AqJ66bW70yL7AekAKWnrZRBvGPiE,649 +django/contrib/sessions/locale/ms/LC_MESSAGES/django.po,sha256=nZuJ_D0JZUzmGensLa7tSgzbBo05qgQcuHmte2oU6WQ,786 +django/contrib/sessions/locale/my/LC_MESSAGES/django.mo,sha256=8zzzyfJYok969YuAwDUaa6YhxaSi3wcXy3HRNXDb_70,872 +django/contrib/sessions/locale/my/LC_MESSAGES/django.po,sha256=mfs0zRBI0tugyyEfXBZzZ_FMIohydq6EYPZGra678pw,997 +django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo,sha256=hfJ1NCFgcAAtUvNEpaZ9b31PyidHxDGicifUWANIbM8,717 +django/contrib/sessions/locale/nb/LC_MESSAGES/django.po,sha256=yXr6oYuiu01oELdQKuztQFWz8x5C2zS5OzEfU9MHJsU,908 +django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo,sha256=slFgMrqGVtLRHdGorLGPpB09SM92_WnbnRR0rlpNlPQ,802 +django/contrib/sessions/locale/ne/LC_MESSAGES/django.po,sha256=1vyoiGnnaB8f9SFz8PGfzpw6V_NoL78DQwjjnB6fS98,978 +django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo,sha256=84BTlTyxa409moKbQMFyJisI65w22p09qjJHBAmQe-g,692 +django/contrib/sessions/locale/nl/LC_MESSAGES/django.po,sha256=smRr-QPGm6h6hdXxghggWES8b2NnL7yDQ07coUypa8g,909 +django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo,sha256=cytH72J3yS1PURcgyrD8R2PV5d3SbPE73IAqOMBPPVg,667 +django/contrib/sessions/locale/nn/LC_MESSAGES/django.po,sha256=y9l60yy_W3qjxWzxgJg5VgEH9KAIHIQb5hv7mgnep9w,851 +django/contrib/sessions/locale/os/LC_MESSAGES/django.mo,sha256=xVux1Ag45Jo9HQBbkrRzcWrNjqP09nMQl16jIh0YVlo,732 +django/contrib/sessions/locale/os/LC_MESSAGES/django.po,sha256=1hG5Vsz2a2yW05_Z9cTNrBKtK9VRPZuQdx4KJ_0n98o,892 +django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo,sha256=qEx4r_ONwXK1-qYD5uxxXEQPqK5I6rf38QZoUSm7UVA,771 +django/contrib/sessions/locale/pa/LC_MESSAGES/django.po,sha256=M7fmVGP8DtZGEuTV3iJhuWWqILVUTDZvUey_mrP4_fM,918 +django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo,sha256=F9CQb7gQ1ltP6B82JNKu8IAsTdHK5TNke0rtDIgNz3c,828 +django/contrib/sessions/locale/pl/LC_MESSAGES/django.po,sha256=C_MJBB-vwTZbx-t4-mzun-RxHhdOVv04b6xrWdnTv8E,1084 +django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo,sha256=dlJF7hF4GjLmQPdAJhtf-FCKX26XsOmZlChOcxxIqPk,738 +django/contrib/sessions/locale/pt/LC_MESSAGES/django.po,sha256=cOycrw3HCHjSYBadpalyrg5LdRTlqZCTyMh93GOQ8O0,896 +django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo,sha256=XHNF5D8oXIia3e3LYwxd46a2JOgDc_ykvc8yuo21fT0,757 +django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po,sha256=K_zxKaUKngWPFpvHgXOcymJEsiONSw-OrVrroRXmUUk,924 +django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo,sha256=WR9I9Gum_pq7Qg2Gzhf-zAv43OwR_uDtsbhtx4Ta5gE,776 +django/contrib/sessions/locale/ro/LC_MESSAGES/django.po,sha256=fEgVxL_0Llnjspu9EsXBf8AVL0DGdfF7NgV88G7WN1E,987 +django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo,sha256=n-8vXR5spEbdfyeWOYWC_6kBbAppNoRrWYgqKFY6gJA,913 +django/contrib/sessions/locale/ru/LC_MESSAGES/django.po,sha256=sNqNGdoof6eXzFlh4YIp1O54MdDOAFDjD3GvAFsNP8k,1101 +django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo,sha256=Yntm624Wt410RwuNPU1c-WwQoyrRrBs69VlKMlNUHeQ,766 +django/contrib/sessions/locale/sk/LC_MESSAGES/django.po,sha256=wt7BJk6RpFogJ2Wwa9Mh0mJi9YMpNYKTUSDuDuv1Ong,975 +django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo,sha256=EE6mB8BiYRyAxK6qzurRWcaYVs96FO_4rERYQdtIt3k,770 +django/contrib/sessions/locale/sl/LC_MESSAGES/django.po,sha256=KTjBWyvaNCHbpV9K6vbnavwxxXqf2DlIqVPv7MVFcO8,928 +django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo,sha256=eRaTy3WOC76EYLtMSD4xtJj2h8eE4W-TS4VvCVxI5bw,683 +django/contrib/sessions/locale/sq/LC_MESSAGES/django.po,sha256=9pzp7834LQKafe5fJzC4OKsAd6XfgtEQl6K6hVLaBQM,844 +django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo,sha256=ZDBOYmWIoSyDeT0nYIIFeMtW5jwpr257CbdTZlkVeRQ,855 +django/contrib/sessions/locale/sr/LC_MESSAGES/django.po,sha256=OXQOYeac0ghuzLrwaErJGr1FczuORTu2yroFX5hvRnk,1027 +django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=f3x9f9hTOsJltghjzJMdd8ueDwzxJex6zTXsU-_Hf_Y,757 +django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po,sha256=HKjo7hjSAvgrIvlI0SkgF3zxz8TtKWyBT51UGNhDwek,946 +django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo,sha256=SGbr0K_5iAMA22MfseAldMDgLSEBrI56pCtyV8tMAPc,707 +django/contrib/sessions/locale/sv/LC_MESSAGES/django.po,sha256=vraY3915wBYGeYu9Ro0-TlBeLWqGZP1fbckLv8y47Ys,853 +django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo,sha256=Edhqp8yuBnrGtJqPO7jxobeXN4uU5wKSLrOsFO1F23k,743 +django/contrib/sessions/locale/sw/LC_MESSAGES/django.po,sha256=iY4rN4T-AA2FBQA7DiWWFvrclqKiDYQefqwwVw61-f8,858 +django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo,sha256=qLIThhFQbJKc1_UVr7wVIm1rJfK2rO5m84BCB_oKq7s,801 +django/contrib/sessions/locale/ta/LC_MESSAGES/django.po,sha256=bYqtYf9XgP9IKKFJXh0u64JhRhDvPPUliI1J-NeRpKE,945 +django/contrib/sessions/locale/te/LC_MESSAGES/django.mo,sha256=kteZeivEckt4AmAeKgmgouMQo1qqSQrI8M42B16gMnQ,786 +django/contrib/sessions/locale/te/LC_MESSAGES/django.po,sha256=dQgiNS52RHrL6bV9CEO7Jk9lk3YUQrUBDCg_bP2OSZc,980 +django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo,sha256=N6AiKfV47QTlO5Z_r4SQZXVLtouu-NVSwWkePgD17Tc,747 +django/contrib/sessions/locale/tg/LC_MESSAGES/django.po,sha256=wvvDNu060yqlTxy3swM0x3v6QpvCB9DkfNm0Q-kb9Xk,910 +django/contrib/sessions/locale/th/LC_MESSAGES/django.mo,sha256=D41vbkoYMdYPj3587p-c5yytLVi9pE5xvRZEYhZrxPs,814 +django/contrib/sessions/locale/th/LC_MESSAGES/django.po,sha256=43704TUv4ysKhL8T5MowZwlyv1JZrPyVGrpdIyb3r40,988 +django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo,sha256=pT_hpKCwFT60GUXzD_4z8JOhmh1HRnkZj-QSouVEgUA,699 +django/contrib/sessions/locale/tk/LC_MESSAGES/django.po,sha256=trqXxfyIbh4V4szol0pXETmEWRxAAKywPZ9EzVMVE-I,865 +django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo,sha256=STDnYOeO1d9nSCVf7pSkMq8R7z1aeqq-xAuIYjsofuE,685 +django/contrib/sessions/locale/tr/LC_MESSAGES/django.po,sha256=XYKo0_P5xitYehvjMzEw2MTp_Nza-cIXEECV3dA6BmY,863 +django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo,sha256=Q-FGu_ljTsxXO_EWu7zCzGwoqFXkeoTzWSlvx85VLGc,806 +django/contrib/sessions/locale/tt/LC_MESSAGES/django.po,sha256=UC85dFs_1836noZTuZEzPqAjQMFfSvj7oGmEWOGcfCA,962 +django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/sessions/locale/udm/LC_MESSAGES/django.po,sha256=CPml2Fn9Ax_qO5brCFDLPBoTiNdvsvJb1btQ0COwUfY,737 +django/contrib/sessions/locale/ug/LC_MESSAGES/django.mo,sha256=HMwjTByc3HrhFvCt_iOioYZE7JEKLzNlb2DTu6TCgto,748 +django/contrib/sessions/locale/ug/LC_MESSAGES/django.po,sha256=QEdIUuvVMFbOPSCYs6k-61rBwmTUXFCcR1pKn53dXtQ,864 +django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo,sha256=jzNrLuFghQMCHNRQ0ihnKMCicgear0yWiTOLnvdPszw,841 +django/contrib/sessions/locale/uk/LC_MESSAGES/django.po,sha256=4K2geuGjRpJCtNfGPMhYWZlGxUy5xzIoDKA2jL2iGos,1171 +django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo,sha256=FkGIiHegr8HR8zjVyJ9TTW1T9WYtAL5Mg77nRKnKqWk,729 +django/contrib/sessions/locale/ur/LC_MESSAGES/django.po,sha256=qR4QEBTP6CH09XFCzsPSPg2Dv0LqzbRV_I67HO2OUwk,879 +django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo,sha256=asPu0RhMB_Ui1li-OTVL4qIXnM9XpjsYyx5yJldDYBY,744 +django/contrib/sessions/locale/uz/LC_MESSAGES/django.po,sha256=KsHuLgGJt-KDH0h6ND7JLP2dDJAdLVHSlau4DkkfqA8,880 +django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo,sha256=KriTpT-Hgr10DMnY5Bmbd4isxmSFLmav8vg2tuL2Bb8,679 +django/contrib/sessions/locale/vi/LC_MESSAGES/django.po,sha256=M7S46Q0Q961ykz_5FCAN8SXQ54w8tp4rZeZpy6bPtXs,909 +django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=zsbhIMocgB8Yn1XEBxbIIbBh8tLifvvYNlhe5U61ch8,722 +django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po,sha256=tPshgXjEv6pME4N082ztamJhd5whHB2_IV_egdP-LlQ,889 +django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=l6mWJJ_Lbfn3GsvmblZMtyXzgzqgIgroAOCg3DdzQyI,676 +django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po,sha256=MRV_86xy4ILP46qZtxkHGJwWEvXwF5XAvJ16LNMdx3Q,904 +django/contrib/sessions/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/management/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sessions/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/management/commands/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sessions/management/commands/__pycache__/clearsessions.cpython-312.pyc,, +django/contrib/sessions/management/commands/clearsessions.py,sha256=pAiO5o7zgButVlYAV93bPnmiwzWP7V5N7-xPtxSkjJg,661 +django/contrib/sessions/middleware.py,sha256=ziZex9xiqxBYl9SC91i4QIDYuoenz4OoKaNO7sXu8kQ,3483 +django/contrib/sessions/migrations/0001_initial.py,sha256=KqQ44jk-5RNcTdqUv95l_UnoMA8cP5O-0lrjoJ8vabk,1148 +django/contrib/sessions/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/sessions/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sessions/models.py,sha256=BguwuQSDzpeTNXhteYRAcspg1rop431tjFeZUVWZNYc,1250 +django/contrib/sessions/serializers.py,sha256=S9oDsUAjFv2MTlLQA6AoehggKyHXpu6-Qnrqybhgvkg,106 +django/contrib/sitemaps/__init__.py,sha256=hZuWQsKCQHfgPOx1GQPETMzTT9oqzcpp2wDMfGiLhp8,6923 +django/contrib/sitemaps/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sitemaps/__pycache__/apps.cpython-312.pyc,, +django/contrib/sitemaps/__pycache__/views.cpython-312.pyc,, +django/contrib/sitemaps/apps.py,sha256=xYE-mAs37nL8ZAnv052LhUKVUwGYKB3xyPy4t8pwOpw,249 +django/contrib/sitemaps/templates/sitemap.xml,sha256=L092SHTtwtmNJ_Lj_jLrzHhfI0-OKKIw5fpyOfr4qRs,683 +django/contrib/sitemaps/templates/sitemap_index.xml,sha256=SQf9avfFmnT8j-nLEc8lVQQcdhiy_qhnqjssIMti3oU,360 +django/contrib/sitemaps/views.py,sha256=WoBVQN0jHzjrhuB-_tMdbC8S1Hb9TAnVyL1Kk3CcGM4,4657 +django/contrib/sites/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sites/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sites/__pycache__/admin.cpython-312.pyc,, +django/contrib/sites/__pycache__/apps.cpython-312.pyc,, +django/contrib/sites/__pycache__/checks.cpython-312.pyc,, +django/contrib/sites/__pycache__/management.cpython-312.pyc,, +django/contrib/sites/__pycache__/managers.cpython-312.pyc,, +django/contrib/sites/__pycache__/middleware.cpython-312.pyc,, +django/contrib/sites/__pycache__/models.cpython-312.pyc,, +django/contrib/sites/__pycache__/requests.cpython-312.pyc,, +django/contrib/sites/__pycache__/shortcuts.cpython-312.pyc,, +django/contrib/sites/admin.py,sha256=IWvGDQUTDPEUsd-uuxfHxJq4syGtddNKUdkP0nmVUMA,214 +django/contrib/sites/apps.py,sha256=uBLHUyQoSuo1Q7NwLTwlvsTuRU1MXwj4t6lRUnIBdwk,562 +django/contrib/sites/checks.py,sha256=AydGM1G1L9mvmTbNMTXRbZzPbHpIiknkRzLh5uFQLLI,366 +django/contrib/sites/locale/af/LC_MESSAGES/django.mo,sha256=A10bZFMs-wUetVfF5UrFwmuiKnN4ZnlrR4Rx8U4Ut1A,786 +django/contrib/sites/locale/af/LC_MESSAGES/django.po,sha256=O0-ZRvmXvV_34kONuqakuXV5OmYbQ569K1Puj3qQNac,907 +django/contrib/sites/locale/ar/LC_MESSAGES/django.mo,sha256=kLoytp2jvhWn6p1c8kNVua2sYAMnrpS4xnbluHD22Vs,947 +django/contrib/sites/locale/ar/LC_MESSAGES/django.po,sha256=HYA3pA29GktzXBP-soUEn9VP2vkZuhVIXVA8TNPCHCs,1135 +django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.mo,sha256=-ltwY57Th6LNqU3bgOPPP7qWtII5c6rj8Dv8eY7PZ84,918 +django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.po,sha256=KRTjZ2dFRWVPmE_hC5Hq8eDv3GQs3yQKCgV5ISFmEKk,1079 +django/contrib/sites/locale/ast/LC_MESSAGES/django.mo,sha256=eEvaeiGnZFBPGzKLlRz4M9AHemgJVAb-yNpbpxRqtd0,774 +django/contrib/sites/locale/ast/LC_MESSAGES/django.po,sha256=huBohKzLpdaJRFMFXXSDhDCUOqVqyWXfxb8_lLOkUd0,915 +django/contrib/sites/locale/az/LC_MESSAGES/django.mo,sha256=G_bzPduoIuXAqQHiGWVXq0g9iYki0pvK8Nx-_n-ffAI,727 +django/contrib/sites/locale/az/LC_MESSAGES/django.po,sha256=N2GRj4HQVYcjNZkQpb_YfNsLXplRZbcR4KcbHw7Xb8Q,951 +django/contrib/sites/locale/be/LC_MESSAGES/django.mo,sha256=HGh78mI50ZldBtQ8jId26SI-lSHv4ZLcveRN2J8VzH8,983 +django/contrib/sites/locale/be/LC_MESSAGES/django.po,sha256=W5FhVJKcmd3WHl2Lpd5NJUsc7_sE_1Pipk3CVPoGPa4,1152 +django/contrib/sites/locale/bg/LC_MESSAGES/django.mo,sha256=a2R52umIQIhnzFaFYSRhQ6nBlywE8RGMj2FUOFmyb0A,904 +django/contrib/sites/locale/bg/LC_MESSAGES/django.po,sha256=awB8RMS-qByhNB6eH2f0Oyxb3SH8waLhrZ--rokGfaI,1118 +django/contrib/sites/locale/bn/LC_MESSAGES/django.mo,sha256=cI3a9_L-OC7gtdyRNaGX7A5w0Za0M4ERnYB7rSNkuRU,925 +django/contrib/sites/locale/bn/LC_MESSAGES/django.po,sha256=8ZxYF16bgtTZSZRZFok6IJxUV02vIztoVx2qXqwO8NM,1090 +django/contrib/sites/locale/br/LC_MESSAGES/django.mo,sha256=rI_dIznbwnadZbxOPtQxZ1pGYePNwcNNXt05iiPkchU,1107 +django/contrib/sites/locale/br/LC_MESSAGES/django.po,sha256=7Ein5Xw73DNGGtdd595Bx6ixfSD-dBXZNBUU44pSLuQ,1281 +django/contrib/sites/locale/bs/LC_MESSAGES/django.mo,sha256=bDeqQNme586LnQRQdvOWaLGZssjOoECef3vMq_OCXno,692 +django/contrib/sites/locale/bs/LC_MESSAGES/django.po,sha256=xRTWInDNiLxikjwsjgW_pYjhy24zOro90-909ns9fig,923 +django/contrib/sites/locale/ca/LC_MESSAGES/django.mo,sha256=lEUuQEpgDY3bVWzRONrPzYlojRoNduT16_oYDkkbdfk,791 +django/contrib/sites/locale/ca/LC_MESSAGES/django.po,sha256=aORAoVn69iG1ynmEfnkBzBO-UZOzzbkPVOU-ZvfMtZg,996 +django/contrib/sites/locale/ckb/LC_MESSAGES/django.mo,sha256=Chp4sX73l_RFw4aaf9x67vEO1_cM8eh5c0URKBgMU-Q,843 +django/contrib/sites/locale/ckb/LC_MESSAGES/django.po,sha256=2NPav4574kEwTS_nZTUoVbYxJFzsaC5MdQUCD9iqC6E,1007 +django/contrib/sites/locale/cs/LC_MESSAGES/django.mo,sha256=mnXnpU7sLDTJ3OrIUTnGarPYsupNIUPV4ex_BPWU8fk,827 +django/contrib/sites/locale/cs/LC_MESSAGES/django.po,sha256=ONzFlwzmt7p5jdp6111qQkkevckRrd7GNS0lkDPKu-4,1035 +django/contrib/sites/locale/cy/LC_MESSAGES/django.mo,sha256=70pOie0K__hkmM9oBUaQfVwHjK8Cl48E26kRQL2mtew,835 +django/contrib/sites/locale/cy/LC_MESSAGES/django.po,sha256=FAZrVc72x-4R1A-1qYOBwADoXngC_F6FO8nRjr5-Z6g,1013 +django/contrib/sites/locale/da/LC_MESSAGES/django.mo,sha256=FTOyV1DIH9sMldyjgPw98d2HCotoO4zJ_KY_C9DCB7Y,753 +django/contrib/sites/locale/da/LC_MESSAGES/django.po,sha256=Po1Z6u52CFCyz9hLfK009pMbZzZgHrBse0ViX8wCYm8,957 +django/contrib/sites/locale/de/LC_MESSAGES/django.mo,sha256=5Q6X0_bDQ1ZRpkTy7UpPNzrhmQsB9Q0P1agB7koRyzs,792 +django/contrib/sites/locale/de/LC_MESSAGES/django.po,sha256=aD0wBinqtDUPvBbwtHrLEhFdoVRx1nOh17cJFuWhN3U,980 +django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo,sha256=pPpWYsYp81MTrqCsGF0QnGktZNIll70bdBwSkuVE8go,868 +django/contrib/sites/locale/dsb/LC_MESSAGES/django.po,sha256=IA3G8AKJls20gzfxnrfPzivMNpL8A0zBQBg7OyzrP6g,992 +django/contrib/sites/locale/el/LC_MESSAGES/django.mo,sha256=G9o1zLGysUePGzZRicQ2aIIrc2UXMLTQmdpbrUMfWBU,878 +django/contrib/sites/locale/el/LC_MESSAGES/django.po,sha256=RBi_D-_znYuV6LXfTlSOf1Mvuyl96fIyEoiZ-lgeyWs,1133 +django/contrib/sites/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/sites/locale/en/LC_MESSAGES/django.po,sha256=tSjfrNZ_FqLHsXjm5NuTyo5-JpdlPLsPZjFqF2APhy8,817 +django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo,sha256=G--2j_CR99JjRgVIX2Y_5pDfO7IgIkvK4kYHZtGzpxU,753 +django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po,sha256=Giw634r94MJT1Q3qgqM7gZakQCasRM9Dm7MDkb9JOc8,913 +django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo,sha256=FbSh7msJdrHsXr0EtDMuODFzSANG_HJ3iBlW8ePpqFs,639 +django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po,sha256=Ib-DIuTWlrN3kg99kLCuqWJVtt1NWaFD4UbDFK6d4KY,862 +django/contrib/sites/locale/eo/LC_MESSAGES/django.mo,sha256=N4KkH12OHxic3pp1okeBhpfDx8XxxpULk3UC219vjWU,792 +django/contrib/sites/locale/eo/LC_MESSAGES/django.po,sha256=ymXSJaFJWGBO903ObqR-ows-p4T3KyUplc_p_3r1uk8,1043 +django/contrib/sites/locale/es/LC_MESSAGES/django.mo,sha256=qLN1uoCdslxdYWgdjgSBi7szllP-mQZtHbuZnNOthsQ,804 +django/contrib/sites/locale/es/LC_MESSAGES/django.po,sha256=QClia2zY39269VSQzkQsLwwukthN6u2JBsjbLNxA1VQ,1066 +django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo,sha256=_O4rVk7IM2BBlZvjDP2SvTOo8WWqthQi5exQzt027-s,776 +django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po,sha256=RwyNylXbyxdSXn6qRDXd99-GaEPlmr6TicHTUW0boaQ,969 +django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo,sha256=a4Xje2M26wyIx6Wlg6puHo_OXjiDEy7b0FquT9gbThA,825 +django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po,sha256=9bnRhVD099JzkheO80l65dufjuawsj9aSFgFu5A-lnM,949 +django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo,sha256=AtGta5jBL9XNBvfSpsCcnDtDhvcb89ALl4hNjSPxibM,809 +django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po,sha256=TnkpQp-7swH-x9cytUJe-QJRd2n_pYMVo0ltDw9Pu8o,991 +django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po,sha256=8PWXy2L1l67wDIi98Q45j7OpVITr0Lt4zwitAnB-d_o,791 +django/contrib/sites/locale/et/LC_MESSAGES/django.mo,sha256=I2E-49UQsG-F26OeAfnKlfUdA3YCkUSV8ffA-GMSkE0,788 +django/contrib/sites/locale/et/LC_MESSAGES/django.po,sha256=mEfD6EyQ15PPivb5FTlkabt3Lo_XGtomI9XzHrrh34Y,992 +django/contrib/sites/locale/eu/LC_MESSAGES/django.mo,sha256=1HTAFI3DvTAflLJsN7NVtSd4XOTlfoeLGFyYCOX69Ec,807 +django/contrib/sites/locale/eu/LC_MESSAGES/django.po,sha256=NWxdE5-mF6Ak4nPRpCFEgAMIsVDe9YBEZl81v9kEuX8,1023 +django/contrib/sites/locale/fa/LC_MESSAGES/django.mo,sha256=odtsOpZ6noNqwDb18HDc2e6nz3NMsa-wrTN-9dk7d9w,872 +django/contrib/sites/locale/fa/LC_MESSAGES/django.po,sha256=-DirRvcTqcpIy90QAUiCSoNkCDRifqpWSzLriJ4cwQU,1094 +django/contrib/sites/locale/fi/LC_MESSAGES/django.mo,sha256=I5DUeLk1ChUC32q5uzriABCLLJpJKNbEK4BfqylPQzg,786 +django/contrib/sites/locale/fi/LC_MESSAGES/django.po,sha256=LH2sFIKM3YHPoz9zIu10z1DFv1svXphBdOhXNy4a17s,929 +django/contrib/sites/locale/fr/LC_MESSAGES/django.mo,sha256=W7Ne5HqgnRcl42njzbUaDSY059jdhwvr0tgZzecVWD8,756 +django/contrib/sites/locale/fr/LC_MESSAGES/django.po,sha256=u24rHDJ47AoBgcmBwI1tIescAgbjFxov6y906H_uhK0,999 +django/contrib/sites/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/sites/locale/fy/LC_MESSAGES/django.po,sha256=Yh6Lw0QI2Me0zCtlyXraFLjERKqklB6-IJLDTjH_jTs,781 +django/contrib/sites/locale/ga/LC_MESSAGES/django.mo,sha256=RKnHbMHTD4CAxNU6SXQ6jCbgzqDIZZuGOFcdX_baCA4,814 +django/contrib/sites/locale/ga/LC_MESSAGES/django.po,sha256=fqY_eHIE04JxXXyi5ZECLMzcfyG0ZXasxG6ZIErkcrQ,1058 +django/contrib/sites/locale/gd/LC_MESSAGES/django.mo,sha256=df4XIGGD6FIyMUXsb-SoSqNfBFAsRXf4qYtolh_C964,858 +django/contrib/sites/locale/gd/LC_MESSAGES/django.po,sha256=NPKp7A5-y-MR7r8r4WqtcVQJEHCIOP5mLTd0cIfUsug,957 +django/contrib/sites/locale/gl/LC_MESSAGES/django.mo,sha256=tiRYDFC1_V2n1jkEQqhjjQBdZzFkhxzNfHIzG2l3PX4,728 +django/contrib/sites/locale/gl/LC_MESSAGES/django.po,sha256=DNY_rv6w6VrAu3hMUwx3cgLLyH4PFfgaJ9dSKfLBrpI,979 +django/contrib/sites/locale/he/LC_MESSAGES/django.mo,sha256=L3bganfG4gHqp2WXGh4rfWmmbaIxHaGc7-ypAqjSL_E,820 +django/contrib/sites/locale/he/LC_MESSAGES/django.po,sha256=iO3OZwz2aiuAzugkKp5Hxonwdg3kKjBurxR685J2ZMk,1082 +django/contrib/sites/locale/hi/LC_MESSAGES/django.mo,sha256=J4oIS1vJnCvdCCUD4tlTUVyTe4Xn0gKcWedfhH4C0t0,665 +django/contrib/sites/locale/hi/LC_MESSAGES/django.po,sha256=INBrm37jL3okBHuzX8MSN1vMptj77a-4kwQkAyt8w_8,890 +django/contrib/sites/locale/hr/LC_MESSAGES/django.mo,sha256=KjDUhEaOuYSMexcURu2UgfkatN2rrUcAbCUbcpVSInk,876 +django/contrib/sites/locale/hr/LC_MESSAGES/django.po,sha256=-nFMFkVuDoKYDFV_zdNULOqQlnqtiCG57aakN5hqlmg,1055 +django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo,sha256=RyHVb7u9aRn5BXmWzR1gApbZlOioPDJ59ufR1Oo3e8Y,863 +django/contrib/sites/locale/hsb/LC_MESSAGES/django.po,sha256=Aq54y5Gb14bIt28oDDrFltnSOk31Z2YalwaJMDMXfWc,987 +django/contrib/sites/locale/hu/LC_MESSAGES/django.mo,sha256=P--LN84U2BeZAvRVR-OiWl4R02cTTBi2o8XR2yHIwIU,796 +django/contrib/sites/locale/hu/LC_MESSAGES/django.po,sha256=b0VhyFdNaZZR5MH1vFsLL69FmICN8Dz-sTRk0PdK49E,953 +django/contrib/sites/locale/hy/LC_MESSAGES/django.mo,sha256=Hs9XwRHRkHicLWt_NvWvr7nMocmY-Kc8XphhVSAMQRc,906 +django/contrib/sites/locale/hy/LC_MESSAGES/django.po,sha256=MU4hXXGfjXKfYcjxDYzFfsEUIelz5ZzyQLkeSrUQKa0,1049 +django/contrib/sites/locale/ia/LC_MESSAGES/django.mo,sha256=gRMs-W5EiY26gqzwnDXEMbeb1vs0bYZ2DC2a9VCciew,809 +django/contrib/sites/locale/ia/LC_MESSAGES/django.po,sha256=HXZzn9ACIqfR2YoyvpK2FjZ7QuEq_RVZ1kSC4nxMgeg,934 +django/contrib/sites/locale/id/LC_MESSAGES/django.mo,sha256=__2E_2TmVUcbf1ygxtS1lHvkhv8L0mdTAtJpBsdH24Y,791 +django/contrib/sites/locale/id/LC_MESSAGES/django.po,sha256=e5teAHiMjLR8RDlg8q99qtW-K81ltcIiBIdb1MZw2sE,1000 +django/contrib/sites/locale/io/LC_MESSAGES/django.mo,sha256=W-NP0b-zR1oWUZnHZ6fPu5AC2Q6o7nUNoxssgeguUBo,760 +django/contrib/sites/locale/io/LC_MESSAGES/django.po,sha256=G4GUUz3rxoBjWTs-j5RFCvv52AEHiwrCBwom5hYeBSE,914 +django/contrib/sites/locale/is/LC_MESSAGES/django.mo,sha256=lkJgTzDjh5PNfIJpOS2DxKmwVUs9Sl5XwFHv4YdCB30,812 +django/contrib/sites/locale/is/LC_MESSAGES/django.po,sha256=1DVgAcHSZVyDd5xn483oqICIG4ooyZY8ko7A3aDogKM,976 +django/contrib/sites/locale/it/LC_MESSAGES/django.mo,sha256=6NQjjtDMudnAgnDCkemOXinzX0J-eAE5gSq1F8kjusY,795 +django/contrib/sites/locale/it/LC_MESSAGES/django.po,sha256=zxavlLMmp1t1rCDsgrw12kVgxiK5EyR_mOalSu8-ws8,984 +django/contrib/sites/locale/ja/LC_MESSAGES/django.mo,sha256=RNuCS6wv8uK5TmXkSH_7SjsbUFkf24spZfTsvfoTKro,814 +django/contrib/sites/locale/ja/LC_MESSAGES/django.po,sha256=e-cj92VOVc5ycIY6NwyFh5bO7Q9q5vp5CG4dOzd_eWQ,982 +django/contrib/sites/locale/ka/LC_MESSAGES/django.mo,sha256=m8GTqr9j0ijn0YJhvnsYwlk5oYcASKbHg_5hLqZ91TI,993 +django/contrib/sites/locale/ka/LC_MESSAGES/django.po,sha256=1upohcHrQH9T34b6lW09MTtFkk5WswdYOLs2vMAJIuE,1160 +django/contrib/sites/locale/kab/LC_MESSAGES/django.mo,sha256=Utdj5gH5YPeaYMjeMzF-vjqYvYTCipre2qCBkEJSc-Y,808 +django/contrib/sites/locale/kab/LC_MESSAGES/django.po,sha256=d78Z-YanYZkyP5tpasj8oAa5RimVEmce6dlq5vDSscA,886 +django/contrib/sites/locale/kk/LC_MESSAGES/django.mo,sha256=T2dTZ83vBRfQb2dRaKOrhvO00BHQu_2bu0O0k7RsvGA,895 +django/contrib/sites/locale/kk/LC_MESSAGES/django.po,sha256=HvdSFqsumyNurDJ6NKVLjtDdSIg0KZN2v29dM748GtU,1062 +django/contrib/sites/locale/km/LC_MESSAGES/django.mo,sha256=Q7pn5E4qN957j20-iCHgrfI-p8sm3Tc8O2DWeuH0By8,701 +django/contrib/sites/locale/km/LC_MESSAGES/django.po,sha256=TOs76vlCMYOZrdHgXPWZhQH1kTBQTpzsDJ8N4kbJQ7E,926 +django/contrib/sites/locale/kn/LC_MESSAGES/django.mo,sha256=_jl_4_39oe940UMyb15NljGOd45kkCeVNpJy6JvGWTE,673 +django/contrib/sites/locale/kn/LC_MESSAGES/django.po,sha256=cMPXF2DeiQuErhyFMe4i7swxMoqoz1sqtBEXf4Ghx1c,921 +django/contrib/sites/locale/ko/LC_MESSAGES/django.mo,sha256=OSr4OPZCkJqp2ymg32reatGzafM5Qq8fY4D4Dl21Cqk,744 +django/contrib/sites/locale/ko/LC_MESSAGES/django.po,sha256=Lekvcfi1xH8QVwFeSbKU3i26w71ALRy5rbPi3xS03Bw,1052 +django/contrib/sites/locale/ky/LC_MESSAGES/django.mo,sha256=IYxp8jG5iyN81h7YJqOiSQdOH7DnwOiIvelKZfzP6ZA,811 +django/contrib/sites/locale/ky/LC_MESSAGES/django.po,sha256=rxPdgQoBtGQSi5diOy3MXyoM4ffpwdWCc4WE3pjIHEI,927 +django/contrib/sites/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/sites/locale/lb/LC_MESSAGES/django.po,sha256=1yRdK9Zyh7kcWG7wUexuF9-zxEaKLS2gG3ggVOHbRJ8,779 +django/contrib/sites/locale/lt/LC_MESSAGES/django.mo,sha256=bK6PJtd7DaOgDukkzuqos5ktgdjSF_ffL9IJTQY839s,869 +django/contrib/sites/locale/lt/LC_MESSAGES/django.po,sha256=T-vdVqs9KCz9vMs9FfushgZN9z7LQOT-C86D85H2X8c,1195 +django/contrib/sites/locale/lv/LC_MESSAGES/django.mo,sha256=YNtgcpl5wFQSD6dQjhnigIjRjS0XwgGqcs54VBag6YQ,777 +django/contrib/sites/locale/lv/LC_MESSAGES/django.po,sha256=o3r3lqegShb99bgDBZ69x7SeWv2bP2tCr6Is-V8D76I,1043 +django/contrib/sites/locale/mk/LC_MESSAGES/django.mo,sha256=_YXasRJRWjYmmiEWCrAoqnrKuHHPBG_v_EYTUe16Nfo,885 +django/contrib/sites/locale/mk/LC_MESSAGES/django.po,sha256=AgdIjiSpN0P5o5rr5Ie4sFhnmS5d4doB1ffk91lmOvY,1062 +django/contrib/sites/locale/ml/LC_MESSAGES/django.mo,sha256=axNQVBY0nbR7hYa5bzNtdxB17AUOs2WXhu0Rg--FA3Q,1007 +django/contrib/sites/locale/ml/LC_MESSAGES/django.po,sha256=Sg7hHfK8OMs05ebtTv8gxS6_2kZv-OODwf7okP95Jtk,1169 +django/contrib/sites/locale/mn/LC_MESSAGES/django.mo,sha256=w2sqJRAe0wyz_IuCZ_Ocubs_VHL6wV1BcutWPz0dseQ,867 +django/contrib/sites/locale/mn/LC_MESSAGES/django.po,sha256=Zh_Eao0kLZsrQ8wkL1f-pRrsAtNJOspu45uStq5t8Mo,1127 +django/contrib/sites/locale/mr/LC_MESSAGES/django.mo,sha256=CudEHmP5qNvQ-BfEBOoYMh0qGVw80m-wgeu7eh7zaCQ,884 +django/contrib/sites/locale/mr/LC_MESSAGES/django.po,sha256=FtdCo3O-35EIuOP5OOQU8afWDCbn4ge2lmxjVAYtbGU,1023 +django/contrib/sites/locale/ms/LC_MESSAGES/django.mo,sha256=GToJlS8yDNEy-D3-p7p8ZlWEZYHlSzZAcVIH5nQEkkI,727 +django/contrib/sites/locale/ms/LC_MESSAGES/django.po,sha256=_4l4DCIqSWZtZZNyfzpBA0V-CbAaHe9Ckz06VLbTjFo,864 +django/contrib/sites/locale/my/LC_MESSAGES/django.mo,sha256=jN59e9wRheZYx1A4t_BKc7Hx11J5LJg2wQRd21aQv08,961 +django/contrib/sites/locale/my/LC_MESSAGES/django.po,sha256=EhqYIW5-rX33YjsDsBwfiFb3BK6fZKVc3CRYeJpZX1E,1086 +django/contrib/sites/locale/nb/LC_MESSAGES/django.mo,sha256=AaiHGcmcciy5IMBPVAShcc1OQOETJvBCv7GYHMcIQMA,793 +django/contrib/sites/locale/nb/LC_MESSAGES/django.po,sha256=936zoN1sPSiiq7GuH01umrw8W6BtymYEU3bCfOQyfWE,1000 +django/contrib/sites/locale/ne/LC_MESSAGES/django.mo,sha256=n96YovpBax3T5VZSmIfGmd7Zakn9FJShJs5rvUX7Kf0,863 +django/contrib/sites/locale/ne/LC_MESSAGES/django.po,sha256=B14rhDd8GAaIjxd1sYjxO2pZfS8gAwZ1C-kCdVkRXho,1078 +django/contrib/sites/locale/nl/LC_MESSAGES/django.mo,sha256=ghu-tNPNZuE4sVRDWDVmmmVNPYZLWYm_UPJRqh8wmec,735 +django/contrib/sites/locale/nl/LC_MESSAGES/django.po,sha256=1DCQNzMRhy4vW-KkmlPGy58UR27Np5ilmYhmjaq-8_k,1030 +django/contrib/sites/locale/nn/LC_MESSAGES/django.mo,sha256=eSW8kwbzm2HsE9s9IRCsAo9juimVQjcfdd8rtl3TQJM,731 +django/contrib/sites/locale/nn/LC_MESSAGES/django.po,sha256=OOyvE7iji9hwvz8Z_OxWoKw2e3ptk3dqeqlriXgilSc,915 +django/contrib/sites/locale/os/LC_MESSAGES/django.mo,sha256=Su06FkWMOPzBxoung3bEju_EnyAEAXROoe33imO65uQ,806 +django/contrib/sites/locale/os/LC_MESSAGES/django.po,sha256=4i4rX6aXDUKjq64T02iStqV2V2erUsSVnTivh2XtQeY,963 +django/contrib/sites/locale/pa/LC_MESSAGES/django.mo,sha256=tOHiisOtZrTyIFoo4Ipn_XFH9hhu-ubJLMdOML5ZUgk,684 +django/contrib/sites/locale/pa/LC_MESSAGES/django.po,sha256=ztGyuqvzxRfNjqDG0rMLCu_oQ8V3Dxdsx0WZoYUyNv8,912 +django/contrib/sites/locale/pl/LC_MESSAGES/django.mo,sha256=lo5K262sZmo-hXvcHoBsEDqX8oJEPSxJY5EfRIqHZh0,903 +django/contrib/sites/locale/pl/LC_MESSAGES/django.po,sha256=-kQ49UvXITMy1vjJoN_emuazV_EjNDQnZDERXWNoKvw,1181 +django/contrib/sites/locale/pt/LC_MESSAGES/django.mo,sha256=PrcFQ04lFJ7mIYThXbW6acmDigEFIoLAC0PYk5hfaJs,797 +django/contrib/sites/locale/pt/LC_MESSAGES/django.po,sha256=Aj8hYI9W5nk5uxKHj1oE-b9bxmmuoeXLKaJDPfI2x2o,993 +django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo,sha256=BsFfarOR6Qk67fB-tTWgGhuOReJSgjwJBkIzZsv28vo,824 +django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po,sha256=jfvgelpWn2VQqYe2_CE39SLTsscCckvjuZo6dWII28c,1023 +django/contrib/sites/locale/ro/LC_MESSAGES/django.mo,sha256=oGsZw4_uYpaH6adMxnAuifJgHeZ_ytRZ4rFhiNfRQkQ,857 +django/contrib/sites/locale/ro/LC_MESSAGES/django.po,sha256=tWbWVbjFFELNzSXX4_5ltmzEeEJsY3pKwgEOjgV_W_8,1112 +django/contrib/sites/locale/ru/LC_MESSAGES/django.mo,sha256=bIZJWMpm2O5S6RC_2cfkrp5NXaTU2GWSsMr0wHVEmcw,1016 +django/contrib/sites/locale/ru/LC_MESSAGES/django.po,sha256=jHy5GR05ZSjLmAwaVNq3m0WdhO9GYxge3rDBziqesA8,1300 +django/contrib/sites/locale/sk/LC_MESSAGES/django.mo,sha256=-EYdm14ZjoR8bd7Rv2b5G7UJVSKmZa1ItLsdATR3-Cg,822 +django/contrib/sites/locale/sk/LC_MESSAGES/django.po,sha256=VSRlsq8uk-hP0JI94iWsGX8Al76vvGK4N1xIoFtoRQM,1070 +django/contrib/sites/locale/sl/LC_MESSAGES/django.mo,sha256=JmkpTKJGWgnBM3CqOUriGvrDnvg2YWabIU2kbYAOM4s,845 +django/contrib/sites/locale/sl/LC_MESSAGES/django.po,sha256=qWrWrSz5r3UOVraX08ILt3TTmfyTDGKbJKbTlN9YImU,1059 +django/contrib/sites/locale/sq/LC_MESSAGES/django.mo,sha256=DMLN1ZDJeDnslavjcKloXSXn6IvangVliVP3O6U8dAY,769 +django/contrib/sites/locale/sq/LC_MESSAGES/django.po,sha256=zg3ALcMNZErAS_xFxmtv6TmXZ0vxobX5AzCwOSRSwc8,930 +django/contrib/sites/locale/sr/LC_MESSAGES/django.mo,sha256=8kfi9IPdB2reF8C_eC2phaP6qonboHPwes_w3UgNtzw,935 +django/contrib/sites/locale/sr/LC_MESSAGES/django.po,sha256=A7xaen8H1W4uMBRAqCXT_0KQMoA2-45AUNDfGo9FydI,1107 +django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=jMXiq18efq0wErJAQfJR1fCnkYcEb7OYXg8sv6kzP0s,815 +django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po,sha256=9jkWYcZCTfQr2UZtyvhWDAmEHBrzunJUZcx7FlrFOis,1004 +django/contrib/sites/locale/sv/LC_MESSAGES/django.mo,sha256=1AttMJ2KbQQgJVH9e9KuCKC0UqDHvWSPcKkbPkSLphQ,768 +django/contrib/sites/locale/sv/LC_MESSAGES/django.po,sha256=N7wqrcFb5ZNX83q1ZCkpkP94Lb3ZIBUATDssNT8F51c,1028 +django/contrib/sites/locale/sw/LC_MESSAGES/django.mo,sha256=cWjjDdFXBGmpUm03UDtgdDrREa2r75oMsXiEPT_Bx3g,781 +django/contrib/sites/locale/sw/LC_MESSAGES/django.po,sha256=oOKNdztQQU0sd6XmLI-n3ONmTL7jx3Q0z1YD8673Wi8,901 +django/contrib/sites/locale/ta/LC_MESSAGES/django.mo,sha256=CLO41KsSKqBrgtrHi6fmXaBk-_Y2l4KBLDJctZuZyWY,714 +django/contrib/sites/locale/ta/LC_MESSAGES/django.po,sha256=YsTITHg7ikkNcsP29tDgkZrUdtO0s9PrV1XPu4mgqCw,939 +django/contrib/sites/locale/te/LC_MESSAGES/django.mo,sha256=GmIWuVyIOcoQoAmr2HxCwBDE9JUYEktzYig93H_4v50,687 +django/contrib/sites/locale/te/LC_MESSAGES/django.po,sha256=jbncxU9H3EjXxWPsEoCKJhKi392XXTGvWyuenqLDxps,912 +django/contrib/sites/locale/tg/LC_MESSAGES/django.mo,sha256=wiWRlf3AN5zlFMNyP_rSDZS7M5rHQJ2DTUHARtXjim8,863 +django/contrib/sites/locale/tg/LC_MESSAGES/django.po,sha256=VBGZfJIw40JZe15ghsk-n3qUVX0VH2nFQQhpBy_lk1Y,1026 +django/contrib/sites/locale/th/LC_MESSAGES/django.mo,sha256=dQOp4JoP3gvfsxqEQ73L6F8FgH1YtAA9hYY-Uz5sv6Y,898 +django/contrib/sites/locale/th/LC_MESSAGES/django.po,sha256=auZBoKKKCHZbbh0PaUr9YKiWB1TEYZoj4bE7efAonV8,1077 +django/contrib/sites/locale/tk/LC_MESSAGES/django.mo,sha256=YhzSiVb_NdG1s7G1-SGGd4R3uweZQgnTs3G8Lv9r5z0,755 +django/contrib/sites/locale/tk/LC_MESSAGES/django.po,sha256=sigmzH3Ni2vJwLJ7ba8EeB4wnDXsg8rQRFExZAGycF4,917 +django/contrib/sites/locale/tr/LC_MESSAGES/django.mo,sha256=ryf01jcvvBMGPKkdViieDuor-Lr2KRXZeFF1gPupCOA,758 +django/contrib/sites/locale/tr/LC_MESSAGES/django.po,sha256=L9tsnwxw1BEJD-Nm3m1RAS7ekgdmyC0ETs_mr7tQw1E,1043 +django/contrib/sites/locale/tt/LC_MESSAGES/django.mo,sha256=gmmjXeEQUlBpfDmouhxE-qpEtv-iWdQSobYL5MWprZc,706 +django/contrib/sites/locale/tt/LC_MESSAGES/django.po,sha256=yj49TjwcZ4YrGqnJrKh3neKydlTgwYduto9KsmxI_eI,930 +django/contrib/sites/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/sites/locale/udm/LC_MESSAGES/django.po,sha256=vrLZ0XJF63CO3IucbQpd12lxuoM9S8tTUv6cpu3g81c,767 +django/contrib/sites/locale/ug/LC_MESSAGES/django.mo,sha256=EBWMPAJLaxkIPQ5hm_nMRxs7Y0SEEgu6zcDM4jBUAt8,868 +django/contrib/sites/locale/ug/LC_MESSAGES/django.po,sha256=9a0kmoIxg-KMu5faIjcRgWehr3Ild-stVZsBdDrzHV0,1030 +django/contrib/sites/locale/uk/LC_MESSAGES/django.mo,sha256=H4806mPqOoHJFm549F7drzsfkvAXWKmn1w_WVwQx9rk,960 +django/contrib/sites/locale/uk/LC_MESSAGES/django.po,sha256=CJZTOaurDXwpgBiwXx3W7juaF0EctEImPhJdDn8j1xU,1341 +django/contrib/sites/locale/ur/LC_MESSAGES/django.mo,sha256=s6QL8AB_Mp9haXS4n1r9b0YhEUECPxUyPrHTMI3agts,654 +django/contrib/sites/locale/ur/LC_MESSAGES/django.po,sha256=R9tv3qtett8CUGackoHrc5XADeygVKAE0Fz8YzK2PZ4,885 +django/contrib/sites/locale/uz/LC_MESSAGES/django.mo,sha256=OsuqnLEDl9gUAwsmM2s1KH7VD74ID-k7JXcjGhjFlEY,799 +django/contrib/sites/locale/uz/LC_MESSAGES/django.po,sha256=RoaOwLDjkqqIJTuxpuY7eMLo42n6FoYAYutCfMaDk4I,935 +django/contrib/sites/locale/vi/LC_MESSAGES/django.mo,sha256=YOaKcdrN1238Zdm81jUkc2cpxjInAbdnhsSqHP_jQsI,762 +django/contrib/sites/locale/vi/LC_MESSAGES/django.po,sha256=AHcqR2p0fdscLvzbJO_a-CzMzaeRL4LOw4HB9K3noVQ,989 +django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=7D9_pDY5lBRpo1kfzIQL-PNvIg-ofCm7cBHE1-JWlMk,779 +django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po,sha256=xI_N00xhV8dWDp4fg5Mmj9ivOBBdHP79T3-JYXPyc5M,946 +django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=C4ZEuruq2Qnj7Zk-ZUfPWjLHcbNaC0V9MlDs8Go9Ieo,736 +django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po,sha256=wGZCUT4Yg8FJLZZ6C_mf5Lly3YkPIhbTBiyTmj5emj8,1055 +django/contrib/sites/management.py,sha256=AElGktvFhWXJtlJwOKpUlIeuv2thkNM8F6boliML84U,1646 +django/contrib/sites/managers.py,sha256=uqD_Cu3P4NCp7VVdGn0NvHfhsZB05MLmiPmgot-ygz4,1994 +django/contrib/sites/middleware.py,sha256=qYcVHsHOg0VxQNS4saoLHkdF503nJR-D7Z01vE0SvUM,309 +django/contrib/sites/migrations/0001_initial.py,sha256=8fY63Z5DwbKQ1HtvAajKDhBLEufigRTsoRazyEf5RU4,1361 +django/contrib/sites/migrations/0002_alter_domain_unique.py,sha256=llK7IKQKnFCK5viHLew2ZMdV9e1sHy0H1blszEu_NKs,549 +django/contrib/sites/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sites/migrations/__pycache__/0001_initial.cpython-312.pyc,, +django/contrib/sites/migrations/__pycache__/0002_alter_domain_unique.cpython-312.pyc,, +django/contrib/sites/migrations/__pycache__/__init__.cpython-312.pyc,, +django/contrib/sites/models.py,sha256=0DWVfDGMYqTZgs_LP6hlVxY3ztbwPzulE9Dos8z6M3Q,3695 +django/contrib/sites/requests.py,sha256=baABc6fmTejNmk8M3fcoQ1cuI2qpJzF8Y47A1xSt8gY,641 +django/contrib/sites/shortcuts.py,sha256=nekVQADJROFYwKCD7flmWDMQ9uLAaaKztHVKl5emuWc,573 +django/contrib/staticfiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/__pycache__/__init__.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/apps.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/checks.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/finders.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/handlers.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/storage.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/testing.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/urls.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/utils.cpython-312.pyc,, +django/contrib/staticfiles/__pycache__/views.cpython-312.pyc,, +django/contrib/staticfiles/apps.py,sha256=8G9HetU3WBNDfXKfzYfyXjZ--X3loBkkQSB7xfleIl4,504 +django/contrib/staticfiles/checks.py,sha256=FPzYotgRzxqWYDnjIK78bgQAfBSFqeJB04RDVMxlhng,846 +django/contrib/staticfiles/finders.py,sha256=3wnvQkVaO5fwxpOQu5YJasf7SbdvgdJvgzZwf9RtMaY,13547 +django/contrib/staticfiles/handlers.py,sha256=lrPInj8EN9-rxzZxRCF9yeMXtNmlsDC9o9-qJdfFAs0,4043 +django/contrib/staticfiles/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/management/__pycache__/__init__.cpython-312.pyc,, +django/contrib/staticfiles/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/management/commands/__pycache__/__init__.cpython-312.pyc,, +django/contrib/staticfiles/management/commands/__pycache__/collectstatic.cpython-312.pyc,, +django/contrib/staticfiles/management/commands/__pycache__/findstatic.cpython-312.pyc,, +django/contrib/staticfiles/management/commands/__pycache__/runserver.cpython-312.pyc,, +django/contrib/staticfiles/management/commands/collectstatic.py,sha256=FgsNoKY8pa9A4sQytvnyd19qzFYtOkYQ_wBtgDEQLi8,15105 +django/contrib/staticfiles/management/commands/findstatic.py,sha256=P12GF-68bI1csVtjL0J2DwKcEX8JNBeFHmkRgbplnuI,1643 +django/contrib/staticfiles/management/commands/runserver.py,sha256=U_7oCY8LJX5Jn1xlMv-qF4EQoUvlT0ldB5E_0sJmRtw,1373 +django/contrib/staticfiles/storage.py,sha256=7bUaxdgW1OZBnKetXyeplFCUmWcWP2OBC9SxQQ0LVhg,21176 +django/contrib/staticfiles/testing.py,sha256=4X-EtOfXnwkJAyFT8qe4H4sbVTKgM65klLUtY81KHiE,463 +django/contrib/staticfiles/urls.py,sha256=owDM_hdyPeRmxYxZisSMoplwnzWrptI_W8-3K2f7ITA,498 +django/contrib/staticfiles/utils.py,sha256=iPXHA0yMXu37PQwCrq9zjhSzjZf_zEBXJ-dHGsqZoX8,2279 +django/contrib/staticfiles/views.py,sha256=mX70oejBU2FPZ9_idkI0EiRBkTjKcCD7JJ34gYxhM2M,1262 +django/contrib/syndication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/syndication/__pycache__/__init__.cpython-312.pyc,, +django/contrib/syndication/__pycache__/apps.cpython-312.pyc,, +django/contrib/syndication/__pycache__/views.cpython-312.pyc,, +django/contrib/syndication/apps.py,sha256=7IpHoihPWtOcA6S4O6VoG0XRlqEp3jsfrNf-D-eluic,203 +django/contrib/syndication/views.py,sha256=wOMBfSAgQPpXHmBePze90AG5nc1JoQ0TX2euZKZD6iY,9377 +django/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/__pycache__/__init__.cpython-312.pyc,, +django/core/__pycache__/asgi.cpython-312.pyc,, +django/core/__pycache__/exceptions.cpython-312.pyc,, +django/core/__pycache__/paginator.cpython-312.pyc,, +django/core/__pycache__/signals.cpython-312.pyc,, +django/core/__pycache__/signing.cpython-312.pyc,, +django/core/__pycache__/validators.cpython-312.pyc,, +django/core/__pycache__/wsgi.cpython-312.pyc,, +django/core/asgi.py,sha256=N2L3GS6F6oL-yD9Tu2otspCi2UhbRQ90LEx3ExOP1m0,386 +django/core/cache/__init__.py,sha256=Z1LsL-TNTNVU5X3CLeHeK4Fbfar76n4zwBr4aC9kxuI,1929 +django/core/cache/__pycache__/__init__.cpython-312.pyc,, +django/core/cache/__pycache__/utils.cpython-312.pyc,, +django/core/cache/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/cache/backends/__pycache__/__init__.cpython-312.pyc,, +django/core/cache/backends/__pycache__/base.cpython-312.pyc,, +django/core/cache/backends/__pycache__/db.cpython-312.pyc,, +django/core/cache/backends/__pycache__/dummy.cpython-312.pyc,, +django/core/cache/backends/__pycache__/filebased.cpython-312.pyc,, +django/core/cache/backends/__pycache__/locmem.cpython-312.pyc,, +django/core/cache/backends/__pycache__/memcached.cpython-312.pyc,, +django/core/cache/backends/__pycache__/redis.cpython-312.pyc,, +django/core/cache/backends/base.py,sha256=trQVVOyBDc8PhDJT-p3ZCgFCImausGKZ2Tc3VRRtSsg,14292 +django/core/cache/backends/db.py,sha256=jrzgzVS0wso8XV9BXquzZPRnHM0d-lIOns_evqPYz_I,11373 +django/core/cache/backends/dummy.py,sha256=fQbFiL72DnVKP9UU4WDsZYaxYKx7FlMOJhtP8aky2ic,1043 +django/core/cache/backends/filebased.py,sha256=-zAJIiABjm25BcpZYJcitSFMkbu0wEYrbBD-SoEb3t0,5795 +django/core/cache/backends/locmem.py,sha256=R9g5g9KG6ak9G12R4RaMnVq7el5i9JXufovshNRMMIc,4036 +django/core/cache/backends/memcached.py,sha256=cB5QRCdr9uocB-tWA1FMBQtWQRqHSRpE7UcIMYI86gI,6776 +django/core/cache/backends/redis.py,sha256=9l35mLpnHDmHxb-uXXcj-VADfmXMY6Nz-z3-pGMLyKc,8010 +django/core/cache/utils.py,sha256=3ZLYgUDD6iLiLMC6vjXKfUQigsoU23ffpJx8e71M4XA,397 +django/core/checks/__init__.py,sha256=n7PPaSV3vubLuB0pperaV1fvaI9ZJ1nEI_CaYyaSSOc,1249 +django/core/checks/__pycache__/__init__.cpython-312.pyc,, +django/core/checks/__pycache__/async_checks.cpython-312.pyc,, +django/core/checks/__pycache__/caches.cpython-312.pyc,, +django/core/checks/__pycache__/commands.cpython-312.pyc,, +django/core/checks/__pycache__/database.cpython-312.pyc,, +django/core/checks/__pycache__/files.cpython-312.pyc,, +django/core/checks/__pycache__/messages.cpython-312.pyc,, +django/core/checks/__pycache__/model_checks.cpython-312.pyc,, +django/core/checks/__pycache__/registry.cpython-312.pyc,, +django/core/checks/__pycache__/templates.cpython-312.pyc,, +django/core/checks/__pycache__/translation.cpython-312.pyc,, +django/core/checks/__pycache__/urls.cpython-312.pyc,, +django/core/checks/async_checks.py,sha256=A9p_jebELrf4fiD6jJtBM6Gvm8cMb03sSuW9Ncx3-vU,403 +django/core/checks/caches.py,sha256=hbcIFD_grXUQR2lGAzzlCX6qMJfkXj02ZDJElgdT5Yg,2643 +django/core/checks/commands.py,sha256=lAgWKYHpUnXaE_-Zs_0LxKKZjM-JmU1UClF-RYWue8I,965 +django/core/checks/compatibility/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/checks/compatibility/__pycache__/__init__.cpython-312.pyc,, +django/core/checks/compatibility/__pycache__/django_4_0.cpython-312.pyc,, +django/core/checks/compatibility/django_4_0.py,sha256=2s7lm9LZ0NrhaYSrw1Y5mMkL5BC68SS-TyD-TKczbEI,657 +django/core/checks/database.py,sha256=sBj-8o4DmpG5QPy1KXgXtZ0FZ0T9xdlT4XBIc70wmEQ,341 +django/core/checks/files.py,sha256=W4yYHiWrqi0d_G6tDWTw79pr2dgJY41rOv7mRpbtp2Q,522 +django/core/checks/messages.py,sha256=vIJtvmeafgwFzwcXaoRBWkcL_t2gLTLjstWSw5xCtjQ,2241 +django/core/checks/model_checks.py,sha256=8aK5uit9yP_lDfdXBJPlz_r-46faP_gIOXLszXqLQqY,8830 +django/core/checks/registry.py,sha256=wjv8H14QNQFQ1LxH7B2-ACE-mt9oM3IWG3R61zIZ-Zw,3482 +django/core/checks/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/checks/security/__pycache__/__init__.cpython-312.pyc,, +django/core/checks/security/__pycache__/base.cpython-312.pyc,, +django/core/checks/security/__pycache__/csrf.cpython-312.pyc,, +django/core/checks/security/__pycache__/sessions.cpython-312.pyc,, +django/core/checks/security/base.py,sha256=I0Gm446twRIhbRopEmKsdsYW_NdI7_nK_ZV28msRPEo,9140 +django/core/checks/security/csrf.py,sha256=hmFJ4m9oxDGwhDAWedmtpnIYQcI8Mxcge1D6CCoOBbc,2055 +django/core/checks/security/sessions.py,sha256=Qyb93CJeQBM5LLhhrqor4KQJR2tSpFklS-p7WltXcHc,2554 +django/core/checks/templates.py,sha256=leQ8nyjQBzofWFTo6YH9NkLmt582OlG2p8sFw00sbew,296 +django/core/checks/translation.py,sha256=it7VjXf10-HBdCc3z55_lSxwok9qEncdojRBG74d4FA,1990 +django/core/checks/urls.py,sha256=-H945kSYVe_am-2XJI_T4c2V34lySfA6ZHnEEW8USJ8,4917 +django/core/exceptions.py,sha256=BmB6cOsdasVC4UDLQxpLqbmp073ETwx4mbg12EE5HmY,6565 +django/core/files/__init__.py,sha256=Rhz5Jm9BM6gy_nf5yMtswN1VsTIILYUL7Z-5edjh_HI,60 +django/core/files/__pycache__/__init__.cpython-312.pyc,, +django/core/files/__pycache__/base.cpython-312.pyc,, +django/core/files/__pycache__/images.cpython-312.pyc,, +django/core/files/__pycache__/locks.cpython-312.pyc,, +django/core/files/__pycache__/move.cpython-312.pyc,, +django/core/files/__pycache__/temp.cpython-312.pyc,, +django/core/files/__pycache__/uploadedfile.cpython-312.pyc,, +django/core/files/__pycache__/uploadhandler.cpython-312.pyc,, +django/core/files/__pycache__/utils.cpython-312.pyc,, +django/core/files/base.py,sha256=MKNxxgiuwHHwGifpydBgjfZpTzdF7VxCQnVV-w8bqhg,4845 +django/core/files/images.py,sha256=Yms--hugUWcpsZJJJ0-UwkIe3PVZ4LjMFz4O7Ew9FBE,2644 +django/core/files/locks.py,sha256=mp96hc8nMob8cMESiASFWUTUn_afW8A4ag_viWz0ojU,3614 +django/core/files/move.py,sha256=wEOioo_1hnWjhwVB7vZpmMMPaSS_OJE9kNurdL_2BYI,2948 +django/core/files/storage/__init__.py,sha256=EosmC1_WLaAFOuapjyoKFNudQiyRIW8C2hx90oQaVD4,622 +django/core/files/storage/__pycache__/__init__.cpython-312.pyc,, +django/core/files/storage/__pycache__/base.cpython-312.pyc,, +django/core/files/storage/__pycache__/filesystem.cpython-312.pyc,, +django/core/files/storage/__pycache__/handler.cpython-312.pyc,, +django/core/files/storage/__pycache__/memory.cpython-312.pyc,, +django/core/files/storage/__pycache__/mixins.cpython-312.pyc,, +django/core/files/storage/base.py,sha256=83MumBD3zLS_tegimD51Oh9yQsIL4cYbW9dduhRnHqI,8296 +django/core/files/storage/filesystem.py,sha256=pGTwLU3oNn0yLbG7YtOrtIGCiEkDVDxoZ3xVu-xbjNc,9598 +django/core/files/storage/handler.py,sha256=ntOJZ2nf2VUaUY7tKH0mndORFiGKSdh_16o3OtilIBI,1507 +django/core/files/storage/memory.py,sha256=eUDRB7B1uTVb1a70zeasIlV33T3kfFcF9cyvz94S4k8,9875 +django/core/files/storage/mixins.py,sha256=j_Y3unzk9Ccmx-QQjj4AoC3MUhXIw5nFbDYF3Qn_Fh0,700 +django/core/files/temp.py,sha256=I463R2HuqzAzrpIi5FA3vT8S8m2ZdSYZXOcC932FO1w,2503 +django/core/files/uploadedfile.py,sha256=6hBjxmx8P0fxmZQbtj4OTsXtUk9GdIA7IUcv_KwSI08,4189 +django/core/files/uploadhandler.py,sha256=tMzeS-FJOMQBYQm2ORsLwltwZZrdOizyJSmdFjer_Sw,7180 +django/core/files/utils.py,sha256=tBT8c8wCObMmiVF4BpBpCV5_hhgMKxe2poiunwFpIcw,2602 +django/core/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/handlers/__pycache__/__init__.cpython-312.pyc,, +django/core/handlers/__pycache__/asgi.cpython-312.pyc,, +django/core/handlers/__pycache__/base.cpython-312.pyc,, +django/core/handlers/__pycache__/exception.cpython-312.pyc,, +django/core/handlers/__pycache__/wsgi.cpython-312.pyc,, +django/core/handlers/asgi.py,sha256=-lHVt6z6ioCs0CgGIrsPVXvpqqdaH-Lc3Xb99RdSbu4,13839 +django/core/handlers/base.py,sha256=j7ScIbMLKYa52HqwHYhIfMWWAG749natcsBsVQsvBjc,14813 +django/core/handlers/exception.py,sha256=4Qt5FDtleQuuLQwVl3jkVVITqX7OG106W8dQ2yc58bg,5961 +django/core/handlers/wsgi.py,sha256=81DErgzHAaZcw2UivrKqwS69QpoRF8tm0ASEc4v3uQ4,7315 +django/core/mail/__init__.py,sha256=XJ1IZhgWtpwHC5N9HBz4OwEUJGhWDR6FyXJik-Wvjuo,5049 +django/core/mail/__pycache__/__init__.cpython-312.pyc,, +django/core/mail/__pycache__/message.cpython-312.pyc,, +django/core/mail/__pycache__/utils.cpython-312.pyc,, +django/core/mail/backends/__init__.py,sha256=VJ_9dBWKA48MXBZXVUaTy9NhgfRonapA6UAjVFEPKD8,37 +django/core/mail/backends/__pycache__/__init__.cpython-312.pyc,, +django/core/mail/backends/__pycache__/base.cpython-312.pyc,, +django/core/mail/backends/__pycache__/console.cpython-312.pyc,, +django/core/mail/backends/__pycache__/dummy.cpython-312.pyc,, +django/core/mail/backends/__pycache__/filebased.cpython-312.pyc,, +django/core/mail/backends/__pycache__/locmem.cpython-312.pyc,, +django/core/mail/backends/__pycache__/smtp.cpython-312.pyc,, +django/core/mail/backends/base.py,sha256=Cljbb7nil40Dfpob2R8iLmlO0Yv_wlOCBA9hF2Z6W54,1683 +django/core/mail/backends/console.py,sha256=H6lWE18H8uSxj7LB1SGTqQ7UFpk9gWLZYq6reowixLU,1427 +django/core/mail/backends/dummy.py,sha256=sI7tAa3MfG43UHARduttBvEAYYfiLasgF39jzaZPu9E,234 +django/core/mail/backends/filebased.py,sha256=AbEBL9tXr6WIhuSQvm3dHoCpuMoDTSIkx6qFb4GMUe4,2353 +django/core/mail/backends/locmem.py,sha256=95yAcfid-4akp2Eq1DkNrHiYF2-0pKR2N7VCPxMu_50,913 +django/core/mail/backends/smtp.py,sha256=vYF03edaHedkcZqoKaSL38B2BFwuzA_uPXeMdPrDFBo,5803 +django/core/mail/message.py,sha256=sUDooUH8FTorj05R4yHLgWCRKNI57BUwyagToFTX--M,18749 +django/core/mail/utils.py,sha256=Wf-pdSdv0WLREYzI7EVWr59K6o7tfb3d2HSbAyE3SOE,506 +django/core/management/__init__.py,sha256=gkXgKuqIpyFauk2-kgOgU-IDxcw8TjAKM_MU-erraE0,17407 +django/core/management/__pycache__/__init__.cpython-312.pyc,, +django/core/management/__pycache__/base.cpython-312.pyc,, +django/core/management/__pycache__/color.cpython-312.pyc,, +django/core/management/__pycache__/sql.cpython-312.pyc,, +django/core/management/__pycache__/templates.cpython-312.pyc,, +django/core/management/__pycache__/utils.cpython-312.pyc,, +django/core/management/base.py,sha256=46XkLThPUXL5wHFlnZyRs2S4sTmo6wudVeZeqA-hy0s,24771 +django/core/management/color.py,sha256=KXdNATK5AvxVK8wtKH2GTWApnLGCZ_1NKewTsLWCBc0,3168 +django/core/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/management/commands/__pycache__/__init__.cpython-312.pyc,, +django/core/management/commands/__pycache__/check.cpython-312.pyc,, +django/core/management/commands/__pycache__/compilemessages.cpython-312.pyc,, +django/core/management/commands/__pycache__/createcachetable.cpython-312.pyc,, +django/core/management/commands/__pycache__/dbshell.cpython-312.pyc,, +django/core/management/commands/__pycache__/diffsettings.cpython-312.pyc,, +django/core/management/commands/__pycache__/dumpdata.cpython-312.pyc,, +django/core/management/commands/__pycache__/flush.cpython-312.pyc,, +django/core/management/commands/__pycache__/inspectdb.cpython-312.pyc,, +django/core/management/commands/__pycache__/loaddata.cpython-312.pyc,, +django/core/management/commands/__pycache__/makemessages.cpython-312.pyc,, +django/core/management/commands/__pycache__/makemigrations.cpython-312.pyc,, +django/core/management/commands/__pycache__/migrate.cpython-312.pyc,, +django/core/management/commands/__pycache__/optimizemigration.cpython-312.pyc,, +django/core/management/commands/__pycache__/runserver.cpython-312.pyc,, +django/core/management/commands/__pycache__/sendtestemail.cpython-312.pyc,, +django/core/management/commands/__pycache__/shell.cpython-312.pyc,, +django/core/management/commands/__pycache__/showmigrations.cpython-312.pyc,, +django/core/management/commands/__pycache__/sqlflush.cpython-312.pyc,, +django/core/management/commands/__pycache__/sqlmigrate.cpython-312.pyc,, +django/core/management/commands/__pycache__/sqlsequencereset.cpython-312.pyc,, +django/core/management/commands/__pycache__/squashmigrations.cpython-312.pyc,, +django/core/management/commands/__pycache__/startapp.cpython-312.pyc,, +django/core/management/commands/__pycache__/startproject.cpython-312.pyc,, +django/core/management/commands/__pycache__/test.cpython-312.pyc,, +django/core/management/commands/__pycache__/testserver.cpython-312.pyc,, +django/core/management/commands/check.py,sha256=X68B4VTS8i-3LPY0TjuQOc9AM5m9HOMBNPGbzv3FDfA,2832 +django/core/management/commands/compilemessages.py,sha256=-SIJnmyXjYu3tRdt-wnx7CQZV3uvREGhOL1qxLjU908,7010 +django/core/management/commands/createcachetable.py,sha256=bdKfxftffjoKQgSJfCBJRgVCwzhqnUn88MvAMPNTits,4656 +django/core/management/commands/dbshell.py,sha256=iBag6uDbB_Wad_Wzh1hbM2egS-8VOrmJwmWyHRYWF8M,1762 +django/core/management/commands/diffsettings.py,sha256=NNL_J0P3HRzAZd9XcW7Eo_iE_lNliIpKtdcarDbBRpc,3554 +django/core/management/commands/dumpdata.py,sha256=eGPBqrzdk4YZpyRaIUQWKfxe7qprKBYY_jC8DcuJILw,11180 +django/core/management/commands/flush.py,sha256=1LRuBYcWCqIKa23IHLEdtIZzgUGGDGw0YSb6RTX1SaE,3651 +django/core/management/commands/inspectdb.py,sha256=perWud1Kq1ST8VMQeEcsQCaCPC5I6Jb31Ofvr2pI8YI,17338 +django/core/management/commands/loaddata.py,sha256=8odpvT9UxaJuHA7ze5dDUHzFeq-dhdbH9Lk19JY3QZo,16008 +django/core/management/commands/makemessages.py,sha256=mvoERglPw76D33wFCW5z88mS0OuyO9Bi5Gpk78Lkmf8,28695 +django/core/management/commands/makemigrations.py,sha256=5v7NSJ3CIgJ1Mw2dbRBC_VkozmZu_LqvZgR7LCaKPWI,22539 +django/core/management/commands/migrate.py,sha256=DuC5kfZV2hyR2CGv5G7nUcm4eTxhw99QAznlz5GPHXs,21349 +django/core/management/commands/optimizemigration.py,sha256=yRKoXPTN_MmB3CAbBd5l3D50cek0A8VrlPoyLyNNk98,5244 +django/core/management/commands/runserver.py,sha256=fRMCU4ognBvav9b31n8mEo-ubUlHXwDdikVRxHWJ0qI,7539 +django/core/management/commands/sendtestemail.py,sha256=sF5TUMbD_tlGBnUsn9t-oFVGNSyeiWRIrgyPbJE88cs,1518 +django/core/management/commands/shell.py,sha256=5d3_PV3vZg7C6Lq-NwybJKqivzIRTns7s8GVcLKLB1E,9169 +django/core/management/commands/showmigrations.py,sha256=24s51EzwIhL6lIpumivpaixQTDGx7I1qJ0wKFNGaEMU,6847 +django/core/management/commands/sqlflush.py,sha256=7KiAXzUqqE3IeGresT-kVzyk_i8XP2NTsIBmYt30D3Y,1031 +django/core/management/commands/sqlmigrate.py,sha256=r1NZquOZ2aW2bPhFJQYTT7IDsh2kNGZIRJmdIT3r8FQ,3310 +django/core/management/commands/sqlsequencereset.py,sha256=cdnbbd7y81CAYK9KX-V6Ho8KJIO_mVtG3V6tftIBp6g,1101 +django/core/management/commands/squashmigrations.py,sha256=tab7zNB9asV-Dz_EaV8_DO8OLOc1oNnD5XcdGYHQr00,10882 +django/core/management/commands/startapp.py,sha256=Dhllhaf1q3EKVnyBLhJ9QsWf6JmjAtYnVLruHsmMlcQ,503 +django/core/management/commands/startproject.py,sha256=Iv7KOco1GkzGqUEME_LCx5vGi4JfY8-lzdkazDqF7k8,789 +django/core/management/commands/test.py,sha256=UXxsInhGqrcsMMiHk6uBvAwMMzCZDwJl5_Ql3L6lkx8,2367 +django/core/management/commands/testserver.py,sha256=aiS0tCe6uXp9hjcE1LUfZ118xAcMa28ImHL4ynQSqO8,2238 +django/core/management/sql.py,sha256=fP6Bvq4NrQB_9Tb6XsYeCg57xs2Ck6uaCXq0ojFOSvA,1851 +django/core/management/templates.py,sha256=vmddJ9owkojUvVjQliTx7yY3CO_hcBfy_YhIdQGSdTo,15435 +django/core/management/utils.py,sha256=3UGXgrDi5HwUQGU1i5wQiGHBF-kt8yJ0uGyFmu5mGKE,5636 +django/core/paginator.py,sha256=YFR2EE0W2cLhEuXSWI67c33DreVVSxlz9xRjqGs50zc,7905 +django/core/serializers/__init__.py,sha256=gaH58ip_2dyUFDlfOPenMkVJftQQOBvXqCcZBjAKwTA,8772 +django/core/serializers/__pycache__/__init__.cpython-312.pyc,, +django/core/serializers/__pycache__/base.cpython-312.pyc,, +django/core/serializers/__pycache__/json.cpython-312.pyc,, +django/core/serializers/__pycache__/jsonl.cpython-312.pyc,, +django/core/serializers/__pycache__/python.cpython-312.pyc,, +django/core/serializers/__pycache__/pyyaml.cpython-312.pyc,, +django/core/serializers/__pycache__/xml_serializer.cpython-312.pyc,, +django/core/serializers/base.py,sha256=6LnbPCb4wbDYsE3svEztt2AlS5hZx3NmIdM_0uRijh0,12631 +django/core/serializers/json.py,sha256=AB24RCDiQpooon37EkJLlf0mczzjvM0b1oCcBDtPeVE,3757 +django/core/serializers/jsonl.py,sha256=iW5uUBdeZpkgER4foGhpvrk246l0Q_oQD4rhV1Qwyyo,2258 +django/core/serializers/python.py,sha256=Tr5RYdiy3CgMnT1voVSlvLujOZObeEehUXfwHWPVsyg,8094 +django/core/serializers/pyyaml.py,sha256=RxM3tyX-9IcueeSb-lwUsK7H0Heq7e1kyQU0QfrP21c,3061 +django/core/serializers/xml_serializer.py,sha256=ceGm66IeqC2kM_XC786_jwn0Nwl4j7Uv0i_SJxTib7Y,18556 +django/core/servers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/servers/__pycache__/__init__.cpython-312.pyc,, +django/core/servers/__pycache__/basehttp.cpython-312.pyc,, +django/core/servers/basehttp.py,sha256=0XtDP4SDBGovGKe6oXBba6-qgBJK2lw1umB8RXSOtUo,9995 +django/core/signals.py,sha256=5vh1e7IgPN78WXPo7-hEMPN9tQcqJSZHu0WCibNgd-E,151 +django/core/signing.py,sha256=5-uDACJ8WxTJmwfwPoXRIO4nSr2v4032aTVwPaPLxWA,8772 +django/core/validators.py,sha256=02XDCZs1rm75CoVjj9lFnrgFlHGgDMGKoKrVeMOlnsk,22484 +django/core/wsgi.py,sha256=2sYMSe3IBrENeQT7rys-04CRmf8hW2Q2CjlkBUIyjHk,388 +django/db/__init__.py,sha256=CBuehITrkVMn02P63M0GY1MnZuC0GefA1MAoxlVo3b4,1533 +django/db/__pycache__/__init__.cpython-312.pyc,, +django/db/__pycache__/transaction.cpython-312.pyc,, +django/db/__pycache__/utils.cpython-312.pyc,, +django/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/__pycache__/ddl_references.cpython-312.pyc,, +django/db/backends/__pycache__/signals.cpython-312.pyc,, +django/db/backends/__pycache__/utils.cpython-312.pyc,, +django/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/base/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/base/__pycache__/base.cpython-312.pyc,, +django/db/backends/base/__pycache__/client.cpython-312.pyc,, +django/db/backends/base/__pycache__/creation.cpython-312.pyc,, +django/db/backends/base/__pycache__/features.cpython-312.pyc,, +django/db/backends/base/__pycache__/introspection.cpython-312.pyc,, +django/db/backends/base/__pycache__/operations.cpython-312.pyc,, +django/db/backends/base/__pycache__/schema.cpython-312.pyc,, +django/db/backends/base/__pycache__/validation.cpython-312.pyc,, +django/db/backends/base/base.py,sha256=EggBYM3OZwXKWnYjTad61X0SgezvOC60ucxDF69qNSU,28598 +django/db/backends/base/client.py,sha256=90Ffs6zZYCli3tJjwsPH8TItZ8tz1Pp-zhQa-EpsNqc,937 +django/db/backends/base/creation.py,sha256=AFQL_xz48jYzZTdHl3r3d_2v_xGyJMMENXmEUcbRv48,15847 +django/db/backends/base/features.py,sha256=41SfTvfaFnagiGEpHQ9Rk6XswCKzVtoeUMDFa9XFekk,15946 +django/db/backends/base/introspection.py,sha256=CJG3MUmR-wJpNm-gNWuMRMNknWp3ZdZ9DRUbKxcnwuo,7900 +django/db/backends/base/operations.py,sha256=oBBjIbP6ZD8_mYGN7RHCBO3pmoSNZOYDGzRAr0hTJq4,30169 +django/db/backends/base/schema.py,sha256=ytvviES5kN8GnvqOWpqDoR4O5VDF_klcQ79iKDnwYAQ,82323 +django/db/backends/base/validation.py,sha256=2zpI11hyUJr0I0cA1xmvoFwQVdZ-7_1T2F11TpQ0Rkk,1067 +django/db/backends/ddl_references.py,sha256=dUlkGLGdjOnacR_8PaweA5XSwgD8wojMTJUVOCOKVLY,8619 +django/db/backends/dummy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/dummy/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/dummy/__pycache__/base.cpython-312.pyc,, +django/db/backends/dummy/__pycache__/features.cpython-312.pyc,, +django/db/backends/dummy/base.py,sha256=keUxD7V-XsfD8b1zcbkP-vQgy7NbIJOePd810QRyJM4,2217 +django/db/backends/dummy/features.py,sha256=Pg8_jND-aoJomTaBBXU3hJEjzpB-rLs6VwpoKkOYuQg,181 +django/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/mysql/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/base.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/client.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/compiler.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/creation.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/features.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/introspection.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/operations.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/schema.cpython-312.pyc,, +django/db/backends/mysql/__pycache__/validation.cpython-312.pyc,, +django/db/backends/mysql/base.py,sha256=mYH0HTP9VD0ImztdiW5fGfnaFr4LzAqDx0FtGsAJ25Y,16864 +django/db/backends/mysql/client.py,sha256=IpwdI-H5r-QUoM8ZvPXHykNxKb2wevcUx8HvxTn_otU,2988 +django/db/backends/mysql/compiler.py,sha256=oX6DtScmxnIX2NsIZeRmD28Q3uC-wYiwYAevuuMxwHE,3094 +django/db/backends/mysql/creation.py,sha256=8BV8YHk3qEq555nH3NHukxpZZgxtvXFvkv7XvkRlhKA,3449 +django/db/backends/mysql/features.py,sha256=3Aab0KO-WrAlHDhjluD6GfLoy8wXIhGY5AnoZHKGCnA,11128 +django/db/backends/mysql/introspection.py,sha256=AY06ZLynWypYTEGAsR-t4F9Uj7Fb0Hqi-QNW1YwRnEQ,14498 +django/db/backends/mysql/operations.py,sha256=3gyu66ZsaMl3cPUvauwcxd5f4ny3qy77oRajDMcwstk,18330 +django/db/backends/mysql/schema.py,sha256=6jSaORTUarIukP5myMw6QSVaqzCyKIRrKVYncBnjNZY,11239 +django/db/backends/mysql/validation.py,sha256=XERj0lPEihKThPvzoVJmNpWdPOun64cRF3gHv-zmCGk,3093 +django/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/oracle/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/base.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/client.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/creation.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/features.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/functions.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/introspection.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/operations.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/oracledb_any.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/schema.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/utils.cpython-312.pyc,, +django/db/backends/oracle/__pycache__/validation.cpython-312.pyc,, +django/db/backends/oracle/base.py,sha256=qMBothS8-6UrdmCY0RBit-c4nJdwmeRAJ3l8ZYuWvnU,26097 +django/db/backends/oracle/client.py,sha256=DfDURfno8Sek13M8r5S2t2T8VUutx2hBT9DZRfow9VQ,784 +django/db/backends/oracle/creation.py,sha256=-JsWjyVV_VCNnUf1QJYXIsfXnEmnVwzhdZxq22loUY4,20986 +django/db/backends/oracle/features.py,sha256=RuJNQKg1dpxn95Ze8134vBiUi3KYybbyT8nQ68AGTNM,9336 +django/db/backends/oracle/functions.py,sha256=2OoBYyY1Lb4B5hYbkRHjd8YY_artr3QeGu2hlojC-vc,812 +django/db/backends/oracle/introspection.py,sha256=MjjO-PqpcfiUd9WkLqiC8XGgbC4gocvymqQ1bh-ceKk,15474 +django/db/backends/oracle/operations.py,sha256=kPqTzdpPuNwJqlA-uhDiG9r8dZN7gX0vRf7kiJ9z1Xs,30187 +django/db/backends/oracle/oracledb_any.py,sha256=khvvdziN8LPa6r0QjZwty2YMcGXLCIZKU8iuIsPyjDI,446 +django/db/backends/oracle/schema.py,sha256=iGTXfEIYtiMAq0y8LH80CnpEFmnLo6JMHaWTJBu5kEw,10753 +django/db/backends/oracle/utils.py,sha256=AngNeRYj9W26CpOgyaFM2qPB4KOf3DpIoJgfXoqwkbs,2753 +django/db/backends/oracle/validation.py,sha256=cq-Bvy5C0_rmkgng0SSQ4s74FKg2yTM1N782Gfz86nY,860 +django/db/backends/postgresql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/postgresql/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/base.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/client.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/compiler.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/creation.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/features.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/introspection.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/operations.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/psycopg_any.cpython-312.pyc,, +django/db/backends/postgresql/__pycache__/schema.cpython-312.pyc,, +django/db/backends/postgresql/base.py,sha256=1ztHLo0_MVteU_WoEOXoDWoDEDBfpmjHoNDzRQOKr6c,23486 +django/db/backends/postgresql/client.py,sha256=BxpiOYe2hzg4tWjPKHDJxa8zdr6S7CN9YiaOhTDJUOo,2044 +django/db/backends/postgresql/compiler.py,sha256=m3m80PzPXjK7G1TTrr4Gd7tmdPyDMcsppEZQVnsg4vM,2054 +django/db/backends/postgresql/creation.py,sha256=pZYCzq893jcMd8jhnUH2suBaOC9LrkTtpBn9gdpqxTY,3886 +django/db/backends/postgresql/features.py,sha256=UqvBWre25wrie-z47GaOLwVc6P74_iIMSbxzSqGNJ2A,5979 +django/db/backends/postgresql/introspection.py,sha256=0j4Y5ZAuSk8iaMbDBjUF9zHTcL3C5WibIiJygOvZMP8,11604 +django/db/backends/postgresql/operations.py,sha256=Ht2ZWPD7p-cp2do4to-XnvV4LM-9SyTubMz6DqwU4TI,15940 +django/db/backends/postgresql/psycopg_any.py,sha256=X2aU-MHfDNbXaKT2-2VC3mhiAVxYth_uMJPKoAPLsKQ,3885 +django/db/backends/postgresql/schema.py,sha256=N-c5Q2EXuTdYoelNXDnkQ8apFcpYT6YFRdhnh5pFBYU,14749 +django/db/backends/signals.py,sha256=Yl14KjYJijTt1ypIZirp90lS7UTJ8UogPFI_DwbcsSc,66 +django/db/backends/sqlite3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/sqlite3/__pycache__/__init__.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/_functions.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/base.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/client.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/creation.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/features.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/introspection.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/operations.cpython-312.pyc,, +django/db/backends/sqlite3/__pycache__/schema.cpython-312.pyc,, +django/db/backends/sqlite3/_functions.py,sha256=4rwADvq4dJu8EAzUXPnrmN_lDcfg_Xf0w7DRHgj8faw,14559 +django/db/backends/sqlite3/base.py,sha256=SN7kSxlsfQ41MMWqleg_gmZh6mYaysZ6Tr7WO0nRQ5w,15131 +django/db/backends/sqlite3/client.py,sha256=Eb_-P1w0aTbZGVNYkv7KA1ku5Il1N2RQov2lc3v0nho,321 +django/db/backends/sqlite3/creation.py,sha256=Ib9pfwA53G4wZpLZgh7EvdipoSdvhg-wxKSP2ZowwFM,6849 +django/db/backends/sqlite3/features.py,sha256=VMCklIHmYKfzhtVbGKpySLrvalo9G1BorCcXPp7bHVQ,6533 +django/db/backends/sqlite3/introspection.py,sha256=_a4OssVW3oOqP-xKWydpyTScxc2FVIDc5pDFHeN8Uj0,17930 +django/db/backends/sqlite3/operations.py,sha256=XTcIjTJFK-PNDgmWUh6gxt5As8jKz6dLUNTW0DSPlUw,17167 +django/db/backends/sqlite3/schema.py,sha256=ljCADvyT_KhNC5bQ413v4cf6I9-n1i7T3853CyrLbYw,20749 +django/db/backends/utils.py,sha256=wFyQVfVs1AxR48yQIVQ-ll1sC9GUeCxdP-aavYL0lrs,11137 +django/db/migrations/__init__.py,sha256=Oa4RvfEa6hITCqdcqwXYC66YknFKyluuy7vtNbSc-L4,97 +django/db/migrations/__pycache__/__init__.cpython-312.pyc,, +django/db/migrations/__pycache__/autodetector.cpython-312.pyc,, +django/db/migrations/__pycache__/exceptions.cpython-312.pyc,, +django/db/migrations/__pycache__/executor.cpython-312.pyc,, +django/db/migrations/__pycache__/graph.cpython-312.pyc,, +django/db/migrations/__pycache__/loader.cpython-312.pyc,, +django/db/migrations/__pycache__/migration.cpython-312.pyc,, +django/db/migrations/__pycache__/optimizer.cpython-312.pyc,, +django/db/migrations/__pycache__/questioner.cpython-312.pyc,, +django/db/migrations/__pycache__/recorder.cpython-312.pyc,, +django/db/migrations/__pycache__/serializer.cpython-312.pyc,, +django/db/migrations/__pycache__/state.cpython-312.pyc,, +django/db/migrations/__pycache__/utils.cpython-312.pyc,, +django/db/migrations/__pycache__/writer.cpython-312.pyc,, +django/db/migrations/autodetector.py,sha256=jeKHhbdpHZ4tGOdID9RLFlf2LCiz7FwRC8JLvO-F9h4,86243 +django/db/migrations/exceptions.py,sha256=SotQF7ZKgJpd9KN-gKDL8wCJAKSEgbZToM_vtUAnqHw,1204 +django/db/migrations/executor.py,sha256=jx9J5WdS0X48UqxHkWKd2JYBUxds46Gn03ZZNAo8pTE,19038 +django/db/migrations/graph.py,sha256=vt7Pc45LuiXR8aRCrXP5Umm6VDCCTs2LAr5NXh-rxcE,13055 +django/db/migrations/loader.py,sha256=cVeJi7PwDc2Nxzgg3K_CrhK9H2HAtaXb1tG1PyDcSEA,16877 +django/db/migrations/migration.py,sha256=itZASGGepJYCY2Uv5AmLrxOgjEH1tycGV0bv3EtRjQE,9767 +django/db/migrations/operations/__init__.py,sha256=ZaABCS7A48o90bDjqtTt3ceZFwxpmnx2p1W5Qf_jsKM,1008 +django/db/migrations/operations/__pycache__/__init__.cpython-312.pyc,, +django/db/migrations/operations/__pycache__/base.cpython-312.pyc,, +django/db/migrations/operations/__pycache__/fields.cpython-312.pyc,, +django/db/migrations/operations/__pycache__/models.cpython-312.pyc,, +django/db/migrations/operations/__pycache__/special.cpython-312.pyc,, +django/db/migrations/operations/base.py,sha256=IPBwWk-8j44IZw6FvXC9RVXqecbF0OhK-R_LMYwhNd4,5562 +django/db/migrations/operations/fields.py,sha256=OAGpT0youYLL7LcxcpO-N5fhzGlx0r_wK1ZitM7qmAE,12900 +django/db/migrations/operations/models.py,sha256=Q9JCI3tIHjLQnGMe5pg1ZSMBwmc3PISOI-MyTtV20IU,47864 +django/db/migrations/operations/special.py,sha256=CMLfqR4rO8AhDMNscOXjblKuvNA3vWFzg-6M_7xZnX4,7966 +django/db/migrations/optimizer.py,sha256=c0JZ5FGltD_gmh20e5SR6A21q_De6rUKfkAJKwmX4Ks,3255 +django/db/migrations/questioner.py,sha256=BsQQyBDJIoMzza7d4jdxMsZeV0p4a22P5MlC0i5e3mM,13568 +django/db/migrations/recorder.py,sha256=HviA3DydJPqpE8gowv1lAnIdLMTSRpRXuLFn53r-Q1Y,3827 +django/db/migrations/serializer.py,sha256=oPznMQhNezYzUb-R1U79iIAp4DtZocFvjK--B0Bbyv4,14133 +django/db/migrations/state.py,sha256=HUZqL5U64dqkwfVZBDXd0v6Vn8mka92BMdLkCRAB7Jg,41924 +django/db/migrations/utils.py,sha256=pdrzumGDhgytc5KVWdZov7cQtBt3jRASLqbmBxSRSvg,4401 +django/db/migrations/writer.py,sha256=OWRUgtTrBLndIUeNxL3-6gI5ORPdIWG_Jy9Iluizs0M,11613 +django/db/models/__init__.py,sha256=ikjLHt8fOsj60DMX1Q9knCULL6zaZNuVLPlaP93afao,3085 +django/db/models/__pycache__/__init__.cpython-312.pyc,, +django/db/models/__pycache__/aggregates.cpython-312.pyc,, +django/db/models/__pycache__/base.cpython-312.pyc,, +django/db/models/__pycache__/constants.cpython-312.pyc,, +django/db/models/__pycache__/constraints.cpython-312.pyc,, +django/db/models/__pycache__/deletion.cpython-312.pyc,, +django/db/models/__pycache__/enums.cpython-312.pyc,, +django/db/models/__pycache__/expressions.cpython-312.pyc,, +django/db/models/__pycache__/indexes.cpython-312.pyc,, +django/db/models/__pycache__/lookups.cpython-312.pyc,, +django/db/models/__pycache__/manager.cpython-312.pyc,, +django/db/models/__pycache__/options.cpython-312.pyc,, +django/db/models/__pycache__/query.cpython-312.pyc,, +django/db/models/__pycache__/query_utils.cpython-312.pyc,, +django/db/models/__pycache__/signals.cpython-312.pyc,, +django/db/models/__pycache__/utils.cpython-312.pyc,, +django/db/models/aggregates.py,sha256=qabnxEy34WopX4JYm8PHIMFFz0rRbvO06OVQxDY1eSQ,8185 +django/db/models/base.py,sha256=zg7ec4hV7WR35d1bXU4dGggycdUd98GNjEl0gPNQ3P0,100964 +django/db/models/constants.py,sha256=ndnj9TOTKW0p4YcIPLOLEbsH6mOgFi6B1-rIzr_iwwU,210 +django/db/models/constraints.py,sha256=MvW_ssFwG-VkHv_WOIZWXxXqAyddxt6KRPuInbZFbPk,29733 +django/db/models/deletion.py,sha256=RcsL4nRQcZLYIg8AMjN6uXFuRSVtswMEJYa3wRkYuYM,20943 +django/db/models/enums.py,sha256=mgBBX7bFzuPYgkPR9hvy4FZOtbZE5gfbhHWsvrIhONQ,3527 +django/db/models/expressions.py,sha256=efSUFyl-DL1XwsFuHZY4w3gSV3NvAd3Is-iv587fzbk,74983 +django/db/models/fields/__init__.py,sha256=KLDa5Kz0_AIX0QBI6MOH9QRnjnchfmLuiBNcfxPOMpw,98730 +django/db/models/fields/__pycache__/__init__.cpython-312.pyc,, +django/db/models/fields/__pycache__/composite.cpython-312.pyc,, +django/db/models/fields/__pycache__/files.cpython-312.pyc,, +django/db/models/fields/__pycache__/generated.cpython-312.pyc,, +django/db/models/fields/__pycache__/json.cpython-312.pyc,, +django/db/models/fields/__pycache__/mixins.cpython-312.pyc,, +django/db/models/fields/__pycache__/proxy.cpython-312.pyc,, +django/db/models/fields/__pycache__/related.cpython-312.pyc,, +django/db/models/fields/__pycache__/related_descriptors.cpython-312.pyc,, +django/db/models/fields/__pycache__/related_lookups.cpython-312.pyc,, +django/db/models/fields/__pycache__/reverse_related.cpython-312.pyc,, +django/db/models/fields/__pycache__/tuple_lookups.cpython-312.pyc,, +django/db/models/fields/composite.py,sha256=SfCqHlM9VF5t8uQvcwLd8yDT3cRuQs3enAa6uhKr1xI,5731 +django/db/models/fields/files.py,sha256=nLiRiY9bcVEwE8s5J6yxo2HqN3HreDHPDNHfaW3qLrs,20206 +django/db/models/fields/generated.py,sha256=hzCBUpS1fvoimEI_D7WtoLk6AryGw0TRdyk-UkYBDJE,7655 +django/db/models/fields/json.py,sha256=vgNOlxOrTamKle_irilf8Oj1eGMADDDtT6rdat5ljGM,23893 +django/db/models/fields/mixins.py,sha256=8HrdKIq0eG9vVstJwkK-2g2wdwyvcEVWBzP3S0hzeWY,2478 +django/db/models/fields/proxy.py,sha256=eFHyl4gRTqocjgd6nID9UlQuOIppBA57Vcr71UReTAs,515 +django/db/models/fields/related.py,sha256=E48Asth4GqMIbVKRFr-GwBFdaUkP7Drd_Po6BaYdTa8,79371 +django/db/models/fields/related_descriptors.py,sha256=RxwwyJxpIiZjzEA50P2SR0KcTr9BAVLBZ3h__ppjBqE,66722 +django/db/models/fields/related_lookups.py,sha256=bcwLH0tflmcx2168veYOUDVZ31u7-UFtETUG91BddeE,6076 +django/db/models/fields/reverse_related.py,sha256=EAiX26xVCrTcGj_OjBC_e6sjEXE4-FyVxnESECO8jvc,12908 +django/db/models/fields/tuple_lookups.py,sha256=irehNWmRZp8gyUsdpo63gk28_pQJtecf6v05kC6LK8w,14349 +django/db/models/functions/__init__.py,sha256=jz3DukwiIczpJJpajmwLTIJdi-DQfHxYKLMh0D08X3g,2714 +django/db/models/functions/__pycache__/__init__.cpython-312.pyc,, +django/db/models/functions/__pycache__/comparison.cpython-312.pyc,, +django/db/models/functions/__pycache__/datetime.cpython-312.pyc,, +django/db/models/functions/__pycache__/json.cpython-312.pyc,, +django/db/models/functions/__pycache__/math.cpython-312.pyc,, +django/db/models/functions/__pycache__/mixins.cpython-312.pyc,, +django/db/models/functions/__pycache__/text.cpython-312.pyc,, +django/db/models/functions/__pycache__/window.cpython-312.pyc,, +django/db/models/functions/comparison.py,sha256=ampNkaAtm6Ux2iEU9sT3wumbdB39R6Aa9TNIE8F2fxQ,6810 +django/db/models/functions/datetime.py,sha256=IxDj0X1IUkzbIFbyDmjQZ0PL7eIO2rMn1kU47JlSl1E,13614 +django/db/models/functions/json.py,sha256=RPRvMqCcXDMtIoK7rw2mHbdq4Ay3Z5sXRzQoj-k491I,4668 +django/db/models/functions/math.py,sha256=NugCfaC8Y_VhpEr62HMeDX3O934NnuBPsk3mi5I_DmE,6140 +django/db/models/functions/mixins.py,sha256=UqpHYyF33JSEWYdggezTtWkrMkPKFEfW6enIkujzgaQ,2382 +django/db/models/functions/text.py,sha256=aBnl-5-l3qw8wa7hFIOcHCoUOLGtlk6SFFY4PYZGMtU,11528 +django/db/models/functions/window.py,sha256=g4fryay1tLQCpZRfmPQhrTiuib4RvPqtwFdodlLbi98,2841 +django/db/models/indexes.py,sha256=HYCD06Is7-f0aIGkXdWNeEXzfBoSY6ECNCiVbe8tlwk,11935 +django/db/models/lookups.py,sha256=tefhdR_HrvYF3IPnXVxUKLprQLwXzXPaTrvdxIkK1U4,29048 +django/db/models/manager.py,sha256=n97p4q0ttwmI1XcF9dAl8Pfg5Zs8iudufhWebQ7Xau0,6866 +django/db/models/options.py,sha256=xQFZqckdo9SHdoc86cYvW-nWSAQqjyGDeSerBxVNelk,39469 +django/db/models/query.py,sha256=ybB4YfpoBUKJBsm-oy_-i0jDdu0Iueykcyjjj03xLvs,107026 +django/db/models/query_utils.py,sha256=7OhWh-Sj8klamRbzZ9SXRRgLCE4YPRdWKFq2AQ1sW2c,19700 +django/db/models/signals.py,sha256=mG6hxVWugr_m0ugTU2XAEMiqlu2FJ4CBuGa34dLJvEQ,1622 +django/db/models/sql/__init__.py,sha256=BGZ1GSn03dTOO8PYx6vF1-ImE3g1keZsQ74AHJoQwmQ,241 +django/db/models/sql/__pycache__/__init__.cpython-312.pyc,, +django/db/models/sql/__pycache__/compiler.cpython-312.pyc,, +django/db/models/sql/__pycache__/constants.cpython-312.pyc,, +django/db/models/sql/__pycache__/datastructures.cpython-312.pyc,, +django/db/models/sql/__pycache__/query.cpython-312.pyc,, +django/db/models/sql/__pycache__/subqueries.cpython-312.pyc,, +django/db/models/sql/__pycache__/where.cpython-312.pyc,, +django/db/models/sql/compiler.py,sha256=DHB99snY2VyMTf0L9AKq7fJgR6zHKJVpMJzrU7BsOBQ,92397 +django/db/models/sql/constants.py,sha256=xXZKLd59Od-A3hI3X6iDmIBq1Ry0R9Ckta-TLFY3GNg,599 +django/db/models/sql/datastructures.py,sha256=tDcVdWqVZgpzcMgEVBVBNyR21-UCoV2bd6o0AkgeUGs,8271 +django/db/models/sql/query.py,sha256=8CDWygvv5isnyPMTFLpzCpGIPuDlmTp0ieJmUs2qhSo,119892 +django/db/models/sql/subqueries.py,sha256=q7NFOnsEUtE5dW5IkD9-IxS5qfQf2dL3XmB-1fQOqhA,6150 +django/db/models/sql/where.py,sha256=QHcEVXpToaQBcN1A1gWrKl9xtYBALIXheyxeI0O2iLg,12317 +django/db/models/utils.py,sha256=vzojL0uUQHuOm2KxTJ19DHGnQ1pBXbnWaTlzR0vVimI,2182 +django/db/transaction.py,sha256=whcgZIBEnVNaPrxdxevhjs3K16KWN6yJAnIXNP8-uLw,12506 +django/db/utils.py,sha256=RKtSSyVJmM5__SAs1pY0njX6hLVRy1WIBggYo1zP4RI,9279 +django/dispatch/__init__.py,sha256=qP203zNwjaolUFnXLNZHnuBn7HNzyw9_JkODECRKZbc,286 +django/dispatch/__pycache__/__init__.cpython-312.pyc,, +django/dispatch/__pycache__/dispatcher.cpython-312.pyc,, +django/dispatch/dispatcher.py,sha256=OHaB-_kl1GeVwKh_bIMbHNFmH2yVN4qfSQz2aAVXfME,17777 +django/dispatch/license.txt,sha256=VABMS2BpZOvBY68W0EYHwW5Cj4p4oCb-y1P3DAn0qU8,1743 +django/forms/__init__.py,sha256=S6ckOMmvUX-vVST6AC-M8BzsfVQwuEUAdHWabMN-OGI,368 +django/forms/__pycache__/__init__.cpython-312.pyc,, +django/forms/__pycache__/boundfield.cpython-312.pyc,, +django/forms/__pycache__/fields.cpython-312.pyc,, +django/forms/__pycache__/forms.cpython-312.pyc,, +django/forms/__pycache__/formsets.cpython-312.pyc,, +django/forms/__pycache__/models.cpython-312.pyc,, +django/forms/__pycache__/renderers.cpython-312.pyc,, +django/forms/__pycache__/utils.cpython-312.pyc,, +django/forms/__pycache__/widgets.cpython-312.pyc,, +django/forms/boundfield.py,sha256=K28bu_Gs8LsYxVZVmQdftuAME-Zqkw_yAIsKrXmLR48,13271 +django/forms/fields.py,sha256=yU9NRyGU_IXSEBbFRIteWatYU-WN5zCQEpQPYUWRI4o,49982 +django/forms/forms.py,sha256=2Y2NhbwY2cQiz8zSxdfjO5JO_jZVo8Yn9H2OMYisSXo,16132 +django/forms/formsets.py,sha256=X4otFCXoQgIEII2bTnprrEu4cHC-bpQ9t18Pth8p9MM,21338 +django/forms/jinja2/django/forms/attrs.html,sha256=TD0lNK-ohDjb_bWg1Kosdn4kU01B_M0_C19dp9kYJqo,165 +django/forms/jinja2/django/forms/div.html,sha256=WaOqY1hQe1l6vnc3TdlBmQnQRsofIoNDvGAfg2-X1lU,514 +django/forms/jinja2/django/forms/errors/dict/default.html,sha256=1DLQf0Czjr5V4cghQOyJr3v34G2ClF0RAOc-H7GwXUE,49 +django/forms/jinja2/django/forms/errors/dict/text.txt,sha256=E7eqEWc6q2_kLyc9k926klRe2mPp4O2VqG-2_MliYaU,113 +django/forms/jinja2/django/forms/errors/dict/ul.html,sha256=65EYJOqDAn7-ca7FtjrcdbXygLE-RA_IJQTltO7qS1Q,137 +django/forms/jinja2/django/forms/errors/list/default.html,sha256=q41d4u6XcxDL06gRAVdU021kM_iFLIt5BuYa-HATOWE,49 +django/forms/jinja2/django/forms/errors/list/text.txt,sha256=VVbLrGMHcbs1hK9-2v2Y6SIoH9qRMtlKzM6qzLVAFyE,52 +django/forms/jinja2/django/forms/errors/list/ul.html,sha256=vK5_FeE7w5XBIW2GUlJinteEsMIo0-5rZ3dtV-8LGNg,187 +django/forms/jinja2/django/forms/field.html,sha256=IfeDkBp7yHZDnyD-jVwehX1G15wvfbTkxHkjpUC_dcc,507 +django/forms/jinja2/django/forms/formsets/div.html,sha256=uq10XZdQ1WSt6kJFoKxtluvnCKE4L3oYcLkPraF4ovs,86 +django/forms/jinja2/django/forms/formsets/p.html,sha256=HzEX7XdSDt9owDkYJvBdFIETeU9RDbXc1e4R2YEt6ec,84 +django/forms/jinja2/django/forms/formsets/table.html,sha256=L9B4E8lR0roTr7dBoMiUlekuMbO-3y4_b4NHm6Oy_Vg,88 +django/forms/jinja2/django/forms/formsets/ul.html,sha256=ANvMWb6EeFAtLPDTr61IeI3-YHtAYZCT_zmm-_y-5Oc,85 +django/forms/jinja2/django/forms/label.html,sha256=trXo6yF4ezDv-y-8y1yJnP7sSByw0TTppgZLcrmfR6M,147 +django/forms/jinja2/django/forms/p.html,sha256=NsTxSuqV58iOT7_3EvWRkY1zVYCdhzLBrtde1V47QTA,740 +django/forms/jinja2/django/forms/table.html,sha256=RoJweFtjCPwkFhAAlPT7i_sSCDxo1xMs3NH0uFIla20,881 +django/forms/jinja2/django/forms/ul.html,sha256=svUpAmU5EhhGVHKs8qXixJN-3SzPft8CXoG3-4gegs8,779 +django/forms/jinja2/django/forms/widgets/attrs.html,sha256=_J2P-AOpHFhIwaqCNcrJFxEY4s-KPdy0Wcq0KlarIG0,172 +django/forms/jinja2/django/forms/widgets/checkbox.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/checkbox_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/jinja2/django/forms/widgets/checkbox_select.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/jinja2/django/forms/widgets/clearable_file_input.html,sha256=1dv4xtik6um_mzK1skURF_n4G1t1yluziQu2UWa6fX8,559 +django/forms/jinja2/django/forms/widgets/color.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/date.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/datetime.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/file.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/hidden.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/input.html,sha256=u12fZde-ugkEAAkPAtAfSxwGQmYBkXkssWohOUs-xoE,172 +django/forms/jinja2/django/forms/widgets/input_option.html,sha256=PyRNn9lmE9Da0-RK37zW4yJZUSiJWgIPCU9ou5oUC28,219 +django/forms/jinja2/django/forms/widgets/multiple_hidden.html,sha256=T54-n1ZeUlTd-svM3C4tLF42umKM0R5A7fdfsdthwkA,54 +django/forms/jinja2/django/forms/widgets/multiple_input.html,sha256=voM3dqu69R0Z202TmCgMFM6toJp7FgFPVvbWY9WKEAU,395 +django/forms/jinja2/django/forms/widgets/multiwidget.html,sha256=pr-MxRyucRxn_HvBGZvbc3JbFyrAolbroxvA4zmPz2Y,86 +django/forms/jinja2/django/forms/widgets/number.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/password.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/jinja2/django/forms/widgets/radio_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/jinja2/django/forms/widgets/search.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/select.html,sha256=ESyDzbLTtM7-OG34EuSUnvxCtyP5IrQsZh0jGFrIdEA,365 +django/forms/jinja2/django/forms/widgets/select_date.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/jinja2/django/forms/widgets/select_option.html,sha256=tNa1D3G8iy2ZcWeKyI-mijjDjRmMaqSo-jnAR_VS3Qc,110 +django/forms/jinja2/django/forms/widgets/splitdatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/jinja2/django/forms/widgets/splithiddendatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/jinja2/django/forms/widgets/tel.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/text.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/textarea.html,sha256=Av1Y-hpXUU2AjrhnUivgZFKNBLdwCSZSeuSmCqmCkDA,145 +django/forms/jinja2/django/forms/widgets/time.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/url.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/models.py,sha256=iTw-csqlUkObA465IZ1jkd8cUi61Gbb0Jp3Z5UqIhiA,61213 +django/forms/renderers.py,sha256=cr376RSNhqkOJlhJU0bJOUjbUDiLQ-6yFdcejxvRY7w,3285 +django/forms/templates/django/forms/attrs.html,sha256=UFPgCXXCAkbumxZE1NM-aJVE4VCe2RjCrHLNseibv3I,165 +django/forms/templates/django/forms/div.html,sha256=PgJSGlEXXLmh58WLH49cxvUaWI8bxE0ioTf-MY89uF8,525 +django/forms/templates/django/forms/errors/dict/default.html,sha256=tFtwfHlkOY_XaKjoUPsWshiSWT5olxm3kDElND-GQtQ,48 +django/forms/templates/django/forms/errors/dict/text.txt,sha256=E7eqEWc6q2_kLyc9k926klRe2mPp4O2VqG-2_MliYaU,113 +django/forms/templates/django/forms/errors/dict/ul.html,sha256=65EYJOqDAn7-ca7FtjrcdbXygLE-RA_IJQTltO7qS1Q,137 +django/forms/templates/django/forms/errors/list/default.html,sha256=Kmx1nwrzQ49MaP80Gd17GC5TQH4B7doWa3I3azXvoHA,48 +django/forms/templates/django/forms/errors/list/text.txt,sha256=VVbLrGMHcbs1hK9-2v2Y6SIoH9qRMtlKzM6qzLVAFyE,52 +django/forms/templates/django/forms/errors/list/ul.html,sha256=hPgaIuN9n1pvdybEs6zKK_OkFihIMbTb5ykcTQlASEw,186 +django/forms/templates/django/forms/field.html,sha256=_TsLfCjYj1uzlkjy9qJdqyrZevtgH08BfMebilrdeMU,502 +django/forms/templates/django/forms/formsets/div.html,sha256=lmIRSTBuGczEd2lj-UfDS9zAlVv8ntpmRo-boDDRwEg,84 +django/forms/templates/django/forms/formsets/p.html,sha256=qkoHKem-gb3iqvTtROBcHNJqI-RoUwLHUvJC6EoHg-I,82 +django/forms/templates/django/forms/formsets/table.html,sha256=N0G9GETzJfV16wUesvdrNMDwc8Fhh6durrmkHUPeDZY,86 +django/forms/templates/django/forms/formsets/ul.html,sha256=bGQpjbpKwMahyiIP4-2p3zg3yJP-pN1A48yCqhHdw7o,83 +django/forms/templates/django/forms/label.html,sha256=0bJCdIj8G5e2Gaw3QUR0ZMdwVavC80YwxS5E0ShkzmE,122 +django/forms/templates/django/forms/p.html,sha256=NhXyxIJCngGT7xK2nA4_vpEWWiaIcIUKGVOmMcnjRy4,751 +django/forms/templates/django/forms/table.html,sha256=ELTypjKfqSluAJk6-no0m2_Rve3c6HJoWV3hQ_xfnto,892 +django/forms/templates/django/forms/ul.html,sha256=vPmRsKnLcofRZJq23XHxnBs8PLs6jD4_Pw1ULbtSxPg,790 +django/forms/templates/django/forms/widgets/attrs.html,sha256=9ylIPv5EZg-rx2qPLgobRkw6Zq_WJSM8kt106PpSYa0,172 +django/forms/templates/django/forms/widgets/checkbox.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/checkbox_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/templates/django/forms/widgets/checkbox_select.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/templates/django/forms/widgets/clearable_file_input.html,sha256=1dv4xtik6um_mzK1skURF_n4G1t1yluziQu2UWa6fX8,559 +django/forms/templates/django/forms/widgets/color.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/date.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/datetime.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/file.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/hidden.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/input.html,sha256=dwzzrLocGLZQIaGe-_X8k7z87jV6AFtn28LilnUnUH0,189 +django/forms/templates/django/forms/widgets/input_option.html,sha256=PyRNn9lmE9Da0-RK37zW4yJZUSiJWgIPCU9ou5oUC28,219 +django/forms/templates/django/forms/widgets/multiple_hidden.html,sha256=T54-n1ZeUlTd-svM3C4tLF42umKM0R5A7fdfsdthwkA,54 +django/forms/templates/django/forms/widgets/multiple_input.html,sha256=jxEWRqV32a73340eQ0uIn672Xz5jW9qm3V_srByLEd0,426 +django/forms/templates/django/forms/widgets/multiwidget.html,sha256=slk4AgCdXnVmFvavhjVcsza0quTOP2LG50D8wna0dw0,117 +django/forms/templates/django/forms/widgets/number.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/password.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/templates/django/forms/widgets/radio_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/templates/django/forms/widgets/search.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/select.html,sha256=7U0RzjeESG87ENzQjPRUF71gvKvGjVVvXcpsW2-BTR4,384 +django/forms/templates/django/forms/widgets/select_date.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/templates/django/forms/widgets/select_option.html,sha256=N_psd0JYCqNhx2eh2oyvkF2KU2dv7M9mtMw_4BLYq8A,127 +django/forms/templates/django/forms/widgets/splitdatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/templates/django/forms/widgets/splithiddendatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/templates/django/forms/widgets/tel.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/text.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/textarea.html,sha256=Av1Y-hpXUU2AjrhnUivgZFKNBLdwCSZSeuSmCqmCkDA,145 +django/forms/templates/django/forms/widgets/time.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/url.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/utils.py,sha256=fpG-AByrNerAqkDT6alV83zPDs3gs84LFDW61b9ys0E,7974 +django/forms/widgets.py,sha256=BOMbGYN8_VmBWoOkns9Oau4O2yWeyr38P8amNwisLs8,41244 +django/http/__init__.py,sha256=uVUz0ov-emc29hbD78QKKka_R1L4mpDDPhkyfkx4jzQ,1200 +django/http/__pycache__/__init__.cpython-312.pyc,, +django/http/__pycache__/cookie.cpython-312.pyc,, +django/http/__pycache__/multipartparser.cpython-312.pyc,, +django/http/__pycache__/request.cpython-312.pyc,, +django/http/__pycache__/response.cpython-312.pyc,, +django/http/cookie.py,sha256=t7yGORGClUnCYVKQqyLBlEYsxQLLHn9crsMSWqK_Eic,679 +django/http/multipartparser.py,sha256=mrVXa2yenSbSOOlhIrgbfWS-3qlhvVtDEflSgTAKtsk,27830 +django/http/request.py,sha256=V7FTMSsLyiAuUwLgVtlIOLIp9pMAl_UjBiUrNEOtgIg,28892 +django/http/response.py,sha256=eBRnyisYtqudGCWD0YxCgdQT_76EWH4R-wh33BbW3As,26188 +django/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/middleware/__pycache__/__init__.cpython-312.pyc,, +django/middleware/__pycache__/cache.cpython-312.pyc,, +django/middleware/__pycache__/clickjacking.cpython-312.pyc,, +django/middleware/__pycache__/common.cpython-312.pyc,, +django/middleware/__pycache__/csrf.cpython-312.pyc,, +django/middleware/__pycache__/gzip.cpython-312.pyc,, +django/middleware/__pycache__/http.cpython-312.pyc,, +django/middleware/__pycache__/locale.cpython-312.pyc,, +django/middleware/__pycache__/security.cpython-312.pyc,, +django/middleware/cache.py,sha256=KOlg-Knjx_17KtXr-vx2DEpWvpzojk3yFUSsMHUIYo4,8487 +django/middleware/clickjacking.py,sha256=rIm2VlbblLWrMTRYJ1JBIui5xshAM-2mpyJf989xOgY,1724 +django/middleware/common.py,sha256=9jJWVzLZITjEw5tWyW_DjEg7gtkzUYwwkJPWHkepaIc,7666 +django/middleware/csrf.py,sha256=Kz1sjE6gad3dLXiKz29p7OQzuuTlhmXN-SuT6F8VCWM,19489 +django/middleware/gzip.py,sha256=jsJeYv0-A4iD6-1Pd3Hehl2ZtshpE4WeBTei-4PwciA,2945 +django/middleware/http.py,sha256=RqXN9Kp6GEh8j_ub7YXRi6W2_CKZTZEyAPpFUzeNPBs,1616 +django/middleware/locale.py,sha256=CV8aerSUWmO6cJQ6IrD5BzT3YlOxYNIqFraCqr8DoY4,3442 +django/middleware/security.py,sha256=yqawglqNcPrITIUvQhSpn3BD899It4fhyOyJCTImlXE,2599 +django/shortcuts.py,sha256=O9UrrZmXjVfdzC3DXW6dDyZwXE4YG4BRpftDE8D1QF0,6506 +django/template/__init__.py,sha256=-hvAhcRO8ydLdjTJJFr6LYoBVCsJq561ebRqE9kYBJs,1845 +django/template/__pycache__/__init__.cpython-312.pyc,, +django/template/__pycache__/autoreload.cpython-312.pyc,, +django/template/__pycache__/base.cpython-312.pyc,, +django/template/__pycache__/context.cpython-312.pyc,, +django/template/__pycache__/context_processors.cpython-312.pyc,, +django/template/__pycache__/defaultfilters.cpython-312.pyc,, +django/template/__pycache__/defaulttags.cpython-312.pyc,, +django/template/__pycache__/engine.cpython-312.pyc,, +django/template/__pycache__/exceptions.cpython-312.pyc,, +django/template/__pycache__/library.cpython-312.pyc,, +django/template/__pycache__/loader.cpython-312.pyc,, +django/template/__pycache__/loader_tags.cpython-312.pyc,, +django/template/__pycache__/response.cpython-312.pyc,, +django/template/__pycache__/smartif.cpython-312.pyc,, +django/template/__pycache__/utils.cpython-312.pyc,, +django/template/autoreload.py,sha256=hBanYQNDNEdgpty89I2mP_bxD-MyaeXWRmgX3K6a8Zg,2063 +django/template/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/template/backends/__pycache__/__init__.cpython-312.pyc,, +django/template/backends/__pycache__/base.cpython-312.pyc,, +django/template/backends/__pycache__/django.cpython-312.pyc,, +django/template/backends/__pycache__/dummy.cpython-312.pyc,, +django/template/backends/__pycache__/jinja2.cpython-312.pyc,, +django/template/backends/__pycache__/utils.cpython-312.pyc,, +django/template/backends/base.py,sha256=IniOWzwfJHhrg0azO55fhZ3d1cghNjvsrgaMkV7o6x4,2801 +django/template/backends/django.py,sha256=wbOUhTVQyz2HvrTVG1GJUknDPJtuBFDuXbm15xf7jO4,5963 +django/template/backends/dummy.py,sha256=M62stG_knf7AdVp42ZWWddkNv6g6ck_sc1nRR6Sc_xA,1751 +django/template/backends/jinja2.py,sha256=U9WBznoElT-REbITG7DnZgR7SA_Awf1gWS9vc0yrEfs,4036 +django/template/backends/utils.py,sha256=z5X_lxKa9qL4KFDVeai-FmsewU3KLgVHO8y-gHLiVts,424 +django/template/base.py,sha256=0vOGKZlXbdHsFCkdsaH9XFSmgUDJoDTzDOLf7ebBdRg,41002 +django/template/context.py,sha256=7FnF26wDyXjcXUDdFpBm-UFFsiNiwa5hod4nEaLstj8,9448 +django/template/context_processors.py,sha256=PMIuGUE1iljf5L8oXggIdvvFOhCLJpASdwd39BMdjBE,2480 +django/template/defaultfilters.py,sha256=BxaTQcUOmE4C_-FLhCQkATQS0S0z7jGfSaouGPl3T5A,28438 +django/template/defaulttags.py,sha256=EV4jJrScjDwzBJN2nJhBLMYn5bI2tBj5XpWU58wdumk,49669 +django/template/engine.py,sha256=gpk2HUxFfxVhw5onriW1uHVAec6JhVHqMcObNESXwO4,7773 +django/template/exceptions.py,sha256=rqG3_qZq31tUHbmtZD-MIu0StChqwaFejFFpR4u7th4,1342 +django/template/library.py,sha256=VBLQd0tmUlxfZTtOMziRY3Y6706kRtRtqP_J0sUSamY,16683 +django/template/loader.py,sha256=PVFUUtC5WgiRVVTilhQ6NFZnvjly6sP9s7anFmMoKdo,2054 +django/template/loader_tags.py,sha256=7_1LTeoQHGwsrML0whwUug6g6bR3ijhmwiMRH7Xs0CQ,13234 +django/template/loaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/template/loaders/__pycache__/__init__.cpython-312.pyc,, +django/template/loaders/__pycache__/app_directories.cpython-312.pyc,, +django/template/loaders/__pycache__/base.cpython-312.pyc,, +django/template/loaders/__pycache__/cached.cpython-312.pyc,, +django/template/loaders/__pycache__/filesystem.cpython-312.pyc,, +django/template/loaders/__pycache__/locmem.cpython-312.pyc,, +django/template/loaders/app_directories.py,sha256=sQpVXKYpnKr9Rl1YStNca-bGIQHcOkSnmm1l2qRGFVE,312 +django/template/loaders/base.py,sha256=Y5V4g0ly9GuNe7BQxaJSMENJnvxzXJm7XhSTxzfFM0s,1636 +django/template/loaders/cached.py,sha256=bDwkWYPgbvprU_u9f9w9oNYpSW_j9b7so_mlKzp9-N4,3716 +django/template/loaders/filesystem.py,sha256=f4silD7WWhv3K9QySMgW7dlGGNwwYAcHCMSTFpwiiXY,1506 +django/template/loaders/locmem.py,sha256=t9p0GYF2VHf4XG6Gggp0KBmHkdIuSKuLdiVXMVb2iHs,672 +django/template/response.py,sha256=UAU-aM7mn6cbGOIJuurn4EE5ITdcAqSFgKD5RXFms4w,5584 +django/template/smartif.py,sha256=TLbvSZa_M4B80M2X108FK2TFjHoA8RG9bfxB0PLKNck,6410 +django/template/utils.py,sha256=9Cp3AVmWg0xvVvsL2HAYw4LDP1nJea3fTWeaojX7gpg,3571 +django/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/templatetags/__pycache__/__init__.cpython-312.pyc,, +django/templatetags/__pycache__/cache.cpython-312.pyc,, +django/templatetags/__pycache__/i18n.cpython-312.pyc,, +django/templatetags/__pycache__/l10n.cpython-312.pyc,, +django/templatetags/__pycache__/static.cpython-312.pyc,, +django/templatetags/__pycache__/tz.cpython-312.pyc,, +django/templatetags/cache.py,sha256=WaYvWUn5ZTERwjouvkm-c5L5LRLc-GpSWl19wFod_bk,3551 +django/templatetags/i18n.py,sha256=UrS-aE3XCEK_oX18kmH8gSgA10MGHMeMTLOAESDtufI,19961 +django/templatetags/l10n.py,sha256=GB5_u3ymAtzxUtAY8QLb_pcZrzie9ZxEca-1NuKIXBY,1563 +django/templatetags/static.py,sha256=W4Rqt3DN_YtXe6EoqO-GLy7WR7xd7z0JsoX-VT0vvjc,4730 +django/templatetags/tz.py,sha256=0uSwEcqywsn1FrdOtyIjSsSCCEqzW0CDVebP-tzIBiY,5357 +django/test/__init__.py,sha256=X12C98lKN5JW1-wms7B6OaMTo-Li90waQpjfJE1V3AE,834 +django/test/__pycache__/__init__.cpython-312.pyc,, +django/test/__pycache__/client.cpython-312.pyc,, +django/test/__pycache__/html.cpython-312.pyc,, +django/test/__pycache__/runner.cpython-312.pyc,, +django/test/__pycache__/selenium.cpython-312.pyc,, +django/test/__pycache__/signals.cpython-312.pyc,, +django/test/__pycache__/testcases.cpython-312.pyc,, +django/test/__pycache__/utils.cpython-312.pyc,, +django/test/client.py,sha256=SIjYoG2U1oD4Vfed9FXopcIJ_Gg44yeSMqT8RKVaZEE,55809 +django/test/html.py,sha256=W97B8kAeeY3tqWrttffWkI0bK-j-vn69l-79WCsMu9A,8869 +django/test/runner.py,sha256=fQvXdmfREscThS4_xGSBlr_yLd3PUfA5SGYVYvjgj2I,43032 +django/test/selenium.py,sha256=DtQxR_MqglIfkR5dMQXeNiC3l_vmgxllRuHBz_LKZNY,9685 +django/test/signals.py,sha256=qiQBLO_rjVITdLDV4WiDVqfdGGGa5BLV4jLOn0XHJFw,7368 +django/test/testcases.py,sha256=5Zqj1WsrOaOOfErJ6M4BrlNasYzjdaIW_tyz6i1ON-A,68586 +django/test/utils.py,sha256=fQmrEuIyFm87WutJgeERXojZtTySNVULgtRKBARWCYE,32702 +django/urls/__init__.py,sha256=BHyBIOD3E4_3Ng27SpXnRmqO3IzUqvBLCE4TTfs4wNs,1079 +django/urls/__pycache__/__init__.cpython-312.pyc,, +django/urls/__pycache__/base.cpython-312.pyc,, +django/urls/__pycache__/conf.cpython-312.pyc,, +django/urls/__pycache__/converters.cpython-312.pyc,, +django/urls/__pycache__/exceptions.cpython-312.pyc,, +django/urls/__pycache__/resolvers.cpython-312.pyc,, +django/urls/__pycache__/utils.cpython-312.pyc,, +django/urls/base.py,sha256=Zx0VSoVkq-bwiC7izLEYf43yZ6uD9fs4E6UmJEHuyvQ,6191 +django/urls/conf.py,sha256=TFZCdC1G8KftDuB_I7smC7UH1QGKkm5o1uNAIKP2B7M,3426 +django/urls/converters.py,sha256=OTsqmA3uCrmY7Xh94HUaOjGCBttNIKKOJRfPYBm5twM,1782 +django/urls/exceptions.py,sha256=alLNjkORtAxneC00g4qnRpG5wouOHvJvGbymdpKtG_I,115 +django/urls/resolvers.py,sha256=5p7SVNVhh9FmuFke5IquHKPO3jSA29N_eiXzsMpi2xE,31518 +django/urls/utils.py,sha256=d1KSc6JVR-5Z8axg_yDgYKtkqObdbJwWNkhcB8x44Rs,2179 +django/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/utils/__pycache__/__init__.cpython-312.pyc,, +django/utils/__pycache__/_os.cpython-312.pyc,, +django/utils/__pycache__/archive.cpython-312.pyc,, +django/utils/__pycache__/asyncio.cpython-312.pyc,, +django/utils/__pycache__/autoreload.cpython-312.pyc,, +django/utils/__pycache__/cache.cpython-312.pyc,, +django/utils/__pycache__/choices.cpython-312.pyc,, +django/utils/__pycache__/connection.cpython-312.pyc,, +django/utils/__pycache__/crypto.cpython-312.pyc,, +django/utils/__pycache__/datastructures.cpython-312.pyc,, +django/utils/__pycache__/dateformat.cpython-312.pyc,, +django/utils/__pycache__/dateparse.cpython-312.pyc,, +django/utils/__pycache__/dates.cpython-312.pyc,, +django/utils/__pycache__/deconstruct.cpython-312.pyc,, +django/utils/__pycache__/decorators.cpython-312.pyc,, +django/utils/__pycache__/deprecation.cpython-312.pyc,, +django/utils/__pycache__/duration.cpython-312.pyc,, +django/utils/__pycache__/encoding.cpython-312.pyc,, +django/utils/__pycache__/feedgenerator.cpython-312.pyc,, +django/utils/__pycache__/formats.cpython-312.pyc,, +django/utils/__pycache__/functional.cpython-312.pyc,, +django/utils/__pycache__/hashable.cpython-312.pyc,, +django/utils/__pycache__/html.cpython-312.pyc,, +django/utils/__pycache__/http.cpython-312.pyc,, +django/utils/__pycache__/inspect.cpython-312.pyc,, +django/utils/__pycache__/ipv6.cpython-312.pyc,, +django/utils/__pycache__/itercompat.cpython-312.pyc,, +django/utils/__pycache__/log.cpython-312.pyc,, +django/utils/__pycache__/lorem_ipsum.cpython-312.pyc,, +django/utils/__pycache__/module_loading.cpython-312.pyc,, +django/utils/__pycache__/numberformat.cpython-312.pyc,, +django/utils/__pycache__/regex_helper.cpython-312.pyc,, +django/utils/__pycache__/safestring.cpython-312.pyc,, +django/utils/__pycache__/termcolors.cpython-312.pyc,, +django/utils/__pycache__/text.cpython-312.pyc,, +django/utils/__pycache__/timesince.cpython-312.pyc,, +django/utils/__pycache__/timezone.cpython-312.pyc,, +django/utils/__pycache__/tree.cpython-312.pyc,, +django/utils/__pycache__/version.cpython-312.pyc,, +django/utils/__pycache__/xmlutils.cpython-312.pyc,, +django/utils/_os.py,sha256=Q0d96RWFaQr6YqG00GulGqQ9M2Oni5WIjf_y4JnEWn8,2323 +django/utils/archive.py,sha256=nzcnfWgs8GNpBB5g-2_aWoXfzxGNkXZIkIej1AKT8BU,8302 +django/utils/asyncio.py,sha256=0glOg3eGmms-gUv04ZgDvZt19IZbdPBC64PnaKqeGDc,1138 +django/utils/autoreload.py,sha256=S4Gfud4xl0pW6Gd-0E7La5pjFC7cWqy8h0wwE-W56QY,24429 +django/utils/cache.py,sha256=xyazhD17lfCRXbWHnNWbI1WMHvwyXLUupRzG670y8gU,16583 +django/utils/choices.py,sha256=OgXb_QqEjzf_ODgEzZqkL5yGJLHVQtwh9FAUPvKoUWQ,4202 +django/utils/connection.py,sha256=2kqA6M_EObbZg6QKMXhX6p4YXG9RiPTUHwwN3mumhDY,2554 +django/utils/crypto.py,sha256=91KEDCMKAh3kKAMxUv2eQQKMEj-EgbMWRE2lVjmAzgY,2662 +django/utils/datastructures.py,sha256=mEt2-kg3zOQ24fW7ltxZDFaatZZyTSeJP9WAGWOg6UM,10267 +django/utils/dateformat.py,sha256=FvIRPWcVlSTQfVnPARPbV1BtQ1OX3Z3i49Iiyx9JuDI,10118 +django/utils/dateparse.py,sha256=oWTWbJax4NP1uY7tCGPSgnyAkoGxnXf1snEh-kfCkiQ,5356 +django/utils/dates.py,sha256=zHUHeOkxuo53rTvHG3dWMLRfVyfaMLBIt5xmA4E_Ids,2179 +django/utils/deconstruct.py,sha256=R3ks8L-Cif9-qyNwy-2R6KWf9UmcGDSiMGX-N6CbLOA,2126 +django/utils/decorators.py,sha256=NzaeY0m6u-HXXwRkbGvdX0IiZ8wNDYV8fDR8w42Roec,8328 +django/utils/deprecation.py,sha256=aNLOljxbMxDHWWr6Sy1ul2VV90Fzugc6e6YZGw0FfEo,4876 +django/utils/duration.py,sha256=HK5E36F1GGdPchCqHsmloYhrHX_ByyITvOHyuxtElSE,1230 +django/utils/encoding.py,sha256=DLjcAjvBxrz5Jr5d8T2XnEUccseRVHTTXOm-zf-FVD4,8793 +django/utils/feedgenerator.py,sha256=hyzzlLrh6uSJhfhRJF2944Sb0HimXRGria76u5tlSkY,18089 +django/utils/formats.py,sha256=FmPUj3dfL2gCH2ijcWtcesYKbsi2-EbHGLGyHvGOJA0,10255 +django/utils/functional.py,sha256=URFZkoTNJmOlm_ay9872-_lEgV1ewunZS9GKSJRg-e8,14541 +django/utils/hashable.py,sha256=HzcLr4YPZGls_TLt0aQra7cCHcFp-hpTEOcOJ_DTQj0,738 +django/utils/html.py,sha256=KMBHTj4o0_p8QWs_rEmmt1HOngAfBUfc66_ajA-tRwQ,17544 +django/utils/http.py,sha256=xlxAp4EEEt4Axc2tWaVdtNedNsZaBhBozWqnCdErkXw,13547 +django/utils/inspect.py,sha256=p7Uy3KO6TuR1SuxDwp6qzIgj7ML_Si_-r3BynvHFadA,2708 +django/utils/ipv6.py,sha256=VN3hdrlGKo6TQLTa6Kvgz27KzTkdYMOBJmuc8QTXbpU,1823 +django/utils/itercompat.py,sha256=mXmO77Sd3P_0VN6ox4kAorZ2vo2CjKRiFBuDbIqu1os,532 +django/utils/log.py,sha256=py5EpX1FVgBJ37bnSSQKKJE0z8zW4Iw8FXqBuPxCJtY,8329 +django/utils/lorem_ipsum.py,sha256=yUtBgKhshftIpPg04pc1IrLpOBydZIf7g0isFCIJZqk,5473 +django/utils/module_loading.py,sha256=-a7qOb5rpp-Lw_51vyIPSdb7R40B16Er1Zc1C_a6ibY,3820 +django/utils/numberformat.py,sha256=8LqSMmfxaN0PYSTTES6UT_ATerfDYQn7Ya4NI70gMaU,3781 +django/utils/regex_helper.py,sha256=FsGQkHjDNJmYnCDPT2f3b07hdp4RRNTMB_KgSRe-8hs,12772 +django/utils/safestring.py,sha256=pfrpF3uJeAWcF-0naIPRr6QjDomUB8yc4k1gSN-zERA,2178 +django/utils/termcolors.py,sha256=vvQbUH7GsFofGRSiKQwx4YvgE4yZMtAGRVz9QPDfisA,7386 +django/utils/text.py,sha256=tYlKGQlM5KOyBEqsW3he9yeGCBoDSPPU-2kJZmCNEb4,14586 +django/utils/timesince.py,sha256=j9B_wSnsdS3ZXn9pt9GImOJDpgO61YMr_jtnUpZDx0g,4914 +django/utils/timezone.py,sha256=Wg4eIhEHAsOMEKlzfSS_aYPf-h70DYqOqnmRDG1TbbE,7295 +django/utils/translation/__init__.py,sha256=IzuMZHXY059T4hOcsqQjDmSOT2itEQb8OBsNi88aURA,8878 +django/utils/translation/__pycache__/__init__.cpython-312.pyc,, +django/utils/translation/__pycache__/reloader.cpython-312.pyc,, +django/utils/translation/__pycache__/template.cpython-312.pyc,, +django/utils/translation/__pycache__/trans_null.cpython-312.pyc,, +django/utils/translation/__pycache__/trans_real.cpython-312.pyc,, +django/utils/translation/reloader.py,sha256=oVM0xenn3fraUomMEFucvwlbr5UGYUijWnUn6FL55Zc,1114 +django/utils/translation/template.py,sha256=TOfPNT62RnUbUG64a_6d_VQ7tsDC1_F1TCopw_HwlcA,10549 +django/utils/translation/trans_null.py,sha256=niy_g1nztS2bPsINqK7_g0HcpI_w6hL-c8_hqpC7U7s,1287 +django/utils/translation/trans_real.py,sha256=nt-w0rGgdcynyljdBGPqhMaDsdtvR_IyZiAvO4J2LS4,22273 +django/utils/tree.py,sha256=v8sNUsnsG2Loi9xBIIk0GmV5yN7VWOGTzbmk8BOEs6E,4394 +django/utils/version.py,sha256=YJ41J-BggYvEJNpTS8pU5x7utd-327YAjusfdTkTMrI,3737 +django/utils/xmlutils.py,sha256=LsggeI4vhln3An_YXNBk2cCwKLQgMe-O_3L--j3o3GM,1172 +django/views/__init__.py,sha256=GIq6CKUBCbGpQVyK4xIoaAUDPrmRvbBPSX_KSHk0Bb4,63 +django/views/__pycache__/__init__.cpython-312.pyc,, +django/views/__pycache__/csrf.cpython-312.pyc,, +django/views/__pycache__/debug.cpython-312.pyc,, +django/views/__pycache__/defaults.cpython-312.pyc,, +django/views/__pycache__/i18n.cpython-312.pyc,, +django/views/__pycache__/static.cpython-312.pyc,, +django/views/csrf.py,sha256=PwZPfYD-zI0SL19etlwAcpD4LOMp8Flu1qPGgHlrsBg,3425 +django/views/debug.py,sha256=4oMlptUiQdp1oMeC3aQY6z-6r_F91iuEg1YKrZUsLc8,25670 +django/views/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/views/decorators/__pycache__/__init__.cpython-312.pyc,, +django/views/decorators/__pycache__/cache.cpython-312.pyc,, +django/views/decorators/__pycache__/clickjacking.cpython-312.pyc,, +django/views/decorators/__pycache__/common.cpython-312.pyc,, +django/views/decorators/__pycache__/csrf.cpython-312.pyc,, +django/views/decorators/__pycache__/debug.cpython-312.pyc,, +django/views/decorators/__pycache__/gzip.cpython-312.pyc,, +django/views/decorators/__pycache__/http.cpython-312.pyc,, +django/views/decorators/__pycache__/vary.cpython-312.pyc,, +django/views/decorators/cache.py,sha256=4cWEWW88qPv57St9Wwmv0aK0vVxD-7aevFOQc8z4pQs,2821 +django/views/decorators/clickjacking.py,sha256=3w8djeDoQUK67uDfIzi9jdlds_ZdekwDMIV2IM8NBWk,2555 +django/views/decorators/common.py,sha256=Kcj1Q-aPTBLGMW_kkeUleRiYiEZCg7uoP_UexklyyQA,739 +django/views/decorators/csrf.py,sha256=q9lXnlNkbm7Hlg4FRx1pesf64sNpCIC52mCqY7xduZo,2324 +django/views/decorators/debug.py,sha256=jvKimgFDSVzCN3RWA1X5Ry7BSADFA21K3A2RjUsJy7E,5256 +django/views/decorators/gzip.py,sha256=PtpSGd8BePa1utGqvKMFzpLtZJxpV2_Jej8llw5bCJY,253 +django/views/decorators/http.py,sha256=vaoIxGGIn6kychggji7CmdmVl5JXvNs-7FUUVNv5w9Y,6533 +django/views/decorators/vary.py,sha256=DGR1eA8mSaXM8kgMJta4XnzCznJIrW1_KDMrd4aqCTM,1201 +django/views/defaults.py,sha256=BXT36auw8XF5ZwqdU0akzX5ITFBWhuy8idT8YGkCo_I,4718 +django/views/generic/__init__.py,sha256=VwQKUbBFJktiq5J2fo3qRNzRc0STfcMRPChlLPYAkkE,886 +django/views/generic/__pycache__/__init__.cpython-312.pyc,, +django/views/generic/__pycache__/base.cpython-312.pyc,, +django/views/generic/__pycache__/dates.cpython-312.pyc,, +django/views/generic/__pycache__/detail.cpython-312.pyc,, +django/views/generic/__pycache__/edit.cpython-312.pyc,, +django/views/generic/__pycache__/list.cpython-312.pyc,, +django/views/generic/base.py,sha256=1Xl_88BYSvW8hfP0S_UQF3mCHEuSDLh4ooKEA7pop7U,9303 +django/views/generic/dates.py,sha256=xTAGETRksrGbGreC6Y7CAHMjMQLAgOoxPfxocPGrMqQ,26921 +django/views/generic/detail.py,sha256=XTkGIGWpaGxbudMvGOrFKC6p8sl_EKhn13IA5g_1z8w,7022 +django/views/generic/edit.py,sha256=uyRw11siRsNRXz0id4A2crJeDGUncQ8Ce4fiWbDgtDg,9040 +django/views/generic/list.py,sha256=KyVxf8MXaQg2uYG3vmIVQXhSkq7PiTM6sTkJlYKy1mE,8009 +django/views/i18n.py,sha256=Ee5uipB3ykz6ScxLNscCyXItJleAKbO9FQEBwyQnAfc,8999 +django/views/static.py,sha256=dfEj3tr0tBN6fW02T0z43fszVSj1DB6Gxe-C3V4VYPo,4055 +django/views/templates/csrf_403.html,sha256=lrD9CeNoW5UOC1cay8RJzydMMWF12BMMSpz5UDufNAk,2856 +django/views/templates/default_urlconf.html,sha256=P8dRIQu9i-K38Gsk-OP7nAMR4vGtMd2-Pw6cWjKnhN8,12521 +django/views/templates/directory_index.html,sha256=0CGI4FUy9n_Yo2e7U2vWeKCLsUgizBmoqHseNQxxe04,653 +django/views/templates/i18n_catalog.js,sha256=WTPJxawKwdORo12g9I_mUn4YSU6Xx-DCx6E06yKBKZQ,2785 +django/views/templates/technical_404.html,sha256=da7h7kPnDufG3D1KM5JzySVHEm4mTYx3UxV8KdPSz_c,2816 +django/views/templates/technical_500.html,sha256=pHmxLtEwFNAw4zt3k97ty5dvYq9q0E0p1nFF1pRYdpI,18138 +django/views/templates/technical_500.txt,sha256=b0ihE_FS7YtfAFOXU_yk0-CTgUmZ4ZkWVfkFHdEQXQI,3712 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/REQUESTED b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/REQUESTED new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/WHEEL b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/WHEEL new file mode 100644 index 00000000000..e7fa31b6f3f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/entry_points.txt b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/entry_points.txt new file mode 100644 index 00000000000..eaeb88e2d21 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +django-admin = django.core.management:execute_from_command_line diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE new file mode 100644 index 00000000000..5f4f225dd28 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) Django Software Foundation and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of Django nor the names of its contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE.python b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE.python new file mode 100644 index 00000000000..2fc28e876fa --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/licenses/LICENSE.python @@ -0,0 +1,288 @@ +Django is licensed under the three-clause BSD license; see the file +LICENSE for details. + +Django includes code from the Python standard library, which is licensed under +the Python license, a permissive open source license. The copyright and license +is included below for compliance with Python's terms. + +---------------------------------------------------------------------- + +Copyright (c) 2001-present Python Software Foundation; All Rights Reserved + +A. HISTORY OF THE SOFTWARE +========================== + +Python was created in the early 1990s by Guido van Rossum at Stichting +Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands +as a successor of a language called ABC. Guido remains Python's +principal author, although it includes many contributions from others. + +In 1995, Guido continued his work on Python at the Corporation for +National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) +in Reston, Virginia where he released several versions of the +software. + +In May 2000, Guido and the Python core development team moved to +BeOpen.com to form the BeOpen PythonLabs team. In October of the same +year, the PythonLabs team moved to Digital Creations, which became +Zope Corporation. In 2001, the Python Software Foundation (PSF, see +https://www.python.org/psf/) was formed, a non-profit organization +created specifically to own Python-related Intellectual Property. +Zope Corporation was a sponsoring member of the PSF. + +All Python releases are Open Source (see https://opensource.org for +the Open Source Definition). Historically, most, but not all, Python +releases have also been GPL-compatible; the table below summarizes +the various releases. + + Release Derived Year Owner GPL- + from compatible? (1) + + 0.9.0 thru 1.2 1991-1995 CWI yes + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes + 1.6 1.5.2 2000 CNRI no + 2.0 1.6 2000 BeOpen.com no + 1.6.1 1.6 2001 CNRI yes (2) + 2.1 2.0+1.6.1 2001 PSF no + 2.0.1 2.0+1.6.1 2001 PSF yes + 2.1.1 2.1+2.0.1 2001 PSF yes + 2.1.2 2.1.1 2002 PSF yes + 2.1.3 2.1.2 2002 PSF yes + 2.2 and above 2.1.1 2001-now PSF yes + +Footnotes: + +(1) GPL-compatible doesn't mean that we're distributing Python under + the GPL. All Python licenses, unlike the GPL, let you distribute + a modified version without making your changes open source. The + GPL-compatible licenses make it possible to combine Python with + other software that is released under the GPL; the others don't. + +(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, + because its license has a choice of law clause. According to + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 + is "not incompatible" with the GPL. + +Thanks to the many outside volunteers who have worked under Guido's +direction to make these releases possible. + + +B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON +=============================================================== + +Python software and documentation are licensed under the +Python Software Foundation License Version 2. + +Starting with Python 3.8.6, examples, recipes, and other code in +the documentation are dual licensed under the PSF License Version 2 +and the Zero-Clause BSD license. + +Some software incorporated into Python is under different licenses. +The licenses are listed with code falling under that license. + + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" +are retained in Python alone or in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 +------------------------------------------- + +BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + +1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an +office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the +Individual or Organization ("Licensee") accessing and otherwise using +this software in source or binary form and its associated +documentation ("the Software"). + +2. Subject to the terms and conditions of this BeOpen Python License +Agreement, BeOpen hereby grants Licensee a non-exclusive, +royalty-free, world-wide license to reproduce, analyze, test, perform +and/or display publicly, prepare derivative works, distribute, and +otherwise use the Software alone or in any derivative version, +provided, however, that the BeOpen Python License is retained in the +Software, alone or in any derivative version prepared by Licensee. + +3. BeOpen is making the Software available to Licensee on an "AS IS" +basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE +SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS +AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY +DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +5. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +6. This License Agreement shall be governed by and interpreted in all +respects by the law of the State of California, excluding conflict of +law provisions. Nothing in this License Agreement shall be deemed to +create any relationship of agency, partnership, or joint venture +between BeOpen and Licensee. This License Agreement does not grant +permission to use BeOpen trademarks or trade names in a trademark +sense to endorse or promote products or services of Licensee, or any +third party. As an exception, the "BeOpen Python" logos available at +http://www.pythonlabs.com/logos.html may be used according to the +permissions granted on that web page. + +7. By copying, installing or otherwise using the software, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 +--------------------------------------- + +1. This LICENSE AGREEMENT is between the Corporation for National +Research Initiatives, having an office at 1895 Preston White Drive, +Reston, VA 20191 ("CNRI"), and the Individual or Organization +("Licensee") accessing and otherwise using Python 1.6.1 software in +source or binary form and its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, CNRI +hereby grants Licensee a nonexclusive, royalty-free, world-wide +license to reproduce, analyze, test, perform and/or display publicly, +prepare derivative works, distribute, and otherwise use Python 1.6.1 +alone or in any derivative version, provided, however, that CNRI's +License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) +1995-2001 Corporation for National Research Initiatives; All Rights +Reserved" are retained in Python 1.6.1 alone or in any derivative +version prepared by Licensee. Alternately, in lieu of CNRI's License +Agreement, Licensee may substitute the following text (omitting the +quotes): "Python 1.6.1 is made available subject to the terms and +conditions in CNRI's License Agreement. This Agreement together with +Python 1.6.1 may be located on the internet using the following +unique, persistent identifier (known as a handle): 1895.22/1013. This +Agreement may also be obtained from a proxy server on the internet +using the following URL: http://hdl.handle.net/1895.22/1013". + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python 1.6.1 or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python 1.6.1. + +4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" +basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. This License Agreement shall be governed by the federal +intellectual property law of the United States, including without +limitation the federal copyright law, and, to the extent such +U.S. federal law does not apply, by the law of the Commonwealth of +Virginia, excluding Virginia's conflict of law provisions. +Notwithstanding the foregoing, with regard to derivative works based +on Python 1.6.1 that incorporate non-separable material that was +previously distributed under the GNU General Public License (GPL), the +law of the Commonwealth of Virginia shall govern this License +Agreement only as to issues arising under or with respect to +Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this +License Agreement shall be deemed to create any relationship of +agency, partnership, or joint venture between CNRI and Licensee. This +License Agreement does not grant permission to use CNRI trademarks or +trade name in a trademark sense to endorse or promote products or +services of Licensee, or any third party. + +8. By clicking on the "ACCEPT" button where indicated, or by copying, +installing or otherwise using Python 1.6.1, Licensee agrees to be +bound by the terms and conditions of this License Agreement. + + ACCEPT + + +CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 +-------------------------------------------------- + +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, +The Netherlands. All rights reserved. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Stichting Mathematisch +Centrum or CWI not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION +---------------------------------------------------------------------- + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/top_level.txt b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/top_level.txt new file mode 100644 index 00000000000..d3e4ba564fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django-5.2.8.dist-info/top_level.txt @@ -0,0 +1 @@ +django diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/__init__.py new file mode 100644 index 00000000000..3d29f0e2604 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/__init__.py @@ -0,0 +1,24 @@ +from django.utils.version import get_version + +VERSION = (5, 2, 8, "final", 0) + +__version__ = get_version(VERSION) + + +def setup(set_prefix=True): + """ + Configure the settings (this happens as a side effect of accessing the + first setting), configure logging and populate the app registry. + Set the thread-local urlresolvers script prefix if `set_prefix` is True. + """ + from django.apps import apps + from django.conf import settings + from django.urls import set_script_prefix + from django.utils.log import configure_logging + + configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) + if set_prefix: + set_script_prefix( + "/" if settings.FORCE_SCRIPT_NAME is None else settings.FORCE_SCRIPT_NAME + ) + apps.populate(settings.INSTALLED_APPS) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/__main__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/__main__.py new file mode 100644 index 00000000000..74151438482 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/__main__.py @@ -0,0 +1,10 @@ +""" +Invokes django-admin when the django module is run as a script. + +Example: python -m django check +""" + +from django.core import management + +if __name__ == "__main__": + management.execute_from_command_line() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bd144bdb6956a474dc1f404edb322e538da262e GIT binary patch literal 1226 zcmZuxT~8ZF6rI@*+t`5kDlKg!CRL=cE%vHZl`17_f(${Hz#vQ_#XKxq@7Nw#@2+On zG>$+bQlzwRytO}}RsKN#LtkRGmCH&mUS{(w9lXS4A0BXW>~UDUv3jFF?16$MdDmFKuyR8}3`QJ>L$9_ z)p(#dNiXyN|Mj;4H1PI^S6SUTus-@P`j*v77^%mv(*#D|_o}ScVVuDbX-?64p7joviCuY?m~-%c<~PdA3AUI154&a9U-L2&`N51TQ^XJz3v}0nt?$}2cd55)y6jssXoYp(`!e^%oGDmHv%uT2Ye4N4 zS{CzIXj!?S73pB28Sp9SC9j#-gm8fV9Yp%|W9`PVmOa+yUTGg3);p8g_GI?wM;-G{ z+r0CKcK0YbdX$>_Yy6YWc(y&BeKG#k5BXoe?%cZHzIFdxRR+?h38W7^TY0i_IMW$3 z+GEC_+Gl4VkBSD~fb~zjv%S5G&*fc?k`ETwONG^9l(G761j~v|{(|_&P{HK|xk%k^ u_)gQM-|%TjpTYzJ zfjS{Ev4Ic^6Ao>~N%lS4_wGI0cdb^0d|VyI>7&nY^E9pa$Mens{2ah5pv^W6;x*Rn* zS0dG%?{ylZ8P26iI3LZ9J;aHzU_;NU>$Fhd&lcbul0gal*c!zXqkK2X^HjqP`l=Ov z_Su=SnJYvBj`jX-(*tE#4~DF?)wnksf*!IwJz`_GYw^k|b7=`(&&#|$$0mhShjCH; zG&jZ%uxaPK686I_`{^UZ7=H!?lkYi%mtMo!tBZ$l;f1s>cb`f7p0uCH@<)isqOJe* E7kmJS$^ZZW literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/shortcuts.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/__pycache__/shortcuts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d91362b6b05c38e0639c3e2e825e19194a5d4f27 GIT binary patch literal 7821 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__init__.py new file mode 100644 index 00000000000..96674be73cd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__init__.py @@ -0,0 +1,4 @@ +from .config import AppConfig +from .registry import apps + +__all__ = ["AppConfig", "apps"] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce99a8ec67d4df3a471d5017da759e730e6528b2 GIT binary patch literal 309 zcmX@j%ge<81Rc?OnNdLcF^B^LOi;#W6(D0eLkdF*V-7 zu%t6Zu~f2Zvb|&kD%E7X#pzg3;GCbAmYELZup|}~6c;fAWr|pUgr6qsEw*H^Bv|kk zM^S2eW^qYTC0P0vdwhIiPELIMN`}us)eOJl^vm;$vWp86lT(ZJU9uAM((_$XbMy6G zQp@y#no__b`emtkW%@apN%{qqB^mj7#(IWE`o)Aq9pLqN!hK!2wVt?0Wp4FZOO*q^t33Opv8s7kcxv^7Z5@l zQE1;n9KxiI8(3nTWDW13aU)AYO>rjH_#V1jSUGOyXqGBzTUZm!vT{IfNw1wP1G0(n zGPazxz;8Kgg;@^P2DLL`_c>(C;PkXgVDj+Ma8MK(ftwaMk&8+|3=?FArh?JQ7z5~s z`A|^eV^Jm;Wf@))nNWc-O0PdemQaPy61O*gpTI<=h!hIw!zlx_pkFO4f|kYvB$>7T z6r8_yT4GI#n6hXi#b4HNw*ZGFYoHq-QQBw724xZ=2j|u-5nEA>6u?rkNWk%^{+FQkTh8LM=OadXe6b$n$b0#5OfaB*` zEF2R&C-`OiB~CaW6S+V%7~y2&bWpnBE0>K*3ky3alRyJ_*$nCslq5m63e!PB;;|qJ z7$e!vi$#b6795#^aaicY-xUE2G%z8=A_eUfFdOAERh6_p%sd|{8$~WWA=5yIijft6 zsd$K39vOyt{Cdyjm~c^?4u&|fM-}fOE)we*;x6?_LV{HUzULAbz0?!t&-Y9#RPXWk z?d}nIiR*@S7lV_qv@j8N5PMWr@J}aXIuPKayc7r|U4xox`L#Ywk@#b%uA+zT`dQ<3 zOP)raCit+yM^z2(c~p*^o;hj$+_IxJSJSjovnx}xYjHGN)3?-=sp+2`x_%<(sJxN9 zmRxbPWgKnGj*eAVTh4jxQ}@5repZ`tj&6{K%JMuil$AfSs<7TzcI?VAEkCe+WL;r; zGfZ!m**!b7Y;Sl(s}sJx>}bh(>sP$~jMu-I%z6i4pOL&3?btbMT&8O=nsu|r-?ME1 z@+hP$FEp^iDXM-3KEP~)s!ze!)-t85cyZ(df(27Bh0lCTff4dHHHv)3(~pURNy7m1 zm^cjQYY7BG*h&Qgn9*3w0s%#g?hryPzz{KJjL-lzo`7xH){{{C2JqxMsNO-jhNchS zc>j%+hW>0r{}TJ7slS{`I|kGApwI~8n`p%}D73c02c{KV5{eKr1OX;)J34>@^0a`L zf$yM2PQq4I1VU`8^!Tyh2pupkyM~634W2zU78pD`_F~}J$ndElpFtr?85c1Sra+pD z_2dVqj|oo(1cZ>?+dwjgyaJ z@K_)~=Rj}XzV`Ntqc`K|{fT8|-&khfSlTg`rpHt^l*%Y}M9Nto1ev;pBwgku+^dun z!4i|`ZlSHYg&BiXbV9muW(^mg1!9LbttMHcwt9w4k?%A~;9k@+h0W%cGNqgM;y{Yj z_MIeV3{iIpp1Q#=x(IFVQ*j&u99<=DkV+9B7+6!v0JZrxrLBLLNEyWPl6iEB*z6ip z2G)XIG90=!d0Ck+ZI+aPbFyLmG2xtaB9p*|whhu8+A~GGxS9}MUL@W;TL`e@~ zI7Yev{tm1;bD0M;f>A~nG6v!}#q1P@n0Aa%JEQhtx5l53OPoLXJ6jNH6%>S`vF%XV z^?!qeYHeuQ80JMuHcxVr;&;g~7nKb$QT3i?mKPK!O@d8QoUYHP+L}ttV+zwJ$~0y) zo+e_=2H&ZgAHfT)WS!0){}V3yTQEWVGpMd2a6uJS-#<71?S=6rSGKA@>)bm_t=h_G zRDCd>^>)nZFo^FS{@m5JZbEwx{MB%tGE^KTHb^6OfX1@&H7jy?z&+*-hKjz2 zd-kuv_&{+O9GtUi?xky2W*tu&031Ck2H^Xk&e+(`Ku|tI!k^JnVh&P-rW7;A66H1) zt)Ujd%@KkL)CrtMaqI))HaSBTl{TfT*o>(d2X1E!Ql=7Pu}!3_?K*^Rm~YS_auS6M z-vPh%IvBYb^9(H&%>$i6+H9dJ1+6$CR1}pvMYAP_N-(C(DSE`-9`Yk_JA zy9!iWB`n`cNtrcFff5%$wE-noNsq8o6qr1kwM==m6~*6_Orh2xkl@oT&JWci-1=+Jb<&<_7PKjo%a5@BQOWC2e-==2DQZ~Vp zDue6pH=GxCQb~~fnKG$KV@ay4Go2+*0tlm+)VA?GqpjXix zaov9zT_ImZmx-s0_iE#%d%#>Amuj#az=a}}j;&N`5MUKkScCwB&P}VFDH6`B0(jA> z%_;t3O@a}~3T-Vg;<~MC>$`-um#;E;){4CnF2{l)DJCSqiwD7}3tUj*z?(y|0vx(} zJ5wVI=z{AjOyr}?$m!9s!BeM(hXR9V&W!qXSf_<@z(F<_g3vLc7n+J+J(lc(00#U% zq)3=ZOu$hCK#V~&Q^9W#4kbr|>*@?Lnc;UsNv!{jw zrw3mcmd$)roQ8R_6~c@N7dg)fB6NyMU?f|4QNvf*gQ4_eC`Nn%lkG3ZA&C&-h6N!e z$i}G{AC)b`S3=yhk{Q5Zuz*c5h6WUIf^36~9Hi)!1?t5C2PJ|FPb!D_QjNh>c-BDS z(hv7Udm!*;JQ&8L1p<(qAVXnMrW6^Fogf_nRXWsrrGU+^P>*5K5L7CGjZDIqx{oCU zxi6jt*^+I=rJ_s(WUD>|aT9Ez<{!w2I4NRbQe;%G)C;Of71N}%7)hx;Ay^6xW-kRh<w3_AC|!4W zj$W;9UO1ku?w%td0^7A`rRz|p>(IT>&z}9qBcB|}c8z{X(T%QOdfVrX^Zc*8I~VpZ zhL*j%bM>u@qnY~N)%xazk;TNlmgV{*c^j&(o!@`o-I^z1&75rw!OtTXa(m|9%2qZn zym`N}BiFursqdq=mx7u0eHnKPpxt}mOUl?>{mc5U`Jn~hY8~E!zgM+fcO*}t+8y(W z`(9t3gc)-u*AV;wn%=tk16fb|V$*$3SMIr!E3Kz~cy4LzUf-Xvi~WB(m2N#XZ_Tux zTHVq4Z>`;n(#MHAiF>sVdWP~O(QpicKC-bkkI0%@h!krZ=3mR!_!eKfU*pepJ+t)Y zox}Hj-|}b^ayyk7|Bcb8jHqcPvwPEaN^lcXYM7X`wk=4HULLGNFnc z^W3tt1t)uI)3u#{KC9Xknf9@)>ulP77Ra-^)3!Rygjb1NUDrxoZ>Fwy zj?P=HmU1j`SF$y|vnSTPz`q50u`}z~o2K`Ey)lTT;_HoiIK!_u?5OPp;;To)1aj7_ zBf?T4+nsPemWtmznjnz70s6|SWTzYY%Bucrg8{<6deo2HJMqA)#AX>sJSG*A1nij*`j4wrfjK z95ueiK!&auIO$H=n7pn#(w8|YE=0kTPG`v9zpMX2(ZL3R9DfO9ocJg zcIS`rB2e)zSz|8~m$(6>QOk+>Bu`g4(J8j?n z)vCj@j!3Lc4Y~b?{`jq>NZcX_bbY{x62xDSmkFOCcnfX`Me$UH9Kt|&9uR`(A@Ky!nJPmi zQv7^E3lVoI3NaB2g9zbAHgzfv`LJ~I(NH+fa_m4+0lFES=j~R516G?q5fhk5Fq-Iw zA^Zz3cVXozPF03jT+&fwa3suK!B2QR-T`OeIF^SvhLJGByY!je8gwO&Ry5^22bwBg z1_j_)2B4PEG|E9r542ec7scrq1V=#6MJ@p^EG!T-8IM4qg|mKRLLByrY1Ba=8@izL zNQ;X=mo_a_!eGo3HWpGKaqI!SU!olX?;tZR@Ru+NgJ(vH`hMDHR&-f72WP3OstKO2 z;v58hfe0kSWV@0yFECR!7bq*_zhrlT|7vPoo8{1Y3$tZPJv1!17<*NNaTHuI9!d8$ zDlD$Sbny+S{sVmlv0W{)l-;mgv#ii98MuD!M5Xut1h&-4!EoL;?a=Y7Y{J4bMj%k#aHYc^Q$wTQjJyMuj$dx%ZX7Z_Wt ziW|#NJylstli)B9m+e&)yAXJD)RkM(Uoc_5?p724N+s!Prrm0VHki4+iy?}$l^j`V zW<}4qmA;xL5WH&|)T^7%s@ijFFdQx%h+>izc~CAhf|BQS!DVLn)TTR)66mX!9!y{1 z2}X9Q=Z%5Eo2FvSH@(P|`~v~Fj-;n}`o;e&fB_R24)G;`3#V^_C$(GrO@5`iGgIBU z*#GgsoqP+=X)|0*-=|cO#kB{{2Ge#(g;FA={Kor%H%$7I$Ms z6DDzm-KG%3RTNh^AEs!mdXL0D4ktqu@A@A4x$*eAv4g5xA0r6rc>>PKRJCRxsjdwY zz92lNy5M49Dqk}Y)LFQ8z-M0hTsPHH-uymfs#r553F;XK_>P<1(7*H t`~sE#0$Dys&A&#^evbD1D?0hGvL=n3xvGXVa(!tUHWK!AglmP^{{a;UetG}^ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/registry.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/__pycache__/registry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e98141c847f4b1737b82794d9d856e77f15012e GIT binary patch literal 18749 zcmbV!Yj9iVdFDB|kRS*W5C~EvC{l-aLKje?b+L7^L|v^LdL z?Vo+#@7zETlruS!KAg*UJKy(Sp7(O}k9Bo!4#(_k;dt9&j{Bc+M#EomG zSe2-q@QiqP&c+?(#OilA(eemc(Dv7-(FB7TVpIHmFwG^@}I}gp*sG#L=7Mt$DohTG93nKjILZMF)PJ zqVpYYq)MzpSxs*=;u2jbYb5trQ)!plx!5Asyu*K}KN#_dLD7v~>cm>KsTVycy<#0o zpIDD_%__Zk-{H(Y{Gtyv8^kpz1EL>gqu7A5NerM|D>kBR7MoDE%-BP%MF(D4$^3y^ zz%eAq`f>^Bi_x^8q*Jn_;9L@7`dUTP@l;YsT@d0)B^^y9BvFV?PA1|p_CN`{Sx3jx zLNuYIgmFolM0+_J8>coCDN#x&n*=F58Wz$i0UL2CE=m~nk|Znin=rbe>BMweV9P_4 zNc-?)4tsTr%koz@rFF{SxU^Yw%%E6(P3b3HWn8r2MC1(`lWWs8#uL$I(AnF3y4JXx z_84cz(<~RMHtxkaT)B*^QM$7FvtQgQZgMr5^5?|UyLfzbXqRjl^La24GNh` zNJ`Nai6o;FQY2FJoB^B1C#1u&oRVeQ-J*k7z32w@MKp>k)}rHxMxsj5&&XD!!OVMZ z8aW~}3E4&cJj^9#+jb2M3gRTH1_u)K}>3$A9g?&_hl^|-fZh@W@u zrwaJF-MtXpcvt*r>{qSbf4uK|`*N+DSc^}pxTf{DA~z$s#$Hr)7uK%BkLMFN*FEr2 zI@h(0Y6<9#X4O;h_->rKcItNcfhV+R=RCbnFllahnRFnYWYVFC64HSiqdH}W%+G)) z$4psaJ>JgotF>|0Kw{7zLu!EHsh0|J2J*y|4W;sgai2MAmOsS3p5eGFHcR?sZD~_d z7~{zHtnG?D*=TX=m?<-?nP*M8b;X{wkJVdGj5EyDXPjHVmpHjO-C$gcj>>H_kemjm zzs+YMMJn}Gx$Pcwp5?N3O9o!gI=J*&b4+N;%KeRzm@YdEsdmWJbjG}{II@m0Q-)g2 ztQI$%H>zUxQ7&eCy^iC)hMls|+UrJ6mdmfK3!rdo83 zwORcdXW43F2Fq88?Y1eaf15Xa9g>>uW`{AB^=rHp&s`5VX#KjZXU3UTXSv)*?LMQ9 z^=s4yRT|@(dUa(jZCuu``4Ii~n-}IuCB0#c1@yOqr(!mqi`lPKU2#rxUEEge%QWu1 z3eF^syKH}zo906`nZI=tG@#=ogm5YNSdLMkXOg0hICNA(je!1Aa$1n0v5U*vYKn)o z0o+My6_}!+KA@9I`$!9MLPew?HY?E!5^Dw^gTB+y7Mq0gQ)wZYN(0c~QjS8`nX?|w z1P#s5A3{ILzLIL^GFu>{4KyVrqUV8^pfDw>HI0an9TX+l9tffY& zdqI$U@bk20?E>FrYW(1~JjJFE!fsO?FdogU*xPS%&g1Es4#llg*0cxu}ugqma;LT;yGJrx9aitf0=^lmaH z$%M{|RWa;aS}Ho(>dK8&lfklKlqk_LvDm`EjyjykfL%V2AY!OW~$&FmC~j7LndSgh$E##E}1x1?xq_~qK+9kOy^ZGvS$=| z6MMieif(JG6vUu7_u`iF7!(1W?&F|0cfGf(;PFF4*ZXgbTpM}J zZLjGncpGkH-pdqxO`ke(xk&dGJ)AFaBl}(!s(EeKeAm8Q)Bbti{zB{e*+bV)LK6r3 zmpD&d-<L_<$FTT}h)5zO_u z7xIIL)WJi!!6W&WbMNoIv+ZuIs1>H?|09)oSQwaww(JHZ_C4`4VYJBPoZz) zk7wSWxfjg!?ZMO<_hM>m{g~PsKc=?63rlbs-LCJ-w};jCaK3%J+P*#4zH^D=>o(50 z3%+39*RT5eANV#b+HnhY>(=Bw>r~IW1yB1Up?mhwf~QUIVNh)!%(ZW$wq1H#dg}+i zPHNkQTETVmu(FRFAOW>HKt@H@55ZCogirSNKo&88@CP8?g1?uRq#h|H;81 z%D=CzJKE~{`xXb4Z3njF)_-lSqO!wzbVKzrsX;VP|DJpq#cJS5X@khNCHM*36&_%T zA2W?AG|~^AvmlLVH`L?X{EQ>y%)D?W8i$PsdqBDzlO~xR8NUEKF+qY@5iUl7aUtf; zLuLvZgTc6*kdkz5B`#M&x4ek4K!qnd!_szq?6u=?WqU;!RmfgUm z(dI13Dzi(+1fW7g^J?HhmeNylk|-92mK;5wkjROFYC6(T!XdkS5Z!4?gmkV92O5wI z3T>6-7jT*hFyblG2{)-`7YeM2%aeDtsjfEIP>{}f?|Rj{KJV>Sy}dba|GcYTTbk0B zqnBb!!(lK+HqTs|8iI1z)+)I-ZW`||iyv@UGsCa*x(_x`K z^F0$_J$pB4XG^wFxR8>We`_=j>7xOz5~Qbb*2z?Ad}@+8AOuLPWQsa4NCnaiJ^)3S zj;Al8Cjdi+D=fg5=@?E~E)X_0tIMhheLYHFIMW~;ibK|s>qNr*=;ppqwMAP+*9mDx z^MDXRF_0h=&@0xKOfKYLOj@kL^dhW#I8-D>fqQ^q37vb5(^qI%t1J6sYD0M56aMU>ckL2ag(pof+&`u^9iBZ}Xz$Fo zn@Z1K7lhJlXuGxV=Ds`e96&^%b$?D(-UjsLr6n#dQLjrl5m#ZPp;NVLmY? znTRH5HscZfT8>&q_Nl3~Iafhb@WdW*m`UWJpOC~j0Jo4P3A)Lwx!ITvb2XFp*HphU z4f2IPN3SKEcvecYcZtCXC@GUE=5K?4c?QliSb@4rk(|osag0XNv? zHK6uqs*R)%HK zESZU8%v2Iqy)2Z@M<%afj_F_qQ)?M;6#G;C{8T>9K;qir@ zDyjI}E2vEZG+#1hvZMC)E0h@--^T1QZ$s;a1#RRnlc8*AMzb%N{}dQvY7WbS)dY01 zc$7j*VoGAJ4*>LZ6ssd$j>ggm7o?IBo|X7Zp7LQp|2kRv##CIEG@J?5$hh|)_POX( zFsrnDiq5OpTPX5Qx~MTZS!ZPV1l@L9iz}1CQ;}a^#e+=!kf9J+lb_?<^=~(b|J*sV-uWc)IZ~pP=_fOwDnCpHX_h*mIWga!Q-{IvQMnO8!e{0b^& zez#AUjzUr-SZE1alw#8o;?H0wNslQRS`mCt9>l14305;SoB|^Rk^mSLUPoQOr63T{ zK{6JX5LG2-6}5qyozZxY#Z%E(2!j*#kvw-kXp*K|})qF1HpptEAV z9?1KOc3bn#HHxVU!87@Jny99IHKuj4S75_w9!c$$l;vu+SZ^$;ronYcyZmMzeJlS3 z1&ez%wcdK|=4<)JjcVh@S$Cnag~C#IUR4_ha8=uQJE+!nJ@Pf)s=rx(XT#kQwe$IW z=aAYt^s#RUAT=N8Rs-F4-S>8>{V(SGkE#8~J`NoFm9P0$-M8zOs<;i${l)P`r>${6 z55HPtS7E*IZ?#ox{QuVnC)@v6+wmta+#S0g%!LpAT!Q9qJjItdo?KjK->iFXm+ERS zka^gtx;pP{UvP!kRkP}9e&7l|!!FF?4d3Oz81!0>g<1XrobvCuK>HOWLnUx)Q2WZD z3>2*`bH`K&2g#ixOkb3sRAt=)GfB&`oS3rFRgkVR%}Az&QAvGjYDr5?xG)7c%x=Is zC#{VNT8crRHE^KEm)6Eo3TtT2#PpYWkME@K$l^}}Gm>2zH z|B1VUbAz{b-rRZn;)8}>)qg_sqW@mYIv$qbLDVeT0oE;yYq-0{sV9;J!q+uR&{H~e zX3dJ(EK!54C_XDU10Q<*Isb`!f&A7Xb?Z=m>r3j^mvUQ=FZfU7yeH;eCsqbJ zqF8bQFe`1jb3+GLB-*1omQ9@>lVYWYm3CtpLjixKp*3D+nFhjSlpGr=##t*`>!zu} zb>wc1kD5-Ecrr=sZox)El7wc-h)qfgDIJR&^}dD)0>aHgeQM+BQ8KjEY)?aLGDg>i zw0bFW%w5bB?h5`Uo&JQvEw?x;d8jgZ8RSq4?-=7~#KY_fDam{e`ct zPMjB`FR~Dx=0~yCza$t`!rFQZB*1YB#pthce-*pm`L}(4)AyH&d#_*R823P7+hOMp zBXUGMZLu@c<8oRd`Kg7CJTekTE=iNJbRmAZScQcri?&LESt5ysHCtP<<3%?Rg%}rM zo-0}ys#=*kPdi?&Sz8E9SA3sLJChfyKL3BTP~=B~?C_VmkP3}!p<^ppxsIAa7`fhH z-rJ*kd+v<=IQ4$&fpi~yZ(CLPxj@42j{8_4Z+*zzrFX)(Yr(MAHUa? z>)u`nwC4joY5?sX1hy{LptHwr&eQa;q2=}lb;E&$hJ!yFQX7uUdyXt3nWSkYs5ZSu z{|=L85(>ZNhX#}@*~Z}X3f8b8nGCX``2JOYNxp~yZ3&bD+8XsJ>jKKuk@mqEMnwDhwIBw|vPKFRQBr4%mm3($`3}rF3$?!4y}$6c{k-MB9iMOi zO3we)dCyl1-oUJ9rRpQK$5h`%i~+*ppXGc3=BVg;K}xKd@&ni7H_2}fk|VWRc2u&? zi0tHzP-K`v`C*W#=ChZZSLwBa>ZH_-vrt|YXHlU(6yocv)OMH8ifmF{iIO#1={+lq zpv?$~%pP(?YoI?(Dm((WhoKCa5rHgMnW(a#Wu+I8MBcbVUR};L?pr<}_k5oJ?SL zg6kCdLa>YSFYpQz@lidyF$^JuHjK~B2@2){h$#eetqw0DrxB?90!&@u5KCu7L=tfl zEpAJTYqVtkY8jKGcgNyI6(k#La?b2dlP$_5U<`a=W>bhG!uV5gG(!cFkpUMnI~j$4 z$&xhZpu5k2$c95z^6%nTCfBSSK~bzWJh?UII~8kL90h5g5ISaj1zuo{Xk-#N@>?j% zq)sbI9kZ8+@qP?u>G?9xsL@I?h+?LYLCsua`>oSAPv-(Xvo*SXdhgsEQYUvUan&`O zXAc)(!;aq^&o_nCrqJxsUwWHv@BHJv-`o3xeRty@x9&u8<*hevzL8(MNnN|?W8bDn z-oTAFuDy}>cIUj^cN_n_^@G-YXulfT|FdJc(5dp;i(ZTYLFfytlxL=*{3j;QN)VM9 zqFzmk8M5XOcf%I5U8K}J_;Oa0WZ$-3_aQmYj_0cY`VVz^20AsvEtIcN5ynHMW*}#b zHp|oZAayIGS&o^Y9J`_)s7au$>@a#|9-<1*EBTd5R>Ohyu*YdVn)Fmf$7-vR<>8@& zpDt_rj_rE0gOcZLFhWXF(lNtl`>5CSe=HjNQk`W_(J zqkZZCtK%Fp_!PLO@#Vugti(YWFeROp$zKMS&`1+&m6h1D_yp*^O~V%JaE@#q!_YYpnO1i3kY&JR4eboFH1krYy($Z(Yh$Q zEvLP_gDQd2IQbG4L@h-pwq!yn^}!*cY)neC5^BudXHn>KW5K_2{k4>x@X7~+BwRIJdxXZ>YoF{cY|{yw<6z(%m?rcMZw#g_jah>jys_R z@1}?Tbp_v-3jU^Bp_`%G$L`js>$c|ngGl9C^Bg>C4fROns;fs@4#lr2#FlsUs;*um zLv6wJJhHBOH{^S^t3BKEJ-gMO-MOBw3UaX$j;yeHs96DBS~8w}0%Z0j+Sq44ruoONklmsk?8+PiJ7+wg zXal*=%MN3YnI@?ejWD$=_Lgw&!&01kILRb!R1o7AfI*RIN*laVelTYZVUg9Ow#n+I zv@Mm|hNPn~A%l`IHx*%du3d?+B>p!${7s~Id1WhqfSH>b%7$fYWZ+}*_j5iHHIr+ zIs>#r6=_OkGNmYSQpcE)EKMe&GiE=!USh^S)TCw`F-3;VsAo9E|2@u^<$y9JwtNjsl-TkI$d}`k zBzgc~@1#s>NNXq3YYkFDslhZPe)8q zxZn!n{6^iiy1DoRm!Ls%jBOsKSS0IVHL>`cDio1tB8&QD2fH$b9R!#u=peu9cYQlKYDk4;vZe$&NZ(Xw0+Eu) zND?y#1|%!tbR7WUT-bMv;8`MSc84Ts7u-b_Ebd(8jsjh7ct{s4us` z7OPEnxQQt-B_csWE$rj>ce!_+?^c1FZHmhV&z!Z9Gw?$G4u8e|Ue&B~wrZBUV5eB} zd(JF>&1oT>8hq-1tztMYYyTFKDDl*pb$qBZ5^#;JEHk--r}h;{T+c``t$)l|Kdzb1 zbo!iZ2DYw|H5~mq1~Mt`Tyz`+Brt~=edJD>C@LhUCeCXZp}&(L67vUjZW20~QX?z1 zGbE((NfxDGpo!TXQ*WBjoIal~OGt;G^i zMWN56C{F}GdP3xK)Kb!XlB%;jl5~mxklEAG7=4~$W@IG|+!9sHcQd;um;-PrB=;gT z*3aH6f?$;rvMkzV1`iPv3&J5h%YD~g8iu=Os}$wUaz^y?3J>CNR08f&G$c_@87HT@4Y{j z6AsVS6?`H3EGne>LU%XM`;Oe-xZpd&v_5_5@;$VZ-=u<~A#w*5WX3~nk_alg%vaKL z-e_lv?&U9r^dty4P=ib_A^#ACLhSx^l8XEHYw!1c+|V^>rT6)g9&W9a_)kdHO1H5XV!s>2N^=-@hcB{VK^LtMIv+oprGd0X> znc(kxU*P_xZ>Y=ucbz=SW#5Mr-P!T)$$v%x@m29-$cpq=xhC~jc3glP4O+H>XsVb2 zZW}cz8=4mG$SZaTRJ)Z83*G2}UL>Ra2PWg`G78p2VrDZec>HH4hNZyd6|pt>nt$yZoB8_Pv-U#sx_t8%wRuavd7Ik2?cUk@ow??{ls3I?_9f8d+$-Na4SiR$ zjY`(aF$&h8kX_3Zqm^Q1J#8jBkIR&Iqc@H>kKt#doM+<_U2fTORp8 z(peuBJyg^h1%Ymbs=dQKwmF=xC!Rj%h9_tE1H7|q=_Ol@bBJGRvO5p*OK!U}wB+_W z`xd*oD(}0Iw<1fnHO{6dcCM;%k)8FnI8X6QJ6fErOFOEaC;27+8s|}dskheIi0pK& z&0|}@8PMC{Y-v*vwV$`6aIbZCEDbtv=J7hWEOque!%tr3tDV|Xvl#. + self.module = app_module + + # Reference to the Apps registry that holds this AppConfig. Set by the + # registry when it registers the AppConfig instance. + self.apps = None + + # The following attributes could be defined at the class level in a + # subclass, hence the test-and-set pattern. + + # Last component of the Python path to the application e.g. 'admin'. + # This value must be unique across a Django project. + if not hasattr(self, "label"): + self.label = app_name.rpartition(".")[2] + if not self.label.isidentifier(): + raise ImproperlyConfigured( + "The app label '%s' is not a valid Python identifier." % self.label + ) + + # Human-readable name for the application e.g. "Admin". + if not hasattr(self, "verbose_name"): + self.verbose_name = self.label.title() + + # Filesystem path to the application directory e.g. + # '/path/to/django/contrib/admin'. + if not hasattr(self, "path"): + self.path = self._path_from_module(app_module) + + # Module containing models e.g. . Set by import_models(). + # None if the application doesn't have a models module. + self.models_module = None + + # Mapping of lowercase model names to model classes. Initially set to + # None to prevent accidental access before import_models() runs. + self.models = None + + def __repr__(self): + return "<%s: %s>" % (self.__class__.__name__, self.label) + + @cached_property + def default_auto_field(self): + from django.conf import settings + + return settings.DEFAULT_AUTO_FIELD + + @property + def _is_default_auto_field_overridden(self): + return self.__class__.default_auto_field is not AppConfig.default_auto_field + + def _path_from_module(self, module): + """Attempt to determine app's filesystem path from its module.""" + # See #21874 for extended discussion of the behavior of this method in + # various cases. + # Convert to list because __path__ may not support indexing. + paths = list(getattr(module, "__path__", [])) + if len(paths) != 1: + filename = getattr(module, "__file__", None) + if filename is not None: + paths = [os.path.dirname(filename)] + else: + # For unknown reasons, sometimes the list returned by __path__ + # contains duplicates that must be removed (#25246). + paths = list(set(paths)) + if len(paths) > 1: + raise ImproperlyConfigured( + "The app module %r has multiple filesystem locations (%r); " + "you must configure this app with an AppConfig subclass " + "with a 'path' class attribute." % (module, paths) + ) + elif not paths: + raise ImproperlyConfigured( + "The app module %r has no filesystem location, " + "you must configure this app with an AppConfig subclass " + "with a 'path' class attribute." % module + ) + return paths[0] + + @classmethod + def create(cls, entry): + """ + Factory that creates an app config from an entry in INSTALLED_APPS. + """ + # create() eventually returns app_config_class(app_name, app_module). + app_config_class = None + app_name = None + app_module = None + + # If import_module succeeds, entry points to the app module. + try: + app_module = import_module(entry) + except Exception: + pass + else: + # If app_module has an apps submodule that defines a single + # AppConfig subclass, use it automatically. + # To prevent this, an AppConfig subclass can declare a class + # variable default = False. + # If the apps module defines more than one AppConfig subclass, + # the default one can declare default = True. + if module_has_submodule(app_module, APPS_MODULE_NAME): + mod_path = "%s.%s" % (entry, APPS_MODULE_NAME) + mod = import_module(mod_path) + # Check if there's exactly one AppConfig candidate, + # excluding those that explicitly define default = False. + app_configs = [ + (name, candidate) + for name, candidate in inspect.getmembers(mod, inspect.isclass) + if ( + issubclass(candidate, cls) + and candidate is not cls + and getattr(candidate, "default", True) + ) + ] + if len(app_configs) == 1: + app_config_class = app_configs[0][1] + else: + # Check if there's exactly one AppConfig subclass, + # among those that explicitly define default = True. + app_configs = [ + (name, candidate) + for name, candidate in app_configs + if getattr(candidate, "default", False) + ] + if len(app_configs) > 1: + candidates = [repr(name) for name, _ in app_configs] + raise RuntimeError( + "%r declares more than one default AppConfig: " + "%s." % (mod_path, ", ".join(candidates)) + ) + elif len(app_configs) == 1: + app_config_class = app_configs[0][1] + + # Use the default app config class if we didn't find anything. + if app_config_class is None: + app_config_class = cls + app_name = entry + + # If import_string succeeds, entry is an app config class. + if app_config_class is None: + try: + app_config_class = import_string(entry) + except Exception: + pass + # If both import_module and import_string failed, it means that entry + # doesn't have a valid value. + if app_module is None and app_config_class is None: + # If the last component of entry starts with an uppercase letter, + # then it was likely intended to be an app config class; if not, + # an app module. Provide a nice error message in both cases. + mod_path, _, cls_name = entry.rpartition(".") + if mod_path and cls_name[0].isupper(): + # We could simply re-trigger the string import exception, but + # we're going the extra mile and providing a better error + # message for typos in INSTALLED_APPS. + # This may raise ImportError, which is the best exception + # possible if the module at mod_path cannot be imported. + mod = import_module(mod_path) + candidates = [ + repr(name) + for name, candidate in inspect.getmembers(mod, inspect.isclass) + if issubclass(candidate, cls) and candidate is not cls + ] + msg = "Module '%s' does not contain a '%s' class." % ( + mod_path, + cls_name, + ) + if candidates: + msg += " Choices are: %s." % ", ".join(candidates) + raise ImportError(msg) + else: + # Re-trigger the module import exception. + import_module(entry) + + # Check for obvious errors. (This check prevents duck typing, but + # it could be removed if it became a problem in practice.) + if not issubclass(app_config_class, AppConfig): + raise ImproperlyConfigured("'%s' isn't a subclass of AppConfig." % entry) + + # Obtain app name here rather than in AppClass.__init__ to keep + # all error checking for entries in INSTALLED_APPS in one place. + if app_name is None: + try: + app_name = app_config_class.name + except AttributeError: + raise ImproperlyConfigured("'%s' must supply a name attribute." % entry) + + # Ensure app_name points to a valid module. + try: + app_module = import_module(app_name) + except ImportError: + raise ImproperlyConfigured( + "Cannot import '%s'. Check that '%s.%s.name' is correct." + % ( + app_name, + app_config_class.__module__, + app_config_class.__qualname__, + ) + ) + + # Entry is a path to an app config class. + return app_config_class(app_name, app_module) + + def get_model(self, model_name, require_ready=True): + """ + Return the model with the given case-insensitive model_name. + + Raise LookupError if no model exists with this name. + """ + if require_ready: + self.apps.check_models_ready() + else: + self.apps.check_apps_ready() + try: + return self.models[model_name.lower()] + except KeyError: + raise LookupError( + "App '%s' doesn't have a '%s' model." % (self.label, model_name) + ) + + def get_models(self, include_auto_created=False, include_swapped=False): + """ + Return an iterable of models. + + By default, the following models aren't included: + + - auto-created models for many-to-many relations without + an explicit intermediate table, + - models that have been swapped out. + + Set the corresponding keyword argument to True to include such models. + Keyword arguments aren't documented; they're a private API. + """ + self.apps.check_models_ready() + for model in self.models.values(): + if model._meta.auto_created and not include_auto_created: + continue + if model._meta.swapped and not include_swapped: + continue + yield model + + def import_models(self): + # Dictionary of models for this app, primarily maintained in the + # 'all_models' attribute of the Apps this AppConfig is attached to. + self.models = self.apps.all_models[self.label] + + if module_has_submodule(self.module, MODELS_MODULE_NAME): + models_module_name = "%s.%s" % (self.name, MODELS_MODULE_NAME) + self.models_module = import_module(models_module_name) + + def ready(self): + """ + Override this method in subclasses to run code when Django starts. + """ diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/registry.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/registry.py new file mode 100644 index 00000000000..92de6075fc9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/apps/registry.py @@ -0,0 +1,437 @@ +import functools +import sys +import threading +import warnings +from collections import Counter, defaultdict +from functools import partial + +from django.core.exceptions import AppRegistryNotReady, ImproperlyConfigured + +from .config import AppConfig + + +class Apps: + """ + A registry that stores the configuration of installed applications. + + It also keeps track of models, e.g. to provide reverse relations. + """ + + def __init__(self, installed_apps=()): + # installed_apps is set to None when creating the main registry + # because it cannot be populated at that point. Other registries must + # provide a list of installed apps and are populated immediately. + if installed_apps is None and hasattr(sys.modules[__name__], "apps"): + raise RuntimeError("You must supply an installed_apps argument.") + + # Mapping of app labels => model names => model classes. Every time a + # model is imported, ModelBase.__new__ calls apps.register_model which + # creates an entry in all_models. All imported models are registered, + # regardless of whether they're defined in an installed application + # and whether the registry has been populated. Since it isn't possible + # to reimport a module safely (it could reexecute initialization code) + # all_models is never overridden or reset. + self.all_models = defaultdict(dict) + + # Mapping of labels to AppConfig instances for installed apps. + self.app_configs = {} + + # Stack of app_configs. Used to store the current state in + # set_available_apps and set_installed_apps. + self.stored_app_configs = [] + + # Whether the registry is populated. + self.apps_ready = self.models_ready = self.ready = False + # For the autoreloader. + self.ready_event = threading.Event() + + # Lock for thread-safe population. + self._lock = threading.RLock() + self.loading = False + + # Maps ("app_label", "modelname") tuples to lists of functions to be + # called when the corresponding model is ready. Used by this class's + # `lazy_model_operation()` and `do_pending_operations()` methods. + self._pending_operations = defaultdict(list) + + # Populate apps and models, unless it's the main registry. + if installed_apps is not None: + self.populate(installed_apps) + + def populate(self, installed_apps=None): + """ + Load application configurations and models. + + Import each application module and then each model module. + + It is thread-safe and idempotent, but not reentrant. + """ + if self.ready: + return + + # populate() might be called by two threads in parallel on servers + # that create threads before initializing the WSGI callable. + with self._lock: + if self.ready: + return + + # An RLock prevents other threads from entering this section. The + # compare and set operation below is atomic. + if self.loading: + # Prevent reentrant calls to avoid running AppConfig.ready() + # methods twice. + raise RuntimeError("populate() isn't reentrant") + self.loading = True + + # Phase 1: initialize app configs and import app modules. + for entry in installed_apps: + if isinstance(entry, AppConfig): + app_config = entry + else: + app_config = AppConfig.create(entry) + if app_config.label in self.app_configs: + raise ImproperlyConfigured( + "Application labels aren't unique, " + "duplicates: %s" % app_config.label + ) + + self.app_configs[app_config.label] = app_config + app_config.apps = self + + # Check for duplicate app names. + counts = Counter( + app_config.name for app_config in self.app_configs.values() + ) + duplicates = [name for name, count in counts.most_common() if count > 1] + if duplicates: + raise ImproperlyConfigured( + "Application names aren't unique, " + "duplicates: %s" % ", ".join(duplicates) + ) + + self.apps_ready = True + + # Phase 2: import models modules. + for app_config in self.app_configs.values(): + app_config.import_models() + + self.clear_cache() + + self.models_ready = True + + # Phase 3: run ready() methods of app configs. + for app_config in self.get_app_configs(): + app_config.ready() + + self.ready = True + self.ready_event.set() + + def check_apps_ready(self): + """Raise an exception if all apps haven't been imported yet.""" + if not self.apps_ready: + from django.conf import settings + + # If "not ready" is due to unconfigured settings, accessing + # INSTALLED_APPS raises a more helpful ImproperlyConfigured + # exception. + settings.INSTALLED_APPS + raise AppRegistryNotReady("Apps aren't loaded yet.") + + def check_models_ready(self): + """Raise an exception if all models haven't been imported yet.""" + if not self.models_ready: + raise AppRegistryNotReady("Models aren't loaded yet.") + + def get_app_configs(self): + """Import applications and return an iterable of app configs.""" + self.check_apps_ready() + return self.app_configs.values() + + def get_app_config(self, app_label): + """ + Import applications and returns an app config for the given label. + + Raise LookupError if no application exists with this label. + """ + self.check_apps_ready() + try: + return self.app_configs[app_label] + except KeyError: + message = "No installed app with label '%s'." % app_label + for app_config in self.get_app_configs(): + if app_config.name == app_label: + message += " Did you mean '%s'?" % app_config.label + break + raise LookupError(message) + + # This method is performance-critical at least for Django's test suite. + @functools.cache + def get_models(self, include_auto_created=False, include_swapped=False): + """ + Return a list of all installed models. + + By default, the following models aren't included: + + - auto-created models for many-to-many relations without + an explicit intermediate table, + - models that have been swapped out. + + Set the corresponding keyword argument to True to include such models. + """ + self.check_models_ready() + + result = [] + for app_config in self.app_configs.values(): + result.extend(app_config.get_models(include_auto_created, include_swapped)) + return result + + def get_model(self, app_label, model_name=None, require_ready=True): + """ + Return the model matching the given app_label and model_name. + + As a shortcut, app_label may be in the form .. + + model_name is case-insensitive. + + Raise LookupError if no application exists with this label, or no + model exists with this name in the application. Raise ValueError if + called with a single argument that doesn't contain exactly one dot. + """ + if require_ready: + self.check_models_ready() + else: + self.check_apps_ready() + + if model_name is None: + app_label, model_name = app_label.split(".") + + app_config = self.get_app_config(app_label) + + if not require_ready and app_config.models is None: + app_config.import_models() + + return app_config.get_model(model_name, require_ready=require_ready) + + def register_model(self, app_label, model): + # Since this method is called when models are imported, it cannot + # perform imports because of the risk of import loops. It mustn't + # call get_app_config(). + model_name = model._meta.model_name + app_models = self.all_models[app_label] + if model_name in app_models: + if ( + model.__name__ == app_models[model_name].__name__ + and model.__module__ == app_models[model_name].__module__ + ): + warnings.warn( + "Model '%s.%s' was already registered. Reloading models is not " + "advised as it can lead to inconsistencies, most notably with " + "related models." % (app_label, model_name), + RuntimeWarning, + stacklevel=2, + ) + else: + raise RuntimeError( + "Conflicting '%s' models in application '%s': %s and %s." + % (model_name, app_label, app_models[model_name], model) + ) + app_models[model_name] = model + self.do_pending_operations(model) + self.clear_cache() + + def is_installed(self, app_name): + """ + Check whether an application with this name exists in the registry. + + app_name is the full name of the app e.g. 'django.contrib.admin'. + """ + self.check_apps_ready() + return any(ac.name == app_name for ac in self.app_configs.values()) + + def get_containing_app_config(self, object_name): + """ + Look for an app config containing a given object. + + object_name is the dotted Python path to the object. + + Return the app config for the inner application in case of nesting. + Return None if the object isn't in any registered app config. + """ + self.check_apps_ready() + candidates = [] + for app_config in self.app_configs.values(): + if object_name.startswith(app_config.name): + subpath = object_name.removeprefix(app_config.name) + if subpath == "" or subpath[0] == ".": + candidates.append(app_config) + if candidates: + return sorted(candidates, key=lambda ac: -len(ac.name))[0] + + def get_registered_model(self, app_label, model_name): + """ + Similar to get_model(), but doesn't require that an app exists with + the given app_label. + + It's safe to call this method at import time, even while the registry + is being populated. + """ + model = self.all_models[app_label].get(model_name.lower()) + if model is None: + raise LookupError("Model '%s.%s' not registered." % (app_label, model_name)) + return model + + @functools.cache + def get_swappable_settings_name(self, to_string): + """ + For a given model string (e.g. "auth.User"), return the name of the + corresponding settings name if it refers to a swappable model. If the + referred model is not swappable, return None. + + This method is decorated with @functools.cache because it's performance + critical when it comes to migrations. Since the swappable settings don't + change after Django has loaded the settings, there is no reason to get + the respective settings attribute over and over again. + """ + to_string = to_string.lower() + for model in self.get_models(include_swapped=True): + swapped = model._meta.swapped + # Is this model swapped out for the model given by to_string? + if swapped and swapped.lower() == to_string: + return model._meta.swappable + # Is this model swappable and the one given by to_string? + if model._meta.swappable and model._meta.label_lower == to_string: + return model._meta.swappable + return None + + def set_available_apps(self, available): + """ + Restrict the set of installed apps used by get_app_config[s]. + + available must be an iterable of application names. + + set_available_apps() must be balanced with unset_available_apps(). + + Primarily used for performance optimization in TransactionTestCase. + + This method is safe in the sense that it doesn't trigger any imports. + """ + available = set(available) + installed = {app_config.name for app_config in self.get_app_configs()} + if not available.issubset(installed): + raise ValueError( + "Available apps isn't a subset of installed apps, extra apps: %s" + % ", ".join(available - installed) + ) + + self.stored_app_configs.append(self.app_configs) + self.app_configs = { + label: app_config + for label, app_config in self.app_configs.items() + if app_config.name in available + } + self.clear_cache() + + def unset_available_apps(self): + """Cancel a previous call to set_available_apps().""" + self.app_configs = self.stored_app_configs.pop() + self.clear_cache() + + def set_installed_apps(self, installed): + """ + Enable a different set of installed apps for get_app_config[s]. + + installed must be an iterable in the same format as INSTALLED_APPS. + + set_installed_apps() must be balanced with unset_installed_apps(), + even if it exits with an exception. + + Primarily used as a receiver of the setting_changed signal in tests. + + This method may trigger new imports, which may add new models to the + registry of all imported models. They will stay in the registry even + after unset_installed_apps(). Since it isn't possible to replay + imports safely (e.g. that could lead to registering listeners twice), + models are registered when they're imported and never removed. + """ + if not self.ready: + raise AppRegistryNotReady("App registry isn't ready yet.") + self.stored_app_configs.append(self.app_configs) + self.app_configs = {} + self.apps_ready = self.models_ready = self.loading = self.ready = False + self.clear_cache() + self.populate(installed) + + def unset_installed_apps(self): + """Cancel a previous call to set_installed_apps().""" + self.app_configs = self.stored_app_configs.pop() + self.apps_ready = self.models_ready = self.ready = True + self.clear_cache() + + def clear_cache(self): + """ + Clear all internal caches, for methods that alter the app registry. + + This is mostly used in tests. + """ + self.get_swappable_settings_name.cache_clear() + # Call expire cache on each model. This will purge + # the relation tree and the fields cache. + self.get_models.cache_clear() + if self.ready: + # Circumvent self.get_models() to prevent that the cache is refilled. + # This particularly prevents that an empty value is cached while cloning. + for app_config in self.app_configs.values(): + for model in app_config.get_models(include_auto_created=True): + model._meta._expire_cache() + + def lazy_model_operation(self, function, *model_keys): + """ + Take a function and a number of ("app_label", "modelname") tuples, and + when all the corresponding models have been imported and registered, + call the function with the model classes as its arguments. + + The function passed to this method must accept exactly n models as + arguments, where n=len(model_keys). + """ + # Base case: no arguments, just execute the function. + if not model_keys: + function() + # Recursive case: take the head of model_keys, wait for the + # corresponding model class to be imported and registered, then apply + # that argument to the supplied function. Pass the resulting partial + # to lazy_model_operation() along with the remaining model args and + # repeat until all models are loaded and all arguments are applied. + else: + next_model, *more_models = model_keys + + # This will be executed after the class corresponding to next_model + # has been imported and registered. The `func` attribute provides + # duck-type compatibility with partials. + def apply_next_model(model): + next_function = partial(apply_next_model.func, model) + self.lazy_model_operation(next_function, *more_models) + + apply_next_model.func = function + + # If the model has already been imported and registered, partially + # apply it to the function now. If not, add it to the list of + # pending operations for the model, where it will be executed with + # the model class as its sole argument once the model is ready. + try: + model_class = self.get_registered_model(*next_model) + except LookupError: + self._pending_operations[next_model].append(apply_next_model) + else: + apply_next_model(model_class) + + def do_pending_operations(self, model): + """ + Take a newly-prepared model and pass it to each function waiting for + it. This is called at the very end of Apps.register_model(). + """ + key = model._meta.app_label, model._meta.model_name + for function in self._pending_operations.pop(key, []): + function(model) + + +apps = Apps(installed_apps=None) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__init__.py new file mode 100644 index 00000000000..5568d7cc83c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__init__.py @@ -0,0 +1,272 @@ +""" +Settings and configuration for Django. + +Read values from the module specified by the DJANGO_SETTINGS_MODULE environment +variable, and then from django.conf.global_settings; see the global_settings.py +for a list of all possible variables. +""" + +import importlib +import os +import time +import traceback +import warnings +from pathlib import Path + +import django +from django.conf import global_settings +from django.core.exceptions import ImproperlyConfigured +from django.utils.deprecation import RemovedInDjango60Warning +from django.utils.functional import LazyObject, empty + +ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE" +DEFAULT_STORAGE_ALIAS = "default" +STATICFILES_STORAGE_ALIAS = "staticfiles" + +# RemovedInDjango60Warning. +FORMS_URLFIELD_ASSUME_HTTPS_DEPRECATED_MSG = ( + "The FORMS_URLFIELD_ASSUME_HTTPS transitional setting is deprecated." +) + + +class SettingsReference(str): + """ + String subclass which references a current settings value. It's treated as + the value in memory but serializes to a settings.NAME attribute reference. + """ + + def __new__(self, value, setting_name): + return str.__new__(self, value) + + def __init__(self, value, setting_name): + self.setting_name = setting_name + + +class LazySettings(LazyObject): + """ + A lazy proxy for either global Django settings or a custom settings object. + The user can manually configure settings prior to using them. Otherwise, + Django uses the settings module pointed to by DJANGO_SETTINGS_MODULE. + """ + + def _setup(self, name=None): + """ + Load the settings module pointed to by the environment variable. This + is used the first time settings are needed, if the user hasn't + configured settings manually. + """ + settings_module = os.environ.get(ENVIRONMENT_VARIABLE) + if not settings_module: + desc = ("setting %s" % name) if name else "settings" + raise ImproperlyConfigured( + "Requested %s, but settings are not configured. " + "You must either define the environment variable %s " + "or call settings.configure() before accessing settings." + % (desc, ENVIRONMENT_VARIABLE) + ) + + self._wrapped = Settings(settings_module) + + def __repr__(self): + # Hardcode the class name as otherwise it yields 'Settings'. + if self._wrapped is empty: + return "" + return '' % { + "settings_module": self._wrapped.SETTINGS_MODULE, + } + + def __getattr__(self, name): + """Return the value of a setting and cache it in self.__dict__.""" + if (_wrapped := self._wrapped) is empty: + self._setup(name) + _wrapped = self._wrapped + val = getattr(_wrapped, name) + + # Special case some settings which require further modification. + # This is done here for performance reasons so the modified value is cached. + if name in {"MEDIA_URL", "STATIC_URL"} and val is not None: + val = self._add_script_prefix(val) + elif name == "SECRET_KEY" and not val: + raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.") + + self.__dict__[name] = val + return val + + def __setattr__(self, name, value): + """ + Set the value of setting. Clear all cached values if _wrapped changes + (@override_settings does this) or clear single values when set. + """ + if name == "_wrapped": + self.__dict__.clear() + else: + self.__dict__.pop(name, None) + super().__setattr__(name, value) + + def __delattr__(self, name): + """Delete a setting and clear it from cache if needed.""" + super().__delattr__(name) + self.__dict__.pop(name, None) + + def configure(self, default_settings=global_settings, **options): + """ + Called to manually configure the settings. The 'default_settings' + parameter sets where to retrieve any unspecified values from (its + argument must support attribute access (__getattr__)). + """ + if self._wrapped is not empty: + raise RuntimeError("Settings already configured.") + holder = UserSettingsHolder(default_settings) + for name, value in options.items(): + if not name.isupper(): + raise TypeError("Setting %r must be uppercase." % name) + setattr(holder, name, value) + self._wrapped = holder + + @staticmethod + def _add_script_prefix(value): + """ + Add SCRIPT_NAME prefix to relative paths. + + Useful when the app is being served at a subpath and manually prefixing + subpath to STATIC_URL and MEDIA_URL in settings is inconvenient. + """ + # Don't apply prefix to absolute paths and URLs. + if value.startswith(("http://", "https://", "/")): + return value + from django.urls import get_script_prefix + + return "%s%s" % (get_script_prefix(), value) + + @property + def configured(self): + """Return True if the settings have already been configured.""" + return self._wrapped is not empty + + def _show_deprecation_warning(self, message, category): + stack = traceback.extract_stack() + # Show a warning if the setting is used outside of Django. + # Stack index: -1 this line, -2 the property, -3 the + # LazyObject __getattribute__(), -4 the caller. + filename, _, _, _ = stack[-4] + if not filename.startswith(os.path.dirname(django.__file__)): + warnings.warn(message, category, stacklevel=2) + + +class Settings: + def __init__(self, settings_module): + # update this dict from global settings (but only for ALL_CAPS settings) + for setting in dir(global_settings): + if setting.isupper(): + setattr(self, setting, getattr(global_settings, setting)) + + # store the settings module in case someone later cares + self.SETTINGS_MODULE = settings_module + + mod = importlib.import_module(self.SETTINGS_MODULE) + + tuple_settings = ( + "ALLOWED_HOSTS", + "INSTALLED_APPS", + "TEMPLATE_DIRS", + "LOCALE_PATHS", + "SECRET_KEY_FALLBACKS", + ) + self._explicit_settings = set() + for setting in dir(mod): + if setting.isupper(): + setting_value = getattr(mod, setting) + + if setting in tuple_settings and not isinstance( + setting_value, (list, tuple) + ): + raise ImproperlyConfigured( + "The %s setting must be a list or a tuple." % setting + ) + setattr(self, setting, setting_value) + self._explicit_settings.add(setting) + + if self.is_overridden("FORMS_URLFIELD_ASSUME_HTTPS"): + warnings.warn( + FORMS_URLFIELD_ASSUME_HTTPS_DEPRECATED_MSG, + RemovedInDjango60Warning, + ) + + if hasattr(time, "tzset") and self.TIME_ZONE: + # When we can, attempt to validate the timezone. If we can't find + # this file, no check happens and it's harmless. + zoneinfo_root = Path("/usr/share/zoneinfo") + zone_info_file = zoneinfo_root.joinpath(*self.TIME_ZONE.split("/")) + if zoneinfo_root.exists() and not zone_info_file.exists(): + raise ValueError("Incorrect timezone setting: %s" % self.TIME_ZONE) + # Move the time zone info into os.environ. See ticket #2315 for why + # we don't do this unconditionally (breaks Windows). + os.environ["TZ"] = self.TIME_ZONE + time.tzset() + + def is_overridden(self, setting): + return setting in self._explicit_settings + + def __repr__(self): + return '<%(cls)s "%(settings_module)s">' % { + "cls": self.__class__.__name__, + "settings_module": self.SETTINGS_MODULE, + } + + +class UserSettingsHolder: + """Holder for user configured settings.""" + + # SETTINGS_MODULE doesn't make much sense in the manually configured + # (standalone) case. + SETTINGS_MODULE = None + + def __init__(self, default_settings): + """ + Requests for configuration variables not in this class are satisfied + from the module specified in default_settings (if possible). + """ + self.__dict__["_deleted"] = set() + self.default_settings = default_settings + + def __getattr__(self, name): + if not name.isupper() or name in self._deleted: + raise AttributeError + return getattr(self.default_settings, name) + + def __setattr__(self, name, value): + self._deleted.discard(name) + if name == "FORMS_URLFIELD_ASSUME_HTTPS": + warnings.warn( + FORMS_URLFIELD_ASSUME_HTTPS_DEPRECATED_MSG, + RemovedInDjango60Warning, + ) + super().__setattr__(name, value) + + def __delattr__(self, name): + self._deleted.add(name) + if hasattr(self, name): + super().__delattr__(name) + + def __dir__(self): + return sorted( + s + for s in [*self.__dict__, *dir(self.default_settings)] + if s not in self._deleted + ) + + def is_overridden(self, setting): + deleted = setting in self._deleted + set_locally = setting in self.__dict__ + set_on_default = getattr( + self.default_settings, "is_overridden", lambda s: False + )(setting) + return deleted or set_locally or set_on_default + + def __repr__(self): + return "<%(cls)s>" % { + "cls": self.__class__.__name__, + } + + +settings = LazySettings() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..754e59a7b655c8a5ba667b7955f12929e46120e6 GIT binary patch literal 13042 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__pycache__/global_settings.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/__pycache__/global_settings.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8732bef042237461ef3dae2ae14823004fb9e05d GIT binary patch literal 12649 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 X3G 'fr' fallback logic. +""" + +LANG_INFO = { + "af": { + "bidi": False, + "code": "af", + "name": "Afrikaans", + "name_local": "Afrikaans", + }, + "ar": { + "bidi": True, + "code": "ar", + "name": "Arabic", + "name_local": "العربيّة", + }, + "ar-dz": { + "bidi": True, + "code": "ar-dz", + "name": "Algerian Arabic", + "name_local": "العربية الجزائرية", + }, + "ast": { + "bidi": False, + "code": "ast", + "name": "Asturian", + "name_local": "asturianu", + }, + "az": { + "bidi": True, + "code": "az", + "name": "Azerbaijani", + "name_local": "Azərbaycanca", + }, + "be": { + "bidi": False, + "code": "be", + "name": "Belarusian", + "name_local": "беларуская", + }, + "bg": { + "bidi": False, + "code": "bg", + "name": "Bulgarian", + "name_local": "български", + }, + "bn": { + "bidi": False, + "code": "bn", + "name": "Bengali", + "name_local": "বাংলা", + }, + "br": { + "bidi": False, + "code": "br", + "name": "Breton", + "name_local": "brezhoneg", + }, + "bs": { + "bidi": False, + "code": "bs", + "name": "Bosnian", + "name_local": "bosanski", + }, + "ca": { + "bidi": False, + "code": "ca", + "name": "Catalan", + "name_local": "català", + }, + "ckb": { + "bidi": True, + "code": "ckb", + "name": "Central Kurdish (Sorani)", + "name_local": "کوردی", + }, + "cs": { + "bidi": False, + "code": "cs", + "name": "Czech", + "name_local": "česky", + }, + "cy": { + "bidi": False, + "code": "cy", + "name": "Welsh", + "name_local": "Cymraeg", + }, + "da": { + "bidi": False, + "code": "da", + "name": "Danish", + "name_local": "dansk", + }, + "de": { + "bidi": False, + "code": "de", + "name": "German", + "name_local": "Deutsch", + }, + "dsb": { + "bidi": False, + "code": "dsb", + "name": "Lower Sorbian", + "name_local": "dolnoserbski", + }, + "el": { + "bidi": False, + "code": "el", + "name": "Greek", + "name_local": "Ελληνικά", + }, + "en": { + "bidi": False, + "code": "en", + "name": "English", + "name_local": "English", + }, + "en-au": { + "bidi": False, + "code": "en-au", + "name": "Australian English", + "name_local": "Australian English", + }, + "en-gb": { + "bidi": False, + "code": "en-gb", + "name": "British English", + "name_local": "British English", + }, + "eo": { + "bidi": False, + "code": "eo", + "name": "Esperanto", + "name_local": "Esperanto", + }, + "es": { + "bidi": False, + "code": "es", + "name": "Spanish", + "name_local": "español", + }, + "es-ar": { + "bidi": False, + "code": "es-ar", + "name": "Argentinian Spanish", + "name_local": "español de Argentina", + }, + "es-co": { + "bidi": False, + "code": "es-co", + "name": "Colombian Spanish", + "name_local": "español de Colombia", + }, + "es-mx": { + "bidi": False, + "code": "es-mx", + "name": "Mexican Spanish", + "name_local": "español de Mexico", + }, + "es-ni": { + "bidi": False, + "code": "es-ni", + "name": "Nicaraguan Spanish", + "name_local": "español de Nicaragua", + }, + "es-ve": { + "bidi": False, + "code": "es-ve", + "name": "Venezuelan Spanish", + "name_local": "español de Venezuela", + }, + "et": { + "bidi": False, + "code": "et", + "name": "Estonian", + "name_local": "eesti", + }, + "eu": { + "bidi": False, + "code": "eu", + "name": "Basque", + "name_local": "Basque", + }, + "fa": { + "bidi": True, + "code": "fa", + "name": "Persian", + "name_local": "فارسی", + }, + "fi": { + "bidi": False, + "code": "fi", + "name": "Finnish", + "name_local": "suomi", + }, + "fr": { + "bidi": False, + "code": "fr", + "name": "French", + "name_local": "français", + }, + "fy": { + "bidi": False, + "code": "fy", + "name": "Frisian", + "name_local": "frysk", + }, + "ga": { + "bidi": False, + "code": "ga", + "name": "Irish", + "name_local": "Gaeilge", + }, + "gd": { + "bidi": False, + "code": "gd", + "name": "Scottish Gaelic", + "name_local": "Gàidhlig", + }, + "gl": { + "bidi": False, + "code": "gl", + "name": "Galician", + "name_local": "galego", + }, + "he": { + "bidi": True, + "code": "he", + "name": "Hebrew", + "name_local": "עברית", + }, + "hi": { + "bidi": False, + "code": "hi", + "name": "Hindi", + "name_local": "हिंदी", + }, + "hr": { + "bidi": False, + "code": "hr", + "name": "Croatian", + "name_local": "Hrvatski", + }, + "hsb": { + "bidi": False, + "code": "hsb", + "name": "Upper Sorbian", + "name_local": "hornjoserbsce", + }, + "hu": { + "bidi": False, + "code": "hu", + "name": "Hungarian", + "name_local": "Magyar", + }, + "hy": { + "bidi": False, + "code": "hy", + "name": "Armenian", + "name_local": "հայերեն", + }, + "ia": { + "bidi": False, + "code": "ia", + "name": "Interlingua", + "name_local": "Interlingua", + }, + "io": { + "bidi": False, + "code": "io", + "name": "Ido", + "name_local": "ido", + }, + "id": { + "bidi": False, + "code": "id", + "name": "Indonesian", + "name_local": "Bahasa Indonesia", + }, + "ig": { + "bidi": False, + "code": "ig", + "name": "Igbo", + "name_local": "Asụsụ Ìgbò", + }, + "is": { + "bidi": False, + "code": "is", + "name": "Icelandic", + "name_local": "Íslenska", + }, + "it": { + "bidi": False, + "code": "it", + "name": "Italian", + "name_local": "italiano", + }, + "ja": { + "bidi": False, + "code": "ja", + "name": "Japanese", + "name_local": "日本語", + }, + "ka": { + "bidi": False, + "code": "ka", + "name": "Georgian", + "name_local": "ქართული", + }, + "kab": { + "bidi": False, + "code": "kab", + "name": "Kabyle", + "name_local": "taqbaylit", + }, + "kk": { + "bidi": False, + "code": "kk", + "name": "Kazakh", + "name_local": "Қазақ", + }, + "km": { + "bidi": False, + "code": "km", + "name": "Khmer", + "name_local": "Khmer", + }, + "kn": { + "bidi": False, + "code": "kn", + "name": "Kannada", + "name_local": "Kannada", + }, + "ko": { + "bidi": False, + "code": "ko", + "name": "Korean", + "name_local": "한국어", + }, + "ky": { + "bidi": False, + "code": "ky", + "name": "Kyrgyz", + "name_local": "Кыргызча", + }, + "lb": { + "bidi": False, + "code": "lb", + "name": "Luxembourgish", + "name_local": "Lëtzebuergesch", + }, + "lt": { + "bidi": False, + "code": "lt", + "name": "Lithuanian", + "name_local": "Lietuviškai", + }, + "lv": { + "bidi": False, + "code": "lv", + "name": "Latvian", + "name_local": "latviešu", + }, + "mk": { + "bidi": False, + "code": "mk", + "name": "Macedonian", + "name_local": "Македонски", + }, + "ml": { + "bidi": False, + "code": "ml", + "name": "Malayalam", + "name_local": "മലയാളം", + }, + "mn": { + "bidi": False, + "code": "mn", + "name": "Mongolian", + "name_local": "Mongolian", + }, + "mr": { + "bidi": False, + "code": "mr", + "name": "Marathi", + "name_local": "मराठी", + }, + "ms": { + "bidi": False, + "code": "ms", + "name": "Malay", + "name_local": "Bahasa Melayu", + }, + "my": { + "bidi": False, + "code": "my", + "name": "Burmese", + "name_local": "မြန်မာဘာသာ", + }, + "nb": { + "bidi": False, + "code": "nb", + "name": "Norwegian Bokmal", + "name_local": "norsk (bokmål)", + }, + "ne": { + "bidi": False, + "code": "ne", + "name": "Nepali", + "name_local": "नेपाली", + }, + "nl": { + "bidi": False, + "code": "nl", + "name": "Dutch", + "name_local": "Nederlands", + }, + "nn": { + "bidi": False, + "code": "nn", + "name": "Norwegian Nynorsk", + "name_local": "norsk (nynorsk)", + }, + "no": { + "bidi": False, + "code": "no", + "name": "Norwegian", + "name_local": "norsk", + }, + "os": { + "bidi": False, + "code": "os", + "name": "Ossetic", + "name_local": "Ирон", + }, + "pa": { + "bidi": False, + "code": "pa", + "name": "Punjabi", + "name_local": "Punjabi", + }, + "pl": { + "bidi": False, + "code": "pl", + "name": "Polish", + "name_local": "polski", + }, + "pt": { + "bidi": False, + "code": "pt", + "name": "Portuguese", + "name_local": "Português", + }, + "pt-br": { + "bidi": False, + "code": "pt-br", + "name": "Brazilian Portuguese", + "name_local": "Português Brasileiro", + }, + "ro": { + "bidi": False, + "code": "ro", + "name": "Romanian", + "name_local": "Română", + }, + "ru": { + "bidi": False, + "code": "ru", + "name": "Russian", + "name_local": "Русский", + }, + "sk": { + "bidi": False, + "code": "sk", + "name": "Slovak", + "name_local": "slovensky", + }, + "sl": { + "bidi": False, + "code": "sl", + "name": "Slovenian", + "name_local": "Slovenščina", + }, + "sq": { + "bidi": False, + "code": "sq", + "name": "Albanian", + "name_local": "shqip", + }, + "sr": { + "bidi": False, + "code": "sr", + "name": "Serbian", + "name_local": "српски", + }, + "sr-latn": { + "bidi": False, + "code": "sr-latn", + "name": "Serbian Latin", + "name_local": "srpski (latinica)", + }, + "sv": { + "bidi": False, + "code": "sv", + "name": "Swedish", + "name_local": "svenska", + }, + "sw": { + "bidi": False, + "code": "sw", + "name": "Swahili", + "name_local": "Kiswahili", + }, + "ta": { + "bidi": False, + "code": "ta", + "name": "Tamil", + "name_local": "தமிழ்", + }, + "te": { + "bidi": False, + "code": "te", + "name": "Telugu", + "name_local": "తెలుగు", + }, + "tg": { + "bidi": False, + "code": "tg", + "name": "Tajik", + "name_local": "тоҷикӣ", + }, + "th": { + "bidi": False, + "code": "th", + "name": "Thai", + "name_local": "ภาษาไทย", + }, + "tk": { + "bidi": False, + "code": "tk", + "name": "Turkmen", + "name_local": "Türkmençe", + }, + "tr": { + "bidi": False, + "code": "tr", + "name": "Turkish", + "name_local": "Türkçe", + }, + "tt": { + "bidi": False, + "code": "tt", + "name": "Tatar", + "name_local": "Татарча", + }, + "udm": { + "bidi": False, + "code": "udm", + "name": "Udmurt", + "name_local": "Удмурт", + }, + "ug": { + "bidi": True, + "code": "ug", + "name": "Uyghur", + "name_local": "ئۇيغۇرچە", + }, + "uk": { + "bidi": False, + "code": "uk", + "name": "Ukrainian", + "name_local": "Українська", + }, + "ur": { + "bidi": True, + "code": "ur", + "name": "Urdu", + "name_local": "اردو", + }, + "uz": { + "bidi": False, + "code": "uz", + "name": "Uzbek", + "name_local": "oʻzbek tili", + }, + "vi": { + "bidi": False, + "code": "vi", + "name": "Vietnamese", + "name_local": "Tiếng Việt", + }, + "zh-cn": { + "fallback": ["zh-hans"], + }, + "zh-hans": { + "bidi": False, + "code": "zh-hans", + "name": "Simplified Chinese", + "name_local": "简体中文", + }, + "zh-hant": { + "bidi": False, + "code": "zh-hant", + "name": "Traditional Chinese", + "name_local": "繁體中文", + }, + "zh-hk": { + "fallback": ["zh-hant"], + }, + "zh-mo": { + "fallback": ["zh-hant"], + }, + "zh-my": { + "fallback": ["zh-hans"], + }, + "zh-sg": { + "fallback": ["zh-hans"], + }, + "zh-tw": { + "fallback": ["zh-hant"], + }, +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fa3e5f2222c0ee6d0501a43b11d65bd75bda27b GIT binary patch literal 8569 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5f6cbafbb4b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,1345 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# F Wolff , 2019-2020,2022-2025 +# Stephen Cox , 2011-2012 +# unklphil , 2014,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: F Wolff , 2019-2020,2022-2025\n" +"Language-Team: Afrikaans (http://app.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabies" + +msgid "Algerian Arabic" +msgstr "Algeriese Arabies" + +msgid "Asturian" +msgstr "Asturies" + +msgid "Azerbaijani" +msgstr "Aserbeidjans" + +msgid "Bulgarian" +msgstr "Bulgaars" + +msgid "Belarusian" +msgstr "Wit-Russies" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretons" + +msgid "Bosnian" +msgstr "Bosnies" + +msgid "Catalan" +msgstr "Katalaans" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "Tsjeggies" + +msgid "Welsh" +msgstr "Wallies" + +msgid "Danish" +msgstr "Deens" + +msgid "German" +msgstr "Duits" + +msgid "Lower Sorbian" +msgstr "Neder-Sorbies" + +msgid "Greek" +msgstr "Grieks" + +msgid "English" +msgstr "Engels" + +msgid "Australian English" +msgstr "Australiese Engels" + +msgid "British English" +msgstr "Britse Engels" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaans" + +msgid "Argentinian Spanish" +msgstr "Argentynse Spaans" + +msgid "Colombian Spanish" +msgstr "Kolombiaanse Spaans" + +msgid "Mexican Spanish" +msgstr "Meksikaanse Spaans" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguaanse Spaans" + +msgid "Venezuelan Spanish" +msgstr "Venezolaanse Spaans" + +msgid "Estonian" +msgstr "Estnies" + +msgid "Basque" +msgstr "Baskies" + +msgid "Persian" +msgstr "Persies" + +msgid "Finnish" +msgstr "Fins" + +msgid "French" +msgstr "Fraans" + +msgid "Frisian" +msgstr "Fries" + +msgid "Irish" +msgstr "Iers" + +msgid "Scottish Gaelic" +msgstr "Skots-Gaelies" + +msgid "Galician" +msgstr "Galicies" + +msgid "Hebrew" +msgstr "Hebreeus" + +msgid "Hindi" +msgstr "Hindoe" + +msgid "Croatian" +msgstr "Kroaties" + +msgid "Upper Sorbian" +msgstr "Opper-Sorbies" + +msgid "Hungarian" +msgstr "Hongaars" + +msgid "Armenian" +msgstr "Armeens" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesies" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Yslands" + +msgid "Italian" +msgstr "Italiaans" + +msgid "Japanese" +msgstr "Japannees" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kabyle" +msgstr "Kabilies" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreaans" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luxemburgs" + +msgid "Lithuanian" +msgstr "Litaus" + +msgid "Latvian" +msgstr "Lets" + +msgid "Macedonian" +msgstr "Macedonies" + +msgid "Malayalam" +msgstr "Malabaars" + +msgid "Mongolian" +msgstr "Mongools" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Maleisies" + +msgid "Burmese" +msgstr "Birmaans" + +msgid "Norwegian Bokmål" +msgstr "Noorweegse Bokmål" + +msgid "Nepali" +msgstr "Nepalees" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Noorweegse Nynorsk" + +msgid "Ossetic" +msgstr "Osseties" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Pools" + +msgid "Portuguese" +msgstr "Portugees" + +msgid "Brazilian Portuguese" +msgstr "Brasiliaanse Portugees" + +msgid "Romanian" +msgstr "Roemeens" + +msgid "Russian" +msgstr "Russiese" + +msgid "Slovak" +msgstr "Slowaaks" + +msgid "Slovenian" +msgstr "Sloweens" + +msgid "Albanian" +msgstr "Albanees" + +msgid "Serbian" +msgstr "Serwies" + +msgid "Serbian Latin" +msgstr "Serwies Latyns" + +msgid "Swedish" +msgstr "Sweeds" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Teloegoe" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turks" + +msgid "Tatar" +msgstr "Tataars" + +msgid "Udmurt" +msgstr "Oedmoerts" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "Oekraïens" + +msgid "Urdu" +msgstr "Oerdoe" + +msgid "Uzbek" +msgstr "Oesbekies " + +msgid "Vietnamese" +msgstr "Viëtnamees" + +msgid "Simplified Chinese" +msgstr "Vereenvoudigde Sjinees" + +msgid "Traditional Chinese" +msgstr "Tradisionele Sjinees" + +msgid "Messages" +msgstr "Boodskappe" + +msgid "Site Maps" +msgstr "Werfkaarte" + +msgid "Static Files" +msgstr "Statiese lêers" + +msgid "Syndication" +msgstr "Sindikasie" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Daai bladsynommer is nie ’n heelgetal nie" + +msgid "That page number is less than 1" +msgstr "Daai bladsynommer is minder as 1" + +msgid "That page contains no results" +msgstr "Daai bladsy bevat geen resultate nie" + +msgid "Enter a valid value." +msgstr "Gee ’n geldige waarde." + +msgid "Enter a valid domain name." +msgstr "Gee ’n geldige domeinnaam." + +msgid "Enter a valid URL." +msgstr "Gee ’n geldige URL." + +msgid "Enter a valid integer." +msgstr "Gee ’n geldige heelgetal." + +msgid "Enter a valid email address." +msgstr "Gee ’n geldige e-posadres." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Gee ’n geldige “slak” wat bestaan ​​uit letters, syfers, onderstreep of " +"koppelteken." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Gee ’n geldige “slak” wat bestaan ​​uit Unicode-letters, syfers, onderstreep " +"of koppelteken." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Gee ’n geldige %(protocol)s-adres" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 of IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Gee slegs syfers wat deur kommas geskei is." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Maak seker dat hierdie waarde %(limit_value)s is (dit is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Maak seker dat hierdie waarde kleiner of gelyk is aan %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Maak seker dat hierdie waarde groter of gelyk is aan %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Maak seker dat hierdie waarde ’n veelvoud is van stapgrootte %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Maak seker dié waarde is 'n veelvoud van stapgrootte %(limit_value)s, " +"beginnende by %(offset)s, bv. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, ens. " + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Maak seker hierdie waarde het ten minste %(limit_value)d karakter (dit het " +"%(show_value)d)." +msgstr[1] "" +"Maak seker hierdie waarde het ten minste %(limit_value)d karakters (dit het " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Maak seker hierdie waarde het op die meeste %(limit_value)d karakter (dit " +"het %(show_value)d)." +msgstr[1] "" +"Maak seker hierdie waarde het op die meeste %(limit_value)d karakters (dit " +"het %(show_value)d)." + +msgid "Enter a number." +msgstr "Gee ’n getal." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Maak seker dat daar nie meer as %(max)s syfer in totaal is nie." +msgstr[1] "Maak seker dat daar nie meer as %(max)s syfers in totaal is nie." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Maak seker dat daar nie meer as %(max)s desimale plek is nie." +msgstr[1] "Maak seker dat daar nie meer as %(max)s desimale plekke is nie." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Maak seker dat daar nie meer as %(max)s syfer voor die desimale punt is nie." +msgstr[1] "" +"Maak seker dat daar nie meer as %(max)s syfers voor die desimale punt is nie." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Lêeruitbreiding “%(extension)s” word nie toegelaat nie. Toegelate " +"uitbreidings is: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Nul-karakters word nie toegelaat nie." + +msgid "and" +msgstr "en" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s met hierdie %(field_labels)s bestaan alreeds." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Beperking “%(name)s” word verbreek." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Waarde %(value)r is nie ’n geldige keuse nie." + +msgid "This field cannot be null." +msgstr "Hierdie veld kan nie nil wees nie." + +msgid "This field cannot be blank." +msgstr "Hierdie veld kan nie leeg wees nie." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s met hierdie %(field_label)s bestaan ​​alreeds." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s moet uniek wees per %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van tipe: %(field_type)s " + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” waarde moet óf True óf False wees." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Die waarde “%(value)s” moet True, False of None wees." + +msgid "Boolean (Either True or False)" +msgstr "Boole (True of False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (hoogstens %(max_length)s karakters)" + +msgid "String (unlimited)" +msgstr "String (onbeperk)" + +msgid "Comma-separated integers" +msgstr "Heelgetalle geskei met kommas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Die waarde “%(value)s” het ’n ongeldige datumformaat. Dit moet in die " +"formaat JJJJ-MM-DD wees." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Die waarde “%(value)s” het die korrekte formaat (JJJJ-MM-DD), maar dit is ’n " +"ongeldige datum." + +msgid "Date (without time)" +msgstr "Datum (sonder die tyd)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Die waarde “%(value)s” se formaat is ongeldig. Dit moet in die formaat JJJJ-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ] wees." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Die waarde “%(value)s” het die korrekte formaat (JJJJ-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) maar dit is ’n ongeldige datum/tyd." + +msgid "Date (with time)" +msgstr "Datum (met die tyd)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s”-waarde moet ’n desimale getal wees." + +msgid "Decimal number" +msgstr "Desimale getal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Die waarde “%(value)s” het ’n ongeldige formaat. Dit moet in die formaat " +"[DD] [HH:[MM:]]ss[.uuuuuu] wees." + +msgid "Duration" +msgstr "Duur" + +msgid "Email address" +msgstr "E-posadres" + +msgid "File path" +msgstr "Lêerpad" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Die waarde “%(value)s” moet ’n dryfpuntgetal wees." + +msgid "Floating point number" +msgstr "Dryfpuntgetal" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Die waarde “%(value)s” moet ’n heelgetal wees." + +msgid "Integer" +msgstr "Heelgetal" + +msgid "Big (8 byte) integer" +msgstr "Groot (8 greep) heelgetal" + +msgid "Small integer" +msgstr "Klein heelgetal" + +msgid "IPv4 address" +msgstr "IPv4-adres" + +msgid "IP address" +msgstr "IP-adres" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s”-waarde moet een wees uit None, True of False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boole (True, False, of None)" + +msgid "Positive big integer" +msgstr "Positiewe groot heelgetal" + +msgid "Positive integer" +msgstr "Positiewe heelgetal" + +msgid "Positive small integer" +msgstr "Klein positiewe heelgetal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (tot en met %(max_length)s karakters)" + +msgid "Text" +msgstr "Teks" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s”-waarde het ’n ongeldige formaat. Dit moet geformateer word as HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Die waarde “%(value)s” het die regte formaat (HH:MM[:ss[.uuuuuu]]) maar is " +"nie ’n geldige tyd nie." + +msgid "Time" +msgstr "Tyd" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rou binêre data" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” is nie ’n geldige UUID nie." + +msgid "Universally unique identifier" +msgstr "Universeel unieke identifiseerder" + +msgid "File" +msgstr "Lêer" + +msgid "Image" +msgstr "Prent" + +msgid "A JSON object" +msgstr "’n JSON-objek" + +msgid "Value must be valid JSON." +msgstr "Waarde moet geldige JSON wees." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s-objek met %(field)s %(value)r is nie ’n geldige keuse nie." + +msgid "Foreign Key (type determined by related field)" +msgstr "Vreemde sleutel (tipe bepaal deur verwante veld)" + +msgid "One-to-one relationship" +msgstr "Een-tot-een-verhouding" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-verwantskap" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-verwantskappe" + +msgid "Many-to-many relationship" +msgstr "Baie-tot-baie-verwantskap" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dié veld is verpligtend." + +msgid "Enter a whole number." +msgstr "Tik ’n heelgetal in." + +msgid "Enter a valid date." +msgstr "Tik ’n geldige datum in." + +msgid "Enter a valid time." +msgstr "Tik ’n geldige tyd in." + +msgid "Enter a valid date/time." +msgstr "Tik ’n geldige datum/tyd in." + +msgid "Enter a valid duration." +msgstr "Tik ’n geldige tydsduur in." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Die aantal dae moet tussen {min_days} en {max_days} wees." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Geen lêer is ingedien nie. Maak seker die koderingtipe op die vorm is reg." + +msgid "No file was submitted." +msgstr "Geen lêer is ingedien nie." + +msgid "The submitted file is empty." +msgstr "Die ingediende lêer is leeg." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Maak seker hierdie lêernaam het hoogstens %(max)d karakter (dit het " +"%(length)d)." +msgstr[1] "" +"Maak seker hierdie lêernaam het hoogstens %(max)d karakters (dit het " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Dien die lêer in óf merk die Maak skoon-boksie, nie altwee nie." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Laai ’n geldige prent. Die lêer wat jy opgelaai het, is nie ’n prent nie of " +"dit is ’n korrupte prent." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Kies ’n geldige keuse. %(value)s is nie een van die beskikbare keuses nie." + +msgid "Enter a list of values." +msgstr "Tik ’n lys waardes in." + +msgid "Enter a complete value." +msgstr "Tik ’n volledige waarde in." + +msgid "Enter a valid UUID." +msgstr "Tik ’n geldig UUID in." + +msgid "Enter a valid JSON." +msgstr "Gee geldige JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Versteekte veld %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Dien asseblief hoogstens %(num)d vorm in." +msgstr[1] "Dien asseblief hoogstens %(num)d vorms in." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Dien asseblief ten minste %(num)d vorm in." +msgstr[1] "Dien asseblief ten minste %(num)d vorms in." + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Verwyder" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korrigeer die dubbele data vir %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korrigeer die dubbele data vir %(field)s, dit moet uniek wees." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korrigeer die dubbele data vir %(field_name)s, dit moet uniek wees vir die " +"%(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korrigeer die dubbele waardes hieronder." + +msgid "The inline value did not match the parent instance." +msgstr "Die waarde inlyn pas nie by die ouerobjek nie." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Kies ’n geldige keuse. Daardie keuse is nie een van die beskikbare keuses " +"nie." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” is nie ’n geldige waarde nie." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kon nie in die tydsone %(current_timezone)s vertolk word nie; " +"dit is dalk dubbelsinnig, of bestaan dalk nie." + +msgid "Clear" +msgstr "Maak skoon" + +msgid "Currently" +msgstr "Tans" + +msgid "Change" +msgstr "Verander" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ja,nee,miskien" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d greep" +msgstr[1] "%(size)d grepe" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "nm." + +msgid "a.m." +msgstr "vm." + +msgid "PM" +msgstr "NM" + +msgid "AM" +msgstr "VM" + +msgid "midnight" +msgstr "middernag" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "Maandag" + +msgid "Tuesday" +msgstr "Dinsdag" + +msgid "Wednesday" +msgstr "Woensdag" + +msgid "Thursday" +msgstr "Donderdag" + +msgid "Friday" +msgstr "Vrydag" + +msgid "Saturday" +msgstr "Saterdag" + +msgid "Sunday" +msgstr "Sondag" + +msgid "Mon" +msgstr "Ma" + +msgid "Tue" +msgstr "Di" + +msgid "Wed" +msgstr "Wo" + +msgid "Thu" +msgstr "Do" + +msgid "Fri" +msgstr "Vr" + +msgid "Sat" +msgstr "Sa" + +msgid "Sun" +msgstr "So" + +msgid "January" +msgstr "Januarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Maart" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Junie" + +msgid "July" +msgstr "Julie" + +msgid "August" +msgstr "Augustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mrt" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Maart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junie" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julie" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januarie" + +msgctxt "alt. month" +msgid "February" +msgstr "Februarie" + +msgctxt "alt. month" +msgid "March" +msgstr "Maart" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Junie" + +msgctxt "alt. month" +msgid "July" +msgstr "Julie" + +msgctxt "alt. month" +msgid "August" +msgstr "Augustus" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Hierdie is nie ’n geldige IPv6-adres nie." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "of" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d jaar" +msgstr[1] "%(num)d jaar" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d maand" +msgstr[1] "%(num)d maande" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d week" +msgstr[1] "%(num)d weke" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dag" +msgstr[1] "%(num)d dae" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d uur" +msgstr[1] "%(num)d uur" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuut" +msgstr[1] "%(num)d minute" + +msgid "Forbidden" +msgstr "Verbode" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikasie het misluk. Versoek is laat val." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"U sien hierdie boodskap omdat dié HTTPS-werf vereis dat u webblaaier ’n " +"“Referer header” moet stuur, maar dit is nie gestuur nie. Hierdie header is " +"vir sekuriteitsredes nodig om te verseker dat u blaaier nie deur derde " +"partye gekaap is nie." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"As “Referer headers” in u blaaier gedeaktiveer is, heraktiveer hulle asb. " +"ten minste vir dié werf, of vir HTTPS-verbindings, of vir “same-origin”-" +"versoeke." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Indien u die -etiket gebruik " +"of die “Referrer-Policy: no-referrer” header gebruik, verwyder hulle asb. " +"Die CSRF-beskerming vereis die “Referer” header om streng kontrole van die " +"verwysende bladsy te doen. Indien u besorg is oor privaatheid, gebruik " +"alternatiewe soos vir skakels na derdepartywebwerwe." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"U sien hierdie boodskap omdat dié werf ’n CSRF-koekie benodig wanneer vorms " +"ingedien word. Dié koekie word vir sekuriteitsredes benodig om te te " +"verseker dat u blaaier nie deur derde partye gekaap word nie." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Indien koekies in u blaaier gedeaktiveer is, aktiveerder hulle asb. ten " +"minste vir dié werf, of vir “same-origin”-versoeke." + +msgid "More information is available with DEBUG=True." +msgstr "Meer inligting is beskikbaar met DEBUG=True." + +msgid "No year specified" +msgstr "Geen jaar gespesifiseer nie" + +msgid "Date out of range" +msgstr "Datum buite omvang" + +msgid "No month specified" +msgstr "Geen maand gespesifiseer nie" + +msgid "No day specified" +msgstr "Geen dag gespesifiseer nie" + +msgid "No week specified" +msgstr "Geen week gespesifiseer nie" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Geen %(verbose_name_plural)s beskikbaar nie" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Toekomstige %(verbose_name_plural)s is nie beskikbaar nie, omdat " +"%(class_name)s.allow_future vals is." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ongeldige datumstring “%(datestr)s” gegewe die formaat “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Geen %(verbose_name)s gevind vir die soektog" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Bladsy is nie “last” nie, en dit kan nie omgeskakel word na ’n heelgetal nie." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ongeldige bladsy (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Leë lys en “%(class_name)s.allow_empty” is vals." + +msgid "Directory indexes are not allowed here." +msgstr "Gidsindekse word nie hier toegelaat nie." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” bestaan nie." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks van %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Die installasie was suksesvol! Geluk!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Sien die vrystellingsnotas vir Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"U sien dié bladsy omdat DEBUG=True in die settings-lêer is en geen URL’e " +"opgestel is nie." + +msgid "Django Documentation" +msgstr "Django-dokumentasie" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "Kom aan die gang met Django" + +msgid "Django Community" +msgstr "Django-gemeenskap" + +msgid "Connect, get help, or contribute" +msgstr "Kontak, kry hulp om dra by" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f0a041294326d38405c3c8c54c3b93e682f91b7d GIT binary patch literal 35688 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 00000000000..25a491b5a6e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,1389 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2015-2016,2020-2021 +# Bashar Al-Abdulhadi, 2014 +# Eyad Toma , 2013-2014 +# Jannis Leidel , 2011 +# Mariusz Felisiak , 2021 +# Muaaz Alsaied, 2020 +# Omar Al-Ithawi , 2020 +# Ossama Khayat , 2011 +# Tony xD , 2020 +# صفا الفليج , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-24 16:27+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Afrikaans" +msgstr "الإفريقية" + +msgid "Arabic" +msgstr "العربيّة" + +msgid "Algerian Arabic" +msgstr "عربي جزائري" + +msgid "Asturian" +msgstr "الأسترية" + +msgid "Azerbaijani" +msgstr "الأذربيجانية" + +msgid "Bulgarian" +msgstr "البلغاريّة" + +msgid "Belarusian" +msgstr "البيلاروسية" + +msgid "Bengali" +msgstr "البنغاليّة" + +msgid "Breton" +msgstr "البريتونية" + +msgid "Bosnian" +msgstr "البوسنيّة" + +msgid "Catalan" +msgstr "الكتلانيّة" + +msgid "Czech" +msgstr "التشيكيّة" + +msgid "Welsh" +msgstr "الويلز" + +msgid "Danish" +msgstr "الدنماركيّة" + +msgid "German" +msgstr "الألمانيّة" + +msgid "Lower Sorbian" +msgstr "الصربية السفلى" + +msgid "Greek" +msgstr "اليونانيّة" + +msgid "English" +msgstr "الإنجليزيّة" + +msgid "Australian English" +msgstr "الإنجليزية الإسترالية" + +msgid "British English" +msgstr "الإنجليزيّة البريطانيّة" + +msgid "Esperanto" +msgstr "الاسبرانتو" + +msgid "Spanish" +msgstr "الإسبانيّة" + +msgid "Argentinian Spanish" +msgstr "الأسبانية الأرجنتينية" + +msgid "Colombian Spanish" +msgstr "الكولومبية الإسبانية" + +msgid "Mexican Spanish" +msgstr "الأسبانية المكسيكية" + +msgid "Nicaraguan Spanish" +msgstr "الإسبانية النيكاراغوية" + +msgid "Venezuelan Spanish" +msgstr "الإسبانية الفنزويلية" + +msgid "Estonian" +msgstr "الإستونيّة" + +msgid "Basque" +msgstr "الباسك" + +msgid "Persian" +msgstr "الفارسيّة" + +msgid "Finnish" +msgstr "الفنلنديّة" + +msgid "French" +msgstr "الفرنسيّة" + +msgid "Frisian" +msgstr "الفريزيّة" + +msgid "Irish" +msgstr "الإيرلنديّة" + +msgid "Scottish Gaelic" +msgstr "الغيلية الأسكتلندية" + +msgid "Galician" +msgstr "الجليقيّة" + +msgid "Hebrew" +msgstr "العبريّة" + +msgid "Hindi" +msgstr "الهندية" + +msgid "Croatian" +msgstr "الكرواتيّة" + +msgid "Upper Sorbian" +msgstr "الصربية العليا" + +msgid "Hungarian" +msgstr "الهنغاريّة" + +msgid "Armenian" +msgstr "الأرمنية" + +msgid "Interlingua" +msgstr "اللغة الوسيطة" + +msgid "Indonesian" +msgstr "الإندونيسيّة" + +msgid "Igbo" +msgstr "الإيبو" + +msgid "Ido" +msgstr "ايدو" + +msgid "Icelandic" +msgstr "الآيسلنديّة" + +msgid "Italian" +msgstr "الإيطاليّة" + +msgid "Japanese" +msgstr "اليابانيّة" + +msgid "Georgian" +msgstr "الجورجيّة" + +msgid "Kabyle" +msgstr "القبائل" + +msgid "Kazakh" +msgstr "الكازاخستانية" + +msgid "Khmer" +msgstr "الخمر" + +msgid "Kannada" +msgstr "الهنديّة (كنّادا)" + +msgid "Korean" +msgstr "الكوريّة" + +msgid "Kyrgyz" +msgstr "قيرغيز" + +msgid "Luxembourgish" +msgstr "اللوكسمبرجية" + +msgid "Lithuanian" +msgstr "اللتوانيّة" + +msgid "Latvian" +msgstr "اللاتفيّة" + +msgid "Macedonian" +msgstr "المقدونيّة" + +msgid "Malayalam" +msgstr "المايالام" + +msgid "Mongolian" +msgstr "المنغوليّة" + +msgid "Marathi" +msgstr "المهاراتية" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "البورمية" + +msgid "Norwegian Bokmål" +msgstr "النرويجية" + +msgid "Nepali" +msgstr "النيبالية" + +msgid "Dutch" +msgstr "الهولنديّة" + +msgid "Norwegian Nynorsk" +msgstr "النينورسك نرويجيّة" + +msgid "Ossetic" +msgstr "الأوسيتيكية" + +msgid "Punjabi" +msgstr "البنجابيّة" + +msgid "Polish" +msgstr "البولنديّة" + +msgid "Portuguese" +msgstr "البرتغاليّة" + +msgid "Brazilian Portuguese" +msgstr "البرتغاليّة البرازيليّة" + +msgid "Romanian" +msgstr "الرومانيّة" + +msgid "Russian" +msgstr "الروسيّة" + +msgid "Slovak" +msgstr "السلوفاكيّة" + +msgid "Slovenian" +msgstr "السلوفانيّة" + +msgid "Albanian" +msgstr "الألبانيّة" + +msgid "Serbian" +msgstr "الصربيّة" + +msgid "Serbian Latin" +msgstr "اللاتينيّة الصربيّة" + +msgid "Swedish" +msgstr "السويديّة" + +msgid "Swahili" +msgstr "السواحلية" + +msgid "Tamil" +msgstr "التاميل" + +msgid "Telugu" +msgstr "التيلوغو" + +msgid "Tajik" +msgstr "طاجيك" + +msgid "Thai" +msgstr "التايلنديّة" + +msgid "Turkmen" +msgstr "تركمان" + +msgid "Turkish" +msgstr "التركيّة" + +msgid "Tatar" +msgstr "التتاريية" + +msgid "Udmurt" +msgstr "الأدمرتية" + +msgid "Ukrainian" +msgstr "الأكرانيّة" + +msgid "Urdu" +msgstr "الأوردو" + +msgid "Uzbek" +msgstr "الأوزبكي" + +msgid "Vietnamese" +msgstr "الفيتناميّة" + +msgid "Simplified Chinese" +msgstr "الصينيّة المبسطة" + +msgid "Traditional Chinese" +msgstr "الصينيّة التقليدية" + +msgid "Messages" +msgstr "الرسائل" + +msgid "Site Maps" +msgstr "خرائط الموقع" + +msgid "Static Files" +msgstr "الملفات الثابتة" + +msgid "Syndication" +msgstr "توظيف النشر" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "رقم الصفحة هذا ليس عدداً طبيعياً" + +msgid "That page number is less than 1" +msgstr "رقم الصفحة أقل من 1" + +msgid "That page contains no results" +msgstr "هذه الصفحة لا تحتوي على نتائج" + +msgid "Enter a valid value." +msgstr "أدخِل قيمة صحيحة." + +msgid "Enter a valid URL." +msgstr "أدخِل رابطًا صحيحًا." + +msgid "Enter a valid integer." +msgstr "أدخِل عدداً طبيعياً." + +msgid "Enter a valid email address." +msgstr "أدخِل عنوان بريد إلكتروني صحيح." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"أدخل اختصار 'slug' صحيح يتكون من أحرف Unicode أو أرقام أو شرطات سفلية أو " +"واصلات." + +msgid "Enter a valid IPv4 address." +msgstr "أدخِل عنوان IPv4 صحيح." + +msgid "Enter a valid IPv6 address." +msgstr "أدخِل عنوان IPv6 صحيح." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "أدخِل عنوان IPv4 أو عنوان IPv6 صحيح." + +msgid "Enter only digits separated by commas." +msgstr "أدخِل فقط أرقامًا تفصلها الفواصل." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "تحقق من أن هذه القيمة هي %(limit_value)s (إنها %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أقل من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أكثر من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." + +msgid "Enter a number." +msgstr "أدخل رقماً." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام لا أكثر." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[1] "تحقق من أن تدخل خانة %(max)s عشرية لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s خانتين عشريتين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s قبل الفاصل العشري لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين قبل الفاصل العشري لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"امتداد الملف “%(extension)s” غير مسموح به. الامتدادات المسموح بها هي:" +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "الأحرف الخالية غير مسموح بها." + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s بهذا %(field_labels)s موجود سلفاً." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "القيمة %(value)r ليست خيارا صحيحاً." + +msgid "This field cannot be null." +msgstr "لا يمكن تعيين null كقيمة لهذا الحقل." + +msgid "This field cannot be blank." +msgstr "لا يمكن ترك هذا الحقل فارغاً." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "النموذج %(model_name)s والحقل %(field_label)s موجود مسبقاً." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s يجب أن يكون فريد لـ %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "حقل نوع: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "قيمة '%(value)s' يجب أن تكون True أو False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "قيمة “%(value)s” يجب أن تكون True , False أو None." + +msgid "Boolean (Either True or False)" +msgstr "ثنائي (إما True أو False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "سلسلة نص (%(max_length)s كحد أقصى)" + +msgid "Comma-separated integers" +msgstr "أرقام صحيحة مفصولة بفواصل" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية تاريخ صحيحة. القيمة يجب ان تكون من البُنية YYYY-" +"MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD) لكنها تحوي تاريخ غير صحيح." + +msgid "Date (without time)" +msgstr "التاريخ (دون الوقت)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] ." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) لكنها " +"تحوي وقت و تاريخ غير صحيحين." + +msgid "Date (with time)" +msgstr "التاريخ (مع الوقت)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "قيمة '%(value)s' يجب ان تكون عدد عشري." + +msgid "Decimal number" +msgstr "رقم عشري" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"قيمة '%(value)s' ليست بنسق صحيح. القيمة يجب ان تكون من التنسيق ([DD] " +"[[HH:]MM:]ss[.uuuuuu])" + +msgid "Duration" +msgstr "المدّة" + +msgid "Email address" +msgstr "عنوان بريد إلكتروني" + +msgid "File path" +msgstr "مسار الملف" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "قيمة '%(value)s' يجب ان تكون عدد تعويم." + +msgid "Floating point number" +msgstr "رقم فاصلة عائمة" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "قيمة '%(value)s' يجب ان تكون عدد طبيعي." + +msgid "Integer" +msgstr "عدد صحيح" + +msgid "Big (8 byte) integer" +msgstr "عدد صحيح كبير (8 بايت)" + +msgid "Small integer" +msgstr "عدد صحيح صغير" + +msgid "IPv4 address" +msgstr "عنوان IPv4" + +msgid "IP address" +msgstr "عنوان IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "قيمة '%(value)s' يجب ان تكون None أو True أو False." + +msgid "Boolean (Either True, False or None)" +msgstr "ثنائي (إما True أو False أو None)" + +msgid "Positive big integer" +msgstr "عدد صحيح موجب كبير" + +msgid "Positive integer" +msgstr "عدد صحيح موجب" + +msgid "Positive small integer" +msgstr "عدد صحيح صغير موجب" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (حتى %(max_length)s)" + +msgid "Text" +msgstr "نص" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"قيمة '%(value)s' ليست بنسق صحيح. القيمة يجب ان تكون من التنسيق\n" +"HH:MM[:ss[.uuuuuu]]" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"قيمة '%(value)s' من بُنية صحيحة (HH:MM[:ss[.uuuuuu]]) لكنها تحوي وقت غير صحيح." + +msgid "Time" +msgstr "وقت" + +msgid "URL" +msgstr "رابط" + +msgid "Raw binary data" +msgstr "البيانات الثنائية الخام" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "القيمة \"%(value)s\" ليست UUID صالح." + +msgid "Universally unique identifier" +msgstr "معرّف فريد عالمياً" + +msgid "File" +msgstr "ملف" + +msgid "Image" +msgstr "صورة" + +msgid "A JSON object" +msgstr "كائن JSON" + +msgid "Value must be valid JSON." +msgstr "يجب أن تكون قيمة JSON صالحة." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "النموذج %(model)s ذو الحقل و القيمة %(field)s %(value)r غير موجود." + +msgid "Foreign Key (type determined by related field)" +msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)" + +msgid "One-to-one relationship" +msgstr "علاقة واحد إلى واحد" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s علاقة" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s علاقات" + +msgid "Many-to-many relationship" +msgstr "علاقة متعدد إلى متعدد" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "هذا الحقل مطلوب." + +msgid "Enter a whole number." +msgstr "أدخل رقما صحيحا." + +msgid "Enter a valid date." +msgstr "أدخل تاريخاً صحيحاً." + +msgid "Enter a valid time." +msgstr "أدخل وقتاً صحيحاً." + +msgid "Enter a valid date/time." +msgstr "أدخل تاريخاً/وقتاً صحيحاً." + +msgid "Enter a valid duration." +msgstr "أدخل مدّة صحيحة" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "يجب أن يكون عدد الأيام بين {min_days} و {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "لم يتم ارسال ملف، الرجاء التأكد من نوع ترميز الاستمارة." + +msgid "No file was submitted." +msgstr "لم يتم إرسال اي ملف." + +msgid "The submitted file is empty." +msgstr "الملف الذي قمت بإرساله فارغ." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[1] "" +"تأكد أن إسم هذا الملف يحتوي على حرف %(max)d على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[2] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرفين على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[3] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[4] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[5] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "رجاءً أرسل ملف أو صح علامة صح عند مربع اختيار \"فارغ\"، وليس كلاهما." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"قم برفع صورة صحيحة، الملف الذي قمت برفعه إما أنه ليس ملفا لصورة أو أنه ملف " +"معطوب." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "انتق خياراً صحيحاً. %(value)s ليس أحد الخيارات المتاحة." + +msgid "Enter a list of values." +msgstr "أدخل قائمة من القيم." + +msgid "Enter a complete value." +msgstr "إدخال قيمة كاملة." + +msgid "Enter a valid UUID." +msgstr "أدخل قيمة UUID صحيحة." + +msgid "Enter a valid JSON." +msgstr "أدخل مدخل JSON صالح." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(الحقل الخفي %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"بيانات نموذج الإدارة مفقودة أو تم العبث بها. الحقول المفقودة: " +"%(field_names)s. قد تحتاج إلى تقديم تقرير خطأ إذا استمرت المشكلة." + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "الرجاء إرسال %d إستمارة على الأكثر." +msgstr[1] "الرجاء إرسال %d إستمارة على الأكثر." +msgstr[2] "الرجاء إرسال %d إستمارة على الأكثر." +msgstr[3] "الرجاء إرسال %d إستمارة على الأكثر." +msgstr[4] "الرجاء إرسال %d إستمارة على الأكثر." +msgstr[5] "الرجاء إرسال %d إستمارة على الأكثر." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "الرجاء إرسال %d إستمارة على الأقل." +msgstr[1] "الرجاء إرسال %d إستمارة على الأقل." +msgstr[2] "الرجاء إرسال %d إستمارة على الأقل." +msgstr[3] "الرجاء إرسال %d إستمارة على الأقل." +msgstr[4] "الرجاء إرسال %d إستمارة على الأقل." +msgstr[5] "الرجاء إرسال %d إستمارة على الأقل." + +msgid "Order" +msgstr "الترتيب" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "رجاء صحّح بيانات %(field)s المتكررة." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "رجاء صحّح بيانات %(field)s المتكررة والتي يجب أن تكون مُميّزة." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"رجاء صحّح بيانات %(field_name)s المتكررة والتي يجب أن تكون مُميّزة لـ%(lookup)s " +"في %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "رجاءً صحّح القيم المُكرّرة أدناه." + +msgid "The inline value did not match the parent instance." +msgstr "لا تتطابق القيمة المضمنة مع المثيل الأصلي." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "انتق خياراً صحيحاً. اختيارك ليس أحد الخيارات المتاحة." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" ليست قيمة صالحة." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s لا يمكن تفسيرها في المنطقة الزمنية %(current_timezone)s; قد " +"تكون غامضة أو أنها غير موجودة." + +msgid "Clear" +msgstr "تفريغ" + +msgid "Currently" +msgstr "حالياً" + +msgid "Change" +msgstr "عدّل" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "نعم,لا,ربما" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بايت" +msgstr[1] "بايت واحد" +msgstr[2] "بايتان" +msgstr[3] "%(size)d بايتان" +msgstr[4] "%(size)d بايت" +msgstr[5] "%(size)d بايت" + +#, python-format +msgid "%s KB" +msgstr "%s ك.ب" + +#, python-format +msgid "%s MB" +msgstr "%s م.ب" + +#, python-format +msgid "%s GB" +msgstr "%s ج.ب" + +#, python-format +msgid "%s TB" +msgstr "%s ت.ب" + +#, python-format +msgid "%s PB" +msgstr "%s ب.ب" + +msgid "p.m." +msgstr "م" + +msgid "a.m." +msgstr "ص" + +msgid "PM" +msgstr "م" + +msgid "AM" +msgstr "ص" + +msgid "midnight" +msgstr "منتصف الليل" + +msgid "noon" +msgstr "ظهراً" + +msgid "Monday" +msgstr "الاثنين" + +msgid "Tuesday" +msgstr "الثلاثاء" + +msgid "Wednesday" +msgstr "الأربعاء" + +msgid "Thursday" +msgstr "الخميس" + +msgid "Friday" +msgstr "الجمعة" + +msgid "Saturday" +msgstr "السبت" + +msgid "Sunday" +msgstr "الأحد" + +msgid "Mon" +msgstr "إثنين" + +msgid "Tue" +msgstr "ثلاثاء" + +msgid "Wed" +msgstr "أربعاء" + +msgid "Thu" +msgstr "خميس" + +msgid "Fri" +msgstr "جمعة" + +msgid "Sat" +msgstr "سبت" + +msgid "Sun" +msgstr "أحد" + +msgid "January" +msgstr "يناير" + +msgid "February" +msgstr "فبراير" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "إبريل" + +msgid "May" +msgstr "مايو" + +msgid "June" +msgstr "يونيو" + +msgid "July" +msgstr "يوليو" + +msgid "August" +msgstr "أغسطس" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "أكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgid "jan" +msgstr "يناير" + +msgid "feb" +msgstr "فبراير" + +msgid "mar" +msgstr "مارس" + +msgid "apr" +msgstr "إبريل" + +msgid "may" +msgstr "مايو" + +msgid "jun" +msgstr "يونيو" + +msgid "jul" +msgstr "يوليو" + +msgid "aug" +msgstr "أغسطس" + +msgid "sep" +msgstr "سبتمبر" + +msgid "oct" +msgstr "أكتوبر" + +msgid "nov" +msgstr "نوفمبر" + +msgid "dec" +msgstr "ديسمبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "يناير" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فبراير" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارس" + +msgctxt "abbrev. month" +msgid "April" +msgstr "إبريل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مايو" + +msgctxt "abbrev. month" +msgid "June" +msgstr "يونيو" + +msgctxt "abbrev. month" +msgid "July" +msgstr "يوليو" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "أغسطس" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سبتمبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "أكتوبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نوفمبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ديسمبر" + +msgctxt "alt. month" +msgid "January" +msgstr "يناير" + +msgctxt "alt. month" +msgid "February" +msgstr "فبراير" + +msgctxt "alt. month" +msgid "March" +msgstr "مارس" + +msgctxt "alt. month" +msgid "April" +msgstr "أبريل" + +msgctxt "alt. month" +msgid "May" +msgstr "مايو" + +msgctxt "alt. month" +msgid "June" +msgstr "يونيو" + +msgctxt "alt. month" +msgid "July" +msgstr "يوليو" + +msgctxt "alt. month" +msgid "August" +msgstr "أغسطس" + +msgctxt "alt. month" +msgid "September" +msgstr "سبتمبر" + +msgctxt "alt. month" +msgid "October" +msgstr "أكتوبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نوفمبر" + +msgctxt "alt. month" +msgid "December" +msgstr "ديسمبر" + +msgid "This is not a valid IPv6 address." +msgstr "هذا ليس عنوان IPv6 صحيح." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "أو" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "، " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d سنة" +msgstr[1] "%(num)d سنة" +msgstr[2] "%(num)d سنتين" +msgstr[3] "%(num)d سنوات" +msgstr[4] "%(num)d سنوات" +msgstr[5] "%(num)d سنوات" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d شهر" +msgstr[1] "%(num)d شهر" +msgstr[2] "%(num)d شهرين" +msgstr[3] "%(num)d أشهر" +msgstr[4] "%(num)d أشهر" +msgstr[5] "%(num)d أشهر" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d أسبوع" +msgstr[1] "%(num)d أسبوع" +msgstr[2] "%(num)d أسبوعين" +msgstr[3] "%(num)d أسابيع" +msgstr[4] "%(num)d أسابيع" +msgstr[5] "%(num)d أسابيع" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d يوم" +msgstr[1] "%(num)d يوم" +msgstr[2] "%(num)d يومين" +msgstr[3] "%(num)d أيام" +msgstr[4] "%(num)d يوم" +msgstr[5] "%(num)d أيام" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d ساعة" +msgstr[1] "%(num)d ساعة" +msgstr[2] "%(num)d ساعتين" +msgstr[3] "%(num)d ساعات" +msgstr[4] "%(num)d ساعة" +msgstr[5] "%(num)d ساعات" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d دقيقة" +msgstr[1] "%(num)d دقيقة" +msgstr[2] "%(num)d دقيقتين" +msgstr[3] "%(num)d دقائق" +msgstr[4] "%(num)d دقيقة" +msgstr[5] "%(num)d دقيقة" + +msgid "Forbidden" +msgstr "ممنوع" + +msgid "CSRF verification failed. Request aborted." +msgstr "تم الفشل للتحقق من CSRF. تم إنهاء الطلب." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن موقع HTTPS هذا يتطلب إرسال “Referer header” بواسطة " +"متصفح الويب الخاص بك، ولكن لم يتم إرسال أي منها. هذا مطلوب لأسباب أمنية، " +"لضمان عدم اختطاف متصفحك من قبل أطراف ثالثة." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"إذا قمت بتكوين المستعرض لتعطيل رؤوس “Referer” ، فيرجى إعادة تمكينها ، على " +"الأقل لهذا الموقع ، أو لاتصالات HTTPS ، أو لطلبات “same-origin”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"إذا كنت تستخدم العلامة أو " +"تضمين رأس “Referrer-Policy: no-referrer”، يرجى إزالتها. تتطلب حماية CSRF أن " +"يقوم رأس “Referer” بإجراء فحص صارم للمراجع. إذا كنت قلقًا بشأن الخصوصية ، " +"فاستخدم بدائل مثل للروابط إلى مواقع الجهات الخارجية." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن هذا الموقع يتطلب كعكة CSRF عند تقديم النماذج. ملف " +"الكعكة هذا مطلوب لأسباب أمنية في تعريف الإرتباط، لضمان أنه لم يتم اختطاف " +"المتصفح من قبل أطراف أخرى." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"إذا قمت بضبط المتصفح لتعطيل الكوكيز الرجاء إعادة تغعيلها، على الأقل بالنسبة " +"لهذا الموقع، أو للطلبات من “same-origin”." + +msgid "More information is available with DEBUG=True." +msgstr "يتوفر مزيد من المعلومات عند ضبط الخيار DEBUG=True." + +msgid "No year specified" +msgstr "لم تحدد السنة" + +msgid "Date out of range" +msgstr "التاريخ خارج النطاق" + +msgid "No month specified" +msgstr "لم تحدد الشهر" + +msgid "No day specified" +msgstr "لم تحدد اليوم" + +msgid "No week specified" +msgstr "لم تحدد الأسبوع" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "لا يوجد %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"التاريخ بالمستقبل %(verbose_name_plural)s غير متوفر لأن قيمة %(class_name)s." +"allow_future هي False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "نسق تاريخ غير صحيح \"%(datestr)s\" محدد بالشكل ''%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "لم يعثر على أي %(verbose_name)s مطابقة لهذا الإستعلام" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "الصفحة ليست \"الأخيرة\"، كما لا يمكن تحويل القيمة إلى رقم طبيعي." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "صفحة خاطئة (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" +"قائمة فارغة و\n" +"\"%(class_name)s.allow_empty\"\n" +"قيمته False." + +msgid "Directory indexes are not allowed here." +msgstr "لا يسمح لفهارس الدليل هنا." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "”%(path)s“ غير موجود" + +#, python-format +msgid "Index of %(directory)s" +msgstr "فهرس لـ %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "تمت عملية التنصيب بنجاح! تهانينا!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"استعراض ملاحظات الإصدار لجانغو %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"تظهر لك هذه الصفحة لأن DEBUG=True في ملف settings خاصتك كما أنك لم تقم بإعداد الروابط URLs." + +msgid "Django Documentation" +msgstr "وثائق تعليمات جانغو" + +msgid "Topics, references, & how-to’s" +msgstr "المواضيع و المراجع و التعليمات" + +msgid "Tutorial: A Polling App" +msgstr "برنامج تعليمي: تطبيق تصويت" + +msgid "Get started with Django" +msgstr "إبدأ مع جانغو" + +msgid "Django Community" +msgstr "مجتمع جانغو" + +msgid "Connect, get help, or contribute" +msgstr "اتصل بنا أو احصل على مساعدة أو ساهم" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6accb368748ab7a9d124fa9472a12597348de451 GIT binary patch literal 201 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 E|AylNR{#J2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b32da348689 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po @@ -0,0 +1,1397 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jihad Bahmaid Al-Halki, 2022 +# Riterix , 2019-2020 +# Riterix , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:23-0500\n" +"PO-Revision-Date: 2022-07-25 06:49+0000\n" +"Last-Translator: Jihad Bahmaid Al-Halki\n" +"Language-Team: Arabic (Algeria) (http://www.transifex.com/django/django/" +"language/ar_DZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar_DZ\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Afrikaans" +msgstr "الإفريقية" + +msgid "Arabic" +msgstr "العربية" + +msgid "Algerian Arabic" +msgstr "العربية الجزائرية" + +msgid "Asturian" +msgstr "الأسترية" + +msgid "Azerbaijani" +msgstr "الأذربيجانية" + +msgid "Bulgarian" +msgstr "البلغارية" + +msgid "Belarusian" +msgstr "البيلاروسية" + +msgid "Bengali" +msgstr "البنغالية" + +msgid "Breton" +msgstr "البريتونية" + +msgid "Bosnian" +msgstr "البوسنية" + +msgid "Catalan" +msgstr "الكتلانية" + +msgid "Czech" +msgstr "التشيكية" + +msgid "Welsh" +msgstr "الويلز" + +msgid "Danish" +msgstr "الدنماركية" + +msgid "German" +msgstr "الألمانية" + +msgid "Lower Sorbian" +msgstr "الصربية السفلى" + +msgid "Greek" +msgstr "اليونانية" + +msgid "English" +msgstr "الإنجليزية" + +msgid "Australian English" +msgstr "الإنجليزية الإسترالية" + +msgid "British English" +msgstr "الإنجليزية البريطانية" + +msgid "Esperanto" +msgstr "الاسبرانتو" + +msgid "Spanish" +msgstr "الإسبانية" + +msgid "Argentinian Spanish" +msgstr "الأسبانية الأرجنتينية" + +msgid "Colombian Spanish" +msgstr "الكولومبية الإسبانية" + +msgid "Mexican Spanish" +msgstr "الأسبانية المكسيكية" + +msgid "Nicaraguan Spanish" +msgstr "الإسبانية النيكاراغوية" + +msgid "Venezuelan Spanish" +msgstr "الإسبانية الفنزويلية" + +msgid "Estonian" +msgstr "الإستونية" + +msgid "Basque" +msgstr "الباسك" + +msgid "Persian" +msgstr "الفارسية" + +msgid "Finnish" +msgstr "الفنلندية" + +msgid "French" +msgstr "الفرنسية" + +msgid "Frisian" +msgstr "الفريزية" + +msgid "Irish" +msgstr "الإيرلندية" + +msgid "Scottish Gaelic" +msgstr "الغيلية الأسكتلندية" + +msgid "Galician" +msgstr "الجليقية" + +msgid "Hebrew" +msgstr "العبرية" + +msgid "Hindi" +msgstr "الهندية" + +msgid "Croatian" +msgstr "الكرواتية" + +msgid "Upper Sorbian" +msgstr "الصربية العليا" + +msgid "Hungarian" +msgstr "الهنغارية" + +msgid "Armenian" +msgstr "الأرمنية" + +msgid "Interlingua" +msgstr "اللغة الوسيطة" + +msgid "Indonesian" +msgstr "الإندونيسية" + +msgid "Igbo" +msgstr "إيبو" + +msgid "Ido" +msgstr "ايدو" + +msgid "Icelandic" +msgstr "الآيسلندية" + +msgid "Italian" +msgstr "الإيطالية" + +msgid "Japanese" +msgstr "اليابانية" + +msgid "Georgian" +msgstr "الجورجية" + +msgid "Kabyle" +msgstr "القبائلية" + +msgid "Kazakh" +msgstr "الكازاخستانية" + +msgid "Khmer" +msgstr "الخمر" + +msgid "Kannada" +msgstr "الهندية (كنّادا)" + +msgid "Korean" +msgstr "الكورية" + +msgid "Kyrgyz" +msgstr "القيرغيزية" + +msgid "Luxembourgish" +msgstr "اللوكسمبرجية" + +msgid "Lithuanian" +msgstr "اللتوانية" + +msgid "Latvian" +msgstr "اللاتفية" + +msgid "Macedonian" +msgstr "المقدونية" + +msgid "Malayalam" +msgstr "المايالام" + +msgid "Mongolian" +msgstr "المنغولية" + +msgid "Marathi" +msgstr "المهاراتية" + +msgid "Malay" +msgstr "ملاي" + +msgid "Burmese" +msgstr "البورمية" + +msgid "Norwegian Bokmål" +msgstr "النرويجية" + +msgid "Nepali" +msgstr "النيبالية" + +msgid "Dutch" +msgstr "الهولندية" + +msgid "Norwegian Nynorsk" +msgstr "النينورسك نرويجية" + +msgid "Ossetic" +msgstr "الأوسيتيكية" + +msgid "Punjabi" +msgstr "البنجابية" + +msgid "Polish" +msgstr "البولندية" + +msgid "Portuguese" +msgstr "البرتغالية" + +msgid "Brazilian Portuguese" +msgstr "البرتغالية البرازيلية" + +msgid "Romanian" +msgstr "الرومانية" + +msgid "Russian" +msgstr "الروسية" + +msgid "Slovak" +msgstr "السلوفاكية" + +msgid "Slovenian" +msgstr "السلوفانية" + +msgid "Albanian" +msgstr "الألبانية" + +msgid "Serbian" +msgstr "الصربية" + +msgid "Serbian Latin" +msgstr "اللاتينية الصربية" + +msgid "Swedish" +msgstr "السويدية" + +msgid "Swahili" +msgstr "السواحلية" + +msgid "Tamil" +msgstr "التاميل" + +msgid "Telugu" +msgstr "التيلوغو" + +msgid "Tajik" +msgstr "الطاجيكية" + +msgid "Thai" +msgstr "التايلندية" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "التركية" + +msgid "Tatar" +msgstr "التتاريية" + +msgid "Udmurt" +msgstr "الأدمرتية" + +msgid "Ukrainian" +msgstr "الأكرانية" + +msgid "Urdu" +msgstr "الأوردو" + +msgid "Uzbek" +msgstr "الأوزبكية" + +msgid "Vietnamese" +msgstr "الفيتنامية" + +msgid "Simplified Chinese" +msgstr "الصينية المبسطة" + +msgid "Traditional Chinese" +msgstr "الصينية التقليدية" + +msgid "Messages" +msgstr "الرسائل" + +msgid "Site Maps" +msgstr "خرائط الموقع" + +msgid "Static Files" +msgstr "الملفات الثابتة" + +msgid "Syndication" +msgstr "توظيف النشر" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "رقم الصفحة ليس عددًا صحيحًا" + +msgid "That page number is less than 1" +msgstr "رقم الصفحة أقل من 1" + +msgid "That page contains no results" +msgstr "هذه الصفحة لا تحتوي على نتائج" + +msgid "Enter a valid value." +msgstr "أدخل قيمة صحيحة." + +msgid "Enter a valid URL." +msgstr "أدخل رابطاً صحيحاً." + +msgid "Enter a valid integer." +msgstr "أدخل رقم صالح." + +msgid "Enter a valid email address." +msgstr "أدخل عنوان بريد إلكتروني صحيح." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"أدخل “slug” صالحة تتكون من أحرف أو أرقام أو الشرطة السفلية أو الواصلات." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"أدخل “slug” صالحة تتكون من أحرف Unicode أو الأرقام أو الشرطة السفلية أو " +"الواصلات." + +msgid "Enter a valid IPv4 address." +msgstr "أدخل عنوان IPv4 صحيح." + +msgid "Enter a valid IPv6 address." +msgstr "أدخل عنوان IPv6 صحيح." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "أدخل عنوان IPv4 أو عنوان IPv6 صحيح." + +msgid "Enter only digits separated by commas." +msgstr "أدخل أرقاما فقط مفصول بينها بفواصل." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "تحقق من أن هذه القيمة هي %(limit_value)s (إنها %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أقل من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أكثر من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." + +msgid "Enter a number." +msgstr "أدخل رقماً." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام لا أكثر." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[1] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[1] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"امتداد الملف “%(extension)s” غير مسموح به. الامتدادات المسموح بها هي:" +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "لا يُسمح بالأحرف الخالية." + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s بهذا %(field_labels)s موجود سلفاً." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "القيمة %(value)r ليست خيارا صحيحاً." + +msgid "This field cannot be null." +msgstr "لا يمكن ترك هذا الحقل خالي." + +msgid "This field cannot be blank." +msgstr "لا يمكن ترك هذا الحقل فارغاً." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "النموذج %(model_name)s والحقل %(field_label)s موجود مسبقاً." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s يجب أن يكون فريد لـ %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "حقل نوع: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "يجب أن تكون القيمة “%(value)s” إما True أو False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "يجب أن تكون القيمة “%(value)s” إما True أو False أو None." + +msgid "Boolean (Either True or False)" +msgstr "ثنائي (إما True أو False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "سلسلة نص (%(max_length)s كحد أقصى)" + +msgid "Comma-separated integers" +msgstr "أرقام صحيحة مفصولة بفواصل" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"تحتوي القيمة “%(value)s” على تنسيق تاريخ غير صالح. يجب أن يكون بتنسيق YYYY-" +"MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"تحتوي القيمة “%(value)s” على التنسيق الصحيح (YYYY-MM-DD) ولكنه تاريخ غير " +"صالح." + +msgid "Date (without time)" +msgstr "التاريخ (دون الوقت)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"تحتوي القيمة “%(value)s” على تنسيق غير صالح. يجب أن يكون بتنسيق YYYY-MM-DD " +"HH: MM [: ss [.uuuuuu]] [TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"تحتوي القيمة “%(value)s” على التنسيق الصحيح (YYYY-MM-DD HH: MM [: ss [." +"uuuuuu]] [TZ]) ولكنها تعد تاريخًا / وقتًا غير صالحين." + +msgid "Date (with time)" +msgstr "التاريخ (مع الوقت)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "يجب أن تكون القيمة “%(value)s” رقمًا عشريًا." + +msgid "Decimal number" +msgstr "رقم عشري" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"تحتوي القيمة “%(value)s” على تنسيق غير صالح. يجب أن يكون بتنسيق [DD] [[HH:] " +"MM:] ss [.uuuuuu]." + +msgid "Duration" +msgstr "المدّة" + +msgid "Email address" +msgstr "عنوان بريد إلكتروني" + +msgid "File path" +msgstr "مسار الملف" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "يجب أن تكون القيمة “%(value)s” قيمة عائمة." + +msgid "Floating point number" +msgstr "رقم فاصلة عائمة" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "يجب أن تكون القيمة “%(value)s” عددًا صحيحًا." + +msgid "Integer" +msgstr "عدد صحيح" + +msgid "Big (8 byte) integer" +msgstr "عدد صحيح كبير (8 بايت)" + +msgid "Small integer" +msgstr "عدد صحيح صغير" + +msgid "IPv4 address" +msgstr "عنوان IPv4" + +msgid "IP address" +msgstr "عنوان IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "يجب أن تكون القيمة “%(value)s” إما None أو True أو False." + +msgid "Boolean (Either True, False or None)" +msgstr "ثنائي (إما True أو False أو None)" + +msgid "Positive big integer" +msgstr "عدد صحيح كبير موجب" + +msgid "Positive integer" +msgstr "عدد صحيح موجب" + +msgid "Positive small integer" +msgstr "عدد صحيح صغير موجب" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (حتى %(max_length)s)" + +msgid "Text" +msgstr "نص" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"تحتوي القيمة “%(value)s” على تنسيق غير صالح. يجب أن يكون بتنسيق HH: MM [: ss " +"[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"تحتوي القيمة “%(value)s” على التنسيق الصحيح (HH: MM [: ss [.uuuuuu]]) ولكنه " +"وقت غير صالح." + +msgid "Time" +msgstr "وقت" + +msgid "URL" +msgstr "رابط" + +msgid "Raw binary data" +msgstr "البيانات الثنائية الخام" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” ليس UUID صالحًا." + +msgid "Universally unique identifier" +msgstr "المعرف الفريد العالمي (UUID)" + +msgid "File" +msgstr "ملف" + +msgid "Image" +msgstr "صورة" + +msgid "A JSON object" +msgstr "كائن JSON" + +msgid "Value must be valid JSON." +msgstr "يجب أن تكون قيمة JSON صالحة." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "النموذج %(model)s ذو الحقل و القيمة %(field)s %(value)r غير موجود." + +msgid "Foreign Key (type determined by related field)" +msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)" + +msgid "One-to-one relationship" +msgstr "علاقة واحد إلى واحد" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s علاقة" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s علاقات" + +msgid "Many-to-many relationship" +msgstr "علاقة متعدد إلى متعدد" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "هذا الحقل مطلوب." + +msgid "Enter a whole number." +msgstr "أدخل رقما صحيحا." + +msgid "Enter a valid date." +msgstr "أدخل تاريخاً صحيحاً." + +msgid "Enter a valid time." +msgstr "أدخل وقتاً صحيحاً." + +msgid "Enter a valid date/time." +msgstr "أدخل تاريخاً/وقتاً صحيحاً." + +msgid "Enter a valid duration." +msgstr "أدخل مدّة صحيحة" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "يجب أن يتراوح عدد الأيام بين {min_days} و {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "لم يتم ارسال ملف، الرجاء التأكد من نوع ترميز الاستمارة." + +msgid "No file was submitted." +msgstr "لم يتم إرسال اي ملف." + +msgid "The submitted file is empty." +msgstr "الملف الذي قمت بإرساله فارغ." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[1] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[2] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[3] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[4] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[5] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"رجاءً أرسل ملف أو صح علامة صح عند مربع اختيار \\\"فارغ\\\"، وليس كلاهما." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"قم برفع صورة صحيحة، الملف الذي قمت برفعه إما أنه ليس ملفا لصورة أو أنه ملف " +"معطوب." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "انتق خياراً صحيحاً. %(value)s ليس أحد الخيارات المتاحة." + +msgid "Enter a list of values." +msgstr "أدخل قائمة من القيم." + +msgid "Enter a complete value." +msgstr "إدخال قيمة كاملة." + +msgid "Enter a valid UUID." +msgstr "أدخل قيمة UUID صحيحة." + +msgid "Enter a valid JSON." +msgstr "ادخل كائن JSON صالح." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(الحقل الخفي %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"نموذج بيانات الإدارة مفقود أو تم العبث به. %(field_names)sمن الحقول مفقود. " +"قد تحتاج إلى رفع تقرير بالمشكلة إن استمرت الحالة." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "Order" +msgstr "الترتيب" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "رجاء صحّح بيانات %(field)s المتكررة." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "رجاء صحّح بيانات %(field)s المتكررة والتي يجب أن تكون مُميّزة." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"رجاء صحّح بيانات %(field_name)s المتكررة والتي يجب أن تكون مُميّزة لـ%(lookup)s " +"في %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "رجاءً صحّح القيم المُكرّرة أدناه." + +msgid "The inline value did not match the parent instance." +msgstr "القيمة المضمنة لا تتطابق مع المثيل الأصلي." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "انتق خياراً صحيحاً. اختيارك ليس أحد الخيارات المتاحة." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” ليست قيمة صالحة." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"لا يمكن تفسير٪ %(datetime)s في المنطقة الزمنية٪ %(current_timezone)s؛ قد " +"تكون غامضة أو غير موجودة." + +msgid "Clear" +msgstr "تفريغ" + +msgid "Currently" +msgstr "حالياً" + +msgid "Change" +msgstr "عدّل" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "نعم,لا,ربما" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بايت" +msgstr[1] "%(size)d بايت واحد " +msgstr[2] "%(size)d بايتان" +msgstr[3] "%(size)d بايت" +msgstr[4] "%(size)d بايت" +msgstr[5] "%(size)d بايت" + +#, python-format +msgid "%s KB" +msgstr "%s ك.ب" + +#, python-format +msgid "%s MB" +msgstr "%s م.ب" + +#, python-format +msgid "%s GB" +msgstr "%s ج.ب" + +#, python-format +msgid "%s TB" +msgstr "%s ت.ب" + +#, python-format +msgid "%s PB" +msgstr "%s ب.ب" + +msgid "p.m." +msgstr "م" + +msgid "a.m." +msgstr "ص" + +msgid "PM" +msgstr "م" + +msgid "AM" +msgstr "ص" + +msgid "midnight" +msgstr "منتصف الليل" + +msgid "noon" +msgstr "ظهراً" + +msgid "Monday" +msgstr "الاثنين" + +msgid "Tuesday" +msgstr "الثلاثاء" + +msgid "Wednesday" +msgstr "الأربعاء" + +msgid "Thursday" +msgstr "الخميس" + +msgid "Friday" +msgstr "الجمعة" + +msgid "Saturday" +msgstr "السبت" + +msgid "Sunday" +msgstr "الأحد" + +msgid "Mon" +msgstr "إثنين" + +msgid "Tue" +msgstr "ثلاثاء" + +msgid "Wed" +msgstr "أربعاء" + +msgid "Thu" +msgstr "خميس" + +msgid "Fri" +msgstr "جمعة" + +msgid "Sat" +msgstr "سبت" + +msgid "Sun" +msgstr "أحد" + +msgid "January" +msgstr "جانفي" + +msgid "February" +msgstr "فيفري" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "أفريل" + +msgid "May" +msgstr "ماي" + +msgid "June" +msgstr "جوان" + +msgid "July" +msgstr "جويليه" + +msgid "August" +msgstr "أوت" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "أكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgid "jan" +msgstr "جانفي" + +msgid "feb" +msgstr "فيفري" + +msgid "mar" +msgstr "مارس" + +msgid "apr" +msgstr "أفريل" + +msgid "may" +msgstr "ماي" + +msgid "jun" +msgstr "جوان" + +msgid "jul" +msgstr "جويليه" + +msgid "aug" +msgstr "أوت" + +msgid "sep" +msgstr "سبتمبر" + +msgid "oct" +msgstr "أكتوبر" + +msgid "nov" +msgstr "نوفمبر" + +msgid "dec" +msgstr "ديسمبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "جانفي" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فيفري" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارس" + +msgctxt "abbrev. month" +msgid "April" +msgstr "أفريل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ماي" + +msgctxt "abbrev. month" +msgid "June" +msgstr "جوان" + +msgctxt "abbrev. month" +msgid "July" +msgstr "جويليه" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "أوت" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سبتمبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "أكتوبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نوفمبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ديسمبر" + +msgctxt "alt. month" +msgid "January" +msgstr "جانفي" + +msgctxt "alt. month" +msgid "February" +msgstr "فيفري" + +msgctxt "alt. month" +msgid "March" +msgstr "مارس" + +msgctxt "alt. month" +msgid "April" +msgstr "أفريل" + +msgctxt "alt. month" +msgid "May" +msgstr "ماي" + +msgctxt "alt. month" +msgid "June" +msgstr "جوان" + +msgctxt "alt. month" +msgid "July" +msgstr "جويليه" + +msgctxt "alt. month" +msgid "August" +msgstr "أوت" + +msgctxt "alt. month" +msgid "September" +msgstr "سبتمبر" + +msgctxt "alt. month" +msgid "October" +msgstr "أكتوبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نوفمبر" + +msgctxt "alt. month" +msgid "December" +msgstr "ديسمبر" + +msgid "This is not a valid IPv6 address." +msgstr "هذا ليس عنوان IPv6 صحيح." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "أو" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "، " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "Forbidden" +msgstr "ممنوع" + +msgid "CSRF verification failed. Request aborted." +msgstr "تم الفشل للتحقق من CSRF. تم إنهاء الطلب." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن موقع HTTPS هذا يتطلب \"عنوان مرجعي\" ليتم إرساله " +"بواسطة متصفح الويب الخاص بك ، ولكن لم يتم إرسال أي شيء. هذا العنوان مطلوب " +"لأسباب أمنية ، لضمان عدم اختراق متصفحك من قبل أطراف أخرى." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"إذا قمت بتكوين المستعرض الخاص بك لتعطيل رؤوس “Referer” ، فالرجاء إعادة " +"تمكينها ، على الأقل لهذا الموقع ، أو لاتصالات HTTPS ، أو لطلبات “same-" +"origin”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"إذا كنت تستخدم العلامة أو تتضمن رأس “Referrer-Policy: no-referrer” ، فيرجى إزالتها. تتطلب حماية " +"CSRF رأس “Referer” القيام بالتحقق من “strict referer”. إذا كنت مهتمًا " +"بالخصوصية ، فاستخدم بدائل مثل للروابط إلى مواقع " +"الجهات الخارجية." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"تشاهد هذه الرسالة لأن هذا الموقع يتطلب ملف تعريف ارتباط CSRF Cookie عند " +"إرسال النماذج. ملف تعريف ارتباط Cookie هذا مطلوب لأسباب أمنية ، لضمان عدم " +"اختطاف متصفحك من قبل أطراف ثالثة." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"إذا قمت بتكوين المستعرض الخاص بك لتعطيل ملفات تعريف الارتباط Cookies ، يرجى " +"إعادة تمكينها ، على الأقل لهذا الموقع ، أو لطلبات “same-origin”." + +msgid "More information is available with DEBUG=True." +msgstr "يتوفر مزيد من المعلومات عند ضبط الخيار DEBUG=True." + +msgid "No year specified" +msgstr "لم تحدد السنة" + +msgid "Date out of range" +msgstr "تاريخ خارج النطاق" + +msgid "No month specified" +msgstr "لم تحدد الشهر" + +msgid "No day specified" +msgstr "لم تحدد اليوم" + +msgid "No week specified" +msgstr "لم تحدد الأسبوع" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "لا يوجد %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"التاريخ بالمستقبل %(verbose_name_plural)s غير متوفر لأن قيمة %(class_name)s." +"allow_future هي False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "سلسلة تاريخ غير صالحة “%(datestr)s” شكل معين “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "لم يعثر على أي %(verbose_name)s مطابقة لهذا الإستعلام" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "الصفحة ليست \"الأخيرة\" ، ولا يمكن تحويلها إلى عدد صحيح." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "صفحة خاطئة (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "القائمة فارغة و “%(class_name)s.allow_empty” هي False." + +msgid "Directory indexes are not allowed here." +msgstr "لا يسمح لفهارس الدليل هنا." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” غير موجود" + +#, python-format +msgid "Index of %(directory)s" +msgstr "فهرس لـ %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "تمَّت عملية التثبيت بنجاح! تهانينا!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"عرض ملاحظات الإصدار ل جانغو " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"تشاهد هذه الصفحة لأن DEBUG = True موجود في ملف الإعدادات الخاص بك ولم تقم بتكوين أي " +"عناوين URL." + +msgid "Django Documentation" +msgstr "توثيق جانغو" + +msgid "Topics, references, & how-to’s" +msgstr "الموضوعات ، المراجع، & الكيفية" + +msgid "Tutorial: A Polling App" +msgstr "البرنامج التعليمي: تطبيق الاقتراع" + +msgid "Get started with Django" +msgstr "الخطوات الأولى مع جانغو" + +msgid "Django Community" +msgstr "مجتمع جانغو" + +msgid "Connect, get help, or contribute" +msgstr "الاتصال، الحصول على المساعدة أو المساهمة" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c98ed4bd649156bf638f497c3fe1d8e172f17e0 GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^%INYU83~k<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%USJpQw literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7adfff47d84ef6e304462e1d3008270337f2acb0 GIT binary patch literal 749 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaixanu" + +msgid "Bulgarian" +msgstr "Búlgaru" + +msgid "Belarusian" +msgstr "Bielorrusu" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosniu" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checu" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griegu" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Inglés británicu" + +msgid "Esperanto" +msgstr "Esperantu" + +msgid "Spanish" +msgstr "Castellán" + +msgid "Argentinian Spanish" +msgstr "Español arxentín" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español mexicanu" + +msgid "Nicaraguan Spanish" +msgstr "Español nicaraguanu" + +msgid "Venezuelan Spanish" +msgstr "Español venezolanu" + +msgid "Estonian" +msgstr "Estoniu" + +msgid "Basque" +msgstr "Vascu" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gallegu" + +msgid "Hebrew" +msgstr "Hebréu" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaru" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiu" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italianu" + +msgid "Japanese" +msgstr "Xaponés" + +msgid "Georgian" +msgstr "Xeorxanu" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarés" + +msgid "Korean" +msgstr "Coreanu" + +msgid "Luxembourgish" +msgstr "Luxemburgués" + +msgid "Lithuanian" +msgstr "Lituanu" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedoniu" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Birmanu" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk noruegu" + +msgid "Ossetic" +msgstr "Osetiu" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polacu" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués brasileñu" + +msgid "Romanian" +msgstr "Rumanu" + +msgid "Russian" +msgstr "Rusu" + +msgid "Slovak" +msgstr "Eslovacu" + +msgid "Slovenian" +msgstr "Eslovenu" + +msgid "Albanian" +msgstr "Albanu" + +msgid "Serbian" +msgstr "Serbiu" + +msgid "Serbian Latin" +msgstr "Serbiu llatín" + +msgid "Swedish" +msgstr "Suecu" + +msgid "Swahili" +msgstr "Suaḥili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turcu" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurtu" + +msgid "Ukrainian" +msgstr "Ucranianu" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinu simplificáu" + +msgid "Traditional Chinese" +msgstr "Chinu tradicional" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Introduz un valor válidu." + +msgid "Enter a valid URL." +msgstr "Introduz una URL válida." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Introduz una direición de corréu válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Introduz una direición IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduz una direición IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduz una direición IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduz namái díxitos separtaos per comes." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrate qu'esti valor ye %(limit_value)s (ye %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrate qu'esti valor ye menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrate qu'esti valor ye mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuter (tien " +"%(show_value)d)." +msgstr[1] "" +"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuteres (tien " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuter (tien " +"%(show_value)d)." +msgstr[1] "" +"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuteres (tien " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Introduz un númberu." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrate que nun hai más de %(max)s díxitu en total." +msgstr[1] "Asegúrate que nun hai más de %(max)s díxitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrate que nun hai más de %(max)s allugamientu decimal." +msgstr[1] "Asegúrate que nun hai más de %(max)s allugamientos decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrate que nun hai más de %(max)s díxitu enantes del puntu decimal." +msgstr[1] "" +"Asegúrate que nun hai más de %(max)s díxitos enantes del puntu decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Esti campu nun pue ser nulu." + +msgid "This field cannot be blank." +msgstr "Esti campu nun pue tar baleru." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con esti %(field_label)s yá esiste." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campu de la triba: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boleanu (tamién True o False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (fasta %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separtaos per coma" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Data (ensin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Númberu decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Direición de corréu" + +msgid "File path" +msgstr "Camín del ficheru" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Númberu de puntu flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Enteru" + +msgid "Big (8 byte) integer" +msgstr "Enteru big (8 byte)" + +msgid "IPv4 address" +msgstr "Direición IPv4" + +msgid "IP address" +msgstr "Direición IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boleanu (tamién True, False o None)" + +msgid "Positive integer" +msgstr "Enteru positivu" + +msgid "Positive small integer" +msgstr "Enteru pequeñu positivu" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fasta %(max_length)s)" + +msgid "Small integer" +msgstr "Enteru pequeñu" + +msgid "Text" +msgstr "Testu" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios crudos" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Ficheru" + +msgid "Image" +msgstr "Imaxe" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foriata (triba determinada pol campu rellacionáu)" + +msgid "One-to-one relationship" +msgstr "Rellación a ún" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Rellación a munchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Requierse esti campu." + +msgid "Enter a whole number." +msgstr "Introduz un númberu completu" + +msgid "Enter a valid date." +msgstr "Introduz una data válida." + +msgid "Enter a valid time." +msgstr "Introduz una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduz una data/hora válida." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nun s'unvió'l ficheru. Comprueba la triba de cifráu nel formulariu." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "El ficheru dunviáu ta baleru." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuter (tien " +"%(length)d)." +msgstr[1] "" +"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuteres (tien " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor, dunvia un ficheru o conseña la caxella , non dambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Xubi una imaxe válida. El ficheru que xubiesti o nun yera una imaxe, o taba " +"toriada." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Esbilla una escoyeta válida. %(value)s nun una ún de les escoyetes " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduz una llista valores." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campu anubríu %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, dunvia %d o menos formularios." +msgstr[1] "Por favor, dunvia %d o menos formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Desanciar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, igua'l datu duplicáu de %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, igua'l datu duplicáu pa %(field)s, el cual tien de ser únicu." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor, igua'l datu duplicáu de %(field_name)s el cual tien de ser únicu " +"pal %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, igua los valores duplicaos embaxo" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Esbilla una escoyeta válida. Esa escoyeta nun ye una de les escoyetes " +"disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Llimpiar" + +msgid "Currently" +msgstr "Anguaño" + +msgid "Change" +msgstr "Camudar" + +msgid "Unknown" +msgstr "Desconocíu" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "Non" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "sí,non,quiciabes" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "Media nueche" + +msgid "noon" +msgstr "Meudía" + +msgid "Monday" +msgstr "Llunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Xueves" + +msgid "Friday" +msgstr "Vienres" + +msgid "Saturday" +msgstr "Sábadu" + +msgid "Sunday" +msgstr "Domingu" + +msgid "Mon" +msgstr "LLu" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Xue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Xineru" + +msgid "February" +msgstr "Febreru" + +msgid "March" +msgstr "Marzu" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayu" + +msgid "June" +msgstr "Xunu" + +msgid "July" +msgstr "Xunetu" + +msgid "August" +msgstr "Agostu" + +msgid "September" +msgstr "Setiembre" + +msgid "October" +msgstr "Ochobre" + +msgid "November" +msgstr "Payares" + +msgid "December" +msgstr "Avientu" + +msgid "jan" +msgstr "xin" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "xun" + +msgid "jul" +msgstr "xnt" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "och" + +msgid "nov" +msgstr "pay" + +msgid "dec" +msgstr "avi" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Xin." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "May." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Xun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Xnt." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Och." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Pay." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Avi." + +msgctxt "alt. month" +msgid "January" +msgstr "Xineru" + +msgctxt "alt. month" +msgid "February" +msgstr "Febreru" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzu" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayu" + +msgctxt "alt. month" +msgid "June" +msgstr "Xunu" + +msgctxt "alt. month" +msgid "July" +msgstr "Xunetu" + +msgctxt "alt. month" +msgid "August" +msgstr "Agostu" + +msgctxt "alt. month" +msgid "September" +msgstr "Setiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Ochobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Payares" + +msgctxt "alt. month" +msgid "December" +msgstr "Avientu" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d añu" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d selmana" +msgstr[1] "%d selmanes" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d díes" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d hores" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutu" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Nun s'especificó l'añu" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Nun s'especificó'l mes" + +msgid "No day specified" +msgstr "Nun s'especificó'l día" + +msgid "No week specified" +msgstr "Nun s'especificó la selmana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ensin %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Nun ta disponible'l %(verbose_name_plural)s futuru porque %(class_name)s." +"allow_future ye False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nun s'alcontró %(verbose_name)s que concase cola gueta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Páxina inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Nun tán almitíos equí los indexaos de direutoriu." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índiz de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9fe7a1de09550035c915bf1c589744982f82efca GIT binary patch literal 28598 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, 2018,2020 +# Emin Mastizada , 2015-2016 +# Metin Amiroff , 2011 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2025 +# Sevdimali , 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2025\n" +"Language-Team: Azerbaijani (http://app.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Ərəb" + +msgid "Algerian Arabic" +msgstr "Əlcəzair Ərəbcəsi" + +msgid "Asturian" +msgstr "Asturiya" + +msgid "Azerbaijani" +msgstr "Azərbaycan" + +msgid "Bulgarian" +msgstr "Bolqar" + +msgid "Belarusian" +msgstr "Belarus" + +msgid "Bengali" +msgstr "Benqal" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosniya" + +msgid "Catalan" +msgstr "Katalon" + +msgid "Central Kurdish (Sorani)" +msgstr "Mərkəzi Kürd dili (Sorani)" + +msgid "Czech" +msgstr "Çex" + +msgid "Welsh" +msgstr "Uels" + +msgid "Danish" +msgstr "Danimarka" + +msgid "German" +msgstr "Alman" + +msgid "Lower Sorbian" +msgstr "Aşağı Sorb" + +msgid "Greek" +msgstr "Yunan" + +msgid "English" +msgstr "İngilis" + +msgid "Australian English" +msgstr "Avstraliya İngiliscəsi" + +msgid "British English" +msgstr "Britaniya İngiliscəsi" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "İspan" + +msgid "Argentinian Spanish" +msgstr "Argentina İspancası" + +msgid "Colombian Spanish" +msgstr "Kolumbia İspancası" + +msgid "Mexican Spanish" +msgstr "Meksika İspancası" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraqua İspancası" + +msgid "Venezuelan Spanish" +msgstr "Venesuela İspancası" + +msgid "Estonian" +msgstr "Eston" + +msgid "Basque" +msgstr "Bask" + +msgid "Persian" +msgstr "Fars" + +msgid "Finnish" +msgstr "Fin" + +msgid "French" +msgstr "Fransız" + +msgid "Frisian" +msgstr "Fris" + +msgid "Irish" +msgstr "İrland" + +msgid "Scottish Gaelic" +msgstr "Şotland Keltcəsi" + +msgid "Galician" +msgstr "Qalisiya" + +msgid "Hebrew" +msgstr "İvrit" + +msgid "Hindi" +msgstr "Hind" + +msgid "Croatian" +msgstr "Xorvat" + +msgid "Upper Sorbian" +msgstr "Yuxarı Sorb" + +msgid "Hungarian" +msgstr "Macar" + +msgid "Armenian" +msgstr "Erməni" + +msgid "Interlingua" +msgstr "İnterlinqua" + +msgid "Indonesian" +msgstr "İndoneziya dili" + +msgid "Igbo" +msgstr "İqbo" + +msgid "Ido" +msgstr "İdo" + +msgid "Icelandic" +msgstr "İsland" + +msgid "Italian" +msgstr "İtalyan" + +msgid "Japanese" +msgstr "Yapon" + +msgid "Georgian" +msgstr "Gürcü" + +msgid "Kabyle" +msgstr "Kabile" + +msgid "Kazakh" +msgstr "Qazax" + +msgid "Khmer" +msgstr "Xmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreya" + +msgid "Kyrgyz" +msgstr "Qırğız" + +msgid "Luxembourgish" +msgstr "Lüksemburq" + +msgid "Lithuanian" +msgstr "Litva" + +msgid "Latvian" +msgstr "Latış" + +msgid "Macedonian" +msgstr "Makedon" + +msgid "Malayalam" +msgstr "Malayam" + +msgid "Mongolian" +msgstr "Monqol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malay" + +msgid "Burmese" +msgstr "Birman" + +msgid "Norwegian Bokmål" +msgstr "Norveç Bukmolcası" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Niderland" + +msgid "Norwegian Nynorsk" +msgstr "Norveç Nyunorskcası" + +msgid "Ossetic" +msgstr "Osetin" + +msgid "Punjabi" +msgstr "Pəncab" + +msgid "Polish" +msgstr "Polyak" + +msgid "Portuguese" +msgstr "Portuqal" + +msgid "Brazilian Portuguese" +msgstr "Braziliya Portuqalcası" + +msgid "Romanian" +msgstr "Rumın" + +msgid "Russian" +msgstr "Rus" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Sloven" + +msgid "Albanian" +msgstr "Alban" + +msgid "Serbian" +msgstr "Serb" + +msgid "Serbian Latin" +msgstr "Serb (Latın)" + +msgid "Swedish" +msgstr "İsveç" + +msgid "Swahili" +msgstr "Suahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Teluqu" + +msgid "Tajik" +msgstr "Tacik" + +msgid "Thai" +msgstr "Tay" + +msgid "Turkmen" +msgstr "Türkmən" + +msgid "Turkish" +msgstr "Türk" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uyğur" + +msgid "Ukrainian" +msgstr "Ukrayn" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Özbək" + +msgid "Vietnamese" +msgstr "Vyetnam" + +msgid "Simplified Chinese" +msgstr "Sadələşdirilmiş Çin dili" + +msgid "Traditional Chinese" +msgstr "Ənənəvi Çin dili" + +msgid "Messages" +msgstr "Mesajlar" + +msgid "Site Maps" +msgstr "Sayt Xəritələri" + +msgid "Static Files" +msgstr "Statik Fayllar" + +msgid "Syndication" +msgstr "Sindikasiya" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Səhifə nömrəsi rəqəm deyil" + +msgid "That page number is less than 1" +msgstr "Səhifə nömrəsi 1-dən balacadır" + +msgid "That page contains no results" +msgstr "O səhifədə nəticə yoxdur" + +msgid "Enter a valid value." +msgstr "Düzgün dəyər daxil edin." + +msgid "Enter a valid domain name." +msgstr "Düzgün domen adı daxil edin." + +msgid "Enter a valid URL." +msgstr "Düzgün URL daxil edin." + +msgid "Enter a valid integer." +msgstr "Düzgün rəqəm daxil edin." + +msgid "Enter a valid email address." +msgstr "Düzgün e-poçt ünvanı daxil edin." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Hərflərdən, rəqəmlərdən, alt-xətlərdən və ya defislərdən ibarət düzgün " +"qısaltma (“slug”) daxil edin." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Unicode hərflərdən, rəqəmlərdən, alt-xətlərdən və ya defislərdən ibarət " +"düzgün qısaltma (“slug”) daxil edin." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Düzgün %(protocol)s adres daxil edin." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 və ya IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Vergüllə ayırmaqla yalnız rəqəmlər daxil edin." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Əmin olun ki, bu dəyər %(limit_value)s-dir/dır (bu %(show_value)s-dir/dır)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Bu qiymətin %(limit_value)s-(y)a/ə bərabər və ya ondan kiçik olduğunu " +"yoxlayın." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Bu qiymətin %(limit_value)s-(y)a/ə bərabər və ya ondan böyük olduğunu " +"yoxlayın." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Bu dəyərin %(limit_value)s addım ölçüsünün mərtəbələri olduğundan əmin olun." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Bu dəyərin %(offset)s dəyərindən başlayaraq %(limit_value)s addım ölçüsü " +"mərtəbəsi olduğundan əmin olun. Məs: %(offset)s, %(valid_value1)s, " +"%(valid_value2)s və s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"simvol var)" +msgstr[1] "" +"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"simvol var)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"simvol var)" +msgstr[1] "" +"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"simvol var)" + +msgid "Enter a number." +msgstr "Ədəd daxil edin." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun." +msgstr[1] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun." +msgstr[1] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun." +msgstr[1] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"“%(extension)s” fayl uzantısına icazə verilmir. İcazə verilən fayl " +"uzantıları: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null simvollara icazə verilmir." + +msgid "and" +msgstr "və" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s ilə %(model_name)s artıq mövcuddur." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "“%(name)s” məhdudiyyəti pozuldu." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r dəyəri doğru seçim deyil." + +msgid "This field cannot be null." +msgstr "Bu sahə boş qala bilməz." + +msgid "This field cannot be blank." +msgstr "Bu sahə ağ qala bilməz." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Bu %(field_label)s ilə %(model_name)s artıq mövcuddur." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s dəyəri %(date_field_label)s %(lookup_type)s üçün unikal " +"olmalıdır." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Sahənin tipi: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” dəyəri ya True, ya da False olmalıdır." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” dəyəri True, False və ya None olmalıdır." + +msgid "Boolean (Either True or False)" +msgstr "Bul (ya Doğru, ya Yalan)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sətir (%(max_length)s simvola kimi)" + +msgid "String (unlimited)" +msgstr "Sətir (limitsiz)" + +msgid "Comma-separated integers" +msgstr "Vergüllə ayrılmış tam ədədlər" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” dəyəri səhv tarix formatındadır. YYYY-MM-DD formatı olmalıdır." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” dəyəri düzgün formatdadır (YYYY-MM-DD), amma bu tarix xətalıdır." + +msgid "Date (without time)" +msgstr "Tarix (saatsız)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” dəyərinin formatı səhvdir. Formatı YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] olmalıdır." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” dəyərinin formatı düzgündür (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"amma bu tarix xətalıdır." + +msgid "Date (with time)" +msgstr "Tarix (vaxt ilə)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” dəyəri onluq kəsrli (decimal) rəqəm olmalıdır." + +msgid "Decimal number" +msgstr "Rasional ədəd" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” dəyərinin formatı səhvdir. Formatı [DD] [HH:[MM:]]ss[.uuuuuu] " +"olmalıdır." + +msgid "Duration" +msgstr "Müddət" + +msgid "Email address" +msgstr "E-poçt" + +msgid "File path" +msgstr "Faylın ünvanı" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” dəyəri float olmalıdır." + +msgid "Floating point number" +msgstr "Sürüşən vergüllü ədəd" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” dəyəri tam rəqəm olmalıdır." + +msgid "Integer" +msgstr "Tam ədəd" + +msgid "Big (8 byte) integer" +msgstr "Böyük (8 bayt) tam ədəd" + +msgid "Small integer" +msgstr "Kiçik tam ədəd" + +msgid "IPv4 address" +msgstr "IPv4 ünvanı" + +msgid "IP address" +msgstr "IP ünvan" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” dəyəri None, True və ya False olmalıdır." + +msgid "Boolean (Either True, False or None)" +msgstr "Bul (Ya True, ya False, ya da None)" + +msgid "Positive big integer" +msgstr "Müsbət böyük rəqəm" + +msgid "Positive integer" +msgstr "Müsbət tam ədəd" + +msgid "Positive small integer" +msgstr "Müsbət tam kiçik ədəd" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Əzmə (%(max_length)s simvola kimi)" + +msgid "Text" +msgstr "Mətn" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” dəyərinin formatı səhvdir. Formatı HH:MM[:ss[.uuuuuu]] olmalıdır." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” dəyəri düzgün formatdadır (HH:MM[:ss[.uuuuuu]]), amma vaxtı " +"xətalıdır." + +msgid "Time" +msgstr "Vaxt" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Düz ikili (binary) məlumat" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” keçərli UUID deyil." + +msgid "Universally unique identifier" +msgstr "Universal təkrarolunmaz identifikator" + +msgid "File" +msgstr "Fayl" + +msgid "Image" +msgstr "Şəkil" + +msgid "A JSON object" +msgstr "JSON obyekti" + +msgid "Value must be valid JSON." +msgstr "Dəyər düzgün JSON olmalıdır." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(field)s %(value)r ilə %(model)s dəyəri düzgün seçim deyil." + +msgid "Foreign Key (type determined by related field)" +msgstr "Xarici açar (bağlı olduğu sahəyə uyğun tipi alır)" + +msgid "One-to-one relationship" +msgstr "Birin-birə münasibət" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s əlaqəsi" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s əlaqələri" + +msgid "Many-to-many relationship" +msgstr "Çoxun-çoxa münasibət" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bu sahə vacibdir." + +msgid "Enter a whole number." +msgstr "Tam ədəd daxil edin." + +msgid "Enter a valid date." +msgstr "Düzgün tarix daxil edin." + +msgid "Enter a valid time." +msgstr "Düzgün vaxt daxil edin." + +msgid "Enter a valid date/time." +msgstr "Düzgün tarix/vaxt daxil edin." + +msgid "Enter a valid duration." +msgstr "Keçərli müddət daxil edin." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Günlərin sayı {min_days} ilə {max_days} arasında olmalıdır." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fayl göndərilməyib. Vərəqənin (\"form\") şifrələmə tipini yoxlayın." + +msgid "No file was submitted." +msgstr "Fayl göndərilməyib." + +msgid "The submitted file is empty." +msgstr "Göndərilən fayl boşdur." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bu fayl adının ən çox %(max)d simvol olduğuna əmin olun (%(length)d var)." +msgstr[1] "" +"Bu fayl adının ən çox %(max)d simvol olduğuna əmin olun (%(length)d var)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ya fayl göndərin, ya da xanaya quş qoymayın, hər ikisini də birdən etməyin." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Düzgün şəkil göndərin. Göndərdiyiniz fayl ya şəkil deyil, ya da şəkildə " +"problem var." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Düzgün seçim edin. %(value)s seçimlər arasında yoxdur." + +msgid "Enter a list of values." +msgstr "Qiymətlərin siyahısını daxil edin." + +msgid "Enter a complete value." +msgstr "Tam dəyər daxil edin." + +msgid "Enter a valid UUID." +msgstr "Keçərli UUID daxil et." + +msgid "Enter a valid JSON." +msgstr "Etibarlı bir JSON daxil edin." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gizli %(name)s sahəsi) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm datası ya əskikdir, ya da dəyişdirilib. Çatışmayan xanalar: " +"%(field_names)s. Problem davam edərsə, səhv hesabatı təqdim etməli ola " +"bilərsiniz." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Zəhmət olmasa ən çox %(num)d forma təsdiqləyin." +msgstr[1] "Zəhmət olmasa ən çox %(num)d forma təsdiqləyin." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Zəhmət olmasa ən az %(num)d forma təsdiqləyin." +msgstr[1] "Zəhmət olmasa azı %(num)d forma təsdiqləyin." + +msgid "Order" +msgstr "Sırala" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onların hamısı " +"fərqli olmalıdır." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onlar " +"%(date_field)s %(lookup)s-a görə fərqli olmalıdır." + +msgid "Please correct the duplicate values below." +msgstr "Aşağıda təkrarlanan qiymətlərə düzəliş edin." + +msgid "The inline value did not match the parent instance." +msgstr "Sətiriçi dəyər ana nüsxəyə uyğun deyil." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Düzgün seçim edin. Bu seçim mümkün deyil." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” düzgün dəyər deyil." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s vaxtı %(current_timezone)s zaman qurşağında ifadə oluna bilmir; " +"ya qeyri-müəyyənlik, ya da mövcud olmaya bilər." + +msgid "Clear" +msgstr "Təmizlə" + +msgid "Currently" +msgstr "Hal-hazırda" + +msgid "Change" +msgstr "Dəyiş" + +msgid "Unknown" +msgstr "Məlum deyil" + +msgid "Yes" +msgstr "Hə" + +msgid "No" +msgstr "Yox" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "hə,yox,bəlkə" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bayt" +msgstr[1] "%(size)d bayt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s QB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "g.s." + +msgid "a.m." +msgstr "g.ə." + +msgid "PM" +msgstr "GS" + +msgid "AM" +msgstr "GƏ" + +msgid "midnight" +msgstr "gecə yarısı" + +msgid "noon" +msgstr "günorta" + +msgid "Monday" +msgstr "Bazar ertəsi" + +msgid "Tuesday" +msgstr "Çərşənbə axşamı" + +msgid "Wednesday" +msgstr "Çərşənbə" + +msgid "Thursday" +msgstr "Cümə axşamı" + +msgid "Friday" +msgstr "Cümə" + +msgid "Saturday" +msgstr "Şənbə" + +msgid "Sunday" +msgstr "Bazar" + +msgid "Mon" +msgstr "B.e" + +msgid "Tue" +msgstr "Ç.a" + +msgid "Wed" +msgstr "Çrş" + +msgid "Thu" +msgstr "C.a" + +msgid "Fri" +msgstr "Cüm" + +msgid "Sat" +msgstr "Şnb" + +msgid "Sun" +msgstr "Bzr" + +msgid "January" +msgstr "Yanvar" + +msgid "February" +msgstr "Fevral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "İyun" + +msgid "July" +msgstr "İyul" + +msgid "August" +msgstr "Avqust" + +msgid "September" +msgstr "Sentyabr" + +msgid "October" +msgstr "Oktyabr" + +msgid "November" +msgstr "Noyabr" + +msgid "December" +msgstr "Dekabr" + +msgid "jan" +msgstr "ynv" + +msgid "feb" +msgstr "fvr" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "iyn" + +msgid "jul" +msgstr "iyl" + +msgid "aug" +msgstr "avq" + +msgid "sep" +msgstr "snt" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "noy" + +msgid "dec" +msgstr "dek" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Yan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprel" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "İyun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "İyul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avq." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sen." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noy." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dek." + +msgctxt "alt. month" +msgid "January" +msgstr "Yanvar" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevral" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprel" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "İyun" + +msgctxt "alt. month" +msgid "July" +msgstr "İyul" + +msgctxt "alt. month" +msgid "August" +msgstr "Avqust" + +msgctxt "alt. month" +msgid "September" +msgstr "Sentyabr" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktyabr" + +msgctxt "alt. month" +msgid "November" +msgstr "Noyabr" + +msgctxt "alt. month" +msgid "December" +msgstr "Dekabr" + +msgid "This is not a valid IPv6 address." +msgstr "Bu doğru IPv6 ünvanı deyil." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "və ya" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d il" +msgstr[1] "%(num)d il" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d ay" +msgstr[1] "%(num)d ay" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d həftə" +msgstr[1] "%(num)d həftə" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d gün" +msgstr[1] "%(num)d gün" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d saat" +msgstr[1] "%(num)d saat" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d dəqiqə" +msgstr[1] "%(num)d dəqiqə" + +msgid "Forbidden" +msgstr "Qadağan olunmuş" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF təsdiqləmə alınmadı. Sorğu ləğv edildi." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Bu mesajı ona görə görürsünüz ki, bu HTTPS saytı sizin səyyah tərəfindən " +"“Referer header”in göndərilməsini tələb etdiyi halda heç nə " +"göndərilməmişdir. Bu başlıq sizin veb-səyyahınızın kənar şəxlər tərəfindən " +"ələ keçirilmədiyindən əmin olmaq üçün tələb olunur." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Əgər səyyahınızın “Referer” başlığını göndərməsini söndürmüsünüzsə, lütfən " +"bu sayt üçün, HTTPS əlaqələr üçün və ya “same-origin” sorğular üçün aktiv " +"edin." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Əgər etiketini və ya " +"“Referrer-Policy: no-referrer” başlığını işlədirsinizsə, lütfən silin. CSRF " +"qoruma dəqiq yönləndirən yoxlaması üçün “Referer” başlığını tələb edir. Əgər " +"məxfilik üçün düşünürsünüzsə, üçüncü tərəf sayt keçidləri üçün kimi bir alternativ işlədin." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Bu sayt formaları göndərmək üçün CSRF çərəzini işlədir. Bu çərəz " +"səyyahınızın üçüncü biri tərəfindən hack-lənmədiyinə əmin olmaq üçün " +"istifadə edilir. " + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Əgər səyyahınızda çərəzlər söndürülübsə, lütfən bu sayt və ya “same-origin” " +"sorğular üçün aktiv edin." + +msgid "More information is available with DEBUG=True." +msgstr "Əlavə məlumatı DEBUG=True ilə əldə etmək olar." + +msgid "No year specified" +msgstr "İl göstərilməyib" + +msgid "Date out of range" +msgstr "Tarix aralığın xaricindədir" + +msgid "No month specified" +msgstr "Ay göstərilməyib" + +msgid "No day specified" +msgstr "Gün göstərilməyib" + +msgid "No week specified" +msgstr "Həftə göstərilməyib" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s seçmək mümkün deyil" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Gələcək %(verbose_name_plural)s seçmək mümkün deyil, çünki %(class_name)s." +"allow_future Yalan kimi qeyd olunub." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "“%(format)s” formatına görə “%(datestr)s” tarixi düzgün deyil" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Sorğuya uyğun %(verbose_name)s tapılmadı" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Səhifə həm “axırıncı” deyil, həm də tam ədədə çevrilə bilmir." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Yanlış səhifə (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Siyahı boşdur və “%(class_name)s.allow_empty” dəyəri False-dur." + +msgid "Directory indexes are not allowed here." +msgstr "Ünvan indekslərinə icazə verilmir." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” mövcud deyil" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-nin indeksi" + +msgid "The install worked successfully! Congratulations!" +msgstr "Quruluş uğurla tamamlandı! Təbriklər!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django %(version)s üçün buraxılış " +"qeydlərinə baxın" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Tənzimləmə faylınızda DEBUG=True və heç bir URL qurmadığınız üçün bu səhifəni " +"görürsünüz." + +msgid "Django Documentation" +msgstr "Django Dokumentasiya" + +msgid "Topics, references, & how-to’s" +msgstr "Mövzular, istinadlar və nümunələr" + +msgid "Tutorial: A Polling App" +msgstr "Məşğələ: Səsvermə Tətbiqi" + +msgid "Get started with Django" +msgstr "Django ilə başla" + +msgid "Django Community" +msgstr "Django İcması" + +msgid "Connect, get help, or contribute" +msgstr "Qoşul, kömək al və dəstək ol" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d735571a28799a1a9de0726bd091b333f85aae6e GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^%JY~fk~8tCvLh( zd(?naIKv|=rM{Qg>N76TWI3P%uIy1r7zu_K-v+K)>R%Fgv=`%%z>fspI4HLm@t8g3 z_-cu-m-v>KyM+Y4>!okfgVDWhyhg{y9o-OTe}jMW^V=nfL!+2lC1puh%(AN0C4H6D zYxP4y2PemXF%(HN>uN)t_?iuS|lHANOeOThk# aMepKRSZ6>UI~YHY9jwo0Khx73p79R{-rZaP literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/formats.py new file mode 100644 index 00000000000..253b6dddf5d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/az/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j E Y" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j E Y, G:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cda27d35ae3aba21edf67c17a507a8e3d00db00e GIT binary patch literal 37607 zcmeI53z$^ZmG6&66N3hyF)C!osx66F8jv~z=C0yqM^49tUt&f`-apYgcI0h(Ecj0#WCuS6j{|=Sz6<X)ffv1C)fGRi5!zX3cAOn|T|D1gfE1_yw5g6{zD0nY&M2Q}`e!1KWu zK|TKksOSF$s{Sbq#^?b>=TK1PMuHcDm;3u9D88ma)w=@}{cFKf!F&Ak&wwHK`@jpp zAAlOq@q=Ca13}e$FQ|6T1y2EofExd3Q0-j+5~a0A!^ zehO6i*Fo{?*o$0y13=}6U^93jsQFj`z74#|-zP!UTLRty=0WxQqQ{p()q4fh_s-H85JNgHKCvx8iP6RInAu;FzRqruS<9yQN4p8IV1FHS6c>D&a z@xBPE{CEBR_d&Ju5B~n2J^m}Ga<7A;Cm7-6_(YFqfyy5Ws{SZYSa5DILa4Pt7(B^HlYi|N5eRU0Z8u$@V z&zFFrtLX1<1JCAuHK_8BfTCv`coO&=sQO<8wZ6Xx+B|@wYt#o_d!s?s8|QH{D0!a= ziq8u?F7gp_j< z9#H)KV^H)z3ab8>zy;tpK=JoHgiHO71XXV|DE^ECF90WkXMs0^;`{BO*5_t$J@^Qy zen&D1>hDre^{)bzKN)--oDTjuI00kxSKuiyOa1;csB!)bRQqqk=m^jB*ywSr$Ll?| zfT~vnPX#~W^FQtJi~jkSK*{%aL6v*W=fCdpq^n$iAt*V%*yBV{_2z&B!6c~u@}TIu z6V&>-AJjOX^0>p}E{}UWzTol89>4DKn;yUI@jIa8;bl<#dBx}d(BnUW(hEQF&wuXo ze+g=R{2J7Jzx`?_r{{y`b3YZF4W_~Q;0s^`o;e;L6}-*kUxT-Bf7yf}mU<*iA@F+MB{1=borw74@x!(*b|7W1eO-9*$2wVrg1N>W$Kl1o9kN@HE zH=y+YJ7ze3js}n6{&Mg*@Cs1#e>JH2{*cEcsCi!oo(Hb=`P)F1|1v24{Dr^&AMi}> zPrla8&jp~KUksiL-UzC_+dOUrRsL~M{N4xhfAA0d`6xJYrhC2~Y~ubgQ1!n9UIhN5 zzdz$Tm){6NLU1Lhc0UPfz8(f`U4RC0UQW!1~uQ0gQtK8!1>^JK-IgD$r}P*2a3)DsBx_URqrA2 ztKeRrzY<~I#e{7JH-p#DMJ~V}Ar!|WcUK`Kjo{=3@C?i@bbj!|2>UN-=e-|ue)7OY zj<2i08_0hJL{x(-ZgO(J5_~WBPlFoIH$lzc2?_Un6sY?aQ2bj9js$mtsF>h2e?O$f z$>)c`LF9i9)VRM1Y90Ly{36)c>inGVfqI@!2Ell611SE#v>f!jch``7;Yz>K3~h{w^O z_&XIG2+jpHj#hua6cpWe`20;CKL@Jaz5aRG=f4Vyu3v)ZfTv^~T}`0codl}A4}+I5 zzIIS@v8B`X|FXx|K+*L}Q1g52EpFYM4Ql?zgX(_@sBtd@KLX}_{x?C%>notj56Ho5 z@MQ23Z~-WJS`WS--0q)$+vlH^cY0|oDE-w6egIqv4gwzmPXoUKjsRZ3<8E2oC<2*R)U`gUjgTXYnHnG?W^EK_|>%xJqPZ) z)wTD|<&NL)1Em))1x0TH913=W>i4st*7ftC=>C<*cYfUQ=NwS{9t5ghGsw~m=7Wf0 zup3l6LvC|88WbOm&if;DEVu@g{rwwIe7(5a@nsP>mis&X{a3(|-2WI9z2~lQ{hSACU5^4U1uqB1 z*DR=Vn?cd@0I2ai2}*wUf>(pz0SAF+taRfU4Qjm8L9OeLfvWce_(||NQ2d;TaGe0& z1nPMTR6ol>t&dNDlfhR((bI6d>vtBom-{wQ^qqf)<6k2vevSq;p6TH3V~A0J)4&t& zME=0Jce!%ePdHo&zJv0g^0);QU61+uFM^t%XF<{TWsfiU{J#TL|EC^*wys(*pMzZBHCC;0n0{`pNFvp)Y1LAA366yLXks`m_dEci804Z;oAgfZ-ver{^!Z292+~N>6rNoS{xRt(l0M>@K5ye$0=x*U{j_j% zKk4J7t9drO_954boBv4Y^GEyoAF64m#Iq+znosE_eO@JmJBz?Y4y4|kOh2Y<30Wg?Dp5PY0X^E0pkxMYisiopV0}vpL7gm27z-(AL05qUuP=#G4d_| zPas{%_1WMSP@i*2|63P)B+Czweo4BJbOz=0(OP>u*O!s*l0M%d{l>0({#jmg%QCl5n!lS!H~6~B zl>Yroa2V->q`xQ4BArJ5GEkqpNXOe1J|H-NXA8lhKJNgynl#(r$M8cgCiuPva6O6Z zBKSe@o4(MkpnTM8{QYy_ZqjIyY*j=$lN5i>r0i9sza!(%NblwP9MYwvYe@QhiX{De z2MLuETt_;KXG2LRavguZ?=R+){|MJ#B@N;_1IiwK3H)!8K5HEWe+Z^XPx|{y!IwyL zDKDM*I%xsd_kyjYb)tgQpc^B6?cNvW1`ed&EnzYmB?E)u~uI1Su z`MjIK&7>ysz6U-^dYSZ5(pZu{^GQFpE8@H!{|o#GX)N{hc?Y-vOxhiG3LH$jko;k! z<9)e#;283oNUKPVq(33)^8wOAp39&7Dc65W`ah)jGsL%XvBzyZxSQ0>{Z{b*lCCDj zpLcSxgY;sY;qfN$U;Oolz<2m-!DmVTUUR>a>o(Hq^zjvNFR4tLK-xfhFX<9dhEm$Xzje9j_GBE5&Q-&MwthGe1;6;d5hV?J!n z7SqYhtKENG2wS2sl_^BI&RkT8l3a%>6E4qYqHst&#k}=b%%pB9M&V*AIjR=* zEH|Vfoy{&Ob}lM(b<(3Xl*@KB=9`8z6tXmwi_(cgDx1l-r#jV3zYp^~?Z_sr_f#fd zNMu^0a9OI*PRG_KjSXp7nn)L;Mn;eiMSUV9Bb5wW+q0?GNWEJVi!ur0omDTiQ@DP7 ziF7VXB)i=3jqJmzn1_bmH8aJI#$=dGbkTj~TElTS?b%|k$4&K7M=Db+M3sl`w&rm* zQ)sU~)m`=BvM5?od8V7{qpm1X?NK*+lus>>AhV^*I;^?lVLqHXL4Rl1-4!gbiy#k&#kx;+)x2!lf{2ajMl8Pq;XdN=M1& zaCXFqSec0ynk6Hcm?$LDjBFxYgB9V7VlJu18|Gwl@Sri6*q+F=(Ii951rxLBEP9}Z zw-d7+9f_uV)S1Yka->rV5zNR_G?QTthlOoXA#9J*ox?QBR%9@jYLU=VK-{N7_-gk9 zu~@v?y+vztX)4RIHv)56h9C-^dP;W%6PHJ=?ZG5BxsxasHn@cI&@%#w)r!v0+EnWoKAx9f?~}K1n~? z&U8ZR?nrB*@ZLz(R2z1rCBg`Z%BV_3mf3&fP34bbTV@2atbrpTLk6_2F0#9rr6wI0 zwkHr93}}|AbrT>%!$N7r28RvsL?y6*Xq7^HW3sV^hQn?rf9QtH=Ec;oj*Xmjsv}ic zChdh85JwUDhJRzKC#Xu`v)t3DE#kq-EW zo;T{%rpq@i3Rf-Ll$6VN%Dq~S=Qw>s8ai{?Lbf$4ht;d&`Z97y>htE!zP4A^yy=tb z^W=l~l{Z`tcCQCnj6x=q-sttnTaWtusMd_sKlFCEKD)23>v-sRgGtV(i)}JE*z7#k zNszTEvv7!(587g%4K8cPM)NhDCSgx^ml?_ZHgr7S2;>4##_!p;FAe2{mt~JxVUBKG7CP{e+zf zT=yxdjCrtA(sF{BfKFM=*jJg7&9#_o9dH$;+A`scs4Hv`wU}6Dhy4Ja3S+lT6qjxv z6ii{ChaWN}mr~Nk126}7N)ZoPx(M&FC7X}T2U*maMg+A;Y*D5_;KR~XR=L|+$+OEg2litGSiwaCgT=ZGqZigrde4=+cgG` zRjNre+SxQlxnUvND*@+nQAc*E`9vMf;arF?&s|yx?^EKHLyzK$N;gK5HETc0RhyEE zO=jU=F4bC~ICP^STic`7C6Lt|x}mcBXI5Frtx--Qf%}g$%)V)9qP2^a3n_^-0+T_? zmeN}~wFHJFBsUs)W#EwT_?5PqPp2|VpehStsa&!N_a7%VpDIMiuV-(2f}zppV&Vol zI)&xAuqBsWmY1D?>{Q;wsFeUfN;;#$lqUQq2^fR!z;G2%HgZ}NM6k`c`Y{!w9BC@F zW>YrDq9@L=#hAt>=Z#a+7lV(Ou4!}U&YGj~Ya65h#^F)i)`EO?B-o-%*Um%Ah`>p_ z9bvOfHd{qot<&9Ri!A1j8EGpfxOQq**2lyG@n&2u_=1=?71hQxvm?*40R8sMUE9-2 z8=a65Hee>fMNZE*<{PEB*k8mnW9A2Q%6`*o4hM#Hc-^E7#VwJh(PdSgOXZWglH+m#0hiT)B`v zsWzX%wZ&W6ydh3)>U$aFu~dZN#Q9R6;DQa5Pd!DsRgk>5&KC z62Xf?q653&RZw#{(-$#~nXj4x8EB$7&EWzRh(cqTh&o8KynZ~BmSP+7*U9cWOkqY? zwKPN=fVO2skx6LkYAR%#P<>u8OE?tWnyEc>drF9Qo~e;IHs`sxm92a=q%o7tBuT0p zXhYd(^l%ZCZ5dOLFSf89u?>IU+2KT~ zG-D{XE9-Qw3?0K1mo;dHlx4R?l&fbi3U2kxQB12xPHtHwlN3(KF6sF4V`&ab8tO@1BDW<&qSJM7OV8A1psWCug_rug6s1*^Vp+V zGlN-LX3UkWD@zqyT0o8ASs|aAblW^jlQ18Ou^?^A)z*2I#EPk(%P0krQJp^3=+p{e4UJRtxQ8bg)8I z!mFkHjufp*P_>_ydX-T_taX%LO;~VN7JG<34++pqDinX?xzFsCk?+9ktd=WgZYGKv z%uXz$eg-Gl#3h)`e#BJj>>|1n37eBBC=nh+=geu%7AyuiH4!0X!JH^9v8#)wOM_Ur zovC!vt+gQUngv@?49tXL?+mS)q2`Nm*Q4_?Oc<~a)cwT5!z zX%Ei~6WmbDSj-?wQY+5tyG{3$-U#;=a~YPZ%u}wIQ7l)^D!YZ_I3000>>iXM!~J+L zr^x6~(wd@WiFP8$V5ERfg?Hx>QnSjofX@n<8gb4}mVA7VJ*%uQL zoJuS=rQBgoGtH_FcL?yZY;Fmhl@~2YTy2P6rm0*I}i@Cg}cP=r6U~aZE)rvBAZa>aF*B9W&ToDqw z!}j3zGgrAp68(_P5RZw)eJ;luB-c_gw?qOm7sOKniF>CK=`rE>5M?8`G92I884&dd z<|R9dxk4~+iQ@KJSVRLbN_i%vi~YYH^`$uLDQI=&c)BE$T}G)+_OI+Z{IH0(w?)mN zX4818y%@%dB5+yWfY;fv#HhG-TZ;SSazz$5=M2^cE#p{K{K9#;WHFf6)drJ-dCOba zJ67-XMU84mKU{otQ;rJPelcD1EYY;W!fjTGXvuWw-*YX z`7y(XC$p{j=A@kru$9wERx`ne;ZbI|xm1c9H0Fon6KD^ZA3hl0lT$19n2St&1~Z?w z?aFr2d2aBPzNADW%8wnMa62%6^ib1e@L{|v5*ke+^5H1Wv@Spg$ye3+MLvq0h!Ny17e?yH5&jMjW6=njmA`T9Edq$NnAV}XH>=|Km5F8 z#2)65GC8TTkuZUT0eEXRM{!GTZ7b?bHv23b6fJ1XNgNQ+1_-UfJSCcO-V-fEdX_dj z5B@lJs#}*=Y^yKE@m+lu(Y*RBwxzwYv@z}3ylqo^X1T3ceO`S<_6GIMvk9orniF*@ zFU?A@O-ek(nhbX=T~nlTOj(mxiB{I+#ry8sEE{08aW}f^y&qa_2IH#URyI5}dGXe! zCQGAo&K6T0Bsz0JqSzL2&KN9?S^|_{aC0$D$^;$w8SI#Yj#M&}YHKe9nJl~5Om=CI z<*YxO3pynQ#B75u3|S^SjKVEZV8IJTLtW$|nT?#0v=>kO(X*baTsIJ z)*#-+I^Kj0ebCxy_JxfxQ*L`b{VeLR@uJguhb z$)@=VieximLg#}Gm~HX6rkVM+RI+J8u`S;;H#;UAFzfoJ+0jzYJ+hgmNzCP#aMXyA z7dMT#q-oTp;fT>=F1h@o5qt(*OFX6tFFKQFTanF;372EXk_7U@vCDBc5{n6kExEc) zr*ZQ0t{kRzMmO>2gTwf9Iai}bay9B=U0q6h3e>hmO>?6}$C$ACdQsRQ4-yA5(b?I| zt1+A~EskzA-_ea^xCgvZYhidxG`w-Z%;_^HSI0cEdBgy=L7Y!Pw4GvUdpMjIK2n)0 zEN+E?9yf39l%~t7<zzc-hf$l2-Gx1-Vf&*?o22@?vg8r z+v|8}TtjBa$PweljSMfiAk^iELE}b_46h1DgcRrg%5kIOM`OobqD!kWV(iFK;cd6M zDp!uYq>(BkeU)+JM(B~1yK>y6)#{fwR`O|=ZsI=2j-!RE!cjDEapM&Og3_a5`Oea| z@`}>7($nQNrM)2++siA;cb9gQSFtnb{nlex+E;p}w5Pnbw4<~wEbS_HQ)O3qRcUYO zneyuL+OV{f23J~b=>RF6Mp#0V`&40XX@BWiU2HF}apl$CHfr&>v`c>>Nq^THF{S;g z`bA@5;A z9wXm1l+s&O$5^~t!+F8@uJPF@+}vpjx5E%k$zHLf$6J^5QC`WD-Bj8ecUO5Ol~Fw_ zUK?Y%dFGAO*PEMtHsAtyOs)pLue=tTT$aRSS9xP;-$8PE6_LnUre<|prDkpR5oDI{ zFge)+TWVXa&91b1_?fmISV-m7mCDsD=4k5?X0x=`^ubS`y-$)-Y5DLoVd4JL&Pqkk z(fu`T9V*Me@+$c&Jzri)Q*}AzHNEpZAL>fF+j;{zTa^!Nzaz?!>* zK2ZdkKCPD*7|R|m;+dcjq|$iU zpkgm=v<0Nehqy*pb+44FIw)^a#tNxjBlr1gug_9qlZNET+-D7;GvX4~{8pU&282gy<#(bPui!cqwu3bUt31p?R&h8_BbzDd{ObFZ+XLphC z>@feaueTTORLa0Fycz$nysGArd_t5fmH};G%%>HJiH)PYhQZqi#nW9Tw5tM5m5GKF z51R2lnSSvQf}}5K(oaWFx(6x3Th#2hncV_MEN7RosE5b1gJO4!5_5vqB87DH0yS5J z<=biGd6U(xn#_tcYSF>Q`;6)Pv@TR_74wCKFghjOCTFli!f8W8XvIw@I+e;&vJZ-( zJi$NqOT#MPYlD!7EBZu$*@T@|8v2k!R*-DVU9!nR>ER0Pk{yc4DP{#o&}jIX(Duv+ zd(j<2&DeR5*_N6y{$Sb*;e-GbB~(gd#w*VpY|SF1^T-5Fu6z&LSSVGV+q&P-TQjkx zU{cnVWpJ3(c=^QL%0h29p=8ccH(GosZVkEgyb~@vMZ}*pskoEUs~jDgZX}?xSj(H3 z*`wYW!l^<3PCBC>#P#>JJIx!5`^}%PH@y=#PronSlvlke>*h^pRD6Gnn%!Y;m=r9= z9)F}_VkFgG^U8eJC@-hClG2e>arO&84Ml7EP8Wt~dlGs7_thyAzD8H0$=QGGEA98iY8H*YR#$our(4@T`SS9& zYj&}*8}99k9PT=`=7Ll!t)hj}*gC2`**!hmuT4@tZEjnwjk-0rURShDvFf+-tVP=r zLl{wo($40vM*)j^AL3hj+B3wqaktwk+RouE88w}5uCmY19L@s4uXwXuIpZ*yB8G97 z!YbP1kr9fWwoy`EPkq2!ABW$#H$QKn>HDF;HeeRsk)*IQbjKQgt1lB*iG}K>MpE2R zp-{Uo;+5=^+33}54tteWRGRWzG;ppJ7f}t-P}8;F==CjyT{CF+Rkp$JY^g z>i5=%SJ}O-*1H=gvHO^^^^otkVua%)lAU+iYMbad98;x1UgcrcQ13X@9=8SMQvzLb*(&+AaH~ycx27llx+nT?Pw6?PPZ5=^+?gzESy9b;+ew=W?XED9_u)THxuVGw zcM(VWWuQlg+@niV{mNxoK5em`wbeIy>%?T{wy!(9qT^1|$$FLffB05rvzMt~l z{ePLY^jWxccliz%Dyfnals=>7SRM4Ir74jV7nO4c9v6TDTJS8mx)638-Gg(c7GTvq zVxx`0Vz5|Y7K68d0yrT!=c?4p8DLqY3Li-aOuXp()k_`smFxWseE7JG@e_xEivS$AuxiseKJ zHT!hC7GaZdJ@6!NFYsldx*rO0U%b_c(UHVYn*+`yWjZUzXF=&+2C_==@!IKf!-0pU z1jGV{$sv{;1LLB^$IjHm!18+6%(`m%d+CNiDUw=qn8d*cJSXO^(D^EA?x#d$U2Lc* z<>|BB*M2#3i1l>!Yrtw4{#3vHTUrgnEw-x0nOHw1tGQvK?zaJ>rA%rhBzi6rE`2Bm zM(RvMeddjQOIUWNw8N`FEixrr%aSeFg1~WJ0Pfc6w3n>;`ffj89%kC1%hj)VHBP8~ zyG9`sa7VNIA~B_11l-n$d#^=IcLyHwIpSX3SBg#Kdy)mo3Q3#5$~V?i89!SDQjpye zP;^CwiTBW~q?;#_Sz{a35n;NvnlM=LcXPpcf`MRY{juGjK{=6hcAP~?2Q*@OS4*^q z*WK?Im+2)QjcKqIv>```nWquCN7_ozvgk)JMVS;A!E#2vy}3?OoLnODwPQ^5pQN4lyao0?>Vq3)a1CJ=TcN`vxmE3*vm)r`n{(-_ddaF(~e z*^EK;n&aXG#(ggWZkQM2jH^8Uo~4G?aBrx59tozMU>omNvv^pJb|{EmM?kOX~}4`QG;d%=>CnU*h;WQ^z%m)1L%;U&V?d#PWL4H&ol<`g@4}us<@i z$d1W6T(0|aIK?r8D(KuuZ4k`m)*AJPlvpmS=-$yaXTq5{uNmkxK7MrCgWjY+%se0J zJLTwW(Oq}ixZ1O4tsXep!>*cU!ZgBeg(xvZPnof8+gKCyW*VB^SkM8JZ)oo&?D&;=ycwUo1DKjzEtSwY| zR#N~?ys?G=RZQ%s%j+R=1s&-X04bau)p`#=_HJrvdTR!+Yy~4~WW{H}Mm^Z8(_>Ax zW1wx*ZkOFf@2ufFkv+aauYwS;3ZiA{b=tn3g|gPK7Cd2b+qqOb#U&ev-k}K1RQFZY zq>Ng9e968fQg>L`Wv_Pd5@I3=3|bzjDQV3f6u4IgZ5&d45M-|>kfAEOB*8R;yJhm} z2xNSw|9PXq)QO{O!BkjAbxUIcmu}ji|!fw>Q{u|))pvJi+-J{t^Nj~1t4Vz8+bEnmAwnLrSyyqq^ecT$uvdfwxZATQi)9< z?15$S=H(geU>16M*ZgM1k@(_Nl2+6h951wiw+`c#!>c@AoqL;ZT(LDqIe2iery=hJ zNnvPJ+0Z04+9_b^B(?}7vw-%rAWMIwNG<6_l-2!GE0ymhK`*QJJ1F9qn)heRliNckUeP^gP}gPS%)xZ&R_#~w+*VGLTu24+gj z95Q>S%Ug0MHe#m8xrfPfp5j&~CAL?!N$1@o^<~i*tzo^wS9#(3z@9NZ`mcJRGNp{i z2CZ2VQGU)WxTZ&aH0S*FgOP%3RN1@sXuW1$k8C*pXC&&!~s1nO!H*3Sql8trAb< z5iRYk7^+qdA`|AH%UzM+NL(;G8)O_2j>^k}2V7Z;WU#0z5@!?ZY~|X@5rbMaJ!zI) zyBwquvhF9}berg~m2U*#5L(|}_-xIZjmKU%BaN9G8)=!$X;~E8FlI^C_N;bgQBmoOApyHS=zU?+O3p~jTRxJmTo6kBrx{-{MLWEjuN>56poyJ& z)kNS(;3sRdCKsi`Uwdm?^QZS&^`f+iy_19&rGsOma30xoEe=t!afFS20`E8sT4@FavAOut!fBI&g zWlf~IEAMKT*D$&srA%5YnyF6;`~DRgyuzJwohn-n`TE)}ZPSKFt1;kI0H+d)DzVsy zCGl)HT=3QQ6_`h(nmsVf7dEP*vUHGFBk7iDqwlUV`w?3W=m*V^ZnQ5VNU!>pX|_dU zHTwush))$KPky=cXOMZtL1f06O1?kDw=TF0)jan;$e~SeooO5ymt;q)uRuUYAC;`r zKE4kZ%YY8oO`nMmI-r(6t~IRPsa8@?kJJr9jY6N6t;E0;axN`?1mj?z;TWvuYnHUC z>x*`!N8RvDo4B5gP*ZX6lf9Rm7kN+GcXQr@;81Q*h|ek)TW|dPdgV=n6Otm-~Tou=nm zO&(*aalR~8Cobqw+?yF?%9-^MUv1G=zTTojVH9tdx9KIp=m*P%Qv_r@0bvrQWq(yM7rbO z2a+tyQ>H=qYa{Mc3nB{$yJ^7ZH5=}mQxf_ONQ@#^YJqLuBML_`go*~V45rsDf{G55 zsbn0K_8U1iCd`?H(v}2NImcW(chl1fkHnHAJz`w9?|X@yx)I6_K1vIEN2R+;%%iM+ z@lKLhA>~ocwPPHaa(F$bCG(Qxcz`BJI(v0r_E}>Af31C6@6Ou0*C_VOQtEu$?RND& zSR>x##5`n$Z`f~X>&W4xSjy`mZ2s$O@DvRqE$w!WrgWIKr}h1tIA28GrPa%b-PhOj znupDpl|)GH(LR&as4?}5Cq4>OI8zkMo<}K(WnRlZ%EWIMr=8N>Y;$j0T(wkj4}RP4 z@7BHv;FpeLnPy6TR#(4Gk@KkB?p&`F`L|v;-m_|z$;HUsW3xrvf??qonVFX=dWKmO z*Y|3u@DGuaOxAz*=7@hv=Wu`22?ir!CfNjuZQmDfs_h`Yyvlx9CteMevsB7jJj?xx z6zief?G}X=BCAMKZkxASEB6RlEK)YHPU&mUXi+9_iM-B5MrZ-y^nu3GGiVSQDwb2_ zdo@;thU`qF$)*KA$Z1z}9HnKE(3Wtww4Hx(#Qh|(#_QL#SqAAJX?6k@ZuM8SwwR*V z3uKF`GZQaRGrOg|whC;Q8(UKp2HI0St3eAzqn`+evA#^ZYV>_jp`{_BtEZwd)8!{i zvh?;(d<3^$BXw^lXn@j*7JY_O{)cvn!^;-S6VrkFARGVvK zZkGti6btc0;r(htsUJ zZpzV$vn_ITVvpATMFUfzMEhW=q#7L&FsIZpagi^Azy~GSPuqlrTu z1e#K0IgZfV(<38}K{@#_E}5QX9M*naRJwjYs!fXxAutMc;3I-Pp`Jv~wE(WOc_otp z#AiVPT~;O~zKMrK2;WGf50Mj450^ou%msl*K9cPmMB~ivVOl!FO!rg{*8)4vt^UrI zTU`tquA9K`lkf{|5n;Bi@zZ-AtNuaU)cTS#|R%ID>xODG9C|<~RX2XqG zc9ZTN=K$Y|8CWPm;K$BvTnjZ7V{W{$kGbec=|QLB;F61D zdvF#uia)h(k(mQyUd>X)N;sY#Wy0Rn=|0?{Id8*uXTy*3D2@9)2YGl@A-{K zlj;4*t!*7KrFE*wtqm;zn$p$}lP^bER#%o)!J5O+OZ~Qvj+EbtPkQuP#jUl#`q68# w=2zz=@9h($ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.po new file mode 100644 index 00000000000..44057dcf5e5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,1392 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2014-2015 +# znotdead , 2016-2017,2019-2021,2023-2025 +# Bobsans , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: znotdead , " +"2016-2017,2019-2021,2023-2025\n" +"Language-Team: Belarusian (http://app.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Афрыкаанс" + +msgid "Arabic" +msgstr "Арабская" + +msgid "Algerian Arabic" +msgstr "Алжырская арабская" + +msgid "Asturian" +msgstr "Астурыйская" + +msgid "Azerbaijani" +msgstr "Азэрбайджанская" + +msgid "Bulgarian" +msgstr "Баўгарская" + +msgid "Belarusian" +msgstr "Беларуская" + +msgid "Bengali" +msgstr "Бэнґальская" + +msgid "Breton" +msgstr "Брэтонская" + +msgid "Bosnian" +msgstr "Басьнійская" + +msgid "Catalan" +msgstr "Каталёнская" + +msgid "Central Kurdish (Sorani)" +msgstr "Цэнтральнакурдская (сарані)" + +msgid "Czech" +msgstr "Чэская" + +msgid "Welsh" +msgstr "Валійская" + +msgid "Danish" +msgstr "Дацкая" + +msgid "German" +msgstr "Нямецкая" + +msgid "Lower Sorbian" +msgstr "Ніжнелужыцкая" + +msgid "Greek" +msgstr "Грэцкая" + +msgid "English" +msgstr "Анґельская" + +msgid "Australian English" +msgstr "Анґельская (Аўстралія)" + +msgid "British English" +msgstr "Анґельская (Брытанская)" + +msgid "Esperanto" +msgstr "Эспэранта" + +msgid "Spanish" +msgstr "Гішпанская" + +msgid "Argentinian Spanish" +msgstr "Гішпанская (Арґентына)" + +msgid "Colombian Spanish" +msgstr "Гішпанская (Калумбія)" + +msgid "Mexican Spanish" +msgstr "Гішпанская (Мэксыка)" + +msgid "Nicaraguan Spanish" +msgstr "Гішпанская (Нікараґуа)" + +msgid "Venezuelan Spanish" +msgstr "Іспанская (Вэнэсуэла)" + +msgid "Estonian" +msgstr "Эстонская" + +msgid "Basque" +msgstr "Басконская" + +msgid "Persian" +msgstr "Фарсі" + +msgid "Finnish" +msgstr "Фінская" + +msgid "French" +msgstr "Француская" + +msgid "Frisian" +msgstr "Фрызкая" + +msgid "Irish" +msgstr "Ірляндзкая" + +msgid "Scottish Gaelic" +msgstr "Гэльская шатляндзкая" + +msgid "Galician" +msgstr "Ґальская" + +msgid "Hebrew" +msgstr "Габрэйская" + +msgid "Hindi" +msgstr "Гінды" + +msgid "Croatian" +msgstr "Харвацкая" + +msgid "Upper Sorbian" +msgstr "Верхнелужыцкая" + +msgid "Hungarian" +msgstr "Вугорская" + +msgid "Armenian" +msgstr "Армянскі" + +msgid "Interlingua" +msgstr "Інтэрлінгва" + +msgid "Indonesian" +msgstr "Інданэзійская" + +msgid "Igbo" +msgstr "Ігба" + +msgid "Ido" +msgstr "Іда" + +msgid "Icelandic" +msgstr "Ісьляндзкая" + +msgid "Italian" +msgstr "Італьянская" + +msgid "Japanese" +msgstr "Японская" + +msgid "Georgian" +msgstr "Грузінская" + +msgid "Kabyle" +msgstr "Кабільскі" + +msgid "Kazakh" +msgstr "Казаская" + +msgid "Khmer" +msgstr "Кхмерская" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Карэйская" + +msgid "Kyrgyz" +msgstr "Кіргізская" + +msgid "Luxembourgish" +msgstr "Люксэмбургская" + +msgid "Lithuanian" +msgstr "Літоўская" + +msgid "Latvian" +msgstr "Латыская" + +msgid "Macedonian" +msgstr "Македонская" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Манґольская" + +msgid "Marathi" +msgstr "Маратхі" + +msgid "Malay" +msgstr "Малайская" + +msgid "Burmese" +msgstr "Бірманская" + +msgid "Norwegian Bokmål" +msgstr "Нарвэская букмал" + +msgid "Nepali" +msgstr "Нэпальская" + +msgid "Dutch" +msgstr "Галяндзкая" + +msgid "Norwegian Nynorsk" +msgstr "Нарвэская нюнорск" + +msgid "Ossetic" +msgstr "Асяцінская" + +msgid "Punjabi" +msgstr "Панджабі" + +msgid "Polish" +msgstr "Польская" + +msgid "Portuguese" +msgstr "Партуґальская" + +msgid "Brazilian Portuguese" +msgstr "Партуґальская (Бразылія)" + +msgid "Romanian" +msgstr "Румынская" + +msgid "Russian" +msgstr "Расейская" + +msgid "Slovak" +msgstr "Славацкая" + +msgid "Slovenian" +msgstr "Славенская" + +msgid "Albanian" +msgstr "Альбанская" + +msgid "Serbian" +msgstr "Сэрбская" + +msgid "Serbian Latin" +msgstr "Сэрбская (лацінка)" + +msgid "Swedish" +msgstr "Швэдзкая" + +msgid "Swahili" +msgstr "Суахілі" + +msgid "Tamil" +msgstr "Тамільская" + +msgid "Telugu" +msgstr "Тэлуґу" + +msgid "Tajik" +msgstr "Таджыкскі" + +msgid "Thai" +msgstr "Тайская" + +msgid "Turkmen" +msgstr "Туркменская" + +msgid "Turkish" +msgstr "Турэцкая" + +msgid "Tatar" +msgstr "Татарская" + +msgid "Udmurt" +msgstr "Удмурцкая" + +msgid "Uyghur" +msgstr "Уйгурскі" + +msgid "Ukrainian" +msgstr "Украінская" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "Узбецкі" + +msgid "Vietnamese" +msgstr "Віетнамская" + +msgid "Simplified Chinese" +msgstr "Кітайская (спрошчаная)" + +msgid "Traditional Chinese" +msgstr "Кітайская (звычайная)" + +msgid "Messages" +msgstr "Паведамленні" + +msgid "Site Maps" +msgstr "Мапы сайту" + +msgid "Static Files" +msgstr "Cтатычныя файлы" + +msgid "Syndication" +msgstr "Сындыкацыя" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Лік гэтай старонкі не з'яўляецца цэлым лікам" + +msgid "That page number is less than 1" +msgstr "Лік старонкі менш чым 1" + +msgid "That page contains no results" +msgstr "Гэтая старонка не мае ніякіх вынікаў" + +msgid "Enter a valid value." +msgstr "Пазначце правільнае значэньне." + +msgid "Enter a valid domain name." +msgstr "Пазначце сапраўднае даменнае имя." + +msgid "Enter a valid URL." +msgstr "Пазначце чынную спасылку." + +msgid "Enter a valid integer." +msgstr "Увядзіце цэлы лік." + +msgid "Enter a valid email address." +msgstr "Увядзіце сапраўдны адрас электроннай пошты." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Значэнне павінна быць толькі з літараў, личбаў, знакаў падкрэслівання ці " +"злучкі." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Значэнне павінна быць толькі з літараў стандарту Unicode, личбаў, знакаў " +"падкрэслівання ці злучкі." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Пазначце сапраўдны %(protocol)s адрас." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 або IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Набярыце лічбы, падзеленыя коскамі." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Упэўніцеся, што гэтае значэньне — %(limit_value)s (зараз яно — " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Значэньне мусіць быць меншым або роўным %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Значэньне мусіць быць большым або роўным %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Пераканайцеся, што гэта значэнне кратнае памеру кроку %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Пераканайцеся, што гэта значэнне кратнае памеру кроку %(limit_value)s, " +"пачынаючы з %(offset)s, напрыклад. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, і гэтак далей." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвал (зараз " +"%(show_value)d)." +msgstr[1] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвала (зараз " +"%(show_value)d)." +msgstr[2] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." +msgstr[3] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвал (зараз " +"%(show_value)d)." +msgstr[1] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвала (зараз " +"%(show_value)d)." +msgstr[2] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." +msgstr[3] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Набярыце лік." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу." +msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы." +msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў." +msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу пасьля коскі." +msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы пасьля коскі." +msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі." +msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу да коскі." +msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы да коскі." +msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі." +msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Пашырэнне файла “%(extension)s” не дапускаецца. Дапушчальныя пашырэння: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null сімвалы не дапускаюцца." + +msgid "and" +msgstr "і" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s з такім %(field_labels)s ужо існуе." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Абмежаванне \"%(name)s\" парушана." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значэнне %(value)r не з'яўляецца правільным выбарам." + +msgid "This field cannot be null." +msgstr "Поле ня можа мець значэньне «null»." + +msgid "This field cannot be blank." +msgstr "Трэба запоўніць поле." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s з такім %(field_label)s ужо існуе." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s павінна быць унікальна для %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Палі віду: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Значэньне “%(value)s” павінна быць True альбо False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Значэньне “%(value)s” павінна быць True, False альбо None." + +msgid "Boolean (Either True or False)" +msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Радок (ня болей за %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Радок (неабмежаваны)" + +msgid "Comma-separated integers" +msgstr "Цэлыя лікі, падзеленыя коскаю" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Значэнне “%(value)s” мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-" +"ММ-ДД." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Значэнне “%(value)s” мае правільны фармат(ГГГГ-ММ-ДД) але гэта несапраўдная " +"дата." + +msgid "Date (without time)" +msgstr "Дата (бяз часу)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Значэнне “%(value)s” мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-" +"ММ-ДД ГГ:ХХ[:сс[.мммммм]][ЧА], дзе ЧА — часавы абсяг." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Значэнне “%(value)s” мае правільны фармат (ГГГГ-ММ-ДД ГГ:ХХ[:сс[.мммммм]]" +"[ЧА], дзе ЧА — часавы абсяг) але гэта несапраўдныя дата/час." + +msgid "Date (with time)" +msgstr "Дата (разам з часам)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Значэньне “%(value)s” павінна быць дзесятковым лікам." + +msgid "Decimal number" +msgstr "Дзесятковы лік" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Значэньне “%(value)s” мае няправільны фармат. Яно павінна быць у фармаце " +"[ДД] [ГГ:[ХХ:]]сс[.мммммм]." + +msgid "Duration" +msgstr "Працягласць" + +msgid "Email address" +msgstr "Адрас эл. пошты" + +msgid "File path" +msgstr "Шлях да файла" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Значэньне “%(value)s” павінна быць дробным лікам." + +msgid "Floating point number" +msgstr "Лік зь пераноснай коскаю" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Значэньне “%(value)s” павінна быць цэлым лікам." + +msgid "Integer" +msgstr "Цэлы лік" + +msgid "Big (8 byte) integer" +msgstr "Вялікі (8 байтаў) цэлы" + +msgid "Small integer" +msgstr "Малы цэлы лік" + +msgid "IPv4 address" +msgstr "Адрас IPv4" + +msgid "IP address" +msgstr "Адрас IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Значэньне “%(value)s” павінна быць None, True альбо False." + +msgid "Boolean (Either True, False or None)" +msgstr "Ляґічнае («сапраўдна», «не сапраўдна» ці «нічога»)" + +msgid "Positive big integer" +msgstr "Дадатны вялікі цэлы лік" + +msgid "Positive integer" +msgstr "Дадатны цэлы лік" + +msgid "Positive small integer" +msgstr "Дадатны малы цэлы лік" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Бірка (ня болей за %(max_length)s)" + +msgid "Text" +msgstr "Тэкст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значэньне “%(value)s” мае няправільны фармат. Яно павінна быць у фармаце ГГ:" +"ХХ[:сс[.мммммм]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Значэнне “%(value)s” мае правільны фармат (ГГ:ХХ[:сс[.мммммм]]) але гэта " +"несапраўдны час." + +msgid "Time" +msgstr "Час" + +msgid "URL" +msgstr "Сеціўная спасылка" + +msgid "Raw binary data" +msgstr "Неапрацаваныя бінарныя зьвесткі" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” не з'яўляецца дапушчальным UUID." + +msgid "Universally unique identifier" +msgstr "Універсальны непаўторны ідэнтыфікатар" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Выява" + +msgid "A JSON object" +msgstr "Аб'ект JSON" + +msgid "Value must be valid JSON." +msgstr "Значэньне павінна быць сапраўдным JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"Экземпляр %(model)s з %(field)s %(value)r не з'яўляецца правільным выбарам." + +msgid "Foreign Key (type determined by related field)" +msgstr "Вонкавы ключ (від вызначаецца паводле зьвязанага поля)" + +msgid "One-to-one relationship" +msgstr "Сувязь «адзін да аднаго»" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Сувязь %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Сувязi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Сувязь «некалькі да некалькіх»" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Поле трэба запоўніць." + +msgid "Enter a whole number." +msgstr "Набярыце ўвесь лік." + +msgid "Enter a valid date." +msgstr "Пазначце чынную дату." + +msgid "Enter a valid time." +msgstr "Пазначце чынны час." + +msgid "Enter a valid date/time." +msgstr "Пазначце чынныя час і дату." + +msgid "Enter a valid duration." +msgstr "Увядзіце сапраўдны тэрмін." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Колькасць дзён павінна быць паміж {min_days} i {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл не даслалі. Зірніце кадоўку блянку." + +msgid "No file was submitted." +msgstr "Файл не даслалі." + +msgid "The submitted file is empty." +msgstr "Дасланы файл — парожні." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвал (зараз " +"%(length)d)." +msgstr[1] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвала (зараз " +"%(length)d)." +msgstr[2] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз " +"%(length)d)." +msgstr[3] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Трэба або даслаць файл, або абраць «Ачысьціць», але нельга рабіць гэта " +"адначасова." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Запампаваць чынны малюнак. Запампавалі або не выяву, або пашкоджаную выяву." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Абярыце дазволенае. %(value)s няма ў даступных значэньнях." + +msgid "Enter a list of values." +msgstr "Упішыце сьпіс значэньняў." + +msgid "Enter a complete value." +msgstr "Калі ласка, увядзіце поўнае значэньне." + +msgid "Enter a valid UUID." +msgstr "Увядзіце сапраўдны UUID." + +msgid "Enter a valid JSON." +msgstr "Пазначце сапраўдны JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Схаванае поле %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Дадзеныя формы ManagementForm адсутнічаюць ці былі падменены. Адсутнічаюць " +"палі: %(field_names)s. Магчыма, вам спатрэбіцца падаць справаздачу пра " +"памылку, калі праблема захоўваецца." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Калі ласка, адпраўце не болей чым %(num)d формаў." +msgstr[1] "Калі ласка, адпраўце не болей чым %(num)d формаў." +msgstr[2] "Калі ласка, адпраўце не болей чым %(num)d формаў." +msgstr[3] "Калі ласка, адпраўце не болей чым %(num)d формаў." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Калі ласка, адпраўце не менш чым %(num)d формаў." +msgstr[1] "Калі ласка, адпраўце не менш чым %(num)d формаў." +msgstr[2] "Калі ласка, адпраўце не менш чым %(num)d формаў." +msgstr[3] "Калі ласка, адпраўце не менш чым %(num)d формаў." + +msgid "Order" +msgstr "Парадак" + +msgid "Delete" +msgstr "Выдаліць" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "У полі «%(field)s» выпраўце зьвесткі, якія паўтараюцца." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Выпраўце зьвесткі ў полі «%(field)s»: нельга, каб яны паўтараліся." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Выпраўце зьвесткі ў полі «%(field_name)s»: нельга каб зьвесткі ў " +"«%(date_field)s» для «%(lookup)s» паўтараліся." + +msgid "Please correct the duplicate values below." +msgstr "Выпраўце зьвесткі, якія паўтараюцца (гл. ніжэй)." + +msgid "The inline value did not match the parent instance." +msgstr "Убудаванае значэнне не супадае з бацькоўскім значэннем." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Абярыце дазволенае. Абранага няма ў даступных значэньнях." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” не сапраўднае значэнне." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"У часавым абсягу %(current_timezone)s нельга зразумець дату %(datetime)s: " +"яна можа быць неадназначнаю або яе можа не існаваць." + +msgid "Clear" +msgstr "Ачысьціць" + +msgid "Currently" +msgstr "Зараз" + +msgid "Change" +msgstr "Зьмяніць" + +msgid "Unknown" +msgstr "Невядома" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Не" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "так,не,магчыма" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байты" +msgstr[2] "%(size)d байтаў" +msgstr[3] "%(size)d байтаў" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ҐБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "папаўдні" + +msgid "a.m." +msgstr "папоўначы" + +msgid "PM" +msgstr "папаўдні" + +msgid "AM" +msgstr "папоўначы" + +msgid "midnight" +msgstr "поўнач" + +msgid "noon" +msgstr "поўдзень" + +msgid "Monday" +msgstr "Панядзелак" + +msgid "Tuesday" +msgstr "Аўторак" + +msgid "Wednesday" +msgstr "Серада" + +msgid "Thursday" +msgstr "Чацьвер" + +msgid "Friday" +msgstr "Пятніца" + +msgid "Saturday" +msgstr "Субота" + +msgid "Sunday" +msgstr "Нядзеля" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Аў" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чц" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Нд" + +msgid "January" +msgstr "студзеня" + +msgid "February" +msgstr "лютага" + +msgid "March" +msgstr "сакавік" + +msgid "April" +msgstr "красавіка" + +msgid "May" +msgstr "траўня" + +msgid "June" +msgstr "чэрвеня" + +msgid "July" +msgstr "ліпеня" + +msgid "August" +msgstr "жніўня" + +msgid "September" +msgstr "верасьня" + +msgid "October" +msgstr "кастрычніка" + +msgid "November" +msgstr "лістапада" + +msgid "December" +msgstr "сьнежня" + +msgid "jan" +msgstr "сту" + +msgid "feb" +msgstr "лют" + +msgid "mar" +msgstr "сак" + +msgid "apr" +msgstr "кра" + +msgid "may" +msgstr "тра" + +msgid "jun" +msgstr "чэр" + +msgid "jul" +msgstr "ліп" + +msgid "aug" +msgstr "жні" + +msgid "sep" +msgstr "вер" + +msgid "oct" +msgstr "кас" + +msgid "nov" +msgstr "ліс" + +msgid "dec" +msgstr "сьн" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Сту." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Люты" + +msgctxt "abbrev. month" +msgid "March" +msgstr "сакавік" + +msgctxt "abbrev. month" +msgid "April" +msgstr "красавіка" + +msgctxt "abbrev. month" +msgid "May" +msgstr "траўня" + +msgctxt "abbrev. month" +msgid "June" +msgstr "чэрвеня" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ліпеня" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Жні." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Вер." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Кас." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ліс." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Сьн." + +msgctxt "alt. month" +msgid "January" +msgstr "студзеня" + +msgctxt "alt. month" +msgid "February" +msgstr "лютага" + +msgctxt "alt. month" +msgid "March" +msgstr "сакавік" + +msgctxt "alt. month" +msgid "April" +msgstr "красавіка" + +msgctxt "alt. month" +msgid "May" +msgstr "траўня" + +msgctxt "alt. month" +msgid "June" +msgstr "чэрвеня" + +msgctxt "alt. month" +msgid "July" +msgstr "ліпеня" + +msgctxt "alt. month" +msgid "August" +msgstr "жніўня" + +msgctxt "alt. month" +msgid "September" +msgstr "верасьня" + +msgctxt "alt. month" +msgid "October" +msgstr "кастрычніка" + +msgctxt "alt. month" +msgid "November" +msgstr "лістапада" + +msgctxt "alt. month" +msgid "December" +msgstr "сьнежня" + +msgid "This is not a valid IPv6 address." +msgstr "Гэта ня правільны адрас IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "або" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d год" +msgstr[1] "%(num)d гадоў" +msgstr[2] "%(num)d гадоў" +msgstr[3] "%(num)d гадоў" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d месяц" +msgstr[1] "%(num)d месяцаў" +msgstr[2] "%(num)d месяцаў" +msgstr[3] "%(num)d месяцаў" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d тыдзень" +msgstr[1] "%(num)d тыдняў" +msgstr[2] "%(num)d тыдняў" +msgstr[3] "%(num)d тыдняў" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d дзень" +msgstr[1] "%(num)d дзён" +msgstr[2] "%(num)d дзён" +msgstr[3] "%(num)d дзён" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d гадзіна" +msgstr[1] "%(num)d гадзін" +msgstr[2] "%(num)d гадзін" +msgstr[3] "%(num)d гадзін" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d хвіліна" +msgstr[1] "%(num)d хвілін" +msgstr[2] "%(num)d хвілін" +msgstr[3] "%(num)d хвілін" + +msgid "Forbidden" +msgstr "Забаронена" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-праверка не атрымалася. Запыт спынены." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вы бачыце гэта паведамленне, таму што гэты HTTPS-сайт патрабуе каб Referer " +"загаловак быў адасланы вашым аглядальнікам, але гэтага не адбылося. Гэты " +"загаловак неабходны для бяспекі, каб пераканацца, што ваш аглядальнік не " +"ўзаламаны трэцімі асобамі." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з “Referer” " +"загалоўкамі, калі ласка дазвольце іх хаця б для гэтага сайту, ці для HTTPS " +"злучэнняў, ці для 'same-origin' запытаў." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Калі вы выкарыстоўваеце тэг " +"ці дадалі загаловак “Referrer-Policy: no-referrer”, калі ласка выдаліце іх. " +"CSRF абароне неабходны “Referer” загаловак для строгай праверкі. Калі Вы " +"турбуецеся аб прыватнасці, выкарыстоўвайце альтэрнатывы, напрыклад , для спасылкі на сайты трэціх асоб." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вы бачыце гэта паведамленне, таму што гэты сайт патрабуе CSRF кукі для " +"адсылкі формы. Гэтыя кукі неабходныя для бяспекі, каб пераканацца, што ваш " +"браўзэр не ўзламаны трэцімі асобамі." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з кукамі, калі " +"ласка дазвольце іх хаця б для гэтага сайту ці для “same-origin” запытаў." + +msgid "More information is available with DEBUG=True." +msgstr "Больш падрабязная інфармацыя даступная з DEBUG=True." + +msgid "No year specified" +msgstr "Не пазначылі год" + +msgid "Date out of range" +msgstr "Дата выходзіць за межы дыяпазону" + +msgid "No month specified" +msgstr "Не пазначылі месяц" + +msgid "No day specified" +msgstr "Не пазначылі дзень" + +msgid "No week specified" +msgstr "Не пазначылі тыдзень" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Няма доступу да %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Няма доступу да %(verbose_name_plural)s, якія будуць, бо «%(class_name)s." +"allow_future» мае значэньне «не сапраўдна»." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Радок даты “%(datestr)s” не адпавядае выгляду “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Па запыце не знайшлі ніводнага %(verbose_name)s" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Нумар бачыны ня мае значэньня “last” і яго нельга ператварыць у цэлы лік." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Няправільная старонка (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" +"Сьпіс парожні, але “%(class_name)s.allow_empty” мае значэньне «не " +"сапраўдна», што забараняе паказваць парожнія сьпісы." + +msgid "Directory indexes are not allowed here." +msgstr "Не дазваляецца глядзець сьпіс файлаў каталёґа." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” не існуе" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Файлы каталёґа «%(directory)s»" + +msgid "The install worked successfully! Congratulations!" +msgstr "Усталяванне прайшло паспяхова! Віншаванні!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Паглядзець заўвагі да выпуску для Джангі " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Вы бачыце гэту старонку таму што DEBUG=True у вашым файле налад і вы не " +"сканфігурыравалі ніякіх URL." + +msgid "Django Documentation" +msgstr "Дакументацыя Джангі" + +msgid "Topics, references, & how-to’s" +msgstr "Тэмы, спасылкі, & як зрабіць" + +msgid "Tutorial: A Polling App" +msgstr "Падручнік: Дадатак для галасавання" + +msgid "Get started with Django" +msgstr "Пачніце з Джангаю" + +msgid "Django Community" +msgstr "Джанга супольнасць" + +msgid "Connect, get help, or contribute" +msgstr "Злучайцеся, атрымлівайце дапамогу, ці спрыяйце" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f6bd12b04d17d7f6b113067b59921d13858bdc3d GIT binary patch literal 34729 zcmds<37lO;mH#h01Z0z4kV_z>8`2#TRyz>Lo)EH-g)PMRy5CLrBd_0U-;&UA3m_n% zvWkwfua0X%0tq1r?)cXcUyuJ$k-reM+^_4<2_&V_C{{0`o{fPew+!x#@41$BegF&?yf_sA}gRckM zK;@g{@j_7V7lMa^SAei8=mnMD4~_uWfct>AfQNy1g6j82!IQw}K)wGtsQ14ERenD@ zWAuQcGX$0I6z~*qypJyh#n%W_xp#u1|9bEc@D~66UN9v76nHZDEl~aWGpPFa8R^O$ z0;--P!Gpm!g6jWRQ1wj#RcpycBF zp!#+6iIfFT0PhCx23LY@FzGh%5%3Z4%u&b!_#Njc%6^m?eSxv_`401e0~d5eZK)E_aj<^;0SOusCp)X z>h}Whaxvz@x#hgR19cQ2AZ~#h3p8Mdu&E zgTOt_(RBkDg13UAe=R6E*#xQ|6`%f1P;`6`>;Ql0(~mtp2&NN138ag` z3NR1e1D*mNa7GYJ2G0gB1XqJI!7qa9|AA+Ec>@n49)jxEnV|YL9TZ(lLGdpFMR(b! zzY`RnZ}90igUWX&I1PLloB_TJ+PIzN>YD&+oTq??f)|5&p9V!&&d1B(8;HLPRQ`{E zqURsM1Hg5l%5MWTzXw1Y2T*jKdbX=?EU0p4d7KDJ-lv1&^8$~Td3-Y{I?|xzdxgh7 zQ0@O)7D7J}-}r5=}g>;_eD9#p;?LG|MnQ2f0E6#e&rD!&=L9Q+(8 z{vL~PsohgRl^Y9+KWBj_gXe-rgI%Eb{ti&{^EUAP;735UdkTY~_S!*}KL=F$MDSH` zGWa!c0*lQH;C|=1c7Ft_pFagv|9^Qrh{Z?oksig$>{VtD>`}dnc z$@lZ1@_pZ@zv6MP^IbbfgOcMh9?u0;?jrC&a4D$vvY_Z%18V-<396qT_4o;oYdvo8 zxXI%dkDu}Q1&?3$_)nnZp#o}LUhwJP^Y{`dz3^lI{$-#3OHlLUH{fyLUqH#}aThpw zx&T~2JOVEPH-Qm&&?Nc>mOXw0d@J#BlY?Lp_%JvYd=->Dv`j%~g7ZK`DCh@I2iJp$ zLhuuC4{+pE>fDVo;CG4NGc5?-04X5N^flh)sNj#UdMwW zsCF*^M}t>^ZQva~{WGBG`x&?ocnFp44IT|D9(ru?cp4~uc@DTc*abpvupAWMd%zRH zUQpwHJ9q^6C@8tu0*bD$ftnA$05uO^1tlK`(+TA}5tN*q0cw0^fm&xT0Y`z?f+N6> zf-1Kjd;|C;P<($048cQZqcg$NLA}2oYy}?#Rqt0p)%R`x{?DN5JLV#6Ot1|U9oK>5 zzz>0v>#ulx0Tf?<3Tj*rp5yGT3qhtz@DWh;eFxkZ`~^4y{5^O8xZ7M;|AF99#7_iK z$-%jx_)r8z_q##me*o0De-b<#+-;uY=aJwWiJuLso=ZTz&x43ya6KqGz6|~bd=dOl z@cH?y5lV+iKLiU47)J(l5smB(UXC!oh4i<;jOW15f|CE6m<*ElUx9frb*Yo90q{)X ze*vY>&%Dg}VGBU<`4(_2xX#Ca2x>g`xg4JY90!VzX^^QH+y{yu-viZ;!>@4sz6?B_ z_!{tTa07S~ID3hE|1aQj;(r3w@AQ?9pQ}8+2Rw=Ne*iTu+rWFl=fESth{>&Se>-?8 zcsr=^*b2ge;Cb*s@T51p`Eoj_aqR%r-ZZcPUIwb3uln>KfEvf&g2#fvG8aD%RQXdp zo(ZbG3&7Wb7lWE#%fN%cw0~dn>DPm5_hwM@_g-)m6Z8@AW#V5+x$)f4>H7Ojm+R*j zz+-s-B6t+|dr)P@qHfe^Z02{^?%04zX6J_e+5P7pFp*H6oadJ+dNJLUyr=b12tY<-HxtXL5=S{ z;NIY)pz8kwI2wG`r~d?0y}tzYevclfH;w?+P7kPh`@ucIN5N^}$3W?YUxUYiBQs9_ zT>z34q`?!wuYqdsSKuh{$g5ob^FYOyfa2dZpytnQpxXTs*aChF6#c;pmv0~N5TZwb zZv$IE(ftT`1Go`f08Y#X!Kc96K}0UNpch>L-VeSD9F;>yfscY3$4N|P$^TsN954b; z0q+CP2LBf*KJC`$){P@T(Rm&?0-Otq&dWj7_ZCq7?*;iE+{%~qhQ35^0aU-Q2bJ$G z@L=#MP~-iakG}*e|8K$L!MzJkzn=^${|r#+mx1Ev)!@0{ec<8Xi=gOw1r%Mcf@*iK zqQk>L_3K3NQ1Bd3_0INqC8%<}p!&HQRQ~Hh@#({$=Epa{so)VMH~ve&%ZPsgTm&9h zc6zP=YMdVhF9cr%+rg7pI{#!bD0*)IMbG;{wfg`#1N=BBdHO9Vd3?hv*N+esonyhn zz;nUVz>EF+YyJD%LDhR7D7x2y%Ktm?QEtnUD8?`w`EBs;}S2uK~r^TR_ouH>iF->~Vun|01aR|JmaU zpz8mDkG~8`o_-Cg{9i!v_uw_oPC5}(`I9}ic|6181W^2#?Bg>$&h@z1pY$ z!Q(PlQHgv$=D@zs;rk-O1B6Eir;+Di0xHa846u*-brR{%fX@=7*R*!(bG)xt&;LPK zM)(2Y1%f`~{rdyKJ&7L#zHD#Y*Y3n0RX)Oep2hqBO+dWuGmW%aJk0_R06$N717Sbn z;=5!*pPv#=Ba93Jih_FS1Ylrw|S!pFYPBWIvxnxQpjEfj5IQ2&gvOD<0?b{)YHmo@avb=dCc3XkL~rrWS@3Sc6~3&JXY%|_a17yW!jA~^35Sxt z3e@L4guU#^`41y_w}kj;pY}PBscyE1Pcry7z9;*(M({k9XO_I+Z1Ag=gEbqRK>R`< z-vn+ZoJBZ{5D|_b#GfO`dp_ZZBz%Q%6wk*J&Lmt&(B}h$-3iwd?jX!19L>AYg#CGr zKi~BamyrGt&tD{*z;g~f2K+4eCxSljbr8H0%n&~AD(i zgaZjT5yp~!0O2^oa^m{Dj^~1V49?^EAfCTN*x=JPf>Q_=@$Owd?JDqtgf`N?4L(fx z7U4?5xdeSKA^hB)IB)UzNANPjxs=mqAMkQ8Z87XTa3tXr(zPD%Ym6!>Gp{e-QArwQLDTtoOe;gf_n5f&3x5MCjyBTS-f{5h6~#|ZOC zn+={!IF+E!?Sw^ym5T5=nlP1cBzgZu38PxlsZvzR^hT}4uq$8ArgJZ?`G->28HJf# zDJt|8qEeLRIaHo-bv_q`qguMkg+i1oEmNA3T8k6HOeyS5^{Zg2w=>gS&Xx#lvnNkl8Tbooi zs%2#=TaH=_VLBfb!#et{?6O?Sm}cclJsB0LCpeWYM5%PY>$lOnBL#~zKDcDA+}oNC z)2V()PoC8e7wO5D3w4p|tKLkmT#AyHE?VY88-@X@34q9er(&;D{8UsUmWxQ?WDJm55h1Oy) zCPaaBoZo&zFe$un;k>zFzVoW6s}xL{6HHoO$gD`Ea>Za$wlkH>q;foTM+F|jNrhBr zrYo4#SIA_8I8x|Fcr(fvF6^T~v4>Z^kth(e|WsR_xG%h~Rf zb!&2&o|19O!UfaAl`v^}rpsncxIC4~M(Or&K}3(3lBrIrB_WuSDy6dYYzkb172)i1 zA+5?=7Um1^pf#A%lgf2dC0#27Q}Wq73ZRC!Q}VsNskUO&mnxuZq)bW?%qWsImtzda zgxygo?1{2{W7NwoWU!Fwl+cnv+^0bJ(wci>v3P0Cy&=nTr`VP z45nrZ5T7sf)1h>9b;PtSM5ZWG*=&9l9c6^0_FyW4(wz^*1ymfKu1}bn?nrt#2p^-8OFLe4WmCnXS3>R9;<8BDJay`J{bs`?9Gn$lukHD7>91n(1Z%>5S0+qB5#d zk!SRGzN+GDSeLDSdFH^bkfD{cp)9hyoT(-q7xttO8&=LdL+b`09d`9FQMy=s!xng= z94vikl~PY@y0wOe9j>Q1d_}g{#ndp5jht+zH&a^X*1_gv6?^il;tUO>?M#ie1ny{+ zo@K8cjoYtqr$}UE7_u7fxzd(g)4yUI=1)HdZ=@SE&Lk zS$8O7hu8V#%ZpK|wKyh>+PmB963n209E+dUE{W{#3+^p#a9y;EzBp0*gZY?;h*+o_-Ng}LWoXd1!UWc$B-Xd3yw>*?t zDGS9elspkcpr^mDC(6}~!Z0;&x5lOwuIj^&F8ZHVOlFrF|3*;o&A!T-jt{* z_C?qLr94lVQ!*{4N1cUos?Z-ym-C`t$_?p2K%CLeIwsT?Sy?PO!w)ToLR8bvoeAhfIh95v8^&aU+6T` zI^ZeFbmzj^QGeJXYFT0#9sB_-75Z-86OY!N)?hjg9(Ks|LPkN32Ve&7^fDH*bP?8L zXTBJj4YI5+iwJ6xShrSUy`(xJu`}vQm5b&x4z^d8yP8le-ddT#oa+*|XGHlzw|gk` zTD;_R9R!*k=WHm>Z{(rOWNe~U!A$J1Ofa*I{cWc1toiYb4Q9<>d4_$}rAT0SbC%xl z)rApH4PC*kbUv81JnYYx%}T&lkXaShCw1-@Y0{5-ww?|@@TF^NVGPGeLU6QaFRaIO&b=2x0c)Y~2| zf(WzRrIoNgC0+&eD5j`%Vpx!=EY|-xfM{A zhpzQCksgX3Of8cxp6Q__sVyG+;2MT_Py zRR84$Y3E|cDDLh=K6_KRD6`~wNExwX61yWf%Ov9}+H9TWoGp?VJ4U3toZ{K3S*<=M z7Kk_fa=R{wiBnPC3^N{io(bsPFZXP3lREk!BWz)r1eZBI-&$;y;=;`=k|=V}96iA- zEND&X3sX5$q!*^}z2%BtSjJ(yu$+s6*{RNc^ylnUE|*HDz}2Z0J;CgrUYxMmh!~}3 z_ZPbRR|glRN-I^_MflNWygWVPa}`2-QaPW&Mdhn;-Vmp5wLJ${2A1f>9DLb+_svr; zPdTWRBQ~9`vc5xgj+dRZ5|3ThAM_$;O|i`At-3pBep?cwDp z5bcTOBFZ4mvih-1I?LV2UmxCem|+=V)>0As0MxBT6q$sk{ z_hf`<=Q-+$V{?&*t8wM4TN-n4CJ9pAKsU-py@!jaBsY@M9&|O8Xltihr%hfw<2>z5 zv~wS$k3kFOQgI=L=u~Uxq<^j~x7tMj?Y}(F5>Kb`VPloYZUW2Zpv=`3BWYimAU9<7 z?P6adN-M#bwu&JrmOF7r%;9gI98Qr+GlsHu<(c-hpUb`{S9?WCoKwAm( za*@WF$tpc+8vr)U^9n2h!Mq~IJnPZ?Il+8QGsa4*D^r!Vw1gVNvO+#J=;l02lQ16I zV?o-KD%W|w#EPMx@75EHFYQ|xN7Cg!mLO>X6MGoMh&lrRRkW%n)78_kJxg^vSItfq zNOo15wC$Cg~YPJRE=UETY z=OH`uk_zp=@!ls6N+|YXbyoA0b62s88Z1byqI?b`*u*7RfIng?bwL?jiG(dol@!<> zMCUB*%9m^paz-jb$byAYR$`ZubZv-Q z7HMD0Rk@?}^p)IPU5FKH#5)XGSu%7bgZF4U2(5yN%rdnQiz1wp>MI5dv-y>&6$Wn8 zcp+|3*i!D(w6k5DWq!Y=*cvRX<7K?xyinVIU7^f)>ccW)32rIpY|kJ{Qz}ksUZ;CY zYi#$H3pu8$mZw5Fr@dSmt9T20axCIfqVzH)XyJY=SXicaC}|DRs#Fg<$Y7)m-C$wA z%wN+&!J^bvnH7BZvTweKHL(yZis)q-xVjX;?~J}M5T%&VJEasSDa;EfDzbM`taDjlHO)asZ6{VQc{Y72C2dNBDTtS`Vu*J+Xsmlhd2ipd5pUIzVr=sBNUlrl z)F=l7)Ke}LHN1=1LkJe-`!Zc9b7%Hr-1B@gcFcs3tvl8p%znnIkV>N;@;UZnVsT%@ zu?E4_R4%NLfGh&BltA{qGpTGxI4MNg$gB(}_4NhpdIXEpz2!nFSiC~}_L^Ai2Cyg< z8IXSbe>>yLaMn}O>?-hfMJ~UJTz&Yjcpbi5?6-HL9WnR%C(8vIe})jwMFf z_}`+POb1UmznsCWIWC7%JUiA{;QlU^b^OyMNLpP7|gd@6?Mk`-53mE_9>+A&AcO<2ApxvY31(5Y#iS;Cb65> zn1ow8C`pcKef8$1)+aevtTC;zAihCk^*8~INeiPsrDd53=A^`3tVwXk(luFldOZ)%3bfOao@Gt1o~BtCJs+cTI|}?B&k=<*kY)IR9_)TmAeDZ8H43f zXMhq6t}15F4*{>FxXyTZNmY9U@{%&us6S?sxKuEn->Z>`j1vPXAjCYyyQ=85g8X!@rZ z!&#i{`P(gs{^fky=FDlEI@R<883wi6w94kS&79dWXU>w2VsS}(**;5`z82Ni5ZR=K zC5x_jOd0zaEuvp^M&02x#NwY z$Ff=N!!u=w#v~2?EN53++)m9y$xkeEspJ&h*|)>zU#>%hVY4L``fxeDk*0eqW9sj^ z>|n{d`!PFF#$TGT?Nqg{qK^ghou$<_E8TX9HbwHej?md)BNo_xT-%&tcP8C7x!hfB zTa@nzN6eqswjf%`xko9Dg4%g;Yu(5qPGZG!iV?AJYS_NY}yT`VUm@{k6v})(ZwVyTue}{u8sI%iL`GI4( z*^$Xjz+dLp7B=PLMbq2PspeB#91*ll^LuC=;W?d|QbK4)*x5Z|zMb~8O_!O&0fsyL zDV{fe0vq%?2Rg4M7oKolIIeZVh`{a7Xxgs>OL&s!P2k$F@Mg3aPN~mXQJH7xpa19Z^=f{(+K-_vH7j!r2zq(v^kC6(D#T(&TBR6a~Zv3lj z(w)d*t8&|9jOde#R$zsdYWlxIr}3~%DJl!Y?yTHy7cL!C?(ulP z$A`d{%7c~7h|DI9U|4yU)}LXt;+uBOFJM;gqv#6DIa#ic2XggH~CnA2oseOBj; zCny_J4M-}=+>$K;ff=|d^g=+z+x)~t1R%&V255`**0SV^(rVXUZ41pL);5`Qy2N`} zX%pf-mXY;!;CiEmr5{Q0)8s*3GT4C;^B!?Fpz)dvcPYYnwm1$jW2kItOY>rZl*%BgNQrs7$MYZ`qu;pD2V6^(H?Dq?M6d|?M7+=}{IY9|LTYnyLqU!9Ylw5hb?O>3HK`7kOH=c>NLQlG3> z>QK#9=*Er@+!{}0Oxv34f2Zr zw46UJTLFgzFQxXbJW~_ZkG`~7JFuqirMbkz+?&@_xVF8rb-NPVFjq8uHeYtSTib1A zXrVwSut>H^2YE+=_MJemv~-A<;TbrKi^V z(0DhhDj95zZ6GDyeQHvr36MNKBozCm?uP;N&l^F*7j$RFgW7JWo-?l+(`xuy-3i6^ zYPG>NE7`o2#=h6IUz>9*Ji&Z!55vLisw+}mczp3~S^+gk+b7;~Ywoe{(cBE(etC_B zo3~m6cbI3|gk$NGwJYV|hF!i%trI{*NSA(DePcemmIk8oZ1twF|ItY05o$zwgUY>H*R{!Fjcnxm$pPmILwBv6r)-vq z*K!agy13PHv)JKxKRjtIj%4>j1k`$$esf2i*jQVbg;_0kgs8UWzd6BMyjdc*8KK;g zkP|?c+|>pT@$p!dicr|5*K*=-(kf8rY6aS0v5g)%e{{snrme2yG{-D>|GjC)A5OHwqtNVyk(EiTt0fV*=5k?ezMW0 z&8VBrB)O^au5~xm5we4uc)N6&mEfi!*q$RtgYI95cUM!@i$TrEeX7b^#{{-59fiE|>Zf|ni6?A>zdK)-=!+^SN z-;s=tJN$Nr8e`AC`tzBF#8{hDe?{YmT?62Ey#iW+H`*bUH$ZHoNTrVwOR?t3o%>-8 zCDvBf$4yg*myo13_Lb~15eh$?o)8#S8B6hyKlyQu zO8MQ)qZ!&>Q%D`FawEre%z7_DO;{m`*~Icw-#aaATTR1gQ(irl;?mBh(-@i*Hs@`Z zg;e9U6oA`sHg2$0>c>fpfHJ0r!g2=^RuIoR>JQj5ALa$?Sx_*?OP3+9a8T|r}ZZ8tnZ}^(FS_M(Ow8g z`%84(_WV0^)7=TQh0l+DJsU>Xuwir~8#Xb^I61IAQkdz+jooL-L*+?3!DLizFBBD8 z`!grrYnxQ(!EU=hQJ0T3IS`TR)HKm%rV6gtytO4)505XZ!+w^zGxyjF`+{CobN+_)hY>U>Ol-d5byTM{R;7y5fGGVg=70zDK_J3<-Go)cH zmb|+TQjN_743kgu7+WcDOUfd7_bG8BsC)``0L*+lZAebil(1E-QpenTX~*m1syCxT zG5(Xqgc@`_ShJjI4z7`Qb($ieJ*gTLO?AnG1d^C_aka6AB+;v7_+@+f%=zpJYIO_+_JI&6v~G*Nk$$}~T*hrAChv(0O9 zc|KdI&9sk%(^NS5%_)L(v$RJT zkRVqoIakm!>Zwveo#|j|@lbg>s5}T2ZXeaC)1i|XW@jBHY{{{y)OOvm*8LR3J~Uyq zUb^E7JMxt_*R0lho|t%U1@xx{T1et^YJV5PY`56lwtBUXnrI)UeptQ63KMKF=|<9o zl$4f6daH9|zK5p%Ua7Nt8A8~DDy#qLoOALRJat&AMG}GLiJcLOB}b6eS|r#~Pq0*0 zr*2@>R-0I`Ri#gV&@d`$IOQ1R?h`sr9@TnQ8QYkuBykUsW(1hO8M10%A{HZ~m7AX=Fo#>&& zG^mmaO`E5nk$LF6S2GU+4S|`=(k>EMV_QQJQM8RW$yuP-pxs&10PcE`HriEOM8*G%1s6)ESyeW}J`9^Q)O}_@)mK-w@c)!gX4pACPV{dV@SBe+A<~GrW@3 zgw|k&jRn4=mkntRTM0*^D(HYna#lpcoh`}9lUBEN)>IGGaUW#xg#>zMzB4q{==ggm zjrC1CZi$dB;N-&_qZ_DHdMOqfuYt9onnHGpExEwtD)J<&tM&TQalZaCmMpQ?nv7kn zGBU%iNyp+}Mea)XVh*`Ko@W=SWJV=7&q&!3a;0*gkhqAa-VriU)|UxwVjfA($=-$# zX>_lvtKOToiHe~pHFzZxucb@?X;fz=IN!l(F3GbKNAqw{R&FYBCKW z8#J%gNRSs_@`r#9tobX8+n%czv!?AEy~boHiVv|FD0hu* zC#l)F%8WKOoh)iZv|`iu^>8&wzF&C=bvFf^E{$&{HJ|y-3pU9c@0T^UF&>=^B~l8g z&cWJ6%00l^O|?6!OBBaC8u>)+tY67gAn;FY^W}Juv@-=4fkuJVVmq`vs1-?xiaz` zq|Y_3-eCK%=@;z^kja*FKj>~P(@4rCP8K(_G?Hvu-v57U63DuKu!PZlACux;=#|yUG=#x5WHWoLG9%Qsw(|KnWxvi?)Kx#@R ztf*#Q+Zr_g6|XECE%<6t62<(3MaZ$XuS~~EOwALBc`G6`L!7sWsKOK`>rgYzA`z%LZFFs7sX#^RS5>Qr1Pp_1ZEM83$$4_;RG7JU7C06@u*{m-gO41Tf%4NPo^FbcAWl2$r`W!|uJ(t| z&`|rkXWeM4brk3%SMF<8a*c}7V)wz!u9w<@KQ>$<(6i1dHe$xjnsW3Dw(L+TfA1o0 zF&38Efoob7t-;u4M~`IR&Kaqk0Q>2+6-E>|BMmB#gY2s_?HM??*(=YC`^a~gxWHKT zM=FyeI*GJNx2;HMMAF<(v$gTA`6XV-h-!9s&(8!&7bVFgRltfdNT=Q**ITBWoE!#T zCmnX}IhoG3N^Z7ckC(v8!(^u64(HKHqtv>^Vp>Sox6+*Yx>i5^RziGY0QI2(_co60AFZ!K4k2Gex|q2fAWTAPG7|aK~^|5LC2+ zIQ}!V)iqa@TjoIv;0Z1wA*tB*o?l)vlg|1aYq(SUo^wBN8q>B~#4# zd%OJWKa^MpK6N;8vI<578G9>wlbY%WgB(X;LN% zlKyMv`yDkcj8Yx+6<6P+ota5aO+3>nS_60s31~l48rrot_n#dyX0}Om(zE(5`5ur* zTTNSR0diZezKYnSHsvXq9CZBjT8-&Yqv;M48&9Nk94C_1XA=$MfHa5Z2GS&c`i(Ni z&pcB5ZNft~jZjO2Y8-Nav^JWE{QosT)w_^RYHVE;Uu&n_F6)=S`mZ0D;JR6+;dIA( zu{VLlJ8OW60QJ(z=zQk76KKs3m6wDJaTsdrI3dq3_-}Og8?A+T*9&h2_OLbT=E5ffTIE?ayLOB;?HKAeo606{z|9@^7Ys%w zgFfiDr|$0s^!Yz!;MBEKh-#CXo7=rq?S9r-^mThJ>I+F@`}>0rO8Yce1a+lZ-%M2X zyRzE-j959Drb;w9wdumbL#X{Gc15zJvGUyM{9n7RkOlnMN z{HGxFhZ>sGX@|~U9CTIXZ$s-6jiLU;gHgCt-0WEDnCVGO{?Nm)Lu=9+dy_J@?AoGa zs^;j3&6JoILkwGMZ1C8PR=26Z?j)tNm)#hnKaUgP-M=!dl7jcLthNZj7#?cT}4MS}_|7-qa zhFegQ>w(Q!V0wQTBIBBUb^1jx6T-Qv@zukIx^, 2022-2024 +# Boris Chervenkov , 2012 +# Claude Paroz , 2020 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Mariusz Felisiak , 2023 +# Todor Lubenov , 2013-2015 +# Venelin Stoykov , 2015-2017 +# vestimir , 2014 +# Alexander Atanasov , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 06:49+0000\n" +"Last-Translator: arneatec , 2022-2024\n" +"Language-Team: Bulgarian (http://app.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "африкаански" + +msgid "Arabic" +msgstr "арабски език" + +msgid "Algerian Arabic" +msgstr "алжирски арабски" + +msgid "Asturian" +msgstr "Астурийски" + +msgid "Azerbaijani" +msgstr "Азербайджански език" + +msgid "Bulgarian" +msgstr "български език" + +msgid "Belarusian" +msgstr "Беларуски" + +msgid "Bengali" +msgstr "бенгалски език" + +msgid "Breton" +msgstr "Бретон" + +msgid "Bosnian" +msgstr "босненски език" + +msgid "Catalan" +msgstr "каталански" + +msgid "Central Kurdish (Sorani)" +msgstr "Кюрдски, централен (Сорани)" + +msgid "Czech" +msgstr "чешки" + +msgid "Welsh" +msgstr "уелски" + +msgid "Danish" +msgstr "датски" + +msgid "German" +msgstr "немски" + +msgid "Lower Sorbian" +msgstr "долносорбски" + +msgid "Greek" +msgstr "гръцки" + +msgid "English" +msgstr "английски" + +msgid "Australian English" +msgstr "австралийски английски" + +msgid "British English" +msgstr "британски английски" + +msgid "Esperanto" +msgstr "есперанто" + +msgid "Spanish" +msgstr "испански" + +msgid "Argentinian Spanish" +msgstr "кастилски" + +msgid "Colombian Spanish" +msgstr "колумбийски испански" + +msgid "Mexican Spanish" +msgstr "мексикански испански" + +msgid "Nicaraguan Spanish" +msgstr "никарагуански испански" + +msgid "Venezuelan Spanish" +msgstr "венецуелски испански" + +msgid "Estonian" +msgstr "естонски" + +msgid "Basque" +msgstr "баски" + +msgid "Persian" +msgstr "персийски" + +msgid "Finnish" +msgstr "финландски" + +msgid "French" +msgstr "френски" + +msgid "Frisian" +msgstr "фризийски" + +msgid "Irish" +msgstr "ирландски" + +msgid "Scottish Gaelic" +msgstr "шотландски галски" + +msgid "Galician" +msgstr "галицейски" + +msgid "Hebrew" +msgstr "иврит" + +msgid "Hindi" +msgstr "хинди" + +msgid "Croatian" +msgstr "хърватски" + +msgid "Upper Sorbian" +msgstr "горносорбски" + +msgid "Hungarian" +msgstr "унгарски" + +msgid "Armenian" +msgstr "арменски" + +msgid "Interlingua" +msgstr "интерлингва" + +msgid "Indonesian" +msgstr "индонезийски" + +msgid "Igbo" +msgstr "игбо" + +msgid "Ido" +msgstr "идо" + +msgid "Icelandic" +msgstr "исландски" + +msgid "Italian" +msgstr "италиански" + +msgid "Japanese" +msgstr "японски" + +msgid "Georgian" +msgstr "грузински" + +msgid "Kabyle" +msgstr "кабилски" + +msgid "Kazakh" +msgstr "казахски" + +msgid "Khmer" +msgstr "кхмерски" + +msgid "Kannada" +msgstr "каннада" + +msgid "Korean" +msgstr "корейски" + +msgid "Kyrgyz" +msgstr "киргизки" + +msgid "Luxembourgish" +msgstr "люксембургски" + +msgid "Lithuanian" +msgstr "литовски" + +msgid "Latvian" +msgstr "латвийски" + +msgid "Macedonian" +msgstr "македонски" + +msgid "Malayalam" +msgstr "малаялам" + +msgid "Mongolian" +msgstr "монголски" + +msgid "Marathi" +msgstr "марати" + +msgid "Malay" +msgstr "малайски" + +msgid "Burmese" +msgstr "бирмански" + +msgid "Norwegian Bokmål" +msgstr "норвежки букмол" + +msgid "Nepali" +msgstr "непалски" + +msgid "Dutch" +msgstr "нидерландски" + +msgid "Norwegian Nynorsk" +msgstr "съвременен норвежки" + +msgid "Ossetic" +msgstr "осетски" + +msgid "Punjabi" +msgstr "панджабски" + +msgid "Polish" +msgstr "полски" + +msgid "Portuguese" +msgstr "португалски" + +msgid "Brazilian Portuguese" +msgstr "бразилски португалски" + +msgid "Romanian" +msgstr "румънски" + +msgid "Russian" +msgstr "руски" + +msgid "Slovak" +msgstr "словашки" + +msgid "Slovenian" +msgstr "словенски" + +msgid "Albanian" +msgstr "албански" + +msgid "Serbian" +msgstr "сръбски" + +msgid "Serbian Latin" +msgstr "сръбски - латиница" + +msgid "Swedish" +msgstr "шведски" + +msgid "Swahili" +msgstr "суахили" + +msgid "Tamil" +msgstr "тамилски" + +msgid "Telugu" +msgstr "телугу" + +msgid "Tajik" +msgstr "таджикски" + +msgid "Thai" +msgstr "тайландски" + +msgid "Turkmen" +msgstr "туркменски" + +msgid "Turkish" +msgstr "турски" + +msgid "Tatar" +msgstr "татарски" + +msgid "Udmurt" +msgstr "удмурт" + +msgid "Uyghur" +msgstr "Уйгурски" + +msgid "Ukrainian" +msgstr "украински" + +msgid "Urdu" +msgstr "урду" + +msgid "Uzbek" +msgstr "узбекски" + +msgid "Vietnamese" +msgstr "виетнамски" + +msgid "Simplified Chinese" +msgstr "китайски" + +msgid "Traditional Chinese" +msgstr "традиционен китайски" + +msgid "Messages" +msgstr "Съобщения" + +msgid "Site Maps" +msgstr "Карти на сайта" + +msgid "Static Files" +msgstr "Статични файлове" + +msgid "Syndication" +msgstr "Синдикация" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Номерът на страницата не е цяло число" + +msgid "That page number is less than 1" +msgstr "Номерът на страницата е по-малък от 1" + +msgid "That page contains no results" +msgstr "В тази страница няма резултати" + +msgid "Enter a valid value." +msgstr "Въведете валидна стойност. " + +msgid "Enter a valid domain name." +msgstr "Въведете валидно име на домейн." + +msgid "Enter a valid URL." +msgstr "Въведете валиден URL адрес." + +msgid "Enter a valid integer." +msgstr "Въведете валидно целочислено число." + +msgid "Enter a valid email address." +msgstr "Въведете валиден имейл адрес." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Въведете валиден 'слъг', състоящ се от Уникод букви, цифри, тирета или долни " +"тирета." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Въведете валиден %(protocol)s адрес." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 или IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Въведете само еднозначни числа, разделени със запетая. " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Уверете се, че тази стойност е %(limit_value)s (тя е %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Уверете се, че тази стойност е по-малка или равна на %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Уверете се, че тази стойност е по-голяма или равна на %(limit_value)s ." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Уверете се, че стойността е кратна на стъпката %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Въведете стойност, кратна на стъпката %(limit_value)s, започвайки от " +"%(offset)s, например %(offset)s, %(valid_value1)s, %(valid_value2)s, и т.н." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Уверете се, че тази стойност е най-малко %(limit_value)d знака (тя има " +"%(show_value)d )." +msgstr[1] "" +"Уверете се, че тази стойност е най-малко %(limit_value)d знака (тя има " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Уверете се, тази стойност има най-много %(limit_value)d знака (тя има " +"%(show_value)d)." +msgstr[1] "" +"Уверете се, че тази стойност има най-много %(limit_value)d знака (тя има " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Въведете число." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Уверете се, че има не повече от %(max)s цифри общо." +msgstr[1] "Уверете се, че има не повече от %(max)s цифри общо." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Уверете се, че има не повече от%(max)s знак след десетичната запетая." +msgstr[1] "" +"Уверете се, че има не повече от %(max)s знака след десетичната запетая." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Уверете се, че има не повече от %(max)s цифра преди десетичната запетая." +msgstr[1] "" +"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Не са разрешени файлове с раширение \"%(extension)s\". Позволените " +"разширения са: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Празни знаци не са разрешени." + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s с този %(field_labels)s вече съществува." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Ограничението “%(name)s” е нарушено." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Стойността %(value)r не е валиден избор." + +msgid "This field cannot be null." +msgstr "Това поле не може да има празна стойност." + +msgid "This field cannot be blank." +msgstr "Това поле не може да е празно." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s с този %(field_label)s вече съществува." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s трябва да е уникално за %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле от тип: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Стойността на \"%(value)s\" трябва да бъде или True, или False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Стойност \"%(value)s\" трябва да бъде или True, или False или None." + +msgid "Boolean (Either True or False)" +msgstr "Булево (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Символен низ (до %(max_length)s символа)" + +msgid "String (unlimited)" +msgstr "Стринг (неограничен)" + +msgid "Comma-separated integers" +msgstr "Цели числа, разделени с запетая" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Стойността \"%(value)s\" е с невалиден формат за дата. Тя трябва да бъде в " +"ГГГГ-ММ-ДД формат." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Стойността \"%(value)s\" е в правилния формат (ГГГГ-ММ-ДД), но самата дата е " +"невалидна." + +msgid "Date (without time)" +msgstr "Дата (без час)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Стойността '%(value)s' е с невалиден формат. Трябва да бъде във формат ГГГГ-" +"ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ]" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Стойността '%(value)s' е с правилен формат ( ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.μμμμμμ]]" +"[TZ]), но датата/часът са невалидни" + +msgid "Date (with time)" +msgstr "Дата (и час)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Стойността \"%(value)s\" трябва да е десетично число." + +msgid "Decimal number" +msgstr "Десетична дроб" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Стойността “%(value)s” е с невалиден формат. Трябва да бъде във формат [ДД] " +"[[ЧЧ:]ММ:]сс[.uuuuuu] format." + +msgid "Duration" +msgstr "Продължителност" + +msgid "Email address" +msgstr "Имейл адрес" + +msgid "File path" +msgstr "Път към файл" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Стойността '%(value)s' трябва да е число с плаваща запетая." + +msgid "Floating point number" +msgstr "Число с плаваща запетая" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Стойността \"%(value)s\" трябва да е цяло число." + +msgid "Integer" +msgstr "Цяло число" + +msgid "Big (8 byte) integer" +msgstr "Голямо (8 байта) цяло число" + +msgid "Small integer" +msgstr "2 байта цяло число" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP адрес" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Стойността '%(value)s' трябва да бъде None, True или False." + +msgid "Boolean (Either True, False or None)" +msgstr "булев (възможните стойности са True, False или None)" + +msgid "Positive big integer" +msgstr "Положително голямо цяло число." + +msgid "Positive integer" +msgstr "Положително цяло число" + +msgid "Positive small integer" +msgstr "Положително 2 байта цяло число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слъг (до %(max_length)s )" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Стойността \"%(value)s\" е с невалиден формат. Тя трябва да бъде в ЧЧ:ММ [:" +"сс[.μμμμμμ]]" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Стойността \"%(value)s\" е в правилния формат (ЧЧ:ММ [:сс[.μμμμμμ]]), но " +"часът е невалиден." + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL адрес" + +msgid "Raw binary data" +msgstr "сурови двоични данни" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" не е валиден UUID." + +msgid "Universally unique identifier" +msgstr "Универсално уникален идентификатор" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Изображение" + +msgid "A JSON object" +msgstr "Обект във формат JSON" + +msgid "Value must be valid JSON." +msgstr "Стойността трябва да е валиден JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Инстанция на %(model)s с %(field)s %(value)r не съществува." + +msgid "Foreign Key (type determined by related field)" +msgstr "Външен ключ (тип, определен от свързаното поле)" + +msgid "One-to-one relationship" +msgstr "едно-към-едно релация " + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s релация" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s релации" + +msgid "Many-to-many relationship" +msgstr "Много-към-много релация" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Това поле е задължително." + +msgid "Enter a whole number." +msgstr "Въведете цяло число. " + +msgid "Enter a valid date." +msgstr "Въведете валидна дата." + +msgid "Enter a valid time." +msgstr "Въведете валиден час." + +msgid "Enter a valid date/time." +msgstr "Въведете валидна дата/час. " + +msgid "Enter a valid duration." +msgstr "Въведете валидна продължителност." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Броят на дните трябва да е между {min_days} и {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Няма изпратен файл. Проверете типа кодиране на формата. " + +msgid "No file was submitted." +msgstr "Няма изпратен файл." + +msgid "The submitted file is empty." +msgstr "Изпратеният файл е празен. " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Уверете се, това име е най-много %(max)d знака (то има %(length)d)." +msgstr[1] "" +"Уверете се, че това файлово име има най-много %(max)d знаци (има " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Моля, или пратете файл или маркирайте полето за изчистване, но не и двете." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Качете валидно изображение. Файлът, който сте качили или не е изображение, " +"или е повреден. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Направете валиден избор. %(value)s не е един от възможните избори." + +msgid "Enter a list of values." +msgstr "Въведете списък от стойности" + +msgid "Enter a complete value." +msgstr "Въведете пълна стойност." + +msgid "Enter a valid UUID." +msgstr "Въведете валиден UUID." + +msgid "Enter a valid JSON." +msgstr "Въведете валиден JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скрито поле %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm данните липсват или са променяни неправомерно. Липсващи " +"полета: %(field_names)s. Трябва да изпратите уведомление за бъг, ако този " +"проблем продължава." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Моля изпратете не повече от %(num)d формуляр." +msgstr[1] "Моля изпратете не повече от %(num)d формуляра." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Моля изпратете поне %(num)d формуляр." +msgstr[1] "Моля изпратете поне %(num)d формуляра." + +msgid "Order" +msgstr "Ред" + +msgid "Delete" +msgstr "Изтрий" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Моля, коригирайте дублираните данни за %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Моля, коригирайте дублираните данни за %(field)s, които трябва да са " +"уникални." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Моля, коригирайте дублиранитe данни за %(field_name)s , които трябва да са " +"уникални за %(lookup)s в %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Моля, коригирайте повтарящите се стойности по-долу." + +msgid "The inline value did not match the parent instance." +msgstr "Стойността в реда не отговаря на родителската инстанция." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Направете валиден избор. Този не е един от възможните избори. " + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” не е валидна стойност." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s не може да се интерпретира в часова зона %(current_timezone)s; " +"вероятно стойността е нееднозначна или не съществува изобщо." + +msgid "Clear" +msgstr "Изчисти" + +msgid "Currently" +msgstr "Сега" + +msgid "Change" +msgstr "Промени" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "да,не,може би" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d, байт" +msgstr[1] "%(size)d байта" + +#, python-format +msgid "%s KB" +msgstr "%s KБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "след обяд" + +msgid "a.m." +msgstr "преди обяд" + +msgid "PM" +msgstr "след обяд" + +msgid "AM" +msgstr "преди обяд" + +msgid "midnight" +msgstr "полунощ" + +msgid "noon" +msgstr "обяд" + +msgid "Monday" +msgstr "понеделник" + +msgid "Tuesday" +msgstr "вторник" + +msgid "Wednesday" +msgstr "сряда" + +msgid "Thursday" +msgstr "четвъртък" + +msgid "Friday" +msgstr "петък" + +msgid "Saturday" +msgstr "събота" + +msgid "Sunday" +msgstr "неделя" + +msgid "Mon" +msgstr "Пон" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чет" + +msgid "Fri" +msgstr "Пет" + +msgid "Sat" +msgstr "Съб" + +msgid "Sun" +msgstr "Нед" + +msgid "January" +msgstr "Януари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Юни" + +msgid "July" +msgstr "Юли" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgid "jan" +msgstr "ян" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "юни" + +msgid "jul" +msgstr "юли" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сеп" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноем" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ян." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апр." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Юни" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Юли" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноем." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Януари" + +msgctxt "alt. month" +msgid "February" +msgstr "Февруари" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Май" + +msgctxt "alt. month" +msgid "June" +msgstr "Юни" + +msgctxt "alt. month" +msgid "July" +msgstr "Юли" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септември" + +msgctxt "alt. month" +msgid "October" +msgstr "Октомври" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноември" + +msgctxt "alt. month" +msgid "December" +msgstr "Декември" + +msgid "This is not a valid IPv6 address." +msgstr "Въведете валиден IPv6 адрес." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d година" +msgstr[1] "%(num)d години" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d месец" +msgstr[1] "%(num)d месеца" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d седмица" +msgstr[1] "%(num)d седмици" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d ден" +msgstr[1] "%(num)d дни" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d час" +msgstr[1] "%(num)d часа" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d минута" +msgstr[1] "%(num)d минути" + +msgid "Forbidden" +msgstr "Забранен" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF проверката се провали. Заявката прекратена." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вие виждате това съобщение, защото този HTTPS сайт изисква да бъде изпратен " +"'Referer header' от вашият уеб браузър, но такъв не бе изпратен. Този " +"header е задължителен от съображения за сигурност, за да се гарантира, че " +"вашият браузър не е компрометиран от трети страни." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ако сте настроили вашия браузър да деактивира 'Referer' headers, моля да ги " +"активирате отново, поне за този сайт, или за HTTPS връзки, или за 'same-" +"origin' заявки." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ако използвате таг или " +"включвате “Referrer-Policy: no-referrer” header, моля премахнете ги. CSRF " +"защитата изисква “Referer” header, за да извърши стриктна проверка на " +"изпращача. Ако сте притеснени за поверителността, използвайте алтернативи " +"като за връзки към сайтове на трети страни." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вие виждате това съобщение, защото този сайт изисква CSRF бисквитка, когато " +"се подават формуляри. Тази бисквитка е задължителна от съображения за " +"сигурност, за да се гарантира, че вашият браузър не е компрометиран от трети " +"страни." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ако сте конфигурирали браузъра си да забрани бисквитките, моля да ги " +"активирате отново, поне за този сайт, или за \"same-origin\" заявки." + +msgid "More information is available with DEBUG=True." +msgstr "Повече информация е на разположение с DEBUG=True." + +msgid "No year specified" +msgstr "Не е посочена година" + +msgid "Date out of range" +msgstr "Датата е в невалиден диапазон" + +msgid "No month specified" +msgstr "Не е посочен месец" + +msgid "No day specified" +msgstr "Не е посочен ден" + +msgid "No week specified" +msgstr "Не е посочена седмица" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Няма достъпни %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Бъдещo %(verbose_name_plural)s е недостъпно, тъй като %(class_name)s." +"allow_future е False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Невалидна текстова стойност на датата “%(datestr)s” при зададен формат " +"“%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Няма %(verbose_name)s, съвпадащи със заявката" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Страницата не е \"последна\", нито може да се преобразува в цяло число." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невалидна страница (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Празен списък и \"%(class_name)s.allow_empty\" e False." + +msgid "Directory indexes are not allowed here." +msgstr "Тук не е позволено индексиране на директория." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" не съществува" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Инсталацията Ви заработи успешно! Поздравления!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Разгледайте release notes за Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Вие виждате тази страница, защото DEBUG=True е във вашия файл с настройки и не сте " +"конфигурирали никакви URL-и." + +msgid "Django Documentation" +msgstr "Django документация" + +msgid "Topics, references, & how-to’s" +msgstr "Теми, наръчници, & друга документация" + +msgid "Tutorial: A Polling App" +msgstr "Урок: Приложение за анкета" + +msgid "Get started with Django" +msgstr "Започнете с Django" + +msgid "Django Community" +msgstr "Django общност" + +msgid "Connect, get help, or contribute" +msgstr "Свържете се, получете помощ или допринесете" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c1e73d8a7e7150be822bb49bd09f60063674272 GIT binary patch literal 201 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 Zc-6zMRdX$C3fpOx1_0f7%l{e~{2x*1K literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b554f7a8f22 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,1218 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# M Nasimul Haque , 2013 +# Tahmid Rafi , 2012-2013 +# Tahmid Rafi , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "আফ্রিকার অন্যতম সরকারি ভাষা" + +msgid "Arabic" +msgstr "আরবী" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "আজারবাইজানি" + +msgid "Bulgarian" +msgstr "বুলগেরিয়ান" + +msgid "Belarusian" +msgstr "বেলারুশীয়" + +msgid "Bengali" +msgstr "বাংলা" + +msgid "Breton" +msgstr "ব্রেটন" + +msgid "Bosnian" +msgstr "বসনিয়ান" + +msgid "Catalan" +msgstr "ক্যাটালান" + +msgid "Czech" +msgstr "চেক" + +msgid "Welsh" +msgstr "ওয়েল্স" + +msgid "Danish" +msgstr "ড্যানিশ" + +msgid "German" +msgstr "জার্মান" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "গ্রিক" + +msgid "English" +msgstr "ইংলিশ" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "বৃটিশ ইংলিশ" + +msgid "Esperanto" +msgstr "আন্তর্জাতিক ভাষা" + +msgid "Spanish" +msgstr "স্প্যানিশ" + +msgid "Argentinian Spanish" +msgstr "আর্জেন্টিনিয়ান স্প্যানিশ" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "মেক্সিকান স্প্যানিশ" + +msgid "Nicaraguan Spanish" +msgstr "নিকারাগুয়ান স্প্যানিশ" + +msgid "Venezuelan Spanish" +msgstr "ভেনেজুয়েলার স্প্যানিশ" + +msgid "Estonian" +msgstr "এস্তোনিয়ান" + +msgid "Basque" +msgstr "বাস্ক" + +msgid "Persian" +msgstr "ফারসি" + +msgid "Finnish" +msgstr "ফিনিশ" + +msgid "French" +msgstr "ফ্রেঞ্চ" + +msgid "Frisian" +msgstr "ফ্রিজ্ল্যানডের ভাষা" + +msgid "Irish" +msgstr "আইরিশ" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "গ্যালিসিয়ান" + +msgid "Hebrew" +msgstr "হিব্রু" + +msgid "Hindi" +msgstr "হিন্দী" + +msgid "Croatian" +msgstr "ক্রোয়েশিয়ান" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "হাঙ্গেরিয়ান" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ইন্দোনেশিয়ান" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "আইসল্যান্ডিক" + +msgid "Italian" +msgstr "ইটালিয়ান" + +msgid "Japanese" +msgstr "জাপানিজ" + +msgid "Georgian" +msgstr "জর্জিয়ান" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "কাজাখ" + +msgid "Khmer" +msgstr "খমার" + +msgid "Kannada" +msgstr "কান্নাড়া" + +msgid "Korean" +msgstr "কোরিয়ান" + +msgid "Luxembourgish" +msgstr "লুক্সেমবার্গীয়" + +msgid "Lithuanian" +msgstr "লিথুয়ানিয়ান" + +msgid "Latvian" +msgstr "লাটভিয়ান" + +msgid "Macedonian" +msgstr "ম্যাসাডোনিয়ান" + +msgid "Malayalam" +msgstr "মালায়ালম" + +msgid "Mongolian" +msgstr "মঙ্গোলিয়ান" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "বার্মিজ" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "নেপালি" + +msgid "Dutch" +msgstr "ডাচ" + +msgid "Norwegian Nynorsk" +msgstr "নরওয়েজীয়ান নিনর্স্ক" + +msgid "Ossetic" +msgstr "অসেটিক" + +msgid "Punjabi" +msgstr "পাঞ্জাবী" + +msgid "Polish" +msgstr "পোলিশ" + +msgid "Portuguese" +msgstr "পর্তুগীজ" + +msgid "Brazilian Portuguese" +msgstr "ব্রাজিলিয়ান পর্তুগীজ" + +msgid "Romanian" +msgstr "রোমানিয়ান" + +msgid "Russian" +msgstr "রাশান" + +msgid "Slovak" +msgstr "স্লোভাক" + +msgid "Slovenian" +msgstr "স্লোভেনিয়ান" + +msgid "Albanian" +msgstr "আলবেনীয়ান" + +msgid "Serbian" +msgstr "সার্বিয়ান" + +msgid "Serbian Latin" +msgstr "সার্বিয়ান ল্যাটিন" + +msgid "Swedish" +msgstr "সুইডিশ" + +msgid "Swahili" +msgstr "সোয়াহিলি" + +msgid "Tamil" +msgstr "তামিল" + +msgid "Telugu" +msgstr "তেলেগু" + +msgid "Thai" +msgstr "থাই" + +msgid "Turkish" +msgstr "তুর্কি" + +msgid "Tatar" +msgstr "তাতারদেশীয়" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ইউক্রেনিয়ান" + +msgid "Urdu" +msgstr "উর্দু" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "ভিয়েতনামিজ" + +msgid "Simplified Chinese" +msgstr "সরলীকৃত চাইনীজ" + +msgid "Traditional Chinese" +msgstr "প্রচলিত চাইনীজ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "একটি বৈধ মান দিন।" + +msgid "Enter a valid URL." +msgstr "বৈধ URL দিন" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "একটি বৈধ ইমেইল ঠিকানা লিখুন." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "একটি বৈধ IPv4 ঠিকানা দিন।" + +msgid "Enter a valid IPv6 address." +msgstr "একটি বৈধ IPv6 ঠিকানা টাইপ করুন।" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "একটি বৈধ IPv4 অথবা IPv6 ঠিকানা টাইপ করুন।" + +msgid "Enter only digits separated by commas." +msgstr "শুধুমাত্র কমা দিয়ে সংখ্যা দিন।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "সংখ্যাটির মান %(limit_value)s হতে হবে (এটা এখন %(show_value)s আছে)।" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে ছোট বা সমান হতে হবে।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে বড় বা সমান হতে হবে।" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "একটি সংখ্যা প্রবেশ করান।" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "এবং" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "এর মান null হতে পারবে না।" + +msgid "This field cannot be blank." +msgstr "এই ফিল্ডের মান ফাঁকা হতে পারে না" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s সহ %(model_name)s আরেকটি রয়েছে।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ফিল্ডের ধরণ: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "বুলিয়ান (হয় True অথবা False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "স্ট্রিং (সর্বোচ্চ %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "কমা দিয়ে আলাদা করা ইন্টিজার" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "তারিখ (সময় বাদে)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "তারিখ (সময় সহ)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "দশমিক সংখ্যা" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "ইমেইল ঠিকানা" + +msgid "File path" +msgstr "ফাইল পথ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "ফ্লোটিং পয়েন্ট সংখ্যা" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "ইন্টিজার" + +msgid "Big (8 byte) integer" +msgstr "বিগ (৮ বাইট) ইন্টিজার" + +msgid "IPv4 address" +msgstr "IPv4 ঠিকানা" + +msgid "IP address" +msgstr "আইপি ঠিকানা" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "বুলিয়ান (হয় True, False অথবা None)" + +msgid "Positive integer" +msgstr "পজিটিভ ইন্টিজার" + +msgid "Positive small integer" +msgstr "পজিটিভ স্মল ইন্টিজার" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "স্লাগ (সর্বোচ্চ %(max_length)s)" + +msgid "Small integer" +msgstr "স্মল ইন্টিজার" + +msgid "Text" +msgstr "টেক্সট" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "সময়" + +msgid "URL" +msgstr "ইউআরএল (URL)" + +msgid "Raw binary data" +msgstr "র বাইনারি ডাটা" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "ফাইল" + +msgid "Image" +msgstr "ইমেজ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "ফরেন কি (টাইপ রিলেটেড ফিল্ড দ্বারা নির্ণীত হবে)" + +msgid "One-to-one relationship" +msgstr "ওয়ান-টু-ওয়ান রিলেশানশিপ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ম্যানি-টু-ম্যানি রিলেশানশিপ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "এটি আবশ্যক।" + +msgid "Enter a whole number." +msgstr "একটি পূর্ণসংখ্যা দিন" + +msgid "Enter a valid date." +msgstr "বৈধ তারিখ দিন।" + +msgid "Enter a valid time." +msgstr "বৈধ সময় দিন।" + +msgid "Enter a valid date/time." +msgstr "বৈধ তারিখ/সময় দিন।" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "কোন ফাইল দেয়া হয়নি। ফর্মের এনকোডিং ঠিক আছে কিনা দেখুন।" + +msgid "No file was submitted." +msgstr "কোন ফাইল দেয়া হয়নি।" + +msgid "The submitted file is empty." +msgstr "ফাইলটি খালি।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"একটি ফাইল সাবমিট করুন অথবা ক্লিয়ার চেকবক্সটি চেক করে দিন, যে কোন একটি করুন।" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"সঠিক ছবি আপলোড করুন। যে ফাইলটি আপলোড করা হয়েছে তা হয় ছবি নয় অথবা নষ্ট হয়ে " +"যাওয়া ছবি।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "%(value)s বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।" + +msgid "Enter a list of values." +msgstr "কয়েকটি মানের তালিকা দিন।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ক্রম" + +msgid "Delete" +msgstr "মুছুন" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "এটি বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "পরিষ্কার করুন" + +msgid "Currently" +msgstr "এই মুহুর্তে" + +msgid "Change" +msgstr "পরিবর্তন" + +msgid "Unknown" +msgstr "অজানা" + +msgid "Yes" +msgstr "হ্যাঁ" + +msgid "No" +msgstr "না" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "হ্যাঁ,না,হয়তো" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d বাইট" +msgstr[1] "%(size)d বাইট" + +#, python-format +msgid "%s KB" +msgstr "%s কিলোবাইট" + +#, python-format +msgid "%s MB" +msgstr "%s মেগাবাইট" + +#, python-format +msgid "%s GB" +msgstr "%s গিগাবাইট" + +#, python-format +msgid "%s TB" +msgstr "%s টেরাবাইট" + +#, python-format +msgid "%s PB" +msgstr "%s পেটাবাইট" + +msgid "p.m." +msgstr "অপরাহ্ন" + +msgid "a.m." +msgstr "পূর্বাহ্ন" + +msgid "PM" +msgstr "অপরাহ্ন" + +msgid "AM" +msgstr "পূর্বাহ্ন" + +msgid "midnight" +msgstr "মধ্যরাত" + +msgid "noon" +msgstr "দুপুর" + +msgid "Monday" +msgstr "সোমবার" + +msgid "Tuesday" +msgstr "মঙ্গলবার" + +msgid "Wednesday" +msgstr "বুধবার" + +msgid "Thursday" +msgstr "বৃহস্পতিবার" + +msgid "Friday" +msgstr "শুক্রবার" + +msgid "Saturday" +msgstr "শনিবার" + +msgid "Sunday" +msgstr "রবিবার" + +msgid "Mon" +msgstr "সোম" + +msgid "Tue" +msgstr "মঙ্গল" + +msgid "Wed" +msgstr "বুধ" + +msgid "Thu" +msgstr "বৃহঃ" + +msgid "Fri" +msgstr "শুক্র" + +msgid "Sat" +msgstr "শনি" + +msgid "Sun" +msgstr "রবি" + +msgid "January" +msgstr "জানুয়ারি" + +msgid "February" +msgstr "ফেব্রুয়ারি" + +msgid "March" +msgstr "মার্চ" + +msgid "April" +msgstr "এপ্রিল" + +msgid "May" +msgstr "মে" + +msgid "June" +msgstr "জুন" + +msgid "July" +msgstr "জুলাই" + +msgid "August" +msgstr "আগস্ট" + +msgid "September" +msgstr "সেপ্টেম্বর" + +msgid "October" +msgstr "অক্টোবর" + +msgid "November" +msgstr "নভেম্বর" + +msgid "December" +msgstr "ডিসেম্বর" + +msgid "jan" +msgstr "জান." + +msgid "feb" +msgstr "ফেব." + +msgid "mar" +msgstr "মার্চ" + +msgid "apr" +msgstr "এপ্রি." + +msgid "may" +msgstr "মে" + +msgid "jun" +msgstr "জুন" + +msgid "jul" +msgstr "জুল." + +msgid "aug" +msgstr "আগ." + +msgid "sep" +msgstr "সেপ্টে." + +msgid "oct" +msgstr "অক্টো." + +msgid "nov" +msgstr "নভে." + +msgid "dec" +msgstr "ডিসে." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "জানু." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ফেব্রু." + +msgctxt "abbrev. month" +msgid "March" +msgstr "মার্চ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "এপ্রিল" + +msgctxt "abbrev. month" +msgid "May" +msgstr "মে" + +msgctxt "abbrev. month" +msgid "June" +msgstr "জুন" + +msgctxt "abbrev. month" +msgid "July" +msgstr "জুলাই" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "আগ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "সেপ্ট." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "অক্টো." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "নভে." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ডিসে." + +msgctxt "alt. month" +msgid "January" +msgstr "জানুয়ারি" + +msgctxt "alt. month" +msgid "February" +msgstr "ফেব্রুয়ারি" + +msgctxt "alt. month" +msgid "March" +msgstr "মার্চ" + +msgctxt "alt. month" +msgid "April" +msgstr "এপ্রিল" + +msgctxt "alt. month" +msgid "May" +msgstr "মে" + +msgctxt "alt. month" +msgid "June" +msgstr "জুন" + +msgctxt "alt. month" +msgid "July" +msgstr "জুলাই" + +msgctxt "alt. month" +msgid "August" +msgstr "আগস্ট" + +msgctxt "alt. month" +msgid "September" +msgstr "সেপ্টেম্বর" + +msgctxt "alt. month" +msgid "October" +msgstr "অক্টোবর" + +msgctxt "alt. month" +msgid "November" +msgstr "নভেম্বর" + +msgctxt "alt. month" +msgid "December" +msgstr "ডিসেম্বর" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "অথবা" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "0 মিনিট" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "কোন বছর উল্লেখ করা হয়নি" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "কোন মাস উল্লেখ করা হয়নি" + +msgid "No day specified" +msgstr "কোন দিন উল্লেখ করা হয়নি" + +msgid "No week specified" +msgstr "কোন সপ্তাহ উল্লেখ করা হয়নি" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "কোন %(verbose_name_plural)s নেই" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "কুয়েরি ম্যাচ করে এমন কোন %(verbose_name)s পাওয়া যায় নি" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "ডিরেক্টরি ইনডেক্স অনুমোদিত নয়" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s এর ইনডেক্স" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d5ded9ed7ef39a8a0f1e8fcaa2cd8797c0c3fbe GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^@}S#0JYauFRCN z|3UX|{Xe>OaW~{CQm1ZKvw7;_Uu~qGbjN$2caQII-*Y(@;PvT4qxX#j;Ad*KE3**~ zr&xRj2-pA-Hi0sB29Y+2D4RmGP5S_4zYum7?IFg`*n4OnvG~g%&fZ5)Y<8Nf<>Tyi zRXMI&G3_^dRWT+NtVzt$K*hnYES^!LVn#qv7(l_=scEX}!l1rpE0wZVQ&5|N5z{Lb z^V?!|m*gL#CDB+C$DJBC=OodT9Yxbs(VTN;TiqGnl11H7wT{`^=7(!1iPo0zMoZI8 z=ii_3N?SKlWI3ARyqD#-^TH}`ch1huP0^SaR9XI zdP_Su#E$freFYEcD=mHaF&y1QL$~WiP`Y*lKa{*d2qkX<$D=7)5jgRJ3GDYS;BY#= z3WJlz%U3Y!jlDYV-MBukZZ3Ai;1c%3uG{zEMF20u(ZC%?jp203oDM>C+xK3Nj__Op z@5sT&f+PrH!GeRQcU+P$-EsHDXEVSjN0k{kOo}hCzAu*W`J183nHeZ7@_;@_C~iTM eYtI6@l2AqLpX0o|U_c3X`J`0&0SY4?&-eq~k-pOa literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/formats.py new file mode 100644 index 00000000000..9d1bb09d13a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bn/formats.py @@ -0,0 +1,32 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F, Y" +TIME_FORMAT = "g:i A" +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M, Y" +# SHORT_DATETIME_FORMAT = +FIRST_DAY_OF_WEEK = 6 # Saturday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # 25/10/2016 + "%d/%m/%y", # 25/10/16 + "%d-%m-%Y", # 25-10-2016 + "%d-%m-%y", # 25-10-16 +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # 14:30:59 + "%H:%M", # 14:30 +] +DATETIME_INPUT_FORMATS = [ + "%d/%m/%Y %H:%M:%S", # 25/10/2006 14:30:59 + "%d/%m/%Y %H:%M", # 25/10/2006 14:30 +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d864abe918e931b806454370616ad09fb3aa1881 GIT binary patch literal 14009 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 W(oJqMSj>D8cw&88#_R6x_WlaFsDy<8 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3b1a759bb7f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,1297 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2020 +# Ewen , 2021 +# Fulup , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-18 21:19+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +msgid "Afrikaans" +msgstr "Afrikaneg" + +msgid "Arabic" +msgstr "Arabeg" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Astureg" + +msgid "Azerbaijani" +msgstr "Azeri" + +msgid "Bulgarian" +msgstr "Bulgareg" + +msgid "Belarusian" +msgstr "Belaruseg" + +msgid "Bengali" +msgstr "Bengaleg" + +msgid "Breton" +msgstr "Brezhoneg" + +msgid "Bosnian" +msgstr "Bosneg" + +msgid "Catalan" +msgstr "Katalaneg" + +msgid "Czech" +msgstr "Tchekeg" + +msgid "Welsh" +msgstr "Kembraeg" + +msgid "Danish" +msgstr "Daneg" + +msgid "German" +msgstr "Alamaneg" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Gresianeg" + +msgid "English" +msgstr "Saozneg" + +msgid "Australian English" +msgstr "Saozneg Aostralia" + +msgid "British English" +msgstr "Saozneg Breizh-Veur" + +msgid "Esperanto" +msgstr "Esperanteg" + +msgid "Spanish" +msgstr "Spagnoleg" + +msgid "Argentinian Spanish" +msgstr "Spagnoleg Arc'hantina" + +msgid "Colombian Spanish" +msgstr "Spagnoleg Kolombia" + +msgid "Mexican Spanish" +msgstr "Spagnoleg Mec'hiko" + +msgid "Nicaraguan Spanish" +msgstr "Spagnoleg Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Spagnoleg Venezuela" + +msgid "Estonian" +msgstr "Estoneg" + +msgid "Basque" +msgstr "Euskareg" + +msgid "Persian" +msgstr "Perseg" + +msgid "Finnish" +msgstr "Finneg" + +msgid "French" +msgstr "Galleg" + +msgid "Frisian" +msgstr "Frizeg" + +msgid "Irish" +msgstr "Iwerzhoneg" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galizeg" + +msgid "Hebrew" +msgstr "Hebraeg" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroateg" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungareg" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezeg" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeg" + +msgid "Italian" +msgstr "Italianeg" + +msgid "Japanese" +msgstr "Japaneg" + +msgid "Georgian" +msgstr "Jorjianeg" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "kazak" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannata" + +msgid "Korean" +msgstr "Koreaneg" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luksembourgeg" + +msgid "Lithuanian" +msgstr "Lituaneg" + +msgid "Latvian" +msgstr "Latveg" + +msgid "Macedonian" +msgstr "Makedoneg" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongoleg" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Burmeg" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepaleg" + +msgid "Dutch" +msgstr "Nederlandeg" + +msgid "Norwegian Nynorsk" +msgstr "Norvegeg Nynorsk" + +msgid "Ossetic" +msgstr "Oseteg" + +msgid "Punjabi" +msgstr "Punjabeg" + +msgid "Polish" +msgstr "Poloneg" + +msgid "Portuguese" +msgstr "Portugaleg" + +msgid "Brazilian Portuguese" +msgstr "Portugaleg Brazil" + +msgid "Romanian" +msgstr "Roumaneg" + +msgid "Russian" +msgstr "Rusianeg" + +msgid "Slovak" +msgstr "Slovakeg" + +msgid "Slovenian" +msgstr "Sloveneg" + +msgid "Albanian" +msgstr "Albaneg" + +msgid "Serbian" +msgstr "Serbeg" + +msgid "Serbian Latin" +msgstr "Serbeg e lizherennoù latin" + +msgid "Swedish" +msgstr "Svedeg" + +msgid "Swahili" +msgstr "swahileg" + +msgid "Tamil" +msgstr "Tamileg" + +msgid "Telugu" +msgstr "Telougou" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turkeg" + +msgid "Tatar" +msgstr "tatar" + +msgid "Udmurt" +msgstr "Oudmourteg" + +msgid "Ukrainian" +msgstr "Ukraineg" + +msgid "Urdu" +msgstr "Ourdou" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnameg" + +msgid "Simplified Chinese" +msgstr "Sinaeg eeunaet" + +msgid "Traditional Chinese" +msgstr "Sinaeg hengounel" + +msgid "Messages" +msgstr "Kemennadenn" + +msgid "Site Maps" +msgstr "Tresoù al lec'hienn" + +msgid "Static Files" +msgstr "Restroù statek" + +msgid "Syndication" +msgstr "Sindikadur" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "An niver a bajenn mañ a zo bihanoc'h eget 1." + +msgid "That page contains no results" +msgstr "N'eus disoc'h er pajenn-mañ." + +msgid "Enter a valid value." +msgstr "Merkit un talvoud reizh" + +msgid "Enter a valid URL." +msgstr "Merkit un URL reizh" + +msgid "Enter a valid integer." +msgstr "Merkit un niver anterin reizh." + +msgid "Enter a valid email address." +msgstr "Merkit ur chomlec'h postel reizh" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Merkit ur chomlec'h IPv4 reizh." + +msgid "Enter a valid IPv6 address." +msgstr "Merkit ur chomlec'h IPv6 reizh." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Merkit ur chomlec'h IPv4 pe IPv6 reizh." + +msgid "Enter only digits separated by commas." +msgstr "Merkañ hepken sifroù dispartiet dre skejoù." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bezit sur ez eo an talvoud-mañ %(limit_value)s (evit ar mare ez eo " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Gwiriit mat emañ an talvoud-mañ a-is pe par da %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Gwiriit mat emañ an talvoud-mañ a-us pe par da %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Enter a number." +msgstr "Merkit un niver." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "ha" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "N'hall ket ar vaezienn chom goullo" + +msgid "This field cannot be blank." +msgstr "N'hall ket ar vaezienn chom goullo" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Bez' ez eus c'hoazh eus ur %(model_name)s gant ar %(field_label)s-mañ." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Seurt maezienn : %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boulean (gwir pe gaou)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "neudennad arouezennoù (betek %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Niveroù anterin dispartiet dre ur skej" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Deizad (hep eur)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Deizad (gant an eur)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Niver dekvedennel" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Chomlec'h postel" + +msgid "File path" +msgstr "Treug war-du ar restr" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Niver gant skej nij" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Anterin" + +msgid "Big (8 byte) integer" +msgstr "Anterin bras (8 okted)" + +msgid "Small integer" +msgstr "Niver anterin bihan" + +msgid "IPv4 address" +msgstr "Chomlec'h IPv4" + +msgid "IP address" +msgstr "Chomlec'h IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boulean (gwir pe gaou pe netra)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Niver anterin pozitivel" + +msgid "Positive small integer" +msgstr "Niver anterin bihan pozitivel" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (betek %(max_length)s arouez.)" + +msgid "Text" +msgstr "Testenn" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Eur" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Restr" + +msgid "Image" +msgstr "Skeudenn" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Alc'hwez estren (seurt termenet dre ar vaezienn liammet)" + +msgid "One-to-one relationship" +msgstr "Darempred unan-ouzh-unan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Darempred lies-ouzh-lies" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Rekis eo leuniañ ar vaezienn." + +msgid "Enter a whole number." +msgstr "Merkit un niver anterin." + +msgid "Enter a valid date." +msgstr "Merkit un deiziad reizh" + +msgid "Enter a valid time." +msgstr "Merkit un eur reizh" + +msgid "Enter a valid date/time." +msgstr "Merkit un eur/deiziad reizh" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "N'eus ket kaset restr ebet. Gwiriit ar seurt enkodañ evit ar restr" + +msgid "No file was submitted." +msgstr "N'eus bet kaset restr ebet." + +msgid "The submitted file is empty." +msgstr "Goullo eo ar restr kaset." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Kasit ur restr pe askit al log riñsañ; an eil pe egile" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Enpozhiit ur skeudenn reizh. Ar seurt bet enporzhiet ganeoc'h a oa foeltret " +"pe ne oa ket ur skeudenn" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Dizuit un dibab reizh. %(value)s n'emañ ket e-touez an dibaboù posupl." + +msgid "Enter a list of values." +msgstr "Merkit ur roll talvoudoù" + +msgid "Enter a complete value." +msgstr "Merkañ un talvoud klok" + +msgid "Enter a valid UUID." +msgstr "" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Order" +msgstr "Urzh" + +msgid "Delete" +msgstr "Diverkañ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Reizhit ar roadennoù e doubl e %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Reizhit ar roadennoù e doubl e %(field)s, na zle bezañ enni nemet talvoudoù " +"dzho o-unan." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Reizhit ar roadennoù e doubl e %(field_name)s a rank bezañ ennañ talvodoù en " +"o-unan evit lodenn %(lookup)s %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Reizhañ ar roadennoù e doubl zo a-is" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Diuzit un dibab reizh. N'emañ ket an dibab-mañ e-touez ar re bosupl." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Riñsañ" + +msgid "Currently" +msgstr "Evit ar mare" + +msgid "Change" +msgstr "Kemmañ" + +msgid "Unknown" +msgstr "Dianav" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Ket" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ya,ket,marteze" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d okted" +msgstr[1] "%(size)d okted" +msgstr[2] "%(size)d okted" +msgstr[3] "%(size)d okted" +msgstr[4] "%(size)d okted" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "g.m." + +msgid "a.m." +msgstr "mintin" + +msgid "PM" +msgstr "G.M." + +msgid "AM" +msgstr "Mintin" + +msgid "midnight" +msgstr "hanternoz" + +msgid "noon" +msgstr "kreisteiz" + +msgid "Monday" +msgstr "Lun" + +msgid "Tuesday" +msgstr "Meurzh" + +msgid "Wednesday" +msgstr "Merc'her" + +msgid "Thursday" +msgstr "Yaou" + +msgid "Friday" +msgstr "Gwener" + +msgid "Saturday" +msgstr "Sadorn" + +msgid "Sunday" +msgstr "Sul" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Meu" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Yao" + +msgid "Fri" +msgstr "Gwe" + +msgid "Sat" +msgstr "Sad" + +msgid "Sun" +msgstr "Sul" + +msgid "January" +msgstr "Genver" + +msgid "February" +msgstr "C'hwevrer" + +msgid "March" +msgstr "Meurzh" + +msgid "April" +msgstr "Ebrel" + +msgid "May" +msgstr "Mae" + +msgid "June" +msgstr "Mezheven" + +msgid "July" +msgstr "Gouere" + +msgid "August" +msgstr "Eost" + +msgid "September" +msgstr "Gwengolo" + +msgid "October" +msgstr "Here" + +msgid "November" +msgstr "Du" + +msgid "December" +msgstr "Kerzu" + +msgid "jan" +msgstr "Gen" + +msgid "feb" +msgstr "C'hwe" + +msgid "mar" +msgstr "Meu" + +msgid "apr" +msgstr "Ebr" + +msgid "may" +msgstr "Mae" + +msgid "jun" +msgstr "Mez" + +msgid "jul" +msgstr "Gou" + +msgid "aug" +msgstr "Eos" + +msgid "sep" +msgstr "Gwe" + +msgid "oct" +msgstr "Her" + +msgid "nov" +msgstr "Du" + +msgid "dec" +msgstr "Kzu" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "C'hwe." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Meu." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Ebr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mae" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Mez." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Gou." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Eos." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Gwe." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Her." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Du" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Kzu" + +msgctxt "alt. month" +msgid "January" +msgstr "Genver" + +msgctxt "alt. month" +msgid "February" +msgstr "C'hwevrer" + +msgctxt "alt. month" +msgid "March" +msgstr "Meurzh" + +msgctxt "alt. month" +msgid "April" +msgstr "Ebrel" + +msgctxt "alt. month" +msgid "May" +msgstr "Mae" + +msgctxt "alt. month" +msgid "June" +msgstr "Mezheven" + +msgctxt "alt. month" +msgid "July" +msgstr "Gouere" + +msgctxt "alt. month" +msgid "August" +msgstr "Eost" + +msgctxt "alt. month" +msgid "September" +msgstr "Gwengolo" + +msgctxt "alt. month" +msgid "October" +msgstr "Here" + +msgctxt "alt. month" +msgid "November" +msgstr "Du" + +msgctxt "alt. month" +msgid "December" +msgstr "Kerzu" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "pe" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Forbidden" +msgstr "Difennet" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "N'eus bet resisaet bloavezh ebet" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "N'eus bet resisaet miz ebet" + +msgid "No day specified" +msgstr "N'eus bet resisaet deiz ebet" + +msgid "No week specified" +msgstr "N'eus bet resisaet sizhun ebet" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "N'eus %(verbose_name_plural)s ebet da gaout." + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"En dazont ne vo ket a %(verbose_name_plural)s rak faos eo %(class_name)s." +"allow_future." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" +"N'eus bet kavet traezenn %(verbose_name)s ebet o klotaén gant ar goulenn" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "N'haller ket diskwel endalc'had ar c'havlec'h-mañ." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Meneger %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..064cc5d8e1e13fe22f215d03fbb7f564f47ff18c GIT binary patch literal 10824 zcmb7|36LE}dB@uaKI8*~?O-sFu`SuVLi@DqgUBn%j#ko2D|uIoc4cD>5%c!-zBlif zd79&`Rv3(N;v=B=00#^xK@c!@;`qP@8-yVs;b5qQ;z}r|Fhwea1X2}_Dk=p9`Tb}5 z?PVG8)PC72xMACP`v*7#TtKoxi zIs7MA{xetpOZZ~)&v>aZCqoaa{Yt3sT@0oFJ&+-ry-<4I z237w6JRN=vs@`Kz{T_m+!7o64_iJz+{8xAdJey9|!b$itcn6feABX3{$01eCHz9xK zKlzcKzjW!dm;}v34?kza_3%PC0j1YI$D81*NWTkeT=zri^C(oiL$CzD4yFGwWF7}k zf=ZtXRsT$=e$RDW?#lb1#(Swt54!XQsPAoo%i!x=`i(9<4b|@+sP?lieS_mIP~W>9 z9uME=c)*o^7^>aE~a2T$D{jdomcmS@1r(q1za}CsZuY_v14eC2PUHUqxaZb7XD%?!E4Y$BgLXGp+ zQ0-4*l4Q4MK#k|sP~RDVs<#HJ-Vl^sZG-B+234==$`hz@y~X9<2(^y4I_`&xFLy!N z`-AWm@GFoZnjb**`)jE29800vp919%XF!!Nhtj9VvESvdfzo%K%O8fe*~>VFODyWfJEm;ZA7mE(&Ug!0dKyv%VcRJ-e->>_gcH#)w@ zmEQ|xSD%5Z_f?nwUB{n7^?w4BCVPFkV=q*@%c0`XHmL7i3st`bac%QO0xN`G{g*}`AHSW`)?D7Jrd0Pp!&V!DdATDUe z;Q7$P9(XHMzYjw~g!weoe16U4|2vfZ{20pqe&P5VsD4iLiuNlVFM+DJ4oaU*Q0uha zaW~ZW5~y{&9;*I3q4a$>)Vv*ls&_x!0Y3rP!sE^>_LVCkCTZRV<;V9x`RTn-<2VB4 zU(Y~PH9v#6zBv=6SqifXO0N;9d3Y1l_il#L=XR+6-wW0MBT(b{JXAkV!9MssD7{a= zpsV&H;-j$cvO$GK2?u7p~bOQ71X zh0=2zs{iYtzWXO|JFG#i&!bTL$@d{9V0K_mMI1g8D!m-4|6a!dsP(uUo&?uH>9ZN?d)r<9PN??RIlkG^I@TQ{ zD7{js{`NwB??!ksybY@VcSH4m4^+JmLDjp@-Ytz{-1(s_Z6si--IW_ ze}l)sA3(MLq2vEJ{?zdoj=yp|W@SGIEaya-C4Rj$0><-Znc z{nkS1^IAmlX#lwkkvkC_$E}W)B4?stU~Ta^km3z{)W%M*CS1r-UvT}>~m@1 zsRi$Pm5;7RTF5r!4T$XWBIFk2WaQ6~T}T<}J|E=eO~_W4u@^q!-ro)1i)=v}h|YuZ z;Wnb!-+g>uE=Dv@Bi&3Wf4Cg^H1Y-HdPL8|$Pr`$`4FP#FObKPsuDccB8orvBRXfi z3zVJSaql07pLFlSWymLxKSxeN-hmuI{t|f!5+Hg)6lKJM_XcifHfp0P>H>B=RxjkC8`^L&*D)oyfh&>Bv>cqsSm~D)K(0j?5r>&P7t> zG$nY}6)=AXFGT(US?=;~b`++OOORP5cs^Rd+z0;_ITqQ3JcxW8`7*K_F)MmnQN=cQ zhkncUCf-bt*1WV9B;Jai>A*HCyPJO5HYxF&vGpsnp4}THX;LyP5^u|pez)hpqxtW6 z{yRBjR(WQ_sM*jg`(faRW@$$)M`>tntdTsqOWGFtt@1o1rLbTDs}kjNUf(CgaR{QS1%-&4exE zXvM3FLe(0J!n{(F>o^qq`+}yF8js=>eQd(l;~+&pZ*y2}O3$IJS@mNLX``R|O|j;O zRckh)M{G7mt(M=H*tQ@0sjYPNOw7hO^3%Lo7RQXfIcqlVvr{#*sTltzs(U@f><6p_ z`Q3~tOTDznvs1QJX4sqTRM7I9UYNOL)27yJ%2GPq-138_=T|DRO%l`9dvlm%u`O1% z<2RY5e2JSuD@b?e87y&6kQUiVEt=`(_Lk`6D2=O_L&}t=j9-&!_he|4Mi|bbUZ1CV z6YYMlw)%$eG5M(%O?$bjSl?z0K>5WC%%>?2D&EL==hE&JEG^r$^Qxs;6$Wy&yw#fa zr3FXJ%e9)XI8(zam#7wn%~`J!RD(3}=Ix_A>rKgIG@>MpayuNhSu-sE)1cGY zwjG>vNTqrcO8G|HPiwq|xepCDWn*F0Ye)D;*Eoiw*ap?m+iqvQ9<}u<7)#s=LhO_8 z$F|AvD_-vHy=EBe#EORFKvMBhBMuT-?iQwYDu1z2TrFPWmI`8P8)hqN+ZnSp2rGfv zn&Gs$n~aQi7s8B8@hM8D%t%GfO;L zloQWbt(rGB8%A-`K#5KfO?FJBk)q0u&}wd2nZhW#Q?nzkP&z(p#%-Lh**LK-u~;sl zY>ME7!j-Izbtq=xOumPzU3=|KR(UhEV5;V|i11$7dRZ6{*h}UGcJl%o%rLH~dsJMTJ$H!&x+)lO$i z6!M<0mxs%0qOh+rQKs=cWntEAE-IpZ%+?je^2^B@U#?|wqNSN6_?yYtuW$m0LiV=q zkS95nAVsAtZb*4{6|<`m`}wKH>+VDgv+@DXcV3KcKJA9KFoSW;C+7n1 zg1l}FUXZ0xITgc-@!PTSv#P1sDKl-$h9k16XH6tDEl!>-mc12J!k}79O&GCfg;B>u zQ>lq!)0P!*>M*l5SrtaBs9d&YJdWxFpT3bw-_?rjQ8?&T=(idz+iBaJf%`_2YEbDL z%Bo4n7HT^uxuJV(#57!A3 z&K6NT=#3z_dvNvYnVFeVs@B1@-CN>- zw7O8M3;a88zPg;O?p-!IGP-$w00X7|WgFQaIb-)t=I5rAP_nw+#5LCv4E;E<>H1xh z!+mS!>*-t5HtyT(w%tK*O*u&C)ExB6$+GcghVp$Jr&`IN7q;_cvi_2_Uh%rVCtNYm zzkdCIcj1MeUi;5mKQQ23>GgY5Cw;~Gi@QbZ)?cdEyhZ=Ifqw7$>x(AT>F=e@0BtVr zUAxRIxt=Ay7j>eR*NKBV-X0w}c=(o#-69Wxb62&FJ$ws?Kn|4k;P<_XZ=QlRJb?0aJcv$(yLqr`nbzrOKRMy~4{H$Z8?{Vgx&NL9u3q#k9Qe*)9c z4UXdPw?__=Q7II{L9&+D!;*Dk+p=NQ%5QbbE8Bf8)9;l>3aA@F2YzNe{|?fDI#wo9&hM{A2p<*Z^ojzRU`(R`OK1q?*Dy=;MfV8z`cP0f5N zNZPUA3A65vkD1Aqma>!PcfM{9MH_NC>}ABoqvx;AT};=%#pPjC=*8J!Nx?#e=UYu- zNm0I_^LdHiDzX}!w7aHd=S-_)tnPwZaU#9$f;wKZRB6!mpK}i!&oFQ%cG|BueKQ^8 z?S_~o56f#u4VIdKk(+JQGMvgdje3n{Jv+P~LkQYl#D5A7-)TcCckDh&TfFf(%ypW| zQ<)UO=u7(Hs5dRMEKJ-vSvAh~6|NuB%s;%J2Gux6O}D~4DsW!pVo2$oh4fYu(oRv>@*BD-su$f9>$)i_aW&(#eWBmi(F^mGgi)f+HszOXx!gJkat-c{teOmhohobc&5{|db4Hw6`jrV=X>n&;lI@!ZFhtG?Vp#z3vQ9xj2B-b z7i(u1Mm4X(|A}NU&3sN4?pxz{1oOfDG0s|9ZkuuLi2N6Uqg+;wQs2zq5_9`$;l>%W z7iMy2+_-y6U`K2DC2vQ?=bEoMXZDDhQDweztz=Y;*TwP>sx6T{g*eEJbfVlCaZR?b=*W}YEwvG< zJdBQ7&Y_Dj9;F6*b8f)xs7;Vc+0pQHVyb>SvEu60I@7VO&_g^oIa$hg_=%~&zYH{A zx@u-zHS5Jxj&W3H4$_G8Jh5U*>pQo_X;Ub1rXrl=K9mp6MU;Fe&lea6ZTPF)&hBxj zOxfw>S@|uKcv)OCyKy;*(Vidqx#`$ue(2fc8;*|ZzvTYg&uvBj(w{rt, 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "arapski" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbejdžanski" + +msgid "Bulgarian" +msgstr "bugarski" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "bosanski" + +msgid "Catalan" +msgstr "katalonski" + +msgid "Czech" +msgstr "češki" + +msgid "Welsh" +msgstr "velški" + +msgid "Danish" +msgstr "danski" + +msgid "German" +msgstr "njemački" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grčki" + +msgid "English" +msgstr "engleski" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Britanski engleski" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "španski" + +msgid "Argentinian Spanish" +msgstr "Argentinski španski" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Meksički španski" + +msgid "Nicaraguan Spanish" +msgstr "Nikuaraganski španski" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "estonski" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "persijski" + +msgid "Finnish" +msgstr "finski" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "frišanski" + +msgid "Irish" +msgstr "irski" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galski" + +msgid "Hebrew" +msgstr "hebrejski" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "mađarski" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonežanski" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandski" + +msgid "Italian" +msgstr "italijanski" + +msgid "Japanese" +msgstr "japanski" + +msgid "Georgian" +msgstr "gruzijski" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "kambođanski" + +msgid "Kannada" +msgstr "kanada" + +msgid "Korean" +msgstr "korejski" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "litvanski" + +msgid "Latvian" +msgstr "latvijski" + +msgid "Macedonian" +msgstr "makedonski" + +msgid "Malayalam" +msgstr "Malajalamski" + +msgid "Mongolian" +msgstr "Mongolski" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "holandski" + +msgid "Norwegian Nynorsk" +msgstr "Norveški novi" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Pandžabi" + +msgid "Polish" +msgstr "poljski" + +msgid "Portuguese" +msgstr "portugalski" + +msgid "Brazilian Portuguese" +msgstr "brazilski portugalski" + +msgid "Romanian" +msgstr "rumunski" + +msgid "Russian" +msgstr "ruski" + +msgid "Slovak" +msgstr "slovački" + +msgid "Slovenian" +msgstr "slovenački" + +msgid "Albanian" +msgstr "albanski" + +msgid "Serbian" +msgstr "srpski" + +msgid "Serbian Latin" +msgstr "srpski latinski" + +msgid "Swedish" +msgstr "švedski" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tajlandski" + +msgid "Turkish" +msgstr "turski" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "vijetnamežanski" + +msgid "Simplified Chinese" +msgstr "novokineski" + +msgid "Traditional Chinese" +msgstr "starokineski" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrijednost." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojke razdvojene zapetama." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Pobrinite se da je ova vrijednost %(limit_value)s (trenutno je " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ova vrijednost mora da bude manja ili jednaka %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ova vrijednost mora biti veća ili jednaka %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Enter a number." +msgstr "Unesite broj." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ovo polje ne može ostati prazno." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa ovom vrijednošću %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Bulova vrijednost (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (najviše %(max_length)s znakova)" + +msgid "Comma-separated integers" +msgstr "Cijeli brojevi razdvojeni zapetama" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (bez vremena)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (sa vremenom)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimalni broj" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email adresa" + +msgid "File path" +msgstr "Putanja fajla" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Broj sa pokrenom zapetom" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Cijeo broj" + +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtni) integer" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Bulova vrijednost (True, False ili None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vrijeme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (tip određen povezanim poljem)" + +msgid "One-to-one relationship" +msgstr "Jedan-na-jedan odnos" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Više-na-više odsnos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." + +msgid "Enter a whole number." +msgstr "Unesite cijeo broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vrijeme" + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vrijeme." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fajl nije prebačen. Provjerite tip enkodiranja formulara." + +msgid "No file was submitted." +msgstr "Fajl nije prebačen." + +msgid "The submitted file is empty." +msgstr "Prebačen fajl je prazan." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je " +"oštećen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"%(value)s nije među ponuđenim vrijednostima. Odaberite jednu od ponuđenih." + +msgid "Enter a list of values." +msgstr "Unesite listu vrijednosti." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Redoslijed" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite dupli sadržaj za polja: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ispravite dupli sadržaj za polja: %(field)s, koji mora da bude jedinstven." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ispravite dupli sadržaj za polja: %(field_name)s, koji mora da bude " +"jedinstven za %(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ispravite duple vrijednosti dole." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Odabrana vrijednost nije među ponuđenima. Odaberite jednu od ponuđenih." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Očisti" + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Izmjeni" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "po p." + +msgid "a.m." +msgstr "prije p." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "ponedjeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "srijeda" + +msgid "Thursday" +msgstr "četvrtak" + +msgid "Friday" +msgstr "petak" + +msgid "Saturday" +msgstr "subota" + +msgid "Sunday" +msgstr "nedjelja" + +msgid "Mon" +msgstr "pon." + +msgid "Tue" +msgstr "uto." + +msgid "Wed" +msgstr "sri." + +msgid "Thu" +msgstr "čet." + +msgid "Fri" +msgstr "pet." + +msgid "Sat" +msgstr "sub." + +msgid "Sun" +msgstr "ned." + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "septembar" + +msgid "October" +msgstr "oktobar" + +msgid "November" +msgstr "novembar" + +msgid "December" +msgstr "decembar" + +msgid "jan" +msgstr "jan." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "mar." + +msgid "apr" +msgstr "apr." + +msgid "may" +msgstr "maj." + +msgid "jun" +msgstr "jun." + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "aug." + +msgid "sep" +msgstr "sep." + +msgid "oct" +msgstr "okt." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "dec." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "august" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "septembar" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oktobar" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "novembar" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "decembar" + +msgctxt "alt. month" +msgid "January" +msgstr "januar" + +msgctxt "alt. month" +msgid "February" +msgstr "februar" + +msgctxt "alt. month" +msgid "March" +msgstr "mart" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "septembar" + +msgctxt "alt. month" +msgid "October" +msgstr "oktobar" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembar" + +msgctxt "alt. month" +msgid "December" +msgstr "decembar" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Godina nije naznačena" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Mjesec nije naznačen" + +msgid "No day specified" +msgstr "Dan nije naznačen" + +msgid "No week specified" +msgstr "Sedmica nije naznačena" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33935792540f3d949e278e501a674c8649363920 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^=PA zMzN-_MX{x@N3mCOXmVDuXXz>UDMad3F}qu3R`G#&dO)rMkf#t*#o`8%VgZV}Rk21Y z_$p-mV$}J?sOP82af{o=#N^aseV44ny!3pR)ZBc1m(()-lA_8Ku!w$HYF?RsPG*vRL1jrsex9+O zp^<)ZW=X0pP+xXpI#4TAVRC+6nto1xa$-)Zep0c1T7FS(Vo9-HLFF$Fo80`A(wtPg zB7UH~pinP10}>yY85tQra53;pG;rVG69y7ON)7xsM5Hb-2;LBuyucuELqr2hBW{H literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/formats.py new file mode 100644 index 00000000000..a15e7099e49 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/bs/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. N Y." +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j. N. Y. G:i T" +YEAR_MONTH_FORMAT = "F Y." +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "Y M j" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..208f4a4e00552da13602bc4474dcc8fa068b8cdc GIT binary patch literal 27707 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≧Zu#LyP}g#zkl@v*K~WP^CZUXLOe)Q5$eF?y)VjS9GUp{u z6)@rU$@fXWbRZeKfM=W=jdC}ObE7=fs>~@aX=Z?keRnXj8AL7T-KfQ~q82~F;bz<` z8sA3g5+&So(Uk@g6zPQ8f)qVVx^X4};!d6SMzwTxkIQMi8%Me4u_(xwB@qf%1>@LgL|&t4=xzv~D;USDt#p_ji$Vf_5N{PT zPq?8sl~}!?M&*o|2;Jp}f@qEyl69^@Hr7;OJsl(N<#Bdw%nkPKrpu#F=b1bnbGh7Q zvO$CuG@{AdwOD>&JZtiXRTxPv!LJf7K`-P_mR){8joNnfs=~cUF(`0)sVX#!QG6~~ zA?zwp2*eBP!9C1O8pfwe&?8dAx{_rRlQDuI>P1v`bK;I$+=%ninp8D&Y&148F%cE* zW5(7DqmbUs@6Bu{=~8ZIuelQ|6^AL}-W*Q5*vT+&## zNgNF^F%so3;}6QdC!StlQjGr9-|jr$ZO0QoW z+<8)34ZU#!SYF-YMp=;?r6#n^{L%2L#H8A=sv?^XGgoXSjt@*P4OjYZJ6n0&_!&B* zL*Zff!WHdyW;ta5YA@7uvTUADjiy59XNk3j<11*US8%PhU9d-QZWo_0;uvlVyI>Kr zqZZa-*V@@G?1sP%C&ALO!5NTS+n23pru59JIMX*BlFk_up#y)_yl26$IEPHG6rFuW zGKna|8ekggG2R1pnLD_5tjmtmpqF|DV&SS1M@*9AG@ZP|d1C5}avQl48;eON_LN#D z!ki8m%;M&1o29Eks|b528Ae?5M3{j&dhOXKhK(;~5tW`*WHU)_Hpd2UmQy$E$_tgn z{Ay~7@f&fMBgLJjdsE}Sm2*bx*}K!|xV5@NwM;>)XPY2bhk{1nly zy+jCoLT=2fB~O?P8yPXdNg^rsT1k$uGz2R{fgKfVf8;D;(bzYI$$RO?N>RGbxt4P? zvyh8#8-i^WSN5=oIjXZonO0`!c8=%0Yi8ymQ<|w_PBq6u)8uPUGJbyt6RsL}&$>&R z5J6F9%iX%W*5%_o-lopez%QelR0_va{@eWr5aef zy=Ofu#>V0}j!0eBf+w9=VykO4JL0kvuI1{DogVr*nf$Her!D~ub-@>{ zm;qnVp zZiX^4-DdJ$*3m3=(CQ6Z&nLm;M+_%g>wG`+MzNVRx3##1aya55>h+0TRJdP2Vdn~+ z7sJ+BS`-poJR1z7xd60=;~*^CzJ^TN)r>OA| zH9Qp(L^IcQm+{Y&TwyPg#D*m*%WmTpAX8R8%**D1zR9+dygE3^y`)i^$HRy!vWsf{ zI?5~&)frPqV0XN@qw^hYD(+gdkm;MMKWZ~ge#FdnLvw8PG3Bt1w7wO28_30CSPY)5 z{4Ul~og$gp0itd;sZo~WnmDYH19XLDG<$u(Qi9fxa5h`VL{r9sWt>{M0Ao_5z^E`P zp;hFW7U?8=F)z*TiNK6fAK2SenIUkhFoKQ!$(@lrP?NHOy4?Fd$aWJ$`v}ouq7r;y z`Uu%+Z3Aq|zS+XFusGRruE?Uf?{xit>vswt(Jd!;2aZ#-?4%h7Q+qxbQqqN)m`7Fa zrp*j8&Ku9u-eIh&y~UW#Ako7(kgk?Rgx@IY4;n|m(HZ-tGa7GCO|s+5}5BdN_Y*yb=5(j#<#{h>!KHNj_av_#M- zM@6Z0)NGU+{$x&-bTpm3TV9pc@y6@Wk2mF1*87PMEJP?yWqbk0K}%y{uG>$RuHZ1v6H zO8DGV-0Y}7LmP6f%z2%S5wuKV`>bS^Cfol`F(4ySG-t$mSJK9Ha;|LiuAF5gYN1)) zD4*OB&*E0e2A}*`b7hSiS9asWc4>^Dbq!`~VE1#5!vk2kLT%ZXUvp-L}C= Thcz4novyp&L6Y;Zb$kB}Jy~|{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 00000000000..01e4dda27ac --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,1340 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2012,2015-2017,2021-2022 +# Carles Barrobés , 2011-2012,2014,2020 +# duub qnnp, 2015 +# Emilio Carrion, 2022 +# Gil Obradors Via , 2019 +# Gil Obradors Via , 2019 +# Jannis Leidel , 2011 +# Manel Clos , 2020 +# Manuel Miranda , 2015 +# Mariusz Felisiak , 2021 +# Roger Pons , 2015 +# Santiago Lamora , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:23-0500\n" +"PO-Revision-Date: 2022-07-25 06:49+0000\n" +"Last-Translator: Emilio Carrion\n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikans" + +msgid "Arabic" +msgstr "àrab" + +msgid "Algerian Arabic" +msgstr "àrab argelià" + +msgid "Asturian" +msgstr "Asturià" + +msgid "Azerbaijani" +msgstr "azerbaijanès" + +msgid "Bulgarian" +msgstr "búlgar" + +msgid "Belarusian" +msgstr "Bielorús" + +msgid "Bengali" +msgstr "bengalí" + +msgid "Breton" +msgstr "Bretó" + +msgid "Bosnian" +msgstr "bosnià" + +msgid "Catalan" +msgstr "català" + +msgid "Czech" +msgstr "txec" + +msgid "Welsh" +msgstr "gal·lès" + +msgid "Danish" +msgstr "danès" + +msgid "German" +msgstr "alemany" + +msgid "Lower Sorbian" +msgstr "baix serbi" + +msgid "Greek" +msgstr "grec" + +msgid "English" +msgstr "anglès" + +msgid "Australian English" +msgstr "Anglès d'Austràlia" + +msgid "British English" +msgstr "anglès britànic" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "castellà" + +msgid "Argentinian Spanish" +msgstr "castellà d'Argentina" + +msgid "Colombian Spanish" +msgstr "castellà de Colombia" + +msgid "Mexican Spanish" +msgstr "castellà de Mèxic" + +msgid "Nicaraguan Spanish" +msgstr "castellà de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "castellà de Veneçuela" + +msgid "Estonian" +msgstr "estonià" + +msgid "Basque" +msgstr "èuscar" + +msgid "Persian" +msgstr "persa" + +msgid "Finnish" +msgstr "finlandès" + +msgid "French" +msgstr "francès" + +msgid "Frisian" +msgstr "frisi" + +msgid "Irish" +msgstr "irlandès" + +msgid "Scottish Gaelic" +msgstr "Gaèlic escocès" + +msgid "Galician" +msgstr "gallec" + +msgid "Hebrew" +msgstr "hebreu" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croat" + +msgid "Upper Sorbian" +msgstr "alt serbi" + +msgid "Hungarian" +msgstr "hongarès" + +msgid "Armenian" +msgstr "Armeni" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "indonesi" + +msgid "Igbo" +msgstr "lgbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandès" + +msgid "Italian" +msgstr "italià" + +msgid "Japanese" +msgstr "japonès" + +msgid "Georgian" +msgstr "georgià" + +msgid "Kabyle" +msgstr "Cabilenc" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannarès" + +msgid "Korean" +msgstr "coreà" + +msgid "Kyrgyz" +msgstr "Kyrgyz" + +msgid "Luxembourgish" +msgstr "Luxemburguès" + +msgid "Lithuanian" +msgstr "lituà" + +msgid "Latvian" +msgstr "letó" + +msgid "Macedonian" +msgstr "macedoni" + +msgid "Malayalam" +msgstr "malaiàlam " + +msgid "Mongolian" +msgstr "mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Malay" +msgstr "Malai" + +msgid "Burmese" +msgstr "Burmès" + +msgid "Norwegian Bokmål" +msgstr "Bokmål noruec" + +msgid "Nepali" +msgstr "nepalès" + +msgid "Dutch" +msgstr "holandès" + +msgid "Norwegian Nynorsk" +msgstr "noruec nynorsk" + +msgid "Ossetic" +msgstr "ossètic" + +msgid "Punjabi" +msgstr "panjabi" + +msgid "Polish" +msgstr "polonès" + +msgid "Portuguese" +msgstr "portuguès" + +msgid "Brazilian Portuguese" +msgstr "portuguès de brasil" + +msgid "Romanian" +msgstr "romanès" + +msgid "Russian" +msgstr "rus" + +msgid "Slovak" +msgstr "eslovac" + +msgid "Slovenian" +msgstr "eslovè" + +msgid "Albanian" +msgstr "albanès" + +msgid "Serbian" +msgstr "serbi" + +msgid "Serbian Latin" +msgstr "serbi llatí" + +msgid "Swedish" +msgstr "suec" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "tàmil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "Tajik" + +msgid "Thai" +msgstr "tailandès" + +msgid "Turkmen" +msgstr "Turkmen" + +msgid "Turkish" +msgstr "turc" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "ucraïnès" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "Uzbek" + +msgid "Vietnamese" +msgstr "vietnamita" + +msgid "Simplified Chinese" +msgstr "xinès simplificat" + +msgid "Traditional Chinese" +msgstr "xinès tradicional" + +msgid "Messages" +msgstr "Missatges" + +msgid "Site Maps" +msgstr "Mapes del lloc" + +msgid "Static Files" +msgstr "Arxius estàtics" + +msgid "Syndication" +msgstr "Sindicació" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Aquest número de plana no és un enter" + +msgid "That page number is less than 1" +msgstr "El nombre de plana és inferior a 1" + +msgid "That page contains no results" +msgstr "La plana no conté cap resultat" + +msgid "Enter a valid value." +msgstr "Introduïu un valor vàlid." + +msgid "Enter a valid URL." +msgstr "Introduïu una URL vàlida." + +msgid "Enter a valid integer." +msgstr "Introduïu un enter vàlid." + +msgid "Enter a valid email address." +msgstr "Introdueix una adreça de correu electrònic vàlida" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduïu un 'slug' vàlid, consistent en lletres, números, guions o guions " +"baixos." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduïu un 'slug' vàlid format per lletres Unicode, números, guions o " +"guions baixos." + +msgid "Enter a valid IPv4 address." +msgstr "Introduïu una adreça IPv4 vàlida." + +msgid "Enter a valid IPv6 address." +msgstr "Entreu una adreça IPv6 vàlida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Entreu una adreça IPv4 o IPv6 vàlida." + +msgid "Enter only digits separated by commas." +msgstr "Introduïu només dígits separats per comes." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assegureu-vos que aquest valor sigui %(limit_value)s (és %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Assegureu-vos que aquest valor sigui menor o igual que %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Assegureu-vos que aquest valor sigui més gran o igual que %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +" \n" +"Asseguri's que aquest valor sigui un múltiple de %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcter (en té " +"%(show_value)d)." +msgstr[1] "" +"Assegureu-vos que el valor tingui almenys %(limit_value)d caràcters (en té " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcter (en té " +"%(show_value)d)." +msgstr[1] "" +"Assegureu-vos que aquest valor tingui com a molt %(limit_value)d caràcters " +"(en té %(show_value)d)." + +msgid "Enter a number." +msgstr "Introduïu un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assegureu-vos que no hi ha més de %(max)s dígit en total." +msgstr[1] "Assegureu-vos que no hi hagi més de %(max)s dígits en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Assegureu-vos que no hi ha més de %(max)s decimal." +msgstr[1] "Assegureu-vos que no hi hagi més de %(max)s decimals." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Assegureu-vos que no hi ha més de %(max)s dígit abans de la coma decimal." +msgstr[1] "" +"Assegureu-vos que no hi hagi més de %(max)s dígits abans de la coma decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"L'extensió d'arxiu “%(extension)s” no està permesa. Les extensions permeses " +"són: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "No es permeten caràcters nuls." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ja existeix %(model_name)s amb aquest %(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "La restricció %(name)s no es compleix." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "El valor %(value)r no és una opció vàlida." + +msgid "This field cannot be null." +msgstr "Aquest camp no pot ser nul." + +msgid "This field cannot be blank." +msgstr "Aquest camp no pot estar en blanc." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ja existeix %(model_name)s amb aquest %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s ha de ser únic per a %(date_field_label)s i %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Camp del tipus: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "El valor '%(value)s' ha de ser \"True\" o \"False\"." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "El valor '%(value)s' ha de ser cert, fals o buid." + +msgid "Boolean (Either True or False)" +msgstr "Booleà (Cert o Fals)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (de fins a %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enters separats per comes" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor '%(value)s' no té un format de data vàlid. Ha de tenir el format " +"YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor '%(value)s' té el format correcte (YYYY-MM-DD) però no és una data " +"vàlida." + +msgid "Date (without time)" +msgstr "Data (sense hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor '%(value)s' no té un format vàlid. Ha de tenir el format YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor '%(value)s' té el format correcte (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) però no és una data/hora vàlida." + +msgid "Date (with time)" +msgstr "Data (amb hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "El valor '%(value)s' ha de ser un nombre decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"'El valor %(value)s' té un format invàlid. Ha d'estar en el format [DD] [HH:" +"[MM:]]ss[.uuuuuu] ." + +msgid "Duration" +msgstr "Durada" + +msgid "Email address" +msgstr "Adreça de correu electrònic" + +msgid "File path" +msgstr "Ruta del fitxer" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "El valor '%(value)s' ha de ser un número decimal." + +msgid "Floating point number" +msgstr "Número de coma flotant" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "El valor '%(value)s' ha de ser un nombre enter." + +msgid "Integer" +msgstr "Enter" + +msgid "Big (8 byte) integer" +msgstr "Enter gran (8 bytes)" + +msgid "Small integer" +msgstr "Enter petit" + +msgid "IPv4 address" +msgstr "Adreça IPv4" + +msgid "IP address" +msgstr "Adreça IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "El valor '%(value)s' ha de ser None, True o False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleà (Cert, Fals o Cap ('None'))" + +msgid "Positive big integer" +msgstr "Enter gran positiu" + +msgid "Positive integer" +msgstr "Enter positiu" + +msgid "Positive small integer" +msgstr "Enter petit positiu" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fins a %(max_length)s)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor '%(value)s' no té un format vàlid. Ha de tenir el format HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor '%(value)s' té el format correcte (HH:MM[:ss[.uuuuuu]]) però no és " +"una hora vàlida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dades binàries" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "'%(value)s' no és un UUID vàlid." + +msgid "Universally unique identifier" +msgstr "Identificador únic universal" + +msgid "File" +msgstr "Arxiu" + +msgid "Image" +msgstr "Imatge" + +msgid "A JSON object" +msgstr "Un objecte JSON" + +msgid "Value must be valid JSON." +msgstr "El valor ha de ser JSON vàlid." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instància de %(model)s amb %(field)s %(value)r no existeix." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clau forana (tipus determinat pel camp relacionat)" + +msgid "One-to-one relationship" +msgstr "Relació un-a-un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relació %(from)s-%(to)s " + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relacions %(from)s-%(to)s " + +msgid "Many-to-many relationship" +msgstr "Relació molts-a-molts" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Aquest camp és obligatori." + +msgid "Enter a whole number." +msgstr "Introduïu un número enter." + +msgid "Enter a valid date." +msgstr "Introduïu una data vàlida." + +msgid "Enter a valid time." +msgstr "Introduïu una hora vàlida." + +msgid "Enter a valid date/time." +msgstr "Introduïu una data/hora vàlides." + +msgid "Enter a valid duration." +msgstr "Introduïu una durada vàlida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "El número de dies ha de ser entre {min_days} i {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No s'ha enviat cap fitxer. Comproveu el tipus de codificació del formulari." + +msgid "No file was submitted." +msgstr "No s'ha enviat cap fitxer." + +msgid "The submitted file is empty." +msgstr "El fitxer enviat està buit." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcter (en té " +"%(length)d)." +msgstr[1] "" +"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcters (en té " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Si us plau, envieu un fitxer o marqueu la casella de selecció \"netejar\", " +"no ambdós." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Carregueu una imatge vàlida. El fitxer que heu carregat no era una imatge o " +"estava corrupte." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Esculliu una opció vàlida. %(value)s no és una de les opcions vàlides." + +msgid "Enter a list of values." +msgstr "Introduïu una llista de valors." + +msgid "Enter a complete value." +msgstr "Introduïu un valor complet." + +msgid "Enter a valid UUID." +msgstr "Intruduïu un UUID vàlid." + +msgid "Enter a valid JSON." +msgstr "Introduïu un JSON vàlid." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Camp ocult %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Les dades de ManagementForm no hi són o han estat modificades. Camps que " +"falten: %(field_names)s. . Necessitaràs omplir una incidència si el problema " +"persisteix." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Enviau com a màxim %(num)d formulari, si us plau." +msgstr[1] "Enviau com a màxim %(num)d formularis, si us plau." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Enviau com a mínim %(num)d formulari, si us plau." +msgstr[1] "Enviau com a mínim %(num)d formularis, si us plau." + +msgid "Order" +msgstr "Ordre" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Si us plau, corregiu la dada duplicada per a %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Si us plau, corregiu la dada duplicada per a %(field)s, la qual ha de ser " +"única." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Si us plau, corregiu la dada duplicada per a %(field_name)s, la qual ha de " +"ser única per a %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Si us plau, corregiu els valors duplicats a sota." + +msgid "The inline value did not match the parent instance." +msgstr "El valor en línia no coincideix amb la instància mare ." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Esculliu una opció vàlida. La opció triada no és una de les opcions " +"disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" no és un valor vàlid" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"No s'ha pogut interpretar %(datetime)s a la zona horària " +"%(current_timezone)s; potser és ambigua o no existeix." + +msgid "Clear" +msgstr "Netejar" + +msgid "Currently" +msgstr "Actualment" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconegut" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sí,no,potser" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mitjanit" + +msgid "noon" +msgstr "migdia" + +msgid "Monday" +msgstr "Dilluns" + +msgid "Tuesday" +msgstr "Dimarts" + +msgid "Wednesday" +msgstr "Dimecres" + +msgid "Thursday" +msgstr "Dijous" + +msgid "Friday" +msgstr "Divendres" + +msgid "Saturday" +msgstr "Dissabte" + +msgid "Sunday" +msgstr "Diumenge" + +msgid "Mon" +msgstr "dl." + +msgid "Tue" +msgstr "dt." + +msgid "Wed" +msgstr "dc." + +msgid "Thu" +msgstr "dj." + +msgid "Fri" +msgstr "dv." + +msgid "Sat" +msgstr "ds." + +msgid "Sun" +msgstr "dg." + +msgid "January" +msgstr "gener" + +msgid "February" +msgstr "febrer" + +msgid "March" +msgstr "març" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "maig" + +msgid "June" +msgstr "juny" + +msgid "July" +msgstr "juliol" + +msgid "August" +msgstr "agost" + +msgid "September" +msgstr "setembre" + +msgid "October" +msgstr "octubre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "desembre" + +msgid "jan" +msgstr "gen." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "març" + +msgid "apr" +msgstr "abr." + +msgid "may" +msgstr "maig" + +msgid "jun" +msgstr "juny" + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "ago." + +msgid "sep" +msgstr "set." + +msgid "oct" +msgstr "oct." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "des." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Març" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maig" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juny" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "gener" + +msgctxt "alt. month" +msgid "February" +msgstr "febrer" + +msgctxt "alt. month" +msgid "March" +msgstr "març" + +msgctxt "alt. month" +msgid "April" +msgstr "abril" + +msgctxt "alt. month" +msgid "May" +msgstr "maig" + +msgctxt "alt. month" +msgid "June" +msgstr "juny" + +msgctxt "alt. month" +msgid "July" +msgstr "juliol" + +msgctxt "alt. month" +msgid "August" +msgstr "agost" + +msgctxt "alt. month" +msgid "September" +msgstr "setembre" + +msgctxt "alt. month" +msgid "October" +msgstr "octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "desembre" + +msgid "This is not a valid IPv6 address." +msgstr "Aquesta no és una adreça IPv6 vàlida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d any" +msgstr[1] "%(num)d anys" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mes" +msgstr[1] "%(num)d mesos" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d setmana" +msgstr[1] "%(num)d setmanes" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dia" +msgstr[1] "%(num)d dies" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d hores" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minuts" + +msgid "Forbidden" +msgstr "Prohibit" + +msgid "CSRF verification failed. Request aborted." +msgstr "La verificació de CSRF ha fallat. Petició abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Esteu veient aquest missatge perquè aquest lloc HTTPS requereix que el " +"vostre navegador enviï una capçalera “Referer\", i no n'ha arribada cap. " +"Aquesta capçalera es requereix per motius de seguretat, per garantir que el " +"vostre navegador no està sent segrestat per tercers." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Si heu configurat el vostre navegador per deshabilitar capçaleres “Referer" +"\", sisplau torneu-les a habilitar, com a mínim per a aquest lloc, o per a " +"connexions HTTPs, o per a peticions amb el mateix orígen." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si utilitzeu l'etiqueta o " +"incloeu la capçalera “Referer-Policy: no-referrer\" , si us plau elimineu-" +"la. La protecció CSRF requereix la capçalera “Referer\" per a fer una " +"comprovació estricta. Si esteu preocupats quant a la privacitat, utilitzeu " +"alternatives com per enllaços a aplicacions de " +"tercers." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estàs veient aquest missatge perquè aquest lloc requereix una galeta CSRF " +"quan s'envien formularis. Aquesta galeta es requereix per motius de " +"seguretat, per garantir que el teu navegador no està sent infiltrat per " +"tercers." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Si has configurat el teu navegador per deshabilitar galetes, sisplau torna-" +"les a habilitar, com a mínim per a aquest lloc, o per a peticions amb el " +"mateix orígen." + +msgid "More information is available with DEBUG=True." +msgstr "Més informació disponible amb DEBUG=True." + +msgid "No year specified" +msgstr "No s'ha especificat any" + +msgid "Date out of range" +msgstr "Data fora de rang" + +msgid "No month specified" +msgstr "No s'ha especificat mes" + +msgid "No day specified" +msgstr "No s'ha especificat dia" + +msgid "No week specified" +msgstr "No s'ha especificat setmana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Cap %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Futurs %(verbose_name_plural)s no disponibles perquè %(class_name)s." +"allow_future és Fals." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Cadena invàlida de data '%(datestr)s' donat el format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No s'ha trobat cap %(verbose_name)s que coincideixi amb la petició" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "La pàgina no és 'last', ni es pot convertir en un enter" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pàgina invàlida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Llista buida i '%(class_name)s.allow_empty' és Fals." + +msgid "Directory indexes are not allowed here." +msgstr "Aquí no es permeten índex de directori." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" no existeix" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índex de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "La instal·lació ha estat un èxit! Enhorabona!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Visualitza notes de llançament per Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Esteu veient aquesta pàgina perquè el paràmetre DEBUG=Trueconsta al fitxer de configuració i no teniu cap " +"URL configurada." + +msgid "Django Documentation" +msgstr "Documentació de Django" + +msgid "Topics, references, & how-to’s" +msgstr "Temes, referències, & Com es fa" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Una aplicació enquesta" + +msgid "Get started with Django" +msgstr "Primers passos amb Django" + +msgid "Django Community" +msgstr "Comunitat Django" + +msgid "Connect, get help, or contribute" +msgstr "Connecta, obté ajuda, o col·labora" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..263efe9f87e704020b509912a23520aa405819c1 GIT binary patch literal 201 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 Q8nIQ<>X@lcI34}{7hu`X1^@s6 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b1351bbd946 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,1333 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bawar Jalal, 2021 +# Bawar Jalal, 2020-2021 +# Bawar Jalal, 2020 +# Kosar Tofiq Saeed , 2020-2021 +# Natalia, 2025 +# Swara , 2022-2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Central Kurdish (http://app.transifex.com/django/django/" +"language/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ئەفریقی" + +msgid "Arabic" +msgstr "عەرەبی" + +msgid "Algerian Arabic" +msgstr "عەرەبیی جەزائیری" + +msgid "Asturian" +msgstr "ئاستوری" + +msgid "Azerbaijani" +msgstr "ئازەربایجانی" + +msgid "Bulgarian" +msgstr "بولگاری" + +msgid "Belarusian" +msgstr "بیلاڕوسی" + +msgid "Bengali" +msgstr "بەنگالی" + +msgid "Breton" +msgstr "بریتۆنی" + +msgid "Bosnian" +msgstr "بۆسنێیی" + +msgid "Catalan" +msgstr "کاتالانی" + +msgid "Central Kurdish (Sorani)" +msgstr "کوردی" + +msgid "Czech" +msgstr "چیکی" + +msgid "Welsh" +msgstr "وێڵزی" + +msgid "Danish" +msgstr "دانیمارکی" + +msgid "German" +msgstr "ئەڵمانی" + +msgid "Lower Sorbian" +msgstr "سۆربیانی خواروو" + +msgid "Greek" +msgstr "یۆنانی" + +msgid "English" +msgstr "ئینگلیزی" + +msgid "Australian English" +msgstr "ئینگلیزی ئوستورالی" + +msgid "British English" +msgstr "ئینگلیزی بەریتانی" + +msgid "Esperanto" +msgstr "ئێسپەرانتەویی" + +msgid "Spanish" +msgstr "ئیسپانی" + +msgid "Argentinian Spanish" +msgstr "ئیسپانیی ئەرجەنتینی" + +msgid "Colombian Spanish" +msgstr "ئیسپانیی کۆڵۆمبی" + +msgid "Mexican Spanish" +msgstr "ئیسپانیی مەکسیکی" + +msgid "Nicaraguan Spanish" +msgstr "ئیسپانیی نیکاراگوایی" + +msgid "Venezuelan Spanish" +msgstr "ئیسپانیی فەنزوێلایی" + +msgid "Estonian" +msgstr "ئیستۆنی" + +msgid "Basque" +msgstr "باسکۆیی" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "فینلەندی" + +msgid "French" +msgstr "فەڕەنسی" + +msgid "Frisian" +msgstr "فریسی" + +msgid "Irish" +msgstr "ئیرلەندی" + +msgid "Scottish Gaelic" +msgstr "گالیکی سکۆتلەندی" + +msgid "Galician" +msgstr "گالیسیایی" + +msgid "Hebrew" +msgstr "ئیسرائیلی" + +msgid "Hindi" +msgstr "هیندی" + +msgid "Croatian" +msgstr "کڕواتی" + +msgid "Upper Sorbian" +msgstr "سڕبی سەروو" + +msgid "Hungarian" +msgstr "هەنگاری" + +msgid "Armenian" +msgstr "ئەرمەنی" + +msgid "Interlingua" +msgstr "ئینتەرلینگوایی" + +msgid "Indonesian" +msgstr "ئیندۆنیزی" + +msgid "Igbo" +msgstr "ئیگبۆیی" + +msgid "Ido" +msgstr "ئیدۆیی" + +msgid "Icelandic" +msgstr "ئایسلەندی" + +msgid "Italian" +msgstr "ئیتاڵی" + +msgid "Japanese" +msgstr "یابانی" + +msgid "Georgian" +msgstr "جۆرجی" + +msgid "Kabyle" +msgstr "کابایلی" + +msgid "Kazakh" +msgstr "کازاخی" + +msgid "Khmer" +msgstr "خەمیری" + +msgid "Kannada" +msgstr "کانێدایی" + +msgid "Korean" +msgstr "کۆری" + +msgid "Kyrgyz" +msgstr "کیرگزستانی" + +msgid "Luxembourgish" +msgstr "لۆکسەمبۆرگی" + +msgid "Lithuanian" +msgstr "لیتوانی" + +msgid "Latvian" +msgstr "لاتیڤی" + +msgid "Macedonian" +msgstr "مەسەدۆنی" + +msgid "Malayalam" +msgstr "مەلایالامی" + +msgid "Mongolian" +msgstr "مەنگۆلی" + +msgid "Marathi" +msgstr "ماراسی" + +msgid "Malay" +msgstr "مالایی" + +msgid "Burmese" +msgstr "بورمایی" + +msgid "Norwegian Bokmål" +msgstr "بۆکامۆلی نەرویجی" + +msgid "Nepali" +msgstr "نیپاڵی" + +msgid "Dutch" +msgstr "هۆڵەندی" + +msgid "Norwegian Nynorsk" +msgstr "نینۆرسکی نەرویجی" + +msgid "Ossetic" +msgstr "ئۆسیتی" + +msgid "Punjabi" +msgstr "پونجابی" + +msgid "Polish" +msgstr "پۆڵۆنی" + +msgid "Portuguese" +msgstr "پورتوگالی" + +msgid "Brazilian Portuguese" +msgstr "پورتوگالیی بەڕازیلی" + +msgid "Romanian" +msgstr "ڕۆمانیایی" + +msgid "Russian" +msgstr "ڕووسی" + +msgid "Slovak" +msgstr "سلۆڤاکی" + +msgid "Slovenian" +msgstr "سلۆڤینیایی" + +msgid "Albanian" +msgstr "ئەلبانی" + +msgid "Serbian" +msgstr "سڕبی" + +msgid "Serbian Latin" +msgstr "سڕبیی لاتین" + +msgid "Swedish" +msgstr "سویدی" + +msgid "Swahili" +msgstr "سواهیلی" + +msgid "Tamil" +msgstr "تامیلی" + +msgid "Telugu" +msgstr "تێلوگویی" + +msgid "Tajik" +msgstr "تاجیکی" + +msgid "Thai" +msgstr "تایلاندی" + +msgid "Turkmen" +msgstr "تورکمانی" + +msgid "Turkish" +msgstr "تورکی" + +msgid "Tatar" +msgstr "تاتاری" + +msgid "Udmurt" +msgstr "ئودمورتی" + +msgid "Uyghur" +msgstr "ئۆیغور" + +msgid "Ukrainian" +msgstr "ئۆکرانی" + +msgid "Urdu" +msgstr "ئوردویی" + +msgid "Uzbek" +msgstr "ئۆزبەکی" + +msgid "Vietnamese" +msgstr "ڤێتنامی" + +msgid "Simplified Chinese" +msgstr "چینی سادەکراو" + +msgid "Traditional Chinese" +msgstr "چینی کلاسیکی" + +msgid "Messages" +msgstr "پەیامەکان" + +msgid "Site Maps" +msgstr "نەخشەکانی پێگە" + +msgid "Static Files" +msgstr "فایلە نەگۆڕەکان" + +msgid "Syndication" +msgstr "هاوبەشکردن" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "ئەو ژمارەی پەڕەیە ژمارەی تەواو نییە" + +msgid "That page number is less than 1" +msgstr "ئەو ژمارەی پەڕەیە لە 1 کەمترە" + +msgid "That page contains no results" +msgstr "ئەو پەڕەیە هیچ ئەنجامێکی تێدا نییە" + +msgid "Enter a valid value." +msgstr "نرخێکی دروست لەناودابنێ." + +msgid "Enter a valid domain name." +msgstr "پاوەن/دۆمەینی دروست بنوسە." + +msgid "Enter a valid URL." +msgstr "URL ی دروست لەناودابنێ." + +msgid "Enter a valid integer." +msgstr "ژمارەیەکی تەواو لەناودابنێ" + +msgid "Enter a valid email address." +msgstr "ناونیشانێکی ئیمەیڵی دروست لەناودابنێ" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "\"سلەگ\"ێکی دروست بنوسە کە پێکهاتووە لە پیت، ژمارە، ژێرهێڵ یان هێڵ." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"\"سلەگ\"ێکی دروست بنوسە کە پێکهاتووە لە پیتی یونیکۆد، ژمارە، هێڵی ژێرەوە، " +"یان هێما." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "ناونیشانی %(protocol)s دروست بنوسە." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 یان IPv6" + +msgid "Enter only digits separated by commas." +msgstr "تەنها ژمارە لەناودابنێ بە فاریزە جیاکرابێتەوە." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "دڵنیاببە ئەم نرخە %(limit_value)sە (ئەوە %(show_value)sە). " + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "دڵنیاببە ئەم نرخە کەمترە یاخود یەکسانە بە %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "دڵنیاببە ئەم نرخە گەورەترە یاخود یەکسانە بە %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "دڵنیابە کە ئەم بەهایە چەندانێکە لە قەبارەی هەنگاوی%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"دڵنیابە ئەم بەهایە چەند هێندەیەکی قەبارەی هەنگاوەکانە %(limit_value)s, " +"دەستپێدەکات لە %(offset)s، بۆ نموونە %(offset)s، %(valid_value1)s، " +"%(valid_value2)s، هتد." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"دڵنیابە ئەم بەهایە لانیکەم %(limit_value)d نوسەی هەیە (%(show_value)d هەیە)." +msgstr[1] "" +"دڵنیابە ئەم بەهایە لانیکەم %(limit_value)d نوسەی هەیە (%(show_value)d هەیە)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"دڵنیابە ئەم بەهایە لانی زۆر %(limit_value)d نوسەی هەیە (%(show_value)d هەیە)." +msgstr[1] "" +"دڵنیابە ئەم بەهایە لانی زۆر %(limit_value)d نوسەی هەیە (%(show_value)d هەیە)." + +msgid "Enter a number." +msgstr "ژمارەیەک بنوسە." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "دڵنیابە لەوەی بەگشتی زیاتر لە %(max)s ژمارە نیە." +msgstr[1] "دڵنیابە لەوەی بەگشتی زیاتر لە %(max)s ژمارە نیە." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "دڵنیابە لەوەی بەگشتی زیاتر لە %(max)s ژمارەی دەیی نیە." +msgstr[1] "دڵنیابە لەوەی بەگشتی زیاتر لە %(max)s ژمارەی دەیی نیە." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "دڵنیابە لەوەی زیاتر نیە لە %(max)s ژمارە پێش خاڵی ژمارەی دەیی." +msgstr[1] "دڵنیابە لەوەی زیاتر نیە لە %(max)s ژمارە پێش خاڵی ژمارەی دەیی." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"پەڕگەپاشبەندی “%(extension)s” ڕێگەپێنەدراوە. پاشبنەدە ڕێگەپێدراوەکان: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "نوسەی بەتاڵ ڕێگەپێنەدراوە." + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s لەگەڵ %(field_labels)s پێشتر تۆمارکراوە." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "سنوردارکردنی “%(name)s” پێشێلکراوە." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "بەهای %(value)r هەڵبژاردەیەکی دروست نیە." + +msgid "This field cannot be null." +msgstr "ئەم خانەیە نابێت پووچ بێت." + +msgid "This field cannot be blank." +msgstr "ئەم خانەیە نابێت بەتاڵ بێت." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s لەگەڵ %(field_label)s پێشتر تۆمارکراوە." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s دەبێت بێهاوتا بێت بۆ %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "خانە لە جۆری: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "بەهای “%(value)s” دەبێت دروست یان چەوت بێت." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "بەهای “%(value)s” دەبێت یان دروست، یان چەوت یان هیچ بێت." + +msgid "Boolean (Either True or False)" +msgstr "بولی (یان دروست یان چەوت)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "ڕیزبەند (تا %(max_length)s)" + +msgid "String (unlimited)" +msgstr "ڕیز(بێسنوور)" + +msgid "Comma-separated integers" +msgstr "ژمارە تەواوەکان بە کۆما جیاکراونەتەوە" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"بەهای “%(value)s” شێوازی بەروارێکی نادروستی هەیە. دەبێت بەشێوازی YYYY-MM-DD " +"بێت." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"بەهای “%(value)s” شێوازێکی تەواوی هەیە (YYYY-MM-DD) بەڵام بەروارێکی هەڵەیە." + +msgid "Date (without time)" +msgstr "بەروار (بەبێ کات)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"بەهای “%(value)s” شێوازێکی نادروستی هەیە. دەبێت بەشێوەی YYYY-MM-DD HH:MM[:" +"ss[.uuuuuu]][TZ] بێت." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"بەهای “%(value)s” شێوازێکی دروستی هەیە (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"بەروار/کاتێکی نادروستە." + +msgid "Date (with time)" +msgstr "بەروار (لەگەڵ کات)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "بەهای “%(value)s” دەبێت ژمارەیەکی دەیی بێت." + +msgid "Decimal number" +msgstr "ژمارەی دەیی" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"بەهای “%(value)s” شێوازێکی هەڵەی هەیە. دەبێت بەشێوەی [DD] [[HH:]MM:]ss[." +"uuuuuu] format بێت." + +msgid "Duration" +msgstr "ماوە" + +msgid "Email address" +msgstr "ناونیشانی ئیمەیڵ" + +msgid "File path" +msgstr "ڕێڕەوی پەڕگە" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "بەهای “%(value)s” دەبێت ژمارەی کەرتی بێت." + +msgid "Floating point number" +msgstr "خاڵی ژمارەی کەرتی" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "بەهای “%(value)s” دەبێت ژمارەی تەواو بێت." + +msgid "Integer" +msgstr "ژمارەی تەواو" + +msgid "Big (8 byte) integer" +msgstr "(8بایت) ژمارەی تەواوی گەورە" + +msgid "Small integer" +msgstr "ژمارەی تەواوی بچوک" + +msgid "IPv4 address" +msgstr "ناونیشانی IPv4" + +msgid "IP address" +msgstr "ناونیشانی ئای پی" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "بەهای “%(value)s” دەبێت یان هیچ، یان دروست یان چەوت بێت." + +msgid "Boolean (Either True, False or None)" +msgstr "بولی (یان دروست یان چەوت یان هیچ)" + +msgid "Positive big integer" +msgstr "ژمارەی تەواوی گەورەی ئەرێنی" + +msgid "Positive integer" +msgstr "ژمارەی تەواوی ئەرێنی" + +msgid "Positive small integer" +msgstr "ژمارەی تەواوی بچوکی ئەرێنی" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "سلەگ (تا %(max_length)s)" + +msgid "Text" +msgstr "نوسین" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"بەهای “%(value)s” شێوازێکی هەڵەی هەیە. دەبێت بەشێوەی HH:MM[:ss[.uuuuuu]] بێت." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” بەهاکە شێوازێکی دروستی هەیە (HH:MM[:ss[.uuuuuu]]) بەڵام کاتێکی " +"نادروستە." + +msgid "Time" +msgstr "کات" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "داتای دووانەیی خاو" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s ” UUIDێکی دروستی نیە." + +msgid "Universally unique identifier" +msgstr "ناسێنەرێکی بێهاوتای گشتگیر" + +msgid "File" +msgstr "پەڕگە" + +msgid "Image" +msgstr "وێنە" + +msgid "A JSON object" +msgstr "ئۆبجێکتێکی JSON" + +msgid "Value must be valid JSON." +msgstr "بەها پێویستە JSONی دروست بێت." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "کلیلی دەرەکی(جۆر بەپێی خانەی پەیوەندیدار دیاری دەکرێت)" + +msgid "One-to-one relationship" +msgstr "پەیوەندیی یەک-بۆ-یەک" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s پەیوەندی" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s پەیوەندییەکان" + +msgid "Many-to-many relationship" +msgstr "پەیوەندیی گشت-بۆ-گشت" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":؟.!" + +msgid "This field is required." +msgstr "ئەم خانەیە داواکراوە." + +msgid "Enter a whole number." +msgstr "ژمارەیەکی تەواو بنوسە." + +msgid "Enter a valid date." +msgstr "بەرواری دروست بنوسە." + +msgid "Enter a valid time." +msgstr "تکایە کاتێکی ڕاست بنووسە." + +msgid "Enter a valid date/time." +msgstr "بەروار/کاتی دروست بنوسە." + +msgid "Enter a valid duration." +msgstr "بەهای دروستی ماوە بنوسە." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "ژمارەی ڕۆژەکان دەبێت لەنێوان {min_days} و {max_days} بێت." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "هیچ پەڕگەیەک نەنێردراوە. جۆری کۆدکردنی پەڕگەکە لەسەر فۆرمەکە بپشکنە." + +msgid "No file was submitted." +msgstr "هیچ پەڕگەیەک نەنێردراوە." + +msgid "The submitted file is empty." +msgstr "پەڕگەی نێردراو بەتاڵە." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "دڵنیابە کە ناوی پەڕگە زیاتر لە %(max)d نوسەی نیە (%(length)d هەیە)." +msgstr[1] "دڵنیابە کە ناوی پەڕگە زیاتر لە %(max)d نوسەی نیە (%(length)d هەیە)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"تکایە یان پەڕگەیەک بنێرە یان چوارچێوەی پشکنین هەڵبژێرە، نەک هەردووکیان." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"وێنەی دروست هەڵبژێرە. ئەو پەڕگەی بەرزتکردۆوە یان وێنە نیە یان وێنەیەکی خراپ " +"بووە." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"هەڵبژاردەیەکی دروست دیاری بکە. %(value)s یەکێک نیە لە هەڵبژاردە بەردەستەکان." + +msgid "Enter a list of values." +msgstr "لیستی بەهاکان بنوسە." + +msgid "Enter a complete value." +msgstr "تەواوی بەهایەک بنوسە." + +msgid "Enter a valid UUID." +msgstr "بەهای دروستی UUID بنوسە." + +msgid "Enter a valid JSON." +msgstr "JSONی دروست بنوسە." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(خانەی شاراوە %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"داتاکانی فۆڕمی بەڕێوەبردن نەماوە یان دەستکاری کراون. خانە وونبووەکان: " +"%(field_names)s. لەوانەیە پێویستت بە تۆمارکردنی ڕاپۆرتی هەڵە بێت ئەگەر " +"کێشەکە بەردەوام بوو." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "تکایە لانی زۆر %(num)d فۆرم بنێرە." +msgstr[1] "تکایە لانی زۆر %(num)d فۆرم بنێرە." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "تکایە لانی کەم %(num)d فۆرم بنێرە." +msgstr[1] "تکایە لانی کەم %(num)d فۆرم بنێرە." + +msgid "Order" +msgstr "ڕیز" + +msgid "Delete" +msgstr "سڕینەوە" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "تکایە داتا دووبارەکراوەکان چاکبکەرەوە بۆ %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"تکایە ئەو داتا دووبارەکراوەکانە چاکبکەرەوە بۆ %(field)s، کە دەبێت بێهاوتابن." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"تکایە ئەو داتا دووبارەکراوەکان چاکبکەرەوە بۆ %(field_name)s کە دەبێت بێهاوتا " +"بن بۆ %(lookup)s لە%(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "تکایە بەها دووبارەکانی خوارەوە ڕاست بکەرەوە." + +msgid "The inline value did not match the parent instance." +msgstr "بەهای ناوهێڵ هاوشێوەی نمونەی باوانەکەی نیە." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "هەڵبژاردەی دروست دیاری بکە. هەڵبژاردە لە هەڵبژاردە بەردەستەکان نیە." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” بەهایەکی دروست نیە." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s نەتوانرا لە ناوچەی کاتدا لێکبدرێتەوە %(current_timezone)s؛ " +"لەوانەیە ناڕوون بێت یان لەوانەیە بوونی نەبێت." + +msgid "Clear" +msgstr "پاککردنەوە" + +msgid "Currently" +msgstr "ئێستا" + +msgid "Change" +msgstr "گۆڕین" + +msgid "Unknown" +msgstr "نەزانراو" + +msgid "Yes" +msgstr "بەڵێ" + +msgid "No" +msgstr "نەخێر" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "بەڵێ,نەخێر,لەوانەیە" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)dبایت" +msgstr[1] "%(size)d بایت" + +#, python-format +msgid "%s KB" +msgstr "%s کب" + +#, python-format +msgid "%s MB" +msgstr "%s مب" + +#, python-format +msgid "%s GB" +msgstr "%s گب" + +#, python-format +msgid "%s TB" +msgstr "%s تب" + +#, python-format +msgid "%s PB" +msgstr "%s پب" + +msgid "p.m." +msgstr "پ.ن" + +msgid "a.m." +msgstr "پ.ن" + +msgid "PM" +msgstr "د.ن" + +msgid "AM" +msgstr "پ.ن" + +msgid "midnight" +msgstr "نیوەشەو" + +msgid "noon" +msgstr "نیوەڕۆ" + +msgid "Monday" +msgstr "دووشەممە" + +msgid "Tuesday" +msgstr "سێشەممە" + +msgid "Wednesday" +msgstr "چوارشەممە" + +msgid "Thursday" +msgstr "پێنجشەممە" + +msgid "Friday" +msgstr "هەینی" + +msgid "Saturday" +msgstr "شەممە" + +msgid "Sunday" +msgstr "یەکشەممە" + +msgid "Mon" +msgstr "دوو" + +msgid "Tue" +msgstr "سێ" + +msgid "Wed" +msgstr "چوار" + +msgid "Thu" +msgstr "پێنج" + +msgid "Fri" +msgstr "هەین" + +msgid "Sat" +msgstr "شەم" + +msgid "Sun" +msgstr "یەک" + +msgid "January" +msgstr "ڕێبەندان" + +msgid "February" +msgstr "ڕەشەمە" + +msgid "March" +msgstr "نەورۆز" + +msgid "April" +msgstr "گوڵان" + +msgid "May" +msgstr "جۆزەردان" + +msgid "June" +msgstr "پوشپەڕ" + +msgid "July" +msgstr "گەلاوێژ" + +msgid "August" +msgstr "خەرمانان" + +msgid "September" +msgstr "ڕەزبەر" + +msgid "October" +msgstr "گەڵاڕێزان" + +msgid "November" +msgstr "سەرماوەرز" + +msgid "December" +msgstr "بەفرانبار" + +msgid "jan" +msgstr "‎ڕێبەندان" + +msgid "feb" +msgstr "ڕەشەمە" + +msgid "mar" +msgstr "نەورۆز" + +msgid "apr" +msgstr "گوڵان" + +msgid "may" +msgstr "‎جۆزەردان" + +msgid "jun" +msgstr "پوشپەڕ" + +msgid "jul" +msgstr "‎گەلاوێژ" + +msgid "aug" +msgstr "خەرمانان" + +msgid "sep" +msgstr "‎ڕەزبەر" + +msgid "oct" +msgstr "‎گەڵاڕێزان" + +msgid "nov" +msgstr "‎سەرماوەرز" + +msgid "dec" +msgstr "‎بەفرانبار" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "‎ڕێبەندان" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ڕەشەمە" + +msgctxt "abbrev. month" +msgid "March" +msgstr "نەورۆز" + +msgctxt "abbrev. month" +msgid "April" +msgstr "گوڵان" + +msgctxt "abbrev. month" +msgid "May" +msgstr "جۆزەردان" + +msgctxt "abbrev. month" +msgid "June" +msgstr "پوشپەڕ" + +msgctxt "abbrev. month" +msgid "July" +msgstr "گەلاوێژ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "خەرمانان" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ڕەزبەر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "‎گەڵاڕێزان" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "‎سەرماوەرز" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "‎بەفرانبار" + +msgctxt "alt. month" +msgid "January" +msgstr "ڕێبەندان" + +msgctxt "alt. month" +msgid "February" +msgstr "ڕەشەمە" + +msgctxt "alt. month" +msgid "March" +msgstr "نەورۆز" + +msgctxt "alt. month" +msgid "April" +msgstr "گوڵان" + +msgctxt "alt. month" +msgid "May" +msgstr "جۆزەردان" + +msgctxt "alt. month" +msgid "June" +msgstr "پوشپەڕ" + +msgctxt "alt. month" +msgid "July" +msgstr "گەلاوێژ" + +msgctxt "alt. month" +msgid "August" +msgstr "خەرمانان" + +msgctxt "alt. month" +msgid "September" +msgstr "ڕەزبەر" + +msgctxt "alt. month" +msgid "October" +msgstr "گەڵاڕێزان" + +msgctxt "alt. month" +msgid "November" +msgstr "سەرماوەرز" + +msgctxt "alt. month" +msgid "December" +msgstr "بەفرانبار" + +msgid "This is not a valid IPv6 address." +msgstr "ئەمە ناونیشانی IPv6 دروست نیە." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "یان" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "، " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "‫%(num)d ساڵ" +msgstr[1] "‫%(num)d ساڵ" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "‫%(num)d مانگ" +msgstr[1] "‫%(num)d مانگ" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "‫%(num)d هەفتە" +msgstr[1] "‫%(num)d هەفتە" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "‫%(num)d ڕۆژ" +msgstr[1] "‫%(num)d ڕۆژ" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "‫%(num)d کاتژمێر" +msgstr[1] "‫%(num)d کاتژمێر" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "‫%(num)d خولەک" +msgstr[1] "‫%(num)d خولەک" + +msgid "Forbidden" +msgstr "ڕێپێنەدراو" + +msgid "CSRF verification failed. Request aborted." +msgstr "پشتڕاستکردنەوەی CSRF شکستی هێنا. داواکاری هەڵوەشاوەتەوە." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"تۆ ئەم پەیامە دەبینیت چونکە ئەم ماڵپەڕە HTTPS پێویستی بە \"سەردێڕی " +"ئاماژەدەر\" هەیە کە لەلایەن وێبگەڕەکەتەوە بنێردرێت، بەڵام هیچیان نەنێردراوە. " +"ئەم سەردێڕە بۆ هۆکاری ئاسایش پێویستە، بۆ دڵنیابوون لەوەی کە وێبگەڕەکەت " +"لەلایەن لایەنی سێیەمەوە دەستی بەسەردا ناگیرێت." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"ئەگەر ڕێکخستنی شەکرۆکەی ئەم وێبگەڕەت بۆ “Referer” ناچالاککردووە، تکایە " +"چالاکی بکەرەوە، لانیکەم بۆ ئەم ماڵپەڕە، یان بۆ پەیوەندییەکانی HTTPS، یاخود " +"بۆ داواکانی \"Same-origin\"." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"ئەگەر تۆ تاگی بەکاردەهێنێت " +"یان سەرپەڕەی “Referrer-Policy: no-referrer” لەخۆدەگرێت، تکایە بیانسڕەوە. " +"پاراستنی CSRFەکە پێویستی بە سەرپەڕەی “Referer”هەیە بۆ ئەنجامدانی پشکنینی " +"گەڕاندنەوەی توندوتۆڵ. ئەگەر خەمی تایبەتمەندیت هەیە، بەدیلەکانی وەکو بۆ بەستنەوەی ماڵپەڕەکانی لایەنی سێیەم." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"تۆ ئەم پەیامە دەبینیت چونکە ئەم ماڵپەڕە پێویستی بە شەکرۆکەی CSRF هەیە لە " +"کاتی ناردنی فۆڕمەکاندا. ئەم شەکرۆکەیە بۆ هۆکاری ئاسایش پێویستە، بۆ دڵنیابوون " +"لەوەی کە وێبگەڕەکەت لەلایەن لایەنی سێیەمەوە دەستی بەسەردا ناگیرێت." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"ئەگەر ڕێکخستنی شەکرۆکەی ئەم وێبگەڕەت ناچالاککردووە، تکایە چالاکی بکەرەوە، " +"لانیکەم بۆ ئەم ماڵپەڕە، یان بۆ داواکانی \"Same-origin\"" + +msgid "More information is available with DEBUG=True." +msgstr "زانیاریی زیاتر بەردەستە لەگەڵ DEBUG=True." + +msgid "No year specified" +msgstr "هیچ ساڵێک دیاری نەکراوە" + +msgid "Date out of range" +msgstr "بەروار لە دەرەوەی بواردایە" + +msgid "No month specified" +msgstr "هیچ مانگێک دیاری نەکراوە" + +msgid "No day specified" +msgstr "هیچ ڕۆژێک دیاری نەکراوە" + +msgid "No week specified" +msgstr "هیچ حەفتەیەک دیاری نەکراوە" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "هیچ %(verbose_name_plural)s بەردەست نییە" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"لەداهاتوودا %(verbose_name_plural)s بەردەست نیە چونکە %(class_name)s." +"allow_future چەوتە." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "ڕیزبەندی بەروار نادروستە “%(datestr)s” شێوازی “%(format)s” پێ بدە" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "هیچ %(verbose_name)s هاوتای داواکارییەکە نیە" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "لاپەڕە “کۆتا” نییە، هەروەها ناتوانرێت بگۆڕدرێت بۆ ژمارەی تەواو." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "لاپەڕەی نادروستە (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "لیستی بەتاڵ و “%(class_name)s.allow_empty” چەوتە." + +msgid "Directory indexes are not allowed here." +msgstr "لێرەدا نوانەی بوخچەکان ڕێگەپێدراو نیە." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” بوونی نیە" + +#, python-format +msgid "Index of %(directory)s" +msgstr "نوانەی %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "دامەزراندن بەسەرکەوتوویی کاریکرد! پیرۆزە!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"سەیری تێبینیەکانی بڵاوکردنەوە بکە بۆ جانگۆی " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"ئەم لاپەڕەیە دەبینیت چونکە DEBUG=True لەناو پەڕگەی ڕێکخستنەکانتە و بۆ هیچ URLێک " +"ڕێکنەخراوە." + +msgid "Django Documentation" +msgstr "بەڵگەنامەکردنی جانگۆ" + +msgid "Topics, references, & how-to’s" +msgstr "بابەتەکان, سەرچاوەکان, & چۆنێتی" + +msgid "Tutorial: A Polling App" +msgstr "فێرکاریی: ئاپێکی ڕاپرسی" + +msgid "Get started with Django" +msgstr "دەستپێبکە لەگەڵ جانگۆ" + +msgid "Django Community" +msgstr "کۆمەڵگەی جانگۆ" + +msgid "Connect, get help, or contribute" +msgstr "پەیوەندی بکە، یارمەتی وەربگرە، یان بەشداری بکە" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48b1259cf4e47317ad1cfeed27e902ac6f4bd5f7 GIT binary patch literal 202 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Ksb7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^>!c^yA|*^D;}~EYlnz0b6bS%zW8F_2sy#z|s{wzM!zlFZ5o jaAYYv0x6PN4RCgC1bC9+DIO;PPbVDVv;RTbP0=+E+7qjB literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py new file mode 100644 index 00000000000..162c840d33f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j F Y، کاتژمێر G:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "Y/n/j" +SHORT_DATETIME_FORMAT = "Y/n/j،‏ G:i" +FIRST_DAY_OF_WEEK = 6 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..95086e3d52e9217bbba809a355eb3ec8203cfb2f GIT binary patch literal 30186 zcmd6v2b>&7o$nhE*p>~(2`55p9oV(Cqu_v%EP*?HkL7>XQs6~J2Txw_w>rM z9N>2x8I#NzjDTYaCRrG;kK+vT0lWKrcjRQ!VL0=Sd>rZCnRLAGuc~@xb~Q@Iy!Ym# z+Fw_7Rdt1b{pa{DBtsr2OkUSdp`Im z@LcdDa1d0!6%H>4^?nFE5!?YXR9+oadJCKj-T)p2z5+ZMya`ml-vgcv-UI6WPeHx^ zHK_8(&>7PnQ0??V5LCJ6gKGbaz!Sh%xc6@Xec~Sh&jr5*sz3h? zs{W(;Y`GIa)pIKNSn!FU`o92FeXBr~+YUYkd={wub@0hx6I8i3gX+&-Q29Rvs$HK3 zH4k3|MHk-z)vwdfqAWNMycxV190La#q}PD&1m6i>bPluteiOVDd>);719%s>4BSd1 zmV>VWMTegUPX&+dw|Ew)aa{`X32y_a{>7l?@r5pav%~j+8sED?(dXAd)%QzKbU$~% z^BxC28B{&XLG^npcnvrVZUH|DY6+dlPK=tLAmG2jz+VdMwbUbIF#S=lL`=H97531jbz?;CO;OXG!LDlmk zQ2BlVYFz#cR6BnM9uLl0WYbRu)y~sE)%PTjA@K%W`ZGY$?N0FFU;;9*Wr&I4nABf@;@`K_7fIsP=yl6rFq&R6oAp((eV;j{CqR z;J>=`$6w%iYl)u?(nYTd#^9U5^T6XS^t_eeQ^3o?ac~_t4XXc-xyaEQcrtMxRKG3) z)vvXn+I1bM@e4t>j^D6K}@Jdkc z%b?m7xp)SiN&E$%^6vrFp7(;sfgb`@{%%m~`-`BN2T<)g|0%Y<1)$1Z>~J|KdS44_ zoVPlBhQnupYDXCqeODbeKz%0z+2XvLz&`K}kRkW(1t9@%?j@FQUJ8nzjf3jP8$j{9 zJHS)H&w*?e-uFSZ_h^{6#`ic--#rBsy`2G`1U?N^z9CTkx!U1Qhr^)ijX~vm38;R& z0@V1v4pjT!466KH;5Fc%;tSt* z?|ggq=%IfVJQLguLPA~(ya2odgcQ6VfR6zCR(sym!zcs(74e^}@w{h)jkR_?e9_@g z!S$pcbs2jacqMo(_%=}M>i3}PEx^R|y$VQ`-aA0aEk6X6?;I*o{Ay72_j-qKa`-lf zw>rEHoJYP7gAWJ40@7UXYoOZy4N&v{ZEz0wGf@2FSKu+=A3?3VV_>rS-aPOq@X4Uo z{{m3!>k3fwvIA7UVemAt4vLOm3?2>M0?q~B?r<-tb@x$l5d0Dd%Rtbw`JW1&L3Aak z_FM;^0uHPV==(Oy-$G}r{98_pG8;O{qS;7{R+Ud!NlPkz%z+|9Mrgf9ef=4Gf@3_KE1)vq6cYR50#``?4d5ufvHn|^}BGePA)$6*1~cb@{P{2Ea2H-nm|XMk!?0;-+Q z2UYLOK$W{0{5$ZSpy>XYfo)&paLnQJ9ljV8{k#ekAA2{b@4nCBo#1-ncf0t}MN6M2 zg37-Tdv|Z}IvEGm-&cT|kJp15 z-#b9{=VR{uXF-j_y`bj(esBo<0Vq0JTDEfQN>J^31(<>#0nY``3z3b$E5T2IuXVU} zmo0zNu&w_L@bSDq7u0%N1*#v{fEw=%R6kw_s@;1)(ZxH#hlB3})txDfZqm1 zACDNdd}t|nA@K^R`F$%Wezy-49exYcc>fwa8$6+E`O3wh+Oq`IcUOVRw+__2gy18< z=Ynd_3mm=#6n}U%Xubz3-#+jd@RQ(N@YA5i>0X!q2T=5MRL#!AwV>uF1CIs&0@Qb2 z3J!p;0VU_$1*%;?237A-bQ_rLW% zw*CFvhQ+%a{)59QQ1tdsF8+BJ|BAzJI{dD~?}Hk@pMvVoFC0GL-v80zBcEg2cPyxU zCxiOVnV`mP9;kkt@9+YLOWpfbF22#>c98CQ*MaKqPKPCj!=Tz#b@7IaHyySdKHuRB zK{NgiUjwS%H-c*Cn?cq0c8BkF>9>KRhYy2V$Dahnr@jr&2mb)B1J6rX6JQEH3!DV6 z0{dVhuyU^jj)C6*uLid?tsMIva3S%30SCcHXIB1P3X1N>T>Sl@+WUP_<3e`tw}cN6 zK0`Q5iTvJY!Tc59xPtID!aE5I$@5qOB;!pG^55A!oK5=2z<(g@Av~I(-;+qsfB(gU z`tn`EHwgMIcJChpYW$7|e`Ma+KMyDVF6AR^;aN2N6+(-k-x|`^gX_WLz)6C}`55Bj zlaD3n_d|llX%S&9?=ApuA>2;TPh+azBX}2p=Y!q9B9S){o=bQ-@3i*1f3lnZfCRRC z^SjuUzp|^IFYxBwgf|j2*ZSR0cp`bW63*fo@y6^Ee*xyd<-F^6k^gYm@9Nds^Af z&#QP};CZO4+^dM6NDv+B*C2@ZK8!r`z#+mjc%I|RNd6V=p9>yMSkCjA;9Efbo=EtF z9{7ot-%R*V!g+*~$)}(8gh%mw3E}lTKNWmAcp2e&gk^+9F7GdS-o*1dF#oX}y=Rg( zKemvnK!sP`0{+giu=S76q5jGK|?>w2H z{Ve}|+dW)G`rCP)CP+_;z%#&4f`1_B_eu-i^T7(?{VskH_$9(N^1l~+fN%}ZH-RO> zjfBS#UPf3z`f-FO5OxvQ@6kLb_R(9$^YJ`?lW?a?`#W$I;R@cpz@?3XZy*ek_I230-(4OliY_EoTta31ON36FI7wu4JZA0)hx zFhIDCpx=`S*YbV?;b%PmBjH~N`R^Q8#{~{Q$ctAK3dG+E{+{r3LjF63hdT(L%M%tPB3#J(kAUAN{0(6r;qM9GA^Z=*=LvfWPbF+8R0+Qze2B1uvia}v zJlsmyOxgzUT*CPT{a#DhMi^6s-|2+agj31;RVAF$Uk;jKvr-QSQoj^uwQ_X-4YxG? zV(3?*W|%aRuo;$l_LavUkE75(r@xdXNfc>f* z9K}sPyuOk)3w&}{C9IWq)`DVKN-$fzYs+}|Qozq{7<7(E}*=#lV zqNyl}>jUZFIsMI;ijuGvG%InGj#L`@$^l=dysgJ&^Yu!UHiM`X`nxO55k73bNoD8s zj|H_X97z0f9H#z^_M5UhqreQBDc2mSsL0F)2el*&$}QV()84}=nDX)cOGa6JpzN1} z7ENzIs~{nAFeUdK^$r1Ms>&dc2)ibDPkMLMrqVbJ-aB6^ip z#zUG}Y?%*s#dw+em#x&_4d(Ag^LLB+yKSY{zphd)hmmgv(C3S0YzKG>lO#?CQg6Nw z16lI4!aQ$_E3#n-6G)p$P*dJD(QwV=9S@UYP#LA9w=zf} zT5lz!mt?8Rtqh}K@_Q>Q!+!rIW-JEGTB1eX$~dltRMo!*Y6}y8TLQ&H@N0uw8V>Y) zJ>R}mu1#8MWJ*m-S0=%D#WZY7oHS`|n9>l|YfK}ON|UCxo4his4F{%MD>HgZ##KXG z*ZN}&(ymI$tQvn;P^pFGg1Vc2Gg(+B=8zBlV-?Zq-2dE=5W4095(%tu-2HbUY4N2 zq*4^ol0lwb1gVTFYBC9+pPD)pl}Mlg;n9 z3sszs^gJQXnufEvG)3cGKHZ`}tHV-QFEVR9RO)n`wPvF=m?AcTgvQ57iw>2;>qC}p z5*kJk)N1i=I?4=(1#dNkG93FF1z23Ol_#u@OBqDhG^6jW&KMk+7Y|KZzNXG>_(8dx zglS5w(QNq;AF~pb?O2p*L7F-yR4`xM87i9_9YawCFQ?fxQJT@Z=14$))h^dqzaHD< zh_zM^u7~-QU2hw;phWW@Y)Kg2krb^Avw;*txW8H%c3KfL`$t|?`ViJ-cE6Z4@L-yu zopV-MXm=M&O+3yY2_PGG&X}pS6HxX`BP^5>o3G!`m?#HZA6%t5GEg4qYQtgIlODPv zv)SdXVI7<1)GGB#bEn-0dp9c`iFfB2W;N|dYV2;{;a2H}?4fJp!7DtXCNeWjS=Z>< z(k8j9e`(JlBUgY>RBKimH8zJ`e%cHhzBbd@mCol?kg$^t`x16|9q-zehRuO=z8@Bb z3o{aoKvOB(*;=G5Gg1~SMa(6Q{WzLQWp*kLzg-6?J&ZUcs)h+gV)X1YFx6%}yITh+ zUV{@JR#|-`U>m73e(-tIdev#u4HsopO|oH9Hr+D!PCnjO$~3K!#Lc)AOHy_0cy=C% zBeT=CZ@pr_r0wfh&rXx@-79T@BhP7k}ck=ZZZK0G_Q*QaNV zp&c8xq}3P+qpn#v zM9l}Sv1f(5N07K&1M;56QLW{dwd16IM=U9}L^Jh3tw|dpGC(ut32{oI#oDl#WI@vM z)=GI%FQtYofk3R#Z)_gEZJZR1XzlS7R)!;gL)h~B)mpY#W(R!$ zNrk=}?TJUzodItx3LbLE+N7c&#RD(`?%E6qS-c48u^6YJkwJDgYLK87iRsoD(o0aJ ziN&xKWU0{^_m@|8*_vQ1PFlH)HCNJTUlzv6uzg7CCf>BXjs_Yz&I(oDWr;MDb<9n; z+gpbmR`J$l$lpfPUB4w?vEKSEV;7n~Gg3q_yt!C!_)|iNr-qWZz8rh&cloV2Gg10 zm~^TVi!H~DUs5SG$xgfBkfo8ZRHa!3-*y$XpIK!gm%>COf%uOwjNUXBlv=D@niA9? zm4_l>rGvH|lx2<22#cR@ownxno9#vw&yIX0`hmvVgqlm$kY;CYD7FGtFq^F$>VCU-sF& zZP(GD8Gb+8B)HS^`GIsmj0-h0B~i_RbBuWFk)XAtFApNaNG}i2y`_p?o}sW^o<*Uz zAt<)spBsWG3d#XE9#luX4I_1wunmwHr8l&a;nui!MbI2mWmlj_XJ~nPMCVF;bW$mw z-WA#PC~uI{u)e(!RfZwai;d{AE&G?JI!_U;lp?m4u3}0IAz4A6nslQ)i<2-PvavvIN|oxoMP$X)Z?XFc!k6q8W<<(agDps0z>qxy z#Ee=209Lenq*5B0WuB$FBdg{J3$(4OJ-+RjyHSITB^Y``9_}_4OEfxY1C1c7<&1@< zoi((^I7?tGP(yMW*fu?t=(LL$Y`zcWMpH|3u1N>W)MSR1s?(rq^W_+!C`N!q0sy^P&pb-+1p5_e)6YNS&R0Su~0j)!Q2ErhJ4D zY{edWi355*>O$E$@@SLGi+%z`G%YqOh^M=Bj$S#oLg<@42i7S|w#6gUm zovF0ct+gQOng!ct3@$faJ3uYlWY@A)9&SC2rd_K;NU^5z7JYV>3SFt7JsKVaS3yK( zn;Jr*@HYmH)ElbBV?ot`H5w102KoJ2L(9%sadtX;O*-HW%^1tv-aI6;U&)skPkl&c zY{C6mWNZdunNoRD?>g;UzJ|FsOCpx4wx=YEWXqMXincI^V-cGYmUk*a8~3f=P)6@y z(wd^(!3Y*)FqA>p8)`}XHC)Ks7K~P^{HMJM!LThupxd-HGA2-jAri#FvRQg&e=#J2P|40s zE_;eopjwq71_AGmlPbJ0%}OOU$z3qz);#R6(J*^x=D6)VQ^GY7x?@~AM^eSG$;J@* z&qYhxsW;CvCX(l3D78`hJ-cGXb`9sCqs9`empmJODkg2121^hvqk4dM5pA6Dit8vJFI10)Rl=qb14EC;-O`grn1N+|Bh6+bU9w<7IWDDz zvN;(*mD5R90pr7hFj`XYYZt(G>Z@J4U z(g@Q_7X(%Vb4L$dReDz=RT1E5B9W`Z8q<0WJV>&t&M(q1w1OMM;3W9A5^oeMtFuVG z$|)21Ml#7(r&wD3RZ158iR0i@3lsx`(d~AJ#azFek06YlLj2x{cVyFq^IcnmCL*VO zv-PJT=gu6UkQ$^$S>glOSlS00<_o#@=%%q~x--IQT}ixvcF>EY4Bx_VDoymTJ3hP1 zMh~}&spY?p4QTkZS)%}$-ncCP?|NfcbZ&@w(3H4q0m7&@mvq5d8>p8W6G|ywzaY=E!VrdlS~IYmD}ER;;w7m3G}NIZ7V!oX}N0Cm84!-VT-Buf=1#6 zID&J|=x$)59Wf%LE8H@I=*;Of#ln! zs_klIk1t%iZO23Mm1|e8zRth)TE1}I#*Is^>*~Z|^g*gYuEpB1@%wwUb-?T|D8@{= z(S_{<+2f4^&tpf-=r&#+Xy}brrqU+hQfH!S&_At7H_3qb0tT!RBr?_PD`~ z>2ReyxH20~2e-vb{JC2;4{i;|IQNL7!PU&=5`Xc+MHdV%yl`;wMgGEzmt6SN^B3}) zdjAU?)N8+ee8V{>aFCpS2S-nsiUp`+IEuO!4;o=J^ zEUWBrIJhkg>Pvj%y5jdsQbbS;8jS)jFq|aq3a>XZqHXa42S}Z!@PbmhU|{aX^&8i8 z`nIUBa4zZ&=TJ1xoK{H=|4uDTnh5d-jtqyKpJ?c^v~S>yP|p%lt+Dx##*AXm}vDaKL|>ztCUe z^K$tzf3bae=`#Pq{j)7Hxm0i-1$~uVOvwwD&h^&CWn_fRnSHdH2N2l98pq?ZV;GM` z)bpl4=1<*-oH#c5UVnV@j%aERMS3|d)~9cuz8ke{av#!YIEri>k4M4OjnU);@nXy$ z7S!Zk>&K_6jfF)jgHi3e9T~}G>Os$`PEIr<;>hD{eq^5Ey~x2z%t;;g;BNC(UR42Y zW4svnT;B17P?+^MfemSZND?oPPtyuc3$H~*(qwGouVc>GjAt0 zwFhD<&5n0@Xxa?Zx6jVfmC~Ht*WF!3yLxP*oeE8~t8fx`oH}{#G@D4){wPQ7Jm)@~ z!RV}*N_D+7)z69_+~aeonzWj%O{Q6kK-w|~M?B5)_?+i$#?!Nk!CEvejoT~74TNNQ zeNIk9DIExE#rD(m-IIGU#v64uC{9nHvc#EJ&Wex+hZseZ-+6$VY||5*Lrv|e0O$Z*&+-;ht})Q$EdlN0g`otzjg(+JzLVvtrVC7M{|3o$OD zdc>D&a)Rn zS!`(&=Wf<-^bol_8C^jPkNw&e2L?PH;F}>V8gEk5C!I`X_^{@^M&-f@!n7Rqd;e}1 zvzoRN^^CF0OJS)U3FuQiHnnH^me8<5&7jog0#>8xyE)<;exGT`l~Pwl~}(%X?_(-UAduHmFv8SOcex8Q*u)t-hRk`}|Sm zRa3$!E_j%Z61EGC%!+C=W6q&7Z|cTSDP`A5#EPs=ugq>0){P^o5{lutNy_pR>aJJn z7+B-+G#K&NKsca8hgyws8v2VmbmVO=i$XOn=76|`fe^FoLrrL2%f zJjUvaS_Mv5jdNZ~E11g}WYdO#6I)1Hj~KxNxwD!vjS#P(6;?nLSYHtjv4>LyzOa3i z3a9qCInz#VI7$@8MTUvZ%pZf@s>|$1#yHOwQtpgdomp-&S$|qR6TYb@_*3iIrxQ1| z=+9b_-DB}&Ip`qSk?|W^gzXW7YT#C8wcth+PTk0|!HseM(K~`~1pgPl@&EBBX45Nv zNLAKg53;rU1TIp&2K>mYLC)KM-j2MQhpLus=qapl?V@A2p=R7az<&bH0U;XEd~9+b zoYgJjvX7KrMVV-6gHW~^UeXVyG92R`!rHQjv^E&`0UL+P>BMFnhr7m0a*R=Xx?Pcb zja!#bvOLT=?>piOXN}!MP~)uedkAWrJ%)!{Wt;9Es&PC>g%5HZ4^rcwq1T6~a-C5& z<-{(v*(k*Oxx?Fq#_o(7(YZt*kN6#&Jlh=|zdoJUbWoh0Lla3}|PT2u8A-D*8~=ZvQE#RE5NRu>A+ ztTAKE5S*LS6O5n{_oc4y*Y%#|5YrA>YzGIal58jMYSd%}u)B4p(YG(s5cXPk>78V! zsdN%BCN-@Y0fDsRC@(L7{WBqzW(dNt^|ms%e|3<;nNfprBl+-9JOPBId%7g&jh%>BT<9-9dk;$Jg32kp0){Mr|M6qK3MA1Ub zit9Dh4}9dLi8(iYj7_RZYL4cT`X0Iub^3gup)gI)M2DQ%l18E=2OA>_B zg#ziOMk`|GjFQxBH8BMr$Ps@P?LlkGEBAKcd_pUyUdarg{if7A(kj-_vOBJf&%JSF@jCqXgv1)EMf8@&0;J|86py<>2MVFW^(U{ zH75>uC}&u1vvIYeF*%{Y2&3iOb4yMoq>CHmox&ru(qFN+TXe=#MpxP<6=ae+j+!l&oZ-!r6I_JDPbSwn`LUo(V4$~EK;(6(r<&ml z5NBE=D5)$0WBX;{ACa%W`O5g@#7HebZ1?+&F9crpy?p%pIF;Z4U4EMA!3BSFX@n_r zHd}iwwE&ed1ow5RU`>%ezNR|60~4%*JnRM;uj^^b!#mSuVPO{E{Bh8LNJT1T4)-H!^l1ae#4 z=Aw)(Z~=Q?z-(8t25BjG-y2|c#jqi*Fxkr5hDpzythn0))?ft_W!r`Maa%wvG%mwH z4HcRbT$U0;jp^Q;gp);_&TKCeqFZQ{Q;I`e8>kqYVg-Ak8pPdnY_FpMtXxqzVS+^n z`-Xac2YH$3Gy0Mn_}I&hR6haqFPO9>KCS zlg()s(yh#*I(pK6fr$<^PR_QC%-GT}F5;)x!lrDQKSW;Zx{KDnfZ*6$5*L}wx-o$m zd4{zl?<-vZ!_S1pETxefKDzJY@@jET;PR9oMb)EtgbNA!OMmSpgd!A#3Dm1fQU!O& zrZ>iT=q7^3Yqn{<5qnIZ%&u4oad6>Mg2wMEwTw+V;7xnE`1Bjj({Um)4TeSGs_OP5 zYawyB8Q8fBUKFz3nL0UuGglURTY@)*qQ|%#Oy7ca5^FC^j3F9tT81O`U}uU2GV_MR z0XNXD?b5Z6Psq0IZZlM61dXtxMc(v2n3}#}*`B7Id~6D-EZ+quxy(-XcU1L1BS4PE zBu($Qjh6U*GwwR{nbnt34|7xK*#a!)<^ZZ!>)g3guU9%XD%z_LIBB(yM9j?xlvZ~K zV!+e=+L)>IxCCJjUoq3@4$Lfzvt}G_=T16x>>3Q3zi{B`TLLWY9%mCMK=y0}{vzJo zJ~fa$XZc7*-F3*-Dw>Ruu0Ytq)+W}?$Ji~R3fZ-Z_2~{pU%}I@8)$HIg98_qgS`?_ zG21E(4nH9+uJ!?^Zb?@;WrjC)X}6u@Uaoc=ZbgTk)t$W_{KK=)nK5!3OJ4W!vTjG% zqk-v{&g!bw|ClDTBXa{usylhcS{w}Fkq4vCI#RAk6Pcn_hqrRjKDiH0#EnHfIpbms zOVVe;X_RDYfTK`Vy|Yi}XSCWHETJA@cIf(us-M37At?X_TZVIZ9XLq#o*g(y{@xup zL;+@Bbe$jO89r-I8zrbo*_g33ybT9UWh>jSL?f7fsX6I1XR1cel6c2KKIa2kVp=~Q z4lkM6vF+h!8hhAk_#ZJmj_B-RVl}L_m-$t=^GPr^vI0AZ*_{wI=S!HdjtXs!t!pb_ zmpVYff^V#ucFoTyfh;E;#Q#}o+Hb+{M@Zq`Du)^f7AP%@o8Lcfyh6(6TyJX60Qc@1 zElHV~hmMC7qQTXZ)&17Pb45YsE!|W=e9-?LlD5Cs`(g<9FA+C%BHC55G9z~abm(f(QNWX>Spjv>s*&hFO846!u9+hgj+7`cvtWOcBY z=>NA_Z!U|_FC+U*?LmdZDwZ~;_DoM8cJZGRncE_0WA$(zI}qY#(>I6GT^j&1P?>Q{ zgh=O(2;53)XJ^AVN|`(U)UJjJgFURv4=Fz!eQ(dV?v@D3xaILwr;~DyV9`Zt9Q$Iz z*Gp&EaALQS`kk67g}4BLHxmmqdOZ;{0x@fO5Uj$sRGW4WdBbm81BEmsMMawly>MBlq zxF%VW^veq5v|CmOXn8j8lb^yj(5@jBQP_ z7)s+r6;lVo7-#qgPyz5sP=mLRa(CTyHSn@=noC-40nd4soU6nUa}_9OYaO!fBBneO z@{O^Ux;e9#O{DYavPn+|hcSEYM6KFE*ZKd!nt%SQCkW#je)wb+`m<&Tdjlmm=;TfW zR+zSTTRi@6wbb}`1m0MP-lj(5kqZY7{MU9+E zd&SloB2V@zCK?L`CKk*KoRrW=yeh2Zj`!S1EUSj$Hf{Td{7v}IICi~=|2V^}<|gC< z1)wLo135b;h`su67&W=ZK-6PkP^KzIo4{Gc8ihKdmfB+)ZX6@rev;*Om&v=z!Km@j zK~mQBorCnt+NRVPb6$fQW&1_S7z%eNgJhS9r>lQH>$!?QV_7an5*80J

p$L{ZVK z7YGAm?1T76S}V{#Z75^$D3h@d0~mW#{lSy{pM1|n&0_LoK(#H;+a2V}<%B)lFm7zC zGj5^`B~oq@yig|JB*&pE^uO9oy)xw93V)M=x6){H8_=_PSwW1Sek0lw)^*7+1$npO z$B1_te;IWAg4m{weLRregj8oFA=x~UVw88#DDPmdw`HEu%t*-vq(JqncGYdFRi&!P z7+)e&m8r*TU{{Rdk|))JJ7%iXR_BSedPa#e)#ASs&&Mm=FhZ=<){KsfXK!)HqLh1& zdP?Q?M%z&D_A{%pusZga408_Zvbf_8bBQD8%m*rzpCQocTF7 z>+QqBKkc&zs=oIubnX1eC~SAK6tzvShb)tX2v$<(>>(Q5qZf&HedGXgbN9@3Mdh)|tRhz(VWIs0JvC)JcR2nJcc7J_ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 00000000000..14f5ef9684e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,1388 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2020 +# Jannis Leidel , 2011 +# Jan Papež , 2012,2024 +# Jiří Podhorecký , 2024 +# Jiří Podhorecký , 2022 +# Jirka Vejrazka , 2011 +# Jiří Podhorecký , 2020 +# Tomáš Ehrlich , 2015 +# Vláďa Macek , 2012-2014 +# Vláďa Macek , 2015-2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 06:49+0000\n" +"Last-Translator: Jan Papež , 2012,2024\n" +"Language-Team: Czech (http://app.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "afrikánsky" + +msgid "Arabic" +msgstr "arabsky" + +msgid "Algerian Arabic" +msgstr "alžírskou arabštinou" + +msgid "Asturian" +msgstr "asturštinou" + +msgid "Azerbaijani" +msgstr "ázerbájdžánsky" + +msgid "Bulgarian" +msgstr "bulharsky" + +msgid "Belarusian" +msgstr "bělorusky" + +msgid "Bengali" +msgstr "bengálsky" + +msgid "Breton" +msgstr "bretonsky" + +msgid "Bosnian" +msgstr "bosensky" + +msgid "Catalan" +msgstr "katalánsky" + +msgid "Central Kurdish (Sorani)" +msgstr "Střední kurdština (soranština)" + +msgid "Czech" +msgstr "česky" + +msgid "Welsh" +msgstr "velšsky" + +msgid "Danish" +msgstr "dánsky" + +msgid "German" +msgstr "německy" + +msgid "Lower Sorbian" +msgstr "dolnolužickou srbštinou" + +msgid "Greek" +msgstr "řecky" + +msgid "English" +msgstr "anglicky" + +msgid "Australian English" +msgstr "australskou angličtinou" + +msgid "British English" +msgstr "britskou angličtinou" + +msgid "Esperanto" +msgstr "esperantsky" + +msgid "Spanish" +msgstr "španělsky" + +msgid "Argentinian Spanish" +msgstr "argentinskou španělštinou" + +msgid "Colombian Spanish" +msgstr "kolumbijskou španělštinou" + +msgid "Mexican Spanish" +msgstr "mexickou španělštinou" + +msgid "Nicaraguan Spanish" +msgstr "nikaragujskou španělštinou" + +msgid "Venezuelan Spanish" +msgstr "venezuelskou španělštinou" + +msgid "Estonian" +msgstr "estonsky" + +msgid "Basque" +msgstr "baskicky" + +msgid "Persian" +msgstr "persky" + +msgid "Finnish" +msgstr "finsky" + +msgid "French" +msgstr "francouzsky" + +msgid "Frisian" +msgstr "frísky" + +msgid "Irish" +msgstr "irsky" + +msgid "Scottish Gaelic" +msgstr "skotskou keltštinou" + +msgid "Galician" +msgstr "galicijsky" + +msgid "Hebrew" +msgstr "hebrejsky" + +msgid "Hindi" +msgstr "hindsky" + +msgid "Croatian" +msgstr "chorvatsky" + +msgid "Upper Sorbian" +msgstr "hornolužickou srbštinou" + +msgid "Hungarian" +msgstr "maďarsky" + +msgid "Armenian" +msgstr "arménštinou" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonésky" + +msgid "Igbo" +msgstr "igboštinou" + +msgid "Ido" +msgstr "idem" + +msgid "Icelandic" +msgstr "islandsky" + +msgid "Italian" +msgstr "italsky" + +msgid "Japanese" +msgstr "japonsky" + +msgid "Georgian" +msgstr "gruzínštinou" + +msgid "Kabyle" +msgstr "kabylštinou" + +msgid "Kazakh" +msgstr "kazašsky" + +msgid "Khmer" +msgstr "khmersky" + +msgid "Kannada" +msgstr "kannadsky" + +msgid "Korean" +msgstr "korejsky" + +msgid "Kyrgyz" +msgstr "kyrgyzštinou" + +msgid "Luxembourgish" +msgstr "lucembursky" + +msgid "Lithuanian" +msgstr "litevsky" + +msgid "Latvian" +msgstr "lotyšsky" + +msgid "Macedonian" +msgstr "makedonsky" + +msgid "Malayalam" +msgstr "malajálamsky" + +msgid "Mongolian" +msgstr "mongolsky" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "malajštinou" + +msgid "Burmese" +msgstr "barmštinou" + +msgid "Norwegian Bokmål" +msgstr "bokmål norštinou" + +msgid "Nepali" +msgstr "nepálsky" + +msgid "Dutch" +msgstr "nizozemsky" + +msgid "Norwegian Nynorsk" +msgstr "norsky (Nynorsk)" + +msgid "Ossetic" +msgstr "osetštinou" + +msgid "Punjabi" +msgstr "paňdžábsky" + +msgid "Polish" +msgstr "polsky" + +msgid "Portuguese" +msgstr "portugalsky" + +msgid "Brazilian Portuguese" +msgstr "brazilskou portugalštinou" + +msgid "Romanian" +msgstr "rumunsky" + +msgid "Russian" +msgstr "rusky" + +msgid "Slovak" +msgstr "slovensky" + +msgid "Slovenian" +msgstr "slovinsky" + +msgid "Albanian" +msgstr "albánsky" + +msgid "Serbian" +msgstr "srbsky" + +msgid "Serbian Latin" +msgstr "srbsky (latinkou)" + +msgid "Swedish" +msgstr "švédsky" + +msgid "Swahili" +msgstr "svahilsky" + +msgid "Tamil" +msgstr "tamilsky" + +msgid "Telugu" +msgstr "telužsky" + +msgid "Tajik" +msgstr "Tádžik" + +msgid "Thai" +msgstr "thajsky" + +msgid "Turkmen" +msgstr "turkmenštinou" + +msgid "Turkish" +msgstr "turecky" + +msgid "Tatar" +msgstr "tatarsky" + +msgid "Udmurt" +msgstr "udmurtsky" + +msgid "Uyghur" +msgstr "Ujgurština" + +msgid "Ukrainian" +msgstr "ukrajinsky" + +msgid "Urdu" +msgstr "urdsky" + +msgid "Uzbek" +msgstr "uzbecky" + +msgid "Vietnamese" +msgstr "vietnamsky" + +msgid "Simplified Chinese" +msgstr "čínsky (zjednodušeně)" + +msgid "Traditional Chinese" +msgstr "čínsky (tradičně)" + +msgid "Messages" +msgstr "Zprávy" + +msgid "Site Maps" +msgstr "Mapy webu" + +msgid "Static Files" +msgstr "Statické soubory" + +msgid "Syndication" +msgstr "Syndikace" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Číslo stránky není celé číslo." + +msgid "That page number is less than 1" +msgstr "Číslo stránky je menší než 1" + +msgid "That page contains no results" +msgstr "Stránka je bez výsledků" + +msgid "Enter a valid value." +msgstr "Zadejte platnou hodnotu." + +msgid "Enter a valid domain name." +msgstr "Zadejte platný název domény." + +msgid "Enter a valid URL." +msgstr "Zadejte platnou adresu URL." + +msgid "Enter a valid integer." +msgstr "Zadejte platné celé číslo." + +msgid "Enter a valid email address." +msgstr "Zadejte platnou e-mailovou adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Vložte platný identifikátor složený pouze z písmen, čísel, podtržítek a " +"pomlček." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a " +"pomlček typu Unicode." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Zadejte platnou %(protocol)s adresu." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 nebo IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Zadejte pouze číslice oddělené čárkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Hodnota musí být %(limit_value)s (nyní je %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Hodnota musí být menší nebo rovna %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Hodnota musí být větší nebo rovna %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Ujistěte se, že tato hodnota je násobkem velikosti kroku %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Zajistěte, aby tato hodnota byla %(limit_value)s násobkem velikosti kroku , " +"počínaje %(offset)s, např. %(offset)s, %(valid_value1)s, %(valid_value2)s, a " +"tak dále." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Tato hodnota má mít nejméně %(limit_value)d znak (nyní má %(show_value)d)." +msgstr[1] "" +"Tato hodnota má mít nejméně %(limit_value)d znaky (nyní má %(show_value)d)." +msgstr[2] "" +"Tato hodnota má mít nejméně %(limit_value)d znaku (nyní má %(show_value)d)." +msgstr[3] "" +"Tato hodnota má mít nejméně %(limit_value)d znaků (nyní má %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Tato hodnota má mít nejvýše %(limit_value)d znak (nyní má %(show_value)d)." +msgstr[1] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaky (nyní má %(show_value)d)." +msgstr[2] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(show_value)d)." +msgstr[3] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(show_value)d)." + +msgid "Enter a number." +msgstr "Zadejte číslo." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslici." +msgstr[1] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslice." +msgstr[2] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic." +msgstr[3] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ujistěte se, že pole neobsahuje více než %(max)s desetinné místo." +msgstr[1] "Ujistěte se, že pole neobsahuje více než %(max)s desetinná místa." +msgstr[2] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst." +msgstr[3] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s místo před desetinnou " +"čárkou (tečkou)." +msgstr[1] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s místa před desetinnou " +"čárkou (tečkou)." +msgstr[2] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou " +"čárkou (tečkou)." +msgstr[3] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou " +"čárkou (tečkou)." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Přípona souboru \"%(extension)s\" není povolena. Povolené jsou tyto: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Nulové znaky nejsou povoleny." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"Položka %(model_name)s s touto kombinací hodnot v polích %(field_labels)s " +"již existuje." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Omezení \"%(name)s\" je porušeno." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hodnota %(value)r není platná možnost." + +msgid "This field cannot be null." +msgstr "Pole nemůže být null." + +msgid "This field cannot be blank." +msgstr "Pole nemůže být prázdné." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"Položka %(model_name)s s touto hodnotou v poli %(field_label)s již existuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Pole %(field_label)s musí být unikátní testem %(lookup_type)s pro pole " +"%(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Hodnota \"%(value)s\" musí být buď True nebo False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Hodnota \"%(value)s\" musí být buď True, False nebo None." + +msgid "Boolean (Either True or False)" +msgstr "Pravdivost (buď Ano (True), nebo Ne (False))" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Řetězec (max. %(max_length)s znaků)" + +msgid "String (unlimited)" +msgstr "Řetězec (neomezený)" + +msgid "Comma-separated integers" +msgstr "Celá čísla oddělená čárkou" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "Hodnota \"%(value)s\" není platné datum. Musí být ve tvaru RRRR-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Ačkoli hodnota \"%(value)s\" je ve správném tvaru (RRRR-MM-DD), jde o " +"neplatné datum." + +msgid "Date (without time)" +msgstr "Datum (bez času)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Hodnota \"%(value)s\" je v neplatném tvaru, který má být RRRR-MM-DD HH:MM[:" +"SS[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Ačkoli hodnota \"%(value)s\" je ve správném tvaru (RRRR-MM-DD HH:MM[:SS[." +"uuuuuu]][TZ]), jde o neplatné datum a čas." + +msgid "Date (with time)" +msgstr "Datum (s časem)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Hodnota \"%(value)s\" musí být desítkové číslo." + +msgid "Decimal number" +msgstr "Desetinné číslo" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Hodnota \"%(value)s\" je v neplatném tvaru, který má být [DD] [HH:[MM:]]ss[." +"uuuuuu]." + +msgid "Duration" +msgstr "Doba trvání" + +msgid "Email address" +msgstr "E-mailová adresa" + +msgid "File path" +msgstr "Cesta k souboru" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Hodnota \"%(value)s\" musí být reálné číslo." + +msgid "Floating point number" +msgstr "Číslo s pohyblivou řádovou čárkou" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Hodnota \"%(value)s\" musí být celé číslo." + +msgid "Integer" +msgstr "Celé číslo" + +msgid "Big (8 byte) integer" +msgstr "Velké číslo (8 bajtů)" + +msgid "Small integer" +msgstr "Malé celé číslo" + +msgid "IPv4 address" +msgstr "Adresa IPv4" + +msgid "IP address" +msgstr "Adresa IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Hodnota \"%(value)s\" musí být buď None, True nebo False." + +msgid "Boolean (Either True, False or None)" +msgstr "Pravdivost (buď Ano (True), Ne (False) nebo Nic (None))" + +msgid "Positive big integer" +msgstr "Velké kladné celé číslo" + +msgid "Positive integer" +msgstr "Kladné celé číslo" + +msgid "Positive small integer" +msgstr "Kladné malé celé číslo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikátor (nejvýše %(max_length)s znaků)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Hodnota \"%(value)s\" je v neplatném tvaru, který má být HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Ačkoli hodnota \"%(value)s\" je ve správném tvaru (HH:MM[:ss[.uuuuuu]]), jde " +"o neplatný čas." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Přímá binární data" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" není platná hodnota typu UUID." + +msgid "Universally unique identifier" +msgstr "Všeobecně jedinečný identifikátor" + +msgid "File" +msgstr "Soubor" + +msgid "Image" +msgstr "Obrázek" + +msgid "A JSON object" +msgstr "Objekt typu JSON" + +msgid "Value must be valid JSON." +msgstr "Hodnota musí být platná struktura typu JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Položka typu %(model)s s hodnotou %(field)s rovnou %(value)r neexistuje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cizí klíč (typ určen pomocí souvisejícího pole)" + +msgid "One-to-one relationship" +msgstr "Vazba jedna-jedna" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Vazba z %(from)s do %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Vazby z %(from)s do %(to)s" + +msgid "Many-to-many relationship" +msgstr "Vazba mnoho-mnoho" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?!" + +msgid "This field is required." +msgstr "Toto pole je třeba vyplnit." + +msgid "Enter a whole number." +msgstr "Zadejte celé číslo." + +msgid "Enter a valid date." +msgstr "Zadejte platné datum." + +msgid "Enter a valid time." +msgstr "Zadejte platný čas." + +msgid "Enter a valid date/time." +msgstr "Zadejte platné datum a čas." + +msgid "Enter a valid duration." +msgstr "Zadejte platnou délku trvání." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Počet dní musí být mezi {min_days} a {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Soubor nebyl odeslán. Zkontrolujte parametr \"encoding type\" formuláře." + +msgid "No file was submitted." +msgstr "Žádný soubor nebyl odeslán." + +msgid "The submitted file is empty." +msgstr "Odeslaný soubor je prázdný." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Tento název souboru má mít nejvýše %(max)d znak (nyní má %(length)d)." +msgstr[1] "" +"Tento název souboru má mít nejvýše %(max)d znaky (nyní má %(length)d)." +msgstr[2] "" +"Tento název souboru má mít nejvýše %(max)d znaku (nyní má %(length)d)." +msgstr[3] "" +"Tento název souboru má mít nejvýše %(max)d znaků (nyní má %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Musíte vybrat cestu k souboru nebo vymazat výběr, ne obojí." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajte platný obrázek. Odeslaný soubor buď nebyl obrázek nebo byl poškozen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Vyberte platnou možnost, \"%(value)s\" není k dispozici." + +msgid "Enter a list of values." +msgstr "Zadejte seznam hodnot." + +msgid "Enter a complete value." +msgstr "Zadejte úplnou hodnotu." + +msgid "Enter a valid UUID." +msgstr "Zadejte platné UUID." + +msgid "Enter a valid JSON." +msgstr "Zadejte platnou strukturu typu JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skryté pole %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Data objektu ManagementForm chybí nebo s nimi bylo nedovoleně manipulováno. " +"Chybějící pole: %(field_names)s. Pokud problém přetrvává, budete možná muset " +"problém ohlásit." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Odešlete prosím nejvíce %(num)d formulář." +msgstr[1] "Odešlete prosím nejvíce %(num)d formuláře." +msgstr[2] "Odešlete prosím nejvíce %(num)d formulářů." +msgstr[3] "Odešlete prosím nejvíce %(num)d formulářů." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Odešlete prosím alespoň %(num)d formulář." +msgstr[1] "Odešlete prosím alespoň %(num)d formuláře." +msgstr[2] "Odešlete prosím alespoň %(num)d formulářů." +msgstr[3] "Odešlete prosím alespoň %(num)d formulářů." + +msgid "Order" +msgstr "Pořadí" + +msgid "Delete" +msgstr "Odstranit" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Opravte duplicitní data v poli %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Opravte duplicitní data v poli %(field)s, které musí být unikátní." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Opravte duplicitní data v poli %(field_name)s, které musí být unikátní " +"testem %(lookup)s pole %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Odstraňte duplicitní hodnoty níže." + +msgid "The inline value did not match the parent instance." +msgstr "Hodnota typu inline neodpovídá rodičovské položce." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Vyberte platnou možnost. Tato není k dispozici." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" není platná hodnota." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Hodnotu %(datetime)s nelze interpretovat v časové zóně %(current_timezone)s; " +"může být nejednoznačná nebo nemusí existovat." + +msgid "Clear" +msgstr "Zrušit" + +msgid "Currently" +msgstr "Aktuálně" + +msgid "Change" +msgstr "Změnit" + +msgid "Unknown" +msgstr "Neznámé" + +msgid "Yes" +msgstr "Ano" + +msgid "No" +msgstr "Ne" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ano,ne,možná" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtů" +msgstr[3] "%(size)d bajtů" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "odp." + +msgid "a.m." +msgstr "dop." + +msgid "PM" +msgstr "odp." + +msgid "AM" +msgstr "dop." + +msgid "midnight" +msgstr "půlnoc" + +msgid "noon" +msgstr "poledne" + +msgid "Monday" +msgstr "pondělí" + +msgid "Tuesday" +msgstr "úterý" + +msgid "Wednesday" +msgstr "středa" + +msgid "Thursday" +msgstr "čtvrtek" + +msgid "Friday" +msgstr "pátek" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "neděle" + +msgid "Mon" +msgstr "po" + +msgid "Tue" +msgstr "út" + +msgid "Wed" +msgstr "st" + +msgid "Thu" +msgstr "čt" + +msgid "Fri" +msgstr "pá" + +msgid "Sat" +msgstr "so" + +msgid "Sun" +msgstr "ne" + +msgid "January" +msgstr "leden" + +msgid "February" +msgstr "únor" + +msgid "March" +msgstr "březen" + +msgid "April" +msgstr "duben" + +msgid "May" +msgstr "květen" + +msgid "June" +msgstr "červen" + +msgid "July" +msgstr "červenec" + +msgid "August" +msgstr "srpen" + +msgid "September" +msgstr "září" + +msgid "October" +msgstr "říjen" + +msgid "November" +msgstr "listopad" + +msgid "December" +msgstr "prosinec" + +msgid "jan" +msgstr "led" + +msgid "feb" +msgstr "úno" + +msgid "mar" +msgstr "bře" + +msgid "apr" +msgstr "dub" + +msgid "may" +msgstr "kvě" + +msgid "jun" +msgstr "čen" + +msgid "jul" +msgstr "čec" + +msgid "aug" +msgstr "srp" + +msgid "sep" +msgstr "zář" + +msgid "oct" +msgstr "říj" + +msgid "nov" +msgstr "lis" + +msgid "dec" +msgstr "pro" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Led." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Úno." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Bře." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Dub." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Kvě." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Čer." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Čec." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Srp." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Zář." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Říj." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Lis." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Pro." + +msgctxt "alt. month" +msgid "January" +msgstr "ledna" + +msgctxt "alt. month" +msgid "February" +msgstr "února" + +msgctxt "alt. month" +msgid "March" +msgstr "března" + +msgctxt "alt. month" +msgid "April" +msgstr "dubna" + +msgctxt "alt. month" +msgid "May" +msgstr "května" + +msgctxt "alt. month" +msgid "June" +msgstr "června" + +msgctxt "alt. month" +msgid "July" +msgstr "července" + +msgctxt "alt. month" +msgid "August" +msgstr "srpna" + +msgctxt "alt. month" +msgid "September" +msgstr "září" + +msgctxt "alt. month" +msgid "October" +msgstr "října" + +msgctxt "alt. month" +msgid "November" +msgstr "listopadu" + +msgctxt "alt. month" +msgid "December" +msgstr "prosince" + +msgid "This is not a valid IPv6 address." +msgstr "Toto není platná adresa typu IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "nebo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d rok" +msgstr[1] "%(num)d roky" +msgstr[2] "%(num)d roku" +msgstr[3] "%(num)d let" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d měsíc" +msgstr[1] "%(num)d měsíce" +msgstr[2] "%(num)d měsíců" +msgstr[3] "%(num)d měsíců" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d týden" +msgstr[1] "%(num)d týdny" +msgstr[2] "%(num)d týdne" +msgstr[3] "%(num)d týdnů" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d den" +msgstr[1] "%(num)d dny" +msgstr[2] "%(num)d dní" +msgstr[3] "%(num)d dní" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hodina" +msgstr[1] "%(num)d hodiny" +msgstr[2] "%(num)d hodiny" +msgstr[3] "%(num)d hodin" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuta" +msgstr[1] "%(num)d minuty" +msgstr[2] "%(num)d minut" +msgstr[3] "%(num)d minut" + +msgid "Forbidden" +msgstr "Nepřístupné (Forbidden)" + +msgid "CSRF verification failed. Request aborted." +msgstr "Selhalo ověření typu CSRF. Požadavek byl zadržen." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Tuto zprávu vidíte, protože tento web na protokolu HTTPS vyžaduje, aby váš " +"prohlížeč zaslal v požadavku záhlaví \"Referer\", k čemuž nedošlo. Záhlaví " +"je požadováno z bezpečnostních důvodů pro kontrolu toho, že prohlížeče se " +"nezmocnila třetí strana." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Pokud má váš prohlížeč záhlaví \"Referer\" vypnuté, žádáme vás o jeho " +"zapnutí, alespoň pro tento web nebo pro spojení typu HTTPS nebo pro " +"požadavky typu \"stejný původ\" (same origin)." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Pokud používáte značku nebo " +"záhlaví \"Referrer-Policy: no-referrer\", odeberte je. Ochrana typu CSRF " +"vyžaduje, aby záhlaví zajišťovalo striktní hlídání refereru. Pokud je pro " +"vás soukromí důležité, použijte k odkazům na cizí weby alternativní možnosti " +"jako například ." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Tato zpráva se zobrazuje, protože tento web při odesílání formulářů požaduje " +"v souboru cookie údaj CSRF, a to z bezpečnostních důvodů, aby se zajistilo, " +"že se vašeho prohlížeče nezmocnil někdo další." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Pokud má váš prohlížeč soubory cookie vypnuté, žádáme vás o jejich zapnutí, " +"alespoň pro tento web nebo pro požadavky typu \"stejný původ\" (same origin)." + +msgid "More information is available with DEBUG=True." +msgstr "V případě zapnutí volby DEBUG=True bude k dispozici více informací." + +msgid "No year specified" +msgstr "Nebyl specifikován rok" + +msgid "Date out of range" +msgstr "Datum je mimo rozsah" + +msgid "No month specified" +msgstr "Nebyl specifikován měsíc" + +msgid "No day specified" +msgstr "Nebyl specifikován den" + +msgid "No week specified" +msgstr "Nebyl specifikován týden" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nejsou k dispozici" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s s budoucím datem nejsou k dipozici protoze " +"%(class_name)s.allow_future je False" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Datum \"%(datestr)s\" neodpovídá formátu \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nepodařilo se nalézt žádný objekt %(verbose_name)s" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Požadavek na stránku nemohl být konvertován na celé číslo, ani není \"last\"." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neplatná stránka (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "List je prázdný a \"%(class_name)s.allow_empty\" je nastaveno na False" + +msgid "Directory indexes are not allowed here." +msgstr "Indexy adresářů zde nejsou povoleny." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "Cesta \"%(path)s\" neexistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index adresáře %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalace proběhla úspěšně, gratulujeme!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Zobrazit poznámky k vydání frameworku Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Tuto zprávu vidíte, protože máte v nastavení Djanga zapnutý vývojový režim " +"DEBUG=True a zatím nemáte " +"nastavena žádná URL." + +msgid "Django Documentation" +msgstr "Dokumentace frameworku Django" + +msgid "Topics, references, & how-to’s" +msgstr "Témata, odkazy & how-to" + +msgid "Tutorial: A Polling App" +msgstr "Tutoriál: Hlasovací aplikace" + +msgid "Get started with Django" +msgstr "Začínáme s frameworkem Django" + +msgid "Django Community" +msgstr "Komunita kolem frameworku Django" + +msgid "Connect, get help, or contribute" +msgstr "Propojte se, získejte pomoc, podílejte se" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18b1c941795b9e028f536a54bbf1ebc30ff20e59 GIT binary patch literal 201 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 XDO8l=wzv|G!qu_AI;=6oNcevMYAEI_ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..16383ce0205 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,1278 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "Affricaneg" + +msgid "Arabic" +msgstr "Arabeg" + +msgid "Asturian" +msgstr "Astwrieg" + +msgid "Azerbaijani" +msgstr "Azerbaijanaidd" + +msgid "Bulgarian" +msgstr "Bwlgareg" + +msgid "Belarusian" +msgstr "Belarwseg" + +msgid "Bengali" +msgstr "Bengaleg" + +msgid "Breton" +msgstr "Llydaweg" + +msgid "Bosnian" +msgstr "Bosnieg" + +msgid "Catalan" +msgstr "Catalaneg" + +msgid "Czech" +msgstr "Tsieceg" + +msgid "Welsh" +msgstr "Cymraeg" + +msgid "Danish" +msgstr "Daneg" + +msgid "German" +msgstr "Almaeneg" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Groegedd" + +msgid "English" +msgstr "Saesneg" + +msgid "Australian English" +msgstr "Saesneg Awstralia" + +msgid "British English" +msgstr "Saesneg Prydain" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Sbaeneg" + +msgid "Argentinian Spanish" +msgstr "Sbaeneg Ariannin" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Sbaeneg Mecsico" + +msgid "Nicaraguan Spanish" +msgstr "Sbaeneg Nicaragwa" + +msgid "Venezuelan Spanish" +msgstr "Sbaeneg Feneswela" + +msgid "Estonian" +msgstr "Estoneg" + +msgid "Basque" +msgstr "Basgeg" + +msgid "Persian" +msgstr "Persieg" + +msgid "Finnish" +msgstr "Ffinneg" + +msgid "French" +msgstr "Ffrangeg" + +msgid "Frisian" +msgstr "Ffrisieg" + +msgid "Irish" +msgstr "Gwyddeleg" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galisieg" + +msgid "Hebrew" +msgstr "Hebraeg" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croasieg" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hwngareg" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneseg" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeg" + +msgid "Italian" +msgstr "Eidaleg" + +msgid "Japanese" +msgstr "Siapanëeg" + +msgid "Georgian" +msgstr "Georgeg" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Casacstanaidd" + +msgid "Khmer" +msgstr "Chmereg" + +msgid "Kannada" +msgstr "Canadeg" + +msgid "Korean" +msgstr "Corëeg" + +msgid "Luxembourgish" +msgstr "Lwcsembergeg" + +msgid "Lithuanian" +msgstr "Lithwaneg" + +msgid "Latvian" +msgstr "Latfieg" + +msgid "Macedonian" +msgstr "Macedoneg" + +msgid "Malayalam" +msgstr "Malaialam" + +msgid "Mongolian" +msgstr "Mongoleg" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Byrmaneg" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepaleg" + +msgid "Dutch" +msgstr "Iseldireg" + +msgid "Norwegian Nynorsk" +msgstr "Ninorsk Norwyeg" + +msgid "Ossetic" +msgstr "Osetieg" + +msgid "Punjabi" +msgstr "Pwnjabi" + +msgid "Polish" +msgstr "Pwyleg" + +msgid "Portuguese" +msgstr "Portiwgaleg" + +msgid "Brazilian Portuguese" +msgstr "Portiwgaleg Brasil" + +msgid "Romanian" +msgstr "Romaneg" + +msgid "Russian" +msgstr "Rwsieg" + +msgid "Slovak" +msgstr "Slofaceg" + +msgid "Slovenian" +msgstr "Slofeneg" + +msgid "Albanian" +msgstr "Albaneg" + +msgid "Serbian" +msgstr "Serbeg" + +msgid "Serbian Latin" +msgstr "Lladin Serbiaidd" + +msgid "Swedish" +msgstr "Swedeg" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telwgw" + +msgid "Thai" +msgstr "Tai" + +msgid "Turkish" +msgstr "Twrceg" + +msgid "Tatar" +msgstr "Tatareg" + +msgid "Udmurt" +msgstr "Wdmwrteg" + +msgid "Ukrainian" +msgstr "Wcreineg" + +msgid "Urdu" +msgstr "Wrdw" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Fietnameg" + +msgid "Simplified Chinese" +msgstr "Tsieinëeg Syml" + +msgid "Traditional Chinese" +msgstr "Tseinëeg Traddodiadol" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Mapiau Safle" + +msgid "Static Files" +msgstr "Ffeiliau Statig" + +msgid "Syndication" +msgstr "Syndicetiad" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Rhowch werth dilys." + +msgid "Enter a valid URL." +msgstr "Rhowch URL dilys." + +msgid "Enter a valid integer." +msgstr "Rhowch gyfanrif dilys." + +msgid "Enter a valid email address." +msgstr "Rhowch gyfeiriad ebost dilys." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Rhowch gyfeiriad IPv4 dilys." + +msgid "Enter a valid IPv6 address." +msgstr "Rhowch gyfeiriad IPv6 dilys." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Rhowch gyfeiriad IPv4 neu IPv6 dilys." + +msgid "Enter only digits separated by commas." +msgstr "Rhowch ddigidau wedi'i gwahanu gan gomas yn unig." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Sicrhewch taw y gwerth yw %(limit_value)s (%(show_value)s yw ar hyn o bryd)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Sicrhewch fod y gwerth hwn yn fwy neu'n llai na %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Sicrhewch fod y gwerth yn fwy na neu'n gyfartal â %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[1] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[2] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[3] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[1] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[2] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[3] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Rhowch rif." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid i gyd." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid i gyd." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid i gyd." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid i gyd." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s lle degol." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s le degol." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s lle degol." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s lle degol." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid cyn y pwynt degol." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid cyn y pwynt degol." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Mae %(model_name)s gyda'r %(field_labels)s hyn yn bodoli'n barod." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nid yw gwerth %(value)r yn ddewis dilys." + +msgid "This field cannot be null." +msgstr "Ni all y maes hwn fod yn 'null'." + +msgid "This field cannot be blank." +msgstr "Ni all y maes hwn fod yn wag." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Mae %(model_name)s gyda'r %(field_label)s hwn yn bodoli'n barod." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Maes o fath: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boleaidd (Unai True neu False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (hyd at %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Cyfanrifau wedi'u gwahanu gan gomas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dyddiad (heb amser)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dyddiad (gydag amser)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Rhif degol" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Cyfeiriad ebost" + +msgid "File path" +msgstr "Llwybr ffeil" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Rhif pwynt symudol" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "cyfanrif" + +msgid "Big (8 byte) integer" +msgstr "Cyfanrif mawr (8 beit)" + +msgid "IPv4 address" +msgstr "Cyfeiriad IPv4" + +msgid "IP address" +msgstr "cyfeiriad IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boleaidd (Naill ai True, False neu None)" + +msgid "Positive integer" +msgstr "Cyfanrif positif" + +msgid "Positive small integer" +msgstr "Cyfanrif bach positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Malwen (hyd at %(max_length)s)" + +msgid "Small integer" +msgstr "Cyfanrif bach" + +msgid "Text" +msgstr "Testun" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Amser" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data deuol crai" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Ffeil" + +msgid "Image" +msgstr "Delwedd" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Allwedd Estron (math yn ddibynol ar y maes cysylltiedig)" + +msgid "One-to-one relationship" +msgstr "Perthynas un-i-un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Perthynas llawer-i-lawer" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Mae angen y maes hwn." + +msgid "Enter a whole number." +msgstr "Rhowch cyfanrif." + +msgid "Enter a valid date." +msgstr "Rhif ddyddiad dilys." + +msgid "Enter a valid time." +msgstr "Rhowch amser dilys." + +msgid "Enter a valid date/time." +msgstr "Rhowch ddyddiad/amser dilys." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ni anfonwyd ffeil. Gwiriwch math yr amgodiad ar y ffurflen." + +msgid "No file was submitted." +msgstr "Ni anfonwyd ffeil." + +msgid "The submitted file is empty." +msgstr "Mae'r ffeil yn wag." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[1] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[2] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[3] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Nail ai cyflwynwych ffeil neu dewisiwch y blwch gwiriad, ond nid y ddau." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Llwythwch ddelwedd dilys. Doedd y ddelwedd a lwythwyd ddim yn ddelwedd " +"dilys, neu roedd yn ddelwedd llygredig." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Dewiswch ddewisiad dilys. Nid yw %(value)s yn un o'r dewisiadau sydd ar gael." + +msgid "Enter a list of values." +msgstr "Rhowch restr o werthoedd." + +msgid "Enter a complete value." +msgstr "Rhowch werth cyflawn." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Maes cudd %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Mae data ManagementForm ar goll neu mae rhywun wedi ymyrryd ynddo" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[1] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[2] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[3] "Cyflwynwch %d neu lai o ffurflenni." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[1] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[2] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[3] "Cyflwynwch %d neu fwy o ffurflenni." + +msgid "Order" +msgstr "Trefn" + +msgid "Delete" +msgstr "Dileu" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Cywirwch y data dyblyg ar gyfer %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Cywirwch y data dyblyg ar gyfer %(field)s, sydd yn gorfod bod yn unigryw." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Cywirwch y data dyblyg ar gyfer %(field_name)s sydd yn gorfod bod yn unigryw " +"ar gyfer %(lookup)s yn %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Cywirwch y gwerthoedd dyblyg isod." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Dewiswch ddewisiad dilys. Nid yw'r dewisiad yn un o'r dewisiadau sydd ar " +"gael." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Clirio" + +msgid "Currently" +msgstr "Ar hyn o bryd" + +msgid "Change" +msgstr "Newid" + +msgid "Unknown" +msgstr "Anhysbys" + +msgid "Yes" +msgstr "Ie" + +msgid "No" +msgstr "Na" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "ie,na,efallai" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d beit" +msgstr[1] "%(size)d beit" +msgstr[2] "%(size)d beit" +msgstr[3] "%(size)d beit" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "y.h." + +msgid "a.m." +msgstr "y.b." + +msgid "PM" +msgstr "YH" + +msgid "AM" +msgstr "YB" + +msgid "midnight" +msgstr "canol nos" + +msgid "noon" +msgstr "canol dydd" + +msgid "Monday" +msgstr "Dydd Llun" + +msgid "Tuesday" +msgstr "Dydd Mawrth" + +msgid "Wednesday" +msgstr "Dydd Mercher" + +msgid "Thursday" +msgstr "Dydd Iau" + +msgid "Friday" +msgstr "Dydd Gwener" + +msgid "Saturday" +msgstr "Dydd Sadwrn" + +msgid "Sunday" +msgstr "Dydd Sul" + +msgid "Mon" +msgstr "Llu" + +msgid "Tue" +msgstr "Maw" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Iau" + +msgid "Fri" +msgstr "Gwe" + +msgid "Sat" +msgstr "Sad" + +msgid "Sun" +msgstr "Sul" + +msgid "January" +msgstr "Ionawr" + +msgid "February" +msgstr "Chwefror" + +msgid "March" +msgstr "Mawrth" + +msgid "April" +msgstr "Ebrill" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Mehefin" + +msgid "July" +msgstr "Gorffenaf" + +msgid "August" +msgstr "Awst" + +msgid "September" +msgstr "Medi" + +msgid "October" +msgstr "Hydref" + +msgid "November" +msgstr "Tachwedd" + +msgid "December" +msgstr "Rhagfyr" + +msgid "jan" +msgstr "ion" + +msgid "feb" +msgstr "chw" + +msgid "mar" +msgstr "maw" + +msgid "apr" +msgstr "ebr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "meh" + +msgid "jul" +msgstr "gor" + +msgid "aug" +msgstr "aws" + +msgid "sep" +msgstr "med" + +msgid "oct" +msgstr "hyd" + +msgid "nov" +msgstr "tach" + +msgid "dec" +msgstr "rhag" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ion." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Chwe." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mawrth" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Ebrill" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Meh." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Gorff." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awst" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Medi" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Hydr." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Tach." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Rhag." + +msgctxt "alt. month" +msgid "January" +msgstr "Ionawr" + +msgctxt "alt. month" +msgid "February" +msgstr "Chwefror" + +msgctxt "alt. month" +msgid "March" +msgstr "Mawrth" + +msgctxt "alt. month" +msgid "April" +msgstr "Ebrill" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Mehefin" + +msgctxt "alt. month" +msgid "July" +msgstr "Gorffenaf" + +msgctxt "alt. month" +msgid "August" +msgstr "Awst" + +msgctxt "alt. month" +msgid "September" +msgstr "Medi" + +msgctxt "alt. month" +msgid "October" +msgstr "Hydref" + +msgctxt "alt. month" +msgid "November" +msgstr "Tachwedd" + +msgctxt "alt. month" +msgid "December" +msgstr "Rhagfyr" + +msgid "This is not a valid IPv6 address." +msgstr "Nid yw hwn yn gyfeiriad IPv6 dilys." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "neu" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d blwyddyn" +msgstr[1] "%d flynedd" +msgstr[2] "%d blwyddyn" +msgstr[3] "%d blwyddyn" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mis" +msgstr[1] "%d fis" +msgstr[2] "%d mis" +msgstr[3] "%d mis" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d wythnos" +msgstr[1] "%d wythnos" +msgstr[2] "%d wythnos" +msgstr[3] "%d wythnos" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d diwrnod" +msgstr[1] "%d ddiwrnod" +msgstr[2] "%d diwrnod" +msgstr[3] "%d diwrnod" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d awr" +msgstr[1] "%d awr" +msgstr[2] "%d awr" +msgstr[3] "%d awr" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d munud" +msgstr[1] "%d funud" +msgstr[2] "%d munud" +msgstr[3] "%d munud" + +msgid "0 minutes" +msgstr "0 munud" + +msgid "Forbidden" +msgstr "Gwaharddedig" + +msgid "CSRF verification failed. Request aborted." +msgstr "Gwirio CSRF wedi methu. Ataliwyd y cais." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Dangosir y neges hwn oherwydd bod angen cwci CSRF ar y safle hwn pan yn " +"anfon ffurflenni. Mae angen y cwci ar gyfer diogelwch er mwyn sicrhau nad " +"oes trydydd parti yn herwgipio eich porwr." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Mae mwy o wybodaeth ar gael gyda DEBUG=True" + +msgid "No year specified" +msgstr "Dim blwyddyn wedi’i bennu" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Dim mis wedi’i bennu" + +msgid "No day specified" +msgstr "Dim diwrnod wedi’i bennu" + +msgid "No week specified" +msgstr "Dim wythnos wedi’i bennu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Dim %(verbose_name_plural)s ar gael" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s i'r dyfodol ddim ar gael oherwydd mae %(class_name)s." +"allow_future yn 'False'. " + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ni ganfuwyd %(verbose_name)s yn cydweddu â'r ymholiad" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Tudalen annilys (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Ni ganiateir mynegai cyfeiriaduron yma." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Mynegai %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef68d672961a666227d64275feed98b4d28d0be2 GIT binary patch literal 201 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 CBcTNV literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8cfa10ffec0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,1341 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Danni Randeris , 2014 +# Erik Ramsgaard Wognsen , 2020-2025 +# Erik Ramsgaard Wognsen , 2013-2019 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# jonaskoelker , 2012 +# Mads Chr. Olesen , 2013 +# valberg , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2020-2025\n" +"Language-Team: Danish (http://app.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabisk" + +msgid "Algerian Arabic" +msgstr "algerisk arabisk" + +msgid "Asturian" +msgstr "Asturisk" + +msgid "Azerbaijani" +msgstr "azerbaidjansk" + +msgid "Bulgarian" +msgstr "bulgarsk" + +msgid "Belarusian" +msgstr "hviderussisk" + +msgid "Bengali" +msgstr "bengalsk" + +msgid "Breton" +msgstr "bretonsk" + +msgid "Bosnian" +msgstr "bosnisk" + +msgid "Catalan" +msgstr "catalansk" + +msgid "Central Kurdish (Sorani)" +msgstr "Centralkurdisk (Sorani)" + +msgid "Czech" +msgstr "tjekkisk" + +msgid "Welsh" +msgstr "walisisk" + +msgid "Danish" +msgstr "dansk" + +msgid "German" +msgstr "tysk" + +msgid "Lower Sorbian" +msgstr "nedresorbisk" + +msgid "Greek" +msgstr "græsk" + +msgid "English" +msgstr "engelsk" + +msgid "Australian English" +msgstr "australsk engelsk" + +msgid "British English" +msgstr "britisk engelsk" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "spansk" + +msgid "Argentinian Spanish" +msgstr "argentinsk spansk" + +msgid "Colombian Spanish" +msgstr "colombiansk spansk" + +msgid "Mexican Spanish" +msgstr "mexikansk spansk" + +msgid "Nicaraguan Spanish" +msgstr "nicaraguansk spansk" + +msgid "Venezuelan Spanish" +msgstr "venezuelansk spansk" + +msgid "Estonian" +msgstr "estisk" + +msgid "Basque" +msgstr "baskisk" + +msgid "Persian" +msgstr "persisk" + +msgid "Finnish" +msgstr "finsk" + +msgid "French" +msgstr "fransk" + +msgid "Frisian" +msgstr "frisisk" + +msgid "Irish" +msgstr "irsk" + +msgid "Scottish Gaelic" +msgstr "skotsk gælisk" + +msgid "Galician" +msgstr "galicisk" + +msgid "Hebrew" +msgstr "hebraisk" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "kroatisk" + +msgid "Upper Sorbian" +msgstr "øvresorbisk" + +msgid "Hungarian" +msgstr "ungarsk" + +msgid "Armenian" +msgstr "armensk" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesisk" + +msgid "Igbo" +msgstr "igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandsk" + +msgid "Italian" +msgstr "italiensk" + +msgid "Japanese" +msgstr "japansk" + +msgid "Georgian" +msgstr "georgisk" + +msgid "Kabyle" +msgstr "kabylsk" + +msgid "Kazakh" +msgstr "kasakhisk" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "koreansk" + +msgid "Kyrgyz" +msgstr "kirgisisk" + +msgid "Luxembourgish" +msgstr "luxembourgisk" + +msgid "Lithuanian" +msgstr "litauisk" + +msgid "Latvian" +msgstr "lettisk" + +msgid "Macedonian" +msgstr "makedonsk" + +msgid "Malayalam" +msgstr "malayalam" + +msgid "Mongolian" +msgstr "mongolsk" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "malajisk" + +msgid "Burmese" +msgstr "burmesisk" + +msgid "Norwegian Bokmål" +msgstr "norsk bokmål" + +msgid "Nepali" +msgstr "nepalesisk" + +msgid "Dutch" +msgstr "hollandsk" + +msgid "Norwegian Nynorsk" +msgstr "norsk nynorsk" + +msgid "Ossetic" +msgstr "ossetisk" + +msgid "Punjabi" +msgstr "punjabi" + +msgid "Polish" +msgstr "polsk" + +msgid "Portuguese" +msgstr "portugisisk" + +msgid "Brazilian Portuguese" +msgstr "brasiliansk portugisisk" + +msgid "Romanian" +msgstr "rumænsk" + +msgid "Russian" +msgstr "russisk" + +msgid "Slovak" +msgstr "slovakisk" + +msgid "Slovenian" +msgstr "slovensk" + +msgid "Albanian" +msgstr "albansk" + +msgid "Serbian" +msgstr "serbisk" + +msgid "Serbian Latin" +msgstr "serbisk (latin)" + +msgid "Swedish" +msgstr "svensk" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "tadsjikisk" + +msgid "Thai" +msgstr "thai" + +msgid "Turkmen" +msgstr "turkmensk" + +msgid "Turkish" +msgstr "tyrkisk" + +msgid "Tatar" +msgstr "tatarisk" + +msgid "Udmurt" +msgstr "udmurtisk" + +msgid "Uyghur" +msgstr "uygurisk" + +msgid "Ukrainian" +msgstr "ukrainsk" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "usbekisk" + +msgid "Vietnamese" +msgstr "vietnamesisk" + +msgid "Simplified Chinese" +msgstr "forenklet kinesisk" + +msgid "Traditional Chinese" +msgstr "traditionelt kinesisk" + +msgid "Messages" +msgstr "Meddelelser" + +msgid "Site Maps" +msgstr "Site Maps" + +msgid "Static Files" +msgstr "Static Files" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Det sidetal er ikke et heltal" + +msgid "That page number is less than 1" +msgstr "Det sidetal er mindre end 1" + +msgid "That page contains no results" +msgstr "Den side indeholder ingen resultater" + +msgid "Enter a valid value." +msgstr "Indtast en gyldig værdi." + +msgid "Enter a valid domain name." +msgstr "Indtast et gyldigt domænenavn." + +msgid "Enter a valid URL." +msgstr "Indtast en gyldig URL." + +msgid "Enter a valid integer." +msgstr "Indtast et gyldigt heltal." + +msgid "Enter a valid email address." +msgstr "Indtast en gyldig e-mail-adresse." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Indtast en gyldig “slug” bestående af bogstaver, cifre, understreger eller " +"bindestreger." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Indtast en gyldig “slug” bestående af Unicode-bogstaver, cifre, understreger " +"eller bindestreger." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Indtast en gyldig %(protocol)s-adresse." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 eller IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Indtast kun cifre adskilt af kommaer." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Denne værdi skal være %(limit_value)s (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Denne værdi skal være mindre end eller lig %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Denne værdi skal være større end eller lig %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Denne værdi skal være et multiplum af trinstørrelse %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Denne værdi skal være et multiplum af trinstørrelse %(limit_value)s, " +"startende fra %(offset)s, fx %(offset)s, %(valid_value1)s, %(valid_value2)s, " +"osv." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)." +msgstr[1] "" +"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)." +msgstr[1] "" +"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)." + +msgid "Enter a number." +msgstr "Indtast et tal." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Der må maksimalt være %(max)s ciffer i alt." +msgstr[1] "Der må maksimalt være %(max)s cifre i alt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Der må maksimalt være %(max)s decimal." +msgstr[1] "Der må maksimalt være %(max)s decimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Der må maksimalt være %(max)s ciffer før kommaet." +msgstr[1] "Der må maksimalt være %(max)s cifre før kommaet." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Filendelse “%(extension)s” er ikke tilladt. Tilladte filendelser er: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null-tegn er ikke tilladte." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med dette %(field_labels)s eksisterer allerede." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Begrænsning “%(name)s” er overtrådt." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Værdien %(value)r er ikke et gyldigt valg." + +msgid "This field cannot be null." +msgstr "Dette felt kan ikke være null." + +msgid "This field cannot be blank." +msgstr "Dette felt kan ikke være tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med dette %(field_label)s eksisterer allerede." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s skal være unik for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt af type: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s”-værdien skal være enten True eller False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s”-værdien skal være enten True, False eller None." + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (enten True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Streng (op til %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Streng (ubegrænset)" + +msgid "Comma-separated integers" +msgstr "Kommaseparerede heltal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s”-værdien har et ugyldigt datoformat. Den skal være i formatet " +"ÅÅÅÅ-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s”-værdien har det korrekte format (ÅÅÅÅ-MM-DD) men er en ugyldig " +"dato." + +msgid "Date (without time)" +msgstr "Dato (uden tid)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s”-værdien har et ugyldigt format. Den skal være i formatet ÅÅÅÅ-MM-" +"DD TT:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s”-værdien har det korrekte format (ÅÅÅÅ-MM-DD TT:MM[:ss[.uuuuuu]]" +"[TZ]) men er en ugyldig dato/tid." + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s”-værdien skal være et decimaltal." + +msgid "Decimal number" +msgstr "Decimaltal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s”-værdien har et ugyldigt format. Den skal være i formatet [DD] " +"[[TT:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Varighed" + +msgid "Email address" +msgstr "E-mail-adresse" + +msgid "File path" +msgstr "Sti" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s”-værdien skal være et kommatal." + +msgid "Floating point number" +msgstr "Flydende-komma-tal" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s”-værdien skal være et heltal." + +msgid "Integer" +msgstr "Heltal" + +msgid "Big (8 byte) integer" +msgstr "Stort heltal (8 byte)" + +msgid "Small integer" +msgstr "Lille heltal" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s”-værdien skal være enten None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive big integer" +msgstr "Positivt stort heltal" + +msgid "Positive integer" +msgstr "Positivt heltal" + +msgid "Positive small integer" +msgstr "Positivt lille heltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "\"Slug\" (op til %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s”-værdien har et ugyldigt format. Den skal være i formatet TT:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s”-værdien har det korrekte format (TT:MM[:ss[.uuuuuu]]) men er et " +"ugyldigt tidspunkt." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rå binære data" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” er ikke et gyldigt UUID." + +msgid "Universally unique identifier" +msgstr "Universelt unik identifikator" + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Billede" + +msgid "A JSON object" +msgstr "Et JSON-objekt" + +msgid "Value must be valid JSON." +msgstr "Værdien skal være gyldig JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s-instans med %(field)s %(value)r er ikke et gyldigt valg." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremmednøgle (type bestemt af relateret felt)" + +msgid "One-to-one relationship" +msgstr "En-til-en-relation" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relation" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relationer" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-relation" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dette felt er påkrævet." + +msgid "Enter a whole number." +msgstr "Indtast et heltal." + +msgid "Enter a valid date." +msgstr "Indtast en gyldig dato." + +msgid "Enter a valid time." +msgstr "Indtast en gyldig tid." + +msgid "Enter a valid date/time." +msgstr "Indtast gyldig dato/tid." + +msgid "Enter a valid duration." +msgstr "Indtast en gyldig varighed." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Antallet af dage skal være mellem {min_days} og {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil blev indsendt. Kontroller kodningstypen i formularen." + +msgid "No file was submitted." +msgstr "Ingen fil blev indsendt." + +msgid "The submitted file is empty." +msgstr "Den indsendte fil er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)." +msgstr[1] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Du skal enten indsende en fil eller afmarkere afkrydsningsfeltet, ikke begge " +"dele." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Indsend en billedfil. Filen, du indsendte, var enten ikke et billede eller " +"en defekt billedfil." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Marker en gyldig valgmulighed. %(value)s er ikke en af de tilgængelige " +"valgmuligheder." + +msgid "Enter a list of values." +msgstr "Indtast en liste af værdier." + +msgid "Enter a complete value." +msgstr "Indtast en komplet værdi." + +msgid "Enter a valid UUID." +msgstr "Indtast et gyldigt UUID." + +msgid "Enter a valid JSON." +msgstr "Indtast gyldig JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skjult felt %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm-data mangler eller er blevet pillet ved. Manglende felter: " +"%(field_names)s. Du kan få behov for at oprette en fejlrapport hvis " +"problemet varer ved." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Indsend venligst højst %(num)d formular." +msgstr[1] "Indsend venligst højst %(num)d formularer." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Indsend venligst mindst %(num)d formular." +msgstr[1] "Indsend venligst mindst %(num)d formularer." + +msgid "Order" +msgstr "Rækkefølge" + +msgid "Delete" +msgstr "Slet" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ret venligst duplikerede data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ret venligst de duplikerede data for %(field)s, som skal være unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ret venligst de duplikerede data for %(field_name)s, som skal være unik for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ret venligst de duplikerede data herunder." + +msgid "The inline value did not match the parent instance." +msgstr "Den indlejrede værdi passede ikke med forældreinstansen." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Marker en gyldig valgmulighed. Det valg, du har foretaget, er ikke blandt de " +"tilgængelige valgmuligheder." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” er ikke en gyldig værdi." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunne ikke fortolkes i tidszonen %(current_timezone)s; den kan " +"være tvetydig eller den eksisterer måske ikke." + +msgid "Clear" +msgstr "Afmarkér" + +msgid "Currently" +msgstr "Aktuelt" + +msgid "Change" +msgstr "Ret" + +msgid "Unknown" +msgstr "Ukendt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ja,nej,måske" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnat" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "mandag" + +msgid "Tuesday" +msgstr "tirsdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lørdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tir" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lør" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "marts" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marts" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "januar" + +msgctxt "alt. month" +msgid "February" +msgstr "februar" + +msgctxt "alt. month" +msgid "March" +msgstr "marts" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Dette er ikke en gyldig IPv6-adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d år" +msgstr[1] "%(num)d år" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d måned" +msgstr[1] "%(num)d måneder" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d uge" +msgstr[1] "%(num)d uger" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dag" +msgstr[1] "%(num)d dage" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d time" +msgstr[1] "%(num)d timer" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minutter" + +msgid "Forbidden" +msgstr "Forbudt" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikationen mislykkedes. Forespørgslen blev afbrudt." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser denne besked fordi denne HTTPS-webside kræver at din browser sender " +"en “Referer header”, som ikke blev sendt. Denne header er påkrævet af " +"sikkerhedsmæssige grunde for at sikre at din browser ikke bliver kapret af " +"tredjepart." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Hvis du har opsat din browser til ikke at sende “Referer” headere, beder vi " +"dig slå dem til igen, i hvert fald for denne webside, eller for HTTPS-" +"forbindelser, eller for “same-origin”-forespørgsler." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Hvis du bruger tagget eller " +"inkluderer headeren “Referrer-Policy: no-referrer”, så fjern dem venligst. " +"CSRF-beskyttelsen afhænger af at “Referer”-headeren udfører stringent " +"referer-kontrol. Hvis du er bekymret om privatliv, så brug alternativer så " +"som for links til tredjepartswebsider." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser denne besked fordi denne webside kræver en CSRF-cookie, når du sender " +"formularer. Denne cookie er påkrævet af sikkerhedsmæssige grunde for at " +"sikre at din browser ikke bliver kapret af tredjepart." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Hvis du har slået cookies fra i din browser, beder vi dig slå dem til igen, " +"i hvert fald for denne webside, eller for “same-origin”-forespørgsler." + +msgid "More information is available with DEBUG=True." +msgstr "Mere information er tilgængeligt med DEBUG=True." + +msgid "No year specified" +msgstr "Intet år specificeret" + +msgid "Date out of range" +msgstr "Dato uden for rækkevidde" + +msgid "No month specified" +msgstr "Ingen måned specificeret" + +msgid "No day specified" +msgstr "Ingen dag specificeret" + +msgid "No week specified" +msgstr "Ingen uge specificeret" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ingen %(verbose_name_plural)s til rådighed" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Fremtidige %(verbose_name_plural)s ikke tilgængelige, fordi %(class_name)s ." +"allow_future er falsk." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ugyldig datostreng “%(datestr)s” givet format “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ingen %(verbose_name)s fundet matcher forespørgslen" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Side er ikke “sidste”, og kan heller ikke konverteres til en int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ugyldig side (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tom liste og “%(class_name)s.allow_empty” er falsk." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeindekser er ikke tilladte her" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” eksisterer ikke" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks for %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Installationen virkede! Tillykke!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Vis udgivelsesnoter for Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Du ser denne side fordi du har DEBUG=True i din settings-fil og ikke har opsat nogen " +"URL'er." + +msgid "Django Documentation" +msgstr "Django-dokumentation" + +msgid "Topics, references, & how-to’s" +msgstr "Emner, referencer & how-to’s" + +msgid "Tutorial: A Polling App" +msgstr "Gennemgang: En afstemnings-app" + +msgid "Get started with Django" +msgstr "Kom i gang med Django" + +msgid "Django Community" +msgstr "Django-fællesskabet" + +msgid "Connect, get help, or contribute" +msgstr "Forbind, få hjælp eller bidrag" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ed11e5fcbc46c74bd0b63af20d21ced3d35f70c GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^-~h{N5 z0}K$r3}SEuMKFt497RzaLopmjaeRc1aH7kgL>J)X4+bT13Z-xwrSUO3o@XlAAbug1 zYh^oN>(yS6x^>D_vy?_D2x3?qh<1?NTr_yikkLUxz@jh^1-rrqxt%Tx^{Sv&1v4o8 zheV+hWDn_@d9r52Yw|~+RWi%8ELnnN?1P-GNQR^8npNKwoZNb{ zWba7Mtm}s5>~}5xLkI0@4a20FwxidacZ%|6$#2RUTC-(s`o&N+kberog{Nj%q_huJ(a{G%%_EZkp!T$m^J wBrH6n`t@&Et; literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/formats.py new file mode 100644 index 00000000000..58292084fb2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/da/formats.py @@ -0,0 +1,26 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a1b8cbce9b381286fd3f8d97ea08964e9b359194 GIT binary patch literal 29046 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6c7ebbcf843 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,1369 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Hagenbruch, 2011-2012 +# Florian Apolloner , 2011 +# Daniel Roschka, 2016 +# Florian Apolloner , 2018,2020-2023 +# jnns, 2011,2013 +# Jannis Leidel , 2013-2018,2020 +# jnns, 2016 +# Markus Holtermann , 2023 +# Markus Holtermann , 2013,2015 +# Raphael Michel , 2021 +# Ronny Vedrilla, 2025 +# Sarah Boyce, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Sarah Boyce, 2025\n" +"Language-Team: German (http://app.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisch" + +msgid "Algerian Arabic" +msgstr "Algerisches Arabisch" + +msgid "Asturian" +msgstr "Asturisch" + +msgid "Azerbaijani" +msgstr "Aserbaidschanisch" + +msgid "Bulgarian" +msgstr "Bulgarisch" + +msgid "Belarusian" +msgstr "Weißrussisch" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretonisch" + +msgid "Bosnian" +msgstr "Bosnisch" + +msgid "Catalan" +msgstr "Katalanisch" + +msgid "Central Kurdish (Sorani)" +msgstr "Zentralkurdisch (Sorani)" + +msgid "Czech" +msgstr "Tschechisch" + +msgid "Welsh" +msgstr "Walisisch" + +msgid "Danish" +msgstr "Dänisch" + +msgid "German" +msgstr "Deutsch" + +msgid "Lower Sorbian" +msgstr "Niedersorbisch" + +msgid "Greek" +msgstr "Griechisch" + +msgid "English" +msgstr "Englisch" + +msgid "Australian English" +msgstr "Australisches Englisch" + +msgid "British English" +msgstr "Britisches Englisch" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanisch" + +msgid "Argentinian Spanish" +msgstr "Argentinisches Spanisch" + +msgid "Colombian Spanish" +msgstr "Kolumbianisches Spanisch" + +msgid "Mexican Spanish" +msgstr "Mexikanisches Spanisch" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguanisches Spanisch" + +msgid "Venezuelan Spanish" +msgstr "Venezolanisches Spanisch" + +msgid "Estonian" +msgstr "Estnisch" + +msgid "Basque" +msgstr "Baskisch" + +msgid "Persian" +msgstr "Persisch" + +msgid "Finnish" +msgstr "Finnisch" + +msgid "French" +msgstr "Französisch" + +msgid "Frisian" +msgstr "Friesisch" + +msgid "Irish" +msgstr "Irisch" + +msgid "Scottish Gaelic" +msgstr "Schottisch-Gälisch" + +msgid "Galician" +msgstr "Galicisch" + +msgid "Hebrew" +msgstr "Hebräisch" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisch" + +msgid "Upper Sorbian" +msgstr "Obersorbisch" + +msgid "Hungarian" +msgstr "Ungarisch" + +msgid "Armenian" +msgstr "Armenisch" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisch" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Isländisch" + +msgid "Italian" +msgstr "Italienisch" + +msgid "Japanese" +msgstr "Japanisch" + +msgid "Georgian" +msgstr "Georgisch" + +msgid "Kabyle" +msgstr "Kabylisch" + +msgid "Kazakh" +msgstr "Kasachisch" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanisch" + +msgid "Kyrgyz" +msgstr "Kirgisisch" + +msgid "Luxembourgish" +msgstr "Luxemburgisch" + +msgid "Lithuanian" +msgstr "Litauisch" + +msgid "Latvian" +msgstr "Lettisch" + +msgid "Macedonian" +msgstr "Mazedonisch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolisch" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malaiisch" + +msgid "Burmese" +msgstr "Birmanisch" + +msgid "Norwegian Bokmål" +msgstr "Norwegisch (Bokmål)" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Niederländisch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegisch (Nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisch" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polnisch" + +msgid "Portuguese" +msgstr "Portugiesisch" + +msgid "Brazilian Portuguese" +msgstr "Brasilianisches Portugiesisch" + +msgid "Romanian" +msgstr "Rumänisch" + +msgid "Russian" +msgstr "Russisch" + +msgid "Slovak" +msgstr "Slowakisch" + +msgid "Slovenian" +msgstr "Slowenisch" + +msgid "Albanian" +msgstr "Albanisch" + +msgid "Serbian" +msgstr "Serbisch" + +msgid "Serbian Latin" +msgstr "Serbisch (Latein)" + +msgid "Swedish" +msgstr "Schwedisch" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilisch" + +msgid "Telugu" +msgstr "Telugisch" + +msgid "Tajik" +msgstr "Tadschikisch" + +msgid "Thai" +msgstr "Thailändisch" + +msgid "Turkmen" +msgstr "Turkmenisch" + +msgid "Turkish" +msgstr "Türkisch" + +msgid "Tatar" +msgstr "Tatarisch" + +msgid "Udmurt" +msgstr "Udmurtisch" + +msgid "Uyghur" +msgstr "Uigurisch" + +msgid "Ukrainian" +msgstr "Ukrainisch" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Usbekisch" + +msgid "Vietnamese" +msgstr "Vietnamesisch" + +msgid "Simplified Chinese" +msgstr "Vereinfachtes Chinesisch" + +msgid "Traditional Chinese" +msgstr "Traditionelles Chinesisch" + +msgid "Messages" +msgstr "Mitteilungen" + +msgid "Site Maps" +msgstr "Sitemaps" + +msgid "Static Files" +msgstr "Statische Dateien" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Diese Seitennummer ist keine Ganzzahl" + +msgid "That page number is less than 1" +msgstr "Diese Seitennummer ist kleiner als 1" + +msgid "That page contains no results" +msgstr "Diese Seite enthält keine Ergebnisse" + +msgid "Enter a valid value." +msgstr "Bitte einen gültigen Wert eingeben." + +msgid "Enter a valid domain name." +msgstr "Bitte eine gültige Domain eingeben." + +msgid "Enter a valid URL." +msgstr "Bitte eine gültige Adresse eingeben." + +msgid "Enter a valid integer." +msgstr "Bitte eine gültige Ganzzahl eingeben." + +msgid "Enter a valid email address." +msgstr "Bitte gültige E-Mail-Adresse eingeben." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Bitte ein gültiges Kürzel, bestehend aus Buchstaben, Ziffern, Unterstrichen " +"und Bindestrichen, eingeben." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben (Unicode), " +"Ziffern, Unter- und Bindestrichen." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Bitte eine gültige %(protocol)s-Adresse eingeben." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 oder IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Bitte nur durch Komma getrennte Ziffern eingeben." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bitte sicherstellen, dass der Wert %(limit_value)s ist. (Er ist " +"%(show_value)s.)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Dieser Wert muss kleiner oder gleich %(limit_value)s sein." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Dieser Wert muss größer oder gleich %(limit_value)s sein." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Dieser Wert muss ein Vielfaches von %(limit_value)s sein." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Dieser Wert muss ein Vielfaches von %(limit_value)s sein und bei %(offset)s " +"beginnen, z.B. %(offset)s, %(valid_value1)s, %(valid_value2)s, und so weiter." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" +msgstr[1] "" +"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" +msgstr[1] "" +"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" + +msgid "Enter a number." +msgstr "Bitte eine Zahl eingeben." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern enthält." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstelle enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstellen enthält." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer vor dem Komma " +"enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern vor dem Komma " +"enthält." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Dateiendung „%(extension)s“ ist nicht erlaubt. Erlaubte Dateiendungen sind: " +"„%(allowed_extensions)s“." + +msgid "Null characters are not allowed." +msgstr "Nullzeichen sind nicht erlaubt." + +msgid "and" +msgstr "und" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"%(model_name)s mit diesem Wert für das Feld %(field_labels)s existiert " +"bereits." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Bedingung „%(name)s“ ist nicht erfüllt." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Wert %(value)r ist keine gültige Option." + +msgid "This field cannot be null." +msgstr "Dieses Feld darf nicht null sein." + +msgid "This field cannot be blank." +msgstr "Dieses Feld darf nicht leer sein." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"%(model_name)s mit diesem Wert für das Feld %(field_label)s existiert " +"bereits." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s muss für %(date_field_label)s %(lookup_type)s eindeutig sein." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Feldtyp: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Wert „%(value)s“ muss entweder True oder False sein." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Wert „%(value)s“ muss True, False oder None sein." + +msgid "Boolean (Either True or False)" +msgstr "Boolescher Wert (True oder False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Zeichenkette (bis zu %(max_length)s Zeichen)" + +msgid "String (unlimited)" +msgstr "Zeichenkette (unlimitiert)" + +msgid "Comma-separated integers" +msgstr "Kommaseparierte Liste von Ganzzahlen" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Wert „%(value)s“ hat ein ungültiges Datumsformat. Es muss YYYY-MM-DD " +"entsprechen." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Wert „%(value)s“ hat das korrekte Format (YYYY-MM-DD) aber ein ungültiges " +"Datum." + +msgid "Date (without time)" +msgstr "Datum (ohne Uhrzeit)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Wert „%(value)s“ hat ein ungültiges Format. Es muss YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] entsprechen." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Wert „%(value)s“ hat das korrekte Format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) aber eine ungültige Zeit-/Datumsangabe." + +msgid "Date (with time)" +msgstr "Datum (mit Uhrzeit)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Wert „%(value)s“ muss eine Dezimalzahl sein." + +msgid "Decimal number" +msgstr "Dezimalzahl" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Wert „%(value)s“ hat ein ungültiges Format. Es muss der Form [DD] [HH:" +"[MM:]]ss[.uuuuuu] entsprechen." + +msgid "Duration" +msgstr "Zeitspanne" + +msgid "Email address" +msgstr "E-Mail-Adresse" + +msgid "File path" +msgstr "Dateipfad" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Wert „%(value)s“ muss eine Fließkommazahl sein." + +msgid "Floating point number" +msgstr "Gleitkommazahl" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Wert „%(value)s“ muss eine Ganzzahl sein." + +msgid "Integer" +msgstr "Ganzzahl" + +msgid "Big (8 byte) integer" +msgstr "Große Ganzzahl (8 Byte)" + +msgid "Small integer" +msgstr "Kleine Ganzzahl" + +msgid "IPv4 address" +msgstr "IPv4-Adresse" + +msgid "IP address" +msgstr "IP-Adresse" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Wert „%(value)s“ muss entweder None, True oder False sein." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolescher Wert (True, False oder None)" + +msgid "Positive big integer" +msgstr "Positive große Ganzzahl" + +msgid "Positive integer" +msgstr "Positive Ganzzahl" + +msgid "Positive small integer" +msgstr "Positive kleine Ganzzahl" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Kürzel (bis zu %(max_length)s)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Wert „%(value)s“ hat ein ungültiges Format. Es muss HH:MM[:ss[.uuuuuu]] " +"entsprechen." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Wert „%(value)s“ hat das korrekte Format (HH:MM[:ss[.uuuuuu]]), aber ist " +"eine ungültige Zeitangabe." + +msgid "Time" +msgstr "Zeit" + +msgid "URL" +msgstr "Adresse (URL)" + +msgid "Raw binary data" +msgstr "Binärdaten" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Wert „%(value)s“ ist keine gültige UUID." + +msgid "Universally unique identifier" +msgstr "Universally Unique Identifier" + +msgid "File" +msgstr "Datei" + +msgid "Image" +msgstr "Bild" + +msgid "A JSON object" +msgstr "Ein JSON-Objekt" + +msgid "Value must be valid JSON." +msgstr "Wert muss gültiges JSON sein." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremdschlüssel (Typ definiert durch verknüpftes Feld)" + +msgid "One-to-one relationship" +msgstr "1:1-Beziehung" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-Beziehung" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-Beziehungen" + +msgid "Many-to-many relationship" +msgstr "n:m-Beziehung" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dieses Feld ist zwingend erforderlich." + +msgid "Enter a whole number." +msgstr "Bitte eine ganze Zahl eingeben." + +msgid "Enter a valid date." +msgstr "Bitte ein gültiges Datum eingeben." + +msgid "Enter a valid time." +msgstr "Bitte eine gültige Uhrzeit eingeben." + +msgid "Enter a valid date/time." +msgstr "Bitte ein gültiges Datum und Uhrzeit eingeben." + +msgid "Enter a valid duration." +msgstr "Bitte eine gültige Zeitspanne eingeben." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Die Anzahl der Tage muss zwischen {min_days} und {max_days} sein." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Es wurde keine Datei übertragen. Überprüfen Sie das Encoding des Formulars." + +msgid "No file was submitted." +msgstr "Es wurde keine Datei übertragen." + +msgid "The submitted file is empty." +msgstr "Die übertragene Datei ist leer." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen " +"besteht. (Er besteht aus %(length)d Zeichen.)" +msgstr[1] "" +"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen " +"besteht. (Er besteht aus %(length)d Zeichen.)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Bitte wählen Sie entweder eine Datei aus oder wählen Sie „Löschen“, nicht " +"beides." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Bitte ein gültiges Bild hochladen. Die hochgeladene Datei ist kein Bild oder " +"ist defekt." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl." + +msgid "Enter a list of values." +msgstr "Bitte eine Liste mit Werten eingeben." + +msgid "Enter a complete value." +msgstr "Bitte einen vollständigen Wert eingeben." + +msgid "Enter a valid UUID." +msgstr "Bitte eine gültige UUID eingeben." + +msgid "Enter a valid JSON." +msgstr "Bitte ein gültiges JSON-Objekt eingeben." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Verstecktes Feld %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Daten für das Management-Formular fehlen oder wurden manipuliert. Fehlende " +"Felder: %(field_names)s. Bitte erstellen Sie einen Bug-Report falls der " +"Fehler dauerhaft besteht." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Bitte höchstens %(num)d Forumlar abschicken." +msgstr[1] "Bitte höchstens %(num)d Formulare abschicken." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Bitte mindestends %(num)d Formular abschicken." +msgstr[1] "Bitte mindestens %(num)d Formulare abschicken." + +msgid "Order" +msgstr "Reihenfolge" + +msgid "Delete" +msgstr "Löschen" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Bitte die doppelten Daten für %(field)s korrigieren." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Bitte die doppelten Daten für %(field)s korrigieren, das eindeutig sein muss." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Bitte die doppelten Daten für %(field_name)s korrigieren, da es für " +"%(lookup)s in %(date_field)s eindeutig sein muss." + +msgid "Please correct the duplicate values below." +msgstr "Bitte die unten aufgeführten doppelten Werte korrigieren." + +msgid "The inline value did not match the parent instance." +msgstr "Der Inline-Wert passt nicht zur übergeordneten Instanz." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "„%(pk)s“ ist kein gültiger Wert." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s konnte mit der Zeitzone %(current_timezone)s nicht eindeutig " +"interpretiert werden, da es doppeldeutig oder eventuell inkorrekt ist." + +msgid "Clear" +msgstr "Zurücksetzen" + +msgid "Currently" +msgstr "Derzeit" + +msgid "Change" +msgstr "Ändern" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nein" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "Ja,Nein,Vielleicht" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d Byte" +msgstr[1] "%(size)d Bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "nachm." + +msgid "a.m." +msgstr "vorm." + +msgid "PM" +msgstr "nachm." + +msgid "AM" +msgstr "vorm." + +msgid "midnight" +msgstr "Mitternacht" + +msgid "noon" +msgstr "Mittag" + +msgid "Monday" +msgstr "Montag" + +msgid "Tuesday" +msgstr "Dienstag" + +msgid "Wednesday" +msgstr "Mittwoch" + +msgid "Thursday" +msgstr "Donnerstag" + +msgid "Friday" +msgstr "Freitag" + +msgid "Saturday" +msgstr "Samstag" + +msgid "Sunday" +msgstr "Sonntag" + +msgid "Mon" +msgstr "Mo" + +msgid "Tue" +msgstr "Di" + +msgid "Wed" +msgstr "Mi" + +msgid "Thu" +msgstr "Do" + +msgid "Fri" +msgstr "Fr" + +msgid "Sat" +msgstr "Sa" + +msgid "Sun" +msgstr "So" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgid "jan" +msgstr "Jan" + +msgid "feb" +msgstr "Feb" + +msgid "mar" +msgstr "Mär" + +msgid "apr" +msgstr "Apr" + +msgid "may" +msgstr "Mai" + +msgid "jun" +msgstr "Jun" + +msgid "jul" +msgstr "Jul" + +msgid "aug" +msgstr "Aug" + +msgid "sep" +msgstr "Sep" + +msgid "oct" +msgstr "Okt" + +msgid "nov" +msgstr "Nov" + +msgid "dec" +msgstr "Dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "März" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "März" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezember" + +msgid "This is not a valid IPv6 address." +msgstr "Dies ist keine gültige IPv6-Adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "oder" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d Jahr" +msgstr[1] "%(num)d Jahre" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d Monat" +msgstr[1] "%(num)d Monate" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d Woche" +msgstr[1] "%(num)d Wochen" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d Tag" +msgstr[1] "%(num)d Tage" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d Stunde" +msgstr[1] "%(num)d Stunden" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d Minute" +msgstr[1] "%(num)d Minuten" + +msgid "Forbidden" +msgstr "Verboten" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-Verifizierung fehlgeschlagen. Anfrage abgebrochen." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Sie sehen diese Fehlermeldung, da diese HTTPS-Seite einen „Referer“-Header " +"von Ihrem Webbrowser erwartet, aber keinen erhalten hat. Dieser Header ist " +"aus Sicherheitsgründen notwendig, um sicherzustellen, dass Ihr Webbrowser " +"nicht von Dritten missbraucht wird." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Falls Sie Ihren Webbrowser so konfiguriert haben, dass „Referer“-Header " +"nicht gesendet werden, müssen Sie diese Funktion mindestens für diese Seite, " +"für sichere HTTPS-Verbindungen oder für „Same-Origin“-Verbindungen " +"reaktivieren." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Wenn der Tag „“ oder der " +"„Referrer-Policy: no-referrer“-Header verwendet wird, entfernen Sie sie " +"bitte. Der „Referer“-Header wird zur korrekten CSRF-Verifizierung benötigt. " +"Falls es datenschutzrechtliche Gründe gibt, benutzen Sie bitte Alternativen " +"wie „“ für Links zu Drittseiten." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Sie sehen Diese Nachricht, da diese Seite einen CSRF-Cookie beim Verarbeiten " +"von Formulardaten benötigt. Dieses Cookie ist aus Sicherheitsgründen " +"notwendig, um sicherzustellen, dass Ihr Webbrowser nicht von Dritten " +"missbraucht wird." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Falls Sie Cookies in Ihren Webbrowser deaktiviert haben, müssen Sie sie " +"mindestens für diese Seite oder für „Same-Origin“-Verbindungen reaktivieren." + +msgid "More information is available with DEBUG=True." +msgstr "Mehr Information ist verfügbar mit DEBUG=True." + +msgid "No year specified" +msgstr "Kein Jahr angegeben" + +msgid "Date out of range" +msgstr "Datum außerhalb des zulässigen Bereichs" + +msgid "No month specified" +msgstr "Kein Monat angegeben" + +msgid "No day specified" +msgstr "Kein Tag angegeben" + +msgid "No week specified" +msgstr "Keine Woche angegeben" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Keine %(verbose_name_plural)s verfügbar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"In der Zukunft liegende %(verbose_name_plural)s sind nicht verfügbar, da " +"%(class_name)s.allow_future auf False gesetzt ist." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ungültiges Datum „%(datestr)s“ für das Format „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Konnte keine %(verbose_name)s mit diesen Parametern finden." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Weder ist dies die letzte Seite („last“) noch konnte sie in einen " +"ganzzahligen Wert umgewandelt werden." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ungültige Seite (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Leere Liste und „%(class_name)s.allow_empty“ ist False." + +msgid "Directory indexes are not allowed here." +msgstr "Dateilisten sind untersagt." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ ist nicht vorhanden" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Verzeichnis %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Die Installation war erfolgreich. Herzlichen Glückwunsch!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Versionshinweise für Django " +"%(version)s anzeigen" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Diese Seite ist sichtbar weil in der Settings-Datei DEBUG = True steht und die URLs noch nicht konfiguriert " +"sind." + +msgid "Django Documentation" +msgstr "Django-Dokumentation" + +msgid "Topics, references, & how-to’s" +msgstr "Themen, Referenz, & Kurzanleitungen" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Eine Umfrage-App" + +msgid "Get started with Django" +msgstr "Los geht's mit Django" + +msgid "Django Community" +msgstr "Django-Community" + +msgid "Connect, get help, or contribute" +msgstr "Nimm Kontakt auf, erhalte Hilfe oder arbeite an Django mit" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efa2a1a881b45b305a193e8ba60bbceda26f1bbb GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;1&y3*IO$pa{U!Yeq%aknHid!>GO|q9MTh;asOCpCL=O~itYKCstcLk@n zo-8>#lC$cDX}gDAi~rD3yP9fRB-3$?n)^;s-YmIInW{IM_O_q3EbX6h%yY8xTGgbt zuB9|2Q?d3EJdM4WlUnb_}r5J&UrM}PQCc=A-7^rqfpTzA>(;?iwm+aGqszTa;3 zJrQ|g#~%+`(}^&euj9`LKKj)6UW`k4F8R=ji_MCrC~B1i?47Grn9XCuJ-A}S!rcYP zg?VgG!@_-{&mJy7F)S3Z#_0?jMzbr1DMc25`;(5|!*>bu;u*;$mJ7N37j|60GyVcw C+Rt+U literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/formats.py new file mode 100644 index 00000000000..45953ce2385 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de/formats.py @@ -0,0 +1,29 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + # "%d. %B %Y", # '25. October 2006' + # "%d. %b. %Y", # '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21dd92a60a3537d5fdc2ce1940ee2c539102db1d GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;1&gojvs9<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UQfD^} literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad1c5a22ad0b1ebee6cc8de6e1cd385696e64e54 GIT binary patch literal 744 zcmZXRO^?!06ozkUJHvN}^5Lk7Au(N$Xd87$jImD3lxSPhmY7}_4RQ;@040DJx*B)> z1Gh$3{tdToST<~3&5k&6!^&F*5aL~&^PcCP_nhAJXDSs3_23Mn~`n9m8W3MX`1SM%w_zzY;Kp5-^UEFo9AqIZKxq z|ES9sD@EHUm2$_A-xS4AlOd%-;M0ij^R^#br||NMz{~w8hj^~fbM{WnN~E9J(jupn zIkn80e(pcSb1gr8NLR#zKjGtke7PcV(n_gCLJ}?6spy6(T8o5LRd)pw-t2>nEsKVu z>YAl&4JS91B-&e&F%{jgoc*c!f9PObrD~XAr|sw!=d~=qT(E0fRjbvl%{+5a*nP$! z&q(rFRTW=3rd$&Z(bA0tYbko&6g6p&FC@>t_`nhB`%lBNrhIbeS$sXI6qmMqAhhP`?0 NU;{S$ks0Oij=x3M(OUoj literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/formats.py new file mode 100644 index 00000000000..bf048462bd3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/de_CH/formats.py @@ -0,0 +1,33 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + # "%d. %B %Y", # '25. October 2006' + # "%d. %b. %Y", # '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' +] + +# Swiss number formatting can vary based on context (e.g. Fr. 23.50 vs 22,5 m). +# Django does not support context-specific formatting and uses generic +# separators. +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c7bf58d79f6a9d221d34d78b4be2211e6cacd382 GIT binary patch literal 30738 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..2a37c926145 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,1392 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , 2016-2025\n" +"Language-Team: Lower Sorbian (http://app.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +msgid "Arabic" +msgstr "Arabšćina" + +msgid "Algerian Arabic" +msgstr "Algeriska arabšćina" + +msgid "Asturian" +msgstr "Asturišćina" + +msgid "Azerbaijani" +msgstr "Azerbajdžanišćina" + +msgid "Bulgarian" +msgstr "Bulgaršćina" + +msgid "Belarusian" +msgstr "Běłorušćina" + +msgid "Bengali" +msgstr "Bengalšćina" + +msgid "Breton" +msgstr "Bretońšćina" + +msgid "Bosnian" +msgstr "Bosnišćina" + +msgid "Catalan" +msgstr "Katalańšćina" + +msgid "Central Kurdish (Sorani)" +msgstr "Centralna kurdišćina (Sorani)" + +msgid "Czech" +msgstr "Češćina" + +msgid "Welsh" +msgstr "Kymrišćina" + +msgid "Danish" +msgstr "Dańšćina" + +msgid "German" +msgstr "Nimšćina" + +msgid "Lower Sorbian" +msgstr "Dolnoserbšćina" + +msgid "Greek" +msgstr "Grichišćina" + +msgid "English" +msgstr "Engelšćina" + +msgid "Australian English" +msgstr "Awstralska engelšćina" + +msgid "British English" +msgstr "Britiska engelšćina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Špańšćina" + +msgid "Argentinian Spanish" +msgstr "Argentinska špańšćina" + +msgid "Colombian Spanish" +msgstr "Kolumbiska špańšćina" + +msgid "Mexican Spanish" +msgstr "Mexikańska špańšćina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska špańšćina" + +msgid "Venezuelan Spanish" +msgstr "Venezolaniska špańšćina" + +msgid "Estonian" +msgstr "Estnišćina" + +msgid "Basque" +msgstr "Baskišćina" + +msgid "Persian" +msgstr "Persišćina" + +msgid "Finnish" +msgstr "Finšćina" + +msgid "French" +msgstr "Francojšćina" + +msgid "Frisian" +msgstr "Frizišćina" + +msgid "Irish" +msgstr "Iršćina" + +msgid "Scottish Gaelic" +msgstr "Šotiska gelišćina" + +msgid "Galician" +msgstr "Galicišćina" + +msgid "Hebrew" +msgstr "Hebrejšćina" + +msgid "Hindi" +msgstr "Hindišćina" + +msgid "Croatian" +msgstr "Chorwatšćina" + +msgid "Upper Sorbian" +msgstr "Górnoserbšćina" + +msgid "Hungarian" +msgstr "Hungoršćina" + +msgid "Armenian" +msgstr "Armeńšćina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonešćina" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandšćina" + +msgid "Italian" +msgstr "Italšćina" + +msgid "Japanese" +msgstr "Japańšćina" + +msgid "Georgian" +msgstr "Georgišćina" + +msgid "Kabyle" +msgstr "Kabylšćina" + +msgid "Kazakh" +msgstr "Kazachšćina" + +msgid "Khmer" +msgstr "Rěc Khmerow" + +msgid "Kannada" +msgstr "Kannadišćina" + +msgid "Korean" +msgstr "Korejańšćina" + +msgid "Kyrgyz" +msgstr "Kirgišćina" + +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +msgid "Lithuanian" +msgstr "Litawšćina" + +msgid "Latvian" +msgstr "Letišćina" + +msgid "Macedonian" +msgstr "Makedońšćina" + +msgid "Malayalam" +msgstr "Malajalam" + +msgid "Mongolian" +msgstr "Mongolšćina" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malayzišćina" + +msgid "Burmese" +msgstr "Myanmaršćina" + +msgid "Norwegian Bokmål" +msgstr "Norwegski Bokmål" + +msgid "Nepali" +msgstr "Nepalšćina" + +msgid "Dutch" +msgstr "¨Nižozemšćina" + +msgid "Norwegian Nynorsk" +msgstr "Norwegski Nynorsk" + +msgid "Ossetic" +msgstr "Osetšćina" + +msgid "Punjabi" +msgstr "Pundžabi" + +msgid "Polish" +msgstr "Pólšćina" + +msgid "Portuguese" +msgstr "Portugišćina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugišćina" + +msgid "Romanian" +msgstr "Rumunšćina" + +msgid "Russian" +msgstr "Rušćina" + +msgid "Slovak" +msgstr "Słowakšćina" + +msgid "Slovenian" +msgstr "Słowjeńšćina" + +msgid "Albanian" +msgstr "Albanšćina" + +msgid "Serbian" +msgstr "Serbišćina" + +msgid "Serbian Latin" +msgstr "Serbišćina, łatyńska" + +msgid "Swedish" +msgstr "Šwedšćina" + +msgid "Swahili" +msgstr "Suahelšćina" + +msgid "Tamil" +msgstr "Tamilšćina" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tadźikišćina" + +msgid "Thai" +msgstr "Thaišćina" + +msgid "Turkmen" +msgstr "Turkmeńšćina" + +msgid "Turkish" +msgstr "Turkojšćina" + +msgid "Tatar" +msgstr "Tataršćina" + +msgid "Udmurt" +msgstr "Udmurtšćina" + +msgid "Uyghur" +msgstr "Ujguršćina" + +msgid "Ukrainian" +msgstr "Ukrainšćina" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbekšćina" + +msgid "Vietnamese" +msgstr "Vietnamšćina" + +msgid "Simplified Chinese" +msgstr "Zjadnorjona chinšćina" + +msgid "Traditional Chinese" +msgstr "Tradicionelna chinšćina" + +msgid "Messages" +msgstr "Powěsći" + +msgid "Site Maps" +msgstr "Wopśimjeśowy pśeglěd sedła" + +msgid "Static Files" +msgstr "Statiske dataje" + +msgid "Syndication" +msgstr "Syndikacija" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Toś ten numer boka njejo ceła licba" + +msgid "That page number is less than 1" +msgstr "Numer boka jo mjeńšy ako 1" + +msgid "That page contains no results" +msgstr "Toś ten bok njewopśimujo wuslědki" + +msgid "Enter a valid value." +msgstr "Zapódajśo płaśiwu gódnotu." + +msgid "Enter a valid domain name." +msgstr "Zapódajśo płaśiwe domenowe mě." + +msgid "Enter a valid URL." +msgstr "Zapódajśo płaśiwy URL." + +msgid "Enter a valid integer." +msgstr "Zapódajśo płaśiwu cełu licbu." + +msgid "Enter a valid email address." +msgstr "Zapódajśo płaśiwu e-mailowu adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zapódajśo płaśiwe „adresowe mě“, kótarež jano wopśimujo pismiki, licby, " +"pódsmužki abo wězawki." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zapódajśo płaśiwe „adresowe mě“, kótarež jano wopśimujo unicodowe pismiki, " +"licby, pódmužki abo wězawki." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Zapódajśo płaśiwu %(protocol)s-adresu." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 abo IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Zapódajśo jano cyfry źělone pśez komy." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsććo toś tu gódnotu jo %(limit_value)s (jo %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Zawěsććo, až toś ta gódnota jo mjeńša ako abo to samske ako %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Zawěsććo, až toś ta gódnota jo wětša ako abo to samske ako %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Zawěsććo, až toś gódnota jo wjelesere kšacoweje wjelikosći %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Zawěsććo, až toś ta gódnota jo wjele wót kšacoweje wjelikosći " +"%(limit_value)s, zachopinajucy z %(offset)s, na pś. %(offset)s, " +"%(valid_value1)s, %(valid_value2)s a tak dalej." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuško (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamušce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuška (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuškow (ma " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuško (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamušce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuška (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuškow (ma " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Zapódajśo licbu." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry dogromady." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu dogromady." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s decimalnego městna." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s decimalneju městnowu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry pśed decimalneju komu." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu pśed decimalneju komu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Datajowy sufiks „%(extension)s“ njejo dowólony. Dowólone sufikse su: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Znamuška nul njejsu dowólone." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z toś tym %(field_labels)s južo eksistěrujo." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Wobranicowanje \"%(name)s\" jo pśestupjone." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Gódnota %(value)r njejo płaśiwa wóleńska móžnosć." + +msgid "This field cannot be null." +msgstr "Toś to pólo njamóžo nul byś." + +msgid "This field cannot be blank." +msgstr "Toś to pólo njamóžo prozne byś." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z toś tym %(field_label)s južo eksistěrujo." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s musy za %(date_field_label)s %(lookup_type)s jadnorazowy byś." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Typ póla: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Gódnota „%(value)s“ musy pak True pak False byś." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Gódnota „%(value)s“ musy pak True, False pak None byś." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamuškowy rjeśazk (až %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Znamuškowy rjeśazk (njewobgranicowany)" + +msgid "Comma-separated integers" +msgstr "Pśez komu źělone cełe licby" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Gódnota „%(value)s“ ma njepłaśiwy datumowy format. Musy we formaśe DD.MM." +"YYYY byś." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Gódnota „%(value)s“ ma korektny format (DD.MM.YYYY), ale jo njepłaśiwy datum." + +msgid "Date (without time)" +msgstr "Datum (bźez casa)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Gódnota „%(value)s“ ma njepłaśiwy format. Musy w formaśe DD.MM.YYYY HH:MM[:" +"ss[.uuuuuu]][TZ] byś." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Gódnota „%(value)s“ ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), " +"ale jo njepłaśiwy datum/cas." + +msgid "Date (with time)" +msgstr "Datum (z casom)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Gódnota „%(value)s“ musy decimalna licba byś." + +msgid "Decimal number" +msgstr "Decimalna licba" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Gódnota „%(value)s“ ma njepłaśiwy format. Musy we formaśe [DD] " +"[[HH:]MM:]ss[.uuuuuu] byś." + +msgid "Duration" +msgstr "Traśe" + +msgid "Email address" +msgstr "E-mailowa adresa" + +msgid "File path" +msgstr "Datajowa sćažka" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Gódnota „%(value)s“ musy typ float měś." + +msgid "Floating point number" +msgstr "Licba běžeceje komy" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Gódnota „%(value)s“ musy ceła licba byś." + +msgid "Integer" +msgstr "Integer" + +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtow) integer" + +msgid "Small integer" +msgstr "Mała ceła licba" + +msgid "IPv4 address" +msgstr "IPv4-adresa" + +msgid "IP address" +msgstr "IP-adresa" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Gódnota „%(value)s“ musy pak None, True pak False byś." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +msgid "Positive big integer" +msgstr "Pozitiwna wjelika ceła licba" + +msgid "Positive integer" +msgstr "Pozitiwna ceła licba" + +msgid "Positive small integer" +msgstr "Pozitiwna mała ceła licba" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mě (až %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Gódnota „%(value)s“ ma njepłaśiwy format. Musy w formaśe HH:MM[:ss[." +"uuuuuu]] byś." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Gódnota „%(value)s“ ma korektny format (HH:MM[:ss[.uuuuuu]]), ale jo " +"njepłaśiwy cas." + +msgid "Time" +msgstr "Cas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Gropne binarne daty" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "„%(value)s“ njejo płaśiwy UUID." + +msgid "Universally unique identifier" +msgstr "Uniwerselnje jadnorazowy identifikator" + +msgid "File" +msgstr "Dataja" + +msgid "Image" +msgstr "Woraz" + +msgid "A JSON object" +msgstr "JSON-objekt" + +msgid "Value must be valid JSON." +msgstr "Gódnota musy płaśiwy JSON byś." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "Instanca %(model)s z %(field)s %(value)r njejo płaśiwa wólba." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluc (typ póstaja se pśez wótpowědne pólo)" + +msgid "One-to-one relationship" +msgstr "Póśěg jaden jaden" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Póśěg %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Póśěgi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Póśěg wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Toś to pólo jo trěbne." + +msgid "Enter a whole number." +msgstr "Zapódajśo cełu licbu." + +msgid "Enter a valid date." +msgstr "Zapódajśo płaśiwy datum." + +msgid "Enter a valid time." +msgstr "Zapódajśo płaśiwy cas." + +msgid "Enter a valid date/time." +msgstr "Zapódajśo płaśiwy datum/cas." + +msgid "Enter a valid duration." +msgstr "Zapódaśe płaśiwe traśe." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Licba dnjow musy mjazy {min_days} a {max_days} byś." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Dataja njejo se wótpósłała. Pśeglědujśo koděrowański typ na formularje. " + +msgid "No file was submitted." +msgstr "Žedna dataja jo se wótpósłała." + +msgid "The submitted file is empty." +msgstr "Wótpósłana dataja jo prozna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuško (ma " +"%(length)d)." +msgstr[1] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamušce (ma " +"%(length)d)." +msgstr[2] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuška (ma " +"%(length)d)." +msgstr[3] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuškow (ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Pšosym pak wótpósćelśo dataju pak stajśo kokulku do kontrolnego kašćika, " +"njecyńśo wobej." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nagrajśo płaśiwy wobraz. Dataja, kótaruž sćo nagrał, pak njejo wobraz był " +"pak jo wobškóźony wobraz." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Wubjeŕśo płaśiwu wóleńsku móžnosć. %(value)s njejo jadna z k dispoziciji " +"stojecych wóleńskich móžnosćow." + +msgid "Enter a list of values." +msgstr "Zapódajśo lisćinu gódnotow." + +msgid "Enter a complete value." +msgstr "Zapódajśo dopołnu gódnotu." + +msgid "Enter a valid UUID." +msgstr "Zapódajśo płaśiwy UUID." + +msgid "Enter a valid JSON." +msgstr "Zapódajśo płaśiwy JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane pólo %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Daty ManagementForm feluju abo su wobškóźone. Felujuce póla: " +"%(field_names)s. Móžośo zmólkowu rozpšawu pisaś, jolic problem dalej " +"eksistěrujo." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Pšosym wótposćelśo maksimalnje %(num)d formular." +msgstr[1] "Pšosym wótposćelśo maksimalnje %(num)d formulara." +msgstr[2] "Pšosym wótposćelśo maksimalnje %(num)d formulary." +msgstr[3] "Pšosym wótposćelśo maksimalnje %(num)d formularow." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Pšosym wótposćelśo minimalnje %(num)d formular." +msgstr[1] "Pšosym wótposćelśo minimalnje %(num)d formulara." +msgstr[2] "Pšosym wótposćelśo minimalnje %(num)d formulary." +msgstr[3] "Pšosym wótposćelśo minimalnje %(num)d formularow." + +msgid "Order" +msgstr "Rěd" + +msgid "Delete" +msgstr "Lašowaś" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Pšosym korigěrujśo dwójne daty za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Pšosym korigěrujśo dwójne daty za %(field)s, kótarež muse jadnorazowe byś." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Pšosym korigěrujśo dwójne daty za %(field_name)s, kótarež muse za %(lookup)s " +"w %(date_field)s jadnorazowe byś." + +msgid "Please correct the duplicate values below." +msgstr "Pšosym korigěrujśo slědujuce dwójne gódnoty." + +msgid "The inline value did not match the parent instance." +msgstr "Gódnota inline nadrědowanej instance njewótpowědujo." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Wubjeŕśo płaśiwu wóleńsku móžnosć. Toś ta wóleńska móžnosć njejo žedna z " +"wóleńskich móžnosćow." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "„%(pk)s“ njejo płaśiwa gódnota." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s njedajo se w casowej conje %(current_timezone)s " +"interpretěrowaś; jo dwójozmysłowy abo snaź njeeksistěrujo." + +msgid "Clear" +msgstr "Lašowaś" + +msgid "Currently" +msgstr "Tuchylu" + +msgid "Change" +msgstr "Změniś" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Ně" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "jo,ně,snaź" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "wótpołdnja" + +msgid "a.m." +msgstr "dopołdnja" + +msgid "PM" +msgstr "wótpołdnja" + +msgid "AM" +msgstr "dopołdnja" + +msgid "midnight" +msgstr "połnoc" + +msgid "noon" +msgstr "połdnjo" + +msgid "Monday" +msgstr "Pónjeźele" + +msgid "Tuesday" +msgstr "Wałtora" + +msgid "Wednesday" +msgstr "Srjoda" + +msgid "Thursday" +msgstr "Stwórtk" + +msgid "Friday" +msgstr "Pětk" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Njeźela" + +msgid "Mon" +msgstr "Pón" + +msgid "Tue" +msgstr "Wał" + +msgid "Wed" +msgstr "Srj" + +msgid "Thu" +msgstr "Stw" + +msgid "Fri" +msgstr "Pět" + +msgid "Sat" +msgstr "Sob" + +msgid "Sun" +msgstr "Nje" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "měr" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "awg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "now" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To njejo płaśiwa IPv6-adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d lěto" +msgstr[1] "%(num)d lěśe" +msgstr[2] "%(num)d lěta" +msgstr[3] "%(num)d lět" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mjasec" +msgstr[1] "%(num)d mjaseca" +msgstr[2] "%(num)d mjasece" +msgstr[3] "%(num)dmjasecow" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d tyźeń" +msgstr[1] "%(num)d tyźenja" +msgstr[2] "%(num)d tyźenje" +msgstr[3] "%(num)d tyźenjow" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d źeń " +msgstr[1] "%(num)d dnja" +msgstr[2] "%(num)d dny" +msgstr[3] "%(num)d dnjow" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d góźina" +msgstr[1] "%(num)d góźinje" +msgstr[2] "%(num)d góźiny" +msgstr[3] "%(num)d góźin" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuta" +msgstr[1] "%(num)d minuśe" +msgstr[2] "%(num)d minuty" +msgstr[3] "%(num)d minutow" + +msgid "Forbidden" +msgstr "Zakazany" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-pśeglědanje njejo se raźiło. Napšašowanje jo se pśetergnuło." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba \"Referer " +"header\", aby se pśez waš webwobglědowak słało, ale žedna njejo se pósłała. " +"Toś ta głowa jo trěbna z pśicynow wěstoty, aby so zawěsćiło, až waš " +"wobglědowak njekaprujo se wót tśeśich." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Jolic sćo swój wobglědowak tak konfigurěrował, aby se głowy 'Referer' " +"znjemóžnili, zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło, za " +"HTTPS-zwiski abo za napšašowanja 'same-origin'." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Jolic woznamjenje wužywaśo " +"abo głowu „Referrer-Policy: no-referrer“ zapśimujośo, wótwónoźćo je. CSRF-" +"šćit pomina se głowu „Referer“, aby striktnu kontrolu referera pśewjasć. " +"Jolic se wó swóju priwatnosć staraśo, wužywajśo alternatiwy ako za wótkazy k sedłam tśeśich." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba CSRF-cookie, aby " +"formulary wótpósłało. Toś ten cookie jo trěbna z pśicynow wěstoty, aby so " +"zawěsćiło, až waš wobglědowak njekaprujo se wót tśeśich." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Jolic sćo swój wobglědowak tak konfigurěrował, aby cookieje znjemóžnili, " +"zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło abo za napšašowanja " +"„same-origin“." + +msgid "More information is available with DEBUG=True." +msgstr "Dalšne informacije su k dispoziciji z DEBUG=True." + +msgid "No year specified" +msgstr "Žedno lěto pódane" + +msgid "Date out of range" +msgstr "Datum zwenka wobcerka" + +msgid "No month specified" +msgstr "Žeden mjasec pódany" + +msgid "No day specified" +msgstr "Žeden źeń pódany" + +msgid "No week specified" +msgstr "Žeden tyźeń pódany" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žedne %(verbose_name_plural)s k dispoziciji" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Pśichodne %(verbose_name_plural)s njejo k dispoziciji, dokulaž " +"%(class_name)s.allow_future jo False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Njepłaśiwy „%(format)s“ za datumowy znamuškowy rjeśazk „%(datestr)s“ pódany" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žedno %(verbose_name)s namakane, kótarež wótpowědujo napšašowanjeju." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Bok njejo „last“, ani njedajo se do „int“ konwertěrowaś." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaśiwy bok (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Prozna lisćina a „%(class_name)s.allow_empty“ jo False." + +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indekse njejsu how dowólone." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ njeeksistěrujo" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacija jo była wuspěšna! Gratulacija!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Wersijowe informacije za Django " +"%(version)s pokazaś" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Wiźiśo toś ten bok, dokulaž DEBUG=True jo w swójej dataji nastajenjow a njejsćo " +"konfigurěrował URL." + +msgid "Django Documentation" +msgstr "Dokumentacija Django" + +msgid "Topics, references, & how-to’s" +msgstr "Temy, reference a rozpokazanja" + +msgid "Tutorial: A Polling App" +msgstr "Rozpokazanje: Napšašowańske nałoženje" + +msgid "Get started with Django" +msgstr "Prědne kšace z Django" + +msgid "Django Community" +msgstr "Zgromaźeństwo Django" + +msgid "Connect, get help, or contribute" +msgstr "Zwězajśo, wobsarajśo se pomoc abo źěłajśo sobu" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1b07550997aa8ca2f849671ac36c859422aedd0d GIT binary patch literal 33648 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�P$YjS^iosJo zQEfz@Nvv#mAaQ1^c;rpjQ&iK7PwvBZyeAt6nN)Soj3Pah&uogkc=Z#SN2*O-8@>}f zV{LO-epr;(d*^GL#T?W@++|-haWr3DmHb?>I?;+k=#}aSFNJ6!MnHu=F z^BBK3poxJ#r-eyMW4$_rk7t_Uy1%37phlX>ImRuCxthO+RdqSBQ=1NpmK1|L~qY*A~1x(5ly%NJ1v)Q19N!%*t;fE7k^9 zMlC`KgBO&auu81w)uBCsR8&nYPoBjB(c-iGCwU|0dP<%G!o`bEbS9QyO#AJt?OgA6 zrfzjknrg)xgpv;w916OLxnh5TqKP zDssDwF={7G+Oh>J6z{Gm&_V<%)2XP;g(*gk0t~%dCfh+(MHWw)vC-Q;+84#|s%FKG z&KkZ3);GZF#hkV+tP1*aG~@ns81HKmk?c&S)$gLDaB6jRLo!cqS;aTTYkUe>w~)?8 zhy!7<lJU;hhX-u5H3)=Phiuq8pf-L3IS!#HSTy&-;zGvwPj4kSMxF0VF1oqBi% zJwUmBp&O+jn)U);L8jOjU(FEQwx{+xjO#1Os=RURs@y{v?Nai3wQNd%7q6cfZ^hh_?6p1md#W;_JVqSv6MZ63s~EXqQohqxY)q zf$B8Co+hjU?68P2VGH~_1`1Fi#8zO;9+&Q|KNNzQ#X!V{#Z!wxmrtQN!HM;Mq!WdF zNUE)g5xY1);$L@mMb~auWFzl%nHk|9Q)qNZZ`oo5hK44t+CLVL-3gG1+R!@8iPv$z zrz9WT*|D{nPEDdY(uuKppBhWHH2LkesHJ%F^X>BLenFzB2?KrpH@}&h7z^{-px8_AsVwuvFh8|aCTNfjXde7)&ng<%ls7d{ zma1px?D|Rl2OQFzLj#Y?T6-|#&0EhOQ8!xpWynp_h>o=U>QqA^r}pUG_vyo^6MxXs z+}u1&EjcPBVOpc50W9kSjQ48VS zTSEWc10T4DHAhN5Y{O#&ErO{^F%wiSopw)vm|sp#+A zYoeUhtTrhX6lpezx8a?bKDgs(wvbR(^$jW50WV70bkYV^vTCA~xkq&4bkGJ*3wYY% z8vIy;aNQx^U`8w>b^z?-ew&Kt-Pv4q!V|`^`Y}*UPeK=JL_21Ug%xy~Xv7?;K@Cu~ zmCCC={T6c<)#-GNh#C>m0h#RGTu8zl}zx`l;)IeHDK;XgqSLmh`BoRbBDhZQZ zvsZ@%`j|Pksn$07!sZ&)Fd>MIO40FivQ?G!o|P=IIy-5mVd_hi;H%aQI~;Y#ah!O` z!856Ji<+#{dL&L}UJsDRIMh>E#3^UewEDktpw_EOvPil|RkK1g!hWV#uC3^cZS*pa z6w>Dw;(=--1=vJiPE?Z1eom!~vj!T4QOxqUqw*K$Vu6k|h-O5N7RkyVO`s{~fJ2%H zL;4ubUUR$}%j~s0{@H(8!AwN$W-)&N)BUxEcsHPiH4Ga!h%exnU;Ixe+^(d;0C63w zjtIF)OIpxUK2vD!?qUA%#%ZGFU4NA~*Gfy2whJVfYla4h=r&lq%&Z3Pu3axJZvds% zFM#$!5x7D!XlQO!;pr$`mjw@P@&PHzT3HSy}IwMpvrs#6TYQx zeEy^arM5#MiG`^5Byp>uNRWNDQ8+Nu4Y*Q9x7skYmR6}ggja9NA9YVec)xDlHt^lH z4eTrU!SpX_{+u760FHWwdg47h1;)+zf+Hg1rGd{?f<(qn8RM~M zaG;2YSMFj)2a=icmXW9=CpIG`QgU8o?CcvF_s1EA#Veq#Z0?K&2?_YfrklUdP%)O{0;x(%|!9FNyT(p0E=nq2+!1F$u^Yr_ zeq@x{qT_O1Vxk853mCSjvO!SM5o{|p-4g0TUcJht#h}`1<;C7ziQ3M{smknN%x`4j zXNA}~b+*j+qp!YZx!87>v{#LU@lcwU7 Z5E0zz$n1}Xya{bo{)h-|xj!QE{{R{?, 2013 +# Dimitris Glezos , 2011,2013,2017 +# Fotis Athineos , 2021 +# Giannis Meletakis , 2015 +# Jannis Leidel , 2011 +# Nick Mavrakis , 2017-2020 +# Nikolas Demiridis , 2014 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2016 +# Serafeim Papastefanos , 2016 +# Stavros Korokithakis , 2014,2016 +# Yorgos Pagles , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-18 21:19+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Αφρικάνς" + +msgid "Arabic" +msgstr "Αραβικά" + +msgid "Algerian Arabic" +msgstr "Αραβικά Αλγερίας" + +msgid "Asturian" +msgstr "Αστούριας" + +msgid "Azerbaijani" +msgstr "Γλώσσα Αζερμπαϊτζάν" + +msgid "Bulgarian" +msgstr "Βουλγαρικά" + +msgid "Belarusian" +msgstr "Λευκορώσικα" + +msgid "Bengali" +msgstr "Μπενγκάλι" + +msgid "Breton" +msgstr "Βρετονικά" + +msgid "Bosnian" +msgstr "Βοσνιακά" + +msgid "Catalan" +msgstr "Καταλανικά" + +msgid "Czech" +msgstr "Τσέχικα" + +msgid "Welsh" +msgstr "Ουαλικά" + +msgid "Danish" +msgstr "Δανέζικα" + +msgid "German" +msgstr "Γερμανικά" + +msgid "Lower Sorbian" +msgstr "Κάτω Σορβικά" + +msgid "Greek" +msgstr "Ελληνικά" + +msgid "English" +msgstr "Αγγλικά" + +msgid "Australian English" +msgstr "Αγγλικά Αυστραλίας" + +msgid "British English" +msgstr "Αγγλικά Βρετανίας" + +msgid "Esperanto" +msgstr "Εσπεράντο" + +msgid "Spanish" +msgstr "Ισπανικά" + +msgid "Argentinian Spanish" +msgstr "Ισπανικά Αργεντινής" + +msgid "Colombian Spanish" +msgstr "Ισπανικά Κολομβίας" + +msgid "Mexican Spanish" +msgstr "Μεξικανική διάλεκτος Ισπανικών" + +msgid "Nicaraguan Spanish" +msgstr "Ισπανικά Νικαράγουας " + +msgid "Venezuelan Spanish" +msgstr "Ισπανικά Βενεζουέλας" + +msgid "Estonian" +msgstr "Εσθονικά" + +msgid "Basque" +msgstr "Βάσκικα" + +msgid "Persian" +msgstr "Περσικά" + +msgid "Finnish" +msgstr "Φινλανδικά" + +msgid "French" +msgstr "Γαλλικά" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Ιρλανδικά" + +msgid "Scottish Gaelic" +msgstr "Σκωτσέζικα Γαελικά" + +msgid "Galician" +msgstr "Γαελικά" + +msgid "Hebrew" +msgstr "Εβραϊκά" + +msgid "Hindi" +msgstr "Ινδικά" + +msgid "Croatian" +msgstr "Κροατικά" + +msgid "Upper Sorbian" +msgstr "Άνω Σορβικά" + +msgid "Hungarian" +msgstr "Ουγγρικά" + +msgid "Armenian" +msgstr "Αρμενικά" + +msgid "Interlingua" +msgstr "Ιντερλίνγκουα" + +msgid "Indonesian" +msgstr "Ινδονησιακά" + +msgid "Igbo" +msgstr "Ίγκμπο" + +msgid "Ido" +msgstr "Ίντο" + +msgid "Icelandic" +msgstr "Ισλανδικά" + +msgid "Italian" +msgstr "Ιταλικά" + +msgid "Japanese" +msgstr "Γιαπωνέζικα" + +msgid "Georgian" +msgstr "Γεωργιανά" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Καζακστά" + +msgid "Khmer" +msgstr "Χμερ" + +msgid "Kannada" +msgstr "Κανάντα" + +msgid "Korean" +msgstr "Κορεάτικα" + +msgid "Kyrgyz" +msgstr "Κιργιζικά" + +msgid "Luxembourgish" +msgstr "Λουξεμβουργιανά" + +msgid "Lithuanian" +msgstr "Λιθουανικά" + +msgid "Latvian" +msgstr "Λεττονικά" + +msgid "Macedonian" +msgstr "Μακεδονικά" + +msgid "Malayalam" +msgstr "Μαλαγιαλάμ" + +msgid "Mongolian" +msgstr "Μογγολικά" + +msgid "Marathi" +msgstr "Μαράθι" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Βιρμανικά" + +msgid "Norwegian Bokmål" +msgstr "Νορβηγικά Μποκμάλ" + +msgid "Nepali" +msgstr "Νεπαλέζικα" + +msgid "Dutch" +msgstr "Ολλανδικά" + +msgid "Norwegian Nynorsk" +msgstr "Νορβηγική διάλεκτος Nynorsk - Νεονορβηγική" + +msgid "Ossetic" +msgstr "Οσσετικά" + +msgid "Punjabi" +msgstr "Πουντζάμπι" + +msgid "Polish" +msgstr "Πολωνικά" + +msgid "Portuguese" +msgstr "Πορτογαλικά" + +msgid "Brazilian Portuguese" +msgstr "Πορτογαλικά - διάλεκτος Βραζιλίας" + +msgid "Romanian" +msgstr "Ρουμανικά" + +msgid "Russian" +msgstr "Ρωσικά" + +msgid "Slovak" +msgstr "Σλοβακικά" + +msgid "Slovenian" +msgstr "Σλοβενικά" + +msgid "Albanian" +msgstr "Αλβανικά" + +msgid "Serbian" +msgstr "Σερβικά" + +msgid "Serbian Latin" +msgstr "Σέρβικα Λατινικά" + +msgid "Swedish" +msgstr "Σουηδικά" + +msgid "Swahili" +msgstr "Σουαχίλι" + +msgid "Tamil" +msgstr "Διάλεκτος Ταμίλ" + +msgid "Telugu" +msgstr "Τελούγκου" + +msgid "Tajik" +msgstr "Τατζικικά" + +msgid "Thai" +msgstr "Ταϊλάνδης" + +msgid "Turkmen" +msgstr "Τουρκμενικά" + +msgid "Turkish" +msgstr "Τουρκικά" + +msgid "Tatar" +msgstr "Ταταρικά" + +msgid "Udmurt" +msgstr "Ουντμουρτικά" + +msgid "Ukrainian" +msgstr "Ουκρανικά" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Ουζμπεκικά" + +msgid "Vietnamese" +msgstr "Βιετναμέζικα" + +msgid "Simplified Chinese" +msgstr "Απλοποιημένα Κινέζικα" + +msgid "Traditional Chinese" +msgstr "Παραδοσιακά Κινέζικα" + +msgid "Messages" +msgstr "Μηνύματα" + +msgid "Site Maps" +msgstr "Χάρτες Ιστότοπου" + +msgid "Static Files" +msgstr "Στατικά Αρχεία" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "Ο αριθμός αυτής της σελίδας δεν είναι ακέραιος" + +msgid "That page number is less than 1" +msgstr "Ο αριθμός αυτής της σελίδας είναι μικρότερος του 1" + +msgid "That page contains no results" +msgstr "Η σελίδα αυτή δεν περιέχει αποτελέσματα" + +msgid "Enter a valid value." +msgstr "Εισάγετε μια έγκυρη τιμή." + +msgid "Enter a valid URL." +msgstr "Εισάγετε ένα έγκυρο URL." + +msgid "Enter a valid integer." +msgstr "Εισάγετε έναν έγκυρο ακέραιο." + +msgid "Enter a valid email address." +msgstr "Εισάγετε μια έγκυρη διεύθυνση ηλ. ταχυδρομείου." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Εισάγετε ένα 'slug' που να αποτελείται από γράμματα, αριθμούς, παύλες ή κάτω " +"παύλες." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Εισάγετε ένα 'slug' που να αποτελείται από Unicode γράμματα, παύλες ή κάτω " +"παύλες." + +msgid "Enter a valid IPv4 address." +msgstr "Εισάγετε μια έγκυρη IPv4 διεύθυνση." + +msgid "Enter a valid IPv6 address." +msgstr "Εισάγετε μία έγκυρη IPv6 διεύθυνση" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Εισάγετε μία έγκυρη IPv4 ή IPv6 διεύθυνση" + +msgid "Enter only digits separated by commas." +msgstr "Εισάγετε μόνο ψηφία χωρισμένα με κόμματα." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Βεβαιωθείτε ότι η τιμή είναι %(limit_value)s (η τιμή που καταχωρήσατε είναι " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Βεβαιωθείτε ότι η τιμή είναι μικρότερη ή ίση από %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Βεβαιωθείτε ότι η τιμή είναι μεγαλύτερη ή ίση από %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(limit_value)d χαρακτήρες " +"(έχει %(show_value)d)." +msgstr[1] "" +"Βεβαιωθείτε πως η τιμή έχει τουλάχιστον %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τοπολύ %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." +msgstr[1] "" +"Βεβαιωθείτε πως η τιμή έχει το πολύ %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Εισάγετε έναν αριθμό." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s" +msgstr[1] "" +"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Σιγουρευτείτε ότι το δεκαδικό ψηφίο δεν είναι παραπάνω από %(max)s." +msgstr[1] "Σιγουρευτείτε ότι τα δεκαδικά ψηφία δεν είναι παραπάνω από %(max)s." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή." +msgstr[1] "" +"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Η επέκταση '%(extension)s' του αρχείου δεν επιτρέπεται. Οι επιτρεπόμενες " +"επεκτάσεις είναι: '%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Δεν επιτρέπονται null (μηδενικοί) χαρακτήρες" + +msgid "and" +msgstr "και" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s με αυτή την %(field_labels)s υπάρχει ήδη." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Η τιμή %(value)r δεν είναι έγκυρη επιλογή." + +msgid "This field cannot be null." +msgstr "Το πεδίο αυτό δεν μπορεί να είναι μηδενικό (null)." + +msgid "This field cannot be blank." +msgstr "Το πεδίο αυτό δεν μπορεί να είναι κενό." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s με αυτό το %(field_label)s υπάρχει ήδη." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s πρέπει να είναι μοναδική για %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Πεδίο τύπου: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Η τιμή '%(value)s' πρέπει να είναι True ή False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Η τιμή '%(value)s' πρέπει να είναι True, False, ή None." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Είτε Αληθές ή Ψευδές)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Συμβολοσειρά (μέχρι %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Ακέραιοι χωρισμένοι με κόμματα" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή ημερομηνίας. Η ημερομηνία " +"θα πρέπει να είναι στην μορφή YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Η τιμή '%(value)s' είναι στην σωστή μορφή (YYYY-MM-DD) αλλά είναι μια " +"λανθασμένη ημερομηνία." + +msgid "Date (without time)" +msgstr "Ημερομηνία (χωρίς την ώρα)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή. Η ημερομηνία/ώρα θα πρέπει " +"να είναι στην μορφή YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Η τιμή '%(value)s' έχει τη σωστή μορφή (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"αλλά δεν αντιστοιχεί σε σωστή ημερομηνία και ώρα." + +msgid "Date (with time)" +msgstr "Ημερομηνία (με ώρα)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Η τιμή '%(value)s' πρέπει να είναι δεκαδικός αριθμός." + +msgid "Decimal number" +msgstr "Δεκαδικός αριθμός" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Διάρκεια" + +msgid "Email address" +msgstr "Ηλεκτρονική διεύθυνση" + +msgid "File path" +msgstr "Τοποθεσία αρχείου" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Η '%(value)s' τιμή πρέπει να είναι δεκαδικός." + +msgid "Floating point number" +msgstr "Αριθμός κινητής υποδιαστολής" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος." + +msgid "Integer" +msgstr "Ακέραιος" + +msgid "Big (8 byte) integer" +msgstr "Μεγάλος ακέραιος - big integer (8 bytes)" + +msgid "Small integer" +msgstr "Μικρός ακέραιος" + +msgid "IPv4 address" +msgstr "Διεύθυνση IPv4" + +msgid "IP address" +msgstr "IP διεύθυνση" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Η τιμή '%(value)s' πρέπει να είναι None, True ή False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Αληθές, Ψευδές, ή τίποτα)" + +msgid "Positive big integer" +msgstr "Μεγάλος θετικός ακέραιος" + +msgid "Positive integer" +msgstr "Θετικός ακέραιος" + +msgid "Positive small integer" +msgstr "Θετικός μικρός ακέραιος" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (μέχρι %(max_length)s)" + +msgid "Text" +msgstr "Κείμενο" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Η τιμή '%(value)s' έχει τη σωστή μορφή (HH:MM[:ss[.uuuuuu]]) αλλά δεν " +"αντιστοιχή σε σωστή ώρα." + +msgid "Time" +msgstr "Ώρα" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Δυαδικά δεδομένα" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "'%(value)s' δεν είναι ένα έγκυρο UUID." + +msgid "Universally unique identifier" +msgstr "Καθολικά μοναδικό αναγνωριστικό" + +msgid "File" +msgstr "Αρχείο" + +msgid "Image" +msgstr "Εικόνα" + +msgid "A JSON object" +msgstr "Ένα αντικείμενο JSON" + +msgid "Value must be valid JSON." +msgstr "Η τιμή πρέπει να είναι έγκυρο JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Το μοντέλο %(model)s με την τιμή %(value)r του πεδίου %(field)s δεν υπάρχει." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (ο τύπος καθορίζεται από το πεδίο του συσχετισμού)" + +msgid "One-to-one relationship" +msgstr "Σχέση ένα-προς-ένα" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "σχέση %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "σχέσεις %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Σχέση πολλά-προς-πολλά" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Αυτό το πεδίο είναι απαραίτητο." + +msgid "Enter a whole number." +msgstr "Εισάγετε έναν ακέραιο αριθμό." + +msgid "Enter a valid date." +msgstr "Εισάγετε μια έγκυρη ημερομηνία." + +msgid "Enter a valid time." +msgstr "Εισάγετε μια έγκυρη ώρα." + +msgid "Enter a valid date/time." +msgstr "Εισάγετε μια έγκυρη ημερομηνία/ώρα." + +msgid "Enter a valid duration." +msgstr "Εισάγετε μια έγκυρη διάρκεια." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Ο αριθμός των ημερών πρέπει να είναι μεταξύ {min_days} και {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Δεν έχει υποβληθεί κάποιο αρχείο. Ελέγξτε τον τύπο κωδικοποίησης στη φόρμα." + +msgid "No file was submitted." +msgstr "Δεν υποβλήθηκε κάποιο αρχείο." + +msgid "The submitted file is empty." +msgstr "Το αρχείο που υποβλήθηκε είναι κενό." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το " +"παρόν έχει %(length)d)." +msgstr[1] "" +"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το " +"παρόν έχει %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Βεβαιωθείτε ότι είτε έχετε επιλέξει ένα αρχείο για αποστολή είτε έχετε " +"επιλέξει την εκκαθάριση του πεδίου. Δεν είναι δυνατή η επιλογή και των δύο " +"ταυτοχρόνως." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Βεβαιωθείτε ότι το αρχείο που έχετε επιλέξει για αποστολή είναι αρχείο " +"εικόνας. Το τρέχον είτε δεν ήταν εικόνα είτε έχει υποστεί φθορά." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Βεβαιωθείτε ότι έχετε επιλέξει μία έγκυρη επιλογή. Η τιμή %(value)s δεν " +"είναι διαθέσιμη προς επιλογή." + +msgid "Enter a list of values." +msgstr "Εισάγετε μια λίστα τιμών." + +msgid "Enter a complete value." +msgstr "Εισάγετε μια πλήρης τιμή" + +msgid "Enter a valid UUID." +msgstr "Εισάγετε μια έγκυρη UUID." + +msgid "Enter a valid JSON." +msgstr "Εισάγετε ένα έγκυρο JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Κρυφό πεδίο %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Παρακαλώ υποβάλλετε το πολύ %d φόρμα." +msgstr[1] "Παρακαλώ υποβάλλετε το πολύ %d φόρμες." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Παρακαλώ υποβάλλετε τουλάχιστον %d φόρμα." +msgstr[1] "Παρακαλώ υποβάλλετε τουλάχιστον %d φόρμες." + +msgid "Order" +msgstr "Ταξινόμηση" + +msgid "Delete" +msgstr "Διαγραφή" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Στο %(field)s έχετε ξαναεισάγει τα ίδια δεδομένα." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Στο %(field)s έχετε ξαναεισάγει τα ίδια δεδομένα. Θα πρέπει να εμφανίζονται " +"μία φορά. " + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Στο %(field_name)s έχετε ξαναεισάγει τα ίδια δεδομένα. Θα πρέπει να " +"εμφανίζονται μία φορά για το %(lookup)s στο %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Έχετε ξαναεισάγει την ίδια τιμη. Βεβαιωθείτε ότι είναι μοναδική." + +msgid "The inline value did not match the parent instance." +msgstr "Η τιμή δεν είναι ίση με την αντίστοιχη τιμή του γονικού object." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Επιλέξτε μια έγκυρη επιλογή. Η επιλογή αυτή δεν είναι μία από τις διαθέσιμες " +"επιλογές." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" δεν είναι έγκυρη τιμή." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Η ημερομηνία %(datetime)s δεν μπόρεσε να μετατραπεί στην ζώνη ώρας " +"%(current_timezone)s. Ίσως να είναι ασαφής ή να μην υπάρχει." + +msgid "Clear" +msgstr "Εκκαθάριση" + +msgid "Currently" +msgstr "Τώρα" + +msgid "Change" +msgstr "Επεξεργασία" + +msgid "Unknown" +msgstr "Άγνωστο" + +msgid "Yes" +msgstr "Ναι" + +msgid "No" +msgstr "Όχι" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ναι,όχι,ίσως" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bytes" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "μμ." + +msgid "a.m." +msgstr "πμ." + +msgid "PM" +msgstr "ΜΜ" + +msgid "AM" +msgstr "ΠΜ" + +msgid "midnight" +msgstr "μεσάνυχτα" + +msgid "noon" +msgstr "μεσημέρι" + +msgid "Monday" +msgstr "Δευτέρα" + +msgid "Tuesday" +msgstr "Τρίτη" + +msgid "Wednesday" +msgstr "Τετάρτη" + +msgid "Thursday" +msgstr "Πέμπτη" + +msgid "Friday" +msgstr "Παρασκευή" + +msgid "Saturday" +msgstr "Σάββατο" + +msgid "Sunday" +msgstr "Κυριακή" + +msgid "Mon" +msgstr "Δευ" + +msgid "Tue" +msgstr "Τρί" + +msgid "Wed" +msgstr "Τετ" + +msgid "Thu" +msgstr "Πέμ" + +msgid "Fri" +msgstr "Παρ" + +msgid "Sat" +msgstr "Σαβ" + +msgid "Sun" +msgstr "Κυρ" + +msgid "January" +msgstr "Ιανουάριος" + +msgid "February" +msgstr "Φεβρουάριος" + +msgid "March" +msgstr "Μάρτιος" + +msgid "April" +msgstr "Απρίλιος" + +msgid "May" +msgstr "Μάιος" + +msgid "June" +msgstr "Ιούνιος" + +msgid "July" +msgstr "Ιούλιος" + +msgid "August" +msgstr "Αύγουστος" + +msgid "September" +msgstr "Σεπτέμβριος" + +msgid "October" +msgstr "Οκτώβριος" + +msgid "November" +msgstr "Νοέμβριος" + +msgid "December" +msgstr "Δεκέμβριος" + +msgid "jan" +msgstr "Ιαν" + +msgid "feb" +msgstr "Φεβ" + +msgid "mar" +msgstr "Μάρ" + +msgid "apr" +msgstr "Απρ" + +msgid "may" +msgstr "Μάι" + +msgid "jun" +msgstr "Ιούν" + +msgid "jul" +msgstr "Ιούλ" + +msgid "aug" +msgstr "Αύγ" + +msgid "sep" +msgstr "Σεπ" + +msgid "oct" +msgstr "Οκτ" + +msgid "nov" +msgstr "Νοέ" + +msgid "dec" +msgstr "Δεκ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ιαν." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Φεβ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Μάρτιος" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Απρίλ." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Μάιος" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Ιούν." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Ιούλ." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Αύγ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Σεπτ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Οκτ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Νοέμ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Δεκ." + +msgctxt "alt. month" +msgid "January" +msgstr "Ιανουαρίου" + +msgctxt "alt. month" +msgid "February" +msgstr "Φεβρουαρίου" + +msgctxt "alt. month" +msgid "March" +msgstr "Μαρτίου" + +msgctxt "alt. month" +msgid "April" +msgstr "Απριλίου" + +msgctxt "alt. month" +msgid "May" +msgstr "Μαΐου" + +msgctxt "alt. month" +msgid "June" +msgstr "Ιουνίου" + +msgctxt "alt. month" +msgid "July" +msgstr "Ιουλίου" + +msgctxt "alt. month" +msgid "August" +msgstr "Αυγούστου" + +msgctxt "alt. month" +msgid "September" +msgstr "Σεπτεμβρίου" + +msgctxt "alt. month" +msgid "October" +msgstr "Οκτωβρίου" + +msgctxt "alt. month" +msgid "November" +msgstr "Νοεμβρίου" + +msgctxt "alt. month" +msgid "December" +msgstr "Δεκεμβρίου" + +msgid "This is not a valid IPv6 address." +msgstr "Αυτή δεν είναι έγκυρη διεύθυνση IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ή" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "Απαγορευμένο" + +msgid "CSRF verification failed. Request aborted." +msgstr "Η πιστοποίηση CSRF απέτυχε. Το αίτημα ματαιώθηκε." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Αν οι 'Referer' headers είναι απενεργοποιημένοι στον browser σας από εσάς, " +"παρακαλούμε να τους ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για " +"τις συνδέσεις HTTPS ή για τα 'same-origin' requests." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Αν χρησιμοποιείτε την ετικέτα ή συμπεριλαμβάνετε την κεφαλίδα (header) 'Referrer-Policy: no-referrer', " +"παρακαλούμε αφαιρέστε τα. Η προστασία CSRF απαιτεί την κεφαλίδα 'Referer' να " +"κάνει αυστηρό έλεγχο στον referer. Αν κύριο μέλημα σας είναι η ιδιωτικότητα, " +"σκεφτείτε να χρησιμοποιήσετε εναλλακτικές μεθόδους όπως για συνδέσμους από άλλες ιστοσελίδες." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή αυτή η σελίδα απαιτεί ένα CSRF cookie, όταν " +"κατατίθενται φόρμες. Αυτό το cookie είναι απαραίτητο για λόγους ασφαλείας, " +"για να εξασφαλιστεί ότι ο browser δεν έχει γίνει hijacked από τρίτους." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Αν τα cookies είναι απενεργοποιημένα στον browser σας από εσάς, παρακαλούμε " +"να τα ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για τα 'same-" +"origin' requests." + +msgid "More information is available with DEBUG=True." +msgstr "Περισσότερες πληροφορίες είναι διαθέσιμες με DEBUG=True." + +msgid "No year specified" +msgstr "Δεν έχει οριστεί χρονιά" + +msgid "Date out of range" +msgstr "Ημερομηνία εκτός εύρους" + +msgid "No month specified" +msgstr "Δεν έχει οριστεί μήνας" + +msgid "No day specified" +msgstr "Δεν έχει οριστεί μέρα" + +msgid "No week specified" +msgstr "Δεν έχει οριστεί εβδομάδα" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Δεν υπάρχουν διαθέσιμα %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Μελλοντικά %(verbose_name_plural)s δεν είναι διαθέσιμα διότι δεν έχει τεθεί " +"το %(class_name)s.allow_future." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Λανθασμένη μορφή ημερομηνίας '%(datestr)s' για την επιλεγμένη μορφή " +"'%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Δεν βρέθηκαν %(verbose_name)s που να ικανοποιούν την αναζήτηση." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Η σελίδα δεν έχει την τιμή 'last' υποδηλώνοντας την τελευταία σελίδα, ούτε " +"μπορεί να μετατραπεί σε ακέραιο." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Άκυρη σελίδα (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Άδεια λίστα και το \"%(class_name)s.allow_empty\" είναι False." + +msgid "Directory indexes are not allowed here." +msgstr "Τα ευρετήρια καταλόγων δεν επιτρέπονται εδώ." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "Το \"%(path)s\" δεν υπάρχει" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Ευρετήριο του %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Η εγκατάσταση δούλεψε με επιτυχία! Συγχαρητήρια!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Δείτε τις σημειώσεις κυκλοφορίας για το " +"Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή έχετε DEBUG=True στο αρχείο settings και δεν έχετε ρυθμίσει κανένα URL στο " +"αρχείο urls.py. Στρωθείτε στην δουλειά!" + +msgid "Django Documentation" +msgstr "Εγχειρίδιο Django" + +msgid "Topics, references, & how-to’s" +msgstr "Θέματα, αναφορές & \"πως να...\"" + +msgid "Tutorial: A Polling App" +msgstr "Εγχειρίδιο: Ένα App Ψηφοφορίας" + +msgid "Get started with Django" +msgstr "Ξεκινήστε με το Django" + +msgid "Django Community" +msgstr "Κοινότητα Django" + +msgid "Connect, get help, or contribute" +msgstr "Συνδεθείτε, λάβετε βοήθεια, ή συνεισφέρετε" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..caf74cdf9760283ee5f7fd4a48976f6f20f20896 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;2{7l&X5XYY}1TZ0v9iVBm(7^*z;i>HwRaM>E1k~C_woznvuqe+^5{wa0Dtk(| zeuM7a`dPX#x?VeFL&?U}X95J8C;9GwzjyyTTmGHRQUIUtA1l2-aRB~C#rnin;`R*| zKL7$IK!i!4m>EN)NuszJ$1H*CJ(Mt$U4Zs}5@rhLB+hA+GAWccGl(+xy-aD}Pax<( zBP1Gra;b_9pR5)QpS&nmucKWh(ob;+at`E-jq-!>CJLRNPPV;jQ zP=)LG2fK7*^d1`T(YA3#v2nG1+xS1aGw#p@@oYg7k%m5uSbvYUIIVka~$R*K@f8a z(1oi^aKPZeo?OvE?(qyT!O`&y90s|QNFP6)fqan5V||l~7h*HO-cZyNoD1^;$m32X Ph$0)XN8jjC9?$*<1l8p+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/formats.py new file mode 100644 index 00000000000..25c8ef7d37f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/el/formats.py @@ -0,0 +1,34 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "d/m/Y" +TIME_FORMAT = "P" +DATETIME_FORMAT = "d/m/Y P" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d/m/Y" +SHORT_DATETIME_FORMAT = "d/m/Y P" +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + "%Y-%m-%d", # '2006-10-25' +] +DATETIME_INPUT_FORMATS = [ + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' + "%d/%m/%y %H:%M:%S", # '25/10/06 14:30:59' + "%d/%m/%y %H:%M:%S.%f", # '25/10/06 14:30:59.000200' + "%d/%m/%y %H:%M", # '25/10/06 14:30' + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d4c976d2624f5caf10d5989cf58218bbd1bd925 GIT binary patch literal 356 zcmYL^&q@O^5Qi&z+M{O=Ie4;8O)0B0xB&q0w_}K)qVuH1Y-7m!Y=xZ< z2^P`11|GIHLglr{md_PT1DeDx%uGTp#!^i{Dn3G8Y9)tKNy#Ft@YD4@_nriqgPI7H z>q$P8WA>g*Oi%?wu{Ftu|M?=J`QReit+5CdzqBaHwl1#44bpwZfIi6?w_ylTR)bkViO(Y2`8CPYlPFV!Oyd#~T*9Rrk9`^J&gqIh#D8~gzx CN@0=! literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po new file mode 100644 index 00000000000..766d9734576 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,1614 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: conf/global_settings.py:54 +msgid "Afrikaans" +msgstr "" + +#: conf/global_settings.py:55 +msgid "Arabic" +msgstr "" + +#: conf/global_settings.py:56 +msgid "Algerian Arabic" +msgstr "" + +#: conf/global_settings.py:57 +msgid "Asturian" +msgstr "" + +#: conf/global_settings.py:58 +msgid "Azerbaijani" +msgstr "" + +#: conf/global_settings.py:59 +msgid "Bulgarian" +msgstr "" + +#: conf/global_settings.py:60 +msgid "Belarusian" +msgstr "" + +#: conf/global_settings.py:61 +msgid "Bengali" +msgstr "" + +#: conf/global_settings.py:62 +msgid "Breton" +msgstr "" + +#: conf/global_settings.py:63 +msgid "Bosnian" +msgstr "" + +#: conf/global_settings.py:64 +msgid "Catalan" +msgstr "" + +#: conf/global_settings.py:65 +msgid "Central Kurdish (Sorani)" +msgstr "" + +#: conf/global_settings.py:66 +msgid "Czech" +msgstr "" + +#: conf/global_settings.py:67 +msgid "Welsh" +msgstr "" + +#: conf/global_settings.py:68 +msgid "Danish" +msgstr "" + +#: conf/global_settings.py:69 +msgid "German" +msgstr "" + +#: conf/global_settings.py:70 +msgid "Lower Sorbian" +msgstr "" + +#: conf/global_settings.py:71 +msgid "Greek" +msgstr "" + +#: conf/global_settings.py:72 +msgid "English" +msgstr "" + +#: conf/global_settings.py:73 +msgid "Australian English" +msgstr "" + +#: conf/global_settings.py:74 +msgid "British English" +msgstr "" + +#: conf/global_settings.py:75 +msgid "Esperanto" +msgstr "" + +#: conf/global_settings.py:76 +msgid "Spanish" +msgstr "" + +#: conf/global_settings.py:77 +msgid "Argentinian Spanish" +msgstr "" + +#: conf/global_settings.py:78 +msgid "Colombian Spanish" +msgstr "" + +#: conf/global_settings.py:79 +msgid "Mexican Spanish" +msgstr "" + +#: conf/global_settings.py:80 +msgid "Nicaraguan Spanish" +msgstr "" + +#: conf/global_settings.py:81 +msgid "Venezuelan Spanish" +msgstr "" + +#: conf/global_settings.py:82 +msgid "Estonian" +msgstr "" + +#: conf/global_settings.py:83 +msgid "Basque" +msgstr "" + +#: conf/global_settings.py:84 +msgid "Persian" +msgstr "" + +#: conf/global_settings.py:85 +msgid "Finnish" +msgstr "" + +#: conf/global_settings.py:86 +msgid "French" +msgstr "" + +#: conf/global_settings.py:87 +msgid "Frisian" +msgstr "" + +#: conf/global_settings.py:88 +msgid "Irish" +msgstr "" + +#: conf/global_settings.py:89 +msgid "Scottish Gaelic" +msgstr "" + +#: conf/global_settings.py:90 +msgid "Galician" +msgstr "" + +#: conf/global_settings.py:91 +msgid "Hebrew" +msgstr "" + +#: conf/global_settings.py:92 +msgid "Hindi" +msgstr "" + +#: conf/global_settings.py:93 +msgid "Croatian" +msgstr "" + +#: conf/global_settings.py:94 +msgid "Upper Sorbian" +msgstr "" + +#: conf/global_settings.py:95 +msgid "Hungarian" +msgstr "" + +#: conf/global_settings.py:96 +msgid "Armenian" +msgstr "" + +#: conf/global_settings.py:97 +msgid "Interlingua" +msgstr "" + +#: conf/global_settings.py:98 +msgid "Indonesian" +msgstr "" + +#: conf/global_settings.py:99 +msgid "Igbo" +msgstr "" + +#: conf/global_settings.py:100 +msgid "Ido" +msgstr "" + +#: conf/global_settings.py:101 +msgid "Icelandic" +msgstr "" + +#: conf/global_settings.py:102 +msgid "Italian" +msgstr "" + +#: conf/global_settings.py:103 +msgid "Japanese" +msgstr "" + +#: conf/global_settings.py:104 +msgid "Georgian" +msgstr "" + +#: conf/global_settings.py:105 +msgid "Kabyle" +msgstr "" + +#: conf/global_settings.py:106 +msgid "Kazakh" +msgstr "" + +#: conf/global_settings.py:107 +msgid "Khmer" +msgstr "" + +#: conf/global_settings.py:108 +msgid "Kannada" +msgstr "" + +#: conf/global_settings.py:109 +msgid "Korean" +msgstr "" + +#: conf/global_settings.py:110 +msgid "Kyrgyz" +msgstr "" + +#: conf/global_settings.py:111 +msgid "Luxembourgish" +msgstr "" + +#: conf/global_settings.py:112 +msgid "Lithuanian" +msgstr "" + +#: conf/global_settings.py:113 +msgid "Latvian" +msgstr "" + +#: conf/global_settings.py:114 +msgid "Macedonian" +msgstr "" + +#: conf/global_settings.py:115 +msgid "Malayalam" +msgstr "" + +#: conf/global_settings.py:116 +msgid "Mongolian" +msgstr "" + +#: conf/global_settings.py:117 +msgid "Marathi" +msgstr "" + +#: conf/global_settings.py:118 +msgid "Malay" +msgstr "" + +#: conf/global_settings.py:119 +msgid "Burmese" +msgstr "" + +#: conf/global_settings.py:120 +msgid "Norwegian Bokmål" +msgstr "" + +#: conf/global_settings.py:121 +msgid "Nepali" +msgstr "" + +#: conf/global_settings.py:122 +msgid "Dutch" +msgstr "" + +#: conf/global_settings.py:123 +msgid "Norwegian Nynorsk" +msgstr "" + +#: conf/global_settings.py:124 +msgid "Ossetic" +msgstr "" + +#: conf/global_settings.py:125 +msgid "Punjabi" +msgstr "" + +#: conf/global_settings.py:126 +msgid "Polish" +msgstr "" + +#: conf/global_settings.py:127 +msgid "Portuguese" +msgstr "" + +#: conf/global_settings.py:128 +msgid "Brazilian Portuguese" +msgstr "" + +#: conf/global_settings.py:129 +msgid "Romanian" +msgstr "" + +#: conf/global_settings.py:130 +msgid "Russian" +msgstr "" + +#: conf/global_settings.py:131 +msgid "Slovak" +msgstr "" + +#: conf/global_settings.py:132 +msgid "Slovenian" +msgstr "" + +#: conf/global_settings.py:133 +msgid "Albanian" +msgstr "" + +#: conf/global_settings.py:134 +msgid "Serbian" +msgstr "" + +#: conf/global_settings.py:135 +msgid "Serbian Latin" +msgstr "" + +#: conf/global_settings.py:136 +msgid "Swedish" +msgstr "" + +#: conf/global_settings.py:137 +msgid "Swahili" +msgstr "" + +#: conf/global_settings.py:138 +msgid "Tamil" +msgstr "" + +#: conf/global_settings.py:139 +msgid "Telugu" +msgstr "" + +#: conf/global_settings.py:140 +msgid "Tajik" +msgstr "" + +#: conf/global_settings.py:141 +msgid "Thai" +msgstr "" + +#: conf/global_settings.py:142 +msgid "Turkmen" +msgstr "" + +#: conf/global_settings.py:143 +msgid "Turkish" +msgstr "" + +#: conf/global_settings.py:144 +msgid "Tatar" +msgstr "" + +#: conf/global_settings.py:145 +msgid "Udmurt" +msgstr "" + +#: conf/global_settings.py:146 +msgid "Uyghur" +msgstr "" + +#: conf/global_settings.py:147 +msgid "Ukrainian" +msgstr "" + +#: conf/global_settings.py:148 +msgid "Urdu" +msgstr "" + +#: conf/global_settings.py:149 +msgid "Uzbek" +msgstr "" + +#: conf/global_settings.py:150 +msgid "Vietnamese" +msgstr "" + +#: conf/global_settings.py:151 +msgid "Simplified Chinese" +msgstr "" + +#: conf/global_settings.py:152 +msgid "Traditional Chinese" +msgstr "" + +#: contrib/messages/apps.py:16 +msgid "Messages" +msgstr "" + +#: contrib/sitemaps/apps.py:8 +msgid "Site Maps" +msgstr "" + +#: contrib/staticfiles/apps.py:9 +msgid "Static Files" +msgstr "" + +#: contrib/syndication/apps.py:7 +msgid "Syndication" +msgstr "" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +#: core/paginator.py:30 +msgid "…" +msgstr "" + +#: core/paginator.py:32 +msgid "That page number is not an integer" +msgstr "" + +#: core/paginator.py:33 +msgid "That page number is less than 1" +msgstr "" + +#: core/paginator.py:34 +msgid "That page contains no results" +msgstr "" + +#: core/validators.py:21 +msgid "Enter a valid value." +msgstr "" + +#: core/validators.py:69 +msgid "Enter a valid domain name." +msgstr "" + +#: core/validators.py:152 forms/fields.py:775 +msgid "Enter a valid URL." +msgstr "" + +#: core/validators.py:199 +msgid "Enter a valid integer." +msgstr "" + +#: core/validators.py:210 +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +#: core/validators.py:288 +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +#: core/validators.py:296 +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#: core/validators.py:308 core/validators.py:317 core/validators.py:331 +#: db/models/fields/__init__.py:2220 +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +#: core/validators.py:310 +msgid "IPv4" +msgstr "" + +#: core/validators.py:319 utils/ipv6.py:43 +msgid "IPv6" +msgstr "" + +#: core/validators.py:333 +msgid "IPv4 or IPv6" +msgstr "" + +#: core/validators.py:374 +msgid "Enter only digits separated by commas." +msgstr "" + +#: core/validators.py:380 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#: core/validators.py:415 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:424 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:433 +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#: core/validators.py:440 +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#: core/validators.py:472 +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:490 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:513 forms/fields.py:366 forms/fields.py:405 +msgid "Enter a number." +msgstr "" + +#: core/validators.py:515 +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:520 +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:525 +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:596 +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +#: core/validators.py:658 +msgid "Null characters are not allowed." +msgstr "" + +#: db/models/base.py:1600 forms/models.py:908 +msgid "and" +msgstr "" + +#: db/models/base.py:1602 +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#: db/models/constraints.py:22 +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#: db/models/fields/__init__.py:134 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +#: db/models/fields/__init__.py:135 +msgid "This field cannot be null." +msgstr "" + +#: db/models/fields/__init__.py:136 +msgid "This field cannot be blank." +msgstr "" + +#: db/models/fields/__init__.py:137 +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#: db/models/fields/__init__.py:141 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#: db/models/fields/__init__.py:180 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#: db/models/fields/__init__.py:1162 +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#: db/models/fields/__init__.py:1163 +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +#: db/models/fields/__init__.py:1165 +msgid "Boolean (Either True or False)" +msgstr "" + +#: db/models/fields/__init__.py:1215 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:1217 +msgid "String (unlimited)" +msgstr "" + +#: db/models/fields/__init__.py:1326 +msgid "Comma-separated integers" +msgstr "" + +#: db/models/fields/__init__.py:1427 +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#: db/models/fields/__init__.py:1431 db/models/fields/__init__.py:1566 +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +#: db/models/fields/__init__.py:1435 +msgid "Date (without time)" +msgstr "" + +#: db/models/fields/__init__.py:1562 +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#: db/models/fields/__init__.py:1570 +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +#: db/models/fields/__init__.py:1575 +msgid "Date (with time)" +msgstr "" + +#: db/models/fields/__init__.py:1702 +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +#: db/models/fields/__init__.py:1704 +msgid "Decimal number" +msgstr "" + +#: db/models/fields/__init__.py:1864 +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +#: db/models/fields/__init__.py:1868 +msgid "Duration" +msgstr "" + +#: db/models/fields/__init__.py:1920 +msgid "Email address" +msgstr "" + +#: db/models/fields/__init__.py:1945 +msgid "File path" +msgstr "" + +#: db/models/fields/__init__.py:2023 +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +#: db/models/fields/__init__.py:2025 +msgid "Floating point number" +msgstr "" + +#: db/models/fields/__init__.py:2065 +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +#: db/models/fields/__init__.py:2067 +msgid "Integer" +msgstr "" + +#: db/models/fields/__init__.py:2163 +msgid "Big (8 byte) integer" +msgstr "" + +#: db/models/fields/__init__.py:2180 +msgid "Small integer" +msgstr "" + +#: db/models/fields/__init__.py:2188 +msgid "IPv4 address" +msgstr "" + +#: db/models/fields/__init__.py:2219 +msgid "IP address" +msgstr "" + +#: db/models/fields/__init__.py:2310 db/models/fields/__init__.py:2311 +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +#: db/models/fields/__init__.py:2313 +msgid "Boolean (Either True, False or None)" +msgstr "" + +#: db/models/fields/__init__.py:2364 +msgid "Positive big integer" +msgstr "" + +#: db/models/fields/__init__.py:2379 +msgid "Positive integer" +msgstr "" + +#: db/models/fields/__init__.py:2394 +msgid "Positive small integer" +msgstr "" + +#: db/models/fields/__init__.py:2410 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:2446 +msgid "Text" +msgstr "" + +#: db/models/fields/__init__.py:2526 +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#: db/models/fields/__init__.py:2530 +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +#: db/models/fields/__init__.py:2534 +msgid "Time" +msgstr "" + +#: db/models/fields/__init__.py:2642 +msgid "URL" +msgstr "" + +#: db/models/fields/__init__.py:2666 +msgid "Raw binary data" +msgstr "" + +#: db/models/fields/__init__.py:2731 +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +#: db/models/fields/__init__.py:2733 +msgid "Universally unique identifier" +msgstr "" + +#: db/models/fields/files.py:244 +msgid "File" +msgstr "" + +#: db/models/fields/files.py:420 +msgid "Image" +msgstr "" + +#: db/models/fields/json.py:24 +msgid "A JSON object" +msgstr "" + +#: db/models/fields/json.py:26 +msgid "Value must be valid JSON." +msgstr "" + +#: db/models/fields/related.py:978 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +#: db/models/fields/related.py:981 +msgid "Foreign Key (type determined by related field)" +msgstr "" + +#: db/models/fields/related.py:1275 +msgid "One-to-one relationship" +msgstr "" + +#: db/models/fields/related.py:1332 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#: db/models/fields/related.py:1334 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +#: db/models/fields/related.py:1382 +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the label +#: forms/boundfield.py:185 +msgid ":?.!" +msgstr "" + +#: forms/fields.py:95 +msgid "This field is required." +msgstr "" + +#: forms/fields.py:315 +msgid "Enter a whole number." +msgstr "" + +#: forms/fields.py:486 forms/fields.py:1267 +msgid "Enter a valid date." +msgstr "" + +#: forms/fields.py:509 forms/fields.py:1268 +msgid "Enter a valid time." +msgstr "" + +#: forms/fields.py:536 +msgid "Enter a valid date/time." +msgstr "" + +#: forms/fields.py:570 +msgid "Enter a valid duration." +msgstr "" + +#: forms/fields.py:571 +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +#: forms/fields.py:640 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +#: forms/fields.py:641 +msgid "No file was submitted." +msgstr "" + +#: forms/fields.py:642 +msgid "The submitted file is empty." +msgstr "" + +#: forms/fields.py:644 +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +#: forms/fields.py:649 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +#: forms/fields.py:717 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: forms/fields.py:889 forms/fields.py:975 forms/models.py:1592 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +#: forms/fields.py:977 forms/fields.py:1096 forms/models.py:1590 +msgid "Enter a list of values." +msgstr "" + +#: forms/fields.py:1097 +msgid "Enter a complete value." +msgstr "" + +#: forms/fields.py:1339 +msgid "Enter a valid UUID." +msgstr "" + +#: forms/fields.py:1369 +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +#: forms/forms.py:97 +msgid ":" +msgstr "" + +#: forms/forms.py:239 +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#: forms/formsets.py:61 +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#: forms/formsets.py:65 +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#: forms/formsets.py:70 +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#: forms/formsets.py:484 forms/formsets.py:491 +msgid "Order" +msgstr "" + +#: forms/formsets.py:499 +msgid "Delete" +msgstr "" + +#: forms/models.py:901 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#: forms/models.py:906 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#: forms/models.py:913 +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +#: forms/models.py:922 +msgid "Please correct the duplicate values below." +msgstr "" + +#: forms/models.py:1359 +msgid "The inline value did not match the parent instance." +msgstr "" + +#: forms/models.py:1450 +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#: forms/models.py:1594 +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#: forms/utils.py:229 +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +#: forms/widgets.py:527 +msgid "Clear" +msgstr "" + +#: forms/widgets.py:528 +msgid "Currently" +msgstr "" + +#: forms/widgets.py:529 +msgid "Change" +msgstr "" + +#: forms/widgets.py:866 +msgid "Unknown" +msgstr "" + +#: forms/widgets.py:867 +msgid "Yes" +msgstr "" + +#: forms/widgets.py:868 +msgid "No" +msgstr "" + +#. Translators: Please do not add spaces around commas. +#: template/defaultfilters.py:873 +msgid "yes,no,maybe" +msgstr "" + +#: template/defaultfilters.py:903 template/defaultfilters.py:920 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: template/defaultfilters.py:922 +#, python-format +msgid "%s KB" +msgstr "" + +#: template/defaultfilters.py:924 +#, python-format +msgid "%s MB" +msgstr "" + +#: template/defaultfilters.py:926 +#, python-format +msgid "%s GB" +msgstr "" + +#: template/defaultfilters.py:928 +#, python-format +msgid "%s TB" +msgstr "" + +#: template/defaultfilters.py:930 +#, python-format +msgid "%s PB" +msgstr "" + +#: utils/dateformat.py:74 +msgid "p.m." +msgstr "" + +#: utils/dateformat.py:75 +msgid "a.m." +msgstr "" + +#: utils/dateformat.py:80 +msgid "PM" +msgstr "" + +#: utils/dateformat.py:81 +msgid "AM" +msgstr "" + +#: utils/dateformat.py:153 +msgid "midnight" +msgstr "" + +#: utils/dateformat.py:155 +msgid "noon" +msgstr "" + +#: utils/dates.py:7 +msgid "Monday" +msgstr "" + +#: utils/dates.py:8 +msgid "Tuesday" +msgstr "" + +#: utils/dates.py:9 +msgid "Wednesday" +msgstr "" + +#: utils/dates.py:10 +msgid "Thursday" +msgstr "" + +#: utils/dates.py:11 +msgid "Friday" +msgstr "" + +#: utils/dates.py:12 +msgid "Saturday" +msgstr "" + +#: utils/dates.py:13 +msgid "Sunday" +msgstr "" + +#: utils/dates.py:16 +msgid "Mon" +msgstr "" + +#: utils/dates.py:17 +msgid "Tue" +msgstr "" + +#: utils/dates.py:18 +msgid "Wed" +msgstr "" + +#: utils/dates.py:19 +msgid "Thu" +msgstr "" + +#: utils/dates.py:20 +msgid "Fri" +msgstr "" + +#: utils/dates.py:21 +msgid "Sat" +msgstr "" + +#: utils/dates.py:22 +msgid "Sun" +msgstr "" + +#: utils/dates.py:25 +msgid "January" +msgstr "" + +#: utils/dates.py:26 +msgid "February" +msgstr "" + +#: utils/dates.py:27 +msgid "March" +msgstr "" + +#: utils/dates.py:28 +msgid "April" +msgstr "" + +#: utils/dates.py:29 +msgid "May" +msgstr "" + +#: utils/dates.py:30 +msgid "June" +msgstr "" + +#: utils/dates.py:31 +msgid "July" +msgstr "" + +#: utils/dates.py:32 +msgid "August" +msgstr "" + +#: utils/dates.py:33 +msgid "September" +msgstr "" + +#: utils/dates.py:34 +msgid "October" +msgstr "" + +#: utils/dates.py:35 +msgid "November" +msgstr "" + +#: utils/dates.py:36 +msgid "December" +msgstr "" + +#: utils/dates.py:39 +msgid "jan" +msgstr "" + +#: utils/dates.py:40 +msgid "feb" +msgstr "" + +#: utils/dates.py:41 +msgid "mar" +msgstr "" + +#: utils/dates.py:42 +msgid "apr" +msgstr "" + +#: utils/dates.py:43 +msgid "may" +msgstr "" + +#: utils/dates.py:44 +msgid "jun" +msgstr "" + +#: utils/dates.py:45 +msgid "jul" +msgstr "" + +#: utils/dates.py:46 +msgid "aug" +msgstr "" + +#: utils/dates.py:47 +msgid "sep" +msgstr "" + +#: utils/dates.py:48 +msgid "oct" +msgstr "" + +#: utils/dates.py:49 +msgid "nov" +msgstr "" + +#: utils/dates.py:50 +msgid "dec" +msgstr "" + +#: utils/dates.py:53 +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +#: utils/dates.py:54 +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +#: utils/dates.py:55 +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +#: utils/dates.py:56 +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +#: utils/dates.py:57 +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +#: utils/dates.py:58 +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +#: utils/dates.py:59 +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +#: utils/dates.py:60 +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +#: utils/dates.py:61 +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +#: utils/dates.py:62 +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +#: utils/dates.py:63 +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +#: utils/dates.py:64 +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +#: utils/dates.py:67 +msgctxt "alt. month" +msgid "January" +msgstr "" + +#: utils/dates.py:68 +msgctxt "alt. month" +msgid "February" +msgstr "" + +#: utils/dates.py:69 +msgctxt "alt. month" +msgid "March" +msgstr "" + +#: utils/dates.py:70 +msgctxt "alt. month" +msgid "April" +msgstr "" + +#: utils/dates.py:71 +msgctxt "alt. month" +msgid "May" +msgstr "" + +#: utils/dates.py:72 +msgctxt "alt. month" +msgid "June" +msgstr "" + +#: utils/dates.py:73 +msgctxt "alt. month" +msgid "July" +msgstr "" + +#: utils/dates.py:74 +msgctxt "alt. month" +msgid "August" +msgstr "" + +#: utils/dates.py:75 +msgctxt "alt. month" +msgid "September" +msgstr "" + +#: utils/dates.py:76 +msgctxt "alt. month" +msgid "October" +msgstr "" + +#: utils/dates.py:77 +msgctxt "alt. month" +msgid "November" +msgstr "" + +#: utils/dates.py:78 +msgctxt "alt. month" +msgid "December" +msgstr "" + +#: utils/ipv6.py:20 +msgid "This is not a valid IPv6 address." +msgstr "" + +#: utils/text.py:67 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +#: utils/text.py:278 +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:297 utils/timesince.py:135 +msgid ", " +msgstr "" + +#: utils/timesince.py:8 +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:9 +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:10 +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:11 +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:12 +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:13 +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +#: views/csrf.py:29 +msgid "Forbidden" +msgstr "" + +#: views/csrf.py:30 +msgid "CSRF verification failed. Request aborted." +msgstr "" + +#: views/csrf.py:34 +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +#: views/csrf.py:40 +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +#: views/csrf.py:45 +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +#: views/csrf.py:54 +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +#: views/csrf.py:60 +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +#: views/csrf.py:66 +msgid "More information is available with DEBUG=True." +msgstr "" + +#: views/generic/dates.py:44 +msgid "No year specified" +msgstr "" + +#: views/generic/dates.py:64 views/generic/dates.py:115 +#: views/generic/dates.py:214 +msgid "Date out of range" +msgstr "" + +#: views/generic/dates.py:94 +msgid "No month specified" +msgstr "" + +#: views/generic/dates.py:147 +msgid "No day specified" +msgstr "" + +#: views/generic/dates.py:194 +msgid "No week specified" +msgstr "" + +#: views/generic/dates.py:353 views/generic/dates.py:384 +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#: views/generic/dates.py:680 +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#: views/generic/dates.py:720 +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#: views/generic/detail.py:56 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: views/generic/list.py:70 +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#: views/generic/list.py:77 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#: views/generic/list.py:173 +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +#: views/static.py:49 +msgid "Directory indexes are not allowed here." +msgstr "" + +#: views/static.py:51 +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#: views/static.py:68 views/templates/directory_index.html:8 +#: views/templates/directory_index.html:11 +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +#: views/templates/default_urlconf.html:7 +#: views/templates/default_urlconf.html:204 +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#: views/templates/default_urlconf.html:206 +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#: views/templates/default_urlconf.html:208 +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" + +#: views/templates/default_urlconf.html:217 +msgid "Django Documentation" +msgstr "" + +#: views/templates/default_urlconf.html:218 +msgid "Topics, references, & how-to’s" +msgstr "" + +#: views/templates/default_urlconf.html:226 +msgid "Tutorial: A Polling App" +msgstr "" + +#: views/templates/default_urlconf.html:227 +msgid "Get started with Django" +msgstr "" + +#: views/templates/default_urlconf.html:235 +msgid "Django Community" +msgstr "" + +#: views/templates/default_urlconf.html:236 +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39f5bddf334990f92bef8dc83d82c65ec9ba1700 GIT binary patch literal 201 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a0a3ed8ce4c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po @@ -0,0 +1,1299 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Tom Fifield , 2014 +# Tom Fifield , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-18 21:19+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabic" + +msgid "Algerian Arabic" +msgstr "Algerian Arabic" + +msgid "Asturian" +msgstr "Asturian" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgarian" + +msgid "Belarusian" +msgstr "Belarusian" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danish" + +msgid "German" +msgstr "German" + +msgid "Lower Sorbian" +msgstr "Lower Sorbian" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "Australian English" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "Colombian Spanish" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan Spanish" + +msgid "Venezuelan Spanish" +msgstr "Venezuelan Spanish" + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irish" + +msgid "Scottish Gaelic" +msgstr "Scottish Gaelic" + +msgid "Galician" +msgstr "Galician" + +msgid "Hebrew" +msgstr "Hebrew" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "Upper Sorbian" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Armenian" +msgstr "Armenian" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanese" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Kyrgyz" +msgstr "Kyrgyz" + +msgid "Luxembourgish" +msgstr "Luxembourgish" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Burmese" + +msgid "Norwegian Bokmål" +msgstr "Norwegian Bokmål" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegian Nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polish" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Slovenian" + +msgid "Albanian" +msgstr "Albanian" + +msgid "Serbian" +msgstr "Serbian" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tajik" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "Turkmen" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbek" + +msgid "Vietnamese" +msgstr "Vietnamese" + +msgid "Simplified Chinese" +msgstr "Simplified Chinese" + +msgid "Traditional Chinese" +msgstr "Traditional Chinese" + +msgid "Messages" +msgstr "Messages" + +msgid "Site Maps" +msgstr "Site Maps" + +msgid "Static Files" +msgstr "Static Files" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "That page number is not an integer" + +msgid "That page number is less than 1" +msgstr "That page number is less than 1" + +msgid "That page contains no results" +msgstr "That page contains no results" + +msgid "Enter a valid value." +msgstr "Enter a valid value." + +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +msgid "Enter a valid integer." +msgstr "Enter a valid integer." + +msgid "Enter a valid email address." +msgstr "Enter a valid email address." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." + +msgid "Enter a valid IPv4 address." +msgstr "Enter a valid IPv4 address." + +msgid "Enter a valid IPv6 address." +msgstr "Enter a valid IPv6 address." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enter a valid IPv4 or IPv6 address." + +msgid "Enter only digits separated by commas." +msgstr "Enter only digits separated by commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ensure this value is %(limit_value)s (it is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ensure this value is less than or equal to %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ensure this value is greater than or equal to %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Enter a number." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ensure that there are no more than %(max)s digit in total." +msgstr[1] "Ensure that there are no more than %(max)s digits in total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ensure that there are no more than %(max)s decimal place." +msgstr[1] "Ensure that there are no more than %(max)s decimal places." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgstr[1] "" +"Ensure that there are no more than %(max)s digits before the decimal point." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null characters are not allowed." + +msgid "and" +msgstr "and" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s with this %(field_labels)s already exists." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Value %(value)r is not a valid choice." + +msgid "This field cannot be null." +msgstr "This field cannot be null." + +msgid "This field cannot be blank." +msgstr "This field cannot be blank." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s with this %(field_label)s already exists." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” value must be either True or False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” value must be either True, False, or None." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (up to %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Comma-separated integers" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." + +msgid "Date (without time)" +msgstr "Date (without time)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." + +msgid "Date (with time)" +msgstr "Date (with time)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” value must be a decimal number." + +msgid "Decimal number" +msgstr "Decimal number" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." + +msgid "Duration" +msgstr "Duration" + +msgid "Email address" +msgstr "Email address" + +msgid "File path" +msgstr "File path" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” value must be a float." + +msgid "Floating point number" +msgstr "Floating point number" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” value must be an integer." + +msgid "Integer" +msgstr "Integer" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +msgid "Small integer" +msgstr "Small integer" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP address" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” value must be either None, True or False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Either True, False or None)" + +msgid "Positive big integer" +msgstr "Positive big integer" + +msgid "Positive integer" +msgstr "Positive integer" + +msgid "Positive small integer" +msgstr "Positive small integer" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (up to %(max_length)s)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." + +msgid "Time" +msgstr "Time" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Raw binary data" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” is not a valid UUID." + +msgid "Universally unique identifier" +msgstr "Universally unique identifier" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +msgid "A JSON object" +msgstr "A JSON object" + +msgid "Value must be valid JSON." +msgstr "Value must be valid JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s instance with %(field)s %(value)r does not exist." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s relationship" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s relationships" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "This field is required." + +msgid "Enter a whole number." +msgstr "Enter a whole number." + +msgid "Enter a valid date." +msgstr "Enter a valid date." + +msgid "Enter a valid time." +msgstr "Enter a valid time." + +msgid "Enter a valid date/time." +msgstr "Enter a valid date/time." + +msgid "Enter a valid duration." +msgstr "Enter a valid duration." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "The number of days must be between {min_days} and {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "No file was submitted. Check the encoding type on the form." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ensure this filename has at most %(max)d character (it has %(length)d)." +msgstr[1] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Please either submit a file or check the clear checkbox, not both." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Select a valid choice. %(value)s is not one of the available choices." + +msgid "Enter a list of values." +msgstr "Enter a list of values." + +msgid "Enter a complete value." +msgstr "Enter a complete value." + +msgid "Enter a valid UUID." +msgstr "Enter a valid UUID." + +msgid "Enter a valid JSON." +msgstr "Enter a valid JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Hidden field %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Please submit at most %d form." +msgstr[1] "Please submit at most %d forms." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Please submit at least %d form." +msgstr[1] "Please submit at least %d forms." + +msgid "Order" +msgstr "Order" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Please correct the duplicate data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Please correct the duplicate data for %(field)s, which must be unique." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Please correct the duplicate values below." + +msgid "The inline value did not match the parent instance." +msgstr "The inline value did not match the parent instance." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Select a valid choice. That choice is not one of the available choices." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” is not a valid value." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." + +msgid "Clear" +msgstr "Clear" + +msgid "Currently" +msgstr "Currently" + +msgid "Change" +msgstr "Change" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnight" + +msgid "noon" +msgstr "noon" + +msgid "Monday" +msgstr "Monday" + +msgid "Tuesday" +msgstr "Tuesday" + +msgid "Wednesday" +msgstr "Wednesday" + +msgid "Thursday" +msgstr "Thursday" + +msgid "Friday" +msgstr "Friday" + +msgid "Saturday" +msgstr "Saturday" + +msgid "Sunday" +msgstr "Sunday" + +msgid "Mon" +msgstr "Mon" + +msgid "Tue" +msgstr "Tue" + +msgid "Wed" +msgstr "Wed" + +msgid "Thu" +msgstr "Thu" + +msgid "Fri" +msgstr "Fri" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "March" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "June" + +msgctxt "abbrev. month" +msgid "July" +msgstr "July" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "January" + +msgctxt "alt. month" +msgid "February" +msgstr "February" + +msgctxt "alt. month" +msgid "March" +msgstr "March" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "June" + +msgctxt "alt. month" +msgid "July" +msgstr "July" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "October" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "This is not a valid IPv6 address." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "or" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "Forbidden" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verification failed. Request aborted." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." + +msgid "More information is available with DEBUG=True." +msgstr "More information is available with DEBUG=True." + +msgid "No year specified" +msgstr "No year specified" + +msgid "Date out of range" +msgstr "Date out of range" + +msgid "No month specified" +msgstr "No month specified" + +msgid "No day specified" +msgstr "No day specified" + +msgid "No week specified" +msgstr "No week specified" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s available" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Invalid date string “%(datestr)s” given format “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Page is not “last”, nor can it be converted to an int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Invalid page (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Empty list and “%(class_name)s.allow_empty” is False." + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” does not exist" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "The install worked successfully! Congratulations!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"View release notes for Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." + +msgid "Django Documentation" +msgstr "Django Documentation" + +msgid "Topics, references, & how-to’s" +msgstr "Topics, references, & how-to’s" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: A Polling App" + +msgid "Get started with Django" +msgstr "Get started with Django" + +msgid "Django Community" +msgstr "Django Community" + +msgid "Connect, get help, or contribute" +msgstr "Connect, get help, or contribute" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5b4306628c7aadecef725435545c7cfdb73e36a GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;7fW9Ygiw<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UR$n(F literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f88238dd48a15cfad835fe997beed6cf55a76f8 GIT binary patch literal 846 zcmZXRJ#X4T7{|}Ngck=K6QJ~Ea0d@afm7Qps;auR38=M=j8Wz5U{TIc2*wB~l|7|f zzd`qI{VZJ=E!IxiP_r@hOn^Xh(mnToe)s&J=PdtDrILWG?;p#(@eu%jf@Hfw8*%fR zh#vq01Tcjt96})+MqwO55gbKPe1wj048?F9C%PdN?*g3sNudO$Q4${`8mG{)n=Ue5 zw9m<$v7qW+e67y7x)-i+h8OO06)%dR4Gk~0KDhdIFx-pt81gpcjh%9f36JHC5^tAy z%<b0?F>6`;Ivx<3tB@{Xu^&&wp-IldE~C*FKq{Z8Cb8z z56EbW?1@RjGE7m_G6|Uc744^45;9M&7(e@P4p{%RFb5}o_Hm#KPv;=#XLCf8@+jj+ j(#t5F56wa5Zz1`JocU!Q$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;7fWogMY#<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UQxi83 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_CA/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_CA/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..211cfeab6032c46f163bb4883ffec20e67c2dcd4 GIT binary patch literal 793 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, 2011 +# jon_atkinson , 2011-2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Arabic" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgarian" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danish" + +msgid "German" +msgstr "German" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan Spanish" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irish" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galician" + +msgid "Hebrew" +msgstr "Hebrew" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanese" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegian Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polish" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Slovenian" + +msgid "Albanian" +msgstr "Albanian" + +msgid "Serbian" +msgstr "Serbian" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamese" + +msgid "Simplified Chinese" +msgstr "Simplified Chinese" + +msgid "Traditional Chinese" +msgstr "Traditional Chinese" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Enter a valid value." + +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Enter a valid IPv4 address." + +msgid "Enter a valid IPv6 address." +msgstr "Enter a valid IPv6 address." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enter a valid IPv4 or IPv6 address." + +msgid "Enter only digits separated by commas." +msgstr "Enter only digits separated by commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ensure this value is %(limit_value)s (it is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ensure this value is less than or equal to %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ensure this value is greater than or equal to %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "Enter a number." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "and" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "This field cannot be null." + +msgid "This field cannot be blank." +msgstr "This field cannot be blank." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s with this %(field_label)s already exists." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (up to %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Comma-separated integers" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Date (without time)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Date (with time)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimal number" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email address" + +msgid "File path" +msgstr "File path" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Floating point number" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Integer" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP address" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Either True, False or None)" + +msgid "Positive integer" +msgstr "Positive integer" + +msgid "Positive small integer" +msgstr "Positive small integer" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (up to %(max_length)s)" + +msgid "Small integer" +msgstr "Small integer" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Time" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "This field is required." + +msgid "Enter a whole number." +msgstr "Enter a whole number." + +msgid "Enter a valid date." +msgstr "Enter a valid date." + +msgid "Enter a valid time." +msgstr "Enter a valid time." + +msgid "Enter a valid date/time." +msgstr "Enter a valid date/time." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "No file was submitted. Check the encoding type on the form." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Please either submit a file or check the clear checkbox, not both." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Select a valid choice. %(value)s is not one of the available choices." + +msgid "Enter a list of values." +msgstr "Enter a list of values." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Order" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Please correct the duplicate data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Please correct the duplicate data for %(field)s, which must be unique." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Please correct the duplicate values below." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Select a valid choice. That choice is not one of the available choices." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Clear" + +msgid "Currently" +msgstr "Currently" + +msgid "Change" +msgstr "Change" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnight" + +msgid "noon" +msgstr "noon" + +msgid "Monday" +msgstr "Monday" + +msgid "Tuesday" +msgstr "Tuesday" + +msgid "Wednesday" +msgstr "Wednesday" + +msgid "Thursday" +msgstr "Thursday" + +msgid "Friday" +msgstr "Friday" + +msgid "Saturday" +msgstr "Saturday" + +msgid "Sunday" +msgstr "Sunday" + +msgid "Mon" +msgstr "Mon" + +msgid "Tue" +msgstr "Tue" + +msgid "Wed" +msgstr "Wed" + +msgid "Thu" +msgstr "Thu" + +msgid "Fri" +msgstr "Fri" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "March" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "June" + +msgctxt "abbrev. month" +msgid "July" +msgstr "July" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "January" + +msgctxt "alt. month" +msgid "February" +msgstr "February" + +msgctxt "alt. month" +msgid "March" +msgstr "March" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "June" + +msgctxt "alt. month" +msgid "July" +msgstr "July" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "October" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "or" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "No year specified" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "No month specified" + +msgid "No day specified" +msgstr "No day specified" + +msgid "No week specified" +msgstr "No week specified" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s available" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bf8b135e328ddabc4d07c70b7f43db80ab1897f GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;7fW-JSH~<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UR01~@ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea1cc4caa8a137b0356b00c852598d531bfc7d0a GIT binary patch literal 846 zcmZXSJ#X4T7{|}Ngck=K6QJ~Ea0d@afm7Qps;WA*c~NU@*+!ACgGD(*A%KygRCr3a zeuM7a`dPX#TCAP2p=M+1L4ZJW!*l=VchCQM?xg#jNW=kI-#->R?hycgR>^h+Hsbaz z5kCM12w)0PIDi5;h=MqTLO6`V_y`^02#Vk+jaRdMTUA&9z(tld2^?x`IyJ@W`XY) zc+ByYb6!5@buaw@75SEzJfy_9X}53uAKe)b=*~EOXuL=J#tmIk#U*ui6C`h`;u-61kI9_no-#rPVO>MFt>!&D~e`V`&~2l=%8Jxs_Cmr z(^5*-r6j$dr`EP=O|2W7e)>GSyT&1BMd@8t7Cue;0`Xln+QhmkY&wG$>^aRw&xZEEDqp~sBuhf-*)`**AI|{mpXO%Z#7{q6>D==f$oT0D(WE@g l_@U$?OlJc#koud8KOuW|kp&szVEt80`Ki-yjGG}d{sB+!=~4gy literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/formats.py new file mode 100644 index 00000000000..bc90da59bcc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_GB/formats.py @@ -0,0 +1,41 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j M Y" # '25 Oct 2006' +TIME_FORMAT = "P" # '2:30 p.m.' +DATETIME_FORMAT = "j M Y, P" # '25 Oct 2006, 2:30 p.m.' +YEAR_MONTH_FORMAT = "F Y" # 'October 2006' +MONTH_DAY_FORMAT = "j F" # '25 October' +SHORT_DATE_FORMAT = "d/m/Y" # '25/10/2006' +SHORT_DATETIME_FORMAT = "d/m/Y P" # '25/10/2006 2:30 p.m.' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + # "%b %d %Y", # 'Oct 25 2006' + # "%b %d, %Y", # 'Oct 25, 2006' + # "%d %b %Y", # '25 Oct 2006' + # "%d %b, %Y", # '25 Oct, 2006' + # "%B %d %Y", # 'October 25 2006' + # "%B %d, %Y", # 'October 25, 2006' + # "%d %B %Y", # '25 October 2006' + # "%d %B, %Y", # '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' + "%d/%m/%y %H:%M:%S", # '25/10/06 14:30:59' + "%d/%m/%y %H:%M:%S.%f", # '25/10/06 14:30:59.000200' + "%d/%m/%y %H:%M", # '25/10/06 14:30' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0c67286de147e35e86ae6fe921ce84dc3740236 GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;7fWJze$V<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%URPQ$$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87457ada25c0882cd7bf208d0cbd910ea7797476 GIT binary patch literal 888 zcmZXSJ&)Qz5Qf+I_&&ZrbV;NLDRO}Xtdevnieh4Opu{$^jZSt7i(?Ie!x#Y}!quhA zKS-Z0za=RsE!tGqp}USMyBu(k+hXROXXl;qO8y;*gaAI@Kb3laya4h?rtc&I`4A=41$aW8EvoTMCF*v9A?3d zDiFDWl|8Hwm=8J$Mk_K_k@VHdj8JA2C;bSOn2r-Yrr5Y$d}#b1-5ZbS-Z+13d_afB zEnQQkHC4Ew@w>%*WEtjIl{c!AEU@Y_tk#8n5hFK;AffTBYzUI5)^>*YeZ{fbjwFtADY~41t?O_KF>~?ElLUU-;dDyYX zR%<#bjppmX8_Pyt2Ikvw7Oy6M+~fj>6-`mpDg#!S5;gEcO9dpx979ioK&K4l< urk@dg_F@4tZaRbYZNQ)PEI{%$9(sy%c9jJg+?jAmOuEU`x7aw1Xa56WuJYRe literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py new file mode 100644 index 00000000000..81b8324bbb9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j M Y" # '25 Oct 2006' +TIME_FORMAT = "H:i" # '14:30' +DATETIME_FORMAT = "j M Y, H:i" # '25 Oct 2006, 14:30' +YEAR_MONTH_FORMAT = "F Y" # 'October 2006' +MONTH_DAY_FORMAT = "j F" # '25 October' +SHORT_DATE_FORMAT = "d/m/Y" # '25/10/2006' +SHORT_DATETIME_FORMAT = "d/m/Y H:i" # '25/10/2006 14:30' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + "%d %b %Y", # '25 Oct 2006' + "%d %b, %Y", # '25 Oct, 2006' + "%d %B %Y", # '25 October 2006' + "%d %B, %Y", # '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' + "%d/%m/%y %H:%M:%S", # '25/10/06 14:30:59' + "%d/%m/%y %H:%M:%S.%f", # '25/10/06 14:30:59.000200' + "%d/%m/%y %H:%M", # '25/10/06 14:30' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..05260e5b049f420eec2387c91a681110388330ad GIT binary patch literal 27676 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, 2012-2013 +# Batist D 🐍 , 2013-2019 +# batisteo , 2011 +# Dinu Gherman , 2011 +# kristjan , 2011 +# Matthieu Desplantes , 2021 +# Meiyer , 2022 +# Nikolay Korotkiy , 2017-2018 +# Robin van der Vliet , 2019 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:23-0500\n" +"PO-Revision-Date: 2022-05-25 06:49+0000\n" +"Last-Translator: Meiyer , 2022\n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikansa" + +msgid "Arabic" +msgstr "Araba" + +msgid "Algerian Arabic" +msgstr "Alĝeria araba" + +msgid "Asturian" +msgstr "Asturia" + +msgid "Azerbaijani" +msgstr "Azerbajĝana" + +msgid "Bulgarian" +msgstr "Bulgara" + +msgid "Belarusian" +msgstr "Belorusa" + +msgid "Bengali" +msgstr "Bengala" + +msgid "Breton" +msgstr "Bretona" + +msgid "Bosnian" +msgstr "Bosnia" + +msgid "Catalan" +msgstr "Kataluna" + +msgid "Czech" +msgstr "Ĉeĥa" + +msgid "Welsh" +msgstr "Kimra" + +msgid "Danish" +msgstr "Dana" + +msgid "German" +msgstr "Germana" + +msgid "Lower Sorbian" +msgstr "Malsuprasaroba" + +msgid "Greek" +msgstr "Greka" + +msgid "English" +msgstr "Angla" + +msgid "Australian English" +msgstr "Angla (Aŭstralia)" + +msgid "British English" +msgstr "Angla (Brita)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Hispana" + +msgid "Argentinian Spanish" +msgstr "Hispana (Argentinio)" + +msgid "Colombian Spanish" +msgstr "Hispana (Kolombio)" + +msgid "Mexican Spanish" +msgstr "Hispana (Meksiko)" + +msgid "Nicaraguan Spanish" +msgstr "Hispana (Nikaragvo)" + +msgid "Venezuelan Spanish" +msgstr "Hispana (Venezuelo)" + +msgid "Estonian" +msgstr "Estona" + +msgid "Basque" +msgstr "Eŭska" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finna" + +msgid "French" +msgstr "Franca" + +msgid "Frisian" +msgstr "Frisa" + +msgid "Irish" +msgstr "Irlanda" + +msgid "Scottish Gaelic" +msgstr "Skota gaela" + +msgid "Galician" +msgstr "Galega" + +msgid "Hebrew" +msgstr "Hebrea" + +msgid "Hindi" +msgstr "Hinda" + +msgid "Croatian" +msgstr "Kroata" + +msgid "Upper Sorbian" +msgstr "Suprasoraba" + +msgid "Hungarian" +msgstr "Hungara" + +msgid "Armenian" +msgstr "Armena" + +msgid "Interlingua" +msgstr "Interlingvaa" + +msgid "Indonesian" +msgstr "Indoneza" + +msgid "Igbo" +msgstr "Igba" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islanda" + +msgid "Italian" +msgstr "Itala" + +msgid "Japanese" +msgstr "Japana" + +msgid "Georgian" +msgstr "Kartvela" + +msgid "Kabyle" +msgstr "Kabila" + +msgid "Kazakh" +msgstr "Kazaĥa" + +msgid "Khmer" +msgstr "Kmera" + +msgid "Kannada" +msgstr "Kanara" + +msgid "Korean" +msgstr "Korea" + +msgid "Kyrgyz" +msgstr "Kirgiza" + +msgid "Luxembourgish" +msgstr "Luksemburga" + +msgid "Lithuanian" +msgstr "Litova" + +msgid "Latvian" +msgstr "Latva" + +msgid "Macedonian" +msgstr "Makedona" + +msgid "Malayalam" +msgstr "Malajala" + +msgid "Mongolian" +msgstr "Mongola" + +msgid "Marathi" +msgstr "Marata" + +msgid "Malay" +msgstr "Malaja" + +msgid "Burmese" +msgstr "Birma" + +msgid "Norwegian Bokmål" +msgstr "Norvega (bokmål)" + +msgid "Nepali" +msgstr "Nepala" + +msgid "Dutch" +msgstr "Nederlanda" + +msgid "Norwegian Nynorsk" +msgstr "Norvega (nynorsk)" + +msgid "Ossetic" +msgstr "Oseta" + +msgid "Punjabi" +msgstr "Panĝaba" + +msgid "Polish" +msgstr "Pola" + +msgid "Portuguese" +msgstr "Portugala" + +msgid "Brazilian Portuguese" +msgstr "Portugala (Brazilo)" + +msgid "Romanian" +msgstr "Rumana" + +msgid "Russian" +msgstr "Rusa" + +msgid "Slovak" +msgstr "Slovaka" + +msgid "Slovenian" +msgstr "Slovena" + +msgid "Albanian" +msgstr "Albana" + +msgid "Serbian" +msgstr "Serba" + +msgid "Serbian Latin" +msgstr "Serba (latina)" + +msgid "Swedish" +msgstr "Sveda" + +msgid "Swahili" +msgstr "Svahila" + +msgid "Tamil" +msgstr "Tamila" + +msgid "Telugu" +msgstr "Telugua" + +msgid "Tajik" +msgstr "Taĝika" + +msgid "Thai" +msgstr "Taja" + +msgid "Turkmen" +msgstr "Turkmena" + +msgid "Turkish" +msgstr "Turka" + +msgid "Tatar" +msgstr "Tatara" + +msgid "Udmurt" +msgstr "Udmurta" + +msgid "Ukrainian" +msgstr "Ukraina" + +msgid "Urdu" +msgstr "Urdua" + +msgid "Uzbek" +msgstr "Uzbeka" + +msgid "Vietnamese" +msgstr "Vjetnama" + +msgid "Simplified Chinese" +msgstr "Ĉina (simpligite)" + +msgid "Traditional Chinese" +msgstr "Ĉina (tradicie)" + +msgid "Messages" +msgstr "Mesaĝoj" + +msgid "Site Maps" +msgstr "Retejaj mapoj" + +msgid "Static Files" +msgstr "Statikaj dosieroj" + +msgid "Syndication" +msgstr "Abonrilato" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Tia paĝnumero ne estas entjero" + +msgid "That page number is less than 1" +msgstr "La paĝnumero estas malpli ol 1" + +msgid "That page contains no results" +msgstr "Tiu paĝo ne enhavas rezultojn" + +msgid "Enter a valid value." +msgstr "Enigu ĝustan valoron." + +msgid "Enter a valid URL." +msgstr "Enigu ĝustan retadreson." + +msgid "Enter a valid integer." +msgstr "Enigu ĝustaforman entjeron." + +msgid "Enter a valid email address." +msgstr "Enigu ĝustaforman retpoŝtan adreson." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Enigu ĝustan “ĵetonvorton” konsistantan el latinaj literoj, ciferoj, " +"substrekoj, aŭ dividstrekoj." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Enigu ĝustan “ĵetonvorton” konsistantan el Unikodaj literoj, ciferoj, " +"substrekoj, aŭ dividstrekoj." + +msgid "Enter a valid IPv4 address." +msgstr "Enigu ĝustaforman IPv4-adreson." + +msgid "Enter a valid IPv6 address." +msgstr "Enigu ĝustaforman IPv6-adreson." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enigu ĝustaforman IPv4- aŭ IPv6-adreson." + +msgid "Enter only digits separated by commas." +msgstr "Enigu nur ciferojn apartigitajn per komoj." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Certigu ke ĉi tiu valoro estas %(limit_value)s (ĝi estas %(show_value)s). " + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas malpli ol aŭ egala al %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas pli ol aŭ egala al %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas oblo de paŝo-grando %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certigu, ke tiu valoro havas %(limit_value)d signon (ĝi havas " +"%(show_value)d)." +msgstr[1] "" +"Certigu ke ĉi tiu valoro enhavas almenaŭ %(limit_value)d signojn (ĝi havas " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certigu, ke tio valuto maksimume havas %(limit_value)d karakterojn (ĝi havas " +"%(show_value)d)." +msgstr[1] "" +"Certigu ke ĉi tiu valoro maksimume enhavas %(limit_value)d signojn (ĝi havas " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Enigu nombron." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Certigu ke ne estas pli ol %(max)s cifero entute." +msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj entute." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj." +msgstr[1] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto." +msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Sufikso “%(extension)s” de dosiernomo ne estas permesita. Eblaj sufiksoj " +"estas: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Nulsignoj ne estas permesitaj." + +msgid "and" +msgstr "kaj" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s kun tiuj %(field_labels)s jam ekzistas." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Limigo “%(name)s” estas malobservita." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valoro %(value)r ne estas ebla elekto." + +msgid "This field cannot be null." +msgstr "Tiu ĉi kampo ne povas esti senvalora (null)." + +msgid "This field cannot be blank." +msgstr "Tiu ĉi kampo ne povas esti malplena." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s kun tiu %(field_label)s jam ekzistas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s devas esti unika por %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Kampo de tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "La valoro “%(value)s” devas esti aŭ Vera (True) aŭ Malvera (False)." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" +"La valoro “%(value)s” devas esti Vera (True), Malvera (False), aŭ Nenia " +"(None)." + +msgid "Boolean (Either True or False)" +msgstr "Bulea (Vera aŭ Malvera)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Ĉeno (ĝis %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Perkome disigitaj entjeroj" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"La valoro “%(value)s” havas malĝustan datformaton. Ĝi devas esti en la " +"formato JJJJ-MM-TT." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"La valoro “%(value)s” havas la ĝustan formaton (JJJJ-MM-TT), sed ĝi estas " +"neekzistanta dato." + +msgid "Date (without time)" +msgstr "Dato (sen horo)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"La valoro “%(value)s” havas malĝustan formaton. Ĝi devas esti en la formato " +"JJJJ-MM-TT HH:MM[:ss[.µµµµµµ]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"La valoro “%(value)s” havas la ĝustan formaton (JJJJ-MM-TT HH:MM[:ss[." +"µµµµµµ]][TZ]), sed ĝi estas neekzistanta dato/tempo." + +msgid "Date (with time)" +msgstr "Dato (kun horo)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "La valoro “%(value)s” devas esti dekuma frakcio." + +msgid "Decimal number" +msgstr "Dekuma nombro" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"La valoro “%(value)s” havas malĝustan formaton. Ĝi devas esti en la formato " +"[TT] [[HH:]MM:]ss[.µµµµµµ]." + +msgid "Duration" +msgstr "Daŭro" + +msgid "Email address" +msgstr "Retpoŝtadreso" + +msgid "File path" +msgstr "Dosierindiko" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "La valoro “%(value)s” devas esti glitpunkta nombro." + +msgid "Floating point number" +msgstr "Glitpunkta nombro" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "La valoro “%(value)s” devas esti entjero." + +msgid "Integer" +msgstr "Entjero" + +msgid "Big (8 byte) integer" +msgstr "Granda (8–bitoka) entjero" + +msgid "Small integer" +msgstr "Malgranda entjero" + +msgid "IPv4 address" +msgstr "IPv4-adreso" + +msgid "IP address" +msgstr "IP-adreso" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" +"La valoro “%(value)s” devas esti Nenia (None), Vera (True), aŭ Malvera " +"(False)." + +msgid "Boolean (Either True, False or None)" +msgstr "Buleo (Vera, Malvera, aŭ Nenia)" + +msgid "Positive big integer" +msgstr "Pozitiva granda entjero" + +msgid "Positive integer" +msgstr "Pozitiva entjero" + +msgid "Positive small integer" +msgstr "Pozitiva malgranda entjero" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Ĵetonvorto (ĝis %(max_length)s)" + +msgid "Text" +msgstr "Teksto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"La valoro “%(value)s” havas malĝustan formaton. Ĝi devas esti en la formato " +"HH:MM[:ss[.µµµµµµ]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"La valoro “%(value)s” havas la (HH:MM[:ss[.µµµµµµ]]), sed tio estas " +"neekzistanta tempo." + +msgid "Time" +msgstr "Horo" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Kruda duuma datumo" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” ne estas ĝustaforma UUID." + +msgid "Universally unique identifier" +msgstr "Universale unika identigilo" + +msgid "File" +msgstr "Dosiero" + +msgid "Image" +msgstr "Bildo" + +msgid "A JSON object" +msgstr "JSON-objekto" + +msgid "Value must be valid JSON." +msgstr "La valoro devas esti ĝustaforma JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Ekzemplero de %(model)s kun %(field)s egala al %(value)r ne ekzistas." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremda ŝlosilo (tipo determinita per rilata kampo)" + +msgid "One-to-one relationship" +msgstr "Unu-al-unu rilato" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s rilato" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s rilatoj" + +msgid "Many-to-many relationship" +msgstr "Mult-al-multa rilato" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ĉi tiu kampo estas deviga." + +msgid "Enter a whole number." +msgstr "Enigu plenan nombron." + +msgid "Enter a valid date." +msgstr "Enigu ĝustan daton." + +msgid "Enter a valid time." +msgstr "Enigu ĝustan horon." + +msgid "Enter a valid date/time." +msgstr "Enigu ĝustan daton/tempon." + +msgid "Enter a valid duration." +msgstr "Enigu ĝustan daŭron." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "La nombro de tagoj devas esti inter {min_days} kaj {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Neniu dosiero estis alŝutita. Kontrolu la kodoprezentan tipon en la " +"formularo." + +msgid "No file was submitted." +msgstr "Neniu dosiero estis alŝutita." + +msgid "The submitted file is empty." +msgstr "La alŝutita dosiero estas malplena." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Certigu, ke tio dosiernomo maksimume havas %(max)d karakteron (ĝi havas " +"%(length)d)." +msgstr[1] "" +"Certigu ke la dosiernomo maksimume havas %(max)d signojn (ĝi havas " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Bonvolu aŭ alŝuti dosieron, aŭ elekti la vakigan markobutonon, sed ne ambaŭ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Alŝutu ĝustaforman bildon. La alŝutita dosiero ne estas bildo aŭ estas " +"difektita bildo." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Elektu ekzistantan opcion. %(value)s ne estas el la eblaj elektoj." + +msgid "Enter a list of values." +msgstr "Enigu liston de valoroj." + +msgid "Enter a complete value." +msgstr "Enigu kompletan valoron." + +msgid "Enter a valid UUID." +msgstr "Enigu ĝustaforman UUID." + +msgid "Enter a valid JSON." +msgstr "Enigu ĝustaforman JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Kaŝita kampo %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"La datumoj de la mastruma ManagementForm mankas aŭ estis malice modifitaj. " +"Mankas la kampoj: %(field_names)s. Se la problemo plu okazas, vi poveble " +"devintus raporti cimon." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Bonvolu forsendi maksimume %(num)d formularon." +msgstr[1] "Bonvolu forsendi maksimume %(num)d formularojn." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Bonvolu forsendi almenaŭ %(num)d formularon." +msgstr[1] "Bonvolu forsendi almenaŭ %(num)d formularojn." + +msgid "Order" +msgstr "Ordo" + +msgid "Delete" +msgstr "Forigi" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Bonvolu ĝustigi la duoblan datumon por %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Bonvolu ĝustigi la duoblan datumon por %(field)s, kiu devas esti unika." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Bonvolu ĝustigi la duoblan datumon por %(field_name)s, kiu devas esti unika " +"por la %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Bonvolu ĝustigi la duoblan valoron sube." + +msgid "The inline value did not match the parent instance." +msgstr "La enteksta valoro ne egalas la patran ekzempleron." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Elektu ekzistantan opcion. Ĉi tiu opcio ne estas el la eblaj elektoj." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” estas neakceptebla valoro." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Ne eblis interpreti %(datetime)s en la tempo-zono %(current_timezone)s. Ĝi " +"eble estas ambigua aŭ ne ekzistas en tiu tempo-zono." + +msgid "Clear" +msgstr "Vakigi" + +msgid "Currently" +msgstr "Nuntempe" + +msgid "Change" +msgstr "Ŝanĝi" + +msgid "Unknown" +msgstr "Nekonate" + +msgid "Yes" +msgstr "Jes" + +msgid "No" +msgstr "Ne" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "jes,ne,eble" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bitoko" +msgstr[1] "%(size)d bitokoj" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ptm" + +msgid "a.m." +msgstr "atm" + +msgid "PM" +msgstr "PTM" + +msgid "AM" +msgstr "ATM" + +msgid "midnight" +msgstr "noktomezo" + +msgid "noon" +msgstr "tagmezo" + +msgid "Monday" +msgstr "lundo" + +msgid "Tuesday" +msgstr "mardo" + +msgid "Wednesday" +msgstr "merkredo" + +msgid "Thursday" +msgstr "ĵaŭdo" + +msgid "Friday" +msgstr "vendredo" + +msgid "Saturday" +msgstr "sabato" + +msgid "Sunday" +msgstr "dimanĉo" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "ĵaŭ" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sab" + +msgid "Sun" +msgstr "dim" + +msgid "January" +msgstr "januaro" + +msgid "February" +msgstr "februaro" + +msgid "March" +msgstr "marto" + +msgid "April" +msgstr "aprilo" + +msgid "May" +msgstr "majo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "aŭgusto" + +msgid "September" +msgstr "septembro" + +msgid "October" +msgstr "oktobro" + +msgid "November" +msgstr "novembro" + +msgid "December" +msgstr "decembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aŭg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "majo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aŭg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januaro" + +msgctxt "alt. month" +msgid "February" +msgstr "Februaro" + +msgctxt "alt. month" +msgid "March" +msgstr "Marto" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "alt. month" +msgid "May" +msgstr "Majo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Aŭgusto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktobro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembro" + +msgid "This is not a valid IPv6 address." +msgstr "Tio ne estas ĝustaforma IPv6-adreso." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "aŭ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d jaro" +msgstr[1] "%(num)d jaroj" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d monato" +msgstr[1] "%(num)d monatoj" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semajno" +msgstr[1] "%(num)d semajnoj" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d tago" +msgstr[1] "%(num)d tagoj" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d horo" +msgstr[1] "%(num)d horoj" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minutoj" + +msgid "Forbidden" +msgstr "Malpermesita" + +msgid "CSRF verification failed. Request aborted." +msgstr "Kontrolo de CSRF malsukcesis. Peto ĉesigita." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vi vidas tiun ĉi mesaĝon ĉar ĉi-tiu HTTPS-retejo postulas ricevi la " +"kapinstrukcion “Referer” de via retumilo, sed neniu estis sendita. Tia " +"kapinstrukcio estas bezonata pro sekurecaj kialoj, por certigi ke via " +"retumilo ne agas laŭ nedezirataj instrukcioj de maliculoj." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Se la agordoj de via retumilo malebligas la kapinstrukciojn “Referer”, " +"bonvolu ebligi ilin por tiu ĉi retejo, aŭ por HTTPS-konektoj, aŭ por petoj " +"el sama fonto (“same-origin”)." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Se vi uzas la etikedon aŭ " +"sendas la kapinstrukcion “Referrer-Policy: no-referrer”, bonvolu forigi " +"ilin. La protekto kontraŭ CSRF postulas la ĉeeston de la kapinstrukcio " +"“Referer”, kaj strikte kontrolas la referencantan fonton. Se vi zorgas pri " +"privateco, uzu alternativojn kiajn por ligiloj al " +"eksteraj retejoj." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vi vidas tiun ĉi mesaĝon ĉar ĉi-tiu retejo postulas ke CSRF-kuketo estu " +"sendita kune kun la formularoj. Tia kuketo estas bezonata pro sekurecaj " +"kialoj, por certigi ke via retumilo ne agas laŭ nedezirataj instrukcioj de " +"maliculoj." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Se la agordoj de via retumilo malebligas kuketojn, bonvolu ebligi ilin por " +"tiu ĉi retejo aŭ por petoj el sama fonto (“same-origin”)." + +msgid "More information is available with DEBUG=True." +msgstr "Pliaj informoj estas videblaj kun DEBUG=True." + +msgid "No year specified" +msgstr "Neniu jaro indikita" + +msgid "Date out of range" +msgstr "Dato ne en la intervalo" + +msgid "No month specified" +msgstr "Neniu monato indikita" + +msgid "No day specified" +msgstr "Neniu tago indikita" + +msgid "No week specified" +msgstr "Neniu semajno indikita" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Neniuj %(verbose_name_plural)s estas disponeblaj" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Estontaj %(verbose_name_plural)s ne disponeblas ĉar %(class_name)s." +"allow_future estas Malvera." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Erarforma dato-ĉeno “%(datestr)s” se uzi la formaton “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Neniu %(verbose_name)s trovita kongrua kun la informpeto" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Paĝo ne estas “lasta”, nek eblas konverti ĝin en entjeron." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Malĝusta paĝo (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" +"La listo estas malplena dum “%(class_name)s.allow_empty” estas Malvera." + +msgid "Directory indexes are not allowed here." +msgstr "Dosierujaj indeksoj ne estas permesitaj ĉi tie." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” ne ekzistas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indekso de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "La instalado sukcesis! Gratulojn!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Vidu eldonajn notojn por Dĵango %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Vi vidas ĉi tiun paĝon ĉar DEBUG = " +"True estas en via agorda dosiero kaj vi ne agordis ajnan URL." + +msgid "Django Documentation" +msgstr "Dĵanga dokumentaro" + +msgid "Topics, references, & how-to’s" +msgstr "Temoj, referencoj, kaj instruiloj" + +msgid "Tutorial: A Polling App" +msgstr "Instruilo: apo pri enketoj" + +msgid "Get started with Django" +msgstr "Komencu kun Dĵango" + +msgid "Django Community" +msgstr "Dĵanga komunumo" + +msgid "Connect, get help, or contribute" +msgstr "Konektiĝu, ricevu helpon aŭ kontribuu" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7947b8d386501529a14b4414b947c7e901b95e5a GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;7fpL6_j%vW;(qp!ibu;H}p>1+)+_tz1r@Qg$e%E~*h3!4AeNOUzimuGPy1N-Rxd~mc1?(n+ z!*||LWYAK|rFmW8ZGp!`jaN$Nc$*8DUgqsGQE46vCWkGKKjChFd`N_zangjAYxfOU)T~s_tf4$ z|3m)%eiJ80qm-F4lBmf>MN#XbHf6M0eHE~NCJb`AEUHFbX=v4DL3SQVqP`@#W>rx& zBiyz4fFkWGHMQwGbwjBb$Flrxnh(lqjiZ*f=+~U)gPJJYUX2#zIZ1w7tBdcArhFu- zqNb>%ysEUCVnYfsw$Z8|$f|LuDy^eh&|ER+b*=BKyqGl<;a@UNP*&m_0IDND0+n=(YG|S9h-psY!@V0Z;hEH;z4{%CwB?oo)tiG$FC`p%Dk7~`oa#1 GPw2bI3X;mch58^A+J-|g@Y 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 J<#IXi{{v>Ww4ML} literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6d9fd6a47c4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,1414 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 8cb2d5a716c3c9a99b6d20472609a4d5_6d03802 , 2011 +# Abe Estrada, 2013 +# Abe Estrada, 2013 +# albertoalcolea , 2014 +# albertoalcolea , 2014 +# Amanda Copete, 2017 +# Amanda Copete, 2017 +# Antoni Aloy , 2011-2014,2017,2019 +# Claude Paroz , 2020 +# Diego Andres Sanabria Martin , 2012 +# Diego Schulz , 2012 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2014,2020 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2015-2016 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2014 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2020 +# Ernesto Rico Schmidt , 2017 +# Ernesto Rico Schmidt , 2017 +# 8cb2d5a716c3c9a99b6d20472609a4d5_6d03802 , 2011 +# Gustavo Adolfo Huarcaya Delgado , 2025 +# Ignacio José Lizarán Rus , 2019 +# Igor Támara , 2015 +# Jannis Leidel , 2011 +# Jorge Andres Bravo Meza, 2024 +# José Luis , 2016 +# José Luis , 2016 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011,2013 +# Luigy, 2019 +# Luigy, 2019 +# Marc Garcia , 2011 +# Mariusz Felisiak , 2021 +# mpachas , 2022 +# monobotsoft , 2012 +# Natalia, 2024 +# ntrrgc , 2013 +# ntrrgc , 2013 +# Pablo, 2015 +# Pablo, 2015 +# Sebastián Magrí, 2013 +# Sebastián Magrí, 2013 +# Uriel Medina , 2020-2021,2023 +# Veronicabh , 2015 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Gustavo Adolfo Huarcaya Delgado , 2025\n" +"Language-Team: Spanish (http://app.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " +"1 : 2;\n" + +msgid "Afrikaans" +msgstr "Africano" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "Árabe argelino" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaiyán" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurdo central (Sorani)" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "Bajo sorbio" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés australiano" + +msgid "British English" +msgstr "Inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "Español de Colombia" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español de Venezuela" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocés" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Alto sorbio" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "Armenio" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "Cabilio" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "Kirguís" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Malay" +msgstr "Malayo" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "Bokmål noruego" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Panyabí" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Serbio latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tayiko" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkmen" +msgstr "Turcomanos" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uigur" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbeko" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Este número de página no es un entero" + +msgid "That page number is less than 1" +msgstr "Este número de página es menor que 1" + +msgid "That page contains no results" +msgstr "Esa página no contiene resultados" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid domain name." +msgstr "Ingrese un nombre de dominio válido." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Introduzca un número entero válido." + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de correo electrónico válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un 'slug' válido, consistente en letras, números, guiones bajos o " +"medios." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduzca un 'slug' válido, consistente en letras, números, guiones bajos o " +"medios de Unicode." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Ingrese una dirección de %(protocol)s válida." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 o IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor es %(limit_value)s (actualmente es " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es mayor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Asegúrese de que este valor es múltiplo de %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Asegúrese de que este valor sea un múltiplo del tamaño del " +"paso%(limit_value)s, comenzando en%(offset)s, p.ej. %(offset)s, " +"%(valid_value1)s, %(valid_value2)s, etcétera." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d caracter (tiene " +"%(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d carácter(es) " +"(tiene%(show_value)d)." +msgstr[2] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d carácter(es) " +"(tiene%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracter (tiene " +"%(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracteres (tiene " +"%(show_value)d)." +msgstr[2] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracteres (tiene " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Introduzca un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hay más de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos en total." +msgstr[2] "Asegúrese de que no haya más de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no haya más de %(max)s dígito decimal." +msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos decimales." +msgstr[2] "Asegúrese de que no haya más de %(max)s dígitos decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no haya más de %(max)s dígito antes del punto decimal" +msgstr[1] "" +"Asegúrese de que no haya más de %(max)s dígitos antes del punto decimal." +msgstr[2] "" +"Asegúrese de que no haya más de %(max)s dígitos antes del punto decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"La extensión de archivo “%(extension)s” no esta permitida. Las extensiones " +"permitidas son: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Los caracteres nulos no están permitidos." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con este %(field_labels)s ya existe." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "No se cumple la restricción \"%(name)s\"." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar vacío." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe %(model_name)s con este %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s”: el valor debe ser Verdadero o Falso." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s”: el valor debe ser Verdadero, Falso o Nulo." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Cadena (ilimitado)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por coma" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” : el valor tiene un formato de fecha inválido. Debería estar en " +"el formato YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” : el valor tiene el formato correcto (YYYY-MM-DD) pero es una " +"fecha inválida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s”: el valor tiene un formato inválido. Debería estar en el formato " +"YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s”: el valor tiene el formato correcto (YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) pero es una fecha inválida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s”: el valor debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s”: el valor tiene un formato inválido. Debería estar en el formato " +"[DD] [[HH:]MM:]ss[.uuuuuu]" + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Correo electrónico" + +msgid "File path" +msgstr "Ruta de fichero" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s”: el valor debería ser un número de coma flotante." + +msgid "Floating point number" +msgstr "Número en coma flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s”: el valor debería ser un numero entero" + +msgid "Integer" +msgstr "Entero" + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +msgid "Small integer" +msgstr "Entero corto" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s”: el valor debería ser None, Verdadero o Falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive big integer" +msgstr "Entero grande positivo" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo corto" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s”: el valor tiene un formato inválido. Debería estar en el formato " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” : el valor tiene el formato correcto (HH:MM[:ss[.uuuuuu]]) pero " +"es un tiempo inválido." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios en bruto" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” no es un UUID válido." + +msgid "Universally unique identifier" +msgstr "Identificador universal único" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +msgid "A JSON object" +msgstr "Un objeto JSON" + +msgid "Value must be valid JSON." +msgstr "El valor debe ser un objeto JSON válido." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"La instancia de %(model)s con %(field)s %(value)r no es una opción válida." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relación %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relaciones %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduzca una duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "El número de días debe estar entre {min_days} y {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se ha enviado ningún fichero. Compruebe el tipo de codificación en el " +"formulario." + +msgid "No file was submitted." +msgstr "No se ha enviado ningún fichero" + +msgid "The submitted file is empty." +msgstr "El fichero enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d " +"carácter(es) (tiene %(length)d)." +msgstr[2] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d " +"carácter(es) (tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor envíe un fichero o marque la casilla de limpiar, pero no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "Introduzca un valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduzca un UUID válido." + +msgid "Enter a valid JSON." +msgstr "Ingresa un JSON válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) *%(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Los datos de ManagementForm faltan o han sido alterados. Campos que faltan: " +"%(field_names)s. Es posible que deba presentar un informe de error si el " +"problema persiste." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Por favor, envíe %(num)d formulario como máximo." +msgstr[1] "Por favor, envíe %(num)d formularios como máximo." +msgstr[2] "Por favor, envíe %(num)d formularios como máximo." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Por favor, envíe %(num)d formulario como mínimo." +msgstr[1] "Por favor, envíe %(num)d formularios como mínimo." +msgstr[2] "Por favor, envíe %(num)d formularios como mínimo." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija el dato duplicado para %(field)s, ya que debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija los datos duplicados para %(field_name)s ya que debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline value did not match the parent instance." +msgstr "El valor en línea no coincide con la instancia padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Escoja una opción válida. Esa opción no está entre las disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” no es un valor válido." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s no pudo ser interpretado en la zona horaria " +"%(current_timezone)s; podría ser ambiguo o no existir." + +msgid "Clear" +msgstr "Limpiar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sí,no,quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" +msgstr[2] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "lunes" + +msgid "Tuesday" +msgstr "martes" + +msgid "Wednesday" +msgstr "miércoles" + +msgid "Thursday" +msgstr "jueves" + +msgid "Friday" +msgstr "viernes" + +msgid "Saturday" +msgstr "sábado" + +msgid "Sunday" +msgstr "domingo" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mié" + +msgid "Thu" +msgstr "jue" + +msgid "Fri" +msgstr "vie" + +msgid "Sat" +msgstr "sáb" + +msgid "Sun" +msgstr "dom" + +msgid "January" +msgstr "enero" + +msgid "February" +msgstr "febrero" + +msgid "March" +msgstr "marzo" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "mayo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "agosto" + +msgid "September" +msgstr "septiembre" + +msgid "October" +msgstr "octubre" + +msgid "November" +msgstr "noviembre" + +msgid "December" +msgstr "diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dic." + +msgctxt "alt. month" +msgid "January" +msgstr "enero" + +msgctxt "alt. month" +msgid "February" +msgstr "febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "abril" + +msgctxt "alt. month" +msgid "May" +msgstr "mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "junio" + +msgctxt "alt. month" +msgid "July" +msgstr "julio" + +msgctxt "alt. month" +msgid "August" +msgstr "agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "No es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d año" +msgstr[1] "%(num)d años" +msgstr[2] "%(num)d años" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mes" +msgstr[1] "%(num)d meses" +msgstr[2] "%(num)d meses" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semana" +msgstr[1] "%(num)d semanas" +msgstr[2] "%(num)d semanas" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d día" +msgstr[1] "%(num)d días" +msgstr[2] "%(num)d días" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d horas" +msgstr[2] "%(num)d horas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minutos" +msgstr[2] "%(num)d minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "La verificación CSRF ha fallado. Solicitud abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porque este sitio HTTPS requiere que tu navegador " +"web envíe un \"encabezado de referencia\", pero no se envió ninguno. Este " +"encabezado es necesario por razones de seguridad, para garantizar que su " +"navegador no sea secuestrado por terceros." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Si ha configurado su navegador para deshabilitar los encabezados " +"\"Referer\", vuelva a habilitarlos, al menos para este sitio, o para " +"conexiones HTTPS, o para solicitudes del \"mismo origen\"." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si esta utilizando la etiqueta o incluyendo el encabezado \"Referrer-Policy: no-referrer\", " +"elimínelos. La protección CSRF requiere que el encabezado \"Referer\" " +"realice una comprobación estricta del referente. Si le preocupa la " +"privacidad, utilice alternativas como para los " +"enlaces a sitios de terceros." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Si ha configurado su navegador para deshabilitar las cookies, vuelva a " +"habilitarlas, al menos para este sitio o para solicitudes del \"mismo " +"origen\"." + +msgid "More information is available with DEBUG=True." +msgstr "Más información disponible si se establece DEBUG=True." + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "Date out of range" +msgstr "Fecha fuera de rango" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Cadena de fecha no valida “%(datestr)s” dado el formato “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "La página no es la \"última\", ni se puede convertir a un entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Lista vacía y “%(class_name)s.allow_empty” es Falso" + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "¡La instalación funcionó con éxito! ¡Felicitaciones!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Ve la notas de la versión de Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Estás viendo esta página porque DEBUG=True está en su archivo de configuración y no ha " +"configurado ninguna URL." + +msgid "Django Documentation" +msgstr "Documentación de Django" + +msgid "Topics, references, & how-to’s" +msgstr "Temas, referencias, & como hacer" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Una aplicación de encuesta" + +msgid "Get started with Django" +msgstr "Comienza con Django" + +msgid "Django Community" +msgstr "Comunidad Django" + +msgid "Connect, get help, or contribute" +msgstr "Conéctate, obtén ayuda o contribuye" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a0a80450ec86a00ceebe545cec67726c4a8e437 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^?{=C@tJv literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fa3604ecc4554c6c58858c4a7b512915ca6cea7 GIT binary patch literal 835 zcmZXSO^?z*7{{j+mI4dqJsXW$V|pM_CayPPjMbKfD3r7%hOtRgnS$&BC4d-uT5o;> zug05S!>bqKsp0BrZ^VrkPEJ{1!JWfA&-0uA|CyJ}&uBCZ$oTv=-}yxY@Y^dk!?#W@ zpOfSZzyJYEAqxAD57UUoe&oji6u<}Q00&VJGdR@tA*Ky*_#1^nID*3X5Jhkl9Zq98 z)?rUM9qSfXyb2A6E)_b?o&PAOo1EU&O?||9%gk2IY=lk#!yarnp;hoy7Zf?6!|)jL zJ;*n<*)(_HBsP@eO9j4C;8iDm1LgUa6Wga-pk6%uNUM+K{Xeh zM?^uBjH0Ym1Z^JC%9U-wdMmpi(U1hisK`~Vv@yi5Dp6=`NJ1^iie~I~&0M3scEz%y zddh|&7mYWP^lF}5*~-;gU0e54=h^Ks_IW~-UY0AuYeSW4f+A?LGEZtHxvmOTafh+h zdgXp%bi literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/formats.py new file mode 100644 index 00000000000..f2716bb0f17 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"j \d\e F \d\e Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"j \d\e F \d\e Y \a \l\a\s H:i" +YEAR_MONTH_FORMAT = r"F \d\e Y" +MONTH_DAY_FORMAT = r"j \d\e F" +SHORT_DATE_FORMAT = "d/m/Y" +SHORT_DATETIME_FORMAT = "d/m/Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '31/12/2009' + "%d/%m/%y", # '31/12/09' +] +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", +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c4130b77d791971da9b200cd233d6bd85a1a0ebf GIT binary patch literal 29693 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, 2011 +# lardissone , 2014 +# Natalia, 2023 +# poli , 2014 +# Ramiro Morales, 2013-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Ramiro Morales, 2013-2025\n" +"Language-Team: Spanish (Argentina) (http://app.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikáans" + +msgid "Arabic" +msgstr "árabe" + +msgid "Algerian Arabic" +msgstr "Árabe de Argelia" + +msgid "Asturian" +msgstr "asturiano" + +msgid "Azerbaijani" +msgstr "azerbaiyán" + +msgid "Bulgarian" +msgstr "búlgaro" + +msgid "Belarusian" +msgstr "bielorruso" + +msgid "Bengali" +msgstr "bengalí" + +msgid "Breton" +msgstr "bretón" + +msgid "Bosnian" +msgstr "bosnio" + +msgid "Catalan" +msgstr "catalán" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurdo central (Sorani)" + +msgid "Czech" +msgstr "checo" + +msgid "Welsh" +msgstr "galés" + +msgid "Danish" +msgstr "danés" + +msgid "German" +msgstr "alemán" + +msgid "Lower Sorbian" +msgstr "bajo sorabo" + +msgid "Greek" +msgstr "griego" + +msgid "English" +msgstr "inglés" + +msgid "Australian English" +msgstr "inglés australiano" + +msgid "British English" +msgstr "inglés británico" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "español" + +msgid "Argentinian Spanish" +msgstr "español (Argentina)" + +msgid "Colombian Spanish" +msgstr "español (Colombia)" + +msgid "Mexican Spanish" +msgstr "español (México)" + +msgid "Nicaraguan Spanish" +msgstr "español (Nicaragua)" + +msgid "Venezuelan Spanish" +msgstr "español (Venezuela)" + +msgid "Estonian" +msgstr "estonio" + +msgid "Basque" +msgstr "vasco" + +msgid "Persian" +msgstr "persa" + +msgid "Finnish" +msgstr "finlandés" + +msgid "French" +msgstr "francés" + +msgid "Frisian" +msgstr "frisón" + +msgid "Irish" +msgstr "irlandés" + +msgid "Scottish Gaelic" +msgstr "gaélico escocés" + +msgid "Galician" +msgstr "gallego" + +msgid "Hebrew" +msgstr "hebreo" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croata" + +msgid "Upper Sorbian" +msgstr "alto sorabo" + +msgid "Hungarian" +msgstr "húngaro" + +msgid "Armenian" +msgstr "armenio" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "indonesio" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandés" + +msgid "Italian" +msgstr "italiano" + +msgid "Japanese" +msgstr "japonés" + +msgid "Georgian" +msgstr "georgiano" + +msgid "Kabyle" +msgstr "cabilio" + +msgid "Kazakh" +msgstr "kazajo" + +msgid "Khmer" +msgstr "jémer" + +msgid "Kannada" +msgstr "canarés" + +msgid "Korean" +msgstr "coreano" + +msgid "Kyrgyz" +msgstr "kirguís" + +msgid "Luxembourgish" +msgstr "luxemburgués" + +msgid "Lithuanian" +msgstr "lituano" + +msgid "Latvian" +msgstr "letón" + +msgid "Macedonian" +msgstr "macedonio" + +msgid "Malayalam" +msgstr "malabar" + +msgid "Mongolian" +msgstr "mongol" + +msgid "Marathi" +msgstr "maratí" + +msgid "Malay" +msgstr "malayo" + +msgid "Burmese" +msgstr "burmés" + +msgid "Norwegian Bokmål" +msgstr "bokmål noruego" + +msgid "Nepali" +msgstr "nepalés" + +msgid "Dutch" +msgstr "holandés" + +msgid "Norwegian Nynorsk" +msgstr "nynorsk" + +msgid "Ossetic" +msgstr "osetio" + +msgid "Punjabi" +msgstr "panyabí" + +msgid "Polish" +msgstr "polaco" + +msgid "Portuguese" +msgstr "portugués" + +msgid "Brazilian Portuguese" +msgstr "portugués de Brasil" + +msgid "Romanian" +msgstr "rumano" + +msgid "Russian" +msgstr "ruso" + +msgid "Slovak" +msgstr "eslovaco" + +msgid "Slovenian" +msgstr "esloveno" + +msgid "Albanian" +msgstr "albanés" + +msgid "Serbian" +msgstr "serbio" + +msgid "Serbian Latin" +msgstr "latín de Serbia" + +msgid "Swedish" +msgstr "sueco" + +msgid "Swahili" +msgstr "suajili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "tayiko" + +msgid "Thai" +msgstr "tailandés" + +msgid "Turkmen" +msgstr "turcomano" + +msgid "Turkish" +msgstr "turco" + +msgid "Tatar" +msgstr "tártaro" + +msgid "Udmurt" +msgstr "udmurto" + +msgid "Uyghur" +msgstr "Uigur" + +msgid "Ukrainian" +msgstr "ucraniano" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "uzbeko" + +msgid "Vietnamese" +msgstr "vietnamita" + +msgid "Simplified Chinese" +msgstr "chino simplificado" + +msgid "Traditional Chinese" +msgstr "chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas de sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "El número de página no es un entero" + +msgid "That page number is less than 1" +msgstr "El número de página es menor a 1" + +msgid "That page contains no results" +msgstr "Esa página no contiene resultados" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid domain name." +msgstr "Introduzca un nombre de dominio válido." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Introduzca un valor numérico entero válido." + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de email válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "Introduzca un “slug” válido compuesto por letras, números o guiones." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduzca un “slug” compuesto por letras Unicode, números, guiones bajos o " +"guiones." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Introduzca una dirección de %(protocol)s válida." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 o IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor sea %(limit_value)s (actualmente es " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea mayor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Asegúrese de que este valor sea múltiplo de %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Confirme que este valor sea un múltiplo del tamaño del paso %(limit_value)s, " +"empezando por %(offset)s, por ejemplo %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, y así sucesivamente." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." +msgstr[2] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." +msgstr[2] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +msgid "Enter a number." +msgstr "Introduzca un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no exista en total mas de %(max)s dígito." +msgstr[1] "Asegúrese de que no existan en total mas de %(max)s dígitos." +msgstr[2] "Asegúrese de que no existan en total mas de %(max)s dígitos." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no exista mas de %(max)s lugar decimal." +msgstr[1] "Asegúrese de que no existan mas de %(max)s lugares decimales." +msgstr[2] "Asegúrese de que no existan mas de %(max)s lugares decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no exista mas de %(max)s dígito antes del punto decimal." +msgstr[1] "" +"Asegúrese de que no existan mas de %(max)s dígitos antes del punto decimal." +msgstr[2] "" +"Asegúrese de que no existan mas de %(max)s dígitos antes del punto decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"La extensión de archivo “%(extension)s” no está permitida. Las extensiones " +"aceptadas son: “%(allowed_extensions)s”." + +msgid "Null characters are not allowed." +msgstr "No se admiten caracteres nulos." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "No se cumple la restricción “%(name)s”." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "El valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único/a para un %(lookup_type)s " +"%(date_field_label)s determinado." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "El valor de “%(value)s” debe ser Verdadero o Falso." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "El valor de “%(value)s” debe ser Verdadero, Falso o None." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Cadena (ilimitado)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor de “%(value)s” tiene un formato de fecha inválido. Debe usar el " +"formato AAAA-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor de “%(value)s” tiene un formato de fecha correcto (AAAA-MM-DD) pero " +"representa una fecha inválida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor de “%(value)s” tiene un formato inválido. Debe usar el formato AAAA-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor de “%(value)s” tiene un formato correcto (AAAA-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) pero representa una fecha/hora inválida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "El valor de “%(value)s” debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"El valor de “%(value)s” tiene un formato inválido. Debe usar el formato [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "El valor de “%(value)s” debe ser un número de coma flotante." + +msgid "Floating point number" +msgstr "Número de coma flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "El valor de “%(value)s” debe ser un número entero." + +msgid "Integer" +msgstr "Entero" + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "El valor de “%(value)s” debe ser None, Verdadero o Falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive big integer" +msgstr "Entero grande positivo" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero pequeño positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (de hasta %(max_length)s caracteres)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor de “%(value)s” tiene un formato inválido. Debe usar el formato HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor de “%(value)s” tiene un formato correcto (HH:MM[:ss[.uuuuuu]]) pero " +"representa una hora inválida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios crudos" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” no es un UUID válido." + +msgid "Universally unique identifier" +msgstr "Identificador universalmente único" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +msgid "A JSON object" +msgstr "Un objeto JSON" + +msgid "Value must be valid JSON." +msgstr "El valor debe ser JSON válido." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"La instancia de %(model)s con %(field)s %(value)r no es una opción válida." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (el tipo está determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relación %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relaciones %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca un valor de hora válido." + +msgid "Enter a valid date/time." +msgstr "Introduzca un valor de fecha/hora válido." + +msgid "Enter a valid duration." +msgstr "Introduzca una duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "La cantidad de días debe tener valores entre {min_days} y {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se envió un archivo. Verifique el tipo de codificación en el formulario." + +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +msgid "The submitted file is empty." +msgstr "El archivo enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d carácter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." +msgstr[2] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor envíe un archivo o active el checkbox, pero no ambas cosas." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Seleccione una imagen válida. El archivo que ha seleccionado no es una " +"imagen o es un archivo de imagen corrupto." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Seleccione una opción válida. %(value)s no es una de las opciones " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "Introduzca un valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduzca un UUID válido." + +msgid "Enter a valid JSON." +msgstr "Introduzca JSON válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Los datos de ManagementForm faltan o han sido alterados. Campos faltantes: " +"%(field_names)s. Si el problema persiste es posible que deba reportarlo como " +"un error." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Por favor envíe un máximo de %(num)d formulario." +msgstr[1] "Por favor envíe un máximo de %(num)d formularios." +msgstr[2] "Por favor envíe un máximo de %(num)d formularios." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Por favor envíe %(num)d o mas formularios." +msgstr[1] "Por favor envíe %(num)d o mas formularios." +msgstr[2] "Por favor envíe %(num)d o mas formularios." + +msgid "Order" +msgstr "Ordenar" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija la información duplicada en %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija la información duplicada en %(field)s, que debe ser única." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija la información duplicada en %(field_name)s que debe ser " +"única para el %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados detallados mas abajo." + +msgid "The inline value did not match the parent instance." +msgstr "El valor inline no coincide con el de la instancia padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Seleccione una opción válida. La opción seleccionada no es una de las " +"disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” no es un valor válido." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s no puede ser interpretado en la zona horaria " +"%(current_timezone)s; ya que podría ser ambiguo o podría no existir." + +msgid "Clear" +msgstr "Eliminar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "si,no,talvez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" +msgstr[2] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "lunes" + +msgid "Tuesday" +msgstr "martes" + +msgid "Wednesday" +msgstr "miércoles" + +msgid "Thursday" +msgstr "jueves" + +msgid "Friday" +msgstr "viernes" + +msgid "Saturday" +msgstr "sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "enero" + +msgid "February" +msgstr "febrero" + +msgid "March" +msgstr "marzo" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "mayo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "agosto" + +msgid "September" +msgstr "setiembre" + +msgid "October" +msgstr "octubre" + +msgid "November" +msgstr "noviembre" + +msgid "December" +msgstr "diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Enero" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "enero" + +msgctxt "alt. month" +msgid "February" +msgstr "febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "abril" + +msgctxt "alt. month" +msgid "May" +msgstr "mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "junio" + +msgctxt "alt. month" +msgid "July" +msgstr "julio" + +msgctxt "alt. month" +msgid "August" +msgstr "agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "setiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d año" +msgstr[1] "%(num)d años" +msgstr[2] "%(num)d años" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mes" +msgstr[1] "%(num)d meses" +msgstr[2] "%(num)d meses" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semana" +msgstr[1] "%(num)d semanas" +msgstr[2] "%(num)d semanas" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d día" +msgstr[1] "%(num)d días" +msgstr[2] "%(num)d días" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d horas" +msgstr[2] "%(num)d horas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minutos" +msgstr[2] "%(num)d minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Petición abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Ud. está viendo este mensaje porque este sitio HTTPS tiene como " +"requerimiento que su navegador web envíe un encabezado “Referer” pero el " +"mismo no ha enviado uno. El hecho de que este encabezado sea obligatorio es " +"una medida de seguridad para comprobar que su navegador no está siendo " +"controlado por terceros." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Si ha configurado su browser para deshabilitar las cabeceras “Referer”, por " +"favor activelas al menos para este sitio, o para conexiones HTTPS o para " +"peticiones generadas desde el mismo origen." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si está usando la etiqueta " +"o está incluyendo el encabezado “Referrer-Policy: no-referrer” por favor " +"quitelos. La protección CSRF necesita el encabezado “Referer” para realizar " +"una comprobación estricta de los referers. Si le preocupa la privacidad " +"tiene alternativas tales como usar en los enlaces a " +"sitios de terceros." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ud. está viendo este mensaje porque este sitio tiene como requerimiento el " +"uso de una 'cookie' CSRF cuando se envíen formularios. El hecho de que esta " +"'cookie' sea obligatoria es una medida de seguridad para comprobar que su " +"browser no está siendo controlado por terceros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Si ha configurado su browser para deshabilitar “cookies”, por favor " +"activelas al menos para este sitio o para peticiones generadas desde el " +"mismo origen." + +msgid "More information is available with DEBUG=True." +msgstr "Hay mas información disponible. Para ver la misma use DEBUG=True." + +msgid "No year specified" +msgstr "No se ha especificado el valor año" + +msgid "Date out of range" +msgstr "Fecha fuera de rango" + +msgid "No month specified" +msgstr "No se ha especificado el valor mes" + +msgid "No day specified" +msgstr "No se ha especificado el valor día" + +msgid "No week specified" +msgstr "No se ha especificado el valor semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No hay %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"No hay %(verbose_name_plural)s futuros disponibles porque %(class_name)s." +"allow_future tiene el valor False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Cadena de fecha inválida “%(datestr)s”, formato “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se han encontrado %(verbose_name)s que coincidan con la consulta " + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Página debe tener el valor “last” o un valor número entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Lista vacía y “%(class_name)s.allow_empty” tiene el valor False." + +msgid "Directory indexes are not allowed here." +msgstr "" +"No está habilitada la generación de listados de directorios en esta " +"ubicación." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Listado de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "La instalación ha sido exitosa. ¡Felicitaciones!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Ver las release notes de Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Está viendo esta página porque el archivo de configuración contiene DEBUG=True y no ha configurado " +"ninguna URL." + +msgid "Django Documentation" +msgstr "Documentación de Django" + +msgid "Topics, references, & how-to’s" +msgstr "Tópicos, referencia & how-to’s" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Una app de encuesta" + +msgid "Get started with Django" +msgstr "Comience a aprender Django" + +msgid "Django Community" +msgstr "Comunidad Django" + +msgid "Connect, get help, or contribute" +msgstr "Conéctese, consiga ayuda o contribuya" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc9731ff9bb1d1af9257123b9dd2ed2b57932011 GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;3)E9fS1a<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UR?Igf literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d636ee212a681302a134829deeadbb3e5a843e85 GIT binary patch literal 799 zcmZXRL66cv7>1`5mI4cfF5qTkHa*w_i84`d#2BkB3(>Zulo-ZM8e|H>0wokN?PcuZ` z8~lw`AAYeXSI)TAwj3z+TcfTmSwkC2)(lQ3E?yHjvqm#G=zWA^clya5Jug0e2A$s2 zdO~tntuBdfjBR_=fdjkU8d%VBOi_m&dopZIo#NPCF)xNT{yeZ=PV(eviad@<%95ri zY8eOYgX@H!%96sJU$cJpYz{L1$@v_l{p`a)pFWy{oS)4RP3#fY52uz9Iv<(??k^KP XBYS?C2D#I~8&uBcPQJ2}EIH#JHC5j& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py new file mode 100644 index 00000000000..601b45843f3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"j N Y" +TIME_FORMAT = r"H:i" +DATETIME_FORMAT = r"j N Y H:i" +YEAR_MONTH_FORMAT = r"F Y" +MONTH_DAY_FORMAT = r"j \d\e F" +SHORT_DATE_FORMAT = r"d/m/Y" +SHORT_DATETIME_FORMAT = r"d/m/Y H:i" +FIRST_DAY_OF_WEEK = 0 # 0: Sunday, 1: Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '31/12/2009' + "%d/%m/%y", # '31/12/09' +] +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", +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..678fdc715bd2c8520453f41bbc4e7a5328af9e8d GIT binary patch literal 18079 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po new file mode 100644 index 00000000000..9f839fea549 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po @@ -0,0 +1,1258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Carlos Muñoz , 2015 +# Claude Paroz , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-14 21:42+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerí" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés Australiano" + +msgid "British English" +msgstr "Inglés Británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español venezolano" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreano" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Panyabí" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués brasileño" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Serbio latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Ingrese un valor válido." + +msgid "Enter a valid URL." +msgstr "Ingrese una URL válida." + +msgid "Enter a valid integer." +msgstr "Ingrese un entero válido." + +msgid "Enter a valid email address." +msgstr "Ingrese una dirección de correo electrónico válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Ingrese una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Ingrese una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ingrese una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Ingrese solo números separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrese de que este valor es %(limit_value)s (es %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +msgid "Enter a number." +msgstr "Ingrese un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hayan mas de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no hayan mas de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no hayan más de %(max)s decimal." +msgstr[1] "Asegúrese de que no hayan más de %(max)s decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no hayan más de %(max)s dígito antes del punto decimal." +msgstr[1] "" +"Asegúrese de que no hayan más de %(max)s dígitos antes del punto decimal" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Tipo de campo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Número de punto flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Entero" + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo pequeño" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos de binarios brutos" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instancia del %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Llave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Ingrese un número entero." + +msgid "Enter a valid date." +msgstr "Ingrese una fecha válida." + +msgid "Enter a valid time." +msgstr "Ingrese una hora válida." + +msgid "Enter a valid date/time." +msgstr "Ingrese una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "Ingrese una duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se ha enviado ningún fichero. Compruebe el tipo de codificación en el " +"formulario." + +msgid "No file was submitted." +msgstr "No se ha enviado ningún fichero." + +msgid "The submitted file is empty." +msgstr "El fichero enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d carácter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor envíe un fichero o marque la casilla de limpiar, pero no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Ingrese una lista de valores." + +msgid "Enter a complete value." +msgstr "Ingrese un valor completo." + +msgid "Enter a valid UUID." +msgstr "Ingrese un UUID válido." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) *%(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Los datos de ManagementForm faltan o han sido manipulados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, envíe %d o menos formularios." +msgstr[1] "Por favor, envíe %d o menos formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor, envíe %d o mas formularios." +msgstr[1] "Por favor, envíe %d o mas formularios." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija el dato duplicado para %(field)s, este debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija los datos duplicados para %(field_name)s este debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Escoja una opción válida. Esa opción no está entre las disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Limpiar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Cambiar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sí,no,quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Solicitud abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Se puede ver más información si se establece DEBUG=True." + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fab051de9d9df07b58b259248c7fc95a58620d5 GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;3)Eo&ELW<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UR-ZQ` literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54ad3fc10157b7e8d2e2f5a4534b8c527574f8e1 GIT binary patch literal 836 zcmZWnO^?!06n*8hz(D!VM5AI%7bMDy3^3r_#Xa|)d(M5gN&iHnVL;;h$3pkF2Y|nBvklU(XcFoh`WK_2WyUhG3Y>_>haKmi;?!4AOmPYTflLj*%OjKVmABKQa$O{4jk!}M}0 zR*hWg78J)@E_R(q|FJn$S?SM8iTrgv(3D|GxAnow~{Y6|TJGxLQ8C zi13^&XeCjqa`GY~SE{>)aVPskLJ>GgtBN(byfwscJDyXvOrlX1C0X0wnz^G6)|Dz! z!&NGpSkle~;r$}HwpD8Nro7qLSY&r+9P$ZXIIUE<4_ZU0a}pWYLC4|^(}KJ)f#cB>uNgQo1{2ut zeuBg4__H;5Rd{&KijklimLSR0Zo& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/formats.py new file mode 100644 index 00000000000..056d0adaf78 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_CO/formats.py @@ -0,0 +1,26 @@ +# This file is distributed under the same license as the Django package. +# +DATE_FORMAT = r"j \d\e F \d\e Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"j \d\e F \d\e Y \a \l\a\s H:i" +YEAR_MONTH_FORMAT = r"F \d\e Y" +MONTH_DAY_FORMAT = r"j \d\e F" +SHORT_DATE_FORMAT = "d/m/Y" +SHORT_DATETIME_FORMAT = "d/m/Y H:i" +FIRST_DAY_OF_WEEK = 1 +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + "%Y%m%d", # '20061025' +] +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", +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..42f269181b678e521380dec5233b33f87a1d75ff GIT binary patch literal 18501 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 gSy#5#;&u%e(^SrYDYtj~OV{=Uv$kvJMALfz4K8, 2020 +# Gustavo López Hernández, 2022 +# Jesús Bautista , 2019-2020 +# Sergio Benitez , 2021 +# zodman , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:23-0500\n" +"PO-Revision-Date: 2022-07-25 06:49+0000\n" +"Last-Translator: Gustavo López Hernández\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "Árabe argelino" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "Bajo sorbio" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés australiano" + +msgid "British English" +msgstr "Inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "Español Colombiano" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de nicaragua" + +msgid "Venezuelan Spanish" +msgstr "español de Venezuela" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico escocés" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Alto sorbio" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "Armenio" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "Cabilio" + +msgid "Kazakh" +msgstr "Kazajstán" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "luxemburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "burmés" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Noruego Nynorsk" + +msgid "Ossetic" +msgstr "osetio" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Latin Serbio" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "udmurto" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos Estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "Ese número de página no es un número entero" + +msgid "That page number is less than 1" +msgstr "Ese número de página es menor que 1" + +msgid "That page contains no results" +msgstr "Esa página no contiene resultados" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid URL." +msgstr "Ingrese una URL válida." + +msgid "Enter a valid integer." +msgstr "Ingrese un entero válido." + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de correo electrónico válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un \"slug\" válido que conste de letras, números, guiones bajos o " +"guiones." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduzca un \"slug\" válido que conste de letras Unicode, números, guiones " +"bajos o guiones." + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduzca una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduzca una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo números separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrese de que este valor es %(limit_value)s (es %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea mayor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +msgid "Enter a number." +msgstr "Introduzca un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hay más de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no hay más de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Caracteres nulos no están permitidos." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "El valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "El valor \"%(value)s\" debe ser Verdadero o Falso. " + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” : el valor tiene un formato de fecha inválido. Debería estar en " +"el formato YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” : el valor tiene el formato correcto (YYYY-MM-DD) pero es una " +"fecha inválida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' tiene un formato de fecha no válido. Este valor debe estar en el " +"formato AAAA-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "El valor \"%(value)s\" debe ser flotante." + +msgid "Floating point number" +msgstr "Número de punto flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Entero" + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo pequeño" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Los datos en bruto" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +msgid "A JSON object" +msgstr "Un objeto JSON" + +msgid "Value must be valid JSON." +msgstr "El valor debe ser JSON válido" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instancia de %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (el tipo está determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relación %(from)s - %(to)s " + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relaciones %(from)s - %(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduzca una duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "La cantidad de días debe tener valores entre {min_days} y {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se envió un archivo. Verifique el tipo de codificación en el formulario." + +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +msgid "The submitted file is empty." +msgstr "El archivo enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor envíe un archivo o marque la casilla, no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Seleccione una imagen válida. El archivo que ha seleccionado no es una " +"imagen o es un un archivo de imagen corrupto." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Seleccione una opción válida. %(value)s no es una de las opciones " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "Ingrese un valor completo." + +msgid "Enter a valid UUID." +msgstr "Ingrese un UUID válido." + +msgid "Enter a valid JSON." +msgstr "Ingresa un JSON válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordenar" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija la información duplicada en %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija la información duplicada en %(field)s, que debe ser única." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija la información duplicada en %(field_name)s que debe ser " +"única para el %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados detallados mas abajo." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Seleccione una opción válida. La opción seleccionada no es una de las " +"disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Borrar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sí,no,tal vez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d horas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "No se ha especificado el valor año" + +msgid "Date out of range" +msgstr "Fecha fuera de rango" + +msgid "No month specified" +msgstr "No se ha especificado el valor mes" + +msgid "No day specified" +msgstr "No se ha especificado el valor dia" + +msgid "No week specified" +msgstr "No se ha especificado el valor semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No hay %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"No hay %(verbose_name_plural)s futuros disponibles porque %(class_name)s." +"allow_future tiene el valor False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se han encontrado %(verbose_name)s que coincidan con la consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "La página no es \"last\", ni puede ser convertido a un int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Los índices del directorio no están permitidos." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "¡La instalación funcionó con éxito! ¡Felicidades!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "Documentación de Django" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "Comunidad de Django" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cb0a259b68eb8ed42a9a5a06fd87e864039e72f GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;3)EeIxYa<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%US|&F( literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db55df3c26f0301c61ad370dc3430c0203b7f36d GIT binary patch literal 836 zcmZXSOOMh}7=}-|Uj_>0l8HveOu8UZP8@f{7^^J<(YB;58C#n)l~WJ~D4~duPpnX2;4?1{iS8;=4TG`+hxb`X`Zy0epUZDs_M#fWKa|J-$tG^9C0` z0RkF8ghn8r=0kqXj{;f%1+^dwX(1HW!fk*ezX&aYa}?(&ifJ(v*W&0%JDMhnNtf&v zbfjB_%573zf3@6kAN@xQx>?YBx~V$_ZyedFBU_;xM6eH4H@Z%q>WaWOEc)FDjUe5J zw7RRNZirUtK8=bYH@%$}=xUkf%e3rf@1YXia+8O2XPn+Q-l2WthOUUxig2pnscsFa+m2<_ElJB&QBsWkt+_jNu&z>* zWKXFYV#PS;xc3WcZL10OhO*fwFY>!<9P%{Fy{qxe2SeuSjKnCSw4ju#*pL~4-D9NC z;NNnRaVCk4dQCX{4Q}w8gH;!Pvqu-s&}>=`WV_~|ZL?P2hO9M#$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;3)E{XF&K<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%USCuy? literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..885b5c6172453c3f0cbf2c23ad0c07fdeb9c0195 GIT binary patch literal 836 zcmZWnO^?!06n*9UW1xIzqETxmU63d*jyqzE)s~@ATGEzGTAMVLR}cm$p@^ZYapym9 z@6KQ1!VOEp*46CD%#M|>3^3r_#Xa|)d(M5gN&h4gF@WRy$5Q9F4}ia3vkly@RjAVMRMPxB$a=0^c7fPz{Og|rX~YvDFPk)MPX!5GCDMKLXg;#wRXX-CsUG3kd_ZT`kkKGA+BgdsK;TxyeIzXPn+Q-ckF;4Z9*rE8^LeA0H7&u*GM3tEmL@UUf%`sUav4X3NftG2Eu3?lmVSaDmLWhsy^PP3S)4Mbm*hP6WCqgn?Bf|o&2taE`uJo9^7C9C i*Vn#4!8Ze$>sa^!#=_Umf^ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py new file mode 100644 index 00000000000..0c8112a62c4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py @@ -0,0 +1,26 @@ +# This file is distributed under the same license as the Django package. +# +DATE_FORMAT = r"j \d\e F \d\e Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"j \d\e F \d\e Y \a \l\a\s H:i" +YEAR_MONTH_FORMAT = r"F \d\e Y" +MONTH_DAY_FORMAT = r"j \d\e F" +SHORT_DATE_FORMAT = "d/m/Y" +SHORT_DATETIME_FORMAT = "d/m/Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday: ISO 8601 +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + "%Y%m%d", # '20061025' +] +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", +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2807d0599f006c1fe1bc48cbcac01a9f983d26f GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;3)E1A_G9<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%US)4aB literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ad3970c79301dc01e1cd5c97d9eae4bf88fad4b GIT binary patch literal 834 zcmZXR&yUhT6vwChEU?g}{K!V5VoVPt%Ea|XjIr9X5TzxhWWz|(RHh&-P(l&Yp4OZH zfp$aP_n|;@&tpWq}3vC7t))XTIMzFX``iJPJsB`%vip^a1e4Yqml9bzHwD z={vvx0ZbtZ`;ZU&ksk+800&VJhfoNIQ5e%W()A&_3vl!Yg(5hHqWB2Ka2y@ki9F*l z{ag#Tj9lp^H64Gs*mEBIM{_Mb*BZ3+mX-6a>7AP13Y{Q^L)dg8>*T4fygeP7!;l+7 zuDPr1e8@>|X^txwxoVNCJLx;9z;&F&A>A46yT)6zZ`{xoRaj9^ul!^sDIZ_N1YQ-j zlB`sDbrDl5)m_7QH~S#j6nRCf%92{%8jf!|fp2a}vR;-IRokDMxkU%#N)@HozRu^l$!mF~fVAZnRsPmGr#~7(meIqK` znIbo873u63xc2_Wst>=IlM8FCw+#yleSOq51!HJJ!I;76#Kvm^XU1p-2fdGQY)?O# zqZfter_kz6jc3Gnp?8UOBW#Ya3U&9KvpQ$(b9N7V zkt~-ckR~nnk5Xtu3lsx^a&Rpx58^+3tk29g;&F`L&ZD)9M3xyUJXx&8{wI7CtL<&7yeSm*TE%(zuoa($9Frv z&+!BBBI11n9t*z#DX#ZTxEMa_!v7Ug74LiS1o${q{)^7_yyM`B@CeGTxhquFv;ePl2Pu=^^Kz;8U@HF@xsB%3HmCxeyJnu4i zGSu^PpyJ;ERo-E!uGkD|TJM*k$~y&>&r6`7Uk zD*j%m{&^KV3+{)Pzz3n)?JH32@~Gp#L8{_C4y8wDKf}hm0ID4>h01583m=00Ja2_+ z&s*Ulc&B@QIaIpW!so-gpuYDXj!!_PTSBExyF)!MbI<2MmGeRgLe+l&*O;F?aolx-~flB{bD1H4R)VTU5sB$c#vPyqE zRJ>Cip9-a?Plsy9%N$oh#lI3RhSxa`K;^puGR1fyWJq~;Ld^&FK$Yubkg3-D8dN_$ z0U6@nnG6P%=Sp}2Tnm-|Ak_S^(Y=2GR5^devEjnoQ02 z_XqG2_&8L1UW8IEg=?V7aRXF7gHZJ!b>U<1(>&h-mCy1%TfWPn^10seCdZoNl;bNL z-wai+_dx0QM_u?A9KY?}KLMp*r!%M&?;@yl&vM)V_1#~B(xce%R;YBZfv3VhfJ%2i zRQyMv=Ht&p)%QD&k2(Ik;}0Dlcl@d2u`6x5;~bYdo(k1}%b?olJQwaeUJNx3d))iW zUHB?^GU01r>lnry+{E*{8JyCe$D#D=X;+|g@Y!%R%;2-&JE7uz398;day)@Zs^>ZI zG}!N+uZM~^2Gzec$K8%?$4SQ*L+R=5Q00FIq?q2jpz3+A3%?&qj~;;1$A_WvpK;Hh zgj%;g3#DJ*bm8BF>YpFE=aZJd=V!2p zZ6N$xZ~(5n+A@WjZ{7!`Kc9t~ryqlt!X<0%I@|{@=6NSneQ$+l!{38S_g?q@FCiwC z_d`e#ytA&c>*i*t{+Mw5b*Oppt&kz?eHf}e9)qgij~!*4DgP6o!Y_eFPoet#dUy^T zfl6P6eA;V4wdXxhU*a`J)h~GFK~RO z3-5*c&T1EaHB|X;aN!%=^A@Ob-V9al38?bsQ2E~q>2mKkq1y8!Q2BfrsvO^d8pq#; zivJiq1O5oAz9+HxE8b~Pa-fN)R@%4^xgo^hT z_!Rg~sCvI2Zi7o`BXhcflp_ei!~nF8uva?fNHB z~myq&$k-OOr zPtZrX7Q=CBIhG-Ky>XuUT*H}xN)}zf5+dukzHMZ*K)szym!JA5vB?6 zA!I*->Y1}C;Qc;wqAQEm+ZcHjqU&#w&zL*AhMI=r`DMu4koO}0g6Mh*c}OqHYZEtb zLCz%nKj3o_U9Yh)HqBYQ`(>WL<-&vtav$;+NQAr-X(75Ev+xSXQO5(0--fH*z3^$| zc)szcF6?V?5?SY-Uk!iP-TyPZ+TDNF@e;>Rz!Q* zM`RiK9}9K;4EcBDi^w!GhUofhBtd=!(e*+L?@`ART5lG*PH}->g-_#qZ-Rg1!h}C_ z_r35L$a3L;ef-Rpg_H zuA7kKD9=yLll}95z_XC=AR7NKM$SaOf&2vdCFB^=WKh>F$VJEyatE@McZ=ctYYPGI zLVkq&CGwld>BK!5`62huL3EwQ^Go4A^Ta$2Z$?f>E=O)e&LPf+;3LRWxqktC5AsjQ zg~$!aA0xW1xA1O<#}fCg?pdfJcOp8Aeuo0M_99!6+mKTU|9hzGDaiMcyY#^I0J0mo z0C_*6t8U?a81^H}kv~VifP4fAk-tGEkbgz~0GUEwhwMS_LC)rzDb#fa_vhGK?>z2b z!Toi}x!jjmUwPxWgmSoRIScu9WEt{xdz2!X_plsEXW`6ihy@0kpmMcAAAwIs~^ILZBRZ)9C9YGLe~ zMxZfl`}A@brfHJ)X5I>)m3-|D{TF%bM!j_tX|yK@;>=sutORis#NN7g8a2IjX;6u( zpdQ9~q!<2Jn+RFMTbJcUYGM|3w8mS3|jDQc(414XkQm}(6aX-g3Y$F>jqlVKW7 zL{+2G{zMQp!&<+;J)}mAm!Lwn1bBl%9yF=hU?Yg@q@)I^H<&b&R;9b;29s7R=*z-( zkTSArWt}r`FirS^GAPoN25(M#gZsj2!&`5gd_B?q9y2)d2!$uS3`mOHcVS^QY*lE& z^4SB}4aUl1BAN z^BMD)N*T_UB02Eu=Lrh)WQwssS|+^-^im_;Zv=E}PA{OHwgYN@wSl@- zbH-8+ZK4=V;tavO(Oc{7D#H=yll}aR%(PvWhS6Y((~MeCzRS+&3l}SEBvWOCc||*# z9J>p6q*=Nq`^A;<@EIOe5$PGatgH2GY7^X5zih!KBUYUyQ2ozvjWtU$eK9@c$^2aB zDuZotk~bOoN0e6I2>fc&YHP;vO$N%-hO;u{ellT$&2YBicAA=vN3y8qk8GPr;3pZ`f4-dQN&-pLiqBlQyq5S7H z=2U}a(#`N?@+59f`!&scnLoS8RHoGum^Nw9BH*?|&1NmrQLGk3iUaD2X^l~t z08xx3(6Uw><(btLV^ggk8rZSnI$4_i-WIGgY||}doCfs6Z0=hUZ;PhPZWToLCXyn? zqz^EbR7DvZSci5 zlaZ6uOaU~^655x7sM1s^!60CFG50IlUd#>A{$fr@Iu&X__yftF*38{aGAcv1Ovg!@ z?IC2++MHW4EoFOdjYD-KiamEHxHYZmZI*>OV`JN>w=GPK>Ti>E5Hdw!_*RWE>DP)j zLsAy5(H|;7tJ^6eTj5VNqH1H_ezo5_%507@L1&w}z_-m_S&dz8jnN6LwC>%r_Q{7W zpqbn?E-=J9QA4`{vP!_ZYSeU9FL7IX7#a1rlj^XY95ru<42vp5+& z@U|yR4w`PZ7tAJbEXXBAssTS%O>(oL+Yp3kk2e-JrB8v(4a|vZBZ=64X!x2F1^UP? z8`4y*dURlCRJzzS(;;#h*S^PQd8GNYb30JRSinr-Eq!L)h^j=`OlAULNV7UJX^%w= zfYG3xd1K9FGT37fng$qa7VMmhwl(3{X6pYA6;_h!EESsj#; zgRKh7@}5Jyi;HG+&MVTV7|ATwZ0=2VgqR{Yb((8=jyI@$gJT{w+Bn9cH=YJHls$>D zv&#-0=M)67k&1MWS`q&c1S(y`Xe=^ZnK z77o+&EYrR@gQ;@j7_lNYuo_&aD;GNv(H>;xqIC6}nU=G#%28D=iz3K4lU$(@6Ly_l z(1xjBNt3CJ_Hcb%F=cFUdR5&+lVPS(w6umkr+E}IDFpp2szC+2aI)X7tc&fT*}Sl# zK0g{KGxLKmz~={Hza11L3vO=q#-5uSWKE>`Ve=ERX3x)_)q8%>SlCurGoM$*t^j-d z*A<28*-5S|th2%B3M&oN?jTda+01S2W}jWvx&x@!>|@6e=?W`tlCB`t$`vuLc|kk% zf}-wmMCDC{6>m3#Z+Fo|Vz0%#)6oro(JS zoU9;nCG@tX$!^x2zL8qr&9ZQkc&%R}-+Hoid)VfdRMgE#1r^N+0t|oN>UOq-!}DTa^=+2R6mEdHhn+)!B^ci( ztCeB4>*k@Ay-P<&Mu%o=bVdKFrGw1u*!g|qX1|y-_pjuLFN&{WVdR`T%&*%qKHPWJ zY&?B#B24>+oTa+fzp4`Dol>v$&9|0rGn=};Vc98b{n+mDvg=k~-;Nv zuUYDqyVTN)Q45*rHI!!_ilb_xAsfuG#5(?t(pc;GF}5?ORil~r%5t+F4Zn|Dcm4IZPG1%>B|T@9t@fM#eLNTR|Tdyi)hBJ@m}!8 zoNFZrBlPzzC38EB^hTx>_xEAojZeOuI8LG>M#J82%DBf?hNX~ zp%YVt-y>C*c5(1y12`ja0qZFp^K=?|TV@{OjDlUVbt8B~ItOJ_z}ZCR&m53J%BZA; z%A=JiF{3L}yZD$n?4ToxXB``+Exe5h^IJ_NF-{TNKxAPyp^QxJ98#KD&FWMGoeAqR z4`IUU3`;wFeWk&%N9?y|_L~ye1NV-{qyI^yk$G`6Uz$09-4x_sYh4 zGI?Qj{o*pi)+${cM_(%p+QXz~j#L*&N7NxY9Ev6rpCzeoj-Wa7nAyKKYH1FUBZ@6x zkk0J4eh}<9wtaKlAP1N4NqxaMTIh?OBmV?z0wZTm!4Jf?;N55b3s#`(^k2T5Lsa5u zzHm?lp7bZm*8ktD#38@%KdQt*u9iTP6pJzn)72RAwj8#-Nq|jA*Cu|1G1WAa#=Ojr zAd8Tbw!>$^6lLb6BG&HI&cbaxFiF2=FZU|&<$sZVVk2p$;kY?XYQ?^4!0$f%*v_=` zf=Qt>Ydc4pqwdL>{bmuFlllBeiFM8#LEJ0-u1H1$; z)cH!5vjj`~8u~4qATWp307ugi5>uX*0Ic&vnVl!f${QC?YXD*vj_09zpaJ9!B!hD27V)B!DwMWoZpC8@*B~K z_>EM6(rbjl*bG^6V*Ex?SWm3u2w2Av8xmujbr~EZ+q%sU4J~hky`42oI^Lt$n|ZY{ za?~9QJCJba(XjMdxBF<@%>Fud5<3&8SwG*0)cLmcBPm{52-{2j!~ zPgQ?;l6EJ~lQd{NNpyi+NdOB|mZ)(cF(brm|Dpub4M$R3!H-lZhtiRhaA*BUrVBay zrvs_<=vPPc_SI&&{xB?`|W0K!}AOY+7-R5_$TIDo9p=e$aGy2v7So@VQYF7Z>ggPcm* zGIVW6IvysRDEu>t*%>n>&%D=qqu8drzQq)j*ld zjX$gJU0UwG#r!ADtZJMw#?1DwEX5@I;7$?T;O_5~(Y!6~t)N*i;zU1*;s}H4^Rt3- z>cAbPUrv?Qb<-T!(M_m8nc2KTu!~%vbX3vpDsB1ZB{G{!JX3`RU6)_V?H@P{Z>~I%F}~|icyx;{%{i=!mK{XJ9ThD^-W_=Fy%Rq zoW2@V817w#^xG*uKx06ZIzjVRjiU!`$joMn+!;3*g4$2YPvx`4)Sj%XfkGy#159!F zs$`9@Z6uYmNt9a0y;ggE@#)MC?npkcP(+rc?%jHMF3`5_u5xl_F*EKjR7bxa)QQM8 z=jh_pPyLIJLL1wNdw!Ea5bG;bo7`PYp)>m{<`3hQrDx_|_V0;5lvNY64C)3wEtv3= z_FVHtbArzH>3G_m&Qv7zMv$4f=2WX|evnyk=*)()*)N#v*k+?pIlHh!XQ)$GHyn-o zOX~w$ci%j)mf-PX{&Oxc%}7koZHlL}G&P!juOc59?QCxFg3%(z3C7O}%vsr7CzxFi zXIr|QclkZ5*(NduwEE)`qm>6aqM=E8=Ij@{JZkHcmWMDS^U)&MZ9HOyjx)yW3~JiD zbcoID=Qu?c)T~d82mLg~F6?T+wp*L2wI+PC8MV$a>aNv@oo(mXqZ6C1vx7o5$`yx- zRrYZw2Q3wpXNVthx;-)@E#gDA4H)CqnFEaIAai^M@*ZFne6tIklI4D+gP| z5>Jt9FT&JPhX?$uykb3U`qi##;e2P- z)rP%BYOUmIHY}{}Sc)!GCWik>z*?;3m3OFZl}^AcH@)3&{ciSnmvdVV^rC9Nb}Z;_%t3m$ zdD>;<8F!a)a4`+B-!{j??%bCg+`J?=l^G`1UfoAol4ov0Xda$gzlqPz5fQt#oL|$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bd0a9048b10 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,1260 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2020 +# Eduardo , 2017 +# Leonardo J. Caballero G. , 2016 +# Sebastián Magrí, 2011 +# Yoel Acevedo, 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-14 21:42+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerí" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "Sorbio Inferior" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés Australiano" + +msgid "British English" +msgstr "Inglés Británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "Español de Colombia" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español de Venezuela" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vazco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finlandés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisio" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocés" + +msgid "Galician" +msgstr "Galés" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Sorbio Superior" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarés" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Latvio" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "Noruego" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Ruman" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Eslovenio" + +msgid "Albanian" +msgstr "Albano" + +msgid "Serbian" +msgstr "Serbi" + +msgid "Serbian Latin" +msgstr "Latín Serbio" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucranio" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "That page number is not an integer" +msgstr "Ese número de página no es un número entero" + +msgid "That page number is less than 1" +msgstr "Ese número de página es menor que 1" + +msgid "That page contains no results" +msgstr "Esa página no contiene resultados" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Ingrese un valor válido." + +msgid "Enter a valid email address." +msgstr "Ingrese una dirección de correo electrónico válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Ingrese una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ingrese una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca solo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrese de que este valor %(limit_value)s (ahora es %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es menor o igual que %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es mayor o igual que %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +msgid "Enter a number." +msgstr "Introduzca un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hayan más de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no hayan más de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no hayan más de %(max)s decimal." +msgstr[1] "Asegúrese de que no hayan más de %(max)s decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no hayan más de %(max)s dígito antes del punto decimal." +msgstr[1] "" +"Asegúrese de que no hayan más de %(max)s dígitos antes del punto decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con este %(field_labels)s ya existe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con esta %(field_label)s ya existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Tipo de campo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Número de punto flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Entero" + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo pequeño" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos de binarios brutos" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "la instancia del %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno a uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relación %(from)s - %(to)s " + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relaciones %(from)s - %(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación muchos a muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número completo." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una hora y fecha válida." + +msgid "Enter a valid duration." +msgstr "Ingrese una duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se envió archivo alguno. Revise el tipo de codificación del formulario." + +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +msgid "The submitted file is empty." +msgstr "El archivo enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d carácter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor provea un archivo o active el selector de limpiar, no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Ingrese una lista de valores." + +msgid "Enter a complete value." +msgstr "Ingrese un valor completo." + +msgid "Enter a valid UUID." +msgstr "Ingrese un UUID válido." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Los datos de ManagementForm faltan o han sido manipulados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, envíe %d o un menor número de formularios." +msgstr[1] "Por favor, envíe %d o un menor número de formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor, envíe %d o más formularios." +msgstr[1] "Por favor, envíe %d o más formularios." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, corrija el dato duplicado para %(field)s, este debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor, corrija los datos duplicados para %(field_name)s este debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Escoja una opción válida. Esa opción no está entre las opciones disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Limpiar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Cambiar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sí,no,quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Solicitud abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Se puede ver más información si se establece DEBUG=True." + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d109d42a84e2fca067c4b451efb4d5bb812f88c6 GIT binary patch literal 27291 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5f3e1545416 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,1341 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# eallik , 2011 +# Erlend Eelmets , 2020 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# madisvain , 2011 +# Martin , 2014-2015,2021-2025 +# Martin , 2016-2017,2019-2020 +# Marti Raudsepp , 2014,2016 +# Ragnar Rebase , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Martin , 2014-2015,2021-2025\n" +"Language-Team: Estonian (http://app.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaani" + +msgid "Arabic" +msgstr "araabia" + +msgid "Algerian Arabic" +msgstr "Alžeeria Araabia" + +msgid "Asturian" +msgstr "astuuria" + +msgid "Azerbaijani" +msgstr "aserbaidžaani" + +msgid "Bulgarian" +msgstr "bulgaaria" + +msgid "Belarusian" +msgstr "valgevene" + +msgid "Bengali" +msgstr "bengali" + +msgid "Breton" +msgstr "bretooni" + +msgid "Bosnian" +msgstr "bosnia" + +msgid "Catalan" +msgstr "katalaani" + +msgid "Central Kurdish (Sorani)" +msgstr "Keskkurdi keel (sorani)" + +msgid "Czech" +msgstr "tšehhi" + +msgid "Welsh" +msgstr "uelsi" + +msgid "Danish" +msgstr "taani" + +msgid "German" +msgstr "saksa" + +msgid "Lower Sorbian" +msgstr "alamsorbi" + +msgid "Greek" +msgstr "kreeka" + +msgid "English" +msgstr "inglise" + +msgid "Australian English" +msgstr "austraalia inglise" + +msgid "British English" +msgstr "briti inglise" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "hispaania" + +msgid "Argentinian Spanish" +msgstr "argentiina hispaani" + +msgid "Colombian Spanish" +msgstr "kolumbia hispaania" + +msgid "Mexican Spanish" +msgstr "mehhiko hispaania" + +msgid "Nicaraguan Spanish" +msgstr "nikaraagua hispaania" + +msgid "Venezuelan Spanish" +msgstr "venetsueela hispaania" + +msgid "Estonian" +msgstr "eesti" + +msgid "Basque" +msgstr "baski" + +msgid "Persian" +msgstr "pärsia" + +msgid "Finnish" +msgstr "soome" + +msgid "French" +msgstr "prantsuse" + +msgid "Frisian" +msgstr "friisi" + +msgid "Irish" +msgstr "iiri" + +msgid "Scottish Gaelic" +msgstr "šoti gaeli" + +msgid "Galician" +msgstr "galiitsia" + +msgid "Hebrew" +msgstr "heebrea" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "horvaatia" + +msgid "Upper Sorbian" +msgstr "ülemsorbi" + +msgid "Hungarian" +msgstr "ungari" + +msgid "Armenian" +msgstr "armeenia" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indoneesi" + +msgid "Igbo" +msgstr "ibo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandi" + +msgid "Italian" +msgstr "itaalia" + +msgid "Japanese" +msgstr "jaapani" + +msgid "Georgian" +msgstr "gruusia" + +msgid "Kabyle" +msgstr "Kabiili" + +msgid "Kazakh" +msgstr "kasahhi" + +msgid "Khmer" +msgstr "khmeri" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "korea" + +msgid "Kyrgyz" +msgstr "kirgiisi" + +msgid "Luxembourgish" +msgstr "letseburgi" + +msgid "Lithuanian" +msgstr "leedu" + +msgid "Latvian" +msgstr "läti" + +msgid "Macedonian" +msgstr "makedoonia" + +msgid "Malayalam" +msgstr "malaia" + +msgid "Mongolian" +msgstr "mongoolia" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "malai" + +msgid "Burmese" +msgstr "birma" + +msgid "Norwegian Bokmål" +msgstr "norra bokmål" + +msgid "Nepali" +msgstr "nepali" + +msgid "Dutch" +msgstr "hollandi" + +msgid "Norwegian Nynorsk" +msgstr "norra (nynorsk)" + +msgid "Ossetic" +msgstr "osseetia" + +msgid "Punjabi" +msgstr "pandžab" + +msgid "Polish" +msgstr "poola" + +msgid "Portuguese" +msgstr "portugali" + +msgid "Brazilian Portuguese" +msgstr "brasiilia portugali" + +msgid "Romanian" +msgstr "rumeenia" + +msgid "Russian" +msgstr "vene" + +msgid "Slovak" +msgstr "slovaki" + +msgid "Slovenian" +msgstr "sloveeni" + +msgid "Albanian" +msgstr "albaania" + +msgid "Serbian" +msgstr "serbia" + +msgid "Serbian Latin" +msgstr "serbia (ladina)" + +msgid "Swedish" +msgstr "rootsi" + +msgid "Swahili" +msgstr "suahiili" + +msgid "Tamil" +msgstr "tamiili" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "tadžiki" + +msgid "Thai" +msgstr "tai" + +msgid "Turkmen" +msgstr "türkmeeni" + +msgid "Turkish" +msgstr "türgi" + +msgid "Tatar" +msgstr "tatari" + +msgid "Udmurt" +msgstr "udmurdi" + +msgid "Uyghur" +msgstr "Uiguuri" + +msgid "Ukrainian" +msgstr "ukrania" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "Usbeki" + +msgid "Vietnamese" +msgstr "vietnami" + +msgid "Simplified Chinese" +msgstr "lihtsustatud hiina" + +msgid "Traditional Chinese" +msgstr "traditsiooniline hiina" + +msgid "Messages" +msgstr "Sõnumid" + +msgid "Site Maps" +msgstr "Saidikaardid" + +msgid "Static Files" +msgstr "Staatilised failid" + +msgid "Syndication" +msgstr "Sündikeerimine" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "See lehe number ei ole täisarv" + +msgid "That page number is less than 1" +msgstr "See lehe number on väiksem kui 1" + +msgid "That page contains no results" +msgstr "See leht ei sisalda tulemusi" + +msgid "Enter a valid value." +msgstr "Sisestage korrektne väärtus." + +msgid "Enter a valid domain name." +msgstr "Sisestage korrektne domeeninimi." + +msgid "Enter a valid URL." +msgstr "Sisestage korrektne URL." + +msgid "Enter a valid integer." +msgstr "Sisestage korrektne täisarv." + +msgid "Enter a valid email address." +msgstr "Sisestage korrektne e-posti aadress." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Sisestage korrektne “nälk”, mis koosneb tähtedest, numbritest, " +"alakriipsudest või sidekriipsudest." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Sisestage korrektne “nälk”, mis koosneb Unicode tähtedest, numbritest, ala- " +"või sidekriipsudest." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Sisestage korrektne %(protocol)s aadress." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 või IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Sisestage ainult komaga eraldatud numbreid." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Veendu, et see väärtus on %(limit_value)s (hetkel on %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Veendu, et see väärtus on väiksem või võrdne kui %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Veendu, et see väärtus on suurem või võrdne kui %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Veendu, et see väärtus on arvu %(limit_value)s kordne." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Väärtuses peab olema vähemalt %(limit_value)d tähemärk (praegu on " +"%(show_value)d)." +msgstr[1] "" +"Väärtuses peab olema vähemalt %(limit_value)d tähemärki (praegu on " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Väärtuses võib olla kõige rohkem %(limit_value)d tähemärk (praegu on " +"%(show_value)d)." +msgstr[1] "" +"Väärtuses võib olla kõige rohkem %(limit_value)d tähemärki (praegu on " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Sisestage arv." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(max)s." +msgstr[1] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(max)s." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Veenduge, et komakohtade arv ei oleks suurem kui %(max)s." +msgstr[1] "Veenduge, et komakohtade arv ei oleks suurem kui %(max)s." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s." +msgstr[1] "" +"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Faililaiend “%(extension)s” pole lubatud. Lubatud laiendid on: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Tühjad tähemärgid ei ole lubatud." + +msgid "and" +msgstr "ja" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s väljaga %(field_labels)s on juba olemas." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Kitsendust “%(name)s” on rikutud." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Väärtus %(value)r ei ole kehtiv valik." + +msgid "This field cannot be null." +msgstr "See lahter ei tohi olla tühi." + +msgid "This field cannot be blank." +msgstr "See väli ei saa olla tühi." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Sellise %(field_label)s-väljaga %(model_name)s on juba olemas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s peab olema unikaalne %(date_field_label)s %(lookup_type)s " +"suhtes." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lahter tüüpi: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” väärtus peab olema Tõene või Väär." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” väärtus peab olema Tõene, Väär või Tühi." + +msgid "Boolean (Either True or False)" +msgstr "Tõeväärtus (Kas tõene või väär)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (kuni %(max_length)s märki)" + +msgid "String (unlimited)" +msgstr "String (piiramatu)" + +msgid "Comma-separated integers" +msgstr "Komaga eraldatud täisarvud" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” väärtusel on vale kuupäevaformaat. See peab olema kujul AAAA-KK-" +"PP." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” väärtusel on õige formaat (AAAA-KK-PP), kuid kuupäev on vale." + +msgid "Date (without time)" +msgstr "Kuupäev (kellaajata)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” väärtusel on vale formaat. Peab olema formaadis AAAA-KK-PP HH:" +"MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” väärtusel on õige formaat (AAAA-KK-PP HH:MM[:ss[.uuuuuu]][TZ]), " +"kuid kuupäev/kellaaeg on vale." + +msgid "Date (with time)" +msgstr "Kuupäev (kellaajaga)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” väärtus peab olema kümnendarv." + +msgid "Decimal number" +msgstr "Kümnendmurd" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” väärtusel on vale formaat. Peab olema formaadis [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Kestus" + +msgid "Email address" +msgstr "E-posti aadress" + +msgid "File path" +msgstr "Faili asukoht" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” väärtus peab olema ujukomaarv." + +msgid "Floating point number" +msgstr "Ujukomaarv" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” väärtus peab olema täisarv." + +msgid "Integer" +msgstr "Täisarv" + +msgid "Big (8 byte) integer" +msgstr "Suur (8 baiti) täisarv" + +msgid "Small integer" +msgstr "Väike täisarv" + +msgid "IPv4 address" +msgstr "IPv4 aadress" + +msgid "IP address" +msgstr "IP aadress" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” väärtus peab olema kas Tühi, Tõene või Väär." + +msgid "Boolean (Either True, False or None)" +msgstr "Tõeväärtus (Kas tõene, väär või tühi)" + +msgid "Positive big integer" +msgstr "Positiivne suur täisarv" + +msgid "Positive integer" +msgstr "Positiivne täisarv" + +msgid "Positive small integer" +msgstr "Positiivne väikene täisarv" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Nälk (kuni %(max_length)s märki)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” väärtusel on vale formaat. Peab olema formaadis HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” väärtusel on õige formaat (HH:MM[:ss[.uuuuuu]]), kuid kellaaeg " +"on vale." + +msgid "Time" +msgstr "Aeg" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Töötlemata binaarandmed" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” ei ole korrektne UUID." + +msgid "Universally unique identifier" +msgstr "Universaalne unikaalne identifikaator" + +msgid "File" +msgstr "Fail" + +msgid "Image" +msgstr "Pilt" + +msgid "A JSON object" +msgstr "JSON objekt" + +msgid "Value must be valid JSON." +msgstr "Väärtus peab olema korrektne JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s isendit %(field)s %(value)r ei ole kehtiv valik." + +msgid "Foreign Key (type determined by related field)" +msgstr "Välisvõti (tüübi määrab seotud väli) " + +msgid "One-to-one relationship" +msgstr "Üks-ühele seos" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s seos" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s seosed" + +msgid "Many-to-many relationship" +msgstr "Mitu-mitmele seos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "See lahter on nõutav." + +msgid "Enter a whole number." +msgstr "Sisestage täisarv." + +msgid "Enter a valid date." +msgstr "Sisestage korrektne kuupäev." + +msgid "Enter a valid time." +msgstr "Sisestage korrektne kellaaeg." + +msgid "Enter a valid date/time." +msgstr "Sisestage korrektne kuupäev ja kellaaeg." + +msgid "Enter a valid duration." +msgstr "Sisestage korrektne kestus." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Päevade arv peab jääma vahemikku {min_days} kuni {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ühtegi faili ei saadetud. Kontrollige vormi kodeeringutüüpi." + +msgid "No file was submitted." +msgstr "Ühtegi faili ei saadetud." + +msgid "The submitted file is empty." +msgstr "Saadetud fail on tühi." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Veenduge, et faili nimes poleks rohkem kui %(max)d märk (praegu on " +"%(length)d)." +msgstr[1] "" +"Veenduge, et faili nimes poleks rohkem kui %(max)d märki (praegu on " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Palun laadige fail või märgistage 'tühjenda' kast, mitte mõlemat." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Laadige korrektne pilt. Fail, mille laadisite, ei olnud kas pilt või oli " +"fail vigane." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Valige korrektne väärtus. %(value)s ei ole valitav." + +msgid "Enter a list of values." +msgstr "Sisestage väärtuste nimekiri." + +msgid "Enter a complete value." +msgstr "Sisestage täielik väärtus." + +msgid "Enter a valid UUID." +msgstr "Sisestage korrektne UUID." + +msgid "Enter a valid JSON." +msgstr "Sisestage korrektne JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Peidetud väli %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Palun kinnitage kõige rohkem %(num)d vormi." +msgstr[1] "Palun kinnitage kõige rohkem %(num)d vormi." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Palun kinnitage vähemalt %(num)d vormi." +msgstr[1] "Palun kinnitage vähemalt %(num)d vormi." + +msgid "Order" +msgstr "Järjestus" + +msgid "Delete" +msgstr "Kustuta" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Palun parandage duplikaat-andmed lahtris %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Palun parandage duplikaat-andmed lahtris %(field)s, mis peab olema unikaalne." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Palun parandage allolevad duplikaat-väärtused" + +msgid "The inline value did not match the parent instance." +msgstr "Pesastatud väärtus ei sobi ülemobjektiga." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Valige korrektne väärtus. Valitud väärtus ei ole valitav." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” ei ole korrektne väärtus." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s ei saanud tõlgendada ajavööndis %(current_timezone)s; see on " +"kas mitmetähenduslik või seda ei eksisteeri." + +msgid "Clear" +msgstr "Tühjenda" + +msgid "Currently" +msgstr "Hetkel" + +msgid "Change" +msgstr "Muuda" + +msgid "Unknown" +msgstr "Tundmatu" + +msgid "Yes" +msgstr "Jah" + +msgid "No" +msgstr "Ei" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "jah,ei,võib-olla" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bait" +msgstr[1] "%(size)d baiti" + +#, python-format +msgid "%s KB" +msgstr "%s kB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.l." + +msgid "a.m." +msgstr "e.l." + +msgid "PM" +msgstr "PL" + +msgid "AM" +msgstr "EL" + +msgid "midnight" +msgstr "südaöö" + +msgid "noon" +msgstr "keskpäev" + +msgid "Monday" +msgstr "esmaspäev" + +msgid "Tuesday" +msgstr "teisipäev" + +msgid "Wednesday" +msgstr "kolmapäev" + +msgid "Thursday" +msgstr "neljapäev" + +msgid "Friday" +msgstr "reede" + +msgid "Saturday" +msgstr "laupäev" + +msgid "Sunday" +msgstr "pühapäev" + +msgid "Mon" +msgstr "esmasp." + +msgid "Tue" +msgstr "teisip." + +msgid "Wed" +msgstr "kolmap." + +msgid "Thu" +msgstr "neljap." + +msgid "Fri" +msgstr "reede" + +msgid "Sat" +msgstr "laup." + +msgid "Sun" +msgstr "pühap." + +msgid "January" +msgstr "jaanuar" + +msgid "February" +msgstr "veebruar" + +msgid "March" +msgstr "märts" + +msgid "April" +msgstr "aprill" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juuni" + +msgid "July" +msgstr "juuli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktoober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "detsember" + +msgid "jan" +msgstr "jaan" + +msgid "feb" +msgstr "veeb" + +msgid "mar" +msgstr "märts" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dets" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jaan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "veeb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mär." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juuni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juuli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dets." + +msgctxt "alt. month" +msgid "January" +msgstr "jaanuar" + +msgctxt "alt. month" +msgid "February" +msgstr "veebruar" + +msgctxt "alt. month" +msgid "March" +msgstr "märts" + +msgctxt "alt. month" +msgid "April" +msgstr "aprill" + +msgctxt "alt. month" +msgid "May" +msgstr "mai" + +msgctxt "alt. month" +msgid "June" +msgstr "juuni" + +msgctxt "alt. month" +msgid "July" +msgstr "juuli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktoober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "detsember" + +msgid "This is not a valid IPv6 address." +msgstr "See ei ole korrektne IPv6 aadress." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "või" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d aasta" +msgstr[1] "%(num)d aastat" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d kuu" +msgstr[1] "%(num)d kuud" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d nädal" +msgstr[1] "%(num)d nädalat" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d päev" +msgstr[1] "%(num)d päeva" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d tund" +msgstr[1] "%(num)d tundi" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minutit" + +msgid "Forbidden" +msgstr "Keelatud" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verifitseerimine ebaõnnestus. Päring katkestati." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Näete seda sõnumit, kuna käesolev HTTPS leht nõuab “Viitaja päise” saatmist " +"teie brauserile, kuid seda ei saadetud. Seda päist on vaja " +"turvakaalutlustel, kindlustamaks et teie brauserit ei ole kolmandate " +"osapoolte poolt üle võetud." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Kui olete oma brauseri seadistustes välja lülitanud “Viitaja” päised siis " +"lülitage need taas sisse vähemalt antud lehe jaoks või HTTPS üheduste jaoks " +"või “sama-allika” päringute jaoks." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Kui kasutate silti või " +"saadate päist “Referrer-Policy: no-referrer”, siis palun eemaldage need. " +"CSRF kaitse vajab range viitaja kontrolliks päist “Referer”. Kui privaatsus " +"on probleemiks, kasutage alternatiive nagu " +"linkidele, mis viivad kolmandate poolte lehtedele." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Näete seda teadet, kuna see leht vajab CSRF küpsist vormide postitamiseks. " +"Seda küpsist on vaja turvakaalutlustel, kindlustamaks et teie brauserit ei " +"ole kolmandate osapoolte poolt üle võetud." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Kui olete oma brauseris küpsised keelanud, siis palun lubage need vähemalt " +"selle lehe jaoks või “sama-allika” päringute jaoks." + +msgid "More information is available with DEBUG=True." +msgstr "Saadaval on rohkem infot kasutades DEBUG=True" + +msgid "No year specified" +msgstr "Aasta on valimata" + +msgid "Date out of range" +msgstr "Kuupäev vahemikust väljas" + +msgid "No month specified" +msgstr "Kuu on valimata" + +msgid "No day specified" +msgstr "Päev on valimata" + +msgid "No week specified" +msgstr "Nädal on valimata" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ei leitud %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Tulevane %(verbose_name_plural)s pole saadaval, sest %(class_name)s." +"allow_future on False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Vigane kuupäeva sõne “%(datestr)s” lähtudes formaadist “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Päringule vastavat %(verbose_name)s ei leitud" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Lehekülg pole “viimane” ja ei saa teda konvertida täisarvuks." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Vigane leht (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tühi list ja “%(class_name)s.allow_empty” on Väär." + +msgid "Directory indexes are not allowed here." +msgstr "Kausta sisuloendid ei ole siin lubatud." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” ei eksisteeri" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s sisuloend" + +msgid "The install worked successfully! Congratulations!" +msgstr "Paigaldamine õnnestus! Palju õnne!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Vaata release notes Djangole %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Näete seda lehte, kuna teil on määratud DEBUG=True Django seadete failis ja te ei ole ühtki " +"URLi seadistanud." + +msgid "Django Documentation" +msgstr "Django dokumentatsioon" + +msgid "Topics, references, & how-to’s" +msgstr "Teemad, viited, & õpetused" + +msgid "Tutorial: A Polling App" +msgstr "Õpetus: Küsitlusrakendus" + +msgid "Get started with Django" +msgstr "Alusta Djangoga" + +msgid "Django Community" +msgstr "Django Kogukond" + +msgid "Connect, get help, or contribute" +msgstr "Suhelge, küsige abi või panustage" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64579aa01c1d948cfa44b80e7435b4cafe6df490 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;1jqFaQ7m literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aabc48e61952c7e8d0b0d8b1bd087a9453fb6f05 GIT binary patch literal 399 zcmX@j%ge<81Rc?OnTMGe7#@Q-Fu(|9e3k(+rZc24L@}f=Mlq%^MKPr?M=__cM6sl> zMzL11X|h+bW$7unDMVH=yIW;ev4A*LtSNfAdXc{vb-n@(W;nFKPm}Eyw~J$lYrLC( zkgsFNE$$FcUpPm=*WWM1Bi_X^5+*Ge?BO320u({$5Oi^M_Vji1i4S%Sa13$`@ejHs z6yo6@8tmxjf)HED@EPRtU+Mbg`9;~q1&PV2#riH;iFxVyE~&Zs`Yx$u`Xxn`DPR%( zvedjX{hZ7s{esGpjQl)fJwqe?;>?m%U7)_~#B`umsKVs@yfpos{N%)(RQ=Qv{j~g| z+{BV%y@JYL95%W6DWy57c165EdqKfgtP3PQFf%eTe&Ax@7jNLc!6)3n{eg`^MCt;A czzq@U3k-rEgcw96fbvJ@9IO||9RD29y39o|} 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 Cy#*)$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f3e91a8677d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po @@ -0,0 +1,1313 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aitzol Naberan , 2013,2016 +# Ander Martinez , 2013-2014 +# Eneko Illarramendi , 2017-2019,2021-2022,2024 +# Jannis Leidel , 2011 +# jazpillaga , 2011 +# julen, 2011-2012 +# julen, 2013,2015 +# Mikel Maldonado , 2021 +# totorika93 , 2012 +# 67feb0cba3962a6c9f09eb0e43697461_528661a , 2013 +# Urtzi Odriozola , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 06:49+0000\n" +"Last-Translator: Eneko Illarramendi , " +"2017-2019,2021-2022,2024\n" +"Language-Team: Basque (http://app.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabiera" + +msgid "Algerian Arabic" +msgstr "Algeriar Arabiera" + +msgid "Asturian" +msgstr "Asturiera" + +msgid "Azerbaijani" +msgstr "Azerbaijanera" + +msgid "Bulgarian" +msgstr "Bulgariera" + +msgid "Belarusian" +msgstr "Bielorrusiera" + +msgid "Bengali" +msgstr "Bengalera" + +msgid "Breton" +msgstr "Bretoia" + +msgid "Bosnian" +msgstr "Bosniera" + +msgid "Catalan" +msgstr "Katalana" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "Txekiera" + +msgid "Welsh" +msgstr "Galesa" + +msgid "Danish" +msgstr "Daniera" + +msgid "German" +msgstr "Alemana" + +msgid "Lower Sorbian" +msgstr "Behe-sorbiera" + +msgid "Greek" +msgstr "Greziera" + +msgid "English" +msgstr "Ingelesa" + +msgid "Australian English" +msgstr "Australiar ingelesa" + +msgid "British English" +msgstr "Ingelesa" + +msgid "Esperanto" +msgstr "Esperantoa" + +msgid "Spanish" +msgstr "Gaztelania" + +msgid "Argentinian Spanish" +msgstr "Gaztelania (Argentina)" + +msgid "Colombian Spanish" +msgstr "Gaztelania (Kolonbia)" + +msgid "Mexican Spanish" +msgstr "Gaztelania (Mexiko)" + +msgid "Nicaraguan Spanish" +msgstr "Gaztelania (Nikaragua)" + +msgid "Venezuelan Spanish" +msgstr "Gaztelania (Venezuela)" + +msgid "Estonian" +msgstr "Estoniera" + +msgid "Basque" +msgstr "Euskara" + +msgid "Persian" +msgstr "Persiera" + +msgid "Finnish" +msgstr "Finlandiera" + +msgid "French" +msgstr "Frantsesa" + +msgid "Frisian" +msgstr "Frisiera" + +msgid "Irish" +msgstr "Irlandako gaelikoa" + +msgid "Scottish Gaelic" +msgstr "Eskoziako gaelikoa" + +msgid "Galician" +msgstr "Galiziera" + +msgid "Hebrew" +msgstr "Hebreera" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroaziera" + +msgid "Upper Sorbian" +msgstr "Goi-sorbiera" + +msgid "Hungarian" +msgstr "Hungariera" + +msgid "Armenian" +msgstr "Armeniera" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiera" + +msgid "Igbo" +msgstr "Igboera" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandiera" + +msgid "Italian" +msgstr "Italiera" + +msgid "Japanese" +msgstr "Japoniera" + +msgid "Georgian" +msgstr "Georgiera" + +msgid "Kabyle" +msgstr "Kabylera" + +msgid "Kazakh" +msgstr "Kazakhera" + +msgid "Khmer" +msgstr "Khmerera" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreera" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luxenburgera" + +msgid "Lithuanian" +msgstr "Lituaniera" + +msgid "Latvian" +msgstr "Letoniera" + +msgid "Macedonian" +msgstr "Mazedoniera" + +msgid "Malayalam" +msgstr "Malabarera" + +msgid "Mongolian" +msgstr "Mongoliera" + +msgid "Marathi" +msgstr "Marathera" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Birmaniera" + +msgid "Norwegian Bokmål" +msgstr "Bokmåla (Norvegia)" + +msgid "Nepali" +msgstr "Nepalera" + +msgid "Dutch" +msgstr "Nederlandera" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk (Norvegia)" + +msgid "Ossetic" +msgstr "Osetiera" + +msgid "Punjabi" +msgstr "Punjabera" + +msgid "Polish" +msgstr "Poloniera" + +msgid "Portuguese" +msgstr "Portugesa" + +msgid "Brazilian Portuguese" +msgstr "Portugesa (Brazil)" + +msgid "Romanian" +msgstr "Errumaniera" + +msgid "Russian" +msgstr "Errusiera" + +msgid "Slovak" +msgstr "Eslovakiera" + +msgid "Slovenian" +msgstr "Esloveniera" + +msgid "Albanian" +msgstr "Albaniera" + +msgid "Serbian" +msgstr "Serbiera" + +msgid "Serbian Latin" +msgstr "Serbiera" + +msgid "Swedish" +msgstr "Suediera" + +msgid "Swahili" +msgstr "Swahilia" + +msgid "Tamil" +msgstr "Tamilera" + +msgid "Telugu" +msgstr "Telugua" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Thailandiera" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turkiera" + +msgid "Tatar" +msgstr "Tatarera" + +msgid "Udmurt" +msgstr "Udmurtera" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrainera" + +msgid "Urdu" +msgstr "Urdua" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamera" + +msgid "Simplified Chinese" +msgstr "Txinera (sinpletua)" + +msgid "Traditional Chinese" +msgstr "Txinera (tradizionala)" + +msgid "Messages" +msgstr "Mezuak" + +msgid "Site Maps" +msgstr "Sitemap-ak" + +msgid "Static Files" +msgstr "Fitxategi estatikoak" + +msgid "Syndication" +msgstr "Sindikazioa" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Orrialde hori ez da zenbaki bat" + +msgid "That page number is less than 1" +msgstr "Orrialde zenbaki hori 1 baino txikiagoa da" + +msgid "That page contains no results" +msgstr "Orrialde horrek ez du emaitzarik" + +msgid "Enter a valid value." +msgstr "Idatzi baleko balio bat." + +msgid "Enter a valid domain name." +msgstr "" + +msgid "Enter a valid URL." +msgstr "Idatzi baleko URL bat." + +msgid "Enter a valid integer." +msgstr "Idatzi baleko zenbaki bat." + +msgid "Enter a valid email address." +msgstr "Idatzi baleko helbide elektroniko bat." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv4 or IPv6" +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Idatzi komaz bereizitako digitoak soilik." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Ziurtatu balio hau gutxienez %(limit_value)s dela (orain %(show_value)s da)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ziurtatu balio hau %(limit_value)s baino txikiagoa edo berdina dela." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ziurtatu balio hau %(limit_value)s baino handiagoa edo berdina dela." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ziurtatu balio honek gutxienez karaktere %(limit_value)d duela " +"(%(show_value)d ditu)." +msgstr[1] "" +"Ziurtatu balio honek gutxienez %(limit_value)d karaktere dituela " +"(%(show_value)d ditu)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ziurtatu balio honek gehienez karaktere %(limit_value)d duela " +"(%(show_value)d ditu)." +msgstr[1] "" +"Ziurtatu balio honek gehienez %(limit_value)d karaktere dituela " +"(%(show_value)d ditu)." + +msgid "Enter a number." +msgstr "Idatzi zenbaki bat." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ziurtatu digitu %(max)s baino gehiago ez dagoela guztira." +msgstr[1] "Ziurtatu %(max)s digitu baino gehiago ez dagoela guztira." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren atzetik." +msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren atzetik." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren aurretik." +msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren aurretik." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Null karaktereak ez daude baimenduta." + +msgid "and" +msgstr "eta" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s hauek dauzkan %(model_name)s dagoeneko existitzen da." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r balioa ez da baleko aukera bat." + +msgid "This field cannot be null." +msgstr "Eremu hau ezin daiteke hutsa izan (null)." + +msgid "This field cannot be blank." +msgstr "Eremu honek ezin du hutsik egon." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s hori daukan %(model_name)s dagoeneko existitzen da." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Eremuaren mota: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "\"%(value)s\" blioa True edo False izan behar da." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\" balioa, True, False edo None izan behar da." + +msgid "Boolean (Either True or False)" +msgstr "Boolearra (True edo False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String-a (%(max_length)s gehienez)" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "Komaz bereiztutako zenbaki osoak" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"\"%(value)s\" balioa data formatu okerra dauka. UUUU-HH-EE formatua izan " +"behar da." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"\"%(value)s\" balioa formatu egokia dauka (UUUU-HH-EE), baina data okerra." + +msgid "Date (without time)" +msgstr "Data (ordurik gabe)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (orduarekin)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "\"%(value)s\" balioa zenbaki hamartarra izan behar da." + +msgid "Decimal number" +msgstr "Zenbaki hamartarra" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"\"%(value)s\" balioa formatu okerra dauka. [EE][[OO:]MM:]ss[.uuuuuu] " +"formatua izan behar du." + +msgid "Duration" +msgstr "Iraupena" + +msgid "Email address" +msgstr "Helbide elektronikoa" + +msgid "File path" +msgstr "Fitxategiaren bidea" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "\"%(value)s\" float izan behar da." + +msgid "Floating point number" +msgstr "Koma higikorreko zenbakia (float)" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "\"%(value)s\" zenbaki osoa izan behar da." + +msgid "Integer" +msgstr "Zenbaki osoa" + +msgid "Big (8 byte) integer" +msgstr "Zenbaki osoa (handia 8 byte)" + +msgid "Small integer" +msgstr "Osoko txikia" + +msgid "IPv4 address" +msgstr "IPv4 sare-helbidea" + +msgid "IP address" +msgstr "IP helbidea" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "\"%(value)s\" None, True edo False izan behar da." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolearra (True, False edo None)" + +msgid "Positive big integer" +msgstr "Zenbaki positivo osoa-handia" + +msgid "Positive integer" +msgstr "Osoko positiboa" + +msgid "Positive small integer" +msgstr "Osoko positibo txikia" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (gehienez %(max_length)s)" + +msgid "Text" +msgstr "Testua" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Ordua" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datu bitar gordinak" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "\"Universally unique identifier\"" + +msgid "File" +msgstr "Fitxategia" + +msgid "Image" +msgstr "Irudia" + +msgid "A JSON object" +msgstr "JSON objektu bat" + +msgid "Value must be valid JSON." +msgstr "Balioa baliozko JSON bat izan behar da." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"%(field)s %(value)r edukidun %(model)s modeloko instantziarik ez da " +"exiistitzen." + +msgid "Foreign Key (type determined by related field)" +msgstr "1-N (mota erlazionatutako eremuaren arabera)" + +msgid "One-to-one relationship" +msgstr "Bat-bat erlazioa" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s erlazioa" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s erlazioak" + +msgid "Many-to-many relationship" +msgstr "M:N erlazioa" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Eremu hau beharrezkoa da." + +msgid "Enter a whole number." +msgstr "Idatzi zenbaki oso bat." + +msgid "Enter a valid date." +msgstr "Idatzi baleko data bat." + +msgid "Enter a valid time." +msgstr "Idatzi baleko ordu bat." + +msgid "Enter a valid date/time." +msgstr "Idatzi baleko data/ordu bat." + +msgid "Enter a valid duration." +msgstr "Idatzi baleko iraupen bat." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Egun kopuruak {min_days} eta {max_days} artean egon behar du." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ez da fitxategirik bidali. Egiaztatu formularioaren kodeketa-mota." + +msgid "No file was submitted." +msgstr "Ez da fitxategirik bidali." + +msgid "The submitted file is empty." +msgstr "Bidalitako fitxategia hutsik dago." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ziurtatu fitxategi izen honek gehienez karaktere %(max)d duela (%(length)d " +"ditu)." +msgstr[1] "" +"Ziurtatu fitxategi izen honek gehienez %(max)d karaktere dituela (%(length)d " +"ditu)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Mesedez, igo fitxategi bat edo egin klik garbitu botoian, ez biak." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Igo baleko irudi bat. Zuk igotako fitxategia ez da irudi bat edo akatsen bat " +"du." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Hautatu baleko aukera bat. %(value)s ez dago erabilgarri." + +msgid "Enter a list of values." +msgstr "Idatzi balio-zerrenda bat." + +msgid "Enter a complete value." +msgstr "Sartu balio osoa." + +msgid "Enter a valid UUID." +msgstr "Idatzi baleko UUID bat." + +msgid "Enter a valid JSON." +msgstr "Sartu baliozko JSON bat" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(%(name)s eremu ezkutua) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordena" + +msgid "Delete" +msgstr "Ezabatu" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Zuzendu bikoiztketa %(field)s eremuan." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Zuzendu bikoizketa %(field)s eremuan. Bakarra izan behar da." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Zuzendu bakarra izan behar den%(field_name)s eremuarentzako bikoiztutako " +"data %(lookup)s egiteko %(date_field)s eremuan" + +msgid "Please correct the duplicate values below." +msgstr "Zuzendu hurrengo balio bikoiztuak." + +msgid "The inline value did not match the parent instance." +msgstr "Barneko balioa eta gurasoaren instantzia ez datoz bat." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Hautatu aukera zuzen bat. Hautatutakoa ez da zuzena." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Garbitu" + +msgid "Currently" +msgstr "Orain" + +msgid "Change" +msgstr "Aldatu" + +msgid "Unknown" +msgstr "Ezezaguna" + +msgid "Yes" +msgstr "Bai" + +msgid "No" +msgstr "Ez" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "bai,ez,agian" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "byte %(size)d " +msgstr[1] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "gauerdia" + +msgid "noon" +msgstr "eguerdia" + +msgid "Monday" +msgstr "astelehena" + +msgid "Tuesday" +msgstr "asteartea" + +msgid "Wednesday" +msgstr "asteazkena" + +msgid "Thursday" +msgstr "osteguna" + +msgid "Friday" +msgstr "ostirala" + +msgid "Saturday" +msgstr "larunbata" + +msgid "Sunday" +msgstr "igandea" + +msgid "Mon" +msgstr "al" + +msgid "Tue" +msgstr "ar" + +msgid "Wed" +msgstr "az" + +msgid "Thu" +msgstr "og" + +msgid "Fri" +msgstr "ol" + +msgid "Sat" +msgstr "lr" + +msgid "Sun" +msgstr "ig" + +msgid "January" +msgstr "urtarrila" + +msgid "February" +msgstr "otsaila" + +msgid "March" +msgstr "martxoa" + +msgid "April" +msgstr "apirila" + +msgid "May" +msgstr "maiatza" + +msgid "June" +msgstr "ekaina" + +msgid "July" +msgstr "uztaila" + +msgid "August" +msgstr "abuztua" + +msgid "September" +msgstr "iraila" + +msgid "October" +msgstr "urria" + +msgid "November" +msgstr "azaroa" + +msgid "December" +msgstr "abendua" + +msgid "jan" +msgstr "urt" + +msgid "feb" +msgstr "ots" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "api" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "eka" + +msgid "jul" +msgstr "uzt" + +msgid "aug" +msgstr "abu" + +msgid "sep" +msgstr "ira" + +msgid "oct" +msgstr "urr" + +msgid "nov" +msgstr "aza" + +msgid "dec" +msgstr "abe" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "urt." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ots." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "api." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai." + +msgctxt "abbrev. month" +msgid "June" +msgstr "eka." + +msgctxt "abbrev. month" +msgid "July" +msgstr "uzt." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "abu." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ira." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "urr." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "aza." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "abe." + +msgctxt "alt. month" +msgid "January" +msgstr "urtarrila" + +msgctxt "alt. month" +msgid "February" +msgstr "otsaila" + +msgctxt "alt. month" +msgid "March" +msgstr "martxoa" + +msgctxt "alt. month" +msgid "April" +msgstr "apirila" + +msgctxt "alt. month" +msgid "May" +msgstr "maiatza" + +msgctxt "alt. month" +msgid "June" +msgstr "ekaina" + +msgctxt "alt. month" +msgid "July" +msgstr "uztaila" + +msgctxt "alt. month" +msgid "August" +msgstr "abuztua" + +msgctxt "alt. month" +msgid "September" +msgstr "iraila" + +msgctxt "alt. month" +msgid "October" +msgstr "urria" + +msgctxt "alt. month" +msgid "November" +msgstr "azaroa" + +msgctxt "alt. month" +msgid "December" +msgstr "abendua" + +msgid "This is not a valid IPv6 address." +msgstr "Hau ez da baleko IPv6 helbide bat." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "edo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "urte %(num)d" +msgstr[1] "%(num)d urte" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "hilabete %(num)d" +msgstr[1] "%(num)d hilabete" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "aste %(num)d" +msgstr[1] "%(num)d aste" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "egun %(num)d" +msgstr[1] "%(num)d egun" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "ordu %(num)d" +msgstr[1] "%(num)d ordu" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "minutu %(num)d" +msgstr[1] "%(num)d minutu" + +msgid "Forbidden" +msgstr "Debekatuta" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF egiaztapenak huts egin du. Eskaera abortatu da." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Formularioa bidaltzean gune honek CSRF cookie bat behar duelako ikusten duzu " +"mezu hau. Cookie hau beharrezkoa da segurtasun arrazoiengatik, zure " +"nabigatzailea beste batek ordezkatzen ez duela ziurtatzeko." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Informazio gehiago erabilgarri dago DEBUG=True ezarrita." + +msgid "No year specified" +msgstr "Ez da urterik zehaztu" + +msgid "Date out of range" +msgstr "Data baliozko tartetik kanpo" + +msgid "No month specified" +msgstr "Ez da hilabeterik zehaztu" + +msgid "No day specified" +msgstr "Ez da egunik zehaztu" + +msgid "No week specified" +msgstr "Ez da asterik zehaztu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ez dago %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Etorkizuneko %(verbose_name_plural)s ez dago aukeran %(class_name)s." +"allow_future False delako" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Bilaketarekin bat datorren %(verbose_name)s-rik ez dago" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Orri baliogabea (%(page_number)s):%(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Direktorio zerrendak ez daude baimenduak." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" ez da existitzen" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s zerrenda" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalazioak arrakastaz funtzionatu du! Zorionak!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Ikusi Django %(version)s-ren argitaratze " +"oharrak" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Zure settings fitxategian DEBUG=True jarrita eta URLrik konfiguratu gabe duzulako " +"ari zara ikusten orrialde hau." + +msgid "Django Documentation" +msgstr "Django dokumentazioa" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "Tutoriala: Galdetegi aplikazioa" + +msgid "Get started with Django" +msgstr "Hasi Djangorekin" + +msgid "Django Community" +msgstr "Django Komunitatea" + +msgid "Connect, get help, or contribute" +msgstr "Konektatu, lortu laguntza edo lagundu" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a571777386d6df14b2cc1ab8bc8c9c01ef7cf32b GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^;1jrPU+_LM^i8;$2*g;jRUfFKU zHsAE)!WKEIQj&QfO3W#CXnVH5Hm9xHsD|U*`k=l$`j-`Rv|{RaERotFx8NkvlpRGk zRMA{;W=s8B@bqRI6fIda997rM=BAozO}*0=HEE0ST1R~^8&1Q}JLfH}@dMn`C9it$YY+~i zvD@_`C|$XJFOa-Z03~kOgcMUIsaO6&+`gpd=z8wYldg#3i%j8|U)u=(zl4TfXnFsu{8!p)|ktDpj r;gj<7IVdKj7jsZZ%1^02csU1^q+B6-xeqD_l+i3CLg|(d1v2XoF;lK& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/formats.py new file mode 100644 index 00000000000..61b16fbc6f6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/eu/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"Y\k\o N j\a" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"Y\k\o N j\a, H:i" +YEAR_MONTH_FORMAT = r"Y\k\o F" +MONTH_DAY_FORMAT = r"F\r\e\n j\a" +SHORT_DATE_FORMAT = "Y-m-d" +SHORT_DATETIME_FORMAT = "Y-m-d H:i" +FIRST_DAY_OF_WEEK = 1 # Astelehena + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..959094820a1470714f3cdcd667dca936f7efebe4 GIT binary patch literal 31192 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 K))eTEA^#r=>v>oJ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 00000000000..77116682032 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,1351 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ahmad Hosseini , 2020 +# alirezamastery , 2021 +# ali salehi, 2023 +# Ali Vakilzade , 2015 +# Arash Fazeli , 2012 +# Eric Hamiter , 2019 +# Eshagh , 2022 +# Farshad Asadpour, 2021 +# Jannis Leidel , 2011 +# Mariusz Felisiak , 2021 +# Mazdak Badakhshan , 2014 +# Milad Hazrati , 2019 +# MJafar Mashhadi , 2018 +# Mohammad Hossein Mojtahedi , 2013,2019 +# Natalia, 2025 +# Pouya Abbassi, 2016 +# Pouya Abbassi, 2016 +# rahim agh , 2020-2021 +# Reza Mohammadi , 2013-2016 +# Saeed , 2011 +# Sina Cheraghi , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Persian (http://app.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "آفریکانس" + +msgid "Arabic" +msgstr "عربی" + +msgid "Algerian Arabic" +msgstr "عربی الجزایری" + +msgid "Asturian" +msgstr "آستوری" + +msgid "Azerbaijani" +msgstr "آذربایجانی" + +msgid "Bulgarian" +msgstr "بلغاری" + +msgid "Belarusian" +msgstr "بلاروس" + +msgid "Bengali" +msgstr "بنگالی" + +msgid "Breton" +msgstr "برتون" + +msgid "Bosnian" +msgstr "بوسنیایی" + +msgid "Catalan" +msgstr "کاتالونیایی" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "چکی" + +msgid "Welsh" +msgstr "ویلزی" + +msgid "Danish" +msgstr "دانمارکی" + +msgid "German" +msgstr "آلمانی" + +msgid "Lower Sorbian" +msgstr "صربستانی پایین" + +msgid "Greek" +msgstr "یونانی" + +msgid "English" +msgstr "انگلیسی" + +msgid "Australian English" +msgstr "انگلیسی استرالیایی" + +msgid "British English" +msgstr "انگلیسی بریتیش" + +msgid "Esperanto" +msgstr "اسپرانتو" + +msgid "Spanish" +msgstr "اسپانیایی" + +msgid "Argentinian Spanish" +msgstr "اسپانیایی آرژانتینی" + +msgid "Colombian Spanish" +msgstr "اسپانیایی کلمبیایی" + +msgid "Mexican Spanish" +msgstr "اسپانیولی مکزیکی" + +msgid "Nicaraguan Spanish" +msgstr "نیکاراگوئه اسپانیایی" + +msgid "Venezuelan Spanish" +msgstr "ونزوئلا اسپانیایی" + +msgid "Estonian" +msgstr "استونی" + +msgid "Basque" +msgstr "باسکی" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "فنلاندی" + +msgid "French" +msgstr "فرانسوی" + +msgid "Frisian" +msgstr "فریزی" + +msgid "Irish" +msgstr "ایرلندی" + +msgid "Scottish Gaelic" +msgstr "گیلیک اسکاتلندی" + +msgid "Galician" +msgstr "گالیسیایی" + +msgid "Hebrew" +msgstr "عبری" + +msgid "Hindi" +msgstr "هندی" + +msgid "Croatian" +msgstr "کرواتی" + +msgid "Upper Sorbian" +msgstr "صربستانی بالا" + +msgid "Hungarian" +msgstr "مجاری" + +msgid "Armenian" +msgstr "ارمنی" + +msgid "Interlingua" +msgstr "اینترلینگوا" + +msgid "Indonesian" +msgstr "اندونزیایی" + +msgid "Igbo" +msgstr "ایگبو" + +msgid "Ido" +msgstr "ایدو" + +msgid "Icelandic" +msgstr "ایسلندی" + +msgid "Italian" +msgstr "ایتالیایی" + +msgid "Japanese" +msgstr "ژاپنی" + +msgid "Georgian" +msgstr "گرجی" + +msgid "Kabyle" +msgstr "قبایلی" + +msgid "Kazakh" +msgstr "قزاقستان" + +msgid "Khmer" +msgstr "خمری" + +msgid "Kannada" +msgstr "کناده‌ای" + +msgid "Korean" +msgstr "کره‌ای" + +msgid "Kyrgyz" +msgstr "قرقیزی" + +msgid "Luxembourgish" +msgstr "لوگزامبورگی" + +msgid "Lithuanian" +msgstr "لیتوانی" + +msgid "Latvian" +msgstr "لتونیایی" + +msgid "Macedonian" +msgstr "مقدونی" + +msgid "Malayalam" +msgstr "مالایایی" + +msgid "Mongolian" +msgstr "مغولی" + +msgid "Marathi" +msgstr "مِراتی" + +msgid "Malay" +msgstr "Malay" + +msgid "Burmese" +msgstr "برمه‌ای" + +msgid "Norwegian Bokmål" +msgstr "نروژی" + +msgid "Nepali" +msgstr "نپالی" + +msgid "Dutch" +msgstr "هلندی" + +msgid "Norwegian Nynorsk" +msgstr "نروژی Nynorsk" + +msgid "Ossetic" +msgstr "آسی" + +msgid "Punjabi" +msgstr "پنجابی" + +msgid "Polish" +msgstr "لهستانی" + +msgid "Portuguese" +msgstr "پرتغالی" + +msgid "Brazilian Portuguese" +msgstr "پرتغالیِ برزیل" + +msgid "Romanian" +msgstr "رومانی" + +msgid "Russian" +msgstr "روسی" + +msgid "Slovak" +msgstr "اسلواکی" + +msgid "Slovenian" +msgstr "اسلووِنی" + +msgid "Albanian" +msgstr "آلبانیایی" + +msgid "Serbian" +msgstr "صربی" + +msgid "Serbian Latin" +msgstr "صربی لاتین" + +msgid "Swedish" +msgstr "سوئدی" + +msgid "Swahili" +msgstr "سواحیلی" + +msgid "Tamil" +msgstr "تامیلی" + +msgid "Telugu" +msgstr "تلوگویی" + +msgid "Tajik" +msgstr "تاجیک" + +msgid "Thai" +msgstr "تایلندی" + +msgid "Turkmen" +msgstr "ترکمن" + +msgid "Turkish" +msgstr "ترکی" + +msgid "Tatar" +msgstr "تاتار" + +msgid "Udmurt" +msgstr "ادمورت" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "اکراینی" + +msgid "Urdu" +msgstr "اردو" + +msgid "Uzbek" +msgstr "ازبکی" + +msgid "Vietnamese" +msgstr "ویتنامی" + +msgid "Simplified Chinese" +msgstr "چینی ساده‌شده" + +msgid "Traditional Chinese" +msgstr "چینی سنتی" + +msgid "Messages" +msgstr "پیغام‌ها" + +msgid "Site Maps" +msgstr "نقشه‌های وب‌گاه" + +msgid "Static Files" +msgstr "پرونده‌های استاتیک" + +msgid "Syndication" +msgstr "پیوند" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "شمارهٔ صفحه یک عدد طبیعی نیست" + +msgid "That page number is less than 1" +msgstr "شمارهٔ صفحه کوچکتر از ۱ است" + +msgid "That page contains no results" +msgstr "این صفحه خالی از اطلاعات است" + +msgid "Enter a valid value." +msgstr "یک مقدار معتبر وارد کنید." + +msgid "Enter a valid domain name." +msgstr "" + +msgid "Enter a valid URL." +msgstr "یک نشانی اینترنتی معتبر وارد کنید." + +msgid "Enter a valid integer." +msgstr "یک عدد معتبر وارد کنید." + +msgid "Enter a valid email address." +msgstr "یک ایمیل آدرس معتبر وارد کنید." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"یک \"اسلاگ\" معتبر متشکل از حروف، اعداد، خط زیر یا خط فاصله، وارد کنید. " + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"یک \"اسلاگ\" معتبر وارد کنید که شامل حروف یونیکد، اعداد، خط زیر یا خط فاصله " +"باشد." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv4 or IPv6" +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "فقط ارقام جدا شده با کاما وارد کنید." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "مطمئن شوید مقدار %(limit_value)s است. (اکنون %(show_value)s می باشد)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "مطمئن شوید این مقدار کوچکتر و یا مساوی %(limit_value)s است." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "مطمئن شوید این مقدار بزرگتر و یا مساوی %(limit_value)s است." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"طول این مقدار باید حداقل %(limit_value)d کاراکتر باشد (طولش %(show_value)d " +"است)." +msgstr[1] "" +"طول این مقدار باید حداقل %(limit_value)d کاراکتر باشد (طولش %(show_value)d " +"است)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"طول این مقدار باید حداکثر %(limit_value)d کاراکتر باشد (طولش %(show_value)d " +"است)." +msgstr[1] "" +"طول این مقدار باید حداکثر %(limit_value)d کاراکتر باشد (طولش %(show_value)d " +"است)." + +msgid "Enter a number." +msgstr "یک عدد وارد کنید." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "نباید در مجموع بیش از %(max)s رقم داشته باشد." +msgstr[1] "نباید در مجموع بیش از %(max)s رقم داشته باشد." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "نباید بیش از %(max)s رقم اعشار داشته باشد." +msgstr[1] "نباید بیش از %(max)s رقم اعشار داشته باشد." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "نباید بیش از %(max)s رقم قبل ممیز داشته باشد." +msgstr[1] "نباید بیش از %(max)s رقم قبل ممیز داشته باشد." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"استفاده از پرونده با پسوند '%(extension)s' مجاز نیست. پسوند‌های مجاز عبارتند " +"از: '%(allowed_extensions)s'" + +msgid "Null characters are not allowed." +msgstr "کاراکترهای تهی مجاز نیستند." + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "‏%(model_name)s با این %(field_labels)s وجود دارد." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "مقدار %(value)r انتخاب معتبری نیست. " + +msgid "This field cannot be null." +msgstr "این فیلد نمی تواند پوچ باشد." + +msgid "This field cannot be blank." +msgstr "این فیلد نمی تواند خالی باشد." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s با این %(field_label)s از قبل موجود است." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"‏%(field_label)s باید برای %(lookup_type)s %(date_field_label)s یکتا باشد." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "فیلد با نوع: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "مقدار «%(value)s» باید True یا False باشد." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "مقدار «%(value)s» باید True یا False یا None باشد." + +msgid "Boolean (Either True or False)" +msgstr "بولی (درست یا غلط)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "رشته (تا %(max_length)s)" + +msgid "String (unlimited)" +msgstr "رشته (بی نهایت)" + +msgid "Comma-separated integers" +msgstr "اعداد صحیح جدا-شده با ویلگول" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"مقدار «%(value)s» در قالب نادرستی وارد شده است. تاریخ باید در قالب YYYY-MM-" +"DD باشد." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"مقدار تاریخ «%(value)s» با اینکه در قالب درستی (YYYY-MM-DD) است ولی تاریخ " +"ناممکنی را نشان می‌دهد." + +msgid "Date (without time)" +msgstr "تاریخ (بدون زمان)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"مقدار \"%(value)s\" یک قالب نامعتبر دارد. باید در قالب YYYY-MM-DD HH:MM[:" +"ss[.uuuuuu]][TZ] باشد." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"مقدار \"%(value)s\" یک قالب معتبر دارد (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"اما یک تاریخ/زمان نامعتبر است." + +msgid "Date (with time)" +msgstr "تاریخ (با زمان)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "مقدار '%(value)s' باید عدد دسیمال باشد." + +msgid "Decimal number" +msgstr "عدد دهدهی" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"مقدار «%(value)s» در قالب نادرستی وارد شده است. باید در قالب ‎[DD] [HH:" +"[MM:]]ss[.uuuuuu]‎ باشد." + +msgid "Duration" +msgstr "بازهٔ زمانی" + +msgid "Email address" +msgstr "نشانی پست الکترونیکی" + +msgid "File path" +msgstr "مسیر پرونده" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "مقدار «%(value)s» باید عدد اعشاری فلوت باشد." + +msgid "Floating point number" +msgstr "عدد اعشاری" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "مقدار «%(value)s» باید عدد حقیقی باشد." + +msgid "Integer" +msgstr "عدد صحیح" + +msgid "Big (8 byte) integer" +msgstr "بزرگ (8 بایت) عدد صحیح" + +msgid "Small integer" +msgstr "عدد صحیح کوچک" + +msgid "IPv4 address" +msgstr "IPv4 آدرس" + +msgid "IP address" +msgstr "نشانی IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "مقدار «%(value)s» باید True یا False یا None باشد." + +msgid "Boolean (Either True, False or None)" +msgstr "‌بولی (درست، نادرست یا پوچ)" + +msgid "Positive big integer" +msgstr "عدد صحیح مثبت" + +msgid "Positive integer" +msgstr "عدد صحیح مثبت" + +msgid "Positive small integer" +msgstr "مثبت عدد صحیح کوچک" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "تیتر (حداکثر %(max_length)s)" + +msgid "Text" +msgstr "متن" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"مقدار «%(value)s» در قالب نادرستی وارد شده است. باید در قالب HH:MM[:ss[." +"uuuuuu]]‎ باشد." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"مقدار «%(value)s» با اینکه در قالب درستی (HH:MM[:ss[.uuuuuu]]‎) است ولی زمان " +"ناممکنی را نشان می‌دهد." + +msgid "Time" +msgstr "زمان" + +msgid "URL" +msgstr "نشانی اینترنتی" + +msgid "Raw binary data" +msgstr "دادهٔ دودویی خام" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" یک UUID معتبر نیست." + +msgid "Universally unique identifier" +msgstr "شناسه منحصر به فرد سراسری" + +msgid "File" +msgstr "پرونده" + +msgid "Image" +msgstr "تصویر" + +msgid "A JSON object" +msgstr "یک شیء JSON" + +msgid "Value must be valid JSON." +msgstr "مقدار، باید یک JSON معتبر باشد." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "کلید خارجی ( نوع بر اساس فیلد رابط مشخص میشود )" + +msgid "One-to-one relationship" +msgstr "رابطه یک به یک " + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "رابطه %(from)s به %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "روابط %(from)s به %(to)s" + +msgid "Many-to-many relationship" +msgstr "رابطه چند به چند" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":؟.!" + +msgid "This field is required." +msgstr "این فیلد لازم است." + +msgid "Enter a whole number." +msgstr "به طور کامل یک عدد وارد کنید." + +msgid "Enter a valid date." +msgstr "یک تاریخ معتبر وارد کنید." + +msgid "Enter a valid time." +msgstr "یک زمان معتبر وارد کنید." + +msgid "Enter a valid date/time." +msgstr "یک تاریخ/زمان معتبر وارد کنید." + +msgid "Enter a valid duration." +msgstr "یک بازهٔ زمانی معتبر وارد کنید." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "عدد روز باید بین {min_days} و {max_days} باشد." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "پرونده‌ای ارسال نشده است. نوع کدگذاری فرم را بررسی کنید." + +msgid "No file was submitted." +msgstr "پرونده‌ای ارسال نشده است." + +msgid "The submitted file is empty." +msgstr "پروندهٔ ارسال‌شده خالیست." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"طول عنوان پرونده باید حداقل %(max)d کاراکتر باشد (طولش %(length)d است)." +msgstr[1] "" +"طول عنوان پرونده باید حداقل %(max)d کاراکتر باشد (طولش %(length)d است)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "لطفا یا فایل ارسال کنید یا دکمه پاک کردن را علامت بزنید، نه هردو." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"یک تصویر معتبر بارگذاری کنید. پرونده‌ای که بارگذاری کردید یا تصویر نبوده و یا " +"تصویری مخدوش بوده است." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "یک گزینهٔ معتبر انتخاب کنید. %(value)s از گزینه‌های موجود نیست." + +msgid "Enter a list of values." +msgstr "فهرستی از مقادیر وارد کنید." + +msgid "Enter a complete value." +msgstr "یک مقدار کامل وارد کنید." + +msgid "Enter a valid UUID." +msgstr "یک UUID معتبر وارد کنید." + +msgid "Enter a valid JSON." +msgstr "یک JSON معتبر وارد کنید" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(فیلد پنهان %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"اطلاعات ManagementForm مفقود یا دستکاری شده است. ردیف های مفقود شده: " +"%(field_names)s. اگر این مشکل ادامه داشت، آن را گزارش کنید." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ترتیب:" + +msgid "Delete" +msgstr "حذف" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "لطفا محتوی تکراری برای %(field)s را اصلاح کنید." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "لطفا محتوی تکراری برای %(field)s را که باید یکتا باشد اصلاح کنید." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"لطفا اطلاعات تکراری %(field_name)s را اصلاح کنید که باید در %(lookup)s " +"یکتا باشد %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "لطفا مقدار تکراری را اصلاح کنید." + +msgid "The inline value did not match the parent instance." +msgstr "مقدار درون خطی موجود با نمونه والد آن مطابقت ندارد." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "یک گزینهٔ معتبر انتخاب کنید. آن گزینه از گزینه‌های موجود نیست." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" یک مقدار معتبر نیست." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)sدر محدوده زمانی %(current_timezone)s، قابل تفسیر نیست؛ ممکن است " +"نامشخص باشد یا اصلاً وجود نداشته باشد." + +msgid "Clear" +msgstr "پاک کردن" + +msgid "Currently" +msgstr "در حال حاضر" + +msgid "Change" +msgstr "تغییر" + +msgid "Unknown" +msgstr "ناشناخته" + +msgid "Yes" +msgstr "بله" + +msgid "No" +msgstr "خیر" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "بله,خیر,شاید" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بایت" +msgstr[1] "%(size)d بایت" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ب.ظ." + +msgid "a.m." +msgstr "صبح" + +msgid "PM" +msgstr "بعد از ظهر" + +msgid "AM" +msgstr "صبح" + +msgid "midnight" +msgstr "نیمه شب" + +msgid "noon" +msgstr "ظهر" + +msgid "Monday" +msgstr "دوشنبه" + +msgid "Tuesday" +msgstr "سه شنبه" + +msgid "Wednesday" +msgstr "چهارشنبه" + +msgid "Thursday" +msgstr "پنجشنبه" + +msgid "Friday" +msgstr "جمعه" + +msgid "Saturday" +msgstr "شنبه" + +msgid "Sunday" +msgstr "یکشنبه" + +msgid "Mon" +msgstr "دوشنبه" + +msgid "Tue" +msgstr "سه‌شنبه" + +msgid "Wed" +msgstr "چهارشنبه" + +msgid "Thu" +msgstr "پنجشنبه" + +msgid "Fri" +msgstr "جمعه" + +msgid "Sat" +msgstr "شنبه" + +msgid "Sun" +msgstr "یکشنبه" + +msgid "January" +msgstr "ژانویه" + +msgid "February" +msgstr "فوریه" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "آوریل" + +msgid "May" +msgstr "مه" + +msgid "June" +msgstr "ژوئن" + +msgid "July" +msgstr "ژوئیه" + +msgid "August" +msgstr "اوت" + +msgid "September" +msgstr "سپتامبر" + +msgid "October" +msgstr "اکتبر" + +msgid "November" +msgstr "نوامبر" + +msgid "December" +msgstr "دسامبر" + +msgid "jan" +msgstr "ژانویه" + +msgid "feb" +msgstr "فوریه" + +msgid "mar" +msgstr "مارس" + +msgid "apr" +msgstr "آوریل" + +msgid "may" +msgstr "مه" + +msgid "jun" +msgstr "ژوئن" + +msgid "jul" +msgstr "ژوئیه" + +msgid "aug" +msgstr "اوت" + +msgid "sep" +msgstr "سپتامبر" + +msgid "oct" +msgstr "اکتبر" + +msgid "nov" +msgstr "نوامبر" + +msgid "dec" +msgstr "دسامبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ژانویه" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فوریه" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارس" + +msgctxt "abbrev. month" +msgid "April" +msgstr "آوریل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مه" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ژوئن" + +msgctxt "abbrev. month" +msgid "July" +msgstr "جولای" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "اوت" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سپتامبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "اکتبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نوامبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "دسامبر" + +msgctxt "alt. month" +msgid "January" +msgstr "ژانویه" + +msgctxt "alt. month" +msgid "February" +msgstr "فوریه" + +msgctxt "alt. month" +msgid "March" +msgstr "مارس" + +msgctxt "alt. month" +msgid "April" +msgstr "آوریل" + +msgctxt "alt. month" +msgid "May" +msgstr "مه" + +msgctxt "alt. month" +msgid "June" +msgstr "ژوئن" + +msgctxt "alt. month" +msgid "July" +msgstr "جولای" + +msgctxt "alt. month" +msgid "August" +msgstr "اوت" + +msgctxt "alt. month" +msgid "September" +msgstr "سپتامبر" + +msgctxt "alt. month" +msgid "October" +msgstr "اکتبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نوامبر" + +msgctxt "alt. month" +msgid "December" +msgstr "دسامبر" + +msgid "This is not a valid IPv6 address." +msgstr "این مقدار آدرس IPv6 معتبری نیست." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "یا" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "،" + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d سال" +msgstr[1] "%(num)d سال" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d ماه" +msgstr[1] "%(num)d ماه" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d هفته" +msgstr[1] "%(num)d هفته" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d روز" +msgstr[1] "%(num)d روز" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d ساعت" +msgstr[1] "%(num)d ساعت" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d دقیقه" +msgstr[1] "%(num)d دقیقه" + +msgid "Forbidden" +msgstr "ممنوع" + +msgid "CSRF verification failed. Request aborted." +msgstr "‏CSRF تأیید نشد. درخواست لغو شد." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"شما این پیغام را مشاهده میکنید برای اینکه این HTTPS site نیازمند یک " +"\"Referer header\" برای ارسال توسط مرورگر شما دارد،‌اما مقداری ارسال " +"نمیشود . این هدر الزامی میباشد برای امنیت ، در واقع برای اینکه مرورگر شما " +"مطمین شود hijack به عنوان نفر سوم (third parties) در میان نیست" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"اگر در مرورگر خود سر تیتر \"Referer\" را غیرفعال کرده‌اید، لطفاً آن را فعال " +"کنید، یا حداقل برای این وب‌گاه یا برای ارتباطات HTTPS و یا برای درخواست‌های " +"\"Same-origin\" فعال کنید." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"اگر شما از تگ استفاده " +"می‌کنید یا سر تیتر \"Referrer-Policy: no-referrer\" را اضافه کرده‌اید، لطفاً " +"آن را حذف کنید. محافظ CSRF به سرتیتر \"Referer\" نیاز دارد تا بتواند بررسی " +"سخت‌گیرانه ارجاع دهنده را انجام دهد. اگر ملاحظاتی در مورد حریم خصوصی دارید از " +"روش‎‌های جایگزین مانند برای ارجاع دادن به وب‌گاه‌های " +"شخص ثالث استفاده کنید." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"شما این پیام را میبینید چون این سایت نیازمند کوکی «جعل درخواست میان وبگاهی " +"(CSRF)» است. این کوکی برای امنیت شما ضروری است. با این کوکی می‌توانیم از " +"اینکه شخص ثالثی کنترل مرورگرتان را به دست نگرفته است اطمینان پیدا کنیم." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"اگر مرورگر خود را تنظیم کرده‌اید که کوکی غیرفعال باشد، لطفاً مجدداً آن را فعال " +"کنید؛ حداقل برای این وب‌گاه یا برای درخواست‌های \"same-origin\"." + +msgid "More information is available with DEBUG=True." +msgstr "اطلاعات بیشتر با DEBUG=True ارائه خواهد شد." + +msgid "No year specified" +msgstr "هیچ سالی مشخص نشده است" + +msgid "Date out of range" +msgstr "تاریخ غیرمجاز است" + +msgid "No month specified" +msgstr "هیچ ماهی مشخص نشده است" + +msgid "No day specified" +msgstr "هیچ روزی مشخص نشده است" + +msgid "No week specified" +msgstr "هیچ هفته‌ای مشخص نشده است" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "هیچ %(verbose_name_plural)s موجود نیست" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"آینده %(verbose_name_plural)s امکان پذیر نیست زیرا مقدار %(class_name)s." +"allow_future برابر False تنظیم شده است." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "نوشته تاریخ \"%(datestr)s\" در قالب \"%(format)s\" نامعتبر است" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "هیچ %(verbose_name)s ای مطابق جستجو پیدا نشد." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "صفحه \"آخرین\" نیست یا شماره صفحه قابل ترجمه به یک عدد صحیح نیست." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "صفحه‌ی اشتباه (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "لیست خالی و \"%(class_name)s.allow_empty\" برابر False است." + +msgid "Directory indexes are not allowed here." +msgstr "شاخص دایرکتوری اینجا قابل قبول نیست." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" وجود ندارد " + +#, python-format +msgid "Index of %(directory)s" +msgstr "فهرست %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "نصب درست کار کرد. تبریک می گویم!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"نمایش release notes برای نسخه %(version)s " +"جنگو" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"شما این صفحه را به این دلیل مشاهده می کنید که DEBUG=True در فایل تنظیمات شما وجود دارد و شما هیچ URL " +"تنظیم نکرده اید." + +msgid "Django Documentation" +msgstr "مستندات جنگو" + +msgid "Topics, references, & how-to’s" +msgstr "سرفصل‌ها، منابع و دستورالعمل‌ها" + +msgid "Tutorial: A Polling App" +msgstr "آموزش گام به گام: برنامکی برای رأی‌گیری" + +msgid "Get started with Django" +msgstr "شروع به کار با جنگو" + +msgid "Django Community" +msgstr "جامعهٔ جنگو" + +msgid "Connect, get help, or contribute" +msgstr "متصل شوید، کمک بگیرید یا مشارکت کنید" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59c25fccdeda48fb4a1b7cde88de59b6405621d7 GIT binary patch literal 201 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 k3XvItgV^>EnpJ%o`F4Df4xmn#8, 2011 +# Jannis Leidel , 2011 +# Jiri Grönroos , 2021,2023 +# Lasse Liehu-Inui , 2015 +# Mika Mäkelä , 2018 +# Klaus Dahlén, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Aarni Koskela, 2015,2017-2018,2020-2022,2025\n" +"Language-Team: Finnish (http://app.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabia" + +msgid "Algerian Arabic" +msgstr "Algerian arabia" + +msgid "Asturian" +msgstr "asturian kieli" + +msgid "Azerbaijani" +msgstr "azeri" + +msgid "Bulgarian" +msgstr "bulgaria" + +msgid "Belarusian" +msgstr "valkovenäjän kieli" + +msgid "Bengali" +msgstr "bengali" + +msgid "Breton" +msgstr "bretoni" + +msgid "Bosnian" +msgstr "bosnia" + +msgid "Catalan" +msgstr "katalaani" + +msgid "Central Kurdish (Sorani)" +msgstr "Keskikurdi (sorani)" + +msgid "Czech" +msgstr "tšekki" + +msgid "Welsh" +msgstr "wales" + +msgid "Danish" +msgstr "tanska" + +msgid "German" +msgstr "saksa" + +msgid "Lower Sorbian" +msgstr "Alasorbi" + +msgid "Greek" +msgstr "kreikka" + +msgid "English" +msgstr "englanti" + +msgid "Australian English" +msgstr "australianenglanti" + +msgid "British English" +msgstr "brittienglanti" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "espanja" + +msgid "Argentinian Spanish" +msgstr "Argentiinan espanja" + +msgid "Colombian Spanish" +msgstr "Kolumbian espanja" + +msgid "Mexican Spanish" +msgstr "Meksikon espanja" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan espanja" + +msgid "Venezuelan Spanish" +msgstr "Venezuelan espanja" + +msgid "Estonian" +msgstr "viro" + +msgid "Basque" +msgstr "baski" + +msgid "Persian" +msgstr "persia" + +msgid "Finnish" +msgstr "suomi" + +msgid "French" +msgstr "ranska" + +msgid "Frisian" +msgstr "friisi" + +msgid "Irish" +msgstr "irlanti" + +msgid "Scottish Gaelic" +msgstr "skottilainen gaeli" + +msgid "Galician" +msgstr "galicia" + +msgid "Hebrew" +msgstr "heprea" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "kroatia" + +msgid "Upper Sorbian" +msgstr "Yläsorbi" + +msgid "Hungarian" +msgstr "unkari" + +msgid "Armenian" +msgstr "armenian kieli" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesia" + +msgid "Igbo" +msgstr "igbo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islanti" + +msgid "Italian" +msgstr "italia" + +msgid "Japanese" +msgstr "japani" + +msgid "Georgian" +msgstr "georgia" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "kazakin kieli" + +msgid "Khmer" +msgstr "khmerin kieli" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "korea" + +msgid "Kyrgyz" +msgstr "kirgiisi" + +msgid "Luxembourgish" +msgstr "luxemburgin kieli" + +msgid "Lithuanian" +msgstr "liettua" + +msgid "Latvian" +msgstr "latvia" + +msgid "Macedonian" +msgstr "makedonia" + +msgid "Malayalam" +msgstr "malajalam" + +msgid "Mongolian" +msgstr "mongolia" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "malaiji" + +msgid "Burmese" +msgstr "burman kieli" + +msgid "Norwegian Bokmål" +msgstr "norja (bokmål)" + +msgid "Nepali" +msgstr "nepalin kieli" + +msgid "Dutch" +msgstr "hollanti" + +msgid "Norwegian Nynorsk" +msgstr "norja (uusnorja)" + +msgid "Ossetic" +msgstr "osseetin kieli" + +msgid "Punjabi" +msgstr "punjabin kieli" + +msgid "Polish" +msgstr "puola" + +msgid "Portuguese" +msgstr "portugali" + +msgid "Brazilian Portuguese" +msgstr "brasilian portugali" + +msgid "Romanian" +msgstr "romania" + +msgid "Russian" +msgstr "venäjä" + +msgid "Slovak" +msgstr "slovakia" + +msgid "Slovenian" +msgstr "slovenia" + +msgid "Albanian" +msgstr "albaani" + +msgid "Serbian" +msgstr "serbia" + +msgid "Serbian Latin" +msgstr "serbian latina" + +msgid "Swedish" +msgstr "ruotsi" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamili" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "tadžikki" + +msgid "Thai" +msgstr "thain kieli" + +msgid "Turkmen" +msgstr "turkmeeni" + +msgid "Turkish" +msgstr "turkki" + +msgid "Tatar" +msgstr "tataarin kieli" + +msgid "Udmurt" +msgstr "udmurtti" + +msgid "Uyghur" +msgstr "uiguuri" + +msgid "Ukrainian" +msgstr "ukraina" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "uzbekki" + +msgid "Vietnamese" +msgstr "vietnam" + +msgid "Simplified Chinese" +msgstr "kiina (yksinkertaistettu)" + +msgid "Traditional Chinese" +msgstr "kiina (perinteinen)" + +msgid "Messages" +msgstr "Viestit" + +msgid "Site Maps" +msgstr "Sivukartat" + +msgid "Static Files" +msgstr "Staattiset tiedostot" + +msgid "Syndication" +msgstr "Syndikointi" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Annettu sivunumero ei ole kokonaisluku" + +msgid "That page number is less than 1" +msgstr "Annettu sivunumero on alle 1" + +msgid "That page contains no results" +msgstr "Annetulla sivulla ei ole tuloksia" + +msgid "Enter a valid value." +msgstr "Syötä oikea arvo." + +msgid "Enter a valid domain name." +msgstr "Syötä kelvollinen domainnimi." + +msgid "Enter a valid URL." +msgstr "Syötä oikea URL-osoite." + +msgid "Enter a valid integer." +msgstr "Syötä kelvollinen kokonaisluku." + +msgid "Enter a valid email address." +msgstr "Syötä kelvollinen sähköpostiosoite." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Anna lyhytnimi joka koostuu vain kirjaimista, numeroista sekä ala- ja " +"tavuviivoista." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Anna lyhytnimi joka koostuu vain Unicode-kirjaimista, numeroista sekä ala- " +"ja tavuviivoista." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Syötä kelvollinen %(protocol)s-osoite." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4- tai IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Vain pilkulla erotetut numeromerkit kelpaavat tässä." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Tämän arvon on oltava %(limit_value)s (nyt %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Tämän arvon on oltava enintään %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Tämän luvun on oltava vähintään %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Tämän arvon tulee olla askelkoon %(limit_value)smonikerta. " + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Tämän arvon tulee olla arvon %(limit_value)smonikerta, alkaen luvusta " +"%(offset)s, eli esim. %(offset)s, %(valid_value1)s, %(valid_value2)s, jne." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Varmista, että tämä arvo on vähintään %(limit_value)d merkin pituinen (tällä " +"hetkellä %(show_value)d)." +msgstr[1] "" +"Tämän arvon tulee olla vähintään %(limit_value)d merkkiä pitkä (tällä " +"hetkellä %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Varmista, että tämä arvo on enintään %(limit_value)d merkin pituinen (tällä " +"hetkellä %(show_value)d)." +msgstr[1] "" +"Tämän arvon tulee olla enintään %(limit_value)d merkkiä pitkä (tällä " +"hetkellä %(show_value)d)." + +msgid "Enter a number." +msgstr "Syötä luku." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Tässä luvussa voi olla yhteensä enintään %(max)s numero." +msgstr[1] "Tässä luvussa voi olla yhteensä enintään %(max)s numeroa." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Tässä luvussa saa olla enintään %(max)s desimaali." +msgstr[1] "Tässä luvussa saa olla enintään %(max)s desimaalia." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Tässä luvussa saa olla enintään %(max)s numero ennen desimaalipilkkua." +msgstr[1] "" +"Tässä luvussa saa olla enintään %(max)s numeroa ennen desimaalipilkkua." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Pääte \"%(extension)s\" ei ole sallittu. Sallittuja päätteitä ovat " +"\"%(allowed_extensions)s\"." + +msgid "Null characters are not allowed." +msgstr "Tyhjiä merkkejä (null) ei sallita." + +msgid "and" +msgstr "ja" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s jolla on nämä %(field_labels)s on jo olemassa." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Rajoitetta \"%(name)s\" loukataan." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Arvo %(value)r ei kelpaa." + +msgid "This field cannot be null." +msgstr "Tämän kentän arvo ei voi olla \"null\"." + +msgid "This field cannot be blank." +msgstr "Tämä kenttä ei voi olla tyhjä." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s jolla on tämä %(field_label)s, on jo olemassa." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"\"%(field_label)s\"-kentän on oltava uniikki suhteessa: %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Kenttä tyyppiä: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "%(value)s-arvo pitää olla joko tosi tai epätosi." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "%(value)s-arvo pitää olla joko tosi, epätosi tai ei mitään." + +msgid "Boolean (Either True or False)" +msgstr "Totuusarvo: joko tosi (True) tai epätosi (False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Merkkijono (enintään %(max_length)s merkkiä)" + +msgid "String (unlimited)" +msgstr "Merkkijono (rajoittamaton)" + +msgid "Comma-separated integers" +msgstr "Pilkulla erotetut kokonaisluvut" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"%(value)s-arvo on väärässä päivämäärämuodossa. Sen tulee olla VVVV-KK-PP -" +"muodossa." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"%(value)s-arvo on oikeassa päivämäärämuodossa (VVVV-KK-PP), muttei ole " +"kelvollinen päivämäärä." + +msgid "Date (without time)" +msgstr "Päivämäärä (ilman kellonaikaa)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"%(value)s-arvon muoto ei kelpaa. Se tulee olla VVVV-KK-PP TT:MM[:ss[.uuuuuu]]" +"[TZ] -muodossa." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"%(value)s-arvon muoto on oikea (VVVV-KK-PP TT:MM[:ss[.uuuuuu]][TZ]), mutta " +"päivämäärä/aika ei ole kelvollinen." + +msgid "Date (with time)" +msgstr "Päivämäärä ja kellonaika" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "%(value)s-arvo tulee olla desimaaliluku." + +msgid "Decimal number" +msgstr "Desimaaliluku" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "%(value)s-arvo pitää olla muodossa [PP] TT:MM[:ss[.uuuuuu]]." + +msgid "Duration" +msgstr "Kesto" + +msgid "Email address" +msgstr "Sähköpostiosoite" + +msgid "File path" +msgstr "Tiedostopolku" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "%(value)s-arvo tulee olla liukuluku." + +msgid "Floating point number" +msgstr "Liukuluku" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "%(value)s-arvo tulee olla kokonaisluku." + +msgid "Integer" +msgstr "Kokonaisluku" + +msgid "Big (8 byte) integer" +msgstr "Suuri (8-tavuinen) kokonaisluku" + +msgid "Small integer" +msgstr "Pieni kokonaisluku" + +msgid "IPv4 address" +msgstr "IPv4-osoite" + +msgid "IP address" +msgstr "IP-osoite" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "%(value)s-arvo tulee olla joko ei mitään, tosi tai epätosi." + +msgid "Boolean (Either True, False or None)" +msgstr "Totuusarvo: joko tosi (True), epätosi (False) tai ei mikään (None)" + +msgid "Positive big integer" +msgstr "Suuri positiivinen kokonaisluku" + +msgid "Positive integer" +msgstr "Positiivinen kokonaisluku" + +msgid "Positive small integer" +msgstr "Pieni positiivinen kokonaisluku" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Lyhytnimi (enintään %(max_length)s merkkiä)" + +msgid "Text" +msgstr "Tekstiä" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "%(value)s-arvo pitää olla muodossa TT:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"%(value)s-arvo on oikeassa muodossa (TT:MM[:ss[.uuuuuu]]), mutta kellonaika " +"ei kelpaa." + +msgid "Time" +msgstr "Kellonaika" + +msgid "URL" +msgstr "URL-osoite" + +msgid "Raw binary data" +msgstr "Raaka binaaridata" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "%(value)s ei ole kelvollinen UUID." + +msgid "Universally unique identifier" +msgstr "UUID-tunnus" + +msgid "File" +msgstr "Tiedosto" + +msgid "Image" +msgstr "Kuva" + +msgid "A JSON object" +msgstr "JSON-tietue" + +msgid "Value must be valid JSON." +msgstr "Arvon pitää olla kelvollista JSONia." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Vierasavain (tyyppi määräytyy liittyvän kentän mukaan)" + +msgid "One-to-one relationship" +msgstr "Yksi-yhteen -relaatio" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s -suhde" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s -suhteet" + +msgid "Many-to-many relationship" +msgstr "Moni-moneen -relaatio" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tämä kenttä vaaditaan." + +msgid "Enter a whole number." +msgstr "Syötä kokonaisluku." + +msgid "Enter a valid date." +msgstr "Syötä oikea päivämäärä." + +msgid "Enter a valid time." +msgstr "Syötä oikea kellonaika." + +msgid "Enter a valid date/time." +msgstr "Syötä oikea pvm/kellonaika." + +msgid "Enter a valid duration." +msgstr "Syötä oikea kesto." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Päivien määrä täytyy olla välillä {min_days} ja {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Tiedostoa ei lähetetty. Tarkista lomakkeen koodaus (encoding)." + +msgid "No file was submitted." +msgstr "Yhtään tiedostoa ei ole lähetetty." + +msgid "The submitted file is empty." +msgstr "Lähetetty tiedosto on tyhjä." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Varmista, että tämä tiedostonimi on enintään %(max)d merkin pituinen (tällä " +"hetkellä %(length)d)." +msgstr[1] "" +"Tämän tiedostonimen pituus tulee olla enintään %(max)d merkkiä pitkä (tällä " +"hetkellä %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Voit joko lähettää tai poistaa tiedoston, muttei kumpaakin samalla." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Kuva ei kelpaa. Lähettämäsi tiedosto ei ole kuva, tai tiedosto on vioittunut." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Valitse oikea vaihtoehto. %(value)s ei ole vaihtoehtojen joukossa." + +msgid "Enter a list of values." +msgstr "Syötä lista." + +msgid "Enter a complete value." +msgstr "Syötä kokonainen arvo." + +msgid "Enter a valid UUID." +msgstr "Syötä oikea UUID." + +msgid "Enter a valid JSON." +msgstr "Syötä oikea JSON-arvo." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Piilokenttä %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm-tiedot puuttuvat tai niitä on muutettu. Puuttuvat kentät ovat " +"%(field_names)s. Jos ongelma toistuu, voi olla että joudut raportoimaan " +"tämän bugina." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Lähetä enintään%(num)d lomake." +msgstr[1] "Lähetä enintään %(num)d lomaketta." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Lähetä vähintään %(num)d lomake." +msgstr[1] "Lähetä vähintään %(num)d lomaketta. " + +msgid "Order" +msgstr "Järjestys" + +msgid "Delete" +msgstr "Poista" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korjaa kaksoisarvo kentälle %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ole hyvä ja korjaa uniikin kentän %(field)s kaksoisarvo." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korjaa alla olevat kaksoisarvot." + +msgid "The inline value did not match the parent instance." +msgstr "Liittyvä arvo ei vastannut vanhempaa instanssia." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Valitse oikea vaihtoehto. Valintasi ei löydy vaihtoehtojen joukosta." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" ei ole kelvollinen arvo." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s -arvoa ei pystytty lukemaan aikavyöhykkeellä " +"%(current_timezone)s; se saattaa olla moniarvoinen tai määrittämätön." + +msgid "Clear" +msgstr "Poista" + +msgid "Currently" +msgstr "Tällä hetkellä" + +msgid "Change" +msgstr "Muokkaa" + +msgid "Unknown" +msgstr "Tuntematon" + +msgid "Yes" +msgstr "Kyllä" + +msgid "No" +msgstr "Ei" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "kyllä,ei,ehkä" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d tavu" +msgstr[1] "%(size)d tavua" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ip" + +msgid "a.m." +msgstr "ap" + +msgid "PM" +msgstr "IP" + +msgid "AM" +msgstr "AP" + +msgid "midnight" +msgstr "keskiyö" + +msgid "noon" +msgstr "keskipäivä" + +msgid "Monday" +msgstr "maanantai" + +msgid "Tuesday" +msgstr "tiistai" + +msgid "Wednesday" +msgstr "keskiviikko" + +msgid "Thursday" +msgstr "torstai" + +msgid "Friday" +msgstr "perjantai" + +msgid "Saturday" +msgstr "lauantai" + +msgid "Sunday" +msgstr "sunnuntai" + +msgid "Mon" +msgstr "ma" + +msgid "Tue" +msgstr "ti" + +msgid "Wed" +msgstr "ke" + +msgid "Thu" +msgstr "to" + +msgid "Fri" +msgstr "pe" + +msgid "Sat" +msgstr "la" + +msgid "Sun" +msgstr "su" + +msgid "January" +msgstr "tammikuu" + +msgid "February" +msgstr "helmikuu" + +msgid "March" +msgstr "maaliskuu" + +msgid "April" +msgstr "huhtikuu" + +msgid "May" +msgstr "toukokuu" + +msgid "June" +msgstr "kesäkuu" + +msgid "July" +msgstr "heinäkuu" + +msgid "August" +msgstr "elokuu" + +msgid "September" +msgstr "syyskuu" + +msgid "October" +msgstr "lokakuu" + +msgid "November" +msgstr "marraskuu" + +msgid "December" +msgstr "joulukuu" + +msgid "jan" +msgstr "tam" + +msgid "feb" +msgstr "hel" + +msgid "mar" +msgstr "maa" + +msgid "apr" +msgstr "huh" + +msgid "may" +msgstr "tou" + +msgid "jun" +msgstr "kes" + +msgid "jul" +msgstr "hei" + +msgid "aug" +msgstr "elo" + +msgid "sep" +msgstr "syy" + +msgid "oct" +msgstr "lok" + +msgid "nov" +msgstr "mar" + +msgid "dec" +msgstr "jou" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "tammi" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "helmi" + +msgctxt "abbrev. month" +msgid "March" +msgstr "maalis" + +msgctxt "abbrev. month" +msgid "April" +msgstr "huhti" + +msgctxt "abbrev. month" +msgid "May" +msgstr "touko" + +msgctxt "abbrev. month" +msgid "June" +msgstr "kesä" + +msgctxt "abbrev. month" +msgid "July" +msgstr "heinä" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "elo" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "syys" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "loka" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "marras" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "joulu" + +msgctxt "alt. month" +msgid "January" +msgstr "tammikuuta" + +msgctxt "alt. month" +msgid "February" +msgstr "helmikuuta" + +msgctxt "alt. month" +msgid "March" +msgstr "maaliskuuta" + +msgctxt "alt. month" +msgid "April" +msgstr "huhtikuuta" + +msgctxt "alt. month" +msgid "May" +msgstr "toukokuuta" + +msgctxt "alt. month" +msgid "June" +msgstr "kesäkuuta" + +msgctxt "alt. month" +msgid "July" +msgstr "heinäkuuta" + +msgctxt "alt. month" +msgid "August" +msgstr "elokuuta" + +msgctxt "alt. month" +msgid "September" +msgstr "syyskuuta" + +msgctxt "alt. month" +msgid "October" +msgstr "lokakuuta" + +msgctxt "alt. month" +msgid "November" +msgstr "marraskuuta" + +msgctxt "alt. month" +msgid "December" +msgstr "joulukuuta" + +msgid "This is not a valid IPv6 address." +msgstr "Tämä ei ole kelvollinen IPv6-osoite." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "tai" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d vuosi" +msgstr[1] "%(num)d vuotta" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d kuukausi" +msgstr[1] "%(num)d kuukautta " + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d viikko" +msgstr[1] "%(num)d viikkoa" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d päivä" +msgstr[1] "%(num)d päivää" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d tunti" +msgstr[1] "%(num)d tuntia" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuutti" +msgstr[1] "%(num)d minuuttia" + +msgid "Forbidden" +msgstr "Kielletty" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-vahvistus epäonnistui. Pyyntö hylätty." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Näet tämän viestin, koska tämä HTTPS-sivusto vaatii selaintasi lähettämään " +"Referer-otsakkeen, mutta sitä ei vastaanotettu. Otsake vaaditaan " +"turvallisuussyistä, varmistamaan etteivät kolmannet osapuolet ole ottaneet " +"selaintasi haltuun." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Jos olet konfiguroinut selaimesi olemaan lähettämättä Referer-otsaketta, ole " +"hyvä ja kytke otsake takaisin päälle ainakin tälle sivulle, HTTPS-" +"yhteyksille tai saman lähteen (\"same-origin\") pyynnöille." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Jos käytät -tagia tai " +"\"Referrer-Policy: no-referrer\" -otsaketta, ole hyvä ja poista ne. CSRF-" +"suojaus vaatii Referer-otsakkeen tehdäkseen tarkan referer-tarkistuksen. Jos " +"vaadit yksityisyyttä, käytä vaihtoehtoja kuten linkittääksesi kolmannen osapuolen sivuille." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Näet tämän viestin, koska tämä sivusto vaatii CSRF-evästeen " +"vastaanottaessaan lomaketietoja. Eväste vaaditaan turvallisuussyistä, " +"varmistamaan etteivät kolmannet osapuolet ole ottaneet selaintasi haltuun." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Jos olet konfiguroinut selaimesi olemaan vastaanottamatta tai lähettämättä " +"evästeitä, ole hyvä ja kytke evästeet takaisin päälle ainakin tälle sivulle " +"tai saman lähteen (\"same-origin\") pyynnöille." + +msgid "More information is available with DEBUG=True." +msgstr "Lisätietoja `DEBUG=True`-konfiguraatioasetuksella." + +msgid "No year specified" +msgstr "Vuosi puuttuu" + +msgid "Date out of range" +msgstr "Päivämäärä ei alueella" + +msgid "No month specified" +msgstr "Kuukausi puuttuu" + +msgid "No day specified" +msgstr "Päivä puuttuu" + +msgid "No week specified" +msgstr "Viikko puuttuu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s: yhtään kohdetta ei löydy" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s: tulevia kohteita ei löydy, koska %(class_name)s." +"allow_future:n arvo on False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Päivämäärä '%(datestr)s' ei ole muotoa '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Hakua vastaavaa %(verbose_name)s -kohdetta ei löytynyt" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Sivunumero ei ole 'last' (viimeinen) eikä näytä luvulta." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Epäkelpo sivu (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Lista on tyhjä, ja '%(class_name)s.allow_empty':n arvo on False." + +msgid "Directory indexes are not allowed here." +msgstr "Hakemistolistauksia ei sallita täällä." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" ei ole olemassa" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Hakemistolistaus: %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Asennus toimi! Onneksi olkoon!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Katso Djangon version %(version)s julkaisutiedot" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Näet tämän viestin, koska asetuksissasi on DEBUG = True etkä ole konfiguroinut yhtään URL-" +"osoitetta." + +msgid "Django Documentation" +msgstr "Django-dokumentaatio" + +msgid "Topics, references, & how-to’s" +msgstr "Aiheet, viittaukset & how-tot" + +msgid "Tutorial: A Polling App" +msgstr "Tutoriaali: kyselyapplikaatio" + +msgid "Get started with Django" +msgstr "Miten päästä alkuun Djangolla" + +msgid "Django Community" +msgstr "Django-yhteisö" + +msgid "Connect, get help, or contribute" +msgstr "Verkostoidu, saa apua tai jatkokehitä" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3891deeecab8ed1d36b599555f2ba3e5f13ab58e GIT binary patch literal 201 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 Kspa, 2021 +# Simon Charette , 2012 +# Claude Paroz , 2013-2025 +# Claude Paroz , 2011 +# Jannis Leidel , 2011 +# Jean-Baptiste Mora, 2014 +# Larlet David , 2011 +# Marie-Cécile Gohier , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Claude Paroz , 2013-2025\n" +"Language-Team: French (http://app.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabe" + +msgid "Algerian Arabic" +msgstr "Arabe algérien" + +msgid "Asturian" +msgstr "Asturien" + +msgid "Azerbaijani" +msgstr "Azéri" + +msgid "Bulgarian" +msgstr "Bulgare" + +msgid "Belarusian" +msgstr "Biélorusse" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosniaque" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurde central (sorani)" + +msgid "Czech" +msgstr "Tchèque" + +msgid "Welsh" +msgstr "Gallois" + +msgid "Danish" +msgstr "Danois" + +msgid "German" +msgstr "Allemand" + +msgid "Lower Sorbian" +msgstr "Bas-sorabe" + +msgid "Greek" +msgstr "Grec" + +msgid "English" +msgstr "Anglais" + +msgid "Australian English" +msgstr "Anglais australien" + +msgid "British English" +msgstr "Anglais britannique" + +msgid "Esperanto" +msgstr "Espéranto" + +msgid "Spanish" +msgstr "Espagnol" + +msgid "Argentinian Spanish" +msgstr "Espagnol argentin" + +msgid "Colombian Spanish" +msgstr "Espagnol colombien" + +msgid "Mexican Spanish" +msgstr "Espagnol mexicain" + +msgid "Nicaraguan Spanish" +msgstr "Espagnol nicaraguayen" + +msgid "Venezuelan Spanish" +msgstr "Espagnol vénézuélien" + +msgid "Estonian" +msgstr "Estonien" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Perse" + +msgid "Finnish" +msgstr "Finlandais" + +msgid "French" +msgstr "Français" + +msgid "Frisian" +msgstr "Frison" + +msgid "Irish" +msgstr "Irlandais" + +msgid "Scottish Gaelic" +msgstr "Gaélique écossais" + +msgid "Galician" +msgstr "Galicien" + +msgid "Hebrew" +msgstr "Hébreu" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croate" + +msgid "Upper Sorbian" +msgstr "Haut-sorabe" + +msgid "Hungarian" +msgstr "Hongrois" + +msgid "Armenian" +msgstr "Arménien" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonésien" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandais" + +msgid "Italian" +msgstr "Italien" + +msgid "Japanese" +msgstr "Japonais" + +msgid "Georgian" +msgstr "Géorgien" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coréen" + +msgid "Kyrgyz" +msgstr "Kirghiz" + +msgid "Luxembourgish" +msgstr "Luxembourgeois" + +msgid "Lithuanian" +msgstr "Lituanien" + +msgid "Latvian" +msgstr "Letton" + +msgid "Macedonian" +msgstr "Macédonien" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongole" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malais" + +msgid "Burmese" +msgstr "Birman" + +msgid "Norwegian Bokmål" +msgstr "Norvégien bokmål" + +msgid "Nepali" +msgstr "Népalais" + +msgid "Dutch" +msgstr "Néerlandais" + +msgid "Norwegian Nynorsk" +msgstr "Norvégien nynorsk" + +msgid "Ossetic" +msgstr "Ossète" + +msgid "Punjabi" +msgstr "Penjabi" + +msgid "Polish" +msgstr "Polonais" + +msgid "Portuguese" +msgstr "Portugais" + +msgid "Brazilian Portuguese" +msgstr "Portugais brésilien" + +msgid "Romanian" +msgstr "Roumain" + +msgid "Russian" +msgstr "Russe" + +msgid "Slovak" +msgstr "Slovaque" + +msgid "Slovenian" +msgstr "Slovène" + +msgid "Albanian" +msgstr "Albanais" + +msgid "Serbian" +msgstr "Serbe" + +msgid "Serbian Latin" +msgstr "Serbe latin" + +msgid "Swedish" +msgstr "Suédois" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamoul" + +msgid "Telugu" +msgstr "Télougou" + +msgid "Tajik" +msgstr "Tadjik" + +msgid "Thai" +msgstr "Thaï" + +msgid "Turkmen" +msgstr "Turkmène" + +msgid "Turkish" +msgstr "Turc" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Oudmourte" + +msgid "Uyghur" +msgstr "Ouïghour" + +msgid "Ukrainian" +msgstr "Ukrainien" + +msgid "Urdu" +msgstr "Ourdou" + +msgid "Uzbek" +msgstr "Ouzbek" + +msgid "Vietnamese" +msgstr "Vietnamien" + +msgid "Simplified Chinese" +msgstr "Chinois simplifié" + +msgid "Traditional Chinese" +msgstr "Chinois traditionnel" + +msgid "Messages" +msgstr "Messages" + +msgid "Site Maps" +msgstr "Plans des sites" + +msgid "Static Files" +msgstr "Fichiers statiques" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Ce numéro de page n’est pas un nombre entier" + +msgid "That page number is less than 1" +msgstr "Ce numéro de page est plus petit que 1" + +msgid "That page contains no results" +msgstr "Cette page ne contient aucun résultat" + +msgid "Enter a valid value." +msgstr "Saisissez une valeur valide." + +msgid "Enter a valid domain name." +msgstr "Saisissez un nom de domaine valide." + +msgid "Enter a valid URL." +msgstr "Saisissez une URL valide." + +msgid "Enter a valid integer." +msgstr "Saisissez un nombre entier valide." + +msgid "Enter a valid email address." +msgstr "Saisissez une adresse de courriel valide." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Ce champ ne doit contenir que des lettres, des nombres, des tirets bas (_) " +"et des traits d’union." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ce champ ne doit contenir que des caractères Unicode, des nombres, des " +"tirets bas (_) et des traits d’union." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Saisissez une adresse %(protocol)s valide." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ou IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Saisissez uniquement des chiffres séparés par des virgules." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assurez-vous que cette valeur est %(limit_value)s (actuellement " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Assurez-vous que cette valeur est inférieure ou égale à %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Assurez-vous que cette valeur est supérieure ou égale à %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Assurez-vous que cette valeur est un multiple de la taille de pas " +"%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Assurez-vous que cette valeur est un multiple de la taille de pas " +"%(limit_value)s, débutant à %(offset)s, par ex. %(offset)s, " +"%(valid_value1)s, %(valid_value2)s, etc." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assurez-vous que cette valeur comporte au moins %(limit_value)d caractère " +"(actuellement %(show_value)d)." +msgstr[1] "" +"Assurez-vous que cette valeur comporte au moins %(limit_value)d caractères " +"(actuellement %(show_value)d)." +msgstr[2] "" +"Assurez-vous que cette valeur comporte au moins %(limit_value)d caractères " +"(actuellement %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assurez-vous que cette valeur comporte au plus %(limit_value)d caractère " +"(actuellement %(show_value)d)." +msgstr[1] "" +"Assurez-vous que cette valeur comporte au plus %(limit_value)d caractères " +"(actuellement %(show_value)d)." +msgstr[2] "" +"Assurez-vous que cette valeur comporte au plus %(limit_value)d caractères " +"(actuellement %(show_value)d)." + +msgid "Enter a number." +msgstr "Saisissez un nombre." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre au total." +msgstr[1] "Assurez-vous qu’il n’y a pas plus de %(max)s chiffres au total." +msgstr[2] "Assurez-vous qu’il n’y a pas plus de %(max)s chiffres au total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre après la virgule." +msgstr[1] "" +"Assurez-vous qu’il n’y a pas plus de %(max)s chiffres après la virgule." +msgstr[2] "" +"Assurez-vous qu’il n’y a pas plus de %(max)s chiffres après la virgule." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre avant la virgule." +msgstr[1] "" +"Assurez-vous qu’il n’y a pas plus de %(max)s chiffres avant la virgule." +msgstr[2] "" +"Assurez-vous qu’il n’y a pas plus de %(max)s chiffres avant la virgule." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"L'extension de fichier « %(extension)s » n’est pas autorisée. Les extensions " +"autorisées sont : %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Le caractère nul n’est pas autorisé." + +msgid "and" +msgstr "et" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Un objet %(model_name)s avec ces champs %(field_labels)s existe déjà." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "La contrainte « %(name)s » n’est pas respectée." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "La valeur « %(value)r » n’est pas un choix valide." + +msgid "This field cannot be null." +msgstr "Ce champ ne peut pas contenir la valeur nulle." + +msgid "This field cannot be blank." +msgstr "Ce champ ne peut pas être vide." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Un objet %(model_name)s avec ce champ %(field_label)s existe déjà." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s doit être unique pour la partie %(lookup_type)s de " +"%(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Champ de type : %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "La valeur « %(value)s » doit être soit True (vrai), soit False (faux)." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" +"La valeur « %(value)s » doit être True (vrai), False (faux) ou None (vide)." + +msgid "Boolean (Either True or False)" +msgstr "Booléen (soit True (vrai) ou False (faux))" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Chaîne de caractères (jusqu'à %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Chaîne de caractères (illimitée)" + +msgid "Comma-separated integers" +msgstr "Des entiers séparés par une virgule" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Le format de date de la valeur « %(value)s » n’est pas valide. Le format " +"correct est AAAA-MM-JJ." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Le format de date de la valeur « %(value)s » est correct (AAAA-MM-JJ), mais " +"la date n’est pas valide." + +msgid "Date (without time)" +msgstr "Date (sans l’heure)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Le format de la valeur « %(value)s » n’est pas valide. Le format correct est " +"AAAA-MM-JJ HH:MM[:ss[.uuuuuu]][FH]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Le format de date de la valeur « %(value)s » est correct (AAAA-MM-JJ HH:MM[:" +"ss[.uuuuuu]][FH]), mais la date ou l’heure n’est pas valide." + +msgid "Date (with time)" +msgstr "Date (avec l’heure)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "La valeur « %(value)s » doit être un nombre décimal." + +msgid "Decimal number" +msgstr "Nombre décimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Le format de la valeur « %(value)s » n’est pas valide. Le format correct est " +"[JJ] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Durée" + +msgid "Email address" +msgstr "Adresse électronique" + +msgid "File path" +msgstr "Chemin vers le fichier" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "La valeur « %(value)s » doit être un nombre à virgule flottante." + +msgid "Floating point number" +msgstr "Nombre à virgule flottante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "La valeur « %(value)s » doit être un nombre entier." + +msgid "Integer" +msgstr "Entier" + +msgid "Big (8 byte) integer" +msgstr "Grand entier (8 octets)" + +msgid "Small integer" +msgstr "Petit nombre entier" + +msgid "IPv4 address" +msgstr "Adresse IPv4" + +msgid "IP address" +msgstr "Adresse IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" +"La valeur « %(value)s » doit être None (vide), True (vrai) ou False (faux)." + +msgid "Boolean (Either True, False or None)" +msgstr "Booléen (soit None (vide), True (vrai) ou False (faux))" + +msgid "Positive big integer" +msgstr "Grand nombre entier positif" + +msgid "Positive integer" +msgstr "Nombre entier positif" + +msgid "Positive small integer" +msgstr "Petit nombre entier positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (jusqu'à %(max_length)s car.)" + +msgid "Text" +msgstr "Texte" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Le format de la valeur « %(value)s » n’est pas valide. Le format correct est " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Le format de la valeur « %(value)s » est correct (HH:MM[:ss[.uuuuuu]]), mais " +"l’heure n’est pas valide." + +msgid "Time" +msgstr "Heure" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Données binaires brutes" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "La valeur « %(value)s » n’est pas un UUID valide." + +msgid "Universally unique identifier" +msgstr "Identifiant unique universel" + +msgid "File" +msgstr "Fichier" + +msgid "Image" +msgstr "Image" + +msgid "A JSON object" +msgstr "Un objet JSON" + +msgid "Value must be valid JSON." +msgstr "La valeur doit respecter la syntaxe JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"L’instance %(model)s avec %(value)r dans %(field)s n'est pas un choix valide." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clé étrangère (type défini par le champ lié)" + +msgid "One-to-one relationship" +msgstr "Relation un à un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relation %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relations %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relation plusieurs à plusieurs" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ce champ est obligatoire." + +msgid "Enter a whole number." +msgstr "Saisissez un nombre entier." + +msgid "Enter a valid date." +msgstr "Saisissez une date valide." + +msgid "Enter a valid time." +msgstr "Saisissez une heure valide." + +msgid "Enter a valid date/time." +msgstr "Saisissez une date et une heure valides." + +msgid "Enter a valid duration." +msgstr "Saisissez une durée valide." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Le nombre de jours doit être entre {min_days} et {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Aucun fichier n’a été soumis. Vérifiez le type d’encodage du formulaire." + +msgid "No file was submitted." +msgstr "Aucun fichier n’a été soumis." + +msgid "The submitted file is empty." +msgstr "Le fichier soumis est vide." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Assurez-vous que ce nom de fichier comporte au plus %(max)d caractère " +"(actuellement %(length)d)." +msgstr[1] "" +"Assurez-vous que ce nom de fichier comporte au plus %(max)d caractères " +"(actuellement %(length)d)." +msgstr[2] "" +"Assurez-vous que ce nom de fichier comporte au plus %(max)d caractères " +"(actuellement %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Envoyez un fichier ou cochez la case d’effacement, mais pas les deux." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Téléversez une image valide. Le fichier que vous avez transféré n’est pas " +"une image ou bien est corrompu." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Sélectionnez un choix valide. %(value)s n’en fait pas partie." + +msgid "Enter a list of values." +msgstr "Saisissez une liste de valeurs." + +msgid "Enter a complete value." +msgstr "Saisissez une valeur complète." + +msgid "Enter a valid UUID." +msgstr "Saisissez un UUID valide." + +msgid "Enter a valid JSON." +msgstr "Saisissez du contenu JSON valide." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr " :" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(champ masqué %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Des données du formulaire ManagementForm sont manquantes ou ont été " +"manipulées. Champs manquants : %(field_names)s. Vous pourriez créer un " +"rapport de bogue si le problème persiste." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Veuillez soumettre au plus %(num)d formulaire." +msgstr[1] "Veuillez soumettre au plus %(num)d formulaires." +msgstr[2] "Veuillez soumettre au plus %(num)d formulaires." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Veuillez soumettre au moins %(num)d formulaire." +msgstr[1] "Veuillez soumettre au moins %(num)d formulaires." +msgstr[2] "Veuillez soumettre au moins %(num)d formulaires." + +msgid "Order" +msgstr "Ordre" + +msgid "Delete" +msgstr "Supprimer" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corrigez les données en double dans %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Corrigez les données en double dans %(field)s qui doit contenir des valeurs " +"uniques." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corrigez les données en double dans %(field_name)s qui doit contenir des " +"valeurs uniques pour la partie %(lookup)s de %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Corrigez les valeurs en double ci-dessous." + +msgid "The inline value did not match the parent instance." +msgstr "La valeur en ligne ne correspond pas à l’instance parente." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Sélectionnez un choix valide. Ce choix ne fait pas partie de ceux " +"disponibles." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "« %(pk)s » n’est pas une valeur correcte." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"La valeur %(datetime)s n’a pas pu être interprétée dans le fuseau horaire " +"%(current_timezone)s ; elle est peut-être ambigüe ou elle n’existe pas." + +msgid "Clear" +msgstr "Effacer" + +msgid "Currently" +msgstr "Actuellement" + +msgid "Change" +msgstr "Modifier" + +msgid "Unknown" +msgstr "Inconnu" + +msgid "Yes" +msgstr "Oui" + +msgid "No" +msgstr "Non" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "oui,non,peut-être" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d octet" +msgstr[1] "%(size)d octets" +msgstr[2] "%(size)d octets" + +#, python-format +msgid "%s KB" +msgstr "%s Kio" + +#, python-format +msgid "%s MB" +msgstr "%s Mio" + +#, python-format +msgid "%s GB" +msgstr "%s Gio" + +#, python-format +msgid "%s TB" +msgstr "%s Tio" + +#, python-format +msgid "%s PB" +msgstr "%s Pio" + +msgid "p.m." +msgstr "après-midi" + +msgid "a.m." +msgstr "matin" + +msgid "PM" +msgstr "Après-midi" + +msgid "AM" +msgstr "Matin" + +msgid "midnight" +msgstr "minuit" + +msgid "noon" +msgstr "midi" + +msgid "Monday" +msgstr "lundi" + +msgid "Tuesday" +msgstr "mardi" + +msgid "Wednesday" +msgstr "mercredi" + +msgid "Thursday" +msgstr "jeudi" + +msgid "Friday" +msgstr "vendredi" + +msgid "Saturday" +msgstr "samedi" + +msgid "Sunday" +msgstr "dimanche" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "jeu" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sam" + +msgid "Sun" +msgstr "dim" + +msgid "January" +msgstr "janvier" + +msgid "February" +msgstr "février" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "avril" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juin" + +msgid "July" +msgstr "juillet" + +msgid "August" +msgstr "août" + +msgid "September" +msgstr "septembre" + +msgid "October" +msgstr "octobre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "décembre" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "fév" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "avr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jui" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aoû" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "déc" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "fév." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "avr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juin" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juil." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "août" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "déc." + +msgctxt "alt. month" +msgid "January" +msgstr "Janvier" + +msgctxt "alt. month" +msgid "February" +msgstr "Février" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "Avril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juin" + +msgctxt "alt. month" +msgid "July" +msgstr "Juillet" + +msgctxt "alt. month" +msgid "August" +msgstr "Août" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Décembre" + +msgid "This is not a valid IPv6 address." +msgstr "Ceci n’est pas une adresse IPv6 valide." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d année" +msgstr[1] "%(num)d ans" +msgstr[2] "%(num)d ans" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mois" +msgstr[1] "%(num)d mois" +msgstr[2] "%(num)d mois" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semaine" +msgstr[1] "%(num)d semaines" +msgstr[2] "%(num)d semaines" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d jour" +msgstr[1] "%(num)d jours" +msgstr[2] "%(num)d jours" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d heure" +msgstr[1] "%(num)d heures" +msgstr[2] "%(num)d heures" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minute" +msgstr[1] "%(num)d minutes" +msgstr[2] "%(num)d minutes" + +msgid "Forbidden" +msgstr "Interdit" + +msgid "CSRF verification failed. Request aborted." +msgstr "La vérification CSRF a échoué. La requête a été interrompue." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vous voyez ce message parce que ce site HTTPS exige que le navigateur web " +"envoie un en-tête « Referer », ce qu’il n'a pas fait. Cet en-tête est exigé " +"pour des raisons de sécurité, afin de s’assurer que le navigateur n’ait pas " +"été piraté par un intervenant externe." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Si vous avez désactivé l’envoi des en-têtes « Referer » par votre " +"navigateur, veuillez les réactiver, au moins pour ce site ou pour les " +"connexions HTTPS, ou encore pour les requêtes de même origine (« same-" +"origin »)." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si vous utilisez la balise " +"ou que vous incluez l’en-tête « Referrer-Policy: no-referrer », il est " +"préférable de les enlever. La protection CSRF exige que l’en-tête " +"``Referer`` effectue un contrôle de référant strict. Si vous vous souciez de " +"la confidentialité, utilisez des alternatives comme " +"pour les liens vers des sites tiers." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vous voyez ce message parce que ce site exige la présence d’un cookie CSRF " +"lors de l’envoi de formulaires. Ce cookie est nécessaire pour des raisons de " +"sécurité, afin de s’assurer que le navigateur n’ait pas été piraté par un " +"intervenant externe." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Si vous avez désactivé l’envoi des cookies par votre navigateur, veuillez " +"les réactiver au moins pour ce site ou pour les requêtes de même origine (« " +"same-origin »)." + +msgid "More information is available with DEBUG=True." +msgstr "" +"Des informations plus détaillées sont affichées lorsque la variable DEBUG " +"vaut True." + +msgid "No year specified" +msgstr "Aucune année indiquée" + +msgid "Date out of range" +msgstr "Date hors limites" + +msgid "No month specified" +msgstr "Aucun mois indiqué" + +msgid "No day specified" +msgstr "Aucun jour indiqué" + +msgid "No week specified" +msgstr "Aucune semaine indiquée" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Pas de %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Pas de %(verbose_name_plural)s disponible dans le futur car %(class_name)s." +"allow_future est faux (False)." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Le format « %(format)s » appliqué à la chaîne date « %(datestr)s » n’est pas " +"valide" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Aucun objet %(verbose_name)s trouvé en réponse à la requête" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"La page n’est pas la « dernière », elle ne peut pas non plus être convertie " +"en nombre entier." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Page non valide (%(page_number)s) : %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Liste vide et « %(class_name)s.allow_empty » est faux (False)." + +msgid "Directory indexes are not allowed here." +msgstr "Il n’est pas autorisé d’afficher le contenu de ce répertoire." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "« %(path)s » n’existe pas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "L’installation s’est déroulée avec succès. Félicitations !" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Afficher les notes de publication de " +"Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Vous voyez cette page parce que votre fichier de réglages contient DEBUG=True et que vous n’avez pas " +"encore configuré d’URL." + +msgid "Django Documentation" +msgstr "Documentation de Django" + +msgid "Topics, references, & how-to’s" +msgstr "Thématiques, références et guides pratiques" + +msgid "Tutorial: A Polling App" +msgstr "Tutoriel : une application de sondage" + +msgid "Get started with Django" +msgstr "Premiers pas avec Django" + +msgid "Django Community" +msgstr "Communauté Django" + +msgid "Connect, get help, or contribute" +msgstr "Se connecter, obtenir de l’aide ou contribuer" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c22ef2df3eac1f1ddf3170534a3019a6b644f00d GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0x*<-6;FG}5SGyp%tV6!4? zar=yjPXGf1Foh@_K@m(N8b?tSGl;Im;{DAL)F2^b1}C|FxHEz&->p#`B@ z7L>AJ_}TwZNof1&eY&I`{thSm{`rOs4Af$3o|HsWwkw*hh~_+L)|73)hBv!_vt&`X z6-_m(8^iJ6ND{3L;f$)LoAz$i+&{Eeu2R#DFw?TNiv3!aU(WfJt)|u+=DMCS&u^cx z&pAncQB%ZMwjtL=T{Ja)&YM-OVTh`*(`vIF0{-qmQ> zY&jz+T{Z_DS91C;l$;41dsDn3aN-Omu-AP9htu&}cksA$dIm?`vGa)du9_WUT_?8O zK^ykmR$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0x*tom}bpL4OdTlBfIg!$!YlzbPn@A?{A*xown)EWHJWG`uv9NehL8a%WZbcw-vW9 zi1-39Kmb#S!an4~e&oji6u?0g#32;IVHEBF9Qj6}2&qw0qd10QIF8~tffDm%>BJ89 zij|^n`>W-y9rbk4m3|MB-VS1R!0L9?EAH7fMQ$zy>$vnE~7|Pt8jq zo8CE#Ots92Wk$7g{~?xX+b74=4Q|FA1^+?Y;2~X84}ZHK>c`h>KPgfvxs3CiCKwf2 z5jkxc*J|RvNx3J7fYt?0F+^F?s=GjX)A5|XBeYtT70o!Dn*WQA##L&H>N<5pt{4}B z@M@XyVl}DW(6;l`Wnupq$DHPcmo<@lZKy(>Q#eglmKm)oH&jmI4_HcSh-ZRgoGWsp zUX#whgIn_EVBLcstnuY!)NGj($oHDVj>Ve;3-aa+PRDcX5jZo4GuZFGg`@fOoi%*Q zK7Ilx-KqJAc5?SzefnSl@=h*K^i3pK@GU^* cCK0|%YGIWIdE%sn+a literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py new file mode 100644 index 00000000000..84f065713ee --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py @@ -0,0 +1,32 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..116a9de78e32b166a2cb26236c6575a9fbe9946f GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0x*togMY#<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%UR1P;4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..547456d9fcf2dfe772e3fe1bfe9729ede02ef901 GIT binary patch literal 820 zcmZXRy>Hq;7{o7FR+ISZ%kcs_Mojpw<}KMitk=qMRWRz{q@5cuKeK z9lD}!{Wn;q z1ld{91?pR5<@3Y&33bB6vLji+FEWf08W^zX1Q*b zLs(7jR3_-qTbkwyXPkV-X&7y`9}xSEUqoV%(uadcy>TfGL~vFf#s$v14{T;Lm)-K`A=x&CAoe%-au zsAImdQ}}2Ce**(gOOhanWdu;E>!=$)!4vcBnsV7Eb3nUC$8(Ty*%MD6Kc9o7%O$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0x*tojvs9<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%URaZA0 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c592c820839a604986f6dc282ef52b024934880 GIT binary patch literal 812 zcmZXS&5zPR7{;fR^3Ae*1~n!mrimoliFzZ(Shr;%N=w?3P3xgSrXVb(1Q64n)|>x< zSL4lp!>bpL4OdTlBfIg!$!YlzbPn@A?{A*xown)EWHJWu`uvvZKcoQo^lTn?hU%azx0^eK?IuRN%w8_xwUfG_4v>ke^zg>Z*-Y&vJ$I^(lVpe#Foqo+yP4ot;Q=}($6Ka z)vOEW-@z?@bFd!3kJjXJI&OE2DdYz2QP1KG(}J8ahqH-|d;;gjXby+{cW`Xa-dm$* z%#){Z+MgMZaqhC+!_lp=V~x6SXm#2{19m6+Sq*lriP@e_nX$c&JU1=$VQ9RV6!6vF zZ!*2W+lnLzVig0a!d2Wo$>J?@|0?C??kqss%@!Bn)Xm-Vbn(FgzfEw2rNM6 cCK0}iYhhIcdF)KPdF;%%ne3<3B!_4J0jUS!EC2ui literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py new file mode 100644 index 00000000000..0a63166e803 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' +] + +# Swiss number formatting can vary based on context (e.g. Fr. 23.50 vs 22,5 m). +# Django does not support context-specific formatting and uses generic +# separators. +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2eff5df96892ed14f8899744cccbe8b3c433cb89 GIT binary patch literal 2286 zcma)+zi%T&6vr0`aG2l6?>i1XgpMR|YdZm?;E?9>0|gQi1&0#_oW|Z+d+ga6XLdG@ zBP1$1I=GesItmIzM@NwO7ibPaO+!b^_w8=tB$ogytv{Zbw{O1h&71ez#fe)1o~Q6W zkN0Q1SMch)@Pp@fa1Q(fd)=K3WAF)Z2YeR%tQ>y@K8f-7An)-D z_%e7Kd>Wj%CkW=j%iz7>4R9I!2z(p-24r1-f|tMx6NQeKzz;E=2L-g<0%tM)8%}ut zSMCdfN5Dn!IdBVPof>34pO*7qf~@;HkoElpa-6?{*TBEP7r-m`2f+sT7Ko|fb8r>> zqU3Fm?Itf2Tmd;g3GRTOfSgj!9Y2tp@5leyA3vOjg;w-9}Of~lTXIhCDmZVMbZWDOD)?TIV|FDcdcs6Dl(s|M$T~z z#v;20pU3&@&q=>Pd?Lh?~~Ma0-&CIdgJ22C!BydbD842x=U z9<@HP1RE!JGUYfw+XHPybQGORLM&Sq2rOKKHMLl6Uwz4G$*7PGEjoTX^@wDzBbT8nRy(jaH;eQ+s&15ZfwVU#nOe#Wyv*YuBH5u+y=#?%BIc` zM7V+iOdDhd`7m9Wou}gO!jz#G7ieaBzH+)NBvRpq_&a(+3-K$7^FkTCgY#6TXa{UR zlmbPL`YadB!H)^|gK`*iJCJ!l2nDx;(<^y5IBAS-km2&2HR+W?$(>v|Ypzf=wzN9c z60(o06Iv@{RJ%)jelER6Xq$a#`{={MIW&y4Xcz;Y<$jTA#hKgSgce<+@5|2&m5J;Nce-=nU=&2h zC`@D;0{g0umMjUjPMV@~oa1Rp?eFJ?dGGj7Ppf_$_)#j58ZBkJi%f7JJ*6Y+bFSeo zU!dW^xBHx^qh)R~P$<$qrq=}82kgrT4}OSSBb_%?JE#)2Jj{7Cn)KAOWN}IOn7U#( bM7vh#P^{e0@lRu(Nc*@joNak*ts49T_}r7e literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..172f28356ca --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po @@ -0,0 +1,1218 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Western Frisian (http://www.transifex.com/django/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "" + +msgid "Catalan" +msgstr "" + +msgid "Czech" +msgstr "" + +msgid "Welsh" +msgstr "" + +msgid "Danish" +msgstr "" + +msgid "German" +msgstr "" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "" + +msgid "English" +msgstr "" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "" + +msgid "French" +msgstr "" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "" + +msgid "Italian" +msgstr "" + +msgid "Japanese" +msgstr "" + +msgid "Georgian" +msgstr "" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "" + +msgid "Russian" +msgstr "" + +msgid "Slovak" +msgstr "" + +msgid "Slovenian" +msgstr "" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "" + +msgid "Traditional Chinese" +msgstr "" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Jou in falide wearde." + +msgid "Enter a valid URL." +msgstr "Jou in falide URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Jou in falide IPv4-adres." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Jou allinnich sifers, skieden troch komma's." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "Jou in nûmer." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Dit fjild kin net leech wêze." + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s mei dit %(field_label)s bestiet al." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Dit fjild is fereaske." + +msgid "Enter a whole number." +msgstr "Jou in folslein nûmer." + +msgid "Enter a valid date." +msgstr "Jou in falide datum." + +msgid "Enter a valid time." +msgstr "Jou in falide tiid." + +msgid "Enter a valid date/time." +msgstr "Jou in falide datum.tiid." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Der is gjin bestân yntsjinne. Kontrolearje it kodearringstype op it " +"formulier." + +msgid "No file was submitted." +msgstr "Der is gjin bestân yntsjinne." + +msgid "The submitted file is empty." +msgstr "It yntsjinne bestân is leech." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Laad in falide ôfbylding op. It bestân dy't jo opladen hawwe wie net in " +"ôfbylding of in skansearre ôfbylding." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selektearje in falide kar. %(value)s is net ien fan de beskikbere karren." + +msgid "Enter a list of values." +msgstr "Jou in list mei weardes." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Oarder" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selektearje in falide kar. Dizze kar is net ien fan de beskikbere karren." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "" + +msgid "Tuesday" +msgstr "" + +msgid "Wednesday" +msgstr "" + +msgid "Thursday" +msgstr "" + +msgid "Friday" +msgstr "" + +msgid "Saturday" +msgstr "" + +msgid "Sunday" +msgstr "" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgid "jan" +msgstr "" + +msgid "feb" +msgstr "" + +msgid "mar" +msgstr "" + +msgid "apr" +msgstr "" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "" + +msgid "jul" +msgstr "" + +msgid "aug" +msgstr "" + +msgid "sep" +msgstr "" + +msgid "oct" +msgstr "" + +msgid "nov" +msgstr "" + +msgid "dec" +msgstr "" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "" + +msgctxt "alt. month" +msgid "February" +msgstr "" + +msgctxt "alt. month" +msgid "March" +msgstr "" + +msgctxt "alt. month" +msgid "April" +msgstr "" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "" + +msgctxt "alt. month" +msgid "July" +msgstr "" + +msgctxt "alt. month" +msgid "August" +msgstr "" + +msgctxt "alt. month" +msgid "September" +msgstr "" + +msgctxt "alt. month" +msgid "October" +msgstr "" + +msgctxt "alt. month" +msgid "November" +msgstr "" + +msgctxt "alt. month" +msgid "December" +msgstr "" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c10d546cfed089fc157961f25ecad4e93a61199a GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0uZ#{%vWp86 zlT(ZJU9uAM((_$XbMy6GQp@y9iYimUBKl>id1d-JnMwKul_eSZdB%E%M*78>C8@eV zec6fWK&?=P$@zI{`Z@W@i8-nIX_fkE`9-;jCB=FLmA^P_a`RJ4b5iY!Sb_F30&y{j O@sXL4k+Fyw$N~V}bT*X$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/formats.py new file mode 100644 index 00000000000..3825be44450 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/fy/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +# DATE_FORMAT = +# TIME_FORMAT = +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +# MONTH_DAY_FORMAT = +# SHORT_DATE_FORMAT = +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e55658a3227204974e10761a8e399c021f4564f0 GIT binary patch literal 31429 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, 2020 +# Jannis Leidel , 2011 +# John Moylan , 2013 +# John Stafford , 2013 +# Seán de Búrca , 2011 +# Luke Blaney , 2019 +# Michael Thornhill , 2011-2012,2015 +# Séamus Ó Cúile , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 06:49+0000\n" +"Last-Translator: Aindriú Mac Giolla Eoin, 2024\n" +"Language-Team: Irish (http://app.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +msgid "Afrikaans" +msgstr "Afracáinis" + +msgid "Arabic" +msgstr "Araibis" + +msgid "Algerian Arabic" +msgstr "Araibis na hAilgéire" + +msgid "Asturian" +msgstr "Astúiris" + +msgid "Azerbaijani" +msgstr "Asarbaiseáinis" + +msgid "Bulgarian" +msgstr "Bulgáiris" + +msgid "Belarusian" +msgstr "Bealarúisis" + +msgid "Bengali" +msgstr "Beangáilis" + +msgid "Breton" +msgstr "Briotánach" + +msgid "Bosnian" +msgstr "Boisnis" + +msgid "Catalan" +msgstr "Catalóinis" + +msgid "Central Kurdish (Sorani)" +msgstr "Coirdis Láir (Sorani)" + +msgid "Czech" +msgstr "Seicis" + +msgid "Welsh" +msgstr "Breatnais" + +msgid "Danish" +msgstr "Danmhairgis " + +msgid "German" +msgstr "Gearmáinis" + +msgid "Lower Sorbian" +msgstr "Sorbais Íochtarach" + +msgid "Greek" +msgstr "Gréigis" + +msgid "English" +msgstr "Béarla" + +msgid "Australian English" +msgstr "Béarla Astrálach" + +msgid "British English" +msgstr "Béarla na Breataine" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spáinnis" + +msgid "Argentinian Spanish" +msgstr "Spáinnis na hAirgintíne" + +msgid "Colombian Spanish" +msgstr "Spáinnis na Colóime" + +msgid "Mexican Spanish" +msgstr "Spáinnis Mheicsiceo " + +msgid "Nicaraguan Spanish" +msgstr "Spáinnis Nicearagua" + +msgid "Venezuelan Spanish" +msgstr "Spáinnis Veiniséalach" + +msgid "Estonian" +msgstr "Eastóinis" + +msgid "Basque" +msgstr "Bascais" + +msgid "Persian" +msgstr "Peirsis" + +msgid "Finnish" +msgstr "Fionlainnis" + +msgid "French" +msgstr "Fraincis" + +msgid "Frisian" +msgstr "Freaslainnis" + +msgid "Irish" +msgstr "Gaeilge" + +msgid "Scottish Gaelic" +msgstr "Gaeilge na hAlban" + +msgid "Galician" +msgstr "Gailísis" + +msgid "Hebrew" +msgstr "Eabhrais" + +msgid "Hindi" +msgstr "Hiondúis" + +msgid "Croatian" +msgstr "Cróitis" + +msgid "Upper Sorbian" +msgstr "Sorbian Uachtarach" + +msgid "Hungarian" +msgstr "Ungáiris" + +msgid "Armenian" +msgstr "Airméinis" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indinéisis" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Íoslainnis" + +msgid "Italian" +msgstr "Iodáilis" + +msgid "Japanese" +msgstr "Seapáinis" + +msgid "Georgian" +msgstr "Seoirsis" + +msgid "Kabyle" +msgstr "Cabaill" + +msgid "Kazakh" +msgstr "Casaicis" + +msgid "Khmer" +msgstr "Ciméiris" + +msgid "Kannada" +msgstr "Cannadais" + +msgid "Korean" +msgstr "Cóiréis" + +msgid "Kyrgyz" +msgstr "Chirgeastáin" + +msgid "Luxembourgish" +msgstr "Lucsamburgach" + +msgid "Lithuanian" +msgstr "Liotuáinis" + +msgid "Latvian" +msgstr "Laitvis" + +msgid "Macedonian" +msgstr "Macadóinis" + +msgid "Malayalam" +msgstr "Mailéalaimis" + +msgid "Mongolian" +msgstr "Mongóilis" + +msgid "Marathi" +msgstr "Maraitis" + +msgid "Malay" +msgstr "Malaeis" + +msgid "Burmese" +msgstr "Burmais" + +msgid "Norwegian Bokmål" +msgstr "Ioruais Bokmål" + +msgid "Nepali" +msgstr "Neipeailis" + +msgid "Dutch" +msgstr "Ollainnis" + +msgid "Norwegian Nynorsk" +msgstr "Ioruais Nynorsk" + +msgid "Ossetic" +msgstr "Oiséitis" + +msgid "Punjabi" +msgstr "Puinseáibis" + +msgid "Polish" +msgstr "Polainnis" + +msgid "Portuguese" +msgstr "Portaingéilis" + +msgid "Brazilian Portuguese" +msgstr "Portaingéilis na Brasaíle" + +msgid "Romanian" +msgstr "Rómáinis" + +msgid "Russian" +msgstr "Rúisis" + +msgid "Slovak" +msgstr "Slóvaicis" + +msgid "Slovenian" +msgstr "Slóivéinis" + +msgid "Albanian" +msgstr "Albáinis" + +msgid "Serbian" +msgstr "Seirbis" + +msgid "Serbian Latin" +msgstr "Seirbis (Laidineach)" + +msgid "Swedish" +msgstr "Sualainnis" + +msgid "Swahili" +msgstr "Svahaílis" + +msgid "Tamil" +msgstr "Tamailis" + +msgid "Telugu" +msgstr "Teileagúis" + +msgid "Tajik" +msgstr "Táidsíc" + +msgid "Thai" +msgstr "Téalainnis" + +msgid "Turkmen" +msgstr "Tuircméinis" + +msgid "Turkish" +msgstr "Tuircis" + +msgid "Tatar" +msgstr "Tatairis" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uighur" + +msgid "Ukrainian" +msgstr "Úcráinis" + +msgid "Urdu" +msgstr "Urdais" + +msgid "Uzbek" +msgstr "Úisbéicis" + +msgid "Vietnamese" +msgstr "Vítneamais" + +msgid "Simplified Chinese" +msgstr "Sínis Simplithe" + +msgid "Traditional Chinese" +msgstr "Sínis Traidisiúnta" + +msgid "Messages" +msgstr "Teachtaireachtaí" + +msgid "Site Maps" +msgstr "Léarscáileanna Suímh" + +msgid "Static Files" +msgstr "Comhaid Statach" + +msgid "Syndication" +msgstr "Sindeacáitiú" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Ní slánuimhir í an uimhir leathanaigh sin" + +msgid "That page number is less than 1" +msgstr "Tá uimhir an leathanaigh sin níos lú ná 1" + +msgid "That page contains no results" +msgstr "Níl aon torthaí ar an leathanach sin" + +msgid "Enter a valid value." +msgstr "Iontráil luach bailí" + +msgid "Enter a valid domain name." +msgstr "Cuir isteach ainm fearainn bailí." + +msgid "Enter a valid URL." +msgstr "Iontráil URL bailí." + +msgid "Enter a valid integer." +msgstr "Cuir isteach slánuimhir bhailí." + +msgid "Enter a valid email address." +msgstr "Cuir isteach seoladh ríomhphoist bailí." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Cuir isteach “sluga” bailí ar a bhfuil litreacha, uimhreacha, foscórthaí nó " +"fleiscíní." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Cuir isteach “sluga” bailí ar a bhfuil litreacha Unicode, uimhreacha, fo-" +"scóranna, nó fleiscíní." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Cuir isteach seoladh bailí %(protocol)s." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 nó IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Ná hiontráil ach digití atá deighilte le camóga." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Cinntigh go bhfuil an luach seo %(limit_value)s (tá sé %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Cinntigh go bhfuil an luach seo níos lú ná nó cothrom le %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Cinntigh go bhfuil an luach seo níos mó ná nó cothrom le %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Cinntigh gur iolraí de chéimmhéid %(limit_value)s an luach seo." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Cinntigh gur iolraí de chéimmhéid %(limit_value)s an luach seo, ag tosú ó " +"%(offset)s, m.sh. %(offset)s, %(valid_value1)s, %(valid_value2)s, agus mar " +"sin de." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Cinntigh go bhfuil ar a laghad %(limit_value)d carachtar ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[1] "" +"Cinntigh go bhfuil ar a laghad %(limit_value)d carachtar ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[2] "" +"Cinntigh go bhfuil ar a laghad %(limit_value)d carachtar ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[3] "" +"Cinntigh go bhfuil ar a laghad %(limit_value)d carachtar ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[4] "" +"Cinntigh go bhfuil ar a laghad %(limit_value)d carachtar ag an luach seo (tá " +"%(show_value)d aige)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Cinntigh go bhfuil %(limit_value)d carachtar ar a mhéad ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[1] "" +"Cinntigh go bhfuil %(limit_value)d carachtar ar a mhéad ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[2] "" +"Cinntigh go bhfuil %(limit_value)d carachtar ar a mhéad ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[3] "" +"Cinntigh go bhfuil %(limit_value)d carachtar ar a mhéad ag an luach seo (tá " +"%(show_value)d aige)." +msgstr[4] "" +"Cinntigh go bhfuil %(limit_value)d carachtar ar a mhéad ag an luach seo (tá " +"%(show_value)d aige)." + +msgid "Enter a number." +msgstr "Iontráil uimhir." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Cinntigh nach bhfuil níos mó ná %(max)s digit san iomlán." +msgstr[1] "Cinntigh nach bhfuil níos mó ná %(max)s digit san iomlán." +msgstr[2] "Cinntigh nach bhfuil níos mó ná %(max)s digit san iomlán." +msgstr[3] "Cinntigh nach bhfuil níos mó ná %(max)s digit san iomlán." +msgstr[4] "Cinntigh nach bhfuil níos mó ná %(max)s digit san iomlán." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Cinntigh nach bhfuil níos mó ná %(max)s ionad deachúlach ann." +msgstr[1] "Cinntigh nach bhfuil níos mó ná %(max)s de dheachúlacha ann." +msgstr[2] "Cinntigh nach bhfuil níos mó ná %(max)s de dheachúlacha ann." +msgstr[3] "Cinntigh nach bhfuil níos mó ná %(max)s de dheachúlacha ann." +msgstr[4] "Cinntigh nach bhfuil níos mó ná %(max)s de dheachúlacha ann." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Cinntigh nach bhfuil níos mó ná %(max)s digit ann roimh an bpointe deachúil." +msgstr[1] "" +"Cinntigh nach bhfuil níos mó ná %(max)s dhigit roimh an bpointe deachúil." +msgstr[2] "" +"Cinntigh nach bhfuil níos mó ná %(max)s dhigit roimh an bpointe deachúil." +msgstr[3] "" +"Cinntigh nach bhfuil níos mó ná %(max)s dhigit roimh an bpointe deachúil." +msgstr[4] "" +"Cinntigh nach bhfuil níos mó ná %(max)s dhigit roimh an bpointe deachúil." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Ní cheadaítear iarmhír chomhaid “%(extension)s”. Is iad seo a leanas " +"eisínteachtaí ceadaithe: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Ní cheadaítear carachtair null." + +msgid "and" +msgstr "agus" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Tá %(model_name)s leis an %(field_labels)s seo ann cheana." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Tá srian “%(name)s” sáraithe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Ní rogha bhailí é luach %(value)r." + +msgid "This field cannot be null." +msgstr "Ní cheadaítear luach nialasach sa réimse seo." + +msgid "This field cannot be blank." +msgstr "Ní cheadaítear luach nialasach sa réimse seo." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Tá %(model_name)s leis an %(field_label)s seo ann cheana." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Caithfidh %(field_label)s a bheith uathúil le haghaidh %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Réimse de Cineál: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Caithfidh luach “%(value)s” a bheith Fíor nó Bréagach." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Caithfidh luach “%(value)s” a bheith Fíor, Bréagach, nó Neamhní." + +msgid "Boolean (Either True or False)" +msgstr "Boole" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Teaghrán (suas go %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Teaghrán (gan teorainn)" + +msgid "Comma-separated integers" +msgstr "Slánuimhireacha camóg-scartha" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Tá formáid dáta neamhbhailí ag luach “%(value)s”. Caithfidh sé a bheith i " +"bhformáid BBBB-MM-LL." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Tá an fhormáid cheart ag luach “%(value)s” (BBBB-MM-DD) ach is dáta " +"neamhbhailí é." + +msgid "Date (without time)" +msgstr "Dáta (gan am)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Tá formáid neamhbhailí ag luach “%(value)s”. Caithfidh sé a bheith san " +"fhormáid BBBB-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Tá an fhormáid cheart ag luach “%(value)s” (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) ach is dáta/am neamhbhailí é." + +msgid "Date (with time)" +msgstr "Dáta (le am)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Caithfidh luach “%(value)s” a bheith ina uimhir dheachúil." + +msgid "Decimal number" +msgstr "Uimhir deachúlach" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Tá formáid neamhbhailí ag luach “%(value)s”. Caithfidh sé a bheith i " +"bhformáid [DD] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Fad" + +msgid "Email address" +msgstr "R-phost" + +msgid "File path" +msgstr "Conair comhaid" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Caithfidh luach “%(value)s” a bheith ina shnámhán." + +msgid "Floating point number" +msgstr "Snámhphointe" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Caithfidh luach “%(value)s” a bheith ina shlánuimhir." + +msgid "Integer" +msgstr "Slánuimhir" + +msgid "Big (8 byte) integer" +msgstr "Mór (8 byte) slánuimhi" + +msgid "Small integer" +msgstr "Slánuimhir beag" + +msgid "IPv4 address" +msgstr "Seoladh IPv4" + +msgid "IP address" +msgstr "Seoladh IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Ní mór luach “%(value)s” a bheith Easpa, Fíor nó Bréagach." + +msgid "Boolean (Either True, False or None)" +msgstr "Boole (Fíor, Bréagach nó Dada)" + +msgid "Positive big integer" +msgstr "Slánuimhir mhór dhearfach" + +msgid "Positive integer" +msgstr "Slánuimhir dearfach" + +msgid "Positive small integer" +msgstr "Slánuimhir beag dearfach" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (suas go %(max_length)s)" + +msgid "Text" +msgstr "Téacs" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Tá formáid neamhbhailí ag luach “%(value)s”. Caithfidh sé a bheith i " +"bhformáid HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Tá an fhormáid cheart ag luach “%(value)s” (HH:MM[:ss[.uuuuuu]]) ach is am " +"neamhbhailí é." + +msgid "Time" +msgstr "Am" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Sonraí dénártha amh" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Ní UUID bailí é “%(value)s”." + +msgid "Universally unique identifier" +msgstr "Aitheantóir uathúil uilíoch" + +msgid "File" +msgstr "Comhaid" + +msgid "Image" +msgstr "Íomhá" + +msgid "A JSON object" +msgstr "Réad JSON" + +msgid "Value must be valid JSON." +msgstr "Caithfidh an luach a bheith bailí JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Níl sampla %(model)s le %(field)s %(value)r ann." + +msgid "Foreign Key (type determined by related field)" +msgstr "Eochair Eachtracha (cineál a chinnfear de réir réimse a bhaineann)" + +msgid "One-to-one relationship" +msgstr "Duine-le-duine caidreamh" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s caidreamh" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s caidrimh" + +msgid "Many-to-many relationship" +msgstr "Go leor le go leor caidreamh" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tá an réimse seo riachtanach." + +msgid "Enter a whole number." +msgstr "Iontráil slánuimhir." + +msgid "Enter a valid date." +msgstr "Iontráil dáta bailí." + +msgid "Enter a valid time." +msgstr "Iontráil am bailí." + +msgid "Enter a valid date/time." +msgstr "Iontráil dáta/am bailí." + +msgid "Enter a valid duration." +msgstr "Cuir isteach ré bailí." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Caithfidh líon na laethanta a bheith idir {min_days} agus {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Níor seoladh comhad. Deimhnigh cineál an ionchódaithe ar an bhfoirm." + +msgid "No file was submitted." +msgstr "Níor seoladh aon chomhad." + +msgid "The submitted file is empty." +msgstr "Tá an comhad a seoladh folamh." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Cinntigh go bhfuil %(max)d carachtar ar a mhéad ag an gcomhadainm seo (tá " +"%(length)d aige)." +msgstr[1] "" +"Cinntigh go bhfuil %(max)d carachtar ar a mhéad ag an gcomhadainm seo (tá " +"%(length)d aige)." +msgstr[2] "" +"Cinntigh go bhfuil %(max)d carachtar ar a mhéad ag an gcomhadainm seo (tá " +"%(length)d aige)." +msgstr[3] "" +"Cinntigh go bhfuil %(max)d carachtar ar a mhéad ag an gcomhadainm seo (tá " +"%(length)d aige)." +msgstr[4] "" +"Cinntigh go bhfuil %(max)d carachtar ar a mhéad ag an gcomhadainm seo (tá " +"%(length)d aige)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Cuir ceachtar isteach comhad nó an ticbhosca soiléir, ní féidir an dá " +"sheiceáil." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Uasluchtaigh íomhá bhailí. Níorbh íomhá é an comhad a d'uasluchtaigh tú, nó " +"b'íomhá thruaillithe é." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Déan rogha bhailí. Ní ceann de na roghanna é %(value)s." + +msgid "Enter a list of values." +msgstr "Cuir liosta de luachanna isteach." + +msgid "Enter a complete value." +msgstr "Cuir isteach luach iomlán." + +msgid "Enter a valid UUID." +msgstr "Cuir isteach UUID bailí." + +msgid "Enter a valid JSON." +msgstr "Cuir isteach JSON bailí." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Réimse folaithe %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Tá sonraí ManagementForm in easnamh nó ar cuireadh isteach orthu. Réimsí ar " +"iarraidh: %(field_names)s. Seans go mbeidh ort tuairisc fhabht a chomhdú má " +"leanann an cheist." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Cuir isteach %(num)d foirm ar a mhéad." +msgstr[1] "Cuir isteach %(num)d foirm ar a mhéad." +msgstr[2] "Cuir isteach %(num)d foirm ar a mhéad." +msgstr[3] "Cuir isteach %(num)d foirm ar a mhéad." +msgstr[4] "Cuir isteach %(num)d foirm ar a mhéad." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Cuir isteach ar a laghad %(num)d foirm." +msgstr[1] "Cuir isteach %(num)d foirm ar a laghad." +msgstr[2] "Cuir isteach %(num)d foirm ar a laghad." +msgstr[3] "Cuir isteach %(num)d foirm ar a laghad." +msgstr[4] "Cuir isteach %(num)d foirm ar a laghad." + +msgid "Order" +msgstr "Ord" + +msgid "Delete" +msgstr "Scrios" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Le do thoil ceartaigh an sonra dúbail le %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ceart le do thoil na sonraí a dhúbailt le haghaidh %(field)s, chaithfidh a " +"bheith uathúil." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ceart le do thoil na sonraí a dhúbailt le haghaidh %(field_name)s ní mór a " +"bheith uaithúil le haghaidh an %(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Le do thoil ceartaigh na luachanna dúbail thíos." + +msgid "The inline value did not match the parent instance." +msgstr "Níor mheaitseáil an luach inlíne leis an gcás tuismitheora." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Déan rogha bhailí. Ní ceann de na roghanna é do roghasa." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "Ní luach bailí é “%(pk)s”." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Níorbh fhéidir %(datetime)s a léirmhíniú i gcrios ama %(current_timezone)s; " +"d'fhéadfadh sé a bheith débhríoch nó b'fhéidir nach bhfuil sé ann." + +msgid "Clear" +msgstr "Glan" + +msgid "Currently" +msgstr "Faoi láthair" + +msgid "Change" +msgstr "Athraigh" + +msgid "Unknown" +msgstr "Anaithnid" + +msgid "Yes" +msgstr "Tá" + +msgid "No" +msgstr "Níl" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "tá,níl,b'fhéidir" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bheart" +msgstr[1] "%(size)d bheart" +msgstr[2] "%(size)d bheart" +msgstr[3] "%(size)d mbeart" +msgstr[4] "%(size)d beart" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "i.n." + +msgid "a.m." +msgstr "r.n." + +msgid "PM" +msgstr "IN" + +msgid "AM" +msgstr "RN" + +msgid "midnight" +msgstr "meán oíche" + +msgid "noon" +msgstr "nóin" + +msgid "Monday" +msgstr "Dé Luain" + +msgid "Tuesday" +msgstr "Dé Máirt" + +msgid "Wednesday" +msgstr "Dé Céadaoin" + +msgid "Thursday" +msgstr "Déardaoin" + +msgid "Friday" +msgstr "Dé hAoine" + +msgid "Saturday" +msgstr "Dé Sathairn" + +msgid "Sunday" +msgstr "Dé Domhnaigh" + +msgid "Mon" +msgstr "L" + +msgid "Tue" +msgstr "M" + +msgid "Wed" +msgstr "C" + +msgid "Thu" +msgstr "D" + +msgid "Fri" +msgstr "A" + +msgid "Sat" +msgstr "S" + +msgid "Sun" +msgstr "D" + +msgid "January" +msgstr "Eanáir" + +msgid "February" +msgstr "Feabhra" + +msgid "March" +msgstr "Márta" + +msgid "April" +msgstr "Aibreán" + +msgid "May" +msgstr "Bealtaine" + +msgid "June" +msgstr "Meitheamh" + +msgid "July" +msgstr "Iúil" + +msgid "August" +msgstr "Lúnasa" + +msgid "September" +msgstr "Meán Fómhair" + +msgid "October" +msgstr "Deireadh Fómhair" + +msgid "November" +msgstr "Samhain" + +msgid "December" +msgstr "Nollaig" + +msgid "jan" +msgstr "ean" + +msgid "feb" +msgstr "feabh" + +msgid "mar" +msgstr "márta" + +msgid "apr" +msgstr "aib" + +msgid "may" +msgstr "beal" + +msgid "jun" +msgstr "meith" + +msgid "jul" +msgstr "iúil" + +msgid "aug" +msgstr "lún" + +msgid "sep" +msgstr "mfómh" + +msgid "oct" +msgstr "dfómh" + +msgid "nov" +msgstr "samh" + +msgid "dec" +msgstr "noll" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ean." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feabh." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Márta" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aib." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Beal." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Meith." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iúil" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Lún." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "MFómh." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "DFómh." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Samh." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Noll." + +msgctxt "alt. month" +msgid "January" +msgstr "Mí Eanáir" + +msgctxt "alt. month" +msgid "February" +msgstr "Mí Feabhra" + +msgctxt "alt. month" +msgid "March" +msgstr "Mí na Márta" + +msgctxt "alt. month" +msgid "April" +msgstr "Mí Aibreáin" + +msgctxt "alt. month" +msgid "May" +msgstr "Mí na Bealtaine" + +msgctxt "alt. month" +msgid "June" +msgstr "Mí an Mheithimh" + +msgctxt "alt. month" +msgid "July" +msgstr "Mí Iúil" + +msgctxt "alt. month" +msgid "August" +msgstr "Mí Lúnasa" + +msgctxt "alt. month" +msgid "September" +msgstr "Mí Mheán Fómhair" + +msgctxt "alt. month" +msgid "October" +msgstr "Mí Dheireadh Fómhair" + +msgctxt "alt. month" +msgid "November" +msgstr "Mí na Samhna" + +msgctxt "alt. month" +msgid "December" +msgstr "Mí na Nollag" + +msgid "This is not a valid IPv6 address." +msgstr "Ní seoladh IPv6 bailí é seo." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "nó" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d bhliain" +msgstr[1] "%(num)d bliain" +msgstr[2] "%(num)d bliain" +msgstr[3] "%(num)d bliain" +msgstr[4] "%(num)d bliain" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mí" +msgstr[1] "%(num)d míonna" +msgstr[2] "%(num)d míonna" +msgstr[3] "%(num)d míonna" +msgstr[4] "%(num)d míonna" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d seachtain" +msgstr[1] "%(num)d seachtainí" +msgstr[2] "%(num)d seachtainí" +msgstr[3] "%(num)d seachtainí" +msgstr[4] "%(num)d seachtainí" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d lá" +msgstr[1] "%(num)d laethanta" +msgstr[2] "%(num)d laethanta" +msgstr[3] "%(num)d laethanta" +msgstr[4] "%(num)d laethanta" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d uair" +msgstr[1] "%(num)d huaireanta" +msgstr[2] "%(num)d huaireanta" +msgstr[3] "%(num)d huaireanta" +msgstr[4] "%(num)d huaireanta" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d nóiméad" +msgstr[1] "%(num)d nóiméad" +msgstr[2] "%(num)d nóiméad" +msgstr[3] "%(num)d nóiméad" +msgstr[4] "%(num)d nóiméad" + +msgid "Forbidden" +msgstr "Toirmiscthe" + +msgid "CSRF verification failed. Request aborted." +msgstr "Theip ar fhíorú CSRF. Cuireadh deireadh leis an iarratas." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Tá an teachtaireacht seo á fheiceáil agat toisc go bhfuil “ceanntásc " +"tarchuir” ag teastáil ón suíomh HTTPS seo le bheith seolta ag do bhrabhsálaí " +"gréasáin, ach níor seoladh aon cheann. Tá an ceanntásc seo ag teastáil ar " +"chúiseanna slándála, lena chinntiú nach bhfuil do bhrabhsálaí á fuadach ag " +"tríú páirtithe." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Má tá do bhrabhsálaí cumraithe agat chun ceanntásca “Tagairtí” a dhíchumasú, " +"le do thoil déan iad a athchumasú, le do thoil don suíomh seo, nó do naisc " +"HTTPS, nó d’iarratais “ar an mbunús céanna”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Má tá an chlib 1 á úsáid agat nó má tá an ceanntásc “Polasaí Atreoraithe: " +"gan atreorú” san áireamh, bain amach iad le do thoil. Éilíonn an chosaint " +"CSRF go bhfuil an ceanntásc “Tagairtí” chun seiceáil docht atreoraithe a " +"dhéanamh. Má tá imní ort faoi phríobháideachas, bain úsáid as roghanna eile " +"amhail le haghaidh naisc chuig láithreáin tríú " +"páirtí." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Tá an teachtaireacht seo á fheiceáil agat toisc go bhfuil fianán CSRF ag " +"teastáil ón suíomh seo agus foirmeacha á gcur isteach agat. Tá an fianán seo " +"ag teastáil ar chúiseanna slándála, lena chinntiú nach bhfuil do bhrabhsálaí " +"á fuadach ag tríú páirtithe." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Má tá do bhrabhsálaí cumraithe agat chun fianáin a dhíchumasú, le do thoil " +"athchumasaigh iad, le do thoil, le haghaidh an tsuímh seo ar a laghad, nó le " +"haghaidh iarratais “ar an mbunús céanna”." + +msgid "More information is available with DEBUG=True." +msgstr "Tá tuilleadh eolais ar fáil le DEBUG=True." + +msgid "No year specified" +msgstr "Bliain gan sonrú" + +msgid "Date out of range" +msgstr "Dáta as raon" + +msgid "No month specified" +msgstr "Mí gan sonrú" + +msgid "No day specified" +msgstr "Lá gan sonrú" + +msgid "No week specified" +msgstr "Seachtain gan sonrú" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Gan %(verbose_name_plural)s ar fáil" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Níl %(verbose_name_plural)s sa todhchaí ar fáil mar tá %(class_name)s." +"allow_future Bréagach." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Teaghrán dáta neamhbhailí “%(datestr)s” tugtha formáid “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Níl bhfuarthas %(verbose_name)s le hadhaigh an iarratas" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Níl an leathanach “deireadh”, agus ní féidir é a thiontú go slánuimhir." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Leathanach neamhbhailí (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tá liosta folamh agus “%(class_name)s.allow_empty” bréagach." + +msgid "Directory indexes are not allowed here." +msgstr "Níl innéacsanna chomhadlann cheadaítear anseo." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "Níl “%(path)s” ann" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innéacs de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "D'éirigh leis an suiteáil! Comhghairdeachas!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Féach ar nótaí scaoilte le haghaidh Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Tá an leathanach seo á fheiceáil agat toisc go bhfuil DEBUG=True i do chomhad socruithe agus nach bhfuil aon " +"URL cumraithe agat." + +msgid "Django Documentation" +msgstr "Doiciméadú Django" + +msgid "Topics, references, & how-to’s" +msgstr "Ábhair, tagairtí, & conas atá" + +msgid "Tutorial: A Polling App" +msgstr "Teagaisc: A Vótaíocht Aip" + +msgid "Get started with Django" +msgstr "Tosaigh le Django" + +msgid "Django Community" +msgstr "Pobal Django" + +msgid "Connect, get help, or contribute" +msgstr "Ceangail, faigh cúnamh, nó ranníoc" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0fc54fe4e3e768092947e3c0602a2b1957bd47a6 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0tpeOV literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0856f11e0636ff891b722afc8692092eee342c8 GIT binary patch literal 393 zcmX@j%ge<81Rc?OnX8x>7#@Q-Fu(|9e3k(+rZc24L@}f=Mlq%^MKPr?M=__cM6sl> zMzL11X|h+bW+}KSL{>3-SY=i*1KA(}UxmnDjC#Kqb^J8hZgIOfhPcMN`3LzrhTP%~ z@$`jr1bqGdLOkMK93x@Ug25jCK_Ng9gbqO$S7%RON1ym$*8s;L#}NOZTS6fo{-ME+ zel7^Hl?|N!11F%T7!OYK1CH&d*EJ&&f|t%t_TxPt;G#FUn0UDb_2f z{Ka9Do1apelWJGQ3$zy$V8yyX;sY}yBjX1y27a*y?i+l<4cs5t7(^s5FbLcbk-oqn W_(6z4R02rf5S6&dAXLN+)Byksd2f^e literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/formats.py new file mode 100644 index 00000000000..7cde1a5689e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ga/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "H:i" +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M Y" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f177bbd99009c588c09490bfbdf2bcb06f4364dc GIT binary patch literal 30752 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 T 2 && n < 20) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "Afraganais" + +msgid "Arabic" +msgstr "Arabais" + +msgid "Algerian Arabic" +msgstr "Arabais Aildireach" + +msgid "Asturian" +msgstr "Astùrais" + +msgid "Azerbaijani" +msgstr "Asarbaideànais" + +msgid "Bulgarian" +msgstr "Bulgarais" + +msgid "Belarusian" +msgstr "Bealaruisis" + +msgid "Bengali" +msgstr "Beangailis" + +msgid "Breton" +msgstr "Breatnais" + +msgid "Bosnian" +msgstr "Bosnais" + +msgid "Catalan" +msgstr "Catalanais" + +msgid "Czech" +msgstr "Seacais" + +msgid "Welsh" +msgstr "Cuimris" + +msgid "Danish" +msgstr "Danmhairgis" + +msgid "German" +msgstr "Gearmailtis" + +msgid "Lower Sorbian" +msgstr "Sòrbais Ìochdarach" + +msgid "Greek" +msgstr "Greugais" + +msgid "English" +msgstr "Beurla" + +msgid "Australian English" +msgstr "Beurla Astràilia" + +msgid "British English" +msgstr "Beurla Bhreatainn" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spàinntis" + +msgid "Argentinian Spanish" +msgstr "Spàinntis na h-Argantaine" + +msgid "Colombian Spanish" +msgstr "Spàinntis Choloimbia" + +msgid "Mexican Spanish" +msgstr "Spàinntis Mheagsagach" + +msgid "Nicaraguan Spanish" +msgstr "Spàinntis Niocaragua" + +msgid "Venezuelan Spanish" +msgstr "Spàinntis na Bheiniseala" + +msgid "Estonian" +msgstr "Eastoinis" + +msgid "Basque" +msgstr "Basgais" + +msgid "Persian" +msgstr "Farsaidh" + +msgid "Finnish" +msgstr "Fionnlannais" + +msgid "French" +msgstr "Fraingis" + +msgid "Frisian" +msgstr "Frìsis" + +msgid "Irish" +msgstr "Gaeilge" + +msgid "Scottish Gaelic" +msgstr "Gàidhlig" + +msgid "Galician" +msgstr "Gailìsis" + +msgid "Hebrew" +msgstr "Eabhra" + +msgid "Hindi" +msgstr "Hindis" + +msgid "Croatian" +msgstr "Cròthaisis" + +msgid "Upper Sorbian" +msgstr "Sòrbais Uachdarach" + +msgid "Hungarian" +msgstr "Ungairis" + +msgid "Armenian" +msgstr "Airmeinis" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Innd-Innsis" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Innis Tìlis" + +msgid "Italian" +msgstr "Eadailtis" + +msgid "Japanese" +msgstr "Seapanais" + +msgid "Georgian" +msgstr "Cairtbheilis" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Casachais" + +msgid "Khmer" +msgstr "Cmèar" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coirèanais" + +msgid "Kyrgyz" +msgstr "Cìorgasais" + +msgid "Luxembourgish" +msgstr "Lugsamburgais" + +msgid "Lithuanian" +msgstr "Liotuainis" + +msgid "Latvian" +msgstr "Laitbheis" + +msgid "Macedonian" +msgstr "Masadonais" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolais" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malaidhis" + +msgid "Burmese" +msgstr "Burmais" + +msgid "Norwegian Bokmål" +msgstr "Nirribhis (Bokmål)" + +msgid "Nepali" +msgstr "Neapàlais" + +msgid "Dutch" +msgstr "Duitsis" + +msgid "Norwegian Nynorsk" +msgstr "Nirribhis (Nynorsk)" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Pòlainnis" + +msgid "Portuguese" +msgstr "Portagailis" + +msgid "Brazilian Portuguese" +msgstr "Portagailis Bhraisileach" + +msgid "Romanian" +msgstr "Romàinis" + +msgid "Russian" +msgstr "Ruisis" + +msgid "Slovak" +msgstr "Slòbhacais" + +msgid "Slovenian" +msgstr "Slòbhainis" + +msgid "Albanian" +msgstr "Albàinis" + +msgid "Serbian" +msgstr "Sèirbis" + +msgid "Serbian Latin" +msgstr "Sèirbis (Laideann)" + +msgid "Swedish" +msgstr "Suainis" + +msgid "Swahili" +msgstr "Kiswahili" + +msgid "Tamil" +msgstr "Taimilis" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Taidigis" + +msgid "Thai" +msgstr "Tàidh" + +msgid "Turkmen" +msgstr "Turcmanais" + +msgid "Turkish" +msgstr "Turcais" + +msgid "Tatar" +msgstr "Tatarais" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucràinis" + +msgid "Urdu" +msgstr "Ùrdu" + +msgid "Uzbek" +msgstr "Usbagais" + +msgid "Vietnamese" +msgstr "Bhiet-Namais" + +msgid "Simplified Chinese" +msgstr "Sìnis Shimplichte" + +msgid "Traditional Chinese" +msgstr "Sìnis Thradaiseanta" + +msgid "Messages" +msgstr "Teachdaireachdan" + +msgid "Site Maps" +msgstr "Mapaichean-làraich" + +msgid "Static Files" +msgstr "Faidhlichean stadastaireachd" + +msgid "Syndication" +msgstr "Siondacaideadh" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Chan eil àireamh na duilleige seo 'na àireamh slàn" + +msgid "That page number is less than 1" +msgstr "Tha àireamh na duilleige seo nas lugha na 1" + +msgid "That page contains no results" +msgstr "Chan eil toradh aig an duilleag seo" + +msgid "Enter a valid value." +msgstr "Cuir a-steach luach dligheach." + +msgid "Enter a valid URL." +msgstr "Cuir a-steach URL dligheach." + +msgid "Enter a valid integer." +msgstr "Cuir a-steach àireamh slàin dhligheach." + +msgid "Enter a valid email address." +msgstr "Cuir a-steach seòladh puist-d dligheach." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Cuir a-steach “sluga” dligheach anns nach eil ach litrichean, àireamhan, fo-" +"loidhnichean is tàthanan." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Cuir a-steach “sluga” dligheach anns nach eil ach litrichean Unicode, " +"àireamhan, fo-loidhnichean is tàthanan." + +msgid "Enter a valid IPv4 address." +msgstr "Cuir a-steach seòladh IPv4 dligheach." + +msgid "Enter a valid IPv6 address." +msgstr "Cuir a-steach seòladh IPv6 dligheach." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Cuir a-steach seòladh IPv4 no IPv6 dligheach." + +msgid "Enter only digits separated by commas." +msgstr "Na cuir a-steach ach àireamhan ’gan sgaradh le cromagan." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Dèan cinnteach gu bheil an luach seo %(limit_value)s (’s e %(show_value)s a " +"th’ ann)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Dèan cinnteach gu bheil an luach seo nas lugha na no co-ionnan ri " +"%(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Dèan cinnteach gu bheil an luach seo nas motha na no co-ionnan ri " +"%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." +msgstr[1] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." +msgstr[2] "" +"Dèan cinnteach gu bheil %(limit_value)d caractaran aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." +msgstr[3] "" +"Dèan cinnteach gu bheil %(limit_value)d caractar aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." +msgstr[1] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." +msgstr[2] "" +"Dèan cinnteach gu bheil %(limit_value)d caractaran aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." +msgstr[3] "" +"Dèan cinnteach gu bheil %(limit_value)d caractar aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." + +msgid "Enter a number." +msgstr "Cuir a-steach àireamh." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann gu h-iomlan." +msgstr[1] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann gu h-iomlan." +msgstr[2] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamhan ann gu h-iomlan." +msgstr[3] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann gu h-iomlan." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Dèan cinnteach nach eil barrachd air %(max)s ionad deicheach ann." +msgstr[1] "Dèan cinnteach nach eil barrachd air %(max)s ionad deicheach ann." +msgstr[2] "Dèan cinnteach nach eil barrachd air %(max)s ionadan deicheach ann." +msgstr[3] "Dèan cinnteach nach eil barrachd air %(max)s ionad deicheach ann." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann ron phuing " +"dheicheach." +msgstr[1] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann ron phuing " +"dheicheach." +msgstr[2] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamhan ann ron phuing " +"dheicheach." +msgstr[3] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann ron phuing " +"dheicheach." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Chan eil an leudachan faidhle “%(extension)s” ceadaichte. Seo na leudachain " +"a tha ceadaichte: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Chan eil caractaran null ceadaichte." + +msgid "and" +msgstr "agus" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Tha %(model_name)s lis a’ %(field_labels)s seo ann mar-thà." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Chan eil an luach %(value)r ’na roghainn dhligheach." + +msgid "This field cannot be null." +msgstr "Chan fhaod an raon seo a bhith ’na neoni." + +msgid "This field cannot be blank." +msgstr "Chan fhaod an raon seo a bhith bàn." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Tha %(model_name)s leis a’ %(field_label)s seo ann mar-thà." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Chan fhaod %(field_label)s a bhith ann ach aon turas airson " +"%(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Raon dhen t-seòrsa: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Feumaidh “%(value)s” a bhith True no False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Feumaidh “%(value)s” a bhith True, False no None." + +msgid "Boolean (Either True or False)" +msgstr "Booleach (True no False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sreang (suas ri %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Àireamhan slàna sgaraichte le cromagan" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Tha fòrmat cinn-là mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith " +"san fhòrmat BBBB-MM-LL." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Tha fòrmat mar bu chòir (BBBB-MM-LL) aig an luach “%(value)s” ach tha an " +"ceann-là mì-dligheach." + +msgid "Date (without time)" +msgstr "Ceann-là (gun àm)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Tha fòrmat mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith san " +"fhòrmat BBBB-MM-LL HH:MM[:dd[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Tha fòrmat mar bu chòir (BBBB-MM-LL HH:MM[:dd[.uuuuuu]][TZ]) aig an luach " +"“%(value)s” ach tha an ceann-là/an t-àm mì-dligheach." + +msgid "Date (with time)" +msgstr "Ceann-là (le àm)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Feumaidh “%(value)s” a bhith ’na àireamh dheicheach." + +msgid "Decimal number" +msgstr "Àireamh dheicheach" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Tha fòrmat mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith san " +"fhòrmat [DD] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Faid" + +msgid "Email address" +msgstr "Seòladh puist-d" + +msgid "File path" +msgstr "Slighe an fhaidhle" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Feumaidh “%(value)s” a bhith ’na àireamh floda." + +msgid "Floating point number" +msgstr "Àireamh le puing floda" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Feumaidh “%(value)s” a bhith ’na àireamh shlàn." + +msgid "Integer" +msgstr "Àireamh shlàn" + +msgid "Big (8 byte) integer" +msgstr "Mòr-àireamh shlàn (8 baidht)" + +msgid "Small integer" +msgstr "Beag-àireamh slàn" + +msgid "IPv4 address" +msgstr "Seòladh IPv4" + +msgid "IP address" +msgstr "Seòladh IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Feumaidh “%(value)s” a bhith None, True no False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleach (True, False no None)" + +msgid "Positive big integer" +msgstr "Àireamh shlàn dhearbh" + +msgid "Positive integer" +msgstr "Àireamh shlàn dhearbh" + +msgid "Positive small integer" +msgstr "Beag-àireamh shlàn dhearbh" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Sluga (suas ri %(max_length)s)" + +msgid "Text" +msgstr "Teacsa" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Tha fòrmat mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith san " +"fhòrmat HH:MM[:dd[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Tha fòrmat mar bu chòir (HH:MM[:dd[.uuuuuu]]) aig an luach “%(value)s” ach " +"tha an t-àm mì-dligheach." + +msgid "Time" +msgstr "Àm" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dàta bìnearaidh amh" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Chan eil “%(value)s” ’na UUID dligheach." + +msgid "Universally unique identifier" +msgstr "Aithnichear àraidh gu h-uile-choitcheann" + +msgid "File" +msgstr "Faidhle" + +msgid "Image" +msgstr "Dealbh" + +msgid "A JSON object" +msgstr "Oibseact JSON" + +msgid "Value must be valid JSON." +msgstr "Feumaidh an luach a bhith ’na JSON dligheach." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Chan eil ionstans dhe %(model)s le %(field)s %(value)r ann." + +msgid "Foreign Key (type determined by related field)" +msgstr "Iuchair chèin (thèid a sheòrsa a mhìneachadh leis an raon dàimheach)" + +msgid "One-to-one relationship" +msgstr "Dàimh aonan gu aonan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Dàimh %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Dàimhean %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Dàimh iomadh rud gu iomadh rud" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tha an raon seo riatanach." + +msgid "Enter a whole number." +msgstr "Cuir a-steach àireamh shlàn." + +msgid "Enter a valid date." +msgstr "Cuir a-steach ceann-là dligheach." + +msgid "Enter a valid time." +msgstr "Cuir a-steach àm dligheach." + +msgid "Enter a valid date/time." +msgstr "Cuir a-steach ceann-là ’s àm dligheach." + +msgid "Enter a valid duration." +msgstr "Cuir a-steach faid dhligheach." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" +"Feumaidh an àireamh de làithean a bhith eadar {min_days} is {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Cha deach faidhle a chur a-null. Dearbhaich seòrsa a’ chòdachaidh air an " +"fhoirm." + +msgid "No file was submitted." +msgstr "Cha deach faidhle a chur a-null." + +msgid "The submitted file is empty." +msgstr "Tha am faidhle a chaidh a chur a-null falamh." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Dèan cinnteach nach eil barrachd air %(max)d charactar ann an ainm an " +"fhaidhle (tha %(length)d aige)." +msgstr[1] "" +"Dèan cinnteach nach eil barrachd air %(max)d charactar ann an ainm an " +"fhaidhle (tha %(length)d aige)." +msgstr[2] "" +"Dèan cinnteach nach eil barrachd air %(max)d caractaran ann an ainm an " +"fhaidhle (tha %(length)d aige)." +msgstr[3] "" +"Dèan cinnteach nach eil barrachd air %(max)d caractar ann an ainm an " +"fhaidhle (tha %(length)d aige)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Cuir a-null faidhle no cuir cromag sa bhogsa fhalamh, na dèan an dà chuidh " +"dhiubh." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Luchdaich suas dealbh dligheach. Cha robh am faidhle a luchdaich thu suas " +"’na dhealbh no bha an dealbh coirbte." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Tagh rud dligheach. Chan eil %(value)s ’na roghainn dhut." + +msgid "Enter a list of values." +msgstr "Cuir a-steach liosta de luachan." + +msgid "Enter a complete value." +msgstr "Cuir a-steach luach slàn." + +msgid "Enter a valid UUID." +msgstr "Cuir a-steach UUID dligheach." + +msgid "Enter a valid JSON." +msgstr "Cuir a-steach JSON dligheach." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Raon falaichte %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Tha dàta an fhoirm stiùiridh a dhìth no chaidh beantainn ris. Seo na " +"raointean a tha a dhìth: %(field_names)s. Ma mhaireas an duilgheadas, saoil " +"an cuir thu aithris air buga thugainn?" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Na cuir a-null barrachd air %d fhoirm." +msgstr[1] "Na cuir a-null barrachd air %d fhoirm." +msgstr[2] "Na cuir a-null barrachd air %d foirmean." +msgstr[3] "Na cuir a-null barrachd air %d foirm." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Cuir a-null %d fhoirm air a char as lugha." +msgstr[1] "Cuir a-null %d fhoirm air a char as lugha." +msgstr[2] "Cuir a-null %d foirmichean air a char as lugha." +msgstr[3] "Cuir a-null %d foirm air a char as lugha." + +msgid "Order" +msgstr "Òrdugh" + +msgid "Delete" +msgstr "Sguab às" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ceartaich an dàta dùblaichte airson %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ceartaich an dàta dùblaichte airson %(field)s, chan fhaod gach nì a bhith " +"ann ach aon turas." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ceartaich an dàta dùblaichte airson %(field_name)s nach fhaod a bhith ann " +"ach aon turas airson %(lookup)s ann an %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ceartaich na luachan dùblaichte gu h-ìosal." + +msgid "The inline value did not match the parent instance." +msgstr "" +"Chan eil an luach am broinn na loidhne a’ freagairt ris an ionstans-pàraint." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Tagh rud dligheach. Chan eil an rud seo ’na roghainn dhut." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "Chan e luach dligheach a tha ann an “%(pk)s”." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Cha chiall dha %(datetime)s san roinn-tìde %(current_timezone)s; dh’fhaoidte " +"gu bheil e dà-sheaghach no nach eil e ann." + +msgid "Clear" +msgstr "Falamhaich" + +msgid "Currently" +msgstr "An-dràsta" + +msgid "Change" +msgstr "Atharraich" + +msgid "Unknown" +msgstr "Chan eil fhios" + +msgid "Yes" +msgstr "Tha" + +msgid "No" +msgstr "Chan eil" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baidht" +msgstr[1] "%(size)d baidht" +msgstr[2] "%(size)d baidht" +msgstr[3] "%(size)d baidht" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "f" + +msgid "a.m." +msgstr "m" + +msgid "PM" +msgstr "f" + +msgid "AM" +msgstr "m" + +msgid "midnight" +msgstr "meadhan-oidhche" + +msgid "noon" +msgstr "meadhan-latha" + +msgid "Monday" +msgstr "DiLuain" + +msgid "Tuesday" +msgstr "DiMàirt" + +msgid "Wednesday" +msgstr "DiCiadain" + +msgid "Thursday" +msgstr "DiarDaoin" + +msgid "Friday" +msgstr "DihAoine" + +msgid "Saturday" +msgstr "DiSathairne" + +msgid "Sunday" +msgstr "DiDòmhnaich" + +msgid "Mon" +msgstr "DiL" + +msgid "Tue" +msgstr "DiM" + +msgid "Wed" +msgstr "DiC" + +msgid "Thu" +msgstr "Dia" + +msgid "Fri" +msgstr "Dih" + +msgid "Sat" +msgstr "DiS" + +msgid "Sun" +msgstr "DiD" + +msgid "January" +msgstr "Am Faoilleach" + +msgid "February" +msgstr "An Gearran" + +msgid "March" +msgstr "Am Màrt" + +msgid "April" +msgstr "An Giblean" + +msgid "May" +msgstr "An Cèitean" + +msgid "June" +msgstr "An t-Ògmhios" + +msgid "July" +msgstr "An t-Iuchar" + +msgid "August" +msgstr "An Lùnastal" + +msgid "September" +msgstr "An t-Sultain" + +msgid "October" +msgstr "An Dàmhair" + +msgid "November" +msgstr "An t-Samhain" + +msgid "December" +msgstr "An Dùbhlachd" + +msgid "jan" +msgstr "faoi" + +msgid "feb" +msgstr "gearr" + +msgid "mar" +msgstr "màrt" + +msgid "apr" +msgstr "gibl" + +msgid "may" +msgstr "cèit" + +msgid "jun" +msgstr "ògmh" + +msgid "jul" +msgstr "iuch" + +msgid "aug" +msgstr "lùna" + +msgid "sep" +msgstr "sult" + +msgid "oct" +msgstr "dàmh" + +msgid "nov" +msgstr "samh" + +msgid "dec" +msgstr "dùbh" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Faoi" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Gearr" + +msgctxt "abbrev. month" +msgid "March" +msgstr "Màrt" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Gibl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Cèit" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Ògmh" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iuch" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Lùna" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sult" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Dàmh" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Samh" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dùbh" + +msgctxt "alt. month" +msgid "January" +msgstr "Am Faoilleach" + +msgctxt "alt. month" +msgid "February" +msgstr "An Gearran" + +msgctxt "alt. month" +msgid "March" +msgstr "Am Màrt" + +msgctxt "alt. month" +msgid "April" +msgstr "An Giblean" + +msgctxt "alt. month" +msgid "May" +msgstr "An Cèitean" + +msgctxt "alt. month" +msgid "June" +msgstr "An t-Ògmhios" + +msgctxt "alt. month" +msgid "July" +msgstr "An t-Iuchar" + +msgctxt "alt. month" +msgid "August" +msgstr "An Lùnastal" + +msgctxt "alt. month" +msgid "September" +msgstr "An t-Sultain" + +msgctxt "alt. month" +msgid "October" +msgstr "An Dàmhair" + +msgctxt "alt. month" +msgid "November" +msgstr "An t-Samhain" + +msgctxt "alt. month" +msgid "December" +msgstr "An Dùbhlachd" + +msgid "This is not a valid IPv6 address." +msgstr "Chan eil seo ’na sheòladh IPv6 dligheach." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "no" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d bliadhna" +msgstr[1] "%(num)d bhliadhna" +msgstr[2] "%(num)d bliadhnaichean" +msgstr[3] "%(num)d bliadhna" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mhìos" +msgstr[1] "%(num)d mhìos" +msgstr[2] "%(num)d mìosan" +msgstr[3] "%(num)d mìos" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d seachdain" +msgstr[1] "%(num)d sheachdain" +msgstr[2] "%(num)d seachdainean" +msgstr[3] "%(num)d seachdain" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d latha" +msgstr[1] "%(num)d latha" +msgstr[2] "%(num)d làithean" +msgstr[3] "%(num)d latha" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d uair a thìde" +msgstr[1] "%(num)d uair a thìde" +msgstr[2] "%(num)d uairean a thìde" +msgstr[3] "%(num)d uair a thìde" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d mhionaid" +msgstr[1] "%(num)d mhionaid" +msgstr[2] "%(num)d mionaidean" +msgstr[3] "%(num)d mionaid" + +msgid "Forbidden" +msgstr "Toirmisgte" + +msgid "CSRF verification failed. Request aborted." +msgstr "Dh’fhàillig le dearbhadh CSRF. chaidh sgur dhen iarrtas." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Chì thu an teachdaireachd seo air sgàth ’s gu bheil an làrach-lìn HTTPS seo " +"ag iarraidh air a’ bhrabhsair-lìn agad gun cuir e bann-cinn “Referer” thuice " +"ach cha deach gin a chur a-null. Tha feum air a’ bhann-chinn seo a chum " +"tèarainteachd ach nach cleachd treas-phàrtaidh am brabhsair agad gu droch-" +"rùnach." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ma rèitich thu am brabhsair agad ach an cuir e bannan-cinn “Referer” à " +"comas, cuir an comas iad a-rithist, co-dhiù airson na làraich seo no airson " +"ceanglaichean HTTPS no airson iarrtasan “same-origin”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ma tha thu a’ cleachdadh taga no a’ gabhail a-staigh bann-cinn “'Referrer-Policy: no-referrer” feuch " +"an doir thu air falbh iad. Iarraidh an dìon CSRF bann-cinn “Referer” gus na " +"referers a dhearbhadh gu teann. Ma tha thu iomagaineach a thaobh do " +"prìobhaideachd, cleachd roghainnean eile mar airson " +"ceangal gu làraichean-lìn threas-phàrtaidhean." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Chì thu an teachdaireachd seo air sgàth ’s gu bheil an làrach-lìn seo ag " +"iarraidh briosgaid CSRF nuair a chuireas tu foirm a-null. Tha feum air a’ " +"bhriosgaid seo a chum tèarainteachd ach nach cleachd treas-phàrtaidh am " +"brabhsair agad gu droch-rùnach." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ma rèitich thu am brabhsair agad ach an cuir e briosgaidean à comas, cuir an " +"comas iad a-rithist, co-dhiù airson na làraich seo no airson iarrtasan “same-" +"origin”." + +msgid "More information is available with DEBUG=True." +msgstr "Gheibh thu barrachd fiosrachaidh le DEBUG=True." + +msgid "No year specified" +msgstr "Cha deach bliadhna a shònrachadh" + +msgid "Date out of range" +msgstr "Tha ceann-là taobh thar na rainse" + +msgid "No month specified" +msgstr "Cha deach mìos a shònrachadh" + +msgid "No day specified" +msgstr "Cha deach latha a shònrachadh" + +msgid "No week specified" +msgstr "Cha deach seachdain a shònrachadh" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Chan eil %(verbose_name_plural)s ri fhaighinn" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Chan eil %(verbose_name_plural)s san àm ri teachd ri fhaighinn air sgàth ’s " +"gun deach %(class_name)s.allow_future a shuidheachadh air False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Sreang cinn-là “%(datestr)s” mì-dhligheach airson an fhòrmait “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Cha deach %(verbose_name)s a lorg a fhreagras dhan cheist" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Chan eil an duilleag ’na “last” is cha ghabh a h-iompachadh gu àireamh shlàn." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Duilleag mhì-dhligheach (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" +"Tha liosta fhalamh ann agus chaidh “%(class_name)s.allow_empty” a " +"shuidheachadh air False." + +msgid "Directory indexes are not allowed here." +msgstr "Chan eil clàran-amais pasgain falamh ceadaichte an-seo." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "Chan eil “%(path)s” ann" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Clàr-amais dhe %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Chaidh a stàladh! Meal do naidheachd!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Seall na nòtaichean sgaoilidh airson Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Chì thu an duilleag seo on a tha DEBUG=True ann am faidhle nan roghainnean agad agus cha do rèitich " +"thu URL sam bith fhathast." + +msgid "Django Documentation" +msgstr "Docamaideadh Django" + +msgid "Topics, references, & how-to’s" +msgstr "Cuspairean, iomraidhean ⁊ treòraichean" + +msgid "Tutorial: A Polling App" +msgstr "Oideachadh: Aplacaid cunntais-bheachd" + +msgid "Get started with Django" +msgstr "Dèan toiseach-tòiseachaidh le Django" + +msgid "Django Community" +msgstr "Coimhearsnachd Django" + +msgid "Connect, get help, or contribute" +msgstr "Dèan ceangal, faigh taic no cuidich" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2196bf39179c8a7bea801e41707151aabf451ce7 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_0v=I?j1e+0X&7dRLXn@0aCe{l(|)=)bqeH~RNt((HS(Qm-6 zQCGVf)G=%rW=|bj`N4P{D)bEe+SP7Mn(TFsWfe$RdMS!pMnK|l8nxqT5>m(0#P>mF h4w82IXbxyQb20~voo0w$#sNbd+Ga9eAY~@VfIoj1lB56t literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/formats.py new file mode 100644 index 00000000000..5ef6774462e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gd/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "h:ia" +DATETIME_FORMAT = "j F Y h:ia" +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M Y" +SHORT_DATETIME_FORMAT = "j M Y h:ia" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d2e64200ba87dc308707dcdfe371609058de05cc GIT binary patch literal 28484 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, 2011-2012 +# fonso , 2011,2013 +# fonso , 2013 +# fasouto , 2017 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# 948a55bc37dd6d642f1875bb84258fff_07a28cc , 2012 +# X Bello , 2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: X Bello , 2023-2025\n" +"Language-Team: Galician (http://app.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Africáner" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "Árabe Arxelino" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerí" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosníaco" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurdo Central (Sorani)" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Dinamarqués" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "Baixo Sorabo" + +msgid "Greek" +msgstr "Grego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés australiano" + +msgid "British English" +msgstr "inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español da Arxentina" + +msgid "Colombian Spanish" +msgstr "Español de Colombia" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español de Venezuela" + +msgid "Estonian" +msgstr "Estoniano" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocés" + +msgid "Galician" +msgstr "Galego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Alto Sorabo" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "Armenio" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Igbo" +msgstr "Ibo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Xaponés" + +msgid "Georgian" +msgstr "Xeorxiano" + +msgid "Kabyle" +msgstr "Cabilio" + +msgid "Kazakh" +msgstr "Casaco" + +msgid "Khmer" +msgstr "Camboxano" + +msgid "Kannada" +msgstr "Canará" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "Kirguiz" + +msgid "Luxembourgish" +msgstr "Luxemburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Mala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malaio" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "Bokmål Noruegués" + +msgid "Nepali" +msgstr "Nepalés" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Noruegués (nynorsk)" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Panxabiano" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués do Brasil" + +msgid "Romanian" +msgstr "Romanés" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Serbio (alfabeto latino)" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suahili" + +msgid "Tamil" +msgstr "Támil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Taxico" + +msgid "Thai" +msgstr "Tai" + +msgid "Turkmen" +msgstr "Turcomá" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uigur" + +msgid "Ukrainian" +msgstr "Ucraíno" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbeco" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinés simplificado" + +msgid "Traditional Chinese" +msgstr "Chinés tradicional" + +msgid "Messages" +msgstr "Mensaxes" + +msgid "Site Maps" +msgstr "Mapas do sitio" + +msgid "Static Files" +msgstr "Arquivos Estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Ese número de páxina non é un enteiro" + +msgid "That page number is less than 1" +msgstr "Ese número de páxina é menor que 1" + +msgid "That page contains no results" +msgstr "Esa páxina non contén resultados" + +msgid "Enter a valid value." +msgstr "Insira un valor válido." + +msgid "Enter a valid domain name." +msgstr "Introduza un nome de dominio válido." + +msgid "Enter a valid URL." +msgstr "Insira un URL válido." + +msgid "Enter a valid integer." +msgstr "Introduza un enteiro válido." + +msgid "Enter a valid email address." +msgstr "Insira un enderezo de correo electrónico válido." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Insira un “slug” valido composto por letras, números, guións baixos ou " +"medios." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Insira un “slug” valido composto por letras Unicode, números, guións baixos " +"ou medios." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Introduza unha dirección %(protocol)s válida." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ou IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Insira só díxitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor é %(limit_value)s (agora é %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegure que este valor é menor ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegure que este valor é maior ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Asegúrese de que este valor é un múltiplo do tamaño do paso %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Asegúrese de que este valor é un múltiplo do tamaño do paso %(limit_value)s, " +"comezando por %(offset)s, p. ex. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, e sucesivos." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor ten polo menos %(limit_value)d caracter (agora " +"ten %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor ten polo menos %(limit_value)d caracteres (agora " +"ten %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor ten como moito %(limit_value)d caracter (agora " +"ten %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor ten como moito %(limit_value)d caracteres (agora " +"ten %(show_value)d)." + +msgid "Enter a number." +msgstr "Insira un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegure que non hai mais de %(max)s díxito en total." +msgstr[1] "Asegure que non hai mais de %(max)s díxitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que non hai máis de %(max)s lugar decimal." +msgstr[1] "Asegúrese de que non hai máis de %(max)s lugares decimais." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no hai máis de %(max)s díxito antes do punto decimal." +msgstr[1] "" +"Asegúrese de que non hai máis de %(max)s díxitos antes do punto decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Non se permite a extensión “%(extension)s”. As extensións permitidas son: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Non se permiten caracteres nulos." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Xa existe un %(model_name)s con este %(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Viólase a restricción “%(name)s”." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "O valor %(value)r non é unha opción válida." + +msgid "This field cannot be null." +msgstr "Este campo non pode ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo non pode estar baleiro." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"Xa existe un modelo %(model_name)s coa etiqueta de campo %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s ten que ser único para %(lookup_type)s en " +"%(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "O valor “%(value)s” ten que ser ou True ou False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "O valor “%(value)s” ten que ser True, False ou None." + +msgid "Boolean (Either True or False)" +msgstr "Valor booleano (verdadeiro ou falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadea (máximo %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Texto (sin límite)" + +msgid "Comma-separated integers" +msgstr "Números enteiros separados por comas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"O valor “%(value)s” ten un formato inválido de data. Debe estar no formato " +"AAAA-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"O valor “%(value)s” ten o formato correcto (AAAA-MM-DD) pero non é unha data " +"válida." + +msgid "Date (without time)" +msgstr "Data (sen a hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"O valor “%(value)s” ten un formato non válido. Debe de ter o formato AAAA-MM-" +"DD HH:MM[:ss[.uuuuuu]][TZ]. " + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"O valor “%(value)s” ten o formato correcto (AAAA-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) pero non é unha data/hora válida." + +msgid "Date (with time)" +msgstr "Data (coa hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” ten que ser un número en formato decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"O valor “%(value)s” ten un formato non válido. Debe de ter o formato [DD] " +"[[HH:]MM:]ss[.uuuuuu]. " + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Enderezo electrónico" + +msgid "File path" +msgstr "Ruta de ficheiro" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "O valor “%(value)s” ten que ser un número en coma flotante." + +msgid "Floating point number" +msgstr "Número en coma flotante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "O valor “%(value)s” ten que ser un número enteiro." + +msgid "Integer" +msgstr "Número enteiro" + +msgid "Big (8 byte) integer" +msgstr "Enteiro grande (8 bytes)" + +msgid "Small integer" +msgstr "Enteiro pequeno" + +msgid "IPv4 address" +msgstr "Enderezo IPv4" + +msgid "IP address" +msgstr "Enderezo IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "O valor “%(value)s” ten que ser None, True ou False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (verdadeiro, falso ou ningún)" + +msgid "Positive big integer" +msgstr "Número enteiro positivo grande" + +msgid "Positive integer" +msgstr "Numero enteiro positivo" + +msgid "Positive small integer" +msgstr "Enteiro pequeno positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (ata %(max_length)s)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"O valor “%(value)s” ten un formato non válido. Ten que ter o formato HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"O valor “%(value)s” ten o formato correcto (HH:MM[:ss[.uuuuuu]]) pero non é " +"unha hora válida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios en crú" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” non é un UUID válido." + +msgid "Universally unique identifier" +msgstr "Identificador único universal" + +msgid "File" +msgstr "Ficheiro" + +msgid "Image" +msgstr "Imaxe" + +msgid "A JSON object" +msgstr "Un obxeto JSON" + +msgid "Value must be valid JSON." +msgstr "O valor ten que ser JSON válido." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s instancia con %(field)s %(value)r non é unha opción válida." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave Foránea (tipo determinado por un campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación un a un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relación %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relacións %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación moitos a moitos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Requírese este campo." + +msgid "Enter a whole number." +msgstr "Insira un número enteiro." + +msgid "Enter a valid date." +msgstr "Insira unha data válida." + +msgid "Enter a valid time." +msgstr "Insira unha hora válida." + +msgid "Enter a valid date/time." +msgstr "Insira unha data/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduza unha duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "O número de días ten que estar entre {min_days} e {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Non se enviou ficheiro ningún. Comprobe o tipo de codificación do formulario." + +msgid "No file was submitted." +msgstr "Non se enviou ficheiro ningún." + +msgid "The submitted file is empty." +msgstr "O ficheiro enviado está baleiro." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nome de arquivo ten como moito %(max)d caracter (agora " +"ten %(length)d)." +msgstr[1] "" +"Asegúrese de que este nome de arquivo ten como moito %(max)d caracteres " +"(agora ten %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ou ben envíe un ficheiro, ou ben marque a casilla de eliminar, pero non " +"ambas as dúas cousas." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Suba unha imaxe válida. O ficheiro subido non era unha imaxe ou esta estaba " +"corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escolla unha opción válida. %(value)s non se atopa entre as opcións " +"dispoñibles." + +msgid "Enter a list of values." +msgstr "Insira unha lista de valores." + +msgid "Enter a complete value." +msgstr "Introduza un valor completo." + +msgid "Enter a valid UUID." +msgstr "Insira un UUID válido." + +msgid "Enter a valid JSON." +msgstr "Introduza un JSON válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s." + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Faltan datos ou foron manipulados de ManagementForm. Campos afectados: " +"%(field_names)s. Debería abrir un informe de bug si o problema é persistente." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Por favor envíe como moito %(num)d formulario." +msgstr[1] "Por favor envíe como moito %(num)d formularios." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Por favor envíe polo menos %(num)d formulario." +msgstr[1] "Pro favor envíe polo menos %(num)d formularios." + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corrixa os datos duplicados no campo %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Corrixa os datos duplicados no campo %(field)s, que debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corrixa os datos duplicados no campo %(field_name)s, que debe ser único para " +"a busca %(lookup)s no campo %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Corrixa os valores duplicados de abaixo." + +msgid "The inline value did not match the parent instance." +msgstr "O valor na liña non coincide ca instancia nai." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Escolla unha opción válida. Esta opción non se atopa entre as opcións " +"dispoñíbeis" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” non é un valor válido." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s non se puido interpretar na zona hora horaria " +"%(current_timezone)s; pode ser ambiguo ou non existir." + +msgid "Clear" +msgstr "Limpar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Descoñecido" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "Non" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "si,non,quizais" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoite" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Luns" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Mércores" + +msgid "Thursday" +msgstr "Xoves" + +msgid "Friday" +msgstr "Venres" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mér" + +msgid "Thu" +msgstr "xov" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sáb" + +msgid "Sun" +msgstr "dom" + +msgid "January" +msgstr "Xaneiro" + +msgid "February" +msgstr "Febreiro" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Xuño" + +msgid "July" +msgstr "Xullo" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Decembro" + +msgid "jan" +msgstr "xan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "xuñ" + +msgid "jul" +msgstr "xul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "out" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Xan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Xuño" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Xullo" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Out." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Xaneiro" + +msgctxt "alt. month" +msgid "February" +msgstr "Febreiro" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Xuño" + +msgctxt "alt. month" +msgid "July" +msgstr "Xullo" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Setembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Outubro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembro" + +msgid "This is not a valid IPv6 address." +msgstr "Isto non é un enderezo IPv6 válido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d ano" +msgstr[1] "%(num)d anos" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mes" +msgstr[1] "%(num)d meses" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semana" +msgstr[1] "%(num)d semanas" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d día" +msgstr[1] "%(num)d días" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d horas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minutos" + +msgid "Forbidden" +msgstr "Denegado" + +msgid "CSRF verification failed. Request aborted." +msgstr "Fallóu a verificación CSRF. Abortouse a petición." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Está vendo esta mensaxe porque este sitio HTTPS require que o navegador " +"envíe un \"Referer header\", pero non envióu ningún. Este encabezamento é " +"necesario por razóns de seguridade, para asegurar que o navegador non está " +"sendo suplantado por terceiros." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Se ten o navegador configurado para deshabilitar os encabezamentos " +"\"Referer\", por favor habilíteos polo menos para este sitio, ou para " +"conexións HTTPS, ou para peticións de \"mesmo-orixe\"." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si está usando a etiqueta " +"ou incluíndo o encabezado “Referrer-Policy: no-referrer”, por favor quíteos. " +"A protección CSRF require o encabezado “Referer” para facer a comprobación " +"estricta de referer. Si lle preocupa a privacidade, use alternativas como para enlazar con sitios de terceiros." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Está vendo esta mensaxe porque este sitio HTTPS require unha cookie CSRF ó " +"enviar formularios. Esta cookie é necesaria por razóns de seguridade, para " +"asegurar que o navegador non está sendo suplantado por terceiros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Se ten o navegador configurado para deshabilitar as cookies, por favor " +"habilíteas, polo menos para este sitio, ou para peticións de “same-origin”." + +msgid "More information is available with DEBUG=True." +msgstr "Pode ver máis información se establece DEBUG=True." + +msgid "No year specified" +msgstr "Non se especificou ningún ano" + +msgid "Date out of range" +msgstr "Data fora de rango" + +msgid "No month specified" +msgstr "Non se especificou ningún mes" + +msgid "No day specified" +msgstr "Non se especificou ningún día" + +msgid "No week specified" +msgstr "Non se especificou ningunha semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Non hai %(verbose_name_plural)s dispoñibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Non hai dispoñibles %(verbose_name_plural)s futuros/as porque %(class_name)s." +"allow_futuro é False" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "A data “%(datestr)s” non é válida para o formato “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Non se atopou ningún/ha %(verbose_name)s que coincidise coa consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "A páxina non é “last” nin se pode converter a int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Páxina non válida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "A lista está baleira pero “%(class_name)s.allow_empty” é False." + +msgid "Directory indexes are not allowed here." +msgstr "Os índices de directorio non están permitidos aquí." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” non existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "A instalación foi un éxito! Noraboa!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Ver as notas de publicación para Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Está vendo esta páxina porque no arquivo de axustes ten DEBUG=True e non hai ningunha URL " +"configurada." + +msgid "Django Documentation" +msgstr "Documentación de Django" + +msgid "Topics, references, & how-to’s" +msgstr "Temas, referencias, & guías de uso" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: aplicación de enquisas" + +msgid "Get started with Django" +msgstr "Comenzar con Django" + +msgid "Django Community" +msgstr "Comunidade de Django" + +msgid "Connect, get help, or contribute" +msgstr "Conectar, conseguir axuda, ou contribuir" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a497c6f0ff7151c8da6fcc85c35ea49da94cbc6 GIT binary patch literal 201 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 t%-FKJ`fNEK|3KZ@2WTu}wdH{tP}e-WjIXvfzCF, 2011-2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2015,2017,2019-2020,2023,2025 +# Menachem G., 2021 +# Menachem G., 2021 +# אורי רודברג , 2021 +# Yaron Shahrabani , 2021 +# אורי רודברג , 2020,2022-2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Meir Kriheli , " +"2011-2015,2017,2019-2020,2023,2025\n" +"Language-Team: Hebrew (http://app.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "אפריקאנס" + +msgid "Arabic" +msgstr "ערבית" + +msgid "Algerian Arabic" +msgstr "ערבית אלג'ירית" + +msgid "Asturian" +msgstr "אסטורית" + +msgid "Azerbaijani" +msgstr "אזרית" + +msgid "Bulgarian" +msgstr "בולגרית" + +msgid "Belarusian" +msgstr "בֶּלָרוּסִית" + +msgid "Bengali" +msgstr "בנגאלית" + +msgid "Breton" +msgstr "בְּרֶטוֹנִית" + +msgid "Bosnian" +msgstr "בוסנית" + +msgid "Catalan" +msgstr "קאטלונית" + +msgid "Central Kurdish (Sorani)" +msgstr "כורדית מרכזית (סוראני)" + +msgid "Czech" +msgstr "צ'כית" + +msgid "Welsh" +msgstr "וולשית" + +msgid "Danish" +msgstr "דנית" + +msgid "German" +msgstr "גרמנית" + +msgid "Lower Sorbian" +msgstr "סורבית תחתונה" + +msgid "Greek" +msgstr "יוונית" + +msgid "English" +msgstr "אנגלית" + +msgid "Australian English" +msgstr "אנגלית אוסטרלית" + +msgid "British English" +msgstr "אנגלית בריטית" + +msgid "Esperanto" +msgstr "אספרנטו" + +msgid "Spanish" +msgstr "ספרדית" + +msgid "Argentinian Spanish" +msgstr "ספרדית ארגנטינית" + +msgid "Colombian Spanish" +msgstr "ספרדית קולומביאנית" + +msgid "Mexican Spanish" +msgstr "ספרדית מקסיקנית" + +msgid "Nicaraguan Spanish" +msgstr "ספרדית ניקרגואה" + +msgid "Venezuelan Spanish" +msgstr "ספרדית ונצואלית" + +msgid "Estonian" +msgstr "אסטונית" + +msgid "Basque" +msgstr "בסקית" + +msgid "Persian" +msgstr "פרסית" + +msgid "Finnish" +msgstr "פינית" + +msgid "French" +msgstr "צרפתית" + +msgid "Frisian" +msgstr "פריזית" + +msgid "Irish" +msgstr "אירית" + +msgid "Scottish Gaelic" +msgstr "גאלית סקוטית" + +msgid "Galician" +msgstr "גאליציאנית" + +msgid "Hebrew" +msgstr "עברית" + +msgid "Hindi" +msgstr "הינדי" + +msgid "Croatian" +msgstr "קרואטית" + +msgid "Upper Sorbian" +msgstr "סורבית עילית" + +msgid "Hungarian" +msgstr "הונגרית" + +msgid "Armenian" +msgstr "ארמנית" + +msgid "Interlingua" +msgstr "אינטרלינגואה" + +msgid "Indonesian" +msgstr "אינדונזית" + +msgid "Igbo" +msgstr "איגבו" + +msgid "Ido" +msgstr "אידו" + +msgid "Icelandic" +msgstr "איסלנדית" + +msgid "Italian" +msgstr "איטלקית" + +msgid "Japanese" +msgstr "יפנית" + +msgid "Georgian" +msgstr "גיאורגית" + +msgid "Kabyle" +msgstr "קבילה" + +msgid "Kazakh" +msgstr "קזחית" + +msgid "Khmer" +msgstr "חמר" + +msgid "Kannada" +msgstr "קאנאדה" + +msgid "Korean" +msgstr "קוריאנית" + +msgid "Kyrgyz" +msgstr "קירגיזית" + +msgid "Luxembourgish" +msgstr "לוקסמבורגית" + +msgid "Lithuanian" +msgstr "ליטאית" + +msgid "Latvian" +msgstr "לטבית" + +msgid "Macedonian" +msgstr "מקדונית" + +msgid "Malayalam" +msgstr "מלאיאלאם" + +msgid "Mongolian" +msgstr "מונגולי" + +msgid "Marathi" +msgstr "מראטהי" + +msgid "Malay" +msgstr "מלאית" + +msgid "Burmese" +msgstr "בּוּרְמֶזִית" + +msgid "Norwegian Bokmål" +msgstr "נורבגית ספרותית" + +msgid "Nepali" +msgstr "נפאלית" + +msgid "Dutch" +msgstr "הולנדית" + +msgid "Norwegian Nynorsk" +msgstr "נורבגית חדשה" + +msgid "Ossetic" +msgstr "אוסטית" + +msgid "Punjabi" +msgstr "פנג'אבי" + +msgid "Polish" +msgstr "פולנית" + +msgid "Portuguese" +msgstr "פורטוגזית" + +msgid "Brazilian Portuguese" +msgstr "פורטוגזית ברזילאית" + +msgid "Romanian" +msgstr "רומנית" + +msgid "Russian" +msgstr "רוסית" + +msgid "Slovak" +msgstr "סלובקית" + +msgid "Slovenian" +msgstr "סלובנית" + +msgid "Albanian" +msgstr "אלבנית" + +msgid "Serbian" +msgstr "סרבית" + +msgid "Serbian Latin" +msgstr "סרבית לטינית" + +msgid "Swedish" +msgstr "שוודית" + +msgid "Swahili" +msgstr "סווהילי" + +msgid "Tamil" +msgstr "טמילית" + +msgid "Telugu" +msgstr "טלגו" + +msgid "Tajik" +msgstr "טג'יקית" + +msgid "Thai" +msgstr "תאילנדית" + +msgid "Turkmen" +msgstr "טורקמנית" + +msgid "Turkish" +msgstr "טורקית" + +msgid "Tatar" +msgstr "טטרית" + +msgid "Udmurt" +msgstr "אודמורטית" + +msgid "Uyghur" +msgstr "אויגורית" + +msgid "Ukrainian" +msgstr "אוקראינית" + +msgid "Urdu" +msgstr "אורדו" + +msgid "Uzbek" +msgstr "אוזבקית" + +msgid "Vietnamese" +msgstr "וייטנאמית" + +msgid "Simplified Chinese" +msgstr "סינית פשוטה" + +msgid "Traditional Chinese" +msgstr "סינית מסורתית" + +msgid "Messages" +msgstr "הודעות" + +msgid "Site Maps" +msgstr "מפות אתר" + +msgid "Static Files" +msgstr "קבצים סטטיים" + +msgid "Syndication" +msgstr "הפצת תכנים" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "מספר העמוד אינו מספר שלם" + +msgid "That page number is less than 1" +msgstr "מספר העמוד קטן מ־1" + +msgid "That page contains no results" +msgstr "עמוד זה אינו מכיל תוצאות" + +msgid "Enter a valid value." +msgstr "יש להזין ערך חוקי." + +msgid "Enter a valid domain name." +msgstr "יש להזין שם מתחם חוקי." + +msgid "Enter a valid URL." +msgstr "יש להזין URL חוקי." + +msgid "Enter a valid integer." +msgstr "יש להזין מספר שלם חוקי." + +msgid "Enter a valid email address." +msgstr "נא להזין כתובת דוא\"ל חוקית" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"יש להזין 'slug' חוקי המכיל אותיות לטיניות, ספרות, קווים תחתונים או מקפים." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"יש להזין 'slug' חוקי המכיל אותיות יוניקוד, ספרות, קווים תחתונים או מקפים." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "יש להזין כתובת %(protocol)s חוקית." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 או IPv6" + +msgid "Enter only digits separated by commas." +msgstr "יש להזין רק ספרות מופרדות בפסיקים." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "יש לוודא שערך זה הינו %(limit_value)s (כרגע %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "יש לוודא שערך זה פחות מ או שווה ל־%(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "יש לוודא שערך זה גדול מ או שווה ל־%(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "יש לוודא שערך זה מהווה מכפלה של %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"יש לוודא שערך זה מהווה מכפלה של צעד בגודל %(limit_value)s, החל מ־%(offset)s, " +"לדוגמה: %(offset)s, %(valid_value1)s, %(valid_value2)s וכו'." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"נא לוודא שערך זה מכיל תו %(limit_value)d לכל הפחות (מכיל %(show_value)d)." +msgstr[1] "" +"נא לוודא שערך זה מכיל %(limit_value)d תווים לכל הפחות (מכיל %(show_value)d)." +msgstr[2] "" +"נא לוודא שערך זה מכיל %(limit_value)d תווים לכל הפחות (מכיל %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"נא לוודא שערך זה מכיל תו %(limit_value)d לכל היותר (מכיל %(show_value)d)." +msgstr[1] "" +"נא לוודא שערך זה מכיל %(limit_value)d תווים לכל היותר (מכיל %(show_value)d)." +msgstr[2] "" +"נא לוודא שערך זה מכיל %(limit_value)d תווים לכל היותר (מכיל %(show_value)d)." + +msgid "Enter a number." +msgstr "נא להזין מספר." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "נא לוודא שאין יותר מספרה %(max)s בסה\"כ." +msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות בסה\"כ." +msgstr[2] "נא לוודא שאין יותר מ־%(max)s ספרות בסה\"כ." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "נא לוודא שאין יותר מספרה %(max)s אחרי הנקודה." +msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות אחרי הנקודה." +msgstr[2] "נא לוודא שאין יותר מ־%(max)s ספרות אחרי הנקודה." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "נא לוודא שאין יותר מספרה %(max)s לפני הנקודה העשרונית" +msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות לפני הנקודה העשרונית" +msgstr[2] "נא לוודא שאין יותר מ־%(max)s ספרות לפני הנקודה העשרונית" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"סיומת הקובץ \"%(extension)s\" אסורה. הסיומות המותרות הן: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "תווי NULL אינם מותרים. " + +msgid "and" +msgstr "ו" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s·עם·%(field_labels)s·אלו קיימים כבר." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "המגבלה \"%(name)s\" הופרה." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "ערך %(value)r אינו אפשרות חוקית." + +msgid "This field cannot be null." +msgstr "שדה זה אינו יכול להיות ריק." + +msgid "This field cannot be blank." +msgstr "שדה זה אינו יכול להיות ריק." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s·עם·%(field_label)s·זה קיימת כבר." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s חייב להיות ייחודי עבור %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "שדה מסוג: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "הערך \"%(value)s\" חייב להיות True או False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\" חייב להיות אחד מ־True‏, False, או None." + +msgid "Boolean (Either True or False)" +msgstr "בוליאני (אמת או שקר)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "מחרוזת (עד %(max_length)s תווים)" + +msgid "String (unlimited)" +msgstr "מחרוזת (ללא הגבלה)." + +msgid "Comma-separated integers" +msgstr "מספרים שלמים מופרדים בפסיקים" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"הערך \"%(value)s\" מכיל פורמט תאריך לא חוקי. חייב להיות בפורמט YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "הערך \"%(value)s\" בפורמט הנכון (YYYY-MM-DD), אך אינו תאריך חוקי." + +msgid "Date (without time)" +msgstr "תאריך (ללא שעה)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"הערך \"%(value)s\" מכיל פורמט לא חוקי. הוא חייב להיות בפורמטYYYY-MM-DD HH:" +"MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"הערך \"%(value)s\" בפורמט הנכון (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) אך אינו " +"מהווה תאריך/שעה חוקיים." + +msgid "Date (with time)" +msgstr "תאריך (כולל שעה)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "הערך \"%(value)s\" חייב להיות מספר עשרוני." + +msgid "Decimal number" +msgstr "מספר עשרוני" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"הערך \"%(value)s\" מכיל פורמט לא חוקי. הוא חייב להיות בפורמט [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "משך" + +msgid "Email address" +msgstr "כתובת דוא\"ל" + +msgid "File path" +msgstr "נתיב קובץ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” חייב להיות מספר נקודה צפה." + +msgid "Floating point number" +msgstr "מספר עשרוני" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "הערך '%(value)s' חייב להיות מספר שלם." + +msgid "Integer" +msgstr "מספר שלם" + +msgid "Big (8 byte) integer" +msgstr "מספר שלם גדול (8 בתים)" + +msgid "Small integer" +msgstr "מספר שלם קטן" + +msgid "IPv4 address" +msgstr "כתובת IPv4" + +msgid "IP address" +msgstr "כתובת IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "\"%(value)s\" חייב להיות אחד מ־None‏, True, או False." + +msgid "Boolean (Either True, False or None)" +msgstr "בוליאני (אמת, שקר או כלום)" + +msgid "Positive big integer" +msgstr "מספר שלם גדול וחיובי" + +msgid "Positive integer" +msgstr "מספר שלם חיובי" + +msgid "Positive small integer" +msgstr "מספר שלם חיובי קטן" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (עד %(max_length)s תווים)" + +msgid "Text" +msgstr "טקסט" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"הערך “%(value)s” מכיל פורמט לא חוקי. הוא חייב להיות בפורמט HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"הערך “%(value)s” בפורמט הנכון (HH:MM[:ss[.uuuuuu]]) אך אינו מהווה שעה חוקית." + +msgid "Time" +msgstr "זמן" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "מידע בינארי גולמי" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" אינו UUID חוקי." + +msgid "Universally unique identifier" +msgstr "מזהה ייחודי אוניברסלי" + +msgid "File" +msgstr "קובץ" + +msgid "Image" +msgstr "תמונה" + +msgid "A JSON object" +msgstr "אובייקט JSON" + +msgid "Value must be valid JSON." +msgstr "הערך חייב להיות JSON חוקי." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (הסוג נקבע לפי השדה המקושר)" + +msgid "One-to-one relationship" +msgstr "יחס של אחד לאחד" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "קשר %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "קשרי %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "יחס של רבים לרבים" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "יש להזין תוכן בשדה זה." + +msgid "Enter a whole number." +msgstr "נא להזין מספר שלם." + +msgid "Enter a valid date." +msgstr "יש להזין תאריך חוקי." + +msgid "Enter a valid time." +msgstr "יש להזין שעה חוקית." + +msgid "Enter a valid date/time." +msgstr "יש להזין תאריך ושעה חוקיים." + +msgid "Enter a valid duration." +msgstr "יש להזין משך חוקי." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "מספר הימים חייב להיות בין {min_days} ל־{max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "לא נשלח שום קובץ. נא לבדוק את סוג הקידוד של הטופס." + +msgid "No file was submitted." +msgstr "לא נשלח שום קובץ" + +msgid "The submitted file is empty." +msgstr "הקובץ שנשלח ריק." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "נא לוודא ששם קובץ זה מכיל תו %(max)d לכל היותר (מכיל %(length)d)." +msgstr[1] "" +"נא לוודא ששם קובץ זה מכיל %(max)d תווים לכל היותר (מכיל %(length)d)." +msgstr[2] "" +"נא לוודא ששם קובץ זה מכיל %(max)d תווים לכל היותר (מכיל %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "נא לשים קובץ או סימן את התיבה לניקוי, לא שניהם." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "נא להעלות תמונה חוקית. הקובץ שהעלת אינו תמונה או מכיל תמונה מקולקלת." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "יש לבחור אפשרות חוקית. %(value)s אינו בין האפשרויות הזמינות." + +msgid "Enter a list of values." +msgstr "יש להזין רשימת ערכים" + +msgid "Enter a complete value." +msgstr "יש להזין ערך שלם." + +msgid "Enter a valid UUID." +msgstr "יש להזין UUID חוקי." + +msgid "Enter a valid JSON." +msgstr "נא להזין JSON חוקי." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(שדה מוסתר %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"המידע של ManagementForm חסר או שובש. שדות חסרים: %(field_names)s. יתכן " +"שתצטרך להגיש דיווח באג אם הבעיה נמשכת." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "נא לשלוח טופס %(num)d לכל היותר." +msgstr[1] "נא לשלוח %(num)d טפסים לכל היותר." +msgstr[2] "נא לשלוח %(num)d טפסים לכל היותר." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "נא לשלוח טופס %(num)dאו יותר." +msgstr[1] "נא לשלוח %(num)d טפסים או יותר." +msgstr[2] "נא לשלוח %(num)d טפסים או יותר." + +msgid "Order" +msgstr "מיון" + +msgid "Delete" +msgstr "מחיקה" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "נא לתקן את הערכים הכפולים ל%(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "נא לתקן את הערכים הכפולים ל%(field)s, שערכים בו חייבים להיות ייחודיים." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"נא לתקן את הערכים הכפולים %(field_name)s, שחייבים להיות ייחודיים ל%(lookup)s " +"של %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "נא לתקן את הערכים הכפולים למטה." + +msgid "The inline value did not match the parent instance." +msgstr "הערך הפנימי אינו תואם לאב." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "יש לבחור אפשרות חוקית; אפשרות זו אינה אחת מהזמינות." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" אינו ערך חוקי." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"לא ניתן לפרש את %(datetime)s באזור הזמן %(current_timezone)s; הוא עשוי להיות " +"דו־משמעי או לא קיים." + +msgid "Clear" +msgstr "לסלק" + +msgid "Currently" +msgstr "עכשיו" + +msgid "Change" +msgstr "שינוי" + +msgid "Unknown" +msgstr "לא ידוע" + +msgid "Yes" +msgstr "כן" + +msgid "No" +msgstr "לא" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "כן,לא,אולי" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "בית %(size)d " +msgstr[1] "%(size)d בתים" +msgstr[2] "%(size)d בתים" + +#, python-format +msgid "%s KB" +msgstr "%s ק\"ב" + +#, python-format +msgid "%s MB" +msgstr "%s מ\"ב" + +#, python-format +msgid "%s GB" +msgstr "%s ג\"ב" + +#, python-format +msgid "%s TB" +msgstr "%s ט\"ב" + +#, python-format +msgid "%s PB" +msgstr "%s פ\"ב" + +msgid "p.m." +msgstr "אחר הצהריים" + +msgid "a.m." +msgstr "בבוקר" + +msgid "PM" +msgstr "אחר הצהריים" + +msgid "AM" +msgstr "בבוקר" + +msgid "midnight" +msgstr "חצות" + +msgid "noon" +msgstr "12 בצהריים" + +msgid "Monday" +msgstr "שני" + +msgid "Tuesday" +msgstr "שלישי" + +msgid "Wednesday" +msgstr "רביעי" + +msgid "Thursday" +msgstr "חמישי" + +msgid "Friday" +msgstr "שישי" + +msgid "Saturday" +msgstr "שבת" + +msgid "Sunday" +msgstr "ראשון" + +msgid "Mon" +msgstr "שני" + +msgid "Tue" +msgstr "שלישי" + +msgid "Wed" +msgstr "רביעי" + +msgid "Thu" +msgstr "חמישי" + +msgid "Fri" +msgstr "שישי" + +msgid "Sat" +msgstr "שבת" + +msgid "Sun" +msgstr "ראשון" + +msgid "January" +msgstr "ינואר" + +msgid "February" +msgstr "פברואר" + +msgid "March" +msgstr "מרץ" + +msgid "April" +msgstr "אפריל" + +msgid "May" +msgstr "מאי" + +msgid "June" +msgstr "יוני" + +msgid "July" +msgstr "יולי" + +msgid "August" +msgstr "אוגוסט" + +msgid "September" +msgstr "ספטמבר" + +msgid "October" +msgstr "אוקטובר" + +msgid "November" +msgstr "נובמבר" + +msgid "December" +msgstr "דצמבר" + +msgid "jan" +msgstr "ינו" + +msgid "feb" +msgstr "פבר" + +msgid "mar" +msgstr "מרץ" + +msgid "apr" +msgstr "אפר" + +msgid "may" +msgstr "מאי" + +msgid "jun" +msgstr "יונ" + +msgid "jul" +msgstr "יול" + +msgid "aug" +msgstr "אוג" + +msgid "sep" +msgstr "ספט" + +msgid "oct" +msgstr "אוק" + +msgid "nov" +msgstr "נוב" + +msgid "dec" +msgstr "דצמ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "יאנ'" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "פבר'" + +msgctxt "abbrev. month" +msgid "March" +msgstr "מרץ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "אפריל" + +msgctxt "abbrev. month" +msgid "May" +msgstr "מאי" + +msgctxt "abbrev. month" +msgid "June" +msgstr "יוני" + +msgctxt "abbrev. month" +msgid "July" +msgstr "יולי" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "אוג'" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ספט'" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "אוק'" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "נוב'" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "דצמ'" + +msgctxt "alt. month" +msgid "January" +msgstr "ינואר" + +msgctxt "alt. month" +msgid "February" +msgstr "פברואר" + +msgctxt "alt. month" +msgid "March" +msgstr "מרץ" + +msgctxt "alt. month" +msgid "April" +msgstr "אפריל" + +msgctxt "alt. month" +msgid "May" +msgstr "מאי" + +msgctxt "alt. month" +msgid "June" +msgstr "יוני" + +msgctxt "alt. month" +msgid "July" +msgstr "יולי" + +msgctxt "alt. month" +msgid "August" +msgstr "אוגוסט" + +msgctxt "alt. month" +msgid "September" +msgstr "ספטמבר" + +msgctxt "alt. month" +msgid "October" +msgstr "אוקטובר" + +msgctxt "alt. month" +msgid "November" +msgstr "נובמבר" + +msgctxt "alt. month" +msgid "December" +msgstr "דצמבר" + +msgid "This is not a valid IPv6 address." +msgstr "זו אינה כתובת IPv6 חוקית." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s‮…" + +msgid "or" +msgstr "או" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "שנה" +msgstr[1] "שנתיים" +msgstr[2] "%(num)d שנים" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "חודש" +msgstr[1] "חודשיים" +msgstr[2] "%(num)d חודשים" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "שבוע" +msgstr[1] "שבועיים" +msgstr[2] "%(num)d שבועות" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "יום" +msgstr[1] "יומיים" +msgstr[2] "%(num)d ימים" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "שעה" +msgstr[1] "שעתיים" +msgstr[2] "%(num)d שעות" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "דקה" +msgstr[1] "%(num)d דקות" +msgstr[2] "%(num)d דקות" + +msgid "Forbidden" +msgstr "אסור" + +msgid "CSRF verification failed. Request aborted." +msgstr "אימות CSRF נכשל. הבקשה בוטלה." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"הודעה זו מופיעה מאחר ואתר ה־HTTPS הזה דורש מהדפדפן שלך לשלוח \"Referer " +"header\", אך הוא לא נשלח. זה נדרש מסיבות אבטחה, כדי להבטיח שהדפדפן שלך לא " +"נחטף ע\"י צד שלישי." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"אם ביטלת \"Referer\" headers בדפדפן שלך, נא לאפשר אותם מחדש, לפחות עבור אתר " +"זה, חיבורי HTTPS או בקשות \"same-origin\"." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"אם השתמשת בתגאו הוספת header " +"של “Referrer-Policy: no-referrer”, נא להסיר אותם. הגנת ה־CSRF דורשת " +"‎“Referer” header לבדיקת ה־referer. אם פרטיות מדאיגה אותך, ניתן להשתמש " +"בתחליפים כמו לקישור אל אתרי צד שלישי." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"הודעה זו מופיעה מאחר ואתר זה דורש עוגיית CSRF כאשר שולחים טפסים. עוגיה זו " +"נדרשת מסיבות אבטחה, כדי לוודא שהדפדפן שלך לא נחטף על ידי אחרים." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"אם ביטלת עוגיות בדפדפן שלך, נא לאפשר אותם מחדש לפחות עבור אתר זה או בקשות " +"“same-origin”." + +msgid "More information is available with DEBUG=True." +msgstr "מידע נוסף זמין עם " + +msgid "No year specified" +msgstr "לא צוינה שנה" + +msgid "Date out of range" +msgstr "תאריך מחוץ לטווח" + +msgid "No month specified" +msgstr "לא צוין חודש" + +msgid "No day specified" +msgstr "לא צוין יום" + +msgid "No week specified" +msgstr "לא צוין שבוע" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "לא נמצאו %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"לא נמצאו %(verbose_name_plural)s בזמן עתיד מאחר ש-%(class_name)s." +"allow_future מוגדר False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "מחרוזת תאריך %(datestr)s אינה חוקית בפורמט %(format)s." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "לא נמצא/ה %(verbose_name)s התואם/ת לשאילתה" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "העמוד אינו \"last\" או לא ניתן להמרה למספר שם." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "עמוד לא חוקי (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "רשימה ריקה ו־“%(class_name)s.allow_empty” הוא False." + +msgid "Directory indexes are not allowed here." +msgstr "אינדקסים על תיקיה אסורים כאן." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" אינו קיים" + +#, python-format +msgid "Index of %(directory)s" +msgstr "אינדקס של %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "ההתקנה עברה בהצלחה! מזל טוב!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"ראו הערות השחרור עבור Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"עמוד זה מופיע בעקבות המצאות DEBUG=True בקובץ ההגדרות שלך ולא הגדרת שום URLs." + +msgid "Django Documentation" +msgstr "תיעוד Django" + +msgid "Topics, references, & how-to’s" +msgstr "נושאים, הפניות ומדריכים לביצוע" + +msgid "Tutorial: A Polling App" +msgstr "מדריך ללומד: יישום לסקרים." + +msgid "Get started with Django" +msgstr "התחילו לעבוד עם Django" + +msgid "Django Community" +msgstr "קהילת Django" + +msgid "Connect, get help, or contribute" +msgstr "יצירת קשר, קבלת עזרה או השתתפות" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4e7f078a3d811091c667a67215ea9b485f186c4 GIT binary patch literal 201 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 JaqN3b@c-~O#9ROX literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..20da37666ac --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,1254 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# alkuma , 2013 +# Bharat Toge, 2022 +# Chandan kumar , 2012 +# Claude Paroz , 2020 +# Jannis Leidel , 2011 +# Pratik , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:23-0500\n" +"PO-Revision-Date: 2022-07-25 06:49+0000\n" +"Last-Translator: Bharat Toge\n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "अफ़्रीकांस" + +msgid "Arabic" +msgstr "अरबी" + +msgid "Algerian Arabic" +msgstr "अल्जीरियाई अरब" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "आज़रबाइजानी" + +msgid "Bulgarian" +msgstr "बलगारियन" + +msgid "Belarusian" +msgstr "बेलारूसी" + +msgid "Bengali" +msgstr "बंगाली" + +msgid "Breton" +msgstr "ब्रेटन" + +msgid "Bosnian" +msgstr "बोस्नियन" + +msgid "Catalan" +msgstr "कटलान" + +msgid "Czech" +msgstr "च्चेक" + +msgid "Welsh" +msgstr "वेल्श" + +msgid "Danish" +msgstr "दानिश" + +msgid "German" +msgstr "जर्मन" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ग्रीक" + +msgid "English" +msgstr "अंग्रेज़ी " + +msgid "Australian English" +msgstr "ऑस्ट्रेलियाई अंग्रेज़ी " + +msgid "British English" +msgstr "ब्रिटिश अंग्रेजी" + +msgid "Esperanto" +msgstr "एस्परेन्तो" + +msgid "Spanish" +msgstr "स्पानिश" + +msgid "Argentinian Spanish" +msgstr "अर्जेंटीना स्पैनिश " + +msgid "Colombian Spanish" +msgstr "कोलंबियाई स्पेनी" + +msgid "Mexican Spanish" +msgstr "मेक्सिकन स्पैनिश" + +msgid "Nicaraguan Spanish" +msgstr "निकारागुआ स्पैनिश" + +msgid "Venezuelan Spanish" +msgstr "वेनेज़ुएलाई स्पेनिश" + +msgid "Estonian" +msgstr "एस्टोनियन" + +msgid "Basque" +msgstr "बास्क" + +msgid "Persian" +msgstr "पारसी" + +msgid "Finnish" +msgstr "फ़िन्निश" + +msgid "French" +msgstr "फ्रेंच" + +msgid "Frisian" +msgstr "फ्रिसियन" + +msgid "Irish" +msgstr "आयरिश" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "गलिशियन" + +msgid "Hebrew" +msgstr "हि‍ब्रू" + +msgid "Hindi" +msgstr "हिंदी" + +msgid "Croatian" +msgstr "क्रोयेशियन" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "हंगेरियन" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "इंतर्लिंगुआ" + +msgid "Indonesian" +msgstr "इन्डोनेशियन " + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "आयिस्लान्डिक" + +msgid "Italian" +msgstr "इटैलियन" + +msgid "Japanese" +msgstr "जपानी" + +msgid "Georgian" +msgstr "ज्योर्जियन" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "कज़ाख" + +msgid "Khmer" +msgstr "ख्मेर" + +msgid "Kannada" +msgstr "कन्‍नड़" + +msgid "Korean" +msgstr "कोरियन" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "लक्संबर्गी" + +msgid "Lithuanian" +msgstr "लिथुवेनियन" + +msgid "Latvian" +msgstr "लात्वियन" + +msgid "Macedonian" +msgstr "मेसिडोनियन" + +msgid "Malayalam" +msgstr "मलयालम" + +msgid "Mongolian" +msgstr "मंगोलियन" + +msgid "Marathi" +msgstr "मराठी" + +msgid "Malay" +msgstr "मलय भाषा" + +msgid "Burmese" +msgstr "बर्मीज़" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "नेपाली" + +msgid "Dutch" +msgstr "डच" + +msgid "Norwegian Nynorsk" +msgstr "नार्वेजियन नायनॉर्स्क" + +msgid "Ossetic" +msgstr "ओस्सेटिक" + +msgid "Punjabi" +msgstr "पंजाबी" + +msgid "Polish" +msgstr "पोलिश" + +msgid "Portuguese" +msgstr "पुर्तगाली" + +msgid "Brazilian Portuguese" +msgstr "ब्रजिलियन पुर्तगाली" + +msgid "Romanian" +msgstr "रोमानियन" + +msgid "Russian" +msgstr "रूसी" + +msgid "Slovak" +msgstr "स्लोवाक" + +msgid "Slovenian" +msgstr "स्लोवेनियन" + +msgid "Albanian" +msgstr "अल्बेनियन्" + +msgid "Serbian" +msgstr "सर्बियन" + +msgid "Serbian Latin" +msgstr "सर्बियाई लैटिन" + +msgid "Swedish" +msgstr "स्वीडिश" + +msgid "Swahili" +msgstr "स्वाहिली" + +msgid "Tamil" +msgstr "तमिल" + +msgid "Telugu" +msgstr "तेलुगु" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "थाई" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "तुर्किश" + +msgid "Tatar" +msgstr "तातार" + +msgid "Udmurt" +msgstr "उद्मर्त" + +msgid "Ukrainian" +msgstr "यूक्रानियन" + +msgid "Urdu" +msgstr "उर्दू" + +msgid "Uzbek" +msgstr "उज़्बेक" + +msgid "Vietnamese" +msgstr "वियतनामी" + +msgid "Simplified Chinese" +msgstr "सरल चीनी" + +msgid "Traditional Chinese" +msgstr "पारम्परिक चीनी" + +msgid "Messages" +msgstr "संदेश" + +msgid "Site Maps" +msgstr "साइट मैप" + +msgid "Static Files" +msgstr "स्थिर फ़ाइलें" + +msgid "Syndication" +msgstr "सिंडिकेशन" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "यह पृष्ठ संख्या पूर्णांक नहीं है" + +msgid "That page number is less than 1" +msgstr "यह पृष्ठ संख्या 1 से कम है " + +msgid "That page contains no results" +msgstr "उस पृष्ठ पर कोई परिणाम नहीं हैं" + +msgid "Enter a valid value." +msgstr "एक मान्य मूल्य दर्ज करें" + +msgid "Enter a valid URL." +msgstr "वैध यू.आर.एल भरें ।" + +msgid "Enter a valid integer." +msgstr "एक मान्य पूर्ण संख्या दर्ज करें" + +msgid "Enter a valid email address." +msgstr "वैध डाक पता प्रविष्ट करें।" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "वैध आइ.पि वी 4 पता भरें ।" + +msgid "Enter a valid IPv6 address." +msgstr "वैध IPv6 पता दर्ज करें." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "वैध IPv4 या IPv6 पता दर्ज करें." + +msgid "Enter only digits separated by commas." +msgstr "अल्पविराम अंक मात्र ही भरें ।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"सुनिश्चित करें कि यह मान %(limit_value)s (यह\n" +" %(show_value)s है) है ।" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "सुनिश्चित करें कि यह मान %(limit_value)s से कम या बराबर है ।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "सुनिश्चित करें यह मान %(limit_value)s से बड़ा या बराबर है ।" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "एक संख्या दर्ज करें ।" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "और" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "यह मूल्य खाली नहीं हो सकता ।" + +msgid "This field cannot be blank." +msgstr "इस फ़ील्ड रिक्त नहीं हो सकता है." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "इस %(field_label)s के साथ एक %(model_name)s पहले से ही उपस्थित है ।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "फील्ड के प्रकार: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "बूलियन (सही अथ‌वा गलत)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "स्ट्रिंग (अधिकतम लम्बाई %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "अल्पविराम सीमांकित संख्या" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "तिथि (बिना समय)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "तिथि (समय के साथ)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "दशमलव संख्या" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "अवधि" + +msgid "Email address" +msgstr "ईमेल पता" + +msgid "File path" +msgstr "संचिका पथ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "चल बिन्दु संख्या" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "पूर्णांक" + +msgid "Big (8 byte) integer" +msgstr "बड़ा (8 बाइट) पूर्णांक " + +msgid "Small integer" +msgstr "छोटा पूर्णांक" + +msgid "IPv4 address" +msgstr "IPv4 पता" + +msgid "IP address" +msgstr "आइ.पि पता" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "बूलियन (सही, गलत या कुछ नहीं)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "धनात्मक पूर्णांक" + +msgid "Positive small integer" +msgstr "धनात्मक छोटा पूर्णांक" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "स्लग (%(max_length)s तक)" + +msgid "Text" +msgstr "पाठ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "समय" + +msgid "URL" +msgstr "यू.आर.एल" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "फाइल" + +msgid "Image" +msgstr "छवि" + +msgid "A JSON object" +msgstr "एक JSON डेटा object" + +msgid "Value must be valid JSON." +msgstr "दर्ज किया गया डेटा वैध JSON होना अनिवार्य है" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "विदेशी कुंजी (संबंधित क्षेत्र के द्वारा प्रकार निर्धारित)" + +msgid "One-to-one relationship" +msgstr "एक-एक संबंध" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "बहुत से कई संबंध" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "यह क्षेत्र अपेक्षित हैं" + +msgid "Enter a whole number." +msgstr "एक पूर्ण संख्या दर्ज करें ।" + +msgid "Enter a valid date." +msgstr "वैध तिथि भरें ।" + +msgid "Enter a valid time." +msgstr "वैध समय भरें ।" + +msgid "Enter a valid date/time." +msgstr "वैध तिथि/समय भरें ।" + +msgid "Enter a valid duration." +msgstr "एक वैध अवधी दर्ज करें" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "दिनों की संख्या {min_days} और {max_days} के बीच होना अनिवार्य है " + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "कोई संचिका निवेदित नहीं हुई । कृपया कूटलेखन की जाँच करें ।" + +msgid "No file was submitted." +msgstr "कोई संचिका निवेदित नहीं हुई ।" + +msgid "The submitted file is empty." +msgstr "निवेदित संचिका खाली है ।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "कृपया या फ़ाइल प्रस्तुत करे या साफ जांचपेटी की जाँच करे,दोनों नहीं ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "वैध चित्र निवेदन करें । आप के द्वारा निवेदित संचिका अमान्य अथवा दूषित है ।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "मान्य इच्छा चयन करें । %(value)s लभ्य इच्छाओं में उप्लब्ध नहीं हैं ।" + +msgid "Enter a list of values." +msgstr "मूल्य सूची दर्ज करें ।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "एक वैध UUID भरें " + +msgid "Enter a valid JSON." +msgstr "एक वैध JSON भरें " + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "छाटें" + +msgid "Delete" +msgstr "मिटाएँ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "कृपया %(field)s के लिए डुप्लिकेट डेटा को सही करे." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "कृपया %(field)s के डुप्लिकेट डेटा जो अद्वितीय होना चाहिए को सही करें." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"कृपया %(field_name)s के लिए डुप्लिकेट डेटा को सही करे जो %(date_field)s में " +"%(lookup)s के लिए अद्वितीय होना चाहिए." + +msgid "Please correct the duplicate values below." +msgstr "कृपया डुप्लिकेट मानों को सही करें." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "मान्य विकल्प चयन करें । यह विकल्प उपस्थित विकल्पों में नहीं है ।" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "रिक्त करें" + +msgid "Currently" +msgstr "फिलहाल" + +msgid "Change" +msgstr "बदलें" + +msgid "Unknown" +msgstr "अनजान" + +msgid "Yes" +msgstr "हाँ" + +msgid "No" +msgstr "नहीं" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "हाँ,नहीं,शायद" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d बाइट" +msgstr[1] "%(size)d बाइट" + +#, python-format +msgid "%s KB" +msgstr "%s केबी " + +#, python-format +msgid "%s MB" +msgstr "%s मेबी " + +#, python-format +msgid "%s GB" +msgstr "%s जीबी " + +#, python-format +msgid "%s TB" +msgstr "%s टीबी" + +#, python-format +msgid "%s PB" +msgstr "%s पीबी" + +msgid "p.m." +msgstr "बजे" + +msgid "a.m." +msgstr "बजे" + +msgid "PM" +msgstr "बजे" + +msgid "AM" +msgstr "बजे" + +msgid "midnight" +msgstr "मध्यरात्री" + +msgid "noon" +msgstr "दोपहर" + +msgid "Monday" +msgstr "सोम‌वार" + +msgid "Tuesday" +msgstr "मंगलवार" + +msgid "Wednesday" +msgstr "बुधवार" + +msgid "Thursday" +msgstr "गुरूवार" + +msgid "Friday" +msgstr "शुक्रवार" + +msgid "Saturday" +msgstr "शनिवार" + +msgid "Sunday" +msgstr "रविवार" + +msgid "Mon" +msgstr "सोम" + +msgid "Tue" +msgstr "मंगल" + +msgid "Wed" +msgstr "बुध" + +msgid "Thu" +msgstr "गुरू" + +msgid "Fri" +msgstr "शुक्र" + +msgid "Sat" +msgstr "शनि" + +msgid "Sun" +msgstr "रवि" + +msgid "January" +msgstr "जनवरी" + +msgid "February" +msgstr "फ़रवरी" + +msgid "March" +msgstr "मार्च" + +msgid "April" +msgstr "अप्रैल" + +msgid "May" +msgstr "मई" + +msgid "June" +msgstr "जून" + +msgid "July" +msgstr "जुलाई" + +msgid "August" +msgstr "अगस्त" + +msgid "September" +msgstr "सितमबर" + +msgid "October" +msgstr "अक्टूबर" + +msgid "November" +msgstr "नवमबर" + +msgid "December" +msgstr "दिसमबर" + +msgid "jan" +msgstr "जन" + +msgid "feb" +msgstr "फ़र" + +msgid "mar" +msgstr "मा" + +msgid "apr" +msgstr "अप्र" + +msgid "may" +msgstr "मई" + +msgid "jun" +msgstr "जून" + +msgid "jul" +msgstr "जुल" + +msgid "aug" +msgstr "अग" + +msgid "sep" +msgstr "सित" + +msgid "oct" +msgstr "अक्ट" + +msgid "nov" +msgstr "नव" + +msgid "dec" +msgstr "दिस्" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "जनवरी." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "फ़रवरी." + +msgctxt "abbrev. month" +msgid "March" +msgstr "मार्च" + +msgctxt "abbrev. month" +msgid "April" +msgstr "अप्रैल" + +msgctxt "abbrev. month" +msgid "May" +msgstr "मई" + +msgctxt "abbrev. month" +msgid "June" +msgstr "जून" + +msgctxt "abbrev. month" +msgid "July" +msgstr "जुलाई" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "अग." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "सितम्बर." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "अक्टूबर" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "नवम्बर." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "दिसम्बर" + +msgctxt "alt. month" +msgid "January" +msgstr "जनवरी" + +msgctxt "alt. month" +msgid "February" +msgstr "फरवरी" + +msgctxt "alt. month" +msgid "March" +msgstr "मार्च" + +msgctxt "alt. month" +msgid "April" +msgstr "अप्रैल" + +msgctxt "alt. month" +msgid "May" +msgstr "मई" + +msgctxt "alt. month" +msgid "June" +msgstr "जून" + +msgctxt "alt. month" +msgid "July" +msgstr "जुलाई" + +msgctxt "alt. month" +msgid "August" +msgstr "अगस्त" + +msgctxt "alt. month" +msgid "September" +msgstr "सितंबर" + +msgctxt "alt. month" +msgid "October" +msgstr "अक्टूबर" + +msgctxt "alt. month" +msgid "November" +msgstr "नवंबर" + +msgctxt "alt. month" +msgid "December" +msgstr "दिसंबर" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "अथवा" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF सत्यापन असफल रहा. Request निरस्त की गई " + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "कोई साल निर्दिष्ट नहीं किया गया " + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "कोई महीने निर्दिष्ट नहीं किया गया " + +msgid "No day specified" +msgstr "कोई दिन निर्दिष्ट नहीं किया गया " + +msgid "No week specified" +msgstr "कोई सप्ताह निर्दिष्ट नहीं किया गया " + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s उपलब्ध नहीं है" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"भविष्य %(verbose_name_plural)s उपलब्ध नहीं है क्योंकि %(class_name)s.allow_future " +"गलत है." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr " इस प्रश्न %(verbose_name)s से मेल नहीं खाते है" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "अवैध पन्ना (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "निर्देशिका अनुक्रमित की अनुमति यहाँ नहीं है." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s का अनुक्रमणिका" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdf9e8565faabba89c9c012b10b20c5436dbc934 GIT binary patch literal 201 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..574a7ab7672 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po @@ -0,0 +1,1274 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# aljosa , 2011,2013 +# Berislav Lopac , 2013 +# Bojan Mihelač , 2012 +# Boni Đukić , 2017 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2015-2016 +# Nino , 2013 +# senko , 2012 +# Ylodi , 2011 +# zmasek , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arapski" + +msgid "Asturian" +msgstr "Asturijski" + +msgid "Azerbaijani" +msgstr "Azarbejdžanac" + +msgid "Bulgarian" +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Belarusian" +msgstr "Bjeloruski" + +msgid "Bengali" +msgstr "Bengalski" + +msgid "Breton" +msgstr "Bretonski" + +msgid "Bosnian" +msgstr "Bošnjački" + +msgid "Catalan" +msgstr "Katalanski" + +msgid "Czech" +msgstr "Češki" + +msgid "Welsh" +msgstr "Velški" + +msgid "Danish" +msgstr "Danski" + +msgid "German" +msgstr "Njemački" + +msgid "Lower Sorbian" +msgstr "Donjolužičkosrpski" + +msgid "Greek" +msgstr "Grčki" + +msgid "English" +msgstr "Engleski" + +msgid "Australian English" +msgstr "Australski engleski" + +msgid "British English" +msgstr "Britanski engleski" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Španjolski" + +msgid "Argentinian Spanish" +msgstr "Argentinski španjolski" + +msgid "Colombian Spanish" +msgstr "Kolumbijski španjolski" + +msgid "Mexican Spanish" +msgstr "Meksički španjolski" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvanski Španjolski" + +msgid "Venezuelan Spanish" +msgstr "Venezuelanski Španjolski" + +msgid "Estonian" +msgstr "Estonski" + +msgid "Basque" +msgstr "Baskijski" + +msgid "Persian" +msgstr "Perzijski" + +msgid "Finnish" +msgstr "Finski" + +msgid "French" +msgstr "Francuski" + +msgid "Frisian" +msgstr "Frizijski" + +msgid "Irish" +msgstr "Irski" + +msgid "Scottish Gaelic" +msgstr "Škotski gaelski" + +msgid "Galician" +msgstr "Galičanski" + +msgid "Hebrew" +msgstr "Hebrejski" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Hrvatski" + +msgid "Upper Sorbian" +msgstr "Gornjolužičkosrpski" + +msgid "Hungarian" +msgstr "Mađarski" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezijski" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandski" + +msgid "Italian" +msgstr "Talijanski" + +msgid "Japanese" +msgstr "Japanski" + +msgid "Georgian" +msgstr "Gruzijski" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Kazaški" + +msgid "Khmer" +msgstr "Kambođanski" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanski" + +msgid "Luxembourgish" +msgstr "Luksemburški" + +msgid "Lithuanian" +msgstr "Litvanski" + +msgid "Latvian" +msgstr "Latvijski" + +msgid "Macedonian" +msgstr "Makedonski" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolski" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmanski" + +msgid "Norwegian Bokmål" +msgstr "Bokmål" + +msgid "Nepali" +msgstr "Nepalski" + +msgid "Dutch" +msgstr "Nizozemski" + +msgid "Norwegian Nynorsk" +msgstr "Norveški Nynorsk" + +msgid "Ossetic" +msgstr "Osetski" + +msgid "Punjabi" +msgstr "Pendžabljanin" + +msgid "Polish" +msgstr "Poljski" + +msgid "Portuguese" +msgstr "Portugalski" + +msgid "Brazilian Portuguese" +msgstr "Brazilski portugalski" + +msgid "Romanian" +msgstr "Rumunjski" + +msgid "Russian" +msgstr "Ruski" + +msgid "Slovak" +msgstr "Slovački" + +msgid "Slovenian" +msgstr "Slovenski" + +msgid "Albanian" +msgstr "Albanski" + +msgid "Serbian" +msgstr "Srpski" + +msgid "Serbian Latin" +msgstr "Latinski srpski" + +msgid "Swedish" +msgstr "Švedski" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilski" + +msgid "Telugu" +msgstr "Teluški" + +msgid "Thai" +msgstr "Thai (tajlandski)" + +msgid "Turkish" +msgstr "Turski" + +msgid "Tatar" +msgstr "Tatarski" + +msgid "Udmurt" +msgstr "Udmurtski" + +msgid "Ukrainian" +msgstr "Ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vijetnamski" + +msgid "Simplified Chinese" +msgstr "Pojednostavljeni kineski" + +msgid "Traditional Chinese" +msgstr "Tradicionalni kineski" + +msgid "Messages" +msgstr "Poruke" + +msgid "Site Maps" +msgstr "Mape stranica" + +msgid "Static Files" +msgstr "Statične datoteke" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "Broj stranice nije cijeli broj" + +msgid "That page number is less than 1" +msgstr "Broj stranice je manji od 1" + +msgid "That page contains no results" +msgstr "Stranica ne sadrži rezultate" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrijednost." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "Unesite vrijednost u obliku cijelog broja." + +msgid "Enter a valid email address." +msgstr "Unesite ispravnu e-mail adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Unesite ispravnu IPv6 adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Unesite ispravnu IPv4 ili IPv6 adresu." + +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojeve razdvojene zarezom." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Osigurajte da ova vrijednost ima %(limit_value)s (trenutno je " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Osigurajte da je ova vrijednost manja ili jednaka %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Osigurajte da je ova vrijednost veća ili jednaka %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Osigurajte da ova vrijednost ima najmanje %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Osigurajte da ova vrijednost ima najmanje %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." +msgstr[2] "" +"Osigurajte da ova vrijednost ima najmanje %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Osigurajte da ova vrijednost ima najviše %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Osigurajte da ova vrijednost ima najviše %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." +msgstr[2] "" +"Osigurajte da ova vrijednost ima najviše %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." + +msgid "Enter a number." +msgstr "Unesite broj." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Osigurajte da nema više od ukupno %(max)s numeričkog znaka." +msgstr[1] "Osigurajte da nema više od ukupno %(max)s numerička znaka." +msgstr[2] "Osigurajte da nema više od ukupno %(max)s numeričkih znakova." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Osigurajte da nema više od ukupno %(max)s decimalnog mjesta." +msgstr[1] "Osigurajte da nema više od ukupno %(max)s decimalna mjesta." +msgstr[2] "Osigurajte da nema više od ukupno %(max)s decimalnih mjesta." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Osigurajte da nema više od ukupno %(max)s numberičkog znaka prije decimalne " +"točke." +msgstr[1] "" +"Osigurajte da nema više od ukupno %(max)s numberička znaka prije decimalne " +"točke." +msgstr[2] "" +"Osigurajte da nema više od ukupno %(max)s numberičkih znakova prije " +"decimalne točke." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s sa navedenim %(field_labels)s već postoji." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vrijednost %(value)r nije jedna od raspoloživih opcija." + +msgid "This field cannot be null." +msgstr "Ovo polje ne može biti null." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa navedenim %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s mora biti jedinstven pojam za %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Slova (do %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Cijeli brojevi odvojeni zarezom" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (bez vremena/sati)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (sa vremenom/satima)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimalni broj" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Trajanje" + +msgid "Email address" +msgstr "E-mail adresa" + +msgid "File path" +msgstr "Put do datoteke" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Broj s pomičnim zarezom (floating point number)" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Cijeli broj" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +msgid "IPv4 address" +msgstr "IPv4 adresa" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True, False ili None)" + +msgid "Positive integer" +msgstr "Pozitivan cijeli broj" + +msgid "Positive small integer" +msgstr "Pozitivan mali cijeli broj" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "'Slug' (do %(max_length)s)" + +msgid "Small integer" +msgstr "Mali broj" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vrijeme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Binarni podaci" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Datoteka" + +msgid "Image" +msgstr "Slika" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s instanca sa %(field)s %(value)r ne postoji." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s veza" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s veze" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Unos za ovo polje je obavezan." + +msgid "Enter a whole number." +msgstr "Unesite cijeli broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vrijeme." + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vrijeme." + +msgid "Enter a valid duration." +msgstr "Unesite ispravno trajanje." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Datoteka nije poslana. Provjerite 'encoding type' forme." + +msgid "No file was submitted." +msgstr "Datoteka nije poslana." + +msgid "The submitted file is empty." +msgstr "Poslana datoteka je prazna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Osigurajte da naziv datoteke ima najviše %(max)d znak (ima %(length)d)." +msgstr[1] "" +"Osigurajte da naziv datoteke ima najviše %(max)d znakova (ima %(length)d)." +msgstr[2] "" +"Osigurajte da naziv datoteke ima najviše %(max)d znakova (ima %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Molimo Vas da pošaljete ili datoteku ili označite izbor, a ne oboje." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload-ajte ispravnu sliku. Datoteka koju ste upload-ali ili nije slika ili " +"je oštečena." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Odaberite iz ponuđenog. %(value)s nije ponuđen kao opcija." + +msgid "Enter a list of values." +msgstr "Unesite listu vrijednosti." + +msgid "Enter a complete value." +msgstr "Unesite kompletnu vrijednost." + +msgid "Enter a valid UUID." +msgstr "Unesite ispravan UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skriveno polje %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm podaci nedostaju ili su promijenjeni" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Molimo unesite %d obrazac." +msgstr[1] "Molimo unesite %d ili manje obrazaca." +msgstr[2] "Molimo unesite %d ili manje obrazaca." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Molimo unesite %d ili više obrazaca." +msgstr[1] "Molimo unesite %d ili više obrazaca." +msgstr[2] "Molimo unesite %d ili više obrazaca." + +msgid "Order" +msgstr "Redoslijed:" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite duplicirane podatke za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Molimo ispravite duplicirane podatke za %(field)s, koji moraju biti " +"jedinstveni." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Molimo ispravite duplicirane podatke za %(field_name)s koji moraju biti " +"jedinstveni za %(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Molimo ispravite duplicirane vrijednosti ispod." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Izaberite ispravnu opciju. Ta opcija nije jedna od dostupnih opcija." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Isprazni" + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Promijeni" + +msgid "Unknown" +msgstr "Nepoznat pojam" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d byte-a" +msgstr[2] "%(size)d byte-a" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "popodne" + +msgid "a.m." +msgstr "ujutro" + +msgid "PM" +msgstr "popodne" + +msgid "AM" +msgstr "ujutro" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "Ponedjeljak" + +msgid "Tuesday" +msgstr "Utorak" + +msgid "Wednesday" +msgstr "Srijeda" + +msgid "Thursday" +msgstr "Četvrtak" + +msgid "Friday" +msgstr "Petak" + +msgid "Saturday" +msgstr "Subota" + +msgid "Sunday" +msgstr "Nedjelja" + +msgid "Mon" +msgstr "Pon" + +msgid "Tue" +msgstr "Uto" + +msgid "Wed" +msgstr "Sri" + +msgid "Thu" +msgstr "Čet" + +msgid "Fri" +msgstr "Pet" + +msgid "Sat" +msgstr "Sub" + +msgid "Sun" +msgstr "Ned" + +msgid "January" +msgstr "Siječanj" + +msgid "February" +msgstr "Veljača" + +msgid "March" +msgstr "Ožujak" + +msgid "April" +msgstr "Travanj" + +msgid "May" +msgstr "Svibanj" + +msgid "June" +msgstr "Lipanj" + +msgid "July" +msgstr "Srpanj" + +msgid "August" +msgstr "Kolovoz" + +msgid "September" +msgstr "Rujan" + +msgid "October" +msgstr "Listopad" + +msgid "November" +msgstr "Studeni" + +msgid "December" +msgstr "Prosinac" + +msgid "jan" +msgstr "sij." + +msgid "feb" +msgstr "velj." + +msgid "mar" +msgstr "ožu." + +msgid "apr" +msgstr "tra." + +msgid "may" +msgstr "svi." + +msgid "jun" +msgstr "lip." + +msgid "jul" +msgstr "srp." + +msgid "aug" +msgstr "kol." + +msgid "sep" +msgstr "ruj." + +msgid "oct" +msgstr "lis." + +msgid "nov" +msgstr "stu." + +msgid "dec" +msgstr "pro." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Sij." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Velj." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Ožu." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Tra." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Svi." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Lip." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Srp." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Kol." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Ruj." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Lis." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Stu." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Pro." + +msgctxt "alt. month" +msgid "January" +msgstr "siječnja" + +msgctxt "alt. month" +msgid "February" +msgstr "veljače" + +msgctxt "alt. month" +msgid "March" +msgstr "ožujka" + +msgctxt "alt. month" +msgid "April" +msgstr "travnja" + +msgctxt "alt. month" +msgid "May" +msgstr "svibnja" + +msgctxt "alt. month" +msgid "June" +msgstr "lipnja" + +msgctxt "alt. month" +msgid "July" +msgstr "srpnja" + +msgctxt "alt. month" +msgid "August" +msgstr "kolovoza" + +msgctxt "alt. month" +msgid "September" +msgstr "rujna" + +msgctxt "alt. month" +msgid "October" +msgstr "listopada" + +msgctxt "alt. month" +msgid "November" +msgstr "studenoga" + +msgctxt "alt. month" +msgid "December" +msgstr "prosinca" + +msgid "This is not a valid IPv6 address." +msgstr "To nije ispravna IPv6 adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d godina" +msgstr[1] "%d godina" +msgstr[2] "%d godina" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mjesec" +msgstr[1] "%d mjeseci" +msgstr[2] "%d mjeseci" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tjedan" +msgstr[1] "%d tjedna" +msgstr[2] "%d tjedana" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dana" +msgstr[1] "%d dana" +msgstr[2] "%d dana" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d sat" +msgstr[1] "%d sati" +msgstr[2] "%d sati" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutu" +msgstr[1] "%d minute" +msgstr[2] "%d minuta" + +msgid "0 minutes" +msgstr "0 minuta" + +msgid "Forbidden" +msgstr "Zabranjeno" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verifikacija nije uspjela. Zahtjev je prekinut." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ova poruka vam se prikazuje jer stranica na kojoj se nalazite zahtjeva CSRF " +"kolačić prilikom slanja forme. Navedeni kolačić je obavezan iz sigurnosnih " +"razloga, kako bi se osiguralo da vaš internetski preglednik ne bude otet od " +"strane trećih osoba." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Dodatne informacije su dostupne sa postavkom DEBUG=True." + +msgid "No year specified" +msgstr "Nije navedena godina" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Nije naveden mjesec" + +msgid "No day specified" +msgstr "Nije naveden dan" + +msgid "No week specified" +msgstr "Tjedan nije određen" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nije dostupno: %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s nije dostupno jer je %(class_name)s.allow_future " +"False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s - pretragom nisu pronađeni rezultati za upit" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nevažeća stranica (%(page_number)s):%(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Sadržaji direktorija ovdje nisu dozvoljeni." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Sadržaj direktorija %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fda6e445ff2a25ceccc30c5d4b3dfc4e5349fca GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^)rg}I7Uc|q07gKm>?z&) z4Z3&hXXr=h!iZQqWkbov)Vlzvf2)Er5=+qYgm9ACwlvF@$3Xg|#rEH5wgj$5td4 zwU2r*D`gwd_7?M9o8DAeQuqpl`!FilfgT({T!kMZ>EBTJ206bS@yK z&lR~|Emh8cf;;?juh4@aK`t$pZJkA zy)=g};qw>#q&qdvux6SdOIi0|fwGO@-nCNrgcs)+z zbIDIXxxm}XOHtG+44BL{y@)38#y-7f7Ri%2h%XY4=ODI7J|TJLbPiIBWD4iE;Xv9m c2kdP$c7kJibqZ1$GDCKD!6v>k<0SU}3#5q=TmS$7 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/formats.py new file mode 100644 index 00000000000..a2dc45730dd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hr/formats.py @@ -0,0 +1,44 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. E Y." +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. E Y. H:i" +YEAR_MONTH_FORMAT = "F Y." +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "j.m.Y." +SHORT_DATETIME_FORMAT = "j.m.Y. H:i" +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%d.%m.%Y.", # '25.10.2006.' + "%d.%m.%y.", # '25.10.06.' + "%d. %m. %Y.", # '25. 10. 2006.' + "%d. %m. %y.", # '25. 10. 06.' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d.%m.%Y. %H:%M:%S", # '25.10.2006. 14:30:59' + "%d.%m.%Y. %H:%M:%S.%f", # '25.10.2006. 14:30:59.000200' + "%d.%m.%Y. %H:%M", # '25.10.2006. 14:30' + "%d.%m.%y. %H:%M:%S", # '25.10.06. 14:30:59' + "%d.%m.%y. %H:%M:%S.%f", # '25.10.06. 14:30:59.000200' + "%d.%m.%y. %H:%M", # '25.10.06. 14:30' + "%d. %m. %Y. %H:%M:%S", # '25. 10. 2006. 14:30:59' + "%d. %m. %Y. %H:%M:%S.%f", # '25. 10. 2006. 14:30:59.000200' + "%d. %m. %Y. %H:%M", # '25. 10. 2006. 14:30' + "%d. %m. %y. %H:%M:%S", # '25. 10. 06. 14:30:59' + "%d. %m. %y. %H:%M:%S.%f", # '25. 10. 06. 14:30:59.000200' + "%d. %m. %y. %H:%M", # '25. 10. 06. 14:30' +] + +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b4738a032ccea81075b4ff09fbbfe10a4c5a1e78 GIT binary patch literal 30397 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5766e319e82 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,1384 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , 2016-2025\n" +"Language-Team: Upper Sorbian (http://app.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +msgid "Arabic" +msgstr "Arabšćina" + +msgid "Algerian Arabic" +msgstr "Algeriska arabšćina" + +msgid "Asturian" +msgstr "Asturišćina" + +msgid "Azerbaijani" +msgstr "Azerbajdźanšćina" + +msgid "Bulgarian" +msgstr "Bołharšćina" + +msgid "Belarusian" +msgstr "Běłorušćina" + +msgid "Bengali" +msgstr "Bengalšćina" + +msgid "Breton" +msgstr "Bretonšćina" + +msgid "Bosnian" +msgstr "Bosnišćina" + +msgid "Catalan" +msgstr "Katalanšćina" + +msgid "Central Kurdish (Sorani)" +msgstr "Centralna kurdišćina (Sorani)" + +msgid "Czech" +msgstr "Čěšćina" + +msgid "Welsh" +msgstr "Walizišćina" + +msgid "Danish" +msgstr "Danšćina" + +msgid "German" +msgstr "Němčina" + +msgid "Lower Sorbian" +msgstr "Delnjoserbšćina" + +msgid "Greek" +msgstr "Grjekšćina" + +msgid "English" +msgstr "Jendźelšćina" + +msgid "Australian English" +msgstr "Awstralska jendźelšćina" + +msgid "British English" +msgstr "Britiska jendźelšćina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Španišćina" + +msgid "Argentinian Spanish" +msgstr "Argentinska španišćina" + +msgid "Colombian Spanish" +msgstr "Kolumbiska španišćina" + +msgid "Mexican Spanish" +msgstr "Mexiska španišćina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska španišćina" + +msgid "Venezuelan Spanish" +msgstr "Venezuelska španišćina" + +msgid "Estonian" +msgstr "Estišćina" + +msgid "Basque" +msgstr "Baskišćina" + +msgid "Persian" +msgstr "Persišćina" + +msgid "Finnish" +msgstr "Finšćina" + +msgid "French" +msgstr "Francošćina" + +msgid "Frisian" +msgstr "Frizišćina" + +msgid "Irish" +msgstr "Irišćina" + +msgid "Scottish Gaelic" +msgstr "Šotiska gaelšćina" + +msgid "Galician" +msgstr "Galicišćina" + +msgid "Hebrew" +msgstr "Hebrejšćina" + +msgid "Hindi" +msgstr "Hindišćina" + +msgid "Croatian" +msgstr "Chorwatšćina" + +msgid "Upper Sorbian" +msgstr "Hornjoserbšćina" + +msgid "Hungarian" +msgstr "Madźaršćina" + +msgid "Armenian" +msgstr "Armenšćina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezišćina" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandšćina" + +msgid "Italian" +msgstr "Italšćina" + +msgid "Japanese" +msgstr "Japanšćina" + +msgid "Georgian" +msgstr "Georgišćina" + +msgid "Kabyle" +msgstr "Kabylšćina" + +msgid "Kazakh" +msgstr "Kazachšćina" + +msgid "Khmer" +msgstr "Khmeršćina" + +msgid "Kannada" +msgstr "Kannadšćina" + +msgid "Korean" +msgstr "Korejšćina" + +msgid "Kyrgyz" +msgstr "Kirgišćina" + +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +msgid "Lithuanian" +msgstr "Litawšćina" + +msgid "Latvian" +msgstr "Letišćina" + +msgid "Macedonian" +msgstr "Makedonšćina" + +msgid "Malayalam" +msgstr "Malajalam" + +msgid "Mongolian" +msgstr "Mongolšćina" + +msgid "Marathi" +msgstr "Marathišćina" + +msgid "Malay" +msgstr "Malajšćina" + +msgid "Burmese" +msgstr "Myanmaršćina" + +msgid "Norwegian Bokmål" +msgstr "Norwegski bokmål" + +msgid "Nepali" +msgstr "Nepalšćina" + +msgid "Dutch" +msgstr "Nižozemšćina" + +msgid "Norwegian Nynorsk" +msgstr "Norwegski nynorsk" + +msgid "Ossetic" +msgstr "Osetšćina" + +msgid "Punjabi" +msgstr "Pundźabišćina" + +msgid "Polish" +msgstr "Pólšćina" + +msgid "Portuguese" +msgstr "Portugalšćina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugalšćina" + +msgid "Romanian" +msgstr "Rumunšćina" + +msgid "Russian" +msgstr "Rušćina" + +msgid "Slovak" +msgstr "Słowakšćina" + +msgid "Slovenian" +msgstr "Słowjenšćina" + +msgid "Albanian" +msgstr "Albanšćina" + +msgid "Serbian" +msgstr "Serbišćina" + +msgid "Serbian Latin" +msgstr "Serbšćina, łaćonska" + +msgid "Swedish" +msgstr "Šwedšćina" + +msgid "Swahili" +msgstr "Suahelšćina" + +msgid "Tamil" +msgstr "Tamilšćina" + +msgid "Telugu" +msgstr "Telugušćina" + +msgid "Tajik" +msgstr "Tadźikišćina" + +msgid "Thai" +msgstr "Thaišćina" + +msgid "Turkmen" +msgstr "Turkmenšćina" + +msgid "Turkish" +msgstr "Turkowšćina" + +msgid "Tatar" +msgstr "Tataršćina" + +msgid "Udmurt" +msgstr "Udmurtšćina" + +msgid "Uyghur" +msgstr "Ujguršćina" + +msgid "Ukrainian" +msgstr "Ukrainšćina" + +msgid "Urdu" +msgstr "Urdušćina" + +msgid "Uzbek" +msgstr "Uzbekšćina" + +msgid "Vietnamese" +msgstr "Vietnamšćina" + +msgid "Simplified Chinese" +msgstr "Zjednorjene chinšćina" + +msgid "Traditional Chinese" +msgstr "Tradicionalna chinšćina" + +msgid "Messages" +msgstr "Powěsće" + +msgid "Site Maps" +msgstr "Přehlady sydła" + +msgid "Static Files" +msgstr "Statiske dataje" + +msgid "Syndication" +msgstr "Syndikacija" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Tute čisko strony cyła ličba njeje." + +msgid "That page number is less than 1" +msgstr "Tute čisło strony je mjeńše hač 1." + +msgid "That page contains no results" +msgstr "Tuta strona wuslědki njewobsahuje" + +msgid "Enter a valid value." +msgstr "Zapodajće płaćiwu hódnotu." + +msgid "Enter a valid domain name." +msgstr "Zapodajće płaćiwe domenowe mjeno." + +msgid "Enter a valid URL." +msgstr "Zapodajće płaćiwy URL." + +msgid "Enter a valid integer." +msgstr "Zapodajće płaćiwu cyłu ličbu." + +msgid "Enter a valid email address." +msgstr "Zapodajće płaćiwu e-mejlowu adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zapodajće płaćiwe adresowe mjeno, kotrež jenož pismiki, ličby, podsmužki abo " +"wjazawki wobsahuje." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zapodajće płaćiwe „adresowe mjeno“, kotrež jenož pismiki, ličby, podsmužki " +"abo wjazawki wobsahuje." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Zapodajće płaćiwu %(protocol)s-adresu." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 abo IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Zapodajće jenož přez komy dźělene cyfry," + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsćće, zo tuta hódnota je %(limit_value)s (je %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Zawěsćće, zo hódnota je mjeńša hač abo runja %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Zawěsćće, zo tuta hódnota je wjetša hač abo runja %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Zawěsćće, zo tuta hódnota je množina kročeloweje wulkosće %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Zawěsćće, zo tuta hódnota je mnoho króć kročeloweje wulkosće " +"%(limit_value)s, započinajo z %(offset)s, na př. %(offset)s, " +"%(valid_value1)s, %(valid_value2)s a tak dale." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješko (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješka (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješkow (ma " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješko (ima " +"%(show_value)d)." +msgstr[1] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješce (ima " +"%(show_value)d)." +msgstr[2] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješka (ima " +"%(show_value)d)." +msgstr[3] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješkow (ima " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Zapodajće ličbu." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s cyfry dohromady." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s decimalneho městna." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s decimalneju městnow." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s decimalnych městnow." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s decimalnych městnow." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s cyfry před decimalnej komu." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Datajowy sufiks ' %(extension)s' dowoleny njeje. Dowolene sufiksy su: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Prózdne znamješka dowolene njejsu." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z tutym %(field_labels)s hižo eksistuje." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Wobmjezowanje \"%(name)s\" je překročene." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hódnota %(value)r płaćiwa wólba njeje." + +msgid "This field cannot be null." +msgstr "Tute polo njesmě nul być." + +msgid "This field cannot be blank." +msgstr "Tute polo njesmě prózdne być." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z tutym %(field_label)s hižo eksistuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s dyrbi za %(date_field_label)s %(lookup_type)s jónkróćne być." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polo typa: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Hódnota „%(value)s“ dyrbi pak True pak False być." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Hódnota „%(value)s“ dyrbi pak True, False pak None być." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamješkowy rjećazk (hač %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Znamješkowy rjećazk (njewobmjezowany)" + +msgid "Comma-separated integers" +msgstr "Cyłe ličby dźělene přez komu" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Hódnota „%(value)s“ ma njepłaćiwy datumowy format. Dyrbi we formaće DD.MM." +"YYYY być." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Hódnota „%(value)s“ ma korektny format (DD.MM.YYYY), ale je njepłaćiwy datum." + +msgid "Date (without time)" +msgstr "Datum (bjez časa)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Hódnota „%(value)s“ ma njepłaćiwy format. Dyrbi we formaće DD.MM.YYYY HH:MM[:" +"ss[.uuuuuu]][TZ] być." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Hódnota „%(value)s“ ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), " +"ale je njepłaćiwy datum/čas." + +msgid "Date (with time)" +msgstr "Datum (z časom)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Hódnota „%(value)s“ dyrbi decimalna ličba być." + +msgid "Decimal number" +msgstr "Decimalna ličba" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Hódnota „%(value)s“ ma njepłaćiwy format. Dyrbi w formaće [DD] [HH:[MM:]]ss[." +"uuuuuu] być." + +msgid "Duration" +msgstr "Traće" + +msgid "Email address" +msgstr "E-mejlowa adresa" + +msgid "File path" +msgstr "Datajowa šćežka" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Hódnota „%(value)s“ dyrbi decimalna ličba być." + +msgid "Floating point number" +msgstr "Komowa ličba typa float" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Hódnota „%(value)s“ dyrbi integer być." + +msgid "Integer" +msgstr "Integer" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +msgid "Small integer" +msgstr "Mała cyła ličba" + +msgid "IPv4 address" +msgstr "IPv4-adresa" + +msgid "IP address" +msgstr "IP-adresa" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Hódnota „%(value)s“ dyrbi pak None, True pak False być." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +msgid "Positive big integer" +msgstr "Pozitiwna wulka cyła ličba" + +msgid "Positive integer" +msgstr "Pozitiwna cyła ličba" + +msgid "Positive small integer" +msgstr "Pozitiwna mała cyła ličba" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mjeno (hač %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Hódnota „%(value)s“ ma njepłaćiwy format. Dyrbi we formaće HH:MM[:ss[." +"uuuuuu]] być." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Hódnota „%(value)s“ ma korektny format (HH:MM[:ss[.uuuuuu]]), ale je " +"njepłaćiwy čas." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Hrube binarne daty" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "„%(value)s“ płaćiwy UUID njeje." + +msgid "Universally unique identifier" +msgstr "Uniwerselnje jónkróćny identifikator" + +msgid "File" +msgstr "Dataja" + +msgid "Image" +msgstr "Wobraz" + +msgid "A JSON object" +msgstr "JSON-objekt" + +msgid "Value must be valid JSON." +msgstr "Hódnota dyrbi płaćiwy JSON być." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "Instanca %(model)s z %(field)s %(value)r płaćiwa wólba njeje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluč (typ so přez wotpowědne polo postaja)" + +msgid "One-to-one relationship" +msgstr "Poćah jedyn jedyn" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Poćah %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Poćahi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Poćah wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tute polo je trěbne." + +msgid "Enter a whole number." +msgstr "Zapodajće cyłu ličbu." + +msgid "Enter a valid date." +msgstr "Zapodajće płaćiwy datum." + +msgid "Enter a valid time." +msgstr "Zapodajće płaćiwy čas." + +msgid "Enter a valid date/time." +msgstr "Zapodajće płaćiwy datum/čas." + +msgid "Enter a valid duration." +msgstr "Zapodajće płaćiwe traće." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Ličba dnjow dyrbi mjez {min_days} a {max_days} być." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Žana dataja je so pósłała. Přepruwujće kodowanski typ we formularje." + +msgid "No file was submitted." +msgstr "Žana dataja je so pósłała." + +msgid "The submitted file is empty." +msgstr "Pósłana dataja je prózdna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješko (ma " +"%(length)d)." +msgstr[1] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješce (ma " +"%(length)d)." +msgstr[2] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješka (ma " +"%(length)d)." +msgstr[3] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješkow (ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Prošu zapodajće dataju abo stajće hóčku do kontrolneho kašćika, nic wobě." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajće płaćiwy wobraz. Dataja, kotruž sće nahrał, pak njebě wobraz pak bě " +"wobškodźeny wobraz. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Wubjerće płaćiwu wolensku móžnosć. %(value)s žana k dispoziciji stejacych " +"wolenskich móžnosćow njeje. " + +msgid "Enter a list of values." +msgstr "Zapodajće lisćinu hódnotow." + +msgid "Enter a complete value." +msgstr "Zapodajće dospołnu hódnotu." + +msgid "Enter a valid UUID." +msgstr "Zapodajće płaćiwy UUID." + +msgid "Enter a valid JSON." +msgstr "Zapodajće płaćiwy JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane polo field %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Daty ManagementForm faluja abo su skepsane. Falowace pola: %(field_names)s. " +"Móžeće zmylkowu rozprawu spisać, jeli problem dale eksistuje." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Prošu wotposćelće maksimalnje %(num)d formular." +msgstr[1] "Prošu wotposćelće maksimalnje %(num)d formularaj." +msgstr[2] "Prošu wotposćelće maksimalnje %(num)d formulary." +msgstr[3] "Prošu wotposćelće maksimalnje %(num)d formularow." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Prošu zapodajće znajmjeńša %(num)d formu." +msgstr[1] "Prošu zapodajće znajmjeńša %(num)d formje." +msgstr[2] "Prošu zapodajće znajmjeńša %(num)d formy." +msgstr[3] "Prošu zapodajće znajmjeńša %(num)d formow." + +msgid "Order" +msgstr "Porjad" + +msgid "Delete" +msgstr "Zhašeć" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prošu porjedźće dwójne daty za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Prošu porjedźće dwójne daty za %(field)s, kotrež dyrbja jónkróćne być." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Prošu porjedźće dwójne daty za %(field_name)s, kotrež dyrbja za %(lookup)s w " +"%(date_field)s jónkróćne być." + +msgid "Please correct the duplicate values below." +msgstr "Prošu porjedźće slědowace dwójne hódnoty." + +msgid "The inline value did not match the parent instance." +msgstr "Hódnota inline nadrjadowanej instancy njewotpowěduje." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Wubjerće płaćiwu wolensku móžnosć. Tuta wolenska móžnosć jedna z k " +"dispoziciji stejacych wolenskich móžnosćow njeje." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" płaćiwa hódnota njeje." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s njeda so w časowym pasmje %(current_timezone)s interpretować; " +"je snano dwuzmyslny abo njeeksistuje." + +msgid "Clear" +msgstr "Zhašeć" + +msgid "Currently" +msgstr "Tuchwilu" + +msgid "Change" +msgstr "Změnić" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Yes" +msgstr "Haj" + +msgid "No" +msgstr "Ně" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "haj,ně,snano" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajtaj" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "popołdnju" + +msgid "a.m." +msgstr "dopołdnja" + +msgid "PM" +msgstr "popołdnju" + +msgid "AM" +msgstr "dopołdnja" + +msgid "midnight" +msgstr "połnoc" + +msgid "noon" +msgstr "připołdnjo" + +msgid "Monday" +msgstr "Póndźela" + +msgid "Tuesday" +msgstr "Wutora" + +msgid "Wednesday" +msgstr "Srjeda" + +msgid "Thursday" +msgstr "Štwórtk" + +msgid "Friday" +msgstr "Pjatk" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Njedźela" + +msgid "Mon" +msgstr "Pón" + +msgid "Tue" +msgstr "Wut" + +msgid "Wed" +msgstr "Srj" + +msgid "Thu" +msgstr "Štw" + +msgid "Fri" +msgstr "Pja" + +msgid "Sat" +msgstr "Sob" + +msgid "Sun" +msgstr "Nje" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Meja" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "měr." + +msgid "apr" +msgstr "apr." + +msgid "may" +msgstr "mej." + +msgid "jun" +msgstr "jun." + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "awg." + +msgid "sep" +msgstr "sep." + +msgid "oct" +msgstr "okt." + +msgid "nov" +msgstr "now." + +msgid "dec" +msgstr "dec." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Meja" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +msgctxt "alt. month" +msgid "May" +msgstr "Meja" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To płaćiwa IPv6-adresa njeje." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d lěto" +msgstr[1] "%(num)dlěće" +msgstr[2] "%(num)d lěta" +msgstr[3] "%(num)d lět" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d měsac" +msgstr[1] "%(num)d měsacaj" +msgstr[2] "%(num)d měsacy" +msgstr[3] "%(num)d měsacow" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d tydźeń" +msgstr[1] "%(num)d njedźeli" +msgstr[2] "%(num)d njedźele" +msgstr[3] "%(num)d njedźel" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dźeń" +msgstr[1] "%(num)d dnjej" +msgstr[2] "%(num)d dny" +msgstr[3] "%(num)d dnjow" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hodźina" +msgstr[1] "%(num)d hodźinje" +msgstr[2] "%(num)d hodźiny" +msgstr[3] "%(num)d hodźin" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d mjeńšina" +msgstr[1] "%(num)d mjeńšinje" +msgstr[2] "%(num)d mjeńšiny" +msgstr[3] "%(num)d mjeńšin" + +msgid "Forbidden" +msgstr "Zakazany" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-přepruwowanje je so nimokuliło. Naprašowanje je so přetorhnyło." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Widźiće tutu zdźělenku, dokelž tute HTTPS-sydło \"Referer header\" trjeba, " +"kotryž so ma na waš webwobhladowak pósłać, ale žadyn njeje so pósłał. Tutón " +"header je z wěstotnych přičinow trěbny, zo by so zawěsćiło, zo waš " +"wobhladowak so wot třećich njekapruje." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Jei sće swój wobhladowak tak konfigurował, zo su hłowy „Referer“ " +"znjemóžnjene, zmóžńće je, znajmjeńša za tute sydło abo za HTTPS-zwiski abo " +"za naprašowanja „sameorigin“." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Jeli značku wužiwaće abo hłowu „Referrer-Policy: no-referrer“ zapřijimaće, " +"wotstrońće je prošu. CSRF-škit trjeba hłowu „Referer“ , zo by striktnu " +"kontrolu referer přewjedźe. Jeli so wo priwatnosć staraće, wužiwajće " +"alternatiwy kaž za wotkazy k sydłam třećich." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Widźiće tutu zdźělenku, dokelž tute sydło CSRF-plack trjeba, hdyž so " +"formulary wotesyłaja. Tutón plack je z přičinow wěstoty trěbny, zo by so waš " +"wobhladowak wot třećich njekapruje." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Jeli sće swój wobhladowak tak konfigurował, zo su placki znjemóžnjene, " +"zmóžńće je zaso, znajmjeńša za tute sydło abo za naprašowanja „same-origin“." + +msgid "More information is available with DEBUG=True." +msgstr "Z DEBUG=True su dalše informacije k dispoziciji." + +msgid "No year specified" +msgstr "Žane lěto podate" + +msgid "Date out of range" +msgstr "Datum zwonka wobłuka" + +msgid "No month specified" +msgstr "Žadyn měsac podaty" + +msgid "No day specified" +msgstr "Žadyn dźeń podaty" + +msgid "No week specified" +msgstr "Žadyn tydźeń podaty" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žadyn %(verbose_name_plural)s k dispoziciji njeje" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Přichodowe %(verbose_name_plural)s k dispoziciji njejsu, dokelž hódnota " +"%(class_name)s.allow_future je False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Njepłaćiwy „%(format)s“ za datumowy znamješkowy rjaćazk „%(datestr)s“ podaty" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žane %(verbose_name)s namakane, kotrež naprašowanju wotpowěduje" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Strona „last“ njeje, ani njeda so do int konwertować." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaćiwa strona (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Prózdna lisćina a „%(class_name)s.allow_empty“ je False." + +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indeksy tu dowolone njejsu." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ njeeksistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacija bě wuspěšna! Zbožopřeće!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Čitajće wersijowe informacije za Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Widźiće tutu stronu, dokelž DEBUG=True je we wašej dataji nastajenjow a njejsće URL " +"skonfigurował." + +msgid "Django Documentation" +msgstr "Dokumentacija Django" + +msgid "Topics, references, & how-to’s" +msgstr "Temy, referency a nawody" + +msgid "Tutorial: A Polling App" +msgstr "Nawod: Naprašowanske nałoženje" + +msgid "Get started with Django" +msgstr "Prěnje kroki z Django" + +msgid "Django Community" +msgstr "Zhromadźenstwo Django" + +msgid "Connect, get help, or contribute" +msgstr "Zwjazać, pomoc wobstarać abo přinošować" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1cb8408db5d1f5c8c188b5f15895eb3f58e6bc51 GIT binary patch literal 29058 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, 2018 +# András Veres-Szentkirályi, 2016-2021,2023 +# Attila Nagy <>, 2012 +# Balázs Meskó , 2024 +# Balázs R, 2023,2025 +# Dóra Szendrei , 2017 +# Istvan Farkas , 2019 +# Jannis Leidel , 2011 +# János R, 2011-2012,2014 +# János R, 2022 +# Máté Őry , 2013 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Balázs R, 2023,2025\n" +"Language-Team: Hungarian (http://app.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arab" + +msgid "Algerian Arabic" +msgstr "algériai arab" + +msgid "Asturian" +msgstr "Asztúriai" + +msgid "Azerbaijani" +msgstr "azerbajdzsáni" + +msgid "Bulgarian" +msgstr "Bolgár" + +msgid "Belarusian" +msgstr "Belarusz" + +msgid "Bengali" +msgstr "Bengáli" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnyák" + +msgid "Catalan" +msgstr "Katalán" + +msgid "Central Kurdish (Sorani)" +msgstr "Közép-kurd (szoráni)" + +msgid "Czech" +msgstr "Cseh" + +msgid "Welsh" +msgstr "Walesi" + +msgid "Danish" +msgstr "Dán" + +msgid "German" +msgstr "Német" + +msgid "Lower Sorbian" +msgstr "Alsószorb" + +msgid "Greek" +msgstr "Görög" + +msgid "English" +msgstr "Angol" + +msgid "Australian English" +msgstr "Ausztráliai angol" + +msgid "British English" +msgstr "Brit angol" + +msgid "Esperanto" +msgstr "Eszperantó" + +msgid "Spanish" +msgstr "Spanyol" + +msgid "Argentinian Spanish" +msgstr "Argentin spanyol" + +msgid "Colombian Spanish" +msgstr "Kolumbiai spanyol" + +msgid "Mexican Spanish" +msgstr "Mexikói spanyol" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguai spanyol" + +msgid "Venezuelan Spanish" +msgstr "Venezuelai spanyol" + +msgid "Estonian" +msgstr "Észt" + +msgid "Basque" +msgstr "Baszk " + +msgid "Persian" +msgstr "Perzsa" + +msgid "Finnish" +msgstr "Finn" + +msgid "French" +msgstr "Francia" + +msgid "Frisian" +msgstr "Fríz" + +msgid "Irish" +msgstr "Ír" + +msgid "Scottish Gaelic" +msgstr "Skót gael" + +msgid "Galician" +msgstr "Gall" + +msgid "Hebrew" +msgstr "Héber" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Horvát" + +msgid "Upper Sorbian" +msgstr "Felsőszorb" + +msgid "Hungarian" +msgstr "Magyar" + +msgid "Armenian" +msgstr "Örmény" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonéz" + +msgid "Igbo" +msgstr "igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Izlandi" + +msgid "Italian" +msgstr "Olasz" + +msgid "Japanese" +msgstr "Japán" + +msgid "Georgian" +msgstr "Grúz" + +msgid "Kabyle" +msgstr "Kabil" + +msgid "Kazakh" +msgstr "Kazak" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreai" + +msgid "Kyrgyz" +msgstr "kirgiz" + +msgid "Luxembourgish" +msgstr "Luxemburgi" + +msgid "Lithuanian" +msgstr "Litván" + +msgid "Latvian" +msgstr "Lett" + +msgid "Macedonian" +msgstr "Macedón" + +msgid "Malayalam" +msgstr "Malajálam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maráthi" + +msgid "Malay" +msgstr "Maláj" + +msgid "Burmese" +msgstr "Burmai" + +msgid "Norwegian Bokmål" +msgstr "Bokmål norvég" + +msgid "Nepali" +msgstr "Nepáli" + +msgid "Dutch" +msgstr "Holland" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk norvég" + +msgid "Ossetic" +msgstr "Oszét" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Lengyel" + +msgid "Portuguese" +msgstr "Portugál" + +msgid "Brazilian Portuguese" +msgstr "Brazíliai portugál" + +msgid "Romanian" +msgstr "Román" + +msgid "Russian" +msgstr "Orosz" + +msgid "Slovak" +msgstr "Szlovák" + +msgid "Slovenian" +msgstr "Szlovén" + +msgid "Albanian" +msgstr "Albán" + +msgid "Serbian" +msgstr "Szerb" + +msgid "Serbian Latin" +msgstr "Latin betűs szerb" + +msgid "Swedish" +msgstr "Svéd" + +msgid "Swahili" +msgstr "Szuahéli" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tádzsik" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "Türkmén" + +msgid "Turkish" +msgstr "Török" + +msgid "Tatar" +msgstr "Tatár" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Ujgur" + +msgid "Ukrainian" +msgstr "Ukrán" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "Üzbég" + +msgid "Vietnamese" +msgstr "Vietnámi" + +msgid "Simplified Chinese" +msgstr "Egyszerű kínai" + +msgid "Traditional Chinese" +msgstr "Hagyományos kínai" + +msgid "Messages" +msgstr "Üzenetek" + +msgid "Site Maps" +msgstr "Oldaltérképek" + +msgid "Static Files" +msgstr "Statikus fájlok" + +msgid "Syndication" +msgstr "Szindikáció" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Az oldalszám nem egész szám." + +msgid "That page number is less than 1" +msgstr "Az oldalszám kisebb, mint 1" + +msgid "That page contains no results" +msgstr "Az oldal nem tartalmaz találatokat" + +msgid "Enter a valid value." +msgstr "Adjon meg egy érvényes értéket." + +msgid "Enter a valid domain name." +msgstr "Adjon meg egy érvényes domain nevet." + +msgid "Enter a valid URL." +msgstr "Adjon meg egy érvényes URL-t." + +msgid "Enter a valid integer." +msgstr "Adjon meg egy érvényes számot." + +msgid "Enter a valid email address." +msgstr "Írjon be egy érvényes e-mail címet." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Kérjük adjon meg egy érvényes \"domain-darabkát\", amely csak ékezet nélküli " +"betűkből, számokból, aláhúzásból és kötőjelből áll." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Kérjük adjon meg egy érvényes \"domain-darabkát\", amely csak betűkből, " +"számokból, aláhúzásból és kötőjelből áll." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Adjon meg egy érvényes %(protocol)s címet." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 vagy IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Csak számokat adjon meg, vesszővel elválasztva." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bizonyosodjon meg arról, hogy az érték %(limit_value)s (jelenleg: " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Bizonyosodjon meg arról, hogy az érték %(limit_value)s, vagy kisebb." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Bizonyosodjon meg arról, hogy az érték %(limit_value)s, vagy nagyobb." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Bizonyosodjon meg arról, hogy az érték %(limit_value)s többszöröse." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Az érték %(limit_value)s többszörösével kell hogy eltérjen %(offset)s-hoz " +"képest, pl. %(offset)s, %(valid_value1)s, %(valid_value2)s, és így tovább. " + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy ez az érték legalább %(limit_value)d karaktert " +"tartalmaz (jelenlegi hossza: %(show_value)d)." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy ez az érték legalább %(limit_value)d karaktert " +"tartalmaz (jelenlegi hossza: %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy ez az érték legfeljebb %(limit_value)d " +"karaktert tartalmaz (jelenlegi hossza: %(show_value)d)." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy ez az érték legfeljebb %(limit_value)d " +"karaktert tartalmaz (jelenlegi hossza: %(show_value)d)." + +msgid "Enter a number." +msgstr "Adj meg egy számot." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegyből áll." +msgstr[1] "Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegyből áll." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s tizedesjegyből áll." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s tizedesjegyből áll." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegy van a " +"tizedesvessző előtt." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegy van a " +"tizedesvessző előtt." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"A(z) \"%(extension)s\" kiterjesztés nincs engedélyezve. Az engedélyezett " +"fájltípusok: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null karakterek használata nem megengedett." + +msgid "and" +msgstr "és" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Már létezik %(model_name)s ilyennel: %(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "„%(name)s” megszorítás megsértve." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r érték érvénytelen." + +msgid "This field cannot be null." +msgstr "Ez a mező nem lehet nulla." + +msgid "This field cannot be blank." +msgstr "Ez a mező nem lehet üres." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Már létezik %(model_name)s ilyennel: %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s egyedi kell hogy legyen %(lookup_type)s alapján a(z) " +"%(date_field_label)s mezőn." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Mezőtípus: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "A(z) \"%(value)s\" értéke csak True vagy False lehet." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "A(z) \"%(value)s\" értéke csak True, False vagy üres lehet." + +msgid "Boolean (Either True or False)" +msgstr "Logikai (True vagy False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Karakterlánc (%(max_length)s hosszig)" + +msgid "String (unlimited)" +msgstr "Karakterlánc (korlátlan hosszúságú)" + +msgid "Comma-separated integers" +msgstr "Vesszővel elválasztott egészek" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"A(z) \"%(value)s\" érvénytelen dátumformátumot tartalmaz. A dátumnak ÉÉÉÉ-HH-" +"NN formában kell lennie." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"A(z) \"%(value)s\" értéke formára (ÉÉÉÉ-HH-NN) megfelel ugyan, de " +"érvénytelen dátumot tartalmaz." + +msgid "Date (without time)" +msgstr "Dátum (idő nélkül)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"A(z) \"%(value)s\" érvénytelen dátumformátumot tartalmaz. A dátumnak ÉÉÉÉ-HH-" +"NN ÓÓ:PP[:mm[.uuuuuu]][TZ] formában kell lennie." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"A(z) \"%(value)s\" értéke formára (ÉÉÉÉ-HH-NN ÓÓ:PP[:mm[:uuuuuu]][TZ]) " +"megfelel ugyan, de érvénytelen dátumot vagy időt tartalmaz." + +msgid "Date (with time)" +msgstr "Dátum (idővel)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "A(z) \"%(value)s\" értékének tizes számrendszerű számnak kell lennie." + +msgid "Decimal number" +msgstr "Tizes számrendszerű (decimális) szám" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"A(z) \"%(value)s\" érvénytelen idő formátumot tartalmaz. Az időnek ÓÓ:PP[:" +"mm[.uuuuuu]] formában kell lennie." + +msgid "Duration" +msgstr "Időtartam" + +msgid "Email address" +msgstr "E-mail cím" + +msgid "File path" +msgstr "Elérési út" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "A(z) \"%(value)s\" értékének lebegőpontos számnak kell lennie." + +msgid "Floating point number" +msgstr "Lebegőpontos szám" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "A(z) \"%(value)s\" értékének egész számnak kell lennie." + +msgid "Integer" +msgstr "Egész" + +msgid "Big (8 byte) integer" +msgstr "Nagy egész szám (8 bájtos)" + +msgid "Small integer" +msgstr "Kis egész" + +msgid "IPv4 address" +msgstr "IPv4 cím" + +msgid "IP address" +msgstr "IP cím" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Az \"%(value)s\" értéke csak üres, True, vagy False lehet." + +msgid "Boolean (Either True, False or None)" +msgstr "Logikai (True, False vagy None)" + +msgid "Positive big integer" +msgstr "Pozitív nagy egész" + +msgid "Positive integer" +msgstr "Pozitív egész" + +msgid "Positive small integer" +msgstr "Pozitív kis egész" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "URL-barát cím (%(max_length)s hosszig)" + +msgid "Text" +msgstr "Szöveg" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"A(z) \"%(value)s\" érvénytelen idő formátumot tartalmaz. Az időnek ÓÓ:PP[:" +"mm[.uuuuuu]] formában kell lennie." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"A(z) \"%(value)s\" értéke formára (ÓÓ:PP[:mm[:uuuuuu]][TZ]) megfelel ugyan, " +"de érvénytelen időt tartalmaz." + +msgid "Time" +msgstr "Idő" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Nyers bináris adat" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "A(z) \"%(value)s\" értéke nem érvényes UUID érték." + +msgid "Universally unique identifier" +msgstr "Univerzálisan egyedi azonosító" + +msgid "File" +msgstr "Fájl" + +msgid "Image" +msgstr "Kép" + +msgid "A JSON object" +msgstr "Egy JSON objektum" + +msgid "Value must be valid JSON." +msgstr "Az érték érvényes JSON kell legyen." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Idegen kulcs (típusa a kapcsolódó mezőtől függ)" + +msgid "One-to-one relationship" +msgstr "Egy-egy kapcsolat" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s kapcsolat" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s kapcsolatok" + +msgid "Many-to-many relationship" +msgstr "Több-több kapcsolat" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ennek a mezőnek a megadása kötelező." + +msgid "Enter a whole number." +msgstr "Adjon meg egy egész számot." + +msgid "Enter a valid date." +msgstr "Adjon meg egy érvényes dátumot." + +msgid "Enter a valid time." +msgstr "Adjon meg egy érvényes időt." + +msgid "Enter a valid date/time." +msgstr "Adjon meg egy érvényes dátumot/időt." + +msgid "Enter a valid duration." +msgstr "Adjon meg egy érvényes időtartamot." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "A napok számának {min_days} és {max_days} közé kell esnie." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nem küldött el fájlt. Ellenőrizze a kódolás típusát az űrlapon." + +msgid "No file was submitted." +msgstr "Semmilyen fájl sem került feltöltésre." + +msgid "The submitted file is empty." +msgstr "A küldött fájl üres." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy a fájlnév legfeljebb %(max)d karakterből áll " +"(jelenlegi hossza: %(length)d)." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy a fájlnév legfeljebb %(max)d karakterből áll " +"(jelenlegi hossza: %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Küldjön egy új fájlt, vagy jelölje be a törlés négyzetet, de ne mindkettőt " +"egyszerre." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Töltsön fel egy érvényes képfájlt. A feltöltött fájl nem kép volt, vagy " +"megsérült." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Válasszon érvényes elemet. '%(value)s' nincs az elérhető lehetőségek között." + +msgid "Enter a list of values." +msgstr "Adja meg értékek egy listáját." + +msgid "Enter a complete value." +msgstr "Adjon meg egy teljes értéket." + +msgid "Enter a valid UUID." +msgstr "Adjon meg egy érvényes UUID-t." + +msgid "Enter a valid JSON." +msgstr "Adjon meg egy érvényes JSON-t." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Rejtett mező: %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm adatok hiányoznak vagy hamisításra kerültek. A hiányzó mezők: " +"%(field_names)s. Ha ez többször is előfordul, érdemes bejelenteni hibaként." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Legfeljebb %(num)d űrlapot küldjön be." +msgstr[1] "Legfeljebb %(num)d űrlapot küldjön be." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Legalább %(num)d űrlapot küldjön be." +msgstr[1] "Legalább %(num)d űrlapot küldjön be." + +msgid "Order" +msgstr "Sorrend" + +msgid "Delete" +msgstr "Törlés" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Javítsa a mezőhöz tartozó duplikált adatokat: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Javítsa a mezőhöz tartozó duplikált adatokat: %(field)s (egyedinek kell " +"lenniük)." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Javítsa a mezőhöz tartozó duplikált adatokat: %(field_name)s (egyedinek kell " +"lenniük %(lookup)s alapján a dátum mezőn: %(date_field)s)." + +msgid "Please correct the duplicate values below." +msgstr "Javítsa az alábbi duplikált értékeket." + +msgid "The inline value did not match the parent instance." +msgstr "A beágyazott érték nem egyezik meg a szülő példányéval." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Válasszon érvényes elemet. Az Ön választása nincs az elérhető lehetőségek " +"között." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "Érvénytelen érték: \"%(pk)s\"" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"A(z) %(datetime)s nem értelmezhető a(z) %(current_timezone)s időzónában; " +"vagy bizonytalan, vagy nem létezik." + +msgid "Clear" +msgstr "Törlés" + +msgid "Currently" +msgstr "Jelenleg" + +msgid "Change" +msgstr "Módosítás" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "Yes" +msgstr "Igen" + +msgid "No" +msgstr "Nem" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "igen,nem,talán" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bájt" +msgstr[1] "%(size)d bájt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "du" + +msgid "a.m." +msgstr "de" + +msgid "PM" +msgstr "DU" + +msgid "AM" +msgstr "DE" + +msgid "midnight" +msgstr "éjfél" + +msgid "noon" +msgstr "dél" + +msgid "Monday" +msgstr "hétfő" + +msgid "Tuesday" +msgstr "kedd" + +msgid "Wednesday" +msgstr "szerda" + +msgid "Thursday" +msgstr "csütörtök" + +msgid "Friday" +msgstr "péntek" + +msgid "Saturday" +msgstr "szombat" + +msgid "Sunday" +msgstr "vasárnap" + +msgid "Mon" +msgstr "hét" + +msgid "Tue" +msgstr "kedd" + +msgid "Wed" +msgstr "sze" + +msgid "Thu" +msgstr "csüt" + +msgid "Fri" +msgstr "pén" + +msgid "Sat" +msgstr "szo" + +msgid "Sun" +msgstr "vas" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "március" + +msgid "April" +msgstr "április" + +msgid "May" +msgstr "május" + +msgid "June" +msgstr "június" + +msgid "July" +msgstr "július" + +msgid "August" +msgstr "augusztus" + +msgid "September" +msgstr "szeptember" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "már" + +msgid "apr" +msgstr "ápr" + +msgid "may" +msgstr "máj" + +msgid "jun" +msgstr "jún" + +msgid "jul" +msgstr "júl" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sze" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "febr." + +msgctxt "abbrev. month" +msgid "March" +msgstr "márc." + +msgctxt "abbrev. month" +msgid "April" +msgstr "ápr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "máj." + +msgctxt "abbrev. month" +msgid "June" +msgstr "jún." + +msgctxt "abbrev. month" +msgid "July" +msgstr "júl." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "szept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "január" + +msgctxt "alt. month" +msgid "February" +msgstr "február" + +msgctxt "alt. month" +msgid "March" +msgstr "március" + +msgctxt "alt. month" +msgid "April" +msgstr "április" + +msgctxt "alt. month" +msgid "May" +msgstr "május" + +msgctxt "alt. month" +msgid "June" +msgstr "június" + +msgctxt "alt. month" +msgid "July" +msgstr "július" + +msgctxt "alt. month" +msgid "August" +msgstr "augusztus" + +msgctxt "alt. month" +msgid "September" +msgstr "szeptember" + +msgctxt "alt. month" +msgid "October" +msgstr "október" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Ez nem egy érvényes IPv6 cím." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "vagy" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d év" +msgstr[1] "%(num)d év" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d hónap" +msgstr[1] "%(num)d hónap" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d hét" +msgstr[1] "%(num)d hét" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d nap" +msgstr[1] "%(num)d nap" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d óra" +msgstr[1] "%(num)d óra" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d perc" +msgstr[1] "%(num)d perc" + +msgid "Forbidden" +msgstr "Hozzáférés megtagadva" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF ellenőrzés sikertelen. Kérés kiszolgálása megszakítva." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Ezt az üzenetet azért látja, mert ezen a HTTPS oldalon kötelező a \"Referer " +"header\", amelyet a böngészőnek kellene küldenie, de nem tette. Ez az adat " +"biztonsági okokból kötelező, ez biztosítja, hogy a böngészőt nem irányítja " +"át egy harmadik fél." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ha a böngészője úgy van beállítva, hogy letilja a \"Referer\" adatokat, " +"kérjük engedélyezze őket ehhez az oldalhoz, vagy a HTTPS kapcsolatokhoz, " +"vagy a \"same-origin\" kérésekhez." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ha a címkét használja, vagy " +"a “Referrer-Policy: no-referrer” fejlécet, kérjük távolítsa el ezeket. A " +"CSRF védelemnek szüksége van a \"Referer\" fejléc adatra a szigorú " +"ellenőrzéshez. Ha aggódik az adatainak biztonsága miatt, használjon " +"alternatívákat, mint például az , a külső oldalakra " +"mutató linkek esetén. " + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Azért látja ezt az üzenetet, mert ez a weboldal elvárja a CSRF cookie " +"elküldését űrlapoknál. Erre a cookie-ra biztonsági okból van szükség annak " +"kiszűrésére, hogy harmadik fél eltérítse az ön böngészőjét." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ha kikapcsolta a cookie-kat a böngészőjében, kérjük engedélyezze őket újra, " +"legalább erre az oldalra, vagy a \"same-origin\" típusú kérésekre." + +msgid "More information is available with DEBUG=True." +msgstr "További információ DEBUG=True beállítással érhető el." + +msgid "No year specified" +msgstr "Nincs év megadva" + +msgid "Date out of range" +msgstr "A dátum a megengedett tartományon kívül esik." + +msgid "No month specified" +msgstr "Nincs hónap megadva" + +msgid "No day specified" +msgstr "Nincs nap megadva" + +msgid "No week specified" +msgstr "Nincs hét megadva" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nincsenek elérhető %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Jövőbeli %(verbose_name_plural)s nem elérhetők, mert %(class_name)s." +"allow_future értéke False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"A megadott dátum \"%(datestr)s\" érvénytelen a következő formátumban: " +"\"%(format)s\"." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nincs a keresési feltételeknek megfelelő %(verbose_name)s" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Az oldalszám nem \"utolsó\", vagy nem lehet számmá alakítani." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Érvénytelen oldal (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Üres lista, de a \"%(class_name)s.allow_empty\" értéke hamis." + +msgid "Directory indexes are not allowed here." +msgstr "A könyvtárak listázása itt nincs engedélyezve." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "A(z) \"%(path)s\" útvonal nem létezik" + +#, python-format +msgid "Index of %(directory)s" +msgstr "A %(directory)s könyvtár tartalma" + +msgid "The install worked successfully! Congratulations!" +msgstr "A telepítés sikeresen végződött! Gratulálunk!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"A Django %(version)s kiadási megjegyzéseinek " +"megtekintése" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Azért látod ezt az oldalt, mert a DEBUG=True szerepel a settings fájlban, és még nem " +"került beállításra egy URL sem." + +msgid "Django Documentation" +msgstr "Django Dokumentáció" + +msgid "Topics, references, & how-to’s" +msgstr "Témák, hivatkozások, & leírások" + +msgid "Tutorial: A Polling App" +msgstr "Gyakorlat: egy szavazó app" + +msgid "Get started with Django" +msgstr "Első lépések a Djangóval" + +msgid "Django Community" +msgstr "Django Közösség" + +msgid "Connect, get help, or contribute" +msgstr "Lépj kapcsolatba, kérj segítséget, vagy járulj hozzá" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2eae6883185c54f520680e7c72b635c231101820 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^)pKK-EQ!+W0}-_Q5``jJS)0Un>ugzgOqz|VkeM`#0X%NTqH z2ta@cNT3i5Arg`(48te_Bj^Yop(uJgSkF1os9=&0OfP@3$h1c#;Q|Jpw@ZxuC;NKAV9A1oX3VdJSu}ATh60eqc z!;7p@k@VP|TiBW0|C+#eJmw#HMLhl;T>1N#;3Yt+MqbW7E0W@Q^l-7#5eZk4oA(R9<=@5=p^4%(Hgx)D@1Ev;<5QJ4+# z&sebQ%%PUs9qmw0%gXDjD!sJ~r7r1`sp&Xg(He$SllL^H)=*z5x^=2+je50q`VHLT z*8nR={NRo*$HP|J9*gotYv8!D-FHRVo{E#v46PM$Y7eGjulrsc&L-#X;JNVhnK?b&P*>Z4nQ`mL~9kJ)OTRmGmzY;s{sNb55h2d;Pz398>s%O6(-NX9^e?IQvX-N_U zv5W&Ie@*+z44&AB*NmS%nS->SxjzRfKl>oS`A2iW`B@HQTpmd+$xtpd2kepp5ylVG e%LuvVzo_sD)^oUs%LhRYH(`A?^N|^Gc*8%MRo;jI literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/formats.py new file mode 100644 index 00000000000..c17f2c75f8e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hu/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "Y. F j." +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "Y. F j. H:i" +YEAR_MONTH_FORMAT = "Y. F" +MONTH_DAY_FORMAT = "F j." +SHORT_DATE_FORMAT = "Y.m.d." +SHORT_DATETIME_FORMAT = "Y.m.d. H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%Y.%m.%d.", # '2006.10.25.' +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '14:30:59' + "%H:%M", # '14:30' +] +DATETIME_INPUT_FORMATS = [ + "%Y.%m.%d. %H:%M:%S", # '2006.10.25. 14:30:59' + "%Y.%m.%d. %H:%M:%S.%f", # '2006.10.25. 14:30:59.000200' + "%Y.%m.%d. %H:%M", # '2006.10.25. 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = " " # Non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9dcc4721318caa943895c55d9f9f0a1325d21ea0 GIT binary patch literal 22207 zcmds;3z%I+mG6u25W>^&5=O}m80f}y9=uIN%{zf~h)IWs&KP$0+39o0d9?eSlTL#= z3B&*y1({LgBFw#cfiaPgCkf=?fTQR|Wu#Aw1CDplJ2-=bGlO&QFrv=yUse0O(n*Ln zbHDrDqbvViwX0UGTD5AeRkfSH8FtJU4ZpLFGUnajbH^J~=J}KFRIM>{&NgNS_z`dd z_#k){H~_vMJoR0!-%Rin$_v5Mz%qCSxB?soe%aSQ=5Zf*EcMTO9Ps$E$5%Z592`Nr z*TEs+Y3CSo0(d%znC3m;G2n1e@89d+Uj#B0GY-@^&815JeBt&K*>E06rTy;#o%OL z&V!O~F(`RI1!@WI0GYb^BB=R128z!UpxXTfsD9r9rT6cFn%_@AwSNQDy1WId-HCr- z%thcZQ18cs;xidM8Jr19z8k<2xB$E#><1Tvi!hSUgRg*V!Qy+2Sq;7mWqbg93j84W zZ{P&*%HhUfDyHc1PeAEo4G2rK6}$lazAwK4Y8_4u+&s?rcm*guTmy<<7bttZ4Ll2c z0MxuUfm)wuz%#)Y!3)9HLFw&Gj7jqz?y&`A3T7NAJGu^3yADu#_&6v&3w`}3!O@gg zfYRr7@Mv(iFMl0Wzi)vb1-}n!yo=9wcqyoU9{{c1eR-xY&jB_5^`PwTX7D6%k*{9@ zYP{P)^k6ycQ+`0-vEyWzXM8+?}4(9ANu-N zL5=?!D1QF}O8;;9`uDNt{bEq#e%hCpfzv484UPq$2Mgd)7rOoa32+kShro&8 zPrwg>BQA3D3_;B@e! z7N^Go_zuc_pw?{}D1F@P->(LbqrB0Vw}RTQdqB1S5vcyJg0jzFg4#!Kfs*6gR@eVL zQ0+!~Yy)MNmxITG6Fp7`HC{V-4A|lECQ$qQ9)4;5h$&0(cYU$)NZ>46wgV?m-6pG@%b*BQgZzO6raEI_@>8`Fk;mY_jrlNsi6AZ2+D4= zzW&o5@AL21g0i2TpxS-g*T3ZPm!S9`-RA7%ERPq0>URZr3OF6qc-Mn!e+wx8`YBNJ z{Zo(kdwkI2pL<;G@ez+-_4t^_EgpA(TDK=b>E{_=|E$O7K<%^V{reYu{fpp9)V~aV z^eAKg9=wh6lrij4@ate295>dO9QYu30eJj4H}6rP=Jx?m_B6+18kD^)_2q{^+3_}y zyFGrx<8vPSK~!sA1|{zampJ=42}C?|HmLcX1M2;G;4pB6$IHN>l&6DQhq)joVY)!+ z{a#S(vKG7u+zKi#z67fMuYCE~OI`c(K()IRlw2PJ-w)me4g;SCQIV;D;(zRA>{akw zP=4pbpz3b`XMkB>za5mE&wC3?@ z#*>qPS%h4``?Vx39|MoM+L%8AZw8ry+3WEQPye zYCZu@U3zE-#qVx#7PuE|0Z;s}Yj+u_a_Dg-IGgfTQ2H1$(czh(^w$Cg;FaL<;EkZ< z3qigA6nG~1Sy1{}4Jr@W3X0z;lU%;C;wGu=7m-JtX}0UQF(0M+hV z@Dt$2K~!#@2Oj~?xW?sKPl0z){s%Aui`P2*5op(AmXl*P81Oy=wt_1`z263206qgs zFRy}<^DXc=@Z@%<&ojW0l!t>Qa4IOdo&+W5sM)UHhd{NP1C9U}gYw%Cfa3qS$G-$G zqWssO@`oYUIX=Td>FpBG?oUv1+zp-tejYppd>E9R8$q?-1KRcT_?mzJTW~1vPo3lX zoeQ>6ZUyCMZvfeP<~~qzzW~ba-UK!7yFcRiUI1#`D?rU_Dya9}{(au#GVo~XzW~Zk z9`Lvcl>FZWi{J~sJbkY7a~bHUF_cKuZe+^1+L*_X-&IVO~F}V3C;wC6N{b`4@ z|DS^=Q~qc01n_qrPnhrWy3;|)G2G)Q@OaAa2c@S;p!&6gCxSP4?DFpmp!9GnI1Ieo zmml)D0TllyJ$?%m|9(*Xe+-@m{v1^QH$9$oy|eq_pyqeJ$5xMHJzfcl-v>QT_c+JD zzscjxpvLJ2HSQ8$e}~7F9`6ICzXyEzVNmw87DT=K{dQ4v3NKFdFTdeioJv{qISKq; zT`$?#*Pv^lEx!J5Jf^_YX+PeVzW^RX`Dt(o^co~xe;N8UbS$(Qs{hF+>GwNm9kfUV ze(!+Ke{qlYJf_G0>C1xW{PR}uOsK_|1%CnIKJ5L$so*am{k{q59%>u-@6c}{!lk(r zIuCjR8p?b9&Vm*~w?VRpm!RZ#yl?YyDr95&eanH}1OJ=nA3=*Dt#uL7?+p5V0(=8H zndfK0e}nYVWpBU=`S*>cnx2dP3- z4Dy9i5G~0ROVz#$@?j2Mu3ssgQJ2P1!)zRdsXo`QHs~Qb7U8*n&tm4*s5KRI_LU-p zuPYVJ$W)LD`#jiUx=@Z)7TStjCSO*^RN$UmWg%Zm+d4his@^DCq#B{E=!-(jNk~O8 zm_AAWUTgntxBt$u|8`6=Ei*EyRFn^_5>STIPb*JR92er&q8SyKu~iAioADnSJ;F?E zHxn1enMGlkFPe$j&M=<|^JZdCoXMJraoCyZ0=lDoDWey`ydD}9(`I6^RE}-SayLd` zCh|`lX4PbBzB_B1+#1E5VdfS(m`Py~12L1LY#5h|>NhFMchlZX%5(=US6Rij2AO;* z>W*SFsZhv9uxgo#QABaj5o28#*R(KOj9LeMJ<7dQtJ#ITZB(>VnG}b&W~^Xy3ULW( zqauRDQK^6sai)Z*Rgou^v)!Sc)}(TrQ^U#g=1vP1M{#ChrYkIE3aB^CWTVvRU~a^W zF#oU2qbk$b`|Ny?}uMFB%Q zd{)IH$P4`kr2+=?`-m|}U){5F^NQW$IiB-Tl-2$Y7t~BP>Rbnr-pcA#gC$j}h z>DE+hoeXcAPw~)XtLx@h98_hr>LwU!{n@U0c}d(C?x9p@=GtfsPUCdXvh&|oUyTt4 zU4>kaJWgO4h^MP3GL(YCLRW3Kv#WP*s@9HfnN%=y&f?1ww=?KF=0Te)4$|g;@8-{) z)y#7K{Fzgl>y*t5RyRiecE1O%$Ev05d#%)rbV4`IgIM9_4A{u?&|`xvY)1*~tDA z^n_$C(=vIR3QWr?Zsog!9=X*d;7lvToi-maJVlxAd~j{l7qo~Kewalk6C&IoSWHr& zKxoHmHPeWFgq&${Mx@LNuqnf|GC4?(f6fs;(pb9(DN@vs+ zmWyiLl?{tUpY)BkVQ#@f#|g8x8O3Nb9dqlFDyBz;xZ6F%IhA9jWHV4u)N5uCG&5#K znasr|2{Y#;hG*(6)y(W-N;K^{3OX&WP-^6y~r$mRpI8I`*}d3T>#`8v;p3 zF`en*4H-x}Bg7ioF@ttD(;^Q`NXBZpXghfdBvS#p3wHkP3i_Emu|MbXHsq;Uhs~m< zOr11;`qj!UN1NH?V`QVVVH}5OzQ%oa!OWJEtT#HWZDFCDC!G&Tk2FQ47vzKNq5T@y zEVMel8X<1LR_r3Pj8dvl{0@52Q?cAhjI=rB;MKw8bkw!Tj>%prq^tniSfr;CM3ZJp z1yTS`7LB9mXwg`svqeKq+#6{N1hf0{g}Ar~MvGlec^#>va?9)TkroZZb(=R?v+LrN z-WH2d3EQ93ZstU>HSIZy{t+&S#J0;Oi$SW~!_`V}?+;Oll>Lvcl0BYhKUIUxFAA~`}d-fVWq3&Qcr%>cb zwOCuv9p$PO#T>r3R$b2D!r{`)4SR#mOrGFl?ZC_};0oki=9cjt;JmOTD#zO1^STNp zdtjR$Mp%!T7iDEnq0$M`g|2iV!|_6!)!rSjMlLMKQWe!$!0I0Ktx?kfxOC`T<5<33 zK0PJ3QRWe#tndy4ylRH2WXOr^c4q?<{cy_jGHihMu%~F|WebbLMHV8ffO*+6C*yLD zOVKz+E%5nzvDM6L&}DKapI2g-u0UZLex+D$;Xn+^h=T)@PJ6>N=VLHRX))*ZDRNn# zX*$9j*8m;3^VoDm2vi1^lnkoL@K028RnBlxca-ZX^^N8w&vrWpxN3!Fu8BH{ii-~L zE?>@O8(z^rCPyV!a<;bY{9-1n-I(}wq>(MneT(MQL2hO`;xL6R7V@OIiM~6ygn(S5 za=b_rCJ{9AQ@L_nGV>S3p}prY^Ye@Hh2FfG-$Qnjs#+LF>TV27Q@1;{uTTzfWHeDk z!*~1rY;%!(V4G`ODj|;JGWNlN-|{f?<5byPFFUQ;Yn<3wGDUCD=K3ff-C9;sQN4h< zJ`?9FeJlX}eW85uOQ(d{cxfxd>%~fQ) z%~d2!`&B7rYGiK{sKzRnp)}VucO-~5vnQN3SIvuhRF^F^O|h=R-M7^>VS3K%)YVlp z`ntL#Bdo8o6Ra_Jv#XW;)aomkSFKph4C?BVB%!WKv+^S5Qzq<*O<3+W+zFY5QKz{D zFMmrp3*}7?N0Y;dbD2~=)15Ave1YUHUs!AkT_sb9O^>XAbB*bXilg#{Q8ez1%$&Gz z3xS|*W~%Lar5uI)_#g$}?!wTyQ4jZXZSBSGOsZ{Cxx3ibQ5YW#opW8=+-Nc9ibB3k z_h{pTOU90Sf7`fmZDTJF#*Q6-=~eF=%Wvo`ZY|pIB>5tTltMf{n2Sq{3jyh6h@0iT z^7QVgts@F^m)A29NE$Q2aC#T%XmE#-LEDUNLBj!kRa>IN~osxgmgQ#%(h+Kvs$9& zJ+^iI^Ao($sEi4p#?n5kFSNm%>T@yZ-`c-LUpe~sIjk)AxYFajU`zildM{_a_rm?L zssdS(1AO?XieCHj(Z6|Mh4hVeuHt_?kiUO3mMei}OiQ(ts(RA4+Q=ghno#W>6>HQ? z+rgQcItNk)ifZDshgR5t7>i(D`J%NH`@#*smyY}FFdOME$#w*Yu!D9RtKFzrOB)2K zJk>bJ7K(f5mJHCpg*F>mwcXat_cXo`*Hv|VE6Zv9n7+tZC2X&(Zg8@HH)^VU1+@ zniUqQiLtzv=W6DZ%!bEi1FU?`iYE)kKJ<(Wv+Jjwz9W&LX}R}m;--HOV=T2z)>k!A zxtEIV^xY`mzly1_1x)2`m?Nr{knQ6XRkwnhnf@M{TT=>J2JZ9@#tMOKt=e)8O?b0g zZwHn&HLYx*@ixZW#B|ot$!<-|lh(2u$*gGQwozidQXTwQ3l!{>nCN^b=Hs-E7uJTx zofF(7?q18yX_{cS-YR{&T_^2V?}v6N_*wUDCEB8`awnR0wp0x}26NEDN$(m$BJJ=W z+N??JLArHPMB~Pn6*0}7l}8v5$wn#kEtR3k@@h-FL8^Kjrc_H-yNW~>=At2`5#}Jx z;X5UB@~N(^LRU%m|J*Rn2CNJE&z#MXALfW@|41`b>MET`5`qe;4g=7W4nM+Ws?SYd!!p+Yz6CZM-GA zx_GlAcxCAqFt)nMb5(dili8nt5)B?Drr1N61I0DMA3>(kkc)@Id*BXy2{{YC1n!E) z+YZTnxphCBCuzL~3n$uXrqx`OXCKz9_OIMXKC8J?b$=wG-KAmt3y%YI@`>)C47bYV zRra|L)OF!{@ZlRyF%HnGedKpH+Tx~69v=%1RXf8qa&>axuC03>fdm-(7laKVRZ%2@Y!ES^9}Go zol2y!dQ-Wd2hxY?gI;d+T5;k3alKReoMg65e_m2waGh>ADdPg`zXR7k?K)GlD$r!m$1bHyqmq1^3Z>}>`)dR{4c(a8ze&K; zA+8PTreC_%eOjI5_h>RYB7izM&_<7qhf8MHzjUZ8_dkVL&F2^@*J5jxl?=6y<$@JvRriMv11qH?H?TWjeZ|m8XCZ5u zjoPoeeAfmuKr|^tXCsNc%5b)|CvD7tTZ%*csRSeK9!zF;>`vxgRR<9e`73uY8SWYC zjM}%bOH;5Rrd=u)&VG5 zKB>lTWA8(U7^*Aci8MF){XH%j(IML%_?0k7lInrmiK`yY-rS|1Paq_Kws_57^>2s4 zCgZ?za(9>LKs;mxx|?dakz-k8m6`~w=&$%s^}j8oKBTN%tw@KUm{~`^!hU3`Kqf*I_EG~zc>pvkiJ8$Or#1`4(AgyPP^gS6zHUuxG!9d7gM<4=`;(>5}d&pLC` z_O40mDr=j#awiPe8^Ajzn=%qYs(hb7=6$xJ{z|%Ep-zVbYcR=CmWDDm_aO`pc+=#& zY!MCcs(K$~qr)~jxO+yjfhv<)J14jeoqW+UZ+lQu^QONrsyauT zvNToTn5Dkt!=FOtZX7eJvR*_)KB62}AL`V{rp&f+ zwUVCI)tzVmI1D=z+g*G>v6r#czYz2HQOLqqqXU|n&D_*LW7Ff=??7daOR)06V)dpawgfOf?n-Yh~irvCvn{2G+^}U z*NRcge{2=Oj2_8;rAq0T+pYYo8DPUWs(p?_-5JP*GWAv>p~NF`pbFpefzICf69T@_ zd7De31ud+_`Kc>ea%U5UZ|MAXdb)XPt#L5H?D?~1)orI>Fb=FBa?AMEO3RWE-L9%_ zGkeukJF!Vxnk;3AH3FH?8tVh`4{|v&36~RMhZ?ay63BsRx)M;zmN}Cu4=i`CN(!ze z$}9o%(c9{(*sCe2n{Qb5pn~apK01WkP`ApmPpT1Mhn0T2t{&=Fs?j64tkrHD`?k+pw#K=Zo4LYiq$4+Tor~;@RE(z>6l}rzNBhV$i?K4-1k#= zm{XljTKol!l9Yp;v&a=#Zv`#meb)zXufsK|- zgDX0!t-bQ8`&&g~klmUXs2V*E?^Oyza>n*{NVR+IPD$V=IQ_br(vBtt96qKNH&0P>Z$JiN9Hs z(CAXzeur{NO3-zG6xnRciP$HNfhVndmL1sRvwh(TtRIpzp0DkB zBk6}!j-L;ksz>?B-^n!pRf|4}H62Z?NDRW(R1)arYAha>Xbe$3_rR@ry#3?*z?}vy zBC;9y3?7i#5`FM^+#sVZ!-`ssBo7>Gt2NdljrEe-4I^o@tU-15rp8y;Kcm8oIHlR1 haHb`j)cp}7JxDkt0XuILt#*xq-v-z)sxJ1-e*k+x9uWWl literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e4860e2d744 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po @@ -0,0 +1,1237 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Սմբատ Պետրոսյան , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Armenian (http://www.transifex.com/django/django/language/" +"hy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Աֆրիկաանս" + +msgid "Arabic" +msgstr "Արաբերեն" + +msgid "Asturian" +msgstr "Աստուրերեն" + +msgid "Azerbaijani" +msgstr "Ադրբեջաներեն" + +msgid "Bulgarian" +msgstr "Բուլղարերեն" + +msgid "Belarusian" +msgstr "Բելոռուսերեն" + +msgid "Bengali" +msgstr "Բենգալերեն" + +msgid "Breton" +msgstr "Բրետոներեն" + +msgid "Bosnian" +msgstr "Բոսնիերեն" + +msgid "Catalan" +msgstr "Կատալաներեն" + +msgid "Czech" +msgstr "Չեխերեն" + +msgid "Welsh" +msgstr "Վալլիերեն" + +msgid "Danish" +msgstr "Դանիերեն" + +msgid "German" +msgstr "Գերմաներեն" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Հունարեն" + +msgid "English" +msgstr "Անգլերեն" + +msgid "Australian English" +msgstr "Ավստրալական Անգլերեն" + +msgid "British English" +msgstr "Բրիտանական Անգլերեն" + +msgid "Esperanto" +msgstr "Էսպերանտո" + +msgid "Spanish" +msgstr "Իսպաներեն" + +msgid "Argentinian Spanish" +msgstr "Արգենտինական իսպաներեն" + +msgid "Colombian Spanish" +msgstr "Կոլումբիական իսպաներեն" + +msgid "Mexican Spanish" +msgstr "Մեքսիկական իսպաներեն" + +msgid "Nicaraguan Spanish" +msgstr "Նիկարագուական իսպաներեն" + +msgid "Venezuelan Spanish" +msgstr "Վենեսուելլական իսպաներեն" + +msgid "Estonian" +msgstr "Էստոներեն" + +msgid "Basque" +msgstr "Բասկերեն" + +msgid "Persian" +msgstr "Պարսկերեն" + +msgid "Finnish" +msgstr "Ֆիներեն" + +msgid "French" +msgstr "Ֆրանսերեն" + +msgid "Frisian" +msgstr "Ֆրիզերեն" + +msgid "Irish" +msgstr "Իռլանդերեն" + +msgid "Scottish Gaelic" +msgstr "Գելական շոտլանդերեն" + +msgid "Galician" +msgstr "Գալիսերեն" + +msgid "Hebrew" +msgstr "Եբրայերեն" + +msgid "Hindi" +msgstr "Հինդի" + +msgid "Croatian" +msgstr "Խորվաթերեն" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Հունգարերեն" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Ինտերլինգուա" + +msgid "Indonesian" +msgstr "Ինդոնեզերեն" + +msgid "Ido" +msgstr "Իդո" + +msgid "Icelandic" +msgstr "Իսլանդերեն" + +msgid "Italian" +msgstr "Իտալերեն" + +msgid "Japanese" +msgstr "Ճապոներեն" + +msgid "Georgian" +msgstr "Վրացերեն" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Ղազախերեն" + +msgid "Khmer" +msgstr "Քեմերերեն" + +msgid "Kannada" +msgstr "Կանադա" + +msgid "Korean" +msgstr "Կորեերեն" + +msgid "Luxembourgish" +msgstr "Լյուքսեմբուրգերեն" + +msgid "Lithuanian" +msgstr "Լիտվերեն" + +msgid "Latvian" +msgstr "Լատիշերեն" + +msgid "Macedonian" +msgstr "Մակեդոներեն" + +msgid "Malayalam" +msgstr "Մալայալամ" + +msgid "Mongolian" +msgstr "Մոնղոլերեն" + +msgid "Marathi" +msgstr "Մարատխի" + +msgid "Burmese" +msgstr "Բիրմաներեն" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Նեպալերեն" + +msgid "Dutch" +msgstr "Հոլանդերեն" + +msgid "Norwegian Nynorsk" +msgstr "Նորվեգերեն (Նյունորսկ)" + +msgid "Ossetic" +msgstr "Օսերեն" + +msgid "Punjabi" +msgstr "Փանջաբի" + +msgid "Polish" +msgstr "Լեհերեն" + +msgid "Portuguese" +msgstr "Պորտուգալերեն" + +msgid "Brazilian Portuguese" +msgstr "Բրազիլական պորտուգալերեն" + +msgid "Romanian" +msgstr "Ռումիներեն" + +msgid "Russian" +msgstr "Ռուսերեն" + +msgid "Slovak" +msgstr "Սլովակերեն" + +msgid "Slovenian" +msgstr "Սլովեներեն" + +msgid "Albanian" +msgstr "Ալբաներեն" + +msgid "Serbian" +msgstr "Սերբերեն" + +msgid "Serbian Latin" +msgstr "Սերբերեն (լատինատառ)" + +msgid "Swedish" +msgstr "Շվեդերեն" + +msgid "Swahili" +msgstr "Սվահիլի" + +msgid "Tamil" +msgstr "Թամիլերեն" + +msgid "Telugu" +msgstr "Թելուգու" + +msgid "Thai" +msgstr "Թայերեն" + +msgid "Turkish" +msgstr "Թուրքերեն" + +msgid "Tatar" +msgstr "Թաթարերեն" + +msgid "Udmurt" +msgstr "Ումուրտերեն" + +msgid "Ukrainian" +msgstr "Ուկրաիներեն" + +msgid "Urdu" +msgstr "Ուրդու" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Վիետնամերեն" + +msgid "Simplified Chinese" +msgstr "Հեշտացված չինարեն" + +msgid "Traditional Chinese" +msgstr "Ավանդական չինարեն" + +msgid "Messages" +msgstr "Հաղորդագրություններ" + +msgid "Site Maps" +msgstr "Կայքի քարտեզ" + +msgid "Static Files" +msgstr "Ստատիկ ֆայլեր\t" + +msgid "Syndication" +msgstr "Նորություններ" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Մուտքագրեք ճիշտ արժեք" + +msgid "Enter a valid URL." +msgstr "Մուտքագրեք ճիշտ URL" + +msgid "Enter a valid integer." +msgstr "Մուտքագրեք ամբողջ թիվ" + +msgid "Enter a valid email address." +msgstr "Մուտքագրեք ճիշտ էլեկտրոնային փոստի հասցե" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Մուտքագրեք ճիշտ IPv4 հասցե" + +msgid "Enter a valid IPv6 address." +msgstr "Մուտքագրեք ճիշտ IPv6 հասցե" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Մուտքագրեք ճիշտ IPv4 կամ IPv6 հասցե" + +msgid "Enter only digits separated by commas." +msgstr "Մուտքագրեք միայն ստորակետով բաժանված թվեր" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Համոզվեք, որ այս արժեքը %(limit_value)s (հիմա այն — %(show_value)s)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Համոզվեք, որ այս արժեքը փոքր է, կամ հավասար %(limit_value)s" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Համոզվեք, որ այս արժեքը մեծ է, համ հավասար %(limit_value)s" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Համոզվեք, որ արժեքը պարունակում է ամենաքիչը %(limit_value)d նիշ (այն " +"պարունակում է %(show_value)d)." +msgstr[1] "" +"Համոզվեք, որ արժեքը պարունակում է ամենաքիչը %(limit_value)d նիշ (այն " +"պարունակում է %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Համոզվեք, որ արժեքը պարունակում է ամենաքիչը %(limit_value)d նիշ (այն " +"պարունակում է %(show_value)d)." +msgstr[1] "" +"Համոզվեք, որ արժեքը պարունակում է ամենաքիչը %(limit_value)d նիշ (այն " +"պարունակում է %(show_value)d)." + +msgid "Enter a number." +msgstr "Մուտքագրեք թիվ" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Համոզվեք, որ թվերի քանակը մեծ չէ %(max)s -ից" +msgstr[1] "Համոզվեք, որ թվերի քանակը մեծ չէ %(max)s -ից" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Համոզվեք, որ ստորակետից հետո թվերի քանակը մեծ չէ %(max)s -ից" +msgstr[1] "Համոզվեք, որ ստորակետից հետո թվերի քանակը մեծ չէ %(max)s -ից" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Համոզվեք, որ ստորակետից առաջ թվերի քանակը մեծ չէ %(max)s -ից" +msgstr[1] "Համոզվեք, որ ստորակետից առաջ թվերի քանակը մեծ չէ %(max)s -ից" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "և" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"%(field_labels)s դաշտերի այս արժեքով %(model_name)s արդեն գոյություն ունի" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r արժեքը չի մտնում թույլատրված տարբերակների մեջ" + +msgid "This field cannot be null." +msgstr "Այս դաշտը չի կարող ունենալ NULL արժեք " + +msgid "This field cannot be blank." +msgstr "Այս դաշտը չի կարող լինել դատարկ" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s դաշտի այս արժեքով %(model_name)s արդեն գոյություն ունի" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"«%(field_label)s» դաշտի արժեքը պետք է լինի միակը %(date_field_label)s " +"%(lookup_type)s համար" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s տիպի դաշտ" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Տրամաբանական (True կամ False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Տող (մինչև %(max_length)s երկարությամբ)" + +msgid "Comma-separated integers" +msgstr "Ստորակետով բաժանված ամբողջ թվեր" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Ամսաթիվ (առանց ժամանակի)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Ամսաթիվ (և ժամանակ)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Տասնորդական թիվ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Տևողություն" + +msgid "Email address" +msgstr "Email հասցե" + +msgid "File path" +msgstr "Ֆայլի ճանապարհ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Floating point թիվ" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Ամբողջ" + +msgid "Big (8 byte) integer" +msgstr "Մեծ (8 բայթ) ամբողջ թիվ" + +msgid "IPv4 address" +msgstr "IPv4 հասցե" + +msgid "IP address" +msgstr "IP հասցե" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Տրամաբանական (Either True, False կամ None)" + +msgid "Positive integer" +msgstr "Դրական ամբողջ թիվ" + +msgid "Positive small integer" +msgstr "Դրայան փոքր ամբողջ թիվ" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (մինչև %(max_length)s նիշ)" + +msgid "Small integer" +msgstr "Փոքր ամբողջ թիվ" + +msgid "Text" +msgstr "Տեքստ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Ժամանակ" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Երկուական տվյալներ" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Ֆայլ" + +msgid "Image" +msgstr "Պատկեր" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +" %(field)s դաշտի %(value)r արժեք ունեցող %(model)s օրինակ գոյություն չունի" + +msgid "Foreign Key (type determined by related field)" +msgstr "Արտաքին բանալի (տեսակը որոշվում է հարակից դաշտից)" + +msgid "One-to-one relationship" +msgstr "Մեկը մեկին կապ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Մի քանիսը մի քանիսին կապ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Այս դաշտը պարտադիր է" + +msgid "Enter a whole number." +msgstr "Մուտքագրեք ամբողջ թիվ" + +msgid "Enter a valid date." +msgstr "Մուտքագրեք ճիշտ ամսաթիվ" + +msgid "Enter a valid time." +msgstr "Մուտքագրեք ճիշտ ժամանակ" + +msgid "Enter a valid date/time." +msgstr "Մուտքագրեք ճիշտ ամսաթիվ/ժամանակ" + +msgid "Enter a valid duration." +msgstr "Մուտքագրեք ճիշտ տևողություն" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ոչ մի ֆայլ չի ուղարկվել։ Ստուգեք ձևաթղթի կոդավորում տեսակը" + +msgid "No file was submitted." +msgstr "Ոչ մի ֆայլ չի ուղարկվել" + +msgid "The submitted file is empty." +msgstr "Ուղարկված ֆայլը դատարկ է" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Համոզվեք, որ ֆայլի անունը պարունակում է ամենաշատը %(max)d նիշ (այն " +"պարունակում է %(length)d)" +msgstr[1] "" +"Համոզվեք, որ ֆայլի անունը պարունակում է ամենաշատը %(max)d նիշ (այն " +"պարունակում է %(length)d)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ուղարկեք ֆայլ, կամ ակտիվացրեք մաքրելու նշման վանդակը, ոչ թե երկուսը միասին" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Ուղարկեք ճիշտ պատկեր․ Ուղարկված ֆայլը պատկեր չէ, կամ վնասված է" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Ընտրեք ճիշտ տարբերակ։ %(value)s արժեքը չի մտնում ճիշտ արժեքների մեջ" + +msgid "Enter a list of values." +msgstr "Մուտքագրեք արժեքների ցուցակ" + +msgid "Enter a complete value." +msgstr "Մուտքագրեք ամբողջական արժեք" + +msgid "Enter a valid UUID." +msgstr "Մուտքագրեք ճիշտ UUID" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Թաքցված դաշտ %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Կառավարման ձևաթղթի տվյալները բացակայում են, կամ վնասված են" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Ուղարկեք %d կամ քիչ ձևաթղթեր" +msgstr[1] "Ուղարկեք %d կամ քիչ ձևաթղթեր" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Ուղարկեք %d կամ շատ ձևաթղթեր" +msgstr[1] "Ուղարկեք %d կամ շատ ձևաթղթեր" + +msgid "Order" +msgstr "Հերթականություն" + +msgid "Delete" +msgstr "Հեռացնել" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ուղղեք %(field)s դաշտի կրկնվող տվյալները" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ուղղեք %(field)s դաշտի կրկնվող տվյալները, որոնք պետք է լինեն եզակի" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ուղղեք %(field_name)s դաշտի կրկնվող տվյալները, որոնք պետք է լինեն եզակի " +"%(date_field)s-ում %(lookup)s֊ի համար" + +msgid "Please correct the duplicate values below." +msgstr "Ուղղեք կրկնվող տվյալները" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Ընտրեք ճիշտ տարբերակ։ Այս արժեքը չի մտնում ճիշտ արժեքների մեջ" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Մաքրել" + +msgid "Currently" +msgstr "Տվյալ պահին" + +msgid "Change" +msgstr "Փոխել" + +msgid "Unknown" +msgstr "Անհայտ" + +msgid "Yes" +msgstr "Այո" + +msgid "No" +msgstr "Ոչ" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "այո,ոչ,միգուցե" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d բայթ" +msgstr[1] "%(size)d բայթ" + +#, python-format +msgid "%s KB" +msgstr "%s ԿԲ" + +#, python-format +msgid "%s MB" +msgstr "%s ՄԲ" + +#, python-format +msgid "%s GB" +msgstr "%s ԳԲ" + +#, python-format +msgid "%s TB" +msgstr "%s ՏԲ" + +#, python-format +msgid "%s PB" +msgstr "%s ՊԲ" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "կեսգիշեր" + +msgid "noon" +msgstr "կեսօր" + +msgid "Monday" +msgstr "Երկուշաբթի" + +msgid "Tuesday" +msgstr "Երեքշաբթի" + +msgid "Wednesday" +msgstr "Չորեքշաբթի" + +msgid "Thursday" +msgstr "Հինգշաբթի" + +msgid "Friday" +msgstr "Ուրբաթ" + +msgid "Saturday" +msgstr "Շաբաթ" + +msgid "Sunday" +msgstr "Կիրակի" + +msgid "Mon" +msgstr "Երկ" + +msgid "Tue" +msgstr "Երք" + +msgid "Wed" +msgstr "Չրք" + +msgid "Thu" +msgstr "Հնգ" + +msgid "Fri" +msgstr "Ուրբ" + +msgid "Sat" +msgstr "Շբթ" + +msgid "Sun" +msgstr "Կիր" + +msgid "January" +msgstr "Հունվար" + +msgid "February" +msgstr "Փետրվար" + +msgid "March" +msgstr "Մարտ" + +msgid "April" +msgstr "Ապրիլ" + +msgid "May" +msgstr "Մայիս" + +msgid "June" +msgstr "Հունիս" + +msgid "July" +msgstr "Հուլիս" + +msgid "August" +msgstr "Օգոստոս" + +msgid "September" +msgstr "Սեպտեմբեր" + +msgid "October" +msgstr "Հոկտեմբեր" + +msgid "November" +msgstr "Նոյեմբեր" + +msgid "December" +msgstr "Դեկտեմբեր" + +msgid "jan" +msgstr "հուն" + +msgid "feb" +msgstr "փետ" + +msgid "mar" +msgstr "մար" + +msgid "apr" +msgstr "ապր" + +msgid "may" +msgstr "մայ" + +msgid "jun" +msgstr "հուն" + +msgid "jul" +msgstr "հուլ" + +msgid "aug" +msgstr "օգտ" + +msgid "sep" +msgstr "սեպ" + +msgid "oct" +msgstr "հոկ" + +msgid "nov" +msgstr "նոյ" + +msgid "dec" +msgstr "դեկ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Հուն․" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Փետ․" + +msgctxt "abbrev. month" +msgid "March" +msgstr "Մարտ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Մարտ" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Մայիս" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Հունիս" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Հուլիս" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Օգոստ․" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Սեպտ․" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Հոկտ․" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Նոյ․" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Դեկ․" + +msgctxt "alt. month" +msgid "January" +msgstr "Հունվար" + +msgctxt "alt. month" +msgid "February" +msgstr "Փետրվար" + +msgctxt "alt. month" +msgid "March" +msgstr "Մարտ" + +msgctxt "alt. month" +msgid "April" +msgstr "Ապրիլ" + +msgctxt "alt. month" +msgid "May" +msgstr "Մայիս" + +msgctxt "alt. month" +msgid "June" +msgstr "Հունիս" + +msgctxt "alt. month" +msgid "July" +msgstr "Հուլիս" + +msgctxt "alt. month" +msgid "August" +msgstr "Օգոստոս" + +msgctxt "alt. month" +msgid "September" +msgstr "Սեպտեմբեր" + +msgctxt "alt. month" +msgid "October" +msgstr "Հոկտեմբեր" + +msgctxt "alt. month" +msgid "November" +msgstr "Նոյեմբեր" + +msgctxt "alt. month" +msgid "December" +msgstr "Դեկտեմբեր" + +msgid "This is not a valid IPv6 address." +msgstr "Սա ճիշտ IPv6 հասցե չէ" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "կամ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d տարի" +msgstr[1] "%d տարի" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ամիս" +msgstr[1] "%d ամիս" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d շաբաթ" +msgstr[1] "%d շաբաթ" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d օր" +msgstr[1] "%d օր" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ժամ" +msgstr[1] "%d ժամ" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d րոպե" +msgstr[1] "%d րոպե" + +msgid "0 minutes" +msgstr "0 րոպե" + +msgid "Forbidden" +msgstr "Արգելված" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF ստուգման սխալ․ Հարցումն ընդհատված է" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Դուք տեսնում եք այս հաղորդագրությունը, քանի որ այս կայքը ձևաթերթերը " +"ուղարկելու համար պահանջում է CSRF cookie։ Այն անհրաժեշտ է անվտանգության " +"նկատառումներից ելնելով, համոզվելու համար, որ ձեր բրաուզերը չի գտնվում երրորդ " +"անձանց կառավարման տակ։" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Ավելի մանրամասն տեղեկությունը հասանելի է DEBUG=True֊ի ժամանակ" + +msgid "No year specified" +msgstr "Տարին նշված չէ" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Ամիսը նշված չէ" + +msgid "No day specified" +msgstr "Օրը նշված չէ" + +msgid "No week specified" +msgstr "Շաբաթը նշված չէ" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ոչ մի %(verbose_name_plural)s հասանելի չէ" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Ապագա %(verbose_name_plural)s հասանելի չեն, քանի որ %(class_name)s." +"allow_future ունի False արժեք" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Հարցմանը համապատասխանող ոչ մի %(verbose_name)s չի գտնվել" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Սխալ էջ (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Կատալոգների ինդեքսավորումը թույլատրված չէ այստեղ" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s֊ի ինդեքսը" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e22136f196ce569e3a39dd3da3d867500112c700 GIT binary patch literal 21428 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 00000000000..adb852fe9e3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,1289 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012,2014,2016,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-18 21:19+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabe" + +msgid "Algerian Arabic" +msgstr "Arabe algerian" + +msgid "Asturian" +msgstr "asturiano" + +msgid "Azerbaijani" +msgstr "azeri" + +msgid "Bulgarian" +msgstr "bulgaro" + +msgid "Belarusian" +msgstr "bielorusso" + +msgid "Bengali" +msgstr "bengali" + +msgid "Breton" +msgstr "breton" + +msgid "Bosnian" +msgstr "bosniaco" + +msgid "Catalan" +msgstr "catalano" + +msgid "Czech" +msgstr "tcheco" + +msgid "Welsh" +msgstr "gallese" + +msgid "Danish" +msgstr "danese" + +msgid "German" +msgstr "germano" + +msgid "Lower Sorbian" +msgstr "sorabo inferior" + +msgid "Greek" +msgstr "greco" + +msgid "English" +msgstr "anglese" + +msgid "Australian English" +msgstr "anglese australian" + +msgid "British English" +msgstr "anglese britannic" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "espaniol" + +msgid "Argentinian Spanish" +msgstr "espaniol argentin" + +msgid "Colombian Spanish" +msgstr "espaniol colombian" + +msgid "Mexican Spanish" +msgstr "espaniol mexican" + +msgid "Nicaraguan Spanish" +msgstr "espaniol nicaraguan" + +msgid "Venezuelan Spanish" +msgstr "espaniol venzuelan" + +msgid "Estonian" +msgstr "estoniano" + +msgid "Basque" +msgstr "basco" + +msgid "Persian" +msgstr "persiano" + +msgid "Finnish" +msgstr "finnese" + +msgid "French" +msgstr "francese" + +msgid "Frisian" +msgstr "frison" + +msgid "Irish" +msgstr "irlandese" + +msgid "Scottish Gaelic" +msgstr "gaelico scotese" + +msgid "Galician" +msgstr "galiciano" + +msgid "Hebrew" +msgstr "hebreo" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croato" + +msgid "Upper Sorbian" +msgstr "sorabo superior" + +msgid "Hungarian" +msgstr "hungaro" + +msgid "Armenian" +msgstr "Armenio" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesiano" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandese" + +msgid "Italian" +msgstr "italiano" + +msgid "Japanese" +msgstr "japonese" + +msgid "Georgian" +msgstr "georgiano" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "kazakh" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "coreano" + +msgid "Kyrgyz" +msgstr "Kyrgyz" + +msgid "Luxembourgish" +msgstr "luxemburgese" + +msgid "Lithuanian" +msgstr "lituano" + +msgid "Latvian" +msgstr "letton" + +msgid "Macedonian" +msgstr "macedone" + +msgid "Malayalam" +msgstr "malayalam" + +msgid "Mongolian" +msgstr "mongolico" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "burmese" + +msgid "Norwegian Bokmål" +msgstr "norvegianio bokmål" + +msgid "Nepali" +msgstr "nepali" + +msgid "Dutch" +msgstr "hollandese" + +msgid "Norwegian Nynorsk" +msgstr "norvegiano, nynorsk" + +msgid "Ossetic" +msgstr "ossetico" + +msgid "Punjabi" +msgstr "punjabi" + +msgid "Polish" +msgstr "polonese" + +msgid "Portuguese" +msgstr "portugese" + +msgid "Brazilian Portuguese" +msgstr "portugese brasilian" + +msgid "Romanian" +msgstr "romaniano" + +msgid "Russian" +msgstr "russo" + +msgid "Slovak" +msgstr "slovaco" + +msgid "Slovenian" +msgstr "sloveno" + +msgid "Albanian" +msgstr "albanese" + +msgid "Serbian" +msgstr "serbo" + +msgid "Serbian Latin" +msgstr "serbo latin" + +msgid "Swedish" +msgstr "svedese" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "Tadzhik" + +msgid "Thai" +msgstr "thailandese" + +msgid "Turkmen" +msgstr "Turkmen" + +msgid "Turkish" +msgstr "turco" + +msgid "Tatar" +msgstr "tartaro" + +msgid "Udmurt" +msgstr "udmurto" + +msgid "Ukrainian" +msgstr "ukrainiano" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "Uzbek" + +msgid "Vietnamese" +msgstr "vietnamese" + +msgid "Simplified Chinese" +msgstr "chinese simplificate" + +msgid "Traditional Chinese" +msgstr "chinese traditional" + +msgid "Messages" +msgstr "Messages" + +msgid "Site Maps" +msgstr "Mappas de sito" + +msgid "Static Files" +msgstr "Files static" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Le numero de pagina non es un numero integre" + +msgid "That page number is less than 1" +msgstr "Le numero de pagina es minus de 1" + +msgid "That page contains no results" +msgstr "Le pagina non contine resultatos" + +msgid "Enter a valid value." +msgstr "Specifica un valor valide." + +msgid "Enter a valid URL." +msgstr "Specifica un URL valide." + +msgid "Enter a valid integer." +msgstr "Specifica un numero integre valide." + +msgid "Enter a valid email address." +msgstr "Specifica un adresse de e-mail valide." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Scribe un denotation (\"slug\") valide, consistente de litteras, numeros, " +"tractos de sublineamento o tractos de union." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Scribe un denotation (\"slug\") valide, consistente de litteras Unicode, " +"numeros, tractos de sublineamento o tractos de union." + +msgid "Enter a valid IPv4 address." +msgstr "Specifica un adresse IPv4 valide." + +msgid "Enter a valid IPv6 address." +msgstr "Specifica un adresse IPv6 valide." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Specifica un adresse IPv4 o IPv6 valide." + +msgid "Enter only digits separated by commas." +msgstr "Scribe solmente digitos separate per commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assecura te que iste valor es %(limit_value)s (illo es %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Assecura te que iste valor es inferior o equal a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Assecura te que iste valor es superior o equal a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assecura te que iste valor ha al minus %(limit_value)d character (illo ha " +"%(show_value)d)." +msgstr[1] "" +"Assecura te que iste valor ha al minus %(limit_value)d characteres (illo ha " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assecura te que iste valor ha al plus %(limit_value)d character (illo ha " +"%(show_value)d)." +msgstr[1] "" +"Assecura te que iste valor ha al plus %(limit_value)d characteres (illo ha " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Specifica un numero." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assecura te que il non ha plus de %(max)s digito in total." +msgstr[1] "Assecura te que il non ha plus de %(max)s digitos in total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Assecura te que il non ha plus de %(max)s cifra post le comma decimal." +msgstr[1] "" +"Assecura te que il non ha plus de %(max)s cifras post le comma decimal." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Assecura te que il non ha plus de %(max)s cifra ante le comma decimal." +msgstr[1] "" +"Assecura te que il non ha plus de %(max)s cifras ante le comma decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Le extension de nomine de file “%(extension)s” non es permittite. Le " +"extensiones permittite es: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Characteres nulle non es permittite." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Jam existe %(model_name)s con iste %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Le valor %(value)r non es un option valide." + +msgid "This field cannot be null." +msgstr "Iste campo non pote esser nulle." + +msgid "This field cannot be blank." +msgstr "Iste campo non pote esser vacue." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con iste %(field_label)s jam existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe esser unic pro %(lookup_type)s de %(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de typo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Le valor “%(value)s” debe esser o True/Ver o False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Le valor “%(value)s” debe esser True/Ver, False o None/Necun." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (ver o false)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Catena (longitude maxime: %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Numeros integre separate per commas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Le valor “%(value)s” ha un formato de data invalide. Debe esser in formato " +"AAAA-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Le valor “%(value)s” ha le formato correcte (AAAA-MM-DD) ma es un data " +"invalide." + +msgid "Date (without time)" +msgstr "Data (sin hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Le valor “%(value)s” es in un formato invalide. Debe esser in formato AAAA-" +"MM-DD HH:MM[:ss[.uuuuuu]][FH]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Le valor “%(value)s” es in le formato correcte (YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][FH]) ma es un data/hora invalide." + +msgid "Date (with time)" +msgstr "Data (con hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Le valor “%(value)s” debe esser un numero decimal." + +msgid "Decimal number" +msgstr "Numero decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Le valor “%(value)s” es in un formato invalide. Debe esser in formato [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duration" + +msgid "Email address" +msgstr "Adresse de e-mail" + +msgid "File path" +msgstr "Cammino de file" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Le valor “%(value)s” debe esser un numero a comma flottante." + +msgid "Floating point number" +msgstr "Numero a comma flottante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Le valor “%(value)s” debe esser un numero integre." + +msgid "Integer" +msgstr "Numero integre" + +msgid "Big (8 byte) integer" +msgstr "Numero integre grande (8 bytes)" + +msgid "Small integer" +msgstr "Parve numero integre" + +msgid "IPv4 address" +msgstr "Adresse IPv4" + +msgid "IP address" +msgstr "Adresse IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Le valor “%(value)s” debe esser None/Nulle, True/Ver o False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (ver, false o nulle)" + +msgid "Positive big integer" +msgstr "Grande numero integre positive" + +msgid "Positive integer" +msgstr "Numero integre positive" + +msgid "Positive small integer" +msgstr "Parve numero integre positive" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Denotation (longitude maxime: %(max_length)s)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Le valor “%(value)s” es in un formato invalide. Debe esser in formato HH:MM[:" +"ss[.uuuuuu]] ." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Le valor “%(value)s” es in le formato correcte (HH:MM[:ss[.uuuuuu]]) ma es " +"un hora invalide." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binari crude" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” non es un UUID valide." + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Imagine" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Le instantia de %(model)s con %(field)s %(value)r non existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave estranier (typo determinate per le campo associate)" + +msgid "One-to-one relationship" +msgstr "Relation un a un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relation %(from)s a %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relationes %(from)s a %(to)s" + +msgid "Many-to-many relationship" +msgstr "Relation multes a multes" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Iste campo es obligatori." + +msgid "Enter a whole number." +msgstr "Specifica un numero integre." + +msgid "Enter a valid date." +msgstr "Specifica un data valide." + +msgid "Enter a valid time." +msgstr "Specifica un hora valide." + +msgid "Enter a valid date/time." +msgstr "Specifica un data e hora valide." + +msgid "Enter a valid duration." +msgstr "Specifica un duration valide." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Nulle file esseva submittite. Verifica le typo de codification in le " +"formulario." + +msgid "No file was submitted." +msgstr "Nulle file esseva submittite." + +msgid "The submitted file is empty." +msgstr "Le file submittite es vacue." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Assecura te que iste valor ha al plus %(max)d character (illo ha %(length)d)." +msgstr[1] "" +"Assecura te que iste valor ha al plus %(max)d characteres (illo ha " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Per favor o submitte un file o marca le quadrato \"rader\", non ambes." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Per favor incarga un imagine valide. Le file que tu incargava o non esseva " +"un imagine o esseva un imagine corrumpite." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selige un option valide. %(value)s non es inter le optiones disponibile." + +msgid "Enter a list of values." +msgstr "Scribe un lista de valores." + +msgid "Enter a complete value." +msgstr "Specifica un valor complete." + +msgid "Enter a valid UUID." +msgstr "Specifica un UUID valide." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo celate %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordine" + +msgid "Delete" +msgstr "Deler" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Per favor corrige le datos duplicate pro %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Per favor corrige le datos duplicate pro %(field)s, que debe esser unic." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Per favor corrige le datos duplicate pro %(field_name)s, que debe esser unic " +"pro le %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Per favor corrige le sequente valores duplicate." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Per favor selige un option valide. Iste option non es inter le optiones " +"disponibile." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Rader" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Cambiar" + +msgid "Unknown" +msgstr "Incognite" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "si,no,forsan" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "pm." + +msgid "a.m." +msgstr "am." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medienocte" + +msgid "noon" +msgstr "mediedie" + +msgid "Monday" +msgstr "lunedi" + +msgid "Tuesday" +msgstr "martedi" + +msgid "Wednesday" +msgstr "mercuridi" + +msgid "Thursday" +msgstr "jovedi" + +msgid "Friday" +msgstr "venerdi" + +msgid "Saturday" +msgstr "sabbato" + +msgid "Sunday" +msgstr "dominica" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "jov" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sab" + +msgid "Sun" +msgstr "dom" + +msgid "January" +msgstr "januario" + +msgid "February" +msgstr "februario" + +msgid "March" +msgstr "martio" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maio" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "augusto" + +msgid "September" +msgstr "septembre" + +msgid "October" +msgstr "octobre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "decembre" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januario" + +msgctxt "alt. month" +msgid "February" +msgstr "Februario" + +msgctxt "alt. month" +msgid "March" +msgstr "Martio" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Augusto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembre" + +msgid "This is not a valid IPv6 address." +msgstr "Isto non es un adresse IPv6 valide." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "Prohibite" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verification CSRF fallite. Requesta abortate." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Tu vide iste message perque iste sito require un cookie CSRF durante le " +"submission de formularios. Iste cookie es requirite pro motivos de " +"securitate, pro assecurar que tu navigator non es sequestrate per tertie " +"personas." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Plus information es disponibile con DEBUG=True." + +msgid "No year specified" +msgstr "Nulle anno specificate" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Nulle mense specificate" + +msgid "No day specified" +msgstr "Nulle die specificate" + +msgid "No week specified" +msgstr "Nulle septimana specificate" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Il non ha %(verbose_name_plural)s disponibile" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"In le futuro, %(verbose_name_plural)s non essera disponibile perque " +"%(class_name)s.allow_future es False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nulle %(verbose_name)s trovate que corresponde al consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pagina invalide (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Le indices de directorio non es permittite hic." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indice de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..360bd2022be8a0ba19e88052d19f5742bf3b8584 GIT binary patch literal 27722 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, 2017 +# Bayu Satiyo , 2024 +# Claude Paroz , 2018 +# Fery Setiawan , 2015-2019,2021-2025 +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# oon arfiandwi (OonID) , 2016,2020 +# rodin , 2011 +# rodin , 2013-2016 +# sag​e , 2018-2019 +# Sutrisno Efendi , 2015,2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Fery Setiawan , 2015-2019,2021-2025\n" +"Language-Team: Indonesian (http://app.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arab" + +msgid "Algerian Arabic" +msgstr "Arab Aljazair" + +msgid "Asturian" +msgstr "Asturia" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgaria" + +msgid "Belarusian" +msgstr "Belarusia" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnia" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurdi Tengah (Sorani)" + +msgid "Czech" +msgstr "Ceska" + +msgid "Welsh" +msgstr "Wales" + +msgid "Danish" +msgstr "Denmark" + +msgid "German" +msgstr "Jerman" + +msgid "Lower Sorbian" +msgstr "Sorbian Bawah" + +msgid "Greek" +msgstr "Yunani" + +msgid "English" +msgstr "Inggris" + +msgid "Australian English" +msgstr "Inggris Australia" + +msgid "British English" +msgstr "Inggris Britania" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanyol" + +msgid "Argentinian Spanish" +msgstr "Spanyol Argentina" + +msgid "Colombian Spanish" +msgstr "Spanyol Kolombia" + +msgid "Mexican Spanish" +msgstr "Spanyol Meksiko" + +msgid "Nicaraguan Spanish" +msgstr "Spanyol Nikaragua" + +msgid "Venezuelan Spanish" +msgstr "Spanyol Venezuela" + +msgid "Estonian" +msgstr "Estonia" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persia" + +msgid "Finnish" +msgstr "Finlandia" + +msgid "French" +msgstr "Perancis" + +msgid "Frisian" +msgstr "Frisia" + +msgid "Irish" +msgstr "Irlandia" + +msgid "Scottish Gaelic" +msgstr "Skolandia Gaelik" + +msgid "Galician" +msgstr "Galicia" + +msgid "Hebrew" +msgstr "Ibrani" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroasia" + +msgid "Upper Sorbian" +msgstr "Sorbian Atas" + +msgid "Hungarian" +msgstr "Hungaria" + +msgid "Armenian" +msgstr "Armenia" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesia" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandia" + +msgid "Italian" +msgstr "Italia" + +msgid "Japanese" +msgstr "Jepang" + +msgid "Georgian" +msgstr "Georgia" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Kazakhstan" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korea" + +msgid "Kyrgyz" +msgstr "Kirgis" + +msgid "Luxembourgish" +msgstr "Luksemburg" + +msgid "Lithuanian" +msgstr "Lithuania" + +msgid "Latvian" +msgstr "Latvia" + +msgid "Macedonian" +msgstr "Makedonia" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolia" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malaysia" + +msgid "Burmese" +msgstr "Burma" + +msgid "Norwegian Bokmål" +msgstr "Norwegia Bokmål" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Belanda" + +msgid "Norwegian Nynorsk" +msgstr "Norwegia Nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polandia" + +msgid "Portuguese" +msgstr "Portugis" + +msgid "Brazilian Portuguese" +msgstr "Portugis Brazil" + +msgid "Romanian" +msgstr "Romania" + +msgid "Russian" +msgstr "Rusia" + +msgid "Slovak" +msgstr "Slovakia" + +msgid "Slovenian" +msgstr "Slovenia" + +msgid "Albanian" +msgstr "Albania" + +msgid "Serbian" +msgstr "Serbia" + +msgid "Serbian Latin" +msgstr "Serbia Latin" + +msgid "Swedish" +msgstr "Swedia" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tajik" + +msgid "Thai" +msgstr "Thailand" + +msgid "Turkmen" +msgstr "Turkmenistan" + +msgid "Turkish" +msgstr "Turki" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uyghur" + +msgid "Ukrainian" +msgstr "Ukrainia" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbek" + +msgid "Vietnamese" +msgstr "Vietnam" + +msgid "Simplified Chinese" +msgstr "Tiongkok Sederhana" + +msgid "Traditional Chinese" +msgstr "Tiongkok Tradisionil" + +msgid "Messages" +msgstr "Pesan" + +msgid "Site Maps" +msgstr "Peta Situs" + +msgid "Static Files" +msgstr "Berkas Statis" + +msgid "Syndication" +msgstr "Sindikasi" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Nomor halaman itu bukan sebuah integer" + +msgid "That page number is less than 1" +msgstr "Nomor halaman itu kurang dari 1" + +msgid "That page contains no results" +msgstr "Tidak ada hasil untuk halaman tersebut" + +msgid "Enter a valid value." +msgstr "Masukkan nilai yang valid." + +msgid "Enter a valid domain name." +msgstr "Masukkan nama domain yang sah." + +msgid "Enter a valid URL." +msgstr "Masukkan URL yang valid." + +msgid "Enter a valid integer." +msgstr "Masukan sebuah bilangan bulat yang benar" + +msgid "Enter a valid email address." +msgstr "Masukkan alamat email yang valid." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Masukkan “slug” valid yang terdiri dari huruf, angka, garis bawah, atau " +"tanda hubung." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Masukkan sebuah “slug” valid yang terdiri dari huruf, angka, garis bawah, " +"atau penghubung Unicode." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Masukkan alamat %(protocol)s yang sah." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 atau IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Hanya masukkan angka yang dipisahkan dengan koma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Pastikan nilai ini %(limit_value)s (saat ini %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Pastikan nilai ini lebih kecil dari atau sama dengan %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Pastikan nilai ini lebih besar dari atau sama dengan %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Pastikan nilai ini adalah kelipatan dari ukuran langkah %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Pastikan nilai ini merupakan kelipatan ukuran langkah %(limit_value)s, " +"dimulai dari %(offset)s, misalnya %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, dan seterusnya." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Pastikan nilai ini mengandung paling sedikit %(limit_value)d karakter " +"(sekarang %(show_value)d karakter)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Pastikan nilai ini mengandung paling banyak %(limit_value)d karakter " +"(sekarang %(show_value)d karakter)." + +msgid "Enter a number." +msgstr "Masukkan sebuah bilangan." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Pastikan jumlah angka pada bilangan tidak melebihi %(max)s angka." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Pastikan bilangan tidak memiliki lebih dari %(max)s angka desimal." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Pastikan jumlah angka sebelum desimal pada bilangan tidak memiliki lebih " +"dari %(max)s angka." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Ekstensi berkas “%(extension)s” tidak diizinkan. Ekstensi diizinkan adalah: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Karakter null tidak diizinkan." + +msgid "and" +msgstr "dan" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s dengan %(field_labels)s ini tidak ada." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Batasan “%(name)s” dilanggar." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nilai %(value)r bukan pilihan yang valid." + +msgid "This field cannot be null." +msgstr "Field ini tidak boleh null." + +msgid "This field cannot be blank." +msgstr "Field ini tidak boleh kosong." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s dengan %(field_label)s telah ada." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s haruslah unik untuk %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field dengan tipe: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Nilai “%(value)s” harus berupa True atau False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Nilai “%(value)s” harus berupa True, False, atau None." + +msgid "Boolean (Either True or False)" +msgstr "Nilai Boolean (Salah satu dari True atau False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (maksimum %(max_length)s)" + +msgid "String (unlimited)" +msgstr "String (tidak terbatas)" + +msgid "Comma-separated integers" +msgstr "Bilangan asli yang dipisahkan dengan koma" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Nilai “%(value)s” mempunyai format tanggal yang tidak valid. Tanggal harus " +"dalam format YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Nilai “%(value)s” memiliki format yang benar (YYYY-MM-DD), tetapi tanggalnya " +"tidak valid." + +msgid "Date (without time)" +msgstr "Tanggal (tanpa waktu)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Nilai “%(value)s” memiliki format yang tidak valid. Tanggal dan waktu harus " +"dalam format YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Nilai “%(value)s” memiliki format yang benar (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), tetapi tanggal/waktunya tidak valid." + +msgid "Date (with time)" +msgstr "Tanggal (dengan waktu)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Nilai “%(value)s” harus berupa bilangan desimal." + +msgid "Decimal number" +msgstr "Bilangan desimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Nilai “%(value)s” mempunyai format yang tidak valid. Waktu harus dalam " +"format [DD] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Durasi" + +msgid "Email address" +msgstr "Alamat email" + +msgid "File path" +msgstr "Lokasi berkas" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Nilai “%(value)s” harus berupa bilangan real." + +msgid "Floating point number" +msgstr "Bilangan 'floating point'" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Nilai “%(value)s” harus berupa integer." + +msgid "Integer" +msgstr "Bilangan Asli" + +msgid "Big (8 byte) integer" +msgstr "Bilangan asli raksasa (8 byte)" + +msgid "Small integer" +msgstr "Bilangan asli kecil" + +msgid "IPv4 address" +msgstr "Alamat IPv4" + +msgid "IP address" +msgstr "Alamat IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Nilai “%(value)s” harus berupa None, True, atau False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Salah satu dari True, False, atau None)" + +msgid "Positive big integer" +msgstr "Integer besar positif" + +msgid "Positive integer" +msgstr "Bilangan asli positif" + +msgid "Positive small integer" +msgstr "Bilangan asli kecil positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hingga %(max_length)s karakter)" + +msgid "Text" +msgstr "Teks" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Nilai “%(value)s” mempunyai format yang tidak valid. Waktu harus dalam " +"format HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Nilai “%(value)s” mempunyai format yang benar (HH:MM[:ss[.uuuuuu]]), tetapi " +"nilai waktunya tidak valid." + +msgid "Time" +msgstr "Waktu" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data biner mentah" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” bukan UUID yang valid." + +msgid "Universally unique identifier" +msgstr "Pengenal unik secara universal" + +msgid "File" +msgstr "Berkas" + +msgid "Image" +msgstr "Gambar" + +msgid "A JSON object" +msgstr "Objek JSON" + +msgid "Value must be valid JSON." +msgstr "Nilai harus JSON yang valid." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s instance dengan %(field)s %(value)r bukan pilihan sah." + +msgid "Foreign Key (type determined by related field)" +msgstr "Kunci Asing (tipe tergantung dari bidang yang berkaitan)" + +msgid "One-to-one relationship" +msgstr "Hubungan satu-ke-satu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Hubungan %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Hubungan %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Hubungan banyak-ke-banyak" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bidang ini tidak boleh kosong." + +msgid "Enter a whole number." +msgstr "Masukkan keseluruhan angka bilangan." + +msgid "Enter a valid date." +msgstr "Masukkan tanggal yang valid." + +msgid "Enter a valid time." +msgstr "Masukkan waktu yang valid." + +msgid "Enter a valid date/time." +msgstr "Masukkan tanggal/waktu yang valid." + +msgid "Enter a valid duration." +msgstr "Masukan durasi waktu yang benar." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Jumlah hari harus di antara {min_days} dan {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Tidak ada berkas yang dikirimkan. Periksa tipe pengaksaraan formulir." + +msgid "No file was submitted." +msgstr "Tidak ada berkas yang dikirimkan." + +msgid "The submitted file is empty." +msgstr "Berkas yang dikirimkan kosong." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Pastikan nama berkas ini mengandung paling banyak %(max)d karakter (sekarang " +"%(length)d karakter)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Pilih antara mengirimkan berkas atau menghapus tanda centang pada kotak " +"centang" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Unggah gambar yang valid. Berkas yang Anda unggah bukan merupakan berkas " +"gambar atau gambarnya rusak." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Masukkan pilihan yang valid. %(value)s bukan salah satu dari pilihan yang " +"tersedia." + +msgid "Enter a list of values." +msgstr "Masukkan beberapa nilai." + +msgid "Enter a complete value." +msgstr "Masukkan nilai yang komplet." + +msgid "Enter a valid UUID." +msgstr "Masukan UUID yang benar." + +msgid "Enter a valid JSON." +msgstr "Masukkan JSON yang valid." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Bidang tersembunyi %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Data ManagementForm telah hilang atau telah dirusak. Bidang yang hilang: " +"%(field_names)s. Anda mungkin butuh memberkaskan laporan kesalahan jika " +"masalah masih ada." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Harap ajukan paling banyak %(num)d formulir." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Harap ajukan setidaknya %(num)d formulir." + +msgid "Order" +msgstr "Urutan" + +msgid "Delete" +msgstr "Hapus" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Perbaiki data ganda untuk %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Perbaiki data ganda untuk %(field)s yang nilainya harus unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Perbaiki data ganda untuk %(field_name)s yang nilainya harus unik untuk " +"pencarian %(lookup)s pada %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Perbaiki nilai ganda di bawah ini." + +msgid "The inline value did not match the parent instance." +msgstr "Nilai sebaris tidak cocok dengan instance induk." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Masukkan pilihan yang valid. Pilihan tersebut bukan salah satu dari pilihan " +"yang tersedia." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” bukan nilai yang valid." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s tidak dapat diterjemahkan dalam zona waktu " +"%(current_timezone)s; mungkin nilainya ambigu atau tidak ada." + +msgid "Clear" +msgstr "Hapus" + +msgid "Currently" +msgstr "Saat ini" + +msgid "Change" +msgstr "Ubah" + +msgid "Unknown" +msgstr "Tidak diketahui" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Tidak" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ya,tidak,mungkin" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bita" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m" + +msgid "a.m." +msgstr "a.m" + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "tengah malam" + +msgid "noon" +msgstr "siang" + +msgid "Monday" +msgstr "Senin" + +msgid "Tuesday" +msgstr "Selasa" + +msgid "Wednesday" +msgstr "Rabu" + +msgid "Thursday" +msgstr "Kamis" + +msgid "Friday" +msgstr "Jumat" + +msgid "Saturday" +msgstr "Sabtu" + +msgid "Sunday" +msgstr "Minggu" + +msgid "Mon" +msgstr "Sen" + +msgid "Tue" +msgstr "Sel" + +msgid "Wed" +msgstr "Rab" + +msgid "Thu" +msgstr "Kam" + +msgid "Fri" +msgstr "Jum" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Min" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Maret" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "Agustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "agu" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Maret" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Agu" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januari" + +msgctxt "alt. month" +msgid "February" +msgstr "Februari" + +msgctxt "alt. month" +msgid "March" +msgstr "Maret" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "Agustus" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Ini bukan alamat IPv6 yang valid." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "atau" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d tahun" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d bulan" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d minggu" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d hari" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d jam" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d menit" + +msgid "Forbidden" +msgstr "Terlarang" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verifikasi CSRF gagal, Permintaan dibatalkan." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Anda melihat pesan ini karena jaringan HTTPS ini membutuhkan “Referer " +"header” untuk dikirim oleh peramban jaringan anda, tetapi tidak ada yg " +"dikirim. Kepala ini diwajibkan untuk alasan keamanan, untuk memastikan bahwa " +"peramban anda tidak sedang dibajak oleh pihak ketiga." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Jika Anda menonaktifkan header 'Referrer' pada konfigurasi peramban Anda, " +"mohon aktfikan kembali, setidaknya untuk situs ini, untuk koneksi HTTPS, " +"atau untuk request 'same-origin'." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Jika Anda menggunakan tag " +"atau menyertakan bagian kepala 'Referrer-Policy: no-referrer', harap hapus " +"hal tersebut. Perlindungan CSRF membutuhkan bagian kepala 'Referrer' untuk " +"melakukan pemeriksaan pengarahan ketat. Jika Anda khawatir mengenai privasi, " +"gunakan cara lain seperti untuk tautan ke situs " +"pihak ketiga." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Anda melihat pesan ini karena situs ini membutuhkan sebuah kuki CSRF ketika " +"mengirimkan formulir. Kuki ini dibutuhkan untuk alasan keamanan, untuk " +"memastikan bahwa peramban Anda tidak sedang dibajak oleh pihak ketiga." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Jika Anda telah mengatur peramban Anda untuk menonaktifkan kuki, maka " +"aktifkanlah kembali, setidaknya untuk website ini, atau untuk request 'same-" +"origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Informasi lebih lanjut tersedia dengan DEBUG=True" + +msgid "No year specified" +msgstr "Tidak ada tahun dipilih" + +msgid "Date out of range" +msgstr "Tanggal di luar kisaran" + +msgid "No month specified" +msgstr "Tidak ada bulan dipilih" + +msgid "No day specified" +msgstr "Tidak ada hari dipilih" + +msgid "No week specified" +msgstr "Tidak ada minggu dipilih" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Tidak ada %(verbose_name_plural)s tersedia" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s di masa depan tidak tersedia karena %(class_name)s." +"allow_future bernilai False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Nilai tanggal tidak valid “%(datestr)s” untuk format “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Tidak ada %(verbose_name)s yang cocok dengan kueri" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Laman bukan yang “terakhir” dan juga tidak dapat dikonversikan ke sebuah " +"integer." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Laman tidak valid (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Daftar kosong dan '%(class_name)s.allow_empty' bernilai False." + +msgid "Directory indexes are not allowed here." +msgstr "Indeks direktori tidak diizinkan di sini." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” tidak ada" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Daftar isi %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Selamat! Instalasi berjalan lancar!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Lihat catatan rilis untuk Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Anda sedang melihat halaman ini karena DEBUG=True berada di berkas pengaturan Anda dan Anda " +"belum mengonfigurasi URL apa pun." + +msgid "Django Documentation" +msgstr "Dokumentasi Django" + +msgid "Topics, references, & how-to’s" +msgstr "Topik, referensi, & cara pemakaian" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Sebuah Aplikasi Jajak Pendapat" + +msgid "Get started with Django" +msgstr "Memulai dengan Django" + +msgid "Django Community" +msgstr "Komunitas Django" + +msgid "Connect, get help, or contribute" +msgstr "Terhubung, minta bantuan, atau berkontribusi" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a74cbac51e864b5e4ac0b7ff2f6991190db2298 GIT binary patch literal 201 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, 2020 +# Mariusz Felisiak , 2020 +# Okpala Olisa , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-30 12:26+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Igbo (http://www.transifex.com/django/django/language/ig/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ig\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabici" + +msgid "Algerian Arabic" +msgstr "Arabici ndị Algeria " + +msgid "Asturian" +msgstr "Asturian" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgaria" + +msgid "Belarusian" +msgstr "Belarusia" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danishi" + +msgid "German" +msgstr "Germani" + +msgid "Lower Sorbian" +msgstr "Sorbian nke Ala" + +msgid "Greek" +msgstr "Greeki" + +msgid "English" +msgstr "Bekee" + +msgid "Australian English" +msgstr "Bekee ndị Australia" + +msgid "British English" +msgstr "Bekee ndị Britain" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanishi" + +msgid "Argentinian Spanish" +msgstr "Spanishi ndị Argentina" + +msgid "Colombian Spanish" +msgstr "Spanishi ndị Colombia " + +msgid "Mexican Spanish" +msgstr "Spanishi ndị Mexico " + +msgid "Nicaraguan Spanish" +msgstr "Spanishi ndị Nicaraguan" + +msgid "Venezuelan Spanish" +msgstr "Spanishi ndị Venezuela " + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnishi" + +msgid "French" +msgstr "Fụrenchị" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irishi" + +msgid "Scottish Gaelic" +msgstr "Scottish Gaelici" + +msgid "Galician" +msgstr "Galiciani" + +msgid "Hebrew" +msgstr "Hibru" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "Sorbian nke Elu" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Armenian" +msgstr "Armeniani" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Igbo" +msgstr "ìgbò" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Icelandici" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanisi " + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Kyrgyz" +msgstr "Kyrgyz" + +msgid "Luxembourgish" +msgstr "Luxembourgish" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmese" + +msgid "Norwegian Bokmål" +msgstr "Bokmål ndị Norway" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk ndị Norway " + +msgid "Ossetic" +msgstr "Ossetici" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polishi" + +msgid "Portuguese" +msgstr "Portuguisi" + +msgid "Brazilian Portuguese" +msgstr "Portuguese ndị Brazil" + +msgid "Romanian" +msgstr "Romaniani" + +msgid "Russian" +msgstr "Russiani" + +msgid "Slovak" +msgstr "Slovaki" + +msgid "Slovenian" +msgstr "Sloveniani" + +msgid "Albanian" +msgstr "Albaniani" + +msgid "Serbian" +msgstr "Serbiani" + +msgid "Serbian Latin" +msgstr "Serbian Latini" + +msgid "Swedish" +msgstr "Swedishi" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tajik" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "Turkmen" + +msgid "Turkish" +msgstr "Turkishi" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainiani" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbeki" + +msgid "Vietnamese" +msgstr "Vietnamesi" + +msgid "Simplified Chinese" +msgstr "Chinisi Ndị Mfe" + +msgid "Traditional Chinese" +msgstr "Odịnala Chinisi" + +msgid "Messages" +msgstr "Ozi" + +msgid "Site Maps" +msgstr "Maapụ Saịtị" + +msgid "Static Files" +msgstr "Faịlụ Nkwụsiri ike" + +msgid "Syndication" +msgstr "Nyefee Njikwa" + +msgid "That page number is not an integer" +msgstr "Nọmba peeji ahụ abụghị onu ogugu" + +msgid "That page number is less than 1" +msgstr "Nọmba peeji ahụ erughị 1" + +msgid "That page contains no results" +msgstr "Peeji ahụ enweghị nsonaazụ ọ bụla" + +msgid "Enter a valid value." +msgstr "Tinye uru zuru oke." + +msgid "Enter a valid URL." +msgstr "Tinye URL zuru oke." + +msgid "Enter a valid integer." +msgstr "Tinye nọmba zuru oke." + +msgid "Enter a valid email address." +msgstr "Tinye adreesị ozi ịntanetị n'zuru oke." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Tinye “slug” zuru oke nke mejupụtara mkpụrụedemede, ọnụọgụ, underscores ma ọ " +"bụ hyphens." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Tinye “slug” zuru oke nke mejupụtara Unicode mkpụrụedemede, ọnụọgụ, " +"underscores ma ọ bụ hyphens." + +msgid "Enter a valid IPv4 address." +msgstr "Tinye adreesị IPv4 zuru oke." + +msgid "Enter a valid IPv6 address." +msgstr "Tinye adreesị IPv6 zuru oke." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Tinye adreesị IPv4 ma obu IPv6 zuru oke." + +msgid "Enter only digits separated by commas." +msgstr "Tinye naanị ọnụọgụ kewapụrụ site na comma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Gbaa mbọ hụ na %(limit_value)s (ọ bụ %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Gbaa mbọ hụ na orughị ma ọ bụ hara nhata %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Gbaa mbọ hụ na okarịa ma ọ bụ hara nhata%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Gbaa mbọ hụ na a nwere opekata mpe %(limit_value)d odide (o nwere " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Gbaa mbọ hụ na a nwere kacha %(limit_value)d odide (o nwere%(show_value)d)." + +msgid "Enter a number." +msgstr "Tinye nọmba." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Gbaa mbọ hụ na ọ dighi karịrị %(max)s nọmba na mkpokọta." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Gbaa mbọ hụ na ọ dighi karịrị %(max)s na ebe ntụpọ." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Gbaa mbọ hụ na ọ dighi karịrị %(max)s nọmba tupu akụkụ ebe ntụpọ." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Ndọtị Faịlị “%(extension)s”anaghị anabata. Ndọtị nke kwere n'nabata bu: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Anabataghị ihe odide n'enweghị isi." + +msgid "and" +msgstr "na" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s ya na nke a %(field_labels)s dị adị." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nọmba %(value)r abụghị ezigbo nhọrọ." + +msgid "This field cannot be null." +msgstr "Ebe a enweghị ike ịbụ ihe efu." + +msgid "This field cannot be blank." +msgstr "Ebe a enweghị ike ịbụ ohere efu." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s ya na nke a %(field_label)s dị adi." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s ga-abụ ihe pụrụ iche maka %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Ebe a nke ụdị: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” uru a ga-abụrịrị Eziokwu ma ọ bụ Ugha." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s”uru a ga-abụrịrị Eziokwu, Ugha, ma ọ bụ Onweghị." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Eziokwu ma o bụ Ugha)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (ruo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Rikom-kewapụrụ nomba" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” uru a nwere usoro nke n'adịghị adị. Ọ ga-abụrịrị n'ụdị YYYY-MM-" +"DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s”uru a nwere usoro ziri ezi (YYYY-MM-DD) mana ọ bụ ụbọchị n'abaghị " +"uru." + +msgid "Date (without time)" +msgstr "Ubọchị (na-enweghị oge)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” uru a nwere usoro nke n'adịghị adị. Ọ ga-abụrịrị n'ụdị YYYY-MM-" +"DD HH:MM[:ss[.uuuuuu]][TZ] usoro. " + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s”uru a nwere usoro ziri ezi (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ])mana ọ bụ ụbọchị n'abaghị uru." + +msgid "Date (with time)" +msgstr "Ubọchị (na oge)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” uru a ga-abụrịrị nọmba ntụpọ." + +msgid "Decimal number" +msgstr "Nọmba ntụpọ." + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s”uru a nwere usoro nke n'adịghị adị. Ọ ga-abụrịrị n'ụdị [DD] " +"[[HH:]MM:]ss[.uuuuuu]usoro." + +msgid "Duration" +msgstr "Oge ole" + +msgid "Email address" +msgstr "Adreesị ozi ịntanetị" + +msgid "File path" +msgstr "Uzọ Faịlụ di" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s”uru a ga-abụrịrị float." + +msgid "Floating point number" +msgstr "Nọmba ebe floating no " + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” uru a ga-abụrịrị onu ogugu" + +msgid "Integer" +msgstr "Onu ogugu" + +msgid "Big (8 byte) integer" +msgstr "Onu ogugu (8 byte) nnukwu" + +msgid "IPv4 address" +msgstr "Adreesị IPv4" + +msgid "IP address" +msgstr "Adreesị IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s”uru a ga-abụrịrị na Odighị, Eziokwu ma ọ bụ.Ugha." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Ihe a ga abụriri eziokwu, ụgha ma ọ bu na onweghi)" + +msgid "Positive big integer" +msgstr "Nnukwu nomba nke oma" + +msgid "Positive integer" +msgstr "Nọmba nke oma" + +msgid "Positive small integer" +msgstr "Obere nọmba nke oma" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (ruo %(max_length)s)" + +msgid "Small integer" +msgstr "Onu ogugu nke obere" + +msgid "Text" +msgstr "Ederede" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” uru a nwere usoro nke n'adịghị adị. Ọ ga-abụrịrị n'ụdị HH:MM[:" +"ss[.uuuuuu]]usoro." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” uru a nwere usoro ziri ezi (HH:MM[:ss[.uuuuuu]]) mana ọ bu oge " +"n'abaghị uru." + +msgid "Time" +msgstr "Oge" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Raw binary data" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s”abụghị UUID n’kwesịrị ekwesị." + +msgid "Universally unique identifier" +msgstr "Universally unique identifier" + +msgid "File" +msgstr "Faịlụ" + +msgid "Image" +msgstr "Foto" + +msgid "A JSON object" +msgstr "Ihe JSON" + +msgid "Value must be valid JSON." +msgstr "Uru a ga-abụrịrị JSON n’kwesịrị ekwesị." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s dịka %(field)s %(value)r adịghị adị." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (ụdị kpebiri site na mpaghara metụtara)" + +msgid "One-to-one relationship" +msgstr "Mmekọrịta otu-na-otu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s mmekọrịta" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s mmekọrịta" + +msgid "Many-to-many relationship" +msgstr "Mmekọrịta otutu-na-otutu" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ebe a kwesiri ekwesi." + +msgid "Enter a whole number." +msgstr "Tinye nọmba onu ogugu." + +msgid "Enter a valid date." +msgstr "Tinye ụbọchị zuru oke." + +msgid "Enter a valid time." +msgstr "Tinye oge zuru oke." + +msgid "Enter a valid date/time." +msgstr "Tinye ụbọchị / oge zuru oke" + +msgid "Enter a valid duration." +msgstr "Tinye oge onuno zuru oke." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Onu ogugu ubochi a gha aburiri n’agbata {min_days} na {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Onweghi faịlụ a debanyere. Lee ụdị encoding a ntinye na ederede." + +msgid "No file was submitted." +msgstr "E nweghị faịlụ e watara" + +msgid "The submitted file is empty." +msgstr "O nweghị ihe dị n'ime faịlụ e wetara" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Gbaa mbọ hụ na aha faịlụ a nwere kacha %(max)d odide (o nwere %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Biko nyefee faịlụ a ma ọ bụ tinye akara na igbe akara, ọ bụghị ha abụọ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Bugote foto n’zuru oke. Faịlụ a ị bugoro abụghị foto ma ọ bụ foto rụrụ arụ." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Họrọ ezigbo nhọrọ. %(value)sabụghị otu nhọrọ n'ime nke dịnụ." + +msgid "Enter a list of values." +msgstr "Tinye ndepụta nke ụkpụrụ." + +msgid "Enter a complete value." +msgstr "Tinye uru zuru okè" + +msgid "Enter a valid UUID." +msgstr "Tinye UUID kwesịrị ekwesị" + +msgid "Enter a valid JSON." +msgstr "Tinye JSON kwesịrị ekwesị" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Ebe ezoro ezo%(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Data ManagementForm na-efu efu ma ọ bụ a kpara ya aka" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Biko nyefee %d ma ọ bụ fomụ di ole na ole." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Biko nyefee%d ma ọ bụ fomụ karịrị otu ahụ" + +msgid "Order" +msgstr "Usoro" + +msgid "Delete" +msgstr "Hichapụ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Biko dozie data oji abuo a maka %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Biko dozie data oji abuo a maka %(field)s, nke gha diriri iche." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Biko dozie data oji abuo a maka %(field_name)s nke gha diriri iche maka " +"%(lookup)s n'ime %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Biko dozie uru oji abuo nke no n'okpuru." + +msgid "The inline value did not match the parent instance." +msgstr "Uru inline a adabaghị na parent instance." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Họrọ ezigbo nhọrọ. Nhọrọ a abụghị otu nhọrọ dịnụ." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "%(pk)sabụghi uru kwesịrị ekwesị" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s enweghị ike ịkọwa na mpaghara oge %(current_timezone)s; onwere " +"ike iju anya ma obu ọ gaghị adị." + +msgid "Clear" +msgstr "Kpochapu" + +msgid "Currently" +msgstr "Ugbu a" + +msgid "Change" +msgstr "Gbanwee" + +msgid "Unknown" +msgstr "Ihe N’amaghi" + +msgid "Yes" +msgstr "Ee" + +msgid "No" +msgstr "Mba" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ee, mba, nwere ike" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "etiti Abalị" + +msgid "noon" +msgstr "Ehihie" + +msgid "Monday" +msgstr "Mọnde" + +msgid "Tuesday" +msgstr "Tiuzdee" + +msgid "Wednesday" +msgstr "Wenezdee" + +msgid "Thursday" +msgstr "Tọọzdee" + +msgid "Friday" +msgstr "Fraịdee" + +msgid "Saturday" +msgstr "Satọdee" + +msgid "Sunday" +msgstr "Mbọsi Uka" + +msgid "Mon" +msgstr "Mọnde" + +msgid "Tue" +msgstr "Tiu" + +msgid "Wed" +msgstr "Wen" + +msgid "Thu" +msgstr "Tọọ" + +msgid "Fri" +msgstr "Fraị" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Ụka" + +msgid "January" +msgstr "Jenụwarị" + +msgid "February" +msgstr "Febrụwarị" + +msgid "March" +msgstr "Maachị" + +msgid "April" +msgstr "Eprel" + +msgid "May" +msgstr "Mee" + +msgid "June" +msgstr "Juun" + +msgid "July" +msgstr "Julaị" + +msgid "August" +msgstr "Ọgọọst" + +msgid "September" +msgstr "Septemba" + +msgid "October" +msgstr "Ọktoba" + +msgid "November" +msgstr "Novemba" + +msgid "December" +msgstr "Disemba" + +msgid "jan" +msgstr "jen" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "maa" + +msgid "apr" +msgstr "epr" + +msgid "may" +msgstr "mee" + +msgid "jun" +msgstr "juu" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ọgọ" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "ọkt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dis" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jenụwarị" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Maachị" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Eprel" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mee" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julaị" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ọgọ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Ọkt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dis." + +msgctxt "alt. month" +msgid "January" +msgstr "Jenụwarị" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrụwarị" + +msgctxt "alt. month" +msgid "March" +msgstr "Maachị" + +msgctxt "alt. month" +msgid "April" +msgstr "Eprel" + +msgctxt "alt. month" +msgid "May" +msgstr "Mee" + +msgctxt "alt. month" +msgid "June" +msgstr "Juun" + +msgctxt "alt. month" +msgid "July" +msgstr "Julaị" + +msgctxt "alt. month" +msgid "August" +msgstr "Ọgọọst" + +msgctxt "alt. month" +msgid "September" +msgstr "Septemba" + +msgctxt "alt. month" +msgid "October" +msgstr "Ọktoba" + +msgctxt "alt. month" +msgid "November" +msgstr "Novemba" + +msgctxt "alt. month" +msgid "December" +msgstr "Disemba" + +msgid "This is not a valid IPv6 address." +msgstr "Nke a abaghị adresị IPv6 zuru oke." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ma obu" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d afọ" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%dọnwa" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d izu" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ụbọchị" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d awa" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d nkeji" + +msgid "Forbidden" +msgstr "Amachibidoro" + +msgid "CSRF verification failed. Request aborted." +msgstr "Nyocha CSRF emeghị nke ọma. Ajuju atọrọ.." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"I na-ahụ ozi a n'ihi na saịtị HTTPS a chọrọ “Onye isi okwu” ka ihe nchọgharị " +"weebụ gị zitere gị, mana onweghi nke zitere. Achọrọ isi ihe a maka ebumnuche " +"nchekwa, iji jide n’aka na ndị ọzọ anaghị egbochi ihe nchọgharị gị." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ọ bụrụ na ihazila ihe nchọgharị gị iji gbanyụọ ndị na-eji “ndị nnọchianya”, " +"biko jisie iketiachi ya, ma ọ dịkarịa maka saịtị a, ma ọ bụ maka njikọ " +"HTTPS, ma ọ bụ maka a arịrịọ “otu ụdị”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ọ bụrụ na ị na-eji akara " +"mmado ma ọ bụ gụnyere isi nke \"Iwu-Onye na gba ama: neweghị onye na-gba ama" +"\", biko wepu ha. Nchedo CSRF chọrọ ka isi “onye na gba ama” wee mee nyocha " +"ike nlele nke gbara ama. Ọ bụrụ na ihe gbasara gị gbasara nzuzo, jiri ụzọ " +"ọzọ dị ka njikọ maka saịtị ndị ọzọ." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"I na-ahụ ozi a n'ihi na saịtị a chọrọ CSRF cookie mgbe ị na-edobe akwụkwọ. " +"Achọrọ cookie a maka ebumnuche nchekwa, iji hụ na ndị ọzọ anaghị egbochi ihe " +"nchọgharị gị." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ọ bụrụ na ịhazila ihe nchọgharị gị iji gbanyụọ kuki, biko tiachi ya ka o na " +"ruo oru, opekata mpe maka saịtị a, ma ọ bụ maka “otu ụdị\"." + +msgid "More information is available with DEBUG=True." +msgstr "Ihe omuma ndi ozo di na DEBUG = Eziokwu." + +msgid "No year specified" +msgstr "Ọ dịghị afọ akọwapụtara" + +msgid "Date out of range" +msgstr "Ubọchị a puru na usoro" + +msgid "No month specified" +msgstr "Onweghị ọnwa akọwapụtara" + +msgid "No day specified" +msgstr "Onweghi ụbọchị akọwapụtara" + +msgid "No week specified" +msgstr "Onweghi izu akọwapụtara" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr " %(verbose_name_plural)sadịghị" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Ọdịnihu %(verbose_name_plural)s adịghị adị n'ihi %(class_name)s.allow_future " +"bu ugha." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "String ụbọchị nabaghị uru “%(datestr)s” Ntọala enyere “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Mba %(verbose_name)s hụrụ ihe dabara na ajụjụ a" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Peeji a a-abụghị “nke ikpeazụ”, a pụghị ịgbanwe ya na int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Peeji na-abaghị uru (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tọgbọ chakoo ndepụta na “%(class_name)s.allow_empty” bụ Ugha." + +msgid "Directory indexes are not allowed here." +msgstr "Anaghị anabata directory indexes ebe a." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” a dịghị" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" +"Django: usoro Ntanetị maka ndị na-achọkarị izu okè ya na oge edetu imecha." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Lee akwukwo e bipụtara maka Django" +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Nwụnye ahụ dabara nke ọma! Ị mere nke ọma!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"I na-ahụ peeji a n'ihi na DEBUG=True dị na faili setting gị mana ịhazibeghị URL ọ bụla." + +msgid "Django Documentation" +msgstr "Akwụkwọ Ederede Django" + +msgid "Topics, references, & how-to’s" +msgstr "Isiokwu, ntụaka, & otu esi-mee" + +msgid "Tutorial: A Polling App" +msgstr "Nkuzi: App Ntuli Aka" + +msgid "Get started with Django" +msgstr "Bido na Django" + +msgid "Django Community" +msgstr "Obodo Django" + +msgid "Connect, get help, or contribute" +msgstr "Jikọọ, nweta enyemaka, ma ọ bụ tinye aka." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ebe46f2defa344e08ab64817ef7c88a38af7665 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^)u7;l&H6vxjP2Ll1e4$!1okSY&It*y2js;auR38=+J#;EdTuqbC-62Qn%Dtk(| zeuM7a`dPX#T3$P4L(Rt2GX+AF8{Ylj@818tJL!Jsav6Zv_X}ZQB?0&oC)<_Sh}$<< z`~V0*fCxyS1WX_jk|+t2h=LS4fCnfAQ;0@sCjn^(pv+GKrcoAV&>_sC96a>%6(*oA z%eAr@5v?G#R^?VeVi1rx3n(Ov1T#plw{pEYxFPV=70n}o9|^pRP8Qsq!9U)K2rQqFd*>)@e1=^IzZ= zzZ|R_@vG}yO()%+Jr(84?$~i W(y{=G*ujQz z-HKw1FY2QrVr>fuibxRzE1=@mK&{)#2J0$5syAI%t!u4q-9C2PU;F>goSWQ)0J^{K zz<2+1&YU^V?|k2xFE4-m$mNRbUF6fqBS$MW{R2vU`2@*T>YBkyje*xfdHy*32z&*8 z6uu4lul~Z%$Kl|UlKe9a$H1e=uQzNooMU*Ip$$JnxeWXuycQk{Z!qcGOnN0ehWxvr z)VmRW2tEK$ggZ?7DfnU1&zN)x4kGrQ8!x+I<>|p1lC2+-oNPEyH)A^y5!Z#(5Nj z77l{){s~a}cQTasPc`YG=J{Dr+WQ=o^}f)gXF%!q#gL^`Hk9|j0%d-#grcusGwJ0} z+F1$Zy;UZ?0m}MrfwJ#*!=dmAD0=x8lyUzVj)Q~QEK+_J{1{9b#)eCwjCUoJ@vVWP zXB(jO?{Sm=BPi{4ne8f@%+IY*@^6Qe;c7Sqz7A!6Mq-Sl{CQC3eLR$LH$rK@1xh&=qH-#P zQtn15?|mCGWojLi_Bx@w_k?-A*YH^=^YXIct5C|l2}MtSZTLHg3aS5v(%z8M^ww2p zLz&-3DD7mRj4KD_{RqmwZ8y)CLFwPkhAU0}YAEflgEFp-=K1&GC8T#jsc*>X$vm6_ zMK4D|X?Gly_b!4mo_dqt2<5#dDE;^nlzGe>USW8P;X1?ZhChb#-pf$*?KdX>$e~F+ zCqsFDCKNrm5K6g5lW!ZwP};o~ieB7lxDm>Gk3jKjPeG~gB`D?JfnwK=7?zB4h~cLV zEyJOPRfZ!BM;V@NIL7dNDC_hEcqFVh`7;e?!w-@_*F3+(s^%`BjG37=FX>R>M0Ws;5>#>DS{>`oG7d_d;3! zeNgIq5sE%_Lz&k%pxE=@oBZRel70?`N0WaVlzBcA%KBUcwO$)$pzNnBpsd%op_JbQ zrQJ>_?>z-&-F^n8-ggZD0HvI&PWn9virqZXq-&s*KNlVgFN89VsZi>jX?Qt2hO}qW zZ6>`GGBkA)lzp)sN5?%qt&vrs-|0O8< z{w>HBP{-6H=@C%YcPf!;sF8_2d>+dD zG(efJIZ)6q0HBlP{#QbJPtks<^66b`{rFJ`)<(a#2+3HWj)70dEN*oKnKeDuQz-gO8YOt z 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "العربية" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azərbaycanca" + +msgid "Bulgarian" +msgstr "български" + +msgid "Belarusian" +msgstr "беларуская" + +msgid "Bengali" +msgstr "বাংলা" + +msgid "Breton" +msgstr "Brezhoneg" + +msgid "Bosnian" +msgstr "босански" + +msgid "Catalan" +msgstr "Català" + +msgid "Czech" +msgstr "čeština" + +msgid "Welsh" +msgstr "Cymraeg" + +msgid "Danish" +msgstr "dansk" + +msgid "German" +msgstr "Deutsch" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Ελληνικά" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español de Venezuela" + +msgid "Estonian" +msgstr "Eesti" + +msgid "Basque" +msgstr "Euskara" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "Suomi" + +msgid "French" +msgstr "Français" + +msgid "Frisian" +msgstr "Frysk" + +msgid "Irish" +msgstr "Gaeilge" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galego" + +msgid "Hebrew" +msgstr "עברית" + +msgid "Hindi" +msgstr "हिन्दी" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Magyar" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Bahasa Indonesia" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Íslenska" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "日本語" + +msgid "Georgian" +msgstr "ქართული" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Қазақша" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannaḍa" + +msgid "Korean" +msgstr "한국어" + +msgid "Luxembourgish" +msgstr "Lëtzebuergesch" + +msgid "Lithuanian" +msgstr "Lietuvių" + +msgid "Latvian" +msgstr "Latviešu" + +msgid "Macedonian" +msgstr "Македонски" + +msgid "Malayalam" +msgstr "മലയാളം" + +msgid "Mongolian" +msgstr "Монгол" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Burmese" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "नेपाली" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Norsk nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "ਪੰਜਾਬੀ" + +msgid "Polish" +msgstr "Polski" + +msgid "Portuguese" +msgstr "Português" + +msgid "Brazilian Portuguese" +msgstr "Português do Brasil" + +msgid "Romanian" +msgstr "Română" + +msgid "Russian" +msgstr "Русский" + +msgid "Slovak" +msgstr "Slovenčina" + +msgid "Slovenian" +msgstr "Slovenščina" + +msgid "Albanian" +msgstr "Shqip" + +msgid "Serbian" +msgstr "Српски / srpski" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Svenska" + +msgid "Swahili" +msgstr "Kiswahili" + +msgid "Tamil" +msgstr "தமிழ்" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "ไทย" + +msgid "Turkish" +msgstr "Türkçe" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Українська" + +msgid "Urdu" +msgstr "اُردُو" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Tiếng Việt" + +msgid "Simplified Chinese" +msgstr "简体中文" + +msgid "Traditional Chinese" +msgstr "繁體中文" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Skribez valida datumo." + +msgid "Enter a valid URL." +msgstr "Skribez valida URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Skribez valida e-posto adreso." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Skribez valida IPv4 adreso." + +msgid "Enter a valid IPv6 address." +msgstr "Skribez valida IPv6 adreso." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Skribez valida adreso IPv4 od IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Skribez nur cifri separata per komi." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Verifikez ke ica datumo esas %(limit_value)s (olu esas %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Verifikez ke ica datumo esas minora kam od egala a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Verifikez ke ica datumo esas majora kam od egala a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Verifikez ke ica datumo havas %(limit_value)d litero adminime (olu havas " +"%(show_value)d)." +msgstr[1] "" +"Verifikez ke ica datumo havas %(limit_value)d literi adminime (olu havas " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Verifikez ke ica datumo havas %(limit_value)d litero admaxime (olu havas " +"%(show_value)d)." +msgstr[1] "" +"Verifikez ke ica datumo havas %(limit_value)d literi admaxime (olu havas " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Skribez numero." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ica feldo ne povas esar nula." + +msgid "This field cannot be blank." +msgstr "Ica feldo ne povas esar vakua." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "La %(model_name)s kun ica %(field_label)s ja existas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Feldo de tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (True o False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (til %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Integri separata per komi" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dato (sen horo)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dato (kun horo)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimala numero" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-postala adreso" + +msgid "File path" +msgstr "Arkivo voyo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Glitkomo numero" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Integro" + +msgid "Big (8 byte) integer" +msgstr "Granda (8 byte) integro" + +msgid "IPv4 address" +msgstr "IPv4 adreso" + +msgid "IP address" +msgstr "IP adreso" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (True, False o None)" + +msgid "Positive integer" +msgstr "Positiva integro" + +msgid "Positive small integer" +msgstr "Positiva mikra integro" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (til %(max_length)s)" + +msgid "Small integer" +msgstr "Mikra integro" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Horo" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Kruda binara datumo" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Arkivo" + +msgid "Image" +msgstr "Imajo" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Exterklefo (la tipo esas determinata per la relatata feldo)" + +msgid "One-to-one relationship" +msgstr "Un-ad-un parenteso" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Multi-a-multi parenteso" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ica feldo esas obligata." + +msgid "Enter a whole number." +msgstr "Skribez kompleta numero" + +msgid "Enter a valid date." +msgstr "Skribez valida dato." + +msgid "Enter a valid time." +msgstr "Skribez valida horo." + +msgid "Enter a valid date/time." +msgstr "Skribez valida dato/horo." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nula arkivo sendesis. Verifikez la kodexigo tipo en la formulario." + +msgid "No file was submitted." +msgstr "Nula arkivo sendesis." + +msgid "The submitted file is empty." +msgstr "La sendita arkivo esas vakua." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Verifikez ke ica dosiero nomo havas %(max)d skribsigno admaxime (olu havas " +"%(length)d)." +msgstr[1] "" +"Verifikez ke ica arkivo nomo havas %(max)d skribsigni admaxime (olu havas " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Sendez arkivo o markizez la vakua markbuxo, ne la du." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Kargez valida imajo. La arkivo qua vu kargis ne esis imajo od esis defektiva." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selektez valida selekto. %(value)s ne esas un de la disponebla selekti." + +msgid "Enter a list of values." +msgstr "Skribez listo de datumi." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Okulta feldo %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordinar" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Koretigez duopligata datumi por %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korektigez la duopligata datumi por %(field)s, qui mustas esar unika." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korektigez la duopligata datumi por %(field_name)s qui mustas esar unika por " +"la %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korektigez la duopligata datumi infre." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selektez valida selekto. Ita selekto ne esas un de la disponebla selekti." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Vakuigar" + +msgid "Currently" +msgstr "Aktuale" + +msgid "Change" +msgstr "Modifikar" + +msgid "Unknown" +msgstr "Nekonocata" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "yes,no,forsan" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "noktomezo" + +msgid "noon" +msgstr "dimezo" + +msgid "Monday" +msgstr "Lundio" + +msgid "Tuesday" +msgstr "Mardio" + +msgid "Wednesday" +msgstr "Merkurdio" + +msgid "Thursday" +msgstr "Jovdio" + +msgid "Friday" +msgstr "Venerdio" + +msgid "Saturday" +msgstr "Saturdio" + +msgid "Sunday" +msgstr "Sundio" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Jov" + +msgid "Fri" +msgstr "Ven" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "Januaro" + +msgid "February" +msgstr "Februaro" + +msgid "March" +msgstr "Marto" + +msgid "April" +msgstr "Aprilo" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septembro" + +msgid "October" +msgstr "Oktobro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Decembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marto" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januaro" + +msgctxt "alt. month" +msgid "February" +msgstr "Februaro" + +msgctxt "alt. month" +msgid "March" +msgstr "Marto" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktobro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembro" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d yaro" +msgstr[1] "%d yari" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d monato" +msgstr[1] "%d monati" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semano" +msgstr[1] "%d semani" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dio" +msgstr[1] "%d dii" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d horo" +msgstr[1] "%d hori" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minuti" + +msgid "0 minutes" +msgstr "0 minuti" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "La yaro ne specizigesis" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "La monato ne specizigesis" + +msgid "No day specified" +msgstr "La dio ne specizigesis" + +msgid "No week specified" +msgstr "La semano ne specizigesis" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ne esas %(verbose_name_plural)s disponebla" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"La futura %(verbose_name_plural)s ne esas disponebla pro ke %(class_name)s." +"allow_future esas False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Onu ne permisas direktorio indexi hike." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indexi di %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..951078f610fa1906cbec309f983d85f217c0af9c GIT binary patch literal 24273 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, 2011 +# Hafsteinn Einarsson , 2011-2012 +# Jannis Leidel , 2011 +# Matt R, 2018 +# saevarom , 2011 +# saevarom , 2013,2015 +# Thordur Sigurdsson , 2016-2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-18 21:19+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +msgid "Afrikaans" +msgstr "Afríkanska" + +msgid "Arabic" +msgstr "Arabíska" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Astúríska" + +msgid "Azerbaijani" +msgstr "Aserbaídsjíska" + +msgid "Bulgarian" +msgstr "Búlgarska" + +msgid "Belarusian" +msgstr "Hvítrússneska" + +msgid "Bengali" +msgstr "Bengalska" + +msgid "Breton" +msgstr "Bretónska" + +msgid "Bosnian" +msgstr "Bosníska" + +msgid "Catalan" +msgstr "Katalónska" + +msgid "Czech" +msgstr "Tékkneska" + +msgid "Welsh" +msgstr "Velska" + +msgid "Danish" +msgstr "Danska" + +msgid "German" +msgstr "Þýska" + +msgid "Lower Sorbian" +msgstr "Neðri sorbíska" + +msgid "Greek" +msgstr "Gríska" + +msgid "English" +msgstr "Enska" + +msgid "Australian English" +msgstr "Áströlsk enska" + +msgid "British English" +msgstr "Bresk enska" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spænska" + +msgid "Argentinian Spanish" +msgstr "Argentínsk spænska" + +msgid "Colombian Spanish" +msgstr "Kólumbísk spænska" + +msgid "Mexican Spanish" +msgstr "Mexíkósk spænska" + +msgid "Nicaraguan Spanish" +msgstr "Níkaragva spænska" + +msgid "Venezuelan Spanish" +msgstr "Venesúelsk spænska" + +msgid "Estonian" +msgstr "Eistneska" + +msgid "Basque" +msgstr "Baskneska" + +msgid "Persian" +msgstr "Persneska" + +msgid "Finnish" +msgstr "Finnska" + +msgid "French" +msgstr "Franska" + +msgid "Frisian" +msgstr "Frísneska" + +msgid "Irish" +msgstr "Írska" + +msgid "Scottish Gaelic" +msgstr "Skosk gelíska" + +msgid "Galician" +msgstr "Galíska" + +msgid "Hebrew" +msgstr "Hebreska" + +msgid "Hindi" +msgstr "Hindí" + +msgid "Croatian" +msgstr "Króatíska" + +msgid "Upper Sorbian" +msgstr "Efri sorbíska" + +msgid "Hungarian" +msgstr "Ungverska" + +msgid "Armenian" +msgstr "Armenska" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indónesíska" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Íslenska" + +msgid "Italian" +msgstr "Ítalska" + +msgid "Japanese" +msgstr "Japanska" + +msgid "Georgian" +msgstr "Georgíska" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Kasakska" + +msgid "Khmer" +msgstr "Kmeríska" + +msgid "Kannada" +msgstr "Kannadanska" + +msgid "Korean" +msgstr "Kóreska" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Lúxemborgíska" + +msgid "Lithuanian" +msgstr "Litháenska" + +msgid "Latvian" +msgstr "Lettneska" + +msgid "Macedonian" +msgstr "Makedónska" + +msgid "Malayalam" +msgstr "Malajalamska" + +msgid "Mongolian" +msgstr "Mongólska" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Búrmíska" + +msgid "Norwegian Bokmål" +msgstr "Norskt bókmál" + +msgid "Nepali" +msgstr "Nepalska" + +msgid "Dutch" +msgstr "Hollenska" + +msgid "Norwegian Nynorsk" +msgstr "Nýnorska" + +msgid "Ossetic" +msgstr "Ossetíska" + +msgid "Punjabi" +msgstr "Púndjabíska" + +msgid "Polish" +msgstr "Pólska" + +msgid "Portuguese" +msgstr "Portúgalska" + +msgid "Brazilian Portuguese" +msgstr "Brasilísk portúgalska" + +msgid "Romanian" +msgstr "Rúmenska" + +msgid "Russian" +msgstr "Rússneska" + +msgid "Slovak" +msgstr "Slóvakíska" + +msgid "Slovenian" +msgstr "Slóvenska" + +msgid "Albanian" +msgstr "Albanska" + +msgid "Serbian" +msgstr "Serbneska" + +msgid "Serbian Latin" +msgstr "Serbnesk latína" + +msgid "Swedish" +msgstr "Sænska" + +msgid "Swahili" +msgstr "Svahílí" + +msgid "Tamil" +msgstr "Tamílska" + +msgid "Telugu" +msgstr "Telúgúska" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tælenska" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Tyrkneska" + +msgid "Tatar" +msgstr "Tataríska" + +msgid "Udmurt" +msgstr "Údmúrt" + +msgid "Ukrainian" +msgstr "Úkraínska" + +msgid "Urdu" +msgstr "Úrdú" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Víetnamska" + +msgid "Simplified Chinese" +msgstr "Einfölduð kínverska " + +msgid "Traditional Chinese" +msgstr "Hefðbundin kínverska" + +msgid "Messages" +msgstr "Skilaboð" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Þetta síðunúmer er ekki heiltala" + +msgid "That page number is less than 1" +msgstr "Þetta síðunúmer er minna en 1" + +msgid "That page contains no results" +msgstr "Þessi síða hefur engar niðurstöður" + +msgid "Enter a valid value." +msgstr "Sláðu inn gilt gildi." + +msgid "Enter a valid URL." +msgstr "Sláðu inn gilt veffang (URL)." + +msgid "Enter a valid integer." +msgstr "Sláðu inn gilda heiltölu." + +msgid "Enter a valid email address." +msgstr "Sláðu inn gilt netfang." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Settu inn gildan vefslóðartitil sem samanstendur af latneskum bókstöfum, " +"númerin, undirstrikum og bandstrikum." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Settu inn gildan vefslóðartitil sem má innihalda unicode bókstafi, " +"tölustafi, undirstrik og bandstrik." + +msgid "Enter a valid IPv4 address." +msgstr "Sláðu inn gilda IPv4 tölu." + +msgid "Enter a valid IPv6 address." +msgstr "Sláðu inn gilt IPv6 vistfang." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Sláðu inn gilt IPv4 eða IPv6 vistfang." + +msgid "Enter only digits separated by commas." +msgstr "Skrifaðu einungis tölur aðskildar með kommum." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Gakktu úr skugga um að gildi sé %(limit_value)s (það er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Gakktu úr skugga um að gildið sé minna en eða jafnt og %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Gakktu úr skugga um að gildið sé stærra en eða jafnt og %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Gildið má minnst vera %(limit_value)d stafur að lengd (það er %(show_value)d " +"nú)" +msgstr[1] "" +"Gildið má minnst vera %(limit_value)d stafir að lengd (það er %(show_value)d " +"nú)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Gildið má mest vera %(limit_value)d stafur að lengd (það er %(show_value)d " +"nú)" +msgstr[1] "" +"Gildið má mest vera %(limit_value)d stafir að lengd (það er %(show_value)d " +"nú)" + +msgid "Enter a number." +msgstr "Sláðu inn tölu." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Gildið má ekki hafa fleiri en %(max)s tölu." +msgstr[1] "Gildið má ekki hafa fleiri en %(max)s tölur." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Gildið má ekki hafa meira en %(max)s tugatölustaf (decimal places)." +msgstr[1] "" +"Gildið má ekki hafa meira en %(max)s tugatölustafi (decimal places)." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Gildið má ekki hafa fleiri en %(max)s tölu fyrir tugabrotskil." +msgstr[1] "Gildið má ekki hafa fleiri en %(max)s tölur fyrir tugabrotskil." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Skrár með endingunni „%(extension)s“ eru ekki leyfðar. Leyfilegar endingar " +"eru: „%(allowed_extensions)s“„." + +msgid "Null characters are not allowed." +msgstr "Núlltákn eru ekki leyfileg." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s með þessi %(field_labels)s er nú þegar til." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Gildið %(value)r er ógilt." + +msgid "This field cannot be null." +msgstr "Þessi reitur getur ekki haft tómgildi (null)." + +msgid "This field cannot be blank." +msgstr "Þessi reitur má ekki vera tómur." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s með þetta %(field_label)s er nú þegar til." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s verður að vera einkvæmt fyrir %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Reitur af gerð: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "„%(value)s“ verður að vera annaðhvort satt eða ósatt." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "„%(value)s“ verður að vera eitt eftirtalinna: True, False eða None." + +msgid "Boolean (Either True or False)" +msgstr "Boole-gildi (True eða False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Strengur (mest %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Heiltölur aðgreindar með kommum" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"„%(value)s“ er ógilt dagsetningarsnið. Það verður að vera á sniðinu YYYY-MM-" +"DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "„%(value)s“ hefur rétt snið (YYYY-MM-DD) en dagsetningin er ógild." + +msgid "Date (without time)" +msgstr "Dagsetning (án tíma)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"„%(value)s“ hefur ógilt snið. Það verður að vera á sniðinu: YYYY-MM-DD HH:" +"MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"„%(value)s“ hefur rétt snið (YYYY-MM-DD HH:MM [:ss[.uuuuuu]][TZ]) en það er " +"ógild dagsetning/tími." + +msgid "Date (with time)" +msgstr "Dagsetning (með tíma)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "„%(value)s“ verður að vera heiltala." + +msgid "Decimal number" +msgstr "Tugatala" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"„%(value)s“ er á ógildu sniði. Það verður að vera á sniðinu [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Tímalengd" + +msgid "Email address" +msgstr "Netfang" + +msgid "File path" +msgstr "Skjalaslóð" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "„%(value)s“ verður að vera fleytitala." + +msgid "Floating point number" +msgstr "Fleytitala (floating point number)" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Gildi „%(value)s“ verður að vera heiltala." + +msgid "Integer" +msgstr "Heiltala" + +msgid "Big (8 byte) integer" +msgstr "Stór (8 bæta) heiltala" + +msgid "Small integer" +msgstr "Lítil heiltala" + +msgid "IPv4 address" +msgstr "IPv4 vistfang" + +msgid "IP address" +msgstr "IP tala" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "„%(value)s“ verður að vera eitt eftirtalinna: None, True eða False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boole-gildi (True, False eða None)" + +msgid "Positive big integer" +msgstr "Jákvæð stór heiltala" + +msgid "Positive integer" +msgstr "Jákvæð heiltala" + +msgid "Positive small integer" +msgstr "Jákvæð lítil heiltala" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slögg (allt að %(max_length)s)" + +msgid "Text" +msgstr "Texti" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"„%(value)s“ er á ógildu sniði. Það verður að vera á sniðinu HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"„%(value)s“ er á réttu sniði (HH:MM[:ss[.uuuuuu]]), en það er ógild " +"dagsetning/tími." + +msgid "Time" +msgstr "Tími" + +msgid "URL" +msgstr "Veffang" + +msgid "Raw binary data" +msgstr "Hrá tvíundargögn (binary data)" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "„%(value)s“ er ekki gilt UUID." + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Skrá" + +msgid "Image" +msgstr "Mynd" + +msgid "A JSON object" +msgstr "JSON hlutur" + +msgid "Value must be valid JSON." +msgstr "Gildi verður að vera gilt JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s hlutur með %(field)s %(value)r er ekki til." + +msgid "Foreign Key (type determined by related field)" +msgstr "Ytri lykill (Gerð ákveðin af skyldum reit)" + +msgid "One-to-one relationship" +msgstr "Einn-á-einn samband." + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s samband" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s sambönd" + +msgid "Many-to-many relationship" +msgstr "Margir-til-margra samband." + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Þennan reit þarf að fylla út." + +msgid "Enter a whole number." +msgstr "Sláðu inn heiltölu." + +msgid "Enter a valid date." +msgstr "Sláðu inn gilda dagsetningu." + +msgid "Enter a valid time." +msgstr "Sláðu inn gilda tímasetningu." + +msgid "Enter a valid date/time." +msgstr "Sláðu inn gilda dagsetningu ásamt tíma." + +msgid "Enter a valid duration." +msgstr "Sláðu inn gilt tímabil." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Fjöldi daga verður að vera á milli {min_days} og {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Engin skrá var send. Athugaðu kótunartegund á forminu (encoding type)." + +msgid "No file was submitted." +msgstr "Engin skrá var send." + +msgid "The submitted file is empty." +msgstr "Innsend skrá er tóm." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Skráarnafnið má mest vera %(max)d stafur að lengd (það er %(length)d nú)" +msgstr[1] "" +"Skráarnafnið má mest vera %(max)d stafir að lengd (það er %(length)d nú)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Vinsamlegast sendu annað hvort inn skrá eða merktu í boxið, ekki bæði." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Halaðu upp gildri myndskrá. Skráin sem þú halaðir upp var annað hvort gölluð " +"eða ekki mynd." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Veldu gildan valmöguleika. %(value)s er ekki eitt af gildum valmöguleikum." + +msgid "Enter a list of values." +msgstr "Sláðu inn lista af gildum." + +msgid "Enter a complete value." +msgstr "Sláðu inn heilt gildi." + +msgid "Enter a valid UUID." +msgstr "Sláðu inn gilt UUID." + +msgid "Enter a valid JSON." +msgstr "Sláðu inn gilt JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Falinn reitur %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Vinsamlegast sendu ekki meira en %d form." +msgstr[1] "Vinsamlegast sendu ekki meira en %d form." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Vinsamlegast sendu að minnsta kosta %d form." +msgstr[1] "Vinsamlegast sendu að minnsta kosta %d form." + +msgid "Order" +msgstr "Röð" + +msgid "Delete" +msgstr "Eyða" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Vinsamlegast leiðréttu tvítekin gögn í reit %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Vinsamlegast lagfærðu gögn í reit %(field)s, sem verða að vera einstök." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Vinsamlegast leiðréttu tvítekin gögn í reit %(field_name)s sem verða að vera " +"einstök fyrir %(lookup)s í %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Vinsamlegast lagfærðu tvítöldu gögnin fyrir neðan." + +msgid "The inline value did not match the parent instance." +msgstr "Innra gildið passar ekki við eiganda." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Veldu gildan valmöguleika. Valið virðist ekki vera eitt af gildum " +"valmöguleikum." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "„%(pk)s“ er ekki gilt gildi." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s er ekki hægt að túlka í tímabelti %(current_timezone)s, það " +"getur verið óljóst eða að það er ekki til." + +msgid "Clear" +msgstr "Hreinsa" + +msgid "Currently" +msgstr "Eins og er:" + +msgid "Change" +msgstr "Breyta" + +msgid "Unknown" +msgstr "Óþekkt" + +msgid "Yes" +msgstr "Já" + +msgid "No" +msgstr "Nei" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "já,nei,kannski" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bæti" +msgstr[1] "%(size)d bæti" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "eftirmiðdegi" + +msgid "a.m." +msgstr "morgun" + +msgid "PM" +msgstr "Eftirmiðdegi" + +msgid "AM" +msgstr "Morgun" + +msgid "midnight" +msgstr "miðnætti" + +msgid "noon" +msgstr "hádegi" + +msgid "Monday" +msgstr "mánudagur" + +msgid "Tuesday" +msgstr "þriðjudagur" + +msgid "Wednesday" +msgstr "miðvikudagur" + +msgid "Thursday" +msgstr "fimmtudagur" + +msgid "Friday" +msgstr "föstudagur" + +msgid "Saturday" +msgstr "laugardagur" + +msgid "Sunday" +msgstr "sunnudagur" + +msgid "Mon" +msgstr "mán" + +msgid "Tue" +msgstr "þri" + +msgid "Wed" +msgstr "mið" + +msgid "Thu" +msgstr "fim" + +msgid "Fri" +msgstr "fös" + +msgid "Sat" +msgstr "lau" + +msgid "Sun" +msgstr "sun" + +msgid "January" +msgstr "janúar" + +msgid "February" +msgstr "febrúar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "apríl" + +msgid "May" +msgstr "maí" + +msgid "June" +msgstr "júní" + +msgid "July" +msgstr "júlí" + +msgid "August" +msgstr "ágúst" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "nóvember" + +msgid "December" +msgstr "desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maí" + +msgid "jun" +msgstr "jún" + +msgid "jul" +msgstr "júl" + +msgid "aug" +msgstr "ágú" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nóv" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "apríl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maí" + +msgctxt "abbrev. month" +msgid "June" +msgstr "júní" + +msgctxt "abbrev. month" +msgid "July" +msgstr "júlí" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ág." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nóv." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "janúar" + +msgctxt "alt. month" +msgid "February" +msgstr "febrúar" + +msgctxt "alt. month" +msgid "March" +msgstr "mars" + +msgctxt "alt. month" +msgid "April" +msgstr "apríl" + +msgctxt "alt. month" +msgid "May" +msgstr "maí" + +msgctxt "alt. month" +msgid "June" +msgstr "júní" + +msgctxt "alt. month" +msgid "July" +msgstr "júlí" + +msgctxt "alt. month" +msgid "August" +msgstr "ágúst" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "október" + +msgctxt "alt. month" +msgid "November" +msgstr "nóvember" + +msgctxt "alt. month" +msgid "December" +msgstr "desember" + +msgid "This is not a valid IPv6 address." +msgstr "Þetta er ekki gilt IPv6 vistfang." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eða" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF auðkenning tókst ekki." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ef þú hefur stillt vafrann þinn til að gera „Referer“ hausa óvirka þarftu að " +"virkja þá aftur. Að minnsta kosti fyrir þetta vefsvæði, eða HTTPS tengingar " +"eða „same-origin“ fyrirspurnir." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Þú ert að fá þessi skilaboð því þetta vefsvæði þarfnast að CSRF kaka (e. " +"cookie) sé send þegar form eru send. Þessi kaka er nauðsynleg af " +"öryggisástæðum til að ganga úr skugga um að utanaðkomandi aðili sé ekki að " +"senda fyrirspurnir úr vafranum þínum." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ef þú hefur stillt vafrann þinn til að gera kökur óvirkar þarftu að virkja " +"þær aftur. Að minnsta kosti fyrir þetta vefsvæði eða „same-origin“ " +"fyrirspurnir." + +msgid "More information is available with DEBUG=True." +msgstr "Meiri upplýsingar fást með DEBUG=True." + +msgid "No year specified" +msgstr "Ekkert ár tilgreint" + +msgid "Date out of range" +msgstr "Dagsetning utan tímabils" + +msgid "No month specified" +msgstr "Enginn mánuður tilgreindur" + +msgid "No day specified" +msgstr "Enginn dagur tilgreindur" + +msgid "No week specified" +msgstr "Engin vika tilgreind" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ekkert %(verbose_name_plural)s í boði" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Framtíðar %(verbose_name_plural)s ekki í boði því %(class_name)s." +"allow_future er Ósatt." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ógilt snið dagsetningar „%(datestr)s“ gefið sniðið „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ekkert %(verbose_name)s sem uppfyllir skilyrði" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Þetta er hvorki síðasta síða, né er hægt að breyta í heiltölu." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ógild síða (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tómur listi og „%(class_name)s.allow_empty“ er Ósatt." + +msgid "Directory indexes are not allowed here." +msgstr "Möppulistar eru ekki leyfðir hér." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ er ekki til" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innihald %(directory)s " + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Þú sérð þessa síðu vegna þess að þú hefur DEBUG=True í stillingunum þínum og hefur ekki sett upp " +"neinar vefslóðir." + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b65ce2d719b71ab1fe6598c50b69aa4a33825f7 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^)rk0 zMzN-_MX{x@N3mCOXmVDuW$7unDMVH=dst;wF@snvAdxE8EWJFv$X|>)zZmsiG6T)? z)8x3t?cx~X8t>*GA7tRrkbaf1h_x1M+@qoz-KzJ^WkuVX#U=RPGka%Q6 z1YKO6J$)U0;)7iS9D^J~{DW=@g?RXf20Qw>Ac^t&h59K@~VmeSORAF*{UYdSResW??s(xm%ep-G}ZemHXUP0wA4x8Nkl+v73 zyCMOgy`X?DHUknLm>C%vKX5Vdi#KrJ;1h1(ejp-wfkE(wFpw0uAtDWAe-L62l>mu> PNTC}-!j1ezd_b)L&JBYl literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/formats.py new file mode 100644 index 00000000000..d0f71cff70a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/is/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "H:i" +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "j.n.Y" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..991efbdee574fa0cbac117557a9a5eb17c93fdf0 GIT binary patch literal 28519 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0f04b1c7377 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,1387 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andrea Guerra, 2024 +# 0d21a39e384d88c2313b89b5042c04cb, 2017 +# Carlo Miron , 2011 +# Carlo Miron , 2014 +# Carlo Miron , 2018-2019 +# Davide Targa , 2021 +# Denis Darii , 2011 +# Emanuele Di Giacomo, 2021 +# Flavio Curella , 2013,2016 +# Jannis Leidel , 2011 +# Themis Savvidis , 2013 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# Mirco Grillo , 2018,2020 +# Nicola Larosa , 2013 +# palmux , 2014-2015,2017,2021 +# Paolo Melchiorre , 2022-2023 +# Mattia Procopio , 2015 +# Riccardo Magliocchetti , 2017 +# Stefano Brentegani , 2014-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Andrea Guerra, 2024\n" +"Language-Team: Italian (http://app.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabo" + +msgid "Algerian Arabic" +msgstr "Arabo Algerino" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azero" + +msgid "Bulgarian" +msgstr "Bulgaro" + +msgid "Belarusian" +msgstr "Bielorusso" + +msgid "Bengali" +msgstr "Bengalese" + +msgid "Breton" +msgstr "Bretone" + +msgid "Bosnian" +msgstr "Bosniaco" + +msgid "Catalan" +msgstr "Catalano" + +msgid "Central Kurdish (Sorani)" +msgstr "Curdo centrale (Sorani)" + +msgid "Czech" +msgstr "Ceco" + +msgid "Welsh" +msgstr "Gallese" + +msgid "Danish" +msgstr "Danese" + +msgid "German" +msgstr "Tedesco" + +msgid "Lower Sorbian" +msgstr "Sorabo inferiore" + +msgid "Greek" +msgstr "Greco" + +msgid "English" +msgstr "Inglese" + +msgid "Australian English" +msgstr "Inglese Australiano" + +msgid "British English" +msgstr "Inglese britannico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spagnolo" + +msgid "Argentinian Spanish" +msgstr "Spagnolo Argentino" + +msgid "Colombian Spanish" +msgstr "Spagnolo Colombiano" + +msgid "Mexican Spanish" +msgstr "Spagnolo Messicano" + +msgid "Nicaraguan Spanish" +msgstr "Spagnolo Nicaraguense" + +msgid "Venezuelan Spanish" +msgstr "Spagnolo venezuelano" + +msgid "Estonian" +msgstr "Estone" + +msgid "Basque" +msgstr "Basco" + +msgid "Persian" +msgstr "Persiano" + +msgid "Finnish" +msgstr "Finlandese" + +msgid "French" +msgstr "Francese" + +msgid "Frisian" +msgstr "Frisone" + +msgid "Irish" +msgstr "Irlandese" + +msgid "Scottish Gaelic" +msgstr "Gaelico Scozzese" + +msgid "Galician" +msgstr "Galiziano" + +msgid "Hebrew" +msgstr "Ebraico" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croato" + +msgid "Upper Sorbian" +msgstr "Sorabo superiore" + +msgid "Hungarian" +msgstr "Ungherese" + +msgid "Armenian" +msgstr "Armeno" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiano" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandese" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Giapponese" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "Cabilo" + +msgid "Kazakh" +msgstr "Kazako" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "Kirghiso" + +msgid "Luxembourgish" +msgstr "Lussemburghese" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Lettone" + +msgid "Macedonian" +msgstr "Macedone" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolo" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malese" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "Norvegese Bokmål" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Olandese" + +msgid "Norwegian Nynorsk" +msgstr "Norvegese Nynorsk" + +msgid "Ossetic" +msgstr "Ossetico" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polacco" + +msgid "Portuguese" +msgstr "Portoghese" + +msgid "Brazilian Portuguese" +msgstr "Brasiliano Portoghese" + +msgid "Romanian" +msgstr "Rumeno" + +msgid "Russian" +msgstr "Russo" + +msgid "Slovak" +msgstr "Slovacco" + +msgid "Slovenian" +msgstr "Sloveno" + +msgid "Albanian" +msgstr "Albanese" + +msgid "Serbian" +msgstr "Serbo" + +msgid "Serbian Latin" +msgstr "Serbo Latino" + +msgid "Swedish" +msgstr "Svedese" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tajik" + +msgid "Thai" +msgstr "Tailandese" + +msgid "Turkmen" +msgstr "Turkmeno" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uiguro" + +msgid "Ukrainian" +msgstr "Ucraino" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbeko" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Cinese semplificato" + +msgid "Traditional Chinese" +msgstr "Cinese tradizionale" + +msgid "Messages" +msgstr "Messaggi" + +msgid "Site Maps" +msgstr "Mappa del sito" + +msgid "Static Files" +msgstr "File statici" + +msgid "Syndication" +msgstr "Aggregazione" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Quel numero di pagina non è un integer" + +msgid "That page number is less than 1" +msgstr "Quel numero di pagina è minore di 1" + +msgid "That page contains no results" +msgstr "Quella pagina non presenta alcun risultato" + +msgid "Enter a valid value." +msgstr "Inserisci un valore valido." + +msgid "Enter a valid domain name." +msgstr "" + +msgid "Enter a valid URL." +msgstr "Inserisci un URL valido." + +msgid "Enter a valid integer." +msgstr "Inserire un numero intero valido." + +msgid "Enter a valid email address." +msgstr "Inserisci un indirizzo email valido." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Inserisci uno \"slug\" valido contenente lettere, cifre, sottolineati o " +"trattini." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Inserisci uno 'slug' valido contenente lettere, cifre, sottolineati o " +"trattini." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv4 or IPv6" +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Inserisci solo cifre separate da virgole." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assicurati che questo valore sia %(limit_value)s (ora è %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Assicurati che questo valore sia minore o uguale a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Assicurati che questo valore sia maggiore o uguale a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Assicurarsi che questo valore sia un multiplo della dimensione di passo " +"%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Assicurati che questo valore sia un multiplo della dimensione di passo " +"%(limit_value)s, iniziando da %(offset)s, p.es. %(offset)s, " +"%(valid_value1)s, %(valid_value2)s, e così via." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assicurati che questo valore contenga almeno %(limit_value)d carattere (ne " +"ha %(show_value)d)." +msgstr[1] "" +"Assicurati che questo valore contenga almeno %(limit_value)d caratteri (ne " +"ha %(show_value)d)." +msgstr[2] "" +"Assicurati che questo valore contenga almeno %(limit_value)d caratteri (ne " +"ha %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assicurati che questo valore non contenga più di %(limit_value)d carattere " +"(ne ha %(show_value)d)." +msgstr[1] "" +"Assicurati che questo valore non contenga più di %(limit_value)d caratteri " +"(ne ha %(show_value)d)." +msgstr[2] "" +"Assicurati che questo valore non contenga più di %(limit_value)d caratteri " +"(ne ha %(show_value)d)." + +msgid "Enter a number." +msgstr "Inserisci un numero." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assicurati che non vi sia più di %(max)s cifra in totale." +msgstr[1] "Assicurati che non vi siano più di %(max)s cifre in totale." +msgstr[2] "Assicurati che non vi siano più di %(max)s cifre in totale." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Assicurati che non vi sia più di %(max)s cifra decimale." +msgstr[1] "Assicurati che non vi siano più di %(max)s cifre decimali." +msgstr[2] "Assicurati che non vi siano più di %(max)s cifre decimali." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Assicurati che non vi sia più di %(max)s cifra prima della virgola." +msgstr[1] "" +"Assicurati che non vi siano più di %(max)s cifre prima della virgola." +msgstr[2] "" +"Assicurati che non vi siano più di %(max)s cifre prima della virgola." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Il file con estensione \"%(extension)s\" non e' permesso. Le estensioni " +"permesse sono: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "I caratteri null non sono ammessi." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con questa %(field_labels)s esiste già." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Il vincolo “%(name)s” è stato violato." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Il valore %(value)r non è una scelta valida." + +msgid "This field cannot be null." +msgstr "Questo campo non può essere nullo." + +msgid "This field cannot be blank." +msgstr "Questo campo non può essere vuoto." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con questo %(field_label)s esiste già." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s deve essere unico per %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo di tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Il valore \"%(value)s\" deve essere True oppure False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Il valore di \"%(value)s\" deve essere True, False o None" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Vero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Stringa (fino a %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Stringa (illimitata)" + +msgid "Comma-separated integers" +msgstr "Interi separati da virgole" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Il valore \"%(value)s\" ha un formato di data non valido. Deve essere nel " +"formato AAAA-MM-GG." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Il valore di \"%(value)s\" ha il corretto formato (AAAA-MM-GG) ma non è una " +"data valida." + +msgid "Date (without time)" +msgstr "Data (senza ora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Il valore \"%(value)s\" ha un formato non valido. Deve essere nel formato " +"AAAA-MM-GG HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Il valore di \"%(value)s\" ha il formato corretto (AAAA-MM-GG HH:MM[:ss[." +"uuuuuu]][TZ]) ma non è una data/ora valida." + +msgid "Date (with time)" +msgstr "Data (con ora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Il valore \"%(value)s\" deve essere un numero decimale." + +msgid "Decimal number" +msgstr "Numero decimale" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Il valore \"%(value)s\" ha un formato non valido. Deve essere nel formato " +"[GG] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Durata" + +msgid "Email address" +msgstr "Indirizzo email" + +msgid "File path" +msgstr "Percorso file" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Il valore di \"%(value)s\" deve essere un numero a virgola mobile." + +msgid "Floating point number" +msgstr "Numero in virgola mobile" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Il valore \"%(value)s\" deve essere un intero." + +msgid "Integer" +msgstr "Intero" + +msgid "Big (8 byte) integer" +msgstr "Intero grande (8 byte)" + +msgid "Small integer" +msgstr "Piccolo intero" + +msgid "IPv4 address" +msgstr "Indirizzo IPv4" + +msgid "IP address" +msgstr "Indirizzo IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Il valore \"%(value)s\" deve essere None, True oppure False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (True, False o None)" + +msgid "Positive big integer" +msgstr "Intero positivo" + +msgid "Positive integer" +msgstr "Intero positivo" + +msgid "Positive small integer" +msgstr "Piccolo intero positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fino a %(max_length)s)" + +msgid "Text" +msgstr "Testo" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Il valore di \"%(value)s\" ha un formato non valido. Deve essere nel formato " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Il valore di \"%(value)s\" ha il corretto formato (HH:MM[:ss[.uuuuuu]]) ma " +"non è un orario valido." + +msgid "Time" +msgstr "Ora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dati binari grezzi" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" non è uno UUID valido." + +msgid "Universally unique identifier" +msgstr "Identificatore univoco universale" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Immagine" + +msgid "A JSON object" +msgstr "Un oggetto JSON" + +msgid "Value must be valid JSON." +msgstr "Il valore deve essere un JSON valido." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (tipo determinato dal campo collegato)" + +msgid "One-to-one relationship" +msgstr "Relazione uno a uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relazione %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relazioni %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relazione molti a molti" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Questo campo è obbligatorio." + +msgid "Enter a whole number." +msgstr "Inserisci un numero intero." + +msgid "Enter a valid date." +msgstr "Inserisci una data valida." + +msgid "Enter a valid time." +msgstr "Inserisci un'ora valida." + +msgid "Enter a valid date/time." +msgstr "Inserisci una data/ora valida." + +msgid "Enter a valid duration." +msgstr "Inserisci una durata valida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Il numero di giorni deve essere compreso tra {min_days} e {max_days}" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Non è stato inviato alcun file. Verifica il tipo di codifica sul form." + +msgid "No file was submitted." +msgstr "Nessun file è stato inviato." + +msgid "The submitted file is empty." +msgstr "Il file inviato è vuoto." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Assicurati che questo nome di file non contenga più di %(max)d carattere (ne " +"ha %(length)d)." +msgstr[1] "" +"Assicurati che questo nome di file non contenga più di %(max)d caratteri (ne " +"ha %(length)d)." +msgstr[2] "" +"Assicurati che questo nome di file non contenga più di %(max)d caratteri (ne " +"ha %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"È possibile inviare un file o selezionare la casella \"svuota\", ma non " +"entrambi." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Carica un'immagine valida. Il file caricato non è un'immagine o è " +"un'immagine danneggiata." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Scegli un'opzione valida. %(value)s non è tra quelle disponibili." + +msgid "Enter a list of values." +msgstr "Inserisci una lista di valori." + +msgid "Enter a complete value." +msgstr "Inserisci un valore completo." + +msgid "Enter a valid UUID." +msgstr "Inserire un UUID valido." + +msgid "Enter a valid JSON." +msgstr "Inserisci un JSON valido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo nascosto %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Mancano i dati ManagementForm o sono stati manomessi. Campi mancanti: " +"%(field_names)s. Potrebbe essere necessario inviare una segnalazione di " +"errore se il problema persiste." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Si prega di inviare al massimo %(num)d form." +msgstr[1] "Si prega di inviare al massimo %(num)d form." +msgstr[2] "Si prega di inviare al massimo %(num)d form." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Si prega di inviare almeno %(num)d form." +msgstr[1] "Si prega di inviare almeno %(num)d form." +msgstr[2] "Si prega di inviare almeno %(num)d form." + +msgid "Order" +msgstr "Ordine" + +msgid "Delete" +msgstr "Cancella" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Si prega di correggere i dati duplicati di %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Si prega di correggere i dati duplicati di %(field)s, che deve essere unico." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Si prega di correggere i dati duplicati di %(field_name)s che deve essere " +"unico/a per %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Si prega di correggere i dati duplicati qui sotto." + +msgid "The inline value did not match the parent instance." +msgstr "Il valore inline non corrisponde all'istanza padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Scegli un'opzione valida. La scelta effettuata non compare tra quelle " +"disponibili." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" non è un valore valido." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +" %(datetime)s non può essere interpretato nel fuso orario " +"%(current_timezone)s: potrebbe essere ambiguo o non esistere." + +msgid "Clear" +msgstr "Svuota" + +msgid "Currently" +msgstr "Attualmente" + +msgid "Change" +msgstr "Cambia" + +msgid "Unknown" +msgstr "Sconosciuto" + +msgid "Yes" +msgstr "Sì" + +msgid "No" +msgstr "No" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sì,no,forse" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" +msgstr[2] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mezzanotte" + +msgid "noon" +msgstr "mezzogiorno" + +msgid "Monday" +msgstr "Lunedì" + +msgid "Tuesday" +msgstr "Martedì" + +msgid "Wednesday" +msgstr "Mercoledì" + +msgid "Thursday" +msgstr "Giovedì" + +msgid "Friday" +msgstr "Venerdì" + +msgid "Saturday" +msgstr "Sabato" + +msgid "Sunday" +msgstr "Domenica" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Gio" + +msgid "Fri" +msgstr "Ven" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Gennaio" + +msgid "February" +msgstr "Febbraio" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Aprile" + +msgid "May" +msgstr "Maggio" + +msgid "June" +msgstr "Giugno" + +msgid "July" +msgstr "Luglio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Settembre" + +msgid "October" +msgstr "Ottobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Dicembre" + +msgid "jan" +msgstr "gen" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mag" + +msgid "jun" +msgstr "giu" + +msgid "jul" +msgstr "lug" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "ott" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprile" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maggio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Giugno" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Luglio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Ott." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Gennaio" + +msgctxt "alt. month" +msgid "February" +msgstr "Febbraio" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprile" + +msgctxt "alt. month" +msgid "May" +msgstr "Maggio" + +msgctxt "alt. month" +msgid "June" +msgstr "Giugno" + +msgctxt "alt. month" +msgid "July" +msgstr "Luglio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Settembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Ottobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Dicembre" + +msgid "This is not a valid IPv6 address." +msgstr "Questo non è un indirizzo IPv6 valido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d anno" +msgstr[1] "%(num)d anni" +msgstr[2] "%(num)d anni" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mese" +msgstr[1] "%(num)d mesi" +msgstr[2] "%(num)d mesi" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d settimana" +msgstr[1] "%(num)d settimane" +msgstr[2] "%(num)d settimane" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d giorno" +msgstr[1] "%(num)d giorni" +msgstr[2] "%(num)d giorni" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d ora" +msgstr[1] "%(num)d ore" +msgstr[2] "%(num)d ore" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minuti" +msgstr[2] "%(num)d minuti" + +msgid "Forbidden" +msgstr "Proibito" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verifica CSRF fallita. Richiesta interrotta." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vedi questo messaggio perchè questo sito HTTPS richiede l'invio da parte del " +"tuo browser del “Referer header”, che non è invece stato inviato. Questo " +"header è richiesto per motivi di sicurezza, per assicurare che il tuo " +"browser non sia stato sabotato da terzi." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Se hai configurato il tuo browser web per disattivare l'invio delle " +"intestazioni \"Referer\", riattiva questo invio, almeno per questo sito, o " +"per le connessioni HTTPS, o per le connessioni \"same-origin\"." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Se usi il tag o includi " +"header 'Referrer-Policy: no-referrer', per favore rimuovili. Per la " +"protezione CSRF è necessario eseguire un controllo rigoroso sull'header " +"'Referer'. Se ti preoccupano le ricadute sulla privacy, puoi ricorrere ad " +"alternative come per i link a siti di terze parti." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Stai vedendo questo messaggio perché questo sito richiede un cookie CSRF " +"quando invii dei form. Questo cookie è necessario per ragioni di sicurezza, " +"per assicurare che il tuo browser non sia stato dirottato da terze parti." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Se hai configurato il tuo browser web per disattivare l'invio dei cookies, " +"riattivalo almeno per questo sito, o per connessioni \"same-origin\"" + +msgid "More information is available with DEBUG=True." +msgstr "Maggiorni informazioni sono disponibili con DEBUG=True" + +msgid "No year specified" +msgstr "Anno non specificato" + +msgid "Date out of range" +msgstr "Data al di fuori dell'intervallo" + +msgid "No month specified" +msgstr "Mese non specificato" + +msgid "No day specified" +msgstr "Giorno non specificato" + +msgid "No week specified" +msgstr "Settimana non specificata" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nessun %(verbose_name_plural)s disponibile" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s futuri/e non disponibili/e poichè %(class_name)s." +"allow_future è False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Data non valida \"%(datestr)s\" con il formato \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Trovato nessun %(verbose_name)s corrispondente alla query" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "La pagina non è \"last\", né può essere convertita in un int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pagina non valida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Lista vuota e \"%(class_name)s.allow_empty\" è False." + +msgid "Directory indexes are not allowed here." +msgstr "Indici di directory non sono consentiti qui." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" non esiste" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indice di %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Installazione completata con successo! Congratulazioni!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Leggi le note di rilascio per Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Stai vedendo questa pagina perché hai impostato DEBUG=True nel tuo file di configurazione e non hai " +"configurato nessun URL." + +msgid "Django Documentation" +msgstr "Documentazione di Django" + +msgid "Topics, references, & how-to’s" +msgstr "Temi, riferimenti, & guide" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: un'app per sondaggi" + +msgid "Get started with Django" +msgstr "Iniziare con Django" + +msgid "Django Community" +msgstr "La Community di Django" + +msgid "Connect, get help, or contribute" +msgstr "Connettiti, chiedi aiuto, o contribuisci." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..109ceac777dcd947bc32d5d660986206f0d73c41 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^)pNKUl(aL@nw-SdB*JIjCK@hBkc$3?OCF9^V2C)qCFM%=w4 z;wQiW0ZbtZ`;ZU&kslwSBOE{h97I7JLZL3e;a?OAlNcc}f}<#kV386>t3HJJ<8^MU3YZK`V<=jZ+perCQr1v~%JG zj4E)FRuk(=Wot;RGoDkogpn(vq-fr*nLRpaSFTF3Q>kiVSvwbmkBg*htJWJ$Wz$by zWOvs%;FJHk)Z>krF@2b@$ z)=gpC7`h_E7!O+0NpWPZ!fyr!{@T~yj3I(r?n zPf}z{KE0;x^rJao?9}NTB<%DPN1r~QgN&Wd5PcgCWqosyyiFt?lbBsT0~u1u*v_7` Mld13YI8A#02O1g<2><{9 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/formats.py new file mode 100644 index 00000000000..bb9e0270bc2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/it/formats.py @@ -0,0 +1,43 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "d F Y" # 25 Ottobre 2006 +TIME_FORMAT = "H:i" # 14:30 +DATETIME_FORMAT = "l d F Y H:i" # Mercoledì 25 Ottobre 2006 14:30 +YEAR_MONTH_FORMAT = "F Y" # Ottobre 2006 +MONTH_DAY_FORMAT = "j F" # 25 Ottobre +SHORT_DATE_FORMAT = "d/m/Y" # 25/12/2009 +SHORT_DATETIME_FORMAT = "d/m/Y H:i" # 25/10/2009 14:30 +FIRST_DAY_OF_WEEK = 1 # Lunedì + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # '25/10/2006' + "%Y/%m/%d", # '2006/10/25' + "%d-%m-%Y", # '25-10-2006' + "%Y-%m-%d", # '2006-10-25' + "%d-%m-%y", # '25-10-06' + "%d/%m/%y", # '25/10/06' +] +DATETIME_INPUT_FORMATS = [ + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' + "%d/%m/%y %H:%M:%S", # '25/10/06 14:30:59' + "%d/%m/%y %H:%M:%S.%f", # '25/10/06 14:30:59.000200' + "%d/%m/%y %H:%M", # '25/10/06 14:30' + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d-%m-%Y %H:%M:%S", # '25-10-2006 14:30:59' + "%d-%m-%Y %H:%M:%S.%f", # '25-10-2006 14:30:59.000200' + "%d-%m-%Y %H:%M", # '25-10-2006 14:30' + "%d-%m-%y %H:%M:%S", # '25-10-06 14:30:59' + "%d-%m-%y %H:%M:%S.%f", # '25-10-06 14:30:59.000200' + "%d-%m-%y %H:%M", # '25-10-06 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3235bdcad4733798a53191d435dc45205109e8b8 GIT binary patch literal 30973 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

1-eYwl6&N36W>X9i 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 NUn(ibp>vD(e*maVLs9?$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 00000000000..51343e66fc6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,1333 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# xiu1 , 2016 +# tadasu , 2020 +# Goto Hayato , 2021 +# Goto Hayato , 2019 +# Hiroki Sawano, 2022 +# Jannis Leidel , 2011 +# Kamiyama Satoshi, 2021 +# Kentaro Matsuzaki , 2015 +# Masashi SHIBATA , 2017 +# Nikita K , 2019 +# Shinichi Katsumata , 2019 +# Shinya Okano , 2012-2019,2021,2023-2025 +# TANIGUCHI Taichi, 2022 +# Takuro Onoue , 2020 +# Takuya N , 2020 +# Tetsuya Morimoto , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Shinya Okano , " +"2012-2019,2021,2023-2025\n" +"Language-Team: Japanese (http://app.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "アフリカーンス語" + +msgid "Arabic" +msgstr "アラビア語" + +msgid "Algerian Arabic" +msgstr "アラビア語(アルジェリア)" + +msgid "Asturian" +msgstr "アストゥリアス語" + +msgid "Azerbaijani" +msgstr "アゼルバイジャン語" + +msgid "Bulgarian" +msgstr "ブルガリア語" + +msgid "Belarusian" +msgstr "ベラルーシ語" + +msgid "Bengali" +msgstr "ベンガル語" + +msgid "Breton" +msgstr "ブルトン語" + +msgid "Bosnian" +msgstr "ボスニア語" + +msgid "Catalan" +msgstr "カタロニア語" + +msgid "Central Kurdish (Sorani)" +msgstr "中央クルド語 (ソラニー語)" + +msgid "Czech" +msgstr "チェコ語" + +msgid "Welsh" +msgstr "ウェールズ語" + +msgid "Danish" +msgstr "デンマーク語" + +msgid "German" +msgstr "ドイツ語" + +msgid "Lower Sorbian" +msgstr "低地ソルブ語" + +msgid "Greek" +msgstr "ギリシャ語" + +msgid "English" +msgstr "英語(米国)" + +msgid "Australian English" +msgstr "英語(オーストラリア)" + +msgid "British English" +msgstr "英語(英国)" + +msgid "Esperanto" +msgstr "エスペラント語" + +msgid "Spanish" +msgstr "スペイン語" + +msgid "Argentinian Spanish" +msgstr "アルゼンチンスペイン語" + +msgid "Colombian Spanish" +msgstr "コロンビアスペイン語" + +msgid "Mexican Spanish" +msgstr "メキシコスペイン語" + +msgid "Nicaraguan Spanish" +msgstr "ニカラグアスペイン語" + +msgid "Venezuelan Spanish" +msgstr "ベネズエラスペイン語" + +msgid "Estonian" +msgstr "エストニア語" + +msgid "Basque" +msgstr "バスク語" + +msgid "Persian" +msgstr "ペルシア語" + +msgid "Finnish" +msgstr "フィンランド語" + +msgid "French" +msgstr "フランス語" + +msgid "Frisian" +msgstr "フリジア語" + +msgid "Irish" +msgstr "アイルランド語" + +msgid "Scottish Gaelic" +msgstr "ゲール語(スコットランド)" + +msgid "Galician" +msgstr "ガリシア語" + +msgid "Hebrew" +msgstr "ヘブライ語" + +msgid "Hindi" +msgstr "ヒンディー語" + +msgid "Croatian" +msgstr "クロアチア語" + +msgid "Upper Sorbian" +msgstr "高地ソルブ語" + +msgid "Hungarian" +msgstr "ハンガリー語" + +msgid "Armenian" +msgstr "アルメニア" + +msgid "Interlingua" +msgstr "インターリングア" + +msgid "Indonesian" +msgstr "インドネシア語" + +msgid "Igbo" +msgstr "イグボ語" + +msgid "Ido" +msgstr "イド語" + +msgid "Icelandic" +msgstr "アイスランド語" + +msgid "Italian" +msgstr "イタリア語" + +msgid "Japanese" +msgstr "日本語" + +msgid "Georgian" +msgstr "グルジア語" + +msgid "Kabyle" +msgstr "カビル語" + +msgid "Kazakh" +msgstr "カザフ語" + +msgid "Khmer" +msgstr "クメール語" + +msgid "Kannada" +msgstr "カンナダ語" + +msgid "Korean" +msgstr "韓国語" + +msgid "Kyrgyz" +msgstr "キルギス語" + +msgid "Luxembourgish" +msgstr "ルクセンブルグ語" + +msgid "Lithuanian" +msgstr "リトアニア語" + +msgid "Latvian" +msgstr "ラトビア語" + +msgid "Macedonian" +msgstr "マケドニア語" + +msgid "Malayalam" +msgstr "マラヤーラム語" + +msgid "Mongolian" +msgstr "モンゴル語" + +msgid "Marathi" +msgstr "マラーティー語" + +msgid "Malay" +msgstr "マレー語" + +msgid "Burmese" +msgstr "ビルマ語" + +msgid "Norwegian Bokmål" +msgstr "ノルウェーのブークモール" + +msgid "Nepali" +msgstr "ネパール語" + +msgid "Dutch" +msgstr "オランダ語" + +msgid "Norwegian Nynorsk" +msgstr "ノルウェーのニーノシュク" + +msgid "Ossetic" +msgstr "オセット語" + +msgid "Punjabi" +msgstr "パンジャブ語" + +msgid "Polish" +msgstr "ポーランド語" + +msgid "Portuguese" +msgstr "ポルトガル語" + +msgid "Brazilian Portuguese" +msgstr "ブラジルポルトガル語" + +msgid "Romanian" +msgstr "ルーマニア語" + +msgid "Russian" +msgstr "ロシア語" + +msgid "Slovak" +msgstr "スロバキア語" + +msgid "Slovenian" +msgstr "スロヴェニア語" + +msgid "Albanian" +msgstr "アルバニア語" + +msgid "Serbian" +msgstr "セルビア語" + +msgid "Serbian Latin" +msgstr "セルビア語ラテン文字" + +msgid "Swedish" +msgstr "スウェーデン語" + +msgid "Swahili" +msgstr "スワヒリ語" + +msgid "Tamil" +msgstr "タミル語" + +msgid "Telugu" +msgstr "テルグ語" + +msgid "Tajik" +msgstr "タジク語" + +msgid "Thai" +msgstr "タイ語" + +msgid "Turkmen" +msgstr "トルクメン語" + +msgid "Turkish" +msgstr "トルコ語" + +msgid "Tatar" +msgstr "タタール語" + +msgid "Udmurt" +msgstr "ウドムルト語" + +msgid "Uyghur" +msgstr "ウイグル語" + +msgid "Ukrainian" +msgstr "ウクライナ語" + +msgid "Urdu" +msgstr "ウルドゥー語" + +msgid "Uzbek" +msgstr "ウズベク語" + +msgid "Vietnamese" +msgstr "ベトナム語" + +msgid "Simplified Chinese" +msgstr "簡体字中国語" + +msgid "Traditional Chinese" +msgstr "繁体字中国語" + +msgid "Messages" +msgstr "メッセージ" + +msgid "Site Maps" +msgstr "サイトマップ" + +msgid "Static Files" +msgstr "静的ファイル" + +msgid "Syndication" +msgstr "シンジケーション" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "このページ番号は整数ではありません。" + +msgid "That page number is less than 1" +msgstr "ページ番号が 1 よりも小さいです。" + +msgid "That page contains no results" +msgstr "このページには結果が含まれていません。" + +msgid "Enter a valid value." +msgstr "値を正しく入力してください。" + +msgid "Enter a valid domain name." +msgstr "有効なドメイン名を入力してください。" + +msgid "Enter a valid URL." +msgstr "URLを正しく入力してください。" + +msgid "Enter a valid integer." +msgstr "整数を正しく入力してください。" + +msgid "Enter a valid email address." +msgstr "有効なメールアドレスを入力してください。" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"“slug” には半角の英数字、アンダースコア、ハイフン以外は使用できません。" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"ユニコード文字、数字、アンダースコアまたはハイフンで構成された、有効なスラグ" +"を入力してください。" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "有効な%(protocol)sアドレスを入力してください。" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4またはIPv6" + +msgid "Enter only digits separated by commas." +msgstr "カンマ区切りの数字だけを入力してください。" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"この値は %(limit_value)s でなければなりません(実際には %(show_value)s でし" +"た) 。" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "この値は %(limit_value)s 以下でなければなりません。" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "この値は %(limit_value)s 以上でなければなりません。" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "この値は %(limit_value)s の倍数でなければなりません。" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"この値は%(offset)s から始まる %(limit_value)s の倍数でなければなりません。" +"例. %(offset)s%(valid_value1)s%(valid_value2)s など。" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"この値が少なくとも %(limit_value)d 文字以上であることを確認してください " +"(%(show_value)d 文字になっています)。" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"この値は %(limit_value)d 文字以下でなければなりません( %(show_value)d 文字に" +"なっています)。" + +msgid "Enter a number." +msgstr "数値を入力してください。" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "この値は合計 %(max)s 桁以内でなければなりません。" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "この値は小数点以下が合計 %(max)s 桁以内でなければなりません。" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "この値は小数点より前が合計 %(max)s 桁以内でなければなりません。" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"ファイル拡張子 “%(extension)s” は許可されていません。許可されている拡張子は " +"%(allowed_extensions)s です。" + +msgid "Null characters are not allowed." +msgstr "何か文字を入力してください。" + +msgid "and" +msgstr "と" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "この %(field_labels)s を持った %(model_name)s が既に存在します。" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "制約 “%(name)s” に違反しています。" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r は有効な選択肢ではありません。" + +msgid "This field cannot be null." +msgstr "このフィールドには NULL を指定できません。" + +msgid "This field cannot be blank." +msgstr "このフィールドは空ではいけません。" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "この %(field_label)s を持った %(model_name)s が既に存在します。" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(date_field_label)s %(lookup_type)s では %(field_label)s がユニークである必" +"要があります。" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "タイプが %(field_type)s のフィールド" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” は True または False にしなければなりません。" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” は True 、 False または None の値でなければなりません。" + +msgid "Boolean (Either True or False)" +msgstr "ブール値 (真: True または偽: False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "文字列 ( %(max_length)s 字まで )" + +msgid "String (unlimited)" +msgstr "文字列 (無制限)" + +msgid "Comma-separated integers" +msgstr "カンマ区切りの整数" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” は無効な日付形式です。YYYY-MM-DD 形式にしなければなりません。" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "“%(value)s” は有効な日付形式(YYYY-MM-DD)ですが、不正な日付です。" + +msgid "Date (without time)" +msgstr "日付" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” は無効な形式の値です。 YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ] 形式で" +"なければなりません。" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” は正しい形式 (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) の値ですが、無" +"効な日時です。" + +msgid "Date (with time)" +msgstr "日時" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” は10進浮動小数値にしなければなりません。" + +msgid "Decimal number" +msgstr "10 進数 (小数可)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” は無効な形式の値です。 [DD] [HH:[MM:]]ss[.uuuuuu] 形式でなければ" +"なりません。" + +msgid "Duration" +msgstr "時間差分" + +msgid "Email address" +msgstr "メールアドレス" + +msgid "File path" +msgstr "ファイルの場所" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” は小数値にしなければなりません。" + +msgid "Floating point number" +msgstr "浮動小数点" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” は整数値にしなければなりません。" + +msgid "Integer" +msgstr "整数" + +msgid "Big (8 byte) integer" +msgstr "大きな(8バイト)整数" + +msgid "Small integer" +msgstr "小さな整数" + +msgid "IPv4 address" +msgstr "IPv4アドレス" + +msgid "IP address" +msgstr "IP アドレス" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” は None、True または False の値でなければなりません。" + +msgid "Boolean (Either True, False or None)" +msgstr "ブール値 (真: True 、偽: False または None)" + +msgid "Positive big integer" +msgstr "正の多倍長整数" + +msgid "Positive integer" +msgstr "正の整数" + +msgid "Positive small integer" +msgstr "小さな正の整数" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "スラグ(%(max_length)s文字以内)" + +msgid "Text" +msgstr "テキスト" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” は無効な形式の値です。 HH:MM[:ss[.uuuuuu]] 形式でなければなりませ" +"ん。" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "“%(value)s” は正しい形式(HH:MM[:ss[.uuuuuu]])ですが、無効な時刻です。" + +msgid "Time" +msgstr "時刻" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "生のバイナリデータ" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” は有効なUUIDではありません。" + +msgid "Universally unique identifier" +msgstr "汎用一意識別子" + +msgid "File" +msgstr "ファイル" + +msgid "Image" +msgstr "画像" + +msgid "A JSON object" +msgstr "JSONオブジェクト" + +msgid "Value must be valid JSON." +msgstr "JSONとして正しい値にしてください。" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"%(field)s が %(value)r である %(model)s のインスタンスは有効な選択肢ではあり" +"ません。" + +msgid "Foreign Key (type determined by related field)" +msgstr "外部キー(型は関連フィールドによって決まります)" + +msgid "One-to-one relationship" +msgstr "1対1の関連" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s の関連" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s の関連" + +msgid "Many-to-many relationship" +msgstr "多対多の関連" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "このフィールドは必須です。" + +msgid "Enter a whole number." +msgstr "整数を入力してください。" + +msgid "Enter a valid date." +msgstr "日付を正しく入力してください。" + +msgid "Enter a valid time." +msgstr "時間を正しく入力してください。" + +msgid "Enter a valid date/time." +msgstr "日時を正しく入力してください。" + +msgid "Enter a valid duration." +msgstr "時間差分を正しく入力してください。" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "日数は{min_days}から{max_days}の間でなければなりません。" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"ファイルが取得できませんでした。フォームのencoding typeを確認してください。" + +msgid "No file was submitted." +msgstr "ファイルが送信されていません。" + +msgid "The submitted file is empty." +msgstr "入力されたファイルは空です。" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"このファイル名は %(max)d 文字以下でなければなりません( %(length)d 文字になっ" +"ています)。" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"ファイルを投稿するか、クリアチェックボックスをチェックするかどちらかを選択し" +"てください。両方とも行ってはいけません。" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"画像をアップロードしてください。アップロードしたファイルは画像でないか、また" +"は壊れています。" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "正しく選択してください。 %(value)s は候補にありません。" + +msgid "Enter a list of values." +msgstr "リストを入力してください。" + +msgid "Enter a complete value." +msgstr "すべての値を入力してください。" + +msgid "Enter a valid UUID." +msgstr "UUIDを正しく入力してください。" + +msgid "Enter a valid JSON." +msgstr "JSONを正しく入力してください。" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(隠しフィールド %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm のデータが不足しているか改竄されています。不足するフィールドの" +"数: %(field_names)s 。問題が続くようならバグレポートを出す必要があるかもしれ" +"ません。" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "最大で %(num)d 個のフォームを送信してください。" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "少なくとも %(num)d 個のフォームを送信してください。" + +msgid "Order" +msgstr "並び変え" + +msgid "Delete" +msgstr "削除" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s の重複したデータを修正してください。" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s の重複したデータを修正してください。このフィールドはユニークである" +"必要があります。" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s の重複したデータを修正してください。%(date_field)s %(lookup)s " +"では %(field_name)s がユニークである必要があります。" + +msgid "Please correct the duplicate values below." +msgstr "下記の重複したデータを修正してください。" + +msgid "The inline value did not match the parent instance." +msgstr "インライン値が親のインスタンスに一致しません。" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "正しく選択してください。選択したものは候補にありません。" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” は無効な値です。" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s は %(current_timezone)s のタイムゾーンでは解釈できませんでした。" +"それは曖昧であるか、存在しない可能性があります。" + +msgid "Clear" +msgstr "クリア" + +msgid "Currently" +msgstr "現在" + +msgid "Change" +msgstr "変更" + +msgid "Unknown" +msgstr "不明" + +msgid "Yes" +msgstr "はい" + +msgid "No" +msgstr "いいえ" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "はい,いいえ,たぶん" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d バイト" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "0時" + +msgid "noon" +msgstr "12時" + +msgid "Monday" +msgstr "月曜日" + +msgid "Tuesday" +msgstr "火曜日" + +msgid "Wednesday" +msgstr "水曜日" + +msgid "Thursday" +msgstr "木曜日" + +msgid "Friday" +msgstr "金曜日" + +msgid "Saturday" +msgstr "土曜日" + +msgid "Sunday" +msgstr "日曜日" + +msgid "Mon" +msgstr "月" + +msgid "Tue" +msgstr "火" + +msgid "Wed" +msgstr "水" + +msgid "Thu" +msgstr "木" + +msgid "Fri" +msgstr "金" + +msgid "Sat" +msgstr "土" + +msgid "Sun" +msgstr "日" + +msgid "January" +msgstr "1月" + +msgid "February" +msgstr "2月" + +msgid "March" +msgstr "3月" + +msgid "April" +msgstr "4月" + +msgid "May" +msgstr "5月" + +msgid "June" +msgstr "6月" + +msgid "July" +msgstr "7月" + +msgid "August" +msgstr "8月" + +msgid "September" +msgstr "9月" + +msgid "October" +msgstr "10月" + +msgid "November" +msgstr "11月" + +msgid "December" +msgstr "12月" + +msgid "jan" +msgstr "1月" + +msgid "feb" +msgstr "2月" + +msgid "mar" +msgstr "3月" + +msgid "apr" +msgstr "4月" + +msgid "may" +msgstr "5月" + +msgid "jun" +msgstr "6月" + +msgid "jul" +msgstr "7月" + +msgid "aug" +msgstr "8月" + +msgid "sep" +msgstr "9月" + +msgid "oct" +msgstr "10月" + +msgid "nov" +msgstr "11月" + +msgid "dec" +msgstr "12月" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "1月" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "2月" + +msgctxt "abbrev. month" +msgid "March" +msgstr "3月" + +msgctxt "abbrev. month" +msgid "April" +msgstr "4月" + +msgctxt "abbrev. month" +msgid "May" +msgstr "5月" + +msgctxt "abbrev. month" +msgid "June" +msgstr "6月" + +msgctxt "abbrev. month" +msgid "July" +msgstr "7月" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "8月" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "9月" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "10月" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "11月" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "12月" + +msgctxt "alt. month" +msgid "January" +msgstr "1月" + +msgctxt "alt. month" +msgid "February" +msgstr "2月" + +msgctxt "alt. month" +msgid "March" +msgstr "3月" + +msgctxt "alt. month" +msgid "April" +msgstr "4月" + +msgctxt "alt. month" +msgid "May" +msgstr "5月" + +msgctxt "alt. month" +msgid "June" +msgstr "6月" + +msgctxt "alt. month" +msgid "July" +msgstr "7月" + +msgctxt "alt. month" +msgid "August" +msgstr "8月" + +msgctxt "alt. month" +msgid "September" +msgstr "9月" + +msgctxt "alt. month" +msgid "October" +msgstr "10月" + +msgctxt "alt. month" +msgid "November" +msgstr "11月" + +msgctxt "alt. month" +msgid "December" +msgstr "12月" + +msgid "This is not a valid IPv6 address." +msgstr "これは有効なIPv6アドレスではありません。" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "または" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d年" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)dヶ月" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d週間" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d日" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d時間" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d分" + +msgid "Forbidden" +msgstr "アクセス禁止" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF検証に失敗したため、リクエストは中断されました。" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"このメッセージが表示されている理由は、このHTTPSのサイトはウェブブラウザからリ" +"ファラーヘッダが送信されることを必須としていますが、送信されなかったためで" +"す。このヘッダはセキュリティ上の理由(使用中のブラウザが第三者によってハイ" +"ジャックされていないことを確認するため)で必要です。" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"もしブラウザのリファラーヘッダを無効に設定しているならば、HTTPS接続やsame-" +"originリクエストのために、少なくともこのサイトでは再度有効にしてください。" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"もし タグを使用しているか " +"“Referrer-Policy: no-referrer” ヘッダを含んでいる場合は削除してください。" +"CSRF プロテクションは、厳密に “Referer” ヘッダが必要です。プライバシーが気に" +"なる場合は などの代替で第三者サイトと接続してくださ" +"い。" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"このメッセージが表示されている理由は、このサイトはフォーム送信時にCSRFクッ" +"キーを必須としているためです。このクッキーはセキュリティ上の理由(使用中のブラ" +"ウザが第三者によってハイジャックされていないことを確認するため)で必要です。" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"もしブラウザのクッキーを無効に設定しているならば、same-originリクエストのため" +"に少なくともこのサイトでは再度有効にしてください。" + +msgid "More information is available with DEBUG=True." +msgstr "詳細な情報は DEBUG=True を設定すると利用できます。" + +msgid "No year specified" +msgstr "年が未指定です" + +msgid "Date out of range" +msgstr "日付が有効範囲外です" + +msgid "No month specified" +msgstr "月が未指定です" + +msgid "No day specified" +msgstr "日が未指定です" + +msgid "No week specified" +msgstr "週が未指定です" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s は利用できません" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_futureがFalseであるため、未来の%(verbose_name_plural)sは" +"利用できません。" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "指定された形式 “%(format)s” では “%(datestr)s” は無効な日付文字列です" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "クエリーに一致する %(verbose_name)s は見つかりませんでした" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "ページが 「最後」ではないか、数値に変換できる値ではありません。" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "無効なページです (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "空の一覧かつ “%(class_name)s.allow_empty” が False です。" + +msgid "Directory indexes are not allowed here." +msgstr "ここではディレクトリインデックスが許可されていません。" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” が存在しません" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)sのディレクトリインデックス" + +msgid "The install worked successfully! Congratulations!" +msgstr "インストールは成功しました!おめでとうございます!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django%(version)sのリリースノートを見る。" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"このページは、設定ファイルでDEBUG=Trueが指定され、何もURLが設定されていない時に表示" +"されます。" + +msgid "Django Documentation" +msgstr "Django ドキュメント" + +msgid "Topics, references, & how-to’s" +msgstr "トピック、リファレンス、ハウツー" + +msgid "Tutorial: A Polling App" +msgstr "チュートリアル: 投票アプリケーション" + +msgid "Get started with Django" +msgstr "Djangoを始めよう" + +msgid "Django Community" +msgstr "Djangoのコミュニティ" + +msgid "Connect, get help, or contribute" +msgstr "つながり、助け合い、貢献しよう" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5c29ab07ba04e89ed89935d483877a5bb80bda9 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^|KQ7 zMzN-_MX{x@N3o}HL~*2WMsZehX>ynH0JTIu-MJ<2*_@87XVaHfF}qu3mhz*Cg2XtG z#K0W57S>4pT>X?PPB5haRQroj?-!%aOJ<-BKTWP%+%AqGuJLaELB5V5x41(*ec>E_ zkPNbbV5F;KP`t0dUx)`xg8+o*;ur}N5e)Y54+@D#HdPcMgkqeFtFx!CqfdOWYk*^r zV~BsyEujz(|IlDZKNlo1e!oy(C)c2O_aOh!08c;nl?dQ_{ z2Wo{XOwP|s)6dCIPRvQw&q~x!%P-1JEGgD2sQkrYlbfGXnv-f*Bm}e<6raV8K;i>4 zBO~JnE(U(t2JRbt!azbuxq<(Nh};DR!5hM|7Z?O?h)9Fj63Q1CL_Y{Hh)RHXAX4at MkZ>b^kpR#X0Fm~v5C8xG literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/formats.py new file mode 100644 index 00000000000..c0554d9f618 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ja/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "Y年n月j日" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "Y年n月j日G:i" +YEAR_MONTH_FORMAT = "Y年n月" +MONTH_DAY_FORMAT = "n月j日" +SHORT_DATE_FORMAT = "Y/m/d" +SHORT_DATETIME_FORMAT = "Y/m/d G:i" +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7cdc3c59bf8235ae1b304f415b6d93eb9445889c GIT binary patch literal 24759 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1f342b9b498 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po @@ -0,0 +1,1239 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Bouatchidzé , 2013-2015 +# David A. , 2019 +# David A. , 2011 +# Jannis Leidel , 2011 +# Tornike Beradze , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Afrikaans" +msgstr "აფრიკაანსი" + +msgid "Arabic" +msgstr "არაბული" + +msgid "Asturian" +msgstr "ასტურიული" + +msgid "Azerbaijani" +msgstr "აზერბაიჯანული" + +msgid "Bulgarian" +msgstr "ბულგარული" + +msgid "Belarusian" +msgstr "ბელარუსული" + +msgid "Bengali" +msgstr "ბენგალიური" + +msgid "Breton" +msgstr "ბრეტონული" + +msgid "Bosnian" +msgstr "ბოსნიური" + +msgid "Catalan" +msgstr "კატალანური" + +msgid "Czech" +msgstr "ჩეხური" + +msgid "Welsh" +msgstr "უელსური" + +msgid "Danish" +msgstr "დანიური" + +msgid "German" +msgstr "გერმანული" + +msgid "Lower Sorbian" +msgstr "ქვემო სორბული" + +msgid "Greek" +msgstr "ბერძნული" + +msgid "English" +msgstr "ინგლისური" + +msgid "Australian English" +msgstr "ავსტრალიური ინგლისური" + +msgid "British English" +msgstr "ბრიტანეთის ინგლისური" + +msgid "Esperanto" +msgstr "ესპერანტო" + +msgid "Spanish" +msgstr "ესპანური" + +msgid "Argentinian Spanish" +msgstr "არგენტინის ესპანური" + +msgid "Colombian Spanish" +msgstr "კოლუმბიური ესპანური" + +msgid "Mexican Spanish" +msgstr "მექსიკური ესპანური" + +msgid "Nicaraguan Spanish" +msgstr "ნიკარაგუული ესპანური" + +msgid "Venezuelan Spanish" +msgstr "ვენესუელის ესპანური" + +msgid "Estonian" +msgstr "ესტონური" + +msgid "Basque" +msgstr "ბასკური" + +msgid "Persian" +msgstr "სპარსული" + +msgid "Finnish" +msgstr "ფინური" + +msgid "French" +msgstr "ფრანგული" + +msgid "Frisian" +msgstr "ფრისიული" + +msgid "Irish" +msgstr "ირლანდიური" + +msgid "Scottish Gaelic" +msgstr "შოტლანდიური-გელური" + +msgid "Galician" +msgstr "გალიციური" + +msgid "Hebrew" +msgstr "ებრაული" + +msgid "Hindi" +msgstr "ჰინდი" + +msgid "Croatian" +msgstr "ხორვატიული" + +msgid "Upper Sorbian" +msgstr "ზემო სორბიული" + +msgid "Hungarian" +msgstr "უნგრული" + +msgid "Armenian" +msgstr "სომხური" + +msgid "Interlingua" +msgstr "ინტერლინგუა" + +msgid "Indonesian" +msgstr "ინდონეზიური" + +msgid "Ido" +msgstr "იდო" + +msgid "Icelandic" +msgstr "ისლანდიური" + +msgid "Italian" +msgstr "იტალიური" + +msgid "Japanese" +msgstr "იაპონური" + +msgid "Georgian" +msgstr "ქართული" + +msgid "Kabyle" +msgstr "კაბილური" + +msgid "Kazakh" +msgstr "ყაზახური" + +msgid "Khmer" +msgstr "ხმერული" + +msgid "Kannada" +msgstr "კანნადა" + +msgid "Korean" +msgstr "კორეული" + +msgid "Luxembourgish" +msgstr "ლუქსემბურგული" + +msgid "Lithuanian" +msgstr "ლიტვური" + +msgid "Latvian" +msgstr "ლატვიური" + +msgid "Macedonian" +msgstr "მაკედონიური" + +msgid "Malayalam" +msgstr "მალაიზიური" + +msgid "Mongolian" +msgstr "მონღოლური" + +msgid "Marathi" +msgstr "მარათული" + +msgid "Burmese" +msgstr "ბირმული" + +msgid "Norwegian Bokmål" +msgstr "ნორვეგიული Bokmål" + +msgid "Nepali" +msgstr "ნეპალური" + +msgid "Dutch" +msgstr "ჰოლანდიური" + +msgid "Norwegian Nynorsk" +msgstr "ნორვეგიული-ნინორსკი" + +msgid "Ossetic" +msgstr "ოსური" + +msgid "Punjabi" +msgstr "პუნჯაბი" + +msgid "Polish" +msgstr "პოლონური" + +msgid "Portuguese" +msgstr "პორტუგალიური" + +msgid "Brazilian Portuguese" +msgstr "ბრაზილიური პორტუგალიური" + +msgid "Romanian" +msgstr "რუმინული" + +msgid "Russian" +msgstr "რუსული" + +msgid "Slovak" +msgstr "სლოვაკური" + +msgid "Slovenian" +msgstr "სლოვენიური" + +msgid "Albanian" +msgstr "ალბანური" + +msgid "Serbian" +msgstr "სერბული" + +msgid "Serbian Latin" +msgstr "სერბული (ლათინური)" + +msgid "Swedish" +msgstr "შვედური" + +msgid "Swahili" +msgstr "სუაჰილი" + +msgid "Tamil" +msgstr "თამილური" + +msgid "Telugu" +msgstr "ტელუგუ" + +msgid "Thai" +msgstr "ტაი" + +msgid "Turkish" +msgstr "თურქული" + +msgid "Tatar" +msgstr "თათრული" + +msgid "Udmurt" +msgstr "უდმურტული" + +msgid "Ukrainian" +msgstr "უკრაინული" + +msgid "Urdu" +msgstr "ურდუ" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "ვიეტნამური" + +msgid "Simplified Chinese" +msgstr "გამარტივებული ჩინური" + +msgid "Traditional Chinese" +msgstr "ტრადიციული ჩინური" + +msgid "Messages" +msgstr "შეტყობინებები" + +msgid "Site Maps" +msgstr "საიტის რუკები" + +msgid "Static Files" +msgstr "სტატიკური ფაილები" + +msgid "Syndication" +msgstr "სინდიკაცია" + +msgid "That page number is not an integer" +msgstr "გვერდის ნომერი არ არის მთელი რიცხვი" + +msgid "That page number is less than 1" +msgstr "გვერდის ნომერი ნაკლებია 1-ზე" + +msgid "That page contains no results" +msgstr "გვერდი არ შეიცავს მონაცემებს" + +msgid "Enter a valid value." +msgstr "შეიყვანეთ სწორი მნიშვნელობა." + +msgid "Enter a valid URL." +msgstr "შეიყვანეთ სწორი URL." + +msgid "Enter a valid integer." +msgstr "შეიყვანეთ სწორი მთელი რიცხვი." + +msgid "Enter a valid email address." +msgstr "შეიყვანეთ მართებული ელფოსტის მისამართი." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "შეიყვანეთ სწორი IPv4 მისამართი." + +msgid "Enter a valid IPv6 address." +msgstr "შეიყვანეთ მართებული IPv6 მისამართი." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "შეიყვანეთ მართებული IPv4 ან IPv6 მისამართი." + +msgid "Enter only digits separated by commas." +msgstr "შეიყვანეთ მხოლოდ მძიმეებით გამოყოფილი ციფრები." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "მნიშვნელობა უნდა იყოს %(limit_value)s (იგი არის %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "მნიშვნელობა უნდა იყოს %(limit_value)s-ზე ნაკლები ან ტოლი." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "მნიშვნელობა უნდა იყოს %(limit_value)s-ზე მეტი ან ტოლი." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"მნიშვნელობას უნდა ჰქონდეს სულ ცოტა %(limit_value)d სიმბოლო (მას აქვს " +"%(show_value)d)." +msgstr[1] "" +"მნიშვნელობას უნდა ჰქონდეს სულ ცოტა %(limit_value)d სიმბოლო (მას აქვს " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"მნიშვნელობას უნდა ჰქონდეს არაუმეტეს %(limit_value)d სიმბოლოსი (მას აქვს " +"%(show_value)d)." +msgstr[1] "" +"მნიშვნელობას უნდა ჰქონდეს არაუმეტეს %(limit_value)d სიმბოლოსი (მას აქვს " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "შეიყვანეთ რიცხვი." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "ციფრების სრული რაოდენობა %(max)s-ს არ უნდა აღემატებოდეს." +msgstr[1] "ციფრების სრული რაოდენობა %(max)s-ს არ უნდა აღემატებოდეს." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"ათობითი გამყოფის შემდეგ ციფრების რაოდენობა %(max)s-ს არ უნდა აღემატებოდეს." +msgstr[1] "" +"ათობითი გამყოფის შემდეგ ციფრების რაოდენობა %(max)s-ს არ უნდა აღემატებოდეს." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"ათობითი გამყოფის შემდეგ ციფრების რაოდენობა %(max)s-ს არ უნდა აღემატებოდეს." +msgstr[1] "" +"ათობითი გამყოფის წინ ციფრების რაოდენობა %(max)s-ს არ უნდა აღემატებოდეს." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Null მნიშვნელობები დაუშვებელია." + +msgid "and" +msgstr "და" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s ამ %(field_labels)s-ით უკვე არსებობს." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "მნიშვნელობა %(value)r არ არის დასაშვები." + +msgid "This field cannot be null." +msgstr "ეს ველი არ შეიძლება იყოს null." + +msgid "This field cannot be blank." +msgstr "ეს ველი არ შეიძლება იყოს ცარიელი." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s მოცემული %(field_label)s-ით უკვე არსებობს." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s უნდა იყოს უნიკალური %(date_field_label)s %(lookup_type)s-" +"სთვის." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ველის ტიპი: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "ლოგიკური (True ან False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "სტრიქონი (%(max_length)s სიმბოლომდე)" + +msgid "Comma-separated integers" +msgstr "მძიმით გამოყოფილი მთელი რიცხვები" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "თარიღი (დროის გარეშე)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "თარიღი (დროსთან ერთად)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ათობითი რიცხვი" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "ხანგრზლივობა" + +msgid "Email address" +msgstr "ელ. ფოსტის მისამართი" + +msgid "File path" +msgstr "გზა ფაილისაკენ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "რიცხვი მცოცავი წერტილით" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "მთელი" + +msgid "Big (8 byte) integer" +msgstr "დიდი მთელი (8-ბაიტიანი)" + +msgid "IPv4 address" +msgstr "IPv4 მისამართი" + +msgid "IP address" +msgstr "IP-მისამართი" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "ლოგიკური (True, False ან None)" + +msgid "Positive integer" +msgstr "დადებითი მთელი რიცხვი" + +msgid "Positive small integer" +msgstr "დადებითი პატარა მთელი რიცხვი" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "სლაგი (%(max_length)s-მდე)" + +msgid "Small integer" +msgstr "პატარა მთელი რიცხვი" + +msgid "Text" +msgstr "ტექსტი" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "დრო" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "დაუმუშავებელი ორობითი მონაცემები" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "უნივერსალური უნიკალური იდენტიფიკატორი." + +msgid "File" +msgstr "ფაილი" + +msgid "Image" +msgstr "გამოსახულება" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "გარე გასაღები (ტიპი განისაზღვრება დაკავშირებული ველის ტიპით)" + +msgid "One-to-one relationship" +msgstr "კავშირი ერთი-ერთტან" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "კავშირი მრავალი-მრავალთან" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ეს ველი აუცილებელია." + +msgid "Enter a whole number." +msgstr "შეიყვანეთ მთელი რიცხვი" + +msgid "Enter a valid date." +msgstr "შეიყვანეთ სწორი თარიღი." + +msgid "Enter a valid time." +msgstr "შეიყვანეთ სწორი დრო." + +msgid "Enter a valid date/time." +msgstr "შეიყვანეთ სწორი თარიღი და დრო." + +msgid "Enter a valid duration." +msgstr "შეიყვანეთ სწორი დროის პერიოდი." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"ფაილი არ იყო გამოგზავნილი. შეამოწმეთ კოდირების ტიპი მოცემული ფორმისათვის." + +msgid "No file was submitted." +msgstr "ფაილი არ იყო გამოგზავნილი." + +msgid "The submitted file is empty." +msgstr "გამოგზავნილი ფაილი ცარიელია." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "ან გამოგზავნეთ ფაილი, ან მონიშნეთ \"წაშლის\" დროშა." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ატვირთეთ დასაშვები გამოსახულება. თქვენს მიერ გამოგზავნილი ფაილი ან არ არის " +"გამოსახულება, ან დაზიანებულია." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "აირჩიეთ დასაშვები მნიშვნელობა. %(value)s დასაშვები არ არის." + +msgid "Enter a list of values." +msgstr "შეიყვანეთ მნიშვნელობების სია." + +msgid "Enter a complete value." +msgstr "შეიყვანეთ სრული მნიშვნელობა." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(დამალული ველი %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "დალაგება" + +msgid "Delete" +msgstr "წავშალოთ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "გთხოვთ, შეასწოროთ დუბლირებული მონაცემები %(field)s-თვის." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"გთხოვთ, შეასწოროთ დუბლირებული მნიშვნელობა %(field)s ველისთვის, რომელიც უნდა " +"იყოს უნიკალური." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"გთხოვთ, შეასწოროთ დუბლირებული მნიშვნელობა %(field_name)s ველისთვის, რომელიც " +"უნდა იყოს უნიკალური %(lookup)s-ზე, %(date_field)s-თვის." + +msgid "Please correct the duplicate values below." +msgstr "გთხოვთ, შეასწოროთ დუბლირებული მნიშვნელობები." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "აირჩიეთ დასაშვები მნიშვნელობა. ეს არჩევანი დასაშვები არ არის." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "წაშლა" + +msgid "Currently" +msgstr "ამჟამად" + +msgid "Change" +msgstr "შეცვლა" + +msgid "Unknown" +msgstr "გაურკვეველი" + +msgid "Yes" +msgstr "კი" + +msgid "No" +msgstr "არა" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "კი,არა,შესაძლოა" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ბაიტი" +msgstr[1] "%(size)d ბაიტი" + +#, python-format +msgid "%s KB" +msgstr "%s კბ" + +#, python-format +msgid "%s MB" +msgstr "%s მბ" + +#, python-format +msgid "%s GB" +msgstr "%s გბ" + +#, python-format +msgid "%s TB" +msgstr "%s ტბ" + +#, python-format +msgid "%s PB" +msgstr "%s პბ" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "შუაღამე" + +msgid "noon" +msgstr "შუადღე" + +msgid "Monday" +msgstr "ორშაბათი" + +msgid "Tuesday" +msgstr "სამშაბათი" + +msgid "Wednesday" +msgstr "ოთხშაბათი" + +msgid "Thursday" +msgstr "ხუთშაბათი" + +msgid "Friday" +msgstr "პარასკევი" + +msgid "Saturday" +msgstr "შაბათი" + +msgid "Sunday" +msgstr "კვირა" + +msgid "Mon" +msgstr "ორშ" + +msgid "Tue" +msgstr "სამ" + +msgid "Wed" +msgstr "ოთხ" + +msgid "Thu" +msgstr "ხუთ" + +msgid "Fri" +msgstr "პარ" + +msgid "Sat" +msgstr "შაბ" + +msgid "Sun" +msgstr "კვრ" + +msgid "January" +msgstr "იანვარი" + +msgid "February" +msgstr "თებერვალი" + +msgid "March" +msgstr "მარტი" + +msgid "April" +msgstr "აპრილი" + +msgid "May" +msgstr "მაისი" + +msgid "June" +msgstr "ივნისი" + +msgid "July" +msgstr "ივლისი" + +msgid "August" +msgstr "აგვისტო" + +msgid "September" +msgstr "სექტემბერი" + +msgid "October" +msgstr "ოქტომბერი" + +msgid "November" +msgstr "ნოემბერი" + +msgid "December" +msgstr "დეკემბერი" + +msgid "jan" +msgstr "იან" + +msgid "feb" +msgstr "თებ" + +msgid "mar" +msgstr "მარ" + +msgid "apr" +msgstr "აპრ" + +msgid "may" +msgstr "მაი" + +msgid "jun" +msgstr "ივნ" + +msgid "jul" +msgstr "ივლ" + +msgid "aug" +msgstr "აგვ" + +msgid "sep" +msgstr "სექ" + +msgid "oct" +msgstr "ოქტ" + +msgid "nov" +msgstr "ნოე" + +msgid "dec" +msgstr "დეკ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "იან." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "თებ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "მარ." + +msgctxt "abbrev. month" +msgid "April" +msgstr "აპრ." + +msgctxt "abbrev. month" +msgid "May" +msgstr "მაი" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ივნ." + +msgctxt "abbrev. month" +msgid "July" +msgstr "ივლ." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "აგვ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "სექტ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ოქტ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "ნოემ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "დეკ." + +msgctxt "alt. month" +msgid "January" +msgstr "იანვარი" + +msgctxt "alt. month" +msgid "February" +msgstr "თებერვალი" + +msgctxt "alt. month" +msgid "March" +msgstr "მარტი" + +msgctxt "alt. month" +msgid "April" +msgstr "აპრილი" + +msgctxt "alt. month" +msgid "May" +msgstr "მაისი" + +msgctxt "alt. month" +msgid "June" +msgstr "ივნისი" + +msgctxt "alt. month" +msgid "July" +msgstr "ივლისი" + +msgctxt "alt. month" +msgid "August" +msgstr "აგვისტო" + +msgctxt "alt. month" +msgid "September" +msgstr "სექტემბერი" + +msgctxt "alt. month" +msgid "October" +msgstr "ოქტომბერი" + +msgctxt "alt. month" +msgid "November" +msgstr "ნოემბერი" + +msgctxt "alt. month" +msgid "December" +msgstr "დეკემბერი" + +msgid "This is not a valid IPv6 address." +msgstr "ეს არ არის სწორი IPv6 მისამართი." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "ან" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d წელი" +msgstr[1] "%d წელი" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d თვე" +msgstr[1] "%d თვე" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d კვირა" +msgstr[1] "%d კვირა" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d დღე" +msgstr[1] "%d დღე" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d საათი" +msgstr[1] "%d საათი" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d წუთი" +msgstr[1] "%d წუთი" + +msgid "0 minutes" +msgstr "0 წუთი" + +msgid "Forbidden" +msgstr "აკრძალული" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "მეტი ინფორმაცია მისაწვდომია DEBUG=True-ს მეშვეობით." + +msgid "No year specified" +msgstr "არ არის მითითებული წელი" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "არ არის მითითებული თვე" + +msgid "No day specified" +msgstr "არ არის მითითებული დღე" + +msgid "No week specified" +msgstr "არ არის მითითებული კვირა" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s არ არსებობს" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"მომავალი %(verbose_name_plural)s არ არსებობს იმიტომ, რომ %(class_name)s." +"allow_future არის False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "არ მოიძებნა არცერთი მოთხოვნის თანმხვედრი %(verbose_name)s" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-ის იდექსი" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e02f81ea67aa44c486a2196f11886a13b72a3864 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^|KT8Hq;6u{4XBz(p|03o_qtvnzFpW1Gys_NDzpw<`}qsY!+xtv2t03)DO_LOe@ z54v~j-_nKAV(pX-B^y%@Y``Qp+^y8>SF_yH%s z00JsNgi4@*8bCoch(c-zh1D=RQjgHFdfWvl@|#d2I7V@dqL>;(aW#$-YQjpEPV8v^ zjJlz!XOv=xuPZ%Dw-atjxm9TMD2SOIzF`DLv7?(n)hfMv0-vE2wj;DsrUzvj;cNhD z1ZicLSvW%sJzzG>&8!k>r?(D8*DAD7p<8zL8Di)w`{a;f(HrL%pCVU0pgYleF7ARor)$_wF{pAyvS^{dZXEv zy?L!ges_#Rp62*Zb%Fh&wfH70v9c&FGIC99x7Y^fV`QT(eB>qVToT*OdgJ^Lc*Hjc zt1kR*j&CO;y< zt=`3|*Vr+KSFmq(^u7Uab$Dft2l{lvjI34U-M~cO`o{Zl9=~_}Q%^4NwhR&kv5Wz- zco%n0a(K&7cchao&OzEaEzCj6$-Y?Ug;#TsbFw*{Kg8nsz#L>A3aKKF`Q=NH!<}ho Py=R=v=?`+8#k2nd4b}|4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/formats.py new file mode 100644 index 00000000000..661b71e2c55 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ka/formats.py @@ -0,0 +1,48 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "l, j F, Y" +TIME_FORMAT = "h:i a" +DATETIME_FORMAT = "j F, Y h:i a" +YEAR_MONTH_FORMAT = "F, Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j.M.Y" +SHORT_DATETIME_FORMAT = "j.M.Y H:i" +FIRST_DAY_OF_WEEK = 1 # (Monday) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%m/%d/%Y", # '10/25/2006' + "%m/%d/%y", # '10/25/06' + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + # "%d %b %Y", # '25 Oct 2006' + # "%d %b, %Y", # '25 Oct, 2006' + # "%d %b. %Y", # '25 Oct. 2006' + # "%d %B %Y", # '25 October 2006' + # "%d %B, %Y", # '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' + "%m/%d/%Y %H:%M:%S", # '10/25/2006 14:30:59' + "%m/%d/%Y %H:%M:%S.%f", # '10/25/2006 14:30:59.000200' + "%m/%d/%Y %H:%M", # '10/25/2006 14:30' + "%m/%d/%y %H:%M:%S", # '10/25/06 14:30:59' + "%m/%d/%y %H:%M:%S.%f", # '10/25/06 14:30:59.000200' + "%m/%d/%y %H:%M", # '10/25/06 14:30' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = " " +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..151ed67e134d2b42ea247eb5ea66aded9644b30a GIT binary patch literal 7139 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b0f6fa28878 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po @@ -0,0 +1,1211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Kabyle (http://www.transifex.com/django/django/language/" +"kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Tafrikanst" + +msgid "Arabic" +msgstr "Taɛṛabt" + +msgid "Asturian" +msgstr "Tasturyant" + +msgid "Azerbaijani" +msgstr "Tazeṛbayǧant" + +msgid "Bulgarian" +msgstr "Tabulgarit" + +msgid "Belarusian" +msgstr "Tabilurusit" + +msgid "Bengali" +msgstr "Tabelgalit" + +msgid "Breton" +msgstr "Tabrutunt" + +msgid "Bosnian" +msgstr "Tabusnit" + +msgid "Catalan" +msgstr "Takaṭalant" + +msgid "Czech" +msgstr "Tačikit" + +msgid "Welsh" +msgstr "Takusit" + +msgid "Danish" +msgstr "Tadanit" + +msgid "German" +msgstr "Talmanit" + +msgid "Lower Sorbian" +msgstr "Tasiṛbit n wadda" + +msgid "Greek" +msgstr "Tagrigit" + +msgid "English" +msgstr "Taglizit" + +msgid "Australian English" +msgstr "Taglizit n Ustralya" + +msgid "British English" +msgstr "Taglizit (UK)" + +msgid "Esperanto" +msgstr "Taspirantit" + +msgid "Spanish" +msgstr "Taspanit" + +msgid "Argentinian Spanish" +msgstr "Taspanit n Arjuntin" + +msgid "Colombian Spanish" +msgstr "Taspanit n Kulumbya" + +msgid "Mexican Spanish" +msgstr "Taspanit n Miksik" + +msgid "Nicaraguan Spanish" +msgstr "Taspanit n Nikaragwa" + +msgid "Venezuelan Spanish" +msgstr "Taspanit n Vinizwila" + +msgid "Estonian" +msgstr "Tastunit" + +msgid "Basque" +msgstr "Tabaskit" + +msgid "Persian" +msgstr "Tafarsit" + +msgid "Finnish" +msgstr "Tafinit" + +msgid "French" +msgstr "Tafṛansist" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "" + +msgid "Hindi" +msgstr "Tahendit" + +msgid "Croatian" +msgstr "Takarwasit" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Tahungarit" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Tandunizit" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Taslandit" + +msgid "Italian" +msgstr "Taṭelyanit" + +msgid "Japanese" +msgstr "" + +msgid "Georgian" +msgstr "Tajyuṛjit" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Takazaxt" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "Takannadat" + +msgid "Korean" +msgstr "Takurit" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Talitwanit" + +msgid "Latvian" +msgstr "Talitunit" + +msgid "Macedonian" +msgstr "Tamasidunit" + +msgid "Malayalam" +msgstr "Tamayalamt" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Tabirmanit" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Tanipalit" + +msgid "Dutch" +msgstr "Tahulandit" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Tabenjabit" + +msgid "Polish" +msgstr "Tapulandit" + +msgid "Portuguese" +msgstr "Tapurtugit" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "Tarumanit" + +msgid "Russian" +msgstr "Tarusit" + +msgid "Slovak" +msgstr "Tasluvakt" + +msgid "Slovenian" +msgstr "" + +msgid "Albanian" +msgstr "Talbanit" + +msgid "Serbian" +msgstr "Tasiṛbit" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "Taswidit" + +msgid "Swahili" +msgstr "Taswahilit" + +msgid "Tamil" +msgstr "Taṭamult" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "Taṭurkit" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "" + +msgid "Traditional Chinese" +msgstr "" + +msgid "Messages" +msgstr "Iznan" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Sekcem azal ameɣtu." + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Sekcem tansa imayl tameɣtut." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Sekcem tansa IPv4 tameɣtut." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "Sekcem amḍan." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "akked" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Azemz (s wakud)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Tanzagt" + +msgid "Email address" +msgstr "Tansa email" + +msgid "File path" +msgstr "Abrid n ufaylu" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Ummid" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "Tansa IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Aḍris" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Akud" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Afaylu" + +msgid "Image" +msgstr "Tugna" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "" + +msgid "Enter a whole number." +msgstr "Sekcem amḍan ummid." + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "Afaylu ur yettwazen ara." + +msgid "The submitted file is empty." +msgstr "" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "Sekcem azal ummid." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Amizwer" + +msgid "Delete" +msgstr "KKES" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Sfeḍ" + +msgid "Currently" +msgstr "Tura" + +msgid "Change" +msgstr "Beddel" + +msgid "Unknown" +msgstr "Arussin" + +msgid "Yes" +msgstr "Ih" + +msgid "No" +msgstr "Uhu" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "%s KAṬ" + +#, python-format +msgid "%s MB" +msgstr "%s MAṬ" + +#, python-format +msgid "%s GB" +msgstr "%s GAṬ" + +#, python-format +msgid "%s TB" +msgstr "%s TAṬ" + +#, python-format +msgid "%s PB" +msgstr "%s PAṬ" + +msgid "p.m." +msgstr "m.d." + +msgid "a.m." +msgstr "f.t." + +msgid "PM" +msgstr "MD" + +msgid "AM" +msgstr "FT" + +msgid "midnight" +msgstr "ttnaṣfa n yiḍ" + +msgid "noon" +msgstr "ttnaṣfa n uzal" + +msgid "Monday" +msgstr "Arim" + +msgid "Tuesday" +msgstr "Aram" + +msgid "Wednesday" +msgstr "Ahad" + +msgid "Thursday" +msgstr "Amhad" + +msgid "Friday" +msgstr "Sem" + +msgid "Saturday" +msgstr "Sed" + +msgid "Sunday" +msgstr "Acer" + +msgid "Mon" +msgstr "Ari" + +msgid "Tue" +msgstr "Ara" + +msgid "Wed" +msgstr "Aha" + +msgid "Thu" +msgstr "Amh" + +msgid "Fri" +msgstr "Sem" + +msgid "Sat" +msgstr "Sed" + +msgid "Sun" +msgstr "Ace" + +msgid "January" +msgstr "Yennayer" + +msgid "February" +msgstr "Fuṛaṛ" + +msgid "March" +msgstr "Meɣres" + +msgid "April" +msgstr "Yebrir" + +msgid "May" +msgstr "Mayyu" + +msgid "June" +msgstr "Yunyu" + +msgid "July" +msgstr "Yulyu" + +msgid "August" +msgstr "Ɣuct" + +msgid "September" +msgstr "Ctamber" + +msgid "October" +msgstr "Tuber" + +msgid "November" +msgstr "Wamber" + +msgid "December" +msgstr "Dujamber" + +msgid "jan" +msgstr "yen" + +msgid "feb" +msgstr "fuṛ" + +msgid "mar" +msgstr "meɣ" + +msgid "apr" +msgstr "yeb" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "yun" + +msgid "jul" +msgstr "yul" + +msgid "aug" +msgstr "ɣuc" + +msgid "sep" +msgstr "cte" + +msgid "oct" +msgstr "tub" + +msgid "nov" +msgstr "wam" + +msgid "dec" +msgstr "duj" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Yen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fuṛ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Meɣres" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Yebrir" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayyu" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Yunyu" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Yulyu" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ɣuc." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Tub." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Wam." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Duj." + +msgctxt "alt. month" +msgid "January" +msgstr "Yennayer" + +msgctxt "alt. month" +msgid "February" +msgstr "Fuṛaṛ" + +msgctxt "alt. month" +msgid "March" +msgstr "Meɣres" + +msgctxt "alt. month" +msgid "April" +msgstr "Yebrir" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayyu" + +msgctxt "alt. month" +msgid "June" +msgstr "Yunyu" + +msgctxt "alt. month" +msgid "July" +msgstr "Yulyu" + +msgctxt "alt. month" +msgid "August" +msgstr "Ɣuct" + +msgctxt "alt. month" +msgid "September" +msgstr "Ctamber" + +msgctxt "alt. month" +msgid "October" +msgstr "Tuber" + +msgctxt "alt. month" +msgid "November" +msgstr "Wamber" + +msgctxt "alt. month" +msgid "December" +msgstr "Dujamber" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "neɣ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "0 n tisdatin" + +msgid "Forbidden" +msgstr "Yegdel" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "Bdu s Django" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..38300b20556650b790c71c214193519f0a85b772 GIT binary patch literal 13148 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..2858be06330 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,1223 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Baurzhan Muftakhidinov , 2015 +# Zharzhan Kulmyrza , 2011 +# Leo Trubach , 2017 +# Nurlan Rakhimzhanov , 2011 +# yun_man_ger , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Араб" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Әзірбайжан" + +msgid "Bulgarian" +msgstr "Болгар" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Бенгал" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Босния" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Czech" +msgstr "Чех" + +msgid "Welsh" +msgstr "Валлий" + +msgid "Danish" +msgstr "Дания" + +msgid "German" +msgstr "Неміс" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Ағылшын" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Британдық ағылшын" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "Испан" + +msgid "Argentinian Spanish" +msgstr "Аргентиналық испан" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикалық испан" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуа испан" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Эстон" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Парсы" + +msgid "Finnish" +msgstr "Фин" + +msgid "French" +msgstr "Француз" + +msgid "Frisian" +msgstr "Фриз" + +msgid "Irish" +msgstr "Ирландия" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галиц" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Кроат" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгрия" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Индонезия" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исладия" + +msgid "Italian" +msgstr "Итальян" + +msgid "Japanese" +msgstr "Жапон" + +msgid "Georgian" +msgstr "Грузин" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Қазақша" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Канада" + +msgid "Korean" +msgstr "Корей" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Литва" + +msgid "Latvian" +msgstr "Латвия" + +msgid "Macedonian" +msgstr "Македон" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монғол" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Голланд" + +msgid "Norwegian Nynorsk" +msgstr "Норвегиялық нюнор" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Пенджаб" + +msgid "Polish" +msgstr "Поляк" + +msgid "Portuguese" +msgstr "Португал" + +msgid "Brazilian Portuguese" +msgstr "Бразилиялық португал" + +msgid "Romanian" +msgstr "Роман" + +msgid "Russian" +msgstr "Орыс" + +msgid "Slovak" +msgstr "Словак" + +msgid "Slovenian" +msgstr "Словениялық" + +msgid "Albanian" +msgstr "Албан" + +msgid "Serbian" +msgstr "Серб" + +msgid "Serbian Latin" +msgstr "Сербиялық латын" + +msgid "Swedish" +msgstr "Швед" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Тамиль" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тай" + +msgid "Turkish" +msgstr "Түрік" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Украин" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Вьетнам" + +msgid "Simplified Chinese" +msgstr "Жеңілдетілген қытай" + +msgid "Traditional Chinese" +msgstr "Дәстүрлі қытай" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Тура мәнін енгізіңіз." + +msgid "Enter a valid URL." +msgstr "Тура URL-ді енгізіңіз." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Тура IPv4 адресті енгізіңіз." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Тек үтірлермен бөлінген цифрлерді енгізіңіз." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Бұл мәннің %(limit_value)s екендігін тексеріңіз (қазір ол %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Бұл мәннің мынадан %(limit_value)s кіші немесе тең екендігін тексеріңіз." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Бұл мәннің мынадан %(limit_value)s үлкен немесе тең екендігін тексеріңіз." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "Сан енгізіңіз." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "және" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Бұл жолақ null болмау керек." + +msgid "This field cannot be blank." +msgstr "Бұл жолақ бос болмау керек." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s %(field_label)s жолақпен бұрыннан бар." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Жолақтын түрі: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True немесе False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Жол (%(max_length)s символға дейін)" + +msgid "Comma-separated integers" +msgstr "Үтірмен бөлінген бүтін сандар" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (уақытсыз)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата (уақытпен)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Ондық сан" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email адрес" + +msgid "File path" +msgstr "Файл жолы" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Реал сан" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Бүтін сан" + +msgid "Big (8 byte) integer" +msgstr "Ұзын (8 байт) бүтін сан" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP мекенжайы" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Булеан (True, False немесе None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Мәтін" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Уақыт" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (тип related field арқылы анықталады)" + +msgid "One-to-one relationship" +msgstr "One-to-one қатынас" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many қатынас" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Бұл өрісті толтыру міндетті." + +msgid "Enter a whole number." +msgstr "Толық санды енгізіңіз." + +msgid "Enter a valid date." +msgstr "Дұрыс күнді енгізіңіз." + +msgid "Enter a valid time." +msgstr "Дұрыс уақытты енгізіңіз." + +msgid "Enter a valid date/time." +msgstr "Дұрыс күнді/уақытты енгізіңіз." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ешқандай файл жіберілмеді. Форманың кодтау түрін тексеріңіз." + +msgid "No file was submitted." +msgstr "Ешқандай файл жіберілмеді." + +msgid "The submitted file is empty." +msgstr "Бос файл жіберілді." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Файлды жіберіңіз немесе тазалауды белгіленіз, екеуін бірге емес." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Дұрыс сүретті жүктеңіз. Сіз жүктеген файл - сүрет емес немесе бұзылған сүрет." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Дұрыс тандау жасаңыз. %(value)s дұрыс тандау емес." + +msgid "Enter a list of values." +msgstr "Мәндер тізімін енгізіңіз." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Сұрыптау" + +msgid "Delete" +msgstr "Жою" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s жолақтағы қайталанған мәнді түзетіңіз." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "%(field)s жолақтағы мәнді түзетіңіз, ол бірегей болу керек." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s жолақтағы мәнді түзетіңіз. Ол %(date_field)s жолақтың ішінде " +"%(lookup)s үшін бірегей болу керек." + +msgid "Please correct the duplicate values below." +msgstr "Қайталанатын мәндерді түзетіңіз." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Дұрыс нұсқаны таңдаңыз. Бұл нұсқа дұрыс таңдаулардың арасында жоқ." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Тазалау" + +msgid "Currently" +msgstr "Ағымдағы" + +msgid "Change" +msgstr "Түзету" + +msgid "Unknown" +msgstr "Белгісіз" + +msgid "Yes" +msgstr "Иә" + +msgid "No" +msgstr "Жоқ" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "иә,жоқ,мүмкін" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "Т.Қ." + +msgid "a.m." +msgstr "Т.Ж." + +msgid "PM" +msgstr "ТҚ" + +msgid "AM" +msgstr "ТЖ" + +msgid "midnight" +msgstr "түнжарым" + +msgid "noon" +msgstr "түсқайта" + +msgid "Monday" +msgstr "Дүйсенбі" + +msgid "Tuesday" +msgstr "Сейсенбі" + +msgid "Wednesday" +msgstr "Сәрсенбі" + +msgid "Thursday" +msgstr "Бейсенбі" + +msgid "Friday" +msgstr "Жума" + +msgid "Saturday" +msgstr "Сенбі" + +msgid "Sunday" +msgstr "Жексенбі" + +msgid "Mon" +msgstr "Дб" + +msgid "Tue" +msgstr "Сб" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Бс" + +msgid "Fri" +msgstr "Жм" + +msgid "Sat" +msgstr "Сн" + +msgid "Sun" +msgstr "Жк" + +msgid "January" +msgstr "Қаңтар" + +msgid "February" +msgstr "Ақпан" + +msgid "March" +msgstr "Наурыз" + +msgid "April" +msgstr "Сәуір" + +msgid "May" +msgstr "Мамыр" + +msgid "June" +msgstr "Маусым" + +msgid "July" +msgstr "Шілде" + +msgid "August" +msgstr "Тамыз" + +msgid "September" +msgstr "Қыркүйек" + +msgid "October" +msgstr "Қазан" + +msgid "November" +msgstr "Қараша" + +msgid "December" +msgstr "Желтоқсан" + +msgid "jan" +msgstr "қан" + +msgid "feb" +msgstr "ақп" + +msgid "mar" +msgstr "нау" + +msgid "apr" +msgstr "сәу" + +msgid "may" +msgstr "мам" + +msgid "jun" +msgstr "мау" + +msgid "jul" +msgstr "шіл" + +msgid "aug" +msgstr "там" + +msgid "sep" +msgstr "қыр" + +msgid "oct" +msgstr "қаз" + +msgid "nov" +msgstr "қар" + +msgid "dec" +msgstr "жел" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Қаң." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Ақп." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Наурыз" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Сәуір" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Мамыр" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Маусым" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Шілде" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Там." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Қыр." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Қаз." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Қар." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Жел." + +msgctxt "alt. month" +msgid "January" +msgstr "Қаңтар" + +msgctxt "alt. month" +msgid "February" +msgstr "Ақпан" + +msgctxt "alt. month" +msgid "March" +msgstr "Наурыз" + +msgctxt "alt. month" +msgid "April" +msgstr "Сәуір" + +msgctxt "alt. month" +msgid "May" +msgstr "Мамыр" + +msgctxt "alt. month" +msgid "June" +msgstr "Маусым" + +msgctxt "alt. month" +msgid "July" +msgstr "Шілде" + +msgctxt "alt. month" +msgid "August" +msgstr "Тамыз" + +msgctxt "alt. month" +msgid "September" +msgstr "Қыркүйек" + +msgctxt "alt. month" +msgid "October" +msgstr "Қазан" + +msgctxt "alt. month" +msgid "November" +msgstr "Қараша" + +msgctxt "alt. month" +msgid "December" +msgstr "Желтоқсан" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "немесе" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Жыл таңдалмаған" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Ай таңдалмаған" + +msgid "No day specified" +msgstr "Күн таңдалмаған" + +msgid "No week specified" +msgstr "Апта таңдалмаған" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s қол жеткізгісіз" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Болашақ %(verbose_name_plural)s қол жеткізгісіз, себебі %(class_name)s." +"allow_future False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s табылған жоқ" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b73a32aae966c43a4d523f8fb6873df30ba4aab5 GIT binary patch literal 7217 zcmc(ieT-aH6~HeDMOHvQ718RG&t2Hr-4+UEYn67}g>AcS>Fz>7`FJ~XclNO}?+tI> zbh}7&+mu3~Pzt3$X=c`%U{p|uhOP*xO;Do}jV3DmAq;n%U@*{e0K$-uR`KRW)emfL<3mtnM zmqW3)3LXcC95+I-dlMvtDhfr&`uekTmI=&2L z{;TlA@EynZpv*hzWLr1$p{&;lMgJ;zCLDs|&$wgGvEZ0EZg#xWaoTa4<2{Z$9UpYu zQGyvlWW{olxd|7hVoug^%d;{)k5|LIWb>0BuObUI$?*bil$A=e*s{i5S`H~zTelTg!e{RJo1xq{8RRBp1@ak0o-2^W$hAl>vIH4KL(dduNFqytGKau2Cxg*eEmWwAdRq}8%gwp2{iavf&l@eU36HFK_!(t_FzY2#1+o{K!LcaLcQJR9jpVv?5=lfiM0hVwY$z3r z!XZB?#j?_nE+kfWD99Ib!B{{N`^E#~;ZQExWp-U{XDfc ztT!iW7|-hN+8qQ%Pv;BCR2MI4vqCQ8rTs9B5^q#;m&-N1LMPU@mx7r6GNlw3#nEBv zMh(Y)CP;!Pq&jL&4wtl5D8&=v%*ci{YGfkz1LN^XI1xsZp&BXVB0odHY$6+!Y2MH3 zE>FBQQJ#uQUdgDieF?d?CqsPXpcr+jeV-bN;}S8e*-+Q(48al?uh%)&zd;w3KT3sc z>hkhYn2aB1k7DzfNq*}PrO-TN3!`;xO8L2@#dyPjJ?jlBoF|*&hOzn)Xc((iXycI7 zXj5N&oLkH}*f`LnU$4Z5Iklo}7@Dg>&W`d6vGPkYQiH{8kV!2s zWs9ldsMl*-zb>^wZwf>;CHGRVx3FiyrKz6FQVSP(J(u@hcI72KJZ)?IVv?c)!(z@) zqPW*v>zkw9iT=VxybiM^swy?C{d}*tdOXhs)jpmih2HLNzfkB(WNI*`H+OLlbz7fm z;Lb3UyC?G99c_aHgDdB}U(nUl)<+@fkmWh+yn`Ld@g-h*+>eVoSvoS@pISVp zCu@!AIJMH<620Ey(IBZi+3QW@+t%kwv7bxzb7vHLy|7@q#ia|Dc(%E;XGxo?mLIED zwp7cNYWX=jj{@7NmJgWrzG`KMY3!+1?n48`*=l*_aCP2e=PPbf`TL?;d5GV+4^GYI zU2jg`S1sR-s{J-q%loS3=MVcn)zuqxndw>eLo?=k=6de4RV_ba7Jb6Ffdj0AW4N)a zT7H3v?BK3yWqY;!aJBrR`Q2MBALMnryU;rhvA27xm95n>MyxgF5*6lQjbFA&NSH?; zwi@FYLxEY_s^!Pc=BCX!OHWG#nghGtn3!%Ez1P@yfIyg>*r1CN7BK#VF}ug?9e;6y zO<7C356!eoWp{Y(GF7y3h(r-pLV&w8Nb?Tk-?omUvB{Fye1FCts>S35R%(g%ZsV9O zv#sK{{bN9UBHXUV>}x4WsWjQ>erZeE2rwnK&DLV09@Q$NwTwJr_AQaeCiC{1K0!U) zpSod8n2M?FIegkKR}m6T{>@a&FOlk_D-aU`lEJ=QmQC9gOVuntU6m6=(olM|TDb?0 z>Xl6$6OY~1%3ZbMc-ZXx+oo&7CWYP@p7$F@3XGsrFD@#W!62^Kf}fMsjvH zPGw~eA1d^SkG(={{g6TXDQ>)rt+TdrF+_uPaBkYPO*q6$YJyi=sue0wYT|!rx_(k- z=3*?RcF-0CuL(X$+Fxt@%d%kGM4DnGNDtsN>EUu=Pi%;xeGJXjq&X7&If6Q`r8H1S zi!|Ga@TUb+iJ%QR_ZxoTBWJ}16t#Wr{NG4Eq>XmTb3NzwmZ7#;LoOaNC?#zEut4d1 zc*v+dKe%tr>}~jKhk>EG+e~8xm4F{V#;&o}yo4Ej{jT2;o#?f5W?9&`x zV~mSq)+AACsOfJetmAvr$Dgn=%AQ4;)_?WI*l!a5pDtBaX}bM5p_Gf1$kA=%ZZq@$ TzKtWKxwD}ZkNmo|g4I6(lDL#) literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1c7d623a0b0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,1251 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Natalia, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Khmer (http://app.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "ភាសាអារ៉ាប់" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "ភាសាបេឡារុស្ស" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "" + +msgid "Catalan" +msgstr "" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "ភាសាឆេក" + +msgid "Welsh" +msgstr "ភាសាអ៊ុយក្រែន" + +msgid "Danish" +msgstr "ភាសាដាណឺម៉ាក" + +msgid "German" +msgstr "ភាសាអាល្លឺម៉ង់" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ភាសាហ្កែលិគ" + +msgid "English" +msgstr "ភាសាអង់គ្លេស" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ភាសាអេស្ប៉ាញ" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "ភាសាហ្វាំងឡង់" + +msgid "French" +msgstr "ភាសាបារាំង" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ភាសាហ្កែលិគ" + +msgid "Hebrew" +msgstr "ភាសាហេប្រិ" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ភាសាហុងគ្រី" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ភាសាអ៉ីស្លង់" + +msgid "Italian" +msgstr "ភាសាអ៊ីតាលី" + +msgid "Japanese" +msgstr "ភាសាជប៉ុន" + +msgid "Georgian" +msgstr "" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "ភាសាហ្វាំងឡង់" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "ភាសារូម៉ានី" + +msgid "Russian" +msgstr "ភាសាรัរូស្ស៉ី" + +msgid "Slovak" +msgstr "ភាសាស្លូវ៉ាគី" + +msgid "Slovenian" +msgstr "ភាសាស្លូវ៉ានី" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "ភាសាស៊ុយអែដ" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "ភាសាតាមីល" + +msgid "Telugu" +msgstr "" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "ភាសាទួរគី" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "ភាសាអ៊ុយក្រែន" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "ភាសាចិនសាមញ្ញ" + +msgid "Traditional Chinese" +msgstr "ភាសាចិនបុរាណ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid domain name." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv4 or IPv6" +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "បំពេញតែលេខហើយផ្តាច់ចេញពីគ្នាដោយសញ្ញាក្បៀស។" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +msgid "Enter a number." +msgstr "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "និង" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ចាំបាច់បំពេញទិន្នន័យកន្លែងនេះ។" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (អាច​ជា True រឺ False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "ចំនួនពិត(Integer) ដែលផ្តាច់ចេញពីគ្នាដោយ​ក្បៀស" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "កាល​បរិច្ឆេទ (Date) (មិនមានសរសេរម៉ោង)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "កាល​បរិច្ឆេទ (Date) (មានសរសេរម៉ោង)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ចំនួនទសភាគ (Decimal)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "ផ្លូវទៅកាន់ឯកសារ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "ចំនួនពិត(Integer)" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "លេខ IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (អាចជា True​ រឺ False រឺ None)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Text" +msgstr "អត្ថបទ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "ពេលវេលា" + +msgid "URL" +msgstr "អាស័យដ្ឋានគេហទំព័រ(URL)" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ចាំបាច់បំពេញទិន្នន័យកន្លែងនេះ។" + +msgid "Enter a whole number." +msgstr "បំពេញចំនួនទាំងអស់។" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "មិនមានឯកសារត្រូវបានជ្រើសរើស។ សូមពិនិត្យប្រភេទឯកសារម្តងទៀត។" + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "ពុំមានឯកសារ។​" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "រូបភាពដែលទាញយកមិនត្រឹមត្រូវ ប្រហែលជាមិនមែនជារូបភាព ឬក៏ជា រូបភាពខូច។" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" + +msgid "Order" +msgstr "" + +msgid "Delete" +msgstr "លប់" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "ផ្លាស់ប្តូរ" + +msgid "Unknown" +msgstr "មិន​ដឹង" + +msgid "Yes" +msgstr "យល់ព្រម" + +msgid "No" +msgstr "មិនយល់ព្រម" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "យល់ព្រម,មិនយល់ព្រម,ប្រហែល" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "ច័ន្ទ" + +msgid "Tuesday" +msgstr "អង្គារ" + +msgid "Wednesday" +msgstr "ពុធ" + +msgid "Thursday" +msgstr "ព្រហស្បតិ៍" + +msgid "Friday" +msgstr "សុក្រ" + +msgid "Saturday" +msgstr "សៅរ៍" + +msgid "Sunday" +msgstr "អាទិត្យ" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "មករា" + +msgid "February" +msgstr "កុម្ភៈ" + +msgid "March" +msgstr "មិនា" + +msgid "April" +msgstr "មេសា" + +msgid "May" +msgstr "ឧសភា" + +msgid "June" +msgstr "មិថុនា" + +msgid "July" +msgstr "កក្កដា" + +msgid "August" +msgstr "សីហា" + +msgid "September" +msgstr "កញ្ញា" + +msgid "October" +msgstr "តុលា" + +msgid "November" +msgstr "វិច្ឆិកា" + +msgid "December" +msgstr "ធ្នូ" + +msgid "jan" +msgstr "មករា" + +msgid "feb" +msgstr "កុម្ភះ" + +msgid "mar" +msgstr "មិនា" + +msgid "apr" +msgstr "មេសា" + +msgid "may" +msgstr "ឧសភា" + +msgid "jun" +msgstr "មិថុនា" + +msgid "jul" +msgstr "កក្កដា" + +msgid "aug" +msgstr "សីហា" + +msgid "sep" +msgstr "កញ្ញា" + +msgid "oct" +msgstr "តុលា" + +msgid "nov" +msgstr "វិច្ឆិកា" + +msgid "dec" +msgstr "ធ្នូ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "មិនា" + +msgctxt "abbrev. month" +msgid "April" +msgstr "មេសា" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ឧសភា" + +msgctxt "abbrev. month" +msgid "June" +msgstr "មិថុនា" + +msgctxt "abbrev. month" +msgid "July" +msgstr "កក្កដា" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "មករា" + +msgctxt "alt. month" +msgid "February" +msgstr "កុម្ភៈ" + +msgctxt "alt. month" +msgid "March" +msgstr "មិនា" + +msgctxt "alt. month" +msgid "April" +msgstr "មេសា" + +msgctxt "alt. month" +msgid "May" +msgstr "ឧសភា" + +msgctxt "alt. month" +msgid "June" +msgstr "មិថុនា" + +msgctxt "alt. month" +msgid "July" +msgstr "កក្កដា" + +msgctxt "alt. month" +msgid "August" +msgstr "សីហា" + +msgctxt "alt. month" +msgid "September" +msgstr "កញ្ញា" + +msgctxt "alt. month" +msgid "October" +msgstr "តុលា" + +msgctxt "alt. month" +msgid "November" +msgstr "វិច្ឆិកា" + +msgctxt "alt. month" +msgid "December" +msgstr "ធ្នូ" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2c9c6e34970aa99ecf061489fb5d6144cf5dfae GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^|N#J zMzN-_MX{x@N3mCOXmXay0F`DbJe=3~aDJ158<5fVaQ>u+^Cmx>x9#ElHigJ4W_PR1 zQbhu)bQFN9s+hAB+^Sf!6nuf&xWE)x{1>CnFGf8-O^#dKE{-9t@oxS>zK$WcxI;XB z;T(RD46=ZLufJc2N4$$;Buu?vu!nz82v7uJgeXD?S+AgrtFx!CqfdOWYk*^rV~Bsy zEujz(|IlDZKNp19N`}v%@cNamU!Gr-U0jfuoLa2!l9ia3p6`;Ho3HPZTBcu8RG9)6 z(JxEQE7Q-(Owuo?EXl~vGuAUS(l5>|N!11F%T7!OYK1CH&d*EJ&&f|t%t_VH&ec!L zFUn0UDb_2f{Ka9Do1apelWJGQ540B)S;b~R;sY}yBjX1y27cWJ?i+l~3KSE(Au4f^L8yoqs1*RWW2I^U literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/formats.py new file mode 100644 index 00000000000..5923437476f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/km/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j ខែ F ឆ្នាំ Y" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j ខែ F ឆ្នាំ Y, G:i" +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M Y" +SHORT_DATETIME_FORMAT = "j M Y, G:i" +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c926f57dad06da2e027d0de75e6b98a94d39ac1c GIT binary patch literal 17515 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f2ba2aa8268 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po @@ -0,0 +1,1232 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# karthikbgl , 2011-2012 +# Ramakrishna Yekulla , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "ಅರೇಬಿಕ್" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "ಆಜೆರ್ಬೈಜನಿ" + +msgid "Bulgarian" +msgstr "ಬಲ್ಗೇರಿಯನ್" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "ಬೆಂಗಾಲಿ" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "ಬೋಸ್ನಿಯನ್" + +msgid "Catalan" +msgstr "ಕೆಟಲಾನ್" + +msgid "Czech" +msgstr "ಝೆಕ್" + +msgid "Welsh" +msgstr "ವೆಲ್ಷ್" + +msgid "Danish" +msgstr "ಡ್ಯಾನಿಷ್" + +msgid "German" +msgstr "ಜರ್ಮನ್" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ಗ್ರೀಕ್" + +msgid "English" +msgstr "ಇಂಗ್ಲಿಷ್" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ಬ್ರಿಟೀಶ್ ಇಂಗ್ಲಿಷ್" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ಸ್ಪ್ಯಾನಿಷ್" + +msgid "Argentinian Spanish" +msgstr "ಅರ್ಜೆಂಟಿನಿಯನ್ ಸ್ಪಾನಿಷ್" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "ಮೆಕ್ಸಿಕನ್ ಸ್ಪಾನಿಷ್" + +msgid "Nicaraguan Spanish" +msgstr "nicarguan ಸ್ಪಾನಿಷ್" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "ಎಷ್ಟೋನಿಯನ್" + +msgid "Basque" +msgstr "ಬಾಸ್ಕ್‍" + +msgid "Persian" +msgstr "ಪರ್ಶಿಯನ್" + +msgid "Finnish" +msgstr "ಫಿನ್ನಿಶ್" + +msgid "French" +msgstr "ಫ್ರೆಂಚ್" + +msgid "Frisian" +msgstr "ಫ್ರಿಸಿಯನ್" + +msgid "Irish" +msgstr "ಐರಿಶ್" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ಗೆಲಿಶಿಯನ್" + +msgid "Hebrew" +msgstr "ಹೀಬ್ರೂ" + +msgid "Hindi" +msgstr "ಹಿಂದಿ" + +msgid "Croatian" +msgstr "ಕ್ರೊಯೇಶಿಯನ್" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ಹಂಗೇರಿಯನ್" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ಇಂಡೋನಿಶಿಯನ್" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ಐಸ್‌ಲ್ಯಾಂಡಿಕ್" + +msgid "Italian" +msgstr "ಇಟಾಲಿಯನ್" + +msgid "Japanese" +msgstr "ಜಾಪನೀಸ್" + +msgid "Georgian" +msgstr "ಜಾರ್ಜೆಯನ್ " + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "ಖಮೇರ್" + +msgid "Kannada" +msgstr "ಕನ್ನಡ" + +msgid "Korean" +msgstr "ಕೊರಿಯನ್" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "ಲಿತುವಾನಿಯನ್ " + +msgid "Latvian" +msgstr "ಲಾಟ್ವಿಯನ್" + +msgid "Macedonian" +msgstr "ಮೆಸಡೊನಿಯನ್" + +msgid "Malayalam" +msgstr "ಮಲಯಾಳಂ" + +msgid "Mongolian" +msgstr "ಮಂಗೊಲಿಯನ್" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "ಡಚ್" + +msgid "Norwegian Nynorsk" +msgstr "ನಾರ್ವೇಜಿಯನ್ ನಿನೋರ್ಕ್" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "ಪಂಜಾಬಿ" + +msgid "Polish" +msgstr "ಪೋಲಿಷ್" + +msgid "Portuguese" +msgstr "ಪೋರ್ಚುಗೀಸ್" + +msgid "Brazilian Portuguese" +msgstr "ಬ್ರಜೀಲಿಯನ್ ಪೋರ್ಚುಗೀಸ್" + +msgid "Romanian" +msgstr "ರೋಮೇನಿಯನ್" + +msgid "Russian" +msgstr "ರಶಿಯನ್" + +msgid "Slovak" +msgstr "ಸ್ಲೋವಾಕ್" + +msgid "Slovenian" +msgstr "ಸ್ಲೋವೇನಿಯನ್" + +msgid "Albanian" +msgstr "ಅಲ್ಬೆನಿಯನ್ " + +msgid "Serbian" +msgstr "ಸರ್ಬಿಯನ್" + +msgid "Serbian Latin" +msgstr "ಸರ್ಬಿಯನ್ ಲ್ಯಾಟಿನ್" + +msgid "Swedish" +msgstr "ಸ್ವೀಡಿಷ್" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "ತಮಿಳು" + +msgid "Telugu" +msgstr "ತೆಲುಗು" + +msgid "Thai" +msgstr "ಥಾಯ್" + +msgid "Turkish" +msgstr "ಟರ್ಕಿಶ್" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ಉಕ್ರೇನಿಯನ್" + +msgid "Urdu" +msgstr "ಉರ್ದು" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "ವಿಯೆತ್ನಾಮೀಸ್" + +msgid "Simplified Chinese" +msgstr "ಸರಳೀಕೃತ ಚೈನೀಸ್" + +msgid "Traditional Chinese" +msgstr "ಸಂಪ್ರದಾಯಿಕ ಚೈನೀಸ್ " + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "ಸಿಂಧುವಾದ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid URL." +msgstr "ಸರಿಯಾದ ಒಂದು URL ಅನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "ಒಂದು ಸರಿಯಾದ IPv4 ವಿಳಾಸವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid IPv6 address." +msgstr "ಮಾನ್ಯವಾದ IPv6 ವಿಳಾಸ ದಾಖಲಿಸಿ" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "ಮಾನ್ಯವಾದ IPv4 ಅಥವಾ IPv6 ವಿಳಾಸ ದಾಖಲಿಸಿ" + +msgid "Enter only digits separated by commas." +msgstr "ಅಲ್ಪವಿರಾಮ(,)ಗಳಿಂದ ಬೇರ್ಪಟ್ಟ ಅಂಕೆಗಳನ್ನು ಮಾತ್ರ ಬರೆಯಿರಿ." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"ಈ ಮೌಲ್ಯವು %(limit_value)s ಆಗಿದೆ ಎಂದು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ (ಇದು %(show_value)s ಆಗಿದೆ)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"ಈ ಮೌಲ್ಯವು %(limit_value)s ಕ್ಕಿಂತ ಕಡಿಮೆಯ ಅಥವ ಸಮನಾದ ಮೌಲ್ಯವಾಗಿದೆ ಎಂದು ಖಾತ್ರಿ " +"ಮಾಡಿಕೊಳ್ಳಿ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"ಈ ಮೌಲ್ಯವು %(limit_value)s ಕ್ಕಿಂತ ಹೆಚ್ಚಿನ ಅಥವ ಸಮನಾದ ಮೌಲ್ಯವಾಗಿದೆ ಎಂದು ಖಾತ್ರಿ " +"ಮಾಡಿಕೊಳ್ಳಿ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "ಒಂದು ಸಂಖ್ಯೆಯನ್ನು ನಮೂದಿಸಿ." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "ಮತ್ತು" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ಈ ಅಂಶವನ್ನು ಖಾಲಿ ಬಿಡುವಂತಿಲ್ಲ." + +msgid "This field cannot be blank." +msgstr "ಈ ಸ್ಥಳವು ಖಾಲಿ ಇರುವಂತಿಲ್ಲ." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"ಈ %(field_label)s ಅನ್ನು ಹೊಂದಿರುವ ಒಂದು %(model_name)s ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ಕ್ಷೇತ್ರದ ಬಗೆ: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "ಬೂಲಿಯನ್ (ಹೌದು ಅಥವ ಅಲ್ಲ)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "ಪದಪುಂಜ (%(max_length)s ವರೆಗೆ)" + +msgid "Comma-separated integers" +msgstr "ಅಲ್ಪವಿರಾಮ(,) ದಿಂದ ಬೇರ್ಪಟ್ಟ ಪೂರ್ಣಸಂಖ್ಯೆಗಳು" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "ದಿನಾಂಕ (ಸಮಯವಿಲ್ಲದೆ)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "ದಿನಾಂಕ (ಸಮಯದೊಂದಿಗೆ)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ದಶಮಾನ ಸಂಖ್ಯೆ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "ಕಡತದ ಸ್ಥಾನಪಥ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "ತೇಲುವ-ಬಿಂದು ಸಂಖ್ಯೆ" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "ಪೂರ್ಣಾಂಕ" + +msgid "Big (8 byte) integer" +msgstr "ಬೃಹತ್ (೮ ಬೈಟ್) ಪೂರ್ಣ ಸಂಖ್ಯೆ" + +msgid "IPv4 address" +msgstr "IPv4 ವಿಳಾಸ" + +msgid "IP address" +msgstr "IP ವಿಳಾಸ" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "ಬೂಲಿಯನ್ (ನಿಜ, ಸುಳ್ಳು ಅಥವ ಯಾವುದೂ ಅಲ್ಲ ಇವುಗಳಲ್ಲಿ ಒಂದು)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "ಪಠ್ಯ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "ಸಮಯ" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "ಬಾಹ್ಯ ಕೀಲಿ (ಸಂಬಂಧಿತ ಸ್ಥಳದಿಂದ ಪ್ರಕಾರವನ್ನು ನಿರ್ಧರಿಸಲಾಗುತ್ತದೆ)" + +msgid "One-to-one relationship" +msgstr "ಒನ್-ಟು-ಒನ್ (ಪರಸ್ಪರ) ಸಂಬಂಧ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ಮೆನಿ-ಟು-ಮೆನಿ (ಸಾರ್ವಜನಿಕ) ಸಂಬಂಧ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ಈ ಸ್ಥಳವು ಅಗತ್ಯವಿರುತ್ತದೆ." + +msgid "Enter a whole number." +msgstr "ಪೂರ್ಣಾಂಕವೊಂದನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid date." +msgstr "ಸರಿಯಾದ ದಿನಾಂಕವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid time." +msgstr "ಸರಿಯಾದ ಸಮಯವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid date/time." +msgstr "ಸರಿಯಾದ ದಿನಾಂಕ/ಸಮಯವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"ಯಾವದೇ ಕಡತವನ್ನೂ ಸಲ್ಲಿಸಲಾಗಿಲ್ಲ. ನಮೂನೆಯ ಮೇಲಿನ ಸಂಕೇತೀಕರಣ (ಎನ್ಕೋಡಿಂಗ್) ಬಗೆಯನ್ನು " +"ಪರೀಕ್ಷಿಸಿ." + +msgid "No file was submitted." +msgstr "ಯಾವದೇ ಕಡತವನ್ನೂ ಸಲ್ಲಿಸಲಾಗಿಲ್ಲ." + +msgid "The submitted file is empty." +msgstr "ಸಲ್ಲಿಸಲಾದ ಕಡತ ಖಾಲಿ ಇದೆ." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"ದಯವಿಟ್ಟು ಕಡತವನ್ನು ಸಲ್ಲಿಸಿ ಅಥವ ಅಳಿಸುವ ಗುರುತುಚೌಕವನ್ನು ಗುರುತು ಹಾಕಿ, ಎರಡನ್ನೂ ಒಟ್ಟಿಗೆ " +"ಮಾಡಬೇಡಿ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ಸರಿಯಾದ ಚಿತ್ರವನ್ನು ಸೇರಿಸಿ. ನೀವು ಸೇರಿಸಿದ ಕಡತವು ಚಿತ್ರವೇ ಅಲ್ಲ ಅಥವಾ ಅದು ಒಂದು ಹಾಳಾದ " +"ಚಿತ್ರವಾಗಿದೆ. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "ಸರಿಯಾದ ಒಂದು ಆಯ್ಕೆಯನ್ನು ಆರಿಸಿ. %(value)s ಎನ್ನುವುದು ಲಭ್ಯವಿರುವ ಆಯ್ಕೆಗಳಲ್ಲಿ ಇಲ್ಲ." + +msgid "Enter a list of values." +msgstr "ಮೌಲ್ಯಗಳ ಒಂದು ಪಟ್ಟಿಯನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ಕ್ರಮ" + +msgid "Delete" +msgstr "ಅಳಿಸಿಹಾಕಿ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s ಗಾಗಿ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮಾಹಿತಿಯನ್ನು ಸರಿಪಡಿಸಿ." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s ಗಾಗಿ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮಾಹಿತಿಯನ್ನು ಸರಿಪಡಿಸಿ, ಇದರ ಮೌಲ್ಯವು " +"ವಿಶಿಷ್ಟವಾಗಿರಬೇಕು." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s ಗಾಗಿ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮಾಹಿತಿಯನ್ನು ಸರಿಪಡಿಸಿ, %(date_field)s " +"ನಲ್ಲಿನ %(lookup)s ಗಾಗಿ ಇದರ ಮೌಲ್ಯವು ವಿಶಿಷ್ಟವಾಗಿರಬೇಕು." + +msgid "Please correct the duplicate values below." +msgstr "ದಯವಿಟ್ಟು ಈ ಕೆಳಗೆ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮೌಲ್ಯವನ್ನು ಸರಿಪಡಿಸಿ." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "ಸರಿಯಾದ ಒಂದು ಆಯ್ಕೆಯನ್ನು ಆರಿಸಿ. ಆ ಆಯ್ಕೆಯು ಲಭ್ಯವಿರುವ ಆಯ್ಕೆಗಳಲ್ಲಿ ಇಲ್ಲ." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "ಮುಕ್ತಗೊಳಿಸು" + +msgid "Currently" +msgstr "ಪ್ರಸಕ್ತ" + +msgid "Change" +msgstr "ಬದಲಾವಣೆ" + +msgid "Unknown" +msgstr "ಗೊತ್ತಿರದ" + +msgid "Yes" +msgstr "ಹೌದು" + +msgid "No" +msgstr "ಇಲ್ಲ" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "ಹೌದು,ಇಲ್ಲ,ಇರಬಹುದು" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ಬೈಟ್‌ಗಳು" +msgstr[1] "%(size)d ಬೈಟ್‌ಗಳು" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ಅಪರಾಹ್ನ" + +msgid "a.m." +msgstr "ಪೂರ್ವಾಹ್ನ" + +msgid "PM" +msgstr "ಅಪರಾಹ್ನ" + +msgid "AM" +msgstr "ಪೂರ್ವಾಹ್ನ" + +msgid "midnight" +msgstr "ಮಧ್ಯರಾತ್ರಿ" + +msgid "noon" +msgstr "ಮಧ್ಯಾಹ್ನ" + +msgid "Monday" +msgstr "ಸೋಮವಾರ" + +msgid "Tuesday" +msgstr "ಮಂಗಳವಾರ" + +msgid "Wednesday" +msgstr "ಬುಧವಾರ" + +msgid "Thursday" +msgstr "ಗುರುವಾರ" + +msgid "Friday" +msgstr "ಶುಕ್ರವಾರ" + +msgid "Saturday" +msgstr "ಶನಿವಾರ" + +msgid "Sunday" +msgstr "ರವಿವಾರ" + +msgid "Mon" +msgstr "ಸೋಮ" + +msgid "Tue" +msgstr "ಮಂಗಳ" + +msgid "Wed" +msgstr "ಬುಧ" + +msgid "Thu" +msgstr "ಗುರು" + +msgid "Fri" +msgstr "ಶುಕ್ರ" + +msgid "Sat" +msgstr "ಶನಿ" + +msgid "Sun" +msgstr "ರವಿ" + +msgid "January" +msgstr "ಜನವರಿ" + +msgid "February" +msgstr "ಫೆಬ್ರುವರಿ" + +msgid "March" +msgstr "ಮಾರ್ಚ್" + +msgid "April" +msgstr "ಎಪ್ರಿಲ್" + +msgid "May" +msgstr "ಮೇ" + +msgid "June" +msgstr "ಜೂನ್" + +msgid "July" +msgstr "ಜುಲೈ" + +msgid "August" +msgstr "ಆಗಸ್ಟ್" + +msgid "September" +msgstr "ಸೆಪ್ಟೆಂಬರ್" + +msgid "October" +msgstr "ಅಕ್ಟೋಬರ್" + +msgid "November" +msgstr "ನವೆಂಬರ್" + +msgid "December" +msgstr "ಡಿಸೆಂಬರ್" + +msgid "jan" +msgstr "ಜನವರಿ" + +msgid "feb" +msgstr "ಫೆಬ್ರವರಿ" + +msgid "mar" +msgstr "ಮಾರ್ಚ್" + +msgid "apr" +msgstr "ಏಪ್ರಿಲ್" + +msgid "may" +msgstr "ಮೇ" + +msgid "jun" +msgstr "ಜೂನ್" + +msgid "jul" +msgstr "ಜುಲೈ" + +msgid "aug" +msgstr "ಆಗಸ್ಟ್‍" + +msgid "sep" +msgstr "ಸೆಪ್ಟೆಂಬರ್" + +msgid "oct" +msgstr "ಅಕ್ಟೋಬರ್" + +msgid "nov" +msgstr "ನವೆಂಬರ್" + +msgid "dec" +msgstr "ಡಿಸೆಂಬರ್" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ಜನ." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ಫೆಬ್ರ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "ಮಾರ್ಚ್" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ಏಪ್ರಿಲ್" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ಮೇ" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ಜೂನ್" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ಜುಲೈ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ಆಗ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ಸೆಪ್ಟೆ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ಅಕ್ಟೋ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "ನವೆಂ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ಡಿಸೆಂ." + +msgctxt "alt. month" +msgid "January" +msgstr "ಜನವರಿ" + +msgctxt "alt. month" +msgid "February" +msgstr "ಫೆಬ್ರವರಿ" + +msgctxt "alt. month" +msgid "March" +msgstr "ಮಾರ್ಚ್" + +msgctxt "alt. month" +msgid "April" +msgstr "ಏಪ್ರಿಲ್" + +msgctxt "alt. month" +msgid "May" +msgstr "ಮೇ" + +msgctxt "alt. month" +msgid "June" +msgstr "ಜೂನ್" + +msgctxt "alt. month" +msgid "July" +msgstr "ಜುಲೈ" + +msgctxt "alt. month" +msgid "August" +msgstr "ಆಗಸ್ಟ್‍" + +msgctxt "alt. month" +msgid "September" +msgstr "ಸಪ್ಟೆಂಬರ್" + +msgctxt "alt. month" +msgid "October" +msgstr "ಅಕ್ಟೋಬರ್" + +msgctxt "alt. month" +msgid "November" +msgstr "ನವೆಂಬರ್" + +msgctxt "alt. month" +msgid "December" +msgstr "ಡಿಸೆಂಬರ್" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "ಅಥವ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "ಯಾವುದೆ ವರ್ಷವನ್ನು ಸೂಚಿಲಾಗಿಲ್ಲ" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "ಯಾವುದೆ ತಿಂಗಳನ್ನು ಸೂಚಿಸಲಾಗಿಲ್ಲ" + +msgid "No day specified" +msgstr "ಯಾವುದೆ ದಿನವನ್ನು ಸೂಚಿಸಲಾಗಿಲ್ಲ" + +msgid "No week specified" +msgstr "ಯಾವುದೆ ವಾರವನ್ನು ಸೂಚಿಸಲಾಗಿಲ್ಲ" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "ಯಾವುದೆ %(verbose_name_plural)s ಲಭ್ಯವಿಲ್ಲ" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"ಭವಿಷ್ಯದ %(verbose_name_plural)s ಲಭ್ಯವಿಲ್ಲ ಏಕೆಂದರೆ %(class_name)s.allow_future " +"ಎನ್ನುವುದು ಅಸತ್ಯವಾಗಿದೆ (ಫಾಲ್ಸ್‍) ಆಗಿದೆ." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "ಮನವಿಗೆ ತಾಳೆಯಾಗುವ ಯಾವುದೆ %(verbose_name)s ಕಂಡುಬಂದಿಲ್ಲ" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73d6bc001f01fc0ba30d7d85e12d58b6d2d3d58d GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^|SNz#RrZc24L@}f=Mlq%^MKPr?M=@8jXtGwZ zW+}KSL{_n8SY;|WRxty4AR%9cNIy-MTih;=A+GUm{z1NuA-A|gJbmFD0bhT=5RZ5l z$4Hp8V6caOPzX>2u45&`XOIJarR$gH7iAY0Bqpa8>$_wn=B4Mmq~_-9yQG%smlRc| zfJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u&(}7x{3X}8m()4rklM{1N^|SNz z)AEaQ6HAKq3Mzkb*yQG?l;)(`6>$RX1^K>M9!Pv(W@Kdiz{S8X*1&y(Pqcyi0~>>g SifocGuC0pYF literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/formats.py new file mode 100644 index 00000000000..d212fd52d1c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/kn/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "h:i A" +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M Y" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..309ce20fff54eb45c828ee2e713f1bb6dce1c98d GIT binary patch literal 29171 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�z9DpR?*W*vD}My#Q`RiEcXO@}&tRamDJs$m&?u&t`r-FW6^`LN zcVav-+_rTt3}Ax|Ql03~Fb-P7-pH$0J##RO8XM!HshH;z$O_3^1yXz|g>{>-5UlXS zneT+v>DH2%aJH-v>^}7 zn!^Mfjxfs+Gq8Kzv)jwRbOb6Ot@^1a5jtFRSEb#)ls3T|QKhKd4H1XS)UqHp!pfY$ z(ft)YZx+~@U-wvUWLRvfQm0y{ApvRSAY2JIF%A0JCyDm04 zStL##p^D0<<}17eS0M(Zy4Xp_efcg#X>T2l^KRk~rN|fg!lRuY_H-9KnA`gR!e61* z0di(7X7BAeL%SN8DVb-Dc@AD-J2s)?tn!(7bfa|_<*l=mtBf#{`~0(NlI z8ZjCFIG3f6G*-6pii?C`27Kc%#=rs!y0rOx53w8E#Hi zXCGfTlYpxC^;k}W8Egq&R81KDd^!jJPirAVTFYUJ5X>=@r=A^OH^N?x9GHCjFyY8p zp7Z31z;^vxWF1%|#1$RvE0I-2pE!V?#J$q92d zR`)<|!{L&A6(d+xI$CQKg)r7f7hkeeV=}5kCs&j#DY~(0+M{E7mHaM#+?;3c0~=vC z;LA9B3TuN+V5;UDsazk?=dk%~;yx0W#=>vGHe|1y{Fjq+xMzgnHQvuZ-wmr4-MH~i znM>4^E(2?*(p_NZ>+m&agnTcBX5jo#mE)N4mBQr+6*>oBr@}@nG?c37Go({hh&_TH zBTwG27Dms8!LOs+CcY;>mA(qy<~)~8pcv9JH;W}0)@>ZU4H5#D7fVmbBm#4un)LPZ zwX3hoIL`fSO?c;6q~Hh`9}W7#3LXl_9bMQ&M;E(26lkTV&VC(Tapihvj_3CG*nBT? z50fsx^++AQznmbV^?ijcCa6*5eO*n~G2kq2=@heI(4%>za$pwh=le`|`s%e~ztQ5o zm;@Vk=7@+ZXue@zrEY;C1iBHNqj#Z5HuYs3IitiveOIQ(iaOBA!V*Umn}&QLv#rc} zDJvd2yf5E3sL(;#Ig;%$(urY>l9bL9>+RH+NlrS&xJkK#eNGyLQa{Dnv3EE^O~D{W zN+VHW7N%&YR6LNSdgf!g^(Lt{`W!Ht+*iVO+j>S>=$ZCn{xhMG$rcZ`G<|{KXS5}c$3YcliPVknVWDOsIhMF(ma>QJ|JRz(VYj@IE8!BrT zY7lp}Pri#PgbGS$3z>?nHWtI9hld4Wq_&>#z+Lnw*i+*I8xst7?ZCrzcVTjSH)7nv zEC*1*_bdFOZ_J8uJ@tYZt*66exXB!aIw~Iobto8Vj6I$;aMw|IsPJwF$S0~gYP01t}o#>!nUt8(c>g< zIZ+D_ajrSM&e-eobDUgrouCxUvMZC@>BgnbXac$V$4eka96^E-$;tz4A{WNj2@$7w zN5^bj=;j#KBIvetw=PR-^Wi}>=rGR`+VejQad)^wQG)({-AC)cdn4Sii-|F6o_qwA zG-JoKPl`=#=*?{|trxG4+d1Z%jkzLYuOis{2r>~%VWd)I!up=ppEP#lf3rDG3zpmo zPC}=luiIFN#2?D1WPKnxv~pmrq1)3n(TaRZ%@c=5SZyHKt4WUiOU;|_0 z5$tEni$w8WgP7q!^vRx~r2NWbldx*cp=~(Le#<5*8mh448NF=Gs?toxTAv-{wR;b* zKN%IwJo==xMw>gM$PdeIkoogE+8K}Y#M_nbyOv$Sc99o*;psTJwA9h4i-L+6NqfqG gHm;90x#&36ly8p{6vI0!Ue(qVkJVXCO^x?|0U^rvh5!Hn literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 00000000000..9df7f6d6362 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,1337 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# BJ Jang , 2014 +# JunGu Kang , 2017 +# Jiyoon, Ha , 2016 +# KwonHan , 2024 +# DONGHO JEONG , 2020 +# Park Hyunwoo , 2017 +# Geonho Kim / Leo Kim , 2019 +# hoseung2 , 2017 +# Ian Y. Choi , 2015 +# Jaehong Kim , 2011 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Jay Oh , 2020 +# Le Tartuffe , 2014,2016 +# Jonghwa Seo , 2019 +# Jubeen Lee , 2020 +# JuneHyeon Bae , 2014 +# JunGu Kang , 2015 +# JunGu Kang , 2019 +# Kagami Sascha Rosylight , 2017 +# Mariusz Felisiak , 2021 +# Seho Noh , 2018 +# Seoeun(Sun☀️) Hong, 2023 +# 최소영, 2024 +# Subin Choi , 2016 +# Taesik Yoon , 2015 +# 정훈 이, 2021 +# 김영빈, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Jamie Seol, 2025\n" +"Language-Team: Korean (http://app.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "아프리칸스어" + +msgid "Arabic" +msgstr "아랍어" + +msgid "Algerian Arabic" +msgstr "알제리 아랍어" + +msgid "Asturian" +msgstr "호주어" + +msgid "Azerbaijani" +msgstr "아제르바이잔어" + +msgid "Bulgarian" +msgstr "불가리어" + +msgid "Belarusian" +msgstr "벨라루스어" + +msgid "Bengali" +msgstr "방글라데시어" + +msgid "Breton" +msgstr "브르타뉴어" + +msgid "Bosnian" +msgstr "보스니아어" + +msgid "Catalan" +msgstr "카탈로니아어" + +msgid "Central Kurdish (Sorani)" +msgstr "중부 쿠르드어 (소라니어)" + +msgid "Czech" +msgstr "체코어" + +msgid "Welsh" +msgstr "웨일즈어" + +msgid "Danish" +msgstr "덴마크어" + +msgid "German" +msgstr "독일어" + +msgid "Lower Sorbian" +msgstr "저지 소르브어" + +msgid "Greek" +msgstr "그리스어" + +msgid "English" +msgstr "영어" + +msgid "Australian English" +msgstr "영어(호주)" + +msgid "British English" +msgstr "영어 (영국)" + +msgid "Esperanto" +msgstr "에스페란토어" + +msgid "Spanish" +msgstr "스페인어" + +msgid "Argentinian Spanish" +msgstr "아르헨티나 스페인어" + +msgid "Colombian Spanish" +msgstr "콜롬비아 스페인어" + +msgid "Mexican Spanish" +msgstr "멕시컨 스페인어" + +msgid "Nicaraguan Spanish" +msgstr "니카과라 스페인어" + +msgid "Venezuelan Spanish" +msgstr "베네수엘라 스페인어" + +msgid "Estonian" +msgstr "에스토니아어" + +msgid "Basque" +msgstr "바스크어" + +msgid "Persian" +msgstr "페르시아어" + +msgid "Finnish" +msgstr "핀란드어" + +msgid "French" +msgstr "프랑스어" + +msgid "Frisian" +msgstr "프리슬란트어" + +msgid "Irish" +msgstr "아일랜드어" + +msgid "Scottish Gaelic" +msgstr "스코틀랜드 게일어" + +msgid "Galician" +msgstr "갈리시아어" + +msgid "Hebrew" +msgstr "히브리어" + +msgid "Hindi" +msgstr "힌두어" + +msgid "Croatian" +msgstr "크로아티아어" + +msgid "Upper Sorbian" +msgstr "고지 소르브어" + +msgid "Hungarian" +msgstr "헝가리어" + +msgid "Armenian" +msgstr "아르메니아어" + +msgid "Interlingua" +msgstr "인테르링구아어" + +msgid "Indonesian" +msgstr "인도네시아어" + +msgid "Igbo" +msgstr "이그보어" + +msgid "Ido" +msgstr "이도어" + +msgid "Icelandic" +msgstr "아이슬란드어" + +msgid "Italian" +msgstr "이탈리아어" + +msgid "Japanese" +msgstr "일본어" + +msgid "Georgian" +msgstr "조지아어" + +msgid "Kabyle" +msgstr "커바일어" + +msgid "Kazakh" +msgstr "카자흐어" + +msgid "Khmer" +msgstr "크메르어" + +msgid "Kannada" +msgstr "칸나다어" + +msgid "Korean" +msgstr "한국어" + +msgid "Kyrgyz" +msgstr "키르키즈 공화국어" + +msgid "Luxembourgish" +msgstr "룩셈부르크" + +msgid "Lithuanian" +msgstr "리투아니아어" + +msgid "Latvian" +msgstr "라트비아어" + +msgid "Macedonian" +msgstr "마케도니아어" + +msgid "Malayalam" +msgstr "말라얄람어" + +msgid "Mongolian" +msgstr "몽고어" + +msgid "Marathi" +msgstr "마라티어" + +msgid "Malay" +msgstr "말레이시아어" + +msgid "Burmese" +msgstr "미얀마어" + +msgid "Norwegian Bokmål" +msgstr "노르웨이어(보크몰)" + +msgid "Nepali" +msgstr "네팔어" + +msgid "Dutch" +msgstr "네덜란드어" + +msgid "Norwegian Nynorsk" +msgstr "노르웨이어 (뉘노르스크)" + +msgid "Ossetic" +msgstr "오세티아어" + +msgid "Punjabi" +msgstr "펀자브어" + +msgid "Polish" +msgstr "폴란드어" + +msgid "Portuguese" +msgstr "포르투갈어" + +msgid "Brazilian Portuguese" +msgstr "브라질 포르투갈어" + +msgid "Romanian" +msgstr "루마니아어" + +msgid "Russian" +msgstr "러시아어" + +msgid "Slovak" +msgstr "슬로바키아어" + +msgid "Slovenian" +msgstr "슬로베니아어" + +msgid "Albanian" +msgstr "알바니아어" + +msgid "Serbian" +msgstr "세르비아어" + +msgid "Serbian Latin" +msgstr "세르비아어" + +msgid "Swedish" +msgstr "스웨덴어" + +msgid "Swahili" +msgstr "스와힐리어" + +msgid "Tamil" +msgstr "타밀어" + +msgid "Telugu" +msgstr "텔루구어" + +msgid "Tajik" +msgstr "타지크어" + +msgid "Thai" +msgstr "태국어" + +msgid "Turkmen" +msgstr "튀르크멘어" + +msgid "Turkish" +msgstr "터키어" + +msgid "Tatar" +msgstr "타타르" + +msgid "Udmurt" +msgstr "이제프스크" + +msgid "Uyghur" +msgstr "위구르" + +msgid "Ukrainian" +msgstr "우크라이나어" + +msgid "Urdu" +msgstr "우르드어" + +msgid "Uzbek" +msgstr "우즈베크어" + +msgid "Vietnamese" +msgstr "베트남어" + +msgid "Simplified Chinese" +msgstr "중국어 간체" + +msgid "Traditional Chinese" +msgstr "중국어 번체" + +msgid "Messages" +msgstr "메시지" + +msgid "Site Maps" +msgstr "사이트 맵" + +msgid "Static Files" +msgstr "정적 파일" + +msgid "Syndication" +msgstr "신디케이션" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "페이지 번호가 정수가 아닙니다." + +msgid "That page number is less than 1" +msgstr "페이지 번호가 1보다 작습니다." + +msgid "That page contains no results" +msgstr "해당 페이지에 결과가 없습니다." + +msgid "Enter a valid value." +msgstr "올바른 값을 입력하세요." + +msgid "Enter a valid domain name." +msgstr "유효한 도메인 이름을 입력하세요." + +msgid "Enter a valid URL." +msgstr "올바른 URL을 입력하세요." + +msgid "Enter a valid integer." +msgstr "올바른 정수를 입력하세요." + +msgid "Enter a valid email address." +msgstr "올바른 이메일 주소를 입력하세요." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "문자, 숫자, '_', '-'만 가능합니다." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"유니코드 문자, 숫자, 언더스코어 또는 하이픈으로 구성된 올바른 내용을 입력하세" +"요." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "유효한 %(protocol)s의 주소를 입력하세요." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 혹은 IPv6" + +msgid "Enter only digits separated by commas." +msgstr "콤마로 구분된 숫자만 입력하세요." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"%(limit_value)s 안의 값을 입력해 주세요. (입력하신 값은 %(show_value)s입니" +"다.)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "%(limit_value)s 이하의 값을 입력해 주세요." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "%(limit_value)s 이상의 값을 입력해 주세요." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "단계 크기 %(limit_value)s의 배수를 입력해 주세요." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"예를 들어 %(offset)s, %(valid_value1)s, %(valid_value2)s 등, %(offset)s에서 " +"시작하는 %(limit_value)s의 배수를 입력해 주세요." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"이 값이 최소 %(limit_value)d 개의 글자인지 확인하세요(입력값 %(show_value)d " +"자)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"이 값이 최대 %(limit_value)d 개의 글자인지 확인하세요(입력값 %(show_value)d " +"자)." + +msgid "Enter a number." +msgstr "숫자를 입력하세요." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "전체 자릿수가 %(max)s 개를 넘지 않도록 해주세요." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "전체 유효자리 개수가 %(max)s 개를 넘지 않도록 해주세요." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "전체 유효자리 개수가 %(max)s 개를 넘지 않도록 해주세요." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"파일 확장자 '%(extension)s'는 허용되지 않습니다. 허용된 확장자: " +"'%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "null 문자는 사용할 수 없습니다. " + +msgid "and" +msgstr "또한" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s의 %(field_labels)s 은/는 이미 존재합니다." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "%(name)s을(를) 위반하였습니다." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r 은/는 올바른 선택사항이 아닙니다." + +msgid "This field cannot be null." +msgstr "이 필드는 null 값을 사용할 수 없습니다. " + +msgid "This field cannot be blank." +msgstr "이 필드는 빈 칸으로 둘 수 없습니다." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s의 %(field_label)s은/는 이미 존재합니다." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s은/는 반드시 %(date_field_label)s %(lookup_type)s에 대해 유일" +"해야 합니다." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s 형식 필드" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "'%(value)s' 값은 반드시 True 또는 False 중 하나여야만 합니다." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "'%(value)s'값은 반드시 True, False, None 중 하나여야만 합니다." + +msgid "Boolean (Either True or False)" +msgstr "boolean(True 또는 False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "문자열(%(max_length)s 글자까지)" + +msgid "String (unlimited)" +msgstr "문자열 (무제한의)" + +msgid "Comma-separated integers" +msgstr "정수(콤마로 구분)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "'%(value)s' 값은 날짜 형식이 아닙니다. YYYY-MM-DD 형식이어야 합니다." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' 값은 올바른 형식(YYYY-MM-DD)이지만 유효하지 않은 날짜입니다." + +msgid "Date (without time)" +msgstr "날짜(시간 제외)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' 값은 올바르지 않은 형식입니다. YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] 형식이어야 합니다." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' 값은 올바른 형식이지만 (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) 유효" +"하지 않은 날짜/시간입니다." + +msgid "Date (with time)" +msgstr "날짜(시간 포함)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "'%(value)s' 값은 10진수를 입력하여야 합니다." + +msgid "Decimal number" +msgstr "10진수" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' 값은 올바르지 않은 형식입니다. [DD] [HH:[MM:]]ss[.uuuuuu] 형식이" +"어야 합니다." + +msgid "Duration" +msgstr "지속시간" + +msgid "Email address" +msgstr "이메일 주소" + +msgid "File path" +msgstr "파일 경로" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "\"%(value)s\" 값은 실수를 입력하여야 합니다." + +msgid "Floating point number" +msgstr "부동소수점 숫자" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "\"%(value)s\" 값은 정수를 입력하여야 합니다." + +msgid "Integer" +msgstr "정수" + +msgid "Big (8 byte) integer" +msgstr "큰 정수 (8 byte)" + +msgid "Small integer" +msgstr "작은 정수" + +msgid "IPv4 address" +msgstr "IPv4 주소" + +msgid "IP address" +msgstr "IP 주소" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "\"%(value)s\" 값은 반드시 None, True 또는 False이어야 합니다." + +msgid "Boolean (Either True, False or None)" +msgstr "boolean (True, False 또는 None)" + +msgid "Positive big integer" +msgstr "큰 양의 정수" + +msgid "Positive integer" +msgstr "양의 정수" + +msgid "Positive small integer" +msgstr "작은 양의 정수" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "슬러그(%(max_length)s 까지)" + +msgid "Text" +msgstr "텍스트" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"\"%(value)s\" 값의 형식이 올바르지 않습니다. HH:MM[:ss[.uuuuuu]] 형식이어야 " +"합니다." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"\"%(value)s\" 값이 올바른 형식(HH:MM[:ss[.uuuuuu]])이나, 유효하지 않은 시간 " +"값입니다." + +msgid "Time" +msgstr "시각" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Raw binary data" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\"은 유효하지 않은 UUID입니다." + +msgid "Universally unique identifier" +msgstr "범용 고유 식별 수단(UUID)" + +msgid "File" +msgstr "파일" + +msgid "Image" +msgstr "이미지" + +msgid "A JSON object" +msgstr "JSON 객체" + +msgid "Value must be valid JSON." +msgstr "올바른 JSON 형식이여야 합니다." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"%(field)s 필드의 값이 %(value)r인 %(model)s 인스턴스는 유효한 선택이 아닙니" +"다." + +msgid "Foreign Key (type determined by related field)" +msgstr "외래 키 (연관 필드에 의해 형식 결정)" + +msgid "One-to-one relationship" +msgstr "일대일 관계" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s 관계" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s 관계들" + +msgid "Many-to-many relationship" +msgstr "다대다 관계" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "필수 항목입니다." + +msgid "Enter a whole number." +msgstr "정수를 입력하세요." + +msgid "Enter a valid date." +msgstr "올바른 날짜를 입력하세요." + +msgid "Enter a valid time." +msgstr "올바른 시각을 입력하세요." + +msgid "Enter a valid date/time." +msgstr "올바른 날짜/시각을 입력하세요." + +msgid "Enter a valid duration." +msgstr "올바른 기간을 입력하세요." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "날짜는 {min_days}와 {max_days} 사이여야 합니다." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "등록된 파일이 없습니다. 인코딩 형식을 확인하세요." + +msgid "No file was submitted." +msgstr "파일이 전송되지 않았습니다." + +msgid "The submitted file is empty." +msgstr "입력하신 파일은 빈 파일입니다." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "파일이름의 길이가 최대 %(max)d 자인지 확인하세요(%(length)d 자)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"파일 업로드 또는 비우기 체크박스를 선택하세요. 동시에 둘 다 할 수는 없습니다." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"올바른 이미지를 업로드하세요. 업로드하신 파일은 이미지 파일이 아니거나 파일" +"이 깨져 있습니다." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "올바르게 선택해 주세요. %(value)s 이/가 선택가능항목에 없습니다." + +msgid "Enter a list of values." +msgstr "리스트를 입력하세요." + +msgid "Enter a complete value." +msgstr "완전한 값을 입력하세요." + +msgid "Enter a valid UUID." +msgstr "올바른 UUID를 입력하세요." + +msgid "Enter a valid JSON." +msgstr "올바른 JSON을 입력하세요." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(%(name)s hidden 필드) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm 데이터가 없거나 변경되었습니다. 현재 없는 필드: " +"%(field_names)s. 이런 이슈가 지속된다면 버그 리포트를 제출해주시기 바랍니다." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "최대 %(num)d개의 양식을 제출하세요." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "최소 %(num)d개의 양식을 제출하세요." + +msgid "Order" +msgstr "순서:" + +msgid "Delete" +msgstr "삭제" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s의 중복된 데이터를 고쳐주세요." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "%(field)s의 중복된 데이터를 고쳐주세요. 유일한 값이어야 합니다." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s의 값은 %(date_field)s의 %(lookup)s에 대해 유일해야 합니다. 중" +"복된 데이터를 고쳐주세요." + +msgid "Please correct the duplicate values below." +msgstr "아래의 중복된 값들을 고쳐주세요." + +msgid "The inline value did not match the parent instance." +msgstr "Inline 값이 부모 인스턴스와 일치하지 않습니다." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "올바르게 선택해 주세요. 선택하신 것이 선택가능항목에 없습니다." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" 은/는 유효한 값이 아닙니다." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s 은/는 %(current_timezone)s 시간대에서 해석될 수 없습니다; 정보" +"가 모호하거나 존재하지 않을 수 있습니다." + +msgid "Clear" +msgstr "비우기" + +msgid "Currently" +msgstr "현재" + +msgid "Change" +msgstr "변경" + +msgid "Unknown" +msgstr "알 수 없습니다." + +msgid "Yes" +msgstr "예" + +msgid "No" +msgstr "아니오" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "예,아니오,아마도" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d 바이트" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "오후" + +msgid "a.m." +msgstr "오전" + +msgid "PM" +msgstr "오후" + +msgid "AM" +msgstr "오전" + +msgid "midnight" +msgstr "자정" + +msgid "noon" +msgstr "정오" + +msgid "Monday" +msgstr "월요일" + +msgid "Tuesday" +msgstr "화요일" + +msgid "Wednesday" +msgstr "수요일" + +msgid "Thursday" +msgstr "목요일" + +msgid "Friday" +msgstr "금요일" + +msgid "Saturday" +msgstr "토요일" + +msgid "Sunday" +msgstr "일요일" + +msgid "Mon" +msgstr "월요일" + +msgid "Tue" +msgstr "화요일" + +msgid "Wed" +msgstr "수요일" + +msgid "Thu" +msgstr "목요일" + +msgid "Fri" +msgstr "금요일" + +msgid "Sat" +msgstr "토요일" + +msgid "Sun" +msgstr "일요일" + +msgid "January" +msgstr "1월" + +msgid "February" +msgstr "2월" + +msgid "March" +msgstr "3월" + +msgid "April" +msgstr "4월" + +msgid "May" +msgstr "5월" + +msgid "June" +msgstr "6월" + +msgid "July" +msgstr "7월" + +msgid "August" +msgstr "8월" + +msgid "September" +msgstr "9월" + +msgid "October" +msgstr "10월" + +msgid "November" +msgstr "11월" + +msgid "December" +msgstr "12월" + +msgid "jan" +msgstr "1월" + +msgid "feb" +msgstr "2월" + +msgid "mar" +msgstr "3월" + +msgid "apr" +msgstr "4월" + +msgid "may" +msgstr "5월" + +msgid "jun" +msgstr "6월" + +msgid "jul" +msgstr "7월" + +msgid "aug" +msgstr "8월" + +msgid "sep" +msgstr "9월" + +msgid "oct" +msgstr "10월" + +msgid "nov" +msgstr "11월" + +msgid "dec" +msgstr "12월" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "1월" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "2월" + +msgctxt "abbrev. month" +msgid "March" +msgstr "3월" + +msgctxt "abbrev. month" +msgid "April" +msgstr "4월" + +msgctxt "abbrev. month" +msgid "May" +msgstr "5월" + +msgctxt "abbrev. month" +msgid "June" +msgstr "6월" + +msgctxt "abbrev. month" +msgid "July" +msgstr "7월" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "8월" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "9월" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "10월" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "11월" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "12월" + +msgctxt "alt. month" +msgid "January" +msgstr "1월" + +msgctxt "alt. month" +msgid "February" +msgstr "2월" + +msgctxt "alt. month" +msgid "March" +msgstr "3월" + +msgctxt "alt. month" +msgid "April" +msgstr "4월" + +msgctxt "alt. month" +msgid "May" +msgstr "5월" + +msgctxt "alt. month" +msgid "June" +msgstr "6월" + +msgctxt "alt. month" +msgid "July" +msgstr "7월" + +msgctxt "alt. month" +msgid "August" +msgstr "8월" + +msgctxt "alt. month" +msgid "September" +msgstr "9월" + +msgctxt "alt. month" +msgid "October" +msgstr "10월" + +msgctxt "alt. month" +msgid "November" +msgstr "11월" + +msgctxt "alt. month" +msgid "December" +msgstr "12월" + +msgid "This is not a valid IPv6 address." +msgstr "올바른 IPv6 주소가 아닙니다." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "또는" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d년" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d개월" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d주" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d일" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d시간" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d분" + +msgid "Forbidden" +msgstr "Forbidden" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF 검증에 실패했습니다. 요청을 중단하였습니다." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"이 메세지가 보이는 이유는 이 HTTPS 사이트가 당신의 웹 브라우저로부터 \"참조 " +"헤더\"를 요구하지만, 아무것도 받기 못하였기 때문입니다. 이 헤더는 보안상의 이" +"유로 필요하며, 당신의 웹 브라우저가 제3자에 의해 해킹당하고 있지 않다는 것을 " +"보장하기 위함입니다." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"만약 브라우저 설정에서 '참조' 헤더를 비활성화 시켰을 경우, 적어도 이 사이트" +"나 HTTPS 연결, '동일-출처' 요청에 대해서는 이를 다시 활성화 시키십시오. " + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +" 태그나 \"Referrer-Policy: " +"no-referrer\" 헤더를 포함하고 있다면, 삭제해주시기 바랍니다. CSRF 방지를 위" +"한 리퍼러 검사를 위해 \"Referer\" 헤더가 필요합니다. 개인 정보에 대해 우려가 " +"있는 경우, 서드 파티 사이트에 대한 링크에 와 같은 대" +"안을 사용할 수 있습니다." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"이 메세지가 보이는 이유는 사이트가 폼을 제출할 때 CSRF 쿠키를 필요로 하기 때" +"문입니다. 이 쿠키는 보안상의 이유로 필요하며, 제3자에 의해 당신의 브라우저가 " +"해킹당하고 있지 않다는 것을 보장합니다." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"만약 브라우저 설정에서 쿠키를 비활성화 시켰을 경우, 적어도 이 사이트나 '동일-" +"출처' 요청에 대해서는 활성화 시키십시오." + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG=True 로 더 많은 정보를 확인할 수 있습니다." + +msgid "No year specified" +msgstr "년도가 없습니다." + +msgid "Date out of range" +msgstr "유효 범위 밖의 날짜" + +msgid "No month specified" +msgstr "월이 없습니다." + +msgid "No day specified" +msgstr "날짜가 없습니다." + +msgid "No week specified" +msgstr "주가 없습니다." + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr " %(verbose_name_plural)s를 사용할 수 없습니다." + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future 모듈 %(verbose_name_plural)s을 사용할 수 없습니다. %(class_name)s." +"allow_future가 False 입니다." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "날짜 문자열 '%(datestr)s'이 표준 형식 '%(format)s'과 다릅니다." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "쿼리 결과에 %(verbose_name)s가 없습니다." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "'마지막' 페이지가 아니거나, 정수형으로 변환할 수 없습니다." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Invalid page (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "빈 리스트이고 '%(class_name)s.allow_empty'가 False입니다." + +msgid "Directory indexes are not allowed here." +msgstr "디렉토리 인덱스는 이곳에 사용할 수 없습니다." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" 이/가 존재하지 않습니다." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "성공적으로 설치되었습니다! 축하합니다!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django %(version)s릴리스 노트 보기" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"이 페이지는 어떤 URL도 지정되지 않았고, settings 파일에 DEBUG=True가 설정되어 있을 때 표시됩니" +"다." + +msgid "Django Documentation" +msgstr "Django 문서" + +msgid "Topics, references, & how-to’s" +msgstr "주제, 레퍼런스, & 입문참조하다" + +msgid "Tutorial: A Polling App" +msgstr "튜토리얼: 폴링 애플리케이션" + +msgid "Get started with Django" +msgstr "Django와 함께 시작하기" + +msgid "Django Community" +msgstr "Django 커뮤니티" + +msgid "Connect, get help, or contribute" +msgstr "연결하고, 도움을 받거나 기여하기" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecc02f0e699b5e0d918bc201aca7ca11aa37f42d GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^|SN!n%5Kn9qSDQuH%*e=_#Lv~=N?8IC0Rt@0ouavw^qKiZqiEa|z*du!| zEz{U5dq=*wU-J_y>HOUZ)0uwyz%-^`e(Fw^sio>#0=5$nldO#(Mo?O1BP~eWpg93-8zVqWW{5jUMimnSuQIj}rzKrr%FB+VEP_IIRblcQZ>9J#qsXzWz;0go{zF!s}=*+@LGr=%#Ru ztilD=4*vBch{^Rw-uYkOj7rX^`+w}DFBkWn(HtwLOV9HH&x&WXnB`YRz&Npjpp<5X z5}(hBnWbQ7UU96nB*8)^FNh_pYjlmQb|JGTn>#9s3vuBrWHxNF*lLbV9^}%`vON2u zR7fAO0xRYPBG2TD1vbZ7SRhyApQeS7ucscB-hQR>~~} zHC0qqd+qX|pX`oiuE%W^Yc1tTFG}vE$k&(1c44O|>cRs8`^WUeA0=Dp-f>_O*&l=8 zBz$)ab|#VAM!tJ62GL8eFJ>Eq(B%2NFBS_1JPZh%h*GcQ21@27bfn10n<=E Ay8r+H literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/formats.py new file mode 100644 index 00000000000..1a0dffaf869 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ko/formats.py @@ -0,0 +1,54 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "Y년 n월 j일" +TIME_FORMAT = "A g:i" +DATETIME_FORMAT = "Y년 n월 j일 g:i A" +YEAR_MONTH_FORMAT = "Y년 n월" +MONTH_DAY_FORMAT = "n월 j일" +SHORT_DATE_FORMAT = "Y-n-j" +SHORT_DATETIME_FORMAT = "Y-n-j H:i" +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%m/%d/%Y", # '10/25/2006' + "%m/%d/%y", # '10/25/06' + # "%b %d %Y", # 'Oct 25 2006' + # "%b %d, %Y", # 'Oct 25, 2006' + # "%d %b %Y", # '25 Oct 2006' + # "%d %b, %Y", #'25 Oct, 2006' + # "%B %d %Y", # 'October 25 2006' + # "%B %d, %Y", #'October 25, 2006' + # "%d %B %Y", # '25 October 2006' + # "%d %B, %Y", # '25 October, 2006' + "%Y년 %m월 %d일", # '2006년 10월 25일', with localized suffix. +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '14:30:59' + "%H:%M:%S.%f", # '14:30:59.000200' + "%H:%M", # '14:30' + "%H시 %M분 %S초", # '14시 30분 59초' + "%H시 %M분", # '14시 30분' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%m/%d/%Y %H:%M:%S", # '10/25/2006 14:30:59' + "%m/%d/%Y %H:%M:%S.%f", # '10/25/2006 14:30:59.000200' + "%m/%d/%Y %H:%M", # '10/25/2006 14:30' + "%m/%d/%y %H:%M:%S", # '10/25/06 14:30:59' + "%m/%d/%y %H:%M:%S.%f", # '10/25/06 14:30:59.000200' + "%m/%d/%y %H:%M", # '10/25/06 14:30' + "%Y년 %m월 %d일 %H시 %M분 %S초", # '2006년 10월 25일 14시 30분 59초' + "%Y년 %m월 %d일 %H시 %M분", # '2006년 10월 25일 14시 30분' +] + +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f99fc908f772a47cf1a99141c8b9f416ddac7b1e GIT binary patch literal 31395 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 Bc&PvY literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 00000000000..391196f711a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po @@ -0,0 +1,1279 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mariusz Felisiak , 2021 +# Soyuzbek Orozbek uulu , 2020-2021 +# Soyuzbek Orozbek uulu , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-27 14:11+0000\n" +"Last-Translator: Soyuzbek Orozbek uulu \n" +"Language-Team: Kyrgyz (http://www.transifex.com/django/django/language/ky/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ky\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Африканча" + +msgid "Arabic" +msgstr "Арабча" + +msgid "Algerian Arabic" +msgstr "Алжир арабчасы" + +msgid "Asturian" +msgstr "Австрийче" + +msgid "Azerbaijani" +msgstr "Азерче" + +msgid "Bulgarian" +msgstr "Болгарча" + +msgid "Belarusian" +msgstr "Белорусча" + +msgid "Bengali" +msgstr "Бенгалча" + +msgid "Breton" +msgstr "Бретончо" + +msgid "Bosnian" +msgstr "Босния" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Czech" +msgstr "Чехче" + +msgid "Welsh" +msgstr "Валлий" + +msgid "Danish" +msgstr "Данчийче" + +msgid "German" +msgstr "Немисче" + +msgid "Lower Sorbian" +msgstr "Сорб" + +msgid "Greek" +msgstr "Грекче" + +msgid "English" +msgstr "Англисче" + +msgid "Australian English" +msgstr "Авс. Англисчеси" + +msgid "British English" +msgstr "Бр. Англ." + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Испанча" + +msgid "Argentinian Spanish" +msgstr "Арг. исп" + +msgid "Colombian Spanish" +msgstr "Колумб Испанчасы" + +msgid "Mexican Spanish" +msgstr "Мекс. исп" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуа испанчасы" + +msgid "Venezuelan Spanish" +msgstr "Венесуела Испанчасы" + +msgid "Estonian" +msgstr "Эстон" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Персче" + +msgid "Finnish" +msgstr "Финче" + +msgid "French" +msgstr "Французча" + +msgid "Frisian" +msgstr "Фризче" + +msgid "Irish" +msgstr "Ирланча" + +msgid "Scottish Gaelic" +msgstr "Шотланча" + +msgid "Galician" +msgstr "Галицианча" + +msgid "Hebrew" +msgstr "Жөөтчө" + +msgid "Hindi" +msgstr "Хиндче" + +msgid "Croatian" +msgstr "Хорватча" + +msgid "Upper Sorbian" +msgstr "Жогорку Сорбчо" + +msgid "Hungarian" +msgstr "Венгрче" + +msgid "Armenian" +msgstr "Арменче" + +msgid "Interlingua" +msgstr "Эл аралык" + +msgid "Indonesian" +msgstr "Индонезче" + +msgid "Igbo" +msgstr "Игбо" + +msgid "Ido" +msgstr "идо" + +msgid "Icelandic" +msgstr "Исландча" + +msgid "Italian" +msgstr "Итальянча" + +msgid "Japanese" +msgstr "Жапончо" + +msgid "Georgian" +msgstr "Грузинче" + +msgid "Kabyle" +msgstr "Кабилче" + +msgid "Kazakh" +msgstr "Казакча" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Канадча" + +msgid "Korean" +msgstr "Корейче" + +msgid "Kyrgyz" +msgstr "Кыргызча" + +msgid "Luxembourgish" +msgstr "Люкцембургча" + +msgid "Lithuanian" +msgstr "Литвача" + +msgid "Latvian" +msgstr "Латвияча" + +msgid "Macedonian" +msgstr "Македончо" + +msgid "Malayalam" +msgstr "Малаяламча" + +msgid "Mongolian" +msgstr "Монголчо" + +msgid "Marathi" +msgstr "Марати" + +msgid "Malay" +msgstr "Малай" + +msgid "Burmese" +msgstr "Бурмача" + +msgid "Norwegian Bokmål" +msgstr "Норвег Бокмолчо" + +msgid "Nepali" +msgstr "Непалча" + +msgid "Dutch" +msgstr "Голландча" + +msgid "Norwegian Nynorsk" +msgstr "Норвегиялык нюнор" + +msgid "Ossetic" +msgstr "Оссетче" + +msgid "Punjabi" +msgstr "Пенжабча" + +msgid "Polish" +msgstr "Полякча" + +msgid "Portuguese" +msgstr "Португалча" + +msgid "Brazilian Portuguese" +msgstr "Бразилиялык португалчасы" + +msgid "Romanian" +msgstr "Румынча" + +msgid "Russian" +msgstr "Орусча" + +msgid "Slovak" +msgstr "Словакча" + +msgid "Slovenian" +msgstr "Словенияча" + +msgid "Albanian" +msgstr "Албанча" + +msgid "Serbian" +msgstr "Сербче" + +msgid "Serbian Latin" +msgstr "Серб латынчасы" + +msgid "Swedish" +msgstr "Шведче" + +msgid "Swahili" +msgstr "Свахилче" + +msgid "Tamil" +msgstr "Тамиль" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Tajik" +msgstr "Тажикче" + +msgid "Thai" +msgstr "Тайча" + +msgid "Turkmen" +msgstr "Түркмөнчө" + +msgid "Turkish" +msgstr "Түркчө" + +msgid "Tatar" +msgstr "Татарча" + +msgid "Udmurt" +msgstr "Удмурча" + +msgid "Ukrainian" +msgstr "Украинче" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "Өзбекче" + +msgid "Vietnamese" +msgstr "Вьетнамча" + +msgid "Simplified Chinese" +msgstr "Жеңилдетилген кытайча" + +msgid "Traditional Chinese" +msgstr "салттык кытайча" + +msgid "Messages" +msgstr "Билдирүүлөр" + +msgid "Site Maps" +msgstr "сайт картасы" + +msgid "Static Files" +msgstr "Туруктуу файлдар" + +msgid "Syndication" +msgstr "Синдикат" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Бул барактын номуру сан эмес" + +msgid "That page number is less than 1" +msgstr "Бул барактын номуру 1 ден кичине" + +msgid "That page contains no results" +msgstr "Бул баракта жыйынтык жок" + +msgid "Enter a valid value." +msgstr "Туура маани киргиз" + +msgid "Enter a valid URL." +msgstr "Туура URL киргиз" + +msgid "Enter a valid integer." +msgstr "Туура натурал сан тер." + +msgid "Enter a valid email address." +msgstr "Туура эдарек тер." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"ариптер, цифралар, дефис же астыңкы сызык камтыган туура слаг киргизиңиз." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Юникод символдор, цифралар, астыңкы сызыктар же дефис камтыган туурга слаг " +"киргизиңиз." + +msgid "Enter a valid IPv4 address." +msgstr "Туура IPv4 тер." + +msgid "Enter a valid IPv6 address." +msgstr "Туура IPv6 тер." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Туура IPv4 же IPv6 тер." + +msgid "Enter only digits separated by commas." +msgstr "Жалаң үтүр менен бөлүнгөн сан тер." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Бул маани %(limit_value)s ашпоосун текшериңиз (азыр %(show_value)s)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "%(limit_value)s карата кичине же барабар маани болгонун текшериңиз" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "%(limit_value)s карата чоң же барабар маани болгонун текшериңиз" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Бул маани жок дегенде %(limit_value)dсимвол камтыганын текшериңиз (азыркысы " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Бул маани эң көп %(limit_value)dсимвол камтыганын текшериңиз (азыркысы " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Сан киргизиңиз." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Жалпысынан %(max)sорундан ашпоосун текшериңиз." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Жалпысынан ондук сандын%(max)s ашпоосун текшериңиз." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Жалпысынан үтүргө чейин%(max)s ашпоосун текшериңиз." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"%(extension)sфайл кеңейтүүсү кабыл алынбайт. Кабыл алынгандар: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Боштук кабыл алынбайт" + +msgid "and" +msgstr "жана" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s бул %(field_labels)s менен мурдатан эле бар" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r мааниси туура эмес тандоо." + +msgid "This field cannot be null." +msgstr "Бул аймак жок маани албашы керек" + +msgid "This field cannot be blank." +msgstr "Бул аймак бош калбашы керек" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s бул %(field_label)s менен мурдатан эле бар" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s %(date_field_label)s %(lookup_type)s үчүн уникал болуусу " +"керек." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "аймактын түрү: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” мааниси же True же False болуусу керек." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” мааниси же True же False же None болуусу керек." + +msgid "Boolean (Either True or False)" +msgstr "Булен (Туура же Ката)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Сап (%(max_length)s чейин)" + +msgid "Comma-separated integers" +msgstr "үтүр менен бөлүнгөн сан" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” мааниси туура эмес форматта. Ал ЖЖЖЖ-АА-КК форматта болуусу " +"керек." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "%(value)sмааниси туура (ЖЖЖЖ-АА-КК) форматта бирок ал күн туура эмес." + +msgid "Date (without time)" +msgstr "Күн (убакытсыз)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” мааниси туура эмес форматта. Ал ЖЖЖЖ-АА-КК СС:ММ[сс[.дддддд]]" +"[УЗ] форматта болуусу керек." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” мааниси туура форматта (ЖЖЖЖ-АА-КК СС:ММ[сс[.дддддд]][УЗ] ) " +"бирок ал күн/убакыт туура эмес." + +msgid "Date (with time)" +msgstr "Күн(убакыттуу)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” мааниси ондук сан болушу керек." + +msgid "Decimal number" +msgstr "ондук сан" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” мааниси туура эмес форматта. Ал [КК][[CC:]MM:]cc[.дддддд] " +"форматта болуусу керек." + +msgid "Duration" +msgstr "Мөөнөт" + +msgid "Email address" +msgstr "электрондук дарек" + +msgid "File path" +msgstr "файл жайгашуусу" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” мааниси калкыган чекиттүү болуусу керек." + +msgid "Floating point number" +msgstr "калкыган чекит саны" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” мааниси натуралдык сан болуусу керек." + +msgid "Integer" +msgstr "Натурал сан" + +msgid "Big (8 byte) integer" +msgstr "Чоң ( 8 байт) натурал сан" + +msgid "Small integer" +msgstr "кичине натурал сан" + +msgid "IPv4 address" +msgstr "IPv4 дареги" + +msgid "IP address" +msgstr "IP дареги" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” мааниси же None же True же False болуусу керек." + +msgid "Boolean (Either True, False or None)" +msgstr "Булен(Туура же Жалган же Куру)" + +msgid "Positive big integer" +msgstr "Оң чоң натуралдык сан." + +msgid "Positive integer" +msgstr "оң сан" + +msgid "Positive small integer" +msgstr "кичине оң сан" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "слаг ( %(max_length)s чейин)" + +msgid "Text" +msgstr "сап" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” мааниси туура эмес форматта. Ал СС:ММ[:сс[.ддддддд]] форматта " +"болуусу керек." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” мааниси туура форматта (СС:ММ[:cc[.дддддд]]) бирок ал убакыт " +"туура эмес." + +msgid "Time" +msgstr "Убакыт" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "жалаң экилик берилиш" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” туура эмес UUID." + +msgid "Universally unique identifier" +msgstr "универсал уникал көрсөтүүчү" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Сүрөт" + +msgid "A JSON object" +msgstr "JSON обектиси" + +msgid "Value must be valid JSON." +msgstr "Маани туура JSON болушу керек." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s нерсеси %(field)s аймагы %(value)r маани менен табылбады." + +msgid "Foreign Key (type determined by related field)" +msgstr "Бөтөн Ачкыч (байланышкан аймак менен аныкталат)" + +msgid "One-to-one relationship" +msgstr "Бирге-бир байланышы" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s байланышы" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s байланыштары" + +msgid "Many-to-many relationship" +msgstr "көпкө-көп байланышы" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Бул талаа керектүү." + +msgid "Enter a whole number." +msgstr "Толук сан киргиз." + +msgid "Enter a valid date." +msgstr "туура күн киргиз." + +msgid "Enter a valid time." +msgstr "Туура убакыт киргиз." + +msgid "Enter a valid date/time." +msgstr "Туура күн/убакыт киргиз." + +msgid "Enter a valid duration." +msgstr "Туура мөөнөт киргиз." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Күндөрдүн саны {min_days} жана {max_days} арасында болуусу керек." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл жиберилген жок. Формдун бекитүү түрүн текшер." + +msgid "No file was submitted." +msgstr "Файл жиберилген жок." + +msgid "The submitted file is empty." +msgstr "Жиберилген файл бош." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Бул файлдын аты эң көп %(max)dсимвол ала алат. (азыркысы %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Сураныч же файл жибериңиз же тандоону бош калтырыңыз. Экөөн тең эмес." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Туура сүрөт жөнөтүңүз. Сиз жүктөгөн же сүрөт эмес же бузулган сүрөт." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Туура тандоону танда. %(value)s мүмкүн болгон тандоо эмес." + +msgid "Enter a list of values." +msgstr "Туура маанилер тизмесин киргиз." + +msgid "Enter a complete value." +msgstr "Толук маани киргиз." + +msgid "Enter a valid UUID." +msgstr "Туура UUID киргиз." + +msgid "Enter a valid JSON." +msgstr "Туура JSON киргиз." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(жашырылган аймак %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm берилиши жетишпей атат же жасалма болуп атат. Жетишпеген " +"талаалар: %(field_names)s. Эгер көйгөй чечилбей атса сиз баг билдирүү " +"жөнөтсөңүз болот." + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Сураныч, эң көп %d форм жөнөтүңүз." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Сураныч, эң аз %dформ жөнөтүңүз." + +msgid "Order" +msgstr "Тартип" + +msgid "Delete" +msgstr "Өчүрүү" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s үчүн кайталанган маанилерди оңдоңуз." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s үчүн кайталанган маанилерди оңдоңуз алар уникал болуусу керек." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s %(date_field)s да %(lookup)s үчүн уникал болусу керек. " +"Берилиштерди оңдоңуз." + +msgid "Please correct the duplicate values below." +msgstr "Төмөндө кайталанган маанилерди оңдоңуз." + +msgid "The inline value did not match the parent instance." +msgstr "Катардагы маани энелик нерсеге туура келбей жатат." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Туура тандоо кылыңыз. Ал тандоо мүмкүнчүлүктөн сырткары." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr " “%(pk)s”туура эмес маани." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)sкүнү %(current_timezone)sубактысы боюнча чечмелене албай атат. " +"Ал экианжы же жок болушу мүмкүн." + +msgid "Clear" +msgstr "Тазалоо" + +msgid "Currently" +msgstr "Азыркы" + +msgid "Change" +msgstr "өзгөртүү" + +msgid "Unknown" +msgstr "Белгисиз" + +msgid "Yes" +msgstr "Ооба" + +msgid "No" +msgstr "Жок" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ооба, жок, балким" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)dбит" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s мегабайт" + +#, python-format +msgid "%s GB" +msgstr "%s гигабайт" + +#, python-format +msgid "%s TB" +msgstr "%s терабайт" + +#, python-format +msgid "%s PB" +msgstr "%s пикабайт" + +msgid "p.m." +msgstr "түштөн кийин" + +msgid "a.m." +msgstr "түшкө чейин" + +msgid "PM" +msgstr "Түштөн кийин" + +msgid "AM" +msgstr "Түшкө чейин" + +msgid "midnight" +msgstr "Түнүчү" + +msgid "noon" +msgstr "ай" + +msgid "Monday" +msgstr "Дүйшөмбү" + +msgid "Tuesday" +msgstr "Шейшемби" + +msgid "Wednesday" +msgstr "Шаршемби" + +msgid "Thursday" +msgstr "Бейшемби" + +msgid "Friday" +msgstr "Жума" + +msgid "Saturday" +msgstr "Ишемби" + +msgid "Sunday" +msgstr "Жекшемби" + +msgid "Mon" +msgstr "Дүйш" + +msgid "Tue" +msgstr "Шей" + +msgid "Wed" +msgstr "Шар" + +msgid "Thu" +msgstr "Бей" + +msgid "Fri" +msgstr "Жума" + +msgid "Sat" +msgstr "Ише" + +msgid "Sun" +msgstr "Жек" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "янв" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Янв." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Январь" + +msgctxt "alt. month" +msgid "February" +msgstr "Февраль" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Апрель" + +msgctxt "alt. month" +msgid "May" +msgstr "Май" + +msgctxt "alt. month" +msgid "June" +msgstr "Июнь" + +msgctxt "alt. month" +msgid "July" +msgstr "Июль" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Сентябрь" + +msgctxt "alt. month" +msgid "October" +msgstr "Октябрь" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноябрь" + +msgctxt "alt. month" +msgid "December" +msgstr "Декабрь" + +msgid "This is not a valid IPv6 address." +msgstr "Бул туура эмес IPv6 дареги" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "же" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d жыл" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d ай" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d апта" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d күн" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d саат" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d мүнөт" + +msgid "Forbidden" +msgstr "Тыйылган" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF текшерүү кыйрады. Суроо четке кагылды." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Браузер тараптан \"Referer header\" HTTPS сайтына жиберилбей калгандыгы үчүн " +"бул билдирүүнү көрүп турасыз. Бул хэдэр сиздин браузер үчүнчү жактан " +"чабуулга учурабаганын текшерүүгө коопсуздук үчүн керек." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Эгер сиз броузерден “Referer” хэдерин өчүрүп салсаңыз, аны күйгүзүп коюңуз. " +"Жок дегенде ушул сайт үчүн же жок дегенде HTTPS байланышуу үчүн. Же болбосо " +"“same-origin” суроолору үчүн." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Эгер сиз тегин же “Referrer-" +"Policy: no-referrer” хэдерин колдонуп жатсаңыз, аларды өчүрүп салыңыз. CSRF " +"коргоосу “Referer” хэдерин талап кылат. Эгер сиз коопсуздук жөнүндө " +"кабатырланып атсаңыз үчүнчү жактар үчүн шилтемесин " +"колдонуңуз." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Сиз бул билдирүүнү бул сайт форм жиберүүдө CSRF кукини талап кылгандыгы үчүн " +"көрүп жатасыз. Бул куки коопсуздуктан улам сиздин сайтыңыз үчүнчү жактан " +"чабуулга кабылбаганын текшерүү үчүн талап кылынат. " + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Эгер сиз броузерде кукиледи өчүрүп койсоңуз, аларды кайра күйгүзүп коюңуз. " +"Жок дегенде ушул сайтка же “same-origin” суроолоруна." + +msgid "More information is available with DEBUG=True." +msgstr "Сиз бул маалыматты DEBUG=True болгону үчүн көрүп жатасыз." + +msgid "No year specified" +msgstr "Жыл көрсөтүлгөн эмес" + +msgid "Date out of range" +msgstr "Күн чектен сырткары" + +msgid "No month specified" +msgstr "Ай көрсөтүлгөн эмес" + +msgid "No day specified" +msgstr "Апта күнү көрсөтүлгөн эмес" + +msgid "No week specified" +msgstr "Апта көрсөтүлгө эмес" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s жок" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s future си тейленбейт. Себеби %(class_name)s." +"allow_future си False маани алган." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Туура эмес күн сабы “%(datestr)s” берилген формат болсо “%(format)s”." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "суроого эч бир %(verbose_name)s табылбады" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Барак акыркы эмес. Же натуралдык санга өткөрүлө албай атат." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Туура эмес (%(page_number)s) барак: %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Бош тизме жана “%(class_name)s.allow_empty” = False болуп калган." + +msgid "Directory indexes are not allowed here." +msgstr "Папка индекстери бул жерде иштей албайт." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” жашабайт" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s индексттери" + +msgid "The install worked successfully! Congratulations!" +msgstr "Орнотуу ийгиликтүү аяктады! Куттуу болсун!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Жанго %(version)s үчүн чыгарылыш " +"эскертмелерин кара." + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Сиз бул бетти сиздин тууралоо файлыңызда DEBUG=True жана эчбир урл тууралабагандыгыңыз үчүн көрүп " +"жататсыз." + +msgid "Django Documentation" +msgstr "Жанго Түшүндүрмөсү" + +msgid "Topics, references, & how-to’s" +msgstr "Темалар, Сурамжылар, & кантип.. тер" + +msgid "Tutorial: A Polling App" +msgstr "Колдонмо:" + +msgid "Get started with Django" +msgstr "Жангону башта" + +msgid "Django Community" +msgstr "Жанго жамааты" + +msgid "Connect, get help, or contribute" +msgstr "Туташ, жардам ал, же салым кош" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e873b7dd8653a0b49f3b26081085fde3562361e0 GIT binary patch literal 201 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b0d4755440e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po @@ -0,0 +1,1213 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# sim0n , 2011,2013 +# sim0n , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Luxembourgish (http://www.transifex.com/django/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabesch" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "Bulgaresch" + +msgid "Belarusian" +msgstr "Wäissrussesch" + +msgid "Bengali" +msgstr "Bengalesch" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Bosnesch" + +msgid "Catalan" +msgstr "Katalanesch" + +msgid "Czech" +msgstr "Tschechesch" + +msgid "Welsh" +msgstr "Walisesch" + +msgid "Danish" +msgstr "Dänesch" + +msgid "German" +msgstr "Däitsch" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griichesch" + +msgid "English" +msgstr "Englesch" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Britesch Englesch" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "Spuenesch" + +msgid "Argentinian Spanish" +msgstr "Argentinesch Spuenesch" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexikanesch Spuenesch" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Estonesch" + +msgid "Basque" +msgstr "Baskesch" + +msgid "Persian" +msgstr "Persesch" + +msgid "Finnish" +msgstr "Finnesch" + +msgid "French" +msgstr "Franséisch" + +msgid "Frisian" +msgstr "Frisesch" + +msgid "Irish" +msgstr "Iresch" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galesch" + +msgid "Hebrew" +msgstr "Hebräesch" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatesch" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Ungaresch" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonesesch" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islännesch" + +msgid "Italian" +msgstr "Italienesch" + +msgid "Japanese" +msgstr "Japanesch" + +msgid "Georgian" +msgstr "Georgesch" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kanadesch" + +msgid "Korean" +msgstr "Koreanesch" + +msgid "Luxembourgish" +msgstr "Lëtzebuergesch" + +msgid "Lithuanian" +msgstr "Lithuanesesch" + +msgid "Latvian" +msgstr "Lättesch" + +msgid "Macedonian" +msgstr "Macedonesch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolesch" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Hollännesch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegesch Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polnesch" + +msgid "Portuguese" +msgstr "Portugisesch" + +msgid "Brazilian Portuguese" +msgstr "Brasilianesch Portugisesch" + +msgid "Romanian" +msgstr "Rumänesch" + +msgid "Russian" +msgstr "Russesch" + +msgid "Slovak" +msgstr "Slowakesch" + +msgid "Slovenian" +msgstr "Slowenesch" + +msgid "Albanian" +msgstr "Albanesch" + +msgid "Serbian" +msgstr "Serbesch" + +msgid "Serbian Latin" +msgstr "Serbesch Latäinesch" + +msgid "Swedish" +msgstr "Schwedesch" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Tierkesch" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrainesch" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamesesch" + +msgid "Simplified Chinese" +msgstr "Einfach d'Chinesesch" + +msgid "Traditional Chinese" +msgstr "Traditionell d'Chinesesch" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Gëff en validen Wärt an." + +msgid "Enter a valid URL." +msgstr "Gëff eng valid URL an." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Gëff eng valid e-mail Adress an." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Gëff eng valid IPv4 Adress an." + +msgid "Enter a valid IPv6 address." +msgstr "Gëff eng valid IPv6 Adress an." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Gëff eng valid IPv4 oder IPv6 Adress an." + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "an" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (ouni Zäit)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (mat Zäit)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Dezimalzuel" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-mail Adress" + +msgid "File path" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Kommazuel" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Zuel" + +msgid "Big (8 byte) integer" +msgstr "Grouss (8 byte) Zuel" + +msgid "IPv4 address" +msgstr "IPv4 Adress" + +msgid "IP address" +msgstr "IP Adress" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "Positiv Zuel" + +msgid "Positive small integer" +msgstr "Kleng positiv Zuel" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "Kleng Zuel" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Zäit" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rei Binär Daten" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Fichier" + +msgid "Image" +msgstr "Bild" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "" + +msgid "Enter a whole number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "Et ass keng Datei geschéckt ginn." + +msgid "The submitted file is empty." +msgstr "" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "Gëff eng Lescht vun Wäerter an." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Sortéier" + +msgid "Delete" +msgstr "Läsch" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Maach eidel" + +msgid "Currently" +msgstr "Momentan" + +msgid "Change" +msgstr "Änner" + +msgid "Unknown" +msgstr "Onbekannt" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Nee" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "jo,nee,vläit" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "Méindeg" + +msgid "Tuesday" +msgstr "Dënschdeg" + +msgid "Wednesday" +msgstr "Mëttwoch" + +msgid "Thursday" +msgstr "Donneschdes" + +msgid "Friday" +msgstr "Freides" + +msgid "Saturday" +msgstr "Samschdes" + +msgid "Sunday" +msgstr "Sonndes" + +msgid "Mon" +msgstr "Mei" + +msgid "Tue" +msgstr "Dën" + +msgid "Wed" +msgstr "Mett" + +msgid "Thu" +msgstr "Don" + +msgid "Fri" +msgstr "Fre" + +msgid "Sat" +msgstr "Sam" + +msgid "Sun" +msgstr "Son" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "Abrell" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mär" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "März" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abrell" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "März" + +msgctxt "alt. month" +msgid "April" +msgstr "Abrell" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "oder" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d Joer" +msgstr[1] "%d Joren" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d Mount" +msgstr[1] "%d Meint" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d Woch" +msgstr[1] "%d Wochen" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d Dag" +msgstr[1] "%d Deeg" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d Stonn" +msgstr[1] "%d Stonnen" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d Minutt" +msgstr[1] "%d Minutten" + +msgid "0 minutes" +msgstr "0 Minutten" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ee14fecb9b7a91b3cb1a49177599227d3261f3a9 GIT binary patch literal 21421 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, 2011 +# Kostas , 2011 +# lauris , 2011 +# Mariusz Felisiak , 2021 +# Matas Dailyda , 2015-2019 +# naktinis , 2012 +# Nikolajus Krauklis , 2013 +# Povilas Balzaravičius , 2011-2012 +# Simonas Kazlauskas , 2012-2014 +# Vytautas Astrauskas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-24 16:28+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Afrikaans" +msgstr "Afrikiečių" + +msgid "Arabic" +msgstr "Arabų" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Austrų" + +msgid "Azerbaijani" +msgstr "Azerbaidžaniečių" + +msgid "Bulgarian" +msgstr "Bulgarų" + +msgid "Belarusian" +msgstr "Gudų" + +msgid "Bengali" +msgstr "Bengalų" + +msgid "Breton" +msgstr "Bretonų" + +msgid "Bosnian" +msgstr "Bosnių" + +msgid "Catalan" +msgstr "Katalonų" + +msgid "Czech" +msgstr "Čekų" + +msgid "Welsh" +msgstr "Velso" + +msgid "Danish" +msgstr "Danų" + +msgid "German" +msgstr "Vokiečių" + +msgid "Lower Sorbian" +msgstr "Žemutinė Sorbų" + +msgid "Greek" +msgstr "Graikų" + +msgid "English" +msgstr "Anglų" + +msgid "Australian English" +msgstr "Australų Anlgų" + +msgid "British English" +msgstr "Britų Anglų" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Ispanų" + +msgid "Argentinian Spanish" +msgstr "Argentiniečių Ispanų" + +msgid "Colombian Spanish" +msgstr "Kolumbų Ispanų" + +msgid "Mexican Spanish" +msgstr "Meksikiečių Ispanų" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvos Ispanijos" + +msgid "Venezuelan Spanish" +msgstr "Venesuelos Ispanų" + +msgid "Estonian" +msgstr "Estų" + +msgid "Basque" +msgstr "Baskų" + +msgid "Persian" +msgstr "Persų" + +msgid "Finnish" +msgstr "Suomių" + +msgid "French" +msgstr "Prancūzų" + +msgid "Frisian" +msgstr "Fryzų" + +msgid "Irish" +msgstr "Airių" + +msgid "Scottish Gaelic" +msgstr "Škotų Gėlų" + +msgid "Galician" +msgstr "Galų" + +msgid "Hebrew" +msgstr "Hebrajų" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatų" + +msgid "Upper Sorbian" +msgstr "Aukštutinė Sorbų" + +msgid "Hungarian" +msgstr "Vengrų" + +msgid "Armenian" +msgstr "Armėnų" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneziečių" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandų" + +msgid "Italian" +msgstr "Italų" + +msgid "Japanese" +msgstr "Japonų" + +msgid "Georgian" +msgstr "Gruzinų" + +msgid "Kabyle" +msgstr "Kabilų" + +msgid "Kazakh" +msgstr "Kazachų" + +msgid "Khmer" +msgstr "Khmerų" + +msgid "Kannada" +msgstr "Dravidų" + +msgid "Korean" +msgstr "Korėjiečių" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Liuksemburgų" + +msgid "Lithuanian" +msgstr "Lietuvių" + +msgid "Latvian" +msgstr "Latvių" + +msgid "Macedonian" +msgstr "Makedonų" + +msgid "Malayalam" +msgstr "Malajalių" + +msgid "Mongolian" +msgstr "Mongolų" + +msgid "Marathi" +msgstr "Marati" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Mjanmų" + +msgid "Norwegian Bokmål" +msgstr "Norvegų Bokmal" + +msgid "Nepali" +msgstr "Nepalų" + +msgid "Dutch" +msgstr "Olandų" + +msgid "Norwegian Nynorsk" +msgstr "Norvegų Nynorsk" + +msgid "Ossetic" +msgstr "Osetinų" + +msgid "Punjabi" +msgstr "Pandžabi" + +msgid "Polish" +msgstr "Lenkų" + +msgid "Portuguese" +msgstr "Protugalų" + +msgid "Brazilian Portuguese" +msgstr "Brazilijos Portugalų" + +msgid "Romanian" +msgstr "Rumunų" + +msgid "Russian" +msgstr "Rusų" + +msgid "Slovak" +msgstr "Slovakų" + +msgid "Slovenian" +msgstr "Slovėnų" + +msgid "Albanian" +msgstr "Albanų" + +msgid "Serbian" +msgstr "Serbų" + +msgid "Serbian Latin" +msgstr "Serbų Lotynų" + +msgid "Swedish" +msgstr "Švedų" + +msgid "Swahili" +msgstr "Svahili" + +msgid "Tamil" +msgstr "Tamilų" + +msgid "Telugu" +msgstr "Telugų" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tailando" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turkų" + +msgid "Tatar" +msgstr "Totorių" + +msgid "Udmurt" +msgstr "Udmurtų" + +msgid "Ukrainian" +msgstr "Ukrainiečių" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamiečių" + +msgid "Simplified Chinese" +msgstr "Supaprastinta kinų" + +msgid "Traditional Chinese" +msgstr "Tradicinė kinų" + +msgid "Messages" +msgstr "Žinutės" + +msgid "Site Maps" +msgstr "Tinklalapio struktūros" + +msgid "Static Files" +msgstr "Statiniai failai" + +msgid "Syndication" +msgstr "Sindikacija" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "To puslapio numeris nėra sveikasis skaičius." + +msgid "That page number is less than 1" +msgstr "To numerio puslapis yra mažesnis už 1" + +msgid "That page contains no results" +msgstr "Tas puslapis neturi jokių rezultatų" + +msgid "Enter a valid value." +msgstr "Įveskite tinkamą reikšmę." + +msgid "Enter a valid URL." +msgstr "Įveskite tinkamą URL adresą." + +msgid "Enter a valid integer." +msgstr "Įveskite tinkamą sveikąjį skaičių." + +msgid "Enter a valid email address." +msgstr "Įveskite teisingą el. pašto adresą." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Įveskite validų IPv4 adresą." + +msgid "Enter a valid IPv6 address." +msgstr "Įveskite validų IPv6 adresą." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Įveskite validų IPv4 arba IPv6 adresą." + +msgid "Enter only digits separated by commas." +msgstr "Įveskite skaitmenis atskirtus kableliais." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Įsitikinkite, kad reikšmę sudaro %(limit_value)s simbolių (dabar yra " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Įsitikinkite, kad reikšmė yra mažesnė arba lygi %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Įsitikinkite, kad reikšmė yra didesnė arba lygi %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklo " +"(dabartinis ilgis %(show_value)d)." +msgstr[1] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." +msgstr[2] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." +msgstr[3] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklo " +"(dabartinis ilgis %(show_value)d)." +msgstr[1] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." +msgstr[2] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." +msgstr[3] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." + +msgid "Enter a number." +msgstr "Įveskite skaičių." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmuo." +msgstr[1] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenys." +msgstr[2] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų." +msgstr[3] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmuo po kablelio." +msgstr[1] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenys po kablelio." +msgstr[2] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų po kablelio." +msgstr[3] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų po kablelio." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmuo prieš kablelį." +msgstr[1] "" +"Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenys prieš kablelį." +msgstr[2] "" +"Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų prieš kablelį." +msgstr[3] "" +"Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų prieš kablelį." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Nuliniai simboliai neleidžiami." + +msgid "and" +msgstr "ir" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s su šiais %(field_labels)s jau egzistuoja." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Reikšmės %(value)r rinktis negalima." + +msgid "This field cannot be null." +msgstr "Šis laukas negali būti null." + +msgid "This field cannot be blank." +msgstr "Lauką privaloma užpildyti." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s su šiuo %(field_label)s jau egzistuoja." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s privalo būti unikalus %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lauko tipas: %(field_type)s " + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Loginė reikšmė (Tiesa arba Netiesa)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Eilutė (ilgis iki %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kableliais atskirti sveikieji skaičiai" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Data (be laiko)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (su laiku)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Dešimtainis skaičius" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Trukmė" + +msgid "Email address" +msgstr "El. pašto adresas" + +msgid "File path" +msgstr "Kelias iki failo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Realus skaičius" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Sveikas skaičius" + +msgid "Big (8 byte) integer" +msgstr "Didelis (8 baitų) sveikas skaičius" + +msgid "Small integer" +msgstr "Nedidelis sveikasis skaičius" + +msgid "IPv4 address" +msgstr "IPv4 adresas" + +msgid "IP address" +msgstr "IP adresas" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Loginė reikšmė (Tiesa, Netiesa arba Nieko)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Teigiamas sveikasis skaičius" + +msgid "Positive small integer" +msgstr "Nedidelis teigiamas sveikasis skaičius" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Unikalus adresas (iki %(max_length)s ženklų)" + +msgid "Text" +msgstr "Tekstas" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Laikas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Neapdorota informacija" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "Universaliai unikalus identifikatorius" + +msgid "File" +msgstr "Failas" + +msgid "Image" +msgstr "Paveiksliukas" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s objektas su %(field)s %(value)r neegzistuoja." + +msgid "Foreign Key (type determined by related field)" +msgstr "Išorinis raktas (tipas nustatomas susijusiame lauke)" + +msgid "One-to-one relationship" +msgstr "Sąryšis vienas su vienu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s sąryšis" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s sąryšiai" + +msgid "Many-to-many relationship" +msgstr "Sąryšis daug su daug" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Šis laukas yra privalomas." + +msgid "Enter a whole number." +msgstr "Įveskite pilną skaičių." + +msgid "Enter a valid date." +msgstr "Įveskite tinkamą datą." + +msgid "Enter a valid time." +msgstr "Įveskite tinkamą laiką." + +msgid "Enter a valid date/time." +msgstr "Įveskite tinkamą datą/laiką." + +msgid "Enter a valid duration." +msgstr "Įveskite tinkamą trukmę." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Dienų skaičius turi būti tarp {min_days} ir {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nebuvo nurodytas failas. Patikrinkite formos koduotę." + +msgid "No file was submitted." +msgstr "Failas nebuvo nurodytas." + +msgid "The submitted file is empty." +msgstr "Nurodytas failas yra tuščias." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklo (dabartinis ilgis %(length)d)." +msgstr[1] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklų (dabartinis ilgis %(length)d)." +msgstr[2] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklų (dabartinis ilgis %(length)d)." +msgstr[3] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklų (dabartinis ilgis %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Nurodykite failą arba pažymėkite išvalyti. Abu pasirinkimai negalimi." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Atsiųskite tinkamą paveiksliuką. Failas, kurį siuntėte nebuvo paveiksliukas, " +"arba buvo sugadintas." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Nurodykite tinkamą reikšmę. %(value)s nėra galimas pasirinkimas." + +msgid "Enter a list of values." +msgstr "Įveskite reikšmių sarašą." + +msgid "Enter a complete value." +msgstr "Įveskite pilną reikšmę." + +msgid "Enter a valid UUID." +msgstr "Įveskite tinkamą UUID." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Paslėptas laukelis %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Order" +msgstr "Nurodyti" + +msgid "Delete" +msgstr "Ištrinti" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Pataisykite pasikartojančius duomenis laukui %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Pataisykite pasikartojančius duomenis laukui %(field)s. Duomenys privalo " +"būti unikalūs." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Pataisykite pasikartojančius duomenis laukui %(field_name)s. Duomenys " +"privalo būti unikalūs %(lookup)s peržiūroms per %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Pataisykite žemiau esančias pasikartojančias reikšmes." + +msgid "The inline value did not match the parent instance." +msgstr "Reikšmė nesutapo su pirminiu objektu." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Pasirinkite tinkamą reikšmę. Parinkta reikšmė nėra galima." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Išvalyti" + +msgid "Currently" +msgstr "Šiuo metu" + +msgid "Change" +msgstr "Pakeisti" + +msgid "Unknown" +msgstr "Nežinomas" + +msgid "Yes" +msgstr "Taip" + +msgid "No" +msgstr "Ne" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "taip,ne,galbūt" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baitas" +msgstr[1] "%(size)d baitai" +msgstr[2] "%(size)d baitai" +msgstr[3] "%(size)d baitai" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "vidurnaktis" + +msgid "noon" +msgstr "vidurdienis" + +msgid "Monday" +msgstr "Pirmadienis" + +msgid "Tuesday" +msgstr "Antradienis" + +msgid "Wednesday" +msgstr "Trečiadienis" + +msgid "Thursday" +msgstr "Ketvirtadienis" + +msgid "Friday" +msgstr "Penktadienis" + +msgid "Saturday" +msgstr "Šeštadienis" + +msgid "Sunday" +msgstr "Sekmadienis" + +msgid "Mon" +msgstr "Pr" + +msgid "Tue" +msgstr "A" + +msgid "Wed" +msgstr "T" + +msgid "Thu" +msgstr "K" + +msgid "Fri" +msgstr "P" + +msgid "Sat" +msgstr "Š" + +msgid "Sun" +msgstr "S" + +msgid "January" +msgstr "sausis" + +msgid "February" +msgstr "vasaris" + +msgid "March" +msgstr "kovas" + +msgid "April" +msgstr "balandis" + +msgid "May" +msgstr "gegužė" + +msgid "June" +msgstr "birželis" + +msgid "July" +msgstr "liepa" + +msgid "August" +msgstr "rugpjūtis" + +msgid "September" +msgstr "rugsėjis" + +msgid "October" +msgstr "spalis" + +msgid "November" +msgstr "lapkritis" + +msgid "December" +msgstr "gruodis" + +msgid "jan" +msgstr "sau" + +msgid "feb" +msgstr "vas" + +msgid "mar" +msgstr "kov" + +msgid "apr" +msgstr "bal" + +msgid "may" +msgstr "geg" + +msgid "jun" +msgstr "bir" + +msgid "jul" +msgstr "lie" + +msgid "aug" +msgstr "rugp" + +msgid "sep" +msgstr "rugs" + +msgid "oct" +msgstr "spa" + +msgid "nov" +msgstr "lap" + +msgid "dec" +msgstr "grd" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "saus." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "vas." + +msgctxt "abbrev. month" +msgid "March" +msgstr "kov." + +msgctxt "abbrev. month" +msgid "April" +msgstr "bal." + +msgctxt "abbrev. month" +msgid "May" +msgstr "geg." + +msgctxt "abbrev. month" +msgid "June" +msgstr "birž." + +msgctxt "abbrev. month" +msgid "July" +msgstr "liep." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "rugpj." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "rugs." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "spal." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "lapkr." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "gruod." + +msgctxt "alt. month" +msgid "January" +msgstr "sausio" + +msgctxt "alt. month" +msgid "February" +msgstr "vasario" + +msgctxt "alt. month" +msgid "March" +msgstr "kovo" + +msgctxt "alt. month" +msgid "April" +msgstr "balandžio" + +msgctxt "alt. month" +msgid "May" +msgstr "gegužės" + +msgctxt "alt. month" +msgid "June" +msgstr "birželio" + +msgctxt "alt. month" +msgid "July" +msgstr "liepos" + +msgctxt "alt. month" +msgid "August" +msgstr "rugpjūčio" + +msgctxt "alt. month" +msgid "September" +msgstr "rugsėjo" + +msgctxt "alt. month" +msgid "October" +msgstr "spalio" + +msgctxt "alt. month" +msgid "November" +msgstr "lapkričio" + +msgctxt "alt. month" +msgid "December" +msgstr "gruodžio" + +msgid "This is not a valid IPv6 address." +msgstr "Tai nėra teisingas IPv6 adresas." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "arba" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Forbidden" +msgstr "Uždrausta" + +msgid "CSRF verification failed. Request aborted." +msgstr "Nepavyko CSRF patvirtinimas. Užklausa nutraukta." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Jūs matote šią žinutę nes šis puslapis reikalauja CSRF slapuko, kai " +"pateikiama forma. Slapukas reikalaujamas saugumo sumetimais, kad užtikrinti " +"jog jūsų naršyklė nėra užgrobiama trečiųjų asmenų." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Gauti daugiau informacijos galima su DEBUG=True nustatymu." + +msgid "No year specified" +msgstr "Nenurodyti metai" + +msgid "Date out of range" +msgstr "Data išeina iš ribų" + +msgid "No month specified" +msgstr "Nenurodytas mėnuo" + +msgid "No day specified" +msgstr "Nenurodyta diena" + +msgid "No week specified" +msgstr "Nenurodyta savaitė" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nėra %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Ateities %(verbose_name_plural)s nėra prieinami, nes %(class_name)s." +"allow_future yra False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Atitinkantis užklausą %(verbose_name)s nerastas" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neegzistuojantis puslapis (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Aplankų indeksai čia neleidžiami." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s indeksas" + +msgid "The install worked successfully! Congratulations!" +msgstr "Diegimas pavyko! Sveikiname!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Žiūrėti Django %(version)s išleidimo " +"pastabas" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Jūs matote šią žinutę dėl to kad Django nustatymų faile įvesta DEBUG = True ir Jūs nenustatėte jokių URL'ų." + +msgid "Django Documentation" +msgstr "Django dokumentacija" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "Pamoka: Apklausos aplikacija" + +msgid "Get started with Django" +msgstr "Pradėti su Django" + +msgid "Django Community" +msgstr "Django Bendrija" + +msgid "Connect, get help, or contribute" +msgstr "Prisijunk, gauk pagalbą arba prisidėk" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a06876d17a5ce8975e45653f7fb8524a785cc59 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^>a$}|5xYL{`W;*fN+DoV0;+%2FNdpe;<^G)cDVZyHi{q6Vx zIv0Q06AdkEFF_FN2uMD=jxG}!w2&{ZlgsSW1xPP5PZl7x%s#^URmf0NAw;^BN hvjF66B)E&I_(PQE*N;K&1lQt~T#}jZ$#D*y@efEh7VrQ7 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/formats.py new file mode 100644 index 00000000000..a351b3c240a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lt/formats.py @@ -0,0 +1,45 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"Y \m. E j \d." +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"Y \m. E j \d., H:i" +YEAR_MONTH_FORMAT = r"Y \m. F" +MONTH_DAY_FORMAT = r"E j \d." +SHORT_DATE_FORMAT = "Y-m-d" +SHORT_DATETIME_FORMAT = "Y-m-d H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '14:30:59' + "%H:%M:%S.%f", # '14:30:59.000200' + "%H:%M", # '14:30' + "%H.%M.%S", # '14.30.59' + "%H.%M.%S.%f", # '14.30.59.000200' + "%H.%M", # '14.30' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' + "%d.%m.%y %H.%M.%S", # '25.10.06 14.30.59' + "%d.%m.%y %H.%M.%S.%f", # '25.10.06 14.30.59.000200' + "%d.%m.%y %H.%M", # '25.10.06 14.30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..52d036e19a2cf4ee9a4919bb6d560a97a6f6578f GIT binary patch literal 29204 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 NW;&EQ?6=&!{|CU3{cQjM literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5839cb80cf6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,1374 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Edgars Andersons, 2025 +# edgars , 2011 +# Edgars Voroboks , 2023-2025 +# Edgars Voroboks , 2017,2022 +# Edgars Voroboks , 2017-2018 +# Jannis Leidel , 2011 +# krikulis , 2014 +# Māris Nartišs , 2016 +# Mariusz Felisiak , 2021 +# Mārtiņš Šulcs , 2018 +# Edgars Voroboks , 2018-2021 +# peterisb , 2016-2017 +# Pēteris Caune, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Edgars Andersons, 2025\n" +"Language-Team: Latvian (http://app.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +msgid "Afrikaans" +msgstr "afrikāņu" + +msgid "Arabic" +msgstr "arābu" + +msgid "Algerian Arabic" +msgstr "Alžīrijas arābu" + +msgid "Asturian" +msgstr "asturiešu" + +msgid "Azerbaijani" +msgstr "azerbaidžāņu" + +msgid "Bulgarian" +msgstr "bulgāru" + +msgid "Belarusian" +msgstr "baltkrievu" + +msgid "Bengali" +msgstr "bengāļu" + +msgid "Breton" +msgstr "bretoņu" + +msgid "Bosnian" +msgstr "bosniešu" + +msgid "Catalan" +msgstr "katalāņu" + +msgid "Central Kurdish (Sorani)" +msgstr "centrālā kurdu (sorani)" + +msgid "Czech" +msgstr "čehu" + +msgid "Welsh" +msgstr "velsiešu" + +msgid "Danish" +msgstr "dāņu" + +msgid "German" +msgstr "vācu" + +msgid "Lower Sorbian" +msgstr "apakšsorbu" + +msgid "Greek" +msgstr "grieķu" + +msgid "English" +msgstr "angļu" + +msgid "Australian English" +msgstr "Austrālijas angļu" + +msgid "British English" +msgstr "Lielbritānijas angļu" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "spāņu" + +msgid "Argentinian Spanish" +msgstr "Argentīnas spāņu" + +msgid "Colombian Spanish" +msgstr "Kolumbijas spāņu" + +msgid "Mexican Spanish" +msgstr "Meksikas spāņu" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvas spāņu" + +msgid "Venezuelan Spanish" +msgstr "Venecuēlas spāņu" + +msgid "Estonian" +msgstr "igauņu" + +msgid "Basque" +msgstr "basku" + +msgid "Persian" +msgstr "persiešu" + +msgid "Finnish" +msgstr "somu" + +msgid "French" +msgstr "franču" + +msgid "Frisian" +msgstr "frīzu" + +msgid "Irish" +msgstr "īru" + +msgid "Scottish Gaelic" +msgstr "skotu gēlu" + +msgid "Galician" +msgstr "galīciešu" + +msgid "Hebrew" +msgstr "ebreju" + +msgid "Hindi" +msgstr "hindu" + +msgid "Croatian" +msgstr "horvātu" + +msgid "Upper Sorbian" +msgstr "augšsorbu" + +msgid "Hungarian" +msgstr "ungāru" + +msgid "Armenian" +msgstr "armēņu" + +msgid "Interlingua" +msgstr "modernā latīņu" + +msgid "Indonesian" +msgstr "indonēziešu" + +msgid "Igbo" +msgstr "igbo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandiešu" + +msgid "Italian" +msgstr "itāļu" + +msgid "Japanese" +msgstr "japāņu" + +msgid "Georgian" +msgstr "gruzīnu" + +msgid "Kabyle" +msgstr "kabiliešu" + +msgid "Kazakh" +msgstr "kazahu" + +msgid "Khmer" +msgstr "khmeru" + +msgid "Kannada" +msgstr "kannādiešu" + +msgid "Korean" +msgstr "korejiešu" + +msgid "Kyrgyz" +msgstr "kirgīzu" + +msgid "Luxembourgish" +msgstr "luksemburgiešu" + +msgid "Lithuanian" +msgstr "lietuviešu" + +msgid "Latvian" +msgstr "latviešu" + +msgid "Macedonian" +msgstr "maķedoniešu" + +msgid "Malayalam" +msgstr "malajalu" + +msgid "Mongolian" +msgstr "mongoļu" + +msgid "Marathi" +msgstr "maratiešu" + +msgid "Malay" +msgstr "malajiešu" + +msgid "Burmese" +msgstr "birmiešu" + +msgid "Norwegian Bokmål" +msgstr "norvēģu bokmål" + +msgid "Nepali" +msgstr "nepāliešu" + +msgid "Dutch" +msgstr "holandiešu" + +msgid "Norwegian Nynorsk" +msgstr "norvēģu nynorsk" + +msgid "Ossetic" +msgstr "osetiešu" + +msgid "Punjabi" +msgstr "pandžabu" + +msgid "Polish" +msgstr "poļu" + +msgid "Portuguese" +msgstr "portugāļu" + +msgid "Brazilian Portuguese" +msgstr "Brazīlijas portugāļu" + +msgid "Romanian" +msgstr "rumāņu" + +msgid "Russian" +msgstr "krievu" + +msgid "Slovak" +msgstr "slovāku" + +msgid "Slovenian" +msgstr "slovēņu" + +msgid "Albanian" +msgstr "albāņu" + +msgid "Serbian" +msgstr "serbu" + +msgid "Serbian Latin" +msgstr "serbu latīņu" + +msgid "Swedish" +msgstr "zviedru" + +msgid "Swahili" +msgstr "svahili" + +msgid "Tamil" +msgstr "tamilu" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "tadžiku" + +msgid "Thai" +msgstr "taizemiešu" + +msgid "Turkmen" +msgstr "turkmēņu" + +msgid "Turkish" +msgstr "turku" + +msgid "Tatar" +msgstr "tatāru" + +msgid "Udmurt" +msgstr "udmurtu" + +msgid "Uyghur" +msgstr "uiguru" + +msgid "Ukrainian" +msgstr "ukraiņu" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "uzbeku" + +msgid "Vietnamese" +msgstr "vjetnamiešu" + +msgid "Simplified Chinese" +msgstr "vienkāršā ķīniešu" + +msgid "Traditional Chinese" +msgstr "tradicionālā ķīniešu" + +msgid "Messages" +msgstr "Ziņojumi" + +msgid "Site Maps" +msgstr "Vietnes kartes" + +msgid "Static Files" +msgstr "Nemainīgas datnes" + +msgid "Syndication" +msgstr "Sindikācija" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Lapas numurs nav vesels skaitlis" + +msgid "That page number is less than 1" +msgstr "Lapas numurs ir mazāks par 1" + +msgid "That page contains no results" +msgstr "Tajā lapā nav nekāda iznākuma" + +msgid "Enter a valid value." +msgstr "Jāievada derīga vērtība." + +msgid "Enter a valid domain name." +msgstr "Jāievada derīgs domēna vārds." + +msgid "Enter a valid URL." +msgstr "Jāievada derīgs URL." + +msgid "Enter a valid integer." +msgstr "Jāievada derīgs vesels skaitlis." + +msgid "Enter a valid email address." +msgstr "Jāievada derīga e-pasta adrese." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Jāievada derīga \"identifikatora\" vērtība, kas satur tikai burtus, ciparus, " +"apakšsvītras vai defises." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Jāievada derīga \"identifikatora\" vērtība, kas satur tikai Unikoda burtus, " +"ciparus, apakšsvītras vai defises." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Jāievada derīga %(protocol)s adrese." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 vai IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Jāievada tikai ar komatu atdalīti cipari." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Jānodrošina, ka vērtība ir %(limit_value)s (tā satur %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Šai vērtībai jabūt mazākai vai vienādai ar %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Vērtībai jābūt lielākai vai vienādai ar %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Vērtībai jābūt reizinājumam no %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Jāpārliecinās, ka šī vērtība ir soļa lieluma %(limit_value)s reizinājums, " +"sākot no %(offset)s, piem., %(offset)s, %(valid_value1)s, %(valid_value2)s " +"un tā tālāk." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Jānodrošina, ka šajā vērtībā ir vismaz %(limit_value)d rakstzīmju (tajā ir " +"%(show_value)d)." +msgstr[1] "" +"Jānodrošina, ka šajā vērtībā ir vismaz %(limit_value)d rakstzīme (tajā ir " +"%(show_value)d)." +msgstr[2] "" +"Jānodrošina, ka šajā vērtībā ir vismaz %(limit_value)d rakstzīmes (tajā ir " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Vērtībai jābūt ne vairāk kā %(limit_value)d zīmēm (tajā ir %(show_value)d)." +msgstr[1] "" +"Vērtībai jābūt ne vairāk kā %(limit_value)d zīmei (tajā ir %(show_value)d)." +msgstr[2] "" +"Jānodrošina, ka šajā vērtībā ir ne vairāk kā %(limit_value)d rakstzīmes " +"(tajā ir %(show_value)d)." + +msgid "Enter a number." +msgstr "Jāievada skaitlis." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Pārliecinieties, ka kopā nav vairāk par %(max)s ciparu." +msgstr[1] "Pārliecinieties, ka kopā nav vairāk par %(max)s cipariem." +msgstr[2] "Jānodrošina, ka nav vairāk par %(max)s cipariem." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Pārliecinieties, ka aiz decimālās zīmes nav vairāk par %(max)s ciparu." +msgstr[1] "" +"Pārliecinieties, ka aiz decimālās zīmes nav vairāk par %(max)s cipariem." +msgstr[2] "Jānodrošina, ka aiz komata nav vairāk par %(max)s cipariem." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Pārliecinieties, ka pirms decimālās zīmes nav vairāk par %(max)s ciparu." +msgstr[1] "" +"Pārliecinieties, ka pirms decimālās zīmes nav vairāk par %(max)s cipariem." +msgstr[2] "Jānodrošina, ka pirms komata nav vairāk par %(max)s cipariem." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Datnes paplašinājums “%(extension)s” nav atļauts. Atļautie paplašinājumi ir: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Nulles rakstzīmes nav atļautas." + +msgid "and" +msgstr "un" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Jau pastāv %(model_name)s ar šādu %(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Nav ievērots ierobežojums “%(name)s”." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vērtība %(value)r nav derīga izvēle." + +msgid "This field cannot be null." +msgstr "Šis lauks nevar būt ar tukšu vērtību (null)." + +msgid "This field cannot be blank." +msgstr "Šis lauks nevar būt tukšs" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Jau pastāv %(model_name)s ar šādu %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s jābūt neatkārtojamam %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lauks ar veidu: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” vērtībai ir jābūt vai nu True, vai False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” vērtībai ir jābūt True, False vai None." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (vai nu True, vai False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Virkne (līdz %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Virkne (neierobežota)" + +msgid "Comma-separated integers" +msgstr "Ar komatu atdalīti veselie skaitļi" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” vērtībā ir nederīgs datuma pieraksts. Tai ir jābūt YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” vērtībai ir pareizs pieraksts (YYYY-MM-DD), bet tas ir nederīgs " +"datums." + +msgid "Date (without time)" +msgstr "Datums (bez laika)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” vērtībai ir nederīgs pieraksts. Tai ir jābūt YYYY-MM-DD HH:MM[:" +"ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” vērtībai ir pareizs pieraksts (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), bet tas ir nederīgs datums/laiks." + +msgid "Date (with time)" +msgstr "Datums (ar laiku)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” vērtībai ir jābūt decimālam skaitlim." + +msgid "Decimal number" +msgstr "Decimāls skaitlis" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” vērtībai ir nederīgs pieraksts. Tai ir jābūt [DD] [[HH:]MM:]ss[." +"uuuuuu]." + +msgid "Duration" +msgstr "Ilgums" + +msgid "Email address" +msgstr "E-pasta adrese" + +msgid "File path" +msgstr "Datnes ceļš" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” vērtībai ir jābūt daļskaitlim." + +msgid "Floating point number" +msgstr "Peldošā komata skaitlis" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” vērtībai ir jābūt veselam skaitlim." + +msgid "Integer" +msgstr "Vesels skaitlis" + +msgid "Big (8 byte) integer" +msgstr "Liels (8 baitu) vesels skaitlis" + +msgid "Small integer" +msgstr "Mazs vesels skaitlis" + +msgid "IPv4 address" +msgstr "IPv4 adrese" + +msgid "IP address" +msgstr "IP adrese" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” vērtībai ir jābūt None, True vai False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (vai nu True, False, vai None)" + +msgid "Positive big integer" +msgstr "Liels pozitīvs vesels skaitlis" + +msgid "Positive integer" +msgstr "Pozitīvs vesels skaitlis" + +msgid "Positive small integer" +msgstr "Mazs pozitīvs vesels skaitlis" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikators (līdz %(max_length)s)" + +msgid "Text" +msgstr "Teksts" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” vērtībai ir nepareizs pieraksts. Tai ir jābūt HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” vērtībai ir pareizs pieraksts (HH:MM[:ss[.uuuuuu]]), bet tas ir " +"nederīgs laiks." + +msgid "Time" +msgstr "Laiks" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Bināri dati" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” nav derīgs UUID." + +msgid "Universally unique identifier" +msgstr "Vispārēji neatkārtojams identifikators" + +msgid "File" +msgstr "Datne" + +msgid "Image" +msgstr "Attēls" + +msgid "A JSON object" +msgstr "JSON objekts" + +msgid "Value must be valid JSON." +msgstr "Vērtībai ir jābūt derīgam JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s instance ar %(field)s %(value)r nav derīga izvēle." + +msgid "Foreign Key (type determined by related field)" +msgstr "Ārējā atslēga (veidu nosaka pēc saistītā lauka)" + +msgid "One-to-one relationship" +msgstr "Viens pret vienu saikne" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s saikne" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s saiknes" + +msgid "Many-to-many relationship" +msgstr "Daudzi pret daudziem saikne" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Šis lauks ir nepieciešams." + +msgid "Enter a whole number." +msgstr "Jāievada vesels skaitlis." + +msgid "Enter a valid date." +msgstr "Jāievada derīgs datums." + +msgid "Enter a valid time." +msgstr "Jāievada derīgs laiks." + +msgid "Enter a valid date/time." +msgstr "Jāievada derīgs datums/laiks." + +msgid "Enter a valid duration." +msgstr "Jāievada derīgs ilgums." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Dienu skaitam jābūt no {min_days} līdz {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Netika iesniegta neviena datne. Jāpārbauda veidlapas šifrēšanas veids." + +msgid "No file was submitted." +msgstr "Netika nosūtīta neviena datne." + +msgid "The submitted file is empty." +msgstr "Iesniegtā datne ir tukša." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Jānodrošina, ka datnes nosaukums nav garāks par %(max)d rakstzīmēm (tajā ir " +"%(length)d)." +msgstr[1] "" +"Jānodrošina, ka datnes nosaukums nav garāks par %(max)d rakstzīmi (tajā ir " +"%(length)d)." +msgstr[2] "" +"Jānodrošina, ka datnes nosaukums nav garāks par %(max)d rakstzīmēm (tajā ir " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Lūgums vai nu iesniegt datni, vai atzīmēt iztīrīšanas izvēles rūtiņu, ne " +"abus." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Jāaugšupielādē derīgs attēls. Augšupielādētā datne vai nu nav attēls, vai " +"arī tas ir bojāts." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Jāatlasa derīga izvēle. %(value)s nav neviena no pieejamajām izvēlēm." + +msgid "Enter a list of values." +msgstr "Jāievada vērtību saraksts." + +msgid "Enter a complete value." +msgstr "Jāievada pilnīga vērtība." + +msgid "Enter a valid UUID." +msgstr "Jāievada derīgs UUID." + +msgid "Enter a valid JSON." +msgstr "Jāievada derīgs JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Slēpts lauks %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm trūkst datu vai tie ir mainīti. Trūkstošie lauki: " +"%(field_names)s. Var būt nepieciešams ziņot par kļūdu, ja sarežģījums " +"atkārtojas." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Lūgums iesniegt ne vairāk par %(num)d veidlapām." +msgstr[1] "Lūgums iesniegt ne vairāk par %(num)d veidlapu." +msgstr[2] "Lūgums iesniegt ne vairāk par %(num)d veidlapām." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Lūgums iesniegt vismaz %(num)d veidlapas." +msgstr[1] "Lūgums iesniegt vismaz %(num)d veidlapu." +msgstr[2] "Lūgums iesniegt vismaz %(num)d veidlapas." + +msgid "Order" +msgstr "Kārtība" + +msgid "Delete" +msgstr "Izdzēst" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Lūgums izlabot atkārtojošos %(field)s datus." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Lūgums izlabot atkārtojošos datus laukam “%(field)s”, kam jābūt " +"neatkārtojamam." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Lūgums izlabot atkārtojošos datus laukam “%(field_name)s”, kam jābūt " +"neatkārtojamam priekš %(lookup)s laukā “%(date_field)s”." + +msgid "Please correct the duplicate values below." +msgstr "Lūgums zemāk izlabot atkārtojošās vērtības." + +msgid "The inline value did not match the parent instance." +msgstr "Iekļautā vērtība nesakrita ar vecāka instanci." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Jāatlasa derīga izvēle. Tā izvēle nav neviena no pieejamajām." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” nav derīga vērtība." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s nevarēja attēlot laika joslā %(current_timezone)s; tā var būt " +"neskaidra vai nepastāv." + +msgid "Clear" +msgstr "Notīrīt" + +msgid "Currently" +msgstr "Pašlaik" + +msgid "Change" +msgstr "Mainīt" + +msgid "Unknown" +msgstr "Nezināms" + +msgid "Yes" +msgstr "Jā" + +msgid "No" +msgstr "Nē" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "jā,nē,varbūt" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baitu" +msgstr[1] "%(size)d baits" +msgstr[2] "%(size)d baiti" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "pēcpusdienā" + +msgid "a.m." +msgstr "priekšpusdienā" + +msgid "PM" +msgstr "pēcpusdienā" + +msgid "AM" +msgstr "priekšpusdienā" + +msgid "midnight" +msgstr "pusnakts" + +msgid "noon" +msgstr "dienasvidus" + +msgid "Monday" +msgstr "pirmdiena" + +msgid "Tuesday" +msgstr "otrdiena" + +msgid "Wednesday" +msgstr "trešdiena" + +msgid "Thursday" +msgstr "ceturtdiena" + +msgid "Friday" +msgstr "piektdiena" + +msgid "Saturday" +msgstr "sestdiena" + +msgid "Sunday" +msgstr "svētdiena" + +msgid "Mon" +msgstr "pr" + +msgid "Tue" +msgstr "ot" + +msgid "Wed" +msgstr "tr" + +msgid "Thu" +msgstr "ce" + +msgid "Fri" +msgstr "pk" + +msgid "Sat" +msgstr "se" + +msgid "Sun" +msgstr "sv" + +msgid "January" +msgstr "janvāris" + +msgid "February" +msgstr "februāris" + +msgid "March" +msgstr "marts" + +msgid "April" +msgstr "aprīlis" + +msgid "May" +msgstr "maijs" + +msgid "June" +msgstr "jūnijs" + +msgid "July" +msgstr "jūlijs" + +msgid "August" +msgstr "augusts" + +msgid "September" +msgstr "septembris" + +msgid "October" +msgstr "oktobris" + +msgid "November" +msgstr "novembris" + +msgid "December" +msgstr "decembris" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jūn" + +msgid "jul" +msgstr "jūl" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marts" + +msgctxt "abbrev. month" +msgid "April" +msgstr "aprīlis" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maijs" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jūnijs" + +msgctxt "abbrev. month" +msgid "July" +msgstr "jūlijs" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "janvāris" + +msgctxt "alt. month" +msgid "February" +msgstr "februāris" + +msgctxt "alt. month" +msgid "March" +msgstr "marts" + +msgctxt "alt. month" +msgid "April" +msgstr "aprīlis" + +msgctxt "alt. month" +msgid "May" +msgstr "maijs" + +msgctxt "alt. month" +msgid "June" +msgstr "jūnijs" + +msgctxt "alt. month" +msgid "July" +msgstr "jūlijs" + +msgctxt "alt. month" +msgid "August" +msgstr "augusts" + +msgctxt "alt. month" +msgid "September" +msgstr "septembris" + +msgctxt "alt. month" +msgid "October" +msgstr "oktobris" + +msgctxt "alt. month" +msgid "November" +msgstr "novembris" + +msgctxt "alt. month" +msgid "December" +msgstr "decembris" + +msgid "This is not a valid IPv6 address." +msgstr "Šī nav derīga IPv6 adrese." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "vai" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d gadu" +msgstr[1] "%(num)d gads" +msgstr[2] "%(num)d gadi" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mēnešu" +msgstr[1] "%(num)d mēnesis" +msgstr[2] "%(num)d mēneši" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d nedēļu" +msgstr[1] "%(num)d nedēļa" +msgstr[2] "%(num)d nedēļas" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dienu" +msgstr[1] "%(num)d diena" +msgstr[2] "%(num)d dienas" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d stundu" +msgstr[1] "%(num)d stunda" +msgstr[2] "%(num)d stundas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minūšu" +msgstr[1] "%(num)d minūte" +msgstr[2] "%(num)d minūtes" + +msgid "Forbidden" +msgstr "Aizliegts" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF pārbaude neizdevās. Pieprasījums pārtraukts." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Tu redzi šo ziņojumu, jo šī HTTPS vietne pieprasa pārlūkam nosūtīt \"Referer " +"header\", bet tā netika nosūtīta. Šī galvene ir nepieciešama drošības " +"apsvērumu dēļ, lai nodrošinātu, ka pārlūku neietekmē trešās puses." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ja pārlūks ir konfigurēts, lai atspējotu “Referer” galvenes, lūgums tās " +"iespējot no jauna vismaz šai vietnei, HTTPS savienojumiem vai “same-origin” " +"pieprasījumiem." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ja izmanto tagu vai iekļauj " +"galveni “Referrer-Policy: no-referrer”, lūgums noņemt tos. CSRF aizsardzībai " +"ir nepieciešams, lai galvenē “Referer” tiktu veikta stingra norvirzītāja " +"pārbaude. Ja raizējies par privātumu, tad jāizmanto tādas iespējas kā saitēm, kas ved uz trešo pušu vietnēm." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Tu redzi šo ziņojumu, jo šī vietne pieprasa CSRF sīkdatni, kad tiek " +"iesniegtas veidlapas. Šī sīkdatne ir nepieciešama drošības apsvērumu dēļ, " +"lai nodrošinātu, ka pārlūku neietekmē trešās puses." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ja pārlūks ir konfigurēts, lai atspējotu sīkdatnes, lūgums tās iespējot " +"vismaz šai vietnei vai “same-origin” pieprasījumiem." + +msgid "More information is available with DEBUG=True." +msgstr "Vairāk informācijas ir pieejama ar DEBUG=True" + +msgid "No year specified" +msgstr "Nav norādīts gads" + +msgid "Date out of range" +msgstr "Datums ir ārpus apgabala" + +msgid "No month specified" +msgstr "Nav norādīts mēnesis" + +msgid "No day specified" +msgstr "Nav norādīta diena" + +msgid "No week specified" +msgstr "Nav norādīta nedēļa" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nav pieejami" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Nākotne %(verbose_name_plural)s nav pieejama, jo %(class_name)s.allow_future " +"ir False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Nepareiza datuma virkne “%(datestr)s” norādītajā pierakstā “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Neviens %(verbose_name)s netika atrasts" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Lapa nav ne “pēdējā”, ne arī to var pārveidot par veselu skaitli." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nederīga lapa (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tukšs saraksts un \"%(class_name)s.allow_empty\" ir False." + +msgid "Directory indexes are not allowed here." +msgstr "Direktoriju indeksi nav atļauti." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" nepastāv" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s saturs" + +msgid "The install worked successfully! Congratulations!" +msgstr "Uzstādīšana darbojās sekmīgi. Apsveicam!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Apskatīt laidiena piezīmes Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Tu redzi šo lapu, jo iestatījumu datnē ir DEBUG=True un nav konfigurēts neviens URL." + +msgid "Django Documentation" +msgstr "Django dokumentācija" + +msgid "Topics, references, & how-to’s" +msgstr "Tēmas, atsauces un padomi" + +msgid "Tutorial: A Polling App" +msgstr "Pamācība: balsošanas lietotne" + +msgid "Get started with Django" +msgstr "Uzsākt ar Django" + +msgid "Django Community" +msgstr "Django kopiena" + +msgid "Connect, get help, or contribute" +msgstr "Sazinies, saņem palīdzību vai līdzdarbojies" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc063f67e475ac0f1ed94dbcb24af447a5f8f04c GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^>fPfh#0Pq(lo5$mb zn=%sL00b(4gi1h<>VaO>3w^2&`c*#+r~w#MgKYpqKL|C1;sJ^WD27oC!-yJzQ8fx< zYHS+MC#8q{KMb;_xCF= z3e|jk5#d;w*Gi%!u<{}zSA=bnz&raOrSPnz31U?)Zw$$G#<9wVr0Qi+lC}M=n?>5TRjRdy?DVTI(zeIV4!5JZd5Ys-R|NL0R_AN1#LA+C>}9c0 zXRF*EOH>=eD_+u0C9zSfR8N0`8}v57s?B^hhZm!P-ZDlEcdqx_CTH|ahBGG2csPYN zVJ1d@!gM^t<#K>9iyT*qYW0m=`T$ACP-wIuST=jqIs#E?X1{0B%m8hii% literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/formats.py new file mode 100644 index 00000000000..bb344443385 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/lv/formats.py @@ -0,0 +1,46 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"Y. \g\a\d\a j. F" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"Y. \g\a\d\a j. F, H:i" +YEAR_MONTH_FORMAT = r"Y. \g. F" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = r"j.m.Y" +SHORT_DATETIME_FORMAT = "j.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '14:30:59' + "%H:%M:%S.%f", # '14:30:59.000200' + "%H:%M", # '14:30' + "%H.%M.%S", # '14.30.59' + "%H.%M.%S.%f", # '14.30.59.000200' + "%H.%M", # '14.30' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' + "%d.%m.%y %H.%M.%S", # '25.10.06 14.30.59' + "%d.%m.%y %H.%M.%S.%f", # '25.10.06 14.30.59.000200' + "%d.%m.%y %H.%M", # '25.10.06 14.30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = " " # Non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..798ca7e2878c493520fd6f25e585b59a6bd9bcc3 GIT binary patch literal 22737 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 DWi!LY literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ecd62ceb3a0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,1273 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bojan Drangovski , 2021 +# Claude Paroz , 2020 +# dekomote , 2015 +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016-2017 +# Vasil Vangelovski , 2013-2015 +# Vasil Vangelovski , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-05-12 22:47+0000\n" +"Last-Translator: Bojan Drangovski \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +msgid "Afrikaans" +msgstr "Африканс" + +msgid "Arabic" +msgstr "Арапски" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Астуриски" + +msgid "Azerbaijani" +msgstr "Азербејџански" + +msgid "Bulgarian" +msgstr "Бугарски" + +msgid "Belarusian" +msgstr "Белоруски" + +msgid "Bengali" +msgstr "Бенгалски" + +msgid "Breton" +msgstr "Бретонски" + +msgid "Bosnian" +msgstr "Босански" + +msgid "Catalan" +msgstr "Каталански" + +msgid "Czech" +msgstr "Чешки" + +msgid "Welsh" +msgstr "Велшки" + +msgid "Danish" +msgstr "Дански" + +msgid "German" +msgstr "Германски" + +msgid "Lower Sorbian" +msgstr "Долно Лужичко-Српски" + +msgid "Greek" +msgstr "Грчки" + +msgid "English" +msgstr "Англиски" + +msgid "Australian English" +msgstr "Австралиски англиски" + +msgid "British English" +msgstr "Британски англиски" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Шпански" + +msgid "Argentinian Spanish" +msgstr "Аргентински шпански" + +msgid "Colombian Spanish" +msgstr "Колумбиски Шпански" + +msgid "Mexican Spanish" +msgstr "Мексикански шпански" + +msgid "Nicaraguan Spanish" +msgstr "Никарагва шпански" + +msgid "Venezuelan Spanish" +msgstr "Венецуела шпански" + +msgid "Estonian" +msgstr "Естонски" + +msgid "Basque" +msgstr "Баскиски" + +msgid "Persian" +msgstr "Персиски" + +msgid "Finnish" +msgstr "Фински" + +msgid "French" +msgstr "Француски" + +msgid "Frisian" +msgstr "Фризиски" + +msgid "Irish" +msgstr "Ирски" + +msgid "Scottish Gaelic" +msgstr "Шкотски Галски" + +msgid "Galician" +msgstr "Галски" + +msgid "Hebrew" +msgstr "Еврејски" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хрватски" + +msgid "Upper Sorbian" +msgstr "Горно Лужичко-Српски" + +msgid "Hungarian" +msgstr "Унгарски" + +msgid "Armenian" +msgstr "Ерменски" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонезиски" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "Исландски" + +msgid "Italian" +msgstr "Италијански" + +msgid "Japanese" +msgstr "Јапонски" + +msgid "Georgian" +msgstr "Грузиски" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Казахстански" + +msgid "Khmer" +msgstr "Кмер" + +msgid "Kannada" +msgstr "Канада" + +msgid "Korean" +msgstr "Корејски" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Луксембуршки" + +msgid "Lithuanian" +msgstr "Литвански" + +msgid "Latvian" +msgstr "Латвиски" + +msgid "Macedonian" +msgstr "Македонски" + +msgid "Malayalam" +msgstr "Малајалам" + +msgid "Mongolian" +msgstr "Монголски" + +msgid "Marathi" +msgstr "Марати" + +msgid "Burmese" +msgstr "Бурмански" + +msgid "Norwegian Bokmål" +msgstr "Норвешки Бокмел" + +msgid "Nepali" +msgstr "Непалски" + +msgid "Dutch" +msgstr "Холандски" + +msgid "Norwegian Nynorsk" +msgstr "Нинорск норвешки" + +msgid "Ossetic" +msgstr "Осетски" + +msgid "Punjabi" +msgstr "Пунџаби" + +msgid "Polish" +msgstr "Полски" + +msgid "Portuguese" +msgstr "Португалкски" + +msgid "Brazilian Portuguese" +msgstr "Бразилско португалски" + +msgid "Romanian" +msgstr "Романски" + +msgid "Russian" +msgstr "Руски" + +msgid "Slovak" +msgstr "Словачки" + +msgid "Slovenian" +msgstr "Словенечки" + +msgid "Albanian" +msgstr "Албански" + +msgid "Serbian" +msgstr "Српски" + +msgid "Serbian Latin" +msgstr "Српски Латиница" + +msgid "Swedish" +msgstr "Шведски" + +msgid "Swahili" +msgstr "Свахили" + +msgid "Tamil" +msgstr "Тамил" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Тајландски" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Турски" + +msgid "Tatar" +msgstr "Татарски" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Украински" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Виетнамски" + +msgid "Simplified Chinese" +msgstr "Поедноставен кинески" + +msgid "Traditional Chinese" +msgstr "Традиционален кинески" + +msgid "Messages" +msgstr "Пораки" + +msgid "Site Maps" +msgstr "Сајт мапи" + +msgid "Static Files" +msgstr "Статички датотеки" + +msgid "Syndication" +msgstr "Синдикација" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "Тој број на страна не е цел број" + +msgid "That page number is less than 1" +msgstr "Тој број на страна е помал од 1" + +msgid "That page contains no results" +msgstr "Таа страна не содржи резултати" + +msgid "Enter a valid value." +msgstr "Внесете правилна вредност." + +msgid "Enter a valid URL." +msgstr "Внесете правилна веб адреса." + +msgid "Enter a valid integer." +msgstr "Внесете валиден цел број." + +msgid "Enter a valid email address." +msgstr "Внесете валидна email адреса." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Внесeте правилна IPv4 адреса." + +msgid "Enter a valid IPv6 address." +msgstr "Внесете валидна IPv6 адреса." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Внесете валидна IPv4 или IPv6 адреса." + +msgid "Enter only digits separated by commas." +msgstr "Внесете само цифри одделени со запирки." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Осигурајте се дека оваа вредност е %(limit_value)s (моментално е " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Осигурајте се дека оваа вредност е помала или еднаква со %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Осигурајте се дека оваа вредност е поголема или еднаква со %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Осигурајте се дека оваа вредност има најмалку %(limit_value)d карактер (има " +"%(show_value)d)." +msgstr[1] "" +"Осигурајте се дека оваа вредност има најмалку %(limit_value)d карактери (има " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Осигурајте се дека оваа вредност има најмногу %(limit_value)d карактер (има " +"%(show_value)d)." +msgstr[1] "" +"Осигурајте се дека оваа вредност има најмногу %(limit_value)d карактери (има " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Внесете број." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Осигурајте се дека вкупно нема повеќе од %(max)s цифра." +msgstr[1] "Осигурајте се дека вкупно нема повеќе од %(max)s цифри." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Осигурајте се дека нема повеќе од %(max)s децимално место." +msgstr[1] "Осигурајте се дека нема повеќе од %(max)s децимални места." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Осигурајте се дека нема повеќе одs %(max)s цифра пред децималната запирка." +msgstr[1] "" +"Осигурајте се дека нема повеќе од %(max)s цифри пред децималната запирка." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Null карактери не се дозволени." + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s со ова %(field_labels)s веќе постојат." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Вредноста %(value)r не е валиден избор." + +msgid "This field cannot be null." +msgstr "Оваа вредност неможе да биде null." + +msgid "This field cannot be blank." +msgstr "Ова поле не може да биде празно" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s со %(field_label)s веќе постои." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s мора да биде уникатно за %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле од тип: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Вредноста '%(value)s' мора да биде точно или неточно." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Логичка (или точно или неточно)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Нишка од знаци (текст) (до %(max_length)s карактери)" + +msgid "Comma-separated integers" +msgstr "Целобројни вредности одделени со запирка" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Датум (без време)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Датум (со време)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Децимален број" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Траење" + +msgid "Email address" +msgstr "Адреса за е-пошта (email)" + +msgid "File path" +msgstr "Патека на датотека" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Децимален број подвижна запирка" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Цел број" + +msgid "Big (8 byte) integer" +msgstr "Голем (8 бајти) цел број" + +msgid "Small integer" +msgstr "Мал цел број" + +msgid "IPv4 address" +msgstr "IPv4 адреса" + +msgid "IP address" +msgstr "IP адреса" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Логичка вредност (точно,неточно или ништо)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Позитивен цел број" + +msgid "Positive small integer" +msgstr "Позитивен мал цел број" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Скратено име (до %(max_length)s знаци)" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL (веб адреса)" + +msgid "Raw binary data" +msgstr "Сурови бинарни податоци" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Датотека" + +msgid "Image" +msgstr "Слика" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s инстанца со %(field)s %(value)r не постои." + +msgid "Foreign Key (type determined by related field)" +msgstr "Надворешен клуч (типот е одреден според поврзаното поле)" + +msgid "One-to-one relationship" +msgstr "Еден-према-еден релација" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s релација" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s релации" + +msgid "Many-to-many relationship" +msgstr "Повеќе-према-повеќе релација" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ова поле е задолжително." + +msgid "Enter a whole number." +msgstr "Внесете цел број." + +msgid "Enter a valid date." +msgstr "Внесете правилен датум." + +msgid "Enter a valid time." +msgstr "Внесете правилно време." + +msgid "Enter a valid date/time." +msgstr "Внесете правилен датум со време." + +msgid "Enter a valid duration." +msgstr "Внесете валидно времетрање." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Не беше пратена датотека. Проверете го типот на енкодирање на формата." + +msgid "No file was submitted." +msgstr "Не беше пратена датотека." + +msgid "The submitted file is empty." +msgstr "Пратената датотека е празна." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Осигурајте се дека ова име на датотека има најмногу %(max)d карактер (има " +"%(length)d)." +msgstr[1] "" +"Осигурајте се дека ова име на датотека има најмногу %(max)d карактери (има " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Или прикачете датотека или штиклирајте го полето за чистење, не двете од " +"еднаш." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Качете валидна слика. Датотеката која ја качивте или не беше слика или беше " +"расипана датотеката." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Внесете валиден избор. %(value)s не е еден од можните избори." + +msgid "Enter a list of values." +msgstr "Внесете листа на вредности." + +msgid "Enter a complete value." +msgstr "Внесете целосна вредност." + +msgid "Enter a valid UUID." +msgstr "Внесете валиден UUID (единствен идентификатор)." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скриено поле %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Редослед" + +msgid "Delete" +msgstr "Избриши" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ве молам поправете ја дуплираната вредност за %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ве молам поправете ја дуплираната вредност за %(field)s, која мора да биде " +"уникатна." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ве молам поправете ја дуплираната вредност за %(field_name)s која мора да " +"биде уникатна за %(lookup)s во %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ве молам поправете ги дуплираните вредности подолу." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Изберете правилно. Тоа не е еден од можните избори." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Исчисти" + +msgid "Currently" +msgstr "Моментално" + +msgid "Change" +msgstr "Измени" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "да,не,можеби" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d бајт" +msgstr[1] "%(size)d бајти" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "попладне" + +msgid "a.m." +msgstr "наутро" + +msgid "PM" +msgstr "попладне" + +msgid "AM" +msgstr "наутро" + +msgid "midnight" +msgstr "полноќ" + +msgid "noon" +msgstr "пладне" + +msgid "Monday" +msgstr "Понеделник" + +msgid "Tuesday" +msgstr "Вторник" + +msgid "Wednesday" +msgstr "Среда" + +msgid "Thursday" +msgstr "Четврток" + +msgid "Friday" +msgstr "Петок" + +msgid "Saturday" +msgstr "Сабота" + +msgid "Sunday" +msgstr "Недела" + +msgid "Mon" +msgstr "Пон" + +msgid "Tue" +msgstr "Вто" + +msgid "Wed" +msgstr "Сре" + +msgid "Thu" +msgstr "Чет" + +msgid "Fri" +msgstr "Пет" + +msgid "Sat" +msgstr "Саб" + +msgid "Sun" +msgstr "Нед" + +msgid "January" +msgstr "Јануари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Мај" + +msgid "June" +msgstr "Јуни" + +msgid "July" +msgstr "Јули" + +msgid "August" +msgstr "август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgid "jan" +msgstr "јан" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "мај" + +msgid "jun" +msgstr "јун" + +msgid "jul" +msgstr "јул" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сеп" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ное" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Јан." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Април" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Мај" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Јуни" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Јули" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ное." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Јануари" + +msgctxt "alt. month" +msgid "February" +msgstr "Февруари" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Мај" + +msgctxt "alt. month" +msgid "June" +msgstr "Јуни" + +msgctxt "alt. month" +msgid "July" +msgstr "Јули" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септември" + +msgctxt "alt. month" +msgid "October" +msgstr "Октомври" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноември" + +msgctxt "alt. month" +msgid "December" +msgstr "Декември" + +msgid "This is not a valid IPv6 address." +msgstr "Ова не е валидна IPv6 адреса." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d година" +msgstr[1] "%d години" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месец" +msgstr[1] "%d месеци" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d недела" +msgstr[1] "%d недели" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ден" +msgstr[1] "%d дена" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d час" +msgstr[1] "%d часови" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минута" +msgstr[1] "%d минути" + +msgid "Forbidden" +msgstr "Забрането" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF верификацијата не успеа. Барањето е прекинато." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ја гледате оваа порака бидејќи овој сајт бара CSRF колаче (cookie) за да се " +"поднесуваат форми. Ова колаче е потребно од безбедносни причини, за да се " +"осигураме дека вашиот веб прелистувач не е грабнат и контролиран од трети " +"страни." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Повеќе информации се достапни со DEBUG = True." + +msgid "No year specified" +msgstr "Не е дадена година" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Не е даден месец" + +msgid "No day specified" +msgstr "Не е даден ден" + +msgid "No week specified" +msgstr "Не е дадена недела" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Нема достапни %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Идни %(verbose_name_plural)s не се достапни бидејќи %(class_name)s." +"allow_future е False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Нема %(verbose_name)s што се совпаѓа со пребарувањето" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невалидна страна (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Индекси на директориуми не се дозволени тука." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс на %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..076c0e7ee82fbb6fcc500303f41933d744e71c31 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^>efJ9G>U@{O0*TGt=}}JRSjPeZAs(KPdoy<6^f0TXFXq ziEjV`9Y8`SU_cK*QYT?h4?;?(;E8?$PxaF-fT8b%9zr>cau`PR2#o4c7}H};ypV7y zm@nlumn;{1ZlurQB9AqRX%GXK>T?#Sx#3O1n>PeHyAX6kEaX^=W3|0<+z4WM1oMdc z+9|}`^sYP4mWyn)$Tr;UJ;bpcH*rk&M(4iKM~B8Obu<25d@J)Gh|Q^g`GMU(#`Wz! zJhpH7ns~A%xEm6Es#+nwjEaIP86{b%3hFYdR;v3ViFXb`T9X9DsLD09yfdW!R-&No zNV-v$71cPLn)A`oxKc%F;7-kuOU9)ny<5^7TcuWSs@r*uC9}WAF;9!q+e%e)+@D(AK(tX9IU(iXL~Z3j$3VW%8UKhsB4R+ zW%Hsr=VucKZU{d&M{|DI`@oN#*++Zyf_wIypY~?vQ{)@8y2!e1Y}=y_KeXGep~+hV zzGF|U)@;g+optD?Wy4QH^VNhw=i)zfdWph{BnV;^0ZHaM>LoHL(C61lFZ*Bt(q0C| ul$U*k_1WVE$a&cu(zhXs2`m78n}|O|nOU8K+!^k{k@o1!m*gaiX8!>yIQ?G$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/formats.py new file mode 100644 index 00000000000..fbb577f7726 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mk/formats.py @@ -0,0 +1,40 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "d F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "j.m.Y" +SHORT_DATETIME_FORMAT = "j.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + "%d. %m. %Y", # '25. 10. 2006' + "%d. %m. %y", # '25. 10. 06' +] + +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' + "%d. %m. %Y %H:%M:%S", # '25. 10. 2006 14:30:59' + "%d. %m. %Y %H:%M:%S.%f", # '25. 10. 2006 14:30:59.000200' + "%d. %m. %Y %H:%M", # '25. 10. 2006 14:30' + "%d. %m. %y %H:%M:%S", # '25. 10. 06 14:30:59' + "%d. %m. %y %H:%M:%S.%f", # '25. 10. 06 14:30:59.000200' + "%d. %m. %y %H:%M", # '25. 10. 06 14:30' +] + +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..17d15c64abd6271a117227b557c9b5220a5c1517 GIT binary patch literal 30808 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 F{{sVJievx) literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po new file mode 100644 index 00000000000..7e1945dfe01 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po @@ -0,0 +1,1274 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# c1007a0b890405f1fbddfacebc4c6ef7, 2013 +# Claude Paroz , 2020 +# Hrishikesh , 2019-2020 +# Jannis Leidel , 2011 +# Jaseem KM , 2019 +# Jeffy , 2012 +# Jibin Mathew , 2019 +# Mariusz Felisiak , 2021 +# Rag sagar , 2016 +# Rajeesh Nair , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-24 16:29+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ആഫ്രിക്കാന്‍സ്" + +msgid "Arabic" +msgstr "അറബിൿ" + +msgid "Algerian Arabic" +msgstr "അൾഗേരിയൻ അറബിൿ" + +msgid "Asturian" +msgstr "ആസ്ടൂറിയൻ" + +msgid "Azerbaijani" +msgstr "അസര്‍ബൈജാനി" + +msgid "Bulgarian" +msgstr "ബള്‍ഗേറിയന്‍" + +msgid "Belarusian" +msgstr "ബെലറൂഷ്യന്‍" + +msgid "Bengali" +msgstr "ബംഗാളി" + +msgid "Breton" +msgstr "ബ്രെട്ടണ്‍" + +msgid "Bosnian" +msgstr "ബോസ്നിയന്‍" + +msgid "Catalan" +msgstr "കാറ്റലന്‍" + +msgid "Czech" +msgstr "ചെൿ" + +msgid "Welsh" +msgstr "വെല്‍ഷ്" + +msgid "Danish" +msgstr "ഡാനിഷ്" + +msgid "German" +msgstr "ജര്‍മന്‍" + +msgid "Lower Sorbian" +msgstr "ലോവർ സോർബിയൻ " + +msgid "Greek" +msgstr "ഗ്രീക്ക്" + +msgid "English" +msgstr "ഇംഗ്ലീഷ്" + +msgid "Australian English" +msgstr "ആസ്ട്രേലിയൻ ഇംഗ്ലീഷ്" + +msgid "British English" +msgstr "ബ്രിട്ടീഷ് ഇംഗ്ലീഷ്" + +msgid "Esperanto" +msgstr "എസ്പെരാന്റോ" + +msgid "Spanish" +msgstr "സ്പാനിഷ്" + +msgid "Argentinian Spanish" +msgstr "അര്‍ജന്റീനിയന്‍ സ്പാനിഷ്" + +msgid "Colombian Spanish" +msgstr "കൊളംബിയൻ സ്പാനിഷ്" + +msgid "Mexican Spanish" +msgstr "മെക്സിക്കന്‍ സ്പാനിഷ്" + +msgid "Nicaraguan Spanish" +msgstr "നിക്കരാഗ്വന്‍ സ്പാനിഷ്" + +msgid "Venezuelan Spanish" +msgstr "വെനിസ്വലന്‍ സ്പാനിഷ്" + +msgid "Estonian" +msgstr "എസ്ടോണിയന്‍ സ്പാനിഷ്" + +msgid "Basque" +msgstr "ബാസ്ക്യു" + +msgid "Persian" +msgstr "പേര്‍ഷ്യന്‍" + +msgid "Finnish" +msgstr "ഫിന്നിഷ്" + +msgid "French" +msgstr "ഫ്രെഞ്ച്" + +msgid "Frisian" +msgstr "ഫ്രിസിയന്‍" + +msgid "Irish" +msgstr "ഐറിഷ്" + +msgid "Scottish Gaelic" +msgstr "സ്കോട്ടിഷ് ഗൈലിൿ" + +msgid "Galician" +msgstr "ഗലിഷ്യന്‍" + +msgid "Hebrew" +msgstr "ഹീബ്രു" + +msgid "Hindi" +msgstr "ഹിന്ദി" + +msgid "Croatian" +msgstr "ക്രൊയേഷ്യന്‍" + +msgid "Upper Sorbian" +msgstr "അപ്പർ സോർബിയൻ " + +msgid "Hungarian" +msgstr "ഹംഗേറിയന്‍" + +msgid "Armenian" +msgstr "അർമേനിയൻ" + +msgid "Interlingua" +msgstr "ഇന്റര്‍ലിംഗ്വാ" + +msgid "Indonesian" +msgstr "ഇന്തൊനേഷ്യന്‍" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "ഈടോ" + +msgid "Icelandic" +msgstr "ഐസ്ലാന്‍ഡിൿ" + +msgid "Italian" +msgstr "ഇറ്റാലിയന്‍" + +msgid "Japanese" +msgstr "ജാപ്പനീസ്" + +msgid "Georgian" +msgstr "ജോര്‍ജിയന്‍" + +msgid "Kabyle" +msgstr "കാബയെൽ " + +msgid "Kazakh" +msgstr "കസാഖ്" + +msgid "Khmer" +msgstr "ഖ്മേര്‍" + +msgid "Kannada" +msgstr "കന്നഡ" + +msgid "Korean" +msgstr "കൊറിയന്‍" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "ലക്സംബര്‍ഗിഷ് " + +msgid "Lithuanian" +msgstr "ലിത്വാനിയന്‍" + +msgid "Latvian" +msgstr "ലാറ്റ്വിയന്‍" + +msgid "Macedonian" +msgstr "മാസിഡോണിയന്‍" + +msgid "Malayalam" +msgstr "മലയാളം" + +msgid "Mongolian" +msgstr "മംഗോളിയന്‍" + +msgid "Marathi" +msgstr "മറാത്തി" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "ബര്‍മീസ്" + +msgid "Norwegian Bokmål" +msgstr "നോർവേജിയൻ ബുക്ക്മൊൾ" + +msgid "Nepali" +msgstr "നേപ്പാളി" + +msgid "Dutch" +msgstr "ഡച്ച്" + +msgid "Norwegian Nynorsk" +msgstr "നോര്‍വീജിയന്‍ നിനോഷ്ക്" + +msgid "Ossetic" +msgstr "ഒസ്സെറ്റിക്" + +msgid "Punjabi" +msgstr "പഞ്ചാബി" + +msgid "Polish" +msgstr "പോളിഷ്" + +msgid "Portuguese" +msgstr "പോര്‍ചുഗീസ്" + +msgid "Brazilian Portuguese" +msgstr "ബ്രസീലിയന്‍ പോര്‍ച്ചുഗീസ്" + +msgid "Romanian" +msgstr "റൊമാനിയന്‍" + +msgid "Russian" +msgstr "റഷ്യന്‍" + +msgid "Slovak" +msgstr "സ്ലൊവാൿ" + +msgid "Slovenian" +msgstr "സ്ളൊവേനിയന്‍" + +msgid "Albanian" +msgstr "അല്‍ബേനിയന്‍" + +msgid "Serbian" +msgstr "സെര്‍ബിയന്‍" + +msgid "Serbian Latin" +msgstr "സെര്‍ബിയന്‍ ലാറ്റിന്‍" + +msgid "Swedish" +msgstr "സ്വീഡിഷ്" + +msgid "Swahili" +msgstr "സ്വാഹിലി" + +msgid "Tamil" +msgstr "തമിഴ്" + +msgid "Telugu" +msgstr "തെലുങ്ക്" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "തായ്" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "ടര്‍ക്കിഷ്" + +msgid "Tatar" +msgstr "തൊതാര്‍" + +msgid "Udmurt" +msgstr "ഉദ്മര്‍ത്" + +msgid "Ukrainian" +msgstr "യുക്രേനിയന്‍" + +msgid "Urdu" +msgstr "ഉര്‍ദു" + +msgid "Uzbek" +msgstr "ഉസ്ബെൿ" + +msgid "Vietnamese" +msgstr "വിയറ്റ്നാമീസ്" + +msgid "Simplified Chinese" +msgstr "സിമ്പ്ലിഫൈഡ് ചൈനീസ്" + +msgid "Traditional Chinese" +msgstr "പരമ്പരാഗത ചൈനീസ്" + +msgid "Messages" +msgstr "സന്ദേശങ്ങൾ" + +msgid "Site Maps" +msgstr "സൈറ്റ് മാപ്പുകൾ" + +msgid "Static Files" +msgstr " സ്റ്റാറ്റിൿ ഫയലുകൾ" + +msgid "Syndication" +msgstr "വിതരണം " + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "ആ പേജ് നമ്പർ ഒരു ഇന്റിജറല്ല" + +msgid "That page number is less than 1" +msgstr "ആ പേജ് നമ്പർ 1 നെ കാൾ ചെറുതാണ് " + +msgid "That page contains no results" +msgstr "ആ പേജിൽ റിസൾട്ടുകൾ ഒന്നും ഇല്ല " + +msgid "Enter a valid value." +msgstr "ശരിയായ വാല്യു നൽകുക." + +msgid "Enter a valid URL." +msgstr "ശരിയായ URL നല്‍കുക" + +msgid "Enter a valid integer." +msgstr "ശരിയായ ഇന്റിജർ നൽകുക." + +msgid "Enter a valid email address." +msgstr "ശരിയായ ഇമെയില്‍ വിലാസം നല്‍കുക." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"അക്ഷരങ്ങള്‍, അക്കങ്ങള്‍, അണ്ടര്‍സ്കോര്‍, ഹൈഫന്‍ എന്നിവ മാത്രം അടങ്ങിയ ശരിയായ ഒരു 'സ്ലഗ്ഗ്' നൽകുക. " + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"യൂണികോഡ് അക്ഷരങ്ങൾ, അക്കങ്ങൾ, ഹൈഫണുകൾ, അണ്ടർസ്കോറുക‌‌ൾ എന്നിവമാത്രം അടങ്ങിയ ശെരിയായ ‌ഒരു " +"“സ്ലഗ്” എഴുതുക ." + +msgid "Enter a valid IPv4 address." +msgstr "ശരിയായ IPv4 വിലാസം നൽകുക." + +msgid "Enter a valid IPv6 address." +msgstr "ശരിയായ ഒരു IPv6 വിലാസം നൽകുക." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "ശരിയായ ഒരു IPv4 വിലാസമോ IPv6 വിലാസമോ നൽകുക." + +msgid "Enter only digits separated by commas." +msgstr "കോമകൾ ഉപയോഗിച്ച് വേർതിരിച്ച രീതിയിലുള്ള അക്കങ്ങൾ മാത്രം നൽകുക." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "ഇത് %(limit_value)s ആവണം. (ഇപ്പോള്‍ %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "ഇത് %(limit_value)s-ഓ അതില്‍ കുറവോ ആവണം" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "ഇത് %(limit_value)s-ഓ അതില്‍ കൂടുതലോ ആവണം" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"ഈ വാല്യൂയിൽ %(limit_value)d ക്യാരക്ടർ എങ്കിലും ഉണ്ടെന്നു ഉറപ്പു വരുത്തുക(ഇതിൽ " +"%(show_value)d ഉണ്ട് )" +msgstr[1] "" +"ഈ വാല്യൂയിൽ %(limit_value)dക്യാരക്ടേർസ് എങ്കിലും ഉണ്ടെന്നു ഉറപ്പു വരുത്തുക(ഇതിൽ " +"%(show_value)d ഉണ്ട് )" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"ഈ വാല്യൂയിൽ %(limit_value)d ക്യാരക്ടർ 1 ഇൽ കൂടുതൽ ഇല്ലെന്നു ഉറപ്പു വരുത്തുക(ഇതിൽ 2 " +"%(show_value)d ഉണ്ട് )" +msgstr[1] "" +"ഈ വാല്യൂയിൽ %(limit_value)d ക്യാരക്ടർസ് 1 ഇൽ കൂടുതൽ ഇല്ലെന്നു ഉറപ്പു വരുത്തുക(ഇതിൽ 2 " +"%(show_value)d ഉണ്ട് )" + +msgid "Enter a number." +msgstr "ഒരു സംഖ്യ നല്കുക." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "%(max)s ഡിജിറ്റിൽ കൂടുതൽ ഇല്ല എന്ന് ഉറപ്പു വരുത്തുക ." +msgstr[1] "%(max)sഡിജിറ്റ്സിൽ കൂടുതൽ ഇല്ല എന്ന് ഉറപ്പു വരുത്തുക. " + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "%(max)sകൂടുതൽ ഡെസിമൽ പോയന്റില്ല എന്ന് ഉറപ്പു വരുത്തുക. " +msgstr[1] "%(max)sകൂടുതൽ ഡെസിമൽ പോയിന്റുകളില്ല എന്ന് ഉറപ്പു വരുത്തുക. " + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "%(max)sഡിജിറ്റ് ഡെസിമൽ പോയിന്റിനു മുൻപ് ഇല്ല എന്ന് ഉറപ്പു വരുത്തുക." +msgstr[1] "%(max)sഡിജിറ്റ്സ് ഡെസിമൽ പോയിന്റിനു മുൻപ് ഇല്ല എന്ന് ഉറപ്പു വരുത്തുക. " + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"“%(extension)s” എന്ന ഫയൽ എക്സ്റ്റൻഷൻ അനുവദനീയമല്ല. അനുവദനീയമായ എക്സ്റ്റൻഷനുകൾ ഇവയാണ്: " +"%(allowed_extensions)s" + +msgid "Null characters are not allowed." +msgstr "Null ക്യാരക്ടറുകൾ അനുവദനീയമല്ല." + +msgid "and" +msgstr "പിന്നെ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)sഉള്ള %(model_name)sനിലവിലുണ്ട്." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r എന്ന വാല്യൂ ശെരിയായ ചോയ്സ് അല്ല. " + +msgid "This field cannot be null." +msgstr "ഈ കളം (ഫീല്‍ഡ്) ഒഴിച്ചിടരുത്." + +msgid "This field cannot be blank." +msgstr "ഈ കളം (ഫീല്‍ഡ്) ഒഴിച്ചിടരുത്." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s-ഓടു കൂടിയ %(model_name)s നിലവിലുണ്ട്." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(date_field_label)s %(lookup_type)s-നു %(field_label)s ആവര്‍ത്തിക്കാന്‍ പാടില്ല." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s എന്ന തരത്തിലുള്ള കളം (ഫീല്‍ഡ്)" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” മൂല്യം ഒന്നുകിൽ True, False എന്നിവയിലേതെങ്കിലുമേ ആവാൻ പാടുള്ളൂ." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" +"“%(value)s” മൂല്യം ഒന്നുകിൽ True, False അല്ലെങ്കിൽ None എന്നിവയിലേതെങ്കിലുമേ ആവാൻ " +"പാടുള്ളൂ." + +msgid "Boolean (Either True or False)" +msgstr "ശരിയോ തെറ്റോ (True അഥവാ False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "സ്ട്രിങ്ങ് (%(max_length)s വരെ നീളമുള്ളത്)" + +msgid "Comma-separated integers" +msgstr "കോമയിട്ട് വേര്‍തിരിച്ച സംഖ്യകള്‍" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "തീയതി (സമയം വേണ്ട)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "തീയതി (സമയത്തോടൊപ്പം)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ദശാംശസംഖ്യ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "കാലയളവ്" + +msgid "Email address" +msgstr "ഇ-മെയില്‍ വിലാസം" + +msgid "File path" +msgstr "ഫയല്‍ സ്ഥാനം" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "ദശാംശസംഖ്യ" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "പൂര്‍ണ്ണസംഖ്യ" + +msgid "Big (8 byte) integer" +msgstr "8 ബൈറ്റ് പൂര്‍ണസംഖ്യ." + +msgid "Small integer" +msgstr "ഹ്രസ്വ പൂര്‍ണസംഖ്യ" + +msgid "IPv4 address" +msgstr "IPv4 വിലാസം" + +msgid "IP address" +msgstr "IP വിലാസം" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "ശരിയോ തെറ്റോ എന്നു മാത്രം (True, False, None എന്നിവയില്‍ ഏതെങ്കിലും ഒന്ന്)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "ധന പൂര്‍ണസംഖ്യ" + +msgid "Positive small integer" +msgstr "ധന ഹ്രസ്വ പൂര്‍ണസംഖ്യ" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "സ്ലഗ് (%(max_length)s വരെ)" + +msgid "Text" +msgstr "ടെക്സ്റ്റ്" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "സമയം" + +msgid "URL" +msgstr "URL(വെബ്-വിലാസം)" + +msgid "Raw binary data" +msgstr "റോ ബൈനറി ഡാറ്റ" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "എല്ലായിടത്തും യുണീക്കായ ഐഡന്റിഫൈയർ." + +msgid "File" +msgstr "ഫയല്‍" + +msgid "Image" +msgstr "ചിത്രം" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s%(value)r ഉള്ള%(model)s ഇൻസ്റ്റൻസ് നിലവിൽ ഇല്ല." + +msgid "Foreign Key (type determined by related field)" +msgstr "ഫോറിന്‍ കീ (ടൈപ്പ് ബന്ധപ്പെട്ട ഫീല്‍ഡില്‍ നിന്നും നിര്‍ണ്ണയിക്കുന്നതാണ്)" + +msgid "One-to-one relationship" +msgstr "വണ്‍-ടു-വണ്‍ ബന്ധം" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s റിലേഷൻഷിപ്‌." + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)sറിലേഷൻഷിപ്‌സ്. " + +msgid "Many-to-many relationship" +msgstr "മെനി-ടു-മെനി ബന്ധം" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "ഈ കള്ളി(ഫീല്‍ഡ്) നിര്‍ബന്ധമാണ്." + +msgid "Enter a whole number." +msgstr "ഒരു പൂര്‍ണസംഖ്യ നല്കുക." + +msgid "Enter a valid date." +msgstr "ശരിയായ തീയതി നല്കുക." + +msgid "Enter a valid time." +msgstr "ശരിയായ സമയം നല്കുക." + +msgid "Enter a valid date/time." +msgstr "ശരിയായ തീയതിയും സമയവും നല്കുക." + +msgid "Enter a valid duration." +msgstr "സാധുതയുള്ള കാലയളവ് നല്കുക." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "ദിവസങ്ങളുടെ എണ്ണം {min_days}, {max_days} എന്നിവയുടെ ഇടയിലായിരിക്കണം." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "ഫയലൊന്നും ലഭിച്ചിട്ടില്ല. ഫോമിലെ എന്‍-കോഡിംഗ് പരിശോധിക്കുക." + +msgid "No file was submitted." +msgstr "ഫയലൊന്നും ലഭിച്ചിട്ടില്ല." + +msgid "The submitted file is empty." +msgstr "ലഭിച്ച ഫയല്‍ ശൂന്യമാണ്." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"ഈ ഫയൽ നെയ്മിൽ%(max)dക്യാരക്ടറിൽ കൂടുതലില്ല എന്ന് ഉറപ്പു വരുത്തുക (അതിൽ %(length)dഉണ്ട്) . " +msgstr[1] "" +"ഈ ഫയൽ നെയ്മിൽ%(max)dക്യാരക്ടേഴ്‌സിൽ കൂടുതലില്ല എന്ന് ഉറപ്പു വരുത്തുക (അതിൽ %(length)dഉണ്ട്)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"ഒന്നുകില്‍ ഫയല്‍ സമര്‍പ്പിക്കണം, അല്ലെങ്കില്‍ ക്ളിയര്‍ എന്ന ചെക്ബോക്സ് ടിക് ചെയ്യണം. ദയവായി രണ്ടും " +"കൂടി ചെയ്യരുത്." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ശരിയായ ചിത്രം അപ് ലോഡ് ചെയ്യുക. നിങ്ങള്‍ നല്കിയ ഫയല്‍ ഒന്നുകില്‍ ഒരു ചിത്രമല്ല, അല്ലെങ്കില്‍ " +"വികലമാണ്." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "യോഗ്യമായത് തെരഞ്ഞെടുക്കുക. %(value)s ലഭ്യമായവയില്‍ ഉള്‍പ്പെടുന്നില്ല." + +msgid "Enter a list of values." +msgstr "മൂല്യങ്ങളുടെ പട്ടിക(ലിസ്റ്റ്) നല്കുക." + +msgid "Enter a complete value." +msgstr "പൂർണ്ണമായ വാല്യൂ നല്കുക." + +msgid "Enter a valid UUID." +msgstr "സാധുവായ യു യു ഐ ഡി നല്കുക." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(ഹിഡൻ ഫീൽഡ് %(name)s)%(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ക്രമം" + +msgid "Delete" +msgstr "ഡിലീറ്റ്" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s-നായി നല്കുന്ന വിവരം ആവര്‍ത്തിച്ചത് ദയവായി തിരുത്തുക." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "%(field)s-നായി നല്കുന്ന വിവരം ആവര്‍ത്തിക്കാന്‍ പാടില്ല. ദയവായി തിരുത്തുക." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(date_field)s ലെ %(lookup)s നു വേണ്ടി %(field_name)s നു നല്കുന്ന വിവരം ആവര്‍ത്തിക്കാന്‍ " +"പാടില്ല. ദയവായി തിരുത്തുക." + +msgid "Please correct the duplicate values below." +msgstr "താഴെ കൊടുത്തവയില്‍ ആവര്‍ത്തനം ഒഴിവാക്കുക." + +msgid "The inline value did not match the parent instance." +msgstr "ഇൻലൈൻ വാല്യൂ, പാരെന്റ് ഇൻസ്റ്റൻസുമായി ചേരുന്നില്ല." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "യോഗ്യമായത് തെരഞ്ഞെടുക്കുക. നിങ്ങള്‍ നല്കിയത് ലഭ്യമായവയില്‍ ഉള്‍പ്പെടുന്നില്ല." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "കാലിയാക്കുക" + +msgid "Currently" +msgstr "നിലവിലുള്ളത്" + +msgid "Change" +msgstr "മാറ്റുക" + +msgid "Unknown" +msgstr "അജ്ഞാതം" + +msgid "Yes" +msgstr "അതെ" + +msgid "No" +msgstr "അല്ല" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ഉണ്ട്,ഇല്ല,ഉണ്ടായേക്കാം" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ബൈറ്റ്" +msgstr[1] "%(size)d ബൈറ്റുകള്‍" + +#, python-format +msgid "%s KB" +msgstr "%s കെ.ബി" + +#, python-format +msgid "%s MB" +msgstr "%s എം.ബി" + +#, python-format +msgid "%s GB" +msgstr "%s ജി.ബി" + +#, python-format +msgid "%s TB" +msgstr "%s ടി.ബി" + +#, python-format +msgid "%s PB" +msgstr "%s പി.ബി" + +msgid "p.m." +msgstr "പി. എം (ഉച്ചയ്ക്കു ശേഷം) " + +msgid "a.m." +msgstr "എ. എം (ഉച്ചയ്ക്കു മുമ്പ്)" + +msgid "PM" +msgstr "പി. എം (ഉച്ചയ്ക്കു ശേഷം) " + +msgid "AM" +msgstr "എ. എം (ഉച്ചയ്ക്കു മുമ്പ്)" + +msgid "midnight" +msgstr "അര്‍ധരാത്രി" + +msgid "noon" +msgstr "ഉച്ച" + +msgid "Monday" +msgstr "തിങ്കളാഴ്ച" + +msgid "Tuesday" +msgstr "ചൊവ്വാഴ്ച" + +msgid "Wednesday" +msgstr "ബുധനാഴ്ച" + +msgid "Thursday" +msgstr "വ്യാഴാഴ്ച" + +msgid "Friday" +msgstr "വെള്ളിയാഴ്ച" + +msgid "Saturday" +msgstr "ശനിയാഴ്ച" + +msgid "Sunday" +msgstr "ഞായറാഴ്ച" + +msgid "Mon" +msgstr "തിങ്കള്‍" + +msgid "Tue" +msgstr "ചൊവ്വ" + +msgid "Wed" +msgstr "ബുധന്‍" + +msgid "Thu" +msgstr "വ്യാഴം" + +msgid "Fri" +msgstr "വെള്ളി" + +msgid "Sat" +msgstr "ശനി" + +msgid "Sun" +msgstr "ഞായര്‍" + +msgid "January" +msgstr "ജനുവരി" + +msgid "February" +msgstr "ഫെബ്രുവരി" + +msgid "March" +msgstr "മാര്‍ച്ച്" + +msgid "April" +msgstr "ഏപ്രില്‍" + +msgid "May" +msgstr "മേയ്" + +msgid "June" +msgstr "ജൂണ്‍" + +msgid "July" +msgstr "ജൂലൈ" + +msgid "August" +msgstr "ആഗസ്ത്" + +msgid "September" +msgstr "സെപ്തംബര്‍" + +msgid "October" +msgstr "ഒക്ടോബര്‍" + +msgid "November" +msgstr "നവംബര്‍" + +msgid "December" +msgstr "ഡിസംബര്‍" + +msgid "jan" +msgstr "ജനു." + +msgid "feb" +msgstr "ഫെബ്രു." + +msgid "mar" +msgstr "മാര്‍ച്ച്" + +msgid "apr" +msgstr "ഏപ്രില്‍" + +msgid "may" +msgstr "മേയ്" + +msgid "jun" +msgstr "ജൂണ്‍" + +msgid "jul" +msgstr "ജൂലൈ" + +msgid "aug" +msgstr "ആഗസ്ത്" + +msgid "sep" +msgstr "സെപ്ടം." + +msgid "oct" +msgstr "ഒക്ടോ." + +msgid "nov" +msgstr "നവം." + +msgid "dec" +msgstr "ഡിസം." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ജനു." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ഫെബ്രു." + +msgctxt "abbrev. month" +msgid "March" +msgstr "മാര്‍ച്ച്" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ഏപ്രില്‍" + +msgctxt "abbrev. month" +msgid "May" +msgstr "മേയ്" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ജൂണ്‍" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ജൂലൈ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ആഗ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "സെപ്തം." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ഒക്ടോ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "നവം." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ഡിസം." + +msgctxt "alt. month" +msgid "January" +msgstr "ജനുവരി" + +msgctxt "alt. month" +msgid "February" +msgstr "ഫെബ്രുവരി" + +msgctxt "alt. month" +msgid "March" +msgstr "മാര്‍ച്ച്" + +msgctxt "alt. month" +msgid "April" +msgstr "ഏപ്രില്‍" + +msgctxt "alt. month" +msgid "May" +msgstr "മേയ്" + +msgctxt "alt. month" +msgid "June" +msgstr "ജൂണ്‍" + +msgctxt "alt. month" +msgid "July" +msgstr "ജൂലൈ" + +msgctxt "alt. month" +msgid "August" +msgstr "ആഗസ്ത്" + +msgctxt "alt. month" +msgid "September" +msgstr "സെപ്തംബര്‍" + +msgctxt "alt. month" +msgid "October" +msgstr "ഒക്ടോബര്‍" + +msgctxt "alt. month" +msgid "November" +msgstr "നവംബര്‍" + +msgctxt "alt. month" +msgid "December" +msgstr "ഡിസംബര്‍" + +msgid "This is not a valid IPv6 address." +msgstr "ഇതു സാധുവായ IPv6 വിലാസമല്ല." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "അഥവാ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "വിലക്കപ്പെട്ടത്" + +msgid "CSRF verification failed. Request aborted." +msgstr "സി എസ് ആർ എഫ് പരിശോധന പരാജയപ്പെട്ടു. റിക്വെസ്റ്റ് റദ്ദാക്കി." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"ഫോം സമർപ്പിക്കുമ്പോൾ ഒരു CSRF കുക്കി ഈ സൈറ്റിൽ ആവശ്യമാണ് എന്നതിനാലാണ് നിങ്ങൾ ഈ സന്ദേശം " +"കാണുന്നത്. മറ്റുള്ളവരാരെങ്കിലും നിങ്ങളുടെ ബ്രൗസറിനെ നിയന്ത്രിക്കുന്നില്ല എന്ന് ഉറപ്പുവരുത്താനായി ഈ " +"കുക്കി ആവശ്യമാണ്. " + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Debug=True എന്നു കൊടുത്താൽ കൂടുതൽ കാര്യങ്ങൾ അറിയാൻ കഴിയും." + +msgid "No year specified" +msgstr "വര്‍ഷം പരാമര്‍ശിച്ചിട്ടില്ല" + +msgid "Date out of range" +msgstr "ഡാറ്റ പരിധിയുടെ പുറത്താണ്" + +msgid "No month specified" +msgstr "മാസം പരാമര്‍ശിച്ചിട്ടില്ല" + +msgid "No day specified" +msgstr "ദിവസം പരാമര്‍ശിച്ചിട്ടില്ല" + +msgid "No week specified" +msgstr "ആഴ്ച പരാമര്‍ശിച്ചിട്ടില്ല" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s ഒന്നും ലഭ്യമല്ല" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future ന് False എന്നു നല്കിയിട്ടുള്ളതിനാല്‍ Future " +"%(verbose_name_plural)s ഒന്നും ലഭ്യമല്ല." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "ചോദ്യത്തിനു ചേരുന്ന് %(verbose_name)s ഇല്ല" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "ഡയറക്ടറി സൂചികകള്‍ ഇവിടെ അനുവദനീയമല്ല." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s യുടെ സൂചിക" + +msgid "The install worked successfully! Congratulations!" +msgstr "ഇൻസ്ടാൾ ഭംഗിയായി നടന്നു! അഭിനന്ദനങ്ങൾ !" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "ജാംഗോ ഡോക്യുമെന്റേഷൻ" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "പരിശീലനം: ഒരു പോളിങ്ങ് ആപ്പ്" + +msgid "Get started with Django" +msgstr "ജാംഗോയുമായി പരിചയത്തിലാവുക" + +msgid "Django Community" +msgstr "ജാംഗോ കമ്യൂണിറ്റി" + +msgid "Connect, get help, or contribute" +msgstr "കൂട്ടുകൂടൂ, സഹായം തേടൂ, അല്ലെങ്കിൽ സഹകരിക്കൂ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15a6e7742f0a9b4348a6d821f9ab995ae9b74984 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^>cId;T|^F!ASS`b0a4KGtpy7jNmlWv63ii}lc5LOms5M;Eia`I7^ z-kj%{$~jXzXB0R62$h(Yd$>=raXoI=_&-`1_vqH>JT^X{UE`WAh|+>6+>-dagnVKa z<5-n9%A#Cj)mcof*0x2`KiLJe#(xhgAu zr)G#{nVXIeJo%n2M19ke8HV)iGn*ZB+w z&iISne^q+%5{^1!vxt4yjW)Kf8=H2&1$%b0(KDgdgDrb#HO8aTz*$6ITQ>UIGv5wR z@Vx}yqe~p-BtZ~!3M5Z%V%{N*L+aU0(n~*?0@^!1oq{7T{nXc|&!-^cr88LHQSoeG d3Q~7x)EUm%c@|`FC++z$<)x0lCx;n4`ybZ>>23f3 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/formats.py new file mode 100644 index 00000000000..b1ca2ee846b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ml/formats.py @@ -0,0 +1,43 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "N j, Y" +TIME_FORMAT = "P" +DATETIME_FORMAT = "N j, Y, P" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "F j" +SHORT_DATE_FORMAT = "m/d/Y" +SHORT_DATETIME_FORMAT = "m/d/Y P" +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%m/%d/%Y", # '10/25/2006' + "%m/%d/%y", # '10/25/06' + # "%b %d %Y", # 'Oct 25 2006' + # "%b %d, %Y", # 'Oct 25, 2006' + # "%d %b %Y", # '25 Oct 2006' + # "%d %b, %Y", # '25 Oct, 2006' + # "%B %d %Y", # 'October 25 2006' + # "%B %d, %Y", # 'October 25, 2006' + # "%d %B %Y", # '25 October 2006' + # "%d %B, %Y", # '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%m/%d/%Y %H:%M:%S", # '10/25/2006 14:30:59' + "%m/%d/%Y %H:%M:%S.%f", # '10/25/2006 14:30:59.000200' + "%m/%d/%Y %H:%M", # '10/25/2006 14:30' + "%m/%d/%y %H:%M:%S", # '10/25/06 14:30:59' + "%m/%d/%y %H:%M:%S.%f", # '10/25/06 14:30:59.000200' + "%m/%d/%y %H:%M", # '10/25/06 14:30' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c35a525c44e3157b5540837dbd84eba58d01520c GIT binary patch literal 33282 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

f=ae6G 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 K6mg6^68sm(6ElPW literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..47479f8f698 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po @@ -0,0 +1,1345 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ankhbayar , 2013 +# Bayarkhuu Bataa, 2014,2017-2018 +# Baskhuu Lodoikhuu , 2011 +# Jannis Leidel , 2011 +# jargalan , 2011 +# Tsolmon , 2011 +# Turmunkh Batkhuyag, 2023 +# Zorig, 2013-2014,2016,2018 +# Zorig, 2019 +# Анхбаяр Анхаа , 2013-2016,2018-2019 +# Баясгалан Цэвлээ , 2011,2015,2017 +# Ганзориг БП , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2023-12-25 06:49+0000\n" +"Last-Translator: Turmunkh Batkhuyag, 2023\n" +"Language-Team: Mongolian (http://app.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Африк" + +msgid "Arabic" +msgstr "Араб" + +msgid "Algerian Arabic" +msgstr "Алжир Араб" + +msgid "Asturian" +msgstr "Астури" + +msgid "Azerbaijani" +msgstr "Азербажан" + +msgid "Bulgarian" +msgstr "Болгар" + +msgid "Belarusian" +msgstr "Беларус" + +msgid "Bengali" +msgstr "Бенгал" + +msgid "Breton" +msgstr "Бэрэйтон " + +msgid "Bosnian" +msgstr "Босни" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Central Kurdish (Sorani)" +msgstr "Төв Курд (Сорани)" + +msgid "Czech" +msgstr "Чех" + +msgid "Welsh" +msgstr "Уэльс" + +msgid "Danish" +msgstr "Дани" + +msgid "German" +msgstr "Герман" + +msgid "Lower Sorbian" +msgstr "Доод Сорбин" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Англи" + +msgid "Australian English" +msgstr "Австрали Англи" + +msgid "British English" +msgstr "Британи Англи" + +msgid "Esperanto" +msgstr "Эсперанто" + +msgid "Spanish" +msgstr "Испани" + +msgid "Argentinian Spanish" +msgstr "Аргентинийн Испани" + +msgid "Colombian Spanish" +msgstr "Колумбийн Испаниар" + +msgid "Mexican Spanish" +msgstr "Мексикийн Испани" + +msgid "Nicaraguan Spanish" +msgstr "Никрагуан Испани" + +msgid "Venezuelan Spanish" +msgstr "Венесуэлийн Спани" + +msgid "Estonian" +msgstr "Эстони" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Перс" + +msgid "Finnish" +msgstr "Финлянд" + +msgid "French" +msgstr "Франц" + +msgid "Frisian" +msgstr "Фриз" + +msgid "Irish" +msgstr "Ирланд" + +msgid "Scottish Gaelic" +msgstr "Шотландийн Гаелик" + +msgid "Galician" +msgstr "Галици" + +msgid "Hebrew" +msgstr "Еврэй" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорват" + +msgid "Upper Sorbian" +msgstr "Дээд Сорбин" + +msgid "Hungarian" +msgstr "Унгар" + +msgid "Armenian" +msgstr "Армен" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Индонези" + +msgid "Igbo" +msgstr "Игбо" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "Исланд" + +msgid "Italian" +msgstr "Итали" + +msgid "Japanese" +msgstr "Япон" + +msgid "Georgian" +msgstr "Гүрж" + +msgid "Kabyle" +msgstr "Кабилэ" + +msgid "Kazakh" +msgstr "Казак" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Канад" + +msgid "Korean" +msgstr "Солонгос" + +msgid "Kyrgyz" +msgstr "Киргиз" + +msgid "Luxembourgish" +msgstr "Лүксенбүргиш" + +msgid "Lithuanian" +msgstr "Литва" + +msgid "Latvian" +msgstr "Латви" + +msgid "Macedonian" +msgstr "Македон" + +msgid "Malayalam" +msgstr "Малайз" + +msgid "Mongolian" +msgstr "Монгол" + +msgid "Marathi" +msgstr "маратхи" + +msgid "Malay" +msgstr "Малай" + +msgid "Burmese" +msgstr "Бирм" + +msgid "Norwegian Bokmål" +msgstr "Норвеги Бокмал" + +msgid "Nepali" +msgstr "Непал" + +msgid "Dutch" +msgstr "Голланд" + +msgid "Norwegian Nynorsk" +msgstr "Норвегийн нюнорск" + +msgid "Ossetic" +msgstr "Оссетик" + +msgid "Punjabi" +msgstr "Панжаби" + +msgid "Polish" +msgstr "Польш" + +msgid "Portuguese" +msgstr "Португал" + +msgid "Brazilian Portuguese" +msgstr "Бразилийн Португали" + +msgid "Romanian" +msgstr "Румын" + +msgid "Russian" +msgstr "Орос" + +msgid "Slovak" +msgstr "Словак" + +msgid "Slovenian" +msgstr "Словен" + +msgid "Albanian" +msgstr "Альбани" + +msgid "Serbian" +msgstr "Серби" + +msgid "Serbian Latin" +msgstr "Серби латин" + +msgid "Swedish" +msgstr "Щвед" + +msgid "Swahili" +msgstr "Савахил" + +msgid "Tamil" +msgstr "Тамил" + +msgid "Telugu" +msgstr "Тэлүгү" + +msgid "Tajik" +msgstr "Тажик" + +msgid "Thai" +msgstr "Тайланд" + +msgid "Turkmen" +msgstr "Турк хүн" + +msgid "Turkish" +msgstr "Турк" + +msgid "Tatar" +msgstr "Татар" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Uyghur" +msgstr "Уйгур" + +msgid "Ukrainian" +msgstr "Украйн" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "Узбек" + +msgid "Vietnamese" +msgstr "Вьетнам" + +msgid "Simplified Chinese" +msgstr "Хятад (хялбаршуулсан) " + +msgid "Traditional Chinese" +msgstr "Хятад (уламжлалт)" + +msgid "Messages" +msgstr "Мэдээллүүд" + +msgid "Site Maps" +msgstr "Сайтын бүтэц" + +msgid "Static Files" +msgstr "Статик файлууд" + +msgid "Syndication" +msgstr "Нэгтгэл" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Хуудасны дугаар бүхэл тоо / Integer / биш байна" + +msgid "That page number is less than 1" +msgstr "Хуудасны дугаар 1-ээс байга байна" + +msgid "That page contains no results" +msgstr "Хуудас үр дүн агуулаагүй байна" + +msgid "Enter a valid value." +msgstr "Зөв утга оруулна уу." + +msgid "Enter a valid URL." +msgstr "Зөв, хүчинтэй хаяг (URL) оруулна уу." + +msgid "Enter a valid integer." +msgstr "Бүхэл тоо оруулна уу" + +msgid "Enter a valid email address." +msgstr "Зөв имэйл хаяг оруулна уу" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Үсэг, тоо, доогуур зураас эсвэл зурааснаас бүрдсэн хүчинтэй \"slug\" оруулна " +"уу." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Юникод үсэг, тоо, доогуур зураас, зурааснаас бүрдсэн хүчинтэй \"slug\" " +"оруулна уу." + +msgid "Enter a valid IPv4 address." +msgstr "Зөв IPv4 хаяг оруулна уу. " + +msgid "Enter a valid IPv6 address." +msgstr "Зөв IPv6 хаяг оруулна уу." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Зөв IPv4 эсвэл IPv6 хаяг оруулна уу." + +msgid "Enter only digits separated by commas." +msgstr "Зөвхөн таслалаар тусгаарлагдсан цифр оруулна уу." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Энэ утга хамгийн ихдээ %(limit_value)s байх ёстой. (одоо %(show_value)s " +"байна)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Энэ утга %(limit_value)s -с бага эсвэл тэнцүү байх ёстой." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Энэ утга %(limit_value)s -с их эсвэл тэнцүү байх нөхцлийг хангана уу." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Утга нь алхамын хэмжээнд %(limit_value)s-ээс олон байхыг " +"баталгаажуулна уу." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Энэ утга нь алхмын хэмжээнд %(limit_value)s, %(offset)s-с эхлэн %(offset)s, " +"%(valid_value1)s, %(valid_value2)s гэх мэт утга байхыг баталгаажуулна уу." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Хамгийн ихдээ %(limit_value)d тэмдэгт байх нөхцлийг хангана уу. " +"(%(show_value)d-ийн дагуу)" +msgstr[1] "" +"Хамгийн ихдээ %(limit_value)d тэмдэгт байх нөхцлийг хангана уу. " +"(%(show_value)d-ийн дагуу)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Тоон утга оруулна уу." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "%(max)s -ээс ихгүй утга оруулна уу " +msgstr[1] "%(max)s -ээс ихгүй утга оруулна уу " + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Энд %(max)s -аас олонгүй бутархайн орон байх ёстой. " +msgstr[1] "Энд %(max)s -аас олонгүй бутархайн орон байх ёстой. " + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Энд бутархайн таслалаас өмнө %(max)s-аас олонгүй цифр байх ёстой." +msgstr[1] "Энд бутархайн таслалаас өмнө %(max)s-аас олонгүй цифр байх ёстой." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Файлын өргөтгөл “%(extension)s” зөвшөөрөгдөөгүй байна. Боломжит өргөтгөлүүд: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Хоосон тэмдэгт зөвшөөрөгдөхгүй." + +msgid "and" +msgstr "ба" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s талбар бүхий %(model_name)s аль хэдийн орсон байна." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "“%(name)s” хязгаарлалтыг зөрчсөн." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r буруу сонголт байна." + +msgid "This field cannot be null." +msgstr "Энэ хэсгийг хоосон орхиж болохгүй." + +msgid "This field cannot be blank." +msgstr "Энэ хэсэг хоосон байж болохгүй." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s-тэй %(model_name)s-ийг аль хэдийнэ оруулсан байна." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s талбарт давхардахгүй байх хэрэгтэй %(date_field_label)s " +"%(lookup_type)s оруулна." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Талбарийн төрөл нь : %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "\"“%(value)s” утга True эсвэл False байх ёстой.\"" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” утга True, False, эсвэл None байх ёстой." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Үнэн худлын аль нэг нь)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Бичвэр (%(max_length)s хүртэл)" + +msgid "String (unlimited)" +msgstr "Тэмдэг мөр (хязгааргүй)" + +msgid "Comma-separated integers" +msgstr "Таслалаар тусгаарлагдсан бүхэл тоо" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” утга нь буруу огнооны форматтай байна. Энэ нь YYYY-MM-DD " +"форматтай байх ёстой." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” утга зөв (YYYY-MM-DD) форматтай байна, гэхдээ буруу огноо байна." + +msgid "Date (without time)" +msgstr "Огноо (цаггүй)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” утга буруу форматтай байна. Энэ нь YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] форматтай байх ёстой." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” утгын формат зөв байна (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"гэхдээ буруу огноо/цаг байна." + +msgid "Date (with time)" +msgstr "Огноо (цагтай)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” утга нь бодит тоо байх ёстой." + +msgid "Decimal number" +msgstr "Аравтын бутархайт тоо" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” утга буруу форматтай байна. Энэ нь [DD] [[HH:]MM:]ss[.uuuuuu] " +"форматтай байх ёстой." + +msgid "Duration" +msgstr "Үргэлжлэх хугацаа" + +msgid "Email address" +msgstr "Имэйл хаяг" + +msgid "File path" +msgstr "Файлын зам " + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” бутархай тоон утга байх ёстой." + +msgid "Floating point number" +msgstr "Хөвөгч таслалтай тоо" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” утга нь бүхэл тоо байх ёстой." + +msgid "Integer" +msgstr "Бүхэл тоо" + +msgid "Big (8 byte) integer" +msgstr "Том (8 байт) бүхэл тоо" + +msgid "Small integer" +msgstr "Бага тоон утна" + +msgid "IPv4 address" +msgstr "IPv4 хаяг" + +msgid "IP address" +msgstr "IP хаяг" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "\"“%(value)s” утга нь None, True эсвэл False байх ёстой.\"" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Үнэн, худал, эсвэл юу ч биш)" + +msgid "Positive big integer" +msgstr "Эерэг том бүхэл тоо" + +msgid "Positive integer" +msgstr "Бүхэл тоох утга" + +msgid "Positive small integer" +msgstr "Бага бүхэл тоон утга" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (ихдээ %(max_length)s )" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” утга буруу форматтай байна. Энэ нь HH:MM[:ss[.uuuuuu]] форматтай " +"байх ёстой." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” утга зөв форматтай байна (HH:MM[:ss[.uuuuuu]]) гэхдээ буруу цаг " +"байна." + +msgid "Time" +msgstr "Цаг" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Бинари өгөгдөл" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” нь хүчинтэй UUID биш." + +msgid "Universally unique identifier" +msgstr "UUID" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Зураг" + +msgid "A JSON object" +msgstr "JSON объект " + +msgid "Value must be valid JSON." +msgstr "JSON утга байх боломжтой." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s %(value)r утгатай %(model)s байхгүй байна." + +msgid "Foreign Key (type determined by related field)" +msgstr "Гадаад түлхүүр (тодорхой төрлийн холбоос талбар)" + +msgid "One-to-one relationship" +msgstr "Нэг-нэг холбоос" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s холбоос" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s холбоосууд" + +msgid "Many-to-many relationship" +msgstr "Олон-олон холбоос" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Энэ талбарыг бөглөх шаардлагатай." + +msgid "Enter a whole number." +msgstr "Бүхэл тоон утга оруулна уу." + +msgid "Enter a valid date." +msgstr "Зөв огноо оруулна уу." + +msgid "Enter a valid time." +msgstr "Зөв цаг оруулна уу." + +msgid "Enter a valid date/time." +msgstr "Огноо/цаг-ыг зөв оруулна уу." + +msgid "Enter a valid duration." +msgstr "Үргэлжилэх хугацааг зөв оруулна уу." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Өдөрийн утга {min_days} ээс {max_days} ийн хооронд байх ёстой." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл оруулаагүй байна. Маягтаас кодлох төрлийг чагтал. " + +msgid "No file was submitted." +msgstr "Файл оруулаагүй байна." + +msgid "The submitted file is empty." +msgstr "Оруулсан файл хоосон байна. " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[1] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Нэг бол сонголтын чягтыг авах эсвэл файл оруулна уу. Зэрэг хэрэгжих " +"боломжгүй." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Зөв зураг оруулна уу. Таны оруулсан файл нэг бол зургийн файл биш эсвэл " +"гэмтсэн зураг байна." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Зөв сонголт хийнэ үү. %(value)s гэсэн сонголт байхгүй байна." + +msgid "Enter a list of values." +msgstr "Өгөгдхүүний жагсаалтаа оруулна уу." + +msgid "Enter a complete value." +msgstr "Бүрэн утга оруулна уу." + +msgid "Enter a valid UUID." +msgstr "Зөв UUID оруулна уу." + +msgid "Enter a valid JSON." +msgstr "JSON-ийн бүтцээр оруулна уу." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Нууц талбар%(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm-ын өгөгдөл дутуу эсвэл өөрчилсөн байна. Дутуу талбарууд: " +"%(field_names)s. Хэрэв асуудал хэвээр байвал та алдааны тайлан гаргах " +"шаардлагатай байж магадгүй." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Та хамгийн ихдээ %(num)d форм илгээнэ үү." +msgstr[1] "Та хамгийн ихдээ %(num)d форм илгээнэ үү." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Та хамгийн багадаа %(num)d форм илгээнэ үү." +msgstr[1] "Та хамгийн багадаа %(num)d форм илгээнэ үү." + +msgid "Order" +msgstr "Эрэмбэлэх" + +msgid "Delete" +msgstr "Устгах" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s хэсэг дэх давхардсан утгыг засварлана уу. " + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s хэсэг дэх давхардсан утгыг засварлана уу. Түүний утгууд " +"давхардахгүй байх ёстой." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s хэсэг дэх давхардсан утгыг засварлана уу. %(date_field)s-н " +"%(lookup)s хувьд давхардахгүй байх ёстой." + +msgid "Please correct the duplicate values below." +msgstr "Доорх давхардсан утгуудыг засна уу." + +msgid "The inline value did not match the parent instance." +msgstr "Inline утга эцэг обекттой таарахгүй байна." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Зөв сонголт хийнэ үү. Энэ утга сонголтонд алга." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” нь шаардлага хангаагүй утга байна." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s нь %(current_timezone)s цагийн бүсэд хөрвүүлэх боломжгүй байна; " +"энэ нь хоёрдмол утгатай эсвэл байхгүй байж болно." + +msgid "Clear" +msgstr "Цэвэрлэх" + +msgid "Currently" +msgstr "Одоогийн" + +msgid "Change" +msgstr "Засах" + +msgid "Unknown" +msgstr "Тодорхойгүй" + +msgid "Yes" +msgstr "Тийм" + +msgid "No" +msgstr "Үгүй" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "тийм,үгүй,магадгүй" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "шөнө дунд" + +msgid "noon" +msgstr "үд дунд" + +msgid "Monday" +msgstr "Даваа гариг" + +msgid "Tuesday" +msgstr "Мягмар гариг" + +msgid "Wednesday" +msgstr "Лхагва гариг" + +msgid "Thursday" +msgstr "Пүрэв гариг" + +msgid "Friday" +msgstr "Баасан гариг" + +msgid "Saturday" +msgstr "Бямба гариг" + +msgid "Sunday" +msgstr "Ням гариг" + +msgid "Mon" +msgstr "Дав" + +msgid "Tue" +msgstr "Мяг" + +msgid "Wed" +msgstr "Лха" + +msgid "Thu" +msgstr "Пүр" + +msgid "Fri" +msgstr "Баа" + +msgid "Sat" +msgstr "Бям" + +msgid "Sun" +msgstr "Ням" + +msgid "January" +msgstr "1-р сар" + +msgid "February" +msgstr "2-р сар" + +msgid "March" +msgstr "3-р сар" + +msgid "April" +msgstr "4-р сар" + +msgid "May" +msgstr "5-р сар" + +msgid "June" +msgstr "6-р сар" + +msgid "July" +msgstr "7-р сар" + +msgid "August" +msgstr "8-р сар" + +msgid "September" +msgstr "9-р сар" + +msgid "October" +msgstr "10-р сар" + +msgid "November" +msgstr "11-р сар" + +msgid "December" +msgstr "12-р сар" + +msgid "jan" +msgstr "1-р сар" + +msgid "feb" +msgstr "2-р сар" + +msgid "mar" +msgstr "3-р сар" + +msgid "apr" +msgstr "4-р сар" + +msgid "may" +msgstr "5-р сар" + +msgid "jun" +msgstr "6-р сар" + +msgid "jul" +msgstr "7-р сар" + +msgid "aug" +msgstr "8-р сар " + +msgid "sep" +msgstr "9-р сар" + +msgid "oct" +msgstr "10-р сар" + +msgid "nov" +msgstr "11-р сар" + +msgid "dec" +msgstr "12-р сар" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "1-р сар." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "2-р сар." + +msgctxt "abbrev. month" +msgid "March" +msgstr "3-р сар." + +msgctxt "abbrev. month" +msgid "April" +msgstr "4-р сар." + +msgctxt "abbrev. month" +msgid "May" +msgstr "5-р сар." + +msgctxt "abbrev. month" +msgid "June" +msgstr "6-р сар." + +msgctxt "abbrev. month" +msgid "July" +msgstr "7-р сар." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "8-р сар." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "9-р сар." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "10-р сар." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "11-р сар." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "12-р сар." + +msgctxt "alt. month" +msgid "January" +msgstr "Хулгана" + +msgctxt "alt. month" +msgid "February" +msgstr "Үхэр" + +msgctxt "alt. month" +msgid "March" +msgstr "Бар" + +msgctxt "alt. month" +msgid "April" +msgstr "Туулай" + +msgctxt "alt. month" +msgid "May" +msgstr "Луу" + +msgctxt "alt. month" +msgid "June" +msgstr "Могой" + +msgctxt "alt. month" +msgid "July" +msgstr "Морь" + +msgctxt "alt. month" +msgid "August" +msgstr "Хонь" + +msgctxt "alt. month" +msgid "September" +msgstr "Бич" + +msgctxt "alt. month" +msgid "October" +msgstr "Тахиа" + +msgctxt "alt. month" +msgid "November" +msgstr "Нохой" + +msgctxt "alt. month" +msgid "December" +msgstr "Гахай" + +msgid "This is not a valid IPv6 address." +msgstr "Энэ буруу IPv6 хаяг байна." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "буюу" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d жил" +msgstr[1] "%(num)d жил" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d сар" +msgstr[1] "%(num)d сар" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d долоо хоног" +msgstr[1] "%(num)d долоо хоног" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d өдөр" +msgstr[1] "%(num)d өдөр" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d цаг" +msgstr[1] "%(num)d цаг" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d минут" +msgstr[1] "%(num)d минут" + +msgid "Forbidden" +msgstr "Хориотой" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF дээр уналаа. Хүсэлт таслагдсан." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Та энэ мэдэгдлийг харж байгаа нь таны веб хөтөчөөс 'Referer header'-ийг " +"HTTPS хуудасд илгээх шаардлагатай байгаатай холбоотой. Энэ нь гуравдагч " +"этгээдээс хамгаалахын тулд шаардлагатай." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Хэрвээ та веб хөтөчөө 'Referer' толгойг идэвхигүй болгосон бол энэ хуудас, " +"HTTPS холболт эсвэл 'same-origin' хүсэлтэнд зориулж идэвхижүүлнэ үү." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Хэрвээ та таг ашиглаж " +"байгаа бол эсвэл 'Referrer-Policy: no-referrer' толгойг нэмсэн бол, " +"эдгээрийг устгана уу. CSRF хамгаалалт 'Referer' толгойг чанд шалгалт хийхийг " +"шаарддаг. Хэрвээ та аюулгүй байдлыг чухалчилж байгаа бол гуравдагч сайтыг " +"холбохдоо ашиглана уу." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Энэ хуудсанд форм илгээхийн тулд CSRF күүки шаардлагатай учир Та энэ " +"мэдэгдлийг харж байна. Энэ күүки нь гуравдагч этгээдээс хамгаалахын тулд " +"шаардлагатай." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Хэрвээ та веб хөтөчийн \"cookies\"-г хаасан бол энэ хуудас эсвэл 'same-" +"origin' хүсэлтэнд зориулж идэвхижүүлнэ үү." + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG=True үед дэлгэрэнгүй мэдээлэл харах боломжтой." + +msgid "No year specified" +msgstr "Он тодорхойлоогүй байна" + +msgid "Date out of range" +msgstr "Хугацааны хязгаар хэтэрсэн байна" + +msgid "No month specified" +msgstr "Сар тодорхойлоогүй байна" + +msgid "No day specified" +msgstr "Өдөр тодорхойлоогүй байна" + +msgid "No week specified" +msgstr "Долоо хоног тодорхойлоогүй байна" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s боломжгүй" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future нь худлаа учраас %(verbose_name_plural)s нь " +"боломжгүй." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Буруу огноо. '%(datestr)s' огноо '%(format)s' хэлбэрт тохирохгүй байна." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Шүүлтүүрт таарах %(verbose_name)s олдсонгүй " + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Хуудас \"сүүлчийн\" биш бөгөөд үүнийг int болгон хувиргах боломжгүй." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Буруу хуудас (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Хоосон жагсаалт ба “%(class_name)s.allow_empty” нь False байна." + +msgid "Directory indexes are not allowed here." +msgstr "Файлын жагсаалтыг энд зөвшөөрөөгүй." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” хуудас байхгүй байна." + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s ийн жагсаалт" + +msgid "The install worked successfully! Congratulations!" +msgstr "Амжилттай суулгалаа! Баяр хүргэе!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Джанго %(version)s хувирбарын тэмдэглэл харах " + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Таний тохиргооны файл дээр DEBUG=TRUE гэж тохируулсан мөн URLs дээр тохиргоо " +"хийгээгүй учраас энэ хуудасыг харж байна." + +msgid "Django Documentation" +msgstr "Джанго баримтжуулалт" + +msgid "Topics, references, & how-to’s" +msgstr "Сэдэв, лавлахууд болон зааврууд" + +msgid "Tutorial: A Polling App" +msgstr "Хичээл: Санал асуулга App" + +msgid "Get started with Django" +msgstr "Джанготой ажиллаж эхлэх" + +msgid "Django Community" +msgstr "Django Бүлгэм" + +msgid "Connect, get help, or contribute" +msgstr "Холбогдох, тусламж авах эсвэл хувь нэмрээ оруулах" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c55ac2a27e1b9160c394cc15bfd85321743dbdf4 GIT binary patch literal 201 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 F{vXubaRC4T literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..fe4c6ebb2b8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po @@ -0,0 +1,1280 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Omkar Parab, 2024 +# Suraj Kawade, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2024-01-20 06:49+0000\n" +"Last-Translator: Omkar Parab, 2024\n" +"Language-Team: Marathi (http://app.transifex.com/django/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "अफ्रिकान्स" + +msgid "Arabic" +msgstr "अरेबिक" + +msgid "Algerian Arabic" +msgstr "अल्जेरियन अरेबिक" + +msgid "Asturian" +msgstr "अस्टूरियन" + +msgid "Azerbaijani" +msgstr "अझरबैजानी" + +msgid "Bulgarian" +msgstr "बल्गेरियन" + +msgid "Belarusian" +msgstr "बेलारशियन" + +msgid "Bengali" +msgstr "बंगाली" + +msgid "Breton" +msgstr "ब्रेटन" + +msgid "Bosnian" +msgstr "बोस्नियन" + +msgid "Catalan" +msgstr "कॅटलान" + +msgid "Central Kurdish (Sorani)" +msgstr "मध्य कुर्दिश (सोरानी)" + +msgid "Czech" +msgstr "झेक" + +msgid "Welsh" +msgstr "वेल्श" + +msgid "Danish" +msgstr "डॅनिश" + +msgid "German" +msgstr "जर्मन" + +msgid "Lower Sorbian" +msgstr "लोअर सोर्बियन" + +msgid "Greek" +msgstr "ग्रीक" + +msgid "English" +msgstr "इंग्रजी" + +msgid "Australian English" +msgstr "ऑस्ट्रेलियन इंग्रजी" + +msgid "British English" +msgstr "ब्रिटिश इंग्रजी" + +msgid "Esperanto" +msgstr "एस्पेरॅन्टो" + +msgid "Spanish" +msgstr "स्पॅनिश " + +msgid "Argentinian Spanish" +msgstr "अर्जेन्टिनाची स्पॅनिश" + +msgid "Colombian Spanish" +msgstr "कोलंबियन स्पॅनिश" + +msgid "Mexican Spanish" +msgstr "मेक्सिकन स्पॅनिश" + +msgid "Nicaraguan Spanish" +msgstr "निकारागुआन स्पॅनिश" + +msgid "Venezuelan Spanish" +msgstr "व्हेनेझुएलन स्पॅनिश" + +msgid "Estonian" +msgstr "एस्टोनियन" + +msgid "Basque" +msgstr "बास्क" + +msgid "Persian" +msgstr "पर्शियन" + +msgid "Finnish" +msgstr "फिनिश" + +msgid "French" +msgstr "फ्रेंच" + +msgid "Frisian" +msgstr "फ्रिसियन" + +msgid "Irish" +msgstr "आयरिश" + +msgid "Scottish Gaelic" +msgstr "स्कॉटिश गेलिक" + +msgid "Galician" +msgstr "गॅलिशियन" + +msgid "Hebrew" +msgstr "हिब्रू" + +msgid "Hindi" +msgstr "हिंदी" + +msgid "Croatian" +msgstr "क्रोएशियन" + +msgid "Upper Sorbian" +msgstr "अप्पर सोर्बियन" + +msgid "Hungarian" +msgstr "हंगेरियन" + +msgid "Armenian" +msgstr "अर्मेनियन" + +msgid "Interlingua" +msgstr "इंटरलिंगुआ" + +msgid "Indonesian" +msgstr "इंडोनेशियन" + +msgid "Igbo" +msgstr "इग्बो" + +msgid "Ido" +msgstr "इदो" + +msgid "Icelandic" +msgstr "आयलँडिक" + +msgid "Italian" +msgstr "इटालियन" + +msgid "Japanese" +msgstr "जपानी" + +msgid "Georgian" +msgstr "जॉर्जियन" + +msgid "Kabyle" +msgstr "कबायल" + +msgid "Kazakh" +msgstr "कझाक" + +msgid "Khmer" +msgstr "ख्मेर" + +msgid "Kannada" +msgstr "कन्नड" + +msgid "Korean" +msgstr "कोरियन" + +msgid "Kyrgyz" +msgstr "किर्गिझ" + +msgid "Luxembourgish" +msgstr "लक्झेंबर्गिश" + +msgid "Lithuanian" +msgstr "लिथुआनियन" + +msgid "Latvian" +msgstr "लाटव्हिअन" + +msgid "Macedonian" +msgstr "मॅसेडोनिअन" + +msgid "Malayalam" +msgstr "मल्याळम" + +msgid "Mongolian" +msgstr "मंगोलियन" + +msgid "Marathi" +msgstr "मराठी" + +msgid "Malay" +msgstr "मलय" + +msgid "Burmese" +msgstr "बर्मीस" + +msgid "Norwegian Bokmål" +msgstr "नॉर्वेजियन बोकमाल" + +msgid "Nepali" +msgstr "नेपाळी" + +msgid "Dutch" +msgstr "डच" + +msgid "Norwegian Nynorsk" +msgstr "नॉर्वेजिअन निनॉर्स्क " + +msgid "Ossetic" +msgstr "ओस्सेटिक" + +msgid "Punjabi" +msgstr "पंजाबी" + +msgid "Polish" +msgstr "पॉलिश" + +msgid "Portuguese" +msgstr "पोर्तुगीज" + +msgid "Brazilian Portuguese" +msgstr "ब्रझिलियन पोर्तुगीज" + +msgid "Romanian" +msgstr "रोमेनियन" + +msgid "Russian" +msgstr "रशियन" + +msgid "Slovak" +msgstr "स्लोवाक" + +msgid "Slovenian" +msgstr "स्लोवेनियन" + +msgid "Albanian" +msgstr "अल्बेनियन" + +msgid "Serbian" +msgstr "सर्बियन" + +msgid "Serbian Latin" +msgstr "सर्बियन लॅटिन" + +msgid "Swedish" +msgstr "स्वीडिश" + +msgid "Swahili" +msgstr "स्वाहिली" + +msgid "Tamil" +msgstr "तमिळ" + +msgid "Telugu" +msgstr "तेलुगु" + +msgid "Tajik" +msgstr "ताजिक" + +msgid "Thai" +msgstr "थाई" + +msgid "Turkmen" +msgstr "तुर्कमेन" + +msgid "Turkish" +msgstr "तुर्की" + +msgid "Tatar" +msgstr "टाटर" + +msgid "Udmurt" +msgstr "उदमर्त" + +msgid "Uyghur" +msgstr "उईघुर" + +msgid "Ukrainian" +msgstr "युक्रेनियन" + +msgid "Urdu" +msgstr "उर्दू" + +msgid "Uzbek" +msgstr "उझबेक" + +msgid "Vietnamese" +msgstr "व्हिएतनामी" + +msgid "Simplified Chinese" +msgstr "सोपी चायनिज" + +msgid "Traditional Chinese" +msgstr "पारंपारिक चायनिज" + +msgid "Messages" +msgstr "संदेश" + +msgid "Site Maps" +msgstr "संकेतस्थळ नकाशे" + +msgid "Static Files" +msgstr "स्थिर फाइल्स" + +msgid "Syndication" +msgstr "सिंडिकेशन" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "तो पान क्रमांक पूर्णांक नाही." + +msgid "That page number is less than 1" +msgstr "तो पान क्रमांक 1 पेक्षा कमी आहे" + +msgid "That page contains no results" +msgstr "त्या पानावर कोणतेही परिणाम नाहीत." + +msgid "Enter a valid value." +msgstr "वैध मूल्य टाका." + +msgid "Enter a valid URL." +msgstr "एक योग्य युआरएल टाका करा." + +msgid "Enter a valid integer." +msgstr "योग्य पूर्णांक टाका." + +msgid "Enter a valid email address." +msgstr "योग्य विपत्र पत्ता टाका." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "अक्षरे, संख्या, अंडरस्कोर किंवा हायफनसह असलेला योग्य \"स्लग\" टाका." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "योग्य \"स्लग\" टाका ज्यामध्ये यूनिकोड अक्षरे, अंक, अंडरस्कोर किंवा हायफन असतात." + +msgid "Enter a valid IPv4 address." +msgstr "योग्य IPv4 पत्ता टाका." + +msgid "Enter a valid IPv6 address." +msgstr "योग्य IPv6 पत्ता टाका." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "योग्य IPv4 किंवा IPv6 पत्ता नमूद करा." + +msgid "Enter only digits separated by commas." +msgstr "स्वल्पविरामाने वेगळे केलेले अंकच फक्त नमूद करा." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "हे मूल्य%(limit_value)s(%(show_value)s) आहे याची खात्री करा." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "हे मूल्य %(limit_value)sया मर्यादेइतके किंवा त्यापेक्षा कमी आहे याची काळजी घ्या." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "हे मूल्य %(limit_value)sया मर्यादेइतके किंवा त्यापेक्षा जास्त आहे याची काळजी घ्या." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "हे मूल्य पायरी आकार %(limit_value)s चा गुणाकार असल्याची खात्री करा." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "अंक टाका." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "शून्य वर्णांना परवानगी नाही." + +msgid "and" +msgstr "आणि" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s सह %(field_labels)s हे अगोदरच अस्तित्वात आहे." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "\"%(name)s\" च्या मर्यादेचं उल्लंघन आहे." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Value %(value)r हा योग्य पर्याय नाही." + +msgid "This field cannot be null." +msgstr "हे क्षेत्र रिक्त असू शकत नाही." + +msgid "This field cannot be blank." +msgstr "हे क्षेत्र रिक्त असू शकत नाही." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s %(field_label)s ने अगोदरच अस्तित्वात आहे." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "क्षेत्राचा प्रकार: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” मूल्य सत्य किंवा असत्य असावा." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” मूल्य सत्य, असत्य किंवा कोणतेही नसावेत." + +msgid "Boolean (Either True or False)" +msgstr "बूलियन (सत्य किंवा असत्य)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "स्वल्पविरामाने वेगळे केलेले पूर्णांक" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "दिनांक (वेळेशिवाय)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "दिनांक (वेळेसह)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "कालावधी" + +msgid "Email address" +msgstr "विपत्र पत्ता" + +msgid "File path" +msgstr "दस्तऐवज मार्ग" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "पूर्णांक" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "Small integer" +msgstr "लहान पूर्णांक" + +msgid "IPv4 address" +msgstr "IPv4 पत्ता" + +msgid "IP address" +msgstr "IP पत्ता" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "बुलियन (एकतर खरे, असत्य किंवा काहीही नाही)" + +msgid "Positive big integer" +msgstr "सकारात्मक मोठा पूर्णांक" + +msgid "Positive integer" +msgstr "सकारात्मक पूर्णांक" + +msgid "Positive small integer" +msgstr "सकारात्मक लहान पूर्णांक" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Text" +msgstr "मजकूर" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "वेळ" + +msgid "URL" +msgstr "" + +msgid "Raw binary data" +msgstr "कच्चा बायनरी डेटा" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "सार्वत्रिक अद्वितीय ओळखकर्ता" + +msgid "File" +msgstr "फाइल" + +msgid "Image" +msgstr "चित्र " + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "मूल्य योग्य JSON असणे आवश्यक." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "हे क्षेत्र आवश्यक आहे." + +msgid "Enter a whole number." +msgstr "पूर्ण संख्या प्रविष्ट करा." + +msgid "Enter a valid date." +msgstr "योग्य दिनांक नमूद करा." + +msgid "Enter a valid time." +msgstr "योग्य वेळ नमूद करा." + +msgid "Enter a valid date/time." +msgstr "योग्य दिनांक/वेळ नमूद करा." + +msgid "Enter a valid duration." +msgstr "योग्य कालावधी नमूद करा." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "दिवसांची संख्या {min_days} आणि {max_days} च्या मधे असावी." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "कोणताही दस्तऐवज सुपूर्त केलेला नाही. अर्जावरील एन्कोडिंग प्रकार तपासा." + +msgid "No file was submitted." +msgstr "कोणताही दस्तऐवज सुपूर्त केलेला नाही." + +msgid "The submitted file is empty." +msgstr "सुपूर्त केलेला दस्तऐवज रिकामी आहे." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "कृपया एकतर फाइल सबमिट करा किंवा स्पष्ट चेकबॉक्स चेक करा, दोन्ही नाही." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "एक वैध प्रतिमा अपलोड करा. तुम्ही अपलोड केलेली फाइल चित्र किंवा दूषित चित्र नव्हते." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "मूल्यांची यादी नमूद करा." + +msgid "Enter a complete value." +msgstr "पूर्ण मूल्य नमूद करा." + +msgid "Enter a valid UUID." +msgstr "योग्य UUID नमूद करा." + +msgid "Enter a valid JSON." +msgstr "योग्य JSON नमूद करा." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "क्रम" + +msgid "Delete" +msgstr "घालवा" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "कृपया %(field)s साठी दुय्यम माहिती प्रत सुधारा." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "कृपया खालील नकली मूल्ये सुधारा." + +msgid "The inline value did not match the parent instance." +msgstr "इनलाइन मूल्य मूळ उदाहरणाशी जुळत नाही." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "तो पर्याय उपलब्ध पर्यायांपैकी एक नाही. योग्य पर्याय निवडा. " + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” हे वैध मूल्य नाही." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "साफ करा" + +msgid "Currently" +msgstr "सध्या" + +msgid "Change" +msgstr "बदला" + +msgid "Unknown" +msgstr "अज्ञात" + +msgid "Yes" +msgstr "होय" + +msgid "No" +msgstr "नाही" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "होय,नाही,कदाचित" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "%s केबी" + +#, python-format +msgid "%s MB" +msgstr "%s एमबी" + +#, python-format +msgid "%s GB" +msgstr "%s जीबी" + +#, python-format +msgid "%s TB" +msgstr "%s टिबी" + +#, python-format +msgid "%s PB" +msgstr "%s पीबी" + +msgid "p.m." +msgstr "म.उ." + +msgid "a.m." +msgstr "म.पू." + +msgid "PM" +msgstr "मउ" + +msgid "AM" +msgstr "मपू" + +msgid "midnight" +msgstr "मध्यरात्री" + +msgid "noon" +msgstr "दुपारी" + +msgid "Monday" +msgstr "सोमवार" + +msgid "Tuesday" +msgstr "मंगळवार" + +msgid "Wednesday" +msgstr "बुधवार" + +msgid "Thursday" +msgstr "गुरुवार" + +msgid "Friday" +msgstr "शुक्रवार" + +msgid "Saturday" +msgstr "शनिवार" + +msgid "Sunday" +msgstr "रविवार" + +msgid "Mon" +msgstr "सोम" + +msgid "Tue" +msgstr "मंगळ" + +msgid "Wed" +msgstr "बुध" + +msgid "Thu" +msgstr "गुरु" + +msgid "Fri" +msgstr "शुक्र" + +msgid "Sat" +msgstr "शनि" + +msgid "Sun" +msgstr "रवि" + +msgid "January" +msgstr "जानेवारी" + +msgid "February" +msgstr "फेब्रुवारी" + +msgid "March" +msgstr "मार्च" + +msgid "April" +msgstr "एप्रिल" + +msgid "May" +msgstr "मे" + +msgid "June" +msgstr "जून" + +msgid "July" +msgstr "जुलै" + +msgid "August" +msgstr "ऑगस्ट" + +msgid "September" +msgstr "सप्टेंबर" + +msgid "October" +msgstr "ऑक्टोबर" + +msgid "November" +msgstr "नोव्हेंबर" + +msgid "December" +msgstr "डिसेंबर" + +msgid "jan" +msgstr "जान" + +msgid "feb" +msgstr "फेब" + +msgid "mar" +msgstr "मार" + +msgid "apr" +msgstr "एप्रि" + +msgid "may" +msgstr "मे" + +msgid "jun" +msgstr "जून" + +msgid "jul" +msgstr "जुल" + +msgid "aug" +msgstr "ऑग" + +msgid "sep" +msgstr "सप" + +msgid "oct" +msgstr "ऑक्ट" + +msgid "nov" +msgstr "नोव्ह" + +msgid "dec" +msgstr "डिस" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "जान." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "फेब." + +msgctxt "abbrev. month" +msgid "March" +msgstr "मार्च" + +msgctxt "abbrev. month" +msgid "April" +msgstr "एप्रिल" + +msgctxt "abbrev. month" +msgid "May" +msgstr "मे" + +msgctxt "abbrev. month" +msgid "June" +msgstr "जून" + +msgctxt "abbrev. month" +msgid "July" +msgstr "जुलै" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ऑग." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "सप्ट." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ऑक्ट." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "नोव्ह." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "डिस." + +msgctxt "alt. month" +msgid "January" +msgstr "जानेवारी" + +msgctxt "alt. month" +msgid "February" +msgstr "फेब्रुवारी" + +msgctxt "alt. month" +msgid "March" +msgstr "मार्च" + +msgctxt "alt. month" +msgid "April" +msgstr "एप्रिल" + +msgctxt "alt. month" +msgid "May" +msgstr "मे" + +msgctxt "alt. month" +msgid "June" +msgstr "जून" + +msgctxt "alt. month" +msgid "July" +msgstr "जुलै" + +msgctxt "alt. month" +msgid "August" +msgstr "ऑगस्ट" + +msgctxt "alt. month" +msgid "September" +msgstr "सप्टेंबर" + +msgctxt "alt. month" +msgid "October" +msgstr "ऑक्टोबर" + +msgctxt "alt. month" +msgid "November" +msgstr "नोव्हेंबर" + +msgctxt "alt. month" +msgid "December" +msgstr "डिसेंबर" + +msgid "This is not a valid IPv6 address." +msgstr "हा योग्य IPv6 पत्ता नाही." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "किंवा" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "निषिद्ध" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF चाचणी अयशस्वी झाली. विनंती रद्द केली." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"तुम्हाला हा सनदेश दिसत आहे कारण या HTTPS संकेतस्थळाला तुमच्या वेब ब्राउझरद्वारे \"रेफरर " +"हेडर\" पाठवण्याची आवश्यकता आहे, परंतु कोणतेही पाठवले नाही. तुमचा ब्राउझर तृतीय पक्षांकडून " +"हायजॅक केला जात नाही याची खात्री करण्यासाठी सुरक्षिततेच्या दृष्टीने हे शीर्षलेख आवश्यक आहे." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"किमान या साइटसाठी किंवा HTTPS कनेक्शनसाठी किंवा “समान-मूळ” विनंत्यांसाठी, तुम्ही तुमचे " +"ब्राउझर “रेफरर” हेडर अक्षम केले असल्यास, कृपया ते पुन्हा-सक्षम करा." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"तुम्ही जोडणी वापरत असल्यास किंवा \"रेफरर-पॉलिसी: नो-रेफरर\" हेडर समाविष्ट करत " +"असल्यास, कृपया ते काढून टाका. CSRF संरक्षणासाठी \"रेफरर\" हेडर कठोर रेफरर तपासणी करणे " +"आवश्यक आहे. तुम्हाला गोपनीयतेबद्दल काळजी वाटत असल्यास, तृतीय-पक्ष स्थळाच्या दुव्यासाठी सारखे पर्याय वापरा." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"तुम्हाला हा संदेश दिसत आहे कारण अर्ज सुपूर्त करताना या स्थळाला CSRF कुकी आवश्यक आहे. तुमचा " +"ब्राउझर तृतीय पक्षांकडून हायजॅक केला जात नाही याची खात्री करण्यासाठी ही कुकी " +"सुरक्षिततेच्या कारणांसाठी आवश्यक आहे." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"किमान या साइटसाठी किंवा \"समान-मूळ\" विनंत्यांसाठी, कृपया अक्षम केलेल्या ब्राउझर कुकीज " +"पुन्हा सक्षम करा." + +msgid "More information is available with DEBUG=True." +msgstr "अधिक माहिती DEBUG=True सह उपलब्ध आहे." + +msgid "No year specified" +msgstr "कोणतेही वर्ष नमूद केलेले नाही" + +msgid "Date out of range" +msgstr "पल्ल्याच्या बाहेरची दिनांक" + +msgid "No month specified" +msgstr "कोणताही महिना निर्दिष्ट केलेला नाही" + +msgid "No day specified" +msgstr "कोणताही दिवस निर्दिष्ट केलेला नाही" + +msgid "No week specified" +msgstr "कोणताही आठवडा निर्दिष्ट केलेला नाही" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "कोणतेही %(verbose_name_plural)s उपलब्ध नाहीत" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "क्वेरीसह जुळणारे कोणतेही %(verbose_name)s सापडले नाही" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "अवैध पान (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "डिरेक्टरी निर्देशकांना येथे परवानगी नाही." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” अस्तित्वात नाही" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s चे निर्देशांक" + +msgid "The install worked successfully! Congratulations!" +msgstr "इंस्टॉलेशनने यशस्वीरित्या कार्य केले! अभिनंदन!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"डिजांगो %(version)s साठी प्रदर्शित संदेश पहा" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"तुम्ही हे पान पाहत आहात कारण तुमच्या सेटिंग्ज फाइलमध्ये DEBUG=True आहे आणि तुम्ही कोणतीही URL कॉन्फिगर केलेली नाही." + +msgid "Django Documentation" +msgstr "जांगो दस्तऐवजीकरण" + +msgid "Topics, references, & how-to’s" +msgstr "विषय, संदर्भ, आणि कसे करावे" + +msgid "Tutorial: A Polling App" +msgstr "शिकवणी: मतदान अ‍ॅप" + +msgid "Get started with Django" +msgstr "जॅंगो सोबत सुरवात करा" + +msgid "Django Community" +msgstr "जॅंगो समुदाय" + +msgid "Connect, get help, or contribute" +msgstr "जोडा, मदत मिळवा किंवा हातभार लावा" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..90813401bb76a582b78ae78661a26c9bfddb1f1a GIT binary patch literal 27066 zcmc(n37B0~mG2M8WJH28tH7ZkP$j9V1dt&lKvgP3C8?xHRe}&Oo_p`9dr$6gF6Z2v zO2q-x25F^LoN#;&ZL6p_(~j7UICnd=^K+mTXKeL7+xcnRzyIF*oO`QMMG`*V*Y{)R zfA&1Bz4lsbuj0PP9`-Vi-?l?M?+M^17J1%h`L3OyRL^@6i3xZcxE?(0R9kKggRbb{VfhZ?$W;t9!~zB9D1kQ_z@0| zcKBHE49cAh9ty4i8Me0yJPf=Xd^9-X^0$JIB)$zi3fu`U1}mWY+XEf}J`+3+ya`mf zS2}#7%YQrgSkm7MJ_`J#OaC{JrSrZC9tr*cJRbZx$W%Pf_q?-!(?R8rfXd$ls^0)K z;{i3!J)p`x8+;=8JQu$URQbC>jr$YeW5CaWTJP_G{OA3ae>DCRStPZ0I;iq}pz05T z$ATAvn(sPL?d$+muMQpq?gmx-|pfDDZ<0?*Tay-six>z@LHz@E4%UkN4Six&~Bx1yJdG zzya{t;1S?^z(;@|bn%aZM-smmyaxOi@F?(Xh(&KwV{fEQffSSjjL9N^2EQW9qsCg|0RsKX5KMhnnOI-Y1hv$JR zcL}KR41tdZH#xk zIG+lty)sBs-t{j1^`PkTE#RTxhe4LoyBp*Pcn^R&Z;O}N_4GlVgNs1bOF^C6n;pKw z;oBU36x6uB0Q%rJK&`_cK+%J@+|J`^g^_+KWN$^E9aSy2<6g0@S{|(Z%lo#XsH$s{9v0)&DN2 zbMPZj=l9p3*8kWi+3{=w)y_Dm@>e`RS5vX!+1vQU%fTHjBfg1napz41c6uIhpvwKx zr9X;IQvK6G^?N=jx?SsVJE(e7;4$DdsPZ?1D*r0*c<@e8^ZdBOPdWUY!!J1evcs=C z{FcM}9NzEn$Druo0Z{AnpDz6m4*v{_59kmp{}G`2KMK@&I2t?^JOvbeUId;6UIT6g zZveN0Uj{?4?{a7re4)c%fY%e>cm=!wyc-+@A3J2}VHoTq9)WDB_Y&}Y@bjSf(jmik zJS)NY5O@waP5Qf6TRzo0V(<0X;Vq!f%^N_Dg!dH?lJpj>vGW-QbzZlCqSGA?BT)M_ z?c&dM_%iTt(*NG!9S+~+@GgfR0nen|Js`vMe&p~c;9EeF`MGyZ4iXIlP zwe)ZrcsTL%K#lWa@Dy+aRJo@(tb=Oz=`R0Spy=_{pz7TTs{DsQ&FeGZiQqRuAN&=l z{XBM^U5E2QU|7lR?;#P;R2ah8Deo*7N8&rQ^14TFA1~tCJN9{Q}0o43^ z!6U&7K&|^q5K{NnfhvC!C^~r=$WnNp1~so^HXs{jS`--2wFw|%3PXI=wB zTHg1-CxA;f+3^j7T9<1;&A$rvg3ojD_ko(nmqD%f11^5ZnBC`7K-D|n;Z}#&gW~ru z0#*O*pw{_bQ0MJCpw8Ed&9>baf`i203~D@I2af@N0v-ka4%9vJS5W)$_$|n4pbu*O zo)0btZwF5R-vX-M-5@O5`xLks{3|Gav3T6x566LzCjL0^8n72szt3^_Vwe90Q0>0U z#XsrrE8x+je;-u6UxJSW{{m`UN3uCeKMq_3_JHCG{oozMUkg+E47hH>mOqw7(fpnO zioVVOj|DFTMIY-x@!u^VTkI9UW#FBl`neC(czyw@{GVL>&~26u7lWGr382cK;;Gy$Z_lF=?nD=W?;~Tunw!0Ek{q3Om@U@`sf!o33!Mi~9 z|2a_S>WAP7V9%3ne;0#_Zvj<4bn(5Q=;%e@>EJ6tt?P$e{yi@K4N&X(@1Vx41O;Gip396sxfEwou!Lz`(gJ*(Y0xt!B1D*{odkVZ3yb63Acq^#&ehaAj zUj((TKX>_u?6l*30(b=JKB#`r0ex^OcoH}UYF;6zauKNUH$koAGeGrs8>n*c05y+y zgPQ-xK(+IEQ0x065K{Gi3u?c{o@(b=0Cip)pvHZp!?%K`5dRXW_8tIl1OEuBzvl;b z+%E(*u9t#`f^Pu-1ilIUH2As#X9O%4ZTU?lOE*`7n)g)>uLad^;Nl@D`r75vn+{tJ z_kf3y|8$4X0#*KIhqt=)7lS%?w>x}2cqH*VK$U+FsD3}-@FNcY2~@p%L6!ekP;~TF zmw%tb`yKw+;R6nT>G0PMf9LQ|4*$#Hp`l&BBS5u(9H{Y}>hKKkFyc$V!@(!I^kty< z=LMk7!5Z*1@LEuG_cV|r;@u8Hdfsoq8aOd!@ArQO6+fqpEDOFAWUIX6E0*6(gQDxZ zz<%%n@Ivt9$lkA8K*etWHQs*&4*`Ef_)o%52|pzKnV{d(3BEq~{RiQ{%olX1O75ro z=V^p*68=D#B<~`^-|+ov!ey>(i|@ZBobBS`gZjPAg8BDx1Vs|N0OiN z{R4$X+3y^_?;|oqxG_rvk0<@B;0555z*i9d4?(}vEqLDpU+KODuOmRl-g4@E z1U!?V-**V7lJ;}(14`gK`@PtGywKrA;IjzNB>a*f-gr3WcY&7>zCk$O)fZpY&nJGj z{q(Nj`%8T5EO8{feR{r(r>uLPYh-NAahxC>lI z*iO*z6Bf+BOZaywWpqvlz$*#*y~%?2RPfV;vt0V;`97cUSmMJj?L2S;Y2PLs$9Drf z0sJxeXjkTFzL)U5o^S@=r-NI-J%pqAK7?>4LBEd@eor`#@HN6~2%jYU8zK9h#m5@T z_ql|3g4YnKlDralIpO~jW(e8uEqrVu{ED!Za_17p z3Hn_Kz8t)a@H0Y>OXt)4-k5!Wk0QL8@NAd%XoqXStK9dI;K_u`T|586_fK4&;PHg( z3HK7-LCAh1u6z#(e{_kLI!wUL2&WK#Aj=0|;=aEQzMpV` ziwj06JL%#>e1F${p9X%&eG5(|?;pV{2wx!RcLSkGcq!pL!ZhKZ3IC6LB0e2{P(;mZVXNpC4=g{`O__N9I?Zr4hU z`)_<@%P)j})M$lCGYMN^iEm$J{Jn7_^q2G&+es2OT051dq`vf0KWh2)U`7>#dLb&e z<96!DNtWD*TYk7FN?QYTITeMq(#~2?2y66OZ>Ofeb|bpJ9r{yLvZLBLyWEoAS{zr~ z&7G~8COw*llDOWN_Alve#Wa+JwV)NnjkFRq)ysmJDY^ByWO|PpX)9@f9XXob;vM zQlE=!#pMHMctie%i7lJ`xUefMw!EP+Z)hrsszK05y`fqmXhcDSk8+ss;SVK2Au4)9 z%_ORMStKb#ypam}6HO|l6|(A~t(msks_6~2%Md1zwvwQxvTGXUnkl8ZRs8J|2BOOkHy^$H%c$~BtZJ06;&TGsdlBmT{^C1tnYvsU9Yq-r!DY$xK z>so&|i!>D#&8hLHf~Xdj2K=odGvY`F1)3$nTOG858Z%p62^wW;GK0ih9oJ&cdDjxI zj_dWHKMk8f0!tCkXobuOsxttk`G`rsj=A z38RXW8Ae(P_krL6PA<)S57?gQ*&oxc~|w+*_jz zJEMr9gM)7>eHhy^w^s}eKa^qU=9^QO-I?O3h)4OA0J7oci`iPc0VTg!;RF=9JpEqQ zL?yVo;0mouU#YKa3AXuusWKP8_MhY05U+!y!hTxu+*W53gI#f| z*WeikR9AfjaMF5H9L+Zks7;%0_zm39B%9-G(=8k9lp{YX`J>~zFUT0yym`!nG8aBb znFaH7Vb5)I+g6-GvZ2}`Y}+3nH}l0Emya7=h^df3g4=VrQlYHsp;?ax_Y zJ8HOjT5FfZx4F|&n0(YI>lWJ9h>A#=Y-fvwPnWv;hmSTFPLdYkl|)$A%1pBoHoCTG zKP^9Ki}N-(T|w}01IT6?H)=C}NsK%7JJ)t$Mg&z4G@7&-a+S7XzK|+(L$3`BNjpep zytR_yHA_k3D*dkD)LnFvtlfn>;19W*H!o%`Wi{`L z?Cj)71yDbJGeCk}8#Rm|x3(r(f(>Zu;>oW3wQ*7~5~jyj7?m6T#&E{()o8h?*d4@T zE_~*0ln6e}bo#ut=s8^HYm-Pp@;6}QytQovMJYoFQH3}S%~ig$S%Ug(B? zaN1jsI1_p6+lZk?;u{^$j;z;x#=X%ZLMug!-e@WIMyLFlxNW2gv!KOQr!nH4NeUQIMm zK}iaer9M0?V2P5j9`80XM18=YWDrJDZ6u90`g{F*2(~xSYA|So6$gHPFl-m+i#Pbx6x!6e(#cA;ZA## z_N9H|P^eWYi5dqu^|4H$rb?P?&*HZVVcYpcH_6 zgKEXwSgE75Y=p$9y>TWf&+PR!1+Cp`Y!iB88?8v6=qQOlA9hQ~A$yUZycdr)0FD*PDA7ePE4D8psCnP9_d**)Jr*P+L z$op3zhU;_97SY3bWF)~X+B92`whM^wMgyNe*pwhH#7laU$HxbrEVu4gGRH_zfHcxtA+x0_njY3!14nQHys6RRh)_I)QHE_qLll zV#dO;)7di8K5t^yT4uJ?37N!-zGQRSLki=%U8n(@OVijb+ew2nsCy@AH)NEQ6pFlm z81{Xe5|(x^QI&t|7=S0a>=JJ> zWJ+ydPs?L*BmINqCyoO{X$3q9K=6zxZP!|9SFXM8wFw;!efhlkM*27W$WY^??z{%l zh||%L^GfDSnTx~F1JWW_GNtTu!~o5z4l$^8I!>xExwKs@a{EoeZD-EFAlWE$Ikp`e zJ;T&+Lxjj!m(JTtA#B0%8~)SKb9O4{8O9L#G%SWTYWvHt9Lo}zs4+<@lW)T)#eEGo z;Jl$eR2Rr=FveL~)OUhA7G={MDQ216p_y%4n5?itm3ES9dnZx#y~(&472(oWo=0lu z`)mZ1OMPruTq?-(>{Sw!U)(owp9}-LZ=9Qp4%p6LuSz6&0|%>qeV+cDIvGoh^HylL<2>gaMQx@ zT!s~BHw~MWlEp1V5jIrUyko{0#i+Q{D4BJVq|Hgjl5X0dWhACt;MWmVQPvpsBtd)rb6^9PabQP?tqUFh*SEzPIG(y!{Nv|7z{ z#o%BmE~Wz|V;e^~(_72{c7wsNF=&J&sr-HEAh*1p!f|*W*_okwl0OMd5NePCPw9pX; z4t(Nsr))H9t7=-t>(0NHPq#TDy_t#%!afB9h~q&4BhBssE0Z5)-zDdy zwaash@qjfq2}9i6BoxhklB8`ajM|Y+ zu`9totacU2AL_c&azkTRTBb>NCz%O$8n?6S#NE`o6PQ;gnyWBfX_>Opm84l&k&3PM zf@b0c?Xt&9n>Q5}JeZ)jt6d{BygC8~I zSRsmBVyq-O{sDV9%G;Ln&w%u==GQ+q);}_0_yYy@>37~H=WlKO`W0hiJ65FWj)AuM zU3cBX(QMZs=jma`7poiav+eyR{o+UnUmb%lTU0|Dr6=nW(|NwLH`wAEf1l=qIDOAb&^B90E3^luG!^JEb>`bXHy75;h4&RgEU{Jj2U7y8RCT5-Yo z=Pu*7XcHEee#GZSiarr1E6@g$sGaWh*P`K~0ayK%Q|@a39;d7;%6e9l)OQ)xWoa#k z{gYu(S7nTjey?OjM8)ap=>eQ*cm|pZ_ZTVBj(N}la;K?0SWgH07LARLt?A5e`M|P8 zXgWM1F+B6sBn@y7=Z2_pDQYo}M+lYMCfD{~+$pENu=@9}ab~d<{>6o;l@D@-Ur!f} zo0ppYwUTpqldumr>8jGrNR3R3o*mix$IyN{%F zRQadXuF}2^=Keh7*0&3K29nKamNy))Lknb};XB7TG#gh_FMUiuvu5z%U=|`D>MXCe z+0}9VT< zX+7|Va(}ff!Md&G`S`5y5^6lyoab6rkesX(A_<~pT*Jl9y0ZmYj`L;9qt>I%+ft6x zENzr^!1pWlbN99^XDD}W%TjQ0tLER<&#e=s9U08^+CqaUODT3kxxKNJUH)tnPv-@} z6!~h9M*epB#+3tRHsE7ThH6^47jot?PPHh4nC(Wjn#t7k&VnVOisZL3My)GTA}f&Z z(#E)k_ZbDVr7A^D9{UXYaA&59%@G@8T}N{%4>I)1I&$2DhF<*O5h+c;E3?KoTE97O zBP5@tS;sjyypga0myz`g56Oz(>pBvL>dO;xe{I5-y3wrg!1T(H%bIDdMYu8{XUSdlvSn>*4(y?p(>9 z*WKb|lmAh8L!=#VZ~;7qUF!Qm=N)B)P=|(SZjq*b6&pU_xci?t>_K4-h6=cK!*Y7yL$&+iI zVVZr1yppIX?qtuPRzJVxx)(&R6B%K2R@5%v!89@!r0uHc(Ka%}CSY*ZfoSTf)Ma9n zGH1XP>Pl~zQ`(gv!32rL_|?%cn60_M=IM8#4!d?|_KNn%9jqts#eTrx5T{D8 z_Q=Ps-Ok;^^tdLzihDFuPjg-mTZZIdya>8q2+F7Wx6gc{K+aX;Chf>h8=e?$6=kKlnm)|y)11#)1wh5!T>&M=mkQGj3h>LoL@4D&W zZ~@%2%teTkKbzrgrnXY0)fVzaI=p=59a2!x`4Z!-B7P?H+Uk=YK#^bNFK93Xs)1jMVqk~xEN9AYxf0t zed~>uM{!A;2&)l|LW+iJb%M(DX>MwK%?`>r&2Tm@w~Tu_1AUJ(`OoK@*0U7nt(x3d z3}?Y)5EyZg+e*inEim?T8pYAb?EIWYdz`KY%L%Hc08bq=j6pN7&sd2ikt%L>7~AGd zSlj@;5V~Rj)-w$WNoxVGa0`Kr(z>Wk!77l+&=ME)Q7Z)So@UUdIbU}|!*50vG+KI( z${gc4-M1Jv?hw4rw1TFF+$3QJvC!;>RYNo3gBKhgsjz9uZOyG)CBof;dfGtP7^FnT zzCwi=l^qV^j1zS2P&=Y`5Bfpo&erpgMykEHQr_HMI`H8#k%dRg2%S!C-j@z+BJPBY zS`W8yS0+WH-gmjTWu-DNw@in~4-1!9=IaK_lx4tpwVC&g{5CDYHuZ;6VjVJMaA|3G z%Tbj_EN6wJw*7+J;`#vH%__bhzqf3ha_xbOW>NXUIWM@JL2L+Nsq%yi$l}YDH4bqd zuC&oP#^t&4kJAHrr#y_h)Kx)Fb9tt5o$D^X$#~Ia`MED$mf(Ep_zNh`SS3q!o^?sC zc8vw8b*{@wjOk#sxuSJGAY~6jTi}n)cC^dxE>wml!nR>Z_K1}*rbX2O-x?ImJ%%>} zYu~vea~HcI2?d!AiSu5=;{a#DX$@J0PHpbi{ND+gXS zbL3l~*W7Gt|Ara5)DeJJK(HN4uH5-%&(SCu{Z`fJOce?UaCvft-QhR1XxWNxXswW0 z#wvflR+X!QQt%*X2mJ(lD_3F71HSFkH8al@y#%iVN1kSMuB4@sj*jeim2>2VPfgcN zkXh}r`^%XNo5ojfDo>poui_nBjo$XK40#9W}M?VkyVh2_&4JcQtiZ4oFkuI#aSibq}&Gxhu%WfO*#!mt<20X zPL&ZrrpUWS+0^{8*$vXV@nu8i665_~cG_xO7yaIm2p(6Lm7T5b!x5JAu_=%spEYEh z`#RU9oc-kGhr6Gg{L)ZP%w;iAIfixo{4$%R*@?U{XMpzBN>!VX(;t3=&fRapruOya z^9Ke7yrBvPz6$@lrEH|mqc4w!m|UP!{Q7j*vtrh{&lR#hetCooF)x;R{P73uS&I?( zbk3U0#%NPuJ^VEe7h|Ra^4CsA2-4ooHRUXyuaKb-F&k%6z?odewQRQwR>{v~FvIC! zWmdu3#|dy;8jBqO+;sIYmJGo(YRM{`9PW=AO_5d_^Hf4ow4JN%h# zn{{_Ndn(2T^R&^iE@tc*`?ay;TD$8)<*e^trwxn-PD5g!VR_aVbzztF(%4TnLIMQ- z5CNe9yRRJn;9ChVVvsY=eiFU|)Qm>ZFZcXxCk^cz$3H!C2C@#Dpf)mMklSB(1XjUc z93-6wtfl94lWo1jh>e+>tOFhjSzJ zHo;L_|Nor`@x2P9r!pQE!#HgjvA|j`#K-NcIe(`=L-KT@RTd;^Usgx(91&?IuZnLD`wXJuIi4tO?Z(;lXIb=2l2qKaUo2*3fZ-(xz6b4?zn#V@GIGzuJnatXosK_<#T|{uvw<$vn!g1z z>YMT3Lyors2CUfpKT*u9aQ?*SyzV;cdPhU=YQ{bXW-38PTw&zKH!d#69*=$V`^KS2 zV$v!bT@>nd5pG56Bv);D;&vXY3z@0>@ckuyH9c$+*b%IHqQ0 zW^=z8mS!FtsOluStZo;(>&}Gs+>4pBjC8+C*n?zwxbc(I%?qdGigs+W<8C$J?*9jE z+>CPnty?{H5eZc$U zI_qq$zrZr}b#Zkra!F?Uyj?vU{V&+h0Zma3MYFDU_Xafg5q$pL*r&Fw275DaB?nl^ uiO36=cA`+n{mz+H-5<(ZF=h7A(#Tvj<9lahrvopad!Lwk*7HsZ%6|ho_V(QX literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 00000000000..58847456cc3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po @@ -0,0 +1,1286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jafry Hisham, 2021 +# Mariusz Felisiak , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-12-06 07:43+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Bahasa Afrikaans" + +msgid "Arabic" +msgstr "Bahasa Arab" + +msgid "Algerian Arabic" +msgstr "Bahasa Arab Algeria" + +msgid "Asturian" +msgstr "Bahasa Asturia" + +msgid "Azerbaijani" +msgstr "Bahasa Azerbaijan" + +msgid "Bulgarian" +msgstr "Bahasa Bulgaria" + +msgid "Belarusian" +msgstr "Bahasa Belarus" + +msgid "Bengali" +msgstr "Bahasa Benggali" + +msgid "Breton" +msgstr "Bahasa Breton" + +msgid "Bosnian" +msgstr "Bahasa Bosnia" + +msgid "Catalan" +msgstr "Bahasa Catalonia" + +msgid "Czech" +msgstr "Bahasa Czech" + +msgid "Welsh" +msgstr "Bahasa Wales" + +msgid "Danish" +msgstr "Bahasa Denmark" + +msgid "German" +msgstr "Bahasa Jerman" + +msgid "Lower Sorbian" +msgstr "Bahasa Sorbian Rendah" + +msgid "Greek" +msgstr "Bahasa Yunani" + +msgid "English" +msgstr "Bahasa Inggeris" + +msgid "Australian English" +msgstr "Bahasa Inggeris Australia" + +msgid "British English" +msgstr "Bahasa Inggeris British" + +msgid "Esperanto" +msgstr "Bahasa Esperanto" + +msgid "Spanish" +msgstr "Bahasa Sepanyol" + +msgid "Argentinian Spanish" +msgstr "Bahasa Sepanyol Argentina" + +msgid "Colombian Spanish" +msgstr "Bahasa Sepanyol Kolumbia" + +msgid "Mexican Spanish" +msgstr "Bahasa Sepanyol Mexico" + +msgid "Nicaraguan Spanish" +msgstr "Bahasa Sepanyol Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Bahasa Sepanyol Venezuela" + +msgid "Estonian" +msgstr "Bahasa Estonia" + +msgid "Basque" +msgstr "Bahasa Bask" + +msgid "Persian" +msgstr "Bahasa Farsi" + +msgid "Finnish" +msgstr "Bahassa Finland" + +msgid "French" +msgstr "Bahasa Perancis" + +msgid "Frisian" +msgstr "Bahasa Frisia" + +msgid "Irish" +msgstr "Bahasa Ireland" + +msgid "Scottish Gaelic" +msgstr "Bahasa Gael Scotland" + +msgid "Galician" +msgstr "Bahasa Galisia" + +msgid "Hebrew" +msgstr "Bahasa Ibrani" + +msgid "Hindi" +msgstr "Bahasa Hindi" + +msgid "Croatian" +msgstr "Bahasa Kroatia" + +msgid "Upper Sorbian" +msgstr "Bahasa Sorbia Atasan" + +msgid "Hungarian" +msgstr "Bahasa Hungary" + +msgid "Armenian" +msgstr "Bahasa Armenia" + +msgid "Interlingua" +msgstr "Bahasa Interlingua" + +msgid "Indonesian" +msgstr "Bahasa Indonesia" + +msgid "Igbo" +msgstr "Bahasa Igbo" + +msgid "Ido" +msgstr "Bahasa Ido" + +msgid "Icelandic" +msgstr "Bahasa Iceland" + +msgid "Italian" +msgstr "Bahasa Itali" + +msgid "Japanese" +msgstr "Bahasa Jepun" + +msgid "Georgian" +msgstr "Bahasa Georgia" + +msgid "Kabyle" +msgstr "Bahasa Kabylia" + +msgid "Kazakh" +msgstr "Bahasa Kazakhstan" + +msgid "Khmer" +msgstr "Bahasa Kambodia" + +msgid "Kannada" +msgstr "Bahasa Kannada" + +msgid "Korean" +msgstr "Bahasa Korea" + +msgid "Kyrgyz" +msgstr "Bahasa Kyrgyzstan" + +msgid "Luxembourgish" +msgstr "Bahasa Luxemborg" + +msgid "Lithuanian" +msgstr "Bahasa Lithuania" + +msgid "Latvian" +msgstr "Bahasa Latvia" + +msgid "Macedonian" +msgstr "Bahasa Masedonia" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Bahasa Mongol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Bahasa Melayu" + +msgid "Burmese" +msgstr "Bahasa Burma" + +msgid "Norwegian Bokmål" +msgstr "Bahasa Bokmal Norway" + +msgid "Nepali" +msgstr "Bahasa Nepal" + +msgid "Dutch" +msgstr "Belanda" + +msgid "Norwegian Nynorsk" +msgstr "Bahasa Nynorsk Norway" + +msgid "Ossetic" +msgstr "Bahasa Ossetic" + +msgid "Punjabi" +msgstr "Bahasa Punjab" + +msgid "Polish" +msgstr "Bahasa Poland" + +msgid "Portuguese" +msgstr "Bahasa Portugal" + +msgid "Brazilian Portuguese" +msgstr "Bahasa Portugal Brazil" + +msgid "Romanian" +msgstr "Bahasa Romania" + +msgid "Russian" +msgstr "Bahasa Rusia" + +msgid "Slovak" +msgstr "Bahasa Slovakia" + +msgid "Slovenian" +msgstr "Bahasa Slovenia" + +msgid "Albanian" +msgstr "Bahasa Albania" + +msgid "Serbian" +msgstr "Bahasa Serbia" + +msgid "Serbian Latin" +msgstr "Bahasa Latin Serbia" + +msgid "Swedish" +msgstr "Bahasa Sweden" + +msgid "Swahili" +msgstr "Bahasa Swahili" + +msgid "Tamil" +msgstr "Bahasa Tamil" + +msgid "Telugu" +msgstr "Bahasa Telugu" + +msgid "Tajik" +msgstr "Bahasa Tajik" + +msgid "Thai" +msgstr "Bahasa Siam" + +msgid "Turkmen" +msgstr "Bahasa Turkmenistan" + +msgid "Turkish" +msgstr "Bahasa Turki" + +msgid "Tatar" +msgstr "Bahasa Tatar" + +msgid "Udmurt" +msgstr "Bahasa Udmurt" + +msgid "Ukrainian" +msgstr "Bahasa Ukraine" + +msgid "Urdu" +msgstr "Bahasa Urdu" + +msgid "Uzbek" +msgstr "Bahasa Uzbekistan" + +msgid "Vietnamese" +msgstr "Bahasa Vietnam" + +msgid "Simplified Chinese" +msgstr "Bahasa Cina (Dipermudahkan)" + +msgid "Traditional Chinese" +msgstr "Bahasa Cina Tradisional" + +msgid "Messages" +msgstr "Mesej" + +msgid "Site Maps" +msgstr "Peta Laman" + +msgid "Static Files" +msgstr "Fail Statik" + +msgid "Syndication" +msgstr "Sindikasi" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Nombor ruangan itu bukanlah integer" + +msgid "That page number is less than 1" +msgstr "Nombor ruangan itu kurang daripada 1" + +msgid "That page contains no results" +msgstr "Ruangan itu tiada keputusan" + +msgid "Enter a valid value." +msgstr "Masukkan nilai yang sah." + +msgid "Enter a valid URL." +msgstr "Masukkan URL yang sah." + +msgid "Enter a valid integer." +msgstr "Masukkan integer yang sah." + +msgid "Enter a valid email address." +msgstr "Masukkan alamat emel yang sah." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Masukkan \"slug\" yang sah yang mengandungi huruf, nombor, garisan atau " +"tanda sempang." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Masukkan \"slug\" yang sah yang mengandungi huruf Unicode, nombor, garisan, " +"atau tanda sempang." + +msgid "Enter a valid IPv4 address." +msgstr "Masukkan alamat IPv4 yang sah." + +msgid "Enter a valid IPv6 address." +msgstr "Masukkan alamat IPv6 yang sah." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Masukkan alamat IPv4 atau IPv6 yang sah." + +msgid "Enter only digits separated by commas." +msgstr "Hanya masukkan digit yang dipisahkan oleh koma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Pastikan nilai ini adalah %(limit_value)s (ia adalah %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Pastikan nilai ini kurang daripada atau sama dengan %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Pastikan nilai ini lebih daripada atau sama dengan %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Pastikan nilai ini mempunyai sekurang-kurangnya %(limit_value)d karater (ia " +"mempunyai %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Pastikan nilai ini mempunyai sepalingnya %(limit_value)d karakter (ia " +"mempunyai %(show_value)d)." + +msgid "Enter a number." +msgstr "Masukkan nombor." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Pastikan jumlah tidak melebihi %(max)s digit." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Pastikan titik perpuluhan tidak melebihi %(max)s." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Pastikan jumlah digit tidak melebihi %(max)s sebelum titik perpuluhan." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Sambungan fail \"%(extension)s\" tidak dibenarkan. Sambungan yang dibenarkan " +"adalah: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Karakter Null tidak dibenarkan." + +msgid "and" +msgstr "dan" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s dengan %(field_labels)s ini sudah wujud." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nilai %(value)r bukan pilihan yang sah." + +msgid "This field cannot be null." +msgstr "Medan ini tidak boleh null." + +msgid "This field cannot be blank." +msgstr "Medan ini tidak boleh dibiarkan kosong." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s dengan %(field_label)s ini sudah wujud." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s mesti unik untuk %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Jenis medan: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Nilai \"%(value)s\" mesti samada True atau False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Nilai \"%(value)s\" mesti samada True, False, atau None." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Samada True atau False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (sehingga %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Integer dipisahkan dengan koma" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Nilai \"%(value)s\" mempunyai format tarikh yang tidak sah. Format harus " +"berbentuk YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Nilai \"%(value)s\" mempunyai format yang betul (YYYY-MM-DD) tetapi ia " +"adalah tarikh yang tidak sah." + +msgid "Date (without time)" +msgstr "Tarikh (tanpa masa)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Nilai \"%(value)s\" mempunyai format yang tidak sah. Format harus berbentuk " +"YYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Nilai \"%(value)s\" mempunyai format yang betul (YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) tetapi ia adalah tarikh/masa yang tidak sah." + +msgid "Date (with time)" +msgstr "Tarikh (dengan masa)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Nilai \"%(value)s\" mesti dalam bentuk nombor titik perpuluhan." + +msgid "Decimal number" +msgstr "Nombor titik perpuluhan" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Nilai \"%(value)s\" mempunyai format yang tidak sah. Format harus berbentuk " +"[DD] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Jangka-masa" + +msgid "Email address" +msgstr "Alama emel" + +msgid "File path" +msgstr "Laluan fail" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Nilai \"%(value)s\" mesti dalam bentuk titik terapung." + +msgid "Floating point number" +msgstr "Nombor titik terapung" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Nilai \"%(value)s\" mesti dalam bentuk integer." + +msgid "Integer" +msgstr "Integer" + +msgid "Big (8 byte) integer" +msgstr "Integer besar (8 bait)" + +msgid "Small integer" +msgstr "Integer kecil" + +msgid "IPv4 address" +msgstr "Alamat IPv4" + +msgid "IP address" +msgstr "Alamat IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Nilai \"%(value)s\" mesti samada None, True, atau False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (samada True, False, None)" + +msgid "Positive big integer" +msgstr "Integer besar positif" + +msgid "Positive integer" +msgstr "Integer positif" + +msgid "Positive small integer" +msgstr "Integer kecil positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (sehingga %(max_length)s)" + +msgid "Text" +msgstr "Teks" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Nilai \"%(value)s\" mempunyai format yang tidak sah. Format harus berbentuk " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Nilai \"%(value)s\" mempunyai format yang betul (HH:MM[:ss[.uuuuuu]]) tetapi " +"ia mempunyai masa yang tidak sah." + +msgid "Time" +msgstr "Masa" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data binari mentah" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "UUID \"%(value)s\" tidak sah." + +msgid "Universally unique identifier" +msgstr "Pengecam unik universal" + +msgid "File" +msgstr "Fail" + +msgid "Image" +msgstr "Imej" + +msgid "A JSON object" +msgstr "Objek JSON" + +msgid "Value must be valid JSON." +msgstr "Nilai harus dalam bentuk JSON yang sah." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s dengan %(field)s %(value)r tidak wujud." + +msgid "Foreign Key (type determined by related field)" +msgstr "Kunci Asing (jenis ditentukan oleh medan yang berkaitan)" + +msgid "One-to-one relationship" +msgstr "Hubungan satu-ke-satu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Hubungan %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Hubungan %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Hubungan banyak-ke-banyak" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Medan ini diperlukan." + +msgid "Enter a whole number." +msgstr "Masukkan nombor bulat." + +msgid "Enter a valid date." +msgstr "Masukkan tarikh yang sah." + +msgid "Enter a valid time." +msgstr "Masukkan masa yang sah." + +msgid "Enter a valid date/time." +msgstr "Masukkan tarikh/masa yang sah." + +msgid "Enter a valid duration." +msgstr "Masukkan jangka-masa yang sah." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Jumlah hari mesti diantara {min_days} ke {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Tiada fail yang dihantar. Periksa jenis encoding pada borang." + +msgid "No file was submitted." +msgstr "Tiada fail yang dihantar." + +msgid "The submitted file is empty." +msgstr "Fail yang dihantar kosong." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Pastikan nama fial ini tidak melebihi %(max)d karakter (ia mempunyai " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Sila hantar fail atau tandakan pada kotak, bukan kedua-duanya sekali. " + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Muatnaik imej yang sah. Fail yang anda muatnaik samada bukan imej atau imej " +"yang rosak." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Pilih pilihan yang sah. %(value)s bukan pilihan yang tersedia." + +msgid "Enter a list of values." +msgstr "Masukkan senarai nilai." + +msgid "Enter a complete value." +msgstr "Masukkan nilai yang lengkap." + +msgid "Enter a valid UUID." +msgstr "Masukkan UUID yang sah." + +msgid "Enter a valid JSON." +msgstr "Masukkan JSON yang sah." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "%(error)s (Medan tersorok %(name)s)" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Data ManagementForm tidak dijumpai atau telah diusik. Medan yang hilang: " +"%(field_names)s. Anda mungkin perlu menghantar laporan pepijat sekiranya " +"masalah masih berterusan." + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Sila hantar tidak lebih dari %d borang." + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Sila hantar sekurang-kurangnya %d borang." + +msgid "Order" +msgstr "Susunan" + +msgid "Delete" +msgstr "Padam" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Sila betulkan data duplikasi bagi %(field)s" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Sila betulkan data duplikasi bagi %(field)s, yang mana mestilah unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Sila betulkan data duplikasi bagi %(field_name)s yang mana mestilah unik " +"untuk %(lookup)s didalam %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Sila betulkan nilai-nilai duplikasi dibawah." + +msgid "The inline value did not match the parent instance." +msgstr "Nilai didalam barisan tidak sepadan dengan parent instance." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Pilih pilihan yang sah. Pilihan itu tidak ada didalam senarai pilihan." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" bukan nilai yang sah." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s tidak dapat diterjemahkan ke dalam zon masa " +"%(current_timezone)s; ia mungkin samar-samar atau tidak wujud." + +msgid "Clear" +msgstr "Kosongkan" + +msgid "Currently" +msgstr "Kini" + +msgid "Change" +msgstr "Tukar" + +msgid "Unknown" +msgstr "Tidak diketahui" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Tidak" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ya,tidak,mungkin" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bait" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "malam" + +msgid "a.m." +msgstr "pagi" + +msgid "PM" +msgstr "MALAM" + +msgid "AM" +msgstr "PAGI" + +msgid "midnight" +msgstr "tengah malam" + +msgid "noon" +msgstr "tengahari" + +msgid "Monday" +msgstr "Isnin" + +msgid "Tuesday" +msgstr "Selasa" + +msgid "Wednesday" +msgstr "Rabu" + +msgid "Thursday" +msgstr "Khamis" + +msgid "Friday" +msgstr "Jumaat" + +msgid "Saturday" +msgstr "Sabtu" + +msgid "Sunday" +msgstr "Ahad" + +msgid "Mon" +msgstr "Isn" + +msgid "Tue" +msgstr "Sel" + +msgid "Wed" +msgstr "Rab" + +msgid "Thu" +msgstr "Kha" + +msgid "Fri" +msgstr "Jum" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Aha" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Mac" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Jun" + +msgid "July" +msgstr "Julai" + +msgid "August" +msgstr "Ogos" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Disember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ogo" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dis" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb" + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mac" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julai" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ogo." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dis." + +msgctxt "alt. month" +msgid "January" +msgstr "Januari" + +msgctxt "alt. month" +msgid "February" +msgstr "Februari" + +msgctxt "alt. month" +msgid "March" +msgstr "Mac" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Jun" + +msgctxt "alt. month" +msgid "July" +msgstr "Julai" + +msgctxt "alt. month" +msgid "August" +msgstr "Ogos" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Disember" + +msgid "This is not a valid IPv6 address." +msgstr "Alamat IPv6 ini tidak sah." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s ..." + +msgid "or" +msgstr "atau" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d tahun" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d bulan" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d minggu " + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d hari" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d jam" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minit" + +msgid "Forbidden" +msgstr "Dilarang" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verifikasi VSRF gagal. Permintaan dihentikan." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Anda melihat mesej ini kerana laman HTTPS ini memerlukan \"Referer header\" " +"dihantar ke pelayar sesawang anda, tetapi ia tidak dihantar. Header ini " +"diperlukan bagi tujuan keselamatan, agar dapat memastikan pelayar anda tidak " +"dirampas oleh pihak ketiga." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Sekiranya anda telah menetapkan pelayar anda untuk mematikan header \"Referer" +"\", sila hidupkannya semula, sekurang-kurangya bagi laman ini, atau bagi " +"sambungan HTTPS, atau bagi permintaan \"same-origin\"." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Sekiranya anda menggunakan tag atau memasukkan header \"Referer-Policy: no-referrer\", sila buangkan " +"ia. Perlindungan CSRF memerlukan header \"Referer\" untuk melakukan " +"penyemakan referer yang ketat. Sekiranya anda risau tentang privasi anda, " +"gunakan alternatif seperti bagi pautan laman pihak " +"ketiga." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Anda melihat mesej ini kerana laman ini memerlukan cookie CSRF apabila " +"menghantar borang. Cookie ini diperlukan bagi tujuan keselamatan, bagi " +"memastikan pelayar anda tidak dirampas oleh pihak ketiga." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Sekiranya anda telah menetapkan pelayar anda untuk tidak menerima cookie, " +"sila hidupkannya semula, sekurang-kurangnya bagi laman ini, atau bagi " +"permintaan \"same-origin\"." + +msgid "More information is available with DEBUG=True." +msgstr "Maklumat lanjut boleh didapati dengan menetapkan DEBUG=True." + +msgid "No year specified" +msgstr "Tiada tahun diberikan" + +msgid "Date out of range" +msgstr "Tarikh diluar julat" + +msgid "No month specified" +msgstr "Tiada bulan diberikan" + +msgid "No day specified" +msgstr "Tiada hari diberikan" + +msgid "No week specified" +msgstr "Tiada minggu diberikan" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s tiada" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s masa depan tiada kerana %(class_name)s.allow_future " +"adalah False. " + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"\"%(datestr)s\" tarikh yang diberikan tidak sah mengikut format \"%(format)s" +"\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Tiada %(verbose_name)s mengikut pertanyaan yang dimasukkan" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Ruangan ini bukan \"last\", dan tidak boleh ditukar kepada int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ruangan tidak sah (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Senarai kosong dan \"%(class_name)s.allow_empty\" adalah False." + +msgid "Directory indexes are not allowed here." +msgstr "Indeks Direktori tidak dibenarkan disini." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" tidak wujud" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Pemasangan berjaya dilakukan! Tahniah!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Lihat nota pelepasan bagi Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Anda melihat ruangan ini kerana DEBUG=True terdapat didalam fail tetapan anda dan anda tidak " +"menetapkan sebarang URL." + +msgid "Django Documentation" +msgstr "Dokumentasi Django" + +msgid "Topics, references, & how-to’s" +msgstr "Topik, rujukan, & bagaimana-cara" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: App Soal-Selidik" + +msgid "Get started with Django" +msgstr "Mulakan dengan Django" + +msgid "Django Community" +msgstr "Komuniti Django" + +msgid "Connect, get help, or contribute" +msgstr "Sambung, minta bantuan, atau sumbang" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c02ecf6ceb52f87d3c81f0934be15b1f5284eb8 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^>d5$E!Ixi5ZRb|O@KgiC7<)2=brZ*%l?x{!~i}&J{LNRFaUppVsk=karYjJ zp8x>^Ai^L}$Os|QAkl$wfWk%?9U6xyVno^iQNIX-!a0g_6vd1fiW_lsWE@Qr*<&x< zWhGXh5mk>`sT^DN$P%l2WS1>@VFYccdy!RQtGB`OY{a8DJC77u3&Ksivi3=J$f^V<;v%rbk5bh)FV{jTHf(K#m4pGUE}}g-nd7%#>r#j z1KKsN>5?cciQFxTzkr-g%;EyCiDpSrC0?7wwTiSYlEKX`pmmW~O-Yfp^2Ts-UkSXv zA#|;*sG7MuHT{70#+52+E$GxurDR@;;>Q`YvQ^}2U0ctq%`)59*ypq$eyB+NC$lD2 zd6m}`b;f9ArC#G@VTUEOWZ^FmeX)rx%a8{7pyf7yoLoZ+=QXf!Ps3f)G(?Fg3b zK*1Wr(QtxR1dgr#81_0>a4;Etar$oxuU$$n literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/formats.py new file mode 100644 index 00000000000..d06719fee3a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ms/formats.py @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j M Y" # '25 Oct 2006' +TIME_FORMAT = "P" # '2:30 p.m.' +DATETIME_FORMAT = "j M Y, P" # '25 Oct 2006, 2:30 p.m.' +YEAR_MONTH_FORMAT = "F Y" # 'October 2006' +MONTH_DAY_FORMAT = "j F" # '25 October' +SHORT_DATE_FORMAT = "d/m/Y" # '25/10/2006' +SHORT_DATETIME_FORMAT = "d/m/Y P" # '25/10/2006 2:30 p.m.' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + "%d %b %Y", # '25 Oct 2006' + "%d %b, %Y", # '25 Oct, 2006' + "%d %B %Y", # '25 October 2006' + "%d %B, %Y", # '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d/%m/%Y %H:%M:%S", # '25/10/2006 14:30:59' + "%d/%m/%Y %H:%M:%S.%f", # '25/10/2006 14:30:59.000200' + "%d/%m/%Y %H:%M", # '25/10/2006 14:30' + "%d/%m/%y %H:%M:%S", # '25/10/06 14:30:59' + "%d/%m/%y %H:%M:%S.%f", # '25/10/06 14:30:59.000200' + "%d/%m/%y %H:%M", # '25/10/06 14:30' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..06d9129bcc8b45d333bd0009ff74cbe133b0108d GIT binary patch literal 2589 zcmZ{jPi$009LGmR!1W)3fAIektpet?Tak#{V8TL68d%xXErgqo?sWU;?tAsUS4ugU zhrx?_Fe<2sHk{O05H5mPd+?wKJQ)reBFRfkID67?^7ETF+fpo(o%y_(`ThCMZ)UHo zTyj*=*3%!OH*Zm@2hQBeK>O;peEn;9JM*6{f3^J0@^{NCP+b3lcfhM~Df}BQga2Bp zB}(1Pd^r@m)ll}=K*_TnieJ(4C3rXUSD@JKg#1*ELG1QI@p~N>;4r)kzG2tjgyMGu ziv4>~bbe^}kJ@}T8$_yp@SmY1QN;~HEImmyB-=D-JF5lXy1xB-qr@t?B$vrzmmLGjP* z`ZXwbz5=n2!X7Ab_rR5~0p(r}!RO!+ScKDd{ZA-)u39d|So}Mn=-LRye}`QkwA4`c z$1UHr>nEY;JZm{?*DpfRciHkE$WN`}k}0QJMSq+wxur?$hv=eB-t)tBc{g$MD0FZA}g{I*d|F(RC+X+LQFB>5s_7HmR@F?jHJsc1^H? zE^kWC+iv&s!P79UgOReDbIKceR#rRK#{MC_uI}ucO!UH8tU6+6ds)UEW~`X8YQ|bw zZKROSZ_sE$RUU6PyhwJodWqK* z9@0Z2YMU3x_BP$r$mnf(e$(;l^+?CDYWw#2O|7=;sD;<|Nb6D6U!61RuO4`De$w(9 zTJ;BsZsWM+7?qp> zujNOfQwbxlsblto#yE#_Yuam-obq_o(y?~djwH!gsjF*ZVxlt>LVPUAe3_ zD7bO&YE5>nD^&U`z4Hg??kpCzhSV%T!Q>bc6ROiS*7W?K#~B*&qF5)J2Wx%qrg=Nb zHLN4IHy8@*e$Xg6oA&w1oXnEbnk-bCe zF^-xT@0-Mn1Ym;{pDnU&1b>vrS6O<}m>e^z`1 zYa&pHbM1o@f#k>MLVcX2Gv=_UBF7h|V6!H79`gHkNOtGboiVF~CnGu*ghVGlk`fXr zR`X#KSvHXNfk`GiCIThJRyN3hHdZ+`H)qW$1Q|$$VV;w?7%^H^=6KTt!1SiNiHSLn zLoBf60?EPaAgoo%6301}2bwoF!jQ0d!vEV*)zjHw(k$Y@5x+wPDbj^iU}Gjr-!YdZ z@+b+a=1xN>q_RQ<&asW?DRUZII_BIPCWIx9dGscnxM0u2Cj(mTQJG`Ig, 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "အာဖရိကန်" + +msgid "Arabic" +msgstr "အာရပ်" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "ဘူဂေးရီယန်" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "ဘင်းဂလီ" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "ဘော့်စ်နီယန်" + +msgid "Catalan" +msgstr "ကက်တလန်" + +msgid "Czech" +msgstr "ချက်" + +msgid "Welsh" +msgstr "ဝေးလ်" + +msgid "Danish" +msgstr "ဒိန်းမတ်" + +msgid "German" +msgstr "ဂျာမန်" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ဂရိ" + +msgid "English" +msgstr "အင်္ဂလိပ်" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ဗြိတိသျှအင်္ဂလိပ်" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "စပိန်" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "" + +msgid "French" +msgstr "" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "" + +msgid "Italian" +msgstr "" + +msgid "Japanese" +msgstr "" + +msgid "Georgian" +msgstr "" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "" + +msgid "Russian" +msgstr "" + +msgid "Slovak" +msgstr "" + +msgid "Slovenian" +msgstr "" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "" + +msgid "Traditional Chinese" +msgstr "" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +msgid "Enter a number." +msgstr "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "နှင့်" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "အီးမေးလ်လိပ်စာ" + +msgid "File path" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "ကိန်းပြည့်" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "IPv4 address" +msgstr "အိုင်ပီဗီ၄လိပ်စာ" + +msgid "IP address" +msgstr "အိုင်ပီလိပ်စာ" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "စာသား" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "" + +msgid "URL" +msgstr "ယူအာအယ်" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "ဖိုင်" + +msgid "Image" +msgstr "ပံု" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "" + +msgid "Enter a whole number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "မှာကြား" + +msgid "Delete" +msgstr "ပယ်ဖျက်" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Unknown" +msgstr "အမည်မသိ" + +msgid "Yes" +msgstr "ဟုတ်" + +msgid "No" +msgstr "မဟုတ်" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ဘိုက်များ" + +#, python-format +msgid "%s KB" +msgstr "%s ကီလိုဘိုက်" + +#, python-format +msgid "%s MB" +msgstr "%s မက်ဂါဘိုက်" + +#, python-format +msgid "%s GB" +msgstr "%s ဂစ်ဂါဘိုက်" + +#, python-format +msgid "%s TB" +msgstr "%s တီရာဘိုက်" + +#, python-format +msgid "%s PB" +msgstr "%s ပီတာဘိုက်" + +msgid "p.m." +msgstr "ညနေ" + +msgid "a.m." +msgstr "မနက်" + +msgid "PM" +msgstr "ညနေ" + +msgid "AM" +msgstr "မနက်" + +msgid "midnight" +msgstr "သန်းခေါင်" + +msgid "noon" +msgstr "မွန်းတည့်" + +msgid "Monday" +msgstr "တနင်္လာနေ့" + +msgid "Tuesday" +msgstr "" + +msgid "Wednesday" +msgstr "" + +msgid "Thursday" +msgstr "" + +msgid "Friday" +msgstr "" + +msgid "Saturday" +msgstr "" + +msgid "Sunday" +msgstr "" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgid "jan" +msgstr "" + +msgid "feb" +msgstr "" + +msgid "mar" +msgstr "" + +msgid "apr" +msgstr "" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "" + +msgid "jul" +msgstr "" + +msgid "aug" +msgstr "" + +msgid "sep" +msgstr "" + +msgid "oct" +msgstr "" + +msgid "nov" +msgstr "" + +msgid "dec" +msgstr "" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "" + +msgctxt "alt. month" +msgid "February" +msgstr "" + +msgctxt "alt. month" +msgid "March" +msgstr "" + +msgctxt "alt. month" +msgid "April" +msgstr "" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "" + +msgctxt "alt. month" +msgid "July" +msgstr "" + +msgctxt "alt. month" +msgid "August" +msgstr "" + +msgctxt "alt. month" +msgid "September" +msgstr "" + +msgctxt "alt. month" +msgid "October" +msgstr "" + +msgctxt "alt. month" +msgid "November" +msgstr "" + +msgctxt "alt. month" +msgid "December" +msgstr "" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c4ebbae42c7f6ba51d9f54e0083fd518573a42b0 GIT binary patch literal 27007 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 QOp6`f8M!5~?WOkr0A&+3yZ`_I literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..cb2932b6fd6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,1324 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Alexander Hansen , 2014 +# Eirik Krogstad , 2014 +# Jannis Leidel , 2011 +# jensadne , 2014-2015 +# Jon, 2015-2016 +# Jon, 2014 +# Jon, 2017-2022 +# Jon, 2013 +# Jon, 2011 +# Sigurd Gartmann , 2012 +# Tommy Strand , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-01-17 02:13-0600\n" +"PO-Revision-Date: 2023-04-25 06:49+0000\n" +"Last-Translator: Jon, 2017-2022\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisk" + +msgid "Algerian Arabic" +msgstr "Algerisk arabisk" + +msgid "Asturian" +msgstr "Asturiansk" + +msgid "Azerbaijani" +msgstr "Aserbajdsjansk" + +msgid "Bulgarian" +msgstr "Bulgarsk" + +msgid "Belarusian" +msgstr "Hviterussisk" + +msgid "Bengali" +msgstr "Bengalsk" + +msgid "Breton" +msgstr "Bretonsk" + +msgid "Bosnian" +msgstr "Bosnisk" + +msgid "Catalan" +msgstr "Katalansk" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "Tsjekkisk" + +msgid "Welsh" +msgstr "Walisisk" + +msgid "Danish" +msgstr "Dansk" + +msgid "German" +msgstr "Tysk" + +msgid "Lower Sorbian" +msgstr "Lavsorbisk" + +msgid "Greek" +msgstr "Gresk" + +msgid "English" +msgstr "Engelsk" + +msgid "Australian English" +msgstr "Engelsk (australsk)" + +msgid "British English" +msgstr "Engelsk (britisk)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spansk" + +msgid "Argentinian Spanish" +msgstr "Argentinsk spansk" + +msgid "Colombian Spanish" +msgstr "Colombiansk spansk" + +msgid "Mexican Spanish" +msgstr "Meksikansk spansk" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguansk spansk" + +msgid "Venezuelan Spanish" +msgstr "Venezuelanske spansk" + +msgid "Estonian" +msgstr "Estisk" + +msgid "Basque" +msgstr "Baskisk" + +msgid "Persian" +msgstr "Persisk" + +msgid "Finnish" +msgstr "Finsk" + +msgid "French" +msgstr "Fransk" + +msgid "Frisian" +msgstr "Frisisk" + +msgid "Irish" +msgstr "Irsk" + +msgid "Scottish Gaelic" +msgstr "Skotsk-gælisk" + +msgid "Galician" +msgstr "Galisisk" + +msgid "Hebrew" +msgstr "Hebraisk" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisk" + +msgid "Upper Sorbian" +msgstr "Høysorbisk" + +msgid "Hungarian" +msgstr "Ungarsk" + +msgid "Armenian" +msgstr "Armensk" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisk" + +msgid "Igbo" +msgstr "Ibo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandsk" + +msgid "Italian" +msgstr "Italiensk" + +msgid "Japanese" +msgstr "Japansk" + +msgid "Georgian" +msgstr "Georgisk" + +msgid "Kabyle" +msgstr "Kabylsk" + +msgid "Kazakh" +msgstr "Kasakhisk" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreansk" + +msgid "Kyrgyz" +msgstr "Kirgisisk" + +msgid "Luxembourgish" +msgstr "Luxembourgsk" + +msgid "Lithuanian" +msgstr "Litauisk" + +msgid "Latvian" +msgstr "Latvisk" + +msgid "Macedonian" +msgstr "Makedonsk" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolsk" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malayisk" + +msgid "Burmese" +msgstr "Burmesisk" + +msgid "Norwegian Bokmål" +msgstr "Norsk (bokmål)" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Nederlandsk" + +msgid "Norwegian Nynorsk" +msgstr "Norsk (nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisk" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polsk" + +msgid "Portuguese" +msgstr "Portugisisk" + +msgid "Brazilian Portuguese" +msgstr "Brasiliansk portugisisk" + +msgid "Romanian" +msgstr "Rumensk" + +msgid "Russian" +msgstr "Russisk" + +msgid "Slovak" +msgstr "Slovakisk" + +msgid "Slovenian" +msgstr "Slovensk" + +msgid "Albanian" +msgstr "Albansk" + +msgid "Serbian" +msgstr "Serbisk" + +msgid "Serbian Latin" +msgstr "Serbisk latin" + +msgid "Swedish" +msgstr "Svensk" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tadsjikisk" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "Turkmensk" + +msgid "Turkish" +msgstr "Tyrkisk" + +msgid "Tatar" +msgstr "Tatarisk" + +msgid "Udmurt" +msgstr "Udmurtisk" + +msgid "Ukrainian" +msgstr "Ukrainsk" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Usbekisk" + +msgid "Vietnamese" +msgstr "Vietnamesisk" + +msgid "Simplified Chinese" +msgstr "Forenklet kinesisk" + +msgid "Traditional Chinese" +msgstr "Tradisjonell kinesisk" + +msgid "Messages" +msgstr "Meldinger" + +msgid "Site Maps" +msgstr "Sidekart" + +msgid "Static Files" +msgstr "Statiske filer" + +msgid "Syndication" +msgstr "Syndikering" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Sidenummeret er ikke et heltall" + +msgid "That page number is less than 1" +msgstr "Sidenummeret er mindre enn 1" + +msgid "That page contains no results" +msgstr "Siden inneholder ingen resultater" + +msgid "Enter a valid value." +msgstr "Oppgi en gyldig verdi." + +msgid "Enter a valid URL." +msgstr "Oppgi en gyldig nettadresse." + +msgid "Enter a valid integer." +msgstr "Skriv inn et gyldig heltall." + +msgid "Enter a valid email address." +msgstr "Oppgi en gyldig e-postadresse" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Oppgi en gyldig \"slug\" bestående av bokstaver, nummer, understreker eller " +"bindestreker." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Oppgi en gyldig \"slug\" bestående av Unicode-bokstaver, nummer, " +"understreker eller bindestreker." + +msgid "Enter a valid IPv4 address." +msgstr "Oppgi en gyldig IPv4-adresse." + +msgid "Enter a valid IPv6 address." +msgstr "Oppgi en gyldig IPv6-adresse." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Oppgi en gyldig IPv4- eller IPv6-adresse." + +msgid "Enter only digits separated by commas." +msgstr "Oppgi kun tall adskilt med komma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Verdien må være %(limit_value)s (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Verdien må være mindre enn eller lik %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Verdien må være større enn eller lik %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Verdien må være et multiplum av trinnstørrelse %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sørg for denne verdien har minst %(limit_value)d tegn (den har " +"%(show_value)d)." +msgstr[1] "" +"Sørg for at denne verdien har minst %(limit_value)d tegn (den har " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sørg for denne verdien har %(limit_value)d tegn (den har nå %(show_value)d)." +msgstr[1] "" +"Sørg for at denne verdien har %(limit_value)d eller færre tegn (den har nå " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Oppgi et tall." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sørg for at det er kun %(max)s tall." +msgstr[1] "Sørg for at det er %(max)s eller færre tall totalt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sørg for at det er kun %(max)s desimal." +msgstr[1] "Sørg for at det er %(max)s eller færre desimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Sørg for at det kun %(max)s tall før desimalpunkt." +msgstr[1] "Sørg for at det er %(max)s eller færre tall før desimalpunkt." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Filendelsen \"%(extension)s\" er ikke tillatt. Tillatte filendelser er: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null-tegn er ikke tillatt." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med denne %(field_labels)s finnes allerede." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Begrensning \"%(name)s\" er brutt." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Verdien %(value)r er ikke et gyldig valg." + +msgid "This field cannot be null." +msgstr "Feltet kan ikke være tomt." + +msgid "This field cannot be blank." +msgstr "Feltet kan ikke være blankt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med %(field_label)s finnes allerede." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s må være unik for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt av typen: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "\"%(value)s\"-verdien må være enten True eller False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\"-verdien må være enten True, False, eller None." + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Tekst (opp til %(max_length)s tegn)" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "Heltall adskilt med komma" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"\"%(value)s\"-verdien har et ugyldig datoformat. Det må være på formen YYYY-" +"MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"\"%(value)s\"-verdien er på den korrekte formen (YYYY-MM-DD), men det er en " +"ugyldig dato." + +msgid "Date (without time)" +msgstr "Dato (uten tid)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"\"%(value)s\"-verdien har et ugyldig datoformat. Det må være på formen YYYY-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"\"%(value)s\"-verdien er på den korrekte formen (YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]), men er ugyldig dato/tid." + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "\"%(value)s\"-verdien må være et desimaltall." + +msgid "Decimal number" +msgstr "Desimaltall" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"\"%(value)s\"-verdien har et ugyldig format. Det må være på formen [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Varighet" + +msgid "Email address" +msgstr "E-postadresse" + +msgid "File path" +msgstr "Filsti" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Verdien \"%(value)s\" må være et flyttall." + +msgid "Floating point number" +msgstr "Flyttall" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "\"%(value)s\"-verdien må være et heltall." + +msgid "Integer" +msgstr "Heltall" + +msgid "Big (8 byte) integer" +msgstr "Stort (8 byte) heltall" + +msgid "Small integer" +msgstr "Lite heltall" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Verdien \"%(value)s\" må være enten None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive big integer" +msgstr "Positivt stort heltall" + +msgid "Positive integer" +msgstr "Positivt heltall" + +msgid "Positive small integer" +msgstr "Positivt lite heltall" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (opp til %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"\"%(value)s\"-verdien har et ugyldig format. Det må være på formen HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Verdien \"%(value)s\" har riktig format (HH:MM[:ss[.uuuuuu]]), men er ikke " +"et gyldig klokkeslett." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "Nettadresse" + +msgid "Raw binary data" +msgstr "Rå binærdata" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" er ikke en gyldig UUID." + +msgid "Universally unique identifier" +msgstr "Universelt unik identifikator" + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Bilde" + +msgid "A JSON object" +msgstr "Et JSON-objekt" + +msgid "Value must be valid JSON." +msgstr "Verdi må være gyldig JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s-instansen med %(field)s %(value)r finnes ikke." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremmednøkkel (type bestemmes av relatert felt)" + +msgid "One-to-one relationship" +msgstr "En-til-en-relasjon" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relasjon" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relasjoner" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-relasjon" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Feltet er påkrevet." + +msgid "Enter a whole number." +msgstr "Oppgi et heltall." + +msgid "Enter a valid date." +msgstr "Oppgi en gyldig dato." + +msgid "Enter a valid time." +msgstr "Oppgi et gyldig tidspunkt." + +msgid "Enter a valid date/time." +msgstr "Oppgi gyldig dato og tidspunkt." + +msgid "Enter a valid duration." +msgstr "Oppgi en gyldig varighet." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Antall dager må være mellom {min_days} og {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil ble sendt. Sjekk «encoding»-typen på skjemaet." + +msgid "No file was submitted." +msgstr "Ingen fil ble sendt." + +msgid "The submitted file is empty." +msgstr "Filen er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Sørg for at filnavnet har %(max)d tegn (det har nå %(length)d)." +msgstr[1] "" +"Sørg for at filnavnet har færre enn %(max)d tegn (det har nå %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Vennligst last opp en ny fil eller marker fjern-boksen, ikke begge." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Last opp et gyldig bilde. Filen du lastet opp var ødelagt eller ikke et " +"bilde." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Velg et gyldig valg. %(value)s er ikke et av de tilgjengelige valgene." + +msgid "Enter a list of values." +msgstr "Oppgi en liste med verdier." + +msgid "Enter a complete value." +msgstr "Skriv inn en fullstendig verdi." + +msgid "Enter a valid UUID." +msgstr "Oppgi en gyldig UUID." + +msgid "Enter a valid JSON." +msgstr "Oppgi gyldig JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skjult felt %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm-data mangler eller har blitt tuklet med. Felt som mangler: " +"%(field_names)s. Du må muligens rapportere en bug hvis problemet vedvarer." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Vennligst send inn maks %(num)d skjema." +msgstr[1] "Vennligst send inn maks %(num)d skjemaer." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Vennligst send inn minst %(num)d skjema." +msgstr[1] "Vennligst send inn minst %(num)d skjemaer." + +msgid "Order" +msgstr "Rekkefølge" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Vennligst korriger dupliserte data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Vennligst korriger dupliserte data for %(field)s, som må være unike." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Vennligst korriger dupliserte data for %(field_name)s, som må være unike for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Vennligst korriger de dupliserte verdiene nedenfor." + +msgid "The inline value did not match the parent instance." +msgstr "Inline-verdien var ikke i samsvar med foreldre-instansen." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Velg et gyldig valg. Valget er ikke av de tilgjengelige valgene." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" er ikke en gyldig verdi." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunne ikke tolkes i tidssonen %(current_timezone)s, det kan " +"være tvetydig eller ikke eksistere." + +msgid "Clear" +msgstr "Fjern" + +msgid "Currently" +msgstr "Nåværende" + +msgid "Change" +msgstr "Endre" + +msgid "Unknown" +msgstr "Ukjent" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ja,nei,kanskje" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnatt" + +msgid "noon" +msgstr "12:00" + +msgid "Monday" +msgstr "mandag" + +msgid "Tuesday" +msgstr "tirsdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lørdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tir" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lør" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Dette er ikke en gyldig IPv6-adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d år" +msgstr[1] "%(num)d år" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d måned" +msgstr[1] "%(num)d måneder" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d uke" +msgstr[1] "%(num)d uker" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dag" +msgstr[1] "%(num)d dager" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d time" +msgstr[1] "%(num)d timer" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minutt" +msgstr[1] "%(num)d minutter" + +msgid "Forbidden" +msgstr "Forbudt" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifisering feilet. Forespørsel avbrutt." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser denne meldingen fordi dette HTTPS-nettstedet krever en 'Referer'-" +"header til å bli sendt av nettleseren, men ingen ble sendt. Denne headeren " +"er nødvendig av sikkerhetsmessige årsaker, for å sikre at nettleseren din " +"ikke blir kapret av tredjeparter." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Hvis du har konfigurert nettleseren din til å deaktivere 'Referer'-headers, " +"kan du aktivere dem, i hvert fall for dette nettstedet, eller for HTTPS-" +"tilkoblinger, eller for 'same-origin'-forespørsler." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Hvis du bruker -taggen eller " +"inkluderer 'Referrer-Policy: no-referrer'-header, vennligst fjern dem. CSRF-" +"beskyttelsen krever 'Referer'-headeren for å utføre streng kontroll av " +"referanser. Hvis du er bekymret for personvern, bruk alternativer som for koblinger til tredjeparts nettsteder." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser denne meldingen fordi denne nettsiden krever en CSRF-cookie når du " +"sender inn skjemaer. Denne informasjonskapselen er nødvendig av " +"sikkerhetsmessige årsaker, for å sikre at nettleseren din ikke blir kapret " +"av tredjeparter." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Hvis du har konfigurert nettleseren din til å deaktivere " +"informasjonskapsler, kan du aktivere dem, i hvert fall for dette nettstedet, " +"eller for 'same-origin'-forespørsler." + +msgid "More information is available with DEBUG=True." +msgstr "Mer informasjon er tilgjengelig med DEBUG=True." + +msgid "No year specified" +msgstr "År ikke spesifisert" + +msgid "Date out of range" +msgstr "Date utenfor rekkevidde" + +msgid "No month specified" +msgstr "Måned ikke spesifisert" + +msgid "No day specified" +msgstr "Dag ikke spesifisert" + +msgid "No week specified" +msgstr "Uke ikke spesifisert" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ingen %(verbose_name_plural)s tilgjengelig" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Fremtidig %(verbose_name_plural)s ikke tilgjengelig fordi %(class_name)s." +"allow_future er False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ugyldig datostreng \"%(datestr)s\" gitt formatet \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Fant ingen %(verbose_name)s som passet spørringen" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Siden er ikke \"last\", og kan heller ikke konverteres til et heltall." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ugyldig side (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tom liste og \"%(class_name)s.allow_empty\" er False." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeinnhold er ikke tillatt her." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" finnes ikke" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innhold i %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Installasjonen var vellykket! Gratulerer!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Se produktmerknader for Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Du ser denne siden fordi DEBUG=True er i din Django-innstillingsfil og du ikke " +"har konfigurert noen URL-er." + +msgid "Django Documentation" +msgstr "Django-dokumentasjon" + +msgid "Topics, references, & how-to’s" +msgstr "Temaer, referanser & how-tos" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: en polling-app" + +msgid "Get started with Django" +msgstr "Kom i gang med Django" + +msgid "Django Community" +msgstr "Django nettsamfunn" + +msgid "Connect, get help, or contribute" +msgstr "Koble, få hjelp eller bidra" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03bd906147b76ceac4bdfca3289e79269a2ac5e5 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_4AVS3aRpdRBW}~P*v5fO+c+}WE(|x28(bFCBYa0rLw1V z>p$pPb?e{g+J(_#?UW5A>cZ4(z5>l1&Uw#s&U>zH`FAo&0Cc{dG2L_&fImU8Iia<< zeS^d|0D%D@W?(R6gdlFZj#E8JC5rqfFK?lIt56p<697j1034?$MBLNSMLpNDG z@}d_^p;FL2yjt#h#HuI+8V_hV0A2(#Hlus-WeS?t7`nWOdofxs(RPW3NI{0S8Cu^e zw;1;_n|^_=mT9p}t6uINV(7Mav`>+7y>8d|KUx|0=+@}oH{PLLc)^>RXnF}NJg#7ie~O^&EKKD zb(NZ;29vreSIkpEct0bTwwhFLXzP9IjM_fNKF{#NyPC*-Fjb+>DV!!NGg7O{4V9Dl z9hQ;FmcMBBI}UHz4$E5;c06?9lCTr2 zKVf^_b9Ug4KRW%F%<~uQs5`bw$amT7AnSUt<@DQZ&uKM#7TZ5(+s@E#jz`SEUBq75 z4*b-!UJogBZ}3ZvPEnZS7>3OWka}>H@Q<=6kWa2se(vEEWc)0OX+QTk(8o`wAn)h$ jNZ$|y6`BI_h9VxJOwB2fKMrQ{Xp;2F?3dIqhj#x1Dn{$W literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/formats.py new file mode 100644 index 00000000000..0ddb8fef604 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nb/formats.py @@ -0,0 +1,41 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + # "%d. %b %Y", # '25. okt 2006' + # "%d %b %Y", # '25 okt 2006' + # "%d. %b. %Y", # '25. okt. 2006' + # "%d %b. %Y", # '25 okt. 2006' + # "%d. %B %Y", # '25. oktober 2006' + # "%d %B %Y", # '25 oktober 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a10814b1be0bc91ac38226e96e535f06cf3dc94 GIT binary patch literal 27248 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, 2020 +# Jannis Leidel , 2014 +# Paras Nath Chaudhary , 2012 +# Sagar Chalise , 2011-2012,2015,2018 +# Sagar Chalise , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-14 21:42+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "अफ्रिकन" + +msgid "Arabic" +msgstr "अरबिक" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "अस्टुरियन" + +msgid "Azerbaijani" +msgstr "अजरबैजानी" + +msgid "Bulgarian" +msgstr "बुल्गेरियाली" + +msgid "Belarusian" +msgstr "बेलारुसियन" + +msgid "Bengali" +msgstr "बंगाली" + +msgid "Breton" +msgstr "ब्रेटोन" + +msgid "Bosnian" +msgstr "बोस्नियाली" + +msgid "Catalan" +msgstr "क्याटालान" + +msgid "Czech" +msgstr "चेक" + +msgid "Welsh" +msgstr "वेल्स" + +msgid "Danish" +msgstr "डेनिस" + +msgid "German" +msgstr "जर्मन" + +msgid "Lower Sorbian" +msgstr "तल्लो सोर्बियन" + +msgid "Greek" +msgstr "ग्रिक" + +msgid "English" +msgstr "अंग्रेजी" + +msgid "Australian English" +msgstr "अस्ट्रेलियाली अंग्रेजी" + +msgid "British English" +msgstr "बेलायती अंग्रेजी" + +msgid "Esperanto" +msgstr "इस्परा्न्तो" + +msgid "Spanish" +msgstr "स्पेनिस" + +msgid "Argentinian Spanish" +msgstr "अर्जेन्टिनाली स्पेनिस" + +msgid "Colombian Spanish" +msgstr "कोलम्बियाली स्पेनिस" + +msgid "Mexican Spanish" +msgstr "मेक्सिकन स्पेनिस" + +msgid "Nicaraguan Spanish" +msgstr "निकारागुँवा स्पेनिस" + +msgid "Venezuelan Spanish" +msgstr "भेनेजुएला स्पेनिस" + +msgid "Estonian" +msgstr "इस्टोनियन" + +msgid "Basque" +msgstr "बास्क" + +msgid "Persian" +msgstr "फारसी" + +msgid "Finnish" +msgstr "फिन्निस" + +msgid "French" +msgstr "फ्रान्सेली" + +msgid "Frisian" +msgstr "फ्रिसियन" + +msgid "Irish" +msgstr "आयरिस" + +msgid "Scottish Gaelic" +msgstr "स्कटीस गैलिक" + +msgid "Galician" +msgstr "ग्यलिसियन" + +msgid "Hebrew" +msgstr "हिब्रु" + +msgid "Hindi" +msgstr "हिन्दि " + +msgid "Croatian" +msgstr "क्रोषियन" + +msgid "Upper Sorbian" +msgstr "माथिल्लो सोर्बियन " + +msgid "Hungarian" +msgstr "हन्गेरियन" + +msgid "Armenian" +msgstr "अर्मेनियन" + +msgid "Interlingua" +msgstr "ईन्टरलिन्गुवा" + +msgid "Indonesian" +msgstr "इन्डोनेसियाली" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "आइडु" + +msgid "Icelandic" +msgstr "आइसल्यान्डिक" + +msgid "Italian" +msgstr "ईटालियन" + +msgid "Japanese" +msgstr "जापनिज" + +msgid "Georgian" +msgstr "जर्जीयन" + +msgid "Kabyle" +msgstr "कबायल" + +msgid "Kazakh" +msgstr "कजाक" + +msgid "Khmer" +msgstr "ख्मेर" + +msgid "Kannada" +msgstr "कन्नड" + +msgid "Korean" +msgstr "कोरियाली" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "लक्जेमबर्गेली" + +msgid "Lithuanian" +msgstr "लिथुवानियाली" + +msgid "Latvian" +msgstr "लाट्भियन" + +msgid "Macedonian" +msgstr "म्यासेडोनियन" + +msgid "Malayalam" +msgstr "मलायलम" + +msgid "Mongolian" +msgstr "मंगोलियन" + +msgid "Marathi" +msgstr "मराठी" + +msgid "Burmese" +msgstr "बर्मेली" + +msgid "Norwegian Bokmål" +msgstr "नर्वे बक्मल" + +msgid "Nepali" +msgstr "नेपाली" + +msgid "Dutch" +msgstr "डच" + +msgid "Norwegian Nynorsk" +msgstr "नर्वेली न्योर्स्क" + +msgid "Ossetic" +msgstr "ओसेटिक" + +msgid "Punjabi" +msgstr "पञ्जावी" + +msgid "Polish" +msgstr "पोलिस" + +msgid "Portuguese" +msgstr "पुर्तगाली" + +msgid "Brazilian Portuguese" +msgstr "ब्राजिली पुर्तगाली" + +msgid "Romanian" +msgstr "रोमानियाली" + +msgid "Russian" +msgstr "रुसी" + +msgid "Slovak" +msgstr "सलोभाक" + +msgid "Slovenian" +msgstr "स्लोभेनियाली" + +msgid "Albanian" +msgstr "अल्बानियाली" + +msgid "Serbian" +msgstr "सर्वियाली" + +msgid "Serbian Latin" +msgstr "सर्वियाली ल्याटिन" + +msgid "Swedish" +msgstr "स्विडिस" + +msgid "Swahili" +msgstr "स्वाहिली" + +msgid "Tamil" +msgstr "तामिल" + +msgid "Telugu" +msgstr "तेलुगु" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "थाई" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "टर्किस" + +msgid "Tatar" +msgstr "टाटर" + +msgid "Udmurt" +msgstr "उद्मुर्ट" + +msgid "Ukrainian" +msgstr "युक्रेनि" + +msgid "Urdu" +msgstr "उर्दु" + +msgid "Uzbek" +msgstr "उज्बेक" + +msgid "Vietnamese" +msgstr "भियतनामी" + +msgid "Simplified Chinese" +msgstr "सरल चिनि" + +msgid "Traditional Chinese" +msgstr "प्राचिन चिनि" + +msgid "Messages" +msgstr "सुचनाहरु" + +msgid "Site Maps" +msgstr "साइट म्याप्स" + +msgid "Static Files" +msgstr "स्टेेटिक फाइलहरु" + +msgid "Syndication" +msgstr "सिन्डिकेसन" + +msgid "That page number is not an integer" +msgstr "पृष्ठ नं अंक होइन ।" + +msgid "That page number is less than 1" +msgstr "पृष्ठ नं १ भन्दा कम भयो ।" + +msgid "That page contains no results" +msgstr "पृष्ठमा नतिजा छैन ।" + +msgid "Enter a valid value." +msgstr "उपयुक्त मान राख्नुहोस ।" + +msgid "Enter a valid URL." +msgstr "उपयुक्त URL राख्नुहोस ।" + +msgid "Enter a valid integer." +msgstr "उपयुक्त अंक राख्नुहोस ।" + +msgid "Enter a valid email address." +msgstr "सही ई-मेल ठेगाना राख्नु होस ।" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "उपयुक्त IPv4 ठेगाना राख्नुहोस" + +msgid "Enter a valid IPv6 address." +msgstr "उपयुक्त IPv6 ठेगाना राख्नुहोस ।" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "उपयुक्त IPv4 वा IPv6 ठेगाना राख्नुहोस ।" + +msgid "Enter only digits separated by commas." +msgstr "कम्मा सहितका वर्ण मात्र राख्नुहोस ।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "यो मान %(limit_value)s छ भन्ने निश्चित गर्नुहोस । (यो %(show_value)s हो ।)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "यो मान %(limit_value)s भन्दा कम अथवा बराबर छ भन्ने निश्चित गर्नुहोस ।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "यो मान %(limit_value)s भन्दा बढी अथवा बराबर छ भन्ने निशचित गर्नुहोस ।" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"यो मान कम्तिमा पनि %(limit_value)d अक्षर छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" +msgstr[1] "" +"यो मान कम्तिमा पनि %(limit_value)d अक्षरहरु छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"यो मान बढिमा पनि %(limit_value)d अक्षर छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" +msgstr[1] "" +"यो मान बढिमा पनि %(limit_value)d अक्षरहरु छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" + +msgid "Enter a number." +msgstr "संख्या राख्नुहोस ।" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "जम्मा %(max)s भन्दा बढी अक्षर नभएको निश्चित पार्नु होस ।" +msgstr[1] "जम्मा %(max)s भन्दा बढी अक्षरहरु नभएको निश्चित पार्नु होस ।" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "दशमलव पछि %(max)s भन्दा बढी अक्षर नभएको निश्चित पार्नु होस ।" +msgstr[1] "दशमलव पछि %(max)s भन्दा बढी अक्षरहरु नभएको निश्चित पार्नु होस ।" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "दशमलव अघि %(max)s भन्दा बढी अक्षर नभएको निश्चित पार्नु होस ।" +msgstr[1] "दशमलव अघि %(max)s भन्दा बढी अक्षरहरु नभएको निश्चित पार्नु होस ।" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "शून्य मान अनुमति छैन।" + +msgid "and" +msgstr "र" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s भएको %(model_name)s बनि सकेको छ । " + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r मान उपयुक्त छनोट होइन ।" + +msgid "This field cannot be null." +msgstr "यो फाँट शून्य हुन सक्दैन ।" + +msgid "This field cannot be blank." +msgstr "यो फाँट खाली हुन सक्दैन ।" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s भएको %(model_name)s पहिलै विद्धमान छ ।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(date_field_label)s %(lookup_type)s को लागि %(field_label)s अनुपम हुनु पर्दछ ।" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "फाँटको प्रकार: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "बुलियन (True अथवा False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "वर्ण (%(max_length)s सम्म)" + +msgid "Comma-separated integers" +msgstr "कम्माले छुट्याइएका अंकहरु ।" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "मिति (समय रहित)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "मिति (समय सहित)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "दश्मलव संख्या" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "अवधि" + +msgid "Email address" +msgstr "ई-मेल ठेगाना" + +msgid "File path" +msgstr "फाइलको मार्ग" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "दश्मलव हुने संख्या" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "अंक" + +msgid "Big (8 byte) integer" +msgstr "ठूलो (८ बाइटको) अंक" + +msgid "IPv4 address" +msgstr "आइ.पी.भी४ ठेगाना" + +msgid "IP address" +msgstr "IP ठेगाना" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "बुलियन (True, False अथवा None)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "सकारात्मक पूर्णांक" + +msgid "Positive small integer" +msgstr "सानो जोड अङ्क" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "स्लग(%(max_length)s सम्म)" + +msgid "Small integer" +msgstr "सानो अङ्क" + +msgid "Text" +msgstr "पाठ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "समय" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "र बाइनरी डाटा" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "फाइल" + +msgid "Image" +msgstr "चित्र" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "फोरेन कि (प्रकार नातागत फाँटले जनाउछ)" + +msgid "One-to-one relationship" +msgstr "एक-देखि-एक नाता" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s सम्बन्ध" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s सम्बन्धहरु" + +msgid "Many-to-many relationship" +msgstr "अनेक-देखि-अनेक नाता" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "यो फाँट अनिवार्य छ ।" + +msgid "Enter a whole number." +msgstr "संख्या राख्नुहोस ।" + +msgid "Enter a valid date." +msgstr "उपयुक्त मिति राख्नुहोस ।" + +msgid "Enter a valid time." +msgstr "उपयुक्त समय राख्नुहोस ।" + +msgid "Enter a valid date/time." +msgstr "उपयुक्त मिति/समय राख्नुहोस ।" + +msgid "Enter a valid duration." +msgstr "उपयुक्त अवधि राख्नुहोस ।" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "दिन गन्ती {min_days} र {max_days} बीचमा हुनु पर्छ । " + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "कुनै फाईल पेश गरिएको छैन । फारममा ईनकोडिङको प्रकार जाँच गर्नुहोस । " + +msgid "No file was submitted." +msgstr "कुनै फाईल पेश गरिएको छैन ।" + +msgid "The submitted file is empty." +msgstr "पेश गरिएको फाइल खाली छ ।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"यो फाइलको नाममा बाढीमा %(max)d अङ्क भएको निश्चित गर्नु होस । (यसमा %(length)d छ " +"।)" +msgstr[1] "" +"यो फाइलको नाममा बढी मा %(max)d अङ्कहरू भएको निश्चित गर्नु होस । (यसमा %(length)d " +"छ ।)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "दुवै नछान्नुहोस, कि त फाइल पेश गर्नुहोस वा चेक बाकस मा छान्नुहोस ।" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"उपयुक्त चित्र अपलोड गर्नुहोस । तपाइले अपलोड गर्नु भएको फाइल चित्र होइन वा बिग्रेको चित्र " +"हो ।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "उपयुक्त विकल्प छान्नुहोस । %(value)s प्रस्तावित विकल्प होइन ।" + +msgid "Enter a list of values." +msgstr "मानहरु राख्नुहोस" + +msgid "Enter a complete value." +msgstr "पुरा मान राख्नु होस ।" + +msgid "Enter a valid UUID." +msgstr "उपयुक्त UUID राख्नु होस ।" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(लुकेका %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "म्यानेजमेन्ट फारम डाटा चलाइएको वा नभरेको पाइयो ।" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "कृपया %d अथवा सो भन्दा थोरै फारम बुझाउनु होस ।" +msgstr[1] "कृपया %d अथवा सो भन्दा थोरै फारमहरु बुझाउनु होस ।" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "कृपया %d अथवा सो भन्दा धेरै फारम बुझाउनु होस ।" +msgstr[1] "कृपया %d अथवा सो भन्दा धेरै फारमहरु बुझाउनु होस ।" + +msgid "Order" +msgstr "क्रम" + +msgid "Delete" +msgstr "मेट्नुहोस" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "कृपया %(field)s का लागि दोहोरिइका तथ्याङ्कहरु सच्याउनुहोस ।" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "कृपया %(field)s का लागि दोहोरिइका तथ्याङ्कहरु नौलो तथ्याङ्क सहित सच्याउनुहोस ।" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"कृपया %(field_name)s का लागि दोहोरिइका तथ्याङ्कहरु सच्याउनुहोस जसमा " +"%(date_field)sको %(lookup)s नौलो हुनुपर्दछ ।" + +msgid "Please correct the duplicate values below." +msgstr "कृपया तलका दोहोरिइका मानहरु सच्याउनुहोस ।" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "उपयुक्त विकल्प छान्नुहोस । छानिएको विकल्प प्रस्तावित विकल्प होइन ।" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "सबै खाली गर्नु होस ।" + +msgid "Currently" +msgstr "अहिले" + +msgid "Change" +msgstr "फेर्नुहोस" + +msgid "Unknown" +msgstr "अज्ञात" + +msgid "Yes" +msgstr "हुन्छ" + +msgid "No" +msgstr "होइन" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "हो,होइन,सायद" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d बाइट" +msgstr[1] "%(size)d बाइटहरु" + +#, python-format +msgid "%s KB" +msgstr "%s किलोबाइट" + +#, python-format +msgid "%s MB" +msgstr "%s मेगाबाइट" + +#, python-format +msgid "%s GB" +msgstr "%s गिगाबाइट" + +#, python-format +msgid "%s TB" +msgstr "%s टेराबाइट" + +#, python-format +msgid "%s PB" +msgstr "%s पिटाबाइट" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "मध्यरात" + +msgid "noon" +msgstr "मध्यान्ह" + +msgid "Monday" +msgstr "सोमवार" + +msgid "Tuesday" +msgstr "मंगलवार" + +msgid "Wednesday" +msgstr "बुधवार" + +msgid "Thursday" +msgstr "बिहीवार" + +msgid "Friday" +msgstr "शुक्रवार" + +msgid "Saturday" +msgstr "शनिवार" + +msgid "Sunday" +msgstr "आइतवार" + +msgid "Mon" +msgstr "सोम" + +msgid "Tue" +msgstr "मंगल" + +msgid "Wed" +msgstr "बुध" + +msgid "Thu" +msgstr "बिहि" + +msgid "Fri" +msgstr "शुक्र" + +msgid "Sat" +msgstr "शनि" + +msgid "Sun" +msgstr "आइत" + +msgid "January" +msgstr "जनवरी" + +msgid "February" +msgstr "फेब्रुअरी" + +msgid "March" +msgstr "मार्च" + +msgid "April" +msgstr "अप्रिल" + +msgid "May" +msgstr "मई" + +msgid "June" +msgstr "जुन" + +msgid "July" +msgstr "जुलै" + +msgid "August" +msgstr "अगस्त" + +msgid "September" +msgstr "सेप्टेम्बर" + +msgid "October" +msgstr "अक्टुवर" + +msgid "November" +msgstr "नभम्वर" + +msgid "December" +msgstr "डिसम्वर" + +msgid "jan" +msgstr "जनवरी" + +msgid "feb" +msgstr "फेब्रुअरी" + +msgid "mar" +msgstr "मार्च" + +msgid "apr" +msgstr "अप्रिल" + +msgid "may" +msgstr "मई" + +msgid "jun" +msgstr "जुन" + +msgid "jul" +msgstr "जुलै" + +msgid "aug" +msgstr "अग्सत" + +msgid "sep" +msgstr "सेप्तेम्बर" + +msgid "oct" +msgstr "अक्टुवर" + +msgid "nov" +msgstr "नभम्वर" + +msgid "dec" +msgstr "डिसम्वर" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "जनवरी" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "फेब्रुअरी" + +msgctxt "abbrev. month" +msgid "March" +msgstr "मार्च" + +msgctxt "abbrev. month" +msgid "April" +msgstr "अप्रिल" + +msgctxt "abbrev. month" +msgid "May" +msgstr "मई" + +msgctxt "abbrev. month" +msgid "June" +msgstr "जुन" + +msgctxt "abbrev. month" +msgid "July" +msgstr "जुलै" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "अगस्त" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "सेप्तेम्बर" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "अक्टुवर" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "नभम्वर" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "डिसम्वर" + +msgctxt "alt. month" +msgid "January" +msgstr "जनवरी" + +msgctxt "alt. month" +msgid "February" +msgstr "फेब्रुअरी" + +msgctxt "alt. month" +msgid "March" +msgstr "मार्च" + +msgctxt "alt. month" +msgid "April" +msgstr "अप्रिल" + +msgctxt "alt. month" +msgid "May" +msgstr "मई" + +msgctxt "alt. month" +msgid "June" +msgstr "जुन" + +msgctxt "alt. month" +msgid "July" +msgstr "जुलै" + +msgctxt "alt. month" +msgid "August" +msgstr "अगस्त" + +msgctxt "alt. month" +msgid "September" +msgstr "सेप्टेम्बर" + +msgctxt "alt. month" +msgid "October" +msgstr "अक्टुवर" + +msgctxt "alt. month" +msgid "November" +msgstr "नभम्वर" + +msgctxt "alt. month" +msgid "December" +msgstr "डिसम्वर" + +msgid "This is not a valid IPv6 address." +msgstr "यो उपयुक्त IPv6 ठेगाना होइन ।" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "अथवा" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d वर्ष" +msgstr[1] "%d वर्षहरु" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d महिना" +msgstr[1] "%d महिनाहरु" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d सप्ताह" +msgstr[1] "%d सप्ताहहरु" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d दिन" +msgstr[1] "%d दिनहरु" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d घण्टा" +msgstr[1] "%d घण्टाहरु" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d मिनट" +msgstr[1] "%d मिनटहरु" + +msgid "Forbidden" +msgstr "निषेधित" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF प्रमाणीकरण भएन । अनुरोध विफल ।" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG=True ले ज्यादा सुचना प्रदान गर्दछ ।" + +msgid "No year specified" +msgstr "साल तोकिएको छैन ।" + +msgid "Date out of range" +msgstr "मिति मिलेन ।" + +msgid "No month specified" +msgstr "महिना तोकिएको छैन ।" + +msgid "No day specified" +msgstr "दिन तोकिएको छैन ।" + +msgid "No week specified" +msgstr "साता तोकिएको छैन ।" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s उपलब्ध छैन ।" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future 'False' हुनाले आगामी %(verbose_name_plural)s उपलब्ध " +"छैन ।" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s भेटिएन ।" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "रद्द पृष्ठ (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "डाइरेक्टरी इन्डेक्सहरु यहाँ अनुमति छैन ।" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s को सूची" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "ज्याङ्गो : वेब साइट र एप्लिकेसन बनाउन सहयोगी औजार " + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"ज्याङ्गो %(version)s को परिवर्तन तथा विशेषता यहाँ हेर्नु होस" + +msgid "The install worked successfully! Congratulations!" +msgstr "बधाई छ । स्थापना भएको छ ।" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "ज्याङ्गो दस्तावेज ।" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "मतदान एप उदाहरण " + +msgid "Get started with Django" +msgstr "ज्याङ्गो सुरु गर्नु होस ।" + +msgid "Django Community" +msgstr "ज्याङ्गो समुदाय" + +msgid "Connect, get help, or contribute" +msgstr "सहयोग अथवा योगदान गरी जोडिनु होस" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c240c49c6825a1f8186ca0c7526fc2178aef22cb GIT binary patch literal 28038 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 ZPt!RU&9USRhot=|Gs{`Ym6WgM{{b3wZ`A+* literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..11b7a9779fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,1357 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bas Peschier , 2011,2013 +# Blue , 2011-2012 +# Bouke Haarsma , 2013 +# Claude Paroz , 2014 +# Erik Romijn , 2013 +# Evelijn Saaltink , 2016 +# Harro van der Klauw , 2011-2012 +# Ilja Maas , 2015 +# jaap3 , 2024 +# Jannis Leidel , 2011 +# 6a27f10aef159701c7a5ff07f0fb0a78_05545ed , 2011-2012,2014 +# Michiel Overtoom , 2014 +# Meteor0id, 2019-2020 +# 8de006b1b0894aab6aef71979dcd8bd6_5c6b207 , 2014-2015 +# Tino de Bruijn , 2013 +# Tonnes , 2017,2019-2020,2022-2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: jaap3 , 2024\n" +"Language-Team: Dutch (http://app.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisch" + +msgid "Algerian Arabic" +msgstr "Algerijns Arabisch" + +msgid "Asturian" +msgstr "Asturisch" + +msgid "Azerbaijani" +msgstr "Azerbeidzjaans" + +msgid "Bulgarian" +msgstr "Bulgaars" + +msgid "Belarusian" +msgstr "Wit-Russisch" + +msgid "Bengali" +msgstr "Bengaals" + +msgid "Breton" +msgstr "Bretons" + +msgid "Bosnian" +msgstr "Bosnisch" + +msgid "Catalan" +msgstr "Catalaans" + +msgid "Central Kurdish (Sorani)" +msgstr "Centraal-Koerdisch (Sorani)" + +msgid "Czech" +msgstr "Tsjechisch" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Deens" + +msgid "German" +msgstr "Duits" + +msgid "Lower Sorbian" +msgstr "Nedersorbisch" + +msgid "Greek" +msgstr "Grieks" + +msgid "English" +msgstr "Engels" + +msgid "Australian English" +msgstr "Australisch-Engels" + +msgid "British English" +msgstr "Brits-Engels" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaans" + +msgid "Argentinian Spanish" +msgstr "Argentijns Spaans" + +msgid "Colombian Spanish" +msgstr "Colombiaans Spaans" + +msgid "Mexican Spanish" +msgstr "Mexicaans Spaans" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguaans Spaans" + +msgid "Venezuelan Spanish" +msgstr "Venezolaans Spaans" + +msgid "Estonian" +msgstr "Ests" + +msgid "Basque" +msgstr "Baskisch" + +msgid "Persian" +msgstr "Perzisch" + +msgid "Finnish" +msgstr "Fins" + +msgid "French" +msgstr "Frans" + +msgid "Frisian" +msgstr "Fries" + +msgid "Irish" +msgstr "Iers" + +msgid "Scottish Gaelic" +msgstr "Schots-Gaelisch" + +msgid "Galician" +msgstr "Galicisch" + +msgid "Hebrew" +msgstr "Hebreeuws" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisch" + +msgid "Upper Sorbian" +msgstr "Oppersorbisch" + +msgid "Hungarian" +msgstr "Hongaars" + +msgid "Armenian" +msgstr "Armeens" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisch" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "IJslands" + +msgid "Italian" +msgstr "Italiaans" + +msgid "Japanese" +msgstr "Japans" + +msgid "Georgian" +msgstr "Georgisch" + +msgid "Kabyle" +msgstr "Kabylisch" + +msgid "Kazakh" +msgstr "Kazachs" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreaans" + +msgid "Kyrgyz" +msgstr "Kirgizisch" + +msgid "Luxembourgish" +msgstr "Luxemburgs" + +msgid "Lithuanian" +msgstr "Litouws" + +msgid "Latvian" +msgstr "Lets" + +msgid "Macedonian" +msgstr "Macedonisch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongools" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Maleis" + +msgid "Burmese" +msgstr "Birmaans" + +msgid "Norwegian Bokmål" +msgstr "Noors Bokmål" + +msgid "Nepali" +msgstr "Nepalees" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Noors Nynorsk" + +msgid "Ossetic" +msgstr "Ossetisch" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Pools" + +msgid "Portuguese" +msgstr "Portugees" + +msgid "Brazilian Portuguese" +msgstr "Braziliaans Portugees" + +msgid "Romanian" +msgstr "Roemeens" + +msgid "Russian" +msgstr "Russisch" + +msgid "Slovak" +msgstr "Slovaaks" + +msgid "Slovenian" +msgstr "Sloveens" + +msgid "Albanian" +msgstr "Albanisch" + +msgid "Serbian" +msgstr "Servisch" + +msgid "Serbian Latin" +msgstr "Servisch Latijn" + +msgid "Swedish" +msgstr "Zweeds" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telegu" + +msgid "Tajik" +msgstr "Tadzjieks" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "Turkmeens" + +msgid "Turkish" +msgstr "Turks" + +msgid "Tatar" +msgstr "Tataars" + +msgid "Udmurt" +msgstr "Oedmoerts" + +msgid "Uyghur" +msgstr "Oeigoers" + +msgid "Ukrainian" +msgstr "Oekraïens" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Oezbeeks" + +msgid "Vietnamese" +msgstr "Vietnamees" + +msgid "Simplified Chinese" +msgstr "Vereenvoudigd Chinees" + +msgid "Traditional Chinese" +msgstr "Traditioneel Chinees" + +msgid "Messages" +msgstr "Berichten" + +msgid "Site Maps" +msgstr "Sitemaps" + +msgid "Static Files" +msgstr "Statische bestanden" + +msgid "Syndication" +msgstr "Syndicatie" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Dat paginanummer is geen geheel getal" + +msgid "That page number is less than 1" +msgstr "Dat paginanummer is kleiner dan 1" + +msgid "That page contains no results" +msgstr "Die pagina bevat geen resultaten" + +msgid "Enter a valid value." +msgstr "Voer een geldige waarde in." + +msgid "Enter a valid domain name." +msgstr "Voer een geldige domeinnaam in." + +msgid "Enter a valid URL." +msgstr "Voer een geldige URL in." + +msgid "Enter a valid integer." +msgstr "Voer een geldig geheel getal in." + +msgid "Enter a valid email address." +msgstr "Voer een geldig e-mailadres in." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Voer een geldige ‘slug’ in, bestaande uit letters, cijfers, liggende " +"streepjes en verbindingsstreepjes." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Voer een geldige ‘slug’ in, bestaande uit Unicode-letters, cijfers, liggende " +"streepjes en verbindingsstreepjes." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Voer een geldig %(protocol)s-adres in." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4- of IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Voer alleen cijfers in, gescheiden door komma's." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Zorg ervoor dat deze waarde gelijk is aan %(limit_value)s (het is nu " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Zorg ervoor dat deze waarde hoogstens %(limit_value)s is." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Zorg ervoor dat deze waarde minstens %(limit_value)s is." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Zorg ervoor dat deze waarde een veelvoud is van stapgrootte %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Zorg dat deze waarde een veelvoud is van stapgrootte %(limit_value)s, " +"beginnend bij %(offset)s, bv. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, enzovoort." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zorg dat deze waarde ten minste %(limit_value)d teken bevat (het zijn er nu " +"%(show_value)d)." +msgstr[1] "" +"Zorg dat deze waarde ten minste %(limit_value)d tekens bevat (het zijn er nu " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zorg dat deze waarde niet meer dan %(limit_value)d teken bevat (het zijn er " +"nu %(show_value)d)." +msgstr[1] "" +"Zorg dat deze waarde niet meer dan %(limit_value)d tekens bevat (het zijn er " +"nu %(show_value)d)." + +msgid "Enter a number." +msgstr "Voer een getal in." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zorg dat er niet meer dan %(max)s cijfer is." +msgstr[1] "Zorg dat er niet meer dan %(max)s cijfers zijn." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zorg dat er niet meer dan %(max)s cijfer achter de komma staat." +msgstr[1] "Zorg dat er niet meer dan %(max)s cijfers achter de komma staan." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zorg dat er niet meer dan %(max)s cijfer voor de komma staat." +msgstr[1] "Zorg dat er niet meer dan %(max)s cijfers voor de komma staan." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Bestandsextensie ‘%(extension)s’ is niet toegestaan. Toegestane extensies " +"zijn: ‘%(allowed_extensions)s’." + +msgid "Null characters are not allowed." +msgstr "Null-tekens zijn niet toegestaan." + +msgid "and" +msgstr "en" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s met deze %(field_labels)s bestaat al." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Beperking ‘%(name)s’ is geschonden." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Waarde %(value)r is geen geldige keuze." + +msgid "This field cannot be null." +msgstr "Dit veld mag niet leeg zijn." + +msgid "This field cannot be blank." +msgstr "Dit veld kan niet leeg zijn" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Er bestaat al een %(model_name)s met eenzelfde %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s moet uniek zijn voor %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van type: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Waarde van ‘%(value)s’ moet True of False zijn." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Waarde van ‘%(value)s’ moet True, False of None zijn." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True of False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Tekenreeks (hooguit %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Tekenreeks (onbeperkt)" + +msgid "Comma-separated integers" +msgstr "Komma-gescheiden gehele getallen" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Waarde van ‘%(value)s’ heeft een ongeldige datumnotatie. De juiste notatie " +"is YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Waarde van ‘%(value)s’ heeft de juiste notatie (YYYY-MM-DD), maar het is een " +"ongeldige datum." + +msgid "Date (without time)" +msgstr "Datum (zonder tijd)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Waarde van ‘%(value)s’ heeft een ongeldige notatie. De juiste notatie is " +"YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Waarde van ‘%(value)s’ heeft de juiste notatie (YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]), maar het is een ongeldige datum/tijd." + +msgid "Date (with time)" +msgstr "Datum (met tijd)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Waarde van ‘%(value)s’ moet een decimaal getal zijn." + +msgid "Decimal number" +msgstr "Decimaal getal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Waarde van ‘%(value)s’ heeft een ongeldige notatie. De juiste notatie is " +"[DD] [[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Tijdsduur" + +msgid "Email address" +msgstr "E-mailadres" + +msgid "File path" +msgstr "Bestandspad" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Waarde van ‘%(value)s’ moet een drijvende-kommagetal zijn." + +msgid "Floating point number" +msgstr "Drijvende-kommagetal" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Waarde van ‘%(value)s’ moet een geheel getal zijn." + +msgid "Integer" +msgstr "Geheel getal" + +msgid "Big (8 byte) integer" +msgstr "Groot (8 byte) geheel getal" + +msgid "Small integer" +msgstr "Klein geheel getal" + +msgid "IPv4 address" +msgstr "IPv4-adres" + +msgid "IP address" +msgstr "IP-adres" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Waarde van ‘%(value)s’ moet None, True of False zijn." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True, False of None)" + +msgid "Positive big integer" +msgstr "Positief groot geheel getal" + +msgid "Positive integer" +msgstr "Positief geheel getal" + +msgid "Positive small integer" +msgstr "Positief klein geheel getal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (max. lengte %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Waarde van ‘%(value)s’ heeft een ongeldige notatie. De juiste notatie is HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Waarde van ‘%(value)s’ heeft de juiste notatie (HH:MM[:ss[.uuuuuu]]), maar " +"het is een ongeldige tijd." + +msgid "Time" +msgstr "Tijd" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Onbewerkte binaire gegevens" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "‘%(value)s’ is geen geldige UUID." + +msgid "Universally unique identifier" +msgstr "Universally unique identifier" + +msgid "File" +msgstr "Bestand" + +msgid "Image" +msgstr "Afbeelding" + +msgid "A JSON object" +msgstr "Een JSON-object" + +msgid "Value must be valid JSON." +msgstr "Waarde moet geldige JSON zijn." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Refererende sleutel (type wordt bepaald door gerelateerde veld)" + +msgid "One-to-one relationship" +msgstr "Een-op-een-relatie" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relatie" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relaties" + +msgid "Many-to-many relationship" +msgstr "Veel-op-veel-relatie" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dit veld is verplicht." + +msgid "Enter a whole number." +msgstr "Voer een geheel getal in." + +msgid "Enter a valid date." +msgstr "Voer een geldige datum in." + +msgid "Enter a valid time." +msgstr "Voer een geldige tijd in." + +msgid "Enter a valid date/time." +msgstr "Voer een geldige datum/tijd in." + +msgid "Enter a valid duration." +msgstr "Voer een geldige tijdsduur in." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Het aantal dagen moet tussen {min_days} en {max_days} liggen." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Er is geen bestand verstuurd. Controleer het coderingstype op het formulier." + +msgid "No file was submitted." +msgstr "Er is geen bestand verstuurd." + +msgid "The submitted file is empty." +msgstr "Het verstuurde bestand is leeg." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zorg dat deze bestandsnaam niet meer dan %(max)d teken bevat (het zijn er nu " +"%(length)d)." +msgstr[1] "" +"Zorg dat deze bestandsnaam niet meer dan %(max)d tekens bevat (het zijn er " +"nu %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Upload een bestand of vink het vakje Wissen aan, niet allebei." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload een geldige afbeelding. Het geüploade bestand is geen of een " +"beschadigde afbeelding." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Selecteer een geldige keuze. %(value)s is geen beschikbare keuze." + +msgid "Enter a list of values." +msgstr "Voer een lijst met waarden in." + +msgid "Enter a complete value." +msgstr "Voer een volledige waarde in." + +msgid "Enter a valid UUID." +msgstr "Voer een geldige UUID in." + +msgid "Enter a valid JSON." +msgstr "Voer een geldige JSON in." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Verborgen veld %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm-gegevens ontbreken of er is mee geknoeid. Ontbrekende velden: " +"%(field_names)s. Mogelijk dient u een bug te melden als het probleem " +"aanhoudt." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Verstuur maximaal %(num)d formulier." +msgstr[1] "Verstuur maximaal %(num)d formulieren." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Verstuur minimaal %(num)d formulier." +msgstr[1] "Verstuur minimaal %(num)d formulieren." + +msgid "Order" +msgstr "Volgorde" + +msgid "Delete" +msgstr "Verwijderen" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corrigeer de dubbele gegevens voor %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Corrigeer de dubbele gegevens voor %(field)s, dat uniek moet zijn." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corrigeer de dubbele gegevens voor %(field_name)s, dat uniek moet zijn voor " +"de %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Corrigeer de dubbele waarden hieronder." + +msgid "The inline value did not match the parent instance." +msgstr "De inline waarde komt niet overeen met de bovenliggende instantie." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Selecteer een geldige keuze. Deze keuze is niet beschikbaar." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "‘%(pk)s’ is geen geldige waarde." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kon niet worden geïnterpreteerd in tijdzone " +"%(current_timezone)s; mogelijk is deze dubbelzinnig of bestaat deze niet." + +msgid "Clear" +msgstr "Wissen" + +msgid "Currently" +msgstr "Huidige" + +msgid "Change" +msgstr "Wijzigen" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ja,nee,misschien" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "middernacht" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "maandag" + +msgid "Tuesday" +msgstr "dinsdag" + +msgid "Wednesday" +msgstr "woensdag" + +msgid "Thursday" +msgstr "donderdag" + +msgid "Friday" +msgstr "vrijdag" + +msgid "Saturday" +msgstr "zaterdag" + +msgid "Sunday" +msgstr "zondag" + +msgid "Mon" +msgstr "ma" + +msgid "Tue" +msgstr "di" + +msgid "Wed" +msgstr "wo" + +msgid "Thu" +msgstr "do" + +msgid "Fri" +msgstr "vr" + +msgid "Sat" +msgstr "za" + +msgid "Sun" +msgstr "zo" + +msgid "January" +msgstr "januari" + +msgid "February" +msgstr "februari" + +msgid "March" +msgstr "maart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mei" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "augustus" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mrt" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb" + +msgctxt "abbrev. month" +msgid "March" +msgstr "mrt" + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr" + +msgctxt "abbrev. month" +msgid "May" +msgstr "mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec" + +msgctxt "alt. month" +msgid "January" +msgstr "januari" + +msgctxt "alt. month" +msgid "February" +msgstr "februari" + +msgctxt "alt. month" +msgid "March" +msgstr "maart" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "mei" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "augustus" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Dit is geen geldig IPv6-adres." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "of" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d jaar" +msgstr[1] "%(num)d jaar" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d maand" +msgstr[1] "%(num)d maanden" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d week" +msgstr[1] "%(num)d weken" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dag" +msgstr[1] "%(num)d dagen" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d uur" +msgstr[1] "%(num)d uur" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuut" +msgstr[1] "%(num)d minuten" + +msgid "Forbidden" +msgstr "Verboden" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verificatie mislukt. Aanvraag afgebroken." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"U ziet deze melding, omdat deze HTTPS-website vereist dat uw webbrowser een " +"‘Referer header’ meestuurt, maar deze ontbreekt. Deze header is om " +"veiligheidsredenen vereist om er zeker van te zijn dat uw browser niet door " +"derden wordt gekaapt." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Als u ‘Referer’-headers in uw browser hebt uitgeschakeld, schakel deze dan " +"weer in, op zijn minst voor deze website, of voor HTTPS-verbindingen, of " +"voor ‘same-origin’-aanvragen." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Als u de tag gebruikt of de " +"header ‘Referrer-Policy: no-referrer’ opneemt, verwijder deze dan. De CSRF-" +"bescherming vereist de ‘Referer’-header voor strenge referer-controle. Als u " +"bezorgd bent om privacy, gebruik dan alternatieven zoals voor koppelingen naar websites van derden." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"U ziet deze melding, omdat deze website vereist dat een CSRF-cookie wordt " +"meegestuurd bij het verzenden van formulieren. Dit cookie is om " +"veiligheidsredenen vereist om er zeker van te zijn dat uw browser niet door " +"derden wordt gekaapt." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Als u cookies in uw webbrowser hebt uitgeschakeld, schakel deze dan weer in, " +"op zijn minst voor deze website, of voor ‘same-origin’-aanvragen." + +msgid "More information is available with DEBUG=True." +msgstr "Meer informatie is beschikbaar met DEBUG=True." + +msgid "No year specified" +msgstr "Geen jaar opgegeven" + +msgid "Date out of range" +msgstr "Datum buiten bereik" + +msgid "No month specified" +msgstr "Geen maand opgegeven" + +msgid "No day specified" +msgstr "Geen dag opgegeven" + +msgid "No week specified" +msgstr "Geen week opgegeven" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Geen %(verbose_name_plural)s beschikbaar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Geen toekomstige %(verbose_name_plural)s beschikbaar, omdat %(class_name)s." +"allow_future de waarde False (Onwaar) heeft." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ongeldige datumtekst ‘%(datestr)s’ op basis van notatie ‘%(format)s’" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Geen %(verbose_name)s gevonden die voldoet aan de query" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Pagina is niet ‘last’ en kan ook niet naar een geheel getal worden " +"geconverteerd." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ongeldige pagina (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Lege lijst en ‘%(class_name)s.allow_empty’ is False." + +msgid "Directory indexes are not allowed here." +msgstr "Directoryindexen zijn hier niet toegestaan." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "‘%(path)s’ bestaat niet" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index van %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "De installatie is gelukt! Gefeliciteerd!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Uitgaveopmerkingen voor Django " +"%(version)s weergeven" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"U ziet deze pagina, omdat uw instellingenbestand DEBUG=True bevat en u geen URL's hebt geconfigureerd." + +msgid "Django Documentation" +msgstr "Django-documentatie" + +msgid "Topics, references, & how-to’s" +msgstr "Onderwerpen, referenties en instructies" + +msgid "Tutorial: A Polling App" +msgstr "Handleiding: een app voor peilingen" + +msgid "Get started with Django" +msgstr "Aan de slag met Django" + +msgid "Django Community" +msgstr "Django-gemeenschap" + +msgid "Connect, get help, or contribute" +msgstr "Contact met anderen, hulp verkrijgen of bijdragen" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c657560afc8baad6e637216f4cc567e90f861da GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_49J{J fF9hzXojlXy?v!znd2 zPnT&kc3!HL6f;^s?3=qbE)f{DNywp~GO8$WM*_LKrocftX2uy@VTKh(@zIdC0WQq=%}^8KJ8_?I1$OY?=fRm7kg!Z(_+4`_w#0DYh>hq+DB@ zR9NU3U03BdCK6vByVg4F{kd+fvk|{(klpBT&j6_nzO}n0k0SCl<F}ORFDF&-+d&@M4Y~K-I`>WqCR( z^-Fd(nPZz_FZIzSJLrF5$Me}&WAv)};w3xn&-4oDF1kICx`n64=!_j0r`>_hjt1ioY2e_}f5#J9z+e$v0&B8IGGMMNu~iL>I4;Ryqeq_Q@4(yQm z(7u&_Oz^?81u9ti0^r+tq8M4A?Crsh6Zc;~g1mS$piluM8H=1*E1Ua4PYN*PKZ_D( A6951J literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/formats.py new file mode 100644 index 00000000000..e9f52b9bd3a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nl/formats.py @@ -0,0 +1,92 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" # '20 januari 2009' +TIME_FORMAT = "H:i" # '15:23' +DATETIME_FORMAT = "j F Y H:i" # '20 januari 2009 15:23' +YEAR_MONTH_FORMAT = "F Y" # 'januari 2009' +MONTH_DAY_FORMAT = "j F" # '20 januari' +SHORT_DATE_FORMAT = "j-n-Y" # '20-1-2009' +SHORT_DATETIME_FORMAT = "j-n-Y H:i" # '20-1-2009 15:23' +FIRST_DAY_OF_WEEK = 1 # Monday (in Dutch 'maandag') + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d-%m-%Y", # '20-01-2009' + "%d-%m-%y", # '20-01-09' + "%d/%m/%Y", # '20/01/2009' + "%d/%m/%y", # '20/01/09' + "%Y/%m/%d", # '2009/01/20' + # "%d %b %Y", # '20 jan 2009' + # "%d %b %y", # '20 jan 09' + # "%d %B %Y", # '20 januari 2009' + # "%d %B %y", # '20 januari 09' +] +# Kept ISO formats as one is in first position +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '15:23:35' + "%H:%M:%S.%f", # '15:23:35.000200' + "%H.%M:%S", # '15.23:35' + "%H.%M:%S.%f", # '15.23:35.000200' + "%H.%M", # '15.23' + "%H:%M", # '15:23' +] +DATETIME_INPUT_FORMATS = [ + # With time in %H:%M:%S : + "%d-%m-%Y %H:%M:%S", # '20-01-2009 15:23:35' + "%d-%m-%y %H:%M:%S", # '20-01-09 15:23:35' + "%Y-%m-%d %H:%M:%S", # '2009-01-20 15:23:35' + "%d/%m/%Y %H:%M:%S", # '20/01/2009 15:23:35' + "%d/%m/%y %H:%M:%S", # '20/01/09 15:23:35' + "%Y/%m/%d %H:%M:%S", # '2009/01/20 15:23:35' + # "%d %b %Y %H:%M:%S", # '20 jan 2009 15:23:35' + # "%d %b %y %H:%M:%S", # '20 jan 09 15:23:35' + # "%d %B %Y %H:%M:%S", # '20 januari 2009 15:23:35' + # "%d %B %y %H:%M:%S", # '20 januari 2009 15:23:35' + # With time in %H:%M:%S.%f : + "%d-%m-%Y %H:%M:%S.%f", # '20-01-2009 15:23:35.000200' + "%d-%m-%y %H:%M:%S.%f", # '20-01-09 15:23:35.000200' + "%Y-%m-%d %H:%M:%S.%f", # '2009-01-20 15:23:35.000200' + "%d/%m/%Y %H:%M:%S.%f", # '20/01/2009 15:23:35.000200' + "%d/%m/%y %H:%M:%S.%f", # '20/01/09 15:23:35.000200' + "%Y/%m/%d %H:%M:%S.%f", # '2009/01/20 15:23:35.000200' + # With time in %H.%M:%S : + "%d-%m-%Y %H.%M:%S", # '20-01-2009 15.23:35' + "%d-%m-%y %H.%M:%S", # '20-01-09 15.23:35' + "%d/%m/%Y %H.%M:%S", # '20/01/2009 15.23:35' + "%d/%m/%y %H.%M:%S", # '20/01/09 15.23:35' + # "%d %b %Y %H.%M:%S", # '20 jan 2009 15.23:35' + # "%d %b %y %H.%M:%S", # '20 jan 09 15.23:35' + # "%d %B %Y %H.%M:%S", # '20 januari 2009 15.23:35' + # "%d %B %y %H.%M:%S", # '20 januari 2009 15.23:35' + # With time in %H.%M:%S.%f : + "%d-%m-%Y %H.%M:%S.%f", # '20-01-2009 15.23:35.000200' + "%d-%m-%y %H.%M:%S.%f", # '20-01-09 15.23:35.000200' + "%d/%m/%Y %H.%M:%S.%f", # '20/01/2009 15.23:35.000200' + "%d/%m/%y %H.%M:%S.%f", # '20/01/09 15.23:35.000200' + # With time in %H:%M : + "%d-%m-%Y %H:%M", # '20-01-2009 15:23' + "%d-%m-%y %H:%M", # '20-01-09 15:23' + "%Y-%m-%d %H:%M", # '2009-01-20 15:23' + "%d/%m/%Y %H:%M", # '20/01/2009 15:23' + "%d/%m/%y %H:%M", # '20/01/09 15:23' + "%Y/%m/%d %H:%M", # '2009/01/20 15:23' + # "%d %b %Y %H:%M", # '20 jan 2009 15:23' + # "%d %b %y %H:%M", # '20 jan 09 15:23' + # "%d %B %Y %H:%M", # '20 januari 2009 15:23' + # "%d %B %y %H:%M", # '20 januari 2009 15:23' + # With time in %H.%M : + "%d-%m-%Y %H.%M", # '20-01-2009 15.23' + "%d-%m-%y %H.%M", # '20-01-09 15.23' + "%d/%m/%Y %H.%M", # '20/01/2009 15.23' + "%d/%m/%y %H.%M", # '20/01/09 15.23' + # "%d %b %Y %H.%M", # '20 jan 2009 15.23' + # "%d %b %y %H.%M", # '20 jan 09 15.23' + # "%d %B %Y %H.%M", # '20 januari 2009 15.23' + # "%d %B %y %H.%M", # '20 januari 2009 15.23' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7698eda113e56a25a8174d2f6ce3bcc4004ef240 GIT binary patch literal 26850 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Ð7hk_fD@{_d8u! z?>pJu=5S2IL9TZdwoceE+Ja<^OIGw+q1&4BMWgYed8vs}!?mUbMl!1t_wM0;1QC=O zQymMNMvi;UTeEjhOFOhqcNu1s%7zd&c5dsO48@NZ-RYhj0NvJEdmOm7w>wI?M#O}1 z?sw9NTAp|M#K=x0-xKzDI#l1gW&`bQQXPTwQqVY%_Z`}>M^F!6lUwZT0{+!I>JtmR zF}N7)MyWKWnXv~XS@E%zd1ePR8f#<~F8rlXBibfYZtA8~Tn1vxV3Zeng?}(%K4A@^ zOv;KZW!bqJ=EmHz@dT%fg=sp55hPE!W+6RVy)WZ&*I z1}>YESch}gmi!nFwtTtGY3+Dqi~VP89cr_&ZP}iQwR6U(G^@R&Uff#c2TfJ?eFyPF z;SRZil#6QHDz;jaJXBpLC=ao!roC-7pYWLcqrLE`dZcDz1I#$=W++$8>&R%SO;@9R zwjC1A?NxcVWsJnI?s(>aloQWBkDbUq?eF!;*yK;k#B3Q$Xx&DsHvU_E`TtbJo|ba5 zW;Jr>xaR)Zm;SL=q<`#X{s|NRXbGE3M|?H&uVI{i-u5m_%I?V4x|d}tPwrmk4Bl30 zJyijTCD;ne7aE<1p%VhNOo%Zk^0HUz>HPZ#}u{&dE%TY|JGM z-CT9DTfwtEaOO&C_r8sMWT4G{L!HwpDADN>MwM|mV;;AqrOYcmAdj{KQ~NmLVEG;_ z&pBMKp1jQ41@`Coj@;0myl?H_8STK|K$SAP2DJR#4rsj?+bv;}uWOZRf)LGgeta0& zAG|$!+8>Ksi>StiTblpa@9sDM{nw(UziGH4Al%{kA-*tfH|7s9wX=B+A+_}>YWt++ f8=LODe1FrfRT=yKY!8e>{&0tbM*iithuZ%IAn5?4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..04b872e30b7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,1305 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# hgrimelid , 2011 +# Jannis Leidel , 2011 +# jensadne , 2013 +# Sigurd Gartmann , 2012 +# Sivert Olstad, 2021 +# velmont , 2012 +# Vibeke Uthaug, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-25 14:49+0000\n" +"Last-Translator: Sivert Olstad\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisk" + +msgid "Algerian Arabic" +msgstr "Arabisk (algersk)" + +msgid "Asturian" +msgstr "Asturiansk" + +msgid "Azerbaijani" +msgstr "Aserbajansk" + +msgid "Bulgarian" +msgstr "Bulgarsk" + +msgid "Belarusian" +msgstr "Kviterussisk" + +msgid "Bengali" +msgstr "Bengalsk" + +msgid "Breton" +msgstr "Bretonsk" + +msgid "Bosnian" +msgstr "Bosnisk" + +msgid "Catalan" +msgstr "Katalansk" + +msgid "Czech" +msgstr "Tsjekkisk" + +msgid "Welsh" +msgstr "Walisisk" + +msgid "Danish" +msgstr "Dansk" + +msgid "German" +msgstr "Tysk" + +msgid "Lower Sorbian" +msgstr "Lågsorbisk" + +msgid "Greek" +msgstr "Gresk" + +msgid "English" +msgstr "Engelsk" + +msgid "Australian English" +msgstr "Engelsk (australsk)" + +msgid "British English" +msgstr "Engelsk (britisk)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spansk" + +msgid "Argentinian Spanish" +msgstr "Spansk (argentinsk)" + +msgid "Colombian Spanish" +msgstr "Spansk (kolombiansk)" + +msgid "Mexican Spanish" +msgstr "Spansk (meksikansk)" + +msgid "Nicaraguan Spanish" +msgstr "Spansk (nicaraguansk)" + +msgid "Venezuelan Spanish" +msgstr "Spansk (venezuelansk)" + +msgid "Estonian" +msgstr "Estisk" + +msgid "Basque" +msgstr "Baskisk" + +msgid "Persian" +msgstr "Persisk" + +msgid "Finnish" +msgstr "Finsk" + +msgid "French" +msgstr "Fransk" + +msgid "Frisian" +msgstr "Frisisk" + +msgid "Irish" +msgstr "Irsk" + +msgid "Scottish Gaelic" +msgstr "Skotsk-gaelisk" + +msgid "Galician" +msgstr "Galisisk" + +msgid "Hebrew" +msgstr "Hebraisk" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisk" + +msgid "Upper Sorbian" +msgstr "Høgsorbisk" + +msgid "Hungarian" +msgstr "Ungarsk" + +msgid "Armenian" +msgstr "Armensk" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisk" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandsk" + +msgid "Italian" +msgstr "Italiensk" + +msgid "Japanese" +msgstr "Japansk" + +msgid "Georgian" +msgstr "Georgisk" + +msgid "Kabyle" +msgstr "Kabylsk" + +msgid "Kazakh" +msgstr "Kasakhisk" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreansk" + +msgid "Kyrgyz" +msgstr "Kirgisisk" + +msgid "Luxembourgish" +msgstr "Luxembourgsk" + +msgid "Lithuanian" +msgstr "Litauisk" + +msgid "Latvian" +msgstr "Latvisk" + +msgid "Macedonian" +msgstr "Makedonsk" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolsk" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malayisk" + +msgid "Burmese" +msgstr "Burmesisk" + +msgid "Norwegian Bokmål" +msgstr "Norsk (bokmål)" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Nederlandsk" + +msgid "Norwegian Nynorsk" +msgstr "Norsk (nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisk" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polsk" + +msgid "Portuguese" +msgstr "Portugisisk" + +msgid "Brazilian Portuguese" +msgstr "Brasiliansk portugisisk" + +msgid "Romanian" +msgstr "Rumensk" + +msgid "Russian" +msgstr "Russisk" + +msgid "Slovak" +msgstr "Slovakisk" + +msgid "Slovenian" +msgstr "Slovensk" + +msgid "Albanian" +msgstr "Albansk" + +msgid "Serbian" +msgstr "Serbisk" + +msgid "Serbian Latin" +msgstr "Serbisk latin" + +msgid "Swedish" +msgstr "Svensk" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tadsjikisk" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "Turkmensk" + +msgid "Turkish" +msgstr "Tyrkisk" + +msgid "Tatar" +msgstr "Tatarisk" + +msgid "Udmurt" +msgstr "Udmurtisk" + +msgid "Ukrainian" +msgstr "Ukrainsk" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Usbekisk" + +msgid "Vietnamese" +msgstr "Vietnamesisk" + +msgid "Simplified Chinese" +msgstr "Simplifisert kinesisk" + +msgid "Traditional Chinese" +msgstr "Tradisjonell kinesisk" + +msgid "Messages" +msgstr "Meldingar" + +msgid "Site Maps" +msgstr "Sidekart" + +msgid "Static Files" +msgstr "Statiske Filer" + +msgid "Syndication" +msgstr "Syndikering" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Sidenummeret er ikkje eit heiltal" + +msgid "That page number is less than 1" +msgstr "Sidenummeret er mindre enn 1" + +msgid "That page contains no results" +msgstr "Sida har ingen resultat" + +msgid "Enter a valid value." +msgstr "Oppgje ein gyldig verdi." + +msgid "Enter a valid URL." +msgstr "Oppgje ei gyldig nettadresse." + +msgid "Enter a valid integer." +msgstr "Oppgje eit gyldig heiltal." + +msgid "Enter a valid email address." +msgstr "Oppgje ei gyldig e-postadresse." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Oppgje ein gyldig \"slug\" som består av bokstavar, nummer, understrekar " +"eller bindestrekar." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Oppgje ein gyldig \"slug\" som består av Unicode bokstavar, nummer, " +"understrekar eller bindestrekar." + +msgid "Enter a valid IPv4 address." +msgstr "Oppgje ei gyldig IPv4-adresse." + +msgid "Enter a valid IPv6 address." +msgstr "Skriv inn ei gyldig IPv6-adresse." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Skriv inn ei gyldig IPv4- eller IPv6-adresse." + +msgid "Enter only digits separated by commas." +msgstr "Oppgje berre tall skild med komma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Verdien må minimum ha %(limit_value)s teikn (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Verdien må vere mindre enn eller lik %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Verdien må vere større enn eller lik %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Verdien må ha minst %(limit_value)d teikn (den har %(show_value)d)." +msgstr[1] "Verdien må ha minst %(limit_value)d teikn (den har %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Verdien kan ikkje ha fleire enn %(limit_value)d teikn (den har " +"%(show_value)d)." +msgstr[1] "" +"Verdien kan ikkje ha fleire enn %(limit_value)d teikn (den har " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Oppgje eit tal." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Verdien kan ikkje ha meir enn %(max)s siffer totalt." +msgstr[1] "Verdien kan ikkje ha meir enn %(max)s siffer totalt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Verdien kan ikkie ha meir enn %(max)s desimal." +msgstr[1] "Verdien kan ikkie ha meir enn %(max)s desimalar." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Verdien kan ikkje ha meir enn %(max)s siffer framanfor komma." +msgstr[1] "Verdien kan ikkje ha meir enn %(max)s siffer framanfor komma." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Filtypen “%(extension)s” er ikkje tillate. Tillate filtypar er: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null-teikn er ikkje tillate." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med %(field_labels)s fins allereie." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Verdi %(value)r er eit ugyldig val." + +msgid "This field cannot be null." +msgstr "Feltet kan ikkje vere tomt." + +msgid "This field cannot be blank." +msgstr "Feltet kan ikkje vere tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med %(field_label)s fins allereie." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s må vere unik for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt av typen: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Verdien “%(value)s” må vere anten True eller False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Verdien “%(value)s” må vere anten True, False, eller None." + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Tekst (opp til %(max_length)s teikn)" + +msgid "Comma-separated integers" +msgstr "Heiltal skild med komma" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Verdien “%(value)s” har eit ugyldig datoformat. Det må vere på formen YYYY-" +"MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Verdien “%(value)s” har rett format (YYYY-MM-DD) men er ein ugyldig dato." + +msgid "Date (without time)" +msgstr "Dato (utan tid)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Verdien “%(value)s” har eit ugyldig format. Det må vere på formen YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Verdien “%(value)s” har rett format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) men " +"er ein ugyldig dato eller klokkeslett." + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Verdien “%(value)s” må vere eit desimaltal." + +msgid "Decimal number" +msgstr "Desimaltal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Verdien “%(value)s” har eit ugyldig format. Det må vere på formen [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Varigskap" + +msgid "Email address" +msgstr "E-postadresse" + +msgid "File path" +msgstr "Filsti" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Verdien “%(value)s” må vere eit flyttal." + +msgid "Floating point number" +msgstr "Flyttal" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Verdien “%(value)s” må vere eit heiltal." + +msgid "Integer" +msgstr "Heiltal" + +msgid "Big (8 byte) integer" +msgstr "Stort (8 bitar) heiltal" + +msgid "Small integer" +msgstr "Lite heiltal" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Verdien “%(value)s” må vere anten None, True, eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive big integer" +msgstr "Positivt stort heiltal" + +msgid "Positive integer" +msgstr "Positivt heiltal" + +msgid "Positive small integer" +msgstr "Positivt lite heiltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (opp til %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Verdien “%(value)s” har eit ugyldig format. Det må vere på formen HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Verdien “%(value)s” har rett format (HH:MM[:ss[.uuuuuu]]), men er eit " +"ugyldig klokkeslett." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "Nettadresse" + +msgid "Raw binary data" +msgstr "Rå binærdata" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” er ikkje ein gyldig UUID." + +msgid "Universally unique identifier" +msgstr "Universelt unik identifikator." + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Bilete" + +msgid "A JSON object" +msgstr "Eit JSON-objekt" + +msgid "Value must be valid JSON." +msgstr "Verdi må vere gyldig JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s-instans med %(field)s %(value)r eksisterer ikkje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremmednøkkel (type bestemt av relatert felt)" + +msgid "One-to-one relationship" +msgstr "Ein-til-ein-forhold" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relasjon" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relasjonar" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-forhold" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Feltet er påkravd." + +msgid "Enter a whole number." +msgstr "Oppgje eit heiltal." + +msgid "Enter a valid date." +msgstr "Oppgje ein gyldig dato." + +msgid "Enter a valid time." +msgstr "Oppgje eit gyldig tidspunkt." + +msgid "Enter a valid date/time." +msgstr "Oppgje gyldig dato og tidspunkt." + +msgid "Enter a valid duration." +msgstr "Oppgje ein gyldig varigskap." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Antal dagar må vere mellom {min_days} og {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Inga fil vart sendt. Sjekk \"encoding\"-typen på skjemaet." + +msgid "No file was submitted." +msgstr "Inga fil vart sendt." + +msgid "The submitted file is empty." +msgstr "Fila er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Filnamnet kan ikkje ha fleire enn %(max)d teikn (det har %(length)d)." +msgstr[1] "" +"Filnamnet kan ikkje ha fleire enn %(max)d teikn (det har %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Last enten opp ei fil eller huk av i avkryssingsboksen." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Last opp eit gyldig bilete. Fila du lasta opp var ødelagt eller ikkje eit " +"bilete." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Velg eit gyldig valg. %(value)s er ikkje eit av dei tilgjengelege valga." + +msgid "Enter a list of values." +msgstr "Oppgje ei liste med verdiar." + +msgid "Enter a complete value." +msgstr "Oppgje ein fullstendig verdi." + +msgid "Enter a valid UUID." +msgstr "Oppgje ein gyldig UUID." + +msgid "Enter a valid JSON." +msgstr "Oppgje gyldig JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gøymt felt %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm data manglar eller har blitt tukla med. Felt som manglar: " +"%(field_names)s. Du burde kanskje sende ein feilrapport dersom problemet " +"fortset. " + +#, python-format +msgid "Please submit at most %d form." +msgid_plural "Please submit at most %d forms." +msgstr[0] "Ver vennleg å ikkje sende inn fleire enn %d skjema. " +msgstr[1] "Ver vennleg å ikkje sende inn fleire enn %d skjema. " + +#, python-format +msgid "Please submit at least %d form." +msgid_plural "Please submit at least %d forms." +msgstr[0] "Ver vennleg å sende inn minst %d skjema. " +msgstr[1] "Ver vennleg å sende inn minst %d skjema. " + +msgid "Order" +msgstr "Rekkefølge" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korriger dupliserte data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korriger dupliserte data for %(field)s, som må vere unike." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korriger dupliserte data for %(field_name)s, som må vere unike for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korriger dei dupliserte verdiane nedanfor." + +msgid "The inline value did not match the parent instance." +msgstr "Inline verdien stemmer ikkje overeins med forelder-instansen.  " + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Velg eit gyldig valg. Valget er ikkje eit av dei tilgjengelege valga." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” er ikkje ein gyldig verdi." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunne ikkje bli tolka i tidssona %(current_timezone)s; Verdien " +"er anten tvetydig eller ugyldig." + +msgid "Clear" +msgstr "Tøm" + +msgid "Currently" +msgstr "Noverande" + +msgid "Change" +msgstr "Endre" + +msgid "Unknown" +msgstr "Ukjend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ja,nei,kanskje" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnatt" + +msgid "noon" +msgstr "12:00" + +msgid "Monday" +msgstr "måndag" + +msgid "Tuesday" +msgstr "tysdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "laurdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tys" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lau" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mars" + +msgid "apr" +msgstr "april" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "juni" + +msgid "jul" +msgstr "juli" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Dette er ikkje ei gyldig IPv6-adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d år" +msgstr[1] "%(num)d år" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d månad" +msgstr[1] "%(num)d månader" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d veke" +msgstr[1] "%(num)d veker" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dag" +msgstr[1] "%(num)d dagar" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d time" +msgstr[1] "%(num)d timar" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minutt" +msgstr[1] "%(num)d minutt" + +msgid "Forbidden" +msgstr "Forbydd" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikasjon feila. Førespurnad avbrote." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser denne meldinga på grunn av at det ikkje blei sendt nokon \"Referer\" " +"hovud frå din nettlesar, noko denne HTTPS-sida krev. Dette hovudet er eit " +"krav på grunn av sikkerheit, for å hindre at din nettlesar er kapra av " +"tredjepartar. " + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Dersom du har konfigurert nettlesaren din til å deaktiverere \"Referer\"-" +"hovud må du aktivere dei på nytt, i det minste for denne nettsida, eller for " +"HTTPS-tilkoplingar eller for førespurnadar av same opphav. " + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Dersom du brukar -taggen " +"eller inkludera \"Referrer-Policy: no-referrer\" hovud, ver vennleg å fjerne " +"dei. CSRF-vern krev \"Referer\" hovud for å gjennomføre strenge kontrollar " +"av referer. Dersom du har bekymringar for personvern bruk alternativ som for lenkjer til tredepartssider" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser denne meldinga fordi denne nettsida krev ein CSRF informasjonskapsel " +"når du sender inn skjema. Denne informasjonskapselen er eit krav på grunn av " +"sikkerheit, for å forsikre at nettlesaren din ikkje er kapra av " +"tredjepartar. " + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Dersom du har konfigurert nettlesaren din til å deaktivere " +"informasjonskapslar, ver vennleg å aktiver dei på nytt, i det minste for " +"denne nettsida, eller for førespurnader av same opphav. " + +msgid "More information is available with DEBUG=True." +msgstr "Meir informasjon er tilgjengeleg med DEBUG=True." + +msgid "No year specified" +msgstr "Årstal ikkje spesifisert" + +msgid "Date out of range" +msgstr "Dato er utanfor rekkjevidde" + +msgid "No month specified" +msgstr "Månad ikkje spesifisert" + +msgid "No day specified" +msgstr "Dag ikkje spesifisert" + +msgid "No week specified" +msgstr "Veke ikkje spesifisert" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s tilgjengeleg" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Framtidig %(verbose_name_plural)s er ikkje tilgjengeleg fordi %(class_name)s." +"allow_future er sett til False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ugyldig datostreng \"%(datestr)s\" grunna format \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Fann ingen %(verbose_name)s som korresponderte med spørringa" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Sida er ikkje \"last\" og den kan heller ikkje konverterast til eit heiltal. " + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ugyldig side (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tom liste og \"%(class_name)s.allow_empty\" er False." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeindeksar er ikkje tillate her." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" eksisterer ikkje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks for %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Installasjonen var vellykka! Gratulerer!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Sjå utgjevingsnotat for Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Du ser denne sida fordi DEBUG=True er i innstillingsfila di og du ikkje har konfigurert noka " +"nettadresser." + +msgid "Django Documentation" +msgstr "Django-dokumentasjon" + +msgid "Topics, references, & how-to’s" +msgstr "Tema, referansar, & how-tos" + +msgid "Tutorial: A Polling App" +msgstr "Opplæring: Ein avstemmingsapp" + +msgid "Get started with Django" +msgstr "Kom i gang med Django" + +msgid "Django Community" +msgstr "Django Nettsamfunn" + +msgid "Connect, get help, or contribute" +msgstr "Koble, få hjelp, eller bidra" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cba98d1c755a2b9dbf34c43b76982b1ff2a330c6 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N_4D%dZ{G##n6`h?bJJWYW55kXw)$+7duayBc@? z1GmPVf5WXCmJM51vm-Nc!^&H}2AsP%=RMCk@40Q$-^nBa(E0kF>1Uz<{0WNf32ns9 zDTBYw1>!KKFJfPtKcoE20jON8xDQI3{=<*Wo#b~WeTV)y|1sU36Xl77*$CYIdz^;>*B6R2c3P8)dWs9M5&?Hwua2Q;yG&0y4k19soi57@+>dBsf*k@LlK&s%&C$*C)JwNQn&`c z$I^|K_*#&SQ(0;?>y6W&;0C=pSoYY@&gf!1YcN z_-SCi98u`r;FlVop|HR)3|kN&eeW{ir*bHek1o@G{{9SP{TzxJKmRb$Cy!^K;O7fS iUlRlsngQ~fA|9YjEhtbp31$jtlJv>km-Hx)cK-t~M(fW2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/formats.py new file mode 100644 index 00000000000..0ddb8fef604 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/nn/formats.py @@ -0,0 +1,41 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + "%Y-%m-%d", # '2006-10-25' + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + # "%d. %b %Y", # '25. okt 2006' + # "%d %b %Y", # '25 okt 2006' + # "%d. %b. %Y", # '25. okt. 2006' + # "%d %b. %Y", # '25 okt. 2006' + # "%d. %B %Y", # '25. oktober 2006' + # "%d %B %Y", # '25 oktober 2006' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-10-25 14:30:59' + "%Y-%m-%d %H:%M:%S.%f", # '2006-10-25 14:30:59.000200' + "%Y-%m-%d %H:%M", # '2006-10-25 14:30' + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b17907efa70fd70adbe6bfe55bc996928fc02dee GIT binary patch literal 17994 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f3badb7c393 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,1235 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Африкаанс" + +msgid "Arabic" +msgstr "Араббаг" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Тӕтӕйраг" + +msgid "Bulgarian" +msgstr "Болгайраг" + +msgid "Belarusian" +msgstr "Беларусаг" + +msgid "Bengali" +msgstr "Бенгалаг" + +msgid "Breton" +msgstr "Бретойнаг" + +msgid "Bosnian" +msgstr "Босниаг" + +msgid "Catalan" +msgstr "Каталайнаг" + +msgid "Czech" +msgstr "Чехаг" + +msgid "Welsh" +msgstr "Уельсаг" + +msgid "Danish" +msgstr "Даниаг" + +msgid "German" +msgstr "Немыцаг" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грекъаг" + +msgid "English" +msgstr "Англисаг" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Бритайнаг англисаг" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Испайнаг" + +msgid "Argentinian Spanish" +msgstr "Аргентинаг испайнаг" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикайнаг Испайнаг" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуайаг испайнаг" + +msgid "Venezuelan Spanish" +msgstr "Венесуелаг испайнаг" + +msgid "Estonian" +msgstr "Эстойнаг" + +msgid "Basque" +msgstr "Баскаг" + +msgid "Persian" +msgstr "Персайнаг" + +msgid "Finnish" +msgstr "Финнаг" + +msgid "French" +msgstr "Францаг" + +msgid "Frisian" +msgstr "Фризаг" + +msgid "Irish" +msgstr "Ирландиаг" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галициаг" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорватаг" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгриаг" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонезиаг" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исландаг" + +msgid "Italian" +msgstr "Италиаг" + +msgid "Japanese" +msgstr "Япойнаг" + +msgid "Georgian" +msgstr "Гуырдзиаг" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Казахаг" + +msgid "Khmer" +msgstr "Хмераг" + +msgid "Kannada" +msgstr "Каннадаг" + +msgid "Korean" +msgstr "Корейаг" + +msgid "Luxembourgish" +msgstr "Люксембургаг" + +msgid "Lithuanian" +msgstr "Литвайаг" + +msgid "Latvian" +msgstr "Латвийаг" + +msgid "Macedonian" +msgstr "Мӕчъидон" + +msgid "Malayalam" +msgstr "Малайаг" + +msgid "Mongolian" +msgstr "Монголиаг" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Бурмизаг" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непалаг" + +msgid "Dutch" +msgstr "Нидерландаг" + +msgid "Norwegian Nynorsk" +msgstr "Норвегийаг Нинорск" + +msgid "Ossetic" +msgstr "Ирон" + +msgid "Punjabi" +msgstr "Пенджабаг" + +msgid "Polish" +msgstr "Полаг" + +msgid "Portuguese" +msgstr "Португалаг" + +msgid "Brazilian Portuguese" +msgstr "Бразилаг португалаг" + +msgid "Romanian" +msgstr "Румынаг" + +msgid "Russian" +msgstr "Уырыссаг" + +msgid "Slovak" +msgstr "Словакиаг" + +msgid "Slovenian" +msgstr "Словенаг" + +msgid "Albanian" +msgstr "Албайнаг" + +msgid "Serbian" +msgstr "Сербаг" + +msgid "Serbian Latin" +msgstr "Латинаг Сербаг" + +msgid "Swedish" +msgstr "Шведаг" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамилаг" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тайаг" + +msgid "Turkish" +msgstr "Туркаг" + +msgid "Tatar" +msgstr "Тӕтӕйраг" + +msgid "Udmurt" +msgstr "Удмуртаг" + +msgid "Ukrainian" +msgstr "Украинаг" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Вьетнамаг" + +msgid "Simplified Chinese" +msgstr "Ӕнцонгонд Китайаг" + +msgid "Traditional Chinese" +msgstr "Традицион Китайаг" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Раст бӕрц бафысс." + +msgid "Enter a valid URL." +msgstr "Раст URL бафысс." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Раст email адрис бафысс." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Раст IPv4 адрис бафысс." + +msgid "Enter a valid IPv6 address." +msgstr "Раст IPv6 адрис бафысс." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Раст IPv4 кӕнӕ IPv6 адрис бафысс." + +msgid "Enter only digits separated by commas." +msgstr "Бафысс ӕрмӕст нымӕцтӕ, къӕдзгуытӕй дихгонд." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ацы бӕрц хъуамӕ уа %(limit_value)s (у %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ацы бӕрц хъуамӕ уа %(limit_value)s, кӕнӕ цъусдӕр." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ацы бӕрц хъуамӕ уа %(limit_value)s, кӕнӕ цъусдӕр." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕ уӕддӕр уа (ис дзы " +"%(show_value)d)." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕйы уӕддӕр уа (ис дзы " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕйӕ фылдӕр ма уа (ис дзы " +"%(show_value)d)." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕйӕ фылдӕр ма уа (ис дзы " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Бафысс нымӕц." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Дӕ хъус бадар цӕмӕй иууыл иумӕ %(max)s цифрӕйӕ фылдӕр уой." +msgstr[1] "Дӕ хъус бадар цӕмӕй иууыл иумӕ %(max)s цифрӕйӕ фылдӕр уой." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Дӕ хъус бадар цӕмӕй дӕсон бынӕттӕ %(max)s-ӕй фылдӕр ма уой." +msgstr[1] "Дӕ хъус бадар цӕмӕй дӕсон бынӕттӕ %(max)s-ӕй фылдӕр ма уой." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй дӕсон стъӕлфы размӕ %(max)s цифрӕйӕ фылдӕр ма уа." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй дӕсон стъӕлфы размӕ %(max)s цифрӕйӕ фылдӕр ма уа." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "ӕмӕ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ацы быдыр нул ма хъуамӕ уа." + +msgid "This field cannot be blank." +msgstr "Ацы быдыр афтид ма хъуамӕ уа." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s ацы %(field_label)s-имӕ нырид ис." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Быдыры хуыз: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Булон (Бӕлвырд кӕнӕ Мӕнг)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Рӕнхъ (%(max_length)s-ы йонг)" + +msgid "Comma-separated integers" +msgstr "Къӕдзыгӕй хицӕнгонд ӕгас нымӕцтӕ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Бон (ӕнӕ рӕстӕг)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Бон (ӕд рӕстӕг)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Дӕсон нымӕц" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Электрон посты адрис" + +msgid "File path" +msgstr "Файлы фӕт" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Уӕгъд стъӕлфимӕ нымӕц" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Ӕгас нымӕц" + +msgid "Big (8 byte) integer" +msgstr "Стыр (8 байты) ӕгас нымӕц" + +msgid "IPv4 address" +msgstr "IPv4 адрис" + +msgid "IP address" +msgstr "IP адрис" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Булон (Бӕлвырд, Мӕнг кӕнӕ Ницы)" + +msgid "Positive integer" +msgstr "Позитивон ӕгас нымӕц" + +msgid "Positive small integer" +msgstr "Позитивон гыццыл ӕгас нымӕц" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (ӕппӕты фылдӕр %(max_length)s)" + +msgid "Small integer" +msgstr "Гыццыл ӕгас нымӕц" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Рӕстӕг" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Хом бинарон рардтӕ" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Ныв" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Ӕттагон Амонӕн (хӕстӕг быдырӕй бӕрӕггонд хуыз)" + +msgid "One-to-one relationship" +msgstr "Иуӕн-иу бастдзинад" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Бирӕйӕн-бирӕ бастдзинад" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ацы быдыр ӕнӕмӕнг у." + +msgid "Enter a whole number." +msgstr "Бафысс ӕнӕхъӕн нымӕц." + +msgid "Enter a valid date." +msgstr "Раст бон бафысс." + +msgid "Enter a valid time." +msgstr "Раст рӕстӕг бафысс." + +msgid "Enter a valid date/time." +msgstr "Раст бон/рӕстӕг бафысс." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ницы файл уыд лӕвӕрд. Абӕрӕг кӕн формӕйы кодкӕнынады хуыз." + +msgid "No file was submitted." +msgstr "Ницы файл уыд лӕвӕрд." + +msgid "The submitted file is empty." +msgstr "Лӕвӕрд файл афтид у." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй ацы файлы номы %(max)d дамгъӕйӕ фылдӕр ма уа(ис дзы " +"%(length)d)." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй ацы файлы номы %(max)d дамгъӕйӕ фылдӕр ма уа(ис дзы " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Дӕ хорзӕхӕй, кӕнӕ бадӕтт файл, кӕнӕ банысан кӕн сыгъдӕг чекбокс. Дыууӕ иумӕ " +"нӕ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Раст ныв бавгӕн. Ды цы файл бавгӕдтай, уый кӕнӕ ныв нӕ уыд, кӕнӕ хӕлд ныв " +"уыд." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Раст фадат равзар. %(value)s фадӕтты ӕхсӕн нӕй." + +msgid "Enter a list of values." +msgstr "Бафысс мидисты номхыгъд." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Ӕмбӕхст быдыр %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Рад" + +msgid "Delete" +msgstr "Схафын" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Дӕ хорзӕхӕй, %(field)s-ы дывӕр рардтӕ сраст кӕн." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Дӕ хорзӕхӕй, %(field)s-ы дывӕр рардтӕ сраст кӕн. Хъуамӕ уникалон уа." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Дӕ хорзӕхӕй, %(field_name)s-ы дывӕр рардтӕ сраст кӕн. Хъуамӕ %(date_field)s-" +"ы %(lookup)s-ӕн уникалон уа. " + +msgid "Please correct the duplicate values below." +msgstr "Дӕ хорзӕхӕй, бындӕр цы дывӕр рардтӕ ис, уыдон сраст кӕн." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Раст фадат равзар. УКыцы фадат фадӕтты ӕхсӕн нӕй." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Сыгъдӕг" + +msgid "Currently" +msgstr "Ныр" + +msgid "Change" +msgstr "Фӕивын" + +msgid "Unknown" +msgstr "Ӕнӕбӕрӕг" + +msgid "Yes" +msgstr "О" + +msgid "No" +msgstr "Нӕ" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "о,нӕ,гӕнӕн ис" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байты" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "ӕ.ф." + +msgid "a.m." +msgstr "ӕ.р." + +msgid "PM" +msgstr "ӔФ" + +msgid "AM" +msgstr "ӔР" + +msgid "midnight" +msgstr "ӕмбисӕхсӕв" + +msgid "noon" +msgstr "ӕмбисбон" + +msgid "Monday" +msgstr "Къуырисӕр" + +msgid "Tuesday" +msgstr "Дыццӕг" + +msgid "Wednesday" +msgstr "Ӕртыццӕг" + +msgid "Thursday" +msgstr "Цыппӕрӕм" + +msgid "Friday" +msgstr "Майрӕмбон" + +msgid "Saturday" +msgstr "Сабат" + +msgid "Sunday" +msgstr "Хуыцаубон" + +msgid "Mon" +msgstr "Крс" + +msgid "Tue" +msgstr "Дцг" + +msgid "Wed" +msgstr "Ӕрт" + +msgid "Thu" +msgstr "Цпр" + +msgid "Fri" +msgstr "Мрб" + +msgid "Sat" +msgstr "Сбт" + +msgid "Sun" +msgstr "Хцб" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Мартъи" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "янв" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Янв." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Мартъи" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Январь" + +msgctxt "alt. month" +msgid "February" +msgstr "Февраль" + +msgctxt "alt. month" +msgid "March" +msgstr "Мартъи" + +msgctxt "alt. month" +msgid "April" +msgstr "Апрель" + +msgctxt "alt. month" +msgid "May" +msgstr "Май" + +msgctxt "alt. month" +msgid "June" +msgstr "Июнь" + +msgctxt "alt. month" +msgid "July" +msgstr "Июль" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Сентябрь" + +msgctxt "alt. month" +msgid "October" +msgstr "Октябрь" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноябрь" + +msgctxt "alt. month" +msgid "December" +msgstr "Декабрь" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "кӕнӕ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d аз" +msgstr[1] "%d азы" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d мӕй" +msgstr[1] "%d мӕйы" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d къуыри" +msgstr[1] "%d къуырийы" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d бон" +msgstr[1] "%d боны" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d сахат" +msgstr[1] "%d сахаты" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минут" +msgstr[1] "%d минуты" + +msgid "0 minutes" +msgstr "0 минуты" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Аз амынд нӕ уыд" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Мӕй амынд нӕ уыд" + +msgid "No day specified" +msgstr "Бон амынд нӕ уыд" + +msgid "No week specified" +msgstr "Къуыри амынд нӕ уыд" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ницы %(verbose_name_plural)s ис" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Фидӕн %(verbose_name_plural)s-мӕ бавналӕн нӕй, уымӕн ӕмӕ %(class_name)s." +"allow_future Мӕнг у." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Домӕнӕн ницы %(verbose_name)s ӕмбӕлы" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Мӕнг фарс (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Ам директориты индекстӕ нӕй гӕнӕн." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-ы индекс" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a8fa88b4edae2b660b2ccf5d1c5c893083a0d026 GIT binary patch literal 11253 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 B%@P0r literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d71b5f7b03d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po @@ -0,0 +1,1213 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# A S Alam , 2011,2013,2015 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ਅਫਰੀਕੀ" + +msgid "Arabic" +msgstr "ਅਰਬੀ" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "ਅਜ਼ਰਬਾਈਜਾਨੀ" + +msgid "Bulgarian" +msgstr "ਬੁਲਗਾਰੀਆਈ" + +msgid "Belarusian" +msgstr "ਬੇਲਾਰੂਸੀ" + +msgid "Bengali" +msgstr "ਬੰਗਾਲੀ" + +msgid "Breton" +msgstr "ਬਰੇਟੋਨ" + +msgid "Bosnian" +msgstr "ਬੋਸਨੀਆਈ" + +msgid "Catalan" +msgstr "ਕਾਟਾਲਾਨ" + +msgid "Czech" +msgstr "ਚੈੱਕ" + +msgid "Welsh" +msgstr "ਵੈਲਸ਼" + +msgid "Danish" +msgstr "ਡੈਨਿਸ਼" + +msgid "German" +msgstr "ਜਰਮਨ" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ਗਰੀਕ" + +msgid "English" +msgstr "ਅੰਗਰੇਜ਼ੀ" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ਬਰਤਾਨੀਵੀਂ ਅੰਗਰੇਜ਼ੀ" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ਸਪੇਨੀ" + +msgid "Argentinian Spanish" +msgstr "ਅਰਜਨਟੀਨੀ ਸਪੇਨੀ" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "ਮੈਕਸੀਕਨ ਸਪੇਨੀ" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "ਈਸਟੋਨੀਆਈ" + +msgid "Basque" +msgstr "ਬਸਕਿਊ" + +msgid "Persian" +msgstr "ਪਰਸ਼ੀਆਈ" + +msgid "Finnish" +msgstr "ਫੈਨਿਸ਼" + +msgid "French" +msgstr "ਫਰੈਂਚ" + +msgid "Frisian" +msgstr "ਫ਼ਾਰਸੀ" + +msgid "Irish" +msgstr "ਆਈਰਸ਼" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ਗਲੀਸੀਆਈ" + +msgid "Hebrew" +msgstr "ਹੈਬਰਿਊ" + +msgid "Hindi" +msgstr "ਹਿੰਦੀ" + +msgid "Croatian" +msgstr "ਕਰੋਆਟੀਆਈ" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ਹੰਗਰੀਆਈ" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ਇੰਡੋਨੇਸ਼ੀਆਈ" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ਆਈਸਲੈਂਡਿਕ" + +msgid "Italian" +msgstr "ਇਤਾਲਵੀ" + +msgid "Japanese" +msgstr "ਜਾਪਾਨੀ" + +msgid "Georgian" +msgstr "ਜਾਰਜੀਆਈ" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "ਕਜ਼ਾਖ" + +msgid "Khmer" +msgstr "ਖਮੀਰ" + +msgid "Kannada" +msgstr "ਕੰਨੜ" + +msgid "Korean" +msgstr "ਕੋਰੀਆਈ" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "ਲੀਥੁਨੀਆਈ" + +msgid "Latvian" +msgstr "ਲਾਟਵੀਅਨ" + +msgid "Macedonian" +msgstr "ਮੈਕਡੋਨੀਆਈ" + +msgid "Malayalam" +msgstr "ਮਲਿਆਲਮ" + +msgid "Mongolian" +msgstr "ਮੰਗੋਲੀਆਈ" + +msgid "Marathi" +msgstr "ਮਰਾਠੀ" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "ਨੇਪਾਲੀ" + +msgid "Dutch" +msgstr "ਡੱਚ" + +msgid "Norwegian Nynorsk" +msgstr "ਨਾਰਵੇਗੀਅਨ ਨਯਨੋਰਸਕ" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "ਪੰਜਾਬੀ" + +msgid "Polish" +msgstr "ਪੋਲੈਂਡੀ" + +msgid "Portuguese" +msgstr "ਪੁਰਤਗਾਲੀ" + +msgid "Brazilian Portuguese" +msgstr "ਬਰਾਜ਼ੀਲੀ ਪੁਰਤਗਾਲੀ" + +msgid "Romanian" +msgstr "ਰੋਮਾਨੀਆਈ" + +msgid "Russian" +msgstr "ਰੂਸੀ" + +msgid "Slovak" +msgstr "ਸਲੋਵਾਕ" + +msgid "Slovenian" +msgstr "ਸਲੋਵੀਨੀਆਈ" + +msgid "Albanian" +msgstr "ਅਲਬੀਨੀਆਈ" + +msgid "Serbian" +msgstr "ਸਰਬੀਆਈ" + +msgid "Serbian Latin" +msgstr "ਸਰਬੀਆਈ ਲੈਟਿਨ" + +msgid "Swedish" +msgstr "ਸਵੀਡਨੀ" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "ਤਾਮਿਲ" + +msgid "Telugu" +msgstr "ਤੇਲਗੂ" + +msgid "Thai" +msgstr "ਥਾਈ" + +msgid "Turkish" +msgstr "ਤੁਰਕ" + +msgid "Tatar" +msgstr "ਤਤਾਰ" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ਯੂਕਰੇਨੀ" + +msgid "Urdu" +msgstr "ਉਰਦੂ" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "ਵੀਅਤਨਾਮੀ" + +msgid "Simplified Chinese" +msgstr "ਸਧਾਰਨ ਚੀਨੀ" + +msgid "Traditional Chinese" +msgstr "ਮੂਲ ਚੀਨੀ" + +msgid "Messages" +msgstr "ਸੁਨੇਹੇ" + +msgid "Site Maps" +msgstr "ਸਾਈਟ ਖਾਕੇ" + +msgid "Static Files" +msgstr "ਸਥਿਰ ਫਾਈਲਾਂ" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "ਠੀਕ ਮੁੱਲ ਦਿਓ" + +msgid "Enter a valid URL." +msgstr "ਠੀਕ URL ਦਿਉ।" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "ਢੁੱਕਵਾਂ ਈਮੇਲ ਸਿਰਨਾਵਾਂ ਦਿਉ ਜੀ।" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "ਨੰਬਰ ਦਿਓ।" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "ਅਤੇ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "ਇਹ ਖੇਤਰ ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ।" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ਖੇਤਰ ਦੀ ਕਿਸਮ: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "ਮਿਤੀ (ਬਿਨਾਂ ਸਮਾਂ)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "ਮਿਤੀ (ਸਮੇਂ ਨਾਲ)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ਦਸ਼ਮਲਵ ਅੰਕ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "ਅੰਤਰਾਲ" + +msgid "Email address" +msgstr "ਈਮੇਲ ਐਡਰੈੱਸ" + +msgid "File path" +msgstr "ਫਾਇਲ ਪਾਥ" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "ਅੰਕ" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "IPv4 address" +msgstr "IPv4 ਸਿਰਨਾਵਾਂ" + +msgid "IP address" +msgstr "IP ਐਡਰੈੱਸ" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "ਟੈਕਸਟ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "ਸਮਾਂ" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "ਫਾਇਲ" + +msgid "Image" +msgstr "ਚਿੱਤਰ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "ਇੱਕ-ਤੋਂ-ਇੱਕ ਸਬੰਧ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ਕਈ-ਤੋਂ-ਕਈ ਸਬੰਧ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ਇਹ ਖੇਤਰ ਲਾਜ਼ਮੀ ਹੈ।" + +msgid "Enter a whole number." +msgstr "ਪੂਰਨ ਨੰਬਰ ਦਿਉ।" + +msgid "Enter a valid date." +msgstr "ਠੀਕ ਮਿਤੀ ਦਿਓ।" + +msgid "Enter a valid time." +msgstr "ਠੀਕ ਸਮਾਂ ਦਿਓ।" + +msgid "Enter a valid date/time." +msgstr "ਠੀਕ ਮਿਤੀ/ਸਮਾਂ ਦਿਓ।" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "ਕੋਈ ਫਾਇਲ ਨਹੀਂ ਭੇਜੀ।" + +msgid "The submitted file is empty." +msgstr "ਦਿੱਤੀ ਫਾਇਲ ਖਾਲੀ ਹੈ।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "ਮੁੱਲ ਦੀ ਲਿਸਟ ਦਿਓ।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ਲੜੀ" + +msgid "Delete" +msgstr "ਹਟਾਓ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "ਸਾਫ਼ ਕਰੋ" + +msgid "Currently" +msgstr "ਮੌਜੂਦਾ" + +msgid "Change" +msgstr "ਬਦਲੋ" + +msgid "Unknown" +msgstr "ਅਣਜਾਣ" + +msgid "Yes" +msgstr "ਹਾਂ" + +msgid "No" +msgstr "ਨਹੀਂ" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "ਹਾਂ,ਨਹੀਂ,ਸ਼ਾਇਦ" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ਬਾਈਟ" +msgstr[1] "%(size)d ਬਾਈਟ" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "ਸ਼ਾਮ" + +msgid "AM" +msgstr "ਸਵੇਰ" + +msgid "midnight" +msgstr "ਅੱਧੀ-ਰਾਤ" + +msgid "noon" +msgstr "ਨੂਨ" + +msgid "Monday" +msgstr "ਸੋਮਵਾਰ" + +msgid "Tuesday" +msgstr "ਮੰਗਲਵਾਰ" + +msgid "Wednesday" +msgstr "ਬੁੱਧਵਾਰ" + +msgid "Thursday" +msgstr "ਵੀਰਵਾਰ" + +msgid "Friday" +msgstr "ਸ਼ੁੱਕਰਵਾਰ" + +msgid "Saturday" +msgstr "ਸ਼ਨਿੱਚਰਵਾਰ" + +msgid "Sunday" +msgstr "ਐਤਵਾਰ" + +msgid "Mon" +msgstr "ਸੋਮ" + +msgid "Tue" +msgstr "ਮੰਗ" + +msgid "Wed" +msgstr "ਬੁੱਧ" + +msgid "Thu" +msgstr "ਵੀਰ" + +msgid "Fri" +msgstr "ਸ਼ੁੱਕ" + +msgid "Sat" +msgstr "ਸ਼ਨਿੱ" + +msgid "Sun" +msgstr "ਐਤ" + +msgid "January" +msgstr "ਜਨਵਰੀ" + +msgid "February" +msgstr "ਫਰਵਰੀ" + +msgid "March" +msgstr "ਮਾਰਚ" + +msgid "April" +msgstr "ਅਪਰੈਲ" + +msgid "May" +msgstr "ਮਈ" + +msgid "June" +msgstr "ਜੂਨ" + +msgid "July" +msgstr "ਜੁਲਾਈ" + +msgid "August" +msgstr "ਅਗਸਤ" + +msgid "September" +msgstr "ਸਤੰਬਰ" + +msgid "October" +msgstr "ਅਕਤੂਬਰ" + +msgid "November" +msgstr "ਨਵੰਬਰ" + +msgid "December" +msgstr "ਦਸੰਬਰ" + +msgid "jan" +msgstr "ਜਨ" + +msgid "feb" +msgstr "ਫਰ" + +msgid "mar" +msgstr "ਮਾਰ" + +msgid "apr" +msgstr "ਅਪ" + +msgid "may" +msgstr "ਮਈ" + +msgid "jun" +msgstr "ਜੂਨ" + +msgid "jul" +msgstr "ਜੁਲ" + +msgid "aug" +msgstr "ਅਗ" + +msgid "sep" +msgstr "ਸਤੰ" + +msgid "oct" +msgstr "ਅਕ" + +msgid "nov" +msgstr "ਨਵੰ" + +msgid "dec" +msgstr "ਦਸੰ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ਜਨ" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ਫਰ" + +msgctxt "abbrev. month" +msgid "March" +msgstr "ਮਾਰ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ਅਪ" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ਮਈ" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ਜੂਨ" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ਜੁਲ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ਅਗ" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ਸਤੰ" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ਅਕਤੂ" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "ਨਵੰ" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ਦਸੰ" + +msgctxt "alt. month" +msgid "January" +msgstr "ਜਨਵਰੀ" + +msgctxt "alt. month" +msgid "February" +msgstr "ਫਰਵਰੀ" + +msgctxt "alt. month" +msgid "March" +msgstr "ਮਾਰਚ" + +msgctxt "alt. month" +msgid "April" +msgstr "ਅਪਰੈਲ" + +msgctxt "alt. month" +msgid "May" +msgstr "ਮਈ" + +msgctxt "alt. month" +msgid "June" +msgstr "ਜੂਨ" + +msgctxt "alt. month" +msgid "July" +msgstr "ਜੁਲਾਈ" + +msgctxt "alt. month" +msgid "August" +msgstr "ਅਗਸਤ" + +msgctxt "alt. month" +msgid "September" +msgstr "ਸਤੰਬਰ" + +msgctxt "alt. month" +msgid "October" +msgstr "ਅਕਤੂਬਰ" + +msgctxt "alt. month" +msgid "November" +msgstr "ਨਵੰਬਰ" + +msgctxt "alt. month" +msgid "December" +msgstr "ਦਸੰਬਰ" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "ਜਾਂ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ਸਾਲ" +msgstr[1] "%d ਸਾਲ" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ਮਹੀਨਾ" +msgstr[1] "%d ਮਹੀਨੇ" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d ਹਫ਼ਤਾ" +msgstr[1] "%d ਹਫ਼ਤੇ" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ਦਿਨ" +msgstr[1] "%d ਦਿਨ" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ਘੰਟਾ" +msgstr[1] "%d ਘੰਟੇ" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d ਮਿੰਟ" +msgstr[1] "%d ਮਿੰਟ" + +msgid "0 minutes" +msgstr "0 ਮਿੰਟ" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "ਕੋਈ ਸਾਲ ਨਹੀਂ ਦਿੱਤਾ" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "ਕੋਈ ਮਹੀਨਾ ਨਹੀਂ ਦਿੱਤਾ" + +msgid "No day specified" +msgstr "ਕੋਈ ਦਿਨ ਨਹੀਂ ਦਿੱਤਾ" + +msgid "No week specified" +msgstr "ਕੋਈ ਹਫ਼ਤਾ ਨਹੀਂ ਦਿੱਤਾ" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s ਦਾ ਇੰਡੈਕਸ" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..221182afec1a8021987469a480f46035265924b6 GIT binary patch literal 30719 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e34285cea6f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,1424 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 8ffa075ab2f53c280beb2c066769d1ac_169beb5 <462ee687bbf3107fab5af73e8cc690d0_217822>, 2014 +# Adam Stachowicz , 2015 +# angularcircle, 2011,2013 +# angularcircle, 2011,2013 +# angularcircle, 2014 +# Dariusz Paluch , 2015 +# Darek, 2022 +# Jannis Leidel , 2011 +# Janusz Harkot , 2014-2015 +# Kacper Krupa , 2013 +# Karol , 2012 +# 0d5641585fd67fbdb97037c19ab83e4c_18c98b0 , 2011 +# 0d5641585fd67fbdb97037c19ab83e4c_18c98b0 , 2011 +# Łukasz Rekucki (lqc) , 2011 +# Maciej Olko , 2016-2021 +# Maciej Olko , 2023-2024 +# Maciej Olko , 2015 +# Mariusz Felisiak , 2020-2021,2023-2025 +# Michał Pasternak , 2013 +# c10516f0462e552b4c3672569f0745a7_cc5cca2 <841826256cd8f47d0e443806a8e56601_19204>, 2012 +# Piotr Meuś , 2014 +# c10516f0462e552b4c3672569f0745a7_cc5cca2 <841826256cd8f47d0e443806a8e56601_19204>, 2012 +# Quadric , 2014 +# Radek Czajka , 2013 +# Radek Czajka , 2013 +# Roman Barczyński, 2012 +# 8ffa075ab2f53c280beb2c066769d1ac_169beb5 <462ee687bbf3107fab5af73e8cc690d0_217822>, 2014 +# Tomasz Kajtoch , 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Mariusz Felisiak , " +"2020-2021,2023-2025\n" +"Language-Team: Polish (http://app.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "afrykanerski" + +msgid "Arabic" +msgstr "arabski" + +msgid "Algerian Arabic" +msgstr "algierski arabski" + +msgid "Asturian" +msgstr "asturyjski" + +msgid "Azerbaijani" +msgstr "azerski" + +msgid "Bulgarian" +msgstr "bułgarski" + +msgid "Belarusian" +msgstr "białoruski" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "bretoński" + +msgid "Bosnian" +msgstr "bośniacki" + +msgid "Catalan" +msgstr "kataloński" + +msgid "Central Kurdish (Sorani)" +msgstr "sorani" + +msgid "Czech" +msgstr "czeski" + +msgid "Welsh" +msgstr "walijski" + +msgid "Danish" +msgstr "duński" + +msgid "German" +msgstr "niemiecki" + +msgid "Lower Sorbian" +msgstr "dolnołużycki" + +msgid "Greek" +msgstr "grecki" + +msgid "English" +msgstr "angielski" + +msgid "Australian English" +msgstr "australijski angielski" + +msgid "British English" +msgstr "brytyjski angielski" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "hiszpański" + +msgid "Argentinian Spanish" +msgstr "hiszpański argentyński" + +msgid "Colombian Spanish" +msgstr "hiszpański kolumbijski" + +msgid "Mexican Spanish" +msgstr "hiszpański meksykański" + +msgid "Nicaraguan Spanish" +msgstr "hiszpański nikaraguański" + +msgid "Venezuelan Spanish" +msgstr "hiszpański wenezuelski" + +msgid "Estonian" +msgstr "estoński" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "perski" + +msgid "Finnish" +msgstr "fiński" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "fryzyjski" + +msgid "Irish" +msgstr "irlandzki" + +msgid "Scottish Gaelic" +msgstr "Szkocki gaelicki" + +msgid "Galician" +msgstr "galicyjski" + +msgid "Hebrew" +msgstr "hebrajski" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "chorwacki" + +msgid "Upper Sorbian" +msgstr "górnołużycki" + +msgid "Hungarian" +msgstr "węgierski" + +msgid "Armenian" +msgstr "ormiański" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonezyjski" + +msgid "Igbo" +msgstr "igbo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandzki" + +msgid "Italian" +msgstr "włoski" + +msgid "Japanese" +msgstr "japoński" + +msgid "Georgian" +msgstr "gruziński" + +msgid "Kabyle" +msgstr "kabylski" + +msgid "Kazakh" +msgstr "kazachski" + +msgid "Khmer" +msgstr "khmerski" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "koreański" + +msgid "Kyrgyz" +msgstr "kirgiski" + +msgid "Luxembourgish" +msgstr "luksemburski" + +msgid "Lithuanian" +msgstr "litewski" + +msgid "Latvian" +msgstr "łotewski" + +msgid "Macedonian" +msgstr "macedoński" + +msgid "Malayalam" +msgstr "malajski" + +msgid "Mongolian" +msgstr "mongolski" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "malajski" + +msgid "Burmese" +msgstr "birmański" + +msgid "Norwegian Bokmål" +msgstr "norweski (bokmål)" + +msgid "Nepali" +msgstr "nepalski" + +msgid "Dutch" +msgstr "holenderski" + +msgid "Norwegian Nynorsk" +msgstr "norweski (nynorsk)" + +msgid "Ossetic" +msgstr "osetyjski" + +msgid "Punjabi" +msgstr "pendżabski" + +msgid "Polish" +msgstr "polski" + +msgid "Portuguese" +msgstr "portugalski" + +msgid "Brazilian Portuguese" +msgstr "portugalski brazylijski" + +msgid "Romanian" +msgstr "rumuński" + +msgid "Russian" +msgstr "rosyjski" + +msgid "Slovak" +msgstr "słowacki" + +msgid "Slovenian" +msgstr "słoweński" + +msgid "Albanian" +msgstr "albański" + +msgid "Serbian" +msgstr "serbski" + +msgid "Serbian Latin" +msgstr "serbski (łaciński)" + +msgid "Swedish" +msgstr "szwedzki" + +msgid "Swahili" +msgstr "suahili" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "tadżycki" + +msgid "Thai" +msgstr "tajski" + +msgid "Turkmen" +msgstr "turkmeński" + +msgid "Turkish" +msgstr "turecki" + +msgid "Tatar" +msgstr "tatarski" + +msgid "Udmurt" +msgstr "udmurcki" + +msgid "Uyghur" +msgstr "ujgurski" + +msgid "Ukrainian" +msgstr "ukraiński" + +msgid "Urdu" +msgstr "urdu" + +msgid "Uzbek" +msgstr "uzbecki" + +msgid "Vietnamese" +msgstr "wietnamski" + +msgid "Simplified Chinese" +msgstr "chiński uproszczony" + +msgid "Traditional Chinese" +msgstr "chiński tradycyjny" + +msgid "Messages" +msgstr "Wiadomości" + +msgid "Site Maps" +msgstr "Mapy stron" + +msgid "Static Files" +msgstr "Pliki statyczne" + +msgid "Syndication" +msgstr "Syndykacja treści" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Ten numer strony nie jest liczbą całkowitą" + +msgid "That page number is less than 1" +msgstr "Ten numer strony jest mniejszy niż 1" + +msgid "That page contains no results" +msgstr "Ta strona nie zawiera wyników" + +msgid "Enter a valid value." +msgstr "Wpisz poprawną wartość." + +msgid "Enter a valid domain name." +msgstr "Wpisz poprawną nazwę domeny." + +msgid "Enter a valid URL." +msgstr "Wpisz poprawny URL." + +msgid "Enter a valid integer." +msgstr "Wprowadź poprawną liczbę całkowitą." + +msgid "Enter a valid email address." +msgstr "Wprowadź poprawny adres email." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Wpisz poprawny „slug” zawierający litery, cyfry, podkreślenia i myślniki." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Wpisz poprawny „slug” zawierający litery Unicode, cyfry, podkreślenia i " +"myślniki." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Wpisz poprawny adres %(protocol)s. " + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 lub IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Wpisz tylko cyfry oddzielone przecinkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Upewnij się, że ta wartość jest %(limit_value)s (jest %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Upewnij się, że ta wartość jest mniejsza lub równa %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Upewnij się, że ta wartość jest większa lub równa %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Upewnij się, że ta wartość jest wielokrotnością wielkości " +"kroku%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Upewnij się, że ta wartość jest wielokrotnością %(limit_value)s, zaczynają " +"od %(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s i tak " +"dalej." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znak (obecnie ma " +"%(show_value)d)." +msgstr[1] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znaki (obecnie ma " +"%(show_value)d)." +msgstr[2] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znaków (obecnie " +"ma %(show_value)d)." +msgstr[3] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znaków (obecnie " +"ma %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znak (obecnie ma " +"%(show_value)d)." +msgstr[1] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znaki (obecnie ma " +"%(show_value)d)." +msgstr[2] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znaków (obecnie ma " +"%(show_value)d)." +msgstr[3] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znaków (obecnie ma " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Wpisz liczbę." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Upewnij się, że łącznie nie ma więcej niż %(max)s cyfry." +msgstr[1] "Upewnij się, że łącznie nie ma więcej niż %(max)s cyfry." +msgstr[2] "Upewnij się, że łącznie nie ma więcej niż %(max)s cyfr." +msgstr[3] "Upewnij się, że łącznie nie ma więcej niż %(max)s cyfr." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfrę po przecinku." +msgstr[1] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfry po przecinku." +msgstr[2] "Upewnij się, że liczba ma nie więcej niż %(max)s cyfr po przecinku." +msgstr[3] "Upewnij się, że liczba ma nie więcej niż %(max)s cyfr po przecinku." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfrę przed przecinkiem." +msgstr[1] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfry przed przecinkiem." +msgstr[2] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfr przed przecinkiem." +msgstr[3] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfr przed przecinkiem." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Rozszerzenie pliku „%(extension)s” jest niedozwolone. Dozwolone rozszerzenia " +"to: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Znaki null są niedozwolone." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"Istnieje już instancja modelu %(model_name)s mająca takie same pole/pola " +"%(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Ograniczenie \"%(name)s\" zostało naruszone." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Wartość %(value)r nie jest poprawnym wyborem." + +msgid "This field cannot be null." +msgstr "To pole nie może być puste." + +msgid "This field cannot be blank." +msgstr "To pole nie może być puste." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Istnieje już %(model_name)s z tą wartością pola %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Wartość pola %(field_label)s musi być unikatowa dla %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Wartością „%(value)s” musi być True albo False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Wartością „%(value)s” musi być True, False lub None." + +msgid "Boolean (Either True or False)" +msgstr "Wartość logiczna (True lub False – prawda lub fałsz)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Ciąg znaków (do %(max_length)s znaków)" + +msgid "String (unlimited)" +msgstr "Ciąg znaków (bez limitu)" + +msgid "Comma-separated integers" +msgstr "Liczby całkowite rozdzielone przecinkami" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Wartość „%(value)s” ma nieprawidłowy format daty. Musi być ona w formacie " +"YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Wartość „%(value)s” ma prawidłowy format (YYYY-MM-DD), ale jest " +"nieprawidłową datą." + +msgid "Date (without time)" +msgstr "Data (bez godziny)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Wartość „%(value)s” ma nieprawidłowy format. Musi być ona w formacie YYYY-MM-" +"DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Wartość „%(value)s” ma prawidłowy format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), ale jest nieprawidłową datą/godziną." + +msgid "Date (with time)" +msgstr "Data (z godziną)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Wartością „%(value)s” musi być liczba dziesiętna." + +msgid "Decimal number" +msgstr "Liczba dziesiętna" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Wartość „%(value)s” ma błędny format. Poprawny format to [DD] [HH:[MM:]]ss[." +"uuuuuu]." + +msgid "Duration" +msgstr "Czas trwania" + +msgid "Email address" +msgstr "Adres e-mail" + +msgid "File path" +msgstr "Ścieżka do pliku" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Wartością „%(value)s” musi być liczba zmiennoprzecinkowa." + +msgid "Floating point number" +msgstr "Liczba zmiennoprzecinkowa" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Wartością „%(value)s” musi być liczba całkowita." + +msgid "Integer" +msgstr "Liczba całkowita" + +msgid "Big (8 byte) integer" +msgstr "Duża liczba całkowita (8 bajtów)" + +msgid "Small integer" +msgstr "Mała liczba całkowita" + +msgid "IPv4 address" +msgstr "adres IPv4" + +msgid "IP address" +msgstr "Adres IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Wartością „%(value)s” musi być None, True lub False." + +msgid "Boolean (Either True, False or None)" +msgstr "Wartość logiczna (True, False, None – prawda, fałsz lub nic)" + +msgid "Positive big integer" +msgstr "Dodatnia duża liczba całkowita" + +msgid "Positive integer" +msgstr "Dodatnia liczba całkowita" + +msgid "Positive small integer" +msgstr "Dodatnia mała liczba całkowita" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (do %(max_length)s znaków)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Wartość „%(value)s” ma nieprawidłowy format. Musi być ona w formacie HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Wartość „%(value)s” ma prawidłowy format (HH:MM[:ss[.uuuuuu]]), ale jest " +"nieprawidłową wartością czasu." + +msgid "Time" +msgstr "Czas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dane w postaci binarnej" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Wartość „%(value)s” nie jest poprawnym UUID-em." + +msgid "Universally unique identifier" +msgstr "Uniwersalnie unikalny identyfikator" + +msgid "File" +msgstr "Plik" + +msgid "Image" +msgstr "Plik graficzny" + +msgid "A JSON object" +msgstr "Obiekt JSON" + +msgid "Value must be valid JSON." +msgstr "Wartość musi być poprawnym JSON-em." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "Instancja %(model)s z %(field)s %(value)r nie jest poprawnym wyborem." + +msgid "Foreign Key (type determined by related field)" +msgstr "Klucz obcy (typ określony przez pole powiązane)" + +msgid "One-to-one relationship" +msgstr "Powiązanie jeden do jednego" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "powiązanie %(from)s do %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "powiązania %(from)s do %(to)s" + +msgid "Many-to-many relationship" +msgstr "Powiązanie wiele-do-wielu" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "To pole jest wymagane." + +msgid "Enter a whole number." +msgstr "Wpisz liczbę całkowitą." + +msgid "Enter a valid date." +msgstr "Wpisz poprawną datę." + +msgid "Enter a valid time." +msgstr "Wpisz poprawną godzinę." + +msgid "Enter a valid date/time." +msgstr "Wpisz poprawną datę/godzinę." + +msgid "Enter a valid duration." +msgstr "Wpisz poprawny czas trwania." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Liczba dni musi wynosić między {min_days} a {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nie wysłano żadnego pliku. Sprawdź typ kodowania formularza." + +msgid "No file was submitted." +msgstr "Żaden plik nie został przesłany." + +msgid "The submitted file is empty." +msgstr "Wysłany plik jest pusty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znak (obecnie ma " +"%(length)d)." +msgstr[1] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znaki (obecnie ma " +"%(length)d)." +msgstr[2] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znaków (obecnie ma " +"%(length)d)." +msgstr[3] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znaków (obecnie ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Prześlij plik lub zaznacz by usunąć, ale nie oba na raz." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Prześlij poprawny plik graficzny. Aktualnie przesłany plik nie jest " +"grafiką lub jest uszkodzony." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Wybierz poprawną wartość. %(value)s nie jest żadną z dostępnych opcji." + +msgid "Enter a list of values." +msgstr "Podaj listę wartości." + +msgid "Enter a complete value." +msgstr "Wprowadź kompletną wartość." + +msgid "Enter a valid UUID." +msgstr "Wpisz poprawny UUID." + +msgid "Enter a valid JSON." +msgstr "Wpisz poprawny JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Ukryte pole %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Brakuje danych ManagementForm lub zostały one naruszone. Brakujące pola: " +"%(field_names)s. Złóż zgłoszenie błędu, jeśli problem się powtarza." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Proszę wysłać co najwyżej %(num)dformularz." +msgstr[1] "Proszę wysłać co najwyżej %(num)d formularze." +msgstr[2] "Proszę wysłać co najwyżej %(num)dformularzy." +msgstr[3] "Proszę wysłać co najwyżej %(num)dformularzy." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Proszę wysłać co najmniej %(num)d formularz." +msgstr[1] "Proszę wysłać co najmniej %(num)dformularze." +msgstr[2] "Proszę wysłać co najmniej %(num)d formularzy." +msgstr[3] "Proszę wysłać co najmniej %(num)d formularzy." + +msgid "Order" +msgstr "Kolejność" + +msgid "Delete" +msgstr "Usuń" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Popraw zduplikowane dane w %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Popraw zduplikowane dane w %(field)s, które muszą być unikalne." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Popraw zduplikowane dane w %(field_name)s, które wymaga unikalności dla " +"%(lookup)s w polu %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Popraw poniższe zduplikowane wartości." + +msgid "The inline value did not match the parent instance." +msgstr "Wartość inline nie pasuje do obiektu rodzica." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Wybierz poprawną wartość. Podana nie jest jednym z dostępnych wyborów." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "„%(pk)s” nie jest poprawną wartością." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s nie mógł zostać zinterpretowany w strefie czasowej " +"%(current_timezone)s; może być niejednoznaczny lub może nie istnieć." + +msgid "Clear" +msgstr "Wyczyść" + +msgid "Currently" +msgstr "Teraz" + +msgid "Change" +msgstr "Zmień" + +msgid "Unknown" +msgstr "Nieznany" + +msgid "Yes" +msgstr "Tak" + +msgid "No" +msgstr "Nie" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "tak,nie,może" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtów" +msgstr[3] "%(size)d bajtów" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "po południu" + +msgid "a.m." +msgstr "rano" + +msgid "PM" +msgstr "po południu" + +msgid "AM" +msgstr "rano" + +msgid "midnight" +msgstr "północ" + +msgid "noon" +msgstr "południe" + +msgid "Monday" +msgstr "Poniedziałek" + +msgid "Tuesday" +msgstr "Wtorek" + +msgid "Wednesday" +msgstr "Środa" + +msgid "Thursday" +msgstr "Czwartek" + +msgid "Friday" +msgstr "Piątek" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Niedziela" + +msgid "Mon" +msgstr "Pon" + +msgid "Tue" +msgstr "Wt" + +msgid "Wed" +msgstr "Śr" + +msgid "Thu" +msgstr "Czw" + +msgid "Fri" +msgstr "Pt" + +msgid "Sat" +msgstr "So" + +msgid "Sun" +msgstr "Nd" + +msgid "January" +msgstr "Styczeń" + +msgid "February" +msgstr "Luty" + +msgid "March" +msgstr "Marzec" + +msgid "April" +msgstr "Kwiecień" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Czerwiec" + +msgid "July" +msgstr "Lipiec" + +msgid "August" +msgstr "Sierpień" + +msgid "September" +msgstr "Wrzesień" + +msgid "October" +msgstr "Październik" + +msgid "November" +msgstr "Listopad" + +msgid "December" +msgstr "Grudzień" + +msgid "jan" +msgstr "sty" + +msgid "feb" +msgstr "lut" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "kwi" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "cze" + +msgid "jul" +msgstr "lip" + +msgid "aug" +msgstr "sie" + +msgid "sep" +msgstr "wrz" + +msgid "oct" +msgstr "paź" + +msgid "nov" +msgstr "lis" + +msgid "dec" +msgstr "gru" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Sty." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Lut." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Kwi." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Cze." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Lip." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Sie." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Wrz." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Paź." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Lis." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Gru" + +msgctxt "alt. month" +msgid "January" +msgstr "stycznia" + +msgctxt "alt. month" +msgid "February" +msgstr "lutego" + +msgctxt "alt. month" +msgid "March" +msgstr "marca" + +msgctxt "alt. month" +msgid "April" +msgstr "kwietnia" + +msgctxt "alt. month" +msgid "May" +msgstr "maja" + +msgctxt "alt. month" +msgid "June" +msgstr "czerwca" + +msgctxt "alt. month" +msgid "July" +msgstr "lipca" + +msgctxt "alt. month" +msgid "August" +msgstr "sierpnia" + +msgctxt "alt. month" +msgid "September" +msgstr "września" + +msgctxt "alt. month" +msgid "October" +msgstr "października" + +msgctxt "alt. month" +msgid "November" +msgstr "listopada" + +msgctxt "alt. month" +msgid "December" +msgstr "grudnia" + +msgid "This is not a valid IPv6 address." +msgstr "To nie jest poprawny adres IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "lub" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d rok" +msgstr[1] "%(num)d lata" +msgstr[2] "%(num)d lat" +msgstr[3] "%(num)d roku" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d miesiąc" +msgstr[1] "%(num)d miesiące" +msgstr[2] "%(num)d miesięcy" +msgstr[3] "%(num)d miesiąca" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d tydzień" +msgstr[1] "%(num)d tygodnie" +msgstr[2] "%(num)d tygodni" +msgstr[3] "%(num)d tygodnia" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dzień" +msgstr[1] "%(num)d dni" +msgstr[2] "%(num)d dni" +msgstr[3] "%(num)d dnia" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d godzina" +msgstr[1] "%(num)d godziny" +msgstr[2] "%(num)d godzin" +msgstr[3] "%(num)d godziny" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuta" +msgstr[1] "%(num)d minuty" +msgstr[2] "%(num)d minut" +msgstr[3] "%(num)d minut" + +msgid "Forbidden" +msgstr "Dostęp zabroniony" + +msgid "CSRF verification failed. Request aborted." +msgstr "Weryfikacja CSRF nie powiodła się. Żądanie zostało przerwane." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Widzisz tę wiadomość, ponieważ ta witryna HTTPS wymaga, aby przeglądarka " +"wysłała „nagłówek Referer”, a żaden nie został wysłany. Nagłówek ten jest " +"wymagany ze względów bezpieczeństwa, aby upewnić się, że twoja przeglądarka " +"nie została przechwycona przez osoby trzecie." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Jeżeli nagłówki „Referer” w Twojej przeglądarce są wyłączone, to proszę " +"włącz je ponownie. Przynajmniej dla tej strony, połączeń HTTPS lub zapytań " +"typu „same-origin”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Jeśli używasz taga lub " +"umieszczasz nagłówek „Referrer-Policy: no-referrer”, prosimy je usunąć. " +"Ochrona przed atakami CSRF wymaga nagłówka „Referer”, aby wykonać ścisłe " +"sprawdzenie referera HTTP. Jeśli zależy ci na prywatności, użyj alternatyw " +"takich jak dla linków do stron osób trzecich." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Widzisz tą wiadomość, ponieważ ta witryna wymaga ciasteczka CSRF do " +"przesyłania formularza. Ciasteczko to jest wymagane ze względów " +"bezpieczeństwa, aby upewnić się, że Twoja przeglądarka nie została " +"przechwycona przez osoby trzecie." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Jeżeli ciasteczka w Twojej przeglądarce są wyłączone, to proszę włącz je " +"ponownie. Przynajmniej dla tej strony lub żądań typu „same-origin”." + +msgid "More information is available with DEBUG=True." +msgstr "Więcej informacji jest dostępnych po ustawieniu DEBUG=True." + +msgid "No year specified" +msgstr "Nie określono roku" + +msgid "Date out of range" +msgstr "Data poza zakresem" + +msgid "No month specified" +msgstr "Nie określono miesiąca" + +msgid "No day specified" +msgstr "Nie określono dnia" + +msgid "No week specified" +msgstr "Nie określono tygodnia" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nie są dostępne" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Wyświetlanie %(verbose_name_plural)s z datą przyszłą jest niedostępne, gdyż " +"atrybut '%(class_name)s.allow_future' ma wartość 'False'." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Ciąg znaków „%(datestr)s” jest niezgodny z podanym formatem daty „%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nie znaleziono %(verbose_name)s spełniających wybrane kryteria" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Podanego numeru strony nie można przekształcić na liczbę całkowitą, nie " +"przyjął on również wartości „last” oznaczającej ostatnią stronę z dostępnego " +"zakresu." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nieprawidłowy numer strony (%(page_number)s): %(message)s " + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" +"Lista nie zawiera żadnych elementów, a atrybut „%(class_name)s.allow_empty” " +"ma wartość False." + +msgid "Directory indexes are not allowed here." +msgstr "Wyświetlanie zawartości katalogu jest tu niedozwolone." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s” nie istnieje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Zawartość %(directory)s " + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacja przebiegła pomyślnie! Gratulacje!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Zobacz informacje o wydaniu dla Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Widzisz tę stronę, ponieważ w swoim pliku ustawień masz DEBUG=True i nie skonfigurowałeś " +"żadnych URL-i." + +msgid "Django Documentation" +msgstr "Dokumentacja Django" + +msgid "Topics, references, & how-to’s" +msgstr "Przewodniki tematyczne, podręczniki i przewodniki „jak to zrobić”" + +msgid "Tutorial: A Polling App" +msgstr "Samouczek: Aplikacja ankietowa" + +msgid "Get started with Django" +msgstr "Pierwsze kroki z Django" + +msgid "Django Community" +msgstr "Społeczność Django" + +msgid "Connect, get help, or contribute" +msgstr "Nawiąż kontakt, uzyskaj pomoc lub wnieś swój wkład" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62eb7460741c5684c85f6da52c9aacbfe34a4226 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^$T+J1EXo;5f-wS0Wl!nW z|DbEtt^Y>XE{qmyr)*K8E=)aBprF3tzVChSeedq+ex}n&faCK8*QcTY{0fszMAqc~ zB_>}00uUeq5-0*Ah=e4H!YGQt7>dINDJ&NgUhtGyCe2c=|hB^T*d45`$7sFH)jlNLEeNWWiXZjE1~TvSDRc zpiN28ELl~I`o?hdHxmVOqtJR?)eLKQYT=)>H?G#u^sv*k)S7iJNpBX+%GOYtEn_`T zUlg~`*w<-MdfkwPx0Wt71x+wiZNV6IwWSM+xT9s2mi$W6tTRn*H5fDUrUb8r;oABFt*$s81dd;#-2Dqf7t0dtp$KEznW_5$vtg93Ij M0h9Zb9p~}vKZH=wUH||9 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/formats.py new file mode 100644 index 00000000000..2ad1bfee422 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pl/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j E Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j E Y H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j E" +SHORT_DATE_FORMAT = "d-m-Y" +SHORT_DATETIME_FORMAT = "d-m-Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + "%y-%m-%d", # '06-10-25' + # "%d. %B %Y", # '25. października 2006' + # "%d. %b. %Y", # '25. paź. 2006' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = " " +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..812aa7723558ad752103972b44c6e668bb229465 GIT binary patch literal 22849 zcmd6u3!Gh5eeX9kyuu^A1bMnMkT4^enIt?D2rzj}o|A;kBo?J%+8#1_F?a{ zCz*g2Zl!u{6>Xtbt&{+wK~hwT0^aiITrWs{i>*jOMN55DL`1LHtL^u<*4pQsnM^|9 zdOz*{%sSt_)?Rz<_4u#<`me`4bM&;EJg!CidEUuz+H}vmoBMw~Mxmbfu@gOS1>6bs z{6%;QoNlNYv8eP0IJ*(JRQE%J>TV?-wT!QDxcqlO6SM$ zjqvBre=3QoUS~tScQI7{d*M-VjeCA2^zmP!-|0FyT-Un6g&qJm2 zG}L=Pg-5_&LB&7l4W4%fJOb*ybD_$)94h{sq0$eb>VE{P9AmH!uY-RMe+ft7yM51l zFPuhW-VSeqx59;Oo_8U98eRlXJk9eifS1AJ;Z2Uapz7^&kU#Gm{HPo+L$%Z4RJ#1W zmaWe&sB)k0*aK-QZxx&d zhhYI$pz8lCQ1$UGsPvw7;lF}i`1dDq)$=^~d+>bczYyxZCGc{%8tS`uINl8p#D5=D zc^-lXz<+e%Pdoqjq4Mz~D0zJeDxd!j4};TaT=6KV@Kd4Up9YnmP8U88D*bbz>gz(N z^!njJ@JguuF$m9u2~_->;X&|r$Gf1)@i$Q4`&-Aqg9qY&6dnY>!e@2!AJZ#`7`Ho=48&E&@N~FehwU%3q3Y{AD0yBB_1?Rn`rU^e?{<8|@$2wlp8qrS z;qy@WpMi2vdmj%~j&7*%bD;9E$oVgUz4%wax$p)U!-pY%-dq}KF}wn*oHxVi@FP(D z{1Z_5egrE0Z$j12ccAk1f(w5csvh^F@CrWwD&7%r89Ws(hb4FjybCJ5PeZlagHZMH z1^4{hQ2F_x^S=NYI=o*)#XqjozJEGA4F4Rc_ZL9*!!=O#yag&>cR;0gC)9U8>3Bap z6#pYo_4q}{uRA^o_1?Fk7_KUJB>I>)|5!87MvT3#f7& z-EH+y7gRg0gs4C-fXeS5Le=9tpuYQFD0#XGN<@uW9x1iE{);<3b&kAMb@q|3;{K zyxE1{4!?;1WAI5hI^U+ho=Q?VHbSKvIbP#XWW*Fp8`e)oKn3%>$N{x?IlYZ-2U?}8zG8eRpL zoQq8Y?}b#EH~l=uT6hsu`;Ecd_w&5B!ZrBY7FcmsQ2!KRDt&loCS{|k#@KM zBHCWT`QPXK4?xBHAw)%ZGw76(j|&`o9G5%xIrc;Khs&VKeKjO|-rJz+=US-tx!yg$ z5lSxK4^@x1LbdD1p}zN7sDAJWR69Nf74Io1x&6L-{ycmg{$D`pg+nn$^#1Ws>7N1> zza1VA=R+T^g6c0LQ2pvpq0;%F^M3;ByZ1qT_wS+7c>>avyk}ha43vfR?dzeQcSGfS z0hAnG0x`+F0jTe#?)e9y^0xyjzjr~&#iyX^;UUK_L&@*Aq4Mz(l)V22D&I$7bkSA4 zRO5wZFI0%GU`{`8XXa{W(zby8s>n zx4?s89V*^io&S2M{JzKWMyT{Z=$`L@ihrkj{we3b4=Ucn&i^QsynY#Ky!sB5+&>TX z-It-{X8%<-y*8-#-w0I?^WY)yTqyaz1ghK{pwim}6~6?}f+NoVS5WnS2UI!_K$ZI; zD82Rqlw6*?+REeEa6SHYQ1y2Ul)T*!74I8R`rs!}=}PG;|Hs1F@D!-}SPB(?4OIP= zT=*6!y_mT043d<0HB`PIg?0FEkfGnJ^`WESEl}nAF`N!xgsRWqKp!5l)_%7e>bvJb z#a{>Y{Y_Bie=}760;qb7pvIT0;id2^P~~Y`XXBj-566ENl>X^){!LKvN{$t%{yYk2 z!1uZE9Z>Jx2~}?oLFtLFLFtE|Lbc-oRJ!tYh~rUE`91+23g6(u&vfBuIWB-I=f%$7 z3sufF@N{@7JOhqG>4%%)+3>4yE3;zbF_}4+z^DR*FaWDKJd>ASpR}9$nHbd1{87e%5Prs%5k0Jfa7J3S3;#W*ioL@MOc)Auiw!tg$x8r*Bfa~8Zyl=tO-3!tS_u#I_ zEysNfr|UDg(@EzJD4nbevb@4r2Ct4WUbhidyaGs+fD#iQ1xC?NjxL@FOt=5lA=K_cbnK}IT;eELO zgL?zvbKrTngSbDz#eXAA2>Vmqk8rv^jr*y&qn|*@_szJs;AY~k#(ftjdDV3t?gzNz zadq5Q+&tV9xVPa>#Vy0>`aQn)6ucNWgZo)HU6R#d+2Rd;(H1E zN1Xb=Gq``j={gSgdKYga_dfS4^nk0Kd#zvVx(jzE_p-rsJ&n6WH(cv1%*N;jYE4#Oa!CVSXci>1yWcK*!^?5+!09@`<#{gmCv$&3?oeD8{xfk0<6e(@ z0C%d3%WdPDL)ahT`#kQ=xIc7Hx?yKa{IBD`)IAeUYPr|#U*jHkVFU1+xN+RCT-g7F z7vg?`E8%Xy>6*tkX5&7={rM)u&IxYg{xsab;{FQv4cxJ~2XXmzR(|7HhUbyiiMaXP ze+c(W+}CirZo(CC|Aaf9IDZL`z&(OH0jKL6!WY2b;;zBH0rv;E{CYb#AHe+&+z(yg zSK!BSr{n&?g>8msk=C)e-{-yqR^dtTIk*^iIPP`$H$YvdaQ~RSHNSK5>)M7J!X1jM z;dI@P`yy@-cQQ`bF}MtOuzRmxfi2ftxj&a@Pr5M8&1Sg!@4*9cpTd0v_Y&?Z+>5wB z$LTtf_`kNd=J#j(p60%#fFkZoxWjO_;wm^@XXE~t*b;XM{%_-s#2rES-^14HXczZR z1ZGQrb)REertJ#0L*-j>I4 zwLaW@Dqr*A)-W7tJd>ySXe@2NI+fq3sRIY1lF4<2m-BVy%snOv#o|YgC25I!j7QyuCk8sDln~$#75|B1wvtcuV4PTq(5H?UJ}s2|ClT z79{k{QeGJ;QL9zjaE?C|*8SnIT$`g(7LmauDoALTBr$o@r?VvC>*X@Bse zwv_bzcH09ZdL!X^K%CY6dNWMkc+e-mWOQj*3@ZhigPW*AiReVuTMqf^(kLNUaWY0u zOX0SV{+NV*HKt0+<#;P4py|RcZz&Qm6#FV3`lmjY2P}smP zR-u~xpj1l2H1%?kT2@UnzEK|z$hA^;pY$uS4X)A^D#12%L&@d2Rt}0};RQfwii&paMF(Ud}vN6TGX!1dNf>e+{9MJf6T7mvx8=&MD zhmqrAo!;9{ohSyQ3!T0`+)?Ui$-_RUlfH67qd^%(;c`PaGubIem8ibiJVNPCm92C* z-kL|4l(korVrvHXHAz=xzq>r{J;7I%MOua?YpFf^wh3-2Upi%#5o?HXUF}bItx98| zFi|4)cyg)}g~8T1ub1ih`}D595ugt%HR&baB%m~HIAf8~X(rfoXB%#nSu-BbqY_!G zC2>72#xk3n`k5R@((T+W+zX}q4~iktcTTs-|=e!hFxz|HTF$!StDt6$gfFZ=L24EoD_`V<#88A zLsfruIOex2w`h3832Twzj5M-yDbom9z+>Aj zYb4>f(>dX0+jBe84z(;+T1udjqH2e|m5gvI^Qxd~ByClI=_*TZRfbu#DyxRx>Yy-& zfUORy)u0r>?ZL>fw|cmOsk52}=Iu2>eN?He!T!uJqI8Q%lla(jGTOW~**0t=rV~T@ zXdgBP<YZTZ6Q@2|c*7Af5~QOKvFNj=>` z5*;uUo3i!Eyojn;85LtQsUrjpX)$)*(q)S`E?*?OxyxINNr|PsmV}dlT5YDjHuly^ z9k&W0(l;1q)sj!z#bNaY88XKE1z))f|=-AWOmDiVcuv1x90I zFHarpFBuMtBj%g*ow#H&ppJ$PP)1Z}iWFmPFbA9X6-~V+hG@n$Atc!vs!RBb-)U*VPYhGy-br3MTxauG?uJi%4+mlndJ--ft#UQEt1ahw+=_e;YqXjF7H()^D19x zOx&mVw#lDbBVRB;Xc(zl*A%2*_nJXF9;4fsD>R~pcD`q&ghAcNjV3z{p(twhWc`JB z+Z@v(g}6RU5_AswV#_RVeVj7C8&zMi^U6j*T0wa>gR|-u=D*&CV5?ttq8Y?Aw$POWa`xStV5n#s{ew?+6O%q7!5>2VBSXvqEu@#_m} zsn=hQM}rXqJKgUuXH3(xnzi1TVQqG%eA?mlPpHd$rJ!H)x}vWkmh_mZqDb1asxc?S z5^v=}Q>SU4VkbSN-2(biy? zxjzgw75DnbG&C8V=?w&1q7i;8tauF2=Mrxqq?8%hR`;myNI!M#1BM<=wz0+3faEC6 z%JsD6sU48iE=`+t-jvVHxL$1t-T*QXQ71@*5fbdFl96bmdyR;&8o(TxSd83N&1CI6 z_z>W&aWcYSo@T`&1IQo>YiuSH?dlNYOXgPUW|}u#7LhyZrMVzj2W%w|1# ztIz0-mlif&`@M$NwjGj!hLu`J({GM9P!@T!4mMU3N_co3s zNP;@l#wxlcNok0&d}TFab*`>nmGE?=8gC_54V$vmPzx-i451a&iblDO#hH)pCyJ~x zMo6aub4gKjnOK_OBuPf6W@X5vLCP4|4U1%BQp&tdW&)h6oFrEjlXQ}cmaht1ePw4g zo5E_iJ(CUBSo7Nyg>}tA&=A~i^)C$kVJdr3+i<;JOBZ%`m*QgDRWhqQOrEsd*u@;6 zJFIpa%R=URN7{{PtWhuRZu9AEEM+Zf+iWDIjixIvYOBU^jgKd77rB^{f-t?XJGjUU zH*OiJB}wm17#BE{m!#oMVVM@Z40UrEb*iPB+0ZLC zP1CG2?LrY4_D!ksl&n-si4e?E45P0^83j5R4N(#F1k7Rj6D13}Fy(>*^N!IjYtK!y zE6|g|vZ2Y*Sdp9@#N2Xn5OaXtf;0=5n7o-2OboJy`Q)(4FJdW9P9BqRa!`L*Q&_n^ zsfaBBb_u;DN@L}6(65wAKL1)$}&Z-_$3O^Yq2+XmGAN|qGGB=^MftdoZ1S=}=VaT$~N1odfYgfBO1$og2bY z)?4Cgr*=FR`t#?`JF9c<*`4#x@#mhq@azR=&gGiEhIQgjEQD%`$rL9Gv4N`^0{#A| zJR0~HRw`+dUXqTCX;`~x4ynvPhnKWKF%)(Vgh6E?#zMZglX%*~q@`sWv-dLyR`{aStcdb7gR*{i{9p+|BFoFUCt;f2P7`&*pBHKTkC`cdm_lu|JOp^Dmh0PTG8?-F)`y zOezyL#KQ)Xxuk9fO*jL46_s1h$hd(M@^sEevTVa zt#|U{7XSF2EgmejJ^4}=h^x&kSZ_1(WPea?=7IZWMCWPQx+bqJKE<5q-TS`w5)Ag( zXG5@Twg+TxvcBg}wXeOgV)nF&CyO=T*e;IWitT83wpAJ9*Ri7=vadbF+?-PM6tuH# zL$xv;R9VtCkF~|k^Q1Dqvl?;ZHnzDNVmpiFOSZE~k$IDEHo3=lumTx|MCM4J)rbjeYJ$r!)5OU{L1V zM3=vwIdmzu``tk)?y?)+N}p|K9_0Jpjs5OER`0ZJp0JEsq2D*_y|MYNyqOxx_Yg{P z%G!J4k4DK5Gg$3?GoJ|A7H2pppbv)wKiHDd7+9AWm1YZ^Xxag%RqE_8X-}CwaaN3C z_NWo1Ah{}20T}}Vzg@aOUC-=-<45LO{S3W9vlEG!G9lQP`$E!%EWzBf7b*18B-B*l<$ z4Y!-wG``E&O|`XzguA*?LrCs+>>T8s{(U_<%{stdj*ySuxZ| zW89ePFov-<#&_#R;@E~ci@{K$GZZNX%=oU+5Yr2TR`%H5j&D$L&Ep&7 zL^H4a{038za#+!KF&sIQsm|^Blgx{n^TJ% z>OfdxPiHwewn45~H9=#$LmiyyFw+HdsKa&~9qM3LD9BeGY8J!d%@ zCp)mu@lqpwbRZUrICtHccUJ5v53&#r$!WLJiI_d*LDV`+6HO^9TO-~b`mnPEi9vHg zzH7oc4=Owh{QQGVUMTlkW=|;iiNecz2F)3;@<>f6#lUA1hkXn*@RTn!k9@RdFOSP| z2P-Z1=tq&xl!xaX+3cur9zr9DOTO`FFpgRt`>gUYeN@M>YD)Rkfe_;7%R(p!7P7MP z_zv2ykzfT0m?{$i6YUBTGSxF?3~bd*$T*XET1IKL92Uug+U;?X4$rQaoB1J9F=4)k zB52srXzZ*Uqn6j9sWhFOu(*{~tQ2JxPlrbMop@-39>f?w7>t^cK1tXt@=2W;q<-zu z5#1V7y>V(pRacVAN0OQ=a5^aQYSVi4@8qXPrp|+11vCdi&HtMqgeL1+vA6${!ts%| zsWWQEO-&J-#SZv4gKe~bqhNEK92tYAAzx^@M00jl5U7tbGiZ8+)^&=!9&nUI-hfkG zG!vV@^a-V?e;JTUaf%IPZVr|3O#c9Y)VQIzVG1-O1ol|TQqxQvEHPrrkgcN^EYWei zg!eriEKO$RN68uxw9sFPIMVU=*-LAQZ+f4Dn+Js67T-;oyjQ5&(Rz@sW2#0 z2^1?od}1_2A1Cx^&X`aJ@MWpao={?Qqx!LDPl7r_q?w+!96f2YiERqru?u^c3)X^3 zeWOS@i4r$Yp>QIE^%&~8c?xC9)TcgPvNW!EICf3RS{97&()p4sR2xk?U4nRcdpKVb zbBKWhCe$$M)(wuPj@4-6J1YpP4w*=B6iI72ZuN-+t1dqEk&j#m^t?UBGwBi;)t{#l zxj}lJYhF4ZtE4Qgxjb+#P38*I7FbeEXL{=z-z7nIyJRbT13l=6hvsi&Bw;vob=t9b5NOBFV!2axd7(+E18gOhSZ{T zY|c!e=9?n0Xfh?vKZ0!^cUx>J#t^baS?1W` zoB0J(t|&2U&7>Y?jiW6_D9Dw`woH$>d=`N?qDj;NK58_M&MG zKUrBn+%bV@OdQPl66{3{)ciDF*RE7!TcSCqZ%mL{=0%f|vtx5^f|9BY2sshM0S*SV zQn;N19HUbl;E23R7zLfxSc5dTai_LC%`uLQV;ot2jHB*h-pr8z%wgs>N_uUY>ggOu zo9*1@1P5oy%(~U&(+O&5q}LvRFpCamQHXzUMS7gDn%<8LF)zsD^>Eqq99{dCa6S{= zr!@UN9KP7wx0-n~hdS8GXm4h6PYHG~%j18ZOdYf?dF8ofPG+l(I&}sgN4AK*``21N mHaSf+ctfL3-3n&bU=%EqFzr)m4-=Wz5(U!xnqJZwj{g9vlk5@z literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..7270f6dd745 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,1340 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Raúl Pedro Fernandes Santos, 2014 +# Bruno Miguel Custódio , 2012 +# Claudio Fernandes , 2015 +# Jannis Leidel , 2011 +# José Durães , 2014 +# jorgecarleitao , 2014-2015 +# Manuela Silva , 2025 +# Nuno Mariz , 2011-2013,2015-2018 +# 12574c6d66324e145c1d19e02acecb73_84badd8 <4e8d94859927eab3b50486d21249c068_5346>, 2011 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Manuela Silva , 2025\n" +"Language-Team: Portuguese (http://app.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Africâner" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "Árabe Argelino" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaijano" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorusso" + +msgid "Bengali" +msgstr "Bengalês" + +msgid "Breton" +msgstr "Bretão" + +msgid "Bosnian" +msgstr "Bósnio" + +msgid "Catalan" +msgstr "Catalão" + +msgid "Central Kurdish (Sorani)" +msgstr "Curdo Central (Sorani)" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galês" + +msgid "Danish" +msgstr "Dinamarquês" + +msgid "German" +msgstr "Alemão" + +msgid "Lower Sorbian" +msgstr "Sorbedo inferior" + +msgid "Greek" +msgstr "Grego" + +msgid "English" +msgstr "Inglês" + +msgid "Australian English" +msgstr "Inglês da Austrália" + +msgid "British English" +msgstr "Inglês Britânico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Espanhol" + +msgid "Argentinian Spanish" +msgstr "Espanhol Argentino" + +msgid "Colombian Spanish" +msgstr "Espanhol Colombiano" + +msgid "Mexican Spanish" +msgstr "Espanhol mexicano" + +msgid "Nicaraguan Spanish" +msgstr "Nicarágua Espanhol" + +msgid "Venezuelan Spanish" +msgstr "Espanhol Venezuelano" + +msgid "Estonian" +msgstr "Estónio" + +msgid "Basque" +msgstr "Basco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Filandês" + +msgid "French" +msgstr "Francês" + +msgid "Frisian" +msgstr "Frisão" + +msgid "Irish" +msgstr "Irlandês" + +msgid "Scottish Gaelic" +msgstr "Escocês Gaélico" + +msgid "Galician" +msgstr "Galaciano" + +msgid "Hebrew" +msgstr "Hebraico" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Sorbedo superior" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "Arménio" + +msgid "Interlingua" +msgstr "Interlíngua" + +msgid "Indonesian" +msgstr "Indonésio" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandês" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonês" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Cazaque" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarês" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luxemburguês" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letão" + +msgid "Macedonian" +msgstr "Macedónio" + +msgid "Malayalam" +msgstr "Malaiala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Birmanês" + +msgid "Norwegian Bokmål" +msgstr "Norueguês Bokmål" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Holandês" + +msgid "Norwegian Nynorsk" +msgstr "Norueguês (Nynors)" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Português" + +msgid "Brazilian Portuguese" +msgstr "Português Brasileiro" + +msgid "Romanian" +msgstr "Romeno" + +msgid "Russian" +msgstr "Russo" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanês" + +msgid "Serbian" +msgstr "Sérvio" + +msgid "Serbian Latin" +msgstr "Sérvio Latim" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suaíli" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tajique" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurte" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinês Simplificado" + +msgid "Traditional Chinese" +msgstr "Chinês Tradicional" + +msgid "Messages" +msgstr "Mensagens" + +msgid "Site Maps" +msgstr "Mapas do Site" + +msgid "Static Files" +msgstr "Ficheiros Estáticos" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Esse número de página não é um número inteiro" + +msgid "That page number is less than 1" +msgstr "Esse número de página é inferior a 1" + +msgid "That page contains no results" +msgstr "Essa página não contém resultados" + +msgid "Enter a valid value." +msgstr "Introduza um valor válido." + +msgid "Enter a valid domain name." +msgstr "Insira um nome de domínio válido." + +msgid "Enter a valid URL." +msgstr "Introduza um URL válido." + +msgid "Enter a valid integer." +msgstr "Introduza um número inteiro válido." + +msgid "Enter a valid email address." +msgstr "Introduza um endereço de e-mail válido." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Insira um endereço %(protocol)s válido." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ou IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Introduza apenas números separados por vírgulas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Garanta que este valor seja %(limit_value)s (tem %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Garanta que este valor seja menor ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Garanta que este valor seja maior ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Garanta que este valor tenha pelo menos %(limit_value)d caractere (tem " +"%(show_value)d)." +msgstr[1] "" +"Garanta que este valor tenha pelo menos %(limit_value)d caracteres (tem " +"%(show_value)d)." +msgstr[2] "" +"Garanta que este valor tenha pelo menos %(limit_value)d caracteres (tem " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Garanta que este valor tenha no máximo %(limit_value)d caractere (tem " +"%(show_value)d)." +msgstr[1] "" +"Garanta que este valor tenha no máximo %(limit_value)d caracteres (tem " +"%(show_value)d)." +msgstr[2] "" +"Garanta que este valor tenha no máximo %(limit_value)d caracteres (tem " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Introduza um número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Garanta que não tem mais de %(max)s dígito no total." +msgstr[1] "Garanta que não tem mais de %(max)s dígitos no total." +msgstr[2] "Garanta que não tem mais de %(max)s dígitos no total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Garanta que não tem mais %(max)s casa decimal." +msgstr[1] "Garanta que não tem mais %(max)s casas decimais." +msgstr[2] "Garanta que não tem mais %(max)s casas decimais." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Garanta que não tem mais de %(max)s dígito antes do ponto decimal." +msgstr[1] "Garanta que não tem mais de %(max)s dígitos antes do ponto decimal." +msgstr[2] "Garanta que não tem mais de %(max)s dígitos antes do ponto decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"A extensão de ficheiro “%(extension)s” não é permitida. As extensões " +"permitidas são: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Não são permitidos caracteres nulos." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s com este %(field_labels)s já existe." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "O valor %(value)r não é uma escolha válida." + +msgid "This field cannot be null." +msgstr "Este campo não pode ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo não pode ser vazio." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s com este %(field_label)s já existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s tem de ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Valor “%(value)s” dever ser Verdadeiro ou Falso." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Valor “%(value)s” dever ser Verdadeiro ou Falso." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Pode ser True ou False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (até %(max_length)s)" + +msgid "String (unlimited)" +msgstr "String (ilimitado)" + +msgid "Comma-separated integers" +msgstr "Inteiros separados por virgula" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Valor “%(value)s” tem um formato de data errado. Este deve ter o formato " +"AAAA-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Valor \"%(value)s\" tem o formato correto AAAA-MM-DD mas tem uma data " +"inválida." + +msgid "Date (without time)" +msgstr "Data (sem hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Valor “%(value)s” tem um formato inválido. Este deve ter o formato AAAA-MM-" +"DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Valor “%(value)s” tem o formato correto (AAAA-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"mas tem uma data/hora inválida." + +msgid "Date (with time)" +msgstr "Data (com hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Número décimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Duração" + +msgid "Email address" +msgstr "Endereço de e-mail" + +msgid "File path" +msgstr "Caminho do ficheiro" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Número em vírgula flutuante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Inteiro" + +msgid "Big (8 byte) integer" +msgstr "Inteiro grande (8 byte)" + +msgid "Small integer" +msgstr "Inteiro pequeno" + +msgid "IPv4 address" +msgstr "Endereço IPv4" + +msgid "IP address" +msgstr "Endereço IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Pode ser True, False ou None)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Inteiro positivo" + +msgid "Positive small integer" +msgstr "Pequeno número inteiro positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (até %(max_length)s)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dados binários simples" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "Identificador único universal" + +msgid "File" +msgstr "Ficheiro" + +msgid "Image" +msgstr "Imagem" + +msgid "A JSON object" +msgstr "Um objeto JSON" + +msgid "Value must be valid JSON." +msgstr "O valor deve ser JSON válido." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Chave Estrangeira (tipo determinado pelo campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relação de um-para-um" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relação de %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relações de %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relação de muitos-para-muitos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo é obrigatório." + +msgid "Enter a whole number." +msgstr "Introduza um número inteiro." + +msgid "Enter a valid date." +msgstr "Introduza uma data válida." + +msgid "Enter a valid time." +msgstr "Introduza uma hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduza uma data/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduza uma duração válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "O número de dias deve ser entre {min_days} e {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Nenhum ficheiro foi submetido. Verifique o tipo de codificação do formulário." + +msgid "No file was submitted." +msgstr "Nenhum ficheiro submetido." + +msgid "The submitted file is empty." +msgstr "O ficheiro submetido encontra-se vazio." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Garanta que o nome deste ficheiro tenha no máximo %(max)d caractere (tem " +"%(length)d)." +msgstr[1] "" +"Garanta que o nome deste ficheiro tenha no máximo %(max)d caracteres (tem " +"%(length)d)." +msgstr[2] "" +"Garanta que o nome deste ficheiro tenha no máximo %(max)d caracteres (tem " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor, submeta um ficheiro ou remova a seleção da caixa, não ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Introduza uma imagem válida. O ficheiro que introduziu ou não é uma imagem " +"ou está corrompido." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selecione uma opção válida. %(value)s não se encontra nas opções disponíveis." + +msgid "Enter a list of values." +msgstr "Introduza uma lista de valores." + +msgid "Enter a complete value." +msgstr "Introduza um valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduza um UUID válido." + +msgid "Enter a valid JSON." +msgstr "Insira um JSON válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Ordem" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor corrija os dados duplicados em %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija os dados duplicados em %(field)s, que deverá ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija os dados duplicados em %(field_name)s que deverá ser único " +"para o %(lookup)s em %(date_field)s.\"" + +msgid "Please correct the duplicate values below." +msgstr "Por favor corrija os valores duplicados abaixo." + +msgid "The inline value did not match the parent instance." +msgstr "O valor em linha não corresponde à instância pai." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selecione uma opção válida. Esse valor não se encontra opções disponíveis." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Limpar" + +msgid "Currently" +msgstr "Atualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sim,não,talvez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" +msgstr[2] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "meia-noite" + +msgid "noon" +msgstr "meio-dia" + +msgid "Monday" +msgstr "Segunda-feira" + +msgid "Tuesday" +msgstr "Terça-feira" + +msgid "Wednesday" +msgstr "Quarta-feira" + +msgid "Thursday" +msgstr "Quinta-feira" + +msgid "Friday" +msgstr "Sexta-feira" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Seg" + +msgid "Tue" +msgstr "Ter" + +msgid "Wed" +msgstr "Qua" + +msgid "Thu" +msgstr "Qui" + +msgid "Fri" +msgstr "Sex" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "fev" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "out" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Março" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Out." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Janeiro" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevereiro" + +msgctxt "alt. month" +msgid "March" +msgstr "Março" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Junho" + +msgctxt "alt. month" +msgid "July" +msgstr "Julho" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Setembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Outubro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezembro" + +msgid "This is not a valid IPv6 address." +msgstr "Este não é um endereço IPv6 válido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d ano" +msgstr[1] "%(num)d anos" +msgstr[2] "%(num)d anos" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mês" +msgstr[1] "%(num)d meses" +msgstr[2] "%(num)d meses" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semana" +msgstr[1] "%(num)d semanas" +msgstr[2] "%(num)d semanas" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dia" +msgstr[1] "%(num)d dias" +msgstr[2] "%(num)d dias" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d horas" +msgstr[2] "%(num)d horas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minutos" +msgstr[2] "%(num)d minutos" + +msgid "Forbidden" +msgstr "Proibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "A verificação de CSRF falhou. Pedido abortado." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Está a ver esta mensagem porque este site requer um cookie CSRF quando " +"submete formulários. Este cookie é requirido por razões de segurança, para " +"garantir que o seu browser não está a ser \"raptado\" por terceiros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Está disponível mais informação com DEBUG=True." + +msgid "No year specified" +msgstr "Nenhum ano especificado" + +msgid "Date out of range" +msgstr "Data fora do alcance" + +msgid "No month specified" +msgstr "Nenhum mês especificado" + +msgid "No day specified" +msgstr "Nenhum dia especificado" + +msgid "No week specified" +msgstr "Nenhuma semana especificado" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nenhum %(verbose_name_plural)s disponível" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s futuros indisponíveis porque %(class_name)s." +"allow_future é False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nenhum %(verbose_name)s de acordo com a procura." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Índices de diretório não são permitidas aqui." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" não existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "A instalação funcionou com sucesso! Parabéns!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Visualizar notas de lançamento do Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Está a visualizar esta página porque tem DEBUG=True no seu ficheiro settings do Django e não " +"configurou nenhum URLs." + +msgid "Django Documentation" +msgstr "Documentação do Django" + +msgid "Topics, references, & how-to’s" +msgstr "Tópicos, referências, e como..." + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: A Polling App" + +msgid "Get started with Django" +msgstr "Comece com o Django" + +msgid "Django Community" +msgstr "Comunidade Django" + +msgid "Connect, get help, or contribute" +msgstr "Conecte-se, obtenha ajuda ou contribua" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb50f46f12e98d5cc0c37cc793a96e12a9365bb5 GIT binary patch literal 201 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 OjsHloj{PTd3IBgq2D, 2014 +# Amanda Savluchinske , 2019 +# amcorreia , 2018 +# andrewsmedina , 2014-2015 +# Arthur Silva , 2017 +# bruno.devpod , 2014 +# Camilo B. Moreira , 2017 +# Carlos Cadu “Cadu” Leite , 2020 +# Carlos Cadu “Cadu” Leite , 2016,2019 +# Filipe Cifali , 2016 +# Claudio Rogerio Carvalho Filho , 2020 +# dudanogueira , 2012 +# dudanogueira , 2019 +# Eduardo Felipe Castegnaro , 2024 +# Elyézer Rezende , 2013 +# Fábio C. Barrionuevo da Luz , 2014-2015 +# Felipe Rodrigues , 2016 +# Filipe Cifali , 2019 +# Gladson , 2013 +# fa9e10542e458baef0599ae856e43651_13d2225, 2011-2014 +# Guilherme , 2022 +# Heron Fonsaca, 2022 +# Hugo Tácito , 2024 +# Igor Cavalcante , 2017 +# Jannis Leidel , 2011 +# Jonas Rodrigues, 2023 +# Leonardo Gregianin, 2023 +# Lucas Infante , 2015 +# Luiz Boaretto , 2017 +# Marssal Jr. , 2022 +# Marcelo Moro Brondani , 2018 +# Mariusz Felisiak , 2021 +# Rafael Fontenelle , 2021-2022,2025 +# Samuel Nogueira Bacelar , 2020 +# Sandro , 2011 +# Sergio Garcia , 2015 +# Tânia Andrea , 2017 +# Wiliam Souza , 2015 +# Francisco Petry Rauber , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Rafael Fontenelle , 2021-2022,2025\n" +"Language-Team: Portuguese (Brazil) (http://app.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Africânder" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Algerian Arabic" +msgstr "Árabe Argelino" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaijão" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorrussa" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretão" + +msgid "Bosnian" +msgstr "Bósnio" + +msgid "Catalan" +msgstr "Catalão" + +msgid "Central Kurdish (Sorani)" +msgstr "Curdo Central (Sorâni)" + +msgid "Czech" +msgstr "Tcheco" + +msgid "Welsh" +msgstr "Galês" + +msgid "Danish" +msgstr "Dinamarquês" + +msgid "German" +msgstr "Alemão" + +msgid "Lower Sorbian" +msgstr "Sorábio Baixo" + +msgid "Greek" +msgstr "Grego" + +msgid "English" +msgstr "Inglês" + +msgid "Australian English" +msgstr "Inglês Australiano" + +msgid "British English" +msgstr "Inglês Britânico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Espanhol" + +msgid "Argentinian Spanish" +msgstr "Espanhol Argentino" + +msgid "Colombian Spanish" +msgstr "Espanhol Colombiano" + +msgid "Mexican Spanish" +msgstr "Espanhol Mexicano" + +msgid "Nicaraguan Spanish" +msgstr "Espanhol Nicaraguense" + +msgid "Venezuelan Spanish" +msgstr "Espanhol Venuzuelano" + +msgid "Estonian" +msgstr "Estoniano" + +msgid "Basque" +msgstr "Basco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finlandês" + +msgid "French" +msgstr "Francês" + +msgid "Frisian" +msgstr "Frísia" + +msgid "Irish" +msgstr "Irlandês" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocês" + +msgid "Galician" +msgstr "Galiciano" + +msgid "Hebrew" +msgstr "Hebraico" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Sorábio Alto" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "Armênio" + +msgid "Interlingua" +msgstr "Interlíngua" + +msgid "Indonesian" +msgstr "Indonésio" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandês" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonês" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "Cabila" + +msgid "Kazakh" +msgstr "Cazaque" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarês" + +msgid "Korean" +msgstr "Coreano" + +msgid "Kyrgyz" +msgstr "Quirguiz" + +msgid "Luxembourgish" +msgstr "Luxemburguês" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letão" + +msgid "Macedonian" +msgstr "Macedônio" + +msgid "Malayalam" +msgstr "Malaiala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malaia" + +msgid "Burmese" +msgstr "Birmanês" + +msgid "Norwegian Bokmål" +msgstr "Dano-norueguês" + +msgid "Nepali" +msgstr "Nepalês" + +msgid "Dutch" +msgstr "Neerlandês" + +msgid "Norwegian Nynorsk" +msgstr "Novo Norueguês" + +msgid "Ossetic" +msgstr "Osseto" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polonês" + +msgid "Portuguese" +msgstr "Português" + +msgid "Brazilian Portuguese" +msgstr "Português Brasileiro" + +msgid "Romanian" +msgstr "Romeno" + +msgid "Russian" +msgstr "Russo" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanesa" + +msgid "Serbian" +msgstr "Sérvio" + +msgid "Serbian Latin" +msgstr "Sérvio Latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suaíli" + +msgid "Tamil" +msgstr "Tâmil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tadjique" + +msgid "Thai" +msgstr "Tailandês" + +msgid "Turkmen" +msgstr "Turcomano" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uigur" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbeque" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinês Simplificado" + +msgid "Traditional Chinese" +msgstr "Chinês Tradicional" + +msgid "Messages" +msgstr "Mensagens" + +msgid "Site Maps" +msgstr "Site Maps" + +msgid "Static Files" +msgstr "Arquivos Estáticos" + +msgid "Syndication" +msgstr "Syndication" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Esse número de página não é um número inteiro" + +msgid "That page number is less than 1" +msgstr "Esse número de página é menor que 1" + +msgid "That page contains no results" +msgstr "Essa página não contém resultados" + +msgid "Enter a valid value." +msgstr "Informe um valor válido." + +msgid "Enter a valid domain name." +msgstr "Informe um domínio válido." + +msgid "Enter a valid URL." +msgstr "Informe uma URL válida." + +msgid "Enter a valid integer." +msgstr "Insira um número inteiro válido." + +msgid "Enter a valid email address." +msgstr "Informe um endereço de email válido." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Informe um “slug” válido tendo letras, números, \"underscores\" e hífens." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Informe um “slug” válido tendo letras em Unicode, números, \"underscores\" e " +"hífens." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Insira um endereço %(protocol)s válido." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ou IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Insira apenas dígitos separados por vírgulas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Certifique-se de que o valor é %(limit_value)s (ele é %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Certifique-se que este valor seja menor ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Certifique-se que este valor seja maior ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Certifique-se que este valor seja múltiplo do tamanho do passo " +"%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Certifique-se que este valor seja múltiplo do tamanho do passo " +"%(limit_value)s, começando por %(offset)s, por exemplo %(offset)s, " +"%(valid_value1)s, %(valid_value2)s, e assim por diante." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certifique-se de que o valor tenha no mínimo %(limit_value)d caractere (ele " +"possui %(show_value)d)." +msgstr[1] "" +"Certifique-se de que o valor tenha no mínimo %(limit_value)d caracteres (ele " +"possui %(show_value)d)." +msgstr[2] "" +"Certifique-se de que o valor tenha no mínimo %(limit_value)d caracteres (ele " +"possui %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certifique-se de que o valor tenha no máximo %(limit_value)d caractere (ele " +"possui %(show_value)d)." +msgstr[1] "" +"Certifique-se de que o valor tenha no máximo %(limit_value)d caracteres (ele " +"possui %(show_value)d)." +msgstr[2] "" +"Certifique-se de que o valor tenha no máximo %(limit_value)d caracteres (ele " +"possui %(show_value)d)." + +msgid "Enter a number." +msgstr "Informe um número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Certifique-se de que não tenha mais de %(max)s dígito no total." +msgstr[1] "Certifique-se de que não tenha mais de %(max)s dígitos no total." +msgstr[2] "Certifique-se de que não tenha mais de %(max)s dígitos no total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Certifique-se de que não tenha mais de %(max)s casa decimal." +msgstr[1] "Certifique-se de que não tenha mais de %(max)s casas decimais." +msgstr[2] "Certifique-se de que não tenha mais de %(max)s casas decimais." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Certifique-se de que não tenha mais de %(max)s dígito antes do ponto decimal." +msgstr[1] "" +"Certifique-se de que não tenha mais de %(max)s dígitos antes do ponto " +"decimal." +msgstr[2] "" +"Certifique-se de que não tenha mais de %(max)s dígitos antes do ponto " +"decimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"A extensão de arquivo “%(extension)s” não é permitida. As extensões válidas " +"são: %(allowed_extensions)s ." + +msgid "Null characters are not allowed." +msgstr "Caracteres nulos não são permitidos." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s com este %(field_labels)s já existe." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Restrição \"%(name)s\" foi violada." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r não é uma opção válida." + +msgid "This field cannot be null." +msgstr "Este campo não pode ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo não pode estar vazio." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s com este %(field_label)s já existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s deve ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "o valor “%(value)s” deve ser True ou False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "o valor “%(value)s” deve ser True, False ou None." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadeiro ou Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (até %(max_length)s)" + +msgid "String (unlimited)" +msgstr "String (ilimitado)" + +msgid "Comma-separated integers" +msgstr "Inteiros separados por vírgula" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"O valor \"%(value)s\" tem um formato de data inválido. Deve ser no formato " +"YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"O valor “%(value)s” tem o formato correto (YYYY-MM-DD) mas uma data inválida." + +msgid "Date (without time)" +msgstr "Data (sem hora)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"O valor “%(value)s” tem um formato inválido. Deve estar no formato YYYY-MM-" +"DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"O valor “%(value)s” está no formato correto. (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) mas é uma data/hora inválida" + +msgid "Date (with time)" +msgstr "Data (com hora)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "O valor “%(value)s” deve ser um número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"O valor “%(value)s” está em um formato inválido. Deve ser no formato [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duração" + +msgid "Email address" +msgstr "Endereço de e-mail" + +msgid "File path" +msgstr "Caminho do arquivo" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "O valor “%(value)s” deve ser um float." + +msgid "Floating point number" +msgstr "Número de ponto flutuante" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "O valor “%(value)s” deve ser inteiro." + +msgid "Integer" +msgstr "Inteiro" + +msgid "Big (8 byte) integer" +msgstr "Inteiro grande (8 byte)" + +msgid "Small integer" +msgstr "Inteiro curto" + +msgid "IPv4 address" +msgstr "Endereço IPv4" + +msgid "IP address" +msgstr "Endereço IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "O valor “%(value)s” deve ser None, True ou False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadeiro, Falso ou Nada)" + +msgid "Positive big integer" +msgstr "Inteiro grande positivo" + +msgid "Positive integer" +msgstr "Inteiro positivo" + +msgid "Positive small integer" +msgstr "Inteiro curto positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (até %(max_length)s)" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"O valor “%(value)s” tem um formato inválido. Deve estar no formato HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"O valor “%(value)s” está no formato correto (HH:MM[:ss[.uuuuuu]]) mas é uma " +"hora inválida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dados binários bruto" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "O valor “%(value)s” não é um UUID válido" + +msgid "Universally unique identifier" +msgstr "Identificador único universal" + +msgid "File" +msgstr "Arquivo" + +msgid "Image" +msgstr "Imagem" + +msgid "A JSON object" +msgstr "Um objeto JSON" + +msgid "Value must be valid JSON." +msgstr "O valor deve ser um JSON válido." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"A instância de %(model)s com %(field)s %(value)r não é uma escolha válida." + +msgid "Foreign Key (type determined by related field)" +msgstr "Chave Estrangeira (tipo determinado pelo campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relacionamento um-para-um" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relacionamento %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relacionamentos %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relacionamento muitos-para-muitos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo é obrigatório." + +msgid "Enter a whole number." +msgstr "Informe um número inteiro." + +msgid "Enter a valid date." +msgstr "Informe uma data válida." + +msgid "Enter a valid time." +msgstr "Informe uma hora válida." + +msgid "Enter a valid date/time." +msgstr "Informe uma data/hora válida." + +msgid "Enter a valid duration." +msgstr "Insira uma duração válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "O número de dias deve ser entre {min_days} e {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nenhum arquivo enviado. Verifique o tipo de codificação do formulário." + +msgid "No file was submitted." +msgstr "Nenhum arquivo foi enviado." + +msgid "The submitted file is empty." +msgstr "O arquivo enviado está vazio." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Certifique-se de que o arquivo tenha no máximo %(max)d caractere (ele possui " +"%(length)d)." +msgstr[1] "" +"Certifique-se de que o arquivo tenha no máximo %(max)d caracteres (ele " +"possui %(length)d)." +msgstr[2] "" +"Certifique-se de que o arquivo tenha no máximo %(max)d caracteres (ele " +"possui %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor, envie um arquivo ou marque o checkbox, mas não ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envie uma imagem válida. O arquivo enviado não é uma imagem ou está " +"corrompido." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Faça uma escolha válida. %(value)s não é uma das escolhas disponíveis." + +msgid "Enter a list of values." +msgstr "Informe uma lista de valores." + +msgid "Enter a complete value." +msgstr "Insira um valor completo." + +msgid "Enter a valid UUID." +msgstr "Insira um UUID válido." + +msgid "Enter a valid JSON." +msgstr "Insira um JSON válido" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Dados de ManagementForm estão faltando ou foram adulterados. Campos " +"ausentes: %(field_names)s. Você pode precisar enviar um relatório de bug se " +"o problema persistir." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Por favor, envie no máximo %(num)d formulário." +msgstr[1] "Por favor, envie no máximo %(num)d formulários." +msgstr[2] "Por favor, envie no máximo %(num)d formulários." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Por favor, envie ao menos %(num)d formulário." +msgstr[1] "Por favor, envie ao menos %(num)d formulários." +msgstr[2] "Por favor, envie ao menos %(num)d formulários." + +msgid "Order" +msgstr "Ordem" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija o valor duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, corrija o valor duplicado para %(field)s, o qual deve ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor, corrija o dado duplicado para %(field_name)s, o qual deve ser " +"único para %(lookup)s em %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija os valores duplicados abaixo." + +msgid "The inline value did not match the parent instance." +msgstr "O valor na linha não correspondeu com a instância pai." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Faça uma escolha válida. Sua escolha não é uma das disponíveis." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” não é um valor válido." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s não pode ser interpretada dentro da fuso horário " +"%(current_timezone)s; está ambíguo ou não existe." + +msgid "Clear" +msgstr "Limpar" + +msgid "Currently" +msgstr "Atualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "sim,não,talvez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" +msgstr[2] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "meia-noite" + +msgid "noon" +msgstr "meio-dia" + +msgid "Monday" +msgstr "Segunda-feira" + +msgid "Tuesday" +msgstr "Terça-feira" + +msgid "Wednesday" +msgstr "Quarta-feira" + +msgid "Thursday" +msgstr "Quinta-feira" + +msgid "Friday" +msgstr "Sexta-feira" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Seg" + +msgid "Tue" +msgstr "Ter" + +msgid "Wed" +msgstr "Qua" + +msgid "Thu" +msgstr "Qui" + +msgid "Fri" +msgstr "Sex" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "fev" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "out" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Março" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junho" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julho" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Out." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Janeiro" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevereiro" + +msgctxt "alt. month" +msgid "March" +msgstr "Março" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Junho" + +msgctxt "alt. month" +msgid "July" +msgstr "Julho" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Setembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Outubro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezembro" + +msgid "This is not a valid IPv6 address." +msgstr "Este não é um endereço IPv6 válido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr " %(truncated_text)s…" + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d ano" +msgstr[1] "%(num)d anos" +msgstr[2] "%(num)d anos" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mês" +msgstr[1] "%(num)d meses" +msgstr[2] "%(num)d meses" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d semana" +msgstr[1] "%(num)d semanas" +msgstr[2] "%(num)d semanas" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dia" +msgstr[1] "%(num)d dias" +msgstr[2] "%(num)d dias" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hora" +msgstr[1] "%(num)d horas" +msgstr[2] "%(num)d horas" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minutos" +msgstr[2] "%(num)d minutos" + +msgid "Forbidden" +msgstr "Proibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificação CSRF falhou. Pedido cancelado." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Você está vendo esta mensagem porque este site HTTPS requer que um " +"“cabeçalho Refer” seja enviado pelo seu navegador da web, mas nenhum foi " +"enviado. Este cabeçalho é necessário por motivos de segurança, para garantir " +"que seu navegador não seja invadido por terceiros." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Se você configurou seu browser para desabilitar os cabeçalhos “Referer”, por " +"favor reabilite-os, ao menos para este site, ou para conexões HTTPS, ou para " +"requisições “same-origin”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Se estiver usando a tag ou " +"incluindo o cabeçalho “Referrer-Policy: no-referrer”, por favor remova-os. A " +"proteção CSRF requer o cabeçalho “Referer” para fazer a checagem de " +"referência. Se estiver preocupado com privacidade, use alternativas como para links de sites de terceiros." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Você está vendo esta mensagem, porque este site requer um cookie CSRF no " +"envio de formulários. Este cookie é necessário por razões de segurança, para " +"garantir que o seu browser não está sendo sequestrado por terceiros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Se você configurou seu browser para desabilitar cookies, por favor reabilite-" +"os, ao menos para este site ou para requisições do tipo \"same-origin\"." + +msgid "More information is available with DEBUG=True." +msgstr "Mais informações estão disponíveis com DEBUG=True." + +msgid "No year specified" +msgstr "Ano não especificado" + +msgid "Date out of range" +msgstr "Data fora de alcance" + +msgid "No month specified" +msgstr "Mês não especificado" + +msgid "No day specified" +msgstr "Dia não especificado" + +msgid "No week specified" +msgstr "Semana não especificada" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nenhum(a) %(verbose_name_plural)s disponível" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s futuros não disponíveis pois %(class_name)s." +"allow_future é False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"String de data com formato inválido “%(datestr)s” dado o formato “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s não encontrado de acordo com a consulta" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Página não é “last”, e também não pode ser convertida para um int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Lista vazia e o \"%(class_name)s.allow_empty\" está como False." + +msgid "Directory indexes are not allowed here." +msgstr "Índices de diretório não são permitidos aqui." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" não existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s " + +msgid "The install worked successfully! Congratulations!" +msgstr "A instalação foi com sucesso! Parabéns!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Ver as notas de lançamento do Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Você está vendo esta página pois possui DEBUG=True no seu arquivo de configurações e não " +"configurou nenhuma URL." + +msgid "Django Documentation" +msgstr "Documentação do Django" + +msgid "Topics, references, & how-to’s" +msgstr "Tópicos, referências, & how-to’s" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Um aplicativo de votação" + +msgid "Get started with Django" +msgstr "Comece a usar Django" + +msgid "Django Community" +msgstr "Comunidade Django" + +msgid "Connect, get help, or contribute" +msgstr "Conecte-se, obtenha ajuda ou contribua" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b181cf75e9d2e68ba7b1364c5ed47ab208a87c1 GIT binary patch literal 204 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$Tyc7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^$SYkor3h^<1_OzOXB183Mzkb*yQG?l;)(`6|n;CW(4A5 P5aS~=BO_xGGmr%USzk9X literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6f4837a29560a33b9748ca3065512a9d68bc74a GIT binary patch literal 832 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 XdW%yxk3rtPgHQ^3;=IS`QSZM2GAXOj literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3b833072aeb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,1323 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abel Radac , 2017 +# Bogdan Mateescu, 2018-2019,2021 +# mihneasim , 2011 +# Daniel Ursache-Dogariu, 2011 +# Denis Darii , 2011,2014 +# Ionel Cristian Mărieș , 2012 +# Jannis Leidel , 2011 +# razvan ionescu , 2015 +# Razvan Stefanescu , 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-01-17 02:13-0600\n" +"PO-Revision-Date: 2023-04-25 06:49+0000\n" +"Last-Translator: Bogdan Mateescu, 2018-2019,2021\n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabă" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Asturiană" + +msgid "Azerbaijani" +msgstr "Azeră" + +msgid "Bulgarian" +msgstr "Bulgară" + +msgid "Belarusian" +msgstr "Bielorusă" + +msgid "Bengali" +msgstr "Bengaleză" + +msgid "Breton" +msgstr "Bretonă" + +msgid "Bosnian" +msgstr "Bosniacă" + +msgid "Catalan" +msgstr "Catalană" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "Cehă" + +msgid "Welsh" +msgstr "Galeză" + +msgid "Danish" +msgstr "Daneză" + +msgid "German" +msgstr "Germană" + +msgid "Lower Sorbian" +msgstr "Soraba Inferioară" + +msgid "Greek" +msgstr "Greacă" + +msgid "English" +msgstr "Engleză" + +msgid "Australian English" +msgstr "Engleză australiană" + +msgid "British English" +msgstr "Engleză britanică" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaniolă" + +msgid "Argentinian Spanish" +msgstr "Spaniolă Argentiniană" + +msgid "Colombian Spanish" +msgstr "Spaniolă Columbiană" + +msgid "Mexican Spanish" +msgstr "Spaniolă Mexicană" + +msgid "Nicaraguan Spanish" +msgstr "Spaniolă Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Spaniolă venezueleană" + +msgid "Estonian" +msgstr "Estonă" + +msgid "Basque" +msgstr "Bască" + +msgid "Persian" +msgstr "Persană" + +msgid "Finnish" +msgstr "Finlandeză" + +msgid "French" +msgstr "Franceză" + +msgid "Frisian" +msgstr "Frizian" + +msgid "Irish" +msgstr "Irlandeză" + +msgid "Scottish Gaelic" +msgstr "Galeză Scoțiană" + +msgid "Galician" +msgstr "Galiciană" + +msgid "Hebrew" +msgstr "Ebraică" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croată" + +msgid "Upper Sorbian" +msgstr "Soraba Superioară" + +msgid "Hungarian" +msgstr "Ungară" + +msgid "Armenian" +msgstr "Armeană" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneză" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeză" + +msgid "Italian" +msgstr "Italiană" + +msgid "Japanese" +msgstr "Japoneză" + +msgid "Georgian" +msgstr "Georgiană" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Kazahă" + +msgid "Khmer" +msgstr "Khmeră" + +msgid "Kannada" +msgstr "Limba kannada" + +msgid "Korean" +msgstr "Koreană" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luxemburgheză" + +msgid "Lithuanian" +msgstr "Lituaniană" + +msgid "Latvian" +msgstr "Letonă" + +msgid "Macedonian" +msgstr "Macedoneană" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolă" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Burmeză" + +msgid "Norwegian Bokmål" +msgstr "Norvegiana modernă" + +msgid "Nepali" +msgstr "Nepaleză" + +msgid "Dutch" +msgstr "Olandeză" + +msgid "Norwegian Nynorsk" +msgstr "Norvegiană Nynorsk" + +msgid "Ossetic" +msgstr "Osețiană" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Poloneză" + +msgid "Portuguese" +msgstr "Portugheză" + +msgid "Brazilian Portuguese" +msgstr "Portugheză braziliană" + +msgid "Romanian" +msgstr "Română" + +msgid "Russian" +msgstr "Rusă" + +msgid "Slovak" +msgstr "Slovacă" + +msgid "Slovenian" +msgstr "Slovenă" + +msgid "Albanian" +msgstr "Albaneză" + +msgid "Serbian" +msgstr "Sârbă" + +msgid "Serbian Latin" +msgstr "Sârbă latină" + +msgid "Swedish" +msgstr "Suedeză" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Limba tamila" + +msgid "Telugu" +msgstr "Limba telugu" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tailandeză" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turcă" + +msgid "Tatar" +msgstr "Tătară" + +msgid "Udmurt" +msgstr "Udmurtă" + +msgid "Ukrainian" +msgstr "Ucraineană" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbecă" + +msgid "Vietnamese" +msgstr "Vietnameză" + +msgid "Simplified Chinese" +msgstr "Chineză simplificată" + +msgid "Traditional Chinese" +msgstr "Chineză tradițională" + +msgid "Messages" +msgstr "Mesaje" + +msgid "Site Maps" +msgstr "Harta sit-ului" + +msgid "Static Files" +msgstr "Fișiere statice" + +msgid "Syndication" +msgstr "Sindicalizare" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "Numărul de pagină nu este întreg" + +msgid "That page number is less than 1" +msgstr "Numărul de pagină este mai mic decât 1" + +msgid "That page contains no results" +msgstr "Această pagină nu conține nici un rezultat" + +msgid "Enter a valid value." +msgstr "Introduceți o valoare validă." + +msgid "Enter a valid URL." +msgstr "Introduceți un URL valid." + +msgid "Enter a valid integer." +msgstr "Introduceți un întreg valid." + +msgid "Enter a valid email address." +msgstr "Introduceți o adresă de email validă." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduceți un “slug” valid care constă în litere, numere, underscore sau " +"cratime." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Introduceţi o adresă IPv4 validă." + +msgid "Enter a valid IPv6 address." +msgstr "Intoduceți o adresă IPv6 validă." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduceți o adresă IPv4 sau IPv6 validă." + +msgid "Enter only digits separated by commas." +msgstr "Introduceţi numai numere separate de virgule." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asiguraţi-vă că această valoare este %(limit_value)s (este %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Asiguraţi-vă că această valoare este mai mică sau egală cu %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Asiguraţi-vă că această valoare este mai mare sau egală cu %(limit_value)s ." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asigurați-vă că această valoare are cel puțin %(limit_value)d caracter (are " +"%(show_value)d)." +msgstr[1] "" +"Asigurați-vă că această valoare are cel puțin %(limit_value)d caractere (are " +"%(show_value)d)." +msgstr[2] "" +"Asigurați-vă că această valoare are cel puțin %(limit_value)d de caractere " +"(are %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asigurați-vă că această valoare are cel mult %(limit_value)d caracter (are " +"%(show_value)d)." +msgstr[1] "" +"Asigurați-vă că această valoare are cel mult %(limit_value)d caractere (are " +"%(show_value)d)." +msgstr[2] "" +"Asigurați-vă că această valoare are cel mult %(limit_value)d de caractere " +"(are %(show_value)d)." + +msgid "Enter a number." +msgstr "Introduceţi un număr." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asigurați-vă că nu este mai mult de %(max)s cifră în total." +msgstr[1] "Asigurați-vă că nu sunt mai mult de %(max)s cifre în total." +msgstr[2] "Asigurați-vă că nu sunt mai mult de %(max)s de cifre în total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asigurați-vă că nu este mai mult de %(max)s zecimală în total." +msgstr[1] "Asigurați-vă că nu sunt mai mult de %(max)s zecimale în total." +msgstr[2] "Asigurați-vă că nu sunt mai mult de %(max)s de zecimale în total." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asigurați-vă că nu este mai mult de %(max)s cifră înainte de punctul zecimal." +msgstr[1] "" +"Asigurați-vă că nu sunt mai mult de %(max)s cifre înainte de punctul zecimal." +msgstr[2] "" +"Asigurați-vă că nu sunt mai mult de %(max)s de cifre înainte de punctul " +"zecimal." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Caracterele Null nu sunt permise." + +msgid "and" +msgstr "și" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s cu acest %(field_labels)s există deja." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valoarea %(value)r nu este o opțiune validă." + +msgid "This field cannot be null." +msgstr "Acest câmp nu poate fi nul." + +msgid "This field cannot be blank." +msgstr "Acest câmp nu poate fi gol." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s cu %(field_label)s deja există." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s trebuie să fie unic(e) pentru %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Câmp de tip: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (adevărat sau fals)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Şir de caractere (cel mult %(max_length)s caractere)" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "Numere întregi separate de virgule" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dată (fară oră)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dată (cu oră)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Număr zecimal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Durată" + +msgid "Email address" +msgstr "Adresă e-mail" + +msgid "File path" +msgstr "Calea fisierului" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Număr cu virgulă" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Întreg" + +msgid "Big (8 byte) integer" +msgstr "Întreg mare (8 octeți)" + +msgid "Small integer" +msgstr "Întreg mic" + +msgid "IPv4 address" +msgstr "Adresă IPv4" + +msgid "IP address" +msgstr "Adresă IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (adevărat, fals sau niciuna)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Întreg pozitiv" + +msgid "Positive small integer" +msgstr "Întreg pozitiv mic" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (până la %(max_length)s)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Timp" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Date binare brute" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "Identificator unic universal" + +msgid "File" +msgstr "Fișier" + +msgid "Image" +msgstr "Imagine" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanța %(model)s cu %(field)s %(value)r inexistentă." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (tip determinat de câmpul aferent)" + +msgid "One-to-one relationship" +msgstr "Relaţie unul-la-unul" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relație %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relații %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relație multe-la-multe" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Acest câmp este obligatoriu." + +msgid "Enter a whole number." +msgstr "Introduceţi un număr întreg." + +msgid "Enter a valid date." +msgstr "Introduceți o dată validă." + +msgid "Enter a valid time." +msgstr "Introduceți o oră validă." + +msgid "Enter a valid date/time." +msgstr "Introduceți o dată/oră validă." + +msgid "Enter a valid duration." +msgstr "Introduceți o durată validă." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Numărul de zile trebuie să fie cuprins între {min_days} și {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nici un fișier nu a fost trimis. Verificați tipul fișierului." + +msgid "No file was submitted." +msgstr "Nici un fișier nu a fost trimis." + +msgid "The submitted file is empty." +msgstr "Fișierul încărcat este gol." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asigurați-vă că numele fișierului are cel mult %(max)d caracter (are " +"%(length)d)." +msgstr[1] "" +"Asigurați-vă că numele fișierului are cel mult %(max)d caractere (are " +"%(length)d)." +msgstr[2] "" +"Asigurați-vă că numele fișierului are cel mult %(max)d de caractere (are " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Fie indicați un fişier, fie bifaţi caseta de selectare, nu ambele." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Încărcaţi o imagine validă. Fişierul încărcat nu era o imagine sau era o " +"imagine coruptă." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selectați o opțiune validă. %(value)s nu face parte din opțiunile " +"disponibile." + +msgid "Enter a list of values." +msgstr "Introduceți o listă de valori." + +msgid "Enter a complete value." +msgstr "Introduceți o valoare completă." + +msgid "Enter a valid UUID." +msgstr "Introduceți un UUID valid." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Câmp ascuns %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Ordine" + +msgid "Delete" +msgstr "Șterge" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corectaţi datele duplicate pentru %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Corectaţi datele duplicate pentru %(field)s , ce trebuie să fie unic." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corectaţi datele duplicate pentru %(field_name)s , care trebuie să fie unice " +"pentru %(lookup)s în %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Corectaţi valorile duplicate de mai jos." + +msgid "The inline value did not match the parent instance." +msgstr "Valoarea în linie nu s-a potrivit cu instanța părinte." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selectați o opțiune validă. Această opțiune nu face parte din opțiunile " +"disponibile." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Șterge" + +msgid "Currently" +msgstr "În prezent" + +msgid "Change" +msgstr "Schimbă" + +msgid "Unknown" +msgstr "Necunoscut" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Nu" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "da,nu,poate" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d octet" +msgstr[1] "%(size)d octeţi" +msgstr[2] "%(size)d de octeţi" + +#, python-format +msgid "%s KB" +msgstr "%s KO" + +#, python-format +msgid "%s MB" +msgstr "%s MO" + +#, python-format +msgid "%s GB" +msgstr "%s GO" + +#, python-format +msgid "%s TB" +msgstr "%s TO" + +#, python-format +msgid "%s PB" +msgstr "%s PO" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "miezul nopții" + +msgid "noon" +msgstr "amiază" + +msgid "Monday" +msgstr "Luni" + +msgid "Tuesday" +msgstr "Marți" + +msgid "Wednesday" +msgstr "Miercuri" + +msgid "Thursday" +msgstr "Joi" + +msgid "Friday" +msgstr "Vineri" + +msgid "Saturday" +msgstr "Sâmbătă" + +msgid "Sunday" +msgstr "Duminică" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Joi" + +msgid "Fri" +msgstr "Vin" + +msgid "Sat" +msgstr "Sâm" + +msgid "Sun" +msgstr "Dum" + +msgid "January" +msgstr "Ianuarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Martie" + +msgid "April" +msgstr "Aprilie" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Iunie" + +msgid "July" +msgstr "Iulie" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "Septembrie" + +msgid "October" +msgstr "Octombrie" + +msgid "November" +msgstr "Noiembrie" + +msgid "December" +msgstr "Decembrie" + +msgid "jan" +msgstr "ian" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "iun" + +msgid "jul" +msgstr "iul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "noi" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ian." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Martie" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprilie" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Iunie" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iulie" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noie." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Ianuarie" + +msgctxt "alt. month" +msgid "February" +msgstr "Februarie" + +msgctxt "alt. month" +msgid "March" +msgstr "Martie" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilie" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Iunie" + +msgctxt "alt. month" +msgid "July" +msgstr "Iulie" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembrie" + +msgctxt "alt. month" +msgid "October" +msgstr "Octombrie" + +msgctxt "alt. month" +msgid "November" +msgstr "Noiembrie" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembrie" + +msgid "This is not a valid IPv6 address." +msgstr "Aceasta nu este o adresă IPv6 validă." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "sau" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d an" +msgstr[1] "%(num)d ani" +msgstr[2] "%(num)d de ani" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d lună" +msgstr[1] "%(num)d luni" +msgstr[2] "%(num)d de luni" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d săptămână" +msgstr[1] "%(num)d săptămâni" +msgstr[2] "%(num)d de săptămâni" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d zi" +msgstr[1] "%(num)d zile" +msgstr[2] "%(num)d de zile" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d oră" +msgstr[1] "%(num)d ore" +msgstr[2] "%(num)d de ore" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minute" +msgstr[2] "%(num)d de minute" + +msgid "Forbidden" +msgstr "Interzis" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificarea CSRF nereușită. Cerere eșuată." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vedeți acest mesaj deoarece această pagină web necesită un cookie CSRF la " +"trimiterea formularelor. Acest cookie este necesar din motive de securitate, " +"pentru a se asigura că browserul nu este deturnat de terți." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Mai multe informații sunt disponibile pentru DEBUG=True." + +msgid "No year specified" +msgstr "Niciun an specificat" + +msgid "Date out of range" +msgstr "Dată în afara intervalului" + +msgid "No month specified" +msgstr "Nicio lună specificată" + +msgid "No day specified" +msgstr "Nicio zi specificată" + +msgid "No week specified" +msgstr "Nicio săptămîna specificată" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nu e disponibil" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Viitorul %(verbose_name_plural)s nu e disponibil deoarece %(class_name)s ." +"allow_future este Fals." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Niciun rezultat pentru %(verbose_name)s care se potrivesc interogării" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pagină invalidă (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Aici nu sunt permise indexuri la directoare" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index pentru %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalarea a funcționat cu succes! Felicitări!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Vezi notele de lansare pentru Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Vedeți această pagină deoarece DEBUG=True este în fișierul de setări și nu ați " +"configurat niciun URL." + +msgid "Django Documentation" +msgstr "Documentația Django" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: O aplicație de votare" + +msgid "Get started with Django" +msgstr "Începeți cu Django" + +msgid "Django Community" +msgstr "Comunitatea Django" + +msgid "Connect, get help, or contribute" +msgstr "Conectați-vă, obțineți ajutor sau contribuiți" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49aa769d28f3d72d7ee4e1443459b2c5f60edeb1 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^5ZLEW$IC1TX?hg{O4u zKj>O@>u>48Xt8$6hLVk`*9KDP8{RqhymRh-dV0U(aT>w;cER_4kO=+pi`@!s$-M&P zJHp6Bm@o+(GDDa&NgOuAm@+ARWFFyT^SFy}M8T{Hir zgLdVLUiY0%ODkI+W%>P*4PupQtzm5Y)t79LIn=TbS3A^`lKifsiXW`HToZNC&~%6^ zTB9yjr9F+QHq?@=Tj#pgs8y=xztFw^f7V^$i!;8Sj9P7bB1l)QVb_uDfg?!vOqh=6 zI8cO{J)8;s-lZ^_Pd_=s*Zj*@!lXB~UqJ4<)rIKR*mi~;q3^U?eOnkiLdO{oTGI(X zny({o1`ht*x8IH*!Ce2pOf1+|BtZ}>8Zp_MsFz5=#y-1Yy!7J*N_wfY1v>T8Pkny& re1S4vIs^PJLS;h>#NNfi8>FcxP-j;$lz~Lj^LN%`Q(u{J24?&PwO8j# literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/formats.py new file mode 100644 index 00000000000..5a0c173f0b9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ro/formats.py @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j F Y, H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y, H:i" +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", + "%d.%b.%Y", + "%d %B %Y", + "%A, %d %B %Y", +] +TIME_INPUT_FORMATS = [ + "%H:%M", + "%H:%M:%S", + "%H:%M:%S.%f", +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y, %H:%M", + "%d.%m.%Y, %H:%M:%S", + "%d.%B.%Y, %H:%M", + "%d.%B.%Y, %H:%M:%S", +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..97dff44ac07a2c2add71d4b012cfa53233c9f6a0 GIT binary patch literal 38784 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, 2014 +# Anton Bazhanov , 2017 +# Denis Darii , 2011 +# Dimmus , 2011 +# eigrad , 2012 +# Eugene , 2013 +# Eugene Morozov , 2021 +# eXtractor , 2015 +# crazyzubr , 2020 +# Igor Melnyk, 2014 +# Ivan Khomutov , 2017 +# Jannis Leidel , 2011 +# lilo.panic, 2016 +# Mikhail Zholobov , 2013 +# Nikolay Korotkiy , 2018 +# Panasoft, 2021 +# Вася Аникин , 2017 +# SeryiMysh , 2020 +# Алексей Борискин , 2013-2017,2019-2020,2022-2025 +# Bobsans , 2016,2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Алексей Борискин , " +"2013-2017,2019-2020,2022-2025\n" +"Language-Team: Russian (http://app.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Бурский" + +msgid "Arabic" +msgstr "Арабский" + +msgid "Algerian Arabic" +msgstr "Алжирский арабский" + +msgid "Asturian" +msgstr "Астурийский" + +msgid "Azerbaijani" +msgstr "Азербайджанский" + +msgid "Bulgarian" +msgstr "Болгарский" + +msgid "Belarusian" +msgstr "Белоруский" + +msgid "Bengali" +msgstr "Бенгальский" + +msgid "Breton" +msgstr "Бретонский" + +msgid "Bosnian" +msgstr "Боснийский" + +msgid "Catalan" +msgstr "Каталанский" + +msgid "Central Kurdish (Sorani)" +msgstr "Центральнокурдский (Сорани)" + +msgid "Czech" +msgstr "Чешский" + +msgid "Welsh" +msgstr "Уэльский" + +msgid "Danish" +msgstr "Датский" + +msgid "German" +msgstr "Немецкий" + +msgid "Lower Sorbian" +msgstr "Нижнелужицкий" + +msgid "Greek" +msgstr "Греческий" + +msgid "English" +msgstr "Английский" + +msgid "Australian English" +msgstr "Австралийский английский" + +msgid "British English" +msgstr "Британский английский" + +msgid "Esperanto" +msgstr "Эсперанто" + +msgid "Spanish" +msgstr "Испанский" + +msgid "Argentinian Spanish" +msgstr "Аргентинский испанский" + +msgid "Colombian Spanish" +msgstr "Колумбийский испанский" + +msgid "Mexican Spanish" +msgstr "Мексиканский испанский" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуанский испанский" + +msgid "Venezuelan Spanish" +msgstr "Венесуэльский Испанский" + +msgid "Estonian" +msgstr "Эстонский" + +msgid "Basque" +msgstr "Баскский" + +msgid "Persian" +msgstr "Персидский" + +msgid "Finnish" +msgstr "Финский" + +msgid "French" +msgstr "Французский" + +msgid "Frisian" +msgstr "Фризский" + +msgid "Irish" +msgstr "Ирландский" + +msgid "Scottish Gaelic" +msgstr "Шотландский гэльский" + +msgid "Galician" +msgstr "Галисийский" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорватский" + +msgid "Upper Sorbian" +msgstr "Верхнелужицкий" + +msgid "Hungarian" +msgstr "Венгерский" + +msgid "Armenian" +msgstr "Армянский" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонезийский" + +msgid "Igbo" +msgstr "Игбо" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "Исландский" + +msgid "Italian" +msgstr "Итальянский" + +msgid "Japanese" +msgstr "Японский" + +msgid "Georgian" +msgstr "Грузинский" + +msgid "Kabyle" +msgstr "Кабильский" + +msgid "Kazakh" +msgstr "Казахский" + +msgid "Khmer" +msgstr "Кхмерский" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Корейский" + +msgid "Kyrgyz" +msgstr "Киргизский" + +msgid "Luxembourgish" +msgstr "Люксембургский" + +msgid "Lithuanian" +msgstr "Литовский" + +msgid "Latvian" +msgstr "Латвийский" + +msgid "Macedonian" +msgstr "Македонский" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монгольский" + +msgid "Marathi" +msgstr "Маратхи" + +msgid "Malay" +msgstr "Малайский" + +msgid "Burmese" +msgstr "Бирманский" + +msgid "Norwegian Bokmål" +msgstr "Норвежский (Букмол)" + +msgid "Nepali" +msgstr "Непальский" + +msgid "Dutch" +msgstr "Голландский" + +msgid "Norwegian Nynorsk" +msgstr "Норвежский (Нюнорск)" + +msgid "Ossetic" +msgstr "Осетинский" + +msgid "Punjabi" +msgstr "Панджаби" + +msgid "Polish" +msgstr "Польский" + +msgid "Portuguese" +msgstr "Португальский" + +msgid "Brazilian Portuguese" +msgstr "Бразильский португальский" + +msgid "Romanian" +msgstr "Румынский" + +msgid "Russian" +msgstr "Русский" + +msgid "Slovak" +msgstr "Словацкий" + +msgid "Slovenian" +msgstr "Словенский" + +msgid "Albanian" +msgstr "Албанский" + +msgid "Serbian" +msgstr "Сербский" + +msgid "Serbian Latin" +msgstr "Сербский (латиница)" + +msgid "Swedish" +msgstr "Шведский" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамильский" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Tajik" +msgstr "Таджикский" + +msgid "Thai" +msgstr "Тайский" + +msgid "Turkmen" +msgstr "Туркменский" + +msgid "Turkish" +msgstr "Турецкий" + +msgid "Tatar" +msgstr "Татарский" + +msgid "Udmurt" +msgstr "Удмуртский" + +msgid "Uyghur" +msgstr "Уйгурский" + +msgid "Ukrainian" +msgstr "Украинский" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "Узбекский" + +msgid "Vietnamese" +msgstr "Вьетнамский" + +msgid "Simplified Chinese" +msgstr "Упрощенный китайский" + +msgid "Traditional Chinese" +msgstr "Традиционный китайский" + +msgid "Messages" +msgstr "Сообщения" + +msgid "Site Maps" +msgstr "Карта сайта" + +msgid "Static Files" +msgstr "Статические файлы" + +msgid "Syndication" +msgstr "Ленты новостей" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Номер страницы не является натуральным числом" + +msgid "That page number is less than 1" +msgstr "Номер страницы меньше 1" + +msgid "That page contains no results" +msgstr "Страница не содержит результатов" + +msgid "Enter a valid value." +msgstr "Введите правильное значение." + +msgid "Enter a valid domain name." +msgstr "Введите правильное имя домена." + +msgid "Enter a valid URL." +msgstr "Введите правильный URL." + +msgid "Enter a valid integer." +msgstr "Введите правильное число." + +msgid "Enter a valid email address." +msgstr "Введите правильный адрес электронной почты." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Значение должно состоять только из латинских букв, цифр, знаков " +"подчеркивания или дефиса." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Значение должно состоять только из символов входящих в стандарт Юникод, " +"цифр, символов подчёркивания или дефисов." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Введите правильный адрес %(protocol)s." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 или IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Введите цифры, разделенные запятыми." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Убедитесь, что это значение — %(limit_value)s (сейчас оно — %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Убедитесь, что это значение меньше либо равно %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Убедитесь, что это значение больше либо равно %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Убедитесь, что это значение кратно числу %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Убедитесь, что данное значение отстоит от %(offset)s на число, кратное шагу " +"%(limit_value)s, например: %(offset)s, %(valid_value1)s, %(valid_value2)s и " +"так далее." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символ (сейчас " +"%(show_value)d)." +msgstr[1] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[2] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[3] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символов " +"(сейчас %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символ (сейчас " +"%(show_value)d)." +msgstr[1] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[2] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[3] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символов " +"(сейчас %(show_value)d)." + +msgid "Enter a number." +msgstr "Введите число." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Убедитесь, что вы ввели не более %(max)s цифры." +msgstr[1] "Убедитесь, что вы ввели не более %(max)s цифр." +msgstr[2] "Убедитесь, что вы ввели не более %(max)s цифр." +msgstr[3] "Убедитесь, что вы ввели не более %(max)s цифр." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Убедитесь, что вы ввели не более %(max)s цифры после запятой." +msgstr[1] "Убедитесь, что вы ввели не более %(max)s цифр после запятой." +msgstr[2] "Убедитесь, что вы ввели не более %(max)s цифр после запятой." +msgstr[3] "Убедитесь, что вы ввели не более %(max)s цифр после запятой." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Убедитесь, что вы ввели не более %(max)s цифры перед запятой." +msgstr[1] "Убедитесь, что вы ввели не более %(max)s цифр перед запятой." +msgstr[2] "Убедитесь, что вы ввели не более %(max)s цифр перед запятой." +msgstr[3] "Убедитесь, что вы ввели не более %(max)s цифр перед запятой." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Расширение файлов “%(extension)s” не поддерживается. Разрешенные расширения: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Данные содержат запрещённый символ: ноль-байт" + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"%(model_name)s с такими значениями полей %(field_labels)s уже существует." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Нарушено ограничение \"%(name)s\"." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значения %(value)r нет среди допустимых вариантов." + +msgid "This field cannot be null." +msgstr "Это поле не может иметь значение NULL." + +msgid "This field cannot be blank." +msgstr "Это поле не может быть пустым." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s с таким %(field_label)s уже существует." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Значение в поле «%(field_label)s» должно быть уникальным для фрагмента " +"«%(lookup_type)s» даты в поле %(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле типа %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Значение “%(value)s” должно быть True или False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Значение “%(value)s” должно быть True, False или None." + +msgid "Boolean (Either True or False)" +msgstr "Логическое (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Строка (до %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Строка (неограниченной длины)" + +msgid "Comma-separated integers" +msgstr "Целые, разделенные запятыми" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Значение “%(value)s” имеет неверный формат даты. Оно должно быть в формате " +"YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Значение “%(value)s” имеет корректный формат (YYYY-MM-DD), но это " +"недействительная дата." + +msgid "Date (without time)" +msgstr "Дата (без указания времени)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Значение “%(value)s” имеет неверный формат. Оно должно быть в формате YYYY-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Значение “%(value)s” имеет корректный формат (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), но это недействительные дата/время." + +msgid "Date (with time)" +msgstr "Дата (с указанием времени)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Значение “%(value)s” должно быть десятичным числом." + +msgid "Decimal number" +msgstr "Число с фиксированной запятой" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Значение “%(value)s” имеет неверный формат. Оно должно быть в формате [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Продолжительность" + +msgid "Email address" +msgstr "Адрес электронной почты" + +msgid "File path" +msgstr "Путь к файлу" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Значение “%(value)s” должно быть числом с плавающей точкой." + +msgid "Floating point number" +msgstr "Число с плавающей запятой" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Значение “%(value)s” должно быть целым числом." + +msgid "Integer" +msgstr "Целое" + +msgid "Big (8 byte) integer" +msgstr "Длинное целое (8 байт)" + +msgid "Small integer" +msgstr "Малое целое число" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP-адрес" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Значение “%(value)s” должно быть None, True или False." + +msgid "Boolean (Either True, False or None)" +msgstr "Логическое (True, False или None)" + +msgid "Positive big integer" +msgstr "Положительное большое целое число" + +msgid "Positive integer" +msgstr "Положительное целое число" + +msgid "Positive small integer" +msgstr "Положительное малое целое число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (до %(max_length)s)" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значение “%(value)s” имеет неверный формат. Оно должно быть в формате HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Значение “%(value)s” имеет корректный формат (HH:MM[:ss[.uuuuuu]]), но это " +"недействительное время." + +msgid "Time" +msgstr "Время" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Необработанные двоичные данные" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Значение “%(value)s” не является верным UUID-ом." + +msgid "Universally unique identifier" +msgstr "Поле для UUID, универсального уникального идентификатора" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Изображение" + +msgid "A JSON object" +msgstr "JSON-объект" + +msgid "Value must be valid JSON." +msgstr "Значение должно быть корректным JSON-ом." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" +"Значение \"%(value)r\" не является допустимым для поля \"%(field)s\" объекта " +"типа %(model)s" + +msgid "Foreign Key (type determined by related field)" +msgstr "Внешний Ключ (тип определен по связанному полю)" + +msgid "One-to-one relationship" +msgstr "Связь \"один к одному\"" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Связь %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Связи %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Связь \"многие ко многим\"" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Обязательное поле." + +msgid "Enter a whole number." +msgstr "Введите целое число." + +msgid "Enter a valid date." +msgstr "Введите правильную дату." + +msgid "Enter a valid time." +msgstr "Введите правильное время." + +msgid "Enter a valid date/time." +msgstr "Введите правильную дату и время." + +msgid "Enter a valid duration." +msgstr "Введите правильную продолжительность." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Количество дней должно быть в диапазоне от {min_days} до {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ни одного файла не было отправлено. Проверьте тип кодировки формы." + +msgid "No file was submitted." +msgstr "Ни одного файла не было отправлено." + +msgid "The submitted file is empty." +msgstr "Отправленный файл пуст." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Убедитесь, что это имя файла содержит не более %(max)d символ (сейчас " +"%(length)d)." +msgstr[1] "" +"Убедитесь, что это имя файла содержит не более %(max)d символов (сейчас " +"%(length)d)." +msgstr[2] "" +"Убедитесь, что это имя файла содержит не более %(max)d символов (сейчас " +"%(length)d)." +msgstr[3] "" +"Убедитесь, что это имя файла содержит не более %(max)d символов (сейчас " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Пожалуйста, загрузите файл или поставьте флажок \"Очистить\", но не " +"совершайте оба действия одновременно." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Загрузите правильное изображение. Файл, который вы загрузили, поврежден или " +"не является изображением." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Выберите корректный вариант. %(value)s нет среди допустимых значений." + +msgid "Enter a list of values." +msgstr "Введите список значений." + +msgid "Enter a complete value." +msgstr "Введите весь список значений." + +msgid "Enter a valid UUID." +msgstr "Введите правильный UUID." + +msgid "Enter a valid JSON." +msgstr "Введите корректный JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скрытое поле %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Данные ManagementForm отсутствуют или были подделаны. Отсутствующие поля: " +"%(field_names)s. Если проблема не исчезнет, вам может потребоваться " +"отправить отчет об ошибке." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Пожалуйста, отправьте не больше %(num)d формы." +msgstr[1] "Пожалуйста, отправьте не больше %(num)d форм." +msgstr[2] "Пожалуйста, отправьте не больше %(num)d форм." +msgstr[3] "Пожалуйста, отправьте не больше %(num)d форм." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Пожалуйста, отправьте %(num)d форму." +msgstr[1] "Пожалуйста, отправьте %(num)d формы." +msgstr[2] "Пожалуйста, отправьте %(num)d форм." +msgstr[3] "Пожалуйста, отправьте %(num)d форм." + +msgid "Order" +msgstr "Порядок" + +msgid "Delete" +msgstr "Удалить" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Пожалуйста, измените повторяющееся значение в поле \"%(field)s\"." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Пожалуйста, измените значение в поле %(field)s, оно должно быть уникальным." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Пожалуйста, измените значение в поле %(field_name)s, оно должно быть " +"уникальным для %(lookup)s в поле %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Пожалуйста, измените повторяющиеся значения ниже." + +msgid "The inline value did not match the parent instance." +msgstr "Значение во вложенной форме не совпадает со значением в базовой форме." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Выберите корректный вариант. Вашего варианта нет среди допустимых значений." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” является неверным значением." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s не может быть интерпретирована в часовом поясе " +"%(current_timezone)s; дата может быть неоднозначной или оказаться " +"несуществующей." + +msgid "Clear" +msgstr "Очистить" + +msgid "Currently" +msgstr "На данный момент" + +msgid "Change" +msgstr "Изменить" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Нет" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "да,нет,может быть" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байта" +msgstr[2] "%(size)d байт" +msgstr[3] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "п.п." + +msgid "a.m." +msgstr "д.п." + +msgid "PM" +msgstr "ПП" + +msgid "AM" +msgstr "ДП" + +msgid "midnight" +msgstr "полночь" + +msgid "noon" +msgstr "полдень" + +msgid "Monday" +msgstr "Понедельник" + +msgid "Tuesday" +msgstr "Вторник" + +msgid "Wednesday" +msgstr "Среда" + +msgid "Thursday" +msgstr "Четверг" + +msgid "Friday" +msgstr "Пятница" + +msgid "Saturday" +msgstr "Суббота" + +msgid "Sunday" +msgstr "Воскресенье" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чт" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Вс" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "янв" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Янв." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "января" + +msgctxt "alt. month" +msgid "February" +msgstr "февраля" + +msgctxt "alt. month" +msgid "March" +msgstr "марта" + +msgctxt "alt. month" +msgid "April" +msgstr "апреля" + +msgctxt "alt. month" +msgid "May" +msgstr "мая" + +msgctxt "alt. month" +msgid "June" +msgstr "июня" + +msgctxt "alt. month" +msgid "July" +msgstr "июля" + +msgctxt "alt. month" +msgid "August" +msgstr "августа" + +msgctxt "alt. month" +msgid "September" +msgstr "сентября" + +msgctxt "alt. month" +msgid "October" +msgstr "октября" + +msgctxt "alt. month" +msgid "November" +msgstr "ноября" + +msgctxt "alt. month" +msgid "December" +msgstr "декабря" + +msgid "This is not a valid IPv6 address." +msgstr "Значение не является корректным адресом IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d год" +msgstr[1] "%(num)d года" +msgstr[2] "%(num)d лет" +msgstr[3] "%(num)d лет" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d месяц" +msgstr[1] "%(num)d месяца" +msgstr[2] "%(num)d месяцев" +msgstr[3] "%(num)d месяцев" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d неделя" +msgstr[1] "%(num)d недели" +msgstr[2] "%(num)d недель" +msgstr[3] "%(num)d недель" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d день" +msgstr[1] "%(num)d дня" +msgstr[2] "%(num)d дней" +msgstr[3] "%(num)d дней" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d час" +msgstr[1] "%(num)d часа" +msgstr[2] "%(num)d часов" +msgstr[3] "%(num)d часов" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d минута" +msgstr[1] "%(num)d минуты" +msgstr[2] "%(num)d минут" +msgstr[3] "%(num)d минут" + +msgid "Forbidden" +msgstr "Ошибка доступа" + +msgid "CSRF verification failed. Request aborted." +msgstr "Ошибка проверки CSRF. Запрос отклонён." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вы видите это сообщение потому что этот сайт работает по защищённому " +"протоколу HTTPS и требует, чтобы при запросе вашим браузером был передан " +"заголовок \"Referer\", но он не был передан. Этот заголовок необходим из " +"соображений безопасности: мы должны убедиться что запрос оправляете именно " +"вы." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Если вы настроили свой браузер таким образом, чтобы запретить ему передавать " +"заголовок “Referer”, пожалуйста, разрешите ему отсылать данный заголовок по " +"крайней мере для данного сайта, или для всех HTTPS-соединений, или для " +"запросов, домен и порт назначения совпадают с доменом и портом текущей " +"страницы." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Если Вы используете HTML-тэг или добавили HTTP-заголовок “Referrer-Policy: no-referrer”, " +"пожалуйста удалите их. CSRF защите необходим заголовок “Referer” для строгой " +"проверки адреса ссылающейся страницы. Если Вы беспокоитесь о приватности, " +"используйте альтернативы, например , для ссылок на " +"сайты третьих лиц." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вы видите это сообщение, потому что данный сайт требует, чтобы при отправке " +"форм была отправлена и CSRF-cookie. Данный тип cookie необходим по " +"соображениям безопасности, чтобы убедиться, что ваш браузер не был взломан и " +"не выполняет от вашего лица действий, запрограммированных третьими лицами." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Если в вашем браузере отключены cookie, пожалуйста, включите эту функцию " +"вновь, по крайней мере для этого сайта, или для \"same-orign\" запросов." + +msgid "More information is available with DEBUG=True." +msgstr "" +"В отладочном режиме доступно больше информации. Включить отладочный режим " +"можно, установив значение переменной DEBUG=True." + +msgid "No year specified" +msgstr "Не указан год" + +msgid "Date out of range" +msgstr "Дата выходит за пределы диапазона" + +msgid "No month specified" +msgstr "Не указан месяц" + +msgid "No day specified" +msgstr "Не указан день" + +msgid "No week specified" +msgstr "Не указана неделя" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s не доступен" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Будущие %(verbose_name_plural)s недоступны, потому что %(class_name)s." +"allow_future выставлен в значение \"Ложь\"." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"Не удалось распознать строку с датой “%(datestr)s”, в заданном формате " +"“%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Не найден ни один %(verbose_name)s, соответствующий запросу" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Номер страницы не содержит особое значение “last” и его не удалось " +"преобразовать к целому числу." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Неправильная страница (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" +"Список пуст, но “%(class_name)s.allow_empty” выставлено в значение \"Ложь\", " +"что запрещает показывать пустые списки." + +msgid "Directory indexes are not allowed here." +msgstr "Просмотр списка файлов директории здесь не разрешен." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” не существует" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Список файлов директории %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Установка прошла успешно! Поздравляем!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Посмотреть примечания к выпуску для Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Вы видите данную страницу, потому что указали DEBUG=True в файле настроек и не настроили ни одного " +"обработчика URL-адресов." + +msgid "Django Documentation" +msgstr "Документация Django" + +msgid "Topics, references, & how-to’s" +msgstr "Разделы, справочник, & примеры" + +msgid "Tutorial: A Polling App" +msgstr "Руководство: Приложение для голосования" + +msgid "Get started with Django" +msgstr "Начало работы с Django" + +msgid "Django Community" +msgstr "Сообщество Django" + +msgid "Connect, get help, or contribute" +msgstr "Присоединяйтесь, получайте помощь или помогайте в разработке" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07929fee59093bb77c72f4b614ea6a59ed13e8d0 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^@~dNSTroR%27{KfEJHGoW2*7W@*{#4< zTtCO+3qSw@L_h)sU;vSjL_rutAs9j@@C1cn7)4OD6M&HpK(TKGjG{PD5{Pn-n&#zY`F137O8J9#| zHj9c{74>CYuT=L9}VCSygI!c^63i?4j5HyRA0!d zSyGioy;3WE2iN$`!MY=Sw4ICbsM)f{g4AmcJGNvEY(cVS!o-=Q4H0J6a3=J-?}gEP z^1&WH;U7H~#@&ha5a%wM9UR>nTlTOm^zBx&Zwby+Xxq-9IT`b#`8x7+V54c@dgkQt zx&GfUHu1J134&O~0Cj#D_mXM6G50PhFLQSRXfJ)X04XnX$Jb}~7a;3pvRGq#i1LET iRfx<57J&H^37_MdTcto2CulE=6O6~CKT%EwpYadq>*B!x literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/formats.py new file mode 100644 index 00000000000..212e5267d04 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ru/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j E Y г." +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j E Y г. G:i" +YEAR_MONTH_FORMAT = "F Y г." +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ddfe767cc94414ed25b981d214cffefe57f71a03 GIT binary patch literal 29965 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e245cb14c57 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,1394 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023-2024 +# Jannis Leidel , 2011 +# 18f25ad6fa9930fc67cb11aca9d16a27, 2012-2013 +# Marian Andre , 2013,2015,2017-2018 +# 29cf7e517570e1bc05a1509565db92ae_2a01508, 2011 +# Martin Tóth , 2017,2023 +# Miroslav Bendik , 2023 +# Peter Kuma, 2021 +# Peter Stríž , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 06:49+0000\n" +"Last-Translator: Adam Zahradník, 2023-2024\n" +"Language-Team: Slovak (http://app.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Afrikaans" +msgstr "afrikánsky" + +msgid "Arabic" +msgstr "arabský" + +msgid "Algerian Arabic" +msgstr "alžírsky arabsky" + +msgid "Asturian" +msgstr "astúrsky" + +msgid "Azerbaijani" +msgstr "azerbajdžansky" + +msgid "Bulgarian" +msgstr "bulharsky" + +msgid "Belarusian" +msgstr "bielorusky" + +msgid "Bengali" +msgstr "bengálsky" + +msgid "Breton" +msgstr "bretónsky" + +msgid "Bosnian" +msgstr "bosniansky" + +msgid "Catalan" +msgstr "katalánsky" + +msgid "Central Kurdish (Sorani)" +msgstr "stredná kurdčina (Sorani)" + +msgid "Czech" +msgstr "česky" + +msgid "Welsh" +msgstr "walesky" + +msgid "Danish" +msgstr "dánsky" + +msgid "German" +msgstr "nemecky" + +msgid "Lower Sorbian" +msgstr "dolnolužická srbčina" + +msgid "Greek" +msgstr "grécky" + +msgid "English" +msgstr "anglicky" + +msgid "Australian English" +msgstr "austrálskou angličtinou" + +msgid "British English" +msgstr "britskou angličtinou" + +msgid "Esperanto" +msgstr "esperantsky" + +msgid "Spanish" +msgstr "španielsky" + +msgid "Argentinian Spanish" +msgstr "argentínska španielčina" + +msgid "Colombian Spanish" +msgstr "kolumbijská španielčina" + +msgid "Mexican Spanish" +msgstr "mexická španielčina" + +msgid "Nicaraguan Spanish" +msgstr "nikaragujská španielčina" + +msgid "Venezuelan Spanish" +msgstr "venezuelská španielčina" + +msgid "Estonian" +msgstr "estónsky" + +msgid "Basque" +msgstr "baskicky" + +msgid "Persian" +msgstr "perzsky" + +msgid "Finnish" +msgstr "fínsky" + +msgid "French" +msgstr "francúzsky" + +msgid "Frisian" +msgstr "frízsky" + +msgid "Irish" +msgstr "írsky" + +msgid "Scottish Gaelic" +msgstr "škótska gaelčina" + +msgid "Galician" +msgstr "galícijsky" + +msgid "Hebrew" +msgstr "hebrejsky" + +msgid "Hindi" +msgstr "hindsky" + +msgid "Croatian" +msgstr "chorvátsky" + +msgid "Upper Sorbian" +msgstr "hornolužická srbčina" + +msgid "Hungarian" +msgstr "maďarsky" + +msgid "Armenian" +msgstr "arménsky" + +msgid "Interlingua" +msgstr "interlinguánsky" + +msgid "Indonesian" +msgstr "indonézsky" + +msgid "Igbo" +msgstr "igbožsky" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandsky" + +msgid "Italian" +msgstr "taliansky" + +msgid "Japanese" +msgstr "japonsky" + +msgid "Georgian" +msgstr "gruzínsky" + +msgid "Kabyle" +msgstr "kabylsky" + +msgid "Kazakh" +msgstr "kazašsky" + +msgid "Khmer" +msgstr "kmérsky" + +msgid "Kannada" +msgstr "kannadsky" + +msgid "Korean" +msgstr "kórejsky" + +msgid "Kyrgyz" +msgstr "kirgizsky" + +msgid "Luxembourgish" +msgstr "luxembursky" + +msgid "Lithuanian" +msgstr "litovsky" + +msgid "Latvian" +msgstr "lotyšsky" + +msgid "Macedonian" +msgstr "macedónsky" + +msgid "Malayalam" +msgstr "malajalámsky" + +msgid "Mongolian" +msgstr "mongolsky" + +msgid "Marathi" +msgstr "maráthsky" + +msgid "Malay" +msgstr "malajčina" + +msgid "Burmese" +msgstr "barmsky" + +msgid "Norwegian Bokmål" +msgstr "nórsky (Bokmål)" + +msgid "Nepali" +msgstr "nepálsky" + +msgid "Dutch" +msgstr "holandsky" + +msgid "Norwegian Nynorsk" +msgstr "nórsky (Nynorsk)" + +msgid "Ossetic" +msgstr "osetsky" + +msgid "Punjabi" +msgstr "pandžábsky" + +msgid "Polish" +msgstr "poľsky" + +msgid "Portuguese" +msgstr "portugalsky" + +msgid "Brazilian Portuguese" +msgstr "portugalsky (Brazília)" + +msgid "Romanian" +msgstr "rumunsky" + +msgid "Russian" +msgstr "rusky" + +msgid "Slovak" +msgstr "slovensky" + +msgid "Slovenian" +msgstr "slovinsky" + +msgid "Albanian" +msgstr "albánsky" + +msgid "Serbian" +msgstr "srbsky" + +msgid "Serbian Latin" +msgstr "srbsky (Latin)" + +msgid "Swedish" +msgstr "švédsky" + +msgid "Swahili" +msgstr "svahilsky" + +msgid "Tamil" +msgstr "tamilsky" + +msgid "Telugu" +msgstr "telugsky" + +msgid "Tajik" +msgstr "tadžiksky" + +msgid "Thai" +msgstr "thajsky" + +msgid "Turkmen" +msgstr "turkménsky" + +msgid "Turkish" +msgstr "turecky" + +msgid "Tatar" +msgstr "tatársky" + +msgid "Udmurt" +msgstr "udmurtsky" + +msgid "Uyghur" +msgstr "ujgursky" + +msgid "Ukrainian" +msgstr "ukrajinsky" + +msgid "Urdu" +msgstr "urdsky" + +msgid "Uzbek" +msgstr "uzbecky" + +msgid "Vietnamese" +msgstr "vietnamsky" + +msgid "Simplified Chinese" +msgstr "čínsky (zjednodušene)" + +msgid "Traditional Chinese" +msgstr "čínsky (tradične)" + +msgid "Messages" +msgstr "Správy" + +msgid "Site Maps" +msgstr "Mapy Sídla" + +msgid "Static Files" +msgstr "Statické Súbory" + +msgid "Syndication" +msgstr "Syndikácia" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Číslo stránky nie je celé číslo" + +msgid "That page number is less than 1" +msgstr "Číslo stránky je menšie ako 1" + +msgid "That page contains no results" +msgstr "Stránka neobsahuje žiadne výsledky" + +msgid "Enter a valid value." +msgstr "Zadajte platnú hodnotu." + +msgid "Enter a valid domain name." +msgstr "Zadajte platný názov domény." + +msgid "Enter a valid URL." +msgstr "Zadajte platnú URL adresu." + +msgid "Enter a valid integer." +msgstr "Zadajte platné celé číslo." + +msgid "Enter a valid email address." +msgstr "Zadajte platnú e-mailovú adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zadajte platnú skratku pozostávajúcu z písmen, čísel, podčiarkovníkov alebo " +"pomlčiek." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zadajte platnú skratku pozostávajúcu z písmen Unicode, čísel, " +"podčiarkovníkov alebo pomlčiek." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Zadajte platnú %(protocol)s adresu." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 alebo IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Zadajte len číslice oddelené čiarkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Uistite sa, že táto hodnota je %(limit_value)s (je to %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Uistite sa, že táto hodnota je menšia alebo rovná %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Uistite sa, že hodnota je väčšia alebo rovná %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Uistite sa, že táto hodnota je násobkom %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Uistite sa, že táto hodnota je násobkom %(limit_value)s, začínajúc od " +"%(offset)s, t.j. %(offset)s, %(valid_value1)s, %(valid_value2)s, atď." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znak (má " +"%(show_value)d)." +msgstr[1] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znaky (má " +"%(show_value)d)." +msgstr[2] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znakov (má " +"%(show_value)d)." +msgstr[3] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znakov (má " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znak (má " +"%(show_value)d)." +msgstr[1] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znaky (má " +"%(show_value)d)." +msgstr[2] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znakov (má " +"%(show_value)d)." +msgstr[3] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znakov (má " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Zadajte číslo." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslica." +msgstr[1] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslice." +msgstr[2] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslic." +msgstr[3] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslic." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Uistite sa, že nie je zadané viac ako %(max)s desatinné miesto." +msgstr[1] "Uistite sa, že nie sú zadané viac ako %(max)s desatinné miesta." +msgstr[2] "Uistite sa, že nie je zadaných viac ako %(max)s desatinných miest." +msgstr[3] "Uistite sa, že nie je zadaných viac ako %(max)s desatinných miest." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Uistite sa, že nie je zadaných viac ako %(max)s číslica pred desatinnou " +"čiarkou." +msgstr[1] "" +"Uistite sa, že nie sú zadané viac ako %(max)s číslice pred desatinnou " +"čiarkou." +msgstr[2] "" +"Uistite sa, že nie je zadaných viac ako %(max)s číslic pred desatinnou " +"čiarkou." +msgstr[3] "" +"Uistite sa, že nie je zadaných viac ako %(max)s číslic pred desatinnou " +"čiarkou." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Prípona súboru „%(extension)s“ nie je povolená. Povolené prípony sú: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Znaky NULL nie sú povolené." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s s týmto %(field_labels)s už existuje." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Obmedzenie „%(name)s“ je porušené." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hodnota %(value)r nie je platná možnosť." + +msgid "This field cannot be null." +msgstr "Toto pole nemôže byť prázdne." + +msgid "This field cannot be blank." +msgstr "Toto pole nemôže byť prázdne." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s s týmto %(field_label)s už existuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s musí byť jedinečné pre %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Hodnota „%(value)s“ musí byť True alebo False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Hodnota „%(value)s“ musí byť True, False alebo None." + +msgid "Boolean (Either True or False)" +msgstr "Logická hodnota (buď True alebo False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Reťazec (až do %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Reťazec (neobmedzený)" + +msgid "Comma-separated integers" +msgstr "Celé čísla oddelené čiarkou" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Hodnota „%(value)s“ má neplatný tvar dátumu. Musí byť v tvare YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Hodnota „%(value)s“ je v správnom tvare (YYYY-MM-DD), ale je to neplatný " +"dátum." + +msgid "Date (without time)" +msgstr "Dátum (bez času)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Hodnota „%(value)s“ má neplatný tvar. Musí byť v tvare YYYY-MM-DD HH:MM[:" +"ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Hodnota „%(value)s“ je v správnom tvare (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), ale je to neplatný dátum/čas." + +msgid "Date (with time)" +msgstr "Dátum (a čas)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Hodnota „%(value)s“ musí byť desatinné číslo." + +msgid "Decimal number" +msgstr "Desatinné číslo" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Hodnota „%(value)s“ má neplatný tvar. Musí byť v tvare [DD] [[HH:]MM:]ss[." +"uuuuuu]." + +msgid "Duration" +msgstr "Doba trvania" + +msgid "Email address" +msgstr "E-mailová adresa" + +msgid "File path" +msgstr "Cesta k súboru" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Hodnota „%(value)s“ musí byť desatinné číslo." + +msgid "Floating point number" +msgstr "Číslo s plávajúcou desatinnou čiarkou" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Hodnota „%(value)s“ musí byť celé číslo." + +msgid "Integer" +msgstr "Celé číslo" + +msgid "Big (8 byte) integer" +msgstr "Veľké celé číslo (8 bajtov)" + +msgid "Small integer" +msgstr "Malé celé číslo" + +msgid "IPv4 address" +msgstr "IPv4 adresa" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Hodnota „%(value)s“ musí byť buď None, True alebo False." + +msgid "Boolean (Either True, False or None)" +msgstr "Logická hodnota (buď True, False alebo None)" + +msgid "Positive big integer" +msgstr "Veľké kladné celé číslo" + +msgid "Positive integer" +msgstr "Kladné celé číslo" + +msgid "Positive small integer" +msgstr "Malé kladné celé číslo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikátor (najviac %(max_length)s)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Hodnota „%(value)s“ má neplatný tvar. Musí byť v tvare HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Hodnota „%(value)s“ je v správnom tvare (HH:MM[:ss[.uuuuuu]]), ale je to " +"neplatný čas." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Binárne údaje" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "„%(value)s“ nie je platné UUID." + +msgid "Universally unique identifier" +msgstr "Všeobecne jedinečný identifikátor" + +msgid "File" +msgstr "Súbor" + +msgid "Image" +msgstr "Obrázok" + +msgid "A JSON object" +msgstr "Objekt typu JSON" + +msgid "Value must be valid JSON." +msgstr "Hodnota musí byť v platnom formáte JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Inštancia modelu %(model)s s %(field)s %(value)r neexistuje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cudzí kľúč (typ určuje pole v relácii)" + +msgid "One-to-one relationship" +msgstr "Typ relácie: jedna k jednej" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "vzťah: %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "vzťahy: %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Typ relácie: M ku N" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Toto pole je povinné." + +msgid "Enter a whole number." +msgstr "Zadajte celé číslo." + +msgid "Enter a valid date." +msgstr "Zadajte platný dátum." + +msgid "Enter a valid time." +msgstr "Zadajte platný čas." + +msgid "Enter a valid date/time." +msgstr "Zadajte platný dátum/čas." + +msgid "Enter a valid duration." +msgstr "Zadajte platnú dobu trvania." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Počet dní musí byť medzi {min_days} a {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Súbor nebol odoslaný. Skontrolujte typ kódovania vo formulári." + +msgid "No file was submitted." +msgstr "Žiaden súbor nebol odoslaný." + +msgid "The submitted file is empty." +msgstr "Odoslaný súbor je prázdny." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Uistite sa, že názov súboru má najviac %(max)d znak (má %(length)d)." +msgstr[1] "" +"Uistite sa, že názov súboru má najviac %(max)d znaky (má %(length)d)." +msgstr[2] "" +"Uistite sa, že názov súboru má najviac %(max)d znakov (má %(length)d)." +msgstr[3] "" +"Uistite sa, že názov súboru má najviac %(max)d znakov (má %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Odošlite prosím súbor alebo zaškrtnite políčko pre vymazanie vstupného poľa, " +"nie oboje." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajte platný obrázok. Súbor, ktorý ste odoslali nebol obrázok alebo bol " +"poškodený." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Vyberte platnú voľbu. %(value)s nepatrí medzi dostupné možnosti." + +msgid "Enter a list of values." +msgstr "Zadajte zoznam hodnôt." + +msgid "Enter a complete value." +msgstr "Zadajte úplnú hodnotu." + +msgid "Enter a valid UUID." +msgstr "Zadajte platné UUID." + +msgid "Enter a valid JSON." +msgstr "Zadajte platný JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skryté pole %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Dáta ManagementForm chýbajú alebo boli zmanipulované. Chýbajúce polia: " +"%(field_names)s. Možno budete musieť túto chybu nahlásiť, ak sa bude naďalej " +"vyskytovať." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Prosím, odošlite najviac %(num)d formulár." +msgstr[1] "Prosím, odošlite najviac %(num)d formuláre." +msgstr[2] "Prosím, odošlite najviac %(num)d formulárov." +msgstr[3] "Prosím, odošlite najviac %(num)d formulárov." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Prosím, odošlite aspoň %(num)d formulár." +msgstr[1] "Prosím, odošlite aspoň %(num)d formuláre." +msgstr[2] "Prosím, odošlite aspoň %(num)d formulárov." +msgstr[3] "Prosím, odošlite aspoň %(num)d formulárov." + +msgid "Order" +msgstr "Poradie" + +msgid "Delete" +msgstr "Odstrániť" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prosím, opravte duplicitné údaje pre %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Údaje pre %(field)s musia byť jedinečné, prosím, opravte duplikáty." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Údaje pre %(field_name)s musia byť jedinečné pre %(lookup)s v " +"%(date_field)s, prosím, opravte duplikáty." + +msgid "Please correct the duplicate values below." +msgstr "Prosím, opravte nižšie uvedené duplicitné hodnoty. " + +msgid "The inline value did not match the parent instance." +msgstr "Vnorená hodnota sa nezhoduje s nadradenou inštanciou." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Vyberte platnú možnosť. Vybraná položka nepatrí medzi dostupné možnosti." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "„%(pk)s“ nie je platná hodnota." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Hodnota %(datetime)s v časovej zóne %(current_timezone)s sa nedá " +"interpretovať; môže byť nejednoznačná alebo nemusí existovať." + +msgid "Clear" +msgstr "Vymazať" + +msgid "Currently" +msgstr "Súčasne" + +msgid "Change" +msgstr "Zmeniť" + +msgid "Unknown" +msgstr "Neznámy" + +msgid "Yes" +msgstr "Áno" + +msgid "No" +msgstr "Nie" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "áno,nie,možno" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtov" +msgstr[3] "%(size)d bajtov" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "popoludní" + +msgid "a.m." +msgstr "predpoludním" + +msgid "PM" +msgstr "popoludní" + +msgid "AM" +msgstr "predpoludním" + +msgid "midnight" +msgstr "polnoc" + +msgid "noon" +msgstr "poludnie" + +msgid "Monday" +msgstr "pondelok" + +msgid "Tuesday" +msgstr "utorok" + +msgid "Wednesday" +msgstr "streda" + +msgid "Thursday" +msgstr "štvrtok" + +msgid "Friday" +msgstr "piatok" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "nedeľa" + +msgid "Mon" +msgstr "po" + +msgid "Tue" +msgstr "ut" + +msgid "Wed" +msgstr "st" + +msgid "Thu" +msgstr "št" + +msgid "Fri" +msgstr "pi" + +msgid "Sat" +msgstr "so" + +msgid "Sun" +msgstr "ne" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "marec" + +msgid "April" +msgstr "apríl" + +msgid "May" +msgstr "máj" + +msgid "June" +msgstr "jún" + +msgid "July" +msgstr "júl" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "máj" + +msgid "jun" +msgstr "jún" + +msgid "jul" +msgstr "júl" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "máj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jún" + +msgctxt "abbrev. month" +msgid "July" +msgstr "júl" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "január" + +msgctxt "alt. month" +msgid "February" +msgstr "február" + +msgctxt "alt. month" +msgid "March" +msgstr "marec" + +msgctxt "alt. month" +msgid "April" +msgstr "apríl" + +msgctxt "alt. month" +msgid "May" +msgstr "máj" + +msgctxt "alt. month" +msgid "June" +msgstr "jún" + +msgctxt "alt. month" +msgid "July" +msgstr "júl" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "október" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Toto nieje platná IPv6 adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "alebo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d rok" +msgstr[1] "%(num)d roky" +msgstr[2] "%(num)d rokov" +msgstr[3] "%(num)d rokov" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mesiac" +msgstr[1] "%(num)d mesiace" +msgstr[2] "%(num)d mesiacov" +msgstr[3] "%(num)d mesiacov" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d týždeň" +msgstr[1] "%(num)d týždne" +msgstr[2] "%(num)d týždňov" +msgstr[3] "%(num)d týždňov" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d deň" +msgstr[1] "%(num)d dni" +msgstr[2] "%(num)d dní" +msgstr[3] "%(num)d dní" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d hodina" +msgstr[1] "%(num)d hodiny" +msgstr[2] "%(num)d hodín" +msgstr[3] "%(num)d hodiny" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minúta" +msgstr[1] "%(num)d minúty" +msgstr[2] "%(num)d minút" +msgstr[3] "%(num)d minúty" + +msgid "Forbidden" +msgstr "Zakázané (Forbidden)" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verifikázia zlyhala. Požiadavka bola prerušená." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Túto správu vidíte, pretože táto stránka na protokole HTTPS vyžaduje, aby " +"váš prehliadač zaslal hlavičku „Referer„, k čomu nedošlo. Táto hlavička je " +"vyžadovaná z bezpečnostných dôvodov pre kontrolu toho, že sa prehliadača " +"nezmocnila tretia strana." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ak ste vo vašom prehliadači vypli hlavičky „Referer“, tak ich prosím " +"zapnite, alebo aspoň pre túto stránku, alebo pre HTTPS pripojenia, alebo pre " +"požiadavky „same-origin“." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ak používate tag , alebo " +"vkladáte hlavičku „Referrer-Policy: no-referrer“, prosím odstránte ich. " +"Ochrana CSRF vyžaduje hlavičku „Referer“ na striktnú kontrolu. Ak máte obavy " +"o súkromie, použite alternatívy ako pre linky na " +"iné stránky." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Túto správu vidíte, pretože táto lokalita vyžaduje CSRF cookie pri " +"odosielaní formulárov. Toto cookie je potrebné na zabezpečenie toho, že váš " +"prehliadač nie je zneužitý - „hijack“." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ak ste vypli cookies vo vašom prehliadači, tak ich prosím zapnite, aspoň pre " +"túto stránku, alebo pre požiadavky „same-origin“." + +msgid "More information is available with DEBUG=True." +msgstr "Viac informácií bude dostupných s DEBUG=True." + +msgid "No year specified" +msgstr "Nešpecifikovaný rok" + +msgid "Date out of range" +msgstr "Dátum je mimo rozsahu" + +msgid "No month specified" +msgstr "Nešpecifikovaný mesiac" + +msgid "No day specified" +msgstr "Nešpecifikovaný deň" + +msgid "No week specified" +msgstr "Nešpecifikovaný týždeň" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nie sú dostupné" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Budúce %(verbose_name_plural)s nie sú dostupné pretože %(class_name)s." +"allow_future má hodnotu False. " + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Neplatný dátumový reťazec „%(datestr)s“ pre formát „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" +"Nebol nájdený žiadny %(verbose_name)s zodpovedajúci databázovému dopytu" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" +"Stránka nemá hodnotu „last“ a taktiež nie je možné prekonvertovať hodnotu na " +"celé číslo." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nesprávna stránka (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Zoznam je prázdny a hodnota „%(class_name)s.allow_empty“ je False." + +msgid "Directory indexes are not allowed here." +msgstr "Výpis adresárov tu nieje povolený." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ neexistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Výpis %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Inštalácia prebehla úspešne! Gratulujeme!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Zobraziť poznámky k vydaniu pre Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Táto stránka sa zobrazuje pretože máte DEBUG=True v súbore s nastaveniami a nie sú " +"nakonfigurované žiadne URL." + +msgid "Django Documentation" +msgstr "Dokumentácia Django" + +msgid "Topics, references, & how-to’s" +msgstr "Témy, referencie a návody" + +msgid "Tutorial: A Polling App" +msgstr "Tutoriál: Aplikácia „Hlasovania“" + +msgid "Get started with Django" +msgstr "Začíname s Django" + +msgid "Django Community" +msgstr "Komunita Django" + +msgid "Connect, get help, or contribute" +msgstr "Spojte sa, získajte pomoc, alebo prispejte" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b65534bfa52a7f8e706e1f3774a1b81e71410281 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^3Fh>915O0r2_qjv1VV0r(vh+Y{P| z+m~2;1qeWZ2uPq13?UMdC=A0W0wX92qv!}8^#O`~CtwWcIL>jDfC-d@NpuX4-Bda4 zMK73At)zQoy*ls`cSR}CWI)3K@FIw@7~PAnQ_#F3@a1LFi_wUoEr!;2%Eij9&{l;; zxS!qjOLU`3i&a|n^8X=*?s@4$x*{I`2_E|M+ZBnER8B3EJf{gpO;$usTPC%pxGOS2 zXCGvBfl~}ombAv!aB^4ioW3PlwIM5-vA?zO4;`$lH5E0O)D5|2oD0I6CAGFSrB++p z>{FM;-De!~EHAuniria66t68L2J45)`AZ$n92Bs{a7D_~l^L zXFu7~p)=`pO^4+#I^(|0o0iS;=A4~PU9=|b+#Ju@(cnEhac3Xw@iXShQ`Q;G%nJ4m zJAG{340i2tj~&_F&d6k)A=|U3R%hlg6L%GRZrSML$b2y^;(LQ1?409pO%eogodB78 zmq|aJ!-0Bunep@Y7a;5Ba6IwzXMsL_v;YM^U%>h%7A=MrfVxSCAK+ZX_QGi}Q^1py MPvt&mrg^;kFZ6TJ=Kufz literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/formats.py new file mode 100644 index 00000000000..31d49122567 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sk/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j. F Y G:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y G:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + "%y-%m-%d", # '06-10-25' + # "%d. %B %Y", # '25. October 2006' + # "%d. %b. %Y", # '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..10e198e53145f6d58615ee404923da398aa1a240 GIT binary patch literal 23147 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..4b5f932ba1c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,1351 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andrej Marsetič, 2022-2023 +# iElectric , 2011-2012 +# Jannis Leidel , 2011 +# Jure Cuhalev , 2012-2013 +# Marko Zabreznik , 2016 +# Primoz Verdnik , 2017 +# zejn , 2013,2016-2017 +# zejn , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2023-12-04 06:49+0000\n" +"Last-Translator: Andrej Marsetič, 2022-2023\n" +"Language-Team: Slovenian (http://app.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikanščina" + +msgid "Arabic" +msgstr "Arabščina" + +msgid "Algerian Arabic" +msgstr "alžirska arabščina" + +msgid "Asturian" +msgstr "Asturijski jezik" + +msgid "Azerbaijani" +msgstr "Azerbajdžanščina" + +msgid "Bulgarian" +msgstr "Bolgarščina" + +msgid "Belarusian" +msgstr "Belorusko" + +msgid "Bengali" +msgstr "Bengalščina" + +msgid "Breton" +msgstr "Bretonščina" + +msgid "Bosnian" +msgstr "Bosanščina" + +msgid "Catalan" +msgstr "Katalonščina" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "Češčina" + +msgid "Welsh" +msgstr "Valežanski jezik" + +msgid "Danish" +msgstr "Danščina" + +msgid "German" +msgstr "Nemščina" + +msgid "Lower Sorbian" +msgstr "Dolnjelužiška srbščina" + +msgid "Greek" +msgstr "Grščina" + +msgid "English" +msgstr "Angleščina" + +msgid "Australian English" +msgstr "Avstralska angleščina" + +msgid "British English" +msgstr "Britanska Angleščina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Španščina" + +msgid "Argentinian Spanish" +msgstr "Argentinska španščina" + +msgid "Colombian Spanish" +msgstr "Kolumbijska španščina" + +msgid "Mexican Spanish" +msgstr "Mehiška španščina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvijska španščina" + +msgid "Venezuelan Spanish" +msgstr "Španščina (Venezuela)" + +msgid "Estonian" +msgstr "Estonščina" + +msgid "Basque" +msgstr "Baskovščina" + +msgid "Persian" +msgstr "Perzijščina" + +msgid "Finnish" +msgstr "Finščina" + +msgid "French" +msgstr "Francoščina" + +msgid "Frisian" +msgstr "Frizijščina" + +msgid "Irish" +msgstr "Irščina" + +msgid "Scottish Gaelic" +msgstr "Škotska gelščina" + +msgid "Galician" +msgstr "Galičanski jezik" + +msgid "Hebrew" +msgstr "Hebrejski jezik" + +msgid "Hindi" +msgstr "Hindujščina" + +msgid "Croatian" +msgstr "Hrvaščina" + +msgid "Upper Sorbian" +msgstr "Gornjelužiška srbščina" + +msgid "Hungarian" +msgstr "Madžarščina" + +msgid "Armenian" +msgstr "armenščina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezijski" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Jezik Ido" + +msgid "Icelandic" +msgstr "Islandski jezik" + +msgid "Italian" +msgstr "Italijanščina" + +msgid "Japanese" +msgstr "Japonščina" + +msgid "Georgian" +msgstr "Gruzijščina" + +msgid "Kabyle" +msgstr "Kabilski jezik" + +msgid "Kazakh" +msgstr "Kazaščina" + +msgid "Khmer" +msgstr "Kmerščina" + +msgid "Kannada" +msgstr "Kanareščina" + +msgid "Korean" +msgstr "Korejščina" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Luksemburščina" + +msgid "Lithuanian" +msgstr "Litvanščina" + +msgid "Latvian" +msgstr "Latvijščina" + +msgid "Macedonian" +msgstr "Makedonščina" + +msgid "Malayalam" +msgstr "Malajalščina" + +msgid "Mongolian" +msgstr "Mongolščina" + +msgid "Marathi" +msgstr "Jezik Marathi" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Burmanski jezik" + +msgid "Norwegian Bokmål" +msgstr "Norveški jezik" + +msgid "Nepali" +msgstr "Nepalščina" + +msgid "Dutch" +msgstr "Nizozemščina" + +msgid "Norwegian Nynorsk" +msgstr "Norveščina Nynorsk" + +msgid "Ossetic" +msgstr "Osetski jezik" + +msgid "Punjabi" +msgstr "Pandžabščina" + +msgid "Polish" +msgstr "Poljščina" + +msgid "Portuguese" +msgstr "Portugalščina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugalščina" + +msgid "Romanian" +msgstr "Romunščina" + +msgid "Russian" +msgstr "Ruščina" + +msgid "Slovak" +msgstr "Slovaščina" + +msgid "Slovenian" +msgstr "Slovenščina" + +msgid "Albanian" +msgstr "Albanščina" + +msgid "Serbian" +msgstr "Srbščina" + +msgid "Serbian Latin" +msgstr "Srbščina v latinici" + +msgid "Swedish" +msgstr "Švedščina" + +msgid "Swahili" +msgstr "Svahili" + +msgid "Tamil" +msgstr "Tamilščina" + +msgid "Telugu" +msgstr "Teluščina" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tajski jezik" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Turščina" + +msgid "Tatar" +msgstr "Tatarščina" + +msgid "Udmurt" +msgstr "Udmurski jezik" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrajinščina" + +msgid "Urdu" +msgstr "Jezik Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamščina" + +msgid "Simplified Chinese" +msgstr "Poenostavljena kitajščina" + +msgid "Traditional Chinese" +msgstr "Tradicionalna kitajščina" + +msgid "Messages" +msgstr "Sporočila" + +msgid "Site Maps" +msgstr "Zemljevid spletnega mesta" + +msgid "Static Files" +msgstr "Statične datoteke" + +msgid "Syndication" +msgstr "Sindiciranje" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Število te strani ni naravno število" + +msgid "That page number is less than 1" +msgstr "Število te strani je manj kot 1" + +msgid "That page contains no results" +msgstr "Ta stran nima zadetkov" + +msgid "Enter a valid value." +msgstr "Vnesite veljavno vrednost." + +msgid "Enter a valid URL." +msgstr "Vnesite veljaven URL naslov." + +msgid "Enter a valid integer." +msgstr "Vnesite veljavno celo število." + +msgid "Enter a valid email address." +msgstr "Vnesite veljaven e-poštni naslov." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Vnesite veljaven IPv4 naslov." + +msgid "Enter a valid IPv6 address." +msgstr "Vnesite veljaven IPv6 naslov." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Vnesite veljaven IPv4 ali IPv6 naslov." + +msgid "Enter only digits separated by commas." +msgstr "Vnesite samo števila, ločena z vejicami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Poskrbite, da bo ta vrednost %(limit_value)s. Trenutno je %(show_value)s." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Poskrbite, da bo ta vrednost manj kot ali natanko %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Poskrbite, da bo ta vrednost večja ali enaka %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znaka (trenutno ima " +"%(show_value)d)." +msgstr[2] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znake (trenutno ima " +"%(show_value)d)." +msgstr[3] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znakov (trenutno ima " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znaka (trenutno ima " +"%(show_value)d)." +msgstr[2] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znake (trenutno ima " +"%(show_value)d)." +msgstr[3] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znakov (trenutno ima " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Vnesite število." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Poskrbite, da skupno ne bo več kot %(max)s števka." +msgstr[1] "Poskrbite, da skupno ne bosta več kot %(max)s števki." +msgstr[2] "Poskrbite, da skupno ne bojo več kot %(max)s števke." +msgstr[3] "Poskrbite, da skupno ne bo več kot %(max)s števk." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Poskrbite, da skupno ne bo več kot %(max)s decimalnih mesto." +msgstr[1] "Poskrbite, da skupno ne bosta več kot %(max)s decimalnih mesti." +msgstr[2] "Poskrbite, da skupno ne bo več kot %(max)s decimalnih mest." +msgstr[3] "Poskrbite, da skupno ne bo več kot %(max)s decimalnih mest." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Poskrbite, da skupno ne bo več kot %(max)s števka pred decimalno vejico." +msgstr[1] "" +"Poskrbite, da skupno ne bosta več kot %(max)s števki pred decimalno vejico." +msgstr[2] "" +"Poskrbite, da skupno ne bo več kot %(max)s števk pred decimalno vejico." +msgstr[3] "" +"Poskrbite, da skupno ne bo več kot %(max)s števk pred decimalno vejico." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Znak null ni dovoljen." + +msgid "and" +msgstr "in" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s s tem %(field_labels)s že obstaja." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vrednost %(value)r ni veljavna izbira." + +msgid "This field cannot be null." +msgstr "To polje ne more biti prazno." + +msgid "This field cannot be blank." +msgstr "To polje ne more biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s s tem %(field_label)s že obstaja." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s mora biti enolična za %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” vrednost mora biti Da ali Ne." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolova vrednost (True ali False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Niz znakov (vse do %(max_length)s)" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "Z vejico ločena cela števila (integer)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” vrednost ima neveljavno obliko datuma. Biti mora v obliki LLLL-" +"MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” vrednost ima pravilno obliko (LLLL-MM-DD), vendar je neveljaven " +"datum." + +msgid "Date (without time)" +msgstr "Datum (brez ure)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (z uro)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimalno število" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Trajanje" + +msgid "Email address" +msgstr "E-poštni naslov" + +msgid "File path" +msgstr "Pot do datoteke" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” vrednost mora biti decimalno število." + +msgid "Floating point number" +msgstr "Število s plavajočo vejico" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” vrednost mora biti celo število." + +msgid "Integer" +msgstr "Celo število (integer)" + +msgid "Big (8 byte) integer" +msgstr "Velika (8 bajtna) cela števila " + +msgid "Small integer" +msgstr "Celo število" + +msgid "IPv4 address" +msgstr "IPv4 naslov" + +msgid "IP address" +msgstr "IP naslov" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” vrednost mora biti Nič, Da ali Ne." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolova vrednost (True, False ali None)" + +msgid "Positive big integer" +msgstr "Pozitivno veliko celo število" + +msgid "Positive integer" +msgstr "Pozitivno celo število" + +msgid "Positive small integer" +msgstr "Pozitivno celo število (do 64 tisoč)" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Okrajšava naslova (do največ %(max_length)s znakov)" + +msgid "Text" +msgstr "Besedilo" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL (spletni naslov)" + +msgid "Raw binary data" +msgstr "Surovi binarni podatki" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Datoteka" + +msgid "Image" +msgstr "Slika" + +msgid "A JSON object" +msgstr "JSON objekt" + +msgid "Value must be valid JSON." +msgstr "Vrednost mora biti veljaven JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Instanca %(model)s s poljem %(field)s, ki ustreza %(value)r, ne obstaja." + +msgid "Foreign Key (type determined by related field)" +msgstr "Tuji ključ (tip odvisen od povezanega polja)" + +msgid "One-to-one relationship" +msgstr "Relacija ena-na-ena" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relacija %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relacija %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relacija več-na-več" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "To polje je obvezno." + +msgid "Enter a whole number." +msgstr "Vnesite celo število." + +msgid "Enter a valid date." +msgstr "Vnesite veljaven datum." + +msgid "Enter a valid time." +msgstr "Vnesite veljaven čas." + +msgid "Enter a valid date/time." +msgstr "Vnesite veljaven datum/čas." + +msgid "Enter a valid duration." +msgstr "Vnesite veljavno obdobje trajanja." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Datoteka ni bila poslana. Preverite nabor znakov v formi." + +msgid "No file was submitted." +msgstr "Poslali niste nobene datoteke." + +msgid "The submitted file is empty." +msgstr "Poslana datoteka je prazna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znak (trenutno ima " +"%(length)d)." +msgstr[1] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znaka (trenutno ima " +"%(length)d)." +msgstr[2] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znake (trenutno ima " +"%(length)d)." +msgstr[3] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znakov (trenutno ima " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Prosim oddaj datoteko ali izberi počisti okvir, ampak ne oboje hkrati." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Naložite veljavno sliko. Naložena datoteka ni bila slika ali pa je bila le-" +"ta okvarjena." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Izberite veljavno možnost. %(value)s ni med ponujenimi izbirami." + +msgid "Enter a list of values." +msgstr "Vnesite seznam vrednosti." + +msgid "Enter a complete value." +msgstr "Vnesite popolno vrednost." + +msgid "Enter a valid UUID." +msgstr "Vnesite veljaven UUID." + +msgid "Enter a valid JSON." +msgstr "Vnesite veljaven JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skrito polje %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Order" +msgstr "Razvrsti" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prosimo, odpravite podvojene vrednosti za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Prosimo popravite podvojene vrednosti za %(field)s, ki morajo biti unikatne." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Prosimo popravite podvojene vrednosti za polje %(field_name)s, ki mora biti " +"edinstveno za %(lookup)s po %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Prosimo odpravite podvojene vrednosti spodaj." + +msgid "The inline value did not match the parent instance." +msgstr "Vrednost se ne ujema s povezanim vnosom." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Izberite veljavno možnost. Te možnosti ni med ponujenimi izbirami." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Počisti" + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Spremeni" + +msgid "Unknown" +msgstr "Neznano" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "da,ne,morda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajti" +msgstr[3] "%(size)d bajtov" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "polnoč" + +msgid "noon" +msgstr "poldne" + +msgid "Monday" +msgstr "ponedeljek" + +msgid "Tuesday" +msgstr "torek" + +msgid "Wednesday" +msgstr "sreda" + +msgid "Thursday" +msgstr "četrtek" + +msgid "Friday" +msgstr "petek" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "nedelja" + +msgid "Mon" +msgstr "pon" + +msgid "Tue" +msgstr "tor" + +msgid "Wed" +msgstr "sre" + +msgid "Thu" +msgstr "čet" + +msgid "Fri" +msgstr "pet" + +msgid "Sat" +msgstr "sob" + +msgid "Sun" +msgstr "ned" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "marec" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "junij" + +msgid "July" +msgstr "julij" + +msgid "August" +msgstr "avgust" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "avg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marec" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Marec" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Avgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To ni veljaven IPv6 naslov." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "ali" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d leto" +msgstr[1] "%(num)d leti" +msgstr[2] "%(num)d let" +msgstr[3] "%(num)d let" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mesec" +msgstr[1] "%(num)d meseca " +msgstr[2] "%(num)d mesecev" +msgstr[3] "%(num)d mesecev" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d teden" +msgstr[1] "%(num)d tedna" +msgstr[2] "%(num)d tednov" +msgstr[3] "%(num)d tednov" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dan" +msgstr[1] "%(num)d dneva" +msgstr[2] "%(num)d dni" +msgstr[3] "%(num)d dni" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d uro" +msgstr[1] "%(num)d uri" +msgstr[2] "%(num)d ure" +msgstr[3] "%(num)d ur" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuto" +msgstr[1] "%(num)d minuti" +msgstr[2] "%(num)d minute" +msgstr[3] "%(num)d minut" + +msgid "Forbidden" +msgstr "Prepovedano" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF preverjanje ni uspelo. Zahtevek preklican." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"To obvestilo vidite, ker ta spletna stran zahteva CSRF piškotek, ko " +"pošiljate obrazce. Piškotek je potreben zaradi varnosti, da se zagotovi, da " +"ste zahtevek res naredili vi." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Če ste brskalnik konfigurirali tako, da onemogoča piškotke, jih znova " +"omogočite za to spletno mesto ali za zahteve »istega izvora«." + +msgid "More information is available with DEBUG=True." +msgstr "Več informacij je na voljo, če nastavite DEBUG=True." + +msgid "No year specified" +msgstr "Leto ni vnešeno" + +msgid "Date out of range" +msgstr "Datum ni znotraj veljavnega obsega." + +msgid "No month specified" +msgstr "Mesec ni vnešen" + +msgid "No day specified" +msgstr "Dan ni vnešen" + +msgid "No week specified" +msgstr "Teden ni vnešen" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Na voljo ni noben %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Prihodnje %(verbose_name_plural)s niso na voljo, ker je vrednost " +"%(class_name)s.allow_future False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Noben %(verbose_name)s ne ustreza poizvedbi" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Stran ni »zadnja«, niti je ni mogoče pretvoriti v število." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neveljavna stran (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Prikaz vsebine mape ni dovoljen." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” ne obstaja" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Vsebina mape %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Namestitev se je uspešno izvedla! Čestitke!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Oglejte si obvestila ob izdaji za Django " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"To stran vidite, ker imate nastavljeno DEBUG=True v vaši settings.py datoteki in ker nimate " +"nastavljenih URL-jev." + +msgid "Django Documentation" +msgstr "Django Dokumentacija" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "Vodič: aplikacija anketa" + +msgid "Get started with Django" +msgstr "Začnite z Djangom" + +msgid "Django Community" +msgstr "Django Skupnost" + +msgid "Connect, get help, or contribute" +msgstr "Spoznajte nove ljudi, poiščite pomoč in prispevajte " diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..427ad5b5dc3f4eda55147d79fd3dbb201b8ef54b GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^0@#Hq;6u{4zuRw^wd^D|8l_4IGimkRAs;auR38*zj#wfxaEXo-Q0gN!EvZr+G zf6%>K|CTO{7Hg+$DA|~LM+}Cfmi+F$-`(%|+47%6A_ma);}hE-gaP=Ai|rNglH0c^ z`3WG<031n6s<>SJ%TYU2IE>B9&5*TqHyAb zA)7DfTMk(%^_}=&Q?PklkQfIsaUv*6EGlCIcFeXm``37oLdc0SkYz?J)7oV=&Wg;a zh*%8m=FxWkAh!#YliGTDrcz?064P)p4-m_Aos&bl6YYnhkM>26V)1UO1Mwd6#C__d z{g?37+p+|1(zNV#bglWyiI&QH%4AnRtbD8Gq@bAbh*Z<5I;Xw9w8K=u@$!I5_9 L^ml5SLB0P0dFc(X literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/formats.py new file mode 100644 index 00000000000..c3e96bb2fb3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sl/formats.py @@ -0,0 +1,44 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "d. F Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y. H:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "j. M. Y" +SHORT_DATETIME_FORMAT = "j.n.Y. H:i" +FIRST_DAY_OF_WEEK = 0 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d.%m.%y", # '25.10.06' + "%d-%m-%Y", # '25-10-2006' + "%d. %m. %Y", # '25. 10. 2006' + "%d. %m. %y", # '25. 10. 06' +] + +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d.%m.%y %H:%M:%S", # '25.10.06 14:30:59' + "%d.%m.%y %H:%M:%S.%f", # '25.10.06 14:30:59.000200' + "%d.%m.%y %H:%M", # '25.10.06 14:30' + "%d-%m-%Y %H:%M:%S", # '25-10-2006 14:30:59' + "%d-%m-%Y %H:%M:%S.%f", # '25-10-2006 14:30:59.000200' + "%d-%m-%Y %H:%M", # '25-10-2006 14:30' + "%d. %m. %Y %H:%M:%S", # '25. 10. 2006 14:30:59' + "%d. %m. %Y %H:%M:%S.%f", # '25. 10. 2006 14:30:59.000200' + "%d. %m. %Y %H:%M", # '25. 10. 2006 14:30' + "%d. %m. %y %H:%M:%S", # '25. 10. 06 14:30:59' + "%d. %m. %y %H:%M:%S.%f", # '25. 10. 06 14:30:59.000200' + "%d. %m. %y %H:%M", # '25. 10. 06 14:30' +] + +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..205d978e4ab3abc4b2300fcbf0ee8f957d964d3c GIT binary patch literal 28772 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 Vb1Qa^%yn_Dx*C0UW3aB#{|7_QLstL* literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c9ba44c96ee --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,1352 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik Bleta , 2011-2014 +# Besnik Bleta , 2020-2025 +# Besnik Bleta , 2015-2019 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Besnik Bleta , 2020-2025\n" +"Language-Team: Albanian (http://app.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisht" + +msgid "Algerian Arabic" +msgstr "Arabishte Algjeriane" + +msgid "Asturian" +msgstr "Asturiase" + +msgid "Azerbaijani" +msgstr "Azerbajxhanisht" + +msgid "Bulgarian" +msgstr "Bullgarisht" + +msgid "Belarusian" +msgstr "Bjellorusisht" + +msgid "Bengali" +msgstr "Bengalisht" + +msgid "Breton" +msgstr "Bretonisht" + +msgid "Bosnian" +msgstr "Boshnjake" + +msgid "Catalan" +msgstr "Katalanisht" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurdishte e Qendrës (Sorani)" + +msgid "Czech" +msgstr "Çekisht" + +msgid "Welsh" +msgstr "Uellsisht" + +msgid "Danish" +msgstr "Danisht" + +msgid "German" +msgstr "Gjermanisht" + +msgid "Lower Sorbian" +msgstr "Sorbishte e Poshtme" + +msgid "Greek" +msgstr "Greqisht" + +msgid "English" +msgstr "Anglisht" + +msgid "Australian English" +msgstr "Anglishte Australie" + +msgid "British English" +msgstr "Anglishte Britanie" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanjisht" + +msgid "Argentinian Spanish" +msgstr "Spanjishte Argjentine" + +msgid "Colombian Spanish" +msgstr "Spanjishte Kolumbie" + +msgid "Mexican Spanish" +msgstr "Spanjishte Meksike" + +msgid "Nicaraguan Spanish" +msgstr "Spanjishte Nikaraguaje" + +msgid "Venezuelan Spanish" +msgstr "Spanjishte Venezuele" + +msgid "Estonian" +msgstr "Estonisht" + +msgid "Basque" +msgstr "Baskisht" + +msgid "Persian" +msgstr "Persisht" + +msgid "Finnish" +msgstr "Finlandisht" + +msgid "French" +msgstr "Frënge" + +msgid "Frisian" +msgstr "Frisisht" + +msgid "Irish" +msgstr "Irlandisht" + +msgid "Scottish Gaelic" +msgstr "Skocisht Gaelike" + +msgid "Galician" +msgstr "Galike" + +msgid "Hebrew" +msgstr "Hebraisht" + +msgid "Hindi" +msgstr "Indisht" + +msgid "Croatian" +msgstr "Kroatisht" + +msgid "Upper Sorbian" +msgstr "Sorbishte e Sipërme" + +msgid "Hungarian" +msgstr "Hungarisht" + +msgid "Armenian" +msgstr "Armenisht" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezisht" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandisht" + +msgid "Italian" +msgstr "Italisht" + +msgid "Japanese" +msgstr "Japonisht" + +msgid "Georgian" +msgstr "Gjeorgjisht" + +msgid "Kabyle" +msgstr "Kabilisht" + +msgid "Kazakh" +msgstr "Kazake" + +msgid "Khmer" +msgstr "Khmere" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanisht" + +msgid "Kyrgyz" +msgstr "Kirgize" + +msgid "Luxembourgish" +msgstr "Luksemburgase" + +msgid "Lithuanian" +msgstr "Lituanisht" + +msgid "Latvian" +msgstr "Letonisht" + +msgid "Macedonian" +msgstr "Maqedonisht" + +msgid "Malayalam" +msgstr "Malajalame" + +msgid "Mongolian" +msgstr "Mongoliisht" + +msgid "Marathi" +msgstr "Marati" + +msgid "Malay" +msgstr "Malajase" + +msgid "Burmese" +msgstr "Burmeze" + +msgid "Norwegian Bokmål" +msgstr "Norvegjishte Bokmal" + +msgid "Nepali" +msgstr "Nepalisht" + +msgid "Dutch" +msgstr "Holandisht" + +msgid "Norwegian Nynorsk" +msgstr "Norvegjishte Nynorsk" + +msgid "Ossetic" +msgstr "Osetisht" + +msgid "Punjabi" +msgstr "Panxhabisht" + +msgid "Polish" +msgstr "Polonisht" + +msgid "Portuguese" +msgstr "Portugalisht" + +msgid "Brazilian Portuguese" +msgstr "Portugalishte Brazili" + +msgid "Romanian" +msgstr "Rumanisht" + +msgid "Russian" +msgstr "Rusisht" + +msgid "Slovak" +msgstr "Sllovakisht " + +msgid "Slovenian" +msgstr "Sllovenisht" + +msgid "Albanian" +msgstr "Shqip" + +msgid "Serbian" +msgstr "Serbisht" + +msgid "Serbian Latin" +msgstr "Serbisht Latine" + +msgid "Swedish" +msgstr "Suedisht" + +msgid "Swahili" +msgstr "Suahilisht" + +msgid "Tamil" +msgstr "Tamilisht" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Taxhike" + +msgid "Thai" +msgstr "Tajlandisht" + +msgid "Turkmen" +msgstr "Turkmene" + +msgid "Turkish" +msgstr "Turqisht" + +msgid "Tatar" +msgstr "Tatare" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Ujgure" + +msgid "Ukrainian" +msgstr "Ukrainisht" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbeke" + +msgid "Vietnamese" +msgstr "Vietnamisht" + +msgid "Simplified Chinese" +msgstr "Kineze e Thjeshtuar" + +msgid "Traditional Chinese" +msgstr "Kineze Tradicionale" + +msgid "Messages" +msgstr "Mesazhe" + +msgid "Site Maps" +msgstr "Harta Sajti" + +msgid "Static Files" +msgstr "Kartela Statike" + +msgid "Syndication" +msgstr "" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Ai numër faqeje s’është numër i plotë" + +msgid "That page number is less than 1" +msgstr "Ai numër faqeje është më i vogël se 1" + +msgid "That page contains no results" +msgstr "Ajo faqe s’përmban përfundime" + +msgid "Enter a valid value." +msgstr "Jepni një vlerë të vlefshme." + +msgid "Enter a valid domain name." +msgstr "Jepni një emër të vlefshëm përkatësie." + +msgid "Enter a valid URL." +msgstr "Jepni një URL të vlefshme." + +msgid "Enter a valid integer." +msgstr "Jepni një numër të plotë të vlefshëm." + +msgid "Enter a valid email address." +msgstr "Jepni një adresë email të vlefshme." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Jepni një “identifikues” të vlefshëm, të përbërë nga shkronja, numra, " +"nënvija, ose vija në mes." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Jepni një “identifikues” të vlefshëm, të përbërë nga shkronja, numra, " +"nënvija, ose vija ndarëse Unikod." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Jepni një adresë %(protocol)s të vlefshme." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4, ose IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Jepni vetëm shifra të ndara nga presje." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Siguroni që kjo vlerë të jetë %(limit_value)s (është %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Siguroni që kjo vlerë të jetë më e vogël ose baras me %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Siguroni që kjo vlerë është më e madhe ose baras me %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Siguroni që vlera të jetë një shumëfish i madhësisë së hapit %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Siguroni që kjo vlerë të jetë një shumëfish i madhësisë %(limit_value)s, " +"duke filluar nga %(offset)s, p.sh., %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, e me radhë." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sigurohuni që kjo vlerë ka të paktën %(limit_value)d shenjë (ka " +"%(show_value)d)." +msgstr[1] "" +"Siguroni që kjo vlerë ka të paktën %(limit_value)d shenja (ka " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sigurohuni që kjo vlerë ka të shumtën %(limit_value)d shenjë (ka " +"%(show_value)d)." +msgstr[1] "" +"Siguroni që kjo vlerë ka të shumtën %(limit_value)d shenja (ka " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Jepni një numër." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sigurohuni që s’ka më tepër se %(max)s shifër gjithsej." +msgstr[1] "Siguroni që s’ka më tepër se %(max)s shifra gjithsej." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sigurohuni që s’ka më shumë se %(max)s vend dhjetor." +msgstr[1] "Siguroni që s’ka më shumë se %(max)s vende dhjetore." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Sigurohuni që s’ka më tepër se %(max)s shifër para presjes dhjetore." +msgstr[1] "Siguroni që s’ka më tepër se %(max)s shifra para presjes dhjetore." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Zgjatimi “%(extension)s” për kartela nuk lejohet. Zgjatime të lejuara janë: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Nuk lejohen shenja null." + +msgid "and" +msgstr "dhe " + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ka tashmë %(model_name)s me këtë %(field_labels)s." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Është cenuar kufizimi “%(name)s”." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vlera %(value)r s’është zgjedhje e vlefshme." + +msgid "This field cannot be null." +msgstr "Kjo fushë s’mund të përmbajë shenja null." + +msgid "This field cannot be blank." +msgstr "Kjo fushë s’mund të jetë e paplotësuar." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ka tashmë një %(model_name)s me këtë %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s duhet të jetë unike për %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Fushë e llojit: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Vlera “%(value)s” duhet të jetë ose “True”, ose “False”." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" +"Vlera për “%(value)s” duhet të jetë ose “True”, ose “False”, ose “None”." + +msgid "Boolean (Either True or False)" +msgstr "Buleane (Ose “True”, ose “False”)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Varg (deri në %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Varg (i pakufizuar)" + +msgid "Comma-separated integers" +msgstr "Numra të plotë të ndarë me presje" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Vlera “%(value)s” ka një format të pavlefshëm datash. Duhet të jetë në " +"formatin YYYY-MM-DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Vlera “%(value)s” ka formatin e saktë (YYYY-MM-DD), por është datë e " +"pavlefshme." + +msgid "Date (without time)" +msgstr "Datë (pa kohë)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Vlera “'%(value)s” ka një format të pavlefshëm. Duhet të jetë në formatin " +"YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Vlera “%(value)s” ka format të saktë (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]), " +"por është datë/kohë e pavlefshme." + +msgid "Date (with time)" +msgstr "Datë (me kohë)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Vlera “%(value)s” duhet të jetë një numër dhjetor." + +msgid "Decimal number" +msgstr "Numër dhjetor" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Vlera “%(value)s” ka format të pavlefshëm. Duhet të jetë në formatin [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Kohëzgjatje" + +msgid "Email address" +msgstr "Adresë email" + +msgid "File path" +msgstr "Shteg kartele" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Vlera “%(value)s” duhet të jetë numër i plotë." + +msgid "Integer" +msgstr "Numër i plotë" + +msgid "Big (8 byte) integer" +msgstr "Numër i plotë i madh (8 bajte)" + +msgid "Small integer" +msgstr "Numër i plotë i vogël" + +msgid "IPv4 address" +msgstr "Adresë IPv4" + +msgid "IP address" +msgstr "Adresë IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Vlera “%(value)s” duhet të jetë ose “None”, ose “True”, ose “False”." + +msgid "Boolean (Either True, False or None)" +msgstr "Buleane (Ose “True”, ose “False”, ose “None”)" + +msgid "Positive big integer" +msgstr "Numër i plotë pozitiv i madh" + +msgid "Positive integer" +msgstr "Numër i plotë pozitiv" + +msgid "Positive small integer" +msgstr "Numër i plotë pozitiv i vogël" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikues (deri në %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Vlera “%(value)s” ka format të pavlefshëm. Duhet të jetë në formatin HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Vlera “%(value)s” ka formatin e saktë (HH:MM[:ss[.uuuuuu]]) por është kohë e " +"pavlefshme." + +msgid "Time" +msgstr "Kohë" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Të dhëna dyore të papërpunuara" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” s’është UUID i vlefshëm." + +msgid "Universally unique identifier" +msgstr "Identifikues universalisht unik" + +msgid "File" +msgstr "Kartelë" + +msgid "Image" +msgstr "Figurë" + +msgid "A JSON object" +msgstr "Objekt JSON" + +msgid "Value must be valid JSON." +msgstr "Vlera duhet të jetë JSON i vlefshëm." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Kyç i Jashtëm (lloj i përcaktuar nga fusha përkatëse)" + +msgid "One-to-one relationship" +msgstr "Marrëdhënie një-për-një" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Marrëdhënie %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Marrëdhënie %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Marrëdhënie shumë-për-shumë" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Kjo fushë është e domosdoshme." + +msgid "Enter a whole number." +msgstr "Jepni një numër të tërë." + +msgid "Enter a valid date." +msgstr "Jepni një datë të vlefshme." + +msgid "Enter a valid time." +msgstr "Jepni një kohë të vlefshme." + +msgid "Enter a valid date/time." +msgstr "Jepni një datë/kohë të vlefshme." + +msgid "Enter a valid duration." +msgstr "Jepni një kohëzgjatje të vlefshme." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Numri i ditëve duhet të jetë mes {min_days} dhe {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"S’u parashtrua ndonjë kartelë. Kontrolloni llojin e kodimit te formulari." + +msgid "No file was submitted." +msgstr "S’u parashtrua kartelë." + +msgid "The submitted file is empty." +msgstr "Kartela e parashtruar është e zbrazët." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Sigurohuni që ky emër kartele ka të shumtën %(max)d shenjë (it has " +"%(length)d)." +msgstr[1] "" +"Sigurohuni që ky emër kartele ka të shumtën %(max)d shenja (ka %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ju lutemi, ose parashtroni një kartelë, ose i vini shenjë kutizës për " +"spastrim, jo që të dyja." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Ngarkoni një figurë të vlefshme. Kartela që ngarkuat ose nuk qe figurë, ose " +"qe figurë e dëmtuar." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Përzgjidhni një zgjedhje të vlefshme. %(value)s s’është një nga zgjedhjet e " +"mundshme." + +msgid "Enter a list of values." +msgstr "Jepni një listë vlerash." + +msgid "Enter a complete value." +msgstr "Jepni një vlerë të plotë." + +msgid "Enter a valid UUID." +msgstr "Jepni një UUID të vlefshëm." + +msgid "Enter a valid JSON." +msgstr "Jepni një JSON të vlefshëm." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Fushë e fshehur %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Mungojnë të dhëna ManagementForm, ose në to janë futur hundët. Fusha që " +"mungojnë: %(field_names)s. Nëse problemi vazhdon, mund të duhet të " +"parashtroni një raport të mete." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Ju lutemi, parashtroni e shumta %(num)d formular." +msgstr[1] "Ju lutemi, parashtroni e shumta %(num)d formularë." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Ju lutemi, parashtroni të paktën %(num)d formular." +msgstr[1] "Ju lutemi, parashtroni të paktën %(num)d formularë." + +msgid "Order" +msgstr "Renditi" + +msgid "Delete" +msgstr "Fshije" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ju lutemi, ndreqni të dhënat e përsëdytura për %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ju lutemi, ndreqni të dhënat e përsëdytura për %(field)s, të cilat duhet të " +"jenë unike." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ju lutemi, ndreqni të dhënat e përsëdytura për %(field_name)s të cilat duhet " +"të jenë unike për %(lookup)s te %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ju lutemi, ndreqni më poshtë vlerat e përsëdytura." + +msgid "The inline value did not match the parent instance." +msgstr "Vlera e brendshme s’u përputh me instancën mëmë." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Përzgjidhni një zgjedhje të vlefshme. Ajo zgjedhje s’është një nga zgjedhjet " +"e mundshme." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” s’është vlerë e vlefshme." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s s’u interpretua dot brenda zonës kohore %(current_timezone)s; " +"mund të jetë e dykuptimtë, ose mund të mos ekzistojë." + +msgid "Clear" +msgstr "Spastroje" + +msgid "Currently" +msgstr "Tani" + +msgid "Change" +msgstr "Ndryshoje" + +msgid "Unknown" +msgstr "E panjohur" + +msgid "Yes" +msgstr "Po" + +msgid "No" +msgstr "Jo" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "po,jo,ndoshta" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mesnatë" + +msgid "noon" +msgstr "mesditë" + +msgid "Monday" +msgstr "E hënë" + +msgid "Tuesday" +msgstr "E martë" + +msgid "Wednesday" +msgstr "E mërkurë" + +msgid "Thursday" +msgstr "E enjte" + +msgid "Friday" +msgstr "E premte" + +msgid "Saturday" +msgstr "E shtunë" + +msgid "Sunday" +msgstr "E dielë" + +msgid "Mon" +msgstr "Hën" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mër" + +msgid "Thu" +msgstr "Enj" + +msgid "Fri" +msgstr "Pre" + +msgid "Sat" +msgstr "Sht" + +msgid "Sun" +msgstr "Die" + +msgid "January" +msgstr "Janar" + +msgid "February" +msgstr "Shkurt" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Prill" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Qershor" + +msgid "July" +msgstr "Korrik" + +msgid "August" +msgstr "Gusht" + +msgid "September" +msgstr "Shtator" + +msgid "October" +msgstr "Tetor" + +msgid "November" +msgstr "Nëntor" + +msgid "December" +msgstr "Dhjetor" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "shk" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "pri" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "qer" + +msgid "jul" +msgstr "kor" + +msgid "aug" +msgstr "gus" + +msgid "sep" +msgstr "sht" + +msgid "oct" +msgstr "tet" + +msgid "nov" +msgstr "nën" + +msgid "dec" +msgstr "dhj" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Shk." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Prill" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Qershor" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Korrik" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Gus." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Shta." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Tet." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nën." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dhj." + +msgctxt "alt. month" +msgid "January" +msgstr "Janar" + +msgctxt "alt. month" +msgid "February" +msgstr "Shkurt" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "Prill" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Qershor" + +msgctxt "alt. month" +msgid "July" +msgstr "Korrik" + +msgctxt "alt. month" +msgid "August" +msgstr "Gusht" + +msgctxt "alt. month" +msgid "September" +msgstr "Shtator" + +msgctxt "alt. month" +msgid "October" +msgstr "Tetor" + +msgctxt "alt. month" +msgid "November" +msgstr "Nëntor" + +msgctxt "alt. month" +msgid "December" +msgstr "Dhjetor" + +msgid "This is not a valid IPv6 address." +msgstr "Kjo s’është adresë IPv6 e vlefshme." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ose" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d vit" +msgstr[1] "%(num)d vjet" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d muaj" +msgstr[1] "%(num)d muaj" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d javë" +msgstr[1] "%(num)d javë" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d ditë" +msgstr[1] "%(num)d ditë" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d orë" +msgstr[1] "%(num)d orë" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minutë" +msgstr[1] "%(num)d minuta" + +msgid "Forbidden" +msgstr "E ndaluar" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verifikimi CSRF dështoi. Kërkesa u ndërpre." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Këtë mesazh po e shihni ngaqë ky sajt HTTPS e ka të domosdoshme dërgimin e " +"“Referer header” te shfletuesi juaj, por s’u dërgua ndonjë i tillë. Kjo krye " +"është e domosdoshme për arsye sigurie, për të bërë të mundur që shfletuesi " +"juaj të mos komprometohet nga palë të treta." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Nëse e keni formësuar shfletuesin tuaj të çaktivizojë kryet “Referer”, ju " +"lutemi, riaktivizojini, ose për lidhje HTTPS, ose për kërkesa “same-origin”." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Nëse përdorni etiketën " +"etiketën, ose përfshini kryet “Referrer-Policy: no-referrer”, ju lutemi, " +"hiqini. Mbrojtja CSRF lyp që kryet “Referer” të kryejnë kontroll strikt " +"referuesi. Nëse shqetësoheni për privatësinë, për lidhje te sajte palësh të " +"treta përdorni alternativa si ." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Këtë mesazh po e shihni ngaqë ky sajt lyp një “cookie” CSRF, kur " +"parashtrohen formularë. Kjo “cookie” është e domosdoshme për arsye sigurie, " +"për të bërë të mundur që shfletuesi juaj të mos komprometohet nga palë të " +"treta." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Nëse e keni formësuar shfletuesin tuaj të çaktivizojë cookie-t, ju lutemi, " +"riaktivizojini, të paktën për këtë sajt, ose për kërkesa “same-origin”." + +msgid "More information is available with DEBUG=True." +msgstr "Më tepër hollësi mund të gjeni me DEBUG=True." + +msgid "No year specified" +msgstr "Nuk është caktuar vit" + +msgid "Date out of range" +msgstr "Datë jashtë intervali" + +msgid "No month specified" +msgstr "Nuk është caktuar muaj" + +msgid "No day specified" +msgstr "Nuk është caktuar ditë" + +msgid "No week specified" +msgstr "Nuk është caktuar javë" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nuk ka %(verbose_name_plural)s të përcaktuar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s i ardhshëm jo i passhëm, ngaqë %(class_name)s." +"allow_future është False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"U dha varg i pavlefshëm date “%(datestr)s” formati i dhënë “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "S’u gjetën %(verbose_name)s me përputhje" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Faqja s’është “last”, as mund të shndërrohet në një int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Faqe e pavlefshme (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Listë e zbrazët dhe “%(class_name)s.allow_empty” është “False”." + +msgid "Directory indexes are not allowed here." +msgstr "Këtu s’lejohen tregues drejtorish." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” s’ekziston" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Tregues i %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalimi funksionoi me sukses! Përgëzime!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Shihni shënimet për hedhjen në qarkullim të " +"Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Po e shihni këtë faqe ngaqë te kartela juaj e rregullimeve gjendet DEBUG=True dhe s’keni formësuar " +"ndonjë URL." + +msgid "Django Documentation" +msgstr "Dokumentim i Django-s" + +msgid "Topics, references, & how-to’s" +msgstr "Tema, referenca, & si-të" + +msgid "Tutorial: A Polling App" +msgstr "Përkujdesore: Një Aplikacion Për Sondazhe" + +msgid "Get started with Django" +msgstr "Si t’ia filloni me Django-n" + +msgid "Django Community" +msgstr "Bashkësia Django" + +msgid "Connect, get help, or contribute" +msgstr "Lidhuni, merrni ndihmë, ose jepni ndihmesë" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a20d41d1f65c58da20e5fc2a5e966db0ab09484 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^@|Jj zMzN-_MX^<~YjRYvrYN{6L{_n;>t*UWRxyLv%vlOiKE1-{N+0 z3~`Nj^AGZM47tS};^_MlY zH(%c+wM@UHs4@jCqFL5M*V$P>IFDshoPsE7xs3jp-mdUOB) literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/formats.py new file mode 100644 index 00000000000..c7ed92e12fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sq/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "d F Y" +TIME_FORMAT = "g.i.A" +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "Y-m-d" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..627a9cb3256c84b49ff5b911caeef830a8457bbf GIT binary patch literal 35028 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 L%va3rpDFo2c??mW literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e33e0701fdb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,1364 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018-2019 +# Igor Jerosimić, 2019-2021,2023-2025 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +# Mariusz Felisiak , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2019-2021,2023-2025\n" +"Language-Team: Serbian (http://app.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "африкански" + +msgid "Arabic" +msgstr "арапски" + +msgid "Algerian Arabic" +msgstr "Алжирски арапски" + +msgid "Asturian" +msgstr "астуријски" + +msgid "Azerbaijani" +msgstr "азербејџански" + +msgid "Bulgarian" +msgstr "бугарски" + +msgid "Belarusian" +msgstr "белоруски" + +msgid "Bengali" +msgstr "бенгалски" + +msgid "Breton" +msgstr "бретонски" + +msgid "Bosnian" +msgstr "босански" + +msgid "Catalan" +msgstr "каталонски" + +msgid "Central Kurdish (Sorani)" +msgstr "централнокурдски (сорани)" + +msgid "Czech" +msgstr "чешки" + +msgid "Welsh" +msgstr "велшки" + +msgid "Danish" +msgstr "дански" + +msgid "German" +msgstr "немачки" + +msgid "Lower Sorbian" +msgstr "доњолужичкосрпски" + +msgid "Greek" +msgstr "грчки" + +msgid "English" +msgstr "енглески" + +msgid "Australian English" +msgstr "аустралијски енглески" + +msgid "British English" +msgstr "британски енглески" + +msgid "Esperanto" +msgstr "есперанто" + +msgid "Spanish" +msgstr "шпански" + +msgid "Argentinian Spanish" +msgstr "аргентински шпански" + +msgid "Colombian Spanish" +msgstr "колумбијски шпански" + +msgid "Mexican Spanish" +msgstr "мексички шпански" + +msgid "Nicaraguan Spanish" +msgstr "никарагвански шпански" + +msgid "Venezuelan Spanish" +msgstr "венецуелански шпански" + +msgid "Estonian" +msgstr "естонски" + +msgid "Basque" +msgstr "баскијски" + +msgid "Persian" +msgstr "персијски" + +msgid "Finnish" +msgstr "фински" + +msgid "French" +msgstr "француски" + +msgid "Frisian" +msgstr "фризијски" + +msgid "Irish" +msgstr "ирски" + +msgid "Scottish Gaelic" +msgstr "шкотски гелски" + +msgid "Galician" +msgstr "галицијски" + +msgid "Hebrew" +msgstr "хебрејски" + +msgid "Hindi" +msgstr "хинду" + +msgid "Croatian" +msgstr "хрватски" + +msgid "Upper Sorbian" +msgstr "горњолужичкосрпски" + +msgid "Hungarian" +msgstr "мађарски" + +msgid "Armenian" +msgstr "јерменски" + +msgid "Interlingua" +msgstr "интерлингва" + +msgid "Indonesian" +msgstr "индонежански" + +msgid "Igbo" +msgstr "Игбо" + +msgid "Ido" +msgstr "идо" + +msgid "Icelandic" +msgstr "исландски" + +msgid "Italian" +msgstr "италијански" + +msgid "Japanese" +msgstr "јапански" + +msgid "Georgian" +msgstr "грузијски" + +msgid "Kabyle" +msgstr "кабилски" + +msgid "Kazakh" +msgstr "казашки" + +msgid "Khmer" +msgstr "кмерски" + +msgid "Kannada" +msgstr "канада" + +msgid "Korean" +msgstr "корејски" + +msgid "Kyrgyz" +msgstr "Киргиски" + +msgid "Luxembourgish" +msgstr "луксембуршки" + +msgid "Lithuanian" +msgstr "литвански" + +msgid "Latvian" +msgstr "латвијски" + +msgid "Macedonian" +msgstr "македонски" + +msgid "Malayalam" +msgstr "малајаламски" + +msgid "Mongolian" +msgstr "монголски" + +msgid "Marathi" +msgstr "маратхи" + +msgid "Malay" +msgstr "малајски" + +msgid "Burmese" +msgstr "бурмански" + +msgid "Norwegian Bokmål" +msgstr "норвешки књижевни" + +msgid "Nepali" +msgstr "непалски" + +msgid "Dutch" +msgstr "холандски" + +msgid "Norwegian Nynorsk" +msgstr "норвешки нови" + +msgid "Ossetic" +msgstr "осетински" + +msgid "Punjabi" +msgstr "панџаби" + +msgid "Polish" +msgstr "пољски" + +msgid "Portuguese" +msgstr "португалски" + +msgid "Brazilian Portuguese" +msgstr "бразилски португалски" + +msgid "Romanian" +msgstr "румунски" + +msgid "Russian" +msgstr "руски" + +msgid "Slovak" +msgstr "словачки" + +msgid "Slovenian" +msgstr "словеначки" + +msgid "Albanian" +msgstr "албански" + +msgid "Serbian" +msgstr "српски" + +msgid "Serbian Latin" +msgstr "српски (латиница)" + +msgid "Swedish" +msgstr "шведски" + +msgid "Swahili" +msgstr "свахили" + +msgid "Tamil" +msgstr "тамилски" + +msgid "Telugu" +msgstr "телугу" + +msgid "Tajik" +msgstr "Таџики" + +msgid "Thai" +msgstr "тајландски" + +msgid "Turkmen" +msgstr "Туркменски" + +msgid "Turkish" +msgstr "турски" + +msgid "Tatar" +msgstr "татарски" + +msgid "Udmurt" +msgstr "удмуртски" + +msgid "Uyghur" +msgstr "Ујгури" + +msgid "Ukrainian" +msgstr "украјински" + +msgid "Urdu" +msgstr "урду" + +msgid "Uzbek" +msgstr "Узбекистански" + +msgid "Vietnamese" +msgstr "вијетнамски" + +msgid "Simplified Chinese" +msgstr "поједностављени кинески" + +msgid "Traditional Chinese" +msgstr "традиционални кинески" + +msgid "Messages" +msgstr "Poruke" + +msgid "Site Maps" +msgstr "Мапе сајта" + +msgid "Static Files" +msgstr "Статички фајлови" + +msgid "Syndication" +msgstr "Удруживање садржаја" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Задати број стране није цео број" + +msgid "That page number is less than 1" +msgstr "Задати број стране је мањи од 1" + +msgid "That page contains no results" +msgstr "Тражена страна не садржи резултате" + +msgid "Enter a valid value." +msgstr "Унесите исправну вредност." + +msgid "Enter a valid domain name." +msgstr "Унесите исправно име домена." + +msgid "Enter a valid URL." +msgstr "Унесите исправан URL." + +msgid "Enter a valid integer." +msgstr "Унесите исправан цео број." + +msgid "Enter a valid email address." +msgstr "Унесите исправну и-мејл адресу." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Унесите исрпаван „слаг“, који се састоји од слова, бројки, доњих црта или " +"циртица." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Унесите исправан \"слаг\", који се састоји од Уникод слова, бројки, доњих " +"црта или цртица." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Унесите исправну адресу %(protocol)s." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 или IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Унесите само цифре раздвојене запетама." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ово поље мора да буде %(limit_value)s (тренутно има %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ова вредност мора да буде мања од %(limit_value)s. или тачно толико." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ова вредност мора бити већа од %(limit_value)s или тачно толико." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Ова вредност мора да умножак величине корака %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Уверите се да је ова вредност вишекратник величине корака %(limit_value)s, " +"почевши од %(offset)s, нпр. %(offset)s, %(valid_value1)s, %(valid_value2)s, " +"и тако даље." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ово поље мора да има најмање %(limit_value)d карактер (тренутно има " +"%(show_value)d)." +msgstr[1] "" +"Ово поље мора да има најмање %(limit_value)d карактера (тренутно има " +"%(show_value)d)." +msgstr[2] "" +"Ово поље мора да има најмање %(limit_value)d карактера (тренутно има " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ово поље не сме да има више од %(limit_value)d карактера (тренутно има " +"%(show_value)d)." +msgstr[1] "" +"Ово поље не сме да има више од %(limit_value)d карактера (тренутно има " +"%(show_value)d)." +msgstr[2] "" +"Ово поље не сме да има више од %(limit_value)d карактера (тренутно има " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Унесите број." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Укупно не може бити више од %(max)s цифре." +msgstr[1] "Укупно не може бити више од %(max)s цифре." +msgstr[2] "Укупно не може бити више од %(max)s цифара." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Не може бити више од %(max)s децимале." +msgstr[1] "Не може бити више од %(max)s децимале." +msgstr[2] "Не може бити више од %(max)s децимала." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Не може бити више од %(max)s цифре пре децималног зареза." +msgstr[1] "Не може бити више од %(max)s цифре пре децималног зареза." +msgstr[2] "Не може бити више од %(max)s цифара пре децималног зареза." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Екстензија датотеке \"%(extension)s\" није дозвољена. Дозвољене су следеће " +"екстензије: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "'Null' карактери нису дозвољени." + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s са пољем %(field_labels)s већ постоји." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Ограничење „%(name)s“ је прекршено." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Вредност %(value)r није валидна." + +msgid "This field cannot be null." +msgstr "Ово поље не може бити 'null'." + +msgid "This field cannot be blank." +msgstr "Ово поље не може да остане празно." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s са пољем %(field_label)s већ постоји." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s мора бити јединствен(a) за %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поље типа: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Вредност \"%(value)s\" мора бити True или False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\" вредност мора бити True, False или None." + +msgid "Boolean (Either True or False)" +msgstr "Булова вредност (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Стринг са макс. дужином %(max_length)s" + +msgid "String (unlimited)" +msgstr "Стринг (неограниченo)" + +msgid "Comma-separated integers" +msgstr "Цели бројеви раздвојени запетама" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Вредност \"%(value)s\" нема исправан формат датума. Мора бити у формату ГГГГ-" +"ММ-ДД." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Вредност \"%(value)s\" има исправан формат (ГГГГ-ММ-ДД) али то није исправан " +"датум." + +msgid "Date (without time)" +msgstr "Датум (без времена)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Вредност \"%(value)s\" нема исправан формат. Мора бити у формату ГГГГ-ММ-ДД " +"ЧЧ:ММ[:сс[.uuuuuu]][TZ] ." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Вредност \"%(value)s\" има исправан формат (ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]]" +"[TZ]) али то није исправан датум/време." + +msgid "Date (with time)" +msgstr "Датум (са временом)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Вредност \"%(value)s\" мора бити децимални број." + +msgid "Decimal number" +msgstr "Децимални број" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"Вредност \"%(value)s\" нема исправан формат. Мора бити у формату [ДД] [ЧЧ:" +"[ММ:]]сс[.uuuuuu]." + +msgid "Duration" +msgstr "Временски интервал" + +msgid "Email address" +msgstr "Имејл адреса" + +msgid "File path" +msgstr "Путања фајла" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Вредност \"%(value)s\" мора бити број са покретним зарезом." + +msgid "Floating point number" +msgstr "Број са покретним зарезом" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Вредност \"%(value)s\" мора бити цео број." + +msgid "Integer" +msgstr "Цео број" + +msgid "Big (8 byte) integer" +msgstr "Велики (8 бајтова) цео број" + +msgid "Small integer" +msgstr "Мали цео број" + +msgid "IPv4 address" +msgstr "IPv4 адреса" + +msgid "IP address" +msgstr "IP адреса" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Вредност \"%(value)s\" мора бити None, True или False." + +msgid "Boolean (Either True, False or None)" +msgstr "Булова вредност (True, False или None)" + +msgid "Positive big integer" +msgstr "Велик позитиван цео број" + +msgid "Positive integer" +msgstr "Позитиван цео број" + +msgid "Positive small integer" +msgstr "Позитиван мали цео број" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг са макс. дужином %(max_length)s" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Вредност \"%(value)s\" нема исправан формат. Мора бити у формату ЧЧ:ММ[:сс[." +"uuuuuu]] ." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Вредност \"%(value)s\" има исправан формат (ЧЧ:ММ[:сс[.uuuuuu]]) али то није " +"исправно време." + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Сирови бинарни подаци" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" није исправан UUID." + +msgid "Universally unique identifier" +msgstr "Универзално јединствени идентификатор" + +msgid "File" +msgstr "Фајл" + +msgid "Image" +msgstr "Слика" + +msgid "A JSON object" +msgstr "JSON објекат" + +msgid "Value must be valid JSON." +msgstr "Вредност мора бити исправан JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s инстанца са %(field)s %(value)r није исправан избор." + +msgid "Foreign Key (type determined by related field)" +msgstr "Спољни кључ (тип је одређен асоцираном колоном)" + +msgid "One-to-one relationship" +msgstr "Релација један на један" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Релација %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Релације %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Релација више на више" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ово поље се мора попунити." + +msgid "Enter a whole number." +msgstr "Унесите цео број." + +msgid "Enter a valid date." +msgstr "Унесите исправан датум." + +msgid "Enter a valid time." +msgstr "Унесите исправно време" + +msgid "Enter a valid date/time." +msgstr "Унесите исправан датум/време." + +msgid "Enter a valid duration." +msgstr "Унесите исправан временски интервал." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Број дана мора бити између {min_days} и {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Фајл није пребачен. Проверите тип енкодирања на форми." + +msgid "No file was submitted." +msgstr "Фајл није пребачен." + +msgid "The submitted file is empty." +msgstr "Пребачени фајл је празан." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Име фајла не може имати више од %(max)d карактера (тренутно има %(length)d)." +msgstr[1] "" +"Име фајла не може имати више од %(max)d карактера (тренутно има %(length)d)." +msgstr[2] "" +"Име фајла не може имати више од %(max)d карактера (тренутно има %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Може се само послати фајл или избрисати, не оба." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Пребаците исправан фајл. Фајл који је пребачен или није слика, или је " +"оштећен." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"%(value)s није међу понуђеним вредностима. Одаберите једну од понуђених." + +msgid "Enter a list of values." +msgstr "Унесите листу вредности." + +msgid "Enter a complete value." +msgstr "Унесите комплетну вредност." + +msgid "Enter a valid UUID." +msgstr "Унесите исправан UUID." + +msgid "Enter a valid JSON." +msgstr "Унесите исправан JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скривено поље %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"Подаци од ManagementForm недостају или су покварени. Поља која недостају: " +"%(field_names)s. Можда ће бити потребно да пријавите грешку ако се проблем " +"настави." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Молим проследите највише %(num)d форму." +msgstr[1] "Молим проследите највише %(num)d форме." +msgstr[2] "Молим проследите највише %(num)d форми." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Молим проследите најмање %(num)d форму." +msgstr[1] "Молим проследите најмање %(num)d форме." +msgstr[2] "Молим проследите најмање %(num)d форми." + +msgid "Order" +msgstr "Редослед" + +msgid "Delete" +msgstr "Обриши" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Исправите вредност за поље %(field)s - оно мора бити јединствено." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Исправите вредности за поља %(field)s - њихова комбинација мора бити " +"јединствена." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Иправите вредност за поље %(field_name)s, оно мора бити јединствено за " +"%(lookup)s у %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Исправите дуплиране вредности доле." + +msgid "The inline value did not match the parent instance." +msgstr "Директно унета вредност не одговара инстанци родитеља." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Одабрана вредност није међу понуђенима. Одаберите једну од понуђених." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" није исправна вредност." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Време %(datetime)s се не може протумачити у временској зони " +"%(current_timezone)s; можда је двосмислено или не постоји." + +msgid "Clear" +msgstr "Очисти" + +msgid "Currently" +msgstr "Тренутно" + +msgid "Change" +msgstr "Измени" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "да,не,можда" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d бајт" +msgstr[1] "%(size)d бајта" +msgstr[2] "%(size)d бајтова" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "по п." + +msgid "a.m." +msgstr "пре п." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "поноћ" + +msgid "noon" +msgstr "подне" + +msgid "Monday" +msgstr "понедељак" + +msgid "Tuesday" +msgstr "уторак" + +msgid "Wednesday" +msgstr "среда" + +msgid "Thursday" +msgstr "четвртак" + +msgid "Friday" +msgstr "петак" + +msgid "Saturday" +msgstr "субота" + +msgid "Sunday" +msgstr "недеља" + +msgid "Mon" +msgstr "пон." + +msgid "Tue" +msgstr "уто." + +msgid "Wed" +msgstr "сре." + +msgid "Thu" +msgstr "чет." + +msgid "Fri" +msgstr "пет." + +msgid "Sat" +msgstr "суб." + +msgid "Sun" +msgstr "нед." + +msgid "January" +msgstr "јануар" + +msgid "February" +msgstr "фебруар" + +msgid "March" +msgstr "март" + +msgid "April" +msgstr "април" + +msgid "May" +msgstr "мај" + +msgid "June" +msgstr "јун" + +msgid "July" +msgstr "јул" + +msgid "August" +msgstr "август" + +msgid "September" +msgstr "септембар" + +msgid "October" +msgstr "октобар" + +msgid "November" +msgstr "новембар" + +msgid "December" +msgstr "децембар" + +msgid "jan" +msgstr "јан." + +msgid "feb" +msgstr "феб." + +msgid "mar" +msgstr "мар." + +msgid "apr" +msgstr "апр." + +msgid "may" +msgstr "мај." + +msgid "jun" +msgstr "јун." + +msgid "jul" +msgstr "јул." + +msgid "aug" +msgstr "ауг." + +msgid "sep" +msgstr "сеп." + +msgid "oct" +msgstr "окт." + +msgid "nov" +msgstr "нов." + +msgid "dec" +msgstr "дец." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Јан." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Феб." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Април" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Мај" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Јун" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Јул" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Нов." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дец." + +msgctxt "alt. month" +msgid "January" +msgstr "Јануар" + +msgctxt "alt. month" +msgid "February" +msgstr "Фебруар" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Мај" + +msgctxt "alt. month" +msgid "June" +msgstr "Јун" + +msgctxt "alt. month" +msgid "July" +msgstr "Јул" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септембар" + +msgctxt "alt. month" +msgid "October" +msgstr "Октобар" + +msgctxt "alt. month" +msgid "November" +msgstr "Новембар" + +msgctxt "alt. month" +msgid "December" +msgstr "Децембар" + +msgid "This is not a valid IPv6 address." +msgstr "Ово није валидна IPv6 адреса." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d година" +msgstr[1] "%(num)d године" +msgstr[2] "%(num)d година" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d месец" +msgstr[1] "%(num)d месеца" +msgstr[2] "%(num)d месеци" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d недеља" +msgstr[1] "%(num)d недеље" +msgstr[2] "%(num)d недеља" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d дан" +msgstr[1] "%(num)d дана" +msgstr[2] "%(num)d дана" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d сат" +msgstr[1] "%(num)d сата" +msgstr[2] "%(num)d сати" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d минут" +msgstr[1] "%(num)d минута" +msgstr[2] "%(num)d минута" + +msgid "Forbidden" +msgstr "Забрањено" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF верификација није прошла. Захтев одбијен." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Ова порука је приказана јер овај HTTPS сајт захтева да \"Referer header\" " +"буде послат од стране вашег интернет прегледача, што тренутно није случај. " +"Поменуто заглавље је потребно из безбедоносних разлога, да би се осигурало " +"да ваш прегледач није под контролом трећих лица." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Ако сте подесили интернет прегледач да не шаље \"Referer\" заглавља, поново " +"их укључите, барем за овај сајт, или за HTTPS конекције, или за \"same-" +"origin\" захтеве." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Ако користите таг или " +"\"Referrer-Policy: no-referrer\" заглавље, молимо да их уклоните. CSRF " +"заштита захтева \"Referer\" заглавље да би се обавила стриктна \"referrer\" " +"провера. Уколико вас брине приватност, користите алтернативе као за линкове ка другим сајтовима." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ова порука је приказана јер овај сајт захтева CSRF куки када се прослеђују " +"подаци из форми. Овај куки је потребан из сигурносних разлога, да би се " +"осигурало да ваш претраживач није под контролом трећих лица." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Ако је ваш интернет прегедач подешен да онемогући колачиће, молимо да их " +"укључите, барем за овај сајт, или за \"same-origin\" захтеве." + +msgid "More information is available with DEBUG=True." +msgstr "Више информација је доступно са DEBUG=True." + +msgid "No year specified" +msgstr "Година није назначена" + +msgid "Date out of range" +msgstr "Датум ван опсега" + +msgid "No month specified" +msgstr "Месец није назначен" + +msgid "No day specified" +msgstr "Дан није назначен" + +msgid "No week specified" +msgstr "Недеља није назначена" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Недоступни објекти %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Опција „future“ није доступна за „%(verbose_name_plural)s“ јер " +"%(class_name)s.allow_future има вредност False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Неисправан датум „%(datestr)s“ за формат „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ниједан објекат класе %(verbose_name)s није нађен датим упитом." + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Страница није последња, нити може бити конвертована у тип \"int\"." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Неисправна страна (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Празна листа и „%(class_name)s.allow_empty“ има вредност False." + +msgid "Directory indexes are not allowed here." +msgstr "Индекси директоријума нису дозвољени овде." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ не постоји" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс директоријума %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Инсталација је прошла успешно. Честитке!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Погледајте напомене уз издање за Ђанго " +"%(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Ова страна је приказана јер је DEBUG=True у вашим подешавањима и нисте конфигурисали " +"ниједан URL." + +msgid "Django Documentation" +msgstr "Ђанго документација" + +msgid "Topics, references, & how-to’s" +msgstr "Теме, референце, & како-да" + +msgid "Tutorial: A Polling App" +msgstr "Упутство: апликација за гласање" + +msgid "Get started with Django" +msgstr "Почните са Ђангом" + +msgid "Django Community" +msgstr "Ђанго заједница" + +msgid "Connect, get help, or contribute" +msgstr "Повежите се, потражите помоћ или дајте допринос" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f318af16725ce46e4914203abb6760c749811266 GIT binary patch literal 201 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, 2020 +# Danijela Popović, 2022 +# Igor Jerosimić, 2019-2021,2023-2024 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 06:49+0000\n" +"Last-Translator: Igor Jerosimić, 2019-2021,2023-2024\n" +"Language-Team: Serbian (Latin) (http://app.transifex.com/django/django/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: conf/global_settings.py:52 +msgid "Afrikaans" +msgstr "afrikanski" + +#: conf/global_settings.py:53 +msgid "Arabic" +msgstr "arapski" + +#: conf/global_settings.py:54 +msgid "Algerian Arabic" +msgstr "Alžirski arapski" + +#: conf/global_settings.py:55 +msgid "Asturian" +msgstr "asturijski" + +#: conf/global_settings.py:56 +msgid "Azerbaijani" +msgstr "azerbejdžanski" + +#: conf/global_settings.py:57 +msgid "Bulgarian" +msgstr "bugarski" + +#: conf/global_settings.py:58 +msgid "Belarusian" +msgstr "beloruski" + +#: conf/global_settings.py:59 +msgid "Bengali" +msgstr "bengalski" + +#: conf/global_settings.py:60 +msgid "Breton" +msgstr "bretonski" + +#: conf/global_settings.py:61 +msgid "Bosnian" +msgstr "bosanski" + +#: conf/global_settings.py:62 +msgid "Catalan" +msgstr "katalonski" + +#: conf/global_settings.py:63 +msgid "Central Kurdish (Sorani)" +msgstr "centralnokurdski (sorani)" + +#: conf/global_settings.py:64 +msgid "Czech" +msgstr "češki" + +#: conf/global_settings.py:65 +msgid "Welsh" +msgstr "velški" + +#: conf/global_settings.py:66 +msgid "Danish" +msgstr "danski" + +#: conf/global_settings.py:67 +msgid "German" +msgstr "nemački" + +#: conf/global_settings.py:68 +msgid "Lower Sorbian" +msgstr "donjolužičkosrpski" + +#: conf/global_settings.py:69 +msgid "Greek" +msgstr "grčki" + +#: conf/global_settings.py:70 +msgid "English" +msgstr "engleski" + +#: conf/global_settings.py:71 +msgid "Australian English" +msgstr "australijski engleski" + +#: conf/global_settings.py:72 +msgid "British English" +msgstr "britanski engleski" + +#: conf/global_settings.py:73 +msgid "Esperanto" +msgstr "esperanto" + +#: conf/global_settings.py:74 +msgid "Spanish" +msgstr "španski" + +#: conf/global_settings.py:75 +msgid "Argentinian Spanish" +msgstr "argentinski španski" + +#: conf/global_settings.py:76 +msgid "Colombian Spanish" +msgstr "kolumbijski španski" + +#: conf/global_settings.py:77 +msgid "Mexican Spanish" +msgstr "meksički španski" + +#: conf/global_settings.py:78 +msgid "Nicaraguan Spanish" +msgstr "nikaragvanski španski" + +#: conf/global_settings.py:79 +msgid "Venezuelan Spanish" +msgstr "venecuelanski španski" + +#: conf/global_settings.py:80 +msgid "Estonian" +msgstr "estonski" + +#: conf/global_settings.py:81 +msgid "Basque" +msgstr "baskijski" + +#: conf/global_settings.py:82 +msgid "Persian" +msgstr "persijski" + +#: conf/global_settings.py:83 +msgid "Finnish" +msgstr "finski" + +#: conf/global_settings.py:84 +msgid "French" +msgstr "francuski" + +#: conf/global_settings.py:85 +msgid "Frisian" +msgstr "frizijski" + +#: conf/global_settings.py:86 +msgid "Irish" +msgstr "irski" + +#: conf/global_settings.py:87 +msgid "Scottish Gaelic" +msgstr "škotski galski" + +#: conf/global_settings.py:88 +msgid "Galician" +msgstr "galski" + +#: conf/global_settings.py:89 +msgid "Hebrew" +msgstr "hebrejski" + +#: conf/global_settings.py:90 +msgid "Hindi" +msgstr "hindu" + +#: conf/global_settings.py:91 +msgid "Croatian" +msgstr "hrvatski" + +#: conf/global_settings.py:92 +msgid "Upper Sorbian" +msgstr "gornjolužičkosrpski" + +#: conf/global_settings.py:93 +msgid "Hungarian" +msgstr "mađarski" + +#: conf/global_settings.py:94 +msgid "Armenian" +msgstr "jermenski" + +#: conf/global_settings.py:95 +msgid "Interlingua" +msgstr "interlingva" + +#: conf/global_settings.py:96 +msgid "Indonesian" +msgstr "indonežanski" + +#: conf/global_settings.py:97 +msgid "Igbo" +msgstr "Igbo" + +#: conf/global_settings.py:98 +msgid "Ido" +msgstr "ido" + +#: conf/global_settings.py:99 +msgid "Icelandic" +msgstr "islandski" + +#: conf/global_settings.py:100 +msgid "Italian" +msgstr "italijanski" + +#: conf/global_settings.py:101 +msgid "Japanese" +msgstr "japanski" + +#: conf/global_settings.py:102 +msgid "Georgian" +msgstr "gruzijski" + +#: conf/global_settings.py:103 +msgid "Kabyle" +msgstr "kabilski" + +#: conf/global_settings.py:104 +msgid "Kazakh" +msgstr "kazaški" + +#: conf/global_settings.py:105 +msgid "Khmer" +msgstr "kambodijski" + +#: conf/global_settings.py:106 +msgid "Kannada" +msgstr "kanada" + +#: conf/global_settings.py:107 +msgid "Korean" +msgstr "korejski" + +#: conf/global_settings.py:108 +msgid "Kyrgyz" +msgstr "Kirgiski" + +#: conf/global_settings.py:109 +msgid "Luxembourgish" +msgstr "luksemburški" + +#: conf/global_settings.py:110 +msgid "Lithuanian" +msgstr "litvanski" + +#: conf/global_settings.py:111 +msgid "Latvian" +msgstr "latvijski" + +#: conf/global_settings.py:112 +msgid "Macedonian" +msgstr "makedonski" + +#: conf/global_settings.py:113 +msgid "Malayalam" +msgstr "malajalamski" + +#: conf/global_settings.py:114 +msgid "Mongolian" +msgstr "mongolski" + +#: conf/global_settings.py:115 +msgid "Marathi" +msgstr "marathi" + +#: conf/global_settings.py:116 +msgid "Malay" +msgstr "malajski" + +#: conf/global_settings.py:117 +msgid "Burmese" +msgstr "burmanski" + +#: conf/global_settings.py:118 +msgid "Norwegian Bokmål" +msgstr "norveški književni" + +#: conf/global_settings.py:119 +msgid "Nepali" +msgstr "nepalski" + +#: conf/global_settings.py:120 +msgid "Dutch" +msgstr "holandski" + +#: conf/global_settings.py:121 +msgid "Norwegian Nynorsk" +msgstr "norveški novi" + +#: conf/global_settings.py:122 +msgid "Ossetic" +msgstr "osetinski" + +#: conf/global_settings.py:123 +msgid "Punjabi" +msgstr "Pandžabi" + +#: conf/global_settings.py:124 +msgid "Polish" +msgstr "poljski" + +#: conf/global_settings.py:125 +msgid "Portuguese" +msgstr "portugalski" + +#: conf/global_settings.py:126 +msgid "Brazilian Portuguese" +msgstr "brazilski portugalski" + +#: conf/global_settings.py:127 +msgid "Romanian" +msgstr "rumunski" + +#: conf/global_settings.py:128 +msgid "Russian" +msgstr "ruski" + +#: conf/global_settings.py:129 +msgid "Slovak" +msgstr "slovački" + +#: conf/global_settings.py:130 +msgid "Slovenian" +msgstr "slovenački" + +#: conf/global_settings.py:131 +msgid "Albanian" +msgstr "albanski" + +#: conf/global_settings.py:132 +msgid "Serbian" +msgstr "srpski" + +#: conf/global_settings.py:133 +msgid "Serbian Latin" +msgstr "srpski (latinica)" + +#: conf/global_settings.py:134 +msgid "Swedish" +msgstr "švedski" + +#: conf/global_settings.py:135 +msgid "Swahili" +msgstr "svahili" + +#: conf/global_settings.py:136 +msgid "Tamil" +msgstr "tamilski" + +#: conf/global_settings.py:137 +msgid "Telugu" +msgstr "telugu" + +#: conf/global_settings.py:138 +msgid "Tajik" +msgstr "Tadžiki" + +#: conf/global_settings.py:139 +msgid "Thai" +msgstr "tajlandski" + +#: conf/global_settings.py:140 +msgid "Turkmen" +msgstr "Turkmenski" + +#: conf/global_settings.py:141 +msgid "Turkish" +msgstr "turski" + +#: conf/global_settings.py:142 +msgid "Tatar" +msgstr "tatarski" + +#: conf/global_settings.py:143 +msgid "Udmurt" +msgstr "udmurtski" + +#: conf/global_settings.py:144 +msgid "Uyghur" +msgstr "Ujgur" + +#: conf/global_settings.py:145 +msgid "Ukrainian" +msgstr "ukrajinski" + +#: conf/global_settings.py:146 +msgid "Urdu" +msgstr "Urdu" + +#: conf/global_settings.py:147 +msgid "Uzbek" +msgstr "Uzbekistanski" + +#: conf/global_settings.py:148 +msgid "Vietnamese" +msgstr "vijetnamski" + +#: conf/global_settings.py:149 +msgid "Simplified Chinese" +msgstr "novokineski" + +#: conf/global_settings.py:150 +msgid "Traditional Chinese" +msgstr "starokineski" + +#: contrib/messages/apps.py:15 +msgid "Messages" +msgstr "Poruke" + +#: contrib/sitemaps/apps.py:8 +msgid "Site Maps" +msgstr "Mape sajta" + +#: contrib/staticfiles/apps.py:9 +msgid "Static Files" +msgstr "Statičke datoteke" + +#: contrib/syndication/apps.py:7 +msgid "Syndication" +msgstr "Udruživanje sadržaja" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +#: core/paginator.py:30 +msgid "…" +msgstr "…" + +#: core/paginator.py:32 +msgid "That page number is not an integer" +msgstr "Zadati broj strane nije ceo broj" + +#: core/paginator.py:33 +msgid "That page number is less than 1" +msgstr "Zadati broj strane je manji od 1" + +#: core/paginator.py:34 +msgid "That page contains no results" +msgstr "Tražena strana ne sadrži rezultate" + +#: core/validators.py:22 +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrednost." + +#: core/validators.py:70 +msgid "Enter a valid domain name." +msgstr "Unesite ispravno ime domena." + +#: core/validators.py:104 forms/fields.py:759 +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +#: core/validators.py:165 +msgid "Enter a valid integer." +msgstr "Unesite ispravan ceo broj." + +#: core/validators.py:176 +msgid "Enter a valid email address." +msgstr "Unesite ispravnu e-mail adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +#: core/validators.py:259 +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "Unesite isrpavan „slag“, koji se sastoji od slova, brojki, donjih crta ili cirtica." + +#: core/validators.py:267 +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or" +" hyphens." +msgstr "Unesite ispravan \"slag\", koji se sastoji od Unikod slova, brojki, donjih crta ili crtica." + +#: core/validators.py:327 core/validators.py:336 core/validators.py:350 +#: db/models/fields/__init__.py:2219 +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Unesite ispravnu adresu %(protocol)s." + +#: core/validators.py:329 +msgid "IPv4" +msgstr "IPv4" + +#: core/validators.py:338 utils/ipv6.py:30 +msgid "IPv6" +msgstr "IPv6" + +#: core/validators.py:352 +msgid "IPv4 or IPv6" +msgstr "IPv4 ili IPv6" + +#: core/validators.py:341 +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojke razdvojene zapetama." + +#: core/validators.py:347 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ovo polje mora da bude %(limit_value)s (trenutno ima %(show_value)s)." + +#: core/validators.py:382 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ova vrednost mora da bude manja od %(limit_value)s. ili tačno toliko." + +#: core/validators.py:391 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ova vrednost mora biti veća od %(limit_value)s ili tačno toliko." + +#: core/validators.py:400 +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Ova vrednost mora da umnožak veličine koraka %(limit_value)s." + +#: core/validators.py:407 +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "Uverite se da je ova vrednost višestruka od veličine koraka %(limit_value)s, počevši od %(offset)s, npr. %(offset)s, %(valid_value1)s, %(valid_value2)s, itd." + +#: core/validators.py:439 +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Ovo polje mora da ima najmanje %(limit_value)d karakter (trenutno ima %(show_value)d)." +msgstr[1] "Ovo polje mora da ima najmanje %(limit_value)d karaktera (trenutno ima %(show_value)d)." +msgstr[2] "Ovo polje mora da ima %(limit_value)d najmanje karaktera (trenutno ima %(show_value)d )." + +#: core/validators.py:457 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Ovo polje ne sme da ima više od %(limit_value)d karaktera (trenutno ima %(show_value)d)." +msgstr[1] "Ovo polje ne sme da ima više od %(limit_value)d karaktera (trenutno ima %(show_value)d)." +msgstr[2] "Ovo polje ne sme da ima više od %(limit_value)d karaktera (trenutno ima %(show_value)d)." + +#: core/validators.py:480 forms/fields.py:354 forms/fields.py:393 +msgid "Enter a number." +msgstr "Unesite broj." + +#: core/validators.py:482 +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ukupno ne može biti više od %(max)s cifre." +msgstr[1] "Ukupno ne može biti više od %(max)s cifre." +msgstr[2] "Ukupno ne može biti više od %(max)s cifara." + +#: core/validators.py:487 +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ne može biti više od %(max)s decimale." +msgstr[1] "Ne može biti više od %(max)s decimale." +msgstr[2] "Ne može biti više od %(max)s decimala." + +#: core/validators.py:492 +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Ne može biti više od %(max)s cifre pre decimalnog zapisa." +msgstr[1] "Ne može biti više od %(max)s cifre pre decimalnog zapisa." +msgstr[2] "Ne može biti više od %(max)s cifara pre decimalnog zapisa." + +#: core/validators.py:563 +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "Ekstenzija datoteke \"%(extension)s\" nije dozvoljena. Dozvoljene su sledeće ekstenzije: %(allowed_extensions)s." + +#: core/validators.py:624 +msgid "Null characters are not allowed." +msgstr "'Null' karakteri nisu dozvoljeni." + +#: db/models/base.py:1465 forms/models.py:902 +msgid "and" +msgstr "i" + +#: db/models/base.py:1467 +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s sa poljem %(field_labels)s već postoji." + +#: db/models/constraints.py:20 +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Ograničenje „%(name)s“ je prekršeno." + +#: db/models/fields/__init__.py:128 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vrednost %(value)r nije validna." + +#: db/models/fields/__init__.py:129 +msgid "This field cannot be null." +msgstr "Ovo polje ne može da ostane prazno." + +#: db/models/fields/__init__.py:130 +msgid "This field cannot be blank." +msgstr "Ovo polje ne može da ostane prazno." + +#: db/models/fields/__init__.py:131 +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa ovom vrednošću %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#: db/models/fields/__init__.py:135 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s mora biti jedinstven(a) za %(date_field_label)s %(lookup_type)s." + +#: db/models/fields/__init__.py:174 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +#: db/models/fields/__init__.py:1157 +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Vrednost \"%(value)s\" mora biti True ili False." + +#: db/models/fields/__init__.py:1158 +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\" vrednost mora biti True, False ili None." + +#: db/models/fields/__init__.py:1160 +msgid "Boolean (Either True or False)" +msgstr "Bulova vrednost (True ili False)" + +#: db/models/fields/__init__.py:1210 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (najviše %(max_length)s znakova)" + +#: db/models/fields/__init__.py:1212 +msgid "String (unlimited)" +msgstr "String (neograničeno)" + +#: db/models/fields/__init__.py:1316 +msgid "Comma-separated integers" +msgstr "Celi brojevi razdvojeni zapetama" + +#: db/models/fields/__init__.py:1417 +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "Vrednost \"%(value)s\" nema ispravan format datuma. Mora biti u formatu GGGG-MM-DD." + +#: db/models/fields/__init__.py:1421 db/models/fields/__init__.py:1556 +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "Vrednost “%(value)s” ima odgovarajući format (GGGG-MM-DD), ali nije validan datum." + +#: db/models/fields/__init__.py:1425 +msgid "Date (without time)" +msgstr "Datum (bez vremena)" + +#: db/models/fields/__init__.py:1552 +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] format." +msgstr "Vrednost “%(value)s” je u nevažećem formatu. Mora se uneti u formatu YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#: db/models/fields/__init__.py:1560 +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]) but it is an invalid date/time." +msgstr "Vrednost “%(value)s” je u odgovarajućem formatu (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]), ali nije validna vrednost za datum i vreme." + +#: db/models/fields/__init__.py:1565 +msgid "Date (with time)" +msgstr "Datum (sa vremenom)" + +#: db/models/fields/__init__.py:1689 +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Vrednost “%(value)s” mora biti decimalni broj." + +#: db/models/fields/__init__.py:1691 +msgid "Decimal number" +msgstr "Decimalni broj" + +#: db/models/fields/__init__.py:1852 +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] " +"[[HH:]MM:]ss[.uuuuuu] format." +msgstr "Vrednost “%(value)s” nije u odgovarajućem formatu. Mora biti u formatu [DD] [[HH:]MM:]ss[.uuuuuu]." + +#: db/models/fields/__init__.py:1856 +msgid "Duration" +msgstr "Vremenski interval" + +#: db/models/fields/__init__.py:1908 +msgid "Email address" +msgstr "Imejl adresa" + +#: db/models/fields/__init__.py:1933 +msgid "File path" +msgstr "Putanja fajla" + +#: db/models/fields/__init__.py:2011 +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Vrednost “%(value)s” value mora biti tipa float." + +#: db/models/fields/__init__.py:2013 +msgid "Floating point number" +msgstr "Broj sa pokrenom zapetom" + +#: db/models/fields/__init__.py:2053 +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Vrednost “%(value)s” mora biti ceo broj." + +#: db/models/fields/__init__.py:2055 +msgid "Integer" +msgstr "Ceo broj" + +#: db/models/fields/__init__.py:2151 +msgid "Big (8 byte) integer" +msgstr "Veliki ceo broj" + +#: db/models/fields/__init__.py:2168 +msgid "Small integer" +msgstr "Mali ceo broj" + +#: db/models/fields/__init__.py:2176 +msgid "IPv4 address" +msgstr "IPv4 adresa" + +#: db/models/fields/__init__.py:2207 +msgid "IP address" +msgstr "IP adresa" + +#: db/models/fields/__init__.py:2300 db/models/fields/__init__.py:2301 +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Vrednost “%(value)s” mora biti None, True ili False." + +#: db/models/fields/__init__.py:2303 +msgid "Boolean (Either True, False or None)" +msgstr "Bulova vrednost (True, False ili None)" + +#: db/models/fields/__init__.py:2354 +msgid "Positive big integer" +msgstr "Velik pozitivan celi broj" + +#: db/models/fields/__init__.py:2369 +msgid "Positive integer" +msgstr "Pozitivan ceo broj" + +#: db/models/fields/__init__.py:2384 +msgid "Positive small integer" +msgstr "Pozitivan mali ceo broj" + +#: db/models/fields/__init__.py:2400 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slag (ne duži od %(max_length)s)" + +#: db/models/fields/__init__.py:2436 +msgid "Text" +msgstr "Tekst" + +#: db/models/fields/__init__.py:2511 +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "Vrednost “%(value)s” nije u odgovarajućem formatu. Mora biti u formatu HH:MM[:ss[.uuuuuu]]." + +#: db/models/fields/__init__.py:2515 +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "Vrednost “%(value)s” je u odgovarajućem formatu (HH:MM[:ss[.uuuuuu]]), ali nije validna vrednost za vreme." + +#: db/models/fields/__init__.py:2519 +msgid "Time" +msgstr "Vreme" + +#: db/models/fields/__init__.py:2627 +msgid "URL" +msgstr "URL" + +#: db/models/fields/__init__.py:2651 +msgid "Raw binary data" +msgstr "Sirovi binarni podaci" + +#: db/models/fields/__init__.py:2716 +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Vrednost “%(value)s” nije validan UUID (jedinstveni ID)." + +#: db/models/fields/__init__.py:2718 +msgid "Universally unique identifier" +msgstr "Univerzalno jedinstveni identifikator" + +#: db/models/fields/files.py:232 +msgid "File" +msgstr "Fajl" + +#: db/models/fields/files.py:393 +msgid "Image" +msgstr "Slika" + +#: db/models/fields/json.py:26 +msgid "A JSON object" +msgstr "JSON objekat" + +#: db/models/fields/json.py:28 +msgid "Value must be valid JSON." +msgstr "Vrednost mora biti ispravni JSON." + +#: db/models/fields/related.py:939 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca modela %(model)s sa vrednošću %(field)s %(value)r ne postoji." + +#: db/models/fields/related.py:941 +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (tip određuje referentno polje)" + +#: db/models/fields/related.py:1235 +msgid "One-to-one relationship" +msgstr "Relacija jedan na jedan" + +#: db/models/fields/related.py:1292 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relacija %(from)s-%(to)s" + +#: db/models/fields/related.py:1294 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relacije %(from)s-%(to)s" + +#: db/models/fields/related.py:1342 +msgid "Many-to-many relationship" +msgstr "Relacija više na više" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +#: forms/boundfield.py:185 +msgid ":?.!" +msgstr ":?.!" + +#: forms/fields.py:94 +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." + +#: forms/fields.py:303 +msgid "Enter a whole number." +msgstr "Unesite ceo broj." + +#: forms/fields.py:474 forms/fields.py:1246 +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +#: forms/fields.py:497 forms/fields.py:1247 +msgid "Enter a valid time." +msgstr "Unesite ispravno vreme" + +#: forms/fields.py:524 +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vreme." + +#: forms/fields.py:558 +msgid "Enter a valid duration." +msgstr "Unesite ispravno trajanje." + +#: forms/fields.py:559 +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Broj dana mora biti između {min_days} i {max_days}." + +#: forms/fields.py:628 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fajl nije prebačen. Proverite tip enkodiranja formulara." + +#: forms/fields.py:629 +msgid "No file was submitted." +msgstr "Fajl nije prebačen." + +#: forms/fields.py:630 +msgid "The submitted file is empty." +msgstr "Prebačen fajl je prazan." + +#: forms/fields.py:632 +#, python-format +msgid "" +"Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Ime fajla ne može imati više od %(max)d karaktera (trenutno ima %(length)d)." +msgstr[1] "Ime fajla ne može imati više od %(max)d karaktera (trenutno ima %(length)d)." +msgstr[2] "Ime fajla ne može imati više od %(max)d karaktera (trenutno ima %(length)d)." + +#: forms/fields.py:637 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Može se samo poslati fajl ili izbrisati, ne oba." + +#: forms/fields.py:701 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je oštećen." + +#: forms/fields.py:868 forms/fields.py:954 forms/models.py:1581 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "%(value)s nije među ponuđenim vrednostima. Odaberite jednu od ponuđenih." + +#: forms/fields.py:956 forms/fields.py:1075 forms/models.py:1579 +msgid "Enter a list of values." +msgstr "Unesite listu vrednosti." + +#: forms/fields.py:1076 +msgid "Enter a complete value." +msgstr "Unesite kompletnu vrednost." + +#: forms/fields.py:1315 +msgid "Enter a valid UUID." +msgstr "Unesite ispravan UUID." + +#: forms/fields.py:1345 +msgid "Enter a valid JSON." +msgstr "Unesite ispravan JSON." + +#. Translators: This is the default suffix added to form field labels +#: forms/forms.py:94 +msgid ":" +msgstr ":" + +#: forms/forms.py:231 +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skriveno polje %(name)s) %(error)s" + +#: forms/formsets.py:61 +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "Podaci od ManagementForm nedostaju ili su pokvareni. Polja koja nedostaju: %(field_names)s. Možda će biti potrebno da prijavite grešku ako se problem nastavi." + +#: forms/formsets.py:65 +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Molim prosledite najviše %(num)d formular." +msgstr[1] "Molim prosledite najviše %(num)d formulara." +msgstr[2] "Molim prosledite najviše %(num)d formulara." + +#: forms/formsets.py:70 +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] " Molim prosledite najmanje %(num)d formular." +msgstr[1] " Molim prosledite najmanje %(num)d formulara." +msgstr[2] " Molim prosledite najmanje %(num)d formulara." + +#: forms/formsets.py:484 forms/formsets.py:491 +msgid "Order" +msgstr "Redosled" + +#: forms/formsets.py:499 +msgid "Delete" +msgstr "Obriši" + +#: forms/models.py:895 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite dupliran sadržaj za polja: %(field)s." + +#: forms/models.py:900 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ispravite dupliran sadržaj za polja: %(field)s, koji mora da bude jedinstven." + +#: forms/models.py:907 +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "Ispravite dupliran sadržaj za polja: %(field_name)s, koji mora da bude jedinstven za %(lookup)s u %(date_field)s." + +#: forms/models.py:916 +msgid "Please correct the duplicate values below." +msgstr "Ispravite duplirane vrednosti dole." + +#: forms/models.py:1353 +msgid "The inline value did not match the parent instance." +msgstr "Direktno uneta vrednost ne odgovara instanci roditelja." + +#: forms/models.py:1444 +msgid "" +"Select a valid choice. That choice is not one of the available choices." +msgstr "Odabrana vrednost nije među ponuđenima. Odaberite jednu od ponuđenih." + +#: forms/models.py:1583 +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" nije ispravna vrednost." + +#: forms/utils.py:227 +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "Vreme %(datetime)s se ne može protumačiti u vremenskoj zoni %(current_timezone)s; možda je dvosmisleno ili ne postoji." + +#: forms/widgets.py:457 +msgid "Clear" +msgstr "Očisti" + +#: forms/widgets.py:458 +msgid "Currently" +msgstr "Trenutno" + +#: forms/widgets.py:459 +msgid "Change" +msgstr "Izmeni" + +#: forms/widgets.py:796 +msgid "Unknown" +msgstr "Nepoznato" + +#: forms/widgets.py:797 +msgid "Yes" +msgstr "Da" + +#: forms/widgets.py:798 +msgid "No" +msgstr "Ne" + +#. Translators: Please do not add spaces around commas. +#: template/defaultfilters.py:875 +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#: template/defaultfilters.py:905 template/defaultfilters.py:922 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajtova" + +#: template/defaultfilters.py:924 +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#: template/defaultfilters.py:926 +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#: template/defaultfilters.py:928 +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#: template/defaultfilters.py:930 +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#: template/defaultfilters.py:932 +#, python-format +msgid "%s PB" +msgstr "%s PB" + +#: utils/dateformat.py:73 +msgid "p.m." +msgstr "po p." + +#: utils/dateformat.py:74 +msgid "a.m." +msgstr "pre p." + +#: utils/dateformat.py:79 +msgid "PM" +msgstr "PM" + +#: utils/dateformat.py:80 +msgid "AM" +msgstr "AM" + +#: utils/dateformat.py:152 +msgid "midnight" +msgstr "ponoć" + +#: utils/dateformat.py:154 +msgid "noon" +msgstr "podne" + +#: utils/dates.py:7 +msgid "Monday" +msgstr "ponedeljak" + +#: utils/dates.py:8 +msgid "Tuesday" +msgstr "utorak" + +#: utils/dates.py:9 +msgid "Wednesday" +msgstr "sreda" + +#: utils/dates.py:10 +msgid "Thursday" +msgstr "četvrtak" + +#: utils/dates.py:11 +msgid "Friday" +msgstr "petak" + +#: utils/dates.py:12 +msgid "Saturday" +msgstr "subota" + +#: utils/dates.py:13 +msgid "Sunday" +msgstr "nedelja" + +#: utils/dates.py:16 +msgid "Mon" +msgstr "pon." + +#: utils/dates.py:17 +msgid "Tue" +msgstr "uto." + +#: utils/dates.py:18 +msgid "Wed" +msgstr "sre." + +#: utils/dates.py:19 +msgid "Thu" +msgstr "čet." + +#: utils/dates.py:20 +msgid "Fri" +msgstr "pet." + +#: utils/dates.py:21 +msgid "Sat" +msgstr "sub." + +#: utils/dates.py:22 +msgid "Sun" +msgstr "ned." + +#: utils/dates.py:25 +msgid "January" +msgstr "januar" + +#: utils/dates.py:26 +msgid "February" +msgstr "februar" + +#: utils/dates.py:27 +msgid "March" +msgstr "mart" + +#: utils/dates.py:28 +msgid "April" +msgstr "april" + +#: utils/dates.py:29 +msgid "May" +msgstr "maj" + +#: utils/dates.py:30 +msgid "June" +msgstr "jun" + +#: utils/dates.py:31 +msgid "July" +msgstr "jul" + +#: utils/dates.py:32 +msgid "August" +msgstr "avgust" + +#: utils/dates.py:33 +msgid "September" +msgstr "septembar" + +#: utils/dates.py:34 +msgid "October" +msgstr "oktobar" + +#: utils/dates.py:35 +msgid "November" +msgstr "novembar" + +#: utils/dates.py:36 +msgid "December" +msgstr "decembar" + +#: utils/dates.py:39 +msgid "jan" +msgstr "jan." + +#: utils/dates.py:40 +msgid "feb" +msgstr "feb." + +#: utils/dates.py:41 +msgid "mar" +msgstr "mar." + +#: utils/dates.py:42 +msgid "apr" +msgstr "apr." + +#: utils/dates.py:43 +msgid "may" +msgstr "maj." + +#: utils/dates.py:44 +msgid "jun" +msgstr "jun." + +#: utils/dates.py:45 +msgid "jul" +msgstr "jul." + +#: utils/dates.py:46 +msgid "aug" +msgstr "aug." + +#: utils/dates.py:47 +msgid "sep" +msgstr "sep." + +#: utils/dates.py:48 +msgid "oct" +msgstr "okt." + +#: utils/dates.py:49 +msgid "nov" +msgstr "nov." + +#: utils/dates.py:50 +msgid "dec" +msgstr "dec." + +#: utils/dates.py:53 +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +#: utils/dates.py:54 +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +#: utils/dates.py:55 +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +#: utils/dates.py:56 +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +#: utils/dates.py:57 +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +#: utils/dates.py:58 +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun" + +#: utils/dates.py:59 +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul" + +#: utils/dates.py:60 +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avg." + +#: utils/dates.py:61 +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +#: utils/dates.py:62 +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +#: utils/dates.py:63 +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +#: utils/dates.py:64 +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +#: utils/dates.py:67 +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +#: utils/dates.py:68 +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +#: utils/dates.py:69 +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +#: utils/dates.py:70 +msgctxt "alt. month" +msgid "April" +msgstr "April" + +#: utils/dates.py:71 +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +#: utils/dates.py:72 +msgctxt "alt. month" +msgid "June" +msgstr "Jun" + +#: utils/dates.py:73 +msgctxt "alt. month" +msgid "July" +msgstr "Jul" + +#: utils/dates.py:74 +msgctxt "alt. month" +msgid "August" +msgstr "Avgust" + +#: utils/dates.py:75 +msgctxt "alt. month" +msgid "September" +msgstr "Septembar" + +#: utils/dates.py:76 +msgctxt "alt. month" +msgid "October" +msgstr "Oktobar" + +#: utils/dates.py:77 +msgctxt "alt. month" +msgid "November" +msgstr "Novembar" + +#: utils/dates.py:78 +msgctxt "alt. month" +msgid "December" +msgstr "Decembar" + +#: utils/ipv6.py:8 +msgid "This is not a valid IPv6 address." +msgstr "Ovo nije ispravna IPv6 adresa." + +#: utils/text.py:70 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s..." + +#: utils/text.py:255 +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:274 utils/timesince.py:135 +msgid ", " +msgstr "," + +#: utils/timesince.py:8 +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d godina" +msgstr[1] "%(num)d godine" +msgstr[2] "%(num)d godina" + +#: utils/timesince.py:9 +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mesec" +msgstr[1] "%(num)d meseca" +msgstr[2] "%(num)d meseci" + +#: utils/timesince.py:10 +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d nedelja" +msgstr[1] "%(num)d nedelje" +msgstr[2] "%(num)d nedelja" + +#: utils/timesince.py:11 +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dan" +msgstr[1] "%(num)d dana" +msgstr[2] "%(num)d dana" + +#: utils/timesince.py:12 +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d sat" +msgstr[1] "%(num)d sata" +msgstr[2] "%(num)d sati" + +#: utils/timesince.py:13 +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minuta" +msgstr[2] "%(num)d minuta" + +#: views/csrf.py:29 +msgid "Forbidden" +msgstr "Zabranjeno" + +#: views/csrf.py:30 +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verifikacija nije prošla. Zahtev odbijen." + +#: views/csrf.py:34 +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "Ova poruka je prikazana jer ovaj HTTPS sajt zahteva da \"Referer header\" bude poslat od strane vašeg internet pregledača, što trenutno nije slučaj. Pomenuto zaglavlje je potrebno iz bezbedonosnih razloga, da bi se osiguralo da vaš pregledač nije pod kontrolom trećih lica." + +#: views/csrf.py:40 +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "Ako ste podesili internet pregledač da ne šalje \"Referer\" zaglavlja, ponovo ih uključite, barem za ovaj sajt, ili za HTTPS konekcije, ili za \"same-origin\" zahteve." + +#: views/csrf.py:45 +msgid "" +"If you are using the tag or" +" including the “Referrer-Policy: no-referrer” header, please remove them. " +"The CSRF protection requires the “Referer” header to do strict referer " +"checking. If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "Ako koristite tag ili \"Referrer-Policy: no-referrer\" zaglavlje, molimo da ih uklonite. CSRF zaštita zahteva \"Referer\" zaglavlje da bi se obavila striktna \"referrer\" provera. Ukoliko vas brine privatnost, koristite alternative kao za linkove ka drugim sajtovima." + +#: views/csrf.py:54 +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "Ova poruka je prikazana jer ovaj sajt zahteva CSRF kuki kada se prosleđuju podaci iz formi. Ovaj kuki je potreban iz sigurnosnih razloga, da bi se osiguralo da vaš pretraživač nije pod kontrolom trećih lica." + +#: views/csrf.py:60 +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "Ako je vaš internet pregedač podešen da onemogući kolačiće, molimo da ih uključite, barem za ovaj sajt, ili za \"same-origin\" zahteve." + +#: views/csrf.py:66 +msgid "More information is available with DEBUG=True." +msgstr "Više informacija je dostupno sa DEBUG=True." + +#: views/generic/dates.py:44 +msgid "No year specified" +msgstr "Godina nije naznačena" + +#: views/generic/dates.py:64 views/generic/dates.py:115 +#: views/generic/dates.py:214 +msgid "Date out of range" +msgstr "Datum van opsega" + +#: views/generic/dates.py:94 +msgid "No month specified" +msgstr "Mesec nije naznačen" + +#: views/generic/dates.py:147 +msgid "No day specified" +msgstr "Dan nije naznačen" + +#: views/generic/dates.py:194 +msgid "No week specified" +msgstr "Nedelja nije naznačena" + +#: views/generic/dates.py:349 views/generic/dates.py:380 +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nedostupni objekti %(verbose_name_plural)s" + +#: views/generic/dates.py:652 +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because " +"%(class_name)s.allow_future is False." +msgstr "Opcija „future“ nije dostupna za „%(verbose_name_plural)s“ jer %(class_name)s.allow_future ima vrednost False." + +#: views/generic/dates.py:692 +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Neispravan datum \"%(datestr)s\" za format \"%(format)s\"" + +#: views/generic/detail.py:56 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nijedan objekat klase %(verbose_name)s nije nađen datim upitom." + +#: views/generic/list.py:70 +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Stranica nije poslednja, niti može biti konvertovana u tip \"int\"." + +#: views/generic/list.py:77 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neispravna strana (%(page_number)s): %(message)s" + +#: views/generic/list.py:169 +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Prazna lista i „%(class_name)s.allow_empty“ ima vrednost False." + +#: views/static.py:48 +msgid "Directory indexes are not allowed here." +msgstr "Indeksi direktorijuma nisu dozvoljeni ovde." + +#: views/static.py:50 +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ ne postoji" + +#: views/static.py:67 views/templates/directory_index.html:8 +#: views/templates/directory_index.html:11 +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks direktorijuma %(directory)s" + +#: views/templates/default_urlconf.html:7 +#: views/templates/default_urlconf.html:220 +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacija je prošla uspešno. Čestitke!" + +#: views/templates/default_urlconf.html:206 +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "Pogledajte napomene uz izdanje za Đango %(version)s" + +#: views/templates/default_urlconf.html:221 +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file " +"and you have not configured any URLs." +msgstr "Ova strana je prikazana jer je DEBUG=True u vašim podešavanjima i niste konfigurisali nijedan URL." + +#: views/templates/default_urlconf.html:229 +msgid "Django Documentation" +msgstr "Đango dokumentacija" + +#: views/templates/default_urlconf.html:230 +msgid "Topics, references, & how-to’s" +msgstr "Teme, reference, & kako-da" + +#: views/templates/default_urlconf.html:238 +msgid "Tutorial: A Polling App" +msgstr "Uputstvo: aplikacija za glasanje" + +#: views/templates/default_urlconf.html:239 +msgid "Get started with Django" +msgstr "Počnite sa Đangom" + +#: views/templates/default_urlconf.html:247 +msgid "Django Community" +msgstr "Đango zajednica" + +#: views/templates/default_urlconf.html:248 +msgid "Connect, get help, or contribute" +msgstr "Povežite se, potražite pomoć ili dajte doprinos" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec665ecff80a86b4a37310a5cff327ca398d7b95 GIT binary patch literal 206 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJV$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^^1$*eG*IZ^yA|*^D;}~f+(bgx&VcLQd$_t2#ygH)uM>jXcW_8cD!)t zg!(XF$~U3oFBf|by{+=32yA$OASc*|Lx`uMw~_R(D7---;6zvi*&$?c*G+Bc(3s{i z&J(^bY*>gn%ubPK%SBcyvUMl(kU_TNB<|sz*2d2FwI1fxy4Xp3cG{~S{f`oT@R#8(9^J7kRg^lJZ0d4JKNrOhOJ*ahRBH`&>sMc9cWd0`NkM#H zk@z#cF4lO3S7l|%sAaiP=c|H;C8`bSov7%iirlDGs;9re4SsX59&lex>tZr)wT%fU z^jo8@DHubO6O0)*wQRH@+{_rwxIym|H@2sr&Cx6P;w3lfO^xSRchTx%>2|Pfjyl}H zY_|pmH?j1y)^x;mOl#PhPT<&HhhGm(^krbYv9kE#twyxkx>pgQG?IgygxWbC6l2GdRBv(^=mfFxR>GF^<{Q3CQHg47r&Fllqph H(%AbSjqC%c literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py new file mode 100644 index 00000000000..0078895923d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py @@ -0,0 +1,44 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j. F Y." +TIME_FORMAT = "H:i" +DATETIME_FORMAT = "j. F Y. H:i" +YEAR_MONTH_FORMAT = "F Y." +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "j.m.Y." +SHORT_DATETIME_FORMAT = "j.m.Y. H:i" +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y.", # '25.10.2006.' + "%d.%m.%y.", # '25.10.06.' + "%d. %m. %Y.", # '25. 10. 2006.' + "%d. %m. %y.", # '25. 10. 06.' + # "%d. %b %y.", # '25. Oct 06.' + # "%d. %B %y.", # '25. October 06.' + # "%d. %b '%y.", # '25. Oct '06.' + # "%d. %B '%y.", #'25. October '06.' + # "%d. %b %Y.", # '25. Oct 2006.' + # "%d. %B %Y.", # '25. October 2006.' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y. %H:%M:%S", # '25.10.2006. 14:30:59' + "%d.%m.%Y. %H:%M:%S.%f", # '25.10.2006. 14:30:59.000200' + "%d.%m.%Y. %H:%M", # '25.10.2006. 14:30' + "%d.%m.%y. %H:%M:%S", # '25.10.06. 14:30:59' + "%d.%m.%y. %H:%M:%S.%f", # '25.10.06. 14:30:59.000200' + "%d.%m.%y. %H:%M", # '25.10.06. 14:30' + "%d. %m. %Y. %H:%M:%S", # '25. 10. 2006. 14:30:59' + "%d. %m. %Y. %H:%M:%S.%f", # '25. 10. 2006. 14:30:59.000200' + "%d. %m. %Y. %H:%M", # '25. 10. 2006. 14:30' + "%d. %m. %y. %H:%M:%S", # '25. 10. 06. 14:30:59' + "%d. %m. %y. %H:%M:%S.%f", # '25. 10. 06. 14:30:59.000200' + "%d. %m. %y. %H:%M", # '25. 10. 06. 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..64b884fc995657d86faf0a97dd85258260a67c05 GIT binary patch literal 27931 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, 2022 +# Alex Nordlund , 2012 +# Anders Hovmöller , 2023 +# Anders Jonsson , 2022 +# Andreas Pelme , 2014,2021 +# Elias Johnstone , 2022 +# Gustaf Hansen , 2015 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014-2015 +# Jonathan Lindén, 2015 +# Jörgen Olofsson, 2024 +# Jörgen Olofsson, 2024 +# Ken Lewerentz, 2022 +# Ken Lewerentz, 2022 +# Jonathan Lindén, 2014 +# Mattias Benjaminsson , 2011 +# Mattias Hansson , 2016 +# Mattias Benjaminsson , 2011 +# Petter Strandmark , 2019 +# Rasmus Précenth , 2014 +# Samuel Linde , 2011 +# Thomas Lundqvist, 2013,2016 +# Thomas Lundqvist, 2013,2016 +# Tomas Lööw , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Tomas Lööw , 2021\n" +"Language-Team: Swedish (http://app.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabiska" + +msgid "Algerian Arabic" +msgstr "Algerisk arabiska" + +msgid "Asturian" +msgstr "Asturiska" + +msgid "Azerbaijani" +msgstr "Azerbajdzjanska" + +msgid "Bulgarian" +msgstr "Bulgariska" + +msgid "Belarusian" +msgstr "Vitryska" + +msgid "Bengali" +msgstr "Bengaliska" + +msgid "Breton" +msgstr "Bretonska" + +msgid "Bosnian" +msgstr "Bosniska" + +msgid "Catalan" +msgstr "Katalanska" + +msgid "Central Kurdish (Sorani)" +msgstr "Kurdiska (Sorani)" + +msgid "Czech" +msgstr "Tjeckiska" + +msgid "Welsh" +msgstr "Walesiska" + +msgid "Danish" +msgstr "Danska" + +msgid "German" +msgstr "Tyska" + +msgid "Lower Sorbian" +msgstr "Lågsorbiska" + +msgid "Greek" +msgstr "Grekiska" + +msgid "English" +msgstr "Engelska" + +msgid "Australian English" +msgstr "Australisk engelska" + +msgid "British English" +msgstr "Brittisk engelska" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanska" + +msgid "Argentinian Spanish" +msgstr "Argentinsk spanska" + +msgid "Colombian Spanish" +msgstr "Colombiansk spanska" + +msgid "Mexican Spanish" +msgstr "Mexikansk spanska" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguansk spanska" + +msgid "Venezuelan Spanish" +msgstr "Spanska (Venezuela)" + +msgid "Estonian" +msgstr "Estländska" + +msgid "Basque" +msgstr "Baskiska" + +msgid "Persian" +msgstr "Persiska" + +msgid "Finnish" +msgstr "Finska" + +msgid "French" +msgstr "Franska" + +msgid "Frisian" +msgstr "Frisiska" + +msgid "Irish" +msgstr "Irländska" + +msgid "Scottish Gaelic" +msgstr "Skotsk gäliska" + +msgid "Galician" +msgstr "Galisiska" + +msgid "Hebrew" +msgstr "Hebreiska" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatiska" + +msgid "Upper Sorbian" +msgstr "Högsorbiska" + +msgid "Hungarian" +msgstr "Ungerska" + +msgid "Armenian" +msgstr "Armeniska" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiska" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Isländska" + +msgid "Italian" +msgstr "Italienska" + +msgid "Japanese" +msgstr "Japanska" + +msgid "Georgian" +msgstr "Georgiska" + +msgid "Kabyle" +msgstr "Kabyliska" + +msgid "Kazakh" +msgstr "Kazakiska" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanska" + +msgid "Kyrgyz" +msgstr "Kirgiziska" + +msgid "Luxembourgish" +msgstr "Luxemburgiska" + +msgid "Lithuanian" +msgstr "Lettiska" + +msgid "Latvian" +msgstr "Lettiska" + +msgid "Macedonian" +msgstr "Makedonska" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongoliska" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Malay" +msgstr "Malajiska" + +msgid "Burmese" +msgstr "Burmesiska" + +msgid "Norwegian Bokmål" +msgstr "Norskt Bokmål" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Holländska" + +msgid "Norwegian Nynorsk" +msgstr "Norska (nynorsk)" + +msgid "Ossetic" +msgstr "Ossetiska" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polska" + +msgid "Portuguese" +msgstr "Portugisiska" + +msgid "Brazilian Portuguese" +msgstr "Brasiliensk portugisiska" + +msgid "Romanian" +msgstr "Rumänska" + +msgid "Russian" +msgstr "Ryska" + +msgid "Slovak" +msgstr "Slovakiska" + +msgid "Slovenian" +msgstr "Slovenska" + +msgid "Albanian" +msgstr "Albanska" + +msgid "Serbian" +msgstr "Serbiska" + +msgid "Serbian Latin" +msgstr "Serbiska (latin)" + +msgid "Swedish" +msgstr "Svenska" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilska" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Tadzjikiska" + +msgid "Thai" +msgstr "Thailändska" + +msgid "Turkmen" +msgstr "Turkmeniska" + +msgid "Turkish" +msgstr "Turkiska" + +msgid "Tatar" +msgstr "Tatariska" + +msgid "Udmurt" +msgstr "Udmurtiska" + +msgid "Uyghur" +msgstr "Uiguriska" + +msgid "Ukrainian" +msgstr "Ukrainska" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbekiska" + +msgid "Vietnamese" +msgstr "Vietnamesiska" + +msgid "Simplified Chinese" +msgstr "Förenklad Kinesiska" + +msgid "Traditional Chinese" +msgstr "Traditionell Kinesiska" + +msgid "Messages" +msgstr "Meddelanden" + +msgid "Site Maps" +msgstr "Sidkartor" + +msgid "Static Files" +msgstr "Statiska filer" + +msgid "Syndication" +msgstr "Syndikering" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Sidnumret är inte ett heltal" + +msgid "That page number is less than 1" +msgstr "Sidnumret är mindre än 1" + +msgid "That page contains no results" +msgstr "Sidan innehåller inga resultat" + +msgid "Enter a valid value." +msgstr "Fyll i ett giltigt värde." + +msgid "Enter a valid domain name." +msgstr "Fyll i ett giltigt domännamn." + +msgid "Enter a valid URL." +msgstr "Fyll i en giltig URL." + +msgid "Enter a valid integer." +msgstr "Fyll i ett giltigt heltal." + +msgid "Enter a valid email address." +msgstr "Fyll i en giltig e-postadress." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Fyll i en giltig 'slug', beståendes av bokstäver, siffror, understreck eller " +"bindestreck i Unicode." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Fyll i en giltig 'slug', beståendes av bokstäver, siffror, understreck eller " +"bindestreck i Unicode." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Fyll i en giltig %(protocol)s adress." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 eller IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Fyll enbart i siffror separerade med kommatecken." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Kontrollera att detta värde är %(limit_value)s (det är %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Kontrollera att detta värde är mindre än eller lika med %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Kontrollera att detta värde är större än eller lika med %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Kontrollera att detta värde är multipel av stegstorlek %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Kontrollera att detta värde är en multipel med stegstorlek %(limit_value)s, " +"med början från %(offset)s, t ex. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s och så vidare." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Säkerställ att detta värde åtminstone har %(limit_value)d tecken (den har " +"%(show_value)d)." +msgstr[1] "" +"Säkerställ att detta värde åtminstone har %(limit_value)d tecken (den har " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Säkerställ att detta värde har som mest %(limit_value)d tecken (den har " +"%(show_value)d)." +msgstr[1] "" +"Säkerställ att detta värde har som mest %(limit_value)d tecken (den har " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Fyll i ett tal." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Säkerställ att det inte är mer än %(max)s siffra totalt." +msgstr[1] "Säkerställ att det inte är mer än %(max)s siffror totalt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Säkerställ att det inte är mer än %(max)s decimal." +msgstr[1] "Säkerställ att det inte är mer än %(max)s decimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Säkerställ att det inte är mer än %(max)s siffra före decimalavskiljaren." +msgstr[1] "" +"Säkerställ att det inte är mer än %(max)s siffror före decimalavskiljaren." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Filändelsen “%(extension)s” är inte giltig. Giltiga filändelser är: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Null-tecken är inte tillåtna." + +msgid "and" +msgstr "och" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med samma %(field_labels)s finns redan." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Begränsningen “%(name)s” överträds." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Värdet %(value)r är inget giltigt alternativ." + +msgid "This field cannot be null." +msgstr "Detta fält får inte vara null." + +msgid "This field cannot be blank." +msgstr "Detta fält får inte vara tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med detta %(field_label)s finns redan." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s måste vara unikt för %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Fält av typ: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Värdet \"%(value)s\" måste vara antingen True eller False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Värdet ”%(value)s” måste vara antingen True, False eller None." + +msgid "Boolean (Either True or False)" +msgstr "Boolesk (antingen True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sträng (upp till %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Sträng (obegränsad)" + +msgid "Comma-separated integers" +msgstr "Komma-separerade heltal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” har ett ogiltigt datumformat. Det måste vara i formatet YYYY-MM-" +"DD." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Värdet “%(value)s” har det giltiga formatet (YYYY-MM-DD) men det är ett " +"ogiltigt datum." + +msgid "Date (without time)" +msgstr "Datum (utan tid)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” har ett ogiltigt format. Det måste vara i formatet YYYY-MM-DD HH:" +"MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” har det giltiga formatet (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"men ett ogiltigt datum/tid." + +msgid "Date (with time)" +msgstr "Datum (med tid)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Värdet “%(value)s” måste vara ett decimaltal." + +msgid "Decimal number" +msgstr "Decimaltal" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” har ett ogiltigt format. Det måste vara i formatet [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Tidsspann" + +msgid "Email address" +msgstr "E-postadress" + +msgid "File path" +msgstr "Sökväg till fil" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Värdet \"%(value)s\" måste vara ett flyttal." + +msgid "Floating point number" +msgstr "Flyttal" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Värdet \"%(value)s\" måste vara ett heltal." + +msgid "Integer" +msgstr "Heltal" + +msgid "Big (8 byte) integer" +msgstr "Stort (8 byte) heltal" + +msgid "Small integer" +msgstr "Litet heltal" + +msgid "IPv4 address" +msgstr "IPv4-adress" + +msgid "IP address" +msgstr "IP-adress" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Värdet ”%(value)s” måste vara antingen None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolesk (antingen True, False eller None)" + +msgid "Positive big integer" +msgstr "Positivt stort heltal" + +msgid "Positive integer" +msgstr "Positivt heltal" + +msgid "Positive small integer" +msgstr "Positivt litet heltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (upp till %(max_length)s)" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” har ett ogiltigt format. Det måste vara i formatet HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Värdet “%(value)s” har det giltiga formatet (HH:MM[:ss[.uuuuuu]]) men det är " +"en ogiltig tid." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rå binärdata" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” är inget giltigt UUID." + +msgid "Universally unique identifier" +msgstr "Globalt unik identifierare" + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Bild" + +msgid "A JSON object" +msgstr "Ett JSON-objekt" + +msgid "Value must be valid JSON." +msgstr "Värdet måste vara giltig JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s instans med %(field)s %(value)r är inte ett giltigt val." + +msgid "Foreign Key (type determined by related field)" +msgstr "Främmande nyckel (typ bestäms av relaterat fält)" + +msgid "One-to-one relationship" +msgstr "Ett-till-ett-samband" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s relation" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s relationer" + +msgid "Many-to-many relationship" +msgstr "Många-till-många-samband" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Detta fält måste fyllas i." + +msgid "Enter a whole number." +msgstr "Fyll i ett heltal." + +msgid "Enter a valid date." +msgstr "Fyll i ett giltigt datum." + +msgid "Enter a valid time." +msgstr "Fyll i en giltig tid." + +msgid "Enter a valid date/time." +msgstr "Fyll i ett giltigt datum/tid." + +msgid "Enter a valid duration." +msgstr "Fyll i ett giltigt tidsspann." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Antalet dagar måste vara mellan {min_days} och {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil skickades. Kontrollera kodningstypen i formuläret." + +msgid "No file was submitted." +msgstr "Ingen fil skickades." + +msgid "The submitted file is empty." +msgstr "Den skickade filen är tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Säkerställ att filnamnet har som mest %(max)d tecken (den har %(length)d)." +msgstr[1] "" +"Säkerställ att filnamnet har som mest %(max)d tecken (den har %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Antingen skicka en fil eller markera kryssrutan för att rensa, inte både och." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Ladda upp en giltig bild. Filen du laddade upp var antingen ingen bild eller " +"en korrupt bild." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Välj ett giltigt alternativ. %(value)s finns inte bland tillgängliga " +"alternativ." + +msgid "Enter a list of values." +msgstr "Fyll i en lista med värden." + +msgid "Enter a complete value." +msgstr "Fyll i ett fullständigt värde." + +msgid "Enter a valid UUID." +msgstr "Fyll i ett giltigt UUID." + +msgid "Enter a valid JSON." +msgstr "Fyll i ett giltigt JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gömt fält %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm-data saknas eller har manipulerats. Saknade fält: " +"%(field_names)s. Du kan behöva lämna in en felrapport om problemet kvarstår." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Skicka som mest %(num)d formulär." +msgstr[1] "Skicka som mest %(num)d formulär." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Skicka minst %(num)d formulär." +msgstr[1] "Skicka minst %(num)d formulär." + +msgid "Order" +msgstr "Sortering" + +msgid "Delete" +msgstr "Radera" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korrigera duplikatdata för %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korrigera duplikatdata för %(field)s, som måste vara unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korrigera duplikatdata för %(field_name)s som måste vara unik för %(lookup)s " +"i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korrigera duplikatvärdena nedan." + +msgid "The inline value did not match the parent instance." +msgstr "Värdet för InlineForeignKeyField motsvarade inte dess motpart." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Välj ett giltigt alternativ. Det valet finns inte bland tillgängliga " +"alternativ." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” är inte ett giltigt värde." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunde inte tolkas i tidszonen %(current_timezone)s; det kan " +"vara en ogiltig eller tvetydigt tidpunkt." + +msgid "Clear" +msgstr "Rensa" + +msgid "Currently" +msgstr "Nuvarande" + +msgid "Change" +msgstr "Ändra" + +msgid "Unknown" +msgstr "Okänt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ja,nej,kanske" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s kB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "e.m." + +msgid "a.m." +msgstr "f.m." + +msgid "PM" +msgstr "FM" + +msgid "AM" +msgstr "EM" + +msgid "midnight" +msgstr "midnatt" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "måndag" + +msgid "Tuesday" +msgstr "tisdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lördag" + +msgid "Sunday" +msgstr "söndag" + +msgid "Mon" +msgstr "mån" + +msgid "Tue" +msgstr "tis" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tors" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lör" + +msgid "Sun" +msgstr "sön" + +msgid "January" +msgstr "januari" + +msgid "February" +msgstr "februari" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "augusti" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb" + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec" + +msgctxt "alt. month" +msgid "January" +msgstr "januari" + +msgctxt "alt. month" +msgid "February" +msgstr "februari" + +msgctxt "alt. month" +msgid "March" +msgstr "mars" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "augusti" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Detta är inte en giltig IPv6 adress." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d år" +msgstr[1] "%(num)d år" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d månad" +msgstr[1] "%(num)d månader" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d vecka" +msgstr[1] "%(num)d veckor" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d dag" +msgstr[1] "%(num)d dagar" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d timme" +msgstr[1] "%(num)d timmar" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minuter" + +msgid "Forbidden" +msgstr "Otillåtet" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikation misslyckades. Förfrågan avbröts." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser detta meddelande eftersom denna HTTPS-sida kräver att en “Referer " +"header” skickas från din webbläsare, men ingen skickades. Denna header krävs " +"av säkerhetsskäl, för att säkerställa att din webbläsare inte kapats." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Om 'Referer' headers är inaktiverade i din webbläsare, återaktivera dem, " +"åtminstone för denna sida, eller för HTTPS-anslutningar eller för 'same-" +"origin'-förfrågningar." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Om du använder -taggen eller " +"har med ”Referrer-Policy: no-referrer”, ta bort dem. CSRF-skyddet kräver " +"”Referer” för att kunna göra sin strikta kontroll. Om du oroar dig över din " +"integritet, använd alternativ såsom för länkar " +"till tredjepart." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser detta meddelande eftersom denna sida kräver en CSRF-cookie när " +"formulär skickas. Denna cookie krävs av säkerhetsskäl, för att säkerställa " +"att din webbläsare inte kapats." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Om cookies är inaktiverade i din webbläsare, återaktivera dem, åtminstone " +"för denna sida eller för “same-origin”-förfrågningar." + +msgid "More information is available with DEBUG=True." +msgstr "Mer information är tillgänglig med DEBUG=True." + +msgid "No year specified" +msgstr "Inget år angivet" + +msgid "Date out of range" +msgstr "Datum är utanför intervallet" + +msgid "No month specified" +msgstr "Ingen månad angiven" + +msgid "No day specified" +msgstr "Ingen dag angiven" + +msgid "No week specified" +msgstr "Ingen vecka angiven" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Inga %(verbose_name_plural)s är tillgängliga" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Framtida %(verbose_name_plural)s är inte tillgängliga eftersom " +"%(class_name)s.allow_future är False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Ogiltig datumsträng “%(datestr)s” med givet format “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Hittade inga %(verbose_name)s som matchar frågan" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Sidan är inte 'last', och kan inte heller omvandlas till en int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ogiltig sida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Tom lista och '%(class_name)s.allow_empty' är False." + +msgid "Directory indexes are not allowed here." +msgstr "Kataloglistningar är inte tillåtna här." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" finns inte" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innehåll i %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Installationen lyckades! Grattis!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Visa release notes för Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Du ser den här sidan eftersom DEBUG=True i din settings-fil och du har inte " +"konfigurerat några URL:er." + +msgid "Django Documentation" +msgstr "Djangodokumentation" + +msgid "Topics, references, & how-to’s" +msgstr "Ämnen, referenser och how-to’s" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: En undersöknings-app" + +msgid "Get started with Django" +msgstr "Kom igång med Django" + +msgid "Django Community" +msgstr "Djangos community" + +msgid "Connect, get help, or contribute" +msgstr "Kontakta, begär hjälp eller bidra" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd809bf0881932a05ac4ca42ea710a2ad3899b37 GIT binary patch literal 201 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 pz*Mm${ME(OnQBT~7f3ZTel8b?^?;ySt$4Y tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Maelezo zaidi yanapatikana ikiwa DEBUG=True" + +msgid "No year specified" +msgstr "Hakuna mwaka maalum uliotajwa" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Hakuna mwezi maalum uliotajwa" + +msgid "No day specified" +msgstr "Hakuna siku maalum iliyitajwa" + +msgid "No week specified" +msgstr "Hakuna wiki maalum iliyotajwa" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Hakujapatikana %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s kutoka wakati ujao haiwezekani kwani `" +"%(class_name)s.allow_future` ni `False`." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "hakuna %(verbose_name)s kulingana na ulizo" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ukurasa batili (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Sahirisi za saraka haziruhusiwi hapa." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Sahirisi ya %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c684f8b7f79ee11cb777de6d4859c28deb062a1 GIT binary patch literal 7094 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 HV7LCiTJ~xA literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ad7bf714c15 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,1230 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2020 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-14 21:42+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "அரபிக்" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "பெங்காலி" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "" + +msgid "Catalan" +msgstr "" + +msgid "Czech" +msgstr "செக்" + +msgid "Welsh" +msgstr "வெல்ஸ்" + +msgid "Danish" +msgstr "டேனிஷ்" + +msgid "German" +msgstr "ஜெர்மன்" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "கிரேக்கம்" + +msgid "English" +msgstr "ஆங்கிலம்" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ஸ்பானிஷ்" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "பீனீஷ்" + +msgid "French" +msgstr "ப்ரென்சு" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "கலீஷீயன்" + +msgid "Hebrew" +msgstr "ஹீப்ரு" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ஹங்கேரியன்" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ஐஸ்லான்டிக்" + +msgid "Italian" +msgstr "இத்தாலியன்" + +msgid "Japanese" +msgstr "ஜப்பானிய" + +msgid "Georgian" +msgstr "" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "டச்சு" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "ரோமானியன்" + +msgid "Russian" +msgstr "ரஷ்யன்" + +msgid "Slovak" +msgstr "சுலோவாக்" + +msgid "Slovenian" +msgstr "ஸ்லோவேனியன்" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "செர்பியன்" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "சுவிடிஷ்" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "தமிழ்" + +msgid "Telugu" +msgstr "" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "துருக்கிஷ்" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "உக்ரேனியன்" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "எளிய சீன மொழி" + +msgid "Traditional Chinese" +msgstr "மரபு சீன மொழி" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "இங்கு எண்களை மட்டுமே எழுதவும் காமவாள் தனிமைபடுத்தவும் " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "மற்றும்" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "இந்த புலம் காலியாக இருக்கக் கூடாது" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "பூலியன் (சரி அல்லது தவறு)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "கமாவாள் பிரிக்கப்பட்ட முழு எண்" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "தேதி (நேரமில்லாமல்)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "தேதி (நேரமுடன்)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "தசம எண்கள்" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "கோப்புப் பாதை" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "முழு எண்" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP விலாசம்" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "இலக்கு முறை (சரி, தவறு அல்லது ஒன்றும் இல்லை)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "உரை" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "நேரம்" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "இந்த புலத்தில் மதிப்பு தேவை" + +msgid "Enter a whole number." +msgstr "முழு எண் மட்டுமே எழுதவும்" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "அந்த பக்கத்தின் encoding வகையைப் பரிசோதிக்க.கோப்பு சமர்பிக்கப் பட்டவில்லை " + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "சமர்பிக்கப் பட்ட கோப்புக் காலியாக உள்ளது" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"முறையான படம் மட்டுமே பதிவேற்றம் செய்யவும். நீங்கள் பதிவேற்றம் செய்த கோப்பு படம் அள்ளாத " +"அல்லது கெட்டுப்போன கோப்பாகும்" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "" + +msgid "Delete" +msgstr "நீக்குக" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "மாற்றுக" + +msgid "Unknown" +msgstr "தெரியாத" + +msgid "Yes" +msgstr "ஆம்" + +msgid "No" +msgstr "இல்லை" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ஆம்,இல்லை,இருக்கலாம்" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "திங்கள்" + +msgid "Tuesday" +msgstr "செவ்வாய்" + +msgid "Wednesday" +msgstr "புதன்" + +msgid "Thursday" +msgstr "வியாழன்" + +msgid "Friday" +msgstr "வெள்ளி" + +msgid "Saturday" +msgstr "சனி" + +msgid "Sunday" +msgstr "ஞாயிறு" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "ஜனவரி" + +msgid "February" +msgstr "பிப்ரவரி" + +msgid "March" +msgstr "மார்ச்" + +msgid "April" +msgstr "ஏப்ரல்" + +msgid "May" +msgstr "மே" + +msgid "June" +msgstr "ஜூன்" + +msgid "July" +msgstr "ஜூலை" + +msgid "August" +msgstr "ஆகஸ்டு" + +msgid "September" +msgstr "செப்டம்பர்" + +msgid "October" +msgstr "அக்டோபர்" + +msgid "November" +msgstr "நவம்பர்" + +msgid "December" +msgstr "டிசம்பர்" + +msgid "jan" +msgstr "ஜன" + +msgid "feb" +msgstr "பிப்" + +msgid "mar" +msgstr "மார்" + +msgid "apr" +msgstr "ஏப்" + +msgid "may" +msgstr "மே" + +msgid "jun" +msgstr "ஜூன்" + +msgid "jul" +msgstr "ஜூலை" + +msgid "aug" +msgstr "ஆக" + +msgid "sep" +msgstr "செப்" + +msgid "oct" +msgstr "அக்" + +msgid "nov" +msgstr "நவ" + +msgid "dec" +msgstr "டிச" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "மார்ச்" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ஏப்ரல்" + +msgctxt "abbrev. month" +msgid "May" +msgstr "மே" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ஜூன்" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ஜூலை" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "ஜனவரி" + +msgctxt "alt. month" +msgid "February" +msgstr "பிப்ரவரி" + +msgctxt "alt. month" +msgid "March" +msgstr "மார்ச்" + +msgctxt "alt. month" +msgid "April" +msgstr "ஏப்ரல்" + +msgctxt "alt. month" +msgid "May" +msgstr "மே" + +msgctxt "alt. month" +msgid "June" +msgstr "ஜூன்" + +msgctxt "alt. month" +msgid "July" +msgstr "ஜூலை" + +msgctxt "alt. month" +msgid "August" +msgstr "ஆகஸ்டு" + +msgctxt "alt. month" +msgid "September" +msgstr "செப்டம்பர்" + +msgctxt "alt. month" +msgid "October" +msgstr "அக்டோபர்" + +msgctxt "alt. month" +msgid "November" +msgstr "நவம்பர்" + +msgctxt "alt. month" +msgid "December" +msgstr "டிசம்பர்" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc21a3db53b8517a5e5d5fba0251560923f767ec GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^-B`<7#@Q-Fu(|9d=>#RrZc24L@}f=Mlq%^MKPr?M=@8jXtGwZ zWhuDnC`4AVrdwqyI94$OxgarLpqQT~%Pnpf#}Lo_JaIhEDt0;Ff%eTe&Ax@7jNLc!6(|l{eg`^ TMDhZIzzq?ZiwuHA>_9aD6f#^q literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/formats.py new file mode 100644 index 00000000000..d023608ca22 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ta/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F, Y" +TIME_FORMAT = "g:i A" +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M, Y" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1366ff278543353a02b3c118f297216c2fd88b1e GIT binary patch literal 13259 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 TJe^oMe015NKo+nAZa4n}oo=qX literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po new file mode 100644 index 00000000000..168ffa4d42a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,1233 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Claude Paroz , 2020 +# Jannis Leidel , 2011 +# ప్రవీణ్ ఇళ్ళ , 2013 +# వీవెన్ , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-14 21:42+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ఆఫ్రికాన్స్" + +msgid "Arabic" +msgstr "ఆరబిక్" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "అజేర్బైజని " + +msgid "Bulgarian" +msgstr "బల్గేరియన్" + +msgid "Belarusian" +msgstr "బెలారషియన్" + +msgid "Bengali" +msgstr "బెంగాలీ" + +msgid "Breton" +msgstr "బ్రిటన్" + +msgid "Bosnian" +msgstr "బోస్నియన్" + +msgid "Catalan" +msgstr "కాటలాన్" + +msgid "Czech" +msgstr "ఛెక్" + +msgid "Welsh" +msgstr "వెల్ష్" + +msgid "Danish" +msgstr "డానిష్" + +msgid "German" +msgstr "జెర్మన్" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "గ్రీక్" + +msgid "English" +msgstr "ఆంగ్లం" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "బ్రిటీష్ ఆంగ్లం" + +msgid "Esperanto" +msgstr "ఎస్పరాంటో" + +msgid "Spanish" +msgstr "స్పానిష్" + +msgid "Argentinian Spanish" +msgstr "అర్జెంటీనా స్పానిష్" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "మెక్షికన్ స్పానిష్ " + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "వెనుజులా స్పానిష్" + +msgid "Estonian" +msgstr "ఎస్టొనియన్" + +msgid "Basque" +msgstr "బాస్క్" + +msgid "Persian" +msgstr "పారసీ" + +msgid "Finnish" +msgstr "ఫీన్నిష్" + +msgid "French" +msgstr "ఫ్రెంచ్" + +msgid "Frisian" +msgstr "ఫ్రిసియన్" + +msgid "Irish" +msgstr "ఐరిష్" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "గలిసియన్" + +msgid "Hebrew" +msgstr "హీబ్రూ" + +msgid "Hindi" +msgstr "హిందీ" + +msgid "Croatian" +msgstr "క్రొయేషియన్" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "హంగేరియన్" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "ఇంటర్లింగ్వా" + +msgid "Indonesian" +msgstr "ఇండోనేషియన్" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ఐస్లాండిక్" + +msgid "Italian" +msgstr "ఇటాలియవ్" + +msgid "Japanese" +msgstr "జపనీ" + +msgid "Georgian" +msgstr "జార్జియన్" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "కజఖ్" + +msgid "Khmer" +msgstr "ఖ్మెర్" + +msgid "Kannada" +msgstr "కన్నడ" + +msgid "Korean" +msgstr "కొరియన్" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "లగ్జెంబర్గిష్" + +msgid "Lithuanian" +msgstr "లిథుయేనియన్" + +msgid "Latvian" +msgstr "లాత్వియన్" + +msgid "Macedonian" +msgstr "మెసిడోనియన్" + +msgid "Malayalam" +msgstr "మలయాళం" + +msgid "Mongolian" +msgstr "మంగోలియన్" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "బర్మీస్" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "నేపాలీ" + +msgid "Dutch" +msgstr "డచ్" + +msgid "Norwegian Nynorsk" +msgstr "నోర్వేగియన్ న్య్నోర్స్క్ " + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "పంజాబీ" + +msgid "Polish" +msgstr "పొలిష్" + +msgid "Portuguese" +msgstr "పోర్చుగీస్" + +msgid "Brazilian Portuguese" +msgstr "బ్రజీలియన్ పోర్చుగీస్" + +msgid "Romanian" +msgstr "రొమానియన్" + +msgid "Russian" +msgstr "రష్యన్" + +msgid "Slovak" +msgstr "స్లొవాక్" + +msgid "Slovenian" +msgstr "స్లొవానియన్" + +msgid "Albanian" +msgstr "అల్బేనియన్" + +msgid "Serbian" +msgstr "సెర్బియన్" + +msgid "Serbian Latin" +msgstr "సెర్బియన్ లాటిన్" + +msgid "Swedish" +msgstr "స్వీడిష్" + +msgid "Swahili" +msgstr "స్వాహిలి" + +msgid "Tamil" +msgstr "తమిళం" + +msgid "Telugu" +msgstr "తెలుగు" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "థాయి" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "టర్కిష్" + +msgid "Tatar" +msgstr "టటర్" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ఉక్రేనియన్" + +msgid "Urdu" +msgstr "ఉర్దూ" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "వియెత్నామీ" + +msgid "Simplified Chinese" +msgstr "సరళ చైనీ" + +msgid "Traditional Chinese" +msgstr "సాంప్రదాయ చైనీ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "సరైన విలువని ఇవ్వండి." + +msgid "Enter a valid URL." +msgstr "సరైన URL ఇవ్వండి." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "దయచేసి సరైన ఈమెయిల్ చిరునామాను ప్రవేశపెట్టండి." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "దయచేసి సరైన IPv4 అడ్రస్ ఇవ్వండి" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "కామాల తో అంకెలు విడడీసి ఇవ్వండి " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"దయచేసి దీని విలువ %(limit_value)s గ ఉండేట్లు చూసుకొనుము. ( మీరు సమర్పించిన విలువ " +"%(show_value)s )" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "దయచేసి దీని విలువ %(limit_value)s కు సమానముగా లేక తక్కువగా ఉండేట్లు చూసుకొనుము." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "దయచేసి దీని విలువ %(limit_value)s కు సమానముగా లేక ఎక్కువగా ఉండేట్లు చూసుకొనుము." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "దయచేసి పూర్ణ సంఖ్య ఇవ్వండి" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "మరియు" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ఈ ఫీల్డ్ కాళీగా ఉందకూడడు " + +msgid "This field cannot be blank." +msgstr "ఈ ఖాళీని తప్పనిసరిగా పూరించాలి" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "బూలియన్ (అవునా లేక కాదా)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "పదబంధం (గరిష్ఠం %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "కామా తో విడడీసిన సంఖ్య" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "తేదీ (సమయం లేకుండా)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "తేది (సమయం తో)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "దశగణసంఖ్య" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "ఈమెయిలు చిరునామా" + +msgid "File path" +msgstr "ఫైల్ పాత్" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "పూర్ణసంఖ్య" + +msgid "Big (8 byte) integer" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "ఐపీ చిరునామా" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "పాఠ్యం" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "సమయం" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "దస్త్రం" + +msgid "Image" +msgstr "బొమ్మ" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ఈ ఫీల్డ్ అవసరము" + +msgid "Enter a whole number." +msgstr "పూర్ణ సంఖ్య ఇవ్వండి" + +msgid "Enter a valid date." +msgstr "దయచేసి సరైన తేది ఇవ్వండి." + +msgid "Enter a valid time." +msgstr "దయచేసి సరైన సమయం ఇవ్వండి." + +msgid "Enter a valid date/time." +msgstr "దయచేసి సరైన తెది/సమయం ఇవ్వండి." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "ఫైలు సమర్పించబడలేదు." + +msgid "The submitted file is empty." +msgstr "మీరు సమర్పించిన ఫైల్ కాళీగా ఉంది " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "సరైన విలువల జాబితాను ఇవ్వండి." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "అంతరము" + +msgid "Delete" +msgstr "తొలగించు" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "దయచేసి %(field)s యొక్క నకలు విలువను సరిదిద్దుకోండి." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "దయచేసి %(field)s యొక్క నకలు విలువను సరిదిద్దుకోండి. దీని విలువ అద్వితీయమయినది " + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "దయచేసి క్రింద ఉన్న నకలు విలువను సరిదిద్దుకోండి." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Currently" +msgstr "ప్రస్తుతము " + +msgid "Change" +msgstr "మార్చు" + +msgid "Unknown" +msgstr "తెలియనది" + +msgid "Yes" +msgstr "అవును" + +msgid "No" +msgstr "కాదు" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "అవును,కాదు,ఏమొ" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d బైటు" +msgstr[1] "%(size)d బైట్లు" + +#, python-format +msgid "%s KB" +msgstr "%s కిబై" + +#, python-format +msgid "%s MB" +msgstr "%s మెబై" + +#, python-format +msgid "%s GB" +msgstr "%s గిబై" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "అర్ధరాత్రి" + +msgid "noon" +msgstr "మధ్యాహ్నం" + +msgid "Monday" +msgstr "సోమవారం" + +msgid "Tuesday" +msgstr "మంగళవారం" + +msgid "Wednesday" +msgstr "బుధవారం" + +msgid "Thursday" +msgstr "గురువారం" + +msgid "Friday" +msgstr "శుక్రవారం" + +msgid "Saturday" +msgstr "శనివారం" + +msgid "Sunday" +msgstr "ఆదివారం" + +msgid "Mon" +msgstr "సోమ" + +msgid "Tue" +msgstr "మంగళ" + +msgid "Wed" +msgstr "బుధ" + +msgid "Thu" +msgstr "గురు" + +msgid "Fri" +msgstr "శుక్ర" + +msgid "Sat" +msgstr "శని" + +msgid "Sun" +msgstr "ఆది" + +msgid "January" +msgstr "జనవరి" + +msgid "February" +msgstr "ఫిబ్రవరి" + +msgid "March" +msgstr "మార్చి" + +msgid "April" +msgstr "ఎప్రిల్" + +msgid "May" +msgstr "మే" + +msgid "June" +msgstr "జూన్" + +msgid "July" +msgstr "జులై" + +msgid "August" +msgstr "ఆగష్టు" + +msgid "September" +msgstr "సెప్టెంబర్" + +msgid "October" +msgstr "అక్టోబర్" + +msgid "November" +msgstr "నవంబర్" + +msgid "December" +msgstr "డిసెంబర్" + +msgid "jan" +msgstr "జన" + +msgid "feb" +msgstr "ఫిబ్ర" + +msgid "mar" +msgstr "మార్చి" + +msgid "apr" +msgstr "ఎప్రి" + +msgid "may" +msgstr "మే" + +msgid "jun" +msgstr "జూన్" + +msgid "jul" +msgstr "జూలై" + +msgid "aug" +msgstr "ఆగ" + +msgid "sep" +msgstr "సెప్టెం" + +msgid "oct" +msgstr "అక్టో" + +msgid "nov" +msgstr "నవం" + +msgid "dec" +msgstr "డిసెం" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "జన." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ఫిబ్ర." + +msgctxt "abbrev. month" +msgid "March" +msgstr "మార్చి" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ఏప్రి." + +msgctxt "abbrev. month" +msgid "May" +msgstr "మే" + +msgctxt "abbrev. month" +msgid "June" +msgstr "జూన్" + +msgctxt "abbrev. month" +msgid "July" +msgstr "జూలై" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ఆగ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "సెప్టెం." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "అక్టో." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "నవం." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "డిసెం." + +msgctxt "alt. month" +msgid "January" +msgstr "జనవరి" + +msgctxt "alt. month" +msgid "February" +msgstr "ఫిబ్రవరి" + +msgctxt "alt. month" +msgid "March" +msgstr "మార్చి" + +msgctxt "alt. month" +msgid "April" +msgstr "ఏప్రిల్" + +msgctxt "alt. month" +msgid "May" +msgstr "మే" + +msgctxt "alt. month" +msgid "June" +msgstr "జూన్" + +msgctxt "alt. month" +msgid "July" +msgstr "జూలై" + +msgctxt "alt. month" +msgid "August" +msgstr "ఆగస్ట్" + +msgctxt "alt. month" +msgid "September" +msgstr "సెప్టెంబర్" + +msgctxt "alt. month" +msgid "October" +msgstr "అక్టోబర్" + +msgctxt "alt. month" +msgid "November" +msgstr "నవంబర్" + +msgctxt "alt. month" +msgid "December" +msgstr "డిసెంబర్" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "లేదా" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..537e610f89c3e83b580d1d34d1af95520f933ed9 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^-EIq#RrZc24L@}f=Mlq%^MKPr?M=@8jXtGwZ zW+}KSL{_n;TV*OZRxty4AR%9cNIy-MTih;=A+GUm{z1NuA-A|gJbmFD0bhT=5RZ5l z$4Hp8V6caOPzX>2u45&`XOIJarR$gH7iAY0Bqpa8>$_wn=B4Mmq~_-9yQG%smlRc| zfJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u&(}7x{3X}8m()4rklM{1N^-EIq z)AEaQ6HAKq3Mzkb*yQG?l;)(`6>$RX1^K>M9!Pv(W@Kdiz{S8X*1&y(Pqcyi0~>>g SifocGtFI(aO literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/formats.py new file mode 100644 index 00000000000..bb7f2d13d28 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/te/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "g:i A" +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M Y" +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e93dc87f2299b52c7567091de1a48a2ebf081e35 GIT binary patch literal 28497 zcmeI4d7NBjnePu6wy4N13d%_!bho5C0aRi`kSv4*NQk6^vcyo`eY(3ybya(+DxHpw zBrFOjk_afP0$~#rLKf0lVMNp!?qGFrzlv8JM;*s|N5^r{J6`Aed*1g{ohmvDGT!;) z-um$7cg}m><$0g|ea~rLJZ#LZ0l&6=g5X&2lLrOC?Ogx+VX6&+%ij_Nv%w6g=Z}DI z1HT5I4*nFJ0*-rY5WEMx1l$k2#p4|w@A3Gc$1j58XtxgB7yKs3w83}4G2r)n{fi(Z z1wRH41b+#>3H&XndBz+Q1p9+y!Nb8rLA9IUvCTg}4b+m(1YZxn&(|*k$8z5d9sm}= zBfvrM?cgWD6TnCP^NN4|T~PD>3N(5^(K!Yty#qWL)Oha!)ovOndS`=&g7d(m!OOuA z90Eo69iYZp1FHR(K=oe_9s+Iwwa({2jq@W={eBG|4E_OB`-2ct6L<)yep5iLYYun@ z_(4$p?gTZ@{ootHM?ld%465DJ;F;hb!PCJrV9J}pWgb_7TK~f!EC`0d z1+}hkc>FF1>A{ad>D8Y=lM~9Pbsh|AoTEV1PXyb*cZ1?%1ilW;`TGG-{RY8Hz$-z` z_kI8TC!p5zkD&Ov?|3)PfuQc+1WMnI1m6ILpyq7_uLn;9p8)?FRQn>#6hDSQ^;-pM z{yV`L;2Q8G@MoafAC9u>`CB}W14Um8I0ih$<7uGQcZSCq9?u2U|9zn5yBL&SbbE|_ z{R&Wa{|OKm5PSvH{4av91OFb>ygvt}AHVkX`%G~2?gwh!Zve&bqkR3@p!DT@a9?mS zI1%gw86vm|ls<0&#g}J6>E#bV^*b76kX@YQajM4)JZ3=ARRlxuBcRrMHz>J10PY8F z_w~y(-FkaL@iPyK{vlBG-vAx} z-V2IPUjPpTH~ac8gW~7k`ugWVwfhcuHuy8}9I&;;@v{tSyemP;?c<>Ma;ty-Ft|VW z>-_y@PtGal~*HU2#yrXB16QT^aW@KkUgl>21xUEox(7nGlP02JL{1_=ehi=gE9dl1tL z4n=81=c(X<;Ax=dJqwgyIom(K7!>`BJVv0#>G#jC1x5Gu;6dOjQ1spbs^2guzw|UH z{=K!;&C?8O{jK1M;HjYGa0xgT><2#uE(1m90T_YCe?6#vM}n$927DPj4*Wat=t;yz z@E<^}=V_Er>v{tlF09(0Psw}9%`0v-&ugBouRco?_{lwThJwa#ljUhnZnkE=c2>hX4u zcYD0o;{zVQ07~9p0>z&vef?ICPl2-MXZ-W8`ugXJ5&RJMzXUtLMepJnxDJ&3Uji|u;GlQAJn2-BA%cETe&t?p=|0R0 zKF$3CoU8Qwi1#==8T=Uc^T37Rx4=R0BsxnE*LZx?<9d%A098zFcqD86@qns*2k->w1G|1nVGZuj>;0cUgn8&Kn(j+2o6o(~=gc7yT< z%R!bJ+y!0^eh1WeQ_gh$;~Y?W(+R4638;CNd%OpP<-u1$tv7hDo9B(7=9vI~6g=J6 zZvi#$POt+07Ca1m_AE!|cfmI9e*tQ~qo+CfHi0GX9|L3Xc!J0b@H3#|?e{_P{ctL0 zfv174|afh{zvd4aLU>4`AwkY@HB`D2fqQI2b-AW ztKjcIOd;5Q4zUjWXYdGc4$K!nKIm}?i0clPfd_(XK*{5apxS)}ls=4r&EU_$tH49& zIR4xM?#ul{pydCE$Bp14+&}H_mz?XyTME97`m4dQ;Jv>7i~fEyD8KX-@Nn>(p!ofB z@Tq-*;NQTV;HLB4csI;*ar?8N^y&Mc=>8>mIruUtK3;r*8|OAq?H&Thg2Nu40r%(r zd5_-$HO>z_{sL6{-+>2%`yfQ&A)v-P4iujz`}=diW!!%NB*X_ zg2!?Hc5n=MCa7^|c)Sq2p8E`F>jEcn|1zld%{aSDz*g{N@H+4Wa0_?}_#-d|4_n~s zuLUK?NBsQ@;PKqQ3~JtEafVvwN#MocyFtyn3Y6UL_V-&swf{OOI=%yb2>b!4{_}8p z9|120<@de~9*W%Np~QLaFMmIE;5R^x{~$_w7`Prh5&SBsb^Z#}Ja2;-R6Ljns(lP< zo-0A=-wpo$M(_~sZv$@yzW_c8z85BGoL_?K_Xm&rUFz-+0j2lHfNFQD$LZkPxqlxx z9vlEQ|IMKIagTq#13Z%ZAA;h?zknL&Wse73=H@vHJcjylpvIZ%@m!DZ2c;+7p!)ZN z$ATXLNj-wwK};(68h8VE=pyG&?gI1N{|cM}UiLwkf87eAD!~ijTfqs7onJf)6rIaK z@%>6r^L`o>f9~|p9|T3mqrQF%cqaGHg0BO|T<)G9=<&@UsuY|EN)F4xo54@``{Och z{K=r!e>%7XoDGfxH-MV&+u&p1PeIXnOQ##}c2M*^0;+x^c*MTwJNT1*(5G&616<$Z z?Ciuo*S-}zfc8^7p5<}2$N8Y_@&g_hg9mco<=+4|-hh zpFa(1{O3IG1P|o?d;b0eZk>mK>VKriV?7@4@f{vd_Bh4kdp*wb zI2V*$IzY)i^7YF+UJ1g^;A8&&dXK9>wf`*G3_b!9Qi2!2e(;zpf}jju4}J#x6SxBW z48qm@n{zH6JO-AyznD&^fzN}dgZt;5zD@_v<$eYDUhp|kcK`YUyZ|Tg&s!KwV`%dkl9PV-Qe-oS(f%GV`HlA%SA#!GD#2#j>Gv{a7G)J>g!1o{zoNXG@*L$N z%2rDHC)=7v*+I#q9=wh*#g|)r-S@$7`0I&0lTUog-@`J?9o__f&({f_r2IT}zmRLm zP<;JAl;xCbDdJP|D{?WGv5%nqp6esQO{3QFv-#=6Fj}*zRLV1a@5A9E&D8}fwAJ_T~QXZmQNBQrRrzyXnH1Yf>is=OR z`pGZr_bJMod3GN-fwG#iFZcfgOn&RQ_%h`{iq1&&dx3I{UAdU-FN2eK{&wF+I;Y=9 zDNj(EDDqqSo#@->`YQdy?*z&ZDet7*Px(4Ueo?>M90YwH$AH)S>vr(Blvc((8k|V^ zBV{8+zb{ebSN}kfU)1ke2lnqz`1dBt8p;aFf1{jFNq%$v#X;Z^l%pIR=^%8!7wq{BFB*G5bZX52kJ>_y)>) zN%XJ!Ym~Dnzoz_(lKk%C;yBuT75rsV37$y#-;^H8N=i)8?!i|gA>XwDT1 zOUeU_OG5)uOR-G@#fAQsV(WzFQh|ZuD3>W^3;AMSc3`&;i#+WwbldFNe6f_tcSYe~ zw$#VOHYbBkXkMDhm7|t8>@GybFkdKz(Xwo@q-m}1;(VqbGF-n>Ushe}3C`r=DAPUU z`Wd}@)3L~yujp9}&zT-fD2C_RzjN*1`Sx$e^q_fmw!1sZhc-J@IKo=EisHBsw-kek zAzR$`_qL4-rp*ne^~BjFnM}SIOv`m<^4UzDi{2>aBAgayI3>BW!*lE zlkGC)3VSlyT-4nbUKp_wG&j@9a8v{{GNnw870u|&G+2n2nB5OVaSxMW!&sU(t!`{6m(52Q(9AL{;~^I%mVI_Vq6jnH-EmYb z28p_zoiCOl&@9qSI5gADW&5+G#m=USVRN?Rs*8Pv!KAjOjX_4~+>05P(7qCal}Hdg zTq+eXu)0xq(LD!sd(~HSWDt1&fEXVdts2wSV@oD9tA-g#y^~h$p6A)_aL)Xt?@U-T z>ND0sn|JS~%`TrUyzuXXe>AG|(62 zQ{vde$h#d;%Jqr?2mA1Wo`7Vfg?w%(?9TRPF_M}m=^T>s^k+m(5mU>6 zqRzOSiHCw&ioRN<;%Iv{YPqP&(_Cc#gaesUA6I#E__K2IJ#c5B0M`>2F{==FTI>n9 zin6`=@Vsa!Y}Qa=H#!{mW4PTobr+ktbm29ah5y2WXT@2S?hI7LS&Ij=$^?`Ms&KlU zg<@o3cJV+C{ZO)?IGkCE-Df)CN@vuSDHqkcE0-x2eMoLI$F#V|jfC}ExM&N`i3)MA zSaA-78I(eTzr44L;?9Ky=fqL8B$y4qqQPJ`UN0NWnV%R6mo>`@=5!IsXwVhR=?RAl z<*+ZaG?Fs)WP4dgx9Z}sGcF7ksi8O*iKFv|vu&S(!Wx5{#vnEW>4u+_x09 zl-}%8B}D~fU2>1zwLN86H^u-{hs_h3g^QgpZ7H_MEc)@=REh+2voDxKc$fB^o5`CU zotq&UQW9})nMizYIUfb*Wjcp2pYt-yGfVn{^RNlppPwl$RloDeVah~mT@p9raDl8x zcjaXSU=*cS)6C6uMXXp4=4SE`px`-+RfH@zqo~!NEf&pD;Vm*njDTg9GW}S*S7db@ zYAqF7(QXrot$Gy0;gB{nBssnBf%$c3>? z5u!!2q(azFF4k8+%OI|zzGjHDudXH@jO2B~>4hcz&peQ0prmHrP`(fsmr%3RWnlBl zxm?)Q2hX|`cN#OTw%`IXF{Nr3Hf&To7Zu!3D))RKh3CpBv1VdLt|OO-uwY zS;965XgCoGoji!G7Y2(w{nGXfh!uifa5%ZJ?8b`Xz13BfxczNk03__yL zwPW#vec7(QhHV|gy}DsuWryl+Y?Qf;J_$0}L85QjJa_URZj-6)9qG`-y0^ z>T>=Hc4@(dnZd9#nq__Y^~6?^urWsJr}cT+VBQDBl$=D~;hu!qr6Gi&deZ z^I))`%u;Z4lE+}CkL@TJkrVU<3xY9R_^SijbYV?JM>h$IXp?R+|@;h>A|H9jbmGw?`88=_9rystcNEN^@1a{gP_i+ zgj>yrA0~TTtS5hkPwM6tLE5dGuj<#G-LcT9f1os^hg_RCl8ZBwBUL0%Te6F1d1$PA zM1SQ|WFhS9Z8&O-P2ODUw@w{>2&k_d7bVyZb~iysoax4x3wbt*iNbbp@Ii5n%JC9O zy`#*|I-AM0htonl0!;4>rwt4QY_Woc-Tmdb6f9g4BV?HbyAr%~5grdEhhkkg9iA4VxW(FLo^fnR`-_iub08k_Ez}cVdYWsJZqb+K9$+8MEYw!p2}^ zQjBWWvM}y02Md>Xk}6*$mr->caboffz9qOQ%16t~N|>wJz(v`pq~j{=najcOj7-=U zM?F)=_mxTm#r8>)x(i*!wr)FG7>Em3;Ii7-<4lV3lPrZO!s3?VBu@U6MHeTHClTVf zsx)={ViWjyg~zGm^M%3ylgH!F^erXKsCdSt%$XJ({Mkin$l(2C5fogFg!=v{hqNxn zIb00?bO2I}BA2M389r02ZbvL%cd4+l_C%M6=Ze8T+xDrpGF5yDLAWTBVyk3Z2Az%g zZNtQn(;o=N9xa`rndHg5E?F156K%EC6r(QA_lmEKam{U!*lz+A+ z_DmxAQXnW!I=(yVEcfnFCu@nbDI^RaJ24q0BRSKR6QtVhF=ej=fMlPkL?5StoHA`B ztC>zVuS?rp#yZ9w=Qh-pdmEc^{?}N=p+RF6+n-ldX#-S0ylsc-tK8P3v97Trxp3p~ zB)yGQ3!(wl<*)=x%9ACgD%^Q=s!8>nGgVhT6iL-3`@3|NEwDDYTV3tmFD+fcx@x!8 z1V2@mr1GgMt;%IVh&sphOq8+1oqK~K~f-~@v!$~j6t=qEGi$1n9~yYt!JzEXgP z%k$6DpwLwc3UM$XE#PP<7~+s2UzkYa&M2@=vd(qf4!Qo#hI{JMKe;9E84@?{&iHJI zR3p2zeW>jlxFuV#jk((^wuN&_)x7|EeKEh*xpP}*&NSoCAjZ8Ka`e$=&u*VP_tN%a z@zS=k{T40y&lomE{<8L>s9peufpsIPP4P=bSYHpobJ|(w7W0l+e4RJjlD1$ z;5}CB++uIGyLEcGx7gZIXb;EEzo7NPXemdtg?#Hwk{J#}(;@|5;> zO+INdzp>|Yu+U1@n=g{#7vgqyW^uM$TprG1x5;jFNq9z&ziPvI>CsueI@?z|cP8EQ zoD%g$tsPOOzdh{8T#;Q8HY*7v2OJz6Y~!UO2lPGBGE4s)&67NkP+I3nrQS&`W9QD9 zdv4Qdak zbY@FcB6)k&J9fUENVm>X0@EJm-2ruR>M5slqN}s&sm=Lt+|=;omea=uJMX9rSGHBw zj$9R1HUKL^-BmVov!k-TG8}&S(S~=&U)~y4o~Y~?xv8>27j&WJa5!=e7i%l)>AtbD zedMajuzJ?L7N;k@*4w~q-5}S|Wy8d9WF@%0vUVpA(}SjIsXG)&-q5!Nl~t9kl^r|p zWPo9s)V+4!!^6*2o*20SYPX15t$PQn-pFtoD0vC5wKno3b)eL$p76?Z0XjT8Z4eiX z;)!8p-N@BDH}Mpnu}*%=E_^`dQ;e|C$)Tm=+yWN;FKH=)0;s&wOq*i+yD)*FH+k~dY z>l4MLaz`?VjKPn%a^$L!t4CJ2G1o~tBUEYP?I<-`!;qq$9_#ePCR6olb@^Onlg)xU zRW|S3q-CpmHI*yTz^g0k+^zHvZPMULg@#Aux?Kgsq&>_c@zd0}hgof@Y^Be&*fF0f z$Sy0JN3LoKjLl|_W+L0eW^>sitCJ5E(hX1pdz^fzKr1q3H}YVGqslG$ z30v$YZfwDo^+vn+j&1p+IzG7;o>S^J>{=vzTFt;)ciyZ?G{#*l>N*x@-4Yi?kG1$4 ztd?iPp>}a?VdWO_cjQ`83Kxu^4dKXjG7a3s9XzEQ^m&2ahr78M4IGxwlNyS%+k?t| zTp}uCFoXEo27TE=BlwNhJ^^XA+Q(}mz~0SktYi5r%#62&J2#0Cx*<0=tRtYc0DX8oW?jz#mLvLiQ*Tt!>?U2dgsIN{I~+Dyv#q`^j8`~w=WvQ8`z zQ;k#7)6J$mS}tQVa!`2)lCSk`+)QqD_tHeZsM-4`7_TAabT#hIJ5AZrtu{jOsI5>W zHx{tTu^t(?p|n_O?oIN4Pl$a~aEXz~)NWxt(tGqKZ3|73(oUq%6e8)n=_U=Raas#o z#VW-rXN7XD?#lSdDq#5IBdbv#sfogw=s*)KA~C$v5)tYGhE|UpwEj&dW^>tij*8YG zNm+#v4pFz^4;a^kCi8X2I=C^53nJwzQxqJ72ClVm4co=#jg==_EzE9&vTanT>6W^9 z`INEj8b_n~Bd0I$!>z>hQc-S$Spo{6daP$Pt62#HR=7xBH--2i+fle=z0gl*q#hc( z7@KF}t=yOpkIX{`)}_>Ro4T1+!wR%dv{NZ=ZIQCw%tf6uzZbJdr7=*`u%}q+$88!Y zxsj$O1GVtZ+2%19tl{uhBF}6{%QHrhwmAA&I|hn;l9;E^BbmRn;ub#r?taMSE}NG?1nM!geS&|J$CdFQT&mO zIO|~zE8!Q0Y3}dgs^lsgv_^`QcGx~eYUR4BY5hF4mU%>N%qml|-p)T&<(tJA2sZxe8Ak`8Qez3mEo~qK4~{5=)xa zy6$ye!(3!qn!BI5CSj4gJ9mN`be6mq+^f^QT`Zwa5kKuBlHaM=r?Z3C``2<^W(Yn6^-JJ-l0!)C_Kv@UnDoYr~?hjK0Ke7YO`|+JhD~UsH6Or1h zDaO0B)VAEVIrZP@Rqp2*c~ekHc_k=M@~MCZBt{eq{N93WX&9V#72AmhcX92rex<=a z{i-s_G{g2wWc7;3N=d{VpD$L{HgouqeDv2s(&{}eSvE5y31*UjYuO>Sn=A>`ND5!6 z^;#@;dd&l}o1|wOTO$@MR>MZ+wW4b0ll-S7kaUUc{(c@0S2ppW{?nq`*Fp>_=k|nD zKUuFtL4G6&*uc!H6}q_~kqKQAv%3!rOBk;&OU2{Mv| z^=5@hqnfSjRygAILOGctDbXg!8uOZ)hiG ziR4(Ca$mSaGboX+ZPFl0y;GSNk90t>8QSFt#X+BjuM<^Ni)G4U-0NKRwJnD-+nT1> z@~hio=(bIxCf%+^48%?jU6M~?WjcOX%R;mvG}AJ}Fj~EWT2JGW8`^Z#2hCx2xh4bi z5RB{cuh%5MCjU~p3B7?@EhR}PZ}PMoA$21D|04Yhi}XHepp;TOagz64Y@MZw7y?Ss zxNENelD2XiD(21tH#(=2I!+;$n9`ZK$iJjgEhexRH+qp%{k+x;CfTa-?X7zW zQlPvI;DAD*OovH2=OcrYQ{Y%z?(YsWv5mUCQ@U@yz|Nf5f~0TnHE+lu7_)oM&|8ob z&Iy;PU5-`X#pqjPn+YXU5UbpQ)(-P25W-VBH0nu&vvbJ+ZQ2#+QBq$3~Hbqjt^G-*Rqg=5K2`H*qMxbDe zJUDAL0lO?=*Lln*mD#y|4@)88aVOL|w^fwVN>YT^ z)_gA{kRR;6(cLzHP5_^*%DuUwqw+22AOnzx*4mhj>-Hv$9{1d!)Z|*Gx+s8@-en*h z#^JYa8DwRxWt`RhEwL{(dHviFB?oLCrJAD4Cn~_mk)q7?UXBJ<}>`8?in3EoRS5m3I6mTXrY;)rQ)1IU@owKs! z**1$0@@uZMR0u;%9=qu3j1afNDcZ+b5t>j{cejmnFFE9TP{?q6 zOG#4Rp}^3G3jgX!6OSsa$)iS|$%b(utZv`b6;w3|gOP!>d!N?Dm6y<nz4X)V<0u z&G<|mlUoK?FWuq{!e$Kv=j;CU6 zos3cKvUL(HX_=V6S*(3|L8Z;9MivN?<8dFSowYEnbP)F?YcX|Xtg6dP{I$iChG1Lm zDTRe|&Rdc!i&a$UeGhY49>)a9(GRq8O8ulYS!)ic>Uk}_g0nK)Ys3&n(1rur5@&_8 zw*-4!h#c(IHvHZ)PJ+;UZc7DMc|Tp*BuN_O*u@5!J|2L@n)erTQ-7Btnp1z6lDy0@ zCONg>4AA#hTI+RJ0@Q%Y4!4iOwg%B#8sS23k|R~wBdPmwV3G9EC!AFQzKY(k!oL!P z!g&kNKi^i5G?~P4#8iS2ar_A>G=*bQk8LlkslG`-H4q}!S$*v%d8a%yxArCv23X$7 zpr4l+`UsOYMO>=hV#)thU6Glryp$;NCVQVvW-jO+OEOR|_-tQtwCnA=?v%Nh-nxh8 z-Q~L!wuyxL!omLhrm}`xspSgyJ;xf{gDHV?YV{1zn>>QN_VfP3JoHd|VzI?}YZO!` z^7dXq)+@IH57056eA(_oq$Q^W<{fBi2S5$ngA}i$>70cPSWUywKh0bGqpzS7J z|7uvOZ83UPJ5gXR&UIJ2{dRR~<v{Y%iWifxDKRCLq zDfx?|%bJ?bGzHarI8=2f!nVKifb-QiDpJd2y~$TA%23=Vy8Hop!z_Z!JG+lga!m#{Z>P_p+D-@NpSTHowtt8&nOfnN8+Xi zYnik9f}pBiCS>^{3(sk9SC<&0lGT&vu*v;7Q*=c1Il8i&1RIxWVM z@BnVl497?3i>4DNtpOeai{$27Sk2{1X8siKMVhE|zC&BkwM|Xz#n!=Og zW8+lyziy9{_WiF}Dbji%25R}$cPY{eWp`xPiq&RcNS(lGDudp6R%?N9g@stiLu=#> zmA}YIF{Y*6_L-r7XOy@K21{>=O#Q@PQiNJ)4Q0_LdOLU1mZr(Qdct?@QON(#%h-G6 zzw{ryrTyZW2tR#h=jDboYEK=~I$x=%q5wIsn6 zGjfNGD4lz&CW9e{>2K!hUX@}=(ns{RfjZM{v{nILncViakrlwIO6|jEbbCEjx6on> zXfO9cdoKa%6-4b##9bmlISm(;&F*CJCR*8PAE+>^xAbdk6UcZ-dgajqql3_H8#j1T z`;LG$SKosSyD0_iH83(aB^R2KOo+y|^W)Qo>NZe*D7`DR&|+kW8c6Vy2X5NHO&Gv1 zTVHxIo6}9@@=7IZw!g&qSqB~viu@aJBPT$VkP?inHWpvk7C3SOxwwgtym6vw4GzZr z-B|6f*>?G!q<#m}_$Npy+qdtr#1_*6GxpM?jWw;4=G=@vs zh+jE*6Sigh9Lu)rwMlzo?YB@l^FjV?PPkif?Ut+tt=oHv=LCzLpeYQv@XQk79qL8xhv--V{JLRzSgaWe#@QTFsmG=ra5udf#i`Qz=ax z^}wXjimL?RHfw)Q@~V3`>2F4wCWcM=OOvKhTQ>W@oWcHAOGw?{s-(JCxAHDA-sM8n Lzu}Kr>PGnw?QV?i literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 00000000000..05a4ca96b09 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po @@ -0,0 +1,1299 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mariusz Felisiak , 2020 +# Surush Sufiew , 2020 +# Siroj Sufiew , 2020 +# Surush Sufiew , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-30 18:50+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Ҳолландӣ" + +msgid "Arabic" +msgstr "Арабӣ" + +msgid "Algerian Arabic" +msgstr "Арабӣ" + +msgid "Asturian" +msgstr "Астурӣ" + +msgid "Azerbaijani" +msgstr "Озарбойҷонӣ" + +msgid "Bulgarian" +msgstr "Булғорӣ" + +msgid "Belarusian" +msgstr "Белорусӣ" + +msgid "Bengali" +msgstr "Бенгалӣ" + +msgid "Breton" +msgstr "Бретонӣ" + +msgid "Bosnian" +msgstr "Боснӣ" + +msgid "Catalan" +msgstr "Каталанӣ" + +msgid "Czech" +msgstr "Чехӣ" + +msgid "Welsh" +msgstr "Уэлсӣ" + +msgid "Danish" +msgstr "Даниягӣ" + +msgid "German" +msgstr "Олмонӣ" + +msgid "Lower Sorbian" +msgstr "Сербиягӣ" + +msgid "Greek" +msgstr "Юнонӣ" + +msgid "English" +msgstr "Англисӣ" + +msgid "Australian English" +msgstr "Англисии австралиёӣ" + +msgid "British English" +msgstr "Ангилисии бритониёӣ" + +msgid "Esperanto" +msgstr "Эсперантоӣ" + +msgid "Spanish" +msgstr "Испанӣ" + +msgid "Argentinian Spanish" +msgstr "Испании аргентиноӣ" + +msgid "Colombian Spanish" +msgstr "Испании колумбигӣ" + +msgid "Mexican Spanish" +msgstr "Испании мексикоӣ" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуанский испанский" + +msgid "Venezuelan Spanish" +msgstr "Испании венесуэлӣ" + +msgid "Estonian" +msgstr "Эстонӣ" + +msgid "Basque" +msgstr "Баскувӣ" + +msgid "Persian" +msgstr "Форсӣ" + +msgid "Finnish" +msgstr "Финикӣ" + +msgid "French" +msgstr "Фаронсавӣ" + +msgid "Frisian" +msgstr "Фризӣ" + +msgid "Irish" +msgstr "Ирландӣ" + +msgid "Scottish Gaelic" +msgstr "Шотландӣ" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "Ивритӣ" + +msgid "Hindi" +msgstr "Ҳиндӣ" + +msgid "Croatian" +msgstr "Хорватӣ" + +msgid "Upper Sorbian" +msgstr "Себриягӣ" + +msgid "Hungarian" +msgstr "" + +msgid "Armenian" +msgstr "Арманӣ" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Индонезӣ" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исландӣ" + +msgid "Italian" +msgstr "Итолиёвӣ" + +msgid "Japanese" +msgstr "Японӣ" + +msgid "Georgian" +msgstr "Грузӣ" + +msgid "Kabyle" +msgstr "Кабилӣ" + +msgid "Kazakh" +msgstr "Қазоқӣ" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "Кореӣ" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Люксембургӣ" + +msgid "Lithuanian" +msgstr "Литвигӣ" + +msgid "Latvian" +msgstr "Латвигӣ" + +msgid "Macedonian" +msgstr "Македонӣ" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "Монголӣ" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "Норвежский (Букмол)" + +msgid "Nepali" +msgstr "Непалӣ" + +msgid "Dutch" +msgstr "Голландӣ" + +msgid "Norwegian Nynorsk" +msgstr "Норвегӣ" + +msgid "Ossetic" +msgstr "Осетинӣ" + +msgid "Punjabi" +msgstr "Панҷобӣ" + +msgid "Polish" +msgstr "Полякӣ" + +msgid "Portuguese" +msgstr "Португалӣ" + +msgid "Brazilian Portuguese" +msgstr "Португалии бразилиёгӣ" + +msgid "Romanian" +msgstr "Руминӣ" + +msgid "Russian" +msgstr "Руссӣ" + +msgid "Slovak" +msgstr "Словакӣ" + +msgid "Slovenian" +msgstr "Словенӣ" + +msgid "Albanian" +msgstr "Албанӣ" + +msgid "Serbian" +msgstr "Сербӣ" + +msgid "Serbian Latin" +msgstr "Сербӣ" + +msgid "Swedish" +msgstr "Шведӣ" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамилӣ" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Тайский" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Туркӣ" + +msgid "Tatar" +msgstr "Тоторӣ" + +msgid "Udmurt" +msgstr "Удмуртӣ" + +msgid "Ukrainian" +msgstr "Украинӣ" + +msgid "Urdu" +msgstr "Урдуӣ" + +msgid "Uzbek" +msgstr "Узбекӣ" + +msgid "Vietnamese" +msgstr "Вэтнамӣ" + +msgid "Simplified Chinese" +msgstr "Хитоӣ" + +msgid "Traditional Chinese" +msgstr "Хитоӣ" + +msgid "Messages" +msgstr "Маълумот" + +msgid "Site Maps" +msgstr "Харитаи сайт" + +msgid "Static Files" +msgstr "Файлҳои статикӣ" + +msgid "Syndication" +msgstr "Тасмаи хабарҳо" + +msgid "That page number is not an integer" +msgstr "Рақами саҳифа бояд адади натуралӣ бошад" + +msgid "That page number is less than 1" +msgstr "Рақами саҳифа камтар аз 1" + +msgid "That page contains no results" +msgstr "Саҳифа холӣ аст" + +msgid "Enter a valid value." +msgstr "Қимматро дуруст ворид созед." + +msgid "Enter a valid URL." +msgstr "Суроға(URL)-ро дуруст ворид созед." + +msgid "Enter a valid integer." +msgstr "Ададро дуруст ворид созед." + +msgid "Enter a valid email address." +msgstr "Суроғаи почтаи электрониро дуруст ворид созед." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Қимати “slug”-ро дуруст ворид созед, бояд аз ҳарфҳо (“a-z ва A-Z”), рақамҳо, " +"зердефисҳо(_) ва дефисҳо иборат бошад." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Қимати “slug”-ро дуруст ворид созед, бояд аз Unicode-ҳарфҳо (“a-z ва A-Z”), " +"рақамҳо, зердефисҳо(_) ва дефисҳо иборат бошад." + +msgid "Enter a valid IPv4 address." +msgstr "Шакли дурусти IPv4-суроғаро ворид созед." + +msgid "Enter a valid IPv6 address." +msgstr "Шакли ҳақиқии IPv4-суроғаро ворид кунед." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Шакли ҳақиқии IPv4 ё IPv6 -суроғаро ворид кунед." + +msgid "Enter only digits separated by commas." +msgstr "Рақамҳои бо вергул шудокардашударо ворид созед." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Боварӣ ҳосил кунед, ки қиммати — %(limit_value)s (ҳоло шакли — " +"%(show_value)s -ро дорад)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Боварӣ ҳосил кунед, ки ин қиммат хурд ё баробар аст ба %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Боварӣ ҳосил кунед, ки ин қиммат калон ё баробар аст ба %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "Ададро ворид созед." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "Маълумот символӣ мамнӯъро дар бар мегирад: 0-байт" + +msgid "and" +msgstr "ва" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"%(model_name)s бо ин гуна майдонӣ қиматдор %(field_labels)s алакай вуҷуд " +"дорад." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Қимати %(value)r дар байни вариантҳои омадашуда вуҷуд надорад." + +msgid "This field cannot be null." +msgstr "Ин майдон наметавонад қимати NULL дошта бошад." + +msgid "This field cannot be blank." +msgstr "Ин майдон наметавонад холӣ бошад." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s бо ин гуна %(field_label)s алакай вуҷуд дорад." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Қимат дар майдони «%(field_label)s» бояд барои фрагменти«%(lookup_type)s» " +"ягона бошад, санаҳо барои майдон %(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Майдони намуди %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "Қимати “%(value)s” бояд True ё False бошад." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Қимати “%(value)s” бояд True, False ё None бошад." + +msgid "Boolean (Either True or False)" +msgstr "Мантиқан (True ё False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Сатр (то %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Яклухт, бо вергул ҷудокардашуда" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "“%(value)s” шакли нодуруст дорад. Шакли дуруст: сол.моҳ.рӯз, аст" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "“%(value)s” шакли дуруст (сол.моҳ.рӯз) дорад, аммо сана нодуруст аст" + +msgid "Date (without time)" +msgstr "Сана (бе ишораи вақт)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” шакли нодуруст дорад. Шакли дуруст: сол.моҳ.рӯз соат.дақ[:сония[." +"uuuuuu]][TZ] аст" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” шакли дуруст дорад (сол.моҳ.рӯз соат.дақ[:сония[.uuuuuu]][TZ]), " +"аммо 'сана/вақт'' нодуруст аст" + +msgid "Date (with time)" +msgstr "Сана (бо ишораи вақт)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” бояд адади даҳӣ бошад" + +msgid "Decimal number" +msgstr "Адади 'даҳӣ' ." + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” шакли нодуруст дорад. Шакли дуруст [рӯз] [[соат:]дақ:]сония[." +"uuuuuu]" + +msgid "Duration" +msgstr "Давомнокӣ" + +msgid "Email address" +msgstr "Суроғаи почтаи электронӣ" + +msgid "File path" +msgstr "Суроғаи файл" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Қимати “%(value)s” бояд бутун бошад" + +msgid "Floating point number" +msgstr "Адади бутун." + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Қимати “%(value)s” бояд яклухт бошад" + +msgid "Integer" +msgstr "Яклухт" + +msgid "Big (8 byte) integer" +msgstr "Адади калони яклухт (8 байт)" + +msgid "IPv4 address" +msgstr "IPv4 - суроға" + +msgid "IP address" +msgstr "IP-суроға" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "Қимати “%(value)s” бояд 'None', 'True' ё 'False' бошад" + +msgid "Boolean (Either True, False or None)" +msgstr "Мантиқӣ (True, False ё None)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Адади яклухти мусбат" + +msgid "Positive small integer" +msgstr "дади яклухти мусбати хурд" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (то %(max_length)s)" + +msgid "Small integer" +msgstr "Адади яклухти хурд" + +msgid "Text" +msgstr "Матн" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” шакли нодуруст дорад. Шакли дуруст соат:дақ[:сония[.uuuuuu]" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” шакли дуруст дорад (соат:моҳ[:сония[.uuuuuu, аммо 'вақт' " +"нодуруст қайд шудааст " + +msgid "Time" +msgstr "Вақт" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Маълумоти бинари(дуи)-и коркарднашуда" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Қимати “%(value)s” барои UUID номувофиқ аст." + +msgid "Universally unique identifier" +msgstr "Майдони UUID, идентификатори универсалии ягона" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Тасвир" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Объекти модели %(model)s бо майдони %(field)s, -и дорои қимати %(value)r, " +"вуҷқд надорад." + +msgid "Foreign Key (type determined by related field)" +msgstr "" +"Калиди беруна(Foreign Key) (Шакл муайян шудаст аз рӯи майдони алоқамандшуда.)" + +msgid "One-to-one relationship" +msgstr "Алоқаи \"як ба як\"" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Алоқаи %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Алоқаи %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Алоқаи \\'бисёр ба бисёр\\'" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Майдони ҳатмӣ." + +msgid "Enter a whole number." +msgstr "Адади яклухтро ворид кунед." + +msgid "Enter a valid date." +msgstr "Санаи дурстро ворид кунед." + +msgid "Enter a valid time." +msgstr "Вақтро дуруст ворид кунед.." + +msgid "Enter a valid date/time." +msgstr "Сана ва вақтро дуруст ворид кунед." + +msgid "Enter a valid duration." +msgstr "авомнокии дурустро ворид кунед." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" +"Миқдори рӯзҳо бояд доираи аз {min_days} то {max_days} -ро дарбар гирад." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл равон карда нашуд. Шакли кодировкаи формаро тафтиш кунед." + +msgid "No file was submitted." +msgstr "Ягон файл равон карда нашуд" + +msgid "The submitted file is empty." +msgstr "Файли равонкардашуда холӣ аст." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Хоҳиш мекунем файлро бор кунед ё байрақчаи ишоратӣ гузоред \"Тоза кардан\", " +"вале ҳарду амалро дар якҷоягӣ иҷро накунед." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Тасвири дурустро бор кунед. Файли боркардаи шумо нуқсон дорад ва ё 'тасвира' " +"нест" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Варианти дурустро интихоб кунед. %(value)s дар байни варианҳои дастрас вуҷуд " +"надорад." + +msgid "Enter a list of values." +msgstr "Рӯйхати қиматҳоро ворид кунед." + +msgid "Enter a complete value." +msgstr "Рӯйхати ҳамаи қиматҳоро ворид кунед." + +msgid "Enter a valid UUID." +msgstr "Шакли дурусти UUID -ро ворид кунед." + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Майдони махфии %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Маълумоти идоракунандаи форма вуҷуд надорад ё ин ки осеб дидааст." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Тартиб" + +msgid "Delete" +msgstr "Нест кардан" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" +"Илтимос қимати такроршудаистодаи майдони \"%(field)s\" ро тағйир диҳед." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Илтимос, қимати майдони %(field)s ро тағйир диҳед, вай бояд 'ягона' бошад." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Илтимос, қимати майдони %(field_name)s ро тағйир диҳед, вай бояд барои " +"%(lookup)s дар майдони %(date_field)s ягона бошад (Ягона будан маънои " +"такрорнашавандагиро дорад)." + +msgid "Please correct the duplicate values below." +msgstr "Хоҳиш мекунам, қимати такроршудаистодаи зеринро иваз кунед." + +msgid "The inline value did not match the parent instance." +msgstr "" +"Қимати дар форма воридкардашуда бо қимати формаи база мутобиқат намекунад." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Варианти дурустро интихоб кунед. Варианти шумо дар қатори қиматҳои " +"овардашуда вуҷуд надорад." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Тоза кардан" + +msgid "Currently" +msgstr "Дар айни замон" + +msgid "Change" +msgstr "Тағйир додан" + +msgid "Unknown" +msgstr "Номаълум" + +msgid "Yes" +msgstr "Ҳа" + +msgid "No" +msgstr "Не" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ҳа,не,шояд" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "н.ш." + +msgid "a.m." +msgstr "н.р." + +msgid "PM" +msgstr "НШ" + +msgid "AM" +msgstr "НР" + +msgid "midnight" +msgstr "нимашабӣ" + +msgid "noon" +msgstr "нисфирузӣ" + +msgid "Monday" +msgstr "Душанбе" + +msgid "Tuesday" +msgstr "Сешанбе" + +msgid "Wednesday" +msgstr "Чоршанбе" + +msgid "Thursday" +msgstr "Панҷшанбе" + +msgid "Friday" +msgstr "Ҷумъа" + +msgid "Saturday" +msgstr "Шанбе" + +msgid "Sunday" +msgstr "Якшанбе" + +msgid "Mon" +msgstr "Дш" + +msgid "Tue" +msgstr "Яш" + +msgid "Wed" +msgstr "Чш" + +msgid "Thu" +msgstr "Пш" + +msgid "Fri" +msgstr "Ҷ" + +msgid "Sat" +msgstr "Ш" + +msgid "Sun" +msgstr "Яш" + +msgid "January" +msgstr "Январ" + +msgid "February" +msgstr "Феврал" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрел" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июн" + +msgid "July" +msgstr "Июл" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябр" + +msgid "October" +msgstr "Октябр" + +msgid "November" +msgstr "Ноябр" + +msgid "December" +msgstr "Декабр" + +msgid "jan" +msgstr "янв" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Янв." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрел" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июн" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июл" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "январ" + +msgctxt "alt. month" +msgid "February" +msgstr "феврал" + +msgctxt "alt. month" +msgid "March" +msgstr "март" + +msgctxt "alt. month" +msgid "April" +msgstr "апрел" + +msgctxt "alt. month" +msgid "May" +msgstr "май" + +msgctxt "alt. month" +msgid "June" +msgstr "июн" + +msgctxt "alt. month" +msgid "July" +msgstr "июл" + +msgctxt "alt. month" +msgid "August" +msgstr "август" + +msgctxt "alt. month" +msgid "September" +msgstr "сентябр" + +msgctxt "alt. month" +msgid "October" +msgstr "октябр" + +msgctxt "alt. month" +msgid "November" +msgstr "ноябр" + +msgctxt "alt. month" +msgid "December" +msgstr "декабр" + +msgid "This is not a valid IPv6 address." +msgstr "Қиммат суроғаи дурусти IPv6 нест." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ё" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "Мушкилӣ дар воридшавӣ" + +msgid "CSRF verification failed. Request aborted." +msgstr "Мушкили дар тафтиши CSRF. Дархост рад шуд." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Шумо ин хабарро барои он мебинед, ки ин HTTPS -сомона, тавассути браузери " +"шумо дархости равон кардани 'Referer' 'header' -ро дорад. Вале ягон дархост " +"равон нашудааст.Иҷрои ин амал аз ҷиҳати бехатарӣ барои мутмаин шудани он, ки " +"браузери шумо аз тарафи шахси сеюм 'шикаста'' (взлом)нашудааст, ҳатмӣ " +"мебошад." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Агар шумо браузери худро ба таври 'Referer'-сархатҳояшон дастнорас ба танзим " +"даровада бошед,хоҳиш мекунем, ки ҳадди ақал барои сомонаи мазкур ё барои " +"пайсшавии таввассути HTTPS ё ин ки бароидархостҳои манбаашон якхела, амали " +"азнавбатанзимдарориро иҷро намоед." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Шумо ин хабарро барои он мебинед, ки сомонаи мазкур талаб менамояд, то амали " +"равонкунииформа ва CSRF cookie дар якҷоягӣ сурат гирад. Ин намуди 'cookie' " +"аз ҷиҳати бехатарӣбарои мутмаин шудани он, ки браузери шумо аз тарафи шахси " +"сеюм 'шикаста'' (взлом)нашудааст, ҳатмӣ мебошад." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Агар шумо браузери худро ба таври дастнораси ба cookies' ба танзим даровада " +"бошед,хоҳиш мекунем, ки ҳадди ақал барои сомонаи мазкур ё барои пайсшавии " +"таввассути HTTPS ё ин ки бароидархостҳои манбаашон якхела, амали " +"азнавбатанзимдарориро иҷро намоед." + +msgid "More information is available with DEBUG=True." +msgstr "" +"Маълумоти бештар дар режими 'танзимдарорӣ'(отладчика), бо фаъолсозии " +"DEBUG=True." + +msgid "No year specified" +msgstr "Сол ишора нашудааст" + +msgid "Date out of range" +msgstr "сана аз доираи муайян берун аст" + +msgid "No month specified" +msgstr "Моҳ ишора нашудааст" + +msgid "No day specified" +msgstr "Рӯз ишора нашудааст" + +msgid "No week specified" +msgstr "Ҳафта ишора нашудааст" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s дастнорас аст" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s навбатӣ дастнорасанд барои он ки %(class_name)s." +"allow_future бо қимати \" False\" гузошта шудааст." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Санаи нодурусти “%(datestr)s” шакли “%(format)s” гирифтааст" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ягон %(verbose_name)s, мувофиқ бо дархости шумо ёфт нашуд" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Саҳифа 'охирин' нест ва ё ки бо адади яклухт(int) ишора нашудааст" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Саҳифаи нодуруст (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Азназаргузаронии рӯёхати файлҳо дар директорияи зерин номумкин аст." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” вуҷуд надорад" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Рӯёхати файлҳои директорияи %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" +"Django: веб-фреймворк барои перфектсионистҳо бо дедлайнҳо. Бисёр фреймворки " +"табъи дилва хастанакунанда ҳангоми кор." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Инҷо андешаҳо оиди баромади Django " +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Ҷобаҷогузорӣ муваффақона анҷом ёфт! Табрик!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Шумо ин хабарро барои он мебинед, ки дар ишора намудед: DEBUG=True ва дар файли " +"ҷобаҷогузорӣ(settings)ягонто танзимгари URL-суроғаҳоро ишора нанамудед." + +msgid "Django Documentation" +msgstr "Ҳуҷҷатгузории Django" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "Роҳбарият: Барнома барои овоздиҳӣ" + +msgid "Get started with Django" +msgstr "оғози кор бо Django" + +msgid "Django Community" +msgstr "Иттиҳоди Django" + +msgid "Connect, get help, or contribute" +msgstr "Бо мо ҳамкорӣ намуда имкониятҳои навро пайдо намоед." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..341799f1b7ac93eb7e15614b3e0b416ac9259b91 GIT binary patch literal 201 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 I`Mb;e8-n-Gi2wiq literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8ab31f2535d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,1208 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abhabongse Janthong, 2015 +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2014,2018-2019 +# Naowal Siripatana , 2017 +# sipp11 , 2014 +# Suteepat Damrongyingsupab , 2011-2012 +# Suteepat Damrongyingsupab , 2013 +# Vichai Vongvorakul , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "อาฟฟริกัน" + +msgid "Arabic" +msgstr "อารบิก" + +msgid "Asturian" +msgstr "อัสตูเรียน" + +msgid "Azerbaijani" +msgstr "อาเซอร์ไบจาน" + +msgid "Bulgarian" +msgstr "บัลแกเรีย" + +msgid "Belarusian" +msgstr "เบลารุส" + +msgid "Bengali" +msgstr "เบ็งกาลี" + +msgid "Breton" +msgstr "เบรตัน" + +msgid "Bosnian" +msgstr "บอสเนีย" + +msgid "Catalan" +msgstr "คาตะลาน" + +msgid "Czech" +msgstr "เช็ก" + +msgid "Welsh" +msgstr "เวลส์" + +msgid "Danish" +msgstr "เดนมาร์ก" + +msgid "German" +msgstr "เยอรมัน" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "กรีก" + +msgid "English" +msgstr "อังกฤษ" + +msgid "Australian English" +msgstr "อังกฤษ - ออสเตรเลีย" + +msgid "British English" +msgstr "อังกฤษ - สหราชอาณาจักร" + +msgid "Esperanto" +msgstr "เอสเปรันโต" + +msgid "Spanish" +msgstr "สเปน" + +msgid "Argentinian Spanish" +msgstr "สเปน - อาร์เจนติน่า" + +msgid "Colombian Spanish" +msgstr "สเปน - โคลัมเบีย" + +msgid "Mexican Spanish" +msgstr "สเปน - เม็กซิกัน" + +msgid "Nicaraguan Spanish" +msgstr "นิการากัวสเปน" + +msgid "Venezuelan Spanish" +msgstr "เวเนซุเอลาสเปน" + +msgid "Estonian" +msgstr "เอสโตเนีย" + +msgid "Basque" +msgstr "แบ็ซค์" + +msgid "Persian" +msgstr "เปอร์เชีย" + +msgid "Finnish" +msgstr "ฟินแลนด์" + +msgid "French" +msgstr "ฝรั่งเศส" + +msgid "Frisian" +msgstr "ฟริเซียน" + +msgid "Irish" +msgstr "ไอริช" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "กาลิเซีย" + +msgid "Hebrew" +msgstr "ฮีบรู" + +msgid "Hindi" +msgstr "ฮินดี" + +msgid "Croatian" +msgstr "โครเอเชีย" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ฮังการี" + +msgid "Armenian" +msgstr "อาร์เมเนียน" + +msgid "Interlingua" +msgstr "ภาษากลาง" + +msgid "Indonesian" +msgstr "อินโดนิเซีย" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ไอซ์แลนด์" + +msgid "Italian" +msgstr "อิตาลี" + +msgid "Japanese" +msgstr "ญี่ปุ่น" + +msgid "Georgian" +msgstr "จอร์เจีย" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "คาซัค" + +msgid "Khmer" +msgstr "เขมร" + +msgid "Kannada" +msgstr "กัณณาท" + +msgid "Korean" +msgstr "เกาหลี" + +msgid "Luxembourgish" +msgstr "ลักแซมเบิร์ก" + +msgid "Lithuanian" +msgstr "ลิทัวเนีย" + +msgid "Latvian" +msgstr "ลัตเวีย" + +msgid "Macedonian" +msgstr "มาซิโดเนีย" + +msgid "Malayalam" +msgstr "มลายู" + +msgid "Mongolian" +msgstr "มองโกเลีย" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "พม่า" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "เนปาล" + +msgid "Dutch" +msgstr "ดัตช์" + +msgid "Norwegian Nynorsk" +msgstr "นอร์เวย์ - Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "ปัญจาบี" + +msgid "Polish" +msgstr "โปแลนด์" + +msgid "Portuguese" +msgstr "โปรตุเกส" + +msgid "Brazilian Portuguese" +msgstr "โปรตุเกส (บราซิล)" + +msgid "Romanian" +msgstr "โรมาเนีย" + +msgid "Russian" +msgstr "รัสเซีย" + +msgid "Slovak" +msgstr "สโลวัก" + +msgid "Slovenian" +msgstr "สโลวีเนีย" + +msgid "Albanian" +msgstr "อัลแบเนีย" + +msgid "Serbian" +msgstr "เซอร์เบีย" + +msgid "Serbian Latin" +msgstr "เซอร์เบียละติน" + +msgid "Swedish" +msgstr "สวีเดน" + +msgid "Swahili" +msgstr "สวาฮีลี" + +msgid "Tamil" +msgstr "ทมิฬ" + +msgid "Telugu" +msgstr "เตลุคู" + +msgid "Thai" +msgstr "ไทย" + +msgid "Turkish" +msgstr "ตุรกี" + +msgid "Tatar" +msgstr "ตาตาร์" + +msgid "Udmurt" +msgstr "อัดเมิร์ท" + +msgid "Ukrainian" +msgstr "ยูเครน" + +msgid "Urdu" +msgstr "เออร์ดู" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "เวียดนาม" + +msgid "Simplified Chinese" +msgstr "จีนตัวย่อ" + +msgid "Traditional Chinese" +msgstr "จีนตัวเต็ม" + +msgid "Messages" +msgstr "ข้อความ" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "หมายเลขหน้าดังกล่าวไม่ใช่จำนวนเต็ม" + +msgid "That page number is less than 1" +msgstr "หมายเลขหน้าดังกล่าวมีค่าน้อยกว่า 1" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "กรุณาใส่ค่าที่ถูกต้อง" + +msgid "Enter a valid URL." +msgstr "ใส่ URL ที่ถูกต้อง" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "ป้อนที่อยู่อีเมลที่ถูกต้อง" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "กรุณาใส่หมายเลขไอพีที่ถูกต้อง" + +msgid "Enter a valid IPv6 address." +msgstr "กรอก IPv6 address ให้ถูกต้อง" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "กรอก IPv4 หรือ IPv6 address ให้ถูกต้อง" + +msgid "Enter only digits separated by commas." +msgstr "ใส่ตัวเลขที่คั่นด้วยจุลภาคเท่านั้น" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "ค่านี้ต้องเป็น %(limit_value)s (ปัจจุบันคือ %(show_value)s)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "ค่านี้ต้องน้อยกว่าหรือเท่ากับ %(limit_value)s" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "ค่านี้ต้องมากกว่าหรือเท่ากับ %(limit_value)s" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +msgid "Enter a number." +msgstr "กรอกหมายเลข" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "และ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ฟิลด์นี้ไม่สารถปล่อยว่างได้" + +msgid "This field cannot be blank." +msgstr "ฟิลด์นี้เว้นว่างไม่ได้" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s และ %(field_label)s มีอยู่แล้ว" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ฟิลด์ข้อมูล: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "ตรรกะแบบบูลหมายถึง ค่า\"จริง\" (True) หรือ \"ไม่จริง \" (False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "สตริง(ได้ถึง %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "จำนวนเต็มแบบมีจุลภาค" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "วันที่ (ไม่มีเวลา)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "วันที่ (พร้อมด้วยเวลา)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "เลขฐานสิบหรือเลขทศนิยม" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "ช่วงเวลา" + +msgid "Email address" +msgstr "อีเมล" + +msgid "File path" +msgstr "ตำแหน่งไฟล์" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "เลขทศนิยม" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "จำนวนเต็ม" + +msgid "Big (8 byte) integer" +msgstr "จำนวนเต็ม (8 byte)" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "หมายเลขไอพี" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" +"ตรรกะแบบบูลหมายถึง ค่า\"จริง\" (True) หรือ \"ไม่จริง \" (False) หรือ \"ไม่มี\" (None)" + +msgid "Positive integer" +msgstr "จํานวนเต็มบวก" + +msgid "Positive small integer" +msgstr "จํานวนเต็มบวกขนาดเล็ก" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (ถึง %(max_length)s )" + +msgid "Small integer" +msgstr "จำนวนเต็มขนาดเล็ก" + +msgid "Text" +msgstr "ข้อความ" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "เวลา" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "ไฟล์" + +msgid "Image" +msgstr "รูปภาพ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (ชนิดของข้อมูลจะถูกกำหนดจากฟิลด์ที่เกี่ยวข้อง)" + +msgid "One-to-one relationship" +msgstr "ความสัมพันธ์แบบหนึ่งต่อหนึ่ง" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ความสัมพันธ์แบบ many-to-many" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "ฟิลด์นี้จำเป็น" + +msgid "Enter a whole number." +msgstr "กรอกหมายเลข" + +msgid "Enter a valid date." +msgstr "กรุณาใส่วัน" + +msgid "Enter a valid time." +msgstr "กรุณาใส่เวลา" + +msgid "Enter a valid date/time." +msgstr "กรุณาใส่วันเวลา" + +msgid "Enter a valid duration." +msgstr "ใส่ระยะเวลาที่ถูกต้อง" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "ไม่มีไฟล์ใดถูกส่ง. ตรวจสอบ encoding type ในฟอร์ม." + +msgid "No file was submitted." +msgstr "ไม่มีไฟล์ใดถูกส่ง" + +msgid "The submitted file is empty." +msgstr "ไฟล์ที่ส่งว่างเปล่า" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "โปรดเลือกไฟล์หรือติ๊ก clear checkbox อย่างใดอย่างหนึ่ง" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "อัพโหลดรูปที่ถูกต้อง. ไฟล์ที่อัพโหลดไปไม่ใช่รูป หรือรูปเสียหาย." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "เลือกตัวเลือกที่ถูกต้อง. %(value)s ไม่ใช่ตัวเลือกที่ใช้ได้." + +msgid "Enter a list of values." +msgstr "ใส่รายการ" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "ใส่ UUID ที่ถูกต้อง" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "เรียงลำดับ" + +msgid "Delete" +msgstr "ลบ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "โปรดแก้ไขข้อมูลที่ซ้ำซ้อนใน %(field)s" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "โปรดแก้ไขข้อมูลที่ซ้ำซ้อนใน %(field)s ซึ่งจะต้องไม่ซ้ำกัน" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"โปรดแก้ไขข้อมูลซ้ำซ้อนใน %(field_name)s ซึ่งจะต้องไม่ซ้ำกันสำหรับ %(lookup)s ใน " +"%(date_field)s" + +msgid "Please correct the duplicate values below." +msgstr "โปรดแก้ไขค่าที่ซ้ำซ้อนด้านล่าง" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "เลือกตัวเลือกที่ถูกต้อง. ตัวเลือกนั้นไม่สามารถเลือกได้." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "ล้าง" + +msgid "Currently" +msgstr "ปัจจุบัน" + +msgid "Change" +msgstr "เปลี่ยนแปลง" + +msgid "Unknown" +msgstr "ไม่รู้" + +msgid "Yes" +msgstr "ใช่" + +msgid "No" +msgstr "ไม่ใช่" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "ใช่,ไม่ใช่,อาจจะ" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ไบต์" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "เที่ยงคืน" + +msgid "noon" +msgstr "เที่ยงวัน" + +msgid "Monday" +msgstr "จันทร์" + +msgid "Tuesday" +msgstr "อังคาร" + +msgid "Wednesday" +msgstr "พุธ" + +msgid "Thursday" +msgstr "พฤหัสบดี" + +msgid "Friday" +msgstr "ศุกร์" + +msgid "Saturday" +msgstr "เสาร์" + +msgid "Sunday" +msgstr "อาทิตย์" + +msgid "Mon" +msgstr "จ." + +msgid "Tue" +msgstr "อ." + +msgid "Wed" +msgstr "พ." + +msgid "Thu" +msgstr "พฤ." + +msgid "Fri" +msgstr "ศ." + +msgid "Sat" +msgstr "ส." + +msgid "Sun" +msgstr "อา." + +msgid "January" +msgstr "มกราคม" + +msgid "February" +msgstr "กุมภาพันธ์" + +msgid "March" +msgstr "มีนาคม" + +msgid "April" +msgstr "เมษายน" + +msgid "May" +msgstr "พฤษภาคม" + +msgid "June" +msgstr "มิถุนายน" + +msgid "July" +msgstr "กรกฎาคม" + +msgid "August" +msgstr "สิงหาคม" + +msgid "September" +msgstr "กันยายน" + +msgid "October" +msgstr "ตุลาคม" + +msgid "November" +msgstr "พฤศจิกายน" + +msgid "December" +msgstr "ธันวาคม" + +msgid "jan" +msgstr "ม.ค." + +msgid "feb" +msgstr "ก.พ." + +msgid "mar" +msgstr "มี.ค." + +msgid "apr" +msgstr "เม.ย." + +msgid "may" +msgstr "พ.ค." + +msgid "jun" +msgstr "มิ.ย." + +msgid "jul" +msgstr "ก.ค." + +msgid "aug" +msgstr "ส.ค." + +msgid "sep" +msgstr "ก.ย." + +msgid "oct" +msgstr "ต.ค." + +msgid "nov" +msgstr "พ.ย." + +msgid "dec" +msgstr "ธ.ค." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ม.ค." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ก.พ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "มี.ค." + +msgctxt "abbrev. month" +msgid "April" +msgstr "เม.ย." + +msgctxt "abbrev. month" +msgid "May" +msgstr "พ.ค." + +msgctxt "abbrev. month" +msgid "June" +msgstr "มิ.ย." + +msgctxt "abbrev. month" +msgid "July" +msgstr "ก.ค." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ส.ค." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ก.ย." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ต.ค." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "พ.ย." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ธ.ค." + +msgctxt "alt. month" +msgid "January" +msgstr "มกราคม" + +msgctxt "alt. month" +msgid "February" +msgstr "กุมภาพันธ์" + +msgctxt "alt. month" +msgid "March" +msgstr "มีนาคม" + +msgctxt "alt. month" +msgid "April" +msgstr "เมษายน" + +msgctxt "alt. month" +msgid "May" +msgstr "พฤษภาคม" + +msgctxt "alt. month" +msgid "June" +msgstr "มิถุนายน" + +msgctxt "alt. month" +msgid "July" +msgstr "กรกฎาคม" + +msgctxt "alt. month" +msgid "August" +msgstr "สิงหาคม" + +msgctxt "alt. month" +msgid "September" +msgstr "กันยายน" + +msgctxt "alt. month" +msgid "October" +msgstr "ตุลาคม" + +msgctxt "alt. month" +msgid "November" +msgstr "พฤศจิกายน" + +msgctxt "alt. month" +msgid "December" +msgstr "ธันวาคม" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "หรือ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ปี" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d เดือน" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d สัปดาห์" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d วัน" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ชั่วโมง" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d นาที" + +msgid "0 minutes" +msgstr "0 นาที" + +msgid "Forbidden" +msgstr "หวงห้าม" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "ไม่ระบุปี" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "ไม่ระบุเดือน" + +msgid "No day specified" +msgstr "ไม่ระบุวัน" + +msgid "No week specified" +msgstr "ไม่ระบุสัปดาห์" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "ไม่มี %(verbose_name_plural)s ที่ใช้ได้" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s ในอนาคตไม่สามารถใช้ได้ เนื่องจาก %(class_name)s." +"allow_future มีค่าเป็น False" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "ไม่พบ %(verbose_name)s จาก query" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "หน้าไม่ถูกต้อง (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "ไม่ได้รับอนุญาตให้ใช้ Directory indexes ที่นี่" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "ดัชนีของ %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "เริ่มต้นกับ Django" + +msgid "Django Community" +msgstr "ชุมชน Django" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec22f27aa7c89b427100b151732eef8d97580b48 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^-D7Jm+ynbw`s^rw>L#=US8%4Yh7U3B}0vG|M!c)5S zA9U~5-_nKAV(pYIN;almyO@IdB)@a+IrrRmCI5=YIRxk1r(*AA7@^-@5uDJPJXC>v zM-&l68N$#I2~n1?G)%%YLLzjJ?9qL)-$gX~gCSAC1Hc174v?cU5~GLYkj6=To+u=p z$Q57an+{tk^&HOUC%ng5Uj@PIP@n@$0N=dzb}6t+TUbx@`b_&e*t0h4x z3Az&#)~qOWoQPk5p9=DPU_06WBrlQJRaZ=L#hl!-utmL)SjHsLkj=8HDWb8A88u~7 zBt2(aNHt|qGZnRNRD;0L-%1jjfs)dzs%DtmQ*-~MopI%wrhA=DQ!Sh4vixD0_G7jB zS;JV*)0b&Kv#aGdtL^G3Nq%2b#E+&fpNX1is2aqpYC{+6(w3I2HKLh3LAmZ4W!RZ?{{03r{a`#~u$_(@AkOUq#;zZ2Gxxy&FG*cNzF5CR}$c z!!UOoO6G53ZXyF$`q@p=%|2eBl$$wTpd&Z?)Z@p`7bxdubHMMT;e2R;()Zj3pFo|5 UF*!)2T<=c1>CD&UI0tY10i65b3;+NC literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/formats.py new file mode 100644 index 00000000000..190e6d196ce --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/th/formats.py @@ -0,0 +1,33 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = "j F Y, G:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "j M Y" +SHORT_DATETIME_FORMAT = "j M Y, G:i" +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d/%m/%Y", # 25/10/2006 + "%d %b %Y", # 25 ต.ค. 2006 + "%d %B %Y", # 25 ตุลาคม 2006 +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # 14:30:59 + "%H:%M:%S.%f", # 14:30:59.000200 + "%H:%M", # 14:30 +] +DATETIME_INPUT_FORMATS = [ + "%d/%m/%Y %H:%M:%S", # 25/10/2006 14:30:59 + "%d/%m/%Y %H:%M:%S.%f", # 25/10/2006 14:30:59.000200 + "%d/%m/%Y %H:%M", # 25/10/2006 14:30 +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2858350fa107dd5f4fccd9fb4f7e7d0d7041825a GIT binary patch literal 27792 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⪙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, 2020-2021 +# Resul , 2020 +# Resul , 2022-2024 +# Welbeck Garli , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 06:49+0000\n" +"Last-Translator: Resul , 2022-2024\n" +"Language-Team: Turkmen (http://app.transifex.com/django/django/language/" +"tk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tk\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arapça" + +msgid "Algerian Arabic" +msgstr "Alžir Arapçasy" + +msgid "Asturian" +msgstr "Asturian" + +msgid "Azerbaijani" +msgstr "Azeri Türkçesi" + +msgid "Bulgarian" +msgstr "Bolgar" + +msgid "Belarusian" +msgstr "Belarusça" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosniýaça" + +msgid "Catalan" +msgstr "Katalan" + +msgid "Central Kurdish (Sorani)" +msgstr "Merkezi Kürtçe (Soraniçe)" + +msgid "Czech" +msgstr "Çehçe" + +msgid "Welsh" +msgstr "Uelsçe" + +msgid "Danish" +msgstr "Daniýaça" + +msgid "German" +msgstr "Nemesçe" + +msgid "Lower Sorbian" +msgstr "Aşaky Sorbian" + +msgid "Greek" +msgstr "Grekçe" + +msgid "English" +msgstr "Iňlisçe" + +msgid "Australian English" +msgstr "Awstraliýa Iňlisçesi" + +msgid "British English" +msgstr "Britan Iňlisçesi" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Ispança" + +msgid "Argentinian Spanish" +msgstr "Argentina Ispançasy" + +msgid "Colombian Spanish" +msgstr "Kolumbiýa Ispançasy" + +msgid "Mexican Spanish" +msgstr "Meksika Ispançasy" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragua Ispançasy" + +msgid "Venezuelan Spanish" +msgstr "Wenezuela Ispançasy" + +msgid "Estonian" +msgstr "Estonça" + +msgid "Basque" +msgstr "Baskça" + +msgid "Persian" +msgstr "Parsça" + +msgid "Finnish" +msgstr "Finçe" + +msgid "French" +msgstr "Fransuzça" + +msgid "Frisian" +msgstr "Frisça" + +msgid "Irish" +msgstr "Irlandça" + +msgid "Scottish Gaelic" +msgstr "Şotlandiýa Gaelçasy" + +msgid "Galician" +msgstr "Galisiýaça" + +msgid "Hebrew" +msgstr "Ýewreýçe" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Horwatça" + +msgid "Upper Sorbian" +msgstr "Ýokarky Sorbian" + +msgid "Hungarian" +msgstr "Wengerçe" + +msgid "Armenian" +msgstr "Ermeniçe" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezça" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandça" + +msgid "Italian" +msgstr "Italýança" + +msgid "Japanese" +msgstr "Ýaponça" + +msgid "Georgian" +msgstr "Gruzinçe" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Gazakça" + +msgid "Khmer" +msgstr "Hmerçe" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreýçe" + +msgid "Kyrgyz" +msgstr "Gyrgyzça" + +msgid "Luxembourgish" +msgstr "Lýuksemburgça" + +msgid "Lithuanian" +msgstr "Litwança" + +msgid "Latvian" +msgstr "Latwiýaça" + +msgid "Macedonian" +msgstr "Makedonça" + +msgid "Malayalam" +msgstr "Malaýalam" + +msgid "Mongolian" +msgstr "Mongolça" + +msgid "Marathi" +msgstr "Marasi" + +msgid "Malay" +msgstr "Malaý" + +msgid "Burmese" +msgstr "Birma" + +msgid "Norwegian Bokmål" +msgstr "Norwegiýa Bokmaly" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Gollandça" + +msgid "Norwegian Nynorsk" +msgstr "Norwegiýa Nynorskçasy" + +msgid "Ossetic" +msgstr "Osetikçe" + +msgid "Punjabi" +msgstr "Penjebiçe" + +msgid "Polish" +msgstr "Polýakça" + +msgid "Portuguese" +msgstr "Portugalça" + +msgid "Brazilian Portuguese" +msgstr "Braziliýa Portugalçasy" + +msgid "Romanian" +msgstr "Rumynça" + +msgid "Russian" +msgstr "Rusça" + +msgid "Slovak" +msgstr "Slowakça" + +msgid "Slovenian" +msgstr "Slowençe" + +msgid "Albanian" +msgstr "Albança" + +msgid "Serbian" +msgstr "Serbçe" + +msgid "Serbian Latin" +msgstr "Serb Latynçasy" + +msgid "Swedish" +msgstr "Şwedçe" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "Täjik" + +msgid "Thai" +msgstr "Taýça" + +msgid "Turkmen" +msgstr "Türkmençe" + +msgid "Turkish" +msgstr "Türkçe" + +msgid "Tatar" +msgstr "Tatarça" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "Uýgur" + +msgid "Ukrainian" +msgstr "Ukrainçe" + +msgid "Urdu" +msgstr "Urduça" + +msgid "Uzbek" +msgstr "Özbekçe" + +msgid "Vietnamese" +msgstr "Wýetnamça" + +msgid "Simplified Chinese" +msgstr "Ýönekeýleşdirilen Hytaýça" + +msgid "Traditional Chinese" +msgstr "Adaty Hytaýça" + +msgid "Messages" +msgstr "Habarlar" + +msgid "Site Maps" +msgstr "Saýt Kartalary" + +msgid "Static Files" +msgstr "Statik Faýllar" + +msgid "Syndication" +msgstr "Syndikasiýa" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "..." + +msgid "That page number is not an integer" +msgstr "Ol sahypanyň sany bitewi san däl" + +msgid "That page number is less than 1" +msgstr "Ol sahypanyň belgisi 1-den az" + +msgid "That page contains no results" +msgstr "Ol sahypada hiç hili netije ýok" + +msgid "Enter a valid value." +msgstr "Dogry baha giriziň." + +msgid "Enter a valid domain name." +msgstr "Dogry domen adyny giriziň." + +msgid "Enter a valid URL." +msgstr "Dogry URL giriziň." + +msgid "Enter a valid integer." +msgstr "Dogry bitewi san giriziň." + +msgid "Enter a valid email address." +msgstr "Dogry e-poçta salgysyny giriziň." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Harplardan, sanlardan, aşaky çyzyklardan ýa-da defislerden ybarat dogry " +"“slug” giriziň." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Unikod harplaryndan, sanlardan, aşaky çyzyklardan ýa-da defislerden ybarat " +"dogry “slug” giriziň." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Dogry %(protocol)s adresi giriziň." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ýa IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Diňe otur bilen aýrylan sanlary giriziň." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"%(limit_value)s bahasynyň dogry bolmagyny üpjün ediň (şuwagt %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Maglumatyň %(limit_value)s bahasyndan az ýa-da deň bolmagyny üpjün ediň." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Maglumatyň %(limit_value)s bahasyndan köp ýa-da deň bolmagyny üpjün ediň." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Bu baha %(limit_value)s-nyň essesi bolmaly." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu maglumatda iň az %(limit_value)d harp bardygyna göz ýetiriň (munda " +"%(show_value)d bar)." +msgstr[1] "" +"Bu maglumatda azyndan %(limit_value)d nyşanyň bolmagyny üpjün ediň (şuwagt " +"%(show_value)d sany bar)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu maglumatda köpünden %(limit_value)d harp bardygyna göz ýetiriň (bunda " +"%(show_value)d bar)" +msgstr[1] "" +"Bu maglumatda iň köp %(limit_value)d nyşanyň bolmagyny üpjün ediň (şuwagt " +"%(show_value)d sany bar)" + +msgid "Enter a number." +msgstr "San giriziň" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Bu ýerde jemi %(max)s'dan köp san ýokduguna göz ýetiriň." +msgstr[1] "Bu ýerde jemi %(max)s sanydan köp sifriň bolmazlygyny üpjün ediň." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Bu ýerde %(max)s'dan köp nokatly san ýokdugyna göz ýetiriň" +msgstr[1] "Bu ýerde %(max)s sanydan köp nokatly san ýoklugyny üpjün ediň." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Nokatdan öň %(max)s'dan köp san ýokdugyna göz ýetiriň" +msgstr[1] "Nokatdan öň %(max)s sanydan köp sifriň ýoklugyny üpjün ediň." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"\"%(extension)s\" faýl görnüşine rugsat edilmeýär. Rugsat berilýän faýl " +"görnüşleri şulardan ybarat: %(allowed_extensions)s" + +msgid "Null characters are not allowed." +msgstr "Null nyşanlara rugsat berilmeýär." + +msgid "and" +msgstr "we" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s bilen baglanyşykly %(model_name)s eýýäm bar." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Çäklendirme “%(name)s” bozuldy." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r dogry saýlaw däl." + +msgid "This field cannot be null." +msgstr "Bu meýdan null bilmez." + +msgid "This field cannot be blank." +msgstr "Bu meýdan boş bolup bilmez." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s bilen baglanyşykly %(model_name)s eýýäm bar." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(lookup_type)s %(date_field_label)s üçin %(field_label)s özboluşly " +"bolmalydyr." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Meýdan görnüşi: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "\"%(value)s\" hökman True ýa-da False bolmalydyr." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\" hökman True, False ýa-da None bolmalydyr." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True ýa-da False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Setir (iň köp %(max_length)s)" + +msgid "String (unlimited)" +msgstr "String (limitsiz)" + +msgid "Comma-separated integers" +msgstr "Otur bilen bölünen bitewi sanlar" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"\"%(value)s\" bahasynyň nädogry sene formaty bar. ÝÝÝÝ-AA-GG görnüşinde " +"bolmaly." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"\"%(value)s\" dogry yazylyş usuluna (ÝÝÝÝ-AA-GG) eýe, ýöne, sene nädogry." + +msgid "Date (without time)" +msgstr "Sene (wagtsyz)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"\"%(value)s\" ýalňyş görnüşde ýazylan. Bu baha hökmany suratda ÝÝÝÝ-AA-GG SS:" +"MM[:ss[.uuuuuu]][TZ] görnüşde bolmalydyr." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"\"%(value)s\" dogry sene görnüşine eýe (ÝÝÝÝ-AA-GG SS:MM[:ss[.uuuuuu]][TZ]). " +"Ýöne bu nädogry sene/wagt." + +msgid "Date (with time)" +msgstr "Sene (wagty bilen)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "\"%(value)s\" hökman nokatly san bolmalydyr." + +msgid "Decimal number" +msgstr "Onluk san" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"\"%(value)s\" ýalňyş sene görnüşine eýe. Bu hökman [GG] [[SS:]AA:]ss[." +"uuuuuu] görnüşinde bolmalydyr." + +msgid "Duration" +msgstr "Dowamlylyk" + +msgid "Email address" +msgstr "Email adres" + +msgid "File path" +msgstr "Faýl ýoly" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "\"%(value)s float san bolmaly." + +msgid "Floating point number" +msgstr "Float san" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "\"%(value)s\" bitewi san bolmaly." + +msgid "Integer" +msgstr "Bitewi san" + +msgid "Big (8 byte) integer" +msgstr "Uly (8 baýt) bitewi san" + +msgid "Small integer" +msgstr "Kiçi bitewi san" + +msgid "IPv4 address" +msgstr "IPv4 salgy" + +msgid "IP address" +msgstr "IP salgy" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "\"%(value)s\" None, True ýa-da False bolmaly." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True, False ýa-da None)" + +msgid "Positive big integer" +msgstr "Pozitiw uly bitewi san" + +msgid "Positive integer" +msgstr "Pozitiw bitewi san" + +msgid "Positive small integer" +msgstr "Pozitiw kiçi bitewi san" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (iň köp %(max_length)s)" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"\"%(value)s\" bahasy nädogry formata eýe. SS:MM[:ss[.uuuuuu]] formatda " +"bolmaly." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"\"%(value)s\" bahasy dogry formata eýe (SS:MM[:ss[.uuuuuu]]) ýöne bu nädogry " +"wagt." + +msgid "Time" +msgstr "Wagt" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Çig ikilik maglumat" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" dogry UUID däl." + +msgid "Universally unique identifier" +msgstr "Ähliumumy özboluşly kesgitleýji" + +msgid "File" +msgstr "Faýl" + +msgid "Image" +msgstr "Surat" + +msgid "A JSON object" +msgstr "JSON obýekti" + +msgid "Value must be valid JSON." +msgstr "Bahasy JSON bolmaly." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s%(value)r bolan %(model)s ýok." + +msgid "Foreign Key (type determined by related field)" +msgstr "Daşary açary (baglanyşykly meýdança bilen kesgitlenýär)" + +msgid "One-to-one relationship" +msgstr "Bire-bir gatnaşyk" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s gatnaşyk" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s gatnaşyklar" + +msgid "Many-to-many relationship" +msgstr "Köp-köp gatnaşyk" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bu meýdança hökman gerekli." + +msgid "Enter a whole number." +msgstr "Bitin san giriziň." + +msgid "Enter a valid date." +msgstr "Dogry senäni giriziň." + +msgid "Enter a valid time." +msgstr "Dogry wagt giriziň." + +msgid "Enter a valid date/time." +msgstr "Dogry senäni/wagty giriziň." + +msgid "Enter a valid duration." +msgstr "Dogry dowamlylygy giriziň." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Günleriň sany {min_days} bilen {max_days} arasynda bolmaly." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Hiç hili faýl tabşyrylmady. Formadaky enkodiň görnüşini barlaň." + +msgid "No file was submitted." +msgstr "Hiç hili faýl tabşyrylmady." + +msgid "The submitted file is empty." +msgstr "Tabşyrylan faýl boş." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bu faýl adynyň iň köp %(max)d nyşanynyň bolmagyny üpjin ediň (şuwagt " +"%(length)d sany bar)." +msgstr[1] "" +"Bu faýl adynyň iň köp %(max)d nyşanynyň bolmagyny üpjin ediň (şuwagt " +"%(length)d sany bar)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Bir faýl iberiň ýa-da arassala gutyjygyny belläň, ikisini bile däl." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Dogry surat ýükläň. Ýüklän faýlyňyz ýa surat däldi ýa-da zaýalanan suratdy." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Dogry saýlawy saýlaň. %(value)s elýeterli saýlawlaryň biri däl." + +msgid "Enter a list of values." +msgstr "Bahalaryň sanawyny giriziň." + +msgid "Enter a complete value." +msgstr "Doly bahany giriziň." + +msgid "Enter a valid UUID." +msgstr "Dogry UUID giriziň." + +msgid "Enter a valid JSON." +msgstr "Dogry JSON giriziň." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gizlin meýdan %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm maglumatlary ýok ýa-da bozulan. Tapylmadyk meýdança: " +"%(field_names)s. Mesele dowam etse, \"bug report\" açmaly bolmagyňyz mümkin." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Haýyş, iň köp %(num)d form tabşyryň." +msgstr[1] "Haýyş, iň köp %(num)d form tabşyryň." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Haýyş, azyndan %(num)d form tabşyryň." +msgstr[1] "Haýyş, azyndan %(num)d form tabşyryň." + +msgid "Order" +msgstr "Tertip" + +msgid "Delete" +msgstr "Poz" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s üçin dublikat maglumatlary düzediň." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Özboluşly bolmaly %(field)s üçin dublikat maglumatlary düzediň." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(date_field)s meýdanynda %(lookup)süçin özboluşly bolmaly %(field_name)s " +"üçin dublikat maglumatlary düzediň." + +msgid "Please correct the duplicate values below." +msgstr "Aşakdaky dublikat bahalary düzediň." + +msgid "The inline value did not match the parent instance." +msgstr "Giriş bahasy esasy mysal bilen gabat gelmedi." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Dogry saýlawy saýlaň. Bu saýlaw, elýeterli saýlawlaryň biri däl." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" dogry baha däl." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s wagty %(current_timezone)s wagt zolagy bilen düşündirip " +"bolmady; garyşyk bolup biler ýa-da ýok bolmagy mümkin." + +msgid "Clear" +msgstr "Arassala" + +msgid "Currently" +msgstr "Häzirki wagtda" + +msgid "Change" +msgstr "Üýtget" + +msgid "Unknown" +msgstr "Näbelli" + +msgid "Yes" +msgstr "Hawa" + +msgid "No" +msgstr "Ýok" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "hawa,ýok,belki" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baýt" +msgstr[1] "%(size)d baýt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m" + +msgid "a.m." +msgstr "a.m" + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "ýary gije" + +msgid "noon" +msgstr "günortan" + +msgid "Monday" +msgstr "Duşenbe" + +msgid "Tuesday" +msgstr "Sişenbe" + +msgid "Wednesday" +msgstr "Çarşenbe" + +msgid "Thursday" +msgstr "Penşenbe" + +msgid "Friday" +msgstr "Anna" + +msgid "Saturday" +msgstr "Şenbe" + +msgid "Sunday" +msgstr "Ýekşenbe" + +msgid "Mon" +msgstr "Duş" + +msgid "Tue" +msgstr "Siş" + +msgid "Wed" +msgstr "Çarş" + +msgid "Thu" +msgstr "Pen" + +msgid "Fri" +msgstr "Anna" + +msgid "Sat" +msgstr "Şen" + +msgid "Sun" +msgstr "Ýek" + +msgid "January" +msgstr "Ýanwar" + +msgid "February" +msgstr "Fewral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "Maý" + +msgid "June" +msgstr "Iýun" + +msgid "July" +msgstr "Iýul" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "Sentýabr" + +msgid "October" +msgstr "Oktýabr" + +msgid "November" +msgstr "Noýabr" + +msgid "December" +msgstr "Dekabr" + +msgid "jan" +msgstr "ýan" + +msgid "feb" +msgstr "few" + +msgid "mar" +msgstr "mart" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maý" + +msgid "jun" +msgstr "iýun" + +msgid "jul" +msgstr "iýul" + +msgid "aug" +msgstr "awg" + +msgid "sep" +msgstr "sent" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "noý" + +msgid "dec" +msgstr "dek" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ýan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Few." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprel" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maý" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Iýun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iýul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sent." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noý." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dek." + +msgctxt "alt. month" +msgid "January" +msgstr "Ýanwar" + +msgctxt "alt. month" +msgid "February" +msgstr "Fewral" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprel" + +msgctxt "alt. month" +msgid "May" +msgstr "Maý" + +msgctxt "alt. month" +msgid "June" +msgstr "Iýun" + +msgctxt "alt. month" +msgid "July" +msgstr "Iýul" + +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +msgctxt "alt. month" +msgid "September" +msgstr "Sentýabr" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktýabr" + +msgctxt "alt. month" +msgid "November" +msgstr "Noýabr" + +msgctxt "alt. month" +msgid "December" +msgstr "Dekabr" + +msgid "This is not a valid IPv6 address." +msgstr "Bu dogry IPv6 salgy däl." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ýa" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "\"" + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d ýyl" +msgstr[1] "%(num)d ýyl" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d aý" +msgstr[1] "%(num)d aý" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d hepde" +msgstr[1] "%(num)d hepde" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d gün" +msgstr[1] "%(num)d gün" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d sagat" +msgstr[1] "%(num)d sagat" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minut" +msgstr[1] "%(num)d minut" + +msgid "Forbidden" +msgstr "Gadagan " + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF dogrylamak şowsuz. Talap ýatyryldy." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Bu haty görýärsiňiz, sebäbi bu HTTPS sahypasy web brauzeriňiz tarapyndan " +"iberilmeli \"Referer header\" talap edýär, ýöne hiç biri iberilmedi. Bu " +"sözbaşy, brauzeriňiziň üçünji şahyslar tarapyndan ogurlanmazlygy üçin " +"howpsuzlyk sebäpli talap edilýär." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Brauzeriňizde \"Referer\" sözbaşylaryny öçüren bolsaňyz, iň bolmanda bu " +"sahypa ýa-da HTTPS birikmeleri ýa-da \"meňzeş\" talaplar üçin täzeden açyň." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Egerde siz diýen bellik " +"ýada \"Referrer-Policy: no-referrer\" header ulanýan bolsaňyz, olary " +"aýyrmagyňyzy haýyş edýäris. CSRF goragy üçin \"Referer\" header-i dogry " +"salgylanma üçin gereklidir. Eger siz gizlinlik üçin alada etseňiz, üçinji " +"şahs sahypalara baglanyşyklar üçin ýaly " +"alternatiwalary ulanyp bilersiňiz." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Bu sahypa formalary tabşyranda CSRF kukisini talap edýäligi sebäpli bu " +"habary görýärsiňiz. Bu kuki, brauzeriňiziň üçünji taraplar tarapyndan " +"ogurlanmazlygy üçin howpsuzlyk sebäpli talap edilýär." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Brauzeriňizde kukileri öçüren bolsaňyz, iň bolmanda şu sahypa ýa-da " +"\"meňzeş\" talaplar üçin olary täzeden açyň." + +msgid "More information is available with DEBUG=True." +msgstr "Has giňişleýin maglumat DEBUG=True bilen elýeterlidir." + +msgid "No year specified" +msgstr "Ýyl görkezilmedi" + +msgid "Date out of range" +msgstr "Sene çägiň daşynda" + +msgid "No month specified" +msgstr "Aý görkezilmedi" + +msgid "No day specified" +msgstr "Gün görkezilmedi" + +msgid "No week specified" +msgstr "Hepde görkezilmedi" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Elýeterli %(verbose_name_plural)s ýok" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Gelejek %(verbose_name_plural)s elýeterli däl sebäbi %(class_name)s." +"allow_future bahasy False" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Nädogry sene setiri \"%(datestr)s\" berlen format \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Talap bilen gabat gelýän %(verbose_name)s tapylmady" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Sahypa “iň soňky” däl, ony int-ede öwrüp bolmaz." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nädogry sahypa (%(page_number)s ): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Boş list we \"%(class_name)s.allow_empty\" bahasy False" + +msgid "Directory indexes are not allowed here." +msgstr "Bu ýerde katalog indekslerine rugsat berilmeýär." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" beýle ýol ýok" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s indeksi" + +msgid "The install worked successfully! Congratulations!" +msgstr "Üstünlikli guruldy! Gutlaýarys!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django %(version)s üçin goýberiş " +"belliklerini görüň" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Bu sahypany görýärsiňiz, sebäbi sazlamalar faýlyňyzda DEBUG=True we hiç hili URL düzmediňiz." + +msgid "Django Documentation" +msgstr "Django resminamalary" + +msgid "Topics, references, & how-to’s" +msgstr "Mowzuklar, salgylanmalar, & how-to-lar" + +msgid "Tutorial: A Polling App" +msgstr "Gollanma: Ses beriş programmasy" + +msgid "Get started with Django" +msgstr "Django bilen başlaň" + +msgid "Django Community" +msgstr "Django jemgyýeti" + +msgid "Connect, get help, or contribute" +msgstr "Birikiň, kömek alyň ýa-da goşant goşuň" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c1b6029801942730b43c64b503719d51625e483 GIT binary patch literal 201 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6bf26a89352 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,1359 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ahmet Emre Aladağ , 2013 +# BouRock, 2015-2025 +# BouRock, 2014-2015 +# Caner Başaran , 2013 +# Cihad GÜNDOĞDU , 2012 +# Cihad GÜNDOĞDU , 2013-2014 +# Gökmen Görgen , 2013 +# Jannis Leidel , 2011 +# Mesut Can Gürle , 2013 +# Murat Çorlu , 2012 +# Murat Sahin , 2011-2012 +# Türker Sezer , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: BouRock, 2015-2025\n" +"Language-Team: Turkish (http://app.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Afrikanca" + +msgid "Arabic" +msgstr "Arapça" + +msgid "Algerian Arabic" +msgstr "Cezayir Arapçası" + +msgid "Asturian" +msgstr "Asturyaca" + +msgid "Azerbaijani" +msgstr "Azerice" + +msgid "Bulgarian" +msgstr "Bulgarca" + +msgid "Belarusian" +msgstr "Beyaz Rusça" + +msgid "Bengali" +msgstr "Bengalce" + +msgid "Breton" +msgstr "Bretonca" + +msgid "Bosnian" +msgstr "Boşnakça" + +msgid "Catalan" +msgstr "Katalanca" + +msgid "Central Kurdish (Sorani)" +msgstr "Orta Kürtçe (Sorani)" + +msgid "Czech" +msgstr "Çekçe" + +msgid "Welsh" +msgstr "Galce" + +msgid "Danish" +msgstr "Danca" + +msgid "German" +msgstr "Almanca" + +msgid "Lower Sorbian" +msgstr "Aşağı Sorb dili" + +msgid "Greek" +msgstr "Yunanca" + +msgid "English" +msgstr "İngilizce" + +msgid "Australian English" +msgstr "Avusturya İngilizcesi" + +msgid "British English" +msgstr "İngiliz İngilizcesi" + +msgid "Esperanto" +msgstr "Esperanto dili" + +msgid "Spanish" +msgstr "İspanyolca" + +msgid "Argentinian Spanish" +msgstr "Arjantin İspanyolcası" + +msgid "Colombian Spanish" +msgstr "Kolomiya İspanyolcası" + +msgid "Mexican Spanish" +msgstr "Meksika İspanyolcası" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragua İspanyolcası" + +msgid "Venezuelan Spanish" +msgstr "Venezüella İspanyolcası" + +msgid "Estonian" +msgstr "Estonca" + +msgid "Basque" +msgstr "Baskça" + +msgid "Persian" +msgstr "Farsça" + +msgid "Finnish" +msgstr "Fince" + +msgid "French" +msgstr "Fransızca" + +msgid "Frisian" +msgstr "Frizce" + +msgid "Irish" +msgstr "İrlandaca" + +msgid "Scottish Gaelic" +msgstr "İskoçça Galcesi" + +msgid "Galician" +msgstr "Galiçyaca" + +msgid "Hebrew" +msgstr "İbranice" + +msgid "Hindi" +msgstr "Hintçe" + +msgid "Croatian" +msgstr "Hırvatça" + +msgid "Upper Sorbian" +msgstr "Yukarı Sorb dili" + +msgid "Hungarian" +msgstr "Macarca" + +msgid "Armenian" +msgstr "Ermenice" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Endonezce" + +msgid "Igbo" +msgstr "Igbo dili" + +msgid "Ido" +msgstr "Ido dili" + +msgid "Icelandic" +msgstr "İzlandaca" + +msgid "Italian" +msgstr "İtalyanca" + +msgid "Japanese" +msgstr "Japonca" + +msgid "Georgian" +msgstr "Gürcüce" + +msgid "Kabyle" +msgstr "Kabiliye dili" + +msgid "Kazakh" +msgstr "Kazakça" + +msgid "Khmer" +msgstr "Kmerce" + +msgid "Kannada" +msgstr "Kannada dili" + +msgid "Korean" +msgstr "Korece" + +msgid "Kyrgyz" +msgstr "Kırgızca" + +msgid "Luxembourgish" +msgstr "Lüksemburgca" + +msgid "Lithuanian" +msgstr "Litovca" + +msgid "Latvian" +msgstr "Letonca" + +msgid "Macedonian" +msgstr "Makedonca" + +msgid "Malayalam" +msgstr "Malayamca" + +msgid "Mongolian" +msgstr "Moğolca" + +msgid "Marathi" +msgstr "Marathi dili" + +msgid "Malay" +msgstr "Malayca" + +msgid "Burmese" +msgstr "Birmanca" + +msgid "Norwegian Bokmål" +msgstr "Norveççe Bokmal" + +msgid "Nepali" +msgstr "Nepalce" + +msgid "Dutch" +msgstr "Flemenkçe" + +msgid "Norwegian Nynorsk" +msgstr "Norveççe Nynorsk" + +msgid "Ossetic" +msgstr "Osetçe" + +msgid "Punjabi" +msgstr "Pencapça" + +msgid "Polish" +msgstr "Lehçe" + +msgid "Portuguese" +msgstr "Portekizce" + +msgid "Brazilian Portuguese" +msgstr "Brezilya Portekizcesi" + +msgid "Romanian" +msgstr "Romence" + +msgid "Russian" +msgstr "Rusça" + +msgid "Slovak" +msgstr "Slovakça" + +msgid "Slovenian" +msgstr "Slovence" + +msgid "Albanian" +msgstr "Arnavutça" + +msgid "Serbian" +msgstr "Sırpça" + +msgid "Serbian Latin" +msgstr "Sırpça Latin" + +msgid "Swedish" +msgstr "İsveççe" + +msgid "Swahili" +msgstr "Savahilice" + +msgid "Tamil" +msgstr "Tamilce" + +msgid "Telugu" +msgstr "Telugu dili" + +msgid "Tajik" +msgstr "Tacikçe" + +msgid "Thai" +msgstr "Tayca" + +msgid "Turkmen" +msgstr "Türkmence" + +msgid "Turkish" +msgstr "Türkçe" + +msgid "Tatar" +msgstr "Tatarca" + +msgid "Udmurt" +msgstr "Udmurtça" + +msgid "Uyghur" +msgstr "Uygur" + +msgid "Ukrainian" +msgstr "Ukraynaca" + +msgid "Urdu" +msgstr "Urduca" + +msgid "Uzbek" +msgstr "‎Özbekçe" + +msgid "Vietnamese" +msgstr "Vietnamca" + +msgid "Simplified Chinese" +msgstr "Basitleştirilmiş Çince" + +msgid "Traditional Chinese" +msgstr "Geleneksel Çince" + +msgid "Messages" +msgstr "İletiler" + +msgid "Site Maps" +msgstr "Site Haritaları" + +msgid "Static Files" +msgstr "Sabit Dosyalar" + +msgid "Syndication" +msgstr "Dağıtım" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Bu sayfa numarası bir tamsayı değil" + +msgid "That page number is less than 1" +msgstr "Bu sayfa numarası 1’den az" + +msgid "That page contains no results" +msgstr "Bu sayfa hiç sonuç içermiyor" + +msgid "Enter a valid value." +msgstr "Geçerli bir değer girin." + +msgid "Enter a valid domain name." +msgstr "Geçerli bir etki alanı adı girin." + +msgid "Enter a valid URL." +msgstr "Geçerli bir URL girin." + +msgid "Enter a valid integer." +msgstr "Geçerli bir tamsayı girin." + +msgid "Enter a valid email address." +msgstr "Geçerli bir e-posta adresi girin." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Harflerden, sayılardan, altçizgilerden veya tirelerden oluşan geçerli bir " +"“kısaltma” girin." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Evrensel kod harflerden, sayılardan, altçizgilerden veya tirelerden oluşan " +"geçerli bir “kısaltma” girin." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Geçerli bir %(protocol)s adresi girin." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 veya IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Sadece virgülle ayrılmış rakamlar girin." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Bu değerin %(limit_value)s olduğuna emin olun (şu an %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Bu değerin %(limit_value)s değerinden az veya eşit olduğuna emin olun." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Bu değerin %(limit_value)s değerinden büyük veya eşit olduğuna emin olun." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" +"Bu değerin %(limit_value)s adım boyutunun katları olduğundan emin olun." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Bu değerin %(offset)s değerinden başlayarak %(limit_value)s adım boyutunun " +"katı olduğundan emin olun, örn. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, vb." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu değerin en az %(limit_value)d karaktere sahip olduğuna emin olun (şu an " +"%(show_value)d)." +msgstr[1] "" +"Bu değerin en az %(limit_value)d karaktere sahip olduğuna emin olun (şu an " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu değerin en fazla %(limit_value)d karaktere sahip olduğuna emin olun (şu " +"an %(show_value)d)." +msgstr[1] "" +"Bu değerin en fazla %(limit_value)d karaktere sahip olduğuna emin olun (şu " +"an %(show_value)d)." + +msgid "Enter a number." +msgstr "Bir sayı girin." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Toplamda %(max)s rakamdan daha fazla olmadığından emin olun." +msgstr[1] "Toplamda %(max)s rakamdan daha fazla olmadığından emin olun." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "%(max)s ondalık basamaktan daha fazla olmadığından emin olun." +msgstr[1] "%(max)s ondalık basamaktan daha fazla olmadığından emin olun." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ondalık noktasından önce %(max)s rakamdan daha fazla olmadığından emin olun." +msgstr[1] "" +"Ondalık noktasından önce %(max)s rakamdan daha fazla olmadığından emin olun." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"“%(extension)s” dosya uzantısına izin verilmiyor. İzin verilen uzantılar: " +"%(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Boş karakterlere izin verilmiyor." + +msgid "and" +msgstr "ve" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Bu %(field_labels)s alanına sahip %(model_name)s zaten mevcut." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "\"%(name)s\" kısıtlaması ihlal edildi." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r değeri geçerli bir seçim değil." + +msgid "This field cannot be null." +msgstr "Bu alan boş olamaz." + +msgid "This field cannot be blank." +msgstr "Bu alan boş olamaz." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Bu %(field_label)s alanına sahip %(model_name)s zaten mevcut." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s, %(date_field_label)s %(lookup_type)s için benzersiz olmak " +"zorundadır." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Alan türü: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” değeri ya True ya da False olmak zorundadır." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” değeri ya True, False ya da None olmak zorundadır." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Ya True ya da False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Dizgi (%(max_length)s karaktere kadar)" + +msgid "String (unlimited)" +msgstr "Dizgi (sınırsız)" + +msgid "Comma-separated integers" +msgstr "Virgülle ayrılmış tamsayılar" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"“%(value)s” değeri geçersiz bir tarih biçimine sahip. Bu YYYY-MM-DD " +"biçiminde olmak zorundadır." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"“%(value)s” değeri doğru bir biçime (YYYY-MM-DD) sahip ancak bu geçersiz bir " +"tarih." + +msgid "Date (without time)" +msgstr "Tarih (saat olmadan)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” değeri geçersiz bir biçime sahip. YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] biçiminde olmak zorundadır." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” değeri doğru bir biçime (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"sahip ancak bu geçersiz bir tarih/saat." + +msgid "Date (with time)" +msgstr "Tarih (saat olan)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” değeri bir ondalık sayı olmak zorundadır." + +msgid "Decimal number" +msgstr "Ondalık sayı" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s” değer geçersiz bir biçime sahip. [DD] [HH:[MM:]]ss[.uuuuuu] " +"biçiminde olmak zorundadır." + +msgid "Duration" +msgstr "Süre" + +msgid "Email address" +msgstr "E-posta adresi" + +msgid "File path" +msgstr "Dosya yolu" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” değeri kayan noktalı bir sayı olmak zorundadır." + +msgid "Floating point number" +msgstr "Kayan noktalı sayı" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” değeri bir tamsayı olmak zorundadır." + +msgid "Integer" +msgstr "Tamsayı" + +msgid "Big (8 byte) integer" +msgstr "Büyük (8 bayt) tamsayı" + +msgid "Small integer" +msgstr "Küçük tamsayı" + +msgid "IPv4 address" +msgstr "IPv4 adresi" + +msgid "IP address" +msgstr "IP adresi" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” değeri ya None, True ya da False olmak zorundadır." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleanl (Ya True, False, ya da None)" + +msgid "Positive big integer" +msgstr "Pozitif büyük tamsayı" + +msgid "Positive integer" +msgstr "Pozitif tamsayı" + +msgid "Positive small integer" +msgstr "Pozitif küçük tamsayı" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Kısaltma (%(max_length)s karaktere kadar)" + +msgid "Text" +msgstr "Metin" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"“%(value)s” değeri geçersiz bir biçime sahip. HH:MM[:ss[.uuuuuu]] biçiminde " +"olmak zorundadır." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"“%(value)s” değeri doğru biçime (HH:MM[:ss[.uuuuuu]]) sahip ancak bu " +"geçersiz bir saat." + +msgid "Time" +msgstr "Saat" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Ham ikili veri" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” geçerli bir UUID değil." + +msgid "Universally unique identifier" +msgstr "Evrensel benzersiz tanımlayıcı" + +msgid "File" +msgstr "Dosya" + +msgid "Image" +msgstr "Resim" + +msgid "A JSON object" +msgstr "JSON nesnesi" + +msgid "Value must be valid JSON." +msgstr "Değer geçerli JSON olmak zorundadır." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(field)s %(value)r olan %(model)s benzeri geçerli bir seçim değil." + +msgid "Foreign Key (type determined by related field)" +msgstr "Dış Anahtar (türü ilgili alana göre belirlenir)" + +msgid "One-to-one relationship" +msgstr "Bire-bir ilişki" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s ilişkisi" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s ilişkileri" + +msgid "Many-to-many relationship" +msgstr "Çoka-çok ilişki" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bu alan zorunludur." + +msgid "Enter a whole number." +msgstr "Tam bir sayı girin." + +msgid "Enter a valid date." +msgstr "Geçerli bir tarih girin." + +msgid "Enter a valid time." +msgstr "Geçerli bir saat girin." + +msgid "Enter a valid date/time." +msgstr "Geçerli bir tarih/saat girin." + +msgid "Enter a valid duration." +msgstr "Geçerli bir süre girin." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Gün sayıları {min_days} ve {max_days} arasında olmak zorundadır." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Hiç dosya gönderilmedi. Formdaki kodlama türünü kontrol edin." + +msgid "No file was submitted." +msgstr "Hiç dosya gönderilmedi." + +msgid "The submitted file is empty." +msgstr "Gönderilen dosya boş." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bu dosya adının en fazla %(max)d karaktere sahip olduğundan emin olun (şu an " +"%(length)d)." +msgstr[1] "" +"Bu dosya adının en fazla %(max)d karaktere sahip olduğundan emin olun (şu an " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Lütfen ya bir dosya gönderin ya da temizle işaretleme kutusunu işaretleyin, " +"ikisini aynı anda işaretlemeyin." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Geçerli bir resim gönderin. Gönderdiğiniz dosya ya bir resim değildi ya da " +"bozulmuş bir resimdi." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Geçerli bir seçenek seçin. %(value)s mevcut seçeneklerden biri değil." + +msgid "Enter a list of values." +msgstr "Değerlerin bir listesini girin." + +msgid "Enter a complete value." +msgstr "Tam bir değer girin." + +msgid "Enter a valid UUID." +msgstr "Geçerli bir UUID girin." + +msgid "Enter a valid JSON." +msgstr "Geçerli bir JSON girin." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gizli alan %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm verileri eksik veya değiştirilmiş. Eksik alanlar: " +"%(field_names)s. Sorun devam ederse bir hata raporu dosyalamanız gerekebilir." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Lütfen en fazla %(num)d form gönderin." +msgstr[1] "Lütfen en fazla %(num)d form gönderin." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Lütfen en az %(num)d form gönderin." +msgstr[1] "Lütfen en az %(num)d form gönderin." + +msgid "Order" +msgstr "Sıralama" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Lütfen %(field)s için kopya veriyi düzeltin." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Lütfen %(field)s için benzersiz olmak zorunda olan, kopya veriyi düzeltin." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Lütfen %(date_field)s içindeki %(lookup)s için benzersiz olmak zorunda olan " +"%(field_name)s için kopya veriyi düzeltin." + +msgid "Please correct the duplicate values below." +msgstr "Lütfen aşağıdaki kopya değerleri düzeltin." + +msgid "The inline value did not match the parent instance." +msgstr "Satıriçi değer ana örnek ile eşleşmedi." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Geçerli bir seçenek seçin. Bu seçenek, mevcut seçeneklerden biri değil." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” geçerli bir değer değil." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s, %(current_timezone)s saat dilimi olarak yorumlanamadı; bu " +"belirsiz olabilir ya da mevcut olmayabilir." + +msgid "Clear" +msgstr "Temizle" + +msgid "Currently" +msgstr "Şu anki" + +msgid "Change" +msgstr "Değiştir" + +msgid "Unknown" +msgstr "Bilinmiyor" + +msgid "Yes" +msgstr "Evet" + +msgid "No" +msgstr "Hayır" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "evet,hayır,olabilir" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bayt" +msgstr[1] "%(size)d bayt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ö.s." + +msgid "a.m." +msgstr "ö.ö." + +msgid "PM" +msgstr "ÖS" + +msgid "AM" +msgstr "ÖÖ" + +msgid "midnight" +msgstr "gece yarısı" + +msgid "noon" +msgstr "öğlen" + +msgid "Monday" +msgstr "Pazartesi" + +msgid "Tuesday" +msgstr "Salı" + +msgid "Wednesday" +msgstr "Çarşamba" + +msgid "Thursday" +msgstr "Perşembe" + +msgid "Friday" +msgstr "Cuma" + +msgid "Saturday" +msgstr "Cumartesi" + +msgid "Sunday" +msgstr "Pazar" + +msgid "Mon" +msgstr "Pzt" + +msgid "Tue" +msgstr "Sal" + +msgid "Wed" +msgstr "Çrş" + +msgid "Thu" +msgstr "Prş" + +msgid "Fri" +msgstr "Cum" + +msgid "Sat" +msgstr "Cmt" + +msgid "Sun" +msgstr "Paz" + +msgid "January" +msgstr "Ocak" + +msgid "February" +msgstr "Şubat" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Nisan" + +msgid "May" +msgstr "Mayıs" + +msgid "June" +msgstr "Haziran" + +msgid "July" +msgstr "Temmuz" + +msgid "August" +msgstr "Ağustos" + +msgid "September" +msgstr "Eylül" + +msgid "October" +msgstr "Ekim" + +msgid "November" +msgstr "Kasım" + +msgid "December" +msgstr "Aralık" + +msgid "jan" +msgstr "oca" + +msgid "feb" +msgstr "şub" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "nis" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "haz" + +msgid "jul" +msgstr "tem" + +msgid "aug" +msgstr "ağu" + +msgid "sep" +msgstr "eyl" + +msgid "oct" +msgstr "eki" + +msgid "nov" +msgstr "kas" + +msgid "dec" +msgstr "ara" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Oca." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Şub." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Nisan" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayıs" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Haz." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Tem." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ağu." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Eyl." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Eki." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Kas." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Ara." + +msgctxt "alt. month" +msgid "January" +msgstr "Ocak" + +msgctxt "alt. month" +msgid "February" +msgstr "Şubat" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Nisan" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayıs" + +msgctxt "alt. month" +msgid "June" +msgstr "Haziran" + +msgctxt "alt. month" +msgid "July" +msgstr "Temmuz" + +msgctxt "alt. month" +msgid "August" +msgstr "Ağustos" + +msgctxt "alt. month" +msgid "September" +msgstr "Eylül" + +msgctxt "alt. month" +msgid "October" +msgstr "Ekim" + +msgctxt "alt. month" +msgid "November" +msgstr "Kasım" + +msgctxt "alt. month" +msgid "December" +msgstr "Aralık" + +msgid "This is not a valid IPv6 address." +msgstr "Bu, geçerli bir IPv6 adresi değil." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ya da" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d yıl" +msgstr[1] "%(num)d yıl" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d ay" +msgstr[1] "%(num)d ay" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d hafta" +msgstr[1] "%(num)d hafta" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d gün" +msgstr[1] "%(num)d gün" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d saat" +msgstr[1] "%(num)d saat" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d dakika" +msgstr[1] "%(num)d dakika" + +msgid "Forbidden" +msgstr "Yasak" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF doğrulaması başarısız oldu. İstek iptal edildi." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Bu iletiyi görüyorsunuz çünkü bu HTTPS sitesi, web tarayıcınız tarafından " +"gönderilen “Referer üstbilgisi”ni gerektirir, ancak hiçbir şey gönderilmedi. " +"Bu üstbilgi güvenlik nedenleri için gerekir, tarayıcınızın üçüncü taraf " +"uygulamalar tarafından ele geçirilmediğinden emin olun." + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Eğer tarayıcınızı “Referer” üstbilgilerini etkisizleştirmek için " +"yapılandırdıysanız, lütfen bunları, en azından bu site ya da HTTPS " +"bağlantıları veya “aynı-kaynakta” olan istekler için yeniden etkinleştirin." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Eğer etiketi " +"kullanıyorsanız ya da “Referrer-Policy: no-referrer” üstbilgisini dahil " +"ediyorsanız, lütfen bunları kaldırın. CSRF koruması, katı göndereni denetimi " +"yapmak için “Referer” üstbilgisi gerektirir. Gizlilik konusunda endişeniz " +"varsa, üçüncü taraf sitelere bağlantılar için gibi " +"alternatifler kullanın." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Bu iletiyi görüyorsunuz çünkü bu site, formları gönderdiğinizde bir CSRF " +"tanımlama bilgisini gerektirir. Bu tanımlama bilgisi güvenlik nedenleri için " +"gerekir, tarayıcınızın üçüncü taraf uygulamalar tarafından ele " +"geçirilmediğinden emin olun." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Eğer tarayıcınızı tanımlama bilgilerini etkisizleştirmek için " +"yapılandırdıysanız, lütfen bunları, en azından bu site ya da “aynı-kaynakta” " +"olan istekler için yeniden etkinleştirin." + +msgid "More information is available with DEBUG=True." +msgstr "Daha fazla bilgi DEBUG=True ayarı ile mevcut olur." + +msgid "No year specified" +msgstr "Yıl bilgisi belirtilmedi" + +msgid "Date out of range" +msgstr "Tarih aralık dışında" + +msgid "No month specified" +msgstr "Ay bilgisi belirtilmedi" + +msgid "No day specified" +msgstr "Gün bilgisi belirtilmedi" + +msgid "No week specified" +msgstr "Hafta bilgisi belirtilmedi" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Mevcut %(verbose_name_plural)s yok" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Gelecek %(verbose_name_plural)s mevcut değil, çünkü %(class_name)s." +"allow_future değeri False olarak tanımlı." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Geçersiz tarih dizgisi “%(datestr)s” verilen biçim “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Sorguyla eşleşen hiç %(verbose_name)s bulunamadı" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Sayfa “sonuncu” değil, ya da bir tamsayıya dönüştürülemez." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Geçersiz sayfa (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Liste boş ve “%(class_name)s.allow_empty” değeri False." + +msgid "Directory indexes are not allowed here." +msgstr "Dizin indekslerine burada izin verilmiyor." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” mevcut değil" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s indeksi" + +msgid "The install worked successfully! Congratulations!" +msgstr "Yükleme başarılı olarak çalıştı! Tebrikler!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django %(version)s sürümü için yayım notlarını göster" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Bu sayfayı görüyorsunuz çünkü DEBUG=True parametresi ayarlar dosyanızın içindedir ve " +"herhangi bir URL yapılandırmadınız." + +msgid "Django Documentation" +msgstr "Django Belgeleri" + +msgid "Topics, references, & how-to’s" +msgstr "Konular, kaynaklar ve nasıl yapılırlar" + +msgid "Tutorial: A Polling App" +msgstr "Eğitim: Anket Uygulaması" + +msgid "Get started with Django" +msgstr "Django ile başlayın" + +msgid "Django Community" +msgstr "Django Topluluğu" + +msgid "Connect, get help, or contribute" +msgstr "Bağlanın, yardım alın, ya da katkıda bulunun" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dd0e55ac57ee3737ef0b5e0a8189b4c8ba8d681 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1Nf!g)s<1_OzOXB183Mzkb*yQG?l;)(`6|n*>W(4A55aS~= LBO_xGGmr%Us5Uk| literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3be9987884813c7ebf37a16b8574ca20606b9c02 GIT binary patch literal 738 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..84d06ef7d91 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po @@ -0,0 +1,1211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin , 2011 +# v_ildar , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Гарәп теле" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Азәрбайҗан" + +msgid "Bulgarian" +msgstr "Болгар теле" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Бенгалия теле" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Босния теле" + +msgid "Catalan" +msgstr "Каталан теле" + +msgid "Czech" +msgstr "Чех теле" + +msgid "Welsh" +msgstr "Уэльс теле" + +msgid "Danish" +msgstr "Дания теле" + +msgid "German" +msgstr "Алман теле" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек теле" + +msgid "English" +msgstr "Инглиз теле" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Британ инглиз теле" + +msgid "Esperanto" +msgstr "Эсперанто теле" + +msgid "Spanish" +msgstr "Испан теле" + +msgid "Argentinian Spanish" +msgstr "Аргентина испан теле" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикалы испан" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуалы испан" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Эстон теле" + +msgid "Basque" +msgstr "Баск теле" + +msgid "Persian" +msgstr "Фарсы теле" + +msgid "Finnish" +msgstr "Финн теле" + +msgid "French" +msgstr "Француз теле" + +msgid "Frisian" +msgstr "Фриз теле" + +msgid "Irish" +msgstr "Ирланд теле" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галлий теле" + +msgid "Hebrew" +msgstr "Яһүд теле" + +msgid "Hindi" +msgstr "Хинд теле" + +msgid "Croatian" +msgstr "Хорват теле" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгр теле" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Индонезия теле" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исланд теле" + +msgid "Italian" +msgstr "Итальян теле" + +msgid "Japanese" +msgstr "Япон теле" + +msgid "Georgian" +msgstr "Грузин теле" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Казах теле" + +msgid "Khmer" +msgstr "Кхмер теле" + +msgid "Kannada" +msgstr "Каннада теле" + +msgid "Korean" +msgstr "Корея теле" + +msgid "Luxembourgish" +msgstr "Люксембург теле" + +msgid "Lithuanian" +msgstr "Литвалылар теле" + +msgid "Latvian" +msgstr "Латвия теле" + +msgid "Macedonian" +msgstr "Македон теле" + +msgid "Malayalam" +msgstr "Малаялам теле" + +msgid "Mongolian" +msgstr "Монгол теле" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Голланд теле" + +msgid "Norwegian Nynorsk" +msgstr "Норвегиялеләр (Нюнорск) теле" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Паджаби теле" + +msgid "Polish" +msgstr "Поляк теле" + +msgid "Portuguese" +msgstr "Португал теле" + +msgid "Brazilian Portuguese" +msgstr "Бразилия португал теле" + +msgid "Romanian" +msgstr "Румын теле" + +msgid "Russian" +msgstr "Рус теле" + +msgid "Slovak" +msgstr "Словак теле" + +msgid "Slovenian" +msgstr "Словен теле" + +msgid "Albanian" +msgstr "Албан теле" + +msgid "Serbian" +msgstr "Серб теле" + +msgid "Serbian Latin" +msgstr "Серб теле (латин алфавиты)" + +msgid "Swedish" +msgstr "Швед теле" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Тамиль теле" + +msgid "Telugu" +msgstr "Телугу теле" + +msgid "Thai" +msgstr "Тай теле" + +msgid "Turkish" +msgstr "Төрек теле" + +msgid "Tatar" +msgstr "Татар теле" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Украин теле" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Вьетнам теле" + +msgid "Simplified Chinese" +msgstr "Гадиләштерелгән кытай теле" + +msgid "Traditional Chinese" +msgstr "Традицион кытай теле" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Дөрес кыйммәтне кертегез." + +msgid "Enter a valid URL." +msgstr "Рөхсәт ителгән URLны кертегез." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Дөрес эл. почта адресны кертегез." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Рөхсәт ителгән IPv4 адресын кертегез." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Өтерләр белән бүленгән сан билгеләрен кертегез" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Бу кыйммәтнең %(limit_value)s булуын тикшерегез (хәзер ул - %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Бу кыйммәтнең %(limit_value)s карата кечерәк яки тигез булуын тикшерегез." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Бу кыйммәтнең %(limit_value)s карата зуррак яки тигез булуын тикшерегез." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +msgid "Enter a number." +msgstr "Сан кертегез." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "һәм" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Бу кырның кыйммәте NULL булырга тиеш түгел." + +msgid "This field cannot be blank." +msgstr "Бу кыр буш булырга тиеш түгел." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Мондый %(field_label)s белән булган %(model_name)s инде бар." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типтагы кыр" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Логик (True яисә False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Юл (күп дигәндә %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Өтерләр белән бүленгән бөтен саннар" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (вакыт күрсәтмәсе булмаган)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата (вакыт күрсәтмәсе белән)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Унарлы вакланма" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Эл. почта" + +msgid "File path" +msgstr "Файл юлы" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Күчерелүчән өтер белән булган сан" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Бөтен сан" + +msgid "Big (8 byte) integer" +msgstr "Зур бөтен (8 байт)" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP-адрес" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Логик (True, False я None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Вакыт" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Тыш ачкыч (тип бәйле кыр буенча билгеләнгән)" + +msgid "One-to-one relationship" +msgstr "\"Бергә бер\" элемтәсе" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "\"Күпкә куп\" элемтәсе" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Мәҗбүри кыр." + +msgid "Enter a whole number." +msgstr "Бөтен сан кертегез." + +msgid "Enter a valid date." +msgstr "Рөхсәт ителгән датаны кертегез." + +msgid "Enter a valid time." +msgstr "Рөхсәт ителгән вакытны кертегез." + +msgid "Enter a valid date/time." +msgstr "Рөхсәт ителгән дата һәм вакытны кертегез." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Һишбер файл җибәрелмәгән. Форма кодлавын тикшерегез." + +msgid "No file was submitted." +msgstr "Һишбер файл җибәрелмәгән." + +msgid "The submitted file is empty." +msgstr "Җибәрелгән файл буш." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Зинһар, җибәрегез файлны яисә бушайту байракчасын билгеләгез, икесен бергә " +"түгел." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Рөхсәт ителгән рәсемне йөкләгез. Сез йөкләгән файл рәсем түгел яисә бозылган." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Дөрес тәкъдимне сайлагыз. Рөхсәт ителгән кыйммәтләр арасында %(value)s юк. " + +msgid "Enter a list of values." +msgstr "Кыйммәтләр исемлеген кертегез." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Тәртип" + +msgid "Delete" +msgstr "Бетерергә" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Зинһар, %(field)s кырындагы кабатлана торган кыйммәтне төзәтегез." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Зинһар, %(field)s кырындагы кыйммәтне төзәтегез, ул уникаль булырга тиеш." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Зинһар, %(field_name)s кырындагы кыйммәтне төзәтегез, ул %(date_field)s " +"кырындагы %(lookup)s өчен уникаль булырга тиеш." + +msgid "Please correct the duplicate values below." +msgstr "Зинһар, астагы кабатлана торган кыйммәтләрне төзәтегез." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Дөрес тәкъдимне сайлагыз. Рөхсәт ителгән кыйммәтләр арасында сезнең вариант " +"юк." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Бушайтырга" + +msgid "Currently" +msgstr "Хәзерге вакытта" + +msgid "Change" +msgstr "Үзгәртергә" + +msgid "Unknown" +msgstr "Билгесез" + +msgid "Yes" +msgstr "Әйе" + +msgid "No" +msgstr "Юк" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "әйе,юк,бәлки" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "т.с." + +msgid "a.m." +msgstr "т.к." + +msgid "PM" +msgstr "ТС" + +msgid "AM" +msgstr "ТК" + +msgid "midnight" +msgstr "төн уртасы" + +msgid "noon" +msgstr "көн уртасы" + +msgid "Monday" +msgstr "Дүшәмбе" + +msgid "Tuesday" +msgstr "Сишәмбе" + +msgid "Wednesday" +msgstr "Чәршәмбе" + +msgid "Thursday" +msgstr "Пәнҗешәмбе" + +msgid "Friday" +msgstr "Җомга" + +msgid "Saturday" +msgstr "Шимбә" + +msgid "Sunday" +msgstr "Якшәмбе" + +msgid "Mon" +msgstr "Дүш" + +msgid "Tue" +msgstr "Сиш" + +msgid "Wed" +msgstr "Чәр" + +msgid "Thu" +msgstr "Пнҗ" + +msgid "Fri" +msgstr "Җом" + +msgid "Sat" +msgstr "Шим" + +msgid "Sun" +msgstr "Якш" + +msgid "January" +msgstr "Гыйнвар" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "гый" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Гый." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "гыйнвар" + +msgctxt "alt. month" +msgid "February" +msgstr "февраль" + +msgctxt "alt. month" +msgid "March" +msgstr "март" + +msgctxt "alt. month" +msgid "April" +msgstr "апрель" + +msgctxt "alt. month" +msgid "May" +msgstr "май" + +msgctxt "alt. month" +msgid "June" +msgstr "июнь" + +msgctxt "alt. month" +msgid "July" +msgstr "июль" + +msgctxt "alt. month" +msgid "August" +msgstr "август" + +msgctxt "alt. month" +msgid "September" +msgstr "сентябрь" + +msgctxt "alt. month" +msgid "October" +msgstr "октябрь" + +msgctxt "alt. month" +msgid "November" +msgstr "ноябрь" + +msgctxt "alt. month" +msgid "December" +msgstr "декабрь" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "я" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Ел билгеләнмәгән" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Ай билгеләнмәгән" + +msgid "No day specified" +msgstr "Көн билгеләнмәгән" + +msgid "No week specified" +msgstr "Атна билгеләнмәгән" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Файдалана алырлык %(verbose_name_plural)s юк" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future False булуы сәбәпле, киләсе " +"%(verbose_name_plural)s файдалана алырлык түгел" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Таләпкә туры килгән %(verbose_name)s табылмаган" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0c7ab6d1221496d3fd113e75a52f617b7f3498d3 GIT binary patch literal 12822 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 00000000000..68c2bc7e579 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,1197 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 22:40+0200\n" +"PO-Revision-Date: 2019-11-05 00:38+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Udmurt (http://www.transifex.com/django/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Африкаанс" + +msgid "Arabic" +msgstr "Араб" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Азербайджан" + +msgid "Bulgarian" +msgstr "Болгар" + +msgid "Belarusian" +msgstr "Беларус" + +msgid "Bengali" +msgstr "Бенгал" + +msgid "Breton" +msgstr "Бретон" + +msgid "Bosnian" +msgstr "Босниец" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Czech" +msgstr "Чех" + +msgid "Welsh" +msgstr "Уэльс" + +msgid "Danish" +msgstr "Датчан" + +msgid "German" +msgstr "Немец" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Англи" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Британиысь англи" + +msgid "Esperanto" +msgstr "Эсперанто" + +msgid "Spanish" +msgstr "Испан" + +msgid "Argentinian Spanish" +msgstr "Аргентинаысь испан" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикаысь испан" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуаысь испан" + +msgid "Venezuelan Spanish" +msgstr "Венесуэлаысь испан" + +msgid "Estonian" +msgstr "Эстон" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Перс" + +msgid "Finnish" +msgstr "Финн" + +msgid "French" +msgstr "Француз" + +msgid "Frisian" +msgstr "Фриз" + +msgid "Irish" +msgstr "Ирланд" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галисий" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорват" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгер" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонези" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исланд" + +msgid "Italian" +msgstr "Итальян" + +msgid "Japanese" +msgstr "Япон" + +msgid "Georgian" +msgstr "Грузин" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Казах" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Корей" + +msgid "Luxembourgish" +msgstr "Люксембург" + +msgid "Lithuanian" +msgstr "Литва" + +msgid "Latvian" +msgstr "Латвий" + +msgid "Macedonian" +msgstr "Македон" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монгол" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непал" + +msgid "Dutch" +msgstr "Голланд" + +msgid "Norwegian Nynorsk" +msgstr "Норвег (нюнорск)" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Панджаби" + +msgid "Polish" +msgstr "Поляк" + +msgid "Portuguese" +msgstr "Португал" + +msgid "Brazilian Portuguese" +msgstr "Бразилиысь португал" + +msgid "Romanian" +msgstr "Румын" + +msgid "Russian" +msgstr "Ӟуч" + +msgid "Slovak" +msgstr "Словак" + +msgid "Slovenian" +msgstr "Словен" + +msgid "Albanian" +msgstr "Албан" + +msgid "Serbian" +msgstr "Серб" + +msgid "Serbian Latin" +msgstr "Серб (латиницаен)" + +msgid "Swedish" +msgstr "Швед" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамиль" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тай" + +msgid "Turkish" +msgstr "Турок" + +msgid "Tatar" +msgstr "Бигер" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Украин" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Вьетнам" + +msgid "Simplified Chinese" +msgstr "Китай (капчиятэм)" + +msgid "Traditional Chinese" +msgstr "Китай (традици)" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Тазэ шонер гожтэ." + +msgid "Enter a valid URL." +msgstr "Шонер URL гожтэ." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Электорн почта адресэз шонер гожтэ" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Шонер IPv4-адрес гожтэ." + +msgid "Enter a valid IPv6 address." +msgstr "Шонер IPv6-адрес гожтэ." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Шонер IPv4 яке IPv6 адрес гожтэ." + +msgid "Enter only digits separated by commas." +msgstr "Запятойёсын висъям лыдпусъёсты гожтэ" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Эскере, та %(limit_value)s шуыса. Али татын %(show_value)s." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Талы %(limit_value)s-лэсь бадӟымгес луыны уг яра." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Талы %(limit_value)s-лэсь ӧжытгес луыны уг яра." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +msgid "Enter a number." +msgstr "Лыд гожтэ." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "но" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Та NULL луыны уг яра." + +msgid "This field cannot be blank." +msgstr "Та буш луыны уг яра." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Таӵе %(field_label)s-ен %(model_name)s вань ини." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типъем бусы" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "True яке False" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Чур (%(max_length)s пусозь кузьда)" + +msgid "Comma-separated integers" +msgstr "Запятоен висъям быдэс лыдъёс" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (час-минут пусйытэк)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата но час-минут" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Десятичной лыд." + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Электрон почта адрес" + +msgid "File path" +msgstr "Файллэн нимыз" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Вещественной лыд" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "целой" + +msgid "Big (8 byte) integer" +msgstr "Бадӟым (8 байтъем) целой лыд" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP адрес" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "True, False яке None" + +msgid "Positive integer" +msgstr "Целой, нольлэсь бадӟым лыд" + +msgid "Positive small integer" +msgstr "Нольлэсь бадӟым пичи целой лыд" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Компьютерной ним (%(max_length)s пусозь кузьда)" + +msgid "Small integer" +msgstr "Пичи целой лыд" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Час-минут" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Суред" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Мукет моделен герӟет (тип герӟано бусыя валамын)." + +msgid "One-to-one relationship" +msgstr "Одӥг-одӥг герӟет" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Трос-трос герӟет" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Та клуэ." + +msgid "Enter a whole number." +msgstr "Целой лыд гожтэ." + +msgid "Enter a valid date." +msgstr "Шонер дата гожтэ." + +msgid "Enter a valid time." +msgstr "Шонер час-минут гожтэ." + +msgid "Enter a valid date/time." +msgstr "Шонер дата но час-минут гожтэ." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Одӥг файл но лэзьымтэ. Формалэсь код." + +msgid "No file was submitted." +msgstr "Файл лэземын ӧвӧл." + +msgid "The submitted file is empty." +msgstr "Лэзем файл буш." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Файл лэзе яке файл ӵушоно шуыса пусъе, огдыръя соиз но, таиз но уг яра." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Суред лэзе. Тӥляд файлды лэзьымтэ яке со суред ӧвӧл." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Шонер вариант быръе. %(value)s вариантъёс пӧлын ӧвӧл." + +msgid "Enter a list of values." +msgstr "Список лэзе." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Рад" + +msgid "Delete" +msgstr "Ӵушоно" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Буш кароно" + +msgid "Currently" +msgstr "Али" + +msgid "Change" +msgstr "Тупатъяно" + +msgid "Unknown" +msgstr "Тодымтэ" + +msgid "Yes" +msgstr "Бен" + +msgid "No" +msgstr "Ӧвӧл" + +msgid "Year" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Day" +msgstr "" + +msgid "yes,no,maybe" +msgstr "бен,ӧвӧл,уг тодӥськы" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s МБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "лымшор бере" + +msgid "a.m." +msgstr "лымшор азе" + +msgid "PM" +msgstr "лымшор бере" + +msgid "AM" +msgstr "лымшор азе" + +msgid "midnight" +msgstr "уйшор" + +msgid "noon" +msgstr "лымшор" + +msgid "Monday" +msgstr "Вордӥськон" + +msgid "Tuesday" +msgstr "Пуксён" + +msgid "Wednesday" +msgstr "Вирнунал" + +msgid "Thursday" +msgstr "Покчиарня" + +msgid "Friday" +msgstr "Удмуртарня" + +msgid "Saturday" +msgstr "Кӧснунал" + +msgid "Sunday" +msgstr "Арнянунал" + +msgid "Mon" +msgstr "врд" + +msgid "Tue" +msgstr "пкс" + +msgid "Wed" +msgstr "врн" + +msgid "Thu" +msgstr "пкч" + +msgid "Fri" +msgstr "удм" + +msgid "Sat" +msgstr "ксн" + +msgid "Sun" +msgstr "арн" + +msgid "January" +msgstr "толшор" + +msgid "February" +msgstr "тулыспал" + +msgid "March" +msgstr "южтолэзь" + +msgid "April" +msgstr "оштолэзь" + +msgid "May" +msgstr "куартолэзь" + +msgid "June" +msgstr "инвожо" + +msgid "July" +msgstr "пӧсьтолэзь" + +msgid "August" +msgstr "гудырикошкон" + +msgid "September" +msgstr "куарусён" + +msgid "October" +msgstr "коньывуон" + +msgid "November" +msgstr "шуркынмон" + +msgid "December" +msgstr "толсур" + +msgid "jan" +msgstr "тшт" + +msgid "feb" +msgstr "тпт" + +msgid "mar" +msgstr "южт" + +msgid "apr" +msgstr "ошт" + +msgid "may" +msgstr "крт" + +msgid "jun" +msgstr "ивт" + +msgid "jul" +msgstr "пст" + +msgid "aug" +msgstr "гкт" + +msgid "sep" +msgstr "кут" + +msgid "oct" +msgstr "квт" + +msgid "nov" +msgstr "шкт" + +msgid "dec" +msgstr "тст" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "тшт" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "тпт" + +msgctxt "abbrev. month" +msgid "March" +msgstr "южт" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ошт" + +msgctxt "abbrev. month" +msgid "May" +msgstr "крт" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ивт" + +msgctxt "abbrev. month" +msgid "July" +msgstr "пст" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "гкт" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "кут" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "квт" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "шкт" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "тст" + +msgctxt "alt. month" +msgid "January" +msgstr "толшоре" + +msgctxt "alt. month" +msgid "February" +msgstr "тулыспалэ" + +msgctxt "alt. month" +msgid "March" +msgstr "южтолэзе" + +msgctxt "alt. month" +msgid "April" +msgstr "оштолэзе" + +msgctxt "alt. month" +msgid "May" +msgstr "куартолэзе" + +msgctxt "alt. month" +msgid "June" +msgstr "инвожое" + +msgctxt "alt. month" +msgid "July" +msgstr "пӧсьтолэзе" + +msgctxt "alt. month" +msgid "August" +msgstr "гудырикошконэ" + +msgctxt "alt. month" +msgid "September" +msgstr "куарусёнэ" + +msgctxt "alt. month" +msgid "October" +msgstr "коньывуонэ" + +msgctxt "alt. month" +msgid "November" +msgstr "шуркынмонэ" + +msgctxt "alt. month" +msgid "December" +msgstr "толсуре" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "яке" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Папкаослэсь пуштроссэс татын учкыны уг яра." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s папкалэн пушторсэз" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..359ecd556f0518d4b8787d37feb2233db19977a3 GIT binary patch literal 35426 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, 2018 +# Abduqadir Abliz , 2023-2024 +# Abduqadir Abliz , 2023 +# Azat, 2023,2025 +# Murat Orhun , 2023 +# Natalia, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Uyghur (http://app.transifex.com/django/django/language/ug/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ug\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ئافرىكانسچە" + +msgid "Arabic" +msgstr "ئەرەبچە" + +msgid "Algerian Arabic" +msgstr "ئالجىرىيە ئەرەپچىسى" + +msgid "Asturian" +msgstr "ئاستۇرىچە" + +msgid "Azerbaijani" +msgstr "ئەزەربەيجانچە" + +msgid "Bulgarian" +msgstr "بۇلغارچە" + +msgid "Belarusian" +msgstr "بېلورۇسىچە" + +msgid "Bengali" +msgstr "بېنگالچە" + +msgid "Breton" +msgstr "بىرېتونچە" + +msgid "Bosnian" +msgstr "بوسنىيەچە" + +msgid "Catalan" +msgstr "كاتالانچە" + +msgid "Central Kurdish (Sorani)" +msgstr "مەركىزى كۇردچە ( سورانى) " + +msgid "Czech" +msgstr "چېخچە" + +msgid "Welsh" +msgstr "ۋېلشچە" + +msgid "Danish" +msgstr "دانىشچە" + +msgid "German" +msgstr "گىرمانچە" + +msgid "Lower Sorbian" +msgstr "تۆۋەن سوربچە" + +msgid "Greek" +msgstr "گىرېكچە" + +msgid "English" +msgstr "ئىنگلىزچە" + +msgid "Australian English" +msgstr "" +"ئاۋىستىرالىيە ئىنگلزچىسى\n" +" " + +msgid "British English" +msgstr "ئەنگىلىيە ئىنگىلىزچىسى" + +msgid "Esperanto" +msgstr "دۇنيا تىلى" + +msgid "Spanish" +msgstr "ئىسپانچە" + +msgid "Argentinian Spanish" +msgstr "ئارگېنتىنا ئىسپانچىسى" + +msgid "Colombian Spanish" +msgstr "كولۇمبىيە ئىسپانچىسى" + +msgid "Mexican Spanish" +msgstr "مېكسىكا ئىسپانچىسى" + +msgid "Nicaraguan Spanish" +msgstr "نىكاراگۇئا ئىسپاچىسى" + +msgid "Venezuelan Spanish" +msgstr "ۋېنېزۇئېلا ئىسپانچىسى" + +msgid "Estonian" +msgstr "ئېستونىيەچە" + +msgid "Basque" +msgstr "بەسىكچە" + +msgid "Persian" +msgstr "پارىسچە" + +msgid "Finnish" +msgstr "ڧىنلانىدچە" + +msgid "French" +msgstr "ڧىرانسۇزچە" + +msgid "Frisian" +msgstr "فىرىزىيەچە" + +msgid "Irish" +msgstr "ئىرېلاندىيەچە" + +msgid "Scottish Gaelic" +msgstr "شوتلاندىيەچە" + +msgid "Galician" +msgstr "گالىچىيەچە" + +msgid "Hebrew" +msgstr "ئىبرانىچە" + +msgid "Hindi" +msgstr "ھىندىچە" + +msgid "Croatian" +msgstr "كىرودىيەچە" + +msgid "Upper Sorbian" +msgstr "يۇقىرى سوربچە" + +msgid "Hungarian" +msgstr "ماجارچە" + +msgid "Armenian" +msgstr "ئارمىنىيەچە" + +msgid "Interlingua" +msgstr "خەلقئارالىق تىل" + +msgid "Indonesian" +msgstr "ھىندىنوزىيەچە" + +msgid "Igbo" +msgstr "ئىبوچە" + +msgid "Ido" +msgstr "ئىيدوچە" + +msgid "Icelandic" +msgstr "ئىسلاندىيەچە" + +msgid "Italian" +msgstr "ئىتالىيەچە" + +msgid "Japanese" +msgstr "ياپونچە" + +msgid "Georgian" +msgstr "گرۇزىيەچە" + +msgid "Kabyle" +msgstr "كەبىيلچە" + +msgid "Kazakh" +msgstr "قازاقچە" + +msgid "Khmer" +msgstr "كامىيرچە" + +msgid "Kannada" +msgstr "كانناداچە" + +msgid "Korean" +msgstr "كورىيەچە" + +msgid "Kyrgyz" +msgstr "قىرغىزچە" + +msgid "Luxembourgish" +msgstr "لىيۇكسېمبۇرگچە" + +msgid "Lithuanian" +msgstr "لىتۋاچە" + +msgid "Latvian" +msgstr "لاتۋىيەچە" + +msgid "Macedonian" +msgstr "ماكېدونىيەچە" + +msgid "Malayalam" +msgstr "مالىيالامچە" + +msgid "Mongolian" +msgstr "مۇڭغۇلچە" + +msgid "Marathi" +msgstr "ماراتىچە" + +msgid "Malay" +msgstr "مالايچە" + +msgid "Burmese" +msgstr "بېرمىچە" + +msgid "Norwegian Bokmål" +msgstr "نورۋېگىيە بوكمىلچىسى" + +msgid "Nepali" +msgstr "نېپالچە" + +msgid "Dutch" +msgstr "گوللاندىيەچە" + +msgid "Norwegian Nynorsk" +msgstr "نورۋېگىيە نىنورسكچىسى" + +msgid "Ossetic" +msgstr "ئوسېتچە" + +msgid "Punjabi" +msgstr "پۇنجابىچە" + +msgid "Polish" +msgstr "پولشاچە" + +msgid "Portuguese" +msgstr "پورتۇگالچە" + +msgid "Brazilian Portuguese" +msgstr "بىرازىلىيە پورتۇگالچىسى" + +msgid "Romanian" +msgstr "رومەينىيەچە" + +msgid "Russian" +msgstr "رۇسچە" + +msgid "Slovak" +msgstr "سلوۋاكىيەچە" + +msgid "Slovenian" +msgstr "سىلوۋېنىيەچە" + +msgid "Albanian" +msgstr "ئالبانىيەچە" + +msgid "Serbian" +msgstr "سېربىيەچە" + +msgid "Serbian Latin" +msgstr "سېربىيە لاتىنچىسى" + +msgid "Swedish" +msgstr "شىۋىتسىيەچە" + +msgid "Swahili" +msgstr "سۋاھىلچە" + +msgid "Tamil" +msgstr "تامىلچە" + +msgid "Telugu" +msgstr "تېلۇگۇ" + +msgid "Tajik" +msgstr "تاجىكچە" + +msgid "Thai" +msgstr "تايلاندچە" + +msgid "Turkmen" +msgstr "تۈركمەنچە" + +msgid "Turkish" +msgstr "تۈركچە" + +msgid "Tatar" +msgstr "تاتارچە" + +msgid "Udmurt" +msgstr "ئۇدمۇرتچە" + +msgid "Uyghur" +msgstr "ئۇيغۇرچە" + +msgid "Ukrainian" +msgstr "ئۇكرائىنچە" + +msgid "Urdu" +msgstr "ئوردۇچە" + +msgid "Uzbek" +msgstr "ئۆزبەكچە" + +msgid "Vietnamese" +msgstr "ۋېيتنامچە" + +msgid "Simplified Chinese" +msgstr "خەنزۇچە" + +msgid "Traditional Chinese" +msgstr "ئەنئەنىۋى خەنزۇچىسى" + +msgid "Messages" +msgstr "قىسقا ئۇچۇر" + +msgid "Site Maps" +msgstr "بېكەت خەرىتىسى" + +msgid "Static Files" +msgstr "سىتاتىك ھۆججەت" + +msgid "Syndication" +msgstr "تەشكىللىنىش" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "بەت نومۇرى پۈتۈن سان ئەمەس" + +msgid "That page number is less than 1" +msgstr "بەت نومۇرى 1 دىن كىچىك" + +msgid "That page contains no results" +msgstr "ئۇ بەتتە ھېچقانداق نەتىجە يوق" + +msgid "Enter a valid value." +msgstr "بىر ئىناۋەتلىك قىممەتنى تولدۇرۇڭ" + +msgid "Enter a valid domain name." +msgstr "ئىناۋەتلىك دائىرە ئىسمى كىرگۈزۈلىدۇ." + +msgid "Enter a valid URL." +msgstr "ئىناۋەتلىك URL نى تولدۇرۇڭ" + +msgid "Enter a valid integer." +msgstr "ئىناۋەتلىك پۈتۈن سان تولدۇرۇڭ" + +msgid "Enter a valid email address." +msgstr "ئىناۋەتلىك ئېلخەت ئادرېسىنى كىرگۈزۈڭ." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"ھەرپ ، سان ، ئاستى سىزىق ياكى سىزىقچىلاردىن تەركىب تاپقان ئۈنۈملۈك «سىلاگ» " +"نى كىرگۈزۈڭ." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"يۇنىكودلۇق ھەرپ، سان، ئاستى سىزىق ياكى سىزىقچىلاردىن تەركىب تاپقان ئۈنۈملۈك " +"«slug» نى كىرگۈزۈڭ." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "ئىناۋەتلىك %(protocol)sئادرېسى كىرگۈزۈلىدۇ." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ياكى IPv6" + +msgid "Enter only digits separated by commas." +msgstr "پەش ئارقىلىق ئايرىلغان رەقەملەرنىلا كىرگۈزۈڭ." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"بۇ قىممەتنىڭ %(limit_value)s بولىشىغا كاپالەتلىك قىلىڭ ( ھازىر " +"%(show_value)s)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"بۇ قىممەتنىڭ %(limit_value)s دىن تۆۋەن ياكى تەڭ بولۇشىغا كاپالەتلىك قىلىڭ" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"بۇ قىممەتنىڭ %(limit_value)s دىن چوڭ ياكى تەڭ بولۇشىغا كاپالەتلىك قىلىڭ" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "بۇ قىممەتنىڭ %(limit_value)s نىڭ كۆپەيتمىسى بولىشىغا كاپالەتلىك قىلىڭ" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"بۇ قىممەت كۆپ قەدەم باسقۇچلۇق بولسۇن %(limit_value)s، %(offset)s دىن " +"باشلىنىپ، مەسىلەن %(offset)s، %(valid_value1)s، %(valid_value2)s ۋە باشقىلار." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"بۇ قىممەتنىڭ كەم دېگەندە %(limit_value)d ھەرپ بولۇشىغا كاپالەتلىك قىلىڭ " +"(ھازىر %(show_value)d بار)." +msgstr[1] "" +"بۇ قىممەتنىڭ كەم دېگەندە %(limit_value)d ھەرپ بولۇشىغا كاپالەتلىك قىلىڭ " +"(ھازىر %(show_value)d بار)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"بۇ قىممەتنىڭ ئەڭ كۆپ بولغاندا %(limit_value)d ھەرپ بولۇشىغا كاپالەتلىك قىلىڭ " +"(ھازىر %(show_value)d بار)." +msgstr[1] "" +"بۇ قىممەتنىڭ ئەڭ كۆپ بولغاندا %(limit_value)d ھەرپ بولۇشىغا كاپالەتلىك قىلىڭ " +"(ئۇنىڭدا %(show_value)d بار). " + +msgid "Enter a number." +msgstr "سان كىرگۈزۈڭ." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "جەمى 4%(max)s خانىدىن ئېشىپ كەتمەسلىكىگە كاپالەتلىك قىلىڭ." +msgstr[1] "جەمى %(max)s خانىدىن ئېشىپ كەتمەسلىكىگە كاپالەتلىك قىلىڭ." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "%(max)s ئونلۇق ئورۇندىن ئېشىپ كەتمەسلىكىگە كاپالەتلىك قىلىڭ." +msgstr[1] "%(max)s ئونلۇق ئورۇندىن ئېشىپ كەتمەسلىكىگە كاپالەتلىك قىلىڭ." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"ئونلۇق نۇقتىدىن ئىلگىرى %(max)s خانىدىن ئېشىپ كەتمەسلىكىگە كاپالەتلىك قىلىڭ." +msgstr[1] "" +"ئونلۇق نۇقتىدىن ئىلگىرى %(max)s خانىدىن ئېشىپ كەتمەسلىكىگە كاپالەتلىك قىلىڭ." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"ھۆججەت كېڭەيتىشكە «%(extension)s» رۇخسەت قىلىنمايدۇ. رۇخسەت قىلىنغان " +"كېڭەيتىلمە: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "بوش ھەرپلەرگە رۇخسەت قىلىنمايدۇ." + +msgid "and" +msgstr "ۋە" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s بىلەن بۇ %(field_labels)s مەۋجۇت." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "«%(name)s» چەكلىمىسى بۇزۇلدى." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "قىممەت %(value)r ئىناۋەتسىز." + +msgid "This field cannot be null." +msgstr "بۇ ئورۇننى بوش قويۇشقا بولمايدۇ" + +msgid "This field cannot be blank." +msgstr "بۇ ئورۇننى بوش قويۇشقا بولمايدۇ" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "بۇ %(field_label)s بىلەن %(model_name)s مەۋجۇت." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s چوقۇم %(date_field_label)s %(lookup_type)s ئۈچۈن بىردىنبىر " +"بولۇشى كېرەك." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "تىپ تۈرى: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "«%(value)s» قىممىتى چوقۇم True ياكى False بولۇشى كېرەك." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "«%(value)s» قىممىتى چوقۇم True ، False ياكى None بولۇشى كېرەك." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True ياكى False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "(%(max_length)s گە قەدەر ئۇزۇنلۇقتىكى) ھەرپ-بەلگە" + +msgid "String (unlimited)" +msgstr "ھەرپ-بەلگە ( ئۇزۇنلۇققا چەكلىمە يوق)" + +msgid "Comma-separated integers" +msgstr "پەش بىلەن ئايرىلغان پۈتۈن سان" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"«%(value)s» قىممىتى ئىناۋەتسىز ۋاقىت فورماتىدا. ئۇ چوقۇم YYYY-MM-DD شەكلىدە " +"بولۇشى كېرەك." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"«%(value)s» قىممىتىنىڭ توغرا فورماتى (YYYY-MM-DD) بار ، ئەمما ئۇ ۋاقىت " +"ئىناۋەتسىز." + +msgid "Date (without time)" +msgstr "چېسلا (سائەت مىنۇت يوق)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"«%(value)s» قىممىتى ئىناۋەتسىز. ئۇ چوقۇم YYYY-MM-DD HH: MM [: ss [.uuuuuu]] " +"[TZ] شەكلىدە بولۇشى كېرەك." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"«%(value)s» قىممىتىنىڭ توغرا فورماتى بار (YYYY-MM-DD HH: MM [: ss [.uuuuuu]] " +"[TZ]) ئەمما ئۇ ئىناۋەتسىز كۈن / ۋاقىت." + +msgid "Date (with time)" +msgstr "چېسلا (ۋاقىت بىلەن)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "«%(value)s» قىممىتى چوقۇم پۈتۈن سان بولۇشى كېرەك." + +msgid "Decimal number" +msgstr "ئونلۇق سان" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"«%(value)s» قىممىتى ئىناۋەتسىز. ئۇ چوقۇم [DD] [[HH:] MM:] ss [.uuuuuu] " +"شەكلىدە بولۇشى كېرەك." + +msgid "Duration" +msgstr "داۋاملىشىش ۋاقتى" + +msgid "Email address" +msgstr "ئېلخەت ئادرېسى" + +msgid "File path" +msgstr "ھۆججەت يولى" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "«%(value)s» قىممىتى چوقۇم لەيلىمە چېكىتلىك مىقتار بولۇشى كېرەك." + +msgid "Floating point number" +msgstr "كەسرىلىك سان نومۇر" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "«%(value)s» قىممىتى چوقۇم پۈتۈن سان بولۇشى كېرەك." + +msgid "Integer" +msgstr "پۈتۈن سان" + +msgid "Big (8 byte) integer" +msgstr "چوڭ (8 بايىت) پۈتۈن سان" + +msgid "Small integer" +msgstr "كىچىك پۈتۈن سان" + +msgid "IPv4 address" +msgstr "IPv4 ئادرېسى" + +msgid "IP address" +msgstr "IP ئادرېسى" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "«%(value)s» قىممىتى چوقۇم True ، False ياكى None بولۇشى كېرەك." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True ياكى False)" + +msgid "Positive big integer" +msgstr "مۇسبەت چوڭ پۈتۈن سان" + +msgid "Positive integer" +msgstr "مۇسبەت پۈتۈن سان" + +msgid "Positive small integer" +msgstr "مۇسبەت كىچىك پۈتۈن سان" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (كۆپ بولغاندا %(max_length)s)" + +msgid "Text" +msgstr "تېكىست" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"«%(value)s» قىممىتى ئىناۋەتسىز. ئۇ چوقۇم HH: MM [: ss [.uuuuuu]] شەكلىدە " +"بولۇشى كېرەك." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"«%(value)s» قىممىتىنىڭ توغرا فورماتى بار (HH: MM [: ss [.uuuuuu]]) ئەمما ئۇ " +"ئىناۋەتسىز ۋاقىت." + +msgid "Time" +msgstr "ۋاقىت" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "خام ئىككىلىك سان" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "«%(value)s» ئىناۋەتلىك UUID ئەمەس." + +msgid "Universally unique identifier" +msgstr "ئۇنىۋېرسال بىردىنبىر كىملىك" + +msgid "File" +msgstr "ھۆججەت" + +msgid "Image" +msgstr "رەسىم" + +msgid "A JSON object" +msgstr "JSON ئوبيېكتى" + +msgid "Value must be valid JSON." +msgstr "چوقۇم ئىناۋەتلىك JSON بولۇشى كېرەك." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s بىلەن %(field)s %(value)r ئۈنۈملۈك تاللاش ئەمەس." + +msgid "Foreign Key (type determined by related field)" +msgstr "سىرتقى ئاچقۇچ (تىپى مۇناسىۋەتلىك مەيدان تەرىپىدىن بېكىتىلگەن)" + +msgid "One-to-one relationship" +msgstr "بىرمۇبىر مۇناسىۋەت" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s مۇناسىۋەت" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s مۇناسىۋەتلەر" + +msgid "Many-to-many relationship" +msgstr "كۆپكە كۆب مۇناسىۋىتى" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "بۇ رايون تەلەپ قىلىنىدۇ." + +msgid "Enter a whole number." +msgstr "پۈتۈن ساننى كىرگۈزۈڭ." + +msgid "Enter a valid date." +msgstr "ئىناۋەتلىك چېسلانى كىرگۈزۈڭ." + +msgid "Enter a valid time." +msgstr "ئىناۋەتلىك ۋاقىت كىرگۈزۈڭ." + +msgid "Enter a valid date/time." +msgstr "ئىناۋەتلىك چېسلا / ۋاقىت كىرگۈزۈڭ." + +msgid "Enter a valid duration." +msgstr "ئىناۋەتلىك مۇددىتىنى كىرگۈزۈڭ." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "كۈن سانى چوقۇم {min_days} بىلەن {max_days} ئارىسىدا بولۇشى كېرەك." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "ھېچقانداق ھۆججەت يوللانمىدى. جەدۋەلدىكى كودلاش تۈرىنى تەكشۈرۈڭ." + +msgid "No file was submitted." +msgstr "ھېچقانداق ھۆججەت يوللانمىدى." + +msgid "The submitted file is empty." +msgstr "يوللانغان ھۆججەت قۇرۇق." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"بۇ ھۆججەت نامىنىڭ ئەڭ كۆپ بولغاندا %(max)d ھەرپ بولۇشىغا كاپالەتلىك قىلىڭ " +"(ئۇنىڭدا %(length)d بار)." +msgstr[1] "" +"بۇ ھۆججەت نامىنىڭ ئەڭ كۆپ بولغاندا %(max)d ھەرپ بولۇشىغا كاپالەتلىك قىلىڭ " +"(ئۇنىڭدا %(length)d بار)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "ھۆججەت يوللاڭ ياكى تەكشۈرۈش رامكىسىنى تەكشۈرۈڭ ، ھەر ئىككىسىنى ئەمەس." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ئىناۋەتلىك رەسىم يۈكلەڭ. سىز يۈكلىگەن ھۆججەت يا رەسىم ئەمەس ۋەياكى بۇزۇلغان." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "ئۈنۈملۈك تاللاشنى تاللاڭ. %(value)s تاللاشلارنىڭ بىرى ئەمەس." + +msgid "Enter a list of values." +msgstr "قىممەت تىزىملىكىنى كىرگۈزۈڭ." + +msgid "Enter a complete value." +msgstr "تولۇق قىممەت كىرگۈزۈڭ." + +msgid "Enter a valid UUID." +msgstr "ئىناۋەتلىك UUID نى كىرگۈزۈڭ." + +msgid "Enter a valid JSON." +msgstr "ئىناۋەتلىك JSON نى كىرگۈزۈڭ." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(يوشۇرۇن مەيدان %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm سانلىق مەلۇماتلىرى يوقاپ كەتتى ياكى ئۆزگەرتىلدى. يوقاپ كەتكەن " +"ساھە: %(field_names)s. ئەگەر مەسىلە ساقلىنىپ قالسا ، خاتالىق دوكلاتىنى " +"تاپشۇرۇشىڭىز كېرەك." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "ئەڭ كۆپ بولغاندا %(num)d جەدۋەلنى يوللاڭ." +msgstr[1] "ئەڭ كۆپ بولغاندا %(num)d جەدۋەلنى يوللاڭ." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "كەم دېگەندە %(num)d جەدۋەلنى يوللاڭ." +msgstr[1] "كەم دېگەندە %(num)d جەدۋەلنى يوللاڭ." + +msgid "Order" +msgstr "زاكاز" + +msgid "Delete" +msgstr "ئۆچۈرۈش" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s نىڭ قايتىلانغان سانلىق مەلۇماتلىرىنى تۈزىتىڭ." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s نىڭ كۆپەيتىلگەن سانلىق مەلۇماتلىرىنى تۈزىتىڭ ، بۇ چوقۇم ئۆزگىچە " +"بولۇشى كېرەك." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s دىكى قايتىلانغان سانلىق مەلۇماتنى تۈزىتىڭ ، بۇ چوقۇم " +"%(date_field)s دىكى %(lookup)s غا خاس بولۇشى كېرەك." + +msgid "Please correct the duplicate values below." +msgstr "تۆۋەندىكى قايتىلانغان قىممەتنى تۈزىتىڭ." + +msgid "The inline value did not match the parent instance." +msgstr "ئىچكى قىممەت ئاتا مىسالغا ماس كەلمىدى." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"ئۈنۈملۈك تاللاشنى تاللاڭ. بۇ تاللاش ئىشلەتكىلى بولىدىغان تاللاشلارنىڭ بىرى " +"ئەمەس." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "«%(pk)s» ئىناۋەتلىك قىممەت ئەمەس." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s نى %(current_timezone)s ۋاقىت رايونىدا ئىزاھلاشقا بولمايدۇ ئۇ " +"مۈجمەل بولۇشى مۇمكىن ياكى ئۇ مەۋجۇت بولماسلىقى مۇمكىن." + +msgid "Clear" +msgstr "تازىلاش" + +msgid "Currently" +msgstr "نۆۋەتتە" + +msgid "Change" +msgstr "ئۆزگەرتىش" + +msgid "Unknown" +msgstr "نامەلۇم" + +msgid "Yes" +msgstr "ھەئە" + +msgid "No" +msgstr "ياق" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ھەئە, ياق, بەلكىىم" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بايىت" +msgstr[1] "%(size)d بايىت" + +#, python-format +msgid "%s KB" +msgstr "%s كىلوبايت" + +#, python-format +msgid "%s MB" +msgstr "%sمېگا بايىت" + +#, python-format +msgid "%s GB" +msgstr "%sگىگا بايىت" + +#, python-format +msgid "%s TB" +msgstr "%s تېرا بايت" + +#, python-format +msgid "%s PB" +msgstr "%s پېتا بايىت" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "يېرىم كېچىدە" + +msgid "noon" +msgstr "چۈشتە" + +msgid "Monday" +msgstr "دۈشەنبە" + +msgid "Tuesday" +msgstr "سەيشەنبە" + +msgid "Wednesday" +msgstr "چارشەمبە" + +msgid "Thursday" +msgstr "پەيشەمبە" + +msgid "Friday" +msgstr "جۈمە" + +msgid "Saturday" +msgstr "شەنبە" + +msgid "Sunday" +msgstr "يەكشەنبە" + +msgid "Mon" +msgstr "دۈش" + +msgid "Tue" +msgstr "سەي" + +msgid "Wed" +msgstr "چار" + +msgid "Thu" +msgstr "پەي" + +msgid "Fri" +msgstr "جۈ" + +msgid "Sat" +msgstr "شەن" + +msgid "Sun" +msgstr "يەك" + +msgid "January" +msgstr "يانۋار" + +msgid "February" +msgstr "فېۋرال" + +msgid "March" +msgstr "مارت" + +msgid "April" +msgstr "ئاپرىل" + +msgid "May" +msgstr "ماي" + +msgid "June" +msgstr "ئىيۇن" + +msgid "July" +msgstr "ئىيۇل" + +msgid "August" +msgstr "ئاۋغۇست" + +msgid "September" +msgstr "سىنتەبىر" + +msgid "October" +msgstr "ئۆكتەبىر" + +msgid "November" +msgstr "نويابىر" + +msgid "December" +msgstr "دىكابىر" + +msgid "jan" +msgstr "يان" + +msgid "feb" +msgstr "فېۋ" + +msgid "mar" +msgstr "مار" + +msgid "apr" +msgstr "ئاپ" + +msgid "may" +msgstr "ماي" + +msgid "jun" +msgstr "ئ‍ىيۇن" + +msgid "jul" +msgstr "ئىيۇل" + +msgid "aug" +msgstr "ئاۋ" + +msgid "sep" +msgstr "سېن" + +msgid "oct" +msgstr "ئۆك" + +msgid "nov" +msgstr "نوي" + +msgid "dec" +msgstr "دىك" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "يانۋار" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فېۋرال" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارت" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ئاپرىل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ماي" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ئىيۇن" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ئىيۇل" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ئاۋغۇست" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سېنتەبىر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ئۆكتەبىر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نويابىر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "دىكابىر" + +msgctxt "alt. month" +msgid "January" +msgstr "يانۋار" + +msgctxt "alt. month" +msgid "February" +msgstr "فېۋرال" + +msgctxt "alt. month" +msgid "March" +msgstr "مارت" + +msgctxt "alt. month" +msgid "April" +msgstr "ئاپرىل" + +msgctxt "alt. month" +msgid "May" +msgstr "ماي" + +msgctxt "alt. month" +msgid "June" +msgstr "ئىيۇن" + +msgctxt "alt. month" +msgid "July" +msgstr "ئىيۇل" + +msgctxt "alt. month" +msgid "August" +msgstr "ئاۋغۇست" + +msgctxt "alt. month" +msgid "September" +msgstr "سىنتەبىر" + +msgctxt "alt. month" +msgid "October" +msgstr "ئۆكتەبىر" + +msgctxt "alt. month" +msgid "November" +msgstr "نويابىر" + +msgctxt "alt. month" +msgid "December" +msgstr "دىكابىر" + +msgid "This is not a valid IPv6 address." +msgstr "بۇ ئىناۋەتلىك IPv6 ئادرېس ئەمەس." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ياكى" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "،" + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d يىل" +msgstr[1] "%(num)d يىل" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d ئاي" +msgstr[1] "%(num)d ئاي" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d ھەپتە" +msgstr[1] "%(num)d ھەپتە" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d كۈن" +msgstr[1] "%(num)d كۈن" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d سائەت" +msgstr[1] "%(num)d سائەت" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d مىنۇت" +msgstr[1] "%(num)d مىنۇت" + +msgid "Forbidden" +msgstr "چەكلەنگەن" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF دەلىللەش مەغلۇپ بولدى. تەلەپ ئەمەلدىن قالدۇرۇلدى." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"چۈنكى بۇ HTTPS تور بېكىتى توركۆرگۈڭىز تەرىپىدىن پايدىلانما ئۇچۇرلىرىنى " +"ئەۋەتىشنى تەلەب قىلىدۇ، ئەمما ھېچقايسىسى ئەۋەتىلمىدى، شۇ سەۋەبتىن سىز بۇ " +"ئۇچۇرنى كۆرىۋاتىسىز.\n" +"بۇ ئۇچۇرلار سىزنىڭ بىخەتەرلىكڭىز ۋە تور كۆرگۈڭىزنىڭ ئۈچۈنجى شەخىس تەرىپىدىن " +"تۇتقۇن قىلىنىشىنىڭ ئالدىنى ئېلىش ئۈچۈندۇر. " + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"ئەگەر سىز توركۆرگۈچىڭىزنى “Referer” بېكەت سېكىرتكۈچىنى چەكلەپ تەڭشىسىڭىز، بۇ " +"تور بېكەت، ياكى HTTPS ئۇلىنىشى، ياكى “ئوخشاش-مەنبە” ئىلتىماسلىرى ئۈچۈن ئۇنى " +"قايتا ئىچىپ قويۇڭ." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"ئەگەر سىز تەگىنى ياكى " +"“Referrer-Policy: no-referrer” بېكەت سېكىرتكۈچىنى ئىشلىتىۋاتىسىز، ئۇلارنى " +"ئۆچۈرۈڭ. CSRF قوغداش تەلەپ قىلىدۇ “Referer” بېكەت سېكىرتكۈچى قاتتىق " +"سېكىرتىشنى ئېلىپ بېرىشى كېرەك. ئەگەر سىز شەخسىيەتىڭىزگە قاراشقا ئۆزىڭىزنى " +"ئۆزىڭىز قارغىلى بولسىڭىز، ئۈچىنچى تەرەپ تور بېكەتلىرىگە ئۇلىنىشلاردا قاتارلىق ئالتۇرناتىۋىلارنى ئىشلىتىڭ." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +" بۇ تور بېكەت جەدۋەل يوللىغاندا CSRF ساقلانمىسىنى تەلەپ قىلىدۇ. بۇ " +"ساقلانمىلار بىخەتەرلىكنى كۆزدە تۇتۇپ ، تور كۆرگۈچىڭىزنىڭ ئۈچىنچى تەرەپ " +"تەرىپىدىن ئوغرىلانماسلىقىغا كاپالەتلىك قىلىدۇ." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"ئەگەر توركۆرگۈڭىزنى ساقلانمىلارنى چەكلەش ئۈچۈن تەڭشىگەن بولسىڭىز ، ھېچ " +"بولمىغاندا بۇ تور بېكەت ياكى «ئوخشاش مەنبە» تەلەپلىرى ئۈچۈن ئۇلارنى قايتا " +"قوزغىتىڭ." + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG = True بىلەن تېخىمۇ كۆپ ئۇچۇرلارغا ئېرىشكىلى بولىدۇ." + +msgid "No year specified" +msgstr "يىل بەلگىلەنمىدى" + +msgid "Date out of range" +msgstr "ۋاقىت چەكلىمىسىدىن ئېشىب كەتتى" + +msgid "No month specified" +msgstr "ئاي بەلگىلەنمىدى" + +msgid "No day specified" +msgstr "كۈن بەلگىلەنمىدى" + +msgid "No week specified" +msgstr "ھەپتە بەلگىلەنمىدى" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s يوق" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"كەلگۈسى %(verbose_name_plural)s ئىشلەتكىلى بولمايدۇ ، چۈنكى %(class_name)s." +"allow_future بولسا False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "ئىناۋەتسىز چېسلا تىزمىسى «%(datestr)s» بېرىلگەن فورمات «%(format)s»" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "بۇ سوئالغا ماس كېلىدىغان %(verbose_name)s تېپىلمىدى" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "بەت «ئاخىرقى» ئەمەس ،ياكى ئۇنى int غا ئايلاندۇرغىلى بولمىدى." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "ئىناۋەتسىز بەت (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "بوش تىزىملىك %(class_name)s ۋە «.allow_empty» بولسا False." + +msgid "Directory indexes are not allowed here." +msgstr "ھۆججەت مۇندەرىجىسى بۇ يەردە رۇخسەت قىلىنمايدۇ." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "%(path)s مەۋجۇت ئەمەس" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s نىڭ كۆرسەتكۈچىسى" + +msgid "The install worked successfully! Congratulations!" +msgstr "قاچىلاش مۇۋەپپەقىيەتلىك بولدى! مۇبارەك بولسۇن!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +" Django %(version)s ئۈچۈن ئېلان قىلىش " +"خاتىرىسى نى كۆرۈڭ" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"سىز بۇ بەتنى كۆرۈۋاتىسىز ، چۈنكى DEBUG = " +"True سىزنىڭ تەڭشەك ھۆججىتىڭىزدە ،شۇنداقلا ھېچقانداق URL تەڭشەلىمىگەن." + +msgid "Django Documentation" +msgstr " Django قوللانمىسى" + +msgid "Topics, references, & how-to’s" +msgstr "تېما ، پايدىلانما ، & amp; قانداق قىلىش " + +msgid "Tutorial: A Polling App" +msgstr "دەرسلىك: بىر بېلەت تاشلاش دىتالى" + +msgid "Get started with Django" +msgstr "Django بىلەن تونۇشۇش" + +msgid "Django Community" +msgstr "Django جەمىيىتى" + +msgid "Connect, get help, or contribute" +msgstr "قوشۇلۇش ، ياردەمگە ئېرىشىش ياكى تۆھپە قوشۇش" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8c64e68b1edb461500a968870ad709ee18c33fb GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^-I(B_gKdc2@T_D= z@6*3ArPwKz`=kk!vXN1g=Tt$@%ZkXUqo`UEe+i=roT7`eq!#D>_&4J@ZLTooqO7R; zqDlHs`e&CfDP@0B)8)K=B?#vuh8NCCB6p#eg-cH1R9P7%)S_G|a}vLx#iWXODkyqE zkt>%asqhLW{->rj_+Z&hr)yMA2l5T0Q?q!pZ9(4b!=63BGX?g|P9L`FH?TYC-C3Oj zc5fd#^`5y)_L@eGto{sEt8+#G_qm)iF6=FSkLy;R!AsSQ7;NjKpol20+4AtqnT C#F@7M literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/formats.py new file mode 100644 index 00000000000..92f01342e96 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ug/formats.py @@ -0,0 +1,14 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "j F Y" +TIME_FORMAT = "G:i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "Y/m/d" +SHORT_DATETIME_FORMAT = "Y/m/d G:i" +FIRST_DAY_OF_WEEK = 1 +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..26b4b596bd681bad815d6d793241b66046d57e92 GIT binary patch literal 30829 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..74b4c9e6194 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,1386 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Oleksandr Chernihov , 2014 +# Boryslav Larin , 2011,2022 +# Denys Pidlisnyi , 2016 +# Igor Melnyk, 2014-2015,2017 +# Illia Volochii , 2019,2021-2023,2025 +# Jannis Leidel , 2011 +# Kirill Gagarski , 2014 +# Max V. Stotsky , 2014 +# Mikhail Kolesnik , 2015 +# Mykola Zamkovoi , 2014 +# Natalia, 2024 +# Alex Bolotov , 2013-2014 +# Roman Kozlovskyi , 2012 +# Sergiy Kuzmenko , 2011 +# tarasyyyk , 2018 +# tarasyyyk , 2019 +# Zoriana Zaiats, 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Illia Volochii , " +"2019,2021-2023,2025\n" +"Language-Team: Ukrainian (http://app.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +msgid "Afrikaans" +msgstr "Африканська" + +msgid "Arabic" +msgstr "Арабська" + +msgid "Algerian Arabic" +msgstr "Алжирська арабська" + +msgid "Asturian" +msgstr "Астурійська" + +msgid "Azerbaijani" +msgstr "Азербайджанська" + +msgid "Bulgarian" +msgstr "Болгарська" + +msgid "Belarusian" +msgstr "Білоруська" + +msgid "Bengali" +msgstr "Бенгальська" + +msgid "Breton" +msgstr "Бретонська" + +msgid "Bosnian" +msgstr "Боснійська" + +msgid "Catalan" +msgstr "Каталонська" + +msgid "Central Kurdish (Sorani)" +msgstr "Центральнокурдська (сорані)" + +msgid "Czech" +msgstr "Чеська" + +msgid "Welsh" +msgstr "Валлійська" + +msgid "Danish" +msgstr "Датська" + +msgid "German" +msgstr "Німецька" + +msgid "Lower Sorbian" +msgstr "Нижньолужицька" + +msgid "Greek" +msgstr "Грецька" + +msgid "English" +msgstr "Англійська" + +msgid "Australian English" +msgstr "Австралійська англійська" + +msgid "British English" +msgstr "Англійська (Великобританія)" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Іспанська" + +msgid "Argentinian Spanish" +msgstr "Іспанська (Аргентина)" + +msgid "Colombian Spanish" +msgstr "Колумбійська іспанська" + +msgid "Mexican Spanish" +msgstr "Мексиканська іспанська" + +msgid "Nicaraguan Spanish" +msgstr "Нікарагуанська іспанська" + +msgid "Venezuelan Spanish" +msgstr "Венесуельська іспанська" + +msgid "Estonian" +msgstr "Естонська" + +msgid "Basque" +msgstr "Баскська" + +msgid "Persian" +msgstr "Перська" + +msgid "Finnish" +msgstr "Фінська" + +msgid "French" +msgstr "Французька" + +msgid "Frisian" +msgstr "Фризька" + +msgid "Irish" +msgstr "Ірландська" + +msgid "Scottish Gaelic" +msgstr "Шотландська ґельська" + +msgid "Galician" +msgstr "Галіційська" + +msgid "Hebrew" +msgstr "Іврит" + +msgid "Hindi" +msgstr "Хінді" + +msgid "Croatian" +msgstr "Хорватська" + +msgid "Upper Sorbian" +msgstr "Верхньолужицька" + +msgid "Hungarian" +msgstr "Угорська" + +msgid "Armenian" +msgstr "Вірменська" + +msgid "Interlingua" +msgstr "Інтерлінгва" + +msgid "Indonesian" +msgstr "Індонезійська" + +msgid "Igbo" +msgstr "Ігбо" + +msgid "Ido" +msgstr "Ідо" + +msgid "Icelandic" +msgstr "Ісландська" + +msgid "Italian" +msgstr "Італійська" + +msgid "Japanese" +msgstr "Японська" + +msgid "Georgian" +msgstr "Грузинська" + +msgid "Kabyle" +msgstr "Кабіли" + +msgid "Kazakh" +msgstr "Казахська" + +msgid "Khmer" +msgstr "Кхмерська" + +msgid "Kannada" +msgstr "Каннадська" + +msgid "Korean" +msgstr "Корейська" + +msgid "Kyrgyz" +msgstr "Киргизька" + +msgid "Luxembourgish" +msgstr "Люксембурзька" + +msgid "Lithuanian" +msgstr "Литовська" + +msgid "Latvian" +msgstr "Латвійська" + +msgid "Macedonian" +msgstr "Македонська" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монгольська" + +msgid "Marathi" +msgstr "Маратхі" + +msgid "Malay" +msgstr "Малайська" + +msgid "Burmese" +msgstr "Бірманська" + +msgid "Norwegian Bokmål" +msgstr "Норвезька (Букмол)" + +msgid "Nepali" +msgstr "Непальська" + +msgid "Dutch" +msgstr "Голландська" + +msgid "Norwegian Nynorsk" +msgstr "Норвезька (Нюнорськ)" + +msgid "Ossetic" +msgstr "Осетинська" + +msgid "Punjabi" +msgstr "Панджабі" + +msgid "Polish" +msgstr "Польська" + +msgid "Portuguese" +msgstr "Португальська" + +msgid "Brazilian Portuguese" +msgstr "Бразильська португальська" + +msgid "Romanian" +msgstr "Румунська" + +msgid "Russian" +msgstr "Російська" + +msgid "Slovak" +msgstr "Словацька" + +msgid "Slovenian" +msgstr "Словенська" + +msgid "Albanian" +msgstr "Албанська" + +msgid "Serbian" +msgstr "Сербська" + +msgid "Serbian Latin" +msgstr "Сербська (латинська)" + +msgid "Swedish" +msgstr "Шведська" + +msgid "Swahili" +msgstr "Суахілі" + +msgid "Tamil" +msgstr "Тамільська" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Tajik" +msgstr "Таджицька" + +msgid "Thai" +msgstr "Тайська" + +msgid "Turkmen" +msgstr "Туркменська" + +msgid "Turkish" +msgstr "Турецька" + +msgid "Tatar" +msgstr "Татарська" + +msgid "Udmurt" +msgstr "Удмуртська" + +msgid "Uyghur" +msgstr " Уйгурська" + +msgid "Ukrainian" +msgstr "Українська" + +msgid "Urdu" +msgstr "Урду" + +msgid "Uzbek" +msgstr "Узбецька" + +msgid "Vietnamese" +msgstr "В'єтнамська" + +msgid "Simplified Chinese" +msgstr "Китайська спрощена" + +msgid "Traditional Chinese" +msgstr "Китайська традиційна" + +msgid "Messages" +msgstr "Повідомлення" + +msgid "Site Maps" +msgstr "Мапи сайту" + +msgid "Static Files" +msgstr "Статичні файли" + +msgid "Syndication" +msgstr "Об'єднання" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Номер сторінки не є цілим числом" + +msgid "That page number is less than 1" +msgstr "Номер сторінки менше 1" + +msgid "That page contains no results" +msgstr "Сторінка не містить результатів" + +msgid "Enter a valid value." +msgstr "Введіть коректне значення." + +msgid "Enter a valid domain name." +msgstr "Введіть правильне доменне ім'я." + +msgid "Enter a valid URL." +msgstr "Введіть коректний URL." + +msgid "Enter a valid integer." +msgstr "Введіть коректне ціле число." + +msgid "Enter a valid email address." +msgstr "Введіть коректну email адресу." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Введіть коректне значення 'slug' (короткого заголовку), що може містити " +"тільки літери, числа, символи підкреслювання або дефіси." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Введіть правильну %(protocol)s адресу." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 або IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Введіть тільки цифри, що розділені комами." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Переконайтеся, що це значення дорівнює %(limit_value)s (зараз " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Переконайтеся, що це значення менше чи дорівнює %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Переконайтеся, що це значення більше чи дорівнює %(limit_value)s." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "Переконайтеся, що значення є кратним розміру кроку %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"Переконайтеся, що значення є кратним розміру кроку %(limit_value)s, " +"починаючи з %(offset)s. Наприклад, %(offset)s, %(valid_value1)s, " +"%(valid_value2)s і т. д." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символ " +"(зараз %(show_value)d)." +msgstr[1] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символів " +"(зараз %(show_value)d)." +msgstr[2] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символів " +"(зараз %(show_value)d)." +msgstr[3] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символів " +"(зараз %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символ " +"(зараз %(show_value)d)." +msgstr[1] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символи " +"(зараз %(show_value)d)." +msgstr[2] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символів " +"(зараз %(show_value)d)." +msgstr[3] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символів " +"(зараз %(show_value)d)." + +msgid "Enter a number." +msgstr "Введіть число." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Переконайтеся, що загалом тут не більше ніж %(max)s цифра." +msgstr[1] "Переконайтеся, що загалом тут не більше ніж %(max)s цифер." +msgstr[2] "Переконайтеся, що загалом тут не більше ніж %(max)s цифер." +msgstr[3] "Переконайтеся, що загалом тут не більше ніж %(max)s цифер." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Переконайтеся, що тут не більше ніж %(max)s цифра після десяткової коми." +msgstr[1] "" +"Переконайтеся, що тут не більше ніж %(max)s цифри після десяткової коми." +msgstr[2] "" +"Переконайтеся, що тут не більше ніж %(max)s цифер після десяткової коми." +msgstr[3] "" +"Переконайтеся, що тут не більше ніж %(max)s цифер після десяткової коми." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Переконайтеся, що тут не більше ніж %(max)s цифра до десяткової коми." +msgstr[1] "" +"Переконайтеся, що тут не більше ніж %(max)s цифри до десяткової коми." +msgstr[2] "" +"Переконайтеся, що тут не більше ніж %(max)s цифер до десяткової коми." +msgstr[3] "" +"Переконайтеся, що тут не більше ніж %(max)s цифер до десяткової коми." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"Розширення файлу '%(extension)s' не дозволено. Дозволені розширення: ' " +"%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Символи Null не дозволені." + +msgid "and" +msgstr "та" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s з таким %(field_labels)s вже існує." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Порушено обмеження \"%(name)s\"." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значення %(value)r не є дозволеним вибором." + +msgid "This field cannot be null." +msgstr "Це поле не може бути пустим." + +msgid "This field cannot be blank." +msgstr "Це поле не може бути порожнім." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s з таким %(field_label)s вже існує." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s повинне бути унікальним для %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Тип поля: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "Значення \"%(value)s\" повинне бути True, False, або None." + +msgid "Boolean (Either True or False)" +msgstr "Булеве значення (True або False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Рядок (до %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Рядок (необмежений)" + +msgid "Comma-separated integers" +msgstr "Цілі, розділені комою" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (без часу)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Значення \"%(value)s\" має невірний формат. Воно повинне бути у форматі YYYY-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата (з часом)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Десяткове число" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Тривалість" + +msgid "Email address" +msgstr "E-mail адреса" + +msgid "File path" +msgstr "Шлях до файла" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Число з плаваючою комою" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Ціле число" + +msgid "Big (8 byte) integer" +msgstr "Велике (8 байтів) ціле число" + +msgid "Small integer" +msgstr "Мале ціле число" + +msgid "IPv4 address" +msgstr "IPv4 адреса" + +msgid "IP address" +msgstr "IP адреса" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Булеве значення (включаючи True, False або None)" + +msgid "Positive big integer" +msgstr "Додатнє велике ціле число" + +msgid "Positive integer" +msgstr "Додатнє ціле число" + +msgid "Positive small integer" +msgstr "Додатнє мале ціле число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (до %(max_length)s)" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значення \"%(value)s\" має невірний формат. Воно повинне бути у форматі HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Час" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Необроблені двійкові дані" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” не є валідним UUID." + +msgid "Universally unique identifier" +msgstr "Універсальний унікальний ідентифікатор" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Зображення" + +msgid "A JSON object" +msgstr "JSON-об'єкт" + +msgid "Value must be valid JSON." +msgstr "Значення має бути коректним JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Зовнішній ключ (тип визначається відповідно поля)" + +msgid "One-to-one relationship" +msgstr "Один-до-одного" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s звязок" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s звязки" + +msgid "Many-to-many relationship" +msgstr "Багато-до-багатьох" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Це поле обов'язкове." + +msgid "Enter a whole number." +msgstr "Введіть ціле число." + +msgid "Enter a valid date." +msgstr "Введіть коректну дату." + +msgid "Enter a valid time." +msgstr "Введіть коректний час." + +msgid "Enter a valid date/time." +msgstr "Введіть коректну дату/час." + +msgid "Enter a valid duration." +msgstr "Введіть коректну тривалість." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Кількість днів повинна бути від {min_days} до {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл не надіслано. Перевірте тип кодування форми." + +msgid "No file was submitted." +msgstr "Файл не було надіслано." + +msgid "The submitted file is empty." +msgstr "Переданий файл порожній." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символ " +"(зараз %(length)d)." +msgstr[1] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символи " +"(зараз %(length)d)." +msgstr[2] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символів " +"(зараз %(length)d)." +msgstr[3] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символів " +"(зараз %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Будь ласка, або завантажте файл, або відмітьте прапорець очищення, а не " +"обидва варіанти одразу" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Завантажте правильний малюнок. Файл, який ви завантажили, не є малюнком, або " +"є зіпсованим малюнком." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Зробить коректний вибір, %(value)s немає серед варіантів вибору." + +msgid "Enter a list of values." +msgstr "Введіть список значень." + +msgid "Enter a complete value." +msgstr "Введіть значення повністю." + +msgid "Enter a valid UUID." +msgstr "Введіть коректне значення UUID." + +msgid "Enter a valid JSON." +msgstr "Введіть коректний JSON." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Приховане поле %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Order" +msgstr "Послідовність" + +msgid "Delete" +msgstr "Видалити" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Будь ласка, виправте повторювані дані для поля %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Будь ласка, виправте повторювані дані для поля %(field)s, яке має бути " +"унікальним." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Будь ласка, виправте повторювані дані для поля %(field_name)s, яке має бути " +"унікальним для вибірки %(lookup)s на %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Будь ласка, виправте повторювані значення нижче." + +msgid "The inline value did not match the parent instance." +msgstr "Зв'язане значення не відповідає батьківському екземпляру." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Зробить коректний вибір. Такого варіанту нема серед доступних." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Очистити" + +msgid "Currently" +msgstr "Наразі" + +msgid "Change" +msgstr "Змінити" + +msgid "Unknown" +msgstr "Невідомо" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Ні" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "так,ні,можливо" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байти" +msgstr[2] "%(size)d байтів" +msgstr[3] "%(size)d байтів" + +#, python-format +msgid "%s KB" +msgstr "%s Кб" + +#, python-format +msgid "%s MB" +msgstr "%s Мб" + +#, python-format +msgid "%s GB" +msgstr "%s Гб" + +#, python-format +msgid "%s TB" +msgstr "%s Тб" + +#, python-format +msgid "%s PB" +msgstr "%s Пб" + +msgid "p.m." +msgstr "після полудня" + +msgid "a.m." +msgstr "до полудня" + +msgid "PM" +msgstr "після полудня" + +msgid "AM" +msgstr "до полудня" + +msgid "midnight" +msgstr "північ" + +msgid "noon" +msgstr "полудень" + +msgid "Monday" +msgstr "Понеділок" + +msgid "Tuesday" +msgstr "Вівторок" + +msgid "Wednesday" +msgstr "Середа" + +msgid "Thursday" +msgstr "Четвер" + +msgid "Friday" +msgstr "П'ятниця" + +msgid "Saturday" +msgstr "Субота" + +msgid "Sunday" +msgstr "Неділя" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чт" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Нд" + +msgid "January" +msgstr "Січень" + +msgid "February" +msgstr "Лютий" + +msgid "March" +msgstr "Березень" + +msgid "April" +msgstr "Квітень" + +msgid "May" +msgstr "Травень" + +msgid "June" +msgstr "Червень" + +msgid "July" +msgstr "Липень" + +msgid "August" +msgstr "Серпень" + +msgid "September" +msgstr "Вересень" + +msgid "October" +msgstr "Жовтень" + +msgid "November" +msgstr "Листопад" + +msgid "December" +msgstr "Грудень" + +msgid "jan" +msgstr "січ" + +msgid "feb" +msgstr "лют" + +msgid "mar" +msgstr "бер" + +msgid "apr" +msgstr "кві" + +msgid "may" +msgstr "тра" + +msgid "jun" +msgstr "чер" + +msgid "jul" +msgstr "лип" + +msgid "aug" +msgstr "сер" + +msgid "sep" +msgstr "вер" + +msgid "oct" +msgstr "жов" + +msgid "nov" +msgstr "лис" + +msgid "dec" +msgstr "гру" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Січ." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Лют." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Березень" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Квітень" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Травень" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Червень" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Липень" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Сер." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Вер." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Жов." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Лис." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Гру." + +msgctxt "alt. month" +msgid "January" +msgstr "січня" + +msgctxt "alt. month" +msgid "February" +msgstr "лютого" + +msgctxt "alt. month" +msgid "March" +msgstr "березня" + +msgctxt "alt. month" +msgid "April" +msgstr "квітня" + +msgctxt "alt. month" +msgid "May" +msgstr "травня" + +msgctxt "alt. month" +msgid "June" +msgstr "червня" + +msgctxt "alt. month" +msgid "July" +msgstr "липня" + +msgctxt "alt. month" +msgid "August" +msgstr "серпня" + +msgctxt "alt. month" +msgid "September" +msgstr "вересня" + +msgctxt "alt. month" +msgid "October" +msgstr "жовтня" + +msgctxt "alt. month" +msgid "November" +msgstr "листопада" + +msgctxt "alt. month" +msgid "December" +msgstr "грудня" + +msgid "This is not a valid IPv6 address." +msgstr "Це не є правильною адресою IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "або" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d рік" +msgstr[1] "%(num)d роки" +msgstr[2] "%(num)d років" +msgstr[3] "%(num)d років" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d місяць" +msgstr[1] "%(num)d місяці" +msgstr[2] "%(num)d місяців" +msgstr[3] "%(num)d місяців" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d тиждень" +msgstr[1] "%(num)d тижні" +msgstr[2] "%(num)d тижнів" +msgstr[3] "%(num)d тижнів" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d день" +msgstr[1] "%(num)d дні" +msgstr[2] "%(num)d днів" +msgstr[3] "%(num)d днів" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d година" +msgstr[1] "%(num)d години" +msgstr[2] "%(num)d годин" +msgstr[3] "%(num)d годин" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d хвилина" +msgstr[1] "%(num)d хвилини" +msgstr[2] "%(num)d хвилин" +msgstr[3] "%(num)d хвилин" + +msgid "Forbidden" +msgstr "Заборонено" + +msgid "CSRF verification failed. Request aborted." +msgstr "Помилка перевірки CSRF. Запит відхилений." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Якщо ви налаштували свій браузер таким чином, щоб заборонити йому передавати " +"заголовок «Referer», будь ласка, дозвольте йому відсилати даний заголовок " +"принаймні для даного сайту, або для всіх HTTPS-з'єднань, або для подібних " +"запитів." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ви бачите це повідомлення, тому що даний сайт вимагає, щоб при відправці " +"форм була відправлена ​​і CSRF-cookie. Даний тип cookie необхідний з міркувань " +"безпеки, щоб переконатися, що ваш браузер не був взламаний третьою стороною." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Більше інформації можна отримати з DEBUG=True." + +msgid "No year specified" +msgstr "Рік не вказано" + +msgid "Date out of range" +msgstr "Дата поза діапазоном" + +msgid "No month specified" +msgstr "Місяць не вказано" + +msgid "No day specified" +msgstr "День не вказано" + +msgid "No week specified" +msgstr "Тиждень не вказано" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s недоступні" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Майбутні %(verbose_name_plural)s недоступні, тому що %(class_name)s." +"allow_future має нульове значення." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Жодні %(verbose_name)s не були знайдені по запиту" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невірна сторінка (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Перегляд вмісту каталогу не дозволено." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" не існує" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Вміст директорії %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Вітаємо, команда install завершилась успішно!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Нотатки релізу for Django %(version)s" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Ви бачите цю сторінку тому що змінна DEBUG встановлена на True у вашому файлі " +"конфігурації і ви не налаштували жодного URL." + +msgid "Django Documentation" +msgstr "Документація Django" + +msgid "Topics, references, & how-to’s" +msgstr "Статті, довідки та інструкції" + +msgid "Tutorial: A Polling App" +msgstr "Посібник: програма голосування" + +msgid "Get started with Django" +msgstr "Початок роботи з Django" + +msgid "Django Community" +msgstr "Спільнота Django" + +msgid "Connect, get help, or contribute" +msgstr "Отримати допомогу, чи допомогти" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b00eb5189751eb5a5d3359a79958c902e8252f6 GIT binary patch literal 201 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 Z#`U1hM%ik0Hk_eTyRW%zMyI!!{|0W4Wr6?z literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6f6d424e09f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,1277 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mansoor Ul Haq , 2011 +# Natalia, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Urdu (http://app.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "عربی" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "بلغاری" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "بنگالی" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "بوسنیائی" + +msgid "Catalan" +msgstr "کیٹالانی" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "زیچ" + +msgid "Welsh" +msgstr "ویلش" + +msgid "Danish" +msgstr "ڈینش" + +msgid "German" +msgstr "جرمن" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "گریک" + +msgid "English" +msgstr "انگلش" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "برطانوی انگلش" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ھسپانوی" + +msgid "Argentinian Spanish" +msgstr "ارجنٹائنی سپینش" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "اسٹانین" + +msgid "Basque" +msgstr "باسک" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "فنش" + +msgid "French" +msgstr "فرانسیسی" + +msgid "Frisian" +msgstr "فریسی" + +msgid "Irish" +msgstr "آئرش" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "گیلیشین" + +msgid "Hebrew" +msgstr "عبرانی" + +msgid "Hindi" +msgstr "ھندی" + +msgid "Croatian" +msgstr "کروشن" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ھونگارین" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "انڈونیشین" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "آئس لینڈک" + +msgid "Italian" +msgstr "اطالوی" + +msgid "Japanese" +msgstr "جاپانی" + +msgid "Georgian" +msgstr "جارجیائی" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "خمر" + +msgid "Kannada" +msgstr "کناڈا" + +msgid "Korean" +msgstr "کوریائی" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "لیتھونیائی" + +msgid "Latvian" +msgstr "لتوینی" + +msgid "Macedonian" +msgstr "میسیڈونین" + +msgid "Malayalam" +msgstr "ملایالم" + +msgid "Mongolian" +msgstr "منگولین" + +msgid "Marathi" +msgstr "" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "ڈچ" + +msgid "Norwegian Nynorsk" +msgstr "نارویائی نینورسک" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "پنجابی" + +msgid "Polish" +msgstr "پولش" + +msgid "Portuguese" +msgstr "پورتگیز" + +msgid "Brazilian Portuguese" +msgstr "برازیلی پورتگیز" + +msgid "Romanian" +msgstr "رومانی" + +msgid "Russian" +msgstr "روسی" + +msgid "Slovak" +msgstr "سلووک" + +msgid "Slovenian" +msgstr "سلووینین" + +msgid "Albanian" +msgstr "البانوی" + +msgid "Serbian" +msgstr "سربین" + +msgid "Serbian Latin" +msgstr "سربین لاطینی" + +msgid "Swedish" +msgstr "سویڈش" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "تاملی" + +msgid "Telugu" +msgstr "تیلگو" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "تھائی" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "ترکش" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "یوکرائنی" + +msgid "Urdu" +msgstr "" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "ویتنامی" + +msgid "Simplified Chinese" +msgstr "سادی چینی" + +msgid "Traditional Chinese" +msgstr "روایتی چینی" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "درست قیمت (ویلیو) درج کریں۔" + +msgid "Enter a valid domain name." +msgstr "" + +msgid "Enter a valid URL." +msgstr "درست یو آر ایل (URL) درج کریں۔" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv4 or IPv6" +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "صرف اعداد درج کریں جو کوموں سے الگ کئے ھوئے ھوں۔" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"اس بات کا یقین کر لیں کہ یہ قیمت (ویلیو) %(limit_value)s ھے۔ (یہ " +"%(show_value)s ھے)%(show_value)s" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"اس بات کا یقین کر لیں کہ یہ قیمت (ویلیو) %(limit_value)s سے کم یا اس کے " +"برابر ھے۔" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"اس بات کا یقین کر لیں کہ یہ قیمت (ویلیو) %(limit_value)s سے زیادہ یا اس کے " +"برابر ھے۔" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Enter a number." +msgstr "نمبر درج کریں۔" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "اور" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "یہ خانہ نامعلوم (null( نھیں رہ سکتا۔" + +msgid "This field cannot be blank." +msgstr "یہ خانہ خالی نھیں چھوڑا جا سکتا۔" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s اس %(field_label)s کے ساتھ پہلے ہی موجود ھے۔" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s قسم کا خانہ" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "بولین (True یا False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "سلسلۂ حروف (String) (%(max_length)s تک)" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr " کومے سے الگ کئے ھوئے صحیح اعداد" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "تاریخ (وقت کے بغیر)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "تاریخ (بمع وقت)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "اعشاری نمبر" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "فائل کا راستہ(path(" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "نقطہ اعشاریہ والا نمبر" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "صحیح عدد" + +msgid "Big (8 byte) integer" +msgstr "بڑا (8 بائٹ) صحیح عدد" + +msgid "Small integer" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP ایڈریس" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "بولین (True، False یا None(" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Text" +msgstr "متن" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "وقت" + +msgid "URL" +msgstr "یو آر ایل" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "بیرونی کلید (FK( (قسم متعلقہ خانے سے متعین ھو گی)" + +msgid "One-to-one relationship" +msgstr "ون-ٹو-ون ریلیشن شپ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "مینی-ٹو-مینی ریلیشن شپ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "یہ خانہ درکار ھے۔" + +msgid "Enter a whole number." +msgstr "مکمل نمبر درج کریں۔" + +msgid "Enter a valid date." +msgstr "درست تاریخ درج کریں۔" + +msgid "Enter a valid time." +msgstr "درست وقت درج کریں۔" + +msgid "Enter a valid date/time." +msgstr "درست تاریخ/وقت درج کریں۔" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "کوئی فائل پیش نہیں کی گئی۔ فارم پر اینکوڈنگ کی قسم چیک کریں۔" + +msgid "No file was submitted." +msgstr "کوئی فائل پیش نہیں کی گئی تھی۔" + +msgid "The submitted file is empty." +msgstr "پیش کی گئی فائل خالی ھے۔" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "براہ مھربانی فائل پیش کریں یا Clear checkbox منتخب کریں۔ نہ کہ دونوں۔" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"درست تصویر اپ لوڈ کریں۔ جو فائل آپ نے اپ لوڈ کی تھی وہ تصویر نہیں تھی یا " +"خراب تصویر تھی۔" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "درست انتخاب منتخب کریں۔ %(value)s دستیاب انتخابات میں سے کوئی نہیں۔" + +msgid "Enter a list of values." +msgstr "قیمتوں (ویلیوز) کی لسٹ درج کریں۔" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ترتیب" + +msgid "Delete" +msgstr "مٹائیں" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "براہ کرم %(field)s کے لئے دوہرا مواد درست کریں۔" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"براہ کرم %(field)s کے لئے دوہرا مواد درست کریں جوکہ منفرد ھونا ضروری ھے۔" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"براہ کرم %(field_name)s میں دوہرا مواد درست کریں جو کہ %(date_field)s میں " +"%(lookup)s کے لئے منفرد ھونا ضروری ھے۔" + +msgid "Please correct the duplicate values below." +msgstr "براہ کرم نیچے دوہری قیمتیں (ویلیوز) درست کریں۔" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "درست انتخاب منتخب کریں۔ یہ انتخاب دستیاب انتخابات میں سے کوئی نہیں ھے۔" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "صاف کریں" + +msgid "Currently" +msgstr "فی الحال" + +msgid "Change" +msgstr "تبدیل کریں" + +msgid "Unknown" +msgstr "نامعلوم" + +msgid "Yes" +msgstr "ھاں" + +msgid "No" +msgstr "نھیں" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ھاں,نہیں,ھوسکتاہے" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بائٹ" +msgstr[1] "%(size)d بائٹس" + +#, python-format +msgid "%s KB" +msgstr "%s ک ۔ ب" + +#, python-format +msgid "%s MB" +msgstr "%s م ۔ ب" + +#, python-format +msgid "%s GB" +msgstr "%s ج ۔ ب" + +#, python-format +msgid "%s TB" +msgstr "%s ٹ ۔ ب" + +#, python-format +msgid "%s PB" +msgstr "%s پ ۔ پ" + +msgid "p.m." +msgstr "شام" + +msgid "a.m." +msgstr "صبح" + +msgid "PM" +msgstr "شام" + +msgid "AM" +msgstr "صبح" + +msgid "midnight" +msgstr "نصف رات" + +msgid "noon" +msgstr "دوپہر" + +msgid "Monday" +msgstr "سوموار" + +msgid "Tuesday" +msgstr "منگل" + +msgid "Wednesday" +msgstr "بدھ" + +msgid "Thursday" +msgstr "جمعرات" + +msgid "Friday" +msgstr "جمعہ" + +msgid "Saturday" +msgstr "ھفتہ" + +msgid "Sunday" +msgstr "اتوار" + +msgid "Mon" +msgstr "سوموار" + +msgid "Tue" +msgstr "منگل" + +msgid "Wed" +msgstr "بدھ" + +msgid "Thu" +msgstr "جمعرات" + +msgid "Fri" +msgstr "جمعہ" + +msgid "Sat" +msgstr "ھفتہ" + +msgid "Sun" +msgstr "اتوار" + +msgid "January" +msgstr "جنوری" + +msgid "February" +msgstr "فروری" + +msgid "March" +msgstr "مارچ" + +msgid "April" +msgstr "اپریل" + +msgid "May" +msgstr "مئی" + +msgid "June" +msgstr "جون" + +msgid "July" +msgstr "جولائی" + +msgid "August" +msgstr "اگست" + +msgid "September" +msgstr "ستمبر" + +msgid "October" +msgstr "اکتوبر" + +msgid "November" +msgstr "نومبر" + +msgid "December" +msgstr "دسمبر" + +msgid "jan" +msgstr "جنوری" + +msgid "feb" +msgstr "فروری" + +msgid "mar" +msgstr "مارچ" + +msgid "apr" +msgstr "اپریل" + +msgid "may" +msgstr "مئی" + +msgid "jun" +msgstr "جون" + +msgid "jul" +msgstr "جولائی" + +msgid "aug" +msgstr "اگست" + +msgid "sep" +msgstr "ستمبر" + +msgid "oct" +msgstr "اکتوبر" + +msgid "nov" +msgstr "نومبر" + +msgid "dec" +msgstr "دسمبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "جنوری" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فروری" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارچ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "اپریل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مئی" + +msgctxt "abbrev. month" +msgid "June" +msgstr "جون" + +msgctxt "abbrev. month" +msgid "July" +msgstr "جولائی" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "اگست" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ستمبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "اکتوبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نومبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "دسمبر" + +msgctxt "alt. month" +msgid "January" +msgstr "جنوری" + +msgctxt "alt. month" +msgid "February" +msgstr "فروری" + +msgctxt "alt. month" +msgid "March" +msgstr "مارچ" + +msgctxt "alt. month" +msgid "April" +msgstr "اپریل" + +msgctxt "alt. month" +msgid "May" +msgstr "مئی" + +msgctxt "alt. month" +msgid "June" +msgstr "جون" + +msgctxt "alt. month" +msgid "July" +msgstr "جولائی" + +msgctxt "alt. month" +msgid "August" +msgstr "اگست" + +msgctxt "alt. month" +msgid "September" +msgstr "ستمبر" + +msgctxt "alt. month" +msgid "October" +msgstr "اکتوبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نومبر" + +msgctxt "alt. month" +msgid "December" +msgstr "دسمبر" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "یا" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "،" + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b003df83ef1d6d407d932a793cb838869b54eedf GIT binary patch literal 26443 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ad57ba91b7a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po @@ -0,0 +1,1322 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abdulaminkhon Khaydarov , 2020 +# Bedilbek Khamidov , 2019 +# Claude Paroz , 2020 +# Shukrullo Turgunov , 2023 +# Sukhrobbek Ismatov , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2023-12-25 06:49+0000\n" +"Last-Translator: Shukrullo Turgunov , 2023\n" +"Language-Team: Uzbek (http://app.transifex.com/django/django/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Afrika tili" + +msgid "Arabic" +msgstr "Arab tili" + +msgid "Algerian Arabic" +msgstr "Jazoir arab tili" + +msgid "Asturian" +msgstr "Asturiya tili" + +msgid "Azerbaijani" +msgstr "Ozarbayjon tili" + +msgid "Bulgarian" +msgstr "Bolgar tili" + +msgid "Belarusian" +msgstr "Belorus tili" + +msgid "Bengali" +msgstr "Bengal tili" + +msgid "Breton" +msgstr "Breton tili" + +msgid "Bosnian" +msgstr "Bosniya tili" + +msgid "Catalan" +msgstr "Katalon tili" + +msgid "Central Kurdish (Sorani)" +msgstr "" + +msgid "Czech" +msgstr "Chex tili" + +msgid "Welsh" +msgstr "Uels tili" + +msgid "Danish" +msgstr "Daniya tili" + +msgid "German" +msgstr "Nemis tili" + +msgid "Lower Sorbian" +msgstr "Quyi sorbiya tili" + +msgid "Greek" +msgstr "Yunon tili" + +msgid "English" +msgstr "Ingliz tili" + +msgid "Australian English" +msgstr "Avstraliya ingliz tili" + +msgid "British English" +msgstr "Britan Ingliz tili" + +msgid "Esperanto" +msgstr "Esperanto tili" + +msgid "Spanish" +msgstr "Ispan tili" + +msgid "Argentinian Spanish" +msgstr "Argentina Ispan tili" + +msgid "Colombian Spanish" +msgstr "Kolumbiya Ispan tili" + +msgid "Mexican Spanish" +msgstr "Meksika Ispan tili " + +msgid "Nicaraguan Spanish" +msgstr "Nikaragua Ispan tili" + +msgid "Venezuelan Spanish" +msgstr "Venesuela Ispan tili" + +msgid "Estonian" +msgstr "Estoniya tili" + +msgid "Basque" +msgstr "Bask tili" + +msgid "Persian" +msgstr "Fors tili" + +msgid "Finnish" +msgstr "Fin tili" + +msgid "French" +msgstr "Fransuz tili" + +msgid "Frisian" +msgstr "Friziya tili" + +msgid "Irish" +msgstr "Irland tili" + +msgid "Scottish Gaelic" +msgstr "Shotland Gal tili" + +msgid "Galician" +msgstr "Galisiya tili" + +msgid "Hebrew" +msgstr "Ibroniy tili" + +msgid "Hindi" +msgstr "Hind tili" + +msgid "Croatian" +msgstr "Xorvat tili" + +msgid "Upper Sorbian" +msgstr "Yuqori Sorbiya tili" + +msgid "Hungarian" +msgstr "Vengriya tili" + +msgid "Armenian" +msgstr "Arman tili" + +msgid "Interlingua" +msgstr "Interlingua tili" + +msgid "Indonesian" +msgstr "Indoneziya tili" + +msgid "Igbo" +msgstr "Igbo tili" + +msgid "Ido" +msgstr "Ido tili" + +msgid "Icelandic" +msgstr "Island tili" + +msgid "Italian" +msgstr "Italyan tili" + +msgid "Japanese" +msgstr "Yapon tili" + +msgid "Georgian" +msgstr "Gruzin tili" + +msgid "Kabyle" +msgstr "Kabil tili" + +msgid "Kazakh" +msgstr "Qozoq tili" + +msgid "Khmer" +msgstr "Xmer tili" + +msgid "Kannada" +msgstr "Kannada tili" + +msgid "Korean" +msgstr "Koreys tili" + +msgid "Kyrgyz" +msgstr "Qirg'iz tili" + +msgid "Luxembourgish" +msgstr "Lyuksemburg tili" + +msgid "Lithuanian" +msgstr "Litva tili" + +msgid "Latvian" +msgstr "Latviya tili" + +msgid "Macedonian" +msgstr "Makedoniya tili" + +msgid "Malayalam" +msgstr "Malayalam tili" + +msgid "Mongolian" +msgstr "Mo'g'ul tili" + +msgid "Marathi" +msgstr "Marati tili" + +msgid "Malay" +msgstr "" + +msgid "Burmese" +msgstr "Birma tili" + +msgid "Norwegian Bokmål" +msgstr "Norvegiya Bokmal tili" + +msgid "Nepali" +msgstr "Nepal tili" + +msgid "Dutch" +msgstr "Golland tili" + +msgid "Norwegian Nynorsk" +msgstr "Norvegiya Ninorsk tili" + +msgid "Ossetic" +msgstr "Osetik tili" + +msgid "Punjabi" +msgstr "Panjob tili" + +msgid "Polish" +msgstr "Polyak tili" + +msgid "Portuguese" +msgstr "Portugal tili" + +msgid "Brazilian Portuguese" +msgstr "Braziliya Portugal tili" + +msgid "Romanian" +msgstr "Rumin tili" + +msgid "Russian" +msgstr "Rus tili" + +msgid "Slovak" +msgstr "Slovak tili" + +msgid "Slovenian" +msgstr "Slovan tili" + +msgid "Albanian" +msgstr "Alban tili" + +msgid "Serbian" +msgstr "Serb tili" + +msgid "Serbian Latin" +msgstr "Serbiya Lotin tili" + +msgid "Swedish" +msgstr "Shved tili" + +msgid "Swahili" +msgstr "Suaxili tili" + +msgid "Tamil" +msgstr "Tamil tili" + +msgid "Telugu" +msgstr "Telugu tili" + +msgid "Tajik" +msgstr "Tojik tili" + +msgid "Thai" +msgstr "Tay tili" + +msgid "Turkmen" +msgstr "Turkman tili" + +msgid "Turkish" +msgstr "Turk tili" + +msgid "Tatar" +msgstr "Tatar tili" + +msgid "Udmurt" +msgstr "Udmurt tili" + +msgid "Uyghur" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrain tili" + +msgid "Urdu" +msgstr "Urdu tili" + +msgid "Uzbek" +msgstr "O'zbek tili" + +msgid "Vietnamese" +msgstr "Vetnam tili" + +msgid "Simplified Chinese" +msgstr "Soddalashtirilgan xitoy tili" + +msgid "Traditional Chinese" +msgstr "An'anaviy xitoy tili" + +msgid "Messages" +msgstr "Xabarlar" + +msgid "Site Maps" +msgstr "Sayt xaritalari" + +msgid "Static Files" +msgstr "Statik fayllar" + +msgid "Syndication" +msgstr "Sindikatsiya" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "" + +msgid "That page number is not an integer" +msgstr "Bu sahifa raqami butun son emas" + +msgid "That page number is less than 1" +msgstr "Bu sahifa raqami 1 dan kichik" + +msgid "That page contains no results" +msgstr "Ushbu sahifada hech qanday natija yo'q" + +msgid "Enter a valid value." +msgstr "To'g'ri qiymatni kiriting." + +msgid "Enter a valid URL." +msgstr "To'g'ri URL manzilini kiriting." + +msgid "Enter a valid integer." +msgstr "To'g'ri butun sonni kiriting." + +msgid "Enter a valid email address." +msgstr "To'g'ri elektron pochta manzilini kiriting." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Harflar, raqamlar, pastki chiziqlar yoki chiziqlardan iborat to'g'ri " +"\"slug\" ni kiriting." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Unicode harflari, raqamlari, pastki chiziqlari yoki chiziqlardan iborat " +"to'g'ri \"slug\" ni kiriting." + +msgid "Enter a valid IPv4 address." +msgstr "To'g'ri IPv4 manzilini kiriting." + +msgid "Enter a valid IPv6 address." +msgstr "To'g'ri IPv6 manzilini kiriting." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "To'g'ri IPv4 yoki IPv6 manzilini kiriting." + +msgid "Enter only digits separated by commas." +msgstr "Faqat vergul bilan ajratilgan raqamlarni kiriting." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Ushbu qiymat %(limit_value)s ekanligiga ishonch hosil qiling (Hozir u " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Ushbu qiymat %(limit_value)s dan kichik yoki unga teng ekanligini tekshiring." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Ushbu qiymat %(limit_value)s dan katta yoki unga teng ekanligini tekshiring." + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ushbu qiymat kamida %(limit_value)dga ega ekanligiga ishonch hosil qiling " +"(unda bor %(show_value)d)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ushbu qiymat eng ko'pi bilan %(limit_value)d ta belgidan iboratligiga " +"ishonch hosil qiling (hozir, %(show_value)d tadan iborat)." + +msgid "Enter a number." +msgstr "Raqamni kiriting." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Umumiy raqamlar soni %(max)s tadan ko'p bo'lmasligiga ishonch hosil qiling." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"O'nlik kasr xonalari %(max)s tadan ko'p bo'lmasligiga ishonch hosil qiling." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"O'nli kasr nuqtasidan oldin %(max)s tadan ko'p raqam bo'lmasligiga ishonch " +"hosil qiling." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"\"%(extension)s\" fayl kengaytmasiga ruxsat berilmagan Ruxsat berilgan " +"kengaytmalar: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "Bo'shliq belgilaridan foydalanish mumkin emas." + +msgid "and" +msgstr "va" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s bilan %(model_name)s allaqachon mavjud." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r qiymati to'g'ri tanlov emas." + +msgid "This field cannot be null." +msgstr "Bu maydon bo‘shliq belgisidan iborat bo'lishi mumkin emas." + +msgid "This field cannot be blank." +msgstr "Bu maydon bo‘sh bo‘lishi mumkin emas." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "\"%(field_label)s\" %(model_name)s allaqachon mavjud." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s %(date_field_label)s %(lookup_type)s uchun noyob bo'lishi " +"kerak." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Maydon turi: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "\"%(value)s\" qiymati rost yoki yolg'on bo'lishi kerak." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" +"\"%(value)s\" qiymati Rost, Yolg'on yoki Bo'shliq belgisidan iborat bo'lishi " +"kerak." + +msgid "Boolean (Either True or False)" +msgstr "Mantiqiy (Rost yoki Yolg'on)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Birikma uzunligi (%(max_length)s gacha)" + +msgid "String (unlimited)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "Vergul bilan ajratilgan butun sonlar" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"\"%(value)s\" qiymati yaroqsiz sana formatiga ega. U YYYY-MM-DD formatida " +"bo'lishi kerak." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"\"%(value)s\" qiymati to'g'ri formatga (YYYY-MM-DD) ega, ammo bu noto'g'ri " +"sana." + +msgid "Date (without time)" +msgstr "Sana (vaqtsiz)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"\"%(value)s\" qiymati noto'g'ri formatga ega. U YYYY-MM-DD HH: MM [: ss [." +"uuuuuu]] [TZ] formatida bo'lishi kerak." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"\"%(value)s\" qiymati to'g'ri formatga ega (YYYY-MM-DD HH: MM [: ss [." +"uuuuuu]] [TZ]), lekin u noto'g'ri sana / vaqt." + +msgid "Date (with time)" +msgstr "Sana (vaqt bilan)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "\"%(value)s\" qiymati o'nlik kasr sonlardan iborat bo'lishi kerak." + +msgid "Decimal number" +msgstr "O'nli kasr son" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"\"%(value)s\" qiymati noto'g'ri formatga ega. U [DD] [[HH:] MM:] ss [." +"uuuuuu] formatida bo'lishi kerak." + +msgid "Duration" +msgstr "Davomiyligi" + +msgid "Email address" +msgstr "Elektron pochta manzili" + +msgid "File path" +msgstr "Fayl manzili" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "\"%(value)s\" qiymati haqiqiy son bo'lishi kerak." + +msgid "Floating point number" +msgstr "Haqiqiy son" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "\"%(value)s\" qiymati butun son bo'lishi kerak." + +msgid "Integer" +msgstr "Butun son" + +msgid "Big (8 byte) integer" +msgstr "Katta (8 bayt) butun son" + +msgid "Small integer" +msgstr "Kichik butun son" + +msgid "IPv4 address" +msgstr "IPv4 manzili" + +msgid "IP address" +msgstr "IP manzili" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "\"%(value)s\" qiymati Yo‘q, To‘g‘ri yoki Noto'g'ri bo'lishi kerak." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (To'g'ri, Yolg'on yoki Hech biri)" + +msgid "Positive big integer" +msgstr "Musbat katta butun son" + +msgid "Positive integer" +msgstr "Ijobiy butun son" + +msgid "Positive small integer" +msgstr "Musbat kichik butun son" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug uzunligi (%(max_length)s gacha)" + +msgid "Text" +msgstr "Matn" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"\"%(value)s\" qiymati noto'g'ri formatga ega. U HH: MM [: ss [.uuuuuu]] " +"formatida bo'lishi kerak." + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"\"%(value)s\" qiymati to'g'ri formatga ega (HH: MM [: ss [.uuuuuu]]), lekin " +"bu noto'g'ri vaqt." + +msgid "Time" +msgstr "Vaqt" + +msgid "URL" +msgstr "URL manzili" + +msgid "Raw binary data" +msgstr "Tartibsiz Ikkilik ma'lumotlar" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "\"%(value)s\" to'g'ri UUID emas." + +msgid "Universally unique identifier" +msgstr "Umum noyob aniqlovchi" + +msgid "File" +msgstr "Fayl" + +msgid "Image" +msgstr "Rasm" + +msgid "A JSON object" +msgstr "JSON ob'ekti" + +msgid "Value must be valid JSON." +msgstr "Qiymat yaroqli JSON bo'lishi kerak." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s %(value)r lari bilan %(model)s namunasi uchun mavjud emas." + +msgid "Foreign Key (type determined by related field)" +msgstr "Tashqi kalit (turi aloqador maydon tomonidan belgilanadi)" + +msgid "One-to-one relationship" +msgstr "Birga-bir yago munosabat" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s -%(to)s gacha bo'lgan munosabat" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s -%(to)s gacha bo'lgan munosabatlar" + +msgid "Many-to-many relationship" +msgstr "Ko'pchilikka-ko'pchilik munosabatlar" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ushbu maydon to'ldirilishi shart." + +msgid "Enter a whole number." +msgstr "Butun raqamni kiriting." + +msgid "Enter a valid date." +msgstr "Sanani to‘g‘ri kiriting." + +msgid "Enter a valid time." +msgstr "Vaqtni to‘g‘ri kiriting." + +msgid "Enter a valid date/time." +msgstr "Sana/vaqtni to‘g‘ri kiriting." + +msgid "Enter a valid duration." +msgstr "Muddatni to'g'ri kiriting." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Kunlar soni {min_days} va {max_days} orasida bo'lishi kerak." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Hech qanday fayl yuborilmadi. Formadagi kodlash turini tekshiring." + +msgid "No file was submitted." +msgstr "Hech qanday fayl yuborilmadi." + +msgid "The submitted file is empty." +msgstr "Yuborilgan etilgan fayl bo'sh." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Fayl nomi maksimum %(max)d belgilardan ko'p emasligiga ishonch hosil qiling " +"(hozir %(length)d belgi ishlatilgan)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Iltimos, faylni yuboring yoki katachani belgilang, lekin ikkalasinimas." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"To'g'ri rasmni yuklang. Siz yuklagan fayl yoki rasm emas yoki buzilgan rasm " +"edi." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "To'g'ri tanlovni tanlang. %(value)s mavjud tanlovlardan biri emas." + +msgid "Enter a list of values." +msgstr "Qiymatlar ro'yxatini kiriting." + +msgid "Enter a complete value." +msgstr "To'liq qiymatni kiriting." + +msgid "Enter a valid UUID." +msgstr "To'g'ri UUID kiriting." + +msgid "Enter a valid JSON." +msgstr "Yaroqli JSONni kiriting." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Yashirilgan maydon %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "" + +msgid "Order" +msgstr "Buyurtma" + +msgid "Delete" +msgstr "Yo'q qilish" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Iltimos, %(field)s uchun takroriy ma'lumotni tuzating." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Iltimos, noyob bo'lishi kerak bo'lgan %(field)s uchun takroriy ma'lumotlarni " +"to'g'rilang." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Iltimos, %(field_name)s uchun takroriy ma'lumotlarni %(date_field)s ga noyob " +"bo'la oladigan %(lookup)s ichidagi ma'lumotlarni moslab to'g'rilang." + +msgid "Please correct the duplicate values below." +msgstr "Iltimos, quyidagi takroriy qiymatlarni to'g'irlang." + +msgid "The inline value did not match the parent instance." +msgstr "Kiritilgan ichki qiymat ajdod misoliga mos kelmaydi." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "To'g'ri tanlovni tanlang. Bu tanlov mavjud tanlovlardan biri emas." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" to'g'ri qiymat emas." + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s vaqtni %(current_timezone)s mintaqa talqinida ifodalab " +"bo'lmadi; u noaniq yoki mavjud bo'lmasligi mumkin." + +msgid "Clear" +msgstr "Aniq" + +msgid "Currently" +msgstr "Hozirda" + +msgid "Change" +msgstr "O'zgartirish" + +msgid "Unknown" +msgstr "Noma'lum" + +msgid "Yes" +msgstr "Ha" + +msgid "No" +msgstr "Yo'q" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "ha,yo'q,ehtimol" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)dbayt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "kechqurun" + +msgid "a.m." +msgstr "ertalab" + +msgid "PM" +msgstr "Kechqurun" + +msgid "AM" +msgstr "Ertalab" + +msgid "midnight" +msgstr "yarim tunda" + +msgid "noon" +msgstr "peshin" + +msgid "Monday" +msgstr "Dushanba" + +msgid "Tuesday" +msgstr "Seshanba" + +msgid "Wednesday" +msgstr "Chorshanba" + +msgid "Thursday" +msgstr "Payshanba" + +msgid "Friday" +msgstr "Juma" + +msgid "Saturday" +msgstr "Shanba" + +msgid "Sunday" +msgstr "Yakshanba" + +msgid "Mon" +msgstr "Dush" + +msgid "Tue" +msgstr "Sesh" + +msgid "Wed" +msgstr "Chor" + +msgid "Thu" +msgstr "Pay" + +msgid "Fri" +msgstr "Jum" + +msgid "Sat" +msgstr "Shan" + +msgid "Sun" +msgstr "Yak" + +msgid "January" +msgstr "Yanvar" + +msgid "February" +msgstr "Fevral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "Iyun" + +msgid "July" +msgstr "Iyul" + +msgid "August" +msgstr "Avgust" + +msgid "September" +msgstr "Sentabr" + +msgid "October" +msgstr "Oktabr" + +msgid "November" +msgstr "Noyabr" + +msgid "December" +msgstr "Dekabr" + +msgid "jan" +msgstr "yan" + +msgid "feb" +msgstr "fev" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "iyn" + +msgid "jul" +msgstr "iyl" + +msgid "aug" +msgstr "avg" + +msgid "sep" +msgstr "sen" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "noy" + +msgid "dec" +msgstr "dek" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Yan," + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprel" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Iyun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iyul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sen." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noy." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dek." + +msgctxt "alt. month" +msgid "January" +msgstr "Yanvar" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevral" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprel" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "Iyun" + +msgctxt "alt. month" +msgid "July" +msgstr "Iyul" + +msgctxt "alt. month" +msgid "August" +msgstr "Avgust" + +msgctxt "alt. month" +msgid "September" +msgstr "Sentabr" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktabr" + +msgctxt "alt. month" +msgid "November" +msgstr "Noyabr" + +msgctxt "alt. month" +msgid "December" +msgstr "Dekabr" + +msgid "This is not a valid IPv6 address." +msgstr "Bu to'g'ri IPv6 manzili emas." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "yoki" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d yil" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)doy" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d hafta" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d kun" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d soat" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d daqiqa" + +msgid "Forbidden" +msgstr "Taqiqlangan" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF tekshiruvi amalga oshmadi. So‘rov bekor qilindi." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"Agar siz \"Referer\" sarlavhalarini o'chirib qo'yish uchun brauzeringizni " +"sozlagan bo'lsangiz, iltimos, hech bo'lmasa ushbu sayt uchun, HTTPS " +"ulanishlari, yoki \"same-origin\" so'rovlari uchun ularni qayta yoqib " +"qo'ying." + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Agar siz yorlig'idan yoki " +"\"Referrer-Policy: no-referer\" sarlavhasidan foydalanayotgan bo'lsangiz, " +"iltimos ularni olib tashlang. CSRF himoyasi \"Referer\" sarlavhasini " +"havolalarni qat'iy tekshirishni talab qiladi. Agar maxfiyligingiz haqida " +"xavotirda bo'lsangiz, uchinchi tomon saytlari kabi " +"havola alternativalaridan foydalaning." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Siz ushbu xabarni ko'rmoqdasiz, chunki ushbu sayt formalarni yuborishda CSRF " +"cookie ma'lumotlarini talab qiladi. Ushbu cookie ma'lumotlari xavfsizlik " +"nuqtai nazaridan, brauzeringizni uchinchi shaxslar tomonidan " +"o'g'irlanmasligini ta'minlash uchun xizmat qilinadi." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"Agar siz cookie ma'lumotlarni o'chirib qo'yish uchun brauzeringizni " +"konfiguratsiya qilgan bo'lsangiz, iltimos, ushbu sayt yoki \"same-origin\" " +"so'rovlari uchun ularni qayta yoqib qo'ying." + +msgid "More information is available with DEBUG=True." +msgstr "Qo'shimcha ma'lumotlarni DEBUG = True ifodasi bilan ko'rish mumkin." + +msgid "No year specified" +msgstr "Yil ko‘rsatilmagan" + +msgid "Date out of range" +msgstr "Sana chegaradan tashqarida" + +msgid "No month specified" +msgstr "Oy ko'rsatilmagan" + +msgid "No day specified" +msgstr "Hech qanday kun ko‘rsatilmagan" + +msgid "No week specified" +msgstr "Hech qanday hafta belgilanmagan" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Hech qanday %(verbose_name_plural)s lar mavjud emas" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Kelajak %(verbose_name_plural)s lari mavjud emas, chunki %(class_name)s." +"allow_future yolg'ondur." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" +"\"%(datestr)s\" sana birikmasi noto'g'ri berilgan. \"%(format)s\" formati " +"tavsiya etilgan" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "So'rovga mos keladigan %(verbose_name)s topilmadi" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "Sahifa \"oxirgi\" emas va uni butun songa aylantirish mumkin emas." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Noto'g'ri sahifa (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "Bo'sh ro'yxat va \"%(class_name)s.allow_empty\" yolg'on." + +msgid "Directory indexes are not allowed here." +msgstr "Bu yerda katalog indekslaridan foydalanib bo'lmaydi." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "\"%(path)s\" mavjud emas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s indeksi" + +msgid "The install worked successfully! Congratulations!" +msgstr "O'rnatish muvaffaqiyatli amalga oshdi! Tabriklaymiz!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django %(version)s uchun chiqarilgan " +"nashrlarni ko'rish" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"Siz ushbu sahifani ko'rmoqdasiz, chunki DEBUG = True ifodasi sizning sozlamalar faylingizda " +"ko'rsatilgan va siz biron bir URL manzilini to'gri sozlamagansiz." + +msgid "Django Documentation" +msgstr "Django Hujjatlari" + +msgid "Topics, references, & how-to’s" +msgstr "Mavzular, havolalar va qanday qilish yo'llari" + +msgid "Tutorial: A Polling App" +msgstr "Qo'llanma: So'rovnoma" + +msgid "Get started with Django" +msgstr "Django bilan boshlang" + +msgid "Django Community" +msgstr "Django hamjamiyati" + +msgid "Connect, get help, or contribute" +msgstr "Bog'laning, yordam oling yoki hissa qo'shing" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88bebf22bf978dd165a66fbb9b0dd9b1e50ebc72 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^-HVt2S;?7~7=lMO)|35QLe@3HWfY+zDtog+Yz%RGhEzdT& zdV!PA009UP0SV-R9z;SCd7&5ipbz<>9|d3l1yQKyfx#X?;co;Cp$H74BN#zZcr=gY zC_8#u5c65B(3-c*R^KMeMboAaSk^`1(%uYi+djk&Sj`S?Lbg&gFA01hJIElG8L*6I zM;TOLPV!ksE6mM)&TrGZR+gz08L7xL?9_jVWx96kklL98ryKR1+qr9zyrs1!@_*c~ z_v7m&i9;`GOo;ZAD0T+-i&;;Ut1BdgZxO?B(nSZ1!TamZ;wd|8$F*Lp*&^9rxZ$}*u= zsjb<~wdQpT4(-Pua&$xQRJ63Rrj6?qTV6uwxCoT;J-n`v!Mzb6smZXiq2X zXub|U8(8SPZ#*Ao@VV|EGSTt2A_;<6g#mT{BI3l7cuPFGpq$i$1)!be@dCu1)IB#p wez*W>CzZxI9`{j>H@WhW8P5VFeg^}0am=jZAdMBYlg5gKlSqD~#wmQpU+#MAL;wH) literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/formats.py new file mode 100644 index 00000000000..2c7ee73a176 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/uz/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"j-E, Y-\y\i\l" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = r"j-E, Y-\y\i\l G:i" +YEAR_MONTH_FORMAT = r"F Y-\y\i\l" +MONTH_DAY_FORMAT = "j-E" +SHORT_DATE_FORMAT = "d.m.Y" +SHORT_DATETIME_FORMAT = "d.m.Y H:i" +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%d.%m.%Y", # '25.10.2006' + "%d-%B, %Y-yil", # '25-Oktabr, 2006-yil' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '25.10.2006 14:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '25.10.2006 14:30:59.000200' + "%d.%m.%Y %H:%M", # '25.10.2006 14:30' + "%d-%B, %Y-yil %H:%M:%S", # '25-Oktabr, 2006-yil 14:30:59' + "%d-%B, %Y-yil %H:%M:%S.%f", # '25-Oktabr, 2006-yil 14:30:59.000200' + "%d-%B, %Y-yil %H:%M", # '25-Oktabr, 2006-yil 14:30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..43a2a61928d77bcfdb2122edf600d5c698e1f231 GIT binary patch literal 17396 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a0e6eb43f39 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,1234 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2020 +# Jannis Leidel , 2011 +# Anh Phan , 2013 +# Thanh Le Viet , 2013 +# Tran , 2011 +# Tran Van , 2011,2013 +# Vuong Nguyen , 2011 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-19 20:23+0200\n" +"PO-Revision-Date: 2020-07-14 21:42+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Tiếng Ả Rập" + +msgid "Algerian Arabic" +msgstr "" + +msgid "Asturian" +msgstr "Asturian" + +msgid "Azerbaijani" +msgstr "Tiếng Azerbaijan" + +msgid "Bulgarian" +msgstr "Tiếng Bun-ga-ri" + +msgid "Belarusian" +msgstr "Tiếng Bê-la-rút" + +msgid "Bengali" +msgstr "Tiếng Bengal" + +msgid "Breton" +msgstr "Tiếng Breton" + +msgid "Bosnian" +msgstr "Tiếng Bosnia" + +msgid "Catalan" +msgstr "Tiếng Catala" + +msgid "Czech" +msgstr "Tiếng Séc" + +msgid "Welsh" +msgstr "Xứ Wales" + +msgid "Danish" +msgstr "Tiếng Đan Mạch" + +msgid "German" +msgstr "Tiếng Đức" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Tiếng Hy Lạp" + +msgid "English" +msgstr "Tiếng Anh" + +msgid "Australian English" +msgstr "Tiếng Anh ở Úc" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Quốc Tế Ngữ" + +msgid "Spanish" +msgstr "Tiếng Tây Ban Nha" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Tiếng Tây Ban Nha-Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Tiếng Vê-nê-du-ê-la" + +msgid "Estonian" +msgstr "Tiếng Estonia" + +msgid "Basque" +msgstr "Tiếng Baxcơ" + +msgid "Persian" +msgstr "Tiếng Ba Tư" + +msgid "Finnish" +msgstr "Tiếng Phần Lan" + +msgid "French" +msgstr "Tiếng Pháp" + +msgid "Frisian" +msgstr "Tiếng Frisco" + +msgid "Irish" +msgstr "Tiếng Ai-len" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Tiếng Pháp cổ" + +msgid "Hebrew" +msgstr "Tiếng Do Thái cổ" + +msgid "Hindi" +msgstr "Tiếng Hindi" + +msgid "Croatian" +msgstr "Tiếng Croatia" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Tiếng Hung-ga-ri" + +msgid "Armenian" +msgstr "" + +msgid "Interlingua" +msgstr "Tiếng Khoa học Quốc tế" + +msgid "Indonesian" +msgstr "Tiếng In-đô-nê-xi-a" + +msgid "Igbo" +msgstr "" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Tiếng Aixơlen" + +msgid "Italian" +msgstr "Tiếng Ý" + +msgid "Japanese" +msgstr "Tiếng Nhật Bản" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "Tiếng Kazakh" + +msgid "Khmer" +msgstr "Tiếng Khơ-me" + +msgid "Kannada" +msgstr "Tiếng Kannada" + +msgid "Korean" +msgstr "Tiếng Hàn Quốc" + +msgid "Kyrgyz" +msgstr "" + +msgid "Luxembourgish" +msgstr "Tiếng Luxembourg" + +msgid "Lithuanian" +msgstr "Tiếng Lat-vi" + +msgid "Latvian" +msgstr "Ngôn ngữ vùng Bantic" + +msgid "Macedonian" +msgstr "Tiếng Maxêđôni" + +msgid "Malayalam" +msgstr "Tiếng Malayalam" + +msgid "Mongolian" +msgstr "Tiếng Mông Cổ" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "My-an-ma" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nê-pan" + +msgid "Dutch" +msgstr "Tiếng Hà Lan" + +msgid "Norwegian Nynorsk" +msgstr "Tiếng Na Uy Nynorsk" + +msgid "Ossetic" +msgstr "Ô-sét-ti-a" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Tiếng Ba lan" + +msgid "Portuguese" +msgstr "Tiếng Bồ Đào Nha" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Tiếng Ru-ma-ni" + +msgid "Russian" +msgstr "Tiếng Nga" + +msgid "Slovak" +msgstr "Ngôn ngữ Slô-vac" + +msgid "Slovenian" +msgstr "Tiếng Slôven" + +msgid "Albanian" +msgstr "Tiếng Albania" + +msgid "Serbian" +msgstr "Tiếng Xéc-bi" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Tiếng Thụy Điển" + +msgid "Swahili" +msgstr "Xì-qua-hi-đi thuộc ngôn ngữ Bantu" + +msgid "Tamil" +msgstr "Tiếng Ta-min" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Tajik" +msgstr "" + +msgid "Thai" +msgstr "Tiếng Thái" + +msgid "Turkmen" +msgstr "" + +msgid "Turkish" +msgstr "Tiếng Thổ Nhĩ Kỳ" + +msgid "Tatar" +msgstr "Tác-ta" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Tiếng Ukraina" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "" + +msgid "Vietnamese" +msgstr "Tiếng Việt Nam" + +msgid "Simplified Chinese" +msgstr "Tiếng Tàu giản thể" + +msgid "Traditional Chinese" +msgstr "Tiếng Tàu truyền thống" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Bản đồ trang web" + +msgid "Static Files" +msgstr "Tập tin tĩnh" + +msgid "Syndication" +msgstr "Syndication" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Nhập một giá trị hợp lệ." + +msgid "Enter a valid URL." +msgstr "Nhập một URL hợp lệ." + +msgid "Enter a valid integer." +msgstr "Nhập một số nguyên hợp lệ." + +msgid "Enter a valid email address." +msgstr "Nhập địa chỉ email." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Nhập một địa chỉ IPv4 hợp lệ." + +msgid "Enter a valid IPv6 address." +msgstr "Nhập địa chỉ IPv6 hợp lệ" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Nhập địa chỉ IPv4 hoặc IPv6 hợp lệ" + +msgid "Enter only digits separated by commas." +msgstr "Chỉ nhập chữ số, cách nhau bằng dấu phẩy." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Đảm bảo giá trị này là %(limit_value)s (nó là %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Đảm bảo giá trị này là nhỏ hơn hoặc bằng với %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Đảm bảo giá trị này lớn hơn hoặc bằng với %(limit_value)s ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Giá trị này phải có ít nhất %(limit_value)d kí tự (hiện có %(show_value)d)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Giá trị này chỉ có tối đa %(limit_value)d kí tự (hiện có %(show_value)d)" + +msgid "Enter a number." +msgstr "Nhập một số." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Đảm bảo rằng tối đa không có nhiều hơn %(max)s số." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Hãy chắc chắn rằng không có nhiều hơn %(max)s chữ số thập phân." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Hãy chắc chắn rằng không có nhiều hơn %(max)s chữ số trước dấu phẩy thập " +"phân." + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "và" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s với thông tin %(field_labels)s đã tồn tại" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Giá trị %(value)r không phải là lựa chọn hợp lệ." + +msgid "This field cannot be null." +msgstr "Trường này không thể để trống." + +msgid "This field cannot be blank." +msgstr "Trường này không được để trắng." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s có %(field_label)s đã tồn tại." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s phải là duy nhất %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Trường thuộc dạng: %(field_type)s " + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (hoặc là Đúng hoặc là Sai)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Chuỗi (dài đến %(max_length)s ký tự )" + +msgid "Comma-separated integers" +msgstr "Các số nguyên được phân cách bằng dấu phẩy" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Ngày (không có giờ)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Ngày (có giờ)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Số thập phân" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Địa chỉ email" + +msgid "File path" +msgstr "Đường dẫn tắt tới file" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Giá trị dấu chấm động" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +msgid "Integer" +msgstr "Số nguyên" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +msgid "IPv4 address" +msgstr "Địa chỉ IPv4" + +msgid "IP address" +msgstr "Địa chỉ IP" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Luận lý (Có thể Đúng, Sai hoặc Không cái nào đúng)" + +msgid "Positive big integer" +msgstr "" + +msgid "Positive integer" +msgstr "Số nguyên dương" + +msgid "Positive small integer" +msgstr "Số nguyên dương nhỏ" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug(lên đến %(max_length)s)" + +msgid "Small integer" +msgstr "Số nguyên nhỏ" + +msgid "Text" +msgstr "Đoạn văn" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Giờ" + +msgid "URL" +msgstr "Đường dẫn URL" + +msgid "Raw binary data" +msgstr "Dữ liệu nhị phân " + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +msgid "Universally unique identifier" +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +msgid "A JSON object" +msgstr "" + +msgid "Value must be valid JSON." +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Khóa ngoại (kiểu được xác định bởi trường liên hệ)" + +msgid "One-to-one relationship" +msgstr "Mối quan hệ một-một" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Mối quan hệ nhiều-nhiều" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Trường này là bắt buộc." + +msgid "Enter a whole number." +msgstr "Nhập một số tổng thể." + +msgid "Enter a valid date." +msgstr "Nhập một ngày hợp lệ." + +msgid "Enter a valid time." +msgstr "Nhập một thời gian hợp lệ." + +msgid "Enter a valid date/time." +msgstr "Nhập một ngày/thời gian hợp lệ." + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Không có tập tin nào được gửi. Hãy kiểm tra kiểu mã hóa của biểu mẫu." + +msgid "No file was submitted." +msgstr "Không có tập tin nào được gửi." + +msgid "The submitted file is empty." +msgstr "Tập tin được gửi là rỗng." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Tên tệp tin có tối đa %(max)d kí tự (Hiện có %(length)d)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Vui lòng gửi một tập tin hoặc để ô chọn trắng, không chọn cả hai." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Hãy tải lên một hình ảnh hợp lệ. Tập tin mà bạn đã tải không phải là hình " +"ảnh hoặc đã bị hư hỏng." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Hãy chọn một lựa chọn hợp lệ. %(value)s không phải là một trong các lựa chọn " +"khả thi." + +msgid "Enter a list of values." +msgstr "Nhập một danh sách giá trị." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +msgid "Enter a valid JSON." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Trường ẩn %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Vui lòng đệ trình %d hoặc ít các mẫu đơn hơn." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Thứ tự" + +msgid "Delete" +msgstr "Xóa" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Hãy sửa các dữ liệu trùng lặp cho %(field)s ." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Hãy sửa các dữ liệu trùng lặp cho %(field)s, mà phải là duy nhất." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Hãy sửa các dữ liệu trùng lặp cho %(field_name)s mà phải là duy nhất cho " +"%(lookup)s tại %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Hãy sửa các giá trị trùng lặp dưới đây." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Hãy chọn một lựa chọn hợp lệ. Lựa chọn đó không phải là một trong các lựa " +"chọn khả thi." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Clear" +msgstr "Xóa" + +msgid "Currently" +msgstr "Hiện nay" + +msgid "Change" +msgstr "Thay đổi" + +msgid "Unknown" +msgstr "Chưa xác định" + +msgid "Yes" +msgstr "Có" + +msgid "No" +msgstr "Không" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "Có,Không,Có thể" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "chiều" + +msgid "AM" +msgstr "sáng" + +msgid "midnight" +msgstr "Nửa đêm" + +msgid "noon" +msgstr "Buổi trưa" + +msgid "Monday" +msgstr "Thứ 2" + +msgid "Tuesday" +msgstr "Thứ 3" + +msgid "Wednesday" +msgstr "Thứ 4" + +msgid "Thursday" +msgstr "Thứ 5" + +msgid "Friday" +msgstr "Thứ 6" + +msgid "Saturday" +msgstr "Thứ 7" + +msgid "Sunday" +msgstr "Chủ nhật" + +msgid "Mon" +msgstr "Thứ 2" + +msgid "Tue" +msgstr "Thứ 3" + +msgid "Wed" +msgstr "Thứ 4" + +msgid "Thu" +msgstr "Thứ 5" + +msgid "Fri" +msgstr "Thứ 6" + +msgid "Sat" +msgstr "Thứ 7" + +msgid "Sun" +msgstr "Chủ nhật" + +msgid "January" +msgstr "Tháng 1" + +msgid "February" +msgstr "Tháng 2" + +msgid "March" +msgstr "Tháng 3" + +msgid "April" +msgstr "Tháng 4" + +msgid "May" +msgstr "Tháng 5" + +msgid "June" +msgstr "Tháng 6" + +msgid "July" +msgstr "Tháng 7" + +msgid "August" +msgstr "Tháng 8" + +msgid "September" +msgstr "Tháng 9" + +msgid "October" +msgstr "Tháng 10" + +msgid "November" +msgstr "Tháng 11" + +msgid "December" +msgstr "Tháng 12" + +msgid "jan" +msgstr "Tháng 1" + +msgid "feb" +msgstr "Tháng 2" + +msgid "mar" +msgstr "Tháng 3" + +msgid "apr" +msgstr "Tháng 4" + +msgid "may" +msgstr "Tháng 5" + +msgid "jun" +msgstr "Tháng 6" + +msgid "jul" +msgstr "Tháng 7" + +msgid "aug" +msgstr "Tháng 8" + +msgid "sep" +msgstr "Tháng 9" + +msgid "oct" +msgstr "Tháng 10" + +msgid "nov" +msgstr "Tháng 11" + +msgid "dec" +msgstr "Tháng 12" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Tháng 1." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Tháng 2." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Tháng ba" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Tháng tư" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Tháng năm" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Tháng sáu" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Tháng bảy" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Tháng 8." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Tháng 9." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Tháng 10." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Tháng 11." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Tháng 12." + +msgctxt "alt. month" +msgid "January" +msgstr "Tháng một" + +msgctxt "alt. month" +msgid "February" +msgstr "Tháng hai" + +msgctxt "alt. month" +msgid "March" +msgstr "Tháng ba" + +msgctxt "alt. month" +msgid "April" +msgstr "Tháng tư" + +msgctxt "alt. month" +msgid "May" +msgstr "Tháng năm" + +msgctxt "alt. month" +msgid "June" +msgstr "Tháng sáu" + +msgctxt "alt. month" +msgid "July" +msgstr "Tháng bảy" + +msgctxt "alt. month" +msgid "August" +msgstr "Tháng tám" + +msgctxt "alt. month" +msgid "September" +msgstr "Tháng Chín" + +msgctxt "alt. month" +msgid "October" +msgstr "Tháng Mười" + +msgctxt "alt. month" +msgid "November" +msgstr "Tháng mười một" + +msgctxt "alt. month" +msgid "December" +msgstr "Tháng mười hai" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +msgid "or" +msgstr "hoặc" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d năm" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d tháng" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tuần" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ngày" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d giờ" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d phút" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Không có năm xác định" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Không có tháng xác định" + +msgid "No day specified" +msgstr "Không có ngày xác định" + +msgid "No week specified" +msgstr "Không có tuần xác định" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Không có %(verbose_name_plural)s phù hợp" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s trong tương lai không có sẵn vì %(class_name)s." +"allow_future là False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Không có %(verbose_name)s tìm thấy phù hợp với truy vấn" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Trang không hợp lệ (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Tại đây không cho phép đánh số chỉ mục dành cho thư mục." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index của %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to’s" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c1f6f309959581eb92837614a1a877819d5c012 GIT binary patch literal 201 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVW$2gZ7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^~*B#FI%$kaVk z6Vg%Tdq@U1zln6c$cc@LP?gG4L+W$lx%!kz*UEw@HGZdNf2cokeDUz8!W}ni#S>2C zBtaZ!q_S{Y2J91O8A%7_ws>v(533;Ul9m^#j4D2aJ54N>) z*m0c;)7U9&Z9`jglsxra$ttye37e+Tf^D-Yw-wmaV9T_0*|7^9*N^V&Ch4}711m-M z2H$D#(>4h+3^R#?S<0ooZ0-eQ ItOXkI4j-tgegFUf literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/formats.py new file mode 100644 index 00000000000..7b7602044ae --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/vi/formats.py @@ -0,0 +1,21 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r"\N\gà\y d \t\há\n\g n \nă\m Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"H:i \N\gà\y d \t\há\n\g n \nă\m Y" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d-m-Y" +SHORT_DATETIME_FORMAT = "H:i d-m-Y" +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +# NUMBER_GROUPING = diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..09736dbdfd5f7ac10b3776398de3648b2e5a2a73 GIT binary patch literal 26813 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 D7p`o< literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 00000000000..9bea278681e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,1327 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# HuanCheng Bai白宦成(Bestony) , 2017-2018 +# lanbla , 2021 +# Daniel Duan , 2013 +# Fan Xu , 2022 +# Ford Guo , 2022 +# Huanqun Yang, 2022 +# sunfkny, 2023 +# jamin M , 2019 +# Jannis Leidel , 2011 +# Kevin Sze , 2012 +# Lele Long , 2011,2015,2017 +# Le Yang , 2018 +# li beite , 2020 +# Liping Wang , 2016-2017 +# L., 2024 +# matthew Yip , 2020 +# Natalia, 2025 +# mozillazg , 2016 +# Ronald White , 2014 +# Lemon Li , 2013 +# Ray Wang , 2017 +# slene , 2011 +# Sun Liwen , 2014 +# Suntravel Chris , 2019 +# Veoco , 2021 +# Liping Wang , 2016 +# Wentao Han , 2018 +# wolf ice , 2020 +# Xiang Yu , 2014 +# Jeff Yin , 2013 +# Zhengyang Wang , 2017 +# ced773123cfad7b4e8b79ca80f736af9, 2011-2012 +# Ziya Tang , 2018 +# 付峥 , 2018 +# L., 2024 +# LatteFang <370358679@qq.com>, 2020 +# Kevin Sze , 2012 +# 高乐喆 , 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Chinese (China) (http://app.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "南非荷兰语" + +msgid "Arabic" +msgstr "阿拉伯语" + +msgid "Algerian Arabic" +msgstr "阿尔及利亚的阿拉伯语" + +msgid "Asturian" +msgstr "阿斯图里亚斯" + +msgid "Azerbaijani" +msgstr "阿塞拜疆语" + +msgid "Bulgarian" +msgstr "保加利亚语" + +msgid "Belarusian" +msgstr "白俄罗斯语" + +msgid "Bengali" +msgstr "孟加拉语" + +msgid "Breton" +msgstr "布雷顿" + +msgid "Bosnian" +msgstr "波斯尼亚语" + +msgid "Catalan" +msgstr "加泰罗尼亚语" + +msgid "Central Kurdish (Sorani)" +msgstr "中部库尔德语(Sorani)" + +msgid "Czech" +msgstr "捷克语" + +msgid "Welsh" +msgstr "威尔士语" + +msgid "Danish" +msgstr "丹麦语" + +msgid "German" +msgstr "德语" + +msgid "Lower Sorbian" +msgstr "下索布" + +msgid "Greek" +msgstr "希腊语" + +msgid "English" +msgstr "英语" + +msgid "Australian English" +msgstr "澳大利亚英语" + +msgid "British English" +msgstr "英国英语" + +msgid "Esperanto" +msgstr "世界语" + +msgid "Spanish" +msgstr "西班牙语" + +msgid "Argentinian Spanish" +msgstr "阿根廷西班牙语" + +msgid "Colombian Spanish" +msgstr "哥伦比亚西班牙语" + +msgid "Mexican Spanish" +msgstr "墨西哥西班牙语" + +msgid "Nicaraguan Spanish" +msgstr "尼加拉瓜西班牙语" + +msgid "Venezuelan Spanish" +msgstr "委内瑞拉西班牙语" + +msgid "Estonian" +msgstr "爱沙尼亚语" + +msgid "Basque" +msgstr "巴斯克语" + +msgid "Persian" +msgstr "波斯语" + +msgid "Finnish" +msgstr "芬兰语" + +msgid "French" +msgstr "法语" + +msgid "Frisian" +msgstr "夫里斯兰语" + +msgid "Irish" +msgstr "爱尔兰语" + +msgid "Scottish Gaelic" +msgstr "苏格兰盖尔语" + +msgid "Galician" +msgstr "加利西亚语" + +msgid "Hebrew" +msgstr "希伯来语" + +msgid "Hindi" +msgstr "北印度语" + +msgid "Croatian" +msgstr "克罗地亚语" + +msgid "Upper Sorbian" +msgstr "上索布" + +msgid "Hungarian" +msgstr "匈牙利语" + +msgid "Armenian" +msgstr "亚美尼亚语" + +msgid "Interlingua" +msgstr "国际语" + +msgid "Indonesian" +msgstr "印尼语" + +msgid "Igbo" +msgstr "伊博" + +msgid "Ido" +msgstr "简化伊多语" + +msgid "Icelandic" +msgstr "冰岛语" + +msgid "Italian" +msgstr "意大利语" + +msgid "Japanese" +msgstr "日语" + +msgid "Georgian" +msgstr "格鲁吉亚语" + +msgid "Kabyle" +msgstr "卡拜尔语" + +msgid "Kazakh" +msgstr "哈萨克语" + +msgid "Khmer" +msgstr "高棉语" + +msgid "Kannada" +msgstr "埃纳德语" + +msgid "Korean" +msgstr "韩语" + +msgid "Kyrgyz" +msgstr "吉尔吉斯坦语" + +msgid "Luxembourgish" +msgstr "卢森堡语" + +msgid "Lithuanian" +msgstr "立陶宛语" + +msgid "Latvian" +msgstr "拉脱维亚语" + +msgid "Macedonian" +msgstr "马其顿语" + +msgid "Malayalam" +msgstr "马来亚拉姆语" + +msgid "Mongolian" +msgstr "蒙古语" + +msgid "Marathi" +msgstr "马拉地语" + +msgid "Malay" +msgstr "马来语" + +msgid "Burmese" +msgstr "缅甸语" + +msgid "Norwegian Bokmål" +msgstr "挪威博克马尔" + +msgid "Nepali" +msgstr "尼泊尔语" + +msgid "Dutch" +msgstr "荷兰语" + +msgid "Norwegian Nynorsk" +msgstr "新挪威语" + +msgid "Ossetic" +msgstr "奥塞梯语" + +msgid "Punjabi" +msgstr "旁遮普语 " + +msgid "Polish" +msgstr "波兰语" + +msgid "Portuguese" +msgstr "葡萄牙语" + +msgid "Brazilian Portuguese" +msgstr "巴西葡萄牙语" + +msgid "Romanian" +msgstr "罗马尼亚语" + +msgid "Russian" +msgstr "俄语" + +msgid "Slovak" +msgstr "斯洛伐克语" + +msgid "Slovenian" +msgstr "斯洛文尼亚语" + +msgid "Albanian" +msgstr "阿尔巴尼亚语" + +msgid "Serbian" +msgstr "塞尔维亚语" + +msgid "Serbian Latin" +msgstr "塞尔维亚拉丁语" + +msgid "Swedish" +msgstr "瑞典语" + +msgid "Swahili" +msgstr "斯瓦西里语" + +msgid "Tamil" +msgstr "泰米尔语" + +msgid "Telugu" +msgstr "泰卢固语" + +msgid "Tajik" +msgstr "塔吉克语" + +msgid "Thai" +msgstr "泰语" + +msgid "Turkmen" +msgstr "土库曼人" + +msgid "Turkish" +msgstr "土耳其语" + +msgid "Tatar" +msgstr "鞑靼语" + +msgid "Udmurt" +msgstr "乌德穆尔特语" + +msgid "Uyghur" +msgstr "维吾尔语" + +msgid "Ukrainian" +msgstr "乌克兰语" + +msgid "Urdu" +msgstr "乌尔都语" + +msgid "Uzbek" +msgstr "乌兹别克语" + +msgid "Vietnamese" +msgstr "越南语" + +msgid "Simplified Chinese" +msgstr "简体中文" + +msgid "Traditional Chinese" +msgstr "繁体中文" + +msgid "Messages" +msgstr "消息" + +msgid "Site Maps" +msgstr "站点地图" + +msgid "Static Files" +msgstr "静态文件" + +msgid "Syndication" +msgstr "联合" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "页码不是整数" + +msgid "That page number is less than 1" +msgstr "页码小于 1" + +msgid "That page contains no results" +msgstr "本页结果为空" + +msgid "Enter a valid value." +msgstr "输入一个有效的值。" + +msgid "Enter a valid domain name." +msgstr "输入一个有效的域名。" + +msgid "Enter a valid URL." +msgstr "输入一个有效的 URL。" + +msgid "Enter a valid integer." +msgstr "输入一个有效的整数。" + +msgid "Enter a valid email address." +msgstr "输入一个有效的 Email 地址。" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "输入由字母,数字,下划线或连字符号组成的有效“字段”。" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "输入由Unicode字母,数字,下划线或连字符号组成的有效“字段”。" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "输入一个有效的 %(protocol)s 地址。" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 或 IPv6" + +msgid "Enter only digits separated by commas." +msgstr "只能输入用逗号分隔的数字。" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "确保该值为 %(limit_value)s (现在为 %(show_value)s)。" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "确保该值小于或等于%(limit_value)s。" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "确保该值大于或等于%(limit_value)s。" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "确保该值是步长的倍数%(limit_value)s" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"确保此值是步长 %(limit_value)s 的倍数,从 %(offset)s 开始,例如 " +"%(offset)s、%(valid_value1)s、%(valid_value2)s 等等。" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"确保该变量至少包含 %(limit_value)d 字符(目前字符数 %(show_value)d)。" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"确保该变量包含不超过 %(limit_value)d 字符 (目前字符数 %(show_value)d)。" + +msgid "Enter a number." +msgstr "输入一个数字。" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "确认总共不超过 %(max)s 个数字." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "确认小数不超过 %(max)s 位." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "确认小数点前不超过 %(max)s 位。" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" +"文件扩展“%(extension)s”是不被允许。允许的扩展为:%(allowed_extensions)s。" + +msgid "Null characters are not allowed." +msgstr "不允许是用空字符串。" + +msgid "and" +msgstr "和" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "包含 %(field_labels)s 的 %(model_name)s 已经存在。" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "约束 “%(name)s” 是无效的" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "值 %(value)r 不是有效选项。" + +msgid "This field cannot be null." +msgstr "这个值不能为 null。" + +msgid "This field cannot be blank." +msgstr "此字段不能为空。" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "具有 %(field_label)s 的 %(model_name)s 已存在。" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s 必须在 %(date_field_label)s 字段查找类型为 %(lookup_type)s 中" +"唯一。" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "字段类型:%(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s”的值应该为True或False" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s”的值应该为True,False或None" + +msgid "Boolean (Either True or False)" +msgstr "布尔值( True或False )" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "字符串(最长 %(max_length)s 位)" + +msgid "String (unlimited)" +msgstr "字符串(无限)" + +msgid "Comma-separated integers" +msgstr "逗号分隔的整数" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "“%(value)s”的值有一个错误的日期格式。它的格式应该是YYYY-MM-DD" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "“%(value)s”的值有正确的格式(YYYY-MM-DD)但它是一个错误的日期" + +msgid "Date (without time)" +msgstr "日期(不带时分)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s”的值有一个错误的日期格式。它的格式应该是YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] " + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s”的值有正确的格式 (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) 但它是一个错" +"误的日期/时间" + +msgid "Date (with time)" +msgstr "日期(带时分)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s”的值应该是一个十进制数字。" + +msgid "Decimal number" +msgstr "小数" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "" +"“%(value)s”的值有一个错误的格式。它的格式应该是[DD] [[HH:]MM:]ss[.uuuuuu] " + +msgid "Duration" +msgstr "时长" + +msgid "Email address" +msgstr "Email 地址" + +msgid "File path" +msgstr "文件路径" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s”的值应该是一个浮点数" + +msgid "Floating point number" +msgstr "浮点数" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s”的值应该是一个整型" + +msgid "Integer" +msgstr "整数" + +msgid "Big (8 byte) integer" +msgstr "大整数(8字节)" + +msgid "Small integer" +msgstr "小整数" + +msgid "IPv4 address" +msgstr "IPv4 地址" + +msgid "IP address" +msgstr "IP 地址" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s”的值应该是None、True或False" + +msgid "Boolean (Either True, False or None)" +msgstr "布尔值(True、False或None)" + +msgid "Positive big integer" +msgstr "正大整数" + +msgid "Positive integer" +msgstr "正整数" + +msgid "Positive small integer" +msgstr "正小整数" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (多达 %(max_length)s)" + +msgid "Text" +msgstr "文本" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "“%(value)s”的值有一个错误的格式。它的格式应该是HH:MM[:ss[.uuuuuu]]" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "“%(value)s”的值有正确的格式(HH:MM[:ss[.uuuuuu]]),但它是一个错误的时间" + +msgid "Time" +msgstr "时间" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "原始二进制数据" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s”不是一个有效的UUID" + +msgid "Universally unique identifier" +msgstr "通用唯一识别码" + +msgid "File" +msgstr "文件" + +msgid "Image" +msgstr "图像" + +msgid "A JSON object" +msgstr "一个JSON对象" + +msgid "Value must be valid JSON." +msgstr "值必须是有效的JSON。" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "外键(由相关字段确定)" + +msgid "One-to-one relationship" +msgstr "一对一关系" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s关系" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s关系" + +msgid "Many-to-many relationship" +msgstr "多对多关系" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "这个字段是必填项。" + +msgid "Enter a whole number." +msgstr "输入整数。" + +msgid "Enter a valid date." +msgstr "输入一个有效的日期。" + +msgid "Enter a valid time." +msgstr "输入一个有效的时间。" + +msgid "Enter a valid date/time." +msgstr "输入一个有效的日期/时间。" + +msgid "Enter a valid duration." +msgstr "请输入有效的时长。" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "天数应该在 {min_days} 和 {max_days} 之间。" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "未提交文件。请检查表单的编码类型。" + +msgid "No file was submitted." +msgstr "没有提交文件。" + +msgid "The submitted file is empty." +msgstr "所提交的是空文件。" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "确保该文件名长度不超过 %(max)d 字符(目前字符数 %(length)d)。" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "请提交文件或勾选清除复选框,两者其一即可。" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "请上传一张有效的图片。您所上传的文件不是图片或者是已损坏的图片。" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "选择一个有效的选项。 %(value)s 不在可用的选项中。" + +msgid "Enter a list of values." +msgstr "输入一系列值。" + +msgid "Enter a complete value." +msgstr "请输入完整的值。" + +msgid "Enter a valid UUID." +msgstr "请输入有效UUID。" + +msgid "Enter a valid JSON." +msgstr "输入一个有效的JSON。" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(隐藏字段 %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm 数据缺失或被篡改。缺少的字段: %(field_names)s。如果问题持续存" +"在,你可能需要提交错误报告。" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "请最多提交 %(num)d 个表单。" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "请至少提交 %(num)d 个表单。" + +msgid "Order" +msgstr "排序" + +msgid "Delete" +msgstr "删除" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "请修改%(field)s的重复数据" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "请修改%(field)s的重复数据.这个字段必须唯一" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"请修正%(field_name)s的重复数据。%(date_field)s %(lookup)s 在 %(field_name)s " +"必须保证唯一." + +msgid "Please correct the duplicate values below." +msgstr "请修正重复的数据." + +msgid "The inline value did not match the parent instance." +msgstr "内联值与父实例不匹配。" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "选择一个有效的选项: 该选择不在可用的选项中。" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s”不是一个有效的值" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s无法在时区%(current_timezone)s被解析;它可能是模糊的,也可能是不" +"存在的。" + +msgid "Clear" +msgstr "清除" + +msgid "Currently" +msgstr "目前" + +msgid "Change" +msgstr "修改" + +msgid "Unknown" +msgstr "未知" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "是,否,也许" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d 字节" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "午夜" + +msgid "noon" +msgstr "中午" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgid "Sunday" +msgstr "星期日" + +msgid "Mon" +msgstr "星期一" + +msgid "Tue" +msgstr "星期二" + +msgid "Wed" +msgstr "星期三" + +msgid "Thu" +msgstr "星期四" + +msgid "Fri" +msgstr "星期五" + +msgid "Sat" +msgstr "星期六" + +msgid "Sun" +msgstr "星期日" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgid "jan" +msgstr "一月" + +msgid "feb" +msgstr "二月" + +msgid "mar" +msgstr "三月" + +msgid "apr" +msgstr "四月" + +msgid "may" +msgstr "五月" + +msgid "jun" +msgstr "六月" + +msgid "jul" +msgstr "七月" + +msgid "aug" +msgstr "八月" + +msgid "sep" +msgstr "九月" + +msgid "oct" +msgstr "十月" + +msgid "nov" +msgstr "十一月" + +msgid "dec" +msgstr "十二月" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "一月" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "二月" + +msgctxt "abbrev. month" +msgid "March" +msgstr "三月" + +msgctxt "abbrev. month" +msgid "April" +msgstr "四月" + +msgctxt "abbrev. month" +msgid "May" +msgstr "五月" + +msgctxt "abbrev. month" +msgid "June" +msgstr "六月" + +msgctxt "abbrev. month" +msgid "July" +msgstr "七月" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "八月" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "九月" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "十月" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "十一月" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "十二月" + +msgctxt "alt. month" +msgid "January" +msgstr "一月" + +msgctxt "alt. month" +msgid "February" +msgstr "二月" + +msgctxt "alt. month" +msgid "March" +msgstr "三月" + +msgctxt "alt. month" +msgid "April" +msgstr "四月" + +msgctxt "alt. month" +msgid "May" +msgstr "五月" + +msgctxt "alt. month" +msgid "June" +msgstr "六月" + +msgctxt "alt. month" +msgid "July" +msgstr "七月" + +msgctxt "alt. month" +msgid "August" +msgstr "八月" + +msgctxt "alt. month" +msgid "September" +msgstr "九月" + +msgctxt "alt. month" +msgid "October" +msgstr "十月" + +msgctxt "alt. month" +msgid "November" +msgstr "十一月" + +msgctxt "alt. month" +msgid "December" +msgstr "十二月" + +msgid "This is not a valid IPv6 address." +msgstr "该值不是合法的IPv6地址。" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "或" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d 年" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d 月" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d 周" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d 日" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d 小时" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d 分钟" + +msgid "Forbidden" +msgstr "禁止访问" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF验证失败. 请求被中断." + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"您看到此消息是由于HTTPS站点需要您的浏览器发送 'Referer header',但是该信息并" +"未被发送。出于安全原因,此HTTP头是必需的,以确保您的浏览器不会被第三方劫持。" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"如果您已将浏览器配置为禁用“ Referer”头,请重新启用它们,至少针对此站点,或" +"HTTPS连接或“同源”请求。" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"如果您使用的是标签或包" +"含“Referrer-Policy: no-referrer”的HTTP头,请将其删除。CSRF保护要求“Referer”头" +"执行严格的Referer检查。如果你担心隐私问题,可以使用类似这样的替代方法链接到第三方网站。" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"您看到此消息是由于该站点在提交表单时需要一个CSRF cookie。此项是出于安全考虑," +"以确保您的浏览器没有被第三方劫持。" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"如果您已将浏览器配置为禁用cookie,请重新启用它们,至少针对此站点或“同源”请" +"求。" + +msgid "More information is available with DEBUG=True." +msgstr "更多可用信息请设置选项DEBUG=True。" + +msgid "No year specified" +msgstr "没有指定年" + +msgid "Date out of range" +msgstr "日期超出范围。" + +msgid "No month specified" +msgstr "没有指定月" + +msgid "No day specified" +msgstr "没有指定天" + +msgid "No week specified" +msgstr "没有指定周" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s 可用" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"因为 %(class_name)s.allow_future 设置为 False,所以特性 " +"%(verbose_name_plural)s 不可用。" + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "日期字符串“%(datestr)s”与格式“%(format)s”不匹配" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "没有找到符合查询的 %(verbose_name)s" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "页面不是最后一页,也不能被转为整数型" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "非法页面 (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "列表是空的并且“%(class_name)s.allow_empty”是False" + +msgid "Directory indexes are not allowed here." +msgstr "这里不允许目录索引" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "”%(path)s\"不存在" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s的索引" + +msgid "The install worked successfully! Congratulations!" +msgstr "" +"安装成功!\n" +"祝贺!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"查看 Django %(version)s 的 release notes " + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"您现在看见这个页面,因为您设置了 DEBUG=True 并且您还没有配置任何URLs。" + +msgid "Django Documentation" +msgstr "Django 文档" + +msgid "Topics, references, & how-to’s" +msgstr "主题,参考资料和操作方法" + +msgid "Tutorial: A Polling App" +msgstr "教程:投票应用" + +msgid "Get started with Django" +msgstr "开始使用 Django" + +msgid "Django Community" +msgstr "Django 社区" + +msgid "Connect, get help, or contribute" +msgstr "联系,获取帮助,贡献代码" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..203889ed6b1a7bc8de1b0ffb7cf38bf16e283eb5 GIT binary patch literal 206 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJV$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^{X=CJreVZ_2c6+^D;}~2K)5Xt7p}lno_YrryU#3W?(3-FwbG=iDdj{fW`uoXkUhs!!jGfJ;&KP71Kj;|GE)2!iKZOlAL5OL6&vqEcnWkn_d|QG7Q_ zPHctJep#F4siWk?v&^mEUTv9A2;$p9k$-Qf;y$nNnyi3blFKSz5*D~vsa$*`D#o57 zm-h>$y&vcr{sy{f;?H*HxZAECm|ZL!Rjs-$m@OL%<_Yd~`eef36Vp1u&BiC(?)MID z>s9W>OWbYr%x&-;SL~R<+m7wfi^0*DaekO>?)i z0n6!g?HX{5y$r*QLnyX+8g|!Ga3r6d#@zIiAxgNZ%^`}r>8G^MJRc&~O|#Hn1%2zD fAxd6F<~8&P@cKA|*bLRO8!&Z~sV}h(eWw2a>OCeP literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py new file mode 100644 index 00000000000..79936f8a343 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py @@ -0,0 +1,42 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "Y年n月j日" # 2016年9月5日 +TIME_FORMAT = "H:i" # 20:45 +DATETIME_FORMAT = "Y年n月j日 H:i" # 2016年9月5日 20:45 +YEAR_MONTH_FORMAT = "Y年n月" # 2016年9月 +MONTH_DAY_FORMAT = "m月j日" # 9月5日 +SHORT_DATE_FORMAT = "Y年n月j日" # 2016年9月5日 +SHORT_DATETIME_FORMAT = "Y年n月j日 H:i" # 2016年9月5日 20:45 +FIRST_DAY_OF_WEEK = 1 # 星期一 (Monday) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%Y/%m/%d", # '2016/09/05' + "%Y-%m-%d", # '2016-09-05' + "%Y年%n月%j日", # '2016年9月5日' +] + +TIME_INPUT_FORMATS = [ + "%H:%M", # '20:45' + "%H:%M:%S", # '20:45:29' + "%H:%M:%S.%f", # '20:45:29.000200' +] + +DATETIME_INPUT_FORMATS = [ + "%Y/%m/%d %H:%M", # '2016/09/05 20:45' + "%Y-%m-%d %H:%M", # '2016-09-05 20:45' + "%Y年%n月%j日 %H:%M", # '2016年9月5日 14:45' + "%Y/%m/%d %H:%M:%S", # '2016/09/05 20:45:29' + "%Y-%m-%d %H:%M:%S", # '2016-09-05 20:45:29' + "%Y年%n月%j日 %H:%M:%S", # '2016年9月5日 20:45:29' + "%Y/%m/%d %H:%M:%S.%f", # '2016/09/05 20:45:29.000200' + "%Y-%m-%d %H:%M:%S.%f", # '2016-09-05 20:45:29.000200' + "%Y年%n月%j日 %H:%n:%S.%f", # '2016年9月5日 20:45:29.000200' +] + +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "" +NUMBER_GROUPING = 4 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2bfc296bd56922cf726e9c747b333a40d18b2b37 GIT binary patch literal 26807 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, 2015 +# yubike, 2024-2025 +# Eric Ho , 2013 +# ilay , 2012 +# Jannis Leidel , 2011 +# mail6543210 , 2013 +# 0a3cb7bfd0810218facdfb511e592a6d_8d19d07 , 2011 +# Natalia, 2025 +# tcc , 2011 +# Tzu-ping Chung , 2016-2017 +# YAO WEN LIANG, 2024 +# Yeh-Yung , 2013 +# yubike, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 06:49+0000\n" +"Last-Translator: Natalia, 2025\n" +"Language-Team: Chinese (Taiwan) (http://app.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "南非語" + +msgid "Arabic" +msgstr "阿拉伯語" + +msgid "Algerian Arabic" +msgstr "阿爾及利亞式阿拉伯語" + +msgid "Asturian" +msgstr "阿斯圖里亞斯語" + +msgid "Azerbaijani" +msgstr "亞塞拜然語" + +msgid "Bulgarian" +msgstr "保加利亞語" + +msgid "Belarusian" +msgstr "白俄羅斯語" + +msgid "Bengali" +msgstr "孟加拉語" + +msgid "Breton" +msgstr "布列塔尼語" + +msgid "Bosnian" +msgstr "波士尼亞語" + +msgid "Catalan" +msgstr "加泰隆語" + +msgid "Central Kurdish (Sorani)" +msgstr "中部庫爾德語 (Sorani)" + +msgid "Czech" +msgstr "捷克語" + +msgid "Welsh" +msgstr "威爾斯語" + +msgid "Danish" +msgstr "丹麥語" + +msgid "German" +msgstr "德語" + +msgid "Lower Sorbian" +msgstr "下索布語" + +msgid "Greek" +msgstr "希臘語" + +msgid "English" +msgstr "英語" + +msgid "Australian English" +msgstr "澳大利亞英語" + +msgid "British English" +msgstr "英國英語" + +msgid "Esperanto" +msgstr "世界語" + +msgid "Spanish" +msgstr "西班牙語" + +msgid "Argentinian Spanish" +msgstr "阿根廷西班牙語" + +msgid "Colombian Spanish" +msgstr "哥倫比亞西班牙語" + +msgid "Mexican Spanish" +msgstr "墨西哥西班牙語" + +msgid "Nicaraguan Spanish" +msgstr "尼加拉瓜西班牙語" + +msgid "Venezuelan Spanish" +msgstr "委內瑞拉西班牙語" + +msgid "Estonian" +msgstr "愛沙尼亞語" + +msgid "Basque" +msgstr "巴斯克語" + +msgid "Persian" +msgstr "波斯語" + +msgid "Finnish" +msgstr "芬蘭語" + +msgid "French" +msgstr "法語" + +msgid "Frisian" +msgstr "菲士蘭語" + +msgid "Irish" +msgstr "愛爾蘭語" + +msgid "Scottish Gaelic" +msgstr "蘇格蘭蓋爾語" + +msgid "Galician" +msgstr "加利西亞語" + +msgid "Hebrew" +msgstr "希伯來語" + +msgid "Hindi" +msgstr "印地語" + +msgid "Croatian" +msgstr "克羅埃西亞語" + +msgid "Upper Sorbian" +msgstr "上索布語" + +msgid "Hungarian" +msgstr "匈牙利語" + +msgid "Armenian" +msgstr "亞美尼亞語" + +msgid "Interlingua" +msgstr "國際語" + +msgid "Indonesian" +msgstr "印尼語" + +msgid "Igbo" +msgstr "伊博語" + +msgid "Ido" +msgstr "伊多語" + +msgid "Icelandic" +msgstr "冰島語" + +msgid "Italian" +msgstr "義大利語" + +msgid "Japanese" +msgstr "日語" + +msgid "Georgian" +msgstr "喬治亞語" + +msgid "Kabyle" +msgstr "卡拜爾語" + +msgid "Kazakh" +msgstr "哈薩克語" + +msgid "Khmer" +msgstr "高棉語" + +msgid "Kannada" +msgstr "康納達語" + +msgid "Korean" +msgstr "韓語" + +msgid "Kyrgyz" +msgstr "吉爾吉斯語" + +msgid "Luxembourgish" +msgstr "盧森堡語" + +msgid "Lithuanian" +msgstr "立陶宛語" + +msgid "Latvian" +msgstr "拉脫維亞語" + +msgid "Macedonian" +msgstr "馬其頓語" + +msgid "Malayalam" +msgstr "馬拉雅拉姆語" + +msgid "Mongolian" +msgstr "蒙古語" + +msgid "Marathi" +msgstr "馬拉提語" + +msgid "Malay" +msgstr "馬來語" + +msgid "Burmese" +msgstr "緬甸語" + +msgid "Norwegian Bokmål" +msgstr "書面挪威語" + +msgid "Nepali" +msgstr "尼泊爾語" + +msgid "Dutch" +msgstr "荷蘭語" + +msgid "Norwegian Nynorsk" +msgstr "新挪威語" + +msgid "Ossetic" +msgstr "奧塞梯語" + +msgid "Punjabi" +msgstr "旁遮普語" + +msgid "Polish" +msgstr "波蘭語" + +msgid "Portuguese" +msgstr "葡萄牙語" + +msgid "Brazilian Portuguese" +msgstr "巴西葡萄牙語" + +msgid "Romanian" +msgstr "羅馬尼亞語" + +msgid "Russian" +msgstr "俄語" + +msgid "Slovak" +msgstr "斯洛伐克語" + +msgid "Slovenian" +msgstr "斯洛維尼亞語" + +msgid "Albanian" +msgstr "阿爾巴尼亞語" + +msgid "Serbian" +msgstr "塞爾維亞語" + +msgid "Serbian Latin" +msgstr "塞爾維亞拉丁語" + +msgid "Swedish" +msgstr "瑞典語" + +msgid "Swahili" +msgstr "斯瓦希里語" + +msgid "Tamil" +msgstr "坦米爾語" + +msgid "Telugu" +msgstr "泰盧固語" + +msgid "Tajik" +msgstr "塔吉克語" + +msgid "Thai" +msgstr "泰語" + +msgid "Turkmen" +msgstr "土庫曼語" + +msgid "Turkish" +msgstr "土耳其語" + +msgid "Tatar" +msgstr "韃靼語" + +msgid "Udmurt" +msgstr "烏德穆爾特語" + +msgid "Uyghur" +msgstr "維吾爾語" + +msgid "Ukrainian" +msgstr "烏克蘭語" + +msgid "Urdu" +msgstr "烏爾都語" + +msgid "Uzbek" +msgstr "烏茲別克語" + +msgid "Vietnamese" +msgstr "越南語" + +msgid "Simplified Chinese" +msgstr "簡體中文" + +msgid "Traditional Chinese" +msgstr "繁體中文" + +msgid "Messages" +msgstr "訊息" + +msgid "Site Maps" +msgstr "網站地圖" + +msgid "Static Files" +msgstr "靜態文件" + +msgid "Syndication" +msgstr "聯播" + +#. Translators: String used to replace omitted page numbers in elided page +#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "該頁碼並非整數" + +msgid "That page number is less than 1" +msgstr "該頁碼小於 1" + +msgid "That page contains no results" +msgstr "該頁未包含任何內容" + +msgid "Enter a valid value." +msgstr "請輸入有效的值。" + +msgid "Enter a valid domain name." +msgstr "輸入有效的網域名稱。" + +msgid "Enter a valid URL." +msgstr "請輸入有效的 URL。" + +msgid "Enter a valid integer." +msgstr "請輸入有效的整數。" + +msgid "Enter a valid email address." +msgstr "請輸入有效的電子郵件地址。" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "輸入合適的 \"slug\" 字串,由字母、數字、底線與連字號組成。" + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "輸入合適的 \"slug\" 字串,內含 Unicode 字元、數字、底線或減號。" + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "輸入正確的 %(protocol)s 位址。." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 或 IPv6" + +msgid "Enter only digits separated by commas." +msgstr "請輸入以逗號分隔的數字。" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "請確認這個值是否為 %(limit_value)s (目前是 %(show_value)s)。" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "請確認此數值是否小於或等於 %(limit_value)s。" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "請確認此數值是否大於或等於 %(limit_value)s。" + +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "請確認此數值是 %(limit_value)s 的倍數。" + +#, python-format +msgid "" +"Ensure this value is a multiple of step size %(limit_value)s, starting from " +"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on." +msgstr "" +"請確認此數值是 %(limit_value)s的倍數。從 %(offset)s 起始,例如 %(offset)s, " +"%(valid_value1)s, %(valid_value2)s,以此類推。" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"請確認這個值至少包含 %(limit_value)d 個字 (目前為 %(show_value)d 個字)。" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"請確認這個值至多包含 %(limit_value)d 個字 (目前為 %(show_value)d 個字)。" + +msgid "Enter a number." +msgstr "輸入一個數字" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "請確認數字全長不超過 %(max)s 位。" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "確認小數不超過 %(max)s 位。" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "請確認小數點前不超過 %(max)s 位。" + +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "不允許副檔名為 “%(extension)s” 。可用的像是: %(allowed_extensions)s。" + +msgid "Null characters are not allowed." +msgstr "不允許空(null)字元。" + +msgid "and" +msgstr "和" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "包含 %(field_labels)s 的 %(model_name)s 已經存在。" + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "約束條件 “%(name)s” 被違反。" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "數值 %(value)r 不是有效的選項。" + +msgid "This field cannot be null." +msgstr "這個值不能是 null。" + +msgid "This field cannot be blank." +msgstr "這個欄位不能為空。" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "包含 %(field_label)s 的 %(model_name)s 已經存在。" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or +#. 'month'. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s 在 %(date_field_label)s %(lookup_type)s 上必須唯一。" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "欄位類型: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "“%(value)s” 只能是 True 或 False。" + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "“%(value)s” 只能是 True 或 False 或 None 。" + +msgid "Boolean (Either True or False)" +msgstr "布林值 (True 或 False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "字串 (至多 %(max_length)s 個字)" + +msgid "String (unlimited)" +msgstr "字串 (無限)" + +msgid "Comma-separated integers" +msgstr "逗號分隔的整數" + +#, python-format +msgid "" +"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "“%(value)s” 的日期格式錯誤。應該是 YYYY-MM-DD 才對。" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "“%(value)s” 的格式正確 (YYYY-MM-DD) 但日期有誤。" + +msgid "Date (without time)" +msgstr "日期 (不包括時間)" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"“%(value)s” 的格式錯誤。應該是 YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ] 才對。" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"“%(value)s” 的格式正確 (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) 但日期/時間有誤。" + +msgid "Date (with time)" +msgstr "日期 (包括時間)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "“%(value)s” 必須是十進位數。" + +msgid "Decimal number" +msgstr "十進位數" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[." +"uuuuuu] format." +msgstr "“%(value)s” 的格式錯誤。格式必須為 [DD] [[HH:]MM:]ss[.uuuuuu] 。" + +msgid "Duration" +msgstr "時長" + +msgid "Email address" +msgstr "電子郵件地址" + +msgid "File path" +msgstr "檔案路徑" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "“%(value)s” 必須是浮點小數。" + +msgid "Floating point number" +msgstr "浮點數" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "“%(value)s” 必須是整數。" + +msgid "Integer" +msgstr "整數" + +msgid "Big (8 byte) integer" +msgstr "大整數 (8位元組)" + +msgid "Small integer" +msgstr "小整數" + +msgid "IPv4 address" +msgstr "IPv4 地址" + +msgid "IP address" +msgstr "IP 位址" + +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "“%(value)s” 必須是 None, True 或 False。" + +msgid "Boolean (Either True, False or None)" +msgstr "布林值 (True, False 或 None)" + +msgid "Positive big integer" +msgstr "大的正整數" + +msgid "Positive integer" +msgstr "正整數" + +msgid "Positive small integer" +msgstr "正小整數" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (最多 %(max_length)s個字)" + +msgid "Text" +msgstr "文字" + +#, python-format +msgid "" +"“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "“%(value)s” 格式錯誤。格式必須為 HH:MM[:ss[.uuuuuu]] 。" + +#, python-format +msgid "" +"“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "“%(value)s” 的格式正確 (HH:MM[:ss[.uuuuuu]]),但時間有誤。" + +msgid "Time" +msgstr "時間" + +msgid "URL" +msgstr "網址" + +msgid "Raw binary data" +msgstr "原始二進制數據" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” 不是有效的 UUID。" + +msgid "Universally unique identifier" +msgstr "通用唯一識別碼" + +msgid "File" +msgstr "檔案" + +msgid "Image" +msgstr "圖像" + +msgid "A JSON object" +msgstr "JSON 物件" + +msgid "Value must be valid JSON." +msgstr "必須是有效的 JSON 值" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s 實體配 %(field)s %(value)r 並不是合法選項。" + +msgid "Foreign Key (type determined by related field)" +msgstr "外鍵(類型由相關欄位決定)" + +msgid "One-to-one relationship" +msgstr "一對一關連" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s 關連" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s 關連" + +msgid "Many-to-many relationship" +msgstr "多對多關連" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "這個欄位是必須的。" + +msgid "Enter a whole number." +msgstr "輸入整數" + +msgid "Enter a valid date." +msgstr "輸入有效的日期" + +msgid "Enter a valid time." +msgstr "輸入有效的時間" + +msgid "Enter a valid date/time." +msgstr "輸入有效的日期/時間" + +msgid "Enter a valid duration." +msgstr "輸入有效的時間長。" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "天數必須介於 {min_days} 到 {max_days} 天" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "沒有檔案被送出。請檢查表單的編碼類型。" + +msgid "No file was submitted." +msgstr "沒有檔案送出" + +msgid "The submitted file is empty." +msgstr "送出的檔案是空的。" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "請確認這個檔名至多包含 %(max)d 個字 (目前為 %(length)d)。" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "請提交一個檔案或勾選清除選項,但不能同時進行。" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "請上傳一個有效的圖檔。你上傳的檔案不是圖片或是已損壞的圖檔。" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "請選擇有效的選項, %(value)s 不是一個可用的選項。" + +msgid "Enter a list of values." +msgstr "請輸入一個列表的值。" + +msgid "Enter a complete value." +msgstr "請輸入完整的值。" + +msgid "Enter a valid UUID." +msgstr "請輸入有效的 UUID。" + +msgid "Enter a valid JSON." +msgstr "輸入有效的 JSON。" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(隱藏欄位 %(name)s) %(error)s" + +#, python-format +msgid "" +"ManagementForm data is missing or has been tampered with. Missing fields: " +"%(field_names)s. You may need to file a bug report if the issue persists." +msgstr "" +"ManagementForm 資料遺失或被篡改。缺少欄位:%(field_names)s。如果問題持續存" +"在,您可能需要提交錯誤報告。" + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "請送出最多 %(num)d 個表單。" + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "請送出最少 %(num)d 個表單。" + +msgid "Order" +msgstr "排序" + +msgid "Delete" +msgstr "刪除" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "請修正 %(field)s 的重覆資料" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "請修正 %(field)s 的重覆資料, 必須為唯一值" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"請修正 %(field_name)s 重複資料, %(date_field)s 的 %(lookup)s 必須是唯一值。" + +msgid "Please correct the duplicate values below." +msgstr "請修正下方重覆的數值" + +msgid "The inline value did not match the parent instance." +msgstr "內含的外鍵無法連接到對應的上層實體。" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "選擇有效的選項: 此選擇不在可用的選項中。" + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "“%(pk)s” 不是一個有效的值。" + +#, python-format +msgid "" +"%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s 無法被轉換成 %(current_timezone)s時區格式; 可能內容有誤或不存" +"在。" + +msgid "Clear" +msgstr "清除" + +msgid "Currently" +msgstr "目前" + +msgid "Change" +msgstr "變更" + +msgid "Unknown" +msgstr "未知" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "是,否,也許" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d 位元組" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "午夜" + +msgid "noon" +msgstr "中午" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgid "Sunday" +msgstr "星期日" + +msgid "Mon" +msgstr "星期一" + +msgid "Tue" +msgstr "星期二" + +msgid "Wed" +msgstr "星期三" + +msgid "Thu" +msgstr "星期四" + +msgid "Fri" +msgstr "星期五" + +msgid "Sat" +msgstr "星期六" + +msgid "Sun" +msgstr "星期日" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgid "jan" +msgstr "一月" + +msgid "feb" +msgstr "二月" + +msgid "mar" +msgstr "三月" + +msgid "apr" +msgstr "四月" + +msgid "may" +msgstr "五月" + +msgid "jun" +msgstr "六月" + +msgid "jul" +msgstr "七月" + +msgid "aug" +msgstr "八月" + +msgid "sep" +msgstr "九月" + +msgid "oct" +msgstr "十月" + +msgid "nov" +msgstr "十一月" + +msgid "dec" +msgstr "十二月" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "一月" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "二月" + +msgctxt "abbrev. month" +msgid "March" +msgstr "三月" + +msgctxt "abbrev. month" +msgid "April" +msgstr "四月" + +msgctxt "abbrev. month" +msgid "May" +msgstr "五月" + +msgctxt "abbrev. month" +msgid "June" +msgstr "六月" + +msgctxt "abbrev. month" +msgid "July" +msgstr "七月" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "八月" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "九月" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "十月" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "十一月" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "十二月" + +msgctxt "alt. month" +msgid "January" +msgstr "一月" + +msgctxt "alt. month" +msgid "February" +msgstr "二月" + +msgctxt "alt. month" +msgid "March" +msgstr "三月" + +msgctxt "alt. month" +msgid "April" +msgstr "四月" + +msgctxt "alt. month" +msgid "May" +msgstr "五月" + +msgctxt "alt. month" +msgid "June" +msgstr "六月" + +msgctxt "alt. month" +msgid "July" +msgstr "七月" + +msgctxt "alt. month" +msgid "August" +msgstr "八月" + +msgctxt "alt. month" +msgid "September" +msgstr "九月" + +msgctxt "alt. month" +msgid "October" +msgstr "十月" + +msgctxt "alt. month" +msgid "November" +msgstr "十一月" + +msgctxt "alt. month" +msgid "December" +msgstr "十二月" + +msgid "This is not a valid IPv6 address." +msgstr "這是無效的 IPv6 位址。" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "或" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%(num)d year" +msgid_plural "%(num)d years" +msgstr[0] "%(num)d 年" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d 月" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d 週" + +#, python-format +msgid "%(num)d day" +msgid_plural "%(num)d days" +msgstr[0] "%(num)d 日" + +#, python-format +msgid "%(num)d hour" +msgid_plural "%(num)d hours" +msgstr[0] "%(num)d 小時" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d 分" + +msgid "Forbidden" +msgstr "禁止" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF 驗證失敗。已中止請求。" + +msgid "" +"You are seeing this message because this HTTPS site requires a “Referer " +"header” to be sent by your web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"您看到此消息是因為這個 HTTPS 網站要求您的網路瀏覽器發送一個“Referer header”," +"但並沒有被發送。出於安全原因,需要此標頭來確保您的瀏覽器沒有被第三方劫持。" + +msgid "" +"If you have configured your browser to disable “Referer” headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for “same-" +"origin” requests." +msgstr "" +"若您的瀏覽器設定為將「Referer」標頭關閉,請重新為這個網站、HTTPS 連線、或" +"「same-origin」請求啟用它。" + +msgid "" +"If you are using the tag or " +"including the “Referrer-Policy: no-referrer” header, please remove them. The " +"CSRF protection requires the “Referer” header to do strict referer checking. " +"If you’re concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"若您使用 標籤或包含" +"「Referrer-Policy: no-referrer」標頭,請將其移除。 CSRF 保護要求「Referer」標" +"頭進行嚴格參照檢查。若你擔心隱私問題,可使用如 來連" +"結到第三方網站。" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"你看到這個訊息,是因為這個網站要求在送出表單包含一個 CSRF cookie。這個 " +"cookie 是用於安全用途,保護你的瀏覽器不被第三方挾持。" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for “same-origin” requests." +msgstr "" +"若你的瀏覽器設定為將 cookie 關閉,請重新為這個網站或「same-origin」請求啟用" +"它。" + +msgid "More information is available with DEBUG=True." +msgstr "設定 DEBUG=True 以獲得更多資訊。" + +msgid "No year specified" +msgstr "不指定年份" + +msgid "Date out of range" +msgstr "日期超過範圍" + +msgid "No month specified" +msgstr "沒有指定月份" + +msgid "No day specified" +msgstr "沒有指定日期" + +msgid "No week specified" +msgstr "沒有指定週數" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s 無法使用" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"未來的 %(verbose_name_plural)s 不可用,因為 %(class_name)s.allow_future 設置" +"為 False." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "日期字串 “%(datestr)s” 不符合 “%(format)s” 格式。" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "無 %(verbose_name)s 符合本次搜尋" + +msgid "Page is not “last”, nor can it be converted to an int." +msgstr "頁面不是最後一頁,也無法被轉換為整數。" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "無效的頁面 (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and “%(class_name)s.allow_empty” is False." +msgstr "列表是空的,並且 “%(class_name)s.allow_empty” 是 False 。" + +msgid "Directory indexes are not allowed here." +msgstr "這裡不允許目錄索引。" + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "“%(path)s” 不存在。" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s 的索引" + +msgid "The install worked successfully! Congratulations!" +msgstr "安裝成功!恭喜!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"查看 Django %(version)s 的 發行版本說明 " + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not " +"configured any URLs." +msgstr "" +"你現在看到這個頁面,是因為在設定檔中設置了 DEBUG = True,且尚未配置任何網址。" + +msgid "Django Documentation" +msgstr "Django 文件" + +msgid "Topics, references, & how-to’s" +msgstr "主題、參考、教學" + +msgid "Tutorial: A Polling App" +msgstr "教學:投票應用" + +msgid "Get started with Django" +msgstr "初學 Django" + +msgid "Django Community" +msgstr "Django 社群" + +msgid "Connect, get help, or contribute" +msgstr "聯繫、獲得幫助、貢獻" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d881a1560960e0c72f86108fce8d01d02b8dc2b GIT binary patch literal 206 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJV$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8m()4rklM{1N^{X=CJreUu^yA|*^D;}~VZn|)OJHvB)4{A)Pj+1RN)R5~A9Uhl1tj zSTr{xH0OvQ4G~6Th(mJ_r{*Ls%>~>B;7zijZPgLk{KjZ*s9R7yP~A|y#H0C$SMw8} z78v+b0oxC8<-fmvnipTsjxWx?51nGRVTbOpdz5sqkTcL)crF>3q?|)HTgGe)vxIhO zwv}dy9fT1}7qD~#OILt$gB7!E9%Qs+S!L*3b{V#o@(j0^Nqci4;CbF0+wuFU3uSoS zNwa}kH3MZQAM#Uu>|O+1in4c7fVCe#5M)9S%%@Cdf-YSkDx|h2KAuwr{XmlQoI3HT zx%@2%(#a|jE(@Hj=cR%wE)AhM;<@sY2`i!`tNLnc{6Do8caW16sx0f$f&M`d-c2Gi zTdq(nsf#>i5}A3{xy0?&*7-0myv^mg_qrk!Ihj)>8SJ7|Qn&)Y!UYSZ{2M{m4`r!T z%oPrQpd0ubXxhY|tMP-$|to)`hTYnKj(Bs+FdJhex_tF?+aXby}5PH`5+W-LG2~v75$zX9t$k z=i1fbxNGCLsU- literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py new file mode 100644 index 00000000000..79936f8a343 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py @@ -0,0 +1,42 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "Y年n月j日" # 2016年9月5日 +TIME_FORMAT = "H:i" # 20:45 +DATETIME_FORMAT = "Y年n月j日 H:i" # 2016年9月5日 20:45 +YEAR_MONTH_FORMAT = "Y年n月" # 2016年9月 +MONTH_DAY_FORMAT = "m月j日" # 9月5日 +SHORT_DATE_FORMAT = "Y年n月j日" # 2016年9月5日 +SHORT_DATETIME_FORMAT = "Y年n月j日 H:i" # 2016年9月5日 20:45 +FIRST_DAY_OF_WEEK = 1 # 星期一 (Monday) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + "%Y/%m/%d", # '2016/09/05' + "%Y-%m-%d", # '2016-09-05' + "%Y年%n月%j日", # '2016年9月5日' +] + +TIME_INPUT_FORMATS = [ + "%H:%M", # '20:45' + "%H:%M:%S", # '20:45:29' + "%H:%M:%S.%f", # '20:45:29.000200' +] + +DATETIME_INPUT_FORMATS = [ + "%Y/%m/%d %H:%M", # '2016/09/05 20:45' + "%Y-%m-%d %H:%M", # '2016-09-05 20:45' + "%Y年%n月%j日 %H:%M", # '2016年9月5日 14:45' + "%Y/%m/%d %H:%M:%S", # '2016/09/05 20:45:29' + "%Y-%m-%d %H:%M:%S", # '2016-09-05 20:45:29' + "%Y年%n月%j日 %H:%M:%S", # '2016年9月5日 20:45:29' + "%Y/%m/%d %H:%M:%S.%f", # '2016/09/05 20:45:29.000200' + "%Y-%m-%d %H:%M:%S.%f", # '2016-09-05 20:45:29.000200' + "%Y年%n月%j日 %H:%n:%S.%f", # '2016年9月5日 20:45:29.000200' +] + +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "" +NUMBER_GROUPING = 4 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl new file mode 100755 index 00000000000..a628884dc80 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl @@ -0,0 +1,22 @@ +#!/usr/bin/env python +"""Django's command-line utility for administrative tasks.""" +import os +import sys + + +def main(): + """Run administrative tasks.""" + os.environ.setdefault('DJANGO_SETTINGS_MODULE', '{{ project_name }}.settings') + try: + from django.core.management import execute_from_command_line + except ImportError as exc: + raise ImportError( + "Couldn't import Django. Are you sure it's installed and " + "available on your PYTHONPATH environment variable? Did you " + "forget to activate a virtual environment?" + ) from exc + execute_from_command_line(sys.argv) + + +if __name__ == '__main__': + main() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/__init__.py-tpl b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/__init__.py-tpl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl new file mode 100644 index 00000000000..a8272381967 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl @@ -0,0 +1,16 @@ +""" +ASGI config for {{ project_name }} project. + +It exposes the ASGI callable as a module-level variable named ``application``. + +For more information on this file, see +https://docs.djangoproject.com/en/{{ docs_version }}/howto/deployment/asgi/ +""" + +import os + +from django.core.asgi import get_asgi_application + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', '{{ project_name }}.settings') + +application = get_asgi_application() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl new file mode 100644 index 00000000000..5631ec9a316 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl @@ -0,0 +1,122 @@ +""" +Django settings for {{ project_name }} project. + +Generated by 'django-admin startproject' using Django {{ django_version }}. + +For more information on this file, see +https://docs.djangoproject.com/en/{{ docs_version }}/topics/settings/ + +For the full list of settings and their values, see +https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/ +""" + +from pathlib import Path + +# Build paths inside the project like this: BASE_DIR / 'subdir'. +BASE_DIR = Path(__file__).resolve().parent.parent + + +# Quick-start development settings - unsuitable for production +# See https://docs.djangoproject.com/en/{{ docs_version }}/howto/deployment/checklist/ + +# SECURITY WARNING: keep the secret key used in production secret! +SECRET_KEY = '{{ secret_key }}' + +# SECURITY WARNING: don't run with debug turned on in production! +DEBUG = True + +ALLOWED_HOSTS = [] + + +# Application definition + +INSTALLED_APPS = [ + 'django.contrib.admin', + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.messages', + 'django.contrib.staticfiles', +] + +MIDDLEWARE = [ + 'django.middleware.security.SecurityMiddleware', + 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', + 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'django.contrib.messages.middleware.MessageMiddleware', + 'django.middleware.clickjacking.XFrameOptionsMiddleware', +] + +ROOT_URLCONF = '{{ project_name }}.urls' + +TEMPLATES = [ + { + 'BACKEND': 'django.template.backends.django.DjangoTemplates', + 'DIRS': [], + 'APP_DIRS': True, + 'OPTIONS': { + 'context_processors': [ + 'django.template.context_processors.request', + 'django.contrib.auth.context_processors.auth', + 'django.contrib.messages.context_processors.messages', + ], + }, + }, +] + +WSGI_APPLICATION = '{{ project_name }}.wsgi.application' + + +# Database +# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#databases + +DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.sqlite3', + 'NAME': BASE_DIR / 'db.sqlite3', + } +} + + +# Password validation +# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#auth-password-validators + +AUTH_PASSWORD_VALIDATORS = [ + { + 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator', + }, +] + + +# Internationalization +# https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/ + +LANGUAGE_CODE = 'en-us' + +TIME_ZONE = 'UTC' + +USE_I18N = True + +USE_TZ = True + + +# Static files (CSS, JavaScript, Images) +# https://docs.djangoproject.com/en/{{ docs_version }}/howto/static-files/ + +STATIC_URL = 'static/' + +# Default primary key field type +# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#default-auto-field + +DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl new file mode 100644 index 00000000000..622f79ef4a1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl @@ -0,0 +1,22 @@ +""" +URL configuration for {{ project_name }} project. + +The `urlpatterns` list routes URLs to views. For more information please see: + https://docs.djangoproject.com/en/{{ docs_version }}/topics/http/urls/ +Examples: +Function views + 1. Add an import: from my_app import views + 2. Add a URL to urlpatterns: path('', views.home, name='home') +Class-based views + 1. Add an import: from other_app.views import Home + 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') +Including another URLconf + 1. Import the include() function: from django.urls import include, path + 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) +""" +from django.contrib import admin +from django.urls import path + +urlpatterns = [ + path('admin/', admin.site.urls), +] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl new file mode 100644 index 00000000000..1ee28d0e8cf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl @@ -0,0 +1,16 @@ +""" +WSGI config for {{ project_name }} project. + +It exposes the WSGI callable as a module-level variable named ``application``. + +For more information on this file, see +https://docs.djangoproject.com/en/{{ docs_version }}/howto/deployment/wsgi/ +""" + +import os + +from django.core.wsgi import get_wsgi_application + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', '{{ project_name }}.settings') + +application = get_wsgi_application() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__init__.py new file mode 100644 index 00000000000..302f68dd07b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__init__.py @@ -0,0 +1,9 @@ +from django.urls import include +from django.views import defaults + +__all__ = ["handler400", "handler403", "handler404", "handler500", "include"] + +handler400 = defaults.bad_request +handler403 = defaults.permission_denied +handler404 = defaults.page_not_found +handler500 = defaults.server_error diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..729ffeae3b309557cd943b6eae3775e8b2d5d76c GIT binary patch literal 587 zcmZvZF;5#Y6oBnqLZTx^f~u@lP$ZP0aa!nxI%S0)a2>28ehCJjeSN+=l#NOq`VYEy z>u>3lspur6s-3!3Vq>Zuj*3cnus?tA`T1G?##l`J`1Ee9hLn(BVe>Fr4cvb8@R>*= zsU{gsC=J}wtt?6+N)|*$Uue>X=zLx4;rRWUY33s8h#hsgWA+a58zs2aovhAHSJQF!I$-My%eH=c!rPaf#Zk zW!-N~rQp(G+vn9?AyTb{s5ehjDG=V5;0o-7&~^@(Dd&_mLV{5saU=MxJY9e=wh(h$ z8j0N?`wp-I6o6m8FKa_{`tw|D3oZKmCa) tr8nfo4H^85kFUBv*z@mfuwsL&_&VVJitRTzT(Mz;dn>m0A;xWA;4c7ynB)Ke literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/i18n.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/__pycache__/i18n.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..561c057944746e08961d2520e67be52c7ff2863f GIT binary patch literal 1703 zcmZux&u`pB6drr+{bi>~l#)##Y6hu?7{Xd9Qb`ahLfRGqp+re~SwLIIp51lgwO5{T z(v5;drAS07Lb;Vg4?R+){{epjm!u6!Wr8?R4&1hEPd)Kw)=mP-NPhEX=DpAJ-uvGC zGB8j?Fm}EyyFVxh{mB>UP!pxM4a$AwAV>00mCv##wdATSaXsT@T1r)Esa3U=t!7)f zYEJAcUcObR7C={>>;uWkZOhdnL93%F{ORoEx6xj*tm-l%Ij2AhPVup}m+5aer0PIN zGW5Us@}?ohc}f^_{RTCZcw|1XEsrdOr0(8XuoxquA8WT3=NAbLymb=BdV{c9n68wz z#hQSj14hlW{6=Io$nqm8F0}fpflI(UWPh!O`2TY|$NU>wH| z{Q5NZVF3r057PD`2kerwK2*q~GSrZlFV5dux?cNaX7*;RcrIlj&qxSlgD67IzF3Ju zk5V2U#;pe2ZQdk$&+=n|Pv491o7{ zR_<-?=f|JtM~?N${n;-L^@U@7X!qj1PkU;nQ0!(@J=;a9n(cuzvXlC99q}l6_`Qc9 zfF~zsTPWqhd5o!`udgEXjdYd)tDJNH8;svsjFcBt`u>t5ZAs@@uZk{DJ^FK9wxNTU zkb*k0k=guNaA1+J2uNaK7PUQsgF0p#0bU6Lk61o^A5RG@&b-^pVMK0Yw~qgl&nW{> zozss725z0@Q%a?C@Hn577ChxOZ3dC&a8~xoO&sBA2)S&?H*Of&kmo7Zq1q?qjf*aI zeabA~CUGt)x*(sRo*~CMFy|zRwX=SGGKPa35UzgmOw^JmBBf7_#}tl%SqVP+ISAm; z5E{Gu@Z+bY>7&xzL22$EB&*k@9qm|qZFlWx)HoP54&T1^tM=iuk9Qz_*RP;7vh5GV5km_wLam?JeGdn zr8}Jc{g6fH@g#-({fUPYmvxtH&@wNhz!xnMtF~n~i3m-kCXM(J5_b}*d6oa56*!Sc zu7z&`Ag4I}3`930Nz!j<=r4r-K=V)0{O{;32t;bvTeFcTSza7O3cdE&W1*KcKD2CNC^S9f=HQ%s%9~xST|yu1%=dQQ-+b@Q z?-LVMf^z4E?cXa9@{d+>F-Bl-8Nq$x5swC>sdpowq0uy`#)Y5|7MsNs7lTr0Hq8{5 zg0ZmNET`BEDq*!*rG!`8)EoPTHpd6lD!zUsHA9 z)h*`dhdZ25W4SgYxmQ<5e?!3NkZVNgoT+$*n#gf?GDnB|kaUk8YB}->d5(PFG6@;d zq487k5%xw)hh8IA$vur%s4|pgu6htLmt9}}j3Fb6qt+I{G%H9VYx@D0%#WDIZ}&PZ z6dt#$scRcV$h@u_b%fnQa+x2-0u*{?^#8Asts7-aRhr(5hjmZdqH7i2FjG_G7)MW1ub6Rlpz zBee=bsEcn{EML9)rIkk6nqCNFH5f%=G4Qs($s(Z`&Q$0lUEbDPD`(`{`7bW$d787| zwNCF-2j|LM-*5qkumUCI9rS!8rN+W1*B3$eA~7Sb0?`6&5lIZ-iOFTljd2g80zbA2 ziJ9d~ihZANfPQCEyCNO?uCpOvUB+&UOQ(@Gp}|ApG64@1x(k+dvBUAepR-R1*xyYBp1KmVkD{_i74?^K?bkNj1u|1k5T^}Y4r^3O{TmwuVu zJ~y{LGyg|z{@1DB+OG;mrMg=v*34Z}ESY;4pI9}}qo35U8m!!oUBFRH85{r4uw{In zJop3L=9?`ZD_=x1Wjx8v^|dmVkB`hXo%s-gexm6e9}<|-_!utx6mRG{kGtY*DQM literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/i18n.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/i18n.py new file mode 100644 index 00000000000..6b3fe702ae6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/i18n.py @@ -0,0 +1,39 @@ +import functools + +from django.conf import settings +from django.urls import LocalePrefixPattern, URLResolver, get_resolver, path +from django.views.i18n import set_language + + +def i18n_patterns(*urls, prefix_default_language=True): + """ + Add the language code prefix to every URL pattern within this function. + This may only be used in the root URLconf, not in an included URLconf. + """ + if not settings.USE_I18N: + return list(urls) + return [ + URLResolver( + LocalePrefixPattern(prefix_default_language=prefix_default_language), + list(urls), + ) + ] + + +@functools.cache +def is_language_prefix_patterns_used(urlconf): + """ + Return a tuple of two booleans: ( + `True` if i18n_patterns() (LocalePrefixPattern) is used in the URLconf, + `True` if the default language should be prefixed + ) + """ + for url_pattern in get_resolver(urlconf).url_patterns: + if isinstance(url_pattern.pattern, LocalePrefixPattern): + return True, url_pattern.pattern.prefix_default_language + return False, False + + +urlpatterns = [ + path("setlang/", set_language, name="set_language"), +] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/static.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/static.py new file mode 100644 index 00000000000..8e7816e7723 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/conf/urls/static.py @@ -0,0 +1,30 @@ +import re +from urllib.parse import urlsplit + +from django.conf import settings +from django.core.exceptions import ImproperlyConfigured +from django.urls import re_path +from django.views.static import serve + + +def static(prefix, view=serve, **kwargs): + """ + Return a URL pattern for serving files in debug mode. + + from django.conf import settings + from django.conf.urls.static import static + + urlpatterns = [ + # ... the rest of your URLconf goes here ... + ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) + """ + if not prefix: + raise ImproperlyConfigured("Empty static prefix not permitted") + elif not settings.DEBUG or urlsplit(prefix).netloc: + # No-op if not in debug mode or a non-local prefix. + return [] + return [ + re_path( + r"^%s(?P.*)$" % re.escape(prefix.lstrip("/")), view, kwargs=kwargs + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ed58cd94f9fced33ab0698847b8b50384635bd4 GIT binary patch literal 194 zcmX@j%ge<81Rc?OnIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVCF+;w7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8mN{WE$;^Q;(GE3s)^$IF~aoFVMrV!Z literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__init__.py new file mode 100644 index 00000000000..0d9189f6b17 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__init__.py @@ -0,0 +1,52 @@ +from django.contrib.admin.decorators import action, display, register +from django.contrib.admin.filters import ( + AllValuesFieldListFilter, + BooleanFieldListFilter, + ChoicesFieldListFilter, + DateFieldListFilter, + EmptyFieldListFilter, + FieldListFilter, + ListFilter, + RelatedFieldListFilter, + RelatedOnlyFieldListFilter, + SimpleListFilter, +) +from django.contrib.admin.options import ( + HORIZONTAL, + VERTICAL, + ModelAdmin, + ShowFacets, + StackedInline, + TabularInline, +) +from django.contrib.admin.sites import AdminSite, site +from django.utils.module_loading import autodiscover_modules + +__all__ = [ + "action", + "display", + "register", + "ModelAdmin", + "HORIZONTAL", + "VERTICAL", + "StackedInline", + "TabularInline", + "AdminSite", + "site", + "ListFilter", + "SimpleListFilter", + "FieldListFilter", + "BooleanFieldListFilter", + "RelatedFieldListFilter", + "ChoicesFieldListFilter", + "DateFieldListFilter", + "AllValuesFieldListFilter", + "EmptyFieldListFilter", + "RelatedOnlyFieldListFilter", + "ShowFacets", + "autodiscover", +] + + +def autodiscover(): + autodiscover_modules("admin", register_to=site) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14bb53ec9f3080d0428e2a50ef98f620491827b2 GIT binary patch literal 1310 zcmZ{jzi$&U6vyq$@1$wdHf_>E>4tOzIYBGIP$8B65S2O9<|Sr&uNvd z0|PTlnb{EC_%oPT7%UJ26C0uf5)*z-`a@~4l#lG^=V#~pzW1qIE+R8tKW{`I(+K^5 z#rbghle0Hwa)Lq>Vum;-m^;MbDU!kvb6A>ZNQP%gmgh*0=SiLyNP!ngk(Wq`50N2W zCS^WMhHZX|jqnPo@KG|#$H*8TC*!*!?t{y1vNRZooP;S&b+Q*G+si zVrEZIJ`sY^Aifq~+80stdj9xwpy*(7b%nQ8cQ86K7${!7cZ)JpDICn1?#DM{cCBD# zJK}9dFRQp&U3|K^wMI5Kb{5xles^VSXKl&MiqAwy*<#3}SQoeV#nEceq$<(nZ51>R zXt)-$D5ko+6YOCJ5p4q6GIp4YS2-_XxbEqRQg*f$Ea(JvY|5p=wkj_>D(c{60Rfb=D2<7dvpes{Z4)l_x6<40*k;-8*iJy({!>r1;k!$&G~apwdUt69J$>U_K&Rx= zBKlT8tD_>8GBc8Mp-Gk+TMW^9#Krk0m$)?2tS%_?5yK oe@82y(aImEgq=U=0`(j$0TqNFenSht)3uUwoI9Jxc-~h22k$p!=l}o! literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/actions.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/actions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..194a2e03b3ed4d739187178546935444a53dd205 GIT binary patch literal 3415 zcma)9O>7&-72YMe%jND;A|*xCpY4@w*`h6zb`rOC;RZ-V*G+B9LFFQaQed f?cr z4?DAzMPk{gMS;5LCAq`~lA^u@aNr!=Q+w;RKrbR_fb>EFQq-5;sK~we)S3Mu)jIuI zfIHv3_x8OvZ{EB&{7X8`Q~0^}K|wb~iuxOwL=PK+!%r}{PifRDrO{fa_3nYtw@s-xQ$D)4_NALnV0GXX-%20$1m%fP4tNFW;sVl-sh8ZcyQ12_)Yb}%LL z9)PBf5LQ$ImJT#Ry93Osp*Y}&09CO8fN9CWCt?U?Luu4K7Aph}Xq+keqlECFIzW@= z7q$Rgvk{Oj#RPKIs6oZZqkPO0uwS7~q^aV!U7}RE$eDo3eGu_oH7_3a(k_UPdhF_{&#oEI*LA8*CBEwO-Hzr z)G<|3Z41*(g&cILimOzp7nSY1m~R+Fv#-Xt_7qnQoJ-@ms-{h4M_{@HU#>HwF&Adzlgn=JMyXK7rr?ute)XwmT`f^M)4Z_ z!WOvLuWq4dl45BR1ey*>7^F2t-IN^L_fst^xXwz3j+}z;ikGO`$Z6zPYO0Fs^m+}~ z^iVmema1K|oIF9g15A`h1zai_pXxC_X}K}Jq*#_6xr9YYY0V=qLB>WdEWsw;JH3kA zMCfE*@EAvT4B&C7wiX~U-VkVOS;&YD+Xbeqln5!^P^C9Orvo& z5T8f?hwPa^_J1nPAM+T0Wga7&z)`%EQmx|UtO3It#f?o4G-&-eB;LEda>t8f79_pH ziyOf5(uTbeNRkHZ4Tom?Q4+&cl1Z|9v<%6u15T3{DV1Jwe{Jc;JGXxfB%RXX%y-R8LV%ZrotYq3{3Xm1G)`WmyLe)d z5*7d&&>(3i9&JI=jv(nru7d-=HYj;1%o& zY0BtNxaRFpy%|az?+DW^VY(yCwuIT8Qa3Ypf9T_(op*a9RBE)too;cbA8tR%wYe(? z0>iLfZnDdbcDb=Gm+kQsH~cI2=WZvNYbA3J*r&-8U!U% zGePWPJL0L9cvL&AEW^#L(?C!{S+nKkzGsnIh zdeZpAhrj>u&vbj?2d$AC2XQ)klYX9==wzf;MtYHA(nGx=Dl_(cboSvwd-UAS&A%o` zKd$>a&bBk>9&J5wcMGLfru1v(IZ=GBomsrc^b+Y|w#$!o_!BMuM2BB&@r#e%Z}XRW zam@HCJKi0e*qfMsaI-y;?;bDi9=ouYn|^Skom=SS3awnBox9K-o9Rx@cV9b>L$)WK z=}1>w($#Kux|5x4WoN&h#CmqF_l{H3^PQ<;YpU3pdb2h4=Fat}iQEg85@)*HaF-kD zaF<)$RDwfS>@jRp4K0QBXG~LS}U23NXA}2j?_m`|1h~R4jy>7_Kfbg>6G}ErH}u zji0$+Q1CkhlP3R?yNb_l%>Zw~5}uNq54we4IC3<75R1`?e{d9iYM)xzr(WNuF6~oq s`0tDR)WrjqigDfS-8gX^B_FZ$I<}OQfjN9wt@!KhzKeL<&vm}?P0aq89VE&ciowF zz!nD|A~lg(ajMco|A8n-{2}cjQ9%i-Mn&qWHzWsvIQ5&^wMkl}9y*6_zx`hGJ$~Q( zGBlJ&aMr&myI-Xd`cwS$PbOh{1ei@k5Wya5U=w4(r@T}nZKfNFsmTAdmuaY`DtX1r zHZ(JbQ3~BgB(sKyO7S+t7st#?X%?g!%@3r7cFxHEB@7H4pG(6B?-(TU5QV3o3VxpRipZNCn@&#Z!<8QNyhNXeaLk2enzLV4;t5JZ8F7$o{vWdchuAY+mVUf)L*T5?oy@M4wnP} zO8Jw^6)}#F!EeQ`foo!zOspdBs{mekx!H~~jM}8#Ir%U6l%=8sneZz>y6AUp_(5r- z^!U`phqoThZO!dny1skq`eW@zqWHP=aN^PA*5saXZP&Q=MEjx#ZfM@fN1A2%c7s}0 zl(#HERLc{5(Xzg6*M0#0Rg zHVU_GAvOjdHX=x_PqM)9^FY?nQ)TAa=}&i*iT$yw-8=h*v)$RJW8*s~&i^)cp?jyN zq%zZS1mS#aMf))9T>#B@Z&}iHRK+B{rkR;_bPt>A0y31SAR(VDARZ#MEg(4ry6~F9`{#2{zJW~4flUe`;VKh-Py7yW{92oi z8-Ig+1Pbvs@QXm6r!mF{=X6k3o-_VfzPcX^!e7%5`LanjcS9yY zxGaQ)uxUUzM1Rc#ra|)|vx)941C~MSAuGGL4%i0mhwSX$HsBb{IF!Ne?E}ui%tM)j zu0yUt_aQgSa}0O}vkqmk`-}naVD_PGcJCa>8O%MD%kDD=e1rZ&es=E~$Q#T*l+W(n z0|kSHhYAOa4iya+A1Y>fo`I6V(nF=}K5L+Cu>4RtyY~*P7z`W=;6D2m;n2!(4$_Kn zF4D@d4{4QIcuWZUUlGE2Z<%?I4^^|geB>2Gs^79mxvN-iA##f}xi#Tp)KVKRK^hE~ zBCR`X3YPtxUfL5hrEI+?disWNW9>P0DvG}u(MT-TH*}otJ$r^@`yO8JjRV%^6mFWP-f93JdG)e}2`I_$kCBE2W6wjB1x zw&6$=wRF9NTIuoNa5yqRk281e-TTB-Pj(;ZdXj!^9UeT|H`H@% zVR0~(o%ZuUB$mqVW}hDxBYnq*x=%*Vq6$Z3=y=~ygzENg>+cylK724TcnZyBS)RVZ zQ^R7cI~o(w+g@pG*;rbU(x~3ufaJ2^6k=Fm{2CQTP4YY(5GsY3@?Mo7T1>)o!dcT9 z;U&v+!WmQ09Dg=5fU7SW9XZ-N&=ZZ;1_P&i#J--PSRi(yCl&}}FotSk0kNkq8VU3a z1tKr?Mo!V_2KtT#dIzF-m!9{qdRP@9cDp@jPGzd~rkn@Qo{Dsd;;@JZ7QC2pveJD+ z$A+WS#z5eHr0LACcrtpbr#BL9;sdfRGC16{EpoakCY}wmA!<4u89LoG(08=y)Y;gH z;i0xrOKVfKFBWOUdnbF2<5j6(@9+?Y?r2j_c(8A%iO+KA)Y+7)TWyzEf=~PKKe`IZ zIblB2V#~YjEgG*JKRe?MPG0v*My;b}c}AnASFuCSnykWE zv(enXTCdElB|gd~Vt*tyA`S)4oQT9uM8v?b7#JGHd|_s>E5evU%zA*fLZBAUdIIuF z2n-+NOMsOKVxC!b$A(9S!hyaalpMeYp;Em)L*c$KRxPV0%IE*!_Mk=dV+c~N9c&%5 zxo5*2w52jxrECYLyvqCRcT_B-x2)8plt+DrB@?AFq4gRNi>XX*H%&31L$q6NwOD}% z<@g^xh~%7bFH>+8j%UtfR-W5Bm%ZYS;II{*x6Yfb&b-^D!O5zb(x&sf?_~(?f{SAl zy+3u;{mfS|??s{cY{8xL={=W_U2;b-JM;e1?Vq>dFQ5IdyF%tab8fJG&$PkTtL!~| z(T@Kv{J$GU0+??CtQQ7NV}SL?G25eN%sZMmW*xQkD>ICu(lu)BcgXkZ-%&wc7xG_| z@M@J+7_}S_f|flZZJ%qVl(T1Gpqq9=G-yo~^Gy(vHbIDOf)INuR-=5%9(f5+F--6k z;16@+0(_+bJ=S+TnzElf(<2^_%0+44MpIVyx^5D@?EP+5e>bWS8&P``{zu!8oD)8@ zuKvj5J-2->yNI??(|PM$M%HVd3!aPN%l()7CrW1W8-JP+qOH~Rkt^ri?z?zR=%qxy zGH}BN_50SeK{c5Kb({3l(Ce zOS(nd18BEBMsSN=qxKkWHFn801624&?fv<3zWR5}VG@QcRw0}*<`{KEYd%wtoZ(EP zUJU)uVb`dmpSG~>I&BgkjS;kESJ)i`_~TbU?N{9;_d;CtnOf%wXBo9F>|L~NpY1!@ z;T)sy#8%4PAwr3Oy*zjFe2-;}W{9i9zJEY_2-4}Uus@t<*dBG<^EKmMrF$Je<#CUG zw(%$k7e3(oMZeYW7l%t8@cq(de*d%Win4Hdc*XUAO!CUJZ4yS!0M#qw+cOD!Z6%1y zkt=X=fPv1MXdoOp1%MnG>g|g}13h9S&^s)Ok>1$AS>W4f4A4Ci=E#*ne37Ov?l*$- zK?_K`65SKR1d*Xw40Kqu?-Gy}%J_6;dPZU=`o6)R73iJ~Mxs$7uljx;&*NP+)zO;3 z;0Q>7qY+qXCS&cq!jxC)j;U{KMS9p6K<95x=}SAPL{X-w7fl0w(HkX z&_=?``Gux-x-NSWAO{}_8V*V`UTC7qKV-1qajVR5AeLDn!T*o{(;T@ z(vG2MM2snjLZ0kpe*0+T800Vu-d^q^t5Mc!*XovL>~HIdK1dpxvHyZTaTWeBwn?N7 znR53V0V(2u%bX@BGLBX(U^cJmAh~UGe%b=UMyA6 z`P9M3yY?L1v91(d?90+Roh)nu-#yL^Kb(B({Aa zxD&yQ3G47bN-Wtq;gbx(*8Z`}n{<^XT&2@xZL_Y`bKacu&N*Tw!M+#Tr>*|^Okriq z9U;S(mB=VPpK-D7w%3>R1`^)DMBz`pb#w0A*LGjneLFk7K)yllzIq?#Y_Bp_+TSg0J{;{iXVU(RfF&*@EZow_SM`k9}+Sr>@Xk zZRl;!HP5uW`e*K(c?X{2^VN_Lt^Ap*N@8hm5b5_jT1%Ke4)8@(g#Nu#f z&ie(=hB;qD()UQh_Xrx{dDQfAcEw!w#@pG2$?WDtcJn=(B_|7&dVFckHs|d$p|Zj% zRF;!_&*DI1a|O>9ldd+DS@33~?!|lALP`nkaF@?zbbhcdx%KJ9)~D}T%x*i%IK9N&DB*oo8?&P3`C zyO4UqZlqaZ4^nS93u$)Pi!_G`(sP+0-Nyv!ekMrIBO&^s{BR!9f-r>VhYG_5NQ=S{ znI9?+7a=WS!tzokEH67-8Z1ls6-jd^i8&c-5ls_F5*Q-s#NC_d>1D`3MumR4&#dD- zf!J8e{Z}TGuxK7hx4IHW;;ZyJj6_-KB@84fy01{nb(gM$NB0;%btM$3ids@vB1e59 z-|0#yvKIOIg0JMMPvkpY9R+f}`d3$?NPQyTX-gas#8%`7J*nbu4n%>ohI@yhG>F6^ zl5!*Em!63|XS(~sa;`_pFaPKpfU2eY zG_Ws-uYpuydj5%Fu`fA`Yay(gVg%5+;)yBSw0{!$SjSrP`r}u|^{U#~=u$t+g5)JX(aU0A+wVD?4+}laur`Bs>k1&&_z&&RdZ65oN7PcvelEo$<8H z+mHpomzA6JtVnoPOgLveb@L9&%wU-n2~Wku`Wa8-ypu9BS!N*N2}~5tc$dLCuwv&>+^6PygrcvjCBP-Y>^T$%8!oIqy7d=X_9vrP5tC6p;-IWsv3C5}nH zvT#F#d>6_IfEbN7%G9qdCzX#8NMct^5!xP8bsXN90v1SqK57bEu3O)d-Z`KV`7SMV zRfVbG;0#(JgS&0QYv$K1y_VxbulXnv}lhZ;0tr+Nt!9G3$l}kX@vOtb9f=y297N(C3@O{h0 zK~&*=udZmyXHciiWOX&St+{4N*@u}bFJ+;vLiB6Az~H6ltHXyuF>b_j@dYF)D`|dG zHrAq)gJeM6ML}mEPoPx1$#54h{+;*nQuMz^0=-a%kX<}pnJjKe6t}#)?FZFU zn`XV8w|&KP*(>J?8s_{3b0AurHhgJ6qO|lI}(K*bEPXLil-a5|0FNbxaSj#xv2Oq)QkCd zEsmVryA~%^?(}5+`mPn3QQ8VWDh+JO$m&)02eN1{u)Xy$)-dUMjpY$WE8I}Sq^wZr zpsYqplW0)gf1}nIvu{8f1S7?UA};o-yDe-QwP4ShuUphT%UW%q(&#rrtJZ!+nL*#> zmyrxc-eY67QJayXBl=`aL8$$tG1OgnOHo3okBrn2-!z4-s!(4=$%~Y=ecOszGN?Oj zhj^N16W4JQDWsT=zJlin0(A5*LaDW6tHT+Xw`GpdBJFcNR9|e1^o0~aN?&@-&!I1} z_8GeADovkYjS{Poe~+5k`fy!$%j+Zk-JmD_JtG(i;{$>dB#~JHT*CZF8 zME1vEz#&QH=`;7Mdjcd}KobHm@?dQU4C1SevEfGg%K^6r4zCjrV`Sp%x#*f#7^q15 zOhp4^?7clCM(>M3Q6NT+!Q2Jxb~teKY#^RTqGvr7sLCjsS2tfXGqB1*yuTC5dm@mi zp%ON!h}TyHXaFFshd5tUOlp*jv@gn1)aJJJnx3q^W=+``#1>yfm())N{V5y6S}9xi zU?kR)aw?`cDK`yDcWk(u{&E~c3e;4lI+5a0mcfZSQbDJ@^ggSR>zz|>5q2Un1)TDv zjUE%Wi0i2iXLmO@Jm^kkbThQl-JPI7v8UOn8U7#TSMM+=vEnoHZ{u_B8*prX$OFX)7HnjhCLHV42<6KE#uCQdT zpb|)}Fc(NICwJam>dBuARKA(@dR8*9IT6@=V=zQiN@l8-!-c;uOxz_S-U^W{Qe zb+VxKRzd5>h2>Y>SKOd#SB8>-wTZymWZ==6z@xVVRTBsP(3uRh&IDTLowl-aG-hSh zo1WJ_b1Ula&!ooNc1iU)a@T`EkgEG>w@iQv`;MX7p?IGKh*K8swio|1-5HR4t zjtJPOWFK?x9H&&l4NG*Te62O&*^0Zsa8QWYdl4%~7^R z=V^uR** z^Prwb%_lKcqK1c+=pEB_vrO+CfK6Y&LRZU8#YhEXiZBb5H*wYMGBgGPH$Yd^tC|6Y zVb}!9+j`xmeo3M*6?zdACQ)MwhrO_MI%>=w{}zV?GW`V>R0j_l0)3%KD8R%g90D*Z zfPn-R1RPPBxg#(m1$=<<=#WH!9AS{*2qViF+pD7gCFwW~nbX`Vp2UENeMmIWq>Vw7 zpi3O2heMPMBS~2aV2Nkx_bEykdrPE;_&b!aO+oYkwz{$v_*Re8bHe)aR+q8-myj0^ zEqik?NV0-<$eVbPY)=cE#f#$iEFnAZwfKej_@P_gn%f19bH!DLIQ`+tfGnY~_@eXE zd-cmgnX7 z!k|L5L9sNK$O?sW2t)2gdj3c>BuUI*+5#eDaG0!*hnPrA`37-y(hrEVnFMVCi^i!B zJO8c*P^{*RSi_cK7|GP|$Ec)+!6fN7et@=#o{IGLp+Hy*ecDADsCer^kU6J&21Z!J zl-CquN$C#ncx^POtz=Ca)k7PJQ9avmqoI1RSjJ2jEQa(BiAxp1q(tcysg#cR6;!nc z#=qFJEA9z20TtD6*1cW_)pH>0u3+(GK|o1jew&e)Utxa! z9^EFu{uT3O!5Bb%9-#fW@Kv*FxxKV9007Ml1_`2j9fO3P=r0-YE(zr9@% zvxiL}1Pb7gAYU0I-y<$M1yVwU{tul7^5`c@pZf-0gp#Hd$b2R@#TE+5q4g%5XX-;WNK@IZ-P_HS+0D*NK23z=0J zDn*YhWK?19PA-gr9{8^H!8;D5WhRMj=>m{rEG#1c;V{?NOMZ_%q9Xbt^0k83UP01+ zF4)q5ZZ6yZIjw=X3w47SIS%5oRa0dB&uQh{cWdjvZ>x?z-*Q+j)zZuepmXoz)f6JUi-$u>+KV}XT7ZwA^X%#%TL_1zNe<$Pu=!pUo8CE;qjhZ zo)vgHzG*7&#@3s=W_|mn-TR0Vetcrzl_#$IXLCXfia9# z<$2hA<$+x0!v`u_rrm}5j#p+wG)k>Q--^@$+w=dNu z4VC=~qq1w7rcAGYVQO8XrekqZTR{+*Errx3bEKt_v5W%6Rt+(%Aj5vDNp~s0)dXUg zWL)f0B@au1*b73xBBPYwBt$!EzF?6NBJ>C5_;(bhJbGey1R7W96}2KnzH=cKfR<%AOV6VKd0d`bC#T1sLLseLOaQM&$%Y~yyLV+EzfaZJY^>Jv z8jTwRX$Ntm0ck59NMpla8-NXx*keY(ZKVdd*#TE2U4v}X#@fU9@dfm?M*65iIFbSG8&IbV-Xxk@t7~XV_?w8PJ~UZ4_0)~7sXd9{mIYLGb*(Ar z;E;|1xg)4kg6ymOM)WaE>imUCUnt=VO-84--{_k0ZJBm&Swh2b3Ll2o5Ckwr60_5S z$fTXj5=J2k(M;*;*Y18fPuazCDHxq9(!(*UO2jSKPDeZlV$wj~X+*jiwkTI^iF_BW zQ%O-HD;%;1g8htn)Qr^fZL%gQl;2hVGOdL~9BM3Miscf}TiD2lUay_lb3ZGcD7wF@ zh9VMBkb}MXCp zSBxN9+8A9G%u0E67O6U&1K$p$V@P>*?Ga;?>xi8YhewW|NV&YzGym2hKsw1(gW7fZEu5_iWz+aOnU6U;BNR)OYOLyEV z-Eq$@6s@@G{sZ?NyRc^C_je+eLfPZwXQ0{%xa?#nkU@3=8Bpr`h0^kiuoI{e{MAtA zdx}xGu=wlFc?a(AM@bFw_3AA(!h1EYE$x=~R-2F-t08#!9pi1Oms1&+QhB$}WU#8D zSVPbtb6YAZRykAS_Q-F@e@|}1il|f-|3=#xMysZNgYBzVX^_G&m=RyCk#0#A;hay3 zlII|~+LBq+@CZW0r~-N}T6ak0HT;VtTi5X~QaS8b*_1%3%Sbxj!bR-COmPyEzbF;W z$>dBbvYrwq41O7RTK7wFFEZklOYIe@b^np}$bW~@5YyO6OtbOA#%Wi%MojYrh})`n zZIflQIcp^`P4I^AW~oZtV)bX`T=ZQoxl}UaDSN~6#@0#8+pcS_nX1(@f%aRTc7?Xw zu_##y!*AM>3yrUd0wBP7m$-p6iOmDdQDnjqDr5!G7#Uo%6=919H7kN7n@Xe@n0+YY z2(|5CNc5s5DJvDytbsK!53`>FlL=qB7g0cCA7*87VZ=Y7T=s4bGb-*I0${yanxH zTTUb@bMYPa=rVSg+CzgqW(E9xh&}e`&Gtm_@x}JoyVTYrlq`Rb?MLx=<3n}h?-uT| zrbKbmyH!81O_j}hACY(2Cej&eh>0b3*{;OeT{Dfl7vE)8G*iB4DKNr;Smw{eHcl-5 z3>@nNJWIgOX3HH?{~8gxMkw0Ij{^LxVvS?Wse+${g%J2z1oUG3tiq+LEeJcVXUOs} z4L_^+gn*wVJ3L5}_$ArlIj?8RwtG5G*A+jzIfSZZazS=yFk8Heo+Z?HRTsPFegTO8%G<9ih*diH%LL7zl3R?#`L~;s_O@9k{kCXHtwAbKFLh)>!#Xo^xho61}3|EGYmWILVigy zuO^XKlgw*Mm!0h2GpOba)a;i``GOB&%D1Iec(1i^tH<)b+k`ZYhgLwu9ERaxsour-iv^Uf zVvMSCz(&qys)@TXz1>f&gYJ4u`n{A$8^-Q+8Z>-F>#;03VXC^nkofzk5)LOCw`O%+ zw;I^4D}v;g@S=vqZCM71tFh&R7EKb5X}iem+YzEjYu`=+R7sQ824SqU?Re(I)_EthfNxIto2PtJ{Wn81P#EPGC-YY)@>dg0ePFs`&5hzj z#n!tPb3y(m77H21qXx+^e(eUuFrJ1;`~ylDq&Y%&3ULjmQ~-sj%81J3^#K%%*Dkkv zwbYj|UQuc5x7D+w!#dMxjZw!y7!{Dr;DOtZUQNJ-+-}4bLZXi-Nl5CM7 zytHRDDA+H5OhUm5vX@XWxoApck`4uD#9!6Gi5~9Y$E@Mi&2dC)Cjcx;R_27MWqVfz z2XoFj%?*)fG1Ln=ipGtRJoAq9o*3>!tT}u@ayn#q_P(cv`vWrHy_)zzNVU(L=<7W} zD4a$5g>sFe2a?DR?NBRjV0H~;mBz}Q=s67qU7$w#Ob!1`ADKL8YzSJptXl)|xYd2o zt;ggF5@+`GDTh?=!{O_Hi@Az7EO%=W#9B|=>tEnCLfW~DBkg-`MS8t9v1;wCf8C9) zAMXDCZpj-BV(Pl4?_@$uUDUB0guC(~5N_vs;YaHWxA-mZ`AkUDyuEE`IW5_{Lr667 zgRO(+G3Yd1tFvWp)XNLy30u00yNkrEpIqPGE*4UkXeTm zwfGPN4t;Mb^YOj=cO2Tg2SFfH8BcfZr*Kre;@i@dGuoJu5y+1bACkFshSZmtLYUlB zLvkhB<+qxvTI{J(U63_i4UcCK6@QF2iGNN>I(eAp#Q8tbb3&GCaoIu<8da`&`~e<6 z$fZNw{2Vjxqb0ZlFP;;Ag?LEYO&__kF2*O;P3MzpMH2N=II2~1wNf}L)$*5OJk2W( zO{9f16#6Rb(+vb$mPi!_*~Wen7`Vzo&^NvwGIMj#Ki}H61rA zf6}nH><-O`EgF&XTN3qKlJ$=#>K~t}-+9lA2X~31ziY`PQXWCg1S3#xY`DEC)l$u6`p@exVJCLdMJQ!E4W$;Ln#!NCbb8{CgP$|2H{E zQfYmIm7pd07g`wi#T1gCQTBRF@uYH{s4ofNNiEtleX z7Nz}Dp0pNl*V;GGVm&TiT5R_psgG?B35E#leVH~Xi3!0CWcrun2C@o@SykO(&TD=1PqBce|+A+^GU zR51uujnkHtx7p%hd0R2m!z9_u+gL3AP0x_B2OyGRk;b$vHs3>0y)}O8`h^Id`pC3l zPvb^o(9p@cB62jdSS%zKc?NY1|uV5ZOIt45e`;kl7rRegnu((=fmH( zeSc)Sp-ZDv*&XA~%>_U0; zw>PYBM8=`dZUnX_=S+=F`^N?zRV^ECRQ~I%ht#e89=`aS)UA;XB#Rja-kx6)R#UdC zgw-_hCUjyfOZ+)Vfda-9HmtjP2FOAC3l-6Uk>eE`0<{&fzSuydq9HiepzOON>Y8L! zxl~4jE!vtna``EqqoxK`L{wfx9pLYk&FQGoO> zQIM-m{_)&oRgQnT>J?S^YTW9#KyT8uB#^hqH)_~9Id-c?Rw+wFC2&oAKFA&sgwQZd z$eu_2sSNowl}&3i(6A7H%%J#h$)>?AH$yhomm}=T`D~?$=g&mX{tKZF=Y@E&EoYBh3 zx*L@@mtc(0hmRZAOhvyt`p)P~<2E?W5JO}khDeUdxdcOW3QbBAiW&N@8U?>pDJAi^ zYTpOnS1UTmE~B?(HYS>Fd|K68(z^%)B5fTqYO=KNYB6~$ zyxxfnR4sPzn;KK*QztcGxs79cKL<9%?2EL3Q;xmVGVvU-u&3Le?w9TYQbJ6jtd4T{-;uR+s4{sp8TkGW1jfp+Jz?^Q zLm&Fz*l_*y+h4r)#p#O8vo6?Tm5ujbU-fqAT4>g{ey*(M>Wf!ioGEL(m`R6))+LLX z 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 EFFP{on*aa+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/decorators.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/decorators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15ec478a2d5ac5076c6254983491705b844e19c6 GIT binary patch literal 3941 zcmc(i&2JmW6~Je|BwCcjSh7=Da_os5huTD5x~@?aij>Hx>L5TZq_L9#Nm_cv9Z72~ zciEYx6cS9K6b3{Zy&7=QUqo4li4u1!A=FArGKC7iTJr6^ z0EHc8NBxL2)uytlI?Bz=2U>${s}1ccQAq>J4-(C*#8mA%s1H#{KMed$=DW-fy&AP0 zhuUGt-IZ#{1Pudf`_wMsymYnd%fj5;kW@tFMcXO6z77^Ofp~=Zf|G zPiOmtQu|uSU$OZH70hF$kU3O@0e4{ywxEeJbMpJzW^Wvatg&$rMEHvkOO1Q#qvsJA)cF1N#Xopp?kgw#;c!$^4T|wa=jN@+F9+(I%0t1Dv zzeYt+W@%&1Y`Nh&4c8fkg|E53?afjz@YfiZv-)bM;C>($a${h#az zcZ{juRF>^|!4`9hspFyxG<9G-lRcp*)&m|EQwIoY-{uJAc)d%EcNs78IDC7vklltW z+)_UrY^e=WgnFD>3bZKD(!KnoL9UYf3VO=;AzO%!9$22KMLJrYqt9@hQ(%d1Z-3(! zwgSE(Dt3v9!qN@fUkjF4IVdc#%|gg)j%+D_muwb1ccoCNh3kR;J?py{3c?N9Indj% z*FZH9ECoJ#P(k`e!C|F<+i;nMRjEZsde!=g*lVnLFDTibc-iW89mmBz2iae@$!_-P zc6NF+C&mvAy>|gJMAVM9qXVXtrqZ&eLWk^&R5>-%s zkVe%nzAdW2nMB32Yd!BuJ5_?JM5Lcp$(|Oj@haO#40=mu+C!=c8*C+jnTn z@u3nJ^#&&~9%_0&#>=eKOHIgnx6W^E1dK|Hj(c zQ}r+3eui|H7Xv&+hU zjv_fF(l|tL#2nzG@Dr~cSDe~_Bq)Y;K+qmT2b0C~3Fw%HPeSzX+vMx>qX1F*pCEc) ziFAB7N}whaUK_N~Abfk5A=^Pt0ws40h#(b5^+;K{r7Kw0JhiOd(qvhOvVO}@h$N{2 zL?x?+V?f}iHdMGQ1NDE(+xrGvb4AFw3_RB0tbJMz9OlhHI8yR#Au!5k05)&Iz%TgBnF3B~ZN>C5qJ%8`n{@#!KSgpt$@ovC~k@W2Z8r1ij)LJ+Lv(txb#&2v4hWDIm84aWwB@CRnm4%A zP*#MY?t^@$C4|eeqoOsfce?T3!_}xKLM7Rj3KKA_FD#3NwIErdnZQWaQ_y!H*vs`b zw%Y}h+Qg`+-8?J~%A7}{1Dp?LIPYlL4bh(Ce77sYk!PB7sRPar$r0*2QGQ>W9UF@P ztlxMoqPA{8NBa%v`H4wo#`rymdVZ)j{Wwjwb#$kG>$Y!I0yo{c9np42M}dKkoSaQR z6YIm90AehWt;eas)@4w1hAlhTC!dQeUyEfkH+G$?mY2_}<%WK&Ae4Jc<6v|4yk8NxNbKQfGDa*vr z&rBXrZ=NY_9;G4R;N{Y872R}SY=@)YUxa85w dr>l35iTfVU;pW=C)6M(Jsr_#CCkAEB{|(>V8@vDj literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/filters.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/filters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8be97086ccc66ee8e4229e6f10d4caf91ae52780 GIT binary patch literal 35118 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 L_SmA$vrY~p1AU5^ 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

ON$CCK4m@{haP5 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 NDCIT&49Q8T{=d$+aNhs` literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/models.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..222b52590109ea91710ce8b1290e34fe90fcb6f6 GIT binary patch literal 10313 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/options.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/options.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7460e6bd6a2622d8a2c6feff43ed41e561acdcce GIT binary patch literal 109428 zcmeFa33yxAeJ6^Q1PG7-32-MRa1j@Yi}rn^L{g#_N|t2VMw~zpFDQ{BNcjTVP|%i> zG@%kFqSCaIveb0Od8TT2!c6kLDsAUgPMgH-n|5#ox`0v5jM~Y}H2vB>SyHEt-@JM6 z_dn+@0C;IDP3L>_eed0mJUI8r zIlRojEZpL6!FLsfTm7vpZ^>9&xZU3#UhZGc?p%!~(>%$xT8(5lWY-4zne-n#)$2Nzz__wfl`PkO* zHvhKpcK>#EUoo~Lywkrk+~e;F@AB^o@AmHw_xgL;v&yl)aKFDlyvM(X-B*q64G;JS zSiE{{UwFTNKa1Cl9S9%v9}Exr2ibk?*rD)Y|6vxd8+$5z#D9dv>&K3UkNJ!@w z!^i!{S$yf(GvR0b&$760?76Vt?`QFbu}_4b_dg&0r2muQPx(I;4)_D%6aEwIS>sqR ze9}L};!TJPeu2fC$3o#@|1gU$8#@&~?LUopi+@CD^^Xc|{xc@S9)r;SS%a`VWE@Q^ z6Hxno)6C=ku(0BJlfmF0_fH5NpEdZ;3Y`dFVCB0|zB?qUc_X29qkpZ{p~ONZqkp5s zwck+r=-+C0N=#V!4HIhld*xpH6;`3d1MOakjTn*tp>n7Fviy&=dnLy5|5xQs`(^n* z(C(EO%m1Nrr~R`0|4qABVl4lESMIc5%0F!!)e_VgmB179a{eWkvE-*4404%*g-_%% zwuMjRG7SFYK9$Qjb5rR~E>p7b$;Xy)FIuK-;S>2i-i1%(_f#x=GGZKY`d={_LPtWw zZyNb?|CiXzT#cEzCRBo6ty@^`t+ncmy~=X0L+f@5P7 z7ea#e^w>oINN7yR6c0{BkAzN*M4}-vB;ec1gMtt^D~2K=@q9=K43CWANu=G5oFQZq z4xJng4MiiFs-cPTNK`yG6b%fW4vwD+1>}ZgN{7dS(P(HKW$^|yHInh5F#$9ogbD%^ zN)2NZ6KBqy4MffcFN{Y5!Z~!)5c)KdDGgJ51JqqXlp7g}W=ePx-h-+yMnzgKnZk49 zyq`^(vYvC%iJ^(`S$fA&ya{D$7N#9MHx?a19yGL)z6re@9*IOoCdLCpc;|R99BQ{@ zN?G6ZPJ|-poxY3coJJ!BYG2=e0mg)_SkA#Gb>v(W%1oHv)uq>$FemHn)WIPz1 z5HW}a?CT?$0&(ITx-;X5iox+naEJ;ZZ_$B6hxR{xIB>M@Fzzh7gOMo4&C}a=pzqkg zp}|1^K;MDhz+lh8zKk6s88}aGYqw@fX>RbD(2u@48j5DhN7%$*GY#z<#ycj&OPMP6 z0hEei7{<(r$fG0oHG86D_NtjNcuE!cpb9qmPEK6p{j2n4rX=?sP4MoGM$aAzMb2W5 zU`-1nBE|#h?(B5>c&hd22#wmY5JHT;QYz!lPeJ)YF?1fYk%rG54n9LGXKeg`!Xv*~m+ObgVGbr~9`F{hhwP&^Ze1cyWD zRNGMS?C^+)F;|L=1!I>o#WY=L>IKGVJ~$#M6UE%c(#}+#Lx-YRD1a4#*C7i=IY{p* zlqW2rHf8c6?i`AU!&qhj60BpKN+%s330=q(1kO&JJ$E)^4@4*UIAscH9I%vzvVous zDGiURkb2z^G7x47tkMXK(gbYM?6+RBph-nXPfuLvXXP{2!M@{tM>5u)0|yR0lPTyq z@J!EhM+e&rGPXc~rhg!iDGCHI1I~?6+!+YGa4tB;pNIo^kGPM5{RnOu9w9V*INW_< zLOg?IJQRv_^Pca;Ky>$p&UZ(}O9C5a}g3lV#PS52&9u$|q+%M82mZ#nH zGwPn7(OwL!O1o$aCY0zA)dbYs2$b6pHclFihPZK5XM-Ls)Cw!HI1uxFC<;ZoSf+^h zG%Cy#D&Ue$K&p#ZVak~Cgyo6Qn|(gH$CikzmsSwiO)?idX@(-wn2##RDiH9;9H9fYPmA`wt|G#M>6o`W8u z{vv`o{M$1Hd`lMvJjz+b)TMMi^5Ijp4^$Vi$#2C%F2H{w{%s-qs19o7cVNLg@n1Y* z@R#7&9;reoOJ&ER^BtGQoqe1!-QSwc@uNzimPVQrm?} zgv*gug|rnyHSRiu8ibult3_HDe(Uhtjo*6wuEg&W{H_v~BG>9m=Jtk6NiISZ+t`0@ zoNc7o6r-1XzyZP&;ibWzWVtJ@v7c2G~cp|Ugw5x3@nsWIhmoMpROu5=5SKF*ta&4TeK#;I)T)2Lz zeQf>y2_n}GQMGM)Es0u?iCqd#K50aM=uj%7b|t6wtMpN?;gc-}15uunrb#nEEcI{R z6*r9-6ks}9oc9p7akKITM#C#@7W8i15TJIj>ykk{jYxZ8#xgW<_EN?sghFRoY)Sv2 zBL_M5gjk?=7mxS$_4hn|;MmcOhZZP9Qv<*oL~%p__G!hY6pmzyfcyYg3Ib!y6mV?6 z-6EdBi!ydCv++#Ecs@cM<-^56Fm}?B@sVgC5Ub3ct6j>2o5&w|7Qto1;{ro@_4R|- z4$e33OnQ5!>}hXR%G)7%J5t`&l6Q5|yY`{MXkUG$cdBRVg|xFg<@8BT-%RPuuB5Xy zsDNO{xo;ce=5HG(%}@UQ%J+%otZ#H^;oQENw2XHxQoBz3)!KQ_>(JBrwZCK$e~k9& zYy#*D9oqW5QT&&7>L)@H^RCg_yae2$ZXHT{bjiY;%9@^&;L{}(zMmv<4_8Yg1c4>D?Oux1Iy)|scd@G>&AGZW5)fy~Esn2xg z?dU2ckM{ef90gR|2Z&f0FVvsG=M53#D`g{w=o+Q$=vpPF{py#E7t%~u`d*pwn7zi) z^;%gaCa9}=$YeAeHCSlZ`Aa$mh|)NbmJApV6JluO)cF3;rHt!faQxD-2?|-Cfk5OaMIa!)K$)v@YsMWFJ%gfo zPr|4oIzeH^LbP3`SPWhWj1a$vcs7|LMtlW`KFhcW2WLbF`U50c#wmij11-byW~}T{ zrtEYu!um^NsbtD2P42S%WVzR}l0B50b)1$cmZDiAt*uP;5k3&C<~^&)+HHK-wh1Q{Vp*tT}J@*Uj}BYKv^dj(gegpv>U(rX00*9kprC>gly9 z&uYoDdT!(GXC%*|cM1?BoQHrfI4h=4zh04QSS>ZI{(gUI?LKMkzJzc8yN&}7iVW_m zl&e8(H6gX5=0Sm>yT_R7Ixck`=V{%GrFHH|bsUj8j__=q zHSd=fw^U3IKCUw~uShlZN=?0KZ+*(!EP0#L-nx{xUGlaA?Ye&G+M)Lgt<7Z*Y=+8Z z@7ocZw$HnL_!w_}!dZvpiY2M?R;j!-RlY(hUy&^Dd}uJ+*G~1NUEUj(RMkqUYUN$m z%5?S9-{^hy;LU@x&8g+Pq~*Krtdo`xB{Rr;5 z*E}dhZ4c0OjZ+u-FiNf!GyMn>wiO>d?lT&ymH`_qZA&j}{mLLPzS6c2BZM>j;im4r z4Tg6b9DBRX?{pav4rL>M#KB<5-&!F2iy?p5Omq-Gpji_FkS3rJTQsyrj|dPJ|zFj-mFH9Z>gw$+$;+rytjAd|QocN=~BjZD3=Y&w;(-wnCWJe?h#_ca2~CAf^s?tqARI0q0{1Q2(1+m&quUOFZGIXdsVDsP;ZT+8k?El)LVk(##L zuUh(g-K>!6+97rAxMTZC@!Q2x*I=^Y&;zrnw&Jnbf^}IieNn>71iY)BDUe((>E@19 z^G2z8W4dwq8(pt;-6{K{r|z8p!{_d}5<3n*FdLR_dSoyyqjHxdcLQLF?h@l<69^>r zqByOjN04M=5>; z1IA`6=I#@}WmJd!&?UBw%J=AzU2*G|fh1ls0s&Ol3=lxG5uC+K#w_ITPt^4S)Qr%s zELIH10!Km---IZHh-J=jH6M0m@e=56U*z<}xiP^9F%*zc;Ar7BlRm8<4jla-sN_NHBx30Kps zZEn|Zm82_=(+<`lRd%E*S4)+vQKK<{y?C5$bPZU&c0tP0Xyv znG@8>J82P2v~hs1K=h2x)`m?=$n`aSOIAdHG{YG0~PX z{*y)DsIv(1o|RFR>!rKsjHBveQ@#_F`jdapON)Mw4#xrCb1Lh5bT|!yC92WChEbh5 z^xv1a)ms%nqx2g}>2N8;+C|2?Agb~&ghHh*WqTht3O3YRz)%P~Lm_I=WA$49DY3YP zcr3~oG7t+ei?VhVJ<#EP2t`@wfg`q7g(!=l2mLA?rvVo67QTUD0k@1i{xwSYI)aP? z0@3KDz*z8PXiWS~qzqF-A(2Yu|Dt zcws=`)D(wlv`>rQqTmDtuT$`C3jQSpL@UX#OM_dSj3Um4_^%M;Lo4yKNQ|}SfhR(r zI0QqC$R?Rmg%%s=Ap`(YHbaT`s{e}rMq#qpH)Xo-@Z4B`*Uyuo4_nOuLo4+BvI&pJi?#N@aiK7X3fhH6f%4)9HU#p*KPBpHT@K?H)VH-Q8 zrkyGUFuV3UJ8tc`)3|8KHB#dmsdUXh1y6Arw)GkRVDNVbr~9w(ySDGfijV+mgU%as z0ct_K;ALyP0A;NzKy6%DN~5-~%xIJ!DX6U#vj&cFD*W-l{p4(%a zK5jc9CSVpTP}@@mwM|8w!&fkveC_~ZdnbTW3lkT{eSdZN8@ox%Vq)yCE`PHFNH|Xk z17{VG;)4J+=sOr30#-iZgOHMN@Gw9$VaMZm8tRH!e`V75E0cU9s$pA4rZ9RM`c0=! zXROc#iv}}J+K&Rzdm#R)_&xfT?^8h3sz?)c!M>z5Dr;ZLxVREp01~<=G{nZBVaBx5 z0;ea$kr>*6q>6r)6cTcEkupvcIynKoJmPX{dzg5cUN2BUBbKRT3UYz4tR5ENZN^vA zIJ5mPV<+W2rU4|&KK$G#;7h z<@7tEx7Vh&JSA;;3Q?)_2-|LZq^2Hiqu%(PZMU}F?oDkyENwlUSaBHqL5(Fq{Lv@h zLd#pHpXDq)seILJ3xcVlpMt>}OI5Z>m2Gcz%{w=x-8Ct91K0*B_olnIjNq^gdofxq0?^Hs-v^Fr1wAKyV-1wn1;p0kAN}E~vob2q$KPKGM4JO$_@q zOpo**y0Ox=HRfaUFygy#dSvLdLUNyrXtXibdiG5AaTOK~)U+GLxAASaOnfO2yC_GC zfmVC0B@giSkPGDe92pJcWmGm7qLo(DCWg;v97E@z8U-aXC^)y<07yxsCD%Yol4GDu#zN3p4n~M?DXv3P zn1)%#boLB~>;&jh-5Gk~N02=^GG6-B>`K|^HtEck{7k1XOpzGsg9@0VWNOO|A+@CY z?vidmx1TyZ)4eJ0GReDa-qC`Dl&4wpG|wDOdfF4t_It(N>7$97j``xwpL%N2?&hDi z_S|Vow)Ur52c*`4bVKtS6|YsiZ#9EmVKdY>aQ4Vbscz-t;zDo914ChP$pfpQq>E3= z?CD~`_pnL%1w@EZsOi>VK(p61p3|jFJSIz}((D2&t4WG#D(xEUXm@#s{NDe1vv z7&(dQ$26hYL;!J1b0Ax>kI}0-<#oY@PQHsY2X>%RA`{K_UB-K!x*Nw*_3NbibxF_q zgme7|_gsv}BtLpJa5Ipq-znAaOnQ3mI(vxiw9EKmgvg0cdn*ms+j>mqw~a=GIb0_i zV>YfI3x%}~(vxvF8vj#xPep{tB^ zc6+bJuf!9!T780$wTYC;7Ta0GMSv=_9SpkcZsMWH^L)|_LdL8|J~Bc^<*DKI^2InX za_MhDZw|X!r#f%-`jhWnS>0*L6!5f6Re(SXF&LOQmfdi%w&NriyYhy^jS_&If^|H0 zNlsM6AGDRRk;qu6o?Q7yrbw$YR;@E0{5w8R!?6z)vEgvKuWtFm7C@xyTdr+MIG5aa zc{qMH`^?->(zSWYl6LK%_NGc3q|%0jYd_&bTcu`jH|`82oA)6lVUrbdY3P(o-3w13 z$G4jADi(E!{wMJp2T*^a*VY*;mivOM( z*QnFDyrTbt+9;#2Hpn?rt|rOVl(04ZG7ao`k_N(Fi!4T%qLN-CJ=qx+ZK!M#l~tFV zRd-X?sq)r>4p&E-ve8Os44r08N&Q&Qu} zyW-|AQypZ!V2oW+J6QNogjeZYUg5`h+zs<;+WWQXIvlR&Tp;7o$=8$*k;W~r4)8pTkMnS5$O)73n6|a+u*CmTLfD5l8)z2h7 zol~~=9G-M(-E`UY+H18pPA5uRr*@@XrBil3>9awVI_Aglip9o!F+cDNA;!GEbFH1sSfE9wp_zyi2Kz>A!9>8ZMbFhEvd!6%1gn8b@gd$-AOnB|(`8 z#Bjw||1G|{2nrikJ!Pd)Req_I#+MbTH8|on@$+$;9?M;PCGJ?HP95g^=u)kIC8oB~ zC=M@Lmru#9{hl+5gNwXbC-=*)cu}-TDIK>7mQx0W=?vC=d)%Sdx`-3$%}OclH&P1b zcB^);#I!yG)vCSCAy@_VZG?M_x5gb9LC0vDQd0XB3P>)j$EeqzyRZDc#SraO%Ewj7 zuTXdfM4D*4WX7!TQl4wSr;U@&xcOyb^sLfSm6)bvGwwi+)k?bdJ6Rkr#=JU@c~ugn z<;$*kNmSLUR_GtGExJj29#;(o#k#n2bc^yt`;C{35>GkrQf4D;Ubf`CZ@ZE)x>Jd1 z!U?f_v3Cf@Z23EC9bPPF)|)S)ugjIUjP6om+OO9CAD8c?qEkj<+bFf4HjVaa^(e8p zQ+e(L9|LMes%V7knLlSR8m5h}XsSjw)%4QMO^FWxjB|0ov5Z}@poLEJ*+oQXC#l&{YIL?YAFh#x;AT93#az-#Nh#yd8g~$x+*+|9=OXo}pb60SB1a`^d z&}rzB)2rFG##@?kWZj6DsR9d`k7l5e9yxcC=_qE*P>9czu;!7OBonG+EL1RKjlzCE zl(CFXKtmj5uvtdC@G*=Ca}6*?R7~z1NGb6-`;eC#+feYVFP1RP`pQdecKgp}lTu;HS`Ow9mU5->X~p z_5IWKw7cSlb?T+pTT_jFQe$7*T@4XIQ^|iR@mvXg@zg`B$zAb&fuXAIfeWRf23}J) zRgx~Ro+?7Y>&|P=Z}^k$wkd1cTm8^bY2PpfMQUqtMY^i~RmV*S*Poshl2vP_t?w5Z zWbs7HU3Uu#%#^=T`&wW1FeA*n zSKRZ|+*mi$F=v_gtV3&{=v}>JY9HRiHLYikNZz)TcctWAnewieyz8&@J?KVb9OU^^9|yu@ z_X10*Ykg?2*}JFq-*Z*pSn+yv-qrDa@ONty^_`H+tS&*8QhX~3ab{Me8n;S~Ti5p6O1M94Ryw->?hYM-NdSn>h4>18h@BBp-Q5A>^`%AMPHiSKs zNGH4`|I*WV!yX9ii7Bh9IH6Wf!EWLvvIvJ2QzfuC6Lt|*!%fKnEYzSU*3eU;(8K(c zdhk8imzafV0W7Mlqw0R8eU*lF0w*riQ|Ul0&&orx>C1EB4Z*7Q-vO7PtlY z>>`pnJzG1$1Q8D43SGShr9CqK`U%2c<3)PbcwcZLT}P>7)W@pI2__vHUN+?%Hp2KD zZPebTydNXAIZG|V0mTN)HM;O*4=^_!>`(dPxLF?SPw=s3>cJ|7qN5&M7@I0m0J2P8 z9}~|(0hg-^bHW(~G}jM4nMGN14>!#4I|RkyVfeFwHJL(z z%c{X}*24KC8g<>DYXMGeCcfgM!wB{R*C0amljv*MKI#5Lq=;B#%du(;y#-v~Y z%Fflbb!-9xxybe|wM;9%D6$N%`D?=mmkkdMmfE8G?$Wfo^m@rxN@iYoBlfM>W2>RK z#sH)A3EN&N4qfZ=B%2x@R(NbiC?v(Rs*JiIy_ zh{AxML=IGpBSmHi)0pfFHhLoSuOwb#_@7uzE&fkbXC`- zf6}K!2vjS}lYVz{gvqVET$y;Wr5`ghi)aAgERQDPgCeuNniN3>t_`HTt&+EO)|T|H zn(BkWle0ACsJrW^0}G!EUI%Utr0P~nb*mp5OhBj(q+PWs*DA@iD(PA?cQNVO@m^)^ z11laqb{gt^U+;qkg{scJPO4kSmD-ba+n9mYl><|K)9cdC`joRlayHB?n|HRQfwpzt z?1UP6@mknpk#+||Wrp7vdu{Ap_nP<3c!1s9zV`hhT0OARf9~3Isq%KIy#2N}QQn>` z-~QN&CsQsk%a(Q#0#Y|Mn66u%s@o{lZJauou5C}%c1yM0soJel?bfLSKXrSOo@0q! zN9R4q-gO_l=dHbQAhCSgyWZ_-uTM4izimx=xBVrW2YjRMf!E+J|KRa{qru%k8uQif zd8$ZsSE&6NA*U8L)nl>#Tq_`@m!4IHfhpSBw*;JE?nlTL51O{ zK)!SttR_7?;p-$^GJoCpP1U4}iI6@L@^iCa**=q*Pie-W1lvJ?K#|4AwG}iVzMC`k zWWNjmTQcL7n5!Z&`4kcc;u&@0VN3BtW7jP!{I_ATk!pCxLM1XbvPGpg!{OH1vs?)~ zo5jis5CrEw!}1udub`p@_83$n^R1>j4TDJj-X-%{3=I z8>Vb&R|N@vxH{LI<#$THSMs(kv1}me+Ly5HTPRj|vH>^e47gd@=7G>Xx&I^cq62Qp zAMoJcp>x$v*V*kqZp=AzmiXx0u3N3EmwA@TW5aVxBH0SZ$9#*0K}Iv@Y|wrTMaWPn zbTJ4^X3}TWFo+YFR3~66F8ct=vMv8bW*1z{V6s7f{kvj(usly!J>2qK=46w0L-(SuXo}uznuN z>!%`T{cM~&mh^1?|JM(9gv3qlwb4=s{Qo2CC#(JcFRdT>3!Z%a@B-TU5qIdUlrJx~ zQh4dCl|pPQaVITCqH6Rx3&f0D6h~Ne%gEYFu-B_w37K#_Dekb?R$`9lY$ecP0Ji(j zQm-{{i?Rg&4f;l17XO4Tic}Pzbb*oN7Y3``O!S{;g96}x64a+d+mApY=kEq;`#)|! zQX9)Ro5gk^wLWz>Qg=h0w<8H+XeccM)cbOAK6;;88MdG&*?}xnNQ6spgSLni!!=d8 zi(_%c3Kqx2?xY&akve(9Szyj~m6lz;ItXo0^vbM77a;VGcxpiJvbLwH?zw{7mSoko zsp5MztLEBn_a)E&>(gK5V>S?7jN@mFH8%jZ$&r ztni)jH^+Z4k!TuB79S#7=&*6&@}@<|7>9$(@O_9;}cOp4RW~)^CYDn?&1lAR)?(A zLDo(3{!8B%>GD0DW#Vw+pz0v9i)LRNO2#>+8RwY-V92TT2|ex3qS)f7_{{1pYH4U)059)cZ7So{x^ z_j~8!{^|%8Y4w+5r!tt!SIY2OyURy z1R%wW6x^VIT#IlstAWbLnF$MM1 z{p%8hH9r9AB^zkC4ZQdES8?3v4Rd2hO` z;_`klyYRfeAz`UWds;6acxW+NH$5yUuy#Il_ZzJp4-cD45w^Ik-iOUg5Zh^7X{~uE z7_HW}Mn`J?GK;nDk<(^9V0`2)u|s@bwdj#|x6#`CaG$BeTK@2PW1)3FYAB{~2@l=Y!^TI=X5=h#pnBdb)E8h5+sUwx z$%2QFpk4$`>3a0Hn46ymOx1Hm4KK6>@IYHASp7Dkz;DNW5&j)QAw1U>`it?bM6mf? z_;rU$;kDN0_k_H9Y9am#l&eIUD*VHPE&SIO!h3BYeAgDjb8R8~)|&lGLq0uq1^BJC z!Dp=n{%URhWuX>->l7Te!t<>SUTVqnZ9DUPyIeQ~-?!wYwwS!shC0djts?I5cj4ZZ zb>9t7xCVHuEk(FWI1Ep?M*nK&33mX$K7P$|gju(W3xD$mzgpn!3MWa88-Tio`h{4Am@{AYT)i(||@PKm=S}_e#zU9e2 z%-Mc7oa3z+#sxmb*C7CXXpAY32gr{+05bul{+|g5fA$Un_$pQw8txbhL-&tPAoz77 zAu{lai#Wf4)?hK_U&x`R#v$|7yy!*=+Oz8l^ryZA8LHB$kmVp%3nB8fp_WjW1e!#qc=Za`-8Xujmt_M7dgn$BcR=WO&lFW!1F z)!l!$yFcODld$bs*xo`EW9@wr5z_ozM2fGDIkL&u*WssqkrwOcCat;xrL^|@b(3KE zCK;_;2R}4!joCJHe(bhb0n>Bd_Mve*I*4@((I9*V(Yz7!I*3jnfbKaae%|EZiQl7c z>Onc!LzK9tE!Rt~m89G&B=?F0FrU41$9~8EU4Lrb0cqWV#M*-o48}pDS2jCNcv@zH zkeU>?KQNmWih#OJxm3P6@hY#A!YMTt@%$^B0)oQ8ry=*WKn2!<+&Z16-@VyP67ew9 z4QLSauI%?jmLZRxSFkK$O~ivdj=V~6n^TYRmFJ$Irb0|2Yd{@nD2%vt>b1Tp_YTC{ zpM^tic{xxgz~AP7#!uEjGc=3gUxa#P3d6yRf$?);@*1mplldwYA|Z<=mPyzhG=>)@maGZGMIy(46`@UW%nxTc5C1L57&B>yYX?m{nHY z=7$D{y<_UYd*uzVCR+a5auD4UwF z%9V4Kx0~iGx3l{-aP2s^=l0S0%AWf$qR-E=tYy0YtAlB0UCP-cIh$ts-*v8dP>Hub zs4=*G3ER?zi=M`VE&4KiK4DwgXIL<7#{5~^r0L2NgR@0)sv82{Ctt&G;g0!k6lm7d z8;X=C+OIM*$VW&F^XRPtMeUfCB$aV0>C{RnF|{NdH|dnL%Oy*c{MxTtvPie2LoVso zN+>b4BvgZS-dQY{EK~ApziP=6-IC18Bugc>LMy4n1ULGD)D!Y9J;m%{c-SH3S@w;k z%DdHH8Ty(9gf3?v~q5OqA9}=4A~no zk?-)#Y@yQ6HnpoLx?Yxvl&`&0TDAL{!#j%zU)iwBI*WNd1k+B5H5de74^(>l90=~(5Edfoi4j}>_&5{rc0{nN|tvg*6)31t+f8oyz}sTPWN=h zO)q?(g>QzF)g5zN?s%m&ee=$KJW0D(yyx~#AA|0$RNj(wx2DURXQFUl3^y)N04qYx zY4>tD%QC5aSrUrF|*EhWkexzj&ljK4nQM-EXm{hw7 ziZv};9-GbO6_3o;(y~WZ8=NY%*15s1ty7RQ^p1KFXk*)5BO(l^&weUrQ)m^1Eo~G@ z9c=-MXh!~Ec+?jr#O_gM?jdEON`3F^xt*FHlcsti64^p5DXRkk*5+s0`kcPhhdq8Gu1? z5@Vb((-6`E#QKvLpfyaHV_BymcCnNXXrP}**2{*URxG(b{+01-rrDM$>wRbI>@vyO z4KxfVtfZYQ($1>1vy$Dm&-O_;U8U4sQZ!|HOzK!yf91-r+&=l|OM2!aHzsEz$)&6B zF6o(PrsY3Jj43qScJ?@JIm%cVe?E6;OIvIjYu;u+JJ3wayKwwrh5JlCZw6pVq6 z%%Gh-_TwVzH@alGCp=jbLtVCUB{4)qW_v@B$DpiiyUMbG>&=+=Fh7Z?HJvyCfP3OZ zhwsD*4pe!ZLtBay=l{eB+R#s&@P(mbMf`oJcaa!?6jZwVq0XwQ<`A1C6ogU@Q#ye= zFR=Uhv2f}uF=v=&B@_AWqP0)^FH-gRzCS{@Wh>iepK-t%9IMF!5d^sT?!ulGVq7AG z>45(Z&+t_#&vFSmTN{#|HR+0)RK-fE0t7&^VpHCoa<0$pGfD3{c$X)DXH@`R_E@Xb z=yJSd@tG1g35K_f3T};~rc8s_>4}Apt&?p*WYV=EVcWm~BrQGVqA5pY=%f26%1M*B1uhE9;Mf|&k$(xQi=;{G zc&&zR0xi~^+?sZxGL0v#$g4ZiwY-yXKzJG8bG#_aLA`2)I$4MsK8AE=uKh@6k$1t3 zpWG^lOwD4q=5!t;lBx|MHsK9AwyrtEIoVh0y}_FGhJwo>?G30?hbR#=Tf;;8IrL5r z(zAyUyY;{5m#a0aHHETQ3KQHtszi{Ul>{Sc$!fv2&}w1Q9woI+b}jN{(B03!^mBs5 zvMbApEHB^#xG>tFltr0FC9eI(jUaF3&0i?|1{}EKbSX#N!EG%sH{@7U*s|>}Bc5oB zQjeZhEY-0U8Q@83g^~~7(4oY&Uv}P{gP+R&5#X0M z5$q|*LS`CjRSL4sc8M&cT$8ynC^yLDuHtPpB8S8!P|A!Hjv`(`})IXju=Gxcr8*9zN= z@VP}SHEe+Y0Y92#mz_r{dtN3dZYOd2D$5dE*X3ge{K^hQy1Bmu_}b}~{Y&}C;FP)c zg5UmOd5k#+ygFls0}>HJ16eA|gtRW|1Cq*S3V^SXVd|ezhA&aTzKX_<$(u74cFMDj zOlAp_5FJ$X06nJR?WQ-wZ5OG48>h#M;bBabYTauxSW+e^XALA)# zJm_{iz0>Czy^p);-Dcy;J>=3a30x zlBa2A&n(>5t%4S7l`m1%cCGO(VQ%A_<5Pu@5~ONYOEs(KHr(Ewtl0_WA)D)J$(54n zm*#D)@7oN;o_p@f8-+6!^X@jVz*F8X$=fx1;kJ3+yY;@)b9L~_;Enb3&c?LElW^3& zUN~#{j{TN>Zo|B9%N@&4>~GtD;(FVa+WE}gozH;X0Hq@;u=dqWH#fbynKd%4|5i{x#Y^?s-N zR`slNZY1g2Ib}gT<<;p5@J5&1Yiy@8b9$xaz3-fwZ#@3Ky}(<94s?}2a3D5id*G(d z+>6dkIF`+K^`~)n9PTpkzV0HtsIfKGuu5uJHMMv8S;@KNfu+D+a?jH|bLuV$pUn;M>JDV8X$X zaq$LbC!oU_6xI%UVX1ktwT&!)tNrDgr- z`}l^%5!^TNlrHAhhw|rL+4vI^*y!SnN-d&QFrI?QSBt@d-0suw|Q3%+2_rBh+CA>VLu~P#k;gJaW2lP z(NdJyoAUQEvQZ=URI>4eHUUpy&zFz$I|(}of&5CIkTpC{bioJhC7&3?xh+KsOg*va zQOqZ_nVxZRvJbN{G;{_B(YKd~kMMPw3Ywy{G!$Q!xEVha;hqy^QjzNeeGPMp?-q87 z*${BkzetGuBFLLK_k_hN`LGGWJe^j?z zvFbfKTMISg%>L+1S@s=o0@tOYwYos$#aw7=i%*r8#Tpk~plY6HXr&Sz$hN1dI)07| zDAUSyQ%1=0rOC|W6rsPJ+ z**LQSw)O0;O>$B_&Q2ctu$8D|Ik7egl*O3yri z_|A$G=W!4d^fYOAlf9UzwE+oKeWQ&GL)B9*4{|{%*rhP6PMjcPrxSoVEF*g>3afPu zL*)<+HEg7czZ!yNq8ko72IeRI3dSaaW zwf`JJA!jeNQU@oZeHQ_V#0E+#I!+#TnJ3)#!mPdaPuN4|Acpk|bJEY@5}5%qxLceq7yJu4C_e<;dzq2p7{u%P90e2Y|dlk7Caou#y+LKkQrv}oVrPCX)Z@sov z@@$@2_r~VeHqTy4G;YFO!nyf_w7WdzZp4`+uOIrpKjGS$ceoSHr?<w4Ty?i8w=HCL}tFyB+DqTK3yWJW)rcO^~;gGNPMJQ)_B70~4XjJe^ zXsGxK1w`jCLI&y>ggbE(>U$JZ=_v6llv5?3ZY{tDe;v>But85QHppn#*pj>%nYAks zZTqVijPBZyjQng*?Pm4bTlL!?enX#Z+NdB zxN_h|Mbha5s=r1D)&Hr>H{*Sy=CvBhwQ=?$f`n}&XHaHO9@+ueH2Y0N{;AVUlhL7K%S`0 z97ax<#Fv#>1cXJKKwW4mhf{O({9jPO+(yz?NDzyID~6Ee%>qo|1rqOtS-whhWf+w) zF!phC1t%`Jn}G>%+yWRtv*c`^c_!)Xd|)jA8UPB_%LwXak_RWcQWA*C%J&@ufS zJV#C>*y*C^F!(#c*2UKR1ibM_&Q6RA%oIX)HLR8zgrEHr7z~c`(xOA@9P*A?-7?*& z+@Y#gcoy`!06AKb)ubY^=DcMsSDTyb+caRrsAMiSuy}EDRYkW{(LGmq+moz-0|ujg z3)mWERjIOOsSKktJCrP2J=dQo+njW6hBVl|h5O<7boVObQ1)`7ICbZv

r<*NE1# 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/tests.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/tests.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..064c48b199dd714618ed7522eee777c0d1f9cc49 GIT binary patch literal 12014 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/utils.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9122d3eddd1c34d2126f6bdc575a546376130deb GIT binary patch literal 27887 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 IucGAt1D)U?82|tP literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/widgets.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/__pycache__/widgets.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..740003838aef99be77e92e7d3bfb982ae684143b GIT binary patch literal 29211 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 VQRb%)M(Kl0J@Mxqm4_-U{|`p_F*^VN literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/actions.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/actions.py new file mode 100644 index 00000000000..865c16aff23 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/actions.py @@ -0,0 +1,94 @@ +""" +Built-in, globally-available admin actions. +""" + +from django.contrib import messages +from django.contrib.admin import helpers +from django.contrib.admin.decorators import action +from django.contrib.admin.utils import model_ngettext +from django.core.exceptions import PermissionDenied +from django.template.response import TemplateResponse +from django.utils.translation import gettext as _ +from django.utils.translation import gettext_lazy + + +@action( + permissions=["delete"], + description=gettext_lazy("Delete selected %(verbose_name_plural)s"), +) +def delete_selected(modeladmin, request, queryset): + """ + Default action which deletes the selected objects. + + This action first displays a confirmation page which shows all the + deletable objects, or, if the user has no permission one of the related + childs (foreignkeys), a "permission denied" message. + + Next, it deletes all selected objects and redirects back to the change list. + """ + opts = modeladmin.model._meta + app_label = opts.app_label + + # Populate deletable_objects, a data structure of all related objects that + # will also be deleted. + ( + deletable_objects, + model_count, + perms_needed, + protected, + ) = modeladmin.get_deleted_objects(queryset, request) + + # The user has already confirmed the deletion. + # Do the deletion and return None to display the change list view again. + if request.POST.get("post") and not protected: + if perms_needed: + raise PermissionDenied + n = len(queryset) + if n: + modeladmin.log_deletions(request, queryset) + modeladmin.delete_queryset(request, queryset) + modeladmin.message_user( + request, + _("Successfully deleted %(count)d %(items)s.") + % {"count": n, "items": model_ngettext(modeladmin.opts, n)}, + messages.SUCCESS, + ) + # Return None to display the change list page again. + return None + + objects_name = model_ngettext(queryset) + + if perms_needed or protected: + title = _("Cannot delete %(name)s") % {"name": objects_name} + else: + title = _("Delete multiple objects") + + context = { + **modeladmin.admin_site.each_context(request), + "title": title, + "subtitle": None, + "objects_name": str(objects_name), + "deletable_objects": [deletable_objects], + "model_count": dict(model_count).items(), + "queryset": queryset, + "perms_lacking": perms_needed, + "protected": protected, + "opts": opts, + "action_checkbox_name": helpers.ACTION_CHECKBOX_NAME, + "media": modeladmin.media, + } + + request.current_app = modeladmin.admin_site.name + + # Display the confirmation page + return TemplateResponse( + request, + modeladmin.delete_selected_confirmation_template + or [ + "admin/%s/%s/delete_selected_confirmation.html" + % (app_label, opts.model_name), + "admin/%s/delete_selected_confirmation.html" % app_label, + "admin/delete_selected_confirmation.html", + ], + context, + ) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/apps.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/apps.py new file mode 100644 index 00000000000..08a9e0d832b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/apps.py @@ -0,0 +1,27 @@ +from django.apps import AppConfig +from django.contrib.admin.checks import check_admin_app, check_dependencies +from django.core import checks +from django.utils.translation import gettext_lazy as _ + + +class SimpleAdminConfig(AppConfig): + """Simple AppConfig which does not do automatic discovery.""" + + default_auto_field = "django.db.models.AutoField" + default_site = "django.contrib.admin.sites.AdminSite" + name = "django.contrib.admin" + verbose_name = _("Administration") + + def ready(self): + checks.register(check_dependencies, checks.Tags.admin) + checks.register(check_admin_app, checks.Tags.admin) + + +class AdminConfig(SimpleAdminConfig): + """The default AppConfig for admin which does autodiscovery.""" + + default = True + + def ready(self): + super().ready() + self.module.autodiscover() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/checks.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/checks.py new file mode 100644 index 00000000000..a4d7066d10b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/checks.py @@ -0,0 +1,1359 @@ +import collections +from itertools import chain + +from django.apps import apps +from django.conf import settings +from django.contrib.admin.exceptions import NotRegistered +from django.contrib.admin.utils import NotRelationField, flatten, get_fields_from_path +from django.core import checks +from django.core.exceptions import FieldDoesNotExist +from django.db import models +from django.db.models.constants import LOOKUP_SEP +from django.db.models.expressions import Combinable +from django.forms.models import BaseModelForm, BaseModelFormSet, _get_foreign_key +from django.template import engines +from django.template.backends.django import DjangoTemplates +from django.utils.module_loading import import_string + + +def _issubclass(cls, classinfo): + """ + issubclass() variant that doesn't raise an exception if cls isn't a + class. + """ + try: + return issubclass(cls, classinfo) + except TypeError: + return False + + +def _contains_subclass(class_path, candidate_paths): + """ + Return whether or not a dotted class path (or a subclass of that class) is + found in a list of candidate paths. + """ + cls = import_string(class_path) + for path in candidate_paths: + try: + candidate_cls = import_string(path) + except ImportError: + # ImportErrors are raised elsewhere. + continue + if _issubclass(candidate_cls, cls): + return True + return False + + +def check_admin_app(app_configs, **kwargs): + from django.contrib.admin.sites import all_sites + + errors = [] + for site in all_sites: + errors.extend(site.check(app_configs)) + return errors + + +def check_dependencies(**kwargs): + """ + Check that the admin's dependencies are correctly installed. + """ + from django.contrib.admin.sites import all_sites + + if not apps.is_installed("django.contrib.admin"): + return [] + errors = [] + app_dependencies = ( + ("django.contrib.contenttypes", 401), + ("django.contrib.auth", 405), + ("django.contrib.messages", 406), + ) + for app_name, error_code in app_dependencies: + if not apps.is_installed(app_name): + errors.append( + checks.Error( + "'%s' must be in INSTALLED_APPS in order to use the admin " + "application." % app_name, + id="admin.E%d" % error_code, + ) + ) + for engine in engines.all(): + if isinstance(engine, DjangoTemplates): + django_templates_instance = engine.engine + break + else: + django_templates_instance = None + if not django_templates_instance: + errors.append( + checks.Error( + "A 'django.template.backends.django.DjangoTemplates' instance " + "must be configured in TEMPLATES in order to use the admin " + "application.", + id="admin.E403", + ) + ) + else: + if ( + "django.contrib.auth.context_processors.auth" + not in django_templates_instance.context_processors + and _contains_subclass( + "django.contrib.auth.backends.ModelBackend", + settings.AUTHENTICATION_BACKENDS, + ) + ): + errors.append( + checks.Error( + "'django.contrib.auth.context_processors.auth' must be " + "enabled in DjangoTemplates (TEMPLATES) if using the default " + "auth backend in order to use the admin application.", + id="admin.E402", + ) + ) + if ( + "django.contrib.messages.context_processors.messages" + not in django_templates_instance.context_processors + ): + errors.append( + checks.Error( + "'django.contrib.messages.context_processors.messages' must " + "be enabled in DjangoTemplates (TEMPLATES) in order to use " + "the admin application.", + id="admin.E404", + ) + ) + sidebar_enabled = any(site.enable_nav_sidebar for site in all_sites) + if ( + sidebar_enabled + and "django.template.context_processors.request" + not in django_templates_instance.context_processors + ): + errors.append( + checks.Warning( + "'django.template.context_processors.request' must be enabled " + "in DjangoTemplates (TEMPLATES) in order to use the admin " + "navigation sidebar.", + id="admin.W411", + ) + ) + + if not _contains_subclass( + "django.contrib.auth.middleware.AuthenticationMiddleware", settings.MIDDLEWARE + ): + errors.append( + checks.Error( + "'django.contrib.auth.middleware.AuthenticationMiddleware' must " + "be in MIDDLEWARE in order to use the admin application.", + id="admin.E408", + ) + ) + if not _contains_subclass( + "django.contrib.messages.middleware.MessageMiddleware", settings.MIDDLEWARE + ): + errors.append( + checks.Error( + "'django.contrib.messages.middleware.MessageMiddleware' must " + "be in MIDDLEWARE in order to use the admin application.", + id="admin.E409", + ) + ) + if not _contains_subclass( + "django.contrib.sessions.middleware.SessionMiddleware", settings.MIDDLEWARE + ): + errors.append( + checks.Error( + "'django.contrib.sessions.middleware.SessionMiddleware' must " + "be in MIDDLEWARE in order to use the admin application.", + hint=( + "Insert " + "'django.contrib.sessions.middleware.SessionMiddleware' " + "before " + "'django.contrib.auth.middleware.AuthenticationMiddleware'." + ), + id="admin.E410", + ) + ) + return errors + + +class BaseModelAdminChecks: + def check(self, admin_obj, **kwargs): + return [ + *self._check_autocomplete_fields(admin_obj), + *self._check_raw_id_fields(admin_obj), + *self._check_fields(admin_obj), + *self._check_fieldsets(admin_obj), + *self._check_exclude(admin_obj), + *self._check_form(admin_obj), + *self._check_filter_vertical(admin_obj), + *self._check_filter_horizontal(admin_obj), + *self._check_radio_fields(admin_obj), + *self._check_prepopulated_fields(admin_obj), + *self._check_view_on_site_url(admin_obj), + *self._check_ordering(admin_obj), + *self._check_readonly_fields(admin_obj), + ] + + def _check_autocomplete_fields(self, obj): + """ + Check that `autocomplete_fields` is a list or tuple of model fields. + """ + if not isinstance(obj.autocomplete_fields, (list, tuple)): + return must_be( + "a list or tuple", + option="autocomplete_fields", + obj=obj, + id="admin.E036", + ) + else: + return list( + chain.from_iterable( + [ + self._check_autocomplete_fields_item( + obj, field_name, "autocomplete_fields[%d]" % index + ) + for index, field_name in enumerate(obj.autocomplete_fields) + ] + ) + ) + + def _check_autocomplete_fields_item(self, obj, field_name, label): + """ + Check that an item in `autocomplete_fields` is a ForeignKey or a + ManyToManyField and that the item has a related ModelAdmin with + search_fields defined. + """ + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E037" + ) + else: + if not field.many_to_many and not isinstance(field, models.ForeignKey): + return must_be( + "a foreign key or a many-to-many field", + option=label, + obj=obj, + id="admin.E038", + ) + try: + related_admin = obj.admin_site.get_model_admin(field.remote_field.model) + except NotRegistered: + return [ + checks.Error( + 'An admin for model "%s" has to be registered ' + "to be referenced by %s.autocomplete_fields." + % ( + field.remote_field.model.__name__, + type(obj).__name__, + ), + obj=obj.__class__, + id="admin.E039", + ) + ] + else: + if not related_admin.search_fields: + return [ + checks.Error( + '%s must define "search_fields", because it\'s ' + "referenced by %s.autocomplete_fields." + % ( + related_admin.__class__.__name__, + type(obj).__name__, + ), + obj=obj.__class__, + id="admin.E040", + ) + ] + return [] + + def _check_raw_id_fields(self, obj): + """Check that `raw_id_fields` only contains field names that are listed + on the model.""" + + if not isinstance(obj.raw_id_fields, (list, tuple)): + return must_be( + "a list or tuple", option="raw_id_fields", obj=obj, id="admin.E001" + ) + else: + return list( + chain.from_iterable( + self._check_raw_id_fields_item( + obj, field_name, "raw_id_fields[%d]" % index + ) + for index, field_name in enumerate(obj.raw_id_fields) + ) + ) + + def _check_raw_id_fields_item(self, obj, field_name, label): + """Check an item of `raw_id_fields`, i.e. check that field named + `field_name` exists in model `model` and is a ForeignKey or a + ManyToManyField.""" + + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E002" + ) + else: + # Using attname is not supported. + if field.name != field_name: + return refer_to_missing_field( + field=field_name, + option=label, + obj=obj, + id="admin.E002", + ) + if not field.many_to_many and not isinstance(field, models.ForeignKey): + return must_be( + "a foreign key or a many-to-many field", + option=label, + obj=obj, + id="admin.E003", + ) + else: + return [] + + def _check_fields(self, obj): + """Check that `fields` only refer to existing fields, doesn't contain + duplicates. Check if at most one of `fields` and `fieldsets` is defined. + """ + + if obj.fields is None: + return [] + elif not isinstance(obj.fields, (list, tuple)): + return must_be("a list or tuple", option="fields", obj=obj, id="admin.E004") + elif obj.fieldsets: + return [ + checks.Error( + "Both 'fieldsets' and 'fields' are specified.", + obj=obj.__class__, + id="admin.E005", + ) + ] + fields = flatten(obj.fields) + if len(fields) != len(set(fields)): + return [ + checks.Error( + "The value of 'fields' contains duplicate field(s).", + obj=obj.__class__, + id="admin.E006", + ) + ] + + return list( + chain.from_iterable( + self._check_field_spec(obj, field_name, "fields") + for field_name in obj.fields + ) + ) + + def _check_fieldsets(self, obj): + """Check that fieldsets is properly formatted and doesn't contain + duplicates.""" + + if obj.fieldsets is None: + return [] + elif not isinstance(obj.fieldsets, (list, tuple)): + return must_be( + "a list or tuple", option="fieldsets", obj=obj, id="admin.E007" + ) + else: + seen_fields = [] + return list( + chain.from_iterable( + self._check_fieldsets_item( + obj, fieldset, "fieldsets[%d]" % index, seen_fields + ) + for index, fieldset in enumerate(obj.fieldsets) + ) + ) + + def _check_fieldsets_item(self, obj, fieldset, label, seen_fields): + """Check an item of `fieldsets`, i.e. check that this is a pair of a + set name and a dictionary containing "fields" key.""" + + if not isinstance(fieldset, (list, tuple)): + return must_be("a list or tuple", option=label, obj=obj, id="admin.E008") + elif len(fieldset) != 2: + return must_be("of length 2", option=label, obj=obj, id="admin.E009") + elif not isinstance(fieldset[1], dict): + return must_be( + "a dictionary", option="%s[1]" % label, obj=obj, id="admin.E010" + ) + elif "fields" not in fieldset[1]: + return [ + checks.Error( + "The value of '%s[1]' must contain the key 'fields'." % label, + obj=obj.__class__, + id="admin.E011", + ) + ] + elif not isinstance(fieldset[1]["fields"], (list, tuple)): + return must_be( + "a list or tuple", + option="%s[1]['fields']" % label, + obj=obj, + id="admin.E008", + ) + + seen_fields.extend(flatten(fieldset[1]["fields"])) + if len(seen_fields) != len(set(seen_fields)): + return [ + checks.Error( + "There are duplicate field(s) in '%s[1]'." % label, + obj=obj.__class__, + id="admin.E012", + ) + ] + return list( + chain.from_iterable( + self._check_field_spec(obj, fieldset_fields, '%s[1]["fields"]' % label) + for fieldset_fields in fieldset[1]["fields"] + ) + ) + + def _check_field_spec(self, obj, fields, label): + """`fields` should be an item of `fields` or an item of + fieldset[1]['fields'] for any `fieldset` in `fieldsets`. It should be a + field name or a tuple of field names.""" + + if isinstance(fields, tuple): + return list( + chain.from_iterable( + self._check_field_spec_item( + obj, field_name, "%s[%d]" % (label, index) + ) + for index, field_name in enumerate(fields) + ) + ) + else: + return self._check_field_spec_item(obj, fields, label) + + def _check_field_spec_item(self, obj, field_name, label): + if field_name in obj.readonly_fields: + # Stuff can be put in fields that isn't actually a model field if + # it's in readonly_fields, readonly_fields will handle the + # validation of such things. + return [] + else: + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + # If we can't find a field on the model that matches, it could + # be an extra field on the form. + return [] + else: + if ( + isinstance(field, models.ManyToManyField) + and not field.remote_field.through._meta.auto_created + ): + return [ + checks.Error( + "The value of '%s' cannot include the ManyToManyField " + "'%s', because that field manually specifies a " + "relationship model." % (label, field_name), + obj=obj.__class__, + id="admin.E013", + ) + ] + else: + return [] + + def _check_exclude(self, obj): + """Check that exclude is a sequence without duplicates.""" + + if obj.exclude is None: # default value is None + return [] + elif not isinstance(obj.exclude, (list, tuple)): + return must_be( + "a list or tuple", option="exclude", obj=obj, id="admin.E014" + ) + elif len(obj.exclude) > len(set(obj.exclude)): + return [ + checks.Error( + "The value of 'exclude' contains duplicate field(s).", + obj=obj.__class__, + id="admin.E015", + ) + ] + else: + return [] + + def _check_form(self, obj): + """Check that form subclasses BaseModelForm.""" + if not _issubclass(obj.form, BaseModelForm): + return must_inherit_from( + parent="BaseModelForm", option="form", obj=obj, id="admin.E016" + ) + else: + return [] + + def _check_filter_vertical(self, obj): + """Check that filter_vertical is a sequence of field names.""" + if not isinstance(obj.filter_vertical, (list, tuple)): + return must_be( + "a list or tuple", option="filter_vertical", obj=obj, id="admin.E017" + ) + else: + return list( + chain.from_iterable( + self._check_filter_item( + obj, field_name, "filter_vertical[%d]" % index + ) + for index, field_name in enumerate(obj.filter_vertical) + ) + ) + + def _check_filter_horizontal(self, obj): + """Check that filter_horizontal is a sequence of field names.""" + if not isinstance(obj.filter_horizontal, (list, tuple)): + return must_be( + "a list or tuple", option="filter_horizontal", obj=obj, id="admin.E018" + ) + else: + return list( + chain.from_iterable( + self._check_filter_item( + obj, field_name, "filter_horizontal[%d]" % index + ) + for index, field_name in enumerate(obj.filter_horizontal) + ) + ) + + def _check_filter_item(self, obj, field_name, label): + """Check one item of `filter_vertical` or `filter_horizontal`, i.e. + check that given field exists and is a ManyToManyField.""" + + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E019" + ) + else: + if not field.many_to_many or isinstance(field, models.ManyToManyRel): + return must_be( + "a many-to-many field", option=label, obj=obj, id="admin.E020" + ) + elif not field.remote_field.through._meta.auto_created: + return [ + checks.Error( + f"The value of '{label}' cannot include the ManyToManyField " + f"'{field_name}', because that field manually specifies a " + f"relationship model.", + obj=obj.__class__, + id="admin.E013", + ) + ] + else: + return [] + + def _check_radio_fields(self, obj): + """Check that `radio_fields` is a dictionary.""" + if not isinstance(obj.radio_fields, dict): + return must_be( + "a dictionary", option="radio_fields", obj=obj, id="admin.E021" + ) + else: + return list( + chain.from_iterable( + self._check_radio_fields_key(obj, field_name, "radio_fields") + + self._check_radio_fields_value( + obj, val, 'radio_fields["%s"]' % field_name + ) + for field_name, val in obj.radio_fields.items() + ) + ) + + def _check_radio_fields_key(self, obj, field_name, label): + """Check that a key of `radio_fields` dictionary is name of existing + field and that the field is a ForeignKey or has `choices` defined.""" + + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E022" + ) + else: + if not (isinstance(field, models.ForeignKey) or field.choices): + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not an " + "instance of ForeignKey, and does not have a 'choices' " + "definition." % (label, field_name), + obj=obj.__class__, + id="admin.E023", + ) + ] + else: + return [] + + def _check_radio_fields_value(self, obj, val, label): + """Check type of a value of `radio_fields` dictionary.""" + + from django.contrib.admin.options import HORIZONTAL, VERTICAL + + if val not in (HORIZONTAL, VERTICAL): + return [ + checks.Error( + "The value of '%s' must be either admin.HORIZONTAL or " + "admin.VERTICAL." % label, + obj=obj.__class__, + id="admin.E024", + ) + ] + else: + return [] + + def _check_view_on_site_url(self, obj): + if not callable(obj.view_on_site) and not isinstance(obj.view_on_site, bool): + return [ + checks.Error( + "The value of 'view_on_site' must be a callable or a boolean " + "value.", + obj=obj.__class__, + id="admin.E025", + ) + ] + else: + return [] + + def _check_prepopulated_fields(self, obj): + """Check that `prepopulated_fields` is a dictionary containing allowed + field types.""" + if not isinstance(obj.prepopulated_fields, dict): + return must_be( + "a dictionary", option="prepopulated_fields", obj=obj, id="admin.E026" + ) + else: + return list( + chain.from_iterable( + self._check_prepopulated_fields_key( + obj, field_name, "prepopulated_fields" + ) + + self._check_prepopulated_fields_value( + obj, val, 'prepopulated_fields["%s"]' % field_name + ) + for field_name, val in obj.prepopulated_fields.items() + ) + ) + + def _check_prepopulated_fields_key(self, obj, field_name, label): + """Check a key of `prepopulated_fields` dictionary, i.e. check that it + is a name of existing field and the field is one of the allowed types. + """ + + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E027" + ) + else: + if isinstance( + field, (models.DateTimeField, models.ForeignKey, models.ManyToManyField) + ): + return [ + checks.Error( + "The value of '%s' refers to '%s', which must not be a " + "DateTimeField, a ForeignKey, a OneToOneField, or a " + "ManyToManyField." % (label, field_name), + obj=obj.__class__, + id="admin.E028", + ) + ] + else: + return [] + + def _check_prepopulated_fields_value(self, obj, val, label): + """Check a value of `prepopulated_fields` dictionary, i.e. it's an + iterable of existing fields.""" + + if not isinstance(val, (list, tuple)): + return must_be("a list or tuple", option=label, obj=obj, id="admin.E029") + else: + return list( + chain.from_iterable( + self._check_prepopulated_fields_value_item( + obj, subfield_name, "%s[%r]" % (label, index) + ) + for index, subfield_name in enumerate(val) + ) + ) + + def _check_prepopulated_fields_value_item(self, obj, field_name, label): + """For `prepopulated_fields` equal to {"slug": ("title",)}, + `field_name` is "title".""" + + try: + obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E030" + ) + else: + return [] + + def _check_ordering(self, obj): + """Check that ordering refers to existing fields or is random.""" + + # ordering = None + if obj.ordering is None: # The default value is None + return [] + elif not isinstance(obj.ordering, (list, tuple)): + return must_be( + "a list or tuple", option="ordering", obj=obj, id="admin.E031" + ) + else: + return list( + chain.from_iterable( + self._check_ordering_item(obj, field_name, "ordering[%d]" % index) + for index, field_name in enumerate(obj.ordering) + ) + ) + + def _check_ordering_item(self, obj, field_name, label): + """Check that `ordering` refers to existing fields.""" + if isinstance(field_name, (Combinable, models.OrderBy)): + if not isinstance(field_name, models.OrderBy): + field_name = field_name.asc() + if isinstance(field_name.expression, models.F): + field_name = field_name.expression.name + else: + return [] + if field_name == "?" and len(obj.ordering) != 1: + return [ + checks.Error( + "The value of 'ordering' has the random ordering marker '?', " + "but contains other fields as well.", + hint='Either remove the "?", or remove the other fields.', + obj=obj.__class__, + id="admin.E032", + ) + ] + elif field_name == "?": + return [] + elif LOOKUP_SEP in field_name: + # Skip ordering in the format field1__field2 (FIXME: checking + # this format would be nice, but it's a little fiddly). + return [] + else: + field_name = field_name.removeprefix("-") + if field_name == "pk": + return [] + try: + obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E033" + ) + else: + return [] + + def _check_readonly_fields(self, obj): + """Check that readonly_fields refers to proper attribute or field.""" + + if obj.readonly_fields == (): + return [] + elif not isinstance(obj.readonly_fields, (list, tuple)): + return must_be( + "a list or tuple", option="readonly_fields", obj=obj, id="admin.E034" + ) + else: + return list( + chain.from_iterable( + self._check_readonly_fields_item( + obj, field_name, "readonly_fields[%d]" % index + ) + for index, field_name in enumerate(obj.readonly_fields) + ) + ) + + def _check_readonly_fields_item(self, obj, field_name, label): + if callable(field_name): + return [] + elif hasattr(obj, field_name): + return [] + elif hasattr(obj.model, field_name): + return [] + else: + try: + obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not a callable, " + "an attribute of '%s', or an attribute of '%s'." + % ( + label, + field_name, + obj.__class__.__name__, + obj.model._meta.label, + ), + obj=obj.__class__, + id="admin.E035", + ) + ] + else: + return [] + + +class ModelAdminChecks(BaseModelAdminChecks): + def check(self, admin_obj, **kwargs): + return [ + *super().check(admin_obj), + *self._check_save_as(admin_obj), + *self._check_save_on_top(admin_obj), + *self._check_inlines(admin_obj), + *self._check_list_display(admin_obj), + *self._check_list_display_links(admin_obj), + *self._check_list_filter(admin_obj), + *self._check_list_select_related(admin_obj), + *self._check_list_per_page(admin_obj), + *self._check_list_max_show_all(admin_obj), + *self._check_list_editable(admin_obj), + *self._check_search_fields(admin_obj), + *self._check_date_hierarchy(admin_obj), + *self._check_actions(admin_obj), + ] + + def _check_save_as(self, obj): + """Check save_as is a boolean.""" + + if not isinstance(obj.save_as, bool): + return must_be("a boolean", option="save_as", obj=obj, id="admin.E101") + else: + return [] + + def _check_save_on_top(self, obj): + """Check save_on_top is a boolean.""" + + if not isinstance(obj.save_on_top, bool): + return must_be("a boolean", option="save_on_top", obj=obj, id="admin.E102") + else: + return [] + + def _check_inlines(self, obj): + """Check all inline model admin classes.""" + + if not isinstance(obj.inlines, (list, tuple)): + return must_be( + "a list or tuple", option="inlines", obj=obj, id="admin.E103" + ) + else: + return list( + chain.from_iterable( + self._check_inlines_item(obj, item, "inlines[%d]" % index) + for index, item in enumerate(obj.inlines) + ) + ) + + def _check_inlines_item(self, obj, inline, label): + """Check one inline model admin.""" + try: + inline_label = inline.__module__ + "." + inline.__name__ + except AttributeError: + return [ + checks.Error( + "'%s' must inherit from 'InlineModelAdmin'." % obj, + obj=obj.__class__, + id="admin.E104", + ) + ] + + from django.contrib.admin.options import InlineModelAdmin + + if not _issubclass(inline, InlineModelAdmin): + return [ + checks.Error( + "'%s' must inherit from 'InlineModelAdmin'." % inline_label, + obj=obj.__class__, + id="admin.E104", + ) + ] + elif not inline.model: + return [ + checks.Error( + "'%s' must have a 'model' attribute." % inline_label, + obj=obj.__class__, + id="admin.E105", + ) + ] + elif not _issubclass(inline.model, models.Model): + return must_be( + "a Model", option="%s.model" % inline_label, obj=obj, id="admin.E106" + ) + else: + return inline(obj.model, obj.admin_site).check() + + def _check_list_display(self, obj): + """Check that list_display only contains fields or usable attributes.""" + + if not isinstance(obj.list_display, (list, tuple)): + return must_be( + "a list or tuple", option="list_display", obj=obj, id="admin.E107" + ) + else: + return list( + chain.from_iterable( + self._check_list_display_item(obj, item, "list_display[%d]" % index) + for index, item in enumerate(obj.list_display) + ) + ) + + def _check_list_display_item(self, obj, item, label): + if callable(item): + return [] + elif hasattr(obj, item): + return [] + try: + field = obj.model._meta.get_field(item) + except FieldDoesNotExist: + try: + field = getattr(obj.model, item) + except AttributeError: + try: + field = get_fields_from_path(obj.model, item)[-1] + except (FieldDoesNotExist, NotRelationField): + return [ + checks.Error( + f"The value of '{label}' refers to '{item}', which is not " + f"a callable or attribute of '{obj.__class__.__name__}', " + "or an attribute, method, or field on " + f"'{obj.model._meta.label}'.", + obj=obj.__class__, + id="admin.E108", + ) + ] + if ( + getattr(field, "is_relation", False) + and (field.many_to_many or field.one_to_many) + ) or (getattr(field, "rel", None) and field.rel.field.many_to_one): + return [ + checks.Error( + f"The value of '{label}' must not be a many-to-many field or a " + f"reverse foreign key.", + obj=obj.__class__, + id="admin.E109", + ) + ] + return [] + + def _check_list_display_links(self, obj): + """Check that list_display_links is a unique subset of list_display.""" + from django.contrib.admin.options import ModelAdmin + + if obj.list_display_links is None: + return [] + elif not isinstance(obj.list_display_links, (list, tuple)): + return must_be( + "a list, a tuple, or None", + option="list_display_links", + obj=obj, + id="admin.E110", + ) + # Check only if ModelAdmin.get_list_display() isn't overridden. + elif obj.get_list_display.__func__ is ModelAdmin.get_list_display: + return list( + chain.from_iterable( + self._check_list_display_links_item( + obj, field_name, "list_display_links[%d]" % index + ) + for index, field_name in enumerate(obj.list_display_links) + ) + ) + return [] + + def _check_list_display_links_item(self, obj, field_name, label): + if field_name not in obj.list_display: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not defined in " + "'list_display'." % (label, field_name), + obj=obj.__class__, + id="admin.E111", + ) + ] + else: + return [] + + def _check_list_filter(self, obj): + if not isinstance(obj.list_filter, (list, tuple)): + return must_be( + "a list or tuple", option="list_filter", obj=obj, id="admin.E112" + ) + else: + return list( + chain.from_iterable( + self._check_list_filter_item(obj, item, "list_filter[%d]" % index) + for index, item in enumerate(obj.list_filter) + ) + ) + + def _check_list_filter_item(self, obj, item, label): + """ + Check one item of `list_filter`, i.e. check if it is one of three options: + 1. 'field' -- a basic field filter, possibly w/ relationships (e.g. + 'field__rel') + 2. ('field', SomeFieldListFilter) - a field-based list filter class + 3. SomeListFilter - a non-field list filter class + """ + from django.contrib.admin import FieldListFilter, ListFilter + + if callable(item) and not isinstance(item, models.Field): + # If item is option 3, it should be a ListFilter... + if not _issubclass(item, ListFilter): + return must_inherit_from( + parent="ListFilter", option=label, obj=obj, id="admin.E113" + ) + # ... but not a FieldListFilter. + elif issubclass(item, FieldListFilter): + return [ + checks.Error( + "The value of '%s' must not inherit from 'FieldListFilter'." + % label, + obj=obj.__class__, + id="admin.E114", + ) + ] + else: + return [] + elif isinstance(item, (tuple, list)): + # item is option #2 + field, list_filter_class = item + if not _issubclass(list_filter_class, FieldListFilter): + return must_inherit_from( + parent="FieldListFilter", + option="%s[1]" % label, + obj=obj, + id="admin.E115", + ) + else: + return [] + else: + # item is option #1 + field = item + + # Validate the field string + try: + get_fields_from_path(obj.model, field) + except (NotRelationField, FieldDoesNotExist): + return [ + checks.Error( + "The value of '%s' refers to '%s', which does not refer to a " + "Field." % (label, field), + obj=obj.__class__, + id="admin.E116", + ) + ] + else: + return [] + + def _check_list_select_related(self, obj): + """Check that list_select_related is a boolean, a list or a tuple.""" + + if not isinstance(obj.list_select_related, (bool, list, tuple)): + return must_be( + "a boolean, tuple or list", + option="list_select_related", + obj=obj, + id="admin.E117", + ) + else: + return [] + + def _check_list_per_page(self, obj): + """Check that list_per_page is an integer.""" + + if not isinstance(obj.list_per_page, int): + return must_be( + "an integer", option="list_per_page", obj=obj, id="admin.E118" + ) + else: + return [] + + def _check_list_max_show_all(self, obj): + """Check that list_max_show_all is an integer.""" + + if not isinstance(obj.list_max_show_all, int): + return must_be( + "an integer", option="list_max_show_all", obj=obj, id="admin.E119" + ) + else: + return [] + + def _check_list_editable(self, obj): + """Check that list_editable is a sequence of editable fields from + list_display without first element.""" + + if not isinstance(obj.list_editable, (list, tuple)): + return must_be( + "a list or tuple", option="list_editable", obj=obj, id="admin.E120" + ) + else: + return list( + chain.from_iterable( + self._check_list_editable_item( + obj, item, "list_editable[%d]" % index + ) + for index, item in enumerate(obj.list_editable) + ) + ) + + def _check_list_editable_item(self, obj, field_name, label): + try: + field = obj.model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field( + field=field_name, option=label, obj=obj, id="admin.E121" + ) + else: + if field_name not in obj.list_display: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not " + "contained in 'list_display'." % (label, field_name), + obj=obj.__class__, + id="admin.E122", + ) + ] + elif obj.list_display_links and field_name in obj.list_display_links: + return [ + checks.Error( + "The value of '%s' cannot be in both 'list_editable' and " + "'list_display_links'." % field_name, + obj=obj.__class__, + id="admin.E123", + ) + ] + # If list_display[0] is in list_editable, check that + # list_display_links is set. See #22792 and #26229 for use cases. + elif ( + obj.list_display[0] == field_name + and not obj.list_display_links + and obj.list_display_links is not None + ): + return [ + checks.Error( + "The value of '%s' refers to the first field in 'list_display' " + "('%s'), which cannot be used unless 'list_display_links' is " + "set." % (label, obj.list_display[0]), + obj=obj.__class__, + id="admin.E124", + ) + ] + elif not field.editable or field.primary_key: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not editable " + "through the admin." % (label, field_name), + obj=obj.__class__, + id="admin.E125", + ) + ] + else: + return [] + + def _check_search_fields(self, obj): + """Check search_fields is a sequence.""" + + if not isinstance(obj.search_fields, (list, tuple)): + return must_be( + "a list or tuple", option="search_fields", obj=obj, id="admin.E126" + ) + else: + return [] + + def _check_date_hierarchy(self, obj): + """Check that date_hierarchy refers to DateField or DateTimeField.""" + + if obj.date_hierarchy is None: + return [] + else: + try: + field = get_fields_from_path(obj.model, obj.date_hierarchy)[-1] + except (NotRelationField, FieldDoesNotExist): + return [ + checks.Error( + "The value of 'date_hierarchy' refers to '%s', which " + "does not refer to a Field." % obj.date_hierarchy, + obj=obj.__class__, + id="admin.E127", + ) + ] + else: + if field.get_internal_type() not in {"DateField", "DateTimeField"}: + return must_be( + "a DateField or DateTimeField", + option="date_hierarchy", + obj=obj, + id="admin.E128", + ) + else: + return [] + + def _check_actions(self, obj): + errors = [] + actions = obj._get_base_actions() + + # Actions with an allowed_permission attribute require the ModelAdmin + # to implement a has__permission() method for each permission. + for func, name, _ in actions: + if not hasattr(func, "allowed_permissions"): + continue + for permission in func.allowed_permissions: + method_name = "has_%s_permission" % permission + if not hasattr(obj, method_name): + errors.append( + checks.Error( + "%s must define a %s() method for the %s action." + % ( + obj.__class__.__name__, + method_name, + func.__name__, + ), + obj=obj.__class__, + id="admin.E129", + ) + ) + # Names need to be unique. + names = collections.Counter(name for _, name, _ in actions) + for name, count in names.items(): + if count > 1: + errors.append( + checks.Error( + "__name__ attributes of actions defined in %s must be " + "unique. Name %r is not unique." + % ( + obj.__class__.__name__, + name, + ), + obj=obj.__class__, + id="admin.E130", + ) + ) + return errors + + +class InlineModelAdminChecks(BaseModelAdminChecks): + def check(self, inline_obj, **kwargs): + parent_model = inline_obj.parent_model + return [ + *super().check(inline_obj), + *self._check_relation(inline_obj, parent_model), + *self._check_exclude_of_parent_model(inline_obj, parent_model), + *self._check_extra(inline_obj), + *self._check_max_num(inline_obj), + *self._check_min_num(inline_obj), + *self._check_formset(inline_obj), + ] + + def _check_exclude_of_parent_model(self, obj, parent_model): + # Do not perform more specific checks if the base checks result in an + # error. + errors = super()._check_exclude(obj) + if errors: + return [] + + # Skip if `fk_name` is invalid. + if self._check_relation(obj, parent_model): + return [] + + if obj.exclude is None: + return [] + + fk = _get_foreign_key(parent_model, obj.model, fk_name=obj.fk_name) + if fk.name in obj.exclude: + return [ + checks.Error( + "Cannot exclude the field '%s', because it is the foreign key " + "to the parent model '%s'." + % ( + fk.name, + parent_model._meta.label, + ), + obj=obj.__class__, + id="admin.E201", + ) + ] + else: + return [] + + def _check_relation(self, obj, parent_model): + try: + _get_foreign_key(parent_model, obj.model, fk_name=obj.fk_name) + except ValueError as e: + return [checks.Error(e.args[0], obj=obj.__class__, id="admin.E202")] + else: + return [] + + def _check_extra(self, obj): + """Check that extra is an integer.""" + + if not isinstance(obj.extra, int): + return must_be("an integer", option="extra", obj=obj, id="admin.E203") + else: + return [] + + def _check_max_num(self, obj): + """Check that max_num is an integer.""" + + if obj.max_num is None: + return [] + elif not isinstance(obj.max_num, int): + return must_be("an integer", option="max_num", obj=obj, id="admin.E204") + else: + return [] + + def _check_min_num(self, obj): + """Check that min_num is an integer.""" + + if obj.min_num is None: + return [] + elif not isinstance(obj.min_num, int): + return must_be("an integer", option="min_num", obj=obj, id="admin.E205") + else: + return [] + + def _check_formset(self, obj): + """Check formset is a subclass of BaseModelFormSet.""" + + if not _issubclass(obj.formset, BaseModelFormSet): + return must_inherit_from( + parent="BaseModelFormSet", option="formset", obj=obj, id="admin.E206" + ) + else: + return [] + + +def must_be(type, option, obj, id): + return [ + checks.Error( + "The value of '%s' must be %s." % (option, type), + obj=obj.__class__, + id=id, + ), + ] + + +def must_inherit_from(parent, option, obj, id): + return [ + checks.Error( + "The value of '%s' must inherit from '%s'." % (option, parent), + obj=obj.__class__, + id=id, + ), + ] + + +def refer_to_missing_field(field, option, obj, id): + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not a field of '%s'." + % (option, field, obj.model._meta.label), + obj=obj.__class__, + id=id, + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/decorators.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/decorators.py new file mode 100644 index 00000000000..d3ff56a59a0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/decorators.py @@ -0,0 +1,111 @@ +def action(function=None, *, permissions=None, description=None): + """ + Conveniently add attributes to an action function:: + + @admin.action( + permissions=['publish'], + description='Mark selected stories as published', + ) + def make_published(self, request, queryset): + queryset.update(status='p') + + This is equivalent to setting some attributes (with the original, longer + names) on the function directly:: + + def make_published(self, request, queryset): + queryset.update(status='p') + make_published.allowed_permissions = ['publish'] + make_published.short_description = 'Mark selected stories as published' + """ + + def decorator(func): + if permissions is not None: + func.allowed_permissions = permissions + if description is not None: + func.short_description = description + return func + + if function is None: + return decorator + else: + return decorator(function) + + +def display( + function=None, *, boolean=None, ordering=None, description=None, empty_value=None +): + """ + Conveniently add attributes to a display function:: + + @admin.display( + boolean=True, + ordering='-publish_date', + description='Is Published?', + ) + def is_published(self, obj): + return obj.publish_date is not None + + This is equivalent to setting some attributes (with the original, longer + names) on the function directly:: + + def is_published(self, obj): + return obj.publish_date is not None + is_published.boolean = True + is_published.admin_order_field = '-publish_date' + is_published.short_description = 'Is Published?' + """ + + def decorator(func): + if boolean is not None and empty_value is not None: + raise ValueError( + "The boolean and empty_value arguments to the @display " + "decorator are mutually exclusive." + ) + if boolean is not None: + func.boolean = boolean + if ordering is not None: + func.admin_order_field = ordering + if description is not None: + func.short_description = description + if empty_value is not None: + func.empty_value_display = empty_value + return func + + if function is None: + return decorator + else: + return decorator(function) + + +def register(*models, site=None): + """ + Register the given model(s) classes and wrapped ModelAdmin class with + admin site: + + @register(Author) + class AuthorAdmin(admin.ModelAdmin): + pass + + The `site` kwarg is an admin site to use instead of the default admin site. + """ + from django.contrib.admin import ModelAdmin + from django.contrib.admin.sites import AdminSite + from django.contrib.admin.sites import site as default_site + + def _model_admin_wrapper(admin_class): + if not models: + raise ValueError("At least one model must be passed to register.") + + admin_site = site or default_site + + if not isinstance(admin_site, AdminSite): + raise ValueError("site must subclass AdminSite") + + if not issubclass(admin_class, ModelAdmin): + raise ValueError("Wrapped class must subclass ModelAdmin.") + + admin_site.register(models, admin_class=admin_class) + + return admin_class + + return _model_admin_wrapper diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/exceptions.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/exceptions.py new file mode 100644 index 00000000000..6105eef4249 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/exceptions.py @@ -0,0 +1,25 @@ +from django.core.exceptions import SuspiciousOperation + + +class DisallowedModelAdminLookup(SuspiciousOperation): + """Invalid filter was passed to admin view via URL querystring""" + + pass + + +class DisallowedModelAdminToField(SuspiciousOperation): + """Invalid to_field was passed to admin view via URL query string""" + + pass + + +class AlreadyRegistered(Exception): + """The model is already registered.""" + + pass + + +class NotRegistered(Exception): + """The model is not registered.""" + + pass diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/filters.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/filters.py new file mode 100644 index 00000000000..10a039af2a4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/filters.py @@ -0,0 +1,716 @@ +""" +This encapsulates the logic for displaying filters in the Django admin. +Filters are specified in models with the "list_filter" option. + +Each filter subclass knows how to display a filter for a field that passes a +certain test -- e.g. being a DateField or ForeignKey. +""" + +import datetime + +from django.contrib.admin.exceptions import NotRegistered +from django.contrib.admin.options import IncorrectLookupParameters +from django.contrib.admin.utils import ( + build_q_object_from_lookup_parameters, + get_last_value_from_parameters, + get_model_from_relation, + prepare_lookup_value, + reverse_field_path, +) +from django.core.exceptions import ImproperlyConfigured, ValidationError +from django.db import models +from django.utils import timezone +from django.utils.translation import gettext_lazy as _ + + +class ListFilter: + title = None # Human-readable title to appear in the right sidebar. + template = "admin/filter.html" + + def __init__(self, request, params, model, model_admin): + self.request = request + # This dictionary will eventually contain the request's query string + # parameters actually used by this filter. + self.used_parameters = {} + if self.title is None: + raise ImproperlyConfigured( + "The list filter '%s' does not specify a 'title'." + % self.__class__.__name__ + ) + + def has_output(self): + """ + Return True if some choices would be output for this filter. + """ + raise NotImplementedError( + "subclasses of ListFilter must provide a has_output() method" + ) + + def choices(self, changelist): + """ + Return choices ready to be output in the template. + + `changelist` is the ChangeList to be displayed. + """ + raise NotImplementedError( + "subclasses of ListFilter must provide a choices() method" + ) + + def queryset(self, request, queryset): + """ + Return the filtered queryset. + """ + raise NotImplementedError( + "subclasses of ListFilter must provide a queryset() method" + ) + + def expected_parameters(self): + """ + Return the list of parameter names that are expected from the + request's query string and that will be used by this filter. + """ + raise NotImplementedError( + "subclasses of ListFilter must provide an expected_parameters() method" + ) + + +class FacetsMixin: + def get_facet_counts(self, pk_attname, filtered_qs): + raise NotImplementedError( + "subclasses of FacetsMixin must provide a get_facet_counts() method." + ) + + def get_facet_queryset(self, changelist): + filtered_qs = changelist.get_queryset( + self.request, exclude_parameters=self.expected_parameters() + ) + return filtered_qs.aggregate( + **self.get_facet_counts(changelist.pk_attname, filtered_qs) + ) + + +class SimpleListFilter(FacetsMixin, ListFilter): + # The parameter that should be used in the query string for that filter. + parameter_name = None + + def __init__(self, request, params, model, model_admin): + super().__init__(request, params, model, model_admin) + if self.parameter_name is None: + raise ImproperlyConfigured( + "The list filter '%s' does not specify a 'parameter_name'." + % self.__class__.__name__ + ) + if self.parameter_name in params: + value = params.pop(self.parameter_name) + self.used_parameters[self.parameter_name] = value[-1] + lookup_choices = self.lookups(request, model_admin) + if lookup_choices is None: + lookup_choices = () + self.lookup_choices = list(lookup_choices) + + def has_output(self): + return len(self.lookup_choices) > 0 + + def value(self): + """ + Return the value (in string format) provided in the request's + query string for this filter, if any, or None if the value wasn't + provided. + """ + return self.used_parameters.get(self.parameter_name) + + def lookups(self, request, model_admin): + """ + Must be overridden to return a list of tuples (value, verbose value) + """ + raise NotImplementedError( + "The SimpleListFilter.lookups() method must be overridden to " + "return a list of tuples (value, verbose value)." + ) + + def expected_parameters(self): + return [self.parameter_name] + + def get_facet_counts(self, pk_attname, filtered_qs): + original_value = self.used_parameters.get(self.parameter_name) + counts = {} + for i, choice in enumerate(self.lookup_choices): + self.used_parameters[self.parameter_name] = choice[0] + lookup_qs = self.queryset(self.request, filtered_qs) + if lookup_qs is not None: + counts[f"{i}__c"] = models.Count( + pk_attname, + filter=models.Q(pk__in=lookup_qs), + ) + self.used_parameters[self.parameter_name] = original_value + return counts + + def choices(self, changelist): + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + yield { + "selected": self.value() is None, + "query_string": changelist.get_query_string(remove=[self.parameter_name]), + "display": _("All"), + } + for i, (lookup, title) in enumerate(self.lookup_choices): + if add_facets: + if (count := facet_counts.get(f"{i}__c", -1)) != -1: + title = f"{title} ({count})" + else: + title = f"{title} (-)" + yield { + "selected": self.value() == str(lookup), + "query_string": changelist.get_query_string( + {self.parameter_name: lookup} + ), + "display": title, + } + + +class FieldListFilter(FacetsMixin, ListFilter): + _field_list_filters = [] + _take_priority_index = 0 + list_separator = "," + + def __init__(self, field, request, params, model, model_admin, field_path): + self.field = field + self.field_path = field_path + self.title = getattr(field, "verbose_name", field_path) + super().__init__(request, params, model, model_admin) + for p in self.expected_parameters(): + if p in params: + value = params.pop(p) + self.used_parameters[p] = prepare_lookup_value( + p, value, self.list_separator + ) + + def has_output(self): + return True + + def queryset(self, request, queryset): + try: + q_object = build_q_object_from_lookup_parameters(self.used_parameters) + return queryset.filter(q_object) + except (ValueError, ValidationError) as e: + # Fields may raise a ValueError or ValidationError when converting + # the parameters to the correct type. + raise IncorrectLookupParameters(e) + + @classmethod + def register(cls, test, list_filter_class, take_priority=False): + if take_priority: + # This is to allow overriding the default filters for certain types + # of fields with some custom filters. The first found in the list + # is used in priority. + cls._field_list_filters.insert( + cls._take_priority_index, (test, list_filter_class) + ) + cls._take_priority_index += 1 + else: + cls._field_list_filters.append((test, list_filter_class)) + + @classmethod + def create(cls, field, request, params, model, model_admin, field_path): + for test, list_filter_class in cls._field_list_filters: + if test(field): + return list_filter_class( + field, request, params, model, model_admin, field_path=field_path + ) + + +class RelatedFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + other_model = get_model_from_relation(field) + self.lookup_kwarg = "%s__%s__exact" % (field_path, field.target_field.name) + self.lookup_kwarg_isnull = "%s__isnull" % field_path + self.lookup_val = params.get(self.lookup_kwarg) + self.lookup_val_isnull = get_last_value_from_parameters( + params, self.lookup_kwarg_isnull + ) + super().__init__(field, request, params, model, model_admin, field_path) + self.lookup_choices = self.field_choices(field, request, model_admin) + if hasattr(field, "verbose_name"): + self.lookup_title = field.verbose_name + else: + self.lookup_title = other_model._meta.verbose_name + self.title = self.lookup_title + self.empty_value_display = model_admin.get_empty_value_display() + + @property + def include_empty_choice(self): + """ + Return True if a "(None)" choice should be included, which filters + out everything except empty relationships. + """ + return self.field.null or (self.field.is_relation and self.field.many_to_many) + + def has_output(self): + if self.include_empty_choice: + extra = 1 + else: + extra = 0 + return len(self.lookup_choices) + extra > 1 + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg_isnull] + + def field_admin_ordering(self, field, request, model_admin): + """ + Return the model admin's ordering for related field, if provided. + """ + try: + related_admin = model_admin.admin_site.get_model_admin( + field.remote_field.model + ) + except NotRegistered: + return () + else: + return related_admin.get_ordering(request) + + def field_choices(self, field, request, model_admin): + ordering = self.field_admin_ordering(field, request, model_admin) + return field.get_choices(include_blank=False, ordering=ordering) + + def get_facet_counts(self, pk_attname, filtered_qs): + counts = { + f"{pk_val}__c": models.Count( + pk_attname, filter=models.Q(**{self.lookup_kwarg: pk_val}) + ) + for pk_val, _ in self.lookup_choices + } + if self.include_empty_choice: + counts["__c"] = models.Count( + pk_attname, filter=models.Q(**{self.lookup_kwarg_isnull: True}) + ) + return counts + + def choices(self, changelist): + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + yield { + "selected": self.lookup_val is None and not self.lookup_val_isnull, + "query_string": changelist.get_query_string( + remove=[self.lookup_kwarg, self.lookup_kwarg_isnull] + ), + "display": _("All"), + } + count = None + for pk_val, val in self.lookup_choices: + if add_facets: + count = facet_counts[f"{pk_val}__c"] + val = f"{val} ({count})" + yield { + "selected": self.lookup_val is not None + and str(pk_val) in self.lookup_val, + "query_string": changelist.get_query_string( + {self.lookup_kwarg: pk_val}, [self.lookup_kwarg_isnull] + ), + "display": val, + } + empty_title = self.empty_value_display + if self.include_empty_choice: + if add_facets: + count = facet_counts["__c"] + empty_title = f"{empty_title} ({count})" + yield { + "selected": bool(self.lookup_val_isnull), + "query_string": changelist.get_query_string( + {self.lookup_kwarg_isnull: "True"}, [self.lookup_kwarg] + ), + "display": empty_title, + } + + +FieldListFilter.register(lambda f: f.remote_field, RelatedFieldListFilter) + + +class BooleanFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.lookup_kwarg = "%s__exact" % field_path + self.lookup_kwarg2 = "%s__isnull" % field_path + self.lookup_val = get_last_value_from_parameters(params, self.lookup_kwarg) + self.lookup_val2 = get_last_value_from_parameters(params, self.lookup_kwarg2) + super().__init__(field, request, params, model, model_admin, field_path) + if ( + self.used_parameters + and self.lookup_kwarg in self.used_parameters + and self.used_parameters[self.lookup_kwarg] in ("1", "0") + ): + self.used_parameters[self.lookup_kwarg] = bool( + int(self.used_parameters[self.lookup_kwarg]) + ) + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg2] + + def get_facet_counts(self, pk_attname, filtered_qs): + return { + "true__c": models.Count( + pk_attname, filter=models.Q(**{self.field_path: True}) + ), + "false__c": models.Count( + pk_attname, filter=models.Q(**{self.field_path: False}) + ), + "null__c": models.Count( + pk_attname, filter=models.Q(**{self.lookup_kwarg2: True}) + ), + } + + def choices(self, changelist): + field_choices = dict(self.field.flatchoices) + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + for lookup, title, count_field in ( + (None, _("All"), None), + ("1", field_choices.get(True, _("Yes")), "true__c"), + ("0", field_choices.get(False, _("No")), "false__c"), + ): + if add_facets: + if count_field is not None: + count = facet_counts[count_field] + title = f"{title} ({count})" + yield { + "selected": self.lookup_val == lookup and not self.lookup_val2, + "query_string": changelist.get_query_string( + {self.lookup_kwarg: lookup}, [self.lookup_kwarg2] + ), + "display": title, + } + if self.field.null: + display = field_choices.get(None, _("Unknown")) + if add_facets: + count = facet_counts["null__c"] + display = f"{display} ({count})" + yield { + "selected": self.lookup_val2 == "True", + "query_string": changelist.get_query_string( + {self.lookup_kwarg2: "True"}, [self.lookup_kwarg] + ), + "display": display, + } + + +FieldListFilter.register( + lambda f: isinstance(f, models.BooleanField), BooleanFieldListFilter +) + + +class ChoicesFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.lookup_kwarg = "%s__exact" % field_path + self.lookup_kwarg_isnull = "%s__isnull" % field_path + self.lookup_val = params.get(self.lookup_kwarg) + self.lookup_val_isnull = get_last_value_from_parameters( + params, self.lookup_kwarg_isnull + ) + super().__init__(field, request, params, model, model_admin, field_path) + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg_isnull] + + def get_facet_counts(self, pk_attname, filtered_qs): + return { + f"{i}__c": models.Count( + pk_attname, + filter=models.Q( + (self.lookup_kwarg, value) + if value is not None + else (self.lookup_kwarg_isnull, True) + ), + ) + for i, (value, _) in enumerate(self.field.flatchoices) + } + + def choices(self, changelist): + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + yield { + "selected": self.lookup_val is None, + "query_string": changelist.get_query_string( + remove=[self.lookup_kwarg, self.lookup_kwarg_isnull] + ), + "display": _("All"), + } + none_title = "" + for i, (lookup, title) in enumerate(self.field.flatchoices): + if add_facets: + count = facet_counts[f"{i}__c"] + title = f"{title} ({count})" + if lookup is None: + none_title = title + continue + yield { + "selected": self.lookup_val is not None + and str(lookup) in self.lookup_val, + "query_string": changelist.get_query_string( + {self.lookup_kwarg: lookup}, [self.lookup_kwarg_isnull] + ), + "display": title, + } + if none_title: + yield { + "selected": bool(self.lookup_val_isnull), + "query_string": changelist.get_query_string( + {self.lookup_kwarg_isnull: "True"}, [self.lookup_kwarg] + ), + "display": none_title, + } + + +FieldListFilter.register(lambda f: bool(f.choices), ChoicesFieldListFilter) + + +class DateFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.field_generic = "%s__" % field_path + self.date_params = { + k: v[-1] for k, v in params.items() if k.startswith(self.field_generic) + } + + now = timezone.now() + # When time zone support is enabled, convert "now" to the user's time + # zone so Django's definition of "Today" matches what the user expects. + if timezone.is_aware(now): + now = timezone.localtime(now) + + if isinstance(field, models.DateTimeField): + today = now.replace(hour=0, minute=0, second=0, microsecond=0) + else: # field is a models.DateField + today = now.date() + tomorrow = today + datetime.timedelta(days=1) + if today.month == 12: + next_month = today.replace(year=today.year + 1, month=1, day=1) + else: + next_month = today.replace(month=today.month + 1, day=1) + next_year = today.replace(year=today.year + 1, month=1, day=1) + + self.lookup_kwarg_since = "%s__gte" % field_path + self.lookup_kwarg_until = "%s__lt" % field_path + self.links = ( + (_("Any date"), {}), + ( + _("Today"), + { + self.lookup_kwarg_since: today, + self.lookup_kwarg_until: tomorrow, + }, + ), + ( + _("Past 7 days"), + { + self.lookup_kwarg_since: today - datetime.timedelta(days=7), + self.lookup_kwarg_until: tomorrow, + }, + ), + ( + _("This month"), + { + self.lookup_kwarg_since: today.replace(day=1), + self.lookup_kwarg_until: next_month, + }, + ), + ( + _("This year"), + { + self.lookup_kwarg_since: today.replace(month=1, day=1), + self.lookup_kwarg_until: next_year, + }, + ), + ) + if field.null: + self.lookup_kwarg_isnull = "%s__isnull" % field_path + self.links += ( + (_("No date"), {self.field_generic + "isnull": True}), + (_("Has date"), {self.field_generic + "isnull": False}), + ) + super().__init__(field, request, params, model, model_admin, field_path) + + def expected_parameters(self): + params = [self.lookup_kwarg_since, self.lookup_kwarg_until] + if self.field.null: + params.append(self.lookup_kwarg_isnull) + return params + + def get_facet_counts(self, pk_attname, filtered_qs): + return { + f"{i}__c": models.Count(pk_attname, filter=models.Q(**param_dict)) + for i, (_, param_dict) in enumerate(self.links) + } + + def choices(self, changelist): + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + for i, (title, param_dict) in enumerate(self.links): + param_dict_str = {key: str(value) for key, value in param_dict.items()} + if add_facets: + count = facet_counts[f"{i}__c"] + title = f"{title} ({count})" + yield { + "selected": self.date_params == param_dict_str, + "query_string": changelist.get_query_string( + param_dict_str, [self.field_generic] + ), + "display": title, + } + + +FieldListFilter.register(lambda f: isinstance(f, models.DateField), DateFieldListFilter) + + +# This should be registered last, because it's a last resort. For example, +# if a field is eligible to use the BooleanFieldListFilter, that'd be much +# more appropriate, and the AllValuesFieldListFilter won't get used for it. +class AllValuesFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.lookup_kwarg = field_path + self.lookup_kwarg_isnull = "%s__isnull" % field_path + self.lookup_val = params.get(self.lookup_kwarg) + self.lookup_val_isnull = get_last_value_from_parameters( + params, self.lookup_kwarg_isnull + ) + self.empty_value_display = model_admin.get_empty_value_display() + parent_model, reverse_path = reverse_field_path(model, field_path) + # Obey parent ModelAdmin queryset when deciding which options to show + if model == parent_model: + queryset = model_admin.get_queryset(request) + else: + queryset = parent_model._default_manager.all() + self.lookup_choices = ( + queryset.distinct().order_by(field.name).values_list(field.name, flat=True) + ) + super().__init__(field, request, params, model, model_admin, field_path) + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg_isnull] + + def get_facet_counts(self, pk_attname, filtered_qs): + return { + f"{i}__c": models.Count( + pk_attname, + filter=models.Q( + (self.lookup_kwarg, value) + if value is not None + else (self.lookup_kwarg_isnull, True) + ), + ) + for i, value in enumerate(self.lookup_choices) + } + + def choices(self, changelist): + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + yield { + "selected": self.lookup_val is None and self.lookup_val_isnull is None, + "query_string": changelist.get_query_string( + remove=[self.lookup_kwarg, self.lookup_kwarg_isnull] + ), + "display": _("All"), + } + include_none = False + count = None + empty_title = self.empty_value_display + for i, val in enumerate(self.lookup_choices): + if add_facets: + count = facet_counts[f"{i}__c"] + if val is None: + include_none = True + empty_title = f"{empty_title} ({count})" if add_facets else empty_title + continue + val = str(val) + yield { + "selected": self.lookup_val is not None and val in self.lookup_val, + "query_string": changelist.get_query_string( + {self.lookup_kwarg: val}, [self.lookup_kwarg_isnull] + ), + "display": f"{val} ({count})" if add_facets else val, + } + if include_none: + yield { + "selected": bool(self.lookup_val_isnull), + "query_string": changelist.get_query_string( + {self.lookup_kwarg_isnull: "True"}, [self.lookup_kwarg] + ), + "display": empty_title, + } + + +FieldListFilter.register(lambda f: True, AllValuesFieldListFilter) + + +class RelatedOnlyFieldListFilter(RelatedFieldListFilter): + def field_choices(self, field, request, model_admin): + pk_qs = ( + model_admin.get_queryset(request) + .distinct() + .values_list("%s__pk" % self.field_path, flat=True) + ) + ordering = self.field_admin_ordering(field, request, model_admin) + return field.get_choices( + include_blank=False, limit_choices_to={"pk__in": pk_qs}, ordering=ordering + ) + + +class EmptyFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + if not field.empty_strings_allowed and not field.null: + raise ImproperlyConfigured( + "The list filter '%s' cannot be used with field '%s' which " + "doesn't allow empty strings and nulls." + % ( + self.__class__.__name__, + field.name, + ) + ) + self.lookup_kwarg = "%s__isempty" % field_path + self.lookup_val = get_last_value_from_parameters(params, self.lookup_kwarg) + super().__init__(field, request, params, model, model_admin, field_path) + + def get_lookup_condition(self): + lookup_conditions = [] + if self.field.empty_strings_allowed: + lookup_conditions.append((self.field_path, "")) + if self.field.null: + lookup_conditions.append((f"{self.field_path}__isnull", True)) + return models.Q.create(lookup_conditions, connector=models.Q.OR) + + def queryset(self, request, queryset): + if self.lookup_kwarg not in self.used_parameters: + return queryset + if self.lookup_val not in ("0", "1"): + raise IncorrectLookupParameters + + lookup_condition = self.get_lookup_condition() + if self.lookup_val == "1": + return queryset.filter(lookup_condition) + return queryset.exclude(lookup_condition) + + def expected_parameters(self): + return [self.lookup_kwarg] + + def get_facet_counts(self, pk_attname, filtered_qs): + lookup_condition = self.get_lookup_condition() + return { + "empty__c": models.Count(pk_attname, filter=lookup_condition), + "not_empty__c": models.Count(pk_attname, filter=~lookup_condition), + } + + def choices(self, changelist): + add_facets = changelist.add_facets + facet_counts = self.get_facet_queryset(changelist) if add_facets else None + for lookup, title, count_field in ( + (None, _("All"), None), + ("1", _("Empty"), "empty__c"), + ("0", _("Not empty"), "not_empty__c"), + ): + if add_facets: + if count_field is not None: + count = facet_counts[count_field] + title = f"{title} ({count})" + yield { + "selected": self.lookup_val == lookup, + "query_string": changelist.get_query_string( + {self.lookup_kwarg: lookup} + ), + "display": title, + } diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/forms.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/forms.py new file mode 100644 index 00000000000..bbb072bdb21 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/forms.py @@ -0,0 +1,31 @@ +from django.contrib.auth.forms import AuthenticationForm, PasswordChangeForm +from django.core.exceptions import ValidationError +from django.utils.translation import gettext_lazy as _ + + +class AdminAuthenticationForm(AuthenticationForm): + """ + A custom authentication form used in the admin app. + """ + + error_messages = { + **AuthenticationForm.error_messages, + "invalid_login": _( + "Please enter the correct %(username)s and password for a staff " + "account. Note that both fields may be case-sensitive." + ), + } + required_css_class = "required" + + def confirm_login_allowed(self, user): + super().confirm_login_allowed(user) + if not user.is_staff: + raise ValidationError( + self.error_messages["invalid_login"], + code="invalid_login", + params={"username": self.username_field.verbose_name}, + ) + + +class AdminPasswordChangeForm(PasswordChangeForm): + required_css_class = "required" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py new file mode 100644 index 00000000000..51450d1d9e0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py @@ -0,0 +1,568 @@ +import json + +from django import forms +from django.contrib.admin.utils import ( + display_for_field, + flatten_fieldsets, + help_text_for_field, + label_for_field, + lookup_field, + quote, +) +from django.core.exceptions import ObjectDoesNotExist +from django.db.models.fields.related import ( + ForeignObjectRel, + ManyToManyRel, + OneToOneField, +) +from django.forms.utils import flatatt +from django.template.defaultfilters import capfirst, linebreaksbr +from django.urls import NoReverseMatch, reverse +from django.utils.functional import cached_property +from django.utils.html import conditional_escape, format_html +from django.utils.safestring import mark_safe +from django.utils.translation import gettext +from django.utils.translation import gettext_lazy as _ + +ACTION_CHECKBOX_NAME = "_selected_action" + + +class ActionForm(forms.Form): + action = forms.ChoiceField(label=_("Action:")) + select_across = forms.BooleanField( + label="", + required=False, + initial=0, + widget=forms.HiddenInput({"class": "select-across"}), + ) + + +class AdminForm: + def __init__( + self, + form, + fieldsets, + prepopulated_fields, + readonly_fields=None, + model_admin=None, + ): + self.form, self.fieldsets = form, fieldsets + self.prepopulated_fields = [ + {"field": form[field_name], "dependencies": [form[f] for f in dependencies]} + for field_name, dependencies in prepopulated_fields.items() + ] + self.model_admin = model_admin + if readonly_fields is None: + readonly_fields = () + self.readonly_fields = readonly_fields + + def __repr__(self): + return ( + f"<{self.__class__.__qualname__}: " + f"form={self.form.__class__.__qualname__} " + f"fieldsets={self.fieldsets!r}>" + ) + + def __iter__(self): + for name, options in self.fieldsets: + yield Fieldset( + self.form, + name, + readonly_fields=self.readonly_fields, + model_admin=self.model_admin, + **options, + ) + + @property + def errors(self): + return self.form.errors + + @property + def non_field_errors(self): + return self.form.non_field_errors + + @property + def fields(self): + return self.form.fields + + @property + def is_bound(self): + return self.form.is_bound + + @property + def media(self): + media = self.form.media + for fs in self: + media += fs.media + return media + + +class Fieldset: + def __init__( + self, + form, + name=None, + readonly_fields=(), + fields=(), + classes=(), + description=None, + model_admin=None, + ): + self.form = form + self.name, self.fields = name, fields + self.classes = " ".join(classes) + self.description = description + self.model_admin = model_admin + self.readonly_fields = readonly_fields + + @property + def media(self): + return forms.Media() + + @cached_property + def is_collapsible(self): + if any(field in self.fields for field in self.form.errors): + return False + return "collapse" in self.classes + + def __iter__(self): + for field in self.fields: + yield Fieldline( + self.form, field, self.readonly_fields, model_admin=self.model_admin + ) + + +class Fieldline: + def __init__(self, form, field, readonly_fields=None, model_admin=None): + self.form = form # A django.forms.Form instance + if not hasattr(field, "__iter__") or isinstance(field, str): + self.fields = [field] + else: + self.fields = field + self.has_visible_field = not all( + field in self.form.fields and self.form.fields[field].widget.is_hidden + for field in self.fields + ) + self.model_admin = model_admin + if readonly_fields is None: + readonly_fields = () + self.readonly_fields = readonly_fields + + def __iter__(self): + for i, field in enumerate(self.fields): + if field in self.readonly_fields: + yield AdminReadonlyField( + self.form, field, is_first=(i == 0), model_admin=self.model_admin + ) + else: + yield AdminField(self.form, field, is_first=(i == 0)) + + def errors(self): + return mark_safe( + "\n".join( + self.form[f].errors.as_ul() + for f in self.fields + if f not in self.readonly_fields + ).strip("\n") + ) + + +class AdminField: + def __init__(self, form, field, is_first): + self.field = form[field] # A django.forms.BoundField instance + self.is_first = is_first # Whether this field is first on the line + self.is_checkbox = isinstance(self.field.field.widget, forms.CheckboxInput) + self.is_readonly = False + + def label_tag(self): + classes = [] + contents = conditional_escape(self.field.label) + if self.is_checkbox: + classes.append("vCheckboxLabel") + + if self.field.field.required: + classes.append("required") + if not self.is_first: + classes.append("inline") + attrs = {"class": " ".join(classes)} if classes else {} + # checkboxes should not have a label suffix as the checkbox appears + # to the left of the label. + return self.field.label_tag( + contents=mark_safe(contents), + attrs=attrs, + label_suffix="" if self.is_checkbox else None, + ) + + def errors(self): + return mark_safe(self.field.errors.as_ul()) + + +class AdminReadonlyField: + def __init__(self, form, field, is_first, model_admin=None): + # Make self.field look a little bit like a field. This means that + # {{ field.name }} must be a useful class name to identify the field. + # For convenience, store other field-related data here too. + if callable(field): + class_name = field.__name__ if field.__name__ != "" else "" + else: + class_name = field + + if form._meta.labels and class_name in form._meta.labels: + label = form._meta.labels[class_name] + else: + label = label_for_field(field, form._meta.model, model_admin, form=form) + + if form._meta.help_texts and class_name in form._meta.help_texts: + help_text = form._meta.help_texts[class_name] + else: + help_text = help_text_for_field(class_name, form._meta.model) + + if field in form.fields: + is_hidden = form.fields[field].widget.is_hidden + else: + is_hidden = False + + self.field = { + "name": class_name, + "label": label, + "help_text": help_text, + "field": field, + "is_hidden": is_hidden, + } + self.form = form + self.model_admin = model_admin + self.is_first = is_first + self.is_checkbox = False + self.is_readonly = True + self.empty_value_display = model_admin.get_empty_value_display() + + def label_tag(self): + attrs = {} + if not self.is_first: + attrs["class"] = "inline" + label = self.field["label"] + return format_html( + "{}{}", + flatatt(attrs), + capfirst(label), + self.form.label_suffix, + ) + + def get_admin_url(self, remote_field, remote_obj): + url_name = "admin:%s_%s_change" % ( + remote_field.model._meta.app_label, + remote_field.model._meta.model_name, + ) + try: + url = reverse( + url_name, + args=[quote(remote_obj.pk)], + current_app=self.model_admin.admin_site.name, + ) + return format_html('{}', url, remote_obj) + except NoReverseMatch: + return str(remote_obj) + + def contents(self): + from django.contrib.admin.templatetags.admin_list import _boolean_icon + + field, obj, model_admin = ( + self.field["field"], + self.form.instance, + self.model_admin, + ) + try: + f, attr, value = lookup_field(field, obj, model_admin) + except (AttributeError, ValueError, ObjectDoesNotExist): + result_repr = self.empty_value_display + else: + if field in self.form.fields: + widget = self.form[field].field.widget + # This isn't elegant but suffices for contrib.auth's + # ReadOnlyPasswordHashWidget. + if getattr(widget, "read_only", False): + return widget.render(field, value) + if f is None: + if getattr(attr, "boolean", False): + result_repr = _boolean_icon(value) + else: + if hasattr(value, "__html__"): + result_repr = value + else: + result_repr = linebreaksbr(value) + else: + if isinstance(f.remote_field, ManyToManyRel) and value is not None: + result_repr = ", ".join(map(str, value.all())) + elif ( + isinstance(f.remote_field, (ForeignObjectRel, OneToOneField)) + and value is not None + ): + result_repr = self.get_admin_url(f.remote_field, value) + else: + result_repr = display_for_field(value, f, self.empty_value_display) + result_repr = linebreaksbr(result_repr) + return conditional_escape(result_repr) + + +class InlineAdminFormSet: + """ + A wrapper around an inline formset for use in the admin system. + """ + + def __init__( + self, + inline, + formset, + fieldsets, + prepopulated_fields=None, + readonly_fields=None, + model_admin=None, + has_add_permission=True, + has_change_permission=True, + has_delete_permission=True, + has_view_permission=True, + ): + self.opts = inline + self.formset = formset + self.fieldsets = fieldsets + self.model_admin = model_admin + if readonly_fields is None: + readonly_fields = () + self.readonly_fields = readonly_fields + if prepopulated_fields is None: + prepopulated_fields = {} + self.prepopulated_fields = prepopulated_fields + self.classes = " ".join(inline.classes) if inline.classes else "" + self.has_add_permission = has_add_permission + self.has_change_permission = has_change_permission + self.has_delete_permission = has_delete_permission + self.has_view_permission = has_view_permission + + def __iter__(self): + if self.has_change_permission: + readonly_fields_for_editing = self.readonly_fields + else: + readonly_fields_for_editing = self.readonly_fields + flatten_fieldsets( + self.fieldsets + ) + + for form, original in zip( + self.formset.initial_forms, self.formset.get_queryset() + ): + view_on_site_url = self.opts.get_view_on_site_url(original) + yield InlineAdminForm( + self.formset, + form, + self.fieldsets, + self.prepopulated_fields, + original, + readonly_fields_for_editing, + model_admin=self.opts, + view_on_site_url=view_on_site_url, + ) + for form in self.formset.extra_forms: + yield InlineAdminForm( + self.formset, + form, + self.fieldsets, + self.prepopulated_fields, + None, + self.readonly_fields, + model_admin=self.opts, + ) + if self.has_add_permission: + yield InlineAdminForm( + self.formset, + self.formset.empty_form, + self.fieldsets, + self.prepopulated_fields, + None, + self.readonly_fields, + model_admin=self.opts, + ) + + def fields(self): + fk = getattr(self.formset, "fk", None) + empty_form = self.formset.empty_form + meta_labels = empty_form._meta.labels or {} + meta_help_texts = empty_form._meta.help_texts or {} + for i, field_name in enumerate(flatten_fieldsets(self.fieldsets)): + if fk and fk.name == field_name: + continue + if not self.has_change_permission or field_name in self.readonly_fields: + form_field = empty_form.fields.get(field_name) + widget_is_hidden = False + if form_field is not None: + widget_is_hidden = form_field.widget.is_hidden + yield { + "name": field_name, + "label": meta_labels.get(field_name) + or label_for_field( + field_name, + self.opts.model, + self.opts, + form=empty_form, + ), + "widget": {"is_hidden": widget_is_hidden}, + "required": False, + "help_text": meta_help_texts.get(field_name) + or help_text_for_field(field_name, self.opts.model), + } + else: + form_field = empty_form.fields[field_name] + label = form_field.label + if label is None: + label = label_for_field( + field_name, self.opts.model, self.opts, form=empty_form + ) + yield { + "name": field_name, + "label": label, + "widget": form_field.widget, + "required": form_field.required, + "help_text": form_field.help_text, + } + + def inline_formset_data(self): + verbose_name = self.opts.verbose_name + return json.dumps( + { + "name": "#%s" % self.formset.prefix, + "options": { + "prefix": self.formset.prefix, + "addText": gettext("Add another %(verbose_name)s") + % { + "verbose_name": capfirst(verbose_name), + }, + "deleteText": gettext("Remove"), + }, + } + ) + + @property + def forms(self): + return self.formset.forms + + @cached_property + def is_collapsible(self): + if any(self.formset.errors): + return False + return "collapse" in self.classes + + def non_form_errors(self): + return self.formset.non_form_errors() + + @property + def is_bound(self): + return self.formset.is_bound + + @property + def total_form_count(self): + return self.formset.total_form_count + + @property + def media(self): + media = self.opts.media + self.formset.media + for fs in self: + media += fs.media + return media + + +class InlineAdminForm(AdminForm): + """ + A wrapper around an inline form for use in the admin system. + """ + + def __init__( + self, + formset, + form, + fieldsets, + prepopulated_fields, + original, + readonly_fields=None, + model_admin=None, + view_on_site_url=None, + ): + self.formset = formset + self.model_admin = model_admin + self.original = original + self.show_url = original and view_on_site_url is not None + self.absolute_url = view_on_site_url + super().__init__( + form, fieldsets, prepopulated_fields, readonly_fields, model_admin + ) + + def __iter__(self): + for name, options in self.fieldsets: + yield InlineFieldset( + self.formset, + self.form, + name, + self.readonly_fields, + model_admin=self.model_admin, + **options, + ) + + def needs_explicit_pk_field(self): + return ( + # Auto fields are editable, so check for auto or non-editable pk. + self.form._meta.model._meta.auto_field + or not self.form._meta.model._meta.pk.editable + # The pk can be editable, but excluded from the inline. + or ( + self.form._meta.exclude + and self.form._meta.model._meta.pk.name in self.form._meta.exclude + ) + or + # Also search any parents for an auto field. (The pk info is + # propagated to child models so that does not need to be checked + # in parents.) + any( + parent._meta.auto_field or not parent._meta.model._meta.pk.editable + for parent in self.form._meta.model._meta.all_parents + ) + ) + + def pk_field(self): + return AdminField(self.form, self.formset._pk_field.name, False) + + def fk_field(self): + fk = getattr(self.formset, "fk", None) + if fk: + return AdminField(self.form, fk.name, False) + else: + return "" + + def deletion_field(self): + from django.forms.formsets import DELETION_FIELD_NAME + + return AdminField(self.form, DELETION_FIELD_NAME, False) + + +class InlineFieldset(Fieldset): + def __init__(self, formset, *args, **kwargs): + self.formset = formset + super().__init__(*args, **kwargs) + + def __iter__(self): + fk = getattr(self.formset, "fk", None) + for field in self.fields: + if not fk or fk.name != field: + yield Fieldline( + self.form, field, self.readonly_fields, model_admin=self.model_admin + ) + + +class AdminErrorList(forms.utils.ErrorList): + """Store errors for the form/formsets in an add/change view.""" + + def __init__(self, form, inline_formsets): + super().__init__() + + if form.is_bound: + self.extend(form.errors.values()) + for inline_formset in inline_formsets: + self.extend(inline_formset.non_form_errors()) + for errors_in_inline_form in inline_formset.errors: + self.extend(errors_in_inline_form.values()) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d43446fe9540423d248ad6d50def0c0dbcadc0b2 GIT binary patch literal 17709 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 cWekU5BBb?v@hm=0g5P!6951J literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1dbfdb7c5fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,788 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christopher Penkin, 2012 +# Christopher Penkin, 2012 +# F Wolff , 2019-2020,2023-2025 +# Pi Delport , 2012 +# Pi Delport , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: F Wolff , 2019-2020,2023-2025\n" +"Language-Team: Afrikaans (http://app.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Skrap gekose %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Het %(count)d %(items)s suksesvol geskrap." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan %(name)s nie skrap nie" + +msgid "Delete multiple objects" +msgstr "Skrap meerdere objekte" + +msgid "Administration" +msgstr "Administrasie" + +msgid "All" +msgstr "Almal" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Any date" +msgstr "Enige datum" + +msgid "Today" +msgstr "Vandag" + +msgid "Past 7 days" +msgstr "Vorige 7 dae" + +msgid "This month" +msgstr "Hierdie maand" + +msgid "This year" +msgstr "Hierdie jaar" + +msgid "No date" +msgstr "Geen datum" + +msgid "Has date" +msgstr "Het datum" + +msgid "Empty" +msgstr "Leeg" + +msgid "Not empty" +msgstr "Nie leeg nie" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Gee die korrekte %(username)s en wagwoord vir ’n personeelrekening. Let op " +"dat altwee velde dalk hooflettersensitief is." + +msgid "Action:" +msgstr "Aksie:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Voeg nog ’n %(verbose_name)s by" + +msgid "Remove" +msgstr "Verwyder" + +msgid "Addition" +msgstr "Byvoeging" + +msgid "Change" +msgstr "" + +msgid "Deletion" +msgstr "Verwydering" + +msgid "action time" +msgstr "aksietyd" + +msgid "user" +msgstr "gebruiker" + +msgid "content type" +msgstr "inhoudtipe" + +msgid "object id" +msgstr "objek-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objek-repr" + +msgid "action flag" +msgstr "aksievlag" + +msgid "change message" +msgstr "veranderingboodskap" + +msgid "log entry" +msgstr "log-inskrywing" + +msgid "log entries" +msgstr "log-inskrywingings" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Het “%(object)s” bygevoeg." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Het “%(object)s” gewysig — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Het “%(object)s” geskrap." + +msgid "LogEntry Object" +msgstr "LogEntry-objek" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Het {name} “{object}” bygevoeg." + +msgid "Added." +msgstr "Bygevoeg." + +msgid "and" +msgstr "en" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Het {fields} vir {name} “{object}” bygevoeg." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Het {fields} verander." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Het {name} “{object}” geskrap." + +msgid "No fields changed." +msgstr "Geen velde het verander nie." + +msgid "None" +msgstr "Geen" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Hou “Control” in (of “Command” op ’n Mac) om meer as een te kies." + +msgid "Select this object for an action - {}" +msgstr "Kies dié objek vir ’n aksie - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Die {name} “{obj}” is suksesvol bygevoeg." + +msgid "You may edit it again below." +msgstr "Dit kan weer hieronder gewysig word." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Die {name} “{obj}” is suksesvol bygevoeg. Voeg gerus nog ’n {name} onder by." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Die {name} “{obj}” is suksesvol gewysig. Redigeer dit gerus weer onder." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Die {name} “{obj}” is suksesvol bygevoeg. Voeg gerus nog ’n {name} onder by." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Die {name} “{obj}” is suksesvol gewysig." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items moet gekies word om aksies op hulle uit te voer. Geen items is " +"verander nie." + +msgid "No action selected." +msgstr "Geen aksie gekies nie." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Die %(name)s “%(obj)s” is suksesvol geskrap." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s met ID “%(key)s” bestaan nie. Is dit dalk geskrap?" + +#, python-format +msgid "Add %s" +msgstr "Voeg %s by" + +#, python-format +msgid "Change %s" +msgstr "Wysig %s" + +#, python-format +msgid "View %s" +msgstr "Beskou %s" + +msgid "Database error" +msgstr "Databasisfout" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s is suksesvol verander." +msgstr[1] "%(count)s %(name)s is suksesvol verander." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s gekies" +msgstr[1] "Al %(total_count)s gekies" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 uit %(cnt)s gekies" + +msgid "Delete" +msgstr "Skrap" + +#, python-format +msgid "Change history: %s" +msgstr "Verander geskiedenis: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Om %(class_name)s %(instance)s te skrap sal vereis dat die volgende " +"beskermde verwante objekte geskrap word: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django-werfadmin" + +msgid "Django administration" +msgstr "Django-administrasie" + +msgid "Site administration" +msgstr "Werfadministrasie" + +msgid "Log in" +msgstr "Meld aan" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-administrasie" + +msgid "Page not found" +msgstr "Bladsy nie gevind nie" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Jammer! Die aangevraagde bladsy kon nie gevind word nie." + +msgid "Home" +msgstr "Tuis" + +msgid "Server error" +msgstr "Bedienerfout" + +msgid "Server error (500)" +msgstr "Bedienerfout (500)" + +msgid "Server Error (500)" +msgstr "Bedienerfout (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"’n Fout het voorgekom Dit is via e-pos aan die werfadministrateurs " +"gerapporteer en behoort binnekort reggestel te word. Dankie vir u geduld." + +msgid "Run the selected action" +msgstr "Voer die gekose aksie uit" + +msgid "Go" +msgstr "Gaan" + +msgid "Click here to select the objects across all pages" +msgstr "Kliek hier om die objekte oor alle bladsye te kies." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Kies al %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Verwyder keuses" + +msgid "Breadcrumbs" +msgstr "Broodkrummels" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelle in die %(name)s-toepassing" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "Voeg skakel by" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Voeg by" + +msgid "View" +msgstr "Bekyk" + +msgid "You don’t have permission to view or edit anything." +msgstr "U het nie regte om enigiets te sien of te redigeer nie." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Nadat ’n gebruiker geskep is, kan meer gebruikerkeuses geredigeer word." + +msgid "Error:" +msgstr "Fout:" + +msgid "Change password" +msgstr "Verander wagwoord" + +msgid "Set password" +msgstr "Stel wagwoord" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Korrigeer asb. die fout hier onder." +msgstr[1] "Korrigeer asb. die foute hier onder." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Vul ’n nuwe wagwoord vir gebruiker %(username)s in." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Dié aksie sal wagwoordgebaseerde aanmelding aktiveer vir " +"dié gebruiker." + +msgid "Disable password-based authentication" +msgstr "Deaktiveer wagwoordgebaseerde aanmelding" + +msgid "Enable password-based authentication" +msgstr "Aktiveer wagwoordgebaseerde aanmelding" + +msgid "Skip to main content" +msgstr "Gaan direk na hoofinhoud" + +msgid "Welcome," +msgstr "Welkom," + +msgid "View site" +msgstr "Besoek werf" + +msgid "Documentation" +msgstr "Dokumentasie" + +msgid "Log out" +msgstr "Meld af" + +#, python-format +msgid "Add %(name)s" +msgstr "Voeg %(name)s by" + +msgid "History" +msgstr "Geskiedenis" + +msgid "View on site" +msgstr "Bekyk op werf" + +msgid "Filter" +msgstr "Filtreer" + +msgid "Hide counts" +msgstr "Versteek tellings" + +msgid "Show counts" +msgstr "Wys tellings" + +msgid "Clear all filters" +msgstr "Verwyder alle filters" + +msgid "Remove from sorting" +msgstr "Verwyder uit sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteerprioriteit: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Wissel sortering" + +msgid "Toggle theme (current theme: auto)" +msgstr "Wissel tema (tans: outomaties)" + +msgid "Toggle theme (current theme: light)" +msgstr "Wissel tema (tans: lig)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Wissel tema (tans: donker)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Om die %(object_name)s %(escaped_object)s te skrap sou verwante objekte " +"skrap, maar jou rekening het nie toestemming om die volgende tipes objekte " +"te skrap nie:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Om die %(object_name)s “%(escaped_object)s” te skrap vereis dat die volgende " +"beskermde verwante objekte geskrap word:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Wil u definitief die %(object_name)s “%(escaped_object)s” skrap? Al die " +"volgende verwante items sal geskrap word:" + +msgid "Objects" +msgstr "Objekte" + +msgid "Yes, I’m sure" +msgstr "Ja, ek is seker" + +msgid "No, take me back" +msgstr "Nee, ek wil teruggaan" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Om die gekose %(objects_name)s te skrap sou verwante objekte skrap, maar u " +"rekening het nie toestemming om die volgende tipes objekte te skrap nie:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Om die gekose %(objects_name)s te skrap vereis dat die volgende beskermde " +"verwante objekte geskrap word:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Wil u definitief die gekose %(objects_name)s skrap? Al die volgende objekte " +"en hul verwante items sal geskrap word:" + +msgid "Delete?" +msgstr "Skrap?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Volgens %(filter_title)s " + +msgid "Summary" +msgstr "Opsomming" + +msgid "Recent actions" +msgstr "Onlangse aksies" + +msgid "My actions" +msgstr "My aksies" + +msgid "None available" +msgstr "Niks beskikbaar nie" + +msgid "Added:" +msgstr "Bygevoeg:" + +msgid "Changed:" +msgstr "Gewysig:" + +msgid "Deleted:" +msgstr "Geskrap:" + +msgid "Unknown content" +msgstr "Onbekende inhoud" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Iets is fout met die databasisinstallasie. Maak seker die gepaste " +"databasistabelle is geskep en maak seker die databasis is leesbaar deur die " +"gepaste gebruiker." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"U is aangemeld as %(username)s, maar het nie toegang tot hierdie bladsy nie. " +"Wil u met ’n ander rekening aanmeld?" + +msgid "Forgotten your login credentials?" +msgstr "Aanmeldinligting vergeet?" + +msgid "Toggle navigation" +msgstr "Navigasie aan/af" + +msgid "Sidebar" +msgstr "Kantbalk" + +msgid "Start typing to filter…" +msgstr "Tik om te filtreer..." + +msgid "Filter navigation items" +msgstr "Filtreer navigasie-items" + +msgid "Date/time" +msgstr "Datum/tyd" + +msgid "User" +msgstr "Gebruiker" + +msgid "Action" +msgstr "Aksie" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "inskrywing" +msgstr[1] "inskrywings" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Dié objek het nie 'n wysigingsgeskiedenis. Dit is waarskynlik nie deur dié " +"adminwerf bygevoeg nie." + +msgid "Show all" +msgstr "Wys almal" + +msgid "Save" +msgstr "Stoor" + +msgid "Popup closing…" +msgstr "Opspringer sluit tans…" + +msgid "Search" +msgstr "Soek" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultaat" +msgstr[1] "%(counter)s resultate" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in totaal" + +msgid "Save as new" +msgstr "Stoor as nuwe" + +msgid "Save and add another" +msgstr "Stoor en voeg ’n ander by" + +msgid "Save and continue editing" +msgstr "Stoor en wysig verder" + +msgid "Save and view" +msgstr "Stoor en bekyk" + +msgid "Close" +msgstr "Sluit" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Wysig gekose %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Voeg nog ’n %(model)s by" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Skrap gekose %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Wys gekose %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Dankie vir die kwaliteittyd wat u met die webwerf deurgebring het vandag." + +msgid "Log in again" +msgstr "Meld weer aan" + +msgid "Password change" +msgstr "Wagwoordverandering" + +msgid "Your password was changed." +msgstr "Die wagwoord is verander." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Gee asb. die ou wagwoord t.w.v. sekuriteit, en gee dan die nuwe wagwoord " +"twee keer sodat ons kan verifieer dat dit korrek getik is." + +msgid "Change my password" +msgstr "Verander my wagwoord" + +msgid "Password reset" +msgstr "Wagwoordherstel" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jou wagwoord is gestel. Jy kan nou voortgaan en aanmeld." + +msgid "Password reset confirmation" +msgstr "Bevestig wagwoordherstel" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Tik die nuwe wagwoord twee keer in so ons kan seker wees dat dit korrek " +"ingetik is." + +msgid "New password:" +msgstr "Nuwe wagwoord:" + +msgid "Confirm password:" +msgstr "Bevestig wagwoord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Die skakel vir wagwoordherstel was ongeldig, dalk omdat dit reeds gebruik " +"is. Vra gerus ’n nuwe een aan." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ons het instruksies gestuur om ’n wagwoord in te stel as ’n rekening bestaan " +"met die gegewe e-posadres. Dit behoort binnekort afgelewer te word." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"As u geen e-pos ontvang nie, kontroleer dat die e-posadres waarmee " +"geregistreer is, gegee is, en kontroleer die gemorspos." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"U ontvang hierdie e-pos omdat u ’n wagwoordherstel vir u rekening by " +"%(site_name)s aangevra het." + +msgid "Please go to the following page and choose a new password:" +msgstr "Gaan asseblief na die volgende bladsy en kies ’n nuwe wagwoord:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Vir ingeval u vergeet het, u is:" + +msgid "Thanks for using our site!" +msgstr "Dankie vir die gebruik van ons webwerf!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Die %(site_name)s span" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Die wagwoord vergeet? Tik u e-posadres hieronder en ons sal instruksies vir " +"die instel van ’n nuwe wagwoord stuur." + +msgid "Email address:" +msgstr "E-posadres:" + +msgid "Reset my password" +msgstr "Herstel my wagwoord" + +msgid "Select all objects on this page for an action" +msgstr "Kies alle objekte op dié bladsy vir ’n aksie" + +msgid "All dates" +msgstr "Alle datums" + +#, python-format +msgid "Select %s" +msgstr "Kies %s" + +#, python-format +msgid "Select %s to change" +msgstr "Kies %s om te verander" + +#, python-format +msgid "Select %s to view" +msgstr "Kies %s om te bekyk" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Tyd:" + +msgid "Lookup" +msgstr "Soek" + +msgid "Currently:" +msgstr "Tans:" + +msgid "Change:" +msgstr "Wysig:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..8c9f58921d2c36067d3fd9aca067e006a61b17a5 GIT binary patch literal 5390 zcmb7{U2I%O6@aJh(zI>@O@Am*N+&5UcH&(-&i|%q;>5AZkCP~NV)_8+?(TT^cJJO< z?vI^Ct>{}HKtfdoYN^Bv4}ioA2woypLJAatsFVkUf@mu!MXE%RN~tO;^1yfQowav2 zX-KYj=DYKM=FFLMkKeeb@Eyf-g7jI^Q@1K*;A;gkp7!lZ?S@~2kHa6syW!iApZd^I ztyAh_l-EJ2-vHOc`&@YwoS{4dH$dz7wBt7&UxfG2{zG^tya4ZjzjAyP%KU$Hd>!&r zZ;^?}?>PPoiaZ~{+u#)_^GGJ+?}XC-Zulj5KU{zz{)Z8c zS5<@}=Pojt_n@nvg|hx>S3U=2p0C1vunx=c2aun7!|`qSeai2_7vOV4oB`Z&mr|dE zFFF1Uev0yMUHMJ;Y04kM2jIOZU&>pdl#f8^|7G|Yxa{~Glzu;fGXE=%uR|I4KD-~U zXVWrnGnD@O;e&7y-V0;LXQA|e$(4WV%D;y9QU7Ns>%0rUaSJ;6xKcYQKl=%#_Q02+ z^!osc{_euqgc}_nfTH(@AXBJEAu3Wk;A8LrWT<+|wSUX;dyuWDA3=WV7i6OMSD?&y z$(8>E<(&QokHgQC&c@EH4BFViLpLCcs zN)mgL2NhO~zj;|Gb9BfsW#)G;s2YLBG>g)}s3&WoxI@{XGGYoT9nBx=rv()XmbAz5O| z`U#sNeYWR@O(X3!j8~I$i%qm_A}wN;uH84jna;Xm8a^t#k!i2pbvfVuNxPy>RTC?! zIAdCN`DV^5A24`cZW=E?g?TSYBhk{lX(#!b^J%8Gg+?01(z0Olyk+Iw)k13W>Q38e zKg9f!hK~)|^J0oi*)i#wT?sRz3H&$_1$#XPSW*i&HMYk@N@~&6!d!qSOpHZ{Y;vp( z58bTx^g``bh|=b+i= zDgkxJBqe>CtIs9QUBRj2as)EID?NuC8fK$9GQ}v(rOQ=QTGLw^=8IliA*SXhneXUo z=IBx;vP{>b=uG0lnO1y6s2EfiCne=oDv?<(X%0>2H@N`%s`E=*0DaY6J1y|i-;h~r z0i*4!?pkj_Uiw>d`z>I{ef6t`Rp4#4rDemUp)+4vARnyHylVj`JJ8VeUj<$Unz|mX zz{^0B^J)b+*n*!c;Owrd4h_|Vy)$1}ARp+Ccciv6Pvg$4h zyeS)U!Y1K5t{!V|UH43T>(&mmuhyMrZ{6Ba_SJTevA4444Atq#KFK$@c(hhLXQCKi zP}a34x$t)AjA`2_DbB@pzg9ey*5l%WE$gAvr;2Bce0^E%;iVMbTmGu-On;tXjkw%iV%j4r-yIsnr@t4f`Qq{J`bK$!P+yvv^ z()j4m+|jusYunsbnix8a;hGRRakXWgnDfbaJMjE)pE#8$Hp%|83p2$%YyCvzB@-2o zgjHL^%a!$>il3|sTGrmu(CHwJyr4K^qgGtjVLL0v`zQD5{B{3Gs5kA`+eY^dtwuh} zxQK38R5wlE#Mf<#b=|Z~)J%+SniSV&!`QD^JdAmGuuVL7w{fHy_)TJ`NXJb+_&Vss zqiSMTd169s+aq~zJe0=jkcpdqvyw*x>NuM>L16gI9!Ek#5M47k;6_R%+S4MECN{}d zsj;P+PederHy7KTpc&eB+c)`Oz8bXiVQux4lTNK$dI2xoE%6!7VzO-2)twK=YSuLK z=!{q>?u&(3CJTm;^<31cd36^JQIChn@{oKEl@S9OUjm|^Wu2%a*U3?5={}H=&7;wRDZHd>C)EE3tHcx>>fowX9gZjWFtI5rDl~i2`L#w%#WTd+t?E#En3OQRX!=O|h1^ ziIDg*(|Nusi-|O{+!*0l@X-sfT41?Jb+m~YM%+*}&yVP5+G12{(Td}ef8)dt$iG8! f+vTFmzddTsU2*wzb0x%F)j2h%=J}iEZ&CdZz;k`Y literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e6bdbd22ca0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po @@ -0,0 +1,312 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# F Wolff , 2019,2023,2025 +# Pi Delport , 2013 +# Pi Delport , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: F Wolff , 2019,2023,2025\n" +"Language-Team: Afrikaans (http://app.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Beskikbare %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Kies %s deur hulle te merk en klik dan die \"Kies\"-pylknoppie" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Tik in hierdie blokkie om die lys beskikbare %s te filtreer." + +msgid "Filter" +msgstr "Filteer" + +#, javascript-format +msgid "Choose all %s" +msgstr "Kies alle %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Kies gemerkte %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "Gekose %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Verwyder %s deur hulle te merk en klik dan die \"Verwyder\"-pylknoppie." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Tik in hierdie blokkie om die lys gekose %s te filtreer." + +msgid "(click to clear)" +msgstr "(klik vir skoon lys)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Verwyder alle %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s gemerkte keuse onsigbaar" +msgstr[1] "%s gemerkte keuses onsigbaar" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s van %(cnt)s gekies" +msgstr[1] "%(sel)s van %(cnt)s gekies" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Daar is ongestoorde veranderinge op individuele redigeerbare velde. Deur nou " +"’n aksie uit te voer, sal ongestoorde veranderinge verlore gaan." + +msgid "" +"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." +msgstr "" +"’n Aksie is gekies, maar die veranderinge aan individuele velde is nog nie " +"gestoor nie. Klik OK om te stoor. Die aksie sal weer uitgevoer moet word." + +msgid "" +"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." +msgstr "" +"’n Aksie is gekies en geen veranderinge aan individuele velde is gemaak nie. " +"Dalk op soek na die Gaan-knoppie in plaas van die Stoor-knoppie?" + +msgid "Now" +msgstr "Nou" + +msgid "Midnight" +msgstr "Middernag" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "Middag" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Let wel: U is %s uur voor die bedienertyd." +msgstr[1] "Let wel: U is %s ure voor die bedienertyd." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Let wel: U is %s uur agter die bedienertyd." +msgstr[1] "Let wel: U is %s ure agter die bedienertyd." + +msgid "Choose a Time" +msgstr "Kies ’n tyd" + +msgid "Choose a time" +msgstr "Kies ‘n tyd" + +msgid "Cancel" +msgstr "Kanselleer" + +msgid "Today" +msgstr "Vandag" + +msgid "Choose a Date" +msgstr "Kies ’n datum" + +msgid "Yesterday" +msgstr "Gister" + +msgid "Tomorrow" +msgstr "Môre" + +msgid "January" +msgstr "Januarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Maart" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Junie" + +msgid "July" +msgstr "Julie" + +msgid "August" +msgstr "Augustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mrt" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Des" + +msgid "Sunday" +msgstr "Sondag" + +msgid "Monday" +msgstr "Maandag" + +msgid "Tuesday" +msgstr "Dinsdag" + +msgid "Wednesday" +msgstr "Woensdag" + +msgid "Thursday" +msgstr "Donderdag" + +msgid "Friday" +msgstr "Vrydag" + +msgid "Saturday" +msgstr "Saterdag" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Son" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Ma" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Di" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Wo" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Do" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Vr" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sa" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "D" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "W" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "D" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..37fd72aa7a85819584cb17e5bd89e5f84e77ae28 GIT binary patch literal 8309 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\n" +"Language-Team: Amharic (http://www.transifex.com/django/django/language/" +"am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s በተሳካ ሁኔታ ተወግድዋል:: " + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ማስወገድ አይቻልም" + +msgid "Are you sure?" +msgstr "እርግጠኛ ነህ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "የተመረጡትን %(verbose_name_plural)s አስወግድ" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ሁሉም" + +msgid "Yes" +msgstr "አዎ" + +msgid "No" +msgstr "አይደለም" + +msgid "Unknown" +msgstr "ያልታወቀ" + +msgid "Any date" +msgstr "ማንኛውም ቀን" + +msgid "Today" +msgstr "ዛሬ" + +msgid "Past 7 days" +msgstr "ያለፉት 7 ቀናት" + +msgid "This month" +msgstr "በዚህ ወር" + +msgid "This year" +msgstr "በዚህ አመት" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "ተግባር:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "ሌላ %(verbose_name)s ጨምር" + +msgid "Remove" +msgstr "አጥፋ" + +msgid "action time" +msgstr "ተግባሩ የተፈፀመበት ጊዜ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "መልዕክት ለውጥ" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" ተጨምሯል::" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" - %(changes)s ተቀይሯል" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s.\" ተወግድዋል" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "እና" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ምንም \"ፊልድ\" አልተቀየረም::" + +msgid "None" +msgstr "ምንም" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "ምንም ተግባር አልተመረጠም::" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" በተሳካ ሁኔታ ተወግድዋል:: " + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ጨምር" + +#, python-format +msgid "Change %s" +msgstr "%s ቀይር" + +msgid "Database error" +msgstr "የ(ዳታቤዝ) ችግር" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s በተሳካ ሁኔታ ተቀይሯል::" +msgstr[1] "%(count)s %(name)s በተሳካ ሁኔታ ተቀይረዋል::" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ተመርጠዋል" +msgstr[1] "ሁሉም %(total_count)s ተመርጠዋል" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s ተመርጠዋል" + +#, python-format +msgid "Change history: %s" +msgstr "ታሪኩን ቀይር: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ጃንጎ ድህረ-ገጽ አስተዳዳሪ" + +msgid "Django administration" +msgstr "ጃንጎ አስተዳደር" + +msgid "Site administration" +msgstr "ድህረ-ገጽ አስተዳደር" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ድህረ-ገጹ የለም" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ይቅርታ! የፈለጉት ድህረ-ገጽ የለም::" + +msgid "Home" +msgstr "ሆም" + +msgid "Server error" +msgstr "የሰርቨር ችግር" + +msgid "Server error (500)" +msgstr "የሰርቨር ችግር (500)" + +msgid "Server Error (500)" +msgstr "የሰርቨር ችግር (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "የተመረጡትን ተግባሮች አስጀምር" + +msgid "Go" +msgstr "ስራ" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "ሁሉንም %(total_count)s %(module_name)s ምረጥ" + +msgid "Clear selection" +msgstr "የተመረጡትን ባዶ ኣድርግ" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "መለያስም(ዩዘርኔም) እና የይለፍቃል(ፓስወርድ) ይስገቡ::" + +msgid "Change password" +msgstr "የይለፍቃል(ፓስወርድ) ቅየር" + +msgid "Please correct the error below." +msgstr "ከታች ያሉትን ችግሮች ያስተካክሉ::" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ለ %(username)s መለያ አዲስ የይለፍቃል(ፓስወርድ) ያስገቡ::" + +msgid "Welcome," +msgstr "እንኳን በደህና መጡ," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "መረጃ" + +msgid "Log out" +msgstr "ጨርሰህ ውጣ" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ጨምር" + +msgid "History" +msgstr "ታሪክ" + +msgid "View on site" +msgstr "ድህረ-ገጹ ላይ ይመልከቱ" + +msgid "Filter" +msgstr "አጣራ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "አዎ,እርግጠኛ ነኝ" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ቀይር" + +msgid "Delete?" +msgstr "ላስወግድ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "በ %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ጨምር" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ምንም የለም" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "የእርሶን መለያስም (ዩዘርኔም) ወይም የይለፍቃል(ፓስወርድ)ዘነጉት?" + +msgid "Date/time" +msgstr "ቀን/ጊዜ" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "ሁሉንም አሳይ" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "ፈልግ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] " %(counter)s ውጤት" +msgstr[1] "%(counter)s ውጤቶች" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "በአጠቃላይ %(full_result_count)s" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ዛሬ ድህረ-ገዓችንን ላይ ጥሩ ጊዜ ስላሳለፉ እናመሰግናለን::" + +msgid "Log in again" +msgstr "በድጋሜ ይግቡ" + +msgid "Password change" +msgstr "የይለፍቃል(ፓስወርድ) ቅየራ" + +msgid "Your password was changed." +msgstr "የይለፍቃልዎን(ፓስወርድ) ተቀይሯል::" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "የይለፍቃል(ፓስወርድ) ቀይር" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "አዲስ የይለፍቃል(ፓስወርድ):" + +msgid "Confirm password:" +msgstr "የይለፍቃልዎን(ፓስወርድ) በድጋሜ በማስገባት ያረጋግጡ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"ኢ-ሜል ካልደረስዎት እባክዎን የተመዘገቡበትን የኢ-ሜል አድራሻ ትክክለኛነት ይረጋግጡእንዲሁም ኢ-ሜል (ስፓም) ማህደር " +"ውስጥ ይመልከቱ::" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"ይህ ኢ-ሜል የደረስዎት %(site_name)s ላይ እንደ አዲስ የይለፍቃል(ፓስወርድ) ለ ለመቀየር ስለጠየቁ ነው::" + +msgid "Please go to the following page and choose a new password:" +msgstr "እባክዎን ወደሚከተለው ድህረ-ገዕ በመሄድ አዲስ የይለፍቃል(ፓስወርድ) ያውጡ:" + +msgid "Your username, in case you've forgotten:" +msgstr "ድንገት ከዘነጉት ይኌው የእርሶ መለያስም (ዩዘርኔም):" + +msgid "Thanks for using our site!" +msgstr "ድህረ-ገዓችንን ስለተጠቀሙ እናመሰግናለን!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ቡድን" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"የይለፍቃልዎን(ፓስወርድ)ረሱት? ከታች የኢ-ሜል አድራሻዎን ይስገቡ እና አዲስ ፓስወርድ ለማውጣት የሚያስችል መረጃ " +"እንልክልዎታለን::" + +msgid "Email address:" +msgstr "ኢ-ሜል አድራሻ:" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "ሁሉም ቀናት" + +#, python-format +msgid "Select %s" +msgstr "%sን ምረጥ" + +#, python-format +msgid "Select %s to change" +msgstr "ለመቀየር %sን ምረጥ" + +msgid "Date:" +msgstr "ቀን:" + +msgid "Time:" +msgstr "ጊዜ" + +msgid "Lookup" +msgstr "አፈላልግ" + +msgid "Currently:" +msgstr "በዚህ ጊዜ:" + +msgid "Change:" +msgstr "ቀይር:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..84c785089a1e8ce797b0d491477244069bed0bab GIT binary patch literal 21655 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 PQ6$5r4`f*CU%~$XoA2_s literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6106670a571 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,801 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2015-2016,2018,2020-2021 +# Bashar Al-Abdulhadi, 2014 +# Eyad Toma , 2013 +# Jannis Leidel , 2011 +# Muaaz Alsaied, 2020,2025 +# Tony Ayoub , 2020 +# صفا الفليج , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Muaaz Alsaied, 2020,2025\n" +"Language-Team: Arabic (http://app.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "احذف %(verbose_name_plural)s المحدّدة" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "نجح حذف %(count)d من %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "تعذّر حذف %(name)s" + +msgid "Delete multiple objects" +msgstr "حذف عدّة عناصر" + +msgid "Administration" +msgstr "الإدارة" + +msgid "All" +msgstr "الكل" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Any date" +msgstr "أي تاريخ" + +msgid "Today" +msgstr "اليوم" + +msgid "Past 7 days" +msgstr "الأيام السبعة الماضية" + +msgid "This month" +msgstr "هذا الشهر" + +msgid "This year" +msgstr "هذه السنة" + +msgid "No date" +msgstr "لا يوجد أي تاريخ" + +msgid "Has date" +msgstr "به تاريخ" + +msgid "Empty" +msgstr "فارغ" + +msgid "Not empty" +msgstr "غير فارغ" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"من فضلك أدخِل قيمة %(username)s الصحيحة وكلمة المرور لحساب الطاقم الإداري. " +"الحقلين حسّاسين لحالة الأحرف." + +msgid "Action:" +msgstr "الإجراء:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "أضِف %(verbose_name)s آخر" + +msgid "Remove" +msgstr "أزِل" + +msgid "Addition" +msgstr "إضافة" + +msgid "Change" +msgstr "تعديل" + +msgid "Deletion" +msgstr "حذف" + +msgid "action time" +msgstr "وقت الإجراء" + +msgid "user" +msgstr "المستخدم" + +msgid "content type" +msgstr "نوع المحتوى" + +msgid "object id" +msgstr "معرّف الكائن" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "التمثيل البصري للكائن" + +msgid "action flag" +msgstr "راية الإجراء" + +msgid "change message" +msgstr "رسالة التغيير" + +msgid "log entry" +msgstr "مدخلة سجلات" + +msgid "log entries" +msgstr "مدخلات السجلات" + +#, python-format +msgid "Added “%(object)s”." +msgstr "أُضيف ”%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "عُدّل ”%(object)s“ — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "حُذف ”%(object)s“." + +msgid "LogEntry Object" +msgstr "كائن LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "أُضيف {name} ‏”{object}“." + +msgid "Added." +msgstr "أُضيف." + +msgid "and" +msgstr "و" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "تم تغيير {fields} لـ {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "تم تغيير {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "حُذف {name} ‏”{object}“." + +msgid "No fields changed." +msgstr "لم يتم تغيير أية حقول." + +msgid "None" +msgstr "بلا" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"اضغط مفتاح ”Control“ أو ”Command“ على أجهزة ماك مطوّلًا لتحديد أكثر من عنصر." + +msgid "Select this object for an action - {}" +msgstr "حدد هذا الكائن لإجراء - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "نجحت إضافة {name} ‏”{obj}“." + +msgid "You may edit it again below." +msgstr "يمكن تعديله مرة أخرى أدناه." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "تمت إضافة {name} “{obj}” بنجاح. يمكنك إضافة {name} آخر أدناه." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "تم تعديل {name} “{obj}” بنجاح. يمكنك تعديله مجدداً أدناه." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "تم تعديل {name} “{obj}” بنجاح. يمكنك إضافة {name} آخر أدناه." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "نجحت إضافة {name} ‏”{obj}“." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "عليك تحديد العناصر لتطبيق الإجراءات عليها. لم يتغيّر أيّ عنصر." + +msgid "No action selected." +msgstr "لا إجراء محدّد." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "نجح حذف %(name)s ‏”%(obj)s“." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "ما من %(name)s له المعرّف ”%(key)s“. لربّما حُذف أساسًا؟" + +#, python-format +msgid "Add %s" +msgstr "إضافة %s" + +#, python-format +msgid "Change %s" +msgstr "تعديل %s" + +#, python-format +msgid "View %s" +msgstr "عرض %s" + +msgid "Database error" +msgstr "خطـأ في قاعدة البيانات" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "لم يتم تغيير أي شيء" +msgstr[1] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[2] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[3] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[4] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[5] "تم تغيير %(count)s %(name)s بنجاح." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "لم يتم تحديد أي شيء" +msgstr[1] "تم تحديد %(total_count)s" +msgstr[2] "تم تحديد %(total_count)s" +msgstr[3] "تم تحديد %(total_count)s" +msgstr[4] "تم تحديد %(total_count)s" +msgstr[5] "تم تحديد %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "لا شيء محدد من %(cnt)s" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "Change history: %s" +msgstr "تاريخ التغيير: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"حذف %(class_name)s %(instance)s سيتسبب أيضاً بحذف العناصر المرتبطة التالية: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "إدارة موقع جانغو" + +msgid "Django administration" +msgstr "إدارة جانغو" + +msgid "Site administration" +msgstr "إدارة الموقع" + +msgid "Log in" +msgstr "ادخل" + +#, python-format +msgid "%(app)s administration" +msgstr "إدارة %(app)s " + +msgid "Page not found" +msgstr "تعذر العثور على الصفحة" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "عذراً، تعذَّر العثور على الصفحة المطلوبة." + +msgid "Home" +msgstr "الرئيسية" + +msgid "Server error" +msgstr "خطأ في المزود" + +msgid "Server error (500)" +msgstr "خطأ في المزود (500)" + +msgid "Server Error (500)" +msgstr "خطأ في المزود (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"لقد حدث خطأ. تم إبلاغ مسؤولي الموقع عبر البريد الإلكتروني وسيتم إصلاحه " +"قريبًا. شكرا لصبرك." + +msgid "Run the selected action" +msgstr "نفذ الإجراء المحدّد" + +msgid "Go" +msgstr "نفّذ" + +msgid "Click here to select the objects across all pages" +msgstr "اضغط هنا لتحديد جميع العناصر في جميع الصفحات" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "اختيار %(total_count)s %(module_name)s جميعها" + +msgid "Clear selection" +msgstr "إزالة الاختيار" + +msgid "Breadcrumbs" +msgstr "روابط التنقُّل" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "النماذج في تطبيق %(name)s" + +msgid "Model name" +msgstr "اسم النموذج" + +msgid "Add link" +msgstr "أضف رابط" + +msgid "Change or view list link" +msgstr "عدِّل أو استعرض رابط القائمة" + +msgid "Add" +msgstr "أضف" + +msgid "View" +msgstr "استعراض" + +msgid "You don’t have permission to view or edit anything." +msgstr "ليس لديك إذن لعرض أو تغديل أي شيء." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "بعد إضافة مستخدم, ستكون قادراً على تعديل المزيد من إعدادات المستخدم." + +msgid "Error:" +msgstr "خطأ:" + +msgid "Change password" +msgstr "غيّر كلمة المرور" + +msgid "Set password" +msgstr "اختر كلمة مرور" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "لا توجد أخطاء لتصحيحها." +msgstr[1] "الرجاء تصحيح الخطأ أدناه." +msgstr[2] "الرجاء تصحيح الأخطاء أدناه." +msgstr[3] "الرجاء تصحيح الأخطاء أدناه." +msgstr[4] "الرجاء تصحيح الأخطاء أدناه." +msgstr[5] "الرجاء تصحيح الأخطاء أدناه." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "أدخل كلمة مرور جديدة للمستخدم %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"ستُفعِّل هذه العملية المصادقة المعتمدة على كلمة المرور لهذا " +"المستخدم." + +msgid "Disable password-based authentication" +msgstr "تعطيل المصادقة المعتمدة على كلمة المرور" + +msgid "Enable password-based authentication" +msgstr "تفعيل المصادقة المعتمدة على كلمة المرور" + +msgid "Skip to main content" +msgstr "الانتقال إلى المحتوى الرئيسي" + +msgid "Welcome," +msgstr "أهلا، " + +msgid "View site" +msgstr "عرض الموقع" + +msgid "Documentation" +msgstr "الوثائق" + +msgid "Log out" +msgstr "تسجيل الخروج" + +#, python-format +msgid "Add %(name)s" +msgstr "أضف %(name)s" + +msgid "History" +msgstr "تاريخ" + +msgid "View on site" +msgstr "مشاهدة على الموقع" + +msgid "Filter" +msgstr "مرشّح" + +msgid "Hide counts" +msgstr "إخفاء الأعداد" + +msgid "Show counts" +msgstr "إظهار الأعداد" + +msgid "Clear all filters" +msgstr "مسح جميع المرشحات" + +msgid "Remove from sorting" +msgstr "إزالة من الترتيب" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "أولوية الترتيب: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "عكس الترتيب" + +msgid "Toggle theme (current theme: auto)" +msgstr "تبديل السمة (السمة الحالية: تلقائي)" + +msgid "Toggle theme (current theme: light)" +msgstr "تبديل السمة (السمة الحالية: فاتح)" + +msgid "Toggle theme (current theme: dark)" +msgstr "تبديل السمة (السمة الحالية: داكنة)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"حذف العنصر %(object_name)s '%(escaped_object)s' سيتسبب بحذف العناصر المرتبطة " +"به، إلا أنك لا تملك صلاحية حذف العناصر التالية:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"حذف %(object_name)s '%(escaped_object)s' سيتسبب أيضاً بحذف العناصر المرتبطة، " +"إلا أن حسابك ليس لديه صلاحية حذف أنواع العناصر التالية:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"متأكد أنك تريد حذف العنصر %(object_name)s \"%(escaped_object)s\"؟ سيتم حذف " +"جميع العناصر التالية المرتبطة به:" + +msgid "Objects" +msgstr "عناصر" + +msgid "Yes, I’m sure" +msgstr "نعم، أنا متأكد" + +msgid "No, take me back" +msgstr "لا, تراجع للخلف" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"حذف عناصر %(objects_name)s المُحدّدة سيتسبب بحذف العناصر المرتبطة، إلا أن " +"حسابك ليس له صلاحية حذف أنواع العناصر التالية:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"حذف عناصر %(objects_name)s المحدّدة قد يتطلب حذف العناصر المحميّة المرتبطة " +"التالية:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"أأنت متأكد أنك تريد حذف عناصر %(objects_name)s المحددة؟ جميع العناصر التالية " +"والعناصر المرتبطة بها سيتم حذفها:" + +msgid "Delete?" +msgstr "احذفه؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr " حسب %(filter_title)s " + +msgid "Summary" +msgstr "ملخص" + +msgid "Recent actions" +msgstr "آخر الإجراءات" + +msgid "My actions" +msgstr "إجراءاتي" + +msgid "None available" +msgstr "لا يوجد" + +msgid "Added:" +msgstr "تم الإضافة:" + +msgid "Changed:" +msgstr "تم التعديل:" + +msgid "Deleted:" +msgstr "تم الحذف:" + +msgid "Unknown content" +msgstr "مُحتوى مجهول" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"هنالك أمر خاطئ في تركيب قاعدة بياناتك، تأكد من أنه تم انشاء جداول قاعدة " +"البيانات الملائمة، وأن قاعدة البيانات قابلة للقراءة من قبل المستخدم الملائم." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"أنت مسجل الدخول بإسم المستخدم %(username)s, ولكنك غير مخول للوصول لهذه " +"الصفحة. هل ترغب بتسجيل الدخول بحساب آخر؟" + +msgid "Forgotten your login credentials?" +msgstr "هل نسيت بيانات تسجيل الدخول؟" + +msgid "Toggle navigation" +msgstr "تغيير التصفّح" + +msgid "Sidebar" +msgstr "الشريط الجانبي" + +msgid "Start typing to filter…" +msgstr "ابدأ الكتابة للتصفية ..." + +msgid "Filter navigation items" +msgstr "تصفية عناصر التصفح" + +msgid "Date/time" +msgstr "التاريخ/الوقت" + +msgid "User" +msgstr "المستخدم" + +msgid "Action" +msgstr "إجراء" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "إدخال" +msgstr[1] "إدخال" +msgstr[2] "الإدخالات" +msgstr[3] "الإدخالات" +msgstr[4] "الإدخالات" +msgstr[5] "الإدخالات" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"ليس لهذا العنصر سجلّ تغييرات، على الأغلب أنه لم يُنشأ من خلال نظام إدارة " +"الموقع." + +msgid "Show all" +msgstr "أظهر الكل" + +msgid "Save" +msgstr "احفظ" + +msgid "Popup closing…" +msgstr "جاري إغلاق النافذة المنبثقة..." + +msgid "Search" +msgstr "ابحث" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "لا نتائج" +msgstr[1] "نتيجة واحدة" +msgstr[2] "نتيجتان" +msgstr[3] "%(counter)s نتائج" +msgstr[4] "%(counter)s نتيجة" +msgstr[5] "%(counter)s نتيجة" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "المجموع %(full_result_count)s" + +msgid "Save as new" +msgstr "احفظ كجديد" + +msgid "Save and add another" +msgstr "احفظ وأضف آخر" + +msgid "Save and continue editing" +msgstr "احفظ واستمر بالتعديل" + +msgid "Save and view" +msgstr "احفظ واستعرض" + +msgid "Close" +msgstr "إغلاق" + +#, python-format +msgid "Change selected %(model)s" +msgstr "تغيير %(model)s المختارة" + +#, python-format +msgid "Add another %(model)s" +msgstr "أضف %(model)s آخر" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "حذف %(model)s المختارة" + +#, python-format +msgid "View selected %(model)s" +msgstr "استعرض %(model)s المختارة" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "شكرا لقضاء بعض الوقت الجيد في الموقع اليوم." + +msgid "Log in again" +msgstr "ادخل مجدداً" + +msgid "Password change" +msgstr "غيّر كلمة مرورك" + +msgid "Your password was changed." +msgstr "تمّ تغيير كلمة مرورك." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"رجاءً أدخل كلمة المرور القديمة، للأمان، ثم أدخل كلمة المرور الجديدة مرتين " +"لنتأكد بأنك قمت بإدخالها بشكل صحيح." + +msgid "Change my password" +msgstr "غيّر كلمة مروري" + +msgid "Password reset" +msgstr "استعادة كلمة المرور" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "تم تعيين كلمة مرورك. يمكن الاستمرار وتسجيل دخولك الآن." + +msgid "Password reset confirmation" +msgstr "تأكيد استعادة كلمة المرور" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "رجاءً أدخل كلمة مرورك الجديدة مرتين كي تتأكّد من كتابتها بشكل صحيح." + +msgid "New password:" +msgstr "كلمة المرور الجديدة:" + +msgid "Confirm password:" +msgstr "أكّد كلمة المرور:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"رابط استعادة كلمة المرور غير صحيح، ربما لأنه استُخدم من قبل. رجاءً اطلب " +"استعادة كلمة المرور مرة أخرى." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"تم إرسال بريد إلكتروني بالتعليمات لضبط كلمة المرور الخاصة بك، وذلك في حال " +"تواجد حساب بنفس البريد الإلكتروني الذي أدخلته. سوف تستقبل البريد الإلكتروني " +"قريباً" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"في حال عدم إستقبال البريد الإلكتروني، الرجاء التأكد من إدخال عنوان بريدك " +"الإلكتروني الخاص بحسابك ومراجعة مجلد الرسائل غير المرغوب بها." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"لقد قمت بتلقى هذه الرسالة لطلبك بإعادة تعين كلمة المرور لحسابك الشخصي على " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "رجاءً اذهب إلى الصفحة التالية واختر كلمة مرور جديدة:" + +msgid "In case you’ve forgotten, you are:" +msgstr "في حال نسيت، أنت:" + +msgid "Thanks for using our site!" +msgstr "شكراً لاستخدامك موقعنا!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "فريق %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"هل نسيت كلمة المرور؟ أدخل عنوان بريدك الإلكتروني أدناه وسوف نقوم بإرسال " +"تعليمات للحصول على كلمة مرور جديدة." + +msgid "Email address:" +msgstr "عنوان البريد الإلكتروني:" + +msgid "Reset my password" +msgstr "استعد كلمة مروري" + +msgid "Select all objects on this page for an action" +msgstr "حدد جميع الكائنات في هذه الصفحة لإجراء" + +msgid "All dates" +msgstr "كافة التواريخ" + +#, python-format +msgid "Select %s" +msgstr "اختر %s" + +#, python-format +msgid "Select %s to change" +msgstr "اختر %s لتغييره" + +#, python-format +msgid "Select %s to view" +msgstr "اختر %s للاستعراض" + +msgid "Date:" +msgstr "التاريخ:" + +msgid "Time:" +msgstr "الوقت:" + +msgid "Lookup" +msgstr "ابحث" + +msgid "Currently:" +msgstr "حالياً:" + +msgid "Change:" +msgstr "تغيير:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..00605736e24c6043c55bf63eca504554e4e0f630 GIT binary patch literal 6545 zcmeH}TWlOx8OIN0DZ!-_8d_*c;WRWMrQP)<&23XRb&agpm4xD)IYfj@Rpr zNeb-)4;}5<|2g0J&UZiG%*!`to>DvyGFHjBPN@Te8UA<pxliD|jRHzgv9G;tdFEgMJ(MF7Ph!BVZ0(3+@J2fHjL>1o^2+{=~Ge zg6{;sY1iMg_(KpCY8reycp4Nr^LGCt_-WQZ1^dBU5hD8sLE(=;k$Z?gSkz%q?3@I} z&ToLC|NG##z!Tut!HozJy}t%U-tYL^3jPt4b1V7#0eA=a9q=dM5coL4KLGv`{2=%; zcsuy2#hY&+My#{ot>7aTKL^UW8h8u%6;RHd1cm=+;D^8%TnYZu;tG-^{Hs8rciD9> z_v@;QK%i6nhSXo562`JHX$Aa{iY0rnnjueeIyg&)ap6#a$NngA)IO#e<;8kL>;w z_#%EiWpV$_sr=h8QqHXfMQ^)Z-w%qtJ1qTxr4N9=f$oDZf?H4`_WcVKIoA`!z2Hrt z*!y|#x8NZ73V0vMn*nbp>2mHD7GDBIe{As;OaF((*DS6e$)aba#Z{o3TVt`y;x@a# z3lu$%gNZ#B2kpKG%J~tC;~-&5p1Umy2+wM}?gZs7NFCnE_!xt*s{0ssFmjBKGUWb0 zz>s>(GQ$*Mp1b(ZGuAOAU-D40jpso-rjlpPy3kba4z)j^*Q_gg5mN}J7@3l~+TKR(te zs3Tt&6LH$9R3K|7(mq;pYWu=|V5K8@FoEhdg`nmHqpH`fM65sI zmWxo$>m?!z{vrIR_#@iE z6?Qybl%!ccy*e$F)kHLasbHcJ1CMBrMtse26XupRs*&eKi)8ewr(bCP8CLUBrOOAzl-ww3Qwx!KbRaQV#5DyvvA9*z zh>HmYu7n>(Ipq`zff>%}s_#W*oixJ?|E=_-J!a^VEgK8{D8r;>YoSABn6zx!K9vDm zcj#Oh+Se6i&p>YFPP$u${}y)o9n{el>Tdd~^v(>EmMz;;GGNP2qo-t;Dc>V*CZfo7 zZ{SksncikvpYI8+ubH;biE45sGW(WLYYFEPT7S6~gu>b1%-LTvR}%M|l9!VAtG$8$ z1TVepqowSpOb~Lz^1Ac{*T`>s%nbQKlqX4n;UVB5yGVI>CRj1Q#ue-ZLZ_^!`-R|yArk&}ui)oik z*K~GtJkY&fuU(tY@9*xE6YCfEIy;*-w`^haJ~lUOZBzB}ct*$1)~9rRB0d|>$McQP zmHI^eSmR^n&Df1ky&>5fb^M%sDPhWmcqTqk|B{MN#frkA0=5MNMyLBuol zaroxy$LnM9c@)Pd@$|Cd+&QRI;CU5K%OXCn`C|?BoL(ey^hi8sPr#I}5scbIiX0R* zN73F;S^ruh6LF$+CVn2PUeFTdMa4QkLu{wwOY*Ig%*W$X$cINVa4NUt;B@?qsDWe2 zvDCpNV+&hXNSQ~;1;Rj#6mbBMG$o$T#n08pm?k!!tB)ySc+74xJ&s%a3-x&YSUR1+ zyz@jCc?gkB>LV4D#zBsd2eI{HeNt3TBz~WbFUF_xnhe0MldK$x=j#(Xo~<8FLLlk9 zgcnK0rEyL~60#ZL%)KS*|14JAwsTVdZ$bv&62+}ZZq2o;{eOtnG49it?E#6FAJvaZ zH#{28(Q%|RaL3NZPtyb9rdG4i*l4MBkl;zgNZb#Ngbb-)*)Rc z?XB@8n$?qW5c1t6ME)N_%UODI^-pRXnlHb*UdsFN<T3DLI{sFJmb$AWm@DCQi&c%Mnf|HYU|0udY)>UcNyR z59RBGIussWBvMiM2ko@TvAKOlTGB}=OO=6oya53=WC1IFK<8>*S%C`v7Cl#WWxQc3dM>jH(6n1Lw z5|`w<&mxdFwb(X?evv(nebeLsPsXS;WGC5PtPRK)@NP`(JcldfpmA1=sUPK&XPSgv z@hK, 2011 +# Omar Lajam, 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-10-15 21:27+0000\n" +"Last-Translator: Bashar Al-Abdulhadi\n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s المتوفرة" + +#, javascript-format +msgid "" +"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." +msgstr "" +"هذه قائمة %s المتوفرة. يمكنك اختيار بعضها بانتقائها في الصندوق أدناه ثم " +"الضغط على سهم الـ\"اختيار\" بين الصندوقين." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "اكتب في هذا الصندوق لتصفية قائمة %s المتوفرة." + +msgid "Filter" +msgstr "تصفية" + +msgid "Choose all" +msgstr "اختر الكل" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "اضغط لاختيار جميع %s جملة واحدة." + +msgid "Choose" +msgstr "اختيار" + +msgid "Remove" +msgstr "احذف" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s المُختارة" + +#, javascript-format +msgid "" +"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." +msgstr "" +"هذه قائمة %s المحددة. يمكنك إزالة بعضها باختيارها في الصندوق أدناه ثم اضغط " +"على سهم الـ\"إزالة\" بين الصندوقين." + +msgid "Remove all" +msgstr "إزالة الكل" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "اضغط لإزالة جميع %s المحددة جملة واحدة." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "لا شي محدد" +msgstr[1] "%(sel)s من %(cnt)s محدد" +msgstr[2] "%(sel)s من %(cnt)s محدد" +msgstr[3] "%(sel)s من %(cnt)s محددة" +msgstr[4] "%(sel)s من %(cnt)s محدد" +msgstr[5] "%(sel)s من %(cnt)s محدد" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"لديك تعديلات غير محفوظة على بعض الحقول القابلة للتعديل. إن نفذت أي إجراء " +"فسوف تخسر تعديلاتك." + +msgid "" +"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." +msgstr "" +"لقد حددت إجراءً ، لكنك لم تحفظ تغييراتك في الحقول الفردية حتى الآن. يرجى " +"النقر فوق موافق للحفظ. ستحتاج إلى إعادة تشغيل الإجراء." + +msgid "" +"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." +msgstr "" +"لقد حددت إجراء ، ولم تقم بإجراء أي تغييرات على الحقول الفردية. من المحتمل " +"أنك تبحث عن الزر أذهب بدلاً من الزر حفظ." + +msgid "Now" +msgstr "الآن" + +msgid "Midnight" +msgstr "منتصف الليل" + +msgid "6 a.m." +msgstr "6 ص." + +msgid "Noon" +msgstr "الظهر" + +msgid "6 p.m." +msgstr "6 مساءً" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[1] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[2] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[3] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[4] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[5] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[1] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[2] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[3] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[4] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[5] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." + +msgid "Choose a Time" +msgstr "إختر وقت" + +msgid "Choose a time" +msgstr "اختر وقتاً" + +msgid "Cancel" +msgstr "ألغ" + +msgid "Today" +msgstr "اليوم" + +msgid "Choose a Date" +msgstr "إختر تاريخ " + +msgid "Yesterday" +msgstr "أمس" + +msgid "Tomorrow" +msgstr "غداً" + +msgid "January" +msgstr "يناير" + +msgid "February" +msgstr "فبراير" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "أبريل" + +msgid "May" +msgstr "مايو" + +msgid "June" +msgstr "يونيو" + +msgid "July" +msgstr "يوليو" + +msgid "August" +msgstr "أغسطس" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "أكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "يناير" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "فبراير" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "مارس" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "إبريل" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "مايو" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "يونيو" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "يوليو" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "أغسطس" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "سبتمبر" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "أكتوبر" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "نوفمبر" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "ديسمبر" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "أحد" + +msgctxt "one letter Monday" +msgid "M" +msgstr "إثنين" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "ثلاثاء" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "أربعاء" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "خميس" + +msgctxt "one letter Friday" +msgid "F" +msgstr "جمعة" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "سبت" + +msgid "Show" +msgstr "أظهر" + +msgid "Hide" +msgstr "اخف" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5f75b277974eb3db4fd696fcdeeab59beefa2e9b GIT binary patch literal 19947 zcmd^_dyrgJoyQM~f{~Yi3W9nQ2uxt6^WbHMJP1jENCF`VAQCtBOy8Ml($hV3_hd3+ zgghr1bhD@+x+0I5WD+t-hP({BO6`if#g?U|mQ}aeUEM`%cMHqfT3`Ez?&I@4=iJ-3 zCzFt%Tf0@;aOQi@x##hFpWit*KRW;P#|^*3luIe!ew#7B1wZ*t{_yKM*O+&MdGI~p z!{8<06W~X|7r-mPv(Izw*MhfFUkqLcJ_&04cfhxUKLyVKe+Ir4{3Uo6`0xJx>F;v= z-wBGI@g8S^@1=e}sCg>jncyeDbHMeW=KC!84)6*8{uyu$^vc`Y!^t{*|EmO$9~Q4WRg*1#10!z$?KXP;@*AegJ&Nzkdl_O}z#_2rfbR zd%>5%4zL2#+rU>r$?sE4F8vIE;^Qe$^4SMUu3ra5&$q#w!0&@v?}CdQebYdi%yjTx z@GkIja2HqvzXQGnoC)z-?p+d$3QDeD z@b7nm6R7V6CC~4HqW|wet@}ENsLjtojXw?Jm44p=VshqEQ0upV;&&P-Jl`2T;(b7gWxVO0AB&C;OpRGa0SM^1>6s|g01g&>-U0McM~XmKMsoC zFN4y@eo*rLOHg#a3Zh!`V-Qi9UxDKH9F!tDE(JAD6DU3=gPLzTsQDIwSAi=)NHc?= zQJ(_eua_g!!V{0TS_d>kgV?w^5^z#oE=(|>`pz%v445Vg4lycW!Y^0Ozv zUT_%9fR~MTa#;f2PJJ6V1^icV2^gT%MPLP#-2MWTes90bnC0L-p!hog%09pD@tdId zdEN~CXTT!(R`7SA=95s? z0q23&fu92vw_X7s0RIV`3Ep*ulgn06^4|?gUqAHtkD%uLIVigS4HP|ccJ(_O6kQj4 zyv(<^fTz9bLF)(LJE)gI+2G>z1^nZSfn{N^*{;mZj-?^aZ zT?lI44sbiT3jA~MQYImUm>P(wn_qw$civ=2*TtaPCxVjuTo6+=9|sY=c^DM^+reqz z2&nab3f>6*Cm4XO7@y>HKX@0|2Wp*HKup_wA3PiU1t>lh)HTml;JM&DQ2m#Ivj2~P zlH+RdL*SRdv%nvK0r(G~?BFzr8UUNYAAkqJm%+`~81pE&2q*duSOX>hA&gA%dLJl0 zzXhHH{uD%H=9l0&aQyYg+zmE^EM?Y#YCj0#O6Dc-bKq;>B5>6WZrztb@v#M>#n)#+ zje8FKA~+152i`iJwZM;ntH6Z>HI4fw_-^pqzWy5cF6uw?_5T1dQS)|$uX!?{^fVik z9fzR!dH|GOw}9%u6TAfcE+~3_21*~l0WSbgpW)gs0;QkJK-t40Q1YQ1Tdm zle6Eez$>WF1>XZc0E+Ilp!z)y%1*xmz7O0DD$aikM8xJ*P;$6%j+<`=sCDlKCEqG2 zKimYKdm8hAn5x-(Gqwr-7`z(1e6Cw>G06YsKK`ivDG*mRuYjWOH{cQQYzE_U=3C$& zfxiOVz@_tD|HI&N>OTQL4&HQ&F@Fs{3yQA%t;ReCJ_M?M_HB;O4}#L;)u8CU9+chO z;oEb*y#&fm20+RCNlvpoccac{LNqJ^fd&^KfVh}@9(D~I&T2q0xkkY|69z3+3~aE{c91b6^gE zEB*6$Q1pM55>Vpb6+CRBe2OAH>9^H^{fjwRx>aeRTtyL|Z>4lo9;JMMBHN9BXYe3j zB4pU#Fn{m$&$okw9{VG-CBHB8w1P53d6Ke*vVn3D`r*BgnEK}zDy8QDI%0|jmihg%e6hEGz5Mr&*$(6ij*ql zX5aXL#{saPav4Q_`f*ARrJbVRT@K8%9tG?C^Ca+6|C|L&lwMyy2fWQcAMmI+{+xea z3f@XNpOT}TOZijEUW$Hir_7|RqWm#s21UR94$N-wGnC6Im-x2D;1bFUzP=C~N0~tR zAZ0q`bCeHLK1;cfqTgBi6WrV%Ol<1N7ph@-MKxb7gp(?Pnb?%=>ER)p>&_SRm1;R# z&6kQaw->UN%8FvPTiqr$<%^YSw%ATZ?@GPJs%`e~`?8gwy(?Sn40A!Hx4k{AR62SK zh5pQ#ox^f?;@)AI$;)A-w@{5INHvK9&A!6*SP@fGEmgAx-o-TKt6jl@dBJOse0gHi z%CLV@<+Vqi3UZ~eQhe=^FIIzaHSA`B#bLQC+fxbh)j(Y2!a`ULbF-Pp&X>$y;YB-d z%$!0YIPS|SL8*hc?N&VXA?;SEb1bx)IXPy@<>==~b(M;RY_U}B3d_9fETM<(*VRj%1A|?&!C>08& zzI?G0br)DAhaST2O3;_5Pg@wP1DTz~>an~NGGhBZ&XSHKY`>TjG5PYT5HZ`#%@$Es z%zmQGxz-PigJ5DMe(J*9O6C66R8x0<(1VxtmCCue*XVkRr`RCe%&mR|+V9ARgxY!Z5ILZ_(<`(kpD+8=HlsUL| ztKCGv?d4JhIWtF3wiBb8Tfm0R+)}Y4U+zw10872)a#*Yu`diJsY&F}Kt%N~XE|&8*c`O=Ruy)zz;+wxT?D_f8gyk>g+WhP z?#@>#SmCHhR1YlG{+_U+coPe)k=&Gt_zrRK`aN}Xs>}Q@iUJ>=_W-+hX>=OkTPp-* z_sYyGwfA=8qApFC-<{1Dc#~r*uC$u@-96QQGrvfN5oCj6*q6ArjZL!Z-U{z#kY|*N zowFu3sp>Yt8IyfuCYd09X#;c|7&GP;o5FYqirH29PD_p3I%qFfs?7m3S}Mk#Bv{rJ z7Mo>QMJTH5n>T_fq2v`LTyWTHyfUEA)F=~EXuYwr^2>nyh`xrEeqUMBH}LSup57_ z?2l2m7Z+3l7n1W&X@%@CFt(0RFx7W4olcz<3!0QjX1#W*G-VH+7fFl*_{dQDEW-S zhKsfk^|`GrmoW=Vox~mwLAEpNE2ZA58c|ufKe*E-RMbl=dwa|xC1oUwc6y?(&o#-R z*#n(VEb5P`Fn6Rppw-+_;(z}x;Uc3pt3S|fMz1ef`Ypl-yoo zi*6_JL!)+Ub{3pD?)%E94$d((Jf12Y1{!?bnte9l!y2vu}9DWo%sf15!fN#sMVH`ktpO%Sy7nt3;+XDj2t# z#igF!o}is9j6C7BM|PMc_%zwPcOR2=f2E$I4{i2{)muo;QcJ@!>JR2C-wbAi-Lsmmn=)n6jLAGPv3=)q(R3xSoy^j% zQlIi$vozT%iEsWey_6tY?Xr@_9{RNP*{J729nS9(U3EXSy=|CByI*jL)&ZRz3 z$EO{48IU^gkGi&SgET>$4OYW!x1B3?b;Kx7DCCPP?ae{HxC%-Ueh+7zd|N@`s6C53 z6+^n%rLzSIUd@C7+H;v8@X#gOm2bWSJE5u=PDp4r_e$O*=*(R1cSpo3KH|LyVcGqUXv5B|JV-)RDwJ^}m6s|9ry~+% ze?Ly5?ZxY|r{*9}4uXFDG1Oik>Y|DiM2owmUGv!;UfzA5Zp)k+L&Kol`#DY`e9xW$YIQBO>)Qt_gX=S zv_hUug+7H+r&3rt2f2Jl2YI;N{B3-mZAple{V`72+E;a$u-=d@_S>y3V@D~DjOiqB zbtTj~G1%=wM&)D{he;7wS7A2EseGW-?G|0!X)93!S>VK`RGhYSlQ?`p}Y+Vg$D9OV(M~_b3Yx`H)AGMcY4y1)yqB}I9J!}dB-2t)HxC|)hC}cb1 zXM1Yw+QG7xKC}+lA}oxWjF^En8TbZ)W(k zY4k33_QFofGPcRqU`{#PmTwQ5<`g^)Gq1mq17qmgJAFWuJ~bAmfX6YZ{T45Ho9i?zYpU^K!Y zmvZlJvB)u6Ore;+9W{ zKg2Dc5PMj?lawDF#Q=9khft#Q>O%aaO58o#9oSyUAZAIPjeq5%g00rp*EX2i`j~31 zup7G|Y#_J2a9SJ0Fp@fQ+)dkhBnfP)t=CI+rEV?9EiWQPVoYFs7!t{&KkO}^5Iv2! zn4@lgfwk~KEPNEtwhB3T!Jwq<++hSFhN2^C7^)3e1wtIMI0QV ziAwq18&f6uHE3!~GG&~NT-OGoovo%efZa&A4fNxW)}CvFkgy&b_TsKv=TY4BF_ank z2PMSF#cR?DG70YXYod+xk0~5r1c+*vNM=eOU7Ok+mO*PmW_bz_CLxYCoBH9hAHp1>WcyL5n;-`7jBS2cqFdWs33WATr$< z?Uu*9U?+42MjIT}1|>?vpTp6M(UAZ(;fR6!MWKb)xWIAjgMf+`HM~4Tl<=!*Qr05g`4o-S4bDN^Ng+r1nU(EwGc<)w(4TTnq~xHy0=hKSgf!UM8g`OZKP9a6Vw7@pCz z7bs)!b8N~gsjh!lMb)0qShi}gy~YarC&A!Ji>0{9_8yIHFwjhhBYud848~WF2Bj3g( zcxLTU=_zL6WETqt60YhW70k zZGV_AYCeE0)&^Fr2t_e{JBq;8l{p{{xFoHDGKjzk@Pk7Vy)?6-wxv!OeMVc2L;?qo zMf(j*5lo3H)-3m$^dllse3HQpS%O^>5ihV2W7WW6l6u`!@acW|gl4g}*|ykE?>fFY zf{@6b+5kyP5>9s3);BAnZ?C5+$N(Wfuk_B^!M4;ZWTLHpABmKtHxlir4O+$S!fk5g zDmK+%IqL_^D(crc(w)FhbWc0XmobT-i4*)K_P^A#D6%wS~*m5MSvQ`$EIMR z|HlP-r4au-4=lHdVLPM!(H_f^*oaB3pAH)6CA}Zh*#axKBq9<+2|xUC4B0eIR)u{e z(;++^vk}Z@k?vpDogg0U^Y!@55KCj2NQbAnSul9wH>{vdiE)EsHrc3FaOe2O#i$`u zOcTE8;bVQGHN$L25eq(NwMitj5#Rfe+FTaS1|hn}J_)UtuoXOyf_C2@D@ za8muXyi8)J0+K39J!QnIScM+uE&ezt8z2fr>=@qcZGZCrXdCjzMQxxc zN>(~VFWgpPxiPk!+S1y>SPkhA{9sVJ#VOGYvC!_o$0gn|{69xJkpT{gZpx4_Bdafa z`t-6!3{nZA$3N^@S9?aR>{!OBOo@ZycAZ%n=c1uvIs$wiDeMX|8ANCA!`xa)s9wd6tU*_*xO z63+KfwWqc?E^D`CHeJHRGM!kFb0k|rZ9uuc zE+y>?UL_MJ_YIsw8ZKR_bJ&*C~aeKWzTJr0cilCKAD54%`DED5ey`9c`3=+Au^Hi#;G$V(to+|7kIkZ zZlrRpl54_F!^d0g5|Y;uDD;8j1bcOo4*Fe7b~b`2^bJHjJ0r6b)wUu49R*X$wqHz= zJqep;4AJ#u7M3GmIaaJAwJpd=A!m0GC0F!~_n>P=aer#v0|aI7ilx9~R)~CvPA3DW zL`}o=$&nKO9L1&Bt*0o~B9jpK#_R@|bDT6bTmz1hO#?M2%j}z){A5|hi`f5znu~;} zz$R>1j}^go9U0^g&Z%_m@KwA*9z<$H4(r>Ur|2Zc;mEe>fiSYqRYqNV1hwR}>rWut z7ZGaq_1WA$cAe9j#DkEJWre7)T*4-bB za0aVAmXa;Lv0F}-O1$lzx7@~g8v}G^s%>SGg9JV6Zp!|(DhK!IYfe;S?>3G`EYH$- zfbL}Uibgh6=~|m-8<`A*#MWdxCwDDJQP%-CK@yn_mb|AnAhqyFEEq<2n`>KS;c>g2 zJ9TMf;!WJ{<=Xz~%sz#v?B#r22Fz%qpdVq^uD5MtT}94M2V^@WGT6g&oY2=YMmZ%6 zttU89GnoFDXxuq>t7%dXU9posw|!(bL!#`(4p}-|WGD z7NC12-2{#{3U;gb-~UYFUu~(gRUbhCYeZ|T;HKb(l;p0Tc*OT&yY|}Tf&t5rcj>%~ z2XTV2J{RBTrO8PSVm8>@Z-}gy-2Jn@=uh95Q+1XLr<=7(@`Y`iByPW^<8K&(I7oGX zOzA(hy&=AO;D;A`U(QKT8y-ZfMZT0`(OV;PK!)8{UG71!w7SNaWQX>YIi}$;tbT`W zc{@nhJtWGV<29rWZvTzvY?xK7pa*hPvK%{6>e3X~PkEAbfH<9K{nf1f01mf|j2$yd&R_=HfdS&O#<=LS&vA)af`&QGAn&jlwkZ`p}reARJr^)X;l~6bpW)< Gm-%n=z=e_k literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8608584f44f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po @@ -0,0 +1,738 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jihad Bahmaid Al-Halki, 2022 +# Riterix , 2019-2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: Jihad Bahmaid Al-Halki\n" +"Language-Team: Arabic (Algeria) (http://www.transifex.com/django/django/" +"language/ar_DZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar_DZ\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "حذف سجلات %(verbose_name_plural)s المحددة" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "تم حذف %(count)d %(items)s بنجاح." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "لا يمكن حذف %(name)s" + +msgid "Are you sure?" +msgstr "هل أنت متأكد؟" + +msgid "Administration" +msgstr "الإدارة" + +msgid "All" +msgstr "الكل" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Any date" +msgstr "أي تاريخ" + +msgid "Today" +msgstr "اليوم" + +msgid "Past 7 days" +msgstr "الأيام السبعة الماضية" + +msgid "This month" +msgstr "هذا الشهر" + +msgid "This year" +msgstr "هذه السنة" + +msgid "No date" +msgstr "لا يوجد أي تاريخ" + +msgid "Has date" +msgstr "به تاريخ" + +msgid "Empty" +msgstr "فارغة" + +msgid "Not empty" +msgstr "ليست فارغة" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"الرجاء إدخال ال%(username)s و كلمة المرور الصحيحين لحساب الطاقم. الحقلين " +"حساسين وضعية الاحرف." + +msgid "Action:" +msgstr "إجراء:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "إضافة سجل %(verbose_name)s آخر" + +msgid "Remove" +msgstr "أزل" + +msgid "Addition" +msgstr "إضافة" + +msgid "Change" +msgstr "عدّل" + +msgid "Deletion" +msgstr "حذف" + +msgid "action time" +msgstr "وقت الإجراء" + +msgid "user" +msgstr "المستخدم" + +msgid "content type" +msgstr "نوع المحتوى" + +msgid "object id" +msgstr "معرف العنصر" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "ممثل العنصر" + +msgid "action flag" +msgstr "علامة الإجراء" + +msgid "change message" +msgstr "غيّر الرسالة" + +msgid "log entry" +msgstr "مُدخل السجل" + +msgid "log entries" +msgstr "مُدخلات السجل" + +#, python-format +msgid "Added “%(object)s”." +msgstr "تم إضافة العناصر \\\"%(object)s\\\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "تم تعديل العناصر \\\"%(object)s\\\" - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "تم حذف العناصر \\\"%(object)s.\\\"" + +msgid "LogEntry Object" +msgstr "كائن LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "تم إضافة {name} \\\"{object}\\\"." + +msgid "Added." +msgstr "تمت الإضافة." + +msgid "and" +msgstr "و" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "تم تغيير {fields} لـ {name} \\\"{object}\\\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "تم تغيير {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "تم حذف {name} \\\"{object}\\\"." + +msgid "No fields changed." +msgstr "لم يتم تغيير أية حقول." + +msgid "None" +msgstr "لاشيء" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"استمر بالضغط على مفتاح \\\"Control\\\", او \\\"Command\\\" على أجهزة الماك, " +"لإختيار أكثر من أختيار واحد." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "تمت إضافة {name} \\\"{obj}\\\" بنجاح." + +msgid "You may edit it again below." +msgstr "يمكن تعديله مرة أخرى أدناه." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "تمت إضافة {name} \\\"{obj}\\\" بنجاح. يمكنك إضافة {name} آخر أدناه." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "تم تغيير {name} \\\"{obj}\\\" بنجاح. يمكنك تعديله مرة أخرى أدناه." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "تمت إضافة {name} \\\"{obj}\\\" بنجاح. يمكنك تعديله مرة أخرى أدناه." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "تم تغيير {name} \\\"{obj}\\\" بنجاح. يمكنك إضافة {name} آخر أدناه." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "تم تغيير {name} \\\"{obj}\\\" بنجاح." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "يجب تحديد العناصر لتطبيق الإجراءات عليها. لم يتم تغيير أية عناصر." + +msgid "No action selected." +msgstr "لم يحدد أي إجراء." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "تم حذف %(name)s \\\"%(obj)s\\\" بنجاح." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s ب ID \\\"%(key)s\\\" غير موجود. ربما تم حذفه؟" + +#, python-format +msgid "Add %s" +msgstr "أضف %s" + +#, python-format +msgid "Change %s" +msgstr "عدّل %s" + +#, python-format +msgid "View %s" +msgstr "عرض %s" + +msgid "Database error" +msgstr "خطـأ في قاعدة البيانات" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[1] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[2] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[3] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[4] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[5] "تم تغيير %(count)s %(name)s بنجاح." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "تم تحديد %(total_count)s" +msgstr[1] "تم تحديد %(total_count)s" +msgstr[2] "تم تحديد %(total_count)s" +msgstr[3] "تم تحديد %(total_count)s" +msgstr[4] "تم تحديد %(total_count)s" +msgstr[5] "تم تحديد %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "لا شيء محدد من %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "تاريخ التغيير: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"حذف %(class_name)s %(instance)s سيتسبب أيضاً بحذف العناصر المرتبطة التالية: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "إدارة موقع جانغو" + +msgid "Django administration" +msgstr "إدارة جانغو" + +msgid "Site administration" +msgstr "إدارة الموقع" + +msgid "Log in" +msgstr "ادخل" + +#, python-format +msgid "%(app)s administration" +msgstr "إدارة %(app)s " + +msgid "Page not found" +msgstr "تعذر العثور على الصفحة" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "نحن آسفون، لكننا لم نعثر على الصفحة المطلوبة.\"" + +msgid "Home" +msgstr "الرئيسية" + +msgid "Server error" +msgstr "خطأ في المزود" + +msgid "Server error (500)" +msgstr "خطأ في المزود (500)" + +msgid "Server Error (500)" +msgstr "خطأ في المزود (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"كان هناك خطأ. تم إعلام المسؤولين عن الموقع عبر البريد الإلكتروني وسوف يتم " +"إصلاح الخطأ قريباً. شكراً على صبركم." + +msgid "Run the selected action" +msgstr "نفذ الإجراء المحدّد" + +msgid "Go" +msgstr "نفّذ" + +msgid "Click here to select the objects across all pages" +msgstr "اضغط هنا لتحديد جميع العناصر في جميع الصفحات" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "اختيار %(total_count)s %(module_name)s جميعها" + +msgid "Clear selection" +msgstr "إزالة الاختيار" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "النماذج في تطبيق %(name)s" + +msgid "Add" +msgstr "أضف" + +msgid "View" +msgstr "عرض" + +msgid "You don’t have permission to view or edit anything." +msgstr "ليس لديك الصلاحية لعرض أو تعديل أي شيء." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"أولاً، أدخل اسم مستخدم وكلمة مرور. ومن ثم تستطيع تعديل المزيد من خيارات " +"المستخدم." + +msgid "Enter a username and password." +msgstr "أدخل اسم مستخدم وكلمة مرور." + +msgid "Change password" +msgstr "غيّر كلمة المرور" + +msgid "Please correct the error below." +msgstr "يرجى تصحيح الخطأ أدناه." + +msgid "Please correct the errors below." +msgstr "الرجاء تصحيح الأخطاء أدناه." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "أدخل كلمة مرور جديدة للمستخدم %(username)s." + +msgid "Welcome," +msgstr "أهلا، " + +msgid "View site" +msgstr "عرض الموقع" + +msgid "Documentation" +msgstr "الوثائق" + +msgid "Log out" +msgstr "اخرج" + +#, python-format +msgid "Add %(name)s" +msgstr "أضف %(name)s" + +msgid "History" +msgstr "تاريخ" + +msgid "View on site" +msgstr "مشاهدة على الموقع" + +msgid "Filter" +msgstr "مرشّح" + +msgid "Clear all filters" +msgstr "مسح جميع المرشحات" + +msgid "Remove from sorting" +msgstr "إزالة من الترتيب" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "أولوية الترتيب: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "عكس الترتيب" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"حذف العنصر %(object_name)s '%(escaped_object)s' سيتسبب بحذف العناصر المرتبطة " +"به، إلا أنك لا تملك صلاحية حذف العناصر التالية:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"حذف %(object_name)s '%(escaped_object)s' سيتسبب أيضاً بحذف العناصر المرتبطة، " +"إلا أن حسابك ليس لديه صلاحية حذف أنواع العناصر التالية:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"متأكد أنك تريد حذف العنصر %(object_name)s \\\"%(escaped_object)s\\\"؟ سيتم " +"حذف جميع العناصر التالية المرتبطة به:" + +msgid "Objects" +msgstr "عناصر" + +msgid "Yes, I’m sure" +msgstr "نعم، أنا متأكد" + +msgid "No, take me back" +msgstr "لا, تراجع للخلف" + +msgid "Delete multiple objects" +msgstr "حذف عدّة عناصر" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"حذف عناصر %(objects_name)s المُحدّدة سيتسبب بحذف العناصر المرتبطة، إلا أن " +"حسابك ليس له صلاحية حذف أنواع العناصر التالية:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"حذف عناصر %(objects_name)s المحدّدة قد يتطلب حذف العناصر المحميّة المرتبطة " +"التالية:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"أأنت متأكد أنك تريد حذف عناصر %(objects_name)s المحددة؟ جميع العناصر التالية " +"والعناصر المرتبطة بها سيتم حذفها:" + +msgid "Delete?" +msgstr "احذفه؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr " حسب %(filter_title)s " + +msgid "Summary" +msgstr "ملخص" + +msgid "Recent actions" +msgstr "آخر الإجراءات" + +msgid "My actions" +msgstr "إجراءاتي" + +msgid "None available" +msgstr "لا يوجد" + +msgid "Unknown content" +msgstr "مُحتوى مجهول" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"هنالك أمر خاطئ في تركيب قاعدة بياناتك، تأكد من أنه تم انشاء جداول قاعدة " +"البيانات الملائمة، وأن قاعدة البيانات قابلة للقراءة من قبل المستخدم الملائم." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"أنت مسجل الدخول بإسم المستخدم %(username)s, ولكنك غير مخول للوصول لهذه " +"الصفحة. هل ترغب بتسجيل الدخول بحساب آخر؟" + +msgid "Forgotten your password or username?" +msgstr "نسيت كلمة المرور أو اسم المستخدم الخاص بك؟" + +msgid "Toggle navigation" +msgstr "تغيير التنقل" + +msgid "Start typing to filter…" +msgstr "ابدأ بالكتابة لبدء التصفية(الفلترة)..." + +msgid "Filter navigation items" +msgstr "تصفية عناصر التنقل" + +msgid "Date/time" +msgstr "التاريخ/الوقت" + +msgid "User" +msgstr "المستخدم" + +msgid "Action" +msgstr "إجراء" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"ليس لهذا العنصر سجلّ تغييرات، على الأغلب أنه لم يُنشأ من خلال نظام إدارة " +"الموقع." + +msgid "Show all" +msgstr "أظهر الكل" + +msgid "Save" +msgstr "احفظ" + +msgid "Popup closing…" +msgstr "إغلاق المنبثقة ..." + +msgid "Search" +msgstr "ابحث" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s نتيجة" +msgstr[1] "%(counter)s نتيجة" +msgstr[2] "%(counter)s نتيجة" +msgstr[3] "%(counter)s نتائج" +msgstr[4] "%(counter)s نتيجة" +msgstr[5] "%(counter)s نتيجة" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "المجموع %(full_result_count)s" + +msgid "Save as new" +msgstr "احفظ كجديد" + +msgid "Save and add another" +msgstr "احفظ وأضف آخر" + +msgid "Save and continue editing" +msgstr "احفظ واستمر بالتعديل" + +msgid "Save and view" +msgstr "احفظ ثم اعرض" + +msgid "Close" +msgstr "أغلق" + +#, python-format +msgid "Change selected %(model)s" +msgstr "تغيير %(model)s المختارة" + +#, python-format +msgid "Add another %(model)s" +msgstr "أضف %(model)s آخر" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "حذف %(model)s المختارة" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "شكرا لأخذك بعض الوقت في الموقع اليوم." + +msgid "Log in again" +msgstr "ادخل مجدداً" + +msgid "Password change" +msgstr "غيّر كلمة مرورك" + +msgid "Your password was changed." +msgstr "تمّ تغيير كلمة مرورك." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"رجاءً أدخل كلمة مرورك القديمة، للأمان، ثم أدخل كلمة مرور الجديدة مرتين كي " +"تتأكّد من كتابتها بشكل صحيح." + +msgid "Change my password" +msgstr "غيّر كلمة مروري" + +msgid "Password reset" +msgstr "استعادة كلمة المرور" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "تم تعيين كلمة مرورك. يمكن الاستمرار وتسجيل دخولك الآن." + +msgid "Password reset confirmation" +msgstr "تأكيد استعادة كلمة المرور" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "رجاءً أدخل كلمة مرورك الجديدة مرتين كي تتأكّد من كتابتها بشكل صحيح." + +msgid "New password:" +msgstr "كلمة المرور الجديدة:" + +msgid "Confirm password:" +msgstr "أكّد كلمة المرور:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"رابط استعادة كلمة المرور غير صحيح، ربما لأنه استُخدم من قبل. رجاءً اطلب " +"استعادة كلمة المرور مرة أخرى." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"تم إرسال بريد إلكتروني بالتعليمات لضبط كلمة المرور الخاصة بك, في حال تواجد " +"حساب بنفس البريد الإلكتروني الذي ادخلته. سوف تستقبل البريد الإلكتروني قريباً" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"في حال عدم إستقبال البريد الإلكتروني، الرجاء التأكد من إدخال عنوان بريدك " +"الإلكتروني بشكل صحيح ومراجعة مجلد الرسائل غير المرغوب فيها." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"لقد قمت بتلقى هذه الرسالة لطلبك بإعادة تعين كلمة المرور لحسابك الشخصي على " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "رجاءً اذهب إلى الصفحة التالية واختر كلمة مرور جديدة:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "اسم المستخدم الخاص بك، في حال كنت قد نسيته:" + +msgid "Thanks for using our site!" +msgstr "شكراً لاستخدامك موقعنا!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "فريق %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"هل فقدت كلمة المرور؟ أدخل عنوان بريدك الإلكتروني أدناه وسوف نقوم بإرسال " +"تعليمات للحصول على كلمة مرور جديدة." + +msgid "Email address:" +msgstr "عنوان البريد الإلكتروني:" + +msgid "Reset my password" +msgstr "استعد كلمة مروري" + +msgid "All dates" +msgstr "كافة التواريخ" + +#, python-format +msgid "Select %s" +msgstr "اختر %s" + +#, python-format +msgid "Select %s to change" +msgstr "اختر %s لتغييره" + +#, python-format +msgid "Select %s to view" +msgstr "حدد %s للعرض" + +msgid "Date:" +msgstr "التاريخ:" + +msgid "Time:" +msgstr "الوقت:" + +msgid "Lookup" +msgstr "ابحث" + +msgid "Currently:" +msgstr "حالياً:" + +msgid "Change:" +msgstr "تغيير:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..6b419f003c46278e57ff6a7a1a2e2fc4f01ad7ec GIT binary patch literal 6423 zcmeH}ZH!!18OM(>C@zRn5JW+bmDX06*_Xc1PFbK7mbSX3X%`Vi&7GOMI~Qi|UGBZJ z+cmy)+iiC(kpy3&24gJEvfHKYQY+9lN;D=aF&bk`yf-E!`iXCT@#PbVzvtXDv$NZ^ zqVT~FoXolZbDr~@=j}Y_IrGYj+_x0%F8YnqFH!0t!5kmj{>zlQ4IBsG4xY34Q;?tf zrJeruJZ{QV3pV@p6k-SiH*O)fTS>36p7SEeeQ^m3H0@%3Y8={4o8abi%6E({G{|=pUiW z{l9}Q`Ix7RpVH*~QDfT8e2erobU80+q-?9*Wk*~a({8ay7?rkT0jXi@=;G@}`X)M8 zwADx}wV5t=^L9%m1r%wmR@r$kxPksbJ12xDhowG9`xyOBdXG$Ka=y}T%RqI4QVVXS zucpg6b~V}=mia_m;r#nv`zr%*4bje1yM>u~7R z)YisOBZ}455yz`JrJAc(MQWSlm))A$RtAtDawZU1FDK9m%}j6^yF;%W)tP*kb}^LE@$My2EkC zx3>!8K-G&hzqsn^nimo2LG831aKZRrcgC7$5(RZvm&R-sdH#@Wt!vLWB1*wN{HO(^ z+QAi8d|j49vwV7GmMANUXb4lujYnO0M0-3MXtujiVOgVE=e%H%&4M>*Q5K^AWKmEd zJqCh$Aa<*Pv0)dN$<$clCtfoiG+CxA!D!~uvhh?8xe>W2;v}=G4tdP54qfF9~&y(h*xPiHMG06N@St~I|(}+1|_cPn63qZ zIe@`{Y$ek75$Hx7vpsZ}3lYV#vRACh)(RIl4<^0XyokLOp@l62iOB^9>M=Ji=-oBf ziQFtV^!*=~=*j-3_1t^kMH=ML&4-Q5x-2wphBf?5>GA<_D_(5MR5LO=293!gt}W2U z;-!*CJxnNZC4wj}D5q2k-I0Q>2Yy`DrWoeB zsT{a;h02wqd|g2HUC2whO?AuhUBXVigF3c^x{JChwKK-ij6F1~a+)Ue^F14M*KNfOn{Vl&b$r5!;`~79_)*P?gRrP~dR5+syPay?@hW<2 zEx+BVJ?h=c_MRTN{h@|4exoIx<0m1tBN{y_r;yVHOKR} z$n^{(H|~94pfA5^flt&8x?%oazZ_I3*hRgmD-2VbR9vVJG@x>DhEr6dp2OpG?js$BUZS!>-MF z97yKVLpqsF_nQF75uTF(NS4`%8#$*~fV1$HsQ+J$n^}x%)}m(&NlH)_kmp&MmwG_)U~m}L zNu4|^r9-MrR#}sCnEF*snVYl=>HddTw(EO%r6lSRYKz&{k}4!h%SC*##dWbKZBbh6 z$AX9dg&!C9qNVHNK8RmEqg*6d|5V&ST0EsSd~FAWx@vh7UrqGZM5e;UF< yz%X199l5x6h=~xUgvvo>!^QtAWN}f^T2!kRm7^1IQlV6GQYEKU@~leEseb{-a4Mew literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..9e8a4ad1c84 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po @@ -0,0 +1,280 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jihad Bahmaid Al-Halki, 2022 +# Riterix , 2019-2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:26-0500\n" +"PO-Revision-Date: 2022-07-25 07:59+0000\n" +"Last-Translator: Jihad Bahmaid Al-Halki\n" +"Language-Team: Arabic (Algeria) (http://www.transifex.com/django/django/" +"language/ar_DZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar_DZ\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s المتوفرة" + +#, javascript-format +msgid "" +"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." +msgstr "" +"هذه قائمة %s المتوفرة. يمكنك اختيار بعضها بانتقائها في الصندوق أدناه ثم " +"الضغط على سهم الـ\\\"اختيار\\\" بين الصندوقين." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "اكتب في هذا الصندوق لتصفية قائمة %s المتوفرة." + +msgid "Filter" +msgstr "انتقاء" + +msgid "Choose all" +msgstr "اختر الكل" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "اضغط لاختيار جميع %s جملة واحدة." + +msgid "Choose" +msgstr "اختيار" + +msgid "Remove" +msgstr "احذف" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s المختارة" + +#, javascript-format +msgid "" +"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." +msgstr "" +"هذه قائمة %s المحددة. يمكنك إزالة بعضها باختيارها في الصندوق أدناه ثم اضغط " +"على سهم الـ\\\"إزالة\\\" بين الصندوقين." + +msgid "Remove all" +msgstr "إزالة الكل" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "اضغط لإزالة جميع %s المحددة جملة واحدة." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "لا شي محدد" +msgstr[1] "%(sel)s من %(cnt)s محدد" +msgstr[2] "%(sel)s من %(cnt)s محدد" +msgstr[3] "%(sel)s من %(cnt)s محددة" +msgstr[4] "%(sel)s من %(cnt)s محدد" +msgstr[5] "%(sel)s من %(cnt)s محدد" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"لديك تعديلات غير محفوظة على بعض الحقول القابلة للتعديل. إن نفذت أي إجراء " +"فسوف تخسر تعديلاتك." + +msgid "" +"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." +msgstr "" +"اخترت إجراءً لكن دون أن تحفظ تغييرات التي قمت بها. رجاء اضغط زر الموافقة " +"لتحفظ تعديلاتك. ستحتاج إلى إعادة تنفيذ الإجراء." + +msgid "" +"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." +msgstr "اخترت إجراءً دون تغيير أي حقل. لعلك تريد زر التنفيذ بدلاً من زر الحفظ." + +msgid "Now" +msgstr "الآن" + +msgid "Midnight" +msgstr "منتصف الليل" + +msgid "6 a.m." +msgstr "6 ص." + +msgid "Noon" +msgstr "الظهر" + +msgid "6 p.m." +msgstr "6 مساء" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[1] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[2] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[3] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[4] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[5] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[1] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[2] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[3] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[4] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[5] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." + +msgid "Choose a Time" +msgstr "إختر وقت " + +msgid "Choose a time" +msgstr "إختر وقت " + +msgid "Cancel" +msgstr "ألغ" + +msgid "Today" +msgstr "اليوم" + +msgid "Choose a Date" +msgstr "إختر تاريخ " + +msgid "Yesterday" +msgstr "أمس" + +msgid "Tomorrow" +msgstr "غداً" + +msgid "January" +msgstr "جانفي" + +msgid "February" +msgstr "فيفري" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "أفريل" + +msgid "May" +msgstr "ماي" + +msgid "June" +msgstr "جوان" + +msgid "July" +msgstr "جويليه" + +msgid "August" +msgstr "أوت" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "أكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "يناير" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "فبراير" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "مارس" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "أبريل" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "مايو" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "يونيو" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "يوليو" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "أغسطس" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "سبتمبر" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "أكتوبر" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "نوفمبر" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "ديسمبر" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "ح" + +msgctxt "one letter Monday" +msgid "M" +msgstr "ن" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "ث" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "ع" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "خ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "ج" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "س" + +msgid "" +"You have already submitted this form. Are you sure you want to submit it " +"again?" +msgstr "" + +msgid "Show" +msgstr "أظهر" + +msgid "Hide" +msgstr "اخف" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e35811bbb20c8f4b764be230b4449c4bc9482617 GIT binary patch literal 2476 zcmaKs-)~e!6vu}jimpFU6n~>5v1u#4+ue#nx7JeH0>uIiT|^TSGQD?pcVOc)->2`mhmA^kQv`UG-6jTVZx~2 zUuCmevsu&QnFx~2I>~!Bavzt8yzkt_-&>la2?=yVA9+%eg2b_S_mCIx?^F)0V5k zyd$nkm`lUcjxcSRRoRkl!wEZW@hdI2yjR(>XiH8Bv}`mPI~xm^TN6qHwo-`2h1N(h z*dX-96b7W@&`55xsO7~n^OcyU()(7_8iEzFK-ZDMbh;}d9rab#>_{hv{UBapxOC3C zDqjqn@0{#fhZ0flNR)e+a*^fAC?A{%)_Hza2`+P?G#4i0zGI`#NWhj_hasLFM6dED z`dgklmWl8Qk_zIM!4-YSgru=&^I=vaxH1otML?ytmHv#`tOs zMMzFwiPBSyT~ZQRVtLY&LLf=2u+yo{tVdBg)&pLnVpwm`dsr^a`^5%TC62qvS3o1DbsH7!>cN6 z1=`?Psj{r26FNDDgX0_Abc;tnJu$@xx6>nrzdX(Bqf-^O;8&H_!g^lA)}>ubTb#|R zRP}FBi^x%HoNH`fdot*uADKp2>kiacihTZqQA`(L8bz)?iEDL|9@*KRD%boPRaCd zq9Mfp?ky+es^y3oJtbB-9jnm4g_MP+E}|l25_+?dWY$3+bXT}_u75Lf>RhYR^*012 zDpUcc(6)=FO*-dYI6dw}s>seFS?bR8Xi(ECvI>f0gWyJSR4}p=)}esM`(H`L=A}pY zHtlajG*%P(8@ct`j!^`bn?h+Q8S%-9dz3`)(GW0*3`-ovT3X9C#2CkmF}Bj*U_JIX DFNc!E literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po new file mode 100644 index 00000000000..437b080ac8f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po @@ -0,0 +1,636 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ḷḷumex03 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 19:51+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "desanciáu con ésitu %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nun pue desaniciase %(name)s" + +msgid "Are you sure?" +msgstr "¿De xuru?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Too" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "Non" + +msgid "Unknown" +msgstr "Desconocíu" + +msgid "Any date" +msgstr "Cualaquier data" + +msgid "Today" +msgstr "Güei" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "Esti mes" + +msgid "This year" +msgstr "Esi añu" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Aición:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Amestáu \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "y" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Los oxetos tienen d'usase pa faer aiciones con ellos. Nun se camudó dengún " +"oxetu." + +msgid "No action selected." +msgstr "Nun s'esbilló denguna aición." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Amestar %s" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Esbillaos 0 de %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "Aniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Nun s'alcontró la páxina" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Sentímoslo, pero nun s'alcuentra la páxina solicitada." + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Hebo un erru. Repotóse al sitiu d'alministradores per corréu y debería " +"d'iguase en pocu tiempu. Gracies pola to paciencia." + +msgid "Run the selected action" +msgstr "Executar l'aición esbillada" + +msgid "Go" +msgstr "Dir" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Esbillar too %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Llimpiar esbilla" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "Bienllegáu/ada," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "Anguaño:" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7b7e49b7a39d6d0b72da2e955791f8e312296439 GIT binary patch literal 2137 zcmaKsJ&YSg6vsCZATi$|Knf%t63JbZtj{(dNgNJg?vfDTk|VhwMWPw+KHHOwXRMi7 z-?^frqC!wWgHodtLNpWkNrRC1zxCc36eT0i{`_XI4Sohn%0-jJ7p)JY%34L=6R22P8RH-* z<#E(UQ6-*~$53VN17cJ~)-F1vNZv&wQn*`W-^+4%F|aur$o1&(VrC=$qJgu>d2*+| z&RA)qx`yd+NLG~1*d!|h=K@zCMNtpumMQxK+tR`4>^en9S?NN`7&McLJ~A=*(=!6h)JdAvM8DL)$c3~gZ?Kiz_S$V zcf}#ow}_(&$2zSWR)Hxi6Mpdx*%R@fDaWo@Ml3XXPJJ;`HcLr8S@-T54oZ4HPv2%A zkft`}*N_cYyTl{sW4adlI!|9M`XSwLZK|zb+(=hED@kd(sv@_k)o8w$HeN`ZC#dyY zyV*L{Xf+xbm|o(smYDN#C(_2LwAG+StNncQSOcZ@rV26L@X7|GqVsKfU0JIGy~#Kd zhF*din6H@9tZUnIFT=<73)SazgVnH2oe&GJk@UqujHC9_(&px7JxWO3-;dZ$&N}hEVoY6?Co{lZLUi)N? zbFIi0oDJ{x`*zu<_6#4Q-= zx`@EEsy*RJ%nF4wgY4kYRz2qmg;&YfZ!2lU9*MGXdZW~aGwqQ^2#0(uvs5%w3H!DR z*YObb)Y$psc%)>@IvE!c`+%)0LqY;w;EaPt>-0t--r}qrfzyS=j}aXys4|uO3(Z|s ANB{r; literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..53705c7038f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po @@ -0,0 +1,211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ḷḷumex03 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-20 02:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponible %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Choose all" +msgstr "Escoyer too" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Primi pa escoyer too %s d'una vegada" + +msgid "Choose" +msgstr "Escoyer" + +msgid "Remove" +msgstr "Desaniciar" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escoyíu %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "Desaniciar too" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Primi pa desaniciar tolo escoyío %s d'una vegada" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s esbilláu" +msgstr[1] "%(sel)s de %(cnt)s esbillaos" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" +"Esbillesti una aición, pero entá nun guardesti les tos camudancies nos " +"campos individuales. Por favor, primi Aceutar pa guardar. Necesitarás " +"executar de nueves la aición" + +msgid "" +"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." +msgstr "" +"Esbillesti una aición, y nun fixesti camudancia dala nos campos " +"individuales. Quiciabes teas guetando'l botón Dir en cuantes del botón " +"Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Agora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Escueyi una hora" + +msgid "Midnight" +msgstr "Media nueche" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "Meudía" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Encaboxar" + +msgid "Today" +msgstr "Güei" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Ayeri" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Amosar" + +msgid "Hide" +msgstr "Anubrir" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..60d683de54fa0aaec67bae07bb5f1bc7524eb916 GIT binary patch literal 18951 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b09a4a6d847 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,795 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Emin Mastizada , 2018,2020 +# Emin Mastizada , 2016 +# Konul Allahverdiyeva , 2016 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2025 +# Sevdimali , 2024 +# Zulfugar Ismayilzadeh , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2025\n" +"Language-Team: Azerbaijani (http://app.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Seçilmiş \"%(verbose_name_plural)s\"ləri/ları sil" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s uğurla silindi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s silinə bilməz" + +msgid "Delete multiple objects" +msgstr "Birdən çox obyekt sil" + +msgid "Administration" +msgstr "Administrasiya" + +msgid "All" +msgstr "Hamısı" + +msgid "Yes" +msgstr "Hə" + +msgid "No" +msgstr "Yox" + +msgid "Unknown" +msgstr "Naməlum" + +msgid "Any date" +msgstr "İstənilən tarix" + +msgid "Today" +msgstr "Bu gün" + +msgid "Past 7 days" +msgstr "Son 7 gündə" + +msgid "This month" +msgstr "Bu ay" + +msgid "This year" +msgstr "Bu il" + +msgid "No date" +msgstr "Tarixi yoxdur" + +msgid "Has date" +msgstr "Tarixi mövcuddur" + +msgid "Empty" +msgstr "Boş" + +msgid "Not empty" +msgstr "Boş deyil" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Lütfən, istifadəçi hesabı üçün doğru %(username)s və şifrə daxil edin. " +"Nəzərə alın ki, hər iki xana böyük-kiçik hərflərə həssasdırlar." + +msgid "Action:" +msgstr "Əməliyyat:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Daha bir %(verbose_name)s əlavə et" + +msgid "Remove" +msgstr "Yığışdırılma" + +msgid "Addition" +msgstr "Əlavə olunma" + +msgid "Change" +msgstr "Düzəliş et" + +msgid "Deletion" +msgstr "Silinmə" + +msgid "action time" +msgstr "əməliyyat vaxtı" + +msgid "user" +msgstr "istifadəçi" + +msgid "content type" +msgstr "məzmun növü" + +msgid "object id" +msgstr "obyekt id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "obyekt repr" + +msgid "action flag" +msgstr "əməliyyat bayrağı" + +msgid "change message" +msgstr "dəyişmə mesajı" + +msgid "log entry" +msgstr "loq yazısı" + +msgid "log entries" +msgstr "loq yazıları" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” əlavə edildi." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” dəyişdirildi — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s” silindi." + +msgid "LogEntry Object" +msgstr "LogEntry obyekti" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” əlavə edildi." + +msgid "Added." +msgstr "Əlavə edildi." + +msgid "and" +msgstr "və" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}” üçün {fields} dəyişdirildi." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} dəyişdirildi." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” silindi." + +msgid "No fields changed." +msgstr "Heç bir sahə dəyişdirilmədi." + +msgid "None" +msgstr "Heç biri" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Birdən çox seçmək üçün “Control” və ya Mac üçün “Command” düyməsini basılı " +"tutun." + +msgid "Select this object for an action - {}" +msgstr "Əməliyyat üçün bu obyekti seçin - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” uğurla əlavə edildi." + +msgid "You may edit it again below." +msgstr "Bunu aşağıda təkrar redaktə edə bilərsiz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” uğurla əlavə edildi. Aşağıdan başqa bir {name} əlavə edə " +"bilərsiz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” uğurla dəyişdirildi. Təkrar aşağıdan dəyişdirə bilərsiz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” uğurla dəyişdirildi. Aşağıdan başqa bir {name} əlavə edə " +"bilərsiz." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” uğurla dəyişdirildi." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Elementlər üzərində əməliyyat aparmaq üçün, siz onları seçməlisiniz. Heç bir " +"element dəyişmədi." + +msgid "No action selected." +msgstr "Heç bir əməliyyat seçilmədi." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” uğurla silindi." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "“%(key)s” ID nömrəli %(name)s mövcud deyil. Bəlkə silinib?" + +#, python-format +msgid "Add %s" +msgstr "%s əlavə et" + +#, python-format +msgid "Change %s" +msgstr "%s obyektini dəyiş" + +#, python-format +msgid "View %s" +msgstr "%s obyektinə bax" + +msgid "Database error" +msgstr "Verilənlər bazası xətası" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s uğurlu dəyişdirildi." +msgstr[1] "%(count)s %(name)s uğurla dəyişdirildi." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seçili" +msgstr[1] "Bütün %(total_count)s seçildi" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s-dan/dən 0 seçilib" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "Change history: %s" +msgstr "Dəyişmə tarixi: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s silinməsi %(related_objects)s obyektlərinin də " +"silinməsinə gətirib çıxaracaq" + +msgid "Django site admin" +msgstr "Django sayt administratoru" + +msgid "Django administration" +msgstr "Django administrasiya" + +msgid "Site administration" +msgstr "Sayt administrasiyası" + +msgid "Log in" +msgstr "Daxil ol" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administrasiyası" + +msgid "Page not found" +msgstr "Səhifə tapılmadı" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Üzr istəyirik, amma sorğulanan səhifə tapılmadı." + +msgid "Home" +msgstr "Ana səhifə" + +msgid "Server error" +msgstr "Server xətası" + +msgid "Server error (500)" +msgstr "Server xətası (500)" + +msgid "Server Error (500)" +msgstr "Serverdə xəta (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Xəta baş verdi. Problem sayt administratorlarına e-poçt vasitəsi ilə " +"bildirildi və qısa bir zamanda həll olunacaq. Anlayışınız üçün təşəkkür " +"edirik." + +msgid "Run the selected action" +msgstr "Seçilən əməliyyatı yerinə yetir" + +msgid "Go" +msgstr "İrəli" + +msgid "Click here to select the objects across all pages" +msgstr "Bütün səhifələr üzrə obyektləri seçmək üçün bura klikləyin" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Hamısını seç (%(total_count)s %(module_name)s)" + +msgid "Clear selection" +msgstr "Seçimi təmizlə" + +msgid "Breadcrumbs" +msgstr "Menyu sətri" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s tətbiqetməsindəki modellər" + +msgid "Model name" +msgstr "Model adı" + +msgid "Add link" +msgstr "Keçid əlavə et" + +msgid "Change or view list link" +msgstr "Siyahı keçidini dəyişdir və ya bax" + +msgid "Add" +msgstr "Əlavə et" + +msgid "View" +msgstr "Bax" + +msgid "You don’t have permission to view or edit anything." +msgstr "Heç nəyə baxmağa və ya dəyişməyə icazəniz yoxdur." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Hesab yaratdıqdan sonra daha çox istifadəçi seçimlərini redaktə edə " +"biləcəksiniz." + +msgid "Error:" +msgstr "Xəta:" + +msgid "Change password" +msgstr "Şifrəni dəyiş" + +msgid "Set password" +msgstr "Şifrə təyin et" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Lütfən, aşağıdakı xətanı düzəldin." +msgstr[1] "Lütfən, aşağıdakı xətaları düzəldin." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s istifadəçisi üçün yeni şifrə daxil edin." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Bu əməliyyat bu istifadəçi üçün şifrə əsaslı autentifikasiyanı aktiv " +"edəcək." + +msgid "Disable password-based authentication" +msgstr "Şifrə əsaslı autentifikasiyanı ləğv et" + +msgid "Enable password-based authentication" +msgstr "Şifrə əsaslı autentifikasiyanı aktivləşdir" + +msgid "Skip to main content" +msgstr "Əsas məzmuna keç" + +msgid "Welcome," +msgstr "Xoş gördük," + +msgid "View site" +msgstr "Sayta bax" + +msgid "Documentation" +msgstr "Sənədləşmə" + +msgid "Log out" +msgstr "Çıx" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s əlavə et" + +msgid "History" +msgstr "Tarix" + +msgid "View on site" +msgstr "Saytda bax" + +msgid "Filter" +msgstr "Süzgəc" + +msgid "Hide counts" +msgstr "Sayı gizlət" + +msgid "Show counts" +msgstr "Sayı göstər" + +msgid "Clear all filters" +msgstr "Bütün süzgəcləri təmizlə" + +msgid "Remove from sorting" +msgstr "Sıralamadan çıxar" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sıralama prioriteti: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sıralamanı çevir" + +msgid "Toggle theme (current theme: auto)" +msgstr "Görünüşü dəyiş (halhazırkı: avtomatik)" + +msgid "Toggle theme (current theme: light)" +msgstr "Görünüşü dəyiş (halhazırkı: aydın)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Görünüşü dəyiş (halhazırkı: qaranlıq)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" obyektini sildikdə onun bağlı olduğu " +"obyektlər də silinməlidir. Ancaq sizin hesabın aşağıdakı tip obyektləri " +"silməyə səlahiyyəti çatmır:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" obyektini silmək üçün aşağıdakı " +"qorunan obyektlər də silinməlidir:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" obyektini silməkdə əminsiniz? Ona " +"bağlı olan aşağıdakı obyektlər də silinəcək:" + +msgid "Objects" +msgstr "Obyektlər" + +msgid "Yes, I’m sure" +msgstr "Bəli, əminəm" + +msgid "No, take me back" +msgstr "Xeyr, geri qayıt" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s obyektini silmək üçün ona bağlı obyektlər də silinməlidir. " +"Ancaq sizin hesabınızın aşağıdakı tip obyektləri silmək səlahiyyətinə malik " +"deyil:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s obyektini silmək üçün aşağıdakı qorunan obyektlər də " +"silinməlidir:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Seçdiyiniz %(objects_name)s obyektini silməkdə əminsiniz? Aşağıdakı bütün " +"obyektlər və ona bağlı digər obyektlər də silinəcək:" + +msgid "Delete?" +msgstr "Silinsin?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "\"%(filter_title)s\" dəyərinə görə" + +msgid "Summary" +msgstr "İcmal" + +msgid "Recent actions" +msgstr "Son əməliyyatlar" + +msgid "My actions" +msgstr "Mənim əməliyyatlarım" + +msgid "None available" +msgstr "Heç nə yoxdur" + +msgid "Added:" +msgstr "Əlavə olunub:" + +msgid "Changed:" +msgstr "Dəyişdirilib:" + +msgid "Deleted:" +msgstr "Silinib:" + +msgid "Unknown content" +msgstr "Naməlum məzmun" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Verilənlər bazanızın quraşdırılması ilə bağlı problem var. Müvafiq " +"cədvəllərinin yaradıldığından və verilənlər bazasının müvafiq istifadəçi " +"tərəfindən oxuna biləcəyindən əmin olun." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s olaraq daxil olmusunuz, amma bu səhifəyə icazəniz yoxdur. Başqa " +"bir hesaba daxil olmaq istərdiniz?" + +msgid "Forgotten your login credentials?" +msgstr "Giriş məlumatlarınızı unutmusunuz?" + +msgid "Toggle navigation" +msgstr "Naviqasiyanı dəyiş" + +msgid "Sidebar" +msgstr "Yan panel" + +msgid "Start typing to filter…" +msgstr "Süzmək üçün yazın..." + +msgid "Filter navigation items" +msgstr "Naviqasiya elementlərini süz" + +msgid "Date/time" +msgstr "Tarix/vaxt" + +msgid "User" +msgstr "İstifadəçi" + +msgid "Action" +msgstr "Əməliyyat" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "daxiletmə" +msgstr[1] "daxiletmələr" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Bu obyektin dəyişiklik tarixçəsi yoxdur. Yəqin ki, bu admin saytı vasitəsilə " +"əlavə olunmayıb." + +msgid "Show all" +msgstr "Hamısını göstər" + +msgid "Save" +msgstr "Yadda saxla" + +msgid "Popup closing…" +msgstr "Qəfil pəncərə qapadılır…" + +msgid "Search" +msgstr "Axtar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s nəticə" +msgstr[1] "%(counter)s nəticə" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Hamısı birlikdə %(full_result_count)s" + +msgid "Save as new" +msgstr "Yenisi kimi yadda saxla" + +msgid "Save and add another" +msgstr "Yadda saxla və yenisini əlavə et" + +msgid "Save and continue editing" +msgstr "Yadda saxla və redaktəyə davam et" + +msgid "Save and view" +msgstr "Yadda saxla və bax" + +msgid "Close" +msgstr "Bağla" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Seçilmiş %(model)s dəyişdir" + +#, python-format +msgid "Add another %(model)s" +msgstr "Başqa %(model)s əlavə et" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Seçilmiş %(model)s sil" + +#, python-format +msgid "View selected %(model)s" +msgstr "Bax: seçilmiş %(model)s " + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Bu gün veb saytla keyfiyyətli vaxt keçirdiyiniz üçün təşəkkür edirik." + +msgid "Log in again" +msgstr "Yenidən daxil ol" + +msgid "Password change" +msgstr "Şifrəni dəyiş" + +msgid "Your password was changed." +msgstr "Şifrəniz dəyişdirildi." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Zəhmət olmasa, təhlükəsizlik naminə köhnə şifrənizi daxil edin və sonra yeni " +"şifrənizi iki dəfə daxil edin ki, düzgün daxil yazdığınızı yoxlaya bilək." + +msgid "Change my password" +msgstr "Şifrəmi dəyiş" + +msgid "Password reset" +msgstr "Şifrənin sıfırlanması" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Yeni şifrə artıq qüvvədədir. Yenidən daxil ola bilərsiniz." + +msgid "Password reset confirmation" +msgstr "Şifrə sıfırlanmasının təsdiqi" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Yeni şifrəni iki dəfə daxil edin ki, səhv etmədiyinizə əmin olaq." + +msgid "New password:" +msgstr "Yeni şifrə:" + +msgid "Confirm password:" +msgstr "Yeni şifrə (bir daha):" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Şifrənin sıfırlanması üçün olan keçid, yəqin ki, artıq istifadə olunub. " +"Şifrəni sıfırlamaq üçün yenə müraciət edin." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Şifrəni təyin etmək üçün lazım olan addımlar sizə göndərildi (əgər bu e-poçt " +"ünvanı ilə hesab varsa təbii ki). Elektron məktub qısa bir müddət ərzində " +"sizə çatacaq." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"E-poçt gəlməsə, qeydiyyatdan keçdiyiniz e-poçt ünvanını doğru daxil " +"etdiyinizə əmin olun və spam qovluğunuzu yoxlayın." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"%(site_name)s saytında şifrəni yeniləmək istədiyinizə görə bu məktubu " +"göndərdik." + +msgid "Please go to the following page and choose a new password:" +msgstr "Növbəti səhifəyə keçid alın və yeni şifrəni seçin:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Əgər unutmusunuzsa, siz:" + +msgid "Thanks for using our site!" +msgstr "Bizim saytdan istifadə etdiyiniz üçün təşəkkür edirik!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s komandası" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Şifrəni unutmusuz? Epoçt ünvanınızı daxil edin və biz sizə yeni şifrə təyin " +"etmək üçün nə etmək lazım olduğunu göndərəcəyik." + +msgid "Email address:" +msgstr "E-poçt:" + +msgid "Reset my password" +msgstr "Şifrəmi sıfırla" + +msgid "Select all objects on this page for an action" +msgstr "Əməliyyat üçün bu səhifədəki bütün obyektləri seçin" + +msgid "All dates" +msgstr "Bütün tarixlərdə" + +#, python-format +msgid "Select %s" +msgstr "%s seç" + +#, python-format +msgid "Select %s to change" +msgstr "%s dəyişmək üçün seç" + +#, python-format +msgid "Select %s to view" +msgstr "Baxmaq üçün %s seçin" + +msgid "Date:" +msgstr "Tarix:" + +msgid "Time:" +msgstr "Vaxt:" + +msgid "Lookup" +msgstr "Sorğu" + +msgid "Currently:" +msgstr "Hazırda:" + +msgid "Change:" +msgstr "Dəyişdir:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..1577cc484b9e8b3a1d3fb2dc3e39a708dd5b3a43 GIT binary patch literal 5777 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, 2011-2012 +# Emin Mastizada , 2016,2020 +# Emin Mastizada , 2016 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2025\n" +"Language-Team: Azerbaijani (http://app.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mövcud %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +" Seçmək istədikləriniz %s elementlərini işarələyin və sonra \"Seç\" (ox) " +"düyməsini basın." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Bu xanaya yazmaqla mövcud %s siyahısını süzə bilərsiniz." + +msgid "Filter" +msgstr "Süzgəc" + +#, javascript-format +msgid "Choose all %s" +msgstr "Bütün %s elementlərini seç" + +#, javascript-format +msgid "Choose selected %s" +msgstr "İşarələnmiş %s elementini seçin" + +#, javascript-format +msgid "Remove selected %s" +msgstr "İşarələnmiş %s elementini sil" + +#, javascript-format +msgid "Chosen %s" +msgstr "Seçilmiş %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +" Silmək istədikləriniz %s elementlərini işarələyin və sonra \"Sil\" " +"düyməsini basın." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Seçilmiş %s siyahısını süzmək üçün bu xanaya yazın" + +msgid "(click to clear)" +msgstr "(təmizləmək üçün toxunun)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Bütün %s elementlərini sil" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s seçilmiş seçim görünmür" +msgstr[1] "%s seçilmiş seçimlər görünmür" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s / %(cnt)s seçilib" +msgstr[1] "%(cnt)s-dan/dən %(sel)s ədədi seçilib" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Fərdi düzəliş oluna bilən xanalarda yadda saxlanılmamış dəyişiklikləriniz " +"var. Əgər əməliyyatı icra etsəniz, dəyişikliklər əldən gedəcək." + +msgid "" +"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." +msgstr "" +"Əməliyyat seçmisiniz, amma fərdi xanalardakı dəyişiklikləriniz hələ də yadda " +"saxlanılmayıb. Saxlamaq üçün lütfən OLDU düyməsinə toxunun. Əməliyyatı " +"təkrar icra etməli olacaqsınız." + +msgid "" +"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." +msgstr "" +"Əməliyyat seçmisiniz və fərdi xanalarda heç bir dəyişiklik etməmisiniz. " +"Böyük ehtimal Saxla düyməsi yerinə İrəli düyməsinə ehtiyyacınız var." + +msgid "Now" +msgstr "İndi" + +msgid "Midnight" +msgstr "Gecə yarısı" + +msgid "6 a.m." +msgstr "Səhər 6" + +msgid "Noon" +msgstr "Günorta" + +msgid "6 p.m." +msgstr "Axşam 6" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Diqqət: Server vaxtından %s saat irəlidəsiniz." +msgstr[1] "Qeyd: Server vaxtından %s saat irəlidəsiniz." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Diqqət: Server vaxtından %s saat geridəsiniz." +msgstr[1] "Qeyd: Server vaxtından %s saat geridəsiniz." + +msgid "Choose a Time" +msgstr "Vaxt Seçin" + +msgid "Choose a time" +msgstr "Vaxtı seçin" + +msgid "Cancel" +msgstr "İmtina" + +msgid "Today" +msgstr "Bu gün" + +msgid "Choose a Date" +msgstr "Tarix Seçin" + +msgid "Yesterday" +msgstr "Dünən" + +msgid "Tomorrow" +msgstr "Sabah" + +msgid "January" +msgstr "Yanvar" + +msgid "February" +msgstr "Fevral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "İyun" + +msgid "July" +msgstr "İyul" + +msgid "August" +msgstr "Avqust" + +msgid "September" +msgstr "Sentyabr" + +msgid "October" +msgstr "Oktyabr" + +msgid "November" +msgstr "Noyabr" + +msgid "December" +msgstr "Dekabr" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Yan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Fev" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "İyn" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "İyl" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Avq" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sen" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Noy" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dek" + +msgid "Sunday" +msgstr "Bazar" + +msgid "Monday" +msgstr "Bazar ertəsi" + +msgid "Tuesday" +msgstr "Çərşənbə axşamı" + +msgid "Wednesday" +msgstr "Çərşənbə" + +msgid "Thursday" +msgstr "Cümə axşamı" + +msgid "Friday" +msgstr "Cümə" + +msgid "Saturday" +msgstr "Şənbə" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Baz" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "B.er" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Ç.ax" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Çər" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "C.ax" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Cüm" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Şən" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "B" + +msgctxt "one letter Monday" +msgid "M" +msgstr "B.e" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Ç.a" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ç" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "C.a" + +msgctxt "one letter Friday" +msgid "F" +msgstr "C" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Ş" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f49381ce8805113d1a72fe1cdf45414aeb505b71 GIT binary patch literal 23272 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d8a21518f12 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,795 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2015 +# znotdead , 2016-2017,2019-2021,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: znotdead , " +"2016-2017,2019-2021,2023-2025\n" +"Language-Team: Belarusian (http://app.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Выдаліць абраныя %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Выдалілі %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не ўдаецца выдаліць %(name)s" + +msgid "Delete multiple objects" +msgstr "Выдаліць некалькі аб’ектаў" + +msgid "Administration" +msgstr "Адміністрацыя" + +msgid "All" +msgstr "Усе" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Невядома" + +msgid "Any date" +msgstr "Хоць-якая дата" + +msgid "Today" +msgstr "Сёньня" + +msgid "Past 7 days" +msgstr "Апошні тыдзень" + +msgid "This month" +msgstr "Гэты месяц" + +msgid "This year" +msgstr "Гэты год" + +msgid "No date" +msgstr "Няма даты" + +msgid "Has date" +msgstr "Мае дату" + +msgid "Empty" +msgstr "Пусты" + +msgid "Not empty" +msgstr "Не пусты" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Калі ласка, увядзіце правільны %(username)s і пароль для службовага рахунку. " +"Адзначым, што абодва палі могуць быць адчувальныя да рэгістра." + +msgid "Action:" +msgstr "Дзеяньне:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Дадаць яшчэ %(verbose_name)s" + +msgid "Remove" +msgstr "Прыбраць" + +msgid "Addition" +msgstr "Дапаўненьне" + +msgid "Change" +msgstr "Зьмяніць" + +msgid "Deletion" +msgstr "Выдалленне" + +msgid "action time" +msgstr "час дзеяньня" + +msgid "user" +msgstr "карыстальнік" + +msgid "content type" +msgstr "від змесціва" + +msgid "object id" +msgstr "нумар аб’екта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "прадстаўленьне аб’екта" + +msgid "action flag" +msgstr "від дзеяньня" + +msgid "change message" +msgstr "паведамленьне пра зьмену" + +msgid "log entry" +msgstr "запіс у справаздачы" + +msgid "log entries" +msgstr "запісы ў справаздачы" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Дадалі “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Зьмянілі «%(object)s» — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Выдалілі «%(object)s»." + +msgid "LogEntry Object" +msgstr "Запіс у справаздачы" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Дадалі {name} “{object}”." + +msgid "Added." +msgstr "Дадалі." + +msgid "and" +msgstr "і" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Змянілі {fields} для {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Зьмянілі {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Выдалілі {name} “{object}”." + +msgid "No fields changed." +msgstr "Палі не зьмяняліся." + +msgid "None" +msgstr "Няма" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Утрымлівайце націснутай кнопку“Control”, або “Command” на Mac, каб вылучыць " +"больш за адзін." + +msgid "Select this object for an action - {}" +msgstr "Абярыце гэты аб'ект для дзеяньня - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Пасьпяхова дадалі {name} “{obj}”." + +msgid "You may edit it again below." +msgstr "Вы можаце зноўку правіць гэта ніжэй." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "Пасьпяхова дадалі {name} \"{obj}\". Ніжэй можна дадаць іншы {name}." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "Пасьпяхова зьмянілі {name} \"{obj}\". Ніжэй яго можна зноўку правіць." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "Пасьпяхова зьмянілі {name} \"{obj}\". Ніжэй можна дадаць іншы {name}." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Пасьпяхова зьмянілі {name} \"{obj}\"." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Каб нешта рабіць, трэба спачатку абраць, з чым гэта рабіць. Нічога не " +"зьмянілася." + +msgid "No action selected." +msgstr "Не абралі дзеяньняў." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Пасьпяхова выдалілі %(name)s «%(obj)s»." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s з ID \"%(key)s\" не існуе. Магчыма гэта было выдалена раней?" + +#, python-format +msgid "Add %s" +msgstr "Дадаць %s" + +#, python-format +msgid "Change %s" +msgstr "Зьмяніць %s" + +#, python-format +msgid "View %s" +msgstr "Праглядзець %s" + +msgid "Database error" +msgstr "База зьвестак дала хібу" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Зьмянілі %(count)s %(name)s." +msgstr[1] "Зьмянілі %(count)s %(name)s." +msgstr[2] "Зьмянілі %(count)s %(name)s." +msgstr[3] "Зьмянілі %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Абралі %(total_count)s" +msgstr[1] "Абралі ўсе %(total_count)s" +msgstr[2] "Абралі ўсе %(total_count)s" +msgstr[3] "Абралі ўсе %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Абралі 0 аб’ектаў з %(cnt)s" + +msgid "Delete" +msgstr "Выдаліць" + +#, python-format +msgid "Change history: %s" +msgstr "Гісторыя зьменаў: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Каб выдаліць %(class_name)s %(instance)s, трэба выдаліць і зьвязаныя " +"абароненыя аб’екты: %(related_objects)s" + +msgid "Django site admin" +msgstr "Кіраўнічая пляцоўка «Джэнґа»" + +msgid "Django administration" +msgstr "Кіраваць «Джэнґаю»" + +msgid "Site administration" +msgstr "Кіраваць пляцоўкаю" + +msgid "Log in" +msgstr "Увайсьці" + +#, python-format +msgid "%(app)s administration" +msgstr "Адміністрацыя %(app)s" + +msgid "Page not found" +msgstr "Бачыну не знайшлі" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "На жаль, запытаную бачыну немагчыма знайсьці." + +msgid "Home" +msgstr "Пачатак" + +msgid "Server error" +msgstr "Паслужнік даў хібу" + +msgid "Server error (500)" +msgstr "Паслужнік даў хібу (памылка 500)" + +msgid "Server Error (500)" +msgstr "Паслужнік даў хібу (памылка 500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Адбылася памылка. Паведамленне пра памылку было адаслана адміністратарам " +"сайту па электроннай пошце і яна павінна быць выпраўлена ў бліжэйшы час. " +"Дзякуй за ваша цярпенне." + +msgid "Run the selected action" +msgstr "Выканаць абранае дзеяньне" + +msgid "Go" +msgstr "Выканаць" + +msgid "Click here to select the objects across all pages" +msgstr "Каб абраць аб’екты на ўсіх бачынах, націсьніце сюды" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Абраць усе %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Не абіраць нічога" + +msgid "Breadcrumbs" +msgstr "Навігацыйны ланцужок" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Мадэлі ў %(name)s праграме" + +msgid "Model name" +msgstr "Назва мадэлі" + +msgid "Add link" +msgstr "Дадаць спасылку" + +msgid "Change or view list link" +msgstr "Змяніць ці праглядзець спіс спасылак" + +msgid "Add" +msgstr "Дадаць" + +msgid "View" +msgstr "Праглядзець" + +msgid "You don’t have permission to view or edit anything." +msgstr "Вы ня маеце дазволу праглядаць ці нешта зьмяняць." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Пасля стварэння карыстальніка вы зможаце рэдагаваць дадатковыя параметры " +"карыстальніка." + +msgid "Error:" +msgstr "Памылка:" + +msgid "Change password" +msgstr "Зьмяніць пароль" + +msgid "Set password" +msgstr "Усталяваць пароль" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Калі ласка, выпраўце памылкy, адзначаную ніжэй." +msgstr[1] "Калі ласка, выпраўце памылкі, адзначаныя ніжэй." +msgstr[2] "Калі ласка, выпраўце памылкі, адзначаныя ніжэй." +msgstr[3] "Калі ласка, выпраўце памылкі, адзначаныя ніжэй." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Пазначце пароль для карыстальніка «%(username)s»." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Гэта дзеянне ўключыць аўтэнтыфікацыю на аснове пароля для " +"гэтага карыстальніка." + +msgid "Disable password-based authentication" +msgstr "Адключыць аўтэнтыфікацыю на аснове пароля" + +msgid "Enable password-based authentication" +msgstr "Уключыць аўтэнтыфікацыю на аснове пароля" + +msgid "Skip to main content" +msgstr "Перайсці да асноўнага зместу" + +msgid "Welcome," +msgstr "Вітаем," + +msgid "View site" +msgstr "Адкрыць сайт" + +msgid "Documentation" +msgstr "Дакумэнтацыя" + +msgid "Log out" +msgstr "Выйсьці" + +#, python-format +msgid "Add %(name)s" +msgstr "Дадаць %(name)s" + +msgid "History" +msgstr "Гісторыя" + +msgid "View on site" +msgstr "Зірнуць на пляцоўцы" + +msgid "Filter" +msgstr "Прасеяць" + +msgid "Hide counts" +msgstr "Схаваць падлік" + +msgid "Show counts" +msgstr "Паказаць падлік" + +msgid "Clear all filters" +msgstr "Ачысьціць усе фільтры" + +msgid "Remove from sorting" +msgstr "Прыбраць з упарадкаванага" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Парадак: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Парадкаваць наадварот" + +msgid "Toggle theme (current theme: auto)" +msgstr "Пераключыць тэму (бягучая тэма: аўтаматычная)" + +msgid "Toggle theme (current theme: light)" +msgstr "Пераключыць тэму (бягучая тэма: светлая)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Пераключыць тэму (бягучая тэма: цёмная)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Калі выдаліць %(object_name)s «%(escaped_object)s», выдаляцца зьвязаныя " +"аб’екты, але ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Каб выдаліць %(object_name)s «%(escaped_object)s», трэба выдаліць і " +"зьвязаныя абароненыя аб’екты:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ці выдаліць %(object_name)s «%(escaped_object)s»? Усе наступныя зьвязаныя " +"складнікі выдаляцца:" + +msgid "Objects" +msgstr "Аб'екты" + +msgid "Yes, I’m sure" +msgstr "Так, я ўпэўнены" + +msgid "No, take me back" +msgstr "Не, вярнуцца назад" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Калі выдаліць абранае (%(objects_name)s), выдаляцца зьвязаныя аб’екты, але " +"ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Каб выдаліць абранае (%(objects_name)s), трэба выдаліць і зьвязаныя " +"абароненыя аб’екты:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ці выдаліць абранае (%(objects_name)s)? Усе наступныя аб’екты ды зьвязаныя " +"зь імі складнікі выдаляцца:" + +msgid "Delete?" +msgstr "Ці выдаліць?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Рэзюмэ" + +msgid "Recent actions" +msgstr "Нядаўнія дзеянні" + +msgid "My actions" +msgstr "Мае дзеяньні" + +msgid "None available" +msgstr "Недаступнае" + +msgid "Added:" +msgstr "Дадалі:" + +msgid "Changed:" +msgstr "Зьмянілі:" + +msgid "Deleted:" +msgstr "Выдалены:" + +msgid "Unknown content" +msgstr "Невядомае зьмесьціва" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешта ня так з усталяванаю базаю зьвестак. Упэўніцеся, што ў базе стварылі " +"патрэбныя табліцы, і што базу можа чытаць адпаведны карыстальнік." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Вы апазнаны як %(username)s але не аўтарызаваны для доступу гэтай бачыны. Не " +"жадаеце лі вы ўвайсці пад іншым карыстальнікам?" + +msgid "Forgotten your login credentials?" +msgstr "Забыліся на імя?" + +msgid "Toggle navigation" +msgstr "Пераключыць навігацыю" + +msgid "Sidebar" +msgstr "бакавая панэль" + +msgid "Start typing to filter…" +msgstr "Пачніце ўводзіць, каб адфільтраваць..." + +msgid "Filter navigation items" +msgstr "Фільтраваць элементы навігацыі" + +msgid "Date/time" +msgstr "Час, дата" + +msgid "User" +msgstr "Карыстальнік" + +msgid "Action" +msgstr "Дзеяньне" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "запіс" +msgstr[1] "запісы" +msgstr[2] "запісы" +msgstr[3] "запісы" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Аб’ект ня мае гісторыі зьменаў. Мажліва, яго дадавалі не праз кіраўнічую " +"пляцоўку." + +msgid "Show all" +msgstr "Паказаць усё" + +msgid "Save" +msgstr "Захаваць" + +msgid "Popup closing…" +msgstr "Усплывальнае акно зачыняецца..." + +msgid "Search" +msgstr "Шукаць" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s вынік" +msgstr[1] "%(counter)s вынікі" +msgstr[2] "%(counter)s вынікаў" +msgstr[3] "%(counter)s вынікаў" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Разам %(full_result_count)s" + +msgid "Save as new" +msgstr "Захаваць як новы" + +msgid "Save and add another" +msgstr "Захаваць і дадаць іншы" + +msgid "Save and continue editing" +msgstr "Захаваць і працягваць правіць" + +msgid "Save and view" +msgstr "Захаваць і праглядзець" + +msgid "Close" +msgstr "Закрыць" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Змяніць абраныя %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Дадаць яшчэ %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Выдаліць абраныя %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Праглядзець абраныя %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Дзякуем за час, які вы сёньня правялі на гэтай пляцоўцы." + +msgid "Log in again" +msgstr "Увайсьці зноўку" + +msgid "Password change" +msgstr "Зьмяніць пароль" + +msgid "Your password was changed." +msgstr "Ваш пароль зьмяніўся." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Дзеля бясьпекі пазначце стары пароль, а потым набярыце новы пароль двойчы — " +"каб упэўніцца, што набралі без памылак." + +msgid "Change my password" +msgstr "Зьмяніць пароль" + +msgid "Password reset" +msgstr "Узнавіць пароль" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Вам усталявалі пароль. Можаце вярнуцца ды ўвайсьці зноўку." + +msgid "Password reset confirmation" +msgstr "Пацьвердзіце, што трэба ўзнавіць пароль" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Набярыце новы пароль двойчы — каб упэўніцца, што набралі без памылак." + +msgid "New password:" +msgstr "Новы пароль:" + +msgid "Confirm password:" +msgstr "Пацьвердзіце пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Спасылка ўзнавіць пароль хібная: мажліва таму, што ёю ўжо скарысталіся. " +"Запытайцеся ўзнавіць пароль яшчэ раз." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Мы адаслалі па электроннай пошце інструкцыі па ўстаноўцы пароля. Калі існуе " +"рахунак з электроннай поштай, што вы ўвялі, то Вы павінны атрымаць іх у " +"бліжэйшы час." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Калі вы не атрымліваеце электронную пошту, калі ласка, пераканайцеся, што вы " +"ўвялі адрас з якім вы зарэгістраваліся, а таксама праверце тэчку са спамам." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Вы атрымалі гэты ліст, таму што вы прасілі скінуць пароль для ўліковага " +"запісу карыстальніка на %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Перайдзіце да наступнае бачыны ды абярыце новы пароль:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Калі вы забыліся, то вы:" + +msgid "Thanks for using our site!" +msgstr "Дзякуем, што карыстаецеся нашаю пляцоўкаю!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Каманда «%(site_name)s»" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Забыліся пароль? Калі ласка, увядзіце свой адрас электроннай пошты ніжэй, і " +"мы вышлем інструкцыі па электроннай пошце для ўстаноўкі новага." + +msgid "Email address:" +msgstr "Адрас электроннай пошты:" + +msgid "Reset my password" +msgstr "Узнавіць пароль" + +msgid "Select all objects on this page for an action" +msgstr "Абяраць усе аб'екты на гэтай старонцы для дзеяньня" + +msgid "All dates" +msgstr "Усе даты" + +#, python-format +msgid "Select %s" +msgstr "Абраць %s" + +#, python-format +msgid "Select %s to change" +msgstr "Абярыце %s, каб зьмяніць" + +#, python-format +msgid "Select %s to view" +msgstr "Абярыце %s, каб праглядзець" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Час:" + +msgid "Lookup" +msgstr "Шукаць" + +msgid "Currently:" +msgstr "У цяперашні час:" + +msgid "Change:" +msgstr "Зьмяніць:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ec45db9e8ef78fedc5cbfc94196710c054e7f56d GIT binary patch literal 7220 zcmeHJYm60F9Y5MDmaQ$)hsD;)0lT;>d+**|me+;L8!EI51hy^x(q#7D*}YTl&fLt* zUD(=09ztms+)C(Hi(Rr3OH98kl!fqEHnxT@8lCBfs<9eFY&6j{HL*StV*LHiocjbx ziNP;AnKQq0{^y+k`JexDesg#1Wr3#??F(q%_@ofMz(2+C!E<1W5DS4X0G9!O2>dK3 zJ}m^gV!Fl|z)xX3Q;!>gpTW3Aj~4^iVY~u(C-8ZVFKaxm@g(qW%ufQR0^b4N4t!7J z`#_%ifyR%3c*RwGC~^#oiBo};=PuxFz7U2=Vc`A1WqSOC9v6UIe*pLZ za8%<(Aou+oNdAA;csnjjJ~M&$0T%+fuM^1iIpBl9J-~Z_BN|Tux&E>qzo*9^0`CQV z%3aYp4+5vd=h}f^2Yn5k>u10p0TaL@)1&oo1F7#{0O@~!1Y(Q03gkI=V3PB*@FAZL zAmu&{mL9P0$YL9^9A5+;JZMc`wt-ZO@R?9 z@BJF*069Nj<0?(x1bh*_NQuNBOKl zgK1R`eHb_kjd9M0`df)cznX{EiZ&CC_Uk~S|COFEqJvNt8_?*di_jiHTa3nMK3WUf z0yMaS@&)FprDzB(^)OFAhDN_hqjjP&x4`t}ryaeuX!JSer)IS3rxAlB+6pxK6(7dY zSJ1x70iN{{)O-<+s$NtRm+JxT#)p2#XAW8%?MoaqHhE^g*^^F>Y;4NdKDr>78Q;v_ zc&@TeItAZyY-u~b?6*9tJ8z1{Yo@)L`KC@4`_icyI1--vrig!mK|Hu*_X4U4YQ@; zy3P*SUG#m&PL$Xfa*g4el~I?~S2gmhNBO*xB09dLDNXWlCPZ9gX3V~B(-rH?ZntQ- z17e+(_c?a0tT7-q7`CErDCRLJ+NS6<+)NJN0nuq?ZL2rui%!Sp+KrB5<(#SB#T9kJW=mqwbUElF#pOG~|9*~)wVfUJdWg8dCTK!hGXykDPGoSSm z^dBsT0~K7S8{sq{^NzEfQPbnVdk`d#I65$-YhX+w4(7~ON>d7&8;XZTvQ|6~d$Xju zWdWhsYXp=7rk{|Tkqr>nQFhq$C{4iqCFx;z+XOd|T{G?$Bk3a5Br19<+R>rcSBROl ze3ed0npxkYL?*i`MJtKxIqk3@LbnOkd456|-QBL)pO7$`jDkA`s3Avj90SylOMV(d zr*=YlYYa|XLoRu5jGfw<$bVz-;~IL|v0~_zXZjr5&q1-4O z*3FdDMGQUR*s!qaBOJ?St)`W1T1~4Mw1%p!Sxu{$vW8kRV>PkLhGMhpJcF_vU!RRX zVY(i2K}u$yLBKl=Tg-yv`teS$*UH9M6??sSmy?nWn>WR`m@LSS9cO(@$@XO1ym+!B z-acO@7pCSfo}0we@R;HG@h;b}y}aQ&Zc09jN}gqLS^8|wa*du$&f31Bw+~e~k#YK# zwUEz(miA(daefU8d2OlB>+T;TAm$QPq_5{X(j>)hHAaKF_jx z%$;P{8eO6UdCj4<+iY!a=v?2qwsPIJM6zKu9N4rWFH&ww`sPl*wU9R~dkK?^>zRJ~ z@ve38MU{0ttH*TXYwe7aMYc=HMctNPmNbQEZrGeJx<)>}&T;#^l(Y+K=%qWB$f%oc zvK!ly>2#Z%Ge@$UoRw~ClgnjNVmZdk((R?GrRffK)sE!Sws!g4bJ3P%Z5_?n(x$hh z(@9RLb<5K8E87=0m+9b(V@hW(O@qU7*$xKtnwK<);HBVXxGNY7E`-DQc|)AFa51L3o~IQL`r;yxyMSnmys* ze{D~b5`2F+9PWnH!{Pp5Tn6WPMcgxd9@0ja!c2IOf2_eICMSbS;fUIa6&2zbh^NU$ z1h3La;5inY3WtO9A{Zt;I2DWo4~pQ3QrDhvFL+HTo!}=j80FE?E+9^f>^T(f!V-$s z=(R|29E>awj)VuoK?$+8)Jx{#KQh)Q+PH^RL*nimnlE5SwhiPAcqrtDT_b=3H} zQqKhRcLpn!4v&W45;!W5IG!HMt?_LnU) z3ifmWZMW~KXe-Yit5_cADoKVk=L_6OB7LLkuvc*N5%3=i-VDZ4GB}L!0U2qGc9?{) z2QWJh+4s|mFdg(GgEy%Y_!AhyIcYDYWmqp7L64E(bPt&7{|DU~)zJzJ722rYI{%SP z{(W@=^6MqCQKX-f%+1V3hgH}z&Ffn58uSq5iwoh92u?(qk{OAr84bV1bccpH z72?zr8NC#afa4{VppbZ=LsqRxj>$YqhLS2&x~(oXC>N)3qrI#J!8xVfa0D3#sZiGs zloBc)Y30brS_qEJn%5CPr8tcdUUV96W|C!)B2v#nYf*(6Qdg0|cd`5o`%K4Rf=VjGebhH>0kVp2 zq~WM+?qxCIwJK#31(N3GO``&fBB_L-d9GPXYk@ltBdc;fz0tK$i&c`L{FUvIaOy(J zYaljn4|Cx+MCr1kii9k=LKOp^4?)X+1{=KyT`|5+X{BP$(QW*_q ztTqW?yU&k8*k_jscLG@S1 xg%DT->W732)F0AO{$y|~elNI0{T, 2015 +# znotdead , 2016,2020-2021,2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: znotdead , 2016,2020-2021,2023,2025\n" +"Language-Team: Belarusian (http://app.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Даступныя %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Абярыце %s, выбраўшы іх, а потым націсніце кнопку са стрэлкай «Абраць»." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Каб прасеяць даступныя %s, друкуйце ў гэтым полі." + +msgid "Filter" +msgstr "Прасеяць" + +#, javascript-format +msgid "Choose all %s" +msgstr "Абраць усе %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Змяніць абраныя %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Выдаліць абраныя %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Абралі %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Выдаліце ​​%s, выбраўшы іх, а потым націсніце кнопку са стрэлкай «Выдаліць»." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Друкуйце ў гэтым полі, каб прасеяць спіс выбраных %s." + +msgid "(click to clear)" +msgstr "(націсніце каб ачысьціць)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Прыбраць усе %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s абраная можнасьць нябачна" +msgstr[1] "%s абраныя можнасьці нябачны" +msgstr[2] "%s абраныя можнасьці нябачны" +msgstr[3] "%s абраныя можнасьці нябачны" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Абралі %(sel)s з %(cnt)s" +msgstr[1] "Абралі %(sel)s з %(cnt)s" +msgstr[2] "Абралі %(sel)s з %(cnt)s" +msgstr[3] "Абралі %(sel)s з %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"У пэўных палях засталіся незахаваныя зьмены. Калі выканаць дзеяньне, " +"незахаванае страціцца." + +msgid "" +"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." +msgstr "" +"Абралі дзеяньне, але не захавалі зьмены ў пэўных палях. Каб захаваць, " +"націсьніце «Добра». Дзеяньне потым трэба будзе запусьціць нанова." + +msgid "" +"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." +msgstr "" +"Абралі дзеяньне, а ў палях нічога не зьмянялі. Мажліва, вы хацелі націснуць " +"кнопку «Выканаць», а ня кнопку «Захаваць»." + +msgid "Now" +msgstr "Цяпер" + +msgid "Midnight" +msgstr "Поўнач" + +msgid "6 a.m." +msgstr "6 папоўначы" + +msgid "Noon" +msgstr "Поўдзень" + +msgid "6 p.m." +msgstr "6 папаўдні" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." +msgstr[1] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." +msgstr[2] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." +msgstr[3] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Заўвага: Ваш час адстае на %s г ад часу на серверы." +msgstr[1] "Заўвага: Ваш час адстае на %s г ад часу на серверы." +msgstr[2] "Заўвага: Ваш час адстае на %s г ад часу на серверы." +msgstr[3] "Заўвага: Ваш час адстае на %s г ад часу на серверы." + +msgid "Choose a Time" +msgstr "Абярыце час" + +msgid "Choose a time" +msgstr "Абярыце час" + +msgid "Cancel" +msgstr "Скасаваць" + +msgid "Today" +msgstr "Сёньня" + +msgid "Choose a Date" +msgstr "Абярыце дату" + +msgid "Yesterday" +msgstr "Учора" + +msgid "Tomorrow" +msgstr "Заўтра" + +msgid "January" +msgstr "Студзень" + +msgid "February" +msgstr "Люты" + +msgid "March" +msgstr "Сакавік" + +msgid "April" +msgstr "Красавік" + +msgid "May" +msgstr "Травень" + +msgid "June" +msgstr "Чэрвень" + +msgid "July" +msgstr "Ліпень" + +msgid "August" +msgstr "Жнівень" + +msgid "September" +msgstr "Верасень" + +msgid "October" +msgstr "Кастрычнік" + +msgid "November" +msgstr "Лістапад" + +msgid "December" +msgstr "Снежань" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Сту" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Лют" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Сак" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Кра" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Чэр" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Ліп" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Жні" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Вер" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Кас" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Ліс" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Сне" + +msgid "Sunday" +msgstr "Нядзеля" + +msgid "Monday" +msgstr "Панядзелак" + +msgid "Tuesday" +msgstr "Аўторак" + +msgid "Wednesday" +msgstr "Серада" + +msgid "Thursday" +msgstr "Чацьвер" + +msgid "Friday" +msgstr "Пятніца" + +msgid "Saturday" +msgstr "Субота" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Нд" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Пн" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Аўт" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Ср" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Чц" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Пт" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Сб" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "А" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3e89f3e437f2920b41296a5841483990fbc3c2df GIT binary patch literal 22994 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d8e8dc8a1e5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,791 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# arneatec , 2022-2024 +# Boris Chervenkov , 2012 +# Claude Paroz , 2014 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Todor Lubenov , 2020 +# Todor Lubenov , 2014-2015 +# Venelin Stoykov , 2015-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:05+0000\n" +"Last-Translator: arneatec , 2022-2024\n" +"Language-Team: Bulgarian (http://app.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Изтриване на избраните %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно изтрити %(count)d %(items)s ." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не можете да изтриете %(name)s" + +msgid "Are you sure?" +msgstr "Сигурни ли сте?" + +msgid "Administration" +msgstr "Администрация" + +msgid "All" +msgstr "Всички" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Any date" +msgstr "Коя-да-е дата" + +msgid "Today" +msgstr "Днес" + +msgid "Past 7 days" +msgstr "Последните 7 дни" + +msgid "This month" +msgstr "Този месец" + +msgid "This year" +msgstr "Тази година" + +msgid "No date" +msgstr "Няма дата" + +msgid "Has date" +msgstr "Има дата" + +msgid "Empty" +msgstr "Празно" + +msgid "Not empty" +msgstr "Не е празно" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Моля въведете правилния %(username)s и парола за администраторски акаунт. " +"Моля забележете, че и двете полета могат да са с главни и малки букви." + +msgid "Action:" +msgstr "Действие:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Добави друг %(verbose_name)s" + +msgid "Remove" +msgstr "Премахване" + +msgid "Addition" +msgstr "Добавка" + +msgid "Change" +msgstr "Промени" + +msgid "Deletion" +msgstr "Изтриване" + +msgid "action time" +msgstr "време на действие" + +msgid "user" +msgstr "потребител" + +msgid "content type" +msgstr "тип на съдържанието" + +msgid "object id" +msgstr "id на обекта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr на обекта" + +msgid "action flag" +msgstr "флаг за действие" + +msgid "change message" +msgstr "промени съобщение" + +msgid "log entry" +msgstr "записка в журнала" + +msgid "log entries" +msgstr "записки в журнала" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Добавен “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Променени “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Изтрити “%(object)s.”" + +msgid "LogEntry Object" +msgstr "LogEntry обект" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Добавен {name} “{object}”." + +msgid "Added." +msgstr "Добавено." + +msgid "and" +msgstr "и" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Променени {fields} за {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Променени {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Изтрит {name} “{object}”." + +msgid "No fields changed." +msgstr "Няма променени полета." + +msgid "None" +msgstr "Празно" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Задръжте “Control”, или “Command” на Mac, за да изберете повече от едно." + +msgid "Select this object for an action - {}" +msgstr "Изберете този обект за действие - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Обектът {name} “{obj}” бе успешно добавен." + +msgid "You may edit it again below." +msgstr "Можете отново да го промените по-долу." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Обектът {name} “{obj}” бе успешно добавен. Можете да добавите друг {name} по-" +"долу." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Обектът {name} “{obj}” бе успешно променен. Можете да го промените отново по-" +"долу." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Обектът {name} “{obj}” бе успешно променен. Можете да добавите друг {name} " +"по-долу." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Обектът {name} “{obj}” бе успешно променен." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Елементите трябва да бъдат избрани, за да се извършат действия по тях. Няма " +"променени елементи." + +msgid "No action selected." +msgstr "Няма избрано действие." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” беше успешно изтрит." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s с ID “%(key)s” не съществува. Може би е изтрит?" + +#, python-format +msgid "Add %s" +msgstr "Добави %s" + +#, python-format +msgid "Change %s" +msgstr "Промени %s" + +#, python-format +msgid "View %s" +msgstr "Изглед %s" + +msgid "Database error" +msgstr "Грешка в базата данни" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s беше променено успешно." +msgstr[1] "%(count)s %(name)s бяха успешно променени." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s е избран" +msgstr[1] "Избрани са всички %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Избрани са 0 от %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "История на промените: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Изтриването на избраните %(class_name)s %(instance)s ще наложи изтриването " +"на следните защитени и свързани обекти: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django административен сайт" + +msgid "Django administration" +msgstr "Django администрация" + +msgid "Site administration" +msgstr "Администрация на сайта" + +msgid "Log in" +msgstr "Вход" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s администрация" + +msgid "Page not found" +msgstr "Страница не е намерена" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Съжаляваме, но поисканата страница не може да бъде намерена." + +msgid "Home" +msgstr "Начало" + +msgid "Server error" +msgstr "Сървърна грешка" + +msgid "Server error (500)" +msgstr "Сървърна грешка (500)" + +msgid "Server Error (500)" +msgstr "Сървърна грешка (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Получи се грешка. Администраторите на сайта са уведомени за това чрез " +"електронна поща и грешката трябва да бъде поправена скоро. Благодарим ви за " +"търпението." + +msgid "Run the selected action" +msgstr "Изпълни избраното действие" + +msgid "Go" +msgstr "Напред" + +msgid "Click here to select the objects across all pages" +msgstr "Щракнете тук, за да изберете обектите във всички страници" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Избери всички %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Изчисти избраното" + +msgid "Breadcrumbs" +msgstr "Трохи" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Модели в приложението %(name)s " + +msgid "Add" +msgstr "Добави" + +msgid "View" +msgstr "Изглед" + +msgid "You don’t have permission to view or edit anything." +msgstr "Нямате права да разглеждате или редактирате каквото и да е." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Първо въведете потребител и парола. След това ще можете да редактирате " +"повече детайли. " + +msgid "Enter a username and password." +msgstr "Въведете потребителско име и парола." + +msgid "Change password" +msgstr "Промени парола" + +msgid "Set password" +msgstr "Задайте парола" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Моля, поправете грешката по-долу." +msgstr[1] "Моля, поправете грешките по-долу." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Въведете нова парола за потребител %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Това действие ще включи автентикация чрез парола за този " +"потребител." + +msgid "Disable password-based authentication" +msgstr "Деактивиране на автентикация чрез парола." + +msgid "Enable password-based authentication" +msgstr "Разрешаване на автентикация чрез парола." + +msgid "Skip to main content" +msgstr "Пропуснете към основното съдържание" + +msgid "Welcome," +msgstr "Добре дошли," + +msgid "View site" +msgstr "Виж сайта" + +msgid "Documentation" +msgstr "Документация" + +msgid "Log out" +msgstr "Изход" + +#, python-format +msgid "Add %(name)s" +msgstr "Добави %(name)s" + +msgid "History" +msgstr "История" + +msgid "View on site" +msgstr "Разгледай в сайта" + +msgid "Filter" +msgstr "Филтър" + +msgid "Hide counts" +msgstr "Скрий брояча" + +msgid "Show counts" +msgstr "Покажи брояча" + +msgid "Clear all filters" +msgstr "Изчисти всички филтри" + +msgid "Remove from sorting" +msgstr "Премахни от подреждането" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ред на подреждане: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Превключи подреждането" + +msgid "Toggle theme (current theme: auto)" +msgstr "Смени темата (настояща тема: автоматична)" + +msgid "Toggle theme (current theme: light)" +msgstr "Смени темата (настояща тема: светла)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Смени темата (настояща тема: тъмна)" + +msgid "Delete" +msgstr "Изтрий" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Изтриването на %(object_name)s '%(escaped_object)s' би причинило изтриване " +"на свързани обекти, но вашият потребител няма право да изтрива следните " +"видове обекти:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Изтриването на %(object_name)s '%(escaped_object)s' изисква изтриването на " +"следните защитени свързани обекти:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Наистина ли искате да изтриете %(object_name)s \"%(escaped_object)s\"? " +"Следните свързани елементи също ще бъдат изтрити:" + +msgid "Objects" +msgstr "Обекти" + +msgid "Yes, I’m sure" +msgstr "Да, сигурен съм" + +msgid "No, take me back" +msgstr "Не, върни ме обратно" + +msgid "Delete multiple objects" +msgstr "Изтриване на множество обекти" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Изтриването на избраните %(objects_name)s ще доведе до изтриване на свързани " +"обекти, но вашият потребител няма право да изтрива следните типове обекти:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Изтриването на избраните %(objects_name)s изисква изтриването на следните " +"защитени свързани обекти:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Наистина ли искате да изтриете избраните %(objects_name)s? Всички изброени " +"обекти и свързаните с тях ще бъдат изтрити:" + +msgid "Delete?" +msgstr "Изтриване?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " По %(filter_title)s " + +msgid "Summary" +msgstr "Резюме" + +msgid "Recent actions" +msgstr "Последни действия" + +msgid "My actions" +msgstr "Моите действия" + +msgid "None available" +msgstr "Няма налични" + +msgid "Added:" +msgstr "Добавени:" + +msgid "Changed:" +msgstr "Променени:" + +msgid "Deleted:" +msgstr "Изтрити:" + +msgid "Unknown content" +msgstr "Неизвестно съдържание" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Проблем с вашата база данни. Убедете се, че необходимите таблици в базата са " +"създадени и че съответния потребител има необходимите права за достъп. " + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Вие сте се удостоверен като %(username)s, но не сте оторизиран да достъпите " +"тази страница. Бихте ли желали да влезе с друг профил?" + +msgid "Forgotten your password or username?" +msgstr "Забравена парола или потребителско име?" + +msgid "Toggle navigation" +msgstr "Превключи навигацията" + +msgid "Sidebar" +msgstr "Страничната лента" + +msgid "Start typing to filter…" +msgstr "Започнете да пишете за филтър..." + +msgid "Filter navigation items" +msgstr "Филтриране на навигационните елементи" + +msgid "Date/time" +msgstr "Дата/час" + +msgid "User" +msgstr "Потребител" + +msgid "Action" +msgstr "Действие" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "запис" +msgstr[1] "записа" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Този обект няма история на промените. Вероятно не е бил добавен чрез този " +"административен сайт." + +msgid "Show all" +msgstr "Покажи всички" + +msgid "Save" +msgstr "Запис" + +msgid "Popup closing…" +msgstr "Изскачащият прозорец се затваря..." + +msgid "Search" +msgstr "Търсене" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s резултат" +msgstr[1] "%(counter)s резултати" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s общо" + +msgid "Save as new" +msgstr "Запиши като нов" + +msgid "Save and add another" +msgstr "Запиши и добави нов" + +msgid "Save and continue editing" +msgstr "Запиши и продължи" + +msgid "Save and view" +msgstr "Запиши и прегледай" + +msgid "Close" +msgstr "Затвори" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Променете избрания %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Добавяне на друг %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Изтриване на избрания %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Виж избраните %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Благодарим ви за добре прекараното време с този сайт днес." + +msgid "Log in again" +msgstr "Влез пак" + +msgid "Password change" +msgstr "Промяна на парола" + +msgid "Your password was changed." +msgstr "Паролата ви е променена." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Въведете старата си парола /от съображения за сигурност/. След това въведете " +"желаната нова парола два пъти, за да сверим дали е написана правилно." + +msgid "Change my password" +msgstr "Промяна на паролата ми" + +msgid "Password reset" +msgstr "Нова парола" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Паролата е променена. Вече можете да се впишете." + +msgid "Password reset confirmation" +msgstr "Потвърждение за смяна на паролата" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Моля, въведете новата парола два пъти, за да се уверим, че сте я написали " +"правилно." + +msgid "New password:" +msgstr "Нова парола:" + +msgid "Confirm password:" +msgstr "Потвърдете паролата:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Връзката за възстановяване на паролата е невалидна, може би защото вече е " +"използвана. Моля, поискайте нова промяна на паролата." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"По имейл изпратихме инструкции за смяна на паролата, ако съществува профил с " +"въведения от вас адрес. Би трябвало скоро да ги получите. " + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ако не получите имейл, моля уверете се, че сте попълнили правилно адреса, с " +"който сте се регистрирали, също проверете спам папката във вашата поща." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Вие получавати този имейл, защото сте поискали да промените паролата за " +"вашия потребителски акаунт в %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Моля, отидете на следната страница и изберете нова парола:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Вашето потребителско име, в случай че сте го забравили:" + +msgid "Thanks for using our site!" +msgstr "Благодарим, че ползвате сайта ни!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Екипът на %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Забравили сте си паролата? Въведете своя имейл адрес по-долу, и ние ще ви " +"изпратим инструкции как да я смените с нова." + +msgid "Email address:" +msgstr "Имейл адреси:" + +msgid "Reset my password" +msgstr "Задай новата ми парола" + +msgid "Select all objects on this page for an action" +msgstr "Изберете всички обекти на този страница за действие" + +msgid "All dates" +msgstr "Всички дати" + +#, python-format +msgid "Select %s" +msgstr "Изберете %s" + +#, python-format +msgid "Select %s to change" +msgstr "Изберете %s за промяна" + +#, python-format +msgid "Select %s to view" +msgstr "Избери %s за преглед" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Час:" + +msgid "Lookup" +msgstr "Търсене" + +msgid "Currently:" +msgstr "Сега:" + +msgid "Change:" +msgstr "Промяна:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..a3eab438aa55e0ca03782a5734b479fe5eb5b45a GIT binary patch literal 7195 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 OZ>x%bNdBq#S@nO?;&@L0 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..4ec3a50a15a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po @@ -0,0 +1,320 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# arneatec , 2022-2024 +# Jannis Leidel , 2011 +# Venelin Stoykov , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:59+0000\n" +"Last-Translator: arneatec , 2022-2024\n" +"Language-Team: Bulgarian (http://app.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Налични %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Това е списък на наличните %s . Можете да изберете някои, като ги изберете в " +"полето по-долу и след това кликнете върху стрелката \"Избери\" между двете " +"полета." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Въведете в това поле, за да филтрирате списъка на наличните %s." + +msgid "Filter" +msgstr "Филтър" + +msgid "Choose all" +msgstr "Избери всички" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Кликнете, за да изберете всички %s наведнъж." + +msgid "Choose" +msgstr "Избери" + +msgid "Remove" +msgstr "Премахни" + +#, javascript-format +msgid "Chosen %s" +msgstr "Избрахме %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Това е списък на избраните %s. Можете да премахнете някои, като ги изберете " +"в полето по-долу и след това щракнете върху стрелката \"Премахни\" между " +"двете полета." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Въведете в това поле, за да филтрирате списъка на избраните %s." + +msgid "Remove all" +msgstr "Премахване на всички" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Кликнете, за да премахнете всички избрани %s наведнъж." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s избрана опция не е видима" +msgstr[1] "%s selected options not visible" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s на %(cnt)s е избран" +msgstr[1] "%(sel)s на %(cnt)s са избрани" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имате незапазени промени по отделни полета за редактиране. Ако изпълните " +"действие, незаписаните промени ще бъдат загубени." + +msgid "" +"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." +msgstr "" +"Вие сте избрали действие, но не сте записали промените по полета. Моля, " +"кликнете ОК, за да се запишат. Трябва отново да изпълните действието." + +msgid "" +"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." +msgstr "" +"Вие сте избрали действие, но не сте направили промени по полетата. Вероятно " +"търсите Изпълни бутона, а не бутона Запис." + +msgid "Now" +msgstr "Сега" + +msgid "Midnight" +msgstr "Полунощ" + +msgid "6 a.m." +msgstr "6 сутринта" + +msgid "Noon" +msgstr "По обяд" + +msgid "6 p.m." +msgstr "6 след обяд" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Бележка: Вие сте %s час напред от времето на сървъра." +msgstr[1] "Бележка: Вие сте с %s часа напред от времето на сървъра" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Внимание: Вие сте %s час назад от времето на сървъра." +msgstr[1] "Внимание: Вие сте с %s часа назад от времето на сървъра." + +msgid "Choose a Time" +msgstr "Изберете време" + +msgid "Choose a time" +msgstr "Изберете време" + +msgid "Cancel" +msgstr "Отказ" + +msgid "Today" +msgstr "Днес" + +msgid "Choose a Date" +msgstr "Изберете дата" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Tomorrow" +msgstr "Утре" + +msgid "January" +msgstr "Януари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Юни" + +msgid "July" +msgstr "Юли" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "ян." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "февр." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "март" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "апр." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "май" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "юни" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "юли" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "авг." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "септ." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "окт." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "ноем." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "дек." + +msgid "Sunday" +msgstr "неделя" + +msgid "Monday" +msgstr "понеделник" + +msgid "Tuesday" +msgstr "вторник" + +msgid "Wednesday" +msgstr "сряда" + +msgid "Thursday" +msgstr "четвъртък" + +msgid "Friday" +msgstr "петък" + +msgid "Saturday" +msgstr "събота" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "нед" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "пон" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "вт" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "ср" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "чет" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "пет" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "съб" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b742fd89c72f5073db14c8ac2424cc79a5c10b83 GIT binary patch literal 18585 zcmb`N3zS_|dB?X12=Rr~C%#SsArqaMJOqJ(5JD16l!TZBkot&s?maVe$$d=jxi`b8 zlmG?9h-e{DFq)vroh*=mtd>WmW?8!`uDW!sw$^s(YOm>X_2KHn)~{ItSKA)w%g|`1x=f0ueXY$1-dWCbZ0~dmC z1}_TzZQ$wji{Q(^N${oMO(6f=C-~C+yFtzWEGYR+@D1QM!~GwEucCh()cl`;QvL7X z8Q?F$o53?)=^X#uoqW9>ydRYO$3TsL3OpNpKH&GjSJOWZz6tzSPk zt^hZIr-8SCuL17>7l03f{BvL8OM1QvYTVaA>Hh|(^}GN|PYYZE{ud~Hi%_EL?*Na2 z>p=PA-$3a(^DJA}n?a_yrJ&?r3|;|V4!#Y%1(d!og4ctG!SldhfE92N!cGA{2g+~v zgVO&6kdV5=;4R>zpys~=XGz{|ATD-ygBt$;h-vPN;r>x@5&ho<<&VDrai#kkQ2Krb z{u=mmQ1j2A!%ue>h-vOzQ2H+bwZ2P0`Ef(&Zv~|<7y7$E@oW$Ha&SNRcJK%ofiHkt zz`qCY21i~?1OE`zdVUFV%bkvsS*kk+RD1?O*|82}h}#G%E*}B4o|{1FyAzb0-vVXl zL!jh+8I-(dz;}S(24&~ZLHX}2NU3$d6_o#%gPL~<_*HNdxETB;xD;HBQS#R{;N{@; z;5py}AVb_&!3OvOsP$g{M)Uu@pzL}W6i*HXd=!*_p9CfM7%0Df3)H%Q5b#H!?ENt) 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, 2011 +# Md Arshad Hussain, 2022 +# Tahmid Rafi , 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: Md Arshad Hussain\n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "চিহ্নিত অংশটি %(verbose_name_plural)s মুছে ফেলুন" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d টি %(items)s সফলভাবে মুছে ফেলা হয়েছে" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ডিলিট করা সম্ভব নয়" + +msgid "Are you sure?" +msgstr "আপনি কি নিশ্চিত?" + +msgid "Administration" +msgstr "প্রয়োগ" + +msgid "All" +msgstr "সকল" + +msgid "Yes" +msgstr "হ্যাঁ" + +msgid "No" +msgstr "না" + +msgid "Unknown" +msgstr "অজানা" + +msgid "Any date" +msgstr "যে কোন তারিখ" + +msgid "Today" +msgstr "‍আজ" + +msgid "Past 7 days" +msgstr "শেষ ৭ দিন" + +msgid "This month" +msgstr "এ মাসে" + +msgid "This year" +msgstr "এ বছরে" + +msgid "No date" +msgstr "কোন তারিখ নেই" + +msgid "Has date" +msgstr "তারিখ আছে" + +msgid "Empty" +msgstr "খালি" + +msgid "Not empty" +msgstr "খালি নেই" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "কাজ:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "আরো একটি %(verbose_name)s যোগ করুন" + +msgid "Remove" +msgstr "মুছে ফেলুন" + +msgid "Addition" +msgstr "" + +msgid "Change" +msgstr "পরিবর্তন" + +msgid "Deletion" +msgstr "" + +msgid "action time" +msgstr "কার্য সময়" + +msgid "user" +msgstr "ব্যবহারকারী" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "অবজেক্ট আইডি" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "অবজেক্ট উপস্থাপক" + +msgid "action flag" +msgstr "কার্যচিহ্ন" + +msgid "change message" +msgstr "বার্তা পরিবর্তন করুন" + +msgid "log entry" +msgstr "লগ এন্ট্রি" + +msgid "log entries" +msgstr "লগ এন্ট্রিসমূহ" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” যোগ করা হয়েছে। " + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” — %(changes)s পরিবর্তন করা হয়েছে" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s.” মুছে ফেলা হয়েছে" + +msgid "LogEntry Object" +msgstr "লগ-এন্ট্রি দ্রব্য" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "যুক্ত করা হয়েছে" + +msgid "and" +msgstr "এবং" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "কোন ফিল্ড পরিবর্তন হয়নি।" + +msgid "None" +msgstr "কিছু না" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "নিম্নে আপনি আবার তা সম্পাদনা/পরিবর্তন করতে পারেন।" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} \"{obj}\" সফলভাবে যুক্ত হয়েছে৷ নিম্নে আপনি আরেকটি {name} যুক্ত করতে পারেন।" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "কাজ করার আগে বস্তুগুলিকে অবশ্যই চিহ্নিত করতে হবে। কোনো বস্তু পরিবর্তিত হয়নি।" + +msgid "No action selected." +msgstr "কোনো কাজ " + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s যোগ করুন" + +#, python-format +msgid "Change %s" +msgstr "%s পরিবর্তন করুন" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "ডাটাবেস সমস্যা" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s টি থেকে ০ টি সিলেক্ট করা হয়েছে" + +#, python-format +msgid "Change history: %s" +msgstr "ইতিহাস পরিবর্তনঃ %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "জ্যাঙ্গো সাইট প্রশাসক" + +msgid "Django administration" +msgstr "জ্যাঙ্গো প্রশাসন" + +msgid "Site administration" +msgstr "সাইট প্রশাসন" + +msgid "Log in" +msgstr "প্রবেশ করুন" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "পৃষ্ঠা পাওয়া যায়নি" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "আমরা দুঃখিত, কিন্তু অনুরোধকৃত পাতা খুঁজে পাওয়া যায়নি।" + +msgid "Home" +msgstr "নীড়পাতা" + +msgid "Server error" +msgstr "সার্ভার সমস্যা" + +msgid "Server error (500)" +msgstr "সার্ভার সমস্যা (৫০০)" + +msgid "Server Error (500)" +msgstr "সার্ভার সমস্যা (৫০০)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "চিহ্নিত কাজটি শুরু করুন" + +msgid "Go" +msgstr "যান" + +msgid "Click here to select the objects across all pages" +msgstr "সকল পৃষ্ঠার দ্রব্য পছন্দ করতে এখানে ক্লিক করুন" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s টি %(module_name)s এর সবগুলোই সিলেক্ট করুন" + +msgid "Clear selection" +msgstr "চিহ্নিত অংশের চিহ্ন মুছে ফেলুন" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s এপ্লিকেশন এর মডেল গুলো" + +msgid "Add" +msgstr "যোগ করুন" + +msgid "View" +msgstr "দেখুন" + +msgid "You don’t have permission to view or edit anything." +msgstr "কোন কিছু দেখার বা সম্পাদনা/পরিবর্তন করার আপনার কোন অনুমতি নেই।" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"প্রথমে, একজন ব্যবহারকারীর নাম এবং পাসওয়ার্ড লিখুন। তাহলে, আপনি ব্যবহারকারীর " +"অন্যান্য অনেক অপশনগুলো পরিবর্তন করতে সক্ষম হবেন। " + +msgid "Enter a username and password." +msgstr "ইউজার নেইম এবং পাসওয়ার্ড টাইপ করুন।" + +msgid "Change password" +msgstr "পাসওয়ার্ড বদলান" + +msgid "Please correct the error below." +msgstr "দয়া করে নিম্নবর্ণিত ভুলটি সংশোধন করুন।" + +msgid "Please correct the errors below." +msgstr "দয়া করে নিম্নবর্ণিত ভুলগুলো সংশোধন করুন।" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s সদস্যের জন্য নতুন পাসওয়ার্ড দিন।" + +msgid "Welcome," +msgstr "স্বাগতম," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "সহায়িকা" + +msgid "Log out" +msgstr "প্রস্থান" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s যোগ করুন" + +msgid "History" +msgstr "ইতিহাস" + +msgid "View on site" +msgstr "সাইটে দেখুন" + +msgid "Filter" +msgstr "ফিল্টার" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "ক্রমানুসারে সাজানো থেকে বিরত হোন" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "সাজানোর ক্রম: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "ক্রমানুসারে সাজানো চালু করুন/ বন্ধ করুন" + +msgid "Delete" +msgstr "মুছুন" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' মুছে ফেললে এর সম্পর্কিত অবজেক্টগুলোও মুছে " +"যাবে, কিন্তু আপনার নিম্নবর্ণিত অবজেক্টগুলো মোছার অধিকার নেইঃ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"আপনি কি %(object_name)s \"%(escaped_object)s\" মুছে ফেলার ব্যাপারে নিশ্চিত? " +"নিম্নে বর্ণিত সকল আইটেম মুছে যাবেঃ" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "হ্যাঁ, আমি নিশ্চিত" + +msgid "No, take me back" +msgstr "না, আমাক পূর্বের জায়গায় ফিরিয়ে নাও" + +msgid "Delete multiple objects" +msgstr "একাধিক জিনিস মুছে ফেলুন" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Delete?" +msgstr "মুছে ফেলুন?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s অনুযায়ী " + +msgid "Summary" +msgstr "সারসংক্ষেপ" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "আমার করনীয়" + +msgid "None available" +msgstr "কিছুই পাওয়া যায়নি" + +msgid "Unknown content" +msgstr "অজানা বিষয়" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"আপনার ড্যাটাবেস ইন্সটলেশন করার ক্ষেত্রে কিছু সমস্যা রয়েছে। নিশ্চিত করুন যে আপনি " +"যথাযথ ড্যাটাবেস টেবিলগুলো তৈরী করেছেন এবং নিশ্চিত করুন যে উক্ত ড্যাটাবেসটি অন্যান্য " +"ব্যবহারকারী দ্বারা ব্যবহারযোগ্য হবে। " + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "ইউজার নেইম অথবা পাসওয়ার্ড ভুলে গেছেন?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "তারিখ/সময়" + +msgid "User" +msgstr "সদস্য" + +msgid "Action" +msgstr "কার্য" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "সব দেখান" + +msgid "Save" +msgstr "সংরক্ষণ করুন" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "সার্চ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "মোট %(full_result_count)s" + +msgid "Save as new" +msgstr "নতুনভাবে সংরক্ষণ করুন" + +msgid "Save and add another" +msgstr "সংরক্ষণ করুন এবং আরেকটি যোগ করুন" + +msgid "Save and continue editing" +msgstr "সংরক্ষণ করুন এবং সম্পাদনা চালিয়ে যান" + +msgid "Save and view" +msgstr "সংরক্ষণ করুন এবং দেখুন" + +msgid "Close" +msgstr "বন্ধ করুন" + +#, python-format +msgid "Change selected %(model)s" +msgstr "%(model)s নির্বাচিত অংশটি পরিবর্তন করুন" + +#, python-format +msgid "Add another %(model)s" +msgstr "আরো একটি%(model)s যুক্ত করুন" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "%(model)s নির্বাচিত অংশটি মুছুন " + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "আজকে ওয়েব সাইট আপনার গুনগত সময় দেয়ার জন্য আপনাকে ধন্যবাদ।" + +msgid "Log in again" +msgstr "পুনরায় প্রবেশ করুন" + +msgid "Password change" +msgstr "পাসওয়ার্ড বদলান" + +msgid "Your password was changed." +msgstr "আপনার পাসওয়ার্ড বদলানো হয়েছে।" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"দয়া করে নিরাপত্তার জন্য আপনার পুরানো পাসওয়ার্ডটি লিখুন, এবং তারপর নতুন পাসওয়ার্ডটি " +"দুইবার লিখুন যাতে করে আপনি সঠিক পাসওয়ার্ডটি লিখেছেন কি না তা আমরা যাচাই করতে " +"পারি। " + +msgid "Change my password" +msgstr "আমার পাসওয়ার্ড পরিবর্তন করুন" + +msgid "Password reset" +msgstr "পাসওয়ার্ড রিসেট করুন" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "আপনার পাসওয়ার্ড দেয়া হয়েছে। আপনি এখন প্রবেশ (লগইন) করতে পারেন।" + +msgid "Password reset confirmation" +msgstr "পাসওয়ার্ড রিসেট নিশ্চিত করুন" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"অনুগ্রহ করে আপনার পাসওয়ার্ড দুবার প্রবেশ করান, যাতে আমরা যাচাই করতে পারি আপনি " +"সঠিকভাবে টাইপ করেছেন।" + +msgid "New password:" +msgstr "নতুন পাসওয়ার্ডঃ" + +msgid "Confirm password:" +msgstr "পাসওয়ার্ড নিশ্চিতকরণঃ" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"পাসওয়ার্ড রিসেট লিঙ্কটি ঠিক নয়, হয়তো এটা ইতোমধ্যে ব্যবহৃত হয়েছে। পাসওয়ার্ড " +"রিসেটের জন্য অনুগ্রহ করে নতুনভাবে আবেদন করুন।" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"আপনার পাসওয়ার্ড সংযোজন করার জন্য আমরা আপনাকে নির্দেশাবলী সম্বলিত একটি ই-মেইল " +"পাঠাবো, যদি আপনার দেয়া ই-মেইলে আইডিটি এখানে বিদ্যমান থাকে। আপনি খুব দ্রুত তা " +"পেয়ে যাবেন। " + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"আপনি যদি কোন ই-মেইল না পেয়ে থাকে, তবে দয়া করে নিশ্চিত করুন আপনি যে ই-মেইল আইডি " +"দিয়ে নিবন্ধন করেছিলেন তা এখানে লিখেছেন, এবং আপনার স্পাম ফোল্ডার চেক করুন। " + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"আপনি এই ই-মেইলটি পেয়েছেন কারন আপনি %(site_name)s এ আপনার ইউজার একাউন্টের " +"পাসওয়ার্ড রিসেট এর জন্য অনুরোধ করেছেন।" + +msgid "Please go to the following page and choose a new password:" +msgstr "অনুগ্রহ করে নিচের পাতাটিতে যান এবং নতুন পাসওয়ার্ড বাছাই করুনঃ" + +msgid "Your username, in case you’ve forgotten:" +msgstr "আপনার ব্যবহারকারীর নাম, যদি আপনি ভুলে গিয়ে থাকেন:" + +msgid "Thanks for using our site!" +msgstr "আমাদের সাইট ব্যবহারের জন্য ধন্যবাদ!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s দল" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"আপনার পাসওয়ার্ড ভুলে গিয়েছেন? নিম্নে আপনার ই-মেইল আইডি লিখুন, এবং আমরা আপনাকে " +"নতুন পাসওয়ার্ড সংযোজন করার জন্য নির্দেশাবলী সম্বলিত ই-মেইল পাঠাবো।" + +msgid "Email address:" +msgstr "ইমেইল ঠিকানা:" + +msgid "Reset my password" +msgstr "আমার পাসওয়ার্ড রিসেট করুন" + +msgid "All dates" +msgstr "সকল তারিখ" + +#, python-format +msgid "Select %s" +msgstr "%s বাছাই করুন" + +#, python-format +msgid "Select %s to change" +msgstr "%s পরিবর্তনের জন্য বাছাই করুন" + +#, python-format +msgid "Select %s to view" +msgstr "দেখার জন্য %s নির্বাচন করুন" + +msgid "Date:" +msgstr "তারিখঃ" + +msgid "Time:" +msgstr "সময়ঃ" + +msgid "Lookup" +msgstr "খুঁজুন" + +msgid "Currently:" +msgstr "বর্তমান অবস্থা:" + +msgid "Change:" +msgstr "পরিবর্তন:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b3f7f973e1a33688eed57f0c33f699ad9564300a GIT binary patch literal 2313 zcmds$ON7`4Az=eOFJWPOT_3D$fUvq5MY`6{=e#;U1P?`&BRWsfBk*+y{r1C zUE7u!o+q%L#`+%X8Lap2!VAwY;Jx6l;7;(jOx}KXs^1Ad2>os_2krrPfCs_nz)6t& z&w$&&cfk9>S|* zhVfJ24j4ZS?gOd6!(aidfP2A3@F19gP4EZsanMI{@>>8&em9f*;2)4LWn8>3&Hp}% zq4*zx6!$tv{~*abUPk)-tnP6U zQEuMWy@-pp6b-JMJeE;kMlN%Hye+caxiPQFcAy$}6n4DnfK_Bi_hkm^l)c&316I`y zaS`v1jv|O>WsHtVwGioZvTnSS4eyMM;y^2(H_i#w(z%N4>d1KWaVuze$9k>Ut7@O; z7T&0Ovyl`Aw%%)k22?JVCcWZeuXKc$U+_!i1I2Q&2t%(T`vJw=vOD4xr@Yb>FHQP~ zN(YK~a;HUXylNy=915c&pPv#+1u;J@aUdao5!FC^C3IpwP)+?3d{nC^TGFdZ(ee2) zsahfo`2MyrUB6Hm3sThn|x`9i#A!e!%u9oW|Lbs`PO}}GF(Nc z`pzbaQ{A-5*Un;%@)vG@369Gy=!Z5T<8R1wxB~U6bNFkzD^QNHr`pnb z#>N~KhkF0EpWK2cdRVc;CE6S=F;~DE{aZHq)RmS-Mj2G<*fcbWb!=XxnrS#UAuPME z4cEi6lWB6)q`iKP+2n@X*>F}XZWQa#LWT(jf{-)~3~@Lb=(^LAFJ=rY90%Uyg{&Xj zWX0z;xkP$5ItZ90mF5C`m42sMny~Ac%DzHhPEOnY+yz7%RMut`RDv`#1Eio)k?cD8 zKWE2`-Oc!KdjGfVxS*GD49xv9xC?YFIG`J@==3UOzZCr, 2011 +# Tahmid Rafi , 2013 +# Tahmid Rafi , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s বিদ্যমান" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ফিল্টার" + +msgid "Choose all" +msgstr "সব বাছাই করুন" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "সব %s একবারে বাছাই করার জন্য ক্লিক করুন।" + +msgid "Choose" +msgstr "বাছাই করুন" + +msgid "Remove" +msgstr "মুছে ফেলুন" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s বাছাই করা হয়েছে" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "সব মুছে ফেলুন" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা সামনে আছেন।" +msgstr[1] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা সামনে আছেন।" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা পেছনে আছেন।" +msgstr[1] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা পেছনে আছেন।" + +msgid "Now" +msgstr "এখন" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "সময় নির্বাচন করুন" + +msgid "Midnight" +msgstr "মধ্যরাত" + +msgid "6 a.m." +msgstr "৬ পূর্বাহ্ন" + +msgid "Noon" +msgstr "দুপুর" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "বাতিল" + +msgid "Today" +msgstr "আজ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "গতকাল" + +msgid "Tomorrow" +msgstr "আগামীকাল" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "দেখান" + +msgid "Hide" +msgstr "লুকান" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..296f113a522fdf4cca94482910e053bd82d7767b GIT binary patch literal 6489 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po new file mode 100644 index 00000000000..cbdc3593aa4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,671 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012 +# Irriep Nala Novram , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-01-18 00:36+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "Ha sur oc'h?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Dilemel %(verbose_name_plural)s diuzet" + +msgid "Administration" +msgstr "Melestradurezh" + +msgid "All" +msgstr "An holl" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Ket" + +msgid "Unknown" +msgstr "Dianav" + +msgid "Any date" +msgstr "Forzh pegoulz" + +msgid "Today" +msgstr "Hiziv" + +msgid "Past 7 days" +msgstr "Er 7 devezh diwezhañ" + +msgid "This month" +msgstr "Ar miz-mañ" + +msgid "This year" +msgstr "Ar bloaz-mañ" + +msgid "No date" +msgstr "Deiziad ebet" + +msgid "Has date" +msgstr "D'an deiziad" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Ober:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ouzhpennañ %(verbose_name)s all" + +msgid "Remove" +msgstr "Lemel kuit" + +msgid "Addition" +msgstr "Sammañ" + +msgid "Change" +msgstr "Cheñch" + +msgid "Deletion" +msgstr "Diverkadur" + +msgid "action time" +msgstr "eur an ober" + +msgid "user" +msgstr "implijer" + +msgid "content type" +msgstr "doare endalc'had" + +msgid "object id" +msgstr "id an objed" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "ober banniel" + +msgid "change message" +msgstr "Kemennadenn cheñchamant" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Ouzhpennet \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cheñchet \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Dilamet \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Ouzhpennet {name} \"{object}\"." + +msgid "Added." +msgstr "Ouzhpennet." + +msgid "and" +msgstr "ha" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Cheñchet {fields} evit {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Cheñchet {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Dilamet {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Maezienn ebet cheñchet." + +msgid "None" +msgstr "Hini ebet" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "Rankout a rit ec'h aozañ adarre dindan." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "Ober ebet diuzet." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Ouzhpennañ %s" + +#, python-format +msgid "Change %s" +msgstr "Cheñch %s" + +#, python-format +msgid "View %s" +msgstr "Gwelet %s" + +msgid "Database error" +msgstr "Fazi diaz-roadennoù" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s a zo bet cheñchet mat." +msgstr[1] "%(count)s %(name)s a zo bet cheñchet mat. " +msgstr[2] "%(count)s %(name)s a zo bet cheñchet mat. " +msgstr[3] "%(count)s %(name)s a zo bet cheñchet mat." +msgstr[4] "%(count)s %(name)s a zo bet cheñchet mat." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s diuzet" +msgstr[1] "%(total_count)s diuzet" +msgstr[2] "%(total_count)s diuzet" +msgstr[3] "%(total_count)s diuzet" +msgstr[4] "Pep %(total_count)s diuzet" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 diwar %(cnt)s diuzet" + +#, python-format +msgid "Change history: %s" +msgstr "Istor ar cheñchadurioù: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Lec'hienn verañ Django" + +msgid "Django administration" +msgstr "Merañ Django" + +msgid "Site administration" +msgstr "Merañ al lec'hienn" + +msgid "Log in" +msgstr "Kevreañ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "N'eo ket bet kavet ar bajenn" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "Degemer" + +msgid "Server error" +msgstr "Fazi servijer" + +msgid "Server error (500)" +msgstr "Fazi servijer (500)" + +msgid "Server Error (500)" +msgstr "Fazi servijer (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "Mont" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "Riñsañ an diuzadenn" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Merkit un anv implijer hag ur ger-tremen." + +msgid "Change password" +msgstr "Cheñch ger-tremen" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "Degemer mat," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Teulioù" + +msgid "Log out" +msgstr "Digevreañ" + +#, python-format +msgid "Add %(name)s" +msgstr "Ouzhpennañ %(name)s" + +msgid "History" +msgstr "Istor" + +msgid "View on site" +msgstr "Gwelet war al lec'hienn" + +msgid "Filter" +msgstr "Sil" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "Eilpennañ an diuzadenn" + +msgid "Delete" +msgstr "Diverkañ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ya, sur on" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "View" +msgstr "" + +msgid "Delete?" +msgstr "Diverkañ ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " dre %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Ouzhpennañ" + +msgid "You don't have permission to view or edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "Endalc'had dianav" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Disoñjet ho ker-tremen pe hoc'h anv implijer ganeoc'h ?" + +msgid "Date/time" +msgstr "Deiziad/eur" + +msgid "User" +msgstr "Implijer" + +msgid "Action" +msgstr "Ober" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Diskouez pep tra" + +msgid "Save" +msgstr "Enrollañ" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Klask" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "Enrollañ evel nevez" + +msgid "Save and add another" +msgstr "Enrollañ hag ouzhpennañ unan all" + +msgid "Save and continue editing" +msgstr "Enrollañ ha derc'hel da gemmañ" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "Kevreañ en-dro" + +msgid "Password change" +msgstr "Cheñch ho ker-tremen" + +msgid "Your password was changed." +msgstr "Cheñchet eo bet ho ker-tremen." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "Cheñch ma ger-tremen" + +msgid "Password reset" +msgstr "Adderaouekaat ar ger-tremen" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "Kadarnaat eo bet cheñchet ar ger-tremen" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "Ger-tremen nevez :" + +msgid "Confirm password:" +msgstr "Kadarnaat ar ger-tremen :" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Ho trugarekaat da ober gant hol lec'hienn !" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "An holl zeiziadoù" + +#, python-format +msgid "Select %s" +msgstr "Diuzañ %s" + +#, python-format +msgid "Select %s to change" +msgstr "" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Deiziad :" + +msgid "Time:" +msgstr "Eur :" + +msgid "Lookup" +msgstr "Klask" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..58664d0728fe6a5f19c156c0cf1cdb38ac2d07c1 GIT binary patch literal 1658 zcmZ9LzjGT!6vr152#B8vq+litk0QnN=9XyT#1KmnmOB=6tHG3;7 z)}(@hA{ER~LP14AlL}@i;qPEb$3H-qg6}(@BS$;)_Oox_d*6F|cl-CH^FIiT%dji3 zzhLje%yXD9{sCVEAA_%g{}%p#1)qSgVgKCoLX^OZ;LG3@@I7z_oB=mM*6D-i!2rGl z9vA-C;5qo;f}HmdWWDc;_>bTV@P7um?iY}s^9cMM_6IE2MH25HgBQSWK(2d;iTnQ! zPgzBHbHr@r8`RO>Wt|+fCPz$C&%hd$?b! z3>v((=iNQk4$-Yn^ttkxb~dHXJ!!kHw66xvhiEtJ>P~cH*v+D*OR2Q?Su<*QB?EG! z4H;BQ^Kr5g#Y<6Ar6ft0;%o7I93wH>S4WyPCwbK6q4XvRYxF4C^Eo*z=uA|0whq9}prjq@XZg>@(rP*ExgS1i^jYj3b zg8D$+FSlL4a&n|on4-GU@|C&L?ycRMlfx(FxYTeqD2t|!2RL0&_d{i1q_(U0bkb)k z)bBPoqm@Y>KkGpG=%#JEj<(&DR$4kd?J}j7FYTG3mnPbDzMrLJ2f3TomsaUyS)ZM? zSCg3PbxP)FW`=S%ruX4bZB(cH8vJ#NDSfIiKdmseQJwN@@YgAsC@j!}2gLo<>x+|R z?X2t?q1!wQim%`n^z9FNPL6wGLt!QU2P-6dssI20 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..3f819561681 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Hegerz %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Sil" + +msgid "Choose all" +msgstr "Dibab an holl" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikañ evit dibab an holl %s war un dro." + +msgid "Choose" +msgstr "Dibab" + +msgid "Remove" +msgstr "Lemel kuit" + +#, javascript-format +msgid "Chosen %s" +msgstr "Dibabet %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "Lemel kuit pep tra" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikañ evit dilemel an holl %s dibabet war un dro." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Bremañ" + +msgid "Midnight" +msgstr "Hanternoz" + +msgid "6 a.m." +msgstr "6e00" + +msgid "Noon" +msgstr "Kreisteiz" + +msgid "6 p.m." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Dibab un eur" + +msgid "Cancel" +msgstr "Nullañ" + +msgid "Today" +msgstr "Hiziv" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Dec'h" + +msgid "Tomorrow" +msgstr "Warc'hoazh" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Diskouez" + +msgid "Hide" +msgstr "Kuzhat" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f920c9bbcaae13a4185937772d1e831d41236c16 GIT binary patch literal 8845 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 E0AsPq=>Px# literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1d7eb6e6446 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,657 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Filip Dupanović , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspješno izbrisano %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "Da li ste sigurni?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izbriši odabrane %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Svi" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Any date" +msgstr "Svi datumi" + +msgid "Today" +msgstr "Danas" + +msgid "Past 7 days" +msgstr "Poslednjih 7 dana" + +msgid "This month" +msgstr "Ovaj mesec" + +msgid "This year" +msgstr "Ova godina" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Radnja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan %(verbose_name)s" + +msgid "Remove" +msgstr "Obriši" + +msgid "action time" +msgstr "vrijeme radnje" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr objekta" + +msgid "action flag" +msgstr "oznaka radnje" + +msgid "change message" +msgstr "opis izmjene" + +msgid "log entry" +msgstr "zapis u logovima" + +msgid "log entries" +msgstr "zapisi u logovima" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "i" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nije bilo izmjena polja." + +msgid "None" +msgstr "Nijedan" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Predmeti moraju biti izabrani da bi se mogla obaviti akcija nad njima. " +"Nijedan predmet nije bio izmjenjen." + +msgid "No action selected." +msgstr "Nijedna akcija nije izabrana." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s obrisan je uspješno." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Dodaj objekat klase %s" + +#, python-format +msgid "Change %s" +msgstr "Izmjeni objekat klase %s" + +msgid "Database error" +msgstr "Greška u bazi podataka" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izabrani" + +#, python-format +msgid "Change history: %s" +msgstr "Historijat izmjena: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django administracija sajta" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija sistema" + +msgid "Log in" +msgstr "Prijava" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Stranica nije pronađena" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Žao nam je, tražena stranica nije pronađena." + +msgid "Home" +msgstr "Početna" + +msgid "Server error" +msgstr "Greška na serveru" + +msgid "Server error (500)" +msgstr "Greška na serveru (500)" + +msgid "Server Error (500)" +msgstr "Greška na serveru (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Pokreni odabranu radnju" + +msgid "Go" +msgstr "Počni" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite ovdje da izaberete objekte preko svih stranica" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izaberite svih %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Izbrišite izbor" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Prvo unesite korisničko ime i lozinku. Potom ćete moći da mijenjate još " +"korisničkih podešavanja." + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "Promjena lozinke" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj objekat klase %(name)s" + +msgid "History" +msgstr "Historijat" + +msgid "View on site" +msgstr "Pregled na sajtu" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Uklanjanje %(object_name)s „%(escaped_object)s“ povlači uklanjanje svih " +"objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za " +"brisanje slijedećih tipova objekata:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Da li ste sigurni da želite da obrišete %(object_name)s " +"„%(escaped_object)s“? Slijedeći objekti koji su u vezi sa ovim objektom će " +"također biti obrisani:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Da, siguran sam" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Brisanje više objekata" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Izmjeni" + +msgid "Delete?" +msgstr "Brisanje?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Dodaj" + +msgid "You don't have permission to edit anything." +msgstr "Nemate dozvole da unosite bilo kakve izmjene." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nema podataka" + +msgid "Unknown content" +msgstr "Nepoznat sadržaj" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nešto nije uredu sa vašom bazom podataka. Provjerite da li postoje " +"odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Datum/vrijeme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Radnja" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ovaj objekat nema zabilježen historijat izmjena. Vjerovatno nije dodan kroz " +"ovaj sajt za administraciju." + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Save" +msgstr "Sačuvaj" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Pretraga" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ukupno %(full_result_count)s" + +msgid "Save as new" +msgstr "Sačuvaj kao novi" + +msgid "Save and add another" +msgstr "Sačuvaj i dodaj slijedeći" + +msgid "Save and continue editing" +msgstr "Sačuvaj i nastavi sa izmjenama" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala što ste danas proveli vrijeme na ovom sajtu." + +msgid "Log in again" +msgstr "Ponovna prijava" + +msgid "Password change" +msgstr "Izmjena lozinke" + +msgid "Your password was changed." +msgstr "Vaša lozinka je izmjenjena." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Iz bezbjednosnih razloga prvo unesite svoju staru lozinku, a novu zatim " +"unesite dva puta da bismo mogli da provjerimo da li ste je pravilno unijeli." + +msgid "Change my password" +msgstr "Izmijeni moju lozinku" + +msgid "Password reset" +msgstr "Resetovanje lozinke" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaša lozinka je postavljena. Možete se prijaviti." + +msgid "Password reset confirmation" +msgstr "Potvrda resetovanja lozinke" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Unesite novu lozinku dva puta kako bismo mogli da provjerimo da li ste je " +"pravilno unijeli." + +msgid "New password:" +msgstr "Nova lozinka:" + +msgid "Confirm password:" +msgstr "Potvrda lozinke:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link za resetovanje lozinke nije važeći, vjerovatno zato što je već " +"iskorišćen. Ponovo zatražite resetovanje lozinke." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Idite na slijedeću stranicu i postavite novu lozinku." + +msgid "Your username, in case you've forgotten:" +msgstr "Ukoliko ste zaboravili, vaše korisničko ime:" + +msgid "Thanks for using our site!" +msgstr "Hvala što koristite naš sajt!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Uredništvo sajta %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Resetuj moju lozinku" + +msgid "All dates" +msgstr "Svi datumi" + +#, python-format +msgid "Select %s" +msgstr "Odaberi objekat klase %s" + +#, python-format +msgid "Select %s to change" +msgstr "Odaberi objekat klase %s za izmjenu" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vrijeme:" + +msgid "Lookup" +msgstr "Pretraži" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a373ec447c7e2b239185dad14f206bb7ca543b0 GIT binary patch literal 1183 zcmb7C&2AJq5caabva@jE#7aoi9ug%Yp6MQbLOL0CNkXJq5haQSB#xfxnu#YKyJfp4 z3F5xzJ?sN;--p-(`x*$|fd}C8WI~XTkSO)1ugX2ano0tC)u%Ch3KndIc{soe~ z2UdX(z;)o)AB1Rt7r{xBgRg?u=e!BNg18H=z@!&M)eKTLJ(Vr&IKlAOmYL;w78>9WG@bQ;-)Nmu2iSurK{;sO_^#NKqUUr@E|_Aue^C^&VBj+|Tc3u*NeLqU?EPgHh4>g8o$2>Ojv}muzSQ zr$P9KnT1Vlhwd>nc2uho%O0yqL7OgEjf*cG##j}t*75OiGp3Gu$S2K#o3zgEbWUb2 zZ}mfKxv|^beR^^GyqPt&oQ-U8s?!SBi+mDWl~LNRr}yxIW9NBqM?Si!OM4C3%cpkW zN^M64J?iWD`IrUuLu236UKzRL{3H})t63O2_txpm?JU`aJnM9FT3n>$X1{gvoPMW_ zP>%R-n?LF|>P&t6l&2qzy~=`V)+`H^u}i*0395Zwu;g)E0k{r`q7lYTWBC$@?zj3IuU zo>1-i?cbcd%9*jAs3tu*atMw*YSF+=Yf?u8J+4>qG@qNi{fi0zTw`HW_f2Zt6rTVa C@, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupno %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Odaberi sve" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Ukloni" + +#, javascript-format +msgid "Chosen %s" +msgstr "Odabrani %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Izabran %(sel)s od %(cnt)s" +msgstr[1] "Izabrano %(sel)s od %(cnt)s" +msgstr[2] "Izabrano %(sel)s od %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Imate nespašene izmjene na pojedinim uređenim poljima. Ako pokrenete ovu " +"akciju, te izmjene će biti izgubljene." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Now" +msgstr "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "Danas" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..46df4b0cde5336362455df93e86fd7aadfed17f6 GIT binary patch literal 17535 zcmc(l3y>vMdB+>%AuDJ=e1VT<*l}iH=FaW{0S1;~*>_&}5>_&@`jfKsMXaY{6nrc6vliSbdOm8uvk30jG-()|ACobKCq zc4mc;s@$40|J&WC&-u>x{?57IJK>1;czixjdok^YM|$3`z)wGme|+Be9M5|mcnA1= z@U!5_;3MEG!NSRw!s&0eG905cZ1IaKM6h?JOFCEFM`K_kGSXG0QYnKDEKCD*9o3?9Qe3ltq+0bdG!!#)3Za39yl zz{Kmoo59b3KLcmLyIJ(z;3@_c|2_kX-w%OW$Jase=lh`O`Uxm{ehpp-9{xf*-$qdM zO@lo0B5)UY6Sx|D6l{aP0S^aT5U=?b<`L#n&&p=idScxc(j}ejbK$ivD9k&3h6E>%EtNdVeh_`JM}+lHN8@^S>I@dZ$6j z;W|+LZ*ceD2x{Kj-1SF6{=ED7CsX-4_%iTO&pZ_b@2_{v#;9JPt}u{{`y3--7pp&t-9g;Fmzn`(tnfJkqy(8V4`n`fLzU zcyr*H;JZNC*&|>V{4Q7nr%thaxfy%~*WU!!fG$quK#d=P;ztIa z3%(9~2lycP3~&=n(YRZ{o55?qv%v3wh}t{;<;WVWf$PCLK=J2WpycobD7n34$l?g7 zanAxp|GA*(+5#R8UIiWrz8chfbx?FB4j0`0H-blS|5kAKVV?JHPWEHh29_P<(hVcno+CsCC{C!V2$e z?)nK(bR2iOeg9O4r-NGW8KCIC2-J9&xcj@n{anw0w}3x%_dBC@9d7_N?*~Bf>tmqg z_y8z5d=->F{|o4YzXB!K7mrzgItWVtw}Xh*do76T^4<)}-tGi11P_4X|Ia|_^)JC^ zfyblNx_${LI?e>u?*dTsYyw5ccF+g+fNQ~9K=uDiQ1T z{3%fK%)sY?Zv#;!?@mzfeH9!89|h%)ehc0Pt~r|+1}=j4gKN*RdCudY)^R${LF?QC zYQAeg>0bciy1fNZ^uHGrpB@Ay?=OHa0>2Gv-A{lT=ZFd0??g~^odjy05m5av21Va% zL0qTzE>L_u07?%Y0gna04~mX|14Z`{=h^i>2;w5W$G~;qQRmzF&IRe}O@iXX_263Y zE>PqCJ$O6#V-T0(-HcP)4t^5c0{$Ev1~=e5bbk+c3HUki!=N{5<#!h-etybbzvx0c z|7uWrb{cpRI1WnAmx7Y}Ye2~_0;M;v2X+6=;BnwP9o`APnCnl2dj2<{p8o>~Dc)n? zyTMa7SiN}=6#pIu-vfRflpm<${9X#a4crIb16~UH8*SdZ7evLq+d%2lmqCs5UGOmQ zKiu^b4v*Yq_2Y%$(L6r|)O#bK)-?%A{yRafy8&vQ`#_EN2ednB(==FTcr5=@d~j<< zpFaW)xtm9TTC?aE52TMF?d>%2V3wxOt1Wn+1NXY`r+}jGV>F*ud|u9%x6ocsliuoc zs|E9)<(mBJ&%rU;X*B8WGiWW^Ei~~}GA=&i$Mv*x+>OtGyWICzfS98Bh~LHMgM8Ud z`vmQMwEeU<(OyVWp zFr{sF*Y5&vq`jFY-=NRsH2I_3X}A;<8(sxoNBcbOleFS9! zH0l3qX&qXfrq2}?ypK8*-0Z%OfUVnU+Xj+ zw}Y0t4Gu@`EDzdsF7zzvwsUjaJ)aLUzdjqZn_hE=Xo~V#f9odyu^T@)IJ`Gp7|9;H@k4$i3A6TN zH{Ox^;XamI^LK>lY|zR4DEGCBMi_^A*qCG-GhR7*#)CRfybW>eulR6{pUm*IZrIa% zrEZwI!N7#Kp}{DP2K_9l_98P7w3B=`OnKHypapiTXYcM@m`*2I=mevOu>1y%vtKK{ zA(`F-nfqC4%{?^hx3>)o+ zSmr}ERNILPy%`uB4zqgD2^+f$3I-;9aS%4?g_$IdlliFKMBFj6G>}8s%KZ6=KGR_# z4tVw?W-s_%l2PdI3R7B=(EWBp#6;;+A!5?o7_<>qvHVh)8;u=!7W~1i_%@5WCF#OM z>CZ%A+{pIB%ycDHu{$pe{J2*ufix4G5H7rf1F zG7LZP+u?j^+Qv6YtGgM`&L_`E+RY0FhjnR#;Q8b3X005ccxW7S;TUV)#U_Pu;J1Uh zsA;INp@aKrmXG?-XsB3z5P#=v*dCQ)kqg*R6HMbj@LyqrRG^h$j)vBxqZpYnZIU*V zJP+Ge9SeGVoNh74eLmJ&dqD`WQ+_eLSx`bt~8#mgxaYp^uRQURI)aYGTGp z!zSbsF&c#WeAceNJ{uB843Dx-&{A^H2-BLk)uaTiZk8)0C=C|3LEuEl2n|0#^lRZH zjI^{grfk*x%MzDS7T@PlUHE|PApn}{r3@GmzB71zn$ZpYiM zq>NU-(i4$VJ5n8WgwPHq4h?`gI$W?OJ#> z_s@pD1xB?(t|x@(I*A_=HKEyRaBaos*^&;{F!g#dRMidi*}75tz^C$gq(-&++)_Rt)lsR$pVzBxpIjiCSuiT9xS@1Z z!giFZpmA)d3@Cdmyuqlm)Ot6K@&#-l^D_i!^_w+gGR80cA5wzX#sI|6Ud&ULWjI-% zO~|yCIO7R#N7Ctb{5n|}dBS5ie%!kfn%t zwboD?rX9tbB0!seh7znFG{sHtCd$U3T{H=&tI_q2={^^Q^X@8BB=M%mLhG}D$}r{7 zoqhD!XKE2gJ#qWP@hH2N^F&}Y1!b#)lOO>|9(9a9AnZ)*7E!kJ36 zIG8l)q!Er@-om~B#H2PA&z6R&p{%y`ys-u-Uy4*&2MrVLrWcIfR0mfmt9esa*gi8R zQe-8X#rNIqZfjcQxHpvtDUM*F!_p)KTOUZBrYd^?MGeOgwo+HlZK}KxqUuzaaFi~1 zI|(^^U7YKL?S_WT;G2J4H;AFYSMG1Qrsd3s)4s_{@&xBptG?cqPW#Fj)!`H#sV;Sn zx~O*SW%**S>Xb5IKNJJdSSbS!sN58$VK z$ShGhh{br_#tm@4QS*K0O;iAcxY{L2lbJz_3zyV&s_)IDSQSpHf6L{mb@#8OrkC@q z7-%t@$xWW>{N;cqkz(y8uogk!5X8B-{Nz`&>~)Q`wbkh?2S&9 zI*bz}nF?m{(#8bghLS&&cIn%d{ciV2aZ@n{bs${~@cPh%^w22?w1wk@XEP&zCJvg# zceAHOLFQT4L#m%;NXK*5q3{}dh#`$o3gLn$x{5o+_XW>cd(}Ubkl5I(oI6 zT^2RAlOQ_5LpJI$nc>+y?@Wx3&(F`-$d$<1XTp6oOnKZAR{(v@>*Mucd}P)3t=l*E zma(?BX4OXPNXB-;stG?2_vPcAm}2fcdAbwThKee%tN~X6x6TN42Xh!u7*#|CIIq+L7~Cd7L4jZA*_~ zh#R@w+A`-ay*_I!KPv|<_8A8jb+Ow42M053HKYz0)h2@FHT~%TwLVo$5a&3fUWl>p z@?<=)&%pluVx_RASMC={(?D?sGf+MnSX*qvj%4Ls`;?hErzy_f4CPwBctC2e^q$N; z%)Bc|gR^ihiA^T&ZD#X?AQCpaBo1g655(bYn#jj)J$n@6dbgOiNMe^ikC_@OUR3hJ z_6FlFegO}ICyqny_Niuw1IJ-@GI*h!fBEUlsf#lh2BmUyLrnU8b0TR?#V)PcY^f3u zIfA-Rik3-sL*N1_IC~-mGfJ7Wd1Fi{)i#d(rfj2kp^Rwpfi$YyLztjWn^@ql+RG}qa`@`LNTi}z_St$2t<8f9{V zfwQE8rDk>(?;>4b)Sa9R2gPv?Z&a9q0oHSLS6ajdv8k=mS97uhHi8E46JdgJQkB4b zqnq^;8#;8!g-InJ(m6c+3#T%2wH$)_dvEQ#+wd>U< zf!aVpk3zwUhvzntNh2!xo`Uw9oRul8u9%$i^Bg~x6N;8Q@^P%t)b{nl;Fmq_G0D`^ zp`qZ8bYmPWbVS^UHyI8$6>)&cfT>|SJ>GbGdPqSaON4m znW1E1JBo@z(T+0I)xDN(nHL-5dNdXX@SB?rr>ccYU0#%bbeL@Mebh#B=lO?_oMUZyF+^Fw>j-p7~ zBr_DHm&Mq?SSCnX4)W(eyL{|eUJt`&Bh{mlzfLU-g}wK4_}YcF3E9}CXI!k1-&lkxKDRixg8lHtoK+duTc$?a@G&Gg3hD!31PSR%ER0mod`r{wmx=331QHe^RPSWJZ07!Tmz93PXe~@@cKdq}NY1TP~_Q#{X zY^2Ol%<5q&KF{=$43>_t_RlrUVO?>!q+{ z`e}R491AFsI{1ZBeU00xZtNI6Ef;6!=htX9{9!UKHnJl0Fe7b?Yn)tCbxE(K`4~ZC z@c_TlLnb7piwD?U(i-Dox(Z*eu*F}CM#t@P4uSc z1dKZ>EV@FiA-_tpi8tox?;QXPP|ZQSZ9JolFtEZ*jQVZE!Ug#8<9 ztr&5GygSVB66Qa22c~8oYvVBW(;VY?if57rM|O;4!W{dzdcsTW7MY`(>)mM5NjM{? zWtQQk=Ztm2A_qR~7&KuYu>~7zaVdG(GrliAq+)vU zfD@uq(Y~6f=5IJC!r85zx(@lw&Ojc>UdhPV|Ie|z$l6-aUtRf1L*kf_2Oa&HRRD1v z&J;P-wg-I-OyXSX)bhuE1oN=1F-U&@fzv_}?O~wyz~;KBsR~v(a2*HoW0>lzZ14Ga zG$WI?tsf+sQ=rUNEbc(i7SXDpO^9)IN#7>hwjupIucP_XOrZySic`Oi>eG% zt+^ffHV3VewZb|N?)aqXe^S%B(N-jX%490Gu*tGyv@DsdZYy2n2e4Y zim$H7LWG1o0u(CYG*@Ruc676d-r}ef%ZWJ{ z;#XxU`Q!#{xY!a?nrLELr4Ylu8H;*f z&B>yPovh9HX`bOcdf6<=bGdQnU2VFWeix}W(p2M(U=-?kg&^1}DslK>RDFf~ltiyE zVbXJN8$zVYGUb+%6(T>smM}%4yr{Emli;%9+m~mJa+b>;xpDK<7PCQ!yqMVamo`p)sZ6cvFk_sg0te5WrTTNv_z#kk^UGF>-tOKmuu^ zdNnt#uz`2wDY|6&#+50}CEdVS^n=jCTf4ly=3mXOb#?gE6mzQAdaEj{c~S#&9%=S? zIXEV*f?xdl*KGos^nha1TBc{6){17Ta*m=B?QtsW%&qXsDibSmQ&m^g6WCQXC6&J?T8Ch>iF`tEh0E%HznmlMeOY JvwJ??{{UVUsrCQ> literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c89550d341a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,750 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2014-2015,2017,2021 +# Carles Barrobés , 2011-2012,2014 +# duub qnnp, 2015 +# Emilio Carrion, 2022 +# GerardoGa , 2018 +# Gil Obradors Via , 2019 +# Gil Obradors Via , 2019 +# Jannis Leidel , 2011 +# Manel Clos , 2020 +# Marc Compte , 2021 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: Emilio Carrion\n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar els %(verbose_name_plural)s seleccionats" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminat/s %(count)d %(items)s satisfactòriament." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No es pot esborrar %(name)s" + +msgid "Are you sure?" +msgstr "N'esteu segur?" + +msgid "Administration" +msgstr "Administració" + +msgid "All" +msgstr "Tots" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconegut" + +msgid "Any date" +msgstr "Qualsevol data" + +msgid "Today" +msgstr "Avui" + +msgid "Past 7 days" +msgstr "Últims 7 dies" + +msgid "This month" +msgstr "Aquest mes" + +msgid "This year" +msgstr "Aquest any" + +msgid "No date" +msgstr "Sense data" + +msgid "Has date" +msgstr "Té data" + +msgid "Empty" +msgstr "Buit" + +msgid "Not empty" +msgstr "No buit" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Si us plau, introduïu un %(username)s i contrasenya correctes per un compte " +"de personal. Observeu que ambdós camps són sensibles a majúscules." + +msgid "Action:" +msgstr "Acció:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Afegir un/a altre/a %(verbose_name)s." + +msgid "Remove" +msgstr "Eliminar" + +msgid "Addition" +msgstr "Afegeix" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Supressió" + +msgid "action time" +msgstr "moment de l'acció" + +msgid "user" +msgstr "usuari" + +msgid "content type" +msgstr "tipus de contingut" + +msgid "object id" +msgstr "id de l'objecte" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "'repr' de l'objecte" + +msgid "action flag" +msgstr "indicador de l'acció" + +msgid "change message" +msgstr "missatge del canvi" + +msgid "log entry" +msgstr "entrada del registre" + +msgid "log entries" +msgstr "entrades del registre" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Afegit \"1%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Modificat \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Eliminat \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objecte entrada del registre" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Afegit {name} \"{object}\"." + +msgid "Added." +msgstr "Afegit." + +msgid "and" +msgstr "i" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Canviat {fields} per {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Canviats {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Eliminat {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Cap camp modificat." + +msgid "None" +msgstr "cap" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Premeu la tecla \"Control\", o \"Command\" en un Mac, per seleccionar més " +"d'un valor." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "El {name} \"{obj}\" fou afegit amb èxit." + +msgid "You may edit it again below." +msgstr "Podeu editar-lo de nou a sota." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"El {name} \"{obj}\" s'ha afegit amb èxit. Podeu afegir un altre {name} a " +"sota." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"El {name} \"{obj}\" fou canviat amb èxit. Podeu editar-lo de nou a sota." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"El {name} \"{obj}\" s'ha afegit amb èxit. Podeu editar-lo de nou a sota." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"El {name} \"{obj}\" fou canviat amb èxit. Podeu afegir un altre {name} a " +"sota." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "El {name} \"{obj}\" fou canviat amb èxit." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Heu de seleccionar els elements per poder realitzar-hi accions. No heu " +"seleccionat cap element." + +msgid "No action selected." +msgstr "No heu seleccionat cap acció." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "El/la %(name)s \"%(obj)s\" s'ha eliminat amb èxit." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s amb ID \"%(key)s\" no existeix. Potser va ser eliminat?" + +#, python-format +msgid "Add %s" +msgstr "Afegir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "Visualitza %s" + +msgid "Database error" +msgstr "Error de base de dades" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s s'ha modificat amb èxit." +msgstr[1] "%(count)s %(name)s s'han modificat amb èxit." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionat(s)" +msgstr[1] "Tots %(total_count)s seleccionat(s)" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionats" + +#, python-format +msgid "Change history: %s" +msgstr "Modificar històric: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Esborrar %(class_name)s %(instance)s requeriria esborrar els següents " +"objectes relacionats protegits: %(related_objects)s" + +msgid "Django site admin" +msgstr "Lloc administratiu de Django" + +msgid "Django administration" +msgstr "Administració de Django" + +msgid "Site administration" +msgstr "Administració del lloc" + +msgid "Log in" +msgstr "Iniciar sessió" + +#, python-format +msgid "%(app)s administration" +msgstr "Administració de %(app)s" + +msgid "Page not found" +msgstr "No s'ha pogut trobar la pàgina" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Ho sentim, però no s'ha pogut trobar la pàgina sol·licitada" + +msgid "Home" +msgstr "Inici" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error del servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"S'ha produït un error. Se n'ha informat els administradors del lloc per " +"correu electrònic, i hauria d'arreglar-se en breu. Gràcies per la vostra " +"paciència." + +msgid "Run the selected action" +msgstr "Executar l'acció seleccionada" + +msgid "Go" +msgstr "Anar" + +msgid "Click here to select the objects across all pages" +msgstr "Feu clic aquí per seleccionar els objectes a totes les pàgines" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccioneu tots %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Netejar la selecció" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Models en l'aplicació %(name)s" + +msgid "Add" +msgstr "Afegir" + +msgid "View" +msgstr "Visualitza" + +msgid "You don’t have permission to view or edit anything." +msgstr "No teniu permisos per veure o editar" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Primer, entreu un nom d'usuari i una contrasenya. Després podreu editar més " +"opcions de l'usuari." + +msgid "Enter a username and password." +msgstr "Introduïu un nom d'usuari i contrasenya." + +msgid "Change password" +msgstr "Canviar contrasenya" + +msgid "Please correct the error below." +msgstr "Si us plau, corregiu l'error de sota." + +msgid "Please correct the errors below." +msgstr "Si us plau, corregiu els errors mostrats a sota." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Introduïu una contrasenya per l'usuari %(username)s" + +msgid "Welcome," +msgstr "Benvingut/da," + +msgid "View site" +msgstr "Veure lloc" + +msgid "Documentation" +msgstr "Documentació" + +msgid "Log out" +msgstr "Finalitzar sessió" + +#, python-format +msgid "Add %(name)s" +msgstr "Afegir %(name)s" + +msgid "History" +msgstr "Històric" + +msgid "View on site" +msgstr "Veure al lloc" + +msgid "Filter" +msgstr "Filtre" + +msgid "Clear all filters" +msgstr "Netejar tots els filtres" + +msgid "Remove from sorting" +msgstr "Treure de la ordenació" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritat d'ordenació: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Commutar ordenació" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el/la %(object_name)s '%(escaped_object)s' provocaria l'eliminació " +"d'objectes relacionats, però el vostre compte no te permisos per esborrar " +"els tipus d'objecte següents:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Esborrar %(object_name)s '%(escaped_object)s' requeriria esborrar els " +"següents objectes relacionats protegits:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Esteu segurs de voler esborrar els/les %(object_name)s \"%(escaped_object)s" +"\"? S'esborraran els següents elements relacionats:" + +msgid "Objects" +msgstr "Objectes" + +msgid "Yes, I’m sure" +msgstr "Sí, n'estic segur" + +msgid "No, take me back" +msgstr "No, torna endarrere" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objectes" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Esborrar els %(objects_name)s seleccionats faria que s'esborréssin objectes " +"relacionats, però el vostre compte no té permisos per esborrar els següents " +"tipus d'objectes:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Esborrar els %(objects_name)s seleccionats requeriria esborrar els següents " +"objectes relacionats protegits:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"N'esteu segur de voler esborrar els %(objects_name)s seleccionats? " +"S'esborraran tots els objects següents i els seus elements relacionats:" + +msgid "Delete?" +msgstr "Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Per %(filter_title)s " + +msgid "Summary" +msgstr "Resum" + +msgid "Recent actions" +msgstr "Accions recents" + +msgid "My actions" +msgstr "Les meves accions" + +msgid "None available" +msgstr "Cap disponible" + +msgid "Unknown content" +msgstr "Contingut desconegut" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hi ha algun problema a la instal·lació de la vostra base de dades. Assegureu-" +"vos que s'han creat les taules adients, i que la base de dades és llegible " +"per l'usuari apropiat." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Esteu identificats com a %(username)s, però no esteu autoritzats a accedir a " +"aquesta pàgina. Voleu identificar-vos amb un compte d'usuari diferent?" + +msgid "Forgotten your password or username?" +msgstr "Heu oblidat la vostra contrasenya o nom d'usuari?" + +msgid "Toggle navigation" +msgstr "Canviar mode de navegació" + +msgid "Start typing to filter…" +msgstr "Comença a teclejar per filtrar ..." + +msgid "Filter navigation items" +msgstr "Filtrar els items de navegació" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usuari" + +msgid "Action" +msgstr "Acció" + +msgid "entry" +msgstr "entrada" + +msgid "entries" +msgstr "entrades" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Aquest objecte no té historial de canvis. Probablement no es va afegir " +"utilitzant aquest lloc administratiu." + +msgid "Show all" +msgstr "Mostrar tots" + +msgid "Save" +msgstr "Desar" + +msgid "Popup closing…" +msgstr "Tancant finestra emergent..." + +msgid "Search" +msgstr "Cerca" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultats" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s en total" + +msgid "Save as new" +msgstr "Desar com a nou" + +msgid "Save and add another" +msgstr "Desar i afegir-ne un de nou" + +msgid "Save and continue editing" +msgstr "Desar i continuar editant" + +msgid "Save and view" +msgstr "Desa i visualitza" + +msgid "Close" +msgstr "Tanca" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Canvieu el %(model)s seleccionat" + +#, python-format +msgid "Add another %(model)s" +msgstr "Afegeix un altre %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Esborra el %(model)s seleccionat" + +#, python-format +msgid "View selected %(model)s" +msgstr "Vista seleccionada %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Gràcies per dedicar temps de qualitat avui a aquesta web." + +msgid "Log in again" +msgstr "Iniciar sessió de nou" + +msgid "Password change" +msgstr "Canvi de contrasenya" + +msgid "Your password was changed." +msgstr "La seva contrasenya ha estat canviada." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Si us plau, introduïu la vostra contrasenya antiga, per seguretat, i tot " +"seguit introduïu la vostra contrasenya nova dues vegades per verificar que " +"l'heu escrita correctament." + +msgid "Change my password" +msgstr "Canviar la meva contrasenya:" + +msgid "Password reset" +msgstr "Restablir contrasenya" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"S'ha canviat la vostra contrasenya. Ara podeu continuar i iniciar sessió." + +msgid "Password reset confirmation" +msgstr "Confirmació de restabliment de contrasenya" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Si us plau, introduïu la vostra nova contrasenya dues vegades, per verificar " +"que l'heu escrita correctament." + +msgid "New password:" +msgstr "Contrasenya nova:" + +msgid "Confirm password:" +msgstr "Confirmar contrasenya:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"L'enllaç de restabliment de contrasenya era invàlid, potser perquè ja s'ha " +"utilitzat. Si us plau, sol·liciteu un nou reestabliment de contrasenya." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Li hem enviat instruccions per establir la seva contrasenya, donat que hi " +"hagi un compte associat al correu introduït. L'hauríeu de rebre en breu." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no rebeu un correu, assegureu-vos que heu introduït l'adreça amb la que " +"us vau registrar, i comproveu la vostra carpeta de \"spam\"." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Heu rebut aquest correu perquè vau sol·licitar restablir la contrasenya per " +"al vostre compte d'usuari a %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Si us plau, aneu a la pàgina següent i escolliu una nova contrasenya:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "El vostre nom d'usuari, en cas que l'hagueu oblidat:" + +msgid "Thanks for using our site!" +msgstr "Gràcies per fer ús del nostre lloc!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "L'equip de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Heu oblidat la vostra contrasenya? Introduïu la vostra adreça de correu " +"electrònic a sota, i us enviarem instruccions per canviar-la." + +msgid "Email address:" +msgstr "Adreça de correu electrònic:" + +msgid "Reset my password" +msgstr "Restablir la meva contrasenya" + +msgid "All dates" +msgstr "Totes les dates" + +#, python-format +msgid "Select %s" +msgstr "Seleccioneu %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccioneu %s per modificar" + +#, python-format +msgid "Select %s to view" +msgstr "Selecciona %s per a veure" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Cercar" + +msgid "Currently:" +msgstr "Actualment:" + +msgid "Change:" +msgstr "Canviar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..44b9c4b6de23e685c9d449837493182b6fa8397c GIT binary patch literal 6075 zcmb`LUyLM08Ndq}1Xei}1OZX%PLI2jo7ufR4!AiESaxsk5A5A?yYeT-hnnu%nLc{D zhW;~mV?Z&;12H6GAdv(VHHriYQ6#56f%_t_CPotzAAIpa5}!?c@b`7s%+4&w320}l ze_d5yRe$x>S6_d#f4#i+tm0axTt|8SBT79a&lhpy`u#_hx&^)sZ-*CLtQ3#xPS3+o zM34LWD*QP0ulRb$)4|JV?|XjB^Sf}0_7~x$@D+GHd;{J9{|GOE|Mt9yioAb|=asNV z{W^$<+Uo1OJR4B-+Y2v*`yqeoAUBz35z6=__y9Z!SK%v=zfvg~cPYxr{Fgx)cO?|P zuY)4D1M;V4xXFA?C~|keXW$}y8vX@}e3!wZS076K5h(LN0S~~ZU=zL#8KP<*tGESz zpZeACd+;pm!DWno6@1I{&+uyM|Mc}sF#a{vuZN$3`+fahUw;US{NwOi_`K&?DC7PB zW&U?OFWgeib1l4*_E{+7jzEzQ;Ai2Z@Cx{x=c`cU-}3c8`T9TLr)j_76V-dJf?vBp zsX7$D``IV4A^bZOyEZ;maUT>r-sX81WGZz8Vj6Wn6#E8{KNWj^-Sa!1KY}9vD|jP( z6YhiWKpDU7^6Gszdd@=Gm;F%oZ61mqcl-W(q4>cAzWuAd9zdC|17+O9P}VbmXW(P- z5%@1Ca(#>^{`Ur{HhlkKqxVB8Trl(bM2uLhBiMc0C{VEIbFEk9vO7 z^9j!JZIYL>Y$b~DY2IXd{_)E^%j$sAL9?E&R zjUxUaKC+J@XJeW&yypGGox=url!E!x9lq@ZJV?2PayJFnR<}~*dsC+@Q{<9(A=eB= z&erhS%7ggeUA{r$l*Gne6!Fo$6t#V4X5(F%c58b3&LGKoq`?Nc4bR`VA*Wq0k6fY? zm+O9%MXlJX?eFT&Ci-vIrqOMvn{`hx*Gr>V%@yq;%hg=pM6qEKy**R&CJAh;<~z=1 z)R%u9GlssoGgxlhji|AP)?^!9Mh~#t{rb_sQF=kYP+s)%YHx$iJZCDyTi4J5-y`0`wxzRQ( zoFde+`Du%cygfhdG{bGyQ0G!=T+pHcTo79<&+$FS?2Ub_{1{Bxw?D z0*Md1%Uv0Gf#h$GJ(ugQ2{~qo?5|1MmN1mCkTB{;VPRsHVB;_=ZH_p{qL;cBp<$q7 z=gMtebDRnG?=ag}LL?d8X##y4bB$1qygc-Yi6jNdgLHg);% zU4xr@2&wGU(U1ZxZJ-Kv6t1@@1*L;z_5-zFBx4x-oXZGx^&)ig>-KS@6Y3|#9 z;|$l-JtoWRtEow{*yJv4>UopK5(N%Ntqj~2RP{!?tl!!0l3O$a*S&o=GtTa1f}~xT zwym#P)0N@5i8)9+J9*w~PEVU&uaV32(V9IYLa8F}q zY961p2`Un0n>x2=^66e|qU3j_-SAe^qy; zNJCstDpfo$n?pk;H=gKK5)%w0X&Yxq z=x_%yHE_MgCfPXZMv37A!<0i=KLHIJqZVw&Sx#-4C0de0KF8D+qP|VSl(n7+ia2MT zhiyVP5hZf5WQyd6CS8Atd(UdN{D3T<3wdQs@oGJBjHYe^kH^kAb|4+)h`qYwA$4>VljBUYSa%ZY@AJRkBq z!v40%i_F-L<64<%@l#>NO7@BH5>AH*<}A9Fj6=;mO!Uf)UVk|gbK!7OljFi>Zg^%x zA4+u3h1h%KEhcWWBV#9ngD%d-EQWI$ohj$Z*eM<9HNrsUab@=!F`E8uLnq&c6>$$j zH?Kvba=c`t=hJWGcH`O&{qz5#ouBMIwOfczxgz5yTM?-R+g*PV!*)$t9k!G-4s(&2 zcpFzXkrQXi?39f-ug&GeeyB;x#ws*1g#GJ zYnHt-JxbD#_#q?P(e3e5Wt5tdl=4-RT-4%6IZlzUzlfMk8AFv!%jHZtC!xY7aqI$| zYS@Z<5grU@@x8U#Eum@smkj0`R)*Yohv*hEP+lN9p`A3GTfdb^7a5-fQ$;!>IjPuQ zCP*9lIKN`EjC3*;#rb%OrX1!oHYjM+@s7$W{2;Ok`{>`sk71JBat@>`vkbG+O$I`N zYBmmygzjp--PlU>2>H}`&loKQ^OwuR@54SNrpR-fa*9IU8U~z+R;uRO4v&*S-jWC^ i@l%4Q#7>Ev1jxQb2>Icu?&IG@EBrg=82`$7K>Y`4Csy|W literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..29795f2012e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po @@ -0,0 +1,330 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2017,2021 +# Carles Barrobés , 2011-2012,2014 +# Carlton Gibson , 2023 +# Emilio Carrion, 2022 +# Jannis Leidel , 2011 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-04 07:59+0000\n" +"Last-Translator: Carlton Gibson , 2023\n" +"Language-Team: Catalan (http://app.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Disponibles" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Aquesta és 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." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriviu en aquesta caixa per a filtrar la llista de %s disponibles." + +msgid "Filter" +msgstr "Filtre" + +msgid "Choose all" +msgstr "Escollir-los tots" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Feu clic per escollir tots els %s d'un cop." + +msgid "Choose" +msgstr "Escollir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escollit %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Aquesta és 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." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Escriviu en aquesta caixa per a filtrar la llista de %s seleccionats." + +msgid "Remove all" +msgstr "Esborrar-los tots" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Feu clic per eliminar tots els %s escollits d'un cop." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opcion seleccionada no visible" +msgstr[1] "%s opcions seleccionades no visibles" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionat" +msgstr[1] "%(sel)s of %(cnt)s seleccionats" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Teniu canvis sense desar a camps editables individuals. Si executeu una " +"acció, es perdran aquests canvis no desats." + +msgid "" +"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." +msgstr "" +"Has seleccionat una acció, però encara no l'has desat els canvis dels camps " +"individuals. Si us plau clica OK per desar. Necessitaràs tornar a executar " +"l'acció." + +msgid "" +"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." +msgstr "" +"Has seleccionat una acció i no has fet cap canvi als camps individuals. " +"Probablement estàs cercant el botó Anar enlloc del botó de Desar." + +msgid "Now" +msgstr "Ara" + +msgid "Midnight" +msgstr "Mitjanit" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Migdia" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Aneu %s hora avançats respecte la hora del servidor." +msgstr[1] "Nota: Aneu %s hores avançats respecte la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Aneu %s hora endarrerits respecte la hora del servidor." +msgstr[1] "Nota: Aneu %s hores endarrerits respecte la hora del servidor." + +msgid "Choose a Time" +msgstr "Escolliu una hora" + +msgid "Choose a time" +msgstr "Escolliu una hora" + +msgid "Cancel" +msgstr "Cancel·lar" + +msgid "Today" +msgstr "Avui" + +msgid "Choose a Date" +msgstr "Escolliu una data" + +msgid "Yesterday" +msgstr "Ahir" + +msgid "Tomorrow" +msgstr "Demà" + +msgid "January" +msgstr "Gener" + +msgid "February" +msgstr "Febrer" + +msgid "March" +msgstr "Març" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maig" + +msgid "June" +msgstr "Juny" + +msgid "July" +msgstr "Juliol" + +msgid "August" +msgstr "Agost" + +msgid "September" +msgstr "Setembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Desembre" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Gen" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Abr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Oct" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Des" + +msgid "Sunday" +msgstr "Diumenge" + +msgid "Monday" +msgstr "Dilluns" + +msgid "Tuesday" +msgstr "Dimarts" + +msgid "Wednesday" +msgstr "Dimecres" + +msgid "Thursday" +msgstr "Dijous" + +msgid "Friday" +msgstr "Divendres" + +msgid "Saturday" +msgstr "Dissabte" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "dg." + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "dl." + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "dt." + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "dc." + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "dj." + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "dv." + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "ds." + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "X" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Ocultar" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..686f0925f3cb180bf5b15beecf644e850faee974 GIT binary patch literal 23234 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b3157f5b2e6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,792 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abdulla Dlshad, 2023 +# Bakhtawar Barzan, 2021 +# Bakhtawar Barzan, 2021 +# Kosar Tofiq Saeed , 2020 +# pejar hewrami , 2020 +# Swara , 2022,2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:05+0000\n" +"Last-Translator: Swara , 2022,2024\n" +"Language-Team: Central Kurdish (http://app.transifex.com/django/django/" +"language/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "%(verbose_name_plural)sە هەڵبژێردراوەکان بسڕەوە" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "سەرکەوتووانە %(count)d %(items)sی سڕییەوە." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "ناتوانرێت %(name)s بسڕێتەوە" + +msgid "Are you sure?" +msgstr "ئایا تۆ دڵنیایت؟" + +msgid "Administration" +msgstr "بەڕێوەبەرایەتی" + +msgid "All" +msgstr "هەمووی" + +msgid "Yes" +msgstr "بەڵێ" + +msgid "No" +msgstr "نەخێر" + +msgid "Unknown" +msgstr "نەزانراو" + +msgid "Any date" +msgstr "هەر بەروارێک" + +msgid "Today" +msgstr "ئەمڕۆ" + +msgid "Past 7 days" +msgstr "7 ڕۆژی ڕابردوو" + +msgid "This month" +msgstr "ئەم مانگە" + +msgid "This year" +msgstr "ئەمساڵ" + +msgid "No date" +msgstr "بەروار نییە" + +msgid "Has date" +msgstr "بەرواری هەیە" + +msgid "Empty" +msgstr "بەتاڵ" + +msgid "Not empty" +msgstr "بەتاڵ نییە" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"تکایە %(username)s و تێپەڕەوشە دروستەکە بنوسە بۆ هەژمارێکی ستاف. تێبینی بکە " +"لەوانەیە هەردوو خانەکە دۆخی هەستیار بێت بۆ پیتەکان." + +msgid "Action:" +msgstr "کردار:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "زیادکردنی %(verbose_name)sی تر" + +msgid "Remove" +msgstr "لابردن" + +msgid "Addition" +msgstr "خستنەسەر" + +msgid "Change" +msgstr "گۆڕین" + +msgid "Deletion" +msgstr "سڕینەوە" + +msgid "action time" +msgstr "کاتی کردار" + +msgid "user" +msgstr "بەکارهێنەر" + +msgid "content type" +msgstr "جۆری ناوەڕۆک" + +msgid "object id" +msgstr "ناسنامەی ئۆبجێکت" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "نوێنەرایەتی ئۆبجێکت" + +msgid "action flag" +msgstr "ئاڵای کردار" + +msgid "change message" +msgstr "گۆڕینی پەیام" + +msgid "log entry" +msgstr "ڕاپۆرتی تۆمار" + +msgid "log entries" +msgstr "ڕاپۆرتی تۆمارەکان" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\"ی زیادکرد." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "\"%(object)s\"— %(changes)s گۆڕدرا" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" سڕایەوە." + +msgid "LogEntry Object" +msgstr "ئۆبجێکتی ڕاپۆرتی تۆمار" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} \"{object}\" زیادکرا." + +msgid "Added." +msgstr "زیادکرا." + +msgid "and" +msgstr "و" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} بۆ {name} “{object}” گۆڕدرا." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} گۆڕدرا." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” سڕایەوە." + +msgid "No fields changed." +msgstr "هیچ خانەیەک نەگۆڕاوە." + +msgid "None" +msgstr "هیچ" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"پەنجە داگرە لەسەر “Control”، یاخود “Command” لەسەر ماک، بۆ هەڵبژاردنی " +"دانەیەک زیاتر." + +msgid "Select this object for an action - {}" +msgstr "ئەم تەنە هەڵبژێرە بۆ کردارێک - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” بەسەرکەوتوویی زیادکرا." + +msgid "You may edit it again below." +msgstr "دەگونجێت تۆ دووبارە لەخوارەوە دەستکاری بکەیت." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” بەسەرکەوتوویی زیادکرا. دەگونجێت تۆ لە خوارەوە {name}یەکی تر " +"زیادبکەیت." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” بەسەرکەوتوویی گۆڕدرا. دەگونجێت تۆ لە خوارەوە دووبارە دەستکاری " +"بکەیتەوە." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” بەسەرکەوتوویی گۆڕدرا. دەگونجێت تۆ لە خوارەوە {name}یەکی تر " +"زیاد بکەیت." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name}ی “{obj}” بەسەرکەوتوویی گۆڕدرا." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"دەبێت بڕگەکان هەڵبژێردرابن تاوەکو کرداریان لەسەر ئەنجام بدەیت. هیچ بڕگەیەک " +"نەگۆڕدراوە." + +msgid "No action selected." +msgstr "هیچ کردارێک هەڵنەبژێردراوە." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s\"%(obj)s\" بەسەرکەوتوویی سڕدرایەوە." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s بە ناسنامەی \"%(key)s\" بوونی نییە. لەوانەیە سڕدرابێتەوە؟" + +#, python-format +msgid "Add %s" +msgstr "زیادکردنی %s" + +#, python-format +msgid "Change %s" +msgstr "گۆڕینی %s" + +#, python-format +msgid "View %s" +msgstr "بینینی %s" + +msgid "Database error" +msgstr "هەڵەی بنکەدراوە" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s بەسەرکەوتوویی گۆڕدرا." +msgstr[1] "%(count)s %(name)s بەسەرکەوتوویی گۆڕدران." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s هەڵبژێردراوە" +msgstr[1] "هەمووی %(total_count)s هەڵبژێردراون" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 لە %(cnt)s هەڵبژێردراوە" + +#, python-format +msgid "Change history: %s" +msgstr "مێژووی گۆڕین: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(instance)sی %(class_name)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"سڕینەوەی %(instance)sی %(class_name)s پێویستی بە سڕینەوەی ئەم ئۆبجێکتە " +"پەیوەندیدارە پارێزراوانەیە: %(related_objects)s" + +msgid "Django site admin" +msgstr "بەڕێوەبەری پێگەی جەنگۆ" + +msgid "Django administration" +msgstr "بەڕێوەبەرایەتی جەنگۆ" + +msgid "Site administration" +msgstr "بەڕێوەبەرایەتی پێگە" + +msgid "Log in" +msgstr "چوونەژوورەوە" + +#, python-format +msgid "%(app)s administration" +msgstr "بەڕێوەبەرایەتی %(app)s" + +msgid "Page not found" +msgstr "پەڕە نەدۆزرایەوە" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "داوای لێبوردن ئەکەین، بەڵام ناتوانرێت پەڕەی داواکراو بدۆزرێتەوە." + +msgid "Home" +msgstr "ماڵەوە" + +msgid "Server error" +msgstr "هەڵەی ڕاژەکار" + +msgid "Server error (500)" +msgstr "هەڵەی ڕاژەکار (500)" + +msgid "Server Error (500)" +msgstr "هەڵەی ڕاژەکار (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"هەڵەیەک بوونی هەبووە. ڕاپۆرت دراوە بە پێگەی بەڕێوەبەرایەتی لەڕێی ئیمەیڵەوە و " +"دەبێت بەزوویی چاکبکرێت. سوپاس بۆ ئارامگرتنت." + +msgid "Run the selected action" +msgstr "کرداری هەڵبژێردراو جێبەجێ بکە" + +msgid "Go" +msgstr "بڕۆ" + +msgid "Click here to select the objects across all pages" +msgstr "کرتە لێرە بکە بۆ هەڵبژاردنی ئۆبجێکتەکان لە تەواوی هەموو پەڕەکان" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "هەموو %(total_count)s %(module_name)s هەڵبژێرە" + +msgid "Clear selection" +msgstr "پاککردنەوەی هەڵبژاردن" + +msgid "Breadcrumbs" +msgstr "وردەنان" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "مۆدێلەکان لە بەرنامەی %(name)s" + +msgid "Add" +msgstr "زیادکردن" + +msgid "View" +msgstr "بینین" + +msgid "You don’t have permission to view or edit anything." +msgstr "تۆ ڕێگەپێدراو نیت بۆ بینین یان دەستکاری هیچ شتێک." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"سەرەتا، ناوی بەکارهێنەر و تێپەڕەوشە بنوسە. پاشان دەتوانیت دەستکاری زیاتری " +"هەڵبژاردنەکانی بەکارهێنەر بکەیت." + +msgid "Enter a username and password." +msgstr "ناوی بەکارهێنەر و تێپەڕەوشە بنوسە" + +msgid "Change password" +msgstr "گۆڕینی تێپەڕەوشە" + +msgid "Set password" +msgstr "دانانی تێپەڕەوشە" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "تکایە ئەم هەڵەیەی خوارەوە ڕاست بکەرەوە." +msgstr[1] "تکایە هەڵەکانی خوارەوە ڕاست بکەرەوە." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "تێپەڕەوشەی نوێ بۆ بەکارهێنەری %(username)s بنوسە" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"ئەم کردارە چالاک دەکات لەسەر بنەمای تێپەڕەوشەی ئەم " +"بەکارهێنەرە." + +msgid "Disable password-based authentication" +msgstr "ناچالاککردنی ڕەسەنایەتی لەسەر بنەمای تێپەڕەوشە" + +msgid "Enable password-based authentication" +msgstr "چالاککردنی ڕەسەنایەتی لەسەر بنەمای تێپەڕەوشە" + +msgid "Skip to main content" +msgstr "تێیپەڕێنە بۆ ناوەڕۆکی سەرەکی" + +msgid "Welcome," +msgstr "بەخێربێیت،" + +msgid "View site" +msgstr "بینینی پێگە" + +msgid "Documentation" +msgstr "بەڵگەنامە" + +msgid "Log out" +msgstr "چوونەدەرەوە" + +#, python-format +msgid "Add %(name)s" +msgstr "زیادکردنی %(name)s" + +msgid "History" +msgstr "مێژوو" + +msgid "View on site" +msgstr "بینین لەسەر پێگە" + +msgid "Filter" +msgstr "پاڵاوتن" + +msgid "Hide counts" +msgstr "ژماردن بشارەوە" + +msgid "Show counts" +msgstr "ژماردن پیشانبدە" + +msgid "Clear all filters" +msgstr "پاکردنەوەی هەموو پاڵاوتنەکان" + +msgid "Remove from sorting" +msgstr "لابردن لە ڕیزکردن" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ڕیزکردنی لە پێشینە: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "ڕیزکردنی پێچەوانە" + +msgid "Toggle theme (current theme: auto)" +msgstr "گۆڕینی ڕووکار (ڕووکاری ئێستا: خۆکار)" + +msgid "Toggle theme (current theme: light)" +msgstr "گۆڕینی ڕووکار (ڕووکاری ئێستا: ڕووناک)" + +msgid "Toggle theme (current theme: dark)" +msgstr "گۆڕینی ڕووکار (ڕووکاری ئێستا: تاریک)" + +msgid "Delete" +msgstr "سڕینەوە" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"سڕینەوەی %(object_name)s ‘%(escaped_object)s‘ دەبێتە هۆی سڕینەوەی ئۆبجێکتی " +"پەیوەندیدار، بەڵام هەژمارەکەت ڕێگەپێدراو نییە بۆ سڕینەوەی ئەم جۆرە " +"ئۆبجێکتانەی تر:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"سڕینەوەی %(object_name)sی ‘%(escaped_object)s‘ پێویستیی بە سڕینەوەی ئەم " +"ئۆبجێکتە پەیوەندیدارە پارێزراوانەیە:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"ئایا تۆ دڵنیایت کە دەتەوێت %(object_name)sی \"%(escaped_object)s\" بسڕیتەوە؟ " +"هەموو ئەم ئۆبجێکتە پەیوەندیدارانەش دەسڕێتەوە:" + +msgid "Objects" +msgstr "ئۆبجێکتەکان" + +msgid "Yes, I’m sure" +msgstr "بەڵێ، من دڵنیام" + +msgid "No, take me back" +msgstr "نەخێر، من بگەڕێنەرەوە دواوە" + +msgid "Delete multiple objects" +msgstr "سڕینەوەی چەندین ئۆبجێکت" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"سڕینەوەی %(objects_name)sی هەڵبژێردراو دەبێتە هۆی سڕینەوەی ئۆبجێکتی " +"پەیوەندیدار، بەڵام هەژمارەکەت ڕێگەپێدراو نییە بۆ سڕینەوەی ئەم جۆرە " +"ئۆبجێکتانەی تر:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"سڕینەوەی %(objects_name)sی هەڵبژێردراو پێویستیی بە سڕینەوەی ئەم ئۆبجێکتە " +"پەیوەندیدارە پارێزراوانەیە:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"ئایا تۆ دڵنیایت دەتەوێت %(objects_name)sی هەڵبژێردراو بسڕیتەوە؟ هەموو ئەم " +"ئۆبجێکت و بڕگە پەیوەندیدارەکانیان دەسڕێنەوە:" + +msgid "Delete?" +msgstr "سڕینەوە؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr "بەپێی %(filter_title)s" + +msgid "Summary" +msgstr "پوختە" + +msgid "Recent actions" +msgstr "کردارە نوێیەکان" + +msgid "My actions" +msgstr "کردارەکانم" + +msgid "None available" +msgstr "هیچ شتيک بەردەست نییە" + +msgid "Added:" +msgstr "زیادکرا:" + +msgid "Changed:" +msgstr "گۆڕدرا:" + +msgid "Deleted:" +msgstr "سڕایەوە:" + +msgid "Unknown content" +msgstr "ناوەڕۆکی نەزانراو" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"هەڵەیەک هەیە لە دامەزراندنی بنکەدراوەکەت. دڵنیاببەرەوە لەوەی خشتە گونجاوەکان " +"دروستکراون، دڵنیاببەرەوە بنکەدراوەکە ئەخوێندرێتەوە لەلایەن بەکارهێنەری " +"گونجاوەوە." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"تۆ ڕەسەنایەتیت هەیە وەکو %(username)s, بەڵام ڕێگەپێدراو نیت بۆ ئەم لاپەڕەیە. " +"دەتەوێت بە هەژمارێکی تر بچیتەژوورەوە؟" + +msgid "Forgotten your password or username?" +msgstr "تێپەڕەوشە یان ناوی بەکارهێنەرەکەت بیرچۆتەوە؟" + +msgid "Toggle navigation" +msgstr "کردنەوەو داخستنی ڕێنیشاندەر" + +msgid "Sidebar" +msgstr "شریتی لاتەنیشت" + +msgid "Start typing to filter…" +msgstr "دەست بکە بە نوسین بۆ پاڵاوتن..." + +msgid "Filter navigation items" +msgstr "بڕگەکانی ڕێنیشاندەر بپاڵێوە" + +msgid "Date/time" +msgstr "بەروار/کات" + +msgid "User" +msgstr "بەکارهێنەر" + +msgid "Action" +msgstr "کردار" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "تۆمار" +msgstr[1] "تۆمارەکان" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"ئەم ئۆبجێکتە مێژووی گۆڕانکاری نییە. ڕەنگە لە ڕێگەی بەڕێەوەبەری ئەم پێگەیەوە " +"زیادنەکرابێت." + +msgid "Show all" +msgstr "پیشاندانی هەمووی" + +msgid "Save" +msgstr "پاشەکەوتکردن" + +msgid "Popup closing…" +msgstr "پەنجەرەکە دادەخرێت..." + +msgid "Search" +msgstr "گەڕان" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s ئەنجام" +msgstr[1] "%(counter)s ئەنجام" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)sگشتی" + +msgid "Save as new" +msgstr "پاشەکەوتکردن وەک نوێ" + +msgid "Save and add another" +msgstr "پاشەکەوتی بکەو دانەیەکی تر زیاد بکە" + +msgid "Save and continue editing" +msgstr "پاشەکەوتی بکەو بەردەوامبە لە گۆڕنکاری" + +msgid "Save and view" +msgstr "پاشەکەوتی بکەو پیشانی بدە" + +msgid "Close" +msgstr "داخستن" + +#, python-format +msgid "Change selected %(model)s" +msgstr "هەڵبژێردراوەکان بگۆڕە %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "زیادکردنی %(model)sی تر" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "هەڵبژێردراوەکان بسڕەوە %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "سەیری %(model)s هەڵبژێردراوەکان بکە" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "سوپاس بۆ بەسەربردنی هەندێک کاتێکی ئەمڕۆ لەگەڵ ماڵپەڕەکەدا." + +msgid "Log in again" +msgstr "دووبارە چوونەژوورەوە" + +msgid "Password change" +msgstr "گۆڕینی تێپەڕەوشە" + +msgid "Your password was changed." +msgstr "تێپەڕەوشەت گۆڕدرا." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"لەپێناو پاراستندا تکایە تێپەڕەوشە کۆنەکەت بنووسە، پاشان دووجار تێپەڕەوشە " +"نوێیەکەت بنووسە بۆ ئەوەی بتوانین پشتڕاستی بکەینەوە کە بە دروستی نووسیوتە." + +msgid "Change my password" +msgstr "گۆڕینی تێپەڕەوشەکەم" + +msgid "Password reset" +msgstr "دانانەوەی تێپەڕەوشە" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "تێپەڕەوشەکەت دانرایەوە. لەوانەیە ئێستا بچیتە سەرەوە و بچیتەژوورەوە." + +msgid "Password reset confirmation" +msgstr "دووپاتکردنەوەی دانانەوەی تێپەڕەوشە" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"تکایە دووجار تێپەڕەوشە نوێیەکەت بنوسە، پاشان دەتوانین دڵنیابین کە بە دروستی " +"نوسراوە." + +msgid "New password:" +msgstr "تێپەڕەوشەی نوێ:" + +msgid "Confirm password:" +msgstr "دووپاتکردنەوەی تێپەڕەوشە:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"بەستەری دانانەوەی تێپەڕەوشە نادروست بوو، لەوانەیە لەبەر ئەوەی پێشتر " +"بەکارهاتووە. تکایە داوای دانانەوەی تێپەڕەوشەی نوێ بکە." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"ئێمە ڕێنماییەکانمان بۆ دانانی تێپەڕەوشەکەت ئیمەیڵ بۆت ناردووە، ئەگەر " +"هەژمارێک هەبێت لەگەڵ ئەو ئیمەیڵەی کە نوسیوتە. پێویستە بەم زووانە بەدەستت " +"بگات." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"ئەگەر تۆ نامەی ئەلیکترۆنیت بەدەست نەگەیشت، ئەوا دڵنیا ببەرەوە کە تۆ ئەو " +"ناونیشانەت داخڵکردووە کە پێی تۆمار بوویت، وە فۆڵدەری سپامەکەت بپشکنە." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"تۆ ئەم نامە ئەلیکترۆنیەت بەدەست گەیشتووە لەبەرئەوەی داواکاری دوبارە " +"دانانەوەی تێپەڕە ووشەت کردبوو بۆ هەژماری بەکارهێنەرەکەت لە %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "تکایە بڕۆ بۆ پەڕەی دیاریکراو و تێپەڕەوشەیەکی نوێ هەڵبژێرە:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "ناوی بەکارهێنەری تۆ، لە کاتێکدا بیرت چووبێتەوە:" + +msgid "Thanks for using our site!" +msgstr "سوپاس بۆ بەکارهێنانی پێگەکەمان!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "دەستەی %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"تێپەڕەوشەکەت بیرچووەتەوە؟ ئیمەیڵەکەت لەخوارەوە بنوسە، پاشان ئێمە ئێمەیڵی " +"ڕێنمایت بۆ دەنێرین بۆ دانانی دانەیەکی نوێ." + +msgid "Email address:" +msgstr "ناونیشانی ئیمەیڵ:" + +msgid "Reset my password" +msgstr "دانانەوەی تێپەڕەوشەکەم" + +msgid "Select all objects on this page for an action" +msgstr "هەموو تەنەکان لەم لاپەڕەیە بۆ کردارێک هەڵبژێرە" + +msgid "All dates" +msgstr "هەموو بەروارەکان" + +#, python-format +msgid "Select %s" +msgstr "%s هەڵبژێرە" + +#, python-format +msgid "Select %s to change" +msgstr "%s هەڵبژێرە بۆ گۆڕین" + +#, python-format +msgid "Select %s to view" +msgstr "%s هەڵبژێرە بۆ بینین" + +msgid "Date:" +msgstr "بەروار:" + +msgid "Time:" +msgstr "کات:" + +msgid "Lookup" +msgstr "گەڕان" + +msgid "Currently:" +msgstr "ئێستاکە:" + +msgid "Change:" +msgstr "گۆڕین:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..95cbda79074a6d1de7db822114475cc561d4ea89 GIT binary patch literal 7671 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 gUg^fI9&@yBmE7@>iVFZ%Ftt, 2023 +# Swara , 2022-2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2024-01-20 07:59+0000\n" +"Last-Translator: Swara , 2022-2024\n" +"Language-Team: Central Kurdish (http://app.transifex.com/django/django/" +"language/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%sە بەردەستەکان" + +#, javascript-format +msgid "" +"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." +msgstr "" +"ئەمە لیستی بەردەستی %s . دەتوانیت هەندێکیان هەڵبژێریت بە هەڵبژاردنییان لەم " +"بوخچەی خوارەوە و پاشان کرتەکردن لەسەر ئاراستەی \"هەڵبژێرە\" لە نێوان هەردوو " +"بوخچەکەدا." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "لەم بوخچەدا بنووسە بۆ ئەوەی لیستی بەردەستەکان بپاڵێویت %s." + +msgid "Filter" +msgstr "پاڵاوتن" + +msgid "Choose all" +msgstr "هەمووی هەڵبژێرە" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "کرتە بکە بۆ هەڵبژاردنی هەموو %s بەیەکجار." + +msgid "Choose" +msgstr "‌هەڵبژاردن" + +msgid "Remove" +msgstr "لابردن" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s هەڵبژێردراوەکان" + +#, javascript-format +msgid "" +"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." +msgstr "" +"ئەمە لیستی هەڵبژێردراوی %s. دەتوانیت هەندێکیان لاببەیت بە هەڵبژاردنییان لەم " +"بوخچەی خوارەوە و پاشان کرتەکردن لەسەر ئاراستەی \"لابردن\" لە نێوان هەردوو " +"بوخچەکەدا." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "لەم بوخچەدا بنووسە بۆ ئەوەی لیستی هەڵبژێردراوەکان بپاڵێویت %s." + +msgid "Remove all" +msgstr "لابردنی هەمووی" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "کرتە بکە بۆ لابردنی هەموو ئەوانەی هەڵبژێردراون %sبە یەکجار." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%sبژاردەی هەڵبژێردراو نابینرێت" +msgstr[1] "%s هەڵبژاردە هەڵبژێردراوەکان نابینرێن" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "‫%(sel)s لە %(cnt)s هەڵبژێردراوە" +msgstr[1] "‫%(sel)s لە %(cnt)s هەڵبژێردراوە" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"گۆڕانکاریی پاشەکەوتنەکراوت هەیە لەسەر خانەی یەکلایەنەی شیاوی دەستکاریی. " +"ئەگەر کردارێک ئەنجام بدەیت، گۆڕانکارییە پاشەکەوتنەکراوەکانت لەدەست دەچن." + +msgid "" +"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." +msgstr "" +"چالاکییەکی هەڵبژێردراوت هەیە، بەڵام خانە تاکلایەنەکانت تا ئێستا پاشەکەوت " +"نەکردووە. تکایە کردتە لەسەر باشە بکە بۆ پاشەکەوتکردن. پێویستە دووبارە " +"چالاکییەکە ئەنجام بدەیتەوە." + +msgid "" +"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." +msgstr "" +"چالاکییەکی هەڵبژێردراوت هەیە، هەروەها هیچ گۆڕانکارییەکت لەسەر خانە " +"تاکلایەنەکانت نیە. ڕەنگە تۆ بەدوای دوگمەی بڕۆدا بگەڕێیت نەک دوگمەی " +"پاشەکەوتکردن." + +msgid "Now" +msgstr "ئێستا" + +msgid "Midnight" +msgstr "نیوەشەو" + +msgid "6 a.m." +msgstr "6ی بەیانی" + +msgid "Noon" +msgstr "نیوەڕۆ" + +msgid "6 p.m." +msgstr "6ی ئێوارە." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "تێبینی: تۆ %s کاتژمێر لەپێش کاتی ڕاژەوەیت." +msgstr[1] "تێبینی: تۆ %s کاتژمێر لەپێش کاتی ڕاژەوەیت." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "تێبینی: تۆ %s کاتژمێر لەدوای کاتی ڕاژەوەیت." +msgstr[1] "تێبینی: تۆ %s کاتژمێر لەدوای کاتی ڕاژەوەیت." + +msgid "Choose a Time" +msgstr "کاتێک دیاریبکە" + +msgid "Choose a time" +msgstr "کاتێک دیاریبکە" + +msgid "Cancel" +msgstr "پاشگەزبوونەوە" + +msgid "Today" +msgstr "ئەمڕۆ" + +msgid "Choose a Date" +msgstr "ڕۆژێک دیاریبکە" + +msgid "Yesterday" +msgstr "دوێنێ" + +msgid "Tomorrow" +msgstr "سبەینێ" + +msgid "January" +msgstr "‎ڕێبەندان" + +msgid "February" +msgstr "‎ڕەشەمە" + +msgid "March" +msgstr "نەورۆز" + +msgid "April" +msgstr "‎گوڵان" + +msgid "May" +msgstr "جۆزەردان" + +msgid "June" +msgstr "‎پوشپەڕ" + +msgid "July" +msgstr "گەلاوێژ " + +msgid "August" +msgstr "‎خەرمانان" + +msgid "September" +msgstr "‎ڕەزبەر" + +msgid "October" +msgstr "‎گەڵاڕێزان" + +msgid "November" +msgstr "‎سەرماوەرز" + +msgid "December" +msgstr "‎بەفرانبار" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "‎ڕێبەندان" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "ڕەشەمە" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "نەورۆز" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "گوڵان" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "‎جۆزەردان" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "پوشپەڕ" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "‎گەلاوێژ" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "خەرمانان" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "‎ڕەزبەر" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "‎گەڵاڕێزان" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "‎سەرماوەرز" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "‎بەفرانبار" + +msgid "Sunday" +msgstr "یەکشەممە" + +msgid "Monday" +msgstr "دووشەممە" + +msgid "Tuesday" +msgstr "سێشەممە" + +msgid "Wednesday" +msgstr "چوارشەممە" + +msgid "Thursday" +msgstr "پێنجشەممە" + +msgid "Friday" +msgstr "هەینی" + +msgid "Saturday" +msgstr "شەممە" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "یەک" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "دوو" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "سێ" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "چوار" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "پێنج" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "هەینی" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "شەم" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "ی" + +msgctxt "one letter Monday" +msgid "M" +msgstr "د" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "س" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "چ" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "پ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "هە" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "ش" + +msgid "Show" +msgstr "پیشاندان" + +msgid "Hide" +msgstr "شاردنەوە" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0dc5f9abc908503c60cc701942088687d61c6ff3 GIT binary patch literal 19004 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 WF@M, 2011 +# Jan Papež , 2024 +# Jiří Podhorecký , 2024 +# Jiří Podhorecký , 2022 +# Jirka Vejrazka , 2011 +# Tomáš Ehrlich , 2015 +# Vláďa Macek , 2013-2014 +# Vláďa Macek , 2015-2020,2022 +# yedpodtrzitko , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 07:05+0000\n" +"Last-Translator: Jan Papež , 2024\n" +"Language-Team: Czech (http://app.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Odstranit vybrané položky typu %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Úspěšně odstraněno: %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nelze smazat %(name)s" + +msgid "Are you sure?" +msgstr "Jste si jisti?" + +msgid "Administration" +msgstr "Správa" + +msgid "All" +msgstr "Vše" + +msgid "Yes" +msgstr "Ano" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Neznámé" + +msgid "Any date" +msgstr "Libovolné datum" + +msgid "Today" +msgstr "Dnes" + +msgid "Past 7 days" +msgstr "Posledních 7 dní" + +msgid "This month" +msgstr "Tento měsíc" + +msgid "This year" +msgstr "Tento rok" + +msgid "No date" +msgstr "Bez data" + +msgid "Has date" +msgstr "Má datum" + +msgid "Empty" +msgstr "Prázdná hodnota" + +msgid "Not empty" +msgstr "Neprázdná hodnota" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Zadejte správné %(username)s a heslo pro personál. Obě pole mohou rozlišovat " +"velká a malá písmena." + +msgid "Action:" +msgstr "Operace:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Přidat %(verbose_name)s" + +msgid "Remove" +msgstr "Odebrat" + +msgid "Addition" +msgstr "Přidání" + +msgid "Change" +msgstr "Změnit" + +msgid "Deletion" +msgstr "Odstranění" + +msgid "action time" +msgstr "čas operace" + +msgid "user" +msgstr "uživatel" + +msgid "content type" +msgstr "typ obsahu" + +msgid "object id" +msgstr "id položky" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "reprez. položky" + +msgid "action flag" +msgstr "příznak operace" + +msgid "change message" +msgstr "zpráva o změně" + +msgid "log entry" +msgstr "položka protokolu" + +msgid "log entries" +msgstr "položky protokolu" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Přidán objekt \"%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Změněn objekt \"%(object)s\" — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Odstraněna položka \"%(object)s\"." + +msgid "LogEntry Object" +msgstr "Objekt záznam v protokolu" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Přidáno: {name} \"{object}\"." + +msgid "Added." +msgstr "Přidáno." + +msgid "and" +msgstr "a" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Změněno: {fields} pro {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Změněno: {fields}" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Odstraněno: {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Nebyla změněna žádná pole." + +msgid "None" +msgstr "Žádný" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Výběr více než jedné položky je možný přidržením klávesy \"Control\", na " +"Macu \"Command\"." + +msgid "Select this object for an action - {}" +msgstr "Vyberte tento objekt pro akci - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Položka typu {name} \"{obj}\" byla úspěšně přidána." + +msgid "You may edit it again below." +msgstr "Níže můžete údaje znovu upravovat." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Položka typu {name} \"{obj}\" byla úspěšně přidána. Níže můžete přidat další " +"položku {name}." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Položka typu {name} \"{obj}\" byla úspěšně změněna. Níže ji můžete dále " +"upravovat." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Položka \"{obj}\" typu {name} byla úspěšně změněna. Níže můžete přidat další " +"položku {name}." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Položka \"{obj}\" typu {name} byla úspěšně změněna." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"K provedení hromadných operací je třeba vybrat nějaké položky. Nedošlo k " +"žádným změnám." + +msgid "No action selected." +msgstr "Nebyla vybrána žádná operace." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně odstraněna." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "Objekt %(name)s s klíčem \"%(key)s\" neexistuje. Možná byl odstraněn." + +#, python-format +msgid "Add %s" +msgstr "%s: přidat" + +#, python-format +msgid "Change %s" +msgstr "%s: změnit" + +#, python-format +msgid "View %s" +msgstr "Zobrazit %s" + +msgid "Database error" +msgstr "Chyba databáze" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Položka %(name)s byla úspěšně změněna." +msgstr[1] "%(count)s položky %(name)s byly úspěšně změněny." +msgstr[2] "%(count)s položek %(name)s bylo úspěšně změněno." +msgstr[3] "%(count)s položek %(name)s bylo úspěšně změněno." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s položka vybrána." +msgstr[1] "Všechny %(total_count)s položky vybrány." +msgstr[2] "Vybráno všech %(total_count)s položek." +msgstr[3] "Vybráno všech %(total_count)s položek." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Vybraných je 0 položek z celkem %(cnt)s." + +#, python-format +msgid "Change history: %s" +msgstr "Historie změn: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s: %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Odstranění položky \"%(instance)s\" typu %(class_name)s by vyžadovalo " +"odstranění těchto souvisejících chráněných položek: %(related_objects)s" + +msgid "Django site admin" +msgstr "Správa webu Django" + +msgid "Django administration" +msgstr "Správa systému Django" + +msgid "Site administration" +msgstr "Správa webu" + +msgid "Log in" +msgstr "Přihlášení" + +#, python-format +msgid "%(app)s administration" +msgstr "Správa aplikace %(app)s" + +msgid "Page not found" +msgstr "Stránka nenalezena" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Požadovaná stránka nebyla bohužel nalezena." + +msgid "Home" +msgstr "Domů" + +msgid "Server error" +msgstr "Chyba serveru" + +msgid "Server error (500)" +msgstr "Chyba serveru (500)" + +msgid "Server Error (500)" +msgstr "Chyba serveru (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"V systému došlo k chybě. Byla e-mailem nahlášena správcům, kteří by ji měli " +"v krátké době opravit. Děkujeme za trpělivost." + +msgid "Run the selected action" +msgstr "Provést vybranou operaci" + +msgid "Go" +msgstr "Provést" + +msgid "Click here to select the objects across all pages" +msgstr "Klepnutím zde vyberete položky ze všech stránek." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Vybrat všechny položky typu %(module_name)s, celkem %(total_count)s." + +msgid "Clear selection" +msgstr "Zrušit výběr" + +msgid "Breadcrumbs" +msgstr "Drobečky" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modely v aplikaci %(name)s" + +msgid "Add" +msgstr "Přidat" + +msgid "View" +msgstr "Zobrazit" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nemáte oprávnění k zobrazení ani úpravám." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Nejdříve zadejte uživatelské jméno a heslo. Poté budete moci upravovat více " +"uživatelských nastavení." + +msgid "Enter a username and password." +msgstr "Zadejte uživatelské jméno a heslo." + +msgid "Change password" +msgstr "Změnit heslo" + +msgid "Set password" +msgstr "Nastavit heslo" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Opravte prosím níže uvedenou chybu." +msgstr[1] "Opravte prosím níže uvedené chyby." +msgstr[2] "Opravte prosím níže uvedené chyby." +msgstr[3] "Opravte prosím níže uvedené chyby." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zadejte nové heslo pro uživatele %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Tato akce povolí pro tohoto uživatele ověřování na základě " +"hesla." + +msgid "Disable password-based authentication" +msgstr "Zakázat ověřování pomocí hesla" + +msgid "Enable password-based authentication" +msgstr "Povolit ověřování pomocí hesla" + +msgid "Skip to main content" +msgstr "Přeskočit na hlavní obsah" + +msgid "Welcome," +msgstr "Vítejte, uživateli" + +msgid "View site" +msgstr "Zobrazení webu" + +msgid "Documentation" +msgstr "Dokumentace" + +msgid "Log out" +msgstr "Odhlásit se" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s: přidat" + +msgid "History" +msgstr "Historie" + +msgid "View on site" +msgstr "Zobrazení na webu" + +msgid "Filter" +msgstr "Filtr" + +msgid "Hide counts" +msgstr "Skrýt počty" + +msgid "Show counts" +msgstr "Zobrazit počty" + +msgid "Clear all filters" +msgstr "Zrušit všechny filtry" + +msgid "Remove from sorting" +msgstr "Přestat řadit" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorita řazení: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Přehodit řazení" + +msgid "Toggle theme (current theme: auto)" +msgstr "Přepnout motiv (aktuální motiv: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Přepnout motiv (aktuální motiv: světlý)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Přepnout motiv (aktuální motiv: tmavý)" + +msgid "Delete" +msgstr "Odstranit" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Odstranění položky \"%(escaped_object)s\" typu %(object_name)s by vyústilo v " +"odstranění souvisejících položek. Nemáte však oprávnění k odstranění položek " +"následujících typů:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Odstranění položky '%(escaped_object)s' typu %(object_name)s by vyžadovalo " +"odstranění souvisejících chráněných položek:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Opravdu má být odstraněna položka \"%(escaped_object)s\" typu " +"%(object_name)s? Následující související položky budou všechny odstraněny:" + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I’m sure" +msgstr "Ano, jsem si jist(a)" + +msgid "No, take me back" +msgstr "Ne, beru zpět" + +msgid "Delete multiple objects" +msgstr "Odstranit vybrané položky" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Odstranění položky typu %(objects_name)s by vyústilo v odstranění " +"souvisejících položek. Nemáte však oprávnění k odstranění položek " +"následujících typů:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Odstranění vybrané položky typu %(objects_name)s by vyžadovalo odstranění " +"následujících souvisejících chráněných položek:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Opravdu má být odstraněny vybrané položky typu %(objects_name)s? Všechny " +"vybrané a s nimi související položky budou odstraněny:" + +msgid "Delete?" +msgstr "Odstranit?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Dle: %(filter_title)s " + +msgid "Summary" +msgstr "Shrnutí" + +msgid "Recent actions" +msgstr "Nedávné akce" + +msgid "My actions" +msgstr "Moje akce" + +msgid "None available" +msgstr "Nic" + +msgid "Added:" +msgstr "Přidáno:" + +msgid "Changed:" +msgstr "Změněno:" + +msgid "Deleted:" +msgstr "Smazáno:" + +msgid "Unknown content" +msgstr "Neznámý obsah" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Potíže s nainstalovanou databází. Ujistěte se, že byly vytvořeny " +"odpovídající tabulky a že databáze je přístupná pro čtení příslušným " +"uživatelem." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jste přihlášeni jako uživatel %(username)s, ale k této stránce nemáte " +"oprávnění. Chcete se přihlásit k jinému účtu?" + +msgid "Forgotten your password or username?" +msgstr "Zapomněli jste heslo nebo uživatelské jméno?" + +msgid "Toggle navigation" +msgstr "Přehodit navigaci" + +msgid "Sidebar" +msgstr "Boční panel" + +msgid "Start typing to filter…" +msgstr "Filtrovat začnete vepsáním textu..." + +msgid "Filter navigation items" +msgstr "Filtrace položek navigace" + +msgid "Date/time" +msgstr "Datum a čas" + +msgid "User" +msgstr "Uživatel" + +msgid "Action" +msgstr "Operace" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "položka" +msgstr[1] "položky" +msgstr[2] "položek" +msgstr[3] "položek" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Tato položka nemá historii změn. Pravděpodobně nebyla přidána tímto " +"administračním rozhraním." + +msgid "Show all" +msgstr "Zobrazit vše" + +msgid "Save" +msgstr "Uložit" + +msgid "Popup closing…" +msgstr "Vyskakovací okno se zavírá..." + +msgid "Search" +msgstr "Hledat" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s výsledek" +msgstr[1] "%(counter)s výsledky" +msgstr[2] "%(counter)s výsledků" +msgstr[3] "%(counter)s výsledků" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Celkem %(full_result_count)s" + +msgid "Save as new" +msgstr "Uložit jako novou položku" + +msgid "Save and add another" +msgstr "Uložit a přidat další položku" + +msgid "Save and continue editing" +msgstr "Uložit a pokračovat v úpravách" + +msgid "Save and view" +msgstr "Uložit a zobrazit" + +msgid "Close" +msgstr "Zavřít" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Změnit vybrané položky typu %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Přidat další %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Odstranit vybrané položky typu %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Zobrazení vybraných %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Děkujeme za dnešní čas strávený s tímto neobyčejným webem." + +msgid "Log in again" +msgstr "Přihlaste se znovu" + +msgid "Password change" +msgstr "Změna hesla" + +msgid "Your password was changed." +msgstr "Vaše heslo bylo změněno." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Zadejte svoje současné heslo a poté dvakrát heslo nové. Omezíme tak možnost " +"překlepu." + +msgid "Change my password" +msgstr "Změnit heslo" + +msgid "Password reset" +msgstr "Obnovení hesla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaše heslo bylo nastaveno. Nyní se můžete přihlásit." + +msgid "Password reset confirmation" +msgstr "Potvrzení obnovy hesla" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Zadejte dvakrát nové heslo. Tak ověříme, že bylo zadáno správně." + +msgid "New password:" +msgstr "Nové heslo:" + +msgid "Confirm password:" +msgstr "Potvrdit heslo:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Odkaz pro obnovení hesla byl neplatný, možná již byl použit. Požádejte o " +"obnovení hesla znovu." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Návod na nastavení hesla byl odeslán na zadanou e-mailovou adresu, pokud " +"účet s takovou adresou existuje. Měl by za okamžik dorazit." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Pokud e-mail neobdržíte, ujistěte se, že zadaná e-mailová adresa je stejná " +"jako ta registrovaná u vašeho účtu a zkontrolujte složku nevyžádané pošty, " +"tzv. spamu." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tento e-mail vám byl zaslán na základě vyžádání obnovy hesla vašeho " +"uživatelskému účtu na systému %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Přejděte na následující stránku a zadejte nové heslo:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Pro jistotu vaše uživatelské jméno:" + +msgid "Thanks for using our site!" +msgstr "Děkujeme za používání našeho webu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tým aplikace %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Zapomněli jste heslo? Zadejte níže e-mailovou adresu a systém vám odešle " +"postup k nastavení nového." + +msgid "Email address:" +msgstr "E-mailová adresa:" + +msgid "Reset my password" +msgstr "Obnovit heslo" + +msgid "Select all objects on this page for an action" +msgstr "Vyberte všechny objekty na této stránce pro akci" + +msgid "All dates" +msgstr "Všechna data" + +#, python-format +msgid "Select %s" +msgstr "%s: vybrat" + +#, python-format +msgid "Select %s to change" +msgstr "Vyberte položku %s ke změně" + +#, python-format +msgid "Select %s to view" +msgstr "Vyberte položku %s k zobrazení" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Čas:" + +msgid "Lookup" +msgstr "Hledat" + +msgid "Currently:" +msgstr "Aktuálně:" + +msgid "Change:" +msgstr "Změna:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..db715bc9fcda54e676e5233b94290fa497ad99a5 GIT binary patch literal 6596 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 Bjer0E literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..1e8fa737394 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po @@ -0,0 +1,332 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Jan Papež , 2024 +# Jiří Podhorecký , 2024 +# Jiří Podhorecký , 2022 +# Jirka Vejrazka , 2011 +# Vláďa Macek , 2012,2014 +# Vláďa Macek , 2015-2016,2020-2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 07:59+0000\n" +"Last-Translator: Jan Papež , 2024\n" +"Language-Team: Czech (http://app.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupné položky: %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Seznam dostupných položek %s. Jednotlivě je lze vybrat tak, že na ně v " +"rámečku klepnete a pak klepnete na šipku \"Vybrat\" mezi rámečky." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Chcete-li filtrovat ze seznamu dostupných položek %s, začněte psát do tohoto " +"pole." + +msgid "Filter" +msgstr "Filtr" + +msgid "Choose all" +msgstr "Vybrat vše" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Chcete-li najednou vybrat všechny položky %s, klepněte sem." + +msgid "Choose" +msgstr "Vybrat" + +msgid "Remove" +msgstr "Odebrat" + +#, javascript-format +msgid "Chosen %s" +msgstr "Vybrané položky %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Seznam vybraných položek %s. Jednotlivě je lze odebrat tak, že na ně v " +"rámečku klepnete a pak klepnete na šipku \"Odebrat mezi rámečky." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Zadáním do tohoto pole vyfiltrujete seznam vybraných %s." + +msgid "Remove all" +msgstr "Odebrat vše" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Chcete-li najednou odebrat všechny vybrané položky %s, klepněte sem." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s vybraná volba není viditelná" +msgstr[1] "%s vybrané volby nejsou viditelné" +msgstr[2] "%s vybrané volby nejsou viditelné" +msgstr[3] "%s vybrané volby nejsou viditelné" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Vybrána je %(sel)s položka z celkem %(cnt)s." +msgstr[1] "Vybrány jsou %(sel)s položky z celkem %(cnt)s." +msgstr[2] "Vybraných je %(sel)s položek z celkem %(cnt)s." +msgstr[3] "Vybraných je %(sel)s položek z celkem %(cnt)s." + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"V jednotlivých polích jsou neuložené změny, které budou ztraceny, pokud " +"operaci provedete." + +msgid "" +"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." +msgstr "" +"Byla vybrána operace, ale dosud nedošlo k uložení změn jednotlivých polí. " +"Uložíte klepnutím na tlačítko OK. Pak bude třeba operaci spustit znovu." + +msgid "" +"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." +msgstr "" +"Byla vybrána operace, ale dosud nedošlo k uložení změn jednotlivých polí. " +"Patrně využijete tlačítko Provést spíše než tlačítko Uložit." + +msgid "Now" +msgstr "Nyní" + +msgid "Midnight" +msgstr "Půlnoc" + +msgid "6 a.m." +msgstr "6h ráno" + +msgid "Noon" +msgstr "Poledne" + +msgid "6 p.m." +msgstr "6h večer" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Poznámka: Váš čas o %s hodinu předstihuje čas na serveru." +msgstr[1] "Poznámka: Váš čas o %s hodiny předstihuje čas na serveru." +msgstr[2] "Poznámka: Váš čas o %s hodiny předstihuje čas na serveru." +msgstr[3] "Poznámka: Váš čas o %s hodin předstihuje čas na serveru." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Poznámka: Váš čas se o %s hodinu zpožďuje za časem na serveru." +msgstr[1] "Poznámka: Váš čas se o %s hodiny zpožďuje za časem na serveru." +msgstr[2] "Poznámka: Váš čas se o %s hodiny zpožďuje za časem na serveru." +msgstr[3] "Poznámka: Váš čas se o %s hodin zpožďuje za časem na serveru." + +msgid "Choose a Time" +msgstr "Vyberte čas" + +msgid "Choose a time" +msgstr "Vyberte čas" + +msgid "Cancel" +msgstr "Storno" + +msgid "Today" +msgstr "Dnes" + +msgid "Choose a Date" +msgstr "Vyberte datum" + +msgid "Yesterday" +msgstr "Včera" + +msgid "Tomorrow" +msgstr "Zítra" + +msgid "January" +msgstr "leden" + +msgid "February" +msgstr "únor" + +msgid "March" +msgstr "březen" + +msgid "April" +msgstr "duben" + +msgid "May" +msgstr "květen" + +msgid "June" +msgstr "červen" + +msgid "July" +msgstr "červenec" + +msgid "August" +msgstr "srpen" + +msgid "September" +msgstr "září" + +msgid "October" +msgstr "říjen" + +msgid "November" +msgstr "listopad" + +msgid "December" +msgstr "prosinec" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Led" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Úno" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Bře" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Dub" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Kvě" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Čvn" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Čvc" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Srp" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Zář" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Říj" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Lis" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Pro" + +msgid "Sunday" +msgstr "Neděle" + +msgid "Monday" +msgstr "Pondělí" + +msgid "Tuesday" +msgstr "Úterý" + +msgid "Wednesday" +msgstr "Středa" + +msgid "Thursday" +msgstr "Čtvrtek" + +msgid "Friday" +msgstr "Pátek" + +msgid "Saturday" +msgstr "Sobota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Ned" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pon" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Úte" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Stř" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Čtv" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pát" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sob" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "N" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Ú" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "S" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Č" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e20f6a4a95f229ea5177d28eaa491dfcf3525235 GIT binary patch literal 12521 zcmd6teT*Duea9aNgv10AUP2RS%M+8!-I2TXos*DcW5Dv)`F#o_U_%^Lu}Odp~^Ti+WUxF;9cPc@bZHMlUty za_|B0HQ-0V*MX0N_kmvruK_Q=#P{z4Z{YqOQ13koUI_jc_!96*@B;8_Ab;lf`O@=0 z2DSd5g0BMq9(+0YAE3s+^kv3e3|nHz|0VcJ@ULt9 zXYf+)FJN-f^D1yV_&QMiw}PwS5%3k@2f%IMV<3O#Gkj^@FM=-yp8>VrH^F)E45)d3 z3~K-X0zL>{%;XP%4}njCKLvZ>6PNjM+gMENS-v3A>;!q$+y>qT-Ua?V_{*Ty`x1Bp zdiacN`g06KbxaDr9()&Q!CwbU z@EhP!a0MoQ6#O9A1}{d)qI(~x_1^-*0&^1l8Snv6bbK6S3iBvXUzaiX9`JRb=qf?!*ZXRG7?eId0!mJw2F2IUf!gm^K+*dQ zcq4cQ6utir%6?wNrX;_Mz-z(RfcJxY!QJ5RfebZ21{c5!F-GxgM~%0Dn&$v0I^I(E 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..82e82f78c3e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,675 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2014 +# pjrobertson, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Dilëwyd %(count)d %(items)s yn llwyddiannus." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ni ellir dileu %(name)s" + +msgid "Are you sure?" +msgstr "Ydych yn sicr?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Dileu y %(verbose_name_plural)s â ddewiswyd" + +msgid "Administration" +msgstr "Gweinyddu" + +msgid "All" +msgstr "Pob un" + +msgid "Yes" +msgstr "Ie" + +msgid "No" +msgstr "Na" + +msgid "Unknown" +msgstr "Anhysybys" + +msgid "Any date" +msgstr "Unrhyw ddyddiad" + +msgid "Today" +msgstr "Heddiw" + +msgid "Past 7 days" +msgstr "7 diwrnod diwethaf" + +msgid "This month" +msgstr "Mis yma" + +msgid "This year" +msgstr "Eleni" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Teipiwch yr %(username)s a chyfrinair cywir ar gyfer cyfrif staff. Noder y " +"gall y ddau faes fod yn sensitif i lythrennau bach a llythrennau bras." + +msgid "Action:" +msgstr "Gweithred:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ychwanegu %(verbose_name)s arall" + +msgid "Remove" +msgstr "Gwaredu" + +msgid "action time" +msgstr "amser y weithred" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id gwrthrych" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr gwrthrych" + +msgid "action flag" +msgstr "fflag gweithred" + +msgid "change message" +msgstr "neges y newid" + +msgid "log entry" +msgstr "cofnod" + +msgid "log entries" +msgstr "cofnodion" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Ychwanegwyd \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Newidwyd \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Dilëwyd \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Gwrthrych LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "a" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ni newidwyd unrhwy feysydd." + +msgid "None" +msgstr "Dim" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Rhaid dewis eitemau er mwyn gweithredu arnynt. Ni ddewiswyd unrhyw eitemau." + +msgid "No action selected." +msgstr "Ni ddewiswyd gweithred." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Dilëwyd %(name)s \"%(obj)s\" yn llwyddiannus." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Ychwanegu %s" + +#, python-format +msgid "Change %s" +msgstr "Newid %s" + +msgid "Database error" +msgstr "Gwall cronfa ddata" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Newidwyd %(count)s %(name)s yn llwyddiannus" +msgstr[1] "Newidwyd %(count)s %(name)s yn llwyddiannus" +msgstr[2] "Newidwyd %(count)s %(name)s yn llwyddiannus" +msgstr[3] "Newidwyd %(count)s %(name)s yn llwyddiannus" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Dewiswyd %(total_count)s" +msgstr[1] "Dewiswyd %(total_count)s" +msgstr[2] "Dewiswyd %(total_count)s" +msgstr[3] "Dewiswyd %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Dewiswyd 0 o %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Hanes newid: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Byddai dileu %(class_name)s %(instance)s yn golygu dileu'r gwrthrychau " +"gwarchodedig canlynol sy'n perthyn: %(related_objects)s" + +msgid "Django site admin" +msgstr "Adran weinyddol safle Django" + +msgid "Django administration" +msgstr "Gweinyddu Django" + +msgid "Site administration" +msgstr "Gweinyddu'r safle" + +msgid "Log in" +msgstr "Mewngofnodi" + +#, python-format +msgid "%(app)s administration" +msgstr "Gweinyddu %(app)s" + +msgid "Page not found" +msgstr "Ni ddarganfyddwyd y dudalen" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Mae'n ddrwg gennym, ond ni ddarganfuwyd y dudalen" + +msgid "Home" +msgstr "Hafan" + +msgid "Server error" +msgstr "Gwall gweinydd" + +msgid "Server error (500)" +msgstr "Gwall gweinydd (500)" + +msgid "Server Error (500)" +msgstr "Gwall Gweinydd (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Mae gwall ac gyrrwyd adroddiad ohono i weinyddwyr y wefan drwy ebost a dylai " +"gael ei drwsio yn fuan. Diolch am fod yn amyneddgar." + +msgid "Run the selected action" +msgstr "Rhedeg y weithred a ddewiswyd" + +msgid "Go" +msgstr "Ffwrdd â ni" + +msgid "Click here to select the objects across all pages" +msgstr "" +"Cliciwch fan hyn i ddewis yr holl wrthrychau ar draws yr holl dudalennau" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Dewis y %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Clirio'r dewis" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Yn gyntaf, rhowch enw defnyddiwr a chyfrinair. Yna byddwch yn gallu golygu " +"mwy o ddewisiadau." + +msgid "Enter a username and password." +msgstr "Rhowch enw defnyddiwr a chyfrinair." + +msgid "Change password" +msgstr "Newid cyfrinair" + +msgid "Please correct the error below." +msgstr "Cywirwch y gwall isod." + +msgid "Please correct the errors below." +msgstr "Cywirwch y gwallau isod." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Rhowch gyfrinair newydd i'r defnyddiwr %(username)s." + +msgid "Welcome," +msgstr "Croeso," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dogfennaeth" + +msgid "Log out" +msgstr "Allgofnodi" + +#, python-format +msgid "Add %(name)s" +msgstr "Ychwanegu %(name)s" + +msgid "History" +msgstr "Hanes" + +msgid "View on site" +msgstr "Gweld ar y safle" + +msgid "Filter" +msgstr "Hidl" + +msgid "Remove from sorting" +msgstr "Gwaredu o'r didoli" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Blaenoriaeth didoli: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toglio didoli" + +msgid "Delete" +msgstr "Dileu" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Byddai dileu %(object_name)s '%(escaped_object)s' yn golygu dileu'r " +"gwrthrychau sy'n perthyn, ond nid oes ganddoch ganiatâd i ddileu y mathau " +"canlynol o wrthrychau:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Byddai dileu %(object_name)s '%(escaped_object)s' yn golygu dileu'r " +"gwrthrychau gwarchodedig canlynol sy'n perthyn:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ydw, rwy'n sicr" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Byddai dileu %(objects_name)s yn golygu dileu'r gwrthrychau gwarchodedig " +"canlynol sy'n perthyn:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ydych yn sicr eich bod am ddileu'r %(objects_name)s a ddewiswyd? Dilëir yr " +"holl wrthrychau canlynol a'u heitemau perthnasol:" + +msgid "Change" +msgstr "Newid" + +msgid "Delete?" +msgstr "Dileu?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Wrth %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelau yn y rhaglen %(name)s " + +msgid "Add" +msgstr "Ychwanegu" + +msgid "You don't have permission to edit anything." +msgstr "Does gennych ddim hawl i olygu unrhywbeth." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Dim ar gael" + +msgid "Unknown content" +msgstr "Cynnwys anhysbys" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Mae rhywbeth o'i le ar osodiad y gronfa ddata. Sicrhewch fod y tablau " +"cronfa ddata priodol wedi eu creu, a sicrhewch fod y gronfa ddata yn " +"ddarllenadwy gan y defnyddiwr priodol." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Anghofioch eich cyfrinair neu enw defnyddiwr?" + +msgid "Date/time" +msgstr "Dyddiad/amser" + +msgid "User" +msgstr "Defnyddiwr" + +msgid "Action" +msgstr "Gweithred" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Does dim hanes newid gan y gwrthrych yma. Mae'n debyg nad ei ychwanegwyd " +"drwy'r safle gweinydd yma." + +msgid "Show all" +msgstr "Dangos pob canlyniad" + +msgid "Save" +msgstr "Cadw" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Chwilio" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s canlyniad" +msgstr[1] "%(counter)s canlyniad" +msgstr[2] "%(counter)s canlyniad" +msgstr[3] "%(counter)s canlyniad" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Cyfanswm o %(full_result_count)s" + +msgid "Save as new" +msgstr "Cadw fel newydd" + +msgid "Save and add another" +msgstr "Cadw ac ychwanegu un arall" + +msgid "Save and continue editing" +msgstr "Cadw a pharhau i olygu" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Diolch am dreulio amser o ansawdd gyda'r safle we yma heddiw." + +msgid "Log in again" +msgstr "Mewngofnodi eto" + +msgid "Password change" +msgstr "Newid cyfrinair" + +msgid "Your password was changed." +msgstr "Newidwyd eich cyfrinair." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Rhowch eich hen gyfrinair, er mwyn diogelwch, ac yna rhowch eich cyfrinair " +"newydd ddwywaith er mwyn gwirio y'i teipiwyd yn gywir." + +msgid "Change my password" +msgstr "Newid fy nghyfrinair" + +msgid "Password reset" +msgstr "Ailosod cyfrinair" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Mae'ch cyfrinair wedi ei osod. Gallwch fewngofnodi nawr." + +msgid "Password reset confirmation" +msgstr "Cadarnhad ailosod cyfrinair" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Rhowch eich cyfrinair newydd ddwywaith er mwyn gwirio y'i teipiwyd yn gywir." + +msgid "New password:" +msgstr "Cyfrinair newydd:" + +msgid "Confirm password:" +msgstr "Cadarnhewch y cyfrinair:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Roedd y ddolen i ailosod y cyfrinair yn annilys, o bosib oherwydd ei fod " +"wedi ei ddefnyddio'n barod. Gofynnwch i ailosod y cyfrinair eto." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Os na dderbyniwch ebost, sicrhewych y rhoddwyd y cyfeiriad sydd wedi ei " +"gofrestru gyda ni, ac edrychwch yn eich ffolder sbam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Derbyniwch yr ebost hwn oherwydd i chi ofyn i ailosod y cyfrinair i'ch " +"cyfrif yn %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ewch i'r dudalen olynol a dewsiwch gyfrinair newydd:" + +msgid "Your username, in case you've forgotten:" +msgstr "Eich enw defnyddiwr, rhag ofn eich bod wedi anghofio:" + +msgid "Thanks for using our site!" +msgstr "Diolch am ddefnyddio ein safle!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tîm %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Anghofioch eich cyfrinair? Rhowch eich cyfeiriad ebost isod ac fe ebostiwn " +"gyfarwyddiadau ar osod un newydd." + +msgid "Email address:" +msgstr "Cyfeiriad ebost:" + +msgid "Reset my password" +msgstr "Ailosod fy nghyfrinair" + +msgid "All dates" +msgstr "Holl ddyddiadau" + +#, python-format +msgid "Select %s" +msgstr "Dewis %s" + +#, python-format +msgid "Select %s to change" +msgstr "Dewis %s i newid" + +msgid "Date:" +msgstr "Dyddiad:" + +msgid "Time:" +msgstr "Amser:" + +msgid "Lookup" +msgstr "Archwilio" + +msgid "Currently:" +msgstr "Cyfredol:" + +msgid "Change:" +msgstr "Newid:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ee9a9ca285922ad1ded77923b371da06f6b93b1f GIT binary patch literal 3801 zcmd5;%a0tz885(ru;vX3kMQ`gVvjB8-kCMnn=wlWyMAn77@vngk zz-zC<1H27*AMjq_A>gAx-bVxX0WI*yz!%#7?}5*u{}ONj{0NAjNFdDXdO+TP8OZBb z@%Jk54DgS@Pk=uHdi?ReGvEo}i$Lb{9`Fs|-+{dDci40a{1W(AoLOHZ#0B&_5N3UU z0^SIG1BfZ{7a*33w}3YQ-v#oy{{g%S_#yD;z|Vop!2KW#N@5Mj`>g{pB{qThiQnSy zeV_)u1H6BKBmXgw^?eFt{htGQ{a3)3f&T=)0(=S1;PHJR!Fu)s*Har-PF#w3?x(j#@chHyzw_6(!P#w>3Cy=>uV_W|O58GhgZpRD4 zLHx8GV7uMizH$8{0=5JX~sfq$EG4gNH{h;1vUU6tueJ+%b}A zo{C>>Nn_>EYC2eoRq00Biq*{fQnx^og2{J!HqMvY#Rb-kE>Q3^ic3gZi(!(1Ja$UO z>U_S?x!=-p9-__a9kEl!23?3VMrpBOlrxhoh~Iec@E3HS&ifh3f+cvdy7`$Ts&zDd|>fZ<|{GCOiB2KOp`Sw3^XRW%l2tJ zWG?HuDNCPg8rH2djhpb&oQ#WG4E;rrwZ0+=zL;?|Vq3RzbfEF!0hq0T&`^g;Lx#17 z$`h9BGToEZwtIFMwa)tw88wFacZ|G}wHWx^GjB1dry55_fCaW6pBnGu7%rrI)tqQg zdy4bAL{RZ|96p&u_{|doMk6^2#=8fj{pwc0bpqv5Ax<6pLAr@XVmUBSX3MCVw9u`s zDx+;Wh{$Q-hsd6qtoPCQV~=ozl~2RSvk2_sCJLLrR-g%ThN{L1&*}yYc#lInvZ=?1jNXC&jE`)|g}$shMk3?rjRKOo%tf z+$QVeNSC+UW#Gv7yE|0|6oyCzUxrj{7XEqMSjoCdp3y}Kzw}8x5A*wlb9(BFkZhC_ zqmsvGlQJ3jJ}qpX9VDxTmh8i1P4XqN)a@Nhx(_G4 zSmP!$Inl{L%e+s|YFlP>I16FgUtFxJDh<4!8S9Jb$mfgAiRNJ2#fzhQ@yNo)`o_tf zv-i^O!m4*cJ8(h@^eO0zVR34uaVOaKMXAHe(}PpV@{Szq8tWoC=|*1R9_Z8Z(1dN0 zeHzsZn|4-6o1F4RUiQgNW4By+=ma&dD~H|6O795$lDgCq2 z?*Cmp%;;}#+smc?zmbNG#p%Y8bL`+^jRCU8cTXwS>RjT2ECalOx$i_=N_1LVYYK{S zL`5dy{-Ub&tR1Nx{5G^Puu6|m9Z~IMyps)YSV|o-IuMiR0M=Ki@--q*&ft5jO7~zO zcfvNE>z}moxXplmD23J#dy_b$5xSMYt%1_4%`_&#?z2&b2W` zldxWg=d9J>)sC)8Rdv!!((w44+LMPiP!TB^$qq6o?1pk($L!a^gB^eFM&oqWW#u}M znLr~Z9_NdSy`wNT$_(M7JHe?n`+IJJRBT9%6;3JtZC#ljvPVbQ3>xv(GgmwDwq_MI Zbet{O{ECBZXHObqM{i>Y*1PDZ;$O?5S=ayo literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..fa7ad2ac03f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po @@ -0,0 +1,222 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s sydd ar gael" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Teipiwch yn y blwch i hidlo'r rhestr o %s sydd ar gael." + +msgid "Filter" +msgstr "Hidl" + +msgid "Choose all" +msgstr "Dewis y cyfan" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Cliciwch i ddewis pob %s yr un pryd." + +msgid "Choose" +msgstr "Dewis" + +msgid "Remove" +msgstr "Gwaredu" + +#, javascript-format +msgid "Chosen %s" +msgstr "Y %s a ddewiswyd" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +msgid "Remove all" +msgstr "Gwaredu'r cyfan" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Cliciwch i waredu pob %s sydd wedi ei ddewis yr un pryd." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Dewiswyd %(sel)s o %(cnt)s" +msgstr[1] "Dewiswyd %(sel)s o %(cnt)s" +msgstr[2] "Dewiswyd %(sel)s o %(cnt)s" +msgstr[3] "Dewiswyd %(sel)s o %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Mae ganddoch newidiadau heb eu cadw mewn meysydd golygadwy. Os rhedwch y " +"weithred fe gollwch y newidiadau." + +msgid "" +"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." +msgstr "" +"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." + +msgid "" +"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." +msgstr "" +"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'." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Noder: Rydych %s awr o flaen amser y gweinydd." +msgstr[1] "Noder: Rydych %s awr o flaen amser y gweinydd." +msgstr[2] "Noder: Rydych %s awr o flaen amser y gweinydd." +msgstr[3] "Noder: Rydych %s awr o flaen amser y gweinydd." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Noder: Rydych %s awr tu ôl amser y gweinydd." +msgstr[1] "Noder: Rydych %s awr tu ôl amser y gweinydd." +msgstr[2] "Noder: Rydych %s awr tu ôl amser y gweinydd." +msgstr[3] "Noder: Rydych %s awr tu ôl amser y gweinydd." + +msgid "Now" +msgstr "Nawr" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Dewiswch amser" + +msgid "Midnight" +msgstr "Canol nos" + +msgid "6 a.m." +msgstr "6 y.b." + +msgid "Noon" +msgstr "Canol dydd" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Diddymu" + +msgid "Today" +msgstr "Heddiw" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Ddoe" + +msgid "Tomorrow" +msgstr "Fory" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Dangos" + +msgid "Hide" +msgstr "Cuddio" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa2a8964c8bca405afe6a0683087d83bf1eb8ad0 GIT binary patch literal 18049 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b68093153b8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,791 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Dimitris Glezos , 2012 +# Erik Ramsgaard Wognsen , 2020-2025 +# Erik Ramsgaard Wognsen , 2013,2015-2020 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# valberg , 2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2020-2025\n" +"Language-Team: Danish (http://app.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Slet valgte %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s blev slettet." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan ikke slette %(name)s " + +msgid "Delete multiple objects" +msgstr "Slet flere objekter" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "Unknown" +msgstr "Ukendt" + +msgid "Any date" +msgstr "Når som helst" + +msgid "Today" +msgstr "I dag" + +msgid "Past 7 days" +msgstr "De sidste 7 dage" + +msgid "This month" +msgstr "Denne måned" + +msgid "This year" +msgstr "Dette år" + +msgid "No date" +msgstr "Ingen dato" + +msgid "Has date" +msgstr "Har dato" + +msgid "Empty" +msgstr "Tom" + +msgid "Not empty" +msgstr "Ikke tom" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Indtast venligst det korrekte %(username)s og adgangskode for en " +"personalekonto. Bemærk at begge felter kan være versalfølsomme." + +msgid "Action:" +msgstr "Handling" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Tilføj endnu en %(verbose_name)s" + +msgid "Remove" +msgstr "Fjern" + +msgid "Addition" +msgstr "Tilføjelse" + +msgid "Change" +msgstr "Ret" + +msgid "Deletion" +msgstr "Sletning" + +msgid "action time" +msgstr "handlingstid" + +msgid "user" +msgstr "bruger" + +msgid "content type" +msgstr "indholdstype" + +msgid "object id" +msgstr "objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekt repr" + +msgid "action flag" +msgstr "handlingsflag" + +msgid "change message" +msgstr "ændringsmeddelelse" + +msgid "log entry" +msgstr "logmeddelelse" + +msgid "log entries" +msgstr "logmeddelelser" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Tilføjede “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Ændrede “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Slettede “%(object)s”." + +msgid "LogEntry Object" +msgstr "LogEntry-objekt" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Tilføjede {name} “{object}”." + +msgid "Added." +msgstr "Tilføjet." + +msgid "and" +msgstr "og" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Ændrede {fields} for {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Ændrede {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Slettede {name} “{object}”." + +msgid "No fields changed." +msgstr "Ingen felter ændret." + +msgid "None" +msgstr "Ingen" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Hold “Ctrl”, eller “Æbletasten” på Mac, nede for at vælge mere end én." + +msgid "Select this object for an action - {}" +msgstr "Vælg dette objekt for en handling - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” blev tilføjet." + +msgid "You may edit it again below." +msgstr "Du kan redigere den/det igen herunder." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” blev tilføjet. Du kan tilføje endnu en/et {name} herunder." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” blev ændret. Du kan redigere den/det igen herunder." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” blev ændret. Du kan tilføje endnu en/et {name} herunder." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” blev ændret." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Der skal være valgt nogle emner for at man kan udføre handlinger på dem. " +"Ingen emner er blev ændret." + +msgid "No action selected." +msgstr "Ingen handling valgt." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” blev slettet." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"%(name)s med ID “%(key)s” findes ikke. Måske er objektet blevet slettet?" + +#, python-format +msgid "Add %s" +msgstr "Tilføj %s" + +#, python-format +msgid "Change %s" +msgstr "Ret %s" + +#, python-format +msgid "View %s" +msgstr "Vis %s" + +msgid "Database error" +msgstr "Databasefejl" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s blev ændret." +msgstr[1] "%(count)s %(name)s blev ændret." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valgt" +msgstr[1] "Alle %(total_count)s valgt" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 af %(cnt)s valgt" + +msgid "Delete" +msgstr "Slet" + +#, python-format +msgid "Change history: %s" +msgstr "Ændringshistorik: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Sletning af %(class_name)s %(instance)s vil kræve sletning af følgende " +"beskyttede relaterede objekter: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django website-administration" + +msgid "Django administration" +msgstr "Django administration" + +msgid "Site administration" +msgstr "Website-administration" + +msgid "Log in" +msgstr "Log ind" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administration" + +msgid "Page not found" +msgstr "Siden blev ikke fundet" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Vi beklager, men den ønskede side kunne ikke findes" + +msgid "Home" +msgstr "Hjem" + +msgid "Server error" +msgstr "Serverfejl" + +msgid "Server error (500)" +msgstr "Serverfejl (500)" + +msgid "Server Error (500)" +msgstr "Serverfejl (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Der opstod en fejl. Fejlen er rapporteret til website-administratoren via e-" +"mail, og vil blive rettet hurtigst muligt. Tak for din tålmodighed." + +msgid "Run the selected action" +msgstr "Udfør den valgte handling" + +msgid "Go" +msgstr "Udfør" + +msgid "Click here to select the objects across all pages" +msgstr "Klik her for at vælge objekter på tværs af alle sider" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Vælg alle %(total_count)s %(module_name)s " + +msgid "Clear selection" +msgstr "Ryd valg" + +msgid "Breadcrumbs" +msgstr "Sti" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeller i applikationen %(name)s" + +msgid "Model name" +msgstr "Modelnavn" + +msgid "Add link" +msgstr "Tilføj link" + +msgid "Change or view list link" +msgstr "Ret eller vis liste-link" + +msgid "Add" +msgstr "Tilføj" + +msgid "View" +msgstr "Vis" + +msgid "You don’t have permission to view or edit anything." +msgstr "Du har ikke rettigheder til at se eller redigere noget." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Efter du har oprettet en bruger får du yderligere redigeringsmuligheder." + +msgid "Error:" +msgstr "Fejl:" + +msgid "Change password" +msgstr "Skift adgangskode" + +msgid "Set password" +msgstr "Sæt adgangskode" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Ret venligst fejlen herunder." +msgstr[1] "Ret venligst fejlene herunder." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Indtast en ny adgangskode for brugeren %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Denne handling vil aktivere adgangskodebaseret " +"autentificering for denne bruger." + +msgid "Disable password-based authentication" +msgstr "Deaktivér adgangskodebaseret autentificering." + +msgid "Enable password-based authentication" +msgstr "Aktivér adgangskodebaseret autentificering." + +msgid "Skip to main content" +msgstr "Gå til hovedindhold" + +msgid "Welcome," +msgstr "Velkommen," + +msgid "View site" +msgstr "Se side" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Log out" +msgstr "Log ud" + +#, python-format +msgid "Add %(name)s" +msgstr "Tilføj %(name)s" + +msgid "History" +msgstr "Historik" + +msgid "View on site" +msgstr "Se på website" + +msgid "Filter" +msgstr "Filtrer" + +msgid "Hide counts" +msgstr "Skjul antal" + +msgid "Show counts" +msgstr "Vis antal" + +msgid "Clear all filters" +msgstr "Nulstil alle filtre" + +msgid "Remove from sorting" +msgstr "Fjern fra sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringsprioritet: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Skift sortering" + +msgid "Toggle theme (current theme: auto)" +msgstr "Skift tema (nuværende tema: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Skift tema (nuværende tema: lyst)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Skift tema (nuværende tema: mørkt)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Hvis du sletter %(object_name)s '%(escaped_object)s', vil du også slette " +"relaterede objekter, men din konto har ikke rettigheder til at slette " +"følgende objekttyper:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Sletning af %(object_name)s ' %(escaped_object)s ' vil kræve sletning af " +"følgende beskyttede relaterede objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Er du sikker på du vil slette %(object_name)s \"%(escaped_object)s\"? Alle " +"de følgende relaterede objekter vil blive slettet:" + +msgid "Objects" +msgstr "Objekter" + +msgid "Yes, I’m sure" +msgstr "Ja, jeg er sikker" + +msgid "No, take me back" +msgstr "Nej, tag mig tilbage" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Sletning af de valgte %(objects_name)s ville resultere i sletning af " +"relaterede objekter, men din konto har ikke tilladelse til at slette " +"følgende typer af objekter:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Sletning af de valgte %(objects_name)s vil kræve sletning af følgende " +"beskyttede relaterede objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Er du sikker på du vil slette de valgte %(objects_name)s? Alle de følgende " +"objekter og deres relaterede emner vil blive slettet:" + +msgid "Delete?" +msgstr "Slet?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Efter %(filter_title)s " + +msgid "Summary" +msgstr "Sammendrag" + +msgid "Recent actions" +msgstr "Seneste handlinger" + +msgid "My actions" +msgstr "Mine handlinger" + +msgid "None available" +msgstr "Ingen tilgængelige" + +msgid "Added:" +msgstr "Tilføjede:" + +msgid "Changed:" +msgstr "Ændrede:" + +msgid "Deleted:" +msgstr "Slettede:" + +msgid "Unknown content" +msgstr "Ukendt indhold" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Der er noget galt med databaseinstallationen. Kontroller om " +"databasetabellerne er blevet oprettet og at databasen er læsbar for den " +"pågældende bruger." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du er logget ind som %(username)s, men du har ikke tilladelse til at tilgå " +"denne site. Vil du logge ind med en anden brugerkonto?" + +msgid "Forgotten your login credentials?" +msgstr "Har du glemt dine login-brugeroplysninger?" + +msgid "Toggle navigation" +msgstr "Vis/skjul navigation" + +msgid "Sidebar" +msgstr "Sidebjælke" + +msgid "Start typing to filter…" +msgstr "Skriv for at filtrere…" + +msgid "Filter navigation items" +msgstr "Filtrer navigationsemner" + +msgid "Date/time" +msgstr "Dato/tid" + +msgid "User" +msgstr "Bruger" + +msgid "Action" +msgstr "Funktion" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "post" +msgstr[1] "poster" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Dette objekt har ingen ændringshistorik. Det blev formentlig ikke tilføjet " +"via dette administrations-site" + +msgid "Show all" +msgstr "Vis alle" + +msgid "Save" +msgstr "Gem" + +msgid "Popup closing…" +msgstr "Popup lukker…" + +msgid "Search" +msgstr "Søg" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultater" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s i alt" + +msgid "Save as new" +msgstr "Gem som ny" + +msgid "Save and add another" +msgstr "Gem og tilføj endnu en" + +msgid "Save and continue editing" +msgstr "Gem og fortsæt med at redigere" + +msgid "Save and view" +msgstr "Gem og vis" + +msgid "Close" +msgstr "Luk" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Redigér valgte %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Tilføj endnu en %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Slet valgte %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Vis valgte %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Tak for den kvalitetstid du brugte på websitet i dag." + +msgid "Log in again" +msgstr "Log ind igen" + +msgid "Password change" +msgstr "Skift adgangskode" + +msgid "Your password was changed." +msgstr "Din adgangskode blev ændret." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Indtast venligst din gamle adgangskode for en sikkerheds skyld og indtast så " +"din nye adgangskode to gange, så vi kan være sikre på, at den er indtastet " +"korrekt." + +msgid "Change my password" +msgstr "Skift min adgangskode" + +msgid "Password reset" +msgstr "Nulstil adgangskode" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Din adgangskode er blevet sat. Du kan logge ind med den nu." + +msgid "Password reset confirmation" +msgstr "Bekræftelse for nulstilling af adgangskode" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Indtast venligst din nye adgangskode to gange, så vi kan være sikre på, at " +"den er indtastet korrekt." + +msgid "New password:" +msgstr "Ny adgangskode:" + +msgid "Confirm password:" +msgstr "Bekræft ny adgangskode:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Linket for nulstilling af adgangskoden er ugyldigt, måske fordi det allerede " +"har været brugt. Anmod venligst påny om nulstilling af adgangskoden." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Vi har sendt dig en e-mail med instruktioner for at indstille din " +"adgangskode, hvis en konto med den angivne e-mail-adresse findes. Du burde " +"modtage den snarest." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Hvis du ikke modtager en e-mail, så tjek venligst, at du har indtastet den e-" +"mail-adresse, du registrerede dig med, og tjek din spam-mappe." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du modtager denne e-mail, fordi du har anmodet om en nulstilling af " +"adgangskoden til din brugerkonto ved %(site_name)s ." + +msgid "Please go to the following page and choose a new password:" +msgstr "Gå venligst til denne side og vælg en ny adgangskode:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Hvis du har glemt dem, er du:" + +msgid "Thanks for using our site!" +msgstr "Tak fordi du brugte vores website!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Med venlig hilsen %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Har du glemt din adgangskode? Skriv din e-mail-adresse herunder, så sender " +"vi dig instruktioner i at vælge en ny adgangskode." + +msgid "Email address:" +msgstr "E-mail-adresse:" + +msgid "Reset my password" +msgstr "Nulstil min adgangskode" + +msgid "Select all objects on this page for an action" +msgstr "Vælg alle objekter på denne side for en handling" + +msgid "All dates" +msgstr "Alle datoer" + +#, python-format +msgid "Select %s" +msgstr "Vælg %s" + +#, python-format +msgid "Select %s to change" +msgstr "Vælg %s, der skal ændres" + +#, python-format +msgid "Select %s to view" +msgstr "Vælg %s, der skal vises" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Slå op" + +msgid "Currently:" +msgstr "Nuværende:" + +msgid "Change:" +msgstr "Ændring:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..81371260ce6a31ac9fa245d30221ff7691b48c0e GIT binary patch literal 5500 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..277034e1fbc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po @@ -0,0 +1,314 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Erik Ramsgaard Wognsen , 2021-2023,2025 +# Erik Ramsgaard Wognsen , 2012,2015-2016,2020 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# Mathias Rav , 2017 +# valberg , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2021-2023,2025\n" +"Language-Team: Danish (http://app.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tilgængelige %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Udvælg %s ved at vælge dem og så benytte \"Udvælg\" pileknappen." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i dette felt for at filtrere listen af tilgængelige %s." + +msgid "Filter" +msgstr "Filtrér" + +#, javascript-format +msgid "Choose all %s" +msgstr "Udvælg alle %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Udvælg valgte %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Fjern valgte %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valgte %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "Fjern %s ved at vælge dem og så benytte \"Fjern\" pileknappen." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Skriv i dette felt for at filtrere listen af valgte %s." + +msgid "(click to clear)" +msgstr "(klik for at rydde)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Fjern alle %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s valgt mulighed ikke vist" +msgstr[1] "%s valgte muligheder ikke vist" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s af %(cnt)s valgt" +msgstr[1] "%(sel)s af %(cnt)s valgt" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Du har ugemte ændringer af et eller flere redigerbare felter. Hvis du " +"udfører en handling fra drop-down-menuen, vil du miste disse ændringer." + +msgid "" +"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." +msgstr "" +"Du har valgt en handling, men du har ikke gemt dine ændringer til et eller " +"flere felter. Klik venligst OK for at gemme og vælg dernæst handlingen igen." + +msgid "" +"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." +msgstr "" +"Du har valgt en handling, og du har ikke udført nogen ændringer på felter. " +"Du søger formentlig Udfør-knappen i stedet for Gem-knappen." + +msgid "Now" +msgstr "Nu" + +msgid "Midnight" +msgstr "Midnat" + +msgid "6 a.m." +msgstr "Klokken 6" + +msgid "Noon" +msgstr "Middag" + +msgid "6 p.m." +msgstr "Klokken 18" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Obs: Du er %s time forud i forhold til servertiden." +msgstr[1] "Obs: Du er %s timer forud i forhold til servertiden." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Obs: Du er %s time bagud i forhold til servertiden." +msgstr[1] "Obs: Du er %s timer bagud i forhold til servertiden." + +msgid "Choose a Time" +msgstr "Vælg et Tidspunkt" + +msgid "Choose a time" +msgstr "Vælg et tidspunkt" + +msgid "Cancel" +msgstr "Annuller" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Vælg en Dato" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgen" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Marts" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec" + +msgid "Sunday" +msgstr "søndag" + +msgid "Monday" +msgstr "mandag" + +msgid "Tuesday" +msgstr "tirsdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lørdag" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "søn" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "man" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "tir" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "ons" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "tor" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "fre" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "lør" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "O" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9e0add6276cc81d96d2020a426ced7973c873a96 GIT binary patch literal 18262 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, 2011 +# Dimitris Glezos , 2012 +# Florian Apolloner , 2020-2023 +# jnns, 2013 +# Jannis Leidel , 2013-2018,2020 +# jnns, 2016 +# Markus Holtermann , 2020,2023 +# Markus Holtermann , 2013,2015 +# Ronny Vedrilla, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Ronny Vedrilla, 2025\n" +"Language-Team: German (http://app.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ausgewählte %(verbose_name_plural)s löschen" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Erfolgreich %(count)d %(items)s gelöscht." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kann %(name)s nicht löschen" + +msgid "Delete multiple objects" +msgstr "Mehrere Objekte löschen" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nein" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "Any date" +msgstr "Alle Daten" + +msgid "Today" +msgstr "Heute" + +msgid "Past 7 days" +msgstr "Letzte 7 Tage" + +msgid "This month" +msgstr "Diesen Monat" + +msgid "This year" +msgstr "Dieses Jahr" + +msgid "No date" +msgstr "Kein Datum" + +msgid "Has date" +msgstr "Besitzt Datum" + +msgid "Empty" +msgstr "Leer" + +msgid "Not empty" +msgstr "Nicht leer" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Bitte %(username)s und Passwort für einen Staff-Account eingeben. Beide " +"Felder berücksichtigen die Groß-/Kleinschreibung." + +msgid "Action:" +msgstr "Aktion:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s hinzufügen" + +msgid "Remove" +msgstr "Entfernen" + +msgid "Addition" +msgstr "Hinzugefügt" + +msgid "Change" +msgstr "Ändern" + +msgid "Deletion" +msgstr "Gelöscht" + +msgid "action time" +msgstr "Zeitpunkt der Aktion" + +msgid "user" +msgstr "Benutzer" + +msgid "content type" +msgstr "Inhaltstyp" + +msgid "object id" +msgstr "Objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "Objekt Darst." + +msgid "action flag" +msgstr "Aktionskennzeichen" + +msgid "change message" +msgstr "Änderungsmeldung" + +msgid "log entry" +msgstr "Logeintrag" + +msgid "log entries" +msgstr "Logeinträge" + +#, python-format +msgid "Added “%(object)s”." +msgstr "„%(object)s“ hinzufügt." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "„%(object)s“ geändert – %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "„%(object)s“ gelöscht." + +msgid "LogEntry Object" +msgstr "LogEntry Objekt" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} „{object}“ hinzugefügt." + +msgid "Added." +msgstr "Hinzugefügt." + +msgid "and" +msgstr "und" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} für {name} „{object}“ geändert." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} geändert." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} „{object}“ gelöscht." + +msgid "No fields changed." +msgstr "Keine Felder geändert." + +msgid "None" +msgstr "-" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Halten Sie die Strg-Taste (⌘ für Mac) während des Klickens gedrückt, um " +"mehrere Einträge auszuwählen." + +msgid "Select this object for an action - {}" +msgstr "Dieses Objekt für eine Aktion auswählen - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}“ wurde erfolgreich hinzugefügt." + +msgid "You may edit it again below." +msgstr "Es kann unten erneut geändert werden." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich hinzugefügt und kann nun unten um ein " +"Weiteres ergänzt werden." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich geändert und kann unten erneut geändert " +"werden." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich geändert und kann nun unten erneut ergänzt " +"werden." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}“ wurde erfolgreich geändert." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Es müssen Objekte aus der Liste ausgewählt werden, um Aktionen " +"durchzuführen. Es wurden keine Objekte geändert." + +msgid "No action selected." +msgstr "Keine Aktion ausgewählt." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s „%(obj)s“ wurde erfolgreich gelöscht." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s mit ID „%(key)s“ existiert nicht. Eventuell gelöscht?" + +#, python-format +msgid "Add %s" +msgstr "%s hinzufügen" + +#, python-format +msgid "Change %s" +msgstr "%s ändern" + +#, python-format +msgid "View %s" +msgstr "%s ansehen" + +msgid "Database error" +msgstr "Datenbankfehler" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s wurde erfolgreich geändert." +msgstr[1] "%(count)s %(name)s wurden erfolgreich geändert." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ausgewählt" +msgstr[1] "Alle %(total_count)s ausgewählt" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 von %(cnt)s ausgewählt" + +msgid "Delete" +msgstr "Löschen" + +#, python-format +msgid "Change history: %s" +msgstr "Änderungsgeschichte: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Das Löschen des %(class_name)s-Objekts „%(instance)s“ würde ein Löschen der " +"folgenden geschützten verwandten Objekte erfordern: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django-Systemverwaltung" + +msgid "Django administration" +msgstr "Django-Verwaltung" + +msgid "Site administration" +msgstr "Website-Verwaltung" + +msgid "Log in" +msgstr "Anmelden" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-Administration" + +msgid "Page not found" +msgstr "Seite nicht gefunden" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" +"Es tut uns leid, aber die angeforderte Seite konnte nicht gefunden werden." + +msgid "Home" +msgstr "Start" + +msgid "Server error" +msgstr "Serverfehler" + +msgid "Server error (500)" +msgstr "Serverfehler (500)" + +msgid "Server Error (500)" +msgstr "Serverfehler (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ein Fehler ist aufgetreten und wurde an die Administratoren per E-Mail " +"gemeldet. Danke für die Geduld, der Fehler sollte in Kürze behoben sein." + +msgid "Run the selected action" +msgstr "Ausgewählte Aktion ausführen" + +msgid "Go" +msgstr "Ausführen" + +msgid "Click here to select the objects across all pages" +msgstr "Hier klicken, um die Objekte aller Seiten auszuwählen" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Alle %(total_count)s %(module_name)s auswählen" + +msgid "Clear selection" +msgstr "Auswahl widerrufen" + +msgid "Breadcrumbs" +msgstr "„Brotkrümel“" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelle der %(name)s-Anwendung" + +msgid "Model name" +msgstr "Modellname" + +msgid "Add link" +msgstr "Link hinzufügen" + +msgid "Change or view list link" +msgstr "Linkliste bearbeiten oder ansehen" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "View" +msgstr "Ansehen" + +msgid "You don’t have permission to view or edit anything." +msgstr "" +"Das Benutzerkonto besitzt nicht die nötigen Rechte, um etwas anzusehen oder " +"zu ändern." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "Fehler:" + +msgid "Change password" +msgstr "Passwort ändern" + +msgid "Set password" +msgstr "Passwort setzen" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Bitte den unten aufgeführten Fehler korrigieren." +msgstr[1] "Bitte die unten aufgeführten Fehler korrigieren." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Bitte geben Sie ein neues Passwort für den Benutzer %(username)s ein." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "" + +msgid "Enable password-based authentication" +msgstr "" + +msgid "Skip to main content" +msgstr "Zum Hauptinhalt springen" + +msgid "Welcome," +msgstr "Willkommen," + +msgid "View site" +msgstr "Website anzeigen" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Log out" +msgstr "Abmelden" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s hinzufügen" + +msgid "History" +msgstr "Geschichte" + +msgid "View on site" +msgstr "Auf der Website anzeigen" + +msgid "Filter" +msgstr "Filter" + +msgid "Hide counts" +msgstr "Anzahl verstecken" + +msgid "Show counts" +msgstr "Anzahl anzeigen" + +msgid "Clear all filters" +msgstr "Alle Filter zurücksetzen" + +msgid "Remove from sorting" +msgstr "Aus der Sortierung entfernen" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortierung: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortierung ein-/ausschalten" + +msgid "Toggle theme (current theme: auto)" +msgstr "Design wechseln (aktuelles Design: automatisch)" + +msgid "Toggle theme (current theme: light)" +msgstr "Design wechseln (aktuelles Design: hell)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Design wechseln (aktuelles Design: dunkel)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Das Löschen des %(object_name)s „%(escaped_object)s“ hätte das Löschen davon " +"abhängiger Daten zur Folge, aber Sie haben nicht die nötigen Rechte, um die " +"folgenden davon abhängigen Daten zu löschen:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Das Löschen von %(object_name)s „%(escaped_object)s“ würde ein Löschen der " +"folgenden geschützten verwandten Objekte erfordern:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Sind Sie sicher, dass Sie %(object_name)s „%(escaped_object)s“ löschen " +"wollen? Es werden zusätzlich die folgenden davon abhängigen Daten gelöscht:" + +msgid "Objects" +msgstr "Objekte" + +msgid "Yes, I’m sure" +msgstr "Ja, ich bin sicher" + +msgid "No, take me back" +msgstr "Nein, bitte abbrechen" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Das Löschen der ausgewählten %(objects_name)s würde im Löschen geschützter " +"verwandter Objekte resultieren, allerdings besitzt Ihr Benutzerkonto nicht " +"die nötigen Rechte, um diese zu löschen:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Das Löschen der ausgewählten %(objects_name)s würde ein Löschen der " +"folgenden geschützten verwandten Objekte erfordern:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Sind Sie sicher, dass Sie die ausgewählten %(objects_name)s löschen wollen? " +"Alle folgenden Objekte und ihre verwandten Objekte werden gelöscht:" + +msgid "Delete?" +msgstr "Löschen?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Nach %(filter_title)s " + +msgid "Summary" +msgstr "Zusammenfassung" + +msgid "Recent actions" +msgstr "Neueste Aktionen" + +msgid "My actions" +msgstr "Meine Aktionen" + +msgid "None available" +msgstr "Keine vorhanden" + +msgid "Added:" +msgstr "Hinzugefügt:" + +msgid "Changed:" +msgstr "Geändert:" + +msgid "Deleted:" +msgstr "Gelöscht:" + +msgid "Unknown content" +msgstr "Unbekannter Inhalt" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Etwas stimmt nicht mit der Datenbankkonfiguration. Bitte sicherstellen, dass " +"die richtigen Datenbanktabellen angelegt wurden und die Datenbank vom " +"verwendeten Datenbankbenutzer auch lesbar ist." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sie sind als %(username)s angemeldet, aber nicht autorisiert, auf diese " +"Seite zuzugreifen. Wollen Sie sich mit einem anderen Account anmelden?" + +msgid "Forgotten your login credentials?" +msgstr "Zugangsdaten vergessen?" + +msgid "Toggle navigation" +msgstr "Navigation ein-/ausblenden" + +msgid "Sidebar" +msgstr "Seitenleiste" + +msgid "Start typing to filter…" +msgstr "Eingabe beginnen um zu filtern…" + +msgid "Filter navigation items" +msgstr "Navigationselemente filtern" + +msgid "Date/time" +msgstr "Datum/Zeit" + +msgid "User" +msgstr "Benutzer" + +msgid "Action" +msgstr "Aktion" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "Eintrag" +msgstr[1] "Einträge" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Dieses Objekt hat keine Änderungsgeschichte. Es wurde möglicherweise nicht " +"über diese Verwaltungsseiten angelegt." + +msgid "Show all" +msgstr "Zeige alle" + +msgid "Save" +msgstr "Sichern" + +msgid "Popup closing…" +msgstr "Popup wird geschlossen..." + +msgid "Search" +msgstr "Suchen" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s Ergebnis" +msgstr[1] "%(counter)s Ergebnisse" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s gesamt" + +msgid "Save as new" +msgstr "Als neu sichern" + +msgid "Save and add another" +msgstr "Sichern und neu hinzufügen" + +msgid "Save and continue editing" +msgstr "Sichern und weiter bearbeiten" + +msgid "Save and view" +msgstr "Sichern und ansehen" + +msgid "Close" +msgstr "Schließen" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ausgewählte %(model)s ändern" + +#, python-format +msgid "Add another %(model)s" +msgstr "%(model)s hinzufügen" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Ausgewählte %(model)s löschen" + +#, python-format +msgid "View selected %(model)s" +msgstr "Ausgewählte %(model)s ansehen" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Vielen Dank, dass Sie heute ein paar nette Minuten auf dieser Webseite " +"verbracht haben." + +msgid "Log in again" +msgstr "Erneut anmelden" + +msgid "Password change" +msgstr "Passwort ändern" + +msgid "Your password was changed." +msgstr "Ihr Passwort wurde geändert." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Aus Sicherheitsgründen bitte zuerst das alte Passwort und darunter dann " +"zweimal das neue Passwort eingeben, um sicherzustellen, dass es es korrekt " +"eingegeben wurde." + +msgid "Change my password" +msgstr "Mein Passwort ändern" + +msgid "Password reset" +msgstr "Passwort zurücksetzen" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ihr Passwort wurde zurückgesetzt. Sie können sich nun anmelden." + +msgid "Password reset confirmation" +msgstr "Zurücksetzen des Passworts bestätigen" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Bitte geben Sie Ihr neues Passwort zweimal ein, damit wir überprüfen können, " +"ob es richtig eingetippt wurde." + +msgid "New password:" +msgstr "Neues Passwort:" + +msgid "Confirm password:" +msgstr "Passwort wiederholen:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Der Link zum Zurücksetzen Ihres Passworts ist ungültig, wahrscheinlich weil " +"er schon einmal benutzt wurde. Bitte setzen Sie Ihr Passwort erneut zurück." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Wir haben eine E-Mail zum Zurücksetzen des Passwortes an die angegebene E-" +"Mail-Adresse gesendet, sofern ein entsprechendes Konto existiert. Sie sollte " +"in Kürze ankommen." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Falls die E-Mail nicht angekommen sein sollte, bitte die E-Mail-Adresse auf " +"Richtigkeit und gegebenenfalls den Spam-Ordner überprüfen." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Diese E-Mail wurde aufgrund einer Anfrage zum Zurücksetzen des Passworts auf " +"der Website %(site_name)s versendet." + +msgid "Please go to the following page and choose a new password:" +msgstr "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Vielen Dank, dass Sie unsere Website benutzen!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Das Team von %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Passwort vergessen? Einfach die E-Mail-Adresse unten eingeben und den " +"Anweisungen zum Zurücksetzen des Passworts in der E-Mail folgen." + +msgid "Email address:" +msgstr "E-Mail-Adresse:" + +msgid "Reset my password" +msgstr "Mein Passwort zurücksetzen" + +msgid "Select all objects on this page for an action" +msgstr "Alle Objekte auf dieser Seite für eine Aktion auswählen" + +msgid "All dates" +msgstr "Alle Daten" + +#, python-format +msgid "Select %s" +msgstr "%s auswählen" + +#, python-format +msgid "Select %s to change" +msgstr "%s zur Änderung auswählen" + +#, python-format +msgid "Select %s to view" +msgstr "%s zum Ansehen auswählen" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Zeit:" + +msgid "Lookup" +msgstr "Suchen" + +msgid "Currently:" +msgstr "Aktuell:" + +msgid "Change:" +msgstr "Ändern:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c579ef5af97b88b6588f798c70cfd98c5765ab1d GIT binary patch literal 6130 zcmbuDUyNK;8Nd%RD6E2tf`}*ww9-mvcDtpeowAgr+ikaHyK8q52`}E6IWu$FJLgXB zpIvs*q$-*;!3T^c5D1Z^(L{oV7$he6P&X#>z=Im%zi133CPpHO&pi11&OI|bGhLv{ z&7S+a=kNW__kHKP-|XM6E`48dEmCfvJoP@MR^<6IZd|{4zf!lum*Ji8k`E}wqq@uU z7?h!>e0>>yi24J*-u8^)m9(#VKH~XZI7a&q;1%#$cq4oPejdIGFNbe=UPeXUf0gGo zutfa^$PjgtukZ4#K#^}Ryc8aU{HZB!vd%1&`SbA0@HAY8&qDs3P%`fdgp>8Jgfj0M zD01HbW!x>0KQ+Nk)~iApcNl&T&ceswU!aWdFj?eUg;M`2l=Z&_55e!iDts9-MU_5S z@GAH;_3Pl{@I}~#izxkCc;54m@H*;m`ugQ4|C7{jgr9&1ef^8Rz5-?ZH{td0DbE+7 z%=;ab_22Nk^r~W=>)|!DPePe@9Lo4Q{1p5e{1|+~^EoKv&-?lxeEnbWL+}C5weuJ4~pKJ5EZH}M0E8qWJz@vioT!l z^=CYvhr4M%4@Lj~hGL&xR~O?aq1d(R>(fxypY!d@Q0)JJ=U1S}XQ24e3dCe8hO*AX zp5K6N>StjS{s+o???-tuzXnC#Hk5sJq3mB0T}S-GUA+bPD)O6m;(@agT24NJi zh~AN^BY~}(NF8a%acVqtpl5>a) zTPo^EuRk%Jc-6Rmh8DB8hRv9|>C{Z3W=$>0gJfOJhEXQUh{N>O^2&*NHq@ zS0{37)O?WC+uYaHeAuvItDUL&*vf=cacsF|rmF9ca~&kIb={8hLYXuC03)4Q)%Nc64an61Dgt_7%lz zI$&$`SX~#B`f>W^!i{c5!wG|GCR;O%k+)}Sv1YnSD{4ET`d+Xlk@u1JC{dxZcaU7Rn5w{#mEGyDLhUuoD>tt{GRm08f#dM=ERhfypXO?&46IJEnd34 zLQEsfTxjfRX0GW(mgNQ%?Ia#uX)Q#A8V4;-vx*98wZyDeG)B`!+$w>g<{~b*7cFrQ+##g%TnTD zq|3+H5*+F2ht?8LDz;eIWE{u7SqIyCHXUr+GU!mNx8`8mmMMo?duAML9I&BUOyUR0 zD9Uq<@|R4K5(}!j@gN629y@Kiagvqi(^l9h-<`M8@^W0&V~Y#r(?)WM*p}s6U)7Tn zd-j$mZYxjj(-XH>_Z_@-f@|!aAkE6lNnq0`$l|1`(ez55>f^C|kUN33`i{^x!raL1+(2SV>ZoP2IaZTRyNg zPTtitN%^R)#|=JTRehiqW_>A9pBY<>@+64LvvJZ%tJ-#5HJzF~q>IO?omSs8rT6SQ zG}h1LRtb>3G%v{0mRZ|8*N(Dx?sOC4%B^zXnJcV+iZGfUBX_Sf5B=c#?#X*)r zKDv_9AfrRY zR-E^*#r&Q+=2B0q#Qoa{YGtg^(<|;L>A*sypL|*MitFBd1f!BPv0=%ZY9>f(oJWZ} zg{e7gn)5<`-0AQ_cf8i(h|h}EYe73f7*-;PwB6Y+%#Sy95*mJBqC=gN%?xA=S3ABF+>8OucPVj}3F3#b{7M*D#RBs?Vn+YVY=+5R# zsr=FvMT#}N1|^J<7o$kOxj~r+MYtF>4rpaa*85QGg|E(%INNC8aa%8U3pia2zM6Bq z#!)u*Fh9ZZV}gQOit%uq8BdXaFUUU^Bo@nWb_ui+WhKa}c^_dV<09Bd9NB)6{{rBJ Bk0Jm7 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..2fe140ffe8f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po @@ -0,0 +1,331 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Hagenbruch, 2011-2012 +# Florian Apolloner , 2020-2023 +# Jannis Leidel , 2011,2013-2016,2023 +# jnns, 2016 +# Markus Holtermann , 2020,2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-04 07:59+0000\n" +"Last-Translator: Markus Holtermann , 2020,2023\n" +"Language-Team: German (http://app.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Verfügbare %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dies ist die Liste der verfügbaren %s. Einfach im unten stehenden Feld " +"markieren und mithilfe des „Auswählen“-Pfeils auswählen." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Durch Eingabe in diesem Feld lässt sich die Liste der verfügbaren %s " +"eingrenzen." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Alle auswählen" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klicken, um alle %s auf einmal auszuwählen." + +msgid "Choose" +msgstr "Auswählen" + +msgid "Remove" +msgstr "Entfernen" + +#, javascript-format +msgid "Chosen %s" +msgstr "Ausgewählte %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dies ist die Liste der ausgewählten %s. Einfach im unten stehenden Feld " +"markieren und mithilfe des „Entfernen“-Pfeils wieder entfernen." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" +"In diesem Feld tippen, um die Liste der ausgewählten %s einzuschränken." + +msgid "Remove all" +msgstr "Alle entfernen" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klicken, um alle ausgewählten %s auf einmal zu entfernen." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s ausgewählte Option nicht sichtbar" +msgstr[1] "%s ausgewählte Optionen nicht sichtbar" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s von %(cnt)s ausgewählt" +msgstr[1] "%(sel)s von %(cnt)s ausgewählt" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Sie haben Änderungen an bearbeitbaren Feldern vorgenommen und nicht " +"gespeichert. Wollen Sie die Aktion trotzdem ausführen und Ihre Änderungen " +"verwerfen?" + +msgid "" +"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." +msgstr "" +"Sie haben eine Aktion ausgewählt, aber Ihre vorgenommenen Änderungen nicht " +"gespeichert. Klicken Sie OK, um dennoch zu speichern. Danach müssen Sie die " +"Aktion erneut ausführen." + +msgid "" +"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." +msgstr "" +"Sie haben eine Aktion ausgewählt, aber keine Änderungen an bearbeitbaren " +"Feldern vorgenommen. Sie wollten wahrscheinlich auf „Ausführen“ und nicht " +"auf „Speichern“ klicken." + +msgid "Now" +msgstr "Jetzt" + +msgid "Midnight" +msgstr "Mitternacht" + +msgid "6 a.m." +msgstr "6 Uhr" + +msgid "Noon" +msgstr "Mittag" + +msgid "6 p.m." +msgstr "18 Uhr" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Achtung: Sie sind %s Stunde der Serverzeit vorraus." +msgstr[1] "Achtung: Sie sind %s Stunden der Serverzeit vorraus." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Achtung: Sie sind %s Stunde hinter der Serverzeit." +msgstr[1] "Achtung: Sie sind %s Stunden hinter der Serverzeit." + +msgid "Choose a Time" +msgstr "Uhrzeit wählen" + +msgid "Choose a time" +msgstr "Uhrzeit" + +msgid "Cancel" +msgstr "Abbrechen" + +msgid "Today" +msgstr "Heute" + +msgid "Choose a Date" +msgstr "Datum wählen" + +msgid "Yesterday" +msgstr "Gestern" + +msgid "Tomorrow" +msgstr "Morgen" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mrz" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dez" + +msgid "Sunday" +msgstr "Sonntag" + +msgid "Monday" +msgstr "Montag" + +msgid "Tuesday" +msgstr "Dienstag" + +msgid "Wednesday" +msgstr "Mittwoch" + +msgid "Thursday" +msgstr "Donnerstag" + +msgid "Friday" +msgstr "Freitag" + +msgid "Saturday" +msgstr "Samstag" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "So" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Mo" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Di" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Mi" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Do" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Fr" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sa" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "So" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Mo" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Di" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Mi" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Do" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Fr" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Sa" + +msgid "Show" +msgstr "Einblenden" + +msgid "Hide" +msgstr "Ausblenden" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..77e52e8b4368306a88b5fa0347d7803e02a65552 GIT binary patch literal 19107 zcmc(mdypJQeaFWbuu(9!!N%AL&^X9G*>|gx-##qMdfAqdWZ{#!ARc0FckXWXF|*9< zYQ2XY3t=F{fjn#{G3Ss70>Qx{0TF_oAPmwHpz^LfD^v*1KY374p&+3ksmkZu-7~v) zI$5SjDpTtF&h+$j|N7UzSO0qT4=;T7Ljl*9C_hH2JvRu>IxPqud%kLe;2+Nkg7d+z zfiDLC6Z}!|1?L9AKJYT|67U_M>K_Ad0lx@d4W9Et_x;TvT?cOf&j737>0krYP^o`^ zH>mO64vL8+19|NBR=fIRneh~a?Q0*7#d@cBP5YmE2 zLCx>8;920GgQD}Rpy>Ms_)75G;7#C#7dd+Oc??0(y#T%fJP0P>2f$~6=OR=Z_dHPR z^HNarSqJU}H-OIue-gYGd^@P|PDglVz%fw#IS5M5-UaIW2SM@u5&!-%P<%cDUJM@f z&tC&Iudjom=X)Tc68tx)e$IWVlZy*MR3jJ%MbAc1eAohNyw71a2de?A04 zdhqk0=J{LTP2l5T2mBtm2TWPScY{xYQ{ZhccjLYT)Of!LYQ7%=MdxFn*5^r3eEthi z^!+P{$Ohj8S(@P4#?A9(pvE5u)z5XH=-&jYza60Zdn0%mn1U1F`#{OX7eUSA8=&~T zhDDX$Tmb6%GEnPzEvRvB0>zh|p!(knimnCl$V=$xVM1f-)q3@!F}L+zz4z8!HdUSzn6fAc)kX_8hji?WP@*lb@2HxaU<9R#kb!D zwH|-w@hhPE`)5$|`8p_iz7L)Sp2^~?{foipffsum_x0C+n%5Talczy9sP*`-%N@RG z+{wvh;FHwf3`$?mK$sB8U_W>>crUmJegTxd*~}t77n}jl0N(_j3C@Aye+r7Ow}G11 zdq6}e_y{Qd{4%Ki|K7jaPMt*H%#DErH_02f?$z-vLG6QBZdD zdW1^jd;&yegJYoR`x+>^{uLA-{sY9M24`(>e&G^OdU87`x@SSrbq@$@f_H(^k57Uu zVemz84fyY%`uQ*LT=4uWkQMM!P~*;klAkyG=et0S|29zl|1v0ke!xFJ3QB*Ec>Ggv z9nb#;YP|EWbb4<<&F|Hq_z{B{cmRA0_%Go5z}KUU5%?eAd%-s#jB5XHp!D>+pw@Nb z8aM7%P<-7FYCbJc^xX?G#o(RbE#Rj?%`dpt(e*qKlNg)_ia%F^4}ot0p96jiRQvCO zTG!LAbMrq3+{5!lpy+CVzX;w1iVtU_WOss>gI2D<3wVByfBq17HqRdiB_E#y)z6ne z@#nAo^S42@J8jD8)w$q{c|IRh`*BeHUJt$qd=031N8ov26V!UW4b(XIgW}r*;0wV= zLCN(WfR}(@0nY(Xe-*M1o(KLK_!&^^^QIf{5#XPJo52GZ1AYH#P~ZJ6sQLa2D7*0; zQ2c!%##VH00QG(csQNoW*}D#?dHoV7x<3YL9>+k*&zC{<_g5gMHux5ZXayH+a(3!A z@N%9Hf(CpHlpOpqsBymvs^9+vMd$Nxa_jk0P<$B&)$S@#dcPC=Q!oJ~$2T%rt?L3P zKHUe3{~rbSf}aL8{#jcbJ=cTcZwmfAcnGY3=WTWI?^aOH@AuDt48D=)v2ExU_)f41 zzI?k||DOTtJU;?z+%s-=cJe$>e7X?45Hz6pGzDrtGrm3rMgO}&$@7Om$-&1!$;WYD z|0kf<=Wjsq@1MYn!0&*P!*fs~wKt≠N22;2XhbfzP?seRn2!7ta@g>%j-WG4L38 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..051acd11768 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,795 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , 2016-2025\n" +"Language-Team: Lower Sorbian (http://app.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Wubrane %(verbose_name_plural)s lašowaś" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s su se wulašowali." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s njedajo se lašowaś" + +msgid "Delete multiple objects" +msgstr "Někotare objekty lašowaś" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Wšykne" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Ně" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Any date" +msgstr "Někaki datum" + +msgid "Today" +msgstr "Źinsa" + +msgid "Past 7 days" +msgstr "Zachadne 7 dnjow" + +msgid "This month" +msgstr "Toś ten mjasec" + +msgid "This year" +msgstr "W tom lěśe" + +msgid "No date" +msgstr "Žeden datum" + +msgid "Has date" +msgstr "Ma datum" + +msgid "Empty" +msgstr "Prozny" + +msgid "Not empty" +msgstr "Njeprozny" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Pšosym zapódajśo korektne %(username)s a gronidło za personalne konto. " +"Źiwajśo na to, až wobej póli móžotej mjazy wjeliko- a małopisanim rozeznawaś." + +msgid "Action:" +msgstr "Akcija:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dalšne %(verbose_name)s pśidaś" + +msgid "Remove" +msgstr "Wótpóraś" + +msgid "Addition" +msgstr "Pśidanje" + +msgid "Change" +msgstr "Změniś" + +msgid "Deletion" +msgstr "Wulašowanje" + +msgid "action time" +msgstr "akciski cas" + +msgid "user" +msgstr "wužywaŕ" + +msgid "content type" +msgstr "wopśimjeśowy typ" + +msgid "object id" +msgstr "objektowy id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objektowa reprezentacija" + +msgid "action flag" +msgstr "akciske markěrowanje" + +msgid "change message" +msgstr "změnowa powěźeńka" + +msgid "log entry" +msgstr "protokolowy zapisk" + +msgid "log entries" +msgstr "protokolowe zapiski" + +#, python-format +msgid "Added “%(object)s”." +msgstr "„%(object)s“ pśidane." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "„%(object)s“ změnjone - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "„%(object)s“ wulašowane." + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} „{object}“ pśidany." + +msgid "Added." +msgstr "Pśidany." + +msgid "and" +msgstr "a" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} za {name} „{object}“ změnjone." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} změnjone." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Deleted {name} „{object}“ wulašowane." + +msgid "No fields changed." +msgstr "Žedne póla změnjone." + +msgid "None" +msgstr "Žeden" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "´Źaržćo „ctrl“ abo „cmd“ na Mac tłocony, aby wusej jadnogo wubrał." + +msgid "Select this object for an action - {}" +msgstr "Wubjeŕśo toś ten objekt za akciju – {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}“ jo se wuspěšnje pśidał." + +msgid "You may edit it again below." +msgstr "Móźośo dołojce znowego wobźěłaś." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} „{obj}“ jo se wuspěšnje pśidał. Móžośo dołojce dalšne {name} pśidaś." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} „{obj}“ jo se wuspěšnje změnił. Móžośo jen dołojce znowego wobźěłowaś." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ jo se wuspěšnje změnił. Móžośo dołojce dalšne {name} pśidaś." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}“ jo se wuspěšnje změnił." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Zapiski muse se wubraś, aby akcije na nje nałožowało. Zapiski njejsu se " +"změnili." + +msgid "No action selected." +msgstr "Žedna akcija wubrana." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s „%(obj)s“ jo se wuspěšnje wulašował." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s z ID „%(key)s“ njeeksistěrujo. Jo se snaź wulašowało?" + +#, python-format +msgid "Add %s" +msgstr "%s pśidaś" + +#, python-format +msgid "Change %s" +msgstr "%s změniś" + +#, python-format +msgid "View %s" +msgstr "%s pokazaś" + +msgid "Database error" +msgstr "Zmólka datoweje banki" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s jo se wuspěšnje změnił." +msgstr[1] "%(count)s %(name)s stej se wuspěšnje změniłej." +msgstr[2] "%(count)s %(name)s su se wuspěšnje změnili." +msgstr[3] "%(count)s %(name)s jo se wuspěšnje změniło." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wubrany" +msgstr[1] "Wšykne %(total_count)s wubranej" +msgstr[2] "Wšykne %(total_count)s wubrane" +msgstr[3] "Wšykne %(total_count)s wubranych" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wubranych" + +msgid "Delete" +msgstr "Lašowaś" + +#, python-format +msgid "Change history: %s" +msgstr "Změnowa historija: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Aby se %(class_name)s %(instance)s lašowało, muse se slědujuce šćitane " +"objekty lašowaś: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrator sedła Django" + +msgid "Django administration" +msgstr "Administracija Django" + +msgid "Site administration" +msgstr "Sedłowa administracija" + +msgid "Log in" +msgstr "Pśizjawiś" + +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +msgid "Page not found" +msgstr "Bok njejo se namakał" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Jo nam luto, ale pominany bok njedajo se namakaś." + +msgid "Home" +msgstr "Startowy bok" + +msgid "Server error" +msgstr "Serwerowa zmólka" + +msgid "Server error (500)" +msgstr "Serwerowa zmólka (500)" + +msgid "Server Error (500)" +msgstr "Serwerowa zmólka (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Zmólka jo nastała. Jo se sedłowym administratoram pśez e-mail k wěsći dała a " +"by dejała se skóro wótpóraś. Źěkujom se za wašu sćerpmosć." + +msgid "Run the selected action" +msgstr "Wubranu akciju wuwjasć" + +msgid "Go" +msgstr "Start" + +msgid "Click here to select the objects across all pages" +msgstr "Klikniśo how, aby objekty wšych bokow wubrał" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wubjeŕśo wšykne %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Wuběrk lašowaś" + +msgid "Breadcrumbs" +msgstr "Klěbowe srjodki" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w nałoženju %(name)s" + +msgid "Model name" +msgstr "Modelowe mě" + +msgid "Add link" +msgstr "Wótkaz pśidaś" + +msgid "Change or view list link" +msgstr "Lisćinowy wótkaz změniś abo pokazaś" + +msgid "Add" +msgstr "Pśidaś" + +msgid "View" +msgstr "Pokazaś" + +msgid "You don’t have permission to view or edit anything." +msgstr "Njamaśo pšawo něco pokazaś abo wobźěłaś" + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Gaž sćo wužywarja napórał, móžośo dalšne wužywaŕske nastajenja wobźěłaś." + +msgid "Error:" +msgstr "Zmólka:" + +msgid "Change password" +msgstr "Gronidło změniś" + +msgid "Set password" +msgstr "Gronidło póstajiś" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Pšosym korigěrujśo slědujucu zmólku." +msgstr[1] "Pšosym korigěrujśo slědujucej zmólce." +msgstr[2] "Pšosym korigěrujśo slědujuce zmólki." +msgstr[3] "Pšosym korigěrujśo slědujuce zmólki." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zapódajśo nowe gronidło za wužywarja %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Toś ta akcija awtentifikaciju na zakłaźe gronidła za toś togo wužywarja " +" zmóžnijo ." + +msgid "Disable password-based authentication" +msgstr "Awtentifikaciju na zakłaźe gronidła znjemóžniś" + +msgid "Enable password-based authentication" +msgstr "Awtentifikaciju na zakłaźe gronidła zmóžniś" + +msgid "Skip to main content" +msgstr "Dalej ku głownemu wopśimjeśeju" + +msgid "Welcome," +msgstr "Witajśo," + +msgid "View site" +msgstr "Sedło pokazaś" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Wótzjawiś" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s pśidaś" + +msgid "History" +msgstr "Historija" + +msgid "View on site" +msgstr "Na sedle pokazaś" + +msgid "Filter" +msgstr "Filtrowaś" + +msgid "Hide counts" +msgstr "Licby schowaś" + +msgid "Show counts" +msgstr "Licby pokazaś" + +msgid "Clear all filters" +msgstr "Wšykne filtry lašowaś" + +msgid "Remove from sorting" +msgstr "Ze sortěrowanja wótpóraś" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortěrowański rěd: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortěrowanje pśešaltowaś" + +msgid "Toggle theme (current theme: auto)" +msgstr "Drastwu změniś (auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Drastwu změniś (swětły)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Drastwu změniś (śamny)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Gaž se %(object_name)s '%(escaped_object)s' lašujo, se pśisłušne objekty " +"wulašuju, ale wašo konto njama pšawo slědujuce typy objektow lašowaś: " + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Aby se %(object_name)s '%(escaped_object)s' lašujo, muse se slědujuce " +"šćitane pśisłušne objekty lašowaś:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Cośo napšawdu %(object_name)s „%(escaped_object)s“ lašowaś? Wšykne slědujuce " +"pśisłušne zapiski se wulašuju: " + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I’m sure" +msgstr "Jo, som se wěsty" + +msgid "No, take me back" +msgstr "Ně, pšosym slědk" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Gaž lašujośo wubrany %(objects_name)s, se pśisłušne objekty wulašuju, ale " +"wašo konto njama pšawo slědujuce typy objektow lašowaś: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Aby wubrany %(objects_name)s lašowało, muse se slědujuce šćitane pśisłušne " +"objekty lašowaś:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Cośo napšawdu wubrany %(objects_name)s lašowaś? Wšykne slědujuce objekty a " +"jich pśisłušne zapiski se wulašuju:" + +msgid "Delete?" +msgstr "Lašowaś?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pó %(filter_title)s " + +msgid "Summary" +msgstr "Zespominanje" + +msgid "Recent actions" +msgstr "Nejnowše akcije" + +msgid "My actions" +msgstr "Móje akcije" + +msgid "None available" +msgstr "Žeden k dispoziciji" + +msgid "Added:" +msgstr "Pśidany:" + +msgid "Changed:" +msgstr "Změnjony:" + +msgid "Deleted:" +msgstr "Wulašowany:" + +msgid "Unknown content" +msgstr "Njeznate wopśimjeśe" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Něco jo z wašeju instalaciju datoweje banki kśiwje šło. Pśeznańśo se, až " +"wótpowědne tabele datoweje banki su se napórali a pótom, až datowa banka " +"dajo se wót wótpówědnego wužywarja cytaś." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sćo ako %(username)s awtentificěrowany, ale njamaśo pśistup na toś ten bok. " +"Cośo se pla drugego konta pśizjawiś?" + +msgid "Forgotten your login credentials?" +msgstr "Sćo swóje pśizjawjeńske daty zabył?" + +msgid "Toggle navigation" +msgstr "Nawigaciju pśešaltowaś" + +msgid "Sidebar" +msgstr "Bocnica" + +msgid "Start typing to filter…" +msgstr "Pišćo, aby filtrował …" + +msgid "Filter navigation items" +msgstr "Nawigaciske zapiski filtrowaś" + +msgid "Date/time" +msgstr "Datum/cas" + +msgid "User" +msgstr "Wužywaŕ" + +msgid "Action" +msgstr "Akcija" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "zapisk" +msgstr[1] "zapiska" +msgstr[2] "zapiski" +msgstr[3] "zapiskow" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Toś ten objekt njama změnowu historiju. Jo se nejskerjej pśez toś to " +"administratorowe sedło pśidał." + +msgid "Show all" +msgstr "Wšykne pokazaś" + +msgid "Save" +msgstr "Składowaś" + +msgid "Popup closing…" +msgstr "Wuskokujuce wokno se zacynja…" + +msgid "Search" +msgstr "Pytaś" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wuslědk" +msgstr[1] "%(counter)s wuslědka" +msgstr[2] "%(counter)s wuslědki" +msgstr[3] "%(counter)s wuslědkow" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s dogromady" + +msgid "Save as new" +msgstr "Ako nowy składowaś" + +msgid "Save and add another" +msgstr "Składowaś a dalšny pśidaś" + +msgid "Save and continue editing" +msgstr "Składowaś a dalej wobźěłowaś" + +msgid "Save and view" +msgstr "Składowaś a pokazaś" + +msgid "Close" +msgstr "Zacyniś" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Wubrane %(model)s změniś" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dalšny %(model)s pśidaś" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Wubrane %(model)s lašowaś" + +#, python-format +msgid "View selected %(model)s" +msgstr "Wubrany %(model)s pokazaś" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Wjeliki źěk, až sćo sebje brał źinsa cas za pśeglědowanje kwality websedła." + +msgid "Log in again" +msgstr "Hyšći raz pśizjawiś" + +msgid "Password change" +msgstr "Gronidło změniś" + +msgid "Your password was changed." +msgstr "Wašo gronidło jo se změniło." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Pšosym zapódajśo k swójej wěstośe swójo stare gronidło a pótom swójo nowe " +"gronidło dwójcy, aby my mógli pśeglědowaś, lěc sćo jo korektnje zapisał." + +msgid "Change my password" +msgstr "Mójo gronidło změniś" + +msgid "Password reset" +msgstr "Gronidło jo se slědk stajiło" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Wašo gronidło jo se póstajiło. Móžośo pókšacowaś a se něnto pśizjawiś." + +msgid "Password reset confirmation" +msgstr "Wobkšuśenje slědkstajenja gronidła" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Pšosym zapódajśo swójo nowe gronidło dwójcy, aby my mógli pśeglědowaś, lěc " +"sći jo korektnje zapisał." + +msgid "New password:" +msgstr "Nowe gronidło:" + +msgid "Confirm password:" +msgstr "Gronidło wobkšuśiś:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Wótkaz za slědkstajenje gronidła jo njepłaśiwy był, snaź dokulaž jo se južo " +"wužył. Pšosym pšosćo wó nowe slědkstajenje gronidła." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Smy wam instrukcije za nastajenje wašogo gronidła pśez e-mail pósłali, jolic " +"konto ze zapódaneju e-mailoweju adresu eksistěrujo. Wy by dejał ju skóro " +"dostaś." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jolic mejlku njedostawaśo, pśeznańśo se, až sćo adresu zapódał, z kótarejuž " +"sćo zregistrěrował, a pśeglědajśo swój spamowy zarědnik." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Dostawaśo toś tu mejlku, dokulaž sćo za swójo wužywarske konto na " +"%(site_name)s wó slědkstajenje gronidła pšosył." + +msgid "Please go to the following page and choose a new password:" +msgstr "Pšosym źiśo k slědujucemu bokoju a wubjeŕśo nowe gronidło:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Jolic sćo je zabył, sćo:" + +msgid "Thanks for using our site!" +msgstr "Wjeliki źěk za wužywanje našogo sedła!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Team %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Sćo swójo gronidło zabył? Zapódajśo dołojce swóju e-mailowu adresu a " +"pósćelomy wam instrukcije za nastajenje nowego gronidła pśez e-mail." + +msgid "Email address:" +msgstr "E-mailowa adresa:" + +msgid "Reset my password" +msgstr "Mójo gronidło slědk stajiś" + +msgid "Select all objects on this page for an action" +msgstr "Wubjeŕśo wšykne objekty na toś tom boku za akciju" + +msgid "All dates" +msgstr "Wšykne daty" + +#, python-format +msgid "Select %s" +msgstr "%s wubraś" + +#, python-format +msgid "Select %s to change" +msgstr "%s wubraś, aby se změniło" + +#, python-format +msgid "Select %s to view" +msgstr "%s wubraś, kótaryž ma se pokazaś" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Cas:" + +msgid "Lookup" +msgstr "Pytanje" + +msgid "Currently:" +msgstr "Tuchylu:" + +msgid "Change:" +msgstr "Změniś:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a96015ba0853ebb914f0ed630238b5cacd18ff6 GIT binary patch literal 6202 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, 2016,2020-2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , 2016,2020-2023,2025\n" +"Language-Team: Lower Sorbian (http://app.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "K dispoziciji stojece %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Wubjeŕśo je, aby %s markěrował a wubjeŕśo pón šypowy tłocašk „Wubraś“." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Zapišćo do toś togo póla, aby zapiski z lisćiny k dispoziciji stojecych %s " +"wufiltrował. " + +msgid "Filter" +msgstr "Filtrowaś" + +#, javascript-format +msgid "Choose all %s" +msgstr "Wšykne %swubraś " + +#, javascript-format +msgid "Choose selected %s" +msgstr "Markěrujśo wubrane %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Wubrane %s wótwónoźeś" + +#, javascript-format +msgid "Chosen %s" +msgstr "Wubrane %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Wubjeŕśo je, aby %s wótwónoźeł a wubjeŕśo pón šypowy tłocašk „Wótwónoźeś“." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" +"Zapišćo do toś togo póla, aby zapiski z lisćiny wubranych %s wufiltrował. " + +msgid "(click to clear)" +msgstr "(klikniśo, aby lašował)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Wšykne %s wótwónoźeś" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s wubrane nastajenje njewidobne" +msgstr[1] "%s wubranej nastajeni njewidobnej" +msgstr[2] "%s wubrane nastajenja njewidobne" +msgstr[3] "%s wubranych nastajenjow njewidobne" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s wubrany" +msgstr[1] "%(sel)s z %(cnt)s wubranej" +msgstr[2] "%(sel)s z %(cnt)s wubrane" +msgstr[3] "%(sel)s z %(cnt)s wubranych" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Maśo njeskładowane změny za jadnotliwe wobźěłujobne póla. Jolic akciju " +"wuwjeźośo, se waše njeskładowane změny zgubiju." + +msgid "" +"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." +msgstr "" +"Sćo akciju wubrał, ale njejsćo hyšći swóje změny za jadnotliwe póla " +"składował, Pšosym klikniśo na W pórěźe, aby składował. Musyśo akciju znowego " +"wuwjasć." + +msgid "" +"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." +msgstr "" +"Sćo akciju wubrał, ale njejsćo jadnotliwe póla změnił. Nejskerjej pytaśo " +"skerjej za tłocaškom Start ako za tłocaškom Składowaś." + +msgid "Now" +msgstr "Něnto" + +msgid "Midnight" +msgstr "Połnoc" + +msgid "6 a.m." +msgstr "6:00 góź. dopołdnja" + +msgid "Noon" +msgstr "Połdnjo" + +msgid "6 p.m." +msgstr "6:00 wótpołdnja" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Glědajśo: Waš cas jo wó %s góźinu pśéd serwerowym casom." +msgstr[1] "Glědajśo: Waš cas jo wó %s góźinje pśéd serwerowym casom." +msgstr[2] "Glědajśo: Waš cas jo wó %s góźiny pśéd serwerowym casom." +msgstr[3] "Glědajśo: Waš cas jo wó %s góźin pśéd serwerowym casom." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Glědajśo: Waš cas jo wó %s góźinu za serwerowym casom." +msgstr[1] "Glědajśo: Waš cas jo wó %s góźinje za serwerowym casom." +msgstr[2] "Glědajśo: Waš cas jo wó %s góźiny za serwerowym casom." +msgstr[3] "Glědajśo: Waš cas jo wó %s góźin za serwerowym casom." + +msgid "Choose a Time" +msgstr "Wubjeŕśo cas" + +msgid "Choose a time" +msgstr "Wubjeŕśo cas" + +msgid "Cancel" +msgstr "Pśetergnuś" + +msgid "Today" +msgstr "Źinsa" + +msgid "Choose a Date" +msgstr "Wubjeŕśo datum" + +msgid "Yesterday" +msgstr "Cora" + +msgid "Tomorrow" +msgstr "Witśe" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Měr." + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun." + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul." + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Awg." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Now." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dec." + +msgid "Sunday" +msgstr "Njeźela" + +msgid "Monday" +msgstr "Pónjeźele" + +msgid "Tuesday" +msgstr "Wałtora" + +msgid "Wednesday" +msgstr "Srjoda" + +msgid "Thursday" +msgstr "Stwórtk" + +msgid "Friday" +msgstr "Pětk" + +msgid "Saturday" +msgstr "Sobota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Nje" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pón" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Wał" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Srj" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Stw" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pět" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sob" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Nj" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Pó" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Wa" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Sr" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "St" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pě" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "So" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0f888163e61af48439318dfe68d6bebae40b8594 GIT binary patch literal 22968 zcmdU$3zXbdeaEj)G`_(XYV{v#$gb>eLJ+~_5iki5B_xm_4Qp4i$T2~2RDPafLDME zVCEF~esB;x4k6wL-U^C;Z=rMXdpRh&F9gM(Ay9OUfud(Scm{YQsPX;|6n#GhF9M$g z-w3XLwR1(V2tE`1HmGsF2a4XGfaiiwg3ks|hv=)p6`=b09H@R@`x>to$AD_L1Qb6{ z0`>lE@EGtsP<*@s6y5I!HSUcdEOWa+wf_W&sN91fs^s>A8vje6=J{1n{Qo|v`u`lB z{~Xk~&qV1}??_PkzmPvNk<-98fUCg>%!5_%MsOYYYj6j+4rT5KzX@vmSNxIh?^sat zIS~}Sr-G8hIuMq+0Z??l4@9KyYEW{%4b*(6K+&-uR6kz?HIF$^{e1&efBy=;3H&t( zN$yPuQFeD0D88%*C8t49?MmP@xD8wcp2#G-!FPe;&$Zy`;4TmrxxWYB4E`9DpLkt_ z?tmwNec*$j`0)?mJHYOR*a|oXUI2ayTm$|R6u-_!xRUEvz;}b+0yVF<{;}7`6#-X+ zn%`Pb^2varZxoc=HiP2d4FPwB_qT$Y|DB-veE`(_r@^;^kAb_u{{Wu_ZhfQg?>cZR z_a6pN1doO}@>6TU%fSM88u)cke0jyOp6^RR$?07Ihd}jP0YÐ37?>_{Ju6qJL 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ec1dc945a64 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,737 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antonis Christofides , 2021 +# Dimitris Glezos , 2011 +# Giannis Meletakis , 2015 +# Jannis Leidel , 2011 +# Nick Mavrakis , 2016-2018,2021 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2014,2016,2019-2020 +# Yorgos Pagles , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-03-30 03:21+0000\n" +"Last-Translator: Antonis Christofides \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "%(verbose_name_plural)s: Διαγραφή επιλεγμένων" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Επιτυχώς διεγράφησαν %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Αδύνατη η διαγραφή του %(name)s" + +msgid "Are you sure?" +msgstr "Είστε σίγουρος;" + +msgid "Administration" +msgstr "Διαχείριση" + +msgid "All" +msgstr "Όλα" + +msgid "Yes" +msgstr "Ναι" + +msgid "No" +msgstr "Όχι" + +msgid "Unknown" +msgstr "Άγνωστο" + +msgid "Any date" +msgstr "Οποιαδήποτε ημερομηνία" + +msgid "Today" +msgstr "Σήμερα" + +msgid "Past 7 days" +msgstr "Τελευταίες 7 ημέρες" + +msgid "This month" +msgstr "Αυτό το μήνα" + +msgid "This year" +msgstr "Αυτό το χρόνο" + +msgid "No date" +msgstr "Καθόλου ημερομηνία" + +msgid "Has date" +msgstr "Έχει ημερομηνία" + +msgid "Empty" +msgstr "Χωρίς τιμή" + +msgid "Not empty" +msgstr "Με τιμή" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Παρακαλώ δώστε το σωστό %(username)s και συνθηματικό για λογαριασμό " +"προσωπικού. Και στα δύο πεδία μπορεί να έχει σημασία η διάκριση κεφαλαίων/" +"μικρών." + +msgid "Action:" +msgstr "Ενέργεια:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Να προστεθεί %(verbose_name)s" + +msgid "Remove" +msgstr "Αφαίρεση" + +msgid "Addition" +msgstr "Προσθήκη" + +msgid "Change" +msgstr "Αλλαγή" + +msgid "Deletion" +msgstr "Διαγραφή" + +msgid "action time" +msgstr "ώρα ενέργειας" + +msgid "user" +msgstr "χρήστης" + +msgid "content type" +msgstr "τύπος περιεχομένου" + +msgid "object id" +msgstr "ταυτότητα αντικειμένου" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "αναπαράσταση αντικειμένου" + +msgid "action flag" +msgstr "σημαία ενέργειας" + +msgid "change message" +msgstr "μήνυμα τροποποίησης" + +msgid "log entry" +msgstr "καταχώριση αρχείου καταγραφής" + +msgid "log entries" +msgstr "καταχωρίσεις αρχείου καταγραφής" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Προστέθηκε «%(object)s»." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Τροποποιήθηκε «%(object)s» — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Διαγράφηκε «%(object)s»." + +msgid "LogEntry Object" +msgstr "Αντικείμενο LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Προστέθηκε {name} “{object}”." + +msgid "Added." +msgstr "Προστέθηκε." + +msgid "and" +msgstr "και" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} «{object}»: Αλλαγή {fields}." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Αλλαγή {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Διεγράφη {name} «{object}»." + +msgid "No fields changed." +msgstr "Δεν άλλαξε κανένα πεδίο." + +msgid "None" +msgstr "Κανένα" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Κρατήστε πατημένο το «Control» («Command» σε Mac) για να επιλέξετε " +"περισσότερα από ένα αντικείμενα." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Προστέθηκε {name} «{obj}»." + +msgid "You may edit it again below." +msgstr "Μπορεί να πραγματοποιηθεί περαιτέρω επεξεργασία παρακάτω." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Προστέθηκε {name} «{obj}». Μπορεί να πραγματοποιηθεί νέα πρόσθεση παρακάτω." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Το αντικείμενο ({name}) «{obj}» τροποποιήθηκε. Μπορεί να πραγματοποιηθεί " +"περαιτέρω επεξεργασία παρακάτω." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"Προστέθηκε {name} «{obj}». Μπορεί να πραγματοποιηθεί περαιτέρω επεξεργασία " +"παρακάτω." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Το αντικείμενο ({name}) «{obj}» τροποποιήθηκε. Μπορεί να προστεθεί επιπλέον " +"{name} παρακάτω." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Το αντικείμενο ({name}) «{obj}» τροποποιήθηκε." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Καμία αλλαγή δεν πραγματοποιήθηκε γιατί δεν έχετε επιλέξει αντικείμενο. " +"Επιλέξτε ένα ή περισσότερα αντικείμενα για να πραγματοποιήσετε ενέργειες σ' " +"αυτά." + +msgid "No action selected." +msgstr "Δεν έχει επιλεγεί ενέργεια." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Διεγράφη το αντικείμενο (%(name)s) «%(obj)s»" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "Δεν υπάρχει %(name)s με ID «%(key)s». Ίσως να έχει διαγραφεί." + +#, python-format +msgid "Add %s" +msgstr "Να προστεθεί %s" + +#, python-format +msgid "Change %s" +msgstr "%s: Τροποποίηση" + +#, python-format +msgid "View %s" +msgstr "%s: Προβολή" + +msgid "Database error" +msgstr "Σφάλμα στη βάση δεδομένων" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s άλλαξε επιτυχώς." +msgstr[1] "%(count)s %(name)s άλλαξαν επιτυχώς." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Επιλέχθηκε %(total_count)s" +msgstr[1] "Επιλέχθηκαν και τα %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Επιλέχθηκαν 0 από %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Ιστορικό αλλαγών: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Η διαγραφή του αντικειμένου (%(class_name)s) %(instance)s θα απαιτούσε τη " +"διαγραφή των παρακάτω προστατευόμενων συσχετισμένων αντικειμένων: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Ιστότοπος διαχείρισης Django" + +msgid "Django administration" +msgstr "Διαχείριση Django" + +msgid "Site administration" +msgstr "Διαχείριση του ιστότοπου" + +msgid "Log in" +msgstr "Σύνδεση" + +#, python-format +msgid "%(app)s administration" +msgstr "Διαχείριση %(app)s" + +msgid "Page not found" +msgstr "Η σελίδα δεν βρέθηκε" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Λυπούμαστε, αλλά η σελίδα που ζητήθηκε δεν βρέθηκε." + +msgid "Home" +msgstr "Αρχική" + +msgid "Server error" +msgstr "Σφάλμα στο server" + +msgid "Server error (500)" +msgstr "Σφάλμα στο server (500)" + +msgid "Server Error (500)" +msgstr "Σφάλμα στο server (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Παρουσιάστηκε σφάλμα. Εστάλη στους διαχειριστές με email και πιθανότατα θα " +"διορθωθεί σύντομα. Ευχαριστούμε για την υπομονή σας." + +msgid "Run the selected action" +msgstr "Εκτέλεση της επιλεγμένης ενέργειας" + +msgid "Go" +msgstr "Μετάβαση" + +msgid "Click here to select the objects across all pages" +msgstr "Κάντε κλικ εδώ για να επιλέξετε τα αντικείμενα σε όλες τις σελίδες" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Επιλέξτε και τα %(total_count)s αντικείμενα (%(module_name)s)" + +msgid "Clear selection" +msgstr "Καθαρισμός επιλογής" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Μοντέλα στην εφαρμογή %(name)s" + +msgid "Add" +msgstr "Προσθήκη" + +msgid "View" +msgstr "Προβολή" + +msgid "You don’t have permission to view or edit anything." +msgstr "Δεν έχετε δικαίωμα να δείτε ή να επεξεργαστείτε κάτι." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Καταρχήν προσδιορίστε όνομα χρήστη και συνθηματικό. Κατόπιν θα σας δοθεί η " +"δυνατότητα να εισαγάγετε περισσότερες πληροφορίες για το χρήστη." + +msgid "Enter a username and password." +msgstr "Προσδιορίστε όνομα χρήστη και συνθηματικό." + +msgid "Change password" +msgstr "Αλλαγή συνθηματικού" + +msgid "Please correct the error below." +msgstr "Παρακαλούμε διορθώστε το παρακάτω λάθος." + +msgid "Please correct the errors below." +msgstr "Παρακαλοϋμε διορθώστε τα παρακάτω λάθη." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Προσδιορίστε νέο συνθηματικό για το χρήστη %(username)s." + +msgid "Welcome," +msgstr "Καλώς ήρθατε," + +msgid "View site" +msgstr "Μετάβαση στην εφαρμογή" + +msgid "Documentation" +msgstr "Τεκμηρίωση" + +msgid "Log out" +msgstr "Αποσύνδεση" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s: προσθήκη" + +msgid "History" +msgstr "Ιστορικό" + +msgid "View on site" +msgstr "Προβολή στον ιστότοπο" + +msgid "Filter" +msgstr "Φίλτρο" + +msgid "Clear all filters" +msgstr "Καθαρισμός όλων των φίλτρων" + +msgid "Remove from sorting" +msgstr "Αφαίρεση από την ταξινόμηση" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Προτεραιότητα ταξινόμησης: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Εναλλαγή ταξινόμησης" + +msgid "Delete" +msgstr "Διαγραφή" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Επιλέξατε τη διαγραφή του αντικειμένου '%(escaped_object)s' τύπου " +"%(object_name)s. Αυτό συνεπάγεται τη διαγραφή συσχετισμένων αντικειμενων για " +"τα οποία δεν έχετε δικάιωμα διαγραφής. Οι τύποι των αντικειμένων αυτών είναι:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Η διαγραφή του αντικειμένου (%(object_name)s) «%(escaped_object)s» απαιτεί " +"τη διαγραφή των παρακάτω προστατευόμενων αντικειμένων:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Επιβεβαιώστε ότι επιθυμείτε τη διαγραφή των επιλεγμένων αντικειμένων " +"(%(object_name)s \"%(escaped_object)s\"). Αν προχωρήσετε με τη διαγραφή, όλα " +"τα παρακάτω συσχετισμένα αντικείμενα θα διαγραφούν επίσης:" + +msgid "Objects" +msgstr "Αντικείμενα" + +msgid "Yes, I’m sure" +msgstr "Ναι" + +msgid "No, take me back" +msgstr "Όχι" + +msgid "Delete multiple objects" +msgstr "Διαγραφή πολλαπλών αντικειμένων" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Η διαγραφή των επιλεγμένων αντικειμένων τύπου «%(objects_name)s» θα είχε " +"αποτέλεσμα τη διαγραφή των ακόλουθων συσχετισμένων αντικειμένων για τα οποία " +"δεν έχετε το διακαίωμα διαγραφής:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Η διαγραφή των επιλεγμένων αντικειμένων τύπου «%(objects_name)s» απαιτεί τη " +"διαγραφή των παρακάτω προστατευμένων συσχετισμένων αντικειμένων:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Επιβεβαιώστε ότι επιθυμείτε τη διαγραφή των επιλεγμένων αντικειμένων τύπου " +"«%(objects_name)s». Αν προχωρήσετε με τη διαγραφή, όλα τα παρακάτω " +"συσχετισμένα αντικείμενα θα διαγραφούν επίσης:" + +msgid "Delete?" +msgstr "Διαγραφή;" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Ανά %(filter_title)s " + +msgid "Summary" +msgstr "Περίληψη" + +msgid "Recent actions" +msgstr "Πρόσφατες ενέργειες" + +msgid "My actions" +msgstr "Οι ενέργειές μου" + +msgid "None available" +msgstr "Κανένα διαθέσιμο" + +msgid "Unknown content" +msgstr "Άγνωστο περιεχόμενο" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Υπάρχει κάποιο πρόβλημα στη βάση δεδομένων. Βεβαιωθείτε πως οι κατάλληλοι " +"πίνακες έχουν δημιουργηθεί και πως υπάρχουν τα κατάλληλα δικαιώματα " +"πρόσβασης." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Έχετε ταυτοποιηθεί ως %(username)s, αλλά δεν έχετε δικαίωμα πρόσβασης σ' " +"αυτή τη σελίδα. Θέλετε να συνδεθείτε με άλλο λογαριασμό;" + +msgid "Forgotten your password or username?" +msgstr "Ξεχάσατε το συνθηματικό ή το όνομα χρήστη σας;" + +msgid "Toggle navigation" +msgstr "Εναλλαγή προβολής πλοήγησης" + +msgid "Date/time" +msgstr "Ημερομηνία/ώρα" + +msgid "User" +msgstr "Χρήστης" + +msgid "Action" +msgstr "Ενέργεια" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Αυτό το αντικείμενο δεν έχει ιστορικό αλλαγών. Πιθανότατα δεν προστέθηκε " +"μέσω του παρόντος διαχειριστικού ιστότοπου." + +msgid "Show all" +msgstr "Εμφάνιση όλων" + +msgid "Save" +msgstr "Αποθήκευση" + +msgid "Popup closing…" +msgstr "Κλείσιμο popup..." + +msgid "Search" +msgstr "Αναζήτηση" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s αποτέλεσμα" +msgstr[1] "%(counter)s αποτελέσματα" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s συνολικά" + +msgid "Save as new" +msgstr "Αποθήκευση ως νέου" + +msgid "Save and add another" +msgstr "Αποθήκευση και προσθήκη καινούργιου" + +msgid "Save and continue editing" +msgstr "Αποθήκευση και συνέχεια επεξεργασίας" + +msgid "Save and view" +msgstr "Αποθήκευση και προβολή" + +msgid "Close" +msgstr "Κλείσιμο" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Να τροποποιηθεί το επιλεγμένο αντικείμενο (%(model)s)" + +#, python-format +msgid "Add another %(model)s" +msgstr "Να προστεθεί %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Να διαγραφεί το επιλεγμένο αντικείμενο (%(model)s)" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Ευχαριστούμε που διαθέσατε χρόνο στον ιστότοπο." + +msgid "Log in again" +msgstr "Επανασύνδεση" + +msgid "Password change" +msgstr "Αλλαγή συνθηματικού" + +msgid "Your password was changed." +msgstr "Το συνθηματικό σας αλλάχθηκε." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Δώστε το παλιό σας συνθηματικό και ακολούθως το νέο σας συνθηματικό δύο " +"φορές ώστε να ελέγξουμε ότι το πληκτρολογήσατε σωστά." + +msgid "Change my password" +msgstr "Αλλαγή του συνθηματικού μου" + +msgid "Password reset" +msgstr "Επαναφορά συνθηματικού" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Το συνθηματικό σας ορίστηκε. Μπορείτε τώρα να συνδεθείτε." + +msgid "Password reset confirmation" +msgstr "Επιβεβαίωση επαναφοράς συνθηματικού" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Δώστε το νέο συνθηματικό σας δύο φορές ώστε να ελέγξουμε ότι το " +"πληκτρολογήσατε σωστά." + +msgid "New password:" +msgstr "Νέο συνθηματικό:" + +msgid "Confirm password:" +msgstr "Επιβεβαίωση συνθηματικού:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Ο σύνδεσμος που χρησιμοποιήσατε για την επαναφορά του συνθηματικού δεν είναι " +"σωστός, ίσως γιατί έχει ήδη χρησιμοποιηθεί. Πραγματοποιήστε εξαρχής τη " +"διαδικασία αίτησης επαναφοράς του συνθηματικού." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Σας στείλαμε email με οδηγίες ορισμού συνθηματικού. Θα πρέπει να το λάβετε " +"σύντομα." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Εάν δεν λάβετε email, παρακαλούμε σιγουρευτείτε ότι έχετε εισαγάγει τη " +"διεύθυνση με την οποία έχετε εγγραφεί, και ελέγξτε το φάκελο ανεπιθύμητης " +"αλληλογραφίας." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Λαμβάνετε αυτό το email επειδή ζητήσατε επαναφορά συνθηματικού για το " +"λογαριασμό σας στον ιστότοπο %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Παρακαλούμε επισκεφθείτε την ακόλουθη σελίδα και επιλέξτε νέο συνθηματικό: " + +msgid "Your username, in case you’ve forgotten:" +msgstr "Το όνομα χρήστη, σε περίπτωση που δεν το θυμάστε:" + +msgid "Thanks for using our site!" +msgstr "Ευχαριστούμε που χρησιμοποιήσατε τον ιστότοπό μας!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Η ομάδα του ιστότοπου %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Ξεχάσατε το συνθηματικό σας; Εισαγάγετε το email σας και θα σας στείλουμε " +"οδηγίες για να ορίσετε καινούργιο." + +msgid "Email address:" +msgstr "Διεύθυνση email:" + +msgid "Reset my password" +msgstr "Επαναφορά του συνθηματικού μου" + +msgid "All dates" +msgstr "Όλες οι ημερομηνίες" + +#, python-format +msgid "Select %s" +msgstr "Επιλέξτε αντικείμενο (%s)" + +#, python-format +msgid "Select %s to change" +msgstr "Επιλέξτε αντικείμενο (%s) προς αλλαγή" + +#, python-format +msgid "Select %s to view" +msgstr "Επιλέξτε αντικείμενο (%s) για προβολή" + +msgid "Date:" +msgstr "Ημ/νία:" + +msgid "Time:" +msgstr "Ώρα:" + +msgid "Lookup" +msgstr "Αναζήτηση" + +msgid "Currently:" +msgstr "Τώρα:" + +msgid "Change:" +msgstr "Επεξεργασία:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5548ab048a952eb4f1b3ecb408b56110a887f8ce GIT binary patch literal 6509 zcmchaZH!!18OIMe3NDBUf^Sq0g<>n6*=>bVrxd7##a6czx=@G)y}NUEXJF>u_1-(X z-7jYQ0&Qd4qzd81swG8$KQHI@t!pyRDt`CSZjg4VQjZB{c<>whs8V-;d%=%^Qx1O(@~3|1 z`o9OSr2nSt|Ha|o!A~&$4~PG8cm>Kj82=pjaqwpFOJEMX1>6B%4ptrh0OU^{@vd{Oy$|Xu20(aB@H%^pu?YJt%-Qd;qzXx6;@}THF0P?3^boeW9E&U6i*z-4s zmwYm{e}%)_!EMar zb-3N(gCHrb9(DL_hmSk-92Oi7I(!1eO#55oP(aSO()HJYk_!@tH`2aL6V7gNqvytS7>+B)=P(<^&fbL?J3m> zN-dDMzlA1#>!L}1N{y4Buo}f`%dl4}dwpf2S4C>8=l7ek+FA^P$T-lRzSoOedcCDeOD}HimF?Qd z_*PlD)c>T81Kn@cX|G&nSbMP!*d?d7Hs(W935JcGM>Ji%Aa<|mH;6^&OAJ|hzjn^4Pfa?8tN`o#K(y|dZ0fJgn@@FQ4WMJ zwaW~}sobt2g1yC3r1^`BMwd$wOb=+U#lbmy{)#u+@JSR@jP4tCQB?8=Wobp1e5;}_ z*uy!>!HD)a3Nya$7pFNny)q4yl`tA2)Mw%mgN*DRj|7_KCdw^qRMXE37P%<+kQSvB zy_ZEnf$-=JDuLLodPj#0Mc{6Rxb``Az@4VMa4ugvbIT!<_?h!e0wVbDjK zj_Ps{SO*LQL@P|+57E^)W_jq*mq9j`nO$N{I+uHQ^AOUD&5KxDkg>37Ae<~QP>-58 zr+1c(7nw9R^aI}%_GEp-dh*^kXk$1u*|3^gmr~PWSk+HAU7iqAD8;r+HJI5pU`-Zv zEks+3+ck}pFrkl>2%Ul&dKjux+MUQ!>1% zz=t;z6Xd!(ED`9L?$)uMz?ZR}*0Eh)T$Pl_>{>KhwUUd*dW+RC63O0H$=<42I=I^u z{B(G?+8G8D z;gX1EE9EJL}|e6$@K@7yIAE9R=q)!?KNH{ukR0yc~Y+~#_>?TvvXu*B)3SuGc~mV zWw*G~lsngS^la<7Z{bkua$Ox;2~*=^6;&#)W3wmj94dPyf0HC;7@2tU!@b?vjSF&O z+kgqP_xb%nfl{5<8~aLe)5yFw<&K@@YUq`--9cE1^4cG=-DvarO*(zuyxP|{Zr1D8 zZ0cx!SR|A6vHFqbheuMYk0n#dOj1kEC9}!tWGxzwZvtBbYh`TKyVKB742w@Y+bW;bO z&?tWzo~Afmjcw;4a?TpX9IFv%?9}4FchLU~DyH%9Y;qQL&NaVeP`WrL8E+lNeOSvx z>dzy1W-ksrBz}1TlOS^Ok{7IXO`oUTxyC*xL^~F{ZRsw&*6{XtGKcnqawe6W;8X+v zmYx=qRC3C8YRNEsAqE$-Ht^={#JF%Lk&X~S(U75s-Oxr1Jw)g`3ChQ4fEB^IZIKKEx)F_ES=?Ev{ZpeWH?|6F3Lz$690V zxQ*!v%e>9=wt<$cJ03$ zO)5Fb1{C_V42p~78nT)w-B2O^=R9eRS@4MX)LjD-MFczdt5qTeHYE^i-cNw4TYg^Ab;dtfY=j^}wjqJSl#J zD$f}l+)UKhg=!Lt8My_SUKAUP8Rhed6D-;tr{T;we6S21t`Z<3iF(+HiYe&eh6N=G z2^-=AP8J8v)2Thn82yfMOx=|zzZfgWCH%!`;u6lF!F@hSit~MHGd(${68l-C68j, 2011 +# Fotis Athineos , 2021 +# glogiotatidis , 2011 +# Jannis Leidel , 2011 +# Nikolas Demiridis , 2014 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-08-04 06:47+0000\n" +"Last-Translator: Fotis Athineos \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Διαθέσιμο %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Αυτή είναι η λίστα των διαθέσιμων %s. Μπορείτε να επιλέξετε κάποια, από το " +"παρακάτω πεδίο και πατώντας το βέλος \"Επιλογή\" μεταξύ των δύο πεδίων." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Πληκτρολογήστε σε αυτό το πεδίο για να φιλτράρετε τη λίστα των διαθέσιμων %s." + +msgid "Filter" +msgstr "Φίλτρο" + +msgid "Choose all" +msgstr "Επιλογή όλων" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Πατήστε για επιλογή όλων των %s με τη μία." + +msgid "Choose" +msgstr "Επιλογή" + +msgid "Remove" +msgstr "Αφαίρεση" + +#, javascript-format +msgid "Chosen %s" +msgstr "Επιλέχθηκε %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Αυτή είναι η λίστα των επιλεγμένων %s. Μπορείτε να αφαιρέσετε μερικά " +"επιλέγοντας τα απο το κουτί παρακάτω και μετά κάνοντας κλίκ στο βελάκι " +"\"Αφαίρεση\" ανάμεσα στα δύο κουτιά." + +msgid "Remove all" +msgstr "Αφαίρεση όλων" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Κλίκ για να αφαιρεθούν όλα τα επιλεγμένα %s με τη μία." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s από %(cnt)s επιλεγμένα" +msgstr[1] "%(sel)s από %(cnt)s επιλεγμένα" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Έχετε μη αποθηκευμένες αλλαγές σε μεμονωμένα επεξεργάσιμα πεδία. Άν " +"εκτελέσετε μια ενέργεια, οι μη αποθηκευμένες αλλάγες θα χαθούν" + +msgid "" +"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." +msgstr "" +"Έχετε επιλέξει μια ενέργεια, αλλά δεν έχετε αποθηκεύσει τις αλλαγές στα " +"εκάστωτε πεδία ακόμα. Παρακαλώ πατήστε ΟΚ για να τις αποθηκεύσετε. Θα " +"χρειαστεί να εκτελέσετε ξανά την ενέργεια." + +msgid "" +"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." +msgstr "" +"Έχετε επιλέξει μια ενέργεια, και δεν έχετε κάνει καμία αλλαγή στα εκάστοτε " +"πεδία. Πιθανών θέλετε το κουμπί Go αντί του κουμπιού Αποθήκευσης." + +msgid "Now" +msgstr "Τώρα" + +msgid "Midnight" +msgstr "Μεσάνυχτα" + +msgid "6 a.m." +msgstr "6 π.μ." + +msgid "Noon" +msgstr "Μεσημέρι" + +msgid "6 p.m." +msgstr "6 μ.μ." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Σημείωση: Είστε %s ώρα μπροστά από την ώρα του εξυπηρετητή." +msgstr[1] "Σημείωση: Είστε %s ώρες μπροστά από την ώρα του εξυπηρετητή." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Σημείωση: Είστε %s ώρα πίσω από την ώρα του εξυπηρετητή" +msgstr[1] "Σημείωση: Είστε %s ώρες πίσω από την ώρα του εξυπηρετητή." + +msgid "Choose a Time" +msgstr "Επιλέξτε Χρόνο" + +msgid "Choose a time" +msgstr "Επιλέξτε χρόνο" + +msgid "Cancel" +msgstr "Ακύρωση" + +msgid "Today" +msgstr "Σήμερα" + +msgid "Choose a Date" +msgstr "Επιλέξτε μια Ημερομηνία" + +msgid "Yesterday" +msgstr "Χθές" + +msgid "Tomorrow" +msgstr "Αύριο" + +msgid "January" +msgstr "Ιανουάριος" + +msgid "February" +msgstr "Φεβρουάριος" + +msgid "March" +msgstr "Μάρτιος" + +msgid "April" +msgstr "Απρίλιος" + +msgid "May" +msgstr "Μάιος" + +msgid "June" +msgstr "Ιούνιος" + +msgid "July" +msgstr "Ιούλιος" + +msgid "August" +msgstr "Αύγουστος" + +msgid "September" +msgstr "Σεπτέμβριος" + +msgid "October" +msgstr "Οκτώβριος" + +msgid "November" +msgstr "Νοέμβριος" + +msgid "December" +msgstr "Δεκέμβριος" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Ιαν" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Φεβ" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Μάρ" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Απρ" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Μάι" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Ιούν" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Ιούλ" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Αύγ" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Σεπ" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Οκτ" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Νοέ" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Δεκ" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Κ" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Δ" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Τ" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Τ" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Π" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Π" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Σ" + +msgid "Show" +msgstr "Προβολή" + +msgid "Hide" +msgstr "Απόκρυψη" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po new file mode 100644 index 00000000000..227511fedb2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,992 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: contrib/admin/actions.py:17 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#: contrib/admin/actions.py:52 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#: contrib/admin/actions.py:62 contrib/admin/options.py:2250 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +#: contrib/admin/actions.py:64 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:17 +msgid "Delete multiple objects" +msgstr "" + +#: contrib/admin/apps.py:13 +msgid "Administration" +msgstr "" + +#: contrib/admin/filters.py:154 contrib/admin/filters.py:296 +#: contrib/admin/filters.py:365 contrib/admin/filters.py:433 +#: contrib/admin/filters.py:608 contrib/admin/filters.py:702 +msgid "All" +msgstr "" + +#: contrib/admin/filters.py:366 +msgid "Yes" +msgstr "" + +#: contrib/admin/filters.py:367 +msgid "No" +msgstr "" + +#: contrib/admin/filters.py:381 +msgid "Unknown" +msgstr "" + +#: contrib/admin/filters.py:491 +msgid "Any date" +msgstr "" + +#: contrib/admin/filters.py:493 +msgid "Today" +msgstr "" + +#: contrib/admin/filters.py:500 +msgid "Past 7 days" +msgstr "" + +#: contrib/admin/filters.py:507 +msgid "This month" +msgstr "" + +#: contrib/admin/filters.py:514 +msgid "This year" +msgstr "" + +#: contrib/admin/filters.py:524 +msgid "No date" +msgstr "" + +#: contrib/admin/filters.py:525 +msgid "Has date" +msgstr "" + +#: contrib/admin/filters.py:703 +msgid "Empty" +msgstr "" + +#: contrib/admin/filters.py:704 +msgid "Not empty" +msgstr "" + +#: contrib/admin/forms.py:14 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +#: contrib/admin/helpers.py:31 +msgid "Action:" +msgstr "" + +#: contrib/admin/helpers.py:433 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +#: contrib/admin/helpers.py:437 +msgid "Remove" +msgstr "" + +#: contrib/admin/models.py:20 +msgid "Addition" +msgstr "" + +#: contrib/admin/models.py:21 contrib/admin/templates/admin/app_list.html:38 +#: contrib/admin/templates/admin/edit_inline/stacked.html:20 +#: contrib/admin/templates/admin/edit_inline/tabular.html:40 +msgid "Change" +msgstr "" + +#: contrib/admin/models.py:22 +msgid "Deletion" +msgstr "" + +#: contrib/admin/models.py:108 +msgid "action time" +msgstr "" + +#: contrib/admin/models.py:115 +msgid "user" +msgstr "" + +#: contrib/admin/models.py:120 +msgid "content type" +msgstr "" + +#: contrib/admin/models.py:124 +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +#: contrib/admin/models.py:127 +msgid "object repr" +msgstr "" + +#: contrib/admin/models.py:129 +msgid "action flag" +msgstr "" + +#: contrib/admin/models.py:132 +msgid "change message" +msgstr "" + +#: contrib/admin/models.py:137 +msgid "log entry" +msgstr "" + +#: contrib/admin/models.py:138 +msgid "log entries" +msgstr "" + +#: contrib/admin/models.py:147 +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#: contrib/admin/models.py:149 +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#: contrib/admin/models.py:154 +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +#: contrib/admin/models.py:156 +msgid "LogEntry Object" +msgstr "" + +#: contrib/admin/models.py:185 +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +#: contrib/admin/models.py:190 +msgid "Added." +msgstr "" + +#: contrib/admin/models.py:198 contrib/admin/options.py:2504 +msgid "and" +msgstr "" + +#: contrib/admin/models.py:205 +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#: contrib/admin/models.py:211 +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#: contrib/admin/models.py:221 +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +#: contrib/admin/models.py:227 +msgid "No fields changed." +msgstr "" + +#: contrib/admin/options.py:248 contrib/admin/options.py:292 +msgid "None" +msgstr "" + +#: contrib/admin/options.py:344 +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#: contrib/admin/options.py:1031 +msgid "Select this object for an action - {}" +msgstr "" + +#: contrib/admin/options.py:1469 contrib/admin/options.py:1507 +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +#: contrib/admin/options.py:1471 +msgid "You may edit it again below." +msgstr "" + +#: contrib/admin/options.py:1488 +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#: contrib/admin/options.py:1556 +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#: contrib/admin/options.py:1576 +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#: contrib/admin/options.py:1598 +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +#: contrib/admin/options.py:1676 contrib/admin/options.py:2066 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +#: contrib/admin/options.py:1696 +msgid "No action selected." +msgstr "" + +#: contrib/admin/options.py:1727 +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#: contrib/admin/options.py:1829 +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#: contrib/admin/options.py:1945 +#, python-format +msgid "Add %s" +msgstr "" + +#: contrib/admin/options.py:1947 +#, python-format +msgid "Change %s" +msgstr "" + +#: contrib/admin/options.py:1949 +#, python-format +msgid "View %s" +msgstr "" + +#: contrib/admin/options.py:2036 +msgid "Database error" +msgstr "" + +#: contrib/admin/options.py:2126 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/options.py:2157 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/options.py:2163 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#: contrib/admin/options.py:2252 +#: contrib/admin/templates/admin/delete_confirmation.html:18 +#: contrib/admin/templates/admin/submit_line.html:14 +msgid "Delete" +msgstr "" + +#: contrib/admin/options.py:2308 +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#: contrib/admin/options.py:2498 +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#: contrib/admin/options.py:2507 +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +#: contrib/admin/sites.py:40 contrib/admin/templates/admin/base_site.html:3 +msgid "Django site admin" +msgstr "" + +#: contrib/admin/sites.py:43 contrib/admin/templates/admin/base_site.html:6 +msgid "Django administration" +msgstr "" + +#: contrib/admin/sites.py:46 +msgid "Site administration" +msgstr "" + +#: contrib/admin/sites.py:431 contrib/admin/templates/admin/login.html:64 +#: contrib/admin/templates/registration/password_reset_complete.html:15 +#: contrib/admin/tests.py:146 +msgid "Log in" +msgstr "" + +#: contrib/admin/sites.py:586 +#, python-format +msgid "%(app)s administration" +msgstr "" + +#: contrib/admin/templates/admin/404.html:4 +#: contrib/admin/templates/admin/404.html:8 +msgid "Page not found" +msgstr "" + +#: contrib/admin/templates/admin/404.html:10 +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +#: contrib/admin/templates/admin/500.html:6 +#: contrib/admin/templates/admin/app_index.html:10 +#: contrib/admin/templates/admin/auth/user/change_password.html:15 +#: contrib/admin/templates/admin/base.html:75 +#: contrib/admin/templates/admin/change_form.html:19 +#: contrib/admin/templates/admin/change_list.html:33 +#: contrib/admin/templates/admin/delete_confirmation.html:14 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:14 +#: contrib/admin/templates/admin/invalid_setup.html:6 +#: contrib/admin/templates/admin/object_history.html:6 +#: contrib/admin/templates/registration/logged_out.html:4 +#: contrib/admin/templates/registration/password_change_done.html:13 +#: contrib/admin/templates/registration/password_change_form.html:16 +#: contrib/admin/templates/registration/password_reset_complete.html:6 +#: contrib/admin/templates/registration/password_reset_confirm.html:8 +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:8 +msgid "Home" +msgstr "" + +#: contrib/admin/templates/admin/500.html:7 +msgid "Server error" +msgstr "" + +#: contrib/admin/templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "" + +#: contrib/admin/templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "" + +#: contrib/admin/templates/admin/500.html:15 +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: contrib/admin/templates/admin/actions.html:8 +msgid "Run the selected action" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:8 +msgid "Go" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:16 +msgid "Click here to select the objects across all pages" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:16 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:18 +msgid "Clear selection" +msgstr "" + +#: contrib/admin/templates/admin/app_index.html:8 +#: contrib/admin/templates/admin/base.html:72 +msgid "Breadcrumbs" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:8 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:12 +msgid "Model name" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:13 +msgid "Add link" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:14 +msgid "Change or view list link" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:29 +msgid "Add" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:36 +#: contrib/admin/templates/admin/edit_inline/stacked.html:20 +#: contrib/admin/templates/admin/edit_inline/tabular.html:40 +msgid "View" +msgstr "" + +#: contrib/admin/templates/admin/app_list.html:50 +msgid "You don’t have permission to view or edit anything." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/add_form.html:6 +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:5 +#: contrib/admin/templates/admin/change_form.html:4 +#: contrib/admin/templates/admin/change_list.html:4 +#: contrib/admin/templates/admin/login.html:4 +#: contrib/admin/templates/registration/password_change_form.html:4 +#: contrib/admin/templates/registration/password_reset_confirm.html:4 +#: contrib/admin/templates/registration/password_reset_form.html:4 +msgid "Error:" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:19 +#: contrib/admin/templates/admin/auth/user/change_password.html:71 +#: contrib/admin/templates/admin/base.html:56 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:7 +msgid "Change password" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:19 +msgid "Set password" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:30 +#: contrib/admin/templates/admin/change_form.html:45 +#: contrib/admin/templates/admin/change_list.html:54 +#: contrib/admin/templates/admin/login.html:24 +#: contrib/admin/templates/registration/password_change_form.html:27 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:34 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:36 +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:72 +msgid "Disable password-based authentication" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:74 +msgid "Enable password-based authentication" +msgstr "" + +#: contrib/admin/templates/admin/base.html:27 +msgid "Skip to main content" +msgstr "" + +#: contrib/admin/templates/admin/base.html:42 +msgid "Welcome," +msgstr "" + +#: contrib/admin/templates/admin/base.html:47 +msgid "View site" +msgstr "" + +#: contrib/admin/templates/admin/base.html:52 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:7 +msgid "Documentation" +msgstr "" + +#: contrib/admin/templates/admin/base.html:60 +#: contrib/admin/templates/registration/password_change_done.html:7 +#: contrib/admin/templates/registration/password_change_form.html:10 +msgid "Log out" +msgstr "" + +#: contrib/admin/templates/admin/change_form.html:22 +#: contrib/admin/templates/admin/change_list_object_tools.html:8 +#, python-format +msgid "Add %(name)s" +msgstr "" + +#: contrib/admin/templates/admin/change_form_object_tools.html:5 +#: contrib/admin/templates/admin/object_history.html:10 +msgid "History" +msgstr "" + +#: contrib/admin/templates/admin/change_form_object_tools.html:7 +#: contrib/admin/templates/admin/edit_inline/stacked.html:22 +#: contrib/admin/templates/admin/edit_inline/tabular.html:42 +msgid "View on site" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:79 +msgid "Filter" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:82 +msgid "Hide counts" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:83 +msgid "Show counts" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:86 +msgid "Clear all filters" +msgstr "" + +#: contrib/admin/templates/admin/change_list_results.html:16 +msgid "Remove from sorting" +msgstr "" + +#: contrib/admin/templates/admin/change_list_results.html:17 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: contrib/admin/templates/admin/change_list_results.html:18 +msgid "Toggle sorting" +msgstr "" + +#: contrib/admin/templates/admin/color_theme_toggle.html:3 +msgid "Toggle theme (current theme: auto)" +msgstr "" + +#: contrib/admin/templates/admin/color_theme_toggle.html:4 +msgid "Toggle theme (current theme: light)" +msgstr "" + +#: contrib/admin/templates/admin/color_theme_toggle.html:5 +msgid "Toggle theme (current theme: dark)" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:25 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:30 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:35 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:37 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:31 +msgid "Objects" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:44 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:42 +msgid "Yes, I’m sure" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:45 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:43 +msgid "No, take me back" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:23 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:26 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:29 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +#: contrib/admin/templates/admin/edit_inline/tabular.html:26 +msgid "Delete?" +msgstr "" + +#: contrib/admin/templates/admin/filter.html:4 +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +#: contrib/admin/templates/admin/includes/object_delete_summary.html:2 +msgid "Summary" +msgstr "" + +#: contrib/admin/templates/admin/index.html:23 +msgid "Recent actions" +msgstr "" + +#: contrib/admin/templates/admin/index.html:24 +msgid "My actions" +msgstr "" + +#: contrib/admin/templates/admin/index.html:28 +msgid "None available" +msgstr "" + +#: contrib/admin/templates/admin/index.html:33 +msgid "Added:" +msgstr "" + +#: contrib/admin/templates/admin/index.html:33 +msgid "Changed:" +msgstr "" + +#: contrib/admin/templates/admin/index.html:33 +msgid "Deleted:" +msgstr "" + +#: contrib/admin/templates/admin/index.html:43 +msgid "Unknown content" +msgstr "" + +#: contrib/admin/templates/admin/invalid_setup.html:12 +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#: contrib/admin/templates/admin/login.html:40 +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +#: contrib/admin/templates/admin/login.html:60 +msgid "Forgotten your login credentials?" +msgstr "" + +#: contrib/admin/templates/admin/nav_sidebar.html:2 +msgid "Toggle navigation" +msgstr "" + +#: contrib/admin/templates/admin/nav_sidebar.html:3 +msgid "Sidebar" +msgstr "" + +#: contrib/admin/templates/admin/nav_sidebar.html:5 +msgid "Start typing to filter…" +msgstr "" + +#: contrib/admin/templates/admin/nav_sidebar.html:6 +msgid "Filter navigation items" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:22 +msgid "Date/time" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:23 +msgid "User" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:24 +msgid "Action" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:49 +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/templates/admin/object_history.html:52 +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +#: contrib/admin/templates/admin/pagination.html:10 +#: contrib/admin/templates/admin/search_form.html:9 +msgid "Show all" +msgstr "" + +#: contrib/admin/templates/admin/pagination.html:11 +#: contrib/admin/templates/admin/submit_line.html:4 +msgid "Save" +msgstr "" + +#: contrib/admin/templates/admin/popup_response.html:3 +msgid "Popup closing…" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:7 +msgid "Search" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:7 +msgid "Save and view" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:10 +msgid "Close" +msgstr "" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:11 +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:19 +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:27 +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:34 +#, python-format +msgid "View selected %(model)s" +msgstr "" + +#: contrib/admin/templates/registration/logged_out.html:10 +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +#: contrib/admin/templates/registration/logged_out.html:12 +msgid "Log in again" +msgstr "" + +#: contrib/admin/templates/registration/password_change_done.html:14 +#: contrib/admin/templates/registration/password_change_form.html:17 +msgid "Password change" +msgstr "" + +#: contrib/admin/templates/registration/password_change_done.html:19 +msgid "Your password was changed." +msgstr "" + +#: contrib/admin/templates/registration/password_change_form.html:32 +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +#: contrib/admin/templates/registration/password_change_form.html:60 +#: contrib/admin/templates/registration/password_reset_confirm.html:38 +msgid "Change my password" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_complete.html:7 +#: contrib/admin/templates/registration/password_reset_done.html:7 +#: contrib/admin/templates/registration/password_reset_form.html:9 +msgid "Password reset" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_complete.html:13 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:9 +msgid "Password reset confirmation" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:17 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:25 +msgid "New password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:32 +msgid "Confirm password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:44 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_done.html:13 +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_done.html:15 +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:8 +msgid "In case you’ve forgotten, you are:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:15 +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:22 +msgid "Email address:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:28 +msgid "Reset my password" +msgstr "" + +#: contrib/admin/templatetags/admin_list.py:101 +msgid "Select all objects on this page for an action" +msgstr "" + +#: contrib/admin/templatetags/admin_list.py:445 +msgid "All dates" +msgstr "" + +#: contrib/admin/views/main.py:148 +#, python-format +msgid "Select %s" +msgstr "" + +#: contrib/admin/views/main.py:150 +#, python-format +msgid "Select %s to change" +msgstr "" + +#: contrib/admin/views/main.py:152 +#, python-format +msgid "Select %s to view" +msgstr "" + +#: contrib/admin/widgets.py:99 +msgid "Date:" +msgstr "" + +#: contrib/admin/widgets.py:100 +msgid "Time:" +msgstr "" + +#: contrib/admin/widgets.py:164 +msgid "Lookup" +msgstr "" + +#: contrib/admin/widgets.py:393 +msgid "Currently:" +msgstr "" + +#: contrib/admin/widgets.py:394 +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..8fdbb77626b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po @@ -0,0 +1,379 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: contrib/admin/static/admin/js/SelectFilter2.js:45 +#, javascript-format +msgid "Available %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:49 +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:61 +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:66 +#: contrib/admin/static/admin/js/SelectFilter2.js:123 +msgid "Filter" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:73 +#, javascript-format +msgid "Choose all %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:84 +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:91 +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:102 +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:106 +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:118 +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:139 +msgid "(click to clear)" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:143 +#, javascript-format +msgid "Remove all %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:236 +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/actions.js:67 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/actions.js:161 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +#: contrib/admin/static/admin/js/actions.js:174 +msgid "" +"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." +msgstr "" + +#: contrib/admin/static/admin/js/actions.js:175 +msgid "" +"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." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:13 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:110 +msgid "Now" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:14 +msgid "Midnight" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:15 +msgid "6 a.m." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:16 +msgid "Noon" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:17 +msgid "6 p.m." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:78 +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:86 +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:128 +msgid "Choose a Time" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:158 +msgid "Choose a time" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:175 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:333 +msgid "Cancel" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:238 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:318 +msgid "Today" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:255 +msgid "Choose a Date" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:312 +msgid "Yesterday" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:324 +msgid "Tomorrow" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:11 +msgid "January" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:12 +msgid "February" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:13 +msgid "March" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:14 +msgid "April" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:15 +msgid "May" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:16 +msgid "June" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:17 +msgid "July" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:18 +msgid "August" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:19 +msgid "September" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:20 +msgid "October" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:21 +msgid "November" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:22 +msgid "December" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:25 +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:26 +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:27 +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:28 +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:29 +msgctxt "abbrev. month May" +msgid "May" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:30 +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:31 +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:32 +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:33 +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:34 +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:35 +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:36 +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:39 +msgid "Sunday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:40 +msgid "Monday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:41 +msgid "Tuesday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:42 +msgid "Wednesday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:43 +msgid "Thursday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:44 +msgid "Friday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:45 +msgid "Saturday" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:48 +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:49 +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:50 +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:51 +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:52 +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:53 +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:54 +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:57 +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:58 +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:59 +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:60 +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:61 +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:62 +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:63 +msgctxt "one letter Saturday" +msgid "S" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c86ec5d03092a83b47ec0c7ec5130725697ff585 GIT binary patch literal 16191 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 B!k_>E literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po new file mode 100644 index 00000000000..dfe62a07c5f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po @@ -0,0 +1,724 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Tom Fifield , 2014 +# Tom Fifield , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-09-22 07:21+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Delete selected %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Successfully deleted %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Cannot delete %(name)s" + +msgid "Are you sure?" +msgstr "Are you sure?" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "All" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Any date" +msgstr "Any date" + +msgid "Today" +msgstr "Today" + +msgid "Past 7 days" +msgstr "Past 7 days" + +msgid "This month" +msgstr "This month" + +msgid "This year" +msgstr "This year" + +msgid "No date" +msgstr "No date" + +msgid "Has date" +msgstr "Has date" + +msgid "Empty" +msgstr "Empty" + +msgid "Not empty" +msgstr "Not empty" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." + +msgid "Action:" +msgstr "Action:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Add another %(verbose_name)s" + +msgid "Remove" +msgstr "Remove" + +msgid "Addition" +msgstr "Addition" + +msgid "Change" +msgstr "Change" + +msgid "Deletion" +msgstr "Deletion" + +msgid "action time" +msgstr "action time" + +msgid "user" +msgstr "user" + +msgid "content type" +msgstr "content type" + +msgid "object id" +msgstr "object id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "action flag" + +msgid "change message" +msgstr "change message" + +msgid "log entry" +msgstr "log entry" + +msgid "log entries" +msgstr "log entries" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Added “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Changed “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Deleted “%(object)s.”" + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Added {name} “{object}”." + +msgid "Added." +msgstr "Added." + +msgid "and" +msgstr "and" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Changed {fields} for {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Changed {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Deleted {name} “{object}”." + +msgid "No fields changed." +msgstr "No fields changed." + +msgid "None" +msgstr "None" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Hold down “Control”, or “Command” on a Mac, to select more than one." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "The {name} “{obj}” was added successfully." + +msgid "You may edit it again below." +msgstr "You may edit it again below." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"The {name} “{obj}” was added successfully. You may add another {name} below." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"The {name} “{obj}” was changed successfully. You may edit it again below." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"The {name} “{obj}” was added successfully. You may edit it again below." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "The {name} “{obj}” was changed successfully." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." + +msgid "No action selected." +msgstr "No action selected." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "The %(name)s “%(obj)s” was deleted successfully." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" + +#, python-format +msgid "Add %s" +msgstr "Add %s" + +#, python-format +msgid "Change %s" +msgstr "Change %s" + +#, python-format +msgid "View %s" +msgstr "View %s" + +msgid "Database error" +msgstr "Database error" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s was changed successfully." +msgstr[1] "%(count)s %(name)s were changed successfully." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selected" +msgstr[1] "All %(total_count)s selected" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s selected" + +#, python-format +msgid "Change history: %s" +msgstr "Change history: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django site admin" + +msgid "Django administration" +msgstr "Django administration" + +msgid "Site administration" +msgstr "Site administration" + +msgid "Log in" +msgstr "Log in" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administration" + +msgid "Page not found" +msgstr "Page not found" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "We’re sorry, but the requested page could not be found." + +msgid "Home" +msgstr "Home" + +msgid "Server error" +msgstr "Server error" + +msgid "Server error (500)" +msgstr "Server error (500)" + +msgid "Server Error (500)" +msgstr "Server Error (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." + +msgid "Run the selected action" +msgstr "Run the selected action" + +msgid "Go" +msgstr "Go" + +msgid "Click here to select the objects across all pages" +msgstr "Click here to select the objects across all pages" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Select all %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Clear selection" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Models in the %(name)s application" + +msgid "Add" +msgstr "Add" + +msgid "View" +msgstr "View" + +msgid "You don’t have permission to view or edit anything." +msgstr "You don’t have permission to view or edit anything." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." + +msgid "Enter a username and password." +msgstr "Enter a username and password." + +msgid "Change password" +msgstr "Change password" + +msgid "Please correct the error below." +msgstr "Please correct the error below." + +msgid "Please correct the errors below." +msgstr "Please correct the errors below." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Enter a new password for the user %(username)s." + +msgid "Welcome," +msgstr "Welcome," + +msgid "View site" +msgstr "View site" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Log out" + +#, python-format +msgid "Add %(name)s" +msgstr "Add %(name)s" + +msgid "History" +msgstr "History" + +msgid "View on site" +msgstr "View on site" + +msgid "Filter" +msgstr "Filter" + +msgid "Clear all filters" +msgstr "Clear all filters" + +msgid "Remove from sorting" +msgstr "Remove from sorting" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorting priority: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toggle sorting" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" + +msgid "Objects" +msgstr "Objects" + +msgid "Yes, I’m sure" +msgstr "Yes, I’m sure" + +msgid "No, take me back" +msgstr "No, take me back" + +msgid "Delete multiple objects" +msgstr "Delete multiple objects" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" + +msgid "Delete?" +msgstr "Delete?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " By %(filter_title)s " + +msgid "Summary" +msgstr "Summary" + +msgid "Recent actions" +msgstr "Recent actions" + +msgid "My actions" +msgstr "My actions" + +msgid "None available" +msgstr "None available" + +msgid "Unknown content" +msgstr "Unknown content" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"You are authenticated as %(username)s, but are not authorised to access this " +"page. Would you like to login to a different account?" + +msgid "Forgotten your password or username?" +msgstr "Forgotten your password or username?" + +msgid "Toggle navigation" +msgstr "Toggle navigation" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Date/time" + +msgid "User" +msgstr "User" + +msgid "Action" +msgstr "Action" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." + +msgid "Show all" +msgstr "Show all" + +msgid "Save" +msgstr "Save" + +msgid "Popup closing…" +msgstr "Popup closing…" + +msgid "Search" +msgstr "Search" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s result" +msgstr[1] "%(counter)s results" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Save as new" + +msgid "Save and add another" +msgstr "Save and add another" + +msgid "Save and continue editing" +msgstr "Save and continue editing" + +msgid "Save and view" +msgstr "Save and view" + +msgid "Close" +msgstr "Close" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Change selected %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Add another %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Delete selected %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "Log in again" + +msgid "Password change" +msgstr "Password change" + +msgid "Your password was changed." +msgstr "Your password was changed." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." + +msgid "Change my password" +msgstr "Change my password" + +msgid "Password reset" +msgstr "Password reset" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Your password has been set. You may go ahead and log in now." + +msgid "Password reset confirmation" +msgstr "Password reset confirmation" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." + +msgid "New password:" +msgstr "New password:" + +msgid "Confirm password:" +msgstr "Confirm password:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Please go to the following page and choose a new password:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Your username, in case you’ve forgotten:" + +msgid "Thanks for using our site!" +msgstr "Thanks for using our site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "The %(site_name)s team" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." + +msgid "Email address:" +msgstr "Email address:" + +msgid "Reset my password" +msgstr "Reset my password" + +msgid "All dates" +msgstr "All dates" + +#, python-format +msgid "Select %s" +msgstr "Select %s" + +#, python-format +msgid "Select %s to change" +msgstr "Select %s to change" + +#, python-format +msgid "Select %s to view" +msgstr "Select %s to view" + +msgid "Date:" +msgstr "Date:" + +msgid "Time:" +msgstr "Time:" + +msgid "Lookup" +msgstr "Lookup" + +msgid "Currently:" +msgstr "Currently:" + +msgid "Change:" +msgstr "Change:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..077e7840fa67c8b268dc4b0fbc583f23e00c9619 GIT binary patch literal 5001 zcmeH}O^g&p6vs;$6bJkQ1ys-iS=v6AXs<5f8?L2QL~w;z_;eMH7t&5s()Qo zuc}_X_o}+iFHF78khUT(qkJu6hlwdXkWS8J>;do;cpdnO<(DA->}y;87F>Yx54QY^ z`Ovn13_gnT=U@q3j6taVI7spaq;aS4fCxJYlAfnQ((@IN=6@4>4SXAX z863eNH19VcjrScMo4_AI>bD4wbKr9D4EPz?1P@~HCE!=!Qt&)@C-|4;!uhZf$_}^~ z+-3PVNc|%4cJKv|`n?O1{1@O|;7{Np@K4Kma1zNc1F3%4mh<3kC?5f7o+rQ)*D&@x zNdCX>ro{gAo>5SZT|x#`M*IL_X0@% zpL`rAoV)~lKFgyqwgr!1efe9rQ;CAzW!de}rhUTNR6 zAlZWAa0T*x$S?!jfV>)E1!dNr#d^Q%`UGkvh6}uq|dh3wGO2P7kq~> zU8R!O=qj1+k{|aCrHTjhy~=TJG_SY*=7aLRbH)b*nX`Q9!BQ) zVI6T1&|-OAM*$agDO|E=D1%8Ea9U1gW?86y^}@U?>z;D2YS@`YCzDn0*DW?)F`6te z5gW>a?8S<*X%e|&9fGC07jpbfU2@+GVd*LtT@KE~>u-p5$0wm~NM3H+DDqT|x;D6{ z;vvd<3hVH7iwi6TEs9sjX;zM}Oaf&kEE+(lEKN&7hGsV{&Cy+knHiOu_VY!JY!v)Y zjS>_6mqyw}c$9QQlisYrwxX_SpAIVl-3-(g~tOyTmkIibX1!bY_D{*E8`k)v?U(YOFF1 z*JbEfOyQL5Y3Q6sDZKPFbxx=h zUV57BIh6u?TX1rvaC}`>tt6^@rQ_2rg=ddA&O6k$dusRNT&1%!g_oWtd#0qoo|fq| zC51Pp73?Mrf}H0A4}qS_ch?oPqPjwNT~U~bwnVCUNo^EMUQ$=8M?pxErEbYmBrmT# zBwdwMA7TdreGDHxXSeG-B7+b+EXUnr*hV@%A)7idP9dy$uCpzwg-%K5c>2J&Ga)BE z5_RZnmgB=i!&zr&gOknj?D|}G{n{a<^ga<9rxXYk`oicS$8kvTycfqD-)wYaD{?g{ zXOuKs&_mTCQIk$dibjs_R5ctFb>2UQk82=&PYm$>x-re%;9#rO%Aih#UR6$ID!MV4 zDBXc?hZ>aX=-9!*fplSaVdupaW-~+S?TA^apdyZ}95-^x3^sk?sZF#?gHW2$gQdK) z@uD0}SCxUYQ&qH!b34a3mOV4Ab&kh#r4RTKly&ktXoNYgnsG549p1!~*U^5(SB&!P zz^3#SFB-F#kl9Pf>?LIO5;A)U;a9$d(1nBU7IcZA+XCGS=n_C*eEPc6x12uO^m(Sw OaGn)d5x)|ChuFV9^)a9T literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..c4e52eb1477 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po @@ -0,0 +1,266 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Tom Fifield , 2014 +# Tom Fifield , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-11 13:13+0000\n" +"Last-Translator: Tom Fifield \n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Available %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Type into this box to filter down the list of available %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Choose all" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click to choose all %s at once." + +msgid "Choose" +msgstr "Choose" + +msgid "Remove" +msgstr "Remove" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chosen %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +msgid "Remove all" +msgstr "Remove all" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click to remove all chosen %s at once." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s of %(cnt)s selected" +msgstr[1] "%(sel)s of %(cnt)s selected" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." + +msgid "" +"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." +msgstr "" +"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." + +msgid "" +"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." +msgstr "" +"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." + +msgid "Now" +msgstr "Now" + +msgid "Midnight" +msgstr "Midnight" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Noon" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Note: You are %s hour ahead of server time." +msgstr[1] "Note: You are %s hours ahead of server time." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Note: You are %s hour behind server time." +msgstr[1] "Note: You are %s hours behind server time." + +msgid "Choose a Time" +msgstr "Choose a Time" + +msgid "Choose a time" +msgstr "Choose a time" + +msgid "Cancel" +msgstr "Cancel" + +msgid "Today" +msgstr "Today" + +msgid "Choose a Date" +msgstr "Choose a Date" + +msgid "Yesterday" +msgstr "Yesterday" + +msgid "Tomorrow" +msgstr "Tomorrow" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Oct" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dec" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "W" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Show" + +msgid "Hide" +msgstr "Hide" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b20f7bd18c6a2d364ec554baa8332a1464055d2f GIT binary patch literal 11159 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

MRTUnUNmm zc$Vt@uy(jryEn|V?QGbV+c}M$2>Z;s+R?ldwQ9EyI(cm&ZP>Bn$7(0S6w_L-@%qlb?kTpj85`s~>LGO}t5*so!W@S$R+AG1f, 2019 +# jon_atkinson , 2011-2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-04-05 10:37+0000\n" +"Last-Translator: Adam Forster \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Successfully deleted %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Cannot delete %(name)s" + +msgid "Are you sure?" +msgstr "Are you sure?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Delete selected %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "All" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Any date" +msgstr "Any date" + +msgid "Today" +msgstr "Today" + +msgid "Past 7 days" +msgstr "Past 7 days" + +msgid "This month" +msgstr "This month" + +msgid "This year" +msgstr "This year" + +msgid "No date" +msgstr "No date" + +msgid "Has date" +msgstr "Has date" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." + +msgid "Action:" +msgstr "Action:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Add another %(verbose_name)s" + +msgid "Remove" +msgstr "Remove" + +msgid "Addition" +msgstr "Addition" + +msgid "Change" +msgstr "Change" + +msgid "Deletion" +msgstr "Deletion" + +msgid "action time" +msgstr "action time" + +msgid "user" +msgstr "user" + +msgid "content type" +msgstr "content type" + +msgid "object id" +msgstr "object id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "action flag" + +msgid "change message" +msgstr "change message" + +msgid "log entry" +msgstr "log entry" + +msgid "log entries" +msgstr "log entries" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Added \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Changed \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Deleted \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Added {name} \"{object}\"." + +msgid "Added." +msgstr "Added." + +msgid "and" +msgstr "and" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No fields changed." + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." + +msgid "No action selected." +msgstr "No action selected." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "The %(name)s \"%(obj)s\" was deleted successfully." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Add %s" + +#, python-format +msgid "Change %s" +msgstr "Change %s" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "Database error" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s was changed successfully." +msgstr[1] "%(count)s %(name)s were changed successfully." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selected" +msgstr[1] "All %(total_count)s selected" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s selected" + +#, python-format +msgid "Change history: %s" +msgstr "Change history: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django site admin" + +msgid "Django administration" +msgstr "Django administration" + +msgid "Site administration" +msgstr "Site administration" + +msgid "Log in" +msgstr "Log in" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Page not found" + +msgid "We're sorry, but the requested page could not be found." +msgstr "We're sorry, but the requested page could not be found." + +msgid "Home" +msgstr "Home" + +msgid "Server error" +msgstr "Server error" + +msgid "Server error (500)" +msgstr "Server error (500)" + +msgid "Server Error (500)" +msgstr "Server Error (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Run the selected action" + +msgid "Go" +msgstr "Go" + +msgid "Click here to select the objects across all pages" +msgstr "Click here to select the objects across all pages" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Select all %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Clear selection" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." + +msgid "Enter a username and password." +msgstr "Enter a username and password." + +msgid "Change password" +msgstr "Change password" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Enter a new password for the user %(username)s." + +msgid "Welcome," +msgstr "Welcome," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Log out" + +#, python-format +msgid "Add %(name)s" +msgstr "Add %(name)s" + +msgid "History" +msgstr "History" + +msgid "View on site" +msgstr "View on site" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Remove from sorting" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorting priority: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toggle sorting" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Yes, I'm sure" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Delete multiple objects" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" + +msgid "View" +msgstr "" + +msgid "Delete?" +msgstr "Delete?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " By %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Add" + +msgid "You don't have permission to view or edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "None available" + +msgid "Unknown content" +msgstr "Unknown content" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Forgotten your password or username?" + +msgid "Date/time" +msgstr "Date/time" + +msgid "User" +msgstr "User" + +msgid "Action" +msgstr "Action" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." + +msgid "Show all" +msgstr "Show all" + +msgid "Save" +msgstr "Save" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Search" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s result" +msgstr[1] "%(counter)s results" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Save as new" + +msgid "Save and add another" +msgstr "Save and add another" + +msgid "Save and continue editing" +msgstr "Save and continue editing" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Thanks for spending some quality time with the Web site today." + +msgid "Log in again" +msgstr "Log in again" + +msgid "Password change" +msgstr "Password change" + +msgid "Your password was changed." +msgstr "Your password was changed." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." + +msgid "Change my password" +msgstr "Change my password" + +msgid "Password reset" +msgstr "Password reset" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Your password has been set. You may go ahead and log in now." + +msgid "Password reset confirmation" +msgstr "Password reset confirmation" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." + +msgid "New password:" +msgstr "New password:" + +msgid "Confirm password:" +msgstr "Confirm password:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Please go to the following page and choose a new password:" + +msgid "Your username, in case you've forgotten:" +msgstr "Your username, in case you've forgotten:" + +msgid "Thanks for using our site!" +msgstr "Thanks for using our site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "The %(site_name)s team" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Reset my password" + +msgid "All dates" +msgstr "All dates" + +#, python-format +msgid "Select %s" +msgstr "Select %s" + +#, python-format +msgid "Select %s to change" +msgstr "Select %s to change" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Date:" + +msgid "Time:" +msgstr "Time:" + +msgid "Lookup" +msgstr "Lookup" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0967a3893dd597f760a560f9d6b02cdd63e4a267 GIT binary patch literal 3147 zcmeH{O>7)B6vqc>`B)%83oT!QN2Roh%1m|xN!m$+XhTxcHY7?mNQDFP?s#_{JoYl< z&1R21!3|XcAt5342uMhXJ14kt;|8iYA&%UUkl_D3lWc$}9Jry3_U&(MKR^H9v&TOj zJMv+G=jqaZ2S;JI@4z3P?wvs}1HJ>^4Sohb0Df7vzb^SL_#pbf11sPU;C%%Yv0!v8mwG%W+oI92rg3;hhip2T95^;jB1)s+ z;+9ZaG_<7AJeU`zDRnU4u{M__NRU(Mu%-QYE{&g{Rr76fmYRMF39Zph!jVO!D45?F z&tz)1q#uWCF?;B?sI-$=@Ty8=u&ffJ+8r0XX05?rKUni~OK^x_y@T$0N9BZ{>qycn z$C51)d$Nh>y6sUa20P+%n@Va7%JL}F=BX(u<3lv;HZ`QSeG(?&9z#u5U;5FhqAI6I zWEq?q()A^Lcy-segy}Mm_7%08@K8}%j{m5rD9pbpvWXZ3b(>n&9n=S1iIlNrj_b!+ zZX-wj;2iJ4X#gBhhrqn&*A}2Bm{JUQ%9l~(o^zO-2~?dsu_)Jnos|@0 z(ZSN-M0=&>n3-@-wkrzOdQ7S3idT@l9M$X%28%r#wr z8Z=+lz8NXgvM*tdY4=21hIJ{@m=;VMC$U3g8%E(iqpSEB6Pu3HSjV|;JTcMl_anzk zsFvK0nl_y%lH7qV<4s8O*5ykR0Cp(UFk9TwJNK+mkAv%+APguGF{)y=O$;Vc%2(F e^xPcP#%C)B-qQ!&?}vBz;T?W>hyP#i@IL_>&5wHk literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..03cf67991d4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po @@ -0,0 +1,218 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# jon_atkinson , 2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Available %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Type into this box to filter down the list of available %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Choose all" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click to choose all %s at once." + +msgid "Choose" +msgstr "Choose" + +msgid "Remove" +msgstr "Remove" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chosen %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +msgid "Remove all" +msgstr "Remove all" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click to remove all chosen %s at once." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s of %(cnt)s selected" +msgstr[1] "%(sel)s of %(cnt)s selected" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." + +msgid "" +"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." +msgstr "" +"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." + +msgid "" +"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." +msgstr "" +"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." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Now" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Choose a time" + +msgid "Midnight" +msgstr "Midnight" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Noon" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancel" + +msgid "Today" +msgstr "Today" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Yesterday" + +msgid "Tomorrow" +msgstr "Tomorrow" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Show" + +msgid "Hide" +msgstr "Hide" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b05f1212def73d1ebb6654d3f512ef9cf11546fe GIT binary patch literal 14194 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ddc5901fddd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po @@ -0,0 +1,728 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Batist D 🐍 , 2012-2013 +# Batist D 🐍 , 2013-2019 +# Claude Paroz , 2016 +# Dinu Gherman , 2011 +# kristjan , 2012 +# Matthieu Desplantes , 2021 +# Meiyer , 2022 +# Nikolay Korotkiy , 2017 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-05-25 07:05+0000\n" +"Last-Translator: Meiyer , 2022\n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Forigi elektitajn %(verbose_name_plural)sn" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sukcese forigis %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ne povas forigi %(name)s" + +msgid "Are you sure?" +msgstr "Ĉu vi certas?" + +msgid "Administration" +msgstr "Administrado" + +msgid "All" +msgstr "Ĉio" + +msgid "Yes" +msgstr "Jes" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nekonata" + +msgid "Any date" +msgstr "Ajna dato" + +msgid "Today" +msgstr "Hodiaŭ" + +msgid "Past 7 days" +msgstr "Lastaj 7 tagoj" + +msgid "This month" +msgstr "Ĉi tiu monato" + +msgid "This year" +msgstr "Ĉi tiu jaro" + +msgid "No date" +msgstr "Neniu dato" + +msgid "Has date" +msgstr "Havas daton" + +msgid "Empty" +msgstr "Malplena" + +msgid "Not empty" +msgstr "Ne malplena" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Bonvolu enigi la ĝustajn %(username)sn kaj pasvorton por personara konto. " +"Notu, ke ambaŭ kampoj povas esti uskleco-distingaj." + +msgid "Action:" +msgstr "Ago:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Aldoni alian %(verbose_name)sn" + +msgid "Remove" +msgstr "Forigi" + +msgid "Addition" +msgstr "Aldono" + +msgid "Change" +msgstr "Ŝanĝi" + +msgid "Deletion" +msgstr "Forviŝo" + +msgid "action time" +msgstr "aga tempo" + +msgid "user" +msgstr "uzanto" + +msgid "content type" +msgstr "enhava tipo" + +msgid "object id" +msgstr "objekta identigaĵo" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekta prezento" + +msgid "action flag" +msgstr "aga marko" + +msgid "change message" +msgstr "ŝanĝmesaĝo" + +msgid "log entry" +msgstr "protokolero" + +msgid "log entries" +msgstr "protokoleroj" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Aldono de “%(object)s”" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Ŝanĝo de “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Forigo de “%(object)s”" + +msgid "LogEntry Object" +msgstr "Protokolera objekto" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Aldonita(j) {name} “{object}”." + +msgid "Added." +msgstr "Aldonita." + +msgid "and" +msgstr "kaj" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Ŝanĝita(j) {fields} por {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Ŝanĝita(j) {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Forigita(j) {name} “{object}”." + +msgid "No fields changed." +msgstr "Neniu kampo ŝanĝita." + +msgid "None" +msgstr "Neniu" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "La {name} “{obj}” estis sukcese aldonita(j)." + +msgid "You may edit it again below." +msgstr "Eblas redakti ĝin sube." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Elementoj devas esti elektitaj por agi je ili. Neniu elemento estis ŝanĝita." + +msgid "No action selected." +msgstr "Neniu ago elektita." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "La %(name)s “%(obj)s” estis sukcese forigita(j)." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Aldoni %sn" + +#, python-format +msgid "Change %s" +msgstr "Ŝanĝi %s" + +#, python-format +msgid "View %s" +msgstr "Vidi %sn" + +msgid "Database error" +msgstr "Datumbaza eraro" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s estis sukcese ŝanĝita." +msgstr[1] "%(count)s %(name)s estis sukcese ŝanĝitaj." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s elektitaj" +msgstr[1] "Ĉiuj %(total_count)s elektitaj" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 el %(cnt)s elektita" + +#, python-format +msgid "Change history: %s" +msgstr "Ŝanĝa historio: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Forigi la %(class_name)s-n “%(instance)s” postulus forigi la sekvajn " +"protektitajn rilatajn objektojn: %(related_objects)s" + +msgid "Django site admin" +msgstr "Dĵanga reteja administrado" + +msgid "Django administration" +msgstr "Dĵanga administrado" + +msgid "Site administration" +msgstr "Reteja administrado" + +msgid "Log in" +msgstr "Ensaluti" + +#, python-format +msgid "%(app)s administration" +msgstr "Administrado de %(app)s" + +msgid "Page not found" +msgstr "Paĝo ne trovita" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Bedaŭrinde la petita paĝo ne estis trovita." + +msgid "Home" +msgstr "Ĉefpaĝo" + +msgid "Server error" +msgstr "Servila eraro" + +msgid "Server error (500)" +msgstr "Servila eraro (500)" + +msgid "Server Error (500)" +msgstr "Servila eraro (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Lanĉi la elektitan agon" + +msgid "Go" +msgstr "Ek" + +msgid "Click here to select the objects across all pages" +msgstr "Klaku ĉi-tie por elekti la objektojn trans ĉiuj paĝoj" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Elekti ĉiuj %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Viŝi elekton" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeloj en la aplikaĵo “%(name)s”" + +msgid "Add" +msgstr "Aldoni" + +msgid "View" +msgstr "Vidi" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Enigu salutnomon kaj pasvorton." + +msgid "Change password" +msgstr "Ŝanĝi pasvorton" + +msgid "Please correct the error below." +msgstr "Bonvolu ĝustigi la eraron sube." + +msgid "Please correct the errors below." +msgstr "Bonvolu ĝustigi la erarojn sube." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Enigu novan pasvorton por la uzanto %(username)s." + +msgid "Welcome," +msgstr "Bonvenon," + +msgid "View site" +msgstr "Vidi retejon" + +msgid "Documentation" +msgstr "Dokumentaro" + +msgid "Log out" +msgstr "Elsaluti" + +#, python-format +msgid "Add %(name)s" +msgstr "Aldoni %(name)sn" + +msgid "History" +msgstr "Historio" + +msgid "View on site" +msgstr "Vidi sur retejo" + +msgid "Filter" +msgstr "Filtri" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "Forigi el ordigado" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ordiga prioritato: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ŝalti ordigadon" + +msgid "Delete" +msgstr "Forigi" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Foriganti la %(object_name)s '%(escaped_object)s' rezultus en foriganti " +"rilatajn objektojn, sed via konto ne havas permeson por forigi la sekvantajn " +"tipojn de objektoj:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Forigi la %(object_name)s '%(escaped_object)s' postulus forigi la sekvajn " +"protektitajn rilatajn objektojn:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ĉu vi certas, ke vi volas forigi %(object_name)s \"%(escaped_object)s\"? " +"Ĉiuj el la sekvaj rilataj eroj estos forigitaj:" + +msgid "Objects" +msgstr "Objektoj" + +msgid "Yes, I’m sure" +msgstr "Jes, mi certas" + +msgid "No, take me back" +msgstr "Ne, reen" + +msgid "Delete multiple objects" +msgstr "Forigi plurajn objektojn" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Forigi la %(objects_name)s rezultus en forigi rilatajn objektojn, sed via " +"konto ne havas permeson por forigi la sekvajn tipojn de objektoj:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Forigi la %(objects_name)s postulus forigi la sekvajn protektitajn rilatajn " +"objektojn:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ĉu vi certas, ke vi volas forigi la elektitajn %(objects_name)s? Ĉiuj el la " +"sekvaj objektoj kaj iliaj rilataj eroj estos forigita:" + +msgid "Delete?" +msgstr "Forviŝi?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Laŭ %(filter_title)s " + +msgid "Summary" +msgstr "Resumo" + +msgid "Recent actions" +msgstr "Lastaj agoj" + +msgid "My actions" +msgstr "Miaj agoj" + +msgid "None available" +msgstr "Neniu disponebla" + +msgid "Unknown content" +msgstr "Nekonata enhavo" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Vi estas aŭtentikigita kiel %(username)s, sed ne havas permeson aliri tiun " +"paĝon. Ĉu vi ŝatus ensaluti per alia konto?" + +msgid "Forgotten your password or username?" +msgstr "Ĉu vi forgesis vian pasvorton aŭ vian salutnomon?" + +msgid "Toggle navigation" +msgstr "Ŝalti navigadon" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Dato/horo" + +msgid "User" +msgstr "Uzanto" + +msgid "Action" +msgstr "Ago" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Ĉi tiu objekto ne havas historion de ŝanĝoj. Ĝi verŝajne ne estis aldonita " +"per ĉi tiu administrejo." + +msgid "Show all" +msgstr "Montri ĉion" + +msgid "Save" +msgstr "Konservi" + +msgid "Popup closing…" +msgstr "Ŝprucfenesto fermiĝas…" + +msgid "Search" +msgstr "Serĉu" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resulto" +msgstr[1] "%(counter)s rezultoj" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s entute" + +msgid "Save as new" +msgstr "Konservi kiel novan" + +msgid "Save and add another" +msgstr "Konservi kaj aldoni alian" + +msgid "Save and continue editing" +msgstr "Konservi kaj daŭre redakti" + +msgid "Save and view" +msgstr "Konservi kaj vidi" + +msgid "Close" +msgstr "Fermi" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Redaktu elektitan %(model)sn" + +#, python-format +msgid "Add another %(model)s" +msgstr "Aldoni alian %(model)sn" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Forigi elektitan %(model)sn" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "Ensaluti denove" + +msgid "Password change" +msgstr "Pasvorta ŝanĝo" + +msgid "Your password was changed." +msgstr "Via pasvorto estis sukcese ŝanĝita." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Bonvolu entajpi vian malnovan pasvorton pro sekureco, kaj entajpi vian novan " +"pasvorton dufoje, por ke ni estu certaj, ke vi tajpis ĝin ĝuste." + +msgid "Change my password" +msgstr "Ŝanĝi mian passvorton" + +msgid "Password reset" +msgstr "Pasvorta rekomencigo" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Via pasvorto estis ŝanĝita. Vi povas ensaluti nun." + +msgid "Password reset confirmation" +msgstr "Konfirmo de restarigo de pasvorto" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Bonvolu entajpi vian novan pasvorton dufoje, tiel ni povas konfirmi ke vi " +"ĝuste tajpis ĝin." + +msgid "New password:" +msgstr "Nova pasvorto:" + +msgid "Confirm password:" +msgstr "Konfirmi pasvorton:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"La ligilo por restarigi pasvorton estis malvalida, eble ĉar ĝi jam estis " +"uzita. Bonvolu denove peti restarigon de pasvorto." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ni sendis al vi instrukciojn por starigi vian pasvorton, se ekzistas konto " +"kun la retadreso, kiun vi provizis. Vi devus ricevi ilin post mallonge." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se vi ne ricevas retmesaĝon, bonvole certiĝu ke vi entajpis la adreson per " +"kiu vi registriĝis, kaj kontrolu en via spamujo." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Vi ricevis ĉi tiun retpoŝton ĉar vi petis pasvortan rekomencigon por via " +"uzanta konto ĉe %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Bonvolu iri al la sekvanta paĝo kaj elekti novan pasvorton:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Via uzantnomo, se vi forgesis ĝin:" + +msgid "Thanks for using our site!" +msgstr "Dankon pro uzo de nia retejo!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "La %(site_name)s teamo" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Ĉu vi forgesis vian pasvorton? Entajpu vian retpoŝtadreson sube kaj ni " +"sendos al vi retpoŝte instrukciojn por ŝanĝi ĝin." + +msgid "Email address:" +msgstr "Retpoŝto:" + +msgid "Reset my password" +msgstr "Rekomencigi mian pasvorton" + +msgid "All dates" +msgstr "Ĉiuj datoj" + +#, python-format +msgid "Select %s" +msgstr "Elekti %sn" + +#, python-format +msgid "Select %s to change" +msgstr "Elekti %sn por ŝanĝi" + +#, python-format +msgid "Select %s to view" +msgstr "Elektu %sn por vidi" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Horo:" + +msgid "Lookup" +msgstr "Trarigardo" + +msgid "Currently:" +msgstr "Nuntempe:" + +msgid "Change:" +msgstr "Ŝanĝo:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..6e86ac2d4e4832f8698d2d77bb51915b2169ea3b GIT binary patch literal 4595 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 RpjK6^G8L+e-&cM9{tXoFz8U}k literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..db9991387ce --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po @@ -0,0 +1,268 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Batist D 🐍 , 2012 +# Batist D 🐍 , 2014-2016 +# 977db45bb2d7151f88325d4fbeca189e_848074d <3d1ba07956d05291bf7c987ecea0a7ef_13052>, 2011 +# Meiyer , 2022 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:26-0500\n" +"PO-Revision-Date: 2022-05-25 07:05+0000\n" +"Last-Translator: Meiyer , 2022\n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponeblaj %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Tio ĉi estas la listo de disponeblaj %s. Vi povas aktivigi kelkajn markante " +"ilin en la suba kesto kaj klakante la sagon “Elekti” inter la du kestoj." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Tajpu en ĉi-tiu skatolo por filtri la liston de haveblaj %s." + +msgid "Filter" +msgstr "Filtru" + +msgid "Choose all" +msgstr "Elekti ĉiujn" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klaku por tuj elekti ĉiujn %sn." + +msgid "Choose" +msgstr "Elekti" + +msgid "Remove" +msgstr "Forigi" + +#, javascript-format +msgid "Chosen %s" +msgstr "Elektitaj %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Tio ĉi estas la listo de elektitaj %s. Vi povas malaktivigi kelkajn markante " +"ilin en la suba kesto kaj klakante la sagon “Forigi” inter la du kestoj." + +msgid "Remove all" +msgstr "Forigi ĉiujn" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klaku por tuj forigi ĉiujn %sn elektitajn." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s elektita" +msgstr[1] "%(sel)s el %(cnt)s elektitaj" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Vi havas neŝirmitajn ŝanĝojn je unuopaj redakteblaj kampoj. Se vi faros " +"agon, viaj neŝirmitaj ŝanĝoj perdiĝos." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Nun" + +msgid "Midnight" +msgstr "Noktomeze" + +msgid "6 a.m." +msgstr "6 a.t.m." + +msgid "Noon" +msgstr "Tagmeze" + +msgid "6 p.m." +msgstr "6 p.t.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Noto: Vi estas %s horon post la servila horo." +msgstr[1] "Noto: Vi estas %s horojn post la servila horo." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Noto: Vi estas %s horon antaŭ la servila horo." +msgstr[1] "Noto: Vi estas %s horojn antaŭ la servila horo." + +msgid "Choose a Time" +msgstr "Elektu horon" + +msgid "Choose a time" +msgstr "Elektu tempon" + +msgid "Cancel" +msgstr "Nuligi" + +msgid "Today" +msgstr "Hodiaŭ" + +msgid "Choose a Date" +msgstr "Elektu daton" + +msgid "Yesterday" +msgstr "Hieraŭ" + +msgid "Tomorrow" +msgstr "Morgaŭ" + +msgid "January" +msgstr "januaro" + +msgid "February" +msgstr "februaro" + +msgid "March" +msgstr "marto" + +msgid "April" +msgstr "aprilo" + +msgid "May" +msgstr "majo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "aŭgusto" + +msgid "September" +msgstr "septembro" + +msgid "October" +msgstr "oktobro" + +msgid "November" +msgstr "novembro" + +msgid "December" +msgstr "decembro" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mar." + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "maj." + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jun." + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "jul." + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aŭg." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec." + +msgctxt "one letter Sunday" +msgid "S" +msgstr "d" + +msgctxt "one letter Monday" +msgid "M" +msgstr "l" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "m" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "m" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "ĵ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "v" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "s" + +msgid "" +"You have already submitted this form. Are you sure you want to submit it " +"again?" +msgstr "Vi jam forsendis tiun ĉi formularon. Ĉu vi certe volas resendi ĝin?" + +msgid "Show" +msgstr "Montri" + +msgid "Hide" +msgstr "Kaŝi" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1347422722e7bc1ba73147c2a9bf78b2a172065c GIT binary patch literal 19175 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, 2014 +# Alberto MH, 2025 +# Antoni Aloy , 2011-2014 +# Claude Paroz , 2014 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2015-2016 +# 8cb2d5a716c3c9a99b6d20472609a4d5_6d03802 , 2011 +# guillem , 2012 +# Gustavo Adolfo Huarcaya Delgado , 2025 +# Ignacio José Lizarán Rus , 2019 +# Igor Támara , 2013 +# Jannis Leidel , 2011 +# Jorge Andres Bravo Meza, 2024 +# Jorge Puente Sarrín , 2014-2015 +# José Luis , 2016 +# Josue Naaman Nistal Guerra , 2014 +# Luigy, 2019 +# Marc Garcia , 2011 +# Miguel Angel Tribaldos , 2017 +# Miguel Gonzalez , 2023 +# Natalia, 2024 +# Pablo, 2015 +# Salomon Herrera, 2023 +# Uriel Medina , 2020-2025 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Uriel Medina , 2020-2025\n" +"Language-Team: Spanish (http://app.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionado/s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminado/s %(count)d %(items)s satisfactoriamente." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos." + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "Sin fecha" + +msgid "Has date" +msgstr "Tiene fecha" + +msgid "Empty" +msgstr "Vacío" + +msgid "Not empty" +msgstr "No vacío" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduzca el %(username)s y la clave correctos para una cuenta de " +"personal. Observe que ambos campos pueden ser sensibles a mayúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar %(verbose_name)s adicional." + +msgid "Remove" +msgstr "Eliminar" + +msgid "Addition" +msgstr "Añadido" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Borrado" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id del objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr del objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Agregado “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Modificado “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Eliminado “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Objeto de registro de Log" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Agregado {name} “{object}”." + +msgid "Added." +msgstr "Añadido." + +msgid "and" +msgstr "y" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Cambios en {fields} para {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Modificado {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Eliminado {name} “{object}”." + +msgid "No fields changed." +msgstr "No ha cambiado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control\" o \"Comando\" en una Mac, para seleccionar " +"más de uno." + +msgid "Select this object for an action - {}" +msgstr "Seleccione este objeto para una acción - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "El {name} “{obj}” fue agregado correctamente." + +msgid "You may edit it again below." +msgstr "Puede volverlo a editar otra vez a continuación." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"El {name} “{obj}” se agregó correctamente. Puede agregar otro {name} a " +"continuación." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"El {name} “{obj}” se cambió correctamente. Puede editarlo nuevamente a " +"continuación." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"El {name} “{obj}” se cambió correctamente. Puede agregar otro {name} a " +"continuación." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "El {name} “{obj}” se cambió correctamente." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Se deben seleccionar elementos para poder realizar acciones sobre estos. No " +"se han modificado elementos." + +msgid "No action selected." +msgstr "No se seleccionó ninguna acción." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "El%(name)s “%(obj)s” fue eliminado con éxito." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s con el ID “%(key)s” no existe. ¿Quizás fue eliminado?" + +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "Vista %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s fué modificado con éxito." +msgstr[1] "%(count)s %(name)s fueron modificados con éxito." +msgstr[2] "%(count)s %(name)s fueron modificados con éxito." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado" +msgstr[1] "%(total_count)s seleccionados en total" +msgstr[2] "%(total_count)s seleccionados en total" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "seleccionados 0 de %(cnt)s" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificaciones: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s requeriría eliminar los " +"siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Sitio administrativo" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se pudo encontrar la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Hubo un error. Se ha informado a los administradores del sitio por correo " +"electrónico y debería solucionarse en breve. Gracias por su paciencia." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos los %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpiar selección" + +msgid "Breadcrumbs" +msgstr "Guía-rastro" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Model name" +msgstr "Nombre del modelo" + +msgid "Add link" +msgstr "Añadir vínculo" + +msgid "Change or view list link" +msgstr "Cambiar o ver el enlace de la lista" + +msgid "Add" +msgstr "Añadir" + +msgid "View" +msgstr "Vista" + +msgid "You don’t have permission to view or edit anything." +msgstr "No cuenta con permiso para ver ni editar nada." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Después de haber creado un usuario, podrá editar más opciones del mismo." + +msgid "Error:" +msgstr "Error:" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Set password" +msgstr "Establecer contraseña" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Por favor, corrija el siguiente error." +msgstr[1] "Por favor, corrija los siguientes errores." +msgstr[2] "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduzca una nueva contraseña para el usuario %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Esta acción habilitará la autenticación basada en " +"contraseña para este usuario." + +msgid "Disable password-based authentication" +msgstr "Deshabilitar la autenticación basada en contraseña" + +msgid "Enable password-based authentication" +msgstr "Habilitar la autenticación basada en contraseña" + +msgid "Skip to main content" +msgstr "Saltar al contenido principal" + +msgid "Welcome," +msgstr "Bienvenidos," + +msgid "View site" +msgstr "Ver el sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Cerrar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Añadir %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Hide counts" +msgstr "Ocultar recuentos" + +msgid "Show counts" +msgstr "Mostrar recuentos" + +msgid "Clear all filters" +msgstr "Borrar todos los filtros" + +msgid "Remove from sorting" +msgstr "Eliminar del ordenación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la ordenación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la ordenación" + +msgid "Toggle theme (current theme: auto)" +msgstr "Cambiar tema (tema actual: automático)" + +msgid "Toggle theme (current theme: light)" +msgstr "Cambiar tema (tema actual: claro)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Cambiar tema (tema actual: oscuro)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"La eliminación de %(object_name)s %(escaped_object)s requeriría eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere borrar los %(object_name)s " +"\"%(escaped_object)s\"? Se borrarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I’m sure" +msgstr "Si, estoy seguro" + +msgid "No, take me back" +msgstr "No, llévame atrás" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"La eliminación del %(objects_name)s seleccionado resultaría en el borrado de " +"objetos relacionados, pero su cuenta no tiene permisos para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"La eliminación de %(objects_name)s seleccionado requeriría el borrado de los " +"siguientes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? " +"Todos los siguientes objetos y sus elementos relacionados serán borrados:" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +msgid "Recent actions" +msgstr "Acciones recientes" + +msgid "My actions" +msgstr "Mis acciones" + +msgid "None available" +msgstr "Ninguno disponible" + +msgid "Added:" +msgstr "Agregado:" + +msgid "Changed:" +msgstr "Modificado:" + +msgid "Deleted:" +msgstr "Eliminado:" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Algo anda mal con la instalación de su base de datos. Asegúrese de que se " +"hayan creado las tablas de base de datos adecuadas y asegúrese de que el " +"usuario adecuado pueda leer la base de datos." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Se ha autenticado como %(username)s, pero no está autorizado a acceder a " +"esta página. ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your login credentials?" +msgstr "¿Olvidó sus credenciales de inicio de sesión?" + +msgid "Toggle navigation" +msgstr "Activar navegación" + +msgid "Sidebar" +msgstr "Barra lateral" + +msgid "Start typing to filter…" +msgstr "Empiece a escribir para filtrar…" + +msgid "Filter navigation items" +msgstr "Filtrar elementos de navegación" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrada" +msgstr[1] "entradas" +msgstr[2] "entradas" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Este objeto no tiene un historial de cambios. Probablemente no se agregó a " +"través de este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing…" +msgstr "Cerrando ventana emergente..." + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" +msgstr[2] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y añadir otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Save and view" +msgstr "Guardar y ver" + +msgid "Close" +msgstr "Cerrar" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionados" + +#, python-format +msgid "Add another %(model)s" +msgstr "Añadir otro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionada/o" + +#, python-format +msgid "View selected %(model)s" +msgstr "Ver seleccionado %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Gracias por pasar un buen rato con el sitio web hoy." + +msgid "Log in again" +msgstr "Iniciar sesión de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Ingrese su contraseña anterior, por razones de seguridad, y luego ingrese su " +"nueva contraseña dos veces para que podamos verificar que la ingresó " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Su contraseña ha sido establecida. Ahora puede continuar e iniciar sesión." + +msgid "Password reset confirmation" +msgstr "Confirmación de restablecimiento de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, introduzca su contraseña nueva dos veces para verificar que la ha " +"escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de restablecimiento de contraseña era inválido, seguramente porque " +"se haya usado antes. Por favor, solicite un nuevo restablecimiento de " +"contraseña." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Le enviamos instrucciones por correo electrónico para configurar su " +"contraseña, si existe una cuenta con el correo electrónico que ingresó. " +"Debería recibirlos en breve." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no recibe un correo electrónico, asegúrese de haber ingresado la " +"dirección con la que se registró y verifique su carpeta de correo no deseado." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ha recibido este correo electrónico porque ha solicitado restablecer la " +"contraseña para su cuenta en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña." + +msgid "In case you’ve forgotten, you are:" +msgstr "Por si lo ha olvidado, usted es:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"¿Olvidaste tu contraseña? Ingrese su dirección de correo electrónico a " +"continuación y le enviaremos las instrucciones para configurar una nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Restablecer mi contraseña" + +msgid "Select all objects on this page for an action" +msgstr "Seleccione todos los objetos de esta página para una acción" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s a modificar" + +#, python-format +msgid "Select %s to view" +msgstr "Seleccione %s para ver" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..3a2cffb738dbf251c1f3678581fcd17fc543b16a GIT binary patch literal 5831 zcmc(jUu+yl9mfYaN@HlDX@QhdG6{9!P~Z9NG);1e)3~vnKg}gk?1WU}fw|rB-6nf8 z%k1nW7lcF+f0{}>fE0-$(aJ&r1yrPfsGtOua-tv}@&HI6we$f638AWL1&9|U`2Kch z?Y)bYKYd~4na}*+-^}kfzx|zGTU|QO@YIn$iuA>IGS&oNFCoM8T6wn7T(cmPT}3%&)?dLfK~7=bk2 zx_Z~~bB<3qe#!Bi<5wNO=6K%mX~%ClE;?Rtyy*Cx<0Z!*gD@BNQ^%h<{@n3J$Cn&? zj=yr;h`IM8(cR@pBS>_<^pIVX?L3M^HoXUF7U@Bx{252#F(f)$y1x}9dZv+}g4BmT z0IowKJU}qh|wB8R_Fx86JscxGCm(fe(*(%A$w{=~?Mtzi)XQ z*O3jh;!0cI3F4p;N;Z5=cih)M;)Q{Cid)USPztk&J&D(RAhpXO(o4Fwrr{+ zf>2;pJ{+?>LU}S|dsGb1d1xow{vmyu9rmoIqc|$tx^pY~$|elz%Pk`^Ex1}y3v6mpn@?oc+>Im;6fDxV0+^LPL)N*FYL5H*v`XzL z3}Q=XE($hTVe_{%w;*qYeNy@=6X07gCXFxxzuG5)ZC)I)DfbiKB~c zg^5PP$WDbrX*|2!C7`c4yT>J#I33lAqzGPS> zl$LthTGK;qT2ZqC8qP08FdI*k&+;0hmfiCBbO5i}xlDjCO#I%BjrNwnzQfsj-*J-hBS)qNc zPMgKHWmWdI=4vc97Iest7=03-Nd|a9szM#haleqAD=%|devE_Q)4E*w=Ni#0b z>lz&du2HNtQ7t3eJc?`!7E#SaG-Y{Sigu09MM4E} zi;uLdjcQ|KB8n=OUJ)$FGql23CVP(1O&^o-*ruWS{`$=FF2^g?p*^r$sURjiZH-%b z#*Rgy2-FVpDJGV7^4R=rdE4?hde?$9u zS5aDxCpYilS#eVF$w@xWAK_Jwe!gxJg$)}}8s_74bk!;isA9l422AW2S_+xqk^90a z4@wZeF7~fDAikLq@bHlr^nTkr46LTmNC9{Nbn z0K;){P@WFF0ItKxG;)(hr-2)AJdg%Q$z~Ka!fyqXE97uWXDRO@!+jA-do9ThBB+bg z2JQEr6BLvQTq}Iveb}89JUs^zHs-jx+?TL_D?uI#PVLl`Mqm)kq*2|{0-gWcMba1()MJiC7dLGYUav8$KOZKDND! z2rpv~Kix2C$pdWMZ#L2zVba95=}I`)uyHSbLHWXLtXxmNQ6AyGazO%Rg5nc}X?O>D zolM3!eL+^eR?vN-Dbi?^MooFpBm_y7ku7B^d|D#d=q>V&4(VqYREO_$LgSz(cT)I? z5J&_S`77fjPk&A@U-TFe9hwNkM?Z>`^z^+9+r0QlUVqX3-3i9iIF`rSRh#+ ynHy9s*;K=@DOe, 2011-2012 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2015-2016 +# Gustavo Adolfo Huarcaya Delgado , 2025 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011 +# Uriel Medina , 2020-2023,2025 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Uriel Medina , 2020-2023,2025\n" +"Language-Team: Spanish (http://app.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Disponibles" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Elija %s seleccionándolos y luego use el botón \"Elegir\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles" + +msgid "Filter" +msgstr "Filtro" + +#, javascript-format +msgid "Choose all %s" +msgstr "Seleccionar todos %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Elegir %s seleccionados" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Eliminar %s seleccionados" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s elegidos" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "Eliminar %s seleccionándolos y luego use el botón \"Eliminar\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s seleccionados." + +msgid "(click to clear)" +msgstr "(click para limpiar)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Eliminar todos %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opción seleccionada no visible" +msgstr[1] "%s opciones seleccionadas no visibles" +msgstr[2] "%s opciones seleccionadas no visibles" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" +msgstr[2] "%(sel)s de %(cnt)s seleccionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene cambios sin guardar en campos editables individuales. Si ejecuta una " +"acción, los cambios no guardados se perderán." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción, pero aún no ha guardado los cambios en los " +"campos individuales. Haga clic en Aceptar para guardar. Deberá volver a " +"ejecutar la acción." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción y no ha realizado ningún cambio en campos " +"individuales. Probablemente esté buscando el botón 'Ir' en lugar del botón " +"'Guardar'." + +msgid "Now" +msgstr "Ahora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Usted esta a %s horas por delante de la hora del servidor." +msgstr[1] "Nota: Usted va %s horas por delante de la hora del servidor." +msgstr[2] "Nota: Usted va %s horas por delante de la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Usted esta a %s hora de retraso de tiempo de servidor." +msgstr[1] "Nota: Usted va %s horas por detrás de la hora del servidor." +msgstr[2] "Nota: Usted va %s horas por detrás de la hora del servidor." + +msgid "Choose a Time" +msgstr "Elija una Hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Elija una Fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Ene" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Abr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Oct" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dic" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Dom" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Lun" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Mar" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Mie" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Jue" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Vie" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sáb" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..026a84c5c90dfac5fcd84a1fee6710e8c8560a69 GIT binary patch literal 19306 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, 2011 +# Leonardo José Guzmán , 2013 +# Natalia, 2023 +# Natalia, 2023 +# Ramiro Morales, 2013-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Ramiro Morales, 2013-2025\n" +"Language-Team: Spanish (Argentina) (http://app.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionados/as" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Se eliminaron con éxito %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todos/as" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "Sin fecha" + +msgid "Has date" +msgstr "Tiene fecha" + +msgid "Empty" +msgstr "Vacío/a" + +msgid "Not empty" +msgstr "No vacío/a" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduza %(username)s y contraseña correctos de una cuenta de " +"staff. Note que puede que ambos campos sean estrictos en relación a " +"diferencias entre mayúsculas y minúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar otro/a %(verbose_name)s" + +msgid "Remove" +msgstr "Eliminar" + +msgid "Addition" +msgstr "Agregado" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Borrado" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id de objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr de objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Se agrega \"%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Se modifica \"%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Se elimina \"%(object)s”." + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Se agrega {name} \"{object}”." + +msgid "Added." +msgstr "Agregado." + +msgid "and" +msgstr "y" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Se modifican {fields} en {name} \"{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Modificación de {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Se elimina {name} \"{object}”." + +msgid "No fields changed." +msgstr "No ha modificado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Mantenga presionada \"Control” (\"Command” en una Mac) para seleccionar más " +"de uno." + +msgid "Select this object for an action - {}" +msgstr "Seleccione este objeto para una acción - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Se agregó con éxito {name} \"{obj}”." + +msgid "You may edit it again below." +msgstr "Puede modificarlo/a nuevamente mas abajo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Se agregó con éxito {name} \"{obj}”. Puede agregar otro/a {name} abajo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Se modificó con éxito {name} \"{obj}”. Puede modificarlo/a nuevamente abajo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Se modificó con éxito {name} \"{obj}”. Puede agregar otro {name} abajo." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Se modificó con éxito {name} \"{obj}”." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Deben existir ítems seleccionados para poder realizar acciones sobre los " +"mismos. No se modificó ningún ítem." + +msgid "No action selected." +msgstr "No se ha seleccionado ninguna acción." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Se eliminó con éxito %(name)s \"%(obj)s”." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "No existe %(name)s con ID \"%(key)s”. ¿Quizá fue eliminado/a?" + +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "Ver %s" + +msgid "Database error" +msgstr "Error de base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Se ha modificado con éxito %(count)s %(name)s." +msgstr[1] "Se han modificado con éxito %(count)s %(name)s." +msgstr[2] "Se han modificado con éxito %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionados/as" +msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as" +msgstr[2] "Todos/as (%(total_count)s en total) han sido seleccionados/as" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionados/as" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Change history: %s" +msgstr "Historia de modificaciones: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s provocaría la eliminación de " +"los siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administración de sitio Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Administración de sitio" + +msgid "Log in" +msgstr "Identificarse" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s" + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Lo lamentamos, no se encontró la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha ocurrido un error. Se ha reportado el mismo a los administradores del " +"sitio vía email y debería ser solucionado en breve. Le agradecemos por su " +"paciencia." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ejecutar" + +msgid "Click here to select the objects across all pages" +msgstr "Haga click aquí para seleccionar los objetos de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar lo(s)/a(s) %(total_count)s %(module_name)s existentes" + +msgid "Clear selection" +msgstr "Borrar selección" + +msgid "Breadcrumbs" +msgstr "Breadcrumbs" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Model name" +msgstr "Nombre del modelo" + +msgid "Add link" +msgstr "Agregar link" + +msgid "Change or view list link" +msgstr "Cambiar o ver enlace de lista" + +msgid "Add" +msgstr "Agregar" + +msgid "View" +msgstr "Ver" + +msgid "You don’t have permission to view or edit anything." +msgstr "No tiene permiso para ver o modificar nada." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Después de crear un usuario podrá configurar más opciones del mismo." + +msgid "Error:" +msgstr "Error:" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Set password" +msgstr "Establecer contraseña" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Por favor, corrija el siguiente error." +msgstr[1] "Por favor, corrija los siguientes errores." +msgstr[2] "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduzca una nueva contraseña para el usuario %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Esta acción activará la autenticación basada en contraseñas " +"para este usuario." + +msgid "Disable password-based authentication" +msgstr "Desactivar la autenticación basada en contraseñas" + +msgid "Enable password-based authentication" +msgstr "Activar la autenticación basada en contraseñas" + +msgid "Skip to main content" +msgstr "Ir al contenido principal" + +msgid "Welcome," +msgstr "Bienvenido/a," + +msgid "View site" +msgstr "Ver sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Cerrar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Agregar %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Hide counts" +msgstr "Ocultar recuentos" + +msgid "Show counts" +msgstr "Mostrar recuentos" + +msgid "Clear all filters" +msgstr "Limpiar todos los filtros" + +msgid "Remove from sorting" +msgstr "Remover de ordenamiento" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de ordenamiento: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternar ordenamiento" + +msgid "Toggle theme (current theme: auto)" +msgstr "Cambiar tema (tema actual: automático)" + +msgid "Toggle theme (current theme: light)" +msgstr "Cambiar tema (tema actual: claro)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Cambiar tema (tema actual: oscuro)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para eliminar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar los %(object_name)s '%(escaped_object)s' requeriría eliminar " +"también los siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que desea eliminar los %(object_name)s " +"\"%(escaped_object)s\"? Se eliminarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objectos" + +msgid "Yes, I’m sure" +msgstr "Si, estoy seguro" + +msgid "No, take me back" +msgstr "No, volver" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Eliminar el/los objetos %(objects_name)s seleccionados provocaría la " +"eliminación de objetos relacionados a los mismos, pero su cuenta de usuario " +"no tiene los permisos necesarios para eliminar los siguientes tipos de " +"objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar el/los objetos %(objects_name)s seleccionados requeriría eliminar " +"también los siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está seguro de que desea eliminar el/los objetos %(objects_name)s?. Todos " +"los siguientes objetos e ítems relacionados a los mismos también serán " +"eliminados:" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +msgid "Recent actions" +msgstr "Acciones recientes" + +msgid "My actions" +msgstr "Mis acciones" + +msgid "None available" +msgstr "Ninguna disponible" + +msgid "Added:" +msgstr "Agregado:" + +msgid "Changed:" +msgstr "Cambiado:" + +msgid "Deleted:" +msgstr "Eliminado:" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hay algún problema con su instalación de base de datos. Asegúrese de que las " +"tablas de la misma hayan sido creadas, y asegúrese de que el usuario " +"apropiado tenga permisos de lectura en la base de datos." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ud. se halla autenticado como %(username)s, pero no está autorizado a " +"acceder a esta página ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your login credentials?" +msgstr "¿Olvidó sus credenciales de ingreso?" + +msgid "Toggle navigation" +msgstr "Alternar navegación" + +msgid "Sidebar" +msgstr "Barra lateral" + +msgid "Start typing to filter…" +msgstr "Empiece a escribir para filtrar…" + +msgid "Filter navigation items" +msgstr "Filtrar elementos de navegación" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrada" +msgstr[1] "entradas" +msgstr[2] "entradas" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Este objeto no tiene historia de modificaciones. Probablemente no fue " +"añadido usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todos" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing…" +msgstr "Cerrando ventana emergente…" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" +msgstr[2] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "total: %(full_result_count)s" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y agregar otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Save and view" +msgstr "Guardar y ver" + +msgid "Close" +msgstr "Cerrar" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modificar %(model)s seleccionados/as" + +#, python-format +msgid "Add another %(model)s" +msgstr "Agregar otro/a %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionados/as" + +#, python-format +msgid "View selected %(model)s" +msgstr "Ver %(model)s seleccionado/a" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Gracias por el tiempo que ha dedicado al sitio web hoy." + +msgid "Log in again" +msgstr "Identificarse de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, por razones de seguridad, introduzca primero su contraseña " +"antigua y luego introduzca la nueva contraseña dos veces para verificar que " +"la ha escrito correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Recuperar contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Su contraseña ha sido cambiada. Ahora puede continuar e ingresar." + +msgid "Password reset confirmation" +msgstr "Confirmación de reincialización de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor introduzca su nueva contraseña dos veces de manera que podamos " +"verificar que la ha escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de reinicialización de contraseña es inválido, posiblemente debido " +"a que ya ha sido usado. Por favor solicite una nueva reinicialización de " +"contraseña." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Se le han enviado instrucciones sobre cómo establecer su contraseña. Si la " +"dirección de email que proveyó existe, debería recibir las mismas pronto." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no ha recibido un email, por favor asegúrese de que ha introducido la " +"dirección de correo con la que se había registrado y verifique su carpeta de " +"Correo no deseado." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Le enviamos este email porque Ud. ha solicitado que se reestablezca la " +"contraseña para su cuenta de usuario en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Por favor visite la página que se muestra a continuación y elija una nueva " +"contraseña:" + +msgid "In case you’ve forgotten, you are:" +msgstr "En el caso de que lo haya olvidado Ud. es:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"¿Olvidó su contraseña? Introduzca su dirección de email abajo y le " +"enviaremos instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Dirección de email:" + +msgid "Reset my password" +msgstr "Recuperar mi contraseña" + +msgid "Select all objects on this page for an action" +msgstr "Seleccione todos los objetos de esta página para una acción" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s a modificar" + +#, python-format +msgid "Select %s to view" +msgstr "Seleccione %s que desea ver" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..904d630aed761108bd24657c48fe2762c9ae5be4 GIT binary patch literal 6131 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 CS&X#+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..5c55be4863a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po @@ -0,0 +1,329 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Ramiro Morales, 2014-2016,2020-2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Ramiro Morales, 2014-2016,2020-2023,2025\n" +"Language-Team: Spanish (Argentina) (http://app.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibles" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Elija %s seleccionándolos/as y luego use el botón flecha \"Elegir\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en esta caja para filtrar la lista de %s disponibles." + +msgid "Filter" +msgstr "Filtro" + +#, javascript-format +msgid "Choose all %s" +msgstr "Elegir todo/as los/as %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Elegir %s seleccionados/as" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Eliminar %s seleccionados/as" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s seleccionados/as" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Eliminar %s seleccionándolos/as y luego use el botón flecha \"Eliminar\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s seleccionados/as." + +msgid "(click to clear)" +msgstr "(click para limpiar)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Eliminar todo/as los/as %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opción seleccionada no visible" +msgstr[1] "%s opciones seleccionadas no visibles" +msgstr[2] "%s opciones seleccionadas no visibles" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado/a" +msgstr[1] "%(sel)s de %(cnt)s seleccionados/as" +msgstr[2] "%(sel)s de %(cnt)s seleccionados/as" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene modificaciones sin guardar en campos modificables individuales. Si " +"ejecuta una acción las mismas se perderán." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción pero todavía no ha grabado sus cambios en campos " +"individuales. Por favor haga click en Ok para grabarlos. Luego necesitará re-" +"ejecutar la acción." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción y no ha realizado ninguna modificación de campos " +"individuales. Es probable que deba usar el botón 'Ir' y no el botón " +"'Grabar'." + +msgid "Now" +msgstr "Ahora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 AM" + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 PM" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Nota: Ud. se encuentra en una zona horaria que está %s hora adelantada " +"respecto a la del servidor." +msgstr[1] "" +"Nota: Ud. se encuentra en una zona horaria que está %s horas adelantada " +"respecto a la del servidor." +msgstr[2] "" +"Nota: Ud. se encuentra en una zona horaria que está %s horas adelantada " +"respecto a la del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Nota: Ud. se encuentra en una zona horaria que está %s hora atrasada " +"respecto a la del servidor." +msgstr[1] "" +"Nota: Ud. se encuentra en una zona horaria que está %s horas atrasada " +"respecto a la del servidor." +msgstr[2] "" +"Nota: Ud. se encuentra en una zona horaria que está %s horas atrasada " +"respecto a la del servidor." + +msgid "Choose a Time" +msgstr "Seleccione una Hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Seleccione una Fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "enero" + +msgid "February" +msgstr "febrero" + +msgid "March" +msgstr "marzo" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "mayo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "agosto" + +msgid "September" +msgstr "setiembre" + +msgid "October" +msgstr "octubre" + +msgid "November" +msgstr "noviembre" + +msgid "December" +msgstr "diciembre" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Ene" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Abr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Set" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Oct" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dic" + +msgid "Sunday" +msgstr "domingo" + +msgid "Monday" +msgstr "lunes" + +msgid "Tuesday" +msgstr "martes" + +msgid "Wednesday" +msgstr "miércoles" + +msgid "Thursday" +msgstr "jueves" + +msgid "Friday" +msgstr "viernes" + +msgid "Saturday" +msgstr "sábado" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "dom" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "lun" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "mar" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "mié" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "jue" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "vie" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "sáb" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f806074309e28c3c5941ca8f446be4a56f18652e GIT binary patch literal 15156 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, 2014 +# Axel Díaz , 2015 +# Claude Paroz , 2014 +# Ernesto Avilés Vázquez , 2015 +# franchukelly , 2011 +# guillem , 2012 +# Igor Támara , 2013 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Marc Garcia , 2011 +# Pablo, 2015 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 19:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminado/s %(count)d %(items)s satisfactoriamente." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionado/s" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor ingrese el %(username)s y la clave correctos para obtener cuenta " +"de personal. Observe que ambos campos pueden ser sensibles a mayúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar %(verbose_name)s adicional." + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id del objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr del objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Añadidos \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cambiados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminado/a \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto de registro de Log" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Añadido." + +msgid "and" +msgstr "y" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No ha cambiado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control\" o \"Command\" en un Mac, para seleccionar " +"más de una opción." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Se deben seleccionar elementos para poder realizar acciones sobre estos. No " +"se han modificado elementos." + +msgid "No action selected." +msgstr "No se seleccionó ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s fué modificado con éxito." +msgstr[1] "%(count)s %(name)s fueron modificados con éxito." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado" +msgstr[1] "%(total_count)s seleccionados en total" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "seleccionados 0 de %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s requeriría eliminar los " +"siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Sitio administrativo" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha habido un error. Ha sido comunicado al administrador del sitio por correo " +"electrónico y debería solucionarse a la mayor brevedad. Gracias por su " +"paciencia y comprensión." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos los %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpiar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá editar " +"el resto de opciones del usuario." + +msgid "Enter a username and password." +msgstr "Ingrese un nombre de usuario y contraseña" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija los siguientes errores." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Ingrese una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido/a," + +msgid "View site" +msgstr "Ver el sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Terminar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Añadir %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Elimina de la ordenación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la ordenación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la ordenación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"La eliminación de %(object_name)s %(escaped_object)s requeriría eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s" +"\"? Se borrarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I'm sure" +msgstr "Sí, estoy seguro" + +msgid "No, take me back" +msgstr "No, llévame atrás" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"La eliminación del %(objects_name)s seleccionado resultaría en el borrado de " +"objetos relacionados, pero su cuenta no tiene permisos para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"La eliminación de %(objects_name)s seleccionado requeriría el borrado de los " +"siguientes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? " +"Todos los siguientes objetos y sus elementos relacionados serán borrados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Añadir" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ninguno disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Algo va mal con la instalación de la base de datos. Asegúrese de que las " +"tablas necesarias han sido creadas, y de que la base de datos puede ser " +"leída por el usuario apropiado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Se ha autenticado como %(username)s, pero no está autorizado a acceder a " +"esta página. ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado la contraseña o el nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene histórico de cambios. Probablemente no fue añadido " +"usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Save" +msgstr "Grabar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Añadir otro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionada/o" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Grabar como nuevo" + +msgid "Save and add another" +msgstr "Grabar y añadir otro" + +msgid "Save and continue editing" +msgstr "Grabar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web." + +msgid "Log in again" +msgstr "Iniciar sesión de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, ingrese su contraseña antigua, por seguridad, y después " +"introduzca la nueva contraseña dos veces para verificar que la ha escrito " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar " +"sesión." + +msgid "Password reset confirmation" +msgstr "Confirmación de restablecimiento de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, ingrese su contraseña nueva dos veces para verificar que la ha " +"escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de restablecimiento de contraseña era inválido, seguramente porque " +"se haya usado antes. Por favor, solicite un nuevo restablecimiento de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Le hemos enviado por email las instrucciones para restablecer la contraseña, " +"si es que existe una cuenta con la dirección electrónica que indicó. Debería " +"recibirlas en breve." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no recibe un correo, por favor asegúrese de que ha introducido la " +"dirección de correo con la que se registró y verifique su carpeta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ha recibido este correo electrónico porque ha solicitado restablecer la " +"contraseña para su cuenta en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña." + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Ha olvidado su clave? Ingrese su dirección de correo electrónico a " +"continuación y le enviaremos las instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Restablecer mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Escoja %s" + +#, python-format +msgid "Select %s to change" +msgstr "Escoja %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..3d428a045b0f62ef970e57827873c5afbee80bb1 GIT binary patch literal 3895 zcmb_eTZMvvro;|# z4*dam3Gij$oxoRscLP5Jvj3C7^MOAAF9!ZpwtodagZ7`mCa?h`Jc>7gJnkJJ`~Lul zpZExWuLC~?z6xBqKnVQAkN9K1zW{dw{{S+dZE*57unOdH-vS4~=PnZBI5as4+>7>6 z81sBzl=wC93belgvfm%d{$GGsqWxR>{;v`*1j(z=e?9P0;N8F_;1X~FsDSMMH6Z(Y z3y7b1AAfKmP5@s5ehwT1?}HOw*T+D%{|v}{z5;@>_zrj+_&x9h@FfI|b=!d;@%t+9 zA>b|`>ox?w3w#myKJaEZI|lp`2pPm3xCuAUaWigC6OQ9exUa{}9Qooo_<|d8LwqXu zm5(uZKq+24FJCtnAg%`TnplU~>vlA*!+i~I*5nr4oU^d-6#qKzLdJ^e3**g%8 zWIJeU7NUOR(!ksks4r9Gso^+C(^c4e1`JX?)M+j=%&oH2M{VvwMh={9VP}mgvo?y~ zu}DX#{1`;eL%?7s(dJG}%5T<~N%5|7W@<2^S!y05Q|@sa-SfBRJHO{b};FavpK1Q+fpQ+quJPU|mR7eOIT+BYD>+OcS_tqDecGQ+?H5ev`)ljp~sok!m_CT^!quRao+TxBHuDJu! zhotGG@tF+P)#-6*3{viZ!l9JWgJ6T^!&z)rwCUJ~FvfIq*;PqX$$p*I1`;Mcns3<5 z_FGzRr}AtUEkNq3}VyoS=vp-9B@s7SMg3FrBv z+7GPJC{B~oB%N5!R97?TBa(6>siUySnRd^*e>B&)Fh(Xw>(qJy@909_;CV%MW!wui zkWLl{LA1rjWMfW5E-zRa&o@-ZFyz?G2$ku+Hu5y{4gXxhoE6KyZB442SjFa$#Hk3W`EpfLu7&S^ zVY_0-VpXnxA`Lc-Z#&(B$cEDowIP?Ov&D|!nu;i#L4C1zjKp4<-8@i{cZ, 2015 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-20 03:01+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Disponibles" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Esta es la lista de %s disponibles. Puede elegir algunos seleccionándolos en " +"la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre " +"las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles" + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Selecciona todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Haga clic para seleccionar todos los %s de una vez" + +msgid "Choose" +msgstr "Elegir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s elegidos" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Esta es la lista de los %s elegidos. Puede eliminar algunos seleccionándolos " +"en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay " +"entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Haz clic para eliminar todos los %s elegidos" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene cambios sin guardar en campos editables individuales. Si ejecuta una " +"acción, los cambios no guardados se perderán." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción, pero no ha guardado los cambios en los campos " +"individuales todavía. Pulse OK para guardar. Tendrá que volver a ejecutar la " +"acción." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción y no ha hecho ningún cambio en campos " +"individuales. Probablemente esté buscando el botón Ejecutar en lugar del " +"botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Usted esta a %s horas por delante de la hora del servidor." +msgstr[1] "Nota: Usted va %s horas por delante de la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Usted esta a %s hora de retraso de tiempo de servidor." +msgstr[1] "Nota: Usted va %s horas por detrás de la hora del servidor." + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "Elija una hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Elija una fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8b88505d9e18577c7cddcb0ba4508ee383f84a85 GIT binary patch literal 11517 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, 2015 +# Gustavo Jimenez , 2020 +# Jesús Bautista , 2020 +# José Rosso, 2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: José Rosso\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionados/as" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Se eliminaron con éxito %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s " + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todos/as" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "Sin fecha" + +msgid "Has date" +msgstr "Tiene fecha" + +msgid "Empty" +msgstr "Vacío" + +msgid "Not empty" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduza %(username)s y contraseña correctos de una cuenta de " +"staff. Note que puede que ambos campos sean estrictos en relación a " +"diferencias entre mayúsculas y minúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar otro/a %(verbose_name)s" + +msgid "Remove" +msgstr "Eliminar" + +msgid "Addition" +msgstr "Adición" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Eliminación" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id de objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr de objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +msgid "LogEntry Object" +msgstr "Objeto de registro de Log" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "Agregado." + +msgid "and" +msgstr "y" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "No ha modificado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "El {name} \"{obj}\" se agregó correctamente." + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Deben existir items seleccionados para poder realizar acciones sobre los " +"mismos. No se modificó ningún item." + +msgid "No action selected." +msgstr "No se ha seleccionado ninguna acción." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Se ha modificado con éxito %(count)s %(name)s." +msgstr[1] "Se han modificado con éxito %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionados/as" +msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionados/as" + +#, python-format +msgid "Change history: %s" +msgstr "Historia de modificaciones: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s provocaría la eliminación de " +"los siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Administración del sitio" + +msgid "Log in" +msgstr "Identificarse" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ejecutar" + +msgid "Click here to select the objects across all pages" +msgstr "Haga click aquí para seleccionar los objetos de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar lo(s)/a(s) %(total_count)s de %(module_name)s" + +msgid "Clear selection" +msgstr "Borrar selección" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Agregar" + +msgid "View" +msgstr "Vista" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Introduzca un nombre de usuario y una contraseña." + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduzca una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido," + +msgid "View site" +msgstr "Ver sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Cerrar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Agregar %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "Elimina de la clasificación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la clasificación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la clasificación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para eliminar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Para eliminar %(object_name)s '%(escaped_object)s' requiere eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere eliminar los %(object_name)s \"%(escaped_object)s" +"\"? Se eliminarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Para eliminar %(objects_name)s requiere eliminar los objetos relacionado, " +"pero tu cuenta no tiene permisos para eliminar los siguientes tipos de " +"objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar el seleccionado %(objects_name)s requiere eliminar los siguientes " +"objetos relacionados protegidas:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está seguro que desea eliminar el seleccionado %(objects_name)s ? Todos los " +"objetos siguientes y sus elementos asociados serán eliminados:" + +msgid "Delete?" +msgstr "Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Por %(filter_title)s" + +msgid "Summary" +msgstr "Resúmen" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "Mis acciones" + +msgid "None available" +msgstr "Ninguna disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado su contraseña o nombre de usuario?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Mostrar todos/as" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s results" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "total: %(full_result_count)s" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y agregar otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "Cerrar" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "Identificarse de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Recuperar contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Se le ha enviado su contraseña. Ahora puede continuar e ingresar." + +msgid "Password reset confirmation" +msgstr "Confirmación de reincialización de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor introduzca su nueva contraseña dos veces de manera que podamos " +"verificar que la ha escrito correctamente." + +msgid "New password:" +msgstr "Nueva contraseña:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de reinicialización de contraseña es inválido, posiblemente debido " +"a que ya ha sido usado. Por favor solicite una nueva reinicialización de " +"contraseña." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Usted está recibiendo este correo electrónico porque ha solicitado un " +"restablecimiento de contraseña para la cuenta de usuario en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Por favor visite la página que se muestra a continuación y elija una nueva " +"contraseña:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Recuperar mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s a modificar" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Modificar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..fbd765aecdb53e931c6ce6062543138b4a3208f5 GIT binary patch literal 3380 zcmb_eOK)5?6gF=N@Ap%}R4Ppb_vQh#FeRuVO&`ECp&1acL1*su%sAY!r?zjV(-o{> zTM2}OgaiwO5FmkA(@og1fGtvmSRlj(egP7E$8#q$38gIHD!$)b`}p`f-#NDP<1LrJ zBkdsWPMXFDdP&Vri3fLCr$RyWhGu+%r^Vk0j?{)KsCbV8g42zLl7+e0o7r+X0UmRdW1CMnhr#jgif1 zAR4x7nYU;RdI}*UWr6kMsPVfM6CiWjA4YURJ;lq)BTej%mF*A`Ix01YCMgTrnunu) zgUZ0{3rInZ%p1-FnYKcy8ZgN9rp`+$u(m34AGO)%l%Y!ShGXf)sliB2QuCOZbC2652Q~giP7YK^~2Ef$alA=z6OORwu1E`6>H9J z;0#EP=gEu8dE})g^9{&vr%tM#bs?$yw$78M%eGG%wkD_6RvXE(Q^Yw;4pUGyxiB}s zKbdWtr=g5bo;mG)c zf^{|d3>kxxdro1S7xGE4!RMhOex};A>{FOy+9kDB(ooc`$@Lz=q$8*6>a@=6jGXR- z(5ubP_WS)buxs5?r_;=KXNSR!ps4)JD*tNzrP-OO`tkb8Sc&;`Zfe<@pbQvdL)2tY zr^9ToAZ-qEB{;9b;tP!<$>U=?UaqBFvSKou<5Z~0$D2BAQ?ALl*3?>2Ix3PQ)^&YN znqK_$iwg(k@aN*Rkq<1&`I&=L+vhX($Bwf*gSM30S^75%KTBRzC;4IRd)DY3M>#pM z&X+-S=)_8)H%OL-WXC$1975gZ)(f27aYt7Kyf{o%z4yq`#29uTPvC0f10Mmf*G+XM z-8DrOx~mQCvfr`Dj@f(_I4f4OvIt;b$Ce;tvkoo>{IvPj=OmUQ`{zq+mKf8-0-}!c zciim*AtSP&csUR+G9tSz6i%HNaHQq3S1OD{skU~wVcMlZT-zkKJ~X-I$vE#(xmiiM zv+R(Xv|;4{M`5NFY$~l_hGkpOy+d-(L<07}L%CM1R=EOka62N20vCw!eC2|L8+Dwz;oEDaQH{K=Yv zeq2O^YTf$E$ex18#zI`2s8r}P*b&lT2u5Yf>wuc|Ac@J*e@;14j)-uK+Q4pCaD?|K^R;B;}EPtp)$W6q5e})Yq$?vw260z+N13We;4V1Ck&CKIJB%I0|@`TbO`Z#ZP%f7Bh3++f~3|jjx PV#hU#^yUhjOe+2Y?Wgqt literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..76af2f30e01 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po @@ -0,0 +1,219 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abraham Estrada, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponible %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Esta es la lista de los %s disponibles. Usted puede elegir algunos " +"seleccionándolos en el cuadro de abajo y haciendo click en la flecha " +"\"Seleccionar\" entre las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en esta casilla para filtrar la lista de %s disponibles." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Seleccionar todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Da click para seleccionar todos los %s de una vez." + +msgid "Choose" +msgstr "Seleccionar" + +msgid "Remove" +msgstr "Quitar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s seleccionados" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Esta es la lista de los %s elegidos. Usted puede eliminar algunos " +"seleccionándolos en el cuadro de abajo y haciendo click en la flecha " +"\"Eliminar\" entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Da click para eliminar todos los %s seleccionados de una vez." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado/a" +msgstr[1] "%(sel)s de %(cnt)s seleccionados/as" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene modificaciones sin guardar en campos modificables individuales. Si " +"ejecuta una acción las mismas se perderán." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción, pero todavía no ha grabado las modificaciones " +"que ha realizado en campos individuales. Por favor haga click en Aceptar " +"para grabarlas. Necesitará ejecutar la acción nuevamente." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción pero no ha realizado ninguna modificación en " +"campos individuales. Es probable que lo que necesite usar en realidad sea el " +"botón Ejecutar y no el botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Ocultar" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ab04e3f34e64fd576de9bdaf0cf1c72dedd1305e GIT binary patch literal 16837 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 Cqxp0I literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c9e1509bdff --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,698 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Eduardo , 2017 +# Hotellook, 2014 +# Leonardo J. Caballero G. , 2016 +# Yoel Acevedo, 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 19:11+0000\n" +"Last-Translator: Eduardo \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminado %(count)d %(items)s satisfactoriamente." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionado" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "Sin fecha" + +msgid "Has date" +msgstr "Tiene fecha" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor, ingrese el %(username)s y la clave correctos para obtener cuenta " +"de personal. Observe que ambos campos pueden ser sensibles a mayúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Añadir otro %(verbose_name)s." + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id del objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr del objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Añadidos \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cambiados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminado \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Agregado {name} \"{object}\"." + +msgid "Added." +msgstr "Añadido." + +msgid "and" +msgstr "y" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Modificado {fields} por {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Modificado {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Eliminado {name} \"{object}\"." + +msgid "No fields changed." +msgstr "No ha cambiado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control\" o \"Command\" en un Mac, para seleccionar " +"más de una opción." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"El {name} \"{obj}\" fue agregado satisfactoriamente. Puede editarlo " +"nuevamente a continuación. " + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"El {name} \"{obj}\" fue agregado satisfactoriamente. Puede agregar otro " +"{name} a continuación. " + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "El {name} \"{obj}\" fue cambiado satisfactoriamente." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"El {name} \"{obj}\" fue cambiado satisfactoriamente. Puede editarlo " +"nuevamente a continuación. " + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"El {name} \"{obj}\" fue cambiado satisfactoriamente. Puede agregar otro " +"{name} a continuación." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "El {name} \"{obj}\" fue cambiado satisfactoriamente." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Se deben seleccionar elementos para poder realizar acciones sobre estos. No " +"se han modificado elementos." + +msgid "No action selected." +msgstr "No se seleccionó ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "%(name)s con ID \"%(key)s\" no existe. ¿Tal vez fue eliminada?" + +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s fué modificado con éxito." +msgstr[1] "%(count)s %(name)s fueron modificados con éxito." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado" +msgstr[1] "%(total_count)s seleccionados en total" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionado" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s requeriría eliminar los " +"siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Sitio de administración" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha habido un error. Ha sido comunicado al administrador del sitio por correo " +"electrónico y debería solucionarse a la mayor brevedad. Gracias por su " +"paciencia y comprensión." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos los %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpiar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá editar " +"el resto de opciones del usuario." + +msgid "Enter a username and password." +msgstr "Ingrese un nombre de usuario y contraseña" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija el siguiente error." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Ingrese una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido," + +msgid "View site" +msgstr "Ver el sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Terminar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Añadir %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Elimina de la ordenación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la ordenación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la ordenación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar el %(object_name)s %(escaped_object)s requeriría eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s" +"\"? Se borrarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I'm sure" +msgstr "Sí, Yo estoy seguro" + +msgid "No, take me back" +msgstr "No, llévame atrás" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Eliminar el %(objects_name)s seleccionado resultaría en el borrado de " +"objetos relacionados, pero su cuenta no tiene permisos para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar el %(objects_name)s seleccionado requeriría el borrado de los " +"siguientes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? " +"Todos los siguientes objetos y sus elementos relacionados serán borrados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Añadir" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada." + +msgid "Recent actions" +msgstr "Acciones recientes" + +msgid "My actions" +msgstr "Mis acciones" + +msgid "None available" +msgstr "Ninguno disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Algo va mal con la instalación de la base de datos. Asegúrese de que las " +"tablas necesarias han sido creadas, y de que la base de datos puede ser " +"leída por el usuario apropiado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Se ha autenticado como %(username)s, pero no está autorizado a acceder a " +"esta página. ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado la contraseña o el nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene histórico de cambios. Probablemente no fue añadido " +"usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing..." +msgstr "Ventana emergente cerrando..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Añadir otro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionado" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y añadir otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web." + +msgid "Log in again" +msgstr "Iniciar sesión de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, ingrese su contraseña antigua, por seguridad, y después " +"introduzca la nueva contraseña dos veces para verificar que la ha escrito " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar " +"sesión." + +msgid "Password reset confirmation" +msgstr "Confirmación de restablecimiento de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, ingrese su contraseña nueva dos veces para verificar que la ha " +"escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de restablecimiento de contraseña era inválido, seguramente porque " +"se haya usado antes. Por favor, solicite un nuevo restablecimiento de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Le hemos enviado por correo electrónico las instrucciones para restablecer " +"la contraseña, si es que existe una cuenta con la dirección electrónica que " +"indicó. Debería recibirlas en breve." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no recibe un correo, por favor, asegúrese de que ha introducido la " +"dirección de correo con la que se registró y verifique su carpeta de correo " +"no deseado o spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ha recibido este correo electrónico porque ha solicitado restablecer la " +"contraseña para su cuenta en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña." + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Ha olvidado su clave? Ingrese su dirección de correo electrónico a " +"continuación y le enviaremos las instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Restablecer mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Escoja %s" + +#, python-format +msgid "Select %s to change" +msgstr "Escoja %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..6cc0519829712fbc1408f893f18a3d985f285a5d GIT binary patch literal 4635 zcmcJRO^h5z6@Uw3AZ-3{5)%T!R1CJ)*fTr34t5yFV8`C|+IVf_nK(p3L^ad3Gi`dR zhVJUw9Un+8AOWXZ>#d} z;oX$~RF(fy@vrb6>i=HxKNatw^AzL6P?dcntm-O250Pd9U@x&2p)zvU>*JqqMCY;#bt_WHjt-{K*1UWD@fHTXLG3H&K+G0DQEnUs9r0Y4A# zhN8!L_%i$={2}}oyavC!Qz^`>?zz9@eHC|Be4yg4iVszMxZ+3XD`~Do@f3SX!i0q_ zAA)Nb;7$&wD1C~PmUwW=((ko0M?%=hC`ATg~XiS1BP zO_L9iWo?KQTkUvR&jJ$^|>7ymo43sq#JBtrX65p16E$LHa z@m-b_fzz2y4rJOd>%G%m7kH(@c7u&>`R#}{^+8=7(L=$>VHzjuWZuiOpiYiVoS05x z_1;XKGOlYAb*k@uW-Dl;Pn$4NYR7|#QkX0yMc>T2LRb=azp8`R-9nr;NkX+YL3>82 zt5fUWQ#ySa)nc zcF{W$yM5D9IqM64MP2L$FBZ657^;HUOSSAUl1Ayu7Pwx_ ze_+PzYm)ha)tzzWMX~Ei*MW{*A)@0~nMdMRv|%cIak?vuR<+Z6N=Mm)MN=AeY*?|h zkh*l%1laQlNEm$5XNL8H}8VKFj=?cozyK& z*0oH?WpQ`3w$$cD%Pn>7ex7F1vOU?do!hroK5ZjcRzIySrT!|%ckOIcyJFJ}Uuo*- zDlXxtF596`Lv1PR#Zm3ayqDG5zNx1!U2NA*rPhdF)#PAq>bb`3ky_(3wb`S3?r?K< z?qFlC(V$`NvK_@DbF8QHb_(FO%`hH)VM4$!KY0QGNHz82oj7c0-PFZcQh%ZA4YJ>z0Vy#jGasxBH$EbGL-vP7!*0IHXsn<80_%Ozh1zgRe=| zd}4dCAiipJ?u=fxOn9Qa=+nt!Uy3cc2Z&ajy`F_DrSKx67fsI;n^X@?YRVI;m;on- zG?pDAA(2_icq4nQesdq2#DmzGn>sKk?&&$@PsiPuNR-+lPTSNMVH(V5U3M1HYu-sM zfjX9_<4LH#CeJYs_PKGs+b4kY>Z7%v841Itsh{G6jaa&1xQd{pOjolv&=w~ORf`|33{M(zRC$tG}K8qspcyi#6sRkc)-!jAAV| zUaBRR+d$P}2@gxfm&9!N7XwHDGoq|4^rq`^i078tVkx;0CB59?4Mh|aA6a|VMPB@a z$c~h*!6{?MHj7yTLQ-yfp1{ZI)2?)~vgI-k**AJm>CSuf*K$j{F>(SiEiq_;RFQ}K zY^P`Clp8*_p=jla{|{A5(YH}{(Q~;pYd4Hz8)n@!?qFjlE=nlOO_cg_pUD-1MYxsm z)yXkiV{vj%Vnx}6hTXjObBBqY*jM+lrq_;RZSB|G!_1%)dl{9tA$Hsh(A>E+aYb$n zc7U;2+AOU7nAIXN;zp=w{a, 2017 +# FIRST AUTHOR , 2012 +# Hotellook, 2014 +# Leonardo J. Caballero G. , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-20 03:01+0000\n" +"Last-Translator: Eduardo \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponibles %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Esta es la lista de %s disponibles. Puede elegir algunos seleccionándolos en " +"la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre " +"las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Seleccione todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Haga clic para seleccionar todos los %s de una vez." + +msgid "Choose" +msgstr "Elegir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "Elegidos %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Esta es la lista de los %s elegidos. Puede eliminar algunos seleccionándolos " +"en la caja inferior y luego haciendo clic en la flecha \"Eliminar\" que hay " +"entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Haga clic para eliminar todos los %s elegidos." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene cambios sin guardar en campos editables individuales. Si ejecuta una " +"acción, los cambios no guardados se perderán." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción, pero no ha guardado los cambios en los campos " +"individuales todavía. Pulse OK para guardar. Tendrá que volver a ejecutar la " +"acción." + +msgid "" +"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." +msgstr "" +"Ha seleccionado una acción y no ha hecho ningún cambio en campos " +"individuales. Probablemente esté buscando el botón Ejecutar en lugar del " +"botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Usted esta a %s hora por delante de la hora del servidor." +msgstr[1] "Nota: Usted esta a %s horas por delante de la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Usted esta a %s hora de retraso de la hora de servidor." +msgstr[1] "Nota: Usted esta a %s horas por detrás de la hora del servidor." + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "Elija una Hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Elija una fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c49caae9f6f8ef08d21448fac5e3f50d17f4af4a GIT binary patch literal 17675 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, 2011 +# Erlend Eelmets , 2020 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# Martin , 2015,2022-2025 +# Martin , 2016,2019-2020 +# Marti Raudsepp , 2016 +# Ragnar Rebase , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Martin , 2015,2022-2025\n" +"Language-Team: Estonian (http://app.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Kustuta valitud %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s kustutamine õnnestus." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ei saa kustutada %(name)s" + +msgid "Delete multiple objects" +msgstr "Kustuta mitu objekti" + +msgid "Administration" +msgstr "Administreerimine" + +msgid "All" +msgstr "Kõik" + +msgid "Yes" +msgstr "Jah" + +msgid "No" +msgstr "Ei" + +msgid "Unknown" +msgstr "Tundmatu" + +msgid "Any date" +msgstr "Suvaline kuupäev" + +msgid "Today" +msgstr "Täna" + +msgid "Past 7 days" +msgstr "Viimased 7 päeva" + +msgid "This month" +msgstr "Käesolev kuu" + +msgid "This year" +msgstr "Käesolev aasta" + +msgid "No date" +msgstr "Kuupäev puudub" + +msgid "Has date" +msgstr "Kuupäev olemas" + +msgid "Empty" +msgstr "Tühi" + +msgid "Not empty" +msgstr "Täidetud" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Palun sisestage personali kontole õige %(username)s ja parool. Teadke, et " +"mõlemad väljad võivad olla tõstutundlikud." + +msgid "Action:" +msgstr "Toiming:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Lisa veel üks %(verbose_name)s" + +msgid "Remove" +msgstr "Eemalda" + +msgid "Addition" +msgstr "Lisamine" + +msgid "Change" +msgstr "Muuda" + +msgid "Deletion" +msgstr "Kustutamine" + +msgid "action time" +msgstr "toimingu aeg" + +msgid "user" +msgstr "kasutaja" + +msgid "content type" +msgstr "sisutüüp" + +msgid "object id" +msgstr "objekti id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekti esitus" + +msgid "action flag" +msgstr "toimingu lipp" + +msgid "change message" +msgstr "muudatuse tekst" + +msgid "log entry" +msgstr "logisissekanne" + +msgid "log entries" +msgstr "logisissekanded" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Lisati “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Muudeti “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Kustutati “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Lisati {name} “{object}”." + +msgid "Added." +msgstr "Lisatud." + +msgid "and" +msgstr "ja" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Muudeti {fields} -> {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Muudetud {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Kustutati {name} “{object}”." + +msgid "No fields changed." +msgstr "Ühtegi välja ei muudetud." + +msgid "None" +msgstr "Puudub" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Hoia all “Control” või “Command” Macil, et valida rohkem kui üks." + +msgid "Select this object for an action - {}" +msgstr "Vali toiminguks käesolev objekt - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” lisamine õnnestus." + +msgid "You may edit it again below." +msgstr "Võite seda uuesti muuta." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” lisamine õnnestus. Allpool saate lisada järgmise {name}." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” muutmine õnnestus. Allpool saate seda uuesti muuta." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} ”{obj}” muutmine õnnestus. Allpool saate lisada uue {name}." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” muutmine õnnestus." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Palun märgistage elemendid, millega soovite toiminguid sooritada. Ühtegi " +"elementi ei muudetud." + +msgid "No action selected." +msgstr "Toiming valimata." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” kustutamine õnnestus." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s ID-ga “%(key)s” ei eksisteeri. Võib-olla on see kustutatud?" + +#, python-format +msgid "Add %s" +msgstr "Lisa %s" + +#, python-format +msgid "Change %s" +msgstr "Muuda %s" + +#, python-format +msgid "View %s" +msgstr "Vaata %s" + +msgid "Database error" +msgstr "Andmebaasi viga" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s muutmine õnnestus." +msgstr[1] "%(count)s %(name)s muutmine õnnestus." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valitud" +msgstr[1] "Kõik %(total_count)s valitud" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "valitud 0/%(cnt)s" + +msgid "Delete" +msgstr "Kustuta" + +#, python-format +msgid "Change history: %s" +msgstr "Muudatuste ajalugu: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Et kustutada %(class_name)s %(instance)s, on vaja kustutada järgmised " +"kaitstud seotud objektid: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administreerimisliides" + +msgid "Django administration" +msgstr "Django administreerimisliides" + +msgid "Site administration" +msgstr "Saidi administreerimine" + +msgid "Log in" +msgstr "Sisene" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administreerimine" + +msgid "Page not found" +msgstr "Lehte ei leitud" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Vabandame, kuid soovitud lehte ei leitud." + +msgid "Home" +msgstr "Kodu" + +msgid "Server error" +msgstr "Serveri viga" + +msgid "Server error (500)" +msgstr "Serveri viga (500)" + +msgid "Server Error (500)" +msgstr "Serveri Viga (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ilmnes viga. Sellest on e-posti teel teavitatud lehe administraatorit ja " +"viga parandatakse esimesel võimalusel. Täname kannatlikkuse eest." + +msgid "Run the selected action" +msgstr "Käivita valitud toiming" + +msgid "Go" +msgstr "Mine" + +msgid "Click here to select the objects across all pages" +msgstr "Kliki siin, et märgistada objektid üle kõigi lehekülgede" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Märgista kõik %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Tühjenda valik" + +msgid "Breadcrumbs" +msgstr "Lingirivi" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Rakenduse %(name)s moodulid" + +msgid "Model name" +msgstr "Mudeli nimi" + +msgid "Add link" +msgstr "Lisa link" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Lisa" + +msgid "View" +msgstr "Vaata" + +msgid "You don’t have permission to view or edit anything." +msgstr "Teil pole õigust midagi vaadata ega muuta." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Pärast kasutaja loomist saate muuta täiendavaid kasutajaandmeid." + +msgid "Error:" +msgstr "Viga:" + +msgid "Change password" +msgstr "Muuda salasõna" + +msgid "Set password" +msgstr "Määra parool" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Palun parandage allolev viga." +msgstr[1] "Palun parandage allolevad vead." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Sisestage uus salasõna kasutajale %(username)s" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "Paroolipõhise autentimise väljalülitamine" + +msgid "Enable password-based authentication" +msgstr "Paroolipõhise autentimise lubamine" + +msgid "Skip to main content" +msgstr "Liigu põhisisu juurde" + +msgid "Welcome," +msgstr "Tere tulemast," + +msgid "View site" +msgstr "Vaata saiti" + +msgid "Documentation" +msgstr "Dokumentatsioon" + +msgid "Log out" +msgstr "Logi välja" + +#, python-format +msgid "Add %(name)s" +msgstr "Lisa %(name)s" + +msgid "History" +msgstr "Ajalugu" + +msgid "View on site" +msgstr "Näita lehel" + +msgid "Filter" +msgstr "Filtreeri" + +msgid "Hide counts" +msgstr "Peida loendused" + +msgid "Show counts" +msgstr "Näita loendusi" + +msgid "Clear all filters" +msgstr "Tühjenda kõik filtrid" + +msgid "Remove from sorting" +msgstr "Eemalda sorteerimisest" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteerimisjärk: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sorteerimine" + +msgid "Toggle theme (current theme: auto)" +msgstr "Teema lülitamine (hetkel: automaatne)" + +msgid "Toggle theme (current theme: light)" +msgstr "Teema lülitamine (hetkel: hele)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Teema lülitamine (hetkel: tume)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Selleks, et kustutada %(object_name)s '%(escaped_object)s', on vaja " +"kustutada lisaks ka kõik seotud objecktid, aga teil puudub õigus järgnevat " +"tüüpi objektide kustutamiseks:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Et kustutada %(object_name)s '%(escaped_object)s', on vaja kustutada " +"järgmised kaitstud seotud objektid:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Kas olete kindel, et soovite kustutada objekti %(object_name)s " +"\"%(escaped_object)s\"? Kõik järgnevad seotud objektid kustutatakse koos " +"sellega:" + +msgid "Objects" +msgstr "Objektid" + +msgid "Yes, I’m sure" +msgstr "Jah, olen kindel" + +msgid "No, take me back" +msgstr "Ei, mine tagasi" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Kui kustutada valitud %(objects_name)s, peaks kustutama ka seotud objektid, " +"aga sinu kasutajakontol pole õigusi järgmiste objektitüüpide kustutamiseks:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Et kustutada valitud %(objects_name)s, on vaja kustutada ka järgmised " +"kaitstud seotud objektid:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Kas oled kindel, et soovid kustutada valitud %(objects_name)s? Kõik " +"järgnevad objektid ja seotud objektid kustutatakse:" + +msgid "Delete?" +msgstr "Kustutan?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Kokkuvõte" + +msgid "Recent actions" +msgstr "Hiljutised toimingud" + +msgid "My actions" +msgstr "Minu toimingud" + +msgid "None available" +msgstr "Ei leitud ühtegi" + +msgid "Added:" +msgstr "Lisatud:" + +msgid "Changed:" +msgstr "Muudetud:" + +msgid "Deleted:" +msgstr "Kustutatud:" + +msgid "Unknown content" +msgstr "Tundmatu sisu" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"On tekkinud viga seoses andmebaasiga. Veenduge, et kõik vajalikud " +"andmebaasitabelid on loodud ja andmebaas on loetav vastava kasutaja poolt." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Olete sisse logitud kasutajana %(username)s, kuid teil puudub ligipääs " +"lehele. Kas te soovite teise kontoga sisse logida?" + +msgid "Forgotten your login credentials?" +msgstr "Unustasid oma sisselogimisandmed?" + +msgid "Toggle navigation" +msgstr "Lülita navigeerimine sisse" + +msgid "Sidebar" +msgstr "Külgriba" + +msgid "Start typing to filter…" +msgstr "Filtreerimiseks alusta trükkimist..." + +msgid "Filter navigation items" +msgstr "Filtreeri navigatsioonielemente" + +msgid "Date/time" +msgstr "Kuupäev/kellaaeg" + +msgid "User" +msgstr "Kasutaja" + +msgid "Action" +msgstr "Toiming" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "sissekanne" +msgstr[1] "sissekanded" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Sellel objektil puudub muudatuste ajalugu. Tõenäoliselt ei lisatud objekti " +"läbi selle administreerimisliidese." + +msgid "Show all" +msgstr "Näita kõiki" + +msgid "Save" +msgstr "Salvesta" + +msgid "Popup closing…" +msgstr "Hüpikaken sulgub…" + +msgid "Search" +msgstr "Otsing" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s tulemus" +msgstr[1] "%(counter)s tulemust" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Kokku %(full_result_count)s" + +msgid "Save as new" +msgstr "Salvesta uuena" + +msgid "Save and add another" +msgstr "Salvesta ja lisa uus" + +msgid "Save and continue editing" +msgstr "Salvesta ja jätka muutmist" + +msgid "Save and view" +msgstr "Salvesta ja vaata" + +msgid "Close" +msgstr "Sulge" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Muuda valitud %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Lisa veel üks %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Kustuta valitud %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Vaata valitud %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Tänan, et veetsite aega meie lehel." + +msgid "Log in again" +msgstr "Logi uuesti sisse" + +msgid "Password change" +msgstr "Salasõna muutmine" + +msgid "Your password was changed." +msgstr "Teie salasõna on vahetatud." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Turvalisuse tagamiseks palun sisestage oma praegune salasõna ja seejärel uus " +"salasõna. Veendumaks, et uue salasõna sisestamisel ei tekkinud vigu, palun " +"sisestage see kaks korda." + +msgid "Change my password" +msgstr "Muuda salasõna" + +msgid "Password reset" +msgstr "Uue parooli loomine" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Teie salasõna on määratud. Võite nüüd sisse logida." + +msgid "Password reset confirmation" +msgstr "Uue salasõna loomise kinnitamine" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Palun sisestage uus salasõna kaks korda, et saaksime veenduda, et " +"sisestamisel ei tekkinud vigu." + +msgid "New password:" +msgstr "Uus salasõna:" + +msgid "Confirm password:" +msgstr "Kinnita salasõna:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Uue salasõna loomise link ei olnud korrektne. Võimalik, et seda on varem " +"kasutatud. Esitage uue salasõna taotlus uuesti." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Saatsime teile meilile parooli muutmise juhendi. Kui teie poolt sisestatud e-" +"posti aadressiga konto on olemas, siis jõuab kiri peagi kohale." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Kui te ei saa kirja kätte siis veenduge, et sisestasite just selle e-posti " +"aadressi, millega registreerisite. Kontrollige ka oma rämpsposti kausta." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Saite käesoleva kirja kuna soovisite muuta lehel %(site_name)s oma " +"kasutajakontoga seotud parooli." + +msgid "Please go to the following page and choose a new password:" +msgstr "Palun minge järmisele lehele ning sisestage uus salasõna" + +msgid "In case you’ve forgotten, you are:" +msgstr "Kui olete unustanud, siis olete:" + +msgid "Thanks for using our site!" +msgstr "Täname meie lehte külastamast!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s meeskond" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Unustasite oma salasõna? Sisestage oma e-posti aadress ja saadame meilile " +"juhised uue saamiseks." + +msgid "Email address:" +msgstr "E-posti aadress:" + +msgid "Reset my password" +msgstr "Lähtesta mu parool" + +msgid "Select all objects on this page for an action" +msgstr "Vali toiminguks kõik objektid sellel lehel" + +msgid "All dates" +msgstr "Kõik kuupäevad" + +#, python-format +msgid "Select %s" +msgstr "Vali %s" + +#, python-format +msgid "Select %s to change" +msgstr "Vali %s mida muuta" + +#, python-format +msgid "Select %s to view" +msgstr "Vali %s vaatamiseks" + +msgid "Date:" +msgstr "Kuupäev:" + +msgid "Time:" +msgstr "Aeg:" + +msgid "Lookup" +msgstr "Otsi" + +msgid "Currently:" +msgstr "Hetkel:" + +msgid "Change:" +msgstr "Muuda:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ebb15318191ce41632f93a2bd737545d69c207e3 GIT binary patch literal 4951 zcmb7|U2I%O700J^3)E0bTEa&tFbx#SqqZAxAWvwO$8#> zReH5Ezd7@DXU?2+?%1zAQ2GwTvx@W(Qur>$1o-n3GCb4oX6zAg20Q~Q5I^?3=P$r} zAm8xvP4NAYdtQDSybtm#o`3ax%k!@HF!li2?+5P%kAm+7Cq3stbY*8emqGm4MP#(Z zn&(xJ*6|E@HyDC6PYa~+&w|u{2mB)VRj>yB5u|>{kXsJ(fXbS zX+GiWTOhsnSubA$Y5a5GDe#+M1$+^t@&EI@7s8JqKL~ygd;v_rwK2v%4Bqto1Nc$M zfA{j;?_=y^kdJ^L0Z)4QqL;To>i;$H2>4yk7eE^K5=isE;rU;X<~fW*I}DaV8n*;e z|7XCDgFE1Z;I}=W2dV!}FaO@le*-^+`hSD;o7Bv_XCi||Jchv1@U9Q^74xy zjeiNG`CjpS9i(-=>G_tg{}(ue`qClBX2E%o#wn2O*@7Y11-}ly2JV1ghEvgeuY$DC zKYRHNFTd&ePtX5&-h)G?ec$JK2&DHM25G({UglmN_dE{LzGpxhzu(xXW9oOUSebOGfRq)#Iq_w}T2dOqvGprYbAi=5U< z4=-{T1If-P=Fv0mP^|qil$VikBy0kS;vqd`r}UgannfbNc^qjP32wk1Mxuw}0nCMc z0_k%|pF;XPQvV_S&G!XQ@-ceK4ux-#f0EBWf%HivIv0vDWEbRfi%92?pt8c}C>~59 zeFh1~T-X!Y^aZ5;a~=h<6SyVACxD$qqGu9msVFgaj5t1#$>>J(6tvmga0<`#cvx9I$zw5Y8p3irBflnP--r>j)JIOv1-A zwj^{zMr^5NOeVSD=Y^GfQccA}k{y^f}GO4L_UN&T0mnmD3^)wf0m#wJC zlANkgblH zw<#0rI&bF1erv5f&8VejTppV=#XPlKy6SEsxzg5f+fo^?n;nkwR-s=Wnrj;Ml1D1D zq!}@ER_qp?G08?dKksNDjt$_z(IYoqgM32bW6Q)n(4WU`Z7K!IJ~LBIao_brb_ zi2ds>Z?uGNN_d9GMnct5VJ;$UK}KN~&?%!kjyXw99oE|Akuhzhn|#aQjIp^V46oV$xYl+!Voyu~WyVW_>3@t3z?xhDSM25;1-rCp9>Q=F2nr=wZP;$ygXS$}aggWfN zWHw-;UQcBw;5anyT(AV}t9IU20`^t+?X-l#{)WO@OEB7f)qU$NQDJ|Jv)>Zzcwha% zuu3QmT4JMZix<(WgnYEVh-W2)wULH?;3=Un($o({B@{-Qd^jqBqb&$fB}A!Ps6Cg)NJD;S6&UvS7e$Y7F2k+4Tm>lmt|s7TdrnJ6_y{* zn_0PLDtv6?Qu(r^&zsR@`U+L}?DWiu^7P5_>>Qtdq%!yD@o79`7e!{vwN&UV64s;@ z4ozF7`RTY|BDV37lV_VTzH&js#AhZk(d^75vJ;feVFumIMN^h*Qp6R$oFRrNxY9(+ z+N3fyC6Xkt^a8adcW8+}wj%`GFDx&g=N#m@-byA4g z;_NBzii;DPKfK6ij-47C+$;Jw4txYUB2qTryK)@Vloh?&Tq^ewFTuZx8;6C9_#1)ZVjH%|rOX0$a8GsTT}OJx zLfrAJuCMli1g-~7=FGIMDXtvLG8R!N_&}SH@M_Nnw~hqoBHW&}jJAET*4x#BUBLND zW+hzH^`KiEl$+A-A{a^=T7WX@D&n2qE=KdC<}gOyFiBhj*{!sofxyDnkH1|wyJi;yiQ zs4B$ESRr2Gq7Zd(j}ctwNsi`$PCF*H@h#FD(u;%4MG;_gWO*T(|u9lSr_YdOxr z7;Kp4j(gX!yFDF6aAMiP{rJG)xSO;EsU={}TbvgJj7%h8&ME@tOd{|$5HNQ(0r@#O kIU^rrh5Hrmb~|5#g_2b=GCOt|e;Qt78*Cl_7Fc8d2L@jakpKVy literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..25543d02e61 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po @@ -0,0 +1,314 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# eallik , 2011 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# Martin , 2021,2023,2025 +# Martin , 2016,2020 +# Ragnar Rebase , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Martin , 2021,2023,2025\n" +"Language-Team: Estonian (http://app.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Saadaval %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Filtreeri selle kasti abil välja \"%s\" nimekirja." + +msgid "Filter" +msgstr "Filter" + +#, javascript-format +msgid "Choose all %s" +msgstr "Vali kõik %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Vali valitud %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valitud %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Filtreeri selle kasti abil valitud \"%s\" nimekirja." + +msgid "(click to clear)" +msgstr "" + +#, javascript-format +msgid "Remove all %s" +msgstr "Eemalda kõik %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s valik ei ole nähtaval" +msgstr[1] "%s valikut ei ole nähtaval" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s %(cnt)sst valitud" +msgstr[1] "%(sel)s %(cnt)sst valitud" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Muudetavates lahtrites on salvestamata muudatusi. Kui sooritate mõne " +"toimingu, lähevad salvestamata muudatused kaotsi." + +msgid "" +"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." +msgstr "" +"Valisite toimingu, kuid pole salvestanud muudatusi lahtrites. Salvestamiseks " +"palun vajutage OK. Peate toimingu uuesti käivitama." + +msgid "" +"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." +msgstr "" +"Valisite toimingu, kuid ei muutnud ühtegi lahtrit. Tõenäoliselt otsite Mine " +"mitte Salvesta nuppu." + +msgid "Now" +msgstr "Praegu" + +msgid "Midnight" +msgstr "Kesköö" + +msgid "6 a.m." +msgstr "6 hommikul" + +msgid "Noon" +msgstr "Keskpäev" + +msgid "6 p.m." +msgstr "6 õhtul" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Märkus: Olete %s tund serveri ajast ees." +msgstr[1] "Märkus: Olete %s tundi serveri ajast ees." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Märkus: Olete %s tund serveri ajast maas." +msgstr[1] "Märkus: Olete %s tundi serveri ajast maas." + +msgid "Choose a Time" +msgstr "Vali aeg" + +msgid "Choose a time" +msgstr "Vali aeg" + +msgid "Cancel" +msgstr "Tühista" + +msgid "Today" +msgstr "Täna" + +msgid "Choose a Date" +msgstr "Vali kuupäev" + +msgid "Yesterday" +msgstr "Eile" + +msgid "Tomorrow" +msgstr "Homme" + +msgid "January" +msgstr "jaanuar" + +msgid "February" +msgstr "veebruar" + +msgid "March" +msgstr "märts" + +msgid "April" +msgstr "aprill" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juuni" + +msgid "July" +msgstr "juuli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktoober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "detsember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jaan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "veebr" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "märts" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "juuni" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "juuli" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sept" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dets" + +msgid "Sunday" +msgstr "pühapäev" + +msgid "Monday" +msgstr "esmaspäev" + +msgid "Tuesday" +msgstr "teisipäev" + +msgid "Wednesday" +msgstr "kolmapäev" + +msgid "Thursday" +msgstr "neljapäev" + +msgid "Friday" +msgstr "reede" + +msgid "Saturday" +msgstr "laupäev" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "pühap." + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "esmasp." + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "teisip." + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "kolmap." + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "neljap." + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "reede" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "laup." + +msgctxt "one letter Sunday" +msgid "S" +msgstr "P" + +msgctxt "one letter Monday" +msgid "M" +msgstr "E" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "K" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "N" + +msgctxt "one letter Friday" +msgid "F" +msgstr "R" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a2c9933017d4189e39cac514708df23fe80163bb GIT binary patch literal 15009 zcmc(l3yfVydB-ON9AW~5goIZp6T`-9*u85ToWPA^$B(tWaqO6Q9h1=FoW1w#?#X?e z%XxUcH@Fx`fP_aWuQnkB${R|NXptzDsDMaSDe6N-MJ-LCjS|#SR6>c`QdG6S|ID0w zuQ%&JN~K9knUj=RfKMd;qZ-HyTAAsk8KL*bRe+r%l{&#qO-uZs~ zg`nu!5O5FpEbbei=D8JoGWbRi63p8`&389=E_iQv{weSz_n!xE1E-#0%u~THfZEU3 zK+X3zpx*m?@B;Ar0sjkxG;=rC$L> z?>9iL_ia$)9t1_l_d)IRN1)a__d;XVgD(WN?tbu>z{8-PXW$9&?ci&{Cq2`c&w)$e zJa`$*|0wtlQ2g4&rX`O$DEbe9;>R2)x_Y4Kc|CYFcsr=|{s4T|n1Q0v|f!UFSFQ19OZ!b0;g5Yd}2f?EHNLGANTL5;gV+&>6vy&s4Bv!Cnr z`2z4M^w+=_fOXJl5)}V;fUw3K z21Q>BM0BPHLW;Q^)IL81ijLm_HP4qo>Caa{&G#pu=KBu#V(?*5cKW>Md%j))iXXc{ z$>%7j_ihHqzyj2IcY_T>eW$+g8+u&8;G|HuYz6lin?gho~uLt}qQ1ku+D7qg4 zMb9Ik=s)X)et+kJdhh9==zLzlvCuySYJXRPr_RF0K*{N=FY@yHJ5cvO1oweYK{(^! zEQkoqNpKJN0dN|8AoP!4=IPi2iZ2JjHQ-TDdiWYp^rWEVw+ym%^Da>9{ch<0Gf?k8 z6!2d_z4z~+=ss(`-}jn;7lOCZZ^1W%9|y&s35dqD&6VI9a2C`&uLiY#49X9^4itUw z2DQJBg6Du=1*NZF2W21kgVOIuz%AgK4W6E@p!9eLsQHhC`(vQ=F9)9l{wk<>Zv!>o z+d)*;d<>ib?*pF+2xYJR_WfNQybCn$RF z0uO>80kyv$fv*F90^SH7pYr?v3sC(0R=EEsP;~wf6g_66_iyKbPvv$!sOMY2CxClE z@oNUu`ir3UmxGeaouU68@I3B635vcifZF$$!Slgyg7R+iK?9cK%9Ga&Ci9 z2k!ty-(8^i@flEd{CUvP4{E+|g0Rf|BRB>=`(>UF+d$2C1Qh==Q16`r5xIFkC_3%~ zQ6ckPQ1V{8#moPhAg;h{1I6b#P$iTeYL=6fwzL%-+MsZtFbiwE~aU|2JKp!Y-Br4Je#EH_nS1)j7gg#G})nkFY@5# z-OcrLX-%5={1)0l+SN4uWGmt;>S#Vfdpqqmn&Tmey1U;e1HKCUFl~oo0EKk-Vx z+dVkl(dBQ@ev9@g+M8+8nH@CP>GZM>zJqop?IN0fu?O=(a0Bg~;r^rGuhJyHlcDcJ z0ma+u_i8RWw2byv+B~iL%~lryKMlSqT<;C|UT~atBMq@QJ=qUlM~i6hqWv;WzdLAq zXwr#g8fIdCjn<~=cNy&yv>Dy-o2E(MPSGx;9jCQuzd~D2!+gwLwCeYqa3P&}f7J*m3D}B z4h^$${^We{ZrW#Q_t2`}iE!~5@HMmr+Vg1#XcIL3a7oTb-RbW9c|eyhpe@q2>4x9g z9?UDjF6~lU5&EtH&!gqxUT{OW-U%M1T|zsT_8!_BXgAaJJ4|~9ZJ%!V;j+yKXr*rW zy-$Da&Sg6`KA*IUI6GD(MLXV*TQfEu^?F=H%}&xy@*<0hB<<4OXh(T|tQ&PSY-~K~ z=0((PaHD5w*)3dmc)k?nwy_v>7viSP%SI#4^ZByfUaqY=IL_k79vx>)p2d0DE~*Je zxg6^mtaj0i+i?*$w=<8MZ!mk#g9cB`j&|Fg@!>|B&hxb4*fV^k;h4I^LEY?V zGE1|`I8Um-$sI)9v{;NYo^?`af!!K8>^&Z5b7>w2!RR3@zg6>`)J|_r=Wc<_lWesX z9=iSeZpVVq?;!DXoi2Me=r-AmikRiQ%T`xr2U1&3OXM3amZEN9i!`vzLN-+Ug(|&S zH#Q#Uji?tlk5v?`+it}{*rXTc({?*uO1cY(yUi+1{wo1EuwB|wp<_S>MYwHR<@L8 z&1%%j`;k3W3gKt2hc}S^d=j^t`N^8u)sCagMzGGCIcvKfKZ)#mS37C6ED9D&a=zaQ zV!(?=mgca8IeO6o^54})-OR4EJD+5o0lBPRW?9@V+RJsbJ1U~ND35KNWof3{c&bP` zvAg22GpPW!gHb2Fc5K6nRsSj*^)Ci0QH`IiAoUX;aEG?Xy7^qU%CSo5CDjrNBuPCo(S!q1$ zA8kDAe^DxiTV2guA9F={W1Dn`JFhG@>~O-)m4!S68rX0?**n|yg(|og~lE z!WB+q=mU!7UYyG{R7^Xa+z}NC11dlB3(Ds4F7yA$3T$}yEd<(hWyB7>IsVf>GP~18 z*}+78M4#?NNt-84qGnz<)16+iY^J*;12(eVcxhnT_~guKb(!;QD=9(RUD!4@u3I0k zwoZl4+F*j}q4TAc5389yF53XIyqK`i;#OOIu$^6uyAx6%!n61O(HwpPKNUBL&Ycvq zb2Ozrg{_?F(`+Fvin#05u3Fc!fohHIXBxEK`pr9qjYpY7+#x1SxUDS3o)|wsNl;e0 zD4shu<#FMhfahS^jcaCaYW69QP{`cpUB20u;yIe>QdhnQR|-qp_?-z6>UugIVvy1k zj3crKqQ=CCdv+Tyh$=i~fqf~Sb!Ohh;%4e|nJjL^2{y(UN9lyc!^$IfqEir39JtC<-Wr8{L_C`u0u6Zb$Y zL&yjXdqM^pCWbSm$;Bz;Z=}IXI%}b#pM~UwAgyMNNH9exQ%7Ljn(` zh(=89#C9%fv>4ls-5(nr$HJtt#uJ#ELqt%k9ATb>xyh}M^6#m`|xQx4@g z*;q`;qgJ@ux;d2g%AReIW03_saOxB0dMuf=Iv5SNo%DDdz|LoB2OeeeIrO14b~J^& zzVtRQFh@U&IZXIdSF73ejvIbFiI>7%t~g;1lVdg(0iB1G z%nq)!eQ(L9_xUOOcqNuAPfzZwQ?>_(n!|C1`0cc^NxL=fY#ZOQapQ)qQ(Q5zd*(CE z(HrXqnZt|elCoEGcn}EjYT;CS*t5>|vLuySC@HJ1k9Et=oKBhMa1mvg)pE}zW^w^K zGD|pzM~=4D(S#}d0aW>^JG^WlG94~)>DjWG#cj8ItSBX7tMo`Q`cfY0ycE1ubx8Av z)RBYeisQ6@NfT75PZ38QH&>O4tuFE21e7x;O)1O~k|=Y7OiF)bJr0SDlBvIOS4ZP^gFruFjw%Bo^I_&}+2`1D zF+nmg*|`{05a*{*gX?wCrsm&Nz*lm^KwKRz^b8q{^MjQNP1poCPbw1fcvmXXp&T!- z#eFuU`J5A##z?sNVmKoCWQ37;t3_;1?)t_!SDUai?1z4;2u3eO>@6x8ivuEDLnkUZ z8i@R!HB8&nP;9r)IJ^x6lFdRBA`u^I_NXI4q_q>GG-KN7f^q`}+h#I9PlDt8t25f| zj)W?UTIHA`*QG4YDMi#>W~J@|n_+&b@~XPR!}U<>b28^cM4snaWqKlTD8gtEwu130 z1!ss)V+Ud&(2k9d*uJA98@?-Jc1Dc-W5X4Z#HDBv3wQ1uZYYkToGafRso{l3RSu0h z5P2g!1~mC35(0hZT{k|+*!gy}P+hyjKN+p@mPW3W=Sar{E0AxE4PwX=ltQ>{L|4^Q zT`wDd%(F?ey2|2SW<-}cl%=Y4P0lnYZ-_G;E9N*D9b3cb(;xMNqtvSrBYuFQ{6V9>8_aM&nqT2Z`{0@dAbWF+n$`oMc3`l zD94%F@x`L()u*PGmX>P7CGw;B_=F~y^3+$*4sTDz<K_!G*R0&X?RK2yJ{Wzv>^#n;7}VSML&WbXWg!5td&)+b~iFY2GF-! z0ePY97tCX*TDp4iI?BhBc#V>{IEd77A9{T8n5p7!&F)x8bnfa?11rkNCVlRj(RQ=f zPsgjLSCXT$6_b#ZaOH6gaYf|`yAdBam|(hx`H72Ttiwhg$Is4yX#uB&Ry>+FJCtbp^d%-iaQe6-t7s*P%7KaR})fky0(yOAp$ zTF3XOWu}{HKgQJ{^vK+l;Qsm%!y(eoU8Ov$Rh29L+itX&;OL98U$!F-`B^*aWAX4i zOIl3Lgk8JnikCP>l2VmO%BaN|iooWDh_yFSg!(8EL#FezqNpk`S1*Ru!`eCqw$NX< zKT@qSW|acv8Pdd2a!5qQh-$Xe$%xvX9ox-x-!W+*+-f{kd)Z3>B^TDtBw^ruN1~FRyS4oIZPvM*c)ZImeOU;Sz2vt*bgfTJ_;cJ zX~pIip_-aBf*{mpi60N6*uMl13lUGCqL169`fwsKJ2?ZyMV<^dQa9ISc)*1e$+^Qr zjPb&dNfoCf3TNom6!nSH>m7r5}5 z6twP9b~Mtz!hN>*IH#C2`d!ZDc6^fQCsJm&GYn38J+J^rV70qSA*+!LjF1LK(Jbq0 zSF2W6T3^}Ws^#LxSUCt2XCmiQKAM2M70IQF0JCzj!Mt5u7wWtE;sYCY(_q77j|erg zeSNiR5i^~s%ZHb(NYBtZv`?f#QHM{6E68f4e0&->T*q?_ZWJqQe^p*Tt{wlPtBi`> z#zS8I92{_dt3_VzIU%RDIxB3j3Ayr6aURC_l^qyzSK}zt$;rwOM`mB#o+E3J=WVI9 zoU~-F`${aiWo9tf{?MW&=`4vJy9h14o#Tk!*C~f%g5qJp37kVb=aZ3VL}qkL4!Cl0 zaE6gH=zY|0C6T!{<`|N+CMXrHd>OAj@}e|{6nk%+Q4Z80KzfUAct_#lVuT?n6_7o- zXjHSR@CBC}liiHcHYwWh#EVfMs+$Cm?IWW@H#?-?`kgt2Ui8d_94L>do{Px9v|HGN zCn{S=#B%flpcVk3&4dm2%Z1XKYtrBvy-kFoHQd;#!XCzh11EZGKhAHvNyQ?JwY2N@ zV^fr~*O7wam0(6{*X>GOL3^Dl+2RzWQMZorge_C@qKr5yereq;QJy-}C%u}BwEqd) zCj)@75~8n7D`|4PA)JMcb8dE`>Ld6z#;*N4&bVqdCq=2x9F=Xoiv*^J@!rdd8Q~pY zO%?FPx+pGT=Fz`B@6l0!7a^vdLr z|G)^OsCw*p>$Vi#^NHC}PUo-xS+%nGD5l1Vh$j;~s zloAKCx>uV^U=07M#-DYtOk5x8D`E0lP=99aM=)Wq#mYH3Egx`|)DR^`gL62B)#R{k zflmkcvIU$}uo5v`_JE+6CSbm4n8co6@L1OqgX+EF(S*45*@Fpq0L=-Hww* z>>xRT{?}^!f0KSo{x?{a*)K`@zwV<^SIQ5?t82|p*&x-Tfo7u~VJfp%-<25RoyTvn@NolPMaz%Wko**ZNyKZvVlHXZ%kP%#%D|`|59v`z3?$~ zHK&Jb7(G*;414gWYWx5Tx z1k1D?(eyZG+NbZK96yyfm?OkNcY%(Tgs#1C&&-~nOz1NS8L{&LoC^Ei>2cL8TM7Cy zxF5;qA~WL*c8rg|?xIp@JoRb!;r6=j0#i}Z%aRGcBT;Ymj+!i}IwiQQ*`MQl>JW#c zHnb|l)yz%O%b_%fNfzv6TUCk$XG4O8F$C|ctfs54FjA9|?3YldL$HF3j8S4n_lP5a zfU#P<#;io=W851D$AP7MFslEaAr>t!&``TtZlRU5JNZ zcj6)({QMeuKnjWu;Y3$4X(H%QATl_%t(?NS5~sCL-d3m=109WzlA~TBOObxN8iF@% z1v;6D?54^yaR3<1qb3Lj;;jn9c6w5|EuBn!hR^qBpW^!@mjup-Lw!L{$+@drGFO!; zSeVqNPgT*+Z(?T;I-3~?%2=RPUAPkZpz~Vl>EXtNlvBz@K|BignTsz`Q%QN>x!+N8 GBlACG$|%YJ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3aba9f806c2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po @@ -0,0 +1,732 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aitzol Naberan , 2013,2016 +# Eneko Illarramendi , 2017-2019,2022 +# Jannis Leidel , 2011 +# julen, 2012-2013 +# julen, 2013 +# Urtzi Odriozola , 2017 +# Yoaira García , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: Eneko Illarramendi \n" +"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ezabatu aukeratutako %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s elementu ezabatu dira." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ezin da %(name)s ezabatu" + +msgid "Are you sure?" +msgstr "Ziur al zaude?" + +msgid "Administration" +msgstr "Kudeaketa" + +msgid "All" +msgstr "Dena" + +msgid "Yes" +msgstr "Bai" + +msgid "No" +msgstr "Ez" + +msgid "Unknown" +msgstr "Ezezaguna" + +msgid "Any date" +msgstr "Edozein data" + +msgid "Today" +msgstr "Gaur" + +msgid "Past 7 days" +msgstr "Aurreko 7 egunak" + +msgid "This month" +msgstr "Hilabete hau" + +msgid "This year" +msgstr "Urte hau" + +msgid "No date" +msgstr "Datarik ez" + +msgid "Has date" +msgstr "Data dauka" + +msgid "Empty" +msgstr "Hutsik" + +msgid "Not empty" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Idatzi kudeaketa gunerako %(username)s eta pasahitz zuzena. Kontuan izan " +"biek maiuskula/minuskulak desberdintzen dituztela." + +msgid "Action:" +msgstr "Ekintza:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Gehitu beste %(verbose_name)s bat" + +msgid "Remove" +msgstr "Kendu" + +msgid "Addition" +msgstr "Gehitzea" + +msgid "Change" +msgstr "Aldatu" + +msgid "Deletion" +msgstr "Ezabatzea" + +msgid "action time" +msgstr "Ekintza hordua" + +msgid "user" +msgstr "erabiltzailea" + +msgid "content type" +msgstr "eduki mota" + +msgid "object id" +msgstr "objetuaren id-a" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objeturaren adierazpena" + +msgid "action flag" +msgstr "Ekintza botoia" + +msgid "change message" +msgstr "Mezua aldatu" + +msgid "log entry" +msgstr "Log sarrera" + +msgid "log entries" +msgstr "log sarrerak" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" gehituta." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" ezabatuta." + +msgid "LogEntry Object" +msgstr "LogEntry objetua" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} \"{object}\" gehituta." + +msgid "Added." +msgstr "Gehituta" + +msgid "and" +msgstr "eta" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} aldatuta." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} \"{object}\" ezabatuta." + +msgid "No fields changed." +msgstr "Ez da eremurik aldatu." + +msgid "None" +msgstr "Bat ere ez" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Bat baino gehiago hautatzeko, sakatu \"Kontrol\" tekla edo \"Command\" Mac " +"batean." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "Aldaketa gehiago egin ditzazkezu jarraian." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} \"{obj}\" ondo gehitu da. Beste {name} bat gehitu dezakezu jarraian." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" ondo aldatu da. Aldaketa gehiago egin ditzazkezu jarraian." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" ondo gehitu da. Aldaketa gehiago egin ditzazkezu jarraian." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Elementuak aukeratu behar dira beraien gain ekintzak burutzeko. Ez da " +"elementurik aldatu." + +msgid "No action selected." +msgstr "Ez dago ekintzarik aukeratuta." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ondo ezabatu da." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"\"%(key)s\" ID-a duen %(name)s ez da existitzen. Agian ezabatua izan da?" + +#, python-format +msgid "Add %s" +msgstr "Gehitu %s" + +#, python-format +msgid "Change %s" +msgstr "Aldatu %s" + +#, python-format +msgid "View %s" +msgstr "%s ikusi" + +msgid "Database error" +msgstr "Errorea datu-basean" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(name)s %(count)s ondo aldatu da." +msgstr[1] "%(count)s %(name)s ondo aldatu dira." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Guztira %(total_count)s aukeratuta" +msgstr[1] "Guztira %(total_count)s aukeratuta" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Guztira %(cnt)s, 0 aukeratuta" + +#, python-format +msgid "Change history: %s" +msgstr "Aldaketen historia: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s klaseko %(instance)s instantziak ezabatzeak erlazionatutako " +"objektu hauek ezabatzea eragingo du:\n" +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Django kudeaketa gunea" + +msgid "Django administration" +msgstr "Django kudeaketa" + +msgid "Site administration" +msgstr "Webgunearen kudeaketa" + +msgid "Log in" +msgstr "Sartu" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s kudeaketa" + +msgid "Page not found" +msgstr "Ez da orririk aurkitu" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Sentitzen dugu, baina eskatutako orria ezin da aurkitu." + +msgid "Home" +msgstr "Hasiera" + +msgid "Server error" +msgstr "Zerbitzariaren errorea" + +msgid "Server error (500)" +msgstr "Zerbitzariaren errorea (500)" + +msgid "Server Error (500)" +msgstr "Zerbitzariaren errorea (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Burutu aukeratutako ekintza" + +msgid "Go" +msgstr "Joan" + +msgid "Click here to select the objects across all pages" +msgstr "Egin klik hemen orri guztietako objektuak aukeratzeko" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Hautatu %(total_count)s %(module_name)s guztiak" + +msgid "Clear selection" +msgstr "Garbitu hautapena" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s aplikazioaren modeloak" + +msgid "Add" +msgstr "Gehitu" + +msgid "View" +msgstr "Ikusi" + +msgid "You don’t have permission to view or edit anything." +msgstr "Ez duzu ezer ikusteko edo editatzeko baimenik." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Lehenik, sartu erabiltzailea eta pasahitza bat. Gero, editatzeko aukera " +"gehiago izango dituzu. " + +msgid "Enter a username and password." +msgstr "Sartu erabiltzaile izen eta pasahitz bat." + +msgid "Change password" +msgstr "Aldatu pasahitza" + +msgid "Please correct the error below." +msgstr "Mesedez zuzendu erroreak behean." + +msgid "Please correct the errors below." +msgstr "Mesedez zuzendu erroreak behean." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Idatzi pasahitz berria %(username)s erabiltzailearentzat." + +msgid "Welcome," +msgstr "Ongi etorri," + +msgid "View site" +msgstr "Webgunea ikusi" + +msgid "Documentation" +msgstr "Dokumentazioa" + +msgid "Log out" +msgstr "Irten" + +#, python-format +msgid "Add %(name)s" +msgstr "Gehitu %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Webgunean ikusi" + +msgid "Filter" +msgstr "Iragazkia" + +msgid "Clear all filters" +msgstr "Garbitu filtro guztiak." + +msgid "Remove from sorting" +msgstr "Kendu ordenaziotik" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ordenatzeko lehentasuna: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Txandakatu ordenazioa" + +msgid "Delete" +msgstr "Ezabatu" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s ezabatzean bere '%(escaped_object)s' ere ezabatzen dira, " +"baina zure kontuak ez dauka baimenik objetu mota hauek ezabatzeko:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' ezabatzeak erlazionatutako objektu " +"babestu hauek ezabatzea eskatzen du:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ziur zaude %(object_name)s \"%(escaped_object)s\" ezabatu nahi dituzula? " +"Erlazionaturik dauden hurrengo elementuak ere ezabatuko dira:" + +msgid "Objects" +msgstr "Objetuak" + +msgid "Yes, I’m sure" +msgstr "bai, ziur nago " + +msgid "No, take me back" +msgstr "Ez, itzuli atzera" + +msgid "Delete multiple objects" +msgstr "Ezabatu hainbat objektu" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Aukeratutako %(objects_name)s ezabatzeak erlazionatutako objektuak ezabatzea " +"eskatzen du baina zure kontuak ez dauka baimen nahikorik objektu mota hauek " +"ezabatzeko: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Aukeratutako %(objects_name)s ezabatzeak erlazionatutako objektu babestu " +"hauek ezabatzea eskatzen du:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ziur zaude aukeratutako %(objects_name)s ezabatu nahi duzula? Objektu guzti " +"hauek eta erlazionatutako elementu guztiak ezabatuko dira:" + +msgid "Delete?" +msgstr "Ezabatu?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Irizpidea: %(filter_title)s" + +msgid "Summary" +msgstr "Laburpena" + +msgid "Recent actions" +msgstr "Azken ekintzak" + +msgid "My actions" +msgstr "Nire ekintzak" + +msgid "None available" +msgstr "Ez dago ezer" + +msgid "Unknown content" +msgstr "Eduki ezezaguna" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s bezala autentikatu zara, baina ez daukazu orrialde honetara " +"sarbidea. Nahi al duzu kontu ezberdin batez sartu?" + +msgid "Forgotten your password or username?" +msgstr "Pasahitza edo erabiltzaile-izena ahaztu duzu?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "Hasi idazten filtratzeko..." + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Data/ordua" + +msgid "User" +msgstr "Erabiltzailea" + +msgid "Action" +msgstr "Ekintza" + +msgid "entry" +msgstr "sarrera" + +msgid "entries" +msgstr "sarrerak" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Erakutsi dena" + +msgid "Save" +msgstr "Gorde" + +msgid "Popup closing…" +msgstr "Popup leihoa ixten..." + +msgid "Search" +msgstr "Bilatu" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "Emaitza %(counter)s " +msgstr[1] "%(counter)s emaitza" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s guztira" + +msgid "Save as new" +msgstr "Gorde berri gisa" + +msgid "Save and add another" +msgstr "Gorde eta beste bat gehitu" + +msgid "Save and continue editing" +msgstr "Gorde eta editatzen jarraitu" + +msgid "Save and view" +msgstr "Gorde eta ikusi" + +msgid "Close" +msgstr "Itxi" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Aldatu aukeratutako %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Gehitu beste %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Ezabatu aukeratutako %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "Hasi saioa berriro" + +msgid "Password change" +msgstr "Aldatu pasahitza" + +msgid "Your password was changed." +msgstr "Zure pasahitza aldatu egin da." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Mesedez, sartu zure pasahitza zaharra segurtasunagatik, gero sartu berria bi " +"aldiz, ondo idatzita dagoela ziurtatzeko. " + +msgid "Change my password" +msgstr "Nire pasahitza aldatu" + +msgid "Password reset" +msgstr "Berrezarri pasahitza" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Zure pasahitza ezarri da. Orain aurrera egin eta sartu zaitezke." + +msgid "Password reset confirmation" +msgstr "Pasahitza berrezartzeko berrespena" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Idatzi pasahitz berria birritan ondo idatzita dagoela ziurta dezagun." + +msgid "New password:" +msgstr "Pasahitz berria:" + +msgid "Confirm password:" +msgstr "Berretsi pasahitza:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Pasahitza berrezartzeko loturak baliogabea dirudi. Baliteke lotura aurretik " +"erabilita egotea. Eskatu berriro pasahitza berrezartzea." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Zure pasahitza jartzeko aginduak bidali dizkizugu... sartu duzun posta " +"elektronikoarekin konturen bat baldin badago. Laster jasoko dituzu." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Posta elektronikorik jasotzen ez baduzu, ziurtatu erregistratu duzun " +"helbidean sartu zarela, eta zure spam horria begiratu. " + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Mezu hau %(site_name)s webgunean pasahitza berrezartzea eskatu duzulako jaso " +"duzu." + +msgid "Please go to the following page and choose a new password:" +msgstr "Zoaz hurrengo orrira eta aukeratu pasahitz berria:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Zure erabiltzaile-izena, ahaztu baduzu:" + +msgid "Thanks for using our site!" +msgstr "Mila esker gure webgunea erabiltzeagatik!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s webguneko taldea" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Pasahitza ahaztu zaizu? Sartu zure helbidea behean, eta berria jartzeko " +"argibideak bidaliko dizkizugu " + +msgid "Email address:" +msgstr "Helbide elektronikoa:" + +msgid "Reset my password" +msgstr "Berrezarri pasahitza" + +msgid "All dates" +msgstr "Data guztiak" + +#, python-format +msgid "Select %s" +msgstr "Aukeratu %s" + +#, python-format +msgid "Select %s to change" +msgstr "Aukeratu %s aldatzeko" + +#, python-format +msgid "Select %s to view" +msgstr "Aukeratu %s ikusteko" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Ordua:" + +msgid "Lookup" +msgstr "Lookup" + +msgid "Currently:" +msgstr "Oraingoa:" + +msgid "Change:" +msgstr "Aldatu:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..234bff63c360cce59dd8ff9891d69dc1ab42c2e3 GIT binary patch literal 4480 zcmbuBON<;x8Gy@V0%2nwF(iaXLdA*0ns|EG>-dqeH~6({ufuvRd*YCAKsD2~Gwtc= z8oI0ZG2s9b2reiAC5QtO5;r6cNF0Cz2aq^$M7$&-MFPPESsXy(0z!O$PmMhuZxREg z`RnVd`s?*Sy65#hwO1A8Y2+iw?zbs*1^(+UD$4o0l{yMn;M?IB0>1+Jsh2|gRk)k> zw?g~7f!~MkqW_11KM(vBoT2{@@SX5F{3!efd>lT&X7|9wz-7o!tx?tBRrn70>CkQm zb|FisK9nmIP}bQD3v!~5Zj@Fgho?tRb5UwZ-{415@}gnA5$ z-U5_$o`PS8r=j@!H&EiB^WM=qDLhF#htmH8=-`h+dlsWee?4#^@Mz$Pz*B+CfzJe9 z3Vb&3g}~21iQ71^8<++T0)60C;O8LjRt-eTEHZ~Yjy#DRLOzbv5sf^IFhw0hByJBN z5h6w6d>kRzS(x>d8EU(y^Y^=?1(l|KT=2ZKyYf1C#gDBcFMx5QyV5p zO)Ir}U!l&JtZh?urt4f`1GLd+jh|>Wlm0}@Pqxx(Zeg=(u{3G-w0F8)EvHSI(yfix zj$I;kW;~wTzT2?XII5%BH`UJCw(YlUu9j^pFHOF!mXp-eKA*%^T`*bIccDzT)rB&% zYSrZJF7>urP2w!+biKOhTt?+>LqG3IZF0G+?z%G9rfW?s_AG3^VRJ3liFVfI=y$HH zTeh2I@f|I@v+Bm^))(ETT5EeJ7Pwp)DnRU|uGoPe>0Rlf*z6{S=I6Usr%8dO*R`2& za8%vDZ??xiDO}&`)^>=ZB9#m6=;^(qK-r5$bCg=v zZ(4L@cfaX0(`^y$c&HnGzImb$1^?%XMkacz6S@O0B(l1OI4-jS#F*G*9ZRxiEFLEtNnDy#+c@!6x~(TRjf+UH ztm|#2=4FPJwQ2jrWe21yzip+>gcNGwT37f;nN};e8> zIIn6vObv}Qt;WODP{_9$oE{+qYoy_A-I=9(TD!{98ugSqc}ws1RPROJ5AqJE@h~+M za-#;PMsDOrjVI+Y>}EaA(#v^*!)nWueXA~$zSYUTE5?`N+S-*{ddo`lmcC}U%nQ+M zPHHwwdwb_|HqJ)fnfyT;4Az7p53+PuK=4IN)2YTV3aJ8-$LuNIvouAeSDMZM`7 zdgjtv{j%LiM71t&<%V9EKX|A<|73mPu%18KIQ-NT^OTuSn!?wcxyg#uc$YWyQf7Nj zucRrdYWkLV)F-U;og}8DFKWB~(+6a^qX!n|7Zz9|>y)Nr>rHF=4Sm`apDnGP?Rr0G z%*}0XZbn|#PuA_0%$*w@e2g^Ap0nlL{+ZR4)uo$PJQ&T-oFQm!#u>@IhW2*L&ka(O zWXC0K^1}MXXPe9QV>k6=uXUT(m$J5tc>y)_u~y=5oU);9Idds3bCcGWUEVJmIvZ5Y zVsYWP9z8D3X8MsueQ^Kr89tZQ_p@$&(&J+~`mUO?XLG#n&0CJ&`bjl|gm0=L0?VN< znO$fWY9(n0+a~IiAJXKLJ6it6gN}_ix@Gtbhav6qxO{`2vodcSjS7FxoK!DgCmC~PxvlpI<{HM zx@ewrlaA9vQ}Wrrqsh#x=9}_=n0#aB%5~$7BmG})Jw4lSQOvTIVJe}1o@LC*28MCi8Ly<^5hT;n#2cX&G%+# zdUnYFp5Z`jI@2>-d}+F-a-n9DW|J+}!)KO}7(3J2JC4b{x?_h4166og0?iJiTaP3u zGYXJC}J-Ao!|My@GyhdqNqE&o}>=vkzf_)~KE2-, 2011 +# Eneko Illarramendi , 2017,2022 +# Jannis Leidel , 2011 +# julen, 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:26-0500\n" +"PO-Revision-Date: 2022-07-25 07:59+0000\n" +"Last-Translator: Eneko Illarramendi \n" +"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s erabilgarri" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Hau da aukeran dauden %s zerrenda. Hauetako zenbait aukera ditzakezu " +"azpiko \n" +"kaxan hautatu eta kutxen artean dagoen \"Aukeratu\" gezian klik eginez." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Idatzi kutxa honetan erabilgarri dauden %s objektuak iragazteko." + +msgid "Filter" +msgstr "Filtroa" + +msgid "Choose all" +msgstr "Denak aukeratu" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Egin klik %s guztiak batera aukeratzeko." + +msgid "Choose" +msgstr "Aukeratu" + +msgid "Remove" +msgstr "Kendu" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s aukeratuak" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Hau da aukeratutako %s zerrenda. Hauetako zenbait ezaba ditzakezu azpiko " +"kutxan hautatu eta bi kutxen artean dagoen \"Ezabatu\" gezian klik eginez." + +msgid "Remove all" +msgstr "Kendu guztiak" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Egin klik aukeratutako %s guztiak kentzeko." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-etik %(sel)s aukeratuta" +msgstr[1] "%(cnt)s-etik %(sel)s aukeratuta" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Gorde gabeko aldaketak dauzkazu eremuetan. Ekintza bat exekutatzen baduzu, " +"gorde gabeko aldaketak galduko dira." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Orain" + +msgid "Midnight" +msgstr "Gauerdia" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Eguerdia" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Oharra: zerbitzariaren denborarekiko ordu %s aurrerago zaude" +msgstr[1] "Oharra: zerbitzariaren denborarekiko %s ordu aurrerago zaude" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Oharra: zerbitzariaren denborarekiko ordu %s atzerago zaude. " +msgstr[1] "Oharra: zerbitzariaren denborarekiko %s ordu atzerago zaude. " + +msgid "Choose a Time" +msgstr "Aukeratu ordu bat" + +msgid "Choose a time" +msgstr "Aukeratu ordu bat" + +msgid "Cancel" +msgstr "Atzera" + +msgid "Today" +msgstr "Gaur" + +msgid "Choose a Date" +msgstr "Aukeratu data bat" + +msgid "Yesterday" +msgstr "Atzo" + +msgid "Tomorrow" +msgstr "Bihar" + +msgid "January" +msgstr "urtarrila" + +msgid "February" +msgstr "otsaila" + +msgid "March" +msgstr "martxoa" + +msgid "April" +msgstr "apirila" + +msgid "May" +msgstr "maiatza" + +msgid "June" +msgstr "ekaina" + +msgid "July" +msgstr "uztaila" + +msgid "August" +msgstr "abuztua" + +msgid "September" +msgstr "iraila" + +msgid "October" +msgstr "urria" + +msgid "November" +msgstr "azaroa" + +msgid "December" +msgstr "abendua" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "urt." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "ots." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mar." + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "api." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "mai." + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "eka." + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "uzt." + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "abu." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "ira." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "urr." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "aza." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "abe." + +msgctxt "one letter Sunday" +msgid "S" +msgstr "ig." + +msgctxt "one letter Monday" +msgid "M" +msgstr "al." + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "ar." + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "az." + +msgctxt "one letter Thursday" +msgid "T" +msgstr "og." + +msgctxt "one letter Friday" +msgid "F" +msgstr "ol." + +msgctxt "one letter Saturday" +msgid "S" +msgstr "lr." + +msgid "" +"You have already submitted this form. Are you sure you want to submit it " +"again?" +msgstr "" + +msgid "Show" +msgstr "Erakutsi" + +msgid "Hide" +msgstr "Izkutatu" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..50393fb471d3684dd5902f6dab3e4f0da5a59cd4 GIT binary patch literal 21031 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, 2020 +# Ali Nikneshan , 2015,2020 +# ali salehi, 2023 +# Ali Vakilzade , 2015 +# Aly Ahmady , 2022 +# Amir Ajorloo , 2020 +# Arash Fazeli , 2012 +# Farshad Asadpour, 2021 +# Jannis Leidel , 2011 +# MJafar Mashhadi , 2018 +# Mohammad Hossein Mojtahedi , 2017,2019 +# Peyman Salehi , 2023 +# Pouya Abbassi, 2016 +# rahim agh , 2021 +# Reza Mohammadi , 2013-2014 +# Sajad Rahimi , 2021,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Sajad Rahimi , 2021,2025\n" +"Language-Team: Persian (http://app.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "حذف %(verbose_name_plural)s های انتخاب شده" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d تا %(items)s با موفقیت حذف شدند." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "امکان حذف %(name)s نیست." + +msgid "Delete multiple objects" +msgstr "حذف اشیاء متعدد" + +msgid "Administration" +msgstr "مدیریت" + +msgid "All" +msgstr "همه" + +msgid "Yes" +msgstr "بله" + +msgid "No" +msgstr "خیر" + +msgid "Unknown" +msgstr "ناشناخته" + +msgid "Any date" +msgstr "هر تاریخی" + +msgid "Today" +msgstr "امروز" + +msgid "Past 7 days" +msgstr "۷ روز اخیر" + +msgid "This month" +msgstr "این ماه" + +msgid "This year" +msgstr "امسال" + +msgid "No date" +msgstr "بدون تاریخ" + +msgid "Has date" +msgstr "دارای تاریخ" + +msgid "Empty" +msgstr "خالی" + +msgid "Not empty" +msgstr "غیر خالی" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"لطفا %(username)s و گذرواژه را برای یک حساب کارمند وارد کنید.\n" +"توجه داشته باشید که ممکن است هر دو به کوچکی و بزرگی حروف حساس باشند." + +msgid "Action:" +msgstr "اقدام:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "افزودن یک %(verbose_name)s دیگر" + +msgid "Remove" +msgstr "حذف" + +msgid "Addition" +msgstr "افزودن" + +msgid "Change" +msgstr "تغییر" + +msgid "Deletion" +msgstr "کاستن" + +msgid "action time" +msgstr "زمان اقدام" + +msgid "user" +msgstr "کاربر" + +msgid "content type" +msgstr "نوع محتوی" + +msgid "object id" +msgstr "شناسهٔ شیء" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "صورت شیء" + +msgid "action flag" +msgstr "نشانه عمل" + +msgid "change message" +msgstr "پیغام تغییر" + +msgid "log entry" +msgstr "مورد اتفاقات" + +msgid "log entries" +msgstr "موارد اتفاقات" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" افروده شد." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "تغییر یافت \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" حدف شد." + +msgid "LogEntry Object" +msgstr "شئ LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} \"{object}\" اضافه شد." + +msgid "Added." +msgstr "اضافه شد" + +msgid "and" +msgstr "و" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} برای {name} \"{object}\" تغییر یافتند." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} تغییر یافتند." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} \"{object}\" حذف شد." + +msgid "No fields changed." +msgstr "فیلدی تغییر نیافته است." + +msgid "None" +msgstr "هیچ" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"برای انتخاب بیش از یکی، کلید \"Control\"، یا \"Command\" روی Mac، را نگه " +"دارید." + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" با موفقیت اضافه شد." + +msgid "You may edit it again below." +msgstr "می‌توانید مجدداً ویرایش کنید." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} \"{obj}\" با موفقیت اضافه شد. شما میتوانید {name} دیگری در قسمت پایین " +"اضافه کنید." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" با موفقیت تغییر یافت. شما میتوانید دوباره آنرا در قسمت " +"پایین ویرایش کنید." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" با موفقیت تغییر یافت. شما میتوانید {name} دیگری در قسمت " +"پایین اضافه کنید." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" با موفقیت تغییر یافت." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"آیتم ها باید به منظور انجام عملیات بر روی آنها انتخاب شوند. هیچ آیتمی با " +"تغییر نیافته است." + +msgid "No action selected." +msgstr "فعالیتی انتخاب نشده" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s·\"%(obj)s\" با موفقیت حذف شد." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s با کلید «%(key)s» وجود ندارد. ممکن است حذف شده باشد." + +#, python-format +msgid "Add %s" +msgstr "اضافه کردن %s" + +#, python-format +msgid "Change %s" +msgstr "تغییر %s" + +#, python-format +msgid "View %s" +msgstr "مشاهده %s" + +msgid "Database error" +msgstr "خطا در بانک اطلاعاتی" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s با موفقیت تغییر کرد." +msgstr[1] "%(count)s %(name)s با موفقیت تغییر کرد." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "همه موارد %(total_count)s انتخاب شده" +msgstr[1] "همه موارد %(total_count)s انتخاب شده" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 از %(cnt)s انتخاب شده‌اند" + +msgid "Delete" +msgstr "حذف" + +#, python-format +msgid "Change history: %s" +msgstr "تاریخچهٔ تغییر: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"برای حذف %(class_name)s %(instance)s لازم است اشیای حفاظت شدهٔ زیر هم حذف " +"شوند: %(related_objects)s" + +msgid "Django site admin" +msgstr "مدیریت وب‌گاه Django" + +msgid "Django administration" +msgstr "مدیریت Django" + +msgid "Site administration" +msgstr "مدیریت وب‌گاه" + +msgid "Log in" +msgstr "ورود" + +#, python-format +msgid "%(app)s administration" +msgstr "مدیریت ‎%(app)s‎" + +msgid "Page not found" +msgstr "صفحه یافت نشد" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "شرمنده، صفحه مورد تقاضا یافت نشد." + +msgid "Home" +msgstr "شروع" + +msgid "Server error" +msgstr "خطای سرور" + +msgid "Server error (500)" +msgstr "خطای سرور (500)" + +msgid "Server Error (500)" +msgstr "خطای سرور (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"مشکلی پیش آمده. این مشکل از طریق ایمیل به مدیران وب‌گاه اطلاع داده شد و به " +"زودی اصلاح می‌گردد. از صبر شما متشکریم." + +msgid "Run the selected action" +msgstr "اجرای حرکت انتخاب شده" + +msgid "Go" +msgstr "برو" + +msgid "Click here to select the objects across all pages" +msgstr "برای انتخاب موجودیت‌ها در تمام صفحات اینجا را کلیک کنید" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "انتخاب تمامی %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "لغو انتخاب‌ها" + +msgid "Breadcrumbs" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "مدلها در برنامه %(name)s " + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "اضافه‌کردن پیوند" + +msgid "Change or view list link" +msgstr "تغییر یا مشاهده لیست پیوند" + +msgid "Add" +msgstr "اضافه کردن" + +msgid "View" +msgstr "مشاهده" + +msgid "You don’t have permission to view or edit anything." +msgstr "شما اجازهٔ مشاهده یا ویرایش چیزی را ندارید." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "پس از ساخت یک کاربر، امکان ثبت یا تغییر گزینه‌های بیشتری را دارید." + +msgid "Error:" +msgstr "خطا:" + +msgid "Change password" +msgstr "تغییر گذرواژه" + +msgid "Set password" +msgstr "تنظیم رمز عبور جدید" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "برای کابر %(username)s یک گذرنامهٔ جدید وارد کنید." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "غیرفعال کردن احراز هویت مبتنی بر گذرواژه" + +msgid "Enable password-based authentication" +msgstr "فعال کردن احراز هویت مبتنی بر گذرواژه" + +msgid "Skip to main content" +msgstr "انتقال به محتوای اصلی" + +msgid "Welcome," +msgstr "خوش آمدید،" + +msgid "View site" +msgstr "نمایش وبگاه" + +msgid "Documentation" +msgstr "مستندات" + +msgid "Log out" +msgstr "خروج" + +#, python-format +msgid "Add %(name)s" +msgstr "اضافه‌کردن %(name)s" + +msgid "History" +msgstr "تاریخچه" + +msgid "View on site" +msgstr "مشاهده در وب‌گاه" + +msgid "Filter" +msgstr "فیلتر" + +msgid "Hide counts" +msgstr "مخفی‌کردن تعداد" + +msgid "Show counts" +msgstr "نمایش تعداد" + +msgid "Clear all filters" +msgstr "پاک کردن همه فیلترها" + +msgid "Remove from sorting" +msgstr "حذف از مرتب سازی" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "اولویت مرتب‌سازی: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "تعویض مرتب سازی" + +msgid "Toggle theme (current theme: auto)" +msgstr "تغییر رنگ پوسته (حالت کنونی: خودکار)" + +msgid "Toggle theme (current theme: light)" +msgstr "تغییر رنگ پوسته (حالت کنونی: روشن)" + +msgid "Toggle theme (current theme: dark)" +msgstr "تغییر رنگ پوسته (حالت کنونی: تیره)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"حذف %(object_name)s·'%(escaped_object)s' می تواند باعث حذف اشیاء مرتبط شود. " +"اما حساب شما دسترسی لازم برای حذف اشیای از انواع زیر را ندارد:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"حذف %(object_name)s '%(escaped_object)s' نیاز به حذف موجودیت‌های مرتبط محافظت " +"شده ذیل دارد:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"آیا مطمئنید که می‌خواهید %(object_name)s·\"%(escaped_object)s\" را حذف کنید؟ " +"کلیهٔ اشیای مرتبط زیر حذف خواهند شد:" + +msgid "Objects" +msgstr "اشیاء" + +msgid "Yes, I’m sure" +msgstr "بله، مطمئن هستم." + +msgid "No, take me back" +msgstr "نه، من را برگردان" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"حذف %(objects_name)s انتخاب شده منجر به حذف موجودیت‌های مرتبط خواهد شد، ولی " +"شناسه شما اجازه حذف اینگونه از موجودیت‌های ذیل را ندارد:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"حذف %(objects_name)s انتخاب شده نیاز به حذف موجودیت‌های مرتبط محافظت شده ذیل " +"دارد:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"آیا در خصوص حذف %(objects_name)s انتخاب شده اطمینان دارید؟ تمام موجودیت‌های " +"ذیل به همراه موارد مرتبط با آنها حذف خواهند شد:" + +msgid "Delete?" +msgstr "حذف؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr "براساس %(filter_title)s " + +msgid "Summary" +msgstr "خلاصه" + +msgid "Recent actions" +msgstr "فعالیتهای اخیر" + +msgid "My actions" +msgstr "فعالیتهای من" + +msgid "None available" +msgstr "چیزی در دسترس نیست" + +msgid "Added:" +msgstr "اضافه شده:" + +msgid "Changed:" +msgstr "ویرایش شده:" + +msgid "Deleted:" +msgstr "حذف شده:" + +msgid "Unknown content" +msgstr "محتوا ناشناخته" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"در نصب بانک اطلاعاتی شما مشکلی وجود دارد. مطمئن شوید که جداول مربوطه به " +"درستی ایجاد شده‌اند و اطمینان حاصل کنید که بانک اطلاعاتی توسط کاربر مربوطه " +"قابل خواندن می باشد." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"شما به عنوان %(username)sوارد شده اید. ولی اجازه مشاهده صفحه فوق را نداریدو " +"آیا مایلید با کاربر دیگری وارد شوید؟" + +msgid "Forgotten your login credentials?" +msgstr "گذرواژه یا نام کاربری خود را فراموش کرده‌اید؟" + +msgid "Toggle navigation" +msgstr "تعویض جهت یابی" + +msgid "Sidebar" +msgstr "ستون کناری" + +msgid "Start typing to filter…" +msgstr "آغار به کار نوشتن برای فیلترکردن ..." + +msgid "Filter navigation items" +msgstr "فیلتر کردن آیتم های مسیریابی" + +msgid "Date/time" +msgstr "تاریخ/ساعت" + +msgid "User" +msgstr "کاربر" + +msgid "Action" +msgstr "عمل" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"این شیء هنوز تاریخچه تغییرات ندارد. ممکن است توسط این وب‌گاه مدیر ساخته نشده " +"باشد." + +msgid "Show all" +msgstr "نمایش همه" + +msgid "Save" +msgstr "ذخیره" + +msgid "Popup closing…" +msgstr "در حال بستن پنجره..." + +msgid "Search" +msgstr "جستجو" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s نتیجه" +msgstr[1] "%(counter)s نتیجه" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "در مجموع %(full_result_count)s تا" + +msgid "Save as new" +msgstr "ذخیره به عنوان جدید" + +msgid "Save and add another" +msgstr "ذخیره و ایجاد یکی دیگر" + +msgid "Save and continue editing" +msgstr "ذخیره و ادامهٔ ویرایش" + +msgid "Save and view" +msgstr "ذخیره و نمایش" + +msgid "Close" +msgstr "بستن" + +#, python-format +msgid "Change selected %(model)s" +msgstr "تغییر دادن %(model)s انتخاب شده" + +#, python-format +msgid "Add another %(model)s" +msgstr "افزدون %(model)s دیگر" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "حذف کردن %(model)s انتخاب شده" + +#, python-format +msgid "View selected %(model)s" +msgstr "نمایش %(model)sهای انتخاب شده" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"از شما ممنون هستیم که زمان با ارزش خود را برای این تارنما امروز صرف کرده اید" + +msgid "Log in again" +msgstr "ورود دوباره" + +msgid "Password change" +msgstr "تغییر گذرواژه" + +msgid "Your password was changed." +msgstr "گذرواژهٔ شما تغییر یافت." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"برای امنیت بیشتر٬ لطفا گذرواژه قدیمی خود را وارد کنید٬ سپس گذرواژه جدیدتان " +"را دوبار وارد کنید تا ما بتوانیم چک کنیم که به درستی تایپ کرده‌اید. " + +msgid "Change my password" +msgstr "تغییر گذرواژهٔ من" + +msgid "Password reset" +msgstr "ایجاد گذرواژهٔ جدید" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "گذرواژهٔ جدیدتان تنظیم شد. اکنون می‌توانید وارد وب‌گاه شوید." + +msgid "Password reset confirmation" +msgstr "تأیید گذرواژهٔ جدید" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"گذرواژهٔ جدیدتان را دوبار وارد کنید تا ما بتوانیم چک کنیم که به درستی تایپ " +"کرده‌اید." + +msgid "New password:" +msgstr "گذرواژهٔ جدید:" + +msgid "Confirm password:" +msgstr "تکرار گذرواژه:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"پیوند ایجاد گذرواژهٔ جدید نامعتبر بود، احتمالاً به این علت که قبلاً از آن " +"استفاده شده است. لطفاً برای یک گذرواژهٔ جدید درخواست دهید." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"دستورالعمل تنظیم گذرواژه را برایتان ایمیل کردیم. اگر با ایمیلی که وارد کردید " +"اکانتی وجود داشته باشد باید به زودی این دستورالعمل‌ها را دریافت کنید." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"اگر ایمیلی دریافت نمی‌کنید، لطفاً بررسی کنید که آدرسی که وارد کرده‌اید همان است " +"که با آن ثبت نام کرده‌اید، و پوشهٔ اسپم خود را نیز چک کنید." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"شما این ایمیل را بخاطر تقاضای تغییر رمز حساب در %(site_name)s. دریافت کرده " +"اید." + +msgid "Please go to the following page and choose a new password:" +msgstr "لطفاً به صفحهٔ زیر بروید و یک گذرواژهٔ جدید انتخاب کنید:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "ممنون از استفادهٔ شما از وب‌گاه ما" + +#, python-format +msgid "The %(site_name)s team" +msgstr "گروه %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"گذرواژه خود را فراموش کرده اید؟ آدرس ایمیل خود را وارد کنید و ما مراحل تعیین " +"کلمه عبور جدید را برای شما ایمیل می‌کنیم." + +msgid "Email address:" +msgstr "آدرس ایمیل:" + +msgid "Reset my password" +msgstr "ایجاد گذرواژهٔ جدید" + +msgid "Select all objects on this page for an action" +msgstr "انتخاب تمام اشیاء داخل صفحه برای انجام یک اقدام" + +msgid "All dates" +msgstr "همهٔ تاریخ‌ها" + +#, python-format +msgid "Select %s" +msgstr "%s انتخاب کنید" + +#, python-format +msgid "Select %s to change" +msgstr "%s را برای تغییر انتخاب کنید" + +#, python-format +msgid "Select %s to view" +msgstr "%s را برای مشاهده انتخاب کنید" + +msgid "Date:" +msgstr "تاریخ:" + +msgid "Time:" +msgstr "زمان:" + +msgid "Lookup" +msgstr "جستجو" + +msgid "Currently:" +msgstr "در حال حاضر:" + +msgid "Change:" +msgstr "تغییر یافته:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..2add5c779c5c97c958d439b7647cf4d3e3dfdadf GIT binary patch literal 6050 zcmc(he~esJ700hSB5uVWpcN71S}C-`%(evzPARswEEe6iwu?|hjBj@C?mU=zZ+-90 zZr2#nHQSvUTZ6V5h(r)0yR2=O{s3vCjfsi+kNjogdu>7#|IvTcM5BKg6F=v^JG-;f z<%eS8%iQ<9Kh8bp+;hJ7ym{&J!nYL9Cfe1~-mKIf!2&OyeQ#CjHgE#G1U%#LryxJ| z3pf51_zuRucH`eU`~!Fy^M7{uFNe!e*2DYQEr4E3G@!v_Joa2Fa=KF>~TvT6jxF38M<3~WYs3#pB16MLW3w{Lr zt-}JsVt*AV_U-^b4(Vhm3l9GTik&aNC)e{;hetq>e*zT#J`Li!I_=hf24;+31pf-oT%PZL9OuN3 zY4CI4v!M95jNtweTn>JQxJnYv0=qc8tY1bl#om>m_;W2N^EbKiZEn036#Y9K-Ve$- zJy7-yfwC_K#ovcPuCzMj@DYcH9e&&4V-6p8_yj0!%CkBL`xYB3+;}Z0wh>hyrrkgz zoaz?ZHM9~v{%UE~Im*@~HCAFo!9+^fsYV10q`R)a=t!B_PDkf5W zrV=&1Xk7LA^@Q;!{i;#-c!8a}r&%9Y_cQ~e`n_nd#(P}#`_;f7t|e-F7zVr&Q`URJ zruHH^tgeO4NP9KoRVALWiAGJNraxp^rmNvtexfDgsrHx{E{Zx~R?UOQ z?HftZv^SXeVQ`a;-?$S9Uf%auq8nZn$_J7OFBmr5=>Q+9{-|GVdUdRudNsDuK^(%4 zL}7(%ITMP@lyXS3rEKnu87TWcwK&NY| zU7-qex|Up>DuCT9RIUQ$>!RtvFx@R}t6PD0mpJu~+3~K~?bKDNodr5wORlCAz^;|~ zno^*r!hpD$1d{8%$cN~KzRtP+Fp#6#L_0zgql6b2u&zgk{~c zb4PKP8TCc9C||R(Ubkl5+Txm9ifeAxYi};!y8gyBJUyTG;-okbc|lzFk}xWBr)qvf zd&4z-hwYZ=^8Ki68gB62EDeT@JJ}QrH@#s~957y^tapk_P;yl*Nk+=Oy<=lzr9@Qv zLuRk+=*@j?L)~rf9rAit_w;Y;ziZ)CYfEc-w!l*p;1*@7tP`_0=^d$iey~AqW)z!b zo(}T zyKz;Z@6>BoZ|G6{)yV&Kq|@oi`Trg1bT*aFrpK9_(dp@QE^EEK@1UKX`){^fcwVQ^ zr8DU(8Yp zz=?d|98?z$o_|K;?zAXLkLyL=pMNHsVs_3+oy_*j@*9v@q&;ilVGCauE6hWt(iw4= zV=USu?xsiWe7-$9BL7%$bkd%r?QyAN|FQJhY(g)+vs-^|d`W$CM0T18;FroK2&+WB zrP8zbIm61N%Fbm|Bt=4mmnX>llsf;YjI#r|EZN8=#e3$_@H7GvQ)ExkVOruXQ4z+R zPG?j*%d=QymQAAfB&Otc zE>sR=tv`}EO&+bgSR}b9T+u1J0z=kg7>D3dSTU2emL#z|*#v&zKjc|BT&G4?xBkQP zb-Mq`ht1E*kq91lM8DQSZSFWC^cS*A@goOI9XL;Om+#7ESgyoLuB}*1rov?J82+azuqzGkS zBZ|<(l~Yb2e4oqz9Oo+(Fd~Jt;}Wa$n#k zR%b0K19I!0l^aM#S}-jy@AIGI5_dfP5v-74%m;w~>70xkD!12?WI=^91QQnJMPyGp z28d27vLxD82T{y9y7MoeYGP|01CCmgh_-2zM|827cKX?PCVgJ=y*MyXj6WTuYhjxh zo{|)cKXP~A40DocA%r9m2gMIj-YJ{4L, 2011-2012 +# Alireza Savand , 2012 +# Ali Vakilzade , 2015 +# Jannis Leidel , 2011 +# Pouya Abbassi, 2016 +# rahim agh , 2020-2021 +# Reza Mohammadi , 2014 +# Sina Cheraghi , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-03 13:56+0000\n" +"Last-Translator: rahim agh \n" +"Language-Team: Persian (http://www.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%sی موجود" + +#, javascript-format +msgid "" +"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." +msgstr "" +"این لیست%s های در دسترس است. شما ممکن است برخی از آنها را در محل زیرانتخاب " +"نمایید و سپس روی \"انتخاب\" بین دو جعبه کلیک کنید." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "برای غربال فهرست %sی موجود درون این جعبه تایپ کنید." + +msgid "Filter" +msgstr "غربال" + +msgid "Choose all" +msgstr "انتخاب همه" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "برای انتخاب یکجای همهٔ %s کلیک کنید." + +msgid "Choose" +msgstr "انتخاب" + +msgid "Remove" +msgstr "حذف" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s انتخاب شده" + +#, javascript-format +msgid "" +"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." +msgstr "" +"این فهرست %s های انتخاب شده است. شما ممکن است برخی از انتخاب آنها را در محل " +"زیر وارد نمایید و سپس روی \"حذف\" جهت دار بین دو جعبه حذف شده است." + +msgid "Remove all" +msgstr "حذف همه" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "برای حذف یکجای همهٔ %sی انتخاب شده کلیک کنید." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] " %(sel)s از %(cnt)s انتخاب شده‌اند" +msgstr[1] " %(sel)s از %(cnt)s انتخاب شده‌اند" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"شما تغییراتی در بعضی فیلدهای قابل تغییر انجام داده اید. اگر کاری انجام " +"دهید، تغییرات از دست خواهند رفت" + +msgid "" +"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." +msgstr "" +"شما یک اقدام را انتخاب کرده‌اید، ولی تغییراتی که در فیلدهای شخصی وارد کرده‌اید " +"هنوز ذخیره نشده‌اند. لطفاً کلید OK را برای ذخیره کردن تغییرات بزنید. لازم است " +"که اقدام را دوباره اجرا کنید." + +msgid "" +"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." +msgstr "" +"شما یک اقدام را انتخاب کرده‌اید، ولی تغییراتی در فیلدهای شخصی وارد نکرده‌اید. " +"احتمالاً به جای کلید Save به دنبال کلید Go می‌گردید." + +msgid "Now" +msgstr "اکنون" + +msgid "Midnight" +msgstr "نیمه‌شب" + +msgid "6 a.m." +msgstr "۶ صبح" + +msgid "Noon" +msgstr "ظهر" + +msgid "6 p.m." +msgstr "۶ بعدازظهر" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "توجه: شما %s ساعت از زمان سرور جلو هستید." +msgstr[1] "توجه: شما %s ساعت از زمان سرور جلو هستید." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "توجه: شما %s ساعت از زمان سرور عقب هستید." +msgstr[1] "توجه: شما %s ساعت از زمان سرور عقب هستید." + +msgid "Choose a Time" +msgstr "یک زمان انتخاب کنید" + +msgid "Choose a time" +msgstr "یک زمان انتخاب کنید" + +msgid "Cancel" +msgstr "انصراف" + +msgid "Today" +msgstr "امروز" + +msgid "Choose a Date" +msgstr "یک تاریخ انتخاب کنید" + +msgid "Yesterday" +msgstr "دیروز" + +msgid "Tomorrow" +msgstr "فردا" + +msgid "January" +msgstr "ژانویه" + +msgid "February" +msgstr "فوریه" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "آوریل" + +msgid "May" +msgstr "می" + +msgid "June" +msgstr "ژوئن" + +msgid "July" +msgstr "جولای" + +msgid "August" +msgstr "آگوست" + +msgid "September" +msgstr "سپتامبر" + +msgid "October" +msgstr "اکتبر" + +msgid "November" +msgstr "نوامبر" + +msgid "December" +msgstr "دسامبر" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "ژانویه" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "فوریه" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "مارس" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "آوریل" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "می" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "ژوئن" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "ژوئیه" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "اوت" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "سپتامبر" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "اکتبر" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "نوامبر" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "دسامبر" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "ی" + +msgctxt "one letter Monday" +msgid "M" +msgstr "د" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "س" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "چ" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "پ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "ج" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "ش" + +msgid "Show" +msgstr "نمایش" + +msgid "Hide" +msgstr "پنهان کردن" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..78ba2922cecebccb80922172dde54ba8180ed6a4 GIT binary patch literal 17498 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f9ece3e55a8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po @@ -0,0 +1,786 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aarni Koskela, 2015,2017,2020-2022,2025 +# Antti Kaihola , 2011 +# Jannis Leidel , 2011 +# Jiri Grönroos , 2021,2023 +# Klaus Dahlén, 2012 +# Nikolay Korotkiy , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Aarni Koskela, 2015,2017,2020-2022,2025\n" +"Language-Team: Finnish (http://app.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Poista valitut \"%(verbose_name_plural)s\"-kohteet" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d \"%(items)s\"-kohdetta poistettu." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ei voida poistaa: %(name)s" + +msgid "Delete multiple objects" +msgstr "Poista useita kohteita" + +msgid "Administration" +msgstr "Hallinta" + +msgid "All" +msgstr "Kaikki" + +msgid "Yes" +msgstr "Kyllä" + +msgid "No" +msgstr "Ei" + +msgid "Unknown" +msgstr "Tuntematon" + +msgid "Any date" +msgstr "Mikä tahansa päivä" + +msgid "Today" +msgstr "Tänään" + +msgid "Past 7 days" +msgstr "Viimeiset 7 päivää" + +msgid "This month" +msgstr "Tässä kuussa" + +msgid "This year" +msgstr "Tänä vuonna" + +msgid "No date" +msgstr "Ei päivämäärää" + +msgid "Has date" +msgstr "On päivämäärä" + +msgid "Empty" +msgstr "Tyhjä" + +msgid "Not empty" +msgstr "Ei tyhjä" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ole hyvä ja syötä henkilökuntatilin %(username)s ja salasana. Huomaa että " +"kummassakin kentässä isoilla ja pienillä kirjaimilla saattaa olla merkitystä." + +msgid "Action:" +msgstr "Toiminto:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Lisää toinen %(verbose_name)s" + +msgid "Remove" +msgstr "Poista" + +msgid "Addition" +msgstr "Lisäys" + +msgid "Change" +msgstr "Muokkaa" + +msgid "Deletion" +msgstr "Poisto" + +msgid "action time" +msgstr "tapahtumahetki" + +msgid "user" +msgstr "käyttäjä" + +msgid "content type" +msgstr "sisältötyyppi" + +msgid "object id" +msgstr "kohteen tunniste" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "kohteen tiedot" + +msgid "action flag" +msgstr "tapahtumatyyppi" + +msgid "change message" +msgstr "selitys" + +msgid "log entry" +msgstr "lokimerkintä" + +msgid "log entries" +msgstr "lokimerkinnät" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Lisätty \"%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Muokattu \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Poistettu \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Lokimerkintätietue" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Lisätty {name} \"{object}\"." + +msgid "Added." +msgstr "Lisätty." + +msgid "and" +msgstr "ja" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Muutettu {fields} {name}-kohteelle \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Muutettu {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Poistettu {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Ei muutoksia kenttiin." + +msgid "None" +msgstr "Ei arvoa" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +" Pidä \"Ctrl\" (tai Macin \"Command\") pohjassa valitaksesi useita " +"vaihtoehtoja." + +msgid "Select this object for an action - {}" +msgstr "Valitse tämä kohde toiminnolle - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" on lisätty." + +msgid "You may edit it again below." +msgstr "Voit muokata sitä jälleen alla." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} \"{obj}\" on lisätty. Voit lisätä toisen {name}-kohteen alla." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" on muokattu. Voit muokata sitä edelleen alla." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" on muokattu. Voit lisätä toisen {name}-kohteen alla." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" on muokattu." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Kohteiden täytyy olla valittuna, jotta niihin voi kohdistaa toimintoja. " +"Kohteita ei ole muutettu." + +msgid "No action selected." +msgstr "Ei toimintoa valittuna." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" on poistettu." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s tunnisteella \"%(key)s\" puuttuu. Se on voitu poistaa." + +#, python-format +msgid "Add %s" +msgstr "Lisää %s" + +#, python-format +msgid "Change %s" +msgstr "Muokkaa %s" + +#, python-format +msgid "View %s" +msgstr "Näytä %s" + +msgid "Database error" +msgstr "Tietokantavirhe" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s on muokattu." +msgstr[1] "%(count)s \"%(name)s\"-kohdetta on muokattu." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valittu" +msgstr[1] "Kaikki %(total_count)s valittu" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 valittuna %(cnt)s mahdollisesta" + +msgid "Delete" +msgstr "Poista" + +#, python-format +msgid "Change history: %s" +msgstr "Muokkaushistoria: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s poistaminen vaatisi myös seuraavien suojattujen " +"liittyvien kohteiden poiston: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django-sivuston ylläpito" + +msgid "Django administration" +msgstr "Djangon ylläpito" + +msgid "Site administration" +msgstr "Sivuston ylläpito" + +msgid "Log in" +msgstr "Kirjaudu sisään" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-ylläpito" + +msgid "Page not found" +msgstr "Sivua ei löydy" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Pahoittelemme, pyydettyä sivua ei löytynyt." + +msgid "Home" +msgstr "Etusivu" + +msgid "Server error" +msgstr "Palvelinvirhe" + +msgid "Server error (500)" +msgstr "Palvelinvirhe (500)" + +msgid "Server Error (500)" +msgstr "Palvelinvirhe (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Sattui virhe. Virheestä on huomautettu sivuston ylläpitäjille sähköpostitse " +"ja se korjautunee piakkoin. Kiitos kärsivällisyydestä." + +msgid "Run the selected action" +msgstr "Suorita valittu toiminto" + +msgid "Go" +msgstr "Suorita" + +msgid "Click here to select the objects across all pages" +msgstr "Klikkaa tästä valitaksesi kohteet kaikilta sivuilta" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Valitse kaikki %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Tyhjennä valinta" + +msgid "Breadcrumbs" +msgstr "Murupolut" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Sovelluksen %(name)s mallit" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Lisää" + +msgid "View" +msgstr "Näytä" + +msgid "You don’t have permission to view or edit anything." +msgstr "Sinulla ei ole oikeutta näyttää tai muokata mitään." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "Vaihda salasana" + +msgid "Set password" +msgstr "Aseta salasana" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Korjaa alla oleva virhe." +msgstr[1] "Korjaa alla olevat virheet." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Syötä käyttäjän %(username)s uusi salasana." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Tämä toiminto kytkee päälle salasanapohjaisen kirjautumisen " +"tälle käyttäjälle." + +msgid "Disable password-based authentication" +msgstr "Ota salasanapohjainen kirjautuminen pois päältä" + +msgid "Enable password-based authentication" +msgstr "Kytke salasanapohjainen kirjautuminen käyttöön" + +msgid "Skip to main content" +msgstr "Siirry pääsisältöön" + +msgid "Welcome," +msgstr "Tervetuloa," + +msgid "View site" +msgstr "Näytä sivusto" + +msgid "Documentation" +msgstr "Dokumentaatio" + +msgid "Log out" +msgstr "Kirjaudu ulos" + +#, python-format +msgid "Add %(name)s" +msgstr "Lisää %(name)s" + +msgid "History" +msgstr "Muokkaushistoria" + +msgid "View on site" +msgstr "Näytä lopputulos" + +msgid "Filter" +msgstr "Suodatin" + +msgid "Hide counts" +msgstr "Piilota lukumäärät" + +msgid "Show counts" +msgstr "Näytä lukumäärät" + +msgid "Clear all filters" +msgstr "Tyhjennä kaikki suodattimet" + +msgid "Remove from sorting" +msgstr "Poista järjestämisestä" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Järjestysprioriteetti: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Kytke järjestäminen" + +msgid "Toggle theme (current theme: auto)" +msgstr "Vaihda teemaa (nyt: automaattinen)" + +msgid "Toggle theme (current theme: light)" +msgstr "Vaihda teemaa (nyt: vaalea)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Vaihda teemaa (nyt: tumma)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Kohteen '%(escaped_object)s' (%(object_name)s) poisto poistaisi myös siihen " +"liittyviä kohteita, mutta sinulla ei ole oikeutta näiden kohteiden " +"poistamiseen:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s': poistettaessa joudutaan poistamaan " +"myös seuraavat suojatut siihen liittyvät kohteet:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Haluatko varmasti poistaa kohteen \"%(escaped_object)s\" (%(object_name)s)? " +"Myös seuraavat kohteet poistettaisiin samalla:" + +msgid "Objects" +msgstr "Kohteet" + +msgid "Yes, I’m sure" +msgstr "Kyllä, olen varma" + +msgid "No, take me back" +msgstr "Ei, mennään takaisin" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Jos valitut %(objects_name)s poistettaisiin, jouduttaisiin poistamaan niihin " +"liittyviä kohteita. Sinulla ei kuitenkaan ole oikeutta poistaa seuraavia " +"kohdetyyppejä:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Jos valitut %(objects_name)s poistetaan, pitää poistaa myös seuraavat " +"suojatut niihin liittyvät kohteet:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Haluatko varmasti poistaa valitut %(objects_name)s? Samalla poistetaan " +"kaikki alla mainitut ja niihin liittyvät kohteet:" + +msgid "Delete?" +msgstr "Poista?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Yhteenveto" + +msgid "Recent actions" +msgstr "Viimeisimmät tapahtumat" + +msgid "My actions" +msgstr "Omat tapahtumat" + +msgid "None available" +msgstr "Ei yhtään" + +msgid "Added:" +msgstr "Lisätty:" + +msgid "Changed:" +msgstr "Muutettu:" + +msgid "Deleted:" +msgstr "Poistettu:" + +msgid "Unknown content" +msgstr "Tuntematon sisältö" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Tietokanta-asennuksessa on jotain vialla. Varmista, että sopivat taulut on " +"luotu ja että oikea käyttäjä voi lukea tietokantaa." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Olet kirjautunut käyttäjänä %(username)s, mutta sinulla ei ole pääsyä tälle " +"sivulle. Haluaisitko kirjautua eri tilille?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "Kytke navigaatio" + +msgid "Sidebar" +msgstr "Sivupalkki" + +msgid "Start typing to filter…" +msgstr "Kirjoita suodattaaksesi..." + +msgid "Filter navigation items" +msgstr "Suodata navigaatiovaihtoehtoja" + +msgid "Date/time" +msgstr "Pvm/klo" + +msgid "User" +msgstr "Käyttäjä" + +msgid "Action" +msgstr "Tapahtuma" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "merkintä" +msgstr[1] "merkintää" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Tällä kohteella ei ole muutoshistoriaa. Sitä ei ole ilmeisesti lisätty tämän " +"ylläpitosivun avulla." + +msgid "Show all" +msgstr "Näytä kaikki" + +msgid "Save" +msgstr "Tallenna ja poistu" + +msgid "Popup closing…" +msgstr "Ponnahdusikkuna sulkeutuu..." + +msgid "Search" +msgstr "Haku" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s osuma" +msgstr[1] "%(counter)s osumaa" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "yhteensä %(full_result_count)s" + +msgid "Save as new" +msgstr "Tallenna uutena" + +msgid "Save and add another" +msgstr "Tallenna ja lisää toinen" + +msgid "Save and continue editing" +msgstr "Tallenna välillä ja jatka muokkaamista" + +msgid "Save and view" +msgstr "Tallenna ja näytä" + +msgid "Close" +msgstr "Sulje" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Muuta valittuja %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Lisää toinen %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Poista valitut %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Näytä valitut %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Kiitos sivuillamme viettämästäsi ajasta." + +msgid "Log in again" +msgstr "Kirjaudu uudelleen sisään" + +msgid "Password change" +msgstr "Salasanan vaihtaminen" + +msgid "Your password was changed." +msgstr "Salasanasi on vaihdettu." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Syötä vanha salasanasi varmistukseksi, ja syötä sitten uusi salasanasi kaksi " +"kertaa, jotta se tulee varmasti oikein." + +msgid "Change my password" +msgstr "Vaihda salasana" + +msgid "Password reset" +msgstr "Salasanan nollaus" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Salasanasi on asetettu. Nyt voit kirjautua sisään." + +msgid "Password reset confirmation" +msgstr "Salasanan nollauksen vahvistus" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Syötä uusi salasanasi kaksi kertaa, jotta voimme varmistaa että syötit sen " +"oikein." + +msgid "New password:" +msgstr "Uusi salasana:" + +msgid "Confirm password:" +msgstr "Varmista uusi salasana:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Salasanan nollauslinkki oli virheellinen, mahdollisesti siksi että se on jo " +"käytetty. Ole hyvä ja pyydä uusi salasanan nollaus." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Sinulle on lähetetty sähköpostitse ohjeet salasanasi asettamiseen, mikäli " +"antamallasi sähköpostiosoitteella on olemassa tili." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jos viestiä ei näy, ole hyvä ja varmista syöttäneesi oikea sähköpostiosoite " +"sekä tarkista sähköpostisi roskapostikansio." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tämä viesti on lähetetty sinulle, koska olet pyytänyt %(site_name)s -" +"sivustolla salasanan palautusta." + +msgid "Please go to the following page and choose a new password:" +msgstr "Määrittele uusi salasanasi oheisella sivulla:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Kiitos vierailustasi sivuillamme!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Sivuston %(site_name)s ylläpitäjät" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Unohditko salasanasi? Syötä sähköpostiosoitteesi alle ja lähetämme sinulle " +"ohjeet uuden salasanan asettamiseksi." + +msgid "Email address:" +msgstr "Sähköpostiosoite:" + +msgid "Reset my password" +msgstr "Nollaa salasanani" + +msgid "Select all objects on this page for an action" +msgstr "Valitse kaikki tämän sivun kohteet toiminnolle" + +msgid "All dates" +msgstr "Kaikki päivät" + +#, python-format +msgid "Select %s" +msgstr "Valitse %s" + +#, python-format +msgid "Select %s to change" +msgstr "Valitse muokattava %s" + +#, python-format +msgid "Select %s to view" +msgstr "Valitse näytettävä %s" + +msgid "Date:" +msgstr "Pvm:" + +msgid "Time:" +msgstr "Klo:" + +msgid "Lookup" +msgstr "Etsi" + +msgid "Currently:" +msgstr "Tällä hetkellä:" + +msgid "Change:" +msgstr "Muokkaa:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e1c46d49cda6e9d2734006c54ac1562491c55c85 GIT binary patch literal 4993 zcmb7{O^h5z6~`;dgd_`r5JO@^z~#V_HQt{6h}T}vW(^yAH(uNOAdb}eLp8}%b8$kjo0V9n-iiD65gagMpaX}!&0g#Xgkr0T83x`M?;QzX7W@l$j zv?)#XuU>uit5>gH*Zldx(zhAX3i2b!SMOv@fS)hnLFrwLodxay&x7Yc{MfGN7s0zB zf8EPB!S_J^mX~jV_e1`X=g&QR;C-n7EqE{ZC(k!P{MehG{|4`Y{2!21x(fpFUXb2< zKX?~-1f+Q$25CG8so!JZXTV9Y27V2set!gM++RWb*x!8pzd+LKEs*B96P>C5eR$CO z9`y22kj9+=7r>KX1(YC-zvcNV_&vx!1HS`S(bxk22|ff~A1mmy_pE|6PJ=Z63!dKxX`a`>4}!l2Y1|ti_5UyUVel9>?+7^O zxe8MM>t0U1{0;B}sDA~d_xu#JcQE!Va0Bua?`7-)coT$6vEP7Xzu$o{1^WX?_I(}1 zkNq7FvgcbM>B-&)TLVWuPk~rEI}g(MRnKdl&x2(5(97D(H@y61FTd#Jmq60%6<>eL z%ddjZqW;I=b@1*7ig_C#`AY(lo}UFtkB*nW0@C|m^zutyei@{GKlJrK0cRoq0(=Vm z2ME)%+4mRrIS;-J`6BoO@Gsy^@T)Ke>H7dShj_&EA!`ezU1X~FF)<&=RrDGbtv$j+2LR)Ab3Pm6fc8Yz9WK@h z2c>D`DP;1;Pay}$aPL8yM~Pw^otuv%e+2n492x!L056AkT9M1^cP8NPknUO#SHP8rR$alEZkRgWbbKhT`+Yd^z9IVrOgl*$P`uKGD{1p z%9bmdt69FnT9nz8T56_vCdOKftYxyO?zALV+8OR5mGZjT-Tw(owhaG5)m8>JE3_+2Go)Ciix3U&B_ zNnM$Vdfm!)nPbyz;kvyI z-B;^(bGUAAEBDp*w{f^~Xb;(@H9Pof1*>83jI=3YL4}7qIPhldnrs>Cg0*y8g~5~A zb{f=7g^z7+1lJ^euZ#}pvr^%+(=(3;)2D;kIX->1GI#FOG}72rk-DH}g-&DPjIHn` zVYT8{Oxl#On50p2lX#rPV|F^gW0p#D7^t^1u`Pp|6iJ1zD6Lf*@rlT}R%L2Rv|43H z)2c1GTW*+Ss?fKO*bkrDQd1|#)>hY+_f|Gjo*ugZUzHlFA-Yz$le=!J6$_;oD2~`v zy2Yn!E5ZC;KYG`ew864&m=J-j!sqMC4b-e46pn4inH6!cVr-IDxNhZQx;VSQi{j#h z<|h{U%*lnZ!S$dmV&z<>#oz{!h$u8MJ_d-{;_&@a?x*5S6Cr3z#dWXS>|m49UYFsE z>)S=q!8tM7XZj4AnXgPwvnY$4YGxUeu_3GtRC07V*pxQQpxZN~J0fbU*H!IaH|ceI zU5j`1>#@bL(Ly!%x{g*MqGQ4xlf@amD3WoKzqp#=OX`%Scfk>zP|S&>Xp5wxm7#l6 zVrf)J1XM|>Z5d)@NE zzD|il_dPi8POls9NZN)&O+DN_5!Q-)Ve1{oup5FFc~xY^y3$T3Z$wDfS#G78v2Yv3 zYP~Lugh##@skLA=g$o9nt|+@>@R{PS*NxC4zj(k@Jk5>nglNL|6wDORl|+d0p@(=E z+sQAH0UXgu6+#%yBhx1C4yxHSY+1!pvwTBn7#860?Ntd%xFtx}>~*=pMb^nkcktnl zpe|{f!1wTl6ui?+adhB&Y3|~@i36RN%6!?O3A5qd!nSB%Gd>O99&Pbj2sn;mKpVpW5Hpu{`(VwYgPh> z9VjuZ0(l`?;7FL0Vgtg#p4~1R{PieoG_)C$BXf(v0?AD$l Cq&C(7 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..fb71d4d5598 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po @@ -0,0 +1,314 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aarni Koskela, 2015,2017,2020-2022,2025 +# Antti Kaihola , 2011 +# Jannis Leidel , 2011 +# Jiri Grönroos , 2021,2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Aarni Koskela, 2015,2017,2020-2022,2025\n" +"Language-Team: Finnish (http://app.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mahdolliset %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Kirjoita tähän listaan suodattaaksesi %s-listaa." + +msgid "Filter" +msgstr "Suodatin" + +#, javascript-format +msgid "Choose all %s" +msgstr "" + +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valitut %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Kirjoita tähän listaan suodattaaksesi valittujen %s-kohteiden listaa." + +msgid "(click to clear)" +msgstr "" + +#, javascript-format +msgid "Remove all %s" +msgstr "" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s valittu kohde ei näkyvissä" +msgstr[1] "%s valittua kohdetta ei näkyvissä" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s valittuna %(cnt)s mahdollisesta" +msgstr[1] "%(sel)s valittuna %(cnt)s mahdollisesta" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Sinulla on tallentamattomia muutoksia yksittäisissä muokattavissa kentissä. " +"Jos suoritat toiminnon, tallentamattomat muutoksesi katoavat." + +msgid "" +"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." +msgstr "" +"Olet valinnut toiminnon, mutta et ole vielä tallentanut muutoksiasi " +"yksittäisiin kenttiin. Paina OK tallentaaksesi. Sinun pitää suorittaa " +"toiminto uudelleen." + +msgid "" +"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." +msgstr "" +"Olet valinnut toiminnon etkä ole tehnyt yhtään muutosta yksittäisissä " +"kentissä. Etsit todennäköisesti Suorita-painiketta Tallenna-painikkeen " +"sijaan." + +msgid "Now" +msgstr "Nyt" + +msgid "Midnight" +msgstr "24" + +msgid "6 a.m." +msgstr "06" + +msgid "Noon" +msgstr "12" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Huom: Olet %s tunnin palvelinaikaa edellä." +msgstr[1] "Huom: Olet %s tuntia palvelinaikaa edellä." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Huom: Olet %s tunnin palvelinaikaa jäljessä." +msgstr[1] "Huom: Olet %s tuntia palvelinaikaa jäljessä." + +msgid "Choose a Time" +msgstr "Valitse kellonaika" + +msgid "Choose a time" +msgstr "Valitse kellonaika" + +msgid "Cancel" +msgstr "Peruuta" + +msgid "Today" +msgstr "Tänään" + +msgid "Choose a Date" +msgstr "Valitse päivämäärä" + +msgid "Yesterday" +msgstr "Eilen" + +msgid "Tomorrow" +msgstr "Huomenna" + +msgid "January" +msgstr "tammikuu" + +msgid "February" +msgstr "helmikuu" + +msgid "March" +msgstr "maaliskuu" + +msgid "April" +msgstr "huhtikuu" + +msgid "May" +msgstr "toukokuu" + +msgid "June" +msgstr "kesäkuu" + +msgid "July" +msgstr "heinäkuu" + +msgid "August" +msgstr "elokuu" + +msgid "September" +msgstr "syyskuu" + +msgid "October" +msgstr "lokakuu" + +msgid "November" +msgstr "marraskuu" + +msgid "December" +msgstr "joulukuu" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Tammi" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Helmi" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Maalis" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Huhti" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Touko" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Kesä" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Heinä" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Elo" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Syys" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Loka" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Marras" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Joulu" + +msgid "Sunday" +msgstr "Sunnuntai" + +msgid "Monday" +msgstr "Maanantai" + +msgid "Tuesday" +msgstr "Tiistai" + +msgid "Wednesday" +msgstr "Keskiviikko" + +msgid "Thursday" +msgstr "Torstai" + +msgid "Friday" +msgstr "Perjantai" + +msgid "Saturday" +msgstr "Lauantai" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Su" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Ma" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Ti" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Ke" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "To" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pe" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "La" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Su" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Ma" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Ti" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ke" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "To" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pe" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "La" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4e3757d8b078943dcbe6a74e326213803c0b40c1 GIT binary patch literal 19999 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 SMY$QjsCkG&ce5lz!T$lXv&=dG literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ad216ba048a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,812 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bruno Brouard , 2021 +# Claude Paroz , 2013-2025 +# Claude Paroz , 2011,2013 +# Jannis Leidel , 2011 +# Sébastien Corbin , 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Sébastien Corbin , 2025\n" +"Language-Team: French (http://app.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Supprimer les %(verbose_name_plural)s sélectionnés" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "La suppression de %(count)d %(items)s a réussi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Impossible de supprimer %(name)s" + +msgid "Delete multiple objects" +msgstr "Supprimer plusieurs objets" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Tout" + +msgid "Yes" +msgstr "Oui" + +msgid "No" +msgstr "Non" + +msgid "Unknown" +msgstr "Inconnu" + +msgid "Any date" +msgstr "Toutes les dates" + +msgid "Today" +msgstr "Aujourd’hui" + +msgid "Past 7 days" +msgstr "Les 7 derniers jours" + +msgid "This month" +msgstr "Ce mois-ci" + +msgid "This year" +msgstr "Cette année" + +msgid "No date" +msgstr "Aucune date" + +msgid "Has date" +msgstr "Possède une date" + +msgid "Empty" +msgstr "Vide" + +msgid "Not empty" +msgstr "Non vide" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Veuillez compléter correctement les champs « %(username)s » et « mot de " +"passe » d'un compte autorisé. Sachez que les deux champs peuvent être " +"sensibles à la casse." + +msgid "Action:" +msgstr "Action :" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ajouter un objet %(verbose_name)s supplémentaire" + +msgid "Remove" +msgstr "Enlever" + +msgid "Addition" +msgstr "Ajout" + +msgid "Change" +msgstr "Modification" + +msgid "Deletion" +msgstr "Suppression" + +msgid "action time" +msgstr "date de l’action" + +msgid "user" +msgstr "utilisateur" + +msgid "content type" +msgstr "type de contenu" + +msgid "object id" +msgstr "id de l’objet" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "représentation de l’objet" + +msgid "action flag" +msgstr "indicateur de l’action" + +msgid "change message" +msgstr "message de modification" + +msgid "log entry" +msgstr "entrée d’historique" + +msgid "log entries" +msgstr "entrées d’historique" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Ajout de « %(object)s »." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Modification de « %(object)s » — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Suppression de « %(object)s »." + +msgid "LogEntry Object" +msgstr "Objet de journal" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Ajout de {name} « {object} »." + +msgid "Added." +msgstr "Ajout." + +msgid "and" +msgstr "et" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Modification de {fields} pour l'objet {name} « {object} »." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Modification de {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Suppression de {name} « {object} »." + +msgid "No fields changed." +msgstr "Aucun champ modifié." + +msgid "None" +msgstr "Aucun(e)" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Maintenez appuyé « Ctrl », ou « Commande (touche pomme) » sur un Mac, pour " +"en sélectionner plusieurs." + +msgid "Select this object for an action - {}" +msgstr "Choisir cet objet pour une action - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "L'objet {name} « {obj} » a été ajouté avec succès." + +msgid "You may edit it again below." +msgstr "Vous pouvez l’éditer à nouveau ci-dessous." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"L’objet {name} « {obj} » a été ajouté avec succès. Vous pouvez ajouter un " +"autre objet « {name} » ci-dessous." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"L’objet {name} « {obj} » a été modifié avec succès. Vous pouvez l’éditer à " +"nouveau ci-dessous." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"L’objet {name} « {obj} » a été modifié avec succès. Vous pouvez ajouter un " +"autre objet {name} ci-dessous." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "L’objet {name} « {obj} » a été modifié avec succès." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Des éléments doivent être sélectionnés afin d’appliquer les actions. Aucun " +"élément n’a été modifié." + +msgid "No action selected." +msgstr "Aucune action sélectionnée." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "L’objet %(name)s « %(obj)s » a été supprimé avec succès." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"%(name)s avec l’identifiant « %(key)s » n’existe pas. Peut-être a-t-il été " +"supprimé ?" + +#, python-format +msgid "Add %s" +msgstr "Ajout de %s" + +#, python-format +msgid "Change %s" +msgstr "Modification de %s" + +#, python-format +msgid "View %s" +msgstr "Affichage de %s" + +msgid "Database error" +msgstr "Erreur de base de données" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s objet %(name)s a été modifié avec succès." +msgstr[1] "%(count)s objets %(name)s ont été modifiés avec succès." +msgstr[2] "%(count)s objets %(name)s ont été modifiés avec succès." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s sélectionné" +msgstr[1] "Tous les %(total_count)s sélectionnés" +msgstr[2] "Tous les %(total_count)s sélectionnés" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 sur %(cnt)s sélectionné" + +msgid "Delete" +msgstr "Supprimer" + +#, python-format +msgid "Change history: %s" +msgstr "Historique des changements : %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Supprimer l’objet %(class_name)s « %(instance)s » provoquerait la " +"suppression des objets liés et protégés suivants : %(related_objects)s" + +msgid "Django site admin" +msgstr "Site d’administration de Django" + +msgid "Django administration" +msgstr "Administration de Django" + +msgid "Site administration" +msgstr "Site d’administration" + +msgid "Log in" +msgstr "Connexion" + +#, python-format +msgid "%(app)s administration" +msgstr "Administration de %(app)s" + +msgid "Page not found" +msgstr "Page non trouvée" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Nous sommes désolés, mais la page demandée est introuvable." + +msgid "Home" +msgstr "Accueil" + +msgid "Server error" +msgstr "Erreur du serveur" + +msgid "Server error (500)" +msgstr "Erreur du serveur (500)" + +msgid "Server Error (500)" +msgstr "Erreur du serveur (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Une erreur est survenue. Elle a été transmise par courriel aux " +"administrateurs du site et sera corrigée dans les meilleurs délais. Merci " +"pour votre patience." + +msgid "Run the selected action" +msgstr "Exécuter l’action sélectionnée" + +msgid "Go" +msgstr "Envoyer" + +msgid "Click here to select the objects across all pages" +msgstr "Cliquez ici pour sélectionner tous les objets sur l’ensemble des pages" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Sélectionner tous les %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Effacer la sélection" + +msgid "Breadcrumbs" +msgstr "Fil d'Ariane" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modèles de l’application %(name)s" + +msgid "Model name" +msgstr "Nom du modèle" + +msgid "Add link" +msgstr "Lien pour l'ajout" + +msgid "Change or view list link" +msgstr "Lien pour modifier ou voir la liste" + +msgid "Add" +msgstr "Ajouter" + +msgid "View" +msgstr "Afficher" + +msgid "You don’t have permission to view or edit anything." +msgstr "Vous n’avez pas la permission de voir ou de modifier quoi que ce soit." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Après avoir créé un utilisateur, vous pourrez modifiez davantage de ses " +"options." + +msgid "Error:" +msgstr "Erreur :" + +msgid "Change password" +msgstr "Modifier le mot de passe" + +msgid "Set password" +msgstr "Définir un mot de passe" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Corrigez l’erreur ci-dessous." +msgstr[1] "Corrigez les erreurs ci-dessous." +msgstr[2] "Corrigez les erreurs ci-dessous." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Saisissez un nouveau mot de passe pour l’utilisateur %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Cette action va activer l'authentification par mot de passe " +"pour cet utilisateur." + +msgid "Disable password-based authentication" +msgstr "Désactiver l'authentification par mot de passe" + +msgid "Enable password-based authentication" +msgstr "Activer l'authentification par mot de passe" + +msgid "Skip to main content" +msgstr "Passer au contenu principal" + +msgid "Welcome," +msgstr "Bienvenue," + +msgid "View site" +msgstr "Voir le site" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Déconnexion" + +#, python-format +msgid "Add %(name)s" +msgstr "Ajouter %(name)s" + +msgid "History" +msgstr "Historique" + +msgid "View on site" +msgstr "Voir sur le site" + +msgid "Filter" +msgstr "Filtre" + +msgid "Hide counts" +msgstr "Masquer les nombres" + +msgid "Show counts" +msgstr "Afficher les nombres" + +msgid "Clear all filters" +msgstr "Effacer tous les filtres" + +msgid "Remove from sorting" +msgstr "Enlever du tri" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorité de tri : %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Inverser le tri" + +msgid "Toggle theme (current theme: auto)" +msgstr "Changer de thème (actuellement : automatique)" + +msgid "Toggle theme (current theme: light)" +msgstr "Changer de thème (actuellement : clair)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Changer de thème (actuellement : sombre)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Supprimer l’objet %(object_name)s « %(escaped_object)s » provoquerait la " +"suppression des objets qui lui sont liés, mais votre compte ne possède pas " +"la permission de supprimer les types d’objets suivants :" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Supprimer l’objet %(object_name)s « %(escaped_object)s » provoquerait la " +"suppression des objets liés et protégés suivants :" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Voulez-vous vraiment supprimer l’objet %(object_name)s " +"« %(escaped_object)s » ? Les éléments suivants sont liés à celui-ci et " +"seront aussi supprimés :" + +msgid "Objects" +msgstr "Objets" + +msgid "Yes, I’m sure" +msgstr "Oui, je suis sûr" + +msgid "No, take me back" +msgstr "Non, revenir à la page précédente" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"La suppression des objets %(objects_name)s sélectionnés provoquerait la " +"suppression d’objets liés, mais votre compte n’est pas autorisé à supprimer " +"les types d’objet suivants :" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"La suppression des objets %(objects_name)s sélectionnés provoquerait la " +"suppression des objets liés et protégés suivants :" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Voulez-vous vraiment supprimer les objets %(objects_name)s sélectionnés ? " +"Tous les objets suivants et les éléments liés seront supprimés :" + +msgid "Delete?" +msgstr "Supprimer ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Par %(filter_title)s " + +msgid "Summary" +msgstr "Résumé" + +msgid "Recent actions" +msgstr "Actions récentes" + +msgid "My actions" +msgstr "Mes actions" + +msgid "None available" +msgstr "Aucun(e) disponible" + +msgid "Added:" +msgstr "Ajout :" + +msgid "Changed:" +msgstr "Modif. :" + +msgid "Deleted:" +msgstr "Suppr. :" + +msgid "Unknown content" +msgstr "Contenu inconnu" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"L’installation de votre base de données est incorrecte. Vérifiez que les " +"tables utiles ont été créées, et que la base est accessible par " +"l’utilisateur concerné." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Vous êtes authentifié sous le nom %(username)s, mais vous n’êtes pas " +"autorisé à accéder à cette page. Souhaitez-vous vous connecter avec un autre " +"compte utilisateur ?" + +msgid "Forgotten your login credentials?" +msgstr "Identifiants de connexion oubliés ?" + +msgid "Toggle navigation" +msgstr "Basculer la navigation" + +msgid "Sidebar" +msgstr "Barre latérale" + +msgid "Start typing to filter…" +msgstr "Écrivez ici pour filtrer…" + +msgid "Filter navigation items" +msgstr "Filtrer les éléments de navigation" + +msgid "Date/time" +msgstr "Date/heure" + +msgid "User" +msgstr "Utilisateur" + +msgid "Action" +msgstr "Action" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrée" +msgstr[1] "entrées" +msgstr[2] "entrées" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Cet objet n’a pas d’historique de modification. Il n’a probablement pas été " +"ajouté au moyen de ce site d’administration." + +msgid "Show all" +msgstr "Tout afficher" + +msgid "Save" +msgstr "Enregistrer" + +msgid "Popup closing…" +msgstr "Fenêtre en cours de fermeture…" + +msgid "Search" +msgstr "Rechercher" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s résultat" +msgstr[1] "%(counter)s résultats" +msgstr[2] "%(counter)s résultats" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s résultats" + +msgid "Save as new" +msgstr "Enregistrer en tant que nouveau" + +msgid "Save and add another" +msgstr "Enregistrer et ajouter un nouveau" + +msgid "Save and continue editing" +msgstr "Enregistrer et continuer les modifications" + +msgid "Save and view" +msgstr "Enregistrer et afficher" + +msgid "Close" +msgstr "Fermer" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modifier l’objet %(model)s sélectionné" + +#, python-format +msgid "Add another %(model)s" +msgstr "Ajouter un autre objet %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Supprimer l’objet %(model)s sélectionné" + +#, python-format +msgid "View selected %(model)s" +msgstr "Afficher l'objet %(model)s sélectionné" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Merci pour le temps que vous avez accordé à ce site aujourd’hui." + +msgid "Log in again" +msgstr "Connectez-vous à nouveau" + +msgid "Password change" +msgstr "Modification du mot de passe" + +msgid "Your password was changed." +msgstr "Votre mot de passe a été modifié." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Pour des raisons de sécurité, saisissez votre ancien mot de passe puis votre " +"nouveau mot de passe à deux reprises afin de vérifier qu’il est correctement " +"saisi." + +msgid "Change my password" +msgstr "Modifier mon mot de passe" + +msgid "Password reset" +msgstr "Réinitialisation du mot de passe" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Votre mot de passe a été défini. Vous pouvez maintenant vous authentifier." + +msgid "Password reset confirmation" +msgstr "Confirmation de mise à jour du mot de passe" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Saisissez deux fois votre nouveau mot de passe afin de vérifier qu’il est " +"correctement saisi." + +msgid "New password:" +msgstr "Nouveau mot de passe :" + +msgid "Confirm password:" +msgstr "Confirmation du mot de passe :" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Le lien de mise à jour du mot de passe n’était pas valide, probablement en " +"raison de sa précédente utilisation. Veuillez renouveler votre demande de " +"mise à jour de mot de passe." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Nous vous avons envoyé par courriel les instructions pour changer de mot de " +"passe, pour autant qu’un compte existe avec l’adresse que vous avez " +"indiquée. Vous devriez recevoir rapidement ce message." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si vous ne recevez pas de message, vérifiez que vous avez saisi l’adresse " +"avec laquelle vous vous êtes enregistré et contrôlez votre dossier de " +"pourriels." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Vous recevez ce message en réponse à votre demande de réinitialisation du " +"mot de passe de votre compte sur %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Veuillez vous rendre sur cette page et choisir un nouveau mot de passe :" + +msgid "In case you’ve forgotten, you are:" +msgstr "Au cas où vous l'auriez oublié, vous êtes :" + +msgid "Thanks for using our site!" +msgstr "Merci d’utiliser notre site !" + +#, python-format +msgid "The %(site_name)s team" +msgstr "L’équipe %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Mot de passe perdu ? Saisissez votre adresse électronique ci-dessous et nous " +"vous enverrons les instructions pour en créer un nouveau." + +msgid "Email address:" +msgstr "Adresse électronique :" + +msgid "Reset my password" +msgstr "Réinitialiser mon mot de passe" + +msgid "Select all objects on this page for an action" +msgstr "Sélectionner tous les objets de cette page en vue d’une action" + +msgid "All dates" +msgstr "Toutes les dates" + +#, python-format +msgid "Select %s" +msgstr "Sélectionnez %s" + +#, python-format +msgid "Select %s to change" +msgstr "Sélectionnez l’objet %s à changer" + +#, python-format +msgid "Select %s to view" +msgstr "Sélectionnez l’objet %s à afficher" + +msgid "Date:" +msgstr "Date :" + +msgid "Time:" +msgstr "Heure :" + +msgid "Lookup" +msgstr "Recherche" + +msgid "Currently:" +msgstr "Actuellement :" + +msgid "Change:" +msgstr "Modifier :" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..218199d4986d0635a8dd953b2d92800869d298c5 GIT binary patch literal 6080 zcmb`LYm6jS6@ahOB8;-iLqQSuE;8(lZ1>D8EW7lwz_2^R?!qjaone8W)m^u{Yq$DV zTaVryz^G^xO!Nl{MolF62w|24BT+H3N}NuJCdT-R{NVA!N8%4-FycQ<{7%*FneN_) zfL7+#SNB<`&N=to)AQ;@rAHOl0_7u=&%INrCj4888`neUDzzOx3~z!zgYTD)cPquC zy3p}5_%7-jU40zBm--f0zX8ruzXe_Zzu@?&u zzaW3=4Q?WGiNV72p~$lVo&zs|{He>h$^1=F#!bL`U>PpK&qMyyOWb7MpP{V(S19to z21Wku2q$vRL7LP(P~`Qv$@)iKdkjU6`(6DrP}ch*+zB6nRro8&pE`f6;KlGU>Q}(8 z!jrHA?|P3?AA~PBz5*|!{<^DQfYLui{VI4VyvfxMyLt!8_=n(!;Wr&mLYem>l=c7N zcpe`s>uiJ{fZL(WTYxgY1uusW!i(W!j?X|D|AMQ(?CP(MXLf0=<||7}p@z0vjG3ZJ8Xo8vhs zOV)iJVp{ccDC_?YhVUgQa_&Vqk<&t1_Zv{;{0@})PeXanvk(_hKY=pt7q0!+a6k1w zz(a5oMv-|b6!||1pMVd-6L1oxe;NKB%JwnhqA;&Md z{zn|Y;`nvP#~i=q_=MvL$EP9gqMmX5zT*!af8_XM$CHjfb==I{D=3&jY03me{8%pW zYuSspQpBfsQ|2kxQ2N&l54Tf9$FhILHgfHuV6r@hUIjN%#GZ1A9%d<`_iHIrl#P@P zlV@s@mr`2)0drUJSO~>?#~B`8DQv zH7rv;CiU@&#DtTHjv9J=qHa?jX)yKF_-F51AE%>E8bnsxDAnB{32LEHnn>1S86Ygqhq?3rD;5dHl3Ak`ytv-tzN{7k z-v-TAsum(EV-G};<(8VNzBkH{KL6%cl*QU>8P6BHB_{5gSc{mI(~nKw%3xhHtpF9i znPpEuv|D`sf#{gJvz|txibJLyb>E7;iV36ka?5yy6f%ky}pt(J`C*Q5Ynt=-eCd$%wq$cv?C zQKac_nzM?>AU!Nz!dze4;xz$L>?s23Ws_F)L81Zsx`+;U-YzDP`F-iJyEUvvb8O0S zR!CQuE%W z<6z@}4b{OoI>NDB-shJOn>ZmBRJDJE4IhmiGMy++%L_>}@XNPm&7`~(RrT1xJIjZR z9LSL^%lTH-Tc>BPEl*!p-nvasZ?A5<;hJf#u{*pZEic8MO+qh?;;LTkt<-1>IL>xQ zaV@a=#>CVr_5AskW}D-fO8cfQEVy+W^KCQpnx?#Dyml3h8C!4ZiB_6+s#8;5r&CE~ z@t|Rj%e1LN>OMj@d#VvnO^z+>TbNt_zM0DO*ls-5SOg@-R&{EQr&FEK3+zsbCUIiY zU3V?bmv^j>lXo>tT%NP_$S1s2^^RJQu1Q(djd<)}n8jXLo{!>oQq{JTSCd`W?$pKO zt_iDm?b6fwfd_Q{G&8Ahrpj2oN!qWznx}C+BMO|JF2>%hXBe<`=h#}}lo0dQvZ~&S zq*WNh_E!G;h~!NTA=VeUS2DP|oMQutSTTfzY-mifK8Sbq7dq=GN!mV4V~}3w@d|;#0$$o{sc z%Nc_yF^hyJT((GcX_~X4>EhdG@RhUpJ6*ZU%LX{J&ll@EpLZ1!qO-Ygf7BU78VL+4 z@!H~y?o8y9{GiRxu9i_pOh(6Sc7y=nZ*FA)KXy0{tZI8P9leL^aUkFB6N7bKPEdWH z9Hx1|kX#yX*P*8+jb@XY!3{DHEilmkw$#uUtv+j3pJmCmiR<|;+bdh_aFp@0NQ504 zoJWs-u5I{1E5q#Od|<;1Qtf4R2{3KWmPSzb@?XAUEcqBtq;`i?J6{`p@vDyYUA}GF z9Ag7fIdK+ujSah3Dh0Jm6g1%t#X#_G%I zzM;2*#JlszUW8iG?jpeVry@u3NxtdEd=Qa^Q{9~f;pTq&y{=Kw#h`-Zw?99}y{v1R zI7)AYe$m;eK)n^0nj_I-P<#^kL7jJs&iiJmpR#, 2014-2017,2020-2023,2025 +# Claude Paroz , 2011-2012 +# Jannis Leidel , 2011 +# Sébastien Corbin , 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Sébastien Corbin , 2025\n" +"Language-Team: French (http://app.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponible(s)" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Choisissez %s en les sélectionnant puis cliquez sur le bouton flèche " +"« Choisir »." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Écrivez dans cette zone pour filtrer la liste des « %s » disponibles." + +msgid "Filter" +msgstr "Filtrer" + +#, javascript-format +msgid "Choose all %s" +msgstr "Choisir toutes les valeurs « %s »" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Choisir les valeurs « %s » sélectionnées" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Enlever les valeurs « %s » sélectionnées" + +#, javascript-format +msgid "Chosen %s" +msgstr "Choix des « %s »" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Enlevez les valeurs « %s » en les sélectionnant puis en cliquant sur le " +"bouton flèche « Enlever »." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" +"Écrivez dans cette zone pour filtrer la liste des « %s » sélectionné·e·s." + +msgid "(click to clear)" +msgstr "(cliquer pour effacer)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Enlever toutes les valeurs « %s »" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s option sélectionnée invisible" +msgstr[1] "%s options sélectionnées invisibles" +msgstr[2] "%s options sélectionnées invisibles" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s sur %(cnt)s sélectionné" +msgstr[1] "%(sel)s sur %(cnt)s sélectionnés" +msgstr[2] "%(sel)s sur %(cnt)s sélectionnés" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Vous avez des modifications non sauvegardées sur certains champs éditables. " +"Si vous lancez une action, ces modifications vont être perdues." + +msgid "" +"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." +msgstr "" +"Vous avez sélectionné une action, mais vous n'avez pas encore enregistré " +"certains champs modifiés. Cliquez sur OK pour enregistrer. Vous devrez " +"réappliquer l'action." + +msgid "" +"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." +msgstr "" +"Vous avez sélectionné une action, et vous n'avez fait aucune modification " +"sur des champs. Vous cherchez probablement le bouton Envoyer et non le " +"bouton Enregistrer." + +msgid "Now" +msgstr "Maintenant" + +msgid "Midnight" +msgstr "Minuit" + +msgid "6 a.m." +msgstr "6:00" + +msgid "Noon" +msgstr "Midi" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Note : l'heure du serveur précède votre heure de %s heure." +msgstr[1] "Note : l'heure du serveur précède votre heure de %s heures." +msgstr[2] "Note : l'heure du serveur précède votre heure de %s heures." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Note : votre heure précède l'heure du serveur de %s heure." +msgstr[1] "Note : votre heure précède l'heure du serveur de %s heures." +msgstr[2] "Note : votre heure précède l'heure du serveur de %s heures." + +msgid "Choose a Time" +msgstr "Choisir une heure" + +msgid "Choose a time" +msgstr "Choisir une heure" + +msgid "Cancel" +msgstr "Annuler" + +msgid "Today" +msgstr "Aujourd'hui" + +msgid "Choose a Date" +msgstr "Choisir une date" + +msgid "Yesterday" +msgstr "Hier" + +msgid "Tomorrow" +msgstr "Demain" + +msgid "January" +msgstr "Janvier" + +msgid "February" +msgstr "Février" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Avril" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juin" + +msgid "July" +msgstr "Juillet" + +msgid "August" +msgstr "Août" + +msgid "September" +msgstr "Septembre" + +msgid "October" +msgstr "Octobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Décembre" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "fév" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "avr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "jui" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aoû" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "oct" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "déc" + +msgid "Sunday" +msgstr "dimanche" + +msgid "Monday" +msgstr "lundi" + +msgid "Tuesday" +msgstr "mardi" + +msgid "Wednesday" +msgstr "mercredi" + +msgid "Thursday" +msgstr "jeudi" + +msgid "Friday" +msgstr "vendredi" + +msgid "Saturday" +msgstr "samedi" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "dim" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "lun" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "mar" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "mer" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "jeu" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "ven" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "sam" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cdea1d8a470a81eee89bd56a68dfdceacb631dfa GIT binary patch literal 476 zcmZ8d%Sr<=6jgLJOV=*0;KHJ55=AVg^X|c$t>)5$7MyAP-q}G0jKj4S?E#7IR z1rHpOL(YAi{OoLhZ4fqzyTpCs7V(JKASHg&;~AZeXN8e>?>LU^E@#i^gK<_t{;qB5 zl1Hqak8Bu9le4R78Cd2NB%_CnU3=7#yzE9tRB$ZhDHD>(4oIm)=TJx?$jBb?!!$kr z`%)08I+2HhkPLK)Ec4oiN=N4v+-qx1fB~8uD>$cZNM2S8**3Ot7gS@*sVUgizF=F6D8`fJ6DId3JyyW#EnCuCbB z*Um8pvWl@%28WK>PP du2|psNl;+xg$%vpE-bIT0}FdSkgaaA@e9v~jIsa# literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..52310d3d4b0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po @@ -0,0 +1,609 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Any date" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "" + +msgid "This year" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "object id" +msgstr "" + +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-format +msgid "Changed %s." +msgstr "" + +msgid "and" +msgstr "" + +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Remove" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent Actions" +msgstr "" + +msgid "My Actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +msgid "(None)" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..489bbab4f0f9b2ca1e5bb1fa90dbb3c412f9ae2d GIT binary patch literal 476 zcmYLF!A=`75CxUf9((R#kT?XNHhVAQC7M5nABvW@i_pjlHrRLOz5a;KTS9 zW(gusda_4;^X84;zVE&4Fm{&@!TZRa4c01r9#yQrL^oHNhKu<@rIsk z>$%mPqLL_k+@jUVkz`~O6BFjaxLBLygN7^PoQ*IcTTl(ZISrS8>yNT)UFrXDkE@oZ zBFxDwG~8266da5Lk24NB4=FWTh}CMA5@i3(;)$jiM2oHAVetCCarp%%+#q zi|tRSuFTH7OXN7=y5Ut5JtxuB#=0TQA54gpMz{GG2U}e`ucUw%Zte@~Dh-4GHho3b jP_DCCy$q(tu@8%=!8IRc932l~a~*XY?2kYl4zrzi!laC+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..ba09badf833 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po @@ -0,0 +1,145 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4f4d2865003a55d0b68e3233eb05f39bb9ddcd7b GIT binary patch literal 19428 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bc55f335312 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po @@ -0,0 +1,810 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aindriú Mac Giolla Eoin, 2024 +# Jannis Leidel , 2011 +# Luke Blaney , 2019 +# Michael Thornhill , 2011-2012,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 07:05+0000\n" +"Last-Translator: Aindriú Mac Giolla Eoin, 2024\n" +"Language-Team: Irish (http://app.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Scrios %(verbose_name_plural) roghnaithe" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "D'éirigh le scriosadh %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ní féidir scriosadh %(name)s " + +msgid "Are you sure?" +msgstr "An bhfuil tú cinnte?" + +msgid "Administration" +msgstr "Riarachán" + +msgid "All" +msgstr "Gach" + +msgid "Yes" +msgstr "Tá" + +msgid "No" +msgstr "Níl" + +msgid "Unknown" +msgstr "Gan aithne" + +msgid "Any date" +msgstr "Aon dáta" + +msgid "Today" +msgstr "Inniu" + +msgid "Past 7 days" +msgstr "7 lá a chuaigh thart" + +msgid "This month" +msgstr "Táim cinnte" + +msgid "This year" +msgstr "An blian seo" + +msgid "No date" +msgstr "Gan dáta" + +msgid "Has date" +msgstr "Le dáta" + +msgid "Empty" +msgstr "Folamh" + +msgid "Not empty" +msgstr "Gan folamh" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Cuir isteach an %(username)s agus focal faire ceart le haghaidh cuntas " +"foirne. Tabhair faoi deara go bhféadfadh an dá réimsí a cás-íogair." + +msgid "Action:" +msgstr "Aicsean:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Cuir eile %(verbose_name)s" + +msgid "Remove" +msgstr "Tóg amach" + +msgid "Addition" +msgstr "Suimiú" + +msgid "Change" +msgstr "Athraigh" + +msgid "Deletion" +msgstr "Scriosadh" + +msgid "action time" +msgstr "am aicsean" + +msgid "user" +msgstr "úsáideoir" + +msgid "content type" +msgstr "cineál ábhair" + +msgid "object id" +msgstr "id oibiacht" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr oibiacht" + +msgid "action flag" +msgstr "brat an aicsean" + +msgid "change message" +msgstr "teachtaireacht athrú" + +msgid "log entry" +msgstr "loga iontráil" + +msgid "log entries" +msgstr "loga iontrálacha" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Curtha leis “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Athraithe “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Scriosta “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Oibiacht LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Cuireadh {name} “{object}”." + +msgid "Added." +msgstr "Curtha leis." + +msgid "and" +msgstr "agus" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Athraíodh {fields} le haghaidh {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} athrithe." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Scriosadh {name} “{object}”." + +msgid "No fields changed." +msgstr "Dada réimse aithraithe" + +msgid "None" +msgstr "Dada" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Coinnigh síos “Rialú”, nó “Ordú” ar Mac, chun níos mó ná ceann amháin a " +"roghnú." + +msgid "Select this object for an action - {}" +msgstr "Roghnaigh an réad seo le haghaidh gnímh - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Cuireadh an {name} “{obj}” leis go rathúil." + +msgid "You may edit it again below." +msgstr "Thig leat é a athrú arís faoi seo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Cuireadh an {name} “{obj}” leis go rathúil. Is féidir leat {name} eile a " +"chur leis thíos." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Athraíodh an {name} “{obj}” go rathúil. Is féidir leat é a chur in eagar " +"arís thíos." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Athraíodh an {name} “{obj}” go rathúil. Is féidir leat {name} eile a chur " +"leis thíos." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Athraíodh an {name} “{obj}” go rathúil." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Ní mór Míreanna a roghnú chun caingne a dhéanamh orthu. Níl aon mhíreanna a " +"athrú." + +msgid "No action selected." +msgstr "Uimh gníomh roghnaithe." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "D'éirigh le scriosadh %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "Níl %(name)s le haitheantas “%(key)s” ann. B'fhéidir gur scriosadh é?" + +#, python-format +msgid "Add %s" +msgstr "Cuir %s le" + +#, python-format +msgid "Change %s" +msgstr "Aithrigh %s" + +#, python-format +msgid "View %s" +msgstr "Amharc ar %s" + +msgid "Database error" +msgstr "Botún bunachar sonraí" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s athraithe go rathúil" +msgstr[1] "%(count)s %(name)s athraithe go rathúil" +msgstr[2] "%(count)s %(name)s athraithe go rathúil" +msgstr[3] "%(count)s %(name)s athraithe go rathúil" +msgstr[4] "%(count)s %(name)s athraithe go rathúil" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s roghnaithe" +msgstr[1] "Gach %(total_count)s roghnaithe" +msgstr[2] "Gach %(total_count)s roghnaithe" +msgstr[3] "Gach %(total_count)s roghnaithe" +msgstr[4] "Gach %(total_count)s roghnaithe" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 as %(cnt)s roghnaithe." + +#, python-format +msgid "Change history: %s" +msgstr "Athraigh stáir %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Teastaíodh scriosadh %(class_name)s %(instance)s scriosadh na rudaí a " +"bhaineann leis: %(related_objects)s" + +msgid "Django site admin" +msgstr "Riarthóir suíomh Django" + +msgid "Django administration" +msgstr "Riarachán Django" + +msgid "Site administration" +msgstr "Riaracháin an suíomh" + +msgid "Log in" +msgstr "Logáil isteach" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s riaracháin" + +msgid "Page not found" +msgstr "Ní bhfuarthas an leathanach" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Ár leithscéal, ach níorbh fhéidir an leathanach iarrtha a aimsiú." + +msgid "Home" +msgstr "Baile" + +msgid "Server error" +msgstr "Botún freastalaí" + +msgid "Server error (500)" +msgstr "Botún freastalaí (500)" + +msgid "Server Error (500)" +msgstr "Botún Freastalaí (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Tharla earráid. Tuairiscíodh do riarthóirí an tsuímh trí ríomhphost agus ba " +"cheart é a shocrú go luath. Go raibh maith agat as do foighne." + +msgid "Run the selected action" +msgstr "Rith an gníomh roghnaithe" + +msgid "Go" +msgstr "Té" + +msgid "Click here to select the objects across all pages" +msgstr "" +"Cliceáil anseo chun na hobiacht go léir a roghnú ar fud gach leathanach" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Roghnaigh gach %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Scroiseadh modhnóir" + +msgid "Breadcrumbs" +msgstr "Brioscáin aráin" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Samhlacha ins an %(name)s iarratais" + +msgid "Add" +msgstr "Cuir le" + +msgid "View" +msgstr "Amharc ar" + +msgid "You don’t have permission to view or edit anything." +msgstr "Níl cead agat aon rud a fheiceáil ná a chur in eagar." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "Níl cead agat aon rud a fheiceáil ná a chur in eagar." + +msgid "Enter a username and password." +msgstr "Cuir isteach ainm úsáideora agus focal faire." + +msgid "Change password" +msgstr "Athraigh focal faire" + +msgid "Set password" +msgstr "Socraigh pasfhocal" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Ceartaigh an earráid thíos le do thoil." +msgstr[1] "Ceartaigh na hearráidí thíos le do thoil." +msgstr[2] "Ceartaigh na hearráidí thíos le do thoil." +msgstr[3] "Ceartaigh na hearráidí thíos le do thoil." +msgstr[4] "Ceartaigh na hearráidí thíos le do thoil." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Iontráil focal faire nua le hadhaigh an úsaideor %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Cumasóidh an gníomh seo fhíordheimhniú pasfhocal-bhunaithe " +"don úsáideoir seo." + +msgid "Disable password-based authentication" +msgstr "Díchumasaigh fíordheimhniú pasfhocal-bhunaithe" + +msgid "Enable password-based authentication" +msgstr "Cumasaigh fíordheimhniú pasfhocal-bhunaithe" + +msgid "Skip to main content" +msgstr "Téigh ar aghaidh chuig an bpríomhábhar" + +msgid "Welcome," +msgstr "Fáilte" + +msgid "View site" +msgstr "Breatnaigh ar an suíomh" + +msgid "Documentation" +msgstr "Doiciméadúchán" + +msgid "Log out" +msgstr "Logáil amach" + +#, python-format +msgid "Add %(name)s" +msgstr "Cuir %(name)s le" + +msgid "History" +msgstr "Stair" + +msgid "View on site" +msgstr "Breath ar suíomh" + +msgid "Filter" +msgstr "Scagaire" + +msgid "Hide counts" +msgstr "Folaigh comhaireamh" + +msgid "Show counts" +msgstr "Taispeáin comhaireamh" + +msgid "Clear all filters" +msgstr "Glan na scagairí go léir" + +msgid "Remove from sorting" +msgstr "Bain as sórtáil" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sórtáil tosaíocht: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toggle sórtáil" + +msgid "Toggle theme (current theme: auto)" +msgstr "Scoránaigh an téama (téama reatha: uathoibríoch)" + +msgid "Toggle theme (current theme: light)" +msgstr "Scoránaigh an téama (téama reatha: solas)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Scoránaigh an téama (téama reatha: dorcha)" + +msgid "Delete" +msgstr "Cealaigh" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Má scriossan tú %(object_name)s '%(escaped_object)s' scriosfaidh oibiachtí " +"gaolta. Ach níl cead ag do cuntas na oibiacht a leanúint a scriosadh:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Bheadh Scriosadh an %(object_name)s '%(escaped_object)s' a cheangal ar an " +"méid seo a leanas a scriosadh nithe cosanta a bhaineann le:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"An bhfuil tú cinnte na %(object_name)s \"%(escaped_object)s\" a scroiseadh?" +"Beidh gach oibiacht a leanúint scroiste freisin:" + +msgid "Objects" +msgstr "Oibiachtaí" + +msgid "Yes, I’m sure" +msgstr "Sea, táim cinnte" + +msgid "No, take me back" +msgstr "Ní hea, tóg ar ais mé" + +msgid "Delete multiple objects" +msgstr "Scrios na réadanna" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Scriosadh an roghnaithe %(objects_name)s a bheadh mar thoradh ar na nithe " +"gaolmhara a scriosadh, ach níl cead do chuntas a scriosadh na cineálacha seo " +"a leanas na cuspóirí:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Teastaíonn scriosadh na %(objects_name)s roghnaithe scriosadh na hoibiacht " +"gaolta cosainte a leanúint:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"An bhfuil tú cinnte gur mian leat a scriosadh %(objects_name)s roghnaithe? " +"Beidh gach ceann de na nithe seo a leanas agus a n-ítimí gaolta scroiste:" + +msgid "Delete?" +msgstr "Cealaigh?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Trí %(filter_title)s " + +msgid "Summary" +msgstr "Achoimre" + +msgid "Recent actions" +msgstr "Gníomhartha le déanaí" + +msgid "My actions" +msgstr "Mo ghníomhartha" + +msgid "None available" +msgstr "Dada ar fáil" + +msgid "Added:" +msgstr "Curtha leis:" + +msgid "Changed:" +msgstr "Athraithe:" + +msgid "Deleted:" +msgstr "Scriosta:" + +msgid "Unknown content" +msgstr "Inneachair anaithnid" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Tá rud éigin cearr le suiteáil do bhunachar sonraí. Cinntigh go bhfuil na " +"táblaí bunachar sonraí cuí cruthaithe, agus cinntigh go bhfuil an bunachar " +"sonraí inléite ag an úsáideoir cuí." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Tá tú fíordheimhnithe mar %(username)s, ach níl cead agat an leathanach seo " +"a rochtain. Ar mhaith leat logáil isteach i gcuntas eile?" + +msgid "Forgotten your password or username?" +msgstr "Dearmad déanta ar do focal faire nó ainm úsaideora" + +msgid "Toggle navigation" +msgstr "Scoránaigh an nascleanúint" + +msgid "Sidebar" +msgstr "Barra Taoibh" + +msgid "Start typing to filter…" +msgstr "Tosaigh ag clóscríobh chun an scagaire…" + +msgid "Filter navigation items" +msgstr "Scag míreanna nascleanúna" + +msgid "Date/time" +msgstr "Dáta/am" + +msgid "User" +msgstr "Úsaideoir" + +msgid "Action" +msgstr "Aicsean" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "iontráil" +msgstr[1] "iontrálacha" +msgstr[2] "iontrálacha" +msgstr[3] "iontrálacha" +msgstr[4] "iontrálacha" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Níl stair athruithe ag an réad seo. Is dócha nár cuireadh leis tríd an " +"suíomh riaracháin seo." + +msgid "Show all" +msgstr "Taispéan gach rud" + +msgid "Save" +msgstr "Sábháil" + +msgid "Popup closing…" +msgstr "Preabfhuinneog ag dúnadh…" + +msgid "Search" +msgstr "Cuardach" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s toradh" +msgstr[1] "%(counter)s torthaí" +msgstr[2] "%(counter)s torthaí" +msgstr[3] "%(counter)s torthaí" +msgstr[4] "%(counter)s torthaí" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s iomlán" + +msgid "Save as new" +msgstr "Sabháil mar nua" + +msgid "Save and add another" +msgstr "Sabháil agus cuir le ceann eile" + +msgid "Save and continue editing" +msgstr "Sábhail agus lean ag cuir in eagar" + +msgid "Save and view" +msgstr "Sabháil agus amharc ar" + +msgid "Close" +msgstr "Druid" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Athraigh roghnaithe %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Cuir le %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Scrios roghnaithe %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Féach ar %(model)s roghnaithe" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Go raibh maith agat as roinnt ama ardchaighdeáin a chaitheamh leis an suíomh " +"Gréasáin inniu." + +msgid "Log in again" +msgstr "Logáil isteacj arís" + +msgid "Password change" +msgstr "Athrú focal faire" + +msgid "Your password was changed." +msgstr "Bhí do focal faire aithraithe." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Cuir isteach do sheanphasfhocal, ar mhaithe le slándáil, agus ansin cuir " +"isteach do phasfhocal nua faoi dhó ionas gur féidir linn a fhíorú gur " +"chlóscríobh tú i gceart é." + +msgid "Change my password" +msgstr "Athraigh mo focal faire" + +msgid "Password reset" +msgstr "Athsocraigh focal faire" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Tá do focal faire réidh. Is féidir leat logáil isteach anois." + +msgid "Password reset confirmation" +msgstr "Deimhniú athshocraigh focal faire" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Le do thoil, iontráil do focal faire dhá uaire cé go mbeimid in ann a " +"seiceal go bhfuil sé scríobhte isteach i gceart." + +msgid "New password:" +msgstr "Focal faire nua:" + +msgid "Confirm password:" +msgstr "Deimhnigh focal faire:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Bhí nasc athshocraigh an focal faire mícheart, b'fheidir mar go raibh sé " +"úsaidte cheana. Le do thoil, iarr ar athsocraigh focal faire nua." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Chuireamar ríomhphost chugat treoracha maidir le do phasfhocal a shocrú, má " +"tá cuntas ann leis an ríomhphost a chuir tú isteach. Ba cheart duit iad a " +"fháil go luath." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Mura bhfaigheann tú ríomhphost, cinntigh le do thoil gur chuir tú isteach an " +"seoladh ar chláraigh tú leis, agus seiceáil d’fhillteán turscair." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tá an ríomhphost seo á fháil agat toisc gur iarr tú athshocrú pasfhocail do " +"do chuntas úsáideora ag %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Le do thoil té go dtí an leathanach a leanúint agus roghmaigh focal faire " +"nua:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "D’ainm úsáideora, ar eagla go bhfuil dearmad déanta agat ar:" + +msgid "Thanks for using our site!" +msgstr "Go raibh maith agat le hadhaigh do cuairt!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Foireann an %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Dearmad déanta agat ar do phasfhocal? Cuir isteach do sheoladh ríomhphoist " +"thíos, agus seolfaimid treoracha ríomhphoist chun ceann nua a shocrú." + +msgid "Email address:" +msgstr "Seoladh ríomhphoist:" + +msgid "Reset my password" +msgstr "Athsocraigh mo focal faire" + +msgid "Select all objects on this page for an action" +msgstr "Roghnaigh gach oibiacht ar an leathanach seo le haghaidh gnímh" + +msgid "All dates" +msgstr "Gach dáta" + +#, python-format +msgid "Select %s" +msgstr "Roghnaigh %s" + +#, python-format +msgid "Select %s to change" +msgstr "Roghnaigh %s a athrú" + +#, python-format +msgid "Select %s to view" +msgstr "Roghnaigh %s le féachaint" + +msgid "Date:" +msgstr "Dáta:" + +msgid "Time:" +msgstr "Am:" + +msgid "Lookup" +msgstr "Cuardach" + +msgid "Currently:" +msgstr "Faoi láthair:" + +msgid "Change:" +msgstr "Athraigh:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e46bd504c65ca3799cc65b82e4cb14a949977e0c GIT binary patch literal 6910 zcmeI0Ta08y8OKX(6$ZJ8fT)PY>ax4A-E(1=geJQT2Tq^r zoO611CozV^ga;8542YLRokR_5G9+ZegKK=ijt?fr7axe1kZ2(Bfez<1N$@7woyJOW-q|NR~t9ushk{)fPez(>FjgHM1rfX{*#g1_s zpz!}aDDz$gMczMy{L}>qEplJXOUADP9|x}m9|NBOg>IHfBF|w^+Q&fQ`zdfg7=Tsq zTOd=^uROj8ev|eq;8(#%FIK7x-hh&?2A}l!G}NkAgz?6e#?E?D3bN%zG8Q3cT>rV%~M2(BB4r5L^P^3p$UV2ZjDg-(K_W z=fErJe;$-|UIrh18#=#Csjt(1>~f`k2JU`Oq1V5HVh?pip}!I+`nv=~CF&~Qe?2Jr zyAgzy+5@5jHRthTAgt79K(?Z~;7#D?z}vv@gTnVkk1vB_uh&3Kp#JXrFJzNq&&xqs z?`lx&uYG$5DCeahq0pscs<$A944Kl0cIh2Kv-{v4F` ze*ucT&x5j`mq660UiJ7#kFROCqW1~PL5i$> zCq;aIiZXb%`HJ|Q=vN-`C(-doD3a6U*+;pKGA<1si2-@8FCgEO*jIc)9@4S;C`EGf zhbW?x!<2g{;%_%nc2W*e1`n>Kc2o8YI>6g0H;lAJml8Ks$^nYl;%3S&N|`cvW_(3* z|KPcs3ht(+ea8YQIczUwo@@?Ydd$Vja6oFNbMZkF45$)^NIM{1$C0 zor=0ecLip;Nf@b_UaOa8YG&Dlk%5Wco~l_B2R2f(ZRb+!K^r}1vXNFT?2NRs(N>ht zO>LYri^AYRojD!k?6ip@y0yu)W0i`U9gHWoI%Mlf&m=4A zP#9&>PQr#+QTLiS@4dGd(dfliEtn)|^IlO4VIvM(?MyAWSZEiWi+N?Xs*k&#Hi_(7 zw_PvMrfp3_?2_7K*(O@{RXH~;dwAo-x^CNH+;~H5&rP~qY=6<6P)CByi7Jle8uK8E zQ%ff6C9=gO+s%pzOTB#0wRV_lep%bU-6C^#x0rJ z(P5mksJoMFDRL*YVONaAIuJv8I=!uMo^2>Mfv9e?6BZg-Jv-qv(`{N&=MrjY`wfY_ zXS_*?3T^#MiF!#Y3aq)}-Ep!3RqNTJd!=j90q&fMLPZVKo4G6MhC5Mg@tg`)wSQ~w zAR*wI74-?*hzkLZ+Z3-C*~E3*hKLzbnpm4avcm4%Dl48K{@p`g%XG&y2(DP{YvPtA z`NV9b5iW;~o{89kjT&jLbI6H^ZsO`BgcTh*mz%Ze2nXzUH|FbQ8PgL(TRK@-MwUdH zVytq0@gUNh#Y>snkiKLnAc{RpK)qtKiar`yliI@L^pX3-1TudhJsBppaHBi1<)l|g zSEy!0uwGm&dTxc-MwsOZaiE#`W-hX@8&PyF@m5YJLPV$&XfDkv%GB$LU9M=1ri*M< z0ycFQiKzr^>K=r1iOS}IJg7^=_NMMyyYSwUR5p(k{#(M2H}wx4t3+)$(s6Ot*7*TZ z;=Q#$KQc<399sqkIl4q;%g`Wem#AzR@|n8?ZXF?)mq_Smb;p+Ot<-tGFY(?&&Iv&8 z%9h?m&KfySN>sKC`Se->w~P$4YKfY1F&4HN;W#wwXy3r5qkS6&-PG%?Ioh{j%1ylk zGmdtS*iao!+ymSr%JYr#{WeL-1y$X6fPi;n$86UnS$QFCg^luoUMnrvTvd-9JyJeq ziHy0+j?g^%evL^antQqGT{|A?a4~uI^%_q z1Bm?O@s=6iHMTInaByQgla-0FSsc{H$U{o4>dcF{EIEs{JY;+PSk zU}!+&>+g)F?zZiEie5nY9Kl zX|>g{!U&@^J=b5&%*KeG>5MeYXd`r;NS4UC^w*p4ms>OUpIl|AHMMfz<)mQsmeW!H zRLI@3P;>uuap^rTt!TUO5~ig=;=+`RXMXb`v$zLa2M{cCT#HlTF3|%uE?S(?fPp0-Y5(X_vpvu>%40$0B7Aa zF4PTc5>wT+{;JLhdA0?mY$<3*E^M*0u+!G2BQDiULYKAstC8uiamRa$&3{KXnQ`^D zTsv{MH?8QmnB~s7L|BN&&%^|nnzIBFQKk>|*QGyE2N*=zh7ZZ5JP0`_g0>E*z4pw}?OUgk~`2_Q61s{o_CE3Xb?Y3dU+otoS7;F&Bbzvk? zdM+{L)GG3Rk%`WhHH5W@gO-p})TBFb^~uY{T)dGw=!KB|$D)f3{)yD2EW@`DdQ$Uo z9QM=<%O|3CNoJ(GFv-Ml=!wwbtJjK%8yd{bLV6{IV)e98XRbMKsX_%qW0B+g>ty5e z@ypY`pU!EyNrQPV&ljuY63!z3Q2hQWCF!*l!<}3@dIGde#wVTFnL&aZ6f!!>iOHTvsZjN~Y)x0}5%KluYj`IxOi-fC-Bj$G0zxNz1$ zE?%WQ)lz@8PD&3W68d?CM8C3uM5mA!Q*tM0?AVa_Y#|AObv`~fj!-`8xLh>kGuw%{ zBkU^rfDJJhmst@oE1NJtU{s, 2011 +# Luke Blaney , 2019 +# Michael Thornhill , 2011-2012,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 07:59+0000\n" +"Last-Translator: Aindriú Mac Giolla Eoin, 2024\n" +"Language-Team: Irish (http://app.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ar fáil" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Is é seo an liosta %s ar fáil. Is féidir leat a roghnú roinnt ag roghnú acu " +"sa bhosca thíos agus ansin cliceáil ar an saighead \"Roghnaigh\" idir an dá " +"boscaí." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Scríobh isteach sa bhosca seo a scagadh síos ar an liosta de %s ar fáil." + +msgid "Filter" +msgstr "Scagaire" + +msgid "Choose all" +msgstr "Roghnaigh iomlán" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Cliceáil anseo chun %s go léir a roghnú." + +msgid "Choose" +msgstr "Roghnaigh" + +msgid "Remove" +msgstr "Bain amach" + +#, javascript-format +msgid "Chosen %s" +msgstr "Roghnófar %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Is é seo an liosta de %s roghnaithe. Is féidir leat iad a bhaint amach má " +"roghnaionn tú cuid acu sa bhosca thíos agus ansin cliceáil ar an saighead " +"\"Bain\" idir an dá boscaí." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" +"Clóscríobh isteach sa bhosca seo chun liosta na %s roghnaithe a scagadh." + +msgid "Remove all" +msgstr "Scrois gach ceann" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Cliceáil anseo chun %s go léir roghnaithe a scroiseadh." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "Níl an rogha roghnaithe %s le feiceáil" +msgstr[1] "Níl %s roghanna roghnaithe le feiceáil" +msgstr[2] "Níl %s roghanna roghnaithe le feiceáil" +msgstr[3] "Níl %s roghanna roghnaithe le feiceáil" +msgstr[4] "Níl %s roghanna roghnaithe le feiceáil" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s roghnaithe" +msgstr[1] "%(sel)s de %(cnt)s roghnaithe" +msgstr[2] "%(sel)s de %(cnt)s roghnaithe" +msgstr[3] "%(sel)s de %(cnt)s roghnaithe" +msgstr[4] "%(sel)s de %(cnt)s roghnaithe" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tá aithrithe nach bhfuil sabhailte ar chuid do na réimse. Má ritheann tú " +"gníomh, caillfidh tú do chuid aithrithe." + +msgid "" +"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." +msgstr "" +"Tá gníomh roghnaithe agat, ach níor shábháil tú d'athruithe ar réimsí aonair " +"fós. Cliceáil OK le do thoil a shábháil. Beidh ort an t-aicsean a rith arís." + +msgid "" +"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." +msgstr "" +"Tá gníomh roghnaithe agat, agus níl aon athruithe déanta agat ar réimsí " +"aonair. Is dócha go bhfuil an cnaipe Téigh á lorg agat seachas an cnaipe " +"Sábháil." + +msgid "Now" +msgstr "Anois" + +msgid "Midnight" +msgstr "Meán oíche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Nóin" + +msgid "6 p.m." +msgstr "6in" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[1] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[2] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[3] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[4] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[1] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[2] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[3] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[4] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." + +msgid "Choose a Time" +msgstr "Roghnaigh Am" + +msgid "Choose a time" +msgstr "Roghnaigh am" + +msgid "Cancel" +msgstr "Cealaigh" + +msgid "Today" +msgstr "Inniu" + +msgid "Choose a Date" +msgstr "Roghnaigh Dáta" + +msgid "Yesterday" +msgstr "Inné" + +msgid "Tomorrow" +msgstr "Amárach" + +msgid "January" +msgstr "Eanáir" + +msgid "February" +msgstr "Feabhra" + +msgid "March" +msgstr "Márta" + +msgid "April" +msgstr "Aibreán" + +msgid "May" +msgstr "Bealtaine" + +msgid "June" +msgstr "Meitheamh" + +msgid "July" +msgstr "Iúil" + +msgid "August" +msgstr "Lúnasa" + +msgid "September" +msgstr "Meán Fómhair" + +msgid "October" +msgstr "Deireadh Fómhair" + +msgid "November" +msgstr "Samhain" + +msgid "December" +msgstr "Nollaig" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Ean" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feabh" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Már" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Aib" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Beal" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Meith" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Lúil" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Lún" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Meán Fóm" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Deireadh Fóm" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Sam" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Noll" + +msgid "Sunday" +msgstr "Domhnach" + +msgid "Monday" +msgstr "Dé Luain" + +msgid "Tuesday" +msgstr "Dé Máirt" + +msgid "Wednesday" +msgstr "Dé Céadaoin" + +msgid "Thursday" +msgstr "Déardaoin" + +msgid "Friday" +msgstr "Dé hAoine" + +msgid "Saturday" +msgstr "Dé Sathairn" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Dom" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Lua" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Mái" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Céa" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Déa" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Aoi" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sat" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "C" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "D" + +msgctxt "one letter Friday" +msgid "F" +msgstr "A" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3807caa45aeca54c57e76dffc073d46a81248819 GIT binary patch literal 18871 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 2 && n < 20) ? 2 : 3;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Sguab às na %(verbose_name_plural)s a chaidh a thaghadh" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Chaidh %(count)d %(items)s a sguabadh às." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Chan urrainn dhuinn %(name)s a sguabadh às" + +msgid "Are you sure?" +msgstr "A bheil thu cinnteach?" + +msgid "Administration" +msgstr "Rianachd" + +msgid "All" +msgstr "Na h-uile" + +msgid "Yes" +msgstr "Tha" + +msgid "No" +msgstr "Chan eil" + +msgid "Unknown" +msgstr "Chan eil fhios" + +msgid "Any date" +msgstr "Ceann-là sam bith" + +msgid "Today" +msgstr "An-diugh" + +msgid "Past 7 days" +msgstr "Na 7 làithean seo chaidh" + +msgid "This month" +msgstr "Am mìos seo" + +msgid "This year" +msgstr "Am bliadhna" + +msgid "No date" +msgstr "Gun cheann-là" + +msgid "Has date" +msgstr "Tha ceann-là aige" + +msgid "Empty" +msgstr "Falamh" + +msgid "Not empty" +msgstr "Neo-fhalamh" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Cuir a-steach %(username)s agus facal-faire ceart airson cunntas neach-" +"obrach. Thoir an aire gum bi aire do litrichean mòra ’s beaga air an dà " +"raon, ma dh’fhaoidte." + +msgid "Action:" +msgstr "Gnìomh:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Cuir %(verbose_name)s eile ris" + +msgid "Remove" +msgstr "Thoir air falbh" + +msgid "Addition" +msgstr "Cur ris" + +msgid "Change" +msgstr "Atharraich" + +msgid "Deletion" +msgstr "Sguabadh às" + +msgid "action time" +msgstr "àm a’ ghnìomha" + +msgid "user" +msgstr "cleachdaiche" + +msgid "content type" +msgstr "seòrsa susbainte" + +msgid "object id" +msgstr "id an oibceict" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "riochdachadh oibseict" + +msgid "action flag" +msgstr "bratach a’ ghnìomha" + +msgid "change message" +msgstr "teachdaireachd atharrachaidh" + +msgid "log entry" +msgstr "innteart loga" + +msgid "log entries" +msgstr "innteartan loga" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Chaidh “%(object)s” a chur ris." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Chaidh “%(object)s” atharrachadh – %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Chaidh “%(object)s” a sguabadh às." + +msgid "LogEntry Object" +msgstr "Oibseact innteart an loga" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Chaidh {name} “{object}” a chur ris." + +msgid "Added." +msgstr "Chaidh a chur ris." + +msgid "and" +msgstr "agus" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Chaidh {fields} atharrachadh airson {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Chaidh {fields} atharrachadh." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Chaidh {name} “{object}” a sguabadh às." + +msgid "No fields changed." +msgstr "Cha deach raon atharrachadh." + +msgid "None" +msgstr "Chan eil gin" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Cum sìos “Control” no “Command” air Mac gus iomadh nì a thaghadh." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Chaidh {name} “{obj}” a chur ris." + +msgid "You may edit it again below." +msgstr "’S urrainn dhut a dheasachadh a-rithist gu h-ìosal." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Chaidh {name} “%{obj}” a chur ris. ’S urrainn dhut {name} eile a chur ris gu " +"h-ìosal." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Chaidh {name} “{obj}” atharrachadh. ’S urrainn dhut a dheasachadh a-rithist " +"gu h-ìosal." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"Chaidh {name} “{obj}” a chur ris. ’S urrainn dhut a dheasachadh a-rithist gu " +"h-ìosal." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Chaidh {name} “{obj}” atharrachadh. ’S urrainn dhut {name} eile a chur ris " +"gu h-ìosal." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Chaidh {name} “{obj}” atharrachadh." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Feumaidh tu nithean a thaghadh mus dèan thu gnìomh orra. Cha deach nì " +"atharrachadh." + +msgid "No action selected." +msgstr "Cha deach gnìomh a thaghadh." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Chaidh %(name)s “%(obj)s” a sguabadh às." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"Chan eil %(name)s leis an ID \"%(key)s\" ann. 'S dòcha gun deach a sguabadh " +"às?" + +#, python-format +msgid "Add %s" +msgstr "Cuir %s ris" + +#, python-format +msgid "Change %s" +msgstr "Atharraich %s" + +#, python-format +msgid "View %s" +msgstr "Seall %s" + +msgid "Database error" +msgstr "Mearachd an stòir-dhàta" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Chaidh %(count)s %(name)s atharrachadh." +msgstr[1] "Chaidh %(count)s %(name)s atharrachadh." +msgstr[2] "Chaidh %(count)s %(name)s atharrachadh." +msgstr[3] "Chaidh %(count)s %(name)s atharrachadh." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Chaidh %(total_count)s a thaghadh" +msgstr[1] "Chaidh a h-uile %(total_count)s a thaghadh" +msgstr[2] "Chaidh a h-uile %(total_count)s a thaghadh" +msgstr[3] "Chaidh a h-uile %(total_count)s a thaghadh" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Chaidh 0 à %(cnt)s a thaghadh" + +#, python-format +msgid "Change history: %s" +msgstr "Eachdraidh nan atharraichean: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Gus %(class_name)s %(instance)s a sguabadh às, bhiodh againn ris na h-" +"oibseactan dàimheach dìonta seo a sguabadh às cuideachd: %(related_objects)s" + +msgid "Django site admin" +msgstr "Rianachd làraich Django" + +msgid "Django administration" +msgstr "Rianachd Django" + +msgid "Site administration" +msgstr "Rianachd na làraich" + +msgid "Log in" +msgstr "Clàraich a-steach" + +#, python-format +msgid "%(app)s administration" +msgstr "Rianachd %(app)s" + +msgid "Page not found" +msgstr "Cha deach an duilleag a lorg" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Tha sinn duilich ach cha do lorg sinn an duilleag a dh’iarr thu." + +msgid "Home" +msgstr "Dhachaigh" + +msgid "Server error" +msgstr "Mearachd an fhrithealaiche" + +msgid "Server error (500)" +msgstr "Mearachd an fhrithealaiche (500)" + +msgid "Server Error (500)" +msgstr "Mearachd an fhrithealaiche (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Chaidh rudeigin cearr. Fhuair rianairean na làraich aithris air a’ phost-d " +"agus tha sinn an dùil gun dèid a chàradh a dh’aithghearr. Mòran taing airson " +"d’ fhoighidinn." + +msgid "Run the selected action" +msgstr "Ruith an gnìomh a thagh thu" + +msgid "Go" +msgstr "Siuthad" + +msgid "Click here to select the objects across all pages" +msgstr "" +"Briog an-seo gus na h-oibseactan a thaghadh air feadh nan duilleagan uile" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Tagh a h-uile %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Falamhaich an taghadh" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modailean ann an aplacaid %(name)s" + +msgid "Add" +msgstr "Cuir ris" + +msgid "View" +msgstr "Seall" + +msgid "You don’t have permission to view or edit anything." +msgstr "Chan eil cead agad gus dad a shealltainn no a dheasachadh." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Cuir ainm-cleachdaiche is facal-faire a-steach an toiseach. ’S urrainn dhut " +"barrachd roghainnean a’ chleachdaiche a dheasachadh an uairsin." + +msgid "Enter a username and password." +msgstr "Cuir ainm-cleachdaiche ’s facal-faire a-steach." + +msgid "Change password" +msgstr "Atharraich am facal-faire" + +msgid "Please correct the error below." +msgstr "Feuch an cuir thu a’ mhearachd gu h-ìosal gu ceart." + +msgid "Please correct the errors below." +msgstr "Feuch an cuir thu na mearachdan gu h-ìosal gu ceart." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Cuir a-steach facal-faire ùr airson a’ chleachdaiche %(username)s." + +msgid "Welcome," +msgstr "Fàilte," + +msgid "View site" +msgstr "Seall an làrach" + +msgid "Documentation" +msgstr "Docamaideadh" + +msgid "Log out" +msgstr "Clàraich a-mach" + +#, python-format +msgid "Add %(name)s" +msgstr "Cuir %(name)s ris" + +msgid "History" +msgstr "An eachdraidh" + +msgid "View on site" +msgstr "Seall e air an làrach" + +msgid "Filter" +msgstr "Criathraich" + +msgid "Clear all filters" +msgstr "Falamhaich gach crithrag" + +msgid "Remove from sorting" +msgstr "Thoir air falbh on t-seòrsachadh" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prìomhachas an t-seòrsachaidh: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toglaich an seòrsachadh" + +msgid "Delete" +msgstr "Sguab às" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Nan sguabadh tu às %(object_name)s “%(escaped_object)s”, rachadh oibseactan " +"dàimheach a sguabadh às cuideachd ach chan eil cead aig a’ chunntas agad gus " +"na seòrsaichean de dh’oibseact seo a sguabadh às:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Nan sguabadh tu às %(object_name)s “%(escaped_object)s”, bhiodh againn ris " +"na h-oibseactan dàimheach dìonta seo a sguabadh às cuideachd:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"A bheil thu cinnteach gu bheil thu airson %(object_name)s " +"“%(escaped_object)s” a sguabadh às? Thèid a h-uile nì dàimheach a sguabadh " +"às cuideachd:" + +msgid "Objects" +msgstr "Oibseactan" + +msgid "Yes, I’m sure" +msgstr "Tha mi cinnteach" + +msgid "No, take me back" +msgstr "Chan eil, air ais leam" + +msgid "Delete multiple objects" +msgstr "Sguab às iomadh oibseact" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Nan sguabadh tu às a’ %(objects_name)s a thagh thu, rachadh oibseactan " +"dàimheach a sguabadh às cuideachd ach chan eil cead aig a’ chunntas agad gus " +"na seòrsaichean de dh’oibseact seo a sguabadh às:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Nan sguabadh tu às a’ %(objects_name)s a thagh thu, bhiodh againn ris na h-" +"oibseactan dàimheach dìonta seo a sguabadh às cuideachd:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"A bheil thu cinnteach gu bheil thu airson a’ %(objects_name)s a thagh thu a " +"sguabadh às? Thèid a h-uile oibseact seo ’s na nithean dàimheach aca a " +"sguabadh às:" + +msgid "Delete?" +msgstr "A bheil thu airson a sguabadh às?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " le %(filter_title)s " + +msgid "Summary" +msgstr "Gearr-chunntas" + +msgid "Recent actions" +msgstr "Gnìomhan o chionn goirid" + +msgid "My actions" +msgstr "Na gnìomhan agam" + +msgid "None available" +msgstr "Chan eil gin ann" + +msgid "Unknown content" +msgstr "Susbaint nach aithne dhuinn" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Chaidh rudeigin cearr le stàladh an stòir-dhàta agad. Dèan cinnteach gun " +"deach na clàran stòir-dhàta iomchaidh a chruthachadh agus gur urrainn dhan " +"chleachdaiche iomchaidh an stòr-dàta a leughadh." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Chaidh do dhearbhadh mar %(username)s ach chan eil ùghdarras agad gus an " +"duilleag seo inntrigeadh. Am bu toigh leat clàradh a-steach le cunntas eile?" + +msgid "Forgotten your password or username?" +msgstr "" +"An do dhìochuimhnich thu am facal-faire no an t-ainm-cleachdaiche agad?" + +msgid "Toggle navigation" +msgstr "Toglaich an t-seòladaireachd" + +msgid "Start typing to filter…" +msgstr "Tòisich air sgrìobhadh airson criathradh…" + +msgid "Filter navigation items" +msgstr "Criathraich nithean na seòladaireachd" + +msgid "Date/time" +msgstr "Ceann-là ’s àm" + +msgid "User" +msgstr "Cleachdaiche" + +msgid "Action" +msgstr "Gnìomh" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Chan eil eachdraidh nan atharraichean aig an oibseact seo. Dh’fhaoidte nach " +"deach a chur ris leis an làrach rianachd seo." + +msgid "Show all" +msgstr "Seall na h-uile" + +msgid "Save" +msgstr "Sàbhail" + +msgid "Popup closing…" +msgstr "Tha a’ phriob-uinneag ’ga dùnadh…" + +msgid "Search" +msgstr "Lorg" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s toradh" +msgstr[1] "%(counter)s thoradh" +msgstr[2] "%(counter)s toraidhean" +msgstr[3] "%(counter)s toradh" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s gu h-iomlan" + +msgid "Save as new" +msgstr "Sàbhail mar fhear ùr" + +msgid "Save and add another" +msgstr "Sàbhail is cuir fear eile ris" + +msgid "Save and continue editing" +msgstr "Sàbhail is deasaich a-rithist" + +msgid "Save and view" +msgstr "Sàbhail is seall" + +msgid "Close" +msgstr "Dùin" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Atharraich a’ %(model)s a thagh thu" + +#, python-format +msgid "Add another %(model)s" +msgstr "Cuir %(model)s eile ris" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Sguab às a’ %(model)s a thagh thu" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Mòran taing gun do chuir thu seachad deagh-àm air an làrach-lìn an-diugh." + +msgid "Log in again" +msgstr "Clàraich a-steach a-rithist" + +msgid "Password change" +msgstr "Atharrachadh an facail-fhaire" + +msgid "Your password was changed." +msgstr "Chaidh am facal-faire agad atharrachadh." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Cuir a-steach an seann fhacal-faire agad ri linn tèarainteachd agus cuir a-" +"steach am facal-faire ùr agad dà thuras an uairsin ach an dearbhaich sinn " +"nach do rinn thu mearachd sgrìobhaidh." + +msgid "Change my password" +msgstr "Atharraich am facal-faire agam" + +msgid "Password reset" +msgstr "Ath-shuidheachadh an fhacail-fhaire" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Chaidh am facal-faire agad a shuidheachadh. Faodaidh tu clàradh a-steach a-" +"nis." + +msgid "Password reset confirmation" +msgstr "Dearbhadh air ath-shuidheachadh an fhacail-fhaire" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Cuir a-steach am facal-faire ùr agad dà thuras ach an dearbhaich sinn nach " +"do rinn thu mearachd sgrìobhaidh." + +msgid "New password:" +msgstr "Am facal-faire ùr:" + +msgid "Confirm password:" +msgstr "Dearbhaich am facal-faire:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Bha an ceangal gus am facal-faire ath-suidheachadh mì-dhligheach; ’s dòcha " +"gun deach a chleachdadh mar-thà. Iarr ath-shuidheachadh an fhacail-fhaire às " +"ùr." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Chuir sinn stiùireadh thugad air mar a dh’ath-shuidhicheas tu am facal-faire " +"agad air a’ phost-d dhan chunntas puist-d a chuir thu a-steach. Bu chòir " +"dhut fhaighinn a dh’aithghearr." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Mura faigh thu post-d, dèan cinnteach gun do chuir thu a-steach an seòladh " +"puist-d leis an do chlàraich thu agus thoir sùil air pasgan an spama agad." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Fhuair thu am post-d seo air sgàth ’s gun do dh’iarr thu ath-shuidheachadh " +"an fhacail-fhaire agad airson a’ chunntais cleachdaiche agad air " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Tadhail air an duilleag seo is tagh facal-faire ùr:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" +"Seo an t-ainm-cleachdaiche agad air eagal ’s gun do dhìochuimhnich thu e:" + +msgid "Thanks for using our site!" +msgstr "Mòran taing airson an làrach againn a chleachdadh!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Sgioba %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Na dhìochuimhnich thu am facal-faire agad? Cuir a-steach an seòladh puist-d " +"agad gu h-ìosal agus cuiridh sinn stiùireadh thugad gus fear ùr a " +"shuidheachadh air a’ phost-d." + +msgid "Email address:" +msgstr "Seòladh puist-d:" + +msgid "Reset my password" +msgstr "Ath-shuidhich am facal-faire agam" + +msgid "All dates" +msgstr "A h-uile ceann-là" + +#, python-format +msgid "Select %s" +msgstr "Tagh %s" + +#, python-format +msgid "Select %s to change" +msgstr "Tagh %s gus atharrachadh" + +#, python-format +msgid "Select %s to view" +msgstr "Tagh %s gus a shealltainn" + +msgid "Date:" +msgstr "Ceann-là:" + +msgid "Time:" +msgstr "Àm:" + +msgid "Lookup" +msgstr "Lorg" + +msgid "Currently:" +msgstr "An-dràsta:" + +msgid "Change:" +msgstr "Atharrachadh:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..661e42e282d66ef6b6d03f0c3e44c5e02a390b38 GIT binary patch literal 5904 zcmd6qU5sQ!6~{|x`4~VE6hQ$?VAomM+w%bo(95z6v&;fA%Z6!05@S-`x2Erf+qcI1 zF|(5pvOM8~ng|#{k&H1W8zmZfP(d(iC&CMws00%uiTI$r=z|zF(dh5oTfIBeGa^DX z-gMpnty8B?o%+|QQ`Ik>)%dL9xsGzaloOP?Q?S8{=g3=?x)Qt(JPCZ#RDfZ z9z31;&wc&Z9)Aa(f&331|L*ZLjEx~b4?GpT1biRZ1b2c5!BfD}L#VHSCxTxC#m+Z;`**;PP=5w&gXdsG+V2KMzW~MVVP2@HBcS+sKPY}a z0Lu7}f)9aT0zU)JU_{1!4itMo=CucW5tM#s^Lh-t0DKsH8e9f%$N0O!AA#qBFM;m? z|LpOs)8L4D0GayrG5(vPk#jYslV_N zUQT{{jc0-)KM$1g#=%K&AGjA>1|@F34$3%BgJSnt5X#lheEToG{1spS6DZ@HcxJ7C zI*3S}3yQsQ@IvM_T&J^Wt>lf((hqV_&f@V-VZ@p=bwN_!56@%z$okJ^sMsv%dX#k3aSD7d`&U z<8OTXE581FUw;*pb^EKwzj^!zDDi#*K_u-bfl@!!*UtctbCGko^`MR3Z;B1IcHG}k zD>l}Ws&8)7%2*P2@79IW-O8LcNrG6LLOVujs<~l%X8Uf%R_&%rdBPOtQ+xOQwwpJ#=WRe2c1iK6}F}Cbfq?# zOjbv(%(RKD35CzxW-B(+GM(o3y14%Om37BPaT>lZv)ik#)U!V5R@JTD!U+SnRYZ9Z zzSN>!E^58S2*q|3=bB#;S)If=OfPA(VS$^~{QG8YxF)&lTisdnQ52^=>Dt$ETAAp$ z!^|UbtJ*LXT2kGWMe}<4qB>A6g3%16jxAO#Ix>2(>NMSL-rUxyW9xj}BOe8C(xaN9 zf9H`436HkxJMmk!*Oo0)CQ=LGPiD>cQWa%7bgT7@w&hdZX>(#x%t>TLhBzMXNJ!JB zTf{EiUGcZ(71EcFJW}Ys2?_aBR>Gt`%brg0A&ghzurvvy+a$~@c2Fl^mowL4o381^ zxoQEH9MKBX2OzpE3c6>8x(FFqS{B8dx~=)z?xCbNyO+~96j^r6K{(mspkA{@Qy)sK z$!#4Q`qmE#d(waCJ^MbjSVNrIAS-L{YHBt(R;Kl!+Y@5LxTw<9keQp7DwoCF2BIsE zM=h-rP5YePu9orzvJv1@GMriB}hPhzS$ zIW|XF+7vIyN-bU3!^OmMV&Zgq8d^)(PF@@eFk?HS|FVB#?1c2Zwd2J6QzDn=4hFEU~DzgC**tC=M=o9Y8G z_Z&7LpSKL2Oj&D_C~g8-tW94p87>QPnySTK8D~0-Y!Rt8E>|zzrDqx>gY~*PSnrQ~ zq((;i7%v(Js$51c$9z-$s}5UCSEIN%D=?8U zk)#uG%}e$E!IPaRG2JMvrf)f?nf_cBb5dj`=AJZfh%Iooujh>;Pg=A^ncY=Nz}4S_ z2YUS|cDd*+4AwL5jj5g+9E}U%bAdY)hfd&_a5v%#=IiXC$cQFh5zFmJ$S7sfrT8he z!Q*laQYj)A=Q6lVU07I(vY1n>_K!Q+f7uN4`2TWfvo}N|976M(qvs8q*+S17w)CIR zs|XfNpWP%IHwd%AI{Q|_VLy?AI8$w6hj1E({%Bnv-Xq!|A>m6b?L0A46ZSk1==N--?uUd^t z2#18pBi?&bcI}MBqTKu)|6gQ}`iV4keRjzFaBz;yFMl}#67IUVDZ~ibM*CqBVN%cA zvR|EA1w5t4dDK}6DcS^*lKEd*xjtkPUu5JS7xBDuS!}^Q;mwKZ-Ai@qm;s?Zq#9Zy z0~a~l&gAuaH1z^IPsT!|al)@8K^t+{gtC*jqd~^rG?i*$Au>stN=|)Mo%gCb57hxV t2RZp%tmKSS)#0Y 2 && n < 20) ? 2 : 3;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ri am faighinn" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Seo liosta de %s a tha ri am faighinn. Gus feadhainn a thaghadh, tagh iad sa " +"bhogsa gu h-ìosal agus briog air an t-saighead “Tagh” eadar an dà bhogsa an " +"uair sin." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Sgrìobh sa bhogsa seo gus an liosta de %s ri am faighinn a chriathradh." + +msgid "Filter" +msgstr "Criathraich" + +msgid "Choose all" +msgstr "Tagh na h-uile" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Briog gus a h-uile %s a thaghadh aig an aon àm." + +msgid "Choose" +msgstr "Tagh" + +msgid "Remove" +msgstr "Thoir air falbh" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s a chaidh a thaghadh" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Seo liosta de %s a chaidh a thaghadh. Gus feadhainn a thoirt air falbh, tagh " +"iad sa bhogsa gu h-ìosal agus briog air an t-saighead “Thoir air falbh” " +"eadar an dà bhogsa an uair sin." + +msgid "Remove all" +msgstr "Thoir air falbh na h-uile" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Briog gus a h-uile %s a chaidh a thaghadh a thoirt air falbh." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Chaidh %(sel)s à %(cnt)s a thaghadh" +msgstr[1] "Chaidh %(sel)s à %(cnt)s a thaghadh" +msgstr[2] "Chaidh %(sel)s à %(cnt)s a thaghadh" +msgstr[3] "Chaidh %(sel)s à %(cnt)s a thaghadh" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tha atharraichean gun sàbhaladh agad ann an raon no dhà fa leth a ghabhas " +"deasachadh. Ma ruitheas tu gnìomh, thèid na dh’atharraich thu gun a " +"shàbhaladh air chall." + +msgid "" +"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." +msgstr "" +"Thagh thu gnìomh ach cha do shàbhail thu na dh’atharraich thu ann an " +"raointean fa leth. Briog air “Ceart ma-thà” gus seo a shàbhaladh. Feumaidh " +"tu an gnìomh a ruith a-rithist." + +msgid "" +"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." +msgstr "" +"Thagh thu gnìomh agus cha do rinn thu atharrachadh air ran fa leth sam bith. " +"’S dòcha gu bheil thu airson am putan “Siuthad” a chleachdadh seach am putan " +"“Sàbhail”." + +msgid "Now" +msgstr "An-dràsta" + +msgid "Midnight" +msgstr "Meadhan-oidhche" + +msgid "6 a.m." +msgstr "6m" + +msgid "Noon" +msgstr "Meadhan-latha" + +msgid "6 p.m." +msgstr "6f" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"An aire: Tha thu %s uair a thìde air thoiseach àm an fhrithealaiche." +msgstr[1] "" +"An aire: Tha thu %s uair a thìde air thoiseach àm an fhrithealaiche." +msgstr[2] "" +"An aire: Tha thu %s uairean a thìde air thoiseach àm an fhrithealaiche." +msgstr[3] "" +"An aire: Tha thu %s uair a thìde air thoiseach àm an fhrithealaiche." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"An aire: Tha thu %s uair a thìde air dheireadh àm an fhrithealaiche." +msgstr[1] "" +"An aire: Tha thu %s uair a thìde air dheireadh àm an fhrithealaiche." +msgstr[2] "" +"An aire: Tha thu %s uairean a thìde air dheireadh àm an fhrithealaiche." +msgstr[3] "" +"An aire: Tha thu %s uair a thìde air dheireadh àm an fhrithealaiche." + +msgid "Choose a Time" +msgstr "Tagh àm" + +msgid "Choose a time" +msgstr "Tagh àm" + +msgid "Cancel" +msgstr "Sguir dheth" + +msgid "Today" +msgstr "An-diugh" + +msgid "Choose a Date" +msgstr "Tagh ceann-là" + +msgid "Yesterday" +msgstr "An-dè" + +msgid "Tomorrow" +msgstr "A-màireach" + +msgid "January" +msgstr "Am Faoilleach" + +msgid "February" +msgstr "An Gearran" + +msgid "March" +msgstr "Am Màrt" + +msgid "April" +msgstr "An Giblean" + +msgid "May" +msgstr "An Cèitean" + +msgid "June" +msgstr "An t-Ògmhios" + +msgid "July" +msgstr "An t-Iuchar" + +msgid "August" +msgstr "An Lùnastal" + +msgid "September" +msgstr "An t-Sultain" + +msgid "October" +msgstr "An Dàmhair" + +msgid "November" +msgstr "An t-Samhain" + +msgid "December" +msgstr "An Dùbhlachd" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Faoi" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Gearr" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Màrt" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Gibl" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Cèit" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Ògmh" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Iuch" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Lùna" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sult" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Dàmh" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Samh" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dùbh" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Dò" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Lu" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Mà" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ci" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Da" + +msgctxt "one letter Friday" +msgid "F" +msgstr "hA" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Sa" + +msgid "Show" +msgstr "Seall" + +msgid "Hide" +msgstr "Falaich" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a50cd525ea6ca1f00b3c43bf4b2321e6392ca1a9 GIT binary patch literal 18534 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..fd97a8551b0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po @@ -0,0 +1,797 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Denís Bermúdez Delgado , 2021 +# fasouto , 2011-2012 +# fonso , 2011,2013 +# fasouto , 2017 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# 948a55bc37dd6d642f1875bb84258fff_07a28cc , 2011-2012 +# Pablo, 2015 +# X Bello , 2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: X Bello , 2023-2025\n" +"Language-Team: Galician (http://app.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Borrar %(verbose_name_plural)s seleccionados." + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Borrado exitosamente %(count)d %(items)s" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Non foi posíble eliminar %(name)s" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples obxectos" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "Non" + +msgid "Unknown" +msgstr "Descoñecido" + +msgid "Any date" +msgstr "Calquera data" + +msgid "Today" +msgstr "Hoxe" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este ano" + +msgid "No date" +msgstr "Sen data" + +msgid "Has date" +msgstr "Ten data" + +msgid "Empty" +msgstr "Baleiro" + +msgid "Not empty" +msgstr "Non baleiro" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor, insira os %(username)s e contrasinal dunha conta de persoal. Teña " +"en conta que ambos os dous campos distingues maiúsculas e minúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Engadir outro %(verbose_name)s" + +msgid "Remove" +msgstr "Retirar" + +msgid "Addition" +msgstr "Engadido" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Borrado" + +msgid "action time" +msgstr "hora da acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contido" + +msgid "object id" +msgstr "id do obxecto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr do obxecto" + +msgid "action flag" +msgstr "código do tipo de acción" + +msgid "change message" +msgstr "cambiar mensaxe" + +msgid "log entry" +msgstr "entrada de rexistro" + +msgid "log entries" +msgstr "entradas de rexistro" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Engadido %(object)s" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Cambiado “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Eliminado “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Obxecto LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Engadido {name} “{object}”." + +msgid "Added." +msgstr "Engadido." + +msgid "and" +msgstr "e" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Cambiados {fields} por {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Cambiados {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Eliminado {name} “{object}”." + +msgid "No fields changed." +msgstr "Non se modificou ningún campo." + +msgid "None" +msgstr "Ningún" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +" Para seleccionar máis dunha entrada, manteña premida a tecla “Control”, ou " +"“Comando” nun Mac." + +msgid "Select this object for an action - {}" +msgstr "Seleccione este obxeto para unha acción - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Engadiuse correctamente {name} “{obj}”." + +msgid "You may edit it again below." +msgstr "Pode editalo outra vez abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Engadiuse correctamente {name} “{obj}”. Pode engadir outro {name} abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "Modificouse correctamente {name} “{obj}”. Pode editalo de novo abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Modificouse correctamente {name} “{obj}”. Pode engadir outro {name} abaixo." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Modificouse correctamente {name} “{obj}”." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Debe seleccionar ítems para poder facer accións con eles. Ningún ítem foi " +"cambiado." + +msgid "No action selected." +msgstr "Non se elixiu ningunha acción." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Eliminouse correctamente %(name)s “%(obj)s”." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "Non existe %(name)s ca ID “%(key)s”. Ó mellor foi borrado?" + +#, python-format +msgid "Add %s" +msgstr "Engadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "Ver %s" + +msgid "Database error" +msgstr "Erro da base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s foi cambiado satisfactoriamente." +msgstr[1] "%(count)s %(name)s foron cambiados satisfactoriamente." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado." +msgstr[1] "Tódolos %(total_count)s seleccionados." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionados." + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de cambios: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"O borrado de %(class_name)s %(instance)s precisaría borrar os seguintes " +"obxetos relacionados: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administración de sitio Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Administración do sitio" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "administración de %(app)s " + +msgid "Page not found" +msgstr "Páxina non atopada" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Sentímolo, pero non se atopou a páxina solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Erro no servidor" + +msgid "Server error (500)" +msgstr "Erro no servidor (500)" + +msgid "Server Error (500)" +msgstr "Erro no servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ocorreu un erro. Os administradores do sitio foron informados por email e " +"debería ser arranxado pronto. Grazas pola súa paciencia." + +msgid "Run the selected action" +msgstr "Executar a acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Fai clic aquí para seleccionar os obxectos en tódalas páxinas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos os %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpar selección" + +msgid "Breadcrumbs" +msgstr "Migas de pan" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicación %(name)s" + +msgid "Model name" +msgstr "Nome do modelo" + +msgid "Add link" +msgstr "Engadir enlace" + +msgid "Change or view list link" +msgstr "Cambiar ou ver lista de enlaces" + +msgid "Add" +msgstr "Engadir" + +msgid "View" +msgstr "Vista" + +msgid "You don’t have permission to view or edit anything." +msgstr "Non ten permiso para ver ou editar nada." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Cando teña creado un usuario, poderá editar máis opcións do usuario." + +msgid "Error:" +msgstr "Error:" + +msgid "Change password" +msgstr "Cambiar contrasinal" + +msgid "Set password" +msgstr "Configurar contrasinal" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Por favor corrixa o erro de abaixo." +msgstr[1] "Por favor corrixa o erro de abaixo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Insira un novo contrasinal para o usuario %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Esta acción vai habilitar a autentificación basada en " +"contrasinal para este usuario." + +msgid "Disable password-based authentication" +msgstr "Deshabilitar a autentificación basada en contrasinal" + +msgid "Enable password-based authentication" +msgstr "Habilitar a autentificación basada en contrasinal" + +msgid "Skip to main content" +msgstr "Saltar ó contido principal" + +msgid "Welcome," +msgstr "Benvido," + +msgid "View site" +msgstr "Ver sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Rematar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Engadir %(name)s" + +msgid "History" +msgstr "Historial" + +msgid "View on site" +msgstr "Ver no sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Hide counts" +msgstr "Agochar contas" + +msgid "Show counts" +msgstr "Amosar contas" + +msgid "Clear all filters" +msgstr "Borrar tódolos filtros" + +msgid "Remove from sorting" +msgstr "Eliminar da clasificación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridade de clasificación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar clasificación" + +msgid "Toggle theme (current theme: auto)" +msgstr "Escoller tema (tema actual: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Escoller tema (tema actual: claro)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Escoller tema (tema actual: escuro)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Borrar o %(object_name)s '%(escaped_object)s' resultaría na eliminación de " +"elementos relacionados, pero a súa conta non ten permiso para borrar os " +"seguintes tipos de elementos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Para borrar o obxecto %(object_name)s '%(escaped_object)s' requiriríase " +"borrar os seguintes obxectos protexidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Seguro que quere borrar o %(object_name)s \"%(escaped_object)s\"? " +"Eliminaranse os seguintes obxectos relacionados:" + +msgid "Objects" +msgstr "Obxectos" + +msgid "Yes, I’m sure" +msgstr "Sí, estou seguro" + +msgid "No, take me back" +msgstr "Non, lévame de volta" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Borrar os obxectos %(objects_name)s seleccionados resultaría na eliminación " +"de obxectos relacionados, pero a súa conta non ten permiso para borrar os " +"seguintes tipos de obxecto:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Para borrar os obxectos %(objects_name)s relacionados requiriríase eliminar " +"os seguintes obxectos protexidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Está seguro de que quere borrar os obxectos %(objects_name)s seleccionados? " +"Serán eliminados todos os seguintes obxectos e elementos relacionados on " +"eles:" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Sumario" + +msgid "Recent actions" +msgstr "Accións recentes" + +msgid "My actions" +msgstr "As miñas accións" + +msgid "None available" +msgstr "Ningunha dispoñíbel" + +msgid "Added:" +msgstr "Engadido:" + +msgid "Changed:" +msgstr "Modificado:" + +msgid "Deleted:" +msgstr "Eliminado:" + +msgid "Unknown content" +msgstr "Contido descoñecido" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hai un problema coa súa instalación de base de datos. Asegúrese de que se " +"creasen as táboas axeitadas na base de datos, e de que o usuario apropiado " +"teña permisos para lela." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Está identificado como %(username)s, pero non está autorizado para acceder a " +"esta páxina. Gustaríalle identificarse con una conta diferente?" + +msgid "Forgotten your login credentials?" +msgstr "¿Esquecéu as súas credenciales de logueo?" + +msgid "Toggle navigation" +msgstr "Activar navegación" + +msgid "Sidebar" +msgstr "Barra lateral" + +msgid "Start typing to filter…" +msgstr "Comece a escribir para filtrar…" + +msgid "Filter navigation items" +msgstr "Filtrar ítems de navegación" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrada" +msgstr[1] "entradas" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Este obxecto non ten histórico de cambios. Posibelmente non se creou usando " +"este sitio de administración." + +msgid "Show all" +msgstr "Amosar todo" + +msgid "Save" +msgstr "Gardar" + +msgid "Popup closing…" +msgstr "Pechando popup…" + +msgid "Search" +msgstr "Busca" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado. " +msgstr[1] "%(counter)s resultados." + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s en total" + +msgid "Save as new" +msgstr "Gardar como novo" + +msgid "Save and add another" +msgstr "Gardar e engadir outro" + +msgid "Save and continue editing" +msgstr "Gardar e seguir modificando" + +msgid "Save and view" +msgstr "Gardar e ver" + +msgid "Close" +msgstr "Pechar" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Engadir outro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionado" + +#, python-format +msgid "View selected %(model)s" +msgstr "Ver %(model)s seleccionado" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Grazas polo tempo que dedicou ao sitio web." + +msgid "Log in again" +msgstr "Entrar de novo" + +msgid "Password change" +msgstr "Cambiar o contrasinal" + +msgid "Your password was changed." +msgstr "Cambiouse o seu contrasinal." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por razóns de seguridade, introduza o contrasinal actual, e despois " +"introduza o novo contrasinal dúas veces para verificar que o escribiu " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar o contrasinal" + +msgid "Password reset" +msgstr "Recuperar o contrasinal" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"A túa clave foi gardada.\n" +"Xa podes entrar." + +msgid "Password reset confirmation" +msgstr "Confirmación de reseteo da contrasinal" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor insira a súa contrasinal dúas veces para que podamos verificar se " +"a escribiu correctamente." + +msgid "New password:" +msgstr "Contrasinal novo:" + +msgid "Confirm password:" +msgstr "Confirmar contrasinal:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"A ligazón de reseteo da contrasinal non é válida, posiblemente porque xa foi " +"usada. Por favor pida un novo reseteo da contrasinal." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Acabamos de enviarlle as instrucións para configurar o contrasinal ao " +"enderezo de email que nos indicou. Debería recibilas axiña." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se non recibe un email, por favor asegúrese de que escribiu a dirección ca " +"que se rexistrou, e comprobe a carpeta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Recibe este email porque solicitou restablecer o contrasinal para a súa " +"conta de usuario en %(site_name)s" + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor vaia á seguinte páxina e elixa una nova contrasinal:" + +msgid "In case you’ve forgotten, you are:" +msgstr "No caso de que se esquecera, vostede é:" + +msgid "Thanks for using our site!" +msgstr "Grazas por usar o noso sitio web!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "O equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Esqueceu o contrasinal? Insira o seu enderezo de email embaixo e " +"enviarémoslle as instrucións para configurar un novo." + +msgid "Email address:" +msgstr "Enderezo de correo electrónico:" + +msgid "Reset my password" +msgstr "Recuperar o meu contrasinal" + +msgid "Select all objects on this page for an action" +msgstr "Seleccione tódolos obxetos desta páxina para unha acción" + +msgid "All dates" +msgstr "Todas as datas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione un/unha %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s que modificar" + +#, python-format +msgid "Select %s to view" +msgstr "Seleccione %s para ver" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Procurar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Modificar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..762906c5c2e0ae95e120e9e5bae236b3fdda6b37 GIT binary patch literal 5587 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 XP(k2`m#S0z+@IrL5DWa&pH=?_sgTrg literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..44c99ef2b4c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po @@ -0,0 +1,318 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# fasouto , 2011 +# fonso , 2011,2013 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# X Bello , 2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: X Bello , 2023,2025\n" +"Language-Team: Galician (http://app.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s dispoñíbeis" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Elixa %s seleccionándoos e despóis seleccionando o botón \"Escoller\" ca " +"flecha." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba nesta caixa para filtrar a lista de %s dispoñíbeis." + +msgid "Filter" +msgstr "Filtro" + +#, javascript-format +msgid "Choose all %s" +msgstr "Escoller tódolos %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Escoller os %s seleccionados" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Eliminar os %s seleccionados" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s escollido/a(s)" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Eliminar %s seleccionándoos e despóis seleccionando o botón \"Eliminar\" ca " +"flecha." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Escriba nesta caixa para filtrar a lista de %s seleccionados." + +msgid "(click to clear)" +msgstr "(pulse para limpar)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Eliminar tódolos %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opción seleccionada non visible" +msgstr[1] "%s opcións seleccionadas non visibles" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s escollido" +msgstr[1] "%(sel)s de %(cnt)s escollidos" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tes cambios sen guardar en campos editables individuales. Se executas unha " +"acción, os cambios non gardados perderanse." + +msgid "" +"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." +msgstr "" +"Escolleu unha acción, pero aínda non gardou os cambios nos campos " +"individuais. Prema OK para gardar. Despois terá que volver executar a acción." + +msgid "" +"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." +msgstr "" +"Escolleu unha acción, pero aínda non gardou os cambios nos campos " +"individuais. Probablemente estea buscando o botón Ir no canto do botón " +"Gardar." + +msgid "Now" +msgstr "Agora" + +msgid "Midnight" +msgstr "Medianoite" + +msgid "6 a.m." +msgstr "6 da mañá" + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 da tarde" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Está %s hora por diante da hora do servidor." +msgstr[1] "Nota: Está %s horas por diante da hora do servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Está %s hora por detrás da hora do servidor." +msgstr[1] "Nota: Está %s horas por detrás da hora do servidor." + +msgid "Choose a Time" +msgstr "Escolla unha Hora" + +msgid "Choose a time" +msgstr "Escolla unha hora" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoxe" + +msgid "Choose a Date" +msgstr "Escolla unha Data" + +msgid "Yesterday" +msgstr "Onte" + +msgid "Tomorrow" +msgstr "Mañá" + +msgid "January" +msgstr "Xaneiro" + +msgid "February" +msgstr "Febreiro" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Xuño" + +msgid "July" +msgstr "Xullo" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Decembro" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Xan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Abr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Xuñ" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Xul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Set" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Out" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dec" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Monday" +msgstr "Luns" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Mércores" + +msgid "Thursday" +msgstr "Xoves" + +msgid "Friday" +msgstr "Venres" + +msgid "Saturday" +msgstr "Sábado" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Domingo" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Lun" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Mar" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Mér" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Xov" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Ven" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sáb" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "X" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..57f340c478c5a556110afb0d6dc24bd1a01eaa60 GIT binary patch literal 19315 zcmc(l3zS_|dB=~UpaH~3MWKo(fsh%<%p^brhd_WNK!k*t1TenhoqNyBTyh`7ePkFY z6%nmg!3>!p44F(O0h7rTd5B^wN&#&x+ScNty?t0(;%cj`wysv%wOGFT`+s|%bI+Yj z0!nQ!?D?O)&whOSd+&Yn%o|@d8t{99@;1uCBZJ_mR|LV*W7HZ1?|pp`ycygG9uJnm z-vmDaz7O03o(lfVx1aKcAh?A31>h3!lc2^w3Nm%@Gi)`xn4D)Q@KK+Q;#r=$H?xUl%C)mVn~JQc!ek02hEIP<*`uJPDle@4p6$ zjs|!g_>bVV;6^rmANXys7rdTH?*^X*)&JvfWo_^_kRibrLGABb;IZKMK+*XeDEeLi zPXT`cUI3l~aiTW@MQ;HtfwzFK1b+-_o&N?UhhKoA|L7Bg;BxRy;H$t7gC7AS@M`d% zK+Ss|N+`Wq0czZPK=F4YsP}nr9ykDsuiHS;JppR{dqG4Q+z)E}*Fnkq+aRhOJOgU| zAA#EE^PuE$1WKv?$AW5qGpKb>@%6Jnx(3TZ?Q0Ww0k|2gf%k%I!MSfoN5Kl%4gM6= zx@RLi&3h@ReOwKS&JTg&e+3jjZvjQ$IEd;5yFpkOJPc}|e*tR!XF$#K94Pw#1Jry! z0X5%o?+Aj^z`0-tcsVG!Uk_>@lc4zgRZ#qS($~KSN`5~Cwa$Nn;>*uL&3|O*=sFR6 zka`!Wd7lME=TUQmpdFkGYTRYu`QUmG5eK(}XMvvwWuFJYI`{(E36>GA_&5PB0)GUq z1H+SpU^Q3;#ox!lE5XZ9PU*pJ@B`qzp!o4xh?4%k$>Ry2`0@@=a###9b#Q^lEXb6> zCqU6X4NCrB040wnJbu%^|5H%>dm5D7o&~k;3!wOS#Hm5>F7O!eR`6o*2=Hl8^Zqq> zGx!5=3AlNI^M|{^Yp6d8o(HzKIllFQlE=*+Zv!>oU7+?e0g9f_gVK|)fa?Dzpy+zq z<1@bf2cY)#Joxx4pc|C@9zkiO4}S?tPksPSfUi0o-39LkQR(1c!R6qbh1fE<2Gscb z!8zcQ9-sF351{ntIZ*Wd97I)vV>;YAr-L*Fmw?if8YsFy3u+%@pyvIY#|OaIP=5rJ zANvLMYV)4u&NQ0pH6mxBKe zYQED^PU+_|{)o;2Fa)m$HGT*9Zty`+>-`jzz8|&N&36(QQa=rpUS8(gKM1OS9yC6H z>i1a?mIn`j$AI4h#jhWNxSrtnGu*sqg2U98fu97Q0{;_S zlPdUn@YCSc;5aBbJP$quzVaM=EBG*|d5_1424%RH_FHGkys1~8;P42qsF zfFA|F1%4I0{9G58U%NC2zDfONQ1;%QnDey$_VNmlu1)>7MbD-?_q-De;un!EuU7+~$7^wYx z7u5XEftoM4z|~&|s(uQn{%3&V{|fN$!9MUbaOH(AUm5^AsE>i7@0%bj55DW$kGaUj z$!_p?+UwwFz|VlFP;dfF%Ykb_Oepvg_#yD0!HwX`704Xi1?It%SGsj>1-DSY6O^Ag z?qcWH-wLW8g7d+4Q2KBM2&;nvC_YVt;?Fan_Ivy#j=obs?c-cf^IQz-{S~12@j-9_ zSoZbpp!~yrkSzxffqw-47byLF1YyV?9s}mKkH>Q920Y_R6tPM#kF zwcfbL`@mOHe+-n|z79&C{|1}~{?NA{bD7hZd7$L{PEh)|2Al)-gRcPf6W!vuesd|m zOIc0%3g!1Hk^}D0entM?Pm#>-rnFH$PuW93H0F~p0LzrCC|bLhf_Q=r6#XRk`1glA z`~l_Dlm~p{?|B^bc&f(_fOq+4wi)cE98J-_^h1?`4^t%X?UZ4PemTl#DTvs9h$Q$e z%BNh_>;`rOL%uG!m2#4=Uja&2+9~@f@1=Z_lBekRYRdJL&6F=wt6*I z_~#n<1nH=hUIpj*=j%Lv&EqI|segVLlzsj-<#9?MWew$K%9kjgqhu)OP>!K=P_Ciq_lN`Y zH`6?i`}&FCg_Jtw7D_)wzoRJI?8(JIJ#M6YP!HinL*e|k-h81JRW{Y~wL;Wh4TJe@ znSlWwGPz>Dl&{t*nOeSFqB&d0RI8gxnWDPQZ_AgewM;2XMeoY>Qq7wE`@u{#%=TwW zeNir~*0b5DTJ5bD3PYWmeR<30Vyo+hd z*ZRX%E5ZXejn8k}91XQs58Sjf%$1{R>A+26wJ^Gl?RJK1qe_2fpc>|Dp>~mr3Q;Y} zEn^;=FPXi{i!5(~3k!wtkS`a7r7eYP6yY*uAnK!>Js%A3-QEpRA z$h>8t7zwvDptoEoln3*rKBQh?l^o)Tiq&v1PoJJBmI}nagw zCt~uI7bD`LN|ecEEA?VeHCUc0A+dP#iA0y1F$506`Si1fupgZ(SBAP%O~s*b08<+* zS8{Q$nf26;Vy$rVb^8&hKyN-O1dZiMTYK5WhU`3{u>B&^1Fsf9_6;-3ITD}XnR)(Dhs9@sJkhy5*eDiB-K5V~huSQl;sKak1fGxn9VjhS%2f zura6IX-KQ73{=WBb4iK5`u(C^ZQhQ&y-9>dTRh853te!qg)VrxRJ@E8<@v*Wsk!sm zE%+TS414M|xgk_BYyRIk_64=DKeHtY2ck+bU#+5!Gdxq%(bR?pqN@B)%(PZ=Q@Y|i z#Lnzx%I23{=Kqlu81ssJHPeG7#U80cMo2uWql%?kKI^iD71t2@%QJHb-&)0$yH~-A za<*P%oEx>Wn8_D-lOv8-yMvX*f!a{8vh)(xTUjE92{U0S8cZlN$0q}+S9!OTOr~7w zJAZzgsxHhf?edMC!NryZc?e6HE%`p9$%UQZ;&P?0T&qPTr(*HumxXR&)4M25Ju!;- zwa`MyU_^R>Z*v`#H&yBu_^U=@HL95{JL=1&s57{v99*i@L*ez(e2(Nu`Bjx?3l_np zWt>5-JXn%n!A-KY0zPG7h^x1jVv*RT>;`?$gsU^zg(=rtEXxz)$$86SmzMFGt9mVl z=gKY>szli+kJ-@2s9qT2J>_kSnaxoW>Dd;25Ff7HB4sQ)o2wG_L9V?TB=d5-$o5CX z0^?V8AX8MF&qbBaV3kGpV!c{ZbWdyzizf;qJ^}|OOeia2-%3ufR7|-)Dt3lz%04+T zOYe!0l8aNh&fxNLA8x}#nCZ*-O1WNBBjT$Jg;!XLM7_MZJ`k){nnn6&)8jaO_DEJt z9CM1gdMKtMSd-GY?qE%s|NXmU7oBP|S%NMqHwj!*Ml@n-F$#M!+0FDVMfNAmY{49) z{8Y(K%^Do3)nF}gGE|Q(pN6^uPDz~VqR*M^`4d%0`R5={f&{9Y|&-V_Qipu3Hvy`wsr8=T`Hl!w$ zy~PwS^j4d#SMs$XY@ixe5unp=c|m6pPRajwD8ZFt01`(tTq#pBPG!%@V99 zw%Q+~1kVlHai!UavN35LP0ArJX4e?&z9kXsIESUJ2#TAB3}5ZTp1OKcjqRqk)!+WtsTOS@P->9sDes` zE0u?aOQYiXZA%s{YG2yLQ~b{5sJ^4KDC@-gTB29M`u_5ul3@4XUH*F9e@~_otWSa_ zPSu~u*Kf`bh%*Ep=`Vh`R14PQ&Y@T`M>7W%^f)zPL}nSdA(uAW@x8#&3SZhugoxd` zlnhr_DGyZggdh1WHvlM*AEkUOhaL`QPVbv>K@%i{V4RLd7QuUlOoP*tD-?G^v8i3i zie;IUveo!`Q;9>Bj{3p+TBd?a8X910+O#`uNU_(a?ib>NAyc?p0A=uYbZoD(Qk}q9 z845NK{5JdOI}nv}nz9Pt!fWf90u+QgNjR=)JA+YAXh}=0jGOFC53kF*LZzMRFqc<4 z?D~)qAEMkvL+UbN#+8U0qzU4bvKD2EHdpL)V54lZkS}evTZw#W3zWkA0ZvZ&o`M`> zHUmH9&HBk5G6gYS%{V05bDd%6{hCe@5l(+bx@0S8bJ2|BqV5iCQS2Lc*?OJx%XJSo za#0{Ro^loOYL+n_c6}e!UpfV|4)`_DkW48bCka@h5eG$BR8b13D2XtXQ^{9!hO27L z)=D&h87Pf%j^6Ywbq80jRKqR#j87tUGg0lgGa&)7H-DYv($55huP~+EX7d9WdBjbf zc#A30h_&zibeGoO+14m`f`(DpI; zau3d7Nb2P>Pp4zrsjXlfFx&Ff4-q4R4VY(lutC+24y7DQ5IfyS zW$QYn&=Jib>p8?x#H)?VDHn!$GBX85^Qi8cR5x+N6fN$KHJZ;7CV85Tx(;;e8J{G? z+eAf!jZsx)VYrI@(9YFipg|e-mO4s8C$21=JGwoqo3^K}gpBLyhuJ_N=SHVD;zMV6 zwJ}1Z74if)`V`82O6=(z=JLJ07^bB}wzFkMLVN_8<=SA2q(_i9E6Y_QNJ8+1I2UA74HPFXuntj{}rB_(vJxPxpg26E&1ZK;@HbX1yS6$H%R z5I6As&|!|3R5H^~WUvejZYcFdX=jdBuu2Y5-edF@GJS!6wyQS0P~bXodZ|`ndEm1U z#px)3w**`L%_DCuHuHHX@XjKii=S|Wl|YUqSX(LU>bhf9uH&kxqPv^!FlQGFbJm%+ z>{wmx%jY^Ss`phpHk7-=Icu-zSQl-{t82#!l9TT6j75vj>{xVG#~Dk)MQ3*}T5|d# zeseD8%+s-g=y=r)dsq|x=4IF$=o=$^hVcd(k{1| z7z%!LSAW#iK4pO-C-@duGTeBAoDv{f~p|p^RC=*amP8$ zep(9+?^s#NmX+dkhv)R_88e=Hx%&$z1$;Mb?q%qnU z=OvsW!8^?LXVBPB_er{IE|=KJFZevGG0dC2jXfa`BRq^Zwl_vP|1Sqk8v$Dzc1Nze z8cSI{srIF+5qBAFOlzxgr*OuL*}h{nb~i@mHFhv8-teBrPJPMZGm3r3nkPnY)%GXY z{?^7=XUJce3%?q7Koz{3fGPV9{))w$VctvyjUC9MG4fZB&OAfKJsP7gsn4RYF(Dz@ z2d`x8SYu~^D(o?$Mp_=F1-p4iYy3E!$hM`e+ER z@LMq|SWUbdX834hd&p4VGDUr_Udyi_UgQYzU;+Ap+yYb$3%D$=N)WYQhU9D&C(zAzp-0-vYpD5%vdrQ zb1JffE(l=SUQc8yK#FwtJcz+6w^nH#!*JHAkX`)x5;JL zNkGm)p4Zcx*jg8T_lVY{h2b&*ZJ1`W2JL!6l1`aXvzKgfR%yDihxl+PW%4G`7;R2A z5-v+5r4?gRrVl0R**ugjY%-s88!&TjPK8%K)W6}7h_;y(?N2X`G0Y;W8IEL>UJ}gh zj>}SQZ_cxScT8=r=`vz}HtToCUk`Cj?jP({XD36^)w%B$5zWS<2{WAi)}0SCbTMDP z9r4Q`v5EcI32jnqY9sWNhc*3nj#a8?$}ZMof`^br%%7J|1W4)j1&q4K2{GjhXJ34*fgLMa-oZ%JE1@fdXWN(rw#31NUK6xT>+g$w zC$)(b0CojDPHO7JIm*|L@oKbjr(Cg|vhj&OBXm}jWK~o9W$KIAQxuxlPVIig?O!S@ z#UIBQ?t~BK%H^V_-Sn`CsgU=i%}kymo=?&0EomRj6nCK_p~17jf+OdKfY)RdNhk=6 zUIgR@#regw+S9oKLQeR+-8j83oTpklVNPqyBnQD%mEr*a4VNQoh_YO8HOck2#kCbe}SC(`ju{%0{LYPnN9bPJg4mo;Z!v?zKs;U5P$fQ#0FaZcCg? z^1EcSuGME^vv(MVenmM>F6cv-ra7U##QMuuP1*y-DFA&@d>TdN+uK$y?2+&O+bi|;w?_5u56hwr|DDPVIK|K z3#WX#+@e1enR`cJ6?6AU%2EKGA-R&FS$7hq5EAx|lolkuIkg3! zA-&w4I05cT??ZG}x4n(e$;Nd;nd;lF(t>T_V4;Zf)Ao-YKD6o?~m_@{^+KF<+X0^1$!f3n(!=;9@EZVvDVtu)A ze*#M$wWH>3hhu%Jr+cmFkMitcGF?sJFg>#~+f?~# zOB|8|wLD^Sq*iZ^F~n*g?-Q@$;;*Ua23?5{Qb<&aq1O05rS1jp1jCTX8UrSyozQxZ+` zgO;eNc1TdBV!}23&}E#dom`SXZ>SG6h`r=*bn_u}n044wYW~t=G8r z4;C~n)?m47>(+jyVWLbMKsxf}x^Ny-+NK-rZSf@y47X#6Ipg?)g{N(vZt8BdbHJ=0 zE2N-Ok6rO(had2=>G5}mExc+~f|ex|97Yu-EWMTq#XFU`Od%6HQ^uZc1W_t0Afzhe z8Rb2KQ&KQVyM34NO06~Hldi(iH2+CwV6>D#s}3_+tK#qGohdo(cfsw%jmv~alS3?T z{gJu(Pa909eD*rq*;yi$>Y(4vQ!%rSbk2EVQaUG|+LJyh+94^4 zfb`hOmUMzqj%AFo!y1Ga4hmhGAUXNr;yJ<;C5|NY1$WQou8F8h8!{I!oJcmUjc_{`tDI+c2 z;f%Q?95y;8iagxFp`&c#s9N$K&B?Gh9cT&QQ0fj^HnY~BU=!lo4(KvlPX#$IB^%_j zQ5&WRFbQosb8K^2XX1Z@IE6{Ij7s9-iaEN(3yKs=NF{$$6bV@FWJDL92R))`?jqE^ kAzPCBB428@l0YVH6Y|+wvgJ4s&_S80Ej;5*q7cFV04uB?ZU6uP literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bb854024388 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,780 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 534b44a19bf18d20b71ecc4eb77c572f_db336e9 , 2011 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2015,2017,2019-2020,2023,2025 +# Menachem G., 2021 +# Yaron Shahrabani , 2020-2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Meir Kriheli , " +"2011-2015,2017,2019-2020,2023,2025\n" +"Language-Team: Hebrew (http://app.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "מחק %(verbose_name_plural)s שנבחרו" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s נמחקו בהצלחה." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "לא ניתן למחוק %(name)s" + +msgid "Delete multiple objects" +msgstr "מחק כמה פריטים" + +msgid "Administration" +msgstr "ניהול" + +msgid "All" +msgstr "הכול" + +msgid "Yes" +msgstr "כן" + +msgid "No" +msgstr "לא" + +msgid "Unknown" +msgstr "לא ידוע" + +msgid "Any date" +msgstr "כל תאריך" + +msgid "Today" +msgstr "היום" + +msgid "Past 7 days" +msgstr "בשבוע האחרון" + +msgid "This month" +msgstr "החודש" + +msgid "This year" +msgstr "השנה" + +msgid "No date" +msgstr "ללא תאריך" + +msgid "Has date" +msgstr "עם תאריך" + +msgid "Empty" +msgstr "ריק" + +msgid "Not empty" +msgstr "לא ריק" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"נא להזין את %(username)s והסיסמה הנכונים לחשבון איש צוות. נא לשים לב כי שני " +"השדות רגישים לאותיות גדולות/קטנות." + +msgid "Action:" +msgstr "פעולה" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "הוספת %(verbose_name)s" + +msgid "Remove" +msgstr "להסיר" + +msgid "Addition" +msgstr "הוספה" + +msgid "Change" +msgstr "שינוי" + +msgid "Deletion" +msgstr "מחיקה" + +msgid "action time" +msgstr "זמן פעולה" + +msgid "user" +msgstr "משתמש" + +msgid "content type" +msgstr "סוג תוכן" + +msgid "object id" +msgstr "מזהה אובייקט" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "ייצוג אובייקט" + +msgid "action flag" +msgstr "דגל פעולה" + +msgid "change message" +msgstr "הערה לשינוי" + +msgid "log entry" +msgstr "רישום יומן" + +msgid "log entries" +msgstr "רישומי יומן" + +#, python-format +msgid "Added “%(object)s”." +msgstr "„%(object)s” נוסף." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "בוצע שינוי \"%(object)s\" — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "„%(object)s” נמחקו." + +msgid "LogEntry Object" +msgstr "אובייקט LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "בוצעה הוספת {name} “{object}”." + +msgid "Added." +msgstr "נוסף." + +msgid "and" +msgstr "ו" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "בוצע שינוי {fields} עבור {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr " {fields} שונו." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "בוצעה מחיקת {name} “{object}”." + +msgid "No fields changed." +msgstr "אף שדה לא השתנה." + +msgid "None" +msgstr "ללא" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "יש להחזיק \"Control\" או \"Command\" במק, כדי לבחור יותר מאחד." + +msgid "Select this object for an action - {}" +msgstr "בחירת אובייקט זה עבור פעולה - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "הוספת {name} “{obj}” בוצעה בהצלחה." + +msgid "You may edit it again below." +msgstr "ניתן לערוך שוב מתחת." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "הוספת {name} “{obj}” בוצעה בהצלחה. ניתן להוסיף עוד {name} מתחת." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "שינוי {name} “{obj}” בוצע בהצלחה. ניתן לערוך שוב מתחת." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "עדכון {name} \"{obj}\" בוצע בהצלחה. ניתן להוסיף עוד {name} מתחת." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "שינוי {name} \"{obj}\" בוצע בהצלחה." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "יש לסמן פריטים כדי לבצע עליהם פעולות. לא שונו פריטים." + +msgid "No action selected." +msgstr "לא נבחרה פעולה." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "מחיקת %(name)s “%(obj)s” בוצעה בהצלחה." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s עם ID \"%(key)s\" לא במצאי. אולי זה נמחק?" + +#, python-format +msgid "Add %s" +msgstr "הוספת %s" + +#, python-format +msgid "Change %s" +msgstr "שינוי %s" + +#, python-format +msgid "View %s" +msgstr "צפיה ב%s" + +msgid "Database error" +msgstr "שגיאת בסיס נתונים" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "שינוי %(count)s %(name)s בוצע בהצלחה." +msgstr[1] "שינוי %(count)s %(name)s בוצע בהצלחה." +msgstr[2] "שינוי %(count)s %(name)s בוצע בהצלחה." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s נבחר" +msgstr[1] "כל ה־%(total_count)s נבחרו" +msgstr[2] "כל ה־%(total_count)s נבחרו" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 מ %(cnt)s נבחרים" + +msgid "Delete" +msgstr "מחיקה" + +#, python-format +msgid "Change history: %s" +msgstr "היסטוריית שינוי: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"מחיקת %(class_name)s %(instance)s תדרוש מחיקת האובייקטים הקשורים והמוגנים " +"הבאים: %(related_objects)s" + +msgid "Django site admin" +msgstr "ניהול אתר Django" + +msgid "Django administration" +msgstr "ניהול Django" + +msgid "Site administration" +msgstr "ניהול אתר" + +msgid "Log in" +msgstr "כניסה" + +#, python-format +msgid "%(app)s administration" +msgstr "ניהול %(app)s" + +msgid "Page not found" +msgstr "דף לא קיים" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "אנו מתנצלים, העמוד המבוקש אינו קיים." + +msgid "Home" +msgstr "דף הבית" + +msgid "Server error" +msgstr "שגיאת שרת" + +msgid "Server error (500)" +msgstr "שגיאת שרת (500)" + +msgid "Server Error (500)" +msgstr "שגיאת שרת (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"התרחשה שגיאה. היא דווחה למנהלי האתר בדוא\"ל ותתוקן בקרוב. תודה על סבלנותך." + +msgid "Run the selected action" +msgstr "הפעל את הפעולה שבחרת בה." + +msgid "Go" +msgstr "בצע" + +msgid "Click here to select the objects across all pages" +msgstr "לחיצה כאן תבחר את האובייקטים בכל העמודים" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "בחירת כל %(total_count)s ה־%(module_name)s" + +msgid "Clear selection" +msgstr "איפוס בחירה" + +msgid "Breadcrumbs" +msgstr "פירורי לחם" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "מודלים ביישום %(name)s" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "הוספה" + +msgid "View" +msgstr "צפיה" + +msgid "You don’t have permission to view or edit anything." +msgstr "אין לך כלל הרשאות צפיה או עריכה." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "שינוי סיסמה" + +msgid "Set password" +msgstr "קביעת סיסמה" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "נא לתקן את השגיאה מתחת." +msgstr[1] "נא לתקן את השגיאות מתחת." +msgstr[2] "נא לתקן את השגיאות מתחת." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "יש להזין סיסמה חדשה עבור המשתמש %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"פעולה זו תאפשר אימות מבוסס סיסמה עבור משתמש זה.\n" +" " + +msgid "Disable password-based authentication" +msgstr "השבת אימות מבוסס סיסמה" + +msgid "Enable password-based authentication" +msgstr "אפשר אימות מבוסס סיסמה" + +msgid "Skip to main content" +msgstr "דילוג לתוכן העיקרי" + +msgid "Welcome," +msgstr "שלום," + +msgid "View site" +msgstr "צפיה באתר" + +msgid "Documentation" +msgstr "תיעוד" + +msgid "Log out" +msgstr "יציאה" + +#, python-format +msgid "Add %(name)s" +msgstr "הוספת %(name)s" + +msgid "History" +msgstr "היסטוריה" + +msgid "View on site" +msgstr "צפיה באתר" + +msgid "Filter" +msgstr "סינון" + +msgid "Hide counts" +msgstr "הסתרת ספירות" + +msgid "Show counts" +msgstr "הצגת ספירות" + +msgid "Clear all filters" +msgstr "ניקוי כל הסינונים" + +msgid "Remove from sorting" +msgstr "הסרה ממיון" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "עדיפות מיון: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "החלף כיוון מיון" + +msgid "Toggle theme (current theme: auto)" +msgstr "החלפת ערכת נושא (נוכחית: אוטומטית)" + +msgid "Toggle theme (current theme: light)" +msgstr "החלפת ערכת נושא (נוכחית: בהירה)" + +msgid "Toggle theme (current theme: dark)" +msgstr "החלפת ערכת נושא (נוכחית: כהה)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"מחיקת %(object_name)s '%(escaped_object)s' מצריכה מחיקת אובייקטים מקושרים, " +"אך לחשבון שלך אין הרשאות למחיקת סוגי האובייקטים הבאים:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"מחיקת ה%(object_name)s '%(escaped_object)s' תדרוש מחיקת האובייקטים הקשורים " +"והמוגנים הבאים:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"האם ברצונך למחוק את %(object_name)s \"%(escaped_object)s\"? כל הפריטים " +"הקשורים הבאים יימחקו:" + +msgid "Objects" +msgstr "אובייקטים" + +msgid "Yes, I’m sure" +msgstr "כן, בבטחה" + +msgid "No, take me back" +msgstr "לא, קח אותי חזרה." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"מחיקת ב%(objects_name)s הנבחרת תביא במחיקת אובייקטים קשורים, אבל החשבון שלך " +"אינו הרשאה למחוק את הסוגים הבאים של אובייקטים:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"מחיקת ה%(objects_name)s אשר סימנת תדרוש מחיקת האובייקטים הקשורים והמוגנים " +"הבאים:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"האם אתה בטוח שאתה רוצה למחוק את ה%(objects_name)s הנבחר? כל האובייקטים הבאים " +"ופריטים הקשורים להם יימחקו:" + +msgid "Delete?" +msgstr "מחיקה ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " לפי %(filter_title)s " + +msgid "Summary" +msgstr "סיכום" + +msgid "Recent actions" +msgstr "פעולות אחרונות" + +msgid "My actions" +msgstr "הפעולות שלי" + +msgid "None available" +msgstr "לא נמצאו" + +msgid "Added:" +msgstr "נוספו:" + +msgid "Changed:" +msgstr "שונו:" + +msgid "Deleted:" +msgstr "נמחקו:" + +msgid "Unknown content" +msgstr "תוכן לא ידוע" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"משהו שגוי בהתקנת בסיס הנתונים שלך. יש לוודא יצירת הטבלאות המתאימות וקיום " +"הרשאות קריאה על בסיס הנתונים עבור המשתמש המתאים." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"התחברת בתור %(username)s, אך אין לך הרשאות גישה לעמוד זה. האם ברצונך להתחבר " +"בתור משתמש אחר?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "החלפת מצב סרגל ניווט" + +msgid "Sidebar" +msgstr "סרגל צד" + +msgid "Start typing to filter…" +msgstr "התחל להקליד כדי לסנן..." + +msgid "Filter navigation items" +msgstr "סנן פריטי ניווט" + +msgid "Date/time" +msgstr "תאריך/שעה" + +msgid "User" +msgstr "משתמש" + +msgid "Action" +msgstr "פעולה" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "רשומה" +msgstr[1] "רשומה" +msgstr[2] "רשומות" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "לאובייקט זה אין היסטוריית שינויים. כנראה לא נוסף דרך ממשק הניהול." + +msgid "Show all" +msgstr "הצג הכל" + +msgid "Save" +msgstr "שמירה" + +msgid "Popup closing…" +msgstr "חלון צץ נסגר..." + +msgid "Search" +msgstr "חיפוש" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "תוצאה %(counter)s" +msgstr[1] "%(counter)s תוצאות" +msgstr[2] "%(counter)s תוצאות" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s סה\"כ" + +msgid "Save as new" +msgstr "שמירה כחדש" + +msgid "Save and add another" +msgstr "שמירה והוספת אחר" + +msgid "Save and continue editing" +msgstr "שמירה והמשך עריכה" + +msgid "Save and view" +msgstr "שמירה וצפיה" + +msgid "Close" +msgstr "סגירה" + +#, python-format +msgid "Change selected %(model)s" +msgstr "שינוי %(model)s הנבחר." + +#, python-format +msgid "Add another %(model)s" +msgstr "הוספת %(model)s נוסף." + +#, python-format +msgid "Delete selected %(model)s" +msgstr "מחיקת %(model)s הנבחר." + +#, python-format +msgid "View selected %(model)s" +msgstr "צפיה ב%(model)s אשר נבחרו." + +msgid "Thanks for spending some quality time with the web site today." +msgstr "תודה על בילוי זמן איכות עם האתר." + +msgid "Log in again" +msgstr "התחבר/י שוב" + +msgid "Password change" +msgstr "שינוי סיסמה" + +msgid "Your password was changed." +msgstr "סיסמתך שונתה." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"נא להזין את הססמה הישנה שלך, למען האבטחה, ולאחר מכן את הססמה החדשה שלך " +"פעמיים כדי שנוכל לוודא שהקלדת אותה נכון." + +msgid "Change my password" +msgstr "שנה את סיסמתי" + +msgid "Password reset" +msgstr "איפוס סיסמה" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "ססמתך נשמרה. כעת ניתן להתחבר." + +msgid "Password reset confirmation" +msgstr "אימות איפוס סיסמה" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "נא להזין את סיסמתך החדשה פעמיים כדי שנוכל לוודא שהקלדת אותה כראוי." + +msgid "New password:" +msgstr "סיסמה חדשה:" + +msgid "Confirm password:" +msgstr "אימות סיסמה:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"הקישור לאיפוס הסיסמה אינו חוקי. ייתכן והשתמשו בו כבר. נא לבקש איפוס סיסמה " +"חדש." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"שלחנו לך הוראות לקביעת הססמה, בהנחה שקיים חשבון עם כתובת הדואר האלקטרוני " +"שהזנת. ההוראות אמורות להתקבל בקרוב." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"אם לא קיבלת דואר אלקטרוני, נא לוודא שהזנת את הכתובת שנרשמת עימה ושההודעה לא " +"נחתה בתיקיית דואר הזבל." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"הודעה זו נשלחה אליך עקב בקשתך לאיפוס הסיסמה עבור המשתמש שלך באתר " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "נא להגיע לעמוד הבא ולבחור סיסמה חדשה:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "תודה על השימוש באתר שלנו!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "צוות %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"שכחת את הססמה שלך? נא להזין את כתובת הדואר האלקטרוני מתחת ואנו נשלח הוראות " +"לקביעת ססמה חדשה." + +msgid "Email address:" +msgstr "כתובת דוא\"ל:" + +msgid "Reset my password" +msgstr "אפס את סיסמתי" + +msgid "Select all objects on this page for an action" +msgstr "בחירת כל האובייקטים בעמוד זה עבור פעולה" + +msgid "All dates" +msgstr "כל התאריכים" + +#, python-format +msgid "Select %s" +msgstr "בחירת %s" + +#, python-format +msgid "Select %s to change" +msgstr "בחירת %s לשינוי" + +#, python-format +msgid "Select %s to view" +msgstr "בחירת %s לצפיה" + +msgid "Date:" +msgstr "תאריך:" + +msgid "Time:" +msgstr "שעה:" + +msgid "Lookup" +msgstr "חפש" + +msgid "Currently:" +msgstr "נוכחי:" + +msgid "Change:" +msgstr "שינוי:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..265d261b3b9b4416a6f834257f8719a6cbcd0f47 GIT binary patch literal 6893 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..1946efc7753 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po @@ -0,0 +1,334 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 534b44a19bf18d20b71ecc4eb77c572f_db336e9 , 2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2012,2014-2015,2017,2020,2023 +# Yaron Shahrabani , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-04 07:59+0000\n" +"Last-Translator: Meir Kriheli , " +"2011-2012,2014-2015,2017,2020,2023\n" +"Language-Team: Hebrew (http://app.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#, javascript-format +msgid "Available %s" +msgstr "אפשרויות %s זמינות" + +#, javascript-format +msgid "" +"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." +msgstr "" +"זו רשימת %s הזמינים לבחירה. ניתן לבחור חלק ע\"י סימון בתיבה מתחת ולחיצה על " +"חץ \"בחר\" בין שתי התיבות." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "ניתן להקליד בתיבה זו כדי לסנן %s." + +msgid "Filter" +msgstr "סינון" + +msgid "Choose all" +msgstr "בחירת הכל" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "בחירת כל ה%s בבת אחת." + +msgid "Choose" +msgstr "בחר" + +msgid "Remove" +msgstr "הסרה" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s אשר נבחרו" + +#, javascript-format +msgid "" +"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." +msgstr "" +"זו רשימת %s אשר נבחרו. ניתן להסיר חלק ע\"י בחירה בתיבה מתחת ולחיצה על חץ " +"\"הסרה\" בין שתי התיבות." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "ניתן להקליד בתיבה זו כדי לסנן את רשימת %s הנבחרים." + +msgid "Remove all" +msgstr "הסרת הכל" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "הסרת כל %s אשר נבחרו בבת אחת." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "אפשרות נבחרת %s אינה גלויה." +msgstr[1] "%s אפשרויות נבחרות אינן גלויות." +msgstr[2] "%s אפשרויות נבחרות אינן גלויות." +msgstr[3] "%s אפשרויות נבחרות אינן גלויות." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s מ %(cnt)s נבחרות" +msgstr[1] "%(sel)s מ %(cnt)s נבחרות" +msgstr[2] "%(sel)s מ %(cnt)s נבחרות" +msgstr[3] "%(sel)s מ %(cnt)s נבחרות" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"יש לך שינויים שלא נשמרו על שדות יחידות. אם אתה מפעיל פעולה, שינויים שלא " +"נשמרו יאבדו." + +msgid "" +"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." +msgstr "" +"בחרת פעולה, אך לא שמרת עדיין את השינויים לשדות בודדים. נא ללחוץ על אישור כדי " +"לשמור. יהיה עליך להפעיל את הפעולה עוד פעם." + +msgid "" +"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." +msgstr "" +"בחרת פעולה, אך לא ביצעת שינויים בשדות. כנראה חיפשת את כפתור בצע במקום כפתור " +"שמירה." + +msgid "Now" +msgstr "כעת" + +msgid "Midnight" +msgstr "חצות" + +msgid "6 a.m." +msgstr "6 בבוקר" + +msgid "Noon" +msgstr "12 בצהריים" + +msgid "6 p.m." +msgstr "6 אחר הצהריים" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "הערה: את/ה %s שעה לפני זמן השרת." +msgstr[1] "הערה: את/ה %s שעות לפני זמן השרת." +msgstr[2] "הערה: את/ה %s שעות לפני זמן השרת." +msgstr[3] "הערה: את/ה %s שעות לפני זמן השרת." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "הערה: את/ה %s שעה אחרי זמן השרת." +msgstr[1] "הערה: את/ה %s שעות אחרי זמן השרת." +msgstr[2] "הערה: את/ה %s שעות אחרי זמן השרת." +msgstr[3] "הערה: את/ה %s שעות אחרי זמן השרת." + +msgid "Choose a Time" +msgstr "בחירת שעה" + +msgid "Choose a time" +msgstr "בחירת שעה" + +msgid "Cancel" +msgstr "ביטול" + +msgid "Today" +msgstr "היום" + +msgid "Choose a Date" +msgstr "בחירת תאריך" + +msgid "Yesterday" +msgstr "אתמול" + +msgid "Tomorrow" +msgstr "מחר" + +msgid "January" +msgstr "ינואר" + +msgid "February" +msgstr "פברואר" + +msgid "March" +msgstr "מרץ" + +msgid "April" +msgstr "אפריל" + +msgid "May" +msgstr "מאי" + +msgid "June" +msgstr "יוני" + +msgid "July" +msgstr "יולי" + +msgid "August" +msgstr "אוגוסט" + +msgid "September" +msgstr "ספטמבר" + +msgid "October" +msgstr "אוקטובר" + +msgid "November" +msgstr "נובמבר" + +msgid "December" +msgstr "דצמבר" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "ינו׳" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "פבר׳" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "מרץ" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "אפר׳" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "מאי" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "יונ׳" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "יול׳" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "אוג׳" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "ספט׳" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "אוק׳" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "נוב׳" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "דצמ׳" + +msgid "Sunday" +msgstr "ראשון" + +msgid "Monday" +msgstr "שני" + +msgid "Tuesday" +msgstr "שלישי" + +msgid "Wednesday" +msgstr "רביעי" + +msgid "Thursday" +msgstr "חמישי" + +msgid "Friday" +msgstr "שישי" + +msgid "Saturday" +msgstr "שבת" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "א" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "ב" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "ג" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "ד" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "ה" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "ו" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "ש" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "א" + +msgctxt "one letter Monday" +msgid "M" +msgstr "ב" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "ג" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "ד" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "ה" + +msgctxt "one letter Friday" +msgid "F" +msgstr "ו" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "ש" + +msgid "Show" +msgstr "הצג" + +msgid "Hide" +msgstr "הסתר" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a2c4c7d877dc37ee13f1c664f16086b56f778eb0 GIT binary patch literal 13811 zcmc(kdyHJwea8>408VfMg_bmg9v;T)#=Bk{C}eFg#+X3CV6cG@8l2ggySsyD<}UN_ zvK7#Uq{J<>PLl!=b>ldm1*OaLpWR&NasBB@&iyX<;HiA^`H$0`I|qCR z{1ABRGUq-4UIbnOJ`AdT9=sgXan@m}VDXM>1#=Yj77J*fU+Q0rb6`)>nT z%H08;2JQqO0;j;wfd34h0q#P`PlL0deu}AA!>2uj2D}!L>a9 zJ9s8|0YXvPT?#G-uLdP=D|iZc7pQeU3H}UN0#||$f|A9-9zYS{rWh|m~&g6@sZUrcRUIA*oTfwuz9pDGSGAOy91~q># zsJJ`@^5?$H*Uy8mg3{x=pzQw{w%l$6rT=)E%0lg z_%KS)wBCA9JlGQPCQyF44V0fh1H+Cqa#GfLdoJwm$|+pU+3!7u%l&?>WJ_!{9~qFF!Z#UD>6DWP}0Tq{Di8v36AKwHu|L?*5;8`TcmEd7edVL=p0#8N>Jr9H8 z_4T0i-2qD9NpLIp3@H2l6+8+3ehfCj6E1M>e`()Ma(tZU7D|1D=Wksc*83qSKV6EF zgwEXq?g8%yC&3?r^56I+p$^nRLgD@ilpa3<<*(%k`4)ICsPX>-j)L!k;^z>?po-f7 zlG5&8P;p8@555YDSAPj^0sj&FC^)n#tTzs><#`swH1{HiYVMoh2>1@j6z54A<;#uW z|9}bjC*Zvp{mbAgf+aiK;HBW#z?;Dzfa}5a!@)l@;1xU{1f|E{f{N!kEOt8hQBd}8 z2CoM11UGuk~yp(u-1C+o2 z8=)Tn&mic_!1KZPfU7{+Jqo@bygNRZLGkAEp!9wbBoyx3p!9zi{62UBPWTe|Z{Wwk zCm^Nt{0k7*xpzRVbKd2_FBgHB=57V$|A#>+6I?8nf5frn@#!q^?0A1Km~h=1pXF

    gs!rJVUCE^+J^xK8HM=O(T)*O_|YvzhBtT+rI$ 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..51935397b8b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,706 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# alkuma , 2013 +# Chandan kumar , 2012 +# Jannis Leidel , 2011 +# Pratik , 2013 +# Sandeep Satavlekar , 2011 +# Vaarun Sinha, 2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: Vaarun Sinha\n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "चुने हुए %(verbose_name_plural)s हटा दीजिये " + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s सफलतापूर्वक हटा दिया गया है |" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s नहीं हटा सकते" + +msgid "Are you sure?" +msgstr "क्या आप निश्चित हैं?" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "सभी" + +msgid "Yes" +msgstr "हाँ" + +msgid "No" +msgstr "नहीं" + +msgid "Unknown" +msgstr "अनजान" + +msgid "Any date" +msgstr "कोई भी तारीख" + +msgid "Today" +msgstr "आज" + +msgid "Past 7 days" +msgstr "पिछले 7 दिन" + +msgid "This month" +msgstr "इस महीने" + +msgid "This year" +msgstr "इस साल" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +msgid "Empty" +msgstr "" + +msgid "Not empty" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"कृपया कर्मचारी खाते का सही %(username)s व कूटशब्द भरें। भरते समय दीर्घाक्षर और लघु अक्षर " +"का खयाल रखें।" + +msgid "Action:" +msgstr " क्रिया:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "एक और %(verbose_name)s जोड़ें " + +msgid "Remove" +msgstr "निकालें" + +msgid "Addition" +msgstr "" + +msgid "Change" +msgstr "बदलें" + +msgid "Deletion" +msgstr "" + +msgid "action time" +msgstr "कार्य के लिए समय" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "वस्तु की आईडी " + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "वस्तु का निरूपण" + +msgid "action flag" +msgstr "कार्य ध्वज" + +msgid "change message" +msgstr "परिवर्तन सन्देश" + +msgid "log entry" +msgstr "लॉग प्रविष्टि" + +msgid "log entries" +msgstr "लॉग प्रविष्टियाँ" + +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +msgid "LogEntry Object" +msgstr "LogEntry ऑब्जेक्ट" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "और" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "कोई क्षेत्र नहीं बदला" + +msgid "None" +msgstr "कोई नहीं" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "कार्रवाई हेतु आयटम सही अनुक्रम में चुने जाने चाहिए | कोई आइटम नहीं बदले गये हैं." + +msgid "No action selected." +msgstr "कोई कार्रवाई नहीं चुनी है |" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s बढाएं" + +#, python-format +msgid "Change %s" +msgstr "%s बदलो" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "डेटाबेस त्रुटि" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s का परिवर्तन कामयाब हुआ |" +msgstr[1] "%(count)s %(name)s का परिवर्तन कामयाब हुआ |" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s चुने" +msgstr[1] "सभी %(total_count)s चुने " + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s में से 0 चुने" + +#, python-format +msgid "Change history: %s" +msgstr "इतिहास बदलो: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ज्याँगो साइट प्रशासन" + +msgid "Django administration" +msgstr "ज्याँगो प्रशासन" + +msgid "Site administration" +msgstr "साइट प्रशासन" + +msgid "Log in" +msgstr "लॉगिन" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "पृष्ठ लापता" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "गृह" + +msgid "Server error" +msgstr "सर्वर त्रुटि" + +msgid "Server error (500)" +msgstr "सर्वर त्रुटि (500)" + +msgid "Server Error (500)" +msgstr "सर्वर त्रुटि (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "चयनित कार्रवाई चलाइये" + +msgid "Go" +msgstr "आगे बढ़े" + +msgid "Click here to select the objects across all pages" +msgstr "सभी पृष्ठों पर मौजूद वस्तुओं को चुनने के लिए यहाँ क्लिक करें " + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "तमाम %(total_count)s %(module_name)s चुनें" + +msgid "Clear selection" +msgstr "चयन खालिज किया जाये " + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s अनुप्रयोग के प्रतिरूप" + +msgid "Add" +msgstr "बढाएं" + +msgid "View" +msgstr "" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "उपयोगकर्ता का नाम और कूटशब्द दर्ज करें." + +msgid "Change password" +msgstr "पासवर्ड बदलें" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s प्रवोक्ता के लिए नयी कूटशब्द दर्ज करें ।" + +msgid "Welcome," +msgstr "आपका स्वागत है," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "दस्तावेज़ीकरण" + +msgid "Log out" +msgstr "लॉग आउट" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s बढाएं" + +msgid "History" +msgstr "इतिहास" + +msgid "View on site" +msgstr "साइट पे देखें" + +msgid "Filter" +msgstr "छन्नी" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "श्रेणीकरण से हटाये " + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "श्रेणीकरण प्राथमिकता : %(priority_number)s" + +msgid "Toggle sorting" +msgstr "टॉगल श्रेणीकरण" + +msgid "Delete" +msgstr "मिटाएँ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' को मिटाने पर सम्बंधित वस्तुएँ भी मिटा दी " +"जाएगी, परन्तु आप के खाते में निम्नलिखित प्रकार की वस्तुओं को मिटाने की अनुमति नहीं हैं |" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' को हटाने के लिए उनसे संबंधित निम्नलिखित " +"संरक्षित वस्तुओं को हटाने की आवश्यकता होगी:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"क्या आप %(object_name)s \"%(escaped_object)s\" हटाना चाहते हैं? निम्नलिखित सभी " +"संबंधित वस्तुएँ नष्ट की जाएगी" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "अनेक वस्तुएं हटाएँ" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"चयनित %(objects_name)s हटाने पर उस से सम्बंधित वस्तुएं भी हट जाएगी, परन्तु आपके खाते में " +"वस्तुओं के निम्नलिखित प्रकार हटाने की अनुमति नहीं है:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"चयनित %(objects_name)s को हटाने के पश्चात् निम्नलिखित संरक्षित संबंधित वस्तुओं को हटाने " +"की आवश्यकता होगी |" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"क्या आप ने पक्का तय किया हैं की चयनित %(objects_name)s को नष्ट किया जाये ? " +"निम्नलिखित सभी वस्तुएं और उनसे सम्बंधित वस्तुए भी नष्ट की जाएगी:" + +msgid "Delete?" +msgstr "मिटाएँ ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s द्वारा" + +msgid "Summary" +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr " कोई भी उपलब्ध नहीं" + +msgid "Unknown content" +msgstr "अज्ञात सामग्री" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "अपना पासवर्ड या उपयोगकर्ता नाम भूल गये हैं?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "तिथि / समय" + +msgid "User" +msgstr "उपभोक्ता" + +msgid "Action" +msgstr "कार्य" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "सभी दिखाएँ" + +msgid "Save" +msgstr "सुरक्षित कीजिये" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "खोज" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s परिणाम" +msgstr[1] "%(counter)s परिणाम" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s कुल परिणाम" + +msgid "Save as new" +msgstr "नये सा सहेजें" + +msgid "Save and add another" +msgstr "सहेजें और एक और जोडें" + +msgid "Save and continue editing" +msgstr "सहेजें और संपादन करें" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "फिर से लॉगिन कीजिए" + +msgid "Password change" +msgstr "कूटशब्द बदलें" + +msgid "Your password was changed." +msgstr "आपके कूटशब्द को बदला गया है" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "कूटशब्द बदलें" + +msgid "Password reset" +msgstr "कूटशब्द पुनस्थाप" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "आपके कूटशब्द को स्थापित किया गया है । अब आप लॉगिन कर सकते है ।" + +msgid "Password reset confirmation" +msgstr "कूटशब्द पुष्टि" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "कृपया आपके नये कूटशब्द को दो बार दर्ज करें ताकि हम उसकी सत्याप्ती कर सकते है ।" + +msgid "New password:" +msgstr "नया कूटशब्द " + +msgid "Confirm password:" +msgstr "कूटशब्द पुष्टि कीजिए" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"कूटशब्द पुनस्थाप संपर्क अमान्य है, संभावना है कि उसे उपयोग किया गया है। कृपया फिर से कूटशब्द " +"पुनस्थाप की आवेदन करें ।" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"आपको यह डाक इसलिए आई है क्योंकि आप ने %(site_name)s पर अपने खाते का कूटशब्द बदलने का " +"अनुरोध किया था |" + +msgid "Please go to the following page and choose a new password:" +msgstr "कृपया निम्नलिखित पृष्ठ पर नया कूटशब्द चुनिये :" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "हमारे साइट को उपयोग करने के लिए धन्यवाद ।" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s दल" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "डाक पता -" + +msgid "Reset my password" +msgstr " मेरे कूटशब्द की पुनःस्थापना" + +msgid "All dates" +msgstr "सभी तिथियों" + +#, python-format +msgid "Select %s" +msgstr "%s चुनें" + +#, python-format +msgid "Select %s to change" +msgstr "%s के बदली के लिए चयन करें" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "तिथि:" + +msgid "Time:" +msgstr "समय:" + +msgid "Lookup" +msgstr "लुक अप" + +msgid "Currently:" +msgstr "फ़िलहाल - " + +msgid "Change:" +msgstr "बदलाव -" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..bb755ad12f284460b42cd95628ab357c43000a67 GIT binary patch literal 4893 zcmdUx+ix7z9ml5yTIv=kv_M->dm1Uk7R=h~mIO8gl^Rl#5@IE$5`F4;=h!=8c8-}D zXJaW+9T0>nY7rtADWobw<3NFs$WkDYz`P*wQ2v2Rs2WujkA3V@rS|hXXZB*p;a0UO zEAM{iobx-s%lCH~|K)}&k9mAcL?D*@FtWWCC0+3z2Nu3Nl^9;C~^I|T0adc*2k;$ zTVQ}+?}H&Y0@)(}JIED02A%;=f#T=RYd!BV-jEckqj?^o^9>L1iv+c$yV<12APr*|{oTlk6}@*x#AMu}UvgbMGQe1%8( zNR4?Lhcg|IWXjB_jl<0(=aCKF%ysy&XPZ?}YuCK{_6JcMOvhSn%)E&pY3kUUXc?2~ z3RIx-sNG-1_B_*xy%0yu$5d`q(_T?Q9J8&0Tp2Xgyov64s@rD2w&#et+kLU^QJm}4 zdoT*Mw<`*hXttGm4;z#4)A9D$yA_BEZ*Pn3saBLJ{_>Vqagm>IK~QsG{RP^vDtONgkOnSn#Gy+lb%Z)WV!5WKxz3e-bs%Gd2M#G#wYw zx_o+%>WnmrI$^dIkkD?aL7EDhd1R71EPo4?K(Z+(1tFPFBo9F{t0~n455j1F6wU`R zwsjn4mYYqfR&%MDrXCkmY>Xv;#-x_zpF#3`o^v@3U|lvbD*W#iPuyAU<6T2Y4Z4@xE3bp&^!kgT8o>TaVMi-l@_S1RinWJRDsrkg2T%QUZ zM!D_9E+;!?th=IafMDzIT1}k@7p7?iljSvUGBx{{0sfBA|AkI7^3qV@KIk_?d-R-1 zbAMMh8-@N)=Vvp2$~4r_LNObn)w)kUr`}Mn3eRJc-_1nkz3_TQNxj&T#NfrmWNgHZskR+7cLz*^^)jfE_ z@+Yxf)}my_+{>M0c0QQZ{*(^d4fUX8LJha_e6BG%+Uay^x#){#^nqH_v`1Y;U5Km8 zqpfIkWN6opT@UnQuh+(gCQOp+1fOVuhRXGUd~_}jqGYS&KFxH#?UAYN{#|`Ju{EPp z|AC}wLgqk2-8CKMJtrHg6%9?s^Jx(K+fCZe8Y-Ey%WT{DR^=YI4JYb{+f;pI>k#AE z&F8Xsqg*;%7Eh?MxWE&G+s*K@I9VJhWYduFkAQLS4S?4m;wL-9Ug zGc5}#vKsg_-T)L7j6gU0RjspLwBnML)4i-v=8_x=k2@|!7g!JG+UD`3ZHHGlvUw9x zQ3O!ZFSw_HGGK$C5rr<16aQS#9d*ToH7j6GU5!bZ3!%VTcPeXaFA{^=u%^N{a0Nr0 zNu82C0T;~W>g|ima8)}*_}^u?SEFZL4Sf!hsm4>DErVr%LX^^4o7;Y=xmHF@O4yaz z<@$P6HLo*1t%6J2gqo1@daW$pwjHo+n*_VAV7en#1`_s{)v$GUQL3w08DY2Tubx|W zHdYg%IB)y+84UEMYPUD3{X5vNihs2h8ktVzGDhg=YQP{(ej$f5H;-sq-c7Eo-{J^~ z?n0Wpx;HBK6h&Ef=4`k2}y>l%qpIMBkG{{sktWZfx$yS zPKS&ep}d*~|67vRvdN5eQ?|=JFN*4gjANV-kB`7L##BlKi}N>9C~Dxpv7YRR=k%Y8jFBvOs9k515vJB5bzt;e4-A+zYh&A43dF z@5nz1h)a*NmU^%iv}mj1|2C1Il)|d1ENP^l7q1MRK7GCS=w+yK>7&|vO=5dqSU)eD T;Bl9Ps{h!uy-V{QhPr, 2012 +# Jannis Leidel , 2011 +# Sandeep Satavlekar , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "उपलब्ध %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"यह उपलब्ध %s की सूची है. आप उन्हें नीचे दिए गए बॉक्स में से चयन करके कुछ को चुन सकते हैं और " +"उसके बाद दो बॉक्स के बीच \"चुनें\" तीर पर क्लिक करें." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "इस बॉक्स में टाइप करने के लिए नीचे उपलब्ध %s की सूची को फ़िल्टर करें." + +msgid "Filter" +msgstr "छानना" + +msgid "Choose all" +msgstr "सभी चुनें" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "एक ही बार में सभी %s को चुनने के लिए क्लिक करें." + +msgid "Choose" +msgstr "चुनें" + +msgid "Remove" +msgstr "हटाना" + +#, javascript-format +msgid "Chosen %s" +msgstr "चुनें %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"यह उपलब्ध %s की सूची है. आप उन्हें नीचे दिए गए बॉक्स में से चयन करके कुछ को हटा सकते हैं और " +"उसके बाद दो बॉक्स के बीच \"हटायें\" तीर पर क्लिक करें." + +msgid "Remove all" +msgstr "सभी को हटाएँ" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "एक ही बार में सभी %s को हटाने के लिए क्लिक करें." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s में से %(sel)s चुना गया हैं" +msgstr[1] "%(cnt)s में से %(sel)s चुने गए हैं" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"स्वतंत्र सम्पादनक्षम क्षेत्र/स्तम्भ में किये हुए बदल अभी रक्षित नहीं हैं | अगर आप कुछ कार्रवाई " +"करते हो तो वे खो जायेंगे |" + +msgid "" +"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." +msgstr "" +"आप ने कार्रवाई तो चुनी हैं, पर स्वतंत्र सम्पादनक्षम क्षेत्र/स्तम्भ में किये हुए बदल अभी सुरक्षित " +"नहीं किये हैं| उन्हें सुरक्षित करने के लिए कृपया 'ओके' क्लिक करे | आप को चुनी हुई कार्रवाई " +"दोबारा चलानी होगी |" + +msgid "" +"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." +msgstr "" +"आप ने कार्रवाई चुनी हैं, और आप ने स्वतंत्र सम्पादनक्षम क्षेत्र/स्तम्भ में बदल नहीं किये हैं| " +"संभवतः 'सेव' बटन के बजाय आप 'गो' बटन ढून्ढ रहे हो |" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "अब" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "एक समय चुनें" + +msgid "Midnight" +msgstr "मध्यरात्री" + +msgid "6 a.m." +msgstr "सुबह 6 बजे" + +msgid "Noon" +msgstr "दोपहर" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "रद्द करें" + +msgid "Today" +msgstr "आज" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "कल (बीता)" + +msgid "Tomorrow" +msgstr "कल" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "दिखाओ" + +msgid "Hide" +msgstr " छिपाओ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eb87cd149b88045aaa76cecdfdd2a648e68c22a6 GIT binary patch literal 14702 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, 2011,2013 +# Bojan Mihelač , 2012 +# Filip Cuk , 2016 +# Goran Zugelj , 2018 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2013,2015-2016 +# Ylodi , 2015 +# Vedran Linić , 2019 +# Ylodi , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-02-19 06:44+0000\n" +"Last-Translator: Vedran Linić \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspješno izbrisano %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nije moguće izbrisati %(name)s" + +msgid "Are you sure?" +msgstr "Jeste li sigurni?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izbrišite odabrane %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Svi" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nepoznat pojam" + +msgid "Any date" +msgstr "Bilo koji datum" + +msgid "Today" +msgstr "Danas" + +msgid "Past 7 days" +msgstr "Prošlih 7 dana" + +msgid "This month" +msgstr "Ovaj mjesec" + +msgid "This year" +msgstr "Ova godina" + +msgid "No date" +msgstr "Nema datuma" + +msgid "Has date" +msgstr "Ima datum" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Molimo unesite ispravno %(username)s i lozinku za pristup. Imajte na umu da " +"oba polja mogu biti velika i mala slova." + +msgid "Action:" +msgstr "Akcija:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan %(verbose_name)s" + +msgid "Remove" +msgstr "Ukloni" + +msgid "Addition" +msgstr "" + +msgid "Change" +msgstr "Promijeni" + +msgid "Deletion" +msgstr "" + +msgid "action time" +msgstr "vrijeme akcije" + +msgid "user" +msgstr "korisnik" + +msgid "content type" +msgstr "tip sadržaja" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr objekta" + +msgid "action flag" +msgstr "oznaka akcije" + +msgid "change message" +msgstr "promijeni poruku" + +msgid "log entry" +msgstr "zapis" + +msgid "log entries" +msgstr "zapisi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Dodano \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Promijenjeno \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Obrisano \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Log zapis" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Dodano." + +msgid "and" +msgstr "i" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nije bilo promjena polja." + +msgid "None" +msgstr "Nijedan" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Držite \"Control\" ili \"Command\" na Mac-u kako bi odabrali više od jednog " +"objekta. " + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Unosi moraju biti odabrani da bi se nad njima mogle izvršiti akcije. Nijedan " +"unos nije promijenjen." + +msgid "No action selected." +msgstr "Nije odabrana akcija." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" uspješno izbrisan." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Novi unos (%s)" + +#, python-format +msgid "Change %s" +msgstr "Promijeni %s" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "Pogreška u bazi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s uspješno promijenjen." +msgstr[1] "%(count)s %(name)s uspješno promijenjeno." +msgstr[2] "%(count)s %(name)s uspješno promijenjeno." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s odabrano" +msgstr[1] "Svih %(total_count)s odabrano" +msgstr[2] "Svih %(total_count)s odabrano" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s odabrano" + +#, python-format +msgid "Change history: %s" +msgstr "Promijeni povijest: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Brisanje %(class_name)s %(instance)s bi zahtjevalo i brisanje sljedećih " +"zaštićenih povezanih objekata: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administracija stranica" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija stranica" + +msgid "Log in" +msgstr "Prijavi se" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administracija" + +msgid "Page not found" +msgstr "Stranica nije pronađena" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ispričavamo se, ali tražena stranica nije pronađena." + +msgid "Home" +msgstr "Početna" + +msgid "Server error" +msgstr "Greška na serveru" + +msgid "Server error (500)" +msgstr "Greška na serveru (500)" + +msgid "Server Error (500)" +msgstr "Greška na serveru (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Dogodila se greška. Administratori su obaviješteni putem elektroničke pošte " +"te bi greška uskoro trebala biti ispravljena. Hvala na strpljenju." + +msgid "Run the selected action" +msgstr "Izvrši odabranu akciju" + +msgid "Go" +msgstr "Idi" + +msgid "Click here to select the objects across all pages" +msgstr "Klikni ovdje da bi odabrao unose kroz sve stranice" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Odaberi svih %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Očisti odabir" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Prvo, unesite korisničko ime i lozinku. Onda možete promijeniti više " +"postavki korisnika." + +msgid "Enter a username and password." +msgstr "Unesite korisničko ime i lozinku." + +msgid "Change password" +msgstr "Promijeni lozinku" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "Molimo ispravite navedene greške." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "Pogledaj stranicu" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Novi unos - %(name)s" + +msgid "History" +msgstr "Povijest" + +msgid "View on site" +msgstr "Pogledaj na stranicama" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Odstrani iz sortiranja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritet sortiranja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Preklopi sortiranje" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Brisanje %(object_name)s '%(escaped_object)s' rezultiralo bi brisanjem " +"povezanih objekta, ali vi nemate privilegije za brisanje navedenih objekta: " + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Brisanje %(object_name)s '%(escaped_object)s' bi zahtijevalo i brisanje " +"sljedećih zaštićenih povezanih objekata:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Jeste li sigurni da želite izbrisati %(object_name)s \"%(escaped_object)s\"? " +"Svi navedeni objekti biti će izbrisani:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I'm sure" +msgstr "Da, siguran sam" + +msgid "No, take me back" +msgstr "Ne, vrati me natrag" + +msgid "Delete multiple objects" +msgstr "Izbriši više unosa." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Brisanje odabranog %(objects_name)s rezultiralo bi brisanjem povezanih " +"objekta, ali vaš korisnički račun nema dozvolu za brisanje sljedeće vrste " +"objekata:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Brisanje odabranog %(objects_name)s će zahtijevati brisanje sljedećih " +"zaštićenih povezanih objekata:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Jeste li sigurni da želite izbrisati odabrane %(objects_name)s ? Svi " +"sljedeći objekti i povezane stavke će biti izbrisani:" + +msgid "View" +msgstr "Prikaz" + +msgid "Delete?" +msgstr "Izbriši?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Po %(filter_title)s " + +msgid "Summary" +msgstr "Sažetak" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeli u aplikaciji %(name)s" + +msgid "Add" +msgstr "Novi unos" + +msgid "You don't have permission to view or edit anything." +msgstr "Nemate dozvole za pregled ili izmjenu." + +msgid "Recent actions" +msgstr "Nedavne promjene" + +msgid "My actions" +msgstr "Moje promjene" + +msgid "None available" +msgstr "Nije dostupno" + +msgid "Unknown content" +msgstr "Sadržaj nepoznat" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nešto nije uredu sa instalacijom/postavkama baze. Provjerite jesu li " +"potrebne tablice u bazi kreirane i provjerite je li baza dostupna korisniku." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Prijavljeni ste kao %(username)s, ali nemate dopuštenje za pristup traženoj " +"stranici. Želite li se prijaviti drugim korisničkim računom?" + +msgid "Forgotten your password or username?" +msgstr "Zaboravili ste lozinku ili korisničko ime?" + +msgid "Date/time" +msgstr "Datum/vrijeme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Akcija" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ovaj objekt nema povijest promjena. Moguće je da nije dodan korištenjem ove " +"administracije." + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Save" +msgstr "Spremi" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Traži" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultat" +msgstr[1] "%(counter)s rezultata" +msgstr[2] "%(counter)s rezultata" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ukupno" + +msgid "Save as new" +msgstr "Spremi kao novi unos" + +msgid "Save and add another" +msgstr "Spremi i unesi novi unos" + +msgid "Save and continue editing" +msgstr "Spremi i nastavi uređivati" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "Zatvori" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Promijeni označene %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj još jedan %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Obriši odabrane %(model)s" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala što ste proveli malo kvalitetnog vremena na stranicama danas." + +msgid "Log in again" +msgstr "Prijavite se ponovo" + +msgid "Password change" +msgstr "Promjena lozinke" + +msgid "Your password was changed." +msgstr "Vaša lozinka je promijenjena." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Molim unesite staru lozinku, zbog sigurnosti, i onda unesite novu lozinku " +"dvaput da bi mogli provjeriti jeste li je ispravno unijeli." + +msgid "Change my password" +msgstr "Promijeni moju lozinku" + +msgid "Password reset" +msgstr "Resetiranje lozinke" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaša lozinka je postavljena. Sada se možete prijaviti." + +msgid "Password reset confirmation" +msgstr "Potvrda promjene lozinke" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Molimo vas da unesete novu lozinku dvaput da bi mogli provjeriti jeste li je " +"ispravno unijeli." + +msgid "New password:" +msgstr "Nova lozinka:" + +msgid "Confirm password:" +msgstr "Potvrdi lozinku:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link za resetiranje lozinke je neispravan, vjerojatno jer je već korišten. " +"Molimo zatražite novo resetiranje lozinke." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Elektroničkom poštom smo vam poslali upute za postavljanje Vaše zaporke, ako " +"postoji korisnički račun s e-mail adresom koju ste unijeli. Uskoro bi ih " +"trebali primiti. " + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ako niste primili e-mail provjerite da li ste ispravno unijeli adresu s " +"kojom ste se registrirali i provjerite spam sandučić." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Primili ste ovu poruku jer ste zatražili postavljanje nove lozinke za svoj " +"korisnički račun na %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Molimo otiđite do sljedeće stranice i odaberite novu lozinku:" + +msgid "Your username, in case you've forgotten:" +msgstr "Vaše korisničko ime, u slučaju da ste zaboravili:" + +msgid "Thanks for using our site!" +msgstr "Hvala šta koristite naše stranice!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s tim" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Zaboravili ste lozinku? Unesite vašu e-mail adresu ispod i poslati ćemo vam " +"upute kako postaviti novu." + +msgid "Email address:" +msgstr "E-mail adresa:" + +msgid "Reset my password" +msgstr "Resetiraj moju lozinku" + +msgid "All dates" +msgstr "Svi datumi" + +#, python-format +msgid "Select %s" +msgstr "Odaberi %s" + +#, python-format +msgid "Select %s to change" +msgstr "Odaberi za promjenu - %s" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vrijeme:" + +msgid "Lookup" +msgstr "Potraži" + +msgid "Currently:" +msgstr "Trenutno:" + +msgid "Change:" +msgstr "Promijeni:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e8231f69af4f81310bfafe02a6ae3b0eab02b685 GIT binary patch literal 3360 zcmbtV&5s<#6|cl5f#oY0laTO{7fWk<1>HO2z}k#G7+Bk64Qnsn0m+w0HPf{-HPcqUB1IfPNL(WU2j4&()>0HH|3Y%f1uk$vAR!L?UUiRm02`#x>gr!t z)%*CpSFij1XV=cZ30!}~xF2KpFN9bC-u6p8aJ>gS2z(#-E8r(Jeh$11^RMdp&K=eM zt-#x{zN<#6F$T_I{Rr?D;L||%`5bUB@I@fo|2uFe@NMADz<2BUKY+N!2Y9gD6(HOD z5XkcX1ik_MH}EpBi^ZFOUjW(8*TBQT9av=lM}cnwSAeYdKVS~rgz^6(2cH7hG5;5o zS^q&OvEDvBZUr`hyxs=>8h8SDC-4;TF5q8l%z-TbN{z1p=P`d17y~~Bay*{_K|y?3 z&%deXI}jwtcMFi^?f`P!_u#?)3HT~-0eA^`1;}=e!71ZO;1X~R$odz7F9BZzz7D({ zhxjt^Eg-@c4`AGf@f!@jKqJJ%?+@|=7hHsEH=fMx4h*h^KVa;_;0xx(Z!zxWNqzBo zqg=%A>N)ed2ZQ6_+~Md#4c-m>JqG8MW0+oCS7LsDq0)td>;}#6?-`F*EU2DW$&c_fED-WEHdQ?H!(i%yhS)rrylffuK&HF!+KnV?$( zn-J>*EO!RFAl!bSDAfgAZjhXbG^Vq*q)cv3$rUzJ)ZMHzs7;?$GtwrQ=-PACRjHkj zGzqU5>M{FTj`ma;+e6Yh2z8a8D9EsPKd}ULRm9gNbuHj+Ms+%VCZj4bKgGxY~~6fMmPXU?4*k5y7?4mRe@t-bDY_M#DPw$5lJK2^V*t+L;f~v z0khBJ2ojvU;d79tuTaef3=%!oNhwqKR%ud%-0X9Ta%a1!)lEvR4awiIE@b&>B)Rk+ z%1$Edya=b9|8-_k?ZrP%4MH?at$=32EAAROWa9_qXjA!^)>0)4RaFI@euneL`W15& zzEQA+MW-THR?MoD%#bQgJ^8JDuiaWh2mKb2AAJe7|pLqCugHPr(*G7HiH9 z@tcTNlIR8H3Y<%ek|EM>=gz3yIv=eTeVs&4mHi^>*cQ#Lo$f@-PDwt)i2nvHI?!ky ziW-kb&4bizwjOOf)Hu*+KrlL^#+q$z%N>jwk44SLsJYa7r1?+-*W9zR@KMJ}Q>4;c z*P@fs7?j+z3ZHpON5BTtC(*;i3V$*e`o&Vmmj-#_p^Z!IoPCX?8+ zNxh-Y#XXxXRzXc6t@RfNZgF95b!GMVcKFS>F}G}uR|d536|~5!bAB;Tr8bB8_+6oV z`}xj^=+L$t``S=0I&OM4!LOi2hq~Hd1{_|m~UfX8A z*=V<$w0AG@YvWJtW|NLmgCLFhg$tDmWEu<5X+r0~;W>ei zx(jX=ZK3WE$+ScK-+N0`4omMWw+)-y#3*qL#Z>0(rVyu-vhdPqv2tE^mD5-V=oKZ> zm)Ue3^Rd%Ig$`0n&aBirRE$;7uVN^~GpQaK9ZXS(P2n9v+)ZpUREe=@WV2G`D78U@ zr8FqP)c3^ewz4iqV7q3G-MR?ixYlJN#q+^J4S~^`(<6EHBZM}#G{nEi<|x>tN`fAM zOiZix>PJj20Zp$V0&*Ijjl{im3Ed=-1X-q}97~oEN{1zS6_QGtMjR_|?5Xp!hYIf$ znhj*mXKL$mNy%6SEg92y$%N$K6uwKQPR7rqQzhgl*c_8a7GfQRB1K2%BRLEqT4apF zY9mmRpz5?ztB5;b=sU{xIt4VTtBJ_$gp+WbWixW7ptJM&XRJ zp{f#HCtYX3rOuG07lsPIJn2!ZV1_ef&1W)2@LJk zcc=)mSVLF3fp_>`wW-c*b*}6ez2Us9bfp=hL9ANjg0?R5q35W>F<9ny, 2011 +# Bojan Mihelač , 2012 +# Davor Lučić , 2011 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupno %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ovo je popis dostupnih %s. Možete dodati pojedine na način da ih izaberete u " +"polju ispod i kliknete \"Izaberi\" strelicu između dva polja. " + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Tipkajte u ovo polje da filtrirate listu dostupnih %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Odaberi sve" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknite da odabrete sve %s odjednom." + +msgid "Choose" +msgstr "Izaberi" + +msgid "Remove" +msgstr "Ukloni" + +#, javascript-format +msgid "Chosen %s" +msgstr "Odabrano %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ovo je popis odabranih %s. Možete ukloniti pojedine na način da ih izaberete " +"u polju ispod i kliknete \"Ukloni\" strelicu između dva polja. " + +msgid "Remove all" +msgstr "Ukloni sve" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite da uklonite sve izabrane %s odjednom." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "odabrano %(sel)s od %(cnt)s" +msgstr[1] "odabrano %(sel)s od %(cnt)s" +msgstr[2] "odabrano %(sel)s od %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Neke promjene nisu spremljene na pojedinim polja za uređivanje. Ako " +"pokrenete akciju, nespremljene promjene će biti izgubljene." + +msgid "" +"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." +msgstr "" +"Odabrali ste akciju, ali niste još spremili promjene na pojedinim polja. " +"Molimo kliknite OK za spremanje. Morat ćete ponovno pokrenuti akciju." + +msgid "" +"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." +msgstr "" +"Odabrali ste akciju, a niste napravili nikakve izmjene na pojedinim poljima. " +"Vjerojatno tražite gumb Idi umjesto gumb Spremi." + +msgid "Now" +msgstr "Sada" + +msgid "Midnight" +msgstr "Ponoć" + +msgid "6 a.m." +msgstr "6 ujutro" + +msgid "Noon" +msgstr "Podne" + +msgid "6 p.m." +msgstr "6 popodne" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Choose a Time" +msgstr "Izaberite vrijeme" + +msgid "Choose a time" +msgstr "Izaberite vrijeme" + +msgid "Cancel" +msgstr "Odustani" + +msgid "Today" +msgstr "Danas" + +msgid "Choose a Date" +msgstr "Odaberite datum" + +msgid "Yesterday" +msgstr "Jučer" + +msgid "Tomorrow" +msgstr "Sutra" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Prikaži" + +msgid "Hide" +msgstr "Sakri" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..575fb467d943013ac7aa051868a12702942ffdbf GIT binary patch literal 18884 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 C@`juM literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f1a44dab13f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,795 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , 2016-2025\n" +"Language-Team: Upper Sorbian (http://app.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Wubrane %(verbose_name_plural)s zhašeć" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s je so wuspěšnje zhašało." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s njeda so zhašeć" + +msgid "Delete multiple objects" +msgstr "Wjacore objekty zhašeć" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Wšě" + +msgid "Yes" +msgstr "Haj" + +msgid "No" +msgstr "Ně" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Any date" +msgstr "Někajki datum" + +msgid "Today" +msgstr "Dźensa" + +msgid "Past 7 days" +msgstr "Zańdźene 7 dnjow" + +msgid "This month" +msgstr "Tutón měsac" + +msgid "This year" +msgstr "Lětsa" + +msgid "No date" +msgstr "Žadyn datum" + +msgid "Has date" +msgstr "Ma datum" + +msgid "Empty" +msgstr "Prózdny" + +msgid "Not empty" +msgstr "Njeprózdny" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Prošu zapodajće korektne %(username)s a hesło za personalne konto. Dźiwajće " +"na to, zo wobě poli móžetej mjez wulko- a małopisanjom rozeznawać." + +msgid "Action:" +msgstr "Akcija:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Přidajće nowe %(verbose_name)s" + +msgid "Remove" +msgstr "Wotstronić" + +msgid "Addition" +msgstr "Přidaće" + +msgid "Change" +msgstr "Změnić" + +msgid "Deletion" +msgstr "Zhašenje" + +msgid "action time" +msgstr "akciski čas" + +msgid "user" +msgstr "wužiwar" + +msgid "content type" +msgstr "wobsahowy typ" + +msgid "object id" +msgstr "objektowy id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objektowa reprezentacija" + +msgid "action flag" +msgstr "akciske markěrowanje" + +msgid "change message" +msgstr "změnowa powěsć" + +msgid "log entry" +msgstr "protokolowy zapisk" + +msgid "log entries" +msgstr "protokolowe zapiski" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Je so „%(object)s“ přidał." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Je so „%(object)s“ změnił - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Je so „%(object)s“ zhašał." + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Je so {name} „{object}“ přidał." + +msgid "Added." +msgstr "Přidaty." + +msgid "and" +msgstr "a" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Je so {fields} za {name} „{object}“ změnił." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} změnjene." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Je so {name} „{object}“ zhašał." + +msgid "No fields changed." +msgstr "Žane pola změnjene." + +msgid "None" +msgstr "Žadyn" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Dźeržće „ctrl“ abo „cmd“ na Mac stłóčeny, zo byšće wjace hač jedyn wubrał." + +msgid "Select this object for an action - {}" +msgstr "Wubjerće tutón objekt za akciju – {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}“ je so wuspěšnje přidał." + +msgid "You may edit it again below." +msgstr "Móžeće deleka unowa wobdźěłać." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} „{obj}“ je so wuspěšnje přidał. Móžeće deleka dalši {name} přidać." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} „{obj}“ je so wuspěšnje změnił. Móžeće jón deleka wobdźěłować." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ je so wuspěšnje změnił. Móžeće deleka dalši {name} přidać." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}“ je so wuspěšnje změnił." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Dyrbiće zapiski wubrać, zo byšće akcije z nimi wuwjesć. Zapiski njejsu so " +"změnili." + +msgid "No action selected." +msgstr "žana akcija wubrana." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s „%(obj)s“ je so wuspěšnje zhašał." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s z ID „%(key)s“ njeeksistuje. Je so snano zhašało?" + +#, python-format +msgid "Add %s" +msgstr "%s přidać" + +#, python-format +msgid "Change %s" +msgstr "%s změnić" + +#, python-format +msgid "View %s" +msgstr "%s pokazać" + +msgid "Database error" +msgstr "Zmylk datoweje banki" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s je so wuspěšnje změnił." +msgstr[1] "%(count)s %(name)s stej so wuspěšnje změniłoj." +msgstr[2] "%(count)s %(name)s su so wuspěšnje změnili." +msgstr[3] "%(count)s %(name)s je so wuspěšnje změniło." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wubrany" +msgstr[1] "%(total_count)s wubranej" +msgstr[2] "%(total_count)s wubrane" +msgstr[3] "%(total_count)s wubranych" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wubranych" + +msgid "Delete" +msgstr "Zhašeć" + +#, python-format +msgid "Change history: %s" +msgstr "Změnowa historija: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Zo bychu so %(class_name)s %(instance)s zhašeli, dyrbja so slědowace škitane " +"přisłušne objekty zhašeć: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrator sydła Django" + +msgid "Django administration" +msgstr "Administracija Django" + +msgid "Site administration" +msgstr "Sydłowa administracija" + +msgid "Log in" +msgstr "Přizjewić" + +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +msgid "Page not found" +msgstr "Strona njeje so namakała" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Je nam žel, ale požadana strona njeda so namakać." + +msgid "Home" +msgstr "Startowa strona" + +msgid "Server error" +msgstr "Serwerowy zmylk" + +msgid "Server error (500)" +msgstr "Serwerowy zmylk (500)" + +msgid "Server Error (500)" +msgstr "Serwerowy zmylk (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Zmylk je wustupił. Je so sydłowym administratoram přez e-mejl zdźělił a " +"dyrbjał so bórze wotstronić. Dźakujemy so za wašu sćerpliwosć." + +msgid "Run the selected action" +msgstr "Wubranu akciju wuwjesć" + +msgid "Go" +msgstr "Start" + +msgid "Click here to select the objects across all pages" +msgstr "Klikńće tu, zo byšće objekty wšěch stronow wubrać" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wubjerće wšě %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Wuběr wotstronić" + +msgid "Breadcrumbs" +msgstr "Chlěbowe srjódki" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w nałoženju %(name)s" + +msgid "Model name" +msgstr "Modelowe mjeno" + +msgid "Add link" +msgstr "Wotkaz přidać" + +msgid "Change or view list link" +msgstr "Lisćinowy wotkaz změnić abo pokazać" + +msgid "Add" +msgstr "Přidać" + +msgid "View" +msgstr "Pokazać" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nimaće prawo něšto pokazać abo wobdźěłać." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Hdyž sće wužiwarja wutworił, móžeće dalše wužiwarske nastajenja wobdźěłać." + +msgid "Error:" +msgstr "Zmylk:" + +msgid "Change password" +msgstr "Hesło změnić" + +msgid "Set password" +msgstr "Hesło postajić" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Prošu porjedźće slědowacy zmylk." +msgstr[1] "Prošu porjedźće slědowacej zmylkaj." +msgstr[2] "Prošu porjedźće slědowace zmylki." +msgstr[3] "Prošu porjedźće slědowace zmylki." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zapodajće nowe hesło za %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Tuta akcija awtentifikacija na zakładźe hesła za tutoho wužiwarja " +"zmóžni ." + +msgid "Disable password-based authentication" +msgstr "Awtentifikaciju na zakładźe hesła znjemóžnić" + +msgid "Enable password-based authentication" +msgstr "Awtentifikaciju na zakładźe hesła zmóžnić" + +msgid "Skip to main content" +msgstr "Dale k hłownemu wobsahej" + +msgid "Welcome," +msgstr "Witajće," + +msgid "View site" +msgstr "Sydło pokazać" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Wotzjewić" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s přidać" + +msgid "History" +msgstr "Historija" + +msgid "View on site" +msgstr "Na sydle pokazać" + +msgid "Filter" +msgstr "Filtrować" + +msgid "Hide counts" +msgstr "Ličby schować" + +msgid "Show counts" +msgstr "Ličby pokazać" + +msgid "Clear all filters" +msgstr "Wšě filtry zhašeć" + +msgid "Remove from sorting" +msgstr "Ze sortěrowanja wotstronić" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortěrowanski porjad: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortěrowanje přepinać" + +msgid "Toggle theme (current theme: auto)" +msgstr "Drastu změnić (aktualna drasta: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Drastu změnić (aktualna drasta: swětła)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Drastu změnić (aktualna drasta: ćmowa)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Hdyž so %(object_name)s '%(escaped_object)s' zhašeja, so tež přisłušne " +"objekty zhašeja, ale waše konto nima prawo slědowace typy objektow zhašeć:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Zo by so %(object_name)s '%(escaped_object)s' zhašało, dyrbja so slědowace " +"přisłušne objekty zhašeć:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Chceće woprawdźe %(object_name)s \"%(escaped_object)s\" zhašeć? Wšě " +"slědowace přisłušne zapiski so zhašeja:" + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I’m sure" +msgstr "Haj, sym sej wěsty" + +msgid "No, take me back" +msgstr "Ně, prošu wróćo" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Hdyž so wubrany %(objects_name)s zhaša, so přisłušne objekty zhašeja, ale " +"waše konto nima prawo slědowace typy objektow zhašeć: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Hdyž so wubrany %(objects_name)s zhaša, so slědowace škitane přisłušne " +"objekty zhašeja:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Chceće woprawdźe wubrane %(objects_name)s zhašeć? Wšě slědowace objekty a " +"jich přisłušne zapiski so zhašeja:" + +msgid "Delete?" +msgstr "Zhašeć?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Po %(filter_title)s " + +msgid "Summary" +msgstr "Zjeće" + +msgid "Recent actions" +msgstr "Najnowše akcije" + +msgid "My actions" +msgstr "Moje akcije" + +msgid "None available" +msgstr "Žadyn k dispoziciji" + +msgid "Added:" +msgstr "Přidaty:" + +msgid "Changed:" +msgstr "Změnjeny:" + +msgid "Deleted:" +msgstr "Zhašany:" + +msgid "Unknown content" +msgstr "Njeznaty wobsah" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Něšto je so z instalaciju datoweje banki nimokuliło. Zawěsćće, zo wotpowědne " +"tabele datoweje banki su so wutworili, a, zo datowa banka da so wot " +"wotpowědneho wužiwarja čitać." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sće jako %(username)s awtentifikowany, ale nimaće přistup na tutu stronu. " +"Chceće so pola druheho konta přizjewić?" + +msgid "Forgotten your login credentials?" +msgstr "Sće swoje přizjewjenske daty zabył?" + +msgid "Toggle navigation" +msgstr "Nawigaciju přepinać" + +msgid "Sidebar" +msgstr "Bóčnica" + +msgid "Start typing to filter…" +msgstr "Pisajće, zo byšće filtrował …" + +msgid "Filter navigation items" +msgstr "Nawigaciske zapiski fitrować" + +msgid "Date/time" +msgstr "Datum/čas" + +msgid "User" +msgstr "Wužiwar" + +msgid "Action" +msgstr "Akcija" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "zapisk" +msgstr[1] "zapiskaj" +msgstr[2] "zapiski" +msgstr[3] "zapiskow" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Tutón objekt nima změnowu historiju. Njeje so najskerje přez tute " +"administratorowe sydło přidał." + +msgid "Show all" +msgstr "Wšě pokazać" + +msgid "Save" +msgstr "Składować" + +msgid "Popup closing…" +msgstr "Wuskakowace wokno so začinja…" + +msgid "Search" +msgstr "Pytać" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wuslědk" +msgstr[1] "%(counter)s wuslědkaj" +msgstr[2] "%(counter)s wuslědki" +msgstr[3] "%(counter)s wuslědkow" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s dohromady" + +msgid "Save as new" +msgstr "Jako nowy składować" + +msgid "Save and add another" +msgstr "Skłaodwac a druhi přidać" + +msgid "Save and continue editing" +msgstr "Składować a dale wobdźěłować" + +msgid "Save and view" +msgstr "Składować a pokazać" + +msgid "Close" +msgstr "Začinić" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Wubrane %(model)s změnić" + +#, python-format +msgid "Add another %(model)s" +msgstr "Druhi %(model)s přidać" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Wubrane %(model)s zhašeć" + +#, python-format +msgid "View selected %(model)s" +msgstr "Wubrany %(model)s pokazać" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Wulki dźak, zo sće sej čas brał, zo byšće kwalitu websydła dźensa " +"přepruwował." + +msgid "Log in again" +msgstr "Znowa přizjewić" + +msgid "Password change" +msgstr "Hesło změnić" + +msgid "Your password was changed." +msgstr "Waše hesło je so změniło." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Prošu zapodajće swoje stare hesło k swojemu škitej a potom swoje nowe hesło " +"dwójce, zo bychmy móhli přepruwować, hač sće jo korektnje zapodał." + +msgid "Change my password" +msgstr "Moje hesło změnić" + +msgid "Password reset" +msgstr "Hesło wróćo stajić" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Waše hesło je so nastajiło. Móžeće pokročować a so nětko přizjewić." + +msgid "Password reset confirmation" +msgstr "Wobkrućenje wróćostajenja hesła" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Prošu zapodajće swoje hesło dwójce, zo bychmy móhli přepruwować, hač sće jo " +"korektnje zapodał." + +msgid "New password:" +msgstr "Nowe hesło:" + +msgid "Confirm password:" +msgstr "Hesło wobkrućić:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Wotkaz za wróćostajenje hesła bě njepłaćiwy, snano dokelž je so hižo wužił. " +"Prošu prošće wo nowe wróćostajenje hesła." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Smy wam e-mejlku z instrukcijemi wo nastajenju wašeho hesła pósłali, jeli " +"konto ze zapodatej e-mejlowej adresu eksistuje. Wy dyrbjał ju bórze dóstać." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jeli e-mejlku njedóstawaće, přepruwujće prošu adresu, z kotrejž sće so " +"zregistrował a hladajće do swojeho spamoweho rjadowaka." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Dóstawaće tutu e-mejlku, dokelž sće wo wróćostajenje hesła za swoje " +"wužiwarske konto na at %(site_name)s prosył." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prošu dźiće k slědowacej stronje a wubjerće nowe hesło:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Jeli sće je zabył, sće:" + +msgid "Thanks for using our site!" +msgstr "Wulki dźak za wužiwanje našeho sydła!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Team %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Sće swoje hesło zabył? Zapodajće deleka swoju e-mejlowu adresu a pósćelemy " +"wam instrukcije za postajenje noweho hesła přez e-mejl." + +msgid "Email address:" +msgstr "E-mejlowa adresa:" + +msgid "Reset my password" +msgstr "Moje hesło wróćo stajić" + +msgid "Select all objects on this page for an action" +msgstr "Wubjerće wšě objekty na tutej stronje za akciju" + +msgid "All dates" +msgstr "Wšě daty" + +#, python-format +msgid "Select %s" +msgstr "%s wubrać" + +#, python-format +msgid "Select %s to change" +msgstr "%s wubrać, zo by so změniło" + +#, python-format +msgid "Select %s to view" +msgstr "%s wubrać, kotryž ma so pokazać" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Čas:" + +msgid "Lookup" +msgstr "Pytanje" + +msgid "Currently:" +msgstr "Tuchylu:" + +msgid "Change:" +msgstr "Změnić:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..027e67f5585a640ea534a8f258bbc2bad358a506 GIT binary patch literal 6232 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 b(H%$IqVtT+kUkAfBV%BUOT%JR49flw&_@Vi literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e18c1850d16 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po @@ -0,0 +1,326 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016,2020-2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , 2016,2020-2023,2025\n" +"Language-Team: Upper Sorbian (http://app.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s k dispoziciji" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Wubjerće je, zo byšće %swubrał a wubjerće potom šipowe tłóčatko „Wubrać“." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Zapisajće do tutoho kašćika, zo byšće někotre z lisćiny k dispoziciji " +"stejacych %s wufiltrował." + +msgid "Filter" +msgstr "Filtrować" + +#, javascript-format +msgid "Choose all %s" +msgstr "Wšě %s wubrać" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Wubrane %swubrać" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Wubrane %s wotstronić" + +#, javascript-format +msgid "Chosen %s" +msgstr "Wubrane %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Wubjerće je, zo byšće %swotstronił a wubjerće potom šipowe tłóčatko " +"„Wotstronić“." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" +"Zapisajće do tutoho kašćika, zo byšće někotre z lisćiny wubranych %s " +"wufiltrował." + +msgid "(click to clear)" +msgstr "(klikńće, zo byšće zhašał)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Wšě %s wotstronić" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%swubrane nastajenje njewidźomne" +msgstr[1] "%swubranej nastajeni njewidźomnej" +msgstr[2] "%s wubrane nastajenja njewidźomne" +msgstr[3] "%swubranych nastajenjow njewidźomne" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s wubrany" +msgstr[1] "%(sel)s z %(cnt)s wubranej" +msgstr[2] "%(sel)s z %(cnt)s wubrane" +msgstr[3] "%(sel)s z %(cnt)s wubranych" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Maće njeskładowane změny za jednotliwe wobdźěłujomne pola. Jeli akciju " +"wuwjedźeće, so waše njeskładowane změny zhubja." + +msgid "" +"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." +msgstr "" +"Sće akciju wubrał, ale njejsće hišće swoje změny na jednoliwych polach " +"składował. Prošu klikńće na „W porjadku, zo byšće składował. Dyrbiće akciju " +"znowa wuwjesć." + +msgid "" +"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." +msgstr "" +"Sće akciju wubrał, a njejsće žane změny na jednotliwych polach přewjedł. " +"Pytajće najskerje za tłóčatkom „Pósłać“ město tłóčatka „Składować“." + +msgid "Now" +msgstr "Nětko" + +msgid "Midnight" +msgstr "Połnóc" + +msgid "6 a.m." +msgstr "6:00 hodź. dopołdnja" + +msgid "Noon" +msgstr "připołdnjo" + +msgid "6 p.m." +msgstr "6 hodź. popołdnju" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Kedźbu: Waš čas je wo %s hodźinu před serwerowym časom." +msgstr[1] "Kedźbu: Waš čas je wo %s hodźin před serwerowym časom." +msgstr[2] "Kedźbu: Waš čas je wo %s hodźiny před serwerowym časom." +msgstr[3] "Kedźbu: Waš čas je wo %s hodźin před serwerowym časom." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Kedźbu: Waš čas je wo %s hodźinu za serwerowym časom." +msgstr[1] "Kedźbu: Waš čas je wo %s hodźinje za serwerowym časom." +msgstr[2] "Kedźbu: Waš čas je wo %s hodźiny za serwerowym časom." +msgstr[3] "Kedźbu: Waš čas je wo %s hodźin za serwerowym časom." + +msgid "Choose a Time" +msgstr "Wubjerće čas" + +msgid "Choose a time" +msgstr "Wubjerće čas" + +msgid "Cancel" +msgstr "Přetorhnyć" + +msgid "Today" +msgstr "Dźensa" + +msgid "Choose a Date" +msgstr "Wubjerće datum" + +msgid "Yesterday" +msgstr "Wčera" + +msgid "Tomorrow" +msgstr "Jutře" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Meja" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Měr." + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Meja" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun." + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul." + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Awg." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Now." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dec." + +msgid "Sunday" +msgstr "Njedźela" + +msgid "Monday" +msgstr "Póndźela" + +msgid "Tuesday" +msgstr "Wutora" + +msgid "Wednesday" +msgstr "Srjeda" + +msgid "Thursday" +msgstr "Štwórtk" + +msgid "Friday" +msgstr "Pjatk" + +msgid "Saturday" +msgstr "Sobota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Nje" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pón" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Wut" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Srj" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Štw" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pja" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sob" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Nj" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Pó" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Wu" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Sr" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Št" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pj" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "So" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..04682ab50d216a7d7ff448a8ed4ca62480da2a9f GIT binary patch literal 18298 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, 2015 +# Akos Zsolt Hochrein , 2018 +# András Veres-Szentkirályi, 2016,2018-2020,2023 +# Balázs R, 2023,2025 +# Istvan Farkas , 2019 +# Jannis Leidel , 2011 +# János R, 2017 +# János R, 2014 +# Kristóf Gruber <>, 2012 +# slink , 2011 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Balázs R, 2023,2025\n" +"Language-Team: Hungarian (http://app.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Kiválasztott %(verbose_name_plural)s törlése" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s sikeresen törölve lett." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s törlése nem sikerült" + +msgid "Delete multiple objects" +msgstr "Több elem törlése" + +msgid "Administration" +msgstr "Adminisztráció" + +msgid "All" +msgstr "Mind" + +msgid "Yes" +msgstr "Igen" + +msgid "No" +msgstr "Nem" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "Any date" +msgstr "Bármely dátum" + +msgid "Today" +msgstr "Ma" + +msgid "Past 7 days" +msgstr "Utolsó 7 nap" + +msgid "This month" +msgstr "Ez a hónap" + +msgid "This year" +msgstr "Ez az év" + +msgid "No date" +msgstr "Nincs dátuma" + +msgid "Has date" +msgstr "Van dátuma" + +msgid "Empty" +msgstr "Üres" + +msgid "Not empty" +msgstr "Nem üres" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Adja meg egy adminisztrációra jogosult %(username)s és jelszavát. Vegye " +"figyelembe, hogy mindkét mező megkülönböztetheti a kis- és nagybetűket." + +msgid "Action:" +msgstr "Művelet:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Újabb %(verbose_name)s hozzáadása" + +msgid "Remove" +msgstr "Törlés" + +msgid "Addition" +msgstr "Hozzáadás" + +msgid "Change" +msgstr "Módosítás" + +msgid "Deletion" +msgstr "Törlés" + +msgid "action time" +msgstr "művelet időpontja" + +msgid "user" +msgstr "felhasználó" + +msgid "content type" +msgstr "tartalom típusa" + +msgid "object id" +msgstr "objektum id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objektum repr" + +msgid "action flag" +msgstr "művelet jelölés" + +msgid "change message" +msgstr "üzenet módosítása" + +msgid "log entry" +msgstr "naplóbejegyzés" + +msgid "log entries" +msgstr "naplóbejegyzések" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" hozzáadva." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "\"%(object)s\" módosítva — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" törölve." + +msgid "LogEntry Object" +msgstr "Naplóbejegyzés objektum" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "\"{object}\" {name} hozzáadva." + +msgid "Added." +msgstr "Hozzáadva." + +msgid "and" +msgstr "és" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "\"{object}\" {name} {fields} módosítva." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} módosítva." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "\"{object}\" {name} törölve." + +msgid "No fields changed." +msgstr "Egy mező sem változott." + +msgid "None" +msgstr "Egyik sem" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Több elem kiválasztásához tartsa nyomva a \"Control\" gombot, vagy Mac " +"gépeken a \"Command\" gombot." + +msgid "Select this object for an action - {}" +msgstr "Objektum kijelölése egy művelethez - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "A(z) \"{obj}\" {name} sikeresen hozzáadva." + +msgid "You may edit it again below." +msgstr "Alább ismét szerkesztheti." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"A(z) \"{obj}\" {name} sikeresen hozzáadva. Alább hozzadhat egy új {name} " +"rekordot." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "A(z) \"{obj}\" {name} sikeresen módosítva. Alább újra szerkesztheti." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"A(z) \"{obj}\" {name} sikeresen módosítva. Alább hozzáadhat egy új {name} " +"rekordot." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "A(z) \"{obj}\" {name} sikeresen módosítva." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"A műveletek végrehajtásához ki kell választani legalább egy elemet. Semmi " +"sem lett módosítva." + +msgid "No action selected." +msgstr "Nem választott ki műveletet." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "A(z) \"%(obj)s\" %(name)s törölve lett." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"A(z) \"%(key)s\" azonosítójú %(name)s nem létezik. Esetleg törölve lett?" + +#, python-format +msgid "Add %s" +msgstr "Új %s" + +#, python-format +msgid "Change %s" +msgstr "%s módosítása" + +#, python-format +msgid "View %s" +msgstr "%s megtekintése" + +msgid "Database error" +msgstr "Adatbázishiba" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s sikeresen módosítva lett." +msgstr[1] "%(count)s %(name)s sikeresen módosítva lett." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s kiválasztva" +msgstr[1] "%(total_count)s kiválasztva" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 kiválasztva ennyiből: %(cnt)s" + +msgid "Delete" +msgstr "Törlés" + +#, python-format +msgid "Change history: %s" +msgstr "Változások története: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(instance)s %(class_name)s törlése az alábbi kapcsolódó védett objektumok " +"törlését is magával vonná: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django honlapadminisztráció" + +msgid "Django administration" +msgstr "Django adminisztráció" + +msgid "Site administration" +msgstr "Honlap karbantartása" + +msgid "Log in" +msgstr "Bejelentkezés" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s adminisztráció" + +msgid "Page not found" +msgstr "Nincs ilyen oldal" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Sajnáljuk, de a keresett oldal nem található." + +msgid "Home" +msgstr "Kezdőlap" + +msgid "Server error" +msgstr "Szerverhiba" + +msgid "Server error (500)" +msgstr "Szerverhiba (500)" + +msgid "Server Error (500)" +msgstr "Szerverhiba (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Hiba történt. Az oldal kezelőjét e-mailben értesítettük, a hiba rövidesen " +"javítva lesz. Köszönjük a türelmet." + +msgid "Run the selected action" +msgstr "Kiválasztott művelet futtatása" + +msgid "Go" +msgstr "Mehet" + +msgid "Click here to select the objects across all pages" +msgstr "Kattintson ide több oldalnyi objektum kiválasztásához" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Az összes %(module_name)s kiválasztása, összesen %(total_count)s db" + +msgid "Clear selection" +msgstr "Kiválasztás törlése" + +msgid "Breadcrumbs" +msgstr "Breadcrumb navigáció" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s alkalmazásban elérhető modellek." + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Új" + +msgid "View" +msgstr "Megtekintés" + +msgid "You don’t have permission to view or edit anything." +msgstr "Jelenleg nincs jogosultsága bármit megtekinteni vagy szerkeszteni." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "A felhasználó létrehozása után a többi adat is szerkeszthető lesz." + +msgid "Error:" +msgstr "Hiba:" + +msgid "Change password" +msgstr "Jelszó megváltoztatása" + +msgid "Set password" +msgstr "Jelszó beállítása" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Kérem javítsa a lenti hibát." +msgstr[1] "Kérem javítsa a lenti hibákat." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Adjon meg egy új jelszót %(username)s nevű felhasználónak." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "" + +msgid "Enable password-based authentication" +msgstr "" + +msgid "Skip to main content" +msgstr "Ugrás az oldal fő részéhez" + +msgid "Welcome," +msgstr "Üdvözlöm," + +msgid "View site" +msgstr "Honlap megtekintése" + +msgid "Documentation" +msgstr "Dokumentáció" + +msgid "Log out" +msgstr "Kijelentkezés" + +#, python-format +msgid "Add %(name)s" +msgstr "Új %(name)s" + +msgid "History" +msgstr "Történet" + +msgid "View on site" +msgstr "Megtekintés a honlapon" + +msgid "Filter" +msgstr "Szűrő" + +msgid "Hide counts" +msgstr "Számok elrejtése" + +msgid "Show counts" +msgstr "Számok megjelenítése" + +msgid "Clear all filters" +msgstr "Összes szűrő törlése" + +msgid "Remove from sorting" +msgstr "Eltávolítás a rendezésből" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritás rendezésnél: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Rendezés megfordítása" + +msgid "Toggle theme (current theme: auto)" +msgstr "Téma váltás (jelenleg: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Téma váltás (jelenleg: világos)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Téma váltás (jelenleg: sötét)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"\"%(escaped_object)s\" %(object_name)s törlése a kapcsolódó objektumok " +"törlését is eredményezi, de a hozzáférése nem engedi a következő típusú " +"objektumok törlését:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"\"%(escaped_object)s\" %(object_name)s törlése az alábbi kapcsolódó " +"objektumok törlését is maga után vonja:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Biztos hogy törli a következőt: \"%(escaped_object)s\" (típus: " +"%(object_name)s)? A összes további kapcsolódó elem is törlődik:" + +msgid "Objects" +msgstr "Objektumok" + +msgid "Yes, I’m sure" +msgstr "Igen, biztos vagyok benne" + +msgid "No, take me back" +msgstr "Nem, forduljunk vissza" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"A kiválasztott %(objects_name)s törlése kapcsolódó objektumok törlését vonja " +"maga után, de az alábbi objektumtípusok törléséhez nincs megfelelő " +"jogosultsága:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"A kiválasztott %(objects_name)s törlése az alábbi védett kapcsolódó " +"objektumok törlését is maga után vonja:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Biztosan törölni akarja a kiválasztott %(objects_name)s objektumokat? Minden " +"alábbi objektum, és a hozzájuk kapcsolódóak is törlésre kerülnek:" + +msgid "Delete?" +msgstr "Törli?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s szerint " + +msgid "Summary" +msgstr "Összegzés" + +msgid "Recent actions" +msgstr "Legutóbbi műveletek" + +msgid "My actions" +msgstr "Az én műveleteim" + +msgid "None available" +msgstr "Nincs elérhető" + +msgid "Added:" +msgstr "Hozzáadva:" + +msgid "Changed:" +msgstr "Szerkesztve:" + +msgid "Deleted:" +msgstr "Törölve:" + +msgid "Unknown content" +msgstr "Ismeretlen tartalom" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Valami probléma van az adatbázissal. Kérjük győződjön meg róla, hogy a " +"megfelelő táblák létre lettek hozva, és hogy a megfelelő felhasználónak van " +"rájuk olvasási joga." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jelenleg be vagy lépve mint %(username)s, de nincs jogod elérni ezt az " +"oldalt. Szeretnél belépni egy másik fiókkal?" + +msgid "Forgotten your login credentials?" +msgstr "Elfelejtette a bejelentkezési adatait?" + +msgid "Toggle navigation" +msgstr "Navigáció megjelenítése/elrejtése" + +msgid "Sidebar" +msgstr "Oldalsáv" + +msgid "Start typing to filter…" +msgstr "Kezdjen el gépelni a szűréshez..." + +msgid "Filter navigation items" +msgstr "Navigációs elemek szűrése" + +msgid "Date/time" +msgstr "Dátum/idő" + +msgid "User" +msgstr "Felhasználó" + +msgid "Action" +msgstr "Művelet" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "bejegyzés" +msgstr[1] "bejegyzés" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Ennek az objektumnak nincs változás naplója. Valószínűleg nem az admin " +"felületen keresztül lett rögzítve." + +msgid "Show all" +msgstr "Mutassa mindet" + +msgid "Save" +msgstr "Mentés" + +msgid "Popup closing…" +msgstr "A popup bezáródik…" + +msgid "Search" +msgstr "Keresés" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s találat" +msgstr[1] "%(counter)s találat" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s összesen" + +msgid "Save as new" +msgstr "Mentés újként" + +msgid "Save and add another" +msgstr "Mentés és másik hozzáadása" + +msgid "Save and continue editing" +msgstr "Mentés és a szerkesztés folytatása" + +msgid "Save and view" +msgstr "Mentés és megtekintés" + +msgid "Close" +msgstr "Bezárás" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Kiválasztott %(model)s szerkesztése" + +#, python-format +msgid "Add another %(model)s" +msgstr "Újabb %(model)s hozzáadása" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Kiválasztott %(model)s törlése" + +#, python-format +msgid "View selected %(model)s" +msgstr "Kiválasztott %(model)s megtekintése" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Köszönjük, hogy egy kis minőségi időt eltöltött ma a honlapunkon." + +msgid "Log in again" +msgstr "Jelentkezzen be újra" + +msgid "Password change" +msgstr "Jelszó megváltoztatása" + +msgid "Your password was changed." +msgstr "Megváltozott a jelszava." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Kérjük a biztoság kedvéért adja meg a jelenlegi jelszavát, majd az újat, " +"kétszer, hogy biztosak lehessünk abban, hogy megfelelően gépelte be." + +msgid "Change my password" +msgstr "Jelszavam megváltoztatása" + +msgid "Password reset" +msgstr "Jelszó beállítása" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jelszava beállításra került. Most már bejelentkezhet." + +msgid "Password reset confirmation" +msgstr "Jelszó beállítás megerősítése" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Írja be az új jelszavát kétszer, hogy megbizonyosodhassunk annak " +"helyességéről." + +msgid "New password:" +msgstr "Új jelszó:" + +msgid "Confirm password:" +msgstr "Jelszó megerősítése:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"A jelszóbeállító link érvénytelen. Ennek egyik oka az lehet, hogy már " +"felhasználták. Kérem indítson új jelszóbeállítást." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Amennyiben a megadott e-mail címhez tartozik fiók, elküldtük e-mailben a " +"leírást, hogy hogyan tudja megváltoztatni a jelszavát. Hamarosan meg kell " +"érkeznie." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ha nem kapja meg a levelet, kérjük ellenőrizze, hogy a megfelelő e-mail " +"címet adta-e meg, illetve nézze meg a levélszemét mappában is." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Azért kapja ezt az e-mailt, mert jelszavának visszaállítását kérte ezen a " +"weboldalon: %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Kérjük látogassa meg a következő oldalt, és válasszon egy új jelszót:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Ha esetleg elfelejtette volna, a felhasználóneve: " + +msgid "Thanks for using our site!" +msgstr "Köszönjük, hogy használta honlapunkat!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s csapat" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Elfelejtette jelszavát? Adja meg az e-mail-címet, amellyel regisztrált " +"oldalunkon, és e-mailben elküldjük a leírását, hogy hogyan tud újat " +"beállítani." + +msgid "Email address:" +msgstr "E-mail cím:" + +msgid "Reset my password" +msgstr "Jelszavam törlése" + +msgid "Select all objects on this page for an action" +msgstr "Minden objektum kijelölése egy művelethez" + +msgid "All dates" +msgstr "Minden dátum" + +#, python-format +msgid "Select %s" +msgstr "%s kiválasztása" + +#, python-format +msgid "Select %s to change" +msgstr "Válasszon ki egyet a módosításhoz (%s)" + +#, python-format +msgid "Select %s to view" +msgstr "Válasszon ki egyet a megtekintéshez (%s)" + +msgid "Date:" +msgstr "Dátum:" + +msgid "Time:" +msgstr "Idő:" + +msgid "Lookup" +msgstr "Keresés" + +msgid "Currently:" +msgstr "Jelenleg:" + +msgid "Change:" +msgstr "Módosítás:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e9bed069256cf32f7ce20a95577b3209d737b76e GIT binary patch literal 6034 zcmcJTUu+yl9mgl+3W-Yt6jDkFbP`A#Q{UQgnm@h}(!{aj{5i+OM@p3kGR$%G4PFE*;7t&JsZi8!JA|Y0 z9{{P}PLSl@1yZ}mLHw~XylA`e#e;zyvz5tfM zw?K4Zh5Iw^0Dp=6!{E=sJ75c(gVG-Y-!S|u_%QPSGWl&#{uhvc6#P6mVe;QJ`6fv1 zp93EOUo*S|QopxB8vk9xtvj-D9szfvd>o{HGa$9EfnNl#f}aInF}wv*`!`JfFDCy_ z@N+2N@~Lc|hrp{_7%PGYQGWB&jGYGm4nhPr{29iubaogd{Y`?Tr}H4yUjj*=Hc0I} zkk)+#r1@Vm{4Iz-b{8*9#r_12fbW1s@csw0@h1#Vf;8?q!+DVGeA(oyh7H3IB>B1^ zwR_H#UpIUiB!77obirSNKDZr9qkfAZ)jw<&nN^+%BO z@g_+A_cnM9tV79g3HC0Ct5BZ5eD4Gj?S&_i^5-k& zgM4hC`KEn-9_gz{9EqL@B#M9gk!ZicEa|hykZer$C!5nlHr$K!C8RGSk&b4O&LWZB z$d|u{G=o$|q6e(J&u)CsUN~tAC{9sq97dW#I)KFX z?u(>19C5Y4_wK6&8lNbTH7)IX*R8kXs-;~O@IYzab|bgyNw#-Gb<|gXhzrZN*dg8` zoM?rv$4k=6s z`5z_9RQ7=q#bHERtf=hmD_Q`n#4;=Hv?O!@$JV4!QUkshQm5p$TFjQXse)PMBlXQg z1N_rsPfI(<1b9Y9@PCqx{MQlKJ8LaPz(tMX!$@kCj%g75Hw&AOnlCt$zRFkh@Sx`zUJD#XN8Gf&cF zb=JMbLnGcVUWC3jm4#~pLa`eJz&A>Yq!GSQAK$hT>2b!#I;J zQ%#Rxaga^Axk9Av>NGUwnmMzOicG`xC_0sRaHK^SB2=-_RHQ8?s?|`oEe@mcEN&Hm zzTzx86@b3td`}nf(O;2n>H_w5Uvb6BythCf{WY2Y7U0Kyrz}H%huLAAx^r$G{ zJy@O|9tE5s0~L9+F5qLJDv#d%lO5AQ>!>gf-vZX>@EJtu_ue;2l?3H(!q%*#_$ZC7m+SjLJ>rs&?+qP6M-EjOA*IBGAhn@ zWuTibO1zFcLSq~n86O)TE8?}Ez7Al7pdO35ELNoOOME5{>LPTpm-abYw@Ra87?Uw*yf_F*QLh~@#Jvia`n>*4AR)=HM) zDNQILlnu?WKho+(@(0g_Zoq)(qfgCzG>}hz)L2NCJ?13KdI7_nqD)!V8?xT%Cd+US z$PMK~6r8AnV<~i#Bn82y(30j23>kI*ubup4rJk&O$x1i5>m_%aBeBL#qF!Ax>bS859Hv!tOp(CHw3vZ z)u?7Vkaqc=9xva+gARTI;glw!2KE@NNjJGnte%B$5K8ojG=iH}!=|y|CE3(#6Zeb( zH>J6gTV9B!*=j6Si;}yfN~9)!zpxqQk;0nNwpsE**q~j4rFB;Ek2FyDbrYk3c<_t&FgRz{EBVT=|S~L1IeO6%oGJrz zli{JArURdWT3fXULE*NY++G(GninoEk^PYew@8u*#vlc!qL32djSVu8#D#7Fw_c$G z7frf7ny}L733u)lXka?t7C|7I9DxENl9rniaX5>=nZ(ITVDTADj_qcqqUJpl;a1;l z;u4NFxyrE?__f3V6LkaGw9?3y#wXf`wB<6F$~*}3GCB(A7+{Ew41tk?9|b%wje3ki c9=#e2`=54wx{vYyj~O=4F0o1ccVwRZ7oAeP9RL6T literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..d21b38a1aab --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po @@ -0,0 +1,329 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# András Veres-Szentkirályi, 2016,2020-2021,2023 +# Attila Nagy <>, 2012 +# Balázs R, 2023 +# Jannis Leidel , 2011 +# János R, 2011 +# Máté Őry , 2012 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-04 07:59+0000\n" +"Last-Translator: András Veres-Szentkirályi, 2016,2020-2021,2023\n" +"Language-Team: Hungarian (http://app.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Elérhető %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ez az elérhető %s listája. Úgy választhat közülük, hogy rákattint az alábbi " +"dobozban, és megnyomja a dobozok közti \"Választás\" nyilat." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Írjon a mezőbe az elérhető %s szűréséhez." + +msgid "Filter" +msgstr "Szűrő" + +msgid "Choose all" +msgstr "Mindet kijelölni" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kattintson az összes %s kiválasztásához." + +msgid "Choose" +msgstr "Választás" + +msgid "Remove" +msgstr "Eltávolítás" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s kiválasztva" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ez a kiválasztott %s listája. Eltávolíthat közülük, ha rákattint, majd a két " +"doboz közti \"Eltávolítás\" nyílra kattint." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Írjon a mezőbe a kiválasztott %s szűréséhez." + +msgid "Remove all" +msgstr "Összes törlése" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kattintson az összes %s eltávolításához." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s kiválasztott elem nem látható" +msgstr[1] "%s kiválasztott elem nem látható" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s/%(cnt)s kijelölve" +msgstr[1] "%(sel)s/%(cnt)s kijelölve" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Még el nem mentett módosításai vannak egyes szerkeszthető mezőkön. Ha most " +"futtat egy műveletet, akkor a módosítások elvesznek." + +msgid "" +"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." +msgstr "" +"Kiválasztott egy műveletet, de nem mentette az egyes mezőkhöz kapcsolódó " +"módosításait. Kattintson az OK gombra a mentéshez. Újra kell futtatnia az " +"műveletet." + +msgid "" +"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." +msgstr "" +"Kiválasztott egy műveletet, és nem módosított egyetlen mezőt sem. " +"Feltehetően a Mehet gombot keresi a Mentés helyett." + +msgid "Now" +msgstr "Most" + +msgid "Midnight" +msgstr "Éjfél" + +msgid "6 a.m." +msgstr "Reggel 6 óra" + +msgid "Noon" +msgstr "Dél" + +msgid "6 p.m." +msgstr "Este 6 óra" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Megjegyzés: %s órával a szerveridő előtt jársz" +msgstr[1] "Megjegyzés: %s órával a szerveridő előtt jársz" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Megjegyzés: %s órával a szerveridő mögött jársz" +msgstr[1] "Megjegyzés: %s órával a szerveridő mögött jársz" + +msgid "Choose a Time" +msgstr "Válassza ki az időt" + +msgid "Choose a time" +msgstr "Válassza ki az időt" + +msgid "Cancel" +msgstr "Mégsem" + +msgid "Today" +msgstr "Ma" + +msgid "Choose a Date" +msgstr "Válassza ki a dátumot" + +msgid "Yesterday" +msgstr "Tegnap" + +msgid "Tomorrow" +msgstr "Holnap" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "március" + +msgid "April" +msgstr "április" + +msgid "May" +msgstr "május" + +msgid "June" +msgstr "június" + +msgid "July" +msgstr "július" + +msgid "August" +msgstr "augusztus" + +msgid "September" +msgstr "szeptember" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "már" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "ápr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "máj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jún" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "júl" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "szep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec" + +msgid "Sunday" +msgstr "vasárnap" + +msgid "Monday" +msgstr "hétfő" + +msgid "Tuesday" +msgstr "kedd" + +msgid "Wednesday" +msgstr "szerda" + +msgid "Thursday" +msgstr "csütörtök" + +msgid "Friday" +msgstr "péntek" + +msgid "Saturday" +msgstr "szombat" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "vas" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "hét" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "kedd" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "sze" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "csüt" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "pén" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "szo" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "V" + +msgctxt "one letter Monday" +msgid "M" +msgstr "H" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "K" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "S" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "C" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mutat" + +msgid "Hide" +msgstr "Elrejt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1627b2d57c475ec905e2073697d53e29889ec43d GIT binary patch literal 18274 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 e#KJLI*EX_GMbzchcRK!+tmlpWOIbgDME?V-xEr, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-21 14:16-0300\n" +"PO-Revision-Date: 2018-11-01 20:23+0000\n" +"Last-Translator: Ruben Harutyunov \n" +"Language-Team: Armenian (http://www.transifex.com/django/django/language/" +"hy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Հաջողությամբ հեռացվել է %(count)d %(items)s։" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Հնարավոր չէ հեռացնել %(name)s" + +msgid "Are you sure?" +msgstr "Համոզված ե՞ք" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Հեռացնել նշված %(verbose_name_plural)sը" + +msgid "Administration" +msgstr "Ադմինիստրավորում" + +msgid "All" +msgstr "Բոլորը" + +msgid "Yes" +msgstr "Այո" + +msgid "No" +msgstr "Ոչ" + +msgid "Unknown" +msgstr "Անհայտ" + +msgid "Any date" +msgstr "Ցանկացած ամսաթիվ" + +msgid "Today" +msgstr "Այսօր" + +msgid "Past 7 days" +msgstr "Անցած 7 օրերին" + +msgid "This month" +msgstr "Այս ամիս" + +msgid "This year" +msgstr "Այս տարի" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "Մուտքագրեք անձնակազմի պրոֆիլի ճիշտ %(username)s և գաղտնաբառ։" + +msgid "Action:" +msgstr "Գործողություն" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ավելացնել այլ %(verbose_name)s" + +msgid "Remove" +msgstr "Հեռացնել" + +msgid "Addition" +msgstr "" + +msgid "Change" +msgstr "Փոփոխել" + +msgid "Deletion" +msgstr "" + +msgid "action time" +msgstr "գործողության ժամանակ" + +msgid "user" +msgstr "օգտագործող" + +msgid "content type" +msgstr "կոնտենտի տիպ" + +msgid "object id" +msgstr "օբյեկտի id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "օբյեկտի repr" + +msgid "action flag" +msgstr "գործողության դրոշ" + +msgid "change message" +msgstr "փոփոխել հաղորդագրությունը" + +msgid "log entry" +msgstr "log գրառում" + +msgid "log entries" +msgstr "log գրառումներ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "%(object)s֊ը ավելացվեց " + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "%(object)s֊ը փոփոխվեց ֊ %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "%(object)s-ը հեռացվեց" + +msgid "LogEntry Object" +msgstr "LogEntry օբյեկտ" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Ավելացվեց։" + +msgid "and" +msgstr "և" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ոչ մի դաշտ չփոփոխվեց։" + +msgid "None" +msgstr "Ոչինչ" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Սեղմեք \"Control\", կամ \"Command\" Mac֊ի մրա, մեկից ավելին ընտրելու համար։" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Օբյեկտների հետ գործողություն կատարելու համար նրանք պետք է ընտրվեն․ Ոչ մի " +"օբյեկտ չի փոփոխվել։" + +msgid "No action selected." +msgstr "Գործողությունը ընտրված չէ։" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s %(obj)s֊ը հաջողությամբ հեռացվեց։" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Ավելացնել %s" + +#, python-format +msgid "Change %s" +msgstr "Փոփոխել %s" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "Տվյալների բազաի սխալ" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s հաջողությամբ փոփոխվեց։" +msgstr[1] "%(count)s %(name)s հաջողությամբ փոփոխվեցին։" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Ընտրված են %(total_count)s" +msgstr[1] "Բոլոր %(total_count)s֊ը ընտրված են " + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s֊ից 0֊ն ընտրված է" + +#, python-format +msgid "Change history: %s" +msgstr "Փոփոխությունների պատմություն %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(instance)s %(class_name)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(instance)s %(class_name)s֊ը հեռացնելու համար անհրաժեշտ է հեռացնել նրա հետ " +"կապված պաշտպանված օբյեկտները՝ %(related_objects)s" + +msgid "Django site admin" +msgstr "Django կայքի ադմինիստրավորման էջ" + +msgid "Django administration" +msgstr "Django ադմինիստրավորում" + +msgid "Site administration" +msgstr "Կայքի ադմինիստրավորում" + +msgid "Log in" +msgstr "Մուտք" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s ադմինիստրավորում" + +msgid "Page not found" +msgstr "Էջը գտնված չէ" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ներողություն ենք հայցում, բայց հարցվող Էջը գտնված չէ" + +msgid "Home" +msgstr "Գլխավոր" + +msgid "Server error" +msgstr "Սերվերի սխալ" + +msgid "Server error (500)" +msgstr "Սերվերի սխալ (500)" + +msgid "Server Error (500)" +msgstr "Սերվերի սխալ (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Առաջացել է սխալ։ Ադմինիստրատորները տեղեկացվել են դրա մասին էլեկտրոնային " +"փոստի միջոցով և այն կուղղվի կարճ ժամանակահատվածի ընդացքում․ Շնորհակալ ենք " +"ձեր համբերության համար։" + +msgid "Run the selected action" +msgstr "Կատարել ընտրված գործողությունը" + +msgid "Go" +msgstr "Կատարել" + +msgid "Click here to select the objects across all pages" +msgstr "Սեղմեք այստեղ բոլոր էջերից օբյեկտներ ընտրելու համար" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Ընտրել բոլոր %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Չեղարկել ընտրությունը" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Սկզբում մուտքագրեք օգտագործողի անունը և գաղտնաբառը․ Հետո դուք " +"հնարավորություն կունենաք խմբագրել ավելին։" + +msgid "Enter a username and password." +msgstr "Մուտքագրեք օգտագործողի անունը և գաղտնաբառը։" + +msgid "Change password" +msgstr "Փոխել գաղտնաբառը" + +msgid "Please correct the error below." +msgstr "Ուղղեք ստորև նշված սխալը։" + +msgid "Please correct the errors below." +msgstr "Ուղղեք ստորև նշված սխալները․" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Մուտքագրեք նոր գաղտնաբառ %(username)s օգտագործողի համար։" + +msgid "Welcome," +msgstr "Բարի գալուստ, " + +msgid "View site" +msgstr "Դիտել կայքը" + +msgid "Documentation" +msgstr "Դոկումենտացիա" + +msgid "Log out" +msgstr "Դուրս գալ" + +#, python-format +msgid "Add %(name)s" +msgstr "Ավելացնել %(name)s" + +msgid "History" +msgstr "Պատմություն" + +msgid "View on site" +msgstr "Դիտել կայքում" + +msgid "Filter" +msgstr "Ֆիլտրել" + +msgid "Remove from sorting" +msgstr "Հեռացնել դասակարգումից" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Դասակարգման առաջնություն՝ %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toggle sorting" + +msgid "Delete" +msgstr "Հեռացնել" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s'֊ի հեռացումը կարող է հանգեցնել նրա հետ " +"կապված օբյեկտների հեռացմանը, բայց դուք չունեք իրավունք հեռացնել այդ տիպի " +"օբյեկտներ․" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s'֊ը հեռացնելու համար կարող է անհրաժեշտ " +"լինել հեռացնել նրա հետ կապված պաշտպանված օբյեկտները։" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Համոզված ե՞ք, որ ուզում եք հեռացնել %(object_name)s \"%(escaped_object)s\"֊" +"ը։ նրա հետ կապված այս բոլոր օբյեկտները կհեռացվեն․" + +msgid "Objects" +msgstr "Օբյեկտներ" + +msgid "Yes, I'm sure" +msgstr "Այո, ես համոզված եմ" + +msgid "No, take me back" +msgstr "Ոչ, տարեք ենձ ետ" + +msgid "Delete multiple objects" +msgstr "Հեռացնել մի քանի օբյեկտ" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s֊ների հեռացումը կարող է հանգեցնել նրա հետ կապված օբյեկտների " +"հեռացմանը, բայց դուք չունեք իրավունք հեռացնել այդ տիպի օբյեկտներ․" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s֊ը հեռացնելու համար կարող է անհրաժեշտ լինել հեռացնել նրա հետ " +"կապված պաշտպանված օբյեկտները։" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Համոզված ե՞ք, որ ուզում եք հեռացնել նշված %(objects_name)s֊ները։ Այս բոլոր " +"օբյեկտները, ինչպես նաև նրանց հետ կապված օբյեկտները կհեռացվեն․" + +msgid "View" +msgstr "" + +msgid "Delete?" +msgstr "Հեռացնե՞լ" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s " + +msgid "Summary" +msgstr "Ամփոփում" + +#, python-format +msgid "Models in the %(name)s application" +msgstr " %(name)s հավելվածի մոդել" + +msgid "Add" +msgstr "Ավելացնել" + +msgid "You don't have permission to view or edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ոչինք չկա" + +msgid "Unknown content" +msgstr "Անհայտ կոնտենտ" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ինչ֊որ բան այն չէ ձեր տվյալների բազայի հետ։ Համոզվեք, որ համապատասխան " +"աղյուսակները ստեղծվել են և համոզվեք, որ համապատասխան օգտագործողը կարող է " +"կարդալ բազան։" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Դուք մուտք եք գործել որպես %(username)s, բայց իրավունք չունեք դիտելու այս " +"էջը։ Ցանկանում ե՞ք մուտք գործել որպես այլ օգտագործող" + +msgid "Forgotten your password or username?" +msgstr "Մոռացել ե՞ք օգտագործողի անունը կամ գաղտնաբառը" + +msgid "Date/time" +msgstr "Ամսաթիվ/Ժամանակ" + +msgid "User" +msgstr "Օգտագործող" + +msgid "Action" +msgstr "Գործողություն" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Այս օբյեկտը չունի փոփոխման պատմություն։ Այն հավանաբար ավելացված չէ " +"ադմինիստրավորման էջից։" + +msgid "Show all" +msgstr "Ցույց տալ բոլորը" + +msgid "Save" +msgstr "Պահպանել" + +msgid "Popup closing..." +msgstr "Ելնող պատուհանը փակվում է" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Փոփոխել ընտրված %(model)s տիպի օբյեկտը" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "Ավելացնել այլ %(model)s տիպի օբյեկտ" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Հեռացնել ընտրված %(model)s տիպի օբյեկտը" + +msgid "Search" +msgstr "Փնտրել" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s արդյունք" +msgstr[1] "%(counter)s արդյունքներ" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ընդհանուր" + +msgid "Save as new" +msgstr "Պահպանել որպես նոր" + +msgid "Save and add another" +msgstr "Պահպանել և ավելացնել նորը" + +msgid "Save and continue editing" +msgstr "Պահպանել և շարունակել խմբագրել" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Շնորհակալություն մեր կայքում ինչ֊որ ժամանակ ծախսելու համար։" + +msgid "Log in again" +msgstr "Մուտք գործել նորից" + +msgid "Password change" +msgstr "Փոխել գաղտնաբառը" + +msgid "Your password was changed." +msgstr "Ձեր գաղտնաբառը փոխվել է" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Մուտքագրեք ձեր հին գաղտնաբառը։ Անվտանգության նկատառումներով մուտքագրեք ձեր " +"նոր գաղտնաբառը երկու անգամ, որպեսզի մենք համոզված լինենք, որ այն ճիշտ է " +"հավաքված։" + +msgid "Change my password" +msgstr "Փոխել իմ գաղտնաբառը" + +msgid "Password reset" +msgstr "Գաղտնաբառի փոփոխում" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ձեր գաղտնաբառը պահպանված է․ Կարող եք մուտք գործել։" + +msgid "Password reset confirmation" +msgstr "Գաղտնաբառի փոփոխման հաստատում" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Մուտքագրեք ձեր նոր գաղտնաբառը երկու անգամ, որպեսզի մենք համոզված լինենք, որ " +"այն ճիշտ է հավաքված։" + +msgid "New password:" +msgstr "Նոր գաղտնաբառ․" + +msgid "Confirm password:" +msgstr "Նոր գաղտնաբառը նորից․" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Գաղտնաբառի փոփոխման հղում է սխալ է, հավանաբար այն արդեն օգտագործվել է․ Դուք " +"կարող եք ստանալ նոր հղում։" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Մենք ուղարկեցինք ձեր էլեկտրոնային փոստի հասցեին գաղտնաբառը փոփոխելու " +"հրահանգներ․ Դուք շուտով կստանաք դրանք։" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Եթե դուք չեք ստացել էլեկտրոնային նամակ, համոզվեք, որ հավաքել եք այն հասցեն, " +"որով գրանցվել եք և ստուգեք ձեր սպամի թղթապանակը։" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Դուք ստացել եք այս նամակը, քանի որ ցանկացել եք փոխել ձեր գաղտնաբառը " +"%(site_name)s կայքում։" + +msgid "Please go to the following page and choose a new password:" +msgstr "Բացեք հետևյալ էջը և ընտրեք նոր գաղտնաբառ։" + +msgid "Your username, in case you've forgotten:" +msgstr "Եթե դուք մոռացել եք ձեր օգտագործողի անունը․" + +msgid "Thanks for using our site!" +msgstr "Շնորհակալություն մեր կայքից օգտվելու համար։" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s կայքի թիմ" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Մոռացել ե՞ք ձեր գաղտնաբառը Մուտքագրեք ձեր էլեկտրոնային փոստի հասցեն և մենք " +"կուղարկենք ձեզ հրահանգներ նորը ստանալու համար։" + +msgid "Email address:" +msgstr "Email հասցե․" + +msgid "Reset my password" +msgstr "Փոխել գաղտնաբառը" + +msgid "All dates" +msgstr "Բոլոր ամսաթվերը" + +#, python-format +msgid "Select %s" +msgstr "Ընտրեք %s" + +#, python-format +msgid "Select %s to change" +msgstr "Ընտրեք %s փոխելու համար" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Ամսաթիվ․" + +msgid "Time:" +msgstr "Ժամանակ․" + +msgid "Lookup" +msgstr "Որոնում" + +msgid "Currently:" +msgstr "Հիմա․" + +msgid "Change:" +msgstr "Փոփոխել" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b9a8fa2cff7723069f0ced6b0f39d5f5c51e86a5 GIT binary patch literal 5636 zcmdT`TWnlM8J@PGEe^D_v|LIkQ#sskY*MXeN)Qmzk6;?}KA?F8F((mIQfKmt|p;#r9YDxL~L;-#Vj2?_E2GqdYm z$IS)81EZbuotgP>^Z(z>*|%?B_X0!PhQ0y)&FdI@4EWU>@IV_|$Jm3w3h+kY8H0;GG!1ZN`5y?j_e0-iKDYw#`LCo%tL;BCO`QN%3p4&cMU{lMFS&jZPR)!?kbn!(=! zVS@d^;9r20pT7esK2oN5)&pt00r(=Y3wQ!pGwXx5YCQ)?eoH{o8wY+Gc-+j-04d&I z&^+?94D15F3t_T<7nI5WMqmk;GUFcs?}gk1@FC!@k*s&Hej|!O_5LgHdf>YT-!u3R zga0)6FN4>iNHD`bflh6!2K7X#RHMA4&_9m83H=^)YLs_sonoPO zp9WQPdbP}0BOVO#jok%5#w#X7Ar{Uh z*B;<@s+3|6@G?PfIdnbNn+zvW%z8&`*R%7U;2R^>XZr==vA$vuM8W{K`J;B+GRnE7 zmQma~@|12Qd}YjY3t!`LzzfP8w>=Nj+>UtwFDcg7SPw-h7!hh6qFQ@J>`_q=rMw7P zzsQG)9adPs>%|!FaUH?-*}j_Fmv|MnFYyH%u){(T&k7rG9p4=;#_Wk8@bQR6mOm9F z+zx58yci@Qw~NAdD4&rCM?}bJJE^s05&D%2^Smg!zH>!p*A^YoyM7`VW%~CprNAk*|B_v4)FcW@g6AuSMXocMN6aeP;Bn(b zB5B+%#BShkQTeMF0lzEeCEEeveX4`)4-1@V9}zh2i0dS_2j9YTB9)sikhL5Jc^uIS z_kutre<%P`k>$sbI%p2qcU?RBg#i!cILvfOzZln6QwigFOf)<87uI@TAG z;mFDbS>ADAf6nR)g-yJ&=wi8Z|zu-BVR)zw08T2z`+%j zA5JiKMY zR^@A4zTEicT5_s>2m|#kw&dhhNVb27m(R%ausl8bUl*67LPID9UlFUScw zEvM*vDv#m)tgJ#~hGtjXwh!uuITYuV`YSMgp+%6^URA4Px+-U`a7|8g`4dDoEf?Yb zq8(Fo&#CC<$|7(%$>pR;C2eN0{&g;AbrALO`mxKX&cg1S*!3Zki;L8k;S(9D z;W-D#6ZLT>Phen5N5k(@j@5)p)j60u+%QPFhD}&Uok>^^k#t=Ly`~0-Rq|_0;ziCY zfn{>LgxXEX*OhBMQU4}cIz%&#gd+=8+K7CEs01CX!6iMX8ZxFRnqN_4b`d4~pW31n z*RDxa|GA|jVAp(W3F%zS$*QWy>hg|5u!R#O(>BpUK#)~Y^L#r&j;or_*AH>bSLpyg zC##y4?Z=LTC!heHI4#Ig{TK(~Xa+Q&QG{5OXF2MKaSP44TtH<}P-xP10TmDnB*BTs z+v+nRFK~IaQ!Hu&bDTuLC0q=23~;*05_wPpTwPub z4ec6in?r8jSZ%zsdEvoMCt01Qb0R185nVGopzhV=XVqE$Kg`i;rme~oZuEJ%q)-3z zsM1-Y-(gj%8d6!6r%)M16}mu{P;<<^jtbK)Gk013fj0Fcs9p0eBfa*^ba|dU(8bR(XB}!B7MXTj=BvpKT7u)@sTcb zIz=S2z~xWXJ#6-hSV6ePHuY^+{|5BYAxU1F-Z|ZJ@+G|?P4z0pLzn1ztRRJSOW}%b ziv>)VKU3}}5&yGzn}s+91|riTZ7hSV+N<8i!nMv3Ic;-&Et5mrLH2QRw0>#vpIhy< z#VzHujT0QKM3JCe#m9ew_(oZwFWdqZM}LG+FRCh7LD^CNFzE7mAEMBIfF{8dbu>-R zwMAq8IbC%c=#rfWFD8gNux{?!1_5b!iO4{LGn6ahZfi+&H19{gmHf^SWsrjjT;BM1 W@-6utwmi?|QMQav|G0WT#{Lav{i*B# literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e209f5428cf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po @@ -0,0 +1,219 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ruben Harutyunov , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2019-01-15 10:40+0100\n" +"Last-Translator: Ruben Harutyunov \n" +"Language-Team: Armenian (http://www.transifex.com/django/django/language/" +"hy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Հասանելի %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Սա հասանելի %s ցուցակ է։ Դուք կարող եք ընտրել նրանցից որոշները ընտրելով " +"դրանք ստորև գտնվող վանդակում և սեղմելով երկու վանդակների միջև գտնվող \"Ընտրել" +"\" սլաքը։" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Մուտքագրեք այս դաշտում հասանելի %s ցուցակը ֆիլտրելու համար։" + +msgid "Filter" +msgstr "Ֆիլտրել" + +msgid "Choose all" +msgstr "Ընտրել բոլորը" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Սեղմեք բոլոր %sը ընտրելու համար։" + +msgid "Choose" +msgstr "Ընտրել" + +msgid "Remove" +msgstr "Հեռացնել" + +#, javascript-format +msgid "Chosen %s" +msgstr "Ընտրված %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Սա հասանելի %sի ցուցակ է։ Դուք կարող եք հեռացնել նրանցից որոշները ընտրելով " +"դրանք ստորև գտնվող վանդակում և սեղմելով երկու վանդակների միջև գտնվող " +"\"Հեռացնել\" սլաքը։" + +msgid "Remove all" +msgstr "Հեռացնել բոլորը" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Սեղմեք բոլոր %sը հեռացնելու համար։" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Ընտրված է %(cnt)s-ից %(sel)s-ը" +msgstr[1] "Ընտրված է %(cnt)s-ից %(sel)s-ը" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Դուք ունեք չպահպանված անհատական խմբագրելի դաշտեր։ Եթե դուք կատարեք " +"գործողությունը, ձեր չպահպանված փոփոխությունները կկորեն։" + +msgid "" +"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." +msgstr "" +"Դուք ընտրել եք գործողություն, բայց դեռ չեք պահպանել անհատական խմբագրելի " +"դաշտերի փոփոխությունները Սեղմեք OK պահպանելու համար։ Անհրաժեշտ կլինի " +"վերագործարկել գործողությունը" + +msgid "" +"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." +msgstr "" +"Դուք ընտրել եք գործողություն, բայց դեռ չեք կատարել որևէ անհատական խմբագրելի " +"դաշտերի փոփոխություն Ձեզ հավանաբար պետք է Կատարել կոճակը, Պահպանել կոճակի " +"փոխարեն" + +msgid "Now" +msgstr "Հիմա" + +msgid "Midnight" +msgstr "Կեսգիշեր" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Կեսօր" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Ձեր ժամը առաջ է սերվերի ժամանակից %s ժամով" +msgstr[1] "Ձեր ժամը առաջ է սերվերի ժամանակից %s ժամով" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Ձեր ժամը հետ է սերվերի ժամանակից %s ժամով" +msgstr[1] "Ձեր ժամը հետ է սերվերի ժամանակից %s ժամով" + +msgid "Choose a Time" +msgstr "Ընտրեք ժամանակ" + +msgid "Choose a time" +msgstr "Ընտրեք ժամանակ" + +msgid "Cancel" +msgstr "Չեղարկել" + +msgid "Today" +msgstr "Այսօր" + +msgid "Choose a Date" +msgstr "Ընտրեք ամսաթիվ" + +msgid "Yesterday" +msgstr "Երեկ" + +msgid "Tomorrow" +msgstr "Վաղը" + +msgid "January" +msgstr "Հունվար" + +msgid "February" +msgstr "Փետրվար" + +msgid "March" +msgstr "Մարտ" + +msgid "April" +msgstr "Ապրիլ" + +msgid "May" +msgstr "Մայիս" + +msgid "June" +msgstr "Հունիս" + +msgid "July" +msgstr "Հուլիս" + +msgid "August" +msgstr "Օգոստոս" + +msgid "September" +msgstr "Սեպտեմբեր" + +msgid "October" +msgstr "Հոկտեմբեր" + +msgid "November" +msgstr "Նոյեմբեր" + +msgid "December" +msgstr "Դեկտեմբեր" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Կ" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Ե" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Ե" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Չ" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Հ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "ՈՒ" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Շ" + +msgid "Show" +msgstr "Ցույց տալ" + +msgid "Hide" +msgstr "Թաքցնել" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..06ddd422dc159a7beeeb01ff080edd4183c59089 GIT binary patch literal 11278 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, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s delite con successo." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Non pote deler %(name)s" + +msgid "Are you sure?" +msgstr "Es tu secur?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Deler le %(verbose_name_plural)s seligite" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Totes" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Incognite" + +msgid "Any date" +msgstr "Omne data" + +msgid "Today" +msgstr "Hodie" + +msgid "Past 7 days" +msgstr "Ultime 7 dies" + +msgid "This month" +msgstr "Iste mense" + +msgid "This year" +msgstr "Iste anno" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Action:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adder un altere %(verbose_name)s" + +msgid "Remove" +msgstr "Remover" + +msgid "action time" +msgstr "hora de action" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id de objecto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr de objecto" + +msgid "action flag" +msgstr "marca de action" + +msgid "change message" +msgstr "message de cambio" + +msgid "log entry" +msgstr "entrata de registro" + +msgid "log entries" +msgstr "entratas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" addite." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" cambiate - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" delite." + +msgid "LogEntry Object" +msgstr "Objecto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "e" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nulle campo cambiate." + +msgid "None" +msgstr "Nulle" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Es necessari seliger elementos pro poter exequer actiones. Nulle elemento ha " +"essite cambiate." + +msgid "No action selected." +msgstr "Nulle action seligite." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Le %(name)s \"%(obj)s\" ha essite delite con successo." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Adder %s" + +#, python-format +msgid "Change %s" +msgstr "Cambiar %s" + +msgid "Database error" +msgstr "Error in le base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s cambiate con successo." +msgstr[1] "%(count)s %(name)s cambiate con successo." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seligite" +msgstr[1] "Tote le %(total_count)s seligite" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seligite" + +#, python-format +msgid "Change history: %s" +msgstr "Historia de cambiamentos: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Administration del sito Django" + +msgid "Django administration" +msgstr "Administration de Django" + +msgid "Site administration" +msgstr "Administration del sito" + +msgid "Log in" +msgstr "Aperir session" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Pagina non trovate" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Regrettabilemente, le pagina requestate non poteva esser trovate." + +msgid "Home" +msgstr "Initio" + +msgid "Server error" +msgstr "Error del servitor" + +msgid "Server error (500)" +msgstr "Error del servitor (500)" + +msgid "Server Error (500)" +msgstr "Error del servitor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Exequer le action seligite" + +msgid "Go" +msgstr "Va" + +msgid "Click here to select the objects across all pages" +msgstr "Clicca hic pro seliger le objectos in tote le paginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seliger tote le %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Rader selection" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primo, specifica un nomine de usator e un contrasigno. Postea, tu potera " +"modificar plus optiones de usator." + +msgid "Enter a username and password." +msgstr "Specifica un nomine de usator e un contrasigno." + +msgid "Change password" +msgstr "Cambiar contrasigno" + +msgid "Please correct the error below." +msgstr "Per favor corrige le errores sequente." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Specifica un nove contrasigno pro le usator %(username)s." + +msgid "Welcome," +msgstr "Benvenite," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Clauder session" + +#, python-format +msgid "Add %(name)s" +msgstr "Adder %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Vider in sito" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Remover del ordination" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritate de ordination: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternar le ordination" + +msgid "Delete" +msgstr "Deler" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Deler le %(object_name)s '%(escaped_object)s' resultarea in le deletion de " +"objectos associate, me tu conto non ha le permission de deler objectos del " +"sequente typos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Deler le %(object_name)s '%(escaped_object)s' necessitarea le deletion del " +"sequente objectos associate protegite:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Es tu secur de voler deler le %(object_name)s \"%(escaped_object)s\"? Tote " +"le sequente objectos associate essera delite:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Si, io es secur" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Deler plure objectos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Deler le %(objects_name)s seligite resultarea in le deletion de objectos " +"associate, ma tu conto non ha le permission de deler objectos del sequente " +"typos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Deler le %(objects_name)s seligite necessitarea le deletion del sequente " +"objectos associate protegite:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Es tu secur de voler deler le %(objects_name)s seligite? Tote le sequente " +"objectos e le objectos associate a illo essera delite:" + +msgid "Change" +msgstr "Cambiar" + +msgid "Delete?" +msgstr "Deler?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Per %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Adder" + +msgid "You don't have permission to edit anything." +msgstr "Tu non ha le permission de modificar alcun cosa." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nihil disponibile" + +msgid "Unknown content" +msgstr "Contento incognite" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Il ha un problema con le installation del base de datos. Assecura te que le " +"tabellas correcte ha essite create, e que le base de datos es legibile pro " +"le usator appropriate." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Contrasigno o nomine de usator oblidate?" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usator" + +msgid "Action" +msgstr "Action" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Iste objecto non ha un historia de cambiamentos. Illo probabilemente non " +"esseva addite per medio de iste sito administrative." + +msgid "Show all" +msgstr "Monstrar toto" + +msgid "Save" +msgstr "Salveguardar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Cercar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultato" +msgstr[1] "%(counter)s resultatos" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in total" + +msgid "Save as new" +msgstr "Salveguardar como nove" + +msgid "Save and add another" +msgstr "Salveguardar e adder un altere" + +msgid "Save and continue editing" +msgstr "Salveguardar e continuar le modification" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gratias pro haber passate un tempore agradabile con iste sito web." + +msgid "Log in again" +msgstr "Aperir session de novo" + +msgid "Password change" +msgstr "Cambio de contrasigno" + +msgid "Your password was changed." +msgstr "Tu contrasigno ha essite cambiate." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Per favor specifica tu ancian contrasigno, pro securitate, e postea " +"specifica tu nove contrasigno duo vices pro verificar que illo es scribite " +"correctemente." + +msgid "Change my password" +msgstr "Cambiar mi contrasigno" + +msgid "Password reset" +msgstr "Reinitialisar contrasigno" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Tu contrasigno ha essite reinitialisate. Ora tu pote aperir session." + +msgid "Password reset confirmation" +msgstr "Confirmation de reinitialisation de contrasigno" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Per favor scribe le nove contrasigno duo vices pro verificar que illo es " +"scribite correctemente." + +msgid "New password:" +msgstr "Nove contrasigno:" + +msgid "Confirm password:" +msgstr "Confirma contrasigno:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Le ligamine pro le reinitialisation del contrasigno esseva invalide, forsan " +"perque illo ha jam essite usate. Per favor submitte un nove demanda de " +"reinitialisation del contrasigno." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Per favor va al sequente pagina pro eliger un nove contrasigno:" + +msgid "Your username, in case you've forgotten:" +msgstr "Tu nomine de usator, in caso que tu lo ha oblidate:" + +msgid "Thanks for using our site!" +msgstr "Gratias pro usar nostre sito!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Le equipa de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Reinitialisar mi contrasigno" + +msgid "All dates" +msgstr "Tote le datas" + +#, python-format +msgid "Select %s" +msgstr "Selige %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selige %s a modificar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Recerca" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..4c9eccce331d52b1577ced5951f966ba7177dc48 GIT binary patch literal 3177 zcmbtWO>Z1U5FH?VEf64q@DU^`mP{Nav)(ntN!BqUI1X{Ju@x^7$*p&$cele#_ok=E z>qT7Pk_!@w1VYLsT)805NQetJegRU1I3P}lUw{O!dS<+K;)DYu_rB?`>Q}F-Yy9iJ zJzoZRUMbt(z)7^*58wyS;K3j`0lWr$1o#c`N#J*7|A!KP0zQTDpMf>tFTlrvzXM+d z{snvuxc8yL&T-%#^iKmH1D+}S7l8N+R`J8*$7I+)T>-S?b^EwD*{)d2=3XTCmIXDjFb*F%A?@T$r3cQZ~2f)vPzX93K z07e)$fb+nQfp97K9{3sXN8l~s@)MW?{t4s|vM+2OUC#sHuI!S(OyIY_23z_m(cj(91A9=GMOC7$aHCPD$)+G z7?6>Z@qOoJNz~JNaArfOM065KlUcAJbR?5tp>IqkOCUi`rQ=@W=QFAOhD1dlk~0+f zEhLfz!z3ITSgHpL)x4Fd*^qu7ON-s(W#?4lqz%riSOzO9)~eTc!F$GN{0xJOes2kE zB3SQZxZPJ7;m`FYB`U*_T@u^8sncbXQz}Lkxy+=JI-^n^rF*PR<~Si`5gp&@LSS$$VhTMmyIm2&(~Mujl{#mK~B6tqoh zn0L?~4J2Gf$QmR4&km z9YPQz@|xoybWb8xH5kNdL&dpBaJEe1%xiPlN*Y+xK|YQsF~*DEHP);A4n)qK!)7a> zIuGJd)_XO2IJ<&k847G}CC#hK=K4 z^90Sj-fGSqZOk+pSQuWE8;Wg?*PRF(r^4nbYR5TzmI!BTi!KPQ zk#frt*F2%qV1w>kiSO2x?wU8TNB45klVMwmv_(rA`Ig`Y=7OgB&J9}A)5GDg?%1m8 z%FTLY(&@sl3X;;qv=Y-tYAZ`Ci(>_v^+s*Mz^Dc@T!a=mx#^|{iBNiuGr(rj&A;D1 z7oHrirP=ikYpjY<~J`!k*CF#Nf2wdLx(!Ga~d#pPXm64B+9kK7ecc) z*K!eiC$Ht~3*v%nB89)qa0x5A_-6J6O%(Fk2`-W_gPAxt<$e_S-FQ@0pKx2+VYu$%k>>0U~ldvU~pbq z6+lIZP&vd&R8@6+=5o@gzL@Wd2-!-JNIOb!auhCkZ+UcJ3MqUkN0$2hp-9?7>avVq z67ZNUf>k-RE|Lw2+m4Tn#mDrXWK#T7vc)DFZz@vvPF^^;V2hxmj3X9Zv4O7&f8W6f zrQBbDu^9-(D{+1-JJJd+>2gydcf5pERbNV2j2)-3J3ILx8r#pO6ank1Nbv2g)4F0u X3ftS&_5s{sS!NkCK_=lNfy?+Wn2ev0 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..82850978131 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po @@ -0,0 +1,216 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibile" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ecce le lista de %s disponibile. Tu pote seliger alcunes in le quadro " +"sequente; postea clicca le flecha \"Seliger\" inter le duo quadros." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scribe in iste quadro pro filtrar le lista de %s disponibile." + +msgid "Filter" +msgstr "Filtrar" + +msgid "Choose all" +msgstr "Seliger totes" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Clicca pro seliger tote le %s immediatemente." + +msgid "Choose" +msgstr "Seliger" + +msgid "Remove" +msgstr "Remover" + +#, javascript-format +msgid "Chosen %s" +msgstr "Le %s seligite" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ecce le lista de %s seligite. Tu pote remover alcunes per seliger los in le " +"quadro sequente e cliccar le flecha \"Remover\" inter le duo quadros." + +msgid "Remove all" +msgstr "Remover totes" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Clicca pro remover tote le %s seligite immediatemente." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seligite" +msgstr[1] "%(sel)s de %(cnt)s seligite" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Il ha cambiamentos non salveguardate in certe campos modificabile. Si tu " +"exeque un action, iste cambiamentos essera perdite." + +msgid "" +"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." +msgstr "" +"Tu ha seligite un action, ma tu non ha salveguardate le cambiamentos in " +"certe campos. Per favor clicca OK pro salveguardar los. Tu debera re-exequer " +"le action." + +msgid "" +"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." +msgstr "" +"Tu ha seligite un action, e tu non ha facite cambiamentos in alcun campo. Tu " +"probabilemente cerca le button Va e non le button Salveguardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Ora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Selige un hora" + +msgid "Midnight" +msgstr "Medienocte" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediedie" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancellar" + +msgid "Today" +msgstr "Hodie" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Heri" + +msgid "Tomorrow" +msgstr "Deman" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Monstrar" + +msgid "Hide" +msgstr "Celar" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..899ae2e73b947a5718a9fe88ff65de641060a26f GIT binary patch literal 17869 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, 2024 +# Claude Paroz , 2014 +# Fery Setiawan , 2015-2019,2021-2025 +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# oon arfiandwi (OonID) , 2016,2020 +# rodin , 2011-2013 +# rodin , 2013-2017 +# sag​e , 2019 +# Sutrisno Efendi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Fery Setiawan , 2015-2019,2021-2025\n" +"Language-Team: Indonesian (http://app.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Hapus %(verbose_name_plural)s yang dipilih" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sukses menghapus %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Tidak dapat menghapus %(name)s" + +msgid "Delete multiple objects" +msgstr "Hapus beberapa objek sekaligus" + +msgid "Administration" +msgstr "Administrasi" + +msgid "All" +msgstr "Semua" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Tidak" + +msgid "Unknown" +msgstr "Tidak diketahui" + +msgid "Any date" +msgstr "Kapanpun" + +msgid "Today" +msgstr "Hari ini" + +msgid "Past 7 days" +msgstr "Tujuh hari terakhir" + +msgid "This month" +msgstr "Bulan ini" + +msgid "This year" +msgstr "Tahun ini" + +msgid "No date" +msgstr "Tidak ada tanggal" + +msgid "Has date" +msgstr "Ada tanggal" + +msgid "Empty" +msgstr "Kosong" + +msgid "Not empty" +msgstr "Tidak kosong" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Masukkan nama pengguna %(username)s dan sandi yang benar untuk akun staf. " +"Huruf besar/kecil pada bidang ini berpengaruh." + +msgid "Action:" +msgstr "Aksi:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Tambahkan %(verbose_name)s lagi" + +msgid "Remove" +msgstr "Hapus" + +msgid "Addition" +msgstr "Tambahan" + +msgid "Change" +msgstr "Ubah" + +msgid "Deletion" +msgstr "Penghapusan" + +msgid "action time" +msgstr "waktu aksi" + +msgid "user" +msgstr "pengguna" + +msgid "content type" +msgstr "jenis isi" + +msgid "object id" +msgstr "id objek" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "representasi objek" + +msgid "action flag" +msgstr "jenis aksi" + +msgid "change message" +msgstr "ganti pesan" + +msgid "log entry" +msgstr "entri pencatatan" + +msgid "log entries" +msgstr "entri pencatatan" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” ditambahkan." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” diubah — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s” dihapus." + +msgid "LogEntry Object" +msgstr "Objek LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” ditambahkan." + +msgid "Added." +msgstr "Ditambahkan." + +msgid "and" +msgstr "dan" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} diubah untuk {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} berubah." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” dihapus." + +msgid "No fields changed." +msgstr "Tidak ada bidang yang berubah." + +msgid "None" +msgstr "None" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Tekan “Control”, atau “Command” pada Mac, untuk memilih lebih dari satu." + +msgid "Select this object for an action - {}" +msgstr "Pilih objek ini untuk suatu aksi - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” berhasil ditambahkan." + +msgid "You may edit it again below." +msgstr "Anda dapat menyunting itu kembali di bawah." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” berhasil ditambahkan. Anda dapat menambahkan {name} lain di " +"bawah." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” berhasil diubah. Anda dapat mengeditnya kembali di bawah." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” berhasil diubah. Anda dapat menambahkan {name} lain di bawah." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” berhasil diubah." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Objek harus dipilih sebelum dimanipulasi. Tidak ada objek yang berubah." + +msgid "No action selected." +msgstr "Tidak ada aksi yang dipilih." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” berhasil dihapus." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s dengan ID “%(key)s” tidak ada. Mungkin telah dihapus?" + +#, python-format +msgid "Add %s" +msgstr "Tambahkan %s" + +#, python-format +msgid "Change %s" +msgstr "Ubah %s" + +#, python-format +msgid "View %s" +msgstr "Lihat %s" + +msgid "Database error" +msgstr "Galat basis data" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s berhasil diubah." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s dipilih" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 dari %(cnt)s dipilih" + +msgid "Delete" +msgstr "Hapus" + +#, python-format +msgid "Change history: %s" +msgstr "Ubah riwayat: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Menghapus %(class_name)s %(instance)s memerlukan penghapusanobjek " +"terlindungi yang terkait sebagai berikut: %(related_objects)s" + +msgid "Django site admin" +msgstr "Admin situs Django" + +msgid "Django administration" +msgstr "Administrasi Django" + +msgid "Site administration" +msgstr "Administrasi situs" + +msgid "Log in" +msgstr "Masuk" + +#, python-format +msgid "%(app)s administration" +msgstr "Administrasi %(app)s" + +msgid "Page not found" +msgstr "Laman tidak ditemukan" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Maaf, laman yang Anda minta tidak ditemukan." + +msgid "Home" +msgstr "Beranda" + +msgid "Server error" +msgstr "Galat server" + +msgid "Server error (500)" +msgstr "Galat server (500)" + +msgid "Server Error (500)" +msgstr "Galat Server (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Terjadi sebuah galat dan telah dilaporkan ke administrator situs melalui " +"surel untuk diperbaiki. Terima kasih atas pengertian Anda." + +msgid "Run the selected action" +msgstr "Jalankan aksi terpilih" + +msgid "Go" +msgstr "Buka" + +msgid "Click here to select the objects across all pages" +msgstr "Klik di sini untuk memilih semua objek pada semua laman" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Pilih seluruh %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Bersihkan pilihan" + +msgid "Breadcrumbs" +msgstr "Breadcrumbs" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Model pada aplikasi %(name)s" + +msgid "Model name" +msgstr "Nama model" + +msgid "Add link" +msgstr "Tambah tautan" + +msgid "Change or view list link" +msgstr "Rubah atau tampilkan tautan kunjungan" + +msgid "Add" +msgstr "Tambah" + +msgid "View" +msgstr "Lihat" + +msgid "You don’t have permission to view or edit anything." +msgstr "Anda tidak memiliki izin untuk melihat atau mengedit apa pun." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Setelah anda membuat pengguna, anda akan dapat merubah pilihan pengguna." + +msgid "Error:" +msgstr "Kesalahan:" + +msgid "Change password" +msgstr "Ganti sandi" + +msgid "Set password" +msgstr "Setel sandi" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Harap perbaiki kesalahan dibawah." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Masukkan sandi baru untuk pengguna %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Tindakan ini akan enable autentifikasi brerdasarkan-sandi " +"untuk pengguna ini." + +msgid "Disable password-based authentication" +msgstr "Tiadakan autentifikasu berdasarkan-sandi" + +msgid "Enable password-based authentication" +msgstr "Adakan autentifikasu berdasarkan-sandi" + +msgid "Skip to main content" +msgstr "Lewati ke isi utama" + +msgid "Welcome," +msgstr "Selamat datang," + +msgid "View site" +msgstr "Lihat situs" + +msgid "Documentation" +msgstr "Dokumentasi" + +msgid "Log out" +msgstr "Keluar" + +#, python-format +msgid "Add %(name)s" +msgstr "Tambahkan %(name)s" + +msgid "History" +msgstr "Riwayat" + +msgid "View on site" +msgstr "Lihat di situs" + +msgid "Filter" +msgstr "Filter" + +msgid "Hide counts" +msgstr "Sembunyikan hitungan" + +msgid "Show counts" +msgstr "Tampilkan hitungan" + +msgid "Clear all filters" +msgstr "Hapus semua penyaringan" + +msgid "Remove from sorting" +msgstr "Dihapus dari pengurutan" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritas pengurutan: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ubah pengurutan" + +msgid "Toggle theme (current theme: auto)" +msgstr "Ganti tema (tema saat ini: otomatis)" + +msgid "Toggle theme (current theme: light)" +msgstr "Ganti tema (tema saat ini: terang)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Ganti tema (tema saat ini: gelap)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Menghapus %(object_name)s '%(escaped_object)s' akan menghapus objek lain " +"yang terkait, tetapi akun Anda tidak memiliki izin untuk menghapus objek " +"dengan tipe berikut:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Menghapus %(object_name)s '%(escaped_object)s' memerlukan penghapusan objek " +"terlindungi yang terkait sebagai berikut:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Yakin ingin menghapus %(object_name)s \"%(escaped_object)s\"? Semua objek " +"lain yang terkait juga akan dihapus:" + +msgid "Objects" +msgstr "Objek" + +msgid "Yes, I’m sure" +msgstr "Ya, saya yakin" + +msgid "No, take me back" +msgstr "Tidak, bawa saya kembali" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Menghapus %(objects_name)s terpilih akan menghapus objek yang terkait, " +"tetapi akun Anda tidak memiliki izin untuk menghapus objek dengan tipe " +"berikut:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Menghapus %(objects_name)s terpilih memerlukan penghapusan objek terlindungi " +"yang terkait sebagai berikut:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Yakin akan menghapus %(objects_name)s terpilih? Semua objek berikut beserta " +"objek terkait juga akan dihapus:" + +msgid "Delete?" +msgstr "Hapus?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Berdasarkan %(filter_title)s " + +msgid "Summary" +msgstr "Ringkasan" + +msgid "Recent actions" +msgstr "Tindakan terbaru" + +msgid "My actions" +msgstr "Tindakan saya" + +msgid "None available" +msgstr "Tidak ada yang tersedia" + +msgid "Added:" +msgstr "Ditambahkan:" + +msgid "Changed:" +msgstr "Berubah:" + +msgid "Deleted:" +msgstr "Dihapus:" + +msgid "Unknown content" +msgstr "Konten tidak diketahui" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ada masalah dengan instalasi basis data Anda. Pastikan tabel yang sesuai " +"pada basis data telah dibuat dan dapat dibaca oleh pengguna yang sesuai." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Anda diautentikasi sebagai %(username)s, tapi tidak diperbolehkan untuk " +"mengakses halaman ini. Ingin mencoba mengakses menggunakan akun yang lain?" + +msgid "Forgotten your login credentials?" +msgstr "Lupa kredensial masuk?" + +msgid "Toggle navigation" +msgstr "Alihkan navigasi" + +msgid "Sidebar" +msgstr "Sidebar" + +msgid "Start typing to filter…" +msgstr "Mulai mengetik untuk menyaring..." + +msgid "Filter navigation items" +msgstr "Navigasi pencarian barang" + +msgid "Date/time" +msgstr "Tanggal/waktu" + +msgid "User" +msgstr "Pengguna" + +msgid "Action" +msgstr "Aksi" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "masukan" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Objek ini tidak memiliki riwayat perubahan. Mungkin objek ini tidak " +"ditambahkan melalui situs administrasi ini." + +msgid "Show all" +msgstr "Tampilkan semua" + +msgid "Save" +msgstr "Simpan" + +msgid "Popup closing…" +msgstr "Menutup jendela sembulan..." + +msgid "Search" +msgstr "Cari" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s buah" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Simpan sebagai baru" + +msgid "Save and add another" +msgstr "Simpan dan tambahkan lagi" + +msgid "Save and continue editing" +msgstr "Simpan dan terus mengedit" + +msgid "Save and view" +msgstr "Simpan dan tampilkan" + +msgid "Close" +msgstr "Tutup" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ubah %(model)s yang dipilih" + +#, python-format +msgid "Add another %(model)s" +msgstr "Tambahkan %(model)s yang lain" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Hapus %(model)s yang dipilih" + +#, python-format +msgid "View selected %(model)s" +msgstr "Menampilkan %(model)s terpilih" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Terima kasih untuk meluangkan waktu berkualitas dengan jaringan situs hari " +"ini." + +msgid "Log in again" +msgstr "Masuk kembali" + +msgid "Password change" +msgstr "Ubah sandi" + +msgid "Your password was changed." +msgstr "Sandi Anda telah diubah." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Masukkan sandi lama Anda, demi alasan keamanan, dan masukkan sandi baru Anda " +"dua kali untuk memastikan Anda tidak salah mengetikkannya." + +msgid "Change my password" +msgstr "Ubah sandi saya" + +msgid "Password reset" +msgstr "Setel ulang sandi" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Sandi Anda telah diperbarui. Silakan masuk." + +msgid "Password reset confirmation" +msgstr "Konfirmasi penyetelan ulang sandi" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Masukkan sandi baru dua kali untuk memastikan Anda tidak salah " +"mengetikkannya." + +msgid "New password:" +msgstr "Sandi baru:" + +msgid "Confirm password:" +msgstr "Konfirmasi sandi:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Tautan penyetelan ulang sandi tidak valid. Kemungkinan karena tautan " +"tersebut telah dipakai sebelumnya. Ajukan permintaan penyetelan sandi sekali " +"lagi." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Kami telah mengirimi Anda surel berisi petunjuk untuk mengatur sandi Anda, " +"jika ada akun dengan alamat surel yang sesuai. Anda seharusnya menerima " +"surel tersebut sesaat lagi." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jika Anda tidak menerima surel, pastikan Anda telah memasukkan alamat yang " +"digunakan saat pendaftaran serta periksa folder spam Anda." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Anda menerima email ini karena Anda meminta penyetelan ulang sandi untuk " +"akun pengguna di %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Kunjungi laman di bawah ini dan ketikkan sandi baru:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Jika anda lupa, anda:" + +msgid "Thanks for using our site!" +msgstr "Terima kasih telah menggunakan situs kami!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tim %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Lupa sandi Anda? Masukkan alamat surel Anda di bawah ini dan kami akan " +"mengirimkan petunjuk untuk mengatur sandi baru Anda." + +msgid "Email address:" +msgstr "Alamat email:" + +msgid "Reset my password" +msgstr "Setel ulang sandi saya" + +msgid "Select all objects on this page for an action" +msgstr "Pilih semua objek di halaman ini untuk suatu aksi" + +msgid "All dates" +msgstr "Semua tanggal" + +#, python-format +msgid "Select %s" +msgstr "Pilih %s" + +#, python-format +msgid "Select %s to change" +msgstr "Pilih %s untuk diubah" + +#, python-format +msgid "Select %s to view" +msgstr "Pilih %s untuk melihat" + +msgid "Date:" +msgstr "Tanggal:" + +msgid "Time:" +msgstr "Waktu:" + +msgid "Lookup" +msgstr "Cari" + +msgid "Currently:" +msgstr "Saat ini:" + +msgid "Change:" +msgstr "Ubah:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..372f3f6a1a8f863cf51c5faafc60050bee66a36c GIT binary patch literal 5378 zcmbuCUu+yl9mj|ED2Yo7O$rT^G}92bPU~Br-6l>hbs9T~TPJa1`L1azp5|`Hx0BnQ zUG2`=Iq|?BAqYHGNUh+d67a$Us-U7058Z zr1{?fN&l-L=|2nQNY4`>MC@sh^cA?#{9PwcLDJ)suKpR2=KB(O82mC=2Y&(LpKTp0 zxC49v^{4KZ>^=q!a4MzV6>U+Vv!6UAI&eao;`dhvYaq@47D)EI9YIHS-0rv&Bs<;<;-B5`mZh5FM@Z1-*@s?LGt74j#ofh_fL-3Kw9r#AjQqC7);y(l3v?DikBTAOvmna z^1Y4^g7c8qzy&Y`X}y;ne*n__KLwY;S3!!eUAU1QYap$&2vVG!25J3sPW}my<`b@d z9whw}a1Pu69|d0qY205xTJP`Rv*3Tg7r|%Y!~lE@PNMhursKC9zwP*4$L~2_a{Q6w zPaJ>d_;bhC9Dn8b8^_CzzjwUi_=e+~j#oj13%lm{H^+ZC{?qYo$A3GL5oz25C=_RS zT^nZ;AjKJ76xWoC!wD3a$HvvZvcYj2tf3r5p?Ic?;_yL~C#ZsJsld=3VQaq^ zgTlvL;!izj0A&5Gzi8t8Uwu#9Ut1^n$Z^mE6fKh+BX++@#R~z&~Lzp}z!!=}L3N;$J zwPZ8M(~Mf0adD4g3I*28Wg+e*k}HjfG=V}`#TO_#*R1EbA8%+IN1@6L*<1|7q{o^! zHFiK>k3A)QT`2I3%n&4`8+keqFjv2)&|I`B$tG=d_gn}4hfjai@JRR);vR1YLU$x` zS>r`~wXXbJgm?uR`k6=ZgYF2RB#m20rydXExJy~H79)C)B#*}~F?cFaCm|N5mIi54 zCe1slhfaK0y$oZ0lBInGVc6>wSaazH{aD$E33W9b>Tt;t&9)??r_^lw0hvfahs^F>L62;mC+-|QG+(+eh z!>wT79cd`HvOwdseewMVKm`+04)zW>leHC$t-MP{naROl=eCQj>oQKmiKkVc6OGoI9hjV{%}nEIWiePv~~+W3#LCgDqwHn%24U$5z5T6=8KTPNS^Obz-a8-1K2y zJkHe)kM$2jzDQO7sDubfRHyCDK^PIT6yF13!RJhnJO3Z2xFZia#mxrg`z9|%rJczU4bg(9`g<3f4}{N7iAZJa2?|pM<1WZ7 z?xIg9GQmzEsk;aQSg#u!L??RmgHrb}2GQn=H6v0o=}_=_ZnUq^12%Ir-ZIcA7x4QBmkpc8!Ug4fVX!-A7Ger*TrI(cNXC5L|!ndU7)ClZkep5S8* zO_1?QB)o-G(;csf3uIge=Nb&uZL)$3{e|4-Myl-VJ7GgbND2Jlz~WH$#tIo}M52nx zOPzGjjvUacD-pLD3|KADSE_+uFBFe<2f&%8+yvYdPHSvmc}6;)hjF#-k2De?^mmpi zwgDWlJUA5zX3fwyN@0S+W%g~bDBf7(v_e*dBeLRM`AUC`^Dn)%PfFVUR@VSk7!>(w z^N=D9(Pe{+Vu`#-dlj4S0plA3awQradoeS?uC6r=cU-N4^6e#bZ1D*G=^ Ce{_`q literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..3e17c7045f5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po @@ -0,0 +1,313 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fery Setiawan , 2015-2016,2021-2025 +# Jannis Leidel , 2011 +# oon arfiandwi (OonID) , 2020 +# rodin , 2011-2012 +# rodin , 2014,2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Fery Setiawan , 2015-2016,2021-2025\n" +"Language-Team: Indonesian (http://app.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s yang tersedia" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Pilih %s dengan memilih mereka dan kemudian memilih tombol panah \"Choose\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Ketik pada kotak ini untuk menyaring daftar %s yang tersedia." + +msgid "Filter" +msgstr "Filter" + +#, javascript-format +msgid "Choose all %s" +msgstr "Pilih semua %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Pilih terpilih %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Pindahkan terpilih %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s terpilih" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Pindahkan%s dengan memilih mereka dan kemudian memilih tombol panah " +"\"Remove\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Ketik di dalam kotak utnuk menyaring daftar dar %s terpilih." + +msgid "(click to clear)" +msgstr "(klik untuk membersihkan)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Pindahkan semua %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s pilihan terpilih tidak muncul" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s dari %(cnt)s terpilih" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Beberapa perubahan bidang yang Anda lakukan belum tersimpan. Perubahan yang " +"telah dilakukan akan hilang." + +msgid "" +"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." +msgstr "" +"Anda telah memilih tindakan, tetapi Anda belum menyimpan perubahan ke masing-" +"masing bidang. Silakan klik OK untuk menyimpan. Anda harus menjalankan " +"kembali tindakan tersebut." + +msgid "" +"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." +msgstr "" +"Anda telah memilih tindakan, dan Anda belum membuat perubahan apa pun di " +"setiap bidang. Anda mungkin mencari tombol Buka daripada tombol Simpan." + +msgid "Now" +msgstr "Sekarang" + +msgid "Midnight" +msgstr "Tengah malam" + +msgid "6 a.m." +msgstr "6 pagi" + +msgid "Noon" +msgstr "Siang" + +msgid "6 p.m." +msgstr "18.00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Catatan: Waktu Anda lebih cepat %s jam dibandingkan waktu server." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Catatan: Waktu Anda lebih lambat %s jam dibandingkan waktu server." + +msgid "Choose a Time" +msgstr "Pilih Waktu" + +msgid "Choose a time" +msgstr "Pilih waktu" + +msgid "Cancel" +msgstr "Batal" + +msgid "Today" +msgstr "Hari ini" + +msgid "Choose a Date" +msgstr "Pilih Tanggal" + +msgid "Yesterday" +msgstr "Kemarin" + +msgid "Tomorrow" +msgstr "Besok" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Maret" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "Agustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Agu" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Des" + +msgid "Sunday" +msgstr "Ahad" + +msgid "Monday" +msgstr "Senin" + +msgid "Tuesday" +msgstr "Selasa" + +msgid "Wednesday" +msgstr "Rabu" + +msgid "Thursday" +msgstr "Kamis" + +msgid "Friday" +msgstr "Jum'at" + +msgid "Saturday" +msgstr "Sabtu" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Ahd" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Sen" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Sel" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Rab" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Kam" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Jum" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sab" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "M" + +msgctxt "one letter Monday" +msgid "M" +msgstr "S" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "S" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "R" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "K" + +msgctxt "one letter Friday" +msgid "F" +msgstr "J" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..abe5bb50d40d8998e8c56b2c35d860268bc84aed GIT binary patch literal 12624 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-20 01:58+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s eliminesis sucesoze." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Onu ne povas eliminar %(name)s" + +msgid "Are you sure?" +msgstr "Ka vu esas certa?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar selektita %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Omni" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Nekonocato" + +msgid "Any date" +msgstr "Irga dato" + +msgid "Today" +msgstr "Hodie" + +msgid "Past 7 days" +msgstr "7 antea dii" + +msgid "This month" +msgstr "Ca monato" + +msgid "This year" +msgstr "Ca yaro" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Skribez la korekta %(username)s e pasvorto di kelka staff account. Remarkez " +"ke both feldi darfas rikonocar miniskulo e mayuskulo." + +msgid "Action:" +msgstr "Ago:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar altra %(verbose_name)s" + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "horo dil ago" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id dil objekto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr dil objekto" + +msgid "action flag" +msgstr "flago dil ago" + +msgid "change message" +msgstr "chanjar mesajo" + +msgid "log entry" +msgstr "logo informo" + +msgid "log entries" +msgstr "logo informi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" agregesis." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" chanjesis - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" eliminesis." + +msgid "LogEntry Object" +msgstr "LogEntry Objekto" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "e" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nula feldo chanjesis." + +msgid "None" +msgstr "Nula" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Onu devas selektar la objekti por aplikar oli irga ago. Nula objekto " +"chanjesis." + +msgid "No action selected." +msgstr "Nula ago selektesis." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "La %(name)s \"%(obj)s\" eliminesis sucesoze." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#, python-format +msgid "Change %s" +msgstr "Chanjar %s" + +msgid "Database error" +msgstr "Eroro del datumaro" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s chanjesis sucesoze." +msgstr[1] "%(count)s %(name)s chanjesis sucesoze." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selektita" +msgstr[1] "La %(total_count)s selektita" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Selektita 0 di %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Modifikuro historio: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Por eliminar %(class_name)s %(instance)s on mustas eliminar la sequanta " +"protektita objekti relatita: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django situo admin" + +msgid "Django administration" +msgstr "Django administreyo" + +msgid "Site administration" +msgstr "Administrayo dil ret-situo" + +msgid "Log in" +msgstr "Startar sesiono" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "La pagino ne renkontresis" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Pardonez, ma la demandita pagino ne renkontresis." + +msgid "Home" +msgstr "Hemo" + +msgid "Server error" +msgstr "Eroro del servilo" + +msgid "Server error (500)" +msgstr "Eroro del servilo (500)" + +msgid "Server Error (500)" +msgstr "Eroro del servilo (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Eroro eventis. Ico informesis per e-posto a la administranti dil ret-situo e " +"la eroro esos korektigata balde. Danko pro vua pacienteso." + +msgid "Run the selected action" +msgstr "Exekutar la selektita ago" + +msgid "Go" +msgstr "Irar" + +msgid "Click here to select the objects across all pages" +msgstr "Kliktez hike por selektar la objekti di omna pagini" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selektar omna %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Desfacar selekto" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Unesme, skribez uzer-nomo ed pasvorto. Pos, vu povos modifikar altra uzer-" +"selekto." + +msgid "Enter a username and password." +msgstr "Skribez uzer-nomo ed pasvorto." + +msgid "Change password" +msgstr "Chanjar pasvorto" + +msgid "Please correct the error below." +msgstr "Korektigez la eroro infre." + +msgid "Please correct the errors below." +msgstr "Korektigez la erori infre." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Skribez nova pasvorto por la uzero %(username)s." + +msgid "Welcome," +msgstr "Bonvenez," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumento" + +msgid "Log out" +msgstr "Klozar sesiono" + +#, python-format +msgid "Add %(name)s" +msgstr "Agregar %(name)s" + +msgid "History" +msgstr "Historio" + +msgid "View on site" +msgstr "Vidar en la ret-situo" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Remove from sorting" +msgstr "Eskartar de klasifiko" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Precedo dil klasifiko: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Aktivar/desaktivar klasifiko" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar la %(object_name)s '%(escaped_object)s' eliminos relatita objekti, " +"ma vua account ne havas permiso por eliminar la sequanta objekti:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar la %(object_name)s '%(escaped_object)s' eliminus la sequanta " +"protektita objekti relatita:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ka vu volas eliminar la %(object_name)s \"%(escaped_object)s\"? Omna " +"sequanta objekti relatita eliminesos:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Yes, me esas certa" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Eliminar multopla objekti" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Eliminar la selektita %(objects_name)s eliminos relatita objekti, ma vua " +"account ne havas permiso por eliminar la sequanta objekti:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar la selektita %(objects_name)s eliminos la sequanta protektita " +"objekti relatita:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ka vu volas eliminar la selektita %(objects_name)s? Omna sequanta objekti ed " +"olia relatita objekti eliminesos:" + +msgid "Change" +msgstr "Modifikar" + +msgid "Delete?" +msgstr "Ka eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Per %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeli en la %(name)s apliko" + +msgid "Add" +msgstr "Agregar" + +msgid "You don't have permission to edit anything." +msgstr "Vu ne havas permiso por facar modifiki." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nulo disponebla" + +msgid "Unknown content" +msgstr "Nekonocata kontenajo" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Vua datumaro instaluro esas defektiva. Verifikez ke la datumaro tabeli " +"kreadesis e ke la uzero havas permiso por lektar la datumaro." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Ka vu obliviis vua pasvorto od uzer-nomo?" + +msgid "Date/time" +msgstr "Dato/horo" + +msgid "User" +msgstr "Uzero" + +msgid "Action" +msgstr "Ago" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ica objekto ne havas chanjo-historio. Olu forsan ne agregesis per ica " +"administrala ret-situo." + +msgid "Show all" +msgstr "Montrar omni" + +msgid "Save" +msgstr "Salvar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Serchar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resulto" +msgstr[1] "%(counter)s resulti" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totala" + +msgid "Save as new" +msgstr "Salvar kom nova" + +msgid "Save and add another" +msgstr "Salvar ed agregar altra" + +msgid "Save and continue editing" +msgstr "Salvar e durar la modifiko" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Danko pro vua spensita tempo en la ret-situo hodie." + +msgid "Log in again" +msgstr "Ristartar sesiono" + +msgid "Password change" +msgstr "Pasvorto chanjo" + +msgid "Your password was changed." +msgstr "Vua pasvorto chanjesis." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por kauciono, skribez vua anta pasvorto e pos skribez vua nova pasvorto " +"dufoye por verifikar ke olu skribesis korekte." + +msgid "Change my password" +msgstr "Modifikar mea pasvorto" + +msgid "Password reset" +msgstr "Pasvorto chanjo" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vua pasvorto chanjesis. Vu darfas startar sesiono nun." + +msgid "Password reset confirmation" +msgstr "Pasvorto chanjo konfirmo" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Skribez vua nova pasvorto dufoye por verifikar ke olu skribesis korekte." + +msgid "New password:" +msgstr "Nova pasvorto:" + +msgid "Confirm password:" +msgstr "Konfirmez pasvorto:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"La link por chanjar pasvorto ne esis valida, forsan pro ke olu ja uzesis. " +"Demandez nova pasvorto chanjo." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se vu ne recevas mesajo, verifikez ke vu skribis la sama e-posto adreso " +"uzita por vua registro e lektez vua spam mesaji." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Vu esas recevanta ica mesajo pro ke vu demandis pasvorto chanjo por vua " +"uzero account che %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Irez al sequanta pagino e selektez nova pasvorto:" + +msgid "Your username, in case you've forgotten:" +msgstr "Vua uzernomo, se vu obliviis olu:" + +msgid "Thanks for using our site!" +msgstr "Danko pro uzar nia ret-situo!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "La equipo di %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ka vu obliviis vua pasvorto? Skribez vua e-posto adreso infre e ni sendos " +"instrucioni por kreadar nova pasvorto." + +msgid "Email address:" +msgstr "E-postala adreso:" + +msgid "Reset my password" +msgstr "Chanjar mea pasvorto" + +msgid "All dates" +msgstr "Omna dati" + +#, python-format +msgid "Select %s" +msgstr "Selektar %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selektar %s por chanjar" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Horo:" + +msgid "Lookup" +msgstr "Serchado" + +msgid "Currently:" +msgstr "Aktuale" + +msgid "Change:" +msgstr "Chanjo:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..fba64da89f8fb8d99dd31e965014a6bd1a0d0105 GIT binary patch literal 464 zcmYLE!A=4(6x8TxkDfi$!~+E1wj~mI(vO)*>gO7K3R-OZ<&Ms9NV3fhTa$Z{_NVb$Fx6w?M z)&-dOTxamK&OIbnkZAgvK;J1D&~^tj*j$V8-NYnJY+?TnRGD zEU7I*Cr`Hlfkh)k6F~WCMbhjeU(@* zsBNHSA+_m}bRnHrq4$;yp>yaa(*OVf literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..d7be82ec535 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po @@ -0,0 +1,145 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/" +"io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..553296860530c3d37bca2f335b2cc9b770a3af40 GIT binary patch literal 16804 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po new file mode 100644 index 00000000000..868a4528c65 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po @@ -0,0 +1,720 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dagur Ammendrup , 2019 +# Hafsteinn Einarsson , 2011-2012 +# Jannis Leidel , 2011 +# 479d446b5da12875beba10cac54e9faf_a7ca1e7 , 2013 +# Thordur Sigurdsson , 2016-2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:53+0200\n" +"PO-Revision-Date: 2020-07-14 22:38+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eyddi %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Get ekki eytt %(name)s" + +msgid "Are you sure?" +msgstr "Ertu viss?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eyða völdum %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Vefstjórn" + +msgid "All" +msgstr "Allt" + +msgid "Yes" +msgstr "Já" + +msgid "No" +msgstr "Nei" + +msgid "Unknown" +msgstr "Óþekkt" + +msgid "Any date" +msgstr "Allar dagsetningar" + +msgid "Today" +msgstr "Dagurinn í dag" + +msgid "Past 7 days" +msgstr "Síðustu 7 dagar" + +msgid "This month" +msgstr "Þessi mánuður" + +msgid "This year" +msgstr "Þetta ár" + +msgid "No date" +msgstr "Engin dagsetning" + +msgid "Has date" +msgstr "Hefur dagsetningu" + +msgid "Empty" +msgstr "Tómt" + +msgid "Not empty" +msgstr "Ekki tómt" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Vinsamlegast sláðu inn rétt %(username)s og lykilorð fyrir starfsmanna " +"aðgang. Takið eftir að í báðum reitum skipta há- og lágstafir máli." + +msgid "Action:" +msgstr "Aðgerð:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Bæta við öðrum %(verbose_name)s" + +msgid "Remove" +msgstr "Fjarlægja" + +msgid "Addition" +msgstr "Viðbót" + +msgid "Change" +msgstr "Breyta" + +msgid "Deletion" +msgstr "Eyðing" + +msgid "action time" +msgstr "tími aðgerðar" + +msgid "user" +msgstr "notandi" + +msgid "content type" +msgstr "efnistag" + +msgid "object id" +msgstr "kenni hlutar" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "framsetning hlutar" + +msgid "action flag" +msgstr "aðgerðarveifa" + +msgid "change message" +msgstr "breyta skilaboði" + +msgid "log entry" +msgstr "kladdafærsla" + +msgid "log entries" +msgstr "kladdafærslur" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Bætti við „%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Breytti „%(object)s“ — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Eyddi „%(object)s.“" + +msgid "LogEntry Object" +msgstr "LogEntry hlutur" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Bætti við {name} „{object}“." + +msgid "Added." +msgstr "Bætti við." + +msgid "and" +msgstr "og" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Breytti {fields} fyrir {name} „{object}“." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Breytti {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Eyddi {name} „{object}“." + +msgid "No fields changed." +msgstr "Engum reitum breytt." + +msgid "None" +msgstr "Ekkert" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Haltu inni „Control“, eða „Command“ á Mac til þess að velja fleira en eitt." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}“ var bætt við." + +msgid "You may edit it again below." +msgstr "Þú mátt breyta þessu aftur hér að neðan." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} „{obj}“ hefur verið bætt við. Þú getur bætt við öðru {name} að neðan." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} „{obj}“ hefur verið breytt. Þú getur breytt því aftur að neðan." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"{name} „{obj}“ hefur verið bætt við. Þú getur breytt því aftur að neðan." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" hefur verið breytt. Þú getur bætt við öðru {name} að neðan." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}“ hefur verið breytt." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Hlutir verða að vera valdir til að framkvæma aðgerðir á þeim. Engu hefur " +"verið breytt." + +msgid "No action selected." +msgstr "Engin aðgerð valin." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s „%(obj)s“ var eytt." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s með ID \"%(key)s\" er ekki til. Var því mögulega eytt?" + +#, python-format +msgid "Add %s" +msgstr "Bæta við %s" + +#, python-format +msgid "Change %s" +msgstr "Breyta %s" + +#, python-format +msgid "View %s" +msgstr "Skoða %s" + +msgid "Database error" +msgstr "Gagnagrunnsvilla" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s var breytt." +msgstr[1] "%(count)s %(name)s var breytt." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Allir %(total_count)s valdir" +msgstr[1] "Allir %(total_count)s valdir" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 af %(cnt)s valin" + +#, python-format +msgid "Change history: %s" +msgstr "Breytingarsaga: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Að eyða %(class_name)s %(instance)s þyrfti að eyða eftirfarandi tengdum " +"hlutum: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django vefstjóri" + +msgid "Django administration" +msgstr "Django vefstjórn" + +msgid "Site administration" +msgstr "Vefstjóri" + +msgid "Log in" +msgstr "Skrá inn" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s vefstjórn" + +msgid "Page not found" +msgstr "Síða fannst ekki" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Því miður fannst umbeðin síða ekki." + +msgid "Home" +msgstr "Heim" + +msgid "Server error" +msgstr "Kerfisvilla" + +msgid "Server error (500)" +msgstr "Kerfisvilla (500)" + +msgid "Server Error (500)" +msgstr "Kerfisvilla (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Villa kom upp. Hún hefur verið tilkynnt til vefstjóra með tölvupósti og ætti " +"að lagast fljótlega. Þökkum þolinmæðina." + +msgid "Run the selected action" +msgstr "Keyra valda aðgerð" + +msgid "Go" +msgstr "Áfram" + +msgid "Click here to select the objects across all pages" +msgstr "Smelltu hér til að velja alla hluti" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Velja alla %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Hreinsa val" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Módel í appinu %(name)s" + +msgid "Add" +msgstr "Bæta við" + +msgid "View" +msgstr "Skoða" + +msgid "You don’t have permission to view or edit anything." +msgstr "Þú hefur ekki réttindi til að skoða eða breyta neinu." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Fyrst, settu inn notendanafn og lykilorð. Svo geturðu breytt öðrum " +"notendamöguleikum." + +msgid "Enter a username and password." +msgstr "Sláðu inn notandanafn og lykilorð." + +msgid "Change password" +msgstr "Breyta lykilorði" + +msgid "Please correct the error below." +msgstr "Vinsamlegast lagfærðu villuna fyrir neðan." + +msgid "Please correct the errors below." +msgstr "Vinsamlegast leiðréttu villurnar hér að neðan." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Settu inn nýtt lykilorð fyrir notandann %(username)s." + +msgid "Welcome," +msgstr "Velkomin(n)," + +msgid "View site" +msgstr "Skoða vef" + +msgid "Documentation" +msgstr "Skjölun" + +msgid "Log out" +msgstr "Skrá út" + +#, python-format +msgid "Add %(name)s" +msgstr "Bæta við %(name)s" + +msgid "History" +msgstr "Saga" + +msgid "View on site" +msgstr "Skoða á vef" + +msgid "Filter" +msgstr "Sía" + +msgid "Clear all filters" +msgstr "Hreinsa allar síur" + +msgid "Remove from sorting" +msgstr "Taka úr röðun" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Forgangur röðunar: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Röðun af/á" + +msgid "Delete" +msgstr "Eyða" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eyðing á %(object_name)s „%(escaped_object)s“ hefði í för með sér eyðingu á " +"tengdum hlutum en þú hefur ekki réttindi til að eyða eftirfarandi hlutum:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Að eyða %(object_name)s „%(escaped_object)s“ þyrfti að eyða eftirfarandi " +"tengdum hlutum:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ertu viss um að þú viljir eyða %(object_name)s „%(escaped_object)s“? Öllu " +"eftirfarandi verður eytt:" + +msgid "Objects" +msgstr "Hlutir" + +msgid "Yes, I’m sure" +msgstr "Já ég er viss." + +msgid "No, take me back" +msgstr "Nei, fara til baka" + +msgid "Delete multiple objects" +msgstr "Eyða mörgum hlutum." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Að eyða völdu %(objects_name)s leiðir til þess að skyldum hlutum er eytt, en " +"þinn aðgangur hefur ekki réttindi til að eyða eftirtöldum hlutum:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Að eyða völdum %(objects_name)s myndi leiða til þess að eftirtöldum skyldum " +"hlutum yrði eytt:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ertu viss um að þú viljir eyða völdum %(objects_name)s? Öllum eftirtöldum " +"hlutum og skyldum hlutum verður eytt:" + +msgid "Delete?" +msgstr "Eyða?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Eftir %(filter_title)s " + +msgid "Summary" +msgstr "Samantekt" + +msgid "Recent actions" +msgstr "Nýlegar aðgerðir" + +msgid "My actions" +msgstr "Mínar aðgerðir" + +msgid "None available" +msgstr "Engin fáanleg" + +msgid "Unknown content" +msgstr "Óþekkt innihald" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Eitthvað er að gagnagrunnsuppsetningu. Gakktu úr skugga um að allar töflur " +"séu til staðar og að notandinn hafi aðgang að grunninum." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Þú ert skráður inn sem %(username)s, en ert ekki með réttindi að þessari " +"síðu. Viltu skrá þig inn sem annar notandi?" + +msgid "Forgotten your password or username?" +msgstr "Gleymt notandanafn eða lykilorð?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Date/time" +msgstr "Dagsetning/tími" + +msgid "User" +msgstr "Notandi" + +msgid "Action" +msgstr "Aðgerð" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Þessi hlutur hefur enga breytingasögu. Hann var líklega ekki búinn til á " +"þessu stjórnunarsvæði." + +msgid "Show all" +msgstr "Sýna allt" + +msgid "Save" +msgstr "Vista" + +msgid "Popup closing…" +msgstr "Sprettigluggi lokast..." + +msgid "Search" +msgstr "Leita" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s niðurstaða" +msgstr[1] "%(counter)s niðurstöður" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s í heildina" + +msgid "Save as new" +msgstr "Vista sem nýtt" + +msgid "Save and add another" +msgstr "Vista og búa til nýtt" + +msgid "Save and continue editing" +msgstr "Vista og halda áfram að breyta" + +msgid "Save and view" +msgstr "Vista og skoða" + +msgid "Close" +msgstr "Loka" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Breyta völdu %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Bæta við %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eyða völdu %(model)s" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Takk fyrir að verja tíma í vefsíðuna í dag." + +msgid "Log in again" +msgstr "Skráðu þig inn aftur" + +msgid "Password change" +msgstr "Breyta lykilorði" + +msgid "Your password was changed." +msgstr "Lykilorði þínu var breytt" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Vinsamlegast skrifaðu gamla lykilorðið þitt til öryggis. Sláðu svo nýja " +"lykilorðið tvisvar inn svo að hægt sé að ganga úr skugga um að þú hafir ekki " +"gert innsláttarvillu." + +msgid "Change my password" +msgstr "Breyta lykilorðinu mínu" + +msgid "Password reset" +msgstr "Endurstilla lykilorð" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Lykilorðið var endurstillt. Þú getur núna skráð þig inn á vefsvæðið." + +msgid "Password reset confirmation" +msgstr "Staðfesting endurstillingar lykilorðs" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Vinsamlegast settu inn nýja lykilorðið tvisvar til að forðast " +"innsláttarvillur." + +msgid "New password:" +msgstr "Nýtt lykilorð:" + +msgid "Confirm password:" +msgstr "Staðfestu lykilorð:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Endurstilling lykilorðs tókst ekki. Slóðin var ógild. Hugsanlega hefur hún " +"nú þegar verið notuð. Vinsamlegast biddu um nýja endurstillingu." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Við höfum sent þér tölvupóst með leiðbeiningum til að endurstilla lykilorðið " +"þitt, sé aðgangur til með netfanginu sem þú slóst inn. Þú ættir að fá " +"leiðbeiningarnar fljótlega. " + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ef þú færð ekki tölvupóstinn, gakktu úr skugga um að netfangið sem þú slóst " +"inn sé það sama og þú notaðir til að stofna aðganginn og að það hafi ekki " +"lent í spamsíu." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Þú ert að fá þennan tölvupóst því þú baðst um endurstillingu á lykilorði " +"fyrir aðganginn þinn á %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Vinsamlegast farðu á eftirfarandi síðu og veldu nýtt lykilorð:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Notandanafnið þitt ef þú skyldir hafa gleymt því:" + +msgid "Thanks for using our site!" +msgstr "Takk fyrir að nota vefinn okkar!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s hópurinn" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Hefurðu gleymt lykilorðinu þínu? Sláðu inn netfangið þitt hér að neðan og " +"við sendum þér tölvupóst með leiðbeiningum til að setja nýtt lykilorð. " + +msgid "Email address:" +msgstr "Netfang:" + +msgid "Reset my password" +msgstr "Endursstilla lykilorðið mitt" + +msgid "All dates" +msgstr "Allar dagsetningar" + +#, python-format +msgid "Select %s" +msgstr "Veldu %s" + +#, python-format +msgid "Select %s to change" +msgstr "Veldu %s til að breyta" + +#, python-format +msgid "Select %s to view" +msgstr "Veldu %s til að skoða" + +msgid "Date:" +msgstr "Dagsetning:" + +msgid "Time:" +msgstr "Tími:" + +msgid "Lookup" +msgstr "Fletta upp" + +msgid "Currently:" +msgstr "Eins og er:" + +msgid "Change:" +msgstr "Breyta:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..29c2bc12ac009b2f2f7d1016be981cf0d3623716 GIT binary patch literal 5174 zcmb`KO^h5z6~_xQAz>2|;*dZ>LMod$Yvau9N1U}8XA?X2PGTo(Ti&sQ1wqtI*L2rT zch%5cJ-Y)DvV~B>!61?#@g-+4E^tDEQzSSb4j_aC;(+-0zwVmZ z@px@4nbuVQx?a7idiCnn$Go$t^fiWOH_`)?-p$x?VhJxiCvIkJ2Y3>E5BMX;pMvl>{YzT zv@e6VfN!|`w;bOB(FOY+coTRQq;|gV%6|xc9Qli29lRHfP0bgr4E`3p8~mH&t(YXze*h%; zjLX-+4AU+u&p1Prw=Q4^DpHokjULNPgeuI0aI_Pl7a0bB_C5`3sJRLF(ryNcx`! zzW@e~e*$TKI`1#+{VYiKoB*lbmq56Hy$O=uDoEox3!Vjk0KNsjj6sqe{{~6#=1q*v zgLi_|?@{n8;LG4Q!9Rlm_!=gG;_j~?wflFM|EJ@B9B;zp(D-k0yd9)^ce(sMj`utH zLynJtm_|0?xYco+W7%;M#L{QeF2CIoBDR%Y?jc`{yYFd`Y@#@P7-<3t?qJ)I9z?1j zJ%U8*|7j$O$1)Q6l^%)~s2sgIb<>$aBkv`(`v@YR}+}|YnDAF@XGnBzY^G*+~ z6M80*Xf7W|qL`+5nnI%WNqZbUnAYOiyd{z0)`XiD-@K)%Ej}TTO)EWit+H7zDp7^a z@(y87CsrZbllp05*`BUYp=gAXZ%)`=p_?*fdjn$<>A(fwC+twJuA-rw9nOV$-9+lV zu~0SJ+#24@o8ux3A?CtzgI+3ZZ@)a2k?G339I8d_b+vu6DWisrSxq+LRKz`2Q=vuv zdF4rVK%#QwSLO{FDD7QWvm2{+i%}mm%j{6o8uGxA+))nXFSaNVniGIlO2}{Vv(Ao$O;7FxW6LdG%lJ}8U1+fzn)Xjzd!K} z%Ol|-}B(}mt zqY=w)g-1r)fajZG3GY#PzCD((OO6!u_oEU%MvD47R0$s=MQ)!efukkZxk}i+t`KVp z@u+sbyOr=BQOAAUY&5c?|aoh5vX6uCX61dfyp_LLI7n9=Z?vL=y8sq(SIhssA}SCML&PO~bXnVOj{Pi-$x&GP9T z)hBjro5C~pqDXAH9t)j>!kW0s>w$?qEP_SlV@yecW%iUUWV@F{MI}$8j`maG%W_?c zsLJ=_1jTl#ntV%OZKpapxxBnwvDBt&$(2geM3aTFeLy{LU{WQMTgMjmFU+qGYq~Nu zwikgaHSEGZRpnN$*vU>Pl-@;4Gft$PJ6f-mcdqMEUo9Dz=XKL~*sQC3XG7V6p;a6a zV~4{u7Gb$&;wY(d-O01b+{`Xse9mpbA1&qF@>V6F%ZMb1PMocUEL-)n3%HKdvQ?o&>C*+``Rt6ff_GJRjvd2x zm=PcU*JvK;vSct0%I?66(7r2abBimuxZsXd9wZyYkPD={ADUBYZ zX=Rs|vhx~8?sYYgMmO99H6UA7;n2Ae8?M%b&d&F5LGYSjrfswH`BiW*C2YQzohv3f zjaagN9m+1ELUtNEmw@x~+mPa-1#fmKT+(965|NRSZTo{97l?-83GyG zl|DkNGHR>FvDV^UM6j2_+{?`CN2LA#SeLtSU>)qeih-wS<+1D}PR`iJ$+XyxRVxqE z+=(mXuKwCe5dXQ;MKO@8x}9aGxSySgF@Cr|kS)01tuQq0%NUK~PFWPlc3WYJuoiHH z_bhe*L6e1Rg|cbnd_=`qX>IHxSly@|qO|y$sEJri@IZ@BMO`Pn5Aw`^{>)Hr(DvKQyp z=e|JvRM*o#^-+lo%YwX literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..5ddb17c0c3b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po @@ -0,0 +1,267 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# gudbergur , 2012 +# Hafsteinn Einarsson , 2011-2012 +# Jannis Leidel , 2011 +# Matt R, 2018 +# Thordur Sigurdsson , 2016-2017,2020-2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-06 17:37+0000\n" +"Last-Translator: Thordur Sigurdsson \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Fáanleg %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Þetta er listi af því %s sem er í boði. Þú getur ákveðið hluti með því að " +"velja þá í boxinu að neðan og ýta svo á \"Velja\" örina milli boxana tveggja." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skrifaðu í boxið til að sía listann af því %s sem er í boði." + +msgid "Filter" +msgstr "Sía" + +msgid "Choose all" +msgstr "Velja öll" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Smelltu til að velja allt %s í einu." + +msgid "Choose" +msgstr "Veldu" + +msgid "Remove" +msgstr "Fjarlægja" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valin %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Þetta er listinn af völdu %s. Þú getur fjarlægt hluti með því að velja þá í " +"boxinu að neðan og ýta svo á \"Eyða\" örina á milli boxana tveggja." + +msgid "Remove all" +msgstr "Eyða öllum" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Smelltu til að fjarlægja allt valið %s í einu." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] " %(sel)s í %(cnt)s valin" +msgstr[1] " %(sel)s í %(cnt)s valin" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Enn eru óvistaðar breytingar í reitum. Ef þú keyrir aðgerð munu breytingar " +"ekki verða vistaðar." + +msgid "" +"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." +msgstr "" +"Þú hefur valið aðgerð en hefur ekki vistað breytingar á reitum. Vinsamlegast " +"veldu 'Í lagi' til að vista. Þú þarft að endurkeyra aðgerðina." + +msgid "" +"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." +msgstr "" +"Þú hefur valið aðgerð en hefur ekki gert breytingar á reitum. Þú ert líklega " +"að leita að 'Fara' hnappnum frekar en 'Vista' hnappnum." + +msgid "Now" +msgstr "Núna" + +msgid "Midnight" +msgstr "Miðnætti" + +msgid "6 a.m." +msgstr "6 f.h." + +msgid "Noon" +msgstr "Hádegi" + +msgid "6 p.m." +msgstr "6 e.h." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Athugaðu að þú ert %s klukkustund á undan tíma vefþjóns." +msgstr[1] "Athugaðu að þú ert %s klukkustundum á undan tíma vefþjóns." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Athugaðu að þú ert %s klukkustund á eftir tíma vefþjóns." +msgstr[1] "Athugaðu að þú ert %s klukkustundum á eftir tíma vefþjóns." + +msgid "Choose a Time" +msgstr "Veldu tíma" + +msgid "Choose a time" +msgstr "Veldu tíma" + +msgid "Cancel" +msgstr "Hætta við" + +msgid "Today" +msgstr "Í dag" + +msgid "Choose a Date" +msgstr "Veldu dagsetningu" + +msgid "Yesterday" +msgstr "Í gær" + +msgid "Tomorrow" +msgstr "Á morgun" + +msgid "January" +msgstr "janúar" + +msgid "February" +msgstr "febrúar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "apríl" + +msgid "May" +msgstr "maí" + +msgid "June" +msgstr "júní" + +msgid "July" +msgstr "júlí" + +msgid "August" +msgstr "ágúst" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "nóvember" + +msgid "December" +msgstr "desember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Maí" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jún" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Júl" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ágú" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nóv" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Des" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Þ" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "F" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" + +msgid "Show" +msgstr "Sýna" + +msgid "Hide" +msgstr "Fela" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a099863f8df9887ab476f72be143b2f32aacbe6b GIT binary patch literal 18505 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 OZ<`, 2018-2019 +# Davide Targa , 2021 +# Denis Darii , 2011 +# Flavio Curella , 2013 +# Franky Bonanno, 2023 +# Jannis Leidel , 2011 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# Mirco Grillo , 2018,2020 +# Nicola Larosa , 2013 +# palmux , 2014-2015,2021 +# Paolo Melchiorre , 2022-2023 +# Mattia Procopio , 2015 +# Stefano Brentegani , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2023-12-04 07:05+0000\n" +"Last-Translator: Franky Bonanno, 2023\n" +"Language-Team: Italian (http://app.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Cancella %(verbose_name_plural)s selezionati" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Cancellati/e con successo %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Impossibile cancellare %(name)s " + +msgid "Are you sure?" +msgstr "Confermi?" + +msgid "Administration" +msgstr "Amministrazione" + +msgid "All" +msgstr "Tutti" + +msgid "Yes" +msgstr "Sì" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Sconosciuto" + +msgid "Any date" +msgstr "Qualsiasi data" + +msgid "Today" +msgstr "Oggi" + +msgid "Past 7 days" +msgstr "Ultimi 7 giorni" + +msgid "This month" +msgstr "Questo mese" + +msgid "This year" +msgstr "Quest'anno" + +msgid "No date" +msgstr "Senza data" + +msgid "Has date" +msgstr "Ha la data" + +msgid "Empty" +msgstr "Vuoto" + +msgid "Not empty" +msgstr "Non vuoto" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Inserisci %(username)s e password corretti per un account di staff. Nota che " +"entrambi i campi distinguono maiuscole e minuscole." + +msgid "Action:" +msgstr "Azione:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Aggiungi un altro %(verbose_name)s." + +msgid "Remove" +msgstr "Elimina" + +msgid "Addition" +msgstr "Aggiunta " + +msgid "Change" +msgstr "Modifica" + +msgid "Deletion" +msgstr "Eliminazione" + +msgid "action time" +msgstr "momento dell'azione" + +msgid "user" +msgstr "utente" + +msgid "content type" +msgstr "content type" + +msgid "object id" +msgstr "id dell'oggetto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "rappr. dell'oggetto" + +msgid "action flag" +msgstr "flag di azione" + +msgid "change message" +msgstr "messaggio di modifica" + +msgid "log entry" +msgstr "voce di log" + +msgid "log entries" +msgstr "voci di log" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" aggiunto." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "%(object)s%(changes)s modificati" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" cancellato." + +msgid "LogEntry Object" +msgstr "Oggetto LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Aggiunto {name} \"{object}\"." + +msgid "Added." +msgstr "Aggiunto." + +msgid "and" +msgstr "e" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Modificati {fields} per {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Modificati {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Eliminato {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Nessun campo modificato." + +msgid "None" +msgstr "Nessuno" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Tieni premuto \"Control\", o \"Command\" su Mac, per selezionarne più di uno." + +msgid "Select this object for an action - {}" +msgstr "Seleziona questo oggetto per intraprendere un'azione - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Il {name} \"{obj}\" è stato aggiunto con successo." + +msgid "You may edit it again below." +msgstr "Puoi modificarlo di nuovo qui sotto." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Il {name} \"{obj}\" è stato aggiunto con successo. Puoi aggiungere un altro " +"{name} qui sotto." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Il {name} \"{obj}\" è stato modificato con successo. Puoi modificarlo " +"nuovamente qui sotto." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"Il {name} \"{obj}\" è stato aggiunto con successo. Puoi modificarlo " +"nuovamente qui sotto." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Il {name} \"{obj}\" è stato modificato con successo. Puoi aggiungere un " +"altro {name} qui sotto." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Il {name} \"{obj}\" è stato modificato con successo." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Occorre selezionare degli oggetti per potervi eseguire azioni. Nessun " +"oggetto è stato cambiato." + +msgid "No action selected." +msgstr "Nessuna azione selezionata." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" cancellato correttamente." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"%(name)s con ID \"%(key)s\" non esiste. Probabilmente è stato cancellato?" + +#, python-format +msgid "Add %s" +msgstr "Aggiungi %s" + +#, python-format +msgid "Change %s" +msgstr "Modifica %s" + +#, python-format +msgid "View %s" +msgstr "Vista %s" + +msgid "Database error" +msgstr "Errore del database" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s modificato correttamente." +msgstr[1] "%(count)s %(name)s modificati correttamente." +msgstr[2] "%(count)s %(name)s modificati correttamente." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selezionato" +msgstr[1] "Tutti i %(total_count)s selezionati" +msgstr[2] "Tutti i %(total_count)s selezionati" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 di %(cnt)s selezionati" + +#, python-format +msgid "Change history: %s" +msgstr "Tracciato delle modifiche: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La cancellazione di %(class_name)s %(instance)s richiederebbe l'eliminazione " +"dei seguenti oggetti protetti correlati: %(related_objects)s" + +msgid "Django site admin" +msgstr "Amministrazione sito Django" + +msgid "Django administration" +msgstr "Amministrazione Django" + +msgid "Site administration" +msgstr "Amministrazione sito" + +msgid "Log in" +msgstr "Accedi" + +#, python-format +msgid "%(app)s administration" +msgstr "Amministrazione %(app)s" + +msgid "Page not found" +msgstr "Pagina non trovata" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Spiacenti, ma la pagina richiesta non è stata trovata." + +msgid "Home" +msgstr "Pagina iniziale" + +msgid "Server error" +msgstr "Errore del server" + +msgid "Server error (500)" +msgstr "Errore del server (500)" + +msgid "Server Error (500)" +msgstr "Errore del server (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Si è verificato un errore. Gli amministratori del sito ne sono stati " +"informati per email, e vi porranno rimedio a breve. Grazie per la vostra " +"pazienza." + +msgid "Run the selected action" +msgstr "Esegui l'azione selezionata" + +msgid "Go" +msgstr "Vai" + +msgid "Click here to select the objects across all pages" +msgstr "Clicca qui per selezionare gli oggetti da tutte le pagine." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleziona tutti %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Annulla la selezione" + +msgid "Breadcrumbs" +msgstr "Breadcrumbs" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelli nell'applicazione %(name)s" + +msgid "Add" +msgstr "Aggiungi" + +msgid "View" +msgstr "Vista" + +msgid "You don’t have permission to view or edit anything." +msgstr "Non hai i permessi per visualizzare o modificare nulla." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Prima di tutto inserisci nome utente e password. Poi potrai modificare le " +"altre impostazioni utente." + +msgid "Enter a username and password." +msgstr "Inserisci nome utente e password." + +msgid "Change password" +msgstr "Modifica password" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Si prega di correggere l'errore sottostante." +msgstr[1] "Si prega di correggere gli errori sottostanti." +msgstr[2] "Si prega di correggere gli errori sottostanti." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Inserisci una nuova password per l'utente %(username)s." + +msgid "Skip to main content" +msgstr "Passa al contenuto principale" + +msgid "Welcome," +msgstr "Benvenuto," + +msgid "View site" +msgstr "Visualizza il sito" + +msgid "Documentation" +msgstr "Documentazione" + +msgid "Log out" +msgstr "Annulla l'accesso" + +#, python-format +msgid "Add %(name)s" +msgstr "Aggiungi %(name)s" + +msgid "History" +msgstr "Storia" + +msgid "View on site" +msgstr "Vedi sul sito" + +msgid "Filter" +msgstr "Filtra" + +msgid "Hide counts" +msgstr "Nascondi i conteggi " + +msgid "Show counts" +msgstr "Mostra i conteggi " + +msgid "Clear all filters" +msgstr "Cancella tutti i filtri" + +msgid "Remove from sorting" +msgstr "Elimina dall'ordinamento" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorità d'ordinamento: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Abilita/disabilita ordinamento" + +msgid "Toggle theme (current theme: auto)" +msgstr "Cambia tema (tema corrente: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Cambia tema (tema corrente: chiaro)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Cambia tema (tema corrente: scuro)" + +msgid "Delete" +msgstr "Cancella" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"La cancellazione di %(object_name)s '%(escaped_object)s' causerebbe la " +"cancellazione di oggetti collegati, ma questo account non ha i permessi per " +"cancellare i seguenti tipi di oggetti:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"La cancellazione di %(object_name)s '%(escaped_object)s' richiederebbe " +"l'eliminazione dei seguenti oggetti protetti correlati:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Sicuro di voler cancellare %(object_name)s \"%(escaped_object)s\"? Tutti i " +"seguenti oggetti collegati verranno cancellati:" + +msgid "Objects" +msgstr "Oggetti" + +msgid "Yes, I’m sure" +msgstr "Sì, sono sicuro" + +msgid "No, take me back" +msgstr "No, torna indietro" + +msgid "Delete multiple objects" +msgstr "Cancella più oggetti" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Per eliminare l'elemento %(objects_name)s selezionato è necessario rimuovere " +"anche gli oggetti correlati, ma il tuo account non dispone " +"dell'autorizzazione a eliminare i seguenti tipi di oggetti:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"L'eliminazione dell'elemento %(objects_name)s selezionato richiederebbe la " +"rimozione dei seguenti oggetti protetti correlati:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Confermi la cancellazione dell'elemento %(objects_name)s selezionato? " +"Saranno rimossi tutti i seguenti oggetti e le loro voci correlate:" + +msgid "Delete?" +msgstr "Cancellare?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Per %(filter_title)s " + +msgid "Summary" +msgstr "Riepilogo" + +msgid "Recent actions" +msgstr "Azioni recenti" + +msgid "My actions" +msgstr "Le mie azioni" + +msgid "None available" +msgstr "Nulla disponibile" + +msgid "Added:" +msgstr "Aggiunto" + +msgid "Changed:" +msgstr "Cambiato " + +msgid "Deleted:" +msgstr "Eliminato " + +msgid "Unknown content" +msgstr "Contenuto sconosciuto" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Qualcosa non è andato a buon fine nell'installazione del database. " +"Assicurati che le tabelle del database siano state create, e che il database " +"sia leggibile dall'utente corretto." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ti sei autenticato come %(username)s, ma non sei autorizzato ad accedere a " +"questa pagina. Vorresti autenticarti con un altro account?" + +msgid "Forgotten your password or username?" +msgstr "Hai dimenticato la password o lo username?" + +msgid "Toggle navigation" +msgstr "Abilita/disabilita navigazione" + +msgid "Sidebar" +msgstr "Barra laterale" + +msgid "Start typing to filter…" +msgstr "Inizia a scrivere per filtrare..." + +msgid "Filter navigation items" +msgstr "Filtra gli oggetti di navigazione" + +msgid "Date/time" +msgstr "Data/ora" + +msgid "User" +msgstr "Utente" + +msgid "Action" +msgstr "Azione" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "voce" +msgstr[1] "voci" +msgstr[2] "voci" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Questo oggetto non ha cambiamenti registrati. Probabilmente non è stato " +"creato con questo sito di amministrazione." + +msgid "Show all" +msgstr "Mostra tutto" + +msgid "Save" +msgstr "Salva" + +msgid "Popup closing…" +msgstr "Chiusura popup..." + +msgid "Search" +msgstr "Cerca" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s risultato" +msgstr[1] "%(counter)s risultati" +msgstr[2] "%(counter)s risultati" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in tutto" + +msgid "Save as new" +msgstr "Salva come nuovo" + +msgid "Save and add another" +msgstr "Salva e aggiungi un altro" + +msgid "Save and continue editing" +msgstr "Salva e continua le modifiche" + +msgid "Save and view" +msgstr "Salva e visualizza" + +msgid "Close" +msgstr "Chiudi" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modifica la selezione %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Aggiungi un altro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Elimina la selezione %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Visualizza il %(model)s selezionato" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Grazie per avere trascorso del tempo di qualità sul sito oggi." + +msgid "Log in again" +msgstr "Accedi di nuovo" + +msgid "Password change" +msgstr "Cambio password" + +msgid "Your password was changed." +msgstr "La tua password è stata cambiata." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Inserisci la password attuale, per ragioni di sicurezza, e poi la nuova " +"password due volte, per verificare di averla scritta correttamente." + +msgid "Change my password" +msgstr "Modifica la mia password" + +msgid "Password reset" +msgstr "Reimposta la password" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "La tua password è stata impostata. Ora puoi effettuare l'accesso." + +msgid "Password reset confirmation" +msgstr "Conferma reimpostazione password" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Inserisci la nuova password due volte, per verificare di averla scritta " +"correttamente." + +msgid "New password:" +msgstr "Nuova password:" + +msgid "Confirm password:" +msgstr "Conferma la password:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Il link per la reimpostazione della password non era valido, forse perché " +"era già stato usato. Richiedi una nuova reimpostazione della password." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Abbiamo inviato istruzioni per impostare la password, se esiste un account " +"valido all'indirizzo email che hai indicato. Dovresti riceverle a breve." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se non ricevi un messaggio email, accertati di aver inserito l'indirizzo con " +"cui ti sei registrato, e controlla la cartella dello spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ricevi questa mail perché hai richiesto di reimpostare la password del tuo " +"account utente presso %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Vai alla pagina seguente e scegli una nuova password:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Il tuo nome utente, in caso tu l'abbia dimenticato:" + +msgid "Thanks for using our site!" +msgstr "Grazie per aver usato il nostro sito!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Il team di %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Password dimenticata? Inserisci il tuo indirizzo email qui sotto e ti " +"invieremo le istruzioni per impostarne una nuova." + +msgid "Email address:" +msgstr "Indirizzo email:" + +msgid "Reset my password" +msgstr "Reimposta la mia password" + +msgid "Select all objects on this page for an action" +msgstr "" +"Seleziona tutti gli oggetti di questa pagina per intraprendere un'azione " + +msgid "All dates" +msgstr "Tutte le date" + +#, python-format +msgid "Select %s" +msgstr "Scegli %s" + +#, python-format +msgid "Select %s to change" +msgstr "Scegli %s da modificare" + +#, python-format +msgid "Select %s to view" +msgstr "Seleziona %s per visualizzarlo" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Ora:" + +msgid "Lookup" +msgstr "Consultazione" + +msgid "Currently:" +msgstr "Attualmente:" + +msgid "Change:" +msgstr "Modifica:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..20ecfac73c26f0e208f6b8732f6faba2561cdf32 GIT binary patch literal 5134 zcmcJSTZ|k>6^1KLCvi4}ivz^r<}$GMn(Xw>uJ2>kVYBPqY}oZKnZXd02-S4g&Q#n} z)l^rHJr=i@01}8u2}l762oe%flou?>Ly&k#B&6^V0TOu#A`c+~ga{x62mu2A(_J$= zGd3nc(3(m?Z1Jf($#1X zcY^fX8^No=n?PFUW{~D{kmUA*9|Wht26#V6a?gP@@8=+X?3cd(cOdEY7m(K30b!EA z9yfa4F5lh_(!9Ok3Ge_|10_iFAMtz?{3_bt1|J6N7)-(6fNuovoha$R-DrQ-x4!}2 zg7$a8o57#>_DjBf-3_Ju9`H>VKjv8nX`TjY{m*!Q4WxA*2j2ib1Jb+~L6ZL`_-61H zY~D@aVb4{N}l{Gv^QSO*jex~koJG~YZ!YixDO<| z9`!s4LWG?H$({`mKXwmpB%gSG3?#dL9)u~`!=7IUX}w2%`&%Hb^Mvnz((`GM_V0(j z{VWJmvY&w@|0@tCV7~_+1pf{`06qXE=y`iyS3YM7B>5TNJ_?dvCqa_C!}EP0`QL{? z((l8*e+#@FZR2?nBt8BFl04hR*cX6nK=PL_gC7SEVpGUpFM2-i`Gn{9JfHOZzUL1- zpYi;$=d+&Ac|Py?g6A(hf9?5O&p&wn+4HX;ww?XMlbnLuJ3Ir=Ye9q-w$t+l-@gZa z%P6;^96_P$c!|O<52L<_!cnGB=puX5^^OvSzfg4^g=|FE+e#EZPSr!c{dP~X^}A7M zFUbEUQRp1gMSeh66=ep6&dqHo6%@Gl;5vpH`8J)KccQ!%Wj{*)qJ2NuZ+OB?#q};v zY;SSy>5MI*Pz)wNrI<^80W%eGg<>yUgw3JQd7DPri$Z54L?Pchh0?zkP$561i|jsI z)DWk@_xSog;^b5&lLHwyTYPdV(hgO0$jHg~%46Gd+@ww!&9!m7t1{J0B%8csI2##1 z!bR8#*%6)+7E-Gcwve~-%&~>8P>H}Id@^H;LPs)Ti)~{v$pv2$PHwjvsx#DbzLiN$ zQE6~*7)5f=faY5ylryJMO%uP%$G^qm6nqh;pJtsS0c=tvaNLdvX;HPXt#X*)8-u8 zh@2r))P>6}y-;1It{krC#Tz!-xy@*#Vaj{QSc{pBT$bIvRC1-A;jXPR-ZbYq>RW|H zd2G&U^h=(o%#kg`&>n`Y@rvg5-47NH*#~5-O9k$h88(k}qaA3At{gZj7n+NRd~h1o znD@MZe&Lf}a=asAc#iJzs4a9$!qqiiBvxG&=OV!?$Ry4}+E<8UV^eFIaK9c;j5(`x zi*Fh1Dqe2I@Mi8DrdxqFb>hJ^QYUT7vGB_3L1;|9408*W?La{o_7VkoPr8tACQ{%W zM2U*d@{RY>7SQ~@_DRCE#A@iavSRa6yV5j6isia|=;aL}W95qD*SE~-R-rO2H)LoS z+4Av~&MBzSgddp9g-kS?R(3;T(k6Pc?t ztk78^oUt{&pkpfqU&*DlVj8pN4nat_a?z5Nh7_F|Uv(l;I4o0b=hE8Dj7Zba(GqG) zo)06_nJIPaBk|K`l$$v)vA()~YWpo_!|KE${8DPDfk;~8PM&u&X(E(9K{3N-(#^lW zv0OQ}El1DVlD2Y6MelnvS%p)l#NRSR`9$ zA-#j&<(Y@vBF}Nfk3|l3uQ=moMKCgk{2r} zd1+b!VM<=CVP~YqSMaIF*oxGe`qy$i#IO~Wx1cGazy-P&TCU3r7X-30q)cnbZ)g^E z8N7joEbf<>&rM+X7ksYs>xe&B_0#0|$MvdnCXq-J;m&ll-|(L9iHKf^TRQ3G4&nD_MF2TfopQw4z->K8?waY5IJoe-VsD0=EBr5)prooi3@U^Z*vKS> zLaXp-c83@~2?id!UzF#pJUMNQBM&DRK_Ejc#k<2VBJ%7G!pjz3oI@rOofIn}+?Yfm zSt$}JmB2C%N7j)9o{S6)`3;U!o@8)0$h@{~N|sTP9tQMDZ-AG>WWWEMbvKZ5oAywu?iDLm)HR%2lx^rAb1z zh*vZk2B0%$wV>Big+iqk7|#1f@XzfViNZsO6UWPCw+%f#syT(UaxuzWV+30EJ{EIe~!V<+KiXId=C`M3xpx{u-h!#$Lm)w|qmz`m2td9SkD;UKB F>|bmYL*D=Z literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..c8096de47a3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po @@ -0,0 +1,322 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andrea Guerra, 2024 +# Denis Darii , 2011 +# Jannis Leidel , 2011 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# Mirco Grillo , 2020 +# Nicola Larosa , 2011-2012 +# palmux , 2015,2021 +# Paolo Melchiorre , 2022-2023 +# Stefano Brentegani , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Andrea Guerra, 2024\n" +"Language-Team: Italian (http://app.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibili" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scrivi in questa casella per filtrare l'elenco dei %s disponibili." + +msgid "Filter" +msgstr "Filtro" + +#, javascript-format +msgid "Choose all %s" +msgstr "" + +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s scelti" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Scrivi in questa casella per filtrare l'elenco dei %s selezionati." + +msgid "(click to clear)" +msgstr "" + +#, javascript-format +msgid "Remove all %s" +msgstr "" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opzione selezionata non visibile" +msgstr[1] "%s opzioni selezionate non visibili" +msgstr[2] "%s opzioni selezionate non visibili" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s di %(cnt)s selezionato" +msgstr[1] "%(sel)s di %(cnt)s selezionati" +msgstr[2] "%(sel)s di %(cnt)s selezionati" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Ci sono aggiornamenti non salvati su singoli campi modificabili. Se esegui " +"un'azione, le modifiche non salvate andranno perse." + +msgid "" +"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." +msgstr "" +"Hai selezionato un'azione, ma non hai ancora salvato le modifiche apportate " +"a campi singoli. Fai clic su OK per salvare. Poi dovrai rieseguire l'azione." + +msgid "" +"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." +msgstr "" +"Hai selezionato un'azione e non hai ancora apportato alcuna modifica ai " +"campi singoli. Probabilmente stai cercando il pulsante Vai, invece di Salva." + +msgid "Now" +msgstr "Adesso" + +msgid "Midnight" +msgstr "Mezzanotte" + +msgid "6 a.m." +msgstr "6 del mattino" + +msgid "Noon" +msgstr "Mezzogiorno" + +msgid "6 p.m." +msgstr "6 del pomeriggio" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Sei %s ora in anticipo rispetto al server." +msgstr[1] "Nota: Sei %s ore in anticipo rispetto al server." +msgstr[2] "Nota: Sei %s ore in anticipo rispetto al server." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Sei %s ora in ritardo rispetto al server." +msgstr[1] "Nota: Sei %s ore in ritardo rispetto al server." +msgstr[2] "Nota: Sei %s ore in ritardo rispetto al server." + +msgid "Choose a Time" +msgstr "Scegli un orario" + +msgid "Choose a time" +msgstr "Scegli un orario" + +msgid "Cancel" +msgstr "Annulla" + +msgid "Today" +msgstr "Oggi" + +msgid "Choose a Date" +msgstr "Scegli una data" + +msgid "Yesterday" +msgstr "Ieri" + +msgid "Tomorrow" +msgstr "Domani" + +msgid "January" +msgstr "Gennaio" + +msgid "February" +msgstr "Febbraio" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Aprile" + +msgid "May" +msgstr "Maggio" + +msgid "June" +msgstr "Giugno" + +msgid "July" +msgstr "Luglio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Settembre" + +msgid "October" +msgstr "Ottobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Dicembre" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Gen" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mag" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Giu" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Lug" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Set" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Ott" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dic" + +msgid "Sunday" +msgstr "Domenica" + +msgid "Monday" +msgstr "Lunedì" + +msgid "Tuesday" +msgstr "Martedì" + +msgid "Wednesday" +msgstr "Mercoledì" + +msgid "Thursday" +msgstr "Giovedì" + +msgid "Friday" +msgstr "Venerdì" + +msgid "Saturday" +msgstr "Sabato" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Dom" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Lun" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Mar" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Mer" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Gio" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Ven" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sab" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Ma" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Me" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "G" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a0c7b8d4bd47752a88ebc3dfae59b0761317fc54 GIT binary patch literal 19928 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, 2020 +# Claude Paroz , 2016 +# Goto Hayato , 2019 +# Hiroki Sawano, 2022 +# Jannis Leidel , 2011 +# Masaya, 2023 +# Shinichi Katsumata , 2019 +# Shinya Okano , 2012-2018,2021,2023,2025 +# TANIGUCHI Taichi, 2022 +# Takuro Onoue , 2020 +# Takuya N , 2020 +# Tetsuya Morimoto , 2011 +# 上田慶祐 , 2015 +# 余田大輝, 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Shinya Okano , " +"2012-2018,2021,2023,2025\n" +"Language-Team: Japanese (http://app.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "選択された %(verbose_name_plural)s の削除" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d 個の %(items)s を削除しました。" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s が削除できません" + +msgid "Delete multiple objects" +msgstr "複数のオブジェクトを削除します" + +msgid "Administration" +msgstr "管理" + +msgid "All" +msgstr "全て" + +msgid "Yes" +msgstr "はい" + +msgid "No" +msgstr "いいえ" + +msgid "Unknown" +msgstr "不明" + +msgid "Any date" +msgstr "いつでも" + +msgid "Today" +msgstr "今日" + +msgid "Past 7 days" +msgstr "過去 7 日間" + +msgid "This month" +msgstr "今月" + +msgid "This year" +msgstr "今年" + +msgid "No date" +msgstr "日付なし" + +msgid "Has date" +msgstr "日付あり" + +msgid "Empty" +msgstr "空" + +msgid "Not empty" +msgstr "空でない" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"スタッフアカウントの正しい%(username)sとパスワードを入力してください。どちら" +"のフィールドも大文字と小文字は区別されます。" + +msgid "Action:" +msgstr "操作:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s の追加" + +msgid "Remove" +msgstr "削除" + +msgid "Addition" +msgstr "追加" + +msgid "Change" +msgstr "変更" + +msgid "Deletion" +msgstr "削除" + +msgid "action time" +msgstr "操作時刻" + +msgid "user" +msgstr "ユーザー" + +msgid "content type" +msgstr "コンテンツタイプ" + +msgid "object id" +msgstr "オブジェクト ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "オブジェクトの文字列表現" + +msgid "action flag" +msgstr "操作種別" + +msgid "change message" +msgstr "変更メッセージ" + +msgid "log entry" +msgstr "ログエントリー" + +msgid "log entries" +msgstr "ログエントリー" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” を追加しました。" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” を変更しました — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s” を削除しました。" + +msgid "LogEntry Object" +msgstr "ログエントリー オブジェクト" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” を追加しました。" + +msgid "Added." +msgstr "追加されました。" + +msgid "and" +msgstr "と" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}” の {fields} を変更しました。" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} を変更しました。" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” を削除しました。" + +msgid "No fields changed." +msgstr "変更はありませんでした。" + +msgid "None" +msgstr "None" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"複数選択するときには Control キーを押したまま選択してください。Mac は " +"Command キーを使ってください" + +msgid "Select this object for an action - {}" +msgstr "アクション用にこのオブジェクトを選択 - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” を追加しました。" + +msgid "You may edit it again below." +msgstr "以下で再度編集できます。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} “{obj}” を追加しました。別の {name} を以下から追加できます。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” を変更しました。以下から再度編集できます。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} “{obj}” を変更しました。 別の {name} を以下から追加できます。" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” を変更しました。" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"操作を実行するには、対象を選択する必要があります。何も変更されませんでした。" + +msgid "No action selected." +msgstr "操作が選択されていません。" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” を削除しました。" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"ID “%(key)s” の%(name)sは見つかりませんでした。削除された可能性があります。" + +#, python-format +msgid "Add %s" +msgstr "%s を追加" + +#, python-format +msgid "Change %s" +msgstr "%s を変更" + +#, python-format +msgid "View %s" +msgstr "%sを表示" + +msgid "Database error" +msgstr "データベースエラー" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s 個の %(name)s を変更しました。" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s 個選択されました" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s個の内ひとつも選択されていません" + +msgid "Delete" +msgstr "削除" + +#, python-format +msgid "Change history: %s" +msgstr "変更履歴: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s を削除するには以下の保護された関連オブジェクトを" +"削除することになります: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django サイト管理" + +msgid "Django administration" +msgstr "Django 管理サイト" + +msgid "Site administration" +msgstr "サイト管理" + +msgid "Log in" +msgstr "ログイン" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 管理" + +msgid "Page not found" +msgstr "ページが見つかりません" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "申し訳ありませんが、お探しのページは見つかりませんでした。" + +msgid "Home" +msgstr "ホーム" + +msgid "Server error" +msgstr "サーバーエラー" + +msgid "Server error (500)" +msgstr "サーバーエラー (500)" + +msgid "Server Error (500)" +msgstr "サーバーエラー (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"エラーが発生しました。サイト管理者にメールで報告されたので、修正されるまでし" +"ばらくお待ちください。" + +msgid "Run the selected action" +msgstr "選択された操作を実行" + +msgid "Go" +msgstr "実行" + +msgid "Click here to select the objects across all pages" +msgstr "全ページの項目を選択するにはここをクリック" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s個ある%(module_name)s を全て選択" + +msgid "Clear selection" +msgstr "選択を解除" + +msgid "Breadcrumbs" +msgstr "パンくずリスト" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s アプリケーション内のモデル" + +msgid "Model name" +msgstr "モデル名" + +msgid "Add link" +msgstr "追加のリンク" + +msgid "Change or view list link" +msgstr "変更または表示のリンク" + +msgid "Add" +msgstr "追加" + +msgid "View" +msgstr "表示" + +msgid "You don’t have permission to view or edit anything." +msgstr "表示または変更のためのパーミッションがありません。" + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "ユーザーを作成後に詳細情報が編集可能になります。" + +msgid "Error:" +msgstr "エラー:" + +msgid "Change password" +msgstr "パスワードの変更" + +msgid "Set password" +msgstr "パスワードを設定" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "下記のエラーを修正してください。" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"%(username)sさんの新しいパスワードを入力してください。" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"このアクションは、このユーザーに対するパスワードによる認証を有効にします。" + +msgid "Disable password-based authentication" +msgstr "パスワードによる認証の無効化" + +msgid "Enable password-based authentication" +msgstr "パスワードによる認証の有効化" + +msgid "Skip to main content" +msgstr "スキップしてメインコンテンツへ" + +msgid "Welcome," +msgstr "ようこそ" + +msgid "View site" +msgstr "サイトを表示" + +msgid "Documentation" +msgstr "ドキュメント" + +msgid "Log out" +msgstr "ログアウト" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s を追加" + +msgid "History" +msgstr "履歴" + +msgid "View on site" +msgstr "サイト上で表示" + +msgid "Filter" +msgstr "フィルター" + +msgid "Hide counts" +msgstr "件数を非表示" + +msgid "Show counts" +msgstr "件数を表示" + +msgid "Clear all filters" +msgstr "全てのフィルターを解除" + +msgid "Remove from sorting" +msgstr "ソート条件から外します" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ソート優先順位: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "昇順降順を切り替えます" + +msgid "Toggle theme (current theme: auto)" +msgstr "テーマを切り替え (現在のテーマ: 自動)" + +msgid "Toggle theme (current theme: light)" +msgstr "テーマを切り替え (現在のテーマ: ライト)" + +msgid "Toggle theme (current theme: dark)" +msgstr "テーマを切り替え (現在のテーマ: ダーク)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' の削除時に関連づけられたオブジェクトも削" +"除しようとしましたが、あなたのアカウントには以下のタイプのオブジェクトを削除" +"するパーミッションがありません:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' を削除するには以下の保護された関連オブ" +"ジェクトを削除することになります:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\"を削除しますか? 関連づけられている以下" +"のオブジェクトも全て削除されます:" + +msgid "Objects" +msgstr "オブジェクト" + +msgid "Yes, I’m sure" +msgstr "はい、大丈夫です" + +msgid "No, take me back" +msgstr "戻る" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"選択した %(objects_name)s を削除すると関連するオブジェクトも削除しますが、あ" +"なたのアカウントは以下のオブジェクト型を削除する権限がありません:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"選択した %(objects_name)s を削除すると以下の保護された関連オブジェクトを削除" +"することになります:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"本当に選択した %(objects_name)s を削除しますか? 以下の全てのオブジェクトと関" +"連する要素が削除されます:" + +msgid "Delete?" +msgstr "削除しますか?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s で絞り込む" + +msgid "Summary" +msgstr "概要" + +msgid "Recent actions" +msgstr "最近行った操作" + +msgid "My actions" +msgstr "自分の操作" + +msgid "None available" +msgstr "利用不可" + +msgid "Added:" +msgstr "追加されました:" + +msgid "Changed:" +msgstr "変更されました:" + +msgid "Deleted:" +msgstr "削除されました:" + +msgid "Unknown content" +msgstr "不明なコンテント" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"データベースのインストールに問題があります。適切なデータベーステーブルが作ら" +"れているか、適切なユーザーがデータベースを読み込み可能かを確認してください。" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"あなたは %(username)s として認証されましたが、このページへのアクセス許可があ" +"りません。他のアカウントでログインしますか?" + +msgid "Forgotten your login credentials?" +msgstr "ログイン認証情報を忘れましたか?" + +msgid "Toggle navigation" +msgstr "ナビゲーションを切り替えます" + +msgid "Sidebar" +msgstr "サイドバー" + +msgid "Start typing to filter…" +msgstr "絞り込みの入力..." + +msgid "Filter navigation items" +msgstr "ナビゲーション項目の絞り込み" + +msgid "Date/time" +msgstr "日付/時刻" + +msgid "User" +msgstr "ユーザー" + +msgid "Action" +msgstr "操作" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "エントリー" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"このオブジェクトには変更履歴がありません。おそらくこの管理サイトで追加したも" +"のではありません。" + +msgid "Show all" +msgstr "全件表示" + +msgid "Save" +msgstr "保存" + +msgid "Popup closing…" +msgstr "ポップアップを閉じています..." + +msgid "Search" +msgstr "検索" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "結果 %(counter)s" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "全 %(full_result_count)s 件" + +msgid "Save as new" +msgstr "新規保存" + +msgid "Save and add another" +msgstr "保存してもう一つ追加" + +msgid "Save and continue editing" +msgstr "保存して編集を続ける" + +msgid "Save and view" +msgstr "保存して表示" + +msgid "Close" +msgstr "閉じる" + +#, python-format +msgid "Change selected %(model)s" +msgstr "選択された %(model)s の変更" + +#, python-format +msgid "Add another %(model)s" +msgstr "%(model)s の追加" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "選択された %(model)s を削除" + +#, python-format +msgid "View selected %(model)s" +msgstr "選択された %(model)s を表示" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "ご利用ありがとうございました。" + +msgid "Log in again" +msgstr "もう一度ログイン" + +msgid "Password change" +msgstr "パスワードの変更" + +msgid "Your password was changed." +msgstr "あなたのパスワードは変更されました" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"セキュリティ上の理由から元のパスワードの入力が必要です。新しいパスワードは正" +"しく入力したか確認できるように二度入力してください。" + +msgid "Change my password" +msgstr "パスワードの変更" + +msgid "Password reset" +msgstr "パスワードをリセット" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "パスワードがセットされました。ログインしてください。" + +msgid "Password reset confirmation" +msgstr "パスワードリセットの確認" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "確認のために、新しいパスワードを二回入力してください。" + +msgid "New password:" +msgstr "新しいパスワード:" + +msgid "Confirm password:" +msgstr "新しいパスワード (確認用) :" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"パスワードリセットのリンクが不正です。おそらくこのリンクは既に使われていま" +"す。もう一度パスワードリセットしてください。" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"入力されたメールアドレスを持つアカウントが存在する場合、パスワードを設定する" +"ためのメールを送信しました。すぐに届くはずです。" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"メールが届かない場合は、登録したメールアドレスを入力したか確認し、スパムフォ" +"ルダに入っていないか確認してください。" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"このメールは %(site_name)s で、あなたのアカウントのパスワードリセットが要求さ" +"れたため、送信されました。" + +msgid "Please go to the following page and choose a new password:" +msgstr "次のページで新しいパスワードを選んでください:" + +msgid "In case you’ve forgotten, you are:" +msgstr "忘れてしまった場合、あなたのユーザー名:" + +msgid "Thanks for using our site!" +msgstr "ご利用ありがとうございました!" + +#, python-format +msgid "The %(site_name)s team" +msgstr " %(site_name)s チーム" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"パスワードを忘れましたか? メールアドレスを以下に入力すると、新しいパスワード" +"の設定方法をお知らせします。" + +msgid "Email address:" +msgstr "メールアドレス:" + +msgid "Reset my password" +msgstr "パスワードをリセット" + +msgid "Select all objects on this page for an action" +msgstr "アクション用にこのページのすべてのオブジェクトを選択" + +msgid "All dates" +msgstr "いつでも" + +#, python-format +msgid "Select %s" +msgstr "%s を選択" + +#, python-format +msgid "Select %s to change" +msgstr "変更する %s を選択" + +#, python-format +msgid "Select %s to view" +msgstr "表示する%sを選択" + +msgid "Date:" +msgstr "日付:" + +msgid "Time:" +msgstr "時刻:" + +msgid "Lookup" +msgstr "検索" + +msgid "Currently:" +msgstr "現在の値:" + +msgid "Change:" +msgstr "変更後:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7bc7f25ba71fadbf028916f122433c691469854b GIT binary patch literal 5717 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, 2021 +# Jannis Leidel , 2011 +# Shinya Okano , 2012,2014-2016,2023,2025 +# TANIGUCHI Taichi, 2022 +# Takuro Onoue , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2025-03-25 15:04-0500\n" +"Last-Translator: Shinya Okano , " +"2012,2014-2016,2023,2025\n" +"Language-Team: Japanese (http://app.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "利用可能 %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "%sを選択するには、項目を選択してから\"選択\"矢印ボタンを選択します。" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "使用可能な %s のリストを絞り込むには、このボックスに入力します。" + +msgid "Filter" +msgstr "フィルター" + +#, javascript-format +msgid "Choose all %s" +msgstr "%sをすべて選択" + +#, javascript-format +msgid "Choose selected %s" +msgstr "選択された%sを選択" + +#, javascript-format +msgid "Remove selected %s" +msgstr "選択された%sを削除" + +#, javascript-format +msgid "Chosen %s" +msgstr "選択された %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "%sを削除するには、項目を選択してから\"削除\"矢印ボタンを選択します。" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "選択された%sのリストを絞り込むには、このボックスに入力します。" + +msgid "(click to clear)" +msgstr "(クリックでクリア)" + +#, javascript-format +msgid "Remove all %s" +msgstr "%sをすべて削除" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "選択された%s件のオプションは非表示です。" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s個中%(sel)s個選択" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"フィールドに未保存の変更があります。操作を実行すると未保存の変更は失われま" +"す。" + +msgid "" +"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." +msgstr "" +"操作を選択しましたが、フィールドに未保存の変更があります。OKをクリックして保" +"存してください。その後、操作を再度実行する必要があります。" + +msgid "" +"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." +msgstr "" +"操作を選択しましたが、フィールドに変更はありませんでした。もしかして保存ボタ" +"ンではなくて実行ボタンをお探しですか。" + +msgid "Now" +msgstr "現在" + +msgid "Midnight" +msgstr "0時" + +msgid "6 a.m." +msgstr "午前 6 時" + +msgid "Noon" +msgstr "12時" + +msgid "6 p.m." +msgstr "午後 6 時" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ノート: あなたの環境はサーバー時間より、%s時間進んでいます。" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ノート: あなたの環境はサーバー時間より、%s時間遅れています。" + +msgid "Choose a Time" +msgstr "時間を選択" + +msgid "Choose a time" +msgstr "時間を選択" + +msgid "Cancel" +msgstr "キャンセル" + +msgid "Today" +msgstr "今日" + +msgid "Choose a Date" +msgstr "日付を選択" + +msgid "Yesterday" +msgstr "昨日" + +msgid "Tomorrow" +msgstr "明日" + +msgid "January" +msgstr "1月" + +msgid "February" +msgstr "2月" + +msgid "March" +msgstr "3月" + +msgid "April" +msgstr "4月" + +msgid "May" +msgstr "5月" + +msgid "June" +msgstr "6月" + +msgid "July" +msgstr "7月" + +msgid "August" +msgstr "8月" + +msgid "September" +msgstr "9月" + +msgid "October" +msgstr "10月" + +msgid "November" +msgstr "11月" + +msgid "December" +msgstr "12月" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "1月" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "2月" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "3月" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "4月" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "5月" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "6月" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "7月" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "8月" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "9月" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "10月" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "11月" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "12月" + +msgid "Sunday" +msgstr "日曜日" + +msgid "Monday" +msgstr "月曜日" + +msgid "Tuesday" +msgstr "火曜日" + +msgid "Wednesday" +msgstr "水曜日" + +msgid "Thursday" +msgstr "木曜日" + +msgid "Friday" +msgstr "金曜日" + +msgid "Saturday" +msgstr "土曜日" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "日" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "月" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "火" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "水" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "木" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "金" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "土" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "日" + +msgctxt "one letter Monday" +msgid "M" +msgstr "月" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "火" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "水" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "木" + +msgctxt "one letter Friday" +msgid "F" +msgstr "金" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "土" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c5e7e7521a73d66f2d0cb8187b9ea797a9eed1ae GIT binary patch literal 18396 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 00000000000..4929590b2a0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po @@ -0,0 +1,764 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Bouatchidzé , 2013-2015 +# David A. , 2011 +# David A. , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Jannis Leidel , 2011\n" +"Language-Team: Georgian (http://app.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "არჩეული %(verbose_name_plural)s-ის წაშლა" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s წარმატებით წაიშალა." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ვერ იშლება" + +msgid "Delete multiple objects" +msgstr "რამდენიმე ობიექტის წაშლა" + +msgid "Administration" +msgstr "ადმინისტრირება" + +msgid "All" +msgstr "ყველა" + +msgid "Yes" +msgstr "კი" + +msgid "No" +msgstr "არა" + +msgid "Unknown" +msgstr "გაურკვეველი" + +msgid "Any date" +msgstr "ნებისმიერი თარიღი" + +msgid "Today" +msgstr "დღეს" + +msgid "Past 7 days" +msgstr "ბოლო 7 დღე" + +msgid "This month" +msgstr "ამ თვეში" + +msgid "This year" +msgstr "წელს" + +msgid "No date" +msgstr "თარიღის გარეშე" + +msgid "Has date" +msgstr "აქვს თარიღი" + +msgid "Empty" +msgstr "ცარიელი" + +msgid "Not empty" +msgstr "ცარიელი არაა" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"გთხოვთ, შეიყვანოთ სწორი %(username)s და პაროლი პერსონალის ანგარიშისთვის. " +"იქონიეთ მხედველობაში, რომ ორივე ველი ითვალისწინებს მთავრულს." + +msgid "Action:" +msgstr "ქმედება:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "კიდევ ერთი %(verbose_name)s-ის დამატება" + +msgid "Remove" +msgstr "წაშლა" + +msgid "Addition" +msgstr "დამატება" + +msgid "Change" +msgstr "ცვლილება" + +msgid "Deletion" +msgstr "წაშლა" + +msgid "action time" +msgstr "ქმედების დრო" + +msgid "user" +msgstr "მომხმარებელი" + +msgid "content type" +msgstr "შემცველობის ტიპი" + +msgid "object id" +msgstr "ობიექტის id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "ობიექტის წარმ" + +msgid "action flag" +msgstr "ქმედების ალამი" + +msgid "change message" +msgstr "შეცვლის შეტყობინება" + +msgid "log entry" +msgstr "ჟურნალის ჩანაწერი" + +msgid "log entries" +msgstr "ჟურნალის ჩანაწერები" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” დაემატა." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "შეიცვალა “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s.” წაიშალა" + +msgid "LogEntry Object" +msgstr "ჟურნალის ჩანაწერის ობიექტი" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "დაემატა {name} “{object}”." + +msgid "Added." +msgstr "დამატებულია." + +msgid "and" +msgstr "და" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "დაემატა {fields} {name}-სთვის “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} შეიცვალა." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "წაიშალა {name} “{object}”." + +msgid "No fields changed." +msgstr "არცერთი ველი არ შეცვლილა." + +msgid "None" +msgstr "არცერთი" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"ობიექტებზე მოქმედებების შესასრულებლად ისინი არჩეული უნდა იყოს. არცერთი " +"ობიექტი არჩეული არ არის." + +msgid "No action selected." +msgstr "ქმედება არჩეული არაა." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "დავამატოთ %s" + +#, python-format +msgid "Change %s" +msgstr "%s-ის შეცვლა" + +#, python-format +msgid "View %s" +msgstr "%s-ის ნახვა" + +msgid "Database error" +msgstr "მონაცემთა ბაზის შეცდომა" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s წარმატებით შეიცვალა." +msgstr[1] "%(count)s %(name)s წარმატებით შეიცვალა." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s-ია არჩეული" +msgstr[1] "%(total_count)s-ია არჩეული" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s-დან არცერთი არჩეული არ არის" + +msgid "Delete" +msgstr "წაშლა" + +#, python-format +msgid "Change history: %s" +msgstr "ცვლილებების ისტორია: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django-ს ადმინისტრირების საიტი" + +msgid "Django administration" +msgstr "Django-ს ადმინისტრირება" + +msgid "Site administration" +msgstr "საიტის ადმინისტრირება" + +msgid "Log in" +msgstr "შესვლა" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s ადმინისტრირება" + +msgid "Page not found" +msgstr "გვერდი ვერ მოიძებნა" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "მთავარი" + +msgid "Server error" +msgstr "სერვერის შეცდომა" + +msgid "Server error (500)" +msgstr "სერვერის შეცდომა (500)" + +msgid "Server Error (500)" +msgstr "სერვერის შეცდომა (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "არჩეული მოქმედების შესრულება" + +msgid "Go" +msgstr "გადასვლა" + +msgid "Click here to select the objects across all pages" +msgstr "ყველა გვერდზე არსებული ობიექტის მოსანიშნად დააწკაპეთ აქ" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "ყველა %(total_count)s %(module_name)s-ის მონიშვნა" + +msgid "Clear selection" +msgstr "მონიშნულის გასუფთავება" + +msgid "Breadcrumbs" +msgstr "ნამცეცები" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "მოდელები %(name)s აპლიკაციაში" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "დამატება" + +msgid "View" +msgstr "ხედი" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "პაროლის შეცვლა" + +msgid "Set password" +msgstr "პაროლის დაყენება" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"შეიყვანეთ ახალი პაროლი მომხმარებლისათვის %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "" + +msgid "Enable password-based authentication" +msgstr "" + +msgid "Skip to main content" +msgstr "მთავარ შემცველობაზე გადასვლა" + +msgid "Welcome," +msgstr "კეთილი იყოს თქვენი მობრძანება," + +msgid "View site" +msgstr "საიტის ნახვა" + +msgid "Documentation" +msgstr "დოკუმენტაცია" + +msgid "Log out" +msgstr "გამოსვლა" + +#, python-format +msgid "Add %(name)s" +msgstr "დავამატოთ %(name)s" + +msgid "History" +msgstr "ისტორია" + +msgid "View on site" +msgstr "წარმოდგენა საიტზე" + +msgid "Filter" +msgstr "ფილტრი" + +msgid "Hide counts" +msgstr "რაოდენობების დამალვა" + +msgid "Show counts" +msgstr "რაოდენობების ჩვენება" + +msgid "Clear all filters" +msgstr "ყველა ფილტრის გასუფთავება" + +msgid "Remove from sorting" +msgstr "დალაგებიდან მოშორება" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "დალაგების პრიორიტეტი: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "დალაგების გადართვა" + +msgid "Toggle theme (current theme: auto)" +msgstr "" + +msgid "Toggle theme (current theme: light)" +msgstr "" + +msgid "Toggle theme (current theme: dark)" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"ობიექტების წაშლა: %(object_name)s '%(escaped_object)s' გამოიწვევს " +"დაკავშირებული ობიექტების წაშლას, მაგრამ თქვენ არა გაქვთ შემდეგი ტიპების " +"ობიექტების წაშლის უფლება:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s ტიპის '%(escaped_object)s' ობიექტის წაშლა მოითხოვს ასევე " +"შემდეგი დაკავშირებული ობიექტების წაშლას:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"ნამდვილად გსურთ, წაშალოთ %(object_name)s \"%(escaped_object)s\"? ყველა " +"ქვემოთ მოყვანილი დაკავშირებული ობიექტი წაშლილი იქნება:" + +msgid "Objects" +msgstr "ობიექტები" + +msgid "Yes, I’m sure" +msgstr "დიახ, დარწმუნებული ვარ" + +msgid "No, take me back" +msgstr "არა, დამაბრუნეთ უკან" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s ტიპის ობიექტის წაშლა ითხოვს ასევე შემდეგი ობიექტების " +"წაშლას, მაგრამ თქვენ არ გაქვთ ამის ნებართვა:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"არჩეული %(objects_name)s ობიექტის წაშლა მოითხოვს ასევე შემდეგი დაცული " +"დაკავშირეული ობიექტების წაშლას:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"დარწმუნებული ხართ, რომ გსურთ %(objects_name)s ობიექტის წაშლა? ყველა შემდეგი " +"ობიექტი, და მათზე დამოკიდებული ჩანაწერები წაშლილი იქნება:" + +msgid "Delete?" +msgstr "წავშალო?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s მიხედვით " + +msgid "Summary" +msgstr "შეჯამება" + +msgid "Recent actions" +msgstr "უკანასკნელი ქმედებები" + +msgid "My actions" +msgstr "ჩემი ქმედებები" + +msgid "None available" +msgstr "ხელმისაწვდომი არაფერია" + +msgid "Added:" +msgstr "დამატებულია:" + +msgid "Changed:" +msgstr "შეცვლილი:" + +msgid "Deleted:" +msgstr "წაიშალა:" + +msgid "Unknown content" +msgstr "უცნობი შიგთავსი" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "ნავიგაციის გადართვა" + +msgid "Sidebar" +msgstr "გვერდითი პანელი" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "ნავიგაციის ელემენტების გაფილტვრა" + +msgid "Date/time" +msgstr "თარიღი/დრო" + +msgid "User" +msgstr "მომხმარებელი" + +msgid "Action" +msgstr "ქმედება" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "ელემენტი" +msgstr[1] "ჩანაწერები" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "ვაჩვენოთ ყველა" + +msgid "Save" +msgstr "შენახვა" + +msgid "Popup closing…" +msgstr "მხტუნარას დახურვა…" + +msgid "Search" +msgstr "ძებნა" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s შედეგი" +msgstr[1] "%(counter)s შედეგი" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "სულ %(full_result_count)s" + +msgid "Save as new" +msgstr "შენახვა, როგორც ახლის" + +msgid "Save and add another" +msgstr "შენახვა და კიდევ დამატება" + +msgid "Save and continue editing" +msgstr "შენახვა და ჩასწორების დამატება" + +msgid "Save and view" +msgstr "შენახვა და ნახვა" + +msgid "Close" +msgstr "დახურვა" + +#, python-format +msgid "Change selected %(model)s" +msgstr "მონიშნული %(model)s-ის შეცვლა" + +#, python-format +msgid "Add another %(model)s" +msgstr "კიდევ ერთი %(model)s-ის დამატება" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "მონიშნული %(model)s-ის წაშლა" + +#, python-format +msgid "View selected %(model)s" +msgstr "მონიშნული %(model)s-ის ნახვა" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "ხელახლა შესვლა" + +msgid "Password change" +msgstr "პაროლის შეცვლა" + +msgid "Your password was changed." +msgstr "თქვენი პაროლი შეიცვალა." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "პაროლის შეცვლა" + +msgid "Password reset" +msgstr "პაროლის ჩამოყრა" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"თქვენი პაროლი დაყენებულია. ახლა შეგიძლიათ გადახვიდეთ შემდეგ გვერდზე და " +"შეხვიდეთ სისტემაში." + +msgid "Password reset confirmation" +msgstr "პაროლი ჩამოყრის დადასტურება" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"გთხოვთ, შეიყვანეთ თქვენი ახალი პაროლი ორჯერ, რათა დავრწმუნდეთ, რომ იგი " +"სწორად ჩაბეჭდეთ." + +msgid "New password:" +msgstr "ახალი პაროლი:" + +msgid "Confirm password:" +msgstr "პაროლის დადასტურება:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"პაროლის აღდგენის ბმული არასწორი იყო, შესაძლოა იმის გამო, რომ იგი უკვე ყოფილა " +"გამოყენებული. გთხოვთ, კიდევ ერთხელ სცადოთ პაროლის აღდგენა." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"თქვენ მიიღეთ ეს წერილი იმიტომ, რომ გააკეთეთ პაროლის თავიდან დაყენების " +"მოთხოვნა თქვენი მომხმარებლის ანგარიშისთვის %(site_name)s-ზე." + +msgid "Please go to the following page and choose a new password:" +msgstr "გთხოვთ, გადახვიდეთ შემდეგ გვერდზე და აირჩიოთ ახალი პაროლი:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "გმადლობთ, რომ იყენებთ ჩვენს საიტს!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s საიტის გუნდი" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "ელფოსტის მისამართი:" + +msgid "Reset my password" +msgstr "აღვადგინოთ ჩემი პაროლი" + +msgid "Select all objects on this page for an action" +msgstr "" + +msgid "All dates" +msgstr "ყველა თარიღი" + +#, python-format +msgid "Select %s" +msgstr "აირჩიეთ %s" + +#, python-format +msgid "Select %s to change" +msgstr "აირჩიეთ %s შესაცვლელად" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "თარიღი:" + +msgid "Time:" +msgstr "დრო:" + +msgid "Lookup" +msgstr "ძიება" + +msgid "Currently:" +msgstr "ამჟამად:" + +msgid "Change:" +msgstr "შეცვლა:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..a66299c892fe35522ccf7a1f8f69741b3f38507a GIT binary patch literal 5516 zcmds)%aa>d6~;RdNHT<1Fwa1^GgT(zvRfm$h&_>U3Yf%>Ato+IP^5|~szMZ zbhk#HEMOrhid81W&LoaQX-EQu=ZX!*f(3s7OIYyGAHXgv!h+wqrzMRi^29hrQI)Qd zzWX?j?|$dpmi@Q8ZoM4v+{5RSeD1s@2o8b&2IU#PBM6RzJK(#)zkqjw|0w7GEb%q) zy{x|u&VhHllMi?R{4{tE_!;m4P~uqdRxkl?2ftO$p9H_o{5xO+{4>a35MnHTHBjO& zgW|u!*Cp^_@M-X`;JZM_m&EOXC%|um!smD374VOs_)>nPWzKAGL^AY$1?EVEl1%CJaYJcE^iu0i8PyyKr{s1mx_b0Fo-tnOz zxEowQKwkEx<_vx9qzB}AAD>U~`IJm}kiM+bnEr-@Rids&p&C z7dE0eiB=P94(7p1ls0V=taO~qZ3!kaMckdv62G6@)H@_`^MWayX?hnEB?-$WDvTpi zC0H5nXSVA$tl!5}y{BfU;-s)y@NnF+!P&T##%rA-_=3C+}NzzPMo%GDC}(0esJEOv;;YD@L0$7gGMLL4Sz+)nk3E< zsBNNM+E@G`yV2%Y%G`CWS=}s)8K-OF+BI?NL#(=skWF0QMDS%NHBHgFv@;7@!v$o^ zFj}=m-(n-#i@r0s+q^Q9)TBI9MrHBdA|n;%%^0~>v>7y9*9q^SvAJ$JG7VOUesXHY zZQm}Y<@$P}nR*6~+nlD7aMC`Vi1r&_3`8?gvxr@K#Ot?N8l?9YrW>{B(^TpZrE8Xp zmBOGEZ^W%$l#tsdt=wyKFCDp_xm9k@rb(Rh;+I8>t^dVU?@k@}d%)%iI&ZvBER0@M|{9sY~6o zoR;w6>=j}!;F{gIN!|MHE?S4}`R{w16aFu87kti?1Mi!-c5*041n=eIaO3OWB zc_}64bFg9h`NU5vaoTnd;FGTPqBR>fY}Bor)7E8cF(+T_6vcXdX{q1uR|*Lkx9!DB z({-2hP-93+|D_Aj(xJJtXU;w}J$|iHom+8fVN+;v3+kq@7mKC!B#P4$QvNKr#mTQW zPKC=;JIU3yS@=-ebS+*5b+f!07ZaX!b0L~Lm-MnI2~WAKo7YXc?x*?5qbH0GPcEkO zCu@gJ%<=2te@?>D;F-~2Yc#lOJPb#JS4V?Oqrpp~!IjbAITrcl@jpU0Cu&hs-qmA_cVUwnO*fNNj5xi-JYZ!YlqJ>Y+sX!m?#d@9d(BifHAl~IML z1QFoNo|J(j5CtAA{ltH>eQEb9er%LWBtlVy!HH0ex9Y~L`pURc(xJchk%m%c{<$!w zOA6%2S;|2#F%o0WqGu+c4ocz4ObA#$%Z7+e(zg)-MAuIJKZ=SpoB8B!$Q@*^%!j`I za^1XWh$6P7iGcs(e6!wXSc-(#3nu(0DhnOvWFl%QxysL~awXSL@0nTfX_-ymbqhvr z->gcgpIXj(nZ2a~K$tVCSd+sje`!6A^R};qO0ehfTUrl_DKBOeqBvYfy+T)*APqf3 z2`MhW1ei!yvibtBU-OY}(hoOqvC78Mi=%P({P0MTq<1i(J*36C6wF!It2o@%XY8>q zRQ1?g8wRkSw(Sw!RCjzC$eDibM>GY;#$Gy+RehDP$`Y>`$*#6+uu8hgo?6H@5#?6t znUtdjQ?pN_(^uWq#usi8!T3N>S-dh?YeZb=W~P$Rh{ww&kF2JQfbf zh#@92#z@rgf4}leLmy$A|3Jx${Cd4n`jQUaD6Hxx1Dv43oaA~g`O%q#(gV=$_z6wv z*Z-!W^hgwbq5-MoFk~POqw6-C($b%YZIKKaUYZb_(f_KCW+V&34Yl1pdychB, 2013,2015 +# David A. , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "მისაწვდომი %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"ეს არის მისაწვდომი %s-ის სია. ზოგიერთი მათგანის ასარჩევად, მონიშვნით ისინი " +"ქვედა სარკმელში და დააწკაპუნეთ ორ სარკმელს შორის მდებარე ისარზე \"არჩევა\" ." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "აკრიფეთ ამ სარკმელში მისაწვდომი %s-ის სიის გასაფილტრად." + +msgid "Filter" +msgstr "ფილტრი" + +msgid "Choose all" +msgstr "ავირჩიოთ ყველა" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "დააწკაპუნეთ ერთდროულად ყველა %s-ის ასარჩევად." + +msgid "Choose" +msgstr "არჩევა" + +msgid "Remove" +msgstr "წავშალოთ" + +#, javascript-format +msgid "Chosen %s" +msgstr "არჩეული %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"ეს არის არჩეული %s-ის სია. ზოგიერთი მათგანის მოსაშორებლად, მონიშვნით ისინი " +"ქვედა სარკმელში და დააწკაპუნეთ ორ სარკმელს შორის მდებარე ისარზე \"მოშორება" +"\" ." + +msgid "Remove all" +msgstr "ყველას მოშორება" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "დააწკაპუნეთ ყველა არჩეული %s-ის ერთდროულად მოსაშორებლად." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-დან არჩეულია %(sel)s" +msgstr[1] "%(cnt)s-დან არჩეულია %(sel)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"ცალკეულ ველებში შეუნახავი ცვლილებები გაქვთ! თუ მოქმედებას შეასრულებთ, " +"შეუნახავი ცვლილებები დაიკარაგება." + +msgid "" +"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." +msgstr "" +"აგირჩევიათ მოქმედება, მაგრამ ცალკეული ველები ჯერ არ შეგინახიათ! გთხოვთ, " +"შენახვისთვის დააჭიროთ OK. მოქმედების ხელახლა გაშვება მოგიწევთ." + +msgid "" +"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." +msgstr "" +"აგირჩევიათ მოქმედება, მაგრამ ცალკეულ ველებში ცვლილებები არ გაგიკეთებიათ! " +"სავარაუდოდ, ეძებთ ღილაკს \"Go\", და არა \"შენახვა\"" + +msgid "Now" +msgstr "ახლა" + +msgid "Midnight" +msgstr "შუაღამე" + +msgid "6 a.m." +msgstr "დილის 6 სთ" + +msgid "Noon" +msgstr "შუადღე" + +msgid "6 p.m." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "შენიშვნა: თქვენ ხართ %s საათით წინ სერვერის დროზე." +msgstr[1] "შენიშვნა: თქვენ ხართ %s საათით წინ სერვერის დროზე." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "შენიშვნა: თქვენ ხართ %s საათით უკან სერვერის დროზე." +msgstr[1] "შენიშვნა: თქვენ ხართ %s საათით უკან სერვერის დროზე." + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ავირჩიოთ დრო" + +msgid "Cancel" +msgstr "უარი" + +msgid "Today" +msgstr "დღეს" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "გუშინ" + +msgid "Tomorrow" +msgstr "ხვალ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ვაჩვენოთ" + +msgid "Hide" +msgstr "დავმალოთ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d095721bce64c57a116dd52df7d9fdece6a7aadf GIT binary patch literal 3531 zcmZvdTWlRi8Gt8Hpf!|UD80}ElQyLZ@!CG7jgw7W=OlJ6Bu*^*xFHfknsau%XLELE zoxSArSjr29C#ZyIxIDC|C0ryV9?}=uA_S-sYCwoSAdo<+8Uzm@RUkk@h!?(pcb%Au z)&BF%^`HMTJNw3+H+@C%97P^LI`2@*z%SlJ!E^h&mEu)*P`n4;3*QNK)4!wPZuoxs zr@7h-wqUidQCfr_tX9?d@uY4l>NR3#m_5H^t{@Pzt)WZ8j8Qahwp=bf@1&Q;RoP< zAg{WOPO3@ObK8{qD-?g9#z?W_5)}Q2#GQJAs`}hpxRi{Me7kBQcO?8WDRW21k*PAhLfOk?&&{BKB=QAEqLCkXXv&)lhrk z93pp~?7t5YdnHzz&n%S#n++)OK8!rFrEh_{#Nh}sj~qlkfk+NNhCGh!K;&E7iEMp* z8skmJhqew-e+ZHLLmr9y!&ObGN8xTn&QJ^4gUGqj2q9GWBJxO%`wToLklI6;bLM_^KTQBKqN6V1o&eL@vsU%+wR(SheF=2d1#haiglH+L_g( zwA6W-**SH%Z(L{_=yj9l!!!$;wyzGSZY|1^>jU(ZS!P`kk9;+63ez>Y)i%r0OqzDG zh!R`X7`Cx3XjGU}^J%Y4SXmplkeDdeCI~W{=e{};#f8n((NrBXd2Q!0JV~>WI+mjG zWE$$oRY=PMrh{@_EsnIQf|9FKcDTjJQ>i+Y)@n|r&Z^VhbGBFHYRQCFyR^`2Y3Tx* zwY$1kN8x%Kqik_wxN7QN9gEt2rWSgJEk?Oown=)y0v73HblncMV(6AaQwPH=y z>w_3`By%e^yI`{>fGhoUs0~?Li3*ndZ#GxTBr$}e(~okUq^{`K)e$OHhp79ilVXlq zbpw|Uom$Na=o1lfNuAEoSU0NL8T$yQAWySwG_Jd4p^LuNnLS_Hys!Zd5T;&Q#z7UV zuC3!Wq0ZR2M>@vUSx!_Pdc78#aI;=z-w;`1Rgi04jMlA+Ngj2$|CoY^WLo*X`3 zPfxXGys4Jg+NWE4{73igo@z}^G0|JL7b4NQbzW=Ao7$sWE&nm*@r<1$r(P#BE{_dI z&)19PwU@qaU7!!y_&f(a(FeLV9+;j@W@ZkCa)c*{$K$MYVM)-ujx~v|Pnhl~wt8p3 zDAxVS$>DG~!AI%xXw5z;3npvFHW4?gCkLiGxod3k_~OEi7_=s)#`p>)nqG%!`ns@B z7L)6-iQIlUxEZHzcC~ZF+k0c4Y_?`IZ^8A_AabFv_jaS=x|zOar?I8D%uMVZNwXyP zwOg;6`Rw$5T~}v!I=y{Xw|4Cx&7!1|% z4V!FOrxPv*qs|&WcIi% zt}J}D+Aq~=Y8b_w!2k$@Nig#rgpu}GG{m5 z-iu8VBd5#%J3b$ASD~oPbK|&3Z5R^5DlmN0l|tDAFLb@liXFs!tu=IT!m5?dwIHm4%oDET4D&YlS)@iz>)fa}Jf49KXo_(5T& z1SHArc~N=B#E}kcs7p~|D>bb+L4pHN@bN* Jqp+oN;J?tM4u=2$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b3d89582e87 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po @@ -0,0 +1,631 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-10-06 11:59+0000\n" +"Last-Translator: Muḥend Belqasem \n" +"Language-Team: Kabyle (http://www.transifex.com/django/django/language/" +"kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "Tebɣiḍ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "Tadbelt" + +msgid "All" +msgstr "Akkw" + +msgid "Yes" +msgstr "Ih" + +msgid "No" +msgstr "Uhu" + +msgid "Unknown" +msgstr "Arussin" + +msgid "Any date" +msgstr "Yal azemz" + +msgid "Today" +msgstr "Ass-a" + +msgid "Past 7 days" +msgstr "Di 7 n wussan ineggura" + +msgid "This month" +msgstr "Aggur-agi" + +msgid "This year" +msgstr "Aseggass-agi" + +msgid "No date" +msgstr "Ulac azemz" + +msgid "Has date" +msgstr "Ɣur-s azemz" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Tigawt:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "Kkes" + +msgid "action time" +msgstr "akud n tigawt" + +msgid "user" +msgstr "aseqdac" + +msgid "content type" +msgstr "anaw n ugbur" + +msgid "object id" +msgstr "asulay n tɣawsa" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "anay n tigawt" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "anekcum n uɣmis" + +msgid "log entries" +msgstr "inekcam n uɣmis" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "yettwarna." + +msgid "and" +msgstr "akked" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "Ula yiwen" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Rnu %s" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "Agul n database" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "Asmel n tedbelt" + +msgid "Log in" +msgstr "Kcem" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Asebtar ulac-it" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ad nesḥissef imi asebter i d-sutreḍ ulac-it." + +msgid "Home" +msgstr "Agejdan" + +msgid "Server error" +msgstr "Tuccḍa n uqeddac" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "Ẓer" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "Beddel awal n tbaḍnit" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "Anṣuf," + +msgid "View site" +msgstr "Wali asmel" + +msgid "Documentation" +msgstr "Tasemlit" + +msgid "Log out" +msgstr "Asenser" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "Amazray" + +msgid "View on site" +msgstr "Wali deg usmel" + +msgid "Filter" +msgstr "Tastayt" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Mḥu" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "Tiɣawsiwin" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Beddel" + +msgid "Delete?" +msgstr "Kkes?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "Agzul" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Rnu" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "Tigawin-iw" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Azemz/asrag" + +msgid "User" +msgstr "Amseqdac" + +msgid "Action" +msgstr "Tigawt" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Sken akk" + +msgid "Save" +msgstr "Sekles" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Anadi" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "Sekles d amaynut:" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "Abeddel n wawal uffir" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "Awennez n wawal uffir" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "Asentem n uwennez n wawal uffir" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "Awal n tbaḍnit amaynut:" + +msgid "Confirm password:" +msgstr "Sentem awal uffir" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "Tansa e-mail :" + +msgid "Reset my password" +msgstr "Wennez awal-iw uffir" + +msgid "All dates" +msgstr "Izemzen merra" + +#, python-format +msgid "Select %s" +msgstr "Fren %s" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "Azemz:" + +msgid "Time:" +msgstr "Akud:" + +msgid "Lookup" +msgstr "Anadi" + +msgid "Currently:" +msgstr "Tura:" + +msgid "Change:" +msgstr "Beddel:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..755849a2d60e60254a816167e1dc31040d3a991d GIT binary patch literal 1844 zcmaKqO>7%Q6vqczXzKFSmai5lQy@~JXzjHrakL>7u2ZW?>n2LJph{fE-m$&e-B~j` z8^<{!aYCFZCj=6z-~va43Kuw`_EIh!5h52ZaDW>eK>VLQ`9MO9_RVkJ%=?&q^L{*W z_&tX4JmhJ}xqBEZfmiOugfVf5u_|~JydSJtUIOofzGC%j-~-TKw|Z#V2Oq@#!1682 zcfkVoKLU?}pMewL7nWaxl);2dQ4?H%{tJvK&NL>XYgq-!|2#29nWC#EQI3ij)$oW$Z1+&JOMccpxjbIcH|a0l*T`{ zi`aUXBGD>M7n)1Wi~BVw7u`ZVRYoe@ZP>?88o6ak{aA!*p0|5KXVNTO^Bd0Gz8xj& zNbOuy?KB8g*W+`o(Cl5)7ZB#-HO0`d1`2^RN{JyY(APO;g}Ev3 z+|)9o-iGEI1;3je!4)5dJGb8X*G|4IV)oiNhmX23Kc{|=BKTj%#6=Xbx)~d+NBD_a TmN|mewq+CvwuE^2(~$iG9x{-_ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..57f70c99ea3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po @@ -0,0 +1,204 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-10-06 08:10+0000\n" +"Last-Translator: Muḥend Belqasem \n" +"Language-Team: Kabyle (http://www.transifex.com/django/django/language/" +"kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Yella %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Tastayt" + +msgid "Choose all" +msgstr "Fren akk" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "Fren" + +msgid "Remove" +msgstr "kkes" + +#, javascript-format +msgid "Chosen %s" +msgstr "Ifren %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "Kkes akk" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s si %(cnt)s yettwafren" +msgstr[1] "%(sel)s si %(cnt)s ttwafernen" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Tura" + +msgid "Choose a Time" +msgstr "Fren akud:" + +msgid "Choose a time" +msgstr "Fren akud" + +msgid "Midnight" +msgstr "Ttnaṣfa n yiḍ" + +msgid "6 a.m." +msgstr "6 f.t." + +msgid "Noon" +msgstr "Ttnaṣfa n uzal" + +msgid "6 p.m." +msgstr "6 m.d." + +msgid "Cancel" +msgstr "Sefsex" + +msgid "Today" +msgstr "Ass-a" + +msgid "Choose a Date" +msgstr "Fren azemz" + +msgid "Yesterday" +msgstr "Iḍelli" + +msgid "Tomorrow" +msgstr "Azekka" + +msgid "January" +msgstr "Yennayer" + +msgid "February" +msgstr "Fuṛaṛ" + +msgid "March" +msgstr "Meɣres" + +msgid "April" +msgstr "Yebrir" + +msgid "May" +msgstr "Mayyu" + +msgid "June" +msgstr "Yunyu" + +msgid "July" +msgstr "Yulyu" + +msgid "August" +msgstr "Ɣuct" + +msgid "September" +msgstr "Ctamber" + +msgid "October" +msgstr "Tuber" + +msgid "November" +msgstr "Wamber" + +msgid "December" +msgstr "Dujamber" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Sken" + +msgid "Hide" +msgstr "Ffer" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..abc3c54e8bdd09b2e719ac9fdfd72cfa633f6a5a GIT binary patch literal 12845 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6d9625afd82 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,695 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Baurzhan Muftakhidinov , 2015 +# Leo Trubach , 2017 +# Nurlan Rakhimzhanov , 2011 +# yun_man_ger , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-01-18 00:36+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Таңдалған %(count)d %(items)s элемент өшірілді." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s өшіру мүмкін емес" + +msgid "Are you sure?" +msgstr "Осыған сенімдісіз бе?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Таңдалған %(verbose_name_plural)s өшірілді" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Барлығы" + +msgid "Yes" +msgstr "Иә" + +msgid "No" +msgstr "Жоқ" + +msgid "Unknown" +msgstr "Белгісіз" + +msgid "Any date" +msgstr "Кез келген күн" + +msgid "Today" +msgstr "Бүгін" + +msgid "Past 7 days" +msgstr "Өткен 7 күн" + +msgid "This month" +msgstr "Осы ай" + +msgid "This year" +msgstr "Осы жыл" + +msgid "No date" +msgstr "Күні жоқ" + +msgid "Has date" +msgstr "Күні бар" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Әрекет:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Тағы басқа %(verbose_name)s кос" + +msgid "Remove" +msgstr "Өшіру" + +msgid "Addition" +msgstr "" + +msgid "Change" +msgstr "Өзгетру" + +msgid "Deletion" +msgstr "" + +msgid "action time" +msgstr "әрекет уақыты" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "объекттің id-i" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "объекттің repr-i" + +msgid "action flag" +msgstr "әрекет белгісі" + +msgid "change message" +msgstr "хабарламаны өзгерту" + +msgid "log entry" +msgstr "Жорнал жазуы" + +msgid "log entries" +msgstr "Жорнал жазулары" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "және" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ешқандай толтырма өзгермеді." + +msgid "None" +msgstr "Ешнәрсе" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Бірнәрсені өзгерту үшін бірінші оларды таңдау керек. Ешнәрсе өзгертілмеді." + +msgid "No action selected." +msgstr "Ешқандай әрекет таңдалмады." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" сәтті өшірілді." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s қосу" + +#, python-format +msgid "Change %s" +msgstr "%s өзгету" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "Мәліметтер базасының қатесі" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +"one: %(count)s %(name)s өзгертілді.\n" +"\n" +"other: %(count)s %(name)s таңдалғандарының барі өзгертілді." +msgstr[1] "" +"one: %(count)s %(name)s өзгертілді.\n" +"\n" +"other: %(count)s %(name)s таңдалғандарының барі өзгертілді." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +"one: %(total_count)s таңдалды\n" +"\n" +"other: Барлығы %(total_count)s таңдалды" +msgstr[1] "" +"one: %(total_count)s таңдалды\n" +"\n" +"other: Барлығы %(total_count)s таңдалды" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s-ден 0 таңдалды" + +#, python-format +msgid "Change history: %s" +msgstr "Өзгерес тарихы: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Даңғо сайтының әкімі" + +msgid "Django administration" +msgstr "Даңғо әкімшілігі" + +msgid "Site administration" +msgstr "Сайт әкімшілігі" + +msgid "Log in" +msgstr "Кіру" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Бет табылмады" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Кешірім сұраймыз, сіздің сұраған бетіңіз табылмады." + +msgid "Home" +msgstr "Негізгі" + +msgid "Server error" +msgstr "Сервердің қатесі" + +msgid "Server error (500)" +msgstr "Сервердің қатесі (500)" + +msgid "Server Error (500)" +msgstr "Сервердің қатесі (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Таңдалған әрәкетті іске қосу" + +msgid "Go" +msgstr "Алға" + +msgid "Click here to select the objects across all pages" +msgstr "Осы беттегі барлық объекттерді таңдау үшін осы жерді шертіңіз" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Осылардың %(total_count)s %(module_name)s барлығын таңдау" + +msgid "Clear selection" +msgstr "Белгілерді өшіру" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Алдымен, пайдаланушының атын және құпия сөзді енгізіңіз. Содан соң, тағы " +"басқа пайдаланушы параметрлерін енгізе аласыз." + +msgid "Enter a username and password." +msgstr "Пайдаланушының атын және құпия сөзді енгізіңіз." + +msgid "Change password" +msgstr "Құпия сөзді өзгерту" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"%(username)s пайдаланушы үшін жаңа құпия сөзді енгізіңіз." + +msgid "Welcome," +msgstr "Қош келдіңіз," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Құжаттама" + +msgid "Log out" +msgstr "Шығу" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s қосу" + +msgid "History" +msgstr "Тарих" + +msgid "View on site" +msgstr "Сайтта көру" + +msgid "Filter" +msgstr "Сүзгіз" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Өшіру" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' объектты өшіруы байланысты объекттерін " +"өшіруді қажет етеді, бырақ сізде осындай объектерді өшіру рұқсаты жоқ:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' объектті өшіру осындай байлансты " +"объекттерды өшіруді қажет етеді:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" объекттерді өшіруге сенімдісіз бе? " +"Бұл байланысты элементтер де өшіріледі:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Иә, сенімдімін" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Бірнеше объекттерді өшіру" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s объектты өшіруы байланысты объекттерін өшіруді қажет етеді, " +"бырақ сізде осындай объектерді өшіру рұқсаты жоқ:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Таңдалған %(objects_name)s-ді(ы) өшіру, онымен байланыстағы қорғалған " +"объектілердің барлығын жояды:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Таңдаған %(objects_name)s объектіңізді өшіруге сенімдісіз бе? Себебі, " +"таңдағын объектіліріңіз және онымен байланыстағы барлық элементтер жойылады:" + +msgid "View" +msgstr "" + +msgid "Delete?" +msgstr "Өшіру?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Қосу" + +msgid "You don't have permission to view or edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Қол жетімдісі жоқ" + +msgid "Unknown content" +msgstr "Белгісіз мазмұн" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Дерекқор орнатуыңызда бір қате бар. Дерекқор кестелері дұрыс құрылғаның және " +"дерекқор көрсетілген дерекқор пайдаланушыда оқұ рұқсаты бар." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Өшіру/Уақыт" + +msgid "User" +msgstr "Қолданушы" + +msgid "Action" +msgstr "Әрекет" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Бұл объекттың өзгерту тарихы жоқ. Мүмкін ол бұл сайт арқылы енгізілген жоқ." + +msgid "Show all" +msgstr "Барлығын көрсету" + +msgid "Save" +msgstr "Сақтау" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Іздеу" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s нәтиже" +msgstr[1] "%(counter)s нәтиже" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Барлығы %(full_result_count)s" + +msgid "Save as new" +msgstr "Жаңадан сақтау" + +msgid "Save and add another" +msgstr "Сақта және жаңасын қос" + +msgid "Save and continue editing" +msgstr "Сақта және өзгертуді жалғастыр" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Бүгін Веб-торапқа уақыт бөлгеніңіз үшін рахмет." + +msgid "Log in again" +msgstr "Қайтадан кіріңіз" + +msgid "Password change" +msgstr "Құпия сөзді өзгерту" + +msgid "Your password was changed." +msgstr "Құпия сөзіңіз өзгертілді." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Ескі құпия сөзіңізді енгізіңіз, содан сон сенімді болу үшін жаңа құпия " +"сөзіңізді екі рет енгізіңіз." + +msgid "Change my password" +msgstr "Құпия сөзімді өзгерту" + +msgid "Password reset" +msgstr "Құпия сөзді өзгерту" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Сіздің құпия сөзіңіз енгізілді. Жүйеге кіруіңізге болады." + +msgid "Password reset confirmation" +msgstr "Құпия сөзді өзгерту растау" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Сенімді болу үшін жаңа құпия сөзіңізді екі рет енгізіңіз." + +msgid "New password:" +msgstr "Жаңа құпия сөз:" + +msgid "Confirm password:" +msgstr "Құпия сөз (растау):" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Құпия сөзді өзгерту байланыс дұрыс емес, мүмкін ол осыған дейін " +"пайдаланылды. Жаңа құпия сөзді өзгерту сұрау жіберіңіз." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Жаңа құпия сөзді тандау үшін мынау бетке кіріңіз:" + +msgid "Your username, in case you've forgotten:" +msgstr "Егер ұмытып қалған болсаңыз, пайдалануш атыңыз:" + +msgid "Thanks for using our site!" +msgstr "Біздің веб-торабын қолданғаныңыз үшін рахмет!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s тобы" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Құпия сөзді жаңала" + +msgid "All dates" +msgstr "Барлық мерзімдер" + +#, python-format +msgid "Select %s" +msgstr "%s таңда" + +#, python-format +msgid "Select %s to change" +msgstr "%s өзгерту үщін таңда" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Күнтізбелік күн:" + +msgid "Time:" +msgstr "Уақыт:" + +msgid "Lookup" +msgstr "Іздеу" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0b65151380cfe72e147902f67fd2d04afa69c094 GIT binary patch literal 2387 zcmb7E-)|IE6dn|Rt%8ca7&SSXH0;LCv?YeZmKqcRkye^gjKrtgox8ik&dyzC?zYs# zq(2fv(!@x#O(=;8_C=m3k+p$R)F%_4?reSbQ4{|IeeydqL%T&nbeh?3&bjBF^PTV9 z+u!!=T(I!GfcF)=H}SrTcW4KG@canu2mSw4_ zbTYdi_$cf{K+bbG^B)I3273s|@uR?}fFA>wfD-r>kT*8~3&3;C1x3!lK99`^v3>^f zzF&ZQfWHD?0{#JHzB^EqaX0XJ;LDk919Py8K;Cy0xEuIU=C5QJ0-4{Zz(0YX0sjV` zf5NhU2l`k9t)%y7fy}A%;hLPEb?$svJARluKS-PC#2i39;f4~M5BKmiUgq)~d%NcU0sV2Vmr5mY2P3&;yxZ^Cn%!l$w)eK&FlIroN=8lf5o z{VDR5s(C?$$|@vXm2_OucvEX^4h3v>qA0JNW+v&H^Kfbi+D0wH&V+2ZNlvSOlcOoA z9UAeafQlvGE7j=KNkSy=Pnr8Z1roX745b}5Q)a0o9i*B;TJphCNY~TJ= zbR7ai+>q|iH0goDxP)wxcC3+5ox_o_Pq_AnGK?^nBDv=vzsiluh6=Sk992Bmey3T9 z>@iiO+{h_=R8DvtYQHPAEYiN-zJ9y+pxt+n`t}#!?0cgZPi{y=+8zr<5cxu@ut@KV zAn+m@k~mL39YPV9hyBEKyr8V!!k(bg6cuTYNl`D-N%4uORViQ9x>4-unVg(-G$-`R z@`6)R^`4aJJ@B*LJ+)d-Avb(t_~=$oeNJ!ghzhg}Kx(Q1)>>ZBJq=%Y!2r)RjHDhs zGj_~AuocI($}+T%1|{X+9@w|KUFJ)W`JOE6ZkZQ9!SHonLo@mwC!cjM0smRZ`k2FHwPp&)WyLN3%W>y}x7 zf7Z0x%Lu~qMbiQaEUl8cny`cp@m$&r$Ywo&m033{)V{)W5ceg@ud`a+xa)cIg;`@) z;eq>z(<8QJejxBmvZe_*oWzvVI)OTF23b z3r7$V+<{a)!xo>74mpyAHI|?6LUt=4ET)}L|JfBfqInS8#Y>x;cE~KGvqB<1b!hC$ jwl+5TCQ2tGGB+SQPvD^yxC`EVH#tVQ6DW|JAIJI!iGJa8 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..9c51f35b87b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po @@ -0,0 +1,210 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Nurlan Rakhimzhanov , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s бар" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Сүзгіш" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Өшіру(жою)" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-ң %(sel)s-ы(і) таңдалды" +msgstr[1] "%(cnt)s-ң %(sel)s-ы(і) таңдалды" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Сіздің төмендегі өзгермелі алаңдарда(fields) өзгерістеріңіз бар. Егер артық " +"әрекет жасасаңызб сіз өзгерістеріңізді жоғалтасыз." + +msgid "" +"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." +msgstr "" +"Сіз өз өзгерістеріңізді сақтамай, әрекет жасадыңыз. Өтініш, сақтау үшін ОК " +"батырмасын басыңыз және өз әрекетіңізді қайта жасап көріңіз. " + +msgid "" +"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." +msgstr "" +"Сіз Сақтау батырмасына қарағанда, Go(Алға) батырмасын іздеп отырған " +"боларсыз, себебі ешқандай өзгеріс жасамай, әрекет жасадыңыз." + +msgid "Now" +msgstr "Қазір" + +msgid "Midnight" +msgstr "Түн жарым" + +msgid "6 a.m." +msgstr "06" + +msgid "Noon" +msgstr "Талтүс" + +msgid "6 p.m." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Уақытты таңда" + +msgid "Cancel" +msgstr "Болдырмау" + +msgid "Today" +msgstr "Бүгін" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Кеше" + +msgid "Tomorrow" +msgstr "Ертең" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Көрсету" + +msgid "Hide" +msgstr "Жасыру" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a50821c263254c50fee624fe3b7990466f0dabc4 GIT binary patch literal 10403 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 XhX6z&+GozL`v2Tuqw3Z*|F-kLiZ%N0 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8b16d1fcbfe --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,636 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "តើលោកអ្នកប្រាកដទេ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ទាំងអស់" + +msgid "Yes" +msgstr "យល់ព្រម" + +msgid "No" +msgstr "មិនយល់ព្រម" + +msgid "Unknown" +msgstr "មិន​ដឹង" + +msgid "Any date" +msgstr "កាល​បរិច្ឆេទណាមួយ" + +msgid "Today" +msgstr "ថ្ងៃនេះ" + +msgid "Past 7 days" +msgstr "៧​ថ្ងៃ​កន្លង​មក" + +msgid "This month" +msgstr "ខែ​នេះ" + +msgid "This year" +msgstr "ឆ្នាំ​នេះ" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "លប់ចេញ" + +msgid "action time" +msgstr "ពេលវេលាប្រតិបត្តិការ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "លេខ​សំគាល់​កម្មវិធី (object id)" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "សកម្មភាព" + +msgid "change message" +msgstr "ផ្លាស់ប្តូរ" + +msgid "log entry" +msgstr "កំណត់ហេតុ" + +msgid "log entries" +msgstr "កំណត់ហេតុ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "និង" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ពុំមានទិន្នន័យត្រូវបានផ្លាស់ប្តូរ។" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "ឈ្មោះកម្មវិធី %(name)s \"%(obj)s\" ត្រូវបានលប់ដោយជោគជ័យ។" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "បន្ថែម %s" + +#, python-format +msgid "Change %s" +msgstr "ផ្លាស់ប្តូរ %s" + +msgid "Database error" +msgstr "ទិន្នន័យមូលដ្ឋានមានបញ្ហា" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "សកម្មភាពផ្លាស់ប្តូរកន្លងមក : %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ទំព័រគ្រប់គ្រងរបស់ Django" + +msgid "Django administration" +msgstr "ការ​គ្រប់គ្រង​របស់ ​Django" + +msgid "Site administration" +msgstr "ទំព័រគ្រប់គ្រង" + +msgid "Log in" +msgstr "ពិនិត្យចូល" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ទំព័រ​ដែល​លោកអ្នកចង់​រក​នេះពុំមាន​នៅក្នុងម៉ាស៊ីនរបស់យើងខ្ញុំទេ" + +msgid "We're sorry, but the requested page could not be found." +msgstr "សួមអភ័យទោស ទំព័រ​ដែល​លោកអ្នកចង់​រក​នេះពុំមាន​នឹងក្នុងម៉ាស៊ីនរបស់យើងខ្ញុំទេ" + +msgid "Home" +msgstr "គេហទំព័រ" + +msgid "Server error" +msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា" + +msgid "Server error (500)" +msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា (៥០០)" + +msgid "Server Error (500)" +msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា  (៥០០)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "ស្វែងរក" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"តំបូងសូមបំពេញ ឈ្មោះជាសមាជិក និង ពាក្យសំងាត់​។ បន្ទាប់មកលោកអ្នកអាចបំពេញបន្ថែមជំរើសផ្សេងៗទៀតបាន។ " + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "សូមស្វាគមន៏" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ឯកសារ" + +msgid "Log out" +msgstr "ចាកចេញ" + +#, python-format +msgid "Add %(name)s" +msgstr "បន្ថែម %(name)s" + +msgid "History" +msgstr "សកម្មភាព​កន្លង​មក" + +msgid "View on site" +msgstr "មើលនៅលើគេហទំព័រដោយផ្ទាល់" + +msgid "Filter" +msgstr "ស្វែងរកជាមួយ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "លប់" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"ការលប់ %(object_name)s '%(escaped_object)s' អាចធ្វើអោយ​កម្មវិធីដែលពាក់​ព័ន្ធបាត់បង់ ។" +" ក៏ប៉ន្តែលោកអ្នក​ពុំមាន​សិទ្ធិលប់​កម្មវិធី​ប្រភេទនេះទេ។" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"តើលោកអ្នកប្រាកដជាចង់លប់ %(object_name)s \"%(escaped_object)s" +"\"? ការលប់ %(object_name)s '%(escaped_object)s' អាចធ្វើអោយ​កម្មវិធីដែលពាក់​ព័ន្ធបាត់បង់។" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ខ្ញុំច្បាស់​ជាចង់លប់" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ផ្លាស់ប្តូរ" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "ដោយ​  %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "បន្ថែម" + +msgid "You don't have permission to edit anything." +msgstr "លោកអ្នកពុំមានសិទ្ធិ ផ្លាស់​ប្តូរ ទេ។" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "គ្មាន" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"មូលដ្ឋាន​ទិន្នន័យ​​​ របស់លោកអ្នក មានបញ្ហា។ តើ លោកអ្នកបាន បង្កើត តារាង​ របស់មូលដ្ឋានទិន្នន័យ​" +" ហើយឬនៅ? តើ​ លោកអ្នកប្រាកដថាសមាជិកអាចអានមូលដ្ឋានទិន្នន័យនេះ​​បានឬទេ? " + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Date/time" + +msgid "User" +msgstr "សមាជិក" + +msgid "Action" +msgstr "សកម្មភាព" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"កម្មវិធីនេះមិនមានសកម្មភាព​កន្លងមកទេ។ ប្រហែលជាសកម្មភាពទាំងនេះមិនបានធ្វើនៅទំព័រគ្រប់គ្រងនេះ។" + +msgid "Show all" +msgstr "បង្ហាញទាំងអស់" + +msgid "Save" +msgstr "រក្សាទុក" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "សរុបទាំងអស់ %(full_result_count)s" + +msgid "Save as new" +msgstr "រក្សាទុក" + +msgid "Save and add another" +msgstr "រក្សាទុក ហើយ បន្ថែម​ថ្មី" + +msgid "Save and continue editing" +msgstr "រក្សាទុក ហើយ កែឯកសារដដែល" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "សូមថ្លែងអំណរគុណ ដែលបានចំណាយ ពេលវេលាដ៏មានតំលៃ របស់លោកអ្នកមកទស្សនាគេហទំព័ររបស់យើងខ្ញុំ" + +msgid "Log in again" +msgstr "ពិនិត្យចូលម្តងទៀត" + +msgid "Password change" +msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" + +msgid "Your password was changed." +msgstr "ពាក្យសំងាត់របស់លោកអ្នកបានផ្លាស់ប្តូរហើយ" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "សូមបំពេញពាក្យសំងាត់ចាស់របស់លោកអ្នក។ ដើម្បីសុវត្ថភាព សូមបំពេញពាក្យសំងាត់ថ្មីខាងក្រោមពីរដង។" + +msgid "Change my password" +msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" + +msgid "Password reset" +msgstr "ពាក្យសំងាត់បានកំណត់សារជាថ្មី" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "ពាក្យសំងាត់ថ្មី" + +msgid "Confirm password:" +msgstr "បំពេញពាក្យសំងាត់ថ្មីម្តងទៀត" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "ឈ្មោះជាសមាជិកក្នុងករណីភ្លេច:" + +msgid "Thanks for using our site!" +msgstr "សូមអរគុណដែលបានប្រើប្រាស់សេវាកម្មរបស់យើងខ្ញុំ" + +#, python-format +msgid "The %(site_name)s team" +msgstr "ក្រុមរបស់គេហទំព័រ %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "កំណត់ពាក្យសំងាត់សារជាថ្មី" + +msgid "All dates" +msgstr "កាលបរិច្ឆេទទាំងអស់" + +#, python-format +msgid "Select %s" +msgstr "ជ្រើសរើស %s" + +#, python-format +msgid "Select %s to change" +msgstr "ជ្រើសរើស %s ដើម្បីផ្លាស់ប្តូរ" + +msgid "Date:" +msgstr "កាលបរិច្ឆេទ" + +msgid "Time:" +msgstr "ម៉ោង" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c0b94c12cc3f473b2b58d62b3979cd14ff82c886 GIT binary patch literal 1334 zcmaKo-)~Go6vwaMtY3*lNRUi~gvjjPTa@0apfvHLG|iHDlCeA8y?XD==H6+`gQQrb zL{KGu&P9SZk3@n$8I*{eiwa^LZD(I3~ zI3QJUJ{W*Yz*^Hj4=#mW2Xo*!xCngGe18Qlg#8+v3%&*CfbW~{pTK#rKZ7>zD`@k- zfj6K(q3dA_Bz1td!4=>aa0B=Qq~IJBxAZ{kKLxG^>rML!xDxgxX!E}}?cd-U*t0N% zjb8_%WhM)7+W)Y!3~KkYv)X^KJGTTSoW(5z#7LRgJ*>=z+THBGIqihyqr9_sm<1s_ z9dfcUak`l(@zCk6N||uNhzcS;Wrf*8!iA0O2|~qVr#C2zpi))NQ7HwE5vQL=a+o_s zS!U;OMlz1!J;@V2g~#XkCQ+OpOnuqQIWZRUX!t+y-6h~(|tpggchYw za(%~&v^(ZZA(rlEiu9`%#?Vw%<@!I`u z-WC^P$drtIa)=2LB;*JW$~+{yFb&K-VP@t7F(7v%M^uJbh0`Kukxvd+ zBOa4YRi$cvp)fKsl2^7~Fu>2|OEM}nHfkYkCKm>y!scA>!QKPYyL)*z*DZzO0yCYf zVL8RmszNPff#@WqDvJ}Yx{eon=+5al+iQTw^nfVIav&-`*?BrpQ$zY>Fv|6XLoo|! zkBpgEwsLv} z!)BADsQuS`&EEg&gW5>Kc8{}#PzGy`+GxAheWO1Z{QyB&bG)@39&R@7c);IW$o9IG zx$0S&=Cd6O0~!6o=x0X1w_Wrdn~+|GcjjlH#u!{vMJ~+@oat>$`#ftiiVS=crpIr; L%?e^-T*jO~i68Oj literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..fbe0ae15979 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po @@ -0,0 +1,201 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ដែលអាច​ជ្រើសរើសបាន" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ស្វែងរកជាមួយ" + +msgid "Choose all" +msgstr "ជ្រើសរើសទាំងអស់" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "លប់ចេញ" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ដែលបានជ្រើសរើស" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "ឥឡូវនេះ" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ជ្រើសរើសម៉ោង" + +msgid "Midnight" +msgstr "អធ្រាត្រ" + +msgid "6 a.m." +msgstr "ម៉ោង ៦ ព្រឹក" + +msgid "Noon" +msgstr "ពេលថ្ងែត្រង់" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "លប់ចោល" + +msgid "Today" +msgstr "ថ្ងៃនេះ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ម្សិលមិញ" + +msgid "Tomorrow" +msgstr "ថ្ងៃស្អែក" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3740da20869e1bc139f8d7b780bd65d28d611e18 GIT binary patch literal 9203 zcmb`LYmgjO6~`NSh^vUfH$J$4VK=ffyNf7f!YhPCLLSCs10qGm-kILrCNtebcTbl2 zq6EqWMT4caVkt$8#DqeUP_rh1FT_Wc@1jaezo|8-Uo0)P{6cA2;_sY$yJsf5(R^?! zJ^#74&pproIo;XcUUJ^N$7dVYyScvo8qd2Q+;~1;eBSh0&wDGl415`#Lif=%!uuno%jz3%=#@DkQvariCpV%9H$%fOewH-cSI^!*hS z*Zu*Do>#%6-~|{FKaYcQ?x&#G`wb{^e*(9Ie+LQCyB%d5^)`U#f!jcl`xq$k>~Qz% zpyt7QTyAOeH0r!IM1fKxq z+zF5)-uJ*agFgc$|6Nf0`xhvFybfVP^4<-K+;Z?3xDvbx{3CcNIKrWEa1Ho2FauHH zJqmsd{4yx^{t9Y-9li=mp3Wx;;_pQuTizw$b>L;7*uM)DK70b?pI77SYA^xC{*&Mc z_yUMa-tQd#1(b9D1SOyUcKa8x5P#n3@Jdk5mB7c&AwE#_{+OgM2mb&XaOh1oFIR(- zubV*O#m7OZPZJcs9t7pwv)~Hw7ohm}FSoxO5?#Z319(07Nl?z61aAX>56bxwiXeTn z8I=6*1jX*Bz)#}m*TBnIUrLczffew*;4V<|I1iqO+&A3%FwTm<-{xx+{0S)fUjfD5 zTPWTYU}-)`4ef$Lar2j$!o;1TS82NeGz$mfImK*`hJ zz)4V&+yJ(NlArH`?*sn~-U2Qo*l};>RoCJoYX{=zFZ6dymzd zl8leCei_6S?*ll4>)r0{KhD+pxJEB*(BmT%o{1@FDxo+noHEILU52?{yOW#2s{anlUX0B1Y)ZUeN#|uwY^mqd@2@nj<}!NtNHH_@I!j1 z|Few+)X>ix`G(foFOpN?egEfXw~)F^jW=$#wg&X6_kp74@#dv|bsnCn6=`CPyyH9Sui=GL}ZJ~AEFvmn`# zg;_mVks6PkR=vI>3DQbVsa&b8F8yvC=ppHnrZfbrO zu!`FH%UhiUrX9CT+Dd|(y*0CbG!r;5%hUYVY?x+o(ysJvHQJ`>r|Ddr)N-lbI*z8p zq)`Y|yxaWDpYqed1W6JnvJA$uuo37lZU^-sV<8YmGbWo22q2!iFQ{faY#e5I`ACpf z{bo?xVQ;KRhs|8vs@IIohY2H7%QYlH9UC=cMbl9;)ygE$#Q0Uso2kV?8VzS=*54JF zW{@<(G$ny#(`pISi|M#tkLT2-)%7Z2Vdyj7U)8YXRJD8fJmL<=qxn zTa6&f?EQ6GQ*T|Eq}ixpJHRK?N`piKHGWhp@>VvJvq3Z}eh*W+Deg|y@hdh#EzC?K zrg(DD#7!}smc0+h-tD$l-t95z-5Af176-tfm4;?D#oiZe3}^=d3F0i1kqO+kW8mYKN@p0!hNOFhu?Yq(m6n8M|Z z8AV}Y(xBQ(!mK@PO<0OGe^>*3Y8Z_cv0f2+1pTparfhS*T)u)4e0-X(#-ext9U}p;wlYJ=R?xY5v zylpVAnn{Bczobw$lk6qXZ+Zj$!7e} z1*Ljy+eVeMS)3thb4g6^%!S#kWjd{Hn=Xt}CIk%uNy=suxz&DGg8R*85;v2OZjp&# z4*+$@uB|Z@P=IO@NITh*GzJtDhr*Ob^lM7dsrDk}Le#Q13A1*lw%pAis!3<1#9;1k z`E_biW4x(A8>? zrZPiSmmHA8`H0B^zkwbCX;A7}`_oR4!Exccx*9ha%VvFM$m0~jx5cCk7B~b0cZEKw zK&6fe^;N=PqaFB(H%Yh^Z&IT3wnsaocrNm`lPT}c5TY}V#6Rz@V3<}

    f+zGRaL6 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..06e63dc492e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po @@ -0,0 +1,639 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "ಖಚಿತಪಡಿಸುವಿರಾ? " + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ಎಲ್ಲಾ" + +msgid "Yes" +msgstr "ಹೌದು" + +msgid "No" +msgstr "ಇಲ್ಲ" + +msgid "Unknown" +msgstr "ಗೊತ್ತಿಲ್ಲ(ದ/ದ್ದು)" + +msgid "Any date" +msgstr "ಯಾವುದೇ ದಿನಾಂಕ" + +msgid "Today" +msgstr "ಈದಿನ" + +msgid "Past 7 days" +msgstr "ಕಳೆದ ೭ ದಿನಗಳು" + +msgid "This month" +msgstr "ಈ ತಿಂಗಳು" + +msgid "This year" +msgstr "ಈ ವರ್ಷ" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "ತೆಗೆದು ಹಾಕಿ" + +msgid "action time" +msgstr "ಕ್ರಮದ(ಕ್ರಿಯೆಯ) ಸಮಯ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "ವಸ್ತುವಿನ ಐಡಿ" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ವಸ್ತು ಪ್ರಾತಿನಿಧ್ಯ" + +msgid "action flag" +msgstr "ಕ್ರಮದ(ಕ್ರಿಯೆಯ) ಪತಾಕೆ" + +msgid "change message" +msgstr "ಬದಲಾವಣೆಯ ಸಂದೇಶ/ಸಂದೇಶ ಬದಲಿಸಿ" + +msgid "log entry" +msgstr "ಲಾಗ್ ದಾಖಲೆ" + +msgid "log entries" +msgstr "ಲಾಗ್ ದಾಖಲೆಗಳು" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ಮತ್ತು" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ಯಾವುದೇ ಅಂಶಗಳು ಬದಲಾಗಲಿಲ್ಲ." + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ಯಶಸ್ವಿಯಾಗಿ ಅಳಿಸಲಾಯಿತು." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ಸೇರಿಸಿ" + +#, python-format +msgid "Change %s" +msgstr "%s ಅನ್ನು ಬದಲಿಸು" + +msgid "Database error" +msgstr "ದತ್ತಸಂಚಯದ ದೋಷ" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "ಬದಲಾವಣೆಗಳ ಇತಿಹಾಸ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ಜಾಂಗೋ ತಾಣದ ಆಡಳಿತಗಾರರು" + +msgid "Django administration" +msgstr "ಜಾಂಗೋ ಆಡಳಿತ" + +msgid "Site administration" +msgstr "ತಾಣ ನಿರ್ವಹಣೆ" + +msgid "Log in" +msgstr "ಒಳಗೆ ಬನ್ನಿ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ಪುಟ ಸಿಗಲಿಲ್ಲ" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ಕ್ಷಮಿಸಿ, ನೀವು ಕೇಳಿದ ಪುಟ ಸಿಗಲಿಲ್ಲ" + +msgid "Home" +msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)" + +msgid "Server error" +msgstr "ಸರ್ವರ್ ದೋಷ" + +msgid "Server error (500)" +msgstr "ಸರ್ವರ್ ದೋಷ(೫೦೦)" + +msgid "Server Error (500)" +msgstr "ಸರ್ವರ್ ದೋಷ(೫೦೦)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "ಹೋಗಿ" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"ಮೊದಲು ಬಳಕೆದಾರ-ಹೆಸರು ಮತ್ತು ಪ್ರವೇಶಪದವನ್ನು ಕೊಡಿರಿ. ನಂತರ, ನೀವು ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳನ್ನು " +"ಬದಲಿಸಬಹುದಾಗಿದೆ." + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "ಸುಸ್ವಾಗತ." + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ವಿವರಮಾಹಿತಿ" + +msgid "Log out" +msgstr "ಹೊರಕ್ಕೆ ಹೋಗಿ" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ಸೇರಿಸಿ" + +msgid "History" +msgstr "ಚರಿತ್ರೆ" + +msgid "View on site" +msgstr "ತಾಣದಲ್ಲಿ ನೋಡಿ" + +msgid "Filter" +msgstr "ಸೋಸಕ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "ಅಳಿಸಿಹಾಕಿ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"'%(escaped_object)s' %(object_name)s ಅನ್ನು ತೆಗೆದುಹಾಕುವುದರಿಂದ ಸಂಬಂಧಿತ ವಸ್ತುಗಳೂ " +"ಕಳೆದುಹೋಗುತ್ತವೆ. ಆದರೆ ನಿಮ್ಮ ಖಾತೆಗೆ ಕೆಳಕಂಡ ಬಗೆಗಳ ವಸ್ತುಗಳನ್ನು ತೆಗೆದುಹಾಕಲು " +"ಅನುಮತಿಯಿಲ್ಲ." + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ಹೌದು,ನನಗೆ ಖಚಿತವಿದೆ" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ಬದಲಿಸಿ/ಬದಲಾವಣೆ" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s ಇಂದ" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ಸೇರಿಸಿ" + +msgid "You don't have permission to edit anything." +msgstr "ಯಾವುದನ್ನೂ ತಿದ್ದಲು ನಿಮಗೆ ಅನುಮತಿ ಇಲ್ಲ ." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ಯಾವುದೂ ಲಭ್ಯವಿಲ್ಲ" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"ಡಾಟಾಬೇಸನ್ನು ಇನ್ಸ್ಟಾಲ್ ಮಾಡುವಾಗ ಏನೋ ತಪ್ಪಾಗಿದೆ. ಸೂಕ್ತ ಡಾಟಾಬೇಸ್ ಕೋಷ್ಟಕಗಳು ರಚನೆಯಾಗಿ ಅರ್ಹ " +"ಬಳಕೆದಾರರು ಅವುಗಳನ್ನು ಓದಬಹುದಾಗಿದೆಯೇ ಎಂಬುದನ್ನು ಖಾತರಿ ಪಡಿಸಿಕೊಳ್ಳಿ." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "ದಿನಾಂಕ/ಸಮಯ" + +msgid "User" +msgstr "ಬಳಕೆದಾರ" + +msgid "Action" +msgstr "ಕ್ರಮ(ಕ್ರಿಯೆ)" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"ಈ ವಸ್ತುವಿಗೆ ಬದಲಾವಣೆಯ ಇತಿಹಾಸವಿಲ್ಲ. ಅದು ಬಹುಶಃ ಈ ಆಡಳಿತತಾಣದ ಮೂಲಕ ಸೇರಿಸಲ್ಪಟ್ಟಿಲ್ಲ." + +msgid "Show all" +msgstr "ಎಲ್ಲವನ್ನೂ ತೋರಿಸು" + +msgid "Save" +msgstr "ಉಳಿಸಿ" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ಒಟ್ಟು %(full_result_count)s" + +msgid "Save as new" +msgstr "ಹೊಸದರಂತೆ ಉಳಿಸಿ" + +msgid "Save and add another" +msgstr "ಉಳಿಸಿ ಮತ್ತು ಇನ್ನೊಂದನ್ನು ಸೇರಿಸಿ" + +msgid "Save and continue editing" +msgstr "ಉಳಿಸಿ ಮತ್ತು ತಿದ್ದುವುದನ್ನು ಮುಂದುವರಿಸಿರಿ." + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ಈದಿನ ತಮ್ಮ ಅತ್ಯಮೂಲ್ಯವಾದ ಸಮಯವನ್ನು ನಮ್ಮ ತಾಣದಲ್ಲಿ ಕಳೆದುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು." + +msgid "Log in again" +msgstr "ಮತ್ತೆ ಒಳಬನ್ನಿ" + +msgid "Password change" +msgstr "ಪ್ರವೇಶಪದ ಬದಲಾವಣೆ" + +msgid "Your password was changed." +msgstr "ನಿಮ್ಮ ಪ್ರವೇಶಪದ ಬದಲಾಯಿಸಲಾಗಿದೆ" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"ಭದ್ರತೆಯ ದೃಷ್ಟಿಯಿಂದ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹಳೆಯ ಪ್ರವೇಶಪದವನ್ನು ಸೂಚಿಸಿರಿ. ಆನಂತರ ನೀವು ಸರಿಯಾಗಿ " +"ಬರೆದಿದ್ದೀರೆಂದು ನಾವು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು ಹೊಸ ಪ್ರವೇಶಪದವನ್ನು ಎರಡು ಬಾರಿ ಬರೆಯಿರಿ." + +msgid "Change my password" +msgstr "ನನ್ನ ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" + +msgid "Password reset" +msgstr "ಪ್ರವೇಶಪದವನ್ನು ಬದಲಿಸುವಿಕೆ" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "ಹೊಸ ಪ್ರವೇಶಪದ:" + +msgid "Confirm password:" +msgstr "ಪ್ರವೇಶಪದವನ್ನು ಖಚಿತಪಡಿಸಿ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "ನೀವು ಮರೆತಿದ್ದಲ್ಲಿ , ನಿಮ್ಮ ಬಳಕೆದಾರ-ಹೆಸರು" + +msgid "Thanks for using our site!" +msgstr "ನಮ್ಮ ತಾಣವನ್ನು ಬಳಸಿದ್ದಕ್ದಾಗಿ ಧನ್ಯವಾದಗಳು!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ತಂಡ" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "ನನ್ನ ಪ್ರವೇಶಪದವನ್ನು ಮತ್ತೆ ನಿರ್ಧರಿಸಿ " + +msgid "All dates" +msgstr "ಎಲ್ಲಾ ದಿನಾಂಕಗಳು" + +#, python-format +msgid "Select %s" +msgstr "%s ಆಯ್ದುಕೊಳ್ಳಿ" + +#, python-format +msgid "Select %s to change" +msgstr "ಬದಲಾಯಿಸಲು %s ಆಯ್ದುಕೊಳ್ಳಿ" + +msgid "Date:" +msgstr "ದಿನಾಂಕ:" + +msgid "Time:" +msgstr "ಸಮಯ:" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa49be6dccb87a413bfdced5aaf8859f2affd9e6 GIT binary patch literal 1847 zcmaKq%WoS+7{HfO0=PU%;Q$hWK`K%!y0+ssP#h9LLn9(;h(bUroF?9hz0G>o+Fd&h zxAYJdq;f$P5*LK1(g=mLTGR44Byi&&;D*p%;m#HK&G?ZhRE&1#x8Hp4Z}#_NhdU1I zao(qSzvUg}y>Jg3>nAt@e})giU;6T|@L}ZNU=IEXAB2DP_5Z-b$Rmdw=K**G8u$Gk%b$$a%x}lvD9N?bqsw^HvyYwiRbyHNv*)Lr6T| zsdKy#dUBP$5k?W>MHLgn99;}sqAuG?v~&zSQLRf|Q?UrO@U`c+eXk`0p*%mar7rm@ z@Z!9fT@tIfMlCHQPc`vFeaaj~|B1BX2Z2~rA_(Io@61KvB~?w_SMKNw=;awtU zn44G4FiPA?T=PBmT&otl3t?I0=H7PaRogeF?&~s9Wl<`Qopy_7+|sxxzEmE6`Gq1Y zcR|L9yAVko2QmqxvRIZ;Qumh^Yk_!W@B7tSgSqFcVPoo)i8SW2mGIWJmaHjvLCHp0 zyeYMoo)jnQNzyDA3M(rs`NYKbm(*qBT<8@&K+tzDEbGF_TxGU$ey_c;d@(m2>O^Vk zTW!)nqAn+eW*~h%VFn(>Dw%wDVa7eXXJ>LPsmMLAtD)!XT3MW3^pjzkbf;kMb_OCR=SdEF1BEj0n3kXp^$nDe{g9)9qyGjV$dTQ}Hb{ z_5<55ZAEK6#SNRDhA0}{bt{?%4ye)nV0D`)u96U7Oi-r8ZYCy-jfp~Pg!`ASw&~X`@em5{5PKG~KcGxW%#p#`emwh6Wm gSZ>@sp1oq4HXZdQz;MXLw7CF&)?R%yMBD4mzaH)ei~s-t literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..0a651bc57f7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po @@ -0,0 +1,261 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# karthikbgl , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ಲಭ್ಯ %s " + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ಶೋಧಕ" + +msgid "Choose all" +msgstr "ಎಲ್ಲವನ್ನೂ ಆಯ್ದುಕೊಳ್ಳಿ" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "ತೆಗೆದು ಹಾಕಿ" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ಆಯ್ದುಕೊಳ್ಳಲಾಗಿದೆ" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "ಎಲ್ಲಾ ತೆಗೆದುಹಾಕಿ" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"ನೀವು ಪ್ರತ್ಯೇಕ ತಿದ್ದಬಲ್ಲ ಕ್ಷೇತ್ರಗಳಲ್ಲಿ ಬದಲಾವಣೆ ಉಳಿಸಿಲ್ಲ. ನಿಮ್ಮ ಉಳಿಸದ ಬದಲಾವಣೆಗಳು " +"ನಾಶವಾಗುತ್ತವೆ" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "ಈಗ" + +msgid "Midnight" +msgstr "ಮಧ್ಯರಾತ್ರಿ" + +msgid "6 a.m." +msgstr "ಬೆಳಗಿನ ೬ ಗಂಟೆ " + +msgid "Noon" +msgstr "ಮಧ್ಯಾಹ್ನ" + +msgid "6 p.m." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ಸಮಯವೊಂದನ್ನು ಆರಿಸಿ" + +msgid "Cancel" +msgstr "ರದ್ದುಗೊಳಿಸಿ" + +msgid "Today" +msgstr "ಈ ದಿನ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ನಿನ್ನೆ" + +msgid "Tomorrow" +msgstr "ನಾಳೆ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "" +"You have already submitted this form. Are you sure you want to submit it " +"again?" +msgstr "" + +msgid "Show" +msgstr "ಪ್ರದರ್ಶನ" + +msgid "Hide" +msgstr "ಮರೆಮಾಡಲು" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1502de676641e33d88a4e7aafd3c7eeb076783c7 GIT binary patch literal 19157 zcmc(m4{%&peeW+x3aKHGgg_t^dg@{#1xa=SAwh|;6Wd7~;^4#%DHKT8+AC@CYFF&8 ztOy9mmTVkbiS0y+Wm{5Z;=e(mvaJ~T;SkzVUOHu_uPtSUX{V*UKhvkZ3$LB_JthqE z-sgMHxw}`ggfm$a7e;v$# z>Q@9G1HTCNgRg*Z1iyTZ+vjdj^M4i8xRW4D1ZO;c7kmfzKLp_Q{gP_JA18)S+g1-j-qksPsa1r-nzTFondaeW2@4cYtya5zn zZUjZgTJUcI9u$2)0pAP$3%C+|=XH+WPkKy&qPrdZEwC5NfnNnL0k1-- zwC**a6--18)Q`1HS}*8SDeK-lZtd!(bgK{`7*}KM0ENBmVsaC_bM7 z7lYsO_x}KDUlAyJUI9^+;1{6gx$50cFWw1a8bJdndX|IY!=0ey^#G{;zw4j3fLg!c z@3(=F9_$0P&*#CF;5o1az5=cX^9b>A@Y`TBc<*nzb+?0B?-@}0Jqn7>2~hI+HYh&- zB`Er4KvXvPDTru-%Z%ISdqAz<0BW9FLD9bg)O>3}&G%{W1~3mcf(JqA#mk`f@e@$| zUW8C(H`ju?zX6myZvnN=N>F^c57hh{LDAI?o&p~OHSbb{B03)e>%lyzaR@V=in9K-wysdxY%QZfBqp*`??d{@H*%QCBH-Ock{gf zN>9E6ehB;#DEh8#aQH#6$o&JL+wC{z1%PH_nn~T@AkMA{0jHGJ-&6RTlWx% zNP-Da^L-!GxW56l?tcfR@4o=WhpX76?i)eL;|@^!`xLkuOoP&=lOQ4tzUSZnD=2&U z1$YH`^^HOBQP6-|HwzlD2x`7TP;wXn)&H!2{vA;LzXyt6e+7z;e+8StD`A@6e-sq| z9^{Yw|8`LG9s-{Rp9TBCTRy-X;5WfMxCf&g0sk+kc}7r5@#k4kbo?18zWfl>`+owj z0)OV;FGBd3X7CR19&kCRb$5X3|0JmKLm;XYJP)1(f9T)$-Qw2S1zySXVen1hN$_#- zEGT_nd8?D>YVdCEzXv`AUW2hoe#gPLgQq}^e;K?M{A+(-0kxl3KwL#|In2|26R3W- zgPLa}sQrJ&zuy6h?}H$rHaH7vUw;ltKYjp8&i@Q*-8bCk=D!AfEBDQy=(-;yR0JXT zMz9Y=#ezLx5BL)JIq<``2f=gT*FYWxAIBMJo~J<3dkob2Q~vokLCyc?pycpB{QEcJ ze6`Q3LD79H_)hQvQ1fgCHBS$yefNS|XBTL|F>odL61WNsRyccK4ay&Mftu$jP~*lu zPWk6Ad;9??zWg^(^8F|9I`EQ}LGZu8cZ0tTzWENvpPNAG(Rxty9RN}FVBF(hf-AYd z>`teLYrrpY|1gM31U~?a;9DSC_kCaiJP)>mOEKCb;4rBB?d!oSJYEAzZtnuckDEa8 zXPw8-fGfGrgTvq?cqzCR=4jkH@M$m&E(3oC)`9hF-Tog0VO8*5@O|LrI7`jH6x2Re zf}-bs|NJ43t^RqpzyFfQJ)qVd2PN-sfZErefv*EmS8FGL{e6g@@=kBJ?m5SSTg!!+8@zAP1{7{Ck)S*&Hs{`fxoTqRBt# zcNOgq?3MGe16+Tec8n%nL`2rN+yj1$rr&DXc6)`*gVNO&+FF|IKsxnnv@g@1q&-i& zg{I$G+78;Iy5W~|VE=CB@1G>@pXFNmA|LrOO}gAo`+eFMX}?R`O8W|JoF<)qi6)z0 zM2mkP=i&{tkI=UHhu;Ea+k>>Tt%LR++EJRJJxJ5<4%#H`UAo~n?I8FXSn}6`oBZ{)iD&U;$i-u{chElUALhYM zS`+O!?Gc)OjWorOD{1%B^m`j^H|?Xe%V?vtgS3sbHrjh>`lV?fqD{~?(DeH(?F+OM zw3W18TKs#Ci#4=${=pL-vmUj$8RI&I-F4duKOX@PYVkwnt;YRQB zUAdBd?B92%il(JKm1_&rrr6ce5*CZCUD<3;)4ZL-LU{4sVS&jDVX-S)iYG`s5(S$5 z5!d69n3__)l*;lhrYTcuH)~g$ANP(dsoNa()E9r;J8IJTu$cRC?}3sDA7#5uW_?&_ zPjwberew5>beIiGVR{Ag*!iln7kSabo8XRY)-3pPnaQ{Ew#BliHl)Qe^$rWo!5wL4 zNvG-ONOd+ZH5O2vhLEq)b;aEHwBRFlAF{ zQk$}&DdkO=hMgUG->G?vtdz}K{-v3Lo#lFru7W%0$o!~|zvxcoN}9(>!@v<3 z;z*BGa`BS7u-KC74AYOqds@80NH|D916uRhY`!~_YeSQ=mf}n)>?oSIT>)Gr_pk}R^Fq6{x=>)TWvJy#D=*FpH&Vs}$SWqI1=TjR%J6Sn+*nI z)y_S)(yt1jrI0To2j=KZwV`yYvY1b>DxYi36gsM0Vy&)1AZ4Vi62orQeK`oF3o`~9MJb>6_d zAxeanws@AgrhEN`rhEM_OT{m-qQZ>Hk*c`0s=q&XF zYjUq)y)`+7zm&=0JY&kN{CkKQ-g$G%jPlF*Q*e4wwL_g(R7)HvhOSLq}KD>{%$w3L1&s!F|Cy#qw+iJ6b zblxRsg|H>eU|;mHR5uvhtlV-(YI9i46kFInynfvoj*v@Zk3K6!8dg-R%zI+=_$b(6>rTk64tE7j>xX@!hW|KPZ z^P9UmgLTRf(Ii-BFG*tUN_b?agofOn0O>4XT~ACe%{(W zCK{IJ+@gIpV!ORCv}A69z8+?EO3{)hez%Y{VwE;-JMC{;@O^Pk2dhGMcsy0oo~;qZ zCTC41WvGZ+TjQ7@>Ee4(X%vGTK4w}+sz-_<#cC{uIUE!^U8Tw`YE^NTe<^imTF|b% z>DJJkAyLS*_E?oxEJ>?ek$-TTR-xtDkeE>R8B^Tgt-PhHkSX<`-9=MGfX*J|UQJ@) zuZ9wQG`1jd)Z(C0Fw4o7_B?6W9Ix6Otj~9Lb($7ZG;)U@_Z|x##0O9ccuV58Bfll| zU|I|L4tP|M=i(VkW0HyQgI&%Vsy6Co2{sV4?H@}CApx{SSM4Fn#-v?n5`~Or*BIMf zIkdkkDkKCONKsqb0hNbJ!K+u=zBBLH&)gKQzw*+##iT9$y0X<8&rhhXK09z8B~!F1 zty4x^tSd5o?-Esk?>@VOX*6GW41x-%l(C`7+#Ys(r0(Wr%j$1m%2oW%CBMF-vnbn% z_ob>{1smG)-O8@rg%1%M2p5}DgmbcdUa&4x;O++dYONB#uPp9PGG3njp?qOJS*)9KF@I#7SblP~^}d<&#dG zg%sOuu}MH|%{(f(v@-$W%Oteh+I%NQ9&+9&-eQo>xw*5OINc6y_Fhf2t3GMovcWn* z>lB^++F3hrKkaS-=UEfSgVtxHyaSKVShRgiKEDa)&?EJ7nX1zp4Dv0v+@re1mq*H~>uhJ!( zX=^Xl2M^^o=SbpXth(ffaC5=O747s#fz2YhtfcI2iZ+NL#@cD6?PPmA9A;Z^PYuDt z(j!h5*ju5;71I!H4;-*)M%%0a&quzZ>`=;~1hL7DB=FkwpN?n-SC zw?vH!ow%}O?&$WcZrYx@5;8tdKgs6l!A?1gyUyZs7Z&!#ZA4$y7U$!De7^L#Z!H zJ9o5#Rkfb-9-}pzY76|eJ;TEb1+Ej-OR)&c1D}N`PKN=!CD`h326=0-xz{~`cNUp+ ze1#({1ad6F`a)jk?u~2HjUNvSIuvR)X?tR^=t1i(8`l-vGU>)UyV{D48}rR((fW@y zJ{WGvsB7bDvX^Fa)3O^s(75b_jW^wFmfh04?B@3`puWxi{63 z3C)HupKV~sO*hjc*Ve^`8aEP&o6Sc#f5!ys+DoO*=A}!?VVX$7s6bl7N1HIsrH-x` zvVQc^&H1JEi`K1Ox2Cp(8=ICbTIF)J#*J{P*_6UZOG`VmByqQi=LH0|{Gp9^HQrk5 zr?pVl#x=Q?yt0*MbL*x|sY+$D*_>ar-ky0ja`@3vY&JP}1X^5v<89RXIt^XE?6yV0 z1z)Y|qLK6U<-;SqVORAAv!w{zQLI6V%nX5)B=WwhspmnuF-8cJe+M6C zrYD2)@vW7u6LJ3wKWs^ir>DsBEMF}Fm1mNYgZa)*>x+y1H08Y~;F0Zn0Vn2tT-};i zuxQ&vbns*}w%0D&HyZVystk>o%Ax*f|6UXIZAB0!8Xqd3nNp9+lhe`heU+hc6YU%} z(O8na@^dH3`}PLWGt(0AHketvVuIs)(QlN?Z6Qvv=lkeY)h(+k(xTlXGpEO$v}Vo? ztS~5YG&&%q*EYsan99)e<>yY8pXTwDafDPg?WEUy!``jVXoE2w@mDXqeM_YuckyMT z;UnegfoOcRvTHgzfHLl%gc2zn1XQ+%h`DZ}k^bo1a8=PP8GhTI$NP6A)YRE@ zumtt8)*U!76-nYqWyd&9!+tg^pX)DA_LfiYtPD@j>02J&Ti!KjD*Hy@t8rQx%-27* zFmcO&IGa6Hb8rzYmUQCJY87n!=@D(t(K}nO<6akWTC-H&&4KFM?`*ts(T}e*i#hlBFA z@#y%-QmOo8zrT~h$ZG~rQ2zZ1Jg0T|NhS1J>$fQPT9X+gXHG$!cbIyW^i|c*bY`yM z#g-Edb4yw}Um|-nY8&9&u z+98tkCN&ie;lqafzUKeX7gHR2sQJF_C3aiYj$a*J`hQGb-Am5Hpp#Qk|A_a9v$&u@ zZIu9(ojEg(yEihyk@L9e2F381>76i1p}_e)If$7v{W$(;luW|9TT|)ljmEaiOct7a z+{~OEz`dfkmg2bVPBZ1wYrOS{*G?es2oV;z=*=}fx*Ck3-mGD-$`Eh zkX_SpvRIy&M*aa0%O?k;QDjaYwPOHpbFM#n28j?PMh7moXl=##NFrJF)ea`+_jA@N z#*93(bz6DHQIhcIqJc| z6|*+r*4)MR%BTCwQ{}^>dbXR?C1#Kvf&U=Y zi1T}!&z+jI+azfjAVIPES{XW_-f_3Y4g#+OOiW3`CS;bqT1w8SmQ1neF*2~&W2w%W znLJRDPA4KBYlVOrxXr4i8Y?b6|l)hCD>Y+D>em zD-}#kliQC5`olOc**WaIi}bEMIanThA}&?}=j;`#<7lH2Uq>>rIH^05%iAq^$Cj`iQy%Cg z3Me?ZDsSe6iSk*e;<$?o2P`0bJ3X%Oz!3f_9{0>ne2Kh4Y_wi1V>>Ci@dk#9&`^cM z{pB1+F4$~P-m@LzTx2~@uDam9(3?a3D90I$j$nrHtg%w4&X;(r!-WLwrv@KBBQN1L zZ-dT7wqQNl^U#gxnyitI4p0b7_t`n_l%OjDE+pEz3Jv#FLSZyk(7G7vx!Hb;5R-IPwk#1MV(N<*xy4!&7Ik>Q_XW(WV|;TJL&;N+XD^6j@U&g z5me}KhaRr8?d8gStAIP6@WbVm&LHN)la+(yde%ib_8Y&<%;{cYyoyvuoVR+}Z1S00 zl@;HJxlsk}(erf(tUewz=OePOdFFgd_O-s%P0#IG(K5CVZY$hl0jl}stZH&2a`+0+ zxzN`($HINxXJ~YRM8sS9-0#q{UIw%7jQbKjTgW!|u%#?k z=O%;-s|fkU;mY>C(e$_#GC=_cU(03ZD@9rOoC*VrkG9&*#I!zLRYm_r8^!X6q5Y?3&b$CW zVuOmy8?vNC#Mk(P32|A?^I;7pk+g3gluv;r<>R&N1v8EX{F+BpW4}8<;e>>3+0$Vv zi+O0h;1F@v#|={%=v^q{xpO2d7v%j1Xq}anCRFJ$JfZM*R2~yYl{^rht@3eT)ee0= zH2Xlbhv0ZQOPUb%j{r3(u(Ch043B@~3H=B(>?xeP+h6zc(`kHYfYu9^R1Ql{WfPmKZ6=sfb0lR9p>K57VW3r;WL2xAg=5|QduL7$$b-95L7q&> zE*4_HZ*YNRPRLlPd#T2($Ff9}_o`^@>;6X`V>;*O-~vP*AjlY7zEWWm5|GSM zE!U4L%d*7PlEqm*qO#)!tf%^|AX$Jw-)ydEc~Qau>Q+u4x03FYtnL~PDm%t!rb#wW z4wfJ1rSqf#uDyJm{_bU+JK8kvX|u$(=Rp0%I~kSj`}RhMdS9($nJQ;=pgxF(Py(N? zE4Q!Rie;7Ip=kGLP14q3+IT?<;wqzWOzOjbl}X6b8nt^H*LKOnQ$Mge!m6E$_5;+u z3Vcqh8iMHA{%FVH+5>}+k4|$)OwJl7i`H*1RCUB@KJxOP&qk!CwzRhSv2}JnU$@yz z!WPaYj{6n1$A{36ojR5v?^ha(UO`>*Y?kdN!aoK1D??=!2kdN literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 00000000000..7978a74534d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,806 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jiyoon, Ha , 2016 +# DONGHO JEONG , 2020 +# Dummy Iam, 2021 +# Geonho Kim / Leo Kim , 2019 +# Gihun Ham , 2018 +# Hang Park , 2019 +# Hoseok Lee , 2016 +# Ian Y. Choi , 2015,2019 +# Jaehong Kim , 2011 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Jay Oh , 2020 +# Le Tartuffe , 2014,2016 +# Juyoung Lim, 2024 +# Lee Dogeon , 2025 +# LEE Hwanyong , 2023 +# Seho Noh , 2018 +# Seacbyul Lee , 2017 +# 최소영, 2024 +# Taesik Yoon , 2015 +# 정훈 이, 2021 +# 박태진, 2021 +# Yang Chan Woo , 2019 +# Youngkwang Yang, 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Jamie Seol, 2025\n" +"Language-Team: Korean (http://app.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "선택된 %(verbose_name_plural)s 을/를 삭제합니다." + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d개의 %(items)s 을/를 성공적으로 삭제하였습니다." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s를 삭제할 수 없습니다." + +msgid "Delete multiple objects" +msgstr "여러 개의 오브젝트 삭제" + +msgid "Administration" +msgstr "관리" + +msgid "All" +msgstr "모두" + +msgid "Yes" +msgstr "예" + +msgid "No" +msgstr "아니오" + +msgid "Unknown" +msgstr "알 수 없음" + +msgid "Any date" +msgstr "언제나" + +msgid "Today" +msgstr "오늘" + +msgid "Past 7 days" +msgstr "지난 7일" + +msgid "This month" +msgstr "이번 달" + +msgid "This year" +msgstr "이번 해" + +msgid "No date" +msgstr "날짜 없음" + +msgid "Has date" +msgstr "날짜 있음" + +msgid "Empty" +msgstr "비어 있음" + +msgid "Not empty" +msgstr "비어 있지 않음" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"관리자 계정의 %(username)s 와 비밀번호를 입력해주세요. 대소문자를 구분해서 입" +"력해주세요." + +msgid "Action:" +msgstr "액션:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s 더 추가하기" + +msgid "Remove" +msgstr "삭제" + +msgid "Addition" +msgstr "추가" + +msgid "Change" +msgstr "변경" + +msgid "Deletion" +msgstr "삭제" + +msgid "action time" +msgstr "액션 타임" + +msgid "user" +msgstr "사용자" + +msgid "content type" +msgstr "콘텐츠 타입" + +msgid "object id" +msgstr "오브젝트 아이디" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "오브젝트 표현" + +msgid "action flag" +msgstr "액션 플래그" + +msgid "change message" +msgstr "메시지 변경" + +msgid "log entry" +msgstr "로그 엔트리" + +msgid "log entries" +msgstr "로그 엔트리" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" 추가됨." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "\"%(object)s\" 변경됨 — \"%(changes)s\"" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "%(object)s 삭제됨." + +msgid "LogEntry Object" +msgstr "로그 엔트리 객체" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}개체”를 추가했습니다." + +msgid "Added." +msgstr "추가되었습니다." + +msgid "and" +msgstr "또한" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}개체”의 {fields}필드를 변경했습니다." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields}가 변경되었습니다." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}개체”를 삭제했습니다." + +msgid "No fields changed." +msgstr "변경된 필드가 없습니다." + +msgid "None" +msgstr "없음" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"하나 이상을 선택하려면 \"Control\" 키를 누른 채로 선택해주세요. Mac의 경우에" +"는 \"Command\" 키를 눌러주세요." + +msgid "Select this object for an action - {}" +msgstr "작업에 대한 객체를 선택합니다. - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\"가 성공적으로 추가되었습니다." + +msgid "You may edit it again below." +msgstr "아래 내용을 수정해야 합니다." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 추가되었습니다. 아래에서 다른 {name}을 추가할 " +"수 있습니다." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 변경되었습니다. 아래에서 다시 수정할 수 있습니" +"다." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 변경되었습니다. 아래에서 다른 {name}을 추가할 " +"수 있습니다." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\"가 성공적으로 변경되었습니다." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"항목들에 액션을 적용하기 위해선 먼저 항목들이 선택되어 있어야 합니다. 아무 항" +"목도 변경되지 않았습니다." + +msgid "No action selected." +msgstr "액션이 선택되지 않았습니다." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\"이/가 성공적으로 삭제되었습니다." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"ID \"%(key)s\"을/를 지닌%(name)s이/가 존재하지 않습니다. 삭제된 값이 아닌지 " +"확인해주세요." + +#, python-format +msgid "Add %s" +msgstr "%s 추가" + +#, python-format +msgid "Change %s" +msgstr "%s 변경" + +#, python-format +msgid "View %s" +msgstr "뷰 %s" + +msgid "Database error" +msgstr "데이터베이스 오류" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s개의 %(name)s이/가 변경되었습니다." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "총 %(total_count)s개가 선택되었습니다." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s 중 아무것도 선택되지 않았습니다." + +msgid "Delete" +msgstr "삭제" + +#, python-format +msgid "Change history: %s" +msgstr "변경 히스토리: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s 을/를 삭제하려면 다음 보호상태의 연관된 오브젝트" +"들을 삭제해야 합니다: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django 사이트 관리" + +msgid "Django administration" +msgstr "Django 관리" + +msgid "Site administration" +msgstr "사이트 관리" + +msgid "Log in" +msgstr "로그인" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 관리" + +msgid "Page not found" +msgstr "페이지를 찾을 수 없습니다." + +msgid "We’re sorry, but the requested page could not be found." +msgstr "죄송합니다, 요청한 페이지를 찾을 수 없습니다." + +msgid "Home" +msgstr "홈" + +msgid "Server error" +msgstr "서버 오류" + +msgid "Server error (500)" +msgstr "서버 오류 (500)" + +msgid "Server Error (500)" +msgstr "서버 오류 (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"오류가 발생했습니다. 사이트 관리자들에게 이메일로 보고되었고 단시일 내에 수정" +"될 것입니다. 기다려주셔서 감사합니다." + +msgid "Run the selected action" +msgstr "선택한 액션을 실행합니다." + +msgid "Go" +msgstr "실행" + +msgid "Click here to select the objects across all pages" +msgstr "모든 페이지의 항목들을 선택하려면 여기를 클릭하세요." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s개의 %(module_name)s 모두를 선택합니다." + +msgid "Clear selection" +msgstr "선택 해제" + +msgid "Breadcrumbs" +msgstr "사용자 위치" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s 애플리케이션의 모델" + +msgid "Model name" +msgstr "모델 이름" + +msgid "Add link" +msgstr "링크 추가" + +msgid "Change or view list link" +msgstr "변경 또는 표시 링크" + +msgid "Add" +msgstr "추가" + +msgid "View" +msgstr "보기" + +msgid "You don’t have permission to view or edit anything." +msgstr "독자는 뷰 및 수정 권한이 없습니다." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "사용자를 생성한 후에 상세 정보를 편집할 수 있습니다." + +msgid "Error:" +msgstr "오류:" + +msgid "Change password" +msgstr "비밀번호 변경" + +msgid "Set password" +msgstr "비밀번호 설정" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "아래 오류들을 수정하기 바랍니다. " + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s 새로운 비밀번호를 입력하세요." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"이 작업은 이 사용자에 대해 비밀번호 기반 인증을 활성화합니" +"다." + +msgid "Disable password-based authentication" +msgstr "비밀번호 기반 인증 비활성화" + +msgid "Enable password-based authentication" +msgstr "비밀번호 기반 인증 활성화" + +msgid "Skip to main content" +msgstr "메인 콘텐츠로 이동" + +msgid "Welcome," +msgstr "환영합니다," + +msgid "View site" +msgstr "사이트 보기" + +msgid "Documentation" +msgstr "문서" + +msgid "Log out" +msgstr "로그아웃" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s 추가" + +msgid "History" +msgstr "히스토리" + +msgid "View on site" +msgstr "사이트에서 보기" + +msgid "Filter" +msgstr "필터" + +msgid "Hide counts" +msgstr "개수 숨기기" + +msgid "Show counts" +msgstr "개수 표시" + +msgid "Clear all filters" +msgstr "모든 필터 해제" + +msgid "Remove from sorting" +msgstr "정렬에서 삭제" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "정렬 조건 : %(priority_number)s" + +msgid "Toggle sorting" +msgstr "정렬 " + +msgid "Toggle theme (current theme: auto)" +msgstr "테마 토글 (현재 테마:자동)" + +msgid "Toggle theme (current theme: light)" +msgstr "테마 토글 (현재 테마: 밝음)" + +msgid "Toggle theme (current theme: dark)" +msgstr "테마 토글 (현재 테마: 어두움)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" 을/를 삭제하면서관련 오브젝트를 제거하" +"고자 했으나, 지금 사용하시는 계정은 다음 타입의 오브젝트를 제거할 권한이 없습" +"니다. :" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s'를 삭제하려면 다음 보호상태의 연관된 오브" +"젝트들을 삭제해야 합니다." + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"정말로 %(object_name)s \"%(escaped_object)s\"을/를 삭제하시겠습니까? 다음의 " +"관련 항목들이 모두 삭제됩니다. :" + +msgid "Objects" +msgstr "오브젝트" + +msgid "Yes, I’m sure" +msgstr "네, 확신합니다. " + +msgid "No, take me back" +msgstr "아뇨, 돌려주세요." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"연관 오브젝트 삭제로 선택한 %(objects_name)s의 삭제 중, 그러나 당신의 계정은 " +"다음 오브젝트의 삭제 권한이 없습니다. " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s를 삭제하려면 다음 보호상태의 연관된 오브젝트들을 삭제해야 합" +"니다." + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"선택한 %(objects_name)s를 정말 삭제하시겠습니까? 다음의 오브젝트와 연관 아이" +"템들이 모두 삭제됩니다:" + +msgid "Delete?" +msgstr "삭제" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s (으)로" + +msgid "Summary" +msgstr "개요" + +msgid "Recent actions" +msgstr "최근 활동" + +msgid "My actions" +msgstr "나의 활동" + +msgid "None available" +msgstr "이용할 수 없습니다." + +msgid "Added:" +msgstr "추가되었습니다:" + +msgid "Changed:" +msgstr "변경:" + +msgid "Deleted:" +msgstr "삭제:" + +msgid "Unknown content" +msgstr "알 수 없는 형식입니다." + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"당신의 데이터베이스 설치, 설치본에 오류가 있습니다. \n" +"적합한 데이터베이스 테이블이 생성되었는지 확인하고, 데이터베이스가 적합한 사" +"용자가 열람할 수 있는 지 확인하십시오. " + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s 로 인증되어 있지만, 이 페이지에 접근 가능한 권한이 없습니다. 다" +"른 계정으로 로그인하시겠습니까?" + +msgid "Forgotten your login credentials?" +msgstr "로그인 인증 정보를 잊으셨나요?" + +msgid "Toggle navigation" +msgstr "토글 메뉴" + +msgid "Sidebar" +msgstr "사이드바" + +msgid "Start typing to filter…" +msgstr "필터에 타이핑 시작..." + +msgid "Filter navigation items" +msgstr "탐색 항목 필터링" + +msgid "Date/time" +msgstr "날짜/시간" + +msgid "User" +msgstr "사용자" + +msgid "Action" +msgstr "액션" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "항목" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"이 개체는 변경 기록이 없습니다. 아마도 이 관리자 사이트를 통해 추가되지 않았" +"을 것입니다. " + +msgid "Show all" +msgstr "모두 표시" + +msgid "Save" +msgstr "저장" + +msgid "Popup closing…" +msgstr "팝업 닫는중..." + +msgid "Search" +msgstr "검색" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "결과 %(counter)s개 나옴" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "총 %(full_result_count)s건" + +msgid "Save as new" +msgstr "새로 저장" + +msgid "Save and add another" +msgstr "저장 및 다른 이름으로 추가" + +msgid "Save and continue editing" +msgstr "저장 및 편집 계속" + +msgid "Save and view" +msgstr "저장하고 조회하기" + +msgid "Close" +msgstr "닫기" + +#, python-format +msgid "Change selected %(model)s" +msgstr "선택된 %(model)s 변경" + +#, python-format +msgid "Add another %(model)s" +msgstr "%(model)s 추가" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "선택된 %(model)s 제거" + +#, python-format +msgid "View selected %(model)s" +msgstr "선택된 %(model)s 보기" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "사이트를 이용해 주셔서 고맙습니다." + +msgid "Log in again" +msgstr "다시 로그인하기" + +msgid "Password change" +msgstr "비밀번호 변경" + +msgid "Your password was changed." +msgstr "비밀번호가 변경되었습니다." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"독자의 과거 비밀번호를 입력한 후, 보안을 위해 새로운 비밀번호을 두 번 입력하" +"여 옳은 입력인 지 확인할 수 있도록 하십시오." + +msgid "Change my password" +msgstr "비밀번호 변경" + +msgid "Password reset" +msgstr "비밀번호 초기화" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "비밀번호가 설정되었습니다. 이제 로그인하세요." + +msgid "Password reset confirmation" +msgstr "비밀번호 초기화 확인" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"새로운 비밀번호를 정확히 입력했는지 확인할 수 있도록 두 번 입력하시기 바랍니" +"다." + +msgid "New password:" +msgstr "새로운 비밀번호:" + +msgid "Confirm password:" +msgstr "새로운 비밀번호 (확인):" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"비밀번호 초기화 링크가 이미 사용되어 올바르지 않습니다. 비밀번호 초기화를 다" +"시 해주세요." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"계정이 존재한다면, 독자가 입력한 이메일로 비밀번호 설정 안내문을 발송했습니" +"다. 곧 수신할 수 있을 것입니다. " + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"만약 이메일을 받지 못하였다면, 등록하신 이메일을 다시 확인하시거나 스팸 메일" +"함을 확인해주세요." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"%(site_name)s의 계정 비밀번호를 초기화하기 위한 요청으로 이 이메일이 전송되었" +"습니다." + +msgid "Please go to the following page and choose a new password:" +msgstr "다음 페이지에서 새 비밀번호를 선택하세요." + +msgid "In case you’ve forgotten, you are:" +msgstr "잊으신 경우, 귀하의 사용자 이름은 다음과 같습니다:" + +msgid "Thanks for using our site!" +msgstr "사이트를 이용해 주셔서 고맙습니다." + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s 팀" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"비밀번호를 잊어버렸나요? 이메일 주소를 아래에 입력하시면 새로운 비밀번호를 설" +"정하는 절차를 이메일로 보내드리겠습니다." + +msgid "Email address:" +msgstr "이메일 주소:" + +msgid "Reset my password" +msgstr "비밀번호 초기화" + +msgid "Select all objects on this page for an action" +msgstr "작업에 대한 이 페이지의 모든 객체를 선택합니다." + +msgid "All dates" +msgstr "언제나" + +#, python-format +msgid "Select %s" +msgstr "%s 선택" + +#, python-format +msgid "Select %s to change" +msgstr "변경할 %s 선택" + +#, python-format +msgid "Select %s to view" +msgstr "보기위한 1%s 를(을) 선택" + +msgid "Date:" +msgstr "날짜:" + +msgid "Time:" +msgstr "시각:" + +msgid "Lookup" +msgstr "찾아보기" + +msgid "Currently:" +msgstr "현재:" + +msgid "Change:" +msgstr "변경:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ad82179d81df906bc3962658a8cd8cef10b84212 GIT binary patch literal 5418 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 L0eCR3yY&A7v;gHz literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..4ccd453a7db --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po @@ -0,0 +1,315 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# DaHae Sung , 2016 +# alexhojinpark, 2023 +# Hoseok Lee , 2016 +# Jaehong Kim , 2011 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Jay Oh , 2020 +# Le Tartuffe , 2014 +# LEE Hwanyong , 2023 +# minsung kang, 2015 +# Seoeun(Sun☀️) Hong, 2023 +# Yang Chan Woo , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Jamie Seol, 2025\n" +"Language-Team: Korean (http://app.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "이용 가능한 %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "%s 선택 후 \"선택\" 화살표 버튼을 누르세요." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "사용 가능한 %s 리스트를 필터링하려면 이 상자에 입력하세요." + +msgid "Filter" +msgstr "필터" + +#, javascript-format +msgid "Choose all %s" +msgstr "모든 %s 선택" + +#, javascript-format +msgid "Choose selected %s" +msgstr "선택한 %s 선택" + +#, javascript-format +msgid "Remove selected %s" +msgstr "선택한 %s 삭제" + +#, javascript-format +msgid "Chosen %s" +msgstr "선택된 %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "%s 선택 후 \"삭제하기\" 화살표 버튼을 누르세요." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "선택된 %s의 리스트를 필터링 하려면 이 박스에 입력 하세요 ." + +msgid "(click to clear)" +msgstr "(클릭하여 해제)" + +#, javascript-format +msgid "Remove all %s" +msgstr "모든 %s 삭제" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s 선택된 옵션은 표시되지 않습니다." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s개가 %(cnt)s개 중에 선택됨." + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"개별 편집 가능한 필드에 저장되지 않은 값이 있습니다. 액션을 수행하면 저장되" +"지 않은 값들을 잃어버리게 됩니다." + +msgid "" +"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." +msgstr "" +"개별 필드의 값들을 저장하지 않고 액션을 선택했습니다. OK를 누르면 저장되며, " +"액션을 한 번 더 실행해야 합니다." + +msgid "" +"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." +msgstr "" +"개별 필드에 아무런 변경이 없는 상태로 액션을 선택했습니다. 저장 버튼이 아니" +"라 진행 버튼을 찾아보세요." + +msgid "Now" +msgstr "현재" + +msgid "Midnight" +msgstr "자정" + +msgid "6 a.m." +msgstr "오전 6시" + +msgid "Noon" +msgstr "정오" + +msgid "6 p.m." +msgstr "오후 6시" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Note: 서버 시간보다 %s 시간 빠릅니다." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Note: 서버 시간보다 %s 시간 늦은 시간입니다." + +msgid "Choose a Time" +msgstr "시간 선택" + +msgid "Choose a time" +msgstr "시간 선택" + +msgid "Cancel" +msgstr "취소" + +msgid "Today" +msgstr "오늘" + +msgid "Choose a Date" +msgstr "시간 선택" + +msgid "Yesterday" +msgstr "어제" + +msgid "Tomorrow" +msgstr "내일" + +msgid "January" +msgstr "1월" + +msgid "February" +msgstr "2월" + +msgid "March" +msgstr "3월" + +msgid "April" +msgstr "4월" + +msgid "May" +msgstr "5월" + +msgid "June" +msgstr "6월" + +msgid "July" +msgstr "7월" + +msgid "August" +msgstr "8월" + +msgid "September" +msgstr "9월" + +msgid "October" +msgstr "10월" + +msgid "November" +msgstr "11월" + +msgid "December" +msgstr "12월" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "1월" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "2월" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "3월" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "4월" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "5월" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "6월" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "7월" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "8월" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "9월" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "10월" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "11월" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "12월" + +msgid "Sunday" +msgstr "일요일" + +msgid "Monday" +msgstr "월요일" + +msgid "Tuesday" +msgstr "화요일" + +msgid "Wednesday" +msgstr "수요일" + +msgid "Thursday" +msgstr "목요일" + +msgid "Friday" +msgstr "금요일" + +msgid "Saturday" +msgstr "토요일" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "일" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "월" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "화" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "수" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "목" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "금" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "토" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "일" + +msgctxt "one letter Monday" +msgid "M" +msgstr "월" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "화" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "수" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "목" + +msgctxt "one letter Friday" +msgid "F" +msgstr "금" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "토" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..71d5e5b3caad6ab29577cd92f87ed616d8455e4b GIT binary patch literal 20129 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 VS8!Uk@g9}=d%A8t8b^`tzX4RnC9MDe literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 00000000000..683480cf13d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po @@ -0,0 +1,711 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Belek , 2016 +# Chyngyz Monokbaev , 2016 +# Soyuzbek Orozbek uulu , 2020-2021 +# Soyuzbek Orozbek uulu , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-27 14:12+0000\n" +"Last-Translator: Soyuzbek Orozbek uulu \n" +"Language-Team: Kyrgyz (http://www.transifex.com/django/django/language/ky/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ky\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Тандалган %(verbose_name_plural)s элементтерин өчүрүү" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s ийгиликтүү өчүрүлдү." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s өчүрүү мүмкүн эмес" + +msgid "Are you sure?" +msgstr "Чечимиңиз аныкпы?" + +msgid "Administration" +msgstr "Башкаруу" + +msgid "All" +msgstr "Баары" + +msgid "Yes" +msgstr "Ооба" + +msgid "No" +msgstr "Жок" + +msgid "Unknown" +msgstr "Такталбаган" + +msgid "Any date" +msgstr "Кааалаган бир күн" + +msgid "Today" +msgstr "Бүгүн" + +msgid "Past 7 days" +msgstr "Өткөн 7 күн" + +msgid "This month" +msgstr "Бул айда" + +msgid "This year" +msgstr "Бул жылда" + +msgid "No date" +msgstr "Күн белгиленген эмес" + +msgid "Has date" +msgstr "Күн белгиленген" + +msgid "Empty" +msgstr "Бош" + +msgid "Not empty" +msgstr "Бош эмес" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Сураныч кызматкердин %(username)s жана сыр сөзүн туура жазыңыз. Эки " +"талаага тең баш тамга же кичүү тамга менен жазганыңыз маанилүү экенин эске " +"тутуңуз." + +msgid "Action:" +msgstr "Аракет" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Дагы %(verbose_name)s кошуу" + +msgid "Remove" +msgstr "Алып таштоо" + +msgid "Addition" +msgstr "Кошумча" + +msgid "Change" +msgstr "Өзгөртүү" + +msgid "Deletion" +msgstr "Өчүрүү" + +msgid "action time" +msgstr "аракет убактысы" + +msgid "user" +msgstr "колдонуучу" + +msgid "content type" +msgstr "Контент тиби" + +msgid "object id" +msgstr "объекттин id-си" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "объекттин repr-и" + +msgid "action flag" +msgstr "аракет белгиси" + +msgid "change message" +msgstr "билдирүүнү өзгөртүү" + +msgid "log entry" +msgstr "Жазуу журналы" + +msgid "log entries" +msgstr "Жазуу журналдары" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” кошулду" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” — %(changes)s өзгөрдү" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s.” өчүрүлдү" + +msgid "LogEntry Object" +msgstr "LogEntry обектиси" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” кошулду" + +msgid "Added." +msgstr "Кошулду." + +msgid "and" +msgstr "жана" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}” үчүн {fields} өзгөртүлдү." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} өзгөртүлдү." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” өчүрүлдү." + +msgid "No fields changed." +msgstr "Эч бир талаа өзгөртүлгөн жок" + +msgid "None" +msgstr "Эчбир" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Көбүрөөк тандоо үчүн “CTRL”, же макбук үчүн “Cmd” кармап туруңуз." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" ийгиликтүү кошулду." + +msgid "You may edit it again below." +msgstr "Сиз муну төмөндө кайра өзгөртүшүңүз мүмкүн." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} \"{obj}\" ийгиликтүү кошулду. Сиз башка {name} кошо аласыз." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” ийгиликтүү өзгөрдү. Сиз аны төмөндө өзгөртө аласыз." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "{name} “{obj}” ийгиликтүү кошулду. Сиз аны төмөндө өзгөртө аласыз." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” ийгиликтүү өзгөрдү. Төмөндө башка {name} кошсоңуз болот." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" ийгиликтүү өзгөрдү." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Нерселердин үстүнөн аракет кылуудан мурда алар тандалуусу керек. Эч " +"нерсеөзгөргөн жок." + +msgid "No action selected." +msgstr "Аракет тандалган жок." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ийгиликтүү өчүрүлдү" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"ID си %(key)s\" болгон %(name)s табылган жок. Ал өчүрүлгөн болуп жүрбөсүн?" + +#, python-format +msgid "Add %s" +msgstr "%s кошуу" + +#, python-format +msgid "Change %s" +msgstr "%s өзгөртүү" + +#, python-format +msgid "View %s" +msgstr "%s көрүү" + +msgid "Database error" +msgstr "Берилиштер базасында ката" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s%(name)s ийгиликтүү өзгөртүлдү." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Бүт %(total_count)s тандалды" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s нерседен эчтемке тандалган жок" + +#, python-format +msgid "Change history: %s" +msgstr "%s тарыхын өзгөртүү" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s өчүрүлүүсү үчүн %(related_objects)s да " +"өчүрүлүүсү талап кылынат." + +msgid "Django site admin" +msgstr "Жанго башкарма сайты" + +msgid "Django administration" +msgstr "Жанго башкармасы" + +msgid "Site administration" +msgstr "Сайт башкармасы" + +msgid "Log in" +msgstr "Кирүү" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s башкармасы" + +msgid "Page not found" +msgstr "Барак табылган жок" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Кечирим сурайбыз, сиз сураган барак табылбады." + +msgid "Home" +msgstr "Башкы" + +msgid "Server error" +msgstr "Сервер катасы" + +msgid "Server error (500)" +msgstr "Сервер (500) катасы" + +msgid "Server Error (500)" +msgstr "Сервер (500) катасы" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ката кетти. Сайт башкармасына экат менен кайрылсаңыз тез арада маселе " +"чечилиши мүмкүн. Түшүнгөнүңүз үчүн рахмат." + +msgid "Run the selected action" +msgstr "Тандалган аракетти иштетиңиз" + +msgid "Go" +msgstr "Жөнө" + +msgid "Click here to select the objects across all pages" +msgstr "Барак боюнча бүт обекттерди тандоо үчүн чыкылдатыңыз" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Бүт %(total_count)s %(module_name)s тандаңыз" + +msgid "Clear selection" +msgstr "Тандоону бошотуу" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s колдонмосундагы моделдер" + +msgid "Add" +msgstr "Кошуу" + +msgid "View" +msgstr "Көрүү" + +msgid "You don’t have permission to view or edit anything." +msgstr "Сиз эчнерсени көрүүгө же өзгөртүүгө жеткиңиз жок." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Оболу колдонуучу атыңызды жана сырсөздү териңиз. Ошондо гана башка " +"маалыматтарын өзгөртө аласыз." + +msgid "Enter a username and password." +msgstr "колдонуучу атыңызды жана сырсөз киргизиңиз." + +msgid "Change password" +msgstr "Сырсөз өзгөртүү" + +msgid "Please correct the error below." +msgstr "Төмөнкү катаны оңдоңуз." + +msgid "Please correct the errors below." +msgstr "Төмөнкү каталарды оңдоңуз" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s үчүн жаңы сырсөз териңиз." + +msgid "Welcome," +msgstr "Кош келиңиз," + +msgid "View site" +msgstr "Сайтты ачуу" + +msgid "Documentation" +msgstr "Түшүндүрмө" + +msgid "Log out" +msgstr "Чыгуу" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s кошуу" + +msgid "History" +msgstr "Тарых" + +msgid "View on site" +msgstr "Сайтта көрүү" + +msgid "Filter" +msgstr "Чыпкалоо" + +msgid "Clear all filters" +msgstr "Бүт чыпкаларды алып салуу" + +msgid "Remove from sorting" +msgstr "Ирээттөөдөн алып салуу" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ирээттөө абзелдүүлүгү: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ирээтти алмаштыруу" + +msgid "Delete" +msgstr "Өчүрүү" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s өчүрүү үчүн башка байланышкан " +"обекттерди өчүрүү да талап кылынат. Бирок сиздин буга жеткиңиз жок:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s өчүрүү үчүн башка байланышкан " +"обекттерди өчүрүү да талап кылат:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Сиз чындап эле %(object_name)s \"%(escaped_object)s\" өчүрүүнү каалайсызбы? " +"Бүт байланышкан нерселер өчүрүлөт:" + +msgid "Objects" +msgstr "Обекттер" + +msgid "Yes, I’m sure" +msgstr "Ооба, мен чындап эле" + +msgid "No, take me back" +msgstr "Жок, мени аркага кайтар" + +msgid "Delete multiple objects" +msgstr "обекттерди өчүр" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s өчүрүү үчүн башка байланышкан обекттерди өчүрүү да талап " +"кылат. Бирок сиздин буга жеткиңиз жок:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s өчүрүү үчүн башка байланышкан обекттерди өчүрүү да талап " +"кылат:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"чындап эле %(objects_name)s өчүрүүнү каалайсызбы? Бүт байланышкан нерселер " +"өчүрүлөт:" + +msgid "Delete?" +msgstr "Өчүрөлүбү?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s боюнча" + +msgid "Summary" +msgstr "Жалпысынан" + +msgid "Recent actions" +msgstr "Акыркы аракеттер" + +msgid "My actions" +msgstr "Менин аракеттерим" + +msgid "None available" +msgstr "Мүмкүн эмес" + +msgid "Unknown content" +msgstr "Белгисиз мазмун" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Сиздин базаңызды орнотуу боюнча ката кетти. Керектүү база жадыбалдары " +"түзүлгөндүгүн жана тиешелүү колдонуучунун жеткиси барлыгын текшериңиз." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Сиз %(username)s катары киргенсиз, бирок сиздин бул баракка жеткиңиз жок. " +"Сиз башка колдонуучу катары киресизби?" + +msgid "Forgotten your password or username?" +msgstr "Колдонуучу атыңыз же сырсөздү унутуп калдыңызбы?" + +msgid "Toggle navigation" +msgstr "Навигацияны алмаштыруу" + +msgid "Start typing to filter…" +msgstr "чыпкалоо үчүн жазып башта" + +msgid "Filter navigation items" +msgstr "Навигация элементтерин чыпкалоо" + +msgid "Date/time" +msgstr "Күн/убакыт" + +msgid "User" +msgstr "Колдонуучу" + +msgid "Action" +msgstr "Аракет" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "Бул обекттин өзгөрүү тарыхы жок." + +msgid "Show all" +msgstr "Баарын көрсөтүү" + +msgid "Save" +msgstr "Сактоо" + +msgid "Popup closing…" +msgstr "Жалтаң жабылуу..." + +msgid "Search" +msgstr "Издөө" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "жыйынтыгы:%(counter)s" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "жалпысынан %(full_result_count)s" + +msgid "Save as new" +msgstr "Жаңы катары сактоо" + +msgid "Save and add another" +msgstr "Сакта жана башкасын кош" + +msgid "Save and continue editing" +msgstr "Сакта жана өзгөртүүнү улант" + +msgid "Save and view" +msgstr "Сактап туруп көрүү" + +msgid "Close" +msgstr "Жабуу" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Тандалган %(model)s өзгөртүү" + +#, python-format +msgid "Add another %(model)s" +msgstr "Башка %(model)s кошуу" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Тандалган %(model)s обеттерин өчүрүү" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Сайтта бираз убакыт өткөргөн үчүн ыраазычылык." + +msgid "Log in again" +msgstr "Кайрадан кирүү" + +msgid "Password change" +msgstr "Сырсөз өзгөрт" + +msgid "Your password was changed." +msgstr "Сиздин сырсөз өзгөрдү." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Коопсуздуктан улам эски сырсөздү териңиз, жана биз коошкондугун текшерүү " +"үчүн жаңы сырсөздү эки жолу териңиз." + +msgid "Change my password" +msgstr "Сырсөздү өзгөрт" + +msgid "Password reset" +msgstr "Сырсөздү кыйратуу" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Сиздин сырсөз орнотулду. Эми сиз алдыга карай жылып, кирүү аткарсаңыз болот." + +msgid "Password reset confirmation" +msgstr "Сырсөздү кыйратуу тастыктамасы" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Тууралыгын жана коошкондугун текшере алышыбыз үчүн сырсөздү эки жолу териңиз." + +msgid "New password:" +msgstr "Жаңы сырсөз" + +msgid "Confirm password:" +msgstr "Сырсөз тастыктоосу:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Сырсөз кыйратуу шилтемеси жараксыз, мурдатан эле колдонулган болушу мүмкүн. " +"Башка шилтеме сурап көрүңүз." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Сырсөз тууралуу сизге кат жөнөттүк. Эгер мындай аккаунт бар болсо аны тез " +"арада ала аласыз." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Эгер сиз екат албасаңыз даректин тууралыган текшериңиз жана спам папкасын " +"текшериңиз." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "Сиз %(site_name)s боюнча сырсөз сураган үчүн бул экат келди." + +msgid "Please go to the following page and choose a new password:" +msgstr "Төмөнкү баракка кириңиз да жаңы сырсөз тандаңыз." + +msgid "Your username, in case you’ve forgotten:" +msgstr "Сиздин колдонуучу атыңыз, унутуп калсаңыз керек болот." + +msgid "Thanks for using our site!" +msgstr "Биздин сайтты колдонгонуңуз үчүн рахмат!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s жамааты" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "Сырсөз унуттуңузбу? едарек териңиз сизге сырсөз боюнча экат жөнөтөбүз." + +msgid "Email address:" +msgstr "едарек:" + +msgid "Reset my password" +msgstr "Сырсөзүмдү кыйрат" + +msgid "All dates" +msgstr "Бүт күндөр" + +#, python-format +msgid "Select %s" +msgstr "%s тандоо" + +#, python-format +msgid "Select %s to change" +msgstr "%s обекттерин өзгөртүү үчүн тандоо" + +#, python-format +msgid "Select %s to view" +msgstr "%s обекттерин көрүү үчүн тандоо" + +msgid "Date:" +msgstr "Күн:" + +msgid "Time:" +msgstr "Убак:" + +msgid "Lookup" +msgstr "Көз чаптыруу" + +msgid "Currently:" +msgstr "Азыркы:" + +msgid "Change:" +msgstr "Өзгөртүү:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..037e5fd78e1b45344f1eaf8b22343be4aa311799 GIT binary patch literal 5888 zcmbuBZH!!18OM)0DlWc);v49(w%7_YyIbo5Q;O8WBH*?ST`Wxu$(^0EJHyW0yWV?e zw}Xk4%`R64Lt4e=OF*;c{hI% zd?)i?x%uxL{t0{+>wk9mFNc>RtcUdvgYN*>f*%KS;ML%E@Di}*@M|FdYL1(j_5k>H z@Y`nHiIvL^4{g#9tW=i9|6yR6X4wl{~-7r_#yCR@FU>g z9bR@RF=CztuK;gzcrPgL)xZyc2SIu7C@ANb!HhKbhBa7tN7UaOX5On5|LSsXghs6eMSm|S@xIaFtq!+?lE2-coV(Y} z$3e+^=BewTR{!(205zsf+Fwh;7j0P@C@i*mfCd0&NhYJqRIeZQjzg~3n zUpxG*!&e->>hLcP{{fPIdu?ziAil40^L|ijL3sEH#-|t(qfLyf7&*o#8B+f@F@%p< zhQvoMLT5Q3&%&KNV?9ISE*F$-T{pWY%En&TIK)hwA2+o<>@!SgV`_kLJ%bW$UC>G0 zz>wO!(XEm?oAY&Uz6Ja&L-;C})TPvh^ar^<&G;N+qfEFYZ*pCif~^9uZsWGWjX9gOOA>qq>UM;6RTY>Mi&_6D?SfxBNuH!(D zSaI5`R9MzttOK;<)VAh+XsW@avHKiN-)&RPGfUcH%{9=Q3&?pMk&zsJEzyAL|H>bLk<;8JY_f|+T*D}^SX(0s~XkHbK4@vg8$Q^G(@jwQBZ^)!$CC= zyVY=g!r(GYjU|5KHP54#Wx5zlr5>#sPqoKHa8bkwvq~O3ZdN2g)80s24*Y9v{Oaz2 z|NH6h#=7bip}a4d@cc1DP5anTEKin;HLrqpQz=F^Ivj_v6Jb!GOzXN51U3Pq0c<7G zw-M-C9P@hUF_%RY%g!#bCf&=uws{=VE6s~|wHr0&G?W5LY5!VrDYjL-vsWK)M zD2X77bIL0eLNl4u)xeKS+BU-s_wIGu9y4^wu8n3t%J9&&)$C9i9=f(%pUQyUJ9MrL z?dzgt->}?$+IF`L_pamgJ67vmtJ~?T(mOLebZxnwk^#GRT0JGhlL~y|W@1RL2g5Q% z&kT014F$fe4Rx;V^5UA5L}u5D)tWuIVr{ro3nMu>+<9`iW-eabZHj)nyj$%IgZudC zWp6KLzhuIQ3d`%_eUwqqbC;P2!Z~N6RJv(<~?=q8RIhvKPSzd4K z+t{D&+m!9wsQdf#n>Jn3$JO&iFN(9nq31^xFAl=I-WAkq_ZQ5#-Vp{CYqd&E-x#^& z{u>5z<6}3ERr!eKMuO^1NbtvM-k8Y_8?TzzchYfjR$j+uZ`?ak@yh;YsnReq@s_)X z2ea3=&xx*46J~GqM}i`KJFl-Vl;f6_c|Bh5*;%QDUL`vigw-go{Rumbw)Ah->Eo8Z z%{~0Qu)jBwv&qTEbYov~GI^G9mfs=vCrM)_nP=}=?n}wDjRT4!^T~W;n(2IUPP^%h z9#F}V#=*wiij@bGbDTVxEH%ENk_VG#k`s;D#=gdk;xlb!itKrv{0!wY$zrmA)P-cR zF?0Ud`C}?MoGi1rm@MnYT;o7;LiDQS2hO79WEq|3k6~=vO4(jU-)yp|xgF;$4=pFe z$OG8Ch}KoN52fCrtwXA4T4`}xq6yr|f0Ws&oVe4DKLL=;M7m1}i`G-ZV-3IXl*nyNOBCBmDhSo1LAwrqr*F<4aQ7NLW!lEgwXbFv{j#jAp?urEgirH(t}vH5Z;t3*rs?(ySnfS*o7G zu^gk$lM_N{p&RT?PM$w1#j#2QTj@_%#w1`;^&K_VF4Ycq7AfIY+6a^IVP06+>JUfJ zJtv72K1mJPVA1!)CJbEY%nY^DOo_;m?h89ki9?OK)Z5e2u23mdmKsb?BquC2ZM8}c zgfS;91y9)QV;0R?SV5SY^uwT35mh z`mg*<*^P0p=PBJ9nmgB%)4Fj`YC@b6Kdn, 2020-2021 +# Soyuzbek Orozbek uulu , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-02 11:44+0000\n" +"Last-Translator: Soyuzbek Orozbek uulu \n" +"Language-Team: Kyrgyz (http://www.transifex.com/django/django/language/ky/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ky\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s даана жеткиликтүү" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Бул жеткиликтүү тизмеси %s даана . Сиз төмөндө кутудан кээ бирлерин \"Тандоо" +"\" баскычын басуу менен тандап алсаңыз болот." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Жеткиликтүү %s даана тизмесин чыпкалоо үчүн төмөнкү кутуга жазыңыз." + +msgid "Filter" +msgstr "Чыпкалоо" + +msgid "Choose all" +msgstr "Баарын тандоо" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Бүт %s даананы заматта тандоо үчүн чыкылдатыңыз." + +msgid "Choose" +msgstr "Тандоо" + +msgid "Remove" +msgstr "Алып таштоо" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s даана тандалды" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Бул тандалган %s даана. Сиз алардын каалаганын төмөндө кутудан \"Өчүр\" " +"баскычын басуу менен өчүрө аласыз." + +msgid "Remove all" +msgstr "Баарын алып ташта" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Тандалган %s даананын баарын өчүрүү үчүн басыңыз" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)sнерседен %(sel)sтандалды" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Сиз өзүнчө аймактарда сакталбаган өзгөртүүлөргө ээсиз. Эгер сиз бул аракетти " +"жасасаңыз сакталбаган өзгөрүүлөр текке кетет." + +msgid "" +"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." +msgstr "" +"Сиз аракетти тандадыңыз бирок өзүнчө аймактарды сактай элексиз. Сактоо үчүн " +"ОК ту басыңыз. Сиз аракетти кайталашыңыз керек." + +msgid "" +"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." +msgstr "" +"Сиз аракетти тандадыңыз жана өзүнчө аймактарда өзгөртүү киргизген жоксуз. " +"Сиз Сактоонун ордуна Жөнө баскычын басууңуз керек." + +msgid "Now" +msgstr "Азыр" + +msgid "Midnight" +msgstr "Түнүчү" + +msgid "6 a.m." +msgstr "саарлап саат 6" + +msgid "Noon" +msgstr "Түш" + +msgid "6 p.m." +msgstr "Кэч саат 6" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Эскертүү: Сиз серверден %s саат алдыда жүрөсүз." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Эскертүү: Сиз серверден %s саат аркада жүрөсүз." + +msgid "Choose a Time" +msgstr "Толук убак танда" + +msgid "Choose a time" +msgstr "Кыска убак танда" + +msgid "Cancel" +msgstr "Жокко чыгар" + +msgid "Today" +msgstr "Бүгүн" + +msgid "Choose a Date" +msgstr "Күн танда" + +msgid "Yesterday" +msgstr "Кечээ" + +msgid "Tomorrow" +msgstr "Эртең" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Янв" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Фев" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Мар" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Апр" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Июн" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Июл" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Авг" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Сен" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Окт" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Ноя" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Дек" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Жек" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Дүй" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Шей" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Шар" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Бей" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Жума" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Ише" + +msgid "Show" +msgstr "Көрсөт" + +msgid "Hide" +msgstr "Жашыр" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f989aedbeabc7e3124110249418e3ee8bd1b63c4 GIT binary patch literal 913 zcmY+C&2G~`5XToNU*-q+w#ca>VSLSnl-G^|0-<#Lzd-}S5 zF1R`~ubZ_7uFxuGt+He-HRY*v#I|y&GGc8i3DLf0J!u_Z$KlknBrhxmh ziN+Z_QfEq!6+0%&dPbkpz=_>dyeDIQ6P});t_}`qq>U3@n-!^eTV+-xI_5#|AQ4-J zq!%RG&=K>MFj^O3B%%h7*5cL1au|gn62&2XEPT!X@)}op;c^HII#4YVBb673xI4#vPSaG9!_Y9LBs;O=#HHmB|X5^Tph`QCzQ&$K#sw zb&C_4)CPK3zkIVRl=C9>vR_{cy1U)&>ls9~FxbNMNI~0lgqL(QarIFt3$@7yxipqs z^C;O78`pWh*9jT1tp++RR2K7%e&PO!jd|G*dSzu~DR#6O+L)`+EVRv)O@6s-E-L<_ z$)lysfVIvr, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/django/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "All" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Nee" + +msgid "Unknown" +msgstr "Onbekannt" + +msgid "Any date" +msgstr "Iergendeen Datum" + +msgid "Today" +msgstr "Haut" + +msgid "Past 7 days" +msgstr "Läscht 7 Deeg" + +msgid "This month" +msgstr "Dëse Mount" + +msgid "This year" +msgstr "Dëst Joer" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Aktioun:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Läschen" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Änner" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5b7937f60831ed7f8a2584d2470803c9833582d3 GIT binary patch literal 474 zcmYLFO-lnY5LNWFN6#K2cu;hjq*$z}74f4`X|a^mdv-V7M$%+SvbO#Z@BT7>i?gk? z4<4CE-c07@_vr9@53!FtMxG)MkeA2?UE~j5-r(7IwwQSLq4EgB0^XGm+F3!04{1x6 zOjYH4gmEZ!0S|QtWugDrx$FBl>j$q*s+(gq`=^MbrcYjq$ar3+=qEpCJI-mGOy+nKw=9$VJ3RFEpU z5M)%Z)FN}WFLjucvw4h_pme!hwqi3^&(x}wy9KQ_X#=h3CL}fggQ&^qc`_c3pLhSj zTP%5WHY$tzeN`AVs#TIYHPWptO_maIo)MJbs literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e1c4a6abe17 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po @@ -0,0 +1,145 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:12+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b225f663d4ec37c05d8fe81c6e46d6d2a0da01ba GIT binary patch literal 17033 zcmc(mdyrmbeaDZ8AVE<;ynw}rl#s0MzDc+!EJ>D-LC_dVz3 zTz2yYQ^A515$m-nnko^hRxPph!q}m)c6Pngnf4FssJ+laFHT!qoYBr`sWbh2pXZ$O zzPs53Ql06UJn#2hp3Cp~-Jj>#Jbu>6AM&_9M|maX;PX81DczsW57+n3@Vs-t?}IM| zp90SVPkE8&-3qP*F9P?2djBxE8T?c5GVr7qyY`oZr|>)qo(kRwJ{Noo_yW)`zDJ9u@LuqR;2CGR z`MeTTf0ux2Hw^O6+gjkwAXD*Xz*m6#K+*p}a3y#UTn&B&q-*a7pz8k&To0ZG@vzjp z64dw2;0kaI6y0wHHEtVJy*W_y><3>4-UVvhgP_Lw5~%SX2gRp<0nY{h2iyz3>?NLe z8~9%E5%44`O@e<2J_NoTA&PI0foi`1imtx_#h3p8Mc32dRp1JUI3K(Y6kRjmjo@wI zh2Yo07WhN(BycxEQvYuTMP~qR1>4}s;2(jvgO7qYgO@Nl^?M&EJ$OH;b{_-9$4?gD z9|gtlBcS;A1Sooc2x{E_24R8sb5QNigei!?dj*Ipc!QwE-w0}cSA(ke#^QN5sPU$Y z=e?lx`5sWF@DTVa@Gxk=zXUVzN8m0npz=N7m%w3g6UwV`yP(E<7pQqY0E*5BLGk?y zAguGg28zDNK}6^MBgj;|pMsj_S-;}wFrfMw1f@5Zfa-4}sQ%svz8b89qW?Xh`1)y3 z{CE_UeEu9%yKjSs!5@IDzyk<-0Q?hB{P_X63497`@P1J8JR9NO0-g_QUUQ)A;m!i@0maArLD6*( zl)N4W#kVgM_~qjJ5m58~8mRuh4ZaTiJMcd6oL_Z(I0VXXd>Ry=9|7M1J_cR_j$G*c zPzuiQ{9bS)_%tYfTmjS8fa9R_WPgG8g6j7}py+-86g{6RzJC!EU0*HmTgChDfG6|* z3Glp=ux}7k@lIk8>B)JZ`F;0kaJ4^|GK z#=9Pr-;KZq_z&O*z-?>sh2ZzW2f^23JTCyh3u^p-0#QltY4C;M`Rm<$2SM4-RUoYL zeiM}5e*v5U9|M`Hx0*@58ypAq{RvR?{VOQG{sh$cKQEqdMXBG%a~*sO_+Oy-F?Ok= zXAh|Mv*4NFouK;p04V+)1V!f`gQEW%AZqIUJt%%X397%RLDfI?GAEZ+p!DN%@WtRp zQ2maA8s}zEat}fIy*t5+z>k100sjnyrQUZz$^Deq!V|Ct?gk$PbMQ=zd^30th->k_ z399|SgPNCjxuf%RQ1o92O0TX2_5Bu5bk{)x-U&+19|u+c2q?P01BwrigOcA5LDBu9 zE1Z8E0HqhVg0hb;cn)|kDEWU3RKK4E9|FGtz8Y)|JAFO?N)NvZj)30+r3a^9>At@X zRDV8rH#k?k|2cR)&#N~$KRgG@KITEa|4&eQwP~Yk_fAmrc)=!k51tF^`7TiU^nOru zd>9lT9|pyzFN0@+^TqRbLA84llze{#o((<+;$H!t14@2t!B2y41=as)S2?{n6I8pG zg7<){K~&s346Xs600VFZ!lkL#0p*`Q2O@g!ufQ|F)30`TE-1Ym0Ht4ppy=BKivK$b z+zo0zlg0CG#q+O&&*8l;jf44kbCkDIR#7ll@4XboVqNcY;C%@EOmQ#xIOP_Ke1fjG zP~J>I9joiA;to@^*KhFqN(w6BjZwBy+7w;CO{v>ECr{l(isY_KcJy}2>nYNy`zePgl8df=6x7GNgQ83J_#ovj%EJ_0w^5`|laz7FYRa1^ z{TC`>ZB_5iqgjl4-w_nlLk>zY(;8ENG0-gYBv6H|0Z}FW%->%N+CLIulRwwQd>H zYf`uD+-zak+uWd+MuU2eNcWIh@S`}J4idh#V`zcVs@Z!x8zd8P8WbYYN0`mz;)xl^ zV}7;b-R&3KMNQ(>Kfg7n~_sD&XH(wGv`N{$>M@l z26Ca+jZ$g~1O;i`?*xrK6=5SroP#}TFd4U6@mv^9A>bCHG~j>GPR(3Mor$0n1H5_` zqnCWH$S5`T7(+Ue(DtYyV#4G^h#2v<_z^-Xr(X$ii`9J3fmxN7chjg@oOFl#UbVZX zgI&$VNu#W_^to?Nr6RbVhl>`ArEZ3pytBO&opDtg=Jv@jXf@LP@H;WfXvETbHE&BR z@Dt-kmkZd^3hPaSMg|hOdv7IJF|nS+DZE5(9e)bN+0sHky)AJx87A#&o{*g`M!O81KC zp(kq!n<#8Y0<8vK&e~QVZEdT6Q7V3c5#_K=81-gens_n8K{JtOaw&=N>(*^oK6%=o z4NNCU+F_caeM`Jd&uL`cPLRr%luTPpZl7ut6-vkS3(Dq1hxvbG1-83&hFBag4eG_) z6o>0Rd0XRp-o`Xt(BIbf!xmo}1lDxe+ZK^27~e#}TxHDGok$b&ly4iz7vgAY)2cOk zbRliS+Tvxc>Y)5+-EQgbYToN@Dgq>FHfW&2j<$SdGd>+egHoN3n_yzn@&>(!b zW6aG`6n7NgQaX>5sW{7m$f;X7s=*tUBa9rY(ui?Ww~89{Glc*}@EWuenF~aU`>gCJ z$!(BNEsN41v!?I37e_(OdqeD9qclU2^%@r$ylZ0oMI)Yz%u3uQ%xtY36p1{w+XShV z22=3OPQO0b=Y;KaGlC9Z>G+x$|G9nAhU!MF1SbjVL5Mw3!_qfs@S^g%ZNC{*;e0hU zEZ6au5@{iL+fNcqK_b4tL150N-Hhwg0TID+CGGfah4My_)V%FBfVcBBQvk0_5Jy0m zL#T)e%O()DF?%Z?O^YGhH8UC)@!vXti2#AQVAiO4JK`z4Ndd;6@{5N!&-4-@C0%p9 zO@DZfn|a6Esnm&-&UTMKEpkC}T%wuN@}1q13U9PevxmLWn198$Y8ExUvoZr+Ozjak z8Y335v>liUzuu&76xbi*&tgkbQqK{Xdb@~`M(M*O*>i(Omj)EQ^`0@lAY1Zi>Mp3d z8PGH{uY;;Cy*k0xV?u154T^u2pc~upXG4Ed96y ziB~}>(E;+s z{s&_#d1KS@oU&7ItO|Jev|@ofhSSWZnI76OryyqioO5oNyGv5-qPN8=g_u&q3zyDQ zg2kmIaVH6J=kgD(0nj2n>GNetpf!%uwVwA?2UVj`YhAx#BicmQYE6IV3Rg96%!%4C zVk{+AvRK~liSqV@7RcUM-`cxeNm0?Qkd+nNwblUfaV#gmBwcTuFw!hyRwsxWa0Io& zpWT-GEygj*&K++=^v%J9vH3$5<9=%W&2#CkQEsOS7w}1|!@>c(b*dKOeM{{nTLrFx z8kad+7Wi%3Pie?7N}ApZqo(aBjAo${_I6l_gcB_}o4OCjj)oaY0_l=q{ zg|ASW9^goqBsg{iO)OZnY})TA$6|0li?=wQeO0rY)wEn9u z0kU-K#~`YRtfYVzq@12A_=fiD?Vj2@&h%qJuBZOK?lQ70^{7R)y=-W ztT;){Z0HwhnwI_Pv|XeTlqSQylI1iV5JF6!CD=&N!R!Neyd)D$w2fPwcDHV2v3Tj? z7w*m!i+&M_vBndabyvEoyv%8j=)v_Adv4ZRiZQzQQ*RuD8}`O!U;Iu@k>{3v{>G>o zkt})zDk~tv&Ac0N5#CMm&iaufwn&mCez*sFcXP0sOquSIu3L*`sCi)s@WO^DoCTp% ziHdlnT&3pGPRXKDVXDC%!tXIM-hy{7xfwJeDFP{MvD&jcZ`$i2L(tGJdscro1j{^k zYs1OOs7zz2Nvtd61TC#P4rxbQrR@Z$w_i#8>Fp|9kC?1Bz&0_ zt)idOd#mey)U^SqX4}XsENcSHNiuW1kcYLZ;}};uJCWCuqF?1bg}c-i5LMjDr;-Jk z+Nw2u-qzBQ^xDdOTD!yJ;x(bex-L>1e;S`^GXi*_L=2@|+PZH?xcH5mLpKDoq551}?{c$#-S8#U<65zU zEPiM_@uQRkBTk0NFEUuZ6&vd|e6yjg$EzCdv4+ZTqDeHBGx?!$0^_jRff?m~6k=d& zrn9Uwymsx}++2+mheUfa*sDfs-K_$&V8TQ`%O=3WAP634C8C8tA~C;8YEL@1`JZrjm1c!&)r~8}kRU&>Qvh85>{R zjH?fd!DS^f{RGAY(fr+XU+(E2_0{KN|E4wR{F8Tlv^-xKNT0mppt65EE(>0F$Jonk zR+k^kYBN?%H&=%~PHn|7aV@r+QgP~C9c0b8Np_;83Fj|{^q7zrHj{ABG;#TnmLBBR zg{;JG=VQx+efiTLE18t_!OZ*vcHb6JO6=^@ls)OVhvBrCI^KAdRA^g{-8=Fb3z{5I zbyLMKr!kBYgyaS%FtneJc-u>|7^G0;D8MJcMmA=w$%fU96}4UxsTMwOP;a<2tx*_aWmosrR8@rf8j{nm_O_lAC`Mp5pU;MsY@{|x>wwpqqJl3Nl;ah1#dt)6ISxxD}{Qc+)dNF^X;kV_`D$dV_ z@SWy~zi=o|y&D&fUh&SO>*>#E97xZwneTAFFIw9A$t(1pOZU5r`2)voZE8B z%bzC|)6_|BX+fp+E_<4U%r$B?C9`lS)b58HIW!^b{U!Fr>IHxOtVhV$m6K{AncgVN zbW7sS+CTG&7PEdr93YBlAIi4Ru(WU~ojf~cEPTGw5s|f6z|Mu0Zp2cuw4-O7a35Ez z&aJzDrp}l0P8-Uysocz9Y|wG^RGl)AK=5_hY3F$Ka^ASpPL5fXdT1lTQO83rAQZ1L zMGOri#W;IQ>7oj|?DoK@j*IiQwQ5!!wHVT&k?eQ=k=ekxhKSe*5Bhza;ax+5%fn|n zJX+L`ZDYmWphxLOx3EF99NcRwvGKP!oq^o|^>@`&k8GL>2fOZe&L%8EyZA@xqR z8HeXvIMftp%Vl^IX~dkI5~RaUNhapBj09@lP2FZgZg^Z~N2JG{Z!cn&H=1*>Q+W2i z6Db=wdS_A`N10~a?u0ofM0o3zHJ#FfO7qok!92pROMR4!D2#-ucP%e9RW}j%N^G5l zlWgNDSZMcg{xG5lo7P>!Qb|*Z57`0pUWQFgCPUb8$5x4YQ@lV?w2MRj64_v7nY?hQ z<+lm&=qyW{2u9XWS`AE6(&vkMvvIR49HC1CjGwU|0E=gBa+s$zWLfl4B=xXAP-<(F zFcOeFnu6=3X5~FhO5j@}2@r3~8av99EoZ_~Yd;K-xbIcj2$T~LBz0{}apV>Hp|?|6 zhNFk4QJa~f6Fv0|G0#!9gIqpK_$cO3(m6VRAhF3Gx!`CaI6N$Ihe*q8iittdD6*PL z<_|9%fdzgBPds<@WqTk?4ege~r%S4oa zFKJPJS&~A)uC$rs#H0b7l96~bAC%8&mO_jlrb=xVjs$WS$~z-`E}CT%3@L>CxoTOp zSyB&PxI~0iTh*=gH}omz>9^^M6VEh`{FbOon_d1?hIm``4YEW;SOm3N@Zn zH-CaHCpd3qYq|(#hWMWl6ih-E1kZ5)jjnETmW4e};*5TVysf`~)5xu^2t0&9b7yRMwiK{ddRRtQTfl|A{WYJ4g{iSQ~<$O{cVshWS=`7xyjgS1Vzl zPuQ063YF~3)vBbF;GH50yOvrs>H{_JhEk)nu(xY#9OE%g_IjH}=%U*y!J#a7vWLni za@pQi+K_0W^Ge#;L&X(Z2W7Ln?hMhCuo)FwQEbF%wTkP~(n?OywRbGQ#2Vz=HmtT? zX4=aW^9y>Rsdv)Xw|!NSY&W|4Hl3A6K$w4Q-yY?0!dZyhC3359=wKN)D2HWc-}dljjHA^X&OiMr)f0#^R21H zGZ-b*G{x$|Sr8sOEIYNHutMpu?~G65dvArJeHWjNF^_#NJP38|`2#2#dp7J$l8L*|4`ONL)Hu#U#SQXn;0Hn3K}8 z^43{6efOtD9i fZUdBjN#~NqL+ZJ;9op&6CYz|XJ)G=i5Z?a+U7fcc literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0c93418a630 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po @@ -0,0 +1,720 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# lauris , 2011 +# Matas Dailyda , 2015-2019 +# Nikolajus Krauklis , 2013 +# Simonas Kazlauskas , 2012-2013 +# sirex , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-01-18 10:32+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sėkmingai ištrinta %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ištrinti %(name)s negalima" + +msgid "Are you sure?" +msgstr "Ar esate tikras?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ištrinti pasirinktus %(verbose_name_plural)s " + +msgid "Administration" +msgstr "Administravimas" + +msgid "All" +msgstr "Visi" + +msgid "Yes" +msgstr "Taip" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nežinomas" + +msgid "Any date" +msgstr "Betkokia data" + +msgid "Today" +msgstr "Šiandien" + +msgid "Past 7 days" +msgstr "Paskutinės 7 dienos" + +msgid "This month" +msgstr "Šį mėnesį" + +msgid "This year" +msgstr "Šiais metais" + +msgid "No date" +msgstr "Nėra datos" + +msgid "Has date" +msgstr "Turi datą" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Prašome įvesti tinkamą personalo paskyros %(username)s ir slaptažodį. " +"Atminkite, kad abu laukeliai yra jautrūs raidžių dydžiui." + +msgid "Action:" +msgstr "Veiksmas:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Pridėti dar viena %(verbose_name)s" + +msgid "Remove" +msgstr "Pašalinti" + +msgid "Addition" +msgstr "Pridėjimas" + +msgid "Change" +msgstr "Pakeisti" + +msgid "Deletion" +msgstr "Pašalinimas" + +msgid "action time" +msgstr "veiksmo laikas" + +msgid "user" +msgstr "vartotojas" + +msgid "content type" +msgstr "turinio tipas" + +msgid "object id" +msgstr "objekto id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekto repr" + +msgid "action flag" +msgstr "veiksmo žymė" + +msgid "change message" +msgstr "pakeisti žinutę" + +msgid "log entry" +msgstr "log įrašas" + +msgid "log entries" +msgstr "log įrašai" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "„%(object)s“ pridėti." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Pakeisti „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "„%(object)s“ ištrinti." + +msgid "LogEntry Object" +msgstr "LogEntry objektas" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Pridėtas {name} \"{object}\"." + +msgid "Added." +msgstr "Pridėta." + +msgid "and" +msgstr "ir" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Pakeisti {fields} arba {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Pakeisti {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Pašalintas {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Nei vienas laukas nepakeistas" + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Nuspauskite \"Control\", arba \"Command\" Mac kompiuteriuose, kad pasirinkti " +"daugiau nei vieną." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" buvo sėkmingai pridėtas." + +msgid "You may edit it again below." +msgstr "Galite tai dar kartą redaguoti žemiau." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" buvo sėkmingai pridėtas. Galite pridėti kitą {name} žemiau." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" buvo sėkmingai pakeistas. Galite jį koreguoti žemiau." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" buvo sėkmingai pridėtas. Galite jį vėl redaguoti žemiau." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" buvo sėkmingai pakeistas. Galite pridėti kitą {name} žemiau." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" buvo sėkmingai pakeistas." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Įrašai turi būti pasirinkti, kad būtų galima atlikti veiksmus. Įrašai " +"pakeisti nebuvo." + +msgid "No action selected." +msgstr "Veiksmai atlikti nebuvo." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" sėkmingai ištrintas." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "%(name)s su ID \"%(key)s\" neegzistuoja. Gal tai buvo ištrinta?" + +#, python-format +msgid "Add %s" +msgstr "Pridėti %s" + +#, python-format +msgid "Change %s" +msgstr "Pakeisti %s" + +#, python-format +msgid "View %s" +msgstr "Peržiūrėti %s" + +msgid "Database error" +msgstr "Duomenų bazės klaida" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s sėkmingai pakeistas." +msgstr[1] "%(count)s %(name)s sėkmingai pakeisti." +msgstr[2] "%(count)s %(name)s " +msgstr[3] "%(count)s %(name)s " + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s pasirinktas" +msgstr[1] "%(total_count)s pasirinkti" +msgstr[2] "Visi %(total_count)s pasirinkti" +msgstr[3] "Visi %(total_count)s pasirinkti" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 iš %(cnt)s pasirinkta" + +#, python-format +msgid "Change history: %s" +msgstr "Pakeitimų istorija: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s šalinimas reikalautų pašalinti apsaugotus " +"susijusius objektus: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django tinklalapio administravimas" + +msgid "Django administration" +msgstr "Django administravimas" + +msgid "Site administration" +msgstr "Tinklalapio administravimas" + +msgid "Log in" +msgstr "Prisijungti" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administravimas" + +msgid "Page not found" +msgstr "Puslapis nerastas" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Atsiprašome, bet prašytas puslapis nerastas." + +msgid "Home" +msgstr "Pradinis" + +msgid "Server error" +msgstr "Serverio klaida" + +msgid "Server error (500)" +msgstr "Serverio klaida (500)" + +msgid "Server Error (500)" +msgstr "Serverio klaida (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Netikėta klaida. Apie ją buvo pranešta administratoriams el. paštu ir ji " +"turėtų būti greitai sutvarkyta. Dėkui už kantrybę." + +msgid "Run the selected action" +msgstr "Vykdyti pasirinktus veiksmus" + +msgid "Go" +msgstr "Vykdyti" + +msgid "Click here to select the objects across all pages" +msgstr "Spauskite čia norėdami pasirinkti visus įrašus" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Pasirinkti visus %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Atstatyti į pradinę būseną" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Pirmiausia įveskite naudotojo vardą ir slaptažodį. Tada galėsite keisti " +"daugiau naudotojo nustatymų." + +msgid "Enter a username and password." +msgstr "Įveskite naudotojo vardą ir slaptažodį." + +msgid "Change password" +msgstr "Keisti slaptažodį" + +msgid "Please correct the error below." +msgstr "Prašome ištaisyti žemiau esančią klaidą." + +msgid "Please correct the errors below." +msgstr "Ištaisykite žemiau esančias klaidas." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Įveskite naują slaptažodį naudotojui %(username)s." + +msgid "Welcome," +msgstr "Sveiki," + +msgid "View site" +msgstr "Peržiūrėti tinklalapį" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Atsijungti" + +#, python-format +msgid "Add %(name)s" +msgstr "Naujas %(name)s" + +msgid "History" +msgstr "Istorija" + +msgid "View on site" +msgstr "Matyti tinklalapyje" + +msgid "Filter" +msgstr "Filtras" + +msgid "Remove from sorting" +msgstr "Pašalinti iš rikiavimo" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Rikiavimo prioritetas: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Perjungti rikiavimą" + +msgid "Delete" +msgstr "Ištrinti" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Trinant %(object_name)s '%(escaped_object)s' turi būti ištrinti ir susiję " +"objektai, bet tavo vartotojas neturi teisių ištrinti šių objektų:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Ištrinant %(object_name)s '%(escaped_object)s' būtų ištrinti šie apsaugoti " +"ir susiję objektai:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ar este tikri, kad norite ištrinti %(object_name)s \"%(escaped_object)s\"? " +"Visi susiję objektai bus ištrinti:" + +msgid "Objects" +msgstr "Objektai" + +msgid "Yes, I'm sure" +msgstr "Taip, esu tikras" + +msgid "No, take me back" +msgstr "Ne, grįžti atgal" + +msgid "Delete multiple objects" +msgstr "Ištrinti kelis objektus" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Ištrinant pasirinktą %(objects_name)s būtų ištrinti susiję objektai, tačiau " +"jūsų vartotojas neturi reikalingų teisių ištrinti šiuos objektų tipus:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Ištrinant pasirinktus %(objects_name)s būtų ištrinti šie apsaugoti ir susiję " +"objektai:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ar esate tikri, kad norite ištrinti pasirinktus %(objects_name)s? Sekantys " +"pasirinkti bei susiję objektai bus ištrinti:" + +msgid "View" +msgstr "Peržiūrėti" + +msgid "Delete?" +msgstr "Ištrinti?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pagal %(filter_title)s " + +msgid "Summary" +msgstr "Santrauka" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s aplikacijos modeliai" + +msgid "Add" +msgstr "Pridėti" + +msgid "You don't have permission to view or edit anything." +msgstr "Jūs neturite teisių peržiūrai ir redagavimui." + +msgid "Recent actions" +msgstr "Paskutiniai veiksmai" + +msgid "My actions" +msgstr "Mano veiksmai" + +msgid "None available" +msgstr "Nėra prieinamų" + +msgid "Unknown content" +msgstr "Nežinomas turinys" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Kažkas yra negerai su jūsų duomenų bazės instaliacija. Įsitikink, kad visos " +"reikalingos lentelės sukurtos ir vartotojas turi teises skaityti duomenų " +"bazę." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jūs esate prisijungęs kaip %(username)s, bet neturite teisių patekti į šį " +"puslapį. Ar norėtumete prisijungti su kitu vartotoju?" + +msgid "Forgotten your password or username?" +msgstr "Pamiršote slaptažodį ar vartotojo vardą?" + +msgid "Date/time" +msgstr "Data/laikas" + +msgid "User" +msgstr "Naudotojas" + +msgid "Action" +msgstr "Veiksmas" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Šis objektas neturi pakeitimų istorijos. Tikriausiai jis buvo pridėtas ne " +"per administravimo puslapį." + +msgid "Show all" +msgstr "Rodyti visus" + +msgid "Save" +msgstr "Išsaugoti" + +msgid "Popup closing…" +msgstr "Iškylantysis langas užsidaro..." + +msgid "Search" +msgstr "Ieškoti" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultatas" +msgstr[1] "%(counter)s rezultatai" +msgstr[2] "%(counter)s rezultatai" +msgstr[3] "%(counter)s rezultatai" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s iš viso" + +msgid "Save as new" +msgstr "Išsaugoti kaip naują" + +msgid "Save and add another" +msgstr "Išsaugoti ir pridėti naują" + +msgid "Save and continue editing" +msgstr "Išsaugoti ir tęsti redagavimą" + +msgid "Save and view" +msgstr "Išsaugoti ir peržiūrėti" + +msgid "Close" +msgstr "Uždaryti" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Keisti pasirinktus %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Pridėti dar vieną %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Pašalinti pasirinktus %(model)s" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Dėkui už šiandien tinklalapyje turiningai praleistą laiką." + +msgid "Log in again" +msgstr "Prisijungti dar kartą" + +msgid "Password change" +msgstr "Slaptažodžio keitimas" + +msgid "Your password was changed." +msgstr "Jūsų slaptažodis buvo pakeistas." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Saugumo sumetimais įveskite seną slaptažodį ir tada du kartus naują, kad " +"įsitikinti, jog nesuklydote rašydamas" + +msgid "Change my password" +msgstr "Keisti mano slaptažodį" + +msgid "Password reset" +msgstr "Slaptažodžio atstatymas" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jūsų slaptažodis buvo išsaugotas. Dabas galite prisijungti." + +msgid "Password reset confirmation" +msgstr "Slaptažodžio atstatymo patvirtinimas" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Įveskite naująjį slaptažodį du kartus, taip užtikrinant, jog nesuklydote " +"rašydami." + +msgid "New password:" +msgstr "Naujasis slaptažodis:" + +msgid "Confirm password:" +msgstr "Slaptažodžio patvirtinimas:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Slaptažodžio atstatymo nuoroda buvo negaliojanti, nes ji tikriausiai jau " +"buvo panaudota. Prašykite naujo slaptažodžio pakeitimo." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Jei egzistuoja vartotojas su jūsų įvestu elektroninio pašto adresu, " +"išsiųsime jums slaptažodžio nustatymo instrukcijas . Instrukcijas turėtumėte " +"gauti netrukus." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jei el. laiško negavote, prašome įsitikinti ar įvedėte tą el. pašto adresą " +"kuriuo registravotės ir patikrinkite savo šlamšto aplanką." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Jūs gaunate šį laišką nes prašėte paskyros slaptažodžio atkūrimo " +"%(site_name)s svetainėje." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prašome eiti į šį puslapį ir pasirinkti naują slaptažodį:" + +msgid "Your username, in case you've forgotten:" +msgstr "Jūsų naudotojo vardas, jei netyčia jį užmiršote:" + +msgid "Thanks for using our site!" +msgstr "Dėkui, kad naudojatės mūsų tinklalapiu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s komanda" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Pamiršote slaptažodį? Įveskite savo el. pašto adresą ir mes išsiųsime laišką " +"su instrukcijomis kaip nustatyti naują slaptažodį." + +msgid "Email address:" +msgstr "El. pašto adresas:" + +msgid "Reset my password" +msgstr "Atstatyti slaptažodį" + +msgid "All dates" +msgstr "Visos datos" + +#, python-format +msgid "Select %s" +msgstr "Pasirinkti %s" + +#, python-format +msgid "Select %s to change" +msgstr "Pasirinkite %s kurį norite keisti" + +#, python-format +msgid "Select %s to view" +msgstr "Pasirinkti %s peržiūrai" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Laikas:" + +msgid "Lookup" +msgstr "Paieška" + +msgid "Currently:" +msgstr "Šiuo metu:" + +msgid "Change:" +msgstr "Pakeisti:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..77922d36b36361a7b19065faf5983f39435c9102 GIT binary patch literal 5183 zcmd6rO^h5z6~_zWK-dsN0){|LcyaK@;+@%<_4;ep>#+XVjn`g#wL3UOaH*NDovEGf zu2EI>tVdXiFXjLO36W?q0+ba84iQQK@gWfmhZ!UglFwX16b?u^Awdotkodpup51Y5 z919GhwAH_^>Q}E`y?XV!XJ30{+Y16^5_Ko)tM3wG4*bG>xS(9xCd6T|3%&>ZVa}g} z_oMx*yxj-ikM{5L_8)S-4nBnbKj(Za=Y1GFg8qlW_klaXPl9{EJ>V?(02t-$fIRLg;+$-Scz@LCsa66Rp^E$}#A;@~$ApXQ9 zT-eU%K(_PCAnSP^d>*_8ejO}g5LAj^gRJj2;1qZRM}4{kOdR0F3xB`X2{B0v-S#d$$nt;AON|;Cz@O{sgieZ-Q*cUqFb6zk^UE zwqY}v+d=Ms6nq$b5_|+anDc4ygJ^#q+zy7|A@Gaf3GhcCmL}fH`H!6ULzw#?0@6nMeiU^N>JzA3K9(VkGpI=m+q@T*_v&#}wt>t3 z45?4}wve~kH(WlA%KPyNZlJ&&X<;8>sbU}M80rDk$57#RF^Wp4aJ?v_a$eYt%B6(* zBtcb&mhJ@_A#F$j$tkw+kCFMd=4OfR1}A(&6sIh9g3NxkvK1AI#P$S7Ao59#7P;~RVYq2jd3amNjfF{P^+q=p_U(R zh3QzQ;#66v>n-wz>Zv-CVTf*$o(yIwij#xqRz;?x(&rG(MsJCoQgs#8lohk8W)o?< zVpfM9?Wc91#Jr5tzWF5Viuoi~VnNz^6W6X-&_S#lO)t(H6XW7lg`PDDNz03+rb#Tx zrjh~s(<$3gmUubE+snfAyBDUKYU((+E48;5?PRMyZ`QvFu0N99!Jar1DXMkzDAI9*heo91R7K5P!a72;MiNWG zlbGtfX}KKj$^vB>Y;%$xE+~+Ne@+kNZEy`T}=2T995k}z`8 zu8fbbt*sS3>(ndi5)T^BRy9DFYZwpx_~^*OnT69^>n|5eBPUJlRSdguG%MuQB|qK{ zrH-dKCaqI``m@#9!jUaGo@+(f!s)nf0_3L(9jR%*X=#N*Ke8AmR)&RHVv*gjlqjw_csP_{;lWwzwkK!VkjS}luF`+ z#C`?ZiKV2`UhTi+aXTkN9bslCW_*7`CM~bU;=tmqTkRDE()X@zKI9&3W$VseUK3(B zaht#z%_^d+ROe8KV|n-t3c>w8%1>9!sL$I;KfAz{KJ^4Z{LLyZ~+*wxta2 zhl)9yAhMjeD4nz*e}z~Hi(pI}i(i(BL-#qY+ESd*wtrpWl_AcW4us}ZBk5o7t&59D z@HUq47BumFpjC|fMVvxelNFlpzvTKqPCaCKKEl=T=SnBt1PN~@4J{L-R-J!cXtO0= zylYJ+g7SN%3>N<%s*-rm_OIVFXWc7haMu4&)j8R2Sl0wU9~Lk@KK_bj%9?^;CRrf-g^If;xSASLO)`!x8eOR zj$$B@DO&iUf;^BO*HsMCmd|S&rzU;;#+C2l3}gvUzj5W;9QWN;*tZ&t+; zyx-;IN4=M+zoFsL%qPBgZ8IP8w=2@sAfer~Rf8?;T`eM)A#rlXNPUMNNYqif<)Yrz zG5(t8&o_rp40yMtG$ufvNm}rkg;akd!X^~cghdVXU{g2+!r5B&H(IPM>Nb4RGIX)q z;wTy;1C^V-$e0b|b(*sNg#m%In?@kdJ07tLJ2Hbbg0D#DlQfD_pUf$X`D0`Apc{, 2011 +# Kostas , 2011 +# Matas Dailyda , 2015-2016 +# Povilas Balzaravičius , 2011 +# Simonas Kazlauskas , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Galimi %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Tai yra sąrašas prieinamų %s. Dėžutėje žemiau pažymėdami keletą iš jų ir " +"paspausdami „Pasirinkti“ rodyklę tarp dviejų dėžučių jūs galite pasirinkti " +"keletą iš jų." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Rašykite į šią dėžutę, kad išfiltruotumėte prieinamų %s sąrašą." + +msgid "Filter" +msgstr "Filtras" + +msgid "Choose all" +msgstr "Pasirinkti visus" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Spustelėkite, kad iš karto pasirinktumėte visus %s." + +msgid "Choose" +msgstr "Pasirinkti" + +msgid "Remove" +msgstr "Pašalinti" + +#, javascript-format +msgid "Chosen %s" +msgstr "Pasirinktas %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Tai yra sąrašas pasirinktų %s. Dėžutėje žemiau pažymėdami keletą iš jų ir " +"paspausdami „Pašalinti“ rodyklę tarp dviejų dėžučių jūs galite pašalinti " +"keletą iš jų." + +msgid "Remove all" +msgstr "Pašalinti visus" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Spustelėkite, kad iš karto pašalintumėte visus pasirinktus %s." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "pasirinktas %(sel)s iš %(cnt)s" +msgstr[1] "pasirinkti %(sel)s iš %(cnt)s" +msgstr[2] "pasirinkti %(sel)s iš %(cnt)s" +msgstr[3] "pasirinkti %(sel)s iš %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Turite neišsaugotų pakeitimų. Jeigu tęsite, Jūsų pakeitimai bus prarasti." + +msgid "" +"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." +msgstr "" +"Pasirinkote veiksmą, bet dar neesate išsaugoję pakeitimų. Nuspauskite Gerai " +"norėdami išsaugoti. Jus reikės iš naujo paleisti veiksmą." + +msgid "" +"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." +msgstr "" +"Pasirinkote veiksmą, bet neesate pakeitę laukų reikšmių. Jūs greičiausiai " +"ieškote mygtuko Vykdyti, o ne mygtuko Saugoti." + +msgid "Now" +msgstr "Dabar" + +msgid "Midnight" +msgstr "Vidurnaktis" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Vidurdienis" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Pastaba: Jūsų laikrodis rodo %s valanda daugiau nei serverio laikrodis." +msgstr[1] "" +"Pastaba: Jūsų laikrodis rodo %s valandomis daugiau nei serverio laikrodis." +msgstr[2] "" +"Pastaba: Jūsų laikrodis rodo %s valandų daugiau nei serverio laikrodis." +msgstr[3] "" +"Pastaba: Jūsų laikrodis rodo %s valandų daugiau nei serverio laikrodis." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Pastaba: Jūsų laikrodis rodo %s valanda mažiau nei serverio laikrodis." +msgstr[1] "" +"Pastaba: Jūsų laikrodis rodo %s valandomis mažiau nei serverio laikrodis." +msgstr[2] "" +"Pastaba: Jūsų laikrodis rodo %s valandų mažiau nei serverio laikrodis." +msgstr[3] "" +"Pastaba: Jūsų laikrodis rodo %s valandų mažiau nei serverio laikrodis." + +msgid "Choose a Time" +msgstr "Pasirinkite laiką" + +msgid "Choose a time" +msgstr "Pasirinkite laiką" + +msgid "Cancel" +msgstr "Atšaukti" + +msgid "Today" +msgstr "Šiandien" + +msgid "Choose a Date" +msgstr "Pasirinkite datą" + +msgid "Yesterday" +msgstr "Vakar" + +msgid "Tomorrow" +msgstr "Rytoj" + +msgid "January" +msgstr "Sausis" + +msgid "February" +msgstr "Vasaris" + +msgid "March" +msgstr "Kovas" + +msgid "April" +msgstr "Balandis" + +msgid "May" +msgstr "Gegužė" + +msgid "June" +msgstr "Birželis" + +msgid "July" +msgstr "Liepa" + +msgid "August" +msgstr "Rugpjūtis" + +msgid "September" +msgstr "Rugsėjis" + +msgid "October" +msgstr "Spalis" + +msgid "November" +msgstr "Lapkritis" + +msgid "December" +msgstr "Gruodis" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "A" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "T" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "K" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pn" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Š" + +msgid "Show" +msgstr "Parodyti" + +msgid "Hide" +msgstr "Slėpti" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a397e6d093cd0cceb935c9e87debc2ff9e2e40b GIT binary patch literal 18513 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, 2011 +# Edgars Voroboks , 2023-2025 +# Edgars Voroboks , 2017,2022 +# Edgars Voroboks , 2018 +# Jannis Leidel , 2011 +# Māris Nartišs , 2016 +# Edgars Voroboks , 2019-2021 +# peterisb , 2016 +# Pēteris Caune, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Edgars Andersons, 2025\n" +"Language-Team: Latvian (http://app.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izdzēst izvēlēto %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sekmīgi izdzēsti %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nevar izdzēst %(name)s" + +msgid "Delete multiple objects" +msgstr "Izdzēst vairākus objektus" + +msgid "Administration" +msgstr "Pārvaldīšana" + +msgid "All" +msgstr "Visi" + +msgid "Yes" +msgstr "Jā" + +msgid "No" +msgstr "Nē" + +msgid "Unknown" +msgstr "Nezināms" + +msgid "Any date" +msgstr "Jebkurš datums" + +msgid "Today" +msgstr "Šodien" + +msgid "Past 7 days" +msgstr "Pēdējās 7 dienas" + +msgid "This month" +msgstr "Šomēnes" + +msgid "This year" +msgstr "Šogad" + +msgid "No date" +msgstr "Nav datums" + +msgid "Has date" +msgstr "Ir datums" + +msgid "Empty" +msgstr "Tukšs" + +msgid "Not empty" +msgstr "Nav tukšs" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Lūgums ievadīt pareizu %(username)s un paroli personāla kontam. Jāņem vērā, " +"ka abi lauki var būt reģistrjutīgi." + +msgid "Action:" +msgstr "Darbība:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Pievienot vēl %(verbose_name)s" + +msgid "Remove" +msgstr "Dzēst" + +msgid "Addition" +msgstr "Pievienošana" + +msgid "Change" +msgstr "Izmainīt" + +msgid "Deletion" +msgstr "Izdzēšana" + +msgid "action time" +msgstr "darbības laiks" + +msgid "user" +msgstr "lietotājs" + +msgid "content type" +msgstr "satura veids" + +msgid "object id" +msgstr "objekta Id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekta attēlojums" + +msgid "action flag" +msgstr "darbības atzīme" + +msgid "change message" +msgstr "izmaiņas teksts" + +msgid "log entry" +msgstr "žurnāla ieraksts" + +msgid "log entries" +msgstr "žurnāla ieraksti" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Pievienots “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Labots “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Izdzēsts “%(object)s.”" + +msgid "LogEntry Object" +msgstr "LogEntry Objekts" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Pievienots {name} “{object}”." + +msgid "Added." +msgstr "Pievienots." + +msgid "and" +msgstr "un" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Mainīti {fields} priekš {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Mainīts {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Izdzēsts {name} “{object}”." + +msgid "No fields changed." +msgstr "Neviens lauks nav mainīts." + +msgid "None" +msgstr "nekas" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Jātur nospiests taustiņš “Control” vai “Command” Mac datorā, lai atlasītu " +"vairāk par vienu." + +msgid "Select this object for an action - {}" +msgstr "Atlasīt šo objektu darbībai - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” sekmīgi pievienots." + +msgid "You may edit it again below." +msgstr "Zemāk vari to labot atkal." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} “{obj}” sekmīgi pievienots. Zemāk var pievienot vēl {name}." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” tika sekmīgi mainīts. Zemāk to var labot vēlreiz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} “{obj}” tika sekmīgi mainīts. Zemāk var pievienot vēl {name}." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” tika sekmīgi mainīts." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Vienumi ir jāatlasa, lai ar tiem veiktu darbības. Neviens vienums nav " +"mainīts." + +msgid "No action selected." +msgstr "Nav izvēlēta darbība." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” sekmīgi izdzēsts." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s ar Id “%(key)s” nepastāv. Varbūt tas ir izdzēsts?" + +#, python-format +msgid "Add %s" +msgstr "Pievienot %s" + +#, python-format +msgid "Change %s" +msgstr "Labot %s" + +#, python-format +msgid "View %s" +msgstr "Apskatīt %s" + +msgid "Database error" +msgstr "Datubāzes kļūda" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s tika sekmīgi mainīti." +msgstr[1] "%(count)s %(name)s tika sekmīgi mainīts." +msgstr[2] "%(count)s %(name)s tika sekmīgi mainīti." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Atlasīti visi %(total_count)s" +msgstr[1] "Atlasīti visi %(total_count)s" +msgstr[2] "Atlasīti visi %(total_count)s " + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Atlasīti 0 no %(cnt)s" + +msgid "Delete" +msgstr "Izdzēst" + +#, python-format +msgid "Change history: %s" +msgstr "Izmaiņu vēsture: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s izdzēšanai ir nepieciešams izdzēst sekojošus " +"aizsargātus saistītos objektus: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django vietnes pārvaldīšana" + +msgid "Django administration" +msgstr "Django pārvaldīšana" + +msgid "Site administration" +msgstr "Vietnes pārvaldīšana" + +msgid "Log in" +msgstr "Pieteikties" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s pārvaldīšana" + +msgid "Page not found" +msgstr "Lapa nav atrasta" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Atvainojamies, pieprasītā lapa nav atrodama." + +msgid "Home" +msgstr "Sākums" + +msgid "Server error" +msgstr "Servera kļūda" + +msgid "Server error (500)" +msgstr "Servera kļūda (500)" + +msgid "Server Error (500)" +msgstr "Servera kļūda (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Atgadījās kļūda. Lapas pārvaldītājiem ir nosūtīts e-pasta ziņojumus, un " +"kļūdai tuvākajā laikā vajadzētu būt novērstai. Paldies par pacietību!" + +msgid "Run the selected action" +msgstr "Izpildīt izvēlēto darbību" + +msgid "Go" +msgstr "Aiziet!" + +msgid "Click here to select the objects across all pages" +msgstr "Spiest šeit, lai iezīmētu objektus no visām lapām" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izvēlēties visus %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Atcelt iezīmēto" + +msgid "Breadcrumbs" +msgstr "Atpakaļceļi" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeļi %(name)s lietotnē" + +msgid "Model name" +msgstr "Modeļa nosaukums" + +msgid "Add link" +msgstr "Pievienot saiti" + +msgid "Change or view list link" +msgstr "Mainīt vai skatīt saraksta saiti" + +msgid "Add" +msgstr "Pievienot" + +msgid "View" +msgstr "Apskatīt" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nav tiesību neko apskatīt vai labot." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Pēc lietotāja izveidošanas varēsi labot vairāk lietotāja uzstādījumu." + +msgid "Error:" +msgstr "Kļūda:" + +msgid "Change password" +msgstr "Paroles maiņa" + +msgid "Set password" +msgstr "Iestatīt paroli" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Lūdzu, izlabojiet zemāk norādītās kļūdas." +msgstr[1] "Lūdzu, izlabojiet zemāk norādīto kļūdu." +msgstr[2] "Lūgums izlabot zemāk esošās kļūdas." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Jāievada jauna parole lietotājam %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Šī darbība šim lietotājam iespējos autentificēšanos ar " +"paroli." + +msgid "Disable password-based authentication" +msgstr "Atspējot autentificēšanos ar parol" + +msgid "Enable password-based authentication" +msgstr "Iespējot autentificēšanos ar paroli" + +msgid "Skip to main content" +msgstr "Pāriet uz galveno saturu" + +msgid "Welcome," +msgstr "Laipni lūdzam," + +msgid "View site" +msgstr "Apskatīt lapu" + +msgid "Documentation" +msgstr "Dokumentācija" + +msgid "Log out" +msgstr "Atslēgties" + +#, python-format +msgid "Add %(name)s" +msgstr "Pievienot %(name)s" + +msgid "History" +msgstr "Vēsture" + +msgid "View on site" +msgstr "Apskatīt lapā" + +msgid "Filter" +msgstr "Filtrs" + +msgid "Hide counts" +msgstr "Slēpt skaitu" + +msgid "Show counts" +msgstr "Rādīt skaitu" + +msgid "Clear all filters" +msgstr "Notīrīt visus filtrus" + +msgid "Remove from sorting" +msgstr "Izņemt no kārtošanas" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Kārtošanas prioritāte: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Pārslēgt kārtošanu" + +msgid "Toggle theme (current theme: auto)" +msgstr "Pārslēgt izskatu (pašreizējais izskats: automātisks)" + +msgid "Toggle theme (current theme: light)" +msgstr "Pārslēgt izskatu (pašreizējais izskats: gaišs)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Pārslēgt izskatu (pašreizējais izskats: tumšs)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' izdzēšana novedīs pie visu saistīto " +"objektu izdzēšanas, bet Tavam kontam nav tiesību izdzēst šādus objektu " +"veidus:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' dzēšanai ir nepieciešams izdzēst " +"sekojošus aizsargātus saistītos objektus:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Vai tiešām izdzēst %(object_name)s \"%(escaped_object)s\"? Tiks izdzēsti arī " +"visi šie saistītie vienumi:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I’m sure" +msgstr "Jā, esmu pārliecināts" + +msgid "No, take me back" +msgstr "Nē, ved mani atpakaļ" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Atlasīto %(objects_name)s izdzēšana novedīs pie visu saistīto objektu " +"izdzēšanas, bet Tavam kontam nav tiesību izdzēst šādus objektu veidus:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Izvēlēto %(objects_name)s objektu dzēšanai ir nepieciešams izdzēst sekojošus " +"aizsargātus saistītos objektus:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Vai tiešām izdzēst atlasītos %(objects_name)s? Visi šie objekti un ar tiem " +"saistītie vienumi tiks izdzēsti:" + +msgid "Delete?" +msgstr "Izdzēst?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pēc %(filter_title)s " + +msgid "Summary" +msgstr "Kopsavilkums" + +msgid "Recent actions" +msgstr "Nesenās darbības" + +msgid "My actions" +msgstr "Manas darbības" + +msgid "None available" +msgstr "Nav pieejams" + +msgid "Added:" +msgstr "Pievienots:" + +msgid "Changed:" +msgstr "Mainīts:" + +msgid "Deleted:" +msgstr "Izdzēsts:" + +msgid "Unknown content" +msgstr "Nezināms saturs" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Kaut kas nav kārtībā ar datubāzes uzstādīšanu. Jānodrošina, ka attiecīgās " +"datubāzes tabulas ir izveidotas un attiecīgajam lietotājam tajā ir lasīšanas " +"tiesības." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Tu autentificējies kā %(username)s, bet Tev nav pilnvaru piekļūt šai lapai. " +"Vai vēlies pieteikties citā kontā?" + +msgid "Forgotten your login credentials?" +msgstr "Aizmirsi savus pieteikšanās datus?" + +msgid "Toggle navigation" +msgstr "Pārslēgt pāŗvietošanos" + +msgid "Sidebar" +msgstr "Sānjosla" + +msgid "Start typing to filter…" +msgstr "Jāsāk rakstīt, lai atlasītu…" + +msgid "Filter navigation items" +msgstr "Atlasīt pārvietošanās vienumus" + +msgid "Date/time" +msgstr "Datums/laiks" + +msgid "User" +msgstr "Lietotājs" + +msgid "Action" +msgstr "Darbība" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "ieraksti" +msgstr[1] "ieraksts" +msgstr[2] "ieraksti" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Objektam nav izmaiņu vēstures. Visdrīzāk, ka tas netika pievienots šajā " +"pārvaldīšanas vietnē." + +msgid "Show all" +msgstr "Rādīt visu" + +msgid "Save" +msgstr "Saglabāt" + +msgid "Popup closing…" +msgstr "Logs aizveras..." + +msgid "Search" +msgstr "Meklēt" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s iznākumu" +msgstr[1] "%(counter)s iznākums" +msgstr[2] "%(counter)s iznākumi" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Pavisam %(full_result_count)s" + +msgid "Save as new" +msgstr "Saglabāt kā jaunu" + +msgid "Save and add another" +msgstr "Saglabāt un pievienot vēl vienu" + +msgid "Save and continue editing" +msgstr "Saglabāt un turpināt labošanu" + +msgid "Save and view" +msgstr "Saglabāt un apskatīt" + +msgid "Close" +msgstr "Aizvērt" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Mainīt izvēlēto %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Pievienot citu %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Izdzēst atlasīto %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Apskatīt atzīmētos %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Paldies, ka šodien vietnei veltījāt kvalitatīvu laiku." + +msgid "Log in again" +msgstr "Pieteikties vēlreiz" + +msgid "Password change" +msgstr "Paroles maiņa" + +msgid "Your password was changed." +msgstr "Tava parole tika nomainīta." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Lūgums drošības nolūkos ievadīt savu veco paroli un pēc tam divreiz savu " +"jauno paroli, lai mēs varētu apliecināt, ka tā ir ievadīta pareizi." + +msgid "Change my password" +msgstr "Nomainīt manu paroli" + +msgid "Password reset" +msgstr "Paroles atiestatīšana" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Tava parole tika iestatīta. Tagad vari pieteikties." + +msgid "Password reset confirmation" +msgstr "Paroles atiestatīšanas apstiprinājums" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Lūgums divreiz ievadīt savu jauno paroli, lai mēs varētu apliecināt, ka tā " +"ir ievadīta pareizi." + +msgid "New password:" +msgstr "Jaunā parole:" + +msgid "Confirm password:" +msgstr "Apstiprināt paroli:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Paroles atiestatīšanas saite bija nederīga, iespējams, ka tāpēc, ka tā jau " +"ir izmantota. Lūgums no jauna pieprasīt paroles atiestatīšanu." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Mēs e-pastā nosūtījām paroles iestatīšanas norādes, ja pastāv konts ar " +"ievadīto e-pasta adresi. Tās tūlīt vajadzētu saņemt." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ja nesaņēmi e-pasta ziņojumu, lūgums pārliecināties, vai ievadīji adresi, ar " +"kuru reģistrējies, un pārbaudīt mēstuļu mapi." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tu saņem šo e-pasta ziņojumu, jo pieprasīji atiestatīt sava %(site_name)s " +"lietotāja konta paroli." + +msgid "Please go to the following page and choose a new password:" +msgstr "Lūgums doties uz sekojošo lapu un izvēlēties jaunu paroli:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Ja aizmirsi, Tu esi:" + +msgid "Thanks for using our site!" +msgstr "Paldies par mūsu lapas lietošanu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s komanda" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Aizmirsi savu paroli? Zemāk ievadi savu e-pasta adresi, un mēs nosūtīsim " +"jaunas paroles iestatīšanas norādes." + +msgid "Email address:" +msgstr "E-pasta adrese:" + +msgid "Reset my password" +msgstr "Paroles atiestatīšana" + +msgid "Select all objects on this page for an action" +msgstr "Atlasīt visus šīs lapas objektus darbībai" + +msgid "All dates" +msgstr "Visi datumi" + +#, python-format +msgid "Select %s" +msgstr "Atlasīt %s" + +#, python-format +msgid "Select %s to change" +msgstr "Atlasīt %s, lai izmainītu" + +#, python-format +msgid "Select %s to view" +msgstr "Atlasīt %s, lai apskatītu" + +msgid "Date:" +msgstr "Datums:" + +msgid "Time:" +msgstr "Laiks:" + +msgid "Lookup" +msgstr "Pārlūkot" + +msgid "Currently:" +msgstr "Pašreiz:" + +msgid "Change:" +msgstr "Izmaiņa:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..d175908d45c06244c69b27db94b8c9218b12ed0c GIT binary patch literal 5769 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, 2023,2025 +# Edgars Voroboks , 2017,2022 +# Jannis Leidel , 2011 +# Edgars Voroboks , 2020-2021 +# peterisb , 2016 +# Pēteris Caune, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Edgars Andersons, 2025\n" +"Language-Team: Latvian (http://app.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Pieejams %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Jāizvēlas %s ar atlasīšanu un tad jāatlasa bultas poga \"Izvēlēties\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Raksti šajā logā, lai atsijātu sarakstu ar pieejamajiem %s." + +msgid "Filter" +msgstr "Filtrs" + +#, javascript-format +msgid "Choose all %s" +msgstr "Izvēlēties visus %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Izvēlēties atlasītos %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Noņemt atzīmētos %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Izvēlēts %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "Noņemt %s tos atzīmējot un tad izvēloties \"Noņemt\" bultiņas pogu." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Raksti šajā laukā, lai atsijātu atlasīto %s sarakstu." + +msgid "(click to clear)" +msgstr "(klikšķināt, lai notīrītu)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Noņemt visu %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s atlasīto iespēju nav redzamas" +msgstr[1] "%s atlasītā iespēja nav redzama" +msgstr[2] "%s atlasītās iespējas nav redzamas" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s no %(cnt)s izvēlēts" +msgstr[1] "%(sel)s no %(cnt)s izvēlēti" +msgstr[2] "%(sel)s no %(cnt)s izvēlēti" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Atsevišķi labojamiem laukiem ir nesaglabātas izmaiņas. Ja tiks izpildīta " +"darbība, nesaglabātās izmaiņas tiks zaudētas." + +msgid "" +"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." +msgstr "" +"Ir atlasīta darbība, bet nav saglabātas laukos veiktās izmaiņas. Lūgums " +"klikšķināt uz “Labi”, lai saglabātu. Darbība būs jāizpilda vēlreiz." + +msgid "" +"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." +msgstr "" +"Tu atlasīji darbību un laukos neveici nekādas izmaiņas. Iespējams, ka meklē " +"pogu “Aiziet”, nevis “Saglabāt”." + +msgid "Now" +msgstr "Tagad" + +msgid "Midnight" +msgstr "Pusnakts" + +msgid "6 a.m." +msgstr "06.00" + +msgid "Noon" +msgstr "Pusdiena" + +msgid "6 p.m." +msgstr "6:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Piezīme: Tavs laiks ir %s stundas pirms servera laika." +msgstr[1] "Piezīme: Tavs laiks ir %s stundu pirms servera laika." +msgstr[2] "Piezīme: Tavs laiks ir %s stundas pirms servera laika." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Piezīme: Tavs laiks ir %s stundas pēc servera laika." +msgstr[1] "Piezīme: Tavs laiks ir %s stundu pēc servera laika." +msgstr[2] "Piezīme: Tavs laiks ir %s stundas pēc servera laika." + +msgid "Choose a Time" +msgstr "Izvēlies laiku" + +msgid "Choose a time" +msgstr "Izvēlēties laiku" + +msgid "Cancel" +msgstr "Atcelt" + +msgid "Today" +msgstr "Šodien" + +msgid "Choose a Date" +msgstr "Izvēlies datumu" + +msgid "Yesterday" +msgstr "Vakar" + +msgid "Tomorrow" +msgstr "Rīt" + +msgid "January" +msgstr "janvāris" + +msgid "February" +msgstr "februāris" + +msgid "March" +msgstr "marts" + +msgid "April" +msgstr "aprīlis" + +msgid "May" +msgstr "maijs" + +msgid "June" +msgstr "jūnijs" + +msgid "July" +msgstr "jūlijs" + +msgid "August" +msgstr "augusts" + +msgid "September" +msgstr "septembris" + +msgid "October" +msgstr "oktobris" + +msgid "November" +msgstr "novembris" + +msgid "December" +msgstr "decembris" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jūn" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jūl" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dec" + +msgid "Sunday" +msgstr "Svētdiena" + +msgid "Monday" +msgstr "Pirmdiena" + +msgid "Tuesday" +msgstr "Otrdiena" + +msgid "Wednesday" +msgstr "Trešdiena" + +msgid "Thursday" +msgstr "Ceturtdiena" + +msgid "Friday" +msgstr "Piektdiena" + +msgid "Saturday" +msgstr "Sestdiena" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Sv" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pr" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Ot" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Tr" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Ce" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pi" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Se" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Sv" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Pr" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "O" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "T" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "C" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pk" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Se" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9f4d6e436a2cc003cc086ed3f5d794c99b39b5ff GIT binary patch literal 17948 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 dXZz{gnVca~4rs1;Z@p2QF, 2021 +# dekomote , 2015 +# Jannis Leidel , 2011 +# Martino Nikolovski, 2022 +# Vasil Vangelovski , 2016-2017,2019,2021 +# Vasil Vangelovski , 2013-2015 +# Vasil Vangelovski , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-05-25 07:05+0000\n" +"Last-Translator: Martino Nikolovski, 2022\n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Избриши ги избраните %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно беа избришани %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не може да се избрише %(name)s" + +msgid "Are you sure?" +msgstr "Сигурни сте?" + +msgid "Administration" +msgstr "Администрација" + +msgid "All" +msgstr "Сите" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Any date" +msgstr "Било кој датум" + +msgid "Today" +msgstr "Денеска" + +msgid "Past 7 days" +msgstr "Последните 7 дена" + +msgid "This month" +msgstr "Овој месец" + +msgid "This year" +msgstr "Оваа година" + +msgid "No date" +msgstr "Нема датум" + +msgid "Has date" +msgstr "Има датум" + +msgid "Empty" +msgstr "Празно" + +msgid "Not empty" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ве молиме внесете ги точните %(username)s и лозинка за член на сајтот. " +"Внимавајте, двете полиња се осетливи на големи и мали букви." + +msgid "Action:" +msgstr "Акција:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Додади уште %(verbose_name)s" + +msgid "Remove" +msgstr "Отстрани" + +msgid "Addition" +msgstr "Додавање" + +msgid "Change" +msgstr "Измени" + +msgid "Deletion" +msgstr "Бришење" + +msgid "action time" +msgstr "време на акција" + +msgid "user" +msgstr "корисник" + +msgid "content type" +msgstr "тип на содржина" + +msgid "object id" +msgstr "идентификационен број на објект" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "репрезентација на објект" + +msgid "action flag" +msgstr "знакче за акција" + +msgid "change message" +msgstr "измени ја пораката" + +msgid "log entry" +msgstr "ставка во записникот" + +msgid "log entries" +msgstr "ставки во записникот" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Додадено “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Избришано “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Запис во дневник" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "Додадено." + +msgid "and" +msgstr "и" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Изменети {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Избришан {name} “{object}”." + +msgid "No fields changed." +msgstr "Не е изменето ниедно поле." + +msgid "None" +msgstr "Ништо" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Држете “Control” или “Command” на Mac за да изберете повеќе." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Успешно беше додадено {name} “{obj}”." + +msgid "You may edit it again below." +msgstr "Можете повторно да го промените подолу." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Мора да се одберат предмети за да се изврши акција врз нив. Ниеден предмет " +"не беше променет." + +msgid "No action selected." +msgstr "Ниедна акција не е одбрана." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Додади %s" + +#, python-format +msgid "Change %s" +msgstr "Измени %s" + +#, python-format +msgid "View %s" +msgstr "Погледни %s" + +msgid "Database error" +msgstr "Грешка во базата на податоци" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s ставка %(name)s беше успешно изменета." +msgstr[1] "%(count)s ставки %(name)s беа успешно изменети." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s одбран" +msgstr[1] "Сите %(total_count)s одбрани" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 од %(cnt)s избрани" + +#, python-format +msgid "Change history: %s" +msgstr "Историја на измени: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Бришењето на %(class_name)s %(instance)s бара бришење на следните заштитени " +"поврзани објекти: %(related_objects)s" + +msgid "Django site admin" +msgstr "Администрација на Џанго сајт" + +msgid "Django administration" +msgstr "Џанго администрација" + +msgid "Site administration" +msgstr "Администрација на сајт" + +msgid "Log in" +msgstr "Најава" + +#, python-format +msgid "%(app)s administration" +msgstr "Администрација на %(app)s" + +msgid "Page not found" +msgstr "Страницата не е најдена" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Се извинуваме, страница која ја побаравте не е пронајдена" + +msgid "Home" +msgstr "Дома" + +msgid "Server error" +msgstr "Грешка со серверот" + +msgid "Server error (500)" +msgstr "Грешка со серверот (500)" + +msgid "Server Error (500)" +msgstr "Грешка со серверот (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Наидовте на грешка. Известени се администраторите на страницата преку имејл " +"и би требало наскоро да биде поправена. Ви благодариме на трпението." + +msgid "Run the selected action" +msgstr "Изврши ја избраната акција" + +msgid "Go" +msgstr "Оди" + +msgid "Click here to select the objects across all pages" +msgstr "Кликнете тука за да изберете објекти низ сите страници" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Избери ги сите %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Откажи го изборот" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Модели во %(name)s апликација" + +msgid "Add" +msgstr "Додади" + +msgid "View" +msgstr "Погледни" + +msgid "You don’t have permission to view or edit anything." +msgstr "Немате дозвола да прегледате или промените ништо" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Прво внесете корисничко име и лозинка па потоа ќе можете да уредувате повеќе " +"опции за корисникот" + +msgid "Enter a username and password." +msgstr "Внесете корисничко име и лозинка." + +msgid "Change password" +msgstr "Промени лозинка" + +msgid "Please correct the error below." +msgstr "Ве молиме поправете ја грешката подолу." + +msgid "Please correct the errors below." +msgstr "Ве молам поправете ги грешките подолу." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Внесете нова лозинка за корисникот %(username)s." + +msgid "Welcome," +msgstr "Добредојдовте," + +msgid "View site" +msgstr "Посети го сајтот" + +msgid "Documentation" +msgstr "Документација" + +msgid "Log out" +msgstr "Одјава" + +#, python-format +msgid "Add %(name)s" +msgstr "Додади %(name)s" + +msgid "History" +msgstr "Историја" + +msgid "View on site" +msgstr "Погледни на сајтот" + +msgid "Filter" +msgstr "Филтер" + +msgid "Clear all filters" +msgstr "Ресетирај ги сите филтри" + +msgid "Remove from sorting" +msgstr "Отстрани од сортирање" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Приоритет на сортирање: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Вклучи/исклучи сортирање" + +msgid "Delete" +msgstr "Избриши" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Бришење на %(object_name)s '%(escaped_object)s' ќе резултира со бришење на " +"поврзаните објекти, но со вашата сметка немате доволно привилегии да ги " +"бришете следните типови на објекти:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Бришење на %(object_name)s '%(escaped_object)s' ќе резултира со бришење на " +"следниве заштитени објекти:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Сигурне сте дека сакате да ги бришете %(object_name)s „%(escaped_object)s“? " +"Сите овие ставки ќе бидат избришани:" + +msgid "Objects" +msgstr "Предмети" + +msgid "Yes, I’m sure" +msgstr "Да, сигурен сум" + +msgid "No, take me back" +msgstr "Не, врати ме назад" + +msgid "Delete multiple objects" +msgstr "Избриши повеќе ставки" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Бришење на избраните %(objects_name)s ќе резултира со бришење на поврзани " +"објекти, но немате одобрување да ги избришете следниве типови објекти:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Бришење на избраните %(objects_name)s бара бришење на следните поврзани " +"објекти кои се заштитени:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Дали сте сигурни дека сакате да го избришете избраниот %(objects_name)s? " +"Сите овие објекти и оние поврзани со нив ќе бидат избришани:" + +msgid "Delete?" +msgstr "Избриши?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Според %(filter_title)s " + +msgid "Summary" +msgstr "Резиме" + +msgid "Recent actions" +msgstr "Последни акции" + +msgid "My actions" +msgstr "Мои акции" + +msgid "None available" +msgstr "Ништо не е достапно" + +msgid "Unknown content" +msgstr "Непозната содржина" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешто не е во ред со инсталацијата на базата на податоци. Уверете се дека " +"соодветните табели се создадени, и дека базата на податоци е пристапна до " +"соодветниот корисник." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Најавени сте како %(username)s, но не сте авторизирани да пристапите до " +"оваа страна. Сакате ли да се најавите како друг корисник?" + +msgid "Forgotten your password or username?" +msgstr "Ја заборавивте вашата лозинка или корисничко име?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "Започнете со пишување за да филтрирате..." + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Датум/час" + +msgid "User" +msgstr "Корисник" + +msgid "Action" +msgstr "Акција" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Прикажи ги сите" + +msgid "Save" +msgstr "Сними" + +msgid "Popup closing…" +msgstr "Попапот се затвара..." + +msgid "Search" +msgstr "Барај" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s резултат" +msgstr[1] "%(counter)s резултати" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "вкупно %(full_result_count)s" + +msgid "Save as new" +msgstr "Сними како нова" + +msgid "Save and add another" +msgstr "Сними и додади уште" + +msgid "Save and continue editing" +msgstr "Сними и продолжи со уредување" + +msgid "Save and view" +msgstr "Сними и прегледај" + +msgid "Close" +msgstr "Затвори" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Промени ги избраните %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Додади уште %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Избриши ги избраните %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "Најавете се повторно" + +msgid "Password change" +msgstr "Измена на лозинка" + +msgid "Your password was changed." +msgstr "Вашата лозинка беше сменета." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "Промени ја мојата лозинка" + +msgid "Password reset" +msgstr "Ресетирање на лозинка" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Вашата лозинка беше поставена. Сега можете да се најавите." + +msgid "Password reset confirmation" +msgstr "Одобрување за ресетирање на лозинка" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Ве молам внесете ја вашата нова лозинка двапати за да може да бидете сигурни " +"дека правилно сте ја внеле." + +msgid "New password:" +msgstr "Нова лозинка:" + +msgid "Confirm password:" +msgstr "Потврди лозинка:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Врската за ресетирање на лозинката беше невалидна, најверојатно бидејќи веќе " +"била искористена. Ве молам повторно побарајте ресетирање на вашата лозинката." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Го примате овој email бидејќи побаравте ресетирање на лозинка како корисник " +"на %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ве молам одете на следната страница и внесете нова лозинка:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Вашето корисничко име, во случај да сте заборавиле:" + +msgid "Thanks for using our site!" +msgstr "Ви благодариме што го користите овој сајт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Тимот на %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Ја заборавивте вашата лозинка? Внесете го вашиот имејл и ќе ви пратиме " +"инструкции да подесите нова лозинка. " + +msgid "Email address:" +msgstr "Email адреса:" + +msgid "Reset my password" +msgstr "Ресетирај ја мојата лозинка" + +msgid "All dates" +msgstr "Сите датуми" + +#, python-format +msgid "Select %s" +msgstr "Изберете %s" + +#, python-format +msgid "Select %s to change" +msgstr "Изберете %s за измена" + +#, python-format +msgid "Select %s to view" +msgstr "Изберете %s за прегледување" + +msgid "Date:" +msgstr "Датум:" + +msgid "Time:" +msgstr "Време:" + +msgid "Lookup" +msgstr "Побарај" + +msgid "Currently:" +msgstr "Моментално:" + +msgid "Change:" +msgstr "Измени:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c87ddf6d38087f458e431ae5e43c61d77e969d69 GIT binary patch literal 4719 zcmc(gU2Ggz6~`|n6ma=0(DKb~Ai<&CwbzIcZDJsG>n0IyqGU;F5TfJVYwskpGuF(k z9ZLxEL5U?ED8+37=H=TrJ)wAp7$0Q({B=r=fV*DL#It9UQlAF*g13Sv9nOJofd00l zp8($iecsVOb=U#l3jdnJUpjmd?1TS1@Xg>W;77o}f?L5mQ2r)x*x@KB=kEs*QHQ}d zf?slU-C+~tRV^lQApu3t3@H0ffL{b31#95T?)xWEF7mrT(fc`2&fCKzcJ2qo&Lg1c zX@K*f4}J&yJBTXv7@Ot1C&8WIMNszr7Mucq555aLjF8|_@IBzy96j&opMdX%zX;v| zz6gGm-24fA0D2Om-UdDc-Y#;W*qJj)9$o@P{~sOwH-~+3I-BcPmf%;9lR?0FQ#L^bd5g2Nwygh)LD@~Yocq{nI+YA0**erT(!KoCy4I~um z1o#{9Ti`9=5tIpj+2JD&>kcOz`VIq-V{Fa=bq_=GwN(h74>9E24=_l%8f1ux?_+#| zA&=CX)RNpgc`(J^0m;u@!r&n+HjlC%kjXtC2k&<4_k&Vn@@y`^){HFs8AFaIKpItr z@m>ZYvOY^ZBsXOSZmEwlcvWAb_pCR7adrRwK*bW7CSJjs1>jv3phQ zK2tZXaTBXiGak3Scvg-2K?=RcZy2@D3oUP7JD64b+M!WnUR-Z7&#E!M5&DzOR6Q6) zAyaCq`r)Xpy;z*p&8Qt~uW7u7#4|DRw28I2Q(j*d(>E@x$4%1@8yix)zUXw}^@Guj z+Fws2iNHY{CgR996y3+Mtiuzmr&OwX--aWE(&Ec5seWVH|dN)Mov#>BF%P_l-D(C zCC{rCxhnV%Eh<9vuPllhlt(RUMPj$A%}yCyrczUhpLorB!d97XL^Fj)>&8<(Y!Yfw z)JbJEJ?gj}CP0G_d*P(vvW6&c_|tx)?FHI2{M25z3Eu>bq^$Q&=vlVL?T{#Iub%o* zc#p8+S81B@xkBTlHcHa6ib7T<<#;_B`C*rO0MD6 zn(a6d$y%>ut!-Y-e8@Dyg8h&>5JyL8N2R@u(qR)PxKh=Pqr@TVJ7}h&I4zAOlYXOg zZ+kK+)uO8IJFvfW&`kRxT9Q6f)kA|rmC|6PRQZ&yRH{Qe?jGdn`@EN=rCRKTN#LbX zT-A2%PnhHS-YC_(K7&L!+4d$)sb;)ZRgZaf(}+T!p!PS@bgDWqFf%h#PDO=mE7zme zKw;Z51Wv<1>)61yzOlVy_pf?UDG&CIL}6+|%%EVZIyJ}BfvLdr!<~}rI5Fw)7iy!W z9jkJ3)`W>m_lNbU!L6z49piqwVrf;kj`bY~+OZduMx(fuRCPFI$z*tFr!JPm{d7}Z z8PvnWx}vvk)de}I?}Dyu)1TFYx~eNX`&8D=u4T{WC$diVLbk{sqWD>4i`muX--Qxl zMW(yH%y!NGPJTK+g|0>Z8rc%tma-ctzRITsl|7a%@vWQPkmcp<3c@GzQ!1O!7G;6p zQei`)vZtZ1!+9?2Ldfyif^1$xX!sotJe@s%6aO-@3)%B>YR_h!y%zsU*46pRtjnnj zI_ssJ0`$26Vca>q>S7*V6&tQ)9cxRmwFsBBxA?xInIDJ^EVfBZI{93A1KRMA@Hh(! z6IV3elp6U(Syt}>^Bi~GhC|#Zgg=B}N!&Wi46-7waJ;WDny-CufE-u@7F+W8-H-3&}O{(<2f70qXl*<3apMU?H3q(Thj4P5$ z5LdE})cFZgB21y_&aDtbYYUam=RZ=m<^ z^P|)jX$EOXkxYo9G9z!dMU;0`Dx9vxUrOIexAE7DVM36U8X5WF-aXrW!lOT zf|I!u?6sW%iB%ov#8T1V!XPzGJ+rr?H}^K2&4ph2Q2t#}b=4NC?J>o9-TYkEp=O`v z!}sBrL9S=F(f~|6=u_A)3{!hsqAr@k@OY}IZNfb?Gjav$)UF*>qCn!aQHIjABUyu?lidWk493QNS9g6mw5aNXOdF9In lPN%-{@>$NcKgU8n|61F7F^_7yXx~dJyP&ck<0w5}{R7L+r@a6G literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..bd720102791 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po @@ -0,0 +1,262 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016 +# Vasil Vangelovski , 2014 +# Vasil Vangelovski , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 11:28+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Достапно %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ова е листа на достапни %s. Можете да изберете неколку кликајќи на нив во " +"полето подолу и со кликање на стрелката \"Одбери\" помеѓу двете полиња." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Пишувајте во ова поле за да ја филтрирате листата на достапни %s." + +msgid "Filter" +msgstr "Филтер" + +msgid "Choose all" +msgstr "Одбери ги сите ги сите" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Кликнете за да ги одберете сите %s од еднаш." + +msgid "Choose" +msgstr "Одбери" + +msgid "Remove" +msgstr "Отстрани" + +#, javascript-format +msgid "Chosen %s" +msgstr "Одбрано %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ова е листа на избрани %s. Можете да отстраните неколку кликајќи на нив во " +"полето подолу и со кликање на стрелката \"Отстрани\" помеѓу двете полиња." + +msgid "Remove all" +msgstr "Отстрани ги сите" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Кликнете за да ги отстраните сите одбрани %s одеднаш." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "избрано %(sel)s од %(cnt)s" +msgstr[1] "одбрани %(sel)s од %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имате незачувани промени на поединечни полиња. Ако извршите акција вашите " +"незачувани промени ќе бидат изгубени." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Сега" + +msgid "Midnight" +msgstr "Полноќ" + +msgid "6 a.m." +msgstr "6 наутро" + +msgid "Noon" +msgstr "Пладне" + +msgid "6 p.m." +msgstr "6 попладне" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Забелешка: Вие сте %s час понапред од времето на серверот." +msgstr[1] "Забелешка: Вие сте %s часа понапред од времето на серверот." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Забелешка: Вие сте %s час поназад од времето на серверот." +msgstr[1] "Забелешка: Вие сте %s часа поназад од времето на серверот." + +msgid "Choose a Time" +msgstr "Одбери време" + +msgid "Choose a time" +msgstr "Одбери време" + +msgid "Cancel" +msgstr "Откажи" + +msgid "Today" +msgstr "Денеска" + +msgid "Choose a Date" +msgstr "Одбери датум" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Tomorrow" +msgstr "Утре" + +msgid "January" +msgstr "Јануари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Мај" + +msgid "June" +msgstr "Јуни" + +msgid "July" +msgstr "Јули" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" + +msgid "Show" +msgstr "Прикажи" + +msgid "Hide" +msgstr "Сокриј" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f75d3d6ae29bd43cee3e22dd03f7309c8eec04f4 GIT binary patch literal 20830 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, 2014 +# Hrishikesh , 2019-2020 +# Jannis Leidel , 2011 +# JOMON THOMAS LOBO , 2019 +# Junaid , 2012 +# MUHAMMED RAMEEZ , 2019 +# Rajeesh Nair , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:53+0200\n" +"PO-Revision-Date: 2020-07-14 22:38+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)sവിജയകയരമായി നീക്കം ചെയ്തു." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s നീക്കം ചെയ്യാന്‍ കഴിയില്ല." + +msgid "Are you sure?" +msgstr "തീര്‍ച്ചയാണോ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "തെരഞ്ഞെടുത്ത %(verbose_name_plural)s നീക്കം ചെയ്യുക." + +msgid "Administration" +msgstr "കാര്യനിർവഹണം" + +msgid "All" +msgstr "മുഴുവനും" + +msgid "Yes" +msgstr "അതെ" + +msgid "No" +msgstr "അല്ല" + +msgid "Unknown" +msgstr "അറിയില്ല" + +msgid "Any date" +msgstr "ഏതെങ്കിലും തീയ്യതി" + +msgid "Today" +msgstr "ഇന്ന്" + +msgid "Past 7 days" +msgstr "കഴിഞ്ഞ 7 ദിവസങ്ങൾ" + +msgid "This month" +msgstr "ഈ മാസം" + +msgid "This year" +msgstr "ഈ വര്‍ഷം" + +msgid "No date" +msgstr "തിയ്യതിയില്ല " + +msgid "Has date" +msgstr "തിയ്യതിയുണ്ട്" + +msgid "Empty" +msgstr "കാലി" + +msgid "Not empty" +msgstr "കാലിയല്ല" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"ദയവായി സ്റ്റാഫ് അക്കൗണ്ടിനുവേണ്ടിയുള്ള ശരിയായ %(username)s പാസ്‌വേഡ് എന്നിവ നൽകുക. രണ്ടു " +"കള്ളികളിലും അക്ഷരങ്ങള്‍ വലിയക്ഷരമോ ചെറിയക്ഷരമോ എന്നത് പ്രധാനമാണെന്നത് ശ്രദ്ധിയ്ക്കുക." + +msgid "Action:" +msgstr "ആക്ഷന്‍" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "മറ്റൊരു %(verbose_name)s കൂടി ചേര്‍ക്കുക" + +msgid "Remove" +msgstr "കളയുക" + +msgid "Addition" +msgstr "ചേർക്കുക" + +msgid "Change" +msgstr "മാറ്റുക" + +msgid "Deletion" +msgstr "കളയുക" + +msgid "action time" +msgstr "നടന്ന സമയം" + +msgid "user" +msgstr "ഉപയോക്താവ്" + +msgid "content type" +msgstr "കണ്ടന്റ് ടൈപ്പ്" + +msgid "object id" +msgstr "ഒബ്ജക്റ്റിന്റെ ഐഡി" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "ഒബ്ജെക്ട് റെപ്രസന്റേഷൻ" + +msgid "action flag" +msgstr "ആക്ഷന്‍ ഫ്ളാഗ്" + +msgid "change message" +msgstr "സന്ദേശം മാറ്റുക" + +msgid "log entry" +msgstr "ലോഗ് എൻട്രി" + +msgid "log entries" +msgstr "ലോഗ് എൻട്രികള്‍" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” ചേർത്തു." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” മാറ്റം വരുത്തി — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +msgid "LogEntry Object" +msgstr "ലോഗ്‌എന്‍ട്രി ഒബ്ജെക്റ്റ്" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "ചേര്‍ത്തു." + +msgid "and" +msgstr "കൂടാതെ" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "ഒരു മാറ്റവുമില്ല." + +msgid "None" +msgstr "ഒന്നുമില്ല" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "താഴെ നിങ്ങൾക്കിത് വീണ്ടും എഡിറ്റുചെയ്യാം" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "ആക്ഷന്‍ നടപ്പിലാക്കേണ്ട വകകള്‍ തെരഞ്ഞെടുക്കണം. ഒന്നിലും മാറ്റങ്ങൾ വരുത്തിയിട്ടില്ല." + +msgid "No action selected." +msgstr "ആക്ഷനൊന്നും തെരഞ്ഞെടുത്തിട്ടില്ല." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ചേര്‍ക്കുക" + +#, python-format +msgid "Change %s" +msgstr "%s മാറ്റാം" + +#, python-format +msgid "View %s" +msgstr "%s കാണുക" + +msgid "Database error" +msgstr "ഡേറ്റാബേസ് എറർ." + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ല്‍ മാറ്റം വരുത്തി." +msgstr[1] "%(count)s %(name)s വിജയകരമായി മാറ്റി" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s തെരഞ്ഞെടുത്തു." +msgstr[1] "%(total_count)sമൊത്തമായി തെരഞ്ഞെടുത്തു." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s ല്‍ 0 തിരഞ്ഞെടുത്തിരിക്കുന്നു" + +#, python-format +msgid "Change history: %s" +msgstr "%s ലെ മാറ്റങ്ങള്‍." + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +" %(class_name)s %(instance)s നീക്കം ചെയ്യണമെങ്കിൽ അതിനോട് ബന്ധപ്പെട്ടതായ താഴെപ്പറയുന്ന " +"എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്: %(related_objects)s" + +msgid "Django site admin" +msgstr "ജാംഗോ സൈറ്റ് അഡ്മിന്‍" + +msgid "Django administration" +msgstr "ജാംഗോ കാര്യനിർവഹണം" + +msgid "Site administration" +msgstr "സൈറ്റ് കാര്യനിർവഹണം" + +msgid "Log in" +msgstr "ലോഗിൻ" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s കാര്യനിർവഹണം" + +msgid "Page not found" +msgstr "പേജ് കണ്ടെത്താനായില്ല" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "ക്ഷമിക്കണം, ആവശ്യപ്പെട്ട പേജ് കണ്ടെത്താന്‍ കഴിഞ്ഞില്ല." + +msgid "Home" +msgstr "പൂമുഖം" + +msgid "Server error" +msgstr "സെര്‍വറിൽ എന്തോ പ്രശ്നം" + +msgid "Server error (500)" +msgstr "സെര്‍വറിൽ എന്തോ പ്രശ്നം (500)" + +msgid "Server Error (500)" +msgstr "സെര്‍വറിൽ എന്തോ പ്രശ്നം (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "തെരഞ്ഞെടുത്ത ആക്ഷന്‍ നടപ്പിലാക്കുക" + +msgid "Go" +msgstr "തുടരുക" + +msgid "Click here to select the objects across all pages" +msgstr "എല്ലാ പേജിലേയും ഒബ്ജക്റ്റുകൾ തെരഞ്ഞെടുക്കാന്‍ ഇവിടെ ക്ലിക് ചെയ്യുക." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "മുഴുവന്‍ %(total_count)s %(module_name)s ഉം തെരഞ്ഞെടുക്കുക" + +msgid "Clear selection" +msgstr "തെരഞ്ഞെടുത്തത് റദ്ദാക്കുക." + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s മാതൃകയിലുള്ള" + +msgid "Add" +msgstr "ചേര്‍ക്കുക" + +msgid "View" +msgstr "കാണുക" + +msgid "You don’t have permission to view or edit anything." +msgstr "നിങ്ങൾക്ക് ഒന്നും കാണാനോ തിരുത്താനോ ഉള്ള അനുമതിയില്ല." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"ആദ്യമായി ഒരു യൂസർനെയിമും പാസ്‌‌വേഡും നൽകുക. തുടർന്ന്, നിങ്ങൾക്ക് കൂടുതൽ കാര്യങ്ങളിൽ മാറ്റം " +"വരുത്താവുന്നതാണ്" + +msgid "Enter a username and password." +msgstr "Enter a username and password." + +msgid "Change password" +msgstr "പാസ് വേര്‍ഡ് മാറ്റുക." + +msgid "Please correct the error below." +msgstr "താഴെ പറയുന്ന തെറ്റുകൾ തിരുത്തുക " + +msgid "Please correct the errors below." +msgstr "ദയവായി താഴെയുള്ള തെറ്റുകള്‍ പരിഹരിക്കുക." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s ന് പുതിയ പാസ് വേര്‍ഡ് നല്കുക." + +msgid "Welcome," +msgstr "സ്വാഗതം, " + +msgid "View site" +msgstr "സൈറ്റ് കാണുക " + +msgid "Documentation" +msgstr "സഹായക്കുറിപ്പുകള്‍" + +msgid "Log out" +msgstr "പുറത്ത് കടക്കുക." + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ചേര്‍ക്കുക" + +msgid "History" +msgstr "ചരിത്രം" + +msgid "View on site" +msgstr "View on site" + +msgid "Filter" +msgstr "അരിപ്പ" + +msgid "Clear all filters" +msgstr "എല്ലാ ഫിൽറ്ററുകളും ഒഴിവാക്കുക" + +msgid "Remove from sorting" +msgstr "ക്രമീകരണത്തില്‍ നിന്നും ഒഴിവാക്കുക" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ക്രമീകരണത്തിനുള്ള മുന്‍ഗണന: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "ക്രമീകരണം വിപരീത ദിശയിലാക്കുക." + +msgid "Delete" +msgstr "നീക്കം ചെയ്യുക" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s ഡിലീറ്റ് ചെയ്യുമ്പോള്‍ അതുമായി ബന്ധമുള്ള " +"വസ്തുക്കളുംഡിലീറ്റ് ആവും. പക്ഷേ നിങ്ങള്‍ക്ക് താഴെ പറഞ്ഞ തരം വസ്തുക്കള്‍ ഡിലീറ്റ് ചെയ്യാനുള്ള അനുമതി " +"ഇല്ല:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(object_name)s '%(escaped_object)s' നീക്കം ചെയ്യണമെങ്കിൽ അതിനോട് " +"ബന്ധപ്പെട്ടതായ താഴെപ്പറയുന്ന എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?അതുമായി ബന്ധമുള്ള " +"താഴെപ്പറയുന്ന വസ്തുക്കളെല്ലാം നീക്കം ചെയ്യുന്നതാണ്:" + +msgid "Objects" +msgstr "വസ്തുക്കൾ" + +msgid "Yes, I’m sure" +msgstr "അതെ, എനിക്കുറപ്പാണ്" + +msgid "No, take me back" +msgstr "ഇല്ല, എന്നെ തിരിച്ചെടുക്കൂ" + +msgid "Delete multiple objects" +msgstr "ഒന്നിലേറെ വസ്തുക്കള്‍ നീക്കം ചെയ്യുക" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(objects_name)s നീക്കം ചെയ്താൽ അതിനോട് ബന്ധപ്പെട്ടതായ താഴെപ്പറയുന്ന " +"എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്, പക്ഷെ അതിനുളള അവകാശം അക്കൗണ്ടിനില്ല:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(objects_name)s നീക്കം ചെയ്യണമെങ്കിൽ അതിനോട് ബന്ധപ്പെട്ടതായ " +"താഴെപ്പറയുന്ന എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(objects_name)s നീക്കം ചെയ്യണമെന്നു ഉറപ്പാണോ ? തിരഞ്ഞെടുക്കപ്പെട്ടതും " +"അതിനോട് ബന്ധപ്പെട്ടതും ആയ എല്ലാ താഴെപ്പറയുന്ന വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്:" + +msgid "Delete?" +msgstr "ഡിലീറ്റ് ചെയ്യട്ടെ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s ആൽ" + +msgid "Summary" +msgstr "ചുരുക്കം" + +msgid "Recent actions" +msgstr "സമീപകാല പ്രവൃത്തികൾ" + +msgid "My actions" +msgstr "എന്റെ പ്രവർത്തനം" + +msgid "None available" +msgstr "ഒന്നും ലഭ്യമല്ല" + +msgid "Unknown content" +msgstr "ഉള്ളടക്കം അറിയില്ല." + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"താങ്കൾ ലോഗിൻ ചെയ്തിരിക്കുന്ന %(username)s, നു ഈ പേജ് കാണാൻ അനുവാദം ഇല്ല . താങ്കൾ " +"മറ്റൊരു അക്കൗണ്ടിൽ ലോഗിൻ ചെയ്യാന് ആഗ്രഹിക്കുന്നുവോ ?" + +msgid "Forgotten your password or username?" +msgstr "രഹസ്യവാക്കോ ഉപയോക്തൃനാമമോ മറന്നുപോയോ?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Date/time" +msgstr "തീയതി/സമയം" + +msgid "User" +msgstr "ഉപയോക്താവ്" + +msgid "Action" +msgstr "പ്രവർത്തി" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "എല്ലാം കാണട്ടെ" + +msgid "Save" +msgstr "സേവ് ചെയ്യണം" + +msgid "Popup closing…" +msgstr "പോപ്പ് അപ്പ് അടക്കുക " + +msgid "Search" +msgstr "പരതുക" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s results" +msgstr[1] "%(counter)s ഫലം" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ആകെ %(full_result_count)s" + +msgid "Save as new" +msgstr "പുതിയതായി സേവ് ചെയ്യണം" + +msgid "Save and add another" +msgstr "സേവ് ചെയ്ത ശേഷം വേറെ ചേര്‍ക്കണം" + +msgid "Save and continue editing" +msgstr "സേവ് ചെയ്ത ശേഷം മാറ്റം വരുത്താം" + +msgid "Save and view" +msgstr "സേവ് ചെയ്‌തതിന്‌ ശേഷം കാണുക " + +msgid "Close" +msgstr "അടയ്ക്കുക" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "തിരഞ്ഞെടുത്തത് ഇല്ലാതാക്കുക%(model)s" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ഈ വെബ് സൈറ്റില്‍ കുറെ നല്ല സമയം ചെലവഴിച്ചതിനു നന്ദി." + +msgid "Log in again" +msgstr "വീണ്ടും ലോഗ്-ഇന്‍ ചെയ്യുക." + +msgid "Password change" +msgstr "പാസ് വേര്‍ഡ് മാറ്റം" + +msgid "Your password was changed." +msgstr "നിങ്ങളുടെ പാസ് വേര്‍ഡ് മാറ്റിക്കഴിഞ്ഞു." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "എന്റെ പാസ് വേര്‍ഡ് മാറ്റണം" + +msgid "Password reset" +msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "നിങ്ങളുടെ പാസ് വേര്‍ഡ് തയ്യാര്‍. ഇനി ലോഗ്-ഇന്‍ ചെയ്യാം." + +msgid "Password reset confirmation" +msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍ ഉറപ്പാക്കല്‍" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"ദയവായി നിങ്ങളുടെ പുതിയ പാസ് വേര്‍ഡ് രണ്ടു തവണ നല്കണം. ശരിയായാണ് ടൈപ്പു ചെയ്തത് എന്നു " +"ഉറപ്പിക്കാനാണ്." + +msgid "New password:" +msgstr "പുതിയ പാസ് വേര്‍ഡ്:" + +msgid "Confirm password:" +msgstr "പാസ് വേര്‍ഡ് ഉറപ്പാക്കൂ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കാന്‍ നല്കിയ ലിങ്ക് യോഗ്യമല്ല. ഒരു പക്ഷേ, അതു മുന്പ് തന്നെ ഉപയോഗിച്ചു " +"കഴിഞ്ഞതാവാം. പുതിയ ഒരു ലിങ്കിന് അപേക്ഷിക്കൂ." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"നിങ്ങളുൾ പാസ് വേർഡ്‌ മാറ്റാനുള്ള നിർദേശങ്ങൾ %(site_name)s ഇൽ ആവശ്യപ്പെട്ടതുകൊണ്ടാണ് ഈ " +"ഇമെയിൽ സന്ദേശം ലഭിച്ചദ്." + +msgid "Please go to the following page and choose a new password:" +msgstr "ദയവായി താഴെ പറയുന്ന പേജ് സന്ദര്‍ശിച്ച് പുതിയ പാസ് വേര്‍ഡ് തെരഞ്ഞെടുക്കുക:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "ഞങ്ങളുടെ സൈറ്റ് ഉപയോഗിച്ചതിന് നന്ദി!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s പക്ഷം" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "ഇമെയിൽ വിലാസം:" + +msgid "Reset my password" +msgstr "എന്റെ പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കൂ" + +msgid "All dates" +msgstr "എല്ലാ തീയതികളും" + +#, python-format +msgid "Select %s" +msgstr "%s തെരഞ്ഞെടുക്കൂ" + +#, python-format +msgid "Select %s to change" +msgstr "മാറ്റാനുള്ള %s തെരഞ്ഞെടുക്കൂ" + +#, python-format +msgid "Select %s to view" +msgstr "%s കാണാൻ തിരഞ്ഞെടുക്കുക" + +msgid "Date:" +msgstr "തിയ്യതി:" + +msgid "Time:" +msgstr "സമയം:" + +msgid "Lookup" +msgstr "തിരയുക" + +msgid "Currently:" +msgstr "നിലവിൽ:" + +msgid "Change:" +msgstr "മാറ്റം:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0abc5e79c0de9a00e92dabdd34bd9e9343e9ae20 GIT binary patch literal 6200 zcmeH~Uu+yl9mfYqp|}A`L(891m>N=&Hg|TCrc{?0ktVg02scr3q!fh2`flvou(xaN z?%DARN+LCcKcOY6fmT%`)KUTsP52HFQ{r{AR1HgL;Z=y-OlQ0n90PVlYZ;R26= zS22E|7|($#89!Q#e^B5v;5(QI^I{#Eep;NQRxgZ~6?0dIi$)!;~hqoAC> z8-zsd2j2#Mt{688Y=Qh#n@&_nK;bh3%DzM3XTbZxI(VU2-w1P|-vSEXPl9sZ4my!@ zHz;y`78E{B@FCC#zX`qu!b&~JW;yR$;AZe7DEoc~PJw>{SAqK>5GgU7(1gV*Ckk@FQ$`27Qv^H;vp&94IG{Iwuk)D}?m-dU{g zE9QOhX6C1h@pr%>^!gsS3HqKxpFwG}Q`!!%S>@2A~LlSj^xSdzSx2hnW~Ad0n-%!v#VC-MwA zu)X-`wqpDNP;4#FpaUB-^16m5xm`ZES*@obzO@ggvhgjtRcT_IkI>|)&^}7T)#_TB z*m*5Y{2-6mUmh*p>NSZ8)+Rcd(5u%p!jxAgOd~bTMc3}oUbS6ScjzgBty8fdsI8sJ zPLisv)1DuAMduiXO?zj6!Y5yp&dlM5{W`W=MqD~{- zuA)6(IIf`^;48==QZBthf9` z^GjPs2Y!O3C$!h+;HuTX?ah`xNusvV5PF!PEThd&32Pi7Zj@J=Zg{*QSb&Oawb|zqNquD)T4GJa;y66 zltE=8H5L1b*1S*HDAUbo#%Z*mJ=J|CAr^(5L{`fqjyqujG%>LkP8yOmgn84S_M06q z(5C69Hr*zC6Eu^m-Z`OX*&263tgO98>PO)^nTjvtG~<&(Qvuq*b>o9$T2d2{tvCr*U2-cMQYn9C>cHOde-(E-X) zWoNUp-^2;3)O7Ozc8CV{nyDyGD`Ux|->lr#nM^A6sHO+@?5^xJ)4q^aq|VgzhT#pv zmEld5^&9o@aBb7Z+lF}tKIJ88r5<}>5_oA8*R*~2C(J>8SCr~4pMWBq?0A!=Qa4_^ zrpLU%o29k&npT=l)rN*Kf}GF0 zKV=FrzMW?;+SzA&Jqyp}*^lh_OrAZRXXoo?fYIhS>_saWTb(^#@4hQKrgxrbhW*8>)-Kp$2^aLX z7NRa<7na2RVp}e~1rNenr!3Veaa;C?eV5+aYf1UVcd}n163f}$co$Cc&J?T&gEMx4 zUSzJSWjV75CxXg_Gn$-~yZcINh|{gtE>#2h4wbUaIrGk!>h&t|U8^XeawN}A+o(H^ zYEM~#Pg{+hOkEpv=gW^5DQ!}{V$%9|=?ECh7Jmum+5)_KB^tLlNkqf(dp;gm1caPeYF1;Pg**2qWWLX1X zUp!Rq6=ObcT_JJoqUvF*CjB|*zjw#|++aO-xf@1*-l{s&VWR*EmRW2x-=S3lXq)Y|L zSV-LZf>(Th-bqlnO6;V`(1qQ|{Ct`Gm!9Mjw2UUHppv$>Hi$@&+hQX*-(|sBhk$d( ziZ0Cdm(wR0zhJ#~*6~7W_jLiW+{#XxvLr~Y5SdGk@I?mB{%1CzSVxa5keI~D%xx7DRCw@SGfLN#%45d@?LR(9%MAr4ODS!PL~g+ByCL~Oj;rdIRP9#Wp(2Mt%PGReNlE1LRe?Ab%^PYvJ zPLVw}!tDJ`BrPxL#m_b|pX&EVUuEF4p%(zh^t~^(iW!AM$xZ$hps%;;Yi~J_8F^AbPd((#(c}ssY39t|$Nr2VtSn z;<_M&FqB^Q6kj)IOWB, 2014 +# Jannis Leidel , 2011 +# MUHAMMED RAMEEZ , 2019 +# Rajeesh Nair , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-11 20:56+0200\n" +"PO-Revision-Date: 2020-05-13 00:53+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ലഭ്യമായ %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"ഇതാണ് ലഭ്യമായ %s പട്ടിക. അതില്‍ ചിലത് തിരഞ്ഞെടുക്കാന്‍ താഴെ കളത്തില്‍ നിന്നും ഉചിതമായവ സെലക്ട് " +"ചെയ്ത ശേഷം രണ്ടു കളങ്ങള്‍ക്കുമിടയിലെ \"തെരഞ്ഞെടുക്കൂ\" അടയാളത്തില്‍ ക്ലിക് ചെയ്യുക." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "ലഭ്യമായ %s പട്ടികയെ ഫില്‍ട്ടര്‍ ചെയ്തെടുക്കാന്‍ ഈ ബോക്സില്‍ ടൈപ്പ് ചെയ്യുക." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "എല്ലാം തെരഞ്ഞെടുക്കുക" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "%s എല്ലാം ഒന്നിച്ച് തെരഞ്ഞെടുക്കാന്‍ ക്ലിക് ചെയ്യുക." + +msgid "Choose" +msgstr "തെരഞ്ഞെടുക്കൂ" + +msgid "Remove" +msgstr "നീക്കം ചെയ്യൂ" + +#, javascript-format +msgid "Chosen %s" +msgstr "തെരഞ്ഞെടുത്ത %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"തെരഞ്ഞെടുക്കപ്പെട്ട %s പട്ടികയാണിത്. അവയില്‍ ചിലത് ഒഴിവാക്കണമെന്നുണ്ടെങ്കില്‍ താഴെ കളത്തില്‍ " +"നിന്നും അവ സെലക്ട് ചെയ്ത് കളങ്ങള്‍ക്കിടയിലുള്ള \"നീക്കം ചെയ്യൂ\" എന്ന അടയാളത്തില്‍ ക്ലിക് ചെയ്യുക." + +msgid "Remove all" +msgstr "എല്ലാം നീക്കം ചെയ്യുക" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "തെരഞ്ഞെടുക്കപ്പെട്ട %s എല്ലാം ഒരുമിച്ച് നീക്കം ചെയ്യാന്‍ ക്ലിക് ചെയ്യുക." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)sല്‍ %(sel)s തെരഞ്ഞെടുത്തു" +msgstr[1] "%(cnt)sല്‍ %(sel)s എണ്ണം തെരഞ്ഞെടുത്തു" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"വരുത്തിയ മാറ്റങ്ങള്‍ സേവ് ചെയ്തിട്ടില്ല. ഒരു ആക്ഷന്‍ പ്രയോഗിച്ചാല്‍ സേവ് ചെയ്യാത്ത മാറ്റങ്ങളെല്ലാം " +"നഷ്ടപ്പെടും." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "ഇപ്പോള്‍" + +msgid "Midnight" +msgstr "അര്‍ധരാത്രി" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "ഉച്ച" + +msgid "6 p.m." +msgstr "6 p.m" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം മുൻപിലാണ്." +msgstr[1] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം മുൻപിലാണ്." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം പിന്നിലാണ്." +msgstr[1] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം പിന്നിലാണ്." + +msgid "Choose a Time" +msgstr "സമയം തിരഞ്ഞെടുക്കുക" + +msgid "Choose a time" +msgstr "സമയം തെരഞ്ഞെടുക്കൂ" + +msgid "Cancel" +msgstr "റദ്ദാക്കൂ" + +msgid "Today" +msgstr "ഇന്ന്" + +msgid "Choose a Date" +msgstr "ഒരു തീയതി തിരഞ്ഞെടുക്കുക" + +msgid "Yesterday" +msgstr "ഇന്നലെ" + +msgid "Tomorrow" +msgstr "നാളെ" + +msgid "January" +msgstr "ജനുവരി" + +msgid "February" +msgstr "ഫെബ്രുവരി" + +msgid "March" +msgstr "മാർച്ച്" + +msgid "April" +msgstr "ഏപ്രിൽ" + +msgid "May" +msgstr "മെയ്" + +msgid "June" +msgstr "ജൂൺ" + +msgid "July" +msgstr "ജൂലൈ" + +msgid "August" +msgstr "ആഗസ്റ്റ്" + +msgid "September" +msgstr "സെപ്റ്റംബർ" + +msgid "October" +msgstr "ഒക്ടോബർ" + +msgid "November" +msgstr "നവംബർ" + +msgid "December" +msgstr "ഡിസംബര്" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "ഞ്ഞ‍" + +msgctxt "one letter Monday" +msgid "M" +msgstr "തി" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "ചൊ" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "ബു" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "വ്യാ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "വെ" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "ശ" + +msgid "Show" +msgstr "കാണട്ടെ" + +msgid "Hide" +msgstr "മറയട്ടെ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..23fadf3ab6e735c09a3a5110f1b3b366b1b08a4e GIT binary patch literal 21299 zcmc(l3y@sZdFKx?4za)l{7Q@+`ywK1WNTVN7=wq0cnMI91VI8Bn;?3+@65E-kD(tL z1`Hla9v}t@i-!$sa3W#6I0;5#1V|o9?8b>}z3XJV#U{Jn#PJr{U2oZy-Ezv_a@D5R z`}=?A+}pQ%W<&0oErd_ zfZ}UCsQa5hjW2;`gOlK!!9NVo_k)YL{wAn({5dE-z6Yw`4?ywvccA3(6Ht7dg0Pl? z9{|PAdhmVVji8>lK=JV)csuwQcpG>+%KSRG0~`TYLG&r`aZvp)`gN~|D?#ypGx%1p z3W~o^gW~Ic@Dgx0DE^Lt;_tg)75p*yOW>_ABf14paxa78_jd3aa0)yT{4?+~;4yF$ zc>Nik?jL}%ll`E^9R(%NZ-wW72`=XPd!XbfBNe|VgPQ-{AS!b21vP#pDE*!fVyfPbcQ$a-J&H}a0i$Kl)F;H|if#Uxb zQ1r$?(fc&`L2ws12p$5LfIk4Wj<>$w%Xt|n`Ftc?uLY&Q8$r#p8I)YMfTG_3#n-*y ze((uUbk|3o&nCEx>s_G69Rx21{}qVJ+|R)egJ+!S{qb6`#q|i71OFP798X5cE5Vz= z>%pDiI`F@Ml5g%Tum6MK&0K#IlpLbp^!EC}fGa`C<0GKte>DgRw<+KqAVb}gp!ogQ zp!EK2@I>&t0sjWn^S=dUpFaYnub+XM_cVkcxt#%i6g&&u3H}cFCh$j~=>9KoJNR?( zTyXmbeEd5Iev0eA051YBS?c9=Hz++k9`I>U^!9^hPoVhu6HxZi0oDKep!oVxz@LWu zKL=0b{>cN(cLIEavadUr`S~6NWgq*%ZQysn72tY|3Da?RgSUWBf}aHc0Yqi);~(;T z+yRP@d%;EEqoC~O_d(gs0Z{b64I(=C-$2QK(Qv6<79*@{@)Kq;3`mdxglKN4qndn zdHb3G|DNjyK*h_?FnB9?2o(P-*ZR7m3_is5Ux9xCR)5RKg)2Vh z+?Tn&9#ow8F?bUAb5Qnl(luW1?*f-{eLl!k?p6>|?irA-?(e~OffujydF%#I{ND*m z&bvU-dmL1pd;C}CzJCaw3I1R3 zZD6#4x*ybB_tOs3K2599#IHUFXeAn5?elTIaXZJ7EJxo5%EtBiCE6Ehx6wAyK0~{g zrjPU~p5IIpuZYNPp`An12iLLB$$URZtJ0pMNgw*0L3@Cfr$w~n^Oo?V0X{`LNRy3y zp02s9!LE0B+@1qUS?xqdXzD`R%Z%TfE=hDiw^Jr^mpQXKxrq3<3$7vtd1)rs~ zo%YM;RQ-H0Tnk#XkIvpMB79A6z!`teZEAyiH7T2 z3_c$mr+tj3&u`P-PrFMOd}0q4mo5yyo8Vcr&9tk+y;H!I;rAZ~ycB$z_I6rP_oB-t zqa_0)rE)W_Z*G>F<#<^ma!UsCrItD$4`QtAyJ6nNq;EtjJOAFhmQBRnmbc)CLhCe%v} zhTNq^s1%Fz^Q`)dhC#ksYmUWro>gk_g1FVQdv|MGAFegxpcp+wVeONWa{rC~vaXLe1gFM84XLnzbOg z2<~Ct&zG3b;w1xdqmUnui<=Wh7O##ZNTj6!Bein5Hc_gMqV+Pf6j4W9X+#qx`V7a3 zR$%rYF?%BRl#RrU7nstsgbP%QVy0AoEha9j$N6HR-l_~Y+~xTy8cPk*2InDK zLO;6^jbU@O`s7gNR%J38$JHik^j`8>R7b9EBN^`}2s=4-8ylc1s4b4z_u`+^Xm0gudVEfD3w@?^g6NCo%OL z&X^1gtjf}l6Jn!@TB}^d3~y_d5MxoR(~w?Q8L!ux7LrnX4eQ0a27(_2f0GK0w}eW+ zhc2D#p-X>JE`EU-75Sr5wY%~pEQA#gM%M^Uo*>ocW4Rk<@Gb)j_!1AV~X1?uuHW zRl!$%^{}RrFO_*xBttib+?vXGbJDG;Qg}r9s2WeCK5o%UR^4jw>_WZ7%0Gp>5ONMh*f$WLs>5@#7Bv5<6@Til;oceXSbj+*LJqwdw`s#H&k1DjF3<4SrjMcURZ&;9_l} zs$f8DV`*gq!SaasYp8d9QgWr$XeuSA4uYGKx=Tq)JF0308xH4A1-RGrf#CX`ebyi)iqq#wzS6GI@LzhY(}1F7fL=#S(1;p!F7`f z7jAvV;)dM%8vnzybQL+>GhKo{m3A3iUqdw#Y9)?_^Mx(+t;Y5h<+oz#`QfrIDJjj+ zJ*y3O9my?HaWH~q6uI5n3fbDeEX;h=Yx| zN{GNlQ?C4^W?DUApgB=0U{bYcLPM(&Nw_pJX(p;Tt#VMx4xDOV5yX%oD1S>hULL%* z(5jc3llVX*YM?-G--ryCv1s&9$O%yr2ar0tIY#A;NwP3jqr~Y8enalM+IVX`Dp3BA zmtURws=FSarkW1!!)2wmH4YGs)N2)FR97V89!3*oYsc$b-WyWK^iCj@2C z_88rp7#l=eSW*#vL0x04`_@uC5w04F+-?KqUttW;Zb(&Z`b*3AKHYoIlkojj^Y!nY zY^T#Ir(2ppP+ddj^~rO+aVf^?z{_z>X=ltM#W=vVO+U* z;M|ofmtDAmU&%9HScZBZb|HJvZ+mPl%f@;`EZ`e{A zmt;shvR|yO+H@NT=Wr~YW0@05dTe!YBC|)rkgs)Z&s}CeL@dpbA(F5zBO}z+Yvc72 z=|^$P4*<#(HJKR8PKDi+xBG5h5P@_Mg42FRL!;qIv*0XorQ#eMo7qLoSd&Ys#7ur~ zuCf!-{@iV7=Iex{$#IsZMf)v+40}W7P$1dOLBem{Rd(BcZ&`zxS|rB$q}xdH+Y++x zcw8-tWCOWHx3%(RIEYmKd#PzT6Y+3l^+>Zun9OB|x8z-sYDIN8lSkU2hLn-)eEjJ^ z<^-Vc9K#P1fus&>#`%iTN`ekzluwpR)h%|EP^xZ)Q-nXxcBeF4R$wgTk*A{B7_~#b zEWztG0g3y?Toi@4rqVwq==YUNHiH%y_wDht;kQZgZ^C8o8O-bJ9^J(5UST{FDw5f( zVmj{pA*=u6Ihc3A{|6pYl8SNCfE5}^Qba^`m4M2UC_^=sVnr@m+w9)0$K$wx$|xV` z&E7HxXSI4G+FHtoB2vc*jWOHEkq}2pw@WW$5FmX;8S6HmAIHgKj@Kkx9I`^781p}U z49uKcnRn+ys7($O#3;^L8^(<%WeC1T^wuDrEI=Bs<^^G%Nus&ih$9WTjq)45M@NYR z-QqgAljNPyp-EL2M+4+n?a&o8pb_O;&DyeL#Qa@~`TCaE=u$3?jy0FL8>(BXl+OvK z!SeIhzJvPPV0)b??+a!%sXS25Yq~B7)v~9cb zJw{vpCPqUwKJ_$P6D$lQ3 z-LyP)CAi-~KMWiO*}QqXksNZ-CKH5ME0;(`^eNXyRf5wwDwak@a3L#RY-OvBg=Dib z&#ru{v`0ENf6P}WEg|M?l%mhPZpx~b!mSsBB^h~(mst{A#b5}ZT5+1YLwMHt7+vaq z%bBQwDt5_0Cb}CR_3l`OYl{p-c%n3XScs(P%a0MmtyV%BDpE1p{?SS+>2}8#F40Ii zKkCA7JINwmINynVMx%kqU8on7QDcW}NsIa}p>Ivr|9jGfU{NY2zX(}%rxfn4tJicg zJh-+vcw=1G(a2C#wB7xp>n*Mgu4{~zii4N6MjL}0YeUhZ>#iNVKHgeV*TE|=pP^{g z%CpZIT>0U_Rp&-4&l_5K?uSNTQmYR|8(Z~CtGZ<@x-8$^GS-^R zk1l8Es&fYU`Y_$Aqb*i9xRC@p6s@E9sg+B(#K2gyIX<*v1=UB6@`=5}NPK$^S6$)x zOrRVHtf*91EL*g0?YcGH6`h@1x#)6VWesjbYC};ozP-6(yiECZfpkzuffwDd@yfyT zyZtm5#yhyCTBxbc7>dpxE;Um|hoVY#(RFqbILIMGr7;v${lQ@4qE#2L>(&|JMFZ97 z%!{J4mtC;PVM=|kSq3{h`8VZ~w=JC=?E~$DohiO&+xyxx?R`AzzG8tu_Vo+Te4!-o z^>xc&`(XP}dnRJ=;r5GM%yzbSwsUnTdgW`ce62IpxmP#av$~q^EzBDuU~gfLJ=d9v z+6Rt3*FKVPHs^l(Nio>j4#V@js&Q6zrSD|cUNIPWPnOr-ucdUR+cV5^DDs!>Bkg^; zsQrW&7^3qJJ3BhtSo}6_ABniwvD&qFGi;`PfZ2Or;?V0TWM=s0vA=qqz0rle+=0Z= z&bDY})TJ5d9s4?}nT7n$_N>cZ47v7`+&qjaOe48afwqry?=@1jbZ@@$jP%J;!qI<} z8IV59o?0(!M43KOGU+y^Ig%7|D4^$6QNoxPi}mECjSnZw8jEuYk)7QR={+OdU0b(@ zYd>OfKA_cEdJ&I=c8_x&OKkUCG3x)bN z$@~FKHJDzYgi*HlA)M?|lJ`+CXHMLmR0PHBiy4zY-V#PRQv$@ zH&$o4jc0UuKZ;0>N)%n*c}gU~UsJa64_k8}frk7lSn4z@y+1nkoC1NYxjoah=I&Zp z1VLz@C*yrJ=e)skpTHz1NDV%XTK++{pHyd(ViDVI)@gfxhRw3d&OLA

    =jf-WO-l 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..89d0b3004ff --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po @@ -0,0 +1,787 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ankhbayar , 2013 +# Jannis Leidel , 2011 +# jargalan , 2011 +# Turmunkh Batkhuyag, 2023-2024 +# Zorig, 2016 +# Анхбаяр Анхаа , 2013-2016,2018-2019,2021,2023 +# Баясгалан Цэвлээ , 2011,2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Turmunkh Batkhuyag, 2023-2024\n" +"Language-Team: Mongolian (http://app.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Сонгосон %(verbose_name_plural)s-ийг устгах" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(items)s ээс %(count)d-ийг амжилттай устгалаа." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s устгаж чадахгүй." + +msgid "Delete multiple objects" +msgstr "Олон обектууд устгах" + +msgid "Administration" +msgstr "Удирдлага" + +msgid "All" +msgstr "Бүгд " + +msgid "Yes" +msgstr "Тийм" + +msgid "No" +msgstr "Үгүй" + +msgid "Unknown" +msgstr "Тодорхойгүй" + +msgid "Any date" +msgstr "Бүх өдөр" + +msgid "Today" +msgstr "Өнөөдөр" + +msgid "Past 7 days" +msgstr "Өнгөрсөн долоо хоног" + +msgid "This month" +msgstr "Энэ сар" + +msgid "This year" +msgstr "Энэ жил" + +msgid "No date" +msgstr "Огноогүй" + +msgid "Has date" +msgstr "Огноотой" + +msgid "Empty" +msgstr "Хоосон" + +msgid "Not empty" +msgstr "Хоосон биш" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ажилтан хэрэглэгчийн %(username)s ба нууц үгийг зөв оруулна уу. Хоёр талбарт " +"том жижигээр үсгээр бичих ялгаатай." + +msgid "Action:" +msgstr "Үйлдэл:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Өөр %(verbose_name)s нэмэх " + +msgid "Remove" +msgstr "Хасах" + +msgid "Addition" +msgstr "Нэмэгдсэн" + +msgid "Change" +msgstr "Өөрчлөх" + +msgid "Deletion" +msgstr "Устгагдсан" + +msgid "action time" +msgstr "үйлдлийн хугацаа" + +msgid "user" +msgstr "хэрэглэгч" + +msgid "content type" +msgstr "агуулгын төрөл" + +msgid "object id" +msgstr "обектийн id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "обектийн хамаарал" + +msgid "action flag" +msgstr "үйлдэлийн тэмдэг" + +msgid "change message" +msgstr "өөрчлөлтийн мэдээлэл" + +msgid "log entry" +msgstr "лог өгөгдөл" + +msgid "log entries" +msgstr "лог өгөгдөлүүд" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Нэмэгдсэн \"%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Өөрчлөгдсөн \"%(object)s\"— %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Устгагдсан \"%(object)s\"." + +msgid "LogEntry Object" +msgstr "Лог бүртгэлийн обект" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Нэмсэн {name} “{object}”." + +msgid "Added." +msgstr "Нэмэгдсэн." + +msgid "and" +msgstr "ба" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Changed {fields} for {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Өөрчлөгдсөн {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Устгасан {name} “{object}”." + +msgid "No fields changed." +msgstr "Өөрчилсөн талбар алга байна." + +msgid "None" +msgstr "Хоосон" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Нэгээс олныг сонгохын тулд \"Control\" эсвэл Mac компьютер дээр \"Command\" " +"товчоо дарна уу." + +msgid "Select this object for an action - {}" +msgstr "Сонголтоо хийхийн тулд энэ объектыг сонгоно уу - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” амжилттай нэмэгдлээ." + +msgid "You may edit it again below." +msgstr "Та дараахийг дахин засах боломжтой" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” амжилттай нэмэгдлээ. Та доорх {name}-ийг нэмэх боломжтой." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" амжилттай өөрчлөгдлөө. Та доорх талбаруудыг дахин засварлах " +"боломжтой." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"\"{name}\" \"{obj}\" амжилттай өөрчлөгдлөө. Доорх {name}-г нэмж оруулна уу." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \" {obj} \" амжилттай өөрчлөгдлөө." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Үйлдэл хийхийн тулд Та ядаж 1-ийг сонгох хэрэгтэй. Өөрчилөлт хийгдсэнгүй." + +msgid "No action selected." +msgstr "Үйлдэл сонгоогүй." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” амжилттай устгагдлаа." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "“%(key)s” ID-тай %(name)sбайхгүй байна. Магадгүй устсан уу?" + +#, python-format +msgid "Add %s" +msgstr "%s-ийг нэмэх" + +#, python-format +msgid "Change %s" +msgstr "%s-ийг өөрчлөх" + +#, python-format +msgid "View %s" +msgstr "%s харах " + +msgid "Database error" +msgstr "Өгөгдлийн сангийн алдаа" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s-ийг амжилттай өөрчиллөө." +msgstr[1] "%(count)s %(name)s-ийг амжилттай өөрчиллөө." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Бүгд %(total_count)s сонгогдсон" +msgstr[1] "Бүгд %(total_count)s сонгогдсон" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s оос 0 сонгосон" + +msgid "Delete" +msgstr "Устгах" + +#, python-format +msgid "Change history: %s" +msgstr "Өөрчлөлтийн түүх: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(instance)s %(class_name)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +" %(class_name)s төрлийн %(instance)s-ийг устгах гэж байна. Эхлээд дараах " +"холбоотой хамгаалагдсан обектуудыг устгах шаардлагатай: %(related_objects)s" + +msgid "Django site admin" +msgstr "Сайтын удирдлага" + +msgid "Django administration" +msgstr "Удирдлага" + +msgid "Site administration" +msgstr "Сайтын удирдлага" + +msgid "Log in" +msgstr "Нэвтрэх" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s удирдлага" + +msgid "Page not found" +msgstr "Хуудас олдсонгүй." + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Уучлаарай, хүссэн хуудас олдсонгүй." + +msgid "Home" +msgstr "Нүүр" + +msgid "Server error" +msgstr "Серверийн алдаа" + +msgid "Server error (500)" +msgstr "Серверийн алдаа (500)" + +msgid "Server Error (500)" +msgstr "Серверийн алдаа (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Алдаа гарсан байна. И-мэйлээр админуудад мэдэгдэгдсэн бөгөөд тун удахгүй " +"засах болно. Хамтран ажилласанд баярлалаа." + +msgid "Run the selected action" +msgstr "Сонгосон үйлдэлийг ажилуулах" + +msgid "Go" +msgstr "Гүйцэтгэх" + +msgid "Click here to select the objects across all pages" +msgstr "Бүх хуудаснууд дээрх объектуудыг сонгох" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Бүгдийг сонгох %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Сонгосонг цэвэрлэх" + +msgid "Breadcrumbs" +msgstr "Талхны үүрмэг" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s хэрэглүүр дэх моделууд." + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Нэмэх" + +msgid "View" +msgstr "Харах" + +msgid "You don’t have permission to view or edit anything." +msgstr "Та ямар ч харах эсвэл засах эрхгүй байна." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "Нууц үг өөрчлөх" + +msgid "Set password" +msgstr "Нууг үг оноох" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Та доорх алдаануудыг засна уу." +msgstr[1] "Та доорх алдаануудыг засна уу." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s.хэрэглэгчид шинэ нууц үг оруулна уу." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "" + +msgid "Enable password-based authentication" +msgstr "" + +msgid "Skip to main content" +msgstr "Үндсэн агуулга руу шилжих" + +msgid "Welcome," +msgstr "Тавтай морилно уу" + +msgid "View site" +msgstr "Сайтаас харах" + +msgid "Documentation" +msgstr "Баримтжуулалт" + +msgid "Log out" +msgstr "Гарах" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s нэмэх" + +msgid "History" +msgstr "Түүх" + +msgid "View on site" +msgstr "Сайтаас харах" + +msgid "Filter" +msgstr "Шүүлтүүр" + +msgid "Hide counts" +msgstr "Тооцоог нуух" + +msgid "Show counts" +msgstr "Тооцоог харуулах" + +msgid "Clear all filters" +msgstr "Бүх шүүлтүүрийг арилгах" + +msgid "Remove from sorting" +msgstr "Эрэмблэлтээс хасах" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Эрэмблэх урьтамж: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Эрэмбэлэлтийг харуул" + +msgid "Toggle theme (current theme: auto)" +msgstr "Загварыг сэлгэх (одоогийн загвар: авто)" + +msgid "Toggle theme (current theme: light)" +msgstr "Загварыг сэлгэх (одоогийн загвар: өдрийн)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Загварыг сэлгэх (одоогийн горим: шөнийн)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s'-ийг устгавал холбогдох объект нь устах " +"ч бүртгэл тань дараах төрлийн объектуудийг устгах зөвшөөрөлгүй байна:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +" %(object_name)s обектийг устгаж байна. '%(escaped_object)s' холбоотой " +"хамгаалагдсан обектуудыг заавал утсгах хэрэгтэй :" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Та %(object_name)s \"%(escaped_object)s\"-ийг устгахдаа итгэлтэй байна уу? " +"Үүнийг устгавал дараах холбогдох зүйлс нь бүгд устана:" + +msgid "Objects" +msgstr "Бичлэгүүд" + +msgid "Yes, I’m sure" +msgstr "Тийм, би итгэлтэй." + +msgid "No, take me back" +msgstr "Үгүй, намайг буцаа" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Сонгосон %(objects_name)s обектуудыг устгасанаар хамаатай бүх обкетууд устах " +"болно. Гэхдээ таньд эрх эдгээр төрлийн обектуудыг утсгах эрх байхгүй байна: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s обектуудыг утсгаж байна дараах холбоотой хамгаалагдсан " +"обектуудыг устгах шаардлагатай:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Та %(objects_name)s ийг устгах гэж байна итгэлтэй байна? Дараах обектууд " +"болон холбоотой зүйлс хамт устагдах болно:" + +msgid "Delete?" +msgstr "Устгах уу?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s -ээр" + +msgid "Summary" +msgstr "Хураангуй" + +msgid "Recent actions" +msgstr "Сүүлд хийсэн үйлдлүүд" + +msgid "My actions" +msgstr "Миний үйлдлүүд" + +msgid "None available" +msgstr "Үйлдэл алга" + +msgid "Added:" +msgstr "Нэмсэн:" + +msgid "Changed:" +msgstr "Өөрчилсөн:" + +msgid "Deleted:" +msgstr "Устгасан:" + +msgid "Unknown content" +msgstr "Тодорхойгүй агуулга" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Таны өгөгдлийн санг суулгахад ямар нэг алдаа гарлаа байна. Өгөгдлийн сангийн " +"тохирох хүснэгтүүдийг үүсгэсэн эсэхийг шалгаад, өгөгдлийн санг тохирох " +"хэрэглэгч унших боломжтой эсэхийг шалгаарай." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Та %(username)s нэрээр нэвтэрсэн байна гэвч энэ хуудасхуу хандах эрх " +"байхгүй байна. Та өөр эрхээр логин хийх үү?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "Жолоодлого солбих" + +msgid "Sidebar" +msgstr "Хажуугийн самбар" + +msgid "Start typing to filter…" +msgstr "Шүүхийн тулд бичиж эхлэх..." + +msgid "Filter navigation items" +msgstr "Жолоодлогын зүйлсийг шүүх" + +msgid "Date/time" +msgstr "Огноо/цаг" + +msgid "User" +msgstr "Хэрэглэгч" + +msgid "Action" +msgstr "Үйлдэл" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "оролт" +msgstr[1] "оролт" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Энэ объектод өөрчлөлтийн түүх байхгүй байна. Админ сайтаар нэмээгүй байх " +"магадлалтай." + +msgid "Show all" +msgstr "Бүгдийг харуулах" + +msgid "Save" +msgstr "Хадгалах" + +msgid "Popup closing…" +msgstr "Хааж байна..." + +msgid "Search" +msgstr "Хайлт" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s үр дүн" +msgstr[1] "%(counter)s үр дүн" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Нийт %(full_result_count)s" + +msgid "Save as new" +msgstr "Шинээр хадгалах" + +msgid "Save and add another" +msgstr "Хадгалаад өөрийг нэмэх" + +msgid "Save and continue editing" +msgstr "Хадгалаад нэмж засах" + +msgid "Save and view" +msgstr "Хадгалаад харах." + +msgid "Close" +msgstr "Хаах" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Сонгосон %(model)s-ийг өөрчлөх" + +#, python-format +msgid "Add another %(model)s" +msgstr "Өөр %(model)s нэмэх" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Сонгосон %(model)s устгах" + +#, python-format +msgid "View selected %(model)s" +msgstr "View selected %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Өнөөдөр вэб сайтад цаг заваа зарцуулсанд баярлалаа." + +msgid "Log in again" +msgstr "Ахин нэвтрэх " + +msgid "Password change" +msgstr "Нууц үгийн өөрчлөлт" + +msgid "Your password was changed." +msgstr "Нууц үг тань өөрчлөгдлөө." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Та аюулгүй байдлын үүднээс хуучин нууц үгээ оруулна уу, тэгээд шинэ нууц " +"үгээ хоёр удаа оруулнаар бид бичсэн эсэхийг баталгаажуулах боломжтой." + +msgid "Change my password" +msgstr "Нууц үгээ солих" + +msgid "Password reset" +msgstr "Нууц үг шинэчилэх" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Та нууц үгтэй боллоо. Одоо бүртгэлд нэвтрэх боломжтой." + +msgid "Password reset confirmation" +msgstr "Нууц үг шинэчилэхийг баталгаажуулах" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Шинэ нууц үгээ хоёр удаа оруулна уу. Ингэснээр нууц үгээ зөв бичиж байгаа " +"эсэхийг тань шалгах юм. " + +msgid "New password:" +msgstr "Шинэ нууц үг:" + +msgid "Confirm password:" +msgstr "Нууц үгээ батлах:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Нууц үг авах холбоос болохгүй байна. Үүнийг аль хэдийнэ хэрэглэснээс болсон " +"байж болзошгүй. Шинэ нууц үг авахаар хүсэлт гаргана уу. " + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Бид таны нууц үг тохируулах зааварчилгааг и-мэйлээр илгээлээ. Хэрэв таны " +"оруулсан и-мэйл дээр акаунт байвал хурдан авах ёстой." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Хэрэв та имэйл аваагүй бол та бүртгэлтэй хаяг оруулсан эсэхийг шалгана уу, " +"мөн спам хавтасыг шалгана уу." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"%(site_name)s сайтанд бүртгүүлсэн эрхийн нууц үгийг сэргээх хүсэлт гаргасан " +"учир энэ имэйл ийг та хүлээн авсан болно. " + +msgid "Please go to the following page and choose a new password:" +msgstr "Дараах хуудас руу орон шинэ нууц үг сонгоно уу:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Манай сайтыг хэрэглэсэнд баярлалаа!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s баг" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Нууц үгээ мартсан уу? Доор имэйл хаягаа оруулна уу, бид шинэ нууц үг " +"тохируулах зааврыг имэйлээр илгээнэ." + +msgid "Email address:" +msgstr "Имэйл хаяг:" + +msgid "Reset my password" +msgstr "Нууц үгээ шинэчлэх" + +msgid "Select all objects on this page for an action" +msgstr "Энэ хуудас дээрх бүх объектуудыг үйлдэл хийхийн тулд сонгоно уу" + +msgid "All dates" +msgstr "Бүх огноо" + +#, python-format +msgid "Select %s" +msgstr "%s-г сонго" + +#, python-format +msgid "Select %s to change" +msgstr "Өөрчлөх %s-г сонгоно уу" + +#, python-format +msgid "Select %s to view" +msgstr "Харахын тулд %s сонгоно уу" + +msgid "Date:" +msgstr "Огноо:" + +msgid "Time:" +msgstr "Цаг:" + +msgid "Lookup" +msgstr "Хайх" + +msgid "Currently:" +msgstr "Одоогийнх:" + +msgid "Change:" +msgstr "Өөрчилөлт:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..9f58362d57dbe0934779cd5a9ea9aae87f892c61 GIT binary patch literal 5228 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 BV4DB{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..5fda2975029 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po @@ -0,0 +1,218 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Tsolmon , 2012 +# Zorig, 2014,2018 +# Анхбаяр Анхаа , 2011-2012,2015,2019 +# Ганзориг БП , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2019-02-13 09:19+0000\n" +"Last-Translator: Анхбаяр Анхаа \n" +"Language-Team: Mongolian (http://www.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Боломжтой %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Энэ %s жагсаалт нь боломжит утгын жагсаалт. Та аль нэгийг нь сонгоод \"Сонгох" +"\" дээр дарж нөгөө хэсэгт оруулах боломжтой." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Энэ нүдэнд бичээд дараах %s жагсаалтаас шүүнэ үү. " + +msgid "Filter" +msgstr "Шүүлтүүр" + +msgid "Choose all" +msgstr "Бүгдийг нь сонгох" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Бүгдийг сонгох бол %s дарна уу" + +msgid "Choose" +msgstr "Сонгох" + +msgid "Remove" +msgstr "Хас" + +#, javascript-format +msgid "Chosen %s" +msgstr "Сонгогдсон %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Энэ %s сонгогдсон утгуудыг жагсаалт. Та аль нэгийг нь хасахыг хүсвэл сонгоох " +"\"Хас\" дээр дарна уу." + +msgid "Remove all" +msgstr "Бүгдийг арилгах" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "%s ийн сонгоод бүгдийг нь арилгана" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s ээс %(cnt)s сонгосон" +msgstr[1] "%(sel)s ээс %(cnt)s сонгосон" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Хадгалаагүй өөрчлөлтүүд байна. Энэ үйлдэлийг хийвэл өөрчлөлтүүд устах болно." + +msgid "" +"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." +msgstr "" +"Та 1 үйлдлийг сонгосон байна, гэвч та өөрийн өөрчлөлтүүдээ тодорхой " +"талбаруудад нь оруулагүй байна. OK дарж сануулна уу. Энэ үйлдлийг та дахин " +"хийх шаардлагатай." + +msgid "" +"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." +msgstr "" +"Та 1 үйлдлийг сонгосон байна бас та ямарваа өөрчлөлт оруулсангүй. Та Save " +"товчлуур биш Go товчлуурыг хайж байгаа бололтой." + +msgid "Now" +msgstr "Одоо" + +msgid "Midnight" +msgstr "Шөнө дунд" + +msgid "6 a.m." +msgstr "06 цаг" + +msgid "Noon" +msgstr "Үд дунд" + +msgid "6 p.m." +msgstr "18 цаг" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Та серверийн цагаас %s цагийн түрүүнд явж байна" +msgstr[1] "Та серверийн цагаас %s цагийн түрүүнд явж байна" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Та серверийн цагаас %s цагаар хоцорч байна" +msgstr[1] "Та серверийн цагаас %s цагаар хоцорч байна" + +msgid "Choose a Time" +msgstr "Цаг сонгох" + +msgid "Choose a time" +msgstr "Цаг сонгох" + +msgid "Cancel" +msgstr "Болих" + +msgid "Today" +msgstr "Өнөөдөр" + +msgid "Choose a Date" +msgstr "Өдөр сонгох" + +msgid "Yesterday" +msgstr "Өчигдөр" + +msgid "Tomorrow" +msgstr "Маргааш" + +msgid "January" +msgstr "1-р сар" + +msgid "February" +msgstr "2-р сар" + +msgid "March" +msgstr "3-р сар" + +msgid "April" +msgstr "4-р сар" + +msgid "May" +msgstr "5-р сар" + +msgid "June" +msgstr "6-р сар" + +msgid "July" +msgstr "7-р сар" + +msgid "August" +msgstr "8-р сар" + +msgid "September" +msgstr "9-р сар" + +msgid "October" +msgstr "10-р сар" + +msgid "November" +msgstr "11-р сар" + +msgid "December" +msgstr "12-р сар" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Д" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "М" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Л" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "П" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Ба" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Бя" + +msgid "Show" +msgstr "Үзэх" + +msgid "Hide" +msgstr "Нуух" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8958a20a4623f2b76e06d69b96b3018331ceab54 GIT binary patch literal 21226 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 NW4|X%&*@Cj{{oBk|4aY? literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..395dd93dc95 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po @@ -0,0 +1,768 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Natalia, 2024 +# Omkar Parab, 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Natalia, 2024\n" +"Language-Team: Marathi (http://app.transifex.com/django/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "यशस्वीरीत्या %(count)d %(items)s घालवले गेले आहेत." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s घालवू शकत नाही" + +msgid "Delete multiple objects" +msgstr "एकाधिक वस्तू घालवा" + +msgid "Administration" +msgstr "प्रशासन" + +msgid "All" +msgstr "सर्व" + +msgid "Yes" +msgstr "होय" + +msgid "No" +msgstr "नाही" + +msgid "Unknown" +msgstr "अज्ञात" + +msgid "Any date" +msgstr "कोणतीही दिनांक" + +msgid "Today" +msgstr "आज" + +msgid "Past 7 days" +msgstr "मागील 7 दिवस" + +msgid "This month" +msgstr "या महिन्यात" + +msgid "This year" +msgstr "यावर्षी" + +msgid "No date" +msgstr "दिनांक नाही" + +msgid "Has date" +msgstr "दिनांक आहे" + +msgid "Empty" +msgstr "रिकामी" + +msgid "Not empty" +msgstr "रिकामी नाही" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"कृपया करून %(username)s आणि कर्मचारी खात्यासाठी अचूक गुप्तशब्द नमूद करा. लक्षात घ्या की " +"दोन्ही राखणे संवेदनशील असू शकतात." + +msgid "Action:" +msgstr "क्रिया:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "अजून एक %(verbose_name)s जोडा" + +msgid "Remove" +msgstr "काढा" + +msgid "Addition" +msgstr "वाढ" + +msgid "Change" +msgstr "बदला" + +msgid "Deletion" +msgstr "वगळा" + +msgid "action time" +msgstr "क्रियाकाळ" + +msgid "user" +msgstr "वापरकर्ता" + +msgid "content type" +msgstr "सामुग्री प्रकार" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "क्रिया झेंडा" + +msgid "change message" +msgstr "लिखित बदला" + +msgid "log entry" +msgstr "घटक नोंद" + +msgid "log entries" +msgstr "घटक नोंदी" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” जोडले" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” — %(changes)s बदलले" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" घालविले" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "जोडले." + +msgid "and" +msgstr "आणि" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}” साठी {fields} बदलले. " + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} बदलले. " + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” घालवला" + +msgid "No fields changed." +msgstr "कोणतेही रखाणे बदलले नाहीत." + +msgid "None" +msgstr "" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "एकापेक्षा जास्त निवडण्यासाठी \"कंट्रोल\" किंवा मॅक वर \"कमांड\" खटका दाबा" + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” यशस्वीरीत्या जोडले गेले आहे." + +msgid "You may edit it again below." +msgstr "तुम्ही ते खाली पुन्हा संपादित करू शकता." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} “{obj}” यशस्वीरीत्या जोडले गेले आहे. तुम्ही खाली दुसरे {name} जोडू शकता." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” यशस्वीरीत्या बदलले गेले. तुम्ही त्याचे पुन्हा संपादन करू शकता." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} “{obj}” यशस्वीरीत्या जोडले गेले आहे. तुम्ही खाली दुसरे {name} जोडू शकता." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” यशस्वीरीत्या बदलले गेले आहे." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"गोष्टींवर क्रिया करण्यासाठी त्या निवडले जाणे आवश्यक आहे. कोणत्याही गोष्टी बदलल्या गेल्या " +"नाहीत." + +msgid "No action selected." +msgstr "कोणतीही क्रिया निवडली नाही." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” यशस्वीरीत्या हटवले गेले आहे." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s “%(key)s” ओळखीसह अस्तित्वात नाही. कदाचित ते घालवले असेल ?" + +#, python-format +msgid "Add %s" +msgstr "जोडा %s" + +#, python-format +msgid "Change %s" +msgstr "बदला %s" + +#, python-format +msgid "View %s" +msgstr "पहा %s" + +msgid "Database error" +msgstr "डेटाबेस त्रुटी" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +msgid "Delete" +msgstr "घालवा" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "जॅंगो स्थळ प्रशासक" + +msgid "Django administration" +msgstr "जॅंगो प्रशासन " + +msgid "Site administration" +msgstr "स्थळ प्रशासन " + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s प्रशासन" + +msgid "Page not found" +msgstr "पान मिळाले नाही" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "आम्ही क्षमस्व आहोत, पण विनंती केलेले पान मिळाले नाही." + +msgid "Home" +msgstr "मुख्यपान" + +msgid "Server error" +msgstr "वाढप्यात त्रुटी" + +msgid "Server error (500)" +msgstr "सर्व्हर त्रुटी (500)" + +msgid "Server Error (500)" +msgstr "सर्व्हर त्रुटी (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"त्रुटी आली आहे व ती विपत्राद्वारे सांकेतिकस्थळ व्यवस्थापकांकडे कळविण्यात आली आहे आणि लवकरच " +"ती सुधारली जाईल. आपल्या सहनशीलतेसाठी धन्यवाद." + +msgid "Run the selected action" +msgstr "निवडलेली क्रिया चालवा" + +msgid "Go" +msgstr "जा" + +msgid "Click here to select the objects across all pages" +msgstr "पानावरील सर्व वस्तूंची निवड करण्यासाठी येथे टिचकी मारा" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "सर्व %(total_count)s %(module_name)s निवडा" + +msgid "Clear selection" +msgstr "निवड काढा" + +msgid "Breadcrumbs" +msgstr "ब्रेडक्रम्ब्स" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "जोडा" + +msgid "View" +msgstr "पहा" + +msgid "You don’t have permission to view or edit anything." +msgstr "तुम्हाला काहीही पाहण्याची किंवा संपादित करण्याची परवानगी नाही." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "गुप्तशब्द बदला" + +msgid "Set password" +msgstr "" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s वापरकर्त्यासाठी नवीन गुप्तशब्द नमूद करा " + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "" + +msgid "Enable password-based authentication" +msgstr "" + +msgid "Skip to main content" +msgstr "मुख्य सामुग्रीवर जा" + +msgid "Welcome," +msgstr "स्वागत आहे," + +msgid "View site" +msgstr "संकेतस्थळ पहा" + +msgid "Documentation" +msgstr "दस्तऐवज" + +msgid "Log out" +msgstr "बाहेर पडा" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "इतिहास" + +msgid "View on site" +msgstr "संकेतस्थळावर पहा" + +msgid "Filter" +msgstr "गाळणी" + +msgid "Hide counts" +msgstr "गणना लपवा" + +msgid "Show counts" +msgstr "गणना दाखवा" + +msgid "Clear all filters" +msgstr "सर्व गाळण्या साफ करा" + +msgid "Remove from sorting" +msgstr "सोडवा सोडवा" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Toggle theme (current theme: auto)" +msgstr "थीम खुंटी बदला (सध्याची थीम: स्वयंप्रेरित)" + +msgid "Toggle theme (current theme: light)" +msgstr "थीम खुंटी बदला (सध्याची थीम: उजेड)" + +msgid "Toggle theme (current theme: dark)" +msgstr "थीम खुंटी बदला (सध्याची थीम: काळोख)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"\"%(escaped_object)s\" %(object_name)sनावाच्या वस्तू घालवताना त्याच्या संबंधित " +"वस्तूही घालवाव्या लागतील" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "होय, मला खात्री आहे" + +msgid "No, take me back" +msgstr "नको, मला मागे न्या" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"निवडलेले %(objects_name)s घालवण्यासाठी खालील संरक्षित संबंधित वस्तू डिलीट करणे आवश्यक " +"आहे." + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"तुम्हाला खात्री आहे की तुम्ही निवडलेले %(objects_name)s हटवायला याची खात्री आहे का? " +"खात्री आहे की खालील वस्तूंचे आणि त्यांच्या संबंधित घटक हटवले जातील:" + +msgid "Delete?" +msgstr "घालवायचं ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "सारांश" + +msgid "Recent actions" +msgstr "अलीकडच्या क्रिया" + +msgid "My actions" +msgstr "माझ्या क्रिया" + +msgid "None available" +msgstr "काहीही उपलब्ध नाही" + +msgid "Added:" +msgstr "जोडले गेले:" + +msgid "Changed:" +msgstr "बदलले." + +msgid "Deleted:" +msgstr "घालवले." + +msgid "Unknown content" +msgstr "अज्ञात सामुग्री" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"तुमच्या माहितीगठ्ठा स्थापनेत काहीतरी चुक आहे. खात्री करा की योग्य डेटाबेस तक्ते तयार केलेले " +"आहेत आणि खात्री करा की योग्य वापरकर्त्या माहितीगठ्ठा वाचू शकतो." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"तुम्ही %(username)s म्हणून प्रमाणित केले आहे, परंतु हे पानात शिरकाव करण्यास अधिकृत नाही. " +"तुम्हाला वेगळ्या खात्यात प्रवेश करायला आवडेल का?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "टॉगल नेविगेशन" + +msgid "Sidebar" +msgstr "बाजूभिंत" + +msgid "Start typing to filter…" +msgstr "प्रविष्ट करण्यासाठी टाइप करण्याची सुरुवात करा ..." + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "दिनांक/वेळ" + +msgid "User" +msgstr "वापरकर्ता" + +msgid "Action" +msgstr "क्रिया" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"या वस्तूचा कोणताही बदलाचा इतिहास नाही. कदाचित तो व्यवस्थापक मार्गे नव्हता जोडला गेला " +"असावा." + +msgid "Show all" +msgstr "सर्व दाखवा" + +msgid "Save" +msgstr "साठवा" + +msgid "Popup closing…" +msgstr "पॉपअप बंद होत आहे..." + +msgid "Search" +msgstr "शोधा" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "नवीन म्हणून साठवा" + +msgid "Save and add another" +msgstr "साठवा आणि आणखी एक जोडा" + +msgid "Save and continue editing" +msgstr "साठवा आणि संपादन सुरू ठेवा" + +msgid "Save and view" +msgstr "साठवा आणि पहा" + +msgid "Close" +msgstr "बंद" + +#, python-format +msgid "Change selected %(model)s" +msgstr "निवडलेले %(model)s बदला" + +#, python-format +msgid "Add another %(model)s" +msgstr "अजून एक %(model)s जोडा" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "निवडलेले %(model)s घालवा" + +#, python-format +msgid "View selected %(model)s" +msgstr "निवडलेले %(model)s पहा" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "आज संकेतस्थळावर अमुल्य वेळ घालवल्याबद्दल धन्यवाद." + +msgid "Log in again" +msgstr "पुन्हा प्रवेश करा" + +msgid "Password change" +msgstr "गुप्तशब्द बदला" + +msgid "Your password was changed." +msgstr "तुमचा गुप्तशब्द बदलला गेला आहे." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"सुरक्षेसाठी कृपया आपला जुना गुप्तशब्द नमूद करा, आणि नंतर आपला नवीन गुप्तशब्द दोनदा नमूद " +"करा जेणेकरून तुम्ही गुप्तशब्द अचूक नमूद केला आहे की नाही ह्याची आम्ही पडताळणी करू." + +msgid "Change my password" +msgstr "माझा गुप्तशब्द बदला" + +msgid "Password reset" +msgstr "गुप्तशब्द पुन्हस्थापना" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "तुमचा गुप्तशब्द जोडला आहे. आपण आता प्रवेश करू शकता." + +msgid "Password reset confirmation" +msgstr "गुप्तशब्द पुन्हस्थापना निश्चित" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"कृपया आपला नवीन गुप्तशब्द दोनदा नमूद करा, जेणेकरून तुम्ही तो योग्य नमूद केला आहे का याची " +"आम्ही पडताळणी करू." + +msgid "New password:" +msgstr "नवीन गुप्तशब्द:" + +msgid "Confirm password:" +msgstr "निश्चित गुप्तशब्द:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"गुप्तशब्द पुन्हस्थापना दुवा अवैध आहे, कदाचित तो आधीच वापरला गेलेला आहे. कृपया नवीन गुप्तशब्द " +"पुन्हस्थापनेची विनंती करा." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"आपल्याला आपला गुप्तशब्द पुन्हस्थापीत करण्याच्या सूचना विपत्र केल्या आहेत, जर नमूद केलेल्या " +"विपत्रासह खाते उपलब्ध असेल तर आपल्याला ते लवकरच मिळायला पाहीजे." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"जर तुम्हाला विपत्र मिळत नसेल तर कृपया खाते नोंदवलेला विपत्र तुम्ही योग्य नमूद केलाय का " +"याची खात्री करा आणि तुमचा स्पॅम फोल्डर तपासा." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"तुम्हाला हा विपत्र मिळत आहे कारण तुम्ही %(site_name)s या संकेतस्थळावरील तुमच्या " +"वापरकर्ता खात्यासाठी गुप्तशब्द पुन्हस्थापनेची विनंती केली होती." + +msgid "Please go to the following page and choose a new password:" +msgstr "कृपया खालील पानावर जा आणि नवीन गुप्तशब्द निवडा." + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "आमच्या संकेतस्थळाचा वापर केल्याबद्दल आभार!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s संघ" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"तुमचा गुप्तशब्द विसरलात का? तुमचा विपत्रपत्ता खाली नमूद करा. नवीन गुप्तशब्द " +"ठरवण्यासाठीच्या सूचना आम्ही तुम्हाला विपत्र करू." + +msgid "Email address:" +msgstr "विपत्र पत्ता:" + +msgid "Reset my password" +msgstr "माझा गुप्तशब्द पुन्हस्थापन करा" + +msgid "Select all objects on this page for an action" +msgstr "क्रिया करण्यासाठी या पानावरील सर्व घटक निवडा." + +msgid "All dates" +msgstr "सर्व दिनांक" + +#, python-format +msgid "Select %s" +msgstr "%s निवडा" + +#, python-format +msgid "Select %s to change" +msgstr "बदलण्यासाठी %s निवडा" + +#, python-format +msgid "Select %s to view" +msgstr "पाहण्यासाठी %s निवडा" + +msgid "Date:" +msgstr "दिनांक:" + +msgid "Time:" +msgstr "वेळ:" + +msgid "Lookup" +msgstr "शोध" + +msgid "Currently:" +msgstr "सध्या:" + +msgid "Change:" +msgstr "बदला:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..183b3d14e9fb10c1d39cdf7eb3080abd7a0a7b50 GIT binary patch literal 468 zcmYLF!A=4(5Y^~ukDfi$!~+C}wnPFJF-C+01Cfx`d)+Nd$!@!8i{OWN@#Fj!XTiWr zUOF#*Go9Dpi}UXj#3}L;d5t_n-XJS~1MyesFmHG-roX)+tl zRcT#-sn2u@PwUJ>Yz2vCuQ3dqk^#N&EQ1oH#dsSS2i_r^3)X2c&KMeDu0C}&^XR(; z&VaSCMetUGA)<-&0b(bO&t- zGL=q-r6#py2&JHOv)MF5HBm3rwwc(1miwHZmUJJF=KmvT;b=XYj;F)p5AY_72G#^+ zaI>!xBL=k%w9KV8J(4V?^D6Y;;t_O@zUsY&axgTBO|{7c>3-;NSXGe1MYDYEWDX\n" +"Language-Team: Marathi (http://www.transifex.com/projects/p/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f558c1be6eb481d8ef1c94cdf501dbc2959c0985 GIT binary patch literal 16840 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e69439eb607 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po @@ -0,0 +1,721 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jafry Hisham, 2021 +# Mariusz Felisiak , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-12-06 07:41+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Padam pilihan %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s berjaya dipadamkan" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s tidak boleh dipadamkan" + +msgid "Are you sure?" +msgstr "Adakah anda pasti?" + +msgid "Administration" +msgstr "Pentadbiran" + +msgid "All" +msgstr "Semua" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Tidak" + +msgid "Unknown" +msgstr "Tidak diketahui" + +msgid "Any date" +msgstr "Sebarang tarikh" + +msgid "Today" +msgstr "Hari ini" + +msgid "Past 7 days" +msgstr "7 hari lalu" + +msgid "This month" +msgstr "Bulan ini" + +msgid "This year" +msgstr "Tahun ini" + +msgid "No date" +msgstr "Tiada tarikh" + +msgid "Has date" +msgstr "Mempunyai tarikh" + +msgid "Empty" +msgstr "Kosong" + +msgid "Not empty" +msgstr "Tidak kosong" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Sila masukkan %(username)s dan kata-laluan bagi akaun staf. Kedua-dua medan " +"berkemungkinan kes-sensitif." + +msgid "Action:" +msgstr "Tindakan" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Tambah %(verbose_name)s" + +msgid "Remove" +msgstr "Buang" + +msgid "Addition" +msgstr "Tambahan" + +msgid "Change" +msgstr "Tukar" + +msgid "Deletion" +msgstr "Pemadaman" + +msgid "action time" +msgstr "masa tindakan" + +msgid "user" +msgstr "pengguna" + +msgid "content type" +msgstr "jenis kandungan" + +msgid "object id" +msgstr "id objek" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr objek" + +msgid "action flag" +msgstr "bendera tindakan" + +msgid "change message" +msgstr "tukar mesej" + +msgid "log entry" +msgstr "entri log" + +msgid "log entries" +msgstr "entri log" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" ditambah" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "\"%(object)s\" ditukar - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" dipadam." + +msgid "LogEntry Object" +msgstr "Objek EntriLog" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” ditambah." + +msgid "Added." +msgstr "Ditambah." + +msgid "and" +msgstr "dan" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "“{object}” {name} untuk {fields} telah ditukar." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} telah ditukar." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "“{object}” {name} telah dipadamkan" + +msgid "No fields changed." +msgstr "Tiada medan diubah." + +msgid "None" +msgstr "Tiada" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Tekan \"Control\", atau \"Command pada Mac untuk memilih lebih daripada satu." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" telah berjaya ditambah." + +msgid "You may edit it again below." +msgstr "Anda boleh edit semula dibawah." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} \"{obj}\" telah berjaya ditambah. Anda boleh menambah {name} lain " +"dibawah." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" berjaya diubah. Anda boleh edit semula dibawah." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" berjaya ditambah. Anda boleh edit semula dibawah." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" berjaya diubah. Anda boleh tambah {name} lain dibawah" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" berjaya diubah." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Item-item perlu dipilih mengikut turutan untuk tindakan lanjut. Tiada item-" +"item yang diubah." + +msgid "No action selected." +msgstr "Tiada tindakan dipilih." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" berjaya dipadam." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"%(name)s dengan ID \"%(key)s\" tidak wujud. Mungkin ia telah dipadamkan?" + +#, python-format +msgid "Add %s" +msgstr "Tambah %s" + +#, python-format +msgid "Change %s" +msgstr "Tukar %s" + +#, python-format +msgid "View %s" +msgstr "Lihat %s" + +msgid "Database error" +msgstr "Masalah pangkalan data" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s berjaya ditukar." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Kesemua %(total_count)s dipilih" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 daripada %(cnt)s dipilih" + +#, python-format +msgid "Change history: %s" +msgstr "Sejarah penukaran: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Memadam %(class_name)s %(instance)s memerlukan pemadaman objek berkaitan " +"yang dilindungi: %(related_objects)s" + +msgid "Django site admin" +msgstr "Pentadbiran laman Django" + +msgid "Django administration" +msgstr "Pentadbiran Django" + +msgid "Site administration" +msgstr "Pentadbiran laman" + +msgid "Log in" +msgstr "Log masuk" + +#, python-format +msgid "%(app)s administration" +msgstr "Pentadbiran %(app)s" + +msgid "Page not found" +msgstr "Laman tidak dijumpai" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Maaf, tetapi laman yang diminta tidak dijumpai." + +msgid "Home" +msgstr "Utama" + +msgid "Server error" +msgstr "Masalah pelayan" + +msgid "Server error (500)" +msgstr "Masalah pelayan (500)" + +msgid "Server Error (500)" +msgstr "Masalah pelayan (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Terdapat masalah. Ia telah dilaporkan kepada pentadbir laman melalui emel " +"dan sepatutnya dibaiki sebentar lagi. Kesabaran anda amat dihargai." + +msgid "Run the selected action" +msgstr "Jalankan tindakan yang dipilih" + +msgid "Go" +msgstr "Teruskan" + +msgid "Click here to select the objects across all pages" +msgstr "Klik disini untuk memilih objek-objek disemua laman" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Pilih kesemua %(total_count)s%(module_name)s" + +msgid "Clear selection" +msgstr "Padam pilihan" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Model didalam aplikasi %(name)s" + +msgid "Add" +msgstr "Tambah" + +msgid "View" +msgstr "Lihat" + +msgid "You don’t have permission to view or edit anything." +msgstr "Anda tidak mempunyai kebenaran untuk melihat atau edit apa-apa." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Pertama sekali, masukkan nama pengguna dan kata laluan. Selepas itu, anda " +"boleh edit pilihan pengguna yang lain" + +msgid "Enter a username and password." +msgstr "Masukkan nama pengguna dan kata laluan." + +msgid "Change password" +msgstr "Tukar kata laluan" + +msgid "Please correct the error below." +msgstr "Sila betulkan ralat di bawah." + +msgid "Please correct the errors below." +msgstr "Sila betulkan ralat-ralat di bawah." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Masukkan kata lalauan bagi pengguna %(username)s" + +msgid "Welcome," +msgstr "Selamat datang," + +msgid "View site" +msgstr "Lihat laman" + +msgid "Documentation" +msgstr "Dokumentasi" + +msgid "Log out" +msgstr "Log keluar" + +#, python-format +msgid "Add %(name)s" +msgstr "Tambah %(name)s" + +msgid "History" +msgstr "Sejarah" + +msgid "View on site" +msgstr "Lihat di laman" + +msgid "Filter" +msgstr "Tapis" + +msgid "Clear all filters" +msgstr "Kosongkan kesemua tapisan" + +msgid "Remove from sorting" +msgstr "Buang daripada penyusunan" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Keutamaan susunan: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Togol penyusunan" + +msgid "Delete" +msgstr "Buang" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Memadam %(object_name)s '%(escaped_object)s' akan menyebabkan pembuangan " +"objek-objek yang berkaitan, tetapi akaun anda tidak mempunyai kebenaran " +"untuk memadam jenis-jenis objek-objek berikut:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Membuang %(object_name)s '%(escaped_object)s' memerlukan pembuangan objek-" +"objek berkaitan yang dilindungi:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Adakah anda pasti anda ingin membuang %(object_name)s \"%(escaped_object)s" +"\"? Semua item-item berkaitan berikut akan turut dibuang:" + +msgid "Objects" +msgstr "Objek-objek" + +msgid "Yes, I’m sure" +msgstr "Ya, saya pasti" + +msgid "No, take me back" +msgstr "Tidak, bawa saya kembali" + +msgid "Delete multiple objects" +msgstr "Buang pelbagai objek" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Membuang %(objects_name)s akan menyebabkan pembuangan objek-objek yang " +"berkaitan, tetapi akaun anda tidak mempunyai kebenaran to membuang jenis " +"objek-objek berikut:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Membuang %(objects_name)s memerlukan pembuangan objek-objek berkaitan yang " +"dilindungi:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Adakah anda pasti untuk membuang %(objects_name)s yang dipilih? Segala objek-" +"objek berikut dan item-item yang berkaitan akan turut dibuang:" + +msgid "Delete?" +msgstr "Buang?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Daripada %(filter_title)s" + +msgid "Summary" +msgstr "Rumusan" + +msgid "Recent actions" +msgstr "Tindakan terkini" + +msgid "My actions" +msgstr "Tindakan saya" + +msgid "None available" +msgstr "Tiada yang tersedia" + +msgid "Unknown content" +msgstr "Kandungan tidak diketahui" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nampaknya ada masalah dengan pemasangan pangkalan data anda. Pastikan jadual " +"pangkalan yang bersesuaian telah di cipta, dan pastikan pangkalan data " +"tersebut boleh dibaca oleh pengguna yang bersesuaian." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Anda telah disahkan sebagai %(username)s, tetapi anda tidak dibenarkan untuk " +"mengakses ruangan ini. Adakah anda ingin log masuk menggunakan akaun lain?" + +msgid "Forgotten your password or username?" +msgstr "Terlupa kata laluan atau nama pengguna anda?" + +msgid "Toggle navigation" +msgstr "Togol navigasi" + +msgid "Start typing to filter…" +msgstr "Mulakan menaip untuk menapis..." + +msgid "Filter navigation items" +msgstr "Tapis item-item navigasi" + +msgid "Date/time" +msgstr "Tarikh/masa" + +msgid "User" +msgstr "Pengguna" + +msgid "Action" +msgstr "Tindakan" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Objek ini tidak mempunyai sejarah penukaran. Ini mungkin bermaksud ia tidak " +"ditambah menggunakan laman admin ini." + +msgid "Show all" +msgstr "Tunjuk semua" + +msgid "Save" +msgstr "Simpan" + +msgid "Popup closing…" +msgstr "Popup sedang ditutup..." + +msgid "Search" +msgstr "Cari" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s keputusan" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s jumlah" + +msgid "Save as new" +msgstr "Simpan sebagai baru" + +msgid "Save and add another" +msgstr "Simpan dan tambah lagi" + +msgid "Save and continue editing" +msgstr "Simpan dan teruskan mengedit" + +msgid "Save and view" +msgstr "Simpan dan lihat" + +msgid "Close" +msgstr "Tutup" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Tukar %(model)s yang dipilih" + +#, python-format +msgid "Add another %(model)s" +msgstr "Tambah %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Buang %(model)s pilihan" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Terima kasih kerana meluangkan masa di laman sesawang ini hari ini." + +msgid "Log in again" +msgstr "Log masuk semula" + +msgid "Password change" +msgstr "Pertukaran kata laluan" + +msgid "Your password was changed." +msgstr "Kata laluan anda telah ditukarkan" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Untuk tujuan keselamatan, sila masukkan kata laluan lama, kemudian masukkan " +"kata laluan baru dua kali supaya kami dapat memastikan anda memasukkannya " +"dengan betul." + +msgid "Change my password" +msgstr "Tukar kata laluan saya" + +msgid "Password reset" +msgstr "Tetap semula kata laluan" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Kata laluan anda telah ditetapkan. Sila log masuk." + +msgid "Password reset confirmation" +msgstr "Pengesahan tetapan semula kata laluan" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Sila masukkan kata laluan baru anda dua kali supaya kami adpat memastikan " +"anda memasukkannya dengan betul." + +msgid "New password:" +msgstr "Kata laluan baru:" + +msgid "Confirm password:" +msgstr "Sahkan kata laluan:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Pautan tetapan semula kata laluan tidak sah, mungkin kerana ia telah " +"digunakan. Sila minta tetapan semula kata laluan yang baru." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Kami telah menghantar panduan untuk menetapkan kata laluan anda melalui " +"emel, sekiranya emel yang anda masukkan itu wujud. Anda sepatutnya " +"menerimanya sebentar lagi." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jika anda tidak menerima emel, sila pastikan anda telah memasukkan alamat " +"emel yang telah didaftarkan, dan semak folder spam anda." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Anda menerima emel ini kerana anda telah memohon untuk menetapkan semula " +"kata laluan bagi akaun pengguna di %(site_name)s" + +msgid "Please go to the following page and choose a new password:" +msgstr "Sila ke ruangan berikut dan pilih kata laluan baru:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Nama pengguna anda, sekiranya anda terlupa:" + +msgid "Thanks for using our site!" +msgstr "Terima kasih kerana menggunakan laman kami!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Pasukan %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Lupa kata laluan anda? Masukkan alamat emel anda dibawah, dan kami akan " +"menghantar cara untuk menetapkan kata laluan baru." + +msgid "Email address:" +msgstr "Alamat emel:" + +msgid "Reset my password" +msgstr "Tetap semula kata laluan saya" + +msgid "All dates" +msgstr "Semua tarikh" + +#, python-format +msgid "Select %s" +msgstr "Pilih %s" + +#, python-format +msgid "Select %s to change" +msgstr "Pilih %s untuk diubah" + +#, python-format +msgid "Select %s to view" +msgstr "Pilih %s untuk lihat" + +msgid "Date:" +msgstr "Tarikh:" + +msgid "Time:" +msgstr "Masa:" + +msgid "Lookup" +msgstr "Carian" + +msgid "Currently:" +msgstr "Kini:" + +msgid "Change:" +msgstr "Tukar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..65e0050970c461715fa270eec9f60bdca3666597 GIT binary patch literal 5018 zcmbuCU94P19l!@&0dK{RqWA?k))rgn?(J={)U8$eb?JwQjHN}kOYtfqahGuLc#;_4HGoJ`0*l7Bp4q^{te-3{F zpM#IXy$mAr{t3!>uW;KBUxU)`W^T{G+u+miWjKQOGx*2hAK)k8>+nJg}^zeW(nAOC`wto{wf-Wxtx`{O3a6lyb+_S*xuLWWRxLQGQk1RjDSzXZiU=ipY@ zgL~j3Q2h9E;P0V~`%2)eQ1tj~sJ{Uves2c;J@6k;=6@T?JlB0lsRg(R-VF~xnI{YU zE|hV90A;>Mq3HPpl>W~^@x$}*1^6O-4u12)^*HZ9$&c$lqEs7hf->GBd={R9FTuCq zui*2WYrVfgFhu_c1G|AMf#(B#U>3L<_?^Iq0>2;lLr56aj{+ZsEOGT%s6QU~WN3dX z)SnJSRPB&kxWt!R!t(+YTO|)aOZhwn^DDpJ23wTRQDpspnIievq(~mfg$t@&m1l{) z_-i{w@>4GH`{cSeJV*@Wx~oQ&t2#UjWDnaz5gYeX_EE(DlZ$YvFH&S}ekn8(0!4bL zZJ~Yuet~j(sLQ&PwIT75>rTp7D7&S?CHWwi?2~fMQzUnGQtqHge(j>j`jkCRF5FvR z+qUO6-jVBcMQ_{Q^97GI*j`~Hb**=MwP__SwO5Y>2S=HU)xok~=7l=AYFuo(vDMph zb=dfxjn&~nn&vh@8-2tSQ?-surfS7>Ew1|J)>nhYt~b<0s(aON+Qc!<+7vovmXF|ayzIi6n8W-7p~%KpTR zCo##>#Om%iWRdfI>6&Qgt0B7S1?-5^HEl43H(vK7XhBYIsS{-j9?cNy+G5QjBeNH4 zsiwQlTUS(SJR9U8@bgj1N zivCpRY)&r9aFSUALmp37Bu>+&SGd>o%0)0{)GQKP_}(B2wNT=ILa&UAWp)Lvb4)G9qTwvs{pK|WGkM&4@Z|pLHEp1mqsR*H_M_;{jPOw^$^mR zs+ZF@lD2GJL40zVf_iL=mOc|(liNBs^y!o0J?THuo^|gnqtTq%W>(hP)vlRRtn~Gy zS9XYvTv2UP6VDu9sZ^HXrW{>qJUh~wLxnC&BF&4IGTm-wS6ezseKFA0X4v39+g@#t z4R*&48G=#9ncwx!fd+tPH~vMEYg5{>0cTFXlE zlD5vE%yNE>Cx>O{0DU$eH}y=(VEbAjJpy|AZ!_wKuPam{_zrZBNOQ}w9sy2F6OLEVJ6 zauXhtjmO+3rIBH(xd!TF?1sAZMLE=oO_-eR6bboW^M%GgX4sk$>XvwR{q2VQSek2#Tv)#U%PhLta`uHi8v#0Su+qd5uFF>Zu0)6SS=t(UyIy2puASVodO1qra> z`P}9unLP{-A>Q3usYs_Lxz598}aC;$Ke literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..6d865028647 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po @@ -0,0 +1,264 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jafry Hisham, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-16 13:42+0000\n" +"Last-Translator: Jafry Hisham\n" +"Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s tersedia" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ini adalah senarai %s yang tersedia. Anda boleh memilih beberapa dengan " +"memilihnya di dalam kotak dibawah dan kemudian klik pada anak panah \"Pilih" +"\" diantara dua kotak itu." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Taip didalam kotak untuk menapis senarai %s yang tersedia." + +msgid "Filter" +msgstr "Tapis" + +msgid "Choose all" +msgstr "Pilih semua" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klik untuk memlih semua %s serentak." + +msgid "Choose" +msgstr "Pilih" + +msgid "Remove" +msgstr "Buang" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s dipilh" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ini adalah senarai %s yang dipilih. Anda boleh membuangnya dengan memilihnya " +"pada kotak dibawah dan kemudian klik pada anak panah \"Buang\" diantara dua " +"kotak itu." + +msgid "Remove all" +msgstr "Buang semua" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klik untuk membuang serentak semua %s yang dipilih." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s daripada %(cnt)s dipilih" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Anda mempunyai perubahan yang belum disimpan pada medan-medan individu yang " +"boleh di-edit. Sekiranya anda melakukan sebarang tindakan, penukaran yang " +"tidak disimpan akan hilang." + +msgid "" +"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." +msgstr "" +"Anda telah memlih tindakan, tetapi anda belum menyimpan perubahan yang " +"dilakukan pada medan-medan individu. Sila klik OK to untuk simpan. Anda " +"perlu melakukan semula tindakan tersebut." + +msgid "" +"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." +msgstr "" +"Anda telah memilih sesuatu tindakan, dan belum membuat perubahan pada medan-" +"medan individu. Anda mungkin sedang mencari butang Pergi dan bukannya butang " +"Simpan." + +msgid "Now" +msgstr "Sekarang" + +msgid "Midnight" +msgstr "Tengah malam" + +msgid "6 a.m." +msgstr "6 pagi" + +msgid "Noon" +msgstr "Tengahari" + +msgid "6 p.m." +msgstr "6 malam" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Anda %s jam ke depan daripada masa pelayan." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Anda %s jam ke belakang daripada masa pelayan." + +msgid "Choose a Time" +msgstr "Pilih Masa" + +msgid "Choose a time" +msgstr "Pilih masa" + +msgid "Cancel" +msgstr "Batal" + +msgid "Today" +msgstr "Hari ini" + +msgid "Choose a Date" +msgstr "Pilih Tarikh" + +msgid "Yesterday" +msgstr "Semalam" + +msgid "Tomorrow" +msgstr "Esok" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Mac" + +msgid "April" +msgstr "Arpil" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Jun" + +msgid "July" +msgstr "Julai" + +msgid "August" +msgstr "Ogos" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Disember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ogo" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dis" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "A" + +msgctxt "one letter Monday" +msgid "M" +msgstr "I" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Se" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "R" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "K" + +msgctxt "one letter Friday" +msgid "F" +msgstr "J" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Sa" + +msgid "Show" +msgstr "Tunjuk" + +msgid "Hide" +msgstr "Sorok" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c22fe6cd049bf318295dc51d1c2bf7a9d76d5f4f GIT binary patch literal 3677 zcmb7_S&tpX6@bf_EyE6hu+v~e#!Jt=W7cUe*w|y^$P*mTH6$StY37z^8hRPJ`+9r@ zLOlo&HXy)Y5K9t)5CRDYV=3TZXL(5;c!=^ADN-V}#18-=@tp5e)t!woF|Dcl)u}pl zwmRMO--}N_q}29XTmN#3sz9Jo^k8X!Sj({cI)rJA0WR6 z&xS{!od2U+|0}#0`E$qrzzdMSgkoQvp;R9@8;adapxCF8}IlmsFsDIq+>t8{s*I6{%74Rk~=Qcu#Zv=8ZiZD$)%b?`Tb$#pcSXs%qfpHUK6=RSgeb9R( zwgyA)PWl4#rcawt9;wBT%uK24pwxZ^gX@}ke#lIEt>3L&30E`Z{%8Y}uf#6-N-m^m zo{JnWgx4@6?==jcG52ww4AU1}x9JzD%>YBbFLFOK&!(|5%2H(!s7>v*4DZGQBvBd_ zWgc3MI98kD*lUNSW;5-Ync6%NrsLW{j@boof|FU^4dyH*U2ifhim5Db_p}zsf!f^3 zbDfrPH&9!`GJG&Bw5Rht%SF_UGD@_Wv8`iWA{gAMwmd`}nHSCvdP_FeNw8;A7*4_{ zMx~wWq6pO1C@yubwq@#W8?3rJ!~BkH+>26!tW(15;m)M`X~tiw)h?Z6d$k%3P73&(z&^LQF!MTEGl+V+wd zc9JB_yQ)Qny(CM^2|Mi)jA~JzK((@V*j2mJhtq5-Rl5t4yidntB)3}qg3Aljw%VCz z4-vJ$z3tzt^MW1-ytb)f-!46w<)uGTj7M$%uFiPjx3a+N+j&pR-<)exN?&dx@YXa3 zZ}*#n{@{=|cw2DG(5mKOvx%a=OYe=u<~+Tjo?dfRlc#S-Sd@M%57QzJ>6O6yNtn`b z-VPnLb?mJp8pMsU5eK4lPqu+G>3Am`*M3WfN#Nbp$rDYB^iP!KWYB0#O-&8ZuxSzP z(fbC-xM6eZA$G?bNw=}0Z)E$(@ND*j1I@n8)RT7cTir?0EA_szF&T$Zx>jy8FLb$n zcWbME$E=?C+M{!SI33H{Q92%YcRU!CGhqf^((T(Bck(dyw`O@#1YSC6#A5y6TF*|` zH`n&5x_YawKB}ujb@f?YJzZBH*VTu0^`sG}>*{!2Rm@LSFF^67x;kKve_B_+t*bxv ztR4HVJ!#{*daAB|Ustc!)hBg@^H+Lim}BOs+4?i_qWZRp^H?u_4v76XZMepgJ+ZhR zma&67k|xH=OgK#H3r%2^;+&XY8SD4xckS7X$OT6)8vFbr;*rxQHEF(FCNzQ~9CUwU zY}gnVIY$sA@;$T{v0=)1RBn%Uu%4&`ksp>dYRC;7@9iMYXfek*4aCIeDlv0rVHq29 z%pA5?yNH%}BfK|EnO>dox%ldxEFUx-^Mui~?ZO=UMD#tH2~~UZ^h{-Z+m+cH!xb6Q zoZJU_@|M^Z;5MlR4vCt%9FrWZZ+`h>*;Yo{mS)3;tC3w^*c@nK%)WuIBTxp8SeaLf zZjkx6H+b({_|^g~Yb#Qj_I2+hd$|3bsgQU^1~$xTvudMSs6-U@R%~Cm3`mFE(IrU= z!uP|vaUDPdp=cBM7*CufL|Z(Z(NSX4z9}c|N^?vyLC-sx4UFR)XRn#xdEIE=Hv3Po zo_?yHuK08R3jgo1Q!v~=Yt(An{;Nz?Y$s5mPfq2N#uncGtYAw`pJ, 2013-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "စီမံခန့်ခွဲမှု" + +msgid "All" +msgstr "အားလုံး" + +msgid "Yes" +msgstr "ဟုတ်" + +msgid "No" +msgstr "မဟုတ်" + +msgid "Unknown" +msgstr "အမည်မသိ" + +msgid "Any date" +msgstr "နှစ်သက်ရာရက်စွဲ" + +msgid "Today" +msgstr "ယနေ့" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "ယခုလ" + +msgid "This year" +msgstr "ယခုနှစ်" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "လုပ်ဆောင်ချက်:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "ဖယ်ရှား" + +msgid "action time" +msgstr "" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "နှင့်" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "တစ်ခုမှမဟုတ်" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "ထည့်သွင်း %s" + +#, python-format +msgid "Change %s" +msgstr "ပြောင်းလဲ %s" + +msgid "Database error" +msgstr "အချက်အလက်အစုအမှား" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "မှတ်တမ်းပြောင်းလဲ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "ဒီဂျန်ဂိုစီမံခန့်ခွဲမှု" + +msgid "Site administration" +msgstr "ဆိုက်စီမံခန့်ခွဲမှု" + +msgid "Log in" +msgstr "ဖွင့်ဝင်" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "ပင်မ" + +msgid "Server error" +msgstr "ဆာဗာအမှားပြ" + +msgid "Server error (500)" +msgstr "ဆာဗာအမှားပြ (၅၀၀)" + +msgid "Server Error (500)" +msgstr "ဆာဗာအမှားပြ (၅၀၀)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "သွား" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "စကားဝှက်ပြောင်း" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "ကြိုဆို၊ " + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "စာရွက်စာတမ်း" + +msgid "Log out" +msgstr "ဖွင့်ထွက်" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "မှတ်တမ်း" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "စီစစ်မှု" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "ပယ်ဖျက်" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ပြောင်းလဲ" + +msgid "Delete?" +msgstr "ပယ်ဖျက်?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "အကျဉ်းချုပ်" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ထည့်သွင်း" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "ရက်စွဲ/အချိန်" + +msgid "User" +msgstr "အသုံးပြုသူ" + +msgid "Action" +msgstr "လုပ်ဆောင်ချက်" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "သိမ်းဆည်း" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "ရှာဖွေ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "စကားဝှက်ပြောင်း" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "အီးမေးလ်လိပ်စာ:" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "ရက်စွဲအားလုံး" + +#, python-format +msgid "Select %s" +msgstr "ရွေးချယ် %s" + +#, python-format +msgid "Select %s to change" +msgstr "ပြောင်းလဲရန် %s ရွေးချယ်" + +msgid "Date:" +msgstr "ရက်စွဲ:" + +msgid "Time:" +msgstr "အချိန်:" + +msgid "Lookup" +msgstr "ပြန်ကြည့်" + +msgid "Currently:" +msgstr "လက်ရှိ:" + +msgid "Change:" +msgstr "ပြောင်းလဲ:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..000b8bcb2dd32a1ec40f47d057804348251ae5c6 GIT binary patch literal 3268 zcmdUvTaOe)6vtZyF9Tk{`z4_S*KkSC&a85q6$7kn#IU--k%Y(IncCUL?ygODFT=bw z1~riwA%amc1Ro6xUShxi^5O^Z$wVI{X=3~gCcgNqs-Bq@CW4U{JJbEII_K0m|8uFi zvV75Thv#wLr+9zk9pat8jStV(+Z|^kxDC7$?0`$btk}O_;4$!C6?_bg z2&(a2Q2RYq;3ZJU{~6T&uYzmAKMMIOlzZUif|KAOlGO2kT4McO1uwGy6V&qad@ytF zb$B{#Ha1-HfIaaE}YkA5Z7n?MDR;zqzL?kkki6jkWE?aRdXWr zI$d&!3Zzl9$Sw7^ze@xRv#8b)y)0u2vmcR~e~PFm!jz{l50ux7+AeHoMi$qPn5> ze05!gr?ksUQnwy^Q4)BmifiH(FN(-$mt=|p@d9kvZVk+~>_^k;Mb1R6Ij<$%y7a=D z*ghABGLd5SOq$NthKJkjb~)7^{b_li+)&}L&8Z7PaeO%J46i9o?3~!q&%Ro&l*Uw) z$_Q4}xF%A0ARV3!JU<#`0=+nq>6SO@lVpnnjNo2D9*o5Ic`CjZ+oMg$}x+WKLMP&z#!NH+j6Mo, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ကိုရယူနိုင်" + +#, javascript-format +msgid "" +"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." +msgstr "" +"%s သည်ရယူနိုင်သောစာရင်းဖြစ်။ အောက်ဖော်ပြပါဘူးများတွင်အချို့ကိုရွေးချယ်နိုင်ပြီးဘူးနှစ်ခုကြားရှိ\"ရွေး" +"\"များကိုကလစ်နှိပ်။" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "ယခုဘူးထဲတွင်စာသားရိုက်ထည့်ပြီး %s ရယူနိုင်သောစာရင်းကိုစိစစ်နိုင်။" + +msgid "Filter" +msgstr "စီစစ်မှု" + +msgid "Choose all" +msgstr "အားလံုးရွေး" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "%s အားလံုးကိုတစ်ကြိမ်တည်းဖြင့်ရွေးချယ်ရန်ကလစ်နှိပ်။" + +msgid "Choose" +msgstr "ရွေး" + +msgid "Remove" +msgstr "ဖယ်ရှား" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ရွေးပြီး" + +#, javascript-format +msgid "" +"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." +msgstr "" +"%s သည်ရယူနိုင်သောစာရင်းဖြစ်။ အောက်ဖော်ပြပါဘူးများတွင်အချို့ကိုဖယ်ရှားနိုင်ပြီးဘူးနှစ်ခုကြားရှိ\"ဖယ်ရှား" +"\"ကိုကလစ်နှိပ်။" + +msgid "Remove all" +msgstr "အားလံုးဖယ်ရှား" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "%s အားလံုးကိုတစ်ကြိမ်တည်းဖြင့်ဖယ်ရှားရန်ကလစ်နှိပ်။" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s မှ %(sel)s ရွေးချယ်ပြီး" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "ယခု" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "အချိန်ရွေးပါ" + +msgid "Midnight" +msgstr "သန်းခေါင်" + +msgid "6 a.m." +msgstr "မနက်၆နာရီ" + +msgid "Noon" +msgstr "မွန်းတည့်" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "ပယ်ဖျက်" + +msgid "Today" +msgstr "ယနေ့" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "မနေ့" + +msgid "Tomorrow" +msgstr "မနက်ဖြန်" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ပြသ" + +msgid "Hide" +msgstr "ဖုံးကွယ်" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea77ddde43fddf5181704344e043d6a5e49b6909 GIT binary patch literal 16244 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3f6445ee431 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,720 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# jensadne , 2013-2014 +# Jon , 2015-2016 +# Jon , 2017-2020 +# Jon , 2013 +# Jon , 2011,2013 +# Sigurd Gartmann , 2012 +# Tommy Strand , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:53+0200\n" +"PO-Revision-Date: 2020-09-04 13:37+0000\n" +"Last-Translator: Jon \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Slettet %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan ikke slette %(name)s" + +msgid "Are you sure?" +msgstr "Er du sikker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Slett valgte %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administrasjon" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +msgid "Unknown" +msgstr "Ukjent" + +msgid "Any date" +msgstr "Når som helst" + +msgid "Today" +msgstr "I dag" + +msgid "Past 7 days" +msgstr "Siste syv dager" + +msgid "This month" +msgstr "Denne måneden" + +msgid "This year" +msgstr "I år" + +msgid "No date" +msgstr "Ingen dato" + +msgid "Has date" +msgstr "Har dato" + +msgid "Empty" +msgstr "Tom" + +msgid "Not empty" +msgstr "Ikke tom" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Vennligst oppgi gyldig %(username)s og passord til en " +"administrasjonsbrukerkonto. Merk at det er forskjell på små og store " +"bokstaver." + +msgid "Action:" +msgstr "Handling:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Legg til ny %(verbose_name)s" + +msgid "Remove" +msgstr "Fjern" + +msgid "Addition" +msgstr "Tillegg" + +msgid "Change" +msgstr "Endre" + +msgid "Deletion" +msgstr "Sletting" + +msgid "action time" +msgstr "tid for handling" + +msgid "user" +msgstr "bruker" + +msgid "content type" +msgstr "innholdstype" + +msgid "object id" +msgstr "objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekt-repr" + +msgid "action flag" +msgstr "handlingsflagg" + +msgid "change message" +msgstr "endre melding" + +msgid "log entry" +msgstr "logginnlegg" + +msgid "log entries" +msgstr "logginnlegg" + +#, python-format +msgid "Added “%(object)s”." +msgstr "La til \"%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Endret \"%(object)s\" — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Slettet \"%(object)s\"." + +msgid "LogEntry Object" +msgstr "LogEntry-objekt" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "La til {name} \"{object}\"." + +msgid "Added." +msgstr "Lagt til." + +msgid "and" +msgstr "og" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Endret {fields} for {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Endret {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Slettet {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Ingen felt endret." + +msgid "None" +msgstr "Ingen" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Hold nede «Control», eller «Command» på en Mac, for å velge mer enn én." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" ble lagt til." + +msgid "You may edit it again below." +msgstr "Du kan endre det igjen nedenfor." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} \"{obj}\" ble lagt til. Du kan legge til en ny {name} nedenfor." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" ble endret. Du kan redigere videre nedenfor." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" ble lagt til. Du kan redigere videre nedenfor." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" ble endret. Du kan legge til en ny {name} nedenfor." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" ble endret." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Du må velge objekter for å utføre handlinger på dem. Ingen objekter har " +"blitt endret." + +msgid "No action selected." +msgstr "Ingen handling valgt." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ble slettet." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s med ID \"%(key)s\" eksisterer ikke. Kanskje det ble slettet?" + +#, python-format +msgid "Add %s" +msgstr "Legg til ny %s" + +#, python-format +msgid "Change %s" +msgstr "Endre %s" + +#, python-format +msgid "View %s" +msgstr "Se %s" + +msgid "Database error" +msgstr "Databasefeil" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ble endret." +msgstr[1] "%(count)s %(name)s ble endret." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valgt" +msgstr[1] "Alle %(total_count)s valgt" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 av %(cnt)s valgt" + +#, python-format +msgid "Change history: %s" +msgstr "Endringshistorikk: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Sletting av %(class_name)s «%(instance)s» krever sletting av følgende " +"beskyttede relaterte objekter: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administrasjonsside" + +msgid "Django administration" +msgstr "Django-administrasjon" + +msgid "Site administration" +msgstr "Nettstedsadministrasjon" + +msgid "Log in" +msgstr "Logg inn" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-administrasjon" + +msgid "Page not found" +msgstr "Fant ikke siden" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Beklager, men siden du spør etter finnes ikke." + +msgid "Home" +msgstr "Hjem" + +msgid "Server error" +msgstr "Tjenerfeil" + +msgid "Server error (500)" +msgstr "Tjenerfeil (500)" + +msgid "Server Error (500)" +msgstr "Tjenerfeil (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Det har oppstått en feil. Feilen er blitt rapportert til administrator via e-" +"post, og vil bli fikset snart. Takk for din tålmodighet." + +msgid "Run the selected action" +msgstr "Utfør den valgte handlingen" + +msgid "Go" +msgstr "Gå" + +msgid "Click here to select the objects across all pages" +msgstr "Trykk her for å velge samtlige objekter fra alle sider" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Velg alle %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Nullstill valg" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeller i %(name)s-applikasjonen" + +msgid "Add" +msgstr "Legg til" + +msgid "View" +msgstr "Se" + +msgid "You don’t have permission to view or edit anything." +msgstr "Du har ikke tillatelse til å vise eller endre noe." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Skriv først inn brukernavn og passord. Deretter vil du få mulighet til å " +"endre flere brukerinnstillinger." + +msgid "Enter a username and password." +msgstr "Skriv inn brukernavn og passord." + +msgid "Change password" +msgstr "Endre passord" + +msgid "Please correct the error below." +msgstr "Vennligst korriger feilen under." + +msgid "Please correct the errors below." +msgstr "Vennligst korriger feilene under." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Skriv inn et nytt passord for brukeren %(username)s." + +msgid "Welcome," +msgstr "Velkommen," + +msgid "View site" +msgstr "Vis nettsted" + +msgid "Documentation" +msgstr "Dokumentasjon" + +msgid "Log out" +msgstr "Logg ut" + +#, python-format +msgid "Add %(name)s" +msgstr "Legg til ny %(name)s" + +msgid "History" +msgstr "Historikk" + +msgid "View on site" +msgstr "Vis på nettsted" + +msgid "Filter" +msgstr "Filtrering" + +msgid "Clear all filters" +msgstr "Fjern alle filtre" + +msgid "Remove from sorting" +msgstr "Fjern fra sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringsprioritet: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Slå av og på sortering" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Om du sletter %(object_name)s «%(escaped_object)s», vil også relaterte " +"objekter slettes, men du har ikke tillatelse til å slette følgende " +"objekttyper:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Sletting av %(object_name)s «%(escaped_object)s» krever sletting av følgende " +"beskyttede relaterte objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Er du sikker på at du vil slette %(object_name)s «%(escaped_object)s»? Alle " +"de følgende relaterte objektene vil bli slettet:" + +msgid "Objects" +msgstr "Objekter" + +msgid "Yes, I’m sure" +msgstr "Ja, jeg er sikker" + +msgid "No, take me back" +msgstr "Nei, ta meg tilbake" + +msgid "Delete multiple objects" +msgstr "Slett flere objekter" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Sletting av det valgte %(objects_name)s ville resultere i sletting av " +"relaterte objekter, men kontoen din har ikke tillatelse til å slette " +"følgende objekttyper:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Sletting av det valgte %(objects_name)s ville kreve sletting av følgende " +"beskyttede relaterte objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Er du sikker på vil slette det valgte %(objects_name)s? De følgende " +"objektene og deres relaterte objekter vil bli slettet:" + +msgid "Delete?" +msgstr "Slette?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Etter %(filter_title)s " + +msgid "Summary" +msgstr "Oppsummering" + +msgid "Recent actions" +msgstr "Siste handlinger" + +msgid "My actions" +msgstr "Mine handlinger" + +msgid "None available" +msgstr "Ingen tilgjengelige" + +msgid "Unknown content" +msgstr "Ukjent innhold" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Noe er galt med databaseinstallasjonen din. Sørg for at databasetabellene er " +"opprettet og at brukeren har de nødvendige rettighetene." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du er logget inn som %(username)s, men er ikke autorisert til å få tilgang " +"til denne siden. Ønsker du å logge inn med en annen konto?" + +msgid "Forgotten your password or username?" +msgstr "Glemt brukernavnet eller passordet ditt?" + +msgid "Toggle navigation" +msgstr "Veksle navigasjon" + +msgid "Date/time" +msgstr "Dato/tid" + +msgid "User" +msgstr "Bruker" + +msgid "Action" +msgstr "Handling" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Dette objektet har ingen endringshistorikk. Det ble sannsynligvis ikke lagt " +"til på denne administrasjonssiden." + +msgid "Show all" +msgstr "Vis alle" + +msgid "Save" +msgstr "Lagre" + +msgid "Popup closing…" +msgstr "Lukker popup..." + +msgid "Search" +msgstr "Søk" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultater" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totalt" + +msgid "Save as new" +msgstr "Lagre som ny" + +msgid "Save and add another" +msgstr "Lagre og legg til ny" + +msgid "Save and continue editing" +msgstr "Lagre og fortsett å redigere" + +msgid "Save and view" +msgstr "Lagre og se" + +msgid "Close" +msgstr "Lukk" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Endre valgt %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Legg til ny %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Slett valgte %(model)s" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Takk for i dag." + +msgid "Log in again" +msgstr "Logg inn igjen" + +msgid "Password change" +msgstr "Endre passord" + +msgid "Your password was changed." +msgstr "Ditt passord ble endret." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Av sikkerhetsgrunner må du oppgi ditt gamle passord. Deretter oppgir du det " +"nye passordet ditt to ganger, slik at vi kan kontrollere at det er korrekt." + +msgid "Change my password" +msgstr "Endre passord" + +msgid "Password reset" +msgstr "Nullstill passord" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Passordet ditt er satt. Du kan nå logge inn." + +msgid "Password reset confirmation" +msgstr "Bekreftelse på nullstilt passord" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Oppgi det nye passordet to ganger, for å sikre at det er skrevet korrekt." + +msgid "New password:" +msgstr "Nytt passord:" + +msgid "Confirm password:" +msgstr "Gjenta nytt passord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Nullstillingslenken er ugyldig, kanskje fordi den allerede har vært brukt. " +"Vennligst nullstill passordet ditt på nytt." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Vi har sendt deg en e-post med instruksjoner for nullstilling av passord, " +"hvis en konto finnes på den e-postadressen du oppga. Du bør motta den om " +"kort tid." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Hvis du ikke mottar en e-post, sjekk igjen at du har oppgitt den adressen du " +"er registrert med og sjekk spam-mappen din." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du mottar denne e-posten fordi du har bedt om nullstilling av passordet ditt " +"på %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Vennligst gå til følgende side og velg et nytt passord:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Brukernavnet ditt, i tilfelle du har glemt det:" + +msgid "Thanks for using our site!" +msgstr "Takk for at du bruker siden vår!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Hilsen %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Glemt passordet ditt? Oppgi e-postadressen din under, så sender vi deg en e-" +"post med instruksjoner for nullstilling av passord." + +msgid "Email address:" +msgstr "E-postadresse:" + +msgid "Reset my password" +msgstr "Nullstill mitt passord" + +msgid "All dates" +msgstr "Alle datoer" + +#, python-format +msgid "Select %s" +msgstr "Velg %s" + +#, python-format +msgid "Select %s to change" +msgstr "Velg %s du ønsker å endre" + +#, python-format +msgid "Select %s to view" +msgstr "Velg %s å se" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Oppslag" + +msgid "Currently:" +msgstr "Nåværende:" + +msgid "Change:" +msgstr "Endre:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..6b1d74e4a1d00c82f941b997012a64d09c923632 GIT binary patch literal 4939 zcmbuDQEVJX8OH}WXmMIf5*kQo=)|pyO|xg8+Zy+RXBtRe`A@Toa=Pu`q zlSVMQ+2790H?!Y-^UXJ7zkQ_eEr#?Y@_m%w&)5}W0S}~WA7t#a;0xe~z#n`548)JU z<;%YU??U;vzWk2opTN6O|5wldcpk!F6R1B9ei(cZydNxr4}lxtonYqqJcu8A5f4)B zW$+I08@~J<&+mcw1lt8a0R8}^aenCA-vFOO`KMqNJcdE2y#%?ctC_*14+*p zLDKUTkiP$2@SEW4;Mc(g3_{=i1xVxl8jmyJ??CEz6pz=yli;i1PrwfN3X(7{f?oxx-}gb1e-r#9_wzoQ??dEE1UknA)CeiS_I%S#~HX%)l}Yz?IE zZF}y3WS8eXUjiRM`4#YC@JAro@m&xmW`73hJAVgBkAM3zyC?t79iDf29tLSWkAc+x z1W5fR!HeKDcpl6^`p%mm$-f1X{4YV0{|$(xV1EEf-#>yR_ZRSG@NeK(z!xxil0S4f zAMY@@it-7N^!^g~HLwA`4*nCg;HyXS@$QCkXxzh|_j(@pJn4DLbINnZGw>{VKIZv2 zh-G9;o=a$W{jJMz(cVx^{@>y|0U{%DQaVq+u0VGnp`bR*4gf^7%NF?1E6P z?n0LI*@a9=wk}M)iD#d!$DxX&rezyiD?F?$^D8>z!q8-SQ)h;YrW7IBGnJ+*4X5c8 z50-`Mw=c|VvKg!JwuU`ew42X*L-*Kb-D&IuM7$c8soJoA!C4wOfFOhPT4f=V0i}T68x8Wvax7 zsb!0_$=iyzRu4jazj`V9hE!*U3c@BgD9HQL7Wt(_id5#l!8e~K>rwxK_SpAIVl-46 z8JH~BE;r4HVwuW6dayxc7+V*n29{ZCIF)I*5kotT$4BbLP@#q`p;KFAqE<7qTjXu6 zY?HfSSip0<-i5~kqU2b^ARZO)GS)PRPzAhTzio-3oY) zi6h>jwm(+8fw)Ssvw)YeCLdD@;8@ErrWEkTw1VBFg_HA&iQ(vl%4prXR#dk>TDK)^ zMq8q=wXZgFlKbka&CH}ESsj(EX7a|$XJx4J>Sx&{qjzxV1#4ljElr9YR_5UjwvnE= zEIZoRU_FiEFnB79(x9r#eB#n(a9MU^5)J4yEA#oe`BE_VNKjhjrAN#2a}UoUOO;1KKobD;zYVYkPe7b3Er#w5`>-CD3I>!xp zwOH5f*<7mu5<$I5)8ZkCX}uARv{wl~?U-ClRqaLwnGq(k?wy ztptnL<>*@tX@aw=u0urSGGDC4cBpWftJ=h+Br_rjD%!MDRCHW1U7A0`^Vg+m#ZN8q z(#)BO;T=MBhxd!FNFsalhPj3E+#D+{(sSRvq8caBjznZj;>g`Cmb*36w`^M`k$Z5Q z6d{c43zoMM-D=5{obBdyIP@gjCY{`%PbYD!#VHi-?eZ>$cGn1Zyr-gV<1micKAFaj zH1KE|hP$clmtB?VzRSkouCdkH!4AzgF|HX&Om~f#?iwi`c)?XeK=0B#8Dd?UR++D6 z9GeCg4Z2g1j_{cLmJvX);z3g8_QZHiwBCEDaiKvlU>ke8Y_pYLDYl%sD`XXCl#v_7 zcAT@H$DZF&T8?1VU|@B)U!gaBAcoaW6Yio#8SL_3(@QKP%$QacfQ1;JXo9 z!y#fKsn}M_#9d4=boOdUTu|-6E$Jd*$OsBH@pi-pyTOVWE!x{P493K6&%Kj236AqH z!R9_qHlr42v1kWzj=L#J6&kd|sPXWGhWX%gq=#{4f#boZxDlp8skE=KD|sH(&+Y97 zEhRb~iF=A0`l5(%PWw6-{igb~pvq(qT#OGUas zF>CtR%D6rF-RuT)x+BK&%r^GkfDH%6z?aEqRNvx6_Znud3tVQPz)cNu9!CLb?ngEI z&D@QXT=4@2#0qgMI`}AE8R&L^kU@W%P;j8gK!Jhcf(r|D>|&?UreYPgj(;X>;U7s= Hw#ohr_@^H2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..1e6ddb658b3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po @@ -0,0 +1,269 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Eirik Krogstad , 2014 +# Jannis Leidel , 2011 +# Jon, 2015-2016 +# Jon, 2014 +# Jon, 2020-2021 +# Jon, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-03-18 14:20+0000\n" +"Last-Translator: Jon\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tilgjengelige %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dette er listen over tilgjengelige %s. Du kan velge noen ved å markere de i " +"boksen under og så klikke på \"Velg\"-pilen mellom de to boksene." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i dette feltet for å filtrere ned listen av tilgjengelige %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Velg alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikk for å velge alle %s samtidig" + +msgid "Choose" +msgstr "Velg" + +msgid "Remove" +msgstr "Slett" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valgte %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dette er listen over valgte %s. Du kan fjerne noen ved å markere de i boksen " +"under og så klikke på \"Fjern\"-pilen mellom de to boksene." + +msgid "Remove all" +msgstr "Fjern alle" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikk for å fjerne alle valgte %s samtidig" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s av %(cnt)s valgt" +msgstr[1] "%(sel)s av %(cnt)s valgt" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Du har ulagrede endringer i individuelle felter. Hvis du utfører en " +"handling, vil dine ulagrede endringer gå tapt." + +msgid "" +"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." +msgstr "" +"Du har valgt en handling, men du har ikke lagret endringene dine i " +"individuelle felter enda. Vennligst trykk OK for å lagre. Du må utføre " +"handlingen på nytt." + +msgid "" +"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." +msgstr "" +"Du har valgt en handling, og har ikke gjort noen endringer i individuelle " +"felter. Du ser mest sannsynlig etter Gå-knappen, ikke Lagre-knappen." + +msgid "Now" +msgstr "Nå" + +msgid "Midnight" +msgstr "Midnatt" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "12:00" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Merk: Du er %s time foran server-tid." +msgstr[1] "Merk: Du er %s timer foran server-tid." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Merk: Du er %s time bak server-tid." +msgstr[1] "Merk: Du er %s timer bak server-tid." + +msgid "Choose a Time" +msgstr "Velg et klokkeslett" + +msgid "Choose a time" +msgstr "Velg et klokkeslett" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Velg en dato" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgen" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Des" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "O" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" + +msgid "Show" +msgstr "Vis" + +msgid "Hide" +msgstr "Skjul" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d10471430acb2bdcae906a6074a3c53bd473bf64 GIT binary patch literal 15772 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 jh`1a4SUwc`0Q=ykWJZwac literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ab9e55a0640 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po @@ -0,0 +1,688 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Sagar Chalise , 2011 +# Santosh Purbey , 2020 +# Shrawan Poudel , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-22 06:50+0000\n" +"Last-Translator: Shrawan Poudel \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "%(verbose_name_plural)s छानिएको मेट्नुहोस" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "सफलतापूर्वक मेटियो %(count)d %(items)s ।" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s मेट्न सकिएन " + +msgid "Are you sure?" +msgstr "के तपाई पक्का हुनुहुन्छ ?" + +msgid "Administration" +msgstr "प्रशासन " + +msgid "All" +msgstr "सबै" + +msgid "Yes" +msgstr "हो" + +msgid "No" +msgstr "होइन" + +msgid "Unknown" +msgstr "अज्ञात" + +msgid "Any date" +msgstr "कुनै मिति" + +msgid "Today" +msgstr "आज" + +msgid "Past 7 days" +msgstr "पूर्व ७ दिन" + +msgid "This month" +msgstr "यो महिना" + +msgid "This year" +msgstr "यो साल" + +msgid "No date" +msgstr "मिति छैन" + +msgid "Has date" +msgstr "मिति छ" + +msgid "Empty" +msgstr "खाली" + +msgid "Not empty" +msgstr "खाली छैन" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"कृपया स्टाफ खाताको लागि सही %(username)s र पासवर्ड राख्नु होस । दुवै खाली ठाउँ केस " +"सेन्सिटिव हुन सक्छन् ।" + +msgid "Action:" +msgstr "कार्य:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "अर्को %(verbose_name)s थप्नुहोस ।" + +msgid "Remove" +msgstr "हटाउनुहोस" + +msgid "Addition" +msgstr "थप" + +msgid "Change" +msgstr "फेर्नुहोस" + +msgid "Deletion" +msgstr "हटाइयो" + +msgid "action time" +msgstr "कार्य समय" + +msgid "user" +msgstr "प्रयोग कर्ता" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "वस्तु परिचय" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "एक्सन फ्ल्याग" + +msgid "change message" +msgstr "सन्देश परिवर्तन गर्नुहोस" + +msgid "log entry" +msgstr "लग" + +msgid "log entries" +msgstr "लगहरु" + +#, python-format +msgid "Added “%(object)s”." +msgstr "थपियो “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "बदलियो “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "हटाईयो “%(object)s.”" + +msgid "LogEntry Object" +msgstr "लग ईन्ट्री वस्तु" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "थपियो  {name} “{object}”." + +msgid "Added." +msgstr "थपिएको छ ।" + +msgid "and" +msgstr "र" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "कुनै फाँट फेरिएन ।" + +msgid "None" +msgstr "शुन्य" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "तपाईं तल फेरि सम्पादन गर्न सक्नुहुन्छ।" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "कार्य गर्नका निम्ति वस्तु छान्नु पर्दछ । कुनैपनि छस्तु छानिएको छैन । " + +msgid "No action selected." +msgstr "कार्य छानिएको छैन ।" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s थप्नुहोस" + +#, python-format +msgid "Change %s" +msgstr "%s परिवर्तित ।" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "डाटाबेस त्रुटि" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s सफलतापूर्वक परिवर्तन भयो ।" +msgstr[1] "%(count)s %(name)sहरु सफलतापूर्वक परिवर्तन भयो ।" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s चयन भयो" +msgstr[1] "सबै %(total_count)s चयन भयो" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s को ० चयन गरियो" + +#, python-format +msgid "Change history: %s" +msgstr "इतिहास फेर्नुहोस : %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ज्याङ्गो साइट प्रशासन" + +msgid "Django administration" +msgstr "ज्याङ्गो प्रशासन" + +msgid "Site administration" +msgstr "साइट प्रशासन" + +msgid "Log in" +msgstr "लगिन" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "पृष्ठ भेटिएन" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "हामी क्षमाप्रार्थी छौं, तर अनुरोध गरिएको पृष्ठ फेला पार्न सकिएन।" + +msgid "Home" +msgstr "गृह" + +msgid "Server error" +msgstr "सर्भर त्रुटि" + +msgid "Server error (500)" +msgstr "सर्भर त्रुटि (५००)" + +msgid "Server Error (500)" +msgstr "सर्भर त्रुटि (५००)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"त्यहाँ त्रुटि रहेको छ। यो ईमेल मार्फत साइट प्रशासकहरूलाई सूचित गरिएको छ र तुरुन्तै ठिक " +"गर्नुपर्नेछ। तपाईको धैर्यताको लागि धन्यबाद।" + +msgid "Run the selected action" +msgstr "छानिएको कार्य गर्नुहोस ।" + +msgid "Go" +msgstr "बढ्नुहोस" + +msgid "Click here to select the objects across all pages" +msgstr "सबै पृष्ठभरमा वस्तु छान्न यहाँ थिच्नुहोस ।" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s %(module_name)s सबै छान्नुहोस " + +msgid "Clear selection" +msgstr "चुनेको कुरा हटाउनुहोस ।" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s एप्लिकेसनमा भएको मोडेलहरु" + +msgid "Add" +msgstr "थप्नुहोस " + +msgid "View" +msgstr "" + +msgid "You don’t have permission to view or edit anything." +msgstr "तपाईंसँग केहि पनि हेर्न वा सम्पादन गर्न अनुमति छैन।" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"पहिले, प्रयोगकर्ता नाम र पासवर्ड प्रविष्ट गर्नुहोस्। त्यसो भए, तपाई बढि उपयोगकर्ता " +"विकल्पहरू सम्पादन गर्न सक्षम हुनुहुनेछ।" + +msgid "Enter a username and password." +msgstr "प्रयोगकर्ता नाम र पासवर्ड राख्नुहोस।" + +msgid "Change password" +msgstr "पासवर्ड फेर्नुहोस " + +msgid "Please correct the error below." +msgstr "कृपया तल त्रुटि सुधार गर्नुहोस्।" + +msgid "Please correct the errors below." +msgstr "कृपया तलका त्रुटी सुधार्नु होस ।" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "प्रयोगकर्ता %(username)s को लागि नयाँ पासवर्ड राख्नुहोस ।" + +msgid "Welcome," +msgstr "स्वागतम्" + +msgid "View site" +msgstr "साइट हेर्नु होस ।" + +msgid "Documentation" +msgstr "विस्तृत विवरण" + +msgid "Log out" +msgstr "लग आउट" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s थप्नुहोस" + +msgid "History" +msgstr "इतिहास" + +msgid "View on site" +msgstr "साइटमा हेर्नुहोस" + +msgid "Filter" +msgstr "छान्नुहोस" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "मेट्नुहोस" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "वहु वस्तुहरु मेट्नुहोस ।" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "%(objects_name)s " + +msgid "Delete?" +msgstr "मेट्नुहुन्छ ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s द्वारा" + +msgid "Summary" +msgstr "" + +msgid "Recent actions" +msgstr "भर्खरका कार्यहरू" + +msgid "My actions" +msgstr "मेरो कार्यहरू" + +msgid "None available" +msgstr "कुनै पनि उपलब्ध छैन ।" + +msgid "Unknown content" +msgstr "अज्ञात सामग्री" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"तपाईंको डाटाबेस स्थापनामा केहि गलत छ। निश्चित गर्नुहोस् कि उपयुक्त डाटाबेस टेबलहरू सिर्जना " +"गरिएको छ, र यो सुनिश्चित गर्नुहोस् कि उपयुक्त डाटाबेस उपयुक्त प्रयोगकर्ताद्वारा पढ्न योग्य " +"छ।" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"तपाईं यस %(username)s रूपमा प्रमाणिकरण हुनुहुन्छ, तर यस पृष्ठ पहुँच गर्न अधिकृत हुनुहुन्न। के " +"तपाइँ बिभिन्न खातामा लगईन गर्न चाहानुहुन्छ?" + +msgid "Forgotten your password or username?" +msgstr "पासवर्ड अथवा प्रयोगकर्ता नाम भुल्नुभयो ।" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "मिति/समय" + +msgid "User" +msgstr "प्रयोगकर्ता" + +msgid "Action" +msgstr "कार्य:" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "सबै देखाउनुहोस" + +msgid "Save" +msgstr "बचत गर्नुहोस" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "खोज्नुहोस" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s नतिजा" +msgstr[1] "%(counter)s नतिजाहरु" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "जम्मा %(full_result_count)s" + +msgid "Save as new" +msgstr "नयाँ रुपमा बचत गर्नुहोस" + +msgid "Save and add another" +msgstr "बचत गरेर अर्को थप्नुहोस" + +msgid "Save and continue editing" +msgstr "बचत गरेर संशोधन जारी राख्नुहोस" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "पुन: लगिन गर्नुहोस" + +msgid "Password change" +msgstr "पासवर्ड फेरबदल" + +msgid "Your password was changed." +msgstr "तपाइको पासवर्ड फेरिएको छ ।" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "मेरो पासवर्ड फेर्नुहोस " + +msgid "Password reset" +msgstr "पासवर्डपून: राख्नुहोस । " + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "तपाइको पासवर्ड राखियो । कृपया लगिन गर्नुहोस ।" + +msgid "Password reset confirmation" +msgstr "पासवर्ड पुनर्स्थापना पुष्टि" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "ठीक तरिकाले राखिएको पुष्टि गर्न कृपया नयाँ पासवर्ड दोहोर्याएर राख्नुहोस ।" + +msgid "New password:" +msgstr "नयाँ पासवर्ड :" + +msgid "Confirm password:" +msgstr "पासवर्ड पुष्टि:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "पासवर्ड पुनर्स्थापना प्रयोग भइसकेको छ । कृपया नयाँ पासवर्ड रिसेट माग्नुहोस ।" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +" %(site_name)s को लागि तपाइले पासवर्ड पुन: राख्न आग्रह गरेको हुनाले ई-मेल पाउनुहुदैंछ । " + +msgid "Please go to the following page and choose a new password:" +msgstr "कृपया उक्त पृष्ठमा जानुहोस र नयाँ पासवर्ड राख्नुहोस :" + +msgid "Your username, in case you’ve forgotten:" +msgstr "तपाईंको प्रयोगकर्ता नाम, यदि तपाईंले बिर्सनुभयो भने:" + +msgid "Thanks for using our site!" +msgstr "हाम्रो साइट प्रयोग गरेकोमा धन्यवाद" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s टोली" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"तपाईँको पासवर्ड बिर्सनुभयो? तल तपाईंको ईमेल ठेगाना राख्नुहोस् र हामी नयाँ सेट गर्न ईमेल " +"निर्देशनहरू दिनेछौं।" + +msgid "Email address:" +msgstr "ई-मेल ठेगाना :" + +msgid "Reset my password" +msgstr "मेरो पासवर्ड पुन: राख्नुहोस ।" + +msgid "All dates" +msgstr "सबै मिति" + +#, python-format +msgid "Select %s" +msgstr "%s छान्नुहोस" + +#, python-format +msgid "Select %s to change" +msgstr "%s परिवर्तन गर्न छान्नुहोस ।" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "मिति:" + +msgid "Time:" +msgstr "समय:" + +msgid "Lookup" +msgstr "खोज तलास" + +msgid "Currently:" +msgstr "अहिले :" + +msgid "Change:" +msgstr "फेर्नु होस :" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..820885722a24f51b798ec671a28202510a97f65e GIT binary patch literal 5362 zcmd^>O^h5z6~_w_KC%V^CVU1+t%Z|y?4F%nz-!Ig2v}llz=`DyC^<#FJGDD)db(HL zJv&};AmPi2EI=qYF?N&)(&HHC%K{B>I+g5PDn`H5WiQ|^R+u!*2)1S zS~K(Ss(SV6U;p>&)%<1W&1V(QB;Swm{p4Geng;j1l^>p0!8!0X@a^E_O%A8PchR0M z+XqWr0N+jjmrH!0#AR@T{tUbY{1$iz_!xL6_zO_{zXIM2{sDX^_~)|ySMUMauY+}P z0V7`3IZ)<31&aS?K|bmwetrV}3j8s6Hp??+`J!x;{P%z^M4P{VgGk< z9^CU@rHb#cs0YulJ-(t(!yXho*BbP!n=i}5MQhH*#x@MR>@OQLmYr+2yd?n1T% zqeYW-3^uZQ)`>OKO63oFvx8{bU&?|w+Gq7!FAbu*GTrhUv@S_#O z*^6M%2-bo|+YedWgpJf{a~B!8n#7BotaTm6u@!$gCLK}vONiXgGA1WJZRuoD8M$AW zxUtIC)G*S+)KX?Pq$lZ#n3xp)&lW4u$%K{s$O+YS7&RV-oLlXGx1eF&AfWzM``G1aZ)2pD}JIE znm*ZO^g$$$msEN`x6-1ZR+i${XPFnRwEY$1)s5e(>3hv8c6zFrWvjL6=}xCp$;4@} zY);99X}7H&gyrn%$V~5k75QZ`5X&DF`EznFSxOge`(lrx3|_Ks zu0gcOuWHOLxK*v?roopiv7BFgY_z1S=cnlAxVl>8OnCXmOgG55iKFw&&K@1(cfbI% z9zTi1k9y$}C0s-16GAjVDNN20n`&)MJMB@Va z?6T+ohYiQo#rc0in;T_Ac1cMn@+WL%x}vtoYQ}oUYYQtmTNEqG+!Ho!$0fHESJG-s zv7^`4W}DIE)%l`Jk#xnWoAWlD*JM1$=rp}J6tltcpn)Gqkg76533dg;?m&*yGxTmO zSfiG9TK8c~g5j-Io^38zDxU>%d)&azZZ@UG5M57}@+` zkDM6Eq%o7+fv|VTFfFc*bB-Xhe{L_8Q3c$M@n-fd$DAt?{~PzVCE+*PC5Pxcb_di( zIl<$c(A~cS-MyE0Z5XLnn_}$5+Ze{n?hci^n)H3z&O=>7O?di$MF-x9w95hHW5d0x xc38Ob_-~B%$R4%`??#5sv`nFa3glbQiPdM!ayGkUE3WuUqH=5`L+l@fe*+UY5ySuh literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..d55bd9fb547 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po @@ -0,0 +1,213 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Paras Nath Chaudhary , 2012 +# Sagar Chalise , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-10-07 02:46+0000\n" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "उपलब्ध %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"यो उपलब्ध %s को सुची हो। तपाईंले यी मध्य केही बक्सबाट चयन गरी बक्स बीच्को \"छान्नुहोस " +"\" तीरमा क्लिक गरी छान्नसक्नुहुन्छ । " + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr " उपलब्ध %s को सुचिबाट छान्न यो बक्समा टाइप गर्नुहोस " + +msgid "Filter" +msgstr "छान्नुहोस" + +msgid "Choose all" +msgstr "सबै छान्नुहोस " + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "एकै क्लिकमा सबै %s छान्नुहोस " + +msgid "Choose" +msgstr "छान्नुहोस " + +msgid "Remove" +msgstr "हटाउनुहोस" + +#, javascript-format +msgid "Chosen %s" +msgstr "छानिएको %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"यो छानिएका %s को सुची हो । तपाईंले यी मध्य केही बक्सबाट चयन गरी बक्स बीच्को " +"\"हटाउनुहोस\" तीरमा क्लिक गरी हटाउन सक्नुहुन्छ । " + +msgid "Remove all" +msgstr "सबै हटाउनुहोस " + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "एकै क्लिकमा सबै छानिएका %s हटाउनुहोस ।" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s को %(sel)s चयन गरियो" +msgstr[1] "%(cnt)s को %(sel)s चयन गरियो" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "तपाइको फेरबदल बचत भएको छैन । कार्य भएमा बचत नभएका फेरबदल हराउने छन् ।" + +msgid "" +"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." +msgstr "" +"तपाइले कार्य छाने पनि फेरबदलहरु बचत गर्नु भएको छैन । कृपया बचत गर्न हुन्छ थिच्नुहोस । कार्य " +"पुन: सञ्चालन गर्नुपर्नेछ ।" + +msgid "" +"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." +msgstr "" +"तपाइले कार्य छाने पनि फाँटहरुमा फेरबदलहरु गर्नु भएको छैन । बचत गर्नु भन्दा पनि अघि बढ्नुहोस " +"।" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा अगाडि हुनुहुन्छ ।" +msgstr[1] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा अगाडि हुनुहुन्छ ।" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा पछाडि हुनुहुन्छ ।" +msgstr[1] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा पछाडि हुनुहुन्छ ।" + +msgid "Now" +msgstr "यतिखेर" + +msgid "Choose a Time" +msgstr "समय छान्नु होस ।" + +msgid "Choose a time" +msgstr "समय चयन गर्नुहोस" + +msgid "Midnight" +msgstr "मध्यरात" + +msgid "6 a.m." +msgstr "बिहान ६ बजे" + +msgid "Noon" +msgstr "मध्यान्ह" + +msgid "6 p.m." +msgstr "बेलुकी ६ बजे" + +msgid "Cancel" +msgstr "रद्द गर्नुहोस " + +msgid "Today" +msgstr "आज" + +msgid "Choose a Date" +msgstr "मिति छान्नु होस ।" + +msgid "Yesterday" +msgstr "हिजो" + +msgid "Tomorrow" +msgstr "भोलि" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "देखाउनुहोस " + +msgid "Hide" +msgstr "लुकाउनुहोस " diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b2181e2e71a3ad3928c44e326c4dad2e76f8dd88 GIT binary patch literal 18565 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ee971ddff07 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,799 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bas Peschier , 2013 +# Claude Paroz , 2017 +# Evelijn Saaltink , 2016 +# Harro van der Klauw , 2012 +# Ilja Maas , 2015 +# Jannis Leidel , 2011 +# 6a27f10aef159701c7a5ff07f0fb0a78_05545ed , 2011-2012 +# dokterbob , 2015 +# Meteor0id, 2019-2020 +# 8de006b1b0894aab6aef71979dcd8bd6_5c6b207 , 2014-2015 +# Tino de Bruijn , 2011 +# Tonnes , 2017,2019-2020,2022-2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:05+0000\n" +"Last-Translator: Tonnes , 2017,2019-2020,2022-2024\n" +"Language-Team: Dutch (http://app.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Geselecteerde %(verbose_name_plural)s verwijderen" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s met succes verwijderd." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s kan niet worden verwijderd " + +msgid "Are you sure?" +msgstr "Weet u het zeker?" + +msgid "Administration" +msgstr "Beheer" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Any date" +msgstr "Elke datum" + +msgid "Today" +msgstr "Vandaag" + +msgid "Past 7 days" +msgstr "Afgelopen zeven dagen" + +msgid "This month" +msgstr "Deze maand" + +msgid "This year" +msgstr "Dit jaar" + +msgid "No date" +msgstr "Geen datum" + +msgid "Has date" +msgstr "Heeft datum" + +msgid "Empty" +msgstr "Leeg" + +msgid "Not empty" +msgstr "Niet leeg" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Voer de correcte %(username)s en wachtwoord voor een stafaccount in. Let op " +"dat beide velden hoofdlettergevoelig zijn." + +msgid "Action:" +msgstr "Actie:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Nog een %(verbose_name)s toevoegen" + +msgid "Remove" +msgstr "Verwijderen" + +msgid "Addition" +msgstr "Toevoeging" + +msgid "Change" +msgstr "Wijzigen" + +msgid "Deletion" +msgstr "Verwijdering" + +msgid "action time" +msgstr "actietijd" + +msgid "user" +msgstr "gebruiker" + +msgid "content type" +msgstr "inhoudstype" + +msgid "object id" +msgstr "object-id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "object-repr" + +msgid "action flag" +msgstr "actievlag" + +msgid "change message" +msgstr "wijzigingsbericht" + +msgid "log entry" +msgstr "logboekvermelding" + +msgid "log entries" +msgstr "logboekvermeldingen" + +#, python-format +msgid "Added “%(object)s”." +msgstr "‘%(object)s’ toegevoegd." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "‘%(object)s’ gewijzigd - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "‘%(object)s’ verwijderd." + +msgid "LogEntry Object" +msgstr "LogEntry-object" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} ‘{object}’ toegevoegd." + +msgid "Added." +msgstr "Toegevoegd." + +msgid "and" +msgstr "en" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} voor {name} ‘{object}’ gewijzigd." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} gewijzigd." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} ‘{object}’ verwijderd." + +msgid "No fields changed." +msgstr "Geen velden gewijzigd." + +msgid "None" +msgstr "Geen" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Houd ‘Control’, of ‘Command’ op een Mac, ingedrukt om meerdere items te " +"selecteren." + +msgid "Select this object for an action - {}" +msgstr "Selecteer dit object voor een actie - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "De {name} ‘{obj}’ is met succes toegevoegd." + +msgid "You may edit it again below." +msgstr "U kunt deze hieronder weer bewerken." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"De {name} ‘{obj}’ is met succes toegevoegd. U kunt hieronder nog een {name} " +"toevoegen." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"De {name} ‘{obj}’ is met succes gewijzigd. U kunt deze hieronder nogmaals " +"bewerken." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"De {name} ‘{obj}’ is met succes gewijzigd. U kunt hieronder nog een {name} " +"toevoegen." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "De {name} ‘{obj}’ is met succes gewijzigd." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Er moeten items worden geselecteerd om acties op uit te voeren. Er zijn geen " +"items gewijzigd." + +msgid "No action selected." +msgstr "Geen actie geselecteerd." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "De %(name)s ‘%(obj)s’ is met succes verwijderd." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s met ID ‘%(key)s’ bestaat niet. Misschien is deze verwijderd?" + +#, python-format +msgid "Add %s" +msgstr "%s toevoegen" + +#, python-format +msgid "Change %s" +msgstr "%s wijzigen" + +#, python-format +msgid "View %s" +msgstr "%s weergeven" + +msgid "Database error" +msgstr "Databasefout" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s is met succes gewijzigd." +msgstr[1] "%(count)s %(name)s zijn met succes gewijzigd." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s geselecteerd" +msgstr[1] "Alle %(total_count)s geselecteerd" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 van de %(cnt)s geselecteerd" + +#, python-format +msgid "Change history: %s" +msgstr "Wijzigingsgeschiedenis: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Het verwijderen van %(class_name)s %(instance)s vereist het verwijderen van " +"de volgende beschermde gerelateerde objecten: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django-websitebeheer" + +msgid "Django administration" +msgstr "Django-beheer" + +msgid "Site administration" +msgstr "Websitebeheer" + +msgid "Log in" +msgstr "Aanmelden" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-beheer" + +msgid "Page not found" +msgstr "Pagina niet gevonden" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Het spijt ons, maar de opgevraagde pagina kon niet worden gevonden." + +msgid "Home" +msgstr "Voorpagina" + +msgid "Server error" +msgstr "Serverfout" + +msgid "Server error (500)" +msgstr "Serverfout (500)" + +msgid "Server Error (500)" +msgstr "Serverfout (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Er heeft zich een fout voorgedaan. Dit is via e-mail bij de " +"websitebeheerders gemeld en zou snel verholpen moeten zijn. Bedankt voor uw " +"geduld." + +msgid "Run the selected action" +msgstr "De geselecteerde actie uitvoeren" + +msgid "Go" +msgstr "Uitvoeren" + +msgid "Click here to select the objects across all pages" +msgstr "Klik hier om alle objecten op alle pagina's te selecteren" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Alle %(total_count)s %(module_name)s selecteren" + +msgid "Clear selection" +msgstr "Selectie wissen" + +msgid "Breadcrumbs" +msgstr "Broodkruimels" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modellen in de %(name)s-toepassing" + +msgid "Add" +msgstr "Toevoegen" + +msgid "View" +msgstr "Weergeven" + +msgid "You don’t have permission to view or edit anything." +msgstr "U hebt geen rechten om iets te bekijken of te bewerken." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Vul allereerst een gebruikersnaam en wachtwoord in. Daarna kunt u meer " +"gebruikersopties bewerken." + +msgid "Enter a username and password." +msgstr "Voer een gebruikersnaam en wachtwoord in." + +msgid "Change password" +msgstr "Wachtwoord wijzigen" + +msgid "Set password" +msgstr "Wachtwoord instellen" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Corrigeer de onderstaande fout." +msgstr[1] "Corrigeer de onderstaande fouten." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Voer een nieuw wachtwoord in voor de gebruiker %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Deze actie schakelt op wachtwoord gebaseerde authenticatie in voor deze gebruiker." + +msgid "Disable password-based authentication" +msgstr "Op wachtwoord gebaseerde authenticatie uitschakelen" + +msgid "Enable password-based authentication" +msgstr "Op wachtwoord gebaseerde authenticatie inschakelen" + +msgid "Skip to main content" +msgstr "Naar hoofdinhoud" + +msgid "Welcome," +msgstr "Welkom," + +msgid "View site" +msgstr "Website bekijken" + +msgid "Documentation" +msgstr "Documentatie" + +msgid "Log out" +msgstr "Afmelden" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s toevoegen" + +msgid "History" +msgstr "Geschiedenis" + +msgid "View on site" +msgstr "Weergeven op website" + +msgid "Filter" +msgstr "Filter" + +msgid "Hide counts" +msgstr "Aantallen verbergen" + +msgid "Show counts" +msgstr "Aantallen tonen" + +msgid "Clear all filters" +msgstr "Alle filters wissen" + +msgid "Remove from sorting" +msgstr "Verwijderen uit sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteerprioriteit: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortering aan/uit" + +msgid "Toggle theme (current theme: auto)" +msgstr "Thema wisselen (huidige thema: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Thema wisselen (huidige thema: licht)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Thema wisselen (huidige thema: donker)" + +msgid "Delete" +msgstr "Verwijderen" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Het verwijderen van %(object_name)s '%(escaped_object)s' zou ook " +"gerelateerde objecten verwijderen, maar uw account heeft geen rechten om de " +"volgende typen objecten te verwijderen:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Het verwijderen van %(object_name)s '%(escaped_object)s' vereist het " +"verwijderen van de volgende gerelateerde objecten:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Weet u zeker dat u %(object_name)s '%(escaped_object)s' wilt verwijderen? " +"Alle volgende gerelateerde objecten worden verwijderd:" + +msgid "Objects" +msgstr "Objecten" + +msgid "Yes, I’m sure" +msgstr "Ja, ik weet het zeker" + +msgid "No, take me back" +msgstr "Nee, teruggaan" + +msgid "Delete multiple objects" +msgstr "Meerdere objecten verwijderen" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Het verwijderen van de geselecteerde %(objects_name)s zou ook gerelateerde " +"objecten verwijderen, maar uw account heeft geen rechten om de volgende " +"typen objecten te verwijderen:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Het verwijderen van de geselecteerde %(objects_name)s vereist het " +"verwijderen van de volgende beschermde gerelateerde objecten:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Weet u zeker dat u de geselecteerde %(objects_name)s wilt verwijderen? Alle " +"volgende objecten en hun aanverwante items zullen worden verwijderd:" + +msgid "Delete?" +msgstr "Verwijderen?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Op %(filter_title)s " + +msgid "Summary" +msgstr "Samenvatting" + +msgid "Recent actions" +msgstr "Recente acties" + +msgid "My actions" +msgstr "Mijn acties" + +msgid "None available" +msgstr "Geen beschikbaar" + +msgid "Added:" +msgstr "Toegevoegd:" + +msgid "Changed:" +msgstr "Gewijzigd:" + +msgid "Deleted:" +msgstr "Verwijderd:" + +msgid "Unknown content" +msgstr "Onbekende inhoud" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Er is iets mis met de installatie van uw database. Zorg ervoor dat de juiste " +"databasetabellen zijn aangemaakt en dat de database voor de juiste gebruiker " +"leesbaar is." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"U bent geverifieerd als %(username)s, maar niet bevoegd om deze pagina te " +"bekijken. Wilt u zich aanmelden bij een andere account?" + +msgid "Forgotten your password or username?" +msgstr "Wachtwoord of gebruikersnaam vergeten?" + +msgid "Toggle navigation" +msgstr "Navigatie aan/uit" + +msgid "Sidebar" +msgstr "Zijbalk" + +msgid "Start typing to filter…" +msgstr "Begin met typen om te filteren…" + +msgid "Filter navigation items" +msgstr "Navigatie-items filteren" + +msgid "Date/time" +msgstr "Datum/tijd" + +msgid "User" +msgstr "Gebruiker" + +msgid "Action" +msgstr "Actie" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "vermelding" +msgstr[1] "vermeldingen" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Dit object heeft geen wijzigingsgeschiedenis. Het is mogelijk niet via de " +"beheerwebsite toegevoegd." + +msgid "Show all" +msgstr "Alles tonen" + +msgid "Save" +msgstr "Opslaan" + +msgid "Popup closing…" +msgstr "Pop-up sluiten…" + +msgid "Search" +msgstr "Zoeken" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultaat" +msgstr[1] "%(counter)s resultaten" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totaal" + +msgid "Save as new" +msgstr "Opslaan als nieuw item" + +msgid "Save and add another" +msgstr "Opslaan en nieuwe toevoegen" + +msgid "Save and continue editing" +msgstr "Opslaan en opnieuw bewerken" + +msgid "Save and view" +msgstr "Opslaan en weergeven" + +msgid "Close" +msgstr "Sluiten" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Geselecteerde %(model)s wijzigen" + +#, python-format +msgid "Add another %(model)s" +msgstr "Nog een %(model)s toevoegen" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Geselecteerde %(model)s verwijderen" + +#, python-format +msgid "View selected %(model)s" +msgstr "Geselecteerde %(model)s weergeven" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Bedankt voor het vandaag wat tijd besteden aan de website." + +msgid "Log in again" +msgstr "Opnieuw aanmelden" + +msgid "Password change" +msgstr "Wachtwoordwijziging" + +msgid "Your password was changed." +msgstr "Uw wachtwoord is gewijzigd." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Voer omwille van beveiliging uw oude en twee keer uw nieuwe wachtwoord in, " +"zodat we kunnen controleren of u geen typefouten hebt gemaakt." + +msgid "Change my password" +msgstr "Mijn wachtwoord wijzigen" + +msgid "Password reset" +msgstr "Wachtwoord hersteld" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Uw wachtwoord is ingesteld. U kunt nu verdergaan en zich aanmelden." + +msgid "Password reset confirmation" +msgstr "Bevestiging wachtwoord herstellen" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Voer het nieuwe wachtwoord twee keer in, zodat we kunnen controleren of er " +"geen typefouten zijn gemaakt." + +msgid "New password:" +msgstr "Nieuw wachtwoord:" + +msgid "Confirm password:" +msgstr "Bevestig wachtwoord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"De link voor het herstellen van het wachtwoord is ongeldig, waarschijnlijk " +"omdat de link al eens is gebruikt. Vraag opnieuw een wachtwoord aan." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"We hebben u instructies gestuurd voor het instellen van uw wachtwoord, als " +"er een account bestaat met het door u ingevoerde e-mailadres. U zou deze " +"straks moeten ontvangen." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Als u geen e-mail ontvangt, controleer dan of u het e-mailadres hebt " +"ingevoerd waarmee u zich hebt geregistreerd, en controleer uw spam-map." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"U ontvangt deze e-mail, omdat u een aanvraag voor opnieuw instellen van het " +"wachtwoord voor uw account op %(site_name)s hebt gedaan." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ga naar de volgende pagina en kies een nieuw wachtwoord:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Uw gebruikersnaam, mocht u deze vergeten zijn:" + +msgid "Thanks for using our site!" +msgstr "Bedankt voor het gebruik van onze website!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Het %(site_name)s-team" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Wachtwoord vergeten? Vul hieronder uw e-mailadres in, en we sturen " +"instructies voor het instellen van een nieuw wachtwoord." + +msgid "Email address:" +msgstr "E-mailadres:" + +msgid "Reset my password" +msgstr "Mijn wachtwoord opnieuw instellen" + +msgid "Select all objects on this page for an action" +msgstr "Selecteer alle objecten op deze pagina voor een actie" + +msgid "All dates" +msgstr "Alle datums" + +#, python-format +msgid "Select %s" +msgstr "Selecteer %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selecteer %s om te wijzigen" + +#, python-format +msgid "Select %s to view" +msgstr "Selecteer %s om te bekijken" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Tijd:" + +msgid "Lookup" +msgstr "Opzoeken" + +msgid "Currently:" +msgstr "Huidig:" + +msgid "Change:" +msgstr "Wijzigen:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..69485a263ee4edf32193096baffbd57448d41110 GIT binary patch literal 6122 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, 2013 +# Evelijn Saaltink , 2016 +# Harro van der Klauw , 2012 +# Ilja Maas , 2015 +# Jannis Leidel , 2011 +# 6a27f10aef159701c7a5ff07f0fb0a78_05545ed , 2011-2012 +# Meteor0id, 2019-2020 +# 8de006b1b0894aab6aef71979dcd8bd6_5c6b207 , 2015 +# Tonnes , 2019-2020,2022-2023 +# wunki , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-04 07:59+0000\n" +"Last-Translator: Tonnes , 2019-2020,2022-2023\n" +"Language-Team: Dutch (http://app.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Beschikbare %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dit is de lijst met beschikbare %s. U kunt er een aantal kiezen door ze in " +"het vak hieronder te selecteren en daarna op de pijl 'Kiezen' tussen de twee " +"vakken te klikken." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Typ in dit vak om de lijst met beschikbare %s te filteren." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Alle kiezen" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klik om alle %s te kiezen." + +msgid "Choose" +msgstr "Kiezen" + +msgid "Remove" +msgstr "Verwijderen" + +#, javascript-format +msgid "Chosen %s" +msgstr "Gekozen %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dit is de lijst met gekozen %s. U kunt er een aantal verwijderen door ze in " +"het vak hieronder te selecteren en daarna op de pijl 'Verwijderen' tussen de " +"twee vakken te klikken." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Typ in dit vak om de lijst met geselecteerde %s te filteren." + +msgid "Remove all" +msgstr "Alle verwijderen" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klik om alle gekozen %s tegelijk te verwijderen." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s geselecteerde optie niet zichtbaar" +msgstr[1] "%s geselecteerde opties niet zichtbaar" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s van de %(cnt)s geselecteerd" +msgstr[1] "%(sel)s van de %(cnt)s geselecteerd" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"U hebt niet-opgeslagen wijzigingen op afzonderlijke bewerkbare velden. Als u " +"een actie uitvoert, gaan uw wijzigingen verloren." + +msgid "" +"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." +msgstr "" +"U hebt een actie geselecteerd, maar uw wijzigingen in afzonderlijke velden " +"nog niet opgeslagen. Klik op OK om deze op te slaan. U dient de actie " +"opnieuw uit te voeren." + +msgid "" +"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." +msgstr "" +"U hebt een actie geselecteerd, en geen wijzigingen in afzonderlijke velden " +"aangebracht. Waarschijnlijk zoekt u de knop Gaan in plaats van de knop " +"Opslaan." + +msgid "Now" +msgstr "Nu" + +msgid "Midnight" +msgstr "Middernacht" + +msgid "6 a.m." +msgstr "6 uur 's ochtends" + +msgid "Noon" +msgstr "12 uur 's middags" + +msgid "6 p.m." +msgstr "6 uur 's avonds" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Let op: u ligt %s uur voor ten opzichte van de servertijd." +msgstr[1] "Let op: u ligt %s uur voor ten opzichte van de servertijd." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Let op: u ligt %s uur achter ten opzichte van de servertijd." +msgstr[1] "Let op: u ligt %s uur achter ten opzichte van de servertijd." + +msgid "Choose a Time" +msgstr "Kies een tijdstip" + +msgid "Choose a time" +msgstr "Kies een tijd" + +msgid "Cancel" +msgstr "Annuleren" + +msgid "Today" +msgstr "Vandaag" + +msgid "Choose a Date" +msgstr "Kies een datum" + +msgid "Yesterday" +msgstr "Gisteren" + +msgid "Tomorrow" +msgstr "Morgen" + +msgid "January" +msgstr "januari" + +msgid "February" +msgstr "februari" + +msgid "March" +msgstr "maart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mei" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "augustus" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mrt" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "mei" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec" + +msgid "Sunday" +msgstr "zondag" + +msgid "Monday" +msgstr "maandag" + +msgid "Tuesday" +msgstr "dinsdag" + +msgid "Wednesday" +msgstr "woensdag" + +msgid "Thursday" +msgstr "donderdag" + +msgid "Friday" +msgstr "vrijdag" + +msgid "Saturday" +msgstr "zaterdag" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "zo" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "ma" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "di" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "wo" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "do" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "vr" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "za" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Z" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "D" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "W" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "D" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Z" + +msgid "Show" +msgstr "Tonen" + +msgid "Hide" +msgstr "Verbergen" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..779cf097472ad340102e1069d2b904f8ffa216de GIT binary patch literal 16504 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..4a7c846f80a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,736 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# hgrimelid , 2011-2012 +# Jannis Leidel , 2011 +# jensadne , 2013 +# Sigurd Gartmann , 2012 +# Sivert Olstad, 2021-2022 +# velmont , 2012 +# Vibeke Uthaug, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-17 05:10-0500\n" +"PO-Revision-Date: 2022-07-25 07:05+0000\n" +"Last-Translator: Sivert Olstad\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Slett valgte %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sletta %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan ikkje slette %(name)s" + +msgid "Are you sure?" +msgstr "Er du sikker?" + +msgid "Administration" +msgstr "Administrasjon" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +msgid "Unknown" +msgstr "Ukjend" + +msgid "Any date" +msgstr "Når som helst" + +msgid "Today" +msgstr "I dag" + +msgid "Past 7 days" +msgstr "Siste sju dagar" + +msgid "This month" +msgstr "Denne månaden" + +msgid "This year" +msgstr "I år" + +msgid "No date" +msgstr "Ingen dato" + +msgid "Has date" +msgstr "Har dato" + +msgid "Empty" +msgstr "Tom" + +msgid "Not empty" +msgstr "Ikkje tom" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Oppgje korrekt %(username)s og passord for ein administrasjonsbrukarkonto. " +"Merk at det er skilnad på små og store bokstavar." + +msgid "Action:" +msgstr "Handling:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Opprett ny %(verbose_name)s." + +msgid "Remove" +msgstr "Fjern" + +msgid "Addition" +msgstr "Tillegg" + +msgid "Change" +msgstr "Endre" + +msgid "Deletion" +msgstr "Sletting" + +msgid "action time" +msgstr "tid for handling" + +msgid "user" +msgstr "brukar" + +msgid "content type" +msgstr "innhaldstype" + +msgid "object id" +msgstr "objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objekt repr" + +msgid "action flag" +msgstr "handlingsflagg" + +msgid "change message" +msgstr "endre melding" + +msgid "log entry" +msgstr "logginnlegg" + +msgid "log entries" +msgstr "logginnlegg" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Oppretta “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Endra “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Sletta “%(object)s”." + +msgid "LogEntry Object" +msgstr "LogEntry-objekt" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Oppretta {name} “{object}”." + +msgid "Added." +msgstr "Oppretta." + +msgid "and" +msgstr "og" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Endra {fields} for {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Endra {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Sletta {name} “{object}”." + +msgid "No fields changed." +msgstr "Ingen felt endra." + +msgid "None" +msgstr "Ingen" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Hald nede “Control”, eller “Command” på ein Mac, for å velge meir enn éin." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” vart oppretta." + +msgid "You may edit it again below." +msgstr "Du kan endre det att nedanfor." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” vart oppretta. Du kan opprette enda ein {name} nedanfor." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} “{obj}” vart endra. Du kan redigere vidare nedanfor." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "{name} “{obj}” vart oppretta. Du kan redigere vidare nedanfor." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} “{obj}” vart endra. Du kan opprette enda ein {name} nedanfor." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” vart endra." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Objekt må vere valde for at dei skal kunne utførast handlingar på. Ingen " +"object er endra." + +msgid "No action selected." +msgstr "Inga valt handling." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” vart sletta." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"%(name)s med ID “%(key)s” eksisterer ikkje. Kanskje den har vorte sletta?" + +#, python-format +msgid "Add %s" +msgstr "Opprett %s" + +#, python-format +msgid "Change %s" +msgstr "Rediger %s" + +#, python-format +msgid "View %s" +msgstr "Sjå %s" + +msgid "Database error" +msgstr "Databasefeil" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s vart endra." +msgstr[1] "%(count)s %(name)s vart endra." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valde" +msgstr[1] "Alle %(total_count)s valde" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Ingen av %(cnt)s valde" + +#, python-format +msgid "Change history: %s" +msgstr "Endringshistorikk: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Sletting av %(class_name)s «%(instance)s» krev sletting av følgande beskytta " +"relaterte objekt: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administrasjonsside" + +msgid "Django administration" +msgstr "Django-administrasjon" + +msgid "Site administration" +msgstr "Nettstadsadministrasjon" + +msgid "Log in" +msgstr "Logg inn" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-administrasjon" + +msgid "Page not found" +msgstr "Fann ikkje sida" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Sida du spør etter finst ikkje." + +msgid "Home" +msgstr "Heim" + +msgid "Server error" +msgstr "Tenarfeil" + +msgid "Server error (500)" +msgstr "Tenarfeil (500)" + +msgid "Server Error (500)" +msgstr "Tenarfeil (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Det har oppstått ein feil. Det er rapportert til dei som administrerer " +"nettsida med e-mail og burde bli fiksa snarast. Takk for tolmodigheita." + +msgid "Run the selected action" +msgstr "Utfør den valde handlinga" + +msgid "Go" +msgstr "Gå" + +msgid "Click here to select the objects across all pages" +msgstr "Klikk her for å velje objekt på tvers av alle sider" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Velg alle %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Nullstill utval" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modellar i %(name)s-applikasjonen" + +msgid "Add" +msgstr "Opprett" + +msgid "View" +msgstr "Sjå" + +msgid "You don’t have permission to view or edit anything." +msgstr "Du har ikkje løyve til å sjå eller redigere noko." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Skriv først inn brukernamn og passord. Deretter vil du få høve til å endre " +"fleire brukarinnstillingar." + +msgid "Enter a username and password." +msgstr "Skriv inn nytt brukarnamn og passord." + +msgid "Change password" +msgstr "Endre passord" + +msgid "Please correct the error below." +msgstr "Korriger feilen under." + +msgid "Please correct the errors below." +msgstr "Korriger feila under." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Skriv inn eit nytt passord for brukaren %(username)s." + +msgid "Welcome," +msgstr "Velkommen," + +msgid "View site" +msgstr "Vis nettstad" + +msgid "Documentation" +msgstr "Dokumentasjon" + +msgid "Log out" +msgstr "Logg ut" + +#, python-format +msgid "Add %(name)s" +msgstr "Opprett %(name)s" + +msgid "History" +msgstr "Historikk" + +msgid "View on site" +msgstr "Vis på nettstad" + +msgid "Filter" +msgstr "Filtrering" + +msgid "Clear all filters" +msgstr "Fjern alle filter" + +msgid "Remove from sorting" +msgstr "Fjern frå sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringspriorite: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Slår av eller på sortering" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Dersom du slettar %(object_name)s '%(escaped_object)s', vil også slette " +"relaterte objekt, men du har ikkje løyve til å slette følgande objekttypar:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Sletting av %(object_name)s '%(escaped_object)s' krevar sletting av " +"følgjande beskytta relaterte objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Er du sikker på at du vil slette %(object_name)s \"%(escaped_object)s\"? " +"Alle dei følgjande relaterte objekta vil bli sletta:" + +msgid "Objects" +msgstr "Objekt" + +msgid "Yes, I’m sure" +msgstr "Ja, eg er sikker" + +msgid "No, take me back" +msgstr "Nei, ta meg attende" + +msgid "Delete multiple objects" +msgstr "Slett fleire objekt" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Sletting av %(objects_name)s vil føre til at relaterte objekt blir sletta, " +"men kontoen din manglar løyve til å slette følgjande objekttypar:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Sletting av %(objects_name)s krevar sletting av følgjande beskytta relaterte " +"objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Er du sikker på at du vil slette dei valgte objekta %(objects_name)s? " +"Følgjande objekt og deira relaterte objekt vil bli sletta:" + +msgid "Delete?" +msgstr "Slette?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Etter %(filter_title)s " + +msgid "Summary" +msgstr "Oppsummering" + +msgid "Recent actions" +msgstr "Siste handlingar" + +msgid "My actions" +msgstr "Mine handlingar" + +msgid "None available" +msgstr "Ingen tilgjengelege" + +msgid "Unknown content" +msgstr "Ukjent innhald" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Noko er gale med databaseinstallasjonen din. Syt for at databasetabellane er " +"oppretta og at brukaren har dei naudsynte løyve." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du er stadfesta som %(username)s, men er ikkje autentisert til å få tilgang " +"til denne sida. Ynskjer du å logge inn med ein annan konto?" + +msgid "Forgotten your password or username?" +msgstr "Gløymd brukarnamn eller passord?" + +msgid "Toggle navigation" +msgstr "Veksl navigasjon" + +msgid "Start typing to filter…" +msgstr "Begynn å skrive for å filtrere..." + +msgid "Filter navigation items" +msgstr "Filtrer navigasjonselement" + +msgid "Date/time" +msgstr "Dato/tid" + +msgid "User" +msgstr "Brukar" + +msgid "Action" +msgstr "Handling" + +msgid "entry" +msgstr "" + +msgid "entries" +msgstr "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Dette objektet har ingen endringshistorikk. Det blei sannsynlegvis ikkje " +"oppretta av denne administratoren. " + +msgid "Show all" +msgstr "Vis alle" + +msgid "Save" +msgstr "Lagre" + +msgid "Popup closing…" +msgstr "Lukkar popup…" + +msgid "Search" +msgstr "Søk" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultat" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totalt" + +msgid "Save as new" +msgstr "Lagre som ny" + +msgid "Save and add another" +msgstr "Lagre og opprett ny" + +msgid "Save and continue editing" +msgstr "Lagre og hald fram å redigere" + +msgid "Save and view" +msgstr "Lagre og sjå" + +msgid "Close" +msgstr "Lukk" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Endre valt %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Opprett ny %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Slett valde %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Takk for at du brukte litt kvalitetstid på nettsida i dag. " + +msgid "Log in again" +msgstr "Logg inn att" + +msgid "Password change" +msgstr "Endre passord" + +msgid "Your password was changed." +msgstr "Passordet ditt vart endret." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Av sikkerheitsgrunnar må du oppgje det gamle passordet ditt. Oppgje så det " +"nye passordet ditt to gongar, sånn at vi kan kontrollere at det er korrekt." + +msgid "Change my password" +msgstr "Endre passord" + +msgid "Password reset" +msgstr "Nullstill passord" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Passordet ditt er sett. Du kan logge inn." + +msgid "Password reset confirmation" +msgstr "Stadfesting på nullstilt passord" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Oppgje det nye passordet ditt to gonger, for å sikre at du oppgjev det " +"korrekt." + +msgid "New password:" +msgstr "Nytt passord:" + +msgid "Confirm password:" +msgstr "Gjenta nytt passord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Nullstillingslinken er ugyldig, kanskje fordi den allereie har vore brukt. " +"Nullstill passordet ditt på nytt." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Dersom det eksisterer ein brukarkonto med e-postadressa du skreiv inn vil " +"det bli sendt ein e-post med instruksjonar for å nullstille passordet til " +"den e-postadressa. Du burde motta den snart. " + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Om du ikkje mottar ein e-post, ver vennleg og sørg for at du skreiv inn e-" +"postadressa du er registrert med og sjekk spam-filteret. " + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du får denne e-posten fordi du har bedt om å nullstille passordet for " +"brukarkontoen din på %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Gå til følgjande side og velg eit nytt passord:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Brukarnamnet ditt, i tilfelle du har gløymt det:" + +msgid "Thanks for using our site!" +msgstr "Takk for at du brukar sida vår!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Helsing %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Gløymt passordet ditt? Oppgje e-postadressa di under, så sender me deg ein e-" +"post med instruksjonar for nullstilling av passord." + +msgid "Email address:" +msgstr "E-postadresse:" + +msgid "Reset my password" +msgstr "Nullstill passordet" + +msgid "All dates" +msgstr "Alle datoar" + +#, python-format +msgid "Select %s" +msgstr "Velg %s" + +#, python-format +msgid "Select %s to change" +msgstr "Velg %s du ønskar å redigere" + +#, python-format +msgid "Select %s to view" +msgstr "Velg %s du ønskar å sjå" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Oppslag" + +msgid "Currently:" +msgstr "Noverande:" + +msgid "Change:" +msgstr "Endre:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..d94421cf9de32e00d1a0220ae894f22f0902ca9b GIT binary patch literal 4939 zcmbuDUyK_^9mfZ7p~#zF%Kv_wIESZ+Dag*3WW012VSZ8BWNYy1tcUS5E7L@LPDw#FQ`0$`2KdsKA&SH zkvj71XXpQKfAgE){O;a7SbB*eJ&t^c^1B(kOf2DnboDmI9s$1wz88GW@fRR|?ANaR zTksB)|KQ4hb^Hf-C+h#@_+Q5Zm~0O9_k-^T9|9i$eef8#4c-oBj$Z}wW6$70qCE$` z4}8IuzvuXU5KFLY;CsMVL7L}BuKma0=TZI{*Z}XvB-GvoslNqj-Ya;Z3%d%EoX>zH z=eI#x|7Gw+@CV@Y;3_7eb$L%Mi?L_HGRkjZ6Y2X7eW2h`#|4n|0 z8s~wu?hH$1O(;WsCH13Fg3#y7y&}bWe781o;!lPy_oE@?m5j`9Wmb|IZ+k zJ$lHbPfAclZmaZ8dtX6bKqmX71d|=7$K4z40VT2#N@S~?UR)v{b^@99auxX$GVSLm zVf)yl$aFS8?JBVa3}(gVU3m>WiTrU_rgKTQOZ!9VlgN)DuTTMr_Lma*NlHt|WDCcU zk0FzNm67Rul8>VV^%iMY2QqST0ziISZx#rfD&s(i9IYIV8Qyp>PK zMI57=3(GZD@!7_x-N;1uW!{di#pu0mo3bU7rZlW7nfkwKwJ1`b?$iOT+1N{MmgW z`mJ~7P1%W5a7)w9?%FTDdRq_JPRnZ2z{Olq4x}$umpxnbt9Q_`(TP%ypY2ErUxJ><-LXG!%Pa5sk| z@9o^mc%TQx7tPcsyDU@KB27n@)e*4c(TRl8xMeOJ9&4R%KwHCFq3N?wbY?Av8-X%aVqt2j zlQcz}e`E2`iSHLL#n^!A%veC^Sf7 z?@&9Os@;ZPCEr=X%T$x|DJ5{KW$aT*cw<^YZ_>iZdDTQP^ip-QuBH{$)h6re!e(?N zO7(rUS>AJBU89qklzKKMdp0t8edW_KP(}6A?1Is|xb(cOz`G<(iW64h!7h%Gp1UY} z+E}lahEd>sHVad)p(}ju!j5-Q_9N=*(QQ`YE9I4CZyCQbUpY}(dF0_T(%gBGTCZV* zN@HQQsqlJ)Tfy?3IJF``vkEg2O0OYBQsLX$3}hI={I-Wmo3zUpI@b0oOG|^nz_&C_ z)RtHLmQI!m`9_G{L`zC7EzZ@pYG?MoWZ5szZNN6Af+%oJ6>jAfyVQ$Cq)yXmG^w;} zPc^FEsl9%*R$ChHjB4os{<*?WH6uF~xWbj1yAWqa#9mdKBt=CpFQ#iNr+M+ZwxIZt zHNL!fdTty|i2gXz=!&-fxyvTR?Q(L8Z(QSj8Se_ZAoGhp6^V_4 zDD>IBPVHT3lmfwtiHu{Nc_~4Q@pb%TdTc(E, 2011 +# Jannis Leidel , 2011 +# Sivert Olstad, 2021 +# velmont , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-10 23:27+0000\n" +"Last-Translator: Sivert Olstad\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tilgjengelege %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dette er lista over tilgjengelege %s. Du kan velja nokon ved å markera dei i " +"boksen under og so klikka på «Velg»-pila mellom dei to boksane." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i dette feltet for å filtrera ned lista av tilgjengelege %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Velg alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikk for å velja alle %s samtidig." + +msgid "Choose" +msgstr "Vel" + +msgid "Remove" +msgstr "Slett" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valde %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Dette er lista over valte %s. Du kan fjerna nokon ved å markera dei i boksen " +"under og so klikka på «Fjern»-pila mellom dei to boksane." + +msgid "Remove all" +msgstr "Fjern alle" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikk for å fjerna alle valte %s samtidig." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s av %(cnt)s vald" +msgstr[1] "%(sel)s av %(cnt)s valde" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Det er endringar som ikkje er lagra i individuelt redigerbare felt. " +"Endringar som ikkje er lagra vil gå tapt." + +msgid "" +"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." +msgstr "" +"Du har vald ei handling, men du har framleis ikkje lagra endringar for " +"individuelle felt. Klikk OK for å lagre. Du må gjere handlinga på nytt." + +msgid "" +"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." +msgstr "" +"Du har vald ei handling og du har ikkje gjort endringar i individuelle felt. " +"Du ser sannsynlegvis etter Gå vidare-knappen - ikkje Lagre-knappen." + +msgid "Now" +msgstr "No" + +msgid "Midnight" +msgstr "Midnatt" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "12:00" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Merk: Du er %s time framanfor tjenar-tid." +msgstr[1] "Merk: Du er %s timar framanfor tjenar-tid." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Merk: Du er %s time bak tjenar-tid." +msgstr[1] "Merk: Du er %s timar bak tjenar-tid." + +msgid "Choose a Time" +msgstr "Velg eit klokkeslett" + +msgid "Choose a time" +msgstr "Velg eit klokkeslett" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Velg ein dato" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgon" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Des" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "O" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" + +msgid "Show" +msgstr "Vis" + +msgid "Hide" +msgstr "Skjul" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dbf509f59e4f8bed8737727995a50431dd2ef9ea GIT binary patch literal 14978 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 VdVh!@q;d}TP6&g2vR9Mle*x&7ET8}Y literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po new file mode 100644 index 00000000000..aae9d9c22d4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,665 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s хафт ӕрцыдысты." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Нӕ уайы схафын %(name)s" + +msgid "Are you sure?" +msgstr "Ӕцӕг дӕ фӕнды?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Схафын ӕвзӕрст %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Иууылдӕр" + +msgid "Yes" +msgstr "О" + +msgid "No" +msgstr "Нӕ" + +msgid "Unknown" +msgstr "Ӕнӕбӕрӕг" + +msgid "Any date" +msgstr "Цыфӕнды бон" + +msgid "Today" +msgstr "Абон" + +msgid "Past 7 days" +msgstr "Фӕстаг 7 бон" + +msgid "This month" +msgstr "Ацы мӕй" + +msgid "This year" +msgstr "Ацы аз" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Дӕ хорзӕхӕй, раст кусӕджы аккаунты %(username)s ӕмӕ пароль бафысс. Дӕ сӕры " +"дар уый, ӕмӕ дыууӕ дӕр гӕнӕн ис стыр ӕмӕ гыццыл дамгъӕ ӕвзарой." + +msgid "Action:" +msgstr "Ми:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Бафтауын ӕндӕр %(verbose_name)s" + +msgid "Remove" +msgstr "Схафын" + +msgid "action time" +msgstr "мийы рӕстӕг" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "объекты бӕрӕггӕнӕн" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "объекты хуыз" + +msgid "action flag" +msgstr "мийы флаг" + +msgid "change message" +msgstr "фыстӕг фӕивын" + +msgid "log entry" +msgstr "логы иуӕг" + +msgid "log entries" +msgstr "логы иуӕгтӕ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Ӕфтыд ӕрцыд \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Ивд ӕрцыд \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Хафт ӕрцыд \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "ЛогыИуӕг Объект" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ӕмӕ" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ивд бынат нӕй." + +msgid "None" +msgstr "Никӕцы" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Иуӕгтӕ хъуамӕ ӕвзӕрст уой, цӕмӕй цын исты ми бакӕнай. Ницы иуӕг ӕрцыд ивд." + +msgid "No action selected." +msgstr "Ницы ми у ӕвзӕрст." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" хафт ӕрцыд." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Бафтауын %s" + +#, python-format +msgid "Change %s" +msgstr "Фӕивын %s" + +msgid "Database error" +msgstr "Бӕрӕгдоны рӕдыд" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ивд ӕрцыд." +msgstr[1] "%(count)s %(name)s ивд ӕрцыдысты." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s у ӕвзӕрст" +msgstr[1] "%(total_count)s дӕр иууылдӕр сты ӕвзӕрст" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s-ӕй 0 у ӕвзӕрст" + +#, python-format +msgid "Change history: %s" +msgstr "Ивынты истори: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django сайты админ" + +msgid "Django administration" +msgstr "Django администраци" + +msgid "Site administration" +msgstr "Сайты администраци" + +msgid "Log in" +msgstr "Бахизын" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Фарс нӕ зыны" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Хатыр, фӕлӕ домд фарс нӕ зыны." + +msgid "Home" +msgstr "Хӕдзар" + +msgid "Server error" +msgstr "Серверы рӕдыд" + +msgid "Server error (500)" +msgstr "Серверы рӕдыд (500)" + +msgid "Server Error (500)" +msgstr "Серверы Рӕдыд (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Рӕдыд разынд. Уый тыххӕй сайты администратормӕ электрон фыстӕг ӕрвыст ӕрцыд " +"ӕмӕ йӕ тагъд сраст кӕндзысты. Бузныг кӕй лӕууыс." + +msgid "Run the selected action" +msgstr "Бакӕнын ӕвзӕрст ми" + +msgid "Go" +msgstr "Бацӕуын" + +msgid "Click here to select the objects across all pages" +msgstr "Ам ныххӕц цӕмӕй алы фарсы объекттӕ равзарын" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Равзарын %(total_count)s %(module_name)s иууылдӕр" + +msgid "Clear selection" +msgstr "Ӕвзӕрст асыгъдӕг кӕнын" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Фыццаг бафысс фӕсномыг ӕмӕ пароль. Стӕй дӕ бон уыдзӕн фылдӕр архайӕджы " +"фадӕттӕ ивын." + +msgid "Enter a username and password." +msgstr "Бафысс фӕсномыг ӕмӕ пароль." + +msgid "Change password" +msgstr "Пароль фӕивын" + +msgid "Please correct the error below." +msgstr "Дӕ хорзӕхӕй, бындӕр цы рӕдыдтытӕ ис, уыдон сраст кӕн." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Бафысс ног пароль архайӕг %(username)s-ӕн." + +msgid "Welcome," +msgstr "Ӕгас цу," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Документаци" + +msgid "Log out" +msgstr "Рахизын" + +#, python-format +msgid "Add %(name)s" +msgstr "Бафтауын %(name)s" + +msgid "History" +msgstr "Истори" + +msgid "View on site" +msgstr "Сайты фенын" + +msgid "Filter" +msgstr "Фӕрсудзӕн" + +msgid "Remove from sorting" +msgstr "Радӕй айсын" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Рады приоритет: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Рад аивын" + +msgid "Delete" +msgstr "Схафын" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' хафыны тыххӕй баст объекттӕ дӕр хафт " +"ӕрцӕудзысты, фӕлӕ дӕ аккаунтӕн нӕй бар ацы объекты хуызтӕ хафын:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' хафын домы ацы хъахъхъӕд баст объекттӕ " +"хафын дӕр:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ӕцӕг дӕ фӕнды %(object_name)s \"%(escaped_object)s\" схафын? Ацы баст иуӕгтӕ " +"иууылдӕр хафт ӕрцӕудзысты:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "О, ӕцӕг мӕ фӕнды" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Цалдӕр объекты схафын" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Ӕвзӕрст %(objects_name)s хафыны тыххӕй йемӕ баст объекттӕ дӕр схафт " +"уыдзысты, фӕлӕ дӕ аккаунтӕн нӕй бар ацы объекты хуызтӕ хафын:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Ӕвзӕрст %(objects_name)s хафын домы ацы хъахъхъӕд баст объекттӕ хафын дӕр:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ӕцӕг дӕ фӕнды ӕвзӕрст %(objects_name)s схафын? ацы объекттӕ иууылдӕр, ӕмӕ " +"семӕ баст иуӕгтӕ хафт ӕрцӕудзысты:" + +msgid "Change" +msgstr "Фӕивын" + +msgid "Delete?" +msgstr "Хъӕуы схафын?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s-мӕ гӕсгӕ" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Моделтӕ %(name)s ӕфтуаны" + +msgid "Add" +msgstr "Бафтауын" + +msgid "You don't have permission to edit anything." +msgstr "Нӕй дын бар исты ивын." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ницы ис" + +msgid "Unknown content" +msgstr "Ӕнӕбӕрӕг мидис" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Дӕ бӕрӕгдоны цыдӕр раст ӕвӕрд нӕу. Сбӕрӕг кӕн, хъӕугӕ бӕрӕгдоны таблицӕтӕ " +"конд кӕй сты ӕмӕ амынд архайӕгӕн бӕрӕгдон фӕрсыны бар кӕй ис, уый." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Дӕ пароль кӕнӕ дӕ фӕсномыг ферох кодтай?" + +msgid "Date/time" +msgstr "Бон/рӕстӕг" + +msgid "User" +msgstr "Архайӕг" + +msgid "Action" +msgstr "Ми" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "Ацы объектӕн ивдтыты истори нӕй. Уӕццӕгӕн ацы админӕй ӕфтыд нӕ уыд." + +msgid "Show all" +msgstr "Иууылдӕр равдисын" + +msgid "Save" +msgstr "Нывӕрын" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Агурын" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s фӕстиуӕг" +msgstr[1] "%(counter)s фӕстиуӕджы" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s иумӕ" + +msgid "Save as new" +msgstr "Нывӕрын куыд ног" + +msgid "Save and add another" +msgstr "Нывӕрын ӕмӕ ног бафтауын" + +msgid "Save and continue editing" +msgstr "Нывӕрын ӕмӕ дарддӕр ивын" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Бузныг дӕ рӕстӕг абон ацы веб сайтимӕ кӕй арвыстай." + +msgid "Log in again" +msgstr "Ногӕй бахизын" + +msgid "Password change" +msgstr "Пароль ивын" + +msgid "Your password was changed." +msgstr "Дӕ пароль ивд ӕрцыд." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Дӕ хорзӕхӕй, ӕдасдзинады тыххӕй, бафысс дӕ зӕронд пароль ӕмӕ стӕй та дыууӕ " +"хатт дӕ нӕуӕг пароль, цӕмӕй мах сбӕлвырд кӕнӕм раст ӕй кӕй ныффыстай, уый." + +msgid "Change my password" +msgstr "Мӕ пароль фӕивын" + +msgid "Password reset" +msgstr "Пароль рацаразын" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Дӕ пароль ӕвӕрд ӕрцыд. Дӕ бон у дарддӕр ацӕуын ӕмӕ бахизын." + +msgid "Password reset confirmation" +msgstr "Пароль ӕвӕрыны бӕлвырдгӕнӕн" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Дӕ хорзӕхӕй, дӕ ног пароль дыууӕ хатт бафысс, цӕмӕй мах сбӕрӕг кӕнӕм раст ӕй " +"кӕй ныффыстай, уый." + +msgid "New password:" +msgstr "Ног пароль:" + +msgid "Confirm password:" +msgstr "Бӕлвырд пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Парол ӕвӕрыны ӕрвитӕн раст нӕ уыд. Уӕццӕгӕн уый тыххӕй, ӕмӕ нырид пайдагонд " +"ӕрцыд. Дӕ хорзӕхӕй, ӕрдом ног пароль ӕвӕрын." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Кӕд ницы фыстӕг райстай, уӕд, дӕ хорзӕхӕй, сбӕрӕг кӕн цы электрон постимӕ " +"срегистраци кодтай, уый бацамыдтай, ӕви нӕ, ӕмӕ абӕрӕг кӕн дӕ спамтӕ." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ды райстай ацы фыстӕг, уымӕн ӕмӕ %(site_name)s-ы дӕ архайӕджы аккаунтӕн " +"пароль сӕвӕрын ӕрдомдтай." + +msgid "Please go to the following page and choose a new password:" +msgstr "Дӕ хорзӕхӕй, ацу ацы фарсмӕ ӕмӕ равзар дӕ ног пароль:" + +msgid "Your username, in case you've forgotten:" +msgstr "Дӕ фӕсномыг, кӕд дӕ ферох ис:" + +msgid "Thanks for using our site!" +msgstr "Бузныг нӕ сайтӕй нын кӕй пайда кӕныс!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s-ы бал" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ферох дӕ ис дӕ пароль? Дӕ пароль бындӕр бафысс, ӕмӕ дӕм мах email-ӕй ног " +"пароль сывӕрыны амынд арвитдзыстӕм." + +msgid "Email address:" +msgstr "Email адрис:" + +msgid "Reset my password" +msgstr "Мӕ пароль ногӕй сӕвӕрын" + +msgid "All dates" +msgstr "Бонтӕ иууылдӕр" + +#, python-format +msgid "Select %s" +msgstr "Равзарын %s" + +#, python-format +msgid "Select %s to change" +msgstr "Равзарын %s ивынӕн" + +msgid "Date:" +msgstr "Бон:" + +msgid "Time:" +msgstr "Рӕстӕг:" + +msgid "Lookup" +msgstr "Акӕсын" + +msgid "Currently:" +msgstr "Нырыккон:" + +msgid "Change:" +msgstr "Ивд:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7af0f7931e4e5d102314e82d76aeba18447da8ba GIT binary patch literal 3806 zcmbtVTWl0n7#~@cvcw19e3`KiMng=9#z$X#GBMHbKWFw<3L4#X_S-q2YO;19ri zfxiHs0saPj4!GtH6=y4O72bCO?*ZG6Cjqd^X;{9njlYb6hREGdQ2z)of4}cr+ z{weTTUPk^N3IUwmXAMJk!TnAo1 z1HZ@m9|(fbTDV&I{Rn&u@7IB}z6(LV2JQ!LfZuA6FXO#^jiylx0kR&LOFjUZmymR$ z7{rf0597I8{%Zb0>m=v(z$frfeUMXo6wi}**5RQKTA@9Fhje)i4@!_VKMtf1&6w8O z=5f2-Vdjy(hf@B2q=VhXb8)xAO(%cp$W;$6~aae}fM|P}5snWts*M(7<`y~z=%I=p0gFE+( z6-m_!t}}|{_@9iFF#p6zWX(}6CGvuJYpKx!N6BcJPx?{S_??ptU|CU86|JbJc9?r; z6NMvXhfFlII%*J&nHk>_&K9ZPXk_4Q^3j4UI`2>)OlOc|R2?wLTEkYhXxhll?W`xY z+2nFoa77yPILd4xr1&}EN|pCQ%BYV8j}!dGO5Aid!QG zHEtlsM!9dW0h^m1S5v|IUnAYfUopqvI~=jF=yKgHDrQQO22w>wrCeDGp0#{=7OR@< z%SpNvu0deQcX_0e1qx{#1>yOIHsFe*xC8WkS^Z7!dgx1%WsgFB5j)5W!u9n&Z_vu> zFBbL~qH}Y+GaiSbevl7a6tix( zO^@%;6FXRa&qED z_&9?_bCByPZswD$-}AU{Wmwyg?-!CC9i>vq@F}8|<0D2!89?x$kp>kYLC9XZb!Lt+|_qG8Ii?JkYwA_ zmS3ZpWWtLL*hSa0^*zGPdr9UL|u%a?iem)c|+?Jw>b|$ImH0$WI1kvZeAq3@%}T3InYx!TDez9Ea63eFyUmi`cqK4wQUM z3uf!Vn_gBbSc*E2oQSP7Y}8y2Cs1urLHH|D^b6tfplq<<)Y1%7Sy?#A$hj&csn4he zIFd%;B*-peVGct)=kn(akNj4~^NlayUp2(=CkmYfy&V;0c5LaXlR69xGZ#0NB zs<4)*zS@km=*Wo(R0v6b0eKdyT!Koy*NUWMUq)Zi3#t?z&8@ttLbFs>Qd-s< z1!dVgVvXY^uLnwfkuGjZgISY(q}o+enmY_uXAp~`R81*6t{mL^GLXDa)KOJUCaO12 SA5H~d%A0gb-BT*6q5TcX$#mra literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..ec6c9c4591e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Уӕвӕг %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Уӕвӕг %s-ты номхыгъд. Дӕ бон у искӕцытӕ дзы рауӕлдай кӕнай, куы сӕ равзарай " +"бындӕр къӕртты ӕмӕ дыууӕ къӕртты ӕхсӕн \"Равзарын\"-ы ӕгънӕгыл куы ныххӕцай, " +"уӕд." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Бафысс ацы къӕртты, уӕвӕг %s-ты номхыгъд фӕрсудзынӕн." + +msgid "Filter" +msgstr "Фӕрсудзӕн" + +msgid "Choose all" +msgstr "Равзарын алкӕцыдӕр" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Ныххӕц, алы %s равзарынӕн." + +msgid "Choose" +msgstr "Равзарын" + +msgid "Remove" +msgstr "Схафын" + +#, javascript-format +msgid "Chosen %s" +msgstr "Ӕвзӕрст %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ай у ӕвзӕрст %s-ты номхыгъд. Сӕ хафынӕн сӕ дӕ бон у бындӕр къӕртты равзарын " +"ӕмӕ дыууӕ ӕгънӕджы ӕхсӕн \"Схфын\"-ыл ныххӕцын." + +msgid "Remove all" +msgstr "Схафын алкӕцыдӕр" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Ныххӕц, алы ӕвзӕрст %s схафынӕн." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-ӕй %(sel)s ӕвзӕрст" +msgstr[1] "%(cnt)s-ӕй %(sel)s ӕвзӕрст" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Ӕнӕвӕрд ивдтытӕ баззадысты ивыны бынӕтты. Кӕд исты ми саразай, уӕд дӕ " +"ӕнӕвӕрд ивдтытӕ фесӕфдзысты." + +msgid "" +"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." +msgstr "" +"Ды равзӕрстай цыдӕр ми, фӕлӕ ивӕн бынӕтты цы фӕивтай, уыдон нӕ бавӕрдтай. Дӕ " +"хорзӕхӕй, ныххӕц Хорзыл цӕмӕй бавӕрд уой. Стӕй дын хъӕудзӕн ацы ми ногӕй " +"бакӕнын." + +msgid "" +"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." +msgstr "" +"Ды равзӕртай цыдӕр ми, фӕлӕ ивӕн бынӕтты ницы баивтай. Уӕццӕгӕн дӕ Ацӕуыны " +"ӕгънӕг хъӕуы, Бавӕрыны нӕ фӕлӕ." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Ныр" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Рӕстӕг равзарын" + +msgid "Midnight" +msgstr "Ӕмбисӕхсӕв" + +msgid "6 a.m." +msgstr "6 ӕ.р." + +msgid "Noon" +msgstr "Ӕмбисбон" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Раздӕхын" + +msgid "Today" +msgstr "Абон" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Знон" + +msgid "Tomorrow" +msgstr "Сом" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Равдисын" + +msgid "Hide" +msgstr "Айсын" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e25e29a7fd1b85e2f9f8d3837c051fa84d9d9c19 GIT binary patch literal 8629 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 00000000000..00418938349 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po @@ -0,0 +1,706 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# A S Alam, 2018 +# A S Alam, 2022 +# Jannis Leidel , 2011 +# Satnam S Virdi , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-01-17 02:13-0600\n" +"PO-Revision-Date: 2023-04-25 07:05+0000\n" +"Last-Translator: A S Alam, 2022\n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "ਚੁਣੇ %(verbose_name_plural)s ਹਟਾਓ" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s ਠੀਕ ਤਰ੍ਹਾਂ ਹਟਾਈਆਂ ਗਈਆਂ।" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ" + +msgid "Are you sure?" +msgstr "ਕੀ ਤੁਸੀਂ ਇਹ ਚਾਹੁੰਦੇ ਹੋ?" + +msgid "Administration" +msgstr "ਪ੍ਰਸ਼ਾਸਨ" + +msgid "All" +msgstr "ਸਭ" + +msgid "Yes" +msgstr "ਹਾਂ" + +msgid "No" +msgstr "ਨਹੀਂ" + +msgid "Unknown" +msgstr "ਅਣਜਾਣ" + +msgid "Any date" +msgstr "ਕੋਈ ਵੀ ਮਿਤੀ" + +msgid "Today" +msgstr "ਅੱਜ" + +msgid "Past 7 days" +msgstr "ਪਿਛਲੇ ੭ ਦਿਨ" + +msgid "This month" +msgstr "ਇਹ ਮਹੀਨੇ" + +msgid "This year" +msgstr "ਇਹ ਸਾਲ" + +msgid "No date" +msgstr "ਕੋਈ ਮਿਤੀ ਨਹੀਂ" + +msgid "Has date" +msgstr "ਮਿਤੀ ਹੈ" + +msgid "Empty" +msgstr "ਖਾਲੀ" + +msgid "Not empty" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "ਕਾਰਵਾਈ:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s ਹੋਰ ਸ਼ਾਮਲ" + +msgid "Remove" +msgstr "ਹਟਾਓ" + +msgid "Addition" +msgstr "" + +msgid "Change" +msgstr "ਬਦਲੋ" + +msgid "Deletion" +msgstr "" + +msgid "action time" +msgstr "ਕਾਰਵਾਈ ਸਮਾਂ" + +msgid "user" +msgstr "ਵਰਤੋਂਕਾਰ" + +msgid "content type" +msgstr "ਸਮੱਗਰੀ ਕਿਸਮ" + +msgid "object id" +msgstr "ਆਬਜੈਕਟ id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "ਆਬਜੈਕਟ repr" + +msgid "action flag" +msgstr "ਕਾਰਵਾਈ ਫਲੈਗ" + +msgid "change message" +msgstr "ਸੁਨੇਹਾ ਬਦਲੋ" + +msgid "log entry" +msgstr "ਲਾਗ ਐਂਟਰੀ" + +msgid "log entries" +msgstr "ਲਾਗ ਐਂਟਰੀਆਂ" + +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ਅਤੇ" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "ਕੋਈ ਖੇਤਰ ਨਹੀਂ ਬਦਲਿਆ।" + +msgid "None" +msgstr "ਕੋਈ ਨਹੀਂ" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "ਕੋਈ ਕਾਰਵਾਈ ਨਹੀਂ ਚੁਣੀ ਗਈ।" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ਸ਼ਾਮਲ" + +#, python-format +msgid "Change %s" +msgstr "%s ਬਦਲੋ" + +#, python-format +msgid "View %s" +msgstr "%s ਵੇਖੋ" + +msgid "Database error" +msgstr "ਡਾਟਾਬੇਸ ਗਲਤੀ" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ।" +msgstr[1] "%(count)s %(name)s ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲੇ ਗਏ ਹਨ।" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ਚੁਣਿਆ।" +msgstr[1] "%(total_count)s ਚੁਣੇ" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "ਅਤੀਤ ਬਦਲੋ: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ਡੀਜਾਂਗੋ ਸਾਈਟ ਐਡਮਿਨ" + +msgid "Django administration" +msgstr "ਡੀਜਾਂਗੋ ਪਰਸ਼ਾਸ਼ਨ" + +msgid "Site administration" +msgstr "ਸਾਈਟ ਪਰਬੰਧ" + +msgid "Log in" +msgstr "ਲਾਗ ਇਨ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ਸਫ਼ਾ ਨਹੀਂ ਲੱਭਿਆ" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "ਘਰ" + +msgid "Server error" +msgstr "ਸਰਵਰ ਗਲਤੀ" + +msgid "Server error (500)" +msgstr "ਸਰਵਰ ਗਲਤੀ (500)" + +msgid "Server Error (500)" +msgstr "ਸਰਵਰ ਗਲਤੀ (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "ਚੁਣੀ ਕਾਰਵਾਈ ਕਰੋ" + +msgid "Go" +msgstr "ਜਾਓ" + +msgid "Click here to select the objects across all pages" +msgstr "ਸਭ ਸਫ਼ਿਆਂ ਵਿੱਚੋਂ ਆਬਜੈਕਟ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "ਸਭ %(total_count)s %(module_name)s ਚੁਣੋ" + +msgid "Clear selection" +msgstr "ਚੋਣ ਸਾਫ਼ ਕਰੋ" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ਸ਼ਾਮਲ" + +msgid "View" +msgstr "" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ਯੂਜ਼ਰ %(username)s ਲਈ ਨਵਾਂ ਪਾਸਵਰਡ ਦਿਓ।" + +msgid "Skip to main content" +msgstr "" + +msgid "Welcome," +msgstr "ਜੀ ਆਇਆਂ ਨੂੰ, " + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ਡੌਕੂਮੈਂਟੇਸ਼ਨ" + +msgid "Log out" +msgstr "ਲਾਗ ਆਉਟ" + +msgid "Breadcrumbs" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ਸ਼ਾਮਲ" + +msgid "History" +msgstr "ਅਤੀਤ" + +msgid "View on site" +msgstr "ਸਾਈਟ ਉੱਤੇ ਜਾਓ" + +msgid "Filter" +msgstr "ਫਿਲਟਰ" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Toggle theme (current theme: auto)" +msgstr "" + +msgid "Toggle theme (current theme: light)" +msgstr "" + +msgid "Toggle theme (current theme: dark)" +msgstr "" + +msgid "Delete" +msgstr "ਹਟਾਓ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "ਕਈ ਆਬਜੈਕਟ ਹਟਾਓ" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Delete?" +msgstr "ਹਟਾਉਣਾ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s ਵਲੋਂ " + +msgid "Summary" +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ਕੋਈ ਉਪਲੱਬਧ ਨਹੀਂ" + +msgid "Unknown content" +msgstr "ਅਣਜਾਣ ਸਮੱਗਰੀ" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Toggle navigation" +msgstr "" + +msgid "Sidebar" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "ਮਿਤੀ/ਸਮਾਂ" + +msgid "User" +msgstr "ਯੂਜ਼ਰ" + +msgid "Action" +msgstr "ਕਾਰਵਾਈ" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "ਸਭ ਵੇਖੋ" + +msgid "Save" +msgstr "ਸੰਭਾਲੋ" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "ਖੋਜ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ਕੁੱਲ" + +msgid "Save as new" +msgstr "ਨਵੇਂ ਵਜੋਂ ਵੇਖੋ" + +msgid "Save and add another" +msgstr "ਸੰਭਾਲੋ ਤੇ ਹੋਰ ਸ਼ਾਮਲ" + +msgid "Save and continue editing" +msgstr "ਸੰਭਾਲੋ ਤੇ ਸੋਧਣਾ ਜਾਰੀ ਰੱਖੋ" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "ਫੇਰ ਲਾਗਇਨ ਕਰੋ" + +msgid "Password change" +msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" + +msgid "Your password was changed." +msgstr "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਬਦਲਿਆ ਗਿਆ ਹੈ।" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "ਮੇਰਾ ਪਾਸਵਰਡ ਬਦਲੋ" + +msgid "Password reset" +msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਸੈੱਟ ਕੀਤਾ ਗਿਆ ਹੈ। ਤੁਸੀਂ ਜਾਰੀ ਰੱਖ ਕੇ ਹੁਣੇ ਲਾਗਇਨ ਕਰ ਸਕਦੇ ਹੋ।" + +msgid "Password reset confirmation" +msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰਨ ਪੁਸ਼ਟੀ" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"ਆਪਣਾ ਨਵਾਂ ਪਾਸਵਰਡ ਦੋ ਵਾਰ ਦਿਉ ਤਾਂ ਕਿ ਅਸੀਂ ਜਾਂਚ ਕਰ ਸਕੀਏ ਕਿ ਤੁਸੀਂ ਠੀਕ ਤਰ੍ਹਾਂ ਲਿਖਿਆ ਹੈ।" + +msgid "New password:" +msgstr "ਨਵਾਂ ਪਾਸਵਰਡ:" + +msgid "Confirm password:" +msgstr "ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"ਪਾਸਵਰਡ ਰੀ-ਸੈੱਟ ਲਿੰਕ ਗਲਤ ਹੈ, ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਇਹ ਪਹਿਲਾਂ ਹੀ ਵਰਤਿਆ ਜਾ ਚੁੱਕਾ ਹੈ। ਨਵਾਂ ਪਾਸਵਰਡ ਰੀ-" +"ਸੈੱਟ ਲਈ ਬੇਨਤੀ ਭੇਜੋ ਜੀ।" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "ਅੱਗੇ ਦਿੱਤੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਉ ਤੇ ਨਵਾਂ ਪਾਸਵਰਡ ਚੁਣੋ:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "ਸਾਡੀ ਸਾਈਟ ਵਰਤਣ ਲਈ ਧੰਨਵਾਦ ਜੀ!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ਟੀਮ" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "ਮੇਰਾ ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰੋ" + +msgid "All dates" +msgstr "ਸਭ ਮਿਤੀਆਂ" + +#, python-format +msgid "Select %s" +msgstr "%s ਚੁਣੋ" + +#, python-format +msgid "Select %s to change" +msgstr "ਬਦਲਣ ਲਈ %s ਚੁਣੋ" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "ਮਿਤੀ:" + +msgid "Time:" +msgstr "ਸਮਾਂ:" + +msgid "Lookup" +msgstr "ਖੋਜ" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..08925e49507be2976a080ed9cc8a45ecc0626210 GIT binary patch literal 1148 zcmY+BJ7^R^7{^zQuk{^K5iQ0dkf3`nP{N)kn3#}&r$@X9Rx-Jp+-=yKS$5}gN#z41 z1`&i13sEc#$(|a~fS`q1SlHQE*ocgU*w|R5^*?)i2^pCA&HtP4x%;!TW8T0zfPEZ$ z0s9E{sZBVr?t;DZ-58EdGILMjP+-5AN2Q_e?Z;$DtH*|KvSLI zF;LqRF|#p;KwWn<*4IIu&jry&w6^2ikFERBv+u&zz3X|jZ+jsms?pYHAzC`W{@xfV znpJ;C;|!sRTEaL#NgbDtxr}rLMnB~x<{JG~Ap%Aykxq@RDK~lu7}uVIjw_jO3^`?H z%*iIDYIX2$vC>1_Ry|mQ!?qf)ZtlD zs!~5-GB;Wrw0hV5bggmbTLZi#$_}sCq<74bYYp4Pqh`Ua`_#1tgT+}3SS#4oK@j-6|Sh}8x_7(;gbHFc!~5PoaZBP4>p9o zQsGAx-iG;+YTi=eGu4b=mN(kEf{j{*FI4zR*9o7t>dvX~eN=Y_sqaMPmQ?emrOW9e y3otK6MbI8R5v<#N->$2}U`94L&q1_Cdf4iymGCjl%TdvJ%nJcvObmM;!Nz~abZQO& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..ed55c46ea4c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po @@ -0,0 +1,253 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 11:28+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ਉਪਲੱਬਧ %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ਫਿਲਟਰ" + +msgid "Choose all" +msgstr "ਸਭ ਚੁਣੋ" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "ਹਟਾਓ" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ਚੁਣੋ" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "ਹੁਣੇ" + +msgid "Midnight" +msgstr "ਅੱਧੀ-ਰਾਤ" + +msgid "6 a.m." +msgstr "6 ਸਵੇਰ" + +msgid "Noon" +msgstr "ਦੁਪਹਿਰ" + +msgid "6 p.m." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ਸਮਾਂ ਚੁਣੋ" + +msgid "Cancel" +msgstr "ਰੱਦ ਕਰੋ" + +msgid "Today" +msgstr "ਅੱਜ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ਕੱਲ੍ਹ" + +msgid "Tomorrow" +msgstr "ਭਲਕੇ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ਵੇਖੋ" + +msgid "Hide" +msgstr "ਓਹਲੇ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b4391fef52cfa5623d603e22f35950d5b40da40b GIT binary patch literal 19332 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, 2011 +# Janusz Harkot , 2014-2015 +# Karol , 2012 +# 0d5641585fd67fbdb97037c19ab83e4c_18c98b0 , 2011 +# 0d5641585fd67fbdb97037c19ab83e4c_18c98b0 , 2011 +# Maciej Olko , 2016-2022 +# Maciej Olko , 2023 +# Maciej Olko , 2015 +# Mariusz Felisiak , 2020,2022-2025 +# Ola Sitarska , 2013 +# Ola Sitarska , 2013 +# Roman Barczyński, 2014 +# Tomasz Kajtoch , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Mariusz Felisiak , " +"2020,2022-2025\n" +"Language-Team: Polish (http://app.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Usuń wybrane(-nych) %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Pomyślnie usunięto %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nie można usunąć %(name)s" + +msgid "Delete multiple objects" +msgstr "Usuwanie wielu obiektów" + +msgid "Administration" +msgstr "Administracja" + +msgid "All" +msgstr "Wszystko" + +msgid "Yes" +msgstr "Tak" + +msgid "No" +msgstr "Nie" + +msgid "Unknown" +msgstr "Nieznany" + +msgid "Any date" +msgstr "Dowolna data" + +msgid "Today" +msgstr "Dzisiaj" + +msgid "Past 7 days" +msgstr "Ostatnie 7 dni" + +msgid "This month" +msgstr "Ten miesiąc" + +msgid "This year" +msgstr "Ten rok" + +msgid "No date" +msgstr "Brak daty" + +msgid "Has date" +msgstr "Posiada datę" + +msgid "Empty" +msgstr "Puste" + +msgid "Not empty" +msgstr "Niepuste" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Wprowadź poprawne dane w polach „%(username)s” i „hasło” dla konta " +"należącego do zespołu. Uwaga: wielkość liter może mieć znaczenie." + +msgid "Action:" +msgstr "Akcja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj kolejne(go)(-ną)(-ny) %(verbose_name)s" + +msgid "Remove" +msgstr "Usuń" + +msgid "Addition" +msgstr "Dodanie" + +msgid "Change" +msgstr "Zmień" + +msgid "Deletion" +msgstr "Usunięcie" + +msgid "action time" +msgstr "czas akcji" + +msgid "user" +msgstr "użytkownik" + +msgid "content type" +msgstr "typ zawartości" + +msgid "object id" +msgstr "id obiektu" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "reprezentacja obiektu" + +msgid "action flag" +msgstr "flaga akcji" + +msgid "change message" +msgstr "zmień wiadomość" + +msgid "log entry" +msgstr "log" + +msgid "log entries" +msgstr "logi" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Dodano „%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Zmieniono „%(object)s” — %(changes)s " + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Usunięto „%(object)s”." + +msgid "LogEntry Object" +msgstr "Obiekt LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Dodano {name} „{object}”." + +msgid "Added." +msgstr "Dodano." + +msgid "and" +msgstr "i" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Zmodyfikowano {fields} w {name} „{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Zmodyfikowano {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Usunięto {name} „{object}”." + +msgid "No fields changed." +msgstr "Żadne pole nie zostało zmienione." + +msgid "None" +msgstr "Brak" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Przytrzymaj wciśnięty klawisz „Ctrl” lub „Command” na Macu, aby zaznaczyć " +"więcej niż jeden wybór." + +msgid "Select this object for an action - {}" +msgstr "Wybierz ten obiekt do wykonania akcji - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}” został(a)(-ło) dodany(-na)(-ne) pomyślnie." + +msgid "You may edit it again below." +msgstr "Poniżej możesz ponownie edytować." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} „{obj}” został(a)(-ło) dodany(-na)(-ne) pomyślnie. Można dodać " +"kolejne(go)(-ną)(-ny) {name} poniżej." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} „{obj}” został(a)(-ło) pomyślnie zmieniony(-na)(-ne). Można edytować " +"go/ją/je ponownie poniżej." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}” został(a)(-ło) pomyślnie zmieniony(-na)(-ne). Można dodać " +"kolejny(-nego)(-ną)(-ne) {name} poniżej." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}” został(a)(-ło) pomyślnie zmieniony(-na)(-ne)." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Wykonanie akcji wymaga wybrania obiektów. Żaden obiekt nie został zmieniony." + +msgid "No action selected." +msgstr "Nie wybrano akcji." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s „%(obj)s” usunięty(-ta)(-te) pomyślnie." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" +"%(name)s z ID „%(key)s” nie istnieje. Może został(a)(-ło) usunięty(-ta)(-te)?" + +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#, python-format +msgid "Change %s" +msgstr "Zmień %s" + +#, python-format +msgid "View %s" +msgstr "Zobacz %s" + +msgid "Database error" +msgstr "Błąd bazy danych" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s został(a)(-ło) pomyślnie zmieniony(-na)(-ne)." +msgstr[1] "%(count)s %(name)s zostały(-ło) pomyślnie zmienione(-nych)." +msgstr[2] "%(count)s %(name)s zostało pomyślnie zmienionych." +msgstr[3] "%(count)s %(name)s zostało pomyślnie zmienione." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Wybrano %(total_count)s" +msgstr[1] "Wybrano %(total_count)s" +msgstr[2] "Wybrano %(total_count)s" +msgstr[3] "Wybrano wszystkie %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Wybrano 0 z %(cnt)s" + +msgid "Delete" +msgstr "Usuń" + +#, python-format +msgid "Change history: %s" +msgstr "Historia zmian: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Usunięcie %(class_name)s %(instance)s może wiązać się z usunięciem " +"następujących chronionych obiektów pokrewnych: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administracja stroną Django" + +msgid "Django administration" +msgstr "Administracja Django" + +msgid "Site administration" +msgstr "Administracja stroną" + +msgid "Log in" +msgstr "Zaloguj się" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s: administracja" + +msgid "Page not found" +msgstr "Strona nie została znaleziona" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Przykro nam, ale żądana strona nie została znaleziona." + +msgid "Home" +msgstr "Strona główna" + +msgid "Server error" +msgstr "Błąd serwera" + +msgid "Server error (500)" +msgstr "Błąd serwera (500)" + +msgid "Server Error (500)" +msgstr "Błąd Serwera (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Niestety wystąpił błąd. Zostało to zgłoszone administratorom strony poprzez " +"email i niebawem powinno zostać naprawione. Dziękujemy za cierpliwość." + +msgid "Run the selected action" +msgstr "Wykonaj wybraną akcję" + +msgid "Go" +msgstr "Wykonaj" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknij by wybrać obiekty na wszystkich stronach" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wybierz wszystkie(-kich) %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Wyczyść wybór" + +msgid "Breadcrumbs" +msgstr "Breadcrumbs" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w aplikacji %(name)s" + +msgid "Model name" +msgstr "Nazwa modelu" + +msgid "Add link" +msgstr "Dodaj link" + +msgid "Change or view list link" +msgstr "Link do zmiany lub podglądu" + +msgid "Add" +msgstr "Dodaj" + +msgid "View" +msgstr "Zobacz" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nie masz uprawnień do oglądania ani edycji niczego." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Po tym jak utworzysz użytkownika, będzie mógł edytować więcej opcji." + +msgid "Error:" +msgstr "Błąd:" + +msgid "Change password" +msgstr "Zmień hasło" + +msgid "Set password" +msgstr "Ustaw hasło" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Prosimy poprawić poniższy błąd." +msgstr[1] "Prosimy poprawić poniższe błędy." +msgstr[2] "Prosimy poprawić poniższe błędy." +msgstr[3] "Prosimy poprawić poniższe błędy." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Podaj nowe hasło dla użytkownika %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"To działanie włączy uwierzytelnianie oparte na haśle dla " +"tego użytkownika. " + +msgid "Disable password-based authentication" +msgstr "Wyłącz uwierzytelnianie oparte na haśle" + +msgid "Enable password-based authentication" +msgstr "Włącz uwierzytelnianie oparte na haśle" + +msgid "Skip to main content" +msgstr "Przejdź do głównej treści" + +msgid "Welcome," +msgstr "Witaj," + +msgid "View site" +msgstr "Pokaż stronę" + +msgid "Documentation" +msgstr "Dokumentacja" + +msgid "Log out" +msgstr "Wyloguj się" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Pokaż na stronie" + +msgid "Filter" +msgstr "Filtruj" + +msgid "Hide counts" +msgstr "Ukryj ilości" + +msgid "Show counts" +msgstr "Pokaż ilości" + +msgid "Clear all filters" +msgstr "Wyczyść wszystkie filtry" + +msgid "Remove from sorting" +msgstr "Usuń z sortowania" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorytet sortowania: %(priority_number)s " + +msgid "Toggle sorting" +msgstr "Przełącz sortowanie" + +msgid "Toggle theme (current theme: auto)" +msgstr "Przełącz motyw (bieżący motyw: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Przełącz motyw (bieżący motyw: jasny)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Przełącz motyw (bieżący motyw: ciemny)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Usunięcie %(object_name)s „%(escaped_object)s” wiązałoby się z usunięciem " +"obiektów z nim/nią powiązanych, ale niestety nie posiadasz uprawnień do " +"usunięcia obiektów następujących typów:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Usunięcie %(object_name)s „%(escaped_object)s” wymagałoby skasowania " +"następujących chronionych obiektów, które są z nim/nią powiązane:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Czy chcesz skasować %(object_name)s „%(escaped_object)s”? Następujące " +"obiekty powiązane zostaną usunięte:" + +msgid "Objects" +msgstr "Obiekty" + +msgid "Yes, I’m sure" +msgstr "Tak, na pewno" + +msgid "No, take me back" +msgstr "Nie, zabierz mnie stąd" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Usunięcie wybranych(-nego)(-nej) %(objects_name)s spowoduje skasowanie " +"obiektów, które są z nim(i)/nią powiązane. Niestety nie posiadasz uprawnień " +"do usunięcia następujących typów obiektów:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Usunięcie wybranych(-nego)(-nej) %(objects_name)s wymaga skasowania " +"następujących chronionych obiektów, które są z nim(i)/nią powiązane:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Czy chcesz skasować zaznaczone(go)(-ną)(-ny)(-nych) %(objects_name)s? " +"Następujące obiekty oraz obiekty od nich zależne zostaną skasowane:" + +msgid "Delete?" +msgstr "Usunąć?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Według pola %(filter_title)s " + +msgid "Summary" +msgstr "Podsumowanie" + +msgid "Recent actions" +msgstr "Ostatnie działania" + +msgid "My actions" +msgstr "Moje działania" + +msgid "None available" +msgstr "Brak dostępnych" + +msgid "Added:" +msgstr "Dodano:" + +msgid "Changed:" +msgstr "Zmieniono:" + +msgid "Deleted:" +msgstr "Usunięto:" + +msgid "Unknown content" +msgstr "Zawartość nieznana" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Instalacja Twojej bazy danych jest niepoprawna. Upewnij się, że odpowiednie " +"tabele zostały utworzone i odpowiedni użytkownik jest uprawniony do ich " +"odczytu." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jesteś uwierzytelniony jako %(username)s, ale nie jesteś upoważniony do " +"dostępu do tej strony. Czy chciałbyś zalogować się na inne konto?" + +msgid "Forgotten your login credentials?" +msgstr "Zapomniałeś swoich danych do logowania?" + +msgid "Toggle navigation" +msgstr "Przełącz nawigację" + +msgid "Sidebar" +msgstr "Pasek boczny" + +msgid "Start typing to filter…" +msgstr "Zacznij pisać, aby odfiltrować…" + +msgid "Filter navigation items" +msgstr "Filtruj elementy nawigacji" + +msgid "Date/time" +msgstr "Data/czas" + +msgid "User" +msgstr "Użytkownik" + +msgid "Action" +msgstr "Akcja" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "wpis" +msgstr[1] "wpisy" +msgstr[2] "wpisów" +msgstr[3] "wpisu" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Ten obiekt nie ma historii zmian. Najprawdopodobniej nie został on dodany " +"poprzez panel administracyjny." + +msgid "Show all" +msgstr "Pokaż wszystko" + +msgid "Save" +msgstr "Zapisz" + +msgid "Popup closing…" +msgstr "Zamykanie okna..." + +msgid "Search" +msgstr "Szukaj" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wynik" +msgstr[1] "%(counter)s wyniki" +msgstr[2] "%(counter)s wyników" +msgstr[3] "%(counter)s wyników" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s łącznie" + +msgid "Save as new" +msgstr "Zapisz jako nowy" + +msgid "Save and add another" +msgstr "Zapisz i dodaj nowy" + +msgid "Save and continue editing" +msgstr "Zapisz i kontynuuj edycję" + +msgid "Save and view" +msgstr "Zapisz i obejrzyj" + +msgid "Close" +msgstr "Zamknij" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Zmień wybraną(-ne)(-nego)(-ny) %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj kolejne(go)(-ną)(-ny) %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Usuń wybraną(-ne)(-nego)(-ny) %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Obejrzyj wybraną(-ne)(-nego)(-ny) %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Dzięki za spędzenie cennego czasu ze stroną." + +msgid "Log in again" +msgstr "Zaloguj się ponownie" + +msgid "Password change" +msgstr "Zmiana hasła" + +msgid "Your password was changed." +msgstr "Twoje hasło zostało zmienione." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Podaj swoje stare hasło, ze względów bezpieczeństwa, a później wpisz " +"dwukrotnie Twoje nowe hasło, abyśmy mogli zweryfikować, że zostało wpisane " +"poprawnie." + +msgid "Change my password" +msgstr "Zmień hasło" + +msgid "Password reset" +msgstr "Zresetuj hasło" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Twoje hasło zostało ustawione. Możesz się teraz zalogować." + +msgid "Password reset confirmation" +msgstr "Potwierdzenie zresetowania hasła" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Podaj dwukrotnie nowe hasło, by można było zweryfikować, czy zostało wpisane " +"poprawnie." + +msgid "New password:" +msgstr "Nowe hasło:" + +msgid "Confirm password:" +msgstr "Potwierdź hasło:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link pozwalający na reset hasła jest niepoprawny - być może dlatego, że " +"został już raz użyty. Możesz ponownie zażądać zresetowania hasła." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Instrukcja pozwalająca ustawić nowe hasło dla podanego adresu e-mail została " +"wysłana. Niebawem powinna się pojawić na twoim koncie pocztowym." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"W przypadku nieotrzymania wiadomości e-mail: upewnij się czy adres " +"wprowadzony jest zgodny z tym podanym podczas rejestracji i sprawdź " +"zawartość folderu SPAM na swoim koncie." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Otrzymujesz tę wiadomość, gdyż skorzystano z opcji resetu hasła dla Twojego " +"konta na stronie %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Aby wprowadzić nowe hasło, proszę przejść na stronę, której adres widnieje " +"poniżej:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Na wypadek gdybyś zapomniał(a), jesteś:" + +msgid "Thanks for using our site!" +msgstr "Dzięki za korzystanie z naszej strony!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Zespół %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Nie pamiętasz swojego hasła? Wprowadź w poniższym polu swój adres e-mail, a " +"wyślemy ci instrukcję opisującą sposób ustawienia nowego hasła." + +msgid "Email address:" +msgstr "Adres e-mail:" + +msgid "Reset my password" +msgstr "Zresetuj moje hasło" + +msgid "Select all objects on this page for an action" +msgstr "Wybierz wszystkie obiekty na tej stronie do wykonania akcji" + +msgid "All dates" +msgstr "Wszystkie daty" + +#, python-format +msgid "Select %s" +msgstr "Wybierz %s" + +#, python-format +msgid "Select %s to change" +msgstr "Wybierz %s do zmiany" + +#, python-format +msgid "Select %s to view" +msgstr "Wybierz %s do obejrzenia" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Czas:" + +msgid "Lookup" +msgstr "Szukaj" + +msgid "Currently:" +msgstr "Aktualny:" + +msgid "Change:" +msgstr "Zmień:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5945d7f2f7f439312fbaa8440d1beccc3b65dad GIT binary patch literal 6243 zcmdT|U5r~t6&}EpWJ?1{TS)0oCTTa_C2Q|r(j-oHlXQ~}$^OL3I@vTrE#rG^*$QJc3tH3PqXF&Y1 z%>xNO2)qIQap1RrH-R3B=bB9d;~E!0W3m3kKk$oe+VS~qgxYyo&ur^%K^zxFIe<|FqMTs^801r4DcEd zQ?Z}g_Fq~2Bar5Q7fAMP!Y0DC>Ituj@dX_m@D@ z_dAP!29ln4fn?`1OCQ|9hdu?`2_pYeA^VSkXrCrQqo5riis!wcPk`Fx2~=>D*=Z2AgdG5#1koN+ z*#{Z{Jp-b1Nx7Kz=P-!kjSA)IdC)G<6leiNF#{KL$^>dBKy(%;UWP&4Wf065=qQNd zk_tkLeHQdNVo**c(DTKyisP(XNbyXC_JInWH!8b9Y0#6z3=W0T9}c-*;e$htGN?iz z9V6ZMZ`;rz2P&ueqe7fQyn8 zF6~<=gH;)DGBb1MzTw?;<^@^u;KC20_Rd{bljSe!Iy>VSO|CdAt9tcr_A43Czh733 zNOr+;-Mg?POcapgmSoK&W-LXqC-bE!2&pBnlW$d1D6o7a6LF&^xu+13rsN^4^d*YU zm3Zg4tLrL`Bi{=R`CN3xWQOJMYHXLi8MZ84l^F1x3=t$`8|`#Sz+Ii5LUG~HAsdOK zyJ0)1TbI`iuL@T}+~7`0sG`JKR#=GZt$J=Gd@MowZkVC?L3adDEzkuVrv~@6uF$Dj z(TE-#l9SpV3?2yZB*etjvP9Oj56%0UhfciLybxnuk_8>@%$0kV9w*!s@@`*4JEf&i>1%2yxfCjWO*YY`fc-5 z+r&yj+}}G+k12fnx+7si+US!mBGFL#O`+1)WV2BU*w@lY7b(=3R@h-_a2z|^+AVAE zX}4@+LwlrlH@jsUTiGLRZ)3NxYY$m2&}Cf9=~Hg{ybMC*f-HB-IPiMltgPw4q!+@X z=cb>HieWmhvwR?TCVf`Yg{)PY?zb$T7#p8VkL^uQ?Biqmv-=M28ABPE7okb#1EE4+ z7#(CeJncnclg~<|J5N;j;T2oURFkHo#VYRPjH9d5BhWfAK7!9AefB|}Dn_Cx(|IYX zS)S8SQsP4;V`|yaQBkX949(@O$V;SPG+9I&d^>uy=8p~!ESy?6v9a9o%-FyT0$3{8 zi7H2p`8FwG-ppou;S8HU^ImQ-7;;--i6)h8(j&tDO$>C2A+2c5?X809$Sp zut<&f8}19d-w#cO$Kx-i;c6tt%1UPZ67|d(!b_ z>ndCFWKfH1$C0wv*J?Q0c%vOtksp=GL1>4=Lfnc?+2l>pRKjUW<>4^^YdxOKyuJo? zJTyU5w60Vg&W-Jz!6(t>u@to5q21-o2iG*MrbNf2Rqt>?YxwD5-C;{S5F3! z+l=j>k4*BC3|P)vf7!?iTQYD3t#aPO8XY#%lmV@r9+b@($}IQh8?7r!J1nQMDCoih zFf?a*{}S&f{@7<;nP-vzv%|PwtW~Xk^1>Iy&*GU5wA1^aT!QT?BM$k2mR7 zE#s%32{c>Al?&l=&BKlB=+<>^A|uLp=*Ov!et_U-idetK>91q7~gQt((GCG`d;!@J_BH z-}=HS;n5z5x~ps2)dd<5HlvEbVvr#kju#>`+`4>Yxj|aWw=RDND~t6)cu|n;ki}W_ z_UWDG`daHcmfkyKJiLi?j#MU)vYiqfq(p|#*<0ewT;jea>4)nw{8;QvG6CA!OH{&_ zt((YpxTP->>@1`7Yk&R(CU*_ciYhD*nl4@IgJY{_Lzs? z>u{zwl9=DXYlX*FE4mu-2y&3_Gc0E)HM1qn7F`MwLcp%7sCy}kozgwQ=X?J bPx&2G1|P;@P65Yq__xFs@&9MbP{95Ljjp<1 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..453c696a726 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po @@ -0,0 +1,344 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# angularcircle, 2011 +# Darek, 2022 +# Jannis Leidel , 2011 +# Janusz Harkot , 2014-2015 +# 0d5641585fd67fbdb97037c19ab83e4c_18c98b0 , 2011 +# Maciej Olko , 2016,2018,2020 +# Maciej Olko , 2023 +# Mariusz Felisiak , 2021,2023,2025 +# Roman Barczyński, 2012 +# Tomasz Kajtoch , 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Mariusz Felisiak , " +"2021,2023,2025\n" +"Language-Team: Polish (http://app.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostępne %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Wybierz %s przez zaznaczenie ich i kliknięcie strzałki \"Wybierz\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Wpisz coś tutaj, aby wyfiltrować listę dostępnych %s." + +msgid "Filter" +msgstr "Filtr" + +#, javascript-format +msgid "Choose all %s" +msgstr "Wybierz wszystkie %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Wybierz zaznaczone %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Usuń zaznaczone %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Wybrane %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "Usuń %s przez zaznaczenie ich i kliknięcie strzałki \"Usuń\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Wpisz coś tutaj, aby wyfiltrować listę wybranych %s." + +msgid "(click to clear)" +msgstr "(kliknij aby wyczyścić)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Usuń wszystkie %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s wybrana opcja jest ukryta" +msgstr[1] "%s wybrane opcje są ukryte" +msgstr[2] "%s wybranych opcji jest ukrytych" +msgstr[3] "%s wybranych opcji jest ukrytych" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Wybrano %(sel)s z %(cnt)s" +msgstr[1] "Wybrano %(sel)s z %(cnt)s" +msgstr[2] "Wybrano %(sel)s z %(cnt)s" +msgstr[3] "Wybrano %(sel)s z %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Zmiany w niektórych polach nie zostały zachowane. Po wykonaniu akcji, zmiany " +"te zostaną utracone." + +msgid "" +"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." +msgstr "" +"Wybrano akcję, lecz część zmian w polach nie została zachowana. Kliknij OK, " +"aby zapisać. Aby wykonać akcję, należy ją ponownie uruchomić." + +msgid "" +"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." +msgstr "" +"Wybrano akcję, lecz nie dokonano żadnych zmian w polach. Prawdopodobnie " +"szukasz przycisku „Wykonaj”, a nie „Zapisz”." + +msgid "Now" +msgstr "Teraz" + +msgid "Midnight" +msgstr "Północ" + +msgid "6 a.m." +msgstr "6 rano" + +msgid "Noon" +msgstr "Południe" + +msgid "6 p.m." +msgstr "6 po południu" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzinę do przodu w stosunku do " +"czasu serwera." +msgstr[1] "" +"Uwaga: Czas lokalny jest przesunięty o %s godziny do przodu w stosunku do " +"czasu serwera." +msgstr[2] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzin do przodu w stosunku do " +"czasu serwera." +msgstr[3] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzin do przodu w stosunku do " +"czasu serwera." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzinę do tyłu w stosunku do " +"czasu serwera." +msgstr[1] "" +"Uwaga: Czas lokalny jest przesunięty o %s godziny do tyłu w stosunku do " +"czasu serwera." +msgstr[2] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzin do tyłu w stosunku do czasu " +"serwera." +msgstr[3] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzin do tyłu w stosunku do czasu " +"serwera." + +msgid "Choose a Time" +msgstr "Wybierz Czas" + +msgid "Choose a time" +msgstr "Wybierz czas" + +msgid "Cancel" +msgstr "Anuluj" + +msgid "Today" +msgstr "Dzisiaj" + +msgid "Choose a Date" +msgstr "Wybierz Datę" + +msgid "Yesterday" +msgstr "Wczoraj" + +msgid "Tomorrow" +msgstr "Jutro" + +msgid "January" +msgstr "Styczeń" + +msgid "February" +msgstr "Luty" + +msgid "March" +msgstr "Marzec" + +msgid "April" +msgstr "Kwiecień" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Czerwiec" + +msgid "July" +msgstr "Lipiec" + +msgid "August" +msgstr "Sierpień" + +msgid "September" +msgstr "Wrzesień" + +msgid "October" +msgstr "Październik" + +msgid "November" +msgstr "Listopad" + +msgid "December" +msgstr "Grudzień" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Sty" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Lut" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Kwi" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Cze" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Lip" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Sie" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Wrz" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Paź" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Lis" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Gru" + +msgid "Sunday" +msgstr "Niedziela" + +msgid "Monday" +msgstr "Poniedziałek" + +msgid "Tuesday" +msgstr "Wtorek" + +msgid "Wednesday" +msgstr "Środa" + +msgid "Thursday" +msgstr "Czwartek" + +msgid "Friday" +msgstr "Piątek" + +msgid "Saturday" +msgstr "Sobota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Nd" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pon" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Wt" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Śr" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Czw" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pt" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "So" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "N" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "W" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ś" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "C" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9719e73691dead35e4d73480ea78005eb24ddf24 GIT binary patch literal 18774 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 a>dzT``JlXv^`mlM%M5h*-gVjGOYnbxXKK^{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f71fa4668c3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,807 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# emansije , 2023 +# Henrique Azevedo , 2018,2023 +# Jannis Leidel , 2011 +# jorgecarleitao , 2015 +# Manuela Silva , 2025 +# Nuno Mariz , 2013,2015,2017-2018,2023 +# 12574c6d66324e145c1d19e02acecb73_84badd8 <4e8d94859927eab3b50486d21249c068_5346>, 2011 +# Raúl Pedro Fernandes Santos, 2014 +# Rui Dinis Silva, 2017 +# Sofia Matias, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Manuela Silva , 2025\n" +"Language-Team: Portuguese (http://app.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Remover %(verbose_name_plural)s selecionados" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Foram removidos com sucesso %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Não é possível remover %(name)s " + +msgid "Delete multiple objects" +msgstr "Remover múltiplos objetos." + +msgid "Administration" +msgstr "Administração" + +msgid "All" +msgstr "Todos" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Any date" +msgstr "Qualquer data" + +msgid "Today" +msgstr "Hoje" + +msgid "Past 7 days" +msgstr "Últimos 7 dias" + +msgid "This month" +msgstr "Este mês" + +msgid "This year" +msgstr "Este ano" + +msgid "No date" +msgstr "Sem data" + +msgid "Has date" +msgstr "Tem data" + +msgid "Empty" +msgstr "Vazio" + +msgid "Not empty" +msgstr "Não está vazio" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduza o %(username)s e password corretos para a conta de " +"equipa. Tenha em atenção às maiúsculas e minúsculas." + +msgid "Action:" +msgstr "Ação:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adicionar outro %(verbose_name)s" + +msgid "Remove" +msgstr "Remover" + +msgid "Addition" +msgstr "Adição" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Eliminação" + +msgid "action time" +msgstr "hora da ação" + +msgid "user" +msgstr "utilizador" + +msgid "content type" +msgstr "tipo de conteúdo" + +msgid "object id" +msgstr "id do objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr do objeto" + +msgid "action flag" +msgstr "flag de ação" + +msgid "change message" +msgstr "modificar mensagem" + +msgid "log entry" +msgstr "entrada de log" + +msgid "log entries" +msgstr "entradas de log" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Adicionado \"%(object)s\"" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Modificado \"%(object)s\" — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Removido \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Adicionado {name} \"{object}\"" + +msgid "Added." +msgstr "Adicionado." + +msgid "and" +msgstr "e" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Alterado {fields} para {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Foi modificado {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Removido {name} \"{object}\"" + +msgid "No fields changed." +msgstr "Nenhum campo foi modificado." + +msgid "None" +msgstr "Nenhum" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Mantenha premida a tecla “Control”, ou “Command” no Mac, para selecionar " +"mais do que uma." + +msgid "Select this object for an action - {}" +msgstr "Selecionar este objecto para uma ação - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "O {name} “{obj}” foi adicionado com sucesso." + +msgid "You may edit it again below." +msgstr "Pode editar novamente abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"O {name} “{obj}” foi adicionado com sucesso. Pode adicionar outro {name} " +"abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"O {name} “{obj}” foi adicionado com sucesso. Pode editar novamente abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"O {name} “{obj}” foi alterado com sucesso. Pode adicionar outro {name} " +"abaixo." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "O {name} “{obj}” foi alterado com sucesso." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Os itens devem ser selecionados de forma a efectuar ações sobre eles. Nenhum " +"item foi modificado." + +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "O %(name)s “%(obj)s” foi apagado com sucesso." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s com o ID “%(key)s” não existe. Talvez tenha sido apagado?" + +#, python-format +msgid "Add %s" +msgstr "Adicionar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "View %s " + +msgid "Database error" +msgstr "Erro de base de dados" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s foi modificado com sucesso." +msgstr[1] "%(count)s %(name)s foram modificados com sucesso." +msgstr[2] "%(count)s %(name)s foram modificados com sucesso." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selecionado" +msgstr[1] "Todos %(total_count)s selecionados" +msgstr[2] "Todos %(total_count)s selecionados" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s selecionados" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificações: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Remover %(class_name)s %(instance)s exigiria a remoção dos seguintes objetos " +"relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Site de administração do Django" + +msgid "Django administration" +msgstr "Administração do Django" + +msgid "Site administration" +msgstr "Administração do site" + +msgid "Log in" +msgstr "Entrar" + +#, python-format +msgid "%(app)s administration" +msgstr "Administração de %(app)s" + +msgid "Page not found" +msgstr "Página não encontrada" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Pedimos desculpa mas a página solicitada não foi encontrada. " + +msgid "Home" +msgstr "Início" + +msgid "Server error" +msgstr "Erro do servidor" + +msgid "Server error (500)" +msgstr "Erro do servidor (500)" + +msgid "Server Error (500)" +msgstr "Erro do servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ocorreu um erro. Foi comunicado por email aos administradores da página e " +"deverá ser corrigido em breve. Obrigado pela sua compreensão. " + +msgid "Run the selected action" +msgstr "Executar a acção selecionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Clique aqui para selecionar os objetos em todas as páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selecionar todos %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Remover seleção" + +msgid "Breadcrumbs" +msgstr "Marcas de navegação" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicação %(name)s" + +msgid "Model name" +msgstr "Nome do modelo" + +msgid "Add link" +msgstr "Adicionar hiperligação" + +msgid "Change or view list link" +msgstr "Alterar ou ver a hiperligação da lista" + +msgid "Add" +msgstr "Adicionar" + +msgid "View" +msgstr "View" + +msgid "You don’t have permission to view or edit anything." +msgstr "Não tem permissões para visualizar ou editar nada. " + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Depois de criar um utilizador, poderá editar mais opções de utilizador." + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "Modificar palavra-passe" + +msgid "Set password" +msgstr "Definir palavra-passe" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Por favor, corrija o erro abaixo." +msgstr[1] "Por favor, corrija os erros abaixo." +msgstr[2] "Por favor, corrija os erros abaixo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduza uma nova palavra-passe para o utilizador %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Esta ação irá ativara autenticação baseada em palavra-passe " +"para este utilizador." + +msgid "Disable password-based authentication" +msgstr "Desativar a autenticação baseada em palavra-passe" + +msgid "Enable password-based authentication" +msgstr "Ativar a autenticação baseada em palavra-passe" + +msgid "Skip to main content" +msgstr "Ir para o conteúdo principal" + +msgid "Welcome," +msgstr "Bem-vindo," + +msgid "View site" +msgstr "Ver site" + +msgid "Documentation" +msgstr "Documentação" + +msgid "Log out" +msgstr "Sair" + +#, python-format +msgid "Add %(name)s" +msgstr "Adicionar %(name)s" + +msgid "History" +msgstr "História" + +msgid "View on site" +msgstr "Ver no site" + +msgid "Filter" +msgstr "Filtro" + +msgid "Hide counts" +msgstr "Ocultar contagem" + +msgid "Show counts" +msgstr "Mostrar contagem" + +msgid "Clear all filters" +msgstr "Limpar todos os filtros" + +msgid "Remove from sorting" +msgstr "Remover da ordenação" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridade de ordenação: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Altenar ordenação" + +msgid "Toggle theme (current theme: auto)" +msgstr "Mudar tema (tema corrente: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Mudar tema (tema corrente: claro)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Mudar tema (tema corrente: escuro)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"A remoção de %(object_name)s '%(escaped_object)s' resultará na remoção dos " +"objetos relacionados, mas a sua conta não tem permissão de remoção dos " +"seguintes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Remover o %(object_name)s ' %(escaped_object)s ' exigiria a remoção dos " +"seguintes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Tem a certeza que deseja remover %(object_name)s \"%(escaped_object)s\"? " +"Todos os items relacionados seguintes irão ser removidos:" + +msgid "Objects" +msgstr "Objectos" + +msgid "Yes, I’m sure" +msgstr "Sim, tenho a certeza" + +msgid "No, take me back" +msgstr "Não, retrocede" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Remover o %(objects_name)s selecionado poderia resultar na remoção de " +"objetos relacionados, mas a sua conta não tem permissão para remover os " +"seguintes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Remover o %(objects_name)s selecionado exigiria remover os seguintes objetos " +"protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Tem certeza de que deseja remover %(objects_name)s selecionado? Todos os " +"objetos seguintes e seus itens relacionados serão removidos:" + +msgid "Delete?" +msgstr "Remover?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Sumário" + +msgid "Recent actions" +msgstr "Ações recentes" + +msgid "My actions" +msgstr "As minhas ações" + +msgid "None available" +msgstr "Nenhum disponível" + +msgid "Added:" +msgstr "Adicionado:" + +msgid "Changed:" +msgstr "Alterado:" + +msgid "Deleted:" +msgstr "Apagado:" + +msgid "Unknown content" +msgstr "Conteúdo desconhecido" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Há algo de errado com a instalação da base de dados. Certifique-se de que as " +"tabelas adequadas da base de dados foram criadas e de que a base de dados " +"pode ser lida pelo utilizador adequado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Está autenticado como %(username)s, mas não está autorizado a aceder a esta " +"página. Deseja autenticar-se com uma conta diferente?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "Alternar navegação" + +msgid "Sidebar" +msgstr "Barra lateral" + +msgid "Start typing to filter…" +msgstr "Começe a digitar para filtrar…" + +msgid "Filter navigation items" +msgstr "Filtrar itens de navegação" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Utilizador" + +msgid "Action" +msgstr "Ação" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrada" +msgstr[1] "entradas" +msgstr[2] "entradas" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Este objeto não tem um histórico de alterações. Provavelmente não foi " +"adicionado através da página de administração." + +msgid "Show all" +msgstr "Mostrar todos" + +msgid "Save" +msgstr "Gravar" + +msgid "Popup closing…" +msgstr "Encerramento de popup…" + +msgid "Search" +msgstr "Pesquisar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" +msgstr[2] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s no total" + +msgid "Save as new" +msgstr "Gravar como novo" + +msgid "Save and add another" +msgstr "Gravar e adicionar outro" + +msgid "Save and continue editing" +msgstr "Gravar e continuar a editar" + +msgid "Save and view" +msgstr "Gravar e ver" + +msgid "Close" +msgstr "Fechar" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Alterar %(model)s selecionado." + +#, python-format +msgid "Add another %(model)s" +msgstr "Adicionar outro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Remover %(model)s seleccionado" + +#, python-format +msgid "View selected %(model)s" +msgstr "Vista selecionada %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Obrigado por passar algum tempo de qualidade com a página Web hoje." + +msgid "Log in again" +msgstr "Entrar novamente" + +msgid "Password change" +msgstr "Modificação da palavra-passe" + +msgid "Your password was changed." +msgstr "A sua palavra-passe foi modificada." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por razões de segurança, introduza a sua palavra-passe antiga e, em seguida, " +"introduza a sua nova palavra-passe duas vezes para podermos verificar se a " +"digitou corretamente." + +msgid "Change my password" +msgstr "Modificar a minha palavra-passe" + +msgid "Password reset" +msgstr "Palavra-passe de reinicialização" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "A sua palavra-passe foi atribuída. Pode entrar agora." + +msgid "Password reset confirmation" +msgstr "Confirmação da reinicialização da palavra-passe" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, introduza a sua nova palavra-passe duas vezes para verificarmos " +"se está correcta." + +msgid "New password:" +msgstr "Nova palavra-passe:" + +msgid "Confirm password:" +msgstr "Confirmação da palavra-passe:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"O endereço de reinicialização da palavra-passe é inválido, possivelmente " +"porque já foi usado. Por favor requisite uma nova reinicialização da palavra-" +"passe." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Enviámos-lhe um e-mail com instruções para definir a sua palavra-passe, caso " +"exista uma conta com o e-mail que introduziu. Deverá recebê-las em breve." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se não receber uma mensagem de correio eletrónico, certifique-se de que " +"introduziu o endereço com que se registou e verifique a sua pasta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Está a receber este email porque pediu para redefinir a palavra-chave para o " +"seu utilizador no site %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor siga a seguinte página e escolha a sua nova palavra-passe:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Obrigado pela sua visita ao nosso site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "A equipa do %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Esqueceu-se da sua palavra-passe? Introduza o seu endereço de correio " +"eletrónico abaixo e enviar-lhe-emos instruções para definir uma nova palavra-" +"passe." + +msgid "Email address:" +msgstr "Endereço de email:" + +msgid "Reset my password" +msgstr "Reinicializar a minha palavra-passe" + +msgid "Select all objects on this page for an action" +msgstr "Selecione todos os itens nesta página para uma ação" + +msgid "All dates" +msgstr "Todas as datas" + +#, python-format +msgid "Select %s" +msgstr "Selecionar %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selecione %s para modificar" + +#, python-format +msgid "Select %s to view" +msgstr "Selecione %s para ver" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Procurar" + +msgid "Currently:" +msgstr "Atualmente:" + +msgid "Change:" +msgstr "Modificar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c89c980c12f557888b093b70ecf2667ccae11791 GIT binary patch literal 4667 zcmc(jO^h5z701h=m*6D<5)y-n4P{`>F4>-$-Oc)A)*ENzSrc1Xubml)gHWJmx@M-F z?yjb)d+bF4?`IT(ZpLLmOHyJmJ~ zY{m8kYNz^F@6|_F*L$z3w7*VLayCHwU@uK5pa3}OHfo}nS==c*5KlXFSUx9Z*{tZY|`h(-E zAieiB@J-;~KpN*CAbxo#YJVp>p9Sv%8=wTK-48(O*9Y-qFFXA&K$_RDK^o^3r~flZ z@B6EhUkCAHJ22P^xD%{`>mc=i&hdFLf&3+K7dVAV;vVqb;F6Oc2X{kmf$su8>*R}0 z{tig(Uk2X;UUmEzNd0zA7vokOKLXM?PlNY^J&^jn08;xa-~-@~!FPhcb-V^r`>D4U z`UgOg%iw+BI!N>XIQaD)jC~q>8uBg}IR!J2*6lBj*Fajg*PZ+y@NJN%@W7I=`#_TS zI?g+;faFIfL2CCTh)-po0%_gPfp|4DPW~K7@A3v^z{2EC8zUkzbK$_?GL3+?8Dw-{&2ai` zuj4+)8OJ#gW@f%)*>S;f$#L27pyOf3_n~hM`9b7|kSWoALW%rv33&~fBhMmJB0E$1 zKmi7m?2d0tRhn)TMp6z z6v$U7PCkgd7x_cTgGBzdFc2ImmM9%7z_1K?+)@lZicEVf*?k$A{E=en5b_aZn2=SF zDZW08ybl>}!{(96=SI^}2;`TP?m#Z*CC27J+NUY)r^n2!mEoM_y3J>1TXBja6tb1d z;En6H+i{(wO2<6bDeoz(nxSMf*HzoG`U6~)q7pm66T(_zRLIt{PG(cK))Oie7=+JQ zc1*-A8M0$tt*zvO*F-9}rG|<|q|`}P#?-YYTQX`&!;Z_Q$%NTr$5oh;Y*Zk&*hvxR z+LKubA&Vv35T@0|bBk@LAXc4j$~JUNZBJ<(dbJ_l_H?!v(ogW z;WUfVjoaGWY0R6ltK#66hP`pqUh(;-^m(?~N;NG-U8I?z530)~EvoBT{)LThW-Qe- zbn%R|G3eRIWTDN$H}wUMayws99_aHi^pc0lrnDAf#D*o-xUIee_rnU8 z*po7diwQg>EsRHVBMWpzPx36bK)_pF5qBhfIK~VE)l)$xLM{W9=5EwhG7M~qpJ?+f zbTwJb1%54Z+Ido$>qa`S!Vm`Fp|)v>iDuKtUWw!7yl@^57*iL1;sImo!Fqcrj928V z?qTuA)B`JcR2Z)*?BKy3WBTC&c_(2Y<|((>H&#)*yf?GIZhRi=-@Rb`Bs zVUwuxR9;BSNhnmjLSb#JOjkeJIPM?XZb$EGOXIJ{Egh)1Q{{)6Djm+W%9C{ZbeI_t z`p312Y?a4JF51oBM ziz?7GL`{AMr;pJ%n{j4JMI{_127}h&0m5%XC+LXI>#&7%HJ#CTVt?pgAt*eg5`L@| z?gVw&p&)b}QK9`n2|9;Gm2YB>zRt#+hyUmyFUJ$4UPZ=0X~L0vg9DjK^if4Wgo0 zenA#6I8e07&-7av3#a`5Yp@J)`G#MK6}GqbkvAC%ANju?i?)0C$y$fJX){YRlIs0S zO$xcXr0Wb6H63A3(Ckcx%gVqV9>bo>)*=yi`, 2011 +# Manuela Silva , 2025 +# Nuno Mariz , 2011-2012,2015,2017,2023 +# 12574c6d66324e145c1d19e02acecb73_84badd8 <4e8d94859927eab3b50486d21249c068_5346>, 2011 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Manuela Silva , 2025\n" +"Language-Team: Portuguese (http://app.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponível %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Digite nesta caixa para filtrar a lista de %s disponíveis." + +msgid "Filter" +msgstr "Filtrar" + +#, javascript-format +msgid "Choose all %s" +msgstr "" + +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escolhido %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Digite nesta caixa para filtrar a lista de selecionados %s." + +msgid "(click to clear)" +msgstr "" + +#, javascript-format +msgid "Remove all %s" +msgstr "" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opção selecionada não visível" +msgstr[1] "%s opções selecionadas não visíveis" +msgstr[2] "%s opções selecionadas não visíveis" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s selecionado" +msgstr[1] "%(sel)s de %(cnt)s selecionados" +msgstr[2] "%(sel)s de %(cnt)s selecionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tem mudanças por guardar nos campos individuais. Se usar uma ação, as suas " +"mudanças por guardar serão perdidas." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Agora" + +msgid "Midnight" +msgstr "Meia-noite" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Meio-dia" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Nota: O seu fuso horário está %s hora adiantado em relação ao servidor." +msgstr[1] "" +"Nota: O seu fuso horário está %s horas adiantado em relação ao servidor." +msgstr[2] "" +"Nota: O seu fuso horário está %s horas adiantado em relação ao servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Nota: O use fuso horário está %s hora atrasado em relação ao servidor." +msgstr[1] "" +"Nota: O use fuso horário está %s horas atrasado em relação ao servidor." +msgstr[2] "" +"Nota: O use fuso horário está %s horas atrasado em relação ao servidor." + +msgid "Choose a Time" +msgstr "Escolha a Hora" + +msgid "Choose a time" +msgstr "Escolha a hora" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoje" + +msgid "Choose a Date" +msgstr "Escolha a Data" + +msgid "Yesterday" +msgstr "Ontem" + +msgid "Tomorrow" +msgstr "Amanhã" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Fev" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Abr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Set" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Out" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dez" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Monday" +msgstr "Segunda-feira" + +msgid "Tuesday" +msgstr "Terça-feira" + +msgid "Wednesday" +msgstr "Quarta-feira" + +msgid "Thursday" +msgstr "Quinta-feira" + +msgid "Friday" +msgstr "Sexta-feira" + +msgid "Saturday" +msgstr "Sábado" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Dom" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Seg" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Ter" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Qua" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Qui" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Sex" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sáb" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "S" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Q" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Q" + +msgctxt "one letter Friday" +msgid "F" +msgstr "S" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..84eff0d9b2bf693a5b04f2299a6deffa5e0b5379 GIT binary patch literal 18809 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 MM&5H, 2014 +# Bruce de Sá , 2019 +# bruno.devpod , 2014 +# Carlos Cadu “Cadu” Leite , 2019 +# Carlos Cadu “Cadu” Leite , 2019 +# Filipe Cifali , 2016 +# dudanogueira , 2012 +# Eduardo Felipe Castegnaro , 2024 +# Elyézer Rezende , 2013 +# Fábio C. Barrionuevo da Luz , 2015 +# Fabio Cerqueira , 2019 +# Francisco Petry Rauber , 2016 +# Gabriel da Mota , 2023 +# Gladson , 2013 +# Guilherme Ferreira , 2017 +# fa9e10542e458baef0599ae856e43651_13d2225, 2012-2013 +# Jannis Leidel , 2011 +# João Paulo Andrade , 2018 +# Jonas Rodrigues, 2023 +# Lucas Infante , 2015 +# Luiz Boaretto , 2017 +# Marssal Jr. , 2022 +# Marcelo Moro Brondani , 2018 +# Marco Rougeth , 2015 +# Otávio Reis , 2018 +# Rafael Fontenelle , 2025 +# Raysa Dutra, 2016 +# R.J Lelis , 2019 +# Samuel Nogueira Bacelar , 2020 +# Sergio Garcia , 2015 +# Tomaz Marcelino Cunha Neto , 2022 +# Vinícius Damaceno , 2019 +# Vinícius Muniz de Melo , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Rafael Fontenelle , 2025\n" +"Language-Team: Portuguese (Brazil) (http://app.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Remover %(verbose_name_plural)s selecionados" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Removido %(count)d %(items)s com sucesso." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Não é possível remover %(name)s " + +msgid "Delete multiple objects" +msgstr "Remover múltiplos objetos" + +msgid "Administration" +msgstr "Administração" + +msgid "All" +msgstr "Todos" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Any date" +msgstr "Qualquer data" + +msgid "Today" +msgstr "Hoje" + +msgid "Past 7 days" +msgstr "Últimos 7 dias" + +msgid "This month" +msgstr "Este mês" + +msgid "This year" +msgstr "Este ano" + +msgid "No date" +msgstr "Sem data" + +msgid "Has date" +msgstr "Tem data" + +msgid "Empty" +msgstr "Vazio" + +msgid "Not empty" +msgstr "Não está vazio" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor, insira um %(username)s e senha corretos para uma conta de equipe. " +"Note que ambos campos são sensíveis a maiúsculas e minúsculas." + +msgid "Action:" +msgstr "Ação:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adicionar outro(a) %(verbose_name)s" + +msgid "Remove" +msgstr "Remover" + +msgid "Addition" +msgstr "Adição" + +msgid "Change" +msgstr "Modificar" + +msgid "Deletion" +msgstr "Remoção" + +msgid "action time" +msgstr "hora da ação" + +msgid "user" +msgstr "usuário" + +msgid "content type" +msgstr "tipo de conteúdo" + +msgid "object id" +msgstr "id do objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr do objeto" + +msgid "action flag" +msgstr "flag de ação" + +msgid "change message" +msgstr "modificar mensagem" + +msgid "log entry" +msgstr "entrada de log" + +msgid "log entries" +msgstr "entradas de log" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Adicionado “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Alterado “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Removido “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Adicionado {name} “{object}”." + +msgid "Added." +msgstr "Adicionado." + +msgid "and" +msgstr "e" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Alterado {fields} para {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Alterado {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Removido {name} “{object}”." + +msgid "No fields changed." +msgstr "Nenhum campo modificado." + +msgid "None" +msgstr "Nenhum" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Pressione “Control”, ou “Command” no Mac, para selecionar mais de um." + +msgid "Select this object for an action - {}" +msgstr "Selecione esse objeto para uma ação - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "O {name} “{obj}” foi adicionado com sucesso." + +msgid "You may edit it again below." +msgstr "Você pode editá-lo novamente abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"O {name} “{obj}” foi adicionado com sucesso. Você pode adicionar outro " +"{name} abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"O {name} “{obj}” foi alterado com sucesso. Você pode alterá-lo novamente " +"abaixo." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"O {name} “{obj}” foi alterado com sucesso. Você talvez adicione outro " +"{name} abaixo." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "O {name} “{obj}” foi alterado com sucesso." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Os itens devem ser selecionados em ordem a fim de executar ações sobre eles. " +"Nenhum item foi modificado." + +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "O %(name)s “%(obj)s” foi removido com sucesso." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "O %(name)s com ID “%(key)s” não existe. Talvez tenha sido removido." + +#, python-format +msgid "Add %s" +msgstr "Adicionar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +#, python-format +msgid "View %s" +msgstr "Visualizar %s" + +msgid "Database error" +msgstr "Erro no banco de dados" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s modificado com sucesso." +msgstr[1] "%(count)s %(name)s modificados com sucesso." +msgstr[2] "%(count)s %(name)s modificados com sucesso." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selecionado" +msgstr[1] "Todos %(total_count)s selecionados" +msgstr[2] "Todos %(total_count)s selecionados" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s selecionados" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificações: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Remover o %(class_name)s %(instance)s exigiria remover os seguintes objetos " +"protegidos relacionados: %(related_objects)s" + +msgid "Django site admin" +msgstr "Site de administração do Django" + +msgid "Django administration" +msgstr "Administração do Django" + +msgid "Site administration" +msgstr "Administração do Site" + +msgid "Log in" +msgstr "Acessar" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administração" + +msgid "Page not found" +msgstr "Página não encontrada" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Lamentamos, mas a página requisitada não pode ser encontrada." + +msgid "Home" +msgstr "Início" + +msgid "Server error" +msgstr "Erro no servidor" + +msgid "Server error (500)" +msgstr "Erro no servidor (500)" + +msgid "Server Error (500)" +msgstr "Erro no Servidor (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ocorreu um erro. Este foi reportado para os administradores do site via " +"email e deve ser corrigido logo. Obirgado por sua paciência." + +msgid "Run the selected action" +msgstr "Executar ação selecionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Clique aqui para selecionar os objetos de todas as páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selecionar todos %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpar seleção" + +msgid "Breadcrumbs" +msgstr "Marcas de navegação" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicação %(name)s" + +msgid "Model name" +msgstr "Nome do modelo" + +msgid "Add link" +msgstr "Adicionar link" + +msgid "Change or view list link" +msgstr "Alterar ou ver link de lista" + +msgid "Add" +msgstr "Adicionar" + +msgid "View" +msgstr "Visualizar" + +msgid "You don’t have permission to view or edit anything." +msgstr "Você não tem permissão para ver ou editar nada." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Depois de criar um usuário, você poderá editar mais opções do usuário." + +msgid "Error:" +msgstr "Erro:" + +msgid "Change password" +msgstr "Alterar senha" + +msgid "Set password" +msgstr "Definir senha" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Por favor corrija o erro abaixo." +msgstr[1] "Por favor corrija os erros abaixo." +msgstr[2] "Por favor corrija os erros abaixo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Informe uma nova senha para o usuário %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Esta ação irá habilitarautenticação baseada em senha para " +"este usuário." + +msgid "Disable password-based authentication" +msgstr "Desabilitar autenticação baseada em senha" + +msgid "Enable password-based authentication" +msgstr "Habilitar autenticação baseada em senha" + +msgid "Skip to main content" +msgstr "Ir para o conteúdo principal" + +msgid "Welcome," +msgstr "Bem-vindo(a)," + +msgid "View site" +msgstr "Ver o site" + +msgid "Documentation" +msgstr "Documentação" + +msgid "Log out" +msgstr "Encerrar sessão" + +#, python-format +msgid "Add %(name)s" +msgstr "Adicionar %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver no site" + +msgid "Filter" +msgstr "Filtro" + +msgid "Hide counts" +msgstr "Esconder contagem" + +msgid "Show counts" +msgstr "Mostrar contagem" + +msgid "Clear all filters" +msgstr "Limpar todos os filtros" + +msgid "Remove from sorting" +msgstr "Remover da ordenação" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridade da ordenação: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternar ordenção" + +msgid "Toggle theme (current theme: auto)" +msgstr "Alternar tema (tema atual: automático)" + +msgid "Toggle theme (current theme: light)" +msgstr "Alternar tema (tema atual: claro)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Alternar tema (tema atual: escuro)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"A remoção de '%(object_name)s' %(escaped_object)s pode resultar na remoção " +"de objetos relacionados, mas sua conta não tem a permissão para remoção dos " +"seguintes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Remover o %(object_name)s ' %(escaped_object)s ' exigiria remover os " +"seguintes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Você tem certeza que quer remover %(object_name)s \"%(escaped_object)s\"? " +"Todos os seguintes itens relacionados serão removidos:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I’m sure" +msgstr "Sim, eu tenho certeza" + +msgid "No, take me back" +msgstr "Não, me leve de volta" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Remover o %(objects_name)s selecionado pode resultar na remoção de objetos " +"relacionados, mas sua conta não tem permissão para remover os seguintes " +"tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Remover o %(objects_name)s selecionado exigiria remover os seguintes objetos " +"relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Tem certeza de que deseja remover o %(objects_name)s selecionado? Todos os " +"seguintes objetos e seus itens relacionados serão removidos:" + +msgid "Delete?" +msgstr "Remover?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumo" + +msgid "Recent actions" +msgstr "Ações recentes" + +msgid "My actions" +msgstr "Minhas Ações" + +msgid "None available" +msgstr "Nenhum disponível" + +msgid "Added:" +msgstr "Adicionado:" + +msgid "Changed:" +msgstr "Alterado:" + +msgid "Deleted:" +msgstr "Removido:" + +msgid "Unknown content" +msgstr "Conteúdo desconhecido" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Alguma coisa está errada com sua estalação do banco de dados. Certifique-se " +"que as tabelas apropriadas foram criadas, e certifique-se que o banco de " +"dados pode ser acessado pelo usuário apropriado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Você está autenticado como %(username)s, mas não está autorizado a acessar " +"esta página. Você gostaria de realizar login com uma conta diferente?" + +msgid "Forgotten your login credentials?" +msgstr "Se esqueceu das suas credenciais de login?" + +msgid "Toggle navigation" +msgstr "Alternar navegação" + +msgid "Sidebar" +msgstr "Barra Lateral" + +msgid "Start typing to filter…" +msgstr "Comece a digitar para filtrar…" + +msgid "Filter navigation items" +msgstr "Filtrar itens de navegação" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usuário" + +msgid "Action" +msgstr "Ação" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrada" +msgstr[1] "entradas" +msgstr[2] "entradas" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Este objeto não tem histórico de alterações. Provavelmente não adicionado " +"por este site de administração." + +msgid "Show all" +msgstr "Mostrar tudo" + +msgid "Save" +msgstr "Salvar" + +msgid "Popup closing…" +msgstr "Popup fechando…" + +msgid "Search" +msgstr "Pesquisar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" +msgstr[2] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Salvar como novo" + +msgid "Save and add another" +msgstr "Salvar e adicionar outro(a)" + +msgid "Save and continue editing" +msgstr "Salvar e continuar editando" + +msgid "Save and view" +msgstr "Salvar e visualizar" + +msgid "Close" +msgstr "Fechar" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Alterar %(model)s selecionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Adicionar outro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Remover %(model)s selecionado" + +#, python-format +msgid "View selected %(model)s" +msgstr "Visualizar %(model)s selecionados" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Obrigado por passar algum tempo de qualidade com o site hoje." + +msgid "Log in again" +msgstr "Acessar novamente" + +msgid "Password change" +msgstr "Alterar senha" + +msgid "Your password was changed." +msgstr "Sua senha foi alterada." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Informe sua senha antiga por favor, por motivos de segurança, e então " +"informe sua nova senha duas vezes para que possamos verificar se você " +"digitou tudo corretamente." + +msgid "Change my password" +msgstr "Alterar minha senha" + +msgid "Password reset" +msgstr "Recuperar senha" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Sua senha foi definida. Você pode prosseguir e se autenticar agora." + +msgid "Password reset confirmation" +msgstr "Confirmação de recuperação de senha" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, informe sua nova senha duas vezes para que possamos verificar se " +"você a digitou corretamente." + +msgid "New password:" +msgstr "Nova senha:" + +msgid "Confirm password:" +msgstr "Confirme a senha:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"O link para a recuperação de senha era inválido, possivelmente porque já foi " +"utilizado. Por favor, solicite uma nova recuperação de senha." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Nos te enviamos um email com instruções para configurar sua senha, se uma " +"conta existe com o email fornecido. Você receberá a mensagem em breve." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se você não recebeu um email, por favor certifique-se que você forneceu o " +"endereço que você está cadastrado, e verifique sua pasta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Você está recebendo este email porque solicitou a redefinição da senha da " +"sua conta em %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, acesse a seguinte página e escolha uma nova senha:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Caso você tenha esquecido, você é:" + +msgid "Thanks for using our site!" +msgstr "Obrigado por usar nosso site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Equipe %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Esqueceu sua senha? Forneça seu endereço de email abaixo, e nos te " +"enviaremos um email com instruções para configurar uma nova." + +msgid "Email address:" +msgstr "Endereço de email:" + +msgid "Reset my password" +msgstr "Reinicializar minha senha" + +msgid "Select all objects on this page for an action" +msgstr "Selecione todos os objetos nessa página para uma ação" + +msgid "All dates" +msgstr "Todas as datas" + +#, python-format +msgid "Select %s" +msgstr "Selecione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selecione %s para modificar" + +#, python-format +msgid "Select %s to view" +msgstr "Selecione %s para visualizar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Procurar" + +msgid "Currently:" +msgstr "Atualmente:" + +msgid "Change:" +msgstr "Alterar:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..da9e1b1f7ead39c8657a71b0702c1c292e414bc9 GIT binary patch literal 5949 zcmc(jU5sQ!6@UwAes%zH0R;uzVqsuLwtHrFS(fc(f!UoMSYX(n84zAD)qQKaFWkP> z-k;tb@7!B=rn`4t zz?gV<>V8$H{!Z07b#C?k`m)+Hif4&*4e7J*Q>p{ssPW=?`h2DKz%Rf%;E&-4q~Zdl z$f~WLSHbfrZ}a6zcroQ2zPuMMQoajb0zdEhjOTNnFTl&F{~_E0e-1B%uX_Ft%DjK{ z{43;7{gaodT%)mY3lx3c56^{HK>pNKyrlniP})twhhZJAz|TSc)Gv8Szu!U`|8*$( zzX?VEJt!x79)gI}!%*}!ykz{xy*z=U$ESSxDJbK85$=OuhE4c0$e-FWQSx&5EahwA zSK&*r4s)|KM40g>9+)>eHUI0KLam^&w73jO8b|6`Bh(j6JCM*{P&mhTn&GEj#4|} zqsZUBRH+O;ijzsZS0GDMuS2##y#-}I--fc!=WSJrF6v?^cDM%K3nw8>R3D07Px)K+$s=vQ%{o zlyMKh7vX*IJFtdQB7XtOct3zL{*T~2@F!68-^wP)K5vIoe>;?Z3%Uha9N=hdFuJg@h>$@6B2yQmq@InQ05yFK@K?)BW~c@urFC1D1o zNmC@*UwOnInxq3H@#%x4Mbgcr>X{>RA4zO3``RGMvp~XRMGU(SF)6+m!@@g# zflo{E$oY`xMpB)0y%Z*=QX5UD+O6uzsdk)^MPS>R4bEP-*-pED7P?r+F4KcB4O@{_ zlc!auBlT15C~QBjGpE~;HOaKPRhvey0s4aZeiBA%KJVmdrsfAGj0~gd$y6OQaoa}f zVAr`+1iH266%ON$&bqdzO&mxj_HxPV?PZ7U+9ZiPp<8*DxwugcWAuW_>}F{t>1Jxl#nScx=VD%&ZR$r{j`qcxyDm?(=~@$r-BOzjY@$WY#+lou@1?PB z*>1=dzMEms+;mVb{{eSG9cgDyw&J+$xxss}SJ`3QUVa!;TEUlwt*~seJdurCw*9PB zV>vH&a;2Lmsno2v^4)Xd3Th>{rFgAxbr|E3SvSP3+)44y)xvT*a3|uzkD@TmWY5iz zPd3!bd+Ix+Z$o|D263stBR0iJL^rW?*RWk1ElsRVTMpTd!n@aegZQ;ie=XBJ6IjG+ zy4^K#$8wfq77~PmFvv~B5^NNt4e=kE<3RnywKz^|I&$uDIW?;e@8OW#?fk*eiJ>e) zCYG9I(WW{yXH}0zdQ`oXzJbV+4F%cQ(-hQeHf!jkL<7!s86A$?Cnk{omG;;@wv2{2 zvGpV`wJW!#vAJ(~TuyrC4Y5I(72%}XnZv7v$}-&0Mi&~7k8~nLg_dRO(yXCOtCiS6 zLt`{u9_|_#5trw<21dk{pVr8XRutY^!)ZsvmG{;pGg?#nZw)^lk#9Iwjod~}&&63+ z7vZ(Wdt6=w+!}FrtfC5OH8NvWRgkNZ8LRSvt_H_z2z@o;-)Z95A|7vDgvT21vE~F! zq-$f+2M9D0ersgLs(du6!Lgc+a8V#(e{>9B0mpd(Um&0*Q5DMzH0 z8Ha^KHdIFw_ZXk$`r)AdkWErzK~o2hap2v=aocxER$odxVNgGichdTbYwC%kN9xC| ze2`sSm+xCs@0^|6RiC}3zH_&p-P7E?_vTriiTh2O)mIV|r;*8A($tGK3JHeGVKlH| zV)RrgXeBP4*0-+~wIOlV^vqqI9v|mM+x70)!SFkGGg{oqO~=+(tm!rNQ8dG=EQfmP zKw_QcLh55;X45d50@wpN&JXx-Gs zToXqlmKW6*UD8XNI_?+6bpNh>y3FpMiuL~edR9OAq%LxE)A~+|wAI&%{Kgx}P3k$> z;n~@;?VWm#20QmnY}~8}+#|OxOl1Q14%O*9*YgeNuRp*39MMxQbH%Vm$0EQX*1tR8 z3N`5)eV;GJP%G|fL(M`adzbCxO83c}&x^rjqOb?$S{E2TP;qztxiX)bB(Q3}Row47 zL{V0o>L5(}E*8C*u)N}N+7G2|7j+GHs!avsz|~!3p^JOT@DXxoW?wtM~ zdux+n5xj!CnC1mbV zbVplWKh=^bv25jrixLa2Mm@{fD?T&Q_}^j0h$Rn;tn9o&hFRGJ#yHsMKA zo>{r;CWaptoZgi4Bf)9(Xg1VlUmBdf?~vkhbQ-8E-vz-2M&6+T~{1!QePIblQhZL|?14zo>nR^x8o52YnPNk7wd$I}%t^Y}7K8!4H zz}v@7Zo5V3l#$TEPti{Z-zfp%l-MKTw@bp115>WC+N?@r_H=Ca;u|0%5}kV0-pLJk z{gedT(QRC|epY+ZwsS)Dh&@hU+R)&H6e;!j1;dYAtWA)Uh^53^#Y4qA6@DmgAn{)g nlEg>}j}irmeUZdJiGC9Lh-(8mX5!{*x%juBj`5$x$JD<8B9LKa literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..0bb7737f1e0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -0,0 +1,330 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# andrewsmedina , 2016 +# Eduardo Cereto Carvalho, 2011 +# Eduardo Felipe Castegnaro , 2024 +# Felipe Silveira (Felipebros) , 2025 +# Gabriel da Mota , 2023 +# fa9e10542e458baef0599ae856e43651_13d2225, 2012 +# Jannis Leidel , 2011 +# Jonas Rodrigues, 2023 +# Lucas Infante , 2015 +# Marssal Jr. , 2022 +# Rafael Fontenelle , 2021,2025 +# Renata Barbosa Almeida , 2016 +# Samuel Nogueira Bacelar , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Felipe Silveira (Felipebros) , " +"2025\n" +"Language-Team: Portuguese (Brazil) (http://app.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponíveis" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Escolha %s selecionando-os e depois selecione o botão de seta \"Escolher\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Digite nessa caixa para filtrar a lista de %s disponíveis." + +msgid "Filter" +msgstr "Filtro" + +#, javascript-format +msgid "Choose all %s" +msgstr "Escolher todos %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Escolher selecionado(s) %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Remover selecionado(s) %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s escolhido(s)" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Remova %s selecionando-os e depois selecione o botão de seta \"Remover\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Digite nesta caixa para filtrar a lista de selecionados %s." + +msgid "(click to clear)" +msgstr "(clique para limpar)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Remover todos %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s opção selecionada não visível" +msgstr[1] "%s opções selecionadas não visíveis" +msgstr[2] "%s opções selecionadas não visíveis" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s selecionado" +msgstr[1] "%(sel)s de %(cnt)s selecionados" +msgstr[2] "%(sel)s de %(cnt)s selecionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Você tem alterações não salvas em campos editáveis individuais. Se você " +"executar uma ação suas alterações não salvas serão perdidas." + +msgid "" +"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." +msgstr "" +"Você selecionou uma ação, mas você ainda não salvou suas alterações nos " +"campos individuais. Por favor clique OK para salvar. você precisará de rodar " +"novamente a ação." + +msgid "" +"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." +msgstr "" +"Você selecionou uma ação sem fazer mudanças nos campos individuais. Você " +"provavelmente está procurando pelo botão Ir ao invés do botão Salvar." + +msgid "Now" +msgstr "Agora" + +msgid "Midnight" +msgstr "Meia-noite" + +msgid "6 a.m." +msgstr "6 da manhã" + +msgid "Noon" +msgstr "Meio-dia" + +msgid "6 p.m." +msgstr "6 da tarde" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Você está %s hora à frente do horário do servidor." +msgstr[1] "Nota: Você está %s horas à frente do horário do servidor." +msgstr[2] "Nota: Você está %s horas à frente do horário do servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Você está %s hora atrás do tempo do servidor." +msgstr[1] "Nota: Você está %s horas atrás do horário do servidor." +msgstr[2] "Nota: Você está %s horas atrás do horário do servidor." + +msgid "Choose a Time" +msgstr "Escolha um horário" + +msgid "Choose a time" +msgstr "Escolha uma hora" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoje" + +msgid "Choose a Date" +msgstr "Escolha uma data" + +msgid "Yesterday" +msgstr "Ontem" + +msgid "Tomorrow" +msgstr "Amanhã" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Fev" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Abr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ago" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Set" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Out" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dez" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Monday" +msgstr "Segunda-feira" + +msgid "Tuesday" +msgstr "Terça-feira" + +msgid "Wednesday" +msgstr "Quarta-feira" + +msgid "Thursday" +msgstr "Quinta-feira" + +msgid "Friday" +msgstr "Sexta-feira" + +msgid "Saturday" +msgstr "Sábado" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Dom" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Seg" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Ter" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Qua" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Qui" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Sex" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sáb" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "S" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Q" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Q" + +msgctxt "one letter Friday" +msgid "F" +msgstr "S" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4fe6d2eed1597d05516df76cf68d539c6cc9b984 GIT binary patch literal 15157 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f328477f0e1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,758 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bogdan Mateescu, 2018-2019 +# Daniel Ursache-Dogariu, 2011,2022 +# Denis Darii , 2011,2014 +# Eugenol Man , 2020 +# Ionel Cristian Mărieș , 2012 +# Jannis Leidel , 2011 +# Mihai Fotea , 2020 +# Razvan Stefanescu , 2015-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-01-17 02:13-0600\n" +"PO-Revision-Date: 2023-04-25 07:05+0000\n" +"Last-Translator: Daniel Ursache-Dogariu, 2011,2022\n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Elimină %(verbose_name_plural)s selectate" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s șterse cu succes." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nu se poate șterge %(name)s" + +msgid "Are you sure?" +msgstr "Sigur?" + +msgid "Administration" +msgstr "Administrare" + +msgid "All" +msgstr "Toate" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Nu" + +msgid "Unknown" +msgstr "Necunoscut" + +msgid "Any date" +msgstr "Orice dată" + +msgid "Today" +msgstr "Astăzi" + +msgid "Past 7 days" +msgstr "Ultimele 7 zile" + +msgid "This month" +msgstr "Luna aceasta" + +msgid "This year" +msgstr "Anul acesta" + +msgid "No date" +msgstr "Fără dată" + +msgid "Has date" +msgstr "Are dată" + +msgid "Empty" +msgstr "Gol" + +msgid "Not empty" +msgstr "Nu este gol" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Introduceți vă rog un %(username)s și parola corectă pentru un cont de " +"membru. De remarcat că ambele pot conține majuscule." + +msgid "Action:" +msgstr "Acțiune:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adăugati încă un/o %(verbose_name)s" + +msgid "Remove" +msgstr "Elimină" + +msgid "Addition" +msgstr "Adăugare" + +msgid "Change" +msgstr "Schimbare" + +msgid "Deletion" +msgstr "Ștergere" + +msgid "action time" +msgstr "timp acțiune" + +msgid "user" +msgstr "utilizator" + +msgid "content type" +msgstr "tip de conținut" + +msgid "object id" +msgstr "id obiect" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "repr obiect" + +msgid "action flag" +msgstr "marcaj acțiune" + +msgid "change message" +msgstr "mesaj schimbare" + +msgid "log entry" +msgstr "intrare jurnal" + +msgid "log entries" +msgstr "intrări jurnal" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Adăugat %(object)s" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Schimbat “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Șters “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Obiect LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Adăugat {name} “{object}”." + +msgid "Added." +msgstr "Adăugat." + +msgid "and" +msgstr "și" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} schimbat pentru {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "S-au schimbat {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Șters {name} “{object}”." + +msgid "No fields changed." +msgstr "Niciun câmp modificat." + +msgid "None" +msgstr "Nimic" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" a fost adăugat cu succes." + +msgid "You may edit it again below." +msgstr "Poți edita din nou mai jos." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} \"{obj}\" a fost adăugat cu succes. Poți adăuga alt {name} mai jos." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" a fost modificat cu succes. Poți să editezi în continuare " +"mai jos." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" a fost adăugat cu succes. Poți să editezi în continuare mai " +"jos." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" a fost modificat cu succes. Poți adăuga alt {name} mai jos." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" a fost schimbat cu succes." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Itemii trebuie selectați pentru a putea îndeplini sarcini asupra lor. Niciun " +"item nu a fost modificat." + +msgid "No action selected." +msgstr "Nicio acțiune selectată." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Adaugă %s" + +#, python-format +msgid "Change %s" +msgstr "Schimbă %s" + +#, python-format +msgid "View %s" +msgstr "Vizualizează %s" + +msgid "Database error" +msgstr "Eroare de bază de date" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s s-a modificat cu succes." +msgstr[1] "%(count)s %(name)s s-au modificat cu succes." +msgstr[2] "%(count)s de %(name)s s-au modificat cu succes." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selectat(ă)" +msgstr[1] "Toate %(total_count)s selectate" +msgstr[2] "Toate %(total_count)s selectate" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 din %(cnt)s selectat" + +#, python-format +msgid "Change history: %s" +msgstr "Istoric schimbări: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Ștergerea %(class_name)s %(instance)s ar necesita ștergerea următoarelor " +"obiecte asociate protejate: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrare site Django" + +msgid "Django administration" +msgstr "Administrare Django" + +msgid "Site administration" +msgstr "Administrare site" + +msgid "Log in" +msgstr "Autentificare" + +#, python-format +msgid "%(app)s administration" +msgstr "administrare %(app)s" + +msgid "Page not found" +msgstr "Pagină inexistentă" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Din păcate nu am găsit pagina solicitată" + +msgid "Home" +msgstr "Acasă" + +msgid "Server error" +msgstr "Eroare de server" + +msgid "Server error (500)" +msgstr "Eroare de server (500)" + +msgid "Server Error (500)" +msgstr "Eroare server (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Pornește acțiunea selectată" + +msgid "Go" +msgstr "Start" + +msgid "Click here to select the objects across all pages" +msgstr "Clic aici pentru a selecta obiectele la nivelul tuturor paginilor" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selectați toate %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Deselectați" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele în aplicația %(name)s" + +msgid "Add" +msgstr "Adaugă" + +msgid "View" +msgstr "Vizualizează" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Introduceți un nume de utilizator și o parolă." + +msgid "Change password" +msgstr "Schimbă parola" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduceți o parolă nouă pentru utilizatorul %(username)s." + +msgid "Skip to main content" +msgstr "" + +msgid "Welcome," +msgstr "Bun venit," + +msgid "View site" +msgstr "Vizualizare site" + +msgid "Documentation" +msgstr "Documentație" + +msgid "Log out" +msgstr "Deconectează-te" + +msgid "Breadcrumbs" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "Adaugă %(name)s" + +msgid "History" +msgstr "Istoric" + +msgid "View on site" +msgstr "Vizualizează pe site" + +msgid "Filter" +msgstr "Filtru" + +msgid "Clear all filters" +msgstr "Șterge toate filtrele" + +msgid "Remove from sorting" +msgstr "Elimină din sortare" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritate sortare: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternează sortarea" + +msgid "Toggle theme (current theme: auto)" +msgstr "" + +msgid "Toggle theme (current theme: light)" +msgstr "" + +msgid "Toggle theme (current theme: dark)" +msgstr "" + +msgid "Delete" +msgstr "Șterge" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Ștergerea %(object_name)s '%(escaped_object)s' va duce și la ștergerea " +"obiectelor asociate, însă contul dumneavoastră nu are permisiunea de a " +"șterge următoarele tipuri de obiecte:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Ștergerea %(object_name)s '%(escaped_object)s' ar putea necesita și " +"ștergerea următoarelor obiecte protejate asociate:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Sigur doriți ștergerea %(object_name)s \"%(escaped_object)s\"? Următoarele " +"itemuri asociate vor fi șterse:" + +msgid "Objects" +msgstr "Obiecte" + +msgid "Yes, I’m sure" +msgstr "Da, sunt sigur" + +msgid "No, take me back" +msgstr "Nu, vreau să mă întorc" + +msgid "Delete multiple objects" +msgstr "Ștergeți obiecte multiple" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Ștergerea %(objects_name)s conform selecției ar putea duce la ștergerea " +"obiectelor asociate, însă contul dvs. de utilizator nu are permisiunea de a " +"șterge următoarele tipuri de obiecte:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Ştergerea %(objects_name)s conform selecției ar necesita și ștergerea " +"următoarelor obiecte protejate asociate:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Sigur doriţi să ștergeți %(objects_name)s conform selecției? Toate obiectele " +"următoare alături de cele asociate lor vor fi șterse:" + +msgid "Delete?" +msgstr "Elimină?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "După %(filter_title)s " + +msgid "Summary" +msgstr "Sumar" + +msgid "Recent actions" +msgstr "Acțiuni recente" + +msgid "My actions" +msgstr "Acțiunile mele" + +msgid "None available" +msgstr "Niciuna" + +msgid "Unknown content" +msgstr "Conținut necunoscut" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sunteți autentificat ca %(username)s, dar nu sunteți autorizat să accesați " +"această pagină. Doriți să vă autentificați cu un alt cont?" + +msgid "Forgotten your password or username?" +msgstr "Ați uitat parola sau utilizatorul ?" + +msgid "Toggle navigation" +msgstr "Comutare navigație" + +msgid "Sidebar" +msgstr "" + +msgid "Start typing to filter…" +msgstr "Începeți să scrieți pentru filtrare..." + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Dată/oră" + +msgid "User" +msgstr "Utilizator" + +msgid "Action" +msgstr "Acțiune" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Arată totul" + +msgid "Save" +msgstr "Salvează" + +msgid "Popup closing…" +msgstr "Fereastra se închide..." + +msgid "Search" +msgstr "Caută" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultat" +msgstr[1] "%(counter)s rezultate" +msgstr[2] "%(counter)s de rezultate" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s în total" + +msgid "Save as new" +msgstr "Salvați ca nou" + +msgid "Save and add another" +msgstr "Salvați și mai adăugați" + +msgid "Save and continue editing" +msgstr "Salvați și continuați editarea" + +msgid "Save and view" +msgstr "Salvează și vizualizează" + +msgid "Close" +msgstr "Închide" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modifică %(model)s selectat" + +#, python-format +msgid "Add another %(model)s" +msgstr "Adaugă alt %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Șterge %(model)s selectat" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "Reautentificare" + +msgid "Password change" +msgstr "Schimbare parolă" + +msgid "Your password was changed." +msgstr "Parola a fost schimbată." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Vă rog introduceți parola veche, pentru securitate, apoi introduceți parola " +"nouă de doua ori pentru a verifica dacă a fost scrisă corect. " + +msgid "Change my password" +msgstr "Schimbă-mi parola" + +msgid "Password reset" +msgstr "Resetare parolă" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Parola dumneavoastră a fost stabilită. Acum puteți continua să vă " +"autentificați." + +msgid "Password reset confirmation" +msgstr "Confirmare resetare parolă" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Introduceți parola de două ori, pentru a putea verifica dacă ați scris-o " +"corect." + +msgid "New password:" +msgstr "Parolă nouă:" + +msgid "Confirm password:" +msgstr "Confirmare parolă:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link-ul de resetare a parolei a fost nevalid, probabil din cauză că acesta a " +"fost deja utilizat. Solicitați o nouă resetare a parolei." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Am trimis instrucțiuni pentru a seta parola, daca există un cont cu email-ul " +"introdus. O sa-l primiți cât de curând." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Dacă nu ați primit un email, verificați vă rog dacă ați introdus adresa cu " +"care v-ați înregistrat și verificați si folderul Spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Primiți acest email deoarece ați cerut o resetare a parolei pentru contul de " +"utilizator de la %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Mergeți la următoarea pagină și alegeți o parolă nouă:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Numele tău de utilizator, în caz că l-ai uitat:" + +msgid "Thanks for using our site!" +msgstr "Mulțumiri pentru utilizarea sitului nostru!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Echipa %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Ați uitat parola ? Introduceți adresa de email mai jos și vă vom trimite " +"instrucțiuni pentru o parolă nouă." + +msgid "Email address:" +msgstr "Adresă e-mail:" + +msgid "Reset my password" +msgstr "Resetează-mi parola" + +msgid "All dates" +msgstr "Toate datele" + +#, python-format +msgid "Select %s" +msgstr "Selectează %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selectează %s pentru schimbare" + +#, python-format +msgid "Select %s to view" +msgstr "Selecteză %s pentru a vizualiza" + +msgid "Date:" +msgstr "Dată:" + +msgid "Time:" +msgstr "Oră:" + +msgid "Lookup" +msgstr "Căutare" + +msgid "Currently:" +msgstr "În prezent:" + +msgid "Change:" +msgstr "Schimbă:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..59f694e3a8c4764e634e4683ed36109f3231dd18 GIT binary patch literal 4639 zcmbuBL2O({8OH}23U#404WX1aFg1-?)9iXTZIiOb4JL_Or`g7`mz0QJX5X9Lo%Fq# z)x3GT-Y8NlS<0bsK?JE$1c+3ETLco75JD8mF3JH3i3{R_P!1q2NF2Cv;Q!5=^{x|R z8u9FTznytA-+c3Z-^@3Eeq`VG7@lWQo^L|C?+1St_zUnO zsJ|EL?}Hyl{db}Mr@+5}pFsQH0{<0w9|ljMeLwgB_yqWQa0Z+Km%xvKX<#3u`QHE` zf?WYW3VtipzZ>{Ah=2Bdyl4sUfF$Q9AdUMe_zmz~un9f{q4Yfhseb~J+#ZO3wvHF+ z`36XOz6Fw;tKe1e8u%Tsf(AR2!F9t7V8e-8G*20k7De;xP- z@F41c4fTJA`omD-Q)r(7KMl@<*Ws&G@HN!`@nE6v%WwizVyhsgW*0(TfaHfR2$8H0 zlD=<-_A4O%+10=wfe^`Vg0!Arf}aC7!5Q#2NOB&4P~riQ<~;<`yib8N?g&WpJQp|* zQoluz?EMn>5O@}(ao+@QfD!mZ@P2$G`9B7||3dv;kmSDy;-B5Z3#MRy1WEpFkmURw zybgZ*lZE`!!^QV1cmnOmL6SQF9e5ce|NIlY0=~7MF_@X{f281nz=MI020j+}c;KPH z&tUAG580I-n2=Ra9z~f!c@l-5#|n78$mdU^kPW|x0(HC}J`B=xw18jp5&SNPI@yAr zFQJfK4^agVmgOI^9aLncqRO5DA4h??*enW1fyr16h0cY;DD+fOzJT&9$}|c+pDn=V zK=Kv&m13A4if!80^gM+^u?yEiU@4QyY{pHSA1+1O;U^ko?$g*)x;2FD<9# zRCezR)jxP=-jZFV;}0Zu_pbe7)vuTVI~O@a7FhL$3Lty2HQ94TzqKwpHoGe0_;+2& z6P3ZzZ7wDpT=DBq#c<@4%%qaHh9QcS?$FSbEA2(J%sSSQm;o193chF_k<&syK3xRL zG%RY-sU_V&q7TjP28Ls}%qqJowe9DzMj;CRPmKx_{V$D7jPPih)R5k+IqXR+8IkJ9 zeza=*Zu=;~mg8h*ntoMHo7F4#TZLof(Tg;_SpAYLK>Q_ zEZe-$t}xAnV!19R-Q6HER?Z(&Bg-tey~-qR!q8shJ0%SiRA^yKn9Nm}(fB1D+{Txz zg6sAzO|~_Rrnbgp+nR7WIeFjOj@I1w+|kzT<~F0A&B>n4T;ARIs*H8f{3=_q<|2;q z@^V~0FKvdHsq^?E0>ezL%AT>V+{ijAE`KfWWaXx*^Qo0{oTT)An5&Jy8_t@G1)M{1Ms2CViKEwQppw$Mol{nbv2WKfAr z`U1x3PA)pK+>|1%^Hq}yjV`>@b*@*Rn;Q%U6-Q!KTdvcPxkBF&k}!VGnz`Aj#&YBI zcxAOpb?T(iPHL!z%~$76uDiKjB9xw|c(a*w3tw+8m7gE?qq*ABmQU-*#5jTK{P~u0 z+j`cyHB&1|ZbedFGB(ZXT=#r6TX<%k7e5zDdSRhmEB5%_9d^mgN{(_fl2oj+p3$mB30vpb zXP34%*kU3(=tOUBcr4tg4K-tTuQ=niMG{LS<#wNZd+>loLZn8>@_mpRN4a_XvrJT~ zwAk)Y2&u3lH(O{Nk~96nxoLB@m_^tgk}dlLjrQd{@o$YcagpoOJMVa8=u(A}J_HG-3sMWYBCSs5J^< z+QlShtYBV7bx+kqM)#i`ij7RSw{B#vONjB!8%j&I7QwU>QMeYsqG1h?8#W=`IIQqi z9xYy_jyeoz z<*jQ@(bd4f>*fk#>R8#zp@G2lL1D*_7A>GyU%vki!fU)( zTr~=1M)TghYhGU5B~$_pP6;xJT$iw!AW>tR9+?!2<%|XQarJ7$S_(Hmgja=~XJ^?O LJH^hh2LAp7A@e7o literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e681dde5b86 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po @@ -0,0 +1,228 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bogdan Mateescu, 2018-2019 +# Daniel Ursache-Dogariu, 2011 +# Denis Darii , 2011 +# Eugenol Man , 2020 +# Ionel Cristian Mărieș , 2012 +# Jannis Leidel , 2011 +# razvan ionescu , 2015 +# Razvan Stefanescu , 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-11 20:56+0200\n" +"PO-Revision-Date: 2020-07-15 11:16+0000\n" +"Last-Translator: Eugenol Man \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibil" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Aceasta este o listă cu %s disponibile. Le puteți alege selectând mai multe " +"in chenarul de mai jos și apăsând pe săgeata \"Alege\" dintre cele două " +"chenare." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scrie în acest chenar pentru a filtra lista de %s disponibile." + +msgid "Filter" +msgstr "Filtru" + +msgid "Choose all" +msgstr "Alege toate" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click pentru a alege toate %s." + +msgid "Choose" +msgstr "Alege" + +msgid "Remove" +msgstr "Elimină" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s alese" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Aceasta este lista de %s alese. Puteți elimina din ele selectându-le in " +"chenarul de mai jos și apasand pe săgeata \"Elimină\" dintre cele două " +"chenare." + +msgid "Remove all" +msgstr "Elimină toate" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click pentru a elimina toate %s alese." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s din %(cnt)s selectate" +msgstr[1] "%(sel)s din %(cnt)s selectate" +msgstr[2] "de %(sel)s din %(cnt)s selectate" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Aveţi modificări nesalvate în cîmpuri individuale editabile. Dacă executaţi " +"o acțiune, modificările nesalvate vor fi pierdute." + +msgid "" +"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." +msgstr "" +"Ai selectat o acțiune dar nu ai salvat modificările făcute în câmpuri " +"individuale. Te rugăm apasa Ok pentru a salva. Va trebui sa reiei acțiunea." + +msgid "" +"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." +msgstr "" +"Ai selectat o acțiune și nu ai făcut modificări. Probabil că dorești butonul " +"de Go mai putin cel de Salvează." + +msgid "Now" +msgstr "Acum" + +msgid "Midnight" +msgstr "Miezul nopții" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Amiază" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Notă: Sunteți cu %s oră înaintea orei serverului." +msgstr[1] "Notă: Sunteți cu %s ore înaintea orei serverului." +msgstr[2] "Notă: Sunteți cu %s de ore înaintea orei serverului." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Notă: Sunteți cu %s oră în urma orei serverului." +msgstr[1] "Notă: Sunteți cu %s ore în urma orei serverului." +msgstr[2] "Notă: Sunteți cu %s de ore în urma orei serverului." + +msgid "Choose a Time" +msgstr "Alege o oră" + +msgid "Choose a time" +msgstr "Alege o oră" + +msgid "Cancel" +msgstr "Anulează" + +msgid "Today" +msgstr "Astăzi" + +msgid "Choose a Date" +msgstr "Alege o dată" + +msgid "Yesterday" +msgstr "Ieri" + +msgid "Tomorrow" +msgstr "Mâine" + +msgid "January" +msgstr "Ianuarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Martie" + +msgid "April" +msgstr "Aprilie" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Iunie" + +msgid "July" +msgstr "Iulie" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "Septembrie" + +msgid "October" +msgstr "Octombrie" + +msgid "November" +msgstr "Noiembrie" + +msgid "December" +msgstr "Decembrie" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Arată" + +msgid "Hide" +msgstr "Ascunde" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9c0e066055863a9a4a67342e24542b6bc2549282 GIT binary patch literal 24128 zcmd6u3zS_|dB=~4ulNFsB2@4Y4Vl52$s`caA(H?}fGEL0f)pQxJNKTMx#rHj<9%cp zC6b5X(S)R=@c{-fpja!kNg!d8K!Vg-`&{?7wywU!y1KetT_`T?Q`^=4{@>o`+;i{T z2|?THg+2fC*k|wW{e63%lW)D@wd4qfYa*&~e4}z}%v*1g?wV7L)Yyf3vw}X0q7bv;!_V*tFCFjS$+2B!s{`a8x zdJYslKL#R}8-~CoM?-o$=eF_x6UjRktBcSy2G$=X$87TVx3B+WB z=Rs5xoE$nn&jvMr52$h835xzDpvGGPYP=7D=Yb`#7rYmgU3?uBAKwQh?^!5Sesemg z^YcLI^CD35TmniiSAiOT4Jf)s!F}L*P~*-+DWdZ_up2CadhQ-@F}MfBWP)#l7l1zj zG3lWHZ9z~2uK@eNr$EW^Ij|ob#8|Eci{MJ|E1=~2dM3RNya$wBJP&>l{4pqbTz{^! z?~KP0P;waqrH5NVNC>uj+y^pc@C{IO|2ruC%Sok=Q#`&A)crF-$!j(!z0CtP?-iir zcMbS1@crOj;4bi`;Os6p?z!M5&MyQPf`>p%Hh3QVF!&mTI0#OFlG_1L`lx&STTtVD z7Zg9wfuiRp;A_EGqI~s#6Zk4{w#OcS{X$TDT?U?g5_E&|kKvvmSPD*nvXdj=^WZnZ zE#U8COd+@uWsQPGa69--a2`0!AC2=VQ1bqwKR*P@KK>At9sL7%8TjwueDGqFt>?x- zL=}7-MAgB=p!)w2_i2C>&;0;A2A;eC9|OM%imxr_ zyZFBcJcaW=0oDIoASM+25Y+r{##rA84uZINunt@f?gCE*{~Dxg@Ej;Tg(wr2f{Q`j zUkhSN!Fo{7e;&+%&w#H3=U(XMxe%1zJ^+fZJoqMX8z}uf1gig|AS?t=g3{CTpzQ4Y ziyYr$;M+J~4~F0#fBhLya`-dwVQ?o*&3XyX^6*a1ml3R9!TC2q$>Z6JgWyu|2OuUD zELi0H@q-|#Cb$d46oQArS>QK7^?w$Oz;iHO@pC))8t{{#=zb8Coc;o=gFgV@0Dgra zaXR=7@GS5-Q2fqX;`09)pvJi${66?)5D^CVUV==)Iw(475b;KE1E}*)foFqz{Q1+M z^!!Jl=zkW}ysyO=#n&8AcC;9j9V`dm0G?-X*v0uxATAo*31Sk#K~Qr29(V~DtZ;STrJ(f#agE?0C^>x>lw5uUiqBWP+u=eG zlL@lmdhoNL^n1p8Tz7>FGA`&G5M! z#B_oKE1i6Q2+CgOU+wtKfgj@h4p8#{M-WpD=DgR%i<`jj={_j_*R3LkfRBQhdeCzX zu?394E#RMnFK6BxuEjPvziGAO|6jr1<$Tr}r_VnHU(NZqz}JEQ1a^b}0Se z`xWqH&R=$eliw_`hwC9IepkNV<;gz=7jykgi2D_;-|#`Ful?ZZoc|ptef$e}5_l@Y zJr6t$JPTX`UIcy!JRAI^$HzhO|K}e63lv{-e>Di0&UAPV82=z6_^Lmd4ep^$(jKHe zNz-p0?GrRuupdKNjev{WZw`NV(;j!H_E$7~mUa*AQ+CDiDWB9&w!fdYj&?syHt^dt z{m!L*jfRR$7vdi?v3LapzfSu!?JGLrx6eV42Y1k9ck)5~UP*fu?QR;bYB>=I4%3Ep zzz-1zPt%stl-u;{qRGylp&`Oxh;|3<^R(B{6bo<(vk}04sNQ1HLU6OYWVU;;KRy-w z9e?}|a2xHTw1;W3U0m1J5QKyPH?iL`{>mTp`!$+kRhG7b_HkN2?PauEY1?U!(qtF< z9i-hxyICjviVp1WTK@iC>ii*&6<_2NU#ESBHbHxUb_)$N4K~tlr+tq08?_89FlorIT7hI6`x^Mz_u zzOkCG7NYJ-7|iL)jE{4W$&KZU`AW5%spd;XE@umwO6A64W=!4YbmfbcYNnXwME6Ry zV%0AD`xBW;m>ta&N1|L;bkh&xaH2RIM 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 m%j5~Tia$Fi, 2013 +# Denis Darii , 2011 +# Dimmus , 2011 +# Eugene , 2016-2017 +# crazyzubr , 2020 +# Sergey , 2016 +# Jannis Leidel , 2011 +# SeryiMysh , 2020 +# Алексей Борискин , 2012-2015,2022-2025 +# Дмитрий , 2019 +# Bobsans , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Алексей Борискин , 2012-2015,2022-2025\n" +"Language-Team: Russian (http://app.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Удалить выбранные %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно удалены %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не удается удалить %(name)s" + +msgid "Delete multiple objects" +msgstr "Удалить несколько объектов" + +msgid "Administration" +msgstr "Администрирование" + +msgid "All" +msgstr "Все" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Нет" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Any date" +msgstr "Любая дата" + +msgid "Today" +msgstr "Сегодня" + +msgid "Past 7 days" +msgstr "Последние 7 дней" + +msgid "This month" +msgstr "Этот месяц" + +msgid "This year" +msgstr "Этот год" + +msgid "No date" +msgstr "Дата не указана" + +msgid "Has date" +msgstr "Дата указана" + +msgid "Empty" +msgstr "Пусто" + +msgid "Not empty" +msgstr "Не пусто" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Пожалуйста, введите корректные %(username)s и пароль учётной записи. Оба " +"поля могут быть чувствительны к регистру." + +msgid "Action:" +msgstr "Действие:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Добавить еще один %(verbose_name)s" + +msgid "Remove" +msgstr "Удалить" + +msgid "Addition" +msgstr "Добавление" + +msgid "Change" +msgstr "Изменить" + +msgid "Deletion" +msgstr "Удаление" + +msgid "action time" +msgstr "время действия" + +msgid "user" +msgstr "пользователь" + +msgid "content type" +msgstr "тип содержимого" + +msgid "object id" +msgstr "идентификатор объекта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "представление объекта" + +msgid "action flag" +msgstr "тип действия" + +msgid "change message" +msgstr "сообщение об изменении" + +msgid "log entry" +msgstr "запись в журнале" + +msgid "log entries" +msgstr "записи в журнале" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Добавлено “%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Изменено “%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Удалено “%(object)s.“" + +msgid "LogEntry Object" +msgstr "Запись в журнале" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Добавлен {name} “{object}“." + +msgid "Added." +msgstr "Добавлено." + +msgid "and" +msgstr "и" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Изменено {fields} у {name} “{object}“." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Изменено {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Удален {name} “{object}“." + +msgid "No fields changed." +msgstr "Ни одно поле не изменено." + +msgid "None" +msgstr "Нет" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Удерживайте “Control“ (или “Command“ на Mac), чтобы выбрать несколько " +"значений." + +msgid "Select this object for an action - {}" +msgstr "Выбрать этот объект, чтобы применить к нему действие - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" был успешно добавлен." + +msgid "You may edit it again below." +msgstr "Вы можете снова изменить этот объект ниже." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}“ был успешно добавлен. Вы можете добавить еще один {name} ниже." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}“ был изменен успешно. Вы можете отредактировать его снова ниже." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} “{obj}“ был изменен. Вы можете добавить еще один {name} ниже." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}“ был успешно изменен." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Чтобы произвести действия над объектами, необходимо их выбрать. Объекты не " +"были изменены." + +msgid "No action selected." +msgstr "Действие не выбрано." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s“ был успешно удален." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s с ID “%(key)s“ не существует. Возможно оно было удалено?" + +#, python-format +msgid "Add %s" +msgstr "Добавить %s" + +#, python-format +msgid "Change %s" +msgstr "Изменить %s" + +#, python-format +msgid "View %s" +msgstr "Просмотреть %s" + +msgid "Database error" +msgstr "Ошибка базы данных" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s был успешно изменен." +msgstr[1] "%(count)s %(name)s были успешно изменены." +msgstr[2] "%(count)s %(name)s были успешно изменены." +msgstr[3] "%(count)s %(name)s были успешно изменены." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Выбран %(total_count)s" +msgstr[1] "Выбраны все %(total_count)s" +msgstr[2] "Выбраны все %(total_count)s" +msgstr[3] "Выбраны все %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Выбрано 0 объектов из %(cnt)s " + +msgid "Delete" +msgstr "Удалить" + +#, python-format +msgid "Change history: %s" +msgstr "История изменений: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Удаление объекта %(instance)s типа %(class_name)s будет требовать удаления " +"следующих связанных объектов: %(related_objects)s" + +msgid "Django site admin" +msgstr "Административный сайт Django" + +msgid "Django administration" +msgstr "Администрирование Django" + +msgid "Site administration" +msgstr "Администрирование сайта" + +msgid "Log in" +msgstr "Войти" + +#, python-format +msgid "%(app)s administration" +msgstr "Администрирование приложения «%(app)s»" + +msgid "Page not found" +msgstr "Страница не найдена" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "К сожалению, запрашиваемая вами страница не найдена." + +msgid "Home" +msgstr "Начало" + +msgid "Server error" +msgstr "Ошибка сервера" + +msgid "Server error (500)" +msgstr "Ошибка сервера (500)" + +msgid "Server Error (500)" +msgstr "Ошибка сервера (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Произошла ошибка. О ней сообщено администраторам сайта по электронной почте, " +"ошибка должна быть вскоре исправлена. Благодарим вас за терпение." + +msgid "Run the selected action" +msgstr "Выполнить выбранное действие" + +msgid "Go" +msgstr "Выполнить" + +msgid "Click here to select the objects across all pages" +msgstr "Нажмите здесь, чтобы выбрать объекты на всех страницах" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Выбрать все %(module_name)s (%(total_count)s)" + +msgid "Clear selection" +msgstr "Снять выделение" + +msgid "Breadcrumbs" +msgstr "Хлебные крошки" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Модели в приложении %(name)s" + +msgid "Model name" +msgstr "Имя модели" + +msgid "Add link" +msgstr "Добавить" + +msgid "Change or view list link" +msgstr "Просмотреть или редактировать" + +msgid "Add" +msgstr "Добавить" + +msgid "View" +msgstr "Просмотреть" + +msgid "You don’t have permission to view or edit anything." +msgstr "У вас недостаточно полномочий для просмотра или изменения чего либо." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"После того, как вы создадите пользователя, у вас появится больше " +"возможностей по редактированию." + +msgid "Error:" +msgstr "Ошибка:" + +msgid "Change password" +msgstr "Изменить пароль" + +msgid "Set password" +msgstr "Задать пароль" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Пожалуйста, исправьте ошибку ниже." +msgstr[1] "Пожалуйста, исправьте ошибки ниже." +msgstr[2] "Пожалуйста, исправьте ошибки ниже." +msgstr[3] "Пожалуйста, исправьте ошибки ниже." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Введите новый пароль для пользователя %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Это действие разрешит парольную аутентификацию для этого " +"пользователя." + +msgid "Disable password-based authentication" +msgstr "Запретить аутентификацию по паролю" + +msgid "Enable password-based authentication" +msgstr "Разрешить аутентификацию по паролю" + +msgid "Skip to main content" +msgstr "К основному" + +msgid "Welcome," +msgstr "Добро пожаловать," + +msgid "View site" +msgstr "Открыть сайт" + +msgid "Documentation" +msgstr "Документация" + +msgid "Log out" +msgstr "Выйти" + +#, python-format +msgid "Add %(name)s" +msgstr "Добавить %(name)s" + +msgid "History" +msgstr "История" + +msgid "View on site" +msgstr "Смотреть на сайте" + +msgid "Filter" +msgstr "Фильтр" + +msgid "Hide counts" +msgstr "Скрыть счётчики" + +msgid "Show counts" +msgstr "Показать счётчики" + +msgid "Clear all filters" +msgstr "Сбросить все фильтры" + +msgid "Remove from sorting" +msgstr "Удалить из сортировки" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Приоритет сортировки: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Сортировать в другом направлении" + +msgid "Toggle theme (current theme: auto)" +msgstr "Переключить тему (текущая: выбрана автоматически)" + +msgid "Toggle theme (current theme: light)" +msgstr "Переключить тему (текущая: светлая)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Переключить тему (текущая: тёмная)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Удаление %(object_name)s '%(escaped_object)s' приведет к удалению связанных " +"объектов, но ваша учетная запись не имеет прав для удаления следующих типов " +"объектов:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Удаление %(object_name)s '%(escaped_object)s' потребует удаления следующих " +"связанных защищенных объектов:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Вы уверены, что хотите удалить %(object_name)s \"%(escaped_object)s\"? Все " +"следующие связанные объекты также будут удалены:" + +msgid "Objects" +msgstr "Объекты" + +msgid "Yes, I’m sure" +msgstr "Да, я уверен" + +msgid "No, take me back" +msgstr "Нет, отменить и вернуться к выбору" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Удаление выбранной %(objects_name)s приведет к удалению связанных объектов, " +"но ваша учетная запись не имеет прав на удаление следующих типов объектов:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Удаление %(objects_name)s потребует удаления следующих связанных защищенных " +"объектов:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Вы уверены, что хотите удалить %(objects_name)s? Все следующие объекты и " +"связанные с ними элементы будут удалены:" + +msgid "Delete?" +msgstr "Удалить?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s" + +msgid "Summary" +msgstr "Краткая статистика" + +msgid "Recent actions" +msgstr "Последние действия" + +msgid "My actions" +msgstr "Мои действия" + +msgid "None available" +msgstr "Недоступно" + +msgid "Added:" +msgstr "Создано:" + +msgid "Changed:" +msgstr "Изменено:" + +msgid "Deleted:" +msgstr "Удалено:" + +msgid "Unknown content" +msgstr "Неизвестный тип" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ваша база данных неправильно настроена. Убедитесь, что соответствующие " +"таблицы были созданы, и что соответствующему пользователю разрешен к ним " +"доступ." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Вы вошли в систему как %(username)s, однако у вас недостаточно прав для " +"просмотра данной страницы. Возможно, вы хотели бы войти в систему, используя " +"другую учётную запись?" + +msgid "Forgotten your login credentials?" +msgstr "Забыли пароль?" + +msgid "Toggle navigation" +msgstr "Переключить навигацию" + +msgid "Sidebar" +msgstr "Боковая панель" + +msgid "Start typing to filter…" +msgstr "Начните печатать для фильтрации..." + +msgid "Filter navigation items" +msgstr "Фильтр элементов навигации" + +msgid "Date/time" +msgstr "Дата и время" + +msgid "User" +msgstr "Пользователь" + +msgid "Action" +msgstr "Действие" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "запись" +msgstr[1] "записи" +msgstr[2] "записей" +msgstr[3] "записей" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Данный объект не имеет истории изменений. Возможно, он был добавлен не через " +"данный административный сайт." + +msgid "Show all" +msgstr "Показать все" + +msgid "Save" +msgstr "Сохранить" + +msgid "Popup closing…" +msgstr "Всплывающее окно закрывается..." + +msgid "Search" +msgstr "Найти" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s результат" +msgstr[1] "%(counter)s результата" +msgstr[2] "%(counter)s результатов" +msgstr[3] "%(counter)s результатов" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s всего" + +msgid "Save as new" +msgstr "Сохранить как новый объект" + +msgid "Save and add another" +msgstr "Сохранить и добавить другой объект" + +msgid "Save and continue editing" +msgstr "Сохранить и продолжить редактирование" + +msgid "Save and view" +msgstr "Сохранить и просмотреть" + +msgid "Close" +msgstr "Закрыть" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Изменить выбранный объект типа \"%(model)s\"" + +#, python-format +msgid "Add another %(model)s" +msgstr "Добавить ещё один объект типа \"%(model)s\"" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Удалить выбранный объект типа \"%(model)s\"" + +#, python-format +msgid "View selected %(model)s" +msgstr "Просмотреть выбранный объект типа \"%(model)s\"" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Благодарим вас за время, проведенное на этом сайте." + +msgid "Log in again" +msgstr "Войти снова" + +msgid "Password change" +msgstr "Изменение пароля" + +msgid "Your password was changed." +msgstr "Ваш пароль был изменен." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"В целях безопасности, пожалуйста, введите свой старый пароль, затем введите " +"новый пароль дважды, чтобы мы могли убедиться в правильности написания." + +msgid "Change my password" +msgstr "Изменить мой пароль" + +msgid "Password reset" +msgstr "Восстановление пароля" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ваш пароль был сохранен. Теперь вы можете войти." + +msgid "Password reset confirmation" +msgstr "Подтверждение восстановления пароля" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Пожалуйста, введите новый пароль дважды, чтобы мы могли убедиться в " +"правильности написания." + +msgid "New password:" +msgstr "Новый пароль:" + +msgid "Confirm password:" +msgstr "Подтвердите пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Неверная ссылка для восстановления пароля. Возможно, ей уже воспользовались. " +"Пожалуйста, попробуйте восстановить пароль еще раз." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Мы отправили вам инструкцию по установке нового пароля на указанный адрес " +"электронной почты (если в нашей базе данных есть такой адрес). Вы должны " +"получить ее в ближайшее время." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Если вы не получили письмо, пожалуйста, убедитесь, что вы ввели адрес с " +"которым Вы зарегистрировались, и проверьте папку со спамом." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Вы получили это письмо, потому что вы (или кто-то другой) запросили " +"восстановление пароля от учётной записи на сайте %(site_name)s, которая " +"связана с этим адресом электронной почты." + +msgid "Please go to the following page and choose a new password:" +msgstr "Пожалуйста, перейдите на эту страницу и введите новый пароль:" + +msgid "In case you’ve forgotten, you are:" +msgstr "На случай, если вы забыли, вы: " + +msgid "Thanks for using our site!" +msgstr "Спасибо, что используете наш сайт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Команда сайта %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Забыли пароль? Введите свой адрес электронной почты ниже, и мы вышлем вам " +"инструкцию, как установить новый пароль." + +msgid "Email address:" +msgstr "Адрес электронной почты:" + +msgid "Reset my password" +msgstr "Восстановить мой пароль" + +msgid "Select all objects on this page for an action" +msgstr "Выбрать все объекты на этой странице, чтобы применить к ним действие" + +msgid "All dates" +msgstr "Все даты" + +#, python-format +msgid "Select %s" +msgstr "Выберите %s" + +#, python-format +msgid "Select %s to change" +msgstr "Выберите %s для изменения" + +#, python-format +msgid "Select %s to view" +msgstr "Выберите %s для просмотра" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Время:" + +msgid "Lookup" +msgstr "Поиск" + +msgid "Currently:" +msgstr "Сейчас:" + +msgid "Change:" +msgstr "Изменить:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c0883fe9826a4c241a7b250d83518eef8594a7ed GIT binary patch literal 7965 zcmdUyYiu3G6~~wMmWL^nM+y`QnYftR#rOJ=gb*h-gghXCNtzf6>X)v4*Y<_$U2Au* zgH=8xAt8YT3=yEpP@FE#F z$FgWz7aP0+{0#l2rr!X5mVUG8uLd{KzZtv$+-L9^gD)673SPqaB6uG73-DaVlC|JHA)WZfS? z;r~ZaF)xC-(%n!@DSJm{v71rI=x^7VB4}w>LyTMDr!v-fong5FEzi#^PfJ>mCePO)M zRbV4N*A6}o{p&c_FTp>7X>jpk%i`$PpFyTr{{RuqItS$oE&*kqWv0IhJW789DDwRc z6!|VfIKgI6&VL(t9cY8Hem^Mu4;%b3DE#M4|5elf6)5(8)8N|%{|<`X<#59198mOl zndzs&-<@SyYr*%xYZ%n>BaGlOP}XI@=fF;of9uy&BImoHj9tK};okuY{i_DQ z0SZ6Q^dAEE&_4j~0x!aNqR&GHp9gm$&kwVx4R7e1jJnyx8CpgO?k; z669Fcmnj@g$F2e!DX2z&s6fZ!Eui?yddeos^_1jmqj3jC&bWq>p~$y^f(z&zdM&t& zB5^LC1*ph#SbFG!wR zOChxM*F}9NrJmAB>840-5r0a)b{ZQgxTDTbP04`42C$WKGe!JKK8cgBP;QeB-{u&q zYQj_B7nQ`DOh@b{pZK4A;@1-6Uy@EkW8mbQ0_F9qhQ>ZOqzS?43!Ur-kCo>sZ#c|( zu5!IljpTw{Z{D#QP8trX#vA+cxxNQf=&8QEWBX0k4a&|8Wq@IUb;EuxZ>=i~6oSxN zH)7}VHe6LhV6C^^J|}OjAN0IH2 ~2%K{VR5<7iDcj9T!!>kitNM6By|R7Z+o5_3 zVd%M;gpI8>*r8MI_2h;sdSPWRpVv~v+b5bbq<}pUaf8$64D~v`waMxA3${OMZOY|C z>HE2?J!;)OQZ4^!m($ zUcp!PpkrsnZh_;EIKC1wGpC*#e3;3q*BQ*A!qZ`U>Zv2~@$d3>SX=r+PgJqZ8S+Lx zjJ@Iowe~V>?AQvXS80Xqc3AL5aoe5YFcxEbL2I&Su;2$W(&NSTkSDHS^%R_#JUZ;C zoQp?>gE`#Fdr-WyUt3OPy&bOhqkJw1Mdx;fPiCy154E;J-i-A%C+o%n+~)*1iO43F z9<)(cX{PNeyHA3wS$p@Wnc)6@=XXLiWM>`7qpEMvb_X0{+2tVF+(<54u=50;Gn%6cof@usI%h?C8Q zI-Mk%+1#&17Iqbi))Lop+L1$qUI*0$VaBq1dwpjlqcEC^gF6LOk>fZ{0afJ0Pg69i z2eh}QaM~(z;=L(pRFA~|o5GK)=q1NW(JGA$d2TqUbb3uu*V1*uO_6tN29lJPqER!H zB)Jrgnjw?uQef=}sV_zTJBjQ%kZWh_^q8WqnNGrlI$A@$i$o*oH$|gn$Yi4wSTj;e z7b#kn=VD z(4n&T6YyT$HfPxL!*q8rkjtiTDGUVZ9=RsbJsQwvtwRJFWKR(pt$T?m)pFaMC@FJ=CGL6@nl~ zur&^b;c!Pwi#Cg7K;A5G@e3_Yb={l0H4T zsL**ZY#GkmId_fZ96xZv&bxayrEe_HlfC*KKfTfI^Rgtt4s~O1E-Z=Jq5MMK)_lRY z^XW~VKNNH*cUX6W&J}A^-0W<08`@esJKNNC*C}bXF6(S-Q#Ywr#dP{zo$blc+Rhcy z)GJ!owzaE=9*UQAwXJAkNt;>H+1V;XdR|xO%JTBnO(i;f*(TX@Z6_RVQtdEU-n6F9 ziVhVIL`N~$1g1)!ci8QC^1!Q_5iNYOa~c8_O_l|U=4sTy;g%A_J_7eyLEcS_Ya1obMK7A;gruNa$0_(dZAVOg+1rR5dY zGmK!cNiFCExKMrCV{&ZRVL#R!guNJRh7~ndpUW7>(`VOuQ&@aL&UlKENv)T;;@D}7 zi7w;KClNo^R4EGLfrVIcqInK0URX1&iuyFOW;hgKB!+pBuE;YH+v!DI6@$TerxhJ3 zj=_4KV?QD`d5PvE(&%;17N3Y$NMl|&J*S5-FOBE~tI^&pOYj*PmM+nt1A!fcZ8Ve2 z($OKa4r%%v9AtcognbCM`z4BIVIYFXix-4cQlx~?qE`MCt~)`C*ej2U<~XCcCnwcD zg3ICA@ZKf1`|s}>P5h7cB~|>N?u=7P=9wryCDz63OD5KiKP~b737PrKwmw5!pW)_b zYVeO``{%LOSdw$bvDb+>_(=Pt=H2Bn$!#Ak@t>6YD>FUWpYWHbUu~A>7Sb;Ygh(>H zJSb{&d~q*P^MWLGxR~ppoRMn=-Y+AM%Vzw^I0;qsFkf|eM!3#MQd8o~l2@ZCEBXQ5 z-6ngz94~vBgm;W_u8?md(j;8u4(8tEuBK_S>+?j*KIuT#4-rn!x>$ap$xB!V5;v?Y zjph`IR1)_|H~;S99=&iU!*UIXzK}A$f=SJC<5k`3T$T+1T0;oVJS_rZb`gYS)78Y1MIgA-A4| zgP5m^+_=;F5uq=9diws&$i20oXDx6caS1l-tyFQZHokt?h)0UOwZ5_R@$#{dV65Wp z!oUetuOCIRakNE?2kYUQycbIk9W!|x-g~vqlgSA6j5$GUY{fArq8T1NSibh!;trSXSPj{C*Pa@;=xTYf&X?mk`$upgl+X5alVjJ}TCb z=QKyCIN2!;QXCU?%WNi>A4TSoEbl%!F@heD2VJcHF=-yd!^S>XY^D9V^gdQw?x@mD zwR9$_RJ%)Y3`-ngfAOZ8^Jsq(+Y@0r7Ez)8@c<|76UU)1#t&%|#wYu1tSoK&K`lSXNvqlAu*b_v3d8RMtSkZ e04M$0ExmR1^=9re*#(`lqy8Uf8@AK+xb<&}bbHGH literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..91b1ac3859f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po @@ -0,0 +1,342 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2020 +# Denis Darii , 2011 +# Dimmus , 2011 +# Eugene , 2012 +# Eugene , 2016 +# crazyzubr , 2020 +# Jannis Leidel , 2011 +# Panasoft, 2021 +# Pavel Kutsenko , 2025 +# Алексей Борискин , 2012,2014-2015,2022-2023,2025 +# Андрей Щуров , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Алексей Борискин , " +"2012,2014-2015,2022-2023,2025\n" +"Language-Team: Russian (http://app.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Доступные %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Выделите элементы в списке \"%s\" и нажмите кнопку со стрелкой вправо, чтобы " +"добавить их к выбранным." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Начните вводить текст в этом поле, чтобы отфитровать список доступных %s." + +msgid "Filter" +msgstr "Фильтр" + +#, javascript-format +msgid "Choose all %s" +msgstr "Выбрать все %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Выбрать отмеченные %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Удалить отмеченные %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Выбранные %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Выделите элементы в списке \"%s\" и и нажмите стрелку влево, чтобы убрать их " +"из выбранных." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" +"Набирайте символы в этом поле, чтобы отфильтровать список выбранных %s." + +msgid "(click to clear)" +msgstr "(нажмите, чтобы очистить)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Удалить все %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s выбранный объект не виден" +msgstr[1] "%s выбранных объекта не видны" +msgstr[2] "%s выбранных объектов не видны" +msgstr[3] "%s выбранных объектов не видны" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Выбран %(sel)s из %(cnt)s" +msgstr[1] "Выбрано %(sel)s из %(cnt)s" +msgstr[2] "Выбрано %(sel)s из %(cnt)s" +msgstr[3] "Выбрано %(sel)s из %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имеются несохраненные изменения в отдельных полях для редактирования. Если " +"вы запустите действие, несохраненные изменения будут потеряны." + +msgid "" +"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." +msgstr "" +"Вы выбрали действие, но еще не сохранили изменения, внесенные в некоторых " +"полях для редактирования. Нажмите OK, чтобы сохранить изменения. После " +"сохранения вам придется запустить действие еще раз." + +msgid "" +"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." +msgstr "" +"Вы выбрали действие и не внесли изменений в данные. Возможно, вы хотели " +"воспользоваться кнопкой \"Выполнить\", а не кнопкой \"Сохранить\". Если это " +"так, то нажмите \"Отмена\", чтобы вернуться в интерфейс редактирования." + +msgid "Now" +msgstr "Сейчас" + +msgid "Midnight" +msgstr "Полночь" + +msgid "6 a.m." +msgstr "6 утра" + +msgid "Noon" +msgstr "Полдень" + +msgid "6 p.m." +msgstr "6 вечера" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Внимание: Ваше локальное время опережает время сервера на %s час." +msgstr[1] "Внимание: Ваше локальное время опережает время сервера на %s часа." +msgstr[2] "Внимание: Ваше локальное время опережает время сервера на %s часов." +msgstr[3] "Внимание: Ваше локальное время опережает время сервера на %s часов." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s час." +msgstr[1] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s часа." +msgstr[2] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s часов." +msgstr[3] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s часов." + +msgid "Choose a Time" +msgstr "Выберите время" + +msgid "Choose a time" +msgstr "Выберите время" + +msgid "Cancel" +msgstr "Отмена" + +msgid "Today" +msgstr "Сегодня" + +msgid "Choose a Date" +msgstr "Выберите дату" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Tomorrow" +msgstr "Завтра" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Янв" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Фев" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Мар" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Апр" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Июн" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Июл" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Авг" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Сен" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Окт" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Ноя" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Дек" + +msgid "Sunday" +msgstr "Воскресенье" + +msgid "Monday" +msgstr "Понедельник" + +msgid "Tuesday" +msgstr "Вторник" + +msgid "Wednesday" +msgstr "Среда" + +msgid "Thursday" +msgstr "Четверг" + +msgid "Friday" +msgstr "Пятница" + +msgid "Saturday" +msgstr "Суббота" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Вс" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Пн" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Вт" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Ср" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Чт" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Пт" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Сб" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "В" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9f62b622cb195286be69919a13c5e77784985355 GIT binary patch literal 18910 zcmc(m3y@q_dFL-+Fer9xNWjJkaO_z2$jr1PKQI|fmi4kNW66Uh%WDNzxzl}T`l`F{ zZQn=BJs>O~4x1S92!_N&Kn7w5Wi1}TA+d1h!B z)rCRuQt+?Amx2ET{sj1=FAjoz;8oxi-~*tZKL*|cei^(DyznLN`X727eCxHuxjp{Xg#3`5>tAKMLx*V<1xmpYizn;Kkhk5AXu;AHbJ`&xLrc z?LK=Jv{K+*TNAR-%l6J%?GbBtT(D?!aa32L0zf}(#DsPT4y8t;wZRbUEEfgc1V z7heXoj&FeC_bN73dUFw|`>R0h=k=iGxd{|sZU;5~9#C{O!B2ySK#jYWO%a`Ufos4N z)OQbqH-d{GA`|=-crExH5Rnen{ZtT?;4NScJPC@AUkBHL8xfW}!35k1ei0OZFJRKU zz=uJ}#W%q>fZqnikGrpM@*R4d2gR2TsC~E}goNN-9zP8-W$@oX(f!Y$_Fqb>{kYKM zOF_NA1Qfq61GR5!LCt#$DE_@3{Aq9>cm#Y1d>(k&gd6t?@NL|`2D}b@0z_nkZ-NKF z^I+me@E|C@{Whrm_*0L60cyOjfm+YkLDBOa@O&+k{6#O!%{dodJH08!20tKfF-BD3w}GPP zE>QbjfTH6Ap!j&fYhAyKL5=@YpyX&h_(t%0fB$~)t=#`A$QA{!fSDn<3l!a-0%f00 zg5u|&f#T=?0>!_-12z7?fa2r1)2`p;puS%VO0PD6qW30H-|YvrPc86e;2}`^@{oUj z6cj%`?w@}S6deQq{;Qzq_#5yN@LQnzUvNVZ{04X#_+Idjz!~rj8{9gNgZvk)#TXc{ z4QiYtpy>J#coBFE{4wy0{{AbV`1*IC?EOE2+Mk!)=;*p0)cm)D+TZ=4_?3V!1^eK| z;Jd-A!H1 z62$ZckKN?r)vth4-2W>mIl5|d5bOrmgVL`DK(;XW6sUFlEqFipT~Kr$+T!Hqlc4U; z-|Fr+fj`6jhrkbj{{rp>-?Po_|NjBo+N7HXD?dNFs=!V~a zq+LrxB{IDUrQ$6 zNn4;jN|OxUM!T1GEA0-Ne%ojd*sCD;MetR$I*siN-a=bPdp=FN^)A|R+VwR3K1=&~ z+I_m=mpHKhw)l5x?EYh1OJ5}GU#9&E?I7(Vv^UeFlW(QHgZ68*_t8F2TThdmR=>Sm zoJ+fr_BQ|U6ewALi1xFzCupd_vfr_>yWi&e^|U{vT{ZSRAGMqTLi-%8 zLwhCd5t^ahNz-pL?NhX$&<(%ebrAe#u<+M{tNrywW6!F~h>JtCi)laYAEscJR-^p} zZ9h%FDVl7^g|uBX{a#9YkoG#-IkXSaK1ka`o2Ok))2~5$4ec@7Zkm1vXm6r@oOToK zFs=IiCKuajJN<(r9@`#&2mB>}9fHrJUEuG30ldav3pUa|L))Sov!!oVPt3*bBFgp` zanX*}5q7&=gpE#|#Ceg0MVux)uD8QH-=BmXbz40VCwUPjb#C-7EtA4N_U{jd zxv4k9WIk$`ysX!wJfADu?SAcyoue#z`rc8-;8~QH?V=iB?2#zY==)ud{S`GuT7+%h zRW!v#)9l!0o;-YX^+YS`ugRZ0{2|jwqda-?@WX|P?qj(%GZSUau$!B>Fj_?;YDY!X z*u*$?yy56MFY3GrHn-d6tS{G@bdI-m%bw9Eb<5Pv7N&#E4Mu4+=;ugvH@Sr{NsDHb z@vf6X3+z_U(bHa(&8B(eH^#nf$4N^U@cvC2@Q{}LrgZiI^d4f(HUH8w!acUU@XtM1 zvSLT)a#`3shs2nETEey-JC{Wvd@!LY^C+A2FJQ`SWWw2YWQx>84cOU9*=O}JX;<+Wj`T_-FIznk<@K-|HTG9)x@?ot z=CA|$U@mR9(}Qs`k0iA%#c>gJa&s_twECT9-Opn7YAc6iRH|{7DIH0uRnibKarR6^ zY=NtddRBI3^I&V3AO+Rphf=cDDp=satfrrRV4BErn)Rp09(DSri~1f+vqse`%}g(j z4w^Q-`3I5lpRepVw$w@lUC(L%1!6WAN9{&_2p(r=lR5XzsBdlf^-4KJTpxn3b-S7z ziT9r}Upopj6S7~?wCaQ4waSr zKKJH(o#y`|D^TWbac&(*Ws#<&ggBZKQA~=s?n0Ao2Z%G$l>v)?nq%YLt6*DNFFSna zzS`ai<2G*^1P%Fgu)WhQ`oZ?(S0psrh}VpUM$mOoG?$e&9Leok@~E&%@0OV+Q7yP74Q^FHBnN$K z+`#cG>dU#d?k2c3#cDLtgNY0f_7onpF+P(9pJ1PKI(R?DTqs6pc82vy>4&$`HaI9S z`MhPaTT{&IjyW3zG*TC!Wl=qf(J%T~swWL*R%W>qwxVII;DQpEgb%R3w%TMnRu;`e zu6=coc+l~p-i&Y>mS1@{>?l%bL|HA^0mC&uZ``Q3H@7D?$}wRUO$R${5YZ{|q69oc z&1JK2wg?JK#31lx2Ww%&9<3i)>D0`w)NQu28?zCc?Yv&27TliBV}v}Ia6a@mX<6tY zdz|&n9X6=rK5doVV5cHPBnj5pOM+NC6BgMCp&_=%K{^fC*{=u+c8!Vhbg(PsKmTsH zpqif9y$7AUAJMuiWh=D_oyg3F^%i}T$o^x(9(pFN;+7cOs+prY4`y({Mv=`NlGNbV zMJRsU(LE{}6)SF$KI^gFTKKdu*F#^QQJqlKQ~YnG%Mru&UF+Oxi8GrcQ`P?C|8_M}s@D0i*(6leq1q zy~u-^%hC=!%4E5ChR~St!1vD5X~R%Q-6+9soVNYPQi4kWZPGP*h_Eqei6oK8XmovJ zyDNtFcez|bu$vII-UO5$Dg+;1Y57jQmp^kuxc-VuS0Ob(*>o%T@Kx1;4(d((gDH%ynH|OGX%=-+1BG4A&|7&Mt0bmbPSGLsL8odVdDAAFIK;X5 zKJ81B0dQYtOuDVkcTw_)dZT!YLOSE-YByE59ogu87-$b|(izhRYXq%Pboy&Y?O=YI zZUSdn$I64&W`y2=S2Y$bAC*sMF%Er+my1-LjA^BI2Fn4fTb}wpJ|ftIdQJy>q>cPL zKTpYElmt{yDsSdH6oieDnZRqSHX&2Q7)prJHPshq?$QXe)-!Zz$Mel%O>kGzN(kaB z9Gc|2Fmu6Pc{}|h$7YdOR=ezOa_hv{#!cCtP0j@ot1(`0bBmBnTBXv za6qH^+C~LfKH?QchY}72h&A^mj@O3&bVM?Udd`x%c(HLY<)n#;%;XfUMRmnq)&B4) zn%t#98qdZ(vNZRo0O`cD$~?r|p@;_eM7i3e*}-~vPO&o3Mf}azsF}MhBScy|#=+6Y<$~&L8u8p5ifKb4yRuD|geqk^Lp`FW z-6JKlS{^2SBs7_?*{@{N&ZzvX>Po0}Y_P6NI_P*-nQRg0jj~oe)IM+YRT-p9<}&1J z8;FfpPmK8tOGh^PR!+d$8~g^gA3ChzC6o-Ccm^AR!3~AJ2<^(R<*bJJl(!gj?QlNu z*S3a-6$)G@vX?xE<$;evS3f^ZC@CblR+%xnt_is28j2)Hb4*X>;|u_18?T zyLRg8>&&|Ar`KKg>UI29-A>LkwI>UcoB)V|g4x_4cik5@v#^m2j<+WH?&@o%_~$zM zCi5jro7#g{hXo<(#fYy;)sMWL<3wUsoAqYnMzhXbafL~Awcc#v zj_xa7-MGy%-u7Ir zH#nKMqej}QRxcJ^QlAEPe*iC&!O5qd&h`4U2-#pU*t@hC6)l}~EIC zz1Eop262adegb{GxmAxt_b(}J7B|ABM=BgHee{45hU;TazdLL%Ee?*;sXBT&!>jQ_ z19FTz8m(}FP(rClBTVAR4F{X5Aoa<^A08bC9;H-ZI}VOfri1a$m?_*Jy*fGUbkeOr zDxjfvdu^CWO|M_{IN`(e5YLxOrv}G+ST8BlY}w!p)pQ1r*OwkKWj70ZF&C*$keRh( zH#INfnrCx5+_lDFu_!zJ;PlCIHtnUSPiYnIA-NPGL~O_;2PY@Z(kTif&AR5PB*V^8 z$(LJIm73Uvt~@Se!JAAaFG(m3C=U!ysO~a2A%h%psc~8)SFCApVmKA6J~sUW z8)rsx(Z>D-t&`&ZNU3(J(@Sz?!nV|aeOTwwLpvd*>9_bX)>p0itE=#9E)DhMX`#ZHrdr&g22~vxCvvLjGIE_hrXFi!6pWmtDGZ~2=3^8MD zVC{~^a%d8skp>D;ov@9l14A9Rf;O}c;z`AZn%O&8Tv{Y(VBZVLEuml% zb+8fC%P{Py78D`U>Cna6`=LS9XvD_IeKqFzHV!4qxm3r~%EUbl@2stT%I2MM2_sdo zq(1$Oa4PQ(9?#R+7=A5V(-{Y+7Dy`I8|TsY&7F}(;4}C3yUE}LRtE>&zK3n*6yuv>{aDuJh>g#U-SnaST%RhnXyQ$md-rgCChd0 z$`w6CKXy07trGiE1sG!vZxB`piZ(6lVV%n+Q_;!JNM9lP#n7|!~YERUO z#LH1oYWMSAdH~%CnG<7=v__|o#7WxX@3va@`vtdOlSaIk1doM%c}t;PM6`YY2RBpg zHV35yH?!hf6%Me}A=6+=A{)^2?B*4F!&w@^1q4=~5bnifxth{Rk&REAZ7iWSFW86R z+7QaB7*Czcv>oiF3k$1rRCc#Xpz5OKT__Bu%{t4{9i$>QSZ1H1gdCx^B(E_qaY&Xz zPB({|!U-xQSc(Y?d?Mm04sG|a7Ho+Yydafg4m?Ss1s~RM)*5pZr*M|C5@Vplg~(ny zX;-a?j^Me(j2z=yMthlx-{E3Z;!$fQG&DZq0Ko?dkzyyT0YO|y_647;w7dJU7$xhpOOynE^LF{!SNj4E9b8$8aJ;EDl*zXhEjTUxfl)BrVoq{TzZ+pd$cn)Uij>}0 zks+7`rEoGV@%Y3F9`Y6zvKPt@r_`S%^$Uc~gT*Y==~yLwa8veR7&|$&9!ABa-zw87 z%J#x-H|9WP#)nqCQcIi!h);d-m zAXhU~S&xh2`gY5r18&Pg8CT|X{Heas;cS&>j9$AVWS7IBPzY?e@(g*|OP}skUEL}2 zF6(;XmeWI$P|v+8IU9T8J?<79uhNh%#B$(l)f%f`#YV6UcZSPiOqslPs8qqJs4Oh| zhvkXzPndTOuCT2w{GxScI7k~Cpt)Fj?uNNpjex@|TcN*~Kv}(O^5qXSJtc{pRfb=E zWt{`bU5QEH+)#fk!*SNqDTI8*Sn}w3o3zv}Y}}#B9#Ho>ePnRFkf>B+mmDg2q1To@ z&GEAtkG~d>-$dmS*`*MB-m#Ti{?h5uVDQ1JPB{vfeTB>wHkThr4^A|*Bsl%9utkE# z36CwtD89f$^LHiMk6w%^>!Qy5F;vSLsI(P!Vr=C|>^P#v+7WWN9ptQU#h7CO245-M z^IgkJpHfMz@=jaGvK7No^>utza8GMrb_{`i@inx{4f>>AvO?5F!JRd5Zk!~P+dwMqh4sUv$SyuvUjE<+ z`{;^=SQ`Z?|Bf%rPI)XV03$S-_5pH>jpv%9FhBBMH% zpyPvb>-MlujW$lmCG9@^9TUREn&@-dgGsO!sKk|ZqlI?dOY@~iB&8=i*xoATBKuC; zSb}JnZ*el%;UL&aTvdD(c{T<=5Bb>SV#%($%{`Kr+s zu6-t5z*0MRR2jKZhbkx;FVzjds05Ig0$9;8x*3 zu{eReay>ra37$u6tX)YK|@R0U67^y_!ReMNFg!-K+9+=9c zB3k@`GCP9dm_Mr^mX=fx-kPNLA2L(@@t&{e+furfTbt1#TuPwF<8_G9A55rhB_Adi z6QZ+TEiWt!|?b+p$gUGmXFC*s`i&*pkCs%vyx>% zxzOoJ87z>kl517=|ob S;FTgbikSZKSnP26RPb-hQobkv literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c1e83250060 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,804 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023-2025 +# Jannis Leidel , 2011 +# 18f25ad6fa9930fc67cb11aca9d16a27, 2012-2013 +# Marian Andre , 2013-2015,2017,2025 +# 29cf7e517570e1bc05a1509565db92ae_2a01508, 2011 +# Martin Tóth , 2017,2023 +# Miroslav Bendik , 2023 +# Peter Kuma, 2021 +# Peter Stríž , 2020 +# Zbynek Drlik , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Adam Zahradník, 2023-2025\n" +"Language-Team: Slovak (http://app.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Odstrániť označené %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Úspešne odstránených %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nedá sa odstrániť %(name)s" + +msgid "Delete multiple objects" +msgstr "Odstrániť viacero objektov" + +msgid "Administration" +msgstr "Správa" + +msgid "All" +msgstr "Všetko" + +msgid "Yes" +msgstr "Áno" + +msgid "No" +msgstr "Nie" + +msgid "Unknown" +msgstr "Neznámy" + +msgid "Any date" +msgstr "Ľubovoľný dátum" + +msgid "Today" +msgstr "Dnes" + +msgid "Past 7 days" +msgstr "Posledných 7 dní" + +msgid "This month" +msgstr "Tento mesiac" + +msgid "This year" +msgstr "Tento rok" + +msgid "No date" +msgstr "Bez dátumu" + +msgid "Has date" +msgstr "S dátumom" + +msgid "Empty" +msgstr "Prázdna hodnota" + +msgid "Not empty" +msgstr "Neprázdna hodnota" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Zadajte prosím správne %(username)s a heslo pre účet personálu - „staff " +"account“. Obe polia môžu obsahovať veľké a malé písmená." + +msgid "Action:" +msgstr "Akcia:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Pridať ďalší %(verbose_name)s" + +msgid "Remove" +msgstr "Odstrániť" + +msgid "Addition" +msgstr "Pridávanie" + +msgid "Change" +msgstr "Zmeniť" + +msgid "Deletion" +msgstr "Odstránenie" + +msgid "action time" +msgstr "čas akcie" + +msgid "user" +msgstr "používateľ" + +msgid "content type" +msgstr "typ obsahu" + +msgid "object id" +msgstr "identifikátor objektu" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "reprezentácia objektu" + +msgid "action flag" +msgstr "príznak akcie" + +msgid "change message" +msgstr "zmeniť správu" + +msgid "log entry" +msgstr "položka záznamu" + +msgid "log entries" +msgstr "položky záznamu" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Pridané „%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Zmenené „%(object)s“ — %(changes)s " + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Odstránené „%(object)s“." + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Pridaný {name} „{object}“." + +msgid "Added." +msgstr "Pridaný." + +msgid "and" +msgstr "a" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Zmenené {fields} pre {name} „{object}“." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Zmenené {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Odstránený {name} „{object}“." + +msgid "No fields changed." +msgstr "Polia nezmenené." + +msgid "None" +msgstr "Žiadne" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Ak chcete vybrať viac ako jednu položku na Mac, podržte „Control“, alebo " +"„Command“" + +msgid "Select this object for an action - {}" +msgstr "Vybrať tento objekt pre akciu - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Objekt {name} „{obj}“ bol úspešne pridaný." + +msgid "You may edit it again below." +msgstr "Ďalšie zmeny môžete urobiť nižšie." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Objekt {name} „{obj}“ bol úspešne pridaný. Môžete pridať ďaľší {name} nižšie." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Objekt {name} „{obj}“ bol úspešne zmenený. Ďalšie zmeny môžete urobiť nižšie." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Objekt {name} „{obj}“ bol úspešne zmenený. Môžete pridať ďaľší {name} nižšie." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Objekt {name} „{obj}“ bol úspešne zmenený." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Položky musia byť vybrané, ak chcete na nich vykonať akcie. Neboli vybrané " +"žiadne položky." + +msgid "No action selected." +msgstr "Nebola vybraná žiadna akcia." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Objekt %(name)s „%(obj)s“ bol úspešne odstránený." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "Objekt %(name)s s ID „%(key)s“ neexistuje. Možno bol odstránený?" + +#, python-format +msgid "Add %s" +msgstr "Pridať %s" + +#, python-format +msgid "Change %s" +msgstr "Zmeniť %s" + +#, python-format +msgid "View %s" +msgstr "Zobraziť%s" + +msgid "Database error" +msgstr "Chyba databázy" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s bola úspešne zmenená." +msgstr[1] "%(count)s %(name)s boli úspešne zmenené." +msgstr[2] "%(count)s %(name)s bolo úspešne zmenených." +msgstr[3] "%(count)s %(name)s bolo úspešne zmenených." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s vybraná" +msgstr[1] "Všetky %(total_count)s vybrané" +msgstr[2] "Všetkých %(total_count)s vybraných" +msgstr[3] "Všetkých %(total_count)s vybraných" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s vybraných" + +msgid "Delete" +msgstr "Odstrániť" + +#, python-format +msgid "Change history: %s" +msgstr "Zoznam zmien: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Vymazanie %(class_name)s %(instance)s vyžaduje vymazanie nasledovných " +"súvisiacich chránených objektov: %(related_objects)s" + +msgid "Django site admin" +msgstr "Správa Django stránky" + +msgid "Django administration" +msgstr "Správa Django" + +msgid "Site administration" +msgstr "Správa stránky" + +msgid "Log in" +msgstr "Prihlásenie" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s správa" + +msgid "Page not found" +msgstr "Stránka nenájdená" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Ľutujeme, ale požadovaná stránka nebola nájdená." + +msgid "Home" +msgstr "Domov" + +msgid "Server error" +msgstr "Chyba servera" + +msgid "Server error (500)" +msgstr "Chyba servera (500)" + +msgid "Server Error (500)" +msgstr "Chyba servera (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Došlo k chybe. Chyba bola nahlásená správcovi webu prostredníctvom e-mailu a " +"zanedlho by mala byť odstránená. Ďakujeme za vašu trpezlivosť." + +msgid "Run the selected action" +msgstr "Vykonať vybranú akciu" + +msgid "Go" +msgstr "Vykonať" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite sem pre výber objektov na všetkých stránkach" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Vybrať všetkých %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Zrušiť výber" + +msgid "Breadcrumbs" +msgstr "Mininavigácia" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modely v %(name)s aplikácii" + +msgid "Model name" +msgstr "Názov modelu" + +msgid "Add link" +msgstr "Odkaz na pridanie" + +msgid "Change or view list link" +msgstr "Odkaz na úpravu alebo zoznam" + +msgid "Add" +msgstr "Pridať" + +msgid "View" +msgstr "Zobraziť" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nemáte právo na zobrazenie alebo vykonávanie zmien." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Po vytvorení používateľa budete môcť upraviť ostané možnosti." + +msgid "Error:" +msgstr "Chyba:" + +msgid "Change password" +msgstr "Zmeniť heslo" + +msgid "Set password" +msgstr "Nastaviť heslo" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Prosím, opravte chybu uvedenú nižšie." +msgstr[1] "Prosím, opravte chyby uvedené nižšie." +msgstr[2] "Prosím, opravte chyby uvedené nižšie." +msgstr[3] "Prosím, opravte chyby uvedené nižšie." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zadajte nové heslo pre používateľa %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Týmto povolíte tomuto používateľovi prihlasovanie pomocou " +"hesla." + +msgid "Disable password-based authentication" +msgstr "Vypnúť prihlasovanie pomocou hesla" + +msgid "Enable password-based authentication" +msgstr "Povoliť prihlasovanie pomocou hesla" + +msgid "Skip to main content" +msgstr "Preskočiť na hlavný obsah" + +msgid "Welcome," +msgstr "Vitajte," + +msgid "View site" +msgstr "Pozrieť stránku" + +msgid "Documentation" +msgstr "Dokumentácia" + +msgid "Log out" +msgstr "Odhlásiť" + +#, python-format +msgid "Add %(name)s" +msgstr "Pridať %(name)s" + +msgid "History" +msgstr "Zmeny" + +msgid "View on site" +msgstr "Pozrieť na stránke" + +msgid "Filter" +msgstr "Filtrovať" + +msgid "Hide counts" +msgstr "Skryť počet" + +msgid "Show counts" +msgstr "Zobraziť počet" + +msgid "Clear all filters" +msgstr "Zrušiť všetky filtre" + +msgid "Remove from sorting" +msgstr "Odstrániť z triedenia" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Triedenie priority: %(priority_number)s " + +msgid "Toggle sorting" +msgstr "Prepnúť triedenie" + +msgid "Toggle theme (current theme: auto)" +msgstr "Prepnúť vzhľad (aktuálne: automatický)" + +msgid "Toggle theme (current theme: light)" +msgstr "Prepnúť vzhľad (aktuálne: svetlý)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Prepnúť vzhľad (aktuálne: tmavý)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Odstránenie objektu %(object_name)s „%(escaped_object)s“ by malo za následok " +"aj odstránenie súvisiacich objektov. Váš účet však nemá oprávnenie na " +"odstránenie nasledujúcich typov objektov:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Vymazanie %(object_name)s „%(escaped_object)s“ vyžaduje vymazanie " +"nasledovných súvisiacich chránených objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ste si istý, že chcete odstrániť objekt %(object_name)s " +"„%(escaped_object)s“? Všetky nasledujúce súvisiace objekty budú odstránené:" + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I’m sure" +msgstr "Áno, som si istý" + +msgid "No, take me back" +msgstr "Nie, chcem sa vrátiť" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Odstránenie označených %(objects_name)s by spôsobilo odstránenie súvisiacich " +"objektov, ale váš účet nemá oprávnenie na odstránenie nasledujúcich typov " +"objektov:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Vymazanie označených %(objects_name)s vyžaduje vymazanie nasledujúcich " +"chránených súvisiacich objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ste si istý, že chcete odstrániť označené %(objects_name)s? Odstránia sa " +"všetky nasledujúce objekty a ich súvisiace položky:" + +msgid "Delete?" +msgstr "Odstrániť?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Podľa %(filter_title)s " + +msgid "Summary" +msgstr "Súhrn" + +msgid "Recent actions" +msgstr "Posledné akcie" + +msgid "My actions" +msgstr "Moje akcie" + +msgid "None available" +msgstr "Nedostupné" + +msgid "Added:" +msgstr "Pridaný:" + +msgid "Changed:" +msgstr "Zmenený:" + +msgid "Deleted:" +msgstr "Odstránený:" + +msgid "Unknown content" +msgstr "Neznámy obsah" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Niečo nie je v poriadku s vašou inštaláciou databázy. Zabezpečte, aby boli " +"vytvorené potrebné databázové tabuľky a taktiež zabezpečte, aby príslušný " +"používateľ mohol čítať databázu." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ste prihlásený ako %(username)s, ale nemáte práva k tejto stránke. Chcete sa " +"prihlásiť do iného účtu?" + +msgid "Forgotten your login credentials?" +msgstr "Zabudli ste prihlasovacie údaje?" + +msgid "Toggle navigation" +msgstr "Prepnúť navigáciu" + +msgid "Sidebar" +msgstr "Bočný panel" + +msgid "Start typing to filter…" +msgstr "Filtrovať začnete písaním textu…" + +msgid "Filter navigation items" +msgstr "Filtrovať položky navigácie" + +msgid "Date/time" +msgstr "Dátum a čas" + +msgid "User" +msgstr "Používateľ" + +msgid "Action" +msgstr "Akcia" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "záznam" +msgstr[1] "záznamy" +msgstr[2] "záznamov" +msgstr[3] "záznamov" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Tento objekt nemá zoznam zmien. Pravdepodobne nebol pridaný prostredníctvom " +"tejto správcovskej stránky." + +msgid "Show all" +msgstr "Zobraziť všetky" + +msgid "Save" +msgstr "Uložiť" + +msgid "Popup closing…" +msgstr "Vyskakovacie okno sa zatvára…" + +msgid "Search" +msgstr "Vyhľadávanie" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s výsledok" +msgstr[1] "%(counter)s výsledky" +msgstr[2] "%(counter)s výsledkov" +msgstr[3] "%(counter)s výsledkov" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s spolu" + +msgid "Save as new" +msgstr "Uložiť ako nový" + +msgid "Save and add another" +msgstr "Uložiť a pridať ďalší" + +msgid "Save and continue editing" +msgstr "Uložiť a pokračovať v úpravách" + +msgid "Save and view" +msgstr "Uložiť a zobraziť" + +msgid "Close" +msgstr "Zatvoriť" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Zmeniť vybrané %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Pridať ďalší %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Odstrániť vybrané %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Zobraziť vybrané %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" +"Ďakujeme, že ste dnes strávili pár pekných okamihov na tejto webovej stránke." + +msgid "Log in again" +msgstr "Znova sa prihlásiť" + +msgid "Password change" +msgstr "Zmena hesla" + +msgid "Your password was changed." +msgstr "Vaše heslo bolo zmenené." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Z bezpečnostných dôvodov zadajte staré heslo a potom nové heslo dvakrát, aby " +"sme mohli overiť, že ste ho zadali správne." + +msgid "Change my password" +msgstr "Zmeniť moje heslo" + +msgid "Password reset" +msgstr "Obnovenie hesla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaše heslo bolo nastavené. Môžete pokračovať a prihlásiť sa." + +msgid "Password reset confirmation" +msgstr "Potvrdenie obnovenia hesla" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Zadajte nové heslo dvakrát, aby sme mohli overiť, že ste ho zadali správne." + +msgid "New password:" +msgstr "Nové heslo:" + +msgid "Confirm password:" +msgstr "Potvrdenie hesla:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Odkaz na obnovenie hesla je neplatný, pretože už bol pravdepodobne raz " +"použitý. Prosím, požiadajte znovu o obnovu hesla." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Poslali sme vám e-mailom inštrukcie pre nastavenie hesla, ak existuje konto " +"so zadanou emailovou adresou. Čoskoro by ste ich mali dostať." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ak vám nepríde e-mail, uistite sa, že ste zadali adresu, s ktorou ste sa " +"registrovali a skontrolujte svoj spamový priečinok." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tento e-mail ste dostali preto, lebo ste požiadali o obnovenie hesla pre " +"užívateľský účet na %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prosím, choďte na túto stránku a zvoľte si nové heslo:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Ak ste zabudli, vaše používateľské meno je:" + +msgid "Thanks for using our site!" +msgstr "Ďakujeme, že používate našu stránku!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tím %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Zabudli ste heslo? Zadajte vašu e-mailovú adresu nižšie a my vám pošleme " +"inštrukcie pre nastavenie nového hesla." + +msgid "Email address:" +msgstr "E-mailová adresa:" + +msgid "Reset my password" +msgstr "Obnova môjho hesla" + +msgid "Select all objects on this page for an action" +msgstr "Vybrať všetky objekty na tejto strane pre akciu" + +msgid "All dates" +msgstr "Všetky dátumy" + +#, python-format +msgid "Select %s" +msgstr "Vybrať %s" + +#, python-format +msgid "Select %s to change" +msgstr "Vybrať %s na úpravu" + +#, python-format +msgid "Select %s to view" +msgstr "Pre zobrazenie %s zvolte" + +msgid "Date:" +msgstr "Dátum:" + +msgid "Time:" +msgstr "Čas:" + +msgid "Lookup" +msgstr "Vyhľadanie" + +msgid "Currently:" +msgstr "Aktuálne:" + +msgid "Change:" +msgstr "Zmeniť:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7e9530138b7431e9e0031db0cbeab37161badd7c GIT binary patch literal 6305 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e4b2fd45e2e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po @@ -0,0 +1,337 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023 +# Dimitris Glezos , 2012 +# Jannis Leidel , 2011 +# 18f25ad6fa9930fc67cb11aca9d16a27, 2012 +# Marian Andre , 2012,2015 +# 29cf7e517570e1bc05a1509565db92ae_2a01508, 2011 +# Martin Tóth , 2017,2023 +# Peter Kuma, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-04 07:59+0000\n" +"Last-Translator: Martin Tóth , 2017,2023\n" +"Language-Team: Slovak (http://app.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupné %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Toto je zoznam dostupných %s. Pre výber je potrebné označiť ich v poli a " +"následne kliknutím na šípku „Vybrať“ presunúť." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Píšte do tohto poľa pre vyfiltrovanie dostupných %s." + +msgid "Filter" +msgstr "Filtrovať" + +msgid "Choose all" +msgstr "Vybrať všetko" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknite sem pre vybratie všetkých %s naraz." + +msgid "Choose" +msgstr "Vybrať" + +msgid "Remove" +msgstr "Odstrániť" + +#, javascript-format +msgid "Chosen %s" +msgstr "Vybrané %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Toto je zoznam dostupných %s. Pre vymazanie je potrebné označiť ich v poli a " +"následne kliknutím na šípku „Vymazať“ vymazať." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Píšte do tohto poľa pre vyfiltrovanie označených %s." + +msgid "Remove all" +msgstr "Odstrániť všetky" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite sem pre vymazanie vybratých %s naraz." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s označená možnosť sa nezobrazuje" +msgstr[1] "%s označené možnosti sa nezobrazujú" +msgstr[2] "%s označených možností sa nezobrazuje" +msgstr[3] "%s označených možností sa nezobrazuje" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s vybrané" +msgstr[1] "%(sel)s z %(cnt)s vybrané" +msgstr[2] "%(sel)s z %(cnt)s vybraných" +msgstr[3] "%(sel)s z %(cnt)s vybraných" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Vrámci jednotlivých editovateľných polí máte neuložené zmeny. Ak vykonáte " +"akciu, vaše zmeny budú stratené." + +msgid "" +"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." +msgstr "" +"Vybrali ste akciu, ale neuložili ste jednotlivé polia. Prosím, uložte zmeny " +"kliknutím na OK. Akciu budete musieť vykonať znova." + +msgid "" +"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." +msgstr "" +"Vybrali ste akciu, ale neurobili ste žiadne zmeny v jednotlivých poliach. " +"Pravdepodobne ste chceli použiť tlačidlo Vykonať namiesto Uložiť." + +msgid "Now" +msgstr "Teraz" + +msgid "Midnight" +msgstr "Polnoc" + +msgid "6 a.m." +msgstr "6:00" + +msgid "Noon" +msgstr "Poludnie" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Poznámka: Ste %s hodinu pred časom servera." +msgstr[1] "Poznámka: Ste %s hodiny pred časom servera." +msgstr[2] "Poznámka: Ste %s hodín pred časom servera." +msgstr[3] "Poznámka: Ste %s hodín pred časom servera." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Poznámka: Ste %s hodinu za časom servera." +msgstr[1] "Poznámka: Ste %s hodiny za časom servera." +msgstr[2] "Poznámka: Ste %s hodín za časom servera." +msgstr[3] "Poznámka: Ste %s hodín za časom servera." + +msgid "Choose a Time" +msgstr "Vybrať Čas" + +msgid "Choose a time" +msgstr "Vybrať čas" + +msgid "Cancel" +msgstr "Zrušiť" + +msgid "Today" +msgstr "Dnes" + +msgid "Choose a Date" +msgstr "Vybrať Dátum" + +msgid "Yesterday" +msgstr "Včera" + +msgid "Tomorrow" +msgstr "Zajtra" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "marec" + +msgid "April" +msgstr "apríl" + +msgid "May" +msgstr "máj" + +msgid "June" +msgstr "jún" + +msgid "July" +msgstr "júl" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mar." + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "máj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jún" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "júl" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aug." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec." + +msgid "Sunday" +msgstr "nedeľa" + +msgid "Monday" +msgstr "pondelok" + +msgid "Tuesday" +msgstr "utorok" + +msgid "Wednesday" +msgstr "streda" + +msgid "Thursday" +msgstr "štvrtok" + +msgid "Friday" +msgstr "piatok" + +msgid "Saturday" +msgstr "sobota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "ne" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "po" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "ut" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "st" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "št" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "pi" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "so" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "N" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "U" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "S" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Š" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Zobraziť" + +msgid "Hide" +msgstr "Skryť" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0c262d29286af65b11b4fd28c6489b56f179bd62 GIT binary patch literal 15077 zcmc(l3y>vMdB=~4in|JkiVu7o&~%szI?@gFce4^du3DW77@55d1$!w=7!PBiAZU<95DE`XwD}D90`NHDLKl50?e+Sj?I0l~uo&v%`a|x(^uLZ@*Ye3OG4{E&u zsD3wtqT@F3dEg;X>pcjr2fqSp-G2sO0{$elpZIKJuH$n(F7SBpKJX^+LGWsD-ShptH-gfGw}R^bUQqnJJG6faJcIAgf#T!e zfuj2{Q0x5|Wb5W9pvFHL=D{Mf7DV*sC7{;d1Ztn>g5v*nQ2lp>`u(8RZG`Ug3!zYmlg9t5?|&w?8F1yJjK z9b5p-?<-UA|P^AOkv9|5)R^HCDXc-0P;%H8@J*onP6yO} zdZ6gJDYV}Xik`ay-XH2e18P4HgZDlOdO=Lj9C*3sYY&th-wysc_y8#Vnny^8$UF=- z!Eb{ax8)U{U;9Aq`x;Puk3rGZ4)sf*_;f3X$jm*U=KB*+{QgeB$3Tty5vcwB43u2| z3)Fs&UvJFy;E7-Xz6+Fn{Q{JHPuk$;KOGc3TS4*dGEjQ650w73L9KHWD80J_)Hi0LGA@LFwI%;7Q;IK>4KyL9P2RsQJGI-T*!h&VdIJ_9fs~!CSz! zXM20T1Jpc!0ZOia4@#cj2j$QH8Nh;@1{X^IZ-F~V{W0)<${Cc4D6rXJ@@9eZZVKCXd;?5FKRh3yNGI;p2hW=+H&U*nNZ0iIz6ZzC z@appVHXprE5eIw=I1}FQ2>8i>g4a+!K=~kLJ>_>PlD+KVwUphIi1J>_8z_2iqg+an ztOpe7&U+{=ik@{I%+7#2z>SofD4(WC=Mu{AQC>kgmvRrKdY%_vp@Q#R{^=gA&i zKGEUbQu0tISWEeXvG4uieH(Zc<%N_JDDS7-OnDPU&y^I}=4JZenWB7{Qs|?4?8S?A z-G;fOQ^xthGATRp#=@F)8=_v1m#EQA(xfQ!s7$hy>Ut+Cii2s?Rkw8;lC&tJw9bdx zvVK~+>d?Lr6}H}t()qYyi+;Tx7sXt^(^;&o+BweSC+;2ROrFO@zf)Edj8%yO&3@4L zI9O3rW@Xf&&Ec@Nh&yq;j2mWKr(=)VIAyarTI+6Gqak(2jBO64&9(-!G#d2t+x8!Y zgDB0)W}MU3%^GnBHmT>Rb`a;YSrG?@su5OQuX%2?kKcUn_1SC-GH-nR<`36=ql3h+ zzg#wK#BHV#l`+eti&k%D8(dw?`tU!zEJSH(%gjPfT*emipw6#T$@PqN8{(oK_2R}s z->|VbW2+UXV21|GWt~p8kfig7qr)l<$ zu!w~$Z&bZjevj?1QUX8UbQpoe=aRV7C~mBo?VUKvZ3G*=NwT)9@sr2~w|A0y+oDv+ zF0;Pg31!HadY%=qhdFxDJi4&GgNm8$Svr^G-66TG-p}(mEjx?T=8~w4W}_muah_+n zKI2Vg(v964%}!SW*e(W`^g6K(D^~TZY}5}7RH7#9HjHch!Ct4IN3sgvZ)?C~nt<=t zkZDvpyRoQY9e$t`@(Em&UC8>K2HJ9MKY@Dw?Yy$yu)_&E+b`uU(7?L$pSF?3MY_JU z&1ewYUYvK6qCg8*IFOM)C>MKiAvaMmZ8^DPDiS(Wtokiw^P4X7|Huk#_>vYuFij)ND16FvT3|9G;REI?zFmJ&~_o= zJ4@%ctlOYZAEPeZ6e?@O393ftS1TV@Gncx|Ab?GyK{D^C@gAT0yeKCuG&(9)pTzEK z#_5C<>+zfK_7NhQ#ed+x;zm;1ZiYEJTC<))TfwqfKA)9koO*Sv=&@|9T4U?6I&HO{ zDNd2&ai$TQh+7kGiwm(Q#&=L6llNUjFC6=dxOC3Jb2dxknt4rTE+eCHVf8W}3e060 zPIBj*3$cwXWy%u2QI8YMB}%QEe8S=^o{Gv{^mU)tLA*rKMnO)G()DpgvxkaaMkz6K_o8+I(&}{$X7wGt83lEkR#Hw+l}%?vk&Li4lceIrwvV6;Kc2<{ip*4R%x&ExlUyk;#unga+zV|wejKo zLSvOIsl(|s=_IB1DyJ#qsOzeGm4|U2#deakZFM+K(gBM$2oPlK$!td!T8{{DGOH#X zqK-~0s>U*?Z`7;}2BtJN#`~-Y{cZ)(N$hau<%TL0NwPJ&vmDjtaS#40`gr?r8y!3H zXL(@rxrbdvdIxzX%T z+iA9tRyb7C{UlE2Dw&{uWNi)!qGFl<7@GU&tnWIx9#_YmI!ZQSu9i^9cGz3K=<{ue zc4rcV2}hl0LVxj@icsRTf>h0qRK}o$hK{fq{W(U~5@g`x+JsGr4rvu2Y`wMWJ+})+gCh2ZNO0t(;yrYt#pChI z?^)fnJ$1$Km*|HMa_Atlg(fsce5l#09V0|qCn3z!r<2VqxuCOcBy)3Ux%1P`;+-kDQ8Ypx*gn%tL1X~FeVmQUMlDW{^A-4*4q zGI{jS1Ov}Ldy=1X=$y{?+0EoW{PDD%=@84)1cTVnEX&^XrcGq0HLf_xiRR+#Y8dJ! zPh|z2Fu|sxvuWd+T|0N}813h*+SHouKAKJLgG+VJ-IS6%&X`A}1l4A3@7jT-;t;yyM>AJI~ zrZ#Ur%Wkz(mM;GDY(CE#eV$`)xS?t~m!`96I%nerYmD8Sp`0r(ezy%T73)bWqJz5! zHcxP?qBa+9W#=K?Z;_63RP7hN_{iauTdH1;vrb!ay6V+0`K$Uzs||=&ACYN5vf6-T z)d8NOY}EnH;Rtt~yc9L!vYid8jg2bf_R)3iXqCEzy4CKY3yw%>M&t6!=wxXYjW|Yi zWUeX_yZVrXwzzq$#-`!^T1k+e*9uj_hO7nk9C#p8nc?~RKnHeTBl99O>^w)cN24YqzImM5)wf!q2yn% z@F-0tIC$A3UyjM!$e3VaQjm5)qxVTw8n*g%wz!%`1)(%;B_v>jc!?=3`Lu3a63$Ky zj>dk{G~p^6b;H-MvYuz`=o)==f4zJSQPpN2Y?ALGZ5Y-uX_9B=azcG7iI#o4 z6iEcsYCzM9OW6Ri`A?FcD2I-D6C$m%}z=D$l+x8!jbpUL+(1WUE&m~cBdL>_|PC$wh+#ab=w{0 zh`U?;pyJq;;<~E+=qvAwrS8}<%N+Bsa(GF2*n}xj2bWom80vkK)+2|J38%57IkbZ2 zaKEcxdXFu=+|*XRe*Ud#2wY;Lzusy+Qtg!ZlQ`>LWmgjjHN~meH0hFMaLYYFQ3+5{ z&^Q=1at>t43I1Wk6aI!2Sg#fE8gjv&w957?uK%xiKAPVNDsA8`j$Q$_a*9H%7zyV` zoIz5rJk~hzm1`Rbb-4Wj!nb+!=pn8w#0s1%4yOL=F~O_m(RbNO9FDH#wh5yfkXWWk z8^_=F7u&A$j>%qjwGoOU-!DbAb&o$W+T zmgIQU;-v3=$rv%nwVNIJGH$ITZ*lHETZ&w25$YWg|mb&X>Q{s&{$*ULoge`0vW6TqdlQa?_ z{3W=g(jnH1_G%7}Nj(&wFp$V@x!;xokx@t~l>_i61sS#i1`DQ~rNZ3FSO6bz+jV|Ra-55Nfhb`wc0u?2=tDp z+HhkxdmrR%1&vRmC6YWh+kihSIF(cOpkT@jncgvfncW_rsGw$YZkoDEF;eWKN+!Cq zk&m?E#Yk_Yw-Hr77(?ArZ3iNyTut4ZrwZH7>4>XnaN3eW60M=0<70s`^j35b$#lS8 zj?qDTrGqZFSD#_jq4E!dm^=l6A)V?By|J)EFCo(iZW4W(ZACS^hafW>O%oK*efa0h z6dfeea++bjq>WMAM-S!gni(#Gzh&{EfNf(CwNX@;$m-T_DVtB-|H?>uZBCADw(s^5 zb!%ifdDK9yqTI>OS&vgjEFI=?M_Rc^C7AL+VfJCq(ZX&)XZ_wk1;dh=RmO?=I>B_{ ziZ|4XpHew|0un=a6n99FP&_G%I7Uo#c0RUGDRKk;j+A^)!}U+F8~?&ESiCgIm5z|s zNQHvtpnb!Hbf>I|z~|zw{u7Ho%FHySsa!-mg@uU5*rA0qc36)mh&ru)3*X^;Ni5_|?X_@S4}c2}O@R$jpG_BpCp zN>)rvNZS3C7xAn0sgm2}1O3H39;+Q4`7%m_$C`0h97==vlP#BXD^6WrfY>94oVJ{{ zq&wenR>APu1joR9x~7lO@MW@E{o4LOBaFDcTh^MS;#l`@b*1bwshei>H09Pn=9gy z2)IAzD0YctB-LtnvYs?69Al+Yp>ABE2(MK&f7;IM1}s8HxrocPE>5?IbPLf+x%m$r z)xaMIR`jDXjfQ;^by{VzL0op|wL4x)(Z7HQ(J6go_E*^^(#JdS_hJV+NxQd}bAyg= zRfTs?=uY(?zCuUGUGk>coD(?0OeV}8=VZyikpdd1?5NTP#2Uo0G6JIvL#dKVF>pXO zS7mm`Na$Q(p1?TtAGZh>q#PlpEma!ApVM(=vMa)HaQYSwx42W)QBqM`nH84S?na$H zH#np`KDi?ilH+CzU4)`cNeba-lOtUgSrwuD(aUY$oj4lA%d98emR&o3*6hVh5IfH* z^JWd^#j)bP8+m`8@aVUYag^S@+F8zvN(5K#UJNMweG8v*gpY`Y0aDWmZ|H;lFuQF-%FBPvJA8xKWu!Y#Pfm d-DG8jNgCnA9GM;or*;W1s$+CyDq7p-e*iWGaa{la literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..39934983901 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,774 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andrej Marsetič, 2022-2023 +# Jannis Leidel , 2011 +# Primoz Verdnik , 2017 +# zejn , 2013,2016 +# zejn , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2023-12-04 07:05+0000\n" +"Last-Translator: Andrej Marsetič, 2022-2023\n" +"Language-Team: Slovenian (http://app.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izbriši izbrano: %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspešno izbrisano %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ni mogoče izbrisati %(name)s" + +msgid "Are you sure?" +msgstr "Ste prepričani?" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Vse" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Neznano" + +msgid "Any date" +msgstr "Kadarkoli" + +msgid "Today" +msgstr "Danes" + +msgid "Past 7 days" +msgstr "Zadnjih 7 dni" + +msgid "This month" +msgstr "Ta mesec" + +msgid "This year" +msgstr "Letos" + +msgid "No date" +msgstr "Brez datuma" + +msgid "Has date" +msgstr "Z datumom" + +msgid "Empty" +msgstr "Prazno" + +msgid "Not empty" +msgstr "Ni prazno" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Vnesite veljavno %(username)s in geslo za račun osebja. Opomba: obe polji " +"upoštevata velikost črk." + +msgid "Action:" +msgstr "Dejanje:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj še en %(verbose_name)s" + +msgid "Remove" +msgstr "Odstrani" + +msgid "Addition" +msgstr "Dodatek" + +msgid "Change" +msgstr "Spremeni" + +msgid "Deletion" +msgstr "Izbris" + +msgid "action time" +msgstr "čas dejanja" + +msgid "user" +msgstr "uporabnik" + +msgid "content type" +msgstr "vrsta vsebine" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "predstavitev objekta" + +msgid "action flag" +msgstr "zastavica dejanja" + +msgid "change message" +msgstr "spremeni sporočilo" + +msgid "log entry" +msgstr "dnevniški vnos" + +msgid "log entries" +msgstr "dnevniški vnosi" + +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Izbrisan “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Dnevniški vnos" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Dodan {name} “{object}”." + +msgid "Added." +msgstr "Dodano." + +msgid "and" +msgstr "in" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Spremenjena polja {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Izbrisan {name} “{object}”." + +msgid "No fields changed." +msgstr "Nobeno polje ni bilo spremenjeno." + +msgid "None" +msgstr "Brez vrednosti" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Izbrati morate vnose, nad katerimi želite izvesti operacijo. Noben vnos ni " +"bil spremenjen." + +msgid "No action selected." +msgstr "Brez dejanja." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#, python-format +msgid "Change %s" +msgstr "Spremeni %s" + +#, python-format +msgid "View %s" +msgstr "Pogled %s" + +msgid "Database error" +msgstr "Napaka v podatkovni bazi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s je bil uspešno spremenjen." +msgstr[1] "%(count)s %(name)s sta bila uspešno spremenjena." +msgstr[2] "%(count)s %(name)s so bili uspešno spremenjeni." +msgstr[3] "%(count)s %(name)s je bilo uspešno spremenjenih." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s izbran" +msgstr[1] "%(total_count)s izbrana" +msgstr[2] "Vsi %(total_count)s izbrani" +msgstr[3] "Vseh %(total_count)s izbranih" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izbranih" + +#, python-format +msgid "Change history: %s" +msgstr "Zgodovina sprememb: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Brisanje %(class_name)s %(instance)s bi zahtevalo brisanje naslednjih " +"zaščitenih povezanih objektov: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administrativni vmesnik" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija strani" + +msgid "Log in" +msgstr "Prijavite se" + +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +msgid "Page not found" +msgstr "Strani ni mogoče najti" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Opravičujemo se, a zahtevane strani ni mogoče najti." + +msgid "Home" +msgstr "Domov" + +msgid "Server error" +msgstr "Napaka na strežniku" + +msgid "Server error (500)" +msgstr "Napaka na strežniku (500)" + +msgid "Server Error (500)" +msgstr "Napaka na strežniku (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Prišlo je do nepričakovane napake. Napaka je bila preko e-pošte javljena " +"administratorjem spletne strani in naj bo bila v kratkem odpravljena. Hvala " +"za potrpljenje." + +msgid "Run the selected action" +msgstr "Izvedi izbrano dejanje" + +msgid "Go" +msgstr "Pojdi" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite tu za izbiro vseh vnosov na vseh straneh" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izberi vse %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Počisti izbiro" + +msgid "Breadcrumbs" +msgstr "Navigacijska sled" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Model v %(name)s aplikaciji" + +msgid "Add" +msgstr "Dodaj" + +msgid "View" +msgstr "Pogled" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nimate dovoljenja za ogled ali urejanje česarkoli." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Najprej vnesite uporabniško ime in geslo. Nato boste lahko urejali več " +"uporabniških možnosti." + +msgid "Enter a username and password." +msgstr "Vnesite uporabniško ime in geslo." + +msgid "Change password" +msgstr "Spremeni geslo" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Popravite spodnjo napako." +msgstr[1] "Prosim popravite spodnji napaki." +msgstr[2] "Prosim popravite spodnje napake." +msgstr[3] "Prosim popravite spodnje napake." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Vpišite novo geslo za uporabnika %(username)s." + +msgid "Skip to main content" +msgstr "Preskoči na glavno vsebino" + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "Poglej stran" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj %(name)s" + +msgid "History" +msgstr "Zgodovina" + +msgid "View on site" +msgstr "Poglej na strani" + +msgid "Filter" +msgstr "Filter" + +msgid "Hide counts" +msgstr "" + +msgid "Show counts" +msgstr "" + +msgid "Clear all filters" +msgstr "Počisti vse filtre" + +msgid "Remove from sorting" +msgstr "Odstrani iz razvrščanja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioriteta razvrščanja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Preklopi razvrščanje" + +msgid "Toggle theme (current theme: auto)" +msgstr "Preklopi temo (trenutna tema: samodejno)" + +msgid "Toggle theme (current theme: light)" +msgstr "Preklopi temo (trenutna tema: svetla)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Preklop teme (trenutna tema: temna)" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Izbris %(object_name)s '%(escaped_object)s' bi pomenil izbris povezanih " +"objektov, vendar nimate dovoljenja za izbris naslednjih tipov objektov:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Brisanje %(object_name)s '%(escaped_object)s' bi zahtevalo brisanje " +"naslednjih zaščitenih povezanih objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ste prepričani, da želite izbrisati %(object_name)s \"%(escaped_object)s\"? " +"Vsi naslednji povezani elementi bodo izbrisani:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I’m sure" +msgstr "Da, prepričan sem" + +msgid "No, take me back" +msgstr "Ne, vrni me nazaj" + +msgid "Delete multiple objects" +msgstr "Izbriši več objektov" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Brisanje naslendjih %(objects_name)s bi imelo za posledico izbris naslednjih " +"povezanih objektov, vendar vaš račun nima pravic za izbris naslednjih tipov " +"objektov:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Brisanje izbranih %(objects_name)s zahteva brisanje naslednjih zaščitenih " +"povezanih objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ali res želite izbrisati izbrane %(objects_name)s? Vsi naslednji objekti in " +"njihovi povezani vnosi bodo izbrisani:" + +msgid "Delete?" +msgstr "Izbrišem?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Po %(filter_title)s " + +msgid "Summary" +msgstr "Povzetek" + +msgid "Recent actions" +msgstr "Nedavna dejanja" + +msgid "My actions" +msgstr "Moja dejanja" + +msgid "None available" +msgstr "Ni na voljo" + +msgid "Added:" +msgstr "" + +msgid "Changed:" +msgstr "" + +msgid "Deleted:" +msgstr "" + +msgid "Unknown content" +msgstr "Neznana vsebina" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Prijavljeni ste kot %(username)s in nimate pravic za dostop do te strani. Bi " +"se želeli prijaviti z drugim računom?" + +msgid "Forgotten your password or username?" +msgstr "Ste pozabili geslo ali uporabniško ime?" + +msgid "Toggle navigation" +msgstr "Preklopi navigacijo" + +msgid "Sidebar" +msgstr "Stranska vrstica" + +msgid "Start typing to filter…" +msgstr "Za filtriranje začnite tipkati ..." + +msgid "Filter navigation items" +msgstr "Filtrirajte navigacijske elemente" + +msgid "Date/time" +msgstr "Datum/čas" + +msgid "User" +msgstr "Uporabnik" + +msgid "Action" +msgstr "Dejanje" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Prikaži vse" + +msgid "Save" +msgstr "Shrani" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Išči" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s zadetkov" +msgstr[1] "%(counter)s zadetek" +msgstr[2] "%(counter)s zadetka" +msgstr[3] "%(counter)s zadetki" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s skupno" + +msgid "Save as new" +msgstr "Shrani kot novo" + +msgid "Save and add another" +msgstr "Shrani in dodaj še eno" + +msgid "Save and continue editing" +msgstr "Shrani in nadaljuj z urejanjem" + +msgid "Save and view" +msgstr "Shrani in poglej" + +msgid "Close" +msgstr "Zapri" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Spremeni izbran %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj še en %(model)s " + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Izbriši izbran %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Poglej izbran %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Hvala, ker ste si danes vzeli nekaj časa za to spletno stran." + +msgid "Log in again" +msgstr "Ponovna prijava" + +msgid "Password change" +msgstr "Sprememba gesla" + +msgid "Your password was changed." +msgstr "Vaše geslo je bilo spremenjeno." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Zaradi varnosti vnesite svoje staro geslo in nato dvakrat vnesite novo " +"geslo, da bomo lahko preverili, ali ste ga pravilno vnesli." + +msgid "Change my password" +msgstr "Spremeni moje geslo" + +msgid "Password reset" +msgstr "Ponastavitev gesla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaše geslo je bilo nastavljeno. Zdaj se lahko prijavite." + +msgid "Password reset confirmation" +msgstr "Potrdite ponastavitev gesla" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Vnesite vaše novo geslo dvakrat, da se izognete tipkarskim napakam." + +msgid "New password:" +msgstr "Novo geslo:" + +msgid "Confirm password:" +msgstr "Potrditev gesla:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Povezava za ponastavitev gesla ni bila veljavna, morda je bila že " +"uporabljena. Prosimo zahtevajte novo ponastavitev gesla." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Po e-pošti smo vam poslali navodila za nastavitev gesla, če obstaja račun z " +"e-pošto, ki ste jo vnesli. Prejeti bi jih morali kmalu." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Če ne prejmete e-poštnega sporočila, preverite, ali ste vnesli naslov, s " +"katerim ste se registrirali, in preverite mapo z vsiljeno pošto." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"To e-pošto ste prejeli, ker je ste zahtevali ponastavitev gesla za vaš " +"uporabniški račun na %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prosimo pojdite na sledečo stran in izberite novo geslo:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Vaše uporabniško ime, če ste ga pozabili:" + +msgid "Thanks for using our site!" +msgstr "Hvala, ker uporabljate našo stran!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipa strani %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Ste pozabili geslo? Spodaj vnesite svoj e-poštni naslov in poslali vam bomo " +"navodila za nastavitev novega." + +msgid "Email address:" +msgstr "E-poštni naslov:" + +msgid "Reset my password" +msgstr "Ponastavi moje geslo" + +msgid "Select all objects on this page for an action" +msgstr "" + +msgid "All dates" +msgstr "Vsi datumi" + +#, python-format +msgid "Select %s" +msgstr "Izberite %s" + +#, python-format +msgid "Select %s to change" +msgstr "Izberite %s, ki ga želite spremeniti" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Ura:" + +msgid "Lookup" +msgstr "Poizvedba" + +msgid "Currently:" +msgstr "Trenutno:" + +msgid "Change:" +msgstr "Spremembe:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f01b6b48ce4ab10c72affabfca48766a01ed81b6 GIT binary patch literal 6146 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..08a77f67ec7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po @@ -0,0 +1,328 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andrej Marsetič, 2022,2024 +# Jannis Leidel , 2011 +# zejn , 2016 +# zejn , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:59+0000\n" +"Last-Translator: Andrej Marsetič, 2022,2024\n" +"Language-Team: Slovenian (http://app.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Možne %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"To je seznam možnih %s. Izbrane lahko izberete z izbiro v spodnjem okvirju " +"in s klikom na puščico \"Izberi\" med okvirjema." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Z vpisom niza v to polje, zožite izbor %s." + +msgid "Filter" +msgstr "Filtriraj" + +msgid "Choose all" +msgstr "Izberi vse" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknite za izbor vseh %s hkrati." + +msgid "Choose" +msgstr "Izberi" + +msgid "Remove" +msgstr "Odstrani" + +#, javascript-format +msgid "Chosen %s" +msgstr "Izbran %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"To je seznam možnih %s. Odvečne lahko odstranite z izbiro v okvirju in " +"klikom na puščico \"Odstrani\" med okvirjema." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Vnesite v to polje, da filtrirate seznam izbranih %s ." + +msgid "Remove all" +msgstr "Odstrani vse" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite za odstranitev vseh %s hkrati." + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] " %s izbrana možnosti ni vidna" +msgstr[1] " %s izbrani možnosti nista vidni" +msgstr[2] " %s izbrane možnosti niso vidne" +msgstr[3] " %s izbrane možnosti niso vidne" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s od %(cnt)s izbranih" +msgstr[1] "%(sel)s od %(cnt)s izbran" +msgstr[2] "%(sel)s od %(cnt)s izbrana" +msgstr[3] "%(sel)s od %(cnt)s izbrani" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Na nekaterih poljih, kjer je omogočeno urejanje, so neshranjene spremembe. V " +"primeru nadaljevanja bodo neshranjene spremembe trajno izgubljene." + +msgid "" +"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." +msgstr "" +"Izbrali ste dejanje, vendar še niste shranili sprememb posameznih polj. Za " +"shranjevanje kliknite V redu. Akcijo boste morali ponovno zagnati." + +msgid "" +"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." +msgstr "" +"Izbrali ste dejanje in niste spremenili posameznih polj. Verjetno iščete " +"gumb Pojdi in ne gumb Shrani." + +msgid "Now" +msgstr "Takoj" + +msgid "Midnight" +msgstr "Polnoč" + +msgid "6 a.m." +msgstr "Ob 6h" + +msgid "Noon" +msgstr "Opoldne" + +msgid "6 p.m." +msgstr "Ob 18h" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Opomba: glede na čas na strežniku ste %s uro naprej." +msgstr[1] "Opomba: glede na čas na strežniku ste %s uri naprej." +msgstr[2] "Opomba: glede na čas na strežniku ste %s ure naprej." +msgstr[3] "Opomba: glede na čas na strežniku ste %s ur naprej." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Opomba: glede na čas na strežniku ste %s uro zadaj." +msgstr[1] "Opomba: glede na čas na strežniku ste %s uri zadaj." +msgstr[2] "Opomba: glede na čas na strežniku ste %s ure zadaj." +msgstr[3] "Opomba: glede na čas na strežniku ste %s ur zadaj." + +msgid "Choose a Time" +msgstr "Izberite čas" + +msgid "Choose a time" +msgstr "Izbor časa" + +msgid "Cancel" +msgstr "Prekliči" + +msgid "Today" +msgstr "Danes" + +msgid "Choose a Date" +msgstr "Izberite datum" + +msgid "Yesterday" +msgstr "Včeraj" + +msgid "Tomorrow" +msgstr "Jutri" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "marec" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "junij" + +msgid "July" +msgstr "julij" + +msgid "August" +msgstr "avgust" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dec" + +msgid "Sunday" +msgstr "Nedelja" + +msgid "Monday" +msgstr "Ponedeljek" + +msgid "Tuesday" +msgstr "Torek" + +msgid "Wednesday" +msgstr "Sreda" + +msgid "Thursday" +msgstr "Četrtek" + +msgid "Friday" +msgstr "Petek" + +msgid "Saturday" +msgstr "Sobota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Ned" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pon" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Tor" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Sre" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Čet" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pet" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sob" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "N" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "S" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Č" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..63dadc2d51ac4aa5499bcaec0ad81a0f5a78ff13 GIT binary patch literal 18247 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 X)#8dbXmOz2agXwa={F4E_45A!UF?EC literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e52e9e70715 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,792 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik Bleta , 2011,2015 +# Besnik Bleta , 2020,2022-2025 +# Besnik Bleta , 2015,2018-2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Besnik Bleta , 2020,2022-2025\n" +"Language-Team: Albanian (http://app.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Fshiji %(verbose_name_plural)s e përzgjedhur" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "U fshinë me sukses %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "S’mund të fshijë %(name)s" + +msgid "Delete multiple objects" +msgstr "Fshini disa objekte njëherësh" + +msgid "Administration" +msgstr "Administrim" + +msgid "All" +msgstr "Krejt" + +msgid "Yes" +msgstr "Po" + +msgid "No" +msgstr "Jo" + +msgid "Unknown" +msgstr "E panjohur" + +msgid "Any date" +msgstr "Çfarëdo date" + +msgid "Today" +msgstr "Sot" + +msgid "Past 7 days" +msgstr "7 ditët e shkuara" + +msgid "This month" +msgstr "Këtë muaj" + +msgid "This year" +msgstr "Këtë vit" + +msgid "No date" +msgstr "Pa datë" + +msgid "Has date" +msgstr "Ka datë" + +msgid "Empty" +msgstr "E zbrazët" + +msgid "Not empty" +msgstr "Jo e zbrazët" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ju lutemi, jepni %(username)s dhe fjalëkalimin e saktë për një llogari " +"ekipi. Kini parasysh se që të dy fushat mund të jenë të ndjeshme ndaj " +"shkrimit me shkronja të mëdha ose të vogla." + +msgid "Action:" +msgstr "Veprim:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Shtoni një tjetër %(verbose_name)s" + +msgid "Remove" +msgstr "Hiqe" + +msgid "Addition" +msgstr "Shtim" + +msgid "Change" +msgstr "Ndryshoje" + +msgid "Deletion" +msgstr "Fshirje" + +msgid "action time" +msgstr "kohë veprimi" + +msgid "user" +msgstr "përdorues" + +msgid "content type" +msgstr "lloj lënde" + +msgid "object id" +msgstr "id objekti" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "paraqitje objekti" + +msgid "action flag" +msgstr "shenjë veprimi" + +msgid "change message" +msgstr "mesazh ndryshimi" + +msgid "log entry" +msgstr "zë regjistri" + +msgid "log entries" +msgstr "zëra regjistri" + +#, python-format +msgid "Added “%(object)s”." +msgstr "U shtua “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "U ndryshua “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "U fshi “%(object)s.”" + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "U shtua {name} “{object}”." + +msgid "Added." +msgstr "U shtua." + +msgid "and" +msgstr "dhe " + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "U ndryshuan {fields} për {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "U ndryshuan {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "U fshi {name} “{object}”." + +msgid "No fields changed." +msgstr "S’u ndryshua ndonjë fushë." + +msgid "None" +msgstr "Asnjë" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Që të përzgjidhni më shumë se një, mbani të shtypur “Control”, ose “Command” " +"në një Mac." + +msgid "Select this object for an action - {}" +msgstr "Përzgjidheni këtë objekt për një veprim - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” u shtua me sukses." + +msgid "You may edit it again below." +msgstr "Mund ta ripërpunoni më poshtë." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” u shtua me sukses. Mund të shtoni {name} tjetër më poshtë." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” u ndryshua me sukses. Mund ta përpunoni sërish më poshtë." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” u ndryshua me sukses. Mund të shtoni {name} tjetër më poshtë." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” u ndryshua me sukses." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Duhen përzgjedhur objekte që të kryhen veprime mbi ta. S’u ndryshua ndonjë " +"objekt." + +msgid "No action selected." +msgstr "S’u përzgjodh ndonjë veprim." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” u fshi me sukses." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s me “%(key)s” ID s’ekziston. Mos qe fshirë vallë?" + +#, python-format +msgid "Add %s" +msgstr "Shtoni %s" + +#, python-format +msgid "Change %s" +msgstr "Ndrysho %s" + +#, python-format +msgid "View %s" +msgstr "Shiheni %s" + +msgid "Database error" +msgstr "Gabim baze të dhënash" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s u ndryshua me sukses." +msgstr[1] "%(count)s %(name)s u ndryshuan me sukses." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s i përzgjedhur" +msgstr[1] "Krejt %(total_count)s të përzgjedhurat" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 nga %(cnt)s të përzgjedhur" + +msgid "Delete" +msgstr "Fshije" + +#, python-format +msgid "Change history: %s" +msgstr "Ndryshoni historikun: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Fshirja e %(class_name)s %(instance)s do të lypte fshirjen e objekteve " +"vijuese të mbrojtura që kanë lidhje me ta: %(related_objects)s" + +msgid "Django site admin" +msgstr "Përgjegjës sajti Django" + +msgid "Django administration" +msgstr "Administrim i Django-s" + +msgid "Site administration" +msgstr "Administrim sajti" + +msgid "Log in" +msgstr "Hyni" + +#, python-format +msgid "%(app)s administration" +msgstr "Administrim %(app)s" + +msgid "Page not found" +msgstr "S’u gjet faqe" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Na ndjeni, por faqja e kërkuar s’u gjet dot." + +msgid "Home" +msgstr "Hyrje" + +msgid "Server error" +msgstr "Gabim shërbyesi" + +msgid "Server error (500)" +msgstr "Gabim shërbyesi (500)" + +msgid "Server Error (500)" +msgstr "Gabim Shërbyesi (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Pati një gabim. U është njoftuar përgjegjësve të sajtit përmes email-i dhe " +"do të duhej ndrequr pa humbur kohë. Faleminderit për durimin." + +msgid "Run the selected action" +msgstr "Kryej veprimin e përzgjedhur" + +msgid "Go" +msgstr "Shko tek" + +msgid "Click here to select the objects across all pages" +msgstr "Klikoni këtu që të përzgjidhni objektet nëpër krejt faqet" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Përzgjidhni krejt %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Spastroje përzgjedhjen" + +msgid "Breadcrumbs" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele te aplikacioni %(name)s" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Shtoni" + +msgid "View" +msgstr "Shiheni" + +msgid "You don’t have permission to view or edit anything." +msgstr "S’keni leje të shihni apo të përpunoni gjë." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "" + +msgid "Change password" +msgstr "Ndryshoni fjalëkalimin" + +msgid "Set password" +msgstr "Caktoni fjalëkalim" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Ju lutemi, ndreqni gabimin më poshtë." +msgstr[1] "Ju lutemi, ndreqni gabimet më poshtë." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Jepni një fjalëkalim të ri për përdoruesin %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Ky veprim do të aktivizojë për këtë përdorues mirëfilltësim " +"me bazë fjalëkalimin." + +msgid "Disable password-based authentication" +msgstr "Çaktivizo mirëfilltësim me bazë fjalëkalimin" + +msgid "Enable password-based authentication" +msgstr "Aktivizo mirëfilltësim me bazë fjalëkalimin" + +msgid "Skip to main content" +msgstr "Kalo te lënda bazë" + +msgid "Welcome," +msgstr "Mirë se vini," + +msgid "View site" +msgstr "Shihni sajtin" + +msgid "Documentation" +msgstr "Dokumentim" + +msgid "Log out" +msgstr "Dilni" + +#, python-format +msgid "Add %(name)s" +msgstr "Shto %(name)s" + +msgid "History" +msgstr "Historik" + +msgid "View on site" +msgstr "Shiheni në sajt" + +msgid "Filter" +msgstr "Filtër" + +msgid "Hide counts" +msgstr "Fshihi numrat" + +msgid "Show counts" +msgstr "Shfaqi numrat" + +msgid "Clear all filters" +msgstr "Spastroji krejt filtrat" + +msgid "Remove from sorting" +msgstr "Hiqe prej renditjeje" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Përparësi renditjesh: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Shfaq/fshih renditjen" + +msgid "Toggle theme (current theme: auto)" +msgstr "Ndërroni temën (temë e tanishme: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Ndërroni temën (temë e tanishme: e çelët)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Ndërroni temën (temë e tanishme: e errët)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Fshirja e %(object_name)s '%(escaped_object)s' do të shpinte në fshirjen e " +"objekteve të lidhur me të, por llogaria juaj s’ka leje për fshirje të " +"objekteve të llojeve të mëposhtëm:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Fshirja e %(object_name)s '%(escaped_object)s' do të kërkonte fshirjen e " +"objekteve të mbrojtur vijues, të lidhur me të:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Jeni i sigurt se doni të fshihet %(object_name)s “%(escaped_object)s”? Krejt " +"objektet vijues të lidhur me të do të fshihen:" + +msgid "Objects" +msgstr "Objekte" + +msgid "Yes, I’m sure" +msgstr "Po, jam i sigurt" + +msgid "No, take me back" +msgstr "Jo, kthemëni mbrapsht" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Fshirja e %(objects_name)s të përzgjedhur do të shpjerë në fshirjen e " +"objekteve të lidhur me të, por llogaria juaj s’ka leje të fshijë llojet " +"vijuese të objekteve:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Fshirja e %(objects_name)s të përzgjedhur do të kërkonte fshirjen e " +"objekteve të mbrojtur vijues, të lidhur me të:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Jeni i sigurt se doni të fshihen %(objects_name)s e përzgjedhur? Krejt " +"objektet vijues dhe gjëra të lidhura me ta do të fshihen:" + +msgid "Delete?" +msgstr "Të fshihet?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Nga %(filter_title)s " + +msgid "Summary" +msgstr "Përmbledhje" + +msgid "Recent actions" +msgstr "Veprime së fundi" + +msgid "My actions" +msgstr "Veprimet e mia" + +msgid "None available" +msgstr "Asnjë i passhëm" + +msgid "Added:" +msgstr "U shtua më:" + +msgid "Changed:" +msgstr "U ndryshua më:" + +msgid "Deleted:" +msgstr "U fshi më:" + +msgid "Unknown content" +msgstr "Lëndë e panjohur" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Diç është gabim me instalimin tuaj të bazës së të dhënave. Sigurohuni që " +"janë krijuar tabelat e duhura të bazës së të dhënave dhe sigurohuni që baza " +"e të dhënave është e lexueshme nga përdoruesi i duhur." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Keni bërë mirëfilltësimin si %(username)s, por s’jeni i autorizuar të hyni " +"në këtë faqe. Do të donit të hyni në një llogari tjetër?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "Shfaqni/fshihni lëvizjen" + +msgid "Sidebar" +msgstr "Anështyllë" + +msgid "Start typing to filter…" +msgstr "Që të bëhet filtrim, filloni të shtypni…" + +msgid "Filter navigation items" +msgstr "Filtroni elementë lëvizjeje" + +msgid "Date/time" +msgstr "Datë/kohë" + +msgid "User" +msgstr "Përdorues" + +msgid "Action" +msgstr "Veprim" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "zë" +msgstr[1] "zëra" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Ky objekt s’ka historik ndryshimesh. Gjasat janë të mos ketë qenë shtuar " +"përmes këtij sajti admin." + +msgid "Show all" +msgstr "Shfaqi krejt" + +msgid "Save" +msgstr "Ruaje" + +msgid "Popup closing…" +msgstr "Mbyllje flluske…" + +msgid "Search" +msgstr "Kërko" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s përfundim" +msgstr[1] "%(counter)s përfundime" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s gjithsej" + +msgid "Save as new" +msgstr "Ruaje si të ri" + +msgid "Save and add another" +msgstr "Ruajeni dhe shtoni një tjetër" + +msgid "Save and continue editing" +msgstr "Ruajeni dhe vazhdoni përpunimin" + +msgid "Save and view" +msgstr "Ruajeni dhe shiheni" + +msgid "Close" +msgstr "Mbylle" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ndryshoni %(model)s e përzgjedhur" + +#, python-format +msgid "Add another %(model)s" +msgstr "Shtoni një %(model)s tjetër" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Fshije %(model)s e përzgjedhur" + +#, python-format +msgid "View selected %(model)s" +msgstr "Shihni %(model)s e përzgjedhur" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Faleminderit që harxhoni pak kohë me sajtin sot." + +msgid "Log in again" +msgstr "Hyni sërish" + +msgid "Password change" +msgstr "Ndryshim fjalëkalimi" + +msgid "Your password was changed." +msgstr "Fjalëkalimi juaj u ndryshua." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Ju lutemi, për hir të sigurisë, jepni fjalëkalimin tuaj të vjetër dhe mandej " +"jepeni dy herë fjalëkalimin tuaj të ri, që të mund të verifikojmë se i keni " +"shtypur saktë." + +msgid "Change my password" +msgstr "Ndrysho fjalëkalimin tim" + +msgid "Password reset" +msgstr "Ricaktim fjalëkalimi" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Fjalëkalimi juaj u caktua. Mund të vazhdoni më tej dhe të bëni hyrjen tani." + +msgid "Password reset confirmation" +msgstr "Ripohim ricaktimi fjalëkalimi" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Ju lutemi, jepeni fjalëkalimin tuaj dy herë, që kështu të mund të " +"verifikojmë që e shtypët saktë." + +msgid "New password:" +msgstr "Fjalëkalim i ri:" + +msgid "Confirm password:" +msgstr "Ripohoni fjalëkalimin:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Lidhja për ricaktimin e fjalëkalimit qe e pavlefshme, ndoshta ngaqë është " +"përdorur tashmë një herë. Ju lutemi, kërkoni një ricaktim të ri fjalëkalimi." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ju kemi dërguar me email udhëzime për caktimin e fjalëkalimit tuaj, nëse " +"ekziston një llogari me email-in që dhatë. Duhet t’ju vijnë pas pak." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Nëse s’merrni ndonjë email, ju lutemi, sigurohuni se keni dhënë adresën me " +"të cilën u regjistruat, dhe kontrolloni edhe te dosja e mesazheve të " +"padëshiruar." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Këtë email po e merrni ngaqë kërkuat ricaktim fjalëkalimi për llogarinë tuaj " +"si përdorues te %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ju lutemi, shkoni te faqja vijuese dhe zgjidhni një fjalëkalim të ri:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Faleminderit që përdorni sajtin tonë!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipi i %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Harruat fjalëkalimin tuaj? Jepni më poshtë adresën tuaj email, dhe do t’ju " +"dërgojmë me email udhëzime për caktimin e një të riu." + +msgid "Email address:" +msgstr "Adresë email:" + +msgid "Reset my password" +msgstr "Ricakto fjalëkalimin tim" + +msgid "Select all objects on this page for an action" +msgstr "Përzgjidhni për një veprim krejt objektet në këtë faqe" + +msgid "All dates" +msgstr "Krejt datat" + +#, python-format +msgid "Select %s" +msgstr "Përzgjidhni %s" + +#, python-format +msgid "Select %s to change" +msgstr "Përzgjidhni %s për ta ndryshuar" + +#, python-format +msgid "Select %s to view" +msgstr "Përzgjidhni %s për parje" + +msgid "Date:" +msgstr "Datë:" + +msgid "Time:" +msgstr "Kohë:" + +msgid "Lookup" +msgstr "Kërkim" + +msgid "Currently:" +msgstr "Tani:" + +msgid "Change:" +msgstr "Ndryshim:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..877b0370494e45fbfb5c246722ee6bcee477d286 GIT binary patch literal 5682 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 BA&LM1 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..64f70b7338e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po @@ -0,0 +1,316 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik Bleta , 2011-2012,2015 +# Besnik Bleta , 2020-2023,2025 +# Besnik Bleta , 2015,2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Besnik Bleta , 2020-2023,2025\n" +"Language-Team: Albanian (http://app.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s i gatshëm" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Zgjidhni %s duke i përzgjedhur dhe mandej përzgjidhni butonin shigjetë " +"“Zgjidhni”." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Që të filtrohet lista e %s të passhme, shkruani brenda kutizës." + +msgid "Filter" +msgstr "Filtro" + +#, javascript-format +msgid "Choose all %s" +msgstr "Zgjidh krejt %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Zgjidh %s e përzgjedhur" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Hiqe %s e përzgjedhur" + +#, javascript-format +msgid "Chosen %s" +msgstr "U zgjodh %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Hiqe %s duke i përzgjedhur dhe mandej përzgjidhni butonin shigjetë “Hiqe”." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Shtypni në këtë kuadrat, që të filtroni listën e %s të përzgjedhur." + +msgid "(click to clear)" +msgstr "(klikoni që të spastrohet)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Hiqi krejt %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s mundësi e përzgjedhur jo e dukshme" +msgstr[1] "%s mundësi të përzgjedhura jo të dukshme" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "U përzgjodh %(sel)s nga %(cnt)s" +msgstr[1] "U përzgjodhën %(sel)s nga %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Keni ndryshime të paruajtura te fusha individuale të ndryshueshme. Nëse " +"kryeni një veprim, ndryshimet e paruajtura do të humbin." + +msgid "" +"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." +msgstr "" +"Keni përzgjedhur një veprim, por s’keni ruajtur ende ndryshimet që bëtë te " +"fusha individuale. Ju lutemi, klikoni OK që të bëhet ruajtja. Do t’ju duhet " +"ta ribëni veprimin." + +msgid "" +"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." +msgstr "" +"Keni përzgjedhur një veprim dhe s’keni bërë ndonjë ndryshim te fusha " +"individuale. Ndoshta po kërkonit për butonin “Shko”, në vend se për butonin " +"“Ruaje”." + +msgid "Now" +msgstr "Tani" + +msgid "Midnight" +msgstr "Mesnatë" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mesditë" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Shënim: Jeni %s orë para kohës së shërbyesit." +msgstr[1] "Shënim: Jeni %s orë para kohës së shërbyesit." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Shënim: Jeni %s orë pas kohës së shërbyesit." +msgstr[1] "Shënim: Jeni %s orë pas kohës së shërbyesit." + +msgid "Choose a Time" +msgstr "Zgjidhni një Kohë" + +msgid "Choose a time" +msgstr "Zgjidhni një kohë" + +msgid "Cancel" +msgstr "Anuloje" + +msgid "Today" +msgstr "Sot" + +msgid "Choose a Date" +msgstr "Zgjidhni një Datë" + +msgid "Yesterday" +msgstr "Dje" + +msgid "Tomorrow" +msgstr "Nesër" + +msgid "January" +msgstr "Janar" + +msgid "February" +msgstr "Shkurt" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Prill" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Qershor" + +msgid "July" +msgstr "Korrik" + +msgid "August" +msgstr "Gusht" + +msgid "September" +msgstr "Shtator" + +msgid "October" +msgstr "Tetor" + +msgid "November" +msgstr "Nëntor" + +msgid "December" +msgstr "Dhjetor" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Shk" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Pri" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Qer" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Kor" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Gus" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Sht" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Tet" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Nën" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Dhje" + +msgid "Sunday" +msgstr "E diel" + +msgid "Monday" +msgstr "E hënë" + +msgid "Tuesday" +msgstr "E martë" + +msgid "Wednesday" +msgstr "E mërkurë" + +msgid "Thursday" +msgstr "E enjte" + +msgid "Friday" +msgstr "E premte" + +msgid "Saturday" +msgstr "E shtunë" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Die" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Hën" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Mar" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Mër" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Enj" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pre" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Sht" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "H" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "E" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f5dd6df6e92e8cde184392e6197fa1ef26536c3a GIT binary patch literal 23208 zcmc(n3zXbdeaHU@R*dpcL6oY!L;@Sw-E4x0u7vPNfLMZ&1SnKYXJ`JqJ7yls%xsnw zQt}W;OR<7cLkQG>*kWnjm@F(o5^d}2SbJuCo%YmL#U77sJ=j879|G4*efA{ykcLx6X)yI4!;`0^S8)${!h@#_;ilRqfsi#r&y%VG8Wbpgo zYr&s^zX=}yswlc1JPSMnybaXzN5RX$FN5cTC%)Q`zZ8UY^d9hKU>-agTnlQdYIuJO zsQEU7;^$uQSn#oMzaKn>`|p6F_tSts2i5N-uYou472rF;Q$fuWgD(e*p!(Ip_24bw z2f*jRSAe&k$TdLGkwtcslq~@IvtQr+R*`510eR_b7N8xB;wy4}vcNUxiU=-jhJ-=Z&D& zGatMHTnHWm{yumsxEa)ZM`JwKf<2(*vjLQy-2rO+R#0-^5#B!vO3u5%x!}HV|9w#F z`Y|Yeo&zzJ=zl=bdDR=eUA!K|HKJZn{453~hl@e!>)oLG|897m2Q_~!+;0M5J-Qpz zI{yN^5PSk`fX{&|!757p1MqX;Ao$MT^7GyXYQB$xTJOW4_Et+M!{X+dQfy1pcL_WH8>xvf*N-(cmcQ*#AKrHfo}nS z4r0>Lz?-9J9J~zd2cH5Z#~*_O;9`vBDzE~s06z~(z9%s0)!@CL?BZGQJ>YYo0eGNeViEZWKi!<1tqV!p!Bu?)V!C0 zlHa?*w}aP%cY#~Mqrtg7p6(goChp$~o(nz!VzSY*;QPQ=BE-eu1Sq*pgVIMc;CDdL z`w^)1{1_BJKL?Kkk45?F|61_n;M{<{;rUxZt?Od&iKE~flpP$^>;3a2P* zcs=+tP;$Epqbh^rU=92Mh^a=`pu{=gI#Ba(4EJ||bcwcsh$8wTxDb2>yc~23ynPix zrij*qZv{UE9tVCu;Ip9o_v)XhgW%cVZ-9G2+3Dv4ehd6p?*A417w{WQ`buzS zk&pLZ0CoQii0Go9gR+Bp=Xg0R2j#~V5EqXg0qGKb2^3$?h4;r|)EajQxEve-WpBGc z$?LB{`Nt2zrJ$64Jg^KTR79&m^{<2C<2LYQ@YA5=_ytgWwm?iI`e#slybK|&00+Sn zz%3w4jkbZ}`zxU69&;YK3w$lOAN(44CVIc?ZLEp=X^iz0?$FCmwMw}2OdRsK8*PJw!V!$n?CB~bJJAt?EO3_KCs3%&;Y zD%b~p7d#m}?qXjrycv{VoDU+p=ps<>ZvsyTKL|>XyFu~&wQ&FUp!)p;6d%W4;_dhp zQ0rL=N{+t=N^c(k-v~YqehT~+_-$|l#_@6R+GW`DQN$tez1;urr9S_@_cA|j1E}>q z0E(|a2MJkG6Fdw287MyH;#_Bg3qh^t2JlVb)_}V~$>r;y`uzYzCD92OF`+bC0rDuS zgV%ze1u=!_q<0eYz?Gl_H-MUdC#ZFO8I(MJ818=&?oa(~KhHqG_kcg8-xg5zy8a43 z-wb#z_eWveTE}^y=D!rw^9MlL+c&{CgY&P%R=^dY?Ci96VZ-3{Af_079lRMl0pn|c zcY@D?(YvGQ6Tp9fvWt&gMLYx_0d=2W<^690oWuQQ(Ch&0=YBWH(xRt9SdRK&3KpXG zgRcg^0xB+k2b7$D0Ui$?ceS_oH-OSdKWOp>WnXphWbiH!R-=c&e*}LD9s@S7@pkns z@ZY)rPw+k9KOrRPc@XE_1KtQ;2cE$n@w)*$1^hH9`d?OlhC@^7kz? zT--jA%MO~>lYHiLaUbno+DF4fmTEabx03y5XzOSX&}0*TNz+Gm`b8R|v>HU~myD02 z>GL7l$7r9|4WC^eq9XXmv_YC|PM>3GFQ?s2yOcIc(`PSj*si=@KF2jKZn;m7duV@6 z`zzWFv?1CS+9zo8>o3t{Pp_vXA5?2O?_6+mc=!=e{-}@i@@c#BKK4gkzn}I=nru#X zdL!*}+Pi4_ET!FMSHwzCwwkBm=F#ud252v(-Ael)?JsEO(e!zYc027R-SDY+u)k~h z`-RN?LtMXxb`tH&v~9Er+Mm#Fq5UpxBkc~_$7vs??WZlI$?uZSHC()mb^&cuc(@O& z(YDflkM;zO@YnHqBy%^-^}A_bp`Dd^Ue8=V#q~H%u}q&{+NrcBX=U1*Xb;mI?JAl+ z7ty9@zo{EOGajNp2OHs9uqa%gl6jU~#$2qYy^i+w@URMw(fVnBN?SwIr;qju+KIF) zY5JT@yOZ|Yv}0)Z)3(!A(?)2g)AT9O-b#CvM(DE7`}lh^?aycz(l*eN&!@OpMq3dc z+!e4C@Nw{-aGe8>rkxP({{TEETniS{cGE7_jk|c#&FdL1mKt$wO{3T-#q;Yfn%9#X z8{;BZC>JZmdZU(W6sr{;=S#VIeN81-R=0UQ#Y(-AtK_-SyXttQVUNT6iCo>~M{|{t zxZvvJ`Fvcj5095hll`-Hj%)Fud&f11*W&tksgV%KJQ4?@zQ*@hlW^0hHgYB2B|H@y zqi*?9_w^@^&*48=%NBt3I+OkR{c%gAXlk2M&laq z%2jwl-0InWx-PB_RqJt3jJ+%sD{FOu>~9vq^;+`H)uH#n?|RnUA6}Xu{9}_vcpkvm zDtbOUZQ-I}EXGY%#}V5)G*^pr$id~@cs;K5h8GBBD0aD_QtTR47Z(s`xr(0E$5qEf zx6VwZlF6?C1y)v>bh?Tzq9gP%op3Rct29K%Yr`QC1mamwOmgnLp17XRjm3pE$(rUa zaZ(N%(177;sZ^aPRz|R-l5t#Y#O1o1D0*Ilrdjt9%$}$+Wg~HogG}jJ!mTO=F;lD^ zj){wrY9U`6FAvqDOL7&gAX$8BC6}0kMIPKd`q=|FiXB&LlY^N@vrFCxZ*R;MAIJ~URVHZ1<7h8)(5+4Tem3yvri8gB`eZr45YK-WFvx%W>lJS z#Y%hSNxTRv>~%xq4aFx+F>lGnXOS}-ZZte)Xnpq=GQ0+oOx-nZV4obNPTib63sZKSZNgVzBF0-KI)8Wcfk^#)`{`{ zRkXC4A1^b`k6KpF6-&G+P&CvBqh;l>#$>dtas=}&t0?{DT!rA7aAtu|4r1x;e9ES3 zW#oc+J-YQd{rm;tVSlttQDiW>)GDt4u990<95L3YJV;B?rPbOa;;$QSJu6rF}R$;lETN|gff-g!C z5;?$fZK7nORf|Vp*IrFf4|-YTM`MzP$*Vq=E2~l{#I^otIRY1b-gv5{H?I?`a$K$! z4@S$ah$xSfMJaev&qY}zTMUII5)c?!CR$k8qxEAe<$iZ%)hpY_jiDH2`>a>!kFKbW z5QGA_+(<6mRL2{7h>mNM?p;>YabI0KJ{GM|g@`2~I=iHZwV8;>-UuDFJqgl#z>3L) zq3FttDGx?hR{0m+r3>oUGt)ij(|w!QE32qdN+`!}D3@PL-%4zMTy7nHCa>a_8r$5= zb6t;Cl7O8mn_(=ez^$)P0^RmKE*dwwZm~Yg*nTYxZMgH`ZxX8BDDqYEcb=*due7}F zt-t@E@9SM1%!F)sLMrRe=0u6hnakuHJEGy?BqvC_#2!oPiXGDoWJ+D4^}3O7Qeb%lGcx`OK5>{Z*HCZzgT) zH(pBjc!8k0hU&malw#dVT5pVmSii{(y&LQbLif%NuFu`P9)@a|l(W?2&X3C%^qe~| zF#r4oTqW;(@f$jNkFrj@Z=`k=ts1RPsJiwSAw{erT@2-F(W*2X6NJOb!m72!F-e9* zCHp0AR~peO!ap2K=UC>1vMKvCoX9+bFy!lTJA^2)nWNU~C!-{3Kt@KWt5wHpMbeex zmLC9=D7>sp^WoNSUcKG7^N0wfgAklHV^$grO_~K~i7UtV!?Bs2W5%jnN@Z|zy{5u8 zP6rmzsz$CxNSYjDXlW&Wll-LPEQ8{{wzaRRu#-=&%A1!L|U7SR+B8(hHO0+ zR|+CoM{e%M@mvWGoVF-lYFf@jJmjnzYE%i6{n_E;@-C-(Rvk{`mA2O*WhA>Ze_WC| z66reF@qsB^f!^#b zbCOuC)j4#?g`!huA@xz)Y?2U%i#JIxqYxl{xr}w2&yV5cG3SkvEe`2}n?Jir%I(;y z_q5PXW74eK1`C1~6uti%)iU8{)KB0eYvy>+Vn!|m@Z^j|%g5!bLj;FOnU}9ry^U$5 zHiJpPd@FE2NsfqCuf@y2pZZDRp%!o zX75tS)z%)SOQ|?A+L#|*U0GY9h)*yL$yXERqHC1x^hb%!kXlw+_BVA)VyLlwT4|lE z$F*@OPk8E$u9Y2evcTGElYTP|({|v1M>E>00wN#vimF2yhYG}gKa#|2)|N^wtMjv}GvU^Y!BUre z(90|d* z2CKl3hDu+IwtKXaRl1)F5o5TN8;QcTo#7FMBHxMKOTCWBqfmt?Psb6mCE4n45q)d2 z?(4}Y1dC!JxgrqOA_bOcWv!}n_rB$YzH8!|4uu9?!A>mZTxHR+Z$*8iSm?WWe5BsD zx;p6QtbAABRq?u_y7n!ldKq+!1{R*vH}ICeMd!MK^9BdbJ$r!9oGaM#^sTPtDs>7V z4iwz-5oG+%nDfnIx%fAC^lIGOdlwBXTBtwg^zr9hMpZ_}S!Ca8vh$#$oEs|Q7d@km z#@OJ31r#>@RAy{ThU1(1@z({O*#t^q_=0+E!TdQZmakaWUe?0?fjO7>05!u@aTtJEVvjT3mef>P!3H*6yddu;9LBm3&nt%%FSQP_dD+Iq2%OIV! za(&QM{JCg-@j36{06<5ii+d{b77i?4ywII-hSTN1X^R&wbW7ZTqdWH(EMAnnI)Cw7 zbZH|7&R;m-Zn?z|q0hj4#w=vaqWSNb6JePL`*N%~)!ftkY;&ghRCA`av9+nSp*hvM zo$GDQspt?#t5Nfz*2d=k=5%WdL-)Dnen#$t(sXNkbGrEyQ~H8W@xs?%{f8UVocg6k z&9rWtbzI=UzFvd5>E`3D&CMrUn^@qc=uj{H%5@|(>sVexXfJKQEq&In?3f@_orr15 zA>cg{3$xF(KEU1HRLls?@r{ptjW^dpaT;MZ_emN2-PWAxcg-D$_Aw|-IUewSrulet z7i&UgDDbHRztXcFQ`U#~QFCYWGbY{6FaA1vu`cW9<$1`SbcqHWOzn~6?Hj=^TKl5r z$7Nes17y?7!Kk@a!&v>c%%w=}YOyqv%O(drNtcbRHId^H_O569L2+Mei^)t=VwD)E zW}j|83E|{Bpf*eD+CAbBoMpe`(0(RE2zi^qwV$!7PEz3;&AG|A%KHI7a;+^gKpEteIrkJ4W_X18(IFTg zQG>gwUK4EVzUGYM&$RC)bLI8p3JOpOV?|`k0YqANKt_hg)cce8!%}3oGXb2L%_jT~ z?q`3tRUWdDNq4t4!y%K}Acymy@`MFrOuCQ*!Hcn*h&0*qnUuS~hDF*-985h4IjqPQ z+}0{|m`}pNYvH4{+40X?f<2Hx_Gv}9e8(`w013`P!sOq&Min-mN;bW{o@DMZabfoscz-u`BIk8HI3-CW9W2!6pV{BX;> zT4Q#o={F^;w_R(2P7>fX!K{(3J!A@_33rkgym_6p?&Tu=)|+*3r_8n9bp)ov4#inh z?)?OZkau?oNnY;|iSsqnBpGM#k9uiiVQQSfvGpuEo0+nAk zva*ipaC(Q7V-Dm6A`?Zc=2cKNOI0{xbsv*W*lR4rX45U5ESzL)pg9e{4~i%9{bo8* zAMxbFdP2A%Tv}Mz1$C^(TZU}HyFS@+t8NtL78w0$*7sw&kz*Dvs&Rp zNDoOrZ~H=hi2?cOB84Dki$B3s5-FOyVvU&}iDiEy=8H4c$Fhs0I3(L<^l4N`L;2xy+OKd;>;X)NR*RUyCi&)wn8dne zWp_xv)ZlhQg=vH=EQA^&Q%p+B9Xa{HOr%7GInSP$scojrCU}nqeL*C5-)+UZPi}k6 zJ%}Cj^t#Skgz^*I`QUF=1C@^KB(P$$cd&dI^X$|!)Ds~lN&8o-(L*`Xi^u8ncOa`u zr(5?}5Vo4@SF6EnU?!|TAg8x9t?E>@GWMkWpge&wbnXjP87O3IRE&}7DVdn@brc+= zqVW3=dK|p2KY~88Pzn<`u@tn=cDPpk=uuLWM@_a53V!PCn$vwUVT)_Zda3}F)nHlc zRY~&Vu9fJ45ScsdCQLR5)LIPqjgqNK~yOkRnOW7~6qC+ih20BR`*>7`Fl2Q$9CTmiN z9E>0#CaoCh>$=6I4Y}z~BFpNIgoRL*kM<~cnNk(7rm$19S=YRWY1y`@ZftF5Jn?tG z%-2MKeFmY+9D-0(T3Te5J@^G>_-jt9WTf{Uyr!VqmPFD}{6x*2K`7MYKALJ{WfbY% zU9FSPS=wX4Feor}erLbi*+CreMYuf;zunp4m%?v%`XmgBAu9%qERv_VVd09{kOYy5 zb|Rs$+T-9vx>6yOELS#=E=ik8L?w42`DiYPDobcj$5>wTK*HLfMAq62lTx(F2@Lja zY-KHGvnY9fjGBhac-ngPj_EU=?JLs_A`_A}Wn{ad&*Ly(NN-a60UQvNh(Ypx*72m~ zA}HB%w5LYHR^;d((@7(pxtR#+dq9ViL9eBo8bH?17G=gxzFvzWj-CUVBzv7&WQOWHBW} z^j^Z^(#@Va?O-}P(~=C$8urUVP*@VSXDAT-aisP3OKHnvTDxmYGM%|ad&c{<_XxuA zLQU&SZwMwBbA?VBBO1nbIknimo2QR^Qeks#T+0{kg=-EA{Lo(4x{YV|X-SH#(*7RL zi?(=BO6fCJiqliAI>WH^mB~m!;If~nxibh>%Dp|an8Xj5w8c4$Cii>Dgk7YYhFOW{ z=p*CWu>LQgT(gQn*5JG8u%cjfR(|d`XY@ z>Q<6P9!FSwypE+K zW!zNCZSEIk<{(a?Xc;;Z?(e6^PU%~B6v`GGIzn%9GC`v9VTO|-B`O#}f6!EoAVU{{ z?TSTdyuqZl`J?w)44 z#b;48JJk9rZknk;PFY>Xp==z&r+iaWz!aBSrpepvKb(#pz=3?mswf3m#H6H~cbEgxcjoIPPI`~LZ>V-s<|V4m(evt|k33d|mC45IQFV?vuwm25P zVVT_~r7op~TD-!tx_)(exc(jcu2~8CUuRklZ5tM%PP4ESBb%_IN0m~LQuk9c|I9Yx zZk$W|4`ic)Q-K*{`Vhu+kZ;IDm#8g8csur%c#n)&WXu8-kmYhReXGnL^KM1GVq0ai zWM5F?!Lpk@7Kk)nYS_ZU*lPI`V!N~y%$rc)kO4KXlx7BIb|DW?ru6P)JZhzwhFo{I z^|qMQB3QKUlO>6q@&iU|ZrG+U`w&R`NT$Rk|J^Ik_FwNv`et^Dgn@URn|rk={8>Vw znr3WQNSpm9rlxP(9cI>tZ>U(yJhA*?_sKT`HkY)CF!YPmX4h{OYSf!ST9Q%MSPf=c(bOoDv9gm6_f%fQFwlbEE*(I( zEn`*{>JPbPE!~P-Y;43U#0l(gzXDqDM?%R?APbcECJcs7id@*OY+X13Ibhy zgpoRwv?OU9a@p~-rl@%zJ@}?8jVRr9ENjg;reAv4JV}1qHA2F+e6n31c6agv{GuZq1EdrcGY#{ zdr(W<#C%^rV8IT%j@Eo~(f37)AG{}I`9j}p%ZF4wCg8A<56qh#Ygb}BP}pn-ijKoL zpX&Fkql&ry$YIa8nq#*1iHAHUIsQa!w&7rQTv0(LJp^SCPnF$X$eFYc4&E#EJxN#6 zupPef*xIJ@)qCje@)tj7Y4;xJ zcf}b}m&i*8N^~|zl`{2&=Jre^x($n&%@pi7$@63VnWncU3%XI@9-BO+Q>^8xB=dp^_7ryfBq<~E;QvIUwK_oC+KxA$F2uyCNvJN@OMwt~lAxyG1oXP&c zPW#7R(gwH4&#SOApi2ZsN+AVFXHS@Pd|^^T{1#_?N5uh^QC4iUwkx1oeQX*RHDs|L zCdDB99=P#hnQ$6Pa;Xui`QD-fuZ;7={E={YX<5t1JXK?C1UTGhE)MN=lS*8IU6LMx zCWPf2u)PHJKPLSYp9a*=r^zfy`da*{oYGVf*zoiU=(Oov%t W7Yj0pki8|a40~PAJM`7u8~q<_X|k69 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..37f5c032f98 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,795 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Igor Jerosimić, 2019,2021,2023-2025 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2019,2021,2023-2025\n" +"Language-Team: Serbian (http://app.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Бриши означене објекте класе %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно обрисано: %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Неуспело брисање %(name)s" + +msgid "Delete multiple objects" +msgstr "Брисање више објеката" + +msgid "Administration" +msgstr "Администрација" + +msgid "All" +msgstr "Сви" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Any date" +msgstr "Сви датуми" + +msgid "Today" +msgstr "Данас" + +msgid "Past 7 days" +msgstr "Последњих 7 дана" + +msgid "This month" +msgstr "Овај месец" + +msgid "This year" +msgstr "Ова година" + +msgid "No date" +msgstr "Нема датума" + +msgid "Has date" +msgstr "Има датум" + +msgid "Empty" +msgstr "Празно" + +msgid "Not empty" +msgstr "Није празно" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Молим вас унесите исправно %(username)s и лозинку. Обратите пажњу да мала и " +"велика слова представљају различите карактере." + +msgid "Action:" +msgstr "Радња:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Додај још један објекат класе %(verbose_name)s." + +msgid "Remove" +msgstr "Обриши" + +msgid "Addition" +msgstr "Додавања" + +msgid "Change" +msgstr "Измени" + +msgid "Deletion" +msgstr "Брисања" + +msgid "action time" +msgstr "време радње" + +msgid "user" +msgstr "корисник" + +msgid "content type" +msgstr "тип садржаја" + +msgid "object id" +msgstr "id објекта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "опис објекта" + +msgid "action flag" +msgstr "ознака радње" + +msgid "change message" +msgstr "опис измене" + +msgid "log entry" +msgstr "запис у логовима" + +msgid "log entries" +msgstr "записи у логовима" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Додат објекат класе „%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Промењен објекат класе „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Уклоњен објекат класе „%(object)s“." + +msgid "LogEntry Object" +msgstr "Објекат уноса лога" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Додат објекат {name} \"{object}\"." + +msgid "Added." +msgstr "Додато." + +msgid "and" +msgstr "и" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Измењена поља {fields} за {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Измењена поља {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Обрисан објекат {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Без измена у пољима." + +msgid "None" +msgstr "Ништа" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Држите „Control“, или „Command“ на Mac-у да бисте обележили више од једне " +"ставке." + +msgid "Select this object for an action - {}" +msgstr "Изабери овај објекат за радњу - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Објекат {name} \"{obj}\" успешно додат." + +msgid "You may edit it again below." +msgstr "Можете га изменити опет испод" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"Објекат {name} \"{obj}\" успешно додат. Можете додати још један {name} испод." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"Објекат {name} \"{obj}\" успешно измењен. Можете га опет изменити испод." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"Објекат {name} \"{obj}\" успешно измењен. Можете додати још један {name} " +"испод." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Објекат {name} \"{obj}\" успешно измењен." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Потребно је изабрати објекте да би се извршила акција над њима. Ниједан " +"објекат није промењен." + +msgid "No action selected." +msgstr "Није изабрана ниједна акција." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Објекат „%(obj)s“ класе %(name)s је успешно обрисан." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s са идентификацијом \"%(key)s\" не постоји. Можда је избрисан?" + +#, python-format +msgid "Add %s" +msgstr "Додај објекат класе %s" + +#, python-format +msgid "Change %s" +msgstr "Измени објекат класе %s" + +#, python-format +msgid "View %s" +msgstr "Преглед %s" + +msgid "Database error" +msgstr "Грешка у бази података" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Успешно промењен %(count)s %(name)s." +msgstr[1] "Успешно промењена %(count)s %(name)s." +msgstr[2] "Успешно промењених %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s изабран" +msgstr[1] "Сва %(total_count)s изабрана" +msgstr[2] "Свих %(total_count)s изабраних" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 од %(cnt)s изабрано" + +msgid "Delete" +msgstr "Обриши" + +#, python-format +msgid "Change history: %s" +msgstr "Историјат измена: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Да би избрисали %(class_name)s%(instance)s потребно је брисати и следеће " +"заштићене повезане објекте: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django администрација сајта" + +msgid "Django administration" +msgstr "Django администрација" + +msgid "Site administration" +msgstr "Администрација система" + +msgid "Log in" +msgstr "Пријава" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s администрација" + +msgid "Page not found" +msgstr "Страница није пронађена" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Жао нам је, тражена страница није пронађена." + +msgid "Home" +msgstr "Почетна" + +msgid "Server error" +msgstr "Грешка на серверу" + +msgid "Server error (500)" +msgstr "Грешка на серверу (500)" + +msgid "Server Error (500)" +msgstr "Грешка на серверу (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Десила се грешка. Пријављена је администраторима сајта преко е-поште и " +"требало би да ускоро буде исправљена. Хвала Вам на стрпљењу." + +msgid "Run the selected action" +msgstr "Покрени одабрану радњу" + +msgid "Go" +msgstr "Почни" + +msgid "Click here to select the objects across all pages" +msgstr "Изабери све објекте на овој страници." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Изабери све %(module_name)s од %(total_count)s укупно." + +msgid "Clear selection" +msgstr "Поништи избор" + +msgid "Breadcrumbs" +msgstr "Мрвице" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Модели у апликацији %(name)s" + +msgid "Model name" +msgstr "Име модела" + +msgid "Add link" +msgstr "Додај везу" + +msgid "Change or view list link" +msgstr "Промени или погледај везу листе" + +msgid "Add" +msgstr "Додај" + +msgid "View" +msgstr "Преглед" + +msgid "You don’t have permission to view or edit anything." +msgstr "Немате дозволе да погледате или измените било шта." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Након што направите корисника, моћи ћете да измените више корисничких опција." + +msgid "Error:" +msgstr "Грешка:" + +msgid "Change password" +msgstr "Промена лозинке" + +msgid "Set password" +msgstr "Постави лозинку" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Молимо исправите грешку испод." +msgstr[1] "Молимо исправите грешке испод." +msgstr[2] "Молимо исправите грешке испод." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Унесите нову лозинку за корисника %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +" Ова акција ћеомогућити аутентификацију засновану на " +"лозинки за овог корисника." + +msgid "Disable password-based authentication" +msgstr "Онемогући аутентификацију засновану на лозинки" + +msgid "Enable password-based authentication" +msgstr "Омогући аутентификацију засновану на лозинки" + +msgid "Skip to main content" +msgstr "Пређи на главни садржај" + +msgid "Welcome," +msgstr "Добродошли," + +msgid "View site" +msgstr "Погледај сајт" + +msgid "Documentation" +msgstr "Документација" + +msgid "Log out" +msgstr "Одјава" + +#, python-format +msgid "Add %(name)s" +msgstr "Додај објекат класе %(name)s" + +msgid "History" +msgstr "Историјат" + +msgid "View on site" +msgstr "Преглед на сајту" + +msgid "Filter" +msgstr "Филтер" + +msgid "Hide counts" +msgstr "Сакриј бројање" + +msgid "Show counts" +msgstr "Прикажи бројање" + +msgid "Clear all filters" +msgstr "Обриши све филтере" + +msgid "Remove from sorting" +msgstr "Избаци из сортирања" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Приоритет сортирања: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Укључи/искључи сортирање" + +msgid "Toggle theme (current theme: auto)" +msgstr "Укључи/искључи тему (тренутна тема: ауто)" + +msgid "Toggle theme (current theme: light)" +msgstr "Укључи/искључи тему (тренутна тема: светла)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Укључи/искључи тему (тренутна тема: тамна)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Уклањање %(object_name)s „%(escaped_object)s“ повлачи уклањање свих објеката " +"који су повезани са овим објектом, али ваш налог нема дозволе за брисање " +"следећих типова објеката:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Да би избрисали изабран %(object_name)s „%(escaped_object)s“ потребно је " +"брисати и следеће заштићене повезане објекте:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Да сигурни да желите да обришете %(object_name)s „%(escaped_object)s“? " +"Следећи објекти који су у вези са овим објектом ће такође бити обрисани:" + +msgid "Objects" +msgstr "Објекти" + +msgid "Yes, I’m sure" +msgstr "Да, сигуран сам" + +msgid "No, take me back" +msgstr "Не, хоћу назад" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Да би избрисали изабране %(objects_name)s потребно је брисати и заштићене " +"повезане објекте, међутим ваш налог нема дозволе за брисање следећих типова " +"објеката:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Да би избрисали изабране %(objects_name)s потребно је брисати и следеће " +"заштићене повезане објекте:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Да ли сте сигурни да желите да избришете изабране %(objects_name)s? Сви " +"следећи објекти и објекти са њима повезани ће бити избрисани:" + +msgid "Delete?" +msgstr "Брисање?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Сумарно" + +msgid "Recent actions" +msgstr "Скорашње акције" + +msgid "My actions" +msgstr "Моје акције" + +msgid "None available" +msgstr "Нема података" + +msgid "Added:" +msgstr "Додато:" + +msgid "Changed:" +msgstr "Измењено:" + +msgid "Deleted:" +msgstr "Обрисано:" + +msgid "Unknown content" +msgstr "Непознат садржај" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешто није уреду са вашом базом података. Проверите да ли постоје " +"одговарајуће табеле и да ли одговарајући корисник има приступ бази." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Пријављени сте као %(username)s, али немате овлашћења да приступите овој " +"страни. Да ли желите да се пријавите под неким другим налогом?" + +msgid "Forgotten your login credentials?" +msgstr "Заборавили сте своје акредитиве за пријаву?" + +msgid "Toggle navigation" +msgstr "Укључи/искључи мени" + +msgid "Sidebar" +msgstr "Бочна трака" + +msgid "Start typing to filter…" +msgstr "Почните да куцате да бисте филтрирали…" + +msgid "Filter navigation items" +msgstr "Филтрирајте ставке навигације" + +msgid "Date/time" +msgstr "Датум/време" + +msgid "User" +msgstr "Корисник" + +msgid "Action" +msgstr "Радња" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "унос" +msgstr[1] "уноса" +msgstr[2] "уноса" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Овај објекат нема забележен историјат измена. Вероватно није додат кроз овај " +"сајт за администрацију." + +msgid "Show all" +msgstr "Прикажи све" + +msgid "Save" +msgstr "Сачувај" + +msgid "Popup closing…" +msgstr "Попуп се затвара..." + +msgid "Search" +msgstr "Претрага" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s резултат" +msgstr[1] "%(counter)s резултата" +msgstr[2] "%(counter)s резултата" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "укупно %(full_result_count)s" + +msgid "Save as new" +msgstr "Сачувај као нови" + +msgid "Save and add another" +msgstr "Сачувај и додај следећи" + +msgid "Save and continue editing" +msgstr "Сачувај и настави са изменама" + +msgid "Save and view" +msgstr "Сними и погледај" + +msgid "Close" +msgstr "Затвори" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Измени одабрани модел %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Додај још један модел %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Обриши одабрани модел %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Изабран приказ %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Хвала што сте данас провели време на овом сајту." + +msgid "Log in again" +msgstr "Поновна пријава" + +msgid "Password change" +msgstr "Измена лозинке" + +msgid "Your password was changed." +msgstr "Ваша лозинка је измењена." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Из безбедносних разлога прво унесите своју стару лозинку, а нову затим " +"унесите два пута да бисмо могли да проверимо да ли сте је правилно унели." + +msgid "Change my password" +msgstr "Измени моју лозинку" + +msgid "Password reset" +msgstr "Ресетовање лозинке" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ваша лозинка је постављена. Можете се пријавити." + +msgid "Password reset confirmation" +msgstr "Потврда ресетовања лозинке" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Унесите нову лозинку два пута како бисмо могли да проверимо да ли сте је " +"правилно унели." + +msgid "New password:" +msgstr "Нова лозинка:" + +msgid "Confirm password:" +msgstr "Потврда лозинке:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Линк за ресетовање лозинке није важећи, вероватно зато што је већ " +"искоришћен. Поново затражите ресетовање лозинке." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Послали смо Вам упутства за постављање лозинке, уколико налог са овом " +"адресом постоји. Требало би да их добијете ускоро." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ако не добијете поруку, проверите да ли сте унели добру адресу са којом сте " +"се и регистровали и проверите фасциклу за нежељену пошту." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Примате ову поруку зато што сте затражили ресетовање лозинке за кориснички " +"налог на сајту %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Идите на следећу страницу и поставите нову лозинку." + +msgid "In case you’ve forgotten, you are:" +msgstr "У случају да сте заборавили, ви сте:" + +msgid "Thanks for using our site!" +msgstr "Хвала што користите наш сајт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Екипа сајта %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Заборавили сте лозинку? Унесите адресу е-поште испод и послаћемо Вам на њу " +"упутства за постављање нове лозинке." + +msgid "Email address:" +msgstr "Адреса е-поште:" + +msgid "Reset my password" +msgstr "Ресетуј моју лозинку" + +msgid "Select all objects on this page for an action" +msgstr "Изаберите све објекте на овој страници за радњу" + +msgid "All dates" +msgstr "Сви датуми" + +#, python-format +msgid "Select %s" +msgstr "Одабери објекат класе %s" + +#, python-format +msgid "Select %s to change" +msgstr "Одабери објекат класе %s за измену" + +#, python-format +msgid "Select %s to view" +msgstr "Одабери %s за преглед" + +msgid "Date:" +msgstr "Датум:" + +msgid "Time:" +msgstr "Време:" + +msgid "Lookup" +msgstr "Претражи" + +msgid "Currently:" +msgstr "Тренутно:" + +msgid "Change:" +msgstr "Измена:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f781f908bfad6c8f798103e14a2b6a5f5898afad GIT binary patch literal 6814 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..1e5a04d9887 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po @@ -0,0 +1,321 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Igor Jerosimić, 2021,2023,2025 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2021,2023,2025\n" +"Language-Team: Serbian (http://app.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Доступни %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Изаберите %s тако што ћете их означити, а затим кликните дугме са стрелицом " +"\"Изабери\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Филтрирајте листу доступних елемената „%s“." + +msgid "Filter" +msgstr "Филтер" + +#, javascript-format +msgid "Choose all %s" +msgstr "Изабери све %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Изабери одабрани %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Уклони изабране %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Изабрано „%s“" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Уклоните %s тако што ћете их означити, а затим кликните дугме са стрелицом " +"\"Уклони\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Унесите ово поље да бисте филтрирали листу изабраних %s." + +msgid "(click to clear)" +msgstr "(кликни да обришеш)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Уклони све %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s изабрана опција није видљива" +msgstr[1] "%s изабране опције нису видљиве" +msgstr[2] "%s изабраних опција није видљиво" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s од %(cnt)s изабран" +msgstr[1] "%(sel)s од %(cnt)s изабрана" +msgstr[2] "%(sel)s од %(cnt)s изабраних" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имате несачиване измене. Ако покренете акцију, измене ће бити изгубљене." + +msgid "" +"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." +msgstr "" +"Изабрали сте акцију, али нисте сачували ваше промене у појединачна поља. " +"Кликните на OK да сачувате промене. Биће неопходно да поново покренете " +"акцију." + +msgid "" +"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." +msgstr "" +"Изабрали сте акцију и нисте направили ниједну промену на појединачним " +"пољима. Вероватно тражите Крени дугме уместо Сачувај." + +msgid "Now" +msgstr "Тренутно време" + +msgid "Midnight" +msgstr "Поноћ" + +msgid "6 a.m." +msgstr "18ч" + +msgid "Noon" +msgstr "Подне" + +msgid "6 p.m." +msgstr "18ч" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Обавештење: %s сат сте испред серверског времена." +msgstr[1] "Обавештење: %s сата сте испред серверског времена." +msgstr[2] "Обавештење: %s сати сте испред серверског времена." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Обавештење: %s сат сте иза серверског времена." +msgstr[1] "Обавештење: %s сата сте иза серверског времена." +msgstr[2] "Обавештење: %s сати сте иза серверског времена." + +msgid "Choose a Time" +msgstr "Одаберите време" + +msgid "Choose a time" +msgstr "Одабир времена" + +msgid "Cancel" +msgstr "Поништи" + +msgid "Today" +msgstr "Данас" + +msgid "Choose a Date" +msgstr "Одаберите датум" + +msgid "Yesterday" +msgstr "Јуче" + +msgid "Tomorrow" +msgstr "Сутра" + +msgid "January" +msgstr "Јануар" + +msgid "February" +msgstr "Фебруар" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Мај" + +msgid "June" +msgstr "Јун" + +msgid "July" +msgstr "Јул" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септембар" + +msgid "October" +msgstr "Октобар" + +msgid "November" +msgstr "Новембар" + +msgid "December" +msgstr "Децембар" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "јан" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "феб" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "март" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "апр" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "мај" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "јун" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "јул" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "авг" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "сеп" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "окт" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "нов" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "дец" + +msgid "Sunday" +msgstr "недеља" + +msgid "Monday" +msgstr "понедељак" + +msgid "Tuesday" +msgstr "уторак" + +msgid "Wednesday" +msgstr "среда" + +msgid "Thursday" +msgstr "четвртак" + +msgid "Friday" +msgstr "петак" + +msgid "Saturday" +msgstr "субота" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "нед" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "пон" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "уто" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "сре" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "чет" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "пет" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "суб" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "У" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8a523223a971c63241208ceec6dea2e503c2750f GIT binary patch literal 18522 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..938936aabbc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,1003 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aco Jugo, 2024 +# Igor Jerosimić, 2019,2024-2025 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2019,2024-2025\n" +"Language-Team: Serbian (Latin) (http://app.transifex.com/django/django/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: contrib/admin/actions.py:17 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Briši označene objekte klase %(verbose_name_plural)s" + +#: contrib/admin/actions.py:52 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspešno obrisano: %(count)d %(items)s." + +#: contrib/admin/actions.py:62 contrib/admin/options.py:2250 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nesuspelo brisanje %(name)s" + +#: contrib/admin/actions.py:64 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:17 +msgid "Delete multiple objects" +msgstr "Brisanje više objekata" + +#: contrib/admin/apps.py:13 +msgid "Administration" +msgstr "Administracija" + +#: contrib/admin/filters.py:154 contrib/admin/filters.py:296 +#: contrib/admin/filters.py:365 contrib/admin/filters.py:433 +#: contrib/admin/filters.py:608 contrib/admin/filters.py:702 +msgid "All" +msgstr "Svi" + +#: contrib/admin/filters.py:366 +msgid "Yes" +msgstr "Da" + +#: contrib/admin/filters.py:367 +msgid "No" +msgstr "Ne" + +#: contrib/admin/filters.py:381 +msgid "Unknown" +msgstr "Nepoznato" + +#: contrib/admin/filters.py:491 +msgid "Any date" +msgstr "Svi datumi" + +#: contrib/admin/filters.py:493 +msgid "Today" +msgstr "Danas" + +#: contrib/admin/filters.py:500 +msgid "Past 7 days" +msgstr "Poslednjih 7 dana" + +#: contrib/admin/filters.py:507 +msgid "This month" +msgstr "Ovaj mesec" + +#: contrib/admin/filters.py:514 +msgid "This year" +msgstr "Ova godina" + +#: contrib/admin/filters.py:524 +msgid "No date" +msgstr "Nema datuma" + +#: contrib/admin/filters.py:525 +msgid "Has date" +msgstr "Ima datum" + +#: contrib/admin/filters.py:703 +msgid "Empty" +msgstr "Prazno" + +#: contrib/admin/filters.py:704 +msgid "Not empty" +msgstr "Nije prazno" + +#: contrib/admin/forms.py:14 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note" +" that both fields may be case-sensitive." +msgstr "Molim vas unesite ispravno %(username)s i lozinku. Obratite pažnju da mala i velika slova predstavljaju različite karaktere." + +#: contrib/admin/helpers.py:31 +msgid "Action:" +msgstr "Radnja:" + +#: contrib/admin/helpers.py:433 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan objekat klase %(verbose_name)s." + +#: contrib/admin/helpers.py:437 +msgid "Remove" +msgstr "Obriši" + +#: contrib/admin/models.py:20 +msgid "Addition" +msgstr "Dodavanja" + +#: contrib/admin/models.py:21 contrib/admin/templates/admin/app_list.html:38 +#: contrib/admin/templates/admin/edit_inline/stacked.html:20 +#: contrib/admin/templates/admin/edit_inline/tabular.html:40 +msgid "Change" +msgstr "Izmeni" + +#: contrib/admin/models.py:22 +msgid "Deletion" +msgstr "Brisanja" + +#: contrib/admin/models.py:108 +msgid "action time" +msgstr "vreme radnje" + +#: contrib/admin/models.py:115 +msgid "user" +msgstr "korisnik" + +#: contrib/admin/models.py:120 +msgid "content type" +msgstr "tip sadržaja" + +#: contrib/admin/models.py:124 +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +#: contrib/admin/models.py:127 +msgid "object repr" +msgstr "opis objekta" + +#: contrib/admin/models.py:129 +msgid "action flag" +msgstr "oznaka radnje" + +#: contrib/admin/models.py:132 +msgid "change message" +msgstr "opis izmene" + +#: contrib/admin/models.py:137 +msgid "log entry" +msgstr "zapis u logovima" + +#: contrib/admin/models.py:138 +msgid "log entries" +msgstr "zapisi u logovima" + +#: contrib/admin/models.py:147 +#, python-format +msgid "Added “%(object)s”." +msgstr "Dodat objekat klase „%(object)s“." + +#: contrib/admin/models.py:149 +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Promenjen objekat klase „%(object)s“ - %(changes)s" + +#: contrib/admin/models.py:154 +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Uklonjen objekat klase „%(object)s“." + +#: contrib/admin/models.py:156 +msgid "LogEntry Object" +msgstr "Objekat unosa loga" + +#: contrib/admin/models.py:185 +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Dodat objekat {name} \"{object}\"." + +#: contrib/admin/models.py:190 +msgid "Added." +msgstr "Dodato." + +#: contrib/admin/models.py:198 contrib/admin/options.py:2504 +msgid "and" +msgstr "i" + +#: contrib/admin/models.py:205 +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Izmenjena polja {fields} za {name} \"{object}\"." + +#: contrib/admin/models.py:211 +#, python-brace-format +msgid "Changed {fields}." +msgstr "Izmenjena polja {fields}." + +#: contrib/admin/models.py:221 +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Obrisan objekat {name} \"{object}\"." + +#: contrib/admin/models.py:227 +msgid "No fields changed." +msgstr "Bez izmena u poljima." + +#: contrib/admin/options.py:248 contrib/admin/options.py:292 +msgid "None" +msgstr "Ništa" + +#: contrib/admin/options.py:344 +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Držite „Control“, ili „Command“ na Mac-u da biste obeležili više od jedne stavke." + +#: contrib/admin/options.py:1031 +msgid "Select this object for an action - {}" +msgstr "Izaberi ovaj objekat za radnju - {}" + +#: contrib/admin/options.py:1469 contrib/admin/options.py:1507 +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Objekat {name} \"{obj}\" uspešno dodat." + +#: contrib/admin/options.py:1471 +msgid "You may edit it again below." +msgstr "Možete ga izmeniti opet ispod" + +#: contrib/admin/options.py:1488 +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "Objekat {name} \"{obj}\" uspešno dodat. Možete dodati još jedan {name} ispod." + +#: contrib/admin/options.py:1556 +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "Objekat {name} \"{obj}\" uspešno izmenjen. Možete ga opet izmeniti ispod." + +#: contrib/admin/options.py:1576 +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "Objekat {name} \"{obj}\" uspešno izmenjen. Možete dodati još jedan {name} ispod." + +#: contrib/admin/options.py:1598 +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Objekat {name} \"{obj}\" uspešno izmenjen." + +#: contrib/admin/options.py:1676 contrib/admin/options.py:2066 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "Potrebno je izabrati objekte da bi se izvršila akcija nad njima. Nijedan objekat nije promenjen." + +#: contrib/admin/options.py:1696 +msgid "No action selected." +msgstr "Nije izabrana nijedna akcija." + +#: contrib/admin/options.py:1727 +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s je uspešno obrisan." + +#: contrib/admin/options.py:1829 +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s sa identifikacijom \"%(key)s\" ne postoji. Možda je izbrisan?" + +#: contrib/admin/options.py:1945 +#, python-format +msgid "Add %s" +msgstr "Dodaj objekat klase %s" + +#: contrib/admin/options.py:1947 +#, python-format +msgid "Change %s" +msgstr "Izmeni objekat klase %s" + +#: contrib/admin/options.py:1949 +#, python-format +msgid "View %s" +msgstr "Pregled %s" + +#: contrib/admin/options.py:2036 +msgid "Database error" +msgstr "Greška u bazi podataka" + +#: contrib/admin/options.py:2126 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Uspešno promenjen %(count)s %(name)s." +msgstr[1] "Uspešno promenjena %(count)s %(name)s." +msgstr[2] "Uspešno promenjenih %(count)s %(name)s." + +#: contrib/admin/options.py:2157 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s izabran" +msgstr[1] "Sva %(total_count)s izabrana" +msgstr[2] "Svih %(total_count)s izabranih" + +#: contrib/admin/options.py:2163 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izabrano" + +#: contrib/admin/options.py:2252 +#: contrib/admin/templates/admin/delete_confirmation.html:18 +#: contrib/admin/templates/admin/submit_line.html:14 +msgid "Delete" +msgstr "Obriši" + +#: contrib/admin/options.py:2308 +#, python-format +msgid "Change history: %s" +msgstr "Istorijat izmena: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#: contrib/admin/options.py:2498 +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#: contrib/admin/options.py:2507 +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "Da bi izbrisali %(class_name)s%(instance)s potrebno je brisati i sledeće zaštićene povezane objekte: %(related_objects)s" + +#: contrib/admin/sites.py:40 contrib/admin/templates/admin/base_site.html:3 +msgid "Django site admin" +msgstr "Django administracija sajta" + +#: contrib/admin/sites.py:43 contrib/admin/templates/admin/base_site.html:6 +msgid "Django administration" +msgstr "Django administracija" + +#: contrib/admin/sites.py:46 +msgid "Site administration" +msgstr "Administracija sistema" + +#: contrib/admin/sites.py:431 contrib/admin/templates/admin/login.html:64 +#: contrib/admin/templates/registration/password_reset_complete.html:15 +#: contrib/admin/tests.py:146 +msgid "Log in" +msgstr "Prijava" + +#: contrib/admin/sites.py:586 +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administracija" + +#: contrib/admin/templates/admin/404.html:4 +#: contrib/admin/templates/admin/404.html:8 +msgid "Page not found" +msgstr "Stranica nije pronađena" + +#: contrib/admin/templates/admin/404.html:10 +msgid "We’re sorry, but the requested page could not be found." +msgstr "Žao nam je, tražena stranica nije pronađena." + +#: contrib/admin/templates/admin/500.html:6 +#: contrib/admin/templates/admin/app_index.html:10 +#: contrib/admin/templates/admin/auth/user/change_password.html:15 +#: contrib/admin/templates/admin/base.html:75 +#: contrib/admin/templates/admin/change_form.html:19 +#: contrib/admin/templates/admin/change_list.html:33 +#: contrib/admin/templates/admin/delete_confirmation.html:14 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:14 +#: contrib/admin/templates/admin/invalid_setup.html:6 +#: contrib/admin/templates/admin/object_history.html:6 +#: contrib/admin/templates/registration/logged_out.html:4 +#: contrib/admin/templates/registration/password_change_done.html:13 +#: contrib/admin/templates/registration/password_change_form.html:16 +#: contrib/admin/templates/registration/password_reset_complete.html:6 +#: contrib/admin/templates/registration/password_reset_confirm.html:8 +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:8 +msgid "Home" +msgstr "Početna" + +#: contrib/admin/templates/admin/500.html:7 +msgid "Server error" +msgstr "Greška na serveru" + +#: contrib/admin/templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Greška na serveru (500)" + +#: contrib/admin/templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Greška na serveru (500)" + +#: contrib/admin/templates/admin/500.html:15 +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "Desila se greška. Prijavljena je administratorima sajta preko e-pošte i trebalo bi da uskoro bude ispravljena. Hvala Vam na strpljenju." + +#: contrib/admin/templates/admin/actions.html:8 +msgid "Run the selected action" +msgstr "Pokreni odabranu radnju" + +#: contrib/admin/templates/admin/actions.html:8 +msgid "Go" +msgstr "Počni" + +#: contrib/admin/templates/admin/actions.html:16 +msgid "Click here to select the objects across all pages" +msgstr "Izaberi sve objekte na ovoj stranici." + +#: contrib/admin/templates/admin/actions.html:16 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izaberi sve %(module_name)s od %(total_count)s ukupno." + +#: contrib/admin/templates/admin/actions.html:18 +msgid "Clear selection" +msgstr "Poništi izbor" + +#: contrib/admin/templates/admin/app_index.html:8 +#: contrib/admin/templates/admin/base.html:72 +msgid "Breadcrumbs" +msgstr "Mrvice" + +#: contrib/admin/templates/admin/app_list.html:8 +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeli u aplikaciji %(name)s" + +#: contrib/admin/templates/admin/app_list.html:12 +msgid "Model name" +msgstr "Ime modela" + +#: contrib/admin/templates/admin/app_list.html:13 +msgid "Add link" +msgstr "Dodaj vezu" + +#: contrib/admin/templates/admin/app_list.html:14 +msgid "Change or view list link" +msgstr "Pogledaj ili promeni vezu liste" + +#: contrib/admin/templates/admin/app_list.html:29 +msgid "Add" +msgstr "Dodaj" + +#: contrib/admin/templates/admin/app_list.html:36 +#: contrib/admin/templates/admin/edit_inline/stacked.html:20 +#: contrib/admin/templates/admin/edit_inline/tabular.html:40 +msgid "View" +msgstr "Pregled" + +#: contrib/admin/templates/admin/app_list.html:50 +msgid "You don’t have permission to view or edit anything." +msgstr "Nemate dozvole da pogledate ili izmenite bilo šta." + +#: contrib/admin/templates/admin/auth/user/add_form.html:6 +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Nakon što napravite korisnika, moći ćete da izmenite više korisničkih opcija." + +#: contrib/admin/templates/admin/auth/user/change_password.html:5 +#: contrib/admin/templates/admin/change_form.html:4 +#: contrib/admin/templates/admin/change_list.html:4 +#: contrib/admin/templates/admin/login.html:4 +#: contrib/admin/templates/registration/password_change_form.html:4 +#: contrib/admin/templates/registration/password_reset_confirm.html:4 +#: contrib/admin/templates/registration/password_reset_form.html:4 +msgid "Error:" +msgstr "Greška:" + +#: contrib/admin/templates/admin/auth/user/change_password.html:19 +#: contrib/admin/templates/admin/auth/user/change_password.html:71 +#: contrib/admin/templates/admin/base.html:56 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:7 +msgid "Change password" +msgstr "Promena lozinke" + +#: contrib/admin/templates/admin/auth/user/change_password.html:19 +msgid "Set password" +msgstr "Postavi lozinku" + +#: contrib/admin/templates/admin/auth/user/change_password.html:30 +#: contrib/admin/templates/admin/change_form.html:45 +#: contrib/admin/templates/admin/change_list.html:54 +#: contrib/admin/templates/admin/login.html:24 +#: contrib/admin/templates/registration/password_change_form.html:27 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Molimo ispravite grešku ispod." +msgstr[1] "Molimo ispravite greške ispod." +msgstr[2] "Molimo ispravite greške ispod." + +#: contrib/admin/templates/admin/auth/user/change_password.html:34 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +#: contrib/admin/templates/admin/auth/user/change_password.html:36 +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr " Ova akcija ćeomogućiti autentifikaciju zasnovanu na lozinki za ovog korisnika." + +#: contrib/admin/templates/admin/auth/user/change_password.html:72 +msgid "Disable password-based authentication" +msgstr "Onemogući autentifikaciju zasnovanu na lozinki" + +#: contrib/admin/templates/admin/auth/user/change_password.html:74 +msgid "Enable password-based authentication" +msgstr "Omogući autentifikaciju zasnovanu na lozinki" + +#: contrib/admin/templates/admin/base.html:27 +msgid "Skip to main content" +msgstr "Pređi na glavni sadržaj" + +#: contrib/admin/templates/admin/base.html:42 +msgid "Welcome," +msgstr "Dobrodošli," + +#: contrib/admin/templates/admin/base.html:47 +msgid "View site" +msgstr "Pogledaj sajt" + +#: contrib/admin/templates/admin/base.html:52 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:7 +msgid "Documentation" +msgstr "Dokumentacija" + +#: contrib/admin/templates/admin/base.html:60 +#: contrib/admin/templates/registration/password_change_done.html:7 +#: contrib/admin/templates/registration/password_change_form.html:10 +msgid "Log out" +msgstr "Odjava" + +#: contrib/admin/templates/admin/change_form.html:22 +#: contrib/admin/templates/admin/change_list_object_tools.html:8 +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj objekat klase %(name)s" + +#: contrib/admin/templates/admin/change_form_object_tools.html:5 +#: contrib/admin/templates/admin/object_history.html:10 +msgid "History" +msgstr "Istorijat" + +#: contrib/admin/templates/admin/change_form_object_tools.html:7 +#: contrib/admin/templates/admin/edit_inline/stacked.html:22 +#: contrib/admin/templates/admin/edit_inline/tabular.html:42 +msgid "View on site" +msgstr "Pregled na sajtu" + +#: contrib/admin/templates/admin/change_list.html:79 +msgid "Filter" +msgstr "Filter" + +#: contrib/admin/templates/admin/change_list.html:82 +msgid "Hide counts" +msgstr "Sakrij brojanje" + +#: contrib/admin/templates/admin/change_list.html:83 +msgid "Show counts" +msgstr "Prikaži brojanje" + +#: contrib/admin/templates/admin/change_list.html:86 +msgid "Clear all filters" +msgstr "Obriši sve filtere" + +#: contrib/admin/templates/admin/change_list_results.html:16 +msgid "Remove from sorting" +msgstr "Izbaci iz sortiranja" + +#: contrib/admin/templates/admin/change_list_results.html:17 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritet sortiranja: %(priority_number)s" + +#: contrib/admin/templates/admin/change_list_results.html:18 +msgid "Toggle sorting" +msgstr "Uključi/isključi sortiranje" + +#: contrib/admin/templates/admin/color_theme_toggle.html:3 +msgid "Toggle theme (current theme: auto)" +msgstr "Uključi/isključi temu (trenutna tema: auto)" + +#: contrib/admin/templates/admin/color_theme_toggle.html:4 +msgid "Toggle theme (current theme: light)" +msgstr "Uključi/isključi temu (trenutna tema: svetla)" + +#: contrib/admin/templates/admin/color_theme_toggle.html:5 +msgid "Toggle theme (current theme: dark)" +msgstr "Uključi/isključi temu (trenutna tema: tamna)" + +#: contrib/admin/templates/admin/delete_confirmation.html:25 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "Uklanjanje %(object_name)s „%(escaped_object)s“ povlači uklanjanje svih objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za brisanje sledećih tipova objekata:" + +#: contrib/admin/templates/admin/delete_confirmation.html:30 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the" +" following protected related objects:" +msgstr "Da bi izbrisali izabran %(object_name)s „%(escaped_object)s“ potrebno je brisati i sledeće zaštićene povezane objekte:" + +#: contrib/admin/templates/admin/delete_confirmation.html:35 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "Da sigurni da želite da obrišete %(object_name)s „%(escaped_object)s“? Sledeći objekti koji su u vezi sa ovim objektom će takođe biti obrisani:" + +#: contrib/admin/templates/admin/delete_confirmation.html:37 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:31 +msgid "Objects" +msgstr "Objekti" + +#: contrib/admin/templates/admin/delete_confirmation.html:44 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:42 +msgid "Yes, I’m sure" +msgstr "Da, siguran sam" + +#: contrib/admin/templates/admin/delete_confirmation.html:45 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:43 +msgid "No, take me back" +msgstr "Ne, hoću nazad" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:23 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i zaštićene povezane objekte, međutim vaš nalog nema dozvole za brisanje sledećih tipova objekata:" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:26 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i sledeće zaštićene povezane objekte:" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:29 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "Da li ste sigurni da želite da izbrišete izabrane %(objects_name)s? Svi sledeći objekti i objekti sa njima povezani će biti izbrisani:" + +#: contrib/admin/templates/admin/edit_inline/tabular.html:26 +msgid "Delete?" +msgstr "Brisanje?" + +#: contrib/admin/templates/admin/filter.html:4 +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +#: contrib/admin/templates/admin/includes/object_delete_summary.html:2 +msgid "Summary" +msgstr "Sumarno" + +#: contrib/admin/templates/admin/index.html:23 +msgid "Recent actions" +msgstr "Skorašnje akcije" + +#: contrib/admin/templates/admin/index.html:24 +msgid "My actions" +msgstr "Moje akcije" + +#: contrib/admin/templates/admin/index.html:28 +msgid "None available" +msgstr "Nema podataka" + +#: contrib/admin/templates/admin/index.html:33 +msgid "Added:" +msgstr "Dodato:" + +#: contrib/admin/templates/admin/index.html:33 +msgid "Changed:" +msgstr "Izmenjeno:" + +#: contrib/admin/templates/admin/index.html:33 +msgid "Deleted:" +msgstr "Obrisano:" + +#: contrib/admin/templates/admin/index.html:43 +msgid "Unknown content" +msgstr "Nepoznat sadržaj" + +#: contrib/admin/templates/admin/invalid_setup.html:12 +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate" +" database tables have been created, and make sure the database is readable " +"by the appropriate user." +msgstr "Nešto nije uredu sa vašom bazom podataka. Proverite da li postoje odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi." + +#: contrib/admin/templates/admin/login.html:40 +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this" +" page. Would you like to login to a different account?" +msgstr "Prijavljeni ste kao %(username)s, ali nemate ovlašćenja da pristupite ovoj strani. Da li želite da se prijavite pod nekim drugim nalogom?" + +#: contrib/admin/templates/admin/login.html:60 +msgid "Forgotten your login credentials?" +msgstr "Zaboravili ste svoje akreditive za prijavu?" + +#: contrib/admin/templates/admin/nav_sidebar.html:2 +msgid "Toggle navigation" +msgstr "Uključi/isključi meni" + +#: contrib/admin/templates/admin/nav_sidebar.html:3 +msgid "Sidebar" +msgstr "Bočna traka" + +#: contrib/admin/templates/admin/nav_sidebar.html:5 +msgid "Start typing to filter…" +msgstr "Počnite da kucate da biste filtrirali…" + +#: contrib/admin/templates/admin/nav_sidebar.html:6 +msgid "Filter navigation items" +msgstr "Filtrirajte stavke navigacije" + +#: contrib/admin/templates/admin/object_history.html:22 +msgid "Date/time" +msgstr "Datum/vreme" + +#: contrib/admin/templates/admin/object_history.html:23 +msgid "User" +msgstr "Korisnik" + +#: contrib/admin/templates/admin/object_history.html:24 +msgid "Action" +msgstr "Radnja" + +#: contrib/admin/templates/admin/object_history.html:49 +msgid "entry" +msgid_plural "entries" +msgstr[0] "unos" +msgstr[1] "unosa" +msgstr[2] "unosa" + +#: contrib/admin/templates/admin/object_history.html:52 +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this" +" admin site." +msgstr "Ovaj objekat nema zabeležen istorijat izmena. Verovatno nije dodat kroz ovaj sajt za administraciju." + +#: contrib/admin/templates/admin/pagination.html:10 +#: contrib/admin/templates/admin/search_form.html:9 +msgid "Show all" +msgstr "Prikaži sve" + +#: contrib/admin/templates/admin/pagination.html:11 +#: contrib/admin/templates/admin/submit_line.html:4 +msgid "Save" +msgstr "Sačuvaj" + +#: contrib/admin/templates/admin/popup_response.html:3 +msgid "Popup closing…" +msgstr "Popup se zatvara..." + +#: contrib/admin/templates/admin/search_form.html:7 +msgid "Search" +msgstr "Pretraga" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultat" +msgstr[1] "%(counter)s rezultata" +msgstr[2] "%(counter)s rezultata" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "ukupno %(full_result_count)s" + +#: contrib/admin/templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "Sačuvaj kao novi" + +#: contrib/admin/templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "Sačuvaj i dodaj sledeći" + +#: contrib/admin/templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "Sačuvaj i nastavi sa izmenama" + +#: contrib/admin/templates/admin/submit_line.html:7 +msgid "Save and view" +msgstr "Snimi i pogledaj" + +#: contrib/admin/templates/admin/submit_line.html:10 +msgid "Close" +msgstr "Zatvori" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:11 +#, python-format +msgid "Change selected %(model)s" +msgstr "Izmeni odabrani model %(model)s" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:19 +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj još jedan model %(model)s" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:27 +#, python-format +msgid "Delete selected %(model)s" +msgstr "Obriši odabrani model %(model)s" + +#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:34 +#, python-format +msgid "View selected %(model)s" +msgstr "Izabran prikaz %(model)s" + +#: contrib/admin/templates/registration/logged_out.html:10 +msgid "Thanks for spending some quality time with the web site today." +msgstr "Hvala što ste danas proveli vreme na ovom sajtu." + +#: contrib/admin/templates/registration/logged_out.html:12 +msgid "Log in again" +msgstr "Ponovna prijava" + +#: contrib/admin/templates/registration/password_change_done.html:14 +#: contrib/admin/templates/registration/password_change_form.html:17 +msgid "Password change" +msgstr "Izmena lozinke" + +#: contrib/admin/templates/registration/password_change_done.html:19 +msgid "Your password was changed." +msgstr "Vaša lozinka je izmenjena." + +#: contrib/admin/templates/registration/password_change_form.html:32 +msgid "" +"Please enter your old password, for security’s sake, and then enter your new" +" password twice so we can verify you typed it in correctly." +msgstr "Iz bezbednosnih razloga prvo unesite svoju staru lozinku, a novu zatim unesite dva puta da bismo mogli da proverimo da li ste je pravilno uneli." + +#: contrib/admin/templates/registration/password_change_form.html:60 +#: contrib/admin/templates/registration/password_reset_confirm.html:38 +msgid "Change my password" +msgstr "Izmeni moju lozinku" + +#: contrib/admin/templates/registration/password_reset_complete.html:7 +#: contrib/admin/templates/registration/password_reset_done.html:7 +#: contrib/admin/templates/registration/password_reset_form.html:9 +msgid "Password reset" +msgstr "Resetovanje lozinke" + +#: contrib/admin/templates/registration/password_reset_complete.html:13 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaša lozinka je postavljena. Možete se prijaviti." + +#: contrib/admin/templates/registration/password_reset_confirm.html:9 +msgid "Password reset confirmation" +msgstr "Potvrda resetovanja lozinke" + +#: contrib/admin/templates/registration/password_reset_confirm.html:17 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Unesite novu lozinku dva puta kako bismo mogli da proverimo da li ste je pravilno uneli." + +#: contrib/admin/templates/registration/password_reset_confirm.html:25 +msgid "New password:" +msgstr "Nova lozinka:" + +#: contrib/admin/templates/registration/password_reset_confirm.html:32 +msgid "Confirm password:" +msgstr "Potvrda lozinke:" + +#: contrib/admin/templates/registration/password_reset_confirm.html:44 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "Link za resetovanje lozinke nije važeći, verovatno zato što je već iskorišćen. Ponovo zatražite resetovanje lozinke." + +#: contrib/admin/templates/registration/password_reset_done.html:13 +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "Poslali smo Vam uputstva za postavljanje lozinke, ukoliko nalog sa ovom adresom postoji. Trebalo bi da ih dobijete uskoro." + +#: contrib/admin/templates/registration/password_reset_done.html:15 +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "Ako ne dobijete poruku, proverite da li ste uneli dobru adresu sa kojom ste se i registrovali i proverite fasciklu za neželjenu poštu." + +#: contrib/admin/templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "Primate ovu poruku zato što ste zatražili resetovanje lozinke za korisnički nalog na sajtu %(site_name)s." + +#: contrib/admin/templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "Idite na sledeću stranicu i postavite novu lozinku." + +#: contrib/admin/templates/registration/password_reset_email.html:8 +msgid "In case you’ve forgotten, you are:" +msgstr "U slučaju da ste zaboravili, vi ste:" + +#: contrib/admin/templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Hvala što koristite naš sajt!" + +#: contrib/admin/templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipa sajta %(site_name)s" + +#: contrib/admin/templates/registration/password_reset_form.html:15 +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "Zaboravili ste lozinku? Unesite adresu e-pošte ispod i poslaćemo Vam na nju uputstva za postavljanje nove lozinke." + +#: contrib/admin/templates/registration/password_reset_form.html:22 +msgid "Email address:" +msgstr "Adresa e-pošte:" + +#: contrib/admin/templates/registration/password_reset_form.html:28 +msgid "Reset my password" +msgstr "Resetuj moju lozinku" + +#: contrib/admin/templatetags/admin_list.py:101 +msgid "Select all objects on this page for an action" +msgstr "Izaberite sve objekte na ovoj stranici za radnju" + +#: contrib/admin/templatetags/admin_list.py:445 +msgid "All dates" +msgstr "Svi datumi" + +#: contrib/admin/views/main.py:148 +#, python-format +msgid "Select %s" +msgstr "Odaberi objekat klase %s" + +#: contrib/admin/views/main.py:150 +#, python-format +msgid "Select %s to change" +msgstr "Odaberi objekat klase %s za izmenu" + +#: contrib/admin/views/main.py:152 +#, python-format +msgid "Select %s to view" +msgstr "Odaberi %s za pregled" + +#: contrib/admin/widgets.py:99 +msgid "Date:" +msgstr "Datum:" + +#: contrib/admin/widgets.py:100 +msgid "Time:" +msgstr "Vreme:" + +#: contrib/admin/widgets.py:164 +msgid "Lookup" +msgstr "Pretraži" + +#: contrib/admin/widgets.py:393 +msgid "Currently:" +msgstr "Trenutno:" + +#: contrib/admin/widgets.py:394 +msgid "Change:" +msgstr "Izmena:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..a2b1196c7bec63e634de8445667676a5d6e013b1 GIT binary patch literal 5724 zcmb`KU5sQ!6@W`<1qS*5aTSnaWpGBOdwOPf+1*|SSoQ~Jm)RYe*%f%J?yl*sneJPi z`_s#;B!VFV#*K-FL=z<;CdN0Tz8FI^#(@`=2Q-mH!~`YyKnNrnjWN;h+*>`t61xmHxTP0pRPkltG-SBC67yJdhQYtP|imbXS za2xzE^36dWg&#$p2=ZQd82KJ}8GJJEnZWM`{t#YG{m1@XL^&`U5ZN_ZKMR{}qb~O zc;Zr}u7@uM{t<3N{#%eQW79v5d@KAIyer5jgWQAC{weqg_*~%gQ2PBI%J}aFUd&=; zoSWfwa5t2Gb5Pp1;SKOh@EZ7R;E$lRe=*3f2KgO$E#)7%yqM<(_?r(YH4PUi7w2k# zMJWA$0>w@*1^yPwe!c=_pI?J4UA+Ot4)4N;;lJP&@WfRGEo2In1wH{qk8ePJ>ifK; z|4*UV=a*2%{}q(^UJmjrQ2gRgfq#ag-cCqA#{wq;tARVA zjJGGqGlBa94+YLb+(pd=9uNFn-~uFssS`ndF!15PPg8djN%mBe#z^AF@`zv8NcWP& zrw@=0lWr#so+&c2KeD&7pB0ik2T7PBkD<51TS#Ibd1PJtNn-CEB(cZMB(eKWlKAQ1 z`6L5>By(L?-EzSR;>Sfk?_D?0VM z(Xl2TS9fSr=~h5bu)i0(j@qBKvLsde`^I$)qw3K_9WYVDcGQ8k_lXqf`f5WGQ*(j!?1A&abhrc4 z6$(6L6P!eJ6HB)Z+qK@(MA|gukWJ*?y&4)suRr#!RCi6&QoO1gZ4Xikfo4`rDj328628(sz)Qe zS-ph5O(~1l6=Y-Iqo7{3X+_Ty4LH|DbU1!gOd$OS+GF>~G8)CPEyr1*U9mNljeX0a zV$!p3h;6zw4=012nO(|Nmf?mrI@fsXNT(bs)Gb?=q!nfA_1N|+8l&mraF@WQ;^G{a zz^3AXpO(mMuE@Q$gwt*+9(Zp_GMj4(|1IIio66T6t3+< z5}7SkAsUt7mYVf&Q6i^&goSO&aa=d+aM{47!(|%=-BcQ^Ib613%1xyMGY%IH*-*{L zewoj5dA3j#t%GI6a>0P?IyS8iZ?Ny$U`%RLT7h@A89h3UFre|9Ogd;ZgiR-$xCnu!e-ihhz z^pw1IlzHuDKgujq8rnGj_j8T{N!8+G*OWO-`C#uae5xZpl7UY54AB zq4WTqFwA5U-^27Snj9aQo1HtfvB;@Pb>skUYa_HI(AIQnA4w;B9pj>X5>n#CrZXoN z5103Bw38W^Y+ODRHGGp8SJQjyE?rl;rU%oF%y+WbbjpW)+)Zja>g8fGvtyqwvNL1R z=u~xPW=h|7o0e?#mYJz3eYdV^nj_yeGd-xfb7rSx^B&bZr>gqVM~g1BsgBcUiayih z`$jgdR?YQmmpg6hsC|wqbB;RKR-=gyV;HVv4YzD`cKRgcKhw4G&I&U-%m>Uf>6 z8yjGwWgPpYV`2HmBqr4^>BW5OihEeH;#&jFS?T+CGas;@`+)t#=RSar=idnh-=|X% z@iEC_Y@;m2TEX5cTs|p2vC_f&{(l}o6xurgT3g|UKuoV3xTq7q!p;HxMUoSlZ!&#VwZGVLTpAV#Jao4%t` zVoEd0A1mpAj=+_UzFi|RrJw3Q01CyE|Tm==uc6hI=9Mu`Mj|< z>w9gEqnB13(P9@@P*p-wu@Pw3n`-xDiWdc4u;=Qe` zj%nzj2o{Qo6#gMDk-LLfU(BJ{X=VB?)#R?V#HEUlyjmupEE7<=5>UDX6qHncB~=O6 Rm3jUa)G@X8Rds^Qe*yJ@_m2Po literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..26efe138206 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po @@ -0,0 +1,319 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Igor Jerosimić, 2019,2021,2023-2025 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2019,2021,2023-2025\n" +"Language-Team: Serbian (Latin) (http://app.transifex.com/django/django/" +"language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupni %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Izaberite %s tako što ćete ih označiti, a zatim kliknite dugme sa strelicom " +"\"Izaberi\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Filtrirajte listu dostupnih elemenata „%s“." + +msgid "Filter" +msgstr "Filter" + +#, javascript-format +msgid "Choose all %s" +msgstr "Izaberi sve %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Izaberi označene %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Ukloni izabrane %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Izabrano „%s“" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Uklonite %s tako što ćete ih označiti, a zatim kliknite dugme sa strelicom " +"\"Ukloni\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Unesite u ovo polje da biste filtrirali listu izabranih %s." + +msgid "(click to clear)" +msgstr "(klikni da obrišeš)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Ukloni sve %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s izabrana opcija nije vidljiva" +msgstr[1] "%s izabrane opcije nisu vidljive" +msgstr[2] "%s izabranih opcija nije vidljivo" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s od %(cnt)s izabran" +msgstr[1] "%(sel)s od %(cnt)s izabrana" +msgstr[2] "%(sel)s od %(cnt)s izabranih" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Imate nesačivane izmene. Ako pokrenete akciju, izmene će biti izgubljene." + +msgid "" +"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." +msgstr "" +"Izabrali ste akciju, ali niste sačuvali vaše promene u pojedinačna polja. " +"Kliknite na OK da sačuvate promene. Biće neophodno da ponovo pokrenete " +"akciju." + +msgid "" +"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." +msgstr "" +"Izabrali ste akciju i niste napravili nijednu promenu na pojedinačnim " +"poljima. Verovatno tražite Kreni dugme umesto Sačuvaj." + +msgid "Now" +msgstr "Trenutno vreme" + +msgid "Midnight" +msgstr "Ponoć" + +msgid "6 a.m." +msgstr "18č" + +msgid "Noon" +msgstr "Podne" + +msgid "6 p.m." +msgstr "18č" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Obaveštenje: Vi ste %s sat ispred serverskog vremena." +msgstr[1] "Obaveštenje: Vi ste %s sata ispred serverskog vremena." +msgstr[2] "Obaveštenje: Vi ste %s sati ispred serverskog vremena." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Obaveštenje: Vi ste %s sat iza serverskog vremena." +msgstr[1] "Obaveštenje: Vi ste %s sata iza serverskog vremena." +msgstr[2] "Obaveštenje: Vi ste %s sati iza serverskog vremena." + +msgid "Choose a Time" +msgstr "Odaberite vreme" + +msgid "Choose a time" +msgstr "Odabir vremena" + +msgid "Cancel" +msgstr "Poništi" + +msgid "Today" +msgstr "Danas" + +msgid "Choose a Date" +msgstr "Odaberite datum" + +msgid "Yesterday" +msgstr "Juče" + +msgid "Tomorrow" +msgstr "Sutra" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Jun" + +msgid "July" +msgstr "Jul" + +msgid "August" +msgstr "Avgust" + +msgid "September" +msgstr "Septembar" + +msgid "October" +msgstr "Oktobar" + +msgid "November" +msgstr "Novembar" + +msgid "December" +msgstr "Decembar" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mart" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "avg" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec" + +msgid "Sunday" +msgstr "nedelja" + +msgid "Monday" +msgstr "ponedeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "sreda" + +msgid "Thursday" +msgstr "četvrtak" + +msgid "Friday" +msgstr "petak" + +msgid "Saturday" +msgstr "subota" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "ned" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "pon" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "uto" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "sre" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "čet" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "pet" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "sub" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "N" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "U" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "S" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Č" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ac09089080f806c29eec2a4f0c784b93048d0ad5 GIT binary patch literal 17996 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 ZL1AY&d~t_<4LNK$Vq*iV=RIQ;{4WC9eop`Z literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1d1728dc9ef --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,806 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Albin Larsson , 2022-2023 +# Alex Nordlund , 2012 +# Anders Hovmöller , 2023 +# Andreas Pelme , 2014 +# d7bcbd5f5cbecdc2b959899620582440, 2011 +# Cybjit , 2012 +# d7bcbd5f5cbecdc2b959899620582440, 2011 +# Elias Johnstone , 2022 +# Henrik Palmlund Wahlgren , 2019 +# Jannis Leidel , 2011 +# Johan Rohdin, 2021 +# Johan Rohdin, 2021 +# Jonathan Lindén, 2014-2015 +# Jonathan Lindén, 2015 +# Jörgen Olofsson, 2024 +# Jörgen Olofsson, 2024 +# Jonathan Lindén, 2014 +# metteludwig , 2019 +# Mattias Hansson , 2016 +# metteludwig , 2019 +# Mikko Hellsing , 2011 +# nip3o , 2024 +# nip3o , 2024 +# Mikko Hellsing , 2011 +# Thomas Lundqvist, 2013,2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: Mikko Hellsing , 2011\n" +"Language-Team: Swedish (http://app.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ta bort markerade %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Tog bort %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan inte ta bort %(name)s" + +msgid "Delete multiple objects" +msgstr "Ta bort flera objekt" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Alla" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "Unknown" +msgstr "Okänt" + +msgid "Any date" +msgstr "Alla datum" + +msgid "Today" +msgstr "Idag" + +msgid "Past 7 days" +msgstr "Senaste 7 dagarna" + +msgid "This month" +msgstr "Denna månad" + +msgid "This year" +msgstr "Detta år" + +msgid "No date" +msgstr "Inget datum" + +msgid "Has date" +msgstr "Har datum" + +msgid "Empty" +msgstr "Tom" + +msgid "Not empty" +msgstr "Inte tom" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ange %(username)s och lösenord för ett personalkonto. Notera att båda fälten " +"är skiftlägeskänsliga." + +msgid "Action:" +msgstr "Åtgärd:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Lägg till ytterligare %(verbose_name)s" + +msgid "Remove" +msgstr "Ta bort" + +msgid "Addition" +msgstr "Tillägg" + +msgid "Change" +msgstr "Ändra" + +msgid "Deletion" +msgstr "Borttagning" + +msgid "action time" +msgstr "händelsetid" + +msgid "user" +msgstr "användare" + +msgid "content type" +msgstr "innehållstyp" + +msgid "object id" +msgstr "objektets id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "objektets beskrivning" + +msgid "action flag" +msgstr "händelseflagga" + +msgid "change message" +msgstr "ändra meddelande" + +msgid "log entry" +msgstr "loggpost" + +msgid "log entries" +msgstr "loggposter" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Lade till \"%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Ändrade “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Tog bort “%(object)s.”" + +msgid "LogEntry Object" +msgstr "LogEntry-Objekt" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Lade till {name} “{object}”." + +msgid "Added." +msgstr "Lagt till." + +msgid "and" +msgstr "och" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Ändrade {fields} för {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Ändrade {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Tog bort {name} “{object}”." + +msgid "No fields changed." +msgstr "Inga fält ändrade." + +msgid "None" +msgstr "Inget" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Håll inne “Control”, eller “Command” på en Mac, för att välja fler än en." + +msgid "Select this object for an action - {}" +msgstr "Välj detta objekt för en åtgärd - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Lade till {name} “{obj}”." + +msgid "You may edit it again below." +msgstr "Du kan redigera det igen nedan." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "Lade till {name} “{obj}”. Du kan lägga till ytterligare {name} nedan." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "Ändrade {name} “{obj}”. Du kan göra ytterligare förändringar nedan." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "Ändrade {name} “{obj}”. Du kan lägga till ytterligare {name} nedan." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Ändrade {name} “{obj}”." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Poster måste väljas för att genomföra åtgärder. Inga poster har ändrats." + +msgid "No action selected." +msgstr "Inga åtgärder valda." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Tog bort %(name)s “%(obj)s”." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s med ID “%(key)s” finns inte. Kan den ha blivit borttagen?" + +#, python-format +msgid "Add %s" +msgstr "Lägg till %s" + +#, python-format +msgid "Change %s" +msgstr "Ändra %s" + +#, python-format +msgid "View %s" +msgstr "Visa %s" + +msgid "Database error" +msgstr "Databasfel" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ändrades." +msgstr[1] "%(count)s %(name)s ändrades." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s vald" +msgstr[1] "Alla %(total_count)s valda" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 av %(cnt)s valda" + +msgid "Delete" +msgstr "Radera" + +#, python-format +msgid "Change history: %s" +msgstr "Ändringshistorik: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Borttagning av %(class_name)s %(instance)s kräver borttagning av följande " +"skyddade relaterade objekt: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django webbplatsadministration" + +msgid "Django administration" +msgstr "Django-administration" + +msgid "Site administration" +msgstr "Webbplatsadministration" + +msgid "Log in" +msgstr "Logga in" + +#, python-format +msgid "%(app)s administration" +msgstr "Administration av %(app)s" + +msgid "Page not found" +msgstr "Sidan kunde inte hittas" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Tyvärr kunde inte den begärda sidan hittas." + +msgid "Home" +msgstr "Hem" + +msgid "Server error" +msgstr "Serverfel" + +msgid "Server error (500)" +msgstr "Serverfel (500)" + +msgid "Server Error (500)" +msgstr "Serverfel (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ett fel har inträffat. Felet är rapporterat till sidans administratörer via " +"e-post och bör vara åtgärdat inom kort. Tack för ditt tålamod." + +msgid "Run the selected action" +msgstr "Kör markerade operationer" + +msgid "Go" +msgstr "Utför" + +msgid "Click here to select the objects across all pages" +msgstr "Klicka här för att välja alla objekt från alla sidor" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Välj alla %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Rensa urval" + +msgid "Breadcrumbs" +msgstr "Brödsmulor" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeller i applikationen %(name)s" + +msgid "Model name" +msgstr "Modellens namn" + +msgid "Add link" +msgstr "Lägg till länk" + +msgid "Change or view list link" +msgstr "Ändra eller visa listlänk" + +msgid "Add" +msgstr "Lägg till" + +msgid "View" +msgstr "Visa" + +msgid "You don’t have permission to view or edit anything." +msgstr "Du har inte tillåtelse att se eller ändra någonting." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"När du har skapat en användare kan du redigera fler användaralternativ." + +msgid "Error:" +msgstr "Fel:" + +msgid "Change password" +msgstr "Ändra lösenord" + +msgid "Set password" +msgstr "Sätt lösenord" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Var god rätta felet nedan." +msgstr[1] "Var god rätta felen nedan." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Ange nytt lösenord för användare %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Denna åtgärd aktiverar lösenordsbaserad autentisering för " +"denna användare." + +msgid "Disable password-based authentication" +msgstr "Inaktivera lösenordsbaserad autentisering" + +msgid "Enable password-based authentication" +msgstr "Aktivera lösenordsbaserad autentisering" + +msgid "Skip to main content" +msgstr "Hoppa till huvudinnehållet" + +msgid "Welcome," +msgstr "Välkommen," + +msgid "View site" +msgstr "Visa sida" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Log out" +msgstr "Logga ut" + +#, python-format +msgid "Add %(name)s" +msgstr "Lägg till %(name)s" + +msgid "History" +msgstr "Historik" + +msgid "View on site" +msgstr "Visa på webbplats" + +msgid "Filter" +msgstr "Filtrera" + +msgid "Hide counts" +msgstr "Dölj antal" + +msgid "Show counts" +msgstr "Visa antal" + +msgid "Clear all filters" +msgstr "Rensa alla filter" + +msgid "Remove from sorting" +msgstr "Ta bort från sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringsprioritet: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ändra sorteringsordning" + +msgid "Toggle theme (current theme: auto)" +msgstr "Växla tema (aktuellt tema: automatiskt)" + +msgid "Toggle theme (current theme: light)" +msgstr "Växla tema (aktuellt tema: ljust)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Växla tema (aktuellt tema: mörkt)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Att ta bort %(object_name)s '%(escaped_object)s' skulle innebära att " +"relaterade objekt togs bort, men ditt konto har inte rättigheter att ta bort " +"följande objekttyper:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Borttagning av %(object_name)s '%(escaped_object)s' kräver borttagning av " +"följande skyddade relaterade objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Är du säker på att du vill ta bort %(object_name)s \"%(escaped_object)s\"? " +"Följande relaterade objekt kommer att tas bort:" + +msgid "Objects" +msgstr "Objekt" + +msgid "Yes, I’m sure" +msgstr "Ja, jag är säker" + +msgid "No, take me back" +msgstr "Nej, ta mig tillbaka" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Borttagning av valda %(objects_name)s skulle resultera i borttagning av " +"relaterade objekt, men ditt konto har inte behörighet att ta bort följande " +"typer av objekt:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Borttagning av valda %(objects_name)s skulle kräva borttagning av följande " +"skyddade objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Är du säker på att du vill ta bort valda %(objects_name)s? Alla följande " +"objekt samt relaterade objekt kommer att tas bort:" + +msgid "Delete?" +msgstr "Radera?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " På %(filter_title)s " + +msgid "Summary" +msgstr "Översikt" + +msgid "Recent actions" +msgstr "Senaste Händelser" + +msgid "My actions" +msgstr "Mina händelser" + +msgid "None available" +msgstr "Inga tillgängliga" + +msgid "Added:" +msgstr "Lagt till:" + +msgid "Changed:" +msgstr "Ändrade:" + +msgid "Deleted:" +msgstr "Raderade:" + +msgid "Unknown content" +msgstr "Okänt innehåll" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Någonting är fel med din databas-installation. Kontrollera att relevanta " +"tabeller i databasen är skapta, och kontrollera även att databasen är läsbar " +"av rätt användare." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du är autentiserad som %(username)s men är inte behörig att komma åt denna " +"sida. Vill du logga in med ett annat konto?" + +msgid "Forgotten your login credentials?" +msgstr "Har du glömt dina inloggningsuppgifter?" + +msgid "Toggle navigation" +msgstr "Växla navigering" + +msgid "Sidebar" +msgstr "Sidopanel" + +msgid "Start typing to filter…" +msgstr "Börja skriv för att filtrera…" + +msgid "Filter navigation items" +msgstr "Filtrera navigeringsobjekt" + +msgid "Date/time" +msgstr "Datum tid" + +msgid "User" +msgstr "Användare" + +msgid "Action" +msgstr "Händelse" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "post" +msgstr[1] "poster" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Det här objektet har ingen förändringshistorik. Det var antagligen inte " +"tillagt via den här admin-sidan." + +msgid "Show all" +msgstr "Visa alla" + +msgid "Save" +msgstr "Spara" + +msgid "Popup closing…" +msgstr "Popup stängs…" + +msgid "Search" +msgstr "Sök" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultat" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totalt" + +msgid "Save as new" +msgstr "Spara som ny" + +msgid "Save and add another" +msgstr "Spara och lägg till ny" + +msgid "Save and continue editing" +msgstr "Spara och fortsätt redigera" + +msgid "Save and view" +msgstr "Spara och visa" + +msgid "Close" +msgstr "Stäng" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ändra markerade %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Lägg till %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Ta bort markerade %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Visa valda %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Tack för att du spenderade kvalitetstid med webbplatsen idag." + +msgid "Log in again" +msgstr "Logga in igen" + +msgid "Password change" +msgstr "Ändra lösenord" + +msgid "Your password was changed." +msgstr "Ditt lösenord har ändrats." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Vänligen ange ditt gamla lösenord, för säkerhets skull, och ange därefter " +"ditt nya lösenord två gånger så att vi kan kontrollera att du skrivit rätt." + +msgid "Change my password" +msgstr "Ändra mitt lösenord" + +msgid "Password reset" +msgstr "Nollställ lösenord" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ditt lösenord har ändrats. Du kan nu logga in." + +msgid "Password reset confirmation" +msgstr "Bekräftelse av lösenordsnollställning" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Var god fyll i ditt nya lösenord två gånger så vi kan kontrollera att du " +"skrev det rätt." + +msgid "New password:" +msgstr "Nytt lösenord:" + +msgid "Confirm password:" +msgstr "Bekräfta lösenord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Länken för lösenordsnollställning var felaktig, möjligen därför att den " +"redan använts. Var god skicka en ny nollställningsförfrågan." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Vi har via e-post skickat dig instruktioner för hur du ställer in ditt " +"lösenord, om ett konto finns med e-posten du angav. Du borde få " +"instruktionerna inom kort." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Om du inte fick ett e-postmeddelande; kontrollera att e-postadressen är " +"densamma som du registrerade dig med, och kolla i din skräppost." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du får detta e-postmeddelande för att du har begärt återställning av ditt " +"lösenord av ditt konto på %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Var god gå till följande sida och välj ett nytt lösenord:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Om du har glömt det, du är:" + +msgid "Thanks for using our site!" +msgstr "Tack för att du använder vår webbplats!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s-teamet" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Har du glömt ditt lösenord? Ange din e-postadress nedan, så skickar vi dig " +"instruktioner för hur du ställer in ett nytt." + +msgid "Email address:" +msgstr "E-postadress:" + +msgid "Reset my password" +msgstr "Nollställ mitt lösenord" + +msgid "Select all objects on this page for an action" +msgstr "Välj alla objekt på denna sida för en åtgärd" + +msgid "All dates" +msgstr "Alla datum" + +#, python-format +msgid "Select %s" +msgstr "Välj %s" + +#, python-format +msgid "Select %s to change" +msgstr "Välj %s att ändra" + +#, python-format +msgid "Select %s to view" +msgstr "Välj %s för visning" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Uppslag" + +msgid "Currently:" +msgstr "Nuvarande:" + +msgid "Change:" +msgstr "Ändra:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..45c77f33c89c1b49cff2830138e7522139f68910 GIT binary patch literal 5510 zcmbuDUu+yl9mj{Vw2h%n|3L$#WMX1!Q{Vbe6DK)0C5|1pPJOWzU(yuuz})TJ-um`t zj@j9Bjv`b_MGF!y6_MyeBSDilgak-=s`w*Iee6RY;DLe=0*MDy6{&~^c;Nfnowe^S zAvCbM+0Xpn-~RsX*uTHeyTou+P(F?F;%$tD;9ou5aJ_sxV@JSmgHM3J0`H-LI~YTi z-Rrmy{0Q3nU3(1t7}}GreGFVi`viCw_>$u#$JZTy0^W!5Ux0hSx4}EXcO3r=(sSQ+ z{5yyr`xkB`vWLmUJs`<*H~3-j0T4g74>wwW0Hk^2;03S*R>5z9__5#OM(h3r(*Az| zN&fdhlK%*VBRNlj=wcT@l2_nH`?p-b0ZESMT>Bd!?e`sU9()BXgKvTOu{|R>?*}iV z{V@1_@C~p7p8F_cp8(%<{2jOt?e|^#E-3wzXdeV01fOv2^RC?iY5vRLr@$XLz5&v@ z-+;9L-yHA6%hEpk!HDuqO_Iuz1=)e8${5cPS z;zNwhg2&MRy}j@e@GX#@yBE$z`g;T}2s{D) z%<+BKe;Aw6_~YO!;3D{Q@Yk+=2}Yv#8HW++eJ34f9OoS8L7I2Mamn#1$5qF5$ExE6 z$1gd4*)eczI>wG2M+?GT*hR;$I)2UZ>yFPmzTo(x<0Dx6FbdSbILbH*`7vGO*A$B< zQOKvskCss$MJcWsRGvm5-BJAdD0D5MKy_ITJqR8^A$!tA`ddIDyF7+6g|Z(7F3%33 zke!R`GpHbx*=ZDt!=otV4-^}89Y&c%nM0xYfV*b;e;g#gri=3QD#|Fzag+)Q`3%K< zam}J~3WZ{k{AL2B{~AMM8s!8EQbBe>h3xYvPvuRv;@A(kbN0RH@B4yl+~$Z>mR+C2 zy@c{vYK@I2GM-4dZt$`3y0WOEL)NVfZa%g#-DOg3WQ^w|$^PSm>B2W(#SUCYCL9MHCC{%EuD6C{$g>Y_X|zLLI!;a{@;y zT&RF5%Joy7kLC+TxiCg=@mgxFR(`RK;7h{F-BvYf_qA+)D~>ZM^2ZmNa$O0Y z2@#iMUAAk|uw_{@sW3gZ9L1K}CJIE4ofazVJ)OpAq)M`iF!d(xJywYV6@^X9Dq7Lp zGg>R$tSs|qbqeXTcW&y`aM6?^AiE{fbfw`WrhntP$*oN0HQ9`y!Vj|Tji+|=*FU4T z*jn9cQpH)>*4Lr++RjK@E8FB*di8K0?#~jghrBy9P^2^um7$>` z$$6*@4Y@?;fx{z6eID}Pb=^v$dw6!19zEQLrXyjZw>Q*#28o8!uZPOekjq9MI5e`8 zE_V*Pw?eE()=s>TtW`EzVDF=EBGxm4(*^sRpy@}6qX(cF~mnK0j zDDz+w0k22S%8oX+R7t`pD4k5hq*T>qKC-@6IxFdetW}A=Z)H9^J@Z&;`cP^1FrPkB zK78!aX$Mzgh} zzS{!+CF!sW0HX#IGvB^ z8`_1&2mRA$|Mv!K%83_lUo{LCM_wqL+j2Og?m&j@ZxM3yAfJ#$Vz^1_RohoX2#Kf( z3=#%bM_87$q8PE+Ks?|Cf^CudF(i}~6kOOhH{&@=;aMu8B~ilAc^td(jSlMmO+}jI zZS2%9Q$mX@cR&Ukkc{*s1MOqr6kS7$J)VHs7 z1#jUM#IB+sQfK=rS3Qg4jMHeJdJ<%iJd, 2023 +# Andreas Pelme , 2012,2024 +# Danijel Grujicic, 2023 +# Danijel Grujicic, 2023 +# Elias Johnstone , 2022 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014 +# Jörgen Olofsson, 2024 +# Jörgen Olofsson, 2024 +# Jonathan Lindén, 2014 +# Mattias Benjaminsson , 2011 +# Mattias Hansson , 2016 +# Mattias Benjaminsson , 2011 +# Samuel Linde , 2011 +# Thomas Lundqvist, 2016 +# Thomas Lundqvist, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-09-17 07:59+0000\n" +"Last-Translator: Thomas Lundqvist, 2016\n" +"Language-Team: Swedish (http://app.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tillgängliga %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Välj %s genom att markera dem och sedan välja pilknappen \"Välj\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i denna ruta för att filtrera listan av tillgängliga %s." + +msgid "Filter" +msgstr "Filter" + +#, javascript-format +msgid "Choose all %s" +msgstr "Välj alla %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Välj vald %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Ta bort markerad %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Välj %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Ta bort %s genom att markera dem och sedan välja pilknappen \"Ta bort\"." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Skriv i denna ruta för att filtrera listan av tillgängliga %s." + +msgid "(click to clear)" +msgstr "(klicka för att rensa)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Ta bort alla %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s valt alternativ inte synligt" +msgstr[1] "%s valda alternativ inte synliga" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s av %(cnt)s markerade" +msgstr[1] "%(sel)s av %(cnt)s markerade" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Du har ändringar som inte sparats i enskilda redigerbara fält. Om du kör en " +"operation kommer de ändringar som inte sparats att gå förlorade." + +msgid "" +"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." +msgstr "" +"Du har markerat en operation, men du har inte sparat sparat dina ändringar " +"till enskilda fält ännu. Var vänlig klicka OK för att spara. Du kommer att " +"behöva köra operationen på nytt." + +msgid "" +"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." +msgstr "" +"Du har markerat en operation och du har inte gjort några ändringar i " +"enskilda fält. Du letar antagligen efter Utför-knappen snarare än Spara." + +msgid "Now" +msgstr "Nu" + +msgid "Midnight" +msgstr "Midnatt" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "Middag" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Notera: Du är %s timme före serverns tid." +msgstr[1] "Notera: Du är %s timmar före serverns tid." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Notera: Du är %s timme efter serverns tid." +msgstr[1] "Notera: Du är %s timmar efter serverns tid." + +msgid "Choose a Time" +msgstr "Välj en tidpunkt" + +msgid "Choose a time" +msgstr "Välj en tidpunkt" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Välj ett datum" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgon" + +msgid "January" +msgstr "januari" + +msgid "February" +msgstr "februari" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "augusti" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "jan" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "feb" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "apr" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "jun" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "jul" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "aug" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "sep" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "okt" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "nov" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "dec" + +msgid "Sunday" +msgstr "Söndag" + +msgid "Monday" +msgstr "Måndag" + +msgid "Tuesday" +msgstr "Tisdag" + +msgid "Wednesday" +msgstr "Onsdag" + +msgid "Thursday" +msgstr "Torsdag" + +msgid "Friday" +msgstr "Fredag" + +msgid "Saturday" +msgstr "Lördag" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "sön" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "mån" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "tis" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "ons" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "tors" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "fre" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "lör" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "O" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9aa7f311c2d81d020da08b9ad7486c4c305d61a6 GIT binary patch literal 17698 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, 2023 +# DOREEN WANYAMA, 2023 +# Machaku, 2013-2014 +# Machaku, 2016 +# Millicent Atieno Obwanda , 2023 +# Natalia (Django Fellow), 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2023-12-25 07:05+0000\n" +"Last-Translator: DOREEN WANYAMA, 2023\n" +"Language-Team: Swahili (http://app.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Futa %(verbose_name_plural)s teule" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Umefanikiwa kufuta %(items)s %(count)d." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Huwezi kufuta %(name)s" + +msgid "Are you sure?" +msgstr "Una uhakika?" + +msgid "Administration" +msgstr "Utawala" + +msgid "All" +msgstr "yote" + +msgid "Yes" +msgstr "Ndiyo" + +msgid "No" +msgstr "Hapana" + +msgid "Unknown" +msgstr "Haijulikani" + +msgid "Any date" +msgstr "Tarehe yoyote" + +msgid "Today" +msgstr "Leo" + +msgid "Past 7 days" +msgstr "Siku 7 zilizopita" + +msgid "This month" +msgstr "mwezi huu" + +msgid "This year" +msgstr "Mwaka huu" + +msgid "No date" +msgstr "Hakuna tarehe" + +msgid "Has date" +msgstr "Kuna tarehe" + +msgid "Empty" +msgstr "tupu" + +msgid "Not empty" +msgstr "si tupu" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Tafadhali ingiza %(username)s na nywila sahihi kwa akaunti ya msimamizi. " +"Kumbuka kuzingatia herufi kubwa na ndogo." + +msgid "Action:" +msgstr "Tendo" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ongeza %(verbose_name)s" + +msgid "Remove" +msgstr "Ondoa" + +msgid "Addition" +msgstr "ongeza" + +msgid "Change" +msgstr "Badilisha" + +msgid "Deletion" +msgstr "Ufutaji" + +msgid "action time" +msgstr "muda wa tendo" + +msgid "user" +msgstr "mtumiaji" + +msgid "content type" +msgstr "aina ya maudhui" + +msgid "object id" +msgstr "Kitambulisho cha kitu" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "`repr` ya kitu" + +msgid "action flag" +msgstr "bendera ya tendo" + +msgid "change message" +msgstr "badilisha ujumbe" + +msgid "log entry" +msgstr "ingizo kwenye kumbukumbu" + +msgid "log entries" +msgstr "maingizo kwenye kumbukumbu" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” Imeongezwa" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Kubadilishwa kwa “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Kimefutwa “%(object)s”" + +msgid "LogEntry Object" +msgstr "Kitu cha Ingizo la Kumbukumbu" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Kumeongezwa {name} “{object}”." + +msgid "Added." +msgstr "Imeongezwa" + +msgid "and" +msgstr "na" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Mabadiliko ya {fields} yamefanyika kwenye {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Mabadiliko yamefanyika katika {fields} " + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr " {name} “{object}” umefutwa." + +msgid "No fields changed." +msgstr "Hakuna uga uliobadilishwa." + +msgid "None" +msgstr "Hakuna" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +" Shikilia 'Control', au 'Command' kwenye Mac, ili kuchagua zaidi ya moja." + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” imeongezwa kwa mafanikio." + +msgid "You may edit it again below." +msgstr "Unaweza kuihariri tena hapa chini" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” imeongezwa kwa mafanikio. Unaweza kuongeza {name} nyingine " +"hapa chini." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” ilibadilishwa kwa mafanikio. Unaweza kuihariri tena hapa " +"chini." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” imeongezwa kwa mafanikio. Unaweza kuihariri tena hapa chini." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj} imebadilishwa kwa mafanikio. Unaweza kuongeza {name} nyingine " +"hapa chini. " + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” imebadilishwa kwa mafanikio." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Nilazima kuchagua vitu ili kufanyia kitu fulani. Hakuna kitu " +"kilichochaguliwa." + +msgid "No action selected." +msgstr "Hakuna tendo lililochaguliwa" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s%(obj)s ilifutwa kwa mafanikio." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)sna ID %(key)s haipo. Labda ilifutwa?" + +#, python-format +msgid "Add %s" +msgstr "Ongeza %s" + +#, python-format +msgid "Change %s" +msgstr "Badilisha %s" + +#, python-format +msgid "View %s" +msgstr "Muonekano %s" + +msgid "Database error" +msgstr "Hitilafu katika hifadhidata" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "mabadiliko ya %(name)s %(count)s yamefanikiwa." +msgstr[1] "mabadiliko ya %(name)s %(count)s yamefanikiwa." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s kuchaguliwa" +msgstr[1] "%(total_count)s (kila kitu) kuchaguliwa" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Vilivyo chaguliwa ni 0 kati ya %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Badilisha historia: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(instance)s %(class_name)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Kufutwa kwa ingizo la %(instance)s %(class_name)s kutahitaji kufutwa kwa " +"vitu vifuatavyo vyenye mahusiano vilivyokingwa: %(related_objects)s" + +msgid "Django site admin" +msgstr "Utawala wa tovuti ya django" + +msgid "Django administration" +msgstr "Utawala wa Django" + +msgid "Site administration" +msgstr "Utawala wa tovuti" + +msgid "Log in" +msgstr "Ingia" + +#, python-format +msgid "%(app)s administration" +msgstr "Utawala wa %(app)s" + +msgid "Page not found" +msgstr "Ukurasa haujapatikana" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Samahani, ukurasa uliotafutwa haukupatikana." + +msgid "Home" +msgstr "Nyumbani" + +msgid "Server error" +msgstr "Hitilafu ya seva" + +msgid "Server error (500)" +msgstr "Hitilafu ya seva (500)" + +msgid "Server Error (500)" +msgstr "Hitilafu ya seva (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Kumekuwa na kosa. Waendeshaji wa tovuti wamearifiwa kupitia barua pepe, na " +"linapaswa kurekebishwa hivi karibuni. Asante kwa uvumilivu wako." + +msgid "Run the selected action" +msgstr "Fanya tendo lililochaguliwa." + +msgid "Go" +msgstr "Nenda" + +msgid "Click here to select the objects across all pages" +msgstr "Bofya hapa kuchagua viumbile katika kurasa zote" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Chagua kila %(module_name)s, (%(total_count)s). " + +msgid "Clear selection" +msgstr "Safisha chaguo" + +msgid "Breadcrumbs" +msgstr "Nyayo " + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Models katika application %(name)s" + +msgid "Add" +msgstr "Ongeza" + +msgid "View" +msgstr "Muonekano" + +msgid "You don’t have permission to view or edit anything." +msgstr "Huna ruhusa ya kutazama au kuhariri kitu chochote" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Kwanza, ingiza jina la mtumiaji na nywila. Kisha, utaweza kuhariri chaguo " +"zaidi za mtumiaji." + +msgid "Enter a username and password." +msgstr "Ingiza jina la mtumiaji na nywila." + +msgid "Change password" +msgstr "Badilisha nywila" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Tafadhali sahihisha kosa lifuatalo." +msgstr[1] "Tafadhali sahihisha makosa yafuatayo" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ingiza nywila ya mtumiaji %(username)s." + +msgid "Skip to main content" +msgstr "Ruka hadi kwa maudhui makuu." + +msgid "Welcome," +msgstr "Karibu" + +msgid "View site" +msgstr "Tazama tovuti" + +msgid "Documentation" +msgstr "Nyaraka" + +msgid "Log out" +msgstr "Toka" + +#, python-format +msgid "Add %(name)s" +msgstr "Ongeza %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ona kwenye tovuti" + +msgid "Filter" +msgstr "Chuja" + +msgid "Hide counts" +msgstr "Ficha idadi" + +msgid "Show counts" +msgstr "Onesha idadi" + +msgid "Clear all filters" +msgstr "Safisha vichungi vyote" + +msgid "Remove from sorting" +msgstr "Ondoa katika upangaji" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Kipaumbele katika mpangilio: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Geuza mpangilio" + +msgid "Toggle theme (current theme: auto)" +msgstr "Badilisha mandhari (mandhari ya sasa: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Badilisha mandhari (mandhari ya sasa: mwanga)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Badilisha mandhari (mandhari ya sasa: giza)" + +msgid "Delete" +msgstr "Futa" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Kufutwa kwa '%(escaped_object)s' %(object_name)s kutasababisha kufutwa kwa " +"vitu vinavyohuisana, lakini akaunti yako haina ruhusa ya kufuta vitu vya " +"aina zifuatazo:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Kufuta '%(escaped_object)s' %(object_name)s kutahitaji kufuta vitu " +"vifuatavyo ambavyo vinavyohuisana na vimelindwa:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Una uhakika kuwa unataka kufuta \"%(escaped_object)s\" %(object_name)s ? " +"Vitu vyote vinavyohuisana kati ya vifuatavyo vitafutwa:" + +msgid "Objects" +msgstr "Viumbile" + +msgid "Yes, I’m sure" +msgstr "Ndiyo, nina uhakika" + +msgid "No, take me back" +msgstr "Hapana, nirudishe" + +msgid "Delete multiple objects" +msgstr "Futa viumbile mbalimbali" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Kufutwa kwa %(objects_name)s chaguliwa kutasababisha kufutwa kwa " +"vituvinavyohusiana, lakini akaunti yako haina ruhusa ya kufuta vitu vya " +"vifuatavyo:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Kufutwa kwa %(objects_name)s kutahitaji kufutwa kwa vitu vifuatavyo vyenye " +"uhusiano na vilivyolindwa:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Una uhakika kuwa unataka kufuta %(objects_name)s chaguliwa ? Vitu vyote kati " +"ya vifuatavyo vinavyohusiana vitafutwa:" + +msgid "Delete?" +msgstr "Futa?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Kwa %(filter_title)s" + +msgid "Summary" +msgstr "Muhtasari" + +msgid "Recent actions" +msgstr "Matendo ya karibuni" + +msgid "My actions" +msgstr "Matendo yangu" + +msgid "None available" +msgstr "Hakuna kilichopatikana" + +msgid "Added:" +msgstr "Imeongezwa:" + +msgid "Changed:" +msgstr "Kimebadilika" + +msgid "Deleted:" +msgstr "Kimefutwa" + +msgid "Unknown content" +msgstr "Maudhui hayajulikani" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Kuna tatizo na ufungaji wa hifadhidata yako. Hakikisha meza sahihi za " +"hifadhidata zimeundwa, na hakikisha hifadhidata inaweza kusomwa na mtumiaji " +"sahihi." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Umejithibitisha kama %(username)s, lakini huna ruhusa ya kupata ukurasa huu. " +"Ungependa kuingia kwa akaunti nyingine?" + +msgid "Forgotten your password or username?" +msgstr "Umesahau jina na nenosiri lako?" + +msgid "Toggle navigation" +msgstr "Badilisha urambazaji" + +msgid "Sidebar" +msgstr "Upande wa Kando" + +msgid "Start typing to filter…" +msgstr "Anza kuchapa ili kuchuja…" + +msgid "Filter navigation items" +msgstr "Chuja vitu vya urambazaji" + +msgid "Date/time" +msgstr "Tarehe/saa" + +msgid "User" +msgstr "Mtumiaji" + +msgid "Action" +msgstr "Tendo" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "ingizo" +msgstr[1] "maingizo" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Hakuna historia ya mabadiliko kwa kipande hiki. Labda hakikuongezwa kupitia " +"tovuti hii ya usimamizi." + +msgid "Show all" +msgstr "Onesha yotee" + +msgid "Save" +msgstr "Hifadhi" + +msgid "Popup closing…" +msgstr "Udukizi inafungwa..." + +msgid "Search" +msgstr "Tafuta" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "tokeo %(counter)s" +msgstr[1] "matokeo %(counter)s" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "jumla %(full_result_count)s" + +msgid "Save as new" +msgstr "Hifadhi kama mpya" + +msgid "Save and add another" +msgstr "Hifadhi na ongeza" + +msgid "Save and continue editing" +msgstr "Hifadhi na endelea kuhariri" + +msgid "Save and view" +msgstr "Hifadhi kisha tazama" + +msgid "Close" +msgstr "Funga" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Badili %(model)s husika" + +#, python-format +msgid "Add another %(model)s" +msgstr "Ongeza %(model)s tena" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Futa %(model)s husika" + +#, python-format +msgid "View selected %(model)s" +msgstr "Tazama %(model)s zilizochaguliwa" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Asante kwa kutumia muda wako kenye tovuti leo." + +msgid "Log in again" +msgstr "ingia tena" + +msgid "Password change" +msgstr "Badilisha nywila" + +msgid "Your password was changed." +msgstr "Nywila yako imebadilishwa" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Tafadhali ingiza nywila yako ya zamani, kwa usalama, na kisha ingiza nywila " +"yako mpya mara mbili ili tuweze kuthibitisha kuwa umeingiza kwa usahihi" + +msgid "Change my password" +msgstr "Badilisha nywila yangu" + +msgid "Password reset" +msgstr "Kuseti nywila upya" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Nywila yako imesetiwa. Unaweza kuendelea na kuingia sasa." + +msgid "Password reset confirmation" +msgstr "Uthibitisho wa kuseti nywila upya" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Tafadhali ingiza nywila mpya mara mbili ili tuweze kuthibitisha kuwa " +"umelichapisha kwa usahihi." + +msgid "New password:" +msgstr "Nywila mpya:" + +msgid "Confirm password:" +msgstr "Thibitisha nywila" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Kiungo cha kuseti nywila upya ni batili, inawezekana ni kwa sababu kiungo " +"hicho tayari kimetumika. tafadhali omba upya kuseti nywila." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Tumekutumia barua pepe na maelekezo ya kuweka nywila yako, endapo akaunti " +"inayolingana na barua pepe uliyoingiza ipo. Unapaswa kuzipokea hivi karibuni." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ikiwa hautapokea barua pepe, tafadhali hakikisha umeweka anwani " +"uliyojiandikisha nayo, na angalia folda yako ya barua taka" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Umepata barua pepe hii kwa sababu ulihitaji ku seti upya nywila ya akaunti " +"yako ya %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Tafadhali nenda ukurasa ufuatao na uchague nywila mpya:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Jina lako la utumiaji, ikiwa umesahau:" + +msgid "Thanks for using our site!" +msgstr "Ahsante kwa kutumia tovui yetu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "timu ya %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Umensahau nywila yako? Ingiza anwani yako ya barua pepe hapa chini, na " +"tutakutumia barua pepe na maelekezo ya kuweka mpya." + +msgid "Email address:" +msgstr "Anuani ya barua pepe:" + +msgid "Reset my password" +msgstr "Seti nywila yangu upya" + +msgid "Select all objects on this page for an action" +msgstr "Chagua vitu vyote kwenye ukurasa huu kwa hatua." + +msgid "All dates" +msgstr "Tarehe zote" + +#, python-format +msgid "Select %s" +msgstr "Chagua %s" + +#, python-format +msgid "Select %s to change" +msgstr "Chaguo %s kwa mabadilisho" + +#, python-format +msgid "Select %s to view" +msgstr "Chagua %s kuona" + +msgid "Date:" +msgstr "Tarehe" + +msgid "Time:" +msgstr "Saa" + +msgid "Lookup" +msgstr "`Lookup`" + +msgid "Currently:" +msgstr "Kwa sasa:" + +msgid "Change:" +msgstr "Badilisha:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..12f1466cf36601c7aa3d6d866e8772ed1a6391d1 GIT binary patch literal 3647 zcmb_eNsrt_6fPia!@lp~5h)~r*t4)CbO=fq2pO^snI1%h5PIFNZr8M3)!5~BoC8Qm za7Qc$#DRz(fVd)#{0NW$Ax>Plpd2ER1K+bf3or^{vBv(omiOv=-+NUxKis)CB>5S+wn>)QUmhbi1%K+ z5{EpHq<(H|QTTwix(BbsB9Fv!2i}{d(LQ$pQ4Z?Pwk`Z_X@7%G&HFy!t$6RoTgL}n zeGsxz+jr(V*_D$U(Dt2u>+usEy6<&#(Xl6q!!%R}Cu|b#C7QP9YMyOhCu%-+F4rv( zlQ-#lE2+nGZEJ(X^he|!^=lL2BtbW^CkIcVnqM8ybm}I$9>>(idVSgBhfcYII1`E#yCNfwHAfP0uCs~GYJ%bBb3x|PCsR+y#zvRqcJryF zI$1~Bf&{FVVppneY;wY%k2NJGhd=}34cdowkSSNIQsyqz)T`QL8aouzl#H!i^xSEX zOcQw5`eEHprG?QcwF*V~(uuOGhx*dAKR5we+krYLoXL88yQE9U~WU zrMfP4!drE#u|~)!FfaN^)c8H9%Y`CWHW6*Ar#hu`6qUG>@`)Mcx4JPP8gbtnXLr~7 zRqX`3!&Ax;>eNae*bX%|mIZ^zOiWa8g0*!L<+V0DP?6)z^{{&?N}Q|3A2^gFRDJ;> z7v94-W3;6ci^|B7FlolZi&MiS+DI*jWh6b>8ab%(7jjf-AJSr?IoC~9(1|0Wo7gwZ zu}!UpFLY))$clzpBgqC*g>9DHTnZf-U!NSSnk)=zy5eqwz%}1Ldnyem^sp6N?nAYh zxfPsP!9o=}@!+`Q6k>J$9K7j^#rW1}R?5`>zn2hW-Kw&>>SR)0k4?Ms8gJn3fsFQ z*T)MnOW%CGNDEZ5tg_mgRJZ|}hNA>4=jvHE0EJPp$}Oi+$u#EFt#H_mN*+dqvyl@M z5o}l_2Gcf9osWwZR)-8m)pBk|1=hy?w`{dK7{x_gfZUNH?G+>L(DF!jQ0*?o(W|K# zVHG=M)J4o>#S|g3=#%RS|Isq#e{b7b+NwzTU#@y-wo4$XPKapDmm2j?Sd9pAJsYxy zT;?LgD^-vaM6Fzth>(^om-@_x)byC6*wDoIq85HsOhjy{D9P~%U~*hw1*DI8EdNFr ztbk4|Fe-X=qEj@WHd2F2O>DQ-#zFx5y0xAdoG2#zCmfsN_`fOE>RpWCQSH5)!hSJ*_bxQ2UA4}5>hOr*Nm`3*EHA={uyKW vjKi6V!$@RU7|BV2$Q!4PH`(gO>fIZCaN6SvDs#naI>WMpaAO=>IE{V>)l@t2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..5806dd93971 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Machaku , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Yaliyomo: %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Chapisha katika kisanduku hiki ili kuchuja orodha ya %s iliyopo." + +msgid "Filter" +msgstr "Chuja" + +msgid "Choose all" +msgstr "Chagua vyote" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Bofya kuchagua %s kwa pamoja." + +msgid "Choose" +msgstr "Chagua" + +msgid "Remove" +msgstr "Ondoa" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chaguo la %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"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." + +msgid "Remove all" +msgstr "Ondoa vyote" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Bofya ili kuondoa %s chaguliwa kwa pamoja." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "umechagua %(sel)s kati ya %(cnt)s" +msgstr[1] "umechagua %(sel)s kati ya %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Umeacha kuhifadhi mabadiliko katika uga zinazoharirika. Ikiwa utafanya tendo " +"lingine, mabadiliko ambayo hayajahifadhiwa yatapotea." + +msgid "" +"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." +msgstr "" +"Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. " +"Tafadali bofya Sawa ukitaka kuhifadhi. Utahitajika kufanya upya kitendo " + +msgid "" +"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." +msgstr "" +"Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. " +"Inawezekana unatafuta kitufe cha Nenda badala ya Hifadhi" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Kumbuka: Uko saa %s mbele ukilinganisha na majira ya seva" +msgstr[1] "Kumbuka: Uko masaa %s mbele ukilinganisha na majira ya seva" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Kumbuka: Uko saa %s nyuma ukilinganisha na majira ya seva" +msgstr[1] "Kumbuka: Uko masaa %s nyuma ukilinganisha na majira ya seva" + +msgid "Now" +msgstr "Sasa" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Chagua wakati" + +msgid "Midnight" +msgstr "Usiku wa manane" + +msgid "6 a.m." +msgstr "Saa 12 alfajiri" + +msgid "Noon" +msgstr "Adhuhuri" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Ghairi" + +msgid "Today" +msgstr "Leo" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Jana" + +msgid "Tomorrow" +msgstr "Kesho" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Onesha" + +msgid "Hide" +msgstr "Ficha" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..398f1f2850e8e8e7b35426612c95e4a23cd6c773 GIT binary patch literal 10179 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3a3cf1bb9e9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,643 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "உறுதியாக சொல்கிறீர்களா?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "அனைத்தும்" + +msgid "Yes" +msgstr "ஆம்" + +msgid "No" +msgstr "இல்லை" + +msgid "Unknown" +msgstr "தெரியாத" + +msgid "Any date" +msgstr "எந்த தேதியும்" + +msgid "Today" +msgstr "இன்று" + +msgid "Past 7 days" +msgstr "கடந்த 7 நாட்களில்" + +msgid "This month" +msgstr "இந்த மாதம்" + +msgid "This year" +msgstr "இந்த வருடம்" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "அழிக்க" + +msgid "action time" +msgstr "செயல் நேரம்" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "பொருள் அடையாளம்" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "பொருள் உருவகித்தம்" + +msgid "action flag" +msgstr "செயர்குறி" + +msgid "change message" +msgstr "செய்தியை மாற்று" + +msgid "log entry" +msgstr "புகுபதிவு உள்ளீடு" + +msgid "log entries" +msgstr "புகுபதிவு உள்ளீடுகள்" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "மற்றும்" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "எந்த புலமும் மாறவில்லை." + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாக அழிக்கப்பட்டுள்ளது." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s யை சேர்க்க" + +#, python-format +msgid "Change %s" +msgstr "%s யை மாற்று" + +msgid "Database error" +msgstr "தகவல்சேமிப்பு பிழை" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "வரலாற்றை மாற்று: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "டிஜாங்ஙோ தள நிர்வாகி" + +msgid "Django administration" +msgstr "டிஜாங்ஙோ நிர்வாகம் " + +msgid "Site administration" +msgstr "இணைய மேலான்மை" + +msgid "Log in" +msgstr "உள்ளே போ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "பக்கத்தைக் காணவில்லை" + +msgid "We're sorry, but the requested page could not be found." +msgstr "நீங்கள் விரும்பிய பக்கத்தை காண இயலவில்லை,அதற்காக நாங்கள் வருந்துகிறோம்." + +msgid "Home" +msgstr "வீடு" + +msgid "Server error" +msgstr "சேவகன் பிழை" + +msgid "Server error (500)" +msgstr "சேவையகம் தவறு(500)" + +msgid "Server Error (500)" +msgstr "சேவையகம் பிழை(500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "செல்" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"முதலில்,பயனர்ப்பெயர் மற்றும் கடவுச்சொல்லை உள்ளிடவும்.அதன் பிறகு தான் நீங்கள் உங்கள் பெயரின் " +"விவரங்களை திருத்த முடியும்" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "கடவுச்சொல்லை மாற்று" + +msgid "Please correct the error below." +msgstr "கீழே உள்ள தவறுகளைத் திருத்துக" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "நல்வரவு," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ஆவனமாக்கம்" + +msgid "Log out" +msgstr "வெளியேறு" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s சேர்க்க" + +msgid "History" +msgstr "வரலாறு" + +msgid "View on site" +msgstr "தளத்தில் பார்" + +msgid "Filter" +msgstr "வடிகட்டி" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "நீக்குக" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"நீக்கும் '%(escaped_object)s' ஆனது %(object_name)s தொடர்புடைய மற்றவற்றையும் நீக்கும். " +"ஆனால் அதை நீக்குவதற்குரிய உரிமை உங்களுக்கு இல்லை" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"நீங்கள் இந்த \"%(escaped_object)s\" %(object_name)s நீக்குவதில் நிச்சயமா?தொடர்புடைய " +"மற்றவையும் நீக்கப்படும். " + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ஆம், எனக்கு உறுதி" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "மாற்றுக" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s ஆல்" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "சேர்க்க" + +msgid "You don't have permission to edit anything." +msgstr "உங்களுக்கு மாற்றுவதற்குரிய உரிமையில்லை" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "எதுவும் கிடைக்கவில்லை" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"உங்களுடைய தகவல்சேமிப்பகத்தை நிறுவுவதில் சில தவறுகள் உள்ளது. அதற்கு இணையான " +"தகவல்சேமிப்பு அட்டவணையைதயாரிக்கவும். மேலும் பயனர் படிக்கும் படியான தகவல்சேமிப்பகத்தை " +"உருவாக்கவும்." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "தேதி/நேரம் " + +msgid "User" +msgstr "பயனர்" + +msgid "Action" +msgstr "செயல்" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"இந்த பொருள் மாற்று வரலாற்றில் இல்லைஒரு வேளை நிர்வாகத்தளத்தின் மூலம் சேர்க்கப்படாமலிருக்கலாம்" + +msgid "Show all" +msgstr "எல்லாவற்றையும் காட்டு" + +msgid "Save" +msgstr "சேமிக்க" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s மொத்தம்" + +msgid "Save as new" +msgstr "புதியதாக சேமி" + +msgid "Save and add another" +msgstr "சேமித்து இன்னுமொன்றைச் சேர்" + +msgid "Save and continue editing" +msgstr "சேமித்து மாற்றத்தை தொடருக" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "வலைத்தளத்தில் உங்களது பொன்னான நேரத்தை செலவழித்தமைக்கு மிகுந்த நன்றி" + +msgid "Log in again" +msgstr "மீண்டும் உள்ளே பதிவு செய்யவும்" + +msgid "Password change" +msgstr "கடவுச்சொல் மாற்று" + +msgid "Your password was changed." +msgstr "உங்களுடைய கடவுச்சொல் மாற்றபட்டது" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"பாதுகாப்பு காரணங்களுக்காக , முதலில் உங்களது பழைய கடவுச்சொல்லை உள்ளிடுக. அதன் பிறகு " +"புதிய கடவுச்சொல்லை இரு முறை உள்ளிடுக. இது உங்களது உள்ளிடுதலை சரிபார்க்க உதவும். " + +msgid "Change my password" +msgstr "கடவுச் சொல்லை மாற்றவும்" + +msgid "Password reset" +msgstr "கடவுச்சொல்லை மாற்றியமை" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "புதிய கடவுச்சொல்:" + +msgid "Confirm password:" +msgstr "கடவுச்சொலின் மாற்றத்தை உறுதிப்படுத்து:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "உங்களது பயனாளர் பெயர், நீங்கள் மறந்திருந்தால்:" + +msgid "Thanks for using our site!" +msgstr "எங்களது வலைத்தளத்தை பயன் படுத்தியதற்கு மிகுந்த நன்றி" + +#, python-format +msgid "The %(site_name)s team" +msgstr "இந்த %(site_name)s -இன் குழு" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "எனது கடவுச்சொல்லை மாற்றியமை" + +msgid "All dates" +msgstr "அனைத்து தேதியும்" + +#, python-format +msgid "Select %s" +msgstr "%s யை தேர்ந்தெடு" + +#, python-format +msgid "Select %s to change" +msgstr "%s யை மாற்ற தேர்ந்தெடு" + +msgid "Date:" +msgstr "தேதி:" + +msgid "Time:" +msgstr "நேரம்:" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..339311151934df01a30f236f83be8e2226fe6124 GIT binary patch literal 1379 zcmb7>%WD)d9LGnkuk}ei_`pXLgqD)somKmoTG3VuinXPzqQ|(K?xxHp%S`$@cqsVj zMUm1Tr3VFT53@cIL991VUOae|oc$xjZ!+E1tAXS*zvTOS&ac*%MGtEq_EGEw?1R|5 zH{rmlg4;j=?gr~?_C0V9?E7E_oCkM;&(_{wf;(U*U<>#W+yZ`Hd;bbR% z{|PQ&8|)*nC*X7ndhsTiHtC2{J^OB}l%k&nHVxeR}%HvE{RA!XdRix=qToGm3KT(Nk zQ3WJ3GF+qs5oa1&dYNe+kV4+?r1^8y?;?dWfnVsz7xH-s=_sERHs*$|i{^W%-$VS) z;H=+~$I4u1v8Kg{$v9+MMFF|Sq!cl^&PADr(1R0Y0)a!77{yio*3iP*^;W|(vF%4*PL^j<=QhtSBI`_^zLW#nE@p=m#Ar` zj^;F<*13AfgzP1yDvM&S`)(EoY4?WC<{IM>y&_AhEMz4h-FJmvFA_0WW+a@5SV#v| zREq;5>&}e(3cV!#>}!+cWFPU{do!L%7ESWSByUY)j&u@}Bqn)ol2t;y(=p6PCV6cd zvsTu4?8K`kd1I0n@FMX3U>cA-caKXhQi5;$GM{=P#eRYkv^p7 zLz681n-s;EhSR&;{}npz@;_=Z$%;$6;%Y?xCDevu&^#uC zVWM(-3lk5^&YnfPu2(y*S=$Vzj0wV_VZYOXLD3A|zy$D9-n*tyob!2LFVZA7!y>}K X, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s இருக்கிறதா " + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "வடிகட்டி" + +msgid "Choose all" +msgstr "எல்லாவற்றையும் தேர்ந்த்தெடுக்க" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "அழிக்க" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s தேர்ந்த்தெடுக்கப்பட்ட" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "இப்பொழுது " + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ஒரு நேரத்தை தேர்ந்த்தெடுக்க " + +msgid "Midnight" +msgstr "நடு இரவு " + +msgid "6 a.m." +msgstr "காலை 6 மணி " + +msgid "Noon" +msgstr "மதியம் " + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "வேண்டாம் " + +msgid "Today" +msgstr "இன்று " + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "நேற்று " + +msgid "Tomorrow" +msgstr "நாளை" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..17e7dc6bd4fa0bf83cccedb63d8aba406f754ac3 GIT binary patch literal 10590 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, 2011 +# Jannis Leidel , 2011 +# ప్రవీణ్ ఇళ్ళ , 2011,2013 +# వీవెన్ , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s జయప్రదముగా తీసేవేయబడినది." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s తొలగించుట వీలుకాదు" + +msgid "Are you sure?" +msgstr "మీరు ఖచ్చితంగా ఇలా చేయాలనుకుంటున్నారా?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "ఎంచుకోన్న %(verbose_name_plural)s తీసివేయుము " + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "అన్నీ" + +msgid "Yes" +msgstr "అవును" + +msgid "No" +msgstr "కాదు" + +msgid "Unknown" +msgstr "తెలియనది" + +msgid "Any date" +msgstr "ఏ రోజైన" + +msgid "Today" +msgstr "ఈ రోజు" + +msgid "Past 7 days" +msgstr "గత 7 రోజుల గా" + +msgid "This month" +msgstr "ఈ నెల" + +msgid "This year" +msgstr "ఈ సంవత్సరం" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "చర్య:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "తొలగించు" + +msgid "action time" +msgstr "పని సమయము " + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "వస్తువు" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "వస్తువు" + +msgid "action flag" +msgstr "పని ఫ్లాగ్" + +msgid "change message" +msgstr "సందేశము ని మార్చంది" + +msgid "log entry" +msgstr "లాగ్ ఎంట్రీ" + +msgid "log entries" +msgstr "లాగ్ ఎంట్రీలు" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "మరియు" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "క్షేత్రములు ఏమి మార్చబడలేదు" + +msgid "None" +msgstr "వొకటీ లేదు" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"అంశములపయి తదుపరి చర్య తీసుకోనటకు వాటిని ఎంపిక చేసుకోవలెను. ప్రస్తుతం ఎటువంటి అంశములు " +"మార్చబడలేదు." + +msgid "No action selected." +msgstr "మీరు ఎటువంటి చర్య తీసుకొనలేదు " + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" జయప్రదంగా తీసివేయబడ్డడి" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%sని జత చేయండి " + +#, python-format +msgid "Change %s" +msgstr "%sని మార్చుము" + +msgid "Database error" +msgstr "దత్తాంశస్థానము పొరబాటు " + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s జయప్రదముగా మార్చబడినవి." +msgstr[1] "%(count)s %(name)s జయప్రదముగా మార్చబడినవి." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ఎంపికయినది." +msgstr[1] "అన్ని %(total_count)s ఎంపికయినవి." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s ఎంపికయినవి." + +#, python-format +msgid "Change history: %s" +msgstr "చరిత్రం మార్చు: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "జాంగొ యొక్క నిర్వాహణదారులు" + +msgid "Django administration" +msgstr "జాంగొ నిర్వాహణ" + +msgid "Site administration" +msgstr "సైట్ నిర్వాహణ" + +msgid "Log in" +msgstr "ప్రవేశించండి" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "పుట దొరకలేదు" + +msgid "We're sorry, but the requested page could not be found." +msgstr "క్షమించండి మీరు కోరిన పుట దొరకలేడు" + +msgid "Home" +msgstr "నివాసము" + +msgid "Server error" +msgstr "సర్వర్ పొరబాటు" + +msgid "Server error (500)" +msgstr "సర్వర్ పొరబాటు (500)" + +msgid "Server Error (500)" +msgstr "సర్వర్ పొరబాటు (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "ఎంచుకున్న చర్యను నడుపు" + +msgid "Go" +msgstr "వెళ్లు" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "ఎంపికను తుడిచివేయి" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "ఒక వాడుకరిపేరు మరియు సంకేతపదాన్ని ప్రవేశపెట్టండి." + +msgid "Change password" +msgstr "సంకేతపదాన్ని మార్చుకోండి" + +msgid "Please correct the error below." +msgstr "క్రింద ఉన్న తప్పులు సరిదిద్దుకోండి" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "సుస్వాగతం" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "పత్రీకరణ" + +msgid "Log out" +msgstr "నిష్క్రమించండి" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s జత చేయు" + +msgid "History" +msgstr "చరిత్ర" + +msgid "View on site" +msgstr "సైట్ లో చూడండి" + +msgid "Filter" +msgstr "వడపోత" + +msgid "Remove from sorting" +msgstr "క్రమీకరణ నుండి తొలగించు" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "తొలగించు" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "అవును " + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "మార్చు" + +msgid "Delete?" +msgstr "తొలగించాలా?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "చేర్చు" + +msgid "You don't have permission to edit anything." +msgstr "మీకు ఏది మార్చటానికి అధికారము లేదు" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ఏమి దొరకలేదు" + +msgid "Unknown content" +msgstr "తెలియని విషయం" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "మీ సంకేతపదం లేదా వాడుకరిపేరును మర్చిపోయారా?" + +msgid "Date/time" +msgstr "తేదీ/సమయం" + +msgid "User" +msgstr "వాడుకరి" + +msgid "Action" +msgstr "చర్య" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "అన్నీ చూపించు" + +msgid "Save" +msgstr "భద్రపరుచు" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "వెతుకు" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s ఫలితం" +msgstr[1] "%(counter)s ఫలితాలు" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s మొత్తము" + +msgid "Save as new" +msgstr "కొత్త దాని లా దాచు" + +msgid "Save and add another" +msgstr "దాచి కొత్త దానిని కలపండి" + +msgid "Save and continue editing" +msgstr "దాచి మార్చుటా ఉందండి" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "మళ్ళీ ప్రవేశించండి" + +msgid "Password change" +msgstr "అనుమతి పదం మార్పు" + +msgid "Your password was changed." +msgstr "మీ అనుమతి పదం మార్చబడిండి" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"దయచేసి రక్షన కోసము, మీ పాత అనుమతి పదం ఇవ్వండి , కొత్త అనుమతి పదం రెండు సార్లు ఇవ్వండి , " +"ఎం దుకంటే మీరు తప్పు ఇస్తే సరిచేయటానికి " + +msgid "Change my password" +msgstr "నా సంకేతపదాన్ని మార్చు" + +msgid "Password reset" +msgstr "అనుమతి పదం తిరిగి అమర్చు" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "మీ అనుమతి పదం మర్చుబడినది. మీరు ఇప్పుదు లాగ్ ఇన్ అవ్వచ్చు." + +msgid "Password reset confirmation" +msgstr "అనుమతి పదం తిరిగి మార్చు ఖాయం చెయండి" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"దయచేసి రక్షన కోసము, మీ పాత అనుమతి పదం ఇవ్వండి , కొత్త అనుమతి పదం రెండు సార్లు ఇవ్వండి , " +"ఎం దుకంటే మీరు తప్పు ఇస్తే సరిచేయటానికి " + +msgid "New password:" +msgstr "కొత్త సంకేతపదం:" + +msgid "Confirm password:" +msgstr "సంకేతపదాన్ని నిర్ధారించండి:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "మీ వాడుకరిపేరు, ఒక వేళ మీరు మర్చిపోయివుంటే:" + +msgid "Thanks for using our site!" +msgstr "మా సైటుని ఉపయోగిస్తున్నందుకు ధన్యవాదములు!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s జట్టు" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "ఈమెయిలు చిరునామా:" + +msgid "Reset my password" +msgstr "అనుమతిపదం తిరిగి అమర్చు" + +msgid "All dates" +msgstr "అన్నీ తేదీలు" + +#, python-format +msgid "Select %s" +msgstr "%s ని ఎన్నుకోండి" + +#, python-format +msgid "Select %s to change" +msgstr "%s ని మార్చటానికి ఎన్నుకోండి" + +msgid "Date:" +msgstr "తారీఖు:" + +msgid "Time:" +msgstr "సమయం:" + +msgid "Lookup" +msgstr "అంశ శోధన." + +msgid "Currently:" +msgstr "ప్రస్తుతం" + +msgid "Change:" +msgstr "మార్చు:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..92b65f1794ac8a4d3d74093edea919f0946ac91b GIT binary patch literal 1362 zcmah{J7^R^7+y8L*0&%Qii|}dAv~Cn4n@b#8a`H+)eH_?9CjzbBXCxP!mKE zAr^w55Tc0aMi8{nly)|1Co&c`Vxx_%-^^|j!NP%=Z@>9p-#6@+txeMo))wrY*fZGM zvG**)fi($S1)Kt|2i{Kkec%T08K4V%0bC1wlg8fxo50@#*8o4H{4;O`_*bCm`z^iy z0bB|G6KL{(15H0?x#LXZ+Xb5V0~BX~vp}Qw6R;ilE4^>Q(B0tYft!F6K%;vKxC?kU z#h1Ws;2%@|9k>I0Eryu7W}vBSPx%obWZ1PD=Vt7U*v9)hY=o^JQ@gOx()L*3kZ70j zW!@W>tXK1nP6uI`TE;m%#{7T{2b?rVPA?NB9yq;KDI-o8QGSgtvcLu+E=*>>A1EF= z$NVyP2K=({D^=y3l2YIpcZPUPj&bKq72ic!W)nDTG7Ld4@Cb$GYA}?eyrk&yGCjw` z$d|$+dkwPxtL38ai-$@F4 zy?mi9SIFg%NQd~CZ+b4}b<*5^n%__I9p1itTMo-T$s$FIArn!+lngy`f(hYAvs{T=kqS_S3GVJTq&A zhqO;SL6kkOj0~hPB8eqHbx_Q|KniXHSbDyL(8!wcAa83rEM- zbbLj}vwH5bj-TrIt&V5x_X|CDL&sA(eyrzi;>6EDkRIDyT$l=?<9mAUx{jZNAb3Z| z)3|%3<7eg$r_H&w*u-|8ww*Ebp^oQKb@i|CC6xas{ogQ@FNs9Mm$vm2J7xxa*4lzn zqY-{%>*$d+llX-n7&BrZ{E-bqK4PyE^NAIN;T3(6juT@aCOz?Dm#po1Gdy_^^Qx&q gOa^&^0rstpki~|RM!T7mwt}`~hS7=$N>XpmAAXDQy#N3J literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..cfa35a1e0b2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po @@ -0,0 +1,205 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ఆందుబాతులోఉన్న %s " + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "వడపోత" + +msgid "Choose all" +msgstr "అన్నీ ఎన్నుకోండి" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "తీసివేయండి" + +#, javascript-format +msgid "Chosen %s" +msgstr "ఎన్నుకున్న %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "ఇప్పుడు" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ఒక సమయము ఎన్నుకోండి" + +msgid "Midnight" +msgstr "ఆర్ధరాత్రి" + +msgid "6 a.m." +msgstr "6 a.m" + +msgid "Noon" +msgstr "మధ్యాహ్నము" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "రద్దు చేయు" + +msgid "Today" +msgstr "ఈనాడు" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "నిన్న" + +msgid "Tomorrow" +msgstr "రేపు" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "చూపించుము" + +msgid "Hide" +msgstr "దాచు" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..34085cb0f09a4c173aea86d153067c41fa1565ed GIT binary patch literal 15463 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 00000000000..dee2872666c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po @@ -0,0 +1,699 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mariusz Felisiak , 2020 +# Surush Sufiew , 2020 +# Surush Sufiew , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:53+0200\n" +"PO-Revision-Date: 2020-07-30 18:53+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Муваффақона нест сохтед %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Нест карда нашуд %(name)s" + +msgid "Are you sure?" +msgstr "Шумо рози ҳастед ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Нест сохтани интихобшудаҳо %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Маъмурият" + +msgid "All" +msgstr "Ҳама" + +msgid "Yes" +msgstr "Ҳа" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Номуайян" + +msgid "Any date" +msgstr "Санаи бефарқ" + +msgid "Today" +msgstr "Имрӯз" + +msgid "Past 7 days" +msgstr "7 рӯзи охир" + +msgid "This month" +msgstr "Моҳи ҷорӣ" + +msgid "This year" +msgstr "Соли ҷорӣ" + +msgid "No date" +msgstr "Сана ишора нашудааст" + +msgid "Has date" +msgstr "Сана ишора шудааст" + +msgid "Empty" +msgstr "Холӣ" + +msgid "Not empty" +msgstr "Холӣ нест" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Хоҳиш менамоем %(username)s ва рамзро дуруст ворид созед. Ҳарду майдон " +"метавонанд духура бошанд." + +msgid "Action:" +msgstr "Амал:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Боз якто %(verbose_name)s илова кардан" + +msgid "Remove" +msgstr "Нест кардан" + +msgid "Addition" +msgstr "Иловакунӣ" + +msgid "Change" +msgstr "Тағйир додан" + +msgid "Deletion" +msgstr "Несткунӣ" + +msgid "action time" +msgstr "вақти амал" + +msgid "user" +msgstr "истифодабаранда" + +msgid "content type" +msgstr "намуди контент" + +msgid "object id" +msgstr "идентификатори объект" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "намоиши объект" + +msgid "action flag" +msgstr "намуди амал" + +msgid "change message" +msgstr "хабар оиди тағйирот" + +msgid "log entry" +msgstr "қайд дар дафтар" + +msgid "log entries" +msgstr "қайдҳо дар дафтар" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Илова шуд \"%(object)s\"" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +msgid "LogEntry Object" +msgstr "Қайд дар дафтар" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "Илова шуд." + +msgid "and" +msgstr "ва" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Тағйир ёфт {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "Ягон майдон тағйир наёфт." + +msgid "None" +msgstr "Не" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "Шумо метавонед ин объектро дар поён аз нав тағйир диҳед." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Барои иҷрои амал лозим аст, ки объектро интихоб намоед. Тағйирот барои " +"объектҳо ворид нашуданд " + +msgid "No action selected." +msgstr "Ҳеҷ амал инихоб нашудааст." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Илова кардан %s" + +#, python-format +msgid "Change %s" +msgstr "Тағйир додан %s" + +#, python-format +msgid "View %s" +msgstr "Азназаргузаронӣ %s" + +msgid "Database error" +msgstr "Мушкилӣ дар базаи додаҳо" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Интихоб карда шуд 0 аз %(cnt)s " + +#, python-format +msgid "Change history: %s" +msgstr "Таърихи вориди тағйирот: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Несткунии объекти %(instance)s намуди %(class_name)s талаб мекунад, ки " +"объектҳои алоқамандшудаизерин низ нест карда шаванд: %(related_objects)s" + +msgid "Django site admin" +msgstr "Сомонаи маъмурии Django" + +msgid "Django administration" +msgstr "Маъмурияти Django" + +msgid "Site administration" +msgstr "Маъмурияти сомона" + +msgid "Log in" +msgstr "Ворид шудан" + +#, python-format +msgid "%(app)s administration" +msgstr "Маъмурияти барномаи «%(app)s»" + +msgid "Page not found" +msgstr "Саҳифа ёфт нашуд" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "Асосӣ" + +msgid "Server error" +msgstr "Мушкилӣ дар сервер" + +msgid "Server error (500)" +msgstr "Мушкилӣ дар сервер (500)" + +msgid "Server Error (500)" +msgstr "Мушкилӣ дар сервер (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Иҷрои амалҳои ихтихобшуда" + +msgid "Go" +msgstr "Иҷро кардан" + +msgid "Click here to select the objects across all pages" +msgstr "Барои интихоби объектҳо дар ҳамаи саҳифаҳо, инҷоро пахш намоед" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Интихоби ҳамаи %(module_name)s (%(total_count)s)" + +msgid "Clear selection" +msgstr "Бекоркунии интихоб" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Моелҳои барномаи %(name)s" + +msgid "Add" +msgstr "Илова кардан" + +msgid "View" +msgstr "Азназаргузаронӣ" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Ном ва рамзро ворид созед." + +msgid "Change password" +msgstr "Тағйир додани рамз" + +msgid "Please correct the error below." +msgstr "Хоҳишмандем, хатогии зеринро ислоҳ кунед." + +msgid "Please correct the errors below." +msgstr "Хоҳишмандем, хатогиҳои зеринро ислоҳ кунед." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Рамзи навро ворид созед %(username)s." + +msgid "Welcome," +msgstr "Марҳамат," + +msgid "View site" +msgstr "Гузариш ба сомона" + +msgid "Documentation" +msgstr "Ҳуҷҷатнигорӣ" + +msgid "Log out" +msgstr "Баромад" + +#, python-format +msgid "Add %(name)s" +msgstr "Дохил кардани %(name)s" + +msgid "History" +msgstr "Таърих" + +msgid "View on site" +msgstr "Дар сомона дидан" + +msgid "Filter" +msgstr "Поло(Filter)" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "Аз қайди навъҳо баровардан" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Бартарии навъҳо: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Навъҷудокунӣ дар дигар раванд" + +msgid "Delete" +msgstr "Нест кардан" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Нест кардани %(object_name)s '%(escaped_object)s' ба нестсозии объектҳои ба " +"он алоқаманд оварда мерасонад, аммо'ҳисоби корбарӣ'-и (аккаунт) шумо иҷозати " +"нестсозии объектҳои зеринро надорад:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Нестсозии %(object_name)s '%(escaped_object)s' талаб менамояд, ки " +"объектҳоиалоқаманди муҳофизатии зерин нест карда шаванд:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Шумо боварӣ доред, ки ин элементҳо нест карда шаванд: %(object_name)s " +"\"%(escaped_object)s\"? Ҳамаи объектҳои алоқаманди зерин низ нест карда " +"мешаванд:" + +msgid "Objects" +msgstr "Объектҳо" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "Не, баргаштан" + +msgid "Delete multiple objects" +msgstr "Нестсозии якчанд объектҳо" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Нест кардани %(objects_name)s ба нестсозии объектҳои ба он алоқаманд оварда " +"мерасонад, аммо'ҳисоби корбарӣ'-и (аккаунт) шумо иҷозати нестсозии объектҳои " +"зеринро надорад:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Нестсозии %(objects_name)s талаб менамояд, ки объектҳоиалоқаманди " +"муҳофизатии зерин нест карда шаванд:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Шумо боварӣ доред, ки ин элементҳо нест карда шаванд: %(objects_name)s? " +"Ҳамаи объектҳои алоқаманди зерин низ нест карда мешаванд:" + +msgid "Delete?" +msgstr "Нест кардан?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s" + +msgid "Summary" +msgstr "Мухтасар" + +msgid "Recent actions" +msgstr "Амалҳои охирин" + +msgid "My actions" +msgstr "Амалҳои ман" + +msgid "None available" +msgstr "Дастнорас" + +msgid "Unknown content" +msgstr "Шакли номуайян" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Шумо ба система ҳамчун %(username)s, ворид шудед, вале салоҳияти шумобарои " +"азназаргузарониисаҳифаи мазкур нокифоя аст. Шояд шумо мехоҳед бо истифода аз " +"дигар 'ҳисоби корбарӣ' вориди система шавед." + +msgid "Forgotten your password or username?" +msgstr "Рамз ё номро фаромӯш кардед?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Date/time" +msgstr "Сана ва вақт" + +msgid "User" +msgstr "Истифодабар" + +msgid "Action" +msgstr "Амал" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Ҳамаро нишон додан" + +msgid "Save" +msgstr "Ҳифз кардан" + +msgid "Popup closing…" +msgstr "Равзанаи иловагӣ пӯшида мешавад..." + +msgid "Search" +msgstr "Ёфтан" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ҳамаги" + +msgid "Save as new" +msgstr "Ҳамчун объекти нав ҳифз кардан" + +msgid "Save and add another" +msgstr "Ҳифз кардан ва объекти дигар илова кардан" + +msgid "Save and continue editing" +msgstr "Ҳифз кардан ва танзимотро давом додан" + +msgid "Save and view" +msgstr "Ҳифз кардан ва аз назар гузаронидан" + +msgid "Close" +msgstr "Пӯшидан" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Объекти интихобшударо тағйир додан: \"%(model)s\"" + +#, python-format +msgid "Add another %(model)s" +msgstr "Воридсозии боз як объекти \"%(model)s\"" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Объекти зерини интихобшударо нест кардан \"%(model)s\"" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Барои вақти дар ин сомона сарф кардаатон миннатдорем." + +msgid "Log in again" +msgstr "Аз нав ворид шудан" + +msgid "Password change" +msgstr "Тағйири рамз" + +msgid "Your password was changed." +msgstr "Рамзи шумо тағйир дода шуд." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "Тағйири рамзи ман" + +msgid "Password reset" +msgstr "Барқароркунии рамз" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Рамзи шумо ҳифз шуд. Акнун шумо метавонед ворид шавед." + +msgid "Password reset confirmation" +msgstr "Барқароркунии рамз тасдиқ карда шуд." + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Хоҳиш мекунем рамзи нави худро ду маротиба(бояд ҳарду мувофиқат кунанд) " +"дохил кунед." + +msgid "New password:" +msgstr "Рамзи нав:" + +msgid "Confirm password:" +msgstr "Рамзи тасдиқӣ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Суроға барои барқароркунии рамз нодуруст аст. Эҳтимол алакай як маротиба " +"истифода шудааст.Амали барқароркунии рамзро такрор намоед." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Шумо ин матубро гирифтед барои он, ки аз сомонаи %(site_name)s, ки бо ин " +"почтаи электронӣ алоқаманд аст,ба мо дархост барои барқароркунии рамз қабул " +"шуд." + +msgid "Please go to the following page and choose a new password:" +msgstr "Хоҳишмандем ба ин саҳифа гузаред ва рамзи навро ворид созед:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Барои аз сомонаи мо истифода карданатон сипосгузорем!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Гурӯҳи ташкили %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "Суроғаи почтаи электронӣ:" + +msgid "Reset my password" +msgstr "Барқароркунии рамзи ман" + +msgid "All dates" +msgstr "Ҳама санаҳо" + +#, python-format +msgid "Select %s" +msgstr "Интихоб кунед %s" + +#, python-format +msgid "Select %s to change" +msgstr "Интихоби %s барои тағйирот ворид сохтан " + +#, python-format +msgid "Select %s to view" +msgstr "Интихоби %s барои азназаргузаронӣ" + +msgid "Date:" +msgstr "Сана:" + +msgid "Time:" +msgstr "Вақт:" + +msgid "Lookup" +msgstr "Ҷустуҷӯ" + +msgid "Currently:" +msgstr "Ҷорӣ:" + +msgid "Change:" +msgstr "Тағйир додан:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c0655198bdb9c02abcbc3a8dcf7867058d9f539 GIT binary patch literal 5154 zcmc&#U2Ggz6}~{AjiEm@X`!@`8$;@(@veWQM(GBlrf%IP;3l#csz?E8ynDSn>Fmrh zKi>Eul9RM*RHU{k0n$>^zes>osADJCO>CzxJRl)-*G7Fp2!TL|7akBiBEIj=-M`qP zNFXuV*>CQdd(S=RJKwqU+dDRWN8lR3eJ}2d9};31*!vOu;o7@Nh>rmuwD=J4qZmJC z$D_bcV4SyO$6^_H3+#c#6BfS(?1KGe;AY@O;5Oh-f%gG_1-u#fcZ>f7a{rsKDIUeG zz?*eQt#_!qj`*!>n;8xh_ z>@L8azyLMr1>T17s|fOwz_)>ncLjgs{}y$AI_4DgBpASDt>P9mq5;2v*X_Y@4)yE7XJa{ zy3G&=aVroeu?-vB8@7sxurcD(s^A+CeB zt-vDi*C1^T?;k`FJ`B7CBolA9xW(dK7Voxruf=UZxG|alh~2nZ&(CvUFY4(txXDK! z?oZ?9)suqR&$gAZAT-l+tn=sW9MEt0;*dNvt}o!>emfxlmxI0K}XByL{4xVPg5#YSsL*=VO5$cuW~iTkr0?2%5kk_A)=`>Ubr ziTz0_iDI#T%5gns!c%fbB!(Topgb{L4uVKokdA!BiQ7hbx6(F>+ee;R8!6v7^W4Hy zG7eejSJR6$iHR47K&M3^|?v>0){7~{v? zq7nxk-`EZ&-n2NF_)3gAVWEuwX))>+eYaGO#S=l`<8LbU^F&Y+hYE2(pJQfg3yeUF zt7@Fi8!uyGzU)R4zqqWV=SGNqQaWvvW#y3|krijUk!2KAl$@BBk@8d_cKs5UR;242 z7Zbs8Iib9uCLO;>i!TeL!OoN2DfQjb2}4YpP;pIR4tI}hfy8nZWj73}$y_TU%jo2IGt-eV6_B;bD^O3@^gkB5h$aKyb1yKsl}A ztUT-~CsL_4>AU8O;yB}BASDYx$GI`}xax(86bDxqs%W+)I z_4U86mk6I$svA(3Q=y|=eI=}Xo&@bxi^%)qh z@o`Si*H70^)=vq24h!&rcR+qQ^m)Ckuj&=J(TjSyeo8OapV2G&l7tn`^<_P)mxX?V zU<@mA-NgE7yt|?=3;hy;`o8i1znF&DS^*(veHA-hLsB~;nL+X^v~@&XKZ6+vS?IHA zuw?25q;iQV>e(BnOXj4P(lvN)ZGlH@Lg%XsW-0Qy4wui=&)7xS9Vuspeyw3)ai$$$tmAn8ZTrCEVNyw&u}m5re&I0dq*#%rWNGCNLJ^t+XAM; z^99u6l(l2k`mE?{z11)yQPf$JQj2dY>^2xAFc9#KGhERk=4yX0IQ0Xki!7^n? zpb-P6we+2p`bU_$q*1#i1Y>rkOBT))rv5AfS=N{F3Ug-lLRxV+WA!9=tqdn{_2Dm{x^&H(;hu9#M)CZ-B(zjeUH2;52ccXGM zQLt?!j{}S9X(YH*HwvS?*(xBny=R*ZWQ3enpA>UVd+D>SbD*R2y{XX92dv~GDxB`V z2q&x%*fZUZR-&S5lH`#a)SpWa8Y2_-A_UK75Zx^~rQLdsDxp9+>d}6vAX|ijB+#^1 zjP6&z4JpAR7UCFa#%C5WNSrXI3`yNx-TEi1^Q<$%L)V)C`IxF1r!;vrS|(kR2i1BR zqG=b=<4|_ndERprQBm&eG`qUM&~BKF1kF}-WLmNF2xO!$Liy~K`m^Q`1R)iX#cH)ex7a+N#+kyV0FIqHH1f9kt&nx@2r%@T}I!Y_uYyl%Hi0TES*{kf7Hkq5G!LLy~ z!v=8;v9xU^^qU)U)5rawxhIZ+2^pO`M?|6WJ7kwkLe5>(~ZHK6NI0y rC2qBdXwuGX^4UD4&{lYB%90X=PyFi7a11~`__pH1i%*r%KNSB0rJvFS literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..b5f4fdb4280 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po @@ -0,0 +1,222 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Surush Sufiew , 2020 +# Surush Sufiew , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-11 20:56+0200\n" +"PO-Revision-Date: 2020-05-15 01:22+0000\n" +"Last-Translator: Surush Sufiew \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Дастрас %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ин руйхати %s - ҳои дастрас. Шумо метавонед якчандто аз инҳоро дар " +"майдонипоён бо пахши тугмаи \\'Интихоб кардан'\\ интихоб намоед." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Барои баровардани рӯйхати %s. -ҳои дастрас, ба воридсозии матни лозима шурӯъ " +"кунед" + +msgid "Filter" +msgstr "Поло" + +msgid "Choose all" +msgstr "Интихоби кулл" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Барои якбора интихоб намудани кулли %s инҷоро пахш намоед." + +msgid "Choose" +msgstr "интихоб кардан" + +msgid "Remove" +msgstr "Нест кардан" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s -ҳои интихобшуда" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Ин руйхати %s - ҳои интихобшуда. Шумо метавонед якчандто аз инҳоро дар " +"майдонипоён бо пахши тугмаи \\'Нест кардан'\\ нест созед." + +msgid "Remove all" +msgstr "Нест кардан ба таври кулл" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Пахш кунед барои якбора нест кардани ҳамаи %s." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Тағйиротҳои ҳифзнакардашуда дар майдони таҳрир мавҷуданд. Агаршумо иҷрои " +"амалро давом диҳед, онҳо нест хоҳанд шуд." + +msgid "" +"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." +msgstr "" +"Шумо амалро интихоб намудед, вале ҳануз тағйиротҳои ворид кардашуда ҳифз " +"нашудаанд.\"\n" +"\"Барои ҳифз намудани онҳо ба тугмаи 'ОК' пахш намоед.\"\n" +"\"Сипас шуморо лозим меояд, ки амалро такроран иҷро намоед" + +msgid "" +"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." +msgstr "" +"\"Шумо амалрор интихоб намудед, вале тағйирот ворид насохтед.\"\n" +"\"Эҳтимол шумо мехостед ба ҷои тугмаи \\'Ҳифз кардан'\\, аз тугмаи \\'Иҷро " +"кардан'\\ истифода намоед.\"\n" +"\"Агар чунин бошад, он гоҳ тугмаи \\'Инкор'\\ пахш кунед, то ки ба майдони " +"таҳриркунӣ баргардед.\"" + +msgid "Now" +msgstr "Ҳозир" + +msgid "Midnight" +msgstr "Нисфишабӣ" + +msgid "6 a.m." +msgstr "6-и саҳар" + +msgid "Noon" +msgstr "Нисфирӯзӣ" + +msgid "6 p.m." +msgstr "6-и бегоҳӣ" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Choose a Time" +msgstr "Вақтро интихоб кунед" + +msgid "Choose a time" +msgstr "Вақтро интихоб кунед" + +msgid "Cancel" +msgstr "Инкор" + +msgid "Today" +msgstr "Имрӯз" + +msgid "Choose a Date" +msgstr "Санаро интихоб кунед" + +msgid "Yesterday" +msgstr "Дирӯз" + +msgid "Tomorrow" +msgstr "Фардо" + +msgid "January" +msgstr "Январ" + +msgid "February" +msgstr "Феврал" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрел" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июн" + +msgid "July" +msgstr "Июл" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябр" + +msgid "October" +msgstr "Октябр" + +msgid "November" +msgstr "Ноябр" + +msgid "December" +msgstr "Декабр" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Я" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Д" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "С" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ч" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "П" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Ҷ" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Ш" + +msgid "Show" +msgstr "Нишон додан" + +msgid "Hide" +msgstr "Пинҳон кардан" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5beeadd17229f310c2706a2980fc0655d26906cb GIT binary patch literal 16394 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, 2011 +# Kowit Charoenratchatabhan , 2013-2014,2017-2019 +# piti118 , 2012 +# Suteepat Damrongyingsupab , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-09-17 01:31+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s ถูกลบเรียบร้อยแล้ว" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "ไม่สามารถลบ %(name)s" + +msgid "Are you sure?" +msgstr "แน่ใจหรือ" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "ลบ %(verbose_name_plural)s ที่เลือก" + +msgid "Administration" +msgstr "การจัดการ" + +msgid "All" +msgstr "ทั้งหมด" + +msgid "Yes" +msgstr "ใช่" + +msgid "No" +msgstr "ไม่ใช่" + +msgid "Unknown" +msgstr "ไม่รู้" + +msgid "Any date" +msgstr "วันไหนก็ได้" + +msgid "Today" +msgstr "วันนี้" + +msgid "Past 7 days" +msgstr "สัปดาห์ที่แล้ว" + +msgid "This month" +msgstr "เดือนนี้" + +msgid "This year" +msgstr "ปีนี้" + +msgid "No date" +msgstr "ไม่รวมวันที่" + +msgid "Has date" +msgstr "รวมวันที่" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "กรุณาใส่ %(username)s และรหัสผ่านให้ถูกต้อง มีการแยกแยะตัวพิมพ์ใหญ่-เล็ก" + +msgid "Action:" +msgstr "คำสั่ง :" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "เพิ่ม %(verbose_name)s อีก" + +msgid "Remove" +msgstr "ถอดออก" + +msgid "Addition" +msgstr "เพิ่ม" + +msgid "Change" +msgstr "เปลี่ยนแปลง" + +msgid "Deletion" +msgstr "ลบ" + +msgid "action time" +msgstr "เวลาลงมือ" + +msgid "user" +msgstr "ผู้ใช้" + +msgid "content type" +msgstr "content type" + +msgid "object id" +msgstr "อ็อบเจ็กต์ไอดี" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "action flag" + +msgid "change message" +msgstr "เปลี่ยนข้อความ" + +msgid "log entry" +msgstr "log entry" + +msgid "log entries" +msgstr "log entries" + +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +msgid "LogEntry Object" +msgstr "อ็อบเจ็กต์ LogEntry" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "เพิ่มแล้ว" + +msgid "and" +msgstr "และ" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "เปลี่ยน {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "ไม่มีฟิลด์ใดถูกเปลี่ยน" + +msgid "None" +msgstr "ไม่มี" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "คุณสามารถแก้ไขได้อีกครั้งด้านล่าง" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"ไม่มีรายการใดถูกเปลี่ยน\n" +"รายการจะต้องถูกเลือกก่อนเพื่อที่จะทำตามคำสั่งได้" + +msgid "No action selected." +msgstr "ไม่มีคำสั่งที่ถูกเลือก" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "เพิ่ม %s" + +#, python-format +msgid "Change %s" +msgstr "เปลี่ยน %s" + +#, python-format +msgid "View %s" +msgstr "ดู %s" + +msgid "Database error" +msgstr "เกิดความผิดพลาดที่ฐานข้อมูล" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(name)s จำนวน %(count)s อันได้ถูกเปลี่ยนแปลงเรียบร้อยแล้ว." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ได้ถูกเลือก" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "เลือก 0 จาก %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "เปลี่ยนแปลงประวัติ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"กำลังลบ %(class_name)s %(instance)s จะต้องมีการลบอ็อบเจ็คต์ป้องกันที่เกี่ยวข้อง : " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "ผู้ดูแลระบบ Django" + +msgid "Django administration" +msgstr "การจัดการ Django" + +msgid "Site administration" +msgstr "การจัดการไซต์" + +msgid "Log in" +msgstr "เข้าสู่ระบบ" + +#, python-format +msgid "%(app)s administration" +msgstr "การจัดการ %(app)s" + +msgid "Page not found" +msgstr "ไม่พบหน้านี้" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "หน้าหลัก" + +msgid "Server error" +msgstr "เซิร์ฟเวอร์ขัดข้อง" + +msgid "Server error (500)" +msgstr "เซิร์ฟเวอร์ขัดข้อง (500)" + +msgid "Server Error (500)" +msgstr "เซิร์ฟเวอร์ขัดข้อง (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "รันคำสั่งที่ถูกเลือก" + +msgid "Go" +msgstr "ไป" + +msgid "Click here to select the objects across all pages" +msgstr "คลิกที่นี่เพื่อเลือกอ็อบเจ็กต์จากหน้าทั้งหมด" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "เลือกทั้งหมด %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "เคลียร์ตัวเลือก" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "กรุณาใส่ชื่อผู้ใช้และรหัสผ่าน" + +msgid "Change password" +msgstr "เปลี่ยนรหัสผ่าน" + +msgid "Please correct the error below." +msgstr "กรุณาแก้ไขข้อผิดพลาดด้านล่าง" + +msgid "Please correct the errors below." +msgstr "กรุณาแก้ไขข้อผิดพลาดด้านล่าง" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ใส่รหัสผ่านใหม่สำหรับผู้ใช้ %(username)s." + +msgid "Welcome," +msgstr "ยินดีต้อนรับ," + +msgid "View site" +msgstr "ดูที่หน้าเว็บ" + +msgid "Documentation" +msgstr "เอกสารประกอบ" + +msgid "Log out" +msgstr "ออกจากระบบ" + +#, python-format +msgid "Add %(name)s" +msgstr "เพิ่ม %(name)s" + +msgid "History" +msgstr "ประวัติ" + +msgid "View on site" +msgstr "ดูที่หน้าเว็บ" + +msgid "Filter" +msgstr "ตัวกรอง" + +msgid "Remove from sorting" +msgstr "เอาออกจาก sorting" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ลำดับการ sorting: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "เปิด/ปิด sorting" + +msgid "Delete" +msgstr "ลบ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"กำลังดำเนินการลบ %(object_name)s '%(escaped_object)s'และจะแสดงผลการลบ " +"แต่บัญชีของคุณไม่สามารถทำการลบข้อมูลชนิดนี้ได้" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"การลบ %(object_name)s '%(escaped_object)s' จำเป็นจะต้องลบอ็อบเจ็กต์ที่เกี่ยวข้องต่อไปนี้:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"คุณแน่ใจหรือที่จะลบ %(object_name)s \"%(escaped_object)s\"?" +"ข้อมูลที่เกี่ยวข้องทั้งหมดจะถูกลบไปด้วย:" + +msgid "Objects" +msgstr "อ็อบเจ็กต์" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "ไม่ พาฉันกลับ" + +msgid "Delete multiple objects" +msgstr "ลบหลายอ็อบเจ็กต์" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"การลบ %(objects_name)s ที่เลือก จะทำให้อ็อบเจ็กต์ที่เกี่ยวข้องถูกลบไปด้วย " +"แต่บัญชีของคุณไม่มีสิทธิ์ที่จะลบอ็อบเจ็กต์ชนิดนี้" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "การลบ %(objects_name)s ที่ถูกเลือก จำเป็นจะต้องลบอ็อบเจ็กต์ที่เกี่ยวข้องต่อไปนี้:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"คุณแน่ใจหรือว่า ต้องการลบ %(objects_name)s ที่ถูกเลือก? เนื่องจากอ็อบเจ็กต์ " +"และรายการที่เกี่ยวข้องทั้งหมดต่อไปนี้จะถูกลบด้วย" + +msgid "View" +msgstr "ดู:" + +msgid "Delete?" +msgstr "ลบ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " โดย %(filter_title)s " + +msgid "Summary" +msgstr "สรุป" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "โมเดลในแอป %(name)s" + +msgid "Add" +msgstr "เพิ่ม" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "การกระทำล่าสุด" + +msgid "My actions" +msgstr "การกระทำของฉัน" + +msgid "None available" +msgstr "ไม่ว่าง" + +msgid "Unknown content" +msgstr "ไม่ทราบเนื้อหา" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"คุณได้ลงชื่อเป็น %(username)s แต่ไม่ได้รับอนุญาตให้เข้าถึงหน้านี้ " +"คุณต้องการลงชื่อเข้าใช้บัญชีอื่นหรือไม่?" + +msgid "Forgotten your password or username?" +msgstr "ลืมรหัสผ่านหรือชื่อผู้ใช้ของคุณหรือไม่" + +msgid "Date/time" +msgstr "วันที่/เวลา" + +msgid "User" +msgstr "ผู้ใช้" + +msgid "Action" +msgstr "คำสั่ง" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "แสดงทั้งหมด" + +msgid "Save" +msgstr "บันทึก" + +msgid "Popup closing…" +msgstr "ปิดป๊อปอัป ..." + +msgid "Search" +msgstr "ค้นหา" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s ผลลัพธ์" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ทั้งหมด" + +msgid "Save as new" +msgstr "บันทึกใหม่" + +msgid "Save and add another" +msgstr "บันทึกและเพิ่ม" + +msgid "Save and continue editing" +msgstr "บันทึกและกลับมาแก้ไข" + +msgid "Save and view" +msgstr "บันทึกและดู" + +msgid "Close" +msgstr "ปิด" + +#, python-format +msgid "Change selected %(model)s" +msgstr "เปลี่ยนแปลง %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "เพิ่ม %(model)sอีก" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "ลบ %(model)s" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ขอบคุณที่สละเวลาอันมีค่าให้กับเว็บไซต์ของเราในวันนี้" + +msgid "Log in again" +msgstr "เข้าสู่ระบบอีกครั้ง" + +msgid "Password change" +msgstr "เปลี่ยนรหัสผ่าน" + +msgid "Your password was changed." +msgstr "รหัสผ่านของคุณถูกเปลี่ยนไปแล้ว" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "เปลี่ยนรหัสผ่านของฉัน" + +msgid "Password reset" +msgstr "ตั้งค่ารหัสผ่านใหม่" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "รหัสผ่านของคุณได้รับการตั้งค่าแล้ว คุณสามารถเข้าสู่ระบบได้ทันที" + +msgid "Password reset confirmation" +msgstr "การยืนยันตั้งค่ารหัสผ่านใหม่" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "กรุณาใส่รหัสผ่านใหม่สองครั้ง เพื่อตรวจสอบว่าคุณได้พิมพ์รหัสอย่างถูกต้อง" + +msgid "New password:" +msgstr "รหัสผ่านใหม่:" + +msgid "Confirm password:" +msgstr "ยืนยันรหัสผ่าน:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"การตั้งรหัสผ่านใหม่ไม่สำเร็จ เป็นเพราะว่าหน้านี้ได้ถูกใช้งานไปแล้ว กรุณาทำการตั้งรหัสผ่านใหม่อีกครั้ง" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"คุณได้รับอีเมล์ฉบับนี้ เนื่องจากคุณส่งคำร้องขอเปลี่ยนรหัสผ่านสำหรับบัญชีผู้ใช้ของคุณที่ %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "กรุณาไปที่หน้านี้และเลือกรหัสผ่านใหม่:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "ขอบคุณสำหรับการใช้งานเว็บไซต์ของเรา" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ทีม" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "อีเมล:" + +msgid "Reset my password" +msgstr "ตั้งรหัสผ่านของฉันใหม่" + +msgid "All dates" +msgstr "ทุกวัน" + +#, python-format +msgid "Select %s" +msgstr "เลือก %s" + +#, python-format +msgid "Select %s to change" +msgstr "เลือก %s เพื่อเปลี่ยนแปลง" + +#, python-format +msgid "Select %s to view" +msgstr "เลือก %s เพื่อดู" + +msgid "Date:" +msgstr "วันที่ :" + +msgid "Time:" +msgstr "เวลา :" + +msgid "Lookup" +msgstr "ดูที่" + +msgid "Currently:" +msgstr "ปัจจุบัน:" + +msgid "Change:" +msgstr "เปลี่ยนเป็น:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..71eff638706d0be66e2132078894b7ca48f1b3cd GIT binary patch literal 6250 zcmd6qU2Ggz6~_k}XmO#CLR&rxy`z9O(l>R?_PT+ot?2} zX8rM$CRB00R0-m=NvqO2p`;(Glmt>{C8Qz{JXAb06`8Y50kR@CICC)`q=3N30fLFl^co#wCeH9dcAC$NgARlL%hwwZE z3eOXu#F+!HHp)cz*`Bf`0{N-klg<1n&W5-X(AX+{w$&gYV?{9(WJq zYx($J`S=b)Rj{7hkAk0N zd=C5~_y#ER{*dD}@EeT(4L%4yKoQ5mLGU2>7ASG=y$ep@22jR(K&Ch@DEWijei)QI zFXZ-1x&4ozo1CAaAPac;RDvS4~uz83N^ zZDFo&@)Vv@d%2LqT+*YW$2#r}+z)e$&dBeq=T_XJ?*O-)3#+;1Dsf9cJi;w~C)bxP zIQ<~)YW9)TLN4Sr`&zzBKS}S>Is{x7Ykz&L!ZEdaT{TGfia}QsUAykPP0B4ciq0lA zA+UWS@_c7|bG#WR&h|;y^W9NjtJSeH=mu5oJA?HwjCBsmRXg0IYgF+XU8AIX~;fV+uihMoZZbpJHu{Nt@E65hP_(gjn@?gz(D!Y(nF<Mh$C31t*`4|QSR@bnwlym65AWo)8gK5SJwtVpWC0*``7mk?;75@pu<41 z)HfIgi4Ne$7A>npPbd8ozUu{Br8lEkC)<8d87gd9@RM9)Ix6f8s$q?Ds;st*dP#>P zG3tFIelv3Y!cZ7B;<5@R%rM?IuvOWw+e%yeIzOjbdMrz?Wa;6hzqncY7WS-lBunSB zbT(@}lcguJ)^Yru<=&moTC-Vt&M}V6c*6ufZ%pZ%S^66ZA~8w#EHRzcahAT2rB|~S z9GGx5OW)2?CbY1Sf^VcJ>uYB6VH=sjZ;j)Uah6`p(#stR3yvlT@325UkC+F!?mMA( z*(}*IhveL1+RqEy1)3dZvcjCU$?ywdE$e){C%^nu8yR}@WUZgF6eHDz1r|bn&Pati z7ZK_DdC>EU&A>N4hi@g-S*xy*xm`mOGBxFU)l`;+N(r*`Y}PsjzcXfx_@rhXaG1q< zGS@=dMM`g9E((e>*5?-5#W>PLNKQgB;GTCE5ojK3GOd-R@c5i< zpUTo#+CJ!HEqsBf>#(u=f> zZ3x>61f=z>uO-T`-59bb%^BFjdCr^+@Mp@btqxYx0b(M=F;mX2gGd&EoxWR=L#hcQ zc($`jb9Bv>l+@~YCL|z@+iUG@L_o`i;JmVSlStOekW-spBtrX8>MSXJNjRG$Sgq>e zyGj|N6o-y)_ldAaJy~=QiJKHtc5+KX^ei;}Xi2TSA1-F6E&hL0wUl}CIehcNQa#(q zwq0eLu&d}ITRTdz=mooMUOePbq2#merlEPwkC4{5bsDw3t2U;BIT3Nyz+ew3RfA<8S}KxPJ8>XhnAYD, 2011 +# Kowit Charoenratchatabhan , 2011-2012,2018 +# Perry Roper , 2017 +# Suteepat Damrongyingsupab , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:50+0200\n" +"PO-Revision-Date: 2018-05-06 07:50+0000\n" +"Last-Translator: Kowit Charoenratchatabhan \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%sที่มีอยู่" + +#, javascript-format +msgid "" +"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." +msgstr "" +"นี่คือรายการที่ใช้ได้ของ %s คุณอาจเลือกบางรายการโดยการเลือกไว้ในกล่องด้านล่างแล้วคลิกที่ปุ่ม " +"\"เลือก\" ระหว่างสองกล่อง" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "พิมพ์ลงในช่องนี้เพื่อกรองรายการที่ใช้ได้ของ %s" + +msgid "Filter" +msgstr "ตัวกรอง" + +msgid "Choose all" +msgstr "เลือกทั้งหมด" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "คลิกเพื่อเลือก %s ทั้งหมดในครั้งเดียว" + +msgid "Choose" +msgstr "เลือก" + +msgid "Remove" +msgstr "ลบออก" + +#, javascript-format +msgid "Chosen %s" +msgstr "%sที่ถูกเลือก" + +#, javascript-format +msgid "" +"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." +msgstr "" +"นี่คือรายการที่ถูกเลือกของ %s คุณอาจเอาบางรายการออกโดยการเลือกไว้ในกล่องด้านล่างแล้วคลิกที่ปุ่ม " +"\"เอาออก\" ระหว่างสองกล่อง" + +msgid "Remove all" +msgstr "เอาออกทั้งหมด" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "คลิกเพื่อเอา %s ออกทั้งหมดในครั้งเดียว" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s จาก %(cnt)s selected" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"คุณยังไม่ได้บันทึกการเปลี่ยนแปลงในแต่ละฟิลด์ ถ้าคุณเรียกใช้คำสั่ง " +"ข้อมูลที่ไม่ได้บันทึกการเปลี่ยนแปลงของคุณจะหายไป" + +msgid "" +"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." +msgstr "" +"คุณได้เลือกคำสั่ง แต่คุณยังไม่ได้บันทึกการเปลี่ยนแปลงของคุณไปยังฟิลด์ กรุณาคลิก OK เพื่อบันทึก " +"คุณจะต้องเรียกใช้คำสั่งใหม่อีกครั้ง" + +msgid "" +"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." +msgstr "" +"คุณได้เลือกคำสั่งและคุณยังไม่ได้ทำการเปลี่ยนแปลงใด ๆ ในฟิลด์ คุณอาจมองหาปุ่มไปมากกว่าปุ่มบันทึก" + +msgid "Now" +msgstr "ขณะนี้" + +msgid "Midnight" +msgstr "เที่ยงคืน" + +msgid "6 a.m." +msgstr "หกโมงเช้า" + +msgid "Noon" +msgstr "เที่ยงวัน" + +msgid "6 p.m." +msgstr "หกโมงเย็น" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "หมายเหตุ: เวลาคุณเร็วกว่าเวลาบนเซิร์ฟเวอร์อยู่ %s ชั่วโมง." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "หมายเหตุ: เวลาคุณช้ากว่าเวลาบนเซิร์ฟเวอร์อยู่ %s ชั่วโมง." + +msgid "Choose a Time" +msgstr "เลือกเวลา" + +msgid "Choose a time" +msgstr "เลือกเวลา" + +msgid "Cancel" +msgstr "ยกเลิก" + +msgid "Today" +msgstr "วันนี้" + +msgid "Choose a Date" +msgstr "เลือกวัน" + +msgid "Yesterday" +msgstr "เมื่อวาน" + +msgid "Tomorrow" +msgstr "พรุ่งนี้" + +msgid "January" +msgstr "มกราคม" + +msgid "February" +msgstr "กุมภาพันธ์" + +msgid "March" +msgstr "มีนาคม" + +msgid "April" +msgstr "เมษายน" + +msgid "May" +msgstr "พฤษภาคม" + +msgid "June" +msgstr "มิถุนายน" + +msgid "July" +msgstr "กรกฎาคม" + +msgid "August" +msgstr "สิงหาคม" + +msgid "September" +msgstr "กันยายน" + +msgid "October" +msgstr "ตุลาคม" + +msgid "November" +msgstr "พฤศจิกายน" + +msgid "December" +msgstr "ธันวาคม" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "อา." + +msgctxt "one letter Monday" +msgid "M" +msgstr "จ." + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "อ." + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "พ." + +msgctxt "one letter Thursday" +msgid "T" +msgstr "พฤ." + +msgctxt "one letter Friday" +msgid "F" +msgstr "ศ." + +msgctxt "one letter Saturday" +msgid "S" +msgstr "ส." + +msgid "Show" +msgstr "แสดง" + +msgid "Hide" +msgstr "ซ่อน" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fd8f0e1f0afe507ea27be1c1e16eeca3376d4de3 GIT binary patch literal 2845 zcmZ{l%a0UA9LGyR)bWKNC=ay&fgQ1Dm*truNLbzpEE{$p8V^`AUE5PT)!k!NHA@d6 zA<@JB0ho9I_d*~Zycwd&F41)6U}B6nFNOn&#)B8VXf!c?f8D*iEQyt={!~?0{p$DX z-`rod{9}f;1AQa9dyKII;CGMXf%fGx#-0Sf0_puXCGUeTWBw1g0$jbEv8TZG;Pc=X z5U<#9xxN>C4)a6cTJQ`==X~%*umcW&SHbPzZEzjFR0k?t<+zHZsx4|m-IamRI1Zn>R5I^=C9wg@vko5l>Bsu?%5~)9Jo7Al#bg49Ov1Qrm*Q8J%pWMmA8}P$17?I#04m z9yPKD;bE`Q1dZ%^1^o@0puLH{Iv*7}Zo-&iPj*$yb&4rRCtp&2qA}S^ZEJ!2J7I@gPQ_839rk@LqS&>i;adkTNz;t2ycmg4RxQ1h zKEFb5qe>tPo^#!RfAQ91hVE>*mWs8DQscD={PtRIg|3Uxo6mDj9>9; z6sE|0_n5Gb@55?p*_f8XN-iS@hr{c<6&nMspi^R{DNII0eBKq-PQ}LO6S3ifTPG$a zxM;QFByu$l=@RFK<4pvQ7e3*kNO==7afN4PWD$W&vc}HIFuo+&c+zS~YbO$|;s4wx z5` z@IDW5p+NLn5C)^UOS_WkI3N!g1sU_>loeUTl|Mf+vTGQ5g^ih*63;v3dl#g!l)2oW zL|Vj^bFv#7=bf>E^1YEHuwEms^UBy+@0`4(XsdS=saEI1LpyhQL%Y44y(BErF5!QJlF`ZCGe4y=Iw>~&1y4@NQ z8;+ikmusy!94xe&hc1r~y3Sy=a^}>TV~hIltPNF;6khQf@JgLKdD#tiwNTLk4)+-= z-NEyXU@7wxdk;Lqf;5n)7d*7o6y#IRAje3IDCK?!-E46 z-*k}gtRASalhVkJbagf&`ZIxeo0_b^?z?`|1Ccg3XIx%jWz9ZC*H4%SWN; zJX8v-%H{;iK5A=(h@G-pM!xEBa@c~$b;iB%qrf*XLLdt)t@;jFowdyQtim*WCvv>yBT-Nt-bsl z_p@7?jmQ1zPKpW=WV1`_=@h, 2022 +# Natalia, 2024 +# Resul , 2024 +# Rovshen Tagangylyjov, 2024 +# Welbeck Garli , 2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:05+0000\n" +"Last-Translator: Natalia, 2024\n" +"Language-Team: Turkmen (http://app.transifex.com/django/django/language/" +"tk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tk\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "%(verbose_name_plural)s saýlanany poz" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d%(items)süstünlikli pozuldy." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Pozmak amala aşyrylyp bilinmedi %(name)s" + +msgid "Are you sure?" +msgstr "Siz dowam etmekçimi?" + +msgid "Administration" +msgstr "Administrasiýa" + +msgid "All" +msgstr "Ählisi" + +msgid "Yes" +msgstr "Hawa" + +msgid "No" +msgstr "Ýok" + +msgid "Unknown" +msgstr "Näbelli" + +msgid "Any date" +msgstr "Islendik sene" + +msgid "Today" +msgstr "Şu gün" + +msgid "Past 7 days" +msgstr "Soňky 7 gün" + +msgid "This month" +msgstr "Şu aý" + +msgid "This year" +msgstr "Şu ýyl" + +msgid "No date" +msgstr "Senesiz" + +msgid "Has date" +msgstr "Senesi bar" + +msgid "Empty" +msgstr "Boş" + +msgid "Not empty" +msgstr "Boş däl" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Administratiw bolmadyk hasap üçin dogry %(username)s we parol ulanmagyňyzy " +"sizden haýyş edýäris. Giriziljek maglumatlaryň harp ýalňyşsyz bolmagyny göz " +"öňünde tutmagy unutmaň." + +msgid "Action:" +msgstr "Hereket:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Başga %(verbose_name)s goş" + +msgid "Remove" +msgstr "Aýyr" + +msgid "Addition" +msgstr "Goşmak" + +msgid "Change" +msgstr "Üýtget" + +msgid "Deletion" +msgstr "Pozmaklyk" + +msgid "action time" +msgstr "hereket wagty" + +msgid "user" +msgstr "ulanyjy" + +msgid "content type" +msgstr "mazmun görnüşi" + +msgid "object id" +msgstr "obýekt id-sy" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "obýekt repr-y" + +msgid "action flag" +msgstr "hereket belligi" + +msgid "change message" +msgstr "Habarnamany üýtget" + +msgid "log entry" +msgstr "Giriş habarnamasy" + +msgid "log entries" +msgstr "giriş habarnamalary" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" goşuldy" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "\"%(object)s\" üýtgedildi - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" pozuldy." + +msgid "LogEntry Object" +msgstr "GirişHabarnamasy Obýekty" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Goşuldy {name} “{object}”." + +msgid "Added." +msgstr "Goşuldy." + +msgid "and" +msgstr "we" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} üýtgedildi." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +#, python-format +msgid "View %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "Breadcrumbs" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "View" +msgstr "" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Set password" +msgstr "" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +msgid "Disable password-based authentication" +msgstr "" + +msgid "Enable password-based authentication" +msgstr "" + +msgid "Skip to main content" +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Hide counts" +msgstr "" + +msgid "Show counts" +msgstr "" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Toggle theme (current theme: auto)" +msgstr "" + +msgid "Toggle theme (current theme: light)" +msgstr "" + +msgid "Toggle theme (current theme: dark)" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Added:" +msgstr "" + +msgid "Changed:" +msgstr "" + +msgid "Deleted:" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Toggle navigation" +msgstr "" + +msgid "Sidebar" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "Select all objects on this page for an action" +msgstr "" + +msgid "All dates" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dd056786003b2db7dab197945f2c69e7bcdafdc2 GIT binary patch literal 18754 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 r&C?+cIu$6@p&C*Fs*xy, 2013 +# Cihad GÜNDOĞDU , 2012 +# Cihad GÜNDOĞDU , 2014 +# Cihan Okyay , 2014 +# Jannis Leidel , 2011 +# Mesut Can Gürle , 2013 +# Murat Sahin , 2011 +# Yigit Guler , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: BouRock, 2015-2025\n" +"Language-Team: Turkish (http://app.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Seçili %(verbose_name_plural)s nesnelerini sil" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d adet %(items)s başarılı olarak silindi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s silinemiyor" + +msgid "Delete multiple objects" +msgstr "Birden fazla nesneyi sil" + +msgid "Administration" +msgstr "Yönetim" + +msgid "All" +msgstr "Tümü" + +msgid "Yes" +msgstr "Evet" + +msgid "No" +msgstr "Hayır" + +msgid "Unknown" +msgstr "Bilinmiyor" + +msgid "Any date" +msgstr "Herhangi bir tarih" + +msgid "Today" +msgstr "Bugün" + +msgid "Past 7 days" +msgstr "Son 7 gün" + +msgid "This month" +msgstr "Bu ay" + +msgid "This year" +msgstr "Bu yıl" + +msgid "No date" +msgstr "Tarih yok" + +msgid "Has date" +msgstr "Tarih var" + +msgid "Empty" +msgstr "Boş" + +msgid "Not empty" +msgstr "Boş değil" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Lütfen görevli hesabı için %(username)s ve parolanızı doğru girin. İki " +"alanın da büyük küçük harfe duyarlı olabildiğini unutmayın." + +msgid "Action:" +msgstr "Eylem:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Başka bir %(verbose_name)s ekle" + +msgid "Remove" +msgstr "Kaldır" + +msgid "Addition" +msgstr "Ekleme" + +msgid "Change" +msgstr "Değiştir" + +msgid "Deletion" +msgstr "Silme" + +msgid "action time" +msgstr "eylem zamanı" + +msgid "user" +msgstr "kullanıcı" + +msgid "content type" +msgstr "içerik türü" + +msgid "object id" +msgstr "nesne kimliği" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "nesne kodu" + +msgid "action flag" +msgstr "eylem işareti" + +msgid "change message" +msgstr "iletiyi değiştir" + +msgid "log entry" +msgstr "günlük girdisi" + +msgid "log entries" +msgstr "günlük girdisi" + +#, python-format +msgid "Added “%(object)s”." +msgstr "“%(object)s” eklendi." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "“%(object)s” değiştirildi — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“%(object)s” silindi." + +msgid "LogEntry Object" +msgstr "LogEntry Nesnesi" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” eklendi." + +msgid "Added." +msgstr "Eklendi." + +msgid "and" +msgstr "ve" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}” için {fields} değiştirildi." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} değiştirildi." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} “{object}” silindi." + +msgid "No fields changed." +msgstr "Değiştirilen alanlar yok." + +msgid "None" +msgstr "Hiçbiri" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Birden fazla seçmek için “Ctrl” veya Mac’teki “Command” tuşuna basılı tutun." + +msgid "Select this object for an action - {}" +msgstr "Bir eylem için bu nesneyi seç - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” başarılı olarak eklendi." + +msgid "You may edit it again below." +msgstr "Aşağıdan bunu tekrar düzenleyebilirsiniz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” başarılı olarak eklendi. Aşağıda başka bir {name} " +"ekleyebilirsiniz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” başarılı olarak değiştirildi. Aşağıda tekrar " +"düzenleyebilirsiniz." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” başarılı olarak değiştirildi. Aşağıda başka bir {name} " +"ekleyebilirsiniz." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” başarılı olarak değiştirildi." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Bunlar üzerinde eylemlerin uygulanması için öğeler seçilmek zorundadır. Hiç " +"öğe değiştirilmedi." + +msgid "No action selected." +msgstr "Seçilen eylem yok." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” başarılı olarak silindi." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "“%(key)s” kimliği olan %(name)s mevcut değil. Belki silinmiş midir?" + +#, python-format +msgid "Add %s" +msgstr "%s ekle" + +#, python-format +msgid "Change %s" +msgstr "%s değiştir" + +#, python-format +msgid "View %s" +msgstr "%s göster" + +msgid "Database error" +msgstr "Veritabanı hatası" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s adet %(name)s başarılı olarak değiştirildi." +msgstr[1] "%(count)s adet %(name)s başarılı olarak değiştirildi." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s nesne seçildi" +msgstr[1] "Tüm %(total_count)s nesne seçildi" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 / %(cnt)s nesne seçildi" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "Change history: %s" +msgstr "Değişiklik geçmişi: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s silinmesi aşağıda korunan ilgili nesnelerin de " +"silinmesini gerektirecektir: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django site yöneticisi" + +msgid "Django administration" +msgstr "Django yönetimi" + +msgid "Site administration" +msgstr "Site yönetimi" + +msgid "Log in" +msgstr "Oturum aç" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s yönetimi" + +msgid "Page not found" +msgstr "Sayfa bulunamadı" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Üzgünüz, istediğiniz sayfa bulunamadı." + +msgid "Home" +msgstr "Giriş" + +msgid "Server error" +msgstr "Sunucu hatası" + +msgid "Server error (500)" +msgstr "Sunucu hatası (500)" + +msgid "Server Error (500)" +msgstr "Sunucu Hatası (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Bir hata oluştu. Site yöneticilerine e-posta yoluyla bildirildi ve kısa süre " +"içinde düzeltilecektir. Sabrınız için teşekkür ederiz." + +msgid "Run the selected action" +msgstr "Seçilen eylemi çalıştır" + +msgid "Go" +msgstr "Git" + +msgid "Click here to select the objects across all pages" +msgstr "Tüm sayfalardaki nesneleri seçmek için buraya tıklayın" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Tüm %(total_count)s %(module_name)s nesnelerini seç" + +msgid "Clear selection" +msgstr "Seçimi temizle" + +msgid "Breadcrumbs" +msgstr "İçerik haritaları" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s uygulamasındaki modeller" + +msgid "Model name" +msgstr "Model adı" + +msgid "Add link" +msgstr "Bağlantı ekle" + +msgid "Change or view list link" +msgstr "Liste bağlantısını değiştir veya görüntüle" + +msgid "Add" +msgstr "Ekle" + +msgid "View" +msgstr "Göster" + +msgid "You don’t have permission to view or edit anything." +msgstr "Hiçbir şeyi düzenlemek ve göstermek için izne sahip değilsiniz." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Bir kullanıcı oluşturduktan sonra, daha fazla kullanıcı seçeneğini " +"düzenleyebileceksiniz." + +msgid "Error:" +msgstr "Hata:" + +msgid "Change password" +msgstr "Parolayı değiştir" + +msgid "Set password" +msgstr "Parola ayarla" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Lütfen aşağıdaki hatayı düzeltin." +msgstr[1] "Lütfen aşağıdaki hataları düzeltin." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s kullanıcısı için yeni bir parola girin." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Bu eylem, bu kullanıcı için parola tabanlı kimlik doğrulaması " +"etkinleştirecektir." + +msgid "Disable password-based authentication" +msgstr "Parola tabanlı kimlik doğrulamasını etkisizleştir" + +msgid "Enable password-based authentication" +msgstr "Parola tabanlı kimlik doğrulamasını etkinleştir" + +msgid "Skip to main content" +msgstr "Ana içeriğe atla" + +msgid "Welcome," +msgstr "Hoş Geldiniz," + +msgid "View site" +msgstr "Siteyi göster" + +msgid "Documentation" +msgstr "Belgeler" + +msgid "Log out" +msgstr "Oturumu kapat" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ekle" + +msgid "History" +msgstr "Geçmiş" + +msgid "View on site" +msgstr "Sitede görüntüle" + +msgid "Filter" +msgstr "Süz" + +msgid "Hide counts" +msgstr "Sayıları gizle" + +msgid "Show counts" +msgstr "Sayıları göster" + +msgid "Clear all filters" +msgstr "Tüm süzgeçleri temizle" + +msgid "Remove from sorting" +msgstr "Sıralamadan kaldır" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sıralama önceliği: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sıralamayı değiştir" + +msgid "Toggle theme (current theme: auto)" +msgstr "Temayı değiştir (şu anki tema: otomatik)" + +msgid "Toggle theme (current theme: light)" +msgstr "Temayı değiştir (şu anki tema: açık)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Temayı değiştir (şu anki tema: koyu)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' nesnesinin silinmesi, ilgili nesnelerin " +"silinmesi ile sonuçlanacak, ancak hesabınız aşağıdaki nesnelerin türünü " +"silmek için izine sahip değil." + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' nesnesinin silinmesi, aşağıda korunan " +"ilgili nesnelerin silinmesini gerektirecek:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" nesnesini silmek istediğinize emin " +"misiniz? Aşağıdaki ilgili öğelerin tümü silinecektir:" + +msgid "Objects" +msgstr "Nesneler" + +msgid "Yes, I’m sure" +msgstr "Evet, eminim" + +msgid "No, take me back" +msgstr "Hayır, beni geri götür" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Seçilen %(objects_name)s nesnelerinin silinmesi, ilgili nesnelerin silinmesi " +"ile sonuçlanacak, ancak hesabınız aşağıdaki nesnelerin türünü silmek için " +"izine sahip değil." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Seçilen %(objects_name)s nesnelerinin silinmesi, aşağıda korunan ilgili " +"nesnelerin silinmesini gerektirecek:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Seçilen %(objects_name)s nesnelerini silmek istediğinize emin misiniz? " +"Aşağıdaki nesnelerin tümü ve onların ilgili öğeleri silinecektir:" + +msgid "Delete?" +msgstr "Silinsin mi?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s süzgecine göre" + +msgid "Summary" +msgstr "Özet" + +msgid "Recent actions" +msgstr "Son eylemler" + +msgid "My actions" +msgstr "Eylemlerim" + +msgid "None available" +msgstr "Mevcut değil" + +msgid "Added:" +msgstr "Eklendi:" + +msgid "Changed:" +msgstr "Değiştirildi:" + +msgid "Deleted:" +msgstr "Silindi:" + +msgid "Unknown content" +msgstr "Bilinmeyen içerik" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Veritabanı kurulumunuz ile ilgili birşeyler yanlış. Uygun veritabanı " +"tablolarının oluşturulduğundan ve veritabanının uygun kullanıcı tarafından " +"okunabilir olduğundan emin olun." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s olarak kimlik doğrulamanız yapıldı, ancak bu sayfaya erişmek " +"için yetkili değilsiniz. Farklı bir hesapla oturum açmak ister misiniz?" + +msgid "Forgotten your login credentials?" +msgstr "Oturum açma kimlik bilgilerinizi mi unuttunuz?" + +msgid "Toggle navigation" +msgstr "Gezinmeyi aç/kapat" + +msgid "Sidebar" +msgstr "Kenar çubuğu" + +msgid "Start typing to filter…" +msgstr "Süzmek için yazmaya başlayın..." + +msgid "Filter navigation items" +msgstr "Gezinti öğelerini süz" + +msgid "Date/time" +msgstr "Tarih/saat" + +msgid "User" +msgstr "Kullanıcı" + +msgid "Action" +msgstr "Eylem" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "giriş" +msgstr[1] "giriş" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Bu nesne değişme geçmişine sahip değil. Muhtemelen bu yönetici sitesi " +"aracılığıyla eklenmedi." + +msgid "Show all" +msgstr "Tümünü göster" + +msgid "Save" +msgstr "Kaydet" + +msgid "Popup closing…" +msgstr "Açılır pencere kapanıyor…" + +msgid "Search" +msgstr "Ara" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s sonuç" +msgstr[1] "%(counter)s sonuç" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "toplam %(full_result_count)s" + +msgid "Save as new" +msgstr "Yeni olarak kaydet" + +msgid "Save and add another" +msgstr "Kaydet ve başka birini ekle" + +msgid "Save and continue editing" +msgstr "Kaydet ve düzenlemeye devam et" + +msgid "Save and view" +msgstr "Kaydet ve göster" + +msgid "Close" +msgstr "Kapat" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Seçilen %(model)s değiştir" + +#, python-format +msgid "Add another %(model)s" +msgstr "Başka bir %(model)s ekle" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Seçilen %(model)s sil" + +#, python-format +msgid "View selected %(model)s" +msgstr "Seçilen %(model)s görüntüle" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Bugün web sitesine ayırdığınız kaliteli zaman için teşekkür ederiz." + +msgid "Log in again" +msgstr "Tekrar oturum aç" + +msgid "Password change" +msgstr "Parola değiştime" + +msgid "Your password was changed." +msgstr "Parolanız değiştirildi." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Güvenliğiniz için, lütfen eski parolanızı girin, ve ondan sonra yeni " +"parolanızı iki kere girin böylece doğru olarak yazdığınızı doğrulayabilelim." + +msgid "Change my password" +msgstr "Parolamı değiştir" + +msgid "Password reset" +msgstr "Parolayı sıfırla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Parolanız ayarlandı. Şimdi devam edebilir ve oturum açabilirsiniz." + +msgid "Password reset confirmation" +msgstr "Parola sıfırlama onayı" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Lütfen yeni parolanızı iki kere girin böylece böylece doğru olarak " +"yazdığınızı doğrulayabilelim." + +msgid "New password:" +msgstr "Yeni parola:" + +msgid "Confirm password:" +msgstr "Parolayı onayla:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Parola sıfırlama bağlantısı geçersiz olmuş, çünkü zaten kullanılmış. Lütfen " +"yeni bir parola sıfırlama isteyin." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Eğer girdiğiniz e-posta ile bir hesabınız varsa, parolanızın ayarlanması " +"için size talimatları e-posta ile gönderdik. En kısa sürede almalısınız." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Eğer bir e-posta almadıysanız, lütfen kayıt olurken girdiğiniz adresi " +"kullandığınızdan emin olun ve istenmeyen mesajlar klasörünü kontrol edin." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Bu e-postayı alıyorsunuz çünkü %(site_name)s sitesindeki kullanıcı hesabınız " +"için bir parola sıfırlama istediniz." + +msgid "Please go to the following page and choose a new password:" +msgstr "Lütfen şurada belirtilen sayfaya gidin ve yeni bir parola seçin:" + +msgid "In case you’ve forgotten, you are:" +msgstr "Unutmuş olmanız durumunda, siz:" + +msgid "Thanks for using our site!" +msgstr "Sitemizi kullandığınız için teşekkürler!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ekibi" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Parolanızı mı unuttunuz? Aşağıya e-posta adresinizi girin ve yeni bir tane " +"ayarlamak için talimatları e-posta ile gönderelim." + +msgid "Email address:" +msgstr "E-posta adresi:" + +msgid "Reset my password" +msgstr "Parolamı sıfırla" + +msgid "Select all objects on this page for an action" +msgstr "Bir eylem için bu sayfadaki tüm nesneleri seç" + +msgid "All dates" +msgstr "Tüm tarihler" + +#, python-format +msgid "Select %s" +msgstr "%s seç" + +#, python-format +msgid "Select %s to change" +msgstr "Değiştirmek için %s seçin" + +#, python-format +msgid "Select %s to view" +msgstr "Göstermek için %s seçin" + +msgid "Date:" +msgstr "Tarih:" + +msgid "Time:" +msgstr "Saat:" + +msgid "Lookup" +msgstr "Arama" + +msgid "Currently:" +msgstr "Şu anda:" + +msgid "Change:" +msgstr "Değiştir:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..73fb0badfe9b26cb11aab9bd947596cff2f3dbdd GIT binary patch literal 5561 zcmb`Le{38_6~_lSN@HlDKPZ9HWNK<^Q{UQg>ioEnG`3^s=Ore-rj7bXnY$g|O>TGQ znB8@9MnX^_QhrECpz=eYSg1%55)yTU@&{N#)m_RzfCNGUi2xF!5`R>vNbm;|5`5q8 zobN{>tC3iF_OtKJ?9AKu-n^USPxt3uVz`QEA4dE9+Zn5ZZ{%>p_2ONO?FGLG9s*wl z-$xzqVhoS$KF96gJ0b6M@(B1I$m34l4=zAH4Bi7?c6`b4Wyf{!e)Rtg+y?#zyc@jf z_&P}I{@w9kApY2Ya3hm*7);y-l0El=?*JbJ@yE8~M(;lg(zsFZSuhWlz%PLKV}HPn z-uo*^^ZyMb``-k~{=G1c?3@RoV$XtPufUDwuRFa3$&ODu`Ewx6_a*QE_%*Nq{tCn& z+cuQ(0q_dsN5F4^8(;%``rV8@1it3@M{qmje>(XdIQ@f=9|J!C9&++ICpSPE|04Jy z@OzFMAieiHkmmn~)vdghr#;W7@Gp8>HYU+x%gY~5y-VTL#2@=NZg3qNx-VPjA&}vut#?-h{7{{$pIyz2Bn zcluvD{@(Tf8Qh0)uY;6lJ1`kiiJb>&Js+e3pulV3f5GpA*AOJi|7Q?H;&YDAJ60U4 zj&+diF-}fEn!oAf&p7!7Ctr5_vg21BzwY==$L~0qZrWs_0Z@#f(F;6 zHS{s?Q8daAy2uYRXp~R8(I(J#q9NtklV}v@&b0#%l#i6dv=1qEN7449(KU@Wji(8de2tCaES- z%w|@E3It~5BN3Yux*`KMS2HFe1ur+9!Ae(oT$3Re+NTHY^z_V!vloWBu-07U)?!vPn#P_sM&lOC0zYpOSf74#%_NqKniM|8Es}Oc zT25wqw;vnb$zWcVH3b*Gm1%E3bS3-z)8-;OQ;7|^;;anK%ALe3dtoqMZW@tA!AZSQ zSQ2q!$#F}v5ocyBC8;M%wZul$Q!?2-G?WUgl*mloY)Gy&GBU0yq?Nfu*}0rXj{D}K zPV*>GQA|D;Jvr&I(jC3qW3R`ak-p9hI4>h43E4)Gt_iqnbEME*RA`fpr`g?f1N2`$ z`|X&A!k17td8Hybl0rc5 zcdSR;wZv>tTbZ{>W?kkQuj{u&XN%t6A<|cIT24BiIli2lOw;u^I<h-xpP3DI@`xNpikY&(;Oc9JJM{;A!+;6o$SrgLw`?}zd7V_pMEp3 za(LS835||xJT0#|+z0h(!OfxW4s>)%S`H5bU7aGA!^1$AD|9(A6ijHF1KQIlG*o_bco^t%)hGuJ^lX-k9G;lbh_H;Y9XG?;tLwzHSJw?_ zpVmdQSJw??pSBamUS&@V*`hTU@Uxsh?&r@*8=)2yxPJi~-VB|U4P)bcF{&y*Kbuse ze908}(Bhf=SxG<0M(64Gt-z-yckRwkKAE4I=97C1)BB&8#5HtEL~*`kg^mId8(ZMB zCOK;=^>G?MoyTp@IBxs#G_@N~Q`2}wR})c{`H~c2ftM0nS5b|R*5bHPn3xcah8NR> zYFS?LDkhxBEbSn0uTR8wVr-~*yg1+erd{6T&>XTE4P zKVND!kRc{fm=&e2y_Smel zydt?v*2wQ*UTiYHfs_>;iyDDiP%vbyPEWkQG1;&idA&Mc-HzxdkqItoS_OF zRW+$3_(c)1((owRK!ze@7W+i|^tEa=Jw^S$Mpy4->cPP$1wJN(KU9d^o3E?z_K~cM z00G3e4@UE3*0E(kJMnRo^hShtbQFQipYzS2wGm_vW{c9^SfgqSv#LmQcAf&Dk)DWS zHw!r(n^NEM2r=!ZbUESmBu=sfm%J%f@wV4z!5zNZx-4Ll2+M*UA%iGeWfR*d%|;6Q zDxIN_OQ8 Sga3+H#AKKYGqEL1!~O>x@dTLw literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..3c1cc9dff7d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po @@ -0,0 +1,315 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# BouRock, 2015-2016,2019-2023,2025 +# BouRock, 2014 +# Jannis Leidel , 2011 +# Metin Amiroff , 2011 +# Murat Çorlu , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: BouRock, 2015-2016,2019-2023,2025\n" +"Language-Team: Turkish (http://app.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mevcut %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Bunları seçerek %s seçin ve ardından \"Seç\" ok düğmesine tıklayın." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Mevcut %s listesini süzmek için bu kutu içine yazın." + +msgid "Filter" +msgstr "Süzgeç" + +#, javascript-format +msgid "Choose all %s" +msgstr "Tüm %s seç" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Seçilen %s seç" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Seçilen %s kaldır" + +#, javascript-format +msgid "Chosen %s" +msgstr "Seçilen %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Bunları seçerek %s kaldırın ve ardından \"Kaldır\" ok düğmesine tıklayın." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Seçilen %s listesini süzmek için bu kutu içine yazın." + +msgid "(click to clear)" +msgstr "(temizlemek için tıklayın)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Tüm %s kaldır" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s seçilen seçenek görünür değil" +msgstr[1] "%s seçilen seçenek görünür değil" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s / %(cnt)s seçildi" +msgstr[1] "%(sel)s / %(cnt)s seçildi" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Bireysel düzenlenebilir alanlarda kaydedilmemiş değişiklikleriniz var. Eğer " +"bir eylem çalıştırırsanız, kaydedilmemiş değişiklikleriniz kaybolacaktır." + +msgid "" +"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." +msgstr "" +"Bir eylem seçtiniz, ancak değişikliklerinizi tek tek alanlara kaydetmediniz. " +"Kaydetmek için lütfen TAMAM düğmesine tıklayın. Eylemi yeniden çalıştırmanız " +"gerekecek." + +msgid "" +"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." +msgstr "" +"Bir eylem seçtiniz, ancak tek tek alanlarda herhangi bir değişiklik " +"yapmadınız. Muhtemelen Kaydet düğmesi yerine Git düğmesini arıyorsunuz." + +msgid "Now" +msgstr "Şimdi" + +msgid "Midnight" +msgstr "Geceyarısı" + +msgid "6 a.m." +msgstr "Sabah 6" + +msgid "Noon" +msgstr "Öğle" + +msgid "6 p.m." +msgstr "6 ö.s." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Not: Sunucu saatinin %s saat ilerisindesiniz." +msgstr[1] "Not: Sunucu saatinin %s saat ilerisindesiniz." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Not: Sunucu saatinin %s saat gerisindesiniz." +msgstr[1] "Not: Sunucu saatinin %s saat gerisindesiniz." + +msgid "Choose a Time" +msgstr "Bir Saat Seçin" + +msgid "Choose a time" +msgstr "Bir saat seçin" + +msgid "Cancel" +msgstr "İptal" + +msgid "Today" +msgstr "Bugün" + +msgid "Choose a Date" +msgstr "Bir Tarih Seçin" + +msgid "Yesterday" +msgstr "Dün" + +msgid "Tomorrow" +msgstr "Yarın" + +msgid "January" +msgstr "Ocak" + +msgid "February" +msgstr "Şubat" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Nisan" + +msgid "May" +msgstr "Mayıs" + +msgid "June" +msgstr "Haziran" + +msgid "July" +msgstr "Temmuz" + +msgid "August" +msgstr "Ağustos" + +msgid "September" +msgstr "Eylül" + +msgid "October" +msgstr "Ekim" + +msgid "November" +msgstr "Kasım" + +msgid "December" +msgstr "Aralık" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Oca" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Şub" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Mar" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Nis" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Haz" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Tem" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Ağu" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Eyl" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Eki" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Kas" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Ara" + +msgid "Sunday" +msgstr "Pazar" + +msgid "Monday" +msgstr "Pazartesi" + +msgid "Tuesday" +msgstr "Salı" + +msgid "Wednesday" +msgstr "Çarşamba" + +msgid "Thursday" +msgstr "Perşembe" + +msgid "Friday" +msgstr "Cuma" + +msgid "Saturday" +msgstr "Cumartesi" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Paz" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pzt" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Sal" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Çrş" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Per" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Cum" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Cmt" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "P" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Pt" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "S" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ç" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Pe" + +msgctxt "one letter Friday" +msgid "F" +msgstr "C" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Ct" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6bfde60aa116c04fa307a7b732fb9f8aaa7b01c7 GIT binary patch literal 12952 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, 2011 +# v_ildar , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s уңышлы рәвештә бетерелгән." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s бетереп булмады" + +msgid "Are you sure?" +msgstr "Сез инанып карар кылдыгызмы?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Сайланган %(verbose_name_plural)s бетерергә" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Барысы" + +msgid "Yes" +msgstr "Әйе" + +msgid "No" +msgstr "Юк" + +msgid "Unknown" +msgstr "Билгесез" + +msgid "Any date" +msgstr "Теләсә нинди көн һәм вакыт" + +msgid "Today" +msgstr "Бүген" + +msgid "Past 7 days" +msgstr "Соңгы 7 көн" + +msgid "This month" +msgstr "Бу ай" + +msgid "This year" +msgstr "Бу ел" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Гамәл:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Тагын бер %(verbose_name)s өстәргә" + +msgid "Remove" +msgstr "Бетерергә" + +msgid "action time" +msgstr "гамәл вакыты" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "объект идентификаторы" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "объект фаразы" + +msgid "action flag" +msgstr "гамәл тибы" + +msgid "change message" +msgstr "үзгәрү белдерүе" + +msgid "log entry" +msgstr "журнал язмасы" + +msgid "log entries" +msgstr "журнал язмалары" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "һәм" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Үзгәртелгән кырлар юк." + +msgid "None" +msgstr "Юк" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Элементар өстеннән гамәл кылу өчен алар сайланган булырга тиеш. Элементлар " +"үзгәртелмәгән." + +msgid "No action selected." +msgstr "Гамәл сайланмаган." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" уңышлы рәвештә бетерелгән." + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s өстәргә" + +#, python-format +msgid "Change %s" +msgstr "%s үзгәртергә" + +msgid "Database error" +msgstr "Бирелмәләр базасы хатасы" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s уңышлы рәвештә үзгәртелгән." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s сайланган" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Барлык %(cnt)s объектан 0 сайланган" + +#, python-format +msgid "Change history: %s" +msgstr "Үзгәртү тарихы: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django сайты идарәсе" + +msgid "Django administration" +msgstr "Django идарәсе" + +msgid "Site administration" +msgstr "Сайт идарәсе" + +msgid "Log in" +msgstr "Керергә" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Сәхифә табылмаган" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Кызганычка каршы, соралган сәхифә табылмады." + +msgid "Home" +msgstr "Башбит" + +msgid "Server error" +msgstr "Сервер хатасы" + +msgid "Server error (500)" +msgstr "Сервер хатасы (500)" + +msgid "Server Error (500)" +msgstr "Сервер хатасы (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Сайланган гамәлне башкарырга" + +msgid "Go" +msgstr "Башкарырга" + +msgid "Click here to select the objects across all pages" +msgstr "Барлык сәхифәләрдә булган объектларны сайлау өчен монда чирттерегез" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Бөтен %(total_count)s %(module_name)s сайларга" + +msgid "Clear selection" +msgstr "Сайланганлыкны алырга" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Баштан логин һәм серсүзне кертегез. Аннан соң сез кулланучы турында күбрәк " +"мәгълүматне төзәтә алырсыз." + +msgid "Enter a username and password." +msgstr "Логин һәм серсүзне кертегез." + +msgid "Change password" +msgstr "Серсүзне үзгәртергә" + +msgid "Please correct the error below." +msgstr "Зинһар, биредәге хаталарны төзәтегез." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s кулланучы өчен яңа серсүзне кертегез." + +msgid "Welcome," +msgstr "Рәхим итегез," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Документация" + +msgid "Log out" +msgstr "Чыгарга" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s өстәргә" + +msgid "History" +msgstr "Тарих" + +msgid "View on site" +msgstr "Сайтта карарга" + +msgid "Filter" +msgstr "Филтер" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Бетерергә" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' бетереүе аның белән бәйләнгән " +"объектларның бетерелүенә китерә ала, әмма сезнең хисап язмагызның киләсе " +"объект тибларын бетерү өчен хокуклары җитми:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' бетерүе киләсе сакланган объектларның " +"бетерелүен таләп итә:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Сез инанып %(object_name)s \"%(escaped_object)s\" бетерергә телисезме? " +"Барлык киләсе бәйләнгән объектлар да бетерелер:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Әйе, мин инандым" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Берничә объектны бетерергә" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Сайланган %(objects_name)s бетерүе аның белән бәйләнгән объектларның " +"бетерелүенә китерә ала, әмма сезнең хисап язмагызның киләсе объект тибларын " +"бетерү өчен хокуклары җитми:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s бетерүе киләсе аның белән бәйләнгән сакланган объектларның " +"бетерелүен таләп итә:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Сез инанып %(objects_name)s бетерергә телисезме? Барлык киләсе объектлар һәм " +"алар белән бәйләнгән элементлар да бетерелер:" + +msgid "Change" +msgstr "Үзгәртергә" + +msgid "Delete?" +msgstr "Бетерергә?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s буенча" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Өстәргә" + +msgid "You don't have permission to edit anything." +msgstr "Төзәтү өчен хокукларыгыз җитми." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Тарих юк" + +msgid "Unknown content" +msgstr "Билгесез тип" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Сезнең бирелмәләр базасы дөрес итем көйләнмәгән. Тиешле җәдвәлләр төзелгәнен " +"һәм тиешле кулланучының хокуклары җитәрлек булуын тикшерегез." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Көн һәм вакыт" + +msgid "User" +msgstr "Кулланучы" + +msgid "Action" +msgstr "Гамәл" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Әлеге объектның үзгәртү тарихы юк. Бу идарә итү сайты буенча өстәлмәгән " +"булуы ихтимал." + +msgid "Show all" +msgstr "Бөтенесен күрсәтергә" + +msgid "Save" +msgstr "Сакларга" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Эзләргә" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s нәтиҗә" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "барлыгы %(full_result_count)s" + +msgid "Save as new" +msgstr "Яңа объект итеп сакларга" + +msgid "Save and add another" +msgstr "Сакларга һәм бүтән объектны өстәргә" + +msgid "Save and continue editing" +msgstr "Сакларга һәм төзәтүне дәвам итәргә" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Сайтыбызда үткәргән вакыт өчен рәхмәт." + +msgid "Log in again" +msgstr "Тагын керергә" + +msgid "Password change" +msgstr "Серсүзне үзгәртү" + +msgid "Your password was changed." +msgstr "Серсүзегез үзгәртелгән." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Хәвефсезлек сәбәпле, зинһар, үзегезнең иске серсүзне кертегез, аннан яңа " +"серсүзне ике тапкыр кертегез (дөрес язылышын тикшерү өчен)." + +msgid "Change my password" +msgstr "Серсүземне үзгәртергә" + +msgid "Password reset" +msgstr "Серсүзне торгызу" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Серсүзегез үзгәртелгән. Сез хәзер керә аласыз." + +msgid "Password reset confirmation" +msgstr "Серсүзне торгызу раслау" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Зинһар, тикшерү өчен яңа серсүзегезне ике тапкыр кертегез." + +msgid "New password:" +msgstr "Яңа серсуз:" + +msgid "Confirm password:" +msgstr "Серсүзне раслагыз:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Серсүзне торгызу өчен сылтама хаталы. Бәлки аның белән инде кулланганнар. " +"Зинһар, серсүзне тагын бер тапкыр торгызып карагыз." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Зинһар, бу сәхифәгә юнәлегез һәм яңа серсүзне кертегез:" + +msgid "Your username, in case you've forgotten:" +msgstr "Сезнең кулланучы исемегез (оныткан булсагыз):" + +msgid "Thanks for using our site!" +msgstr "Безнең сайтны куллану өчен рәхмәт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s сайтының төркеме" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "Эл. почта адресы:" + +msgid "Reset my password" +msgstr "Серсүземне торгызырга" + +msgid "All dates" +msgstr "Бөтен көннәр" + +#, python-format +msgid "Select %s" +msgstr "%s сайлагыз" + +#, python-format +msgid "Select %s to change" +msgstr "Үзгәртү өчен %s сайлагыз" + +msgid "Date:" +msgstr "Көн:" + +msgid "Time:" +msgstr "Вакыт:" + +msgid "Lookup" +msgstr "Эзләү" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..16af5a0237f0815d2689f5dc2bd5d16e01743128 GIT binary patch literal 2607 zcmb7E-ES0C6dx5oSicbQ!T5E=G=MO(yA=v-#V8dNq0+#r;f3UO=kD&n?94iIx21^> z{fH?EYQShBO-#g(2Yiqc*c2$$7hm+nJ8j~lk^jL5-}HCx?6%t$Nt|}(H|O4a&iS3+ zIkSJPU-P+z>j~UX zhJ@#fL0?i=Z1sttBz>!|8iuhXLCUMiMawrEu?+a+e$Q7jvflJuY4v+<;8m*1dOHjQ zJcg|!vK9_W>u444#n2Tac-F!wf_Y5FaO9<9VS}n-NG{SP5s)Y;FATQf)uoZvfnbxO zns7lV7@<;C1Qm&L1M&jb8}i(S@Tu%c-;EtY%uSJ`dK3<#rV;YP@T3=1s2oP5s*>Ia zX|SOboFf677m<{Ajxv*U&$%--99l*#hNmGLEs|5=YH~Cpl|uu*6p*&$d!>_f_#ojV z`=`u(p8|c&wEH3{xQF)Z zLdgPk=kh&vZik)UN!>3M^4(i=-MJhN+DGJ&$1#`A?X+{d?fh=a_Y}70x8`tV4vARV z#YhCPFH{&6=q(WhUQCB12G6IL!3O55zA+syD2K1WC#W<;McPFvY6U6^B_i5fRjOXd zW`~D|9mVmyvOMLK!df=1s11J0IjdB5OQ!!o|GuT#^G+_)7Y0fO;51T4aY~+2*}5;h zpqG0e#Zv8gr?}tVwRDbim1Sh_3reAjQ7q7|K~F7`L=2S~@Eeiv?fqd?iwhLgjT!IB z_fq=0C)b<7x14_5dO8`!J(ir&bNHLqbNKGlpMYcx=5;;Gi~0&bE&W9@nv5@;Hw#Vb zvGi997n2W@v4!)=IO%K2xNgGX3ZLNbTK}ML;BT6eNhClFxSv5nyjl8FguDTBoH{aH z!MPbrpKBd8ygK&Vz86+fGugh?*Ys@iQ8J#4TKZCQS~qc?ZxFKd*9#ZHDw*IC(vr}a&bB4H7eG}nlp;@z| z5`C2w;c97q7W+2|!d}!ftRzBX2^82xUk2IJtRfa}BHE&(L;9SFd_!O3$eeE@@Po~GYLME3V?1SHTn$)*18qH-JF$9&<(AcKvXjg?PCbd{RW4tKvrYM`5%RE zBd(ikLUhy6%d9V_;vq>(xQY$P^k3?rq*l4Bv^m>~fJ#%{Q&lDiBRdJMbNq{GL|+s~ z&n=u!1?Ryt-GRtwAyoQlAlr}g->hmX#>pIpN@)c=VEU)Dj%5w(P|ghE8Lk{d%XLG# zDY#v4#aO9AM-5=ZgMjYxK(88`R87bS?zf%7&XF<#no75E2DA{-n<&z37|E8U!)(s* X_rzaOdrm3&#E{{RO@dTw{2c3FJ%44c literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..36e7c72eb03 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po @@ -0,0 +1,208 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Рөхсәт ителгән %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Фильтр" + +msgid "Choose all" +msgstr "Барысын сайларга" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Бетерергә" + +#, javascript-format +msgid "Chosen %s" +msgstr "Сайланган %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s арасыннан %(sel)s сайланган" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Кайбер кырларда сакланмаган төзәтүләр кала. Сез гамәлне башкарсагыз, сезнең " +"сакланмаган үзгәртүләр югалачаклар." + +msgid "" +"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." +msgstr "" +"Сез гамәлне сайладыгыз, әмма кайбер кырлардагы төзәтүләрне сакламадыгыз. " +"Аларны саклау өчен OK төймәсенә басыгыз. Аннан соң гамәлне тагын бер тапкыр " +"башкарырга туры килер." + +msgid "" +"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." +msgstr "" +"Сез гамәлне сайладыгыз һәм төзәтүләрне башкармадыгыз. Бәлки сез \"Сакларга\" " +"төймәсе урынына \"Башкарырга\" төймәсен кулланырга теләдегез." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "Хәзер" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Вакыт сайлагыз" + +msgid "Midnight" +msgstr "Төн уртасы" + +msgid "6 a.m." +msgstr "Иртәнге 6" + +msgid "Noon" +msgstr "Төш" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Юкка чыгарырга" + +msgid "Today" +msgstr "Бүген" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Кичә" + +msgid "Tomorrow" +msgstr "Иртәгә" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Күрсәтергә" + +msgid "Hide" +msgstr "Яшерергә" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d51b11a4aa85e6eee5a332d21fe6d8f20315b151 GIT binary patch literal 622 zcmZ9IL2J}N6vs!c3PC*d>|u^dnN6ZdmswZD-4?1{TuN5-IBwo%rzSIDX5!YXy;Mb1 zP&^9t3wWqETff2t?|v3vvc-ZAe)-Q!{_o9u`Lnw6nP6N*t|3F@GLj=r93YpF*Qfdc zwfX)9xqy5{KAj`v8|o_3Jx|CL)Q6~7QJUO7k4dh01^oAqNL! zqMj?gP~<6CGB$b_rjBi;>@gTCwc<40MYj%ipwz~(kUkHk>{X zN=Zw%L8g$?J2(xd_wqLFNHx=Uu|{Q;$bcmv3Qi|!Q5i?C&z&oI7%mozj%ymq8SHhY zx(LhVnl>!M<#u6y+99mcBD@idwniIge<1Ee!9Xhq3MYG6;))LTTv+Bpsve!rg|XoJ zlVp>1&wR~=GcasJO?4_&#%cGNbpJ->6mJT~d1XY-Hnk}%r>bmI+mCy6dF)5MfcV3D r-~aO8>sR%g`n^B)C*=20yrlQ!{(csQ!x`k&}{NBl?s!yl8sF+;lc literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 00000000000..df03f5f74ba --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,606 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "" + +msgid "Yes" +msgstr "Бен" + +msgid "No" +msgstr "" + +msgid "Unknown" +msgstr "Тодымтэ" + +msgid "Any date" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "" + +msgid "This year" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "object id" +msgstr "" + +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-format +msgid "Changed %s." +msgstr "" + +msgid "and" +msgstr "" + +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Ӵушоно" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Тупатъяно" + +msgid "Remove" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent Actions" +msgstr "" + +msgid "My Actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +msgid "(None)" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..af7ab53bb6735a670114ecf738e973e4f5831251 GIT binary patch literal 462 zcmYLF!A=4(5XI3XRZ0i%-OX{0*q65Q_gE^1WDJ@WHy?s z(z*aspXn5ys?0-d1&L;_F$|oN0k!ZfgA(ML@is6HyhAt_tkYziF%-gFedyZrpt}Xm zfVHtj@S7$>L=)))#7-KY%V3=#FVYz8$wcW?<>VgIVELHu%9b`u`+z+rt7N7iRZRJY5?j!6zow@p-ET+pKL=W+1-*=>\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dd2fae9f7e25b5654f72f4c1f369d1acaa1082fd GIT binary patch literal 23170 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 lIsCbey`-SyeiI9Mf>E-DJ`~PVer(OU6 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.po new file mode 100644 index 00000000000..cf224321029 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.po @@ -0,0 +1,794 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# abdl erkin <84247764@qq.com>, 2018 +# ABDULLA , 2014 +# Abduqadir Abliz , 2023-2024 +# Azat, 2023,2025 +# Murat Orhun , 2023 +# Natalia, 2023 +# Serpidin Uyghur, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Azat, 2023,2025\n" +"Language-Team: Uyghur (http://app.transifex.com/django/django/language/ug/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ug\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "تاللانغان%(verbose_name_plural)sنى ئۆچۈر" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d%(items)sمۇۋەپپەقىيەتلىك ئۆچۈرۈلدى" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)sنى ئۆچۈرەلمەيدۇ" + +msgid "Delete multiple objects" +msgstr "كۆپ ئوبىيكتنى ئ‍ۆچۈرۈش" + +msgid "Administration" +msgstr "باشقۇرۇش" + +msgid "All" +msgstr "ھەممىسى" + +msgid "Yes" +msgstr "ھەئە" + +msgid "No" +msgstr "ياق" + +msgid "Unknown" +msgstr "نامەلۇم" + +msgid "Any date" +msgstr "خالىغان چېسلا" + +msgid "Today" +msgstr "بۈگۈن" + +msgid "Past 7 days" +msgstr "ئۆتكەن 7 كۈن" + +msgid "This month" +msgstr "بۇ ئاي" + +msgid "This year" +msgstr "بۇ يىل" + +msgid "No date" +msgstr "چېسلا يوق" + +msgid "Has date" +msgstr "ۋاقتى بار " + +msgid "Empty" +msgstr "بوش" + +msgid "Not empty" +msgstr "بوش ئەمەس" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Please enter the correct %(username)s and password for a staff account. " +"دىققەت ھەر ئىككى بۆلەك چوڭ كىچىك يېزىلىشنى پەرقلەندۈرۈشى مۇمكىن." + +msgid "Action:" +msgstr "ھەرىكەت:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "باشقا %(verbose_name)sنى قوشۇش" + +msgid "Remove" +msgstr "چىقىرىۋەت" + +msgid "Addition" +msgstr "قوشۇش" + +msgid "Change" +msgstr "ئۆزگەرتىش" + +msgid "Deletion" +msgstr "ئۆچۈر" + +msgid "action time" +msgstr "مەشغۇلات ۋاقتى" + +msgid "user" +msgstr "ئىشلەتكۈچى" + +msgid "content type" +msgstr "مەزمۇن تىپى" + +msgid "object id" +msgstr "ئوبىيكىت كىملىكى" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "ئوبيېكت ۋەكىلى" + +msgid "action flag" +msgstr "ھەرىكەت بايرىقى" + +msgid "change message" +msgstr "ئۇچۇرنى ئۆزگەرتىش" + +msgid "log entry" +msgstr "خاتىرە تۈرى" + +msgid "log entries" +msgstr "خاتىرە تۈرلىرى" + +#, python-format +msgid "Added “%(object)s”." +msgstr "%(object)sقوشۇلدى" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "%(object)s%(changes)s گە ئۆزگەرتىلدى" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "%(object)sئۆچۈرۈلدى" + +msgid "LogEntry Object" +msgstr "خاتىرە تۈرى ئوبيېكتى" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} “{object}” قا قوشۇلدى" + +msgid "Added." +msgstr "قوشۇلدى." + +msgid "and" +msgstr "ۋە" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} “{object}” نىڭ {fields} ئۆزگەرتىلدى" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "ئۆزگەرگەن {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "ئۆچۈرۈلگەن {name} “{object}”" + +msgid "No fields changed." +msgstr "ھېچقانداق مەيدان ئۆزگەرمىدى" + +msgid "None" +msgstr "يوق" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "Mac دىكى «كونترول» ياكى «Ctrl» نى بېسىپ ، بىردىن كۆپنى تاللاڭ." + +msgid "Select this object for an action - {}" +msgstr "مەشغۇلات ئۈچۈن ئوبيېكت تاللىنىدۇ-{}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” مۇۋەپپەقىيەتلىك قوشۇلدى." + +msgid "You may edit it again below." +msgstr "تۆۋەندە قايتا تەھرىرلىسىڭىز بولىدۇ." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” مۇۋەپپەقىيەتلىك قوشۇلدى. تۆۋەندە باشقا {name} قوشسىڭىز بولىدۇ." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى. تۆۋەندە ئۇنى قايتا تەھرىرلىسىڭىز " +"بولىدۇ." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى. تۆۋەندە باشقا {name} قوشسىڭىز " +"بولىدۇ." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"ھەرىكەت ئىجرا قىلىش ئۈچۈن تۈرلەر تاللىنىشى كېرەك. ھېچقانداق تۈر " +"ئۆزگەرتىلمىدى." + +msgid "No action selected." +msgstr "ھېچقانداق ھەرىكەت تاللىنمىدى." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s\"%(obj)s\" مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "ID سى \"%(key)s\" بولغان %(name)s مەۋجۇت ئەمەس. بەلكىم ئۇ ئۆچۈرۈلگەن؟" + +#, python-format +msgid "Add %s" +msgstr "%s نى قوش" + +#, python-format +msgid "Change %s" +msgstr "%sنى ئۆزگەرت" + +#, python-format +msgid "View %s" +msgstr "%sكۆرۈش" + +msgid "Database error" +msgstr "ساندان خاتالىقى" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)sنى %(name)sگە ئۆزگەرتىش مۇۋەپپىقىيەتلىك بولدى." +msgstr[1] "%(count)sنى%(name)sگە ئۆزگەرتىش مۇۋەپپىقىيەتلىك بولدى" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "ھەممە%(total_count)sتاللاندى " +msgstr[1] "ھەممە%(total_count)sتاللاندى" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s تۈردىن 0 نى تاللىدىڭىز." + +msgid "Delete" +msgstr "ئۆچۈر" + +#, python-format +msgid "Change history: %s" +msgstr "تارىخنى ئۆزگەرتىش: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s%(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s%(instance)s نى ئۆچۈرۈش قوغدالغان تۆۋەندىكى ئۇچۇرلارنى " +"ئۆچۈرۈشنى تەلەپ قىلىدۇ: %(related_objects)s" + +msgid "Django site admin" +msgstr "جانگو تور بېكەت باشقۇرغۇچى" + +msgid "Django administration" +msgstr "جانگو باشقۇرۇش" + +msgid "Site administration" +msgstr "تور بېكەت باشقۇرۇش" + +msgid "Log in" +msgstr "كىرىش" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s باشقۇرۇش" + +msgid "Page not found" +msgstr "بەت تېپىلمىدى" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "كەچۈرۈڭ، لېكىن تەلەب قىلىنغان بەت تېپىلمىدى." + +msgid "Home" +msgstr "باش بەت" + +msgid "Server error" +msgstr "مۇلازىمېتىر خاتالىقى" + +msgid "Server error (500)" +msgstr "مۇلازىمېتىر خاتالىقى (500)" + +msgid "Server Error (500)" +msgstr "مۇلازىمېتىر خاتالىقى (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"خاتالىق كۆرۈلدى. بۇ ئۇچۇر تور بېكەت باشقۇرغۇچىلارغا ئېلخەت ئارقىلىق " +"ئۇقتۇرۇلدى ۋە تېزدىن تۈزۈتۈلىدۇ. سەبرىڭىزگە رەھمەت." + +msgid "Run the selected action" +msgstr "تاللانغان مەشغۇلاتنى ئىجرا قىل" + +msgid "Go" +msgstr "يۆتكەل" + +msgid "Click here to select the objects across all pages" +msgstr "بارلىق بەتلەردىكى ئوبىيكتلەرنى تاللاش ئۈچۈن بۇ يەرنى چېكىڭ." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "بارىلىق %(total_count)s%(module_name)s نى تاللا" + +msgid "Clear selection" +msgstr "تاللىغاننى تازىلا" + +msgid "Breadcrumbs" +msgstr "يول كۆرسەتكۈچى" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s پروگراممىسىدىكى مودېللار" + +msgid "Model name" +msgstr "مودىل ئىسمى" + +msgid "Add link" +msgstr "ئۇلىنىش قوشۇڭ" + +msgid "Change or view list link" +msgstr "تىزىملىك ​​ئۇلانمىسىنى ئۆزگەرتىش ياكى كۆرۈش" + +msgid "Add" +msgstr "قوش" + +msgid "View" +msgstr "كۆرۈنۈش" + +msgid "You don’t have permission to view or edit anything." +msgstr "سىزنىڭ كۆرۈش ياكى تەھرىرلەش ھوقۇقىڭىز يوق." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"ئىشلەتكۈچى قۇرغاندىن كېيىن ، تېخىمۇ كۆپ ئىشلەتكۈچى تاللانمىلىرىنى " +"تەھرىرلىيەلەيسىز." + +msgid "Error:" +msgstr "خاتالىق:" + +msgid "Change password" +msgstr "پارولنى ئۆزگەرتىش" + +msgid "Set password" +msgstr "پارول تەڭشەك" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "تۆۋەندىكى خاتالىقلارنى توغرىلاڭ." +msgstr[1] "تۆۋەندىكى خاتالىقلارنى توغرىلاڭ." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ئىشلەتكۈچى %(username)s ئۈچۈن يېڭى پارول كىرگۈزۈڭ." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"بۇ مەشغۇلات مەزكۇر ئىشلەتكۈچىنىڭ ئىم ئاساسىدىكى دەلىللىشىنى " +"قوزغىتىدۇ" + +msgid "Disable password-based authentication" +msgstr "ئىم ئاساسىدىكى دەلىللەشنى چەكلەيدۇ" + +msgid "Enable password-based authentication" +msgstr "ئىم ئاساسىدىكى دەلىللەشنى قوزغىتىدۇ" + +msgid "Skip to main content" +msgstr "ئاساسلىق مەزمۇنغا ئاتلا" + +msgid "Welcome," +msgstr "مەرھابا،" + +msgid "View site" +msgstr "بېكەتنى كۆرۈش " + +msgid "Documentation" +msgstr "قوللانمىلار" + +msgid "Log out" +msgstr "چىكىنىش" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)sنى قوشۇش" + +msgid "History" +msgstr "تارىخ" + +msgid "View on site" +msgstr "بېكەتتە كۆرۈش " + +msgid "Filter" +msgstr "سۈزگۈچ" + +msgid "Hide counts" +msgstr "ساناقنى يوشۇر" + +msgid "Show counts" +msgstr "ساناقنى كۆرسەت" + +msgid "Clear all filters" +msgstr "ھەممە سۈزگۈچلەرنى تازىلا" + +msgid "Remove from sorting" +msgstr "تەرتىپلەشتىن چىقىرىۋەت" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "تەرتىپلەش دەرىجىسى: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "تەرتىپلەشنى ئالماشتۇرۇش" + +msgid "Toggle theme (current theme: auto)" +msgstr "تېمىنى ئالماشتۇرۇش (ھازىرقى تېما: ئاپتوماتىك)" + +msgid "Toggle theme (current theme: light)" +msgstr "تېمىنى ئالماشتۇرۇش (ھازىرقى تېما: يورۇق)" + +msgid "Toggle theme (current theme: dark)" +msgstr "تېمىنى ئالماشتۇرۇش (ھازىرقى تېما: قارا)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s%(escaped_object)s نى ئۆچۈرۈش، ئۇنىڭغا باغلىق نەرسىلەرنى " +"ئۆچۈرۈشكە زۆرۈرلىنىدۇ ، لېكىن سىزنىڭ ھېساباتىڭىزدا تۆۋەندىكى تۈرلەرنى " +"ئۆچۈرۈش ھوقۇقى يوق:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s 's '%(escaped_object)s' نى ئۆچۈرۈش، تۆۋەندىكى قوغداق " +"قوغدالغان ئۇچۇرلارنى ئۆچۈرۈشنى تەلەپ قىلىدۇ:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s %(escaped_object)s نى راستلا ئۆچۈرۈشنى خالامسىز؟ تۆۋەندىكى " +"بارلىق باغلىق تۈرلەر ئۆچۈرۈلىدۇ:" + +msgid "Objects" +msgstr "ئوبىيكتلار" + +msgid "Yes, I’m sure" +msgstr "ھەئە، شۇنداق" + +msgid "No, take me back" +msgstr "ياق، كەينىگە ياندۇر" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"تاللانغان %(objects_name)s نى ئۆچۈرۈش، ئۇنىڭغا باغلىق نەرسىلەرنى ئۆچۈرۈشكە " +"ئۆتۈرۈلۈدۇ، لېكىن سىزنىڭ ھېساباتىڭىزدا تۆۋەندىكى تۈرلەرنى ئۆچۈرۈش ھوقۇقى يوق:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"تاللانغان %(objects_name)s نى ئۆچۈرۈش، تۆۋەندىكى قوغداق قوغدالغان ئۇچۇرلارنى " +"ئۆچۈرۈشنى تەلەپ قىلىدۇ:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"تاللانغان %(objects_name)s نى راستلا ئۆچۈرۈشنى خالامسىز؟ تۆۋەندىكى بارلىق " +"نەرسىلەر ۋە ئۇلارغا باغلىق تۈرلەر ئۆچۈرۈلىدۇ:" + +msgid "Delete?" +msgstr "ئۆچۈرۈۋېتەمسىز؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s بويىچە" + +msgid "Summary" +msgstr "ئۈزۈندە" + +msgid "Recent actions" +msgstr "يېقىنقى مەشغۇلاتلار" + +msgid "My actions" +msgstr "مەشغۇلاتلىرىم" + +msgid "None available" +msgstr "ھېچنېمە يوق" + +msgid "Added:" +msgstr "قوشۇلدى:" + +msgid "Changed:" +msgstr "ئۆزگەردى:" + +msgid "Deleted:" +msgstr "ئۆچۈرۈلدى:" + +msgid "Unknown content" +msgstr "بەلگىلەنمىگەن مەزمۇن" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"سىزنىڭ مەلۇمات سانداننىڭ ئورنىتىشىدا بىرنەمە مەسىلە بار. توغرا ساندان " +"جەدۋىلى قۇرۇلغانلىقىنى جەزملەڭ، ۋە سانداننىڭ توغرا ئىشلەتكۈچى تەرىپىدىن " +"ئوقۇلىدىغانلىقىنى جەزملەڭ." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"سىز %(username)s دېگەن ئىشلەتكۈچى ھېساباتى بىلەن كىرگەنسىز، لېكىن بۇ بەتكە " +"كىرىش ھوقۇقىڭىز يوق. باشقا ھېساباتقا كىرىشنى خالامسىز؟" + +msgid "Forgotten your login credentials?" +msgstr "كىرىش كىنىشكىڭىزنى ئۇنتۇپ قالدىڭىزمۇ؟" + +msgid "Toggle navigation" +msgstr "يۆل باشلىغۇچنى ئالماشتۇرۇش" + +msgid "Sidebar" +msgstr "يان بالداق" + +msgid "Start typing to filter…" +msgstr " فىلتىرلاش ئۈچۈن يېزىشنى باشلاڭ…" + +msgid "Filter navigation items" +msgstr "يۆل باشقۇرۇش تۈرلەرىنى سۈزۈش" + +msgid "Date/time" +msgstr "چېسلا/ۋاقىت" + +msgid "User" +msgstr "ئىشلەتكۈچى" + +msgid "Action" +msgstr "مەشغۇلات" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "تۈرى" +msgstr[1] "تۈرى" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"بۇ ئوبىيكتنىڭ ئۆزگەرتىش تارىخى يوق. بۇنى مۇمكىن بۇ باشقۇرۇش بېتى ئارقىلىق " +"قوشمىغان بولۇشى مۇمكىن." + +msgid "Show all" +msgstr "ھەممىنى كۆرسەت" + +msgid "Save" +msgstr "ساقلا" + +msgid "Popup closing…" +msgstr "قاڭقىشنى تاقاۋاتىدۇ…" + +msgid "Search" +msgstr "ئىزدە" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s نەتىجە" +msgstr[1] "%(counter)s نەتىجەسى" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s جەمى" + +msgid "Save as new" +msgstr "يېڭىدىن ساقلاش" + +msgid "Save and add another" +msgstr "ساقلاپ يېڭىسىنى قوشۇش" + +msgid "Save and continue editing" +msgstr "تەھرىرلەشنى داۋاملاشتۇرۇپ ساقلاش" + +msgid "Save and view" +msgstr "ساقلاش ۋە كۆرۈش" + +msgid "Close" +msgstr "ياپ" + +#, python-format +msgid "Change selected %(model)s" +msgstr "تاللانغان%(model)sنى ئۆزگەرت" + +#, python-format +msgid "Add another %(model)s" +msgstr "باشقا %(model)s قوش" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "تاللىغان %(model)s نى ئۆچۈر" + +#, python-format +msgid "View selected %(model)s" +msgstr "تاللىغان %(model)s نى كۆرسەت" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "بۈگۈن تور بېكەتتە ساپالىق ۋاقىت سەرىب قىلغىنىڭىزغا رەھمەت." + +msgid "Log in again" +msgstr "قايتا كىرىڭ" + +msgid "Password change" +msgstr "پارولنى ئۆزگەرتىش" + +msgid "Your password was changed." +msgstr "پارولىڭىز ئۆزگەرتىلگەن" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"بىخەتەرلىك ئۈچۈن ئەسلى پارولىڭىزنى كىرگۈزۈڭ، ئاندىن يېڭى پارولىڭىزنى ئىككى " +"قېتىم كىرگۈزۈڭ، بۇنىڭ ئارقىلىق سىز توغرا يېزىب بولغىنىڭىزنى دەلىللەيمىز." + +msgid "Change my password" +msgstr "پارولىمنى ئۆزگەرتىىمەن" + +msgid "Password reset" +msgstr "ئىمنى ئەسلىگە قايتۇرۇش" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "پارول ئۆزگەرتىلدى. داۋاملاشتۇرۇپ تىزىمغا كىرسىڭىز بولىدۇ." + +msgid "Password reset confirmation" +msgstr "پارول ئەسلىگە قايتۇرۇشنى جەزملەش" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"يېڭى پارولىڭىزنى ئىككى قېتىم كىرگۈزۈڭ، بۇنىڭ ئارقىلىق سىز توغرا كىرگۈزۈب " +"بولغىنىڭىزنى دەلىللەيمىز." + +msgid "New password:" +msgstr "يېڭى پارول:" + +msgid "Confirm password:" +msgstr "پارولنى جەزملە:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"پارولنى قايتا بەلگىلەش ئۈچۈن بېرىلگەن ئۇلانما ئىناۋەتسىز بولدى، بۇ ئۇلانما " +"ئاللىبۇرۇن ئىشلىتىلگەن بولۇشى مۇمكىن. يېڭى پارولنى قايتا بەلگىلەش ئۈچۈن " +"ئىلتىماس قىلىڭ." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"سىز كىرگۈزگەن ئېلخەت ئادرېسىغا ھېسابات بولسا، پارول قويۇش ئۈچۈن سىزگە ئېلخەت " +"ئارقىلىق چۈشەندۈرۈش يوللىدۇق. سىز قىسقا ۋاقىت ئىچىدە ئۇخەتنى تاپشۇرۇب " +"ئېلىشىڭىز كېرەك." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"ئېلخەت تاپشۇرۇپ ئالمىغان بولسىڭىز، تىزىملىتىپ بولغان ئېلخەت ئادرېسىڭىزنى " +"توغرا كىرگۈزگەنلىكىڭىزنى جەزملەڭ ۋە ئېلخەت ئادرېسىڭىزنىڭ ئەخلەت ساندۇغىنى " +"تەكشۈرۈڭ." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"سىز بۇ ئېلخەتنى تاپشۇرۇب ئالدىڭىز، چۈنكى ، %(site_name)s دىكى ئىشلەتكۈچى " +"ھېساباتىڭىزنىڭ پارولىنى قايتا بەلگىلەشنى ئىلتىماس قىلدى." + +msgid "Please go to the following page and choose a new password:" +msgstr "كىيىنكى بەتكە كىرىڭ ۋە بىر شىفرە تاللاڭ:" + +msgid "In case you’ve forgotten, you are:" +msgstr "ئۇنتۇپ قالغان ئەھۋال ئاستىدا ، سىز:" + +msgid "Thanks for using our site!" +msgstr "تور بېكىتىمىزنى ئىشلەتكىنىڭىز ئۈچۈن رەھمەت!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s قوشۇنى" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"شىفرىڭىزنى ئۇنتۇپ قالدىڭىزمۇ؟ تۆۋەنگە ئېلىكتىرونلۇق ئېلىخەت ئادرىسىڭىزنى " +"كىرگۈزۈڭ، يېڭىسىنى تەڭشەش ئۈچۈن كۆرسەتمىلىك ئېلىخەت ئەۋەتىمىز ." + +msgid "Email address:" +msgstr "ئېلخەت ئادرېسى:" + +msgid "Reset my password" +msgstr "پارولىمنى قايتا بەلگىلەش" + +msgid "Select all objects on this page for an action" +msgstr "مەشغۇلات ئۈچۈن بۇ بەتتىكى ھەممە ئوبيېكت تاللىنىدۇ" + +msgid "All dates" +msgstr "بارلىق چىسلا" + +#, python-format +msgid "Select %s" +msgstr "%sنى تاللاش" + +#, python-format +msgid "Select %s to change" +msgstr "تاللانغان %sنى ئۆزگەرتش" + +#, python-format +msgid "Select %s to view" +msgstr "تاللانغان %sنى كۆرۈش" + +msgid "Date:" +msgstr "چېسلا:" + +msgid "Time:" +msgstr "ۋاقتى:" + +msgid "Lookup" +msgstr "ئىزدە" + +msgid "Currently:" +msgstr "نۆۋەتتە:" + +msgid "Change:" +msgstr "ئۆزگەرتىش:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..cd66960df10d429837a3a26893f5c48bb3d85c33 GIT binary patch literal 6777 zcmdUzTWlOx8GsM4^kQhC7ofD1oRqpaZFZeY)3lqWZIZ?%ZQO>&X&c1Lcz5F6W<9ga z%sO!aK@;1tO@$&VOYlG?Kx%^_jT{>Zl@e%?DuED42#FbQ;Q;|c0-++o3(5oEf9C8p zPE=Rofr-z2bMF87Z)e*-T$`CwJcE>vQ6}E4)Cl~0h8NHDWlC*@Gw?q68vLMiT&@(K z>Ke-%;CrdBvGrc~e(LLO{T?_#{Q-CtJYhL!`5nszcrE=ufmg!cz$@UJmVbt_?>{X6 z4f#{&d5Opw1`Dr*BG1+EJ@9(SpSppU%wG#-TpxT2X5kQ=g8ZpEFPZlzDC_?fiu`Xu zk$)?~iJZG3P3kEq@;ba^{lm6BfFj4|ZT(p&>&?P#@M|y+e+BtdSN5d54!%JBX83jZ zDy+f-?^Ei-@D0n~!yBmo%hs<#=^v$jEBpw&&(@!?^(vI{)9^<4Ez4J-%=;ab_5W#k z1&5V&*1!+Jtx)C-LK$CzH^F1@I{1R+St#S*u=O`>{VjMs?U!Ah?sF47_%5Y332A@s z14_B@FYq?F7iSZFhL+DjL{rZ~rl_yN_3)dJrPVLs7hnuO4i8+DGO~OguBH7f{3QG> zycwQ{vfhmtRn}i;c^4G>?y~j05L2jwmPOm|Ly_|+6g_+i%6iY+_HV=2sDIb;FoUE& zi!y}wLPS=Nz%RnjLXmSBu7l^H?0XwZm2n#_cUta;(qDukuW#FrLRoJHei~kmab^BN zDEmGQ??eCN@I3V&V(bj{AK)aU0`&?;7XH}sr0Oio${m!(vyqQSC?cc8Z;m3*gA}p5bo2GWkh-to`YwvVrmdMeHdLE~IX!d`c=jds1|~2_th~v^U;wE8<7; zh~4G6jgqB&LMpv|p<7uOYX6Y#?JIZ@pES6I$Sq#FuQg8l)u`-y+VdklRu0R<6<76M z&>eR4_Z2GT!eJfxx=?YQV4b>4JGs#us0wyegK|afsEyRZNbMMN$`yxIb#JJ4IbOl7 zs9h!B52Zm5k6VGu-iVG$?x=RWqI`I^UB2}#>4aOf69oPdJzR?--^(?YarA>u_P%b*->S4z-tq<2K zRBE292A!Z#;ytbg%SEp|Qi{}|@5$Ilec$61xp{riuOYoTbIGp-+9|nCQS27F!I&Fp z5i_^)*l;z2^{`tiqr$hd?8-yO(&InsA5o7LB41STxI5~Pt;SyIgl>D;Wt`Lsw$^Ti z{Z3R1L~;AwYLtqxzh*Q!RH_A`^bGmwd(;y6oYRQK^hu`A5Y&4;jnp zqJP9QepD%kk?7oM^U0hVTGiY(d2{MXx9Ft;9CSmRL}U|7mmJj99O-!4DM*m5H{LyN z2Y7${@;4$q>J(j?$919Pcq1;c>~WA{d8}NlITeoJR*GRx{Dhah>#w}GJphq^SfvGnX0X&OOuN%0t@JH-o`Ta>n-DIkiyKtMh2MmfEYY(QM6 z+2OHA!~`AY6O4_8?4DarClW;TS-L8&CO3U!k)zwIH89utYY@*A+?jBNK zhWvLyv**&>J=&zl4DYVtBurYzyILP5(MbBu@X^&}vrz_i^)%B(hA-uNSlEpS$EI1^ z+Zr})Z)+K}qt#loy{%=+j@E`5+Z)?#sP+Z^(_G8hJ;m%3ZV-|S^1Apm0q^%b?pFOE z$_|DjlwUh^Lk!e7~qZ6oDnxW4MA@^vm;E(pFVl_~)v-@i!{p)%L_YCfC9bjW_L(eW;()EylB%0Tedo=2=R-Cf8 zP0~dWy3zInLj&2nTjOM}LvE1W?G^kY`75vQ9xg{sDf7BE(zCBp3!F-Jzz;^ly!NW5 z8gAdTO{bsR`#imNyWY5NTTk<6PJAYrNv4`VgW|uPW^IiAcc zpYHyJ6~Blq=R}TVLP@3mmH3tViFh%dr;3D2$wYlFo|oAov5rqA(?)c(5T^&3kzYH^ zV{USbH_9+TxyBvX`g zB9NE{t+ktH`E*VpBAPXaW(3OU*sakm0*gTL{3^T6Nl*piV5JN8S1s}J6{DfIJFe*x z=+k)NarQEYQOUFQlSsUP%-CtMJ{_N3J|p&3@%J$?j-y0R=tk_YU~HGnqA0N{vdZU_ zN+zWf)5=FO%ar;_WBW`B~Yj*VG-2}hiYPf-;QikDafFIW`o%6zo8l-HtuG5Mry z!@}ZvlPoCR3p&-Wsn~$Rr570{E1`3-`GlM@J`=x$(f%(tNPYT$c!Kr~aJ6YMvUQ2& zbE(c5g7!s$Q_1mo9_^+sbD?vt7>GrP8rue#czk<7*xDVTC-4wr zzHO!D)0d2su8}QwOhdlyl(_I5$8L>C&Y2`C4U@)$c}+{K;Qy)biIXoj2c>S#pcC4J z*QCiT#H}{bfm5%fw&WPfpC?Ahw2id3LT;4EHz8nRL*m;cQj@bx5R1|!W36uYl~YWb z7Sa`$MY08>7ORDM(LhTRY3!!1qL!c$p#zW1fze#bKH@qDMqcuRhk8y3`@9=|xU{IbaB` zj@HF87q_dmU087|bHz-iZh;&paCk&Zl_#oxhY}^Tq%4W=Q|4AQ3c(T5i_W?L*Dg1u z;%1a<^qh(pxha*o)c7?eer+m9*!(pmx8OxC^mlS~cU}gf=8o)7GB`=_wXTB!{zv3~ K{tfZ(N%dc1fws~B literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..702086d6115 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po @@ -0,0 +1,310 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abduqadir Abliz , 2023 +# Azat, 2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2025-03-25 15:04-0500\n" +"Last-Translator: Azat, 2023,2025\n" +"Language-Team: Uyghur (http://app.transifex.com/django/django/language/ug/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ug\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ئىشلەتكىلى بولىدىغانى %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "%s تاللاش ئارقىلىق تاللاڭ ئاندىن «تاللاش» يا ئوق كۇنۇپكىسىنى تاللاڭ." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "بۇ رامكىغا يېزىش ئارقىلىق قاتناشقىلى بولىدىغان %s تىزىملىكىنى سۈزۈڭ." + +msgid "Filter" +msgstr "سۈزگۈچ" + +#, javascript-format +msgid "Choose all %s" +msgstr "بارلىق %s نى تاللاڭ" + +#, javascript-format +msgid "Choose selected %s" +msgstr "تاللانغان %s نى تاللاڭ" + +#, javascript-format +msgid "Remove selected %s" +msgstr "تاللانغان %s نى ئۆچۈرۈڭ" + +#, javascript-format +msgid "Chosen %s" +msgstr "تاللانغانلىرى %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "%s نى تاللاش ئارقىلىق ئۆچۈرۈڭ ، ئاندىن «ئۆچۈرۈش» كۇنۇپكىسىنى تاللاڭ." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "بۇ رامكىغا يېزىش ئارقىلىق تاللانغان %s سۈزۈڭ." + +msgid "(click to clear)" +msgstr "(تازىلاش ئۈچۈن چېكىڭ)" + +#, javascript-format +msgid "Remove all %s" +msgstr "%s نى تولۇق ئۆچۈرۈڭ" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s تاللانغانلىرى كۆرۈنمەيدۇ" +msgstr[1] "%s تاللانغانلىرى كۆرۈنمەيدۇ" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s دىن %(cnt)s سى تاللاندى" +msgstr[1] "%(sel)s دىن %(cnt)s سى تاللاندى" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"سىزنىڭ تېخى ساقلانمىغان ئۆزگەرتىشلىرىڭىز بار. ئەگەر سىز مەشخۇلاتىڭىزنى " +"داۋاملاشتۇرسىڭىز، ساقلانمىغان ئۆزگەرتىشلىرىڭىز يوقاب كېتىشى مۇمكىن" + +msgid "" +"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." +msgstr "" +"سىز بىر مەشخۇلاتنى تاللىدىڭىز، ئەمما ئۆزگەرتىشلىرىڭىزنى ساقلىمىدىڭىز. ھەئە " +"نى بېسىب ساقلاڭ. ئاندىن مەشخۇلاتىڭىزنى قايتىدىن ئېلىب بېرىڭ." + +msgid "" +"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." +msgstr "" +"سىز بىر ھەرىكەتنى تاللىدىڭىز ، ھەمدە ئايرىم ساھەدە ھېچقانداق ئۆزگەرتىش ئېلىپ " +"بارمىدىڭىز. سىز «ساقلاش» كۇنۇپكىسىنى ئەمەس ، بەلكى Go كۇنۇپكىسىنى " +"ئىزدەۋاتقان بولۇشىڭىز مۇمكىن." + +msgid "Now" +msgstr "ھازىرلا" + +msgid "Midnight" +msgstr "يېرىم كېچە" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "چۈش" + +msgid "6 p.m." +msgstr "6 p.m." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ئەسكەرتىش: سىز مۇلازىمېتىر ۋاقتىدىن %s سائەت ئالدىدا." +msgstr[1] "ئەسكەرتىش: سىز مۇلازىمېتىر ۋاقتىدىن %s سائەت ئالدىدا." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ئەسكەرتىش: سىز مۇلازىمېتىر ۋاقتىدىن %s سائەت ئارقىدا." +msgstr[1] "ئەسكەرتىش: سىز مۇلازىمېتىر ۋاقتىدىن %s سائەت ئارقىدا." + +msgid "Choose a Time" +msgstr "بىر ۋاقىت تاللاڭ" + +msgid "Choose a time" +msgstr "بىر ۋاقىت تاللاڭ" + +msgid "Cancel" +msgstr "ۋاز كەچ" + +msgid "Today" +msgstr "بۈگۈن" + +msgid "Choose a Date" +msgstr "بىر چېسلا تاللاڭ" + +msgid "Yesterday" +msgstr "تۈنۈگۈن" + +msgid "Tomorrow" +msgstr "ئەتە" + +msgid "January" +msgstr "يانۋار" + +msgid "February" +msgstr "فېۋرال" + +msgid "March" +msgstr "مارت" + +msgid "April" +msgstr "ئاپرىل" + +msgid "May" +msgstr "ماي" + +msgid "June" +msgstr "ئىيۇن" + +msgid "July" +msgstr "ئىيۇل" + +msgid "August" +msgstr "ئاۋغۇست" + +msgid "September" +msgstr "سىنتەبىر" + +msgid "October" +msgstr "ئۆكتەبىر" + +msgid "November" +msgstr "نويابىر" + +msgid "December" +msgstr "دىكابىر" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "يانۋار" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "فېۋرال" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "مارت" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "ئاپرېل" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "ماي" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "ئىيۇن" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "ئىيۇل" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "ئاۋغۇست" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "سېنتەبىر" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "ئۆكتەبىر" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "نويابىر" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "دىكابىر" + +msgid "Sunday" +msgstr "يەكشەنبە" + +msgid "Monday" +msgstr "دۈشەنبە" + +msgid "Tuesday" +msgstr "سەيشەنبە" + +msgid "Wednesday" +msgstr "چارشەمبە" + +msgid "Thursday" +msgstr "پەيشەمبە" + +msgid "Friday" +msgstr "جۈمە" + +msgid "Saturday" +msgstr "شەنبە" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "ي" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "د" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "س" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "چ" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "پ" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "ج" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "ش" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "W" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..324f26d8f60b69e2b0d099478e913ce7380f1603 GIT binary patch literal 22515 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 E3%gFr1poj5 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..2ad33177bd3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,810 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abbl Kto , 2021 +# Oleksandr Chernihov , 2014 +# Andriy Sokolovskiy , 2015 +# Boryslav Larin , 2011 +# Denys Pidlisnyi , 2016 +# Igor Melnyk, 2014,2017 +# Illia Volochii , 2021-2023,2025 +# Ivan Dmytrenko , 2019 +# Jannis Leidel , 2011 +# Kirill Gagarski , 2015 +# Max V. Stotsky , 2014 +# Mikhail Kolesnik , 2015 +# Mykola Holovetskyi, 2022 +# Mykola Zamkovoi , 2014 +# Sergiy Kuzmenko , 2011 +# tarasyyyk , 2018 +# Zoriana Zaiats, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Illia Volochii , 2021-2023,2025\n" +"Language-Team: Ukrainian (http://app.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Видалити обрані %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успішно видалено %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не вдається видалити %(name)s" + +msgid "Delete multiple objects" +msgstr "Видалити кілька об'єктів" + +msgid "Administration" +msgstr "Адміністрування" + +msgid "All" +msgstr "Всі" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Ні" + +msgid "Unknown" +msgstr "Невідомо" + +msgid "Any date" +msgstr "Будь-яка дата" + +msgid "Today" +msgstr "Сьогодні" + +msgid "Past 7 days" +msgstr "Останні 7 днів" + +msgid "This month" +msgstr "Цього місяця" + +msgid "This year" +msgstr "Цього року" + +msgid "No date" +msgstr "Без дати" + +msgid "Has date" +msgstr "Має дату" + +msgid "Empty" +msgstr "Порожні" + +msgid "Not empty" +msgstr "Непорожні" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Будь ласка, введіть правильні %(username)s і пароль для облікового запису " +"персоналу. Зауважте, що обидва поля можуть бути чутливі до регістру." + +msgid "Action:" +msgstr "Дія:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Додати ще %(verbose_name)s" + +msgid "Remove" +msgstr "Видалити" + +msgid "Addition" +msgstr "Додавання" + +msgid "Change" +msgstr "Змінити" + +msgid "Deletion" +msgstr "Видалення" + +msgid "action time" +msgstr "час дії" + +msgid "user" +msgstr "користувач" + +msgid "content type" +msgstr "тип вмісту" + +msgid "object id" +msgstr "id об'єкта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "представлення об'єкта (repr)" + +msgid "action flag" +msgstr "позначка дії" + +msgid "change message" +msgstr "змінити повідомлення" + +msgid "log entry" +msgstr "запис у журналі" + +msgid "log entries" +msgstr "записи в журналі" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Додано \"%(object)s\"." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Змінено \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Видалено \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Об'єкт журнального запису" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Додано {name} \"{object}\"." + +msgid "Added." +msgstr "Додано." + +msgid "and" +msgstr "та" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Змінені {fields} для {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Змінені {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Видалено {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Поля не змінені." + +msgid "None" +msgstr "Ніщо" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Натисність \"Control\" або \"Command\" на Mac-пристрої, щоб вибрати більше " +"аніж один." + +msgid "Select this object for an action - {}" +msgstr "Вибрати цей об'єкт для дії – {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" було додано успішно." + +msgid "You may edit it again below." +msgstr "Ви можете відредагувати це знову." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} \"{obj}\" було змінено успішно. Ви можете додати інше {name}." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" було змінено успішно. Нижче Ви можете редагувати його знову." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" було змінено успішно. Ви можете додати інше {name}." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" було змінено успішно." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Для виконання дії необхідно обрати елемент. Жодний елемент не був змінений." + +msgid "No action selected." +msgstr "Дія не обрана." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s \"%(obj)s\" був видалений успішно." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s з ID \"%(key)s\" не існує. Можливо, воно було видалене?" + +#, python-format +msgid "Add %s" +msgstr "Додати %s" + +#, python-format +msgid "Change %s" +msgstr "Змінити %s" + +#, python-format +msgid "View %s" +msgstr "Переглянути %s" + +msgid "Database error" +msgstr "Помилка бази даних" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s був успішно змінений." +msgstr[1] "%(count)s %(name)s були успішно змінені." +msgstr[2] "%(count)s %(name)s було успішно змінено." +msgstr[3] "%(count)s %(name)s було успішно змінено." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s обраний" +msgstr[1] "%(total_count)s обрані" +msgstr[2] "Усі %(total_count)s обрано" +msgstr[3] "Усі %(total_count)s обрано" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 з %(cnt)s обрано" + +msgid "Delete" +msgstr "Видалити" + +#, python-format +msgid "Change history: %s" +msgstr "Історія змін: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Видалення %(class_name)s %(instance)s вимагатиме видалення наступних " +"захищених пов'язаних об'єктів: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django сайт адміністрування" + +msgid "Django administration" +msgstr "Django адміністрування" + +msgid "Site administration" +msgstr "Адміністрування сайта" + +msgid "Log in" +msgstr "Увійти" + +#, python-format +msgid "%(app)s administration" +msgstr "Адміністрування %(app)s" + +msgid "Page not found" +msgstr "Сторінка не знайдена" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "На жаль, запрошену сторінку не знайдено." + +msgid "Home" +msgstr "Домівка" + +msgid "Server error" +msgstr "Помилка сервера" + +msgid "Server error (500)" +msgstr "Помилка сервера (500)" + +msgid "Server Error (500)" +msgstr "Помилка сервера (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Сталася помилка. Вона була відправлена адміністраторам сайту через email і " +"має бути вирішена швидко. Дякуємо за ваше терпіння." + +msgid "Run the selected action" +msgstr "Виконати обрану дію" + +msgid "Go" +msgstr "Вперед" + +msgid "Click here to select the objects across all pages" +msgstr "Натисніть тут, щоб вибрати об'єкти на всіх сторінках" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Обрати всі %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Скинути вибір" + +msgid "Breadcrumbs" +msgstr "Навігаційний рядок" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Моделі у %(name)s додатку" + +msgid "Model name" +msgstr "" + +msgid "Add link" +msgstr "" + +msgid "Change or view list link" +msgstr "" + +msgid "Add" +msgstr "Додати" + +msgid "View" +msgstr "Переглянути" + +msgid "You don’t have permission to view or edit anything." +msgstr "Ви не маєте дозволу переглядати чи редагувати будь-чого." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "Помилка:" + +msgid "Change password" +msgstr "Змінити пароль" + +msgid "Set password" +msgstr "Встановити пароль" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Будь ласка, виправте наведену нижче помилку." +msgstr[1] "Будь ласка, виправте наведені нижче помилки." +msgstr[2] "Будь ласка, виправте наведені нижче помилки." +msgstr[3] "Будь ласка, виправте наведені нижче помилки." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Введіть новий пароль для користувача %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Ця дія увімкне автентифікацію на основі пароля для " +"користувача." + +msgid "Disable password-based authentication" +msgstr "Вимкнути автентифікацію на основі паролю" + +msgid "Enable password-based authentication" +msgstr "Увімкнути автентифікацію на основі паролю" + +msgid "Skip to main content" +msgstr "Перейти до основного вмісту" + +msgid "Welcome," +msgstr "Вітаємо," + +msgid "View site" +msgstr "Дивитися сайт" + +msgid "Documentation" +msgstr "Документація" + +msgid "Log out" +msgstr "Вийти" + +#, python-format +msgid "Add %(name)s" +msgstr "Додати %(name)s" + +msgid "History" +msgstr "Історія" + +msgid "View on site" +msgstr "Дивитися на сайті" + +msgid "Filter" +msgstr "Відфільтрувати" + +msgid "Hide counts" +msgstr "Приховати кількість" + +msgid "Show counts" +msgstr "Показати кількість" + +msgid "Clear all filters" +msgstr "Очистити всі фільтри" + +msgid "Remove from sorting" +msgstr "Видалити з сортування" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Пріорітет сортування: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Сортувати в іншому напрямку" + +msgid "Toggle theme (current theme: auto)" +msgstr "Перемкнути тему (поточна тема: автоматична)" + +msgid "Toggle theme (current theme: light)" +msgstr "Перемкнути тему (поточна тема: світла)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Перемкнути тему (поточна тема: темна)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Видалення %(object_name)s '%(escaped_object)s' призведе до видалення " +"пов'язаних об'єктів, але ваш реєстраційний запис не має дозволу видаляти " +"наступні типи об'єктів:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Видалення %(object_name)s '%(escaped_object)s' вимагатиме видалення " +"наступних пов'язаних об'єктів:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ви впевнені, що хочете видалити %(object_name)s \"%(escaped_object)s\"? Всі " +"пов'язані записи, що перелічені, будуть видалені:" + +msgid "Objects" +msgstr "Об'єкти" + +msgid "Yes, I’m sure" +msgstr "Так, я впевнений" + +msgid "No, take me back" +msgstr "Ні, повернутись назад" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Видалення обраних %(objects_name)s вимагатиме видалення пов'язаних об'єктів, " +"але ваш обліковий запис не має прав для видалення таких типів об'єктів:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Видалення обраних %(objects_name)s вимагатиме видалення наступних захищених " +"пов'язаних об'єктів:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ви впевнені, що хочете видалити вибрані %(objects_name)s? Всі вказані " +"об'єкти та пов'язані з ними елементи будуть видалені:" + +msgid "Delete?" +msgstr "Видалити?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "За %(filter_title)s" + +msgid "Summary" +msgstr "Резюме" + +msgid "Recent actions" +msgstr "Недавні дії" + +msgid "My actions" +msgstr "Мої дії" + +msgid "None available" +msgstr "Немає" + +msgid "Added:" +msgstr "Додано:" + +msgid "Changed:" +msgstr "Змінено:" + +msgid "Deleted:" +msgstr "Видалено:" + +msgid "Unknown content" +msgstr "Невідомий зміст" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Щось не так з інсталяцією бази даних. Запевніться, що певні таблиці бази " +"даних були створені і що вона може бути прочитана певним користувачем." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ви аутентифіковані як %(username)s, але вам не надано доступ до цієї " +"сторінки.\n" +"Ввійти в інший аккаунт?" + +msgid "Forgotten your login credentials?" +msgstr "" + +msgid "Toggle navigation" +msgstr "Увімкнути навігацію" + +msgid "Sidebar" +msgstr "Бічна панель" + +msgid "Start typing to filter…" +msgstr "Почніть писати для фільтру..." + +msgid "Filter navigation items" +msgstr "Фільтрувати навігаційні об'єкти" + +msgid "Date/time" +msgstr "Дата/час" + +msgid "User" +msgstr "Користувач" + +msgid "Action" +msgstr "Дія" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "запис" +msgstr[1] "записи" +msgstr[2] "записи" +msgstr[3] "записи" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Цей об'єкт не має історії змін. Напевно, він був доданий не через цей сайт " +"адміністрування." + +msgid "Show all" +msgstr "Показати всі" + +msgid "Save" +msgstr "Зберегти" + +msgid "Popup closing…" +msgstr "Закриття спливаючого вікна" + +msgid "Search" +msgstr "Пошук" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s результат" +msgstr[1] "%(counter)s результати" +msgstr[2] "%(counter)s результатів" +msgstr[3] "%(counter)s результатів" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s всього" + +msgid "Save as new" +msgstr "Зберегти як нове" + +msgid "Save and add another" +msgstr "Зберегти і додати інше" + +msgid "Save and continue editing" +msgstr "Зберегти і продовжити редагування" + +msgid "Save and view" +msgstr "Зберегти і переглянути" + +msgid "Close" +msgstr "Закрити" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Змінити обрану %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Додати ще одну %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Видалити обрану %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Переглянути обрану %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Дякуємо за час, який був проведений сьогодні на сайті." + +msgid "Log in again" +msgstr "Увійти знову" + +msgid "Password change" +msgstr "Зміна паролю" + +msgid "Your password was changed." +msgstr "Ваш пароль було змінено." + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Будь ласка введіть ваш старий пароль, заради безпеки, після цього введіть " +"ваш новий пароль двічі для верифікації коректності написаного." + +msgid "Change my password" +msgstr "Змінити мій пароль" + +msgid "Password reset" +msgstr "Перевстановлення паролю" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Пароль встановлено. Ви можете увійти зараз." + +msgid "Password reset confirmation" +msgstr "Підтвердження перевстановлення паролю" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Будь ласка, введіть ваш старий пароль, задля безпеки, потім введіть ваш " +"новий пароль двічі для перевірки." + +msgid "New password:" +msgstr "Новий пароль:" + +msgid "Confirm password:" +msgstr "Підтвердіть пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Посилання на перевстановлення паролю було помилковим. Можливо тому, що воно " +"було вже використано. Будь ласка, замовте нове перевстановлення паролю." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ми відправили вам інструкції для встановлення пароля, якщо обліковий запис з " +"введеною адресою існує. Ви маєте отримати їх найближчим часом." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Якщо Ви не отримали електронного листа, переконайтеся, будь ласка, в " +"зареєстрованій адресі і перевірте папку \"Спам\"." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ви отримали цей лист через те, що зробили запит на перевстановлення пароля " +"для облікового запису користувача на %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Будь ласка, перейдіть на цю сторінку, та оберіть новий пароль:" + +msgid "In case you’ve forgotten, you are:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Дякуємо за користування нашим сайтом!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Команда сайту %(site_name)s " + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Забули пароль? Введіть свою email-адресу нижче і ми відправимо вам " +"інструкції по встановленню нового." + +msgid "Email address:" +msgstr "Email адреса:" + +msgid "Reset my password" +msgstr "Перевстановіть мій пароль" + +msgid "Select all objects on this page for an action" +msgstr "Обрати всі об'єкти на сторінці для дії" + +msgid "All dates" +msgstr "Всі дати" + +#, python-format +msgid "Select %s" +msgstr "Вибрати %s" + +#, python-format +msgid "Select %s to change" +msgstr "Виберіть %s щоб змінити" + +#, python-format +msgid "Select %s to view" +msgstr "Вибрати %s для перегляду" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Час:" + +msgid "Lookup" +msgstr "Пошук" + +msgid "Currently:" +msgstr "На даний час:" + +msgid "Change:" +msgstr "Змінено:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c8ab173c78cf9789625068c83494e52c3ad9086 GIT binary patch literal 5186 zcmdUxYiwLc6@aI((8f?6Ei_PG6WTmXz3W}ad2PH&otH>kr%~e+A}Yc4?zQ(O>w8!C z-gRP8iP)wMk2C?7rlP2%sUkroL}MqejUBs4NaYveZuvt&Lg5D>epLJb{(;~-_s;sU ziK-$IA+C1jn{#I7%$YND#{S(Msb>`5F3QI#ZSPR(2<%Ex@xAaarMAEe@ZInY!)uVA z`je60gzrWEn~`r}@a@RA8Qx`hFIVV;4cq{T_P+Tb)I#AYi;X7dn z#m))HPmNH?_^-jw!>3>`{3Dcc+c7Hh_CT@!St`*VgyPo`$WT=@`lC?R3yeGr`KeK= z?eH5==DlVZ!7B1^;9c-Rj0^kVN8qrL$KgkjUxKUQ&y4(ABmW)B_}ejlH(Y1f4Q1YA zQ0xvFJ_W_jMfhQO70SHVp^SeMehl8)qST%69>XnA#y@Ce%g8nOA@tvbvd#U9PTafSt#-OE|l{>Z}=l9{{IBt0bhsW-yfi?_fNw+->203kz1k6-)6Ya@Q~^M z5@cyrHT<&ae-iRjPaF9~!b&p-N2m5Sa?X&y*n&l6xeNH75*>_6T zuzJ99W99~xk)a|l$;@_RI@7DE;(U*7y2E$ zQVKG9f4?4Ps$X-p#jhATp4%oW|2j*@ol1o$>WUYH8D;hL`Swsov$#%fKnko-Cx@K^ zE7XmkrD&||h(nhmf-BUGP^P4@vL^{=oks?X1Q@b|m=FxEurKp>RlT~Pko3sbKN{#baHrYn|u)Lv_&ij`9Yk z_m|R-+J3+l&Fj)p?zh+Sh+XykFx?XjIHmNi+CY%*_42yq;KS)h>>)>nrsa*x>yB)0 zV>;WJ?%1TWTk@N>-IwKSdB_UFbgyr@LB$F^Kd<*!DvqTe^(tPm>^QoMJMUPTAtT>E zFvw$?DSCrD+OXJ>YopqP6?dR!4cO^k+ZxR4!^eEfaUJq$Lpcnq`Sy0JTFr#AiqmhO zkm>D-`wdi#f%e+5_STl3{XKh^Hk!+1TXu7GZ5K~@HS#*NPlWB&3TteaH1`8LEFA9L zm)^QGPS)zT{q$b9=#?CIAg{OfIpLzCd0ji!a?r7tr3t#LpgToOtY@>jOXoWDE6wOBq{M}9d1V_`2KfyP>f3wPM&1bVJnvEvw=jx-;eEqDdk3>^A^=d3c;~M8K z)z3zg;$(fKK3YE~f0d*0`nl*zbd`EOnqlfp?5#`{OZC&5-b*ybn)UTl=ttf{yA%T6yEku{21r=Rn>ACu8mN==R^Xuzp#eZCRGTsADoHCQ58M7HQvNLuf z#wKE6Dw>W(F~dQazVq0YCPuK$iu2J_bVU}VJ)5ZJV!x&sbs7b;XCxXpF&kaV>u5Zh zi9;vp8mD#v}# zH_}B0{(y@;nv9THr;{5V=k&SQyx5c_l1D`rSU_wfTAat`NtwhtoW;= zNloI5>8p)npW~sbe;v&Py`=7y`d1}^lNSTuC*^q(DA$)-n$F;|qrV9NWY>TI0#+`Uvgw@$Uj|VUI3WQU3-e>R9{$ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..310826fecd4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po @@ -0,0 +1,323 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Oleksandr Chernihov , 2014 +# Boryslav Larin , 2011 +# Denys Pidlisnyi , 2016 +# Illia Volochii , 2021,2025 +# Jannis Leidel , 2011 +# Panasoft, 2016 +# Sergey Lysach , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Illia Volochii , 2021,2025\n" +"Language-Team: Ukrainian (http://app.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "В наявності %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Почніть вводити текст в цьому полі щоб відфільтрувати список доступних %s." + +msgid "Filter" +msgstr "Фільтр" + +#, javascript-format +msgid "Choose all %s" +msgstr "" + +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "Обрано %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" + +msgid "(click to clear)" +msgstr "" + +#, javascript-format +msgid "Remove all %s" +msgstr "" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Обрано %(sel)s з %(cnt)s" +msgstr[1] "Обрано %(sel)s з %(cnt)s" +msgstr[2] "Обрано %(sel)s з %(cnt)s" +msgstr[3] "Обрано %(sel)s з %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Ви зробили якісь зміни у деяких полях. Якщо Ви виконаєте цю дію, всі " +"незбережені зміни буде втрачено." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Зараз" + +msgid "Midnight" +msgstr "Північ" + +msgid "6 a.m." +msgstr "6" + +msgid "Noon" +msgstr "Полудень" + +msgid "6 p.m." +msgstr "18:00" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Примітка: Ви на %s годину попереду серверного часу." +msgstr[1] "Примітка: Ви на %s години попереду серверного часу." +msgstr[2] "Примітка: Ви на %s годин попереду серверного часу." +msgstr[3] "Примітка: Ви на %s годин попереду серверного часу." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Примітка: Ви на %s годину позаду серверного часу." +msgstr[1] "Примітка: Ви на %s години позаду серверного часу." +msgstr[2] "Примітка: Ви на %s годин позаду серверного часу." +msgstr[3] "Примітка: Ви на %s годин позаду серверного часу." + +msgid "Choose a Time" +msgstr "Оберіть час" + +msgid "Choose a time" +msgstr "Оберіть час" + +msgid "Cancel" +msgstr "Відмінити" + +msgid "Today" +msgstr "Сьогодні" + +msgid "Choose a Date" +msgstr "Оберіть дату" + +msgid "Yesterday" +msgstr "Вчора" + +msgid "Tomorrow" +msgstr "Завтра" + +msgid "January" +msgstr "січня" + +msgid "February" +msgstr "лютого" + +msgid "March" +msgstr "березня" + +msgid "April" +msgstr "квітня" + +msgid "May" +msgstr "травня" + +msgid "June" +msgstr "червня" + +msgid "July" +msgstr "липня" + +msgid "August" +msgstr "серпня" + +msgid "September" +msgstr "вересня" + +msgid "October" +msgstr "жовтня" + +msgid "November" +msgstr "листопада" + +msgid "December" +msgstr "грудня" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Січ." + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Лют." + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Берез." + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Квіт." + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Трав." + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Черв." + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Лип." + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Серп." + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Верес." + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Жовт." + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Листоп." + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Груд." + +msgid "Sunday" +msgstr "Неділя" + +msgid "Monday" +msgstr "Понеділок" + +msgid "Tuesday" +msgstr "Вівторок" + +msgid "Wednesday" +msgstr "Середа" + +msgid "Thursday" +msgstr "Четвер" + +msgid "Friday" +msgstr "П'ятниця" + +msgid "Saturday" +msgstr "Субота" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Нд" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Пн" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Вт" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Ср" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Чт" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Пт" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Сб" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0735f5d6d9169ddfe833ec6e9b7227eb7588f6a0 GIT binary patch literal 13106 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, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s کو کامیابی سے مٹا دیا گیا۔" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s نہیں مٹایا جا سکتا" + +msgid "Are you sure?" +msgstr "آپ کو یقین ھے؟" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "منتخب شدہ %(verbose_name_plural)s مٹائیں" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "تمام" + +msgid "Yes" +msgstr "ھاں" + +msgid "No" +msgstr "نھیں" + +msgid "Unknown" +msgstr "نامعلوم" + +msgid "Any date" +msgstr "کوئی تاریخ" + +msgid "Today" +msgstr "آج" + +msgid "Past 7 days" +msgstr "گزشتہ سات دن" + +msgid "This month" +msgstr "یہ مھینہ" + +msgid "This year" +msgstr "یہ سال" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "کاروائی:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "دوسرا %(verbose_name)s درج کریں" + +msgid "Remove" +msgstr "خارج کریں" + +msgid "action time" +msgstr "کاروائی کا وقت" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "شے کا شناختی نمبر" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "شے کا نمائندہ" + +msgid "action flag" +msgstr "کاروائی کا پرچم" + +msgid "change message" +msgstr "پیغام تبدیل کریں" + +msgid "log entry" +msgstr "لاگ کا اندراج" + +msgid "log entries" +msgstr "لاگ کے اندراج" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "اور" + +#, python-brace-format +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "کوئی خانہ تبدیل نھیں کیا گیا۔" + +msgid "None" +msgstr "کوئی نھیں" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"اشیاء پر کاروائی سرانجام دینے کے لئے ان کا منتخب ھونا ضروری ھے۔ کوئی شے " +"تبدیل نھیں کی گئی۔" + +msgid "No action selected." +msgstr "کوئی کاروائی منتخب نھیں کی گئی۔" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" کامیابی سے مٹایا گیا تھا۔" + +#, python-format +msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s کا اضافہ کریں" + +#, python-format +msgid "Change %s" +msgstr "%s تبدیل کریں" + +msgid "Database error" +msgstr "ڈیٹا بیس کی خرابی" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s کامیابی سے تبدیل کیا گیا تھا۔" +msgstr[1] "%(count)s %(name)s کامیابی سے تبدیل کیے گئے تھے۔" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s منتخب کیا گیا۔" +msgstr[1] "تمام %(total_count)s منتخب کئے گئے۔" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s میں سے 0 منتخب کیا گیا۔" + +#, python-format +msgid "Change history: %s" +msgstr "%s کی تبدیلی کا تاریخ نامہ" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "منتظم برائے جینگو سائٹ" + +msgid "Django administration" +msgstr "انتظامیہ برائے جینگو سائٹ" + +msgid "Site administration" +msgstr "سائٹ کی انتظامیہ" + +msgid "Log in" +msgstr "اندر جائیں" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "صفحہ نھیں ملا" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ھم معذرت خواہ ھیں، مطلوبہ صفحہ نھیں مل سکا۔" + +msgid "Home" +msgstr "گھر" + +msgid "Server error" +msgstr "سرور کی خرابی" + +msgid "Server error (500)" +msgstr "سرور کی خرابی (500)" + +msgid "Server Error (500)" +msgstr "سرور کی خرابی (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "منتخب شدہ کاروائیاں چلائیں" + +msgid "Go" +msgstr "جاؤ" + +msgid "Click here to select the objects across all pages" +msgstr "تمام صفحات میں سے اشیاء منتخب کرنے کے لئے یہاں کلک کریں۔" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "تمام %(total_count)s %(module_name)s منتخب کریں" + +msgid "Clear selection" +msgstr "انتخاب صاف کریں" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"پہلے نام صارف اور لفظ اجازت درج کریں۔ پھر آپ مزید صارف کے حقوق مدوّن کرنے کے " +"قابل ھوں گے۔" + +msgid "Enter a username and password." +msgstr "نام صارف اور لفظ اجازت درج کریں۔" + +msgid "Change password" +msgstr "لفظ اجازت تبدیل کریں" + +msgid "Please correct the error below." +msgstr "براہ کرم نیچے غلطیاں درست کریں۔" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "صارف %(username)s کے لئے نیا لفظ اجازت درج کریں۔" + +msgid "Welcome," +msgstr "خوش آمدید،" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "طریق استعمال" + +msgid "Log out" +msgstr "باہر جائیں" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s کا اضافہ کریں" + +msgid "History" +msgstr "تاریخ نامہ" + +msgid "View on site" +msgstr "سائٹ پر مشاھدہ کریں" + +msgid "Filter" +msgstr "چھانٹیں" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "مٹائیں" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' کو مٹانے کے نتیجے میں معتلقہ اشیاء مٹ " +"سکتی ھیں، مگر آپ کے کھاتے کو اشیاء کی مندرجہ ذیل اقسام مٹانے کا حق حاصل نھیں " +"ھے۔" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' کو مٹانے کے لئے مندرجہ ذیل محفوظ متعلقہ " +"اشیاء کو مٹانے کی ضرورت پڑ سکتی ھے۔" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"واقعی آپ %(object_name)s \"%(escaped_object)s\" کو مٹانا چاہتے ھیں۔ مندرجہ " +"ذیل تمام متعلقہ اجزاء مٹ جائیں گے۔" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ھاں، مجھے یقین ھے" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "متعدد اشیاء مٹائیں" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"منتخب شدہ %(objects_name)s کو مٹانے کے نتیجے میں متعلقہ اشیاء مٹ سکتی ھیں، " +"لیکن آپ کے کھاتے کو اشیاء کی مندرجہ ذیل اقسام کو مٹانے کا حق حاصل نھیں ھے۔" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"منتخب شدہ %(objects_name)s کو مٹانے کے لئے مندرجہ ذیل محفوظ شدہ اشیاء کو " +"مٹانے کی ضرورت پڑ سکتی ھے۔" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"واقعی آپ منتخب شدہ %(objects_name)s مٹانا چاھتے ھیں؟ مندرجہ ذیل اور ان سے " +"متعلقہ تمام اشیاء حذف ھو جائیں گی۔" + +msgid "Change" +msgstr "تدوین" + +msgid "Delete?" +msgstr "مٹاؤں؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr "از %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "اضافہ" + +msgid "You don't have permission to edit anything." +msgstr "آپ کو کوئی چیز مدوّن کرنے کا حق نھیں ھے۔" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "کچھ دستیاب نھیں" + +msgid "Unknown content" +msgstr "نامعلوم مواد" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"آپ کی ڈیٹا بیس کی تنصیب میں کوئی چیز خراب ھے۔ یقین کر لیں کہ موزون ڈیٹا بیس " +"ٹیبل بنائے گئے تھے، اور یقین کر لیں کہ ڈیٹ بیس مناسب صارف کے پڑھے جانے کے " +"قابل ھے۔" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "تاریخ/وقت" + +msgid "User" +msgstr "صارف" + +msgid "Action" +msgstr "کاروائی" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"اس شے کا تبدیلی کا تاریخ نامہ نھیں ھے۔ اس کا غالباً بذریعہ اس منتظم سائٹ کے " +"اضافہ نھیں کیا گیا۔" + +msgid "Show all" +msgstr "تمام دکھائیں" + +msgid "Save" +msgstr "محفوظ کریں" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "تلاش کریں" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s نتیجہ" +msgstr[1] "%(counter)s نتائج" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "کل %(full_result_count)s" + +msgid "Save as new" +msgstr "بطور نیا محفوظ کریں" + +msgid "Save and add another" +msgstr "محفوظ کریں اور مزید اضافہ کریں" + +msgid "Save and continue editing" +msgstr "محفوظ کریں اور تدوین جاری رکھیں" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ویب سائٹ پر آج کچھ معیاری وقت خرچ کرنے کے لئے شکریہ۔" + +msgid "Log in again" +msgstr "دوبارہ اندر جائیں" + +msgid "Password change" +msgstr "لفظ اجازت کی تبدیلی" + +msgid "Your password was changed." +msgstr "آپ کا لفظ اجازت تبدیل کر دیا گیا تھا۔" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"براہ کرم سیکیورٹی کی خاطر اپنا پرانا لفظ اجازت درج کریں اور پھر اپنا نیا لفظ " +"اجازت دو مرتبہ درج کریں تاکہ ھم توثیق کر سکیں کہ آپ نے اسے درست درج کیا ھے۔" + +msgid "Change my password" +msgstr "میرا لفظ تبدیل کریں" + +msgid "Password reset" +msgstr "لفظ اجازت کی دوبارہ ترتیب" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"آپ کا لفظ اجازت مرتب کر دیا گیا ھے۔ آپ کو آگے بڑھنے اور اندر جانے کی اجازت " +"ھے۔" + +msgid "Password reset confirmation" +msgstr "لفظ اجازت دوبارہ مرتب کرنے کی توثیق" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"براہ مھربانی اپنا نیا لفظ اجازت دو مرتبہ درج کریں تاکہ تاکہ ھم تصدیق کر سکیں " +"کہ تم نے اسے درست درج کیا ھے۔" + +msgid "New password:" +msgstr "نیا لفظ اجازت:" + +msgid "Confirm password:" +msgstr "لفظ اجازت کی توثیق:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"لفظ اجازت دوبارہ مرتب کرنے کا رابطہ (لنک) غلط تھا، غالباً یہ پہلے ھی استعمال " +"کیا چکا تھا۔ براہ مھربانی نیا لفظ اجازت مرتب کرنے کی درخواست کریں۔" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "براہ مھربانی مندرجہ ذیل صفحے پر جائیں اور نیا لفظ اجازت پسند کریں:" + +msgid "Your username, in case you've forgotten:" +msgstr "نام صارف، بھول جانے کی صورت میں:" + +msgid "Thanks for using our site!" +msgstr "ھماری سائٹ استعمال کرنے کے لئے شکریہ" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s کی ٹیم" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "میرا لفظ اجازت دوبارہ مرتب کریں" + +msgid "All dates" +msgstr "تمام تاریخیں" + +#, python-format +msgid "Select %s" +msgstr "%s منتخب کریں" + +#, python-format +msgid "Select %s to change" +msgstr "تبدیل کرنے کے لئے %s منتخب کریں" + +msgid "Date:" +msgstr "تاریخ:" + +msgid "Time:" +msgstr "وقت:" + +msgid "Lookup" +msgstr "ڈھونڈیں" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..65de1984ff62879a8ed018bd10e4dbb0ea8e7abb GIT binary patch literal 2678 zcmb7EO>Y}j6dj;IF&~8j5+IOn7gbV~aqQ5htwSnkXiK4Kqc#O~gEa9x+e621%zPw` z1dE`=SRxCQ1{VDRbrM2@NegWjS+Ri)OWxQL0yg{x#D;Tc#&+G70wa%)-+TAt+;i{q zFFUt=uHktW?~8c9$NLgq`#yZ(`4xBo_#5yc;Pdxu+G9Wh@>&Nz4%`P!0gnJ50gff- z?*g}B{T^^TFrTb#-~(8H0OUA9vi~9QL9AziZ2t+6<9!Ca47?0n0`7-%1^6TI61WW` ziG}q~aOQl65OfFdFz{*MDc}phN#Jw9kATkrzW_b~{4&8!AlLH)kn8yw$nky$J_Y;( z$o78%@zJ(F9PjS{a=u-_zkpfbaq!Z)2w;FB08uQCgED#^=E!`w5ABEJu{%GH;zh_P zC+qekUe<|w!TPix=EnS)`%d26-R}u|k4H{{cK7F{kDu5Od0&|KJR2e-T~2GSPZ^eN zOxl8Wd)lZW^TO6fOOE3SGRU{eqO-E215Ze{JZ9OxaJ4rrQ)pwBDXn73*G@T(#MiWT zMwFc?p`9(^_k?2_Gx#n$u8ZY);lYu&&N~5>j49EfONJyP?^}+189z;$NepD4Pi4ad zAvr_&k|B!%Gnv|7AQ;#$maQJ zZQOO<#~kS=O#L06;&xk3DV|MKh=$S)$_7G)>8b z2BxQ{(>{l@3gTiq@017Pg4$pwz5{_fuqQQkV(e(Q^lUnl8g-;EBq+^PP@69<`U4f) zu;ehe-t~k(a&F?7ez0rDxeCJ7kIKAbViI$7aMJQS9CH-7sc}1S4O>6vxMeR#vJx%5 zk-=e#e~$D^+BHJiJ;N#7==h3<^R0#ECaI0qBCdV>4-n3WRkf*`8tQ5zz4T~q67L#=WU1jV(FQf!1ZbrmU8gE?qnE&N!mQcw2e2+qrQJ-EeK zT~q6=Sq|Q;Hn&tgtcEwExV#Lp0X9*Zs=6M|l4@XQ6~vHs3-%3-xoN1nj-$0MEw$cU z;dqHV0$);VFa}(KPMov363%HT_Zx6nZLirP+@i1wDO4S)S2!kuqv|MFZ$YgEYHqa_ z)dGxR(O~HMe+?JNM@$ce)zGq}bI4s|YJ`q0gUv!XhXu0Eamrk ztzlUUm-GxOu0^FoAEv{cqWM^6bL3g1zHnY$4QG+{Mr6t7oft^B*jmyM zxy$`O*G^0w^?(Xm!I{Acvh_s!XC+{^g}Qr{Q1wVE^;N>SSC~X3D1&K0O&P)>4}?HylF6?dDPA(3okAOqIoMM+E0@ zqrqt40$^HeeBrt}#yNQgH%PSwz-56-;T$&}k, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2017-09-19 16:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "دستیاب %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "چھانٹیں" + +msgid "Choose all" +msgstr "سب منتخب کریں" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "خارج کریں" + +#, javascript-format +msgid "Chosen %s" +msgstr "منتخب شدہ %s" + +#, javascript-format +msgid "" +"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." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s میں سے %(sel)s منتخب کیا گیا" +msgstr[1] "%(cnt)s میں سے %(sel)s منتخب کیے گئے" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"آپ کے پاس ذاتی قابل تدوین خانوں میں غیر محفوظ تبدیلیاں موجود ھیں۔ اگر آپ " +"کوئی کاروائی کریں گے تو آپ کی غیر محفوظ تبدیلیاں ضائع ھو جائیں گی۔" + +msgid "" +"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." +msgstr "" +"آپ نے ایک کاروائی منتخب کی ھے لیکن ابھی تک آپ نے ذاتی خانوں میں اپنی " +"تبدیلیاں محفوظ نہیں کی ہیں براہ مھربانی محفوط کرنے کے لئے OK پر کلک کریں۔ آپ " +"کاوائی دوبارہ چلانے کی ضرورت ھوگی۔" + +msgid "" +"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." +msgstr "" +"آپ نے ایک کاروائی منتخب کی ھے، اور آپ نے ذاتی خانوں میں کوئی تبدیلی نہیں کی " +"غالباً آپ 'جاؤ' بٹن تلاش کر رھے ھیں بجائے 'مخفوظ کریں' بٹن کے۔" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "اب" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "وقت منتخب کریں" + +msgid "Midnight" +msgstr "نصف رات" + +msgid "6 a.m." +msgstr "6 ص" + +msgid "Noon" +msgstr "دوپھر" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "منسوخ کریں" + +msgid "Today" +msgstr "آج" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "گزشتہ کل" + +msgid "Tomorrow" +msgstr "آئندہ کل" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "دکھائیں" + +msgid "Hide" +msgstr "چھپائیں" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..253820c477e6e4d92329ec4d38250ee7cc6b9797 GIT binary patch literal 4634 zcmZ{mU2I%O6@Ui_w3t$8NH5~xxefdmM6sVe?d2@pRIJb_g4kcajGsUYP4GvMpZYm3 z8TTvrLHHWH5&j$A3~yktjN1<14R3?ez7xI|*5P(|05U`^Lg{xFz7Mt`Kb7#BgqPqL zd>)Ga@4|P&A43`c3ar6jLw@Q_ULS)0fHLnkUNY|;P{vKeJK!ED;~$0m)EQnf-jwwY z%DgL(5UERL`x8(?^?4|Ee-XY1J_A$uO(=G5r&07zz+2%oyanC|C2osQ^qhy%&qID{ z$m@1^8A{xrgInPhI0avZV&`jcFMI>e!aFfm>|N$Xl{yE-UsuvYnLmRv{wXN)f2I6> z8s_ss8Gi-hiuwVR^?VtMpFb`6o3j27Q2c!r%J@H*?SF%!XA6UbH$xe}gO|*^6Q*y& zCn)oLgTcZV;QQhCp!EM49EZP!61TrX(RU+@D*3V%%D8bTcI<+5QBAlFJ^*inpDF7v zLW#qZ@B{Fxke~VvuU+sZDEeN56Ywuk;tBUC`F;b+e76!@neTQedd8vbhZ#s0wE!h)7Y5036{`?2# z>wyts=hl)tpv3(SDE;n%GXGI1emn$mMV&6$DVadoZ=ZvxR!>5S^Rs3B^HA391t{@( z8A`ujLh1KMDE7Y&MgPCb`kUB9q+9-o9n~YTs-6W3vX-L%0pxz9dhRU?GS>_uHhv6| zIb^@iA>zNpP$Qe4CLjBeyOEEU4G)&AAZsCUt{&NQl8vS0TI3j1*6mlGqX977Ug(L0M`KYOmbUGq> zVlpzJol1(20w(fl-^R2JZQSySJ-5-vcJ$TD&rMAF)_L1br;@9ezuu6sPSjEeUF4E9 zHpOQUs3Sq3J0`WLjz)P&9f_?T`AjESY!9nrCSpF_v4KtPhCRpnChA#LKu;u9X~iVT z1s`|H?`FyC&BD&7QPqiv#A+MIK9)~QWo|(Uo$%F8arfFN zoLdR9*aWC6x*sn2miZgRrD&0`-0$02$katt=E9Y9q~@ZO5F4E(HkR;e6LoauTtgjq z0qyERlN2#K>3iB|sXFQXAX`!MBW?1POw@wsS9DtNk>w-RHlN~@Nm9L^rct6!1vd9L zpOw|sZBI1XDehGkOeNRYpu1k|OH$MAGFjVaQQFXGw>s^cRJTYH-E}tTBsw%B-9jf* z)Ds&eWW&%l)S_+U^}3~tHuOVFtw48UAL_)%sf&8lB{tRJXgvaIF^ibTZmdJ$uUayw zSh6N=_kpaDB*&7C$yGfk%c&3A@ZQONv$InNXDC%|#Zs3Y^ADYOQcGF8ZIh&%1px_~ zCxNVb?(me9TxvrSs6o##H1S9+V^_6t*0)2x7xV>Luu?~|NpT||bV*kFaT#)n4fHrk zk`E|yw8MtjutWwpBI~2HUld0;t(IL#sxEsLm3OZfSRI+6>lLYWIvPa&LZlvZ_Co%W z*vN5v#1c4QliWL4AAid6w= z$w%zaQI$ukI2^R=RHfLi#7go^or=929Q6~O`eQaudOSKsZ)C~ zommNtiwvLRR%vmA$J~Mb#n+bJQpORYQhfd;IHFfA#X$ zit*zcH^4acqBZEahSHUu%~wI@Ydw%D~edul;wI!--OTk9E)kT`cLi5z`4)toZ158hh2c}x@K)m6qp z8R2x1?(FxT*`zG@?m@ri;*M#mc~c9r(5E<{TV@Tn^hJ^`a6P9-*&1hIjB!i2*u=!# z=sf6~1G;{bXtd-uR{e?*C|wipuL*S-f!vx6#RNSd`$D2DOQB9zcgoOkpcWw*5TjJ0 zv_vulCND%{c#8}0Sl_Km+ljTjW!^?CfhH>@Z7|P;>a4G=<{mL*B;{hN{LOu15*$rs z9rx!ed4`M)B|K&@Fx(tYXYIZm>Au#h#f~^{x^}KJGwL<;TrG9jCb7hrX|YB-lm$kv zn+^wB--J@z)fkzY`oIyufvf@1B+GqERxrRXr^759xQG+n*T}6+o^4v5Wl5x#1V9o2 zU8^`wQ1T>lAxcx!OXQYKB%7UHUBd(;lhR06=1ViC%ZDwQ)x2{V(+Nq=R0g7;yoJ_t z=6~Nz_HIL6u53nsszhlbd)&m>378_-nGftKH%8nexzE^YW6+>)sYG~9&{`D1m ztumh(Qxgw3Q_?JU>U_qZv48|$%Z8Ho*Hk#JvymO7Tx{HVuItDBYzWOh=ZE_6& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8b4f8fd6b8e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po @@ -0,0 +1,724 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Alex Ibragimov, 2021 +# Anvar Ulugov , 2020 +# Bedilbek Khamidov , 2019 +# Claude Paroz , 2019 +# Nuriddin Islamov, 2021 +# Shukrullo Turgunov , 2021,2024 +# Sukhrobbek Ismatov , 2019 +# Yet Sum , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 11:41-0300\n" +"PO-Revision-Date: 2024-01-25 07:05+0000\n" +"Last-Translator: Shukrullo Turgunov , 2021,2024\n" +"Language-Team: Uzbek (http://app.transifex.com/django/django/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "%(verbose_name_plural)s larni o'chirish" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d%(items)s muvaffaqiyatli o'chirildi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s o'chirib bo'lmadi" + +msgid "Are you sure?" +msgstr "Ishonchingiz komilmi?" + +msgid "Administration" +msgstr "Administratsiya" + +msgid "All" +msgstr "Barchasi" + +msgid "Yes" +msgstr "Ha" + +msgid "No" +msgstr "Yo'q" + +msgid "Unknown" +msgstr "Noma'lum" + +msgid "Any date" +msgstr "Istalgan kun" + +msgid "Today" +msgstr "Bugun" + +msgid "Past 7 days" +msgstr "O'tgan 7 kun" + +msgid "This month" +msgstr "Shu oyda" + +msgid "This year" +msgstr "Shu yilda" + +msgid "No date" +msgstr "Sanasi yo'q" + +msgid "Has date" +msgstr "Sanasi bor" + +msgid "Empty" +msgstr "Bo'sh" + +msgid "Not empty" +msgstr "Bo'sh emas" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Xodimlar akkaunti uchun to'g'ri %(username)s va parolni kiriting. E'tibor " +"bering, har ikkala maydon ham harf katta-kichikligini hisobga olishi mumkin." + +msgid "Action:" +msgstr "Harakat:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Boshqa %(verbose_name)s qo‘shish" + +msgid "Remove" +msgstr "O'chirish" + +msgid "Addition" +msgstr " Qo'shish" + +msgid "Change" +msgstr "O'zgartirish" + +msgid "Deletion" +msgstr "O'chirish" + +msgid "action time" +msgstr "harakat vaqti" + +msgid "user" +msgstr "foydalanuvchi" + +msgid "content type" +msgstr "tarkib turi" + +msgid "object id" +msgstr "obyekt identifikatori" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "obyekt taqdimi" + +msgid "action flag" +msgstr "harakat bayrog'i" + +msgid "change message" +msgstr "xabarni o'zgartirish" + +msgid "log entry" +msgstr "jurnal yozuvi" + +msgid "log entries" +msgstr "jurnal yozuvlari" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" qo'shildi." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "%(object)s dan %(changes)sga o'zgartirildi." + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" o'chirildi." + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "va" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "Bo'sh" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +msgid "Select this object for an action - {}" +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +msgid "You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} \"{obj}\" muvaffaqiyatli o'zgartirildi." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s%(obj)smuvaffaqiyatli o'chirildi" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Qo'shish %s" + +#, python-format +msgid "Change %s" +msgstr "%sni o'zgartirish" + +#, python-format +msgid "View %s" +msgstr "Ko'rish %s" + +msgid "Database error" +msgstr "Ma'lumotlar bazasi xatoligi yuz berdi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "Server xatoligi" + +msgid "Server error (500)" +msgstr "Server xatoligi (500)" + +msgid "Server Error (500)" +msgstr "Server xatoligi (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Tanlangan faoliyatni ishga tushirish" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "Breadcrumbs" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Qo'shish" + +msgid "View" +msgstr "Ko'rish" + +msgid "You don’t have permission to view or edit anything." +msgstr "" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Username va parolni kiritish" + +msgid "Change password" +msgstr "Parolni o'zgartirish" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Skip to main content" +msgstr "" + +msgid "Welcome," +msgstr "Xush kelibsiz," + +msgid "View site" +msgstr "Saytni ko'rish" + +msgid "Documentation" +msgstr "Qo'llanma" + +msgid "Log out" +msgstr "Chiqish" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)sqo'shish" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "Saytda ko'rish" + +msgid "Filter" +msgstr "Saralash" + +msgid "Hide counts" +msgstr "" + +msgid "Show counts" +msgstr "" + +msgid "Clear all filters" +msgstr "" + +msgid "Remove from sorting" +msgstr "Tartiblashdan chiqarish" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Toggle theme (current theme: auto)" +msgstr "" + +msgid "Toggle theme (current theme: light)" +msgstr "" + +msgid "Toggle theme (current theme: dark)" +msgstr "" + +msgid "Delete" +msgstr "O'chirish" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I’m sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Delete?" +msgstr "O'chirasizmi?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "Xulosa" + +msgid "Recent actions" +msgstr "So'ngi harakatlar" + +msgid "My actions" +msgstr "Mening harakatlarim" + +msgid "None available" +msgstr "" + +msgid "Added:" +msgstr "" + +msgid "Changed:" +msgstr "" + +msgid "Deleted:" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Toggle navigation" +msgstr "Navigatsiyani almashtirish" + +msgid "Sidebar" +msgstr "" + +msgid "Start typing to filter…" +msgstr "" + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "Saqlash" + +msgid "Popup closing…" +msgstr "" + +msgid "Search" +msgstr "Izlash" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Save and view" +msgstr "" + +msgid "Close" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#, python-format +msgid "View selected %(model)s" +msgstr "" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you’ve forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Parolimni tiklash" + +msgid "Select all objects on this page for an action" +msgstr "" + +msgid "All dates" +msgstr "Barcha sanalar" + +#, python-format +msgid "Select %s" +msgstr "%sni tanlash" + +#, python-format +msgid "Select %s to change" +msgstr "" + +#, python-format +msgid "Select %s to view" +msgstr "" + +msgid "Date:" +msgstr "Sana:" + +msgid "Time:" +msgstr "Vaqt:" + +msgid "Lookup" +msgstr "Izlash" + +msgid "Currently:" +msgstr "Hozirda:" + +msgid "Change:" +msgstr "O'zgartirish:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7c922f69173f5f96c983a7a856ed85df6f4bf2a4 GIT binary patch literal 3783 zcmchZ%ZnUE9LGzI8dr_)_p4lulW3;*p+=cx!ObRXHgR`DcCs;whwACt?#gsm%~n^> zWESypP(%b367e7?=)u=P1yK+LLH_{Jn;=B+BAz^W6u-ajnq(5A1_Ya}{&dy+>Q}#4 zRqc;gt~^zJCn71pPOB|2@x- zz)Laynddj2-+?0-KMr05{tDg({tn&+UJK>x!70yKkk(%WA;Oly3&F>IzvY>L_+uGf zU`~!q4 z_6jD`dar@oz&Amf_XF4ge+I7tmmx$v3|<31<@-l{|6TBEjDHDU3w{UgM{a%rDNj={ z3QMxbJOxPWC%&&iTDJfxFHeJ5n!N;W0FQdU?fD6KCC0x3N&b6q3wRuS2;6Y7kH66YY^$Ebb(vY$gaE4=(z=r;&Kxj*-1WP3cCUAZZvu*9uzCeCp}l7(H^)C?RGSJ z;6_;|^iA;@JT-jW<2yHk6dQU*E0i@upPSHVZx0@XmrbBuk9HXv`A+ep7zJol19za& zQ%AcK4IyKfqfwo1M%#!+&#e_0CvM!7%XD+j%?jVRsihr0F(6w`M*sNRRxW}pU|V^I zFx{~#Wz$7m{ug-S)3O1?2?GeWmy%4QN{a_PYZ-znTsuc@-3o*V9^<=kBAQdz26 zZSD+jmFl=iQw($AxWOs`n;HCWWoEjv{2ijz?2}?UWlLtEv}{&}wh*?@W>xCY->o9a z_6S{$?J3ee+f!)C=7nt~c=y@7inNLo#}qO^*w>f?qUmQPR8|AFT>y z6cM!$3Z?5w$k6JpXE>(IJUF9KC-QvKB3}jn(V{9u|7MYiP##T_8M2!-`yC0FQK^pN zM_%K5rK~a@nO^158RN+g$sDyv>Zr03fjTa94nzpC(6Pj3)leR(u8Ingav3RCZnqUB z(N|=!uQyGDkL+8l@0VRgqIEiF8hmnma-u#lS)aI{Pi$@6KY7nM zo{>jH?&?h|be;-lY=bWpa5_Sz&S3-x2qbh|h*;K}Qe+K&U@eqwzA168(-<4;^?HG$ z*=j`|30fu_tIQf8^^?bnwXw}3^K$_(xOYp*jZVzY`h;M+zsp3k)6XE@+nrJ5KNEZh5fJi|*kfqJwycY#Ym06)HGk zO_~ZW2`#kZm8O_2i&gjc-5qqMid+pO26}W%Mq!2WcREy4VIdSMR2jBSwH7a03936Z zP!Ii6Aiwk)&?hb7XiVhBKLT1=+a7&#t7nT!C6kQ ztHR4Km_Av&+pHmR{*P#Rqz z?qqBzYHPU8EoEx8=)-|nVNyTBm7BmCI?iLd@3+9I8jgF_Zi`fS5lrO9!o_mhs4taK z-mYwDE951H4kQvuG4L<-6_n$$ixIr6$Z$I#$HkzsstEoM)}Dyxzu0>s#HU*vqbhcx zAYy@1DfdojYH3yBzCZ_VAi8utlx63Ov&fT>^5a8|Ftt&`uB`aI62WIwTp~3IqKn`p zR#nrhkRhnmT9t+}ojez-*yb55LaqMv%, 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-12-15 16:52+0000\n" +"Last-Translator: Nuriddin Islamov\n" +"Language-Team: Uzbek (http://www.transifex.com/django/django/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mavjud %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Bu mavjud %s ro'yxati. Siz ulardan ba'zilarini quyidagi maydonchada " +"belgilab, so'ng ikkala maydonlar orasidagi \"Tanlash\" ko'rsatkichiga bosish " +"orqali tanlashingiz mumkin." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Mavjud bo'lgan %s larni ro'yxatini filtrlash uchun ushbu maydonchaga " +"kiriting." + +msgid "Filter" +msgstr "Filtrlash" + +msgid "Choose all" +msgstr "Barchasini tanlash" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Barcha %s larni birdan tanlash uchun bosing." + +msgid "Choose" +msgstr "Tanlash" + +msgid "Remove" +msgstr "O'chirish" + +#, javascript-format +msgid "Chosen %s" +msgstr "Tanlangan %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Bu tanlangan %s ro'yxati. Siz ulardan ba'zilarini quyidagi maydonchada " +"belgilab, so'ng ikkala maydonlar orasidagi \"O'chirish\" ko'rsatkichiga " +"bosish orqali o'chirishingiz mumkin." + +msgid "Remove all" +msgstr "Barchasini o'chirish" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Barcha tanlangan %s larni birdan o'chirib tashlash uchun bosing." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s dan %(sel)s tanlandi" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Siz alohida tahrirlash mumkin bo'lgan maydonlarda saqlanmagan " +"o‘zgarishlaringiz mavjud. Agar siz harakatni ishga tushirsangiz, saqlanmagan " +"o'zgarishlaringiz yo'qotiladi." + +msgid "" +"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." +msgstr "" + +msgid "" +"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." +msgstr "" + +msgid "Now" +msgstr "Hozir" + +msgid "Midnight" +msgstr "Yarim tun" + +msgid "6 a.m." +msgstr "6 t.o." + +msgid "Noon" +msgstr "Kun o'rtasi" + +msgid "6 p.m." +msgstr "6 t.k." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Eslatma: Siz server vaqtidan %s soat oldindasiz." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Eslatma: Siz server vaqtidan %s soat orqadasiz." + +msgid "Choose a Time" +msgstr "Vaqtni tanlang" + +msgid "Choose a time" +msgstr "Vaqtni tanlang" + +msgid "Cancel" +msgstr "Bekor qilish" + +msgid "Today" +msgstr "Bugun" + +msgid "Choose a Date" +msgstr "Sanani tanlang" + +msgid "Yesterday" +msgstr "Kecha" + +msgid "Tomorrow" +msgstr "Ertaga" + +msgid "January" +msgstr "Yanvar" + +msgid "February" +msgstr "Fevral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "Iyun" + +msgid "July" +msgstr "Iyul" + +msgid "August" +msgstr "Avgust" + +msgid "September" +msgstr "Sentabr" + +msgid "October" +msgstr "Oktabr" + +msgid "November" +msgstr "Noyabr" + +msgid "December" +msgstr "Dekabr" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Ya" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Du" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Se" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ch" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Pa" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Ju" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Sh" + +msgid "Show" +msgstr "Ko'rsatish" + +msgid "Hide" +msgstr "Bekitish" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1091b6fcd50b0d8a1b6abb73a19f7bbfb5ee4fb2 GIT binary patch literal 18077 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 Sw|ma{y9PevXEmawrT+y}Br&xB literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..60fe2ce82c1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,726 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dimitris Glezos , 2012 +# Jannis Leidel , 2011 +# Thanh Le Viet , 2013 +# Tran , 2011 +# Tran Van , 2011-2013,2016,2018 +# tinnguyen121221, 2021 +# Vuong Nguyen , 2011 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-12-23 17:57+0000\n" +"Last-Translator: tinnguyen121221\n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Xóa các %(verbose_name_plural)s đã chọn" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Đã xóa thành công %(count)d %(items)s ." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Không thể xóa %(name)s" + +msgid "Are you sure?" +msgstr "Bạn có chắc chắn không?" + +msgid "Administration" +msgstr "Quản trị website" + +msgid "All" +msgstr "Tất cả" + +msgid "Yes" +msgstr "Có" + +msgid "No" +msgstr "Không" + +msgid "Unknown" +msgstr "Chưa xác định" + +msgid "Any date" +msgstr "Bất kì ngày nào" + +msgid "Today" +msgstr "Hôm nay" + +msgid "Past 7 days" +msgstr "7 ngày trước" + +msgid "This month" +msgstr "Tháng này" + +msgid "This year" +msgstr "Năm nay" + +msgid "No date" +msgstr "Không có ngày" + +msgid "Has date" +msgstr "Có ngày" + +msgid "Empty" +msgstr "Rỗng" + +msgid "Not empty" +msgstr "Không rỗng" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Bạn hãy nhập đúng %(username)s và mật khẩu. (Có phân biệt chữ hoa, thường)" + +msgid "Action:" +msgstr "Hoạt động:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Thêm một %(verbose_name)s " + +msgid "Remove" +msgstr "Gỡ bỏ" + +msgid "Addition" +msgstr "Thêm" + +msgid "Change" +msgstr "Thay đổi" + +msgid "Deletion" +msgstr "Xóa" + +msgid "action time" +msgstr "Thời gian tác động" + +msgid "user" +msgstr "người dùng" + +msgid "content type" +msgstr "kiểu nội dung" + +msgid "object id" +msgstr "Mã đối tượng" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "đối tượng repr" + +msgid "action flag" +msgstr "hiệu hành động" + +msgid "change message" +msgstr "thay đổi tin nhắn" + +msgid "log entry" +msgstr "đăng nhập" + +msgid "log entries" +msgstr "mục đăng nhập" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Đã thêm “%(object)s”." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Đã thay đổi “%(object)s” — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Đã xóa “%(object)s.”" + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Đã thêm {name} “{object}”." + +msgid "Added." +msgstr "Được thêm." + +msgid "and" +msgstr "và" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Đã thay đổi {fields} cho {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Đã thay đổi {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Đã xóa {name} “{object}”." + +msgid "No fields changed." +msgstr "Không có trường nào thay đổi" + +msgid "None" +msgstr "Không" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Nhấn giữ phím “Control”, hoặc “Command” trên máy Mac, để chọn nhiều hơn một." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} “{obj}” được thêm vào thành công." + +msgid "You may edit it again below." +msgstr "Bạn có thể chỉnh sửa lại bên dưới." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} “{obj}” được thêm vào thành công. Bạn có thể thêm một {name} khác bên " +"dưới." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” được chỉnh sửa thành công. Bạn có thể chỉnh sửa lại bên dưới." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully. You may edit it again below." +msgstr "" +"{name} “{obj}” được thêm vào thành công. Bạn có thể chỉnh sửa lại bên dưới." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} “{obj}” được chỉnh sửa thành công. Bạn có thể thêm một {name} khác " +"bên dưới." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} “{obj}” đã được thay đổi thành công." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Mục tiêu phải được chọn mới có thể thực hiện hành động trên chúng. Không có " +"mục tiêu nào đã được thay đổi." + +msgid "No action selected." +msgstr "Không có hoạt động nào được lựa chọn." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s “%(obj)s” đã được xóa thành công." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s với ID “%(key)s” không tồn tại. Có lẽ nó đã bị xóa?" + +#, python-format +msgid "Add %s" +msgstr "Thêm %s" + +#, python-format +msgid "Change %s" +msgstr "Thay đổi %s" + +#, python-format +msgid "View %s" +msgstr "Xem %s" + +msgid "Database error" +msgstr "Cơ sở dữ liệu bị lỗi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] " %(count)s %(name)s đã được thay đổi thành công." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Tất cả %(total_count)s đã được chọn" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 của %(cnt)s được chọn" + +#, python-format +msgid "Change history: %s" +msgstr "Lịch sử thay đổi: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Xóa %(class_name)s %(instance)s sẽ tự động xóa các đối tượng liên quan sau: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Trang web admin Django" + +msgid "Django administration" +msgstr "Trang quản trị cho Django" + +msgid "Site administration" +msgstr "Site quản trị hệ thống." + +msgid "Log in" +msgstr "Đăng nhập" + +#, python-format +msgid "%(app)s administration" +msgstr "Quản lý %(app)s" + +msgid "Page not found" +msgstr "Không tìm thấy trang nào" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "Rất tiếc, không thể tìm thấy trang được yêu cầu." + +msgid "Home" +msgstr "Trang chủ" + +msgid "Server error" +msgstr "Lỗi máy chủ" + +msgid "Server error (500)" +msgstr "Lỗi máy chủ (500)" + +msgid "Server Error (500)" +msgstr "Lỗi máy chủ (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Có lỗi xảy ra. Lỗi sẽ được gửi đến quản trị website qua email và sẽ được " +"khắc phục sớm. Cám ơn bạn." + +msgid "Run the selected action" +msgstr "Bắt đầu hành động lựa chọn" + +msgid "Go" +msgstr "Đi đến" + +msgid "Click here to select the objects across all pages" +msgstr "Click vào đây để lựa chọn các đối tượng trên tất cả các trang" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Hãy chọn tất cả %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Xóa lựa chọn" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Các mô models trong %(name)s" + +msgid "Add" +msgstr "Thêm vào" + +msgid "View" +msgstr "Xem" + +msgid "You don’t have permission to view or edit anything." +msgstr "Bạn không có quyền xem hoặc chỉnh sửa bất cứ gì." + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "" +"Đầu tiên, điền tên đăng nhập và mật khẩu. Sau đó, bạn mới có thể chỉnh sửa " +"nhiều hơn lựa chọn của người dùng." + +msgid "Enter a username and password." +msgstr "Điền tên đăng nhập và mật khẩu." + +msgid "Change password" +msgstr "Đổi mật khẩu" + +msgid "Please correct the error below." +msgstr "Hãy sửa lỗi sai dưới đây" + +msgid "Please correct the errors below." +msgstr "Hãy chỉnh sửa lại các lỗi sau." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Hãy nhập mật khẩu mới cho người sử dụng %(username)s." + +msgid "Welcome," +msgstr "Chào mừng bạn," + +msgid "View site" +msgstr "Xem trang web" + +msgid "Documentation" +msgstr "Tài liệu" + +msgid "Log out" +msgstr "Thoát" + +#, python-format +msgid "Add %(name)s" +msgstr "Thêm vào %(name)s" + +msgid "History" +msgstr "Bản ghi nhớ" + +msgid "View on site" +msgstr "Xem trên trang web" + +msgid "Filter" +msgstr "Bộ lọc" + +msgid "Clear all filters" +msgstr "Xóa tất cả bộ lọc" + +msgid "Remove from sorting" +msgstr "Bỏ khỏi sắp xếp" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sắp xếp theo:%(priority_number)s" + +msgid "Toggle sorting" +msgstr "Hoán đổi sắp xếp" + +msgid "Delete" +msgstr "Xóa" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Xóa %(object_name)s '%(escaped_object)s' sẽ làm mất những dữ liệu có liên " +"quan. Tài khoản của bạn không được cấp quyển xóa những dữ liệu đi kèm theo." + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Xóa các %(object_name)s ' %(escaped_object)s ' sẽ bắt buộc xóa các đối " +"tượng được bảo vệ sau đây:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Bạn có chắc là muốn xóa %(object_name)s \"%(escaped_object)s\"?Tất cả những " +"dữ liệu đi kèm dưới đây cũng sẽ bị mất:" + +msgid "Objects" +msgstr "Đối tượng" + +msgid "Yes, I’m sure" +msgstr "Có, tôi chắc chắn" + +msgid "No, take me back" +msgstr "Không, đưa tôi trở lại" + +msgid "Delete multiple objects" +msgstr "Xóa nhiều đối tượng" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Xóa các %(objects_name)s sẽ bắt buộc xóa các đối tượng liên quan, nhưng tài " +"khoản của bạn không có quyền xóa các loại đối tượng sau đây:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Xóa các %(objects_name)s sẽ bắt buộc xóa các đối tượng đã được bảo vệ sau " +"đây:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Bạn chắc chắn muốn xóa những lựa chọn %(objects_name)s? Tất cả những đối " +"tượng sau và những đối tượng liên quan sẽ được xóa:" + +msgid "Delete?" +msgstr "Bạn muốn xóa?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Bởi %(filter_title)s " + +msgid "Summary" +msgstr "Tóm tắt" + +msgid "Recent actions" +msgstr "Hoạt động gần đây" + +msgid "My actions" +msgstr "Hoạt động của tôi" + +msgid "None available" +msgstr "Không có sẵn" + +msgid "Unknown content" +msgstr "Không biết nội dung" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Một vài lỗi với cơ sở dữ liệu cài đặt của bạn. Hãy chắc chắn bảng biểu dữ " +"liệu được tạo phù hợp và dữ liệu có thể được đọc bởi những người sử dụng phù " +"hợp." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Bạn đã xác thực bằng tài khoản %(username)s, nhưng không đủ quyền để truy " +"cập trang này. Bạn có muốn đăng nhập bằng một tài khoản khác?" + +msgid "Forgotten your password or username?" +msgstr "Bạn quên mật khẩu hoặc tài khoản?" + +msgid "Toggle navigation" +msgstr "" + +msgid "Start typing to filter…" +msgstr "Nhập để lọc..." + +msgid "Filter navigation items" +msgstr "" + +msgid "Date/time" +msgstr "Ngày/giờ" + +msgid "User" +msgstr "Người dùng" + +msgid "Action" +msgstr "Hành động" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Đối tượng này không có một lịch sử thay đổi. Nó có lẽ đã không được thêm vào " +"qua trang web admin." + +msgid "Show all" +msgstr "Hiện tất cả" + +msgid "Save" +msgstr "Lưu lại" + +msgid "Popup closing…" +msgstr "Đang đóng cửa sổ popup ..." + +msgid "Search" +msgstr "Tìm kiếm" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s kết quả" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "tổng số %(full_result_count)s" + +msgid "Save as new" +msgstr "Lưu mới" + +msgid "Save and add another" +msgstr "Lưu và thêm mới" + +msgid "Save and continue editing" +msgstr "Lưu và tiếp tục chỉnh sửa" + +msgid "Save and view" +msgstr "Lưu lại và xem" + +msgid "Close" +msgstr "Đóng" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Thay đổi %(model)s đã chọn" + +#, python-format +msgid "Add another %(model)s" +msgstr "Thêm %(model)s khác" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Xóa %(model)s đã chọn" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Cảm ơn bạn đã dành thời gian với trang web." + +msgid "Log in again" +msgstr "Đăng nhập lại" + +msgid "Password change" +msgstr "Thay đổi mật khẩu" + +msgid "Your password was changed." +msgstr "Mật khẩu của bạn đã được thay đổi" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Hãy nhập lại mật khẩu cũ và sau đó nhập mật khẩu mới hai lần để chúng tôi có " +"thể kiểm tra lại xem bạn đã gõ chính xác hay chưa." + +msgid "Change my password" +msgstr "Thay đổi mật khẩu" + +msgid "Password reset" +msgstr "Lập lại mật khẩu" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Mật khẩu của bạn đã được lập lại. Bạn hãy thử đăng nhập." + +msgid "Password reset confirmation" +msgstr "Xác nhận việc lập lại mật khẩu" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Hãy nhập mật khẩu mới hai lần để chúng tôi có thể kiểm tra xem bạn đã gõ " +"chính xác chưa" + +msgid "New password:" +msgstr "Mật khẩu mới" + +msgid "Confirm password:" +msgstr "Nhập lại mật khẩu:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Liên kết đặt lại mật khẩu không hợp lệ, có thể vì nó đã được sử dụng. Xin " +"vui lòng yêu cầu đặt lại mật khẩu mới." + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Chúng tôi đã gửi cho bạn hướng dẫn thiết lập mật khẩu của bạn qua email, nếu " +"tài khoản tồn tại với email bạn đã nhập. Bạn sẽ nhận được chúng sớm." + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Nếu bạn không nhận được email, hãy đảm bảo rằng bạn đã nhập địa chỉ mà bạn " +"đã đăng ký và kiểm tra thư mục spam của mình." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Bạn nhận được email này vì bạn đã yêu cầu làm mới lại mật khẩu cho tài khoản " +"của bạn tại %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Hãy vào đường link dưới đây và chọn một mật khẩu mới" + +msgid "Your username, in case you’ve forgotten:" +msgstr "Tên đăng nhập của bạn, trường hợp bạn quên nó:" + +msgid "Thanks for using our site!" +msgstr "Cảm ơn bạn đã sử dụng website của chúng tôi!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Đội của %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"Quên mật khẩu? Nhập địa chỉ email vào ô dưới đây. Chúng tôi sẽ email cho bạn " +"hướng dẫn cách thiết lập mật khẩu mới." + +msgid "Email address:" +msgstr "Địa chỉ Email:" + +msgid "Reset my password" +msgstr "Làm lại mật khẩu" + +msgid "All dates" +msgstr "Tất cả các ngày" + +#, python-format +msgid "Select %s" +msgstr "Chọn %s" + +#, python-format +msgid "Select %s to change" +msgstr "Chọn %s để thay đổi" + +#, python-format +msgid "Select %s to view" +msgstr "Chọn %s để xem" + +msgid "Date:" +msgstr "Ngày:" + +msgid "Time:" +msgstr "Giờ:" + +msgid "Lookup" +msgstr "Tìm" + +msgid "Currently:" +msgstr "Hiện nay:" + +msgid "Change:" +msgstr "Thay đổi:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c9d57cda5cf7ba98faa34c97f47471a6b8276552 GIT binary patch literal 5302 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, 2011 +# Tran , 2011 +# Tran Van , 2013 +# tinnguyen121221, 2021 +# Vuong Nguyen , 2011 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-12-23 17:25+0000\n" +"Last-Translator: tinnguyen121221\n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Có sẵn %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Danh sách các lựa chọn đang có %s. Bạn có thể chọn bằng bách click vào mũi " +"tên \"Chọn\" nằm giữa hai hộp." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Bạn hãy nhập vào ô này để lọc các danh sách sau %s." + +msgid "Filter" +msgstr "Lọc" + +msgid "Choose all" +msgstr "Chọn tất cả" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click để chọn tất cả %s ." + +msgid "Choose" +msgstr "Chọn" + +msgid "Remove" +msgstr "Xóa" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chọn %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"Danh sách bạn đã chọn %s. Bạn có thể bỏ chọn bằng cách click vào mũi tên " +"\"Xoá\" nằm giữa hai ô." + +msgid "Remove all" +msgstr "Xoá tất cả" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click để bỏ chọn tất cả %s" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] " %(sel)s của %(cnt)s được chọn" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Bạn chưa lưu những trường đã chỉnh sửa. Nếu bạn chọn hành động này, những " +"chỉnh sửa chưa được lưu sẽ bị mất." + +msgid "" +"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." +msgstr "" +"Bạn đã chọn một hành động, nhưng bạn chưa lưu các thay đổi trên các trường. " +"Vui lòng bấm OK để lưu lại. Bạn sẽ cần chạy lại hành dộng." + +msgid "" +"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." +msgstr "" +"Bạn đã chọn một hành động và bạn đã không thực hiện bất kỳ thay đổi nào trên " +"các trường. Có lẽ bạn nên bấm nút Đi đến hơn là nút Lưu lại." + +msgid "Now" +msgstr "Bây giờ" + +msgid "Midnight" +msgstr "Nửa đêm" + +msgid "6 a.m." +msgstr "6 giờ sáng" + +msgid "Noon" +msgstr "Buổi trưa" + +msgid "6 p.m." +msgstr "6 giờ chiều" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Lưu ý: Hiện tại bạn đang thấy thời gian trước %s giờ so với thời gian máy " +"chủ." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Lưu ý: Hiện tại bạn đang thấy thời gian sau %s giờ so với thời gian máy chủ." + +msgid "Choose a Time" +msgstr "Chọn Thời gian" + +msgid "Choose a time" +msgstr "Chọn giờ" + +msgid "Cancel" +msgstr "Hủy bỏ" + +msgid "Today" +msgstr "Hôm nay" + +msgid "Choose a Date" +msgstr "Chọn Ngày" + +msgid "Yesterday" +msgstr "Hôm qua" + +msgid "Tomorrow" +msgstr "Ngày mai" + +msgid "January" +msgstr "Tháng Một" + +msgid "February" +msgstr "Tháng Hai" + +msgid "March" +msgstr "Tháng Ba" + +msgid "April" +msgstr "Tháng Tư" + +msgid "May" +msgstr "Tháng Năm" + +msgid "June" +msgstr "Tháng Sáu" + +msgid "July" +msgstr "Tháng Bảy" + +msgid "August" +msgstr "Tháng Tám" + +msgid "September" +msgstr "Tháng Chín" + +msgid "October" +msgstr "Tháng Mười" + +msgid "November" +msgstr "Tháng Mười Một" + +msgid "December" +msgstr "Tháng Mười Hai" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Tháng Một" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Tháng Hai" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Tháng Ba" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Tháng Tư" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Tháng Năm" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Tháng Sáu" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Tháng Bảy" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Tháng Tám" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Tháng Chín" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Tháng Mười" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Tháng Mười Một" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Tháng Mười Hai" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "CN" + +msgctxt "one letter Monday" +msgid "M" +msgstr "2" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "3" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "4" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "5" + +msgctxt "one letter Friday" +msgid "F" +msgstr "6" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "7" + +msgid "Show" +msgstr "Hiện ra" + +msgid "Hide" +msgstr "Dấu đi" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7bec9b7a2c756acaa0e7c70f32c07e30a5a8ea4f GIT binary patch literal 17143 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c6fcf86e8f5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,779 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# lanbla , 2021 +# Brian Wang , 2018 +# Fulong Sun , 2016 +# Huanqun Yang, 2022 +# jack yang, 2023 +# Jannis Leidel , 2011 +# Kevin Sze , 2012 +# Lele Long , 2011,2015 +# Le Yang , 2018 +# li beite , 2020 +# Liping Wang , 2016-2017 +# mozillazg , 2016 +# Ronald White , 2013-2014 +# Scott Jiang, 2023 +# Sean Lee , 2013 +# Sean Lee , 2013 +# slene , 2011 +# Suntravel Chris , 2019 +# Wentao Han , 2018,2020 +# xuyi wang , 2018 +# yf zhan , 2018 +# dykai , 2019 +# ced773123cfad7b4e8b79ca80f736af9, 2012 +# 千百度, 2024 +# LatteFang <370358679@qq.com>, 2020 +# Kevin Sze , 2012 +# 考证 李 , 2020 +# 雨翌 , 2016 +# 高乐喆 , 2023 +# Ronald White , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 07:05+0000\n" +"Last-Translator: 千百度, 2024\n" +"Language-Team: Chinese (China) (http://app.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "删除所选的 %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "成功删除了 %(count)d 个 %(items)s" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "无法删除 %(name)s" + +msgid "Are you sure?" +msgstr "你确定吗?" + +msgid "Administration" +msgstr "管理" + +msgid "All" +msgstr "全部" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +msgid "Unknown" +msgstr "未知" + +msgid "Any date" +msgstr "任意日期" + +msgid "Today" +msgstr "今天" + +msgid "Past 7 days" +msgstr "过去7天" + +msgid "This month" +msgstr "本月" + +msgid "This year" +msgstr "今年" + +msgid "No date" +msgstr "没有日期" + +msgid "Has date" +msgstr "具有日期" + +msgid "Empty" +msgstr "空" + +msgid "Not empty" +msgstr "非空" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"请输入一个正确的工作人员账户 %(username)s 和密码. 注意他们都是区分大小写的." + +msgid "Action:" +msgstr "动作" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "添加另一个 %(verbose_name)s" + +msgid "Remove" +msgstr "删除" + +msgid "Addition" +msgstr "添加" + +msgid "Change" +msgstr "修改" + +msgid "Deletion" +msgstr "删除" + +msgid "action time" +msgstr "操作时间" + +msgid "user" +msgstr "用户" + +msgid "content type" +msgstr "内容类型" + +msgid "object id" +msgstr "对象id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "对象表示" + +msgid "action flag" +msgstr "动作标志" + +msgid "change message" +msgstr "修改消息" + +msgid "log entry" +msgstr "日志记录" + +msgid "log entries" +msgstr "日志记录" + +#, python-format +msgid "Added “%(object)s”." +msgstr "添加了“%(object)s”。" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "修改了“%(object)s”—%(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "删除了“%(object)s”。" + +msgid "LogEntry Object" +msgstr "LogEntry对象" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "添加了 {name}“{object}”。" + +msgid "Added." +msgstr "已添加。" + +msgid "and" +msgstr "和" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "修改了 {name}“{object}”的 {fields}。" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "已修改{fields}。" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "删除了 {name}“{object}”。" + +msgid "No fields changed." +msgstr "没有字段被修改。" + +msgid "None" +msgstr "无" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "按住 Control 键或 Mac 上的 Command 键来选择多项。" + +msgid "Select this object for an action - {}" +msgstr "选择此对象执行操作 - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "成功添加了 {name}“{obj}”。" + +msgid "You may edit it again below." +msgstr "您可以在下面再次编辑它." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "成功添加了 {name}“{obj}”。你可以在下面添加另一个 {name}。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "成功修改了 {name}“{obj}”。你可以在下面再次编辑它。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "成功修改了 {name}“{obj}”。你可以在下面添加另一个 {name}。" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "成功修改了 {name}“{obj}”。" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "条目必须选中以对其进行操作。没有任何条目被更改。" + +msgid "No action selected." +msgstr "未选择动作" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "成功删除了 %(name)s“%(obj)s”。" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "ID 为“%(key)s”的 %(name)s 不存在。可能已经被删除了?" + +#, python-format +msgid "Add %s" +msgstr "增加 %s" + +#, python-format +msgid "Change %s" +msgstr "修改 %s" + +#, python-format +msgid "View %s" +msgstr "查看 %s" + +msgid "Database error" +msgstr "数据库错误" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "总共 %(count)s 个 %(name)s 变更成功。" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "选中了 %(total_count)s 个" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s 个中 0 个被选" + +#, python-format +msgid "Change history: %s" +msgstr "变更历史: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"删除 %(class_name)s %(instance)s 将需要删除以下受保护的相关对象: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Django 站点管理员" + +msgid "Django administration" +msgstr "Django 管理" + +msgid "Site administration" +msgstr "站点管理" + +msgid "Log in" +msgstr "登录" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 管理" + +msgid "Page not found" +msgstr "页面没有找到" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "非常抱歉,请求的页面不存在。" + +msgid "Home" +msgstr "首页" + +msgid "Server error" +msgstr "服务器错误" + +msgid "Server error (500)" +msgstr "服务器错误(500)" + +msgid "Server Error (500)" +msgstr "服务器错误 (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"发生了错误,已经通过电子邮件报告给了网站管理员。我们会尽快修复,感谢您的耐心" +"等待。" + +msgid "Run the selected action" +msgstr "运行选中的动作" + +msgid "Go" +msgstr "执行" + +msgid "Click here to select the objects across all pages" +msgstr "点击此处选择所有页面中包含的对象。" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "选中所有的 %(total_count)s 个 %(module_name)s" + +msgid "Clear selection" +msgstr "清除选中" + +msgid "Breadcrumbs" +msgstr "条形导航" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "在应用程序 %(name)s 中的模型" + +msgid "Add" +msgstr "增加" + +msgid "View" +msgstr "查看" + +msgid "You don’t have permission to view or edit anything." +msgstr "你没有查看或编辑的权限。" + +msgid "" +"First, enter a username and password. Then, you’ll be able to edit more user " +"options." +msgstr "输入用户名和密码后,你将能够编辑更多的用户选项。" + +msgid "Enter a username and password." +msgstr "输入用户名和密码" + +msgid "Change password" +msgstr "修改密码" + +msgid "Set password" +msgstr "设置密码" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "请更正以下错误。" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "为用户 %(username)s 输入一个新的密码。" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "这将启用本用户基于密码的验证" + +msgid "Disable password-based authentication" +msgstr "禁用基于密码的验证" + +msgid "Enable password-based authentication" +msgstr "启用基于密码的验证" + +msgid "Skip to main content" +msgstr "跳到主要内容" + +msgid "Welcome," +msgstr "欢迎," + +msgid "View site" +msgstr "查看站点" + +msgid "Documentation" +msgstr "文档" + +msgid "Log out" +msgstr "注销" + +#, python-format +msgid "Add %(name)s" +msgstr "增加 %(name)s" + +msgid "History" +msgstr "历史" + +msgid "View on site" +msgstr "在站点上查看" + +msgid "Filter" +msgstr "过滤器" + +msgid "Hide counts" +msgstr "隐藏计数" + +msgid "Show counts" +msgstr "显示计数" + +msgid "Clear all filters" +msgstr "清除所有筛选" + +msgid "Remove from sorting" +msgstr "删除排序" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "排序优先级: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "正逆序切换" + +msgid "Toggle theme (current theme: auto)" +msgstr "切换主题(当前主题:自动)" + +msgid "Toggle theme (current theme: light)" +msgstr "切换主题(当前主题:浅色)" + +msgid "Toggle theme (current theme: dark)" +msgstr "切换主题(当前主题:深色)" + +msgid "Delete" +msgstr "删除" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"删除 %(object_name)s '%(escaped_object)s' 会导致删除相关的对象,但你的帐号无" +"权删除下列类型的对象:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"要删除 %(object_name)s '%(escaped_object)s', 将要求删除以下受保护的相关对象:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"你确认想要删除 %(object_name)s \"%(escaped_object)s\"? 下列所有相关的项目都" +"将被删除:" + +msgid "Objects" +msgstr "对象" + +msgid "Yes, I’m sure" +msgstr "是的,我确定" + +msgid "No, take me back" +msgstr "不,返回" + +msgid "Delete multiple objects" +msgstr "删除多个对象" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"要删除所选的 %(objects_name)s 结果会删除相关对象, 但你的账户没有权限删除这类" +"对象:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "要删除所选的 %(objects_name)s, 将要求删除以下受保护的相关对象:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"请确认要删除选中的 %(objects_name)s 吗?以下所有对象和与它们相关的条目将都会" +"被删除:" + +msgid "Delete?" +msgstr "删除?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " 以 %(filter_title)s" + +msgid "Summary" +msgstr "概览" + +msgid "Recent actions" +msgstr "最近动作" + +msgid "My actions" +msgstr "我的动作" + +msgid "None available" +msgstr "无可选的" + +msgid "Added:" +msgstr "已添加:" + +msgid "Changed:" +msgstr "已修改:" + +msgid "Deleted:" +msgstr "已删除:" + +msgid "Unknown content" +msgstr "未知内容" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"数据库设置有误。请检查所需的数据库表格是否已经创建,以及数据库用户是否具有正" +"确的权限。" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"您当前以%(username)s登录,但是没有这个页面的访问权限。您想使用另外一个账号登" +"录吗?" + +msgid "Forgotten your password or username?" +msgstr "忘记了您的密码或用户名?" + +msgid "Toggle navigation" +msgstr "切换导航" + +msgid "Sidebar" +msgstr "侧边栏" + +msgid "Start typing to filter…" +msgstr "开始输入以筛选..." + +msgid "Filter navigation items" +msgstr "筛选导航项目" + +msgid "Date/time" +msgstr "日期/时间" + +msgid "User" +msgstr "用户" + +msgid "Action" +msgstr "动作" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "条目" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "此对象没有修改历史。它可能不是通过管理站点添加的。" + +msgid "Show all" +msgstr "显示全部" + +msgid "Save" +msgstr "保存" + +msgid "Popup closing…" +msgstr "弹窗关闭中..." + +msgid "Search" +msgstr "搜索" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s 条结果。" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "总共 %(full_result_count)s" + +msgid "Save as new" +msgstr "保存为新的" + +msgid "Save and add another" +msgstr "保存并增加另一个" + +msgid "Save and continue editing" +msgstr "保存并继续编辑" + +msgid "Save and view" +msgstr "保存并查看" + +msgid "Close" +msgstr "关闭" + +#, python-format +msgid "Change selected %(model)s" +msgstr "更改选中的%(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "增加另一个 %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "取消选中 %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "查看已选择的%(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "感谢您今天与本网站共享一段美好时光。" + +msgid "Log in again" +msgstr "重新登录" + +msgid "Password change" +msgstr "密码修改" + +msgid "Your password was changed." +msgstr "你的密码已修改。" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "安全起见请输入你的旧密码。然后输入两次你的新密码以确保输入正确。" + +msgid "Change my password" +msgstr "修改我的密码" + +msgid "Password reset" +msgstr "密码重设" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "你的密码己经设置完成,现在你可以继续进行登录。" + +msgid "Password reset confirmation" +msgstr "密码重设确认" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "请输入两遍新密码,以便我们校验你输入的是否正确。" + +msgid "New password:" +msgstr "新密码:" + +msgid "Confirm password:" +msgstr "确认密码:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "密码重置链接无效,可能是因为它已使用。可以请求一次新的密码重置。" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"如果你所输入的电子邮箱存在对应的用户,我们将通过电子邮件向你发送设置密码的操" +"作步骤说明。你应该很快就会收到。" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"如果你没有收到电子邮件,请检查输入的是你注册的电子邮箱地址。另外,也请检查你" +"的垃圾邮件文件夹。" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "你收到这封邮件是因为你请求重置你在网站 %(site_name)s上的用户账户密码。" + +msgid "Please go to the following page and choose a new password:" +msgstr "请访问该页面并选择一个新密码:" + +msgid "Your username, in case you’ve forgotten:" +msgstr "提醒一下,你的用户名是:" + +msgid "Thanks for using our site!" +msgstr "感谢使用我们的站点!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s 团队" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"忘记密码?在下面输入你的电子邮箱地址,我们将会把设置新密码的操作步骤说明通过" +"电子邮件发送给你。" + +msgid "Email address:" +msgstr "电子邮件地址:" + +msgid "Reset my password" +msgstr "重设我的密码" + +msgid "Select all objects on this page for an action" +msgstr "选择此页面上的所有对象执行操作" + +msgid "All dates" +msgstr "所有日期" + +#, python-format +msgid "Select %s" +msgstr "选择 %s" + +#, python-format +msgid "Select %s to change" +msgstr "选择 %s 来修改" + +#, python-format +msgid "Select %s to view" +msgstr "选择%s查看" + +msgid "Date:" +msgstr "日期:" + +msgid "Time:" +msgstr "时间:" + +msgid "Lookup" +msgstr "查询" + +msgid "Currently:" +msgstr "当前:" + +msgid "Change:" +msgstr "更改:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c78566a8767c6520393cbf86d5b9c5cd857ea527 GIT binary patch literal 5715 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 Bi#h-R literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..44f47c8b391 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po @@ -0,0 +1,332 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# HuanCheng Bai白宦成(Bestony) , 2018 +# Fan Xu , 2022 +# jack yang, 2023 +# Jannis Leidel , 2011 +# Kaiqi Zhu, 2023 +# Kewei Ma , 2016 +# Lele Long , 2011,2015 +# Liping Wang , 2016 +# matthew Yip , 2020 +# mozillazg , 2016 +# slene , 2011 +# Veoco , 2021 +# spaceoi , 2016 +# ced773123cfad7b4e8b79ca80f736af9, 2012 +# Kevin Sze , 2012 +# 高乐喆 , 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-18 15:04-0300\n" +"PO-Revision-Date: 2023-12-25 07:59+0000\n" +"Last-Translator: jack yang, 2023\n" +"Language-Team: Chinese (China) (http://app.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "可用 %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"这是可用的%s列表。你可以在选择框下面进行选择,然后点击两选框之间的“选择”箭" +"头。" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "在此框中键入以过滤可用的%s列表" + +msgid "Filter" +msgstr "过滤" + +msgid "Choose all" +msgstr "全选" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "点击选择全部%s。" + +msgid "Choose" +msgstr "选择" + +msgid "Remove" +msgstr "删除" + +#, javascript-format +msgid "Chosen %s" +msgstr "选中的 %s" + +#, javascript-format +msgid "" +"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." +msgstr "" +"这是选中的 %s 的列表。你可以在选择框下面进行选择,然后点击两选框之间的“删" +"除”箭头进行删除。" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "在该框中键入以过滤所选%s的列表。" + +msgid "Remove all" +msgstr "删除全部" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "删除所有已选择的%s。" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s所选选项不可见" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "选中了 %(cnt)s 个中的 %(sel)s 个" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"你尚未保存一个可编辑栏位的变更. 如果你进行别的动作, 未保存的变更将会丢失." + +msgid "" +"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." +msgstr "" +"你已经选择一个动作,但是你没有保存你单独修改的地方。请点击OK保存。你需要再重" +"新跑这个动作。" + +msgid "" +"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." +msgstr "" +"你已经选择一个动作,但是没有单独修改任何一处。你可以选择'Go'按键而不" +"是'Save'按键。" + +msgid "Now" +msgstr "现在" + +msgid "Midnight" +msgstr "午夜" + +msgid "6 a.m." +msgstr "上午6点" + +msgid "Noon" +msgstr "正午" + +msgid "6 p.m." +msgstr "下午6点" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "注意:你比服务器时间超前 %s 个小时。" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "注意:你比服务器时间滞后 %s 个小时。" + +msgid "Choose a Time" +msgstr "选择一个时间" + +msgid "Choose a time" +msgstr "选择一个时间" + +msgid "Cancel" +msgstr "取消" + +msgid "Today" +msgstr "今天" + +msgid "Choose a Date" +msgstr "选择一个日期" + +msgid "Yesterday" +msgstr "昨天" + +msgid "Tomorrow" +msgstr "明天" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "一月" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "二月" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "三月" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "四月" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "五月" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "六月" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "七月" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "八月" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "九月" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "十月" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "十一月" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "十二月" + +msgid "Sunday" +msgstr "星期日" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "星期日" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "星期一" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "星期二" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "星期三" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "星期四" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "星期五" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "星期六" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "W" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "显示" + +msgid "Hide" +msgstr "隐藏" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5100f31968533855874fa779fcca6d4ac049681e GIT binary patch literal 16998 zcmc(l33OH0dGEJlXDCS=XK)6`NlvJV!I1Sz-ihvU90U%$JKOrX&jw9bmfKh(!BS&?7p?$@7v!# zS68w~oRxOnCrnG zgC7O|FZfCD+7BA@BzOz>Ij|j+_ea2o!0&^%f!BRV`#%UWw0R1AHy8!42A6;`Roc~m z8PY> zDC?O9J_61JuL1u6d=6X%%6wO&JWqgAL6J`zD0K=P6gmGDDE$2^ zh{~GFAX{Uu@pPS^24(&#P{z3f6#i#{GTvNJ#``9C3z!D0!EK=E#rHv3$In2K_art| z?B-*jly3oLKfeUZJhMTO%OjwSzX%k*8o`s`a!|&d&ZY>TkAc&`G${T0z}i28Sm>rZj&83g7<@%KnRy%6?qu@On_{ZvaJJlR??H z>7dN}5GeBd8u(@KNpL;58N3>tJXOd29JrG5?ciD_9`g* z@dJnd1j=|tP}cKPQ22Qhd_VXeHecF*6#Ol4vcoF({&rB-bszZ5Rqzdpzxcz?>v(?; zik=iehBQ}Ksh(7W!sl%8e(;+hs&Dp!!slz?yTE@0-wnR*%Kr+AJpUIc{9J`n%KpC> zl>U>!_kpuPOvlUvMV}Jx{ThdxKpB6x!ubCzXD~w zKLTaE{|yRX{{dbHzH7R(3sB^63n={_1ck4KptMhdh{&{nGTuIrtv2UDY5!wT?CWQ) zd=<R)KMhK|We%SMWxO?@@X-g#e5XO_|Bs-^FL3qO z%vAgMG#KaoH1PMpP2gJa=iowc`K`t@fqx0geD{4p*F6^$K78=QU>2164p8{s;L1Be zk<$TC^x`|9@bfN=UGO?k_`U)3z-mzDn-9u(mq2OvJy7KK1NZ))K^bqvm8W4W!uJeN z^kxX05B?C8ai-p`{ilOcz6+Fj=eY9YuKt@KuFE{_%H0n8K(VWXpyUsS-TUvl@(*0O z1WLRA0}9`7IK1XdI`6fh$me=c)-%Q7t)TET%atDmWuC?0?}N+0JHa1Z-Sy{HxlGzygNY||93!HZ^U8B;j^HO-|5OPfWr4Ka2a?C6o34A z7B6}<9~8TK8WjF|!Mng6pseQ~KwPEyH}E6ijZ}&r%mig$+rS6Gz2Hq?$(66gsm`MO z7`PhT0`kw?aF5ROb?^zwi(UDw!;2387?kz>nZqA~gdCH1_&x@g@~xoo{dG{iL z17eD18z^%73sA-{IQ#`D<6U*1zJI5~4>|md!zzbg24x)&g6{!8S7 zej?LT&{Ak8bO&?{lHcc`??I12ABEllEr7(&$!{aH75a`8_?=X+_SnNSs%moudHo(p z3y)jfZ#;$8UY^ROKHIP_)r zG7UCCHPB1YVn}}CkHrSBgXTl>yB=Bx{SI^uv;*1(ErJ@Ln;`kcpxdD%&_YOlPeac_ z1JG=!4GMpUd3XSt=U%LLm~eO&e8D|Oz^kDTxN;Zx1@|m)H*^}hPYT|Bt=^QW_3=c` z&n(Wxa|wT1)-zM4Mw*&qQ$QsRlphWt*c>Kbx&@P9$1uCT#3y{9oSM&oFq#&o(D=;Q$q{gaa9U zv9?$oa+6EvA_?k3p5nPiZ|?ox>uvp0rY`YYr)6Jn+u_C1em3=bTVKxem$BR$Z-Jj_ zj5KAvc+Qhm#QcPx^JB9Z$BtJXJxfKD8gp+V;a#zEhL^6VHfqH)+9hg*das3Ab8n1M zVlmn&t6Iofh@{fFMn6McG7T??TUw63UFv7*(pleajIB(>Q%mFl**_}-E|(=go348r zewVZ68dqrrp|7nh+t+?_zRu}HAM`OI!bTeXG%Fbo{2y*ZuUUSyZRJjU-Qs;Y- zx`glL(w-kfoXIr%EN#4WlZ=~XrbNQZFUAP0EY<4Clew3MjF0NLhn7exC*$aDct`|+ zDC?n0PM$K=&qgCner$2LrpdEB*&KF2I@G5ViF8Xm)qo}?EXVPjpUiqKapl$RH0ypF zvxi$*W+OC>D@>^@VOFV_FcZ)GDkknjs%N$0fBXxo}{@9}zwx^70UQM;Nf8t=L?U&4=Mya@ZHZi_1WMp+a;H75~|F7YrJ zt9JU{?tXa#qM3A-ePE2HNCQeYCxQ8xIq6h=Jd-R-iMg6H89$XvwAPyYBe_UjB!c(Vw1+Cw==wwRI5=yd+L4-h|q_8N>Gzh*3Lw6*ZOCytpaRoQa6VYr9zvuV~fU zET#@Fw1FB7KJ4gN6%+U+{@iOxHz#7~=eL^Uh%qLslP+Uzs40`qS^rm7WVc?_ZmKgd zXNaNw72je4M5Ym=W9#}o=}EV~sN;TnWq?l;_lA41Ib7{K~0RLAzN!6NH*nK z%>${oG2a6z34akUh4TzKvyM*;#D=%KNSo5BhI^(=m7>P;C!k)VuF2>OcMPh=fW@|-n>Y(O6)d*q z1;o;tpk@51AIH9EW4W&KaI@l;laVEUIako61R)UvY^)78*^ZU*8(`N~wU7_0ETWA* zLBq-`+Z0JkrV#TpHD)dXm+`65Q3-FlCpOFRA{oEd%(Y2GvY9AK!c(?fHj7}3qOe39 z0zH#>3!C=H`q7nSjW<87o2`DM&S$eV>cwizBk2a5kOME$5OIZcb535e$C*~|t2U{l zoLV(`=<|Lelr@BGDzZP5JhZ7g>s(iB(Y~$F^psTxZP!0g;1 zIcqWzj}uXSeHasDckw-_G>SnE9||oQX%$5g#j4KwDI63!UFJ$BwW>JAzvNotQM4=V zwMf^LN1_m~Z?!5du_PwP74Z+cXgO#(F;omF_8D?q<*Yo~oQdaJ(eA95Wdqe7#JzeI z9shGU!AD~YvK^ywP*N}}$!KGmG;Ew#tu+hMP0dYSloXBJ;q|tI=23hAM*(L^6qD(t zz5}m5lTIR|jCd~Ip)_7);`?Z`T0_}JbriFZpl$zHP6!F0J#>w}MA;a$8BO9KBcn?n z+gx&JSISCAFbhdhqm6(Z4#w7aJB6xM0->l&&> z*+$go%6erMHl|x7yVeI6A{G)Z>LMAlupEtX!tQ2a;gWchNQOWq`itLA<;+6dKOD=R zqnRxdO*yAwMAkBJLz<7rJzP6$p8V>UIYYqc6&Ik?358aTFU=P_eiOiI$=@Og2HW1L)An1#7W2A9;@ z#L{HZdW;dpURZHU;!b*UA)t2|@?^7uX`GoCHWNrQt!5Fya*2!9O@1mSLuQei_pRng z0uDSmqNvnlIW2yjXS1PP8aG)}*}Yk;%aeRo8hn;2IbOSv5uVQUx}@StWZcD$c9H?Y zTs7xMl6I`n=^#e2NjYrVyOnrqDV)ZL;~dH2bqR5d(FpPsZ`Mez5lM*PO0pS}gGm}&gcV$Roo<| zGg&SjA};BayO3<7J!}#X>*LF0Um6*J@a0u#x3&2ujNIqGQDlojs&mu3n=sw>ZT4PH zw97te!efJVg4QXj{n}BJxSvLyKs{^4^`P|`5$C|eI~G|!CZDduIkbv;X{M?=CM&fw zSP59$a@@BPBg`Vqv(_vUYvgZ316Ky4hk)=+7|mRR9BHHPO(kl}-GsOz#*hP1dRo|H z;wG_3X34K;l884n=BAm)QcF@K@gbI7@?*F;^SDGi`6GeNBDt*WvKF#7h_Q{Mx0SY$ zZSjPkh~l2A%oCzV+$^xROsgKIVcK3eVA1rpSplApd_}TDQ4UEEYqTeU*QWn8L^H^G zu5fg5YNI)2l@}*7lb~ols$TZW-5)VUCf8$-jA!#6@igC%3rJPZ@Z=$~Evu;chMyIx z^5(K0-g8-Lq*H{oRh&`b6IWK5JL;OHnJiD55;C5l9cBZA97t7fL=H9H6IKwyS|Uz> zqm7;grLh-_*Vkj1HYKtvn`K!Dk4zKXM=X`y<49($Jd$cfLsJbkwwL&{35}ms-3+%X z1{=D>232OE%N7QmQanJS+4=-f25vP}I7Lgm5g-D$C4YDQJ z%HKHqEt8FZZZ*zX#AD$Tjxb}yv6uy!wA{N_&y7_-?q}pusMd?w8;ePgT5nlBFWV50 zRo~a#kgZ;nuJtA@_-gf|{?fQKt-hb^rPjN3#>_8N&-h~Xt+#nIzEnHow$IPtH|Y`1 zJk^UbkyMrhhzkYpi5l-=)P>s+@2+Gdm*djB;fr6K-5^&0HJIK#Rg84&ZFEdEG_%g? zMFi+tZw?ATT=u3eip1$M&70bo%Qe+bpH7lfLzc!7rQTmA158)OLrA!Bra#lTc+nHn zr%jqScisb|tDIRgW6~VW=c*SW$yzVxFUw7DN|5N?Df^OPQ}2Fk(Sy}@jJA{MQ0VFh zQqiD@E#oMgO_p#!Mb z*e_fr{J>Q>wx_Uh4aF;e*b3TD(qB_Bv0#@G1!qrs-I*pt=>do+YLtpJ- zf^}O)hWj1VntbnxVDC-`<(bRnta}RD&%gxr;a33dSAJc2cTK7rtlb^7A1L*7A`j!f zLro69LQVEqjP@7t@$E)UXj*n$&6s9m3XW^Hjls}h;pKI~xzokIUBSifVEyT!=Xl}l zK=H!y{PtIZ{o4wg2lAa~5I|{nyG$9h50q97n0!}TzP~HK^+3LVml+uv8X4Xa7KV2h z_6`Qew&hoyE*@N=VrTWrXqe+p^wo*ILGwn=t<%BT&cgO{rLFzUT-biBv}!otzpA{E zwPs{^cmBoW!N!9+U3o563%jZeI_c;)CI&C<*sE(ObR8NQIurD)Whcf>6rAX&m?${0 zp?Gk(c=mX3@p)5Ny(fQqOLW_cexc8QA)uYrQ-bPj}>d`+~ujOWntdhxZ#*xas-6m8ITI zu4Hs)9H74#up3`%U==1*J3=YGwWiW0N53a&J8>Zs+ND-cWS65g2u};Ojzy94mHvl- zhaRHy!NzXZsNI|b_iP=xw4-?RtVqw=h^`SSP4p3|Y#MJd!->8iRmrq;$)9{%b5<;5 ztcg!Fw#RbvYu7rS!>u1Vze`tl`9e1yzO-Tkw$0MiEsdNzm_PLb-o{D5x`<%sx_rCa zSz6|gtS$9ztTpA8R&MiHC-7@8?`@5#!AmyFhMCGusq#jK*HkV@T*#5NmHX*jkzJF> zb2m0+f))KZ-(c5ZzW0Kf0}Cx3+FCr?W!zU9=fuO(nNx+A``o*HZwKDZl(r8AM>mdK z+EX}o(puA@K}IpbmR(mIo3J`Ee2MB}TYGp!tjxm82gTxrb403cxSz-mEbVbo5zX zk$}}dpq8LK=m5Ib(yCWkc$HUJeTIOR?|eRJdtUbC`0AizusCp3A`^kza>}gvP3wv2 z`R6zBxRth@EN<;74s_MV1vZQHzt(jcqNwU$_ zE{O@>XS|VfYiT0&_S+5h1UB`38dZa~3#N3i7Z+%PgDXjUSV6x3aDMZdpz}oKIo>wrot*tsg`zo^m* zy7$?&hpZI(cd;{MNOTjy;h_M>4$x7(CD){E}gy*C0KgW}4Ihr3aXQg;{}gzc`2CO@zT%MUiLFASVC<-{`I z(S^De2G#`^df-NO)wVP2J_VPym3LjVlC;4%uVRzBa*`)<&{pl!LcqvKgI!b#kN(YjviHSZLKb{*y-4!N=;a6b*}Or5=WUyf}nLm$b+Ke5-}GK zol;3-bfh6~^-uRi?pJB**12p? z(`UO{b)s%|S_dcA7fuQV^oU0C2yi!`ZHh*NbDOAQq_8R>dIX5I>z5S)&*m*ffh(d9}U3yK;!w*jZX}i1EuYwRo(J99VQUSbaEX?^K;a zAt(Cq5h}khTIyXFytGcEs8v&Yj20cUIfou-_0%1cgDbmR{`kSETF#UC)w_yEcHq)S zhSuUuh*v5cHZ~YMD2dnL8Z4Z(q72A9;cy-V2D&bp3#{}JtZ`N9g^teodH zZBZ`tSTyDnh>S4i&dLk=Uo34~>wKYFQmJhpY)XQ(r4ylw2v-dwX>q(ZCt(zv6^+FL zHlOCX(qYORm8to1Jr!H_)Z!*+p%vvj3ABM}@vfR<^@m| z^e35)p(JW*Gqb`gZR8B_A=f@uc?i3t zFS<@VlV-=dHr;soiiE@<&c9;ZVN%V5OuQrCvt2V*S5Rwp1>8t!Pxs{uorNuDIHYQ^ zw%Bpl9?H9ZX{-F%lf|x6moNOPR)ek;>0x2l0b-Lt*>kx(-8kp2Ad#TbwDo?$wUJ%7 z5rKtQ+)3Fh2$c(2?w;bM4eYpKoAYZ==8tw!kR;*c$}kYPdpHqYah;@;`JRmLV=O&XGQP}iZ<>O0-TD6Q;v1|p(6xl4aSz6gls&2H zHgG0T3#=SVn5y(IavfD+tmtix!BBz|D=OtkG)Jp&=oNSV@E>g7Ey)0Bzdf$=tSqU2 ztPGS^#r05a(-iTk14j$P#~7v1a}jM(rd;}A({U?Vdo, 2015 +# yubike, 2025 +# ilay , 2012 +# Jannis Leidel , 2011 +# mail6543210 , 2013-2014 +# 0a3cb7bfd0810218facdfb511e592a6d_8d19d07 , 2011 +# tcc , 2011 +# Tzu-ping Chung , 2016-2017 +# W. H. Wang , 2025 +# YAO WEN LIANG, 2024 +# Yeh-Yung , 2013 +# yubike, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 07:05+0000\n" +"Last-Translator: W. H. Wang , 2025\n" +"Language-Team: Chinese (Taiwan) (http://app.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "刪除所選的 %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "成功的刪除了 %(count)d 個 %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "無法刪除 %(name)s" + +msgid "Delete multiple objects" +msgstr "刪除多個物件" + +msgid "Administration" +msgstr "管理" + +msgid "All" +msgstr "全部" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +msgid "Unknown" +msgstr "未知" + +msgid "Any date" +msgstr "任何日期" + +msgid "Today" +msgstr "今天" + +msgid "Past 7 days" +msgstr "過去 7 天" + +msgid "This month" +msgstr "本月" + +msgid "This year" +msgstr "今年" + +msgid "No date" +msgstr "沒有日期" + +msgid "Has date" +msgstr "有日期" + +msgid "Empty" +msgstr "空的" + +msgid "Not empty" +msgstr "非空的" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "請輸入正確的工作人員帳號%(username)s及密碼。請注意兩者皆區分大小寫。" + +msgid "Action:" +msgstr "動作:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "新增其它 %(verbose_name)s" + +msgid "Remove" +msgstr "移除" + +msgid "Addition" +msgstr "新增" + +msgid "Change" +msgstr "修改" + +msgid "Deletion" +msgstr "删除" + +msgid "action time" +msgstr "動作時間" + +msgid "user" +msgstr "使用者" + +msgid "content type" +msgstr "內容類型" + +msgid "object id" +msgstr "物件 id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +msgid "object repr" +msgstr "物件 repr" + +msgid "action flag" +msgstr "動作旗標" + +msgid "change message" +msgstr "修改訊息" + +msgid "log entry" +msgstr "日誌記錄" + +msgid "log entries" +msgstr "日誌紀錄" + +#, python-format +msgid "Added “%(object)s”." +msgstr "\"%(object)s\" 已新增。" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "\"%(object)s\" - %(changes)s 已修改。" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "\"%(object)s\" 已刪除。" + +msgid "LogEntry Object" +msgstr "日誌記錄物件" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} \"{object}\" 已新增。" + +msgid "Added." +msgstr "已新增。" + +msgid "and" +msgstr "和" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{name} \"{object}\" 的 {fields} 已修改。" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} 已修改。" + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} \"{object}\" 已刪除。" + +msgid "No fields changed." +msgstr "沒有欄位被修改。" + +msgid "None" +msgstr "無" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "按住 \"Control\", 或者在 Mac 上按 \"Command\", 以選取更多值" + +msgid "Select this object for an action - {}" +msgstr "選擇此對象進行操作 - {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} \"{obj}\" 已成功新增。" + +msgid "You may edit it again below." +msgstr "您可以在下面再次編輯它." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "{name} \"{obj}\" 新增成功。你可以在下方加入其他 {name}。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" 修改成功。你可以在下方再次編輯。" + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" 修改成功。你可以在下方加入其他 {name}。" + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "成功修改了 {name}“{obj}”。" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "必須要有項目被選中才能進行動作。沒有任何項目被修改。" + +msgid "No action selected." +msgstr "沒有動作被選取。" + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "成功删除了 %(name)s“%(obj)s”。" + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "不存在 ID 為「%(key)s」的 %(name)s。或許它已被刪除?" + +#, python-format +msgid "Add %s" +msgstr "新增 %s" + +#, python-format +msgid "Change %s" +msgstr "修改 %s" + +#, python-format +msgid "View %s" +msgstr "查看 %s" + +msgid "Database error" +msgstr "資料庫錯誤" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "共 %(count)s %(name)s 已修改成功。" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "選取了 %(total_count)s 個" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s 中 0 個被選取" + +msgid "Delete" +msgstr "刪除" + +#, python-format +msgid "Change history: %s" +msgstr "修改歷史: %s" + +#. Translators: Model verbose name and instance +#. representation, suitable to be an item in a +#. list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"刪除 %(class_name)s %(instance)s 將會同時刪除下面受保護的相關物件:" +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Django 網站管理" + +msgid "Django administration" +msgstr "Django 管理" + +msgid "Site administration" +msgstr "網站管理" + +msgid "Log in" +msgstr "登入" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 管理" + +msgid "Page not found" +msgstr "找不到頁面" + +msgid "We’re sorry, but the requested page could not be found." +msgstr "很抱歉,請求頁面不存在。" + +msgid "Home" +msgstr "首頁" + +msgid "Server error" +msgstr "伺服器錯誤" + +msgid "Server error (500)" +msgstr "伺服器錯誤 (500)" + +msgid "Server Error (500)" +msgstr "伺服器錯誤 (500)" + +msgid "" +"There’s been an error. It’s been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"存在一個錯誤。已透過電子郵件回報給網站管理員,並且應該很快就會被修正。謝謝您" +"的耐心等待。" + +msgid "Run the selected action" +msgstr "執行選取的動作" + +msgid "Go" +msgstr "執行" + +msgid "Click here to select the objects across all pages" +msgstr "點選這裡可選取全部頁面的物件" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "選擇全部 %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "清除選擇" + +msgid "Breadcrumbs" +msgstr "導覽路徑" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s 應用程式中的模型" + +msgid "Model name" +msgstr "模型名稱" + +msgid "Add link" +msgstr "加入鏈結" + +msgid "Change or view list link" +msgstr "更改或檢視列表鏈結" + +msgid "Add" +msgstr "新增" + +msgid "View" +msgstr "查看" + +msgid "You don’t have permission to view or edit anything." +msgstr "你沒有查看或編輯的權限。" + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "建立帳號後即可編輯更多用戶選項。" + +msgid "Error:" +msgstr "錯誤:" + +msgid "Change password" +msgstr "修改密碼" + +msgid "Set password" +msgstr "設定密碼" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "請修正以下錯誤。" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "為使用者%(username)s輸入一個新的密碼。" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "這會 啟用 本用戶基於密碼的驗證" + +msgid "Disable password-based authentication" +msgstr "停用基於密碼的驗證" + +msgid "Enable password-based authentication" +msgstr "啟用基於密碼的驗證" + +msgid "Skip to main content" +msgstr "跳到主要內容" + +msgid "Welcome," +msgstr "歡迎," + +msgid "View site" +msgstr "檢視網站" + +msgid "Documentation" +msgstr "文件" + +msgid "Log out" +msgstr "登出" + +#, python-format +msgid "Add %(name)s" +msgstr "新增 %(name)s" + +msgid "History" +msgstr "歷史" + +msgid "View on site" +msgstr "在網站上檢視" + +msgid "Filter" +msgstr "過濾器" + +msgid "Hide counts" +msgstr "隱藏計數" + +msgid "Show counts" +msgstr "顯示計數" + +msgid "Clear all filters" +msgstr "清除所有篩選" + +msgid "Remove from sorting" +msgstr "從排序中移除" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "優先排序:%(priority_number)s" + +msgid "Toggle sorting" +msgstr "切換排序" + +msgid "Toggle theme (current theme: auto)" +msgstr "切換主題(當前主題:自動)" + +msgid "Toggle theme (current theme: light)" +msgstr "切換主題(當前主題:淺色)" + +msgid "Toggle theme (current theme: dark)" +msgstr "切換主題(當前主題:深色)" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"刪除 %(object_name)s '%(escaped_object)s' 會把相關的物件也刪除,不過你的帳號" +"並沒有刪除以下型態物件的權限:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"要刪除 %(object_name)s '%(escaped_object)s', 將要求刪除下面受保護的相關物件:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"你確定想要刪除 %(object_name)s \"%(escaped_object)s\"?以下所有的相關項目都會" +"被刪除:" + +msgid "Objects" +msgstr "物件" + +msgid "Yes, I’m sure" +msgstr "是的,我確定" + +msgid "No, take me back" +msgstr "不,返回" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"要刪除所選的 %(objects_name)s, 結果會刪除相關物件, 但你的帳號無權刪除下面物件" +"型態:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "要刪除所選的 %(objects_name)s, 將要求刪除下面受保護的相關物件:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"你是否確定要刪除已選的 %(objects_name)s? 下面全部物件及其相關項目都將被刪除:" + +msgid "Delete?" +msgstr "刪除?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " 以 %(filter_title)s" + +msgid "Summary" +msgstr "總結" + +msgid "Recent actions" +msgstr "最近的動作" + +msgid "My actions" +msgstr "我的動作" + +msgid "None available" +msgstr "無資料" + +msgid "Added:" +msgstr "已新增。" + +msgid "Changed:" +msgstr "已修改:" + +msgid "Deleted:" +msgstr "已刪除:" + +msgid "Unknown content" +msgstr "未知內容" + +msgid "" +"Something’s wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"你的資料庫安裝有錯誤。確定資料庫表格已經建立,並確定資料庫可被合適的使用者讀" +"取。" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"您目前以%(username)s登入,但並沒有瀏覽此頁面的權限。您是否希望以其他帳號登" +"入?" + +msgid "Forgotten your login credentials?" +msgstr "忘記您的登入驗證資訊 ?" + +msgid "Toggle navigation" +msgstr "切換導航" + +msgid "Sidebar" +msgstr "側邊欄" + +msgid "Start typing to filter…" +msgstr "輸入內容開始篩選..." + +msgid "Filter navigation items" +msgstr "篩選導航項目" + +msgid "Date/time" +msgstr "日期/時間" + +msgid "User" +msgstr "使用者" + +msgid "Action" +msgstr "動作" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "紀錄項目" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "該物件沒有修改的歷史紀錄。它可能不是透過此管理網站新增的。" + +msgid "Show all" +msgstr "顯示全部" + +msgid "Save" +msgstr "儲存" + +msgid "Popup closing…" +msgstr "關閉彈跳視窗中..." + +msgid "Search" +msgstr "搜尋" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s 結果" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "總共 %(full_result_count)s" + +msgid "Save as new" +msgstr "儲存為新的" + +msgid "Save and add another" +msgstr "儲存並新增另一個" + +msgid "Save and continue editing" +msgstr "儲存並繼續編輯" + +msgid "Save and view" +msgstr "儲存並查看" + +msgid "Close" +msgstr "關閉" + +#, python-format +msgid "Change selected %(model)s" +msgstr "修改所選的 %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "新增其它 %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "刪除所選的 %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "查看已選擇的%(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "感謝您今天在網站上度過了一段美好的時光。" + +msgid "Log in again" +msgstr "重新登入" + +msgid "Password change" +msgstr "密碼修改" + +msgid "Your password was changed." +msgstr "您的密碼已修改。" + +msgid "" +"Please enter your old password, for security’s sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "為了安全上的考量,請輸入你的舊密碼,然後輸入兩次新密碼已確保輸入正確。" + +msgid "Change my password" +msgstr "修改我的密碼" + +msgid "Password reset" +msgstr "重設密碼" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "你的密碼已設置,現在可以繼續登入。" + +msgid "Password reset confirmation" +msgstr "密碼重設確認" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "請輸入新密碼兩次, 以便系統確認輸入無誤。" + +msgid "New password:" +msgstr "新密碼:" + +msgid "Confirm password:" +msgstr "確認密碼:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "密碼重設連結無效,可能已被使用。請重新申請密碼重設。" + +msgid "" +"We’ve emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"若您提交的電子郵件地址存在對應帳號,我們已寄出重設密碼的相關指示。您應該很快" +"就會收到。" + +msgid "" +"If you don’t receive an email, please make sure you’ve entered the address " +"you registered with, and check your spam folder." +msgstr "" +"如果您未收到電子郵件,請確認您輸入的電子郵件地址與您註冊時輸入的一致,並檢查" +"您的垃圾郵件匣。" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "這封電子郵件來自 %(site_name)s,因為您要求為帳號重新設定密碼。" + +msgid "Please go to the following page and choose a new password:" +msgstr "請到該頁面選擇一個新的密碼:" + +msgid "In case you’ve forgotten, you are:" +msgstr "如果您真忘了,您是: " + +msgid "Thanks for using our site!" +msgstr "感謝使用本網站!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s 團隊" + +msgid "" +"Forgotten your password? Enter your email address below, and we’ll email " +"instructions for setting a new one." +msgstr "" +"忘記您的密碼? 請在下面輸入您的電子郵件, 然後我們會寄出設定新密碼的操作指示。" + +msgid "Email address:" +msgstr "電子信箱:" + +msgid "Reset my password" +msgstr "重設我的密碼" + +msgid "Select all objects on this page for an action" +msgstr "選擇此頁面上的所有物件執行操作" + +msgid "All dates" +msgstr "所有日期" + +#, python-format +msgid "Select %s" +msgstr "選擇 %s" + +#, python-format +msgid "Select %s to change" +msgstr "選擇 %s 來修改" + +#, python-format +msgid "Select %s to view" +msgstr "選擇%s查看" + +msgid "Date:" +msgstr "日期" + +msgid "Time:" +msgstr "時間" + +msgid "Lookup" +msgstr "查找" + +msgid "Currently:" +msgstr "目前:" + +msgid "Change:" +msgstr "變動:" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..71f3216e9f5564edd99db6eb2c8f09227aca8ed1 GIT binary patch literal 5329 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po new file mode 100644 index 00000000000..e02f148ae1f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po @@ -0,0 +1,309 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# coby2023t, 2025 +# ilay , 2012 +# mail6543210 , 2013 +# tcc , 2011 +# Tzu-ping Chung , 2016 +# YAO WEN LIANG, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: coby2023t, 2025\n" +"Language-Team: Chinese (Taiwan) (http://app.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "可用 %s" + +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "想選擇 %s 可先選取它們再點 \"選取\" 箭頭按鈕。" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "在此框輸入以過濾可用的 %s 列表。" + +msgid "Filter" +msgstr "過濾器" + +#, javascript-format +msgid "Choose all %s" +msgstr "選取全部 %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "選擇已選取的 %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "移除選取的 %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s 被選" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "想移除 %s 可先選取它們再點 \"移除\" 箭頭按鈕。" + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "在此框輸入以過濾所選的 %s 列表。" + +msgid "(click to clear)" +msgstr "(點擊清除)" + +#, javascript-format +msgid "Remove all %s" +msgstr "移除全部 %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s所選選項不可見" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s 中 %(sel)s 個被選" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "你尚未儲存一個可編輯欄位的變更。如果你執行動作, 未儲存的變更將會遺失。" + +msgid "" +"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." +msgstr "" +"你已選了一個操作, 但有一個可編輯欄位的變更尚未儲存。請點選 OK 進行儲存。你需" +"要重新執行該動作。" + +msgid "" +"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." +msgstr "" +"你已選了一個操作, 但沒有任何改變。你可能動到 '執行' 按鈕, 而不是 '儲存' 按" +"鈕。" + +msgid "Now" +msgstr "現在" + +msgid "Midnight" +msgstr "午夜" + +msgid "6 a.m." +msgstr "上午 6 點" + +msgid "Noon" +msgstr "中午" + +msgid "6 p.m." +msgstr "下午 6 點" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "備註:您的電腦時間比伺服器快 %s 小時。" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "備註:您的電腦時間比伺服器慢 %s 小時。" + +msgid "Choose a Time" +msgstr "選擇一個時間" + +msgid "Choose a time" +msgstr "選擇一個時間" + +msgid "Cancel" +msgstr "取消" + +msgid "Today" +msgstr "今天" + +msgid "Choose a Date" +msgstr "選擇一個日期" + +msgid "Yesterday" +msgstr "昨天" + +msgid "Tomorrow" +msgstr "明天" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "一月" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "二月" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "三月" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "四月" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "五月" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "六月" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "七月" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "八月" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "九月" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "十月" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "十一月" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "十二月" + +msgid "Sunday" +msgstr "星期日" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "星期日" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "星期一" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "星期二" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "星期三" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "星期四" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "星期五" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "星期六" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "日" + +msgctxt "one letter Monday" +msgid "M" +msgstr "一" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "二" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "三" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "四" + +msgctxt "one letter Friday" +msgid "F" +msgstr "五" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "六" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py new file mode 100644 index 00000000000..6270e1032d9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py @@ -0,0 +1,75 @@ +import django.contrib.admin.models +from django.conf import settings +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + migrations.swappable_dependency(settings.AUTH_USER_MODEL), + ("contenttypes", "__first__"), + ] + + operations = [ + migrations.CreateModel( + name="LogEntry", + fields=[ + ( + "id", + models.AutoField( + verbose_name="ID", + serialize=False, + auto_created=True, + primary_key=True, + ), + ), + ( + "action_time", + models.DateTimeField(auto_now=True, verbose_name="action time"), + ), + ( + "object_id", + models.TextField(null=True, verbose_name="object id", blank=True), + ), + ( + "object_repr", + models.CharField(max_length=200, verbose_name="object repr"), + ), + ( + "action_flag", + models.PositiveSmallIntegerField(verbose_name="action flag"), + ), + ( + "change_message", + models.TextField(verbose_name="change message", blank=True), + ), + ( + "content_type", + models.ForeignKey( + on_delete=models.SET_NULL, + blank=True, + null=True, + to="contenttypes.ContentType", + verbose_name="content type", + ), + ), + ( + "user", + models.ForeignKey( + to=settings.AUTH_USER_MODEL, + on_delete=models.CASCADE, + verbose_name="user", + ), + ), + ], + options={ + "ordering": ["-action_time"], + "db_table": "django_admin_log", + "verbose_name": "log entry", + "verbose_name_plural": "log entries", + }, + bases=(models.Model,), + managers=[ + ("objects", django.contrib.admin.models.LogEntryManager()), + ], + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py new file mode 100644 index 00000000000..7fcf9c0c394 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py @@ -0,0 +1,21 @@ +from django.db import migrations, models +from django.utils import timezone + + +class Migration(migrations.Migration): + dependencies = [ + ("admin", "0001_initial"), + ] + + # No database changes; removes auto_add and adds default/editable. + operations = [ + migrations.AlterField( + model_name="logentry", + name="action_time", + field=models.DateTimeField( + verbose_name="action time", + default=timezone.now, + editable=False, + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py new file mode 100644 index 00000000000..a73e55fc254 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py @@ -0,0 +1,19 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("admin", "0002_logentry_remove_auto_add"), + ] + + # No database changes; adds choices to action_flag. + operations = [ + migrations.AlterField( + model_name="logentry", + name="action_flag", + field=models.PositiveSmallIntegerField( + choices=[(1, "Addition"), (2, "Change"), (3, "Deletion")], + verbose_name="action flag", + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d8fa75593a8f8637eb486f84a76607eb13c6c37 GIT binary patch literal 2449 zcmZ`*PfXiZ7`L6oasEJo8cIn@Q<{uqEeS15)ugU1Bha-2+7-B@nk*;p5e$x<*@iYb zZBh?CvQsy0($v#B!J)?;d#uz8QITT3X1p4y9moXr!TJ9DzTf-a_kHg< zue!Rz3_OqTXO&kWhWVQ+?I+*~@9u%{gh32qRi?ngFQ;-9U%|&xn@{yu0);?@FYqkG zF*h0Hf5e~w4y<*zi4K3aeXd*x*4PaHmMRMwmIx-cEJZ7u8IFW2O4*PtMb}KiS9F9` zvvf$nFuk7gZi}N?VJD*k$1&KqCUgQ_8S;o8wQjSn4Y6ge5OiXDj-n8UeBcYMiO2Z- zD1dmx?*zB~u6Kn)f`cA72F;_;PIwzKrVk(^4sy`dJKw+=1=g;1r2yOQV23(Uu8dBg zo}Jzf);=NpIyrMNpuq%Mcu@bCRZ>Cnb=TdRjFeVl{YM1Dj8U|Fd~tvp;Tm}CavQdiO3~- zSR_lS;JT+Ir~=CiPMD@YFuEXV64HxnxMWERs(WHWK^Y(MYa6QSLIOoq*49bHLmIeh zynP9=bZ!N!82s5WEu5L!(xYv_%D*&@MqY5VS}u69E+^OD?L| zUFl?JAEm0gVaO^8x-~T+PruV&enr75GQm-Gue(4|HepPJimX9}409nfNCe3l1{j&J zB*AsKp<H2hspX|Fq~*n#d(!-! z{LCDQ9w1;NBr@&H)jYjx4SH-zXbQ${mS#t~@-T8sFix%-TEY)4Pn=$r4OcvUS2q<) z*~E(#SygYr$V2+BD?FZq-SUw%SmN zB;eGaoM<1DdAB4atXHx3b@+{W2e~ruH**hkW8JLEC2Z#MPWSS-qUZ8>GY3s`nRA<1 z+svs-F;}fwtGYIky>vMTIpZ;iTZd|!IS=S%kaH5q9e#{*;mrJZbulmGXmI-+(jfBrJLC*C;- zJ8z3A8kTB^DSIUSYwl^z9v-pJoU>z}*r|#A2v1WFL3#sBf2R{IH@!nY%>J_Q z<3ck&-iVJk<5wE-E6w=LM*QaM_^sWZ+bthA(7nIGeijP1eAoN$N)Tv^wkl*DyW>Ac-6zR@^fb@+_$695?5jxFc|lGCTA)Kzc7+bx-LvBM&P5pJCF^ kS>td?pG@K}CcV$kuq?k7ZuTS_J;{F=syQ700qi?`*8l(j literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce31e8ef69238c12d6202c81ac4a25e646c35897 GIT binary patch literal 916 zcmZuvzi-n(6uz?^$8p`N1SEc@v{DseB;vNL2ni`FsDe&RW;k7Pui;Yv2)2_FCXg!8 zv0KH&jOc&D)Tz-)2qY%9NG(ez?(A4F^dvvO@A5$!vPAhk3-GZu)HCNofctsJvPtp&suyp+GOoDhZv|XU z*dgyFG~;oU3Nwru1gVRKmGKbX#SwIin!?s*;Own*ju0RpGvsRw_pq;P2#m|FWg1i8 z%>KgvtqNaKwfgl-;+12wqL zfNi^T!XkN`5MdJ{^M(OP-y!79kOnGOAqE487(`tTX`)sj>?c76$)@U(7%DK|rWw3c zobs63xzM9{PuTGQX3P14&Xi6UAHBUe*-Zzu3#r%c)2J7>A&k8?j669n%OlN#qqHAat0;gfi9| zjFYNllN&`heJ0I5`f069b?ut@{`u5FwWS05)M}hqjmh2fFtit(=>S*gUjP7gtXfSN|Xh^76k~An)G* literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b62a5c8342333a23be82baf92b7e790b9d8bf0d0 GIT binary patch literal 912 zcmY*XF>ljA6uz?)$1!aw0STy-K&1*{B;t^+s8U4)DuN1$Eet0o_v$*eeZfwG!UR%> zZglI;hT4C^lqu0IATf1|)UtHqo#QCwhP(H@d+*-&zIQ*Dmo0+p=tI?C(+K&azV*A5BSfp&~}(&9YTXLeH`=Is2r0=6ct(D!1u=Zh$j zMkqK0Nqdn)h?#+lJv2@TkS67%sd4JjrmhjlbyC9DQwY-F>dxq_{O?!DBRuz=^8A@` ziVdoDR+v-6H_f4G7iID7oE1{cyFBzGS+3P;bruK@qFy{?F@$0O%dRv`{uh&V)T zACfpFVQmLJh+nE#;+$f2|D8yX^#I<7ZV>E5J@B%7X^Admllws~Fqm9@b3TdqAnCeD z*J*UHJ<&j!oCXXW)QqPdX8_T_3H+AR9rpG`v{`*tcd!UN#k>R8!_+LWEl_EUOZ9ga zAH~5*Y%V5&>a%N-vrMmQcNnX0m~N_>WE;0b^4qLWb?uJv<;`@76e~y8*es9C^5pLN zcx`r^>tjCzqxDYWN}8d%3G;`sc5sR wWfhjjK0xcrd_J4PR=kc-{fJ}@x2aAk{Y4&M8aJtNY>ihpMynft34%2D9|6Sn$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8mN{WE$5>s+B^Yn8w(~A;IGV}9__2c6+^D;}~" + ) + + def get_inline_instances(self, request, obj=None): + inline_instances = [] + for inline_class in self.get_inlines(request, obj): + inline = inline_class(self.model, self.admin_site) + if request: + if not ( + inline.has_view_or_change_permission(request, obj) + or inline.has_add_permission(request, obj) + or inline.has_delete_permission(request, obj) + ): + continue + if not inline.has_add_permission(request, obj): + inline.max_num = 0 + inline_instances.append(inline) + + return inline_instances + + def get_urls(self): + from django.urls import path + + def wrap(view): + def wrapper(*args, **kwargs): + return self.admin_site.admin_view(view)(*args, **kwargs) + + wrapper.model_admin = self + return update_wrapper(wrapper, view) + + info = self.opts.app_label, self.opts.model_name + + return [ + path("", wrap(self.changelist_view), name="%s_%s_changelist" % info), + path("add/", wrap(self.add_view), name="%s_%s_add" % info), + path( + "/history/", + wrap(self.history_view), + name="%s_%s_history" % info, + ), + path( + "/delete/", + wrap(self.delete_view), + name="%s_%s_delete" % info, + ), + path( + "/change/", + wrap(self.change_view), + name="%s_%s_change" % info, + ), + # For backwards compatibility (was the change url before 1.9) + path( + "/", + wrap( + RedirectView.as_view( + pattern_name="%s:%s_%s_change" + % ((self.admin_site.name,) + info) + ) + ), + ), + ] + + @property + def urls(self): + return self.get_urls() + + @property + def media(self): + extra = "" if settings.DEBUG else ".min" + js = [ + "vendor/jquery/jquery%s.js" % extra, + "jquery.init.js", + "core.js", + "admin/RelatedObjectLookups.js", + "actions.js", + "urlify.js", + "prepopulate.js", + "vendor/xregexp/xregexp%s.js" % extra, + ] + return forms.Media(js=["admin/js/%s" % url for url in js]) + + def get_model_perms(self, request): + """ + Return a dict of all perms for this model. This dict has the keys + ``add``, ``change``, ``delete``, and ``view`` mapping to the True/False + for each of those actions. + """ + return { + "add": self.has_add_permission(request), + "change": self.has_change_permission(request), + "delete": self.has_delete_permission(request), + "view": self.has_view_permission(request), + } + + def _get_form_for_get_fields(self, request, obj): + return self.get_form(request, obj, fields=None) + + def get_form(self, request, obj=None, change=False, **kwargs): + """ + Return a Form class for use in the admin add view. This is used by + add_view and change_view. + """ + if "fields" in kwargs: + fields = kwargs.pop("fields") + else: + fields = flatten_fieldsets(self.get_fieldsets(request, obj)) + excluded = self.get_exclude(request, obj) + exclude = [] if excluded is None else list(excluded) + readonly_fields = self.get_readonly_fields(request, obj) + exclude.extend(readonly_fields) + # Exclude all fields if it's a change form and the user doesn't have + # the change permission. + if ( + change + and hasattr(request, "user") + and not self.has_change_permission(request, obj) + ): + exclude.extend(fields) + if excluded is None and hasattr(self.form, "_meta") and self.form._meta.exclude: + # Take the custom ModelForm's Meta.exclude into account only if the + # ModelAdmin doesn't define its own. + exclude.extend(self.form._meta.exclude) + # if exclude is an empty list we pass None to be consistent with the + # default on modelform_factory + exclude = exclude or None + + # Remove declared form fields which are in readonly_fields. + new_attrs = dict.fromkeys( + f for f in readonly_fields if f in self.form.declared_fields + ) + form = type(self.form.__name__, (self.form,), new_attrs) + + defaults = { + "form": form, + "fields": fields, + "exclude": exclude, + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + **kwargs, + } + + if defaults["fields"] is None and not modelform_defines_fields( + defaults["form"] + ): + defaults["fields"] = forms.ALL_FIELDS + + try: + return modelform_factory(self.model, **defaults) + except FieldError as e: + raise FieldError( + "%s. Check fields/fieldsets/exclude attributes of class %s." + % (e, self.__class__.__name__) + ) + + def get_changelist(self, request, **kwargs): + """ + Return the ChangeList class for use on the changelist page. + """ + from django.contrib.admin.views.main import ChangeList + + return ChangeList + + def get_changelist_instance(self, request): + """ + Return a `ChangeList` instance based on `request`. May raise + `IncorrectLookupParameters`. + """ + list_display = self.get_list_display(request) + list_display_links = self.get_list_display_links(request, list_display) + # Add the action checkboxes if any actions are available. + if self.get_actions(request): + list_display = ["action_checkbox", *list_display] + sortable_by = self.get_sortable_by(request) + ChangeList = self.get_changelist(request) + return ChangeList( + request, + self.model, + list_display, + list_display_links, + self.get_list_filter(request), + self.date_hierarchy, + self.get_search_fields(request), + self.get_list_select_related(request), + self.list_per_page, + self.list_max_show_all, + self.list_editable, + self, + sortable_by, + self.search_help_text, + ) + + def get_object(self, request, object_id, from_field=None): + """ + Return an instance matching the field and value provided, the primary + key is used if no field is provided. Return ``None`` if no match is + found or the object_id fails validation. + """ + queryset = self.get_queryset(request) + model = queryset.model + field = ( + model._meta.pk if from_field is None else model._meta.get_field(from_field) + ) + try: + object_id = field.to_python(object_id) + return queryset.get(**{field.name: object_id}) + except (model.DoesNotExist, ValidationError, ValueError): + return None + + def get_changelist_form(self, request, **kwargs): + """ + Return a Form class for use in the Formset on the changelist page. + """ + defaults = { + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + **kwargs, + } + if defaults.get("fields") is None and not modelform_defines_fields( + defaults.get("form") + ): + defaults["fields"] = forms.ALL_FIELDS + + return modelform_factory(self.model, **defaults) + + def get_changelist_formset(self, request, **kwargs): + """ + Return a FormSet class for use on the changelist page if list_editable + is used. + """ + defaults = { + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + **kwargs, + } + return modelformset_factory( + self.model, + self.get_changelist_form(request), + extra=0, + fields=self.list_editable, + **defaults, + ) + + def get_formsets_with_inlines(self, request, obj=None): + """ + Yield formsets and the corresponding inlines. + """ + for inline in self.get_inline_instances(request, obj): + yield inline.get_formset(request, obj), inline + + def get_paginator( + self, request, queryset, per_page, orphans=0, allow_empty_first_page=True + ): + return self.paginator(queryset, per_page, orphans, allow_empty_first_page) + + def log_addition(self, request, obj, message): + """ + Log that an object has been successfully added. + + The default implementation creates an admin LogEntry object. + """ + from django.contrib.admin.models import ADDITION, LogEntry + + return LogEntry.objects.log_actions( + user_id=request.user.pk, + queryset=[obj], + action_flag=ADDITION, + change_message=message, + single_object=True, + ) + + def log_change(self, request, obj, message): + """ + Log that an object has been successfully changed. + + The default implementation creates an admin LogEntry object. + """ + from django.contrib.admin.models import CHANGE, LogEntry + + return LogEntry.objects.log_actions( + user_id=request.user.pk, + queryset=[obj], + action_flag=CHANGE, + change_message=message, + single_object=True, + ) + + def log_deletion(self, request, obj, object_repr): + """ + Log that an object will be deleted. Note that this method must be + called before the deletion. + + The default implementation creates an admin LogEntry object. + """ + warnings.warn( + "ModelAdmin.log_deletion() is deprecated. Use log_deletions() instead.", + RemovedInDjango60Warning, + stacklevel=2, + ) + from django.contrib.admin.models import DELETION, LogEntry + + return LogEntry.objects.log_action( + user_id=request.user.pk, + content_type_id=get_content_type_for_model(obj).pk, + object_id=obj.pk, + object_repr=object_repr, + action_flag=DELETION, + ) + + def log_deletions(self, request, queryset): + """ + Log that objects will be deleted. Note that this method must be called + before the deletion. + + The default implementation creates admin LogEntry objects. + """ + from django.contrib.admin.models import DELETION, LogEntry + + # RemovedInDjango60Warning. + if type(self).log_deletion != ModelAdmin.log_deletion: + warnings.warn( + "The usage of log_deletion() is deprecated. Implement log_deletions() " + "instead.", + RemovedInDjango60Warning, + stacklevel=2, + ) + return [self.log_deletion(request, obj, str(obj)) for obj in queryset] + + return LogEntry.objects.log_actions( + user_id=request.user.pk, + queryset=queryset, + action_flag=DELETION, + ) + + def action_checkbox(self, obj): + """ + A list_display column containing a checkbox widget. + """ + attrs = { + "class": "action-select", + "aria-label": format_html( + _("Select this object for an action - {}"), str(obj) + ), + } + checkbox = forms.CheckboxInput(attrs, lambda value: False) + return checkbox.render(helpers.ACTION_CHECKBOX_NAME, str(obj.pk)) + + @staticmethod + def _get_action_description(func, name): + try: + return func.short_description + except AttributeError: + return capfirst(name.replace("_", " ")) + + def _get_base_actions(self): + """Return the list of actions, prior to any request-based filtering.""" + actions = [] + base_actions = (self.get_action(action) for action in self.actions or []) + # get_action might have returned None, so filter any of those out. + base_actions = [action for action in base_actions if action] + base_action_names = {name for _, name, _ in base_actions} + + # Gather actions from the admin site first + for name, func in self.admin_site.actions: + if name in base_action_names: + continue + description = self._get_action_description(func, name) + actions.append((func, name, description)) + # Add actions from this ModelAdmin. + actions.extend(base_actions) + return actions + + def _filter_actions_by_permissions(self, request, actions): + """Filter out any actions that the user doesn't have access to.""" + filtered_actions = [] + for action in actions: + callable = action[0] + if not hasattr(callable, "allowed_permissions"): + filtered_actions.append(action) + continue + permission_checks = ( + getattr(self, "has_%s_permission" % permission) + for permission in callable.allowed_permissions + ) + if any(has_permission(request) for has_permission in permission_checks): + filtered_actions.append(action) + return filtered_actions + + def get_actions(self, request): + """ + Return a dictionary mapping the names of all actions for this + ModelAdmin to a tuple of (callable, name, description) for each action. + """ + # If self.actions is set to None that means actions are disabled on + # this page. + if self.actions is None or IS_POPUP_VAR in request.GET: + return {} + actions = self._filter_actions_by_permissions(request, self._get_base_actions()) + return {name: (func, name, desc) for func, name, desc in actions} + + def get_action_choices(self, request, default_choices=models.BLANK_CHOICE_DASH): + """ + Return a list of choices for use in a form object. Each choice is a + tuple (name, description). + """ + choices = [] + default_choices + for func, name, description in self.get_actions(request).values(): + choice = (name, description % model_format_dict(self.opts)) + choices.append(choice) + return choices + + def get_action(self, action): + """ + Return a given action from a parameter, which can either be a callable, + or the name of a method on the ModelAdmin. Return is a tuple of + (callable, name, description). + """ + # If the action is a callable, just use it. + if callable(action): + func = action + action = action.__name__ + + # Next, look for a method. Grab it off self.__class__ to get an unbound + # method instead of a bound one; this ensures that the calling + # conventions are the same for functions and methods. + elif hasattr(self.__class__, action): + func = getattr(self.__class__, action) + + # Finally, look for a named method on the admin site + else: + try: + func = self.admin_site.get_action(action) + except KeyError: + return None + + description = self._get_action_description(func, action) + return func, action, description + + def get_list_display(self, request): + """ + Return a sequence containing the fields to be displayed on the + changelist. + """ + return self.list_display + + def get_list_display_links(self, request, list_display): + """ + Return a sequence containing the fields to be displayed as links + on the changelist. The list_display parameter is the list of fields + returned by get_list_display(). + """ + if ( + self.list_display_links + or self.list_display_links is None + or not list_display + ): + return self.list_display_links + else: + # Use only the first item in list_display as link + return list(list_display)[:1] + + def get_list_filter(self, request): + """ + Return a sequence containing the fields to be displayed as filters in + the right sidebar of the changelist page. + """ + return self.list_filter + + def get_list_select_related(self, request): + """ + Return a list of fields to add to the select_related() part of the + changelist items query. + """ + return self.list_select_related + + def get_search_fields(self, request): + """ + Return a sequence containing the fields to be searched whenever + somebody submits a search query. + """ + return self.search_fields + + def get_search_results(self, request, queryset, search_term): + """ + Return a tuple containing a queryset to implement the search + and a boolean indicating if the results may contain duplicates. + """ + + # Apply keyword searches. + def construct_search(field_name): + if field_name.startswith("^"): + return "%s__istartswith" % field_name.removeprefix("^"), None + elif field_name.startswith("="): + return "%s__iexact" % field_name.removeprefix("="), None + elif field_name.startswith("@"): + return "%s__search" % field_name.removeprefix("@"), None + # Use field_name if it includes a lookup. + opts = queryset.model._meta + lookup_fields = field_name.split(LOOKUP_SEP) + # Go through the fields, following all relations. + prev_field = None + for i, path_part in enumerate(lookup_fields): + if path_part == "pk": + path_part = opts.pk.name + try: + field = opts.get_field(path_part) + except FieldDoesNotExist: + # Use valid query lookups. + if prev_field and prev_field.get_lookup(path_part): + if path_part == "exact" and not isinstance( + prev_field, (models.CharField, models.TextField) + ): + field_name_without_exact = "__".join(lookup_fields[:i]) + alias = Cast( + field_name_without_exact, + output_field=models.CharField(), + ) + alias_name = "_".join(lookup_fields[:i]) + return f"{alias_name}_str", alias + else: + return field_name, None + else: + prev_field = field + if hasattr(field, "path_infos"): + # Update opts to follow the relation. + opts = field.path_infos[-1].to_opts + # Otherwise, use the field with icontains. + return "%s__icontains" % field_name, None + + may_have_duplicates = False + search_fields = self.get_search_fields(request) + if search_fields and search_term: + str_aliases = {} + orm_lookups = [] + for field in search_fields: + lookup, str_alias = construct_search(str(field)) + orm_lookups.append(lookup) + if str_alias: + str_aliases[lookup] = str_alias + + if str_aliases: + queryset = queryset.alias(**str_aliases) + + term_queries = [] + for bit in smart_split(search_term): + if bit.startswith(('"', "'")) and bit[0] == bit[-1]: + bit = unescape_string_literal(bit) + or_queries = models.Q.create( + [(orm_lookup, bit) for orm_lookup in orm_lookups], + connector=models.Q.OR, + ) + term_queries.append(or_queries) + queryset = queryset.filter(models.Q.create(term_queries)) + may_have_duplicates |= any( + lookup_spawns_duplicates(self.opts, search_spec) + for search_spec in orm_lookups + ) + return queryset, may_have_duplicates + + def get_preserved_filters(self, request): + """ + Return the preserved filters querystring. + """ + match = request.resolver_match + if self.preserve_filters and match: + current_url = "%s:%s" % (match.app_name, match.url_name) + changelist_url = "admin:%s_%s_changelist" % ( + self.opts.app_label, + self.opts.model_name, + ) + if current_url == changelist_url: + preserved_filters = request.GET.urlencode() + else: + preserved_filters = request.GET.get("_changelist_filters") + + if preserved_filters: + return urlencode({"_changelist_filters": preserved_filters}) + return "" + + def construct_change_message(self, request, form, formsets, add=False): + """ + Construct a JSON structure describing changes from a changed object. + """ + return construct_change_message(form, formsets, add) + + def message_user( + self, request, message, level=messages.INFO, extra_tags="", fail_silently=False + ): + """ + Send a message to the user. The default implementation + posts a message using the django.contrib.messages backend. + + Exposes almost the same API as messages.add_message(), but accepts the + positional arguments in a different order to maintain backwards + compatibility. For convenience, it accepts the `level` argument as + a string rather than the usual level number. + """ + if not isinstance(level, int): + # attempt to get the level if passed a string + try: + level = getattr(messages.constants, level.upper()) + except AttributeError: + levels = messages.constants.DEFAULT_TAGS.values() + levels_repr = ", ".join("`%s`" % level for level in levels) + raise ValueError( + "Bad message level string: `%s`. Possible values are: %s" + % (level, levels_repr) + ) + + messages.add_message( + request, level, message, extra_tags=extra_tags, fail_silently=fail_silently + ) + + def save_form(self, request, form, change): + """ + Given a ModelForm return an unsaved instance. ``change`` is True if + the object is being changed, and False if it's being added. + """ + return form.save(commit=False) + + def save_model(self, request, obj, form, change): + """ + Given a model instance save it to the database. + """ + obj.save() + + def delete_model(self, request, obj): + """ + Given a model instance delete it from the database. + """ + obj.delete() + + def delete_queryset(self, request, queryset): + """Given a queryset, delete it from the database.""" + queryset.delete() + + def save_formset(self, request, form, formset, change): + """ + Given an inline formset save it to the database. + """ + formset.save() + + def save_related(self, request, form, formsets, change): + """ + Given the ``HttpRequest``, the parent ``ModelForm`` instance, the + list of inline formsets and a boolean value based on whether the + parent is being added or changed, save the related objects to the + database. Note that at this point save_form() and save_model() have + already been called. + """ + form.save_m2m() + for formset in formsets: + self.save_formset(request, form, formset, change=change) + + def render_change_form( + self, request, context, add=False, change=False, form_url="", obj=None + ): + app_label = self.opts.app_label + preserved_filters = self.get_preserved_filters(request) + form_url = add_preserved_filters( + {"preserved_filters": preserved_filters, "opts": self.opts}, form_url + ) + view_on_site_url = self.get_view_on_site_url(obj) + has_editable_inline_admin_formsets = False + for inline in context["inline_admin_formsets"]: + if ( + inline.has_add_permission + or inline.has_change_permission + or inline.has_delete_permission + ): + has_editable_inline_admin_formsets = True + break + context.update( + { + "add": add, + "change": change, + "has_view_permission": self.has_view_permission(request, obj), + "has_add_permission": self.has_add_permission(request), + "has_change_permission": self.has_change_permission(request, obj), + "has_delete_permission": self.has_delete_permission(request, obj), + "has_editable_inline_admin_formsets": ( + has_editable_inline_admin_formsets + ), + "has_file_field": context["adminform"].form.is_multipart() + or any( + admin_formset.formset.is_multipart() + for admin_formset in context["inline_admin_formsets"] + ), + "has_absolute_url": view_on_site_url is not None, + "absolute_url": view_on_site_url, + "form_url": form_url, + "opts": self.opts, + "content_type_id": get_content_type_for_model(self.model).pk, + "save_as": self.save_as, + "save_on_top": self.save_on_top, + "to_field_var": TO_FIELD_VAR, + "is_popup_var": IS_POPUP_VAR, + "app_label": app_label, + } + ) + if add and self.add_form_template is not None: + form_template = self.add_form_template + else: + form_template = self.change_form_template + + request.current_app = self.admin_site.name + + return TemplateResponse( + request, + form_template + or [ + "admin/%s/%s/change_form.html" % (app_label, self.opts.model_name), + "admin/%s/change_form.html" % app_label, + "admin/change_form.html", + ], + context, + ) + + def _get_preserved_qsl(self, request, preserved_filters): + query_string = urlsplit(request.build_absolute_uri()).query + return parse_qsl(query_string.replace(preserved_filters, "")) + + def response_add(self, request, obj, post_url_continue=None): + """ + Determine the HttpResponse for the add_view stage. + """ + opts = obj._meta + preserved_filters = self.get_preserved_filters(request) + preserved_qsl = self._get_preserved_qsl(request, preserved_filters) + obj_url = reverse( + "admin:%s_%s_change" % (opts.app_label, opts.model_name), + args=(quote(obj.pk),), + current_app=self.admin_site.name, + ) + # Add a link to the object's change form if the user can edit the obj. + if self.has_change_permission(request, obj): + obj_repr = format_html('{}', urlquote(obj_url), obj) + else: + obj_repr = str(obj) + msg_dict = { + "name": opts.verbose_name, + "obj": obj_repr, + } + # Here, we distinguish between different save types by checking for + # the presence of keys in request.POST. + + if IS_POPUP_VAR in request.POST: + to_field = request.POST.get(TO_FIELD_VAR) + if to_field: + attr = str(to_field) + else: + attr = obj._meta.pk.attname + value = obj.serializable_value(attr) + popup_response_data = json.dumps( + { + "value": str(value), + "obj": str(obj), + } + ) + return TemplateResponse( + request, + self.popup_response_template + or [ + "admin/%s/%s/popup_response.html" + % (opts.app_label, opts.model_name), + "admin/%s/popup_response.html" % opts.app_label, + "admin/popup_response.html", + ], + { + "popup_response_data": popup_response_data, + }, + ) + + elif "_continue" in request.POST or ( + # Redirecting after "Save as new". + "_saveasnew" in request.POST + and self.save_as_continue + and self.has_change_permission(request, obj) + ): + msg = _("The {name} “{obj}” was added successfully.") + if self.has_change_permission(request, obj): + msg += " " + _("You may edit it again below.") + self.message_user(request, format_html(msg, **msg_dict), messages.SUCCESS) + if post_url_continue is None: + post_url_continue = obj_url + post_url_continue = add_preserved_filters( + { + "preserved_filters": preserved_filters, + "preserved_qsl": preserved_qsl, + "opts": opts, + }, + post_url_continue, + ) + return HttpResponseRedirect(post_url_continue) + + elif "_addanother" in request.POST: + msg = format_html( + _( + "The {name} “{obj}” was added successfully. You may add another " + "{name} below." + ), + **msg_dict, + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = request.path + redirect_url = add_preserved_filters( + { + "preserved_filters": preserved_filters, + "preserved_qsl": preserved_qsl, + "opts": opts, + }, + redirect_url, + ) + return HttpResponseRedirect(redirect_url) + + else: + msg = format_html( + _("The {name} “{obj}” was added successfully."), **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + return self.response_post_save_add(request, obj) + + def response_change(self, request, obj): + """ + Determine the HttpResponse for the change_view stage. + """ + + if IS_POPUP_VAR in request.POST: + opts = obj._meta + to_field = request.POST.get(TO_FIELD_VAR) + attr = str(to_field) if to_field else opts.pk.attname + value = request.resolver_match.kwargs["object_id"] + new_value = obj.serializable_value(attr) + popup_response_data = json.dumps( + { + "action": "change", + "value": str(value), + "obj": str(obj), + "new_value": str(new_value), + } + ) + return TemplateResponse( + request, + self.popup_response_template + or [ + "admin/%s/%s/popup_response.html" + % (opts.app_label, opts.model_name), + "admin/%s/popup_response.html" % opts.app_label, + "admin/popup_response.html", + ], + { + "popup_response_data": popup_response_data, + }, + ) + + opts = self.opts + preserved_filters = self.get_preserved_filters(request) + preserved_qsl = self._get_preserved_qsl(request, preserved_filters) + + msg_dict = { + "name": opts.verbose_name, + "obj": format_html('{}', urlquote(request.path), obj), + } + if "_continue" in request.POST: + msg = format_html( + _( + "The {name} “{obj}” was changed successfully. You may edit it " + "again below." + ), + **msg_dict, + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = request.path + redirect_url = add_preserved_filters( + { + "preserved_filters": preserved_filters, + "preserved_qsl": preserved_qsl, + "opts": opts, + }, + redirect_url, + ) + return HttpResponseRedirect(redirect_url) + + elif "_addanother" in request.POST: + msg = format_html( + _( + "The {name} “{obj}” was changed successfully. You may add another " + "{name} below." + ), + **msg_dict, + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = reverse( + "admin:%s_%s_add" % (opts.app_label, opts.model_name), + current_app=self.admin_site.name, + ) + redirect_url = add_preserved_filters( + { + "preserved_filters": preserved_filters, + "preserved_qsl": preserved_qsl, + "opts": opts, + }, + redirect_url, + ) + return HttpResponseRedirect(redirect_url) + + else: + msg = format_html( + _("The {name} “{obj}” was changed successfully."), **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + return self.response_post_save_change(request, obj) + + def _response_post_save(self, request, obj): + if self.has_view_or_change_permission(request): + post_url = reverse( + "admin:%s_%s_changelist" % (self.opts.app_label, self.opts.model_name), + current_app=self.admin_site.name, + ) + preserved_filters = self.get_preserved_filters(request) + post_url = add_preserved_filters( + {"preserved_filters": preserved_filters, "opts": self.opts}, post_url + ) + else: + post_url = reverse("admin:index", current_app=self.admin_site.name) + return HttpResponseRedirect(post_url) + + def response_post_save_add(self, request, obj): + """ + Figure out where to redirect after the 'Save' button has been pressed + when adding a new object. + """ + return self._response_post_save(request, obj) + + def response_post_save_change(self, request, obj): + """ + Figure out where to redirect after the 'Save' button has been pressed + when editing an existing object. + """ + return self._response_post_save(request, obj) + + def response_action(self, request, queryset): + """ + Handle an admin action. This is called if a request is POSTed to the + changelist; it returns an HttpResponse if the action was handled, and + None otherwise. + """ + + # There can be multiple action forms on the page (at the top + # and bottom of the change list, for example). Get the action + # whose button was pushed. + try: + action_index = int(request.POST.get("index", 0)) + except ValueError: + action_index = 0 + + # Construct the action form. + data = request.POST.copy() + data.pop(helpers.ACTION_CHECKBOX_NAME, None) + data.pop("index", None) + + # Use the action whose button was pushed + try: + data.update({"action": data.getlist("action")[action_index]}) + except IndexError: + # If we didn't get an action from the chosen form that's invalid + # POST data, so by deleting action it'll fail the validation check + # below. So no need to do anything here + pass + + action_form = self.action_form(data, auto_id=None) + action_form.fields["action"].choices = self.get_action_choices(request) + + # If the form's valid we can handle the action. + if action_form.is_valid(): + action = action_form.cleaned_data["action"] + select_across = action_form.cleaned_data["select_across"] + func = self.get_actions(request)[action][0] + + # Get the list of selected PKs. If nothing's selected, we can't + # perform an action on it, so bail. Except we want to perform + # the action explicitly on all objects. + selected = request.POST.getlist(helpers.ACTION_CHECKBOX_NAME) + if not selected and not select_across: + # Reminder that something needs to be selected or nothing will happen + msg = _( + "Items must be selected in order to perform " + "actions on them. No items have been changed." + ) + self.message_user(request, msg, messages.WARNING) + return None + + if not select_across: + # Perform the action only on the selected objects + queryset = queryset.filter(pk__in=selected) + + response = func(self, request, queryset) + + # Actions may return an HttpResponse-like object, which will be + # used as the response from the POST. If not, we'll be a good + # little HTTP citizen and redirect back to the changelist page. + if isinstance(response, HttpResponseBase): + return response + else: + return HttpResponseRedirect(request.get_full_path()) + else: + msg = _("No action selected.") + self.message_user(request, msg, messages.WARNING) + return None + + def response_delete(self, request, obj_display, obj_id): + """ + Determine the HttpResponse for the delete_view stage. + """ + if IS_POPUP_VAR in request.POST: + popup_response_data = json.dumps( + { + "action": "delete", + "value": str(obj_id), + } + ) + return TemplateResponse( + request, + self.popup_response_template + or [ + "admin/%s/%s/popup_response.html" + % (self.opts.app_label, self.opts.model_name), + "admin/%s/popup_response.html" % self.opts.app_label, + "admin/popup_response.html", + ], + { + "popup_response_data": popup_response_data, + }, + ) + + self.message_user( + request, + _("The %(name)s “%(obj)s” was deleted successfully.") + % { + "name": self.opts.verbose_name, + "obj": obj_display, + }, + messages.SUCCESS, + ) + + if self.has_change_permission(request, None): + post_url = reverse( + "admin:%s_%s_changelist" % (self.opts.app_label, self.opts.model_name), + current_app=self.admin_site.name, + ) + preserved_filters = self.get_preserved_filters(request) + post_url = add_preserved_filters( + {"preserved_filters": preserved_filters, "opts": self.opts}, post_url + ) + else: + post_url = reverse("admin:index", current_app=self.admin_site.name) + return HttpResponseRedirect(post_url) + + def render_delete_form(self, request, context): + app_label = self.opts.app_label + + request.current_app = self.admin_site.name + context.update( + to_field_var=TO_FIELD_VAR, + is_popup_var=IS_POPUP_VAR, + media=self.media, + ) + + return TemplateResponse( + request, + self.delete_confirmation_template + or [ + "admin/{}/{}/delete_confirmation.html".format( + app_label, self.opts.model_name + ), + "admin/{}/delete_confirmation.html".format(app_label), + "admin/delete_confirmation.html", + ], + context, + ) + + def get_inline_formsets(self, request, formsets, inline_instances, obj=None): + # Edit permissions on parent model are required for editable inlines. + can_edit_parent = ( + self.has_change_permission(request, obj) + if obj + else self.has_add_permission(request) + ) + inline_admin_formsets = [] + for inline, formset in zip(inline_instances, formsets): + fieldsets = list(inline.get_fieldsets(request, obj)) + readonly = list(inline.get_readonly_fields(request, obj)) + if can_edit_parent: + has_add_permission = inline.has_add_permission(request, obj) + has_change_permission = inline.has_change_permission(request, obj) + has_delete_permission = inline.has_delete_permission(request, obj) + else: + # Disable all edit-permissions, and override formset settings. + has_add_permission = has_change_permission = has_delete_permission = ( + False + ) + formset.extra = formset.max_num = 0 + has_view_permission = inline.has_view_permission(request, obj) + prepopulated = dict(inline.get_prepopulated_fields(request, obj)) + inline_admin_formset = helpers.InlineAdminFormSet( + inline, + formset, + fieldsets, + prepopulated, + readonly, + model_admin=self, + has_add_permission=has_add_permission, + has_change_permission=has_change_permission, + has_delete_permission=has_delete_permission, + has_view_permission=has_view_permission, + ) + inline_admin_formsets.append(inline_admin_formset) + return inline_admin_formsets + + def get_changeform_initial_data(self, request): + """ + Get the initial form data from the request's GET params. + """ + initial = dict(request.GET.items()) + for k in initial: + try: + f = self.opts.get_field(k) + except FieldDoesNotExist: + continue + # We have to special-case M2Ms as a list of comma-separated PKs. + if isinstance(f, models.ManyToManyField): + initial[k] = initial[k].split(",") + return initial + + def _get_obj_does_not_exist_redirect(self, request, opts, object_id): + """ + Create a message informing the user that the object doesn't exist + and return a redirect to the admin index page. + """ + msg = _("%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?") % { + "name": opts.verbose_name, + "key": unquote(object_id), + } + self.message_user(request, msg, messages.WARNING) + url = reverse("admin:index", current_app=self.admin_site.name) + return HttpResponseRedirect(url) + + @csrf_protect_m + def changeform_view(self, request, object_id=None, form_url="", extra_context=None): + if request.method in ("GET", "HEAD", "OPTIONS", "TRACE"): + return self._changeform_view(request, object_id, form_url, extra_context) + + with transaction.atomic(using=router.db_for_write(self.model)): + return self._changeform_view(request, object_id, form_url, extra_context) + + def _changeform_view(self, request, object_id, form_url, extra_context): + to_field = request.POST.get(TO_FIELD_VAR, request.GET.get(TO_FIELD_VAR)) + if to_field and not self.to_field_allowed(request, to_field): + raise DisallowedModelAdminToField( + "The field %s cannot be referenced." % to_field + ) + + if request.method == "POST" and "_saveasnew" in request.POST: + object_id = None + + add = object_id is None + + if add: + if not self.has_add_permission(request): + raise PermissionDenied + obj = None + + else: + obj = self.get_object(request, unquote(object_id), to_field) + + if request.method == "POST": + if not self.has_change_permission(request, obj): + raise PermissionDenied + else: + if not self.has_view_or_change_permission(request, obj): + raise PermissionDenied + + if obj is None: + return self._get_obj_does_not_exist_redirect( + request, self.opts, object_id + ) + + fieldsets = self.get_fieldsets(request, obj) + ModelForm = self.get_form( + request, obj, change=not add, fields=flatten_fieldsets(fieldsets) + ) + if request.method == "POST": + form = ModelForm(request.POST, request.FILES, instance=obj) + formsets, inline_instances = self._create_formsets( + request, + form.instance, + change=not add, + ) + form_validated = form.is_valid() + if form_validated: + new_object = self.save_form(request, form, change=not add) + else: + new_object = form.instance + if all_valid(formsets) and form_validated: + self.save_model(request, new_object, form, not add) + self.save_related(request, form, formsets, not add) + change_message = self.construct_change_message( + request, form, formsets, add + ) + if add: + self.log_addition(request, new_object, change_message) + return self.response_add(request, new_object) + else: + self.log_change(request, new_object, change_message) + return self.response_change(request, new_object) + else: + form_validated = False + else: + if add: + initial = self.get_changeform_initial_data(request) + form = ModelForm(initial=initial) + formsets, inline_instances = self._create_formsets( + request, form.instance, change=False + ) + else: + form = ModelForm(instance=obj) + formsets, inline_instances = self._create_formsets( + request, obj, change=True + ) + + if not add and not self.has_change_permission(request, obj): + readonly_fields = flatten_fieldsets(fieldsets) + else: + readonly_fields = self.get_readonly_fields(request, obj) + admin_form = helpers.AdminForm( + form, + list(fieldsets), + # Clear prepopulated fields on a view-only form to avoid a crash. + ( + self.get_prepopulated_fields(request, obj) + if add or self.has_change_permission(request, obj) + else {} + ), + readonly_fields, + model_admin=self, + ) + media = self.media + admin_form.media + + inline_formsets = self.get_inline_formsets( + request, formsets, inline_instances, obj + ) + for inline_formset in inline_formsets: + media += inline_formset.media + + if add: + title = _("Add %s") + elif self.has_change_permission(request, obj): + title = _("Change %s") + else: + title = _("View %s") + context = { + **self.admin_site.each_context(request), + "title": title % self.opts.verbose_name, + "subtitle": str(obj) if obj else None, + "adminform": admin_form, + "object_id": object_id, + "original": obj, + "is_popup": IS_POPUP_VAR in request.POST or IS_POPUP_VAR in request.GET, + "to_field": to_field, + "media": media, + "inline_admin_formsets": inline_formsets, + "errors": helpers.AdminErrorList(form, formsets), + "preserved_filters": self.get_preserved_filters(request), + } + + # Hide the "Save" and "Save and continue" buttons if "Save as New" was + # previously chosen to prevent the interface from getting confusing. + if ( + request.method == "POST" + and not form_validated + and "_saveasnew" in request.POST + ): + context["show_save"] = False + context["show_save_and_continue"] = False + # Use the change template instead of the add template. + add = False + + context.update(extra_context or {}) + + return self.render_change_form( + request, context, add=add, change=not add, obj=obj, form_url=form_url + ) + + def add_view(self, request, form_url="", extra_context=None): + return self.changeform_view(request, None, form_url, extra_context) + + def change_view(self, request, object_id, form_url="", extra_context=None): + return self.changeform_view(request, object_id, form_url, extra_context) + + def _get_edited_object_pks(self, request, prefix): + """Return POST data values of list_editable primary keys.""" + pk_pattern = re.compile( + r"{}-\d+-{}$".format(re.escape(prefix), self.opts.pk.name) + ) + return [value for key, value in request.POST.items() if pk_pattern.match(key)] + + def _get_list_editable_queryset(self, request, prefix): + """ + Based on POST data, return a queryset of the objects that were edited + via list_editable. + """ + object_pks = self._get_edited_object_pks(request, prefix) + queryset = self.get_queryset(request) + validate = queryset.model._meta.pk.to_python + try: + for pk in object_pks: + validate(pk) + except ValidationError: + # Disable the optimization if the POST data was tampered with. + return queryset + return queryset.filter(pk__in=object_pks) + + @csrf_protect_m + def changelist_view(self, request, extra_context=None): + """ + The 'change list' admin view for this model. + """ + from django.contrib.admin.views.main import ERROR_FLAG + + app_label = self.opts.app_label + if not self.has_view_or_change_permission(request): + raise PermissionDenied + + try: + cl = self.get_changelist_instance(request) + except IncorrectLookupParameters: + # Wacky lookup parameters were given, so redirect to the main + # changelist page, without parameters, and pass an 'invalid=1' + # parameter via the query string. If wacky parameters were given + # and the 'invalid=1' parameter was already in the query string, + # something is screwed up with the database, so display an error + # page. + if ERROR_FLAG in request.GET: + return SimpleTemplateResponse( + "admin/invalid_setup.html", + { + "title": _("Database error"), + }, + ) + return HttpResponseRedirect(request.path + "?" + ERROR_FLAG + "=1") + + # If the request was POSTed, this might be a bulk action or a bulk + # edit. Try to look up an action or confirmation first, but if this + # isn't an action the POST will fall through to the bulk edit check, + # below. + action_failed = False + selected = request.POST.getlist(helpers.ACTION_CHECKBOX_NAME) + + actions = self.get_actions(request) + # Actions with no confirmation + if ( + actions + and request.method == "POST" + and "index" in request.POST + and "_save" not in request.POST + ): + if selected: + response = self.response_action( + request, queryset=cl.get_queryset(request) + ) + if response: + return response + else: + action_failed = True + else: + msg = _( + "Items must be selected in order to perform " + "actions on them. No items have been changed." + ) + self.message_user(request, msg, messages.WARNING) + action_failed = True + + # Actions with confirmation + if ( + actions + and request.method == "POST" + and helpers.ACTION_CHECKBOX_NAME in request.POST + and "index" not in request.POST + and "_save" not in request.POST + ): + if selected: + response = self.response_action( + request, queryset=cl.get_queryset(request) + ) + if response: + return response + else: + action_failed = True + + if action_failed: + # Redirect back to the changelist page to avoid resubmitting the + # form if the user refreshes the browser or uses the "No, take + # me back" button on the action confirmation page. + return HttpResponseRedirect(request.get_full_path()) + + # If we're allowing changelist editing, we need to construct a formset + # for the changelist given all the fields to be edited. Then we'll + # use the formset to validate/process POSTed data. + formset = cl.formset = None + + # Handle POSTed bulk-edit data. + if request.method == "POST" and cl.list_editable and "_save" in request.POST: + if not self.has_change_permission(request): + raise PermissionDenied + FormSet = self.get_changelist_formset(request) + modified_objects = self._get_list_editable_queryset( + request, FormSet.get_default_prefix() + ) + formset = cl.formset = FormSet( + request.POST, request.FILES, queryset=modified_objects + ) + if formset.is_valid(): + changecount = 0 + with transaction.atomic(using=router.db_for_write(self.model)): + for form in formset.forms: + if form.has_changed(): + obj = self.save_form(request, form, change=True) + self.save_model(request, obj, form, change=True) + self.save_related(request, form, formsets=[], change=True) + change_msg = self.construct_change_message( + request, form, None + ) + self.log_change(request, obj, change_msg) + changecount += 1 + if changecount: + msg = ngettext( + "%(count)s %(name)s was changed successfully.", + "%(count)s %(name)s were changed successfully.", + changecount, + ) % { + "count": changecount, + "name": model_ngettext(self.opts, changecount), + } + self.message_user(request, msg, messages.SUCCESS) + + return HttpResponseRedirect(request.get_full_path()) + + # Handle GET -- construct a formset for display. + elif cl.list_editable and self.has_change_permission(request): + FormSet = self.get_changelist_formset(request) + formset = cl.formset = FormSet(queryset=cl.result_list) + + # Build the list of media to be used by the formset. + if formset: + media = self.media + formset.media + else: + media = self.media + + # Build the action form and populate it with available actions. + if actions: + action_form = self.action_form(auto_id=None) + action_form.fields["action"].choices = self.get_action_choices(request) + media += action_form.media + else: + action_form = None + + selection_note_all = ngettext( + "%(total_count)s selected", "All %(total_count)s selected", cl.result_count + ) + + context = { + **self.admin_site.each_context(request), + "module_name": str(self.opts.verbose_name_plural), + "selection_note": _("0 of %(cnt)s selected") % {"cnt": len(cl.result_list)}, + "selection_note_all": selection_note_all % {"total_count": cl.result_count}, + "title": cl.title, + "subtitle": None, + "is_popup": cl.is_popup, + "to_field": cl.to_field, + "cl": cl, + "media": media, + "has_add_permission": self.has_add_permission(request), + "opts": cl.opts, + "action_form": action_form, + "actions_on_top": self.actions_on_top, + "actions_on_bottom": self.actions_on_bottom, + "actions_selection_counter": self.actions_selection_counter, + "preserved_filters": self.get_preserved_filters(request), + **(extra_context or {}), + } + + request.current_app = self.admin_site.name + + return TemplateResponse( + request, + self.change_list_template + or [ + "admin/%s/%s/change_list.html" % (app_label, self.opts.model_name), + "admin/%s/change_list.html" % app_label, + "admin/change_list.html", + ], + context, + ) + + def get_deleted_objects(self, objs, request): + """ + Hook for customizing the delete process for the delete view and the + "delete selected" action. + """ + return get_deleted_objects(objs, request, self.admin_site) + + @csrf_protect_m + def delete_view(self, request, object_id, extra_context=None): + if request.method in ("GET", "HEAD", "OPTIONS", "TRACE"): + return self._delete_view(request, object_id, extra_context) + + with transaction.atomic(using=router.db_for_write(self.model)): + return self._delete_view(request, object_id, extra_context) + + def _delete_view(self, request, object_id, extra_context): + "The 'delete' admin view for this model." + app_label = self.opts.app_label + + to_field = request.POST.get(TO_FIELD_VAR, request.GET.get(TO_FIELD_VAR)) + if to_field and not self.to_field_allowed(request, to_field): + raise DisallowedModelAdminToField( + "The field %s cannot be referenced." % to_field + ) + + obj = self.get_object(request, unquote(object_id), to_field) + + if not self.has_delete_permission(request, obj): + raise PermissionDenied + + if obj is None: + return self._get_obj_does_not_exist_redirect(request, self.opts, object_id) + + # Populate deleted_objects, a data structure of all related objects that + # will also be deleted. + ( + deleted_objects, + model_count, + perms_needed, + protected, + ) = self.get_deleted_objects([obj], request) + + if request.POST and not protected: # The user has confirmed the deletion. + if perms_needed: + raise PermissionDenied + obj_display = str(obj) + attr = str(to_field) if to_field else self.opts.pk.attname + obj_id = obj.serializable_value(attr) + self.log_deletions(request, [obj]) + self.delete_model(request, obj) + + return self.response_delete(request, obj_display, obj_id) + + object_name = str(self.opts.verbose_name) + + if perms_needed or protected: + title = _("Cannot delete %(name)s") % {"name": object_name} + else: + title = _("Delete") + + context = { + **self.admin_site.each_context(request), + "title": title, + "subtitle": None, + "object_name": object_name, + "object": obj, + "deleted_objects": deleted_objects, + "model_count": dict(model_count).items(), + "perms_lacking": perms_needed, + "protected": protected, + "opts": self.opts, + "app_label": app_label, + "preserved_filters": self.get_preserved_filters(request), + "is_popup": IS_POPUP_VAR in request.POST or IS_POPUP_VAR in request.GET, + "to_field": to_field, + **(extra_context or {}), + } + + return self.render_delete_form(request, context) + + def history_view(self, request, object_id, extra_context=None): + "The 'history' admin view for this model." + from django.contrib.admin.models import LogEntry + from django.contrib.admin.views.main import PAGE_VAR + + # First check if the user can see this history. + model = self.model + obj = self.get_object(request, unquote(object_id)) + if obj is None: + return self._get_obj_does_not_exist_redirect( + request, model._meta, object_id + ) + + if not self.has_view_or_change_permission(request, obj): + raise PermissionDenied + + # Then get the history for this object. + app_label = self.opts.app_label + action_list = ( + LogEntry.objects.filter( + object_id=unquote(object_id), + content_type=get_content_type_for_model(model), + ) + .select_related() + .order_by("action_time") + ) + + paginator = self.get_paginator(request, action_list, 100) + page_number = request.GET.get(PAGE_VAR, 1) + page_obj = paginator.get_page(page_number) + page_range = paginator.get_elided_page_range(page_obj.number) + + context = { + **self.admin_site.each_context(request), + "title": _("Change history: %s") % obj, + "subtitle": None, + "action_list": page_obj, + "page_range": page_range, + "page_var": PAGE_VAR, + "pagination_required": paginator.count > 100, + "module_name": str(capfirst(self.opts.verbose_name_plural)), + "object": obj, + "opts": self.opts, + "preserved_filters": self.get_preserved_filters(request), + **(extra_context or {}), + } + + request.current_app = self.admin_site.name + + return TemplateResponse( + request, + self.object_history_template + or [ + "admin/%s/%s/object_history.html" % (app_label, self.opts.model_name), + "admin/%s/object_history.html" % app_label, + "admin/object_history.html", + ], + context, + ) + + def get_formset_kwargs(self, request, obj, inline, prefix): + formset_params = { + "instance": obj, + "prefix": prefix, + "queryset": inline.get_queryset(request), + } + if request.method == "POST": + formset_params.update( + { + "data": request.POST.copy(), + "files": request.FILES, + "save_as_new": "_saveasnew" in request.POST, + } + ) + return formset_params + + def _create_formsets(self, request, obj, change): + "Helper function to generate formsets for add/change_view." + formsets = [] + inline_instances = [] + prefixes = {} + get_formsets_args = [request] + if change: + get_formsets_args.append(obj) + for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): + prefix = FormSet.get_default_prefix() + prefixes[prefix] = prefixes.get(prefix, 0) + 1 + if prefixes[prefix] != 1 or not prefix: + prefix = "%s-%s" % (prefix, prefixes[prefix]) + formset_params = self.get_formset_kwargs(request, obj, inline, prefix) + formset = FormSet(**formset_params) + + def user_deleted_form(request, obj, formset, index, inline): + """Return whether or not the user deleted the form.""" + return ( + inline.has_delete_permission(request, obj) + and "{}-{}-DELETE".format(formset.prefix, index) in request.POST + ) + + # Bypass validation of each view-only inline form (since the form's + # data won't be in request.POST), unless the form was deleted. + if not inline.has_change_permission(request, obj if change else None): + for index, form in enumerate(formset.initial_forms): + if user_deleted_form(request, obj, formset, index, inline): + continue + form._errors = {} + form.cleaned_data = form.initial + formsets.append(formset) + inline_instances.append(inline) + return formsets, inline_instances + + +class InlineModelAdmin(BaseModelAdmin): + """ + Options for inline editing of ``model`` instances. + + Provide ``fk_name`` to specify the attribute name of the ``ForeignKey`` + from ``model`` to its parent. This is required if ``model`` has more than + one ``ForeignKey`` to its parent. + """ + + model = None + fk_name = None + formset = BaseInlineFormSet + extra = 3 + min_num = None + max_num = None + template = None + verbose_name = None + verbose_name_plural = None + can_delete = True + show_change_link = False + checks_class = InlineModelAdminChecks + classes = None + + def __init__(self, parent_model, admin_site): + self.admin_site = admin_site + self.parent_model = parent_model + self.opts = self.model._meta + self.has_registered_model = admin_site.is_registered(self.model) + super().__init__() + if self.verbose_name_plural is None: + if self.verbose_name is None: + self.verbose_name_plural = self.opts.verbose_name_plural + else: + self.verbose_name_plural = format_lazy("{}s", self.verbose_name) + if self.verbose_name is None: + self.verbose_name = self.opts.verbose_name + + @property + def media(self): + extra = "" if settings.DEBUG else ".min" + js = ["vendor/jquery/jquery%s.js" % extra, "jquery.init.js", "inlines.js"] + if self.filter_vertical or self.filter_horizontal: + js.extend(["SelectBox.js", "SelectFilter2.js"]) + return forms.Media(js=["admin/js/%s" % url for url in js]) + + def get_extra(self, request, obj=None, **kwargs): + """Hook for customizing the number of extra inline forms.""" + return self.extra + + def get_min_num(self, request, obj=None, **kwargs): + """Hook for customizing the min number of inline forms.""" + return self.min_num + + def get_max_num(self, request, obj=None, **kwargs): + """Hook for customizing the max number of extra inline forms.""" + return self.max_num + + def get_formset(self, request, obj=None, **kwargs): + """Return a BaseInlineFormSet class for use in admin add/change views.""" + if "fields" in kwargs: + fields = kwargs.pop("fields") + else: + fields = flatten_fieldsets(self.get_fieldsets(request, obj)) + excluded = self.get_exclude(request, obj) + exclude = [] if excluded is None else list(excluded) + exclude.extend(self.get_readonly_fields(request, obj)) + if excluded is None and hasattr(self.form, "_meta") and self.form._meta.exclude: + # Take the custom ModelForm's Meta.exclude into account only if the + # InlineModelAdmin doesn't define its own. + exclude.extend(self.form._meta.exclude) + # If exclude is an empty list we use None, since that's the actual + # default. + exclude = exclude or None + can_delete = self.can_delete and self.has_delete_permission(request, obj) + defaults = { + "form": self.form, + "formset": self.formset, + "fk_name": self.fk_name, + "fields": fields, + "exclude": exclude, + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + "extra": self.get_extra(request, obj, **kwargs), + "min_num": self.get_min_num(request, obj, **kwargs), + "max_num": self.get_max_num(request, obj, **kwargs), + "can_delete": can_delete, + **kwargs, + } + + base_model_form = defaults["form"] + can_change = self.has_change_permission(request, obj) if request else True + can_add = self.has_add_permission(request, obj) if request else True + + class DeleteProtectedModelForm(base_model_form): + def hand_clean_DELETE(self): + """ + We don't validate the 'DELETE' field itself because on + templates it's not rendered using the field information, but + just using a generic "deletion_field" of the InlineModelAdmin. + """ + if self.cleaned_data.get(DELETION_FIELD_NAME, False): + using = router.db_for_write(self._meta.model) + collector = NestedObjects(using=using) + if self.instance._state.adding: + return + collector.collect([self.instance]) + if collector.protected: + objs = [] + for p in collector.protected: + objs.append( + # Translators: Model verbose name and instance + # representation, suitable to be an item in a + # list. + _("%(class_name)s %(instance)s") + % {"class_name": p._meta.verbose_name, "instance": p} + ) + params = { + "class_name": self._meta.model._meta.verbose_name, + "instance": self.instance, + "related_objects": get_text_list(objs, _("and")), + } + msg = _( + "Deleting %(class_name)s %(instance)s would require " + "deleting the following protected related objects: " + "%(related_objects)s" + ) + raise ValidationError( + msg, code="deleting_protected", params=params + ) + + def is_valid(self): + result = super().is_valid() + self.hand_clean_DELETE() + return result + + def has_changed(self): + # Protect against unauthorized edits. + if not can_change and not self.instance._state.adding: + return False + if not can_add and self.instance._state.adding: + return False + return super().has_changed() + + defaults["form"] = DeleteProtectedModelForm + + if defaults["fields"] is None and not modelform_defines_fields( + defaults["form"] + ): + defaults["fields"] = forms.ALL_FIELDS + + return inlineformset_factory(self.parent_model, self.model, **defaults) + + def _get_form_for_get_fields(self, request, obj=None): + return self.get_formset(request, obj, fields=None).form + + def get_queryset(self, request): + queryset = super().get_queryset(request) + if not self.has_view_or_change_permission(request): + queryset = queryset.none() + return queryset + + def _has_any_perms_for_target_model(self, request, perms): + """ + This method is called only when the ModelAdmin's model is for an + ManyToManyField's implicit through model (if self.opts.auto_created). + Return True if the user has any of the given permissions ('add', + 'change', etc.) for the model that points to the through model. + """ + opts = self.opts + # Find the target model of an auto-created many-to-many relationship. + for field in opts.fields: + if field.remote_field and field.remote_field.model != self.parent_model: + opts = field.remote_field.model._meta + break + return any( + request.user.has_perm( + "%s.%s" % (opts.app_label, get_permission_codename(perm, opts)) + ) + for perm in perms + ) + + def has_add_permission(self, request, obj): + if self.opts.auto_created: + # Auto-created intermediate models don't have their own + # permissions. The user needs to have the change permission for the + # related model in order to be able to do anything with the + # intermediate model. + return self._has_any_perms_for_target_model(request, ["change"]) + return super().has_add_permission(request) + + def has_change_permission(self, request, obj=None): + if self.opts.auto_created: + # Same comment as has_add_permission(). + return self._has_any_perms_for_target_model(request, ["change"]) + return super().has_change_permission(request) + + def has_delete_permission(self, request, obj=None): + if self.opts.auto_created: + # Same comment as has_add_permission(). + return self._has_any_perms_for_target_model(request, ["change"]) + return super().has_delete_permission(request, obj) + + def has_view_permission(self, request, obj=None): + if self.opts.auto_created: + # Same comment as has_add_permission(). The 'change' permission + # also implies the 'view' permission. + return self._has_any_perms_for_target_model(request, ["view", "change"]) + return super().has_view_permission(request) + + +class StackedInline(InlineModelAdmin): + template = "admin/edit_inline/stacked.html" + + +class TabularInline(InlineModelAdmin): + template = "admin/edit_inline/tabular.html" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/sites.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/sites.py new file mode 100644 index 00000000000..201f28ef374 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/sites.py @@ -0,0 +1,621 @@ +from functools import update_wrapper +from weakref import WeakSet + +from django.apps import apps +from django.conf import settings +from django.contrib.admin import ModelAdmin, actions +from django.contrib.admin.exceptions import AlreadyRegistered, NotRegistered +from django.contrib.admin.views.autocomplete import AutocompleteJsonView +from django.contrib.auth import REDIRECT_FIELD_NAME +from django.contrib.auth.decorators import login_not_required +from django.core.exceptions import ImproperlyConfigured +from django.db.models.base import ModelBase +from django.http import Http404, HttpResponsePermanentRedirect, HttpResponseRedirect +from django.template.response import TemplateResponse +from django.urls import NoReverseMatch, Resolver404, resolve, reverse, reverse_lazy +from django.utils.decorators import method_decorator +from django.utils.functional import LazyObject +from django.utils.module_loading import import_string +from django.utils.text import capfirst +from django.utils.translation import gettext as _ +from django.utils.translation import gettext_lazy +from django.views.decorators.cache import never_cache +from django.views.decorators.common import no_append_slash +from django.views.decorators.csrf import csrf_protect +from django.views.i18n import JavaScriptCatalog + +all_sites = WeakSet() + + +class AdminSite: + """ + An AdminSite object encapsulates an instance of the Django admin application, ready + to be hooked in to your URLconf. Models are registered with the AdminSite using the + register() method, and the get_urls() method can then be used to access Django view + functions that present a full admin interface for the collection of registered + models. + """ + + # Text to put at the end of each page's . + site_title = gettext_lazy("Django site admin") + + # Text to put in each page's <div id="site-name">. + site_header = gettext_lazy("Django administration") + + # Text to put at the top of the admin index page. + index_title = gettext_lazy("Site administration") + + # URL for the "View site" link at the top of each admin page. + site_url = "/" + + enable_nav_sidebar = True + + empty_value_display = "-" + + login_form = None + index_template = None + app_index_template = None + login_template = None + logout_template = None + password_change_template = None + password_change_done_template = None + + final_catch_all_view = True + + def __init__(self, name="admin"): + self._registry = {} # model_class class -> admin_class instance + self.name = name + self._actions = {"delete_selected": actions.delete_selected} + self._global_actions = self._actions.copy() + all_sites.add(self) + + def __repr__(self): + return f"{self.__class__.__name__}(name={self.name!r})" + + def check(self, app_configs): + """ + Run the system checks on all ModelAdmins, except if they aren't + customized at all. + """ + if app_configs is None: + app_configs = apps.get_app_configs() + app_configs = set(app_configs) # Speed up lookups below + + errors = [] + modeladmins = ( + o for o in self._registry.values() if o.__class__ is not ModelAdmin + ) + for modeladmin in modeladmins: + if modeladmin.model._meta.app_config in app_configs: + errors.extend(modeladmin.check()) + return errors + + def register(self, model_or_iterable, admin_class=None, **options): + """ + Register the given model(s) with the given admin class. + + The model(s) should be Model classes, not instances. + + If an admin class isn't given, use ModelAdmin (the default admin + options). If keyword arguments are given -- e.g., list_display -- + apply them as options to the admin class. + + If a model is already registered, raise AlreadyRegistered. + + If a model is abstract, raise ImproperlyConfigured. + """ + admin_class = admin_class or ModelAdmin + if isinstance(model_or_iterable, ModelBase): + model_or_iterable = [model_or_iterable] + for model in model_or_iterable: + if model._meta.abstract: + raise ImproperlyConfigured( + "The model %s is abstract, so it cannot be registered with admin." + % model.__name__ + ) + if model._meta.is_composite_pk: + raise ImproperlyConfigured( + "The model %s has a composite primary key, so it cannot be " + "registered with admin." % model.__name__ + ) + + if self.is_registered(model): + registered_admin = str(self.get_model_admin(model)) + msg = "The model %s is already registered " % model.__name__ + if registered_admin.endswith(".ModelAdmin"): + # Most likely registered without a ModelAdmin subclass. + msg += "in app %r." % registered_admin.removesuffix(".ModelAdmin") + else: + msg += "with %r." % registered_admin + raise AlreadyRegistered(msg) + + # Ignore the registration if the model has been + # swapped out. + if not model._meta.swapped: + # If we got **options then dynamically construct a subclass of + # admin_class with those **options. + if options: + # For reasons I don't quite understand, without a __module__ + # the created class appears to "live" in the wrong place, + # which causes issues later on. + options["__module__"] = __name__ + admin_class = type( + "%sAdmin" % model.__name__, (admin_class,), options + ) + + # Instantiate the admin class to save in the registry + self._registry[model] = admin_class(model, self) + + def unregister(self, model_or_iterable): + """ + Unregister the given model(s). + + If a model isn't already registered, raise NotRegistered. + """ + if isinstance(model_or_iterable, ModelBase): + model_or_iterable = [model_or_iterable] + for model in model_or_iterable: + if not self.is_registered(model): + raise NotRegistered("The model %s is not registered" % model.__name__) + del self._registry[model] + + def is_registered(self, model): + """ + Check if a model class is registered with this `AdminSite`. + """ + return model in self._registry + + def get_model_admin(self, model): + try: + return self._registry[model] + except KeyError: + raise NotRegistered(f"The model {model.__name__} is not registered.") + + def add_action(self, action, name=None): + """ + Register an action to be available globally. + """ + name = name or action.__name__ + self._actions[name] = action + self._global_actions[name] = action + + def disable_action(self, name): + """ + Disable a globally-registered action. Raise KeyError for invalid names. + """ + del self._actions[name] + + def get_action(self, name): + """ + Explicitly get a registered global action whether it's enabled or + not. Raise KeyError for invalid names. + """ + return self._global_actions[name] + + @property + def actions(self): + """ + Get all the enabled actions as an iterable of (name, func). + """ + return self._actions.items() + + def has_permission(self, request): + """ + Return True if the given HttpRequest has permission to view + *at least one* page in the admin site. + """ + return request.user.is_active and request.user.is_staff + + def admin_view(self, view, cacheable=False): + """ + Decorator to create an admin view attached to this ``AdminSite``. This + wraps the view and provides permission checking by calling + ``self.has_permission``. + + You'll want to use this from within ``AdminSite.get_urls()``: + + class MyAdminSite(AdminSite): + + def get_urls(self): + from django.urls import path + + urls = super().get_urls() + urls += [ + path('my_view/', self.admin_view(some_view)) + ] + return urls + + By default, admin_views are marked non-cacheable using the + ``never_cache`` decorator. If the view can be safely cached, set + cacheable=True. + """ + + def inner(request, *args, **kwargs): + if not self.has_permission(request): + if request.path == reverse("admin:logout", current_app=self.name): + index_path = reverse("admin:index", current_app=self.name) + return HttpResponseRedirect(index_path) + # Inner import to prevent django.contrib.admin (app) from + # importing django.contrib.auth.models.User (unrelated model). + from django.contrib.auth.views import redirect_to_login + + return redirect_to_login( + request.get_full_path(), + reverse("admin:login", current_app=self.name), + ) + return view(request, *args, **kwargs) + + if not cacheable: + inner = never_cache(inner) + # We add csrf_protect here so this function can be used as a utility + # function for any view, without having to repeat 'csrf_protect'. + if not getattr(view, "csrf_exempt", False): + inner = csrf_protect(inner) + return update_wrapper(inner, view) + + def get_urls(self): + # Since this module gets imported in the application's root package, + # it cannot import models from other applications at the module level, + # and django.contrib.contenttypes.views imports ContentType. + from django.contrib.contenttypes import views as contenttype_views + from django.urls import include, path, re_path + + def wrap(view, cacheable=False): + def wrapper(*args, **kwargs): + return self.admin_view(view, cacheable)(*args, **kwargs) + + wrapper.admin_site = self + # Used by LoginRequiredMiddleware. + wrapper.login_url = reverse_lazy("admin:login", current_app=self.name) + return update_wrapper(wrapper, view) + + # Admin-site-wide views. + urlpatterns = [ + path("", wrap(self.index), name="index"), + path("login/", self.login, name="login"), + path("logout/", wrap(self.logout), name="logout"), + path( + "password_change/", + wrap(self.password_change, cacheable=True), + name="password_change", + ), + path( + "password_change/done/", + wrap(self.password_change_done, cacheable=True), + name="password_change_done", + ), + path("autocomplete/", wrap(self.autocomplete_view), name="autocomplete"), + path("jsi18n/", wrap(self.i18n_javascript, cacheable=True), name="jsi18n"), + path( + "r/<path:content_type_id>/<path:object_id>/", + wrap(contenttype_views.shortcut), + name="view_on_site", + ), + ] + + # Add in each model's views, and create a list of valid URLS for the + # app_index + valid_app_labels = [] + for model, model_admin in self._registry.items(): + urlpatterns += [ + path( + "%s/%s/" % (model._meta.app_label, model._meta.model_name), + include(model_admin.urls), + ), + ] + if model._meta.app_label not in valid_app_labels: + valid_app_labels.append(model._meta.app_label) + + # If there were ModelAdmins registered, we should have a list of app + # labels for which we need to allow access to the app_index view, + if valid_app_labels: + regex = r"^(?P<app_label>" + "|".join(valid_app_labels) + ")/$" + urlpatterns += [ + re_path(regex, wrap(self.app_index), name="app_list"), + ] + + if self.final_catch_all_view: + urlpatterns.append(re_path(r"(?P<url>.*)$", wrap(self.catch_all_view))) + + return urlpatterns + + @property + def urls(self): + return self.get_urls(), "admin", self.name + + def each_context(self, request): + """ + Return a dictionary of variables to put in the template context for + *every* page in the admin site. + + For sites running on a subpath, use the SCRIPT_NAME value if site_url + hasn't been customized. + """ + script_name = request.META["SCRIPT_NAME"] + site_url = ( + script_name if self.site_url == "/" and script_name else self.site_url + ) + return { + "site_title": self.site_title, + "site_header": self.site_header, + "site_url": site_url, + "has_permission": self.has_permission(request), + "available_apps": self.get_app_list(request), + "is_popup": False, + "is_nav_sidebar_enabled": self.enable_nav_sidebar, + "log_entries": self.get_log_entries(request), + } + + def password_change(self, request, extra_context=None): + """ + Handle the "change password" task -- both form display and validation. + """ + from django.contrib.admin.forms import AdminPasswordChangeForm + from django.contrib.auth.views import PasswordChangeView + + url = reverse("admin:password_change_done", current_app=self.name) + defaults = { + "form_class": AdminPasswordChangeForm, + "success_url": url, + "extra_context": {**self.each_context(request), **(extra_context or {})}, + } + if self.password_change_template is not None: + defaults["template_name"] = self.password_change_template + request.current_app = self.name + return PasswordChangeView.as_view(**defaults)(request) + + def password_change_done(self, request, extra_context=None): + """ + Display the "success" page after a password change. + """ + from django.contrib.auth.views import PasswordChangeDoneView + + defaults = { + "extra_context": {**self.each_context(request), **(extra_context or {})}, + } + if self.password_change_done_template is not None: + defaults["template_name"] = self.password_change_done_template + request.current_app = self.name + return PasswordChangeDoneView.as_view(**defaults)(request) + + def i18n_javascript(self, request, extra_context=None): + """ + Display the i18n JavaScript that the Django admin requires. + + `extra_context` is unused but present for consistency with the other + admin views. + """ + return JavaScriptCatalog.as_view(packages=["django.contrib.admin"])(request) + + def logout(self, request, extra_context=None): + """ + Log out the user for the given HttpRequest. + + This should *not* assume the user is already logged in. + """ + from django.contrib.auth.views import LogoutView + + defaults = { + "extra_context": { + **self.each_context(request), + # Since the user isn't logged out at this point, the value of + # has_permission must be overridden. + "has_permission": False, + **(extra_context or {}), + }, + } + if self.logout_template is not None: + defaults["template_name"] = self.logout_template + request.current_app = self.name + return LogoutView.as_view(**defaults)(request) + + @method_decorator(never_cache) + @login_not_required + def login(self, request, extra_context=None): + """ + Display the login form for the given HttpRequest. + """ + if request.method == "GET" and self.has_permission(request): + # Already logged-in, redirect to admin index + index_path = reverse("admin:index", current_app=self.name) + return HttpResponseRedirect(index_path) + + # Since this module gets imported in the application's root package, + # it cannot import models from other applications at the module level, + # and django.contrib.admin.forms eventually imports User. + from django.contrib.admin.forms import AdminAuthenticationForm + from django.contrib.auth.views import LoginView + + context = { + **self.each_context(request), + "title": _("Log in"), + "subtitle": None, + "app_path": request.get_full_path(), + "username": request.user.get_username(), + } + if ( + REDIRECT_FIELD_NAME not in request.GET + and REDIRECT_FIELD_NAME not in request.POST + ): + context[REDIRECT_FIELD_NAME] = reverse("admin:index", current_app=self.name) + context.update(extra_context or {}) + + defaults = { + "extra_context": context, + "authentication_form": self.login_form or AdminAuthenticationForm, + "template_name": self.login_template or "admin/login.html", + } + request.current_app = self.name + return LoginView.as_view(**defaults)(request) + + def autocomplete_view(self, request): + return AutocompleteJsonView.as_view(admin_site=self)(request) + + @no_append_slash + def catch_all_view(self, request, url): + if settings.APPEND_SLASH and not url.endswith("/"): + urlconf = getattr(request, "urlconf", None) + try: + match = resolve("%s/" % request.path_info, urlconf) + except Resolver404: + pass + else: + if getattr(match.func, "should_append_slash", True): + return HttpResponsePermanentRedirect( + request.get_full_path(force_append_slash=True) + ) + raise Http404 + + def _build_app_dict(self, request, label=None): + """ + Build the app dictionary. The optional `label` parameter filters models + of a specific app. + """ + app_dict = {} + + if label: + models = { + m: m_a + for m, m_a in self._registry.items() + if m._meta.app_label == label + } + else: + models = self._registry + + for model, model_admin in models.items(): + app_label = model._meta.app_label + + has_module_perms = model_admin.has_module_permission(request) + if not has_module_perms: + continue + + perms = model_admin.get_model_perms(request) + + # Check whether user has any perm for this module. + # If so, add the module to the model_list. + if True not in perms.values(): + continue + + info = (app_label, model._meta.model_name) + model_dict = { + "model": model, + "name": capfirst(model._meta.verbose_name_plural), + "object_name": model._meta.object_name, + "perms": perms, + "admin_url": None, + "add_url": None, + } + if perms.get("change") or perms.get("view"): + model_dict["view_only"] = not perms.get("change") + try: + model_dict["admin_url"] = reverse( + "admin:%s_%s_changelist" % info, current_app=self.name + ) + except NoReverseMatch: + pass + if perms.get("add"): + try: + model_dict["add_url"] = reverse( + "admin:%s_%s_add" % info, current_app=self.name + ) + except NoReverseMatch: + pass + + if app_label in app_dict: + app_dict[app_label]["models"].append(model_dict) + else: + app_dict[app_label] = { + "name": apps.get_app_config(app_label).verbose_name, + "app_label": app_label, + "app_url": reverse( + "admin:app_list", + kwargs={"app_label": app_label}, + current_app=self.name, + ), + "has_module_perms": has_module_perms, + "models": [model_dict], + } + + return app_dict + + def get_app_list(self, request, app_label=None): + """ + Return a sorted list of all the installed apps that have been + registered in this site. + """ + app_dict = self._build_app_dict(request, app_label) + + # Sort the apps alphabetically. + app_list = sorted(app_dict.values(), key=lambda x: x["name"].lower()) + + # Sort the models alphabetically within each app. + for app in app_list: + app["models"].sort(key=lambda x: x["name"]) + + return app_list + + def index(self, request, extra_context=None): + """ + Display the main admin index page, which lists all of the installed + apps that have been registered in this site. + """ + app_list = self.get_app_list(request) + + context = { + **self.each_context(request), + "title": self.index_title, + "subtitle": None, + "app_list": app_list, + **(extra_context or {}), + } + + request.current_app = self.name + + return TemplateResponse( + request, self.index_template or "admin/index.html", context + ) + + def app_index(self, request, app_label, extra_context=None): + app_list = self.get_app_list(request, app_label) + + if not app_list: + raise Http404("The requested admin page does not exist.") + + context = { + **self.each_context(request), + "title": _("%(app)s administration") % {"app": app_list[0]["name"]}, + "subtitle": None, + "app_list": app_list, + "app_label": app_label, + **(extra_context or {}), + } + + request.current_app = self.name + + return TemplateResponse( + request, + self.app_index_template + or ["admin/%s/app_index.html" % app_label, "admin/app_index.html"], + context, + ) + + def get_log_entries(self, request): + from django.contrib.admin.models import LogEntry + + return LogEntry.objects.select_related("content_type", "user") + + +class DefaultAdminSite(LazyObject): + def _setup(self): + AdminSiteClass = import_string(apps.get_app_config("admin").default_site) + self._wrapped = AdminSiteClass() + + def __repr__(self): + return repr(self._wrapped) + + +# This global object represents the default admin site, for the common case. +# You can provide your own AdminSite using the (Simple)AdminConfig.default_site +# attribute. You can also instantiate AdminSite in your own code to create a +# custom admin site. +site = DefaultAdminSite() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css new file mode 100644 index 00000000000..7478c2c4e6c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css @@ -0,0 +1,279 @@ +select.admin-autocomplete { + width: 20em; +} + +.select2-container--admin-autocomplete.select2-container { + min-height: 30px; +} + +.select2-container--admin-autocomplete .select2-selection--single, +.select2-container--admin-autocomplete .select2-selection--multiple { + min-height: 30px; + padding: 0; +} + +.select2-container--admin-autocomplete.select2-container--focus .select2-selection, +.select2-container--admin-autocomplete.select2-container--open .select2-selection { + border-color: var(--body-quiet-color); + min-height: 30px; +} + +.select2-container--admin-autocomplete.select2-container--focus .select2-selection.select2-selection--single, +.select2-container--admin-autocomplete.select2-container--open .select2-selection.select2-selection--single { + padding: 0; +} + +.select2-container--admin-autocomplete.select2-container--focus .select2-selection.select2-selection--multiple, +.select2-container--admin-autocomplete.select2-container--open .select2-selection.select2-selection--multiple { + padding: 0; +} + +.select2-container--admin-autocomplete .select2-selection--single { + background-color: var(--body-bg); + border: 1px solid var(--border-color); + border-radius: 4px; +} + +.select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered { + color: var(--body-fg); + line-height: 30px; +} + +.select2-container--admin-autocomplete .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; +} + +.select2-container--admin-autocomplete .select2-selection--single .select2-selection__placeholder { + color: var(--body-quiet-color); +} + +.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow { + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; +} + +.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; +} + +.select2-container--admin-autocomplete[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; +} + +.select2-container--admin-autocomplete[dir="rtl"] .select2-selection--single .select2-selection__arrow { + left: 1px; + right: auto; +} + +.select2-container--admin-autocomplete.select2-container--disabled .select2-selection--single { + background-color: var(--darkened-bg); + cursor: default; +} + +.select2-container--admin-autocomplete.select2-container--disabled .select2-selection--single .select2-selection__clear { + display: none; +} + +.select2-container--admin-autocomplete.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; +} + +.select2-container--admin-autocomplete .select2-selection--multiple { + background-color: var(--body-bg); + border: 1px solid var(--border-color); + border-radius: 4px; + cursor: text; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__rendered { + box-sizing: border-box; + list-style: none; + margin: 0; + padding: 0 10px 5px 5px; + width: 100%; + display: flex; + flex-wrap: wrap; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__rendered li { + list-style: none; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__placeholder { + color: var(--body-quiet-color); + margin-top: 5px; + float: left; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin: 5px; + position: absolute; + right: 0; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice { + background-color: var(--darkened-bg); + border: 1px solid var(--border-color); + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice__remove { + color: var(--body-quiet-color); + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; +} + +.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice__remove:hover { + color: var(--body-fg); +} + +.select2-container--admin-autocomplete[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--admin-autocomplete[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--admin-autocomplete[dir="rtl"] .select2-selection--multiple .select2-search--inline { + float: right; +} + +.select2-container--admin-autocomplete[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + margin-left: 5px; + margin-right: auto; +} + +.select2-container--admin-autocomplete[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; +} + +.select2-container--admin-autocomplete.select2-container--focus .select2-selection--multiple { + border: solid var(--body-quiet-color) 1px; + outline: 0; +} + +.select2-container--admin-autocomplete.select2-container--disabled .select2-selection--multiple { + background-color: var(--darkened-bg); + cursor: default; +} + +.select2-container--admin-autocomplete.select2-container--disabled .select2-selection__choice__remove { + display: none; +} + +.select2-container--admin-autocomplete.select2-container--open.select2-container--above .select2-selection--single, .select2-container--admin-autocomplete.select2-container--open.select2-container--above .select2-selection--multiple { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.select2-container--admin-autocomplete.select2-container--open.select2-container--below .select2-selection--single, .select2-container--admin-autocomplete.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.select2-container--admin-autocomplete .select2-search--dropdown { + background: var(--darkened-bg); +} + +.select2-container--admin-autocomplete .select2-search--dropdown .select2-search__field { + background: var(--body-bg); + color: var(--body-fg); + border: 1px solid var(--border-color); + border-radius: 4px; +} + +.select2-container--admin-autocomplete .select2-search--inline .select2-search__field { + background: transparent; + color: var(--body-fg); + border: none; + outline: 0; + box-shadow: none; + -webkit-appearance: textfield; +} + +.select2-container--admin-autocomplete .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; + color: var(--body-fg); + background: var(--body-bg); +} + +.select2-container--admin-autocomplete .select2-results__option[role=group] { + padding: 0; +} + +.select2-container--admin-autocomplete .select2-results__option[aria-disabled=true] { + color: var(--body-quiet-color); +} + +.select2-container--admin-autocomplete .select2-results__option[aria-selected=true] { + background-color: var(--selected-bg); + color: var(--body-fg); +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option { + padding-left: 1em; +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option .select2-results__group { + padding-left: 0; +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option .select2-results__option { + margin-left: -1em; + padding-left: 2em; +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -2em; + padding-left: 3em; +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -3em; + padding-left: 4em; +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -4em; + padding-left: 5em; +} + +.select2-container--admin-autocomplete .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -5em; + padding-left: 6em; +} + +.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] { + background-color: var(--primary); + color: var(--primary-fg); +} + +.select2-container--admin-autocomplete .select2-results__group { + cursor: default; + display: block; + padding: 6px; +} + +.errors .select2-selection { + border: 1px solid var(--error-fg); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css new file mode 100644 index 00000000000..37910431a0c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css @@ -0,0 +1,1180 @@ +/* + DJANGO Admin styles +*/ + +/* VARIABLE DEFINITIONS */ +html[data-theme="light"], +:root { + --primary: #79aec8; + --secondary: #417690; + --accent: #f5dd5d; + --primary-fg: #fff; + + --body-fg: #333; + --body-bg: #fff; + --body-quiet-color: #666; + --body-medium-color: #444; + --body-loud-color: #000; + + --header-color: #ffc; + --header-branding-color: var(--accent); + --header-bg: var(--secondary); + --header-link-color: var(--primary-fg); + + --breadcrumbs-fg: #c4dce8; + --breadcrumbs-link-fg: var(--body-bg); + --breadcrumbs-bg: #264b5d; + + --link-fg: #417893; + --link-hover-color: #036; + --link-selected-fg: var(--secondary); + + --hairline-color: #e8e8e8; + --border-color: #ccc; + + --error-fg: #ba2121; + + --message-success-bg: #dfd; + --message-warning-bg: #ffc; + --message-error-bg: #ffefef; + + --darkened-bg: #f8f8f8; /* A bit darker than --body-bg */ + --selected-bg: #e4e4e4; /* E.g. selected table cells */ + --selected-row: #ffc; + + --button-fg: #fff; + --button-bg: var(--secondary); + --button-hover-bg: #205067; + --default-button-bg: #205067; + --default-button-hover-bg: var(--secondary); + --close-button-bg: #747474; + --close-button-hover-bg: #333; + --delete-button-bg: #ba2121; + --delete-button-hover-bg: #a41515; + + --object-tools-fg: var(--button-fg); + --object-tools-bg: var(--close-button-bg); + --object-tools-hover-bg: var(--close-button-hover-bg); + + --font-family-primary: + "Segoe UI", + system-ui, + Roboto, + "Helvetica Neue", + Arial, + sans-serif, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + "Noto Color Emoji"; + --font-family-monospace: + ui-monospace, + Menlo, + Monaco, + "Cascadia Mono", + "Segoe UI Mono", + "Roboto Mono", + "Oxygen Mono", + "Ubuntu Monospace", + "Source Code Pro", + "Fira Mono", + "Droid Sans Mono", + "Courier New", + monospace, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + "Noto Color Emoji"; + + color-scheme: light; +} + +html, body { + height: 100%; +} + +body { + margin: 0; + padding: 0; + font-size: 0.875rem; + font-family: var(--font-family-primary); + color: var(--body-fg); + background: var(--body-bg); +} + +/* LINKS */ + +a:link, a:visited { + color: var(--link-fg); + text-decoration: none; + transition: color 0.15s, background 0.15s; +} + +a:focus, a:hover { + color: var(--link-hover-color); +} + +a:focus { + text-decoration: underline; +} + +a img { + border: none; +} + +a.section:link, a.section:visited { + color: var(--header-link-color); + text-decoration: none; +} + +a.section:focus, a.section:hover { + text-decoration: underline; +} + +/* GLOBAL DEFAULTS */ + +p, ol, ul, dl { + margin: .2em 0 .8em 0; +} + +p { + padding: 0; + line-height: 140%; +} + +h1,h2,h3,h4,h5 { + font-weight: bold; +} + +h1 { + margin: 0 0 20px; + font-weight: 300; + font-size: 1.25rem; +} + +h2 { + font-size: 1rem; + margin: 1em 0 .5em 0; +} + +h2.subhead { + font-weight: normal; + margin-top: 0; +} + +h3 { + font-size: 0.875rem; + margin: .8em 0 .3em 0; + color: var(--body-medium-color); + font-weight: bold; +} + +h4 { + font-size: 0.75rem; + margin: 1em 0 .8em 0; + padding-bottom: 3px; + color: var(--body-medium-color); +} + +h5 { + font-size: 0.625rem; + margin: 1.5em 0 .5em 0; + color: var(--body-quiet-color); + text-transform: uppercase; + letter-spacing: 1px; +} + +ul > li { + list-style-type: square; + padding: 1px 0; +} + +li ul { + margin-bottom: 0; +} + +li, dt, dd { + font-size: 0.8125rem; + line-height: 1.25rem; +} + +dt { + font-weight: bold; + margin-top: 4px; +} + +dd { + margin-left: 0; +} + +form { + margin: 0; + padding: 0; +} + +fieldset { + margin: 0; + min-width: 0; + padding: 0; + border: none; + border-top: 1px solid var(--hairline-color); +} + +details summary { + cursor: pointer; +} + +blockquote { + font-size: 0.6875rem; + color: #777; + margin-left: 2px; + padding-left: 10px; + border-left: 5px solid #ddd; +} + +code, pre { + font-family: var(--font-family-monospace); + color: var(--body-quiet-color); + font-size: 0.75rem; + overflow-x: auto; +} + +pre.literal-block { + margin: 10px; + background: var(--darkened-bg); + padding: 6px 8px; +} + +code strong { + color: #930; +} + +hr { + clear: both; + color: var(--hairline-color); + background-color: var(--hairline-color); + height: 1px; + border: none; + margin: 0; + padding: 0; + line-height: 1px; +} + +/* TEXT STYLES & MODIFIERS */ + +.small { + font-size: 0.6875rem; +} + +.mini { + font-size: 0.625rem; +} + +.help, p.help, form p.help, div.help, form div.help, div.help li { + font-size: 0.6875rem; + color: var(--body-quiet-color); +} + +div.help ul { + margin-bottom: 0; +} + +.help-tooltip { + cursor: help; +} + +p img, h1 img, h2 img, h3 img, h4 img, td img { + vertical-align: middle; +} + +.quiet, a.quiet:link, a.quiet:visited { + color: var(--body-quiet-color); + font-weight: normal; +} + +.clear { + clear: both; +} + +.nowrap { + white-space: nowrap; +} + +.hidden { + display: none !important; +} + +/* TABLES */ + +table { + border-collapse: collapse; + border-color: var(--border-color); +} + +td, th { + font-size: 0.8125rem; + line-height: 1rem; + border-bottom: 1px solid var(--hairline-color); + vertical-align: top; + padding: 8px; +} + +th { + font-weight: 500; + text-align: left; +} + +thead th, +tfoot td { + color: var(--body-quiet-color); + padding: 5px 10px; + font-size: 0.6875rem; + background: var(--body-bg); + border: none; + border-top: 1px solid var(--hairline-color); + border-bottom: 1px solid var(--hairline-color); +} + +tfoot td { + border-bottom: none; + border-top: 1px solid var(--hairline-color); +} + +thead th.required { + font-weight: bold; +} + +tr.alt { + background: var(--darkened-bg); +} + +tr:nth-child(odd), .row-form-errors { + background: var(--body-bg); +} + +tr:nth-child(even), +tr:nth-child(even) .errorlist, +tr:nth-child(odd) + .row-form-errors, +tr:nth-child(odd) + .row-form-errors .errorlist { + background: var(--darkened-bg); +} + +/* SORTABLE TABLES */ + +thead th { + padding: 5px 10px; + line-height: normal; + text-transform: uppercase; + background: var(--darkened-bg); +} + +thead th a:link, thead th a:visited { + color: var(--body-quiet-color); +} + +thead th.sorted { + background: var(--selected-bg); +} + +thead th.sorted .text { + padding-right: 42px; +} + +table thead th .text span { + padding: 8px 10px; + display: block; +} + +table thead th .text a { + display: block; + cursor: pointer; + padding: 8px 10px; +} + +table thead th .text a:focus, table thead th .text a:hover { + background: var(--selected-bg); +} + +thead th.sorted a.sortremove { + visibility: hidden; +} + +table thead th.sorted:hover a.sortremove { + visibility: visible; +} + +table thead th.sorted .sortoptions { + display: block; + padding: 9px 5px 0 5px; + float: right; + text-align: right; +} + +table thead th.sorted .sortpriority { + font-size: .8em; + min-width: 12px; + text-align: center; + vertical-align: 3px; + margin-left: 2px; + margin-right: 2px; +} + +table thead th.sorted .sortoptions a { + position: relative; + width: 14px; + height: 14px; + display: inline-block; + background: url(../img/sorting-icons.svg) 0 0 no-repeat; + background-size: 14px auto; +} + +table thead th.sorted .sortoptions a.sortremove { + background-position: 0 0; +} + +table thead th.sorted .sortoptions a.sortremove:after { + content: '\\'; + position: absolute; + top: -6px; + left: 3px; + font-weight: 200; + font-size: 1.125rem; + color: var(--body-quiet-color); +} + +table thead th.sorted .sortoptions a.sortremove:focus:after, +table thead th.sorted .sortoptions a.sortremove:hover:after { + color: var(--link-fg); +} + +table thead th.sorted .sortoptions a.sortremove:focus, +table thead th.sorted .sortoptions a.sortremove:hover { + background-position: 0 -14px; +} + +table thead th.sorted .sortoptions a.ascending { + background-position: 0 -28px; +} + +table thead th.sorted .sortoptions a.ascending:focus, +table thead th.sorted .sortoptions a.ascending:hover { + background-position: 0 -42px; +} + +table thead th.sorted .sortoptions a.descending { + top: 1px; + background-position: 0 -56px; +} + +table thead th.sorted .sortoptions a.descending:focus, +table thead th.sorted .sortoptions a.descending:hover { + background-position: 0 -70px; +} + +/* FORM DEFAULTS */ + +input, textarea, select, .form-row p, form .button { + margin: 2px 0; + padding: 2px 3px; + vertical-align: middle; + font-family: var(--font-family-primary); + font-weight: normal; + font-size: 0.8125rem; +} +.form-row div.help { + padding: 2px 3px; +} + +textarea { + vertical-align: top; +} + +/* +Minifiers remove the default (text) "type" attribute from "input" HTML tags. +Add input:not([type]) to make the CSS stylesheet work the same. +*/ +input:not([type]), input[type=text], input[type=password], input[type=email], +input[type=url], input[type=number], input[type=tel], textarea, select, +.vTextField { + border: 1px solid var(--border-color); + border-radius: 4px; + padding: 5px 6px; + margin-top: 0; + color: var(--body-fg); + background-color: var(--body-bg); +} + +/* +Minifiers remove the default (text) "type" attribute from "input" HTML tags. +Add input:not([type]) to make the CSS stylesheet work the same. +*/ +input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, +input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, +input[type=tel]:focus, textarea:focus, select:focus, .vTextField:focus { + border-color: var(--body-quiet-color); +} + +select { + height: 1.875rem; +} + +select[multiple] { + /* Allow HTML size attribute to override the height in the rule above. */ + height: auto; + min-height: 150px; +} + +/* FORM BUTTONS */ + +.button, input[type=submit], input[type=button], .submit-row input, a.button { + background: var(--button-bg); + padding: 10px 15px; + border: none; + border-radius: 4px; + color: var(--button-fg); + cursor: pointer; + transition: background 0.15s; +} + +a.button { + padding: 4px 5px; +} + +.button:active, input[type=submit]:active, input[type=button]:active, +.button:focus, input[type=submit]:focus, input[type=button]:focus, +.button:hover, input[type=submit]:hover, input[type=button]:hover { + background: var(--button-hover-bg); +} + +.button[disabled], input[type=submit][disabled], input[type=button][disabled] { + opacity: 0.4; +} + +.button.default, input[type=submit].default, .submit-row input.default { + border: none; + font-weight: 400; + background: var(--default-button-bg); +} + +.button.default:active, input[type=submit].default:active, +.button.default:focus, input[type=submit].default:focus, +.button.default:hover, input[type=submit].default:hover { + background: var(--default-button-hover-bg); +} + +.button[disabled].default, +input[type=submit][disabled].default, +input[type=button][disabled].default { + opacity: 0.4; +} + + +/* MODULES */ + +.module { + border: none; + margin-bottom: 30px; + background: var(--body-bg); +} + +.module p, .module ul, .module h3, .module h4, .module dl, .module pre { + padding-left: 10px; + padding-right: 10px; +} + +.module blockquote { + margin-left: 12px; +} + +.module ul, .module ol { + margin-left: 1.5em; +} + +.module h3 { + margin-top: .6em; +} + +.module h2, .module caption, .inline-group h2 { + margin: 0; + padding: 8px; + font-weight: 400; + font-size: 0.8125rem; + text-align: left; + background: var(--header-bg); + color: var(--header-link-color); +} + +.module caption, +.inline-group h2 { + font-size: 0.75rem; + letter-spacing: 0.5px; + text-transform: uppercase; +} + +.module table { + border-collapse: collapse; +} + +/* MESSAGES & ERRORS */ + +ul.messagelist { + padding: 0; + margin: 0; +} + +ul.messagelist li { + display: block; + font-weight: 400; + font-size: 0.8125rem; + padding: 10px 10px 10px 65px; + margin: 0 0 10px 0; + background: var(--message-success-bg) url(../img/icon-yes.svg) 40px 12px no-repeat; + background-size: 16px auto; + color: var(--body-fg); + word-break: break-word; +} + +ul.messagelist li.warning { + background: var(--message-warning-bg) url(../img/icon-alert.svg) 40px 14px no-repeat; + background-size: 14px auto; +} + +ul.messagelist li.error { + background: var(--message-error-bg) url(../img/icon-no.svg) 40px 12px no-repeat; + background-size: 16px auto; +} + +.errornote { + font-size: 0.875rem; + font-weight: 700; + display: block; + padding: 10px 12px; + margin: 0 0 10px 0; + color: var(--error-fg); + border: 1px solid var(--error-fg); + border-radius: 4px; + background-color: var(--body-bg); + background-position: 5px 12px; + overflow-wrap: break-word; +} + +ul.errorlist { + margin: 0 0 4px; + padding: 0; + color: var(--error-fg); + background: var(--body-bg); +} + +ul.errorlist li { + font-size: 0.8125rem; + display: block; + margin-bottom: 4px; + overflow-wrap: break-word; +} + +ul.errorlist li:first-child { + margin-top: 0; +} + +ul.errorlist li a { + color: inherit; + text-decoration: underline; +} + +td ul.errorlist { + margin: 0; + padding: 0; +} + +td ul.errorlist li { + margin: 0; +} + +.form-row.errors { + margin: 0; + border: none; + border-bottom: 1px solid var(--hairline-color); + background: none; +} + +.form-row.errors ul.errorlist li { + padding-left: 0; +} + +.errors input, .errors select, .errors textarea, +td ul.errorlist + input, td ul.errorlist + select, td ul.errorlist + textarea { + border: 1px solid var(--error-fg); +} + +.description { + font-size: 0.75rem; + padding: 5px 0 0 12px; +} + +/* BREADCRUMBS */ + +div.breadcrumbs { + background: var(--breadcrumbs-bg); + padding: 10px 40px; + border: none; + color: var(--breadcrumbs-fg); + text-align: left; +} + +div.breadcrumbs a { + color: var(--breadcrumbs-link-fg); +} + +div.breadcrumbs a:focus, div.breadcrumbs a:hover { + color: var(--breadcrumbs-fg); +} + +/* ACTION ICONS */ + +.viewlink, .inlineviewlink { + padding-left: 16px; + background: url(../img/icon-viewlink.svg) 0 1px no-repeat; +} + +.hidelink { + padding-left: 16px; + background: url(../img/icon-hidelink.svg) 0 1px no-repeat; +} + +.addlink { + padding-left: 16px; + background: url(../img/icon-addlink.svg) 0 1px no-repeat; +} + +.changelink, .inlinechangelink { + padding-left: 16px; + background: url(../img/icon-changelink.svg) 0 1px no-repeat; +} + +.deletelink { + padding-left: 16px; + background: url(../img/icon-deletelink.svg) 0 1px no-repeat; +} + +a.deletelink:link, a.deletelink:visited { + color: #CC3434; /* XXX Probably unused? */ +} + +a.deletelink:focus, a.deletelink:hover { + color: #993333; /* XXX Probably unused? */ + text-decoration: none; +} + +/* OBJECT TOOLS */ + +.object-tools { + font-size: 0.625rem; + font-weight: bold; + padding-left: 0; + float: right; + position: relative; + margin-top: -48px; +} + +.object-tools li { + display: block; + float: left; + margin-left: 5px; + height: 1rem; +} + +.object-tools a { + border-radius: 15px; +} + +.object-tools a:link, .object-tools a:visited { + display: block; + float: left; + padding: 3px 12px; + background: var(--object-tools-bg); + color: var(--object-tools-fg); + font-weight: 400; + font-size: 0.6875rem; + text-transform: uppercase; + letter-spacing: 0.5px; +} + +.object-tools a:focus, .object-tools a:hover { + background-color: var(--object-tools-hover-bg); +} + +.object-tools a:focus{ + text-decoration: none; +} + +.object-tools a.viewsitelink, .object-tools a.addlink { + background-repeat: no-repeat; + background-position: right 7px center; + padding-right: 26px; +} + +.object-tools a.viewsitelink { + background-image: url(../img/tooltag-arrowright.svg); +} + +.object-tools a.addlink { + background-image: url(../img/tooltag-add.svg); +} + +/* OBJECT HISTORY */ + +#change-history table { + width: 100%; +} + +#change-history table tbody th { + width: 16em; +} + +#change-history .paginator { + color: var(--body-quiet-color); + border-bottom: 1px solid var(--hairline-color); + background: var(--body-bg); + overflow: hidden; +} + +/* PAGE STRUCTURE */ + +#container { + position: relative; + width: 100%; + min-width: 980px; + padding: 0; + display: flex; + flex-direction: column; + height: 100%; +} + +#container > .main { + display: flex; + flex: 1 0 auto; +} + +.main > .content { + flex: 1 0; + max-width: 100%; +} + +.skip-to-content-link { + position: absolute; + top: -999px; + margin: 5px; + padding: 5px; + background: var(--body-bg); + z-index: 1; +} + +.skip-to-content-link:focus { + left: 0px; + top: 0px; +} + +#content { + padding: 20px 40px; +} + +.dashboard #content { + width: 600px; +} + +#content-main { + float: left; + width: 100%; +} + +#content-related { + float: right; + width: 260px; + position: relative; + margin-right: -300px; +} + +@media (forced-colors: active) { + #content-related { + border: 1px solid; + } +} + +/* COLUMN TYPES */ + +.colMS { + margin-right: 300px; +} + +.colSM { + margin-left: 300px; +} + +.colSM #content-related { + float: left; + margin-right: 0; + margin-left: -300px; +} + +.colSM #content-main { + float: right; +} + +.popup .colM { + width: auto; +} + +/* HEADER */ + +#header { + width: auto; + height: auto; + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px 40px; + background: var(--header-bg); + color: var(--header-color); +} + +#header a:link, #header a:visited, #logout-form button { + color: var(--header-link-color); +} + +#header a:focus , #header a:hover { + text-decoration: underline; +} + +@media (forced-colors: active) { + #header { + border-bottom: 1px solid; + } +} + +#branding { + display: flex; +} + +#site-name { + padding: 0; + margin: 0; + margin-inline-end: 20px; + font-weight: 300; + font-size: 1.5rem; + color: var(--header-branding-color); +} + +#site-name a:link, #site-name a:visited { + color: var(--accent); +} + +#branding h2 { + padding: 0 10px; + font-size: 0.875rem; + margin: -8px 0 8px 0; + font-weight: normal; + color: var(--header-color); +} + +#branding a:hover { + text-decoration: none; +} + +#logout-form { + display: inline; +} + +#logout-form button { + background: none; + border: 0; + cursor: pointer; + font-family: var(--font-family-primary); +} + +#user-tools { + float: right; + margin: 0 0 0 20px; + text-align: right; +} + +#user-tools, #logout-form button{ + padding: 0; + font-weight: 300; + font-size: 0.6875rem; + letter-spacing: 0.5px; + text-transform: uppercase; +} + +#user-tools a, #logout-form button { + border-bottom: 1px solid rgba(255, 255, 255, 0.25); +} + +#user-tools a:focus, #user-tools a:hover, +#logout-form button:active, #logout-form button:hover { + text-decoration: none; + border-bottom: 0; +} + +#logout-form button:active, #logout-form button:hover { + margin-bottom: 1px; +} + +/* SIDEBAR */ + +#content-related { + background: var(--darkened-bg); +} + +#content-related .module { + background: none; +} + +#content-related h3 { + color: var(--body-quiet-color); + padding: 0 16px; + margin: 0 0 16px; +} + +#content-related h4 { + font-size: 0.8125rem; +} + +#content-related p { + padding-left: 16px; + padding-right: 16px; +} + +#content-related .actionlist { + padding: 0; + margin: 16px; +} + +#content-related .actionlist li { + line-height: 1.2; + margin-bottom: 10px; + padding-left: 18px; +} + +#content-related .module h2 { + background: none; + padding: 16px; + margin-bottom: 16px; + border-bottom: 1px solid var(--hairline-color); + font-size: 1.125rem; + color: var(--body-fg); +} + +.delete-confirmation form input[type="submit"] { + background: var(--delete-button-bg); + border-radius: 4px; + padding: 10px 15px; + color: var(--button-fg); +} + +.delete-confirmation form input[type="submit"]:active, +.delete-confirmation form input[type="submit"]:focus, +.delete-confirmation form input[type="submit"]:hover { + background: var(--delete-button-hover-bg); +} + +.delete-confirmation form .cancel-link { + display: inline-block; + vertical-align: middle; + height: 0.9375rem; + line-height: 0.9375rem; + border-radius: 4px; + padding: 10px 15px; + color: var(--button-fg); + background: var(--close-button-bg); + margin: 0 0 0 10px; +} + +.delete-confirmation form .cancel-link:active, +.delete-confirmation form .cancel-link:focus, +.delete-confirmation form .cancel-link:hover { + background: var(--close-button-hover-bg); +} + +/* POPUP */ +.popup #content { + padding: 20px; +} + +.popup #container { + min-width: 0; +} + +.popup #header { + padding: 10px 20px; +} + +/* PAGINATOR */ + +.paginator { + display: flex; + align-items: center; + gap: 4px; + font-size: 0.8125rem; + padding-top: 10px; + padding-bottom: 10px; + line-height: 22px; + margin: 0; + border-top: 1px solid var(--hairline-color); + width: 100%; + box-sizing: border-box; +} + +.paginator a:link, .paginator a:visited { + padding: 2px 6px; + background: var(--button-bg); + text-decoration: none; + color: var(--button-fg); +} + +.paginator a.showall { + border: none; + background: none; + color: var(--link-fg); +} + +.paginator a.showall:focus, .paginator a.showall:hover { + background: none; + color: var(--link-hover-color); +} + +.paginator .end { + margin-right: 6px; +} + +.paginator .this-page { + padding: 2px 6px; + font-weight: bold; + font-size: 0.8125rem; + vertical-align: top; +} + +.paginator a:focus, .paginator a:hover { + color: white; + background: var(--link-hover-color); +} + +.paginator input { + margin-left: auto; +} + +.base-svgs { + display: none; +} + +.visually-hidden { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0,0,0,0); + white-space: nowrap; + border: 0; + color: var(--body-fg); + background-color: var(--body-bg); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css new file mode 100644 index 00000000000..005b7768c8e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css @@ -0,0 +1,343 @@ +/* CHANGELISTS */ + +#changelist { + display: flex; + align-items: flex-start; + justify-content: space-between; +} + +#changelist .changelist-form-container { + flex: 1 1 auto; + min-width: 0; +} + +#changelist table { + width: 100%; +} + +.change-list .hiddenfields { display:none; } + +.change-list .filtered table { + border-right: none; +} + +.change-list .filtered { + min-height: 400px; +} + +.change-list .filtered .results, .change-list .filtered .paginator, +.filtered #toolbar, .filtered div.xfull { + width: auto; +} + +.change-list .filtered table tbody th { + padding-right: 1em; +} + +#changelist-form .results { + overflow-x: auto; + width: 100%; +} + +#changelist .toplinks { + border-bottom: 1px solid var(--hairline-color); +} + +#changelist .paginator { + color: var(--body-quiet-color); + border-bottom: 1px solid var(--hairline-color); + background: var(--body-bg); + overflow: hidden; +} + +/* CHANGELIST TABLES */ + +#changelist table thead th { + padding: 0; + white-space: nowrap; + vertical-align: middle; +} + +#changelist table thead th.action-checkbox-column { + width: 1.5em; + text-align: center; +} + +#changelist table tbody td.action-checkbox { + text-align: center; +} + +#changelist table tfoot { + color: var(--body-quiet-color); +} + +/* TOOLBAR */ + +#toolbar { + padding: 8px 10px; + margin-bottom: 15px; + border-top: 1px solid var(--hairline-color); + border-bottom: 1px solid var(--hairline-color); + background: var(--darkened-bg); + color: var(--body-quiet-color); +} + +#toolbar form input { + border-radius: 4px; + font-size: 0.875rem; + padding: 5px; + color: var(--body-fg); +} + +#toolbar #searchbar { + height: 1.1875rem; + border: 1px solid var(--border-color); + padding: 2px 5px; + margin: 0; + vertical-align: top; + font-size: 0.8125rem; + max-width: 100%; +} + +#toolbar #searchbar:focus { + border-color: var(--body-quiet-color); +} + +#toolbar form input[type="submit"] { + border: 1px solid var(--border-color); + font-size: 0.8125rem; + padding: 4px 8px; + margin: 0; + vertical-align: middle; + background: var(--body-bg); + box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; + cursor: pointer; + color: var(--body-fg); +} + +#toolbar form input[type="submit"]:focus, +#toolbar form input[type="submit"]:hover { + border-color: var(--body-quiet-color); +} + +#changelist-search img { + vertical-align: middle; + margin-right: 4px; +} + +#changelist-search .help { + word-break: break-word; +} + +/* FILTER COLUMN */ + +#changelist-filter { + flex: 0 0 240px; + order: 1; + background: var(--darkened-bg); + border-left: none; + margin: 0 0 0 30px; +} + +@media (forced-colors: active) { + #changelist-filter { + border: 1px solid; + } +} + +#changelist-filter h2 { + font-size: 0.875rem; + text-transform: uppercase; + letter-spacing: 0.5px; + padding: 5px 15px; + margin-bottom: 12px; + border-bottom: none; +} + +#changelist-filter h3, +#changelist-filter details summary { + font-weight: 400; + padding: 0 15px; + margin-bottom: 10px; +} + +#changelist-filter details summary > * { + display: inline; +} + +#changelist-filter details > summary { + list-style-type: none; +} + +#changelist-filter details > summary::-webkit-details-marker { + display: none; +} + +#changelist-filter details > summary::before { + content: '→'; + font-weight: bold; + color: var(--link-hover-color); +} + +#changelist-filter details[open] > summary::before { + content: '↓'; +} + +#changelist-filter ul { + margin: 5px 0; + padding: 0 15px 15px; + border-bottom: 1px solid var(--hairline-color); +} + +#changelist-filter ul:last-child { + border-bottom: none; +} + +#changelist-filter li { + list-style-type: none; + margin-left: 0; + padding-left: 0; +} + +#changelist-filter a { + display: block; + color: var(--body-quiet-color); + word-break: break-word; +} + +#changelist-filter li.selected { + border-left: 5px solid var(--hairline-color); + padding-left: 10px; + margin-left: -15px; +} + +#changelist-filter li.selected a { + color: var(--link-selected-fg); +} + +#changelist-filter a:focus, #changelist-filter a:hover, +#changelist-filter li.selected a:focus, +#changelist-filter li.selected a:hover { + color: var(--link-hover-color); +} + +#changelist-filter #changelist-filter-extra-actions { + font-size: 0.8125rem; + margin-bottom: 10px; + border-bottom: 1px solid var(--hairline-color); +} + +/* DATE DRILLDOWN */ + +.change-list .toplinks { + display: flex; + padding-bottom: 5px; + flex-wrap: wrap; + gap: 3px 17px; + font-weight: bold; +} + +.change-list .toplinks a { + font-size: 0.8125rem; +} + +.change-list .toplinks .date-back { + color: var(--body-quiet-color); +} + +.change-list .toplinks .date-back:focus, +.change-list .toplinks .date-back:hover { + color: var(--link-hover-color); +} + +/* ACTIONS */ + +.filtered .actions { + border-right: none; +} + +#changelist table input { + margin: 0; + vertical-align: baseline; +} + +/* Once the :has() pseudo-class is supported by all browsers, the tr.selected + selector and the JS adding the class can be removed. */ +#changelist tbody tr.selected { + background-color: var(--selected-row); +} + +#changelist tbody tr:has(.action-select:checked) { + background-color: var(--selected-row); +} + +@media (forced-colors: active) { + #changelist tbody tr.selected { + background-color: SelectedItem; + } + #changelist tbody tr:has(.action-select:checked) { + background-color: SelectedItem; + } +} + +#changelist .actions { + padding: 10px; + background: var(--body-bg); + border-top: none; + border-bottom: none; + line-height: 1.5rem; + color: var(--body-quiet-color); + width: 100%; +} + +#changelist .actions span.all, +#changelist .actions span.action-counter, +#changelist .actions span.clear, +#changelist .actions span.question { + font-size: 0.8125rem; + margin: 0 0.5em; +} + +#changelist .actions:last-child { + border-bottom: none; +} + +#changelist .actions select { + vertical-align: top; + height: 1.5rem; + color: var(--body-fg); + border: 1px solid var(--border-color); + border-radius: 4px; + font-size: 0.875rem; + padding: 0 0 0 4px; + margin: 0; + margin-left: 10px; +} + +#changelist .actions select:focus { + border-color: var(--body-quiet-color); +} + +#changelist .actions label { + display: inline-block; + vertical-align: middle; + font-size: 0.8125rem; +} + +#changelist .actions .button { + font-size: 0.8125rem; + border: 1px solid var(--border-color); + border-radius: 4px; + background: var(--body-bg); + box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; + cursor: pointer; + height: 1.5rem; + line-height: 1; + padding: 4px 8px; + margin: 0; + color: var(--body-fg); +} + +#changelist .actions .button:focus, #changelist .actions .button:hover { + border-color: var(--body-quiet-color); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css new file mode 100644 index 00000000000..65b58d035f9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css @@ -0,0 +1,130 @@ +@media (prefers-color-scheme: dark) { + :root { + --primary: #264b5d; + --primary-fg: #f7f7f7; + + --body-fg: #eeeeee; + --body-bg: #121212; + --body-quiet-color: #d0d0d0; + --body-medium-color: #e0e0e0; + --body-loud-color: #ffffff; + + --breadcrumbs-link-fg: #e0e0e0; + --breadcrumbs-bg: var(--primary); + + --link-fg: #81d4fa; + --link-hover-color: #4ac1f7; + --link-selected-fg: #6f94c6; + + --hairline-color: #272727; + --border-color: #353535; + + --error-fg: #e35f5f; + --message-success-bg: #006b1b; + --message-warning-bg: #583305; + --message-error-bg: #570808; + + --darkened-bg: #212121; + --selected-bg: #1b1b1b; + --selected-row: #00363a; + + --close-button-bg: #333333; + --close-button-hover-bg: #666666; + + color-scheme: dark; + } + } + + +html[data-theme="dark"] { + --primary: #264b5d; + --primary-fg: #f7f7f7; + + --body-fg: #eeeeee; + --body-bg: #121212; + --body-quiet-color: #d0d0d0; + --body-medium-color: #e0e0e0; + --body-loud-color: #ffffff; + + --breadcrumbs-link-fg: #e0e0e0; + --breadcrumbs-bg: var(--primary); + + --link-fg: #81d4fa; + --link-hover-color: #4ac1f7; + --link-selected-fg: #6f94c6; + + --hairline-color: #272727; + --border-color: #353535; + + --error-fg: #e35f5f; + --message-success-bg: #006b1b; + --message-warning-bg: #583305; + --message-error-bg: #570808; + + --darkened-bg: #212121; + --selected-bg: #1b1b1b; + --selected-row: #00363a; + + --close-button-bg: #333333; + --close-button-hover-bg: #666666; + + color-scheme: dark; +} + +/* THEME SWITCH */ +.theme-toggle { + cursor: pointer; + border: none; + padding: 0; + background: transparent; + vertical-align: middle; + margin-inline-start: 5px; + margin-top: -1px; +} + +.theme-toggle svg { + vertical-align: middle; + height: 1.5rem; + width: 1.5rem; + display: none; +} + +/* +Fully hide screen reader text so we only show the one matching the current +theme. +*/ +.theme-toggle .visually-hidden { + display: none; +} + +html[data-theme="auto"] .theme-toggle .theme-label-when-auto { + display: block; +} + +html[data-theme="dark"] .theme-toggle .theme-label-when-dark { + display: block; +} + +html[data-theme="light"] .theme-toggle .theme-label-when-light { + display: block; +} + +/* ICONS */ +.theme-toggle svg.theme-icon-when-auto, +.theme-toggle svg.theme-icon-when-dark, +.theme-toggle svg.theme-icon-when-light { + fill: var(--header-link-color); + color: var(--header-bg); +} + +html[data-theme="auto"] .theme-toggle svg.theme-icon-when-auto { + display: block; +} + +html[data-theme="dark"] .theme-toggle svg.theme-icon-when-dark { + display: block; +} + +html[data-theme="light"] .theme-toggle svg.theme-icon-when-light { + display: block; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css new file mode 100644 index 00000000000..242b81a45f8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css @@ -0,0 +1,29 @@ +/* DASHBOARD */ +.dashboard td, .dashboard th { + word-break: break-word; +} + +.dashboard .module table th { + width: 100%; +} + +.dashboard .module table td { + white-space: nowrap; +} + +.dashboard .module table td a { + display: block; + padding-right: .6em; +} + +/* RECENT ACTIONS MODULE */ + +.module ul.actionlist { + margin-left: 0; +} + +ul.actionlist li { + list-style-type: none; + overflow: hidden; + text-overflow: ellipsis; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css new file mode 100644 index 00000000000..c6ce78833e4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css @@ -0,0 +1,498 @@ +@import url('widgets.css'); + +/* FORM ROWS */ + +.form-row { + overflow: hidden; + padding: 10px; + font-size: 0.8125rem; + border-bottom: 1px solid var(--hairline-color); +} + +.form-row img, .form-row input { + vertical-align: middle; +} + +.form-row label input[type="checkbox"] { + margin-top: 0; + vertical-align: 0; +} + +form .form-row p { + padding-left: 0; +} + +.flex-container { + display: flex; +} + +.form-multiline { + flex-wrap: wrap; +} + +.form-multiline > div { + padding-bottom: 10px; +} + +/* FORM LABELS */ + +label { + font-weight: normal; + color: var(--body-quiet-color); + font-size: 0.8125rem; +} + +.required label, label.required { + font-weight: bold; +} + +/* RADIO BUTTONS */ + +form div.radiolist div { + padding-right: 7px; +} + +form div.radiolist.inline div { + display: inline-block; +} + +form div.radiolist label { + width: auto; +} + +form div.radiolist input[type="radio"] { + margin: -2px 4px 0 0; + padding: 0; +} + +form ul.inline { + margin-left: 0; + padding: 0; +} + +form ul.inline li { + float: left; + padding-right: 7px; +} + +/* FIELDSETS */ + +fieldset .fieldset-heading, +fieldset .inline-heading, +:not(.inline-related) .collapse summary { + border: 1px solid var(--header-bg); + margin: 0; + padding: 8px; + font-weight: 400; + font-size: 0.8125rem; + background: var(--header-bg); + color: var(--header-link-color); +} + +/* ALIGNED FIELDSETS */ + +.aligned label { + display: block; + padding: 4px 10px 0 0; + min-width: 160px; + width: 160px; + word-wrap: break-word; +} + +.aligned label:not(.vCheckboxLabel):after { + content: ''; + display: inline-block; + vertical-align: middle; +} + +.aligned label + p, .aligned .checkbox-row + div.help, .aligned label + div.readonly { + padding: 6px 0; + margin-top: 0; + margin-bottom: 0; + margin-left: 0; + overflow-wrap: break-word; +} + +.aligned ul label { + display: inline; + float: none; + width: auto; +} + +.aligned .form-row input { + margin-bottom: 0; +} + +.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { + width: 350px; +} + +form .aligned ul { + margin-left: 160px; + padding-left: 10px; +} + +form .aligned div.radiolist { + display: inline-block; + margin: 0; + padding: 0; +} + +form .aligned p.help, +form .aligned div.help { + margin-top: 0; + margin-left: 160px; + padding-left: 10px; +} + +form .aligned p.date div.help.timezonewarning, +form .aligned p.datetime div.help.timezonewarning, +form .aligned p.time div.help.timezonewarning { + margin-left: 0; + padding-left: 0; + font-weight: normal; +} + +form .aligned p.help:last-child, +form .aligned div.help:last-child { + margin-bottom: 0; + padding-bottom: 0; +} + +form .aligned input + p.help, +form .aligned textarea + p.help, +form .aligned select + p.help, +form .aligned input + div.help, +form .aligned textarea + div.help, +form .aligned select + div.help { + margin-left: 160px; + padding-left: 10px; +} + +form .aligned select option:checked { + background-color: var(--selected-row); +} + +form .aligned ul li { + list-style: none; +} + +form .aligned table p { + margin-left: 0; + padding-left: 0; +} + +.aligned .vCheckboxLabel { + padding: 1px 0 0 5px; +} + +.aligned .vCheckboxLabel + p.help, +.aligned .vCheckboxLabel + div.help { + margin-top: -4px; +} + +.colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField { + width: 610px; +} + +fieldset .fieldBox { + margin-right: 20px; +} + +/* WIDE FIELDSETS */ + +.wide label { + width: 200px; +} + +form .wide p.help, +form .wide ul.errorlist, +form .wide div.help { + padding-left: 50px; +} + +form div.help ul { + padding-left: 0; + margin-left: 0; +} + +.colM fieldset.wide .vLargeTextField, .colM fieldset.wide .vXMLLargeTextField { + width: 450px; +} + +/* COLLAPSIBLE FIELDSETS */ + +.collapse summary .fieldset-heading, +.collapse summary .inline-heading { + background: transparent; + border: none; + color: currentColor; + display: inline; + margin: 0; + padding: 0; +} + +/* MONOSPACE TEXTAREAS */ + +fieldset.monospace textarea { + font-family: var(--font-family-monospace); +} + +/* SUBMIT ROW */ + +.submit-row { + padding: 12px 14px 12px; + margin: 0 0 20px; + background: var(--darkened-bg); + border: 1px solid var(--hairline-color); + border-radius: 4px; + overflow: hidden; + display: flex; + gap: 10px; + flex-wrap: wrap; +} + +body.popup .submit-row { + overflow: auto; +} + +.submit-row input { + height: 2.1875rem; + line-height: 0.9375rem; +} + +.submit-row input, .submit-row a { + margin: 0; +} + +.submit-row input.default { + text-transform: uppercase; +} + +.submit-row a.deletelink { + margin-left: auto; +} + +.submit-row a.deletelink { + display: block; + background: var(--delete-button-bg); + border-radius: 4px; + padding: 0.625rem 0.9375rem; + height: 0.9375rem; + line-height: 0.9375rem; + color: var(--button-fg); +} + +.submit-row a.closelink { + display: inline-block; + background: var(--close-button-bg); + border-radius: 4px; + padding: 10px 15px; + height: 0.9375rem; + line-height: 0.9375rem; + color: var(--button-fg); +} + +.submit-row a.deletelink:focus, +.submit-row a.deletelink:hover, +.submit-row a.deletelink:active { + background: var(--delete-button-hover-bg); + text-decoration: none; +} + +.submit-row a.closelink:focus, +.submit-row a.closelink:hover, +.submit-row a.closelink:active { + background: var(--close-button-hover-bg); + text-decoration: none; +} + +/* CUSTOM FORM FIELDS */ + +.vSelectMultipleField { + vertical-align: top; +} + +.vCheckboxField { + border: none; +} + +.vDateField, .vTimeField { + margin-right: 2px; + margin-bottom: 4px; +} + +.vDateField { + min-width: 6.85em; +} + +.vTimeField { + min-width: 4.7em; +} + +.vURLField { + width: 30em; +} + +.vLargeTextField, .vXMLLargeTextField { + width: 48em; +} + +.flatpages-flatpage #id_content { + height: 40.2em; +} + +.module table .vPositiveSmallIntegerField { + width: 2.2em; +} + +.vIntegerField { + width: 5em; +} + +.vBigIntegerField { + width: 10em; +} + +.vForeignKeyRawIdAdminField { + width: 5em; +} + +.vTextField, .vUUIDField { + width: 20em; +} + +/* INLINES */ + +.inline-group { + padding: 0; + margin: 0 0 30px; +} + +.inline-group thead th { + padding: 8px 10px; +} + +.inline-group .aligned label { + width: 160px; +} + +.inline-related { + position: relative; +} + +.inline-related h4, +.inline-related:not(.tabular) .collapse summary { + margin: 0; + color: var(--body-medium-color); + padding: 5px; + font-size: 0.8125rem; + background: var(--darkened-bg); + border: 1px solid var(--hairline-color); + border-left-color: var(--darkened-bg); + border-right-color: var(--darkened-bg); +} + +.inline-related h3 span.delete { + float: right; +} + +.inline-related h3 span.delete label { + margin-left: 2px; + font-size: 0.6875rem; +} + +.inline-related fieldset { + margin: 0; + background: var(--body-bg); + border: none; + width: 100%; +} + +.inline-group .tabular fieldset.module { + border: none; +} + +.inline-related.tabular fieldset.module table { + width: 100%; + overflow-x: scroll; +} + +.last-related fieldset { + border: none; +} + +.inline-group .tabular tr.has_original td { + padding-top: 2em; +} + +.inline-group .tabular tr td.original { + padding: 2px 0 0 0; + width: 0; + _position: relative; +} + +.inline-group .tabular th.original { + width: 0px; + padding: 0; +} + +.inline-group .tabular td.original p { + position: absolute; + left: 0; + height: 1.1em; + padding: 2px 9px; + overflow: hidden; + font-size: 0.5625rem; + font-weight: bold; + color: var(--body-quiet-color); + _width: 700px; +} + +.inline-group div.add-row, +.inline-group .tabular tr.add-row td { + color: var(--body-quiet-color); + background: var(--darkened-bg); + padding: 8px 10px; + border-bottom: 1px solid var(--hairline-color); +} + +.inline-group .tabular tr.add-row td { + padding: 8px 10px; + border-bottom: 1px solid var(--hairline-color); +} + +.inline-group div.add-row a, +.inline-group .tabular tr.add-row td a { + font-size: 0.75rem; +} + +.empty-form { + display: none; +} + +/* RELATED FIELD ADD ONE / LOOKUP */ + +.related-lookup { + margin-left: 5px; + display: inline-block; + vertical-align: middle; + background-repeat: no-repeat; + background-size: 14px; +} + +.related-lookup { + width: 1rem; + height: 1rem; + background-image: url(../img/search.svg); +} + +form .related-widget-wrapper ul { + display: inline-block; + margin-left: 0; + padding-left: 0; +} + +.clearable-file-input input { + margin-top: 0; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css new file mode 100644 index 00000000000..805a34b5bdd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css @@ -0,0 +1,61 @@ +/* LOGIN FORM */ + +.login { + background: var(--darkened-bg); + height: auto; +} + +.login #header { + height: auto; + padding: 15px 16px; + justify-content: center; +} + +.login #header h1 { + font-size: 1.125rem; + margin: 0; +} + +.login #header h1 a { + color: var(--header-link-color); +} + +.login #content { + padding: 20px; +} + +.login #container { + background: var(--body-bg); + border: 1px solid var(--hairline-color); + border-radius: 4px; + overflow: hidden; + width: 28em; + min-width: 300px; + margin: 100px auto; + height: auto; +} + +.login .form-row { + padding: 4px 0; +} + +.login .form-row label { + display: block; + line-height: 2em; +} + +.login .form-row #id_username, .login .form-row #id_password { + padding: 8px; + width: 100%; + box-sizing: border-box; +} + +.login .submit-row { + padding: 1em 0 0 0; + margin: 0; + text-align: center; +} + +.login .password-reset-link { + text-align: center; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css new file mode 100644 index 00000000000..7eb0de97ab2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css @@ -0,0 +1,150 @@ +.sticky { + position: sticky; + top: 0; + max-height: 100vh; +} + +.toggle-nav-sidebar { + z-index: 20; + left: 0; + display: flex; + align-items: center; + justify-content: center; + flex: 0 0 23px; + width: 23px; + border: 0; + border-right: 1px solid var(--hairline-color); + background-color: var(--body-bg); + cursor: pointer; + font-size: 1.25rem; + color: var(--link-fg); + padding: 0; +} + +[dir="rtl"] .toggle-nav-sidebar { + border-left: 1px solid var(--hairline-color); + border-right: 0; +} + +.toggle-nav-sidebar:hover, +.toggle-nav-sidebar:focus { + background-color: var(--darkened-bg); +} + +#nav-sidebar { + z-index: 15; + flex: 0 0 275px; + left: -276px; + margin-left: -276px; + border-top: 1px solid transparent; + border-right: 1px solid var(--hairline-color); + background-color: var(--body-bg); + overflow: auto; +} + +[dir="rtl"] #nav-sidebar { + border-left: 1px solid var(--hairline-color); + border-right: 0; + left: 0; + margin-left: 0; + right: -276px; + margin-right: -276px; +} + +.toggle-nav-sidebar::before { + content: '\00BB'; +} + +.main.shifted .toggle-nav-sidebar::before { + content: '\00AB'; +} + +.main > #nav-sidebar { + visibility: hidden; +} + +.main.shifted > #nav-sidebar { + margin-left: 0; + visibility: visible; +} + +[dir="rtl"] .main.shifted > #nav-sidebar { + margin-right: 0; +} + +#nav-sidebar .module th { + width: 100%; + overflow-wrap: anywhere; +} + +#nav-sidebar .module th, +#nav-sidebar .module caption { + padding-left: 16px; +} + +#nav-sidebar .module td { + white-space: nowrap; +} + +[dir="rtl"] #nav-sidebar .module th, +[dir="rtl"] #nav-sidebar .module caption { + padding-left: 8px; + padding-right: 16px; +} + +#nav-sidebar .current-app .section:link, +#nav-sidebar .current-app .section:visited { + color: var(--header-color); + font-weight: bold; +} + +#nav-sidebar .current-model { + background: var(--selected-row); +} + +@media (forced-colors: active) { + #nav-sidebar .current-model { + background-color: SelectedItem; + } +} + +.main > #nav-sidebar + .content { + max-width: calc(100% - 23px); +} + +.main.shifted > #nav-sidebar + .content { + max-width: calc(100% - 299px); +} + +@media (max-width: 767px) { + #nav-sidebar, #toggle-nav-sidebar { + display: none; + } + + .main > #nav-sidebar + .content, + .main.shifted > #nav-sidebar + .content { + max-width: 100%; + } +} + +#nav-filter { + width: 100%; + box-sizing: border-box; + padding: 2px 5px; + margin: 5px 0; + border: 1px solid var(--border-color); + background-color: var(--darkened-bg); + color: var(--body-fg); +} + +#nav-filter:focus { + border-color: var(--body-quiet-color); +} + +#nav-filter.no-results { + background: var(--message-error-bg); +} + +#nav-sidebar table { + width: 100%; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css new file mode 100644 index 00000000000..f0fcade41c6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css @@ -0,0 +1,904 @@ +/* Tablets */ + +input[type="submit"], button { + -webkit-appearance: none; + appearance: none; +} + +@media (max-width: 1024px) { + /* Basic */ + + html { + -webkit-text-size-adjust: 100%; + } + + td, th { + padding: 10px; + font-size: 0.875rem; + } + + .small { + font-size: 0.75rem; + } + + /* Layout */ + + #container { + min-width: 0; + } + + #content { + padding: 15px 20px 20px; + } + + div.breadcrumbs { + padding: 10px 30px; + } + + /* Header */ + + #header { + flex-direction: column; + padding: 15px 30px; + justify-content: flex-start; + } + + #site-name { + margin: 0 0 8px; + line-height: 1.2; + } + + #user-tools { + margin: 0; + font-weight: 400; + line-height: 1.85; + text-align: left; + } + + #user-tools a { + display: inline-block; + line-height: 1.4; + } + + /* Dashboard */ + + .dashboard #content { + width: auto; + } + + #content-related { + margin-right: -290px; + } + + .colSM #content-related { + margin-left: -290px; + } + + .colMS { + margin-right: 290px; + } + + .colSM { + margin-left: 290px; + } + + .dashboard .module table td a { + padding-right: 0; + } + + td .changelink, td .addlink { + font-size: 0.8125rem; + } + + /* Changelist */ + + #toolbar { + border: none; + padding: 15px; + } + + #changelist-search > div { + display: flex; + flex-wrap: nowrap; + max-width: 480px; + } + + #changelist-search label { + line-height: 1.375rem; + } + + #toolbar form #searchbar { + flex: 1 0 auto; + width: 0; + height: 1.375rem; + margin: 0 10px 0 6px; + } + + #toolbar form input[type=submit] { + flex: 0 1 auto; + } + + #changelist-search .quiet { + width: 0; + flex: 1 0 auto; + margin: 5px 0 0 25px; + } + + #changelist .actions { + display: flex; + flex-wrap: wrap; + padding: 15px 0; + } + + #changelist .actions label { + display: flex; + } + + #changelist .actions select { + background: var(--body-bg); + } + + #changelist .actions .button { + min-width: 48px; + margin: 0 10px; + } + + #changelist .actions span.all, + #changelist .actions span.clear, + #changelist .actions span.question, + #changelist .actions span.action-counter { + font-size: 0.6875rem; + margin: 0 10px 0 0; + } + + #changelist-filter { + flex-basis: 200px; + } + + .change-list .filtered .results, + .change-list .filtered .paginator, + .filtered #toolbar, + .filtered .actions, + + #changelist .paginator { + border-top-color: var(--hairline-color); /* XXX Is this used at all? */ + } + + #changelist .results + .paginator { + border-top: none; + } + + /* Forms */ + + label { + font-size: 1rem; + } + + /* + Minifiers remove the default (text) "type" attribute from "input" HTML + tags. Add input:not([type]) to make the CSS stylesheet work the same. + */ + .form-row input:not([type]), + .form-row input[type=text], + .form-row input[type=password], + .form-row input[type=email], + .form-row input[type=url], + .form-row input[type=tel], + .form-row input[type=number], + .form-row textarea, + .form-row select, + .form-row .vTextField { + box-sizing: border-box; + margin: 0; + padding: 6px 8px; + min-height: 2.25rem; + font-size: 1rem; + } + + .form-row select { + height: 2.25rem; + } + + .form-row select[multiple] { + height: auto; + min-height: 0; + } + + fieldset .fieldBox + .fieldBox { + margin-top: 10px; + padding-top: 10px; + border-top: 1px solid var(--hairline-color); + } + + textarea { + max-width: 100%; + max-height: 120px; + } + + .aligned label { + padding-top: 6px; + } + + .aligned .related-lookup, + .aligned .datetimeshortcuts, + .aligned .related-lookup + strong { + align-self: center; + margin-left: 15px; + } + + form .aligned div.radiolist { + margin-left: 2px; + } + + .submit-row { + padding: 8px; + } + + .submit-row a.deletelink { + padding: 10px 7px; + } + + .button, input[type=submit], input[type=button], .submit-row input, a.button { + padding: 7px; + } + + /* Selector */ + + .selector { + display: flex; + width: 100%; + } + + .selector .selector-filter { + display: flex; + align-items: center; + } + + .selector .selector-filter input { + width: 100%; + min-height: 0; + flex: 1 1; + } + + .selector-available, .selector-chosen { + width: auto; + flex: 1 1; + display: flex; + flex-direction: column; + } + + .selector select { + width: 100%; + flex: 1 0 auto; + margin-bottom: 5px; + } + + .selector-chooseall, .selector-clearall { + align-self: center; + } + + .stacked { + flex-direction: column; + max-width: 480px; + } + + .stacked > * { + flex: 0 1 auto; + } + + .stacked select { + margin-bottom: 0; + } + + .stacked .selector-available, .stacked .selector-chosen { + width: auto; + } + + .stacked ul.selector-chooser { + padding: 0 2px; + transform: none; + } + + .stacked .selector-chooser li { + padding: 3px; + } + + .help-tooltip, .selector .help-icon { + display: none; + } + + .datetime input { + width: 50%; + max-width: 120px; + } + + .datetime span { + font-size: 0.8125rem; + } + + .datetime .timezonewarning { + display: block; + font-size: 0.6875rem; + color: var(--body-quiet-color); + } + + .datetimeshortcuts { + color: var(--border-color); /* XXX Redundant, .datetime span also sets #ccc */ + } + + .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField { + width: 75%; + } + + .inline-group { + overflow: auto; + } + + /* Messages */ + + ul.messagelist li { + padding-left: 55px; + background-position: 30px 12px; + } + + ul.messagelist li.error { + background-position: 30px 12px; + } + + ul.messagelist li.warning { + background-position: 30px 14px; + } + + /* Login */ + + .login #header { + padding: 15px 20px; + } + + .login #site-name { + margin: 0; + } + + /* GIS */ + + div.olMap { + max-width: calc(100vw - 30px); + max-height: 300px; + } + + .olMap + .clear_features { + display: block; + margin-top: 10px; + } + + /* Docs */ + + .module table.xfull { + width: 100%; + } + + pre.literal-block { + overflow: auto; + } +} + +/* Mobile */ + +@media (max-width: 767px) { + /* Layout */ + + #header, #content { + padding: 15px; + } + + div.breadcrumbs { + padding: 10px 15px; + } + + /* Dashboard */ + + .colMS, .colSM { + margin: 0; + } + + #content-related, .colSM #content-related { + width: 100%; + margin: 0; + } + + #content-related .module { + margin-bottom: 0; + } + + #content-related .module h2 { + padding: 10px 15px; + font-size: 1rem; + } + + /* Changelist */ + + #changelist { + align-items: stretch; + flex-direction: column; + } + + #toolbar { + padding: 10px; + } + + #changelist-filter { + margin-left: 0; + } + + #changelist .actions label { + flex: 1 1; + } + + #changelist .actions select { + flex: 1 0; + width: 100%; + } + + #changelist .actions span { + flex: 1 0 100%; + } + + #changelist-filter { + position: static; + width: auto; + margin-top: 30px; + } + + .object-tools { + float: none; + margin: 0 0 15px; + padding: 0; + overflow: hidden; + } + + .object-tools li { + height: auto; + margin-left: 0; + } + + .object-tools li + li { + margin-left: 15px; + } + + /* Forms */ + + .form-row { + padding: 15px 0; + } + + .aligned .form-row, + .aligned .form-row > div { + max-width: 100vw; + } + + .aligned .form-row > div { + width: calc(100vw - 30px); + } + + .flex-container { + flex-flow: column; + } + + .flex-container.checkbox-row { + flex-flow: row; + } + + textarea { + max-width: none; + } + + .vURLField { + width: auto; + } + + fieldset .fieldBox + .fieldBox { + margin-top: 15px; + padding-top: 15px; + } + + .aligned label { + width: 100%; + min-width: auto; + padding: 0 0 10px; + } + + .aligned label:after { + max-height: 0; + } + + .aligned .form-row input, + .aligned .form-row select, + .aligned .form-row textarea { + flex: 1 1 auto; + max-width: 100%; + } + + .aligned .checkbox-row input { + flex: 0 1 auto; + margin: 0; + } + + .aligned .vCheckboxLabel { + flex: 1 0; + padding: 1px 0 0 5px; + } + + .aligned label + p, + .aligned label + div.help, + .aligned label + div.readonly { + padding: 0; + margin-left: 0; + } + + .aligned p.file-upload { + font-size: 0.8125rem; + } + + span.clearable-file-input { + margin-left: 15px; + } + + span.clearable-file-input label { + font-size: 0.8125rem; + padding-bottom: 0; + } + + .aligned .timezonewarning { + flex: 1 0 100%; + margin-top: 5px; + } + + form .aligned .form-row div.help { + width: 100%; + margin: 5px 0 0; + padding: 0; + } + + form .aligned ul, + form .aligned ul.errorlist { + margin-left: 0; + padding-left: 0; + } + + form .aligned div.radiolist { + margin-top: 5px; + margin-right: 15px; + margin-bottom: -3px; + } + + form .aligned div.radiolist:not(.inline) div + div { + margin-top: 5px; + } + + /* Related widget */ + + .related-widget-wrapper { + width: 100%; + display: flex; + align-items: flex-start; + } + + .related-widget-wrapper .selector { + order: 1; + flex: 1 0 auto; + } + + .related-widget-wrapper > a { + order: 2; + } + + .related-widget-wrapper .radiolist ~ a { + align-self: flex-end; + } + + .related-widget-wrapper > select ~ a { + align-self: center; + } + + /* Selector */ + + .selector { + flex-direction: column; + gap: 10px 0; + } + + .selector-available, .selector-chosen { + flex: 1 1 auto; + } + + .selector select { + max-height: 96px; + } + + .selector ul.selector-chooser { + display: flex; + width: 60px; + height: 30px; + padding: 0 2px; + transform: none; + } + + .selector ul.selector-chooser li { + float: left; + } + + .selector-remove { + background-position: 0 0; + } + + :enabled.selector-remove:focus, :enabled.selector-remove:hover { + background-position: 0 -24px; + } + + .selector-add { + background-position: 0 -48px; + } + + :enabled.selector-add:focus, :enabled.selector-add:hover { + background-position: 0 -72px; + } + + /* Inlines */ + + .inline-group[data-inline-type="stacked"] .inline-related { + border: 1px solid var(--hairline-color); + border-radius: 4px; + margin-top: 15px; + overflow: auto; + } + + .inline-group[data-inline-type="stacked"] .inline-related > * { + box-sizing: border-box; + } + + .inline-group[data-inline-type="stacked"] .inline-related .module { + padding: 0 10px; + } + + .inline-group[data-inline-type="stacked"] .inline-related .module .form-row { + border-top: 1px solid var(--hairline-color); + border-bottom: none; + } + + .inline-group[data-inline-type="stacked"] .inline-related .module .form-row:first-child { + border-top: none; + } + + .inline-group[data-inline-type="stacked"] .inline-related h3 { + padding: 10px; + border-top-width: 0; + border-bottom-width: 2px; + display: flex; + flex-wrap: wrap; + align-items: center; + } + + .inline-group[data-inline-type="stacked"] .inline-related h3 .inline_label { + margin-right: auto; + } + + .inline-group[data-inline-type="stacked"] .inline-related h3 span.delete { + float: none; + flex: 1 1 100%; + margin-top: 5px; + } + + .inline-group[data-inline-type="stacked"] .aligned .form-row > div:not([class]) { + width: 100%; + } + + .inline-group[data-inline-type="stacked"] .aligned label { + width: 100%; + } + + .inline-group[data-inline-type="stacked"] div.add-row { + margin-top: 15px; + border: 1px solid var(--hairline-color); + border-radius: 4px; + } + + .inline-group div.add-row, + .inline-group .tabular tr.add-row td { + padding: 0; + } + + .inline-group div.add-row a, + .inline-group .tabular tr.add-row td a { + display: block; + padding: 8px 10px 8px 26px; + background-position: 8px 9px; + } + + /* Submit row */ + + .submit-row { + padding: 10px; + margin: 0 0 15px; + flex-direction: column; + gap: 8px; + } + + .submit-row input, .submit-row input.default, .submit-row a { + text-align: center; + } + + .submit-row a.closelink { + padding: 10px 0; + text-align: center; + } + + .submit-row a.deletelink { + margin: 0; + } + + /* Messages */ + + ul.messagelist li { + padding-left: 40px; + background-position: 15px 12px; + } + + ul.messagelist li.error { + background-position: 15px 12px; + } + + ul.messagelist li.warning { + background-position: 15px 14px; + } + + /* Paginator */ + + .paginator .this-page, .paginator a:link, .paginator a:visited { + padding: 4px 10px; + } + + /* Login */ + + body.login { + padding: 0 15px; + } + + .login #container { + width: auto; + max-width: 480px; + margin: 50px auto; + } + + .login #header, + .login #content { + padding: 15px; + } + + .login #content-main { + float: none; + } + + .login .form-row { + padding: 0; + } + + .login .form-row + .form-row { + margin-top: 15px; + } + + .login .form-row label { + margin: 0 0 5px; + line-height: 1.2; + } + + .login .submit-row { + padding: 15px 0 0; + } + + .login br { + display: none; + } + + .login .submit-row input { + margin: 0; + text-transform: uppercase; + } + + .errornote { + margin: 0 0 20px; + padding: 8px 12px; + font-size: 0.8125rem; + } + + /* Calendar and clock */ + + .calendarbox, .clockbox { + position: fixed !important; + top: 50% !important; + left: 50% !important; + transform: translate(-50%, -50%); + margin: 0; + border: none; + overflow: visible; + } + + .calendarbox:before, .clockbox:before { + content: ''; + position: fixed; + top: 50%; + left: 50%; + width: 100vw; + height: 100vh; + background: rgba(0, 0, 0, 0.75); + transform: translate(-50%, -50%); + } + + .calendarbox > *, .clockbox > * { + position: relative; + z-index: 1; + } + + .calendarbox > div:first-child { + z-index: 2; + } + + .calendarbox .calendar, .clockbox h2 { + border-radius: 4px 4px 0 0; + overflow: hidden; + } + + .calendarbox .calendar-cancel, .clockbox .calendar-cancel { + border-radius: 0 0 4px 4px; + overflow: hidden; + } + + .calendar-shortcuts { + padding: 10px 0; + font-size: 0.75rem; + line-height: 0.75rem; + } + + .calendar-shortcuts a { + margin: 0 4px; + } + + .timelist a { + background: var(--body-bg); + padding: 4px; + } + + .calendar-cancel { + padding: 8px 10px; + } + + .clockbox h2 { + padding: 8px 15px; + } + + .calendar caption { + padding: 10px; + } + + .calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { + z-index: 1; + top: 10px; + } + + /* History */ + + table#change-history tbody th, table#change-history tbody td { + font-size: 0.8125rem; + word-break: break-word; + } + + table#change-history tbody th { + width: auto; + } + + /* Docs */ + + table.model tbody th, table.model tbody td { + font-size: 0.8125rem; + word-break: break-word; + } +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css new file mode 100644 index 00000000000..5e8f5c59434 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css @@ -0,0 +1,89 @@ +/* TABLETS */ + +@media (max-width: 1024px) { + [dir="rtl"] .colMS { + margin-right: 0; + } + + [dir="rtl"] #user-tools { + text-align: right; + } + + [dir="rtl"] #changelist .actions label { + padding-left: 10px; + padding-right: 0; + } + + [dir="rtl"] #changelist .actions select { + margin-left: 0; + margin-right: 15px; + } + + [dir="rtl"] .change-list .filtered .results, + [dir="rtl"] .change-list .filtered .paginator, + [dir="rtl"] .filtered #toolbar, + [dir="rtl"] .filtered div.xfull, + [dir="rtl"] .filtered .actions, + [dir="rtl"] #changelist-filter { + margin-left: 0; + } + + [dir="rtl"] .inline-group div.add-row a, + [dir="rtl"] .inline-group .tabular tr.add-row td a { + padding: 8px 26px 8px 10px; + background-position: calc(100% - 8px) 9px; + } + + [dir="rtl"] .object-tools li { + float: right; + } + + [dir="rtl"] .object-tools li + li { + margin-left: 0; + margin-right: 15px; + } + + [dir="rtl"] .dashboard .module table td a { + padding-left: 0; + padding-right: 16px; + } +} + +/* MOBILE */ + +@media (max-width: 767px) { + [dir="rtl"] .aligned .related-lookup, + [dir="rtl"] .aligned .datetimeshortcuts { + margin-left: 0; + margin-right: 15px; + } + + [dir="rtl"] .aligned ul, + [dir="rtl"] form .aligned ul.errorlist { + margin-right: 0; + } + + [dir="rtl"] #changelist-filter { + margin-left: 0; + margin-right: 0; + } + [dir="rtl"] .aligned .vCheckboxLabel { + padding: 1px 5px 0 0; + } + + [dir="rtl"] .selector-remove { + background-position: 0 0; + } + + [dir="rtl"] :enabled.selector-remove:focus, :enabled.selector-remove:hover { + background-position: 0 -24px; + } + + [dir="rtl"] .selector-add { + background-position: 0 -48px; + } + + [dir="rtl"] :enabled.selector-add:focus, :enabled.selector-add:hover { + background-position: 0 -72px; + } +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css new file mode 100644 index 00000000000..a2556d0478d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css @@ -0,0 +1,293 @@ +/* GLOBAL */ + +th { + text-align: right; +} + +.module h2, .module caption { + text-align: right; +} + +.module ul, .module ol { + margin-left: 0; + margin-right: 1.5em; +} + +.viewlink, .addlink, .changelink, .hidelink { + padding-left: 0; + padding-right: 16px; + background-position: 100% 1px; +} + +.deletelink { + padding-left: 0; + padding-right: 16px; + background-position: 100% 1px; +} + +.object-tools { + float: left; +} + +thead th:first-child, +tfoot td:first-child { + border-left: none; +} + +/* LAYOUT */ + +#user-tools { + right: auto; + left: 0; + text-align: left; +} + +div.breadcrumbs { + text-align: right; +} + +#content-main { + float: right; +} + +#content-related { + float: left; + margin-left: -300px; + margin-right: auto; +} + +.colMS { + margin-left: 300px; + margin-right: 0; +} + +/* SORTABLE TABLES */ + +table thead th.sorted .sortoptions { + float: left; +} + +thead th.sorted .text { + padding-right: 0; + padding-left: 42px; +} + +/* dashboard styles */ + +.dashboard .module table td a { + padding-left: .6em; + padding-right: 16px; +} + +/* changelists styles */ + +.change-list .filtered table { + border-left: none; + border-right: 0px none; +} + +#changelist-filter { + border-left: none; + border-right: none; + margin-left: 0; + margin-right: 30px; +} + +#changelist-filter li.selected { + border-left: none; + padding-left: 10px; + margin-left: 0; + border-right: 5px solid var(--hairline-color); + padding-right: 10px; + margin-right: -15px; +} + +#changelist table tbody td:first-child, #changelist table tbody th:first-child { + border-right: none; + border-left: none; +} + +.paginator .end { + margin-left: 6px; + margin-right: 0; +} + +.paginator input { + margin-left: 0; + margin-right: auto; +} + +/* FORMS */ + +.aligned label { + padding: 0 0 3px 1em; +} + +.submit-row a.deletelink { + margin-left: 0; + margin-right: auto; +} + +.vDateField, .vTimeField { + margin-left: 2px; +} + +.aligned .form-row input { + margin-left: 5px; +} + +form .aligned ul { + margin-right: 163px; + padding-right: 10px; + margin-left: 0; + padding-left: 0; +} + +form ul.inline li { + float: right; + padding-right: 0; + padding-left: 7px; +} + +form .aligned p.help, +form .aligned div.help { + margin-left: 0; + margin-right: 160px; + padding-right: 10px; +} + +form div.help ul, +form .aligned .checkbox-row + .help, +form .aligned p.date div.help.timezonewarning, +form .aligned p.datetime div.help.timezonewarning, +form .aligned p.time div.help.timezonewarning { + margin-right: 0; + padding-right: 0; +} + +form .wide p.help, +form .wide ul.errorlist, +form .wide div.help { + padding-left: 0; + padding-right: 50px; +} + +.submit-row { + text-align: right; +} + +fieldset .fieldBox { + margin-left: 20px; + margin-right: 0; +} + +.errorlist li { + background-position: 100% 12px; + padding: 0; +} + +.errornote { + background-position: 100% 12px; + padding: 10px 12px; +} + +/* WIDGETS */ + +.calendarnav-previous { + top: 0; + left: auto; + right: 10px; + background: url(../img/calendar-icons.svg) 0 -15px no-repeat; +} + +.calendarnav-next { + top: 0; + right: auto; + left: 10px; + background: url(../img/calendar-icons.svg) 0 0 no-repeat; +} + +.calendar caption, .calendarbox h2 { + text-align: center; +} + +.selector { + float: right; +} + +.selector .selector-filter { + text-align: right; +} + +.selector-add { + background: url(../img/selector-icons.svg) 0 -96px no-repeat; + background-size: 24px auto; +} + +:enabled.selector-add:focus, :enabled.selector-add:hover { + background-position: 0 -120px; +} + +.selector-remove { + background: url(../img/selector-icons.svg) 0 -144px no-repeat; + background-size: 24px auto; +} + +:enabled.selector-remove:focus, :enabled.selector-remove:hover { + background-position: 0 -168px; +} + +.selector-chooseall { + background: url(../img/selector-icons.svg) right -128px no-repeat; +} + +:enabled.selector-chooseall:focus, :enabled.selector-chooseall:hover { + background-position: 100% -144px; +} + +.selector-clearall { + background: url(../img/selector-icons.svg) 0 -160px no-repeat; +} + +:enabled.selector-clearall:focus, :enabled.selector-clearall:hover { + background-position: 0 -176px; +} + +.inline-deletelink { + float: left; +} + +form .form-row p.datetime { + overflow: hidden; +} + +.related-widget-wrapper { + float: right; +} + +/* MISC */ + +.inline-related h2, .inline-group h2 { + text-align: right +} + +.inline-related h3 span.delete { + padding-right: 20px; + padding-left: inherit; + left: 10px; + right: inherit; + float:left; +} + +.inline-related h3 span.delete label { + margin-left: inherit; + margin-right: 2px; +} + +.inline-group .tabular td.original p { + right: 0; +} + +.selector .selector-chooser { + margin: 0; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css new file mode 100644 index 00000000000..d46eb0384cf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css @@ -0,0 +1,19 @@ +/* Hide warnings fields if usable password is selected */ +form:has(#id_usable_password input[value="true"]:checked) .messagelist { + display: none; +} + +/* Hide password fields if unusable password is selected */ +form:has(#id_usable_password input[value="false"]:checked) .field-password1, +form:has(#id_usable_password input[value="false"]:checked) .field-password2 { + display: none; +} + +/* Select appropriate submit button */ +form:has(#id_usable_password input[value="true"]:checked) input[type="submit"].unset-password { + display: none; +} + +form:has(#id_usable_password input[value="false"]:checked) input[type="submit"].set-password { + display: none; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md new file mode 100644 index 00000000000..8cb8a2b12cb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css new file mode 100644 index 00000000000..750b3207aeb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css @@ -0,0 +1,481 @@ +.select2-container { + box-sizing: border-box; + display: inline-block; + margin: 0; + position: relative; + vertical-align: middle; } + .select2-container .select2-selection--single { + box-sizing: border-box; + cursor: pointer; + display: block; + height: 28px; + user-select: none; + -webkit-user-select: none; } + .select2-container .select2-selection--single .select2-selection__rendered { + display: block; + padding-left: 8px; + padding-right: 20px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .select2-container .select2-selection--single .select2-selection__clear { + position: relative; } + .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { + padding-right: 8px; + padding-left: 20px; } + .select2-container .select2-selection--multiple { + box-sizing: border-box; + cursor: pointer; + display: block; + min-height: 32px; + user-select: none; + -webkit-user-select: none; } + .select2-container .select2-selection--multiple .select2-selection__rendered { + display: inline-block; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; + white-space: nowrap; } + .select2-container .select2-search--inline { + float: left; } + .select2-container .select2-search--inline .select2-search__field { + box-sizing: border-box; + border: none; + font-size: 100%; + margin-top: 5px; + padding: 0; } + .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { + -webkit-appearance: none; } + +.select2-dropdown { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + box-sizing: border-box; + display: block; + position: absolute; + left: -100000px; + width: 100%; + z-index: 1051; } + +.select2-results { + display: block; } + +.select2-results__options { + list-style: none; + margin: 0; + padding: 0; } + +.select2-results__option { + padding: 6px; + user-select: none; + -webkit-user-select: none; } + .select2-results__option[aria-selected] { + cursor: pointer; } + +.select2-container--open .select2-dropdown { + left: 0; } + +.select2-container--open .select2-dropdown--above { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--open .select2-dropdown--below { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-search--dropdown { + display: block; + padding: 4px; } + .select2-search--dropdown .select2-search__field { + padding: 4px; + width: 100%; + box-sizing: border-box; } + .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { + -webkit-appearance: none; } + .select2-search--dropdown.select2-search--hide { + display: none; } + +.select2-close-mask { + border: 0; + margin: 0; + padding: 0; + display: block; + position: fixed; + left: 0; + top: 0; + min-height: 100%; + min-width: 100%; + height: auto; + width: auto; + opacity: 0; + z-index: 99; + background-color: #fff; + filter: alpha(opacity=0); } + +.select2-hidden-accessible { + border: 0 !important; + clip: rect(0 0 0 0) !important; + -webkit-clip-path: inset(50%) !important; + clip-path: inset(50%) !important; + height: 1px !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + width: 1px !important; + white-space: nowrap !important; } + +.select2-container--default .select2-selection--single { + background-color: #fff; + border: 1px solid #aaa; + border-radius: 4px; } + .select2-container--default .select2-selection--single .select2-selection__rendered { + color: #444; + line-height: 28px; } + .select2-container--default .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; } + .select2-container--default .select2-selection--single .select2-selection__placeholder { + color: #999; } + .select2-container--default .select2-selection--single .select2-selection__arrow { + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; } + .select2-container--default .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; } + +.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; } + +.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { + left: 1px; + right: auto; } + +.select2-container--default.select2-container--disabled .select2-selection--single { + background-color: #eee; + cursor: default; } + .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { + display: none; } + +.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; } + +.select2-container--default .select2-selection--multiple { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + cursor: text; } + .select2-container--default .select2-selection--multiple .select2-selection__rendered { + box-sizing: border-box; + list-style: none; + margin: 0; + padding: 0 5px; + width: 100%; } + .select2-container--default .select2-selection--multiple .select2-selection__rendered li { + list-style: none; } + .select2-container--default .select2-selection--multiple .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin-top: 5px; + margin-right: 10px; + padding: 1px; } + .select2-container--default .select2-selection--multiple .select2-selection__choice { + background-color: #e4e4e4; + border: 1px solid #aaa; + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; } + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { + color: #999; + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; } + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #333; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { + float: right; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + margin-left: 5px; + margin-right: auto; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; } + +.select2-container--default.select2-container--focus .select2-selection--multiple { + border: solid black 1px; + outline: 0; } + +.select2-container--default.select2-container--disabled .select2-selection--multiple { + background-color: #eee; + cursor: default; } + +.select2-container--default.select2-container--disabled .select2-selection__choice__remove { + display: none; } + +.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--default .select2-search--dropdown .select2-search__field { + border: 1px solid #aaa; } + +.select2-container--default .select2-search--inline .select2-search__field { + background: transparent; + border: none; + outline: 0; + box-shadow: none; + -webkit-appearance: textfield; } + +.select2-container--default .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; } + +.select2-container--default .select2-results__option[role=group] { + padding: 0; } + +.select2-container--default .select2-results__option[aria-disabled=true] { + color: #999; } + +.select2-container--default .select2-results__option[aria-selected=true] { + background-color: #ddd; } + +.select2-container--default .select2-results__option .select2-results__option { + padding-left: 1em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__group { + padding-left: 0; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option { + margin-left: -1em; + padding-left: 2em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -2em; + padding-left: 3em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -3em; + padding-left: 4em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -4em; + padding-left: 5em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -5em; + padding-left: 6em; } + +.select2-container--default .select2-results__option--highlighted[aria-selected] { + background-color: #5897fb; + color: white; } + +.select2-container--default .select2-results__group { + cursor: default; + display: block; + padding: 6px; } + +.select2-container--classic .select2-selection--single { + background-color: #f7f7f7; + border: 1px solid #aaa; + border-radius: 4px; + outline: 0; + background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); + background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); + background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } + .select2-container--classic .select2-selection--single:focus { + border: 1px solid #5897fb; } + .select2-container--classic .select2-selection--single .select2-selection__rendered { + color: #444; + line-height: 28px; } + .select2-container--classic .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin-right: 10px; } + .select2-container--classic .select2-selection--single .select2-selection__placeholder { + color: #999; } + .select2-container--classic .select2-selection--single .select2-selection__arrow { + background-color: #ddd; + border: none; + border-left: 1px solid #aaa; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; + background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); + background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); + background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } + .select2-container--classic .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; } + +.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; } + +.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { + border: none; + border-right: 1px solid #aaa; + border-radius: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + left: 1px; + right: auto; } + +.select2-container--classic.select2-container--open .select2-selection--single { + border: 1px solid #5897fb; } + .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { + background: transparent; + border: none; } + .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; } + +.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); + background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); + background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } + +.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); + background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); + background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } + +.select2-container--classic .select2-selection--multiple { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + cursor: text; + outline: 0; } + .select2-container--classic .select2-selection--multiple:focus { + border: 1px solid #5897fb; } + .select2-container--classic .select2-selection--multiple .select2-selection__rendered { + list-style: none; + margin: 0; + padding: 0 5px; } + .select2-container--classic .select2-selection--multiple .select2-selection__clear { + display: none; } + .select2-container--classic .select2-selection--multiple .select2-selection__choice { + background-color: #e4e4e4; + border: 1px solid #aaa; + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; } + .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { + color: #888; + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; } + .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #555; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + float: right; + margin-left: 5px; + margin-right: auto; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; } + +.select2-container--classic.select2-container--open .select2-selection--multiple { + border: 1px solid #5897fb; } + +.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--classic .select2-search--dropdown .select2-search__field { + border: 1px solid #aaa; + outline: 0; } + +.select2-container--classic .select2-search--inline .select2-search__field { + outline: 0; + box-shadow: none; } + +.select2-container--classic .select2-dropdown { + background-color: white; + border: 1px solid transparent; } + +.select2-container--classic .select2-dropdown--above { + border-bottom: none; } + +.select2-container--classic .select2-dropdown--below { + border-top: none; } + +.select2-container--classic .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; } + +.select2-container--classic .select2-results__option[role=group] { + padding: 0; } + +.select2-container--classic .select2-results__option[aria-disabled=true] { + color: grey; } + +.select2-container--classic .select2-results__option--highlighted[aria-selected] { + background-color: #3875d7; + color: white; } + +.select2-container--classic .select2-results__group { + cursor: default; + display: block; + padding: 6px; } + +.select2-container--classic.select2-container--open .select2-dropdown { + border-color: #5897fb; } diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css new file mode 100644 index 00000000000..7c18ad59dfc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css @@ -0,0 +1 @@ +.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css new file mode 100644 index 00000000000..a5f615abefb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css @@ -0,0 +1,613 @@ +/* SELECTOR (FILTER INTERFACE) */ + +.selector { + display: flex; + flex: 1; + gap: 0 10px; +} + +.selector select { + height: 17.2em; + flex: 1 0 auto; + overflow: scroll; + width: 100%; +} + +.selector-available, .selector-chosen { + display: flex; + flex-direction: column; + flex: 1 1; +} + +.selector-available-title, .selector-chosen-title { + border: 1px solid var(--border-color); + border-radius: 4px 4px 0 0; +} + +.selector .helptext { + font-size: 0.6875rem; +} + +.selector-chosen .list-footer-display { + border: 1px solid var(--border-color); + border-top: none; + border-radius: 0 0 4px 4px; + margin: 0 0 10px; + padding: 8px; + text-align: center; + background: var(--primary); + color: var(--header-link-color); + cursor: pointer; +} +.selector-chosen .list-footer-display__clear { + color: var(--breadcrumbs-fg); +} + +.selector-chosen-title { + background: var(--secondary); + color: var(--header-link-color); + padding: 8px; +} + +.selector-chosen-title label { + color: var(--header-link-color); + width: 100%; +} + +.selector-available-title { + background: var(--darkened-bg); + color: var(--body-quiet-color); + padding: 8px; +} + +.selector-available-title label { + width: 100%; +} + +.selector .selector-filter { + border: 1px solid var(--border-color); + border-width: 0 1px; + padding: 8px; + color: var(--body-quiet-color); + font-size: 0.625rem; + margin: 0; + text-align: left; + display: flex; + gap: 8px; +} + +.selector .selector-filter label, +.inline-group .aligned .selector .selector-filter label { + float: left; + margin: 7px 0 0; + width: 18px; + height: 18px; + padding: 0; + overflow: hidden; + line-height: 1; + min-width: auto; +} + +.selector-filter input { + flex-grow: 1; +} + +.selector ul.selector-chooser { + align-self: center; + width: 30px; + background-color: var(--selected-bg); + border-radius: 10px; + margin: 0; + padding: 0; + transform: translateY(-17px); +} + +.selector-chooser li { + margin: 0; + padding: 3px; + list-style-type: none; +} + +.selector select { + padding: 0 10px; + margin: 0 0 10px; + border-radius: 0 0 4px 4px; +} +.selector .selector-chosen--with-filtered select { + margin: 0; + border-radius: 0; + height: 14em; +} + +.selector .selector-chosen:not(.selector-chosen--with-filtered) .list-footer-display { + display: none; +} + +.selector-add, .selector-remove { + width: 24px; + height: 24px; + display: block; + text-indent: -3000px; + overflow: hidden; + cursor: default; + opacity: 0.55; + border: none; +} + +:enabled.selector-add, :enabled.selector-remove { + opacity: 1; +} + +:enabled.selector-add:hover, :enabled.selector-remove:hover { + cursor: pointer; +} + +.selector-add { + background: url(../img/selector-icons.svg) 0 -144px no-repeat; + background-size: 24px auto; +} + +:enabled.selector-add:focus, :enabled.selector-add:hover { + background-position: 0 -168px; +} + +.selector-remove { + background: url(../img/selector-icons.svg) 0 -96px no-repeat; + background-size: 24px auto; +} + +:enabled.selector-remove:focus, :enabled.selector-remove:hover { + background-position: 0 -120px; +} + +.selector-chooseall, .selector-clearall { + display: inline-block; + height: 16px; + text-align: left; + margin: 0 auto; + overflow: hidden; + font-weight: bold; + line-height: 16px; + color: var(--body-quiet-color); + text-decoration: none; + opacity: 0.55; + border: none; +} + +:enabled.selector-chooseall:focus, :enabled.selector-clearall:focus, +:enabled.selector-chooseall:hover, :enabled.selector-clearall:hover { + color: var(--link-fg); +} + +:enabled.selector-chooseall, :enabled.selector-clearall { + opacity: 1; +} + +:enabled.selector-chooseall:hover, :enabled.selector-clearall:hover { + cursor: pointer; +} + +.selector-chooseall { + padding: 0 18px 0 0; + background: url(../img/selector-icons.svg) right -160px no-repeat; + cursor: default; +} + +:enabled.selector-chooseall:focus, :enabled.selector-chooseall:hover { + background-position: 100% -176px; +} + +.selector-clearall { + padding: 0 0 0 18px; + background: url(../img/selector-icons.svg) 0 -128px no-repeat; + cursor: default; +} + +:enabled.selector-clearall:focus, :enabled.selector-clearall:hover { + background-position: 0 -144px; +} + +/* STACKED SELECTORS */ + +.stacked { + float: left; + width: 490px; + display: block; +} + +.stacked select { + width: 480px; + height: 10.1em; +} + +.stacked .selector-available, .stacked .selector-chosen { + width: 480px; +} + +.stacked .selector-available { + margin-bottom: 0; +} + +.stacked .selector-available input { + width: 422px; +} + +.stacked ul.selector-chooser { + display: flex; + height: 30px; + width: 64px; + margin: 0 0 10px 40%; + background-color: #eee; + border-radius: 10px; + transform: none; +} + +.stacked .selector-chooser li { + float: left; + padding: 3px 3px 3px 5px; +} + +.stacked .selector-chooseall, .stacked .selector-clearall { + display: none; +} + +.stacked .selector-add { + background: url(../img/selector-icons.svg) 0 -48px no-repeat; + background-size: 24px auto; + cursor: default; +} + +.stacked :enabled.selector-add { + background-position: 0 -48px; + cursor: pointer; +} + +.stacked :enabled.selector-add:focus, .stacked :enabled.selector-add:hover { + background-position: 0 -72px; + cursor: pointer; +} + +.stacked .selector-remove { + background: url(../img/selector-icons.svg) 0 0 no-repeat; + background-size: 24px auto; + cursor: default; +} + +.stacked :enabled.selector-remove { + background-position: 0 0px; + cursor: pointer; +} + +.stacked :enabled.selector-remove:focus, .stacked :enabled.selector-remove:hover { + background-position: 0 -24px; + cursor: pointer; +} + +.selector .help-icon { + background: url(../img/icon-unknown.svg) 0 0 no-repeat; + display: inline-block; + vertical-align: middle; + margin: -2px 0 0 2px; + width: 13px; + height: 13px; +} + +.selector .selector-chosen .help-icon { + background: url(../img/icon-unknown-alt.svg) 0 0 no-repeat; +} + +.selector .search-label-icon { + background: url(../img/search.svg) 0 0 no-repeat; + display: inline-block; + height: 1.125rem; + width: 1.125rem; +} + +/* DATE AND TIME */ + +p.datetime { + line-height: 20px; + margin: 0; + padding: 0; + color: var(--body-quiet-color); + font-weight: bold; +} + +.datetime span { + white-space: nowrap; + font-weight: normal; + font-size: 0.6875rem; + color: var(--body-quiet-color); +} + +.datetime input, .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField { + margin-left: 5px; + margin-bottom: 4px; +} + +table p.datetime { + font-size: 0.6875rem; + margin-left: 0; + padding-left: 0; +} + +.datetimeshortcuts .clock-icon, .datetimeshortcuts .date-icon { + position: relative; + display: inline-block; + vertical-align: middle; + height: 24px; + width: 24px; + overflow: hidden; +} + +.datetimeshortcuts .clock-icon { + background: url(../img/icon-clock.svg) 0 0 no-repeat; + background-size: 24px auto; +} + +.datetimeshortcuts a:focus .clock-icon, +.datetimeshortcuts a:hover .clock-icon { + background-position: 0 -24px; +} + +.datetimeshortcuts .date-icon { + background: url(../img/icon-calendar.svg) 0 0 no-repeat; + background-size: 24px auto; + top: -1px; +} + +.datetimeshortcuts a:focus .date-icon, +.datetimeshortcuts a:hover .date-icon { + background-position: 0 -24px; +} + +.timezonewarning { + font-size: 0.6875rem; + color: var(--body-quiet-color); +} + +/* URL */ + +p.url { + line-height: 20px; + margin: 0; + padding: 0; + color: var(--body-quiet-color); + font-size: 0.6875rem; + font-weight: bold; +} + +.url a { + font-weight: normal; +} + +/* FILE UPLOADS */ + +p.file-upload { + line-height: 20px; + margin: 0; + padding: 0; + color: var(--body-quiet-color); + font-size: 0.6875rem; + font-weight: bold; +} + +.file-upload a { + font-weight: normal; +} + +.file-upload .deletelink { + margin-left: 5px; +} + +span.clearable-file-input label { + color: var(--body-fg); + font-size: 0.6875rem; + display: inline; + float: none; +} + +/* CALENDARS & CLOCKS */ + +.calendarbox, .clockbox { + margin: 5px auto; + font-size: 0.75rem; + width: 19em; + text-align: center; + background: var(--body-bg); + color: var(--body-fg); + border: 1px solid var(--hairline-color); + border-radius: 4px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); + overflow: hidden; + position: relative; +} + +.clockbox { + width: auto; +} + +.calendar { + margin: 0; + padding: 0; +} + +.calendar table { + margin: 0; + padding: 0; + border-collapse: collapse; + background: white; + width: 100%; +} + +.calendar caption, .calendarbox h2 { + margin: 0; + text-align: center; + border-top: none; + font-weight: 700; + font-size: 0.75rem; + color: #333; + background: var(--accent); +} + +.calendar th { + padding: 8px 5px; + background: var(--darkened-bg); + border-bottom: 1px solid var(--border-color); + font-weight: 400; + font-size: 0.75rem; + text-align: center; + color: var(--body-quiet-color); +} + +.calendar td { + font-weight: 400; + font-size: 0.75rem; + text-align: center; + padding: 0; + border-top: 1px solid var(--hairline-color); + border-bottom: none; +} + +.calendar td.selected a { + background: var(--secondary); + color: var(--button-fg); +} + +.calendar td.nonday { + background: var(--darkened-bg); +} + +.calendar td.today a { + font-weight: 700; +} + +.calendar td a, .timelist a { + display: block; + font-weight: 400; + padding: 6px; + text-decoration: none; + color: var(--body-quiet-color); +} + +.calendar td a:focus, .timelist a:focus, +.calendar td a:hover, .timelist a:hover { + background: var(--primary); + color: white; +} + +.calendar td a:active, .timelist a:active { + background: var(--header-bg); + color: white; +} + +.calendarnav { + font-size: 0.625rem; + text-align: center; + color: #ccc; + margin: 0; + padding: 1px 3px; +} + +.calendarnav a:link, #calendarnav a:visited, +#calendarnav a:focus, #calendarnav a:hover { + color: var(--body-quiet-color); +} + +.calendar-shortcuts { + background: var(--body-bg); + color: var(--body-quiet-color); + font-size: 0.6875rem; + line-height: 0.6875rem; + border-top: 1px solid var(--hairline-color); + padding: 8px 0; +} + +.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { + display: block; + position: absolute; + top: 8px; + width: 15px; + height: 15px; + text-indent: -9999px; + padding: 0; +} + +.calendarnav-previous { + left: 10px; + background: url(../img/calendar-icons.svg) 0 0 no-repeat; +} + +.calendarnav-next { + right: 10px; + background: url(../img/calendar-icons.svg) 0 -15px no-repeat; +} + +.calendar-cancel { + margin: 0; + padding: 4px 0; + font-size: 0.75rem; + background: var(--close-button-bg); + border-top: 1px solid var(--border-color); + color: var(--button-fg); +} + +.calendar-cancel:focus, .calendar-cancel:hover { + background: var(--close-button-hover-bg); +} + +.calendar-cancel a { + color: var(--button-fg); + display: block; +} + +ul.timelist, .timelist li { + list-style-type: none; + margin: 0; + padding: 0; +} + +.timelist a { + padding: 2px; +} + +/* EDIT INLINE */ + +.inline-deletelink { + float: right; + text-indent: -9999px; + background: url(../img/inline-delete.svg) 0 0 no-repeat; + width: 1.5rem; + height: 1.5rem; + border: 0px none; + margin-bottom: .25rem; +} + +.inline-deletelink:focus, .inline-deletelink:hover { + cursor: pointer; +} + +/* RELATED WIDGET WRAPPER */ +.related-widget-wrapper { + display: flex; + gap: 0 10px; + flex-grow: 1; + flex-wrap: wrap; + margin-bottom: 5px; +} + +.related-widget-wrapper-link { + opacity: .6; + filter: grayscale(1); +} + +.related-widget-wrapper-link:link { + opacity: 1; + filter: grayscale(0); +} + +/* GIS MAPS */ +.dj_map { + width: 600px; + height: 400px; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE new file mode 100644 index 00000000000..a4faaa1dfa2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Code Charm Ltd + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.txt b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.txt new file mode 100644 index 00000000000..bf81f35beea --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.txt @@ -0,0 +1,7 @@ +All icons are taken from Font Awesome (https://fontawesome.com/) project. +The Font Awesome font is licensed under the SIL OFL 1.1: +- https://scripts.sil.org/OFL + +SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG +Font-Awesome-SVG-PNG is licensed under the MIT license (see file license +in current folder). diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg new file mode 100644 index 00000000000..04c02741ad3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="15" + height="30" + viewBox="0 0 1792 3584" + version="1.1" + id="svg5" + sodipodi:docname="calendar-icons.svg" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview5" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + showgrid="false" + inkscape:zoom="13.3" + inkscape:cx="15.526316" + inkscape:cy="20.977444" + inkscape:window-width="1920" + inkscape:window-height="1011" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg5" /> + <defs + id="defs2"> + <g + id="previous"> + <path + d="m 1037,1395 102,-102 q 19,-19 19,-45 0,-26 -19,-45 L 832,896 1139,589 q 19,-19 19,-45 0,-26 -19,-45 L 1037,397 q -19,-19 -45,-19 -26,0 -45,19 L 493,851 q -19,19 -19,45 0,26 19,45 l 454,454 q 19,19 45,19 26,0 45,-19 z m 627,-499 q 0,209 -103,385.5 Q 1458,1458 1281.5,1561 1105,1664 896,1664 687,1664 510.5,1561 334,1458 231,1281.5 128,1105 128,896 128,687 231,510.5 334,334 510.5,231 687,128 896,128 1105,128 1281.5,231 1458,334 1561,510.5 1664,687 1664,896 Z" + id="path1" /> + </g> + <g + id="next"> + <path + d="m 845,1395 454,-454 q 19,-19 19,-45 0,-26 -19,-45 L 845,397 q -19,-19 -45,-19 -26,0 -45,19 L 653,499 q -19,19 -19,45 0,26 19,45 l 307,307 -307,307 q -19,19 -19,45 0,26 19,45 l 102,102 q 19,19 45,19 26,0 45,-19 z m 819,-499 q 0,209 -103,385.5 Q 1458,1458 1281.5,1561 1105,1664 896,1664 687,1664 510.5,1561 334,1458 231,1281.5 128,1105 128,896 128,687 231,510.5 334,334 510.5,231 687,128 896,128 1105,128 1281.5,231 1458,334 1561,510.5 1664,687 1664,896 Z" + id="path2" /> + </g> + </defs> + <use + xlink:href="#next" + x="0" + y="5376" + fill="#000000" + id="use5" + transform="translate(0,-3584)" /> + <use + xlink:href="#previous" + x="0" + y="0" + fill="#333333" + id="use2" + style="fill:#000000;fill-opacity:1" /> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg new file mode 100644 index 00000000000..228854f3b00 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg @@ -0,0 +1 @@ +<svg width="24" height="22" viewBox="0 0 847 779" xmlns="http://www.w3.org/2000/svg"><g><path fill="#EBECE6" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120z"/><path fill="#9E9E93" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120zm607 25h-607c-26 0-50 11-67 28-17 18-28 41-28 67v536c0 27 11 50 28 68 17 17 41 27 67 27h607c26 0 49-10 67-27 17-18 28-41 28-68v-536c0-26-11-49-28-67-18-17-41-28-67-28z"/><path stroke="#A9A8A4" stroke-width="20" d="M706 295l-68 281"/><path stroke="#E47474" stroke-width="20" d="M316 648l390-353M141 435l175 213"/><path stroke="#C9C9C9" stroke-width="20" d="M319 151l-178 284M706 295l-387-144"/><g fill="#040405"><path d="M319 111c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40zM141 395c22 0 40 18 40 40s-18 40-40 40c-23 0-41-18-41-40s18-40 41-40zM316 608c22 0 40 18 40 40 0 23-18 41-40 41s-40-18-40-41c0-22 18-40 40-40zM706 254c22 0 40 18 40 41 0 22-18 40-40 40s-40-18-40-40c0-23 18-41 40-41zM638 536c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z"/></g></g></svg> \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg new file mode 100644 index 00000000000..96b87fdd708 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg @@ -0,0 +1 @@ +<svg width="24" height="22" viewBox="0 0 847 779" xmlns="http://www.w3.org/2000/svg"><g><path fill="#F1C02A" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120z"/><path fill="#9E9E93" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120zm607 25h-607c-26 0-50 11-67 28-17 18-28 41-28 67v536c0 27 11 50 28 68 17 17 41 27 67 27h607c26 0 49-10 67-27 17-18 28-41 28-68v-536c0-26-11-49-28-67-18-17-41-28-67-28z"/><path stroke="#A9A8A4" stroke-width="20" d="M706 295l-68 281"/><path stroke="#E47474" stroke-width="20" d="M316 648l390-353M141 435l175 213"/><path stroke="#C9A741" stroke-width="20" d="M319 151l-178 284M706 295l-387-144"/><g fill="#040405"><path d="M319 111c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40zM141 395c22 0 40 18 40 40s-18 40-40 40c-23 0-41-18-41-40s18-40 41-40zM316 608c22 0 40 18 40 40 0 23-18 41-40 41s-40-18-40-41c0-22 18-40 40-40zM706 254c22 0 40 18 40 41 0 22-18 40-40 40s-40-18-40-40c0-23 18-41 40-41zM638 536c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z"/></g></g></svg> \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg new file mode 100644 index 00000000000..8d5c6a3a9f6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#5fa225" d="M1600 796v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg new file mode 100644 index 00000000000..e51ea83f5bb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg @@ -0,0 +1,3 @@ +<svg width="14" height="14" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#efb80b" d="M1024 1375v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg new file mode 100644 index 00000000000..97910a99491 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg @@ -0,0 +1,9 @@ +<svg width="16" height="32" viewBox="0 0 1792 3584" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="icon"> + <path d="M192 1664h288v-288h-288v288zm352 0h320v-288h-320v288zm-352-352h288v-320h-288v320zm352 0h320v-320h-320v320zm-352-384h288v-288h-288v288zm736 736h320v-288h-320v288zm-384-736h320v-288h-320v288zm768 736h288v-288h-288v288zm-384-352h320v-320h-320v320zm-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm736 864h288v-320h-288v320zm-384-384h320v-288h-320v288zm384 0h288v-288h-288v288zm32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/> + </g> + </defs> + <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> + <use xlink:href="#icon" x="0" y="1792" fill="#003366" /> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg new file mode 100644 index 00000000000..592b093bc3c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#b48c08" d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg new file mode 100644 index 00000000000..bf9985d3f44 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg @@ -0,0 +1,9 @@ +<svg width="16" height="32" viewBox="0 0 1792 3584" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="icon"> + <path d="M1024 544v448q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224v-352q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + </defs> + <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> + <use xlink:href="#icon" x="0" y="1792" fill="#003366" /> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg new file mode 100644 index 00000000000..4059b155449 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg @@ -0,0 +1,3 @@ +<svg width="14" height="14" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#dd4646" d="M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg new file mode 100644 index 00000000000..2a8b404b60f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#2b70bf" d="m555 1335 78-141q-87-63-136-159t-49-203q0-121 61-225-229 117-381 353 167 258 427 375zm389-759q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm363-191q0 7-1 9-105 188-315 566t-316 567l-49 89q-10 16-28 16-12 0-134-70-16-10-16-28 0-12 44-87-143-65-263.5-173T20 1029Q0 998 0 960t20-69q153-235 380-371t496-136q89 0 180 17l54-97q10-16 28-16 5 0 18 6t31 15.5 33 18.5 31.5 18.5T1291 358q16 10 16 27zm37 447q0 139-79 253.5T1056 1250l280-502q8 45 8 84zm448 128q0 35-20 69-39 64-109 145-150 172-347.5 267T896 1536l74-132q212-18 392.5-137T1664 960q-115-179-282-294l63-112q95 64 182.5 153T1772 891q20 34 20 69z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg new file mode 100644 index 00000000000..2e0d3832c92 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#dd4646" d="M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg new file mode 100644 index 00000000000..1c6b99fc094 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#ffffff" d="M1024 1376v-192q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163t-138.5-116-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5t-52.5 125.5v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5t54.5-49.5q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg new file mode 100644 index 00000000000..50b4f97276b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#666666" d="M1024 1376v-192q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163t-138.5-116-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5t-52.5 125.5v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5t54.5-49.5q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg new file mode 100644 index 00000000000..a1ca1d3f4e2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#2b70bf" d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg new file mode 100644 index 00000000000..5883d877e89 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#70bf2b" d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg new file mode 100644 index 00000000000..875115056e1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg @@ -0,0 +1,3 @@ +<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#999999" d="M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg new file mode 100644 index 00000000000..c8c69b2acc1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg @@ -0,0 +1,3 @@ +<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#555555" d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg new file mode 100644 index 00000000000..926b8e21b52 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg @@ -0,0 +1,34 @@ +<svg width="16" height="192" viewBox="0 0 1792 21504" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="up"> + <path d="M1412 895q0-27-18-45l-362-362-91-91q-18-18-45-18t-45 18l-91 91-362 362q-18 18-18 45t18 45l91 91q18 18 45 18t45-18l189-189v502q0 26 19 45t45 19h128q26 0 45-19t19-45v-502l189 189q19 19 45 19t45-19l91-91q18-18 18-45zm252 1q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="down"> + <path d="M1412 897q0-27-18-45l-91-91q-18-18-45-18t-45 18l-189 189v-502q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v502l-189-189q-19-19-45-19t-45 19l-91 91q-18 18-18 45t18 45l362 362 91 91q18 18 45 18t45-18l91-91 362-362q18-18 18-45zm252-1q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="left"> + <path d="M1408 960v-128q0-26-19-45t-45-19h-502l189-189q19-19 19-45t-19-45l-91-91q-18-18-45-18t-45 18l-362 362-91 91q-18 18-18 45t18 45l91 91 362 362q18 18 45 18t45-18l91-91q18-18 18-45t-18-45l-189-189h502q26 0 45-19t19-45zm256-64q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="right"> + <path d="M1413 896q0-27-18-45l-91-91-362-362q-18-18-45-18t-45 18l-91 91q-18 18-18 45t18 45l189 189h-502q-26 0-45 19t-19 45v128q0 26 19 45t45 19h502l-189 189q-19 19-19 45t19 45l91 91q18 18 45 18t45-18l362-362 91-91q18-18 18-45zm251 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="clearall"> + <path transform="translate(336, 336) scale(0.75)" d="M1037 1395l102-102q19-19 19-45t-19-45l-307-307 307-307q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-454 454q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm627-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="chooseall"> + <path transform="translate(336, 336) scale(0.75)" d="M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + </defs> + <use xlink:href="#up" x="0" y="0" fill="#666666" /> + <use xlink:href="#up" x="0" y="1792" fill="#447e9b" /> + <use xlink:href="#down" x="0" y="3584" fill="#666666" /> + <use xlink:href="#down" x="0" y="5376" fill="#447e9b" /> + <use xlink:href="#left" x="0" y="7168" fill="#666666" /> + <use xlink:href="#left" x="0" y="8960" fill="#447e9b" /> + <use xlink:href="#right" x="0" y="10752" fill="#666666" /> + <use xlink:href="#right" x="0" y="12544" fill="#447e9b" /> + <use xlink:href="#clearall" x="0" y="14336" fill="#666666" /> + <use xlink:href="#clearall" x="0" y="16128" fill="#447e9b" /> + <use xlink:href="#chooseall" x="0" y="17920" fill="#666666" /> + <use xlink:href="#chooseall" x="0" y="19712" fill="#447e9b" /> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg new file mode 100644 index 00000000000..7c31ec91145 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg @@ -0,0 +1,19 @@ +<svg width="14" height="84" viewBox="0 0 1792 10752" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="sort"> + <path d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/> + </g> + <g id="ascending"> + <path d="M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/> + </g> + <g id="descending"> + <path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/> + </g> + </defs> + <use xlink:href="#sort" x="0" y="0" fill="#999999" /> + <use xlink:href="#sort" x="0" y="1792" fill="#447e9b" /> + <use xlink:href="#ascending" x="0" y="3584" fill="#999999" /> + <use xlink:href="#ascending" x="0" y="5376" fill="#447e9b" /> + <use xlink:href="#descending" x="0" y="7168" fill="#999999" /> + <use xlink:href="#descending" x="0" y="8960" fill="#447e9b" /> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg new file mode 100644 index 00000000000..1ca64ae5b08 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#ffffff" d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg new file mode 100644 index 00000000000..b664d61937b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#ffffff" d="M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"/> +</svg> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js new file mode 100644 index 00000000000..3db4ec7fa66 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js @@ -0,0 +1,116 @@ +'use strict'; +{ + const SelectBox = { + cache: {}, + init: function(id) { + const box = document.getElementById(id); + SelectBox.cache[id] = []; + const cache = SelectBox.cache[id]; + for (const node of box.options) { + cache.push({value: node.value, text: node.text, displayed: 1}); + } + }, + redisplay: function(id) { + // Repopulate HTML select box from cache + const box = document.getElementById(id); + const scroll_value_from_top = box.scrollTop; + box.innerHTML = ''; + for (const node of SelectBox.cache[id]) { + if (node.displayed) { + const new_option = new Option(node.text, node.value, false, false); + // Shows a tooltip when hovering over the option + new_option.title = node.text; + box.appendChild(new_option); + } + } + box.scrollTop = scroll_value_from_top; + }, + filter: function(id, text) { + // Redisplay the HTML select box, displaying only the choices containing ALL + // the words in text. (It's an AND search.) + const tokens = text.toLowerCase().split(/\s+/); + for (const node of SelectBox.cache[id]) { + node.displayed = 1; + const node_text = node.text.toLowerCase(); + for (const token of tokens) { + if (!node_text.includes(token)) { + node.displayed = 0; + break; // Once the first token isn't found we're done + } + } + } + SelectBox.redisplay(id); + }, + get_hidden_node_count(id) { + const cache = SelectBox.cache[id] || []; + return cache.filter(node => node.displayed === 0).length; + }, + delete_from_cache: function(id, value) { + let delete_index = null; + const cache = SelectBox.cache[id]; + for (const [i, node] of cache.entries()) { + if (node.value === value) { + delete_index = i; + break; + } + } + cache.splice(delete_index, 1); + }, + add_to_cache: function(id, option) { + SelectBox.cache[id].push({value: option.value, text: option.text, displayed: 1}); + }, + cache_contains: function(id, value) { + // Check if an item is contained in the cache + for (const node of SelectBox.cache[id]) { + if (node.value === value) { + return true; + } + } + return false; + }, + move: function(from, to) { + const from_box = document.getElementById(from); + for (const option of from_box.options) { + const option_value = option.value; + if (option.selected && SelectBox.cache_contains(from, option_value)) { + SelectBox.add_to_cache(to, {value: option_value, text: option.text, displayed: 1}); + SelectBox.delete_from_cache(from, option_value); + } + } + SelectBox.redisplay(from); + SelectBox.redisplay(to); + }, + move_all: function(from, to) { + const from_box = document.getElementById(from); + for (const option of from_box.options) { + const option_value = option.value; + if (SelectBox.cache_contains(from, option_value)) { + SelectBox.add_to_cache(to, {value: option_value, text: option.text, displayed: 1}); + SelectBox.delete_from_cache(from, option_value); + } + } + SelectBox.redisplay(from); + SelectBox.redisplay(to); + }, + sort: function(id) { + SelectBox.cache[id].sort(function(a, b) { + a = a.text.toLowerCase(); + b = b.text.toLowerCase(); + if (a > b) { + return 1; + } + if (a < b) { + return -1; + } + return 0; + } ); + }, + select_all: function(id) { + const box = document.getElementById(id); + for (const option of box.options) { + option.selected = true; + } + } + }; + window.SelectBox = SelectBox; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js new file mode 100644 index 00000000000..970b511b0cf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js @@ -0,0 +1,311 @@ +/*global SelectBox, gettext, ngettext, interpolate, quickElement, SelectFilter*/ +/* +SelectFilter2 - Turns a multiple-select box into a filter interface. + +Requires core.js and SelectBox.js. +*/ +'use strict'; +{ + window.SelectFilter = { + init: function(field_id, field_name, is_stacked) { + if (field_id.match(/__prefix__/)) { + // Don't initialize on empty forms. + return; + } + const from_box = document.getElementById(field_id); + from_box.id += '_from'; // change its ID + from_box.className = 'filtered'; + from_box.setAttribute('aria-labelledby', field_id + '_from_title'); + + for (const p of from_box.parentNode.getElementsByTagName('p')) { + if (p.classList.contains("info")) { + // Remove <p class="info">, because it just gets in the way. + from_box.parentNode.removeChild(p); + } else if (p.classList.contains("help")) { + // Move help text up to the top so it isn't below the select + // boxes or wrapped off on the side to the right of the add + // button: + from_box.parentNode.insertBefore(p, from_box.parentNode.firstChild); + } + } + + // <div class="selector"> or <div class="selector stacked"> + const selector_div = quickElement('div', from_box.parentNode); + // Make sure the selector div is at the beginning so that the + // add link would be displayed to the right of the widget. + from_box.parentNode.prepend(selector_div); + selector_div.className = is_stacked ? 'selector stacked' : 'selector'; + + // <div class="selector-available"> + const selector_available = quickElement('div', selector_div); + selector_available.className = 'selector-available'; + const selector_available_title = quickElement('div', selector_available); + selector_available_title.id = field_id + '_from_title'; + selector_available_title.className = 'selector-available-title'; + quickElement('label', selector_available_title, interpolate(gettext('Available %s') + ' ', [field_name]), 'for', field_id + '_from'); + quickElement( + 'p', + selector_available_title, + interpolate(gettext('Choose %s by selecting them and then select the "Choose" arrow button.'), [field_name]), + 'class', 'helptext' + ); + + const filter_p = quickElement('p', selector_available, '', 'id', field_id + '_filter'); + filter_p.className = 'selector-filter'; + + const search_filter_label = quickElement('label', filter_p, '', 'for', field_id + '_input'); + + quickElement( + 'span', search_filter_label, '', + 'class', 'help-tooltip search-label-icon', + 'aria-label', interpolate(gettext("Type into this box to filter down the list of available %s."), [field_name]) + ); + + filter_p.appendChild(document.createTextNode(' ')); + + const filter_input = quickElement('input', filter_p, '', 'type', 'text', 'placeholder', gettext("Filter")); + filter_input.id = field_id + '_input'; + + selector_available.appendChild(from_box); + const choose_all = quickElement( + 'button', + selector_available, + interpolate(gettext('Choose all %s'), [field_name]), + 'id', field_id + '_add_all', + 'class', 'selector-chooseall', + 'type', 'button' + ); + + // <ul class="selector-chooser"> + const selector_chooser = quickElement('ul', selector_div); + selector_chooser.className = 'selector-chooser'; + const add_button = quickElement( + 'button', + quickElement('li', selector_chooser), + interpolate(gettext('Choose selected %s'), [field_name]), + 'id', field_id + '_add', + 'class', 'selector-add', + 'type', 'button' + ); + const remove_button = quickElement( + 'button', + quickElement('li', selector_chooser), + interpolate(gettext('Remove selected %s'), [field_name]), + 'id', field_id + '_remove', + 'class', 'selector-remove', + 'type', 'button' + ); + + // <div class="selector-chosen"> + const selector_chosen = quickElement('div', selector_div, '', 'id', field_id + '_selector_chosen'); + selector_chosen.className = 'selector-chosen'; + const selector_chosen_title = quickElement('div', selector_chosen); + selector_chosen_title.className = 'selector-chosen-title'; + selector_chosen_title.id = field_id + '_to_title'; + quickElement('label', selector_chosen_title, interpolate(gettext('Chosen %s') + ' ', [field_name]), 'for', field_id + '_to'); + quickElement( + 'p', + selector_chosen_title, + interpolate(gettext('Remove %s by selecting them and then select the "Remove" arrow button.'), [field_name]), + 'class', 'helptext' + ); + + const filter_selected_p = quickElement('p', selector_chosen, '', 'id', field_id + '_filter_selected'); + filter_selected_p.className = 'selector-filter'; + + const search_filter_selected_label = quickElement('label', filter_selected_p, '', 'for', field_id + '_selected_input'); + + quickElement( + 'span', search_filter_selected_label, '', + 'class', 'help-tooltip search-label-icon', + 'aria-label', interpolate(gettext("Type into this box to filter down the list of selected %s."), [field_name]) + ); + + filter_selected_p.appendChild(document.createTextNode(' ')); + + const filter_selected_input = quickElement('input', filter_selected_p, '', 'type', 'text', 'placeholder', gettext("Filter")); + filter_selected_input.id = field_id + '_selected_input'; + + quickElement( + 'select', + selector_chosen, + '', + 'id', field_id + '_to', + 'multiple', '', + 'size', from_box.size, + 'name', from_box.name, + 'aria-labelledby', field_id + '_to_title', + 'class', 'filtered' + ); + const warning_footer = quickElement('div', selector_chosen, '', 'class', 'list-footer-display'); + quickElement('span', warning_footer, '', 'id', field_id + '_list-footer-display-text'); + quickElement('span', warning_footer, ' ' + gettext('(click to clear)'), 'class', 'list-footer-display__clear'); + const clear_all = quickElement( + 'button', + selector_chosen, + interpolate(gettext('Remove all %s'), [field_name]), + 'id', field_id + '_remove_all', + 'class', 'selector-clearall', + 'type', 'button' + ); + + from_box.name = from_box.name + '_old'; + + // Set up the JavaScript event handlers for the select box filter interface + const move_selection = function(e, elem, move_func, from, to) { + if (!elem.hasAttribute('disabled')) { + move_func(from, to); + SelectFilter.refresh_icons(field_id); + SelectFilter.refresh_filtered_selects(field_id); + SelectFilter.refresh_filtered_warning(field_id); + } + e.preventDefault(); + }; + choose_all.addEventListener('click', function(e) { + move_selection(e, this, SelectBox.move_all, field_id + '_from', field_id + '_to'); + }); + add_button.addEventListener('click', function(e) { + move_selection(e, this, SelectBox.move, field_id + '_from', field_id + '_to'); + }); + remove_button.addEventListener('click', function(e) { + move_selection(e, this, SelectBox.move, field_id + '_to', field_id + '_from'); + }); + clear_all.addEventListener('click', function(e) { + move_selection(e, this, SelectBox.move_all, field_id + '_to', field_id + '_from'); + }); + warning_footer.addEventListener('click', function(e) { + filter_selected_input.value = ''; + SelectBox.filter(field_id + '_to', ''); + SelectFilter.refresh_filtered_warning(field_id); + SelectFilter.refresh_icons(field_id); + }); + filter_input.addEventListener('keypress', function(e) { + SelectFilter.filter_key_press(e, field_id, '_from', '_to'); + }); + filter_input.addEventListener('keyup', function(e) { + SelectFilter.filter_key_up(e, field_id, '_from'); + }); + filter_input.addEventListener('keydown', function(e) { + SelectFilter.filter_key_down(e, field_id, '_from', '_to'); + }); + filter_selected_input.addEventListener('keypress', function(e) { + SelectFilter.filter_key_press(e, field_id, '_to', '_from'); + }); + filter_selected_input.addEventListener('keyup', function(e) { + SelectFilter.filter_key_up(e, field_id, '_to', '_selected_input'); + }); + filter_selected_input.addEventListener('keydown', function(e) { + SelectFilter.filter_key_down(e, field_id, '_to', '_from'); + }); + selector_div.addEventListener('change', function(e) { + if (e.target.tagName === 'SELECT') { + SelectFilter.refresh_icons(field_id); + } + }); + selector_div.addEventListener('dblclick', function(e) { + if (e.target.tagName === 'OPTION') { + if (e.target.closest('select').id === field_id + '_to') { + SelectBox.move(field_id + '_to', field_id + '_from'); + } else { + SelectBox.move(field_id + '_from', field_id + '_to'); + } + SelectFilter.refresh_icons(field_id); + } + }); + from_box.closest('form').addEventListener('submit', function() { + SelectBox.filter(field_id + '_to', ''); + SelectBox.select_all(field_id + '_to'); + }); + SelectBox.init(field_id + '_from'); + SelectBox.init(field_id + '_to'); + // Move selected from_box options to to_box + SelectBox.move(field_id + '_from', field_id + '_to'); + + // Initial icon refresh + SelectFilter.refresh_icons(field_id); + }, + any_selected: function(field) { + // Temporarily add the required attribute and check validity. + field.required = true; + const any_selected = field.checkValidity(); + field.required = false; + return any_selected; + }, + refresh_filtered_warning: function(field_id) { + const count = SelectBox.get_hidden_node_count(field_id + '_to'); + const selector = document.getElementById(field_id + '_selector_chosen'); + const warning = document.getElementById(field_id + '_list-footer-display-text'); + selector.className = selector.className.replace('selector-chosen--with-filtered', ''); + warning.textContent = interpolate(ngettext( + '%s selected option not visible', + '%s selected options not visible', + count + ), [count]); + if(count > 0) { + selector.className += ' selector-chosen--with-filtered'; + } + }, + refresh_filtered_selects: function(field_id) { + SelectBox.filter(field_id + '_from', document.getElementById(field_id + "_input").value); + SelectBox.filter(field_id + '_to', document.getElementById(field_id + "_selected_input").value); + }, + refresh_icons: function(field_id) { + const from = document.getElementById(field_id + '_from'); + const to = document.getElementById(field_id + '_to'); + // Disabled if no items are selected. + document.getElementById(field_id + '_add').disabled = !SelectFilter.any_selected(from); + document.getElementById(field_id + '_remove').disabled = !SelectFilter.any_selected(to); + // Disabled if the corresponding box is empty. + document.getElementById(field_id + '_add_all').disabled = !from.querySelector('option'); + document.getElementById(field_id + '_remove_all').disabled = !to.querySelector('option'); + }, + filter_key_press: function(event, field_id, source, target) { + const source_box = document.getElementById(field_id + source); + // don't submit form if user pressed Enter + if ((event.which && event.which === 13) || (event.keyCode && event.keyCode === 13)) { + source_box.selectedIndex = 0; + SelectBox.move(field_id + source, field_id + target); + source_box.selectedIndex = 0; + event.preventDefault(); + } + }, + filter_key_up: function(event, field_id, source, filter_input) { + const input = filter_input || '_input'; + const source_box = document.getElementById(field_id + source); + const temp = source_box.selectedIndex; + SelectBox.filter(field_id + source, document.getElementById(field_id + input).value); + source_box.selectedIndex = temp; + SelectFilter.refresh_filtered_warning(field_id); + SelectFilter.refresh_icons(field_id); + }, + filter_key_down: function(event, field_id, source, target) { + const source_box = document.getElementById(field_id + source); + // right key (39) or left key (37) + const direction = source === '_from' ? 39 : 37; + // right arrow -- move across + if ((event.which && event.which === direction) || (event.keyCode && event.keyCode === direction)) { + const old_index = source_box.selectedIndex; + SelectBox.move(field_id + source, field_id + target); + SelectFilter.refresh_filtered_selects(field_id); + SelectFilter.refresh_filtered_warning(field_id); + source_box.selectedIndex = (old_index === source_box.length) ? source_box.length - 1 : old_index; + return; + } + // down arrow -- wrap around + if ((event.which && event.which === 40) || (event.keyCode && event.keyCode === 40)) { + source_box.selectedIndex = (source_box.length === source_box.selectedIndex + 1) ? 0 : source_box.selectedIndex + 1; + } + // up arrow -- wrap around + if ((event.which && event.which === 38) || (event.keyCode && event.keyCode === 38)) { + source_box.selectedIndex = (source_box.selectedIndex === 0) ? source_box.length - 1 : source_box.selectedIndex - 1; + } + } + }; + + window.addEventListener('load', function(e) { + document.querySelectorAll('select.selectfilter, select.selectfilterstacked').forEach(function(el) { + const data = el.dataset; + SelectFilter.init(el.id, data.fieldName, parseInt(data.isStacked, 10)); + }); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js new file mode 100644 index 00000000000..04b25e9684a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js @@ -0,0 +1,204 @@ +/*global gettext, interpolate, ngettext, Actions*/ +'use strict'; +{ + function show(selector) { + document.querySelectorAll(selector).forEach(function(el) { + el.classList.remove('hidden'); + }); + } + + function hide(selector) { + document.querySelectorAll(selector).forEach(function(el) { + el.classList.add('hidden'); + }); + } + + function showQuestion(options) { + hide(options.acrossClears); + show(options.acrossQuestions); + hide(options.allContainer); + } + + function showClear(options) { + show(options.acrossClears); + hide(options.acrossQuestions); + document.querySelector(options.actionContainer).classList.remove(options.selectedClass); + show(options.allContainer); + hide(options.counterContainer); + } + + function reset(options) { + hide(options.acrossClears); + hide(options.acrossQuestions); + hide(options.allContainer); + show(options.counterContainer); + } + + function clearAcross(options) { + reset(options); + const acrossInputs = document.querySelectorAll(options.acrossInput); + acrossInputs.forEach(function(acrossInput) { + acrossInput.value = 0; + }); + document.querySelector(options.actionContainer).classList.remove(options.selectedClass); + } + + function checker(actionCheckboxes, options, checked) { + if (checked) { + showQuestion(options); + } else { + reset(options); + } + actionCheckboxes.forEach(function(el) { + el.checked = checked; + el.closest('tr').classList.toggle(options.selectedClass, checked); + }); + } + + function updateCounter(actionCheckboxes, options) { + const sel = Array.from(actionCheckboxes).filter(function(el) { + return el.checked; + }).length; + const counter = document.querySelector(options.counterContainer); + // data-actions-icnt is defined in the generated HTML + // and contains the total amount of objects in the queryset + const actions_icnt = Number(counter.dataset.actionsIcnt); + counter.textContent = interpolate( + ngettext('%(sel)s of %(cnt)s selected', '%(sel)s of %(cnt)s selected', sel), { + sel: sel, + cnt: actions_icnt + }, true); + const allToggle = document.getElementById(options.allToggleId); + allToggle.checked = sel === actionCheckboxes.length; + if (allToggle.checked) { + showQuestion(options); + } else { + clearAcross(options); + } + } + + const defaults = { + actionContainer: "div.actions", + counterContainer: "span.action-counter", + allContainer: "div.actions span.all", + acrossInput: "div.actions input.select-across", + acrossQuestions: "div.actions span.question", + acrossClears: "div.actions span.clear", + allToggleId: "action-toggle", + selectedClass: "selected" + }; + + window.Actions = function(actionCheckboxes, options) { + options = Object.assign({}, defaults, options); + let list_editable_changed = false; + let lastChecked = null; + let shiftPressed = false; + + document.addEventListener('keydown', (event) => { + shiftPressed = event.shiftKey; + }); + + document.addEventListener('keyup', (event) => { + shiftPressed = event.shiftKey; + }); + + document.getElementById(options.allToggleId).addEventListener('click', function(event) { + checker(actionCheckboxes, options, this.checked); + updateCounter(actionCheckboxes, options); + }); + + document.querySelectorAll(options.acrossQuestions + " a").forEach(function(el) { + el.addEventListener('click', function(event) { + event.preventDefault(); + const acrossInputs = document.querySelectorAll(options.acrossInput); + acrossInputs.forEach(function(acrossInput) { + acrossInput.value = 1; + }); + showClear(options); + }); + }); + + document.querySelectorAll(options.acrossClears + " a").forEach(function(el) { + el.addEventListener('click', function(event) { + event.preventDefault(); + document.getElementById(options.allToggleId).checked = false; + clearAcross(options); + checker(actionCheckboxes, options, false); + updateCounter(actionCheckboxes, options); + }); + }); + + function affectedCheckboxes(target, withModifier) { + const multiSelect = (lastChecked && withModifier && lastChecked !== target); + if (!multiSelect) { + return [target]; + } + const checkboxes = Array.from(actionCheckboxes); + const targetIndex = checkboxes.findIndex(el => el === target); + const lastCheckedIndex = checkboxes.findIndex(el => el === lastChecked); + const startIndex = Math.min(targetIndex, lastCheckedIndex); + const endIndex = Math.max(targetIndex, lastCheckedIndex); + const filtered = checkboxes.filter((el, index) => (startIndex <= index) && (index <= endIndex)); + return filtered; + }; + + Array.from(document.getElementById('result_list').tBodies).forEach(function(el) { + el.addEventListener('change', function(event) { + const target = event.target; + if (target.classList.contains('action-select')) { + const checkboxes = affectedCheckboxes(target, shiftPressed); + checker(checkboxes, options, target.checked); + updateCounter(actionCheckboxes, options); + lastChecked = target; + } else { + list_editable_changed = true; + } + }); + }); + + document.querySelector('#changelist-form button[name=index]').addEventListener('click', function(event) { + if (list_editable_changed) { + const confirmed = confirm(gettext("You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.")); + if (!confirmed) { + event.preventDefault(); + } + } + }); + + const el = document.querySelector('#changelist-form input[name=_save]'); + // The button does not exist if no fields are editable. + if (el) { + el.addEventListener('click', function(event) { + if (document.querySelector('[name=action]').value) { + const text = list_editable_changed + ? gettext("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.") + : gettext("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."); + if (!confirm(text)) { + event.preventDefault(); + } + } + }); + } + // Sync counter when navigating to the page, such as through the back + // button. + window.addEventListener('pageshow', (event) => updateCounter(actionCheckboxes, options)); + }; + + // Call function fn when the DOM is loaded and ready. If it is already + // loaded, call the function now. + // http://youmightnotneedjquery.com/#ready + function ready(fn) { + if (document.readyState !== 'loading') { + fn(); + } else { + document.addEventListener('DOMContentLoaded', fn); + } + } + + ready(function() { + const actionsEls = document.querySelectorAll('tr input.action-select'); + if (actionsEls.length > 0) { + Actions(actionsEls); + } + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js new file mode 100644 index 00000000000..aa1cae9eeb4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js @@ -0,0 +1,408 @@ +/*global Calendar, findPosX, findPosY, get_format, gettext, gettext_noop, interpolate, ngettext, quickElement*/ +// Inserts shortcut buttons after all of the following: +// <input type="text" class="vDateField"> +// <input type="text" class="vTimeField"> +'use strict'; +{ + const DateTimeShortcuts = { + calendars: [], + calendarInputs: [], + clockInputs: [], + clockHours: { + default_: [ + [gettext_noop('Now'), -1], + [gettext_noop('Midnight'), 0], + [gettext_noop('6 a.m.'), 6], + [gettext_noop('Noon'), 12], + [gettext_noop('6 p.m.'), 18] + ] + }, + dismissClockFunc: [], + dismissCalendarFunc: [], + calendarDivName1: 'calendarbox', // name of calendar <div> that gets toggled + calendarDivName2: 'calendarin', // name of <div> that contains calendar + calendarLinkName: 'calendarlink', // name of the link that is used to toggle + clockDivName: 'clockbox', // name of clock <div> that gets toggled + clockLinkName: 'clocklink', // name of the link that is used to toggle + shortCutsClass: 'datetimeshortcuts', // class of the clock and cal shortcuts + timezoneWarningClass: 'timezonewarning', // class of the warning for timezone mismatch + timezoneOffset: 0, + init: function() { + const serverOffset = document.body.dataset.adminUtcOffset; + if (serverOffset) { + const localOffset = new Date().getTimezoneOffset() * -60; + DateTimeShortcuts.timezoneOffset = localOffset - serverOffset; + } + + for (const inp of document.getElementsByTagName('input')) { + if (inp.type === 'text' && inp.classList.contains('vTimeField')) { + DateTimeShortcuts.addClock(inp); + DateTimeShortcuts.addTimezoneWarning(inp); + } + else if (inp.type === 'text' && inp.classList.contains('vDateField')) { + DateTimeShortcuts.addCalendar(inp); + DateTimeShortcuts.addTimezoneWarning(inp); + } + } + }, + // Return the current time while accounting for the server timezone. + now: function() { + const serverOffset = document.body.dataset.adminUtcOffset; + if (serverOffset) { + const localNow = new Date(); + const localOffset = localNow.getTimezoneOffset() * -60; + localNow.setTime(localNow.getTime() + 1000 * (serverOffset - localOffset)); + return localNow; + } else { + return new Date(); + } + }, + // Add a warning when the time zone in the browser and backend do not match. + addTimezoneWarning: function(inp) { + const warningClass = DateTimeShortcuts.timezoneWarningClass; + let timezoneOffset = DateTimeShortcuts.timezoneOffset / 3600; + + // Only warn if there is a time zone mismatch. + if (!timezoneOffset) { + return; + } + + // Check if warning is already there. + if (inp.parentNode.querySelectorAll('.' + warningClass).length) { + return; + } + + let message; + if (timezoneOffset > 0) { + message = ngettext( + 'Note: You are %s hour ahead of server time.', + 'Note: You are %s hours ahead of server time.', + timezoneOffset + ); + } + else { + timezoneOffset *= -1; + message = ngettext( + 'Note: You are %s hour behind server time.', + 'Note: You are %s hours behind server time.', + timezoneOffset + ); + } + message = interpolate(message, [timezoneOffset]); + + const warning = document.createElement('div'); + warning.classList.add('help', warningClass); + warning.textContent = message; + inp.parentNode.appendChild(warning); + }, + // Add clock widget to a given field + addClock: function(inp) { + const num = DateTimeShortcuts.clockInputs.length; + DateTimeShortcuts.clockInputs[num] = inp; + DateTimeShortcuts.dismissClockFunc[num] = function() { DateTimeShortcuts.dismissClock(num); return true; }; + + // Shortcut links (clock icon and "Now" link) + const shortcuts_span = document.createElement('span'); + shortcuts_span.className = DateTimeShortcuts.shortCutsClass; + inp.parentNode.insertBefore(shortcuts_span, inp.nextSibling); + const now_link = document.createElement('a'); + now_link.href = "#"; + now_link.textContent = gettext('Now'); + now_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, -1); + }); + const clock_link = document.createElement('a'); + clock_link.href = '#'; + clock_link.id = DateTimeShortcuts.clockLinkName + num; + clock_link.addEventListener('click', function(e) { + e.preventDefault(); + // avoid triggering the document click handler to dismiss the clock + e.stopPropagation(); + DateTimeShortcuts.openClock(num); + }); + + quickElement( + 'span', clock_link, '', + 'class', 'clock-icon', + 'title', gettext('Choose a Time') + ); + shortcuts_span.appendChild(document.createTextNode('\u00A0')); + shortcuts_span.appendChild(now_link); + shortcuts_span.appendChild(document.createTextNode('\u00A0|\u00A0')); + shortcuts_span.appendChild(clock_link); + + // Create clock link div + // + // Markup looks like: + // <div id="clockbox1" class="clockbox module"> + // <h2>Choose a time</h2> + // <ul class="timelist"> + // <li><a href="#">Now</a></li> + // <li><a href="#">Midnight</a></li> + // <li><a href="#">6 a.m.</a></li> + // <li><a href="#">Noon</a></li> + // <li><a href="#">6 p.m.</a></li> + // </ul> + // <p class="calendar-cancel"><a href="#">Cancel</a></p> + // </div> + + const clock_box = document.createElement('div'); + clock_box.style.display = 'none'; + clock_box.style.position = 'absolute'; + clock_box.className = 'clockbox module'; + clock_box.id = DateTimeShortcuts.clockDivName + num; + document.body.appendChild(clock_box); + clock_box.addEventListener('click', function(e) { e.stopPropagation(); }); + + quickElement('h2', clock_box, gettext('Choose a time')); + const time_list = quickElement('ul', clock_box); + time_list.className = 'timelist'; + // The list of choices can be overridden in JavaScript like this: + // DateTimeShortcuts.clockHours.name = [['3 a.m.', 3]]; + // where name is the name attribute of the <input>. + const name = typeof DateTimeShortcuts.clockHours[inp.name] === 'undefined' ? 'default_' : inp.name; + DateTimeShortcuts.clockHours[name].forEach(function(element) { + const time_link = quickElement('a', quickElement('li', time_list), gettext(element[0]), 'href', '#'); + time_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, element[1]); + }); + }); + + const cancel_p = quickElement('p', clock_box); + cancel_p.className = 'calendar-cancel'; + const cancel_link = quickElement('a', cancel_p, gettext('Cancel'), 'href', '#'); + cancel_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.dismissClock(num); + }); + + document.addEventListener('keyup', function(event) { + if (event.which === 27) { + // ESC key closes popup + DateTimeShortcuts.dismissClock(num); + event.preventDefault(); + } + }); + }, + openClock: function(num) { + const clock_box = document.getElementById(DateTimeShortcuts.clockDivName + num); + const clock_link = document.getElementById(DateTimeShortcuts.clockLinkName + num); + + // Recalculate the clockbox position + // is it left-to-right or right-to-left layout ? + if (window.getComputedStyle(document.body).direction !== 'rtl') { + clock_box.style.left = findPosX(clock_link) + 17 + 'px'; + } + else { + // since style's width is in em, it'd be tough to calculate + // px value of it. let's use an estimated px for now + clock_box.style.left = findPosX(clock_link) - 110 + 'px'; + } + clock_box.style.top = Math.max(0, findPosY(clock_link) - 30) + 'px'; + + // Show the clock box + clock_box.style.display = 'block'; + document.addEventListener('click', DateTimeShortcuts.dismissClockFunc[num]); + }, + dismissClock: function(num) { + document.getElementById(DateTimeShortcuts.clockDivName + num).style.display = 'none'; + document.removeEventListener('click', DateTimeShortcuts.dismissClockFunc[num]); + }, + handleClockQuicklink: function(num, val) { + let d; + if (val === -1) { + d = DateTimeShortcuts.now(); + } + else { + d = new Date(1970, 1, 1, val, 0, 0, 0); + } + DateTimeShortcuts.clockInputs[num].value = d.strftime(get_format('TIME_INPUT_FORMATS')[0]); + DateTimeShortcuts.clockInputs[num].focus(); + DateTimeShortcuts.dismissClock(num); + }, + // Add calendar widget to a given field. + addCalendar: function(inp) { + const num = DateTimeShortcuts.calendars.length; + + DateTimeShortcuts.calendarInputs[num] = inp; + DateTimeShortcuts.dismissCalendarFunc[num] = function() { DateTimeShortcuts.dismissCalendar(num); return true; }; + + // Shortcut links (calendar icon and "Today" link) + const shortcuts_span = document.createElement('span'); + shortcuts_span.className = DateTimeShortcuts.shortCutsClass; + inp.parentNode.insertBefore(shortcuts_span, inp.nextSibling); + const today_link = document.createElement('a'); + today_link.href = '#'; + today_link.appendChild(document.createTextNode(gettext('Today'))); + today_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, 0); + }); + const cal_link = document.createElement('a'); + cal_link.href = '#'; + cal_link.id = DateTimeShortcuts.calendarLinkName + num; + cal_link.addEventListener('click', function(e) { + e.preventDefault(); + // avoid triggering the document click handler to dismiss the calendar + e.stopPropagation(); + DateTimeShortcuts.openCalendar(num); + }); + quickElement( + 'span', cal_link, '', + 'class', 'date-icon', + 'title', gettext('Choose a Date') + ); + shortcuts_span.appendChild(document.createTextNode('\u00A0')); + shortcuts_span.appendChild(today_link); + shortcuts_span.appendChild(document.createTextNode('\u00A0|\u00A0')); + shortcuts_span.appendChild(cal_link); + + // Create calendarbox div. + // + // Markup looks like: + // + // <div id="calendarbox3" class="calendarbox module"> + // <h2> + // <a href="#" class="link-previous">‹</a> + // <a href="#" class="link-next">›</a> February 2003 + // </h2> + // <div class="calendar" id="calendarin3"> + // <!-- (cal) --> + // </div> + // <div class="calendar-shortcuts"> + // <a href="#">Yesterday</a> | <a href="#">Today</a> | <a href="#">Tomorrow</a> + // </div> + // <p class="calendar-cancel"><a href="#">Cancel</a></p> + // </div> + const cal_box = document.createElement('div'); + cal_box.style.display = 'none'; + cal_box.style.position = 'absolute'; + cal_box.className = 'calendarbox module'; + cal_box.id = DateTimeShortcuts.calendarDivName1 + num; + document.body.appendChild(cal_box); + cal_box.addEventListener('click', function(e) { e.stopPropagation(); }); + + // next-prev links + const cal_nav = quickElement('div', cal_box); + const cal_nav_prev = quickElement('a', cal_nav, '<', 'href', '#'); + cal_nav_prev.className = 'calendarnav-previous'; + cal_nav_prev.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.drawPrev(num); + }); + + const cal_nav_next = quickElement('a', cal_nav, '>', 'href', '#'); + cal_nav_next.className = 'calendarnav-next'; + cal_nav_next.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.drawNext(num); + }); + + // main box + const cal_main = quickElement('div', cal_box, '', 'id', DateTimeShortcuts.calendarDivName2 + num); + cal_main.className = 'calendar'; + DateTimeShortcuts.calendars[num] = new Calendar(DateTimeShortcuts.calendarDivName2 + num, DateTimeShortcuts.handleCalendarCallback(num)); + DateTimeShortcuts.calendars[num].drawCurrent(); + + // calendar shortcuts + const shortcuts = quickElement('div', cal_box); + shortcuts.className = 'calendar-shortcuts'; + let day_link = quickElement('a', shortcuts, gettext('Yesterday'), 'href', '#'); + day_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, -1); + }); + shortcuts.appendChild(document.createTextNode('\u00A0|\u00A0')); + day_link = quickElement('a', shortcuts, gettext('Today'), 'href', '#'); + day_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, 0); + }); + shortcuts.appendChild(document.createTextNode('\u00A0|\u00A0')); + day_link = quickElement('a', shortcuts, gettext('Tomorrow'), 'href', '#'); + day_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, +1); + }); + + // cancel bar + const cancel_p = quickElement('p', cal_box); + cancel_p.className = 'calendar-cancel'; + const cancel_link = quickElement('a', cancel_p, gettext('Cancel'), 'href', '#'); + cancel_link.addEventListener('click', function(e) { + e.preventDefault(); + DateTimeShortcuts.dismissCalendar(num); + }); + document.addEventListener('keyup', function(event) { + if (event.which === 27) { + // ESC key closes popup + DateTimeShortcuts.dismissCalendar(num); + event.preventDefault(); + } + }); + }, + openCalendar: function(num) { + const cal_box = document.getElementById(DateTimeShortcuts.calendarDivName1 + num); + const cal_link = document.getElementById(DateTimeShortcuts.calendarLinkName + num); + const inp = DateTimeShortcuts.calendarInputs[num]; + + // Determine if the current value in the input has a valid date. + // If so, draw the calendar with that date's year and month. + if (inp.value) { + const format = get_format('DATE_INPUT_FORMATS')[0]; + const selected = inp.value.strptime(format); + const year = selected.getUTCFullYear(); + const month = selected.getUTCMonth() + 1; + const re = /\d{4}/; + if (re.test(year.toString()) && month >= 1 && month <= 12) { + DateTimeShortcuts.calendars[num].drawDate(month, year, selected); + } + } + + // Recalculate the clockbox position + // is it left-to-right or right-to-left layout ? + if (window.getComputedStyle(document.body).direction !== 'rtl') { + cal_box.style.left = findPosX(cal_link) + 17 + 'px'; + } + else { + // since style's width is in em, it'd be tough to calculate + // px value of it. let's use an estimated px for now + cal_box.style.left = findPosX(cal_link) - 180 + 'px'; + } + cal_box.style.top = Math.max(0, findPosY(cal_link) - 75) + 'px'; + + cal_box.style.display = 'block'; + document.addEventListener('click', DateTimeShortcuts.dismissCalendarFunc[num]); + }, + dismissCalendar: function(num) { + document.getElementById(DateTimeShortcuts.calendarDivName1 + num).style.display = 'none'; + document.removeEventListener('click', DateTimeShortcuts.dismissCalendarFunc[num]); + }, + drawPrev: function(num) { + DateTimeShortcuts.calendars[num].drawPreviousMonth(); + }, + drawNext: function(num) { + DateTimeShortcuts.calendars[num].drawNextMonth(); + }, + handleCalendarCallback: function(num) { + const format = get_format('DATE_INPUT_FORMATS')[0]; + return function(y, m, d) { + DateTimeShortcuts.calendarInputs[num].value = new Date(y, m - 1, d).strftime(format); + DateTimeShortcuts.calendarInputs[num].focus(); + document.getElementById(DateTimeShortcuts.calendarDivName1 + num).style.display = 'none'; + }; + }, + handleCalendarQuickLink: function(num, offset) { + const d = DateTimeShortcuts.now(); + d.setDate(d.getDate() + offset); + DateTimeShortcuts.calendarInputs[num].value = d.strftime(get_format('DATE_INPUT_FORMATS')[0]); + DateTimeShortcuts.calendarInputs[num].focus(); + DateTimeShortcuts.dismissCalendar(num); + } + }; + + window.addEventListener('load', DateTimeShortcuts.init); + window.DateTimeShortcuts = DateTimeShortcuts; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js new file mode 100644 index 00000000000..1fc03c6232a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js @@ -0,0 +1,252 @@ +/*global SelectBox, interpolate*/ +// Handles related-objects functionality: lookup link for raw_id_fields +// and Add Another links. +'use strict'; +{ + const $ = django.jQuery; + let popupIndex = 0; + const relatedWindows = []; + + function dismissChildPopups() { + relatedWindows.forEach(function(win) { + if(!win.closed) { + win.dismissChildPopups(); + win.close(); + } + }); + } + + function setPopupIndex() { + if(document.getElementsByName("_popup").length > 0) { + const index = window.name.lastIndexOf("__") + 2; + popupIndex = parseInt(window.name.substring(index)); + } else { + popupIndex = 0; + } + } + + function addPopupIndex(name) { + return name + "__" + (popupIndex + 1); + } + + function removePopupIndex(name) { + return name.replace(new RegExp("__" + (popupIndex + 1) + "$"), ''); + } + + function showAdminPopup(triggeringLink, name_regexp, add_popup) { + const name = addPopupIndex(triggeringLink.id.replace(name_regexp, '')); + const href = new URL(triggeringLink.href); + if (add_popup) { + href.searchParams.set('_popup', 1); + } + const win = window.open(href, name, 'height=500,width=800,resizable=yes,scrollbars=yes'); + relatedWindows.push(win); + win.focus(); + return false; + } + + function showRelatedObjectLookupPopup(triggeringLink) { + return showAdminPopup(triggeringLink, /^lookup_/, true); + } + + function dismissRelatedLookupPopup(win, chosenId) { + const name = removePopupIndex(win.name); + const elem = document.getElementById(name); + if (elem.classList.contains('vManyToManyRawIdAdminField') && elem.value) { + elem.value += ',' + chosenId; + } else { + elem.value = chosenId; + } + $(elem).trigger('change'); + const index = relatedWindows.indexOf(win); + if (index > -1) { + relatedWindows.splice(index, 1); + } + win.close(); + } + + function showRelatedObjectPopup(triggeringLink) { + return showAdminPopup(triggeringLink, /^(change|add|delete)_/, false); + } + + function updateRelatedObjectLinks(triggeringLink) { + const $this = $(triggeringLink); + const siblings = $this.nextAll('.view-related, .change-related, .delete-related'); + if (!siblings.length) { + return; + } + const value = $this.val(); + if (value) { + siblings.each(function() { + const elm = $(this); + elm.attr('href', elm.attr('data-href-template').replace('__fk__', value)); + elm.removeAttr('aria-disabled'); + }); + } else { + siblings.removeAttr('href'); + siblings.attr('aria-disabled', true); + } + } + + function updateRelatedSelectsOptions(currentSelect, win, objId, newRepr, newId, skipIds = []) { + // After create/edit a model from the options next to the current + // select (+ or :pencil:) update ForeignKey PK of the rest of selects + // in the page. + + const path = win.location.pathname; + // Extract the model from the popup url '.../<model>/add/' or + // '.../<model>/<id>/change/' depending the action (add or change). + const modelName = path.split('/')[path.split('/').length - (objId ? 4 : 3)]; + // Select elements with a specific model reference and context of "available-source". + const selectsRelated = document.querySelectorAll(`[data-model-ref="${modelName}"] [data-context="available-source"]`); + + selectsRelated.forEach(function(select) { + if (currentSelect === select || skipIds && skipIds.includes(select.id)) { + return; + } + + let option = select.querySelector(`option[value="${objId}"]`); + + if (!option) { + option = new Option(newRepr, newId); + select.options.add(option); + // Update SelectBox cache for related fields. + if (window.SelectBox !== undefined && !SelectBox.cache[currentSelect.id]) { + SelectBox.add_to_cache(select.id, option); + SelectBox.redisplay(select.id); + } + return; + } + + option.textContent = newRepr; + option.value = newId; + }); + } + + function dismissAddRelatedObjectPopup(win, newId, newRepr) { + const name = removePopupIndex(win.name); + const elem = document.getElementById(name); + if (elem) { + const elemName = elem.nodeName.toUpperCase(); + if (elemName === 'SELECT') { + elem.options[elem.options.length] = new Option(newRepr, newId, true, true); + updateRelatedSelectsOptions(elem, win, null, newRepr, newId); + } else if (elemName === 'INPUT') { + if (elem.classList.contains('vManyToManyRawIdAdminField') && elem.value) { + elem.value += ',' + newId; + } else { + elem.value = newId; + } + } + // Trigger a change event to update related links if required. + $(elem).trigger('change'); + } else { + const toId = name + "_to"; + const toElem = document.getElementById(toId); + const o = new Option(newRepr, newId); + SelectBox.add_to_cache(toId, o); + SelectBox.redisplay(toId); + if (toElem && toElem.nodeName.toUpperCase() === 'SELECT') { + const skipIds = [name + "_from"]; + updateRelatedSelectsOptions(toElem, win, null, newRepr, newId, skipIds); + } + } + const index = relatedWindows.indexOf(win); + if (index > -1) { + relatedWindows.splice(index, 1); + } + win.close(); + } + + function dismissChangeRelatedObjectPopup(win, objId, newRepr, newId) { + const id = removePopupIndex(win.name.replace(/^edit_/, '')); + const selectsSelector = interpolate('#%s, #%s_from, #%s_to', [id, id, id]); + const selects = $(selectsSelector); + selects.find('option').each(function() { + if (this.value === objId) { + this.textContent = newRepr; + this.value = newId; + } + }).trigger('change'); + updateRelatedSelectsOptions(selects[0], win, objId, newRepr, newId); + selects.next().find('.select2-selection__rendered').each(function() { + // The element can have a clear button as a child. + // Use the lastChild to modify only the displayed value. + this.lastChild.textContent = newRepr; + this.title = newRepr; + }); + const index = relatedWindows.indexOf(win); + if (index > -1) { + relatedWindows.splice(index, 1); + } + win.close(); + } + + function dismissDeleteRelatedObjectPopup(win, objId) { + const id = removePopupIndex(win.name.replace(/^delete_/, '')); + const selectsSelector = interpolate('#%s, #%s_from, #%s_to', [id, id, id]); + const selects = $(selectsSelector); + selects.find('option').each(function() { + if (this.value === objId) { + $(this).remove(); + } + }).trigger('change'); + const index = relatedWindows.indexOf(win); + if (index > -1) { + relatedWindows.splice(index, 1); + } + win.close(); + } + + window.showRelatedObjectLookupPopup = showRelatedObjectLookupPopup; + window.dismissRelatedLookupPopup = dismissRelatedLookupPopup; + window.showRelatedObjectPopup = showRelatedObjectPopup; + window.updateRelatedObjectLinks = updateRelatedObjectLinks; + window.dismissAddRelatedObjectPopup = dismissAddRelatedObjectPopup; + window.dismissChangeRelatedObjectPopup = dismissChangeRelatedObjectPopup; + window.dismissDeleteRelatedObjectPopup = dismissDeleteRelatedObjectPopup; + window.dismissChildPopups = dismissChildPopups; + window.relatedWindows = relatedWindows; + + // Kept for backward compatibility + window.showAddAnotherPopup = showRelatedObjectPopup; + window.dismissAddAnotherPopup = dismissAddRelatedObjectPopup; + + window.addEventListener('unload', function(evt) { + window.dismissChildPopups(); + }); + + $(document).ready(function() { + setPopupIndex(); + $("a[data-popup-opener]").on('click', function(event) { + event.preventDefault(); + opener.dismissRelatedLookupPopup(window, $(this).data("popup-opener")); + }); + $('body').on('click', '.related-widget-wrapper-link[data-popup="yes"]', function(e) { + e.preventDefault(); + if (this.href) { + const event = $.Event('django:show-related', {href: this.href}); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + showRelatedObjectPopup(this); + } + } + }); + $('body').on('change', '.related-widget-wrapper select', function(e) { + const event = $.Event('django:update-related'); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + updateRelatedObjectLinks(this); + } + }); + $('.related-widget-wrapper select').trigger('change'); + $('body').on('click', '.related-lookup', function(e) { + e.preventDefault(); + const event = $.Event('django:lookup-related'); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + showRelatedObjectLookupPopup(this); + } + }); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js new file mode 100644 index 00000000000..d3daeab8909 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js @@ -0,0 +1,33 @@ +'use strict'; +{ + const $ = django.jQuery; + + $.fn.djangoAdminSelect2 = function() { + $.each(this, function(i, element) { + $(element).select2({ + ajax: { + data: (params) => { + return { + term: params.term, + page: params.page, + app_label: element.dataset.appLabel, + model_name: element.dataset.modelName, + field_name: element.dataset.fieldName + }; + } + } + }); + }); + return this; + }; + + $(function() { + // Initialize all autocomplete widgets except the one in the template + // form used when a new formset is added. + $('.admin-autocomplete').not('[name*=__prefix__]').djangoAdminSelect2(); + }); + + document.addEventListener('formset:added', (event) => { + $(event.target).find('.admin-autocomplete').djangoAdminSelect2(); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js new file mode 100644 index 00000000000..776310f75b5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js @@ -0,0 +1,239 @@ +/*global gettext, pgettext, get_format, quickElement, removeChildren*/ +/* +calendar.js - Calendar functions by Adrian Holovaty +depends on core.js for utility functions like removeChildren or quickElement +*/ +'use strict'; +{ + // CalendarNamespace -- Provides a collection of HTML calendar-related helper functions + const CalendarNamespace = { + monthsOfYear: [ + gettext('January'), + gettext('February'), + gettext('March'), + gettext('April'), + gettext('May'), + gettext('June'), + gettext('July'), + gettext('August'), + gettext('September'), + gettext('October'), + gettext('November'), + gettext('December') + ], + monthsOfYearAbbrev: [ + pgettext('abbrev. month January', 'Jan'), + pgettext('abbrev. month February', 'Feb'), + pgettext('abbrev. month March', 'Mar'), + pgettext('abbrev. month April', 'Apr'), + pgettext('abbrev. month May', 'May'), + pgettext('abbrev. month June', 'Jun'), + pgettext('abbrev. month July', 'Jul'), + pgettext('abbrev. month August', 'Aug'), + pgettext('abbrev. month September', 'Sep'), + pgettext('abbrev. month October', 'Oct'), + pgettext('abbrev. month November', 'Nov'), + pgettext('abbrev. month December', 'Dec') + ], + daysOfWeek: [ + gettext('Sunday'), + gettext('Monday'), + gettext('Tuesday'), + gettext('Wednesday'), + gettext('Thursday'), + gettext('Friday'), + gettext('Saturday') + ], + daysOfWeekAbbrev: [ + pgettext('abbrev. day Sunday', 'Sun'), + pgettext('abbrev. day Monday', 'Mon'), + pgettext('abbrev. day Tuesday', 'Tue'), + pgettext('abbrev. day Wednesday', 'Wed'), + pgettext('abbrev. day Thursday', 'Thur'), + pgettext('abbrev. day Friday', 'Fri'), + pgettext('abbrev. day Saturday', 'Sat') + ], + daysOfWeekInitial: [ + pgettext('one letter Sunday', 'S'), + pgettext('one letter Monday', 'M'), + pgettext('one letter Tuesday', 'T'), + pgettext('one letter Wednesday', 'W'), + pgettext('one letter Thursday', 'T'), + pgettext('one letter Friday', 'F'), + pgettext('one letter Saturday', 'S') + ], + firstDayOfWeek: parseInt(get_format('FIRST_DAY_OF_WEEK')), + isLeapYear: function(year) { + return (((year % 4) === 0) && ((year % 100) !== 0 ) || ((year % 400) === 0)); + }, + getDaysInMonth: function(month, year) { + let days; + if (month === 1 || month === 3 || month === 5 || month === 7 || month === 8 || month === 10 || month === 12) { + days = 31; + } + else if (month === 4 || month === 6 || month === 9 || month === 11) { + days = 30; + } + else if (month === 2 && CalendarNamespace.isLeapYear(year)) { + days = 29; + } + else { + days = 28; + } + return days; + }, + draw: function(month, year, div_id, callback, selected) { // month = 1-12, year = 1-9999 + const today = new Date(); + const todayDay = today.getDate(); + const todayMonth = today.getMonth() + 1; + const todayYear = today.getFullYear(); + let todayClass = ''; + + // Use UTC functions here because the date field does not contain time + // and using the UTC function variants prevent the local time offset + // from altering the date, specifically the day field. For example: + // + // ``` + // var x = new Date('2013-10-02'); + // var day = x.getDate(); + // ``` + // + // The day variable above will be 1 instead of 2 in, say, US Pacific time + // zone. + let isSelectedMonth = false; + if (typeof selected !== 'undefined') { + isSelectedMonth = (selected.getUTCFullYear() === year && (selected.getUTCMonth() + 1) === month); + } + + month = parseInt(month); + year = parseInt(year); + const calDiv = document.getElementById(div_id); + removeChildren(calDiv); + const calTable = document.createElement('table'); + quickElement('caption', calTable, CalendarNamespace.monthsOfYear[month - 1] + ' ' + year); + const tableBody = quickElement('tbody', calTable); + + // Draw days-of-week header + let tableRow = quickElement('tr', tableBody); + for (let i = 0; i < 7; i++) { + quickElement('th', tableRow, CalendarNamespace.daysOfWeekInitial[(i + CalendarNamespace.firstDayOfWeek) % 7]); + } + + const startingPos = new Date(year, month - 1, 1 - CalendarNamespace.firstDayOfWeek).getDay(); + const days = CalendarNamespace.getDaysInMonth(month, year); + + let nonDayCell; + + // Draw blanks before first of month + tableRow = quickElement('tr', tableBody); + for (let i = 0; i < startingPos; i++) { + nonDayCell = quickElement('td', tableRow, ' '); + nonDayCell.className = "nonday"; + } + + function calendarMonth(y, m) { + function onClick(e) { + e.preventDefault(); + callback(y, m, this.textContent); + } + return onClick; + } + + // Draw days of month + let currentDay = 1; + for (let i = startingPos; currentDay <= days; i++) { + if (i % 7 === 0 && currentDay !== 1) { + tableRow = quickElement('tr', tableBody); + } + if ((currentDay === todayDay) && (month === todayMonth) && (year === todayYear)) { + todayClass = 'today'; + } else { + todayClass = ''; + } + + // use UTC function; see above for explanation. + if (isSelectedMonth && currentDay === selected.getUTCDate()) { + if (todayClass !== '') { + todayClass += " "; + } + todayClass += "selected"; + } + + const cell = quickElement('td', tableRow, '', 'class', todayClass); + const link = quickElement('a', cell, currentDay, 'href', '#'); + link.addEventListener('click', calendarMonth(year, month)); + currentDay++; + } + + // Draw blanks after end of month (optional, but makes for valid code) + while (tableRow.childNodes.length < 7) { + nonDayCell = quickElement('td', tableRow, ' '); + nonDayCell.className = "nonday"; + } + + calDiv.appendChild(calTable); + } + }; + + // Calendar -- A calendar instance + function Calendar(div_id, callback, selected) { + // div_id (string) is the ID of the element in which the calendar will + // be displayed + // callback (string) is the name of a JavaScript function that will be + // called with the parameters (year, month, day) when a day in the + // calendar is clicked + this.div_id = div_id; + this.callback = callback; + this.today = new Date(); + this.currentMonth = this.today.getMonth() + 1; + this.currentYear = this.today.getFullYear(); + if (typeof selected !== 'undefined') { + this.selected = selected; + } + } + Calendar.prototype = { + drawCurrent: function() { + CalendarNamespace.draw(this.currentMonth, this.currentYear, this.div_id, this.callback, this.selected); + }, + drawDate: function(month, year, selected) { + this.currentMonth = month; + this.currentYear = year; + + if(selected) { + this.selected = selected; + } + + this.drawCurrent(); + }, + drawPreviousMonth: function() { + if (this.currentMonth === 1) { + this.currentMonth = 12; + this.currentYear--; + } + else { + this.currentMonth--; + } + this.drawCurrent(); + }, + drawNextMonth: function() { + if (this.currentMonth === 12) { + this.currentMonth = 1; + this.currentYear++; + } + else { + this.currentMonth++; + } + this.drawCurrent(); + }, + drawPreviousYear: function() { + this.currentYear--; + this.drawCurrent(); + }, + drawNextYear: function() { + this.currentYear++; + this.drawCurrent(); + } + }; + window.Calendar = Calendar; + window.CalendarNamespace = CalendarNamespace; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js new file mode 100644 index 00000000000..3069c6f27bf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js @@ -0,0 +1,29 @@ +'use strict'; +{ + // Call function fn when the DOM is loaded and ready. If it is already + // loaded, call the function now. + // http://youmightnotneedjquery.com/#ready + function ready(fn) { + if (document.readyState !== 'loading') { + fn(); + } else { + document.addEventListener('DOMContentLoaded', fn); + } + } + + ready(function() { + function handleClick(event) { + event.preventDefault(); + const params = new URLSearchParams(window.location.search); + if (params.has('_popup')) { + window.close(); // Close the popup. + } else { + window.history.back(); // Otherwise, go back. + } + } + + document.querySelectorAll('.cancel-link').forEach(function(el) { + el.addEventListener('click', handleClick); + }); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js new file mode 100644 index 00000000000..96a4c62ef4c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js @@ -0,0 +1,16 @@ +'use strict'; +{ + const inputTags = ['BUTTON', 'INPUT', 'SELECT', 'TEXTAREA']; + const modelName = document.getElementById('django-admin-form-add-constants').dataset.modelName; + if (modelName) { + const form = document.getElementById(modelName + '_form'); + for (const element of form.elements) { + // HTMLElement.offsetParent returns null when the element is not + // rendered. + if (inputTags.includes(element.tagName) && !element.disabled && element.offsetParent) { + element.focus(); + break; + } + } + } +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js new file mode 100644 index 00000000000..10504d4a841 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js @@ -0,0 +1,184 @@ +// Core JavaScript helper functions +'use strict'; + +// quickElement(tagType, parentReference [, textInChildNode, attribute, attributeValue ...]); +function quickElement() { + const obj = document.createElement(arguments[0]); + if (arguments[2]) { + const textNode = document.createTextNode(arguments[2]); + obj.appendChild(textNode); + } + const len = arguments.length; + for (let i = 3; i < len; i += 2) { + obj.setAttribute(arguments[i], arguments[i + 1]); + } + arguments[1].appendChild(obj); + return obj; +} + +// "a" is reference to an object +function removeChildren(a) { + while (a.hasChildNodes()) { + a.removeChild(a.lastChild); + } +} + +// ---------------------------------------------------------------------------- +// Find-position functions by PPK +// See https://www.quirksmode.org/js/findpos.html +// ---------------------------------------------------------------------------- +function findPosX(obj) { + let curleft = 0; + if (obj.offsetParent) { + while (obj.offsetParent) { + curleft += obj.offsetLeft - obj.scrollLeft; + obj = obj.offsetParent; + } + } else if (obj.x) { + curleft += obj.x; + } + return curleft; +} + +function findPosY(obj) { + let curtop = 0; + if (obj.offsetParent) { + while (obj.offsetParent) { + curtop += obj.offsetTop - obj.scrollTop; + obj = obj.offsetParent; + } + } else if (obj.y) { + curtop += obj.y; + } + return curtop; +} + +//----------------------------------------------------------------------------- +// Date object extensions +// ---------------------------------------------------------------------------- +{ + Date.prototype.getTwelveHours = function() { + return this.getHours() % 12 || 12; + }; + + Date.prototype.getTwoDigitMonth = function() { + return (this.getMonth() < 9) ? '0' + (this.getMonth() + 1) : (this.getMonth() + 1); + }; + + Date.prototype.getTwoDigitDate = function() { + return (this.getDate() < 10) ? '0' + this.getDate() : this.getDate(); + }; + + Date.prototype.getTwoDigitTwelveHour = function() { + return (this.getTwelveHours() < 10) ? '0' + this.getTwelveHours() : this.getTwelveHours(); + }; + + Date.prototype.getTwoDigitHour = function() { + return (this.getHours() < 10) ? '0' + this.getHours() : this.getHours(); + }; + + Date.prototype.getTwoDigitMinute = function() { + return (this.getMinutes() < 10) ? '0' + this.getMinutes() : this.getMinutes(); + }; + + Date.prototype.getTwoDigitSecond = function() { + return (this.getSeconds() < 10) ? '0' + this.getSeconds() : this.getSeconds(); + }; + + Date.prototype.getAbbrevDayName = function() { + return typeof window.CalendarNamespace === "undefined" + ? '0' + this.getDay() + : window.CalendarNamespace.daysOfWeekAbbrev[this.getDay()]; + }; + + Date.prototype.getFullDayName = function() { + return typeof window.CalendarNamespace === "undefined" + ? '0' + this.getDay() + : window.CalendarNamespace.daysOfWeek[this.getDay()]; + }; + + Date.prototype.getAbbrevMonthName = function() { + return typeof window.CalendarNamespace === "undefined" + ? this.getTwoDigitMonth() + : window.CalendarNamespace.monthsOfYearAbbrev[this.getMonth()]; + }; + + Date.prototype.getFullMonthName = function() { + return typeof window.CalendarNamespace === "undefined" + ? this.getTwoDigitMonth() + : window.CalendarNamespace.monthsOfYear[this.getMonth()]; + }; + + Date.prototype.strftime = function(format) { + const fields = { + a: this.getAbbrevDayName(), + A: this.getFullDayName(), + b: this.getAbbrevMonthName(), + B: this.getFullMonthName(), + c: this.toString(), + d: this.getTwoDigitDate(), + H: this.getTwoDigitHour(), + I: this.getTwoDigitTwelveHour(), + m: this.getTwoDigitMonth(), + M: this.getTwoDigitMinute(), + p: (this.getHours() >= 12) ? 'PM' : 'AM', + S: this.getTwoDigitSecond(), + w: '0' + this.getDay(), + x: this.toLocaleDateString(), + X: this.toLocaleTimeString(), + y: ('' + this.getFullYear()).substr(2, 4), + Y: '' + this.getFullYear(), + '%': '%' + }; + let result = '', i = 0; + while (i < format.length) { + if (format.charAt(i) === '%') { + result += fields[format.charAt(i + 1)]; + ++i; + } + else { + result += format.charAt(i); + } + ++i; + } + return result; + }; + + // ---------------------------------------------------------------------------- + // String object extensions + // ---------------------------------------------------------------------------- + String.prototype.strptime = function(format) { + const split_format = format.split(/[.\-/]/); + const date = this.split(/[.\-/]/); + let i = 0; + let day, month, year; + while (i < split_format.length) { + switch (split_format[i]) { + case "%d": + day = date[i]; + break; + case "%m": + month = date[i] - 1; + break; + case "%Y": + year = date[i]; + break; + case "%y": + // A %y value in the range of [00, 68] is in the current + // century, while [69, 99] is in the previous century, + // according to the Open Group Specification. + if (parseInt(date[i], 10) >= 69) { + year = date[i]; + } else { + year = (new Date(Date.UTC(date[i], 0))).getUTCFullYear() + 100; + } + break; + } + ++i; + } + // Create Date object from UTC since the parsed value is supposed to be + // in UTC, not local time. Also, the calendar uses UTC functions for + // date extraction. + return new Date(Date.UTC(year, month, day)); + }; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js new file mode 100644 index 00000000000..f5536ebc2d3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js @@ -0,0 +1,30 @@ +/** + * Persist changelist filters state (collapsed/expanded). + */ +'use strict'; +{ + // Init filters. + let filters = JSON.parse(sessionStorage.getItem('django.admin.filtersState')); + + if (!filters) { + filters = {}; + } + + Object.entries(filters).forEach(([key, value]) => { + const detailElement = document.querySelector(`[data-filter-title='${CSS.escape(key)}']`); + + // Check if the filter is present, it could be from other view. + if (detailElement) { + value ? detailElement.setAttribute('open', '') : detailElement.removeAttribute('open'); + } + }); + + // Save filter state when clicks. + const details = document.querySelectorAll('details'); + details.forEach(detail => { + detail.addEventListener('toggle', event => { + filters[`${event.target.dataset.filterTitle}`] = detail.open; + sessionStorage.setItem('django.admin.filtersState', JSON.stringify(filters)); + }); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js new file mode 100644 index 00000000000..cd3726cf306 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js @@ -0,0 +1,359 @@ +/*global DateTimeShortcuts, SelectFilter*/ +/** + * Django admin inlines + * + * Based on jQuery Formset 1.1 + * @author Stanislaus Madueke (stan DOT madueke AT gmail DOT com) + * @requires jQuery 1.2.6 or later + * + * Copyright (c) 2009, Stanislaus Madueke + * All rights reserved. + * + * Spiced up with Code from Zain Memon's GSoC project 2009 + * and modified for Django by Jannis Leidel, Travis Swicegood and Julien Phalip. + * + * Licensed under the New BSD License + * See: https://opensource.org/licenses/bsd-license.php + */ +'use strict'; +{ + const $ = django.jQuery; + $.fn.formset = function(opts) { + const options = $.extend({}, $.fn.formset.defaults, opts); + const $this = $(this); + const $parent = $this.parent(); + const updateElementIndex = function(el, prefix, ndx) { + const id_regex = new RegExp("(" + prefix + "-(\\d+|__prefix__))"); + const replacement = prefix + "-" + ndx; + if ($(el).prop("for")) { + $(el).prop("for", $(el).prop("for").replace(id_regex, replacement)); + } + if (el.id) { + el.id = el.id.replace(id_regex, replacement); + } + if (el.name) { + el.name = el.name.replace(id_regex, replacement); + } + }; + const totalForms = $("#id_" + options.prefix + "-TOTAL_FORMS").prop("autocomplete", "off"); + let nextIndex = parseInt(totalForms.val(), 10); + const maxForms = $("#id_" + options.prefix + "-MAX_NUM_FORMS").prop("autocomplete", "off"); + const minForms = $("#id_" + options.prefix + "-MIN_NUM_FORMS").prop("autocomplete", "off"); + let addButton; + + /** + * The "Add another MyModel" button below the inline forms. + */ + const addInlineAddButton = function() { + if (addButton === null) { + if ($this.prop("tagName") === "TR") { + // If forms are laid out as table rows, insert the + // "add" button in a new table row: + const numCols = $this.eq(-1).children().length; + $parent.append('<tr class="' + options.addCssClass + '"><td colspan="' + numCols + '"><a role="button" class="addlink" href="#">' + options.addText + "</a></tr>"); + addButton = $parent.find("tr:last a"); + } else { + // Otherwise, insert it immediately after the last form: + $this.filter(":last").after('<div class="' + options.addCssClass + '"><a role="button" class="addlink" href="#">' + options.addText + "</a></div>"); + addButton = $this.filter(":last").next().find("a"); + } + } + addButton.on('click', addInlineClickHandler); + }; + + const addInlineClickHandler = function(e) { + e.preventDefault(); + const template = $("#" + options.prefix + "-empty"); + const row = template.clone(true); + row.removeClass(options.emptyCssClass) + .addClass(options.formCssClass) + .attr("id", options.prefix + "-" + nextIndex); + addInlineDeleteButton(row); + row.find("*").each(function() { + updateElementIndex(this, options.prefix, totalForms.val()); + }); + // Insert the new form when it has been fully edited. + row.insertBefore($(template)); + // Update number of total forms. + $(totalForms).val(parseInt(totalForms.val(), 10) + 1); + nextIndex += 1; + // Hide the add button if there's a limit and it's been reached. + if ((maxForms.val() !== '') && (maxForms.val() - totalForms.val()) <= 0) { + addButton.parent().hide(); + } + // Show the remove buttons if there are more than min_num. + toggleDeleteButtonVisibility(row.closest('.inline-group')); + + // Pass the new form to the post-add callback, if provided. + if (options.added) { + options.added(row); + } + row.get(0).dispatchEvent(new CustomEvent("formset:added", { + bubbles: true, + detail: { + formsetName: options.prefix + } + })); + }; + + /** + * The "X" button that is part of every unsaved inline. + * (When saved, it is replaced with a "Delete" checkbox.) + */ + const addInlineDeleteButton = function(row) { + if (row.is("tr")) { + // If the forms are laid out in table rows, insert + // the remove button into the last table cell: + row.children(":last").append('<div><a role="button" class="' + options.deleteCssClass + '" href="#">' + options.deleteText + "</a></div>"); + } else if (row.is("ul") || row.is("ol")) { + // If they're laid out as an ordered/unordered list, + // insert an <li> after the last list item: + row.append('<li><a role="button" class="' + options.deleteCssClass + '" href="#">' + options.deleteText + "</a></li>"); + } else { + // Otherwise, just insert the remove button as the + // last child element of the form's container: + row.children(":first").append('<span><a role="button" class="' + options.deleteCssClass + '" href="#">' + options.deleteText + "</a></span>"); + } + // Add delete handler for each row. + row.find("a." + options.deleteCssClass).on('click', inlineDeleteHandler.bind(this)); + }; + + const inlineDeleteHandler = function(e1) { + e1.preventDefault(); + const deleteButton = $(e1.target); + const row = deleteButton.closest('.' + options.formCssClass); + const inlineGroup = row.closest('.inline-group'); + // Remove the parent form containing this button, + // and also remove the relevant row with non-field errors: + const prevRow = row.prev(); + if (prevRow.length && prevRow.hasClass('row-form-errors')) { + prevRow.remove(); + } + row.remove(); + nextIndex -= 1; + // Pass the deleted form to the post-delete callback, if provided. + if (options.removed) { + options.removed(row); + } + document.dispatchEvent(new CustomEvent("formset:removed", { + detail: { + formsetName: options.prefix + } + })); + // Update the TOTAL_FORMS form count. + const forms = $("." + options.formCssClass); + $("#id_" + options.prefix + "-TOTAL_FORMS").val(forms.length); + // Show add button again once below maximum number. + if ((maxForms.val() === '') || (maxForms.val() - forms.length) > 0) { + addButton.parent().show(); + } + // Hide the remove buttons if at min_num. + toggleDeleteButtonVisibility(inlineGroup); + // Also, update names and ids for all remaining form controls so + // they remain in sequence: + let i, formCount; + const updateElementCallback = function() { + updateElementIndex(this, options.prefix, i); + }; + for (i = 0, formCount = forms.length; i < formCount; i++) { + updateElementIndex($(forms).get(i), options.prefix, i); + $(forms.get(i)).find("*").each(updateElementCallback); + } + }; + + const toggleDeleteButtonVisibility = function(inlineGroup) { + if ((minForms.val() !== '') && (minForms.val() - totalForms.val()) >= 0) { + inlineGroup.find('.inline-deletelink').hide(); + } else { + inlineGroup.find('.inline-deletelink').show(); + } + }; + + $this.each(function(i) { + $(this).not("." + options.emptyCssClass).addClass(options.formCssClass); + }); + + // Create the delete buttons for all unsaved inlines: + $this.filter('.' + options.formCssClass + ':not(.has_original):not(.' + options.emptyCssClass + ')').each(function() { + addInlineDeleteButton($(this)); + }); + toggleDeleteButtonVisibility($this); + + // Create the add button, initially hidden. + addButton = options.addButton; + addInlineAddButton(); + + // Show the add button if allowed to add more items. + // Note that max_num = None translates to a blank string. + const showAddButton = maxForms.val() === '' || (maxForms.val() - totalForms.val()) > 0; + if ($this.length && showAddButton) { + addButton.parent().show(); + } else { + addButton.parent().hide(); + } + + return this; + }; + + /* Setup plugin defaults */ + $.fn.formset.defaults = { + prefix: "form", // The form prefix for your django formset + addText: "add another", // Text for the add link + deleteText: "remove", // Text for the delete link + addCssClass: "add-row", // CSS class applied to the add link + deleteCssClass: "delete-row", // CSS class applied to the delete link + emptyCssClass: "empty-row", // CSS class applied to the empty row + formCssClass: "dynamic-form", // CSS class applied to each form in a formset + added: null, // Function called each time a new form is added + removed: null, // Function called each time a form is deleted + addButton: null // Existing add button to use + }; + + + // Tabular inlines --------------------------------------------------------- + $.fn.tabularFormset = function(selector, options) { + const $rows = $(this); + + const reinitDateTimeShortCuts = function() { + // Reinitialize the calendar and clock widgets by force + if (typeof DateTimeShortcuts !== "undefined") { + $(".datetimeshortcuts").remove(); + DateTimeShortcuts.init(); + } + }; + + const updateSelectFilter = function() { + // If any SelectFilter widgets are a part of the new form, + // instantiate a new SelectFilter instance for it. + if (typeof SelectFilter !== 'undefined') { + $('.selectfilter').each(function(index, value) { + SelectFilter.init(value.id, this.dataset.fieldName, false); + }); + $('.selectfilterstacked').each(function(index, value) { + SelectFilter.init(value.id, this.dataset.fieldName, true); + }); + } + }; + + const initPrepopulatedFields = function(row) { + row.find('.prepopulated_field').each(function() { + const field = $(this), + input = field.find('input, select, textarea'), + dependency_list = input.data('dependency_list') || [], + dependencies = []; + $.each(dependency_list, function(i, field_name) { + dependencies.push('#' + row.find('.field-' + field_name).find('input, select, textarea').attr('id')); + }); + if (dependencies.length) { + input.prepopulate(dependencies, input.attr('maxlength')); + } + }); + }; + + $rows.formset({ + prefix: options.prefix, + addText: options.addText, + formCssClass: "dynamic-" + options.prefix, + deleteCssClass: "inline-deletelink", + deleteText: options.deleteText, + emptyCssClass: "empty-form", + added: function(row) { + initPrepopulatedFields(row); + reinitDateTimeShortCuts(); + updateSelectFilter(); + }, + addButton: options.addButton + }); + + return $rows; + }; + + // Stacked inlines --------------------------------------------------------- + $.fn.stackedFormset = function(selector, options) { + const $rows = $(this); + const updateInlineLabel = function(row) { + $(selector).find(".inline_label").each(function(i) { + const count = i + 1; + $(this).html($(this).html().replace(/(#\d+)/g, "#" + count)); + }); + }; + + const reinitDateTimeShortCuts = function() { + // Reinitialize the calendar and clock widgets by force, yuck. + if (typeof DateTimeShortcuts !== "undefined") { + $(".datetimeshortcuts").remove(); + DateTimeShortcuts.init(); + } + }; + + const updateSelectFilter = function() { + // If any SelectFilter widgets were added, instantiate a new instance. + if (typeof SelectFilter !== "undefined") { + $(".selectfilter").each(function(index, value) { + SelectFilter.init(value.id, this.dataset.fieldName, false); + }); + $(".selectfilterstacked").each(function(index, value) { + SelectFilter.init(value.id, this.dataset.fieldName, true); + }); + } + }; + + const initPrepopulatedFields = function(row) { + row.find('.prepopulated_field').each(function() { + const field = $(this), + input = field.find('input, select, textarea'), + dependency_list = input.data('dependency_list') || [], + dependencies = []; + $.each(dependency_list, function(i, field_name) { + // Dependency in a fieldset. + let field_element = row.find('.form-row .field-' + field_name); + // Dependency without a fieldset. + if (!field_element.length) { + field_element = row.find('.form-row.field-' + field_name); + } + dependencies.push('#' + field_element.find('input, select, textarea').attr('id')); + }); + if (dependencies.length) { + input.prepopulate(dependencies, input.attr('maxlength')); + } + }); + }; + + $rows.formset({ + prefix: options.prefix, + addText: options.addText, + formCssClass: "dynamic-" + options.prefix, + deleteCssClass: "inline-deletelink", + deleteText: options.deleteText, + emptyCssClass: "empty-form", + removed: updateInlineLabel, + added: function(row) { + initPrepopulatedFields(row); + reinitDateTimeShortCuts(); + updateSelectFilter(); + updateInlineLabel(row); + }, + addButton: options.addButton + }); + + return $rows; + }; + + $(document).ready(function() { + $(".js-inline-admin-formset").each(function() { + const data = $(this).data(), + inlineOptions = data.inlineFormset; + let selector; + switch(data.inlineType) { + case "stacked": + selector = inlineOptions.name + "-group .inline-related"; + $(selector).stackedFormset(selector, inlineOptions.options); + break; + case "tabular": + selector = inlineOptions.name + "-group .tabular.inline-related tbody:first > tr.form-row"; + $(selector).tabularFormset(selector, inlineOptions.options); + break; + } + }); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js new file mode 100644 index 00000000000..f40b27f47da --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js @@ -0,0 +1,8 @@ +/*global jQuery:false*/ +'use strict'; +/* Puts the included jQuery into our own namespace using noConflict and passing + * it 'true'. This ensures that the included jQuery doesn't pollute the global + * namespace (i.e. this preserves pre-existing values for both window.$ and + * window.jQuery). + */ +window.django = {jQuery: jQuery.noConflict(true)}; diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js new file mode 100644 index 00000000000..7e735db15cf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js @@ -0,0 +1,79 @@ +'use strict'; +{ + const toggleNavSidebar = document.getElementById('toggle-nav-sidebar'); + if (toggleNavSidebar !== null) { + const navSidebar = document.getElementById('nav-sidebar'); + const main = document.getElementById('main'); + let navSidebarIsOpen = localStorage.getItem('django.admin.navSidebarIsOpen'); + if (navSidebarIsOpen === null) { + navSidebarIsOpen = 'true'; + } + main.classList.toggle('shifted', navSidebarIsOpen === 'true'); + navSidebar.setAttribute('aria-expanded', navSidebarIsOpen); + + toggleNavSidebar.addEventListener('click', function() { + if (navSidebarIsOpen === 'true') { + navSidebarIsOpen = 'false'; + } else { + navSidebarIsOpen = 'true'; + } + localStorage.setItem('django.admin.navSidebarIsOpen', navSidebarIsOpen); + main.classList.toggle('shifted'); + navSidebar.setAttribute('aria-expanded', navSidebarIsOpen); + }); + } + + function initSidebarQuickFilter() { + const options = []; + const navSidebar = document.getElementById('nav-sidebar'); + if (!navSidebar) { + return; + } + navSidebar.querySelectorAll('th[scope=row] a').forEach((container) => { + options.push({title: container.innerHTML, node: container}); + }); + + function checkValue(event) { + let filterValue = event.target.value; + if (filterValue) { + filterValue = filterValue.toLowerCase(); + } + if (event.key === 'Escape') { + filterValue = ''; + event.target.value = ''; // clear input + } + let matches = false; + for (const o of options) { + let displayValue = ''; + if (filterValue) { + if (o.title.toLowerCase().indexOf(filterValue) === -1) { + displayValue = 'none'; + } else { + matches = true; + } + } + // show/hide parent <TR> + o.node.parentNode.parentNode.style.display = displayValue; + } + if (!filterValue || matches) { + event.target.classList.remove('no-results'); + } else { + event.target.classList.add('no-results'); + } + sessionStorage.setItem('django.admin.navSidebarFilterValue', filterValue); + } + + const nav = document.getElementById('nav-filter'); + nav.addEventListener('change', checkValue, false); + nav.addEventListener('input', checkValue, false); + nav.addEventListener('keyup', checkValue, false); + + const storedValue = sessionStorage.getItem('django.admin.navSidebarFilterValue'); + if (storedValue) { + nav.value = storedValue; + checkValue({target: nav, key: ''}); + } + } + window.initSidebarQuickFilter = initSidebarQuickFilter; + initSidebarQuickFilter(); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js new file mode 100644 index 00000000000..fecf0f47984 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js @@ -0,0 +1,15 @@ +'use strict'; +{ + const initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); + switch(initData.action) { + case 'change': + opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); + break; + case 'delete': + opener.dismissDeleteRelatedObjectPopup(window, initData.value); + break; + default: + opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); + break; + } +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js new file mode 100644 index 00000000000..89e95ab44dc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js @@ -0,0 +1,43 @@ +/*global URLify*/ +'use strict'; +{ + const $ = django.jQuery; + $.fn.prepopulate = function(dependencies, maxLength, allowUnicode) { + /* + Depends on urlify.js + Populates a selected field with the values of the dependent fields, + URLifies and shortens the string. + dependencies - array of dependent fields ids + maxLength - maximum length of the URLify'd string + allowUnicode - Unicode support of the URLify'd string + */ + return this.each(function() { + const prepopulatedField = $(this); + + const populate = function() { + // Bail if the field's value has been changed by the user + if (prepopulatedField.data('_changed')) { + return; + } + + const values = []; + $.each(dependencies, function(i, field) { + field = $(field); + if (field.val().length > 0) { + values.push(field.val()); + } + }); + prepopulatedField.val(URLify(values.join(' '), maxLength, allowUnicode)); + }; + + prepopulatedField.data('_changed', false); + prepopulatedField.on('change', function() { + prepopulatedField.data('_changed', true); + }); + + if (!prepopulatedField.val()) { + $(dependencies.join(',')).on('keyup change focus', populate); + } + }); + }; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js new file mode 100644 index 00000000000..a58841f0041 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js @@ -0,0 +1,15 @@ +'use strict'; +{ + const $ = django.jQuery; + const fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); + $.each(fields, function(index, field) { + $( + '.empty-form .form-row .field-' + field.name + + ', .empty-form.form-row .field-' + field.name + + ', .empty-form .form-row.field-' + field.name + ).addClass('prepopulated_field'); + $(field.id).data('dependency_list', field.dependency_list).prepopulate( + field.dependency_ids, field.maxLength, field.allowUnicode + ); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js new file mode 100644 index 00000000000..e79d375c55c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js @@ -0,0 +1,51 @@ +'use strict'; +{ + function setTheme(mode) { + if (mode !== "light" && mode !== "dark" && mode !== "auto") { + console.error(`Got invalid theme mode: ${mode}. Resetting to auto.`); + mode = "auto"; + } + document.documentElement.dataset.theme = mode; + localStorage.setItem("theme", mode); + } + + function cycleTheme() { + const currentTheme = localStorage.getItem("theme") || "auto"; + const prefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches; + + if (prefersDark) { + // Auto (dark) -> Light -> Dark + if (currentTheme === "auto") { + setTheme("light"); + } else if (currentTheme === "light") { + setTheme("dark"); + } else { + setTheme("auto"); + } + } else { + // Auto (light) -> Dark -> Light + if (currentTheme === "auto") { + setTheme("dark"); + } else if (currentTheme === "dark") { + setTheme("light"); + } else { + setTheme("auto"); + } + } + } + + function initTheme() { + // set theme defined in localStorage if there is one, or fallback to auto mode + const currentTheme = localStorage.getItem("theme"); + currentTheme ? setTheme(currentTheme) : setTheme("auto"); + } + + window.addEventListener('load', function(_) { + const buttons = document.getElementsByClassName("theme-toggle"); + Array.from(buttons).forEach((btn) => { + btn.addEventListener("click", cycleTheme); + }); + }); + + initTheme(); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js new file mode 100644 index 00000000000..ec26238c29a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js @@ -0,0 +1,29 @@ +"use strict"; +// Fallback JS for browsers which do not support :has selector used in +// admin/css/unusable_password_fields.css +// Remove file once all supported browsers support :has selector +try { + // If browser does not support :has selector this will raise an error + document.querySelector("form:has(input)"); +} catch (error) { + console.log("Defaulting to javascript for usable password form management: " + error); + // JS replacement for unsupported :has selector + document.querySelectorAll('input[name="usable_password"]').forEach(option => { + option.addEventListener('change', function() { + const usablePassword = (this.value === "true" ? this.checked : !this.checked); + const submit1 = document.querySelector('input[type="submit"].set-password'); + const submit2 = document.querySelector('input[type="submit"].unset-password'); + const messages = document.querySelector('#id_unusable_warning'); + document.getElementById('id_password1').closest('.form-row').hidden = !usablePassword; + document.getElementById('id_password2').closest('.form-row').hidden = !usablePassword; + if (messages) { + messages.hidden = usablePassword; + } + if (submit1 && submit2) { + submit1.hidden = !usablePassword; + submit2.hidden = usablePassword; + } + }); + option.dispatchEvent(new Event('change')); + }); +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js new file mode 100644 index 00000000000..9fc04094964 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js @@ -0,0 +1,169 @@ +/*global XRegExp*/ +'use strict'; +{ + const LATIN_MAP = { + 'À': 'A', 'Á': 'A', 'Â': 'A', 'Ã': 'A', 'Ä': 'A', 'Å': 'A', 'Æ': 'AE', + 'Ç': 'C', 'È': 'E', 'É': 'E', 'Ê': 'E', 'Ë': 'E', 'Ì': 'I', 'Í': 'I', + 'Î': 'I', 'Ï': 'I', 'Ð': 'D', 'Ñ': 'N', 'Ò': 'O', 'Ó': 'O', 'Ô': 'O', + 'Õ': 'O', 'Ö': 'O', 'Ő': 'O', 'Ø': 'O', 'Ù': 'U', 'Ú': 'U', 'Û': 'U', + 'Ü': 'U', 'Ű': 'U', 'Ý': 'Y', 'Þ': 'TH', 'Ÿ': 'Y', 'ß': 'ss', 'à': 'a', + 'á': 'a', 'â': 'a', 'ã': 'a', 'ä': 'a', 'å': 'a', 'æ': 'ae', 'ç': 'c', + 'è': 'e', 'é': 'e', 'ê': 'e', 'ë': 'e', 'ì': 'i', 'í': 'i', 'î': 'i', + 'ï': 'i', 'ð': 'd', 'ñ': 'n', 'ò': 'o', 'ó': 'o', 'ô': 'o', 'õ': 'o', + 'ö': 'o', 'ő': 'o', 'ø': 'o', 'ù': 'u', 'ú': 'u', 'û': 'u', 'ü': 'u', + 'ű': 'u', 'ý': 'y', 'þ': 'th', 'ÿ': 'y' + }; + const LATIN_SYMBOLS_MAP = { + '©': '(c)' + }; + const GREEK_MAP = { + 'α': 'a', 'β': 'b', 'γ': 'g', 'δ': 'd', 'ε': 'e', 'ζ': 'z', 'η': 'h', + 'θ': '8', 'ι': 'i', 'κ': 'k', 'λ': 'l', 'μ': 'm', 'ν': 'n', 'ξ': '3', + 'ο': 'o', 'π': 'p', 'ρ': 'r', 'σ': 's', 'τ': 't', 'υ': 'y', 'φ': 'f', + 'χ': 'x', 'ψ': 'ps', 'ω': 'w', 'ά': 'a', 'έ': 'e', 'ί': 'i', 'ό': 'o', + 'ύ': 'y', 'ή': 'h', 'ώ': 'w', 'ς': 's', 'ϊ': 'i', 'ΰ': 'y', 'ϋ': 'y', + 'ΐ': 'i', 'Α': 'A', 'Β': 'B', 'Γ': 'G', 'Δ': 'D', 'Ε': 'E', 'Ζ': 'Z', + 'Η': 'H', 'Θ': '8', 'Ι': 'I', 'Κ': 'K', 'Λ': 'L', 'Μ': 'M', 'Ν': 'N', + 'Ξ': '3', 'Ο': 'O', 'Π': 'P', 'Ρ': 'R', 'Σ': 'S', 'Τ': 'T', 'Υ': 'Y', + 'Φ': 'F', 'Χ': 'X', 'Ψ': 'PS', 'Ω': 'W', 'Ά': 'A', 'Έ': 'E', 'Ί': 'I', + 'Ό': 'O', 'Ύ': 'Y', 'Ή': 'H', 'Ώ': 'W', 'Ϊ': 'I', 'Ϋ': 'Y' + }; + const TURKISH_MAP = { + 'ş': 's', 'Ş': 'S', 'ı': 'i', 'İ': 'I', 'ç': 'c', 'Ç': 'C', 'ü': 'u', + 'Ü': 'U', 'ö': 'o', 'Ö': 'O', 'ğ': 'g', 'Ğ': 'G' + }; + const ROMANIAN_MAP = { + 'ă': 'a', 'î': 'i', 'ș': 's', 'ț': 't', 'â': 'a', + 'Ă': 'A', 'Î': 'I', 'Ș': 'S', 'Ț': 'T', 'Â': 'A' + }; + const RUSSIAN_MAP = { + 'а': 'a', 'б': 'b', 'в': 'v', 'г': 'g', 'д': 'd', 'е': 'e', 'ё': 'yo', + 'ж': 'zh', 'з': 'z', 'и': 'i', 'й': 'j', 'к': 'k', 'л': 'l', 'м': 'm', + 'н': 'n', 'о': 'o', 'п': 'p', 'р': 'r', 'с': 's', 'т': 't', 'у': 'u', + 'ф': 'f', 'х': 'h', 'ц': 'c', 'ч': 'ch', 'ш': 'sh', 'щ': 'sh', 'ъ': '', + 'ы': 'y', 'ь': '', 'э': 'e', 'ю': 'yu', 'я': 'ya', + 'А': 'A', 'Б': 'B', 'В': 'V', 'Г': 'G', 'Д': 'D', 'Е': 'E', 'Ё': 'Yo', + 'Ж': 'Zh', 'З': 'Z', 'И': 'I', 'Й': 'J', 'К': 'K', 'Л': 'L', 'М': 'M', + 'Н': 'N', 'О': 'O', 'П': 'P', 'Р': 'R', 'С': 'S', 'Т': 'T', 'У': 'U', + 'Ф': 'F', 'Х': 'H', 'Ц': 'C', 'Ч': 'Ch', 'Ш': 'Sh', 'Щ': 'Sh', 'Ъ': '', + 'Ы': 'Y', 'Ь': '', 'Э': 'E', 'Ю': 'Yu', 'Я': 'Ya' + }; + const UKRAINIAN_MAP = { + 'Є': 'Ye', 'І': 'I', 'Ї': 'Yi', 'Ґ': 'G', 'є': 'ye', 'і': 'i', + 'ї': 'yi', 'ґ': 'g' + }; + const CZECH_MAP = { + 'č': 'c', 'ď': 'd', 'ě': 'e', 'ň': 'n', 'ř': 'r', 'š': 's', 'ť': 't', + 'ů': 'u', 'ž': 'z', 'Č': 'C', 'Ď': 'D', 'Ě': 'E', 'Ň': 'N', 'Ř': 'R', + 'Š': 'S', 'Ť': 'T', 'Ů': 'U', 'Ž': 'Z' + }; + const SLOVAK_MAP = { + 'á': 'a', 'ä': 'a', 'č': 'c', 'ď': 'd', 'é': 'e', 'í': 'i', 'ľ': 'l', + 'ĺ': 'l', 'ň': 'n', 'ó': 'o', 'ô': 'o', 'ŕ': 'r', 'š': 's', 'ť': 't', + 'ú': 'u', 'ý': 'y', 'ž': 'z', + 'Á': 'a', 'Ä': 'A', 'Č': 'C', 'Ď': 'D', 'É': 'E', 'Í': 'I', 'Ľ': 'L', + 'Ĺ': 'L', 'Ň': 'N', 'Ó': 'O', 'Ô': 'O', 'Ŕ': 'R', 'Š': 'S', 'Ť': 'T', + 'Ú': 'U', 'Ý': 'Y', 'Ž': 'Z' + }; + const POLISH_MAP = { + 'ą': 'a', 'ć': 'c', 'ę': 'e', 'ł': 'l', 'ń': 'n', 'ó': 'o', 'ś': 's', + 'ź': 'z', 'ż': 'z', + 'Ą': 'A', 'Ć': 'C', 'Ę': 'E', 'Ł': 'L', 'Ń': 'N', 'Ó': 'O', 'Ś': 'S', + 'Ź': 'Z', 'Ż': 'Z' + }; + const LATVIAN_MAP = { + 'ā': 'a', 'č': 'c', 'ē': 'e', 'ģ': 'g', 'ī': 'i', 'ķ': 'k', 'ļ': 'l', + 'ņ': 'n', 'š': 's', 'ū': 'u', 'ž': 'z', + 'Ā': 'A', 'Č': 'C', 'Ē': 'E', 'Ģ': 'G', 'Ī': 'I', 'Ķ': 'K', 'Ļ': 'L', + 'Ņ': 'N', 'Š': 'S', 'Ū': 'U', 'Ž': 'Z' + }; + const ARABIC_MAP = { + 'أ': 'a', 'ب': 'b', 'ت': 't', 'ث': 'th', 'ج': 'g', 'ح': 'h', 'خ': 'kh', 'د': 'd', + 'ذ': 'th', 'ر': 'r', 'ز': 'z', 'س': 's', 'ش': 'sh', 'ص': 's', 'ض': 'd', 'ط': 't', + 'ظ': 'th', 'ع': 'aa', 'غ': 'gh', 'ف': 'f', 'ق': 'k', 'ك': 'k', 'ل': 'l', 'م': 'm', + 'ن': 'n', 'ه': 'h', 'و': 'o', 'ي': 'y' + }; + const LITHUANIAN_MAP = { + 'ą': 'a', 'č': 'c', 'ę': 'e', 'ė': 'e', 'į': 'i', 'š': 's', 'ų': 'u', + 'ū': 'u', 'ž': 'z', + 'Ą': 'A', 'Č': 'C', 'Ę': 'E', 'Ė': 'E', 'Į': 'I', 'Š': 'S', 'Ų': 'U', + 'Ū': 'U', 'Ž': 'Z' + }; + const SERBIAN_MAP = { + 'ђ': 'dj', 'ј': 'j', 'љ': 'lj', 'њ': 'nj', 'ћ': 'c', 'џ': 'dz', + 'đ': 'dj', 'Ђ': 'Dj', 'Ј': 'j', 'Љ': 'Lj', 'Њ': 'Nj', 'Ћ': 'C', + 'Џ': 'Dz', 'Đ': 'Dj' + }; + const AZERBAIJANI_MAP = { + 'ç': 'c', 'ə': 'e', 'ğ': 'g', 'ı': 'i', 'ö': 'o', 'ş': 's', 'ü': 'u', + 'Ç': 'C', 'Ə': 'E', 'Ğ': 'G', 'İ': 'I', 'Ö': 'O', 'Ş': 'S', 'Ü': 'U' + }; + const GEORGIAN_MAP = { + 'ა': 'a', 'ბ': 'b', 'გ': 'g', 'დ': 'd', 'ე': 'e', 'ვ': 'v', 'ზ': 'z', + 'თ': 't', 'ი': 'i', 'კ': 'k', 'ლ': 'l', 'მ': 'm', 'ნ': 'n', 'ო': 'o', + 'პ': 'p', 'ჟ': 'j', 'რ': 'r', 'ს': 's', 'ტ': 't', 'უ': 'u', 'ფ': 'f', + 'ქ': 'q', 'ღ': 'g', 'ყ': 'y', 'შ': 'sh', 'ჩ': 'ch', 'ც': 'c', 'ძ': 'dz', + 'წ': 'w', 'ჭ': 'ch', 'ხ': 'x', 'ჯ': 'j', 'ჰ': 'h' + }; + + const ALL_DOWNCODE_MAPS = [ + LATIN_MAP, + LATIN_SYMBOLS_MAP, + GREEK_MAP, + TURKISH_MAP, + ROMANIAN_MAP, + RUSSIAN_MAP, + UKRAINIAN_MAP, + CZECH_MAP, + SLOVAK_MAP, + POLISH_MAP, + LATVIAN_MAP, + ARABIC_MAP, + LITHUANIAN_MAP, + SERBIAN_MAP, + AZERBAIJANI_MAP, + GEORGIAN_MAP + ]; + + const Downcoder = { + 'Initialize': function() { + if (Downcoder.map) { // already made + return; + } + Downcoder.map = {}; + for (const lookup of ALL_DOWNCODE_MAPS) { + Object.assign(Downcoder.map, lookup); + } + Downcoder.regex = new RegExp(Object.keys(Downcoder.map).join('|'), 'g'); + } + }; + + function downcode(slug) { + Downcoder.Initialize(); + return slug.replace(Downcoder.regex, function(m) { + return Downcoder.map[m]; + }); + } + + + function URLify(s, num_chars, allowUnicode) { + // changes, e.g., "Petty theft" to "petty-theft" + if (!allowUnicode) { + s = downcode(s); + } + s = s.toLowerCase(); // convert to lowercase + // if downcode doesn't hit, the char will be stripped here + if (allowUnicode) { + // Keep Unicode letters including both lowercase and uppercase + // characters, whitespace, and dash; remove other characters. + s = XRegExp.replace(s, XRegExp('[^-_\\p{L}\\p{N}\\s]', 'g'), ''); + } else { + s = s.replace(/[^-\w\s]/g, ''); // remove unneeded chars + } + s = s.replace(/^\s+|\s+$/g, ''); // trim leading/trailing spaces + s = s.replace(/[-\s]+/g, '-'); // convert spaces to hyphens + s = s.substring(0, num_chars); // trim to first num_chars chars + return s.replace(/-+$/g, ''); // trim any trailing hyphens + } + window.URLify = URLify; +} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt new file mode 100644 index 00000000000..f642c3f7a77 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js new file mode 100644 index 00000000000..1a86433c223 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js @@ -0,0 +1,10716 @@ +/*! + * jQuery JavaScript Library v3.7.1 + * https://jquery.com/ + * + * Copyright OpenJS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2023-08-28T13:37Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket trac-14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var flat = arr.flat ? function( array ) { + return arr.flat.call( array ); +} : function( array ) { + return arr.concat.apply( [], array ); +}; + + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + +var isFunction = function isFunction( obj ) { + + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML <object> elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 + // Plus for old WebKit, typeof returns "function" for HTML collections + // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) + return typeof obj === "function" && typeof obj.nodeType !== "number" && + typeof obj.item !== "function"; + }; + + +var isWindow = function isWindow( obj ) { + return obj != null && obj === obj.window; + }; + + +var document = window.document; + + + + var preservedScriptAttributes = { + type: true, + src: true, + nonce: true, + noModule: true + }; + + function DOMEval( code, node, doc ) { + doc = doc || document; + + var i, val, + script = doc.createElement( "script" ); + + script.text = code; + if ( node ) { + for ( i in preservedScriptAttributes ) { + + // Support: Firefox 64+, Edge 18+ + // Some browsers don't support the "nonce" property on scripts. + // On the other hand, just using `getAttribute` is not enough as + // the `nonce` attribute is reset to an empty string whenever it + // becomes browsing-context connected. + // See https://github.com/whatwg/html/issues/2369 + // See https://html.spec.whatwg.org/#nonce-attributes + // The `node.getAttribute` check was added for the sake of + // `jQuery.globalEval` so that it can fake a nonce-containing node + // via an object. + val = node[ i ] || node.getAttribute && node.getAttribute( i ); + if ( val ) { + script.setAttribute( i, val ); + } + } + } + doc.head.appendChild( script ).parentNode.removeChild( script ); + } + + +function toType( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; +} +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var version = "3.7.1", + + rhtmlSuffix = /HTML$/i, + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + even: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return ( i + 1 ) % 2; + } ) ); + }, + + odd: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return i % 2; + } ) ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + copy = options[ name ]; + + // Prevent Object.prototype pollution + // Prevent never-ending loop + if ( name === "__proto__" || target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = Array.isArray( copy ) ) ) ) { + src = target[ name ]; + + // Ensure proper type for the source value + if ( copyIsArray && !Array.isArray( src ) ) { + clone = []; + } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { + clone = {}; + } else { + clone = src; + } + copyIsArray = false; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + // Evaluates a script in a provided context; falls back to the global one + // if not specified. + globalEval: function( code, options, doc ) { + DOMEval( code, { nonce: options && options.nonce }, doc ); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + + // Retrieve the text value of an array of DOM nodes + text: function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + + // If no nodeType, this is expected to be an array + while ( ( node = elem[ i++ ] ) ) { + + // Do not traverse comment nodes + ret += jQuery.text( node ); + } + } + if ( nodeType === 1 || nodeType === 11 ) { + return elem.textContent; + } + if ( nodeType === 9 ) { + return elem.documentElement.textContent; + } + if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + + // Do not include comment or processing instruction nodes + + return ret; + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + isXMLDoc: function( elem ) { + var namespace = elem && elem.namespaceURI, + docElem = elem && ( elem.ownerDocument || elem ).documentElement; + + // Assume HTML when documentElement doesn't yet exist, such as inside + // document fragments. + return !rhtmlSuffix.test( namespace || docElem && docElem.nodeName || "HTML" ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return flat( ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), + function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); + } ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = toType( obj ); + + if ( isFunction( obj ) || isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} + + +function nodeName( elem, name ) { + + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + +} +var pop = arr.pop; + + +var sort = arr.sort; + + +var splice = arr.splice; + + +var whitespace = "[\\x20\\t\\r\\n\\f]"; + + +var rtrimCSS = new RegExp( + "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", + "g" +); + + + + +// Note: an element does not contain itself +jQuery.contains = function( a, b ) { + var bup = b && b.parentNode; + + return a === bup || !!( bup && bup.nodeType === 1 && ( + + // Support: IE 9 - 11+ + // IE doesn't have `contains` on SVG. + a.contains ? + a.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + ) ); +}; + + + + +// CSS string/identifier serialization +// https://drafts.csswg.org/cssom/#common-serializing-idioms +var rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g; + +function fcssescape( ch, asCodePoint ) { + if ( asCodePoint ) { + + // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER + if ( ch === "\0" ) { + return "\uFFFD"; + } + + // Control characters and (dependent upon position) numbers get escaped as code points + return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; + } + + // Other potentially-special ASCII characters get backslash-escaped + return "\\" + ch; +} + +jQuery.escapeSelector = function( sel ) { + return ( sel + "" ).replace( rcssescape, fcssescape ); +}; + + + + +var preferredDoc = document, + pushNative = push; + +( function() { + +var i, + Expr, + outermostContext, + sortInput, + hasDuplicate, + push = pushNative, + + // Local document vars + document, + documentElement, + documentIsHTML, + rbuggyQSA, + matches, + + // Instance-specific data + expando = jQuery.expando, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + nonnativeSelectorCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|" + + "loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram + identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", + + // Attribute selectors: https://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + + whitespace + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rleadingCombinator = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + + whitespace + "*" ), + rdescend = new RegExp( whitespace + "|>" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + ID: new RegExp( "^#(" + identifier + ")" ), + CLASS: new RegExp( "^\\.(" + identifier + ")" ), + TAG: new RegExp( "^(" + identifier + "|[*])" ), + ATTR: new RegExp( "^" + attributes ), + PSEUDO: new RegExp( "^" + pseudos ), + CHILD: new RegExp( + "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + + whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + + whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + bool: new RegExp( "^(?:" + booleans + ")$", "i" ), + + // For use in libraries implementing .is() + // We use this for POS matching in `select` + needsContext: new RegExp( "^" + whitespace + + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + + // CSS escapes + // https://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + + "?|\\\\([^\\r\\n\\f])", "g" ), + funescape = function( escape, nonHex ) { + var high = "0x" + escape.slice( 1 ) - 0x10000; + + if ( nonHex ) { + + // Strip the backslash prefix from a non-hex escape sequence + return nonHex; + } + + // Replace a hexadecimal escape sequence with the encoded Unicode code point + // Support: IE <=11+ + // For values outside the Basic Multilingual Plane (BMP), manually construct a + // surrogate pair + return high < 0 ? + String.fromCharCode( high + 0x10000 ) : + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // Used for iframes; see `setDocument`. + // Support: IE 9 - 11+, Edge 12 - 18+ + // Removing the function wrapper causes a "Permission Denied" + // error in IE/Edge. + unloadHandler = function() { + setDocument(); + }, + + inDisabledFieldset = addCombinator( + function( elem ) { + return elem.disabled === true && nodeName( elem, "fieldset" ); + }, + { dir: "parentNode", next: "legend" } + ); + +// Support: IE <=9 only +// Accessing document.activeElement can throw unexpectedly +// https://bugs.jquery.com/ticket/13393 +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + ( arr = slice.call( preferredDoc.childNodes ) ), + preferredDoc.childNodes + ); + + // Support: Android <=4.0 + // Detect silently failing push.apply + // eslint-disable-next-line no-unused-expressions + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { + apply: function( target, els ) { + pushNative.apply( target, slice.call( els ) ); + }, + call: function( target ) { + pushNative.apply( target, slice.call( arguments, 1 ) ); + } + }; +} + +function find( selector, context, results, seed ) { + var m, i, elem, nid, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + setDocument( context ); + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { + + // ID selector + if ( ( m = match[ 1 ] ) ) { + + // Document context + if ( nodeType === 9 ) { + if ( ( elem = context.getElementById( m ) ) ) { + + // Support: IE 9 only + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + push.call( results, elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE 9 only + // getElementById can match elements by name instead of ID + if ( newContext && ( elem = newContext.getElementById( m ) ) && + find.contains( context, elem ) && + elem.id === m ) { + + push.call( results, elem ); + return results; + } + } + + // Type selector + } else if ( match[ 2 ] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( ( m = match[ 3 ] ) && context.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( !nonnativeSelectorCache[ selector + " " ] && + ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) ) { + + newSelector = selector; + newContext = context; + + // qSA considers elements outside a scoping root when evaluating child or + // descendant combinators, which is not what we want. + // In such cases, we work around the behavior by prefixing every selector in the + // list with an ID selector referencing the scope context. + // The technique has to be used as well when a leading combinator is used + // as such selectors are not recognized by querySelectorAll. + // Thanks to Andrew Dupont for this technique. + if ( nodeType === 1 && + ( rdescend.test( selector ) || rleadingCombinator.test( selector ) ) ) { + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + + // We can use :scope instead of the ID hack if the browser + // supports it & if we're not changing the context. + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when + // strict-comparing two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( newContext != context || !support.scope ) { + + // Capture the context ID, setting it first if necessary + if ( ( nid = context.getAttribute( "id" ) ) ) { + nid = jQuery.escapeSelector( nid ); + } else { + context.setAttribute( "id", ( nid = expando ) ); + } + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + while ( i-- ) { + groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + + toSelector( groups[ i ] ); + } + newSelector = groups.join( "," ); + } + + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + nonnativeSelectorCache( selector, true ); + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + + // All others + return select( selector.replace( rtrimCSS, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + + // Use (key + " ") to avoid collision with native prototype properties + // (see https://github.com/jquery/sizzle/issues/157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return ( cache[ key + " " ] = value ); + } + return cache; +} + +/** + * Mark a function for special use by jQuery selector module + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created element and returns a boolean result + */ +function assert( fn ) { + var el = document.createElement( "fieldset" ); + + try { + return !!fn( el ); + } catch ( e ) { + return false; + } finally { + + // Remove from its parent by default + if ( el.parentNode ) { + el.parentNode.removeChild( el ); + } + + // release memory in IE + el = null; + } +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + return nodeName( elem, "input" ) && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + return ( nodeName( elem, "input" ) || nodeName( elem, "button" ) ) && + elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for :enabled/:disabled + * @param {Boolean} disabled true for :disabled; false for :enabled + */ +function createDisabledPseudo( disabled ) { + + // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable + return function( elem ) { + + // Only certain elements can match :enabled or :disabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled + if ( "form" in elem ) { + + // Check for inherited disabledness on relevant non-disabled elements: + // * listed form-associated elements in a disabled fieldset + // https://html.spec.whatwg.org/multipage/forms.html#category-listed + // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled + // * option elements in a disabled optgroup + // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled + // All such elements have a "form" property. + if ( elem.parentNode && elem.disabled === false ) { + + // Option elements defer to a parent optgroup if present + if ( "label" in elem ) { + if ( "label" in elem.parentNode ) { + return elem.parentNode.disabled === disabled; + } else { + return elem.disabled === disabled; + } + } + + // Support: IE 6 - 11+ + // Use the isDisabled shortcut property to check for disabled fieldset ancestors + return elem.isDisabled === disabled || + + // Where there is no isDisabled, check manually + elem.isDisabled !== !disabled && + inDisabledFieldset( elem ) === disabled; + } + + return elem.disabled === disabled; + + // Try to winnow out elements that can't be disabled before trusting the disabled property. + // Some victims get caught in our net (label, legend, menu, track), but it shouldn't + // even exist on them, let alone have a boolean value. + } else if ( "label" in elem ) { + return elem.disabled === disabled; + } + + // Remaining elements are neither :enabled nor :disabled + return false; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction( function( argument ) { + argument = +argument; + return markFunction( function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ ( j = matchIndexes[ i ] ) ] ) { + seed[ j ] = !( matches[ j ] = seed[ j ] ); + } + } + } ); + } ); +} + +/** + * Checks a node for validity as a jQuery selector context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [node] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +function setDocument( node ) { + var subWindow, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + documentElement = document.documentElement; + documentIsHTML = !jQuery.isXMLDoc( document ); + + // Support: iOS 7 only, IE 9 - 11+ + // Older browsers didn't support unprefixed `matches`. + matches = documentElement.matches || + documentElement.webkitMatchesSelector || + documentElement.msMatchesSelector; + + // Support: IE 9 - 11+, Edge 12 - 18+ + // Accessing iframe documents after unload throws "permission denied" errors + // (see trac-13936). + // Limit the fix to IE & Edge Legacy; despite Edge 15+ implementing `matches`, + // all IE 9+ and Edge Legacy versions implement `msMatchesSelector` as well. + if ( documentElement.msMatchesSelector && + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + preferredDoc != document && + ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { + + // Support: IE 9 - 11+, Edge 12 - 18+ + subWindow.addEventListener( "unload", unloadHandler ); + } + + // Support: IE <10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programmatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert( function( el ) { + documentElement.appendChild( el ).id = jQuery.expando; + return !document.getElementsByName || + !document.getElementsByName( jQuery.expando ).length; + } ); + + // Support: IE 9 only + // Check to see if it's possible to do matchesSelector + // on a disconnected node. + support.disconnectedMatch = assert( function( el ) { + return matches.call( el, "*" ); + } ); + + // Support: IE 9 - 11+, Edge 12 - 18+ + // IE/Edge don't support the :scope pseudo-class. + support.scope = assert( function() { + return document.querySelectorAll( ":scope" ); + } ); + + // Support: Chrome 105 - 111 only, Safari 15.4 - 16.3 only + // Make sure the `:has()` argument is parsed unforgivingly. + // We include `*` in the test to detect buggy implementations that are + // _selectively_ forgiving (specifically when the list includes at least + // one valid selector). + // Note that we treat complete lack of support for `:has()` as if it were + // spec-compliant support, which is fine because use of `:has()` in such + // environments will fail in the qSA path and fall back to jQuery traversal + // anyway. + support.cssHas = assert( function() { + try { + document.querySelector( ":has(*,:jqfake)" ); + return false; + } catch ( e ) { + return true; + } + } ); + + // ID filter and find + if ( support.getById ) { + Expr.filter.ID = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute( "id" ) === attrId; + }; + }; + Expr.find.ID = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var elem = context.getElementById( id ); + return elem ? [ elem ] : []; + } + }; + } else { + Expr.filter.ID = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode( "id" ); + return node && node.value === attrId; + }; + }; + + // Support: IE 6 - 7 only + // getElementById is not reliable as a find shortcut + Expr.find.ID = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var node, i, elems, + elem = context.getElementById( id ); + + if ( elem ) { + + // Verify the id attribute + node = elem.getAttributeNode( "id" ); + if ( node && node.value === id ) { + return [ elem ]; + } + + // Fall back on getElementsByName + elems = context.getElementsByName( id ); + i = 0; + while ( ( elem = elems[ i++ ] ) ) { + node = elem.getAttributeNode( "id" ); + if ( node && node.value === id ) { + return [ elem ]; + } + } + } + + return []; + } + }; + } + + // Tag + Expr.find.TAG = function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else { + return context.querySelectorAll( tag ); + } + }; + + // Class + Expr.find.CLASS = function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + rbuggyQSA = []; + + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert( function( el ) { + + var input; + + documentElement.appendChild( el ).innerHTML = + "<a id='" + expando + "' href='' disabled='disabled'></a>" + + "<select id='" + expando + "-\r\\' disabled='disabled'>" + + "<option selected=''></option></select>"; + + // Support: iOS <=7 - 8 only + // Boolean attributes and "value" are not treated correctly in some XML documents + if ( !el.querySelectorAll( "[selected]" ).length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: iOS <=7 - 8 only + if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push( "~=" ); + } + + // Support: iOS 8 only + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibling-combinator selector` fails + if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push( ".#.+[+~]" ); + } + + // Support: Chrome <=105+, Firefox <=104+, Safari <=15.4+ + // In some of the document kinds, these selectors wouldn't work natively. + // This is probably OK but for backwards compatibility we want to maintain + // handling them through jQuery traversal in jQuery 3.x. + if ( !el.querySelectorAll( ":checked" ).length ) { + rbuggyQSA.push( ":checked" ); + } + + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + input = document.createElement( "input" ); + input.setAttribute( "type", "hidden" ); + el.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE 9 - 11+ + // IE's :disabled selector does not pick up the children of disabled fieldsets + // Support: Chrome <=105+, Firefox <=104+, Safari <=15.4+ + // In some of the document kinds, these selectors wouldn't work natively. + // This is probably OK but for backwards compatibility we want to maintain + // handling them through jQuery traversal in jQuery 3.x. + documentElement.appendChild( el ).disabled = true; + if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: IE 11+, Edge 15 - 18+ + // IE 11/Edge don't find elements on a `[name='']` query in some cases. + // Adding a temporary attribute to the document before the selection works + // around the issue. + // Interestingly, IE 10 & older don't seem to have the issue. + input = document.createElement( "input" ); + input.setAttribute( "name", "" ); + el.appendChild( input ); + if ( !el.querySelectorAll( "[name='']" ).length ) { + rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + + whitespace + "*(?:''|\"\")" ); + } + } ); + + if ( !support.cssHas ) { + + // Support: Chrome 105 - 110+, Safari 15.4 - 16.3+ + // Our regular `try-catch` mechanism fails to detect natively-unsupported + // pseudo-classes inside `:has()` (such as `:has(:contains("Foo"))`) + // in browsers that parse the `:has()` argument as a forgiving selector list. + // https://drafts.csswg.org/selectors/#relational now requires the argument + // to be parsed unforgivingly, but browsers have not yet fully adjusted. + rbuggyQSA.push( ":has" ); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { + + // Choose the first element that is related to our preferred document + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( a === document || a.ownerDocument == preferredDoc && + find.contains( preferredDoc, a ) ) { + return -1; + } + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( b === document || b.ownerDocument == preferredDoc && + find.contains( preferredDoc, b ) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + }; + + return document; +} + +find.matches = function( expr, elements ) { + return find( expr, null, null, elements ); +}; + +find.matchesSelector = function( elem, expr ) { + setDocument( elem ); + + if ( documentIsHTML && + !nonnativeSelectorCache[ expr + " " ] && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch ( e ) { + nonnativeSelectorCache( expr, true ); + } + } + + return find( expr, document, null, [ elem ] ).length > 0; +}; + +find.contains = function( context, elem ) { + + // Set document vars if needed + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( ( context.ownerDocument || context ) != document ) { + setDocument( context ); + } + return jQuery.contains( context, elem ); +}; + + +find.attr = function( elem, name ) { + + // Set document vars if needed + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( ( elem.ownerDocument || elem ) != document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + + // Don't get fooled by Object.prototype properties (see trac-13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + if ( val !== undefined ) { + return val; + } + + return elem.getAttribute( name ); +}; + +find.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +jQuery.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + // + // Support: Android <=4.0+ + // Testing for detecting duplicates is unpredictable so instead assume we can't + // depend on duplicate detection in all browsers without a stable sort. + hasDuplicate = !support.sortStable; + sortInput = !support.sortStable && slice.call( results, 0 ); + sort.call( results, sortOrder ); + + if ( hasDuplicate ) { + while ( ( elem = results[ i++ ] ) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + splice.call( results, duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +jQuery.fn.uniqueSort = function() { + return this.pushStack( jQuery.uniqueSort( slice.apply( this ) ) ); +}; + +Expr = jQuery.expr = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + ATTR: function( match ) { + match[ 1 ] = match[ 1 ].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[ 3 ] = ( match[ 3 ] || match[ 4 ] || match[ 5 ] || "" ) + .replace( runescape, funescape ); + + if ( match[ 2 ] === "~=" ) { + match[ 3 ] = " " + match[ 3 ] + " "; + } + + return match.slice( 0, 4 ); + }, + + CHILD: function( match ) { + + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[ 1 ] = match[ 1 ].toLowerCase(); + + if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { + + // nth-* requires argument + if ( !match[ 3 ] ) { + find.error( match[ 0 ] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[ 4 ] = +( match[ 4 ] ? + match[ 5 ] + ( match[ 6 ] || 1 ) : + 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) + ); + match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); + + // other types prohibit arguments + } else if ( match[ 3 ] ) { + find.error( match[ 0 ] ); + } + + return match; + }, + + PSEUDO: function( match ) { + var excess, + unquoted = !match[ 6 ] && match[ 2 ]; + + if ( matchExpr.CHILD.test( match[ 0 ] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[ 3 ] ) { + match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + + // Get excess from tokenize (recursively) + ( excess = tokenize( unquoted, true ) ) && + + // advance to the next closing parenthesis + ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { + + // excess is a negative index + match[ 0 ] = match[ 0 ].slice( 0, excess ); + match[ 2 ] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + TAG: function( nodeNameSelector ) { + var expectedNodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { + return true; + } : + function( elem ) { + return nodeName( elem, expectedNodeName ); + }; + }, + + CLASS: function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + ( pattern = new RegExp( "(^|" + whitespace + ")" + className + + "(" + whitespace + "|$)" ) ) && + classCache( className, function( elem ) { + return pattern.test( + typeof elem.className === "string" && elem.className || + typeof elem.getAttribute !== "undefined" && + elem.getAttribute( "class" ) || + "" + ); + } ); + }, + + ATTR: function( name, operator, check ) { + return function( elem ) { + var result = find.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + if ( operator === "=" ) { + return result === check; + } + if ( operator === "!=" ) { + return result !== check; + } + if ( operator === "^=" ) { + return check && result.indexOf( check ) === 0; + } + if ( operator === "*=" ) { + return check && result.indexOf( check ) > -1; + } + if ( operator === "$=" ) { + return check && result.slice( -check.length ) === check; + } + if ( operator === "~=" ) { + return ( " " + result.replace( rwhitespace, " " ) + " " ) + .indexOf( check ) > -1; + } + if ( operator === "|=" ) { + return result === check || result.slice( 0, check.length + 1 ) === check + "-"; + } + + return false; + }; + }, + + CHILD: function( type, what, _argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, _context, xml ) { + var cache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( ( node = node[ dir ] ) ) { + if ( ofType ? + nodeName( node, name ) : + node.nodeType === 1 ) { + + return false; + } + } + + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || ( parent[ expando ] = {} ); + cache = outerCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( ( node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + ( diff = nodeIndex = 0 ) || start.pop() ) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + + // Use previously-cached element index if available + if ( useCache ) { + outerCache = elem[ expando ] || ( elem[ expando ] = {} ); + cache = outerCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + + // Use the same loop as above to seek `elem` from the start + while ( ( node = ++nodeIndex && node && node[ dir ] || + ( diff = nodeIndex = 0 ) || start.pop() ) ) { + + if ( ( ofType ? + nodeName( node, name ) : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || + ( node[ expando ] = {} ); + outerCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + PSEUDO: function( pseudo, argument ) { + + // pseudo-class names are case-insensitive + // https://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + find.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as jQuery does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction( function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[ i ] ); + seed[ idx ] = !( matches[ idx ] = matched[ i ] ); + } + } ) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + + // Potentially complex pseudos + not: markFunction( function( selector ) { + + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrimCSS, "$1" ) ); + + return matcher[ expando ] ? + markFunction( function( seed, matches, _context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( ( elem = unmatched[ i ] ) ) { + seed[ i ] = !( matches[ i ] = elem ); + } + } + } ) : + function( elem, _context, xml ) { + input[ 0 ] = elem; + matcher( input, null, xml, results ); + + // Don't keep the element + // (see https://github.com/jquery/sizzle/issues/299) + input[ 0 ] = null; + return !results.pop(); + }; + } ), + + has: markFunction( function( selector ) { + return function( elem ) { + return find( selector, elem ).length > 0; + }; + } ), + + contains: markFunction( function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || jQuery.text( elem ) ).indexOf( text ) > -1; + }; + } ), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // https://www.w3.org/TR/selectors/#lang-pseudo + lang: markFunction( function( lang ) { + + // lang value must be a valid identifier + if ( !ridentifier.test( lang || "" ) ) { + find.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( ( elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); + return false; + }; + } ), + + // Miscellaneous + target: function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + root: function( elem ) { + return elem === documentElement; + }, + + focus: function( elem ) { + return elem === safeActiveElement() && + document.hasFocus() && + !!( elem.type || elem.href || ~elem.tabIndex ); + }, + + // Boolean properties + enabled: createDisabledPseudo( false ), + disabled: createDisabledPseudo( true ), + + checked: function( elem ) { + + // In CSS3, :checked should return both checked and selected elements + // https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + return ( nodeName( elem, "input" ) && !!elem.checked ) || + ( nodeName( elem, "option" ) && !!elem.selected ); + }, + + selected: function( elem ) { + + // Support: IE <=11+ + // Accessing the selectedIndex property + // forces the browser to treat the default option as + // selected when in an optgroup. + if ( elem.parentNode ) { + // eslint-disable-next-line no-unused-expressions + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + empty: function( elem ) { + + // https://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + parent: function( elem ) { + return !Expr.pseudos.empty( elem ); + }, + + // Element/input types + header: function( elem ) { + return rheader.test( elem.nodeName ); + }, + + input: function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + button: function( elem ) { + return nodeName( elem, "input" ) && elem.type === "button" || + nodeName( elem, "button" ); + }, + + text: function( elem ) { + var attr; + return nodeName( elem, "input" ) && elem.type === "text" && + + // Support: IE <10 only + // New HTML5 attribute values (e.g., "search") appear + // with elem.type === "text" + ( ( attr = elem.getAttribute( "type" ) ) == null || + attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + first: createPositionalPseudo( function() { + return [ 0 ]; + } ), + + last: createPositionalPseudo( function( _matchIndexes, length ) { + return [ length - 1 ]; + } ), + + eq: createPositionalPseudo( function( _matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + } ), + + even: createPositionalPseudo( function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + odd: createPositionalPseudo( function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + lt: createPositionalPseudo( function( matchIndexes, length, argument ) { + var i; + + if ( argument < 0 ) { + i = argument + length; + } else if ( argument > length ) { + i = length; + } else { + i = argument; + } + + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + gt: createPositionalPseudo( function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ) + } +}; + +Expr.pseudos.nth = Expr.pseudos.eq; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +function tokenize( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || ( match = rcomma.exec( soFar ) ) ) { + if ( match ) { + + // Don't consume trailing commas as valid + soFar = soFar.slice( match[ 0 ].length ) || soFar; + } + groups.push( ( tokens = [] ) ); + } + + matched = false; + + // Combinators + if ( ( match = rleadingCombinator.exec( soFar ) ) ) { + matched = match.shift(); + tokens.push( { + value: matched, + + // Cast descendant combinators to space + type: match[ 0 ].replace( rtrimCSS, " " ) + } ); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || + ( match = preFilters[ type ]( match ) ) ) ) { + matched = match.shift(); + tokens.push( { + value: matched, + type: type, + matches: match + } ); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + if ( parseOnly ) { + return soFar.length; + } + + return soFar ? + find.error( selector ) : + + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +} + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[ i ].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + skip = combinator.next, + key = skip || dir, + checkNonElements = base && key === "parentNode", + doneName = done++; + + return combinator.first ? + + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + return false; + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || ( elem[ expando ] = {} ); + + if ( skip && nodeName( elem, skip ) ) { + elem = elem[ dir ] || elem; + } else if ( ( oldCache = outerCache[ key ] ) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return ( newCache[ 2 ] = oldCache[ 2 ] ); + } else { + + // Reuse newcache so results back-propagate to previous elements + outerCache[ key ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { + return true; + } + } + } + } + } + return false; + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[ i ]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[ 0 ]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + find( selector, contexts[ i ], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( ( elem = unmatched[ i ] ) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction( function( seed, results, context, xml ) { + var temp, i, elem, matcherOut, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || + multipleContexts( selector || "*", + context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems; + + if ( matcher ) { + + // If we have a postFinder, or filtered seed, or non-seed postFilter + // or preexisting results, + matcherOut = postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results; + + // Find primary matches + matcher( matcherIn, matcherOut, context, xml ); + } else { + matcherOut = matcherIn; + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( ( elem = temp[ i ] ) ) { + matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( ( elem = matcherOut[ i ] ) ) { + + // Restore matcherIn since elem is not yet a final match + temp.push( ( matcherIn[ i ] = elem ) ); + } + } + postFinder( null, ( matcherOut = [] ), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( ( elem = matcherOut[ i ] ) && + ( temp = postFinder ? indexOf.call( seed, elem ) : preMap[ i ] ) > -1 ) { + + seed[ temp ] = !( results[ temp ] = elem ); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + } ); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[ 0 ].type ], + implicitRelative = leadingRelative || Expr.relative[ " " ], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + var ret = ( !leadingRelative && ( xml || context != outermostContext ) ) || ( + ( checkContext = context ).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + + // Avoid hanging onto element + // (see https://github.com/jquery/sizzle/issues/299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { + matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; + } else { + matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[ j ].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ) + .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) + ).replace( rtrimCSS, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find.TAG( "*", outermost ), + + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), + len = elems.length; + + if ( outermost ) { + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + outermostContext = context == document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: iOS <=7 - 9 only + // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching + // elements by id. (see trac-14142) + for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( !context && elem.ownerDocument != document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( ( matcher = elementMatchers[ j++ ] ) ) { + if ( matcher( elem, context || document, xml ) ) { + push.call( results, elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + + // They will have gone through all possible matchers + if ( ( elem = !matcher && elem ) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( ( matcher = setMatchers[ j++ ] ) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !( unmatched[ i ] || setMatched[ i ] ) ) { + setMatched[ i ] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + jQuery.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +function compile( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[ i ] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, + matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +} + +/** + * A low-level selection function that works with jQuery's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with jQuery selector compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +function select( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( ( selector = compiled.selector || selector ) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[ 0 ] = match[ 0 ].slice( 0 ); + if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && + context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { + + context = ( Expr.find.ID( + token.matches[ 0 ].replace( runescape, funescape ), + context + ) || [] )[ 0 ]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr.needsContext.test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[ i ]; + + // Abort if we hit a combinator + if ( Expr.relative[ ( type = token.type ) ] ) { + break; + } + if ( ( find = Expr.find[ type ] ) ) { + + // Search, expanding context for leading sibling combinators + if ( ( seed = find( + token.matches[ 0 ].replace( runescape, funescape ), + rsibling.test( tokens[ 0 ].type ) && + testContext( context.parentNode ) || context + ) ) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +} + +// One-time assignments + +// Support: Android <=4.0 - 4.1+ +// Sort stability +support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; + +// Initialize against the default document +setDocument(); + +// Support: Android <=4.0 - 4.1+ +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert( function( el ) { + + // Should return 1, but returns 4 (following) + return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; +} ); + +jQuery.find = find; + +// Deprecated +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.unique = jQuery.uniqueSort; + +// These have always been private, but they used to be documented as part of +// Sizzle so let's maintain them for now for backwards compatibility purposes. +find.compile = compile; +find.select = select; +find.setDocument = setDocument; +find.tokenize = tokenize; + +find.escape = jQuery.escapeSelector; +find.getText = jQuery.text; +find.isXML = jQuery.isXMLDoc; +find.selectors = jQuery.expr; +find.support = jQuery.support; +find.uniqueSort = jQuery.uniqueSort; + + /* eslint-enable */ + +} )(); + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); + + + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) !== not; + } ); + } + + // Single element + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + } + + // Arraylike of elements (jQuery, arguments, Array) + if ( typeof qualifier !== "string" ) { + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); + } + + // Filtered directly for both simple and complex selectors + return jQuery.filter( qualifier, elements, not ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + if ( elems.length === 1 && elem.nodeType === 1 ) { + return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; + } + + return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, ret, + len = this.length, + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + ret = this.pushStack( [] ); + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + return len > 1 ? jQuery.uniqueSort( ret ) : ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over <tag> to avoid XSS via location.hash (trac-9521) + // Strict HTML recognition (trac-11290: must start with <) + // Shortcut simple #id case for speed + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + if ( elem ) { + + // Inject the element directly into the jQuery object + this[ 0 ] = elem; + this.length = 1; + } + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + targets = typeof selectors !== "string" && jQuery( selectors ); + + // Positional selectors never match, since there's no _selection_ context + if ( !rneedsContext.test( selectors ) ) { + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( targets ? + targets.index( cur ) > -1 : + + // Don't pass non-elements to jQuery#find + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, _i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, _i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, _i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + if ( elem.contentDocument != null && + + // Support: IE 11+ + // <object> elements with no `data` attribute has an object + // `contentDocument` with a `null` prototype. + getProto( elem.contentDocument ) ) { + + return elem.contentDocument; + } + + // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only + // Treat the template element as a regular one in browsers that + // don't support it. + if ( nodeName( elem, "template" ) ) { + elem = elem.content || elem; + } + + return jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = locked || options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && toType( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory && !firing ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +function Identity( v ) { + return v; +} +function Thrower( ex ) { + throw ex; +} + +function adoptValue( value, resolve, reject, noValue ) { + var method; + + try { + + // Check for promise aspect first to privilege synchronous behavior + if ( value && isFunction( ( method = value.promise ) ) ) { + method.call( value ).done( resolve ).fail( reject ); + + // Other thenables + } else if ( value && isFunction( ( method = value.then ) ) ) { + method.call( value, resolve, reject ); + + // Other non-thenables + } else { + + // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: + // * false: [ value ].slice( 0 ) => resolve( value ) + // * true: [ value ].slice( 1 ) => resolve() + resolve.apply( undefined, [ value ].slice( noValue ) ); + } + + // For Promises/A+, convert exceptions into rejections + // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in + // Deferred#then to conditionally suppress rejection. + } catch ( value ) { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + reject.apply( undefined, [ value ] ); + } +} + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, callbacks, + // ... .then handlers, argument index, [final state] + [ "notify", "progress", jQuery.Callbacks( "memory" ), + jQuery.Callbacks( "memory" ), 2 ], + [ "resolve", "done", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 0, "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 1, "rejected" ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + "catch": function( fn ) { + return promise.then( null, fn ); + }, + + // Keep pipe for back-compat + pipe: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( _i, tuple ) { + + // Map tuples (progress, done, fail) to arguments (done, fail, progress) + var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; + + // deferred.progress(function() { bind to newDefer or newDefer.notify }) + // deferred.done(function() { bind to newDefer or newDefer.resolve }) + // deferred.fail(function() { bind to newDefer or newDefer.reject }) + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + then: function( onFulfilled, onRejected, onProgress ) { + var maxDepth = 0; + function resolve( depth, deferred, handler, special ) { + return function() { + var that = this, + args = arguments, + mightThrow = function() { + var returned, then; + + // Support: Promises/A+ section 2.3.3.3.3 + // https://promisesaplus.com/#point-59 + // Ignore double-resolution attempts + if ( depth < maxDepth ) { + return; + } + + returned = handler.apply( that, args ); + + // Support: Promises/A+ section 2.3.1 + // https://promisesaplus.com/#point-48 + if ( returned === deferred.promise() ) { + throw new TypeError( "Thenable self-resolution" ); + } + + // Support: Promises/A+ sections 2.3.3.1, 3.5 + // https://promisesaplus.com/#point-54 + // https://promisesaplus.com/#point-75 + // Retrieve `then` only once + then = returned && + + // Support: Promises/A+ section 2.3.4 + // https://promisesaplus.com/#point-64 + // Only check objects and functions for thenability + ( typeof returned === "object" || + typeof returned === "function" ) && + returned.then; + + // Handle a returned thenable + if ( isFunction( then ) ) { + + // Special processors (notify) just wait for resolution + if ( special ) { + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ) + ); + + // Normal processors (resolve) also hook into progress + } else { + + // ...and disregard older resolution values + maxDepth++; + + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ), + resolve( maxDepth, deferred, Identity, + deferred.notifyWith ) + ); + } + + // Handle all other returned values + } else { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Identity ) { + that = undefined; + args = [ returned ]; + } + + // Process the value(s) + // Default process is resolve + ( special || deferred.resolveWith )( that, args ); + } + }, + + // Only normal processors (resolve) catch and reject exceptions + process = special ? + mightThrow : + function() { + try { + mightThrow(); + } catch ( e ) { + + if ( jQuery.Deferred.exceptionHook ) { + jQuery.Deferred.exceptionHook( e, + process.error ); + } + + // Support: Promises/A+ section 2.3.3.3.4.1 + // https://promisesaplus.com/#point-61 + // Ignore post-resolution exceptions + if ( depth + 1 >= maxDepth ) { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Thrower ) { + that = undefined; + args = [ e ]; + } + + deferred.rejectWith( that, args ); + } + } + }; + + // Support: Promises/A+ section 2.3.3.3.1 + // https://promisesaplus.com/#point-57 + // Re-resolve promises immediately to dodge false rejection from + // subsequent errors + if ( depth ) { + process(); + } else { + + // Call an optional hook to record the error, in case of exception + // since it's otherwise lost when execution goes async + if ( jQuery.Deferred.getErrorHook ) { + process.error = jQuery.Deferred.getErrorHook(); + + // The deprecated alias of the above. While the name suggests + // returning the stack, not an error instance, jQuery just passes + // it directly to `console.warn` so both will work; an instance + // just better cooperates with source maps. + } else if ( jQuery.Deferred.getStackHook ) { + process.error = jQuery.Deferred.getStackHook(); + } + window.setTimeout( process ); + } + }; + } + + return jQuery.Deferred( function( newDefer ) { + + // progress_handlers.add( ... ) + tuples[ 0 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onProgress ) ? + onProgress : + Identity, + newDefer.notifyWith + ) + ); + + // fulfilled_handlers.add( ... ) + tuples[ 1 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onFulfilled ) ? + onFulfilled : + Identity + ) + ); + + // rejected_handlers.add( ... ) + tuples[ 2 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onRejected ) ? + onRejected : + Thrower + ) + ); + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 5 ]; + + // promise.progress = list.add + // promise.done = list.add + // promise.fail = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( + function() { + + // state = "resolved" (i.e., fulfilled) + // state = "rejected" + state = stateString; + }, + + // rejected_callbacks.disable + // fulfilled_callbacks.disable + tuples[ 3 - i ][ 2 ].disable, + + // rejected_handlers.disable + // fulfilled_handlers.disable + tuples[ 3 - i ][ 3 ].disable, + + // progress_callbacks.lock + tuples[ 0 ][ 2 ].lock, + + // progress_handlers.lock + tuples[ 0 ][ 3 ].lock + ); + } + + // progress_handlers.fire + // fulfilled_handlers.fire + // rejected_handlers.fire + list.add( tuple[ 3 ].fire ); + + // deferred.notify = function() { deferred.notifyWith(...) } + // deferred.resolve = function() { deferred.resolveWith(...) } + // deferred.reject = function() { deferred.rejectWith(...) } + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); + return this; + }; + + // deferred.notifyWith = list.fireWith + // deferred.resolveWith = list.fireWith + // deferred.rejectWith = list.fireWith + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( singleValue ) { + var + + // count of uncompleted subordinates + remaining = arguments.length, + + // count of unprocessed arguments + i = remaining, + + // subordinate fulfillment data + resolveContexts = Array( i ), + resolveValues = slice.call( arguments ), + + // the primary Deferred + primary = jQuery.Deferred(), + + // subordinate callback factory + updateFunc = function( i ) { + return function( value ) { + resolveContexts[ i ] = this; + resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( !( --remaining ) ) { + primary.resolveWith( resolveContexts, resolveValues ); + } + }; + }; + + // Single- and empty arguments are adopted like Promise.resolve + if ( remaining <= 1 ) { + adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, + !remaining ); + + // Use .then() to unwrap secondary thenables (cf. gh-3000) + if ( primary.state() === "pending" || + isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { + + return primary.then(); + } + } + + // Multiple arguments are aggregated like Promise.all array elements + while ( i-- ) { + adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); + } + + return primary.promise(); + } +} ); + + +// These usually indicate a programmer mistake during development, +// warn about them ASAP rather than swallowing them by default. +var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + +// If `jQuery.Deferred.getErrorHook` is defined, `asyncError` is an error +// captured before the async barrier to get the original error cause +// which may otherwise be hidden. +jQuery.Deferred.exceptionHook = function( error, asyncError ) { + + // Support: IE 8 - 9 only + // Console exists when dev tools are open, which can happen at any time + if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { + window.console.warn( "jQuery.Deferred exception: " + error.message, + error.stack, asyncError ); + } +}; + + + + +jQuery.readyException = function( error ) { + window.setTimeout( function() { + throw error; + } ); +}; + + + + +// The deferred used on DOM ready +var readyList = jQuery.Deferred(); + +jQuery.fn.ready = function( fn ) { + + readyList + .then( fn ) + + // Wrap jQuery.readyException in a function so that the lookup + // happens at the time of error handling instead of callback + // registration. + .catch( function( error ) { + jQuery.readyException( error ); + } ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See trac-6781 + readyWait: 1, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + } +} ); + +jQuery.ready.then = readyList.then; + +// The ready event handler and self cleanup method +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +// Catch cases where $(document).ready() is called +// after the browser event has already occurred. +// Support: IE <=9 - 10 only +// Older IE sometimes signals "interactive" too soon +if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + +} else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); +} + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( toType( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, _key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + if ( chainable ) { + return elems; + } + + // Gets + if ( bulk ) { + return fn.call( elems ); + } + + return len ? fn( elems[ 0 ], key ) : emptyGet; +}; + + +// Matches dashed string for camelizing +var rmsPrefix = /^-ms-/, + rdashAlpha = /-([a-z])/g; + +// Used by camelCase as callback to replace() +function fcamelCase( _all, letter ) { + return letter.toUpperCase(); +} + +// Convert dashed to camelCase; used by the css and data modules +// Support: IE <=9 - 11, Edge 12 - 15 +// Microsoft forgot to hump their vendor prefix (trac-9572) +function camelCase( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); +} +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + cache: function( owner ) { + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see trac-8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + // Always use camelCase key (gh-2257) + if ( typeof data === "string" ) { + cache[ camelCase( data ) ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ camelCase( prop ) ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + + // Always use camelCase key (gh-2257) + owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; + }, + access: function( owner, key, value ) { + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + return this.get( owner, key ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key !== undefined ) { + + // Support array or space separated string of keys + if ( Array.isArray( key ) ) { + + // If key is an array of keys... + // We always set camelCase keys, so remove that. + key = key.map( camelCase ); + } else { + key = camelCase( key ); + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + key = key in cache ? + [ key ] : + ( key.match( rnothtmlwhite ) || [] ); + } + + i = key.length; + + while ( i-- ) { + delete cache[ key[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <=35 - 45 + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function getData( data ) { + if ( data === "true" ) { + return true; + } + + if ( data === "false" ) { + return false; + } + + if ( data === "null" ) { + return null; + } + + // Only convert to a number if it doesn't change the string + if ( data === +data + "" ) { + return +data; + } + + if ( rbrace.test( data ) ) { + return JSON.parse( data ); + } + + return data; +} + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = getData( data ); + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE 11 only + // The attrs elements can be null (trac-14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // The key will always be camelCased in Data + data = dataUser.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, key ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each( function() { + + // We always store the camelCased key + dataUser.set( this, key, value ); + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || Array.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var documentElement = document.documentElement; + + + + var isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ); + }, + composed = { composed: true }; + + // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only + // Check attachment across shadow DOM boundaries when possible (gh-3504) + // Support: iOS 10.0-10.2 only + // Early iOS 10 versions support `attachShadow` but not `getRootNode`, + // leading to errors. We need to check for `getRootNode`. + if ( documentElement.getRootNode ) { + isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ) || + elem.getRootNode( composed ) === elem.ownerDocument; + }; + } +var isHiddenWithinTree = function( elem, el ) { + + // isHiddenWithinTree might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + + // Inline style trumps all + return elem.style.display === "none" || + elem.style.display === "" && + + // Otherwise, check computed style + // Support: Firefox <=43 - 45 + // Disconnected elements can have computed display: none, so first confirm that elem is + // in the document. + isAttached( elem ) && + + jQuery.css( elem, "display" ) === "none"; + }; + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, scale, + maxIterations = 20, + currentValue = tween ? + function() { + return tween.cur(); + } : + function() { + return jQuery.css( elem, prop, "" ); + }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = elem.nodeType && + ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Support: Firefox <=54 + // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) + initial = initial / 2; + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + while ( maxIterations-- ) { + + // Evaluate and update our best guess (doubling guesses that zero out). + // Finish if the scale equals or crosses 1 (making the old*new product non-positive). + jQuery.style( elem, prop, initialInUnit + unit ); + if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { + maxIterations = 0; + } + initialInUnit = initialInUnit / scale; + + } + + initialInUnit = initialInUnit * 2; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +var defaultDisplayMap = {}; + +function getDefaultDisplay( elem ) { + var temp, + doc = elem.ownerDocument, + nodeName = elem.nodeName, + display = defaultDisplayMap[ nodeName ]; + + if ( display ) { + return display; + } + + temp = doc.body.appendChild( doc.createElement( nodeName ) ); + display = jQuery.css( temp, "display" ); + + temp.parentNode.removeChild( temp ); + + if ( display === "none" ) { + display = "block"; + } + defaultDisplayMap[ nodeName ] = display; + + return display; +} + +function showHide( elements, show ) { + var display, elem, + values = [], + index = 0, + length = elements.length; + + // Determine new display value for elements that need to change + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + display = elem.style.display; + if ( show ) { + + // Since we force visibility upon cascade-hidden elements, an immediate (and slow) + // check is required in this first loop unless we have a nonempty display value (either + // inline or about-to-be-restored) + if ( display === "none" ) { + values[ index ] = dataPriv.get( elem, "display" ) || null; + if ( !values[ index ] ) { + elem.style.display = ""; + } + } + if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { + values[ index ] = getDefaultDisplay( elem ); + } + } else { + if ( display !== "none" ) { + values[ index ] = "none"; + + // Remember what we're overwriting + dataPriv.set( elem, "display", display ); + } + } + } + + // Set the display of the elements in a second loop to avoid constant reflow + for ( index = 0; index < length; index++ ) { + if ( values[ index ] != null ) { + elements[ index ].style.display = values[ index ]; + } + } + + return elements; +} + +jQuery.fn.extend( { + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHiddenWithinTree( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); + +var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); + + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0 - 4.3 only + // Check state lost if the name is set (trac-11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (trac-14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Android <=4.1 only + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE <=11 only + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = "<textarea>x</textarea>"; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // Support: IE <=9 only + // IE <=9 replaces <option> tags with their contents when inserted outside of + // the select element. + div.innerHTML = "<option></option>"; + support.option = !!div.lastChild; +} )(); + + +// We have to close these tags to support XHTML (trac-13200) +var wrapMap = { + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting <tbody> or other required elements. + thead: [ 1, "<table>", "</table>" ], + col: [ 2, "<table><colgroup>", "</colgroup></table>" ], + tr: [ 2, "<table><tbody>", "</tbody></table>" ], + td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], + + _default: [ 0, "", "" ] +}; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// Support: IE <=9 only +if ( !support.option ) { + wrapMap.optgroup = wrapMap.option = [ 1, "<select multiple='multiple'>", "</select>" ]; +} + + +function getAll( context, tag ) { + + // Support: IE <=9 - 11 only + // Use typeof to avoid zero-argument method invocation on host objects (trac-15151) + var ret; + + if ( typeof context.getElementsByTagName !== "undefined" ) { + ret = context.getElementsByTagName( tag || "*" ); + + } else if ( typeof context.querySelectorAll !== "undefined" ) { + ret = context.querySelectorAll( tag || "*" ); + + } else { + ret = []; + } + + if ( tag === undefined || tag && nodeName( context, tag ) ) { + return jQuery.merge( [ context ], ret ); + } + + return ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, attached, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( toType( elem ) === "object" ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (trac-12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + attached = isAttached( elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( attached ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Only attach events to objects that accept data + if ( !acceptData( elem ) ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Ensure that invalid selectors throw exceptions at attach time + // Evaluate against documentElement in case elem is a non-element node (e.g., document) + if ( selector ) { + jQuery.find.matchesSelector( documentElement, selector ); + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = Object.create( null ); + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( nativeEvent ) { + + var i, j, ret, matched, handleObj, handlerQueue, + args = new Array( arguments.length ), + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( nativeEvent ), + + handlers = ( + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + + for ( i = 1; i < arguments.length; i++ ) { + args[ i ] = arguments[ i ]; + } + + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // If the event is namespaced, then each handler is only invoked if it is + // specially universal or its namespaces are a superset of the event's. + if ( !event.rnamespace || handleObj.namespace === false || + event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, handleObj, sel, matchedHandlers, matchedSelectors, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + if ( delegateCount && + + // Support: IE <=9 + // Black-hole SVG <use> instance trees (trac-13180) + cur.nodeType && + + // Support: Firefox <=42 + // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) + // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click + // Support: IE 11 only + // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) + !( event.type === "click" && event.button >= 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (trac-13208) + // Don't process clicks on disabled elements (trac-6911, trac-8165, trac-11382, trac-11764) + if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { + matchedHandlers = []; + matchedSelectors = {}; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (trac-13203) + sel = handleObj.selector + " "; + + if ( matchedSelectors[ sel ] === undefined ) { + matchedSelectors[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matchedSelectors[ sel ] ) { + matchedHandlers.push( handleObj ); + } + } + if ( matchedHandlers.length ) { + handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + cur = this; + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + addProp: function( name, hook ) { + Object.defineProperty( jQuery.Event.prototype, name, { + enumerable: true, + configurable: true, + + get: isFunction( hook ) ? + function() { + if ( this.originalEvent ) { + return hook( this.originalEvent ); + } + } : + function() { + if ( this.originalEvent ) { + return this.originalEvent[ name ]; + } + }, + + set: function( value ) { + Object.defineProperty( this, name, { + enumerable: true, + configurable: true, + writable: true, + value: value + } ); + } + } ); + }, + + fix: function( originalEvent ) { + return originalEvent[ jQuery.expando ] ? + originalEvent : + new jQuery.Event( originalEvent ); + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + click: { + + // Utilize native event to ensure correct state for checkable inputs + setup: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Claim the first handler + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + // dataPriv.set( el, "click", ... ) + leverageNative( el, "click", true ); + } + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Force setup before triggering a click + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + leverageNative( el, "click" ); + } + + // Return non-false to allow normal event-path propagation + return true; + }, + + // For cross-browser consistency, suppress native .click() on links + // Also prevent it if we're currently inside a leveraged native-event stack + _default: function( event ) { + var target = event.target; + return rcheckableType.test( target.type ) && + target.click && nodeName( target, "input" ) && + dataPriv.get( target, "click" ) || + nodeName( target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +// Ensure the presence of an event listener that handles manually-triggered +// synthetic events by interrupting progress until reinvoked in response to +// *native* events that it fires directly, ensuring that state changes have +// already occurred before other listeners are invoked. +function leverageNative( el, type, isSetup ) { + + // Missing `isSetup` indicates a trigger call, which must force setup through jQuery.event.add + if ( !isSetup ) { + if ( dataPriv.get( el, type ) === undefined ) { + jQuery.event.add( el, type, returnTrue ); + } + return; + } + + // Register the controller as a special universal handler for all event namespaces + dataPriv.set( el, type, false ); + jQuery.event.add( el, type, { + namespace: false, + handler: function( event ) { + var result, + saved = dataPriv.get( this, type ); + + if ( ( event.isTrigger & 1 ) && this[ type ] ) { + + // Interrupt processing of the outer synthetic .trigger()ed event + if ( !saved ) { + + // Store arguments for use when handling the inner native event + // There will always be at least one argument (an event object), so this array + // will not be confused with a leftover capture object. + saved = slice.call( arguments ); + dataPriv.set( this, type, saved ); + + // Trigger the native event and capture its result + this[ type ](); + result = dataPriv.get( this, type ); + dataPriv.set( this, type, false ); + + if ( saved !== result ) { + + // Cancel the outer synthetic event + event.stopImmediatePropagation(); + event.preventDefault(); + + return result; + } + + // If this is an inner synthetic event for an event with a bubbling surrogate + // (focus or blur), assume that the surrogate already propagated from triggering + // the native event and prevent that from happening again here. + // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the + // bubbling surrogate propagates *after* the non-bubbling base), but that seems + // less bad than duplication. + } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { + event.stopPropagation(); + } + + // If this is a native event triggered above, everything is now in order + // Fire an inner synthetic event with the original arguments + } else if ( saved ) { + + // ...and capture the result + dataPriv.set( this, type, jQuery.event.trigger( + saved[ 0 ], + saved.slice( 1 ), + this + ) ); + + // Abort handling of the native event by all jQuery handlers while allowing + // native handlers on the same element to run. On target, this is achieved + // by stopping immediate propagation just on the jQuery event. However, + // the native event is re-wrapped by a jQuery one on each level of the + // propagation so the only way to stop it for jQuery is to stop it for + // everyone via native `stopPropagation()`. This is not a problem for + // focus/blur which don't bubble, but it does also stop click on checkboxes + // and radios. We accept this limitation. + event.stopPropagation(); + event.isImmediatePropagationStopped = returnTrue; + } + } + } ); +} + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android <=2.3 only + src.returnValue === false ? + returnTrue : + returnFalse; + + // Create target properties + // Support: Safari <=6 - 7 only + // Target should not be a text node (trac-504, trac-13143) + this.target = ( src.target && src.target.nodeType === 3 ) ? + src.target.parentNode : + src.target; + + this.currentTarget = src.currentTarget; + this.relatedTarget = src.relatedTarget; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || Date.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + isSimulated: false, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && !this.isSimulated ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Includes all common event props including KeyEvent and MouseEvent specific props +jQuery.each( { + altKey: true, + bubbles: true, + cancelable: true, + changedTouches: true, + ctrlKey: true, + detail: true, + eventPhase: true, + metaKey: true, + pageX: true, + pageY: true, + shiftKey: true, + view: true, + "char": true, + code: true, + charCode: true, + key: true, + keyCode: true, + button: true, + buttons: true, + clientX: true, + clientY: true, + offsetX: true, + offsetY: true, + pointerId: true, + pointerType: true, + screenX: true, + screenY: true, + targetTouches: true, + toElement: true, + touches: true, + which: true +}, jQuery.event.addProp ); + +jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { + + function focusMappedHandler( nativeEvent ) { + if ( document.documentMode ) { + + // Support: IE 11+ + // Attach a single focusin/focusout handler on the document while someone wants + // focus/blur. This is because the former are synchronous in IE while the latter + // are async. In other browsers, all those handlers are invoked synchronously. + + // `handle` from private data would already wrap the event, but we need + // to change the `type` here. + var handle = dataPriv.get( this, "handle" ), + event = jQuery.event.fix( nativeEvent ); + event.type = nativeEvent.type === "focusin" ? "focus" : "blur"; + event.isSimulated = true; + + // First, handle focusin/focusout + handle( nativeEvent ); + + // ...then, handle focus/blur + // + // focus/blur don't bubble while focusin/focusout do; simulate the former by only + // invoking the handler at the lower level. + if ( event.target === event.currentTarget ) { + + // The setup part calls `leverageNative`, which, in turn, calls + // `jQuery.event.add`, so event handle will already have been set + // by this point. + handle( event ); + } + } else { + + // For non-IE browsers, attach a single capturing handler on the document + // while someone wants focusin/focusout. + jQuery.event.simulate( delegateType, nativeEvent.target, + jQuery.event.fix( nativeEvent ) ); + } + } + + jQuery.event.special[ type ] = { + + // Utilize native event if possible so blur/focus sequence is correct + setup: function() { + + var attaches; + + // Claim the first handler + // dataPriv.set( this, "focus", ... ) + // dataPriv.set( this, "blur", ... ) + leverageNative( this, type, true ); + + if ( document.documentMode ) { + + // Support: IE 9 - 11+ + // We use the same native handler for focusin & focus (and focusout & blur) + // so we need to coordinate setup & teardown parts between those events. + // Use `delegateType` as the key as `type` is already used by `leverageNative`. + attaches = dataPriv.get( this, delegateType ); + if ( !attaches ) { + this.addEventListener( delegateType, focusMappedHandler ); + } + dataPriv.set( this, delegateType, ( attaches || 0 ) + 1 ); + } else { + + // Return false to allow normal processing in the caller + return false; + } + }, + trigger: function() { + + // Force setup before trigger + leverageNative( this, type ); + + // Return non-false to allow normal event-path propagation + return true; + }, + + teardown: function() { + var attaches; + + if ( document.documentMode ) { + attaches = dataPriv.get( this, delegateType ) - 1; + if ( !attaches ) { + this.removeEventListener( delegateType, focusMappedHandler ); + dataPriv.remove( this, delegateType ); + } else { + dataPriv.set( this, delegateType, attaches ); + } + } else { + + // Return false to indicate standard teardown should be applied + return false; + } + }, + + // Suppress native focus or blur if we're currently inside + // a leveraged native-event stack + _default: function( event ) { + return dataPriv.get( event.target, type ); + }, + + delegateType: delegateType + }; + + // Support: Firefox <=44 + // Firefox doesn't have focus(in | out) events + // Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 + // + // Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 + // focus(in | out) events fire after focus & blur events, + // which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order + // Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 + // + // Support: IE 9 - 11+ + // To preserve relative focusin/focus & focusout/blur event order guaranteed on the 3.x branch, + // attach a single handler for both events in IE. + jQuery.event.special[ delegateType ] = { + setup: function() { + + // Handle: regular nodes (via `this.ownerDocument`), window + // (via `this.document`) & document (via `this`). + var doc = this.ownerDocument || this.document || this, + dataHolder = document.documentMode ? this : doc, + attaches = dataPriv.get( dataHolder, delegateType ); + + // Support: IE 9 - 11+ + // We use the same native handler for focusin & focus (and focusout & blur) + // so we need to coordinate setup & teardown parts between those events. + // Use `delegateType` as the key as `type` is already used by `leverageNative`. + if ( !attaches ) { + if ( document.documentMode ) { + this.addEventListener( delegateType, focusMappedHandler ); + } else { + doc.addEventListener( type, focusMappedHandler, true ); + } + } + dataPriv.set( dataHolder, delegateType, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this.document || this, + dataHolder = document.documentMode ? this : doc, + attaches = dataPriv.get( dataHolder, delegateType ) - 1; + + if ( !attaches ) { + if ( document.documentMode ) { + this.removeEventListener( delegateType, focusMappedHandler ); + } else { + doc.removeEventListener( type, focusMappedHandler, true ); + } + dataPriv.remove( dataHolder, delegateType ); + } else { + dataPriv.set( dataHolder, delegateType, attaches ); + } + } + }; +} ); + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + + // Support: IE <=10 - 11, Edge 12 - 13 only + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /<script|<style|<link/i, + + // checked="checked" or checked + rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, + + rcleanScript = /^\s*<!\[CDATA\[|\]\]>\s*$/g; + +// Prefer a tbody over its parent table for containing new rows +function manipulationTarget( elem, content ) { + if ( nodeName( elem, "table" ) && + nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { + + return jQuery( elem ).children( "tbody" )[ 0 ] || elem; + } + + return elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { + elem.type = elem.type.slice( 5 ); + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.get( src ); + events = pdataOld.events; + + if ( events ) { + dataPriv.remove( dest, "handle events" ); + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = flat( args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + valueIsFunction = isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( valueIsFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( valueIsFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (trac-8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Re-enable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl && !node.noModule ) { + jQuery._evalUrl( node.src, { + nonce: node.nonce || node.getAttribute( "nonce" ) + }, doc ); + } + } else { + + // Unwrap a CDATA section containing script contents. This shouldn't be + // needed as in XML documents they're already not visible when + // inspecting element contents and in HTML documents they have no + // meaning but we're preserving that logic for backwards compatibility. + // This will be removed completely in 4.0. See gh-4904. + DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && isAttached( node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html; + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = isAttached( elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew jQuery#find here for performance reasons: + // https://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: Android <=4.0 only, PhantomJS 1 only + // .get() because push.apply(_, arraylike) throws on ancient WebKit + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var rcustomProp = /^--/; + + +var getStyles = function( elem ) { + + // Support: IE <=11 only, Firefox <=30 (trac-15098, trac-14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + +var swap = function( elem, options, callback ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.call( elem ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + +var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); + + + +( function() { + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + + // This is a singleton, we need to execute it only once + if ( !div ) { + return; + } + + container.style.cssText = "position:absolute;left:-11111px;width:60px;" + + "margin-top:1px;padding:0;border:0"; + div.style.cssText = + "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + + "margin:auto;border:1px;padding:1px;" + + "width:60%;top:1%"; + documentElement.appendChild( container ).appendChild( div ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + + // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 + reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; + + // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 + // Some styles come back with percentage values, even though they shouldn't + div.style.right = "60%"; + pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; + + // Support: IE 9 - 11 only + // Detect misreporting of content dimensions for box-sizing:border-box elements + boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; + + // Support: IE 9 only + // Detect overflow:scroll screwiness (gh-3699) + // Support: Chrome <=64 + // Don't get tricked when zoom affects offsetWidth (gh-4029) + div.style.position = "absolute"; + scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; + + documentElement.removeChild( container ); + + // Nullify the div so it wouldn't be stored in the memory and + // it will also be a sign that checks already performed + div = null; + } + + function roundPixelMeasures( measure ) { + return Math.round( parseFloat( measure ) ); + } + + var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, + reliableTrDimensionsVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE <=9 - 11 only + // Style of cloned element affects source element cloned (trac-8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + jQuery.extend( support, { + boxSizingReliable: function() { + computeStyleTests(); + return boxSizingReliableVal; + }, + pixelBoxStyles: function() { + computeStyleTests(); + return pixelBoxStylesVal; + }, + pixelPosition: function() { + computeStyleTests(); + return pixelPositionVal; + }, + reliableMarginLeft: function() { + computeStyleTests(); + return reliableMarginLeftVal; + }, + scrollboxSize: function() { + computeStyleTests(); + return scrollboxSizeVal; + }, + + // Support: IE 9 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Behavior in IE 9 is more subtle than in newer versions & it passes + // some versions of this test; make sure not to make it pass there! + // + // Support: Firefox 70+ + // Only Firefox includes border widths + // in computed dimensions. (gh-4529) + reliableTrDimensions: function() { + var table, tr, trChild, trStyle; + if ( reliableTrDimensionsVal == null ) { + table = document.createElement( "table" ); + tr = document.createElement( "tr" ); + trChild = document.createElement( "div" ); + + table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; + tr.style.cssText = "box-sizing:content-box;border:1px solid"; + + // Support: Chrome 86+ + // Height set through cssText does not get applied. + // Computed height then comes back as 0. + tr.style.height = "1px"; + trChild.style.height = "9px"; + + // Support: Android 8 Chrome 86+ + // In our bodyBackground.html iframe, + // display for all div elements is set to "inline", + // which causes a problem only in Android 8 Chrome 86. + // Ensuring the div is `display: block` + // gets around this issue. + trChild.style.display = "block"; + + documentElement + .appendChild( table ) + .appendChild( tr ) + .appendChild( trChild ); + + trStyle = window.getComputedStyle( tr ); + reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + + parseInt( trStyle.borderTopWidth, 10 ) + + parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; + + documentElement.removeChild( table ); + } + return reliableTrDimensionsVal; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + isCustomProp = rcustomProp.test( name ), + + // Support: Firefox 51+ + // Retrieving style before computed somehow + // fixes an issue with getting wrong values + // on detached elements + style = elem.style; + + computed = computed || getStyles( elem ); + + // getPropertyValue is needed for: + // .css('filter') (IE 9 only, trac-12537) + // .css('--customProperty) (gh-3144) + if ( computed ) { + + // Support: IE <=9 - 11+ + // IE only supports `"float"` in `getPropertyValue`; in computed styles + // it's only available as `"cssFloat"`. We no longer modify properties + // sent to `.css()` apart from camelCasing, so we need to check both. + // Normally, this would create difference in behavior: if + // `getPropertyValue` returns an empty string, the value returned + // by `.css()` would be `undefined`. This is usually the case for + // disconnected elements. However, in IE even disconnected elements + // with no styles return `"none"` for `getPropertyValue( "float" )` + ret = computed.getPropertyValue( name ) || computed[ name ]; + + if ( isCustomProp && ret ) { + + // Support: Firefox 105+, Chrome <=105+ + // Spec requires trimming whitespace for custom properties (gh-4926). + // Firefox only trims leading whitespace. Chrome just collapses + // both leading & trailing whitespace to a single space. + // + // Fall back to `undefined` if empty string returned. + // This collapses a missing definition with property defined + // and set to an empty string but there's no standard API + // allowing us to differentiate them without a performance penalty + // and returning `undefined` aligns with older jQuery. + // + // rtrimCSS treats U+000D CARRIAGE RETURN and U+000C FORM FEED + // as whitespace while CSS does not, but this is not a problem + // because CSS preprocessing replaces them with U+000A LINE FEED + // (which *is* CSS whitespace) + // https://www.w3.org/TR/css-syntax-3/#input-preprocessing + ret = ret.replace( rtrimCSS, "$1" ) || undefined; + } + + if ( ret === "" && !isAttached( elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // https://drafts.csswg.org/cssom/#resolved-values + if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE <=9 - 11 only + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var cssPrefixes = [ "Webkit", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style, + vendorProps = {}; + +// Return a vendor-prefixed property or undefined +function vendorPropName( name ) { + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +// Return a potentially-mapped jQuery.cssProps or vendor prefixed property +function finalPropName( name ) { + var final = jQuery.cssProps[ name ] || vendorProps[ name ]; + + if ( final ) { + return final; + } + if ( name in emptyStyle ) { + return name; + } + return vendorProps[ name ] = vendorPropName( name ) || name; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }; + +function setPositiveNumber( _elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { + var i = dimension === "width" ? 1 : 0, + extra = 0, + delta = 0, + marginDelta = 0; + + // Adjustment may not be necessary + if ( box === ( isBorderBox ? "border" : "content" ) ) { + return 0; + } + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin + // Count margin delta separately to only add it after scroll gutter adjustment. + // This is needed to make negative margins work with `outerHeight( true )` (gh-3982). + if ( box === "margin" ) { + marginDelta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); + } + + // If we get here with a content-box, we're seeking "padding" or "border" or "margin" + if ( !isBorderBox ) { + + // Add padding + delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // For "border" or "margin", add border + if ( box !== "padding" ) { + delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + + // But still keep track of it otherwise + } else { + extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + + // If we get here with a border-box (content + padding + border), we're seeking "content" or + // "padding" or "margin" + } else { + + // For "content", subtract padding + if ( box === "content" ) { + delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // For "content" or "padding", subtract border + if ( box !== "margin" ) { + delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + // Account for positive content-box scroll gutter when requested by providing computedVal + if ( !isBorderBox && computedVal >= 0 ) { + + // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border + // Assuming integer scroll gutter, subtract the rest and round down + delta += Math.max( 0, Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + computedVal - + delta - + extra - + 0.5 + + // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter + // Use an explicit zero to avoid NaN (gh-3964) + ) ) || 0; + } + + return delta + marginDelta; +} + +function getWidthOrHeight( elem, dimension, extra ) { + + // Start with computed style + var styles = getStyles( elem ), + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). + // Fake content-box until we know it's needed to know the true value. + boxSizingNeeded = !support.boxSizingReliable() || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + valueIsBorderBox = isBorderBox, + + val = curCSS( elem, dimension, styles ), + offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); + + // Support: Firefox <=54 + // Return a confounding non-pixel value or feign ignorance, as appropriate. + if ( rnumnonpx.test( val ) ) { + if ( !extra ) { + return val; + } + val = "auto"; + } + + + // Support: IE 9 - 11 only + // Use offsetWidth/offsetHeight for when box sizing is unreliable. + // In those cases, the computed value can be trusted to be border-box. + if ( ( !support.boxSizingReliable() && isBorderBox || + + // Support: IE 10 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Interestingly, in some cases IE 9 doesn't suffer from this issue. + !support.reliableTrDimensions() && nodeName( elem, "tr" ) || + + // Fall back to offsetWidth/offsetHeight when value is "auto" + // This happens for inline elements with no explicit setting (gh-3571) + val === "auto" || + + // Support: Android <=4.1 - 4.3 only + // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) + !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && + + // Make sure the element is visible & connected + elem.getClientRects().length ) { + + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Where available, offsetWidth/offsetHeight approximate border box dimensions. + // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the + // retrieved value as a content box dimension. + valueIsBorderBox = offsetProp in elem; + if ( valueIsBorderBox ) { + val = elem[ offsetProp ]; + } + } + + // Normalize "" and auto + val = parseFloat( val ) || 0; + + // Adjust for the element's box model + return ( val + + boxModelAdjustment( + elem, + dimension, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles, + + // Provide the current computed size to request scroll gutter calculation (gh-3589) + val + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + animationIterationCount: true, + aspectRatio: true, + borderImageSlice: true, + columnCount: true, + flexGrow: true, + flexShrink: true, + fontWeight: true, + gridArea: true, + gridColumn: true, + gridColumnEnd: true, + gridColumnStart: true, + gridRow: true, + gridRowEnd: true, + gridRowStart: true, + lineHeight: true, + opacity: true, + order: true, + orphans: true, + scale: true, + widows: true, + zIndex: true, + zoom: true, + + // SVG-related + fillOpacity: true, + floodOpacity: true, + stopOpacity: true, + strokeMiterlimit: true, + strokeOpacity: true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: {}, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ), + style = elem.style; + + // Make sure that we're working with the right name. We don't + // want to query the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (trac-7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug trac-9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (trac-7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append + // "px" to a few hardcoded values. + if ( type === "number" && !isCustomProp ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + if ( isCustomProp ) { + style.setProperty( name, value ); + } else { + style[ name ] = value; + } + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ); + + // Make sure that we're working with the right name. We don't + // want to modify the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( _i, dimension ) { + jQuery.cssHooks[ dimension ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + + // Support: Safari 8+ + // Table columns in Safari have non-zero offsetWidth & zero + // getBoundingClientRect().width unless display is changed. + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = getStyles( elem ), + + // Only read styles.position if the test has a chance to fail + // to avoid forcing a reflow. + scrollboxSizeBuggy = !support.scrollboxSize() && + styles.position === "absolute", + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) + boxSizingNeeded = scrollboxSizeBuggy || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + subtract = extra ? + boxModelAdjustment( + elem, + dimension, + extra, + isBorderBox, + styles + ) : + 0; + + // Account for unreliable border-box dimensions by comparing offset* to computed and + // faking a content-box to get border and padding (gh-3699) + if ( isBorderBox && scrollboxSizeBuggy ) { + subtract -= Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + parseFloat( styles[ dimension ] ) - + boxModelAdjustment( elem, dimension, "border", false, styles ) - + 0.5 + ); + } + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ dimension ] = value; + value = jQuery.css( elem, dimension ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( prefix !== "margin" ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( Array.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && ( + jQuery.cssHooks[ tween.prop ] || + tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 only +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, inProgress, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +function schedule() { + if ( inProgress ) { + if ( document.hidden === false && window.requestAnimationFrame ) { + window.requestAnimationFrame( schedule ); + } else { + window.setTimeout( schedule, jQuery.fx.interval ); + } + + jQuery.fx.tick(); + } +} + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = Date.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, + isBox = "width" in props || "height" in props, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHiddenWithinTree( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Queue-skipping animations hijack the fx hooks + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Detect show/hide animations + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.test( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // Pretend to be hidden if this is a "show" and + // there is still data from a stopped show/hide + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + + // Ignore all other no-op show/hide data + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + } + } + + // Bail out if this is a no-op like .hide().hide() + propTween = !jQuery.isEmptyObject( props ); + if ( !propTween && jQuery.isEmptyObject( orig ) ) { + return; + } + + // Restrict "overflow" and "display" styles during box animations + if ( isBox && elem.nodeType === 1 ) { + + // Support: IE <=9 - 11, Edge 12 - 15 + // Record all 3 overflow attributes because IE does not infer the shorthand + // from identically-valued overflowX and overflowY and Edge just mirrors + // the overflowX value there. + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Identify a display type, preferring old show/hide data over the CSS cascade + restoreDisplay = dataShow && dataShow.display; + if ( restoreDisplay == null ) { + restoreDisplay = dataPriv.get( elem, "display" ); + } + display = jQuery.css( elem, "display" ); + if ( display === "none" ) { + if ( restoreDisplay ) { + display = restoreDisplay; + } else { + + // Get nonempty value(s) by temporarily forcing visibility + showHide( [ elem ], true ); + restoreDisplay = elem.style.display || restoreDisplay; + display = jQuery.css( elem, "display" ); + showHide( [ elem ] ); + } + } + + // Animate inline elements as inline-block + if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { + if ( jQuery.css( elem, "float" ) === "none" ) { + + // Restore the original display value at the end of pure show/hide animations + if ( !propTween ) { + anim.done( function() { + style.display = restoreDisplay; + } ); + if ( restoreDisplay == null ) { + display = style.display; + restoreDisplay = display === "none" ? "" : display; + } + } + style.display = "inline-block"; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // Implement show/hide animations + propTween = false; + for ( prop in orig ) { + + // General show/hide setup for this element animation + if ( !propTween ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); + } + + // Store hidden/visible for toggle so `.stop().toggle()` "reverses" + if ( toggle ) { + dataShow.hidden = !hidden; + } + + // Show elements before animating them + if ( hidden ) { + showHide( [ elem ], true ); + } + + /* eslint-disable no-loop-func */ + + anim.done( function() { + + /* eslint-enable no-loop-func */ + + // The final step of a "hide" animation is actually hiding the element + if ( !hidden ) { + showHide( [ elem ] ); + } + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + } + + // Per-property setup + propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = propTween.start; + if ( hidden ) { + propTween.end = propTween.start; + propTween.start = 0; + } + } + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( Array.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 only + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (trac-12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + // If there's more to do, yield + if ( percent < 1 && length ) { + return remaining; + } + + // If this was an empty animation, synthesize a final progress notification + if ( !length ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + } + + // Resolve the animation and report its conclusion + deferred.resolveWith( elem, [ animation ] ); + return false; + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + result.stop.bind( result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + // Attach callbacks from options + animation + .progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + return animation; +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnothtmlwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !isFunction( easing ) && easing + }; + + // Go to the end state if fx are off + if ( jQuery.fx.off ) { + opt.duration = 0; + + } else { + if ( typeof opt.duration !== "number" ) { + if ( opt.duration in jQuery.fx.speeds ) { + opt.duration = jQuery.fx.speeds[ opt.duration ]; + + } else { + opt.duration = jQuery.fx.speeds._default; + } + } + } + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = Date.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Run the timer and safely remove it when done (allowing for external removal) + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + jQuery.fx.start(); +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( inProgress ) { + return; + } + + inProgress = true; + schedule(); +}; + +jQuery.fx.stop = function() { + inProgress = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: Android <=4.3 only + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE <=11 only + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: IE <=11 only + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // Attribute hooks are determined by the lowercase version + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + hooks = jQuery.attrHooks[ name.toLowerCase() ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, + i = 0, + + // Attribute names can contain non-HTML whitespace characters + // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 + attrNames = value && value.match( rnothtmlwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle, + lowercaseName = name.toLowerCase(); + + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ lowercaseName ]; + attrHandle[ lowercaseName ] = ret; + ret = getter( elem, name, isXML ) != null ? + lowercaseName : + null; + attrHandle[ lowercaseName ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // Support: IE <=9 - 11 only + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // Use proper attribute retrieval (trac-12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + if ( tabindex ) { + return parseInt( tabindex, 10 ); + } + + if ( + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && + elem.href + ) { + return 0; + } + + return -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +// eslint rule "no-unused-expressions" is disabled for this code +// since it considers such accessions noop +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + + // Strip and collapse whitespace according to HTML spec + // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace + function stripAndCollapse( value ) { + var tokens = value.match( rnothtmlwhite ) || []; + return tokens.join( " " ); + } + + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +function classesToArray( value ) { + if ( Array.isArray( value ) ) { + return value; + } + if ( typeof value === "string" ) { + return value.match( rnothtmlwhite ) || []; + } + return []; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classNames, cur, curValue, className, i, finalValue; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + classNames = classesToArray( value ); + + if ( classNames.length ) { + return this.each( function() { + curValue = getClass( this ); + cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + for ( i = 0; i < classNames.length; i++ ) { + className = classNames[ i ]; + if ( cur.indexOf( " " + className + " " ) < 0 ) { + cur += className + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + this.setAttribute( "class", finalValue ); + } + } + } ); + } + + return this; + }, + + removeClass: function( value ) { + var classNames, cur, curValue, className, i, finalValue; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + classNames = classesToArray( value ); + + if ( classNames.length ) { + return this.each( function() { + curValue = getClass( this ); + + // This expression is here for better compressibility (see addClass) + cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + for ( i = 0; i < classNames.length; i++ ) { + className = classNames[ i ]; + + // Remove *all* instances + while ( cur.indexOf( " " + className + " " ) > -1 ) { + cur = cur.replace( " " + className + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + this.setAttribute( "class", finalValue ); + } + } + } ); + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var classNames, className, i, self, + type = typeof value, + isValidValue = type === "string" || Array.isArray( value ); + + if ( isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + if ( typeof stateVal === "boolean" && isValidValue ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + classNames = classesToArray( value ); + + return this.each( function() { + if ( isValidValue ) { + + // Toggle individual class names + self = jQuery( this ); + + for ( i = 0; i < classNames.length; i++ ) { + className = classNames[ i ]; + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, valueIsFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + // Handle most common string cases + if ( typeof ret === "string" ) { + return ret.replace( rreturn, "" ); + } + + // Handle cases where value is null/undef or number + return ret == null ? "" : ret; + } + + return; + } + + valueIsFunction = isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( valueIsFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( Array.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE <=10 - 11 only + // option.text throws exceptions (trac-14686, trac-14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + stripAndCollapse( jQuery.text( elem ) ); + } + }, + select: { + get: function( elem ) { + var value, option, i, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one", + values = one ? null : [], + max = one ? index + 1 : options.length; + + if ( index < 0 ) { + i = max; + + } else { + i = one ? index : 0; + } + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // Support: IE <=9 only + // IE8-9 doesn't update selected after form reset (trac-2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + !option.disabled && + ( !option.parentNode.disabled || + !nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + /* eslint-disable no-cond-assign */ + + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + + /* eslint-enable no-cond-assign */ + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( Array.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion +var location = window.location; + +var nonce = { guid: Date.now() }; + +var rquery = ( /\?/ ); + + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml, parserErrorElem; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE 9 - 11 only + // IE throws on parseFromString with invalid input. + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) {} + + parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; + if ( !xml || parserErrorElem ) { + jQuery.error( "Invalid XML: " + ( + parserErrorElem ? + jQuery.map( parserErrorElem.childNodes, function( el ) { + return el.textContent; + } ).join( "\n" ) : + data + ) ); + } + return xml; +}; + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + stopPropagationCallback = function( e ) { + e.stopPropagation(); + }; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = lastElement = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (trac-9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (trac-9724) + if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + lastElement = cur; + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name as the event. + // Don't do default actions on window, that's where global variables be (trac-6170) + if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + + if ( event.isPropagationStopped() ) { + lastElement.addEventListener( type, stopPropagationCallback ); + } + + elem[ type ](); + + if ( event.isPropagationStopped() ) { + lastElement.removeEventListener( type, stopPropagationCallback ); + } + + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + // Used only for `focus(in | out)` events + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + } + ); + + jQuery.event.trigger( e, null, elem ); + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +var + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( Array.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && toType( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, valueOrFunction ) { + + // If value is a function, invoke it and use its return value + var value = isFunction( valueOrFunction ) ? + valueOrFunction() : + valueOrFunction; + + s[ s.length ] = encodeURIComponent( key ) + "=" + + encodeURIComponent( value == null ? "" : value ); + }; + + if ( a == null ) { + return ""; + } + + // If an array was passed in, assume that it is an array of form elements. + if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ).filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ).map( function( _i, elem ) { + var val = jQuery( this ).val(); + + if ( val == null ) { + return null; + } + + if ( Array.isArray( val ) ) { + return jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ); + } + + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +var + r20 = /%20/g, + rhash = /#.*$/, + rantiCache = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // trac-7653, trac-8125, trac-8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (trac-10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + +originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; + + if ( isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes trac-9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": JSON.parse, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // Request state (becomes false upon send and true upon completion) + completed, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // uncached part of the url + uncached, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( completed ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() + " " ] = + ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) + .concat( match[ 2 ] ); + } + } + match = responseHeaders[ key.toLowerCase() + " " ]; + } + return match == null ? null : match.join( ", " ); + }, + + // Raw string + getAllResponseHeaders: function() { + return completed ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + if ( completed == null ) { + name = requestHeadersNames[ name.toLowerCase() ] = + requestHeadersNames[ name.toLowerCase() ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( completed == null ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( completed ) { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } else { + + // Lazy-add the new callbacks in a way that preserves old ones + for ( code in map ) { + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ); + + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (trac-10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket trac-12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE <=8 - 11, Edge 12 - 15 + // IE throws exception on accessing the href property if url is malformed, + // e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE <=8 - 11 only + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( completed ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (trac-15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + // Remove hash to simplify url manipulation + cacheURL = s.url.replace( rhash, "" ); + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // Remember the hash so we can put it back + uncached = s.url.slice( cacheURL.length ); + + // If data is available and should be processed, append data to url + if ( s.data && ( s.processData || typeof s.data === "string" ) ) { + cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; + + // trac-9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add or update anti-cache param if needed + if ( s.cache === false ) { + cacheURL = cacheURL.replace( rantiCache, "$1" ); + uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + + uncached; + } + + // Put hash and anti-cache on the URL that will be requested (gh-1732) + s.url = cacheURL + uncached; + + // Change '%20' to '+' if this is encoded form body content (gh-2658) + } else if ( s.data && s.processData && + ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { + s.data = s.data.replace( r20, "+" ); + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + completeDeferred.add( s.complete ); + jqXHR.done( s.success ); + jqXHR.fail( s.error ); + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( completed ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + completed = false; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Rethrow post-completion exceptions + if ( completed ) { + throw e; + } + + // Propagate others as results + done( -1, e ); + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Ignore repeat invocations + if ( completed ) { + return; + } + + completed = true; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Use a noop converter for missing script but not if jsonp + if ( !isSuccess && + jQuery.inArray( "script", s.dataTypes ) > -1 && + jQuery.inArray( "json", s.dataTypes ) < 0 ) { + s.converters[ "text script" ] = function() {}; + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( _i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + +jQuery.ajaxPrefilter( function( s ) { + var i; + for ( i in s.headers ) { + if ( i.toLowerCase() === "content-type" ) { + s.contentType = s.headers[ i ] || ""; + } + } +} ); + + +jQuery._evalUrl = function( url, options, doc ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (trac-11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + + // Only evaluate the response if it is successful (gh-4126) + // dataFilter is not invoked for failure responses, so using it instead + // of the default converter is kludgy but it works. + converters: { + "text script": function() {} + }, + dataFilter: function( response ) { + jQuery.globalEval( response, options, doc ); + } + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( this[ 0 ] ) { + if ( isFunction( html ) ) { + html = html.call( this[ 0 ] ); + } + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var htmlIsFunction = isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function( selector ) { + this.parent( selector ).not( "body" ).each( function() { + jQuery( this ).replaceWith( this.childNodes ); + } ); + return this; + } +} ); + + +jQuery.expr.pseudos.hidden = function( elem ) { + return !jQuery.expr.pseudos.visible( elem ); +}; +jQuery.expr.pseudos.visible = function( elem ) { + return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); +}; + + + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE <=9 only + // trac-1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.ontimeout = + xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE <=9 only + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see trac-8605, trac-14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE <=9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); + + // Support: IE 9 only + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // trac-14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) +jQuery.ajaxPrefilter( function( s ) { + if ( s.crossDomain ) { + s.contents.script = false; + } +} ); + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain or forced-by-attrs requests + if ( s.crossDomain || s.scriptAttrs ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( "<script>" ) + .attr( s.scriptAttrs || {} ) + .prop( { charset: s.scriptCharset, src: s.url } ) + .on( "load error", callback = function( evt ) { + script.remove(); + callback = null; + if ( evt ) { + complete( evt.type === "error" ? 404 : 200, evt.type ); + } + } ); + + // Use native DOM manipulation to avoid our domManip AJAX trickery + document.head.appendChild( script[ 0 ] ); + }, + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +var oldCallbacks = [], + rjsonp = /(=)\?(?=&|$)|\?\?/; + +// Default jsonp settings +jQuery.ajaxSetup( { + jsonp: "callback", + jsonpCallback: function() { + var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce.guid++ ) ); + this[ callback ] = true; + return callback; + } +} ); + +// Detect, normalize options and install callbacks for jsonp requests +jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { + + var callbackName, overwritten, responseContainer, + jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? + "url" : + typeof s.data === "string" && + ( s.contentType || "" ) + .indexOf( "application/x-www-form-urlencoded" ) === 0 && + rjsonp.test( s.data ) && "data" + ); + + // Handle iff the expected data type is "jsonp" or we have a parameter to set + if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { + + // Get callback name, remembering preexisting value associated with it + callbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ? + s.jsonpCallback() : + s.jsonpCallback; + + // Insert callback into url or form data + if ( jsonProp ) { + s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); + } else if ( s.jsonp !== false ) { + s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; + } + + // Use data converter to retrieve json after script execution + s.converters[ "script json" ] = function() { + if ( !responseContainer ) { + jQuery.error( callbackName + " was not called" ); + } + return responseContainer[ 0 ]; + }; + + // Force json dataType + s.dataTypes[ 0 ] = "json"; + + // Install callback + overwritten = window[ callbackName ]; + window[ callbackName ] = function() { + responseContainer = arguments; + }; + + // Clean-up function (fires after converters) + jqXHR.always( function() { + + // If previous value didn't exist - remove it + if ( overwritten === undefined ) { + jQuery( window ).removeProp( callbackName ); + + // Otherwise restore preexisting value + } else { + window[ callbackName ] = overwritten; + } + + // Save back as free + if ( s[ callbackName ] ) { + + // Make sure that re-using the options doesn't screw things around + s.jsonpCallback = originalSettings.jsonpCallback; + + // Save the callback name for future use + oldCallbacks.push( callbackName ); + } + + // Call if it was a function and we have a response + if ( responseContainer && isFunction( overwritten ) ) { + overwritten( responseContainer[ 0 ] ); + } + + responseContainer = overwritten = undefined; + } ); + + // Delegate to script + return "script"; + } +} ); + + + + +// Support: Safari 8 only +// In Safari 8 documents created via document.implementation.createHTMLDocument +// collapse sibling forms: the second one becomes a child of the first one. +// Because of that, this security measure has to be disabled in Safari 8. +// https://bugs.webkit.org/show_bug.cgi?id=137337 +support.createHTMLDocument = ( function() { + var body = document.implementation.createHTMLDocument( "" ).body; + body.innerHTML = "<form></form><form></form>"; + return body.childNodes.length === 2; +} )(); + + +// Argument "data" should be string of html +// context (optional): If specified, the fragment will be created in this context, +// defaults to document +// keepScripts (optional): If true, will include scripts passed in the html string +jQuery.parseHTML = function( data, context, keepScripts ) { + if ( typeof data !== "string" ) { + return []; + } + if ( typeof context === "boolean" ) { + keepScripts = context; + context = false; + } + + var base, parsed, scripts; + + if ( !context ) { + + // Stop scripts or inline event handlers from being executed immediately + // by using document.implementation + if ( support.createHTMLDocument ) { + context = document.implementation.createHTMLDocument( "" ); + + // Set the base href for the created document + // so any parsed elements with URLs + // are based on the document's URL (gh-2965) + base = context.createElement( "base" ); + base.href = document.location.href; + context.head.appendChild( base ); + } else { + context = document; + } + } + + parsed = rsingleTag.exec( data ); + scripts = !keepScripts && []; + + // Single tag + if ( parsed ) { + return [ context.createElement( parsed[ 1 ] ) ]; + } + + parsed = buildFragment( [ data ], context, scripts ); + + if ( scripts && scripts.length ) { + jQuery( scripts ).remove(); + } + + return jQuery.merge( [], parsed.childNodes ); +}; + + +/** + * Load a url into a page + */ +jQuery.fn.load = function( url, params, callback ) { + var selector, type, response, + self = this, + off = url.indexOf( " " ); + + if ( off > -1 ) { + selector = stripAndCollapse( url.slice( off ) ); + url = url.slice( 0, off ); + } + + // If it's a function + if ( isFunction( params ) ) { + + // We assume that it's the callback + callback = params; + params = undefined; + + // Otherwise, build a param string + } else if ( params && typeof params === "object" ) { + type = "POST"; + } + + // If we have elements to modify, make the request + if ( self.length > 0 ) { + jQuery.ajax( { + url: url, + + // If "type" variable is undefined, then "GET" method will be used. + // Make value of this field explicit since + // user can override it through ajaxSetup method + type: type || "GET", + dataType: "html", + data: params + } ).done( function( responseText ) { + + // Save response for use in complete callback + response = arguments; + + self.html( selector ? + + // If a selector was specified, locate the right elements in a dummy div + // Exclude scripts to avoid IE 'Permission Denied' errors + jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) : + + // Otherwise use the full result + responseText ); + + // If the request succeeds, this function gets "data", "status", "jqXHR" + // but they are ignored because response was set above. + // If it fails, this function gets "jqXHR", "status", "error" + } ).always( callback && function( jqXHR, status ) { + self.each( function() { + callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] ); + } ); + } ); + } + + return this; +}; + + + + +jQuery.expr.pseudos.animated = function( elem ) { + return jQuery.grep( jQuery.timers, function( fn ) { + return elem === fn.elem; + } ).length; +}; + + + + +jQuery.offset = { + setOffset: function( elem, options, i ) { + var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, + position = jQuery.css( elem, "position" ), + curElem = jQuery( elem ), + props = {}; + + // Set position first, in-case top/left are set even on static elem + if ( position === "static" ) { + elem.style.position = "relative"; + } + + curOffset = curElem.offset(); + curCSSTop = jQuery.css( elem, "top" ); + curCSSLeft = jQuery.css( elem, "left" ); + calculatePosition = ( position === "absolute" || position === "fixed" ) && + ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1; + + // Need to be able to calculate position if either + // top or left is auto and position is either absolute or fixed + if ( calculatePosition ) { + curPosition = curElem.position(); + curTop = curPosition.top; + curLeft = curPosition.left; + + } else { + curTop = parseFloat( curCSSTop ) || 0; + curLeft = parseFloat( curCSSLeft ) || 0; + } + + if ( isFunction( options ) ) { + + // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) + options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); + } + + if ( options.top != null ) { + props.top = ( options.top - curOffset.top ) + curTop; + } + if ( options.left != null ) { + props.left = ( options.left - curOffset.left ) + curLeft; + } + + if ( "using" in options ) { + options.using.call( elem, props ); + + } else { + curElem.css( props ); + } + } +}; + +jQuery.fn.extend( { + + // offset() relates an element's border box to the document origin + offset: function( options ) { + + // Preserve chaining for setter + if ( arguments.length ) { + return options === undefined ? + this : + this.each( function( i ) { + jQuery.offset.setOffset( this, options, i ); + } ); + } + + var rect, win, + elem = this[ 0 ]; + + if ( !elem ) { + return; + } + + // Return zeros for disconnected and hidden (display: none) elements (gh-2310) + // Support: IE <=11 only + // Running getBoundingClientRect on a + // disconnected node in IE throws an error + if ( !elem.getClientRects().length ) { + return { top: 0, left: 0 }; + } + + // Get document-relative position by adding viewport scroll to viewport-relative gBCR + rect = elem.getBoundingClientRect(); + win = elem.ownerDocument.defaultView; + return { + top: rect.top + win.pageYOffset, + left: rect.left + win.pageXOffset + }; + }, + + // position() relates an element's margin box to its offset parent's padding box + // This corresponds to the behavior of CSS absolute positioning + position: function() { + if ( !this[ 0 ] ) { + return; + } + + var offsetParent, offset, doc, + elem = this[ 0 ], + parentOffset = { top: 0, left: 0 }; + + // position:fixed elements are offset from the viewport, which itself always has zero offset + if ( jQuery.css( elem, "position" ) === "fixed" ) { + + // Assume position:fixed implies availability of getBoundingClientRect + offset = elem.getBoundingClientRect(); + + } else { + offset = this.offset(); + + // Account for the *real* offset parent, which can be the document or its root element + // when a statically positioned element is identified + doc = elem.ownerDocument; + offsetParent = elem.offsetParent || doc.documentElement; + while ( offsetParent && + ( offsetParent === doc.body || offsetParent === doc.documentElement ) && + jQuery.css( offsetParent, "position" ) === "static" ) { + + offsetParent = offsetParent.parentNode; + } + if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) { + + // Incorporate borders into its offset, since they are outside its content origin + parentOffset = jQuery( offsetParent ).offset(); + parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true ); + parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true ); + } + } + + // Subtract parent offsets and element margins + return { + top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), + left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) + }; + }, + + // This method will return documentElement in the following cases: + // 1) For the element inside the iframe without offsetParent, this method will return + // documentElement of the parent window + // 2) For the hidden or detached element + // 3) For body or html element, i.e. in case of the html node - it will return itself + // + // but those exceptions were never presented as a real life use-cases + // and might be considered as more preferable results. + // + // This logic, however, is not guaranteed and can change at any point in the future + offsetParent: function() { + return this.map( function() { + var offsetParent = this.offsetParent; + + while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) { + offsetParent = offsetParent.offsetParent; + } + + return offsetParent || documentElement; + } ); + } +} ); + +// Create scrollLeft and scrollTop methods +jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { + var top = "pageYOffset" === prop; + + jQuery.fn[ method ] = function( val ) { + return access( this, function( elem, method, val ) { + + // Coalesce documents and windows + var win; + if ( isWindow( elem ) ) { + win = elem; + } else if ( elem.nodeType === 9 ) { + win = elem.defaultView; + } + + if ( val === undefined ) { + return win ? win[ prop ] : elem[ method ]; + } + + if ( win ) { + win.scrollTo( + !top ? val : win.pageXOffset, + top ? val : win.pageYOffset + ); + + } else { + elem[ method ] = val; + } + }, method, val, arguments.length ); + }; +} ); + +// Support: Safari <=7 - 9.1, Chrome <=37 - 49 +// Add the top/left cssHooks using jQuery.fn.position +// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 +// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347 +// getComputedStyle returns percent when specified for top/left/bottom/right; +// rather than make the css module depend on the offset module, just check for it here +jQuery.each( [ "top", "left" ], function( _i, prop ) { + jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, + function( elem, computed ) { + if ( computed ) { + computed = curCSS( elem, prop ); + + // If curCSS returns percentage, fallback to offset + return rnumnonpx.test( computed ) ? + jQuery( elem ).position()[ prop ] + "px" : + computed; + } + } + ); +} ); + + +// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods +jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { + jQuery.each( { + padding: "inner" + name, + content: type, + "": "outer" + name + }, function( defaultExtra, funcName ) { + + // Margin is only for outerHeight, outerWidth + jQuery.fn[ funcName ] = function( margin, value ) { + var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), + extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); + + return access( this, function( elem, type, value ) { + var doc; + + if ( isWindow( elem ) ) { + + // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729) + return funcName.indexOf( "outer" ) === 0 ? + elem[ "inner" + name ] : + elem.document.documentElement[ "client" + name ]; + } + + // Get document width or height + if ( elem.nodeType === 9 ) { + doc = elem.documentElement; + + // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], + // whichever is greatest + return Math.max( + elem.body[ "scroll" + name ], doc[ "scroll" + name ], + elem.body[ "offset" + name ], doc[ "offset" + name ], + doc[ "client" + name ] + ); + } + + return value === undefined ? + + // Get width or height on the element, requesting but not forcing parseFloat + jQuery.css( elem, type, extra ) : + + // Set width or height on the element + jQuery.style( elem, type, value, extra ); + }, type, chainable ? margin : undefined, chainable ); + }; + } ); +} ); + + +jQuery.each( [ + "ajaxStart", + "ajaxStop", + "ajaxComplete", + "ajaxError", + "ajaxSuccess", + "ajaxSend" +], function( _i, type ) { + jQuery.fn[ type ] = function( fn ) { + return this.on( type, fn ); + }; +} ); + + + + +jQuery.fn.extend( { + + bind: function( types, data, fn ) { + return this.on( types, null, data, fn ); + }, + unbind: function( types, fn ) { + return this.off( types, null, fn ); + }, + + delegate: function( selector, types, data, fn ) { + return this.on( types, selector, data, fn ); + }, + undelegate: function( selector, types, fn ) { + + // ( namespace ) or ( selector, types [, fn] ) + return arguments.length === 1 ? + this.off( selector, "**" ) : + this.off( types, selector || "**", fn ); + }, + + hover: function( fnOver, fnOut ) { + return this + .on( "mouseenter", fnOver ) + .on( "mouseleave", fnOut || fnOver ); + } +} ); + +jQuery.each( + ( "blur focus focusin focusout resize scroll click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup contextmenu" ).split( " " ), + function( _i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( data, fn ) { + return arguments.length > 0 ? + this.on( name, null, data, fn ) : + this.trigger( name ); + }; + } +); + + + + +// Support: Android <=4.0 only +// Make sure we trim BOM and NBSP +// Require that the "whitespace run" starts from a non-whitespace +// to avoid O(N^2) behavior when the engine would try matching "\s+$" at each space position. +var rtrim = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g; + +// Bind a function to a context, optionally partially applying any +// arguments. +// jQuery.proxy is deprecated to promote standards (specifically Function#bind) +// However, it is not slated for removal any time soon +jQuery.proxy = function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; +}; + +jQuery.holdReady = function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } +}; +jQuery.isArray = Array.isArray; +jQuery.parseJSON = JSON.parse; +jQuery.nodeName = nodeName; +jQuery.isFunction = isFunction; +jQuery.isWindow = isWindow; +jQuery.camelCase = camelCase; +jQuery.type = toType; + +jQuery.now = Date.now; + +jQuery.isNumeric = function( obj ) { + + // As of jQuery 3.0, isNumeric is limited to + // strings and numbers (primitives or objects) + // that can be coerced to finite numbers (gh-2662) + var type = jQuery.type( obj ); + return ( type === "number" || type === "string" ) && + + // parseFloat NaNs numeric-cast false positives ("") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + !isNaN( obj - parseFloat( obj ) ); +}; + +jQuery.trim = function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "$1" ); +}; + + + +// Register as a named AMD module, since jQuery can be concatenated with other +// files that may use define, but not via a proper concatenation script that +// understands anonymous AMD modules. A named AMD is safest and most robust +// way to register. Lowercase jquery is used because AMD module names are +// derived from file names, and jQuery is normally delivered in a lowercase +// file name. Do this after creating the global so that if an AMD module wants +// to call noConflict to hide this version of jQuery, it will work. + +// Note that for maximum portability, libraries that are not jQuery should +// declare themselves as anonymous modules, and avoid setting a global if an +// AMD loader is present. jQuery is a special case. For more information, see +// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon + +if ( typeof define === "function" && define.amd ) { + define( "jquery", [], function() { + return jQuery; + } ); +} + + + + +var + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$; + +jQuery.noConflict = function( deep ) { + if ( window.$ === jQuery ) { + window.$ = _$; + } + + if ( deep && window.jQuery === jQuery ) { + window.jQuery = _jQuery; + } + + return jQuery; +}; + +// Expose jQuery and $ identifiers, even in AMD +// (trac-7102#comment:10, https://github.com/jquery/jquery/pull/557) +// and CommonJS for browser emulators (trac-13566) +if ( typeof noGlobal === "undefined" ) { + window.jQuery = window.$ = jQuery; +} + + + + +return jQuery; +} ); diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js new file mode 100644 index 00000000000..7f37b5d9912 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}function fe(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}ce.fn=ce.prototype={jquery:t,constructor:ce,length:0,toArray:function(){return ae.call(this)},get:function(e){return null==e?ae.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=ce.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return ce.each(this,e)},map:function(n){return this.pushStack(ce.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(ae.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(ce.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(ce.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:oe.sort,splice:oe.splice},ce.extend=ce.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||v(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(ce.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||ce.isPlainObject(n)?n:{},i=!1,a[t]=ce.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},ce.extend({expando:"jQuery"+(t+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==i.call(e))&&(!(t=r(e))||"function"==typeof(n=ue.call(t,"constructor")&&t.constructor)&&o.call(n)===a)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){m(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(c(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},text:function(e){var t,n="",r=0,i=e.nodeType;if(!i)while(t=e[r++])n+=ce.text(t);return 1===i||11===i?e.textContent:9===i?e.documentElement.textContent:3===i||4===i?e.nodeValue:n},makeArray:function(e,t){var n=t||[];return null!=e&&(c(Object(e))?ce.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:se.call(t,e,n)},isXMLDoc:function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!l.test(t||n&&n.nodeName||"HTML")},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(c(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:le}),"function"==typeof Symbol&&(ce.fn[Symbol.iterator]=oe[Symbol.iterator]),ce.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var pe=oe.pop,de=oe.sort,he=oe.splice,ge="[\\x20\\t\\r\\n\\f]",ve=new RegExp("^"+ge+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ge+"+$","g");ce.contains=function(e,t){var n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(e.contains?e.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))};var f=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function p(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}ce.escapeSelector=function(e){return(e+"").replace(f,p)};var ye=C,me=s;!function(){var e,b,w,o,a,T,r,C,d,i,k=me,S=ce.expando,E=0,n=0,s=W(),c=W(),u=W(),h=W(),l=function(e,t){return e===t&&(a=!0),0},f="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",t="(?:\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",p="\\["+ge+"*("+t+")(?:"+ge+"*([*^$|!~]?=)"+ge+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+t+"))|)"+ge+"*\\]",g=":("+t+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+p+")*)|.*)\\)|)",v=new RegExp(ge+"+","g"),y=new RegExp("^"+ge+"*,"+ge+"*"),m=new RegExp("^"+ge+"*([>+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="<a id='"+S+"' href='' disabled='disabled'></a><select id='"+S+"-\r\\' disabled='disabled'><option selected=''></option></select>",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0<I(t,T,null,[e]).length},I.contains=function(e,t){return(e.ownerDocument||e)!=T&&V(e),ce.contains(e,t)},I.attr=function(e,t){(e.ownerDocument||e)!=T&&V(e);var n=b.attrHandle[t.toLowerCase()],r=n&&ue.call(b.attrHandle,t.toLowerCase())?n(e,t,!C):void 0;return void 0!==r?r:e.getAttribute(t)},I.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ce.uniqueSort=function(e){var t,n=[],r=0,i=0;if(a=!le.sortStable,o=!le.sortStable&&ae.call(e,0),de.call(e,l),a){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)he.call(e,n[r],1)}return o=null,e},ce.fn.uniqueSort=function(){return this.pushStack(ce.uniqueSort(ae.apply(this)))},(b=ce.expr={cacheLength:50,createPseudo:F,match:D,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(v," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(d,e,t,h,g){var v="nth"!==d.slice(0,3),y="last"!==d.slice(-4),m="of-type"===e;return 1===h&&0===g?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u=v!==y?"nextSibling":"previousSibling",l=e.parentNode,c=m&&e.nodeName.toLowerCase(),f=!n&&!m,p=!1;if(l){if(v){while(u){o=e;while(o=o[u])if(m?fe(o,c):1===o.nodeType)return!1;s=u="only"===d&&!s&&"nextSibling"}return!0}if(s=[y?l.firstChild:l.lastChild],y&&f){p=(a=(r=(i=l[S]||(l[S]={}))[d]||[])[0]===E&&r[1])&&r[2],o=a&&l.childNodes[a];while(o=++a&&o&&o[u]||(p=a=0)||s.pop())if(1===o.nodeType&&++p&&o===e){i[d]=[E,a,p];break}}else if(f&&(p=a=(r=(i=e[S]||(e[S]={}))[d]||[])[0]===E&&r[1]),!1===p)while(o=++a&&o&&o[u]||(p=a=0)||s.pop())if((m?fe(o,c):1===o.nodeType)&&++p&&(f&&((i=o[S]||(o[S]={}))[d]=[E,p]),o===e))break;return(p-=g)===h||p%h==0&&0<=p/h}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||I.error("unsupported pseudo: "+e);return a[S]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?F(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=se.call(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:F(function(e){var r=[],i=[],s=ne(e.replace(ve,"$1"));return s[S]?F(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:F(function(t){return function(e){return 0<I(t,e).length}}),contains:F(function(t){return t=t.replace(O,P),function(e){return-1<(e.textContent||ce.text(e)).indexOf(t)}}),lang:F(function(n){return A.test(n||"")||I.error("unsupported lang: "+n),n=n.replace(O,P).toLowerCase(),function(e){var t;do{if(t=C?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=ie.location&&ie.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===r},focus:function(e){return e===function(){try{return T.activeElement}catch(e){}}()&&T.hasFocus()&&!!(e.type||e.href||~e.tabIndex)},enabled:z(!1),disabled:z(!0),checked:function(e){return fe(e,"input")&&!!e.checked||fe(e,"option")&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return q.test(e.nodeName)},input:function(e){return N.test(e.nodeName)},button:function(e){return fe(e,"input")&&"button"===e.type||fe(e,"button")},text:function(e){var t;return fe(e,"input")&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:X(function(){return[0]}),last:X(function(e,t){return[t-1]}),eq:X(function(e,t,n){return[n<0?n+t:n]}),even:X(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:X(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:X(function(e,t,n){var r;for(r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:X(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=B(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=_(e);function G(){}function Y(e,t){var n,r,i,o,a,s,u,l=c[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=y.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=m.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(ve," ")}),a=a.slice(n.length)),b.filter)!(r=D[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?I.error(e):c(e,s).slice(0)}function Q(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function J(a,e,t){var s=e.dir,u=e.next,l=u||s,c=t&&"parentNode"===l,f=n++;return e.first?function(e,t,n){while(e=e[s])if(1===e.nodeType||c)return a(e,t,n);return!1}:function(e,t,n){var r,i,o=[E,f];if(n){while(e=e[s])if((1===e.nodeType||c)&&a(e,t,n))return!0}else while(e=e[s])if(1===e.nodeType||c)if(i=e[S]||(e[S]={}),u&&fe(e,u))e=e[s]||e;else{if((r=i[l])&&r[0]===E&&r[1]===f)return o[2]=r[2];if((i[l]=o)[2]=a(e,t,n))return!0}return!1}}function K(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Z(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function ee(d,h,g,v,y,e){return v&&!v[S]&&(v=ee(v)),y&&!y[S]&&(y=ee(y,e)),F(function(e,t,n,r){var i,o,a,s,u=[],l=[],c=t.length,f=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)I(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),p=!d||!e&&h?f:Z(f,u,d,n,r);if(g?g(p,s=y||(e?d:c||v)?[]:t,n,r):s=p,v){i=Z(s,l),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(s[l[o]]=!(p[l[o]]=a))}if(e){if(y||d){if(y){i=[],o=s.length;while(o--)(a=s[o])&&i.push(p[o]=a);y(null,s=[],i,r)}o=s.length;while(o--)(a=s[o])&&-1<(i=y?se.call(e,a):u[o])&&(e[i]=!(t[i]=a))}}else s=Z(s===t?s.splice(c,s.length):s),y?y(null,t,s,r):k.apply(t,s)})}function te(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=J(function(e){return e===i},a,!0),l=J(function(e){return-1<se.call(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!=w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[J(K(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[S]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return ee(1<s&&K(c),1<s&&Q(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(ve,"$1"),t,s<n&&te(e.slice(s,n)),n<r&&te(e=e.slice(n)),n<r&&Q(e))}c.push(t)}return K(c)}function ne(e,t){var n,v,y,m,x,r,i=[],o=[],a=u[e+" "];if(!a){t||(t=Y(e)),n=t.length;while(n--)(a=te(t[n]))[S]?i.push(a):o.push(a);(a=u(e,(v=o,m=0<(y=i).length,x=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=E+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t==T||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument==T||(V(o),n=!C);while(s=v[a++])if(s(o,t||T,n)){k.call(r,o);break}i&&(E=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=pe.call(r));f=Z(f)}k.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&ce.uniqueSort(r)}return i&&(E=h,w=p),c},m?F(r):r))).selector=e}return a}function re(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&Y(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&C&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(O,P),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=D.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(O,P),H.test(o[0].type)&&U(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&Q(o)))return k.apply(n,r),n;break}}}return(l||ne(e,c))(r,t,!C,n,!t||H.test(e)&&U(t.parentNode)||t),n}G.prototype=b.filters=b.pseudos,b.setFilters=new G,le.sortStable=S.split("").sort(l).join("")===S,V(),le.sortDetached=$(function(e){return 1&e.compareDocumentPosition(T.createElement("fieldset"))}),ce.find=I,ce.expr[":"]=ce.expr.pseudos,ce.unique=ce.uniqueSort,I.compile=ne,I.select=re,I.setDocument=V,I.tokenize=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isXMLDoc,I.selectors=ce.expr,I.support=ce.support,I.uniqueSort=ce.uniqueSort}();var d=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&ce(e).is(n))break;r.push(e)}return r},h=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},b=ce.expr.match.needsContext,w=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1<se.call(n,e)!==r}):ce.filter(n,e,r)}ce.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?ce.find.matchesSelector(r,e)?[r]:[]:ce.find.matches(e,ce.grep(t,function(e){return 1===e.nodeType}))},ce.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(ce(e).filter(function(){for(t=0;t<r;t++)if(ce.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)ce.find(e,i[t],n);return 1<r?ce.uniqueSort(n):n},filter:function(e){return this.pushStack(T(this,e||[],!1))},not:function(e){return this.pushStack(T(this,e||[],!0))},is:function(e){return!!T(this,"string"==typeof e&&b.test(e)?ce(e):e||[],!1).length}});var k,S=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(ce.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&ce(e);if(!b.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&ce.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?ce.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?se.call(ce(e),this[0]):se.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ce.uniqueSort(ce.merge(this.get(),ce(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ce.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return d(e,"parentNode")},parentsUntil:function(e,t,n){return d(e,"parentNode",n)},next:function(e){return A(e,"nextSibling")},prev:function(e){return A(e,"previousSibling")},nextAll:function(e){return d(e,"nextSibling")},prevAll:function(e){return d(e,"previousSibling")},nextUntil:function(e,t,n){return d(e,"nextSibling",n)},prevUntil:function(e,t,n){return d(e,"previousSibling",n)},siblings:function(e){return h((e.parentNode||{}).firstChild,e)},children:function(e){return h(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(fe(e,"template")&&(e=e.content||e),ce.merge([],e.childNodes))}},function(r,i){ce.fn[r]=function(e,t){var n=ce.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=ce.filter(t,n)),1<this.length&&(j[r]||ce.uniqueSort(n),E.test(r)&&n.reverse()),this.pushStack(n)}});var D=/[^\x20\t\r\n\f]+/g;function N(e){return e}function q(e){throw e}function L(e,t,n,r){var i;try{e&&v(i=e.promise)?i.call(e).done(t).fail(n):e&&v(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}ce.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},ce.each(e.match(D)||[],function(e,t){n[t]=!0}),n):ce.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){ce.each(e,function(e,t){v(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==x(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return ce.each(arguments,function(e,t){var n;while(-1<(n=ce.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<ce.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},ce.extend({Deferred:function(e){var o=[["notify","progress",ce.Callbacks("memory"),ce.Callbacks("memory"),2],["resolve","done",ce.Callbacks("once memory"),ce.Callbacks("once memory"),0,"resolved"],["reject","fail",ce.Callbacks("once memory"),ce.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return ce.Deferred(function(r){ce.each(o,function(e,t){var n=v(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&v(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,v(t)?s?t.call(e,l(u,o,N,s),l(u,o,q,s)):(u++,t.call(e,l(u,o,N,s),l(u,o,q,s),l(u,o,N,o.notifyWith))):(a!==N&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){ce.Deferred.exceptionHook&&ce.Deferred.exceptionHook(e,t.error),u<=i+1&&(a!==q&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(ce.Deferred.getErrorHook?t.error=ce.Deferred.getErrorHook():ce.Deferred.getStackHook&&(t.error=ce.Deferred.getStackHook()),ie.setTimeout(t))}}return ce.Deferred(function(e){o[0][3].add(l(0,e,v(r)?r:N,e.notifyWith)),o[1][3].add(l(0,e,v(t)?t:N)),o[2][3].add(l(0,e,v(n)?n:q))}).promise()},promise:function(e){return null!=e?ce.extend(e,a):a}},s={};return ce.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=ae.call(arguments),o=ce.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?ae.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(L(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||v(i[t]&&i[t].then)))return o.then();while(t--)L(i[t],a(t),o.reject);return o.promise()}});var H=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ce.Deferred.exceptionHook=function(e,t){ie.console&&ie.console.warn&&e&&H.test(e.name)&&ie.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},ce.readyException=function(e){ie.setTimeout(function(){throw e})};var O=ce.Deferred();function P(){C.removeEventListener("DOMContentLoaded",P),ie.removeEventListener("load",P),ce.ready()}ce.fn.ready=function(e){return O.then(e)["catch"](function(e){ce.readyException(e)}),this},ce.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--ce.readyWait:ce.isReady)||(ce.isReady=!0)!==e&&0<--ce.readyWait||O.resolveWith(C,[ce])}}),ce.ready.then=O.then,"complete"===C.readyState||"loading"!==C.readyState&&!C.documentElement.doScroll?ie.setTimeout(ce.ready):(C.addEventListener("DOMContentLoaded",P),ie.addEventListener("load",P));var M=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n))for(s in i=!0,n)M(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,v(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(ce(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},R=/^-ms-/,I=/-([a-z])/g;function W(e,t){return t.toUpperCase()}function F(e){return e.replace(R,"ms-").replace(I,W)}var $=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function B(){this.expando=ce.expando+B.uid++}B.uid=1,B.prototype={cache:function(e){var t=e[this.expando];return t||(t={},$(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[F(t)]=n;else for(r in t)i[F(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][F(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(F):(t=F(t))in r?[t]:t.match(D)||[]).length;while(n--)delete r[t[n]]}(void 0===t||ce.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!ce.isEmptyObject(t)}};var _=new B,z=new B,X=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,U=/[A-Z]/g;function V(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(U,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:X.test(i)?JSON.parse(i):i)}catch(e){}z.set(e,t,n)}else n=void 0;return n}ce.extend({hasData:function(e){return z.hasData(e)||_.hasData(e)},data:function(e,t,n){return z.access(e,t,n)},removeData:function(e,t){z.remove(e,t)},_data:function(e,t,n){return _.access(e,t,n)},_removeData:function(e,t){_.remove(e,t)}}),ce.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=z.get(o),1===o.nodeType&&!_.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=F(r.slice(5)),V(o,r,i[r]));_.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){z.set(this,n)}):M(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=z.get(o,n))?t:void 0!==(t=V(o,n))?t:void 0;this.each(function(){z.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){z.remove(this,e)})}}),ce.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=_.get(e,t),n&&(!r||Array.isArray(n)?r=_.access(e,t,ce.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=ce.queue(e,t),r=n.length,i=n.shift(),o=ce._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){ce.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return _.get(e,n)||_.access(e,n,{empty:ce.Callbacks("once memory").add(function(){_.remove(e,[t+"queue",n])})})}}),ce.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?ce.queue(this[0],t):void 0===n?this:this.each(function(){var e=ce.queue(this,t,n);ce._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&ce.dequeue(this,t)})},dequeue:function(e){return this.each(function(){ce.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=ce.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=_.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var G=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Y=new RegExp("^(?:([+-])=|)("+G+")([a-z%]*)$","i"),Q=["Top","Right","Bottom","Left"],J=C.documentElement,K=function(e){return ce.contains(e.ownerDocument,e)},Z={composed:!0};J.getRootNode&&(K=function(e){return ce.contains(e.ownerDocument,e)||e.getRootNode(Z)===e.ownerDocument});var ee=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&K(e)&&"none"===ce.css(e,"display")};function te(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return ce.css(e,t,"")},u=s(),l=n&&n[3]||(ce.cssNumber[t]?"":"px"),c=e.nodeType&&(ce.cssNumber[t]||"px"!==l&&+u)&&Y.exec(ce.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)ce.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,ce.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ne={};function re(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=_.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ee(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ne[s])||(o=a.body.appendChild(a.createElement(s)),u=ce.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ne[s]=u)))):"none"!==n&&(l[c]="none",_.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}ce.fn.extend({show:function(){return re(this,!0)},hide:function(){return re(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ee(this)?ce(this).show():ce(this).hide()})}});var xe,be,we=/^(?:checkbox|radio)$/i,Te=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="<textarea>x</textarea>",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="<option></option>",le.option=!!xe.lastChild;var ke={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n<r;n++)_.set(e[n],"globalEval",!t||_.get(t[n],"globalEval"))}ke.tbody=ke.tfoot=ke.colgroup=ke.caption=ke.thead,ke.th=ke.td,le.option||(ke.optgroup=ke.option=[1,"<select multiple='multiple'>","</select>"]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===x(o))ce.merge(p,o.nodeType?[o]:o);else if(je.test(o)){a=a||f.appendChild(t.createElement("div")),s=(Te.exec(o)||["",""])[1].toLowerCase(),u=ke[s]||ke._default,a.innerHTML=u[1]+ce.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;ce.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<ce.inArray(o,r))i&&i.push(o);else if(l=K(o),a=Se(f.appendChild(o),"script"),l&&Ee(a),n){c=0;while(o=a[c++])Ce.test(o.type||"")&&n.push(o)}return f}var De=/^([^.]*)(?:\.(.+)|)/;function Ne(){return!0}function qe(){return!1}function Le(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Le(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=qe;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return ce().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=ce.guid++)),e.each(function(){ce.event.add(this,t,i,r,n)})}function He(e,r,t){t?(_.set(e,r,!1),ce.event.add(e,r,{namespace:!1,handler:function(e){var t,n=_.get(this,r);if(1&e.isTrigger&&this[r]){if(n)(ce.event.special[r]||{}).delegateType&&e.stopPropagation();else if(n=ae.call(arguments),_.set(this,r,n),this[r](),t=_.get(this,r),_.set(this,r,!1),n!==t)return e.stopImmediatePropagation(),e.preventDefault(),t}else n&&(_.set(this,r,ce.event.trigger(n[0],n.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=Ne)}})):void 0===_.get(e,r)&&ce.event.add(e,r,Ne)}ce.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=_.get(t);if($(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&ce.find.matchesSelector(J,i),n.guid||(n.guid=ce.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof ce&&ce.event.triggered!==e.type?ce.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(D)||[""]).length;while(l--)d=g=(s=De.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=ce.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=ce.event.special[d]||{},c=ce.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&ce.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),ce.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=_.hasData(e)&&_.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(D)||[""]).length;while(l--)if(d=g=(s=De.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=ce.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||ce.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)ce.event.remove(e,d+t[l],n,r,!0);ce.isEmptyObject(u)&&_.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=ce.event.fix(e),l=(_.get(this,"events")||Object.create(null))[u.type]||[],c=ce.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=ce.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((ce.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<ce(i,this).index(l):ce.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(ce.Event.prototype,t,{enumerable:!0,configurable:!0,get:v(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[ce.expando]?e:new ce.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return we.test(t.type)&&t.click&&fe(t,"input")&&He(t,"click",!0),!1},trigger:function(e){var t=this||e;return we.test(t.type)&&t.click&&fe(t,"input")&&He(t,"click"),!0},_default:function(e){var t=e.target;return we.test(t.type)&&t.click&&fe(t,"input")&&_.get(t,"click")||fe(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},ce.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},ce.Event=function(e,t){if(!(this instanceof ce.Event))return new ce.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ne:qe,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&ce.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[ce.expando]=!0},ce.Event.prototype={constructor:ce.Event,isDefaultPrevented:qe,isPropagationStopped:qe,isImmediatePropagationStopped:qe,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ne,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ne,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ne,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},ce.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},ce.event.addProp),ce.each({focus:"focusin",blur:"focusout"},function(r,i){function o(e){if(C.documentMode){var t=_.get(this,"handle"),n=ce.event.fix(e);n.type="focusin"===e.type?"focus":"blur",n.isSimulated=!0,t(e),n.target===n.currentTarget&&t(n)}else ce.event.simulate(i,e.target,ce.event.fix(e))}ce.event.special[r]={setup:function(){var e;if(He(this,r,!0),!C.documentMode)return!1;(e=_.get(this,i))||this.addEventListener(i,o),_.set(this,i,(e||0)+1)},trigger:function(){return He(this,r),!0},teardown:function(){var e;if(!C.documentMode)return!1;(e=_.get(this,i)-1)?_.set(this,i,e):(this.removeEventListener(i,o),_.remove(this,i))},_default:function(e){return _.get(e.target,r)},delegateType:i},ce.event.special[i]={setup:function(){var e=this.ownerDocument||this.document||this,t=C.documentMode?this:e,n=_.get(t,i);n||(C.documentMode?this.addEventListener(i,o):e.addEventListener(r,o,!0)),_.set(t,i,(n||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=C.documentMode?this:e,n=_.get(t,i)-1;n?_.set(t,i,n):(C.documentMode?this.removeEventListener(i,o):e.removeEventListener(r,o,!0),_.remove(t,i))}}}),ce.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){ce.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||ce.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),ce.fn.extend({on:function(e,t,n,r){return Le(this,e,t,n,r)},one:function(e,t,n,r){return Le(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,ce(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=qe),this.each(function(){ce.event.remove(this,e,n,t)})}});var Oe=/<script|<style|<link/i,Pe=/checked\s*(?:[^=]|=\s*.checked.)/i,Me=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)ce.event.add(t,i,s[i][n]);z.hasData(e)&&(o=z.access(e),a=ce.extend({},o),z.set(t,a))}}function $e(n,r,i,o){r=g(r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=v(d);if(h||1<f&&"string"==typeof d&&!le.checkClone&&Pe.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),$e(t,r,i,o)});if(f&&(t=(e=Ae(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=ce.map(Se(e,"script"),Ie)).length;c<f;c++)u=e,c!==p&&(u=ce.clone(u,!0,!0),s&&ce.merge(a,Se(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,ce.map(a,We),c=0;c<s;c++)u=a[c],Ce.test(u.type||"")&&!_.access(u,"globalEval")&&ce.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?ce._evalUrl&&!u.noModule&&ce._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):m(u.textContent.replace(Me,""),u,l))}return n}function Be(e,t,n){for(var r,i=t?ce.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||ce.cleanData(Se(r)),r.parentNode&&(n&&K(r)&&Ee(Se(r,"script")),r.parentNode.removeChild(r));return e}ce.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=K(e);if(!(le.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ce.isXMLDoc(e)))for(a=Se(c),r=0,i=(o=Se(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&we.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||Se(e),a=a||Se(c),r=0,i=o.length;r<i;r++)Fe(o[r],a[r]);else Fe(e,c);return 0<(a=Se(c,"script")).length&&Ee(a,!f&&Se(e,"script")),c},cleanData:function(e){for(var t,n,r,i=ce.event.special,o=0;void 0!==(n=e[o]);o++)if($(n)){if(t=n[_.expando]){if(t.events)for(r in t.events)i[r]?ce.event.remove(n,r):ce.removeEvent(n,r,t.handle);n[_.expando]=void 0}n[z.expando]&&(n[z.expando]=void 0)}}}),ce.fn.extend({detach:function(e){return Be(this,e,!0)},remove:function(e){return Be(this,e)},text:function(e){return M(this,function(e){return void 0===e?ce.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return $e(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Re(this,e).appendChild(e)})},prepend:function(){return $e(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Re(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return $e(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return $e(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(ce.cleanData(Se(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return ce.clone(this,e,t)})},html:function(e){return M(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Oe.test(e)&&!ke[(Te.exec(e)||["",""])[1].toLowerCase()]){e=ce.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(ce.cleanData(Se(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return $e(this,arguments,function(e){var t=this.parentNode;ce.inArray(this,n)<0&&(ce.cleanData(Se(this)),t&&t.replaceChild(e,this))},n)}}),ce.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){ce.fn[e]=function(e){for(var t,n=[],r=ce(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),ce(r[o])[a](t),s.apply(n,t.get());return this.pushStack(n)}});var _e=new RegExp("^("+G+")(?!px)[a-z%]+$","i"),ze=/^--/,Xe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=ie),t.getComputedStyle(e)},Ue=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},Ve=new RegExp(Q.join("|"),"i");function Ge(e,t,n){var r,i,o,a,s=ze.test(t),u=e.style;return(n=n||Xe(e))&&(a=n.getPropertyValue(t)||n[t],s&&a&&(a=a.replace(ve,"$1")||void 0),""!==a||K(e)||(a=ce.style(e,t)),!le.pixelBoxStyles()&&_e.test(a)&&Ve.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=n.width,u.width=r,u.minWidth=i,u.maxWidth=o)),void 0!==a?a+"":a}function Ye(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",J.appendChild(u).appendChild(l);var e=ie.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),J.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=C.createElement("div"),l=C.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",le.clearCloneStyle="content-box"===l.style.backgroundClip,ce.extend(le,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=C.createElement("table"),t=C.createElement("tr"),n=C.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="box-sizing:content-box;border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",J.appendChild(e).appendChild(t).appendChild(n),r=ie.getComputedStyle(t),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,J.removeChild(e)),a}}))}();var Qe=["Webkit","Moz","ms"],Je=C.createElement("div").style,Ke={};function Ze(e){var t=ce.cssProps[e]||Ke[e];return t||(e in Je?e:Ke[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=Qe.length;while(n--)if((e=Qe[n]+t)in Je)return e}(e)||e)}var et=/^(none|table(?!-c[ea]).+)/,tt={position:"absolute",visibility:"hidden",display:"block"},nt={letterSpacing:"0",fontWeight:"400"};function rt(e,t,n){var r=Y.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function it(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0,l=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(l+=ce.css(e,n+Q[a],!0,i)),r?("content"===n&&(u-=ce.css(e,"padding"+Q[a],!0,i)),"margin"!==n&&(u-=ce.css(e,"border"+Q[a]+"Width",!0,i))):(u+=ce.css(e,"padding"+Q[a],!0,i),"padding"!==n?u+=ce.css(e,"border"+Q[a]+"Width",!0,i):s+=ce.css(e,"border"+Q[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u+l}function ot(e,t,n){var r=Xe(e),i=(!le.boxSizingReliable()||n)&&"border-box"===ce.css(e,"boxSizing",!1,r),o=i,a=Ge(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(_e.test(a)){if(!n)return a;a="auto"}return(!le.boxSizingReliable()&&i||!le.reliableTrDimensions()&&fe(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===ce.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===ce.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+it(e,t,n||(i?"border":"content"),o,r,a)+"px"}function at(e,t,n,r,i){return new at.prototype.init(e,t,n,r,i)}ce.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ge(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=F(t),u=ze.test(t),l=e.style;if(u||(t=Ze(s)),a=ce.cssHooks[t]||ce.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=Y.exec(n))&&i[1]&&(n=te(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(ce.cssNumber[s]?"":"px")),le.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=F(t);return ze.test(t)||(t=Ze(s)),(a=ce.cssHooks[t]||ce.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Ge(e,t,r)),"normal"===i&&t in nt&&(i=nt[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),ce.each(["height","width"],function(e,u){ce.cssHooks[u]={get:function(e,t,n){if(t)return!et.test(ce.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?ot(e,u,n):Ue(e,tt,function(){return ot(e,u,n)})},set:function(e,t,n){var r,i=Xe(e),o=!le.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===ce.css(e,"boxSizing",!1,i),s=n?it(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-it(e,u,"border",!1,i)-.5)),s&&(r=Y.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=ce.css(e,u)),rt(0,t,s)}}}),ce.cssHooks.marginLeft=Ye(le.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Ge(e,"marginLeft"))||e.getBoundingClientRect().left-Ue(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),ce.each({margin:"",padding:"",border:"Width"},function(i,o){ce.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+Q[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(ce.cssHooks[i+o].set=rt)}),ce.fn.extend({css:function(e,t){return M(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Xe(e),i=t.length;a<i;a++)o[t[a]]=ce.css(e,t[a],!1,r);return o}return void 0!==n?ce.style(e,t,n):ce.css(e,t)},e,t,1<arguments.length)}}),((ce.Tween=at).prototype={constructor:at,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||ce.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(ce.cssNumber[n]?"":"px")},cur:function(){var e=at.propHooks[this.prop];return e&&e.get?e.get(this):at.propHooks._default.get(this)},run:function(e){var t,n=at.propHooks[this.prop];return this.options.duration?this.pos=t=ce.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):at.propHooks._default.set(this),this}}).init.prototype=at.prototype,(at.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=ce.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){ce.fx.step[e.prop]?ce.fx.step[e.prop](e):1!==e.elem.nodeType||!ce.cssHooks[e.prop]&&null==e.elem.style[Ze(e.prop)]?e.elem[e.prop]=e.now:ce.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=at.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ce.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},ce.fx=at.prototype.init,ce.fx.step={};var st,ut,lt,ct,ft=/^(?:toggle|show|hide)$/,pt=/queueHooks$/;function dt(){ut&&(!1===C.hidden&&ie.requestAnimationFrame?ie.requestAnimationFrame(dt):ie.setTimeout(dt,ce.fx.interval),ce.fx.tick())}function ht(){return ie.setTimeout(function(){st=void 0}),st=Date.now()}function gt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=Q[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function vt(e,t,n){for(var r,i=(yt.tweeners[t]||[]).concat(yt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function yt(o,e,t){var n,a,r=0,i=yt.prefilters.length,s=ce.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=st||ht(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:ce.extend({},e),opts:ce.extend(!0,{specialEasing:{},easing:ce.easing._default},t),originalProperties:e,originalOptions:t,startTime:st||ht(),duration:t.duration,tweens:[],createTween:function(e,t){var n=ce.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=F(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=ce.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=yt.prefilters[r].call(l,o,c,l.opts))return v(n.stop)&&(ce._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return ce.map(c,vt,l),v(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),ce.fx.timer(ce.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}ce.Animation=ce.extend(yt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return te(n.elem,e,Y.exec(t),n),n}]},tweener:function(e,t){v(e)?(t=e,e=["*"]):e=e.match(D);for(var n,r=0,i=e.length;r<i;r++)n=e[r],yt.tweeners[n]=yt.tweeners[n]||[],yt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ee(e),v=_.get(e,"fxshow");for(r in n.queue||(null==(a=ce._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,ce.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ft.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||ce.style(e,r)}if((u=!ce.isEmptyObject(t))||!ce.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=_.get(e,"display")),"none"===(c=ce.css(e,"display"))&&(l?c=l:(re([e],!0),l=e.style.display||l,c=ce.css(e,"display"),re([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===ce.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=_.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&re([e],!0),p.done(function(){for(r in g||re([e]),_.remove(e,"fxshow"),d)ce.style(e,r,d[r])})),u=vt(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?yt.prefilters.unshift(e):yt.prefilters.push(e)}}),ce.speed=function(e,t,n){var r=e&&"object"==typeof e?ce.extend({},e):{complete:n||!n&&t||v(e)&&e,duration:e,easing:n&&t||t&&!v(t)&&t};return ce.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in ce.fx.speeds?r.duration=ce.fx.speeds[r.duration]:r.duration=ce.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){v(r.old)&&r.old.call(this),r.queue&&ce.dequeue(this,r.queue)},r},ce.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ee).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=ce.isEmptyObject(t),o=ce.speed(e,n,r),a=function(){var e=yt(this,ce.extend({},t),o);(i||_.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=ce.timers,r=_.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&pt.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||ce.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=_.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=ce.timers,o=n?n.length:0;for(t.finish=!0,ce.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),ce.each(["toggle","show","hide"],function(e,r){var i=ce.fn[r];ce.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(gt(r,!0),e,t,n)}}),ce.each({slideDown:gt("show"),slideUp:gt("hide"),slideToggle:gt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){ce.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),ce.timers=[],ce.fx.tick=function(){var e,t=0,n=ce.timers;for(st=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||ce.fx.stop(),st=void 0},ce.fx.timer=function(e){ce.timers.push(e),ce.fx.start()},ce.fx.interval=13,ce.fx.start=function(){ut||(ut=!0,dt())},ce.fx.stop=function(){ut=null},ce.fx.speeds={slow:600,fast:200,_default:400},ce.fn.delay=function(r,e){return r=ce.fx&&ce.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=ie.setTimeout(e,r);t.stop=function(){ie.clearTimeout(n)}})},lt=C.createElement("input"),ct=C.createElement("select").appendChild(C.createElement("option")),lt.type="checkbox",le.checkOn=""!==lt.value,le.optSelected=ct.selected,(lt=C.createElement("input")).value="t",lt.type="radio",le.radioValue="t"===lt.value;var mt,xt=ce.expr.attrHandle;ce.fn.extend({attr:function(e,t){return M(this,ce.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){ce.removeAttr(this,e)})}}),ce.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?ce.prop(e,t,n):(1===o&&ce.isXMLDoc(e)||(i=ce.attrHooks[t.toLowerCase()]||(ce.expr.match.bool.test(t)?mt:void 0)),void 0!==n?null===n?void ce.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=ce.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!le.radioValue&&"radio"===t&&fe(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(D);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),mt={set:function(e,t,n){return!1===t?ce.removeAttr(e,n):e.setAttribute(n,n),n}},ce.each(ce.expr.match.bool.source.match(/\w+/g),function(e,t){var a=xt[t]||ce.find.attr;xt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=xt[o],xt[o]=r,r=null!=a(e,t,n)?o:null,xt[o]=i),r}});var bt=/^(?:input|select|textarea|button)$/i,wt=/^(?:a|area)$/i;function Tt(e){return(e.match(D)||[]).join(" ")}function Ct(e){return e.getAttribute&&e.getAttribute("class")||""}function kt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(D)||[]}ce.fn.extend({prop:function(e,t){return M(this,ce.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[ce.propFix[e]||e]})}}),ce.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&ce.isXMLDoc(e)||(t=ce.propFix[t]||t,i=ce.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=ce.find.attr(e,"tabindex");return t?parseInt(t,10):bt.test(e.nodeName)||wt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),le.optSelected||(ce.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),ce.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ce.propFix[this.toLowerCase()]=this}),ce.fn.extend({addClass:function(t){var e,n,r,i,o,a;return v(t)?this.each(function(e){ce(this).addClass(t.call(this,e,Ct(this)))}):(e=kt(t)).length?this.each(function(){if(r=Ct(this),n=1===this.nodeType&&" "+Tt(r)+" "){for(o=0;o<e.length;o++)i=e[o],n.indexOf(" "+i+" ")<0&&(n+=i+" ");a=Tt(n),r!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var e,n,r,i,o,a;return v(t)?this.each(function(e){ce(this).removeClass(t.call(this,e,Ct(this)))}):arguments.length?(e=kt(t)).length?this.each(function(){if(r=Ct(this),n=1===this.nodeType&&" "+Tt(r)+" "){for(o=0;o<e.length;o++){i=e[o];while(-1<n.indexOf(" "+i+" "))n=n.replace(" "+i+" "," ")}a=Tt(n),r!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var e,r,i,o,a=typeof t,s="string"===a||Array.isArray(t);return v(t)?this.each(function(e){ce(this).toggleClass(t.call(this,e,Ct(this),n),n)}):"boolean"==typeof n&&s?n?this.addClass(t):this.removeClass(t):(e=kt(t),this.each(function(){if(s)for(o=ce(this),i=0;i<e.length;i++)r=e[i],o.hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=Ct(this))&&_.set(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":_.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+Tt(Ct(n))+" ").indexOf(t))return!0;return!1}});var St=/\r/g;ce.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=v(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,ce(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=ce.map(t,function(e){return null==e?"":e+""})),(r=ce.valHooks[this.type]||ce.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=ce.valHooks[t.type]||ce.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(St,""):null==e?"":e:void 0}}),ce.extend({valHooks:{option:{get:function(e){var t=ce.find.attr(e,"value");return null!=t?t:Tt(ce.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!fe(n.parentNode,"optgroup"))){if(t=ce(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=ce.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<ce.inArray(ce.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),ce.each(["radio","checkbox"],function(){ce.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<ce.inArray(ce(e).val(),t)}},le.checkOn||(ce.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Et=ie.location,jt={guid:Date.now()},At=/\?/;ce.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new ie.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||ce.error("Invalid XML: "+(n?ce.map(n.childNodes,function(e){return e.textContent}).join("\n"):e)),t};var Dt=/^(?:focusinfocus|focusoutblur)$/,Nt=function(e){e.stopPropagation()};ce.extend(ce.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||C],d=ue.call(e,"type")?e.type:e,h=ue.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||C,3!==n.nodeType&&8!==n.nodeType&&!Dt.test(d+ce.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[ce.expando]?e:new ce.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:ce.makeArray(t,[e]),c=ce.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!y(n)){for(s=c.delegateType||d,Dt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||C)&&p.push(a.defaultView||a.parentWindow||ie)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(_.get(o,"events")||Object.create(null))[e.type]&&_.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&$(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!$(n)||u&&v(n[d])&&!y(n)&&((a=n[u])&&(n[u]=null),ce.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,Nt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,Nt),ce.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=ce.extend(new ce.Event,n,{type:e,isSimulated:!0});ce.event.trigger(r,null,t)}}),ce.fn.extend({trigger:function(e,t){return this.each(function(){ce.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return ce.event.trigger(e,t,n,!0)}});var qt=/\[\]$/,Lt=/\r?\n/g,Ht=/^(?:submit|button|image|reset|file)$/i,Ot=/^(?:input|select|textarea|keygen)/i;function Pt(n,e,r,i){var t;if(Array.isArray(e))ce.each(e,function(e,t){r||qt.test(n)?i(n,t):Pt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==x(e))i(n,e);else for(t in e)Pt(n+"["+t+"]",e[t],r,i)}ce.param=function(e,t){var n,r=[],i=function(e,t){var n=v(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!ce.isPlainObject(e))ce.each(e,function(){i(this.name,this.value)});else for(n in e)Pt(n,e[n],t,i);return r.join("&")},ce.fn.extend({serialize:function(){return ce.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ce.prop(this,"elements");return e?ce.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ce(this).is(":disabled")&&Ot.test(this.nodeName)&&!Ht.test(e)&&(this.checked||!we.test(e))}).map(function(e,t){var n=ce(this).val();return null==n?null:Array.isArray(n)?ce.map(n,function(e){return{name:t.name,value:e.replace(Lt,"\r\n")}}):{name:t.name,value:n.replace(Lt,"\r\n")}}).get()}});var Mt=/%20/g,Rt=/#.*$/,It=/([?&])_=[^&]*/,Wt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ft=/^(?:GET|HEAD)$/,$t=/^\/\//,Bt={},_t={},zt="*/".concat("*"),Xt=C.createElement("a");function Ut(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(D)||[];if(v(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function Vt(t,i,o,a){var s={},u=t===_t;function l(e){var r;return s[e]=!0,ce.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function Gt(e,t){var n,r,i=ce.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&ce.extend(!0,e,r),e}Xt.href=Et.href,ce.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Et.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":ce.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Gt(Gt(e,ce.ajaxSettings),t):Gt(ce.ajaxSettings,e)},ajaxPrefilter:Ut(Bt),ajaxTransport:Ut(_t),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=ce.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?ce(y):ce.event,x=ce.Deferred(),b=ce.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Wt.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Et.href)+"").replace($t,Et.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(D)||[""],null==v.crossDomain){r=C.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Xt.protocol+"//"+Xt.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=ce.param(v.data,v.traditional)),Vt(Bt,v,t,T),h)return T;for(i in(g=ce.event&&v.global)&&0==ce.active++&&ce.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ft.test(v.type),f=v.url.replace(Rt,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Mt,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(At.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(It,"$1"),o=(At.test(f)?"&":"?")+"_="+jt.guid+++o),v.url=f+o),v.ifModified&&(ce.lastModified[f]&&T.setRequestHeader("If-Modified-Since",ce.lastModified[f]),ce.etag[f]&&T.setRequestHeader("If-None-Match",ce.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+zt+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=Vt(_t,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=ie.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&ie.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),!i&&-1<ce.inArray("script",v.dataTypes)&&ce.inArray("json",v.dataTypes)<0&&(v.converters["text script"]=function(){}),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(ce.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(ce.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--ce.active||ce.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return ce.get(e,t,n,"json")},getScript:function(e,t){return ce.get(e,void 0,t,"script")}}),ce.each(["get","post"],function(e,i){ce[i]=function(e,t,n,r){return v(t)&&(r=r||n,n=t,t=void 0),ce.ajax(ce.extend({url:e,type:i,dataType:r,data:t,success:n},ce.isPlainObject(e)&&e))}}),ce.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),ce._evalUrl=function(e,t,n){return ce.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){ce.globalEval(e,t,n)}})},ce.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=ce(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return v(n)?this.each(function(e){ce(this).wrapInner(n.call(this,e))}):this.each(function(){var e=ce(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=v(t);return this.each(function(e){ce(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){ce(this).replaceWith(this.childNodes)}),this}}),ce.expr.pseudos.hidden=function(e){return!ce.expr.pseudos.visible(e)},ce.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},ce.ajaxSettings.xhr=function(){try{return new ie.XMLHttpRequest}catch(e){}};var Yt={0:200,1223:204},Qt=ce.ajaxSettings.xhr();le.cors=!!Qt&&"withCredentials"in Qt,le.ajax=Qt=!!Qt,ce.ajaxTransport(function(i){var o,a;if(le.cors||Qt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(Yt[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&ie.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),ce.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),ce.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return ce.globalEval(e),e}}}),ce.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),ce.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=ce("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=Tt(e.slice(s)),e=e.slice(0,s)),v(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&ce.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?ce("<div>").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var en=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;ce.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),v(e))return r=ae.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(ae.call(arguments)))}).guid=e.guid=e.guid||ce.guid++,i},ce.holdReady=function(e){e?ce.readyWait++:ce.ready(!0)},ce.isArray=Array.isArray,ce.parseJSON=JSON.parse,ce.nodeName=fe,ce.isFunction=v,ce.isWindow=y,ce.camelCase=F,ce.type=x,ce.now=Date.now,ce.isNumeric=function(e){var t=ce.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},ce.trim=function(e){return null==e?"":(e+"").replace(en,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return ce});var tn=ie.jQuery,nn=ie.$;return ce.noConflict=function(e){return ie.$===ce&&(ie.$=nn),e&&ie.jQuery===ce&&(ie.jQuery=tn),ce},"undefined"==typeof e&&(ie.jQuery=ie.$=ce),ce}); diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md new file mode 100644 index 00000000000..8cb8a2b12cb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js new file mode 100644 index 00000000000..32e5ac7de89 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/af",[],function(){return{errorLoading:function(){return"Die resultate kon nie gelaai word nie."},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Verwyders asseblief "+n+" character";return 1!=n&&(r+="s"),r},inputTooShort:function(e){return"Voer asseblief "+(e.minimum-e.input.length)+" of meer karakters"},loadingMore:function(){return"Meer resultate word gelaai…"},maximumSelected:function(e){var n="Kies asseblief net "+e.maximum+" item";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"Geen resultate gevind"},searching:function(){return"Besig…"},removeAllItems:function(){return"Verwyder alle items"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js new file mode 100644 index 00000000000..64e1caad34d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(n){return"الرجاء حذف "+(n.input.length-n.maximum)+" عناصر"},inputTooShort:function(n){return"الرجاء إضافة "+(n.minimum-n.input.length)+" عناصر"},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(n){return"تستطيع إختيار "+n.maximum+" بنود فقط"},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"},removeAllItems:function(){return"قم بإزالة كل العناصر"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js new file mode 100644 index 00000000000..1d52c260f29 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/az",[],function(){return{inputTooLong:function(n){return n.input.length-n.maximum+" simvol silin"},inputTooShort:function(n){return n.minimum-n.input.length+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(n){return"Sadəcə "+n.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"},removeAllItems:function(){return"Bütün elementləri sil"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js new file mode 100644 index 00000000000..73b730a705a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/bg",[],function(){return{inputTooLong:function(n){var e=n.input.length-n.maximum,u="Моля въведете с "+e+" по-малко символ";return e>1&&(u+="a"),u},inputTooShort:function(n){var e=n.minimum-n.input.length,u="Моля въведете още "+e+" символ";return e>1&&(u+="a"),u},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(n){var e="Можете да направите до "+n.maximum+" ";return n.maximum>1?e+="избора":e+="избор",e},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"},removeAllItems:function(){return"Премахнете всички елементи"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js new file mode 100644 index 00000000000..2d17b9d8e05 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/bn",[],function(){return{errorLoading:function(){return"ফলাফলগুলি লোড করা যায়নি।"},inputTooLong:function(n){var e=n.input.length-n.maximum,u="অনুগ্রহ করে "+e+" টি অক্ষর মুছে দিন।";return 1!=e&&(u="অনুগ্রহ করে "+e+" টি অক্ষর মুছে দিন।"),u},inputTooShort:function(n){return n.minimum-n.input.length+" টি অক্ষর অথবা অধিক অক্ষর লিখুন।"},loadingMore:function(){return"আরো ফলাফল লোড হচ্ছে ..."},maximumSelected:function(n){var e=n.maximum+" টি আইটেম নির্বাচন করতে পারবেন।";return 1!=n.maximum&&(e=n.maximum+" টি আইটেম নির্বাচন করতে পারবেন।"),e},noResults:function(){return"কোন ফলাফল পাওয়া যায়নি।"},searching:function(){return"অনুসন্ধান করা হচ্ছে ..."}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js new file mode 100644 index 00000000000..46b084d7583 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/bs",[],function(){function e(e,n,r,t){return e%10==1&&e%100!=11?n:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?r:t}return{errorLoading:function(){return"Preuzimanje nije uspijelo."},inputTooLong:function(n){var r=n.input.length-n.maximum,t="Obrišite "+r+" simbol";return t+=e(r,"","a","a")},inputTooShort:function(n){var r=n.minimum-n.input.length,t="Ukucajte bar još "+r+" simbol";return t+=e(r,"","a","a")},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(n){var r="Možete izabrati samo "+n.maximum+" stavk";return r+=e(n.maximum,"u","e","i")},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"},removeAllItems:function(){return"Uklonite sve stavke"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js new file mode 100644 index 00000000000..82dbbb7a212 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/ca",[],function(){return{errorLoading:function(){return"La càrrega ha fallat"},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Si us plau, elimina "+n+" car";return r+=1==n?"àcter":"àcters"},inputTooShort:function(e){var n=e.minimum-e.input.length,r="Si us plau, introdueix "+n+" car";return r+=1==n?"àcter":"àcters"},loadingMore:function(){return"Carregant més resultats…"},maximumSelected:function(e){var n="Només es pot seleccionar "+e.maximum+" element";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"No s'han trobat resultats"},searching:function(){return"Cercant…"},removeAllItems:function(){return"Treu tots els elements"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js new file mode 100644 index 00000000000..7116d6c1dfd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/cs",[],function(){function e(e,n){switch(e){case 2:return n?"dva":"dvě";case 3:return"tři";case 4:return"čtyři"}return""}return{errorLoading:function(){return"Výsledky nemohly být načteny."},inputTooLong:function(n){var t=n.input.length-n.maximum;return 1==t?"Prosím, zadejte o jeden znak méně.":t<=4?"Prosím, zadejte o "+e(t,!0)+" znaky méně.":"Prosím, zadejte o "+t+" znaků méně."},inputTooShort:function(n){var t=n.minimum-n.input.length;return 1==t?"Prosím, zadejte ještě jeden znak.":t<=4?"Prosím, zadejte ještě další "+e(t,!0)+" znaky.":"Prosím, zadejte ještě dalších "+t+" znaků."},loadingMore:function(){return"Načítají se další výsledky…"},maximumSelected:function(n){var t=n.maximum;return 1==t?"Můžete zvolit jen jednu položku.":t<=4?"Můžete zvolit maximálně "+e(t,!1)+" položky.":"Můžete zvolit maximálně "+t+" položek."},noResults:function(){return"Nenalezeny žádné položky."},searching:function(){return"Vyhledávání…"},removeAllItems:function(){return"Odstraňte všechny položky"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js new file mode 100644 index 00000000000..cda32c34aaa --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){return"Angiv venligst "+(e.input.length-e.maximum)+" tegn mindre"},inputTooShort:function(e){return"Angiv venligst "+(e.minimum-e.input.length)+" tegn mere"},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var n="Du kan kun vælge "+e.maximum+" emne";return 1!=e.maximum&&(n+="r"),n},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"},removeAllItems:function(){return"Fjern alle elementer"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js new file mode 100644 index 00000000000..c2e61e5800b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/de",[],function(){return{errorLoading:function(){return"Die Ergebnisse konnten nicht geladen werden."},inputTooLong:function(e){return"Bitte "+(e.input.length-e.maximum)+" Zeichen weniger eingeben"},inputTooShort:function(e){return"Bitte "+(e.minimum-e.input.length)+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var n="Sie können nur "+e.maximum+" Element";return 1!=e.maximum&&(n+="e"),n+=" auswählen"},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"},removeAllItems:function(){return"Entferne alle Elemente"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js new file mode 100644 index 00000000000..02f283abada --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/dsb",[],function(){var n=["znamuško","znamušce","znamuška","znamuškow"],e=["zapisk","zapiska","zapiski","zapiskow"],u=function(n,e){return 1===n?e[0]:2===n?e[1]:n>2&&n<=4?e[2]:n>=5?e[3]:void 0};return{errorLoading:function(){return"Wuslědki njejsu se dali zacytaś."},inputTooLong:function(e){var a=e.input.length-e.maximum;return"Pšosym lašuj "+a+" "+u(a,n)},inputTooShort:function(e){var a=e.minimum-e.input.length;return"Pšosym zapódaj nanejmjenjej "+a+" "+u(a,n)},loadingMore:function(){return"Dalšne wuslědki se zacytaju…"},maximumSelected:function(n){return"Móžoš jano "+n.maximum+" "+u(n.maximum,e)+"wubraś."},noResults:function(){return"Žedne wuslědki namakane"},searching:function(){return"Pyta se…"},removeAllItems:function(){return"Remove all items"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js new file mode 100644 index 00000000000..d4922a1df5b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/el",[],function(){return{errorLoading:function(){return"Τα αποτελέσματα δεν μπόρεσαν να φορτώσουν."},inputTooLong:function(n){var e=n.input.length-n.maximum,u="Παρακαλώ διαγράψτε "+e+" χαρακτήρ";return 1==e&&(u+="α"),1!=e&&(u+="ες"),u},inputTooShort:function(n){return"Παρακαλώ συμπληρώστε "+(n.minimum-n.input.length)+" ή περισσότερους χαρακτήρες"},loadingMore:function(){return"Φόρτωση περισσότερων αποτελεσμάτων…"},maximumSelected:function(n){var e="Μπορείτε να επιλέξετε μόνο "+n.maximum+" επιλογ";return 1==n.maximum&&(e+="ή"),1!=n.maximum&&(e+="ές"),e},noResults:function(){return"Δεν βρέθηκαν αποτελέσματα"},searching:function(){return"Αναζήτηση…"},removeAllItems:function(){return"Καταργήστε όλα τα στοιχεία"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js new file mode 100644 index 00000000000..3b192857342 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Please delete "+n+" character";return 1!=n&&(r+="s"),r},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var n="You can only select "+e.maximum+" item";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js new file mode 100644 index 00000000000..68afd6d2592 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"No se pudieron cargar los resultados"},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Por favor, elimine "+n+" car";return r+=1==n?"ácter":"acteres"},inputTooShort:function(e){var n=e.minimum-e.input.length,r="Por favor, introduzca "+n+" car";return r+=1==n?"ácter":"acteres"},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var n="Sólo puede seleccionar "+e.maximum+" elemento";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Eliminar todos los elementos"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js new file mode 100644 index 00000000000..070b61a26dd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var n=e.input.length-e.maximum,t="Sisesta "+n+" täht";return 1!=n&&(t+="e"),t+=" vähem"},inputTooShort:function(e){var n=e.minimum-e.input.length,t="Sisesta "+n+" täht";return 1!=n&&(t+="e"),t+=" rohkem"},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var n="Saad vaid "+e.maximum+" tulemus";return 1==e.maximum?n+="e":n+="t",n+=" valida"},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"},removeAllItems:function(){return"Eemalda kõik esemed"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js new file mode 100644 index 00000000000..90d5e73f8a8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return n+=1==t?"karaktere bat":t+" karaktere",n+=" gutxiago"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return n+=1==t?"karaktere bat":t+" karaktere",n+=" gehiago"},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return 1===e.maximum?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"},removeAllItems:function(){return"Kendu elementu guztiak"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js new file mode 100644 index 00000000000..e1ffdbed0d8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/fa",[],function(){return{errorLoading:function(){return"امکان بارگذاری نتایج وجود ندارد."},inputTooLong:function(n){return"لطفاً "+(n.input.length-n.maximum)+" کاراکتر را حذف نمایید"},inputTooShort:function(n){return"لطفاً تعداد "+(n.minimum-n.input.length)+" کاراکتر یا بیشتر وارد نمایید"},loadingMore:function(){return"در حال بارگذاری نتایج بیشتر..."},maximumSelected:function(n){return"شما تنها می‌توانید "+n.maximum+" آیتم را انتخاب نمایید"},noResults:function(){return"هیچ نتیجه‌ای یافت نشد"},searching:function(){return"در حال جستجو..."},removeAllItems:function(){return"همه موارد را حذف کنید"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js new file mode 100644 index 00000000000..ffed1247dd0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/fi",[],function(){return{errorLoading:function(){return"Tuloksia ei saatu ladattua."},inputTooLong:function(n){return"Ole hyvä ja anna "+(n.input.length-n.maximum)+" merkkiä vähemmän"},inputTooShort:function(n){return"Ole hyvä ja anna "+(n.minimum-n.input.length)+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(n){return"Voit valita ainoastaan "+n.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){return"Haetaan…"},removeAllItems:function(){return"Poista kaikki kohteet"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js new file mode 100644 index 00000000000..dd02f973ffa --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/fr",[],function(){return{errorLoading:function(){return"Les résultats ne peuvent pas être chargés."},inputTooLong:function(e){var n=e.input.length-e.maximum;return"Supprimez "+n+" caractère"+(n>1?"s":"")},inputTooShort:function(e){var n=e.minimum-e.input.length;return"Saisissez au moins "+n+" caractère"+(n>1?"s":"")},loadingMore:function(){return"Chargement de résultats supplémentaires…"},maximumSelected:function(e){return"Vous pouvez seulement sélectionner "+e.maximum+" élément"+(e.maximum>1?"s":"")},noResults:function(){return"Aucun résultat trouvé"},searching:function(){return"Recherche en cours…"},removeAllItems:function(){return"Supprimer tous les éléments"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js new file mode 100644 index 00000000000..208a0057057 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/gl",[],function(){return{errorLoading:function(){return"Non foi posíbel cargar os resultados."},inputTooLong:function(e){var n=e.input.length-e.maximum;return 1===n?"Elimine un carácter":"Elimine "+n+" caracteres"},inputTooShort:function(e){var n=e.minimum-e.input.length;return 1===n?"Engada un carácter":"Engada "+n+" caracteres"},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){return 1===e.maximum?"Só pode seleccionar un elemento":"Só pode seleccionar "+e.maximum+" elementos"},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Elimina todos os elementos"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js new file mode 100644 index 00000000000..25a8805aa02 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(n){var e=n.input.length-n.maximum,r="נא למחוק ";return r+=1===e?"תו אחד":e+" תווים"},inputTooShort:function(n){var e=n.minimum-n.input.length,r="נא להכניס ";return r+=1===e?"תו אחד":e+" תווים",r+=" או יותר"},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(n){var e="באפשרותך לבחור עד ";return 1===n.maximum?e+="פריט אחד":e+=n.maximum+" פריטים",e},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"},removeAllItems:function(){return"הסר את כל הפריטים"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js new file mode 100644 index 00000000000..f3ed798434b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(n){var e=n.input.length-n.maximum,r=e+" अक्षर को हटा दें";return e>1&&(r=e+" अक्षरों को हटा दें "),r},inputTooShort:function(n){return"कृपया "+(n.minimum-n.input.length)+" या अधिक अक्षर दर्ज करें"},loadingMore:function(){return"अधिक परिणाम लोड हो रहे है..."},maximumSelected:function(n){return"आप केवल "+n.maximum+" आइटम का चयन कर सकते हैं"},noResults:function(){return"कोई परिणाम नहीं मिला"},searching:function(){return"खोज रहा है..."},removeAllItems:function(){return"सभी वस्तुओं को हटा दें"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js new file mode 100644 index 00000000000..cb3268db161 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hr",[],function(){function n(n){var e=" "+n+" znak";return n%10<5&&n%10>0&&(n%100<5||n%100>19)?n%10>1&&(e+="a"):e+="ova",e}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(e){return"Unesite "+n(e.input.length-e.maximum)},inputTooShort:function(e){return"Unesite još "+n(e.minimum-e.input.length)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(n){return"Maksimalan broj odabranih stavki je "+n.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"},removeAllItems:function(){return"Ukloni sve stavke"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js new file mode 100644 index 00000000000..3d5bf09dbd5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hsb",[],function(){var n=["znamješko","znamješce","znamješka","znamješkow"],e=["zapisk","zapiskaj","zapiski","zapiskow"],u=function(n,e){return 1===n?e[0]:2===n?e[1]:n>2&&n<=4?e[2]:n>=5?e[3]:void 0};return{errorLoading:function(){return"Wuslědki njedachu so začitać."},inputTooLong:function(e){var a=e.input.length-e.maximum;return"Prošu zhašej "+a+" "+u(a,n)},inputTooShort:function(e){var a=e.minimum-e.input.length;return"Prošu zapodaj znajmjeńša "+a+" "+u(a,n)},loadingMore:function(){return"Dalše wuslědki so začitaja…"},maximumSelected:function(n){return"Móžeš jenož "+n.maximum+" "+u(n.maximum,e)+"wubrać"},noResults:function(){return"Žane wuslědki namakane"},searching:function(){return"Pyta so…"},removeAllItems:function(){return"Remove all items"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js new file mode 100644 index 00000000000..4893aa2f70d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/hu",[],function(){return{errorLoading:function(){return"Az eredmények betöltése nem sikerült."},inputTooLong:function(e){return"Túl hosszú. "+(e.input.length-e.maximum)+" karakterrel több, mint kellene."},inputTooShort:function(e){return"Túl rövid. Még "+(e.minimum-e.input.length)+" karakter hiányzik."},loadingMore:function(){return"Töltés…"},maximumSelected:function(e){return"Csak "+e.maximum+" elemet lehet kiválasztani."},noResults:function(){return"Nincs találat."},searching:function(){return"Keresés…"},removeAllItems:function(){return"Távolítson el minden elemet"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js new file mode 100644 index 00000000000..8230007141a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hy",[],function(){return{errorLoading:function(){return"Արդյունքները հնարավոր չէ բեռնել։"},inputTooLong:function(n){return"Խնդրում ենք հեռացնել "+(n.input.length-n.maximum)+" նշան"},inputTooShort:function(n){return"Խնդրում ենք մուտքագրել "+(n.minimum-n.input.length)+" կամ ավել նշաններ"},loadingMore:function(){return"Բեռնվում են նոր արդյունքներ․․․"},maximumSelected:function(n){return"Դուք կարող եք ընտրել առավելագույնը "+n.maximum+" կետ"},noResults:function(){return"Արդյունքներ չեն գտնվել"},searching:function(){return"Որոնում․․․"},removeAllItems:function(){return"Հեռացնել բոլոր տարրերը"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js new file mode 100644 index 00000000000..4a0b3bf009d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(n){return"Hapuskan "+(n.input.length-n.maximum)+" huruf"},inputTooShort:function(n){return"Masukkan "+(n.minimum-n.input.length)+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(n){return"Anda hanya dapat memilih "+n.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"},removeAllItems:function(){return"Hapus semua item"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js new file mode 100644 index 00000000000..cca5bbecf02 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/is",[],function(){return{inputTooLong:function(n){var t=n.input.length-n.maximum,e="Vinsamlegast styttið texta um "+t+" staf";return t<=1?e:e+"i"},inputTooShort:function(n){var t=n.minimum-n.input.length,e="Vinsamlegast skrifið "+t+" staf";return t>1&&(e+="i"),e+=" í viðbót"},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(n){return"Þú getur aðeins valið "+n.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"},removeAllItems:function(){return"Fjarlægðu öll atriði"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js new file mode 100644 index 00000000000..507c7d9f293 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/it",[],function(){return{errorLoading:function(){return"I risultati non possono essere caricati."},inputTooLong:function(e){var n=e.input.length-e.maximum,t="Per favore cancella "+n+" caratter";return t+=1!==n?"i":"e"},inputTooShort:function(e){return"Per favore inserisci "+(e.minimum-e.input.length)+" o più caratteri"},loadingMore:function(){return"Caricando più risultati…"},maximumSelected:function(e){var n="Puoi selezionare solo "+e.maximum+" element";return 1!==e.maximum?n+="i":n+="o",n},noResults:function(){return"Nessun risultato trovato"},searching:function(){return"Sto cercando…"},removeAllItems:function(){return"Rimuovi tutti gli oggetti"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js new file mode 100644 index 00000000000..451025e2c7d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(n){return n.input.length-n.maximum+" 文字を削除してください"},inputTooShort:function(n){return"少なくとも "+(n.minimum-n.input.length)+" 文字を入力してください"},loadingMore:function(){return"読み込み中…"},maximumSelected:function(n){return n.maximum+" 件しか選択できません"},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"},removeAllItems:function(){return"すべてのアイテムを削除"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js new file mode 100644 index 00000000000..60c593b705d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ka",[],function(){return{errorLoading:function(){return"მონაცემების ჩატვირთვა შეუძლებელია."},inputTooLong:function(n){return"გთხოვთ აკრიფეთ "+(n.input.length-n.maximum)+" სიმბოლოთი ნაკლები"},inputTooShort:function(n){return"გთხოვთ აკრიფეთ "+(n.minimum-n.input.length)+" სიმბოლო ან მეტი"},loadingMore:function(){return"მონაცემების ჩატვირთვა…"},maximumSelected:function(n){return"თქვენ შეგიძლიათ აირჩიოთ არაუმეტეს "+n.maximum+" ელემენტი"},noResults:function(){return"რეზულტატი არ მოიძებნა"},searching:function(){return"ძიება…"},removeAllItems:function(){return"ამოიღე ყველა ელემენტი"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js new file mode 100644 index 00000000000..4dca94f414e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(n){return"សូមលុបចេញ "+(n.input.length-n.maximum)+" អក្សរ"},inputTooShort:function(n){return"សូមបញ្ចូល"+(n.minimum-n.input.length)+" អក្សរ រឺ ច្រើនជាងនេះ"},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(n){return"អ្នកអាចជ្រើសរើសបានតែ "+n.maximum+" ជម្រើសប៉ុណ្ណោះ"},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."},removeAllItems:function(){return"លុបធាតុទាំងអស់"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js new file mode 100644 index 00000000000..f2880fb0043 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(n){return"너무 깁니다. "+(n.input.length-n.maximum)+" 글자 지워주세요."},inputTooShort:function(n){return"너무 짧습니다. "+(n.minimum-n.input.length)+" 글자 더 입력해주세요."},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(n){return"최대 "+n.maximum+"개까지만 선택 가능합니다."},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"},removeAllItems:function(){return"모든 항목 삭제"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js new file mode 100644 index 00000000000..f6a42155ad8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/lt",[],function(){function n(n,e,i,t){return n%10==1&&(n%100<11||n%100>19)?e:n%10>=2&&n%10<=9&&(n%100<11||n%100>19)?i:t}return{inputTooLong:function(e){var i=e.input.length-e.maximum,t="Pašalinkite "+i+" simbol";return t+=n(i,"į","ius","ių")},inputTooShort:function(e){var i=e.minimum-e.input.length,t="Įrašykite dar "+i+" simbol";return t+=n(i,"į","ius","ių")},loadingMore:function(){return"Kraunama daugiau rezultatų…"},maximumSelected:function(e){var i="Jūs galite pasirinkti tik "+e.maximum+" element";return i+=n(e.maximum,"ą","us","ų")},noResults:function(){return"Atitikmenų nerasta"},searching:function(){return"Ieškoma…"},removeAllItems:function(){return"Pašalinti visus elementus"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js new file mode 100644 index 00000000000..806dc5c4339 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/lv",[],function(){function e(e,n,u,i){return 11===e?n:e%10==1?u:i}return{inputTooLong:function(n){var u=n.input.length-n.maximum,i="Lūdzu ievadiet par "+u;return(i+=" simbol"+e(u,"iem","u","iem"))+" mazāk"},inputTooShort:function(n){var u=n.minimum-n.input.length,i="Lūdzu ievadiet vēl "+u;return i+=" simbol"+e(u,"us","u","us")},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(n){var u="Jūs varat izvēlēties ne vairāk kā "+n.maximum;return u+=" element"+e(n.maximum,"us","u","us")},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"},removeAllItems:function(){return"Noņemt visus vienumus"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js new file mode 100644 index 00000000000..cb7b84a2634 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/mk",[],function(){return{inputTooLong:function(n){var e=(n.input.length,n.maximum,"Ве молиме внесете "+n.maximum+" помалку карактер");return 1!==n.maximum&&(e+="и"),e},inputTooShort:function(n){var e=(n.minimum,n.input.length,"Ве молиме внесете уште "+n.maximum+" карактер");return 1!==n.maximum&&(e+="и"),e},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(n){var e="Можете да изберете само "+n.maximum+" ставк";return 1===n.maximum?e+="а":e+="и",e},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"},removeAllItems:function(){return"Отстрани ги сите предмети"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js new file mode 100644 index 00000000000..6bd7eaa3e02 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(n){return"Sila hapuskan "+(n.input.length-n.maximum)+" aksara"},inputTooShort:function(n){return"Sila masukkan "+(n.minimum-n.input.length)+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(n){return"Anda hanya boleh memilih "+n.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"},removeAllItems:function(){return"Keluarkan semua item"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js new file mode 100644 index 00000000000..25d89c68704 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){return"Vennligst fjern "+(e.input.length-e.maximum)+" tegn"},inputTooShort:function(e){return"Vennligst skriv inn "+(e.minimum-e.input.length)+" tegn til"},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"},removeAllItems:function(){return"Fjern alle elementer"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js new file mode 100644 index 00000000000..1c39f672103 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ne",[],function(){return{errorLoading:function(){return"नतिजाहरु देखाउन सकिएन।"},inputTooLong:function(n){var e=n.input.length-n.maximum,u="कृपया "+e+" अक्षर मेटाउनुहोस्।";return 1!=e&&(u+="कृपया "+e+" अक्षरहरु मेटाउनुहोस्।"),u},inputTooShort:function(n){return"कृपया बाँकी रहेका "+(n.minimum-n.input.length)+" वा अरु धेरै अक्षरहरु भर्नुहोस्।"},loadingMore:function(){return"अरु नतिजाहरु भरिँदैछन् …"},maximumSelected:function(n){var e="तँपाई "+n.maximum+" वस्तु मात्र छान्न पाउँनुहुन्छ।";return 1!=n.maximum&&(e="तँपाई "+n.maximum+" वस्तुहरु मात्र छान्न पाउँनुहुन्छ।"),e},noResults:function(){return"कुनै पनि नतिजा भेटिएन।"},searching:function(){return"खोजि हुँदैछ…"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js new file mode 100644 index 00000000000..2b74058d237 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/nl",[],function(){return{errorLoading:function(){return"De resultaten konden niet worden geladen."},inputTooLong:function(e){return"Gelieve "+(e.input.length-e.maximum)+" karakters te verwijderen"},inputTooShort:function(e){return"Gelieve "+(e.minimum-e.input.length)+" of meer karakters in te voeren"},loadingMore:function(){return"Meer resultaten laden…"},maximumSelected:function(e){var n=1==e.maximum?"kan":"kunnen",r="Er "+n+" maar "+e.maximum+" item";return 1!=e.maximum&&(r+="s"),r+=" worden geselecteerd"},noResults:function(){return"Geen resultaten gevonden…"},searching:function(){return"Zoeken…"},removeAllItems:function(){return"Verwijder alle items"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js new file mode 100644 index 00000000000..4ca5748c386 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/pl",[],function(){var n=["znak","znaki","znaków"],e=["element","elementy","elementów"],r=function(n,e){return 1===n?e[0]:n>1&&n<=4?e[1]:n>=5?e[2]:void 0};return{errorLoading:function(){return"Nie można załadować wyników."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Usuń "+t+" "+r(t,n)},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Podaj przynajmniej "+t+" "+r(t,n)},loadingMore:function(){return"Trwa ładowanie…"},maximumSelected:function(n){return"Możesz zaznaczyć tylko "+n.maximum+" "+r(n.maximum,e)},noResults:function(){return"Brak wyników"},searching:function(){return"Trwa wyszukiwanie…"},removeAllItems:function(){return"Usuń wszystkie przedmioty"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js new file mode 100644 index 00000000000..9b008e4c145 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ps",[],function(){return{errorLoading:function(){return"پايلي نه سي ترلاسه کېدای"},inputTooLong:function(n){var e=n.input.length-n.maximum,r="د مهربانۍ لمخي "+e+" توری ړنګ کړئ";return 1!=e&&(r=r.replace("توری","توري")),r},inputTooShort:function(n){return"لږ تر لږه "+(n.minimum-n.input.length)+" يا ډېر توري وليکئ"},loadingMore:function(){return"نوري پايلي ترلاسه کيږي..."},maximumSelected:function(n){var e="تاسو يوازي "+n.maximum+" قلم په نښه کولای سی";return 1!=n.maximum&&(e=e.replace("قلم","قلمونه")),e},noResults:function(){return"پايلي و نه موندل سوې"},searching:function(){return"لټول کيږي..."},removeAllItems:function(){return"ټول توکي لرې کړئ"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js new file mode 100644 index 00000000000..c991e2550ae --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Apague "+n+" caracter";return 1!=n&&(r+="es"),r},inputTooShort:function(e){return"Digite "+(e.minimum-e.input.length)+" ou mais caracteres"},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var n="Você só pode selecionar "+e.maximum+" ite";return 1==e.maximum?n+="m":n+="ns",n},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Remover todos os itens"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js new file mode 100644 index 00000000000..b5da1a6b496 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var r=e.input.length-e.maximum,n="Por favor apague "+r+" ";return n+=1!=r?"caracteres":"caractere"},inputTooShort:function(e){return"Introduza "+(e.minimum-e.input.length)+" ou mais caracteres"},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var r="Apenas pode seleccionar "+e.maximum+" ";return r+=1!=e.maximum?"itens":"item"},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"},removeAllItems:function(){return"Remover todos os itens"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js new file mode 100644 index 00000000000..1ba7b40bef7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/ro",[],function(){return{errorLoading:function(){return"Rezultatele nu au putut fi incărcate."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vă rugăm să ștergeți"+t+" caracter";return 1!==t&&(n+="e"),n},inputTooShort:function(e){return"Vă rugăm să introduceți "+(e.minimum-e.input.length)+" sau mai multe caractere"},loadingMore:function(){return"Se încarcă mai multe rezultate…"},maximumSelected:function(e){var t="Aveți voie să selectați cel mult "+e.maximum;return t+=" element",1!==e.maximum&&(t+="e"),t},noResults:function(){return"Nu au fost găsite rezultate"},searching:function(){return"Căutare…"},removeAllItems:function(){return"Eliminați toate elementele"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js new file mode 100644 index 00000000000..63a7d66c3b4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ru",[],function(){function n(n,e,r,u){return n%10<5&&n%10>0&&n%100<5||n%100>20?n%10>1?r:e:u}return{errorLoading:function(){return"Невозможно загрузить результаты"},inputTooLong:function(e){var r=e.input.length-e.maximum,u="Пожалуйста, введите на "+r+" символ";return u+=n(r,"","a","ов"),u+=" меньше"},inputTooShort:function(e){var r=e.minimum-e.input.length,u="Пожалуйста, введите ещё хотя бы "+r+" символ";return u+=n(r,"","a","ов")},loadingMore:function(){return"Загрузка данных…"},maximumSelected:function(e){var r="Вы можете выбрать не более "+e.maximum+" элемент";return r+=n(e.maximum,"","a","ов")},noResults:function(){return"Совпадений не найдено"},searching:function(){return"Поиск…"},removeAllItems:function(){return"Удалить все элементы"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js new file mode 100644 index 00000000000..5049528ad0d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/sk",[],function(){var e={2:function(e){return e?"dva":"dve"},3:function(){return"tri"},4:function(){return"štyri"}};return{errorLoading:function(){return"Výsledky sa nepodarilo načítať."},inputTooLong:function(n){var t=n.input.length-n.maximum;return 1==t?"Prosím, zadajte o jeden znak menej":t>=2&&t<=4?"Prosím, zadajte o "+e[t](!0)+" znaky menej":"Prosím, zadajte o "+t+" znakov menej"},inputTooShort:function(n){var t=n.minimum-n.input.length;return 1==t?"Prosím, zadajte ešte jeden znak":t<=4?"Prosím, zadajte ešte ďalšie "+e[t](!0)+" znaky":"Prosím, zadajte ešte ďalších "+t+" znakov"},loadingMore:function(){return"Načítanie ďalších výsledkov…"},maximumSelected:function(n){return 1==n.maximum?"Môžete zvoliť len jednu položku":n.maximum>=2&&n.maximum<=4?"Môžete zvoliť najviac "+e[n.maximum](!1)+" položky":"Môžete zvoliť najviac "+n.maximum+" položiek"},noResults:function(){return"Nenašli sa žiadne položky"},searching:function(){return"Vyhľadávanie…"},removeAllItems:function(){return"Odstráňte všetky položky"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js new file mode 100644 index 00000000000..4d0b7d3e345 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/sl",[],function(){return{errorLoading:function(){return"Zadetkov iskanja ni bilo mogoče naložiti."},inputTooLong:function(e){var n=e.input.length-e.maximum,t="Prosim zbrišite "+n+" znak";return 2==n?t+="a":1!=n&&(t+="e"),t},inputTooShort:function(e){var n=e.minimum-e.input.length,t="Prosim vpišite še "+n+" znak";return 2==n?t+="a":1!=n&&(t+="e"),t},loadingMore:function(){return"Nalagam več zadetkov…"},maximumSelected:function(e){var n="Označite lahko največ "+e.maximum+" predmet";return 2==e.maximum?n+="a":1!=e.maximum&&(n+="e"),n},noResults:function(){return"Ni zadetkov."},searching:function(){return"Iščem…"},removeAllItems:function(){return"Odstranite vse elemente"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js new file mode 100644 index 00000000000..59162024ed3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/sq",[],function(){return{errorLoading:function(){return"Rezultatet nuk mund të ngarkoheshin."},inputTooLong:function(e){var n=e.input.length-e.maximum,t="Të lutem fshi "+n+" karakter";return 1!=n&&(t+="e"),t},inputTooShort:function(e){return"Të lutem shkruaj "+(e.minimum-e.input.length)+" ose më shumë karaktere"},loadingMore:function(){return"Duke ngarkuar më shumë rezultate…"},maximumSelected:function(e){var n="Mund të zgjedhësh vetëm "+e.maximum+" element";return 1!=e.maximum&&(n+="e"),n},noResults:function(){return"Nuk u gjet asnjë rezultat"},searching:function(){return"Duke kërkuar…"},removeAllItems:function(){return"Hiq të gjitha sendet"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js new file mode 100644 index 00000000000..ce13ce8f9a1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sr-Cyrl",[],function(){function n(n,e,r,u){return n%10==1&&n%100!=11?e:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?r:u}return{errorLoading:function(){return"Преузимање није успело."},inputTooLong:function(e){var r=e.input.length-e.maximum,u="Обришите "+r+" симбол";return u+=n(r,"","а","а")},inputTooShort:function(e){var r=e.minimum-e.input.length,u="Укуцајте бар још "+r+" симбол";return u+=n(r,"","а","а")},loadingMore:function(){return"Преузимање још резултата…"},maximumSelected:function(e){var r="Можете изабрати само "+e.maximum+" ставк";return r+=n(e.maximum,"у","е","и")},noResults:function(){return"Ништа није пронађено"},searching:function(){return"Претрага…"},removeAllItems:function(){return"Уклоните све ставке"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js new file mode 100644 index 00000000000..dd407a06dc4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sr",[],function(){function n(n,e,r,t){return n%10==1&&n%100!=11?e:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?r:t}return{errorLoading:function(){return"Preuzimanje nije uspelo."},inputTooLong:function(e){var r=e.input.length-e.maximum,t="Obrišite "+r+" simbol";return t+=n(r,"","a","a")},inputTooShort:function(e){var r=e.minimum-e.input.length,t="Ukucajte bar još "+r+" simbol";return t+=n(r,"","a","a")},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(e){var r="Možete izabrati samo "+e.maximum+" stavk";return r+=n(e.maximum,"u","e","i")},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"},removeAllItems:function(){return"Уклоните све ставке"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js new file mode 100644 index 00000000000..1bc8724a79a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(n){return"Vänligen sudda ut "+(n.input.length-n.maximum)+" tecken"},inputTooShort:function(n){return"Vänligen skriv in "+(n.minimum-n.input.length)+" eller fler tecken"},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(n){return"Du kan max välja "+n.maximum+" element"},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"},removeAllItems:function(){return"Ta bort alla objekt"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js new file mode 100644 index 00000000000..63eab7114b0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/th",[],function(){return{errorLoading:function(){return"ไม่สามารถค้นข้อมูลได้"},inputTooLong:function(n){return"โปรดลบออก "+(n.input.length-n.maximum)+" ตัวอักษร"},inputTooShort:function(n){return"โปรดพิมพ์เพิ่มอีก "+(n.minimum-n.input.length)+" ตัวอักษร"},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(n){return"คุณสามารถเลือกได้ไม่เกิน "+n.maximum+" รายการ"},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"},removeAllItems:function(){return"ลบรายการทั้งหมด"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js new file mode 100644 index 00000000000..30255ff3777 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/tk",[],function(){return{errorLoading:function(){return"Netije ýüklenmedi."},inputTooLong:function(e){return e.input.length-e.maximum+" harp bozuň."},inputTooShort:function(e){return"Ýene-de iň az "+(e.minimum-e.input.length)+" harp ýazyň."},loadingMore:function(){return"Köpräk netije görkezilýär…"},maximumSelected:function(e){return"Diňe "+e.maximum+" sanysyny saýlaň."},noResults:function(){return"Netije tapylmady."},searching:function(){return"Gözlenýär…"},removeAllItems:function(){return"Remove all items"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js new file mode 100644 index 00000000000..fc4c0bf0512 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/tr",[],function(){return{errorLoading:function(){return"Sonuç yüklenemedi"},inputTooLong:function(n){return n.input.length-n.maximum+" karakter daha girmelisiniz"},inputTooShort:function(n){return"En az "+(n.minimum-n.input.length)+" karakter daha girmelisiniz"},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(n){return"Sadece "+n.maximum+" seçim yapabilirsiniz"},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"},removeAllItems:function(){return"Tüm öğeleri kaldır"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js new file mode 100644 index 00000000000..63697e38849 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/uk",[],function(){function n(n,e,u,r){return n%100>10&&n%100<15?r:n%10==1?e:n%10>1&&n%10<5?u:r}return{errorLoading:function(){return"Неможливо завантажити результати"},inputTooLong:function(e){return"Будь ласка, видаліть "+(e.input.length-e.maximum)+" "+n(e.maximum,"літеру","літери","літер")},inputTooShort:function(n){return"Будь ласка, введіть "+(n.minimum-n.input.length)+" або більше літер"},loadingMore:function(){return"Завантаження інших результатів…"},maximumSelected:function(e){return"Ви можете вибрати лише "+e.maximum+" "+n(e.maximum,"пункт","пункти","пунктів")},noResults:function(){return"Нічого не знайдено"},searching:function(){return"Пошук…"},removeAllItems:function(){return"Видалити всі елементи"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js new file mode 100644 index 00000000000..24f3bc2d61a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/vi",[],function(){return{inputTooLong:function(n){return"Vui lòng xóa bớt "+(n.input.length-n.maximum)+" ký tự"},inputTooShort:function(n){return"Vui lòng nhập thêm từ "+(n.minimum-n.input.length)+" ký tự trở lên"},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(n){return"Chỉ có thể chọn được "+n.maximum+" lựa chọn"},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"},removeAllItems:function(){return"Xóa tất cả các mục"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js new file mode 100644 index 00000000000..2c5649d3108 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js new file mode 100644 index 00000000000..570a5669374 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(n){return"請刪掉"+(n.input.length-n.maximum)+"個字元"},inputTooShort:function(n){return"請再輸入"+(n.minimum-n.input.length)+"個字元"},loadingMore:function(){return"載入中…"},maximumSelected:function(n){return"你只能選擇最多"+n.maximum+"項"},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"},removeAllItems:function(){return"刪除所有項目"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js new file mode 100644 index 00000000000..358572a6576 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js @@ -0,0 +1,6820 @@ +/*! + * Select2 4.0.13 + * https://select2.github.io + * + * Released under the MIT license + * https://github.com/select2/select2/blob/master/LICENSE.md + */ +;(function (factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(['jquery'], factory); + } else if (typeof module === 'object' && module.exports) { + // Node/CommonJS + module.exports = function (root, jQuery) { + if (jQuery === undefined) { + // require('jQuery') returns a factory that requires window to + // build a jQuery instance, we normalize how we use modules + // that require this pattern but the window provided is a noop + // if it's defined (how jquery works) + if (typeof window !== 'undefined') { + jQuery = require('jquery'); + } + else { + jQuery = require('jquery')(root); + } + } + factory(jQuery); + return jQuery; + }; + } else { + // Browser globals + factory(jQuery); + } +} (function (jQuery) { + // This is needed so we can catch the AMD loader configuration and use it + // The inner file should be wrapped (by `banner.start.js`) in a function that + // returns the AMD loader references. + var S2 =(function () { + // Restore the Select2 AMD loader so it can be used + // Needed mostly in the language files, where the loader is not inserted + if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) { + var S2 = jQuery.fn.select2.amd; + } +var S2;(function () { if (!S2 || !S2.requirejs) { +if (!S2) { S2 = {}; } else { require = S2; } +/** + * @license almond 0.3.3 Copyright jQuery Foundation and other contributors. + * Released under MIT license, http://github.com/requirejs/almond/LICENSE + */ +//Going sloppy to avoid 'use strict' string cost, but strict practices should +//be followed. +/*global setTimeout: false */ + +var requirejs, require, define; +(function (undef) { + var main, req, makeMap, handlers, + defined = {}, + waiting = {}, + config = {}, + defining = {}, + hasOwn = Object.prototype.hasOwnProperty, + aps = [].slice, + jsSuffixRegExp = /\.js$/; + + function hasProp(obj, prop) { + return hasOwn.call(obj, prop); + } + + /** + * Given a relative module name, like ./something, normalize it to + * a real name that can be mapped to a path. + * @param {String} name the relative name + * @param {String} baseName a real name that the name arg is relative + * to. + * @returns {String} normalized name + */ + function normalize(name, baseName) { + var nameParts, nameSegment, mapValue, foundMap, lastIndex, + foundI, foundStarMap, starI, i, j, part, normalizedBaseParts, + baseParts = baseName && baseName.split("/"), + map = config.map, + starMap = (map && map['*']) || {}; + + //Adjust any relative paths. + if (name) { + name = name.split('/'); + lastIndex = name.length - 1; + + // If wanting node ID compatibility, strip .js from end + // of IDs. Have to do this here, and not in nameToUrl + // because node allows either .js or non .js to map + // to same file. + if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) { + name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, ''); + } + + // Starts with a '.' so need the baseName + if (name[0].charAt(0) === '.' && baseParts) { + //Convert baseName to array, and lop off the last part, + //so that . matches that 'directory' and not name of the baseName's + //module. For instance, baseName of 'one/two/three', maps to + //'one/two/three.js', but we want the directory, 'one/two' for + //this normalization. + normalizedBaseParts = baseParts.slice(0, baseParts.length - 1); + name = normalizedBaseParts.concat(name); + } + + //start trimDots + for (i = 0; i < name.length; i++) { + part = name[i]; + if (part === '.') { + name.splice(i, 1); + i -= 1; + } else if (part === '..') { + // If at the start, or previous value is still .., + // keep them so that when converted to a path it may + // still work when converted to a path, even though + // as an ID it is less than ideal. In larger point + // releases, may be better to just kick out an error. + if (i === 0 || (i === 1 && name[2] === '..') || name[i - 1] === '..') { + continue; + } else if (i > 0) { + name.splice(i - 1, 2); + i -= 2; + } + } + } + //end trimDots + + name = name.join('/'); + } + + //Apply map config if available. + if ((baseParts || starMap) && map) { + nameParts = name.split('/'); + + for (i = nameParts.length; i > 0; i -= 1) { + nameSegment = nameParts.slice(0, i).join("/"); + + if (baseParts) { + //Find the longest baseName segment match in the config. + //So, do joins on the biggest to smallest lengths of baseParts. + for (j = baseParts.length; j > 0; j -= 1) { + mapValue = map[baseParts.slice(0, j).join('/')]; + + //baseName segment has config, find if it has one for + //this name. + if (mapValue) { + mapValue = mapValue[nameSegment]; + if (mapValue) { + //Match, update name to the new value. + foundMap = mapValue; + foundI = i; + break; + } + } + } + } + + if (foundMap) { + break; + } + + //Check for a star map match, but just hold on to it, + //if there is a shorter segment match later in a matching + //config, then favor over this star map. + if (!foundStarMap && starMap && starMap[nameSegment]) { + foundStarMap = starMap[nameSegment]; + starI = i; + } + } + + if (!foundMap && foundStarMap) { + foundMap = foundStarMap; + foundI = starI; + } + + if (foundMap) { + nameParts.splice(0, foundI, foundMap); + name = nameParts.join('/'); + } + } + + return name; + } + + function makeRequire(relName, forceSync) { + return function () { + //A version of a require function that passes a moduleName + //value for items that may need to + //look up paths relative to the moduleName + var args = aps.call(arguments, 0); + + //If first arg is not require('string'), and there is only + //one arg, it is the array form without a callback. Insert + //a null so that the following concat is correct. + if (typeof args[0] !== 'string' && args.length === 1) { + args.push(null); + } + return req.apply(undef, args.concat([relName, forceSync])); + }; + } + + function makeNormalize(relName) { + return function (name) { + return normalize(name, relName); + }; + } + + function makeLoad(depName) { + return function (value) { + defined[depName] = value; + }; + } + + function callDep(name) { + if (hasProp(waiting, name)) { + var args = waiting[name]; + delete waiting[name]; + defining[name] = true; + main.apply(undef, args); + } + + if (!hasProp(defined, name) && !hasProp(defining, name)) { + throw new Error('No ' + name); + } + return defined[name]; + } + + //Turns a plugin!resource to [plugin, resource] + //with the plugin being undefined if the name + //did not have a plugin prefix. + function splitPrefix(name) { + var prefix, + index = name ? name.indexOf('!') : -1; + if (index > -1) { + prefix = name.substring(0, index); + name = name.substring(index + 1, name.length); + } + return [prefix, name]; + } + + //Creates a parts array for a relName where first part is plugin ID, + //second part is resource ID. Assumes relName has already been normalized. + function makeRelParts(relName) { + return relName ? splitPrefix(relName) : []; + } + + /** + * Makes a name map, normalizing the name, and using a plugin + * for normalization if necessary. Grabs a ref to plugin + * too, as an optimization. + */ + makeMap = function (name, relParts) { + var plugin, + parts = splitPrefix(name), + prefix = parts[0], + relResourceName = relParts[1]; + + name = parts[1]; + + if (prefix) { + prefix = normalize(prefix, relResourceName); + plugin = callDep(prefix); + } + + //Normalize according + if (prefix) { + if (plugin && plugin.normalize) { + name = plugin.normalize(name, makeNormalize(relResourceName)); + } else { + name = normalize(name, relResourceName); + } + } else { + name = normalize(name, relResourceName); + parts = splitPrefix(name); + prefix = parts[0]; + name = parts[1]; + if (prefix) { + plugin = callDep(prefix); + } + } + + //Using ridiculous property names for space reasons + return { + f: prefix ? prefix + '!' + name : name, //fullName + n: name, + pr: prefix, + p: plugin + }; + }; + + function makeConfig(name) { + return function () { + return (config && config.config && config.config[name]) || {}; + }; + } + + handlers = { + require: function (name) { + return makeRequire(name); + }, + exports: function (name) { + var e = defined[name]; + if (typeof e !== 'undefined') { + return e; + } else { + return (defined[name] = {}); + } + }, + module: function (name) { + return { + id: name, + uri: '', + exports: defined[name], + config: makeConfig(name) + }; + } + }; + + main = function (name, deps, callback, relName) { + var cjsModule, depName, ret, map, i, relParts, + args = [], + callbackType = typeof callback, + usingExports; + + //Use name if no relName + relName = relName || name; + relParts = makeRelParts(relName); + + //Call the callback to define the module, if necessary. + if (callbackType === 'undefined' || callbackType === 'function') { + //Pull out the defined dependencies and pass the ordered + //values to the callback. + //Default to [require, exports, module] if no deps + deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps; + for (i = 0; i < deps.length; i += 1) { + map = makeMap(deps[i], relParts); + depName = map.f; + + //Fast path CommonJS standard dependencies. + if (depName === "require") { + args[i] = handlers.require(name); + } else if (depName === "exports") { + //CommonJS module spec 1.1 + args[i] = handlers.exports(name); + usingExports = true; + } else if (depName === "module") { + //CommonJS module spec 1.1 + cjsModule = args[i] = handlers.module(name); + } else if (hasProp(defined, depName) || + hasProp(waiting, depName) || + hasProp(defining, depName)) { + args[i] = callDep(depName); + } else if (map.p) { + map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {}); + args[i] = defined[depName]; + } else { + throw new Error(name + ' missing ' + depName); + } + } + + ret = callback ? callback.apply(defined[name], args) : undefined; + + if (name) { + //If setting exports via "module" is in play, + //favor that over return value and exports. After that, + //favor a non-undefined return value over exports use. + if (cjsModule && cjsModule.exports !== undef && + cjsModule.exports !== defined[name]) { + defined[name] = cjsModule.exports; + } else if (ret !== undef || !usingExports) { + //Use the return value from the function. + defined[name] = ret; + } + } + } else if (name) { + //May just be an object definition for the module. Only + //worry about defining if have a module name. + defined[name] = callback; + } + }; + + requirejs = require = req = function (deps, callback, relName, forceSync, alt) { + if (typeof deps === "string") { + if (handlers[deps]) { + //callback in this case is really relName + return handlers[deps](callback); + } + //Just return the module wanted. In this scenario, the + //deps arg is the module name, and second arg (if passed) + //is just the relName. + //Normalize module name, if it contains . or .. + return callDep(makeMap(deps, makeRelParts(callback)).f); + } else if (!deps.splice) { + //deps is a config object, not an array. + config = deps; + if (config.deps) { + req(config.deps, config.callback); + } + if (!callback) { + return; + } + + if (callback.splice) { + //callback is an array, which means it is a dependency list. + //Adjust args if there are dependencies + deps = callback; + callback = relName; + relName = null; + } else { + deps = undef; + } + } + + //Support require(['a']) + callback = callback || function () {}; + + //If relName is a function, it is an errback handler, + //so remove it. + if (typeof relName === 'function') { + relName = forceSync; + forceSync = alt; + } + + //Simulate async callback; + if (forceSync) { + main(undef, deps, callback, relName); + } else { + //Using a non-zero value because of concern for what old browsers + //do, and latest browsers "upgrade" to 4 if lower value is used: + //http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout: + //If want a value immediately, use require('id') instead -- something + //that works in almond on the global level, but not guaranteed and + //unlikely to work in other AMD implementations. + setTimeout(function () { + main(undef, deps, callback, relName); + }, 4); + } + + return req; + }; + + /** + * Just drops the config on the floor, but returns req in case + * the config return value is used. + */ + req.config = function (cfg) { + return req(cfg); + }; + + /** + * Expose module registry for debugging and tooling + */ + requirejs._defined = defined; + + define = function (name, deps, callback) { + if (typeof name !== 'string') { + throw new Error('See almond README: incorrect module build, no module name'); + } + + //This module may not have dependencies + if (!deps.splice) { + //deps is not an array, so probably means + //an object literal or factory function for + //the value. Adjust args. + callback = deps; + deps = []; + } + + if (!hasProp(defined, name) && !hasProp(waiting, name)) { + waiting[name] = [name, deps, callback]; + } + }; + + define.amd = { + jQuery: true + }; +}()); + +S2.requirejs = requirejs;S2.require = require;S2.define = define; +} +}()); +S2.define("almond", function(){}); + +/* global jQuery:false, $:false */ +S2.define('jquery',[],function () { + var _$ = jQuery || $; + + if (_$ == null && console && console.error) { + console.error( + 'Select2: An instance of jQuery or a jQuery-compatible library was not ' + + 'found. Make sure that you are including jQuery before Select2 on your ' + + 'web page.' + ); + } + + return _$; +}); + +S2.define('select2/utils',[ + 'jquery' +], function ($) { + var Utils = {}; + + Utils.Extend = function (ChildClass, SuperClass) { + var __hasProp = {}.hasOwnProperty; + + function BaseConstructor () { + this.constructor = ChildClass; + } + + for (var key in SuperClass) { + if (__hasProp.call(SuperClass, key)) { + ChildClass[key] = SuperClass[key]; + } + } + + BaseConstructor.prototype = SuperClass.prototype; + ChildClass.prototype = new BaseConstructor(); + ChildClass.__super__ = SuperClass.prototype; + + return ChildClass; + }; + + function getMethods (theClass) { + var proto = theClass.prototype; + + var methods = []; + + for (var methodName in proto) { + var m = proto[methodName]; + + if (typeof m !== 'function') { + continue; + } + + if (methodName === 'constructor') { + continue; + } + + methods.push(methodName); + } + + return methods; + } + + Utils.Decorate = function (SuperClass, DecoratorClass) { + var decoratedMethods = getMethods(DecoratorClass); + var superMethods = getMethods(SuperClass); + + function DecoratedClass () { + var unshift = Array.prototype.unshift; + + var argCount = DecoratorClass.prototype.constructor.length; + + var calledConstructor = SuperClass.prototype.constructor; + + if (argCount > 0) { + unshift.call(arguments, SuperClass.prototype.constructor); + + calledConstructor = DecoratorClass.prototype.constructor; + } + + calledConstructor.apply(this, arguments); + } + + DecoratorClass.displayName = SuperClass.displayName; + + function ctr () { + this.constructor = DecoratedClass; + } + + DecoratedClass.prototype = new ctr(); + + for (var m = 0; m < superMethods.length; m++) { + var superMethod = superMethods[m]; + + DecoratedClass.prototype[superMethod] = + SuperClass.prototype[superMethod]; + } + + var calledMethod = function (methodName) { + // Stub out the original method if it's not decorating an actual method + var originalMethod = function () {}; + + if (methodName in DecoratedClass.prototype) { + originalMethod = DecoratedClass.prototype[methodName]; + } + + var decoratedMethod = DecoratorClass.prototype[methodName]; + + return function () { + var unshift = Array.prototype.unshift; + + unshift.call(arguments, originalMethod); + + return decoratedMethod.apply(this, arguments); + }; + }; + + for (var d = 0; d < decoratedMethods.length; d++) { + var decoratedMethod = decoratedMethods[d]; + + DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod); + } + + return DecoratedClass; + }; + + var Observable = function () { + this.listeners = {}; + }; + + Observable.prototype.on = function (event, callback) { + this.listeners = this.listeners || {}; + + if (event in this.listeners) { + this.listeners[event].push(callback); + } else { + this.listeners[event] = [callback]; + } + }; + + Observable.prototype.trigger = function (event) { + var slice = Array.prototype.slice; + var params = slice.call(arguments, 1); + + this.listeners = this.listeners || {}; + + // Params should always come in as an array + if (params == null) { + params = []; + } + + // If there are no arguments to the event, use a temporary object + if (params.length === 0) { + params.push({}); + } + + // Set the `_type` of the first object to the event + params[0]._type = event; + + if (event in this.listeners) { + this.invoke(this.listeners[event], slice.call(arguments, 1)); + } + + if ('*' in this.listeners) { + this.invoke(this.listeners['*'], arguments); + } + }; + + Observable.prototype.invoke = function (listeners, params) { + for (var i = 0, len = listeners.length; i < len; i++) { + listeners[i].apply(this, params); + } + }; + + Utils.Observable = Observable; + + Utils.generateChars = function (length) { + var chars = ''; + + for (var i = 0; i < length; i++) { + var randomChar = Math.floor(Math.random() * 36); + chars += randomChar.toString(36); + } + + return chars; + }; + + Utils.bind = function (func, context) { + return function () { + func.apply(context, arguments); + }; + }; + + Utils._convertData = function (data) { + for (var originalKey in data) { + var keys = originalKey.split('-'); + + var dataLevel = data; + + if (keys.length === 1) { + continue; + } + + for (var k = 0; k < keys.length; k++) { + var key = keys[k]; + + // Lowercase the first letter + // By default, dash-separated becomes camelCase + key = key.substring(0, 1).toLowerCase() + key.substring(1); + + if (!(key in dataLevel)) { + dataLevel[key] = {}; + } + + if (k == keys.length - 1) { + dataLevel[key] = data[originalKey]; + } + + dataLevel = dataLevel[key]; + } + + delete data[originalKey]; + } + + return data; + }; + + Utils.hasScroll = function (index, el) { + // Adapted from the function created by @ShadowScripter + // and adapted by @BillBarry on the Stack Exchange Code Review website. + // The original code can be found at + // http://codereview.stackexchange.com/q/13338 + // and was designed to be used with the Sizzle selector engine. + + var $el = $(el); + var overflowX = el.style.overflowX; + var overflowY = el.style.overflowY; + + //Check both x and y declarations + if (overflowX === overflowY && + (overflowY === 'hidden' || overflowY === 'visible')) { + return false; + } + + if (overflowX === 'scroll' || overflowY === 'scroll') { + return true; + } + + return ($el.innerHeight() < el.scrollHeight || + $el.innerWidth() < el.scrollWidth); + }; + + Utils.escapeMarkup = function (markup) { + var replaceMap = { + '\\': '\', + '&': '&', + '<': '<', + '>': '>', + '"': '"', + '\'': ''', + '/': '/' + }; + + // Do not try to escape the markup if it's not a string + if (typeof markup !== 'string') { + return markup; + } + + return String(markup).replace(/[&<>"'\/\\]/g, function (match) { + return replaceMap[match]; + }); + }; + + // Append an array of jQuery nodes to a given element. + Utils.appendMany = function ($element, $nodes) { + // jQuery 1.7.x does not support $.fn.append() with an array + // Fall back to a jQuery object collection using $.fn.add() + if ($.fn.jquery.substr(0, 3) === '1.7') { + var $jqNodes = $(); + + $.map($nodes, function (node) { + $jqNodes = $jqNodes.add(node); + }); + + $nodes = $jqNodes; + } + + $element.append($nodes); + }; + + // Cache objects in Utils.__cache instead of $.data (see #4346) + Utils.__cache = {}; + + var id = 0; + Utils.GetUniqueElementId = function (element) { + // Get a unique element Id. If element has no id, + // creates a new unique number, stores it in the id + // attribute and returns the new id. + // If an id already exists, it simply returns it. + + var select2Id = element.getAttribute('data-select2-id'); + if (select2Id == null) { + // If element has id, use it. + if (element.id) { + select2Id = element.id; + element.setAttribute('data-select2-id', select2Id); + } else { + element.setAttribute('data-select2-id', ++id); + select2Id = id.toString(); + } + } + return select2Id; + }; + + Utils.StoreData = function (element, name, value) { + // Stores an item in the cache for a specified element. + // name is the cache key. + var id = Utils.GetUniqueElementId(element); + if (!Utils.__cache[id]) { + Utils.__cache[id] = {}; + } + + Utils.__cache[id][name] = value; + }; + + Utils.GetData = function (element, name) { + // Retrieves a value from the cache by its key (name) + // name is optional. If no name specified, return + // all cache items for the specified element. + // and for a specified element. + var id = Utils.GetUniqueElementId(element); + if (name) { + if (Utils.__cache[id]) { + if (Utils.__cache[id][name] != null) { + return Utils.__cache[id][name]; + } + return $(element).data(name); // Fallback to HTML5 data attribs. + } + return $(element).data(name); // Fallback to HTML5 data attribs. + } else { + return Utils.__cache[id]; + } + }; + + Utils.RemoveData = function (element) { + // Removes all cached items for a specified element. + var id = Utils.GetUniqueElementId(element); + if (Utils.__cache[id] != null) { + delete Utils.__cache[id]; + } + + element.removeAttribute('data-select2-id'); + }; + + return Utils; +}); + +S2.define('select2/results',[ + 'jquery', + './utils' +], function ($, Utils) { + function Results ($element, options, dataAdapter) { + this.$element = $element; + this.data = dataAdapter; + this.options = options; + + Results.__super__.constructor.call(this); + } + + Utils.Extend(Results, Utils.Observable); + + Results.prototype.render = function () { + var $results = $( + '<ul class="select2-results__options" role="listbox"></ul>' + ); + + if (this.options.get('multiple')) { + $results.attr('aria-multiselectable', 'true'); + } + + this.$results = $results; + + return $results; + }; + + Results.prototype.clear = function () { + this.$results.empty(); + }; + + Results.prototype.displayMessage = function (params) { + var escapeMarkup = this.options.get('escapeMarkup'); + + this.clear(); + this.hideLoading(); + + var $message = $( + '<li role="alert" aria-live="assertive"' + + ' class="select2-results__option"></li>' + ); + + var message = this.options.get('translations').get(params.message); + + $message.append( + escapeMarkup( + message(params.args) + ) + ); + + $message[0].className += ' select2-results__message'; + + this.$results.append($message); + }; + + Results.prototype.hideMessages = function () { + this.$results.find('.select2-results__message').remove(); + }; + + Results.prototype.append = function (data) { + this.hideLoading(); + + var $options = []; + + if (data.results == null || data.results.length === 0) { + if (this.$results.children().length === 0) { + this.trigger('results:message', { + message: 'noResults' + }); + } + + return; + } + + data.results = this.sort(data.results); + + for (var d = 0; d < data.results.length; d++) { + var item = data.results[d]; + + var $option = this.option(item); + + $options.push($option); + } + + this.$results.append($options); + }; + + Results.prototype.position = function ($results, $dropdown) { + var $resultsContainer = $dropdown.find('.select2-results'); + $resultsContainer.append($results); + }; + + Results.prototype.sort = function (data) { + var sorter = this.options.get('sorter'); + + return sorter(data); + }; + + Results.prototype.highlightFirstItem = function () { + var $options = this.$results + .find('.select2-results__option[aria-selected]'); + + var $selected = $options.filter('[aria-selected=true]'); + + // Check if there are any selected options + if ($selected.length > 0) { + // If there are selected options, highlight the first + $selected.first().trigger('mouseenter'); + } else { + // If there are no selected options, highlight the first option + // in the dropdown + $options.first().trigger('mouseenter'); + } + + this.ensureHighlightVisible(); + }; + + Results.prototype.setClasses = function () { + var self = this; + + this.data.current(function (selected) { + var selectedIds = $.map(selected, function (s) { + return s.id.toString(); + }); + + var $options = self.$results + .find('.select2-results__option[aria-selected]'); + + $options.each(function () { + var $option = $(this); + + var item = Utils.GetData(this, 'data'); + + // id needs to be converted to a string when comparing + var id = '' + item.id; + + if ((item.element != null && item.element.selected) || + (item.element == null && $.inArray(id, selectedIds) > -1)) { + $option.attr('aria-selected', 'true'); + } else { + $option.attr('aria-selected', 'false'); + } + }); + + }); + }; + + Results.prototype.showLoading = function (params) { + this.hideLoading(); + + var loadingMore = this.options.get('translations').get('searching'); + + var loading = { + disabled: true, + loading: true, + text: loadingMore(params) + }; + var $loading = this.option(loading); + $loading.className += ' loading-results'; + + this.$results.prepend($loading); + }; + + Results.prototype.hideLoading = function () { + this.$results.find('.loading-results').remove(); + }; + + Results.prototype.option = function (data) { + var option = document.createElement('li'); + option.className = 'select2-results__option'; + + var attrs = { + 'role': 'option', + 'aria-selected': 'false' + }; + + var matches = window.Element.prototype.matches || + window.Element.prototype.msMatchesSelector || + window.Element.prototype.webkitMatchesSelector; + + if ((data.element != null && matches.call(data.element, ':disabled')) || + (data.element == null && data.disabled)) { + delete attrs['aria-selected']; + attrs['aria-disabled'] = 'true'; + } + + if (data.id == null) { + delete attrs['aria-selected']; + } + + if (data._resultId != null) { + option.id = data._resultId; + } + + if (data.title) { + option.title = data.title; + } + + if (data.children) { + attrs.role = 'group'; + attrs['aria-label'] = data.text; + delete attrs['aria-selected']; + } + + for (var attr in attrs) { + var val = attrs[attr]; + + option.setAttribute(attr, val); + } + + if (data.children) { + var $option = $(option); + + var label = document.createElement('strong'); + label.className = 'select2-results__group'; + + var $label = $(label); + this.template(data, label); + + var $children = []; + + for (var c = 0; c < data.children.length; c++) { + var child = data.children[c]; + + var $child = this.option(child); + + $children.push($child); + } + + var $childrenContainer = $('<ul></ul>', { + 'class': 'select2-results__options select2-results__options--nested' + }); + + $childrenContainer.append($children); + + $option.append(label); + $option.append($childrenContainer); + } else { + this.template(data, option); + } + + Utils.StoreData(option, 'data', data); + + return option; + }; + + Results.prototype.bind = function (container, $container) { + var self = this; + + var id = container.id + '-results'; + + this.$results.attr('id', id); + + container.on('results:all', function (params) { + self.clear(); + self.append(params.data); + + if (container.isOpen()) { + self.setClasses(); + self.highlightFirstItem(); + } + }); + + container.on('results:append', function (params) { + self.append(params.data); + + if (container.isOpen()) { + self.setClasses(); + } + }); + + container.on('query', function (params) { + self.hideMessages(); + self.showLoading(params); + }); + + container.on('select', function () { + if (!container.isOpen()) { + return; + } + + self.setClasses(); + + if (self.options.get('scrollAfterSelect')) { + self.highlightFirstItem(); + } + }); + + container.on('unselect', function () { + if (!container.isOpen()) { + return; + } + + self.setClasses(); + + if (self.options.get('scrollAfterSelect')) { + self.highlightFirstItem(); + } + }); + + container.on('open', function () { + // When the dropdown is open, aria-expended="true" + self.$results.attr('aria-expanded', 'true'); + self.$results.attr('aria-hidden', 'false'); + + self.setClasses(); + self.ensureHighlightVisible(); + }); + + container.on('close', function () { + // When the dropdown is closed, aria-expended="false" + self.$results.attr('aria-expanded', 'false'); + self.$results.attr('aria-hidden', 'true'); + self.$results.removeAttr('aria-activedescendant'); + }); + + container.on('results:toggle', function () { + var $highlighted = self.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + $highlighted.trigger('mouseup'); + }); + + container.on('results:select', function () { + var $highlighted = self.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + var data = Utils.GetData($highlighted[0], 'data'); + + if ($highlighted.attr('aria-selected') == 'true') { + self.trigger('close', {}); + } else { + self.trigger('select', { + data: data + }); + } + }); + + container.on('results:previous', function () { + var $highlighted = self.getHighlightedResults(); + + var $options = self.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + // If we are already at the top, don't move further + // If no options, currentIndex will be -1 + if (currentIndex <= 0) { + return; + } + + var nextIndex = currentIndex - 1; + + // If none are highlighted, highlight the first + if ($highlighted.length === 0) { + nextIndex = 0; + } + + var $next = $options.eq(nextIndex); + + $next.trigger('mouseenter'); + + var currentOffset = self.$results.offset().top; + var nextTop = $next.offset().top; + var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset); + + if (nextIndex === 0) { + self.$results.scrollTop(0); + } else if (nextTop - currentOffset < 0) { + self.$results.scrollTop(nextOffset); + } + }); + + container.on('results:next', function () { + var $highlighted = self.getHighlightedResults(); + + var $options = self.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + var nextIndex = currentIndex + 1; + + // If we are at the last option, stay there + if (nextIndex >= $options.length) { + return; + } + + var $next = $options.eq(nextIndex); + + $next.trigger('mouseenter'); + + var currentOffset = self.$results.offset().top + + self.$results.outerHeight(false); + var nextBottom = $next.offset().top + $next.outerHeight(false); + var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset; + + if (nextIndex === 0) { + self.$results.scrollTop(0); + } else if (nextBottom > currentOffset) { + self.$results.scrollTop(nextOffset); + } + }); + + container.on('results:focus', function (params) { + params.element.addClass('select2-results__option--highlighted'); + }); + + container.on('results:message', function (params) { + self.displayMessage(params); + }); + + if ($.fn.mousewheel) { + this.$results.on('mousewheel', function (e) { + var top = self.$results.scrollTop(); + + var bottom = self.$results.get(0).scrollHeight - top + e.deltaY; + + var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0; + var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height(); + + if (isAtTop) { + self.$results.scrollTop(0); + + e.preventDefault(); + e.stopPropagation(); + } else if (isAtBottom) { + self.$results.scrollTop( + self.$results.get(0).scrollHeight - self.$results.height() + ); + + e.preventDefault(); + e.stopPropagation(); + } + }); + } + + this.$results.on('mouseup', '.select2-results__option[aria-selected]', + function (evt) { + var $this = $(this); + + var data = Utils.GetData(this, 'data'); + + if ($this.attr('aria-selected') === 'true') { + if (self.options.get('multiple')) { + self.trigger('unselect', { + originalEvent: evt, + data: data + }); + } else { + self.trigger('close', {}); + } + + return; + } + + self.trigger('select', { + originalEvent: evt, + data: data + }); + }); + + this.$results.on('mouseenter', '.select2-results__option[aria-selected]', + function (evt) { + var data = Utils.GetData(this, 'data'); + + self.getHighlightedResults() + .removeClass('select2-results__option--highlighted'); + + self.trigger('results:focus', { + data: data, + element: $(this) + }); + }); + }; + + Results.prototype.getHighlightedResults = function () { + var $highlighted = this.$results + .find('.select2-results__option--highlighted'); + + return $highlighted; + }; + + Results.prototype.destroy = function () { + this.$results.remove(); + }; + + Results.prototype.ensureHighlightVisible = function () { + var $highlighted = this.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + var $options = this.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + var currentOffset = this.$results.offset().top; + var nextTop = $highlighted.offset().top; + var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset); + + var offsetDelta = nextTop - currentOffset; + nextOffset -= $highlighted.outerHeight(false) * 2; + + if (currentIndex <= 2) { + this.$results.scrollTop(0); + } else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) { + this.$results.scrollTop(nextOffset); + } + }; + + Results.prototype.template = function (result, container) { + var template = this.options.get('templateResult'); + var escapeMarkup = this.options.get('escapeMarkup'); + + var content = template(result, container); + + if (content == null) { + container.style.display = 'none'; + } else if (typeof content === 'string') { + container.innerHTML = escapeMarkup(content); + } else { + $(container).append(content); + } + }; + + return Results; +}); + +S2.define('select2/keys',[ + +], function () { + var KEYS = { + BACKSPACE: 8, + TAB: 9, + ENTER: 13, + SHIFT: 16, + CTRL: 17, + ALT: 18, + ESC: 27, + SPACE: 32, + PAGE_UP: 33, + PAGE_DOWN: 34, + END: 35, + HOME: 36, + LEFT: 37, + UP: 38, + RIGHT: 39, + DOWN: 40, + DELETE: 46 + }; + + return KEYS; +}); + +S2.define('select2/selection/base',[ + 'jquery', + '../utils', + '../keys' +], function ($, Utils, KEYS) { + function BaseSelection ($element, options) { + this.$element = $element; + this.options = options; + + BaseSelection.__super__.constructor.call(this); + } + + Utils.Extend(BaseSelection, Utils.Observable); + + BaseSelection.prototype.render = function () { + var $selection = $( + '<span class="select2-selection" role="combobox" ' + + ' aria-haspopup="true" aria-expanded="false">' + + '</span>' + ); + + this._tabindex = 0; + + if (Utils.GetData(this.$element[0], 'old-tabindex') != null) { + this._tabindex = Utils.GetData(this.$element[0], 'old-tabindex'); + } else if (this.$element.attr('tabindex') != null) { + this._tabindex = this.$element.attr('tabindex'); + } + + $selection.attr('title', this.$element.attr('title')); + $selection.attr('tabindex', this._tabindex); + $selection.attr('aria-disabled', 'false'); + + this.$selection = $selection; + + return $selection; + }; + + BaseSelection.prototype.bind = function (container, $container) { + var self = this; + + var resultsId = container.id + '-results'; + + this.container = container; + + this.$selection.on('focus', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('blur', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', function (evt) { + self.trigger('keypress', evt); + + if (evt.which === KEYS.SPACE) { + evt.preventDefault(); + } + }); + + container.on('results:focus', function (params) { + self.$selection.attr('aria-activedescendant', params.data._resultId); + }); + + container.on('selection:update', function (params) { + self.update(params.data); + }); + + container.on('open', function () { + // When the dropdown is open, aria-expanded="true" + self.$selection.attr('aria-expanded', 'true'); + self.$selection.attr('aria-owns', resultsId); + + self._attachCloseHandler(container); + }); + + container.on('close', function () { + // When the dropdown is closed, aria-expanded="false" + self.$selection.attr('aria-expanded', 'false'); + self.$selection.removeAttr('aria-activedescendant'); + self.$selection.removeAttr('aria-owns'); + + self.$selection.trigger('focus'); + + self._detachCloseHandler(container); + }); + + container.on('enable', function () { + self.$selection.attr('tabindex', self._tabindex); + self.$selection.attr('aria-disabled', 'false'); + }); + + container.on('disable', function () { + self.$selection.attr('tabindex', '-1'); + self.$selection.attr('aria-disabled', 'true'); + }); + }; + + BaseSelection.prototype._handleBlur = function (evt) { + var self = this; + + // This needs to be delayed as the active element is the body when the tab + // key is pressed, possibly along with others. + window.setTimeout(function () { + // Don't trigger `blur` if the focus is still in the selection + if ( + (document.activeElement == self.$selection[0]) || + ($.contains(self.$selection[0], document.activeElement)) + ) { + return; + } + + self.trigger('blur', evt); + }, 1); + }; + + BaseSelection.prototype._attachCloseHandler = function (container) { + + $(document.body).on('mousedown.select2.' + container.id, function (e) { + var $target = $(e.target); + + var $select = $target.closest('.select2'); + + var $all = $('.select2.select2-container--open'); + + $all.each(function () { + if (this == $select[0]) { + return; + } + + var $element = Utils.GetData(this, 'element'); + + $element.select2('close'); + }); + }); + }; + + BaseSelection.prototype._detachCloseHandler = function (container) { + $(document.body).off('mousedown.select2.' + container.id); + }; + + BaseSelection.prototype.position = function ($selection, $container) { + var $selectionContainer = $container.find('.selection'); + $selectionContainer.append($selection); + }; + + BaseSelection.prototype.destroy = function () { + this._detachCloseHandler(this.container); + }; + + BaseSelection.prototype.update = function (data) { + throw new Error('The `update` method must be defined in child classes.'); + }; + + /** + * Helper method to abstract the "enabled" (not "disabled") state of this + * object. + * + * @return {true} if the instance is not disabled. + * @return {false} if the instance is disabled. + */ + BaseSelection.prototype.isEnabled = function () { + return !this.isDisabled(); + }; + + /** + * Helper method to abstract the "disabled" state of this object. + * + * @return {true} if the disabled option is true. + * @return {false} if the disabled option is false. + */ + BaseSelection.prototype.isDisabled = function () { + return this.options.get('disabled'); + }; + + return BaseSelection; +}); + +S2.define('select2/selection/single',[ + 'jquery', + './base', + '../utils', + '../keys' +], function ($, BaseSelection, Utils, KEYS) { + function SingleSelection () { + SingleSelection.__super__.constructor.apply(this, arguments); + } + + Utils.Extend(SingleSelection, BaseSelection); + + SingleSelection.prototype.render = function () { + var $selection = SingleSelection.__super__.render.call(this); + + $selection.addClass('select2-selection--single'); + + $selection.html( + '<span class="select2-selection__rendered"></span>' + + '<span class="select2-selection__arrow" role="presentation">' + + '<b role="presentation"></b>' + + '</span>' + ); + + return $selection; + }; + + SingleSelection.prototype.bind = function (container, $container) { + var self = this; + + SingleSelection.__super__.bind.apply(this, arguments); + + var id = container.id + '-container'; + + this.$selection.find('.select2-selection__rendered') + .attr('id', id) + .attr('role', 'textbox') + .attr('aria-readonly', 'true'); + this.$selection.attr('aria-labelledby', id); + + this.$selection.on('mousedown', function (evt) { + // Only respond to left clicks + if (evt.which !== 1) { + return; + } + + self.trigger('toggle', { + originalEvent: evt + }); + }); + + this.$selection.on('focus', function (evt) { + // User focuses on the container + }); + + this.$selection.on('blur', function (evt) { + // User exits the container + }); + + container.on('focus', function (evt) { + if (!container.isOpen()) { + self.$selection.trigger('focus'); + } + }); + }; + + SingleSelection.prototype.clear = function () { + var $rendered = this.$selection.find('.select2-selection__rendered'); + $rendered.empty(); + $rendered.removeAttr('title'); // clear tooltip on empty + }; + + SingleSelection.prototype.display = function (data, container) { + var template = this.options.get('templateSelection'); + var escapeMarkup = this.options.get('escapeMarkup'); + + return escapeMarkup(template(data, container)); + }; + + SingleSelection.prototype.selectionContainer = function () { + return $('<span></span>'); + }; + + SingleSelection.prototype.update = function (data) { + if (data.length === 0) { + this.clear(); + return; + } + + var selection = data[0]; + + var $rendered = this.$selection.find('.select2-selection__rendered'); + var formatted = this.display(selection, $rendered); + + $rendered.empty().append(formatted); + + var title = selection.title || selection.text; + + if (title) { + $rendered.attr('title', title); + } else { + $rendered.removeAttr('title'); + } + }; + + return SingleSelection; +}); + +S2.define('select2/selection/multiple',[ + 'jquery', + './base', + '../utils' +], function ($, BaseSelection, Utils) { + function MultipleSelection ($element, options) { + MultipleSelection.__super__.constructor.apply(this, arguments); + } + + Utils.Extend(MultipleSelection, BaseSelection); + + MultipleSelection.prototype.render = function () { + var $selection = MultipleSelection.__super__.render.call(this); + + $selection.addClass('select2-selection--multiple'); + + $selection.html( + '<ul class="select2-selection__rendered"></ul>' + ); + + return $selection; + }; + + MultipleSelection.prototype.bind = function (container, $container) { + var self = this; + + MultipleSelection.__super__.bind.apply(this, arguments); + + this.$selection.on('click', function (evt) { + self.trigger('toggle', { + originalEvent: evt + }); + }); + + this.$selection.on( + 'click', + '.select2-selection__choice__remove', + function (evt) { + // Ignore the event if it is disabled + if (self.isDisabled()) { + return; + } + + var $remove = $(this); + var $selection = $remove.parent(); + + var data = Utils.GetData($selection[0], 'data'); + + self.trigger('unselect', { + originalEvent: evt, + data: data + }); + } + ); + }; + + MultipleSelection.prototype.clear = function () { + var $rendered = this.$selection.find('.select2-selection__rendered'); + $rendered.empty(); + $rendered.removeAttr('title'); + }; + + MultipleSelection.prototype.display = function (data, container) { + var template = this.options.get('templateSelection'); + var escapeMarkup = this.options.get('escapeMarkup'); + + return escapeMarkup(template(data, container)); + }; + + MultipleSelection.prototype.selectionContainer = function () { + var $container = $( + '<li class="select2-selection__choice">' + + '<span class="select2-selection__choice__remove" role="presentation">' + + '×' + + '</span>' + + '</li>' + ); + + return $container; + }; + + MultipleSelection.prototype.update = function (data) { + this.clear(); + + if (data.length === 0) { + return; + } + + var $selections = []; + + for (var d = 0; d < data.length; d++) { + var selection = data[d]; + + var $selection = this.selectionContainer(); + var formatted = this.display(selection, $selection); + + $selection.append(formatted); + + var title = selection.title || selection.text; + + if (title) { + $selection.attr('title', title); + } + + Utils.StoreData($selection[0], 'data', selection); + + $selections.push($selection); + } + + var $rendered = this.$selection.find('.select2-selection__rendered'); + + Utils.appendMany($rendered, $selections); + }; + + return MultipleSelection; +}); + +S2.define('select2/selection/placeholder',[ + '../utils' +], function (Utils) { + function Placeholder (decorated, $element, options) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options); + } + + Placeholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + Placeholder.prototype.createPlaceholder = function (decorated, placeholder) { + var $placeholder = this.selectionContainer(); + + $placeholder.html(this.display(placeholder)); + $placeholder.addClass('select2-selection__placeholder') + .removeClass('select2-selection__choice'); + + return $placeholder; + }; + + Placeholder.prototype.update = function (decorated, data) { + var singlePlaceholder = ( + data.length == 1 && data[0].id != this.placeholder.id + ); + var multipleSelections = data.length > 1; + + if (multipleSelections || singlePlaceholder) { + return decorated.call(this, data); + } + + this.clear(); + + var $placeholder = this.createPlaceholder(this.placeholder); + + this.$selection.find('.select2-selection__rendered').append($placeholder); + }; + + return Placeholder; +}); + +S2.define('select2/selection/allowClear',[ + 'jquery', + '../keys', + '../utils' +], function ($, KEYS, Utils) { + function AllowClear () { } + + AllowClear.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + if (this.placeholder == null) { + if (this.options.get('debug') && window.console && console.error) { + console.error( + 'Select2: The `allowClear` option should be used in combination ' + + 'with the `placeholder` option.' + ); + } + } + + this.$selection.on('mousedown', '.select2-selection__clear', + function (evt) { + self._handleClear(evt); + }); + + container.on('keypress', function (evt) { + self._handleKeyboardClear(evt, container); + }); + }; + + AllowClear.prototype._handleClear = function (_, evt) { + // Ignore the event if it is disabled + if (this.isDisabled()) { + return; + } + + var $clear = this.$selection.find('.select2-selection__clear'); + + // Ignore the event if nothing has been selected + if ($clear.length === 0) { + return; + } + + evt.stopPropagation(); + + var data = Utils.GetData($clear[0], 'data'); + + var previousVal = this.$element.val(); + this.$element.val(this.placeholder.id); + + var unselectData = { + data: data + }; + this.trigger('clear', unselectData); + if (unselectData.prevented) { + this.$element.val(previousVal); + return; + } + + for (var d = 0; d < data.length; d++) { + unselectData = { + data: data[d] + }; + + // Trigger the `unselect` event, so people can prevent it from being + // cleared. + this.trigger('unselect', unselectData); + + // If the event was prevented, don't clear it out. + if (unselectData.prevented) { + this.$element.val(previousVal); + return; + } + } + + this.$element.trigger('input').trigger('change'); + + this.trigger('toggle', {}); + }; + + AllowClear.prototype._handleKeyboardClear = function (_, evt, container) { + if (container.isOpen()) { + return; + } + + if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) { + this._handleClear(evt); + } + }; + + AllowClear.prototype.update = function (decorated, data) { + decorated.call(this, data); + + if (this.$selection.find('.select2-selection__placeholder').length > 0 || + data.length === 0) { + return; + } + + var removeAll = this.options.get('translations').get('removeAllItems'); + + var $remove = $( + '<span class="select2-selection__clear" title="' + removeAll() +'">' + + '×' + + '</span>' + ); + Utils.StoreData($remove[0], 'data', data); + + this.$selection.find('.select2-selection__rendered').prepend($remove); + }; + + return AllowClear; +}); + +S2.define('select2/selection/search',[ + 'jquery', + '../utils', + '../keys' +], function ($, Utils, KEYS) { + function Search (decorated, $element, options) { + decorated.call(this, $element, options); + } + + Search.prototype.render = function (decorated) { + var $search = $( + '<li class="select2-search select2-search--inline">' + + '<input class="select2-search__field" type="search" tabindex="-1"' + + ' autocomplete="off" autocorrect="off" autocapitalize="none"' + + ' spellcheck="false" role="searchbox" aria-autocomplete="list" />' + + '</li>' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + var $rendered = decorated.call(this); + + this._transferTabIndex(); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + var resultsId = container.id + '-results'; + + decorated.call(this, container, $container); + + container.on('open', function () { + self.$search.attr('aria-controls', resultsId); + self.$search.trigger('focus'); + }); + + container.on('close', function () { + self.$search.val(''); + self.$search.removeAttr('aria-controls'); + self.$search.removeAttr('aria-activedescendant'); + self.$search.trigger('focus'); + }); + + container.on('enable', function () { + self.$search.prop('disabled', false); + + self._transferTabIndex(); + }); + + container.on('disable', function () { + self.$search.prop('disabled', true); + }); + + container.on('focus', function (evt) { + self.$search.trigger('focus'); + }); + + container.on('results:focus', function (params) { + if (params.data._resultId) { + self.$search.attr('aria-activedescendant', params.data._resultId); + } else { + self.$search.removeAttr('aria-activedescendant'); + } + }); + + this.$selection.on('focusin', '.select2-search--inline', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('focusout', '.select2-search--inline', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', '.select2-search--inline', function (evt) { + evt.stopPropagation(); + + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + + var key = evt.which; + + if (key === KEYS.BACKSPACE && self.$search.val() === '') { + var $previousChoice = self.$searchContainer + .prev('.select2-selection__choice'); + + if ($previousChoice.length > 0) { + var item = Utils.GetData($previousChoice[0], 'data'); + + self.searchRemoveChoice(item); + + evt.preventDefault(); + } + } + }); + + this.$selection.on('click', '.select2-search--inline', function (evt) { + if (self.$search.val()) { + evt.stopPropagation(); + } + }); + + // Try to detect the IE version should the `documentMode` property that + // is stored on the document. This is only implemented in IE and is + // slightly cleaner than doing a user agent check. + // This property is not available in Edge, but Edge also doesn't have + // this bug. + var msie = document.documentMode; + var disableInputEvents = msie && msie <= 11; + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$selection.on( + 'input.searchcheck', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents) { + self.$selection.off('input.search input.searchcheck'); + return; + } + + // Unbind the duplicated `keyup` event + self.$selection.off('keyup.search'); + } + ); + + this.$selection.on( + 'keyup.search input.search', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents && evt.type === 'input') { + self.$selection.off('input.search input.searchcheck'); + return; + } + + var key = evt.which; + + // We can freely ignore events from modifier keys + if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) { + return; + } + + // Tabbing will be handled during the `keydown` phase + if (key == KEYS.TAB) { + return; + } + + self.handleSearch(evt); + } + ); + }; + + /** + * This method will transfer the tabindex attribute from the rendered + * selection to the search box. This allows for the search box to be used as + * the primary focus instead of the selection container. + * + * @private + */ + Search.prototype._transferTabIndex = function (decorated) { + this.$search.attr('tabindex', this.$selection.attr('tabindex')); + this.$selection.attr('tabindex', '-1'); + }; + + Search.prototype.createPlaceholder = function (decorated, placeholder) { + this.$search.attr('placeholder', placeholder.text); + }; + + Search.prototype.update = function (decorated, data) { + var searchHadFocus = this.$search[0] == document.activeElement; + + this.$search.attr('placeholder', ''); + + decorated.call(this, data); + + this.$selection.find('.select2-selection__rendered') + .append(this.$searchContainer); + + this.resizeSearch(); + if (searchHadFocus) { + this.$search.trigger('focus'); + } + }; + + Search.prototype.handleSearch = function () { + this.resizeSearch(); + + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.searchRemoveChoice = function (decorated, item) { + this.trigger('unselect', { + data: item + }); + + this.$search.val(item.text); + this.handleSearch(); + }; + + Search.prototype.resizeSearch = function () { + this.$search.css('width', '25px'); + + var width = ''; + + if (this.$search.attr('placeholder') !== '') { + width = this.$selection.find('.select2-selection__rendered').width(); + } else { + var minimumWidth = this.$search.val().length + 1; + + width = (minimumWidth * 0.75) + 'em'; + } + + this.$search.css('width', width); + }; + + return Search; +}); + +S2.define('select2/selection/eventRelay',[ + 'jquery' +], function ($) { + function EventRelay () { } + + EventRelay.prototype.bind = function (decorated, container, $container) { + var self = this; + var relayEvents = [ + 'open', 'opening', + 'close', 'closing', + 'select', 'selecting', + 'unselect', 'unselecting', + 'clear', 'clearing' + ]; + + var preventableEvents = [ + 'opening', 'closing', 'selecting', 'unselecting', 'clearing' + ]; + + decorated.call(this, container, $container); + + container.on('*', function (name, params) { + // Ignore events that should not be relayed + if ($.inArray(name, relayEvents) === -1) { + return; + } + + // The parameters should always be an object + params = params || {}; + + // Generate the jQuery event for the Select2 event + var evt = $.Event('select2:' + name, { + params: params + }); + + self.$element.trigger(evt); + + // Only handle preventable events if it was one + if ($.inArray(name, preventableEvents) === -1) { + return; + } + + params.prevented = evt.isDefaultPrevented(); + }); + }; + + return EventRelay; +}); + +S2.define('select2/translation',[ + 'jquery', + 'require' +], function ($, require) { + function Translation (dict) { + this.dict = dict || {}; + } + + Translation.prototype.all = function () { + return this.dict; + }; + + Translation.prototype.get = function (key) { + return this.dict[key]; + }; + + Translation.prototype.extend = function (translation) { + this.dict = $.extend({}, translation.all(), this.dict); + }; + + // Static functions + + Translation._cache = {}; + + Translation.loadPath = function (path) { + if (!(path in Translation._cache)) { + var translations = require(path); + + Translation._cache[path] = translations; + } + + return new Translation(Translation._cache[path]); + }; + + return Translation; +}); + +S2.define('select2/diacritics',[ + +], function () { + var diacritics = { + '\u24B6': 'A', + '\uFF21': 'A', + '\u00C0': 'A', + '\u00C1': 'A', + '\u00C2': 'A', + '\u1EA6': 'A', + '\u1EA4': 'A', + '\u1EAA': 'A', + '\u1EA8': 'A', + '\u00C3': 'A', + '\u0100': 'A', + '\u0102': 'A', + '\u1EB0': 'A', + '\u1EAE': 'A', + '\u1EB4': 'A', + '\u1EB2': 'A', + '\u0226': 'A', + '\u01E0': 'A', + '\u00C4': 'A', + '\u01DE': 'A', + '\u1EA2': 'A', + '\u00C5': 'A', + '\u01FA': 'A', + '\u01CD': 'A', + '\u0200': 'A', + '\u0202': 'A', + '\u1EA0': 'A', + '\u1EAC': 'A', + '\u1EB6': 'A', + '\u1E00': 'A', + '\u0104': 'A', + '\u023A': 'A', + '\u2C6F': 'A', + '\uA732': 'AA', + '\u00C6': 'AE', + '\u01FC': 'AE', + '\u01E2': 'AE', + '\uA734': 'AO', + '\uA736': 'AU', + '\uA738': 'AV', + '\uA73A': 'AV', + '\uA73C': 'AY', + '\u24B7': 'B', + '\uFF22': 'B', + '\u1E02': 'B', + '\u1E04': 'B', + '\u1E06': 'B', + '\u0243': 'B', + '\u0182': 'B', + '\u0181': 'B', + '\u24B8': 'C', + '\uFF23': 'C', + '\u0106': 'C', + '\u0108': 'C', + '\u010A': 'C', + '\u010C': 'C', + '\u00C7': 'C', + '\u1E08': 'C', + '\u0187': 'C', + '\u023B': 'C', + '\uA73E': 'C', + '\u24B9': 'D', + '\uFF24': 'D', + '\u1E0A': 'D', + '\u010E': 'D', + '\u1E0C': 'D', + '\u1E10': 'D', + '\u1E12': 'D', + '\u1E0E': 'D', + '\u0110': 'D', + '\u018B': 'D', + '\u018A': 'D', + '\u0189': 'D', + '\uA779': 'D', + '\u01F1': 'DZ', + '\u01C4': 'DZ', + '\u01F2': 'Dz', + '\u01C5': 'Dz', + '\u24BA': 'E', + '\uFF25': 'E', + '\u00C8': 'E', + '\u00C9': 'E', + '\u00CA': 'E', + '\u1EC0': 'E', + '\u1EBE': 'E', + '\u1EC4': 'E', + '\u1EC2': 'E', + '\u1EBC': 'E', + '\u0112': 'E', + '\u1E14': 'E', + '\u1E16': 'E', + '\u0114': 'E', + '\u0116': 'E', + '\u00CB': 'E', + '\u1EBA': 'E', + '\u011A': 'E', + '\u0204': 'E', + '\u0206': 'E', + '\u1EB8': 'E', + '\u1EC6': 'E', + '\u0228': 'E', + '\u1E1C': 'E', + '\u0118': 'E', + '\u1E18': 'E', + '\u1E1A': 'E', + '\u0190': 'E', + '\u018E': 'E', + '\u24BB': 'F', + '\uFF26': 'F', + '\u1E1E': 'F', + '\u0191': 'F', + '\uA77B': 'F', + '\u24BC': 'G', + '\uFF27': 'G', + '\u01F4': 'G', + '\u011C': 'G', + '\u1E20': 'G', + '\u011E': 'G', + '\u0120': 'G', + '\u01E6': 'G', + '\u0122': 'G', + '\u01E4': 'G', + '\u0193': 'G', + '\uA7A0': 'G', + '\uA77D': 'G', + '\uA77E': 'G', + '\u24BD': 'H', + '\uFF28': 'H', + '\u0124': 'H', + '\u1E22': 'H', + '\u1E26': 'H', + '\u021E': 'H', + '\u1E24': 'H', + '\u1E28': 'H', + '\u1E2A': 'H', + '\u0126': 'H', + '\u2C67': 'H', + '\u2C75': 'H', + '\uA78D': 'H', + '\u24BE': 'I', + '\uFF29': 'I', + '\u00CC': 'I', + '\u00CD': 'I', + '\u00CE': 'I', + '\u0128': 'I', + '\u012A': 'I', + '\u012C': 'I', + '\u0130': 'I', + '\u00CF': 'I', + '\u1E2E': 'I', + '\u1EC8': 'I', + '\u01CF': 'I', + '\u0208': 'I', + '\u020A': 'I', + '\u1ECA': 'I', + '\u012E': 'I', + '\u1E2C': 'I', + '\u0197': 'I', + '\u24BF': 'J', + '\uFF2A': 'J', + '\u0134': 'J', + '\u0248': 'J', + '\u24C0': 'K', + '\uFF2B': 'K', + '\u1E30': 'K', + '\u01E8': 'K', + '\u1E32': 'K', + '\u0136': 'K', + '\u1E34': 'K', + '\u0198': 'K', + '\u2C69': 'K', + '\uA740': 'K', + '\uA742': 'K', + '\uA744': 'K', + '\uA7A2': 'K', + '\u24C1': 'L', + '\uFF2C': 'L', + '\u013F': 'L', + '\u0139': 'L', + '\u013D': 'L', + '\u1E36': 'L', + '\u1E38': 'L', + '\u013B': 'L', + '\u1E3C': 'L', + '\u1E3A': 'L', + '\u0141': 'L', + '\u023D': 'L', + '\u2C62': 'L', + '\u2C60': 'L', + '\uA748': 'L', + '\uA746': 'L', + '\uA780': 'L', + '\u01C7': 'LJ', + '\u01C8': 'Lj', + '\u24C2': 'M', + '\uFF2D': 'M', + '\u1E3E': 'M', + '\u1E40': 'M', + '\u1E42': 'M', + '\u2C6E': 'M', + '\u019C': 'M', + '\u24C3': 'N', + '\uFF2E': 'N', + '\u01F8': 'N', + '\u0143': 'N', + '\u00D1': 'N', + '\u1E44': 'N', + '\u0147': 'N', + '\u1E46': 'N', + '\u0145': 'N', + '\u1E4A': 'N', + '\u1E48': 'N', + '\u0220': 'N', + '\u019D': 'N', + '\uA790': 'N', + '\uA7A4': 'N', + '\u01CA': 'NJ', + '\u01CB': 'Nj', + '\u24C4': 'O', + '\uFF2F': 'O', + '\u00D2': 'O', + '\u00D3': 'O', + '\u00D4': 'O', + '\u1ED2': 'O', + '\u1ED0': 'O', + '\u1ED6': 'O', + '\u1ED4': 'O', + '\u00D5': 'O', + '\u1E4C': 'O', + '\u022C': 'O', + '\u1E4E': 'O', + '\u014C': 'O', + '\u1E50': 'O', + '\u1E52': 'O', + '\u014E': 'O', + '\u022E': 'O', + '\u0230': 'O', + '\u00D6': 'O', + '\u022A': 'O', + '\u1ECE': 'O', + '\u0150': 'O', + '\u01D1': 'O', + '\u020C': 'O', + '\u020E': 'O', + '\u01A0': 'O', + '\u1EDC': 'O', + '\u1EDA': 'O', + '\u1EE0': 'O', + '\u1EDE': 'O', + '\u1EE2': 'O', + '\u1ECC': 'O', + '\u1ED8': 'O', + '\u01EA': 'O', + '\u01EC': 'O', + '\u00D8': 'O', + '\u01FE': 'O', + '\u0186': 'O', + '\u019F': 'O', + '\uA74A': 'O', + '\uA74C': 'O', + '\u0152': 'OE', + '\u01A2': 'OI', + '\uA74E': 'OO', + '\u0222': 'OU', + '\u24C5': 'P', + '\uFF30': 'P', + '\u1E54': 'P', + '\u1E56': 'P', + '\u01A4': 'P', + '\u2C63': 'P', + '\uA750': 'P', + '\uA752': 'P', + '\uA754': 'P', + '\u24C6': 'Q', + '\uFF31': 'Q', + '\uA756': 'Q', + '\uA758': 'Q', + '\u024A': 'Q', + '\u24C7': 'R', + '\uFF32': 'R', + '\u0154': 'R', + '\u1E58': 'R', + '\u0158': 'R', + '\u0210': 'R', + '\u0212': 'R', + '\u1E5A': 'R', + '\u1E5C': 'R', + '\u0156': 'R', + '\u1E5E': 'R', + '\u024C': 'R', + '\u2C64': 'R', + '\uA75A': 'R', + '\uA7A6': 'R', + '\uA782': 'R', + '\u24C8': 'S', + '\uFF33': 'S', + '\u1E9E': 'S', + '\u015A': 'S', + '\u1E64': 'S', + '\u015C': 'S', + '\u1E60': 'S', + '\u0160': 'S', + '\u1E66': 'S', + '\u1E62': 'S', + '\u1E68': 'S', + '\u0218': 'S', + '\u015E': 'S', + '\u2C7E': 'S', + '\uA7A8': 'S', + '\uA784': 'S', + '\u24C9': 'T', + '\uFF34': 'T', + '\u1E6A': 'T', + '\u0164': 'T', + '\u1E6C': 'T', + '\u021A': 'T', + '\u0162': 'T', + '\u1E70': 'T', + '\u1E6E': 'T', + '\u0166': 'T', + '\u01AC': 'T', + '\u01AE': 'T', + '\u023E': 'T', + '\uA786': 'T', + '\uA728': 'TZ', + '\u24CA': 'U', + '\uFF35': 'U', + '\u00D9': 'U', + '\u00DA': 'U', + '\u00DB': 'U', + '\u0168': 'U', + '\u1E78': 'U', + '\u016A': 'U', + '\u1E7A': 'U', + '\u016C': 'U', + '\u00DC': 'U', + '\u01DB': 'U', + '\u01D7': 'U', + '\u01D5': 'U', + '\u01D9': 'U', + '\u1EE6': 'U', + '\u016E': 'U', + '\u0170': 'U', + '\u01D3': 'U', + '\u0214': 'U', + '\u0216': 'U', + '\u01AF': 'U', + '\u1EEA': 'U', + '\u1EE8': 'U', + '\u1EEE': 'U', + '\u1EEC': 'U', + '\u1EF0': 'U', + '\u1EE4': 'U', + '\u1E72': 'U', + '\u0172': 'U', + '\u1E76': 'U', + '\u1E74': 'U', + '\u0244': 'U', + '\u24CB': 'V', + '\uFF36': 'V', + '\u1E7C': 'V', + '\u1E7E': 'V', + '\u01B2': 'V', + '\uA75E': 'V', + '\u0245': 'V', + '\uA760': 'VY', + '\u24CC': 'W', + '\uFF37': 'W', + '\u1E80': 'W', + '\u1E82': 'W', + '\u0174': 'W', + '\u1E86': 'W', + '\u1E84': 'W', + '\u1E88': 'W', + '\u2C72': 'W', + '\u24CD': 'X', + '\uFF38': 'X', + '\u1E8A': 'X', + '\u1E8C': 'X', + '\u24CE': 'Y', + '\uFF39': 'Y', + '\u1EF2': 'Y', + '\u00DD': 'Y', + '\u0176': 'Y', + '\u1EF8': 'Y', + '\u0232': 'Y', + '\u1E8E': 'Y', + '\u0178': 'Y', + '\u1EF6': 'Y', + '\u1EF4': 'Y', + '\u01B3': 'Y', + '\u024E': 'Y', + '\u1EFE': 'Y', + '\u24CF': 'Z', + '\uFF3A': 'Z', + '\u0179': 'Z', + '\u1E90': 'Z', + '\u017B': 'Z', + '\u017D': 'Z', + '\u1E92': 'Z', + '\u1E94': 'Z', + '\u01B5': 'Z', + '\u0224': 'Z', + '\u2C7F': 'Z', + '\u2C6B': 'Z', + '\uA762': 'Z', + '\u24D0': 'a', + '\uFF41': 'a', + '\u1E9A': 'a', + '\u00E0': 'a', + '\u00E1': 'a', + '\u00E2': 'a', + '\u1EA7': 'a', + '\u1EA5': 'a', + '\u1EAB': 'a', + '\u1EA9': 'a', + '\u00E3': 'a', + '\u0101': 'a', + '\u0103': 'a', + '\u1EB1': 'a', + '\u1EAF': 'a', + '\u1EB5': 'a', + '\u1EB3': 'a', + '\u0227': 'a', + '\u01E1': 'a', + '\u00E4': 'a', + '\u01DF': 'a', + '\u1EA3': 'a', + '\u00E5': 'a', + '\u01FB': 'a', + '\u01CE': 'a', + '\u0201': 'a', + '\u0203': 'a', + '\u1EA1': 'a', + '\u1EAD': 'a', + '\u1EB7': 'a', + '\u1E01': 'a', + '\u0105': 'a', + '\u2C65': 'a', + '\u0250': 'a', + '\uA733': 'aa', + '\u00E6': 'ae', + '\u01FD': 'ae', + '\u01E3': 'ae', + '\uA735': 'ao', + '\uA737': 'au', + '\uA739': 'av', + '\uA73B': 'av', + '\uA73D': 'ay', + '\u24D1': 'b', + '\uFF42': 'b', + '\u1E03': 'b', + '\u1E05': 'b', + '\u1E07': 'b', + '\u0180': 'b', + '\u0183': 'b', + '\u0253': 'b', + '\u24D2': 'c', + '\uFF43': 'c', + '\u0107': 'c', + '\u0109': 'c', + '\u010B': 'c', + '\u010D': 'c', + '\u00E7': 'c', + '\u1E09': 'c', + '\u0188': 'c', + '\u023C': 'c', + '\uA73F': 'c', + '\u2184': 'c', + '\u24D3': 'd', + '\uFF44': 'd', + '\u1E0B': 'd', + '\u010F': 'd', + '\u1E0D': 'd', + '\u1E11': 'd', + '\u1E13': 'd', + '\u1E0F': 'd', + '\u0111': 'd', + '\u018C': 'd', + '\u0256': 'd', + '\u0257': 'd', + '\uA77A': 'd', + '\u01F3': 'dz', + '\u01C6': 'dz', + '\u24D4': 'e', + '\uFF45': 'e', + '\u00E8': 'e', + '\u00E9': 'e', + '\u00EA': 'e', + '\u1EC1': 'e', + '\u1EBF': 'e', + '\u1EC5': 'e', + '\u1EC3': 'e', + '\u1EBD': 'e', + '\u0113': 'e', + '\u1E15': 'e', + '\u1E17': 'e', + '\u0115': 'e', + '\u0117': 'e', + '\u00EB': 'e', + '\u1EBB': 'e', + '\u011B': 'e', + '\u0205': 'e', + '\u0207': 'e', + '\u1EB9': 'e', + '\u1EC7': 'e', + '\u0229': 'e', + '\u1E1D': 'e', + '\u0119': 'e', + '\u1E19': 'e', + '\u1E1B': 'e', + '\u0247': 'e', + '\u025B': 'e', + '\u01DD': 'e', + '\u24D5': 'f', + '\uFF46': 'f', + '\u1E1F': 'f', + '\u0192': 'f', + '\uA77C': 'f', + '\u24D6': 'g', + '\uFF47': 'g', + '\u01F5': 'g', + '\u011D': 'g', + '\u1E21': 'g', + '\u011F': 'g', + '\u0121': 'g', + '\u01E7': 'g', + '\u0123': 'g', + '\u01E5': 'g', + '\u0260': 'g', + '\uA7A1': 'g', + '\u1D79': 'g', + '\uA77F': 'g', + '\u24D7': 'h', + '\uFF48': 'h', + '\u0125': 'h', + '\u1E23': 'h', + '\u1E27': 'h', + '\u021F': 'h', + '\u1E25': 'h', + '\u1E29': 'h', + '\u1E2B': 'h', + '\u1E96': 'h', + '\u0127': 'h', + '\u2C68': 'h', + '\u2C76': 'h', + '\u0265': 'h', + '\u0195': 'hv', + '\u24D8': 'i', + '\uFF49': 'i', + '\u00EC': 'i', + '\u00ED': 'i', + '\u00EE': 'i', + '\u0129': 'i', + '\u012B': 'i', + '\u012D': 'i', + '\u00EF': 'i', + '\u1E2F': 'i', + '\u1EC9': 'i', + '\u01D0': 'i', + '\u0209': 'i', + '\u020B': 'i', + '\u1ECB': 'i', + '\u012F': 'i', + '\u1E2D': 'i', + '\u0268': 'i', + '\u0131': 'i', + '\u24D9': 'j', + '\uFF4A': 'j', + '\u0135': 'j', + '\u01F0': 'j', + '\u0249': 'j', + '\u24DA': 'k', + '\uFF4B': 'k', + '\u1E31': 'k', + '\u01E9': 'k', + '\u1E33': 'k', + '\u0137': 'k', + '\u1E35': 'k', + '\u0199': 'k', + '\u2C6A': 'k', + '\uA741': 'k', + '\uA743': 'k', + '\uA745': 'k', + '\uA7A3': 'k', + '\u24DB': 'l', + '\uFF4C': 'l', + '\u0140': 'l', + '\u013A': 'l', + '\u013E': 'l', + '\u1E37': 'l', + '\u1E39': 'l', + '\u013C': 'l', + '\u1E3D': 'l', + '\u1E3B': 'l', + '\u017F': 'l', + '\u0142': 'l', + '\u019A': 'l', + '\u026B': 'l', + '\u2C61': 'l', + '\uA749': 'l', + '\uA781': 'l', + '\uA747': 'l', + '\u01C9': 'lj', + '\u24DC': 'm', + '\uFF4D': 'm', + '\u1E3F': 'm', + '\u1E41': 'm', + '\u1E43': 'm', + '\u0271': 'm', + '\u026F': 'm', + '\u24DD': 'n', + '\uFF4E': 'n', + '\u01F9': 'n', + '\u0144': 'n', + '\u00F1': 'n', + '\u1E45': 'n', + '\u0148': 'n', + '\u1E47': 'n', + '\u0146': 'n', + '\u1E4B': 'n', + '\u1E49': 'n', + '\u019E': 'n', + '\u0272': 'n', + '\u0149': 'n', + '\uA791': 'n', + '\uA7A5': 'n', + '\u01CC': 'nj', + '\u24DE': 'o', + '\uFF4F': 'o', + '\u00F2': 'o', + '\u00F3': 'o', + '\u00F4': 'o', + '\u1ED3': 'o', + '\u1ED1': 'o', + '\u1ED7': 'o', + '\u1ED5': 'o', + '\u00F5': 'o', + '\u1E4D': 'o', + '\u022D': 'o', + '\u1E4F': 'o', + '\u014D': 'o', + '\u1E51': 'o', + '\u1E53': 'o', + '\u014F': 'o', + '\u022F': 'o', + '\u0231': 'o', + '\u00F6': 'o', + '\u022B': 'o', + '\u1ECF': 'o', + '\u0151': 'o', + '\u01D2': 'o', + '\u020D': 'o', + '\u020F': 'o', + '\u01A1': 'o', + '\u1EDD': 'o', + '\u1EDB': 'o', + '\u1EE1': 'o', + '\u1EDF': 'o', + '\u1EE3': 'o', + '\u1ECD': 'o', + '\u1ED9': 'o', + '\u01EB': 'o', + '\u01ED': 'o', + '\u00F8': 'o', + '\u01FF': 'o', + '\u0254': 'o', + '\uA74B': 'o', + '\uA74D': 'o', + '\u0275': 'o', + '\u0153': 'oe', + '\u01A3': 'oi', + '\u0223': 'ou', + '\uA74F': 'oo', + '\u24DF': 'p', + '\uFF50': 'p', + '\u1E55': 'p', + '\u1E57': 'p', + '\u01A5': 'p', + '\u1D7D': 'p', + '\uA751': 'p', + '\uA753': 'p', + '\uA755': 'p', + '\u24E0': 'q', + '\uFF51': 'q', + '\u024B': 'q', + '\uA757': 'q', + '\uA759': 'q', + '\u24E1': 'r', + '\uFF52': 'r', + '\u0155': 'r', + '\u1E59': 'r', + '\u0159': 'r', + '\u0211': 'r', + '\u0213': 'r', + '\u1E5B': 'r', + '\u1E5D': 'r', + '\u0157': 'r', + '\u1E5F': 'r', + '\u024D': 'r', + '\u027D': 'r', + '\uA75B': 'r', + '\uA7A7': 'r', + '\uA783': 'r', + '\u24E2': 's', + '\uFF53': 's', + '\u00DF': 's', + '\u015B': 's', + '\u1E65': 's', + '\u015D': 's', + '\u1E61': 's', + '\u0161': 's', + '\u1E67': 's', + '\u1E63': 's', + '\u1E69': 's', + '\u0219': 's', + '\u015F': 's', + '\u023F': 's', + '\uA7A9': 's', + '\uA785': 's', + '\u1E9B': 's', + '\u24E3': 't', + '\uFF54': 't', + '\u1E6B': 't', + '\u1E97': 't', + '\u0165': 't', + '\u1E6D': 't', + '\u021B': 't', + '\u0163': 't', + '\u1E71': 't', + '\u1E6F': 't', + '\u0167': 't', + '\u01AD': 't', + '\u0288': 't', + '\u2C66': 't', + '\uA787': 't', + '\uA729': 'tz', + '\u24E4': 'u', + '\uFF55': 'u', + '\u00F9': 'u', + '\u00FA': 'u', + '\u00FB': 'u', + '\u0169': 'u', + '\u1E79': 'u', + '\u016B': 'u', + '\u1E7B': 'u', + '\u016D': 'u', + '\u00FC': 'u', + '\u01DC': 'u', + '\u01D8': 'u', + '\u01D6': 'u', + '\u01DA': 'u', + '\u1EE7': 'u', + '\u016F': 'u', + '\u0171': 'u', + '\u01D4': 'u', + '\u0215': 'u', + '\u0217': 'u', + '\u01B0': 'u', + '\u1EEB': 'u', + '\u1EE9': 'u', + '\u1EEF': 'u', + '\u1EED': 'u', + '\u1EF1': 'u', + '\u1EE5': 'u', + '\u1E73': 'u', + '\u0173': 'u', + '\u1E77': 'u', + '\u1E75': 'u', + '\u0289': 'u', + '\u24E5': 'v', + '\uFF56': 'v', + '\u1E7D': 'v', + '\u1E7F': 'v', + '\u028B': 'v', + '\uA75F': 'v', + '\u028C': 'v', + '\uA761': 'vy', + '\u24E6': 'w', + '\uFF57': 'w', + '\u1E81': 'w', + '\u1E83': 'w', + '\u0175': 'w', + '\u1E87': 'w', + '\u1E85': 'w', + '\u1E98': 'w', + '\u1E89': 'w', + '\u2C73': 'w', + '\u24E7': 'x', + '\uFF58': 'x', + '\u1E8B': 'x', + '\u1E8D': 'x', + '\u24E8': 'y', + '\uFF59': 'y', + '\u1EF3': 'y', + '\u00FD': 'y', + '\u0177': 'y', + '\u1EF9': 'y', + '\u0233': 'y', + '\u1E8F': 'y', + '\u00FF': 'y', + '\u1EF7': 'y', + '\u1E99': 'y', + '\u1EF5': 'y', + '\u01B4': 'y', + '\u024F': 'y', + '\u1EFF': 'y', + '\u24E9': 'z', + '\uFF5A': 'z', + '\u017A': 'z', + '\u1E91': 'z', + '\u017C': 'z', + '\u017E': 'z', + '\u1E93': 'z', + '\u1E95': 'z', + '\u01B6': 'z', + '\u0225': 'z', + '\u0240': 'z', + '\u2C6C': 'z', + '\uA763': 'z', + '\u0386': '\u0391', + '\u0388': '\u0395', + '\u0389': '\u0397', + '\u038A': '\u0399', + '\u03AA': '\u0399', + '\u038C': '\u039F', + '\u038E': '\u03A5', + '\u03AB': '\u03A5', + '\u038F': '\u03A9', + '\u03AC': '\u03B1', + '\u03AD': '\u03B5', + '\u03AE': '\u03B7', + '\u03AF': '\u03B9', + '\u03CA': '\u03B9', + '\u0390': '\u03B9', + '\u03CC': '\u03BF', + '\u03CD': '\u03C5', + '\u03CB': '\u03C5', + '\u03B0': '\u03C5', + '\u03CE': '\u03C9', + '\u03C2': '\u03C3', + '\u2019': '\'' + }; + + return diacritics; +}); + +S2.define('select2/data/base',[ + '../utils' +], function (Utils) { + function BaseAdapter ($element, options) { + BaseAdapter.__super__.constructor.call(this); + } + + Utils.Extend(BaseAdapter, Utils.Observable); + + BaseAdapter.prototype.current = function (callback) { + throw new Error('The `current` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.query = function (params, callback) { + throw new Error('The `query` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.bind = function (container, $container) { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.destroy = function () { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.generateResultId = function (container, data) { + var id = container.id + '-result-'; + + id += Utils.generateChars(4); + + if (data.id != null) { + id += '-' + data.id.toString(); + } else { + id += '-' + Utils.generateChars(4); + } + return id; + }; + + return BaseAdapter; +}); + +S2.define('select2/data/select',[ + './base', + '../utils', + 'jquery' +], function (BaseAdapter, Utils, $) { + function SelectAdapter ($element, options) { + this.$element = $element; + this.options = options; + + SelectAdapter.__super__.constructor.call(this); + } + + Utils.Extend(SelectAdapter, BaseAdapter); + + SelectAdapter.prototype.current = function (callback) { + var data = []; + var self = this; + + this.$element.find(':selected').each(function () { + var $option = $(this); + + var option = self.item($option); + + data.push(option); + }); + + callback(data); + }; + + SelectAdapter.prototype.select = function (data) { + var self = this; + + data.selected = true; + + // If data.element is a DOM node, use it instead + if ($(data.element).is('option')) { + data.element.selected = true; + + this.$element.trigger('input').trigger('change'); + + return; + } + + if (this.$element.prop('multiple')) { + this.current(function (currentData) { + var val = []; + + data = [data]; + data.push.apply(data, currentData); + + for (var d = 0; d < data.length; d++) { + var id = data[d].id; + + if ($.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + self.$element.trigger('input').trigger('change'); + }); + } else { + var val = data.id; + + this.$element.val(val); + this.$element.trigger('input').trigger('change'); + } + }; + + SelectAdapter.prototype.unselect = function (data) { + var self = this; + + if (!this.$element.prop('multiple')) { + return; + } + + data.selected = false; + + if ($(data.element).is('option')) { + data.element.selected = false; + + this.$element.trigger('input').trigger('change'); + + return; + } + + this.current(function (currentData) { + var val = []; + + for (var d = 0; d < currentData.length; d++) { + var id = currentData[d].id; + + if (id !== data.id && $.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + + self.$element.trigger('input').trigger('change'); + }); + }; + + SelectAdapter.prototype.bind = function (container, $container) { + var self = this; + + this.container = container; + + container.on('select', function (params) { + self.select(params.data); + }); + + container.on('unselect', function (params) { + self.unselect(params.data); + }); + }; + + SelectAdapter.prototype.destroy = function () { + // Remove anything added to child elements + this.$element.find('*').each(function () { + // Remove any custom data set by Select2 + Utils.RemoveData(this); + }); + }; + + SelectAdapter.prototype.query = function (params, callback) { + var data = []; + var self = this; + + var $options = this.$element.children(); + + $options.each(function () { + var $option = $(this); + + if (!$option.is('option') && !$option.is('optgroup')) { + return; + } + + var option = self.item($option); + + var matches = self.matches(params, option); + + if (matches !== null) { + data.push(matches); + } + }); + + callback({ + results: data + }); + }; + + SelectAdapter.prototype.addOptions = function ($options) { + Utils.appendMany(this.$element, $options); + }; + + SelectAdapter.prototype.option = function (data) { + var option; + + if (data.children) { + option = document.createElement('optgroup'); + option.label = data.text; + } else { + option = document.createElement('option'); + + if (option.textContent !== undefined) { + option.textContent = data.text; + } else { + option.innerText = data.text; + } + } + + if (data.id !== undefined) { + option.value = data.id; + } + + if (data.disabled) { + option.disabled = true; + } + + if (data.selected) { + option.selected = true; + } + + if (data.title) { + option.title = data.title; + } + + var $option = $(option); + + var normalizedData = this._normalizeItem(data); + normalizedData.element = option; + + // Override the option's data with the combined data + Utils.StoreData(option, 'data', normalizedData); + + return $option; + }; + + SelectAdapter.prototype.item = function ($option) { + var data = {}; + + data = Utils.GetData($option[0], 'data'); + + if (data != null) { + return data; + } + + if ($option.is('option')) { + data = { + id: $option.val(), + text: $option.text(), + disabled: $option.prop('disabled'), + selected: $option.prop('selected'), + title: $option.prop('title') + }; + } else if ($option.is('optgroup')) { + data = { + text: $option.prop('label'), + children: [], + title: $option.prop('title') + }; + + var $children = $option.children('option'); + var children = []; + + for (var c = 0; c < $children.length; c++) { + var $child = $($children[c]); + + var child = this.item($child); + + children.push(child); + } + + data.children = children; + } + + data = this._normalizeItem(data); + data.element = $option[0]; + + Utils.StoreData($option[0], 'data', data); + + return data; + }; + + SelectAdapter.prototype._normalizeItem = function (item) { + if (item !== Object(item)) { + item = { + id: item, + text: item + }; + } + + item = $.extend({}, { + text: '' + }, item); + + var defaults = { + selected: false, + disabled: false + }; + + if (item.id != null) { + item.id = item.id.toString(); + } + + if (item.text != null) { + item.text = item.text.toString(); + } + + if (item._resultId == null && item.id && this.container != null) { + item._resultId = this.generateResultId(this.container, item); + } + + return $.extend({}, defaults, item); + }; + + SelectAdapter.prototype.matches = function (params, data) { + var matcher = this.options.get('matcher'); + + return matcher(params, data); + }; + + return SelectAdapter; +}); + +S2.define('select2/data/array',[ + './select', + '../utils', + 'jquery' +], function (SelectAdapter, Utils, $) { + function ArrayAdapter ($element, options) { + this._dataToConvert = options.get('data') || []; + + ArrayAdapter.__super__.constructor.call(this, $element, options); + } + + Utils.Extend(ArrayAdapter, SelectAdapter); + + ArrayAdapter.prototype.bind = function (container, $container) { + ArrayAdapter.__super__.bind.call(this, container, $container); + + this.addOptions(this.convertToOptions(this._dataToConvert)); + }; + + ArrayAdapter.prototype.select = function (data) { + var $option = this.$element.find('option').filter(function (i, elm) { + return elm.value == data.id.toString(); + }); + + if ($option.length === 0) { + $option = this.option(data); + + this.addOptions($option); + } + + ArrayAdapter.__super__.select.call(this, data); + }; + + ArrayAdapter.prototype.convertToOptions = function (data) { + var self = this; + + var $existing = this.$element.find('option'); + var existingIds = $existing.map(function () { + return self.item($(this)).id; + }).get(); + + var $options = []; + + // Filter out all items except for the one passed in the argument + function onlyItem (item) { + return function () { + return $(this).val() == item.id; + }; + } + + for (var d = 0; d < data.length; d++) { + var item = this._normalizeItem(data[d]); + + // Skip items which were pre-loaded, only merge the data + if ($.inArray(item.id, existingIds) >= 0) { + var $existingOption = $existing.filter(onlyItem(item)); + + var existingData = this.item($existingOption); + var newData = $.extend(true, {}, item, existingData); + + var $newOption = this.option(newData); + + $existingOption.replaceWith($newOption); + + continue; + } + + var $option = this.option(item); + + if (item.children) { + var $children = this.convertToOptions(item.children); + + Utils.appendMany($option, $children); + } + + $options.push($option); + } + + return $options; + }; + + return ArrayAdapter; +}); + +S2.define('select2/data/ajax',[ + './array', + '../utils', + 'jquery' +], function (ArrayAdapter, Utils, $) { + function AjaxAdapter ($element, options) { + this.ajaxOptions = this._applyDefaults(options.get('ajax')); + + if (this.ajaxOptions.processResults != null) { + this.processResults = this.ajaxOptions.processResults; + } + + AjaxAdapter.__super__.constructor.call(this, $element, options); + } + + Utils.Extend(AjaxAdapter, ArrayAdapter); + + AjaxAdapter.prototype._applyDefaults = function (options) { + var defaults = { + data: function (params) { + return $.extend({}, params, { + q: params.term + }); + }, + transport: function (params, success, failure) { + var $request = $.ajax(params); + + $request.then(success); + $request.fail(failure); + + return $request; + } + }; + + return $.extend({}, defaults, options, true); + }; + + AjaxAdapter.prototype.processResults = function (results) { + return results; + }; + + AjaxAdapter.prototype.query = function (params, callback) { + var matches = []; + var self = this; + + if (this._request != null) { + // JSONP requests cannot always be aborted + if ($.isFunction(this._request.abort)) { + this._request.abort(); + } + + this._request = null; + } + + var options = $.extend({ + type: 'GET' + }, this.ajaxOptions); + + if (typeof options.url === 'function') { + options.url = options.url.call(this.$element, params); + } + + if (typeof options.data === 'function') { + options.data = options.data.call(this.$element, params); + } + + function request () { + var $request = options.transport(options, function (data) { + var results = self.processResults(data, params); + + if (self.options.get('debug') && window.console && console.error) { + // Check to make sure that the response included a `results` key. + if (!results || !results.results || !$.isArray(results.results)) { + console.error( + 'Select2: The AJAX results did not return an array in the ' + + '`results` key of the response.' + ); + } + } + + callback(results); + }, function () { + // Attempt to detect if a request was aborted + // Only works if the transport exposes a status property + if ('status' in $request && + ($request.status === 0 || $request.status === '0')) { + return; + } + + self.trigger('results:message', { + message: 'errorLoading' + }); + }); + + self._request = $request; + } + + if (this.ajaxOptions.delay && params.term != null) { + if (this._queryTimeout) { + window.clearTimeout(this._queryTimeout); + } + + this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay); + } else { + request(); + } + }; + + return AjaxAdapter; +}); + +S2.define('select2/data/tags',[ + 'jquery' +], function ($) { + function Tags (decorated, $element, options) { + var tags = options.get('tags'); + + var createTag = options.get('createTag'); + + if (createTag !== undefined) { + this.createTag = createTag; + } + + var insertTag = options.get('insertTag'); + + if (insertTag !== undefined) { + this.insertTag = insertTag; + } + + decorated.call(this, $element, options); + + if ($.isArray(tags)) { + for (var t = 0; t < tags.length; t++) { + var tag = tags[t]; + var item = this._normalizeItem(tag); + + var $option = this.option(item); + + this.$element.append($option); + } + } + } + + Tags.prototype.query = function (decorated, params, callback) { + var self = this; + + this._removeOldTags(); + + if (params.term == null || params.page != null) { + decorated.call(this, params, callback); + return; + } + + function wrapper (obj, child) { + var data = obj.results; + + for (var i = 0; i < data.length; i++) { + var option = data[i]; + + var checkChildren = ( + option.children != null && + !wrapper({ + results: option.children + }, true) + ); + + var optionText = (option.text || '').toUpperCase(); + var paramsTerm = (params.term || '').toUpperCase(); + + var checkText = optionText === paramsTerm; + + if (checkText || checkChildren) { + if (child) { + return false; + } + + obj.data = data; + callback(obj); + + return; + } + } + + if (child) { + return true; + } + + var tag = self.createTag(params); + + if (tag != null) { + var $option = self.option(tag); + $option.attr('data-select2-tag', true); + + self.addOptions([$option]); + + self.insertTag(data, tag); + } + + obj.results = data; + + callback(obj); + } + + decorated.call(this, params, wrapper); + }; + + Tags.prototype.createTag = function (decorated, params) { + var term = $.trim(params.term); + + if (term === '') { + return null; + } + + return { + id: term, + text: term + }; + }; + + Tags.prototype.insertTag = function (_, data, tag) { + data.unshift(tag); + }; + + Tags.prototype._removeOldTags = function (_) { + var $options = this.$element.find('option[data-select2-tag]'); + + $options.each(function () { + if (this.selected) { + return; + } + + $(this).remove(); + }); + }; + + return Tags; +}); + +S2.define('select2/data/tokenizer',[ + 'jquery' +], function ($) { + function Tokenizer (decorated, $element, options) { + var tokenizer = options.get('tokenizer'); + + if (tokenizer !== undefined) { + this.tokenizer = tokenizer; + } + + decorated.call(this, $element, options); + } + + Tokenizer.prototype.bind = function (decorated, container, $container) { + decorated.call(this, container, $container); + + this.$search = container.dropdown.$search || container.selection.$search || + $container.find('.select2-search__field'); + }; + + Tokenizer.prototype.query = function (decorated, params, callback) { + var self = this; + + function createAndSelect (data) { + // Normalize the data object so we can use it for checks + var item = self._normalizeItem(data); + + // Check if the data object already exists as a tag + // Select it if it doesn't + var $existingOptions = self.$element.find('option').filter(function () { + return $(this).val() === item.id; + }); + + // If an existing option wasn't found for it, create the option + if (!$existingOptions.length) { + var $option = self.option(item); + $option.attr('data-select2-tag', true); + + self._removeOldTags(); + self.addOptions([$option]); + } + + // Select the item, now that we know there is an option for it + select(item); + } + + function select (data) { + self.trigger('select', { + data: data + }); + } + + params.term = params.term || ''; + + var tokenData = this.tokenizer(params, this.options, createAndSelect); + + if (tokenData.term !== params.term) { + // Replace the search term if we have the search box + if (this.$search.length) { + this.$search.val(tokenData.term); + this.$search.trigger('focus'); + } + + params.term = tokenData.term; + } + + decorated.call(this, params, callback); + }; + + Tokenizer.prototype.tokenizer = function (_, params, options, callback) { + var separators = options.get('tokenSeparators') || []; + var term = params.term; + var i = 0; + + var createTag = this.createTag || function (params) { + return { + id: params.term, + text: params.term + }; + }; + + while (i < term.length) { + var termChar = term[i]; + + if ($.inArray(termChar, separators) === -1) { + i++; + + continue; + } + + var part = term.substr(0, i); + var partParams = $.extend({}, params, { + term: part + }); + + var data = createTag(partParams); + + if (data == null) { + i++; + continue; + } + + callback(data); + + // Reset the term to not include the tokenized portion + term = term.substr(i + 1) || ''; + i = 0; + } + + return { + term: term + }; + }; + + return Tokenizer; +}); + +S2.define('select2/data/minimumInputLength',[ + +], function () { + function MinimumInputLength (decorated, $e, options) { + this.minimumInputLength = options.get('minimumInputLength'); + + decorated.call(this, $e, options); + } + + MinimumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (params.term.length < this.minimumInputLength) { + this.trigger('results:message', { + message: 'inputTooShort', + args: { + minimum: this.minimumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MinimumInputLength; +}); + +S2.define('select2/data/maximumInputLength',[ + +], function () { + function MaximumInputLength (decorated, $e, options) { + this.maximumInputLength = options.get('maximumInputLength'); + + decorated.call(this, $e, options); + } + + MaximumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (this.maximumInputLength > 0 && + params.term.length > this.maximumInputLength) { + this.trigger('results:message', { + message: 'inputTooLong', + args: { + maximum: this.maximumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MaximumInputLength; +}); + +S2.define('select2/data/maximumSelectionLength',[ + +], function (){ + function MaximumSelectionLength (decorated, $e, options) { + this.maximumSelectionLength = options.get('maximumSelectionLength'); + + decorated.call(this, $e, options); + } + + MaximumSelectionLength.prototype.bind = + function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('select', function () { + self._checkIfMaximumSelected(); + }); + }; + + MaximumSelectionLength.prototype.query = + function (decorated, params, callback) { + var self = this; + + this._checkIfMaximumSelected(function () { + decorated.call(self, params, callback); + }); + }; + + MaximumSelectionLength.prototype._checkIfMaximumSelected = + function (_, successCallback) { + var self = this; + + this.current(function (currentData) { + var count = currentData != null ? currentData.length : 0; + if (self.maximumSelectionLength > 0 && + count >= self.maximumSelectionLength) { + self.trigger('results:message', { + message: 'maximumSelected', + args: { + maximum: self.maximumSelectionLength + } + }); + return; + } + + if (successCallback) { + successCallback(); + } + }); + }; + + return MaximumSelectionLength; +}); + +S2.define('select2/dropdown',[ + 'jquery', + './utils' +], function ($, Utils) { + function Dropdown ($element, options) { + this.$element = $element; + this.options = options; + + Dropdown.__super__.constructor.call(this); + } + + Utils.Extend(Dropdown, Utils.Observable); + + Dropdown.prototype.render = function () { + var $dropdown = $( + '<span class="select2-dropdown">' + + '<span class="select2-results"></span>' + + '</span>' + ); + + $dropdown.attr('dir', this.options.get('dir')); + + this.$dropdown = $dropdown; + + return $dropdown; + }; + + Dropdown.prototype.bind = function () { + // Should be implemented in subclasses + }; + + Dropdown.prototype.position = function ($dropdown, $container) { + // Should be implemented in subclasses + }; + + Dropdown.prototype.destroy = function () { + // Remove the dropdown from the DOM + this.$dropdown.remove(); + }; + + return Dropdown; +}); + +S2.define('select2/dropdown/search',[ + 'jquery', + '../utils' +], function ($, Utils) { + function Search () { } + + Search.prototype.render = function (decorated) { + var $rendered = decorated.call(this); + + var $search = $( + '<span class="select2-search select2-search--dropdown">' + + '<input class="select2-search__field" type="search" tabindex="-1"' + + ' autocomplete="off" autocorrect="off" autocapitalize="none"' + + ' spellcheck="false" role="searchbox" aria-autocomplete="list" />' + + '</span>' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + $rendered.prepend($search); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + var resultsId = container.id + '-results'; + + decorated.call(this, container, $container); + + this.$search.on('keydown', function (evt) { + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + }); + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$search.on('input', function (evt) { + // Unbind the duplicated `keyup` event + $(this).off('keyup'); + }); + + this.$search.on('keyup input', function (evt) { + self.handleSearch(evt); + }); + + container.on('open', function () { + self.$search.attr('tabindex', 0); + self.$search.attr('aria-controls', resultsId); + + self.$search.trigger('focus'); + + window.setTimeout(function () { + self.$search.trigger('focus'); + }, 0); + }); + + container.on('close', function () { + self.$search.attr('tabindex', -1); + self.$search.removeAttr('aria-controls'); + self.$search.removeAttr('aria-activedescendant'); + + self.$search.val(''); + self.$search.trigger('blur'); + }); + + container.on('focus', function () { + if (!container.isOpen()) { + self.$search.trigger('focus'); + } + }); + + container.on('results:all', function (params) { + if (params.query.term == null || params.query.term === '') { + var showSearch = self.showSearch(params); + + if (showSearch) { + self.$searchContainer.removeClass('select2-search--hide'); + } else { + self.$searchContainer.addClass('select2-search--hide'); + } + } + }); + + container.on('results:focus', function (params) { + if (params.data._resultId) { + self.$search.attr('aria-activedescendant', params.data._resultId); + } else { + self.$search.removeAttr('aria-activedescendant'); + } + }); + }; + + Search.prototype.handleSearch = function (evt) { + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.showSearch = function (_, params) { + return true; + }; + + return Search; +}); + +S2.define('select2/dropdown/hidePlaceholder',[ + +], function () { + function HidePlaceholder (decorated, $element, options, dataAdapter) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options, dataAdapter); + } + + HidePlaceholder.prototype.append = function (decorated, data) { + data.results = this.removePlaceholder(data.results); + + decorated.call(this, data); + }; + + HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + HidePlaceholder.prototype.removePlaceholder = function (_, data) { + var modifiedData = data.slice(0); + + for (var d = data.length - 1; d >= 0; d--) { + var item = data[d]; + + if (this.placeholder.id === item.id) { + modifiedData.splice(d, 1); + } + } + + return modifiedData; + }; + + return HidePlaceholder; +}); + +S2.define('select2/dropdown/infiniteScroll',[ + 'jquery' +], function ($) { + function InfiniteScroll (decorated, $element, options, dataAdapter) { + this.lastParams = {}; + + decorated.call(this, $element, options, dataAdapter); + + this.$loadingMore = this.createLoadingMore(); + this.loading = false; + } + + InfiniteScroll.prototype.append = function (decorated, data) { + this.$loadingMore.remove(); + this.loading = false; + + decorated.call(this, data); + + if (this.showLoadingMore(data)) { + this.$results.append(this.$loadingMore); + this.loadMoreIfNeeded(); + } + }; + + InfiniteScroll.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('query', function (params) { + self.lastParams = params; + self.loading = true; + }); + + container.on('query:append', function (params) { + self.lastParams = params; + self.loading = true; + }); + + this.$results.on('scroll', this.loadMoreIfNeeded.bind(this)); + }; + + InfiniteScroll.prototype.loadMoreIfNeeded = function () { + var isLoadMoreVisible = $.contains( + document.documentElement, + this.$loadingMore[0] + ); + + if (this.loading || !isLoadMoreVisible) { + return; + } + + var currentOffset = this.$results.offset().top + + this.$results.outerHeight(false); + var loadingMoreOffset = this.$loadingMore.offset().top + + this.$loadingMore.outerHeight(false); + + if (currentOffset + 50 >= loadingMoreOffset) { + this.loadMore(); + } + }; + + InfiniteScroll.prototype.loadMore = function () { + this.loading = true; + + var params = $.extend({}, {page: 1}, this.lastParams); + + params.page++; + + this.trigger('query:append', params); + }; + + InfiniteScroll.prototype.showLoadingMore = function (_, data) { + return data.pagination && data.pagination.more; + }; + + InfiniteScroll.prototype.createLoadingMore = function () { + var $option = $( + '<li ' + + 'class="select2-results__option select2-results__option--load-more"' + + 'role="option" aria-disabled="true"></li>' + ); + + var message = this.options.get('translations').get('loadingMore'); + + $option.html(message(this.lastParams)); + + return $option; + }; + + return InfiniteScroll; +}); + +S2.define('select2/dropdown/attachBody',[ + 'jquery', + '../utils' +], function ($, Utils) { + function AttachBody (decorated, $element, options) { + this.$dropdownParent = $(options.get('dropdownParent') || document.body); + + decorated.call(this, $element, options); + } + + AttachBody.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('open', function () { + self._showDropdown(); + self._attachPositioningHandler(container); + + // Must bind after the results handlers to ensure correct sizing + self._bindContainerResultHandlers(container); + }); + + container.on('close', function () { + self._hideDropdown(); + self._detachPositioningHandler(container); + }); + + this.$dropdownContainer.on('mousedown', function (evt) { + evt.stopPropagation(); + }); + }; + + AttachBody.prototype.destroy = function (decorated) { + decorated.call(this); + + this.$dropdownContainer.remove(); + }; + + AttachBody.prototype.position = function (decorated, $dropdown, $container) { + // Clone all of the container classes + $dropdown.attr('class', $container.attr('class')); + + $dropdown.removeClass('select2'); + $dropdown.addClass('select2-container--open'); + + $dropdown.css({ + position: 'absolute', + top: -999999 + }); + + this.$container = $container; + }; + + AttachBody.prototype.render = function (decorated) { + var $container = $('<span></span>'); + + var $dropdown = decorated.call(this); + $container.append($dropdown); + + this.$dropdownContainer = $container; + + return $container; + }; + + AttachBody.prototype._hideDropdown = function (decorated) { + this.$dropdownContainer.detach(); + }; + + AttachBody.prototype._bindContainerResultHandlers = + function (decorated, container) { + + // These should only be bound once + if (this._containerResultsHandlersBound) { + return; + } + + var self = this; + + container.on('results:all', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('results:append', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('results:message', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('select', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('unselect', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + this._containerResultsHandlersBound = true; + }; + + AttachBody.prototype._attachPositioningHandler = + function (decorated, container) { + var self = this; + + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.each(function () { + Utils.StoreData(this, 'select2-scroll-position', { + x: $(this).scrollLeft(), + y: $(this).scrollTop() + }); + }); + + $watchers.on(scrollEvent, function (ev) { + var position = Utils.GetData(this, 'select2-scroll-position'); + $(this).scrollTop(position.y); + }); + + $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent, + function (e) { + self._positionDropdown(); + self._resizeDropdown(); + }); + }; + + AttachBody.prototype._detachPositioningHandler = + function (decorated, container) { + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.off(scrollEvent); + + $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent); + }; + + AttachBody.prototype._positionDropdown = function () { + var $window = $(window); + + var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above'); + var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below'); + + var newDirection = null; + + var offset = this.$container.offset(); + + offset.bottom = offset.top + this.$container.outerHeight(false); + + var container = { + height: this.$container.outerHeight(false) + }; + + container.top = offset.top; + container.bottom = offset.top + container.height; + + var dropdown = { + height: this.$dropdown.outerHeight(false) + }; + + var viewport = { + top: $window.scrollTop(), + bottom: $window.scrollTop() + $window.height() + }; + + var enoughRoomAbove = viewport.top < (offset.top - dropdown.height); + var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height); + + var css = { + left: offset.left, + top: container.bottom + }; + + // Determine what the parent element is to use for calculating the offset + var $offsetParent = this.$dropdownParent; + + // For statically positioned elements, we need to get the element + // that is determining the offset + if ($offsetParent.css('position') === 'static') { + $offsetParent = $offsetParent.offsetParent(); + } + + var parentOffset = { + top: 0, + left: 0 + }; + + if ( + $.contains(document.body, $offsetParent[0]) || + $offsetParent[0].isConnected + ) { + parentOffset = $offsetParent.offset(); + } + + css.top -= parentOffset.top; + css.left -= parentOffset.left; + + if (!isCurrentlyAbove && !isCurrentlyBelow) { + newDirection = 'below'; + } + + if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) { + newDirection = 'above'; + } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) { + newDirection = 'below'; + } + + if (newDirection == 'above' || + (isCurrentlyAbove && newDirection !== 'below')) { + css.top = container.top - parentOffset.top - dropdown.height; + } + + if (newDirection != null) { + this.$dropdown + .removeClass('select2-dropdown--below select2-dropdown--above') + .addClass('select2-dropdown--' + newDirection); + this.$container + .removeClass('select2-container--below select2-container--above') + .addClass('select2-container--' + newDirection); + } + + this.$dropdownContainer.css(css); + }; + + AttachBody.prototype._resizeDropdown = function () { + var css = { + width: this.$container.outerWidth(false) + 'px' + }; + + if (this.options.get('dropdownAutoWidth')) { + css.minWidth = css.width; + css.position = 'relative'; + css.width = 'auto'; + } + + this.$dropdown.css(css); + }; + + AttachBody.prototype._showDropdown = function (decorated) { + this.$dropdownContainer.appendTo(this.$dropdownParent); + + this._positionDropdown(); + this._resizeDropdown(); + }; + + return AttachBody; +}); + +S2.define('select2/dropdown/minimumResultsForSearch',[ + +], function () { + function countResults (data) { + var count = 0; + + for (var d = 0; d < data.length; d++) { + var item = data[d]; + + if (item.children) { + count += countResults(item.children); + } else { + count++; + } + } + + return count; + } + + function MinimumResultsForSearch (decorated, $element, options, dataAdapter) { + this.minimumResultsForSearch = options.get('minimumResultsForSearch'); + + if (this.minimumResultsForSearch < 0) { + this.minimumResultsForSearch = Infinity; + } + + decorated.call(this, $element, options, dataAdapter); + } + + MinimumResultsForSearch.prototype.showSearch = function (decorated, params) { + if (countResults(params.data.results) < this.minimumResultsForSearch) { + return false; + } + + return decorated.call(this, params); + }; + + return MinimumResultsForSearch; +}); + +S2.define('select2/dropdown/selectOnClose',[ + '../utils' +], function (Utils) { + function SelectOnClose () { } + + SelectOnClose.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('close', function (params) { + self._handleSelectOnClose(params); + }); + }; + + SelectOnClose.prototype._handleSelectOnClose = function (_, params) { + if (params && params.originalSelect2Event != null) { + var event = params.originalSelect2Event; + + // Don't select an item if the close event was triggered from a select or + // unselect event + if (event._type === 'select' || event._type === 'unselect') { + return; + } + } + + var $highlightedResults = this.getHighlightedResults(); + + // Only select highlighted results + if ($highlightedResults.length < 1) { + return; + } + + var data = Utils.GetData($highlightedResults[0], 'data'); + + // Don't re-select already selected resulte + if ( + (data.element != null && data.element.selected) || + (data.element == null && data.selected) + ) { + return; + } + + this.trigger('select', { + data: data + }); + }; + + return SelectOnClose; +}); + +S2.define('select2/dropdown/closeOnSelect',[ + +], function () { + function CloseOnSelect () { } + + CloseOnSelect.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('select', function (evt) { + self._selectTriggered(evt); + }); + + container.on('unselect', function (evt) { + self._selectTriggered(evt); + }); + }; + + CloseOnSelect.prototype._selectTriggered = function (_, evt) { + var originalEvent = evt.originalEvent; + + // Don't close if the control key is being held + if (originalEvent && (originalEvent.ctrlKey || originalEvent.metaKey)) { + return; + } + + this.trigger('close', { + originalEvent: originalEvent, + originalSelect2Event: evt + }); + }; + + return CloseOnSelect; +}); + +S2.define('select2/i18n/en',[],function () { + // English + return { + errorLoading: function () { + return 'The results could not be loaded.'; + }, + inputTooLong: function (args) { + var overChars = args.input.length - args.maximum; + + var message = 'Please delete ' + overChars + ' character'; + + if (overChars != 1) { + message += 's'; + } + + return message; + }, + inputTooShort: function (args) { + var remainingChars = args.minimum - args.input.length; + + var message = 'Please enter ' + remainingChars + ' or more characters'; + + return message; + }, + loadingMore: function () { + return 'Loading more results…'; + }, + maximumSelected: function (args) { + var message = 'You can only select ' + args.maximum + ' item'; + + if (args.maximum != 1) { + message += 's'; + } + + return message; + }, + noResults: function () { + return 'No results found'; + }, + searching: function () { + return 'Searching…'; + }, + removeAllItems: function () { + return 'Remove all items'; + } + }; +}); + +S2.define('select2/defaults',[ + 'jquery', + 'require', + + './results', + + './selection/single', + './selection/multiple', + './selection/placeholder', + './selection/allowClear', + './selection/search', + './selection/eventRelay', + + './utils', + './translation', + './diacritics', + + './data/select', + './data/array', + './data/ajax', + './data/tags', + './data/tokenizer', + './data/minimumInputLength', + './data/maximumInputLength', + './data/maximumSelectionLength', + + './dropdown', + './dropdown/search', + './dropdown/hidePlaceholder', + './dropdown/infiniteScroll', + './dropdown/attachBody', + './dropdown/minimumResultsForSearch', + './dropdown/selectOnClose', + './dropdown/closeOnSelect', + + './i18n/en' +], function ($, require, + + ResultsList, + + SingleSelection, MultipleSelection, Placeholder, AllowClear, + SelectionSearch, EventRelay, + + Utils, Translation, DIACRITICS, + + SelectData, ArrayData, AjaxData, Tags, Tokenizer, + MinimumInputLength, MaximumInputLength, MaximumSelectionLength, + + Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll, + AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect, + + EnglishTranslation) { + function Defaults () { + this.reset(); + } + + Defaults.prototype.apply = function (options) { + options = $.extend(true, {}, this.defaults, options); + + if (options.dataAdapter == null) { + if (options.ajax != null) { + options.dataAdapter = AjaxData; + } else if (options.data != null) { + options.dataAdapter = ArrayData; + } else { + options.dataAdapter = SelectData; + } + + if (options.minimumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MinimumInputLength + ); + } + + if (options.maximumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumInputLength + ); + } + + if (options.maximumSelectionLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumSelectionLength + ); + } + + if (options.tags) { + options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags); + } + + if (options.tokenSeparators != null || options.tokenizer != null) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Tokenizer + ); + } + + if (options.query != null) { + var Query = require(options.amdBase + 'compat/query'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Query + ); + } + + if (options.initSelection != null) { + var InitSelection = require(options.amdBase + 'compat/initSelection'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + InitSelection + ); + } + } + + if (options.resultsAdapter == null) { + options.resultsAdapter = ResultsList; + + if (options.ajax != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + InfiniteScroll + ); + } + + if (options.placeholder != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + HidePlaceholder + ); + } + + if (options.selectOnClose) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + SelectOnClose + ); + } + } + + if (options.dropdownAdapter == null) { + if (options.multiple) { + options.dropdownAdapter = Dropdown; + } else { + var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch); + + options.dropdownAdapter = SearchableDropdown; + } + + if (options.minimumResultsForSearch !== 0) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + MinimumResultsForSearch + ); + } + + if (options.closeOnSelect) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + CloseOnSelect + ); + } + + if ( + options.dropdownCssClass != null || + options.dropdownCss != null || + options.adaptDropdownCssClass != null + ) { + var DropdownCSS = require(options.amdBase + 'compat/dropdownCss'); + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + DropdownCSS + ); + } + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + AttachBody + ); + } + + if (options.selectionAdapter == null) { + if (options.multiple) { + options.selectionAdapter = MultipleSelection; + } else { + options.selectionAdapter = SingleSelection; + } + + // Add the placeholder mixin if a placeholder was specified + if (options.placeholder != null) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + Placeholder + ); + } + + if (options.allowClear) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + AllowClear + ); + } + + if (options.multiple) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + SelectionSearch + ); + } + + if ( + options.containerCssClass != null || + options.containerCss != null || + options.adaptContainerCssClass != null + ) { + var ContainerCSS = require(options.amdBase + 'compat/containerCss'); + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + ContainerCSS + ); + } + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + EventRelay + ); + } + + // If the defaults were not previously applied from an element, it is + // possible for the language option to have not been resolved + options.language = this._resolveLanguage(options.language); + + // Always fall back to English since it will always be complete + options.language.push('en'); + + var uniqueLanguages = []; + + for (var l = 0; l < options.language.length; l++) { + var language = options.language[l]; + + if (uniqueLanguages.indexOf(language) === -1) { + uniqueLanguages.push(language); + } + } + + options.language = uniqueLanguages; + + options.translations = this._processTranslations( + options.language, + options.debug + ); + + return options; + }; + + Defaults.prototype.reset = function () { + function stripDiacritics (text) { + // Used 'uni range + named function' from http://jsperf.com/diacritics/18 + function match(a) { + return DIACRITICS[a] || a; + } + + return text.replace(/[^\u0000-\u007E]/g, match); + } + + function matcher (params, data) { + // Always return the object if there is nothing to compare + if ($.trim(params.term) === '') { + return data; + } + + // Do a recursive check for options with children + if (data.children && data.children.length > 0) { + // Clone the data object if there are children + // This is required as we modify the object to remove any non-matches + var match = $.extend(true, {}, data); + + // Check each child of the option + for (var c = data.children.length - 1; c >= 0; c--) { + var child = data.children[c]; + + var matches = matcher(params, child); + + // If there wasn't a match, remove the object in the array + if (matches == null) { + match.children.splice(c, 1); + } + } + + // If any children matched, return the new object + if (match.children.length > 0) { + return match; + } + + // If there were no matching children, check just the plain object + return matcher(params, match); + } + + var original = stripDiacritics(data.text).toUpperCase(); + var term = stripDiacritics(params.term).toUpperCase(); + + // Check if the text contains the term + if (original.indexOf(term) > -1) { + return data; + } + + // If it doesn't contain the term, don't return anything + return null; + } + + this.defaults = { + amdBase: './', + amdLanguageBase: './i18n/', + closeOnSelect: true, + debug: false, + dropdownAutoWidth: false, + escapeMarkup: Utils.escapeMarkup, + language: {}, + matcher: matcher, + minimumInputLength: 0, + maximumInputLength: 0, + maximumSelectionLength: 0, + minimumResultsForSearch: 0, + selectOnClose: false, + scrollAfterSelect: false, + sorter: function (data) { + return data; + }, + templateResult: function (result) { + return result.text; + }, + templateSelection: function (selection) { + return selection.text; + }, + theme: 'default', + width: 'resolve' + }; + }; + + Defaults.prototype.applyFromElement = function (options, $element) { + var optionLanguage = options.language; + var defaultLanguage = this.defaults.language; + var elementLanguage = $element.prop('lang'); + var parentLanguage = $element.closest('[lang]').prop('lang'); + + var languages = Array.prototype.concat.call( + this._resolveLanguage(elementLanguage), + this._resolveLanguage(optionLanguage), + this._resolveLanguage(defaultLanguage), + this._resolveLanguage(parentLanguage) + ); + + options.language = languages; + + return options; + }; + + Defaults.prototype._resolveLanguage = function (language) { + if (!language) { + return []; + } + + if ($.isEmptyObject(language)) { + return []; + } + + if ($.isPlainObject(language)) { + return [language]; + } + + var languages; + + if (!$.isArray(language)) { + languages = [language]; + } else { + languages = language; + } + + var resolvedLanguages = []; + + for (var l = 0; l < languages.length; l++) { + resolvedLanguages.push(languages[l]); + + if (typeof languages[l] === 'string' && languages[l].indexOf('-') > 0) { + // Extract the region information if it is included + var languageParts = languages[l].split('-'); + var baseLanguage = languageParts[0]; + + resolvedLanguages.push(baseLanguage); + } + } + + return resolvedLanguages; + }; + + Defaults.prototype._processTranslations = function (languages, debug) { + var translations = new Translation(); + + for (var l = 0; l < languages.length; l++) { + var languageData = new Translation(); + + var language = languages[l]; + + if (typeof language === 'string') { + try { + // Try to load it with the original name + languageData = Translation.loadPath(language); + } catch (e) { + try { + // If we couldn't load it, check if it wasn't the full path + language = this.defaults.amdLanguageBase + language; + languageData = Translation.loadPath(language); + } catch (ex) { + // The translation could not be loaded at all. Sometimes this is + // because of a configuration problem, other times this can be + // because of how Select2 helps load all possible translation files + if (debug && window.console && console.warn) { + console.warn( + 'Select2: The language file for "' + language + '" could ' + + 'not be automatically loaded. A fallback will be used instead.' + ); + } + } + } + } else if ($.isPlainObject(language)) { + languageData = new Translation(language); + } else { + languageData = language; + } + + translations.extend(languageData); + } + + return translations; + }; + + Defaults.prototype.set = function (key, value) { + var camelKey = $.camelCase(key); + + var data = {}; + data[camelKey] = value; + + var convertedData = Utils._convertData(data); + + $.extend(true, this.defaults, convertedData); + }; + + var defaults = new Defaults(); + + return defaults; +}); + +S2.define('select2/options',[ + 'require', + 'jquery', + './defaults', + './utils' +], function (require, $, Defaults, Utils) { + function Options (options, $element) { + this.options = options; + + if ($element != null) { + this.fromElement($element); + } + + if ($element != null) { + this.options = Defaults.applyFromElement(this.options, $element); + } + + this.options = Defaults.apply(this.options); + + if ($element && $element.is('input')) { + var InputCompat = require(this.get('amdBase') + 'compat/inputData'); + + this.options.dataAdapter = Utils.Decorate( + this.options.dataAdapter, + InputCompat + ); + } + } + + Options.prototype.fromElement = function ($e) { + var excludedData = ['select2']; + + if (this.options.multiple == null) { + this.options.multiple = $e.prop('multiple'); + } + + if (this.options.disabled == null) { + this.options.disabled = $e.prop('disabled'); + } + + if (this.options.dir == null) { + if ($e.prop('dir')) { + this.options.dir = $e.prop('dir'); + } else if ($e.closest('[dir]').prop('dir')) { + this.options.dir = $e.closest('[dir]').prop('dir'); + } else { + this.options.dir = 'ltr'; + } + } + + $e.prop('disabled', this.options.disabled); + $e.prop('multiple', this.options.multiple); + + if (Utils.GetData($e[0], 'select2Tags')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-select2-tags` attribute has been changed to ' + + 'use the `data-data` and `data-tags="true"` attributes and will be ' + + 'removed in future versions of Select2.' + ); + } + + Utils.StoreData($e[0], 'data', Utils.GetData($e[0], 'select2Tags')); + Utils.StoreData($e[0], 'tags', true); + } + + if (Utils.GetData($e[0], 'ajaxUrl')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-ajax-url` attribute has been changed to ' + + '`data-ajax--url` and support for the old attribute will be removed' + + ' in future versions of Select2.' + ); + } + + $e.attr('ajax--url', Utils.GetData($e[0], 'ajaxUrl')); + Utils.StoreData($e[0], 'ajax-Url', Utils.GetData($e[0], 'ajaxUrl')); + } + + var dataset = {}; + + function upperCaseLetter(_, letter) { + return letter.toUpperCase(); + } + + // Pre-load all of the attributes which are prefixed with `data-` + for (var attr = 0; attr < $e[0].attributes.length; attr++) { + var attributeName = $e[0].attributes[attr].name; + var prefix = 'data-'; + + if (attributeName.substr(0, prefix.length) == prefix) { + // Get the contents of the attribute after `data-` + var dataName = attributeName.substring(prefix.length); + + // Get the data contents from the consistent source + // This is more than likely the jQuery data helper + var dataValue = Utils.GetData($e[0], dataName); + + // camelCase the attribute name to match the spec + var camelDataName = dataName.replace(/-([a-z])/g, upperCaseLetter); + + // Store the data attribute contents into the dataset since + dataset[camelDataName] = dataValue; + } + } + + // Prefer the element's `dataset` attribute if it exists + // jQuery 1.x does not correctly handle data attributes with multiple dashes + if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) { + dataset = $.extend(true, {}, $e[0].dataset, dataset); + } + + // Prefer our internal data cache if it exists + var data = $.extend(true, {}, Utils.GetData($e[0]), dataset); + + data = Utils._convertData(data); + + for (var key in data) { + if ($.inArray(key, excludedData) > -1) { + continue; + } + + if ($.isPlainObject(this.options[key])) { + $.extend(this.options[key], data[key]); + } else { + this.options[key] = data[key]; + } + } + + return this; + }; + + Options.prototype.get = function (key) { + return this.options[key]; + }; + + Options.prototype.set = function (key, val) { + this.options[key] = val; + }; + + return Options; +}); + +S2.define('select2/core',[ + 'jquery', + './options', + './utils', + './keys' +], function ($, Options, Utils, KEYS) { + var Select2 = function ($element, options) { + if (Utils.GetData($element[0], 'select2') != null) { + Utils.GetData($element[0], 'select2').destroy(); + } + + this.$element = $element; + + this.id = this._generateId($element); + + options = options || {}; + + this.options = new Options(options, $element); + + Select2.__super__.constructor.call(this); + + // Set up the tabindex + + var tabindex = $element.attr('tabindex') || 0; + Utils.StoreData($element[0], 'old-tabindex', tabindex); + $element.attr('tabindex', '-1'); + + // Set up containers and adapters + + var DataAdapter = this.options.get('dataAdapter'); + this.dataAdapter = new DataAdapter($element, this.options); + + var $container = this.render(); + + this._placeContainer($container); + + var SelectionAdapter = this.options.get('selectionAdapter'); + this.selection = new SelectionAdapter($element, this.options); + this.$selection = this.selection.render(); + + this.selection.position(this.$selection, $container); + + var DropdownAdapter = this.options.get('dropdownAdapter'); + this.dropdown = new DropdownAdapter($element, this.options); + this.$dropdown = this.dropdown.render(); + + this.dropdown.position(this.$dropdown, $container); + + var ResultsAdapter = this.options.get('resultsAdapter'); + this.results = new ResultsAdapter($element, this.options, this.dataAdapter); + this.$results = this.results.render(); + + this.results.position(this.$results, this.$dropdown); + + // Bind events + + var self = this; + + // Bind the container to all of the adapters + this._bindAdapters(); + + // Register any DOM event handlers + this._registerDomEvents(); + + // Register any internal event handlers + this._registerDataEvents(); + this._registerSelectionEvents(); + this._registerDropdownEvents(); + this._registerResultsEvents(); + this._registerEvents(); + + // Set the initial state + this.dataAdapter.current(function (initialData) { + self.trigger('selection:update', { + data: initialData + }); + }); + + // Hide the original select + $element.addClass('select2-hidden-accessible'); + $element.attr('aria-hidden', 'true'); + + // Synchronize any monitored attributes + this._syncAttributes(); + + Utils.StoreData($element[0], 'select2', this); + + // Ensure backwards compatibility with $element.data('select2'). + $element.data('select2', this); + }; + + Utils.Extend(Select2, Utils.Observable); + + Select2.prototype._generateId = function ($element) { + var id = ''; + + if ($element.attr('id') != null) { + id = $element.attr('id'); + } else if ($element.attr('name') != null) { + id = $element.attr('name') + '-' + Utils.generateChars(2); + } else { + id = Utils.generateChars(4); + } + + id = id.replace(/(:|\.|\[|\]|,)/g, ''); + id = 'select2-' + id; + + return id; + }; + + Select2.prototype._placeContainer = function ($container) { + $container.insertAfter(this.$element); + + var width = this._resolveWidth(this.$element, this.options.get('width')); + + if (width != null) { + $container.css('width', width); + } + }; + + Select2.prototype._resolveWidth = function ($element, method) { + var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i; + + if (method == 'resolve') { + var styleWidth = this._resolveWidth($element, 'style'); + + if (styleWidth != null) { + return styleWidth; + } + + return this._resolveWidth($element, 'element'); + } + + if (method == 'element') { + var elementWidth = $element.outerWidth(false); + + if (elementWidth <= 0) { + return 'auto'; + } + + return elementWidth + 'px'; + } + + if (method == 'style') { + var style = $element.attr('style'); + + if (typeof(style) !== 'string') { + return null; + } + + var attrs = style.split(';'); + + for (var i = 0, l = attrs.length; i < l; i = i + 1) { + var attr = attrs[i].replace(/\s/g, ''); + var matches = attr.match(WIDTH); + + if (matches !== null && matches.length >= 1) { + return matches[1]; + } + } + + return null; + } + + if (method == 'computedstyle') { + var computedStyle = window.getComputedStyle($element[0]); + + return computedStyle.width; + } + + return method; + }; + + Select2.prototype._bindAdapters = function () { + this.dataAdapter.bind(this, this.$container); + this.selection.bind(this, this.$container); + + this.dropdown.bind(this, this.$container); + this.results.bind(this, this.$container); + }; + + Select2.prototype._registerDomEvents = function () { + var self = this; + + this.$element.on('change.select2', function () { + self.dataAdapter.current(function (data) { + self.trigger('selection:update', { + data: data + }); + }); + }); + + this.$element.on('focus.select2', function (evt) { + self.trigger('focus', evt); + }); + + this._syncA = Utils.bind(this._syncAttributes, this); + this._syncS = Utils.bind(this._syncSubtree, this); + + if (this.$element[0].attachEvent) { + this.$element[0].attachEvent('onpropertychange', this._syncA); + } + + var observer = window.MutationObserver || + window.WebKitMutationObserver || + window.MozMutationObserver + ; + + if (observer != null) { + this._observer = new observer(function (mutations) { + self._syncA(); + self._syncS(null, mutations); + }); + this._observer.observe(this.$element[0], { + attributes: true, + childList: true, + subtree: false + }); + } else if (this.$element[0].addEventListener) { + this.$element[0].addEventListener( + 'DOMAttrModified', + self._syncA, + false + ); + this.$element[0].addEventListener( + 'DOMNodeInserted', + self._syncS, + false + ); + this.$element[0].addEventListener( + 'DOMNodeRemoved', + self._syncS, + false + ); + } + }; + + Select2.prototype._registerDataEvents = function () { + var self = this; + + this.dataAdapter.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerSelectionEvents = function () { + var self = this; + var nonRelayEvents = ['toggle', 'focus']; + + this.selection.on('toggle', function () { + self.toggleDropdown(); + }); + + this.selection.on('focus', function (params) { + self.focus(params); + }); + + this.selection.on('*', function (name, params) { + if ($.inArray(name, nonRelayEvents) !== -1) { + return; + } + + self.trigger(name, params); + }); + }; + + Select2.prototype._registerDropdownEvents = function () { + var self = this; + + this.dropdown.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerResultsEvents = function () { + var self = this; + + this.results.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerEvents = function () { + var self = this; + + this.on('open', function () { + self.$container.addClass('select2-container--open'); + }); + + this.on('close', function () { + self.$container.removeClass('select2-container--open'); + }); + + this.on('enable', function () { + self.$container.removeClass('select2-container--disabled'); + }); + + this.on('disable', function () { + self.$container.addClass('select2-container--disabled'); + }); + + this.on('blur', function () { + self.$container.removeClass('select2-container--focus'); + }); + + this.on('query', function (params) { + if (!self.isOpen()) { + self.trigger('open', {}); + } + + this.dataAdapter.query(params, function (data) { + self.trigger('results:all', { + data: data, + query: params + }); + }); + }); + + this.on('query:append', function (params) { + this.dataAdapter.query(params, function (data) { + self.trigger('results:append', { + data: data, + query: params + }); + }); + }); + + this.on('keypress', function (evt) { + var key = evt.which; + + if (self.isOpen()) { + if (key === KEYS.ESC || key === KEYS.TAB || + (key === KEYS.UP && evt.altKey)) { + self.close(evt); + + evt.preventDefault(); + } else if (key === KEYS.ENTER) { + self.trigger('results:select', {}); + + evt.preventDefault(); + } else if ((key === KEYS.SPACE && evt.ctrlKey)) { + self.trigger('results:toggle', {}); + + evt.preventDefault(); + } else if (key === KEYS.UP) { + self.trigger('results:previous', {}); + + evt.preventDefault(); + } else if (key === KEYS.DOWN) { + self.trigger('results:next', {}); + + evt.preventDefault(); + } + } else { + if (key === KEYS.ENTER || key === KEYS.SPACE || + (key === KEYS.DOWN && evt.altKey)) { + self.open(); + + evt.preventDefault(); + } + } + }); + }; + + Select2.prototype._syncAttributes = function () { + this.options.set('disabled', this.$element.prop('disabled')); + + if (this.isDisabled()) { + if (this.isOpen()) { + this.close(); + } + + this.trigger('disable', {}); + } else { + this.trigger('enable', {}); + } + }; + + Select2.prototype._isChangeMutation = function (evt, mutations) { + var changed = false; + var self = this; + + // Ignore any mutation events raised for elements that aren't options or + // optgroups. This handles the case when the select element is destroyed + if ( + evt && evt.target && ( + evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP' + ) + ) { + return; + } + + if (!mutations) { + // If mutation events aren't supported, then we can only assume that the + // change affected the selections + changed = true; + } else if (mutations.addedNodes && mutations.addedNodes.length > 0) { + for (var n = 0; n < mutations.addedNodes.length; n++) { + var node = mutations.addedNodes[n]; + + if (node.selected) { + changed = true; + } + } + } else if (mutations.removedNodes && mutations.removedNodes.length > 0) { + changed = true; + } else if ($.isArray(mutations)) { + $.each(mutations, function(evt, mutation) { + if (self._isChangeMutation(evt, mutation)) { + // We've found a change mutation. + // Let's escape from the loop and continue + changed = true; + return false; + } + }); + } + return changed; + }; + + Select2.prototype._syncSubtree = function (evt, mutations) { + var changed = this._isChangeMutation(evt, mutations); + var self = this; + + // Only re-pull the data if we think there is a change + if (changed) { + this.dataAdapter.current(function (currentData) { + self.trigger('selection:update', { + data: currentData + }); + }); + } + }; + + /** + * Override the trigger method to automatically trigger pre-events when + * there are events that can be prevented. + */ + Select2.prototype.trigger = function (name, args) { + var actualTrigger = Select2.__super__.trigger; + var preTriggerMap = { + 'open': 'opening', + 'close': 'closing', + 'select': 'selecting', + 'unselect': 'unselecting', + 'clear': 'clearing' + }; + + if (args === undefined) { + args = {}; + } + + if (name in preTriggerMap) { + var preTriggerName = preTriggerMap[name]; + var preTriggerArgs = { + prevented: false, + name: name, + args: args + }; + + actualTrigger.call(this, preTriggerName, preTriggerArgs); + + if (preTriggerArgs.prevented) { + args.prevented = true; + + return; + } + } + + actualTrigger.call(this, name, args); + }; + + Select2.prototype.toggleDropdown = function () { + if (this.isDisabled()) { + return; + } + + if (this.isOpen()) { + this.close(); + } else { + this.open(); + } + }; + + Select2.prototype.open = function () { + if (this.isOpen()) { + return; + } + + if (this.isDisabled()) { + return; + } + + this.trigger('query', {}); + }; + + Select2.prototype.close = function (evt) { + if (!this.isOpen()) { + return; + } + + this.trigger('close', { originalEvent : evt }); + }; + + /** + * Helper method to abstract the "enabled" (not "disabled") state of this + * object. + * + * @return {true} if the instance is not disabled. + * @return {false} if the instance is disabled. + */ + Select2.prototype.isEnabled = function () { + return !this.isDisabled(); + }; + + /** + * Helper method to abstract the "disabled" state of this object. + * + * @return {true} if the disabled option is true. + * @return {false} if the disabled option is false. + */ + Select2.prototype.isDisabled = function () { + return this.options.get('disabled'); + }; + + Select2.prototype.isOpen = function () { + return this.$container.hasClass('select2-container--open'); + }; + + Select2.prototype.hasFocus = function () { + return this.$container.hasClass('select2-container--focus'); + }; + + Select2.prototype.focus = function (data) { + // No need to re-trigger focus events if we are already focused + if (this.hasFocus()) { + return; + } + + this.$container.addClass('select2-container--focus'); + this.trigger('focus', {}); + }; + + Select2.prototype.enable = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("enable")` method has been deprecated and will' + + ' be removed in later Select2 versions. Use $element.prop("disabled")' + + ' instead.' + ); + } + + if (args == null || args.length === 0) { + args = [true]; + } + + var disabled = !args[0]; + + this.$element.prop('disabled', disabled); + }; + + Select2.prototype.data = function () { + if (this.options.get('debug') && + arguments.length > 0 && window.console && console.warn) { + console.warn( + 'Select2: Data can no longer be set using `select2("data")`. You ' + + 'should consider setting the value instead using `$element.val()`.' + ); + } + + var data = []; + + this.dataAdapter.current(function (currentData) { + data = currentData; + }); + + return data; + }; + + Select2.prototype.val = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("val")` method has been deprecated and will be' + + ' removed in later Select2 versions. Use $element.val() instead.' + ); + } + + if (args == null || args.length === 0) { + return this.$element.val(); + } + + var newVal = args[0]; + + if ($.isArray(newVal)) { + newVal = $.map(newVal, function (obj) { + return obj.toString(); + }); + } + + this.$element.val(newVal).trigger('input').trigger('change'); + }; + + Select2.prototype.destroy = function () { + this.$container.remove(); + + if (this.$element[0].detachEvent) { + this.$element[0].detachEvent('onpropertychange', this._syncA); + } + + if (this._observer != null) { + this._observer.disconnect(); + this._observer = null; + } else if (this.$element[0].removeEventListener) { + this.$element[0] + .removeEventListener('DOMAttrModified', this._syncA, false); + this.$element[0] + .removeEventListener('DOMNodeInserted', this._syncS, false); + this.$element[0] + .removeEventListener('DOMNodeRemoved', this._syncS, false); + } + + this._syncA = null; + this._syncS = null; + + this.$element.off('.select2'); + this.$element.attr('tabindex', + Utils.GetData(this.$element[0], 'old-tabindex')); + + this.$element.removeClass('select2-hidden-accessible'); + this.$element.attr('aria-hidden', 'false'); + Utils.RemoveData(this.$element[0]); + this.$element.removeData('select2'); + + this.dataAdapter.destroy(); + this.selection.destroy(); + this.dropdown.destroy(); + this.results.destroy(); + + this.dataAdapter = null; + this.selection = null; + this.dropdown = null; + this.results = null; + }; + + Select2.prototype.render = function () { + var $container = $( + '<span class="select2 select2-container">' + + '<span class="selection"></span>' + + '<span class="dropdown-wrapper" aria-hidden="true"></span>' + + '</span>' + ); + + $container.attr('dir', this.options.get('dir')); + + this.$container = $container; + + this.$container.addClass('select2-container--' + this.options.get('theme')); + + Utils.StoreData($container[0], 'element', this.$element); + + return $container; + }; + + return Select2; +}); + +S2.define('select2/compat/utils',[ + 'jquery' +], function ($) { + function syncCssClasses ($dest, $src, adapter) { + var classes, replacements = [], adapted; + + classes = $.trim($dest.attr('class')); + + if (classes) { + classes = '' + classes; // for IE which returns object + + $(classes.split(/\s+/)).each(function () { + // Save all Select2 classes + if (this.indexOf('select2-') === 0) { + replacements.push(this); + } + }); + } + + classes = $.trim($src.attr('class')); + + if (classes) { + classes = '' + classes; // for IE which returns object + + $(classes.split(/\s+/)).each(function () { + // Only adapt non-Select2 classes + if (this.indexOf('select2-') !== 0) { + adapted = adapter(this); + + if (adapted != null) { + replacements.push(adapted); + } + } + }); + } + + $dest.attr('class', replacements.join(' ')); + } + + return { + syncCssClasses: syncCssClasses + }; +}); + +S2.define('select2/compat/containerCss',[ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _containerAdapter (clazz) { + return null; + } + + function ContainerCSS () { } + + ContainerCSS.prototype.render = function (decorated) { + var $container = decorated.call(this); + + var containerCssClass = this.options.get('containerCssClass') || ''; + + if ($.isFunction(containerCssClass)) { + containerCssClass = containerCssClass(this.$element); + } + + var containerCssAdapter = this.options.get('adaptContainerCssClass'); + containerCssAdapter = containerCssAdapter || _containerAdapter; + + if (containerCssClass.indexOf(':all:') !== -1) { + containerCssClass = containerCssClass.replace(':all:', ''); + + var _cssAdapter = containerCssAdapter; + + containerCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var containerCss = this.options.get('containerCss') || {}; + + if ($.isFunction(containerCss)) { + containerCss = containerCss(this.$element); + } + + CompatUtils.syncCssClasses($container, this.$element, containerCssAdapter); + + $container.css(containerCss); + $container.addClass(containerCssClass); + + return $container; + }; + + return ContainerCSS; +}); + +S2.define('select2/compat/dropdownCss',[ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _dropdownAdapter (clazz) { + return null; + } + + function DropdownCSS () { } + + DropdownCSS.prototype.render = function (decorated) { + var $dropdown = decorated.call(this); + + var dropdownCssClass = this.options.get('dropdownCssClass') || ''; + + if ($.isFunction(dropdownCssClass)) { + dropdownCssClass = dropdownCssClass(this.$element); + } + + var dropdownCssAdapter = this.options.get('adaptDropdownCssClass'); + dropdownCssAdapter = dropdownCssAdapter || _dropdownAdapter; + + if (dropdownCssClass.indexOf(':all:') !== -1) { + dropdownCssClass = dropdownCssClass.replace(':all:', ''); + + var _cssAdapter = dropdownCssAdapter; + + dropdownCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var dropdownCss = this.options.get('dropdownCss') || {}; + + if ($.isFunction(dropdownCss)) { + dropdownCss = dropdownCss(this.$element); + } + + CompatUtils.syncCssClasses($dropdown, this.$element, dropdownCssAdapter); + + $dropdown.css(dropdownCss); + $dropdown.addClass(dropdownCssClass); + + return $dropdown; + }; + + return DropdownCSS; +}); + +S2.define('select2/compat/initSelection',[ + 'jquery' +], function ($) { + function InitSelection (decorated, $element, options) { + if (options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `initSelection` option has been deprecated in favor' + + ' of a custom data adapter that overrides the `current` method. ' + + 'This method is now called multiple times instead of a single ' + + 'time when the instance is initialized. Support will be removed ' + + 'for the `initSelection` option in future versions of Select2' + ); + } + + this.initSelection = options.get('initSelection'); + this._isInitialized = false; + + decorated.call(this, $element, options); + } + + InitSelection.prototype.current = function (decorated, callback) { + var self = this; + + if (this._isInitialized) { + decorated.call(this, callback); + + return; + } + + this.initSelection.call(null, this.$element, function (data) { + self._isInitialized = true; + + if (!$.isArray(data)) { + data = [data]; + } + + callback(data); + }); + }; + + return InitSelection; +}); + +S2.define('select2/compat/inputData',[ + 'jquery', + '../utils' +], function ($, Utils) { + function InputData (decorated, $element, options) { + this._currentData = []; + this._valueSeparator = options.get('valueSeparator') || ','; + + if ($element.prop('type') === 'hidden') { + if (options.get('debug') && console && console.warn) { + console.warn( + 'Select2: Using a hidden input with Select2 is no longer ' + + 'supported and may stop working in the future. It is recommended ' + + 'to use a `<select>` element instead.' + ); + } + } + + decorated.call(this, $element, options); + } + + InputData.prototype.current = function (_, callback) { + function getSelected (data, selectedIds) { + var selected = []; + + if (data.selected || $.inArray(data.id, selectedIds) !== -1) { + data.selected = true; + selected.push(data); + } else { + data.selected = false; + } + + if (data.children) { + selected.push.apply(selected, getSelected(data.children, selectedIds)); + } + + return selected; + } + + var selected = []; + + for (var d = 0; d < this._currentData.length; d++) { + var data = this._currentData[d]; + + selected.push.apply( + selected, + getSelected( + data, + this.$element.val().split( + this._valueSeparator + ) + ) + ); + } + + callback(selected); + }; + + InputData.prototype.select = function (_, data) { + if (!this.options.get('multiple')) { + this.current(function (allData) { + $.map(allData, function (data) { + data.selected = false; + }); + }); + + this.$element.val(data.id); + this.$element.trigger('input').trigger('change'); + } else { + var value = this.$element.val(); + value += this._valueSeparator + data.id; + + this.$element.val(value); + this.$element.trigger('input').trigger('change'); + } + }; + + InputData.prototype.unselect = function (_, data) { + var self = this; + + data.selected = false; + + this.current(function (allData) { + var values = []; + + for (var d = 0; d < allData.length; d++) { + var item = allData[d]; + + if (data.id == item.id) { + continue; + } + + values.push(item.id); + } + + self.$element.val(values.join(self._valueSeparator)); + self.$element.trigger('input').trigger('change'); + }); + }; + + InputData.prototype.query = function (_, params, callback) { + var results = []; + + for (var d = 0; d < this._currentData.length; d++) { + var data = this._currentData[d]; + + var matches = this.matches(params, data); + + if (matches !== null) { + results.push(matches); + } + } + + callback({ + results: results + }); + }; + + InputData.prototype.addOptions = function (_, $options) { + var options = $.map($options, function ($option) { + return Utils.GetData($option[0], 'data'); + }); + + this._currentData.push.apply(this._currentData, options); + }; + + return InputData; +}); + +S2.define('select2/compat/matcher',[ + 'jquery' +], function ($) { + function oldMatcher (matcher) { + function wrappedMatcher (params, data) { + var match = $.extend(true, {}, data); + + if (params.term == null || $.trim(params.term) === '') { + return match; + } + + if (data.children) { + for (var c = data.children.length - 1; c >= 0; c--) { + var child = data.children[c]; + + // Check if the child object matches + // The old matcher returned a boolean true or false + var doesMatch = matcher(params.term, child.text, child); + + // If the child didn't match, pop it off + if (!doesMatch) { + match.children.splice(c, 1); + } + } + + if (match.children.length > 0) { + return match; + } + } + + if (matcher(params.term, data.text, data)) { + return match; + } + + return null; + } + + return wrappedMatcher; + } + + return oldMatcher; +}); + +S2.define('select2/compat/query',[ + +], function () { + function Query (decorated, $element, options) { + if (options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `query` option has been deprecated in favor of a ' + + 'custom data adapter that overrides the `query` method. Support ' + + 'will be removed for the `query` option in future versions of ' + + 'Select2.' + ); + } + + decorated.call(this, $element, options); + } + + Query.prototype.query = function (_, params, callback) { + params.callback = callback; + + var query = this.options.get('query'); + + query.call(null, params); + }; + + return Query; +}); + +S2.define('select2/dropdown/attachContainer',[ + +], function () { + function AttachContainer (decorated, $element, options) { + decorated.call(this, $element, options); + } + + AttachContainer.prototype.position = + function (decorated, $dropdown, $container) { + var $dropdownContainer = $container.find('.dropdown-wrapper'); + $dropdownContainer.append($dropdown); + + $dropdown.addClass('select2-dropdown--below'); + $container.addClass('select2-container--below'); + }; + + return AttachContainer; +}); + +S2.define('select2/dropdown/stopPropagation',[ + +], function () { + function StopPropagation () { } + + StopPropagation.prototype.bind = function (decorated, container, $container) { + decorated.call(this, container, $container); + + var stoppedEvents = [ + 'blur', + 'change', + 'click', + 'dblclick', + 'focus', + 'focusin', + 'focusout', + 'input', + 'keydown', + 'keyup', + 'keypress', + 'mousedown', + 'mouseenter', + 'mouseleave', + 'mousemove', + 'mouseover', + 'mouseup', + 'search', + 'touchend', + 'touchstart' + ]; + + this.$dropdown.on(stoppedEvents.join(' '), function (evt) { + evt.stopPropagation(); + }); + }; + + return StopPropagation; +}); + +S2.define('select2/selection/stopPropagation',[ + +], function () { + function StopPropagation () { } + + StopPropagation.prototype.bind = function (decorated, container, $container) { + decorated.call(this, container, $container); + + var stoppedEvents = [ + 'blur', + 'change', + 'click', + 'dblclick', + 'focus', + 'focusin', + 'focusout', + 'input', + 'keydown', + 'keyup', + 'keypress', + 'mousedown', + 'mouseenter', + 'mouseleave', + 'mousemove', + 'mouseover', + 'mouseup', + 'search', + 'touchend', + 'touchstart' + ]; + + this.$selection.on(stoppedEvents.join(' '), function (evt) { + evt.stopPropagation(); + }); + }; + + return StopPropagation; +}); + +/*! + * jQuery Mousewheel 3.1.13 + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + */ + +(function (factory) { + if ( typeof S2.define === 'function' && S2.define.amd ) { + // AMD. Register as an anonymous module. + S2.define('jquery-mousewheel',['jquery'], factory); + } else if (typeof exports === 'object') { + // Node/CommonJS style for Browserify + module.exports = factory; + } else { + // Browser globals + factory(jQuery); + } +}(function ($) { + + var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll'], + toBind = ( 'onwheel' in document || document.documentMode >= 9 ) ? + ['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll'], + slice = Array.prototype.slice, + nullLowestDeltaTimeout, lowestDelta; + + if ( $.event.fixHooks ) { + for ( var i = toFix.length; i; ) { + $.event.fixHooks[ toFix[--i] ] = $.event.mouseHooks; + } + } + + var special = $.event.special.mousewheel = { + version: '3.1.12', + + setup: function() { + if ( this.addEventListener ) { + for ( var i = toBind.length; i; ) { + this.addEventListener( toBind[--i], handler, false ); + } + } else { + this.onmousewheel = handler; + } + // Store the line height and page height for this particular element + $.data(this, 'mousewheel-line-height', special.getLineHeight(this)); + $.data(this, 'mousewheel-page-height', special.getPageHeight(this)); + }, + + teardown: function() { + if ( this.removeEventListener ) { + for ( var i = toBind.length; i; ) { + this.removeEventListener( toBind[--i], handler, false ); + } + } else { + this.onmousewheel = null; + } + // Clean up the data we added to the element + $.removeData(this, 'mousewheel-line-height'); + $.removeData(this, 'mousewheel-page-height'); + }, + + getLineHeight: function(elem) { + var $elem = $(elem), + $parent = $elem['offsetParent' in $.fn ? 'offsetParent' : 'parent'](); + if (!$parent.length) { + $parent = $('body'); + } + return parseInt($parent.css('fontSize'), 10) || parseInt($elem.css('fontSize'), 10) || 16; + }, + + getPageHeight: function(elem) { + return $(elem).height(); + }, + + settings: { + adjustOldDeltas: true, // see shouldAdjustOldDeltas() below + normalizeOffset: true // calls getBoundingClientRect for each event + } + }; + + $.fn.extend({ + mousewheel: function(fn) { + return fn ? this.bind('mousewheel', fn) : this.trigger('mousewheel'); + }, + + unmousewheel: function(fn) { + return this.unbind('mousewheel', fn); + } + }); + + + function handler(event) { + var orgEvent = event || window.event, + args = slice.call(arguments, 1), + delta = 0, + deltaX = 0, + deltaY = 0, + absDelta = 0, + offsetX = 0, + offsetY = 0; + event = $.event.fix(orgEvent); + event.type = 'mousewheel'; + + // Old school scrollwheel delta + if ( 'detail' in orgEvent ) { deltaY = orgEvent.detail * -1; } + if ( 'wheelDelta' in orgEvent ) { deltaY = orgEvent.wheelDelta; } + if ( 'wheelDeltaY' in orgEvent ) { deltaY = orgEvent.wheelDeltaY; } + if ( 'wheelDeltaX' in orgEvent ) { deltaX = orgEvent.wheelDeltaX * -1; } + + // Firefox < 17 horizontal scrolling related to DOMMouseScroll event + if ( 'axis' in orgEvent && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) { + deltaX = deltaY * -1; + deltaY = 0; + } + + // Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy + delta = deltaY === 0 ? deltaX : deltaY; + + // New school wheel delta (wheel event) + if ( 'deltaY' in orgEvent ) { + deltaY = orgEvent.deltaY * -1; + delta = deltaY; + } + if ( 'deltaX' in orgEvent ) { + deltaX = orgEvent.deltaX; + if ( deltaY === 0 ) { delta = deltaX * -1; } + } + + // No change actually happened, no reason to go any further + if ( deltaY === 0 && deltaX === 0 ) { return; } + + // Need to convert lines and pages to pixels if we aren't already in pixels + // There are three delta modes: + // * deltaMode 0 is by pixels, nothing to do + // * deltaMode 1 is by lines + // * deltaMode 2 is by pages + if ( orgEvent.deltaMode === 1 ) { + var lineHeight = $.data(this, 'mousewheel-line-height'); + delta *= lineHeight; + deltaY *= lineHeight; + deltaX *= lineHeight; + } else if ( orgEvent.deltaMode === 2 ) { + var pageHeight = $.data(this, 'mousewheel-page-height'); + delta *= pageHeight; + deltaY *= pageHeight; + deltaX *= pageHeight; + } + + // Store lowest absolute delta to normalize the delta values + absDelta = Math.max( Math.abs(deltaY), Math.abs(deltaX) ); + + if ( !lowestDelta || absDelta < lowestDelta ) { + lowestDelta = absDelta; + + // Adjust older deltas if necessary + if ( shouldAdjustOldDeltas(orgEvent, absDelta) ) { + lowestDelta /= 40; + } + } + + // Adjust older deltas if necessary + if ( shouldAdjustOldDeltas(orgEvent, absDelta) ) { + // Divide all the things by 40! + delta /= 40; + deltaX /= 40; + deltaY /= 40; + } + + // Get a whole, normalized value for the deltas + delta = Math[ delta >= 1 ? 'floor' : 'ceil' ](delta / lowestDelta); + deltaX = Math[ deltaX >= 1 ? 'floor' : 'ceil' ](deltaX / lowestDelta); + deltaY = Math[ deltaY >= 1 ? 'floor' : 'ceil' ](deltaY / lowestDelta); + + // Normalise offsetX and offsetY properties + if ( special.settings.normalizeOffset && this.getBoundingClientRect ) { + var boundingRect = this.getBoundingClientRect(); + offsetX = event.clientX - boundingRect.left; + offsetY = event.clientY - boundingRect.top; + } + + // Add information to the event object + event.deltaX = deltaX; + event.deltaY = deltaY; + event.deltaFactor = lowestDelta; + event.offsetX = offsetX; + event.offsetY = offsetY; + // Go ahead and set deltaMode to 0 since we converted to pixels + // Although this is a little odd since we overwrite the deltaX/Y + // properties with normalized deltas. + event.deltaMode = 0; + + // Add event and delta to the front of the arguments + args.unshift(event, delta, deltaX, deltaY); + + // Clearout lowestDelta after sometime to better + // handle multiple device types that give different + // a different lowestDelta + // Ex: trackpad = 3 and mouse wheel = 120 + if (nullLowestDeltaTimeout) { clearTimeout(nullLowestDeltaTimeout); } + nullLowestDeltaTimeout = setTimeout(nullLowestDelta, 200); + + return ($.event.dispatch || $.event.handle).apply(this, args); + } + + function nullLowestDelta() { + lowestDelta = null; + } + + function shouldAdjustOldDeltas(orgEvent, absDelta) { + // If this is an older event and the delta is divisable by 120, + // then we are assuming that the browser is treating this as an + // older mouse wheel event and that we should divide the deltas + // by 40 to try and get a more usable deltaFactor. + // Side note, this actually impacts the reported scroll distance + // in older browsers and can cause scrolling to be slower than native. + // Turn this off by setting $.event.special.mousewheel.settings.adjustOldDeltas to false. + return special.settings.adjustOldDeltas && orgEvent.type === 'mousewheel' && absDelta % 120 === 0; + } + +})); + +S2.define('jquery.select2',[ + 'jquery', + 'jquery-mousewheel', + + './select2/core', + './select2/defaults', + './select2/utils' +], function ($, _, Select2, Defaults, Utils) { + if ($.fn.select2 == null) { + // All methods that should return the element + var thisMethods = ['open', 'close', 'destroy']; + + $.fn.select2 = function (options) { + options = options || {}; + + if (typeof options === 'object') { + this.each(function () { + var instanceOptions = $.extend(true, {}, options); + + var instance = new Select2($(this), instanceOptions); + }); + + return this; + } else if (typeof options === 'string') { + var ret; + var args = Array.prototype.slice.call(arguments, 1); + + this.each(function () { + var instance = Utils.GetData(this, 'select2'); + + if (instance == null && window.console && console.error) { + console.error( + 'The select2(\'' + options + '\') method was called on an ' + + 'element that is not using Select2.' + ); + } + + ret = instance[options].apply(instance, args); + }); + + // Check if we should be returning `this` + if ($.inArray(options, thisMethods) > -1) { + return this; + } + + return ret; + } else { + throw new Error('Invalid arguments for Select2: ' + options); + } + }; + } + + if ($.fn.select2.defaults == null) { + $.fn.select2.defaults = Defaults; + } + + return Select2; +}); + + // Return the AMD loader configuration so it can be used outside of this file + return { + define: S2.define, + require: S2.require + }; +}()); + + // Autoload the jQuery bindings + // We know that all of the modules exist above this, so we're safe + var select2 = S2.require('jquery.select2'); + + // Hold the AMD module references on the jQuery function that was just loaded + // This allows Select2 to use the internal loader outside of this file, such + // as in the language files. + jQuery.fn.select2.amd = S2; + + // Return the Select2 instance for anyone who is importing it. + return select2; +})); diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js new file mode 100644 index 00000000000..fa781916e8b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js @@ -0,0 +1,2 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ +!function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(d){var e=function(){if(d&&d.fn&&d.fn.select2&&d.fn.select2.amd)var e=d.fn.select2.amd;var t,n,i,h,o,s,f,g,m,v,y,_,r,a,w,l;function b(e,t){return r.call(e,t)}function c(e,t){var n,i,r,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e){for(s=(e=e.split("/")).length-1,y.nodeIdCompat&&w.test(e[s])&&(e[s]=e[s].replace(w,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),u=0;u<e.length;u++)if("."===(p=e[u]))e.splice(u,1),u-=1;else if(".."===p){if(0===u||1===u&&".."===e[2]||".."===e[u-1])continue;0<u&&(e.splice(u-1,2),u-=2)}e=e.join("/")}if((h||g)&&f){for(u=(n=e.split("/")).length;0<u;u-=1){if(i=n.slice(0,u).join("/"),h)for(d=h.length;0<d;d-=1)if(r=(r=f[h.slice(0,d).join("/")])&&r[i]){o=r,a=u;break}if(o)break;!l&&g&&g[i]&&(l=g[i],c=u)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function A(t,n){return function(){var e=a.call(arguments,0);return"string"!=typeof e[0]&&1===e.length&&e.push(null),s.apply(h,e.concat([t,n]))}}function x(t){return function(e){m[t]=e}}function D(e){if(b(v,e)){var t=v[e];delete v[e],_[e]=!0,o.apply(h,t)}if(!b(m,e)&&!b(_,e))throw new Error("No "+e);return m[e]}function u(e){var t,n=e?e.indexOf("!"):-1;return-1<n&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function S(e){return e?u(e):[]}return e&&e.requirejs||(e?n=e:e={},m={},v={},y={},_={},r=Object.prototype.hasOwnProperty,a=[].slice,w=/\.js$/,f=function(e,t){var n,i=u(e),r=i[0],o=t[1];return e=i[1],r&&(n=D(r=c(r,o))),r?e=n&&n.normalize?n.normalize(e,function(t){return function(e){return c(e,t)}}(o)):c(e,o):(r=(i=u(e=c(e,o)))[0],e=i[1],r&&(n=D(r))),{f:r?r+"!"+e:e,n:e,pr:r,p:n}},g={require:function(e){return A(e)},exports:function(e){var t=m[e];return void 0!==t?t:m[e]={}},module:function(e){return{id:e,uri:"",exports:m[e],config:function(e){return function(){return y&&y.config&&y.config[e]||{}}}(e)}}},o=function(e,t,n,i){var r,o,s,a,l,c,u,d=[],p=typeof n;if(c=S(i=i||e),"undefined"==p||"function"==p){for(t=!t.length&&n.length?["require","exports","module"]:t,l=0;l<t.length;l+=1)if("require"===(o=(a=f(t[l],c)).f))d[l]=g.require(e);else if("exports"===o)d[l]=g.exports(e),u=!0;else if("module"===o)r=d[l]=g.module(e);else if(b(m,o)||b(v,o)||b(_,o))d[l]=D(o);else{if(!a.p)throw new Error(e+" missing "+o);a.p.load(a.n,A(i,!0),x(o),{}),d[l]=m[o]}s=n?n.apply(m[e],d):void 0,e&&(r&&r.exports!==h&&r.exports!==m[e]?m[e]=r.exports:s===h&&u||(m[e]=s))}else e&&(m[e]=n)},t=n=s=function(e,t,n,i,r){if("string"==typeof e)return g[e]?g[e](t):D(f(e,S(t)).f);if(!e.splice){if((y=e).deps&&s(y.deps,y.callback),!t)return;t.splice?(e=t,t=n,n=null):e=h}return t=t||function(){},"function"==typeof n&&(n=i,i=r),i?o(h,e,t,n):setTimeout(function(){o(h,e,t,n)},4),s},s.config=function(e){return s(e)},t._defined=m,(i=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),b(m,e)||b(v,e)||(v[e]=[e,t,n])}).amd={jQuery:!0},e.requirejs=t,e.require=n,e.define=i),e.define("almond",function(){}),e.define("jquery",[],function(){var e=d||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(o){var r={};function u(e){var t=e.prototype,n=[];for(var i in t){"function"==typeof t[i]&&"constructor"!==i&&n.push(i)}return n}r.Extend=function(e,t){var n={}.hasOwnProperty;function i(){this.constructor=e}for(var r in t)n.call(t,r)&&(e[r]=t[r]);return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r.Decorate=function(i,r){var e=u(r),t=u(i);function o(){var e=Array.prototype.unshift,t=r.prototype.constructor.length,n=i.prototype.constructor;0<t&&(e.call(arguments,i.prototype.constructor),n=r.prototype.constructor),n.apply(this,arguments)}r.displayName=i.displayName,o.prototype=new function(){this.constructor=o};for(var n=0;n<t.length;n++){var s=t[n];o.prototype[s]=i.prototype[s]}function a(e){var t=function(){};e in o.prototype&&(t=o.prototype[e]);var n=r.prototype[e];return function(){return Array.prototype.unshift.call(arguments,t),n.apply(this,arguments)}}for(var l=0;l<e.length;l++){var c=e[l];o.prototype[c]=a(c)}return o};function e(){this.listeners={}}e.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},e.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),(n[0]._type=e)in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},e.prototype.invoke=function(e,t){for(var n=0,i=e.length;n<i;n++)e[n].apply(this,t)},r.Observable=e,r.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},r.bind=function(e,t){return function(){e.apply(t,arguments)}},r._convertData=function(e){for(var t in e){var n=t.split("-"),i=e;if(1!==n.length){for(var r=0;r<n.length;r++){var o=n[r];(o=o.substring(0,1).toLowerCase()+o.substring(1))in i||(i[o]={}),r==n.length-1&&(i[o]=e[t]),i=i[o]}delete e[t]}}return e},r.hasScroll=function(e,t){var n=o(t),i=t.style.overflowX,r=t.style.overflowY;return(i!==r||"hidden"!==r&&"visible"!==r)&&("scroll"===i||"scroll"===r||(n.innerHeight()<t.scrollHeight||n.innerWidth()<t.scrollWidth))},r.escapeMarkup=function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},r.appendMany=function(e,t){if("1.7"===o.fn.jquery.substr(0,3)){var n=o();o.map(t,function(e){n=n.add(e)}),t=n}e.append(t)},r.__cache={};var n=0;return r.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++n),t=n.toString())),t},r.StoreData=function(e,t,n){var i=r.GetUniqueElementId(e);r.__cache[i]||(r.__cache[i]={}),r.__cache[i][t]=n},r.GetData=function(e,t){var n=r.GetUniqueElementId(e);return t?r.__cache[n]&&null!=r.__cache[n][t]?r.__cache[n][t]:o(e).data(t):r.__cache[n]},r.RemoveData=function(e){var t=r.GetUniqueElementId(e);null!=r.__cache[t]&&delete r.__cache[t],e.removeAttribute("data-select2-id")},r}),e.define("select2/results",["jquery","./utils"],function(h,f){function i(e,t,n){this.$element=e,this.data=n,this.options=t,i.__super__.constructor.call(this)}return f.Extend(i,f.Observable),i.prototype.render=function(){var e=h('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},i.prototype.clear=function(){this.$results.empty()},i.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var n=h('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),i=this.options.get("translations").get(e.message);n.append(t(i(e.args))),n[0].className+=" select2-results__message",this.$results.append(n)},i.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},i.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var i=e.results[n],r=this.option(i);t.push(r)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},i.prototype.position=function(e,t){t.find(".select2-results").append(e)},i.prototype.sort=function(e){return this.options.get("sorter")(e)},i.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");0<t.length?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},i.prototype.setClasses=function(){var t=this;this.data.current(function(e){var i=h.map(e,function(e){return e.id.toString()});t.$results.find(".select2-results__option[aria-selected]").each(function(){var e=h(this),t=f.GetData(this,"data"),n=""+t.id;null!=t.element&&t.element.selected||null==t.element&&-1<h.inArray(n,i)?e.attr("aria-selected","true"):e.attr("aria-selected","false")})})},i.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},i.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},i.prototype.option=function(e){var t=document.createElement("li");t.className="select2-results__option";var n={role:"option","aria-selected":"false"},i=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var r in(null!=e.element&&i.call(e.element,":disabled")||null==e.element&&e.disabled)&&(delete n["aria-selected"],n["aria-disabled"]="true"),null==e.id&&delete n["aria-selected"],null!=e._resultId&&(t.id=e._resultId),e.title&&(t.title=e.title),e.children&&(n.role="group",n["aria-label"]=e.text,delete n["aria-selected"]),n){var o=n[r];t.setAttribute(r,o)}if(e.children){var s=h(t),a=document.createElement("strong");a.className="select2-results__group";h(a);this.template(e,a);for(var l=[],c=0;c<e.children.length;c++){var u=e.children[c],d=this.option(u);l.push(d)}var p=h("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(e,t);return f.StoreData(t,"data",e),t},i.prototype.bind=function(t,e){var l=this,n=t.id+"-results";this.$results.attr("id",n),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=f.GetData(e[0],"data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var i=n-1;0===e.length&&(i=0);var r=t.eq(i);r.trigger("mouseenter");var o=l.$results.offset().top,s=r.offset().top,a=l.$results.scrollTop()+(s-o);0===i?l.$results.scrollTop(0):s-o<0&&l.$results.scrollTop(a)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var i=t.eq(n);i.trigger("mouseenter");var r=l.$results.offset().top+l.$results.outerHeight(!1),o=i.offset().top+i.outerHeight(!1),s=l.$results.scrollTop()+o-r;0===n?l.$results.scrollTop(0):r<o&&l.$results.scrollTop(s)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){l.displayMessage(e)}),h.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=l.$results.scrollTop(),n=l.$results.get(0).scrollHeight-t+e.deltaY,i=0<e.deltaY&&t-e.deltaY<=0,r=e.deltaY<0&&n<=l.$results.height();i?(l.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):r&&(l.$results.scrollTop(l.$results.get(0).scrollHeight-l.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(e){var t=h(this),n=f.GetData(this,"data");"true"!==t.attr("aria-selected")?l.trigger("select",{originalEvent:e,data:n}):l.options.get("multiple")?l.trigger("unselect",{originalEvent:e,data:n}):l.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(e){var t=f.GetData(this,"data");l.getHighlightedResults().removeClass("select2-results__option--highlighted"),l.trigger("results:focus",{data:t,element:h(this)})})},i.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},i.prototype.destroy=function(){this.$results.remove()},i.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,i=e.offset().top,r=this.$results.scrollTop()+(i-n),o=i-n;r-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(o>this.$results.outerHeight()||o<0)&&this.$results.scrollTop(r)}},i.prototype.template=function(e,t){var n=this.options.get("templateResult"),i=this.options.get("escapeMarkup"),r=n(e,t);null==r?t.style.display="none":"string"==typeof r?t.innerHTML=i(r):h(t).append(r)},i}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(n,i,r){function o(e,t){this.$element=e,this.options=t,o.__super__.constructor.call(this)}return i.Extend(o,i.Observable),o.prototype.render=function(){var e=n('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=i.GetData(this.$element[0],"old-tabindex")?this._tabindex=i.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),e.attr("aria-disabled","false"),this.$selection=e},o.prototype.bind=function(e,t){var n=this,i=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){n.trigger("focus",e)}),this.$selection.on("blur",function(e){n._handleBlur(e)}),this.$selection.on("keydown",function(e){n.trigger("keypress",e),e.which===r.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){n.update(e.data)}),e.on("open",function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",i),n._attachCloseHandler(e)}),e.on("close",function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)}),e.on("enable",function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")}),e.on("disable",function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")})},o.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||n.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},o.prototype._attachCloseHandler=function(e){n(document.body).on("mousedown.select2."+e.id,function(e){var t=n(e.target).closest(".select2");n(".select2.select2-container--open").each(function(){this!=t[0]&&i.GetData(this,"element").select2("close")})})},o.prototype._detachCloseHandler=function(e){n(document.body).off("mousedown.select2."+e.id)},o.prototype.position=function(e,t){t.find(".selection").append(e)},o.prototype.destroy=function(){this._detachCloseHandler(this.container)},o.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},o.prototype.isEnabled=function(){return!this.isDisabled()},o.prototype.isDisabled=function(){return this.options.get("disabled")},o}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,i){function r(){r.__super__.constructor.apply(this,arguments)}return n.Extend(r,t),r.prototype.render=function(){var e=r.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},r.prototype.bind=function(t,e){var n=this;r.__super__.bind.apply(this,arguments);var i=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",i).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",i),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||n.$selection.trigger("focus")})},r.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},r.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},r.prototype.selectionContainer=function(){return e("<span></span>")},r.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().append(i);var r=t.title||t.text;r?n.attr("title",r):n.removeAttr("title")}else this.clear()},r}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(r,e,l){function n(e,t){n.__super__.constructor.apply(this,arguments)}return l.Extend(n,e),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},n.prototype.bind=function(e,t){var i=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){i.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!i.isDisabled()){var t=r(this).parent(),n=l.GetData(t[0],"data");i.trigger("unselect",{originalEvent:e,data:n})}})},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},n.prototype.selectionContainer=function(){return r('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n<e.length;n++){var i=e[n],r=this.selectionContainer(),o=this.display(i,r);r.append(o);var s=i.title||i.text;s&&r.attr("title",s),l.StoreData(r[0],"data",i),t.push(r)}var a=this.$selection.find(".select2-selection__rendered");l.appendMany(a,t)}},n}),e.define("select2/selection/placeholder",["../utils"],function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(1<t.length||n)return e.call(this,t);this.clear();var i=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(i)},t}),e.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(r,i,a){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){i._handleClear(e)}),t.on("keypress",function(e){i._handleKeyboardClear(e,t)})},e.prototype._handleClear=function(e,t){if(!this.isDisabled()){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();var i=a.GetData(n[0],"data"),r=this.$element.val();this.$element.val(this.placeholder.id);var o={data:i};if(this.trigger("clear",o),o.prevented)this.$element.val(r);else{for(var s=0;s<i.length;s++)if(o={data:i[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(r);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},e.prototype._handleKeyboardClear=function(e,t,n){n.isOpen()||t.which!=i.DELETE&&t.which!=i.BACKSPACE||this._handleClear(t)},e.prototype.update=function(e,t){if(e.call(this,t),!(0<this.$selection.find(".select2-selection__placeholder").length||0===t.length)){var n=this.options.get("translations").get("removeAllItems"),i=r('<span class="select2-selection__clear" title="'+n()+'">×</span>');a.StoreData(i[0],"data",t),this.$selection.find(".select2-selection__rendered").prepend(i)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(i,a,l){function e(e,t,n){e.call(this,t,n)}return e.prototype.render=function(e){var t=i('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=t,this.$search=t.find("input");var n=e.call(this);return this._transferTabIndex(),n},e.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results";e.call(this,t,n),t.on("open",function(){i.$search.attr("aria-controls",r),i.$search.trigger("focus")}),t.on("close",function(){i.$search.val(""),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.trigger("focus")}),t.on("enable",function(){i.$search.prop("disabled",!1),i._transferTabIndex()}),t.on("disable",function(){i.$search.prop("disabled",!0)}),t.on("focus",function(e){i.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){i.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){i._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented(),e.which===l.BACKSPACE&&""===i.$search.val()){var t=i.$searchContainer.prev(".select2-selection__choice");if(0<t.length){var n=a.GetData(t[0],"data");i.searchRemoveChoice(n),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){i.$search.val()&&e.stopPropagation()});var o=document.documentMode,s=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){s?i.$selection.off("input.search input.searchcheck"):i.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)i.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=l.SHIFT&&t!=l.CTRL&&t!=l.ALT&&t!=l.TAB&&i.handleSearch(e)}})},e.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},e.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},e.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},e.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},e.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},e.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").width():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},e}),e.define("select2/selection/eventRelay",["jquery"],function(s){function e(){}return e.prototype.bind=function(e,t,n){var i=this,r=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];e.call(this,t,n),t.on("*",function(e,t){if(-1!==s.inArray(e,r)){t=t||{};var n=s.Event("select2:"+e,{params:t});i.$element.trigger(n),-1!==s.inArray(e,o)&&(t.prevented=n.isDefaultPrevented())}})},e}),e.define("select2/translation",["jquery","require"],function(t,n){function i(e){this.dict=e||{}}return i.prototype.all=function(){return this.dict},i.prototype.get=function(e){return this.dict[e]},i.prototype.extend=function(e){this.dict=t.extend({},e.all(),this.dict)},i._cache={},i.loadPath=function(e){if(!(e in i._cache)){var t=n(e);i._cache[e]=t}return new i(i._cache[e])},i}),e.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),e.define("select2/data/base",["../utils"],function(i){function n(e,t){n.__super__.constructor.call(this)}return i.Extend(n,i.Observable),n.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},n.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},n.prototype.bind=function(e,t){},n.prototype.destroy=function(){},n.prototype.generateResultId=function(e,t){var n=e.id+"-result-";return n+=i.generateChars(4),null!=t.id?n+="-"+t.id.toString():n+="-"+i.generateChars(4),n},n}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,a,l){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return a.Extend(n,e),n.prototype.current=function(e){var n=[],i=this;this.$element.find(":selected").each(function(){var e=l(this),t=i.item(e);n.push(t)}),e(n)},n.prototype.select=function(r){var o=this;if(r.selected=!0,l(r.element).is("option"))return r.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(e){var t=[];(r=[r]).push.apply(r,e);for(var n=0;n<r.length;n++){var i=r[n].id;-1===l.inArray(i,t)&&t.push(i)}o.$element.val(t),o.$element.trigger("input").trigger("change")});else{var e=r.id;this.$element.val(e),this.$element.trigger("input").trigger("change")}},n.prototype.unselect=function(r){var o=this;if(this.$element.prop("multiple")){if(r.selected=!1,l(r.element).is("option"))return r.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(e){for(var t=[],n=0;n<e.length;n++){var i=e[n].id;i!==r.id&&-1===l.inArray(i,t)&&t.push(i)}o.$element.val(t),o.$element.trigger("input").trigger("change")})}},n.prototype.bind=function(e,t){var n=this;(this.container=e).on("select",function(e){n.select(e.data)}),e.on("unselect",function(e){n.unselect(e.data)})},n.prototype.destroy=function(){this.$element.find("*").each(function(){a.RemoveData(this)})},n.prototype.query=function(i,e){var r=[],o=this;this.$element.children().each(function(){var e=l(this);if(e.is("option")||e.is("optgroup")){var t=o.item(e),n=o.matches(i,t);null!==n&&r.push(n)}}),e({results:r})},n.prototype.addOptions=function(e){a.appendMany(this.$element,e)},n.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var n=l(t),i=this._normalizeItem(e);return i.element=t,a.StoreData(t,"data",i),n},n.prototype.item=function(e){var t={};if(null!=(t=a.GetData(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var n=e.children("option"),i=[],r=0;r<n.length;r++){var o=l(n[r]),s=this.item(o);i.push(s)}t.children=i}return(t=this._normalizeItem(t)).element=e[0],a.StoreData(e[0],"data",t),t},n.prototype._normalizeItem=function(e){e!==Object(e)&&(e={id:e,text:e});return null!=(e=l.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),l.extend({},{selected:!1,disabled:!1},e)},n.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},n}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,f,g){function i(e,t){this._dataToConvert=t.get("data")||[],i.__super__.constructor.call(this,e,t)}return f.Extend(i,e),i.prototype.bind=function(e,t){i.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},i.prototype.select=function(n){var e=this.$element.find("option").filter(function(e,t){return t.value==n.id.toString()});0===e.length&&(e=this.option(n),this.addOptions(e)),i.__super__.select.call(this,n)},i.prototype.convertToOptions=function(e){var t=this,n=this.$element.find("option"),i=n.map(function(){return t.item(g(this)).id}).get(),r=[];function o(e){return function(){return g(this).val()==e.id}}for(var s=0;s<e.length;s++){var a=this._normalizeItem(e[s]);if(0<=g.inArray(a.id,i)){var l=n.filter(o(a)),c=this.item(l),u=g.extend(!0,{},a,c),d=this.option(u);l.replaceWith(d)}else{var p=this.option(a);if(a.children){var h=this.convertToOptions(a.children);f.appendMany(p,h)}r.push(p)}}return r},i}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,o){function n(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),n.__super__.constructor.call(this,e,t)}return t.Extend(n,e),n.prototype._applyDefaults=function(e){var t={data:function(e){return o.extend({},e,{q:e.term})},transport:function(e,t,n){var i=o.ajax(e);return i.then(t),i.fail(n),i}};return o.extend({},t,e,!0)},n.prototype.processResults=function(e){return e},n.prototype.query=function(n,i){var r=this;null!=this._request&&(o.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var t=o.extend({type:"GET"},this.ajaxOptions);function e(){var e=t.transport(t,function(e){var t=r.processResults(e,n);r.options.get("debug")&&window.console&&console.error&&(t&&t.results&&o.isArray(t.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),i(t)},function(){"status"in e&&(0===e.status||"0"===e.status)||r.trigger("results:message",{message:"errorLoading"})});r._request=e}"function"==typeof t.url&&(t.url=t.url.call(this.$element,n)),"function"==typeof t.data&&(t.data=t.data.call(this.$element,n)),this.ajaxOptions.delay&&null!=n.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(e,this.ajaxOptions.delay)):e()},n}),e.define("select2/data/tags",["jquery"],function(u){function e(e,t,n){var i=n.get("tags"),r=n.get("createTag");void 0!==r&&(this.createTag=r);var o=n.get("insertTag");if(void 0!==o&&(this.insertTag=o),e.call(this,t,n),u.isArray(i))for(var s=0;s<i.length;s++){var a=i[s],l=this._normalizeItem(a),c=this.option(l);this.$element.append(c)}}return e.prototype.query=function(e,c,u){var d=this;this._removeOldTags(),null!=c.term&&null==c.page?e.call(this,c,function e(t,n){for(var i=t.results,r=0;r<i.length;r++){var o=i[r],s=null!=o.children&&!e({results:o.children},!0);if((o.text||"").toUpperCase()===(c.term||"").toUpperCase()||s)return!n&&(t.data=i,void u(t))}if(n)return!0;var a=d.createTag(c);if(null!=a){var l=d.option(a);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(i,a)}t.results=i,u(t)}):e.call(this,c,u)},e.prototype.createTag=function(e,t){var n=u.trim(t.term);return""===n?null:{id:n,text:n}},e.prototype.insertTag=function(e,t,n){t.unshift(n)},e.prototype._removeOldTags=function(e){this.$element.find("option[data-select2-tag]").each(function(){this.selected||u(this).remove()})},e}),e.define("select2/data/tokenizer",["jquery"],function(d){function e(e,t,n){var i=n.get("tokenizer");void 0!==i&&(this.tokenizer=i),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},e.prototype.query=function(e,t,n){var i=this;t.term=t.term||"";var r=this.tokenizer(t,this.options,function(e){var t=i._normalizeItem(e);if(!i.$element.find("option").filter(function(){return d(this).val()===t.id}).length){var n=i.option(t);n.attr("data-select2-tag",!0),i._removeOldTags(),i.addOptions([n])}!function(e){i.trigger("select",{data:e})}(t)});r.term!==t.term&&(this.$search.length&&(this.$search.val(r.term),this.$search.trigger("focus")),t.term=r.term),e.call(this,t,n)},e.prototype.tokenizer=function(e,t,n,i){for(var r=n.get("tokenSeparators")||[],o=t.term,s=0,a=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var l=o[s];if(-1!==d.inArray(l,r)){var c=o.substr(0,s),u=a(d.extend({},t,{term:c}));null!=u?(i(u),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},e}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",0<this.maximumInputLength&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(){i._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var i=this;this._checkIfMaximumSelected(function(){e.call(i,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var i=this;this.current(function(e){var t=null!=e?e.length:0;0<i.maximumSelectionLength&&t>=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('<span class="select2-dropdown"><span class="select2-results"></span></span>');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),n=o('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=n,this.$search=n.find("input"),t.prepend(n),t},t.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){i.handleSearch(e)}),t.on("open",function(){i.$search.attr("tabindex",0),i.$search.attr("aria-controls",r),i.$search.trigger("focus"),window.setTimeout(function(){i.$search.trigger("focus")},0)}),t.on("close",function(){i.$search.attr("tabindex",-1),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.val(""),i.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||i.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(i.showSearch(e)?i.$searchContainer.removeClass("select2-search--hide"):i.$searchContainer.addClass("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;0<=i;i--){var r=t[i];this.placeholder.id===r.id&&n.splice(i,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("query",function(e){i.lastParams=e,i.loading=!0}),t.on("query:append",function(e){i.lastParams=e,i.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("open",function(){i._showDropdown(),i._attachPositioningHandler(t),i._bindContainerResultHandlers(t)}),t.on("close",function(){i._hideDropdown(),i._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f("<span></span>"),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,i="scroll.select2."+t.id,r="resize.select2."+t.id,o="orientationchange.select2."+t.id,s=this.$container.parents().filter(a.hasScroll);s.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),s.on(i,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(i+" "+r+" "+o,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,i="resize.select2."+t.id,r="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+i+" "+r)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),i=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=r.top,o.bottom=r.top+o.height;var s=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=a<r.top-s,u=l>r.bottom+s,d={left:r.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(i="below"),u||!c||t?!c&&u&&t&&(i="below"):i="above",("above"==i||t&&"below"!==i)&&(d.top=o.top-h.top-s),null!=i&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+i),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+i)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,i=0;i<t.length;i++){var r=t[i];r.children?n+=e(r.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e}),e.define("select2/dropdown/selectOnClose",["../utils"],function(o){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("close",function(e){i._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var i=this.getHighlightedResults();if(!(i.length<1)){var r=o.GetData(i[0],"data");null!=r.element&&r.element.selected||null==r.element&&r.selected||this.trigger("select",{data:r})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(e){i._selectTriggered(e)}),t.on("unselect",function(e){i._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(c,u,d,p,h,f,g,m,v,y,s,t,_,w,$,b,A,x,D,S,C,E,O,T,q,j,L,I,e){function n(){this.reset()}return n.prototype.apply=function(e){if(null==(e=c.extend(!0,{},this.defaults,e)).dataAdapter){if(null!=e.ajax?e.dataAdapter=$:null!=e.data?e.dataAdapter=w:e.dataAdapter=_,0<e.minimumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,x)),0<e.maximumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,D)),0<e.maximumSelectionLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,S)),e.tags&&(e.dataAdapter=y.Decorate(e.dataAdapter,b)),null==e.tokenSeparators&&null==e.tokenizer||(e.dataAdapter=y.Decorate(e.dataAdapter,A)),null!=e.query){var t=u(e.amdBase+"compat/query");e.dataAdapter=y.Decorate(e.dataAdapter,t)}if(null!=e.initSelection){var n=u(e.amdBase+"compat/initSelection");e.dataAdapter=y.Decorate(e.dataAdapter,n)}}if(null==e.resultsAdapter&&(e.resultsAdapter=d,null!=e.ajax&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,T)),null!=e.placeholder&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,O)),e.selectOnClose&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,L))),null==e.dropdownAdapter){if(e.multiple)e.dropdownAdapter=C;else{var i=y.Decorate(C,E);e.dropdownAdapter=i}if(0!==e.minimumResultsForSearch&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,j)),e.closeOnSelect&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,I)),null!=e.dropdownCssClass||null!=e.dropdownCss||null!=e.adaptDropdownCssClass){var r=u(e.amdBase+"compat/dropdownCss");e.dropdownAdapter=y.Decorate(e.dropdownAdapter,r)}e.dropdownAdapter=y.Decorate(e.dropdownAdapter,q)}if(null==e.selectionAdapter){if(e.multiple?e.selectionAdapter=h:e.selectionAdapter=p,null!=e.placeholder&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,f)),e.allowClear&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,g)),e.multiple&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,m)),null!=e.containerCssClass||null!=e.containerCss||null!=e.adaptContainerCssClass){var o=u(e.amdBase+"compat/containerCss");e.selectionAdapter=y.Decorate(e.selectionAdapter,o)}e.selectionAdapter=y.Decorate(e.selectionAdapter,v)}e.language=this._resolveLanguage(e.language),e.language.push("en");for(var s=[],a=0;a<e.language.length;a++){var l=e.language[a];-1===s.indexOf(l)&&s.push(l)}return e.language=s,e.translations=this._processTranslations(e.language,e.debug),e},n.prototype.reset=function(){function a(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return t[e]||e})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:y.escapeMarkup,language:{},matcher:function e(t,n){if(""===c.trim(t.term))return n;if(n.children&&0<n.children.length){for(var i=c.extend(!0,{},n),r=n.children.length-1;0<=r;r--)null==e(t,n.children[r])&&i.children.splice(r,1);return 0<i.children.length?i:e(t,i)}var o=a(n.text).toUpperCase(),s=a(t.term).toUpperCase();return-1<o.indexOf(s)?n:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},n.prototype.applyFromElement=function(e,t){var n=e.language,i=this.defaults.language,r=t.prop("lang"),o=t.closest("[lang]").prop("lang"),s=Array.prototype.concat.call(this._resolveLanguage(r),this._resolveLanguage(n),this._resolveLanguage(i),this._resolveLanguage(o));return e.language=s,e},n.prototype._resolveLanguage=function(e){if(!e)return[];if(c.isEmptyObject(e))return[];if(c.isPlainObject(e))return[e];var t;t=c.isArray(e)?e:[e];for(var n=[],i=0;i<t.length;i++)if(n.push(t[i]),"string"==typeof t[i]&&0<t[i].indexOf("-")){var r=t[i].split("-")[0];n.push(r)}return n},n.prototype._processTranslations=function(e,t){for(var n=new s,i=0;i<e.length;i++){var r=new s,o=e[i];if("string"==typeof o)try{r=s.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,r=s.loadPath(o)}catch(e){t&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else r=c.isPlainObject(o)?new s(o):o;n.extend(r)}return n},n.prototype.set=function(e,t){var n={};n[c.camelCase(e)]=t;var i=y._convertData(n);c.extend(!0,this.defaults,i)},new n}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(i,d,r,p){function e(e,t){if(this.options=e,null!=t&&this.fromElement(t),null!=t&&(this.options=r.applyFromElement(this.options,t)),this.options=r.apply(this.options),t&&t.is("input")){var n=i(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=p.Decorate(this.options.dataAdapter,n)}}return e.prototype.fromElement=function(e){var t=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),p.GetData(e[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),p.StoreData(e[0],"data",p.GetData(e[0],"select2Tags")),p.StoreData(e[0],"tags",!0)),p.GetData(e[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",p.GetData(e[0],"ajaxUrl")),p.StoreData(e[0],"ajax-Url",p.GetData(e[0],"ajaxUrl")));var n={};function i(e,t){return t.toUpperCase()}for(var r=0;r<e[0].attributes.length;r++){var o=e[0].attributes[r].name,s="data-";if(o.substr(0,s.length)==s){var a=o.substring(s.length),l=p.GetData(e[0],a);n[a.replace(/-([a-z])/g,i)]=l}}d.fn.jquery&&"1."==d.fn.jquery.substr(0,2)&&e[0].dataset&&(n=d.extend(!0,{},e[0].dataset,n));var c=d.extend(!0,{},p.GetData(e[0]),n);for(var u in c=p._convertData(c))-1<d.inArray(u,t)||(d.isPlainObject(this.options[u])?d.extend(this.options[u],c[u]):this.options[u]=c[u]);return this},e.prototype.get=function(e){return this.options[e]},e.prototype.set=function(e,t){this.options[e]=t},e}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(o,c,u,i){var d=function(e,t){null!=u.GetData(e[0],"select2")&&u.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),t=t||{},this.options=new c(t,e),d.__super__.constructor.call(this);var n=e.attr("tabindex")||0;u.StoreData(e[0],"old-tabindex",n),e.attr("tabindex","-1");var i=this.options.get("dataAdapter");this.dataAdapter=new i(e,this.options);var r=this.render();this._placeContainer(r);var o=this.options.get("selectionAdapter");this.selection=new o(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,r);var s=this.options.get("dropdownAdapter");this.dropdown=new s(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,r);var a=this.options.get("resultsAdapter");this.results=new a(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){l.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),u.StoreData(e[0],"select2",this),e.data("select2",this)};return u.Extend(d,u.Observable),d.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+u.generateChars(2):u.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},d.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},d.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var i=this._resolveWidth(e,"style");return null!=i?i:this._resolveWidth(e,"element")}if("element"==t){var r=e.outerWidth(!1);return r<=0?"auto":r+"px"}if("style"!=t)return"computedstyle"!=t?t:window.getComputedStyle(e[0]).width;var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&1<=c.length)return c[1]}return null},d.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},d.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=u.bind(this._syncAttributes,this),this._syncS=u.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=e?(this._observer=new e(function(e){t._syncA(),t._syncS(null,e)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},d.prototype._registerDataEvents=function(){var n=this;this.dataAdapter.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerSelectionEvents=function(){var n=this,i=["toggle","focus"];this.selection.on("toggle",function(){n.toggleDropdown()}),this.selection.on("focus",function(e){n.focus(e)}),this.selection.on("*",function(e,t){-1===o.inArray(e,i)&&n.trigger(e,t)})},d.prototype._registerDropdownEvents=function(){var n=this;this.dropdown.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerResultsEvents=function(){var n=this;this.results.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerEvents=function(){var n=this;this.on("open",function(){n.$container.addClass("select2-container--open")}),this.on("close",function(){n.$container.removeClass("select2-container--open")}),this.on("enable",function(){n.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){n.$container.addClass("select2-container--disabled")}),this.on("blur",function(){n.$container.removeClass("select2-container--focus")}),this.on("query",function(t){n.isOpen()||n.trigger("open",{}),this.dataAdapter.query(t,function(e){n.trigger("results:all",{data:e,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(e){n.trigger("results:append",{data:e,query:t})})}),this.on("keypress",function(e){var t=e.which;n.isOpen()?t===i.ESC||t===i.TAB||t===i.UP&&e.altKey?(n.close(e),e.preventDefault()):t===i.ENTER?(n.trigger("results:select",{}),e.preventDefault()):t===i.SPACE&&e.ctrlKey?(n.trigger("results:toggle",{}),e.preventDefault()):t===i.UP?(n.trigger("results:previous",{}),e.preventDefault()):t===i.DOWN&&(n.trigger("results:next",{}),e.preventDefault()):(t===i.ENTER||t===i.SPACE||t===i.DOWN&&e.altKey)&&(n.open(),e.preventDefault())})},d.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},d.prototype._isChangeMutation=function(e,t){var n=!1,i=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&0<t.addedNodes.length)for(var r=0;r<t.addedNodes.length;r++){t.addedNodes[r].selected&&(n=!0)}else t.removedNodes&&0<t.removedNodes.length?n=!0:o.isArray(t)&&o.each(t,function(e,t){if(i._isChangeMutation(e,t))return!(n=!0)});else n=!0;return n}},d.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),i=this;n&&this.dataAdapter.current(function(e){i.trigger("selection:update",{data:e})})},d.prototype.trigger=function(e,t){var n=d.__super__.trigger,i={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in i){var r=i[e],o={prevented:!1,name:e,args:t};if(n.call(this,r,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},d.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},d.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},d.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},d.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},d.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},d.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},d.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var t=[];return this.dataAdapter.current(function(e){t=e}),t},d.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];o.isArray(t)&&(t=o.map(t,function(e){return e.toString()})),this.$element.val(t).trigger("input").trigger("change")},d.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",u.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),u.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},d.prototype.render=function(){var e=o('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("select2/compat/utils",["jquery"],function(s){return{syncCssClasses:function(e,t,n){var i,r,o=[];(i=s.trim(e.attr("class")))&&s((i=""+i).split(/\s+/)).each(function(){0===this.indexOf("select2-")&&o.push(this)}),(i=s.trim(t.attr("class")))&&s((i=""+i).split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(r=n(this))&&o.push(r)}),e.attr("class",o.join(" "))}}}),e.define("select2/compat/containerCss",["jquery","./utils"],function(s,a){function l(e){return null}function e(){}return e.prototype.render=function(e){var t=e.call(this),n=this.options.get("containerCssClass")||"";s.isFunction(n)&&(n=n(this.$element));var i=this.options.get("adaptContainerCssClass");if(i=i||l,-1!==n.indexOf(":all:")){n=n.replace(":all:","");var r=i;i=function(e){var t=r(e);return null!=t?t+" "+e:e}}var o=this.options.get("containerCss")||{};return s.isFunction(o)&&(o=o(this.$element)),a.syncCssClasses(t,this.$element,i),t.css(o),t.addClass(n),t},e}),e.define("select2/compat/dropdownCss",["jquery","./utils"],function(s,a){function l(e){return null}function e(){}return e.prototype.render=function(e){var t=e.call(this),n=this.options.get("dropdownCssClass")||"";s.isFunction(n)&&(n=n(this.$element));var i=this.options.get("adaptDropdownCssClass");if(i=i||l,-1!==n.indexOf(":all:")){n=n.replace(":all:","");var r=i;i=function(e){var t=r(e);return null!=t?t+" "+e:e}}var o=this.options.get("dropdownCss")||{};return s.isFunction(o)&&(o=o(this.$element)),a.syncCssClasses(t,this.$element,i),t.css(o),t.addClass(n),t},e}),e.define("select2/compat/initSelection",["jquery"],function(i){function e(e,t,n){n.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=n.get("initSelection"),this._isInitialized=!1,e.call(this,t,n)}return e.prototype.current=function(e,t){var n=this;this._isInitialized?e.call(this,t):this.initSelection.call(null,this.$element,function(e){n._isInitialized=!0,i.isArray(e)||(e=[e]),t(e)})},e}),e.define("select2/compat/inputData",["jquery","../utils"],function(s,i){function e(e,t,n){this._currentData=[],this._valueSeparator=n.get("valueSeparator")||",","hidden"===t.prop("type")&&n.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),e.call(this,t,n)}return e.prototype.current=function(e,t){function i(e,t){var n=[];return e.selected||-1!==s.inArray(e.id,t)?(e.selected=!0,n.push(e)):e.selected=!1,e.children&&n.push.apply(n,i(e.children,t)),n}for(var n=[],r=0;r<this._currentData.length;r++){var o=this._currentData[r];n.push.apply(n,i(o,this.$element.val().split(this._valueSeparator)))}t(n)},e.prototype.select=function(e,t){if(this.options.get("multiple")){var n=this.$element.val();n+=this._valueSeparator+t.id,this.$element.val(n),this.$element.trigger("input").trigger("change")}else this.current(function(e){s.map(e,function(e){e.selected=!1})}),this.$element.val(t.id),this.$element.trigger("input").trigger("change")},e.prototype.unselect=function(e,r){var o=this;r.selected=!1,this.current(function(e){for(var t=[],n=0;n<e.length;n++){var i=e[n];r.id!=i.id&&t.push(i.id)}o.$element.val(t.join(o._valueSeparator)),o.$element.trigger("input").trigger("change")})},e.prototype.query=function(e,t,n){for(var i=[],r=0;r<this._currentData.length;r++){var o=this._currentData[r],s=this.matches(t,o);null!==s&&i.push(s)}n({results:i})},e.prototype.addOptions=function(e,t){var n=s.map(t,function(e){return i.GetData(e[0],"data")});this._currentData.push.apply(this._currentData,n)},e}),e.define("select2/compat/matcher",["jquery"],function(s){return function(o){return function(e,t){var n=s.extend(!0,{},t);if(null==e.term||""===s.trim(e.term))return n;if(t.children){for(var i=t.children.length-1;0<=i;i--){var r=t.children[i];o(e.term,r.text,r)||n.children.splice(i,1)}if(0<n.children.length)return n}return o(e.term,t.text,t)?n:null}}}),e.define("select2/compat/query",[],function(){function e(e,t,n){n.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.callback=n,this.options.get("query").call(null,t)},e}),e.define("select2/dropdown/attachContainer",[],function(){function e(e,t,n){e.call(this,t,n)}return e.prototype.position=function(e,t,n){n.find(".dropdown-wrapper").append(t),t.addClass("select2-dropdown--below"),n.addClass("select2-container--below")},e}),e.define("select2/dropdown/stopPropagation",[],function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n);this.$dropdown.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),function(e){e.stopPropagation()})},e}),e.define("select2/selection/stopPropagation",[],function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n);this.$selection.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),function(e){e.stopPropagation()})},e}),l=function(p){var h,f,e=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],t="onwheel"in document||9<=document.documentMode?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],g=Array.prototype.slice;if(p.event.fixHooks)for(var n=e.length;n;)p.event.fixHooks[e[--n]]=p.event.mouseHooks;var m=p.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var e=t.length;e;)this.addEventListener(t[--e],i,!1);else this.onmousewheel=i;p.data(this,"mousewheel-line-height",m.getLineHeight(this)),p.data(this,"mousewheel-page-height",m.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var e=t.length;e;)this.removeEventListener(t[--e],i,!1);else this.onmousewheel=null;p.removeData(this,"mousewheel-line-height"),p.removeData(this,"mousewheel-page-height")},getLineHeight:function(e){var t=p(e),n=t["offsetParent"in p.fn?"offsetParent":"parent"]();return n.length||(n=p("body")),parseInt(n.css("fontSize"),10)||parseInt(t.css("fontSize"),10)||16},getPageHeight:function(e){return p(e).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function i(e){var t,n=e||window.event,i=g.call(arguments,1),r=0,o=0,s=0,a=0,l=0;if((e=p.event.fix(n)).type="mousewheel","detail"in n&&(s=-1*n.detail),"wheelDelta"in n&&(s=n.wheelDelta),"wheelDeltaY"in n&&(s=n.wheelDeltaY),"wheelDeltaX"in n&&(o=-1*n.wheelDeltaX),"axis"in n&&n.axis===n.HORIZONTAL_AXIS&&(o=-1*s,s=0),r=0===s?o:s,"deltaY"in n&&(r=s=-1*n.deltaY),"deltaX"in n&&(o=n.deltaX,0===s&&(r=-1*o)),0!==s||0!==o){if(1===n.deltaMode){var c=p.data(this,"mousewheel-line-height");r*=c,s*=c,o*=c}else if(2===n.deltaMode){var u=p.data(this,"mousewheel-page-height");r*=u,s*=u,o*=u}if(t=Math.max(Math.abs(s),Math.abs(o)),(!f||t<f)&&y(n,f=t)&&(f/=40),y(n,t)&&(r/=40,o/=40,s/=40),r=Math[1<=r?"floor":"ceil"](r/f),o=Math[1<=o?"floor":"ceil"](o/f),s=Math[1<=s?"floor":"ceil"](s/f),m.settings.normalizeOffset&&this.getBoundingClientRect){var d=this.getBoundingClientRect();a=e.clientX-d.left,l=e.clientY-d.top}return e.deltaX=o,e.deltaY=s,e.deltaFactor=f,e.offsetX=a,e.offsetY=l,e.deltaMode=0,i.unshift(e,r,o,s),h&&clearTimeout(h),h=setTimeout(v,200),(p.event.dispatch||p.event.handle).apply(this,i)}}function v(){f=null}function y(e,t){return m.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}p.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})},"function"==typeof e.define&&e.define.amd?e.define("jquery-mousewheel",["jquery"],l):"object"==typeof exports?module.exports=l:l(d),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(r,e,o,t,s){if(null==r.fn.select2){var a=["open","close","destroy"];r.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=r.extend(!0,{},t);new o(r(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,i=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=s.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,i)}),-1<r.inArray(t,a)?this:n}}return null==r.fn.select2.defaults&&(r.fn.select2.defaults=t),o}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return d.fn.select2.amd=e,t}); \ No newline at end of file diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt new file mode 100644 index 00000000000..4d80338ce6d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2007-present Steven Levithan <http://xregexp.com/> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js new file mode 100644 index 00000000000..215482c45a6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js @@ -0,0 +1,6126 @@ +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.XRegExp = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ +"use strict"; + +var _sliceInstanceProperty = require("@babel/runtime-corejs3/core-js-stable/instance/slice"); + +var _Array$from = require("@babel/runtime-corejs3/core-js-stable/array/from"); + +var _Symbol = require("@babel/runtime-corejs3/core-js-stable/symbol"); + +var _getIteratorMethod = require("@babel/runtime-corejs3/core-js/get-iterator-method"); + +var _Array$isArray = require("@babel/runtime-corejs3/core-js-stable/array/is-array"); + +var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property"); + +var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault"); + +_Object$defineProperty(exports, "__esModule", { + value: true +}); + +exports["default"] = void 0; + +var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/slicedToArray")); + +var _forEach = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/for-each")); + +var _concat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/concat")); + +var _indexOf = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/index-of")); + +function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (_Array$isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { var _context4; if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty(_context4 = Object.prototype.toString.call(o)).call(_context4, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +/*! + * XRegExp Unicode Base 5.1.1 + * <xregexp.com> + * Steven Levithan (c) 2008-present MIT License + */ +var _default = function _default(XRegExp) { + /** + * Adds base support for Unicode matching: + * - Adds syntax `\p{..}` for matching Unicode tokens. Tokens can be inverted using `\P{..}` or + * `\p{^..}`. Token names ignore case, spaces, hyphens, and underscores. You can omit the + * braces for token names that are a single letter (e.g. `\pL` or `PL`). + * - Adds flag A (astral), which enables 21-bit Unicode support. + * - Adds the `XRegExp.addUnicodeData` method used by other addons to provide character data. + * + * Unicode Base relies on externally provided Unicode character data. Official addons are + * available to provide data for Unicode categories, scripts, and properties. + * + * @requires XRegExp + */ + // ==--------------------------== + // Private stuff + // ==--------------------------== + // Storage for Unicode data + var unicode = {}; + var unicodeTypes = {}; // Reuse utils + + var dec = XRegExp._dec; + var hex = XRegExp._hex; + var pad4 = XRegExp._pad4; // Generates a token lookup name: lowercase, with hyphens, spaces, and underscores removed + + function normalize(name) { + return name.replace(/[- _]+/g, '').toLowerCase(); + } // Gets the decimal code of a literal code unit, \xHH, \uHHHH, or a backslash-escaped literal + + + function charCode(chr) { + var esc = /^\\[xu](.+)/.exec(chr); + return esc ? dec(esc[1]) : chr.charCodeAt(chr[0] === '\\' ? 1 : 0); + } // Inverts a list of ordered BMP characters and ranges + + + function invertBmp(range) { + var output = ''; + var lastEnd = -1; + (0, _forEach["default"])(XRegExp).call(XRegExp, range, /(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/, function (m) { + var start = charCode(m[1]); + + if (start > lastEnd + 1) { + output += "\\u".concat(pad4(hex(lastEnd + 1))); + + if (start > lastEnd + 2) { + output += "-\\u".concat(pad4(hex(start - 1))); + } + } + + lastEnd = charCode(m[2] || m[1]); + }); + + if (lastEnd < 0xFFFF) { + output += "\\u".concat(pad4(hex(lastEnd + 1))); + + if (lastEnd < 0xFFFE) { + output += '-\\uFFFF'; + } + } + + return output; + } // Generates an inverted BMP range on first use + + + function cacheInvertedBmp(slug) { + var prop = 'b!'; + return unicode[slug][prop] || (unicode[slug][prop] = invertBmp(unicode[slug].bmp)); + } // Combines and optionally negates BMP and astral data + + + function buildAstral(slug, isNegated) { + var item = unicode[slug]; + var combined = ''; + + if (item.bmp && !item.isBmpLast) { + var _context; + + combined = (0, _concat["default"])(_context = "[".concat(item.bmp, "]")).call(_context, item.astral ? '|' : ''); + } + + if (item.astral) { + combined += item.astral; + } + + if (item.isBmpLast && item.bmp) { + var _context2; + + combined += (0, _concat["default"])(_context2 = "".concat(item.astral ? '|' : '', "[")).call(_context2, item.bmp, "]"); + } // Astral Unicode tokens always match a code point, never a code unit + + + return isNegated ? "(?:(?!".concat(combined, ")(?:[\uD800-\uDBFF][\uDC00-\uDFFF]|[\0-\uFFFF]))") : "(?:".concat(combined, ")"); + } // Builds a complete astral pattern on first use + + + function cacheAstral(slug, isNegated) { + var prop = isNegated ? 'a!' : 'a='; + return unicode[slug][prop] || (unicode[slug][prop] = buildAstral(slug, isNegated)); + } // ==--------------------------== + // Core functionality + // ==--------------------------== + + /* + * Add astral mode (flag A) and Unicode token syntax: `\p{..}`, `\P{..}`, `\p{^..}`, `\pC`. + */ + + + XRegExp.addToken( // Use `*` instead of `+` to avoid capturing `^` as the token name in `\p{^}` + /\\([pP])(?:{(\^?)(?:(\w+)=)?([^}]*)}|([A-Za-z]))/, function (match, scope, flags) { + var ERR_DOUBLE_NEG = 'Invalid double negation '; + var ERR_UNKNOWN_NAME = 'Unknown Unicode token '; + var ERR_UNKNOWN_REF = 'Unicode token missing data '; + var ERR_ASTRAL_ONLY = 'Astral mode required for Unicode token '; + var ERR_ASTRAL_IN_CLASS = 'Astral mode does not support Unicode tokens within character classes'; + + var _match = (0, _slicedToArray2["default"])(match, 6), + fullToken = _match[0], + pPrefix = _match[1], + caretNegation = _match[2], + typePrefix = _match[3], + tokenName = _match[4], + tokenSingleCharName = _match[5]; // Negated via \P{..} or \p{^..} + + + var isNegated = pPrefix === 'P' || !!caretNegation; // Switch from BMP (0-FFFF) to astral (0-10FFFF) mode via flag A + + var isAstralMode = (0, _indexOf["default"])(flags).call(flags, 'A') !== -1; // Token lookup name. Check `tokenSingleCharName` first to avoid passing `undefined` + // via `\p{}` + + var slug = normalize(tokenSingleCharName || tokenName); // Token data object + + var item = unicode[slug]; + + if (pPrefix === 'P' && caretNegation) { + throw new SyntaxError(ERR_DOUBLE_NEG + fullToken); + } + + if (!unicode.hasOwnProperty(slug)) { + throw new SyntaxError(ERR_UNKNOWN_NAME + fullToken); + } + + if (typePrefix) { + if (!(unicodeTypes[typePrefix] && unicodeTypes[typePrefix][slug])) { + throw new SyntaxError(ERR_UNKNOWN_NAME + fullToken); + } + } // Switch to the negated form of the referenced Unicode token + + + if (item.inverseOf) { + slug = normalize(item.inverseOf); + + if (!unicode.hasOwnProperty(slug)) { + var _context3; + + throw new ReferenceError((0, _concat["default"])(_context3 = "".concat(ERR_UNKNOWN_REF + fullToken, " -> ")).call(_context3, item.inverseOf)); + } + + item = unicode[slug]; + isNegated = !isNegated; + } + + if (!(item.bmp || isAstralMode)) { + throw new SyntaxError(ERR_ASTRAL_ONLY + fullToken); + } + + if (isAstralMode) { + if (scope === 'class') { + throw new SyntaxError(ERR_ASTRAL_IN_CLASS); + } + + return cacheAstral(slug, isNegated); + } + + return scope === 'class' ? isNegated ? cacheInvertedBmp(slug) : item.bmp : "".concat((isNegated ? '[^' : '[') + item.bmp, "]"); + }, { + scope: 'all', + optionalFlags: 'A', + leadChar: '\\' + }); + /** + * Adds to the list of Unicode tokens that XRegExp regexes can match via `\p` or `\P`. + * + * @memberOf XRegExp + * @param {Array} data Objects with named character ranges. Each object may have properties + * `name`, `alias`, `isBmpLast`, `inverseOf`, `bmp`, and `astral`. All but `name` are + * optional, although one of `bmp` or `astral` is required (unless `inverseOf` is set). If + * `astral` is absent, the `bmp` data is used for BMP and astral modes. If `bmp` is absent, + * the name errors in BMP mode but works in astral mode. If both `bmp` and `astral` are + * provided, the `bmp` data only is used in BMP mode, and the combination of `bmp` and + * `astral` data is used in astral mode. `isBmpLast` is needed when a token matches orphan + * high surrogates *and* uses surrogate pairs to match astral code points. The `bmp` and + * `astral` data should be a combination of literal characters and `\xHH` or `\uHHHH` escape + * sequences, with hyphens to create ranges. Any regex metacharacters in the data should be + * escaped, apart from range-creating hyphens. The `astral` data can additionally use + * character classes and alternation, and should use surrogate pairs to represent astral code + * points. `inverseOf` can be used to avoid duplicating character data if a Unicode token is + * defined as the exact inverse of another token. + * @param {String} [typePrefix] Enables optionally using this type as a prefix for all of the + * provided Unicode tokens, e.g. if given `'Type'`, then `\p{TokenName}` can also be written + * as `\p{Type=TokenName}`. + * @example + * + * // Basic use + * XRegExp.addUnicodeData([{ + * name: 'XDigit', + * alias: 'Hexadecimal', + * bmp: '0-9A-Fa-f' + * }]); + * XRegExp('\\p{XDigit}:\\p{Hexadecimal}+').test('0:3D'); // -> true + */ + + XRegExp.addUnicodeData = function (data, typePrefix) { + var ERR_NO_NAME = 'Unicode token requires name'; + var ERR_NO_DATA = 'Unicode token has no character data '; + + if (typePrefix) { + // Case sensitive to match ES2018 + unicodeTypes[typePrefix] = {}; + } + + var _iterator = _createForOfIteratorHelper(data), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var item = _step.value; + + if (!item.name) { + throw new Error(ERR_NO_NAME); + } + + if (!(item.inverseOf || item.bmp || item.astral)) { + throw new Error(ERR_NO_DATA + item.name); + } + + var normalizedName = normalize(item.name); + unicode[normalizedName] = item; + + if (typePrefix) { + unicodeTypes[typePrefix][normalizedName] = true; + } + + if (item.alias) { + var normalizedAlias = normalize(item.alias); + unicode[normalizedAlias] = item; + + if (typePrefix) { + unicodeTypes[typePrefix][normalizedAlias] = true; + } + } + } // Reset the pattern cache used by the `XRegExp` constructor, since the same pattern and + // flags might now produce different results + + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + + XRegExp.cache.flush('patterns'); + }; + /** + * @ignore + * + * Return a reference to the internal Unicode definition structure for the given Unicode + * Property if the given name is a legal Unicode Property for use in XRegExp `\p` or `\P` regex + * constructs. + * + * @memberOf XRegExp + * @param {String} name Name by which the Unicode Property may be recognized (case-insensitive), + * e.g. `'N'` or `'Number'`. The given name is matched against all registered Unicode + * Properties and Property Aliases. + * @returns {Object} Reference to definition structure when the name matches a Unicode Property. + * + * @note + * For more info on Unicode Properties, see also http://unicode.org/reports/tr18/#Categories. + * + * @note + * This method is *not* part of the officially documented API and may change or be removed in + * the future. It is meant for userland code that wishes to reuse the (large) internal Unicode + * structures set up by XRegExp. + */ + + + XRegExp._getUnicodeProperty = function (name) { + var slug = normalize(name); + return unicode[slug]; + }; +}; + +exports["default"] = _default; +module.exports = exports.default; +},{"@babel/runtime-corejs3/core-js-stable/array/from":5,"@babel/runtime-corejs3/core-js-stable/array/is-array":6,"@babel/runtime-corejs3/core-js-stable/instance/concat":7,"@babel/runtime-corejs3/core-js-stable/instance/for-each":9,"@babel/runtime-corejs3/core-js-stable/instance/index-of":10,"@babel/runtime-corejs3/core-js-stable/instance/slice":11,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/core-js-stable/symbol":16,"@babel/runtime-corejs3/core-js/get-iterator-method":19,"@babel/runtime-corejs3/helpers/interopRequireDefault":24,"@babel/runtime-corejs3/helpers/slicedToArray":27}],2:[function(require,module,exports){ +"use strict"; + +var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property"); + +var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault"); + +_Object$defineProperty(exports, "__esModule", { + value: true +}); + +exports["default"] = void 0; + +var _categories = _interopRequireDefault(require("../../tools/output/categories")); + +/*! + * XRegExp Unicode Categories 5.1.1 + * <xregexp.com> + * Steven Levithan (c) 2010-present MIT License + * Unicode data by Mathias Bynens <mathiasbynens.be> + */ +var _default = function _default(XRegExp) { + /** + * Adds support for Unicode's general categories. E.g., `\p{Lu}` or `\p{Uppercase Letter}`. See + * category descriptions in UAX #44 <http://unicode.org/reports/tr44/#GC_Values_Table>. Token + * names are case insensitive, and any spaces, hyphens, and underscores are ignored. + * + * Uses Unicode 14.0.0. + * + * @requires XRegExp, Unicode Base + */ + if (!XRegExp.addUnicodeData) { + throw new ReferenceError('Unicode Base must be loaded before Unicode Categories'); + } + + XRegExp.addUnicodeData(_categories["default"]); +}; + +exports["default"] = _default; +module.exports = exports.default; +},{"../../tools/output/categories":222,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/helpers/interopRequireDefault":24}],3:[function(require,module,exports){ +"use strict"; + +var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property"); + +var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault"); + +_Object$defineProperty(exports, "__esModule", { + value: true +}); + +exports["default"] = void 0; + +var _xregexp = _interopRequireDefault(require("./xregexp")); + +var _unicodeBase = _interopRequireDefault(require("./addons/unicode-base")); + +var _unicodeCategories = _interopRequireDefault(require("./addons/unicode-categories")); + +(0, _unicodeBase["default"])(_xregexp["default"]); +(0, _unicodeCategories["default"])(_xregexp["default"]); +var _default = _xregexp["default"]; +exports["default"] = _default; +module.exports = exports.default; +},{"./addons/unicode-base":1,"./addons/unicode-categories":2,"./xregexp":4,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/helpers/interopRequireDefault":24}],4:[function(require,module,exports){ +"use strict"; + +var _sliceInstanceProperty2 = require("@babel/runtime-corejs3/core-js-stable/instance/slice"); + +var _Array$from = require("@babel/runtime-corejs3/core-js-stable/array/from"); + +var _Symbol = require("@babel/runtime-corejs3/core-js-stable/symbol"); + +var _getIteratorMethod = require("@babel/runtime-corejs3/core-js/get-iterator-method"); + +var _Array$isArray = require("@babel/runtime-corejs3/core-js-stable/array/is-array"); + +var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property"); + +var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault"); + +_Object$defineProperty(exports, "__esModule", { + value: true +}); + +exports["default"] = void 0; + +var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/slicedToArray")); + +var _flags = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/flags")); + +var _sort = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/sort")); + +var _slice = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/slice")); + +var _parseInt2 = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/parse-int")); + +var _indexOf = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/index-of")); + +var _forEach = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/for-each")); + +var _create = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/create")); + +var _concat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/concat")); + +function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (_Array$isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { var _context9; if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty2(_context9 = Object.prototype.toString.call(o)).call(_context9, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +/*! + * XRegExp 5.1.1 + * <xregexp.com> + * Steven Levithan (c) 2007-present MIT License + */ + +/** + * XRegExp provides augmented, extensible regular expressions. You get additional regex syntax and + * flags, beyond what browsers support natively. XRegExp is also a regex utility belt with tools to + * make your client-side grepping simpler and more powerful, while freeing you from related + * cross-browser inconsistencies. + */ +// ==--------------------------== +// Private stuff +// ==--------------------------== +// Property name used for extended regex instance data +var REGEX_DATA = 'xregexp'; // Optional features that can be installed and uninstalled + +var features = { + astral: false, + namespacing: true +}; // Storage for fixed/extended native methods + +var fixed = {}; // Storage for regexes cached by `XRegExp.cache` + +var regexCache = {}; // Storage for pattern details cached by the `XRegExp` constructor + +var patternCache = {}; // Storage for regex syntax tokens added internally or by `XRegExp.addToken` + +var tokens = []; // Token scopes + +var defaultScope = 'default'; +var classScope = 'class'; // Regexes that match native regex syntax, including octals + +var nativeTokens = { + // Any native multicharacter token in default scope, or any single character + 'default': /\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/, + // Any native multicharacter token in character class scope, or any single character + 'class': /\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/ +}; // Any backreference or dollar-prefixed character in replacement strings + +var replacementToken = /\$(?:\{([^\}]+)\}|<([^>]+)>|(\d\d?|[\s\S]?))/g; // Check for correct `exec` handling of nonparticipating capturing groups + +var correctExecNpcg = /()??/.exec('')[1] === undefined; // Check for ES6 `flags` prop support + +var hasFlagsProp = (0, _flags["default"])(/x/) !== undefined; + +function hasNativeFlag(flag) { + // Can't check based on the presence of properties/getters since browsers might support such + // properties even when they don't support the corresponding flag in regex construction (tested + // in Chrome 48, where `'unicode' in /x/` is true but trying to construct a regex with flag `u` + // throws an error) + var isSupported = true; + + try { + // Can't use regex literals for testing even in a `try` because regex literals with + // unsupported flags cause a compilation error in IE + new RegExp('', flag); // Work around a broken/incomplete IE11 polyfill for sticky introduced in core-js 3.6.0 + + if (flag === 'y') { + // Using function to avoid babel transform to regex literal + var gy = function () { + return 'gy'; + }(); + + var incompleteY = '.a'.replace(new RegExp('a', gy), '.') === '..'; + + if (incompleteY) { + isSupported = false; + } + } + } catch (exception) { + isSupported = false; + } + + return isSupported; +} // Check for ES2021 `d` flag support + + +var hasNativeD = hasNativeFlag('d'); // Check for ES2018 `s` flag support + +var hasNativeS = hasNativeFlag('s'); // Check for ES6 `u` flag support + +var hasNativeU = hasNativeFlag('u'); // Check for ES6 `y` flag support + +var hasNativeY = hasNativeFlag('y'); // Tracker for known flags, including addon flags + +var registeredFlags = { + d: hasNativeD, + g: true, + i: true, + m: true, + s: hasNativeS, + u: hasNativeU, + y: hasNativeY +}; // Flags to remove when passing to native `RegExp` constructor + +var nonnativeFlags = hasNativeS ? /[^dgimsuy]+/g : /[^dgimuy]+/g; +/** + * Attaches extended data and `XRegExp.prototype` properties to a regex object. + * + * @private + * @param {RegExp} regex Regex to augment. + * @param {Array} captureNames Array with capture names, or `null`. + * @param {String} xSource XRegExp pattern used to generate `regex`, or `null` if N/A. + * @param {String} xFlags XRegExp flags used to generate `regex`, or `null` if N/A. + * @param {Boolean} [isInternalOnly=false] Whether the regex will be used only for internal + * operations, and never exposed to users. For internal-only regexes, we can improve perf by + * skipping some operations like attaching `XRegExp.prototype` properties. + * @returns {!RegExp} Augmented regex. + */ + +function augment(regex, captureNames, xSource, xFlags, isInternalOnly) { + var _context; + + regex[REGEX_DATA] = { + captureNames: captureNames + }; + + if (isInternalOnly) { + return regex; + } // Can't auto-inherit these since the XRegExp constructor returns a nonprimitive value + + + if (regex.__proto__) { + regex.__proto__ = XRegExp.prototype; + } else { + for (var p in XRegExp.prototype) { + // An `XRegExp.prototype.hasOwnProperty(p)` check wouldn't be worth it here, since this + // is performance sensitive, and enumerable `Object.prototype` or `RegExp.prototype` + // extensions exist on `regex.prototype` anyway + regex[p] = XRegExp.prototype[p]; + } + } + + regex[REGEX_DATA].source = xSource; // Emulate the ES6 `flags` prop by ensuring flags are in alphabetical order + + regex[REGEX_DATA].flags = xFlags ? (0, _sort["default"])(_context = xFlags.split('')).call(_context).join('') : xFlags; + return regex; +} +/** + * Removes any duplicate characters from the provided string. + * + * @private + * @param {String} str String to remove duplicate characters from. + * @returns {string} String with any duplicate characters removed. + */ + + +function clipDuplicates(str) { + return str.replace(/([\s\S])(?=[\s\S]*\1)/g, ''); +} +/** + * Copies a regex object while preserving extended data and augmenting with `XRegExp.prototype` + * properties. The copy has a fresh `lastIndex` property (set to zero). Allows adding and removing + * flags g and y while copying the regex. + * + * @private + * @param {RegExp} regex Regex to copy. + * @param {Object} [options] Options object with optional properties: + * - `addG` {Boolean} Add flag g while copying the regex. + * - `addY` {Boolean} Add flag y while copying the regex. + * - `removeG` {Boolean} Remove flag g while copying the regex. + * - `removeY` {Boolean} Remove flag y while copying the regex. + * - `isInternalOnly` {Boolean} Whether the copied regex will be used only for internal + * operations, and never exposed to users. For internal-only regexes, we can improve perf by + * skipping some operations like attaching `XRegExp.prototype` properties. + * - `source` {String} Overrides `<regex>.source`, for special cases. + * @returns {RegExp} Copy of the provided regex, possibly with modified flags. + */ + + +function copyRegex(regex, options) { + var _context2; + + if (!XRegExp.isRegExp(regex)) { + throw new TypeError('Type RegExp expected'); + } + + var xData = regex[REGEX_DATA] || {}; + var flags = getNativeFlags(regex); + var flagsToAdd = ''; + var flagsToRemove = ''; + var xregexpSource = null; + var xregexpFlags = null; + options = options || {}; + + if (options.removeG) { + flagsToRemove += 'g'; + } + + if (options.removeY) { + flagsToRemove += 'y'; + } + + if (flagsToRemove) { + flags = flags.replace(new RegExp("[".concat(flagsToRemove, "]+"), 'g'), ''); + } + + if (options.addG) { + flagsToAdd += 'g'; + } + + if (options.addY) { + flagsToAdd += 'y'; + } + + if (flagsToAdd) { + flags = clipDuplicates(flags + flagsToAdd); + } + + if (!options.isInternalOnly) { + if (xData.source !== undefined) { + xregexpSource = xData.source; + } // null or undefined; don't want to add to `flags` if the previous value was null, since + // that indicates we're not tracking original precompilation flags + + + if ((0, _flags["default"])(xData) != null) { + // Flags are only added for non-internal regexes by `XRegExp.globalize`. Flags are never + // removed for non-internal regexes, so don't need to handle it + xregexpFlags = flagsToAdd ? clipDuplicates((0, _flags["default"])(xData) + flagsToAdd) : (0, _flags["default"])(xData); + } + } // Augment with `XRegExp.prototype` properties, but use the native `RegExp` constructor to avoid + // searching for special tokens. That would be wrong for regexes constructed by `RegExp`, and + // unnecessary for regexes constructed by `XRegExp` because the regex has already undergone the + // translation to native regex syntax + + + regex = augment(new RegExp(options.source || regex.source, flags), hasNamedCapture(regex) ? (0, _slice["default"])(_context2 = xData.captureNames).call(_context2, 0) : null, xregexpSource, xregexpFlags, options.isInternalOnly); + return regex; +} +/** + * Converts hexadecimal to decimal. + * + * @private + * @param {String} hex + * @returns {number} + */ + + +function dec(hex) { + return (0, _parseInt2["default"])(hex, 16); +} +/** + * Returns a pattern that can be used in a native RegExp in place of an ignorable token such as an + * inline comment or whitespace with flag x. This is used directly as a token handler function + * passed to `XRegExp.addToken`. + * + * @private + * @param {String} match Match arg of `XRegExp.addToken` handler + * @param {String} scope Scope arg of `XRegExp.addToken` handler + * @param {String} flags Flags arg of `XRegExp.addToken` handler + * @returns {string} Either '' or '(?:)', depending on which is needed in the context of the match. + */ + + +function getContextualTokenSeparator(match, scope, flags) { + var matchEndPos = match.index + match[0].length; + var precedingChar = match.input[match.index - 1]; + var followingChar = match.input[matchEndPos]; + + if ( // No need to separate tokens if at the beginning or end of a group, before or after a + // group, or before or after a `|` + /^[()|]$/.test(precedingChar) || /^[()|]$/.test(followingChar) || // No need to separate tokens if at the beginning or end of the pattern + match.index === 0 || matchEndPos === match.input.length || // No need to separate tokens if at the beginning of a noncapturing group or lookaround. + // Looks only at the last 4 chars (at most) for perf when constructing long regexes. + /\(\?(?:[:=!]|<[=!])$/.test(match.input.substring(match.index - 4, match.index)) || // Avoid separating tokens when the following token is a quantifier + isQuantifierNext(match.input, matchEndPos, flags)) { + return ''; + } // Keep tokens separated. This avoids e.g. inadvertedly changing `\1 1` or `\1(?#)1` to `\11`. + // This also ensures all tokens remain as discrete atoms, e.g. it prevents converting the + // syntax error `(? :` into `(?:`. + + + return '(?:)'; +} +/** + * Returns native `RegExp` flags used by a regex object. + * + * @private + * @param {RegExp} regex Regex to check. + * @returns {string} Native flags in use. + */ + + +function getNativeFlags(regex) { + return hasFlagsProp ? (0, _flags["default"])(regex) : // Explicitly using `RegExp.prototype.toString` (rather than e.g. `String` or concatenation + // with an empty string) allows this to continue working predictably when + // `XRegExp.proptotype.toString` is overridden + /\/([a-z]*)$/i.exec(RegExp.prototype.toString.call(regex))[1]; +} +/** + * Determines whether a regex has extended instance data used to track capture names. + * + * @private + * @param {RegExp} regex Regex to check. + * @returns {boolean} Whether the regex uses named capture. + */ + + +function hasNamedCapture(regex) { + return !!(regex[REGEX_DATA] && regex[REGEX_DATA].captureNames); +} +/** + * Converts decimal to hexadecimal. + * + * @private + * @param {Number|String} dec + * @returns {string} + */ + + +function hex(dec) { + return (0, _parseInt2["default"])(dec, 10).toString(16); +} +/** + * Checks whether the next nonignorable token after the specified position is a quantifier. + * + * @private + * @param {String} pattern Pattern to search within. + * @param {Number} pos Index in `pattern` to search at. + * @param {String} flags Flags used by the pattern. + * @returns {Boolean} Whether the next nonignorable token is a quantifier. + */ + + +function isQuantifierNext(pattern, pos, flags) { + var inlineCommentPattern = '\\(\\?#[^)]*\\)'; + var lineCommentPattern = '#[^#\\n]*'; + var quantifierPattern = '[?*+]|{\\d+(?:,\\d*)?}'; + var regex = (0, _indexOf["default"])(flags).call(flags, 'x') !== -1 ? // Ignore any leading whitespace, line comments, and inline comments + /^(?:\s|#[^#\n]*|\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/ : // Ignore any leading inline comments + /^(?:\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/; + return regex.test((0, _slice["default"])(pattern).call(pattern, pos)); +} +/** + * Determines whether a value is of the specified type, by resolving its internal [[Class]]. + * + * @private + * @param {*} value Object to check. + * @param {String} type Type to check for, in TitleCase. + * @returns {boolean} Whether the object matches the type. + */ + + +function isType(value, type) { + return Object.prototype.toString.call(value) === "[object ".concat(type, "]"); +} +/** + * Returns the object, or throws an error if it is `null` or `undefined`. This is used to follow + * the ES5 abstract operation `ToObject`. + * + * @private + * @param {*} value Object to check and return. + * @returns {*} The provided object. + */ + + +function nullThrows(value) { + // null or undefined + if (value == null) { + throw new TypeError('Cannot convert null or undefined to object'); + } + + return value; +} +/** + * Adds leading zeros if shorter than four characters. Used for fixed-length hexadecimal values. + * + * @private + * @param {String} str + * @returns {string} + */ + + +function pad4(str) { + while (str.length < 4) { + str = "0".concat(str); + } + + return str; +} +/** + * Checks for flag-related errors, and strips/applies flags in a leading mode modifier. Offloads + * the flag preparation logic from the `XRegExp` constructor. + * + * @private + * @param {String} pattern Regex pattern, possibly with a leading mode modifier. + * @param {String} flags Any combination of flags. + * @returns {!Object} Object with properties `pattern` and `flags`. + */ + + +function prepareFlags(pattern, flags) { + // Recent browsers throw on duplicate flags, so copy this behavior for nonnative flags + if (clipDuplicates(flags) !== flags) { + throw new SyntaxError("Invalid duplicate regex flag ".concat(flags)); + } // Strip and apply a leading mode modifier with any combination of flags except `dgy` + + + pattern = pattern.replace(/^\(\?([\w$]+)\)/, function ($0, $1) { + if (/[dgy]/.test($1)) { + throw new SyntaxError("Cannot use flags dgy in mode modifier ".concat($0)); + } // Allow duplicate flags within the mode modifier + + + flags = clipDuplicates(flags + $1); + return ''; + }); // Throw on unknown native or nonnative flags + + var _iterator = _createForOfIteratorHelper(flags), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var flag = _step.value; + + if (!registeredFlags[flag]) { + throw new SyntaxError("Unknown regex flag ".concat(flag)); + } + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + + return { + pattern: pattern, + flags: flags + }; +} +/** + * Prepares an options object from the given value. + * + * @private + * @param {String|Object} value Value to convert to an options object. + * @returns {Object} Options object. + */ + + +function prepareOptions(value) { + var options = {}; + + if (isType(value, 'String')) { + (0, _forEach["default"])(XRegExp).call(XRegExp, value, /[^\s,]+/, function (match) { + options[match] = true; + }); + return options; + } + + return value; +} +/** + * Registers a flag so it doesn't throw an 'unknown flag' error. + * + * @private + * @param {String} flag Single-character flag to register. + */ + + +function registerFlag(flag) { + if (!/^[\w$]$/.test(flag)) { + throw new Error('Flag must be a single character A-Za-z0-9_$'); + } + + registeredFlags[flag] = true; +} +/** + * Runs built-in and custom regex syntax tokens in reverse insertion order at the specified + * position, until a match is found. + * + * @private + * @param {String} pattern Original pattern from which an XRegExp object is being built. + * @param {String} flags Flags being used to construct the regex. + * @param {Number} pos Position to search for tokens within `pattern`. + * @param {Number} scope Regex scope to apply: 'default' or 'class'. + * @param {Object} context Context object to use for token handler functions. + * @returns {Object} Object with properties `matchLength`, `output`, and `reparse`; or `null`. + */ + + +function runTokens(pattern, flags, pos, scope, context) { + var i = tokens.length; + var leadChar = pattern[pos]; + var result = null; + var match; + var t; // Run in reverse insertion order + + while (i--) { + t = tokens[i]; + + if (t.leadChar && t.leadChar !== leadChar || t.scope !== scope && t.scope !== 'all' || t.flag && !((0, _indexOf["default"])(flags).call(flags, t.flag) !== -1)) { + continue; + } + + match = XRegExp.exec(pattern, t.regex, pos, 'sticky'); + + if (match) { + result = { + matchLength: match[0].length, + output: t.handler.call(context, match, scope, flags), + reparse: t.reparse + }; // Finished with token tests + + break; + } + } + + return result; +} +/** + * Enables or disables implicit astral mode opt-in. When enabled, flag A is automatically added to + * all new regexes created by XRegExp. This causes an error to be thrown when creating regexes if + * the Unicode Base addon is not available, since flag A is registered by that addon. + * + * @private + * @param {Boolean} on `true` to enable; `false` to disable. + */ + + +function setAstral(on) { + features.astral = on; +} +/** + * Adds named capture groups to the `groups` property of match arrays. See here for details: + * https://github.com/tc39/proposal-regexp-named-groups + * + * @private + * @param {Boolean} on `true` to enable; `false` to disable. + */ + + +function setNamespacing(on) { + features.namespacing = on; +} // ==--------------------------== +// Constructor +// ==--------------------------== + +/** + * Creates an extended regular expression object for matching text with a pattern. Differs from a + * native regular expression in that additional syntax and flags are supported. The returned object + * is in fact a native `RegExp` and works with all native methods. + * + * @class XRegExp + * @constructor + * @param {String|RegExp} pattern Regex pattern string, or an existing regex object to copy. + * @param {String} [flags] Any combination of flags. + * Native flags: + * - `d` - indices for capturing groups (ES2021) + * - `g` - global + * - `i` - ignore case + * - `m` - multiline anchors + * - `u` - unicode (ES6) + * - `y` - sticky (Firefox 3+, ES6) + * Additional XRegExp flags: + * - `n` - named capture only + * - `s` - dot matches all (aka singleline) - works even when not natively supported + * - `x` - free-spacing and line comments (aka extended) + * - `A` - 21-bit Unicode properties (aka astral) - requires the Unicode Base addon + * Flags cannot be provided when constructing one `RegExp` from another. + * @returns {RegExp} Extended regular expression object. + * @example + * + * // With named capture and flag x + * XRegExp(`(?<year> [0-9]{4} ) -? # year + * (?<month> [0-9]{2} ) -? # month + * (?<day> [0-9]{2} ) # day`, 'x'); + * + * // Providing a regex object copies it. Native regexes are recompiled using native (not XRegExp) + * // syntax. Copies maintain extended data, are augmented with `XRegExp.prototype` properties, and + * // have fresh `lastIndex` properties (set to zero). + * XRegExp(/regex/); + */ + + +function XRegExp(pattern, flags) { + if (XRegExp.isRegExp(pattern)) { + if (flags !== undefined) { + throw new TypeError('Cannot supply flags when copying a RegExp'); + } + + return copyRegex(pattern); + } // Copy the argument behavior of `RegExp` + + + pattern = pattern === undefined ? '' : String(pattern); + flags = flags === undefined ? '' : String(flags); + + if (XRegExp.isInstalled('astral') && !((0, _indexOf["default"])(flags).call(flags, 'A') !== -1)) { + // This causes an error to be thrown if the Unicode Base addon is not available + flags += 'A'; + } + + if (!patternCache[pattern]) { + patternCache[pattern] = {}; + } + + if (!patternCache[pattern][flags]) { + var context = { + hasNamedCapture: false, + captureNames: [] + }; + var scope = defaultScope; + var output = ''; + var pos = 0; + var result; // Check for flag-related errors, and strip/apply flags in a leading mode modifier + + var applied = prepareFlags(pattern, flags); + var appliedPattern = applied.pattern; + var appliedFlags = (0, _flags["default"])(applied); // Use XRegExp's tokens to translate the pattern to a native regex pattern. + // `appliedPattern.length` may change on each iteration if tokens use `reparse` + + while (pos < appliedPattern.length) { + do { + // Check for custom tokens at the current position + result = runTokens(appliedPattern, appliedFlags, pos, scope, context); // If the matched token used the `reparse` option, splice its output into the + // pattern before running tokens again at the same position + + if (result && result.reparse) { + appliedPattern = (0, _slice["default"])(appliedPattern).call(appliedPattern, 0, pos) + result.output + (0, _slice["default"])(appliedPattern).call(appliedPattern, pos + result.matchLength); + } + } while (result && result.reparse); + + if (result) { + output += result.output; + pos += result.matchLength || 1; + } else { + // Get the native token at the current position + var _XRegExp$exec = XRegExp.exec(appliedPattern, nativeTokens[scope], pos, 'sticky'), + _XRegExp$exec2 = (0, _slicedToArray2["default"])(_XRegExp$exec, 1), + token = _XRegExp$exec2[0]; + + output += token; + pos += token.length; + + if (token === '[' && scope === defaultScope) { + scope = classScope; + } else if (token === ']' && scope === classScope) { + scope = defaultScope; + } + } + } + + patternCache[pattern][flags] = { + // Use basic cleanup to collapse repeated empty groups like `(?:)(?:)` to `(?:)`. Empty + // groups are sometimes inserted during regex transpilation in order to keep tokens + // separated. However, more than one empty group in a row is never needed. + pattern: output.replace(/(?:\(\?:\))+/g, '(?:)'), + // Strip all but native flags + flags: appliedFlags.replace(nonnativeFlags, ''), + // `context.captureNames` has an item for each capturing group, even if unnamed + captures: context.hasNamedCapture ? context.captureNames : null + }; + } + + var generated = patternCache[pattern][flags]; + return augment(new RegExp(generated.pattern, (0, _flags["default"])(generated)), generated.captures, pattern, flags); +} // Add `RegExp.prototype` to the prototype chain + + +XRegExp.prototype = /(?:)/; // ==--------------------------== +// Public properties +// ==--------------------------== + +/** + * The XRegExp version number as a string containing three dot-separated parts. For example, + * '2.0.0-beta-3'. + * + * @static + * @memberOf XRegExp + * @type String + */ + +XRegExp.version = '5.1.1'; // ==--------------------------== +// Public methods +// ==--------------------------== +// Intentionally undocumented; used in tests and addons + +XRegExp._clipDuplicates = clipDuplicates; +XRegExp._hasNativeFlag = hasNativeFlag; +XRegExp._dec = dec; +XRegExp._hex = hex; +XRegExp._pad4 = pad4; +/** + * Extends XRegExp syntax and allows custom flags. This is used internally and can be used to + * create XRegExp addons. If more than one token can match the same string, the last added wins. + * + * @memberOf XRegExp + * @param {RegExp} regex Regex object that matches the new token. + * @param {Function} handler Function that returns a new pattern string (using native regex syntax) + * to replace the matched token within all future XRegExp regexes. Has access to persistent + * properties of the regex being built, through `this`. Invoked with three arguments: + * - The match array, with named backreference properties. + * - The regex scope where the match was found: 'default' or 'class'. + * - The flags used by the regex, including any flags in a leading mode modifier. + * The handler function becomes part of the XRegExp construction process, so be careful not to + * construct XRegExps within the function or you will trigger infinite recursion. + * @param {Object} [options] Options object with optional properties: + * - `scope` {String} Scope where the token applies: 'default', 'class', or 'all'. + * - `flag` {String} Single-character flag that triggers the token. This also registers the + * flag, which prevents XRegExp from throwing an 'unknown flag' error when the flag is used. + * - `optionalFlags` {String} Any custom flags checked for within the token `handler` that are + * not required to trigger the token. This registers the flags, to prevent XRegExp from + * throwing an 'unknown flag' error when any of the flags are used. + * - `reparse` {Boolean} Whether the `handler` function's output should not be treated as + * final, and instead be reparseable by other tokens (including the current token). Allows + * token chaining or deferring. + * - `leadChar` {String} Single character that occurs at the beginning of any successful match + * of the token (not always applicable). This doesn't change the behavior of the token unless + * you provide an erroneous value. However, providing it can increase the token's performance + * since the token can be skipped at any positions where this character doesn't appear. + * @example + * + * // Basic usage: Add \a for the ALERT control code + * XRegExp.addToken( + * /\\a/, + * () => '\\x07', + * {scope: 'all'} + * ); + * XRegExp('\\a[\\a-\\n]+').test('\x07\n\x07'); // -> true + * + * // Add the U (ungreedy) flag from PCRE and RE2, which reverses greedy and lazy quantifiers. + * // Since `scope` is not specified, it uses 'default' (i.e., transformations apply outside of + * // character classes only) + * XRegExp.addToken( + * /([?*+]|{\d+(?:,\d*)?})(\??)/, + * (match) => `${match[1]}${match[2] ? '' : '?'}`, + * {flag: 'U'} + * ); + * XRegExp('a+', 'U').exec('aaa')[0]; // -> 'a' + * XRegExp('a+?', 'U').exec('aaa')[0]; // -> 'aaa' + */ + +XRegExp.addToken = function (regex, handler, options) { + options = options || {}; + var _options = options, + optionalFlags = _options.optionalFlags; + + if (options.flag) { + registerFlag(options.flag); + } + + if (optionalFlags) { + optionalFlags = optionalFlags.split(''); + + var _iterator2 = _createForOfIteratorHelper(optionalFlags), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + var flag = _step2.value; + registerFlag(flag); + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + } // Add to the private list of syntax tokens + + + tokens.push({ + regex: copyRegex(regex, { + addG: true, + addY: hasNativeY, + isInternalOnly: true + }), + handler: handler, + scope: options.scope || defaultScope, + flag: options.flag, + reparse: options.reparse, + leadChar: options.leadChar + }); // Reset the pattern cache used by the `XRegExp` constructor, since the same pattern and flags + // might now produce different results + + XRegExp.cache.flush('patterns'); +}; +/** + * Caches and returns the result of calling `XRegExp(pattern, flags)`. On any subsequent call with + * the same pattern and flag combination, the cached copy of the regex is returned. + * + * @memberOf XRegExp + * @param {String} pattern Regex pattern string. + * @param {String} [flags] Any combination of XRegExp flags. + * @returns {RegExp} Cached XRegExp object. + * @example + * + * let match; + * while (match = XRegExp.cache('.', 'gs').exec('abc')) { + * // The regex is compiled once only + * } + */ + + +XRegExp.cache = function (pattern, flags) { + if (!regexCache[pattern]) { + regexCache[pattern] = {}; + } + + return regexCache[pattern][flags] || (regexCache[pattern][flags] = XRegExp(pattern, flags)); +}; // Intentionally undocumented; used in tests + + +XRegExp.cache.flush = function (cacheName) { + if (cacheName === 'patterns') { + // Flush the pattern cache used by the `XRegExp` constructor + patternCache = {}; + } else { + // Flush the regex cache populated by `XRegExp.cache` + regexCache = {}; + } +}; +/** + * Escapes any regular expression metacharacters, for use when matching literal strings. The result + * can safely be used at any position within a regex that uses any flags. + * + * @memberOf XRegExp + * @param {String} str String to escape. + * @returns {string} String with regex metacharacters escaped. + * @example + * + * XRegExp.escape('Escaped? <.>'); + * // -> 'Escaped\?\u0020<\.>' + */ +// Following are the contexts where each metacharacter needs to be escaped because it would +// otherwise have a special meaning, change the meaning of surrounding characters, or cause an +// error. Context 'default' means outside character classes only. +// - `\` - context: all +// - `[()*+?.$|` - context: default +// - `]` - context: default with flag u or if forming the end of a character class +// - `{}` - context: default with flag u or if part of a valid/complete quantifier pattern +// - `,` - context: default if in a position that causes an unescaped `{` to turn into a quantifier. +// Ex: `/^a{1\,2}$/` matches `'a{1,2}'`, but `/^a{1,2}$/` matches `'a'` or `'aa'` +// - `#` and <whitespace> - context: default with flag x +// - `^` - context: default, and context: class if it's the first character in the class +// - `-` - context: class if part of a valid character class range + + +XRegExp.escape = function (str) { + return String(nullThrows(str)). // Escape most special chars with a backslash + replace(/[\\\[\]{}()*+?.^$|]/g, '\\$&'). // Convert to \uNNNN for special chars that can't be escaped when used with ES6 flag `u` + replace(/[\s#\-,]/g, function (match) { + return "\\u".concat(pad4(hex(match.charCodeAt(0)))); + }); +}; +/** + * Executes a regex search in a specified string. Returns a match array or `null`. If the provided + * regex uses named capture, named capture properties are included on the match array's `groups` + * property. Optional `pos` and `sticky` arguments specify the search start position, and whether + * the match must start at the specified position only. The `lastIndex` property of the provided + * regex is not used, but is updated for compatibility. Also fixes browser bugs compared to the + * native `RegExp.prototype.exec` and can be used reliably cross-browser. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {Number} [pos=0] Zero-based index at which to start the search. + * @param {Boolean|String} [sticky=false] Whether the match must start at the specified position + * only. The string `'sticky'` is accepted as an alternative to `true`. + * @returns {Array} Match array with named capture properties on the `groups` object, or `null`. If + * the `namespacing` feature is off, named capture properties are directly on the match array. + * @example + * + * // Basic use, with named capturing group + * let match = XRegExp.exec('U+2620', XRegExp('U\\+(?<hex>[0-9A-F]{4})')); + * match.groups.hex; // -> '2620' + * + * // With pos and sticky, in a loop + * let pos = 3, result = [], match; + * while (match = XRegExp.exec('<1><2><3><4>5<6>', /<(\d)>/, pos, 'sticky')) { + * result.push(match[1]); + * pos = match.index + match[0].length; + * } + * // result -> ['2', '3', '4'] + */ + + +XRegExp.exec = function (str, regex, pos, sticky) { + var cacheKey = 'g'; + var addY = false; + var fakeY = false; + var match; + addY = hasNativeY && !!(sticky || regex.sticky && sticky !== false); + + if (addY) { + cacheKey += 'y'; + } else if (sticky) { + // Simulate sticky matching by appending an empty capture to the original regex. The + // resulting regex will succeed no matter what at the current index (set with `lastIndex`), + // and will not search the rest of the subject string. We'll know that the original regex + // has failed if that last capture is `''` rather than `undefined` (i.e., if that last + // capture participated in the match). + fakeY = true; + cacheKey += 'FakeY'; + } + + regex[REGEX_DATA] = regex[REGEX_DATA] || {}; // Shares cached copies with `XRegExp.match`/`replace` + + var r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, { + addG: true, + addY: addY, + source: fakeY ? "".concat(regex.source, "|()") : undefined, + removeY: sticky === false, + isInternalOnly: true + })); + pos = pos || 0; + r2.lastIndex = pos; // Fixed `exec` required for `lastIndex` fix, named backreferences, etc. + + match = fixed.exec.call(r2, str); // Get rid of the capture added by the pseudo-sticky matcher if needed. An empty string means + // the original regexp failed (see above). + + if (fakeY && match && match.pop() === '') { + match = null; + } + + if (regex.global) { + regex.lastIndex = match ? r2.lastIndex : 0; + } + + return match; +}; +/** + * Executes a provided function once per regex match. Searches always start at the beginning of the + * string and continue until the end, regardless of the state of the regex's `global` property and + * initial `lastIndex`. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {Function} callback Function to execute for each match. Invoked with four arguments: + * - The match array, with named backreference properties. + * - The zero-based match index. + * - The string being traversed. + * - The regex object being used to traverse the string. + * @example + * + * // Extracts every other digit from a string + * const evens = []; + * XRegExp.forEach('1a2345', /\d/, (match, i) => { + * if (i % 2) evens.push(+match[0]); + * }); + * // evens -> [2, 4] + */ + + +XRegExp.forEach = function (str, regex, callback) { + var pos = 0; + var i = -1; + var match; + + while (match = XRegExp.exec(str, regex, pos)) { + // Because `regex` is provided to `callback`, the function could use the deprecated/ + // nonstandard `RegExp.prototype.compile` to mutate the regex. However, since `XRegExp.exec` + // doesn't use `lastIndex` to set the search position, this can't lead to an infinite loop, + // at least. Actually, because of the way `XRegExp.exec` caches globalized versions of + // regexes, mutating the regex will not have any effect on the iteration or matched strings, + // which is a nice side effect that brings extra safety. + callback(match, ++i, str, regex); + pos = match.index + (match[0].length || 1); + } +}; +/** + * Copies a regex object and adds flag `g`. The copy maintains extended data, is augmented with + * `XRegExp.prototype` properties, and has a fresh `lastIndex` property (set to zero). Native + * regexes are not recompiled using XRegExp syntax. + * + * @memberOf XRegExp + * @param {RegExp} regex Regex to globalize. + * @returns {RegExp} Copy of the provided regex with flag `g` added. + * @example + * + * const globalCopy = XRegExp.globalize(/regex/); + * globalCopy.global; // -> true + */ + + +XRegExp.globalize = function (regex) { + return copyRegex(regex, { + addG: true + }); +}; +/** + * Installs optional features according to the specified options. Can be undone using + * `XRegExp.uninstall`. + * + * @memberOf XRegExp + * @param {Object|String} options Options object or string. + * @example + * + * // With an options object + * XRegExp.install({ + * // Enables support for astral code points in Unicode addons (implicitly sets flag A) + * astral: true, + * + * // Adds named capture groups to the `groups` property of matches + * namespacing: true + * }); + * + * // With an options string + * XRegExp.install('astral namespacing'); + */ + + +XRegExp.install = function (options) { + options = prepareOptions(options); + + if (!features.astral && options.astral) { + setAstral(true); + } + + if (!features.namespacing && options.namespacing) { + setNamespacing(true); + } +}; +/** + * Checks whether an individual optional feature is installed. + * + * @memberOf XRegExp + * @param {String} feature Name of the feature to check. One of: + * - `astral` + * - `namespacing` + * @returns {boolean} Whether the feature is installed. + * @example + * + * XRegExp.isInstalled('astral'); + */ + + +XRegExp.isInstalled = function (feature) { + return !!features[feature]; +}; +/** + * Returns `true` if an object is a regex; `false` if it isn't. This works correctly for regexes + * created in another frame, when `instanceof` and `constructor` checks would fail. + * + * @memberOf XRegExp + * @param {*} value Object to check. + * @returns {boolean} Whether the object is a `RegExp` object. + * @example + * + * XRegExp.isRegExp('string'); // -> false + * XRegExp.isRegExp(/regex/i); // -> true + * XRegExp.isRegExp(RegExp('^', 'm')); // -> true + * XRegExp.isRegExp(XRegExp('(?s).')); // -> true + */ + + +XRegExp.isRegExp = function (value) { + return Object.prototype.toString.call(value) === '[object RegExp]'; +}; // Same as `isType(value, 'RegExp')`, but avoiding that function call here for perf since +// `isRegExp` is used heavily by internals including regex construction + +/** + * Returns the first matched string, or in global mode, an array containing all matched strings. + * This is essentially a more convenient re-implementation of `String.prototype.match` that gives + * the result types you actually want (string instead of `exec`-style array in match-first mode, + * and an empty array instead of `null` when no matches are found in match-all mode). It also lets + * you override flag g and ignore `lastIndex`, and fixes browser bugs. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {String} [scope='one'] Use 'one' to return the first match as a string. Use 'all' to + * return an array of all matched strings. If not explicitly specified and `regex` uses flag g, + * `scope` is 'all'. + * @returns {String|Array} In match-first mode: First match as a string, or `null`. In match-all + * mode: Array of all matched strings, or an empty array. + * @example + * + * // Match first + * XRegExp.match('abc', /\w/); // -> 'a' + * XRegExp.match('abc', /\w/g, 'one'); // -> 'a' + * XRegExp.match('abc', /x/g, 'one'); // -> null + * + * // Match all + * XRegExp.match('abc', /\w/g); // -> ['a', 'b', 'c'] + * XRegExp.match('abc', /\w/, 'all'); // -> ['a', 'b', 'c'] + * XRegExp.match('abc', /x/, 'all'); // -> [] + */ + + +XRegExp.match = function (str, regex, scope) { + var global = regex.global && scope !== 'one' || scope === 'all'; + var cacheKey = (global ? 'g' : '') + (regex.sticky ? 'y' : '') || 'noGY'; + regex[REGEX_DATA] = regex[REGEX_DATA] || {}; // Shares cached copies with `XRegExp.exec`/`replace` + + var r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, { + addG: !!global, + removeG: scope === 'one', + isInternalOnly: true + })); + var result = String(nullThrows(str)).match(r2); + + if (regex.global) { + regex.lastIndex = scope === 'one' && result ? // Can't use `r2.lastIndex` since `r2` is nonglobal in this case + result.index + result[0].length : 0; + } + + return global ? result || [] : result && result[0]; +}; +/** + * Retrieves the matches from searching a string using a chain of regexes that successively search + * within previous matches. The provided `chain` array can contain regexes and or objects with + * `regex` and `backref` properties. When a backreference is specified, the named or numbered + * backreference is passed forward to the next regex or returned. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {Array} chain Regexes that each search for matches within preceding results. + * @returns {Array} Matches by the last regex in the chain, or an empty array. + * @example + * + * // Basic usage; matches numbers within <b> tags + * XRegExp.matchChain('1 <b>2</b> 3 <b>4 a 56</b>', [ + * XRegExp('(?is)<b>.*?</b>'), + * /\d+/ + * ]); + * // -> ['2', '4', '56'] + * + * // Passing forward and returning specific backreferences + * const html = `<a href="http://xregexp.com/api/">XRegExp</a> + * <a href="http://www.google.com/">Google</a>`; + * XRegExp.matchChain(html, [ + * {regex: /<a href="([^"]+)">/i, backref: 1}, + * {regex: XRegExp('(?i)^https?://(?<domain>[^/?#]+)'), backref: 'domain'} + * ]); + * // -> ['xregexp.com', 'www.google.com'] + */ + + +XRegExp.matchChain = function (str, chain) { + return function recurseChain(values, level) { + var item = chain[level].regex ? chain[level] : { + regex: chain[level] + }; + var matches = []; + + function addMatch(match) { + if (item.backref) { + var ERR_UNDEFINED_GROUP = "Backreference to undefined group: ".concat(item.backref); + var isNamedBackref = isNaN(item.backref); + + if (isNamedBackref && XRegExp.isInstalled('namespacing')) { + // `groups` has `null` as prototype, so using `in` instead of `hasOwnProperty` + if (!(match.groups && item.backref in match.groups)) { + throw new ReferenceError(ERR_UNDEFINED_GROUP); + } + } else if (!match.hasOwnProperty(item.backref)) { + throw new ReferenceError(ERR_UNDEFINED_GROUP); + } + + var backrefValue = isNamedBackref && XRegExp.isInstalled('namespacing') ? match.groups[item.backref] : match[item.backref]; + matches.push(backrefValue || ''); + } else { + matches.push(match[0]); + } + } + + var _iterator3 = _createForOfIteratorHelper(values), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var value = _step3.value; + (0, _forEach["default"])(XRegExp).call(XRegExp, value, item.regex, addMatch); + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + + return level === chain.length - 1 || !matches.length ? matches : recurseChain(matches, level + 1); + }([str], 0); +}; +/** + * Returns a new string with one or all matches of a pattern replaced. The pattern can be a string + * or regex, and the replacement can be a string or a function to be called for each match. To + * perform a global search and replace, use the optional `scope` argument or include flag g if using + * a regex. Replacement strings can use `$<n>` or `${n}` for named and numbered backreferences. + * Replacement functions can use named backreferences via the last argument. Also fixes browser bugs + * compared to the native `String.prototype.replace` and can be used reliably cross-browser. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp|String} search Search pattern to be replaced. + * @param {String|Function} replacement Replacement string or a function invoked to create it. + * Replacement strings can include special replacement syntax: + * - $$ - Inserts a literal $ character. + * - $&, $0 - Inserts the matched substring. + * - $` - Inserts the string that precedes the matched substring (left context). + * - $' - Inserts the string that follows the matched substring (right context). + * - $n, $nn - Where n/nn are digits referencing an existing capturing group, inserts + * backreference n/nn. + * - $<n>, ${n} - Where n is a name or any number of digits that reference an existing capturing + * group, inserts backreference n. + * Replacement functions are invoked with three or more arguments: + * - args[0] - The matched substring (corresponds to `$&` above). If the `namespacing` feature + * is off, named backreferences are accessible as properties of this argument. + * - args[1..n] - One argument for each backreference (corresponding to `$1`, `$2`, etc. above). + * If the regex has no capturing groups, no arguments appear in this position. + * - args[n+1] - The zero-based index of the match within the entire search string. + * - args[n+2] - The total string being searched. + * - args[n+3] - If the the search pattern is a regex with named capturing groups, the last + * argument is the groups object. Its keys are the backreference names and its values are the + * backreference values. If the `namespacing` feature is off, this argument is not present. + * @param {String} [scope] Use 'one' to replace the first match only, or 'all'. Defaults to 'one'. + * Defaults to 'all' if using a regex with flag g. + * @returns {String} New string with one or all matches replaced. + * @example + * + * // Regex search, using named backreferences in replacement string + * const name = XRegExp('(?<first>\\w+) (?<last>\\w+)'); + * XRegExp.replace('John Smith', name, '$<last>, $<first>'); + * // -> 'Smith, John' + * + * // Regex search, using named backreferences in replacement function + * XRegExp.replace('John Smith', name, (...args) => { + * const groups = args[args.length - 1]; + * return `${groups.last}, ${groups.first}`; + * }); + * // -> 'Smith, John' + * + * // String search, with replace-all + * XRegExp.replace('RegExp builds RegExps', 'RegExp', 'XRegExp', 'all'); + * // -> 'XRegExp builds XRegExps' + */ + + +XRegExp.replace = function (str, search, replacement, scope) { + var isRegex = XRegExp.isRegExp(search); + var global = search.global && scope !== 'one' || scope === 'all'; + var cacheKey = (global ? 'g' : '') + (search.sticky ? 'y' : '') || 'noGY'; + var s2 = search; + + if (isRegex) { + search[REGEX_DATA] = search[REGEX_DATA] || {}; // Shares cached copies with `XRegExp.exec`/`match`. Since a copy is used, `search`'s + // `lastIndex` isn't updated *during* replacement iterations + + s2 = search[REGEX_DATA][cacheKey] || (search[REGEX_DATA][cacheKey] = copyRegex(search, { + addG: !!global, + removeG: scope === 'one', + isInternalOnly: true + })); + } else if (global) { + s2 = new RegExp(XRegExp.escape(String(search)), 'g'); + } // Fixed `replace` required for named backreferences, etc. + + + var result = fixed.replace.call(nullThrows(str), s2, replacement); + + if (isRegex && search.global) { + // Fixes IE, Safari bug (last tested IE 9, Safari 5.1) + search.lastIndex = 0; + } + + return result; +}; +/** + * Performs batch processing of string replacements. Used like `XRegExp.replace`, but accepts an + * array of replacement details. Later replacements operate on the output of earlier replacements. + * Replacement details are accepted as an array with a regex or string to search for, the + * replacement string or function, and an optional scope of 'one' or 'all'. Uses the XRegExp + * replacement text syntax, which supports named backreference properties via `$<name>` or + * `${name}`. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {Array} replacements Array of replacement detail arrays. + * @returns {String} New string with all replacements. + * @example + * + * str = XRegExp.replaceEach(str, [ + * [XRegExp('(?<name>a)'), 'z$<name>'], + * [/b/gi, 'y'], + * [/c/g, 'x', 'one'], // scope 'one' overrides /g + * [/d/, 'w', 'all'], // scope 'all' overrides lack of /g + * ['e', 'v', 'all'], // scope 'all' allows replace-all for strings + * [/f/g, (match) => match.toUpperCase()] + * ]); + */ + + +XRegExp.replaceEach = function (str, replacements) { + var _iterator4 = _createForOfIteratorHelper(replacements), + _step4; + + try { + for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) { + var r = _step4.value; + str = XRegExp.replace(str, r[0], r[1], r[2]); + } + } catch (err) { + _iterator4.e(err); + } finally { + _iterator4.f(); + } + + return str; +}; +/** + * Splits a string into an array of strings using a regex or string separator. Matches of the + * separator are not included in the result array. However, if `separator` is a regex that contains + * capturing groups, backreferences are spliced into the result each time `separator` is matched. + * Fixes browser bugs compared to the native `String.prototype.split` and can be used reliably + * cross-browser. + * + * @memberOf XRegExp + * @param {String} str String to split. + * @param {RegExp|String} separator Regex or string to use for separating the string. + * @param {Number} [limit] Maximum number of items to include in the result array. + * @returns {Array} Array of substrings. + * @example + * + * // Basic use + * XRegExp.split('a b c', ' '); + * // -> ['a', 'b', 'c'] + * + * // With limit + * XRegExp.split('a b c', ' ', 2); + * // -> ['a', 'b'] + * + * // Backreferences in result array + * XRegExp.split('..word1..', /([a-z]+)(\d+)/i); + * // -> ['..', 'word', '1', '..'] + */ + + +XRegExp.split = function (str, separator, limit) { + return fixed.split.call(nullThrows(str), separator, limit); +}; +/** + * Executes a regex search in a specified string. Returns `true` or `false`. Optional `pos` and + * `sticky` arguments specify the search start position, and whether the match must start at the + * specified position only. The `lastIndex` property of the provided regex is not used, but is + * updated for compatibility. Also fixes browser bugs compared to the native + * `RegExp.prototype.test` and can be used reliably cross-browser. + * + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {Number} [pos=0] Zero-based index at which to start the search. + * @param {Boolean|String} [sticky=false] Whether the match must start at the specified position + * only. The string `'sticky'` is accepted as an alternative to `true`. + * @returns {boolean} Whether the regex matched the provided value. + * @example + * + * // Basic use + * XRegExp.test('abc', /c/); // -> true + * + * // With pos and sticky + * XRegExp.test('abc', /c/, 0, 'sticky'); // -> false + * XRegExp.test('abc', /c/, 2, 'sticky'); // -> true + */ +// Do this the easy way :-) + + +XRegExp.test = function (str, regex, pos, sticky) { + return !!XRegExp.exec(str, regex, pos, sticky); +}; +/** + * Uninstalls optional features according to the specified options. Used to undo the actions of + * `XRegExp.install`. + * + * @memberOf XRegExp + * @param {Object|String} options Options object or string. + * @example + * + * // With an options object + * XRegExp.uninstall({ + * // Disables support for astral code points in Unicode addons (unless enabled per regex) + * astral: true, + * + * // Don't add named capture groups to the `groups` property of matches + * namespacing: true + * }); + * + * // With an options string + * XRegExp.uninstall('astral namespacing'); + */ + + +XRegExp.uninstall = function (options) { + options = prepareOptions(options); + + if (features.astral && options.astral) { + setAstral(false); + } + + if (features.namespacing && options.namespacing) { + setNamespacing(false); + } +}; +/** + * Returns an XRegExp object that is the union of the given patterns. Patterns can be provided as + * regex objects or strings. Metacharacters are escaped in patterns provided as strings. + * Backreferences in provided regex objects are automatically renumbered to work correctly within + * the larger combined pattern. Native flags used by provided regexes are ignored in favor of the + * `flags` argument. + * + * @memberOf XRegExp + * @param {Array} patterns Regexes and strings to combine. + * @param {String} [flags] Any combination of XRegExp flags. + * @param {Object} [options] Options object with optional properties: + * - `conjunction` {String} Type of conjunction to use: 'or' (default) or 'none'. + * @returns {RegExp} Union of the provided regexes and strings. + * @example + * + * XRegExp.union(['a+b*c', /(dogs)\1/, /(cats)\1/], 'i'); + * // -> /a\+b\*c|(dogs)\1|(cats)\2/i + * + * XRegExp.union([/man/, /bear/, /pig/], 'i', {conjunction: 'none'}); + * // -> /manbearpig/i + */ + + +XRegExp.union = function (patterns, flags, options) { + options = options || {}; + var conjunction = options.conjunction || 'or'; + var numCaptures = 0; + var numPriorCaptures; + var captureNames; + + function rewrite(match, paren, backref) { + var name = captureNames[numCaptures - numPriorCaptures]; // Capturing group + + if (paren) { + ++numCaptures; // If the current capture has a name, preserve the name + + if (name) { + return "(?<".concat(name, ">"); + } // Backreference + + } else if (backref) { + // Rewrite the backreference + return "\\".concat(+backref + numPriorCaptures); + } + + return match; + } + + if (!(isType(patterns, 'Array') && patterns.length)) { + throw new TypeError('Must provide a nonempty array of patterns to merge'); + } + + var parts = /(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g; + var output = []; + + var _iterator5 = _createForOfIteratorHelper(patterns), + _step5; + + try { + for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) { + var pattern = _step5.value; + + if (XRegExp.isRegExp(pattern)) { + numPriorCaptures = numCaptures; + captureNames = pattern[REGEX_DATA] && pattern[REGEX_DATA].captureNames || []; // Rewrite backreferences. Passing to XRegExp dies on octals and ensures patterns are + // independently valid; helps keep this simple. Named captures are put back + + output.push(XRegExp(pattern.source).source.replace(parts, rewrite)); + } else { + output.push(XRegExp.escape(pattern)); + } + } + } catch (err) { + _iterator5.e(err); + } finally { + _iterator5.f(); + } + + var separator = conjunction === 'none' ? '' : '|'; + return XRegExp(output.join(separator), flags); +}; // ==--------------------------== +// Fixed/extended native methods +// ==--------------------------== + +/** + * Adds named capture support (with backreferences returned as `result.name`), and fixes browser + * bugs in the native `RegExp.prototype.exec`. Use via `XRegExp.exec`. + * + * @memberOf RegExp + * @param {String} str String to search. + * @returns {Array} Match array with named backreference properties, or `null`. + */ + + +fixed.exec = function (str) { + var origLastIndex = this.lastIndex; + var match = RegExp.prototype.exec.apply(this, arguments); + + if (match) { + // Fix browsers whose `exec` methods don't return `undefined` for nonparticipating capturing + // groups. This fixes IE 5.5-8, but not IE 9's quirks mode or emulation of older IEs. IE 9 + // in standards mode follows the spec. + if (!correctExecNpcg && match.length > 1 && (0, _indexOf["default"])(match).call(match, '') !== -1) { + var _context3; + + var r2 = copyRegex(this, { + removeG: true, + isInternalOnly: true + }); // Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed + // matching due to characters outside the match + + (0, _slice["default"])(_context3 = String(str)).call(_context3, match.index).replace(r2, function () { + var len = arguments.length; // Skip index 0 and the last 2 + + for (var i = 1; i < len - 2; ++i) { + if ((i < 0 || arguments.length <= i ? undefined : arguments[i]) === undefined) { + match[i] = undefined; + } + } + }); + } // Attach named capture properties + + + if (this[REGEX_DATA] && this[REGEX_DATA].captureNames) { + var groupsObject = match; + + if (XRegExp.isInstalled('namespacing')) { + // https://tc39.github.io/proposal-regexp-named-groups/#sec-regexpbuiltinexec + match.groups = (0, _create["default"])(null); + groupsObject = match.groups; + } // Skip index 0 + + + for (var i = 1; i < match.length; ++i) { + var name = this[REGEX_DATA].captureNames[i - 1]; + + if (name) { + groupsObject[name] = match[i]; + } + } // Preserve any existing `groups` obj that came from native ES2018 named capture + + } else if (!match.groups && XRegExp.isInstalled('namespacing')) { + match.groups = undefined; + } // Fix browsers that increment `lastIndex` after zero-length matches + + + if (this.global && !match[0].length && this.lastIndex > match.index) { + this.lastIndex = match.index; + } + } + + if (!this.global) { + // Fixes IE, Opera bug (last tested IE 9, Opera 11.6) + this.lastIndex = origLastIndex; + } + + return match; +}; +/** + * Fixes browser bugs in the native `RegExp.prototype.test`. + * + * @memberOf RegExp + * @param {String} str String to search. + * @returns {boolean} Whether the regex matched the provided value. + */ + + +fixed.test = function (str) { + // Do this the easy way :-) + return !!fixed.exec.call(this, str); +}; +/** + * Adds named capture support (with backreferences returned as `result.name`), and fixes browser + * bugs in the native `String.prototype.match`. + * + * @memberOf String + * @param {RegExp|*} regex Regex to search with. If not a regex object, it is passed to `RegExp`. + * @returns {Array} If `regex` uses flag g, an array of match strings or `null`. Without flag g, + * the result of calling `regex.exec(this)`. + */ + + +fixed.match = function (regex) { + if (!XRegExp.isRegExp(regex)) { + // Use the native `RegExp` rather than `XRegExp` + regex = new RegExp(regex); + } else if (regex.global) { + var result = String.prototype.match.apply(this, arguments); // Fixes IE bug + + regex.lastIndex = 0; + return result; + } + + return fixed.exec.call(regex, nullThrows(this)); +}; +/** + * Adds support for `${n}` (or `$<n>`) tokens for named and numbered backreferences in replacement + * text, and provides named backreferences to replacement functions as `arguments[0].name`. Also + * fixes browser bugs in replacement text syntax when performing a replacement using a nonregex + * search value, and the value of a replacement regex's `lastIndex` property during replacement + * iterations and upon completion. Note that this doesn't support SpiderMonkey's proprietary third + * (`flags`) argument. Use via `XRegExp.replace`. + * + * @memberOf String + * @param {RegExp|String} search Search pattern to be replaced. + * @param {String|Function} replacement Replacement string or a function invoked to create it. + * @returns {string} New string with one or all matches replaced. + */ + + +fixed.replace = function (search, replacement) { + var isRegex = XRegExp.isRegExp(search); + var origLastIndex; + var captureNames; + var result; + + if (isRegex) { + if (search[REGEX_DATA]) { + captureNames = search[REGEX_DATA].captureNames; + } // Only needed if `search` is nonglobal + + + origLastIndex = search.lastIndex; + } else { + search += ''; // Type-convert + } // Don't use `typeof`; some older browsers return 'function' for regex objects + + + if (isType(replacement, 'Function')) { + // Stringifying `this` fixes a bug in IE < 9 where the last argument in replacement + // functions isn't type-converted to a string + result = String(this).replace(search, function () { + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + if (captureNames) { + var groupsObject; + + if (XRegExp.isInstalled('namespacing')) { + // https://tc39.github.io/proposal-regexp-named-groups/#sec-regexpbuiltinexec + groupsObject = (0, _create["default"])(null); + args.push(groupsObject); + } else { + // Change the `args[0]` string primitive to a `String` object that can store + // properties. This really does need to use `String` as a constructor + args[0] = new String(args[0]); + groupsObject = args[0]; + } // Store named backreferences + + + for (var i = 0; i < captureNames.length; ++i) { + if (captureNames[i]) { + groupsObject[captureNames[i]] = args[i + 1]; + } + } + } // ES6 specs the context for replacement functions as `undefined` + + + return replacement.apply(void 0, args); + }); + } else { + // Ensure that the last value of `args` will be a string when given nonstring `this`, + // while still throwing on null or undefined context + result = String(nullThrows(this)).replace(search, function () { + for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { + args[_key2] = arguments[_key2]; + } + + return String(replacement).replace(replacementToken, replacer); + + function replacer($0, bracketed, angled, dollarToken) { + bracketed = bracketed || angled; // ES2018 added a new trailing `groups` arg that's passed to replacement functions + // when the search regex uses native named capture + + var numNonCaptureArgs = isType(args[args.length - 1], 'Object') ? 4 : 3; + var numCaptures = args.length - numNonCaptureArgs; // Handle named or numbered backreference with curly or angled braces: ${n}, $<n> + + if (bracketed) { + // Handle backreference to numbered capture, if `bracketed` is an integer. Use + // `0` for the entire match. Any number of leading zeros may be used. + if (/^\d+$/.test(bracketed)) { + // Type-convert and drop leading zeros + var _n = +bracketed; + + if (_n <= numCaptures) { + return args[_n] || ''; + } + } // Handle backreference to named capture. If the name does not refer to an + // existing capturing group, it's an error. Also handles the error for numbered + // backference that does not refer to an existing group. + // Using `indexOf` since having groups with the same name is already an error, + // otherwise would need `lastIndexOf`. + + + var n = captureNames ? (0, _indexOf["default"])(captureNames).call(captureNames, bracketed) : -1; + + if (n < 0) { + throw new SyntaxError("Backreference to undefined group ".concat($0)); + } + + return args[n + 1] || ''; + } // Handle `$`-prefixed variable + // Handle space/blank first because type conversion with `+` drops space padding + // and converts spaces and empty strings to `0` + + + if (dollarToken === '' || dollarToken === ' ') { + throw new SyntaxError("Invalid token ".concat($0)); + } + + if (dollarToken === '&' || +dollarToken === 0) { + // $&, $0 (not followed by 1-9), $00 + return args[0]; + } + + if (dollarToken === '$') { + // $$ + return '$'; + } + + if (dollarToken === '`') { + var _context4; + + // $` (left context) + return (0, _slice["default"])(_context4 = args[args.length - 1]).call(_context4, 0, args[args.length - 2]); + } + + if (dollarToken === "'") { + var _context5; + + // $' (right context) + return (0, _slice["default"])(_context5 = args[args.length - 1]).call(_context5, args[args.length - 2] + args[0].length); + } // Handle numbered backreference without braces + // Type-convert and drop leading zero + + + dollarToken = +dollarToken; // XRegExp behavior for `$n` and `$nn`: + // - Backrefs end after 1 or 2 digits. Use `${..}` or `$<..>` for more digits. + // - `$1` is an error if no capturing groups. + // - `$10` is an error if less than 10 capturing groups. Use `${1}0` or `$<1>0` + // instead. + // - `$01` is `$1` if at least one capturing group, else it's an error. + // - `$0` (not followed by 1-9) and `$00` are the entire match. + // Native behavior, for comparison: + // - Backrefs end after 1 or 2 digits. Cannot reference capturing group 100+. + // - `$1` is a literal `$1` if no capturing groups. + // - `$10` is `$1` followed by a literal `0` if less than 10 capturing groups. + // - `$01` is `$1` if at least one capturing group, else it's a literal `$01`. + // - `$0` is a literal `$0`. + + if (!isNaN(dollarToken)) { + if (dollarToken > numCaptures) { + throw new SyntaxError("Backreference to undefined group ".concat($0)); + } + + return args[dollarToken] || ''; + } // `$` followed by an unsupported char is an error, unlike native JS + + + throw new SyntaxError("Invalid token ".concat($0)); + } + }); + } + + if (isRegex) { + if (search.global) { + // Fixes IE, Safari bug (last tested IE 9, Safari 5.1) + search.lastIndex = 0; + } else { + // Fixes IE, Opera bug (last tested IE 9, Opera 11.6) + search.lastIndex = origLastIndex; + } + } + + return result; +}; +/** + * Fixes browser bugs in the native `String.prototype.split`. Use via `XRegExp.split`. + * + * @memberOf String + * @param {RegExp|String} separator Regex or string to use for separating the string. + * @param {Number} [limit] Maximum number of items to include in the result array. + * @returns {!Array} Array of substrings. + */ + + +fixed.split = function (separator, limit) { + if (!XRegExp.isRegExp(separator)) { + // Browsers handle nonregex split correctly, so use the faster native method + return String.prototype.split.apply(this, arguments); + } + + var str = String(this); + var output = []; + var origLastIndex = separator.lastIndex; + var lastLastIndex = 0; + var lastLength; // Values for `limit`, per the spec: + // If undefined: pow(2,32) - 1 + // If 0, Infinity, or NaN: 0 + // If positive number: limit = floor(limit); if (limit >= pow(2,32)) limit -= pow(2,32); + // If negative number: pow(2,32) - floor(abs(limit)) + // If other: Type-convert, then use the above rules + // This line fails in very strange ways for some values of `limit` in Opera 10.5-10.63, unless + // Opera Dragonfly is open (go figure). It works in at least Opera 9.5-10.1 and 11+ + + limit = (limit === undefined ? -1 : limit) >>> 0; + (0, _forEach["default"])(XRegExp).call(XRegExp, str, separator, function (match) { + // This condition is not the same as `if (match[0].length)` + if (match.index + match[0].length > lastLastIndex) { + output.push((0, _slice["default"])(str).call(str, lastLastIndex, match.index)); + + if (match.length > 1 && match.index < str.length) { + Array.prototype.push.apply(output, (0, _slice["default"])(match).call(match, 1)); + } + + lastLength = match[0].length; + lastLastIndex = match.index + lastLength; + } + }); + + if (lastLastIndex === str.length) { + if (!separator.test('') || lastLength) { + output.push(''); + } + } else { + output.push((0, _slice["default"])(str).call(str, lastLastIndex)); + } + + separator.lastIndex = origLastIndex; + return output.length > limit ? (0, _slice["default"])(output).call(output, 0, limit) : output; +}; // ==--------------------------== +// Built-in syntax/flag tokens +// ==--------------------------== + +/* + * Letter escapes that natively match literal characters: `\a`, `\A`, etc. These should be + * SyntaxErrors but are allowed in web reality. XRegExp makes them errors for cross-browser + * consistency and to reserve their syntax, but lets them be superseded by addons. + */ + + +XRegExp.addToken(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4}|{[\dA-Fa-f]+})|x(?![\dA-Fa-f]{2}))/, function (match, scope) { + // \B is allowed in default scope only + if (match[1] === 'B' && scope === defaultScope) { + return match[0]; + } + + throw new SyntaxError("Invalid escape ".concat(match[0])); +}, { + scope: 'all', + leadChar: '\\' +}); +/* + * Unicode code point escape with curly braces: `\u{N..}`. `N..` is any one or more digit + * hexadecimal number from 0-10FFFF, and can include leading zeros. Requires the native ES6 `u` flag + * to support code points greater than U+FFFF. Avoids converting code points above U+FFFF to + * surrogate pairs (which could be done without flag `u`), since that could lead to broken behavior + * if you follow a `\u{N..}` token that references a code point above U+FFFF with a quantifier, or + * if you use the same in a character class. + */ + +XRegExp.addToken(/\\u{([\dA-Fa-f]+)}/, function (match, scope, flags) { + var code = dec(match[1]); + + if (code > 0x10FFFF) { + throw new SyntaxError("Invalid Unicode code point ".concat(match[0])); + } + + if (code <= 0xFFFF) { + // Converting to \uNNNN avoids needing to escape the literal character and keep it + // separate from preceding tokens + return "\\u".concat(pad4(hex(code))); + } // If `code` is between 0xFFFF and 0x10FFFF, require and defer to native handling + + + if (hasNativeU && (0, _indexOf["default"])(flags).call(flags, 'u') !== -1) { + return match[0]; + } + + throw new SyntaxError('Cannot use Unicode code point above \\u{FFFF} without flag u'); +}, { + scope: 'all', + leadChar: '\\' +}); +/* + * Comment pattern: `(?# )`. Inline comments are an alternative to the line comments allowed in + * free-spacing mode (flag x). + */ + +XRegExp.addToken(/\(\?#[^)]*\)/, getContextualTokenSeparator, { + leadChar: '(' +}); +/* + * Whitespace and line comments, in free-spacing mode (aka extended mode, flag x) only. + */ + +XRegExp.addToken(/\s+|#[^\n]*\n?/, getContextualTokenSeparator, { + flag: 'x' +}); +/* + * Dot, in dotAll mode (aka singleline mode, flag s) only. + */ + +if (!hasNativeS) { + XRegExp.addToken(/\./, function () { + return '[\\s\\S]'; + }, { + flag: 's', + leadChar: '.' + }); +} +/* + * Named backreference: `\k<name>`. Backreference names can use RegExpIdentifierName characters + * only. Also allows numbered backreferences as `\k<n>`. + */ + + +XRegExp.addToken(/\\k<([^>]+)>/, function (match) { + var _context6, _context7; + + // Groups with the same name is an error, else would need `lastIndexOf` + var index = isNaN(match[1]) ? (0, _indexOf["default"])(_context6 = this.captureNames).call(_context6, match[1]) + 1 : +match[1]; + var endIndex = match.index + match[0].length; + + if (!index || index > this.captureNames.length) { + throw new SyntaxError("Backreference to undefined group ".concat(match[0])); + } // Keep backreferences separate from subsequent literal numbers. This avoids e.g. + // inadvertedly changing `(?<n>)\k<n>1` to `()\11`. + + + return (0, _concat["default"])(_context7 = "\\".concat(index)).call(_context7, endIndex === match.input.length || isNaN(match.input[endIndex]) ? '' : '(?:)'); +}, { + leadChar: '\\' +}); +/* + * Numbered backreference or octal, plus any following digits: `\0`, `\11`, etc. Octals except `\0` + * not followed by 0-9 and backreferences to unopened capture groups throw an error. Other matches + * are returned unaltered. IE < 9 doesn't support backreferences above `\99` in regex syntax. + */ + +XRegExp.addToken(/\\(\d+)/, function (match, scope) { + if (!(scope === defaultScope && /^[1-9]/.test(match[1]) && +match[1] <= this.captureNames.length) && match[1] !== '0') { + throw new SyntaxError("Cannot use octal escape or backreference to undefined group ".concat(match[0])); + } + + return match[0]; +}, { + scope: 'all', + leadChar: '\\' +}); +/* + * Named capturing group; match the opening delimiter only: `(?<name>`. Capture names can use the + * RegExpIdentifierName characters only. Names can't be integers. Supports Python-style + * `(?P<name>` as an alternate syntax to avoid issues in some older versions of Opera which natively + * supported the Python-style syntax. Otherwise, XRegExp might treat numbered backreferences to + * Python-style named capture as octals. + */ + +XRegExp.addToken(/\(\?P?<((?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088E\u0898-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF50\uDF70-\uDF85\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC75\uDC7F-\uDCBA\uDCC2\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39\uDF40-\uDF46]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF6\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]|\uDB40[\uDD00-\uDDEF])*)>/, function (match) { + var _context8; + + if (!XRegExp.isInstalled('namespacing') && (match[1] === 'length' || match[1] === '__proto__')) { + throw new SyntaxError("Cannot use reserved word as capture name ".concat(match[0])); + } + + if ((0, _indexOf["default"])(_context8 = this.captureNames).call(_context8, match[1]) !== -1) { + throw new SyntaxError("Cannot use same name for multiple groups ".concat(match[0])); + } + + this.captureNames.push(match[1]); + this.hasNamedCapture = true; + return '('; +}, { + leadChar: '(' +}); +/* + * Capturing group; match the opening parenthesis only. Required for support of named capturing + * groups. Also adds named capture only mode (flag n). + */ + +XRegExp.addToken(/\((?!\?)/, function (match, scope, flags) { + if ((0, _indexOf["default"])(flags).call(flags, 'n') !== -1) { + return '(?:'; + } + + this.captureNames.push(null); + return '('; +}, { + optionalFlags: 'n', + leadChar: '(' +}); +var _default = XRegExp; +exports["default"] = _default; +module.exports = exports.default; +},{"@babel/runtime-corejs3/core-js-stable/array/from":5,"@babel/runtime-corejs3/core-js-stable/array/is-array":6,"@babel/runtime-corejs3/core-js-stable/instance/concat":7,"@babel/runtime-corejs3/core-js-stable/instance/flags":8,"@babel/runtime-corejs3/core-js-stable/instance/for-each":9,"@babel/runtime-corejs3/core-js-stable/instance/index-of":10,"@babel/runtime-corejs3/core-js-stable/instance/slice":11,"@babel/runtime-corejs3/core-js-stable/instance/sort":12,"@babel/runtime-corejs3/core-js-stable/object/create":13,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/core-js-stable/parse-int":15,"@babel/runtime-corejs3/core-js-stable/symbol":16,"@babel/runtime-corejs3/core-js/get-iterator-method":19,"@babel/runtime-corejs3/helpers/interopRequireDefault":24,"@babel/runtime-corejs3/helpers/slicedToArray":27}],5:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/array/from"); +},{"core-js-pure/stable/array/from":208}],6:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/array/is-array"); +},{"core-js-pure/stable/array/is-array":209}],7:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/instance/concat"); +},{"core-js-pure/stable/instance/concat":212}],8:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/instance/flags"); +},{"core-js-pure/stable/instance/flags":213}],9:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/instance/for-each"); +},{"core-js-pure/stable/instance/for-each":214}],10:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/instance/index-of"); +},{"core-js-pure/stable/instance/index-of":215}],11:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/instance/slice"); +},{"core-js-pure/stable/instance/slice":216}],12:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/instance/sort"); +},{"core-js-pure/stable/instance/sort":217}],13:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/object/create"); +},{"core-js-pure/stable/object/create":218}],14:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/object/define-property"); +},{"core-js-pure/stable/object/define-property":219}],15:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/parse-int"); +},{"core-js-pure/stable/parse-int":220}],16:[function(require,module,exports){ +module.exports = require("core-js-pure/stable/symbol"); +},{"core-js-pure/stable/symbol":221}],17:[function(require,module,exports){ +module.exports = require("core-js-pure/features/array/from"); +},{"core-js-pure/features/array/from":52}],18:[function(require,module,exports){ +module.exports = require("core-js-pure/features/array/is-array"); +},{"core-js-pure/features/array/is-array":53}],19:[function(require,module,exports){ +module.exports = require("core-js-pure/features/get-iterator-method"); +},{"core-js-pure/features/get-iterator-method":54}],20:[function(require,module,exports){ +module.exports = require("core-js-pure/features/instance/slice"); +},{"core-js-pure/features/instance/slice":55}],21:[function(require,module,exports){ +module.exports = require("core-js-pure/features/symbol"); +},{"core-js-pure/features/symbol":56}],22:[function(require,module,exports){ +function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + + for (var i = 0, arr2 = new Array(len); i < len; i++) { + arr2[i] = arr[i]; + } + + return arr2; +} + +module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{}],23:[function(require,module,exports){ +var _Array$isArray = require("@babel/runtime-corejs3/core-js/array/is-array"); + +function _arrayWithHoles(arr) { + if (_Array$isArray(arr)) return arr; +} + +module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{"@babel/runtime-corejs3/core-js/array/is-array":18}],24:[function(require,module,exports){ +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} + +module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{}],25:[function(require,module,exports){ +var _Symbol = require("@babel/runtime-corejs3/core-js/symbol"); + +var _getIteratorMethod = require("@babel/runtime-corejs3/core-js/get-iterator-method"); + +function _iterableToArrayLimit(arr, i) { + var _i = arr == null ? null : typeof _Symbol !== "undefined" && _getIteratorMethod(arr) || arr["@@iterator"]; + + if (_i == null) return; + var _arr = []; + var _n = true; + var _d = false; + + var _s, _e; + + try { + for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"] != null) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; +} + +module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{"@babel/runtime-corejs3/core-js/get-iterator-method":19,"@babel/runtime-corejs3/core-js/symbol":21}],26:[function(require,module,exports){ +function _nonIterableRest() { + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} + +module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{}],27:[function(require,module,exports){ +var arrayWithHoles = require("./arrayWithHoles.js"); + +var iterableToArrayLimit = require("./iterableToArrayLimit.js"); + +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); + +var nonIterableRest = require("./nonIterableRest.js"); + +function _slicedToArray(arr, i) { + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); +} + +module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{"./arrayWithHoles.js":23,"./iterableToArrayLimit.js":25,"./nonIterableRest.js":26,"./unsupportedIterableToArray.js":28}],28:[function(require,module,exports){ +var _sliceInstanceProperty = require("@babel/runtime-corejs3/core-js/instance/slice"); + +var _Array$from = require("@babel/runtime-corejs3/core-js/array/from"); + +var arrayLikeToArray = require("./arrayLikeToArray.js"); + +function _unsupportedIterableToArray(o, minLen) { + var _context; + + if (!o) return; + if (typeof o === "string") return arrayLikeToArray(o, minLen); + + var n = _sliceInstanceProperty(_context = Object.prototype.toString.call(o)).call(_context, 8, -1); + + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return _Array$from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); +} + +module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; +},{"./arrayLikeToArray.js":22,"@babel/runtime-corejs3/core-js/array/from":17,"@babel/runtime-corejs3/core-js/instance/slice":20}],29:[function(require,module,exports){ +var parent = require('../../stable/array/from'); + +module.exports = parent; + +},{"../../stable/array/from":208}],30:[function(require,module,exports){ +var parent = require('../../stable/array/is-array'); + +module.exports = parent; + +},{"../../stable/array/is-array":209}],31:[function(require,module,exports){ +var parent = require('../stable/get-iterator-method'); + +module.exports = parent; + +},{"../stable/get-iterator-method":211}],32:[function(require,module,exports){ +var parent = require('../../stable/instance/slice'); + +module.exports = parent; + +},{"../../stable/instance/slice":216}],33:[function(require,module,exports){ +var parent = require('../../stable/symbol'); + +module.exports = parent; + +},{"../../stable/symbol":221}],34:[function(require,module,exports){ +require('../../modules/es.string.iterator'); +require('../../modules/es.array.from'); +var path = require('../../internals/path'); + +module.exports = path.Array.from; + +},{"../../internals/path":142,"../../modules/es.array.from":170,"../../modules/es.string.iterator":184}],35:[function(require,module,exports){ +require('../../modules/es.array.is-array'); +var path = require('../../internals/path'); + +module.exports = path.Array.isArray; + +},{"../../internals/path":142,"../../modules/es.array.is-array":172}],36:[function(require,module,exports){ +require('../../../modules/es.array.concat'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Array').concat; + +},{"../../../internals/entry-virtual":91,"../../../modules/es.array.concat":168}],37:[function(require,module,exports){ +require('../../../modules/es.array.for-each'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Array').forEach; + +},{"../../../internals/entry-virtual":91,"../../../modules/es.array.for-each":169}],38:[function(require,module,exports){ +require('../../../modules/es.array.index-of'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Array').indexOf; + +},{"../../../internals/entry-virtual":91,"../../../modules/es.array.index-of":171}],39:[function(require,module,exports){ +require('../../../modules/es.array.slice'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Array').slice; + +},{"../../../internals/entry-virtual":91,"../../../modules/es.array.slice":174}],40:[function(require,module,exports){ +require('../../../modules/es.array.sort'); +var entryVirtual = require('../../../internals/entry-virtual'); + +module.exports = entryVirtual('Array').sort; + +},{"../../../internals/entry-virtual":91,"../../../modules/es.array.sort":175}],41:[function(require,module,exports){ +require('../modules/es.array.iterator'); +require('../modules/es.string.iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +module.exports = getIteratorMethod; + +},{"../internals/get-iterator-method":101,"../modules/es.array.iterator":173,"../modules/es.string.iterator":184}],42:[function(require,module,exports){ +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/concat'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.concat; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.concat) ? method : own; +}; + +},{"../../internals/object-is-prototype-of":135,"../array/virtual/concat":36}],43:[function(require,module,exports){ +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var flags = require('../regexp/flags'); + +var RegExpPrototype = RegExp.prototype; + +module.exports = function (it) { + return (it === RegExpPrototype || isPrototypeOf(RegExpPrototype, it)) ? flags(it) : it.flags; +}; + +},{"../../internals/object-is-prototype-of":135,"../regexp/flags":50}],44:[function(require,module,exports){ +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/index-of'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.indexOf; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.indexOf) ? method : own; +}; + +},{"../../internals/object-is-prototype-of":135,"../array/virtual/index-of":38}],45:[function(require,module,exports){ +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/slice'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.slice; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.slice) ? method : own; +}; + +},{"../../internals/object-is-prototype-of":135,"../array/virtual/slice":39}],46:[function(require,module,exports){ +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/sort'); + +var ArrayPrototype = Array.prototype; + +module.exports = function (it) { + var own = it.sort; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.sort) ? method : own; +}; + +},{"../../internals/object-is-prototype-of":135,"../array/virtual/sort":40}],47:[function(require,module,exports){ +require('../../modules/es.object.create'); +var path = require('../../internals/path'); + +var Object = path.Object; + +module.exports = function create(P, D) { + return Object.create(P, D); +}; + +},{"../../internals/path":142,"../../modules/es.object.create":178}],48:[function(require,module,exports){ +require('../../modules/es.object.define-property'); +var path = require('../../internals/path'); + +var Object = path.Object; + +var defineProperty = module.exports = function defineProperty(it, key, desc) { + return Object.defineProperty(it, key, desc); +}; + +if (Object.defineProperty.sham) defineProperty.sham = true; + +},{"../../internals/path":142,"../../modules/es.object.define-property":179}],49:[function(require,module,exports){ +require('../modules/es.parse-int'); +var path = require('../internals/path'); + +module.exports = path.parseInt; + +},{"../internals/path":142,"../modules/es.parse-int":181}],50:[function(require,module,exports){ +require('../../modules/es.regexp.flags'); +var uncurryThis = require('../../internals/function-uncurry-this'); +var regExpFlags = require('../../internals/regexp-flags'); + +module.exports = uncurryThis(regExpFlags); + +},{"../../internals/function-uncurry-this":99,"../../internals/regexp-flags":144,"../../modules/es.regexp.flags":183}],51:[function(require,module,exports){ +require('../../modules/es.array.concat'); +require('../../modules/es.object.to-string'); +require('../../modules/es.symbol'); +require('../../modules/es.symbol.async-iterator'); +require('../../modules/es.symbol.description'); +require('../../modules/es.symbol.has-instance'); +require('../../modules/es.symbol.is-concat-spreadable'); +require('../../modules/es.symbol.iterator'); +require('../../modules/es.symbol.match'); +require('../../modules/es.symbol.match-all'); +require('../../modules/es.symbol.replace'); +require('../../modules/es.symbol.search'); +require('../../modules/es.symbol.species'); +require('../../modules/es.symbol.split'); +require('../../modules/es.symbol.to-primitive'); +require('../../modules/es.symbol.to-string-tag'); +require('../../modules/es.symbol.unscopables'); +require('../../modules/es.json.to-string-tag'); +require('../../modules/es.math.to-string-tag'); +require('../../modules/es.reflect.to-string-tag'); +var path = require('../../internals/path'); + +module.exports = path.Symbol; + +},{"../../internals/path":142,"../../modules/es.array.concat":168,"../../modules/es.json.to-string-tag":176,"../../modules/es.math.to-string-tag":177,"../../modules/es.object.to-string":180,"../../modules/es.reflect.to-string-tag":182,"../../modules/es.symbol":190,"../../modules/es.symbol.async-iterator":185,"../../modules/es.symbol.description":186,"../../modules/es.symbol.has-instance":187,"../../modules/es.symbol.is-concat-spreadable":188,"../../modules/es.symbol.iterator":189,"../../modules/es.symbol.match":192,"../../modules/es.symbol.match-all":191,"../../modules/es.symbol.replace":193,"../../modules/es.symbol.search":194,"../../modules/es.symbol.species":195,"../../modules/es.symbol.split":196,"../../modules/es.symbol.to-primitive":197,"../../modules/es.symbol.to-string-tag":198,"../../modules/es.symbol.unscopables":199}],52:[function(require,module,exports){ +var parent = require('../../actual/array/from'); + +module.exports = parent; + +},{"../../actual/array/from":29}],53:[function(require,module,exports){ +var parent = require('../../actual/array/is-array'); + +module.exports = parent; + +},{"../../actual/array/is-array":30}],54:[function(require,module,exports){ +var parent = require('../actual/get-iterator-method'); + +module.exports = parent; + +},{"../actual/get-iterator-method":31}],55:[function(require,module,exports){ +var parent = require('../../actual/instance/slice'); + +module.exports = parent; + +},{"../../actual/instance/slice":32}],56:[function(require,module,exports){ +var parent = require('../../actual/symbol'); +require('../../modules/esnext.symbol.async-dispose'); +require('../../modules/esnext.symbol.dispose'); +require('../../modules/esnext.symbol.matcher'); +require('../../modules/esnext.symbol.metadata'); +require('../../modules/esnext.symbol.observable'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.symbol.pattern-match'); +// TODO: Remove from `core-js@4` +require('../../modules/esnext.symbol.replace-all'); + +module.exports = parent; + +},{"../../actual/symbol":33,"../../modules/esnext.symbol.async-dispose":200,"../../modules/esnext.symbol.dispose":201,"../../modules/esnext.symbol.matcher":202,"../../modules/esnext.symbol.metadata":203,"../../modules/esnext.symbol.observable":204,"../../modules/esnext.symbol.pattern-match":205,"../../modules/esnext.symbol.replace-all":206}],57:[function(require,module,exports){ +var global = require('../internals/global'); +var isCallable = require('../internals/is-callable'); +var tryToString = require('../internals/try-to-string'); + +var TypeError = global.TypeError; + +// `Assert: IsCallable(argument) is true` +module.exports = function (argument) { + if (isCallable(argument)) return argument; + throw TypeError(tryToString(argument) + ' is not a function'); +}; + +},{"../internals/global":104,"../internals/is-callable":114,"../internals/try-to-string":162}],58:[function(require,module,exports){ +var global = require('../internals/global'); +var isCallable = require('../internals/is-callable'); + +var String = global.String; +var TypeError = global.TypeError; + +module.exports = function (argument) { + if (typeof argument == 'object' || isCallable(argument)) return argument; + throw TypeError("Can't set " + String(argument) + ' as a prototype'); +}; + +},{"../internals/global":104,"../internals/is-callable":114}],59:[function(require,module,exports){ +module.exports = function () { /* empty */ }; + +},{}],60:[function(require,module,exports){ +var global = require('../internals/global'); +var isObject = require('../internals/is-object'); + +var String = global.String; +var TypeError = global.TypeError; + +// `Assert: Type(argument) is Object` +module.exports = function (argument) { + if (isObject(argument)) return argument; + throw TypeError(String(argument) + ' is not an object'); +}; + +},{"../internals/global":104,"../internals/is-object":117}],61:[function(require,module,exports){ +'use strict'; +var $forEach = require('../internals/array-iteration').forEach; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var STRICT_METHOD = arrayMethodIsStrict('forEach'); + +// `Array.prototype.forEach` method implementation +// https://tc39.es/ecma262/#sec-array.prototype.foreach +module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) { + return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); +// eslint-disable-next-line es/no-array-prototype-foreach -- safe +} : [].forEach; + +},{"../internals/array-iteration":64,"../internals/array-method-is-strict":66}],62:[function(require,module,exports){ +'use strict'; +var global = require('../internals/global'); +var bind = require('../internals/function-bind-context'); +var call = require('../internals/function-call'); +var toObject = require('../internals/to-object'); +var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing'); +var isArrayIteratorMethod = require('../internals/is-array-iterator-method'); +var isConstructor = require('../internals/is-constructor'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var createProperty = require('../internals/create-property'); +var getIterator = require('../internals/get-iterator'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +var Array = global.Array; + +// `Array.from` method implementation +// https://tc39.es/ecma262/#sec-array.from +module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) { + var O = toObject(arrayLike); + var IS_CONSTRUCTOR = isConstructor(this); + var argumentsLength = arguments.length; + var mapfn = argumentsLength > 1 ? arguments[1] : undefined; + var mapping = mapfn !== undefined; + if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined); + var iteratorMethod = getIteratorMethod(O); + var index = 0; + var length, result, step, iterator, next, value; + // if the target is not iterable or it's an array with the default iterator - use a simple case + if (iteratorMethod && !(this == Array && isArrayIteratorMethod(iteratorMethod))) { + iterator = getIterator(O, iteratorMethod); + next = iterator.next; + result = IS_CONSTRUCTOR ? new this() : []; + for (;!(step = call(next, iterator)).done; index++) { + value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value; + createProperty(result, index, value); + } + } else { + length = lengthOfArrayLike(O); + result = IS_CONSTRUCTOR ? new this(length) : Array(length); + for (;length > index; index++) { + value = mapping ? mapfn(O[index], index) : O[index]; + createProperty(result, index, value); + } + } + result.length = index; + return result; +}; + +},{"../internals/call-with-safe-iteration-closing":72,"../internals/create-property":80,"../internals/function-bind-context":96,"../internals/function-call":97,"../internals/get-iterator":102,"../internals/get-iterator-method":101,"../internals/global":104,"../internals/is-array-iterator-method":112,"../internals/is-constructor":115,"../internals/length-of-array-like":123,"../internals/to-object":157}],63:[function(require,module,exports){ +var toIndexedObject = require('../internals/to-indexed-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); + +// `Array.prototype.{ indexOf, includes }` methods implementation +var createMethod = function (IS_INCLUDES) { + return function ($this, el, fromIndex) { + var O = toIndexedObject($this); + var length = lengthOfArrayLike(O); + var index = toAbsoluteIndex(fromIndex, length); + var value; + // Array#includes uses SameValueZero equality algorithm + // eslint-disable-next-line no-self-compare -- NaN check + if (IS_INCLUDES && el != el) while (length > index) { + value = O[index++]; + // eslint-disable-next-line no-self-compare -- NaN check + if (value != value) return true; + // Array#indexOf ignores holes, Array#includes - not + } else for (;length > index; index++) { + if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0; + } return !IS_INCLUDES && -1; + }; +}; + +module.exports = { + // `Array.prototype.includes` method + // https://tc39.es/ecma262/#sec-array.prototype.includes + includes: createMethod(true), + // `Array.prototype.indexOf` method + // https://tc39.es/ecma262/#sec-array.prototype.indexof + indexOf: createMethod(false) +}; + +},{"../internals/length-of-array-like":123,"../internals/to-absolute-index":153,"../internals/to-indexed-object":154}],64:[function(require,module,exports){ +var bind = require('../internals/function-bind-context'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IndexedObject = require('../internals/indexed-object'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var arraySpeciesCreate = require('../internals/array-species-create'); + +var push = uncurryThis([].push); + +// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation +var createMethod = function (TYPE) { + var IS_MAP = TYPE == 1; + var IS_FILTER = TYPE == 2; + var IS_SOME = TYPE == 3; + var IS_EVERY = TYPE == 4; + var IS_FIND_INDEX = TYPE == 6; + var IS_FILTER_REJECT = TYPE == 7; + var NO_HOLES = TYPE == 5 || IS_FIND_INDEX; + return function ($this, callbackfn, that, specificCreate) { + var O = toObject($this); + var self = IndexedObject(O); + var boundFunction = bind(callbackfn, that); + var length = lengthOfArrayLike(self); + var index = 0; + var create = specificCreate || arraySpeciesCreate; + var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined; + var value, result; + for (;length > index; index++) if (NO_HOLES || index in self) { + value = self[index]; + result = boundFunction(value, index, O); + if (TYPE) { + if (IS_MAP) target[index] = result; // map + else if (result) switch (TYPE) { + case 3: return true; // some + case 5: return value; // find + case 6: return index; // findIndex + case 2: push(target, value); // filter + } else switch (TYPE) { + case 4: return false; // every + case 7: push(target, value); // filterReject + } + } + } + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target; + }; +}; + +module.exports = { + // `Array.prototype.forEach` method + // https://tc39.es/ecma262/#sec-array.prototype.foreach + forEach: createMethod(0), + // `Array.prototype.map` method + // https://tc39.es/ecma262/#sec-array.prototype.map + map: createMethod(1), + // `Array.prototype.filter` method + // https://tc39.es/ecma262/#sec-array.prototype.filter + filter: createMethod(2), + // `Array.prototype.some` method + // https://tc39.es/ecma262/#sec-array.prototype.some + some: createMethod(3), + // `Array.prototype.every` method + // https://tc39.es/ecma262/#sec-array.prototype.every + every: createMethod(4), + // `Array.prototype.find` method + // https://tc39.es/ecma262/#sec-array.prototype.find + find: createMethod(5), + // `Array.prototype.findIndex` method + // https://tc39.es/ecma262/#sec-array.prototype.findIndex + findIndex: createMethod(6), + // `Array.prototype.filterReject` method + // https://github.com/tc39/proposal-array-filtering + filterReject: createMethod(7) +}; + +},{"../internals/array-species-create":71,"../internals/function-bind-context":96,"../internals/function-uncurry-this":99,"../internals/indexed-object":109,"../internals/length-of-array-like":123,"../internals/to-object":157}],65:[function(require,module,exports){ +var fails = require('../internals/fails'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var V8_VERSION = require('../internals/engine-v8-version'); + +var SPECIES = wellKnownSymbol('species'); + +module.exports = function (METHOD_NAME) { + // We can't use this feature detection in V8 since it causes + // deoptimization and serious performance degradation + // https://github.com/zloirock/core-js/issues/677 + return V8_VERSION >= 51 || !fails(function () { + var array = []; + var constructor = array.constructor = {}; + constructor[SPECIES] = function () { + return { foo: 1 }; + }; + return array[METHOD_NAME](Boolean).foo !== 1; + }); +}; + +},{"../internals/engine-v8-version":89,"../internals/fails":94,"../internals/well-known-symbol":166}],66:[function(require,module,exports){ +'use strict'; +var fails = require('../internals/fails'); + +module.exports = function (METHOD_NAME, argument) { + var method = [][METHOD_NAME]; + return !!method && fails(function () { + // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing + method.call(null, argument || function () { throw 1; }, 1); + }); +}; + +},{"../internals/fails":94}],67:[function(require,module,exports){ +var global = require('../internals/global'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var createProperty = require('../internals/create-property'); + +var Array = global.Array; +var max = Math.max; + +module.exports = function (O, start, end) { + var length = lengthOfArrayLike(O); + var k = toAbsoluteIndex(start, length); + var fin = toAbsoluteIndex(end === undefined ? length : end, length); + var result = Array(max(fin - k, 0)); + for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]); + result.length = n; + return result; +}; + +},{"../internals/create-property":80,"../internals/global":104,"../internals/length-of-array-like":123,"../internals/to-absolute-index":153}],68:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); + +module.exports = uncurryThis([].slice); + +},{"../internals/function-uncurry-this":99}],69:[function(require,module,exports){ +var arraySlice = require('../internals/array-slice-simple'); + +var floor = Math.floor; + +var mergeSort = function (array, comparefn) { + var length = array.length; + var middle = floor(length / 2); + return length < 8 ? insertionSort(array, comparefn) : merge( + array, + mergeSort(arraySlice(array, 0, middle), comparefn), + mergeSort(arraySlice(array, middle), comparefn), + comparefn + ); +}; + +var insertionSort = function (array, comparefn) { + var length = array.length; + var i = 1; + var element, j; + + while (i < length) { + j = i; + element = array[i]; + while (j && comparefn(array[j - 1], element) > 0) { + array[j] = array[--j]; + } + if (j !== i++) array[j] = element; + } return array; +}; + +var merge = function (array, left, right, comparefn) { + var llength = left.length; + var rlength = right.length; + var lindex = 0; + var rindex = 0; + + while (lindex < llength || rindex < rlength) { + array[lindex + rindex] = (lindex < llength && rindex < rlength) + ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++] + : lindex < llength ? left[lindex++] : right[rindex++]; + } return array; +}; + +module.exports = mergeSort; + +},{"../internals/array-slice-simple":67}],70:[function(require,module,exports){ +var global = require('../internals/global'); +var isArray = require('../internals/is-array'); +var isConstructor = require('../internals/is-constructor'); +var isObject = require('../internals/is-object'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var SPECIES = wellKnownSymbol('species'); +var Array = global.Array; + +// a part of `ArraySpeciesCreate` abstract operation +// https://tc39.es/ecma262/#sec-arrayspeciescreate +module.exports = function (originalArray) { + var C; + if (isArray(originalArray)) { + C = originalArray.constructor; + // cross-realm fallback + if (isConstructor(C) && (C === Array || isArray(C.prototype))) C = undefined; + else if (isObject(C)) { + C = C[SPECIES]; + if (C === null) C = undefined; + } + } return C === undefined ? Array : C; +}; + +},{"../internals/global":104,"../internals/is-array":113,"../internals/is-constructor":115,"../internals/is-object":117,"../internals/well-known-symbol":166}],71:[function(require,module,exports){ +var arraySpeciesConstructor = require('../internals/array-species-constructor'); + +// `ArraySpeciesCreate` abstract operation +// https://tc39.es/ecma262/#sec-arrayspeciescreate +module.exports = function (originalArray, length) { + return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length); +}; + +},{"../internals/array-species-constructor":70}],72:[function(require,module,exports){ +var anObject = require('../internals/an-object'); +var iteratorClose = require('../internals/iterator-close'); + +// call something on iterator step with safe closing on error +module.exports = function (iterator, fn, value, ENTRIES) { + try { + return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value); + } catch (error) { + iteratorClose(iterator, 'throw', error); + } +}; + +},{"../internals/an-object":60,"../internals/iterator-close":120}],73:[function(require,module,exports){ +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ITERATOR = wellKnownSymbol('iterator'); +var SAFE_CLOSING = false; + +try { + var called = 0; + var iteratorWithReturn = { + next: function () { + return { done: !!called++ }; + }, + 'return': function () { + SAFE_CLOSING = true; + } + }; + iteratorWithReturn[ITERATOR] = function () { + return this; + }; + // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing + Array.from(iteratorWithReturn, function () { throw 2; }); +} catch (error) { /* empty */ } + +module.exports = function (exec, SKIP_CLOSING) { + if (!SKIP_CLOSING && !SAFE_CLOSING) return false; + var ITERATION_SUPPORT = false; + try { + var object = {}; + object[ITERATOR] = function () { + return { + next: function () { + return { done: ITERATION_SUPPORT = true }; + } + }; + }; + exec(object); + } catch (error) { /* empty */ } + return ITERATION_SUPPORT; +}; + +},{"../internals/well-known-symbol":166}],74:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); + +var toString = uncurryThis({}.toString); +var stringSlice = uncurryThis(''.slice); + +module.exports = function (it) { + return stringSlice(toString(it), 8, -1); +}; + +},{"../internals/function-uncurry-this":99}],75:[function(require,module,exports){ +var global = require('../internals/global'); +var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); +var isCallable = require('../internals/is-callable'); +var classofRaw = require('../internals/classof-raw'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var Object = global.Object; + +// ES3 wrong here +var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments'; + +// fallback for IE11 Script Access Denied error +var tryGet = function (it, key) { + try { + return it[key]; + } catch (error) { /* empty */ } +}; + +// getting tag from ES6+ `Object.prototype.toString` +module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) { + var O, tag, result; + return it === undefined ? 'Undefined' : it === null ? 'Null' + // @@toStringTag case + : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag + // builtinTag case + : CORRECT_ARGUMENTS ? classofRaw(O) + // ES3 arguments fallback + : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result; +}; + +},{"../internals/classof-raw":74,"../internals/global":104,"../internals/is-callable":114,"../internals/to-string-tag-support":160,"../internals/well-known-symbol":166}],76:[function(require,module,exports){ +var fails = require('../internals/fails'); + +module.exports = !fails(function () { + function F() { /* empty */ } + F.prototype.constructor = null; + // eslint-disable-next-line es/no-object-getprototypeof -- required for testing + return Object.getPrototypeOf(new F()) !== F.prototype; +}); + +},{"../internals/fails":94}],77:[function(require,module,exports){ +'use strict'; +var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; +var create = require('../internals/object-create'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var setToStringTag = require('../internals/set-to-string-tag'); +var Iterators = require('../internals/iterators'); + +var returnThis = function () { return this; }; + +module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) { + var TO_STRING_TAG = NAME + ' Iterator'; + IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) }); + setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true); + Iterators[TO_STRING_TAG] = returnThis; + return IteratorConstructor; +}; + +},{"../internals/create-property-descriptor":79,"../internals/iterators":122,"../internals/iterators-core":121,"../internals/object-create":127,"../internals/set-to-string-tag":147}],78:[function(require,module,exports){ +var DESCRIPTORS = require('../internals/descriptors'); +var definePropertyModule = require('../internals/object-define-property'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); + +module.exports = DESCRIPTORS ? function (object, key, value) { + return definePropertyModule.f(object, key, createPropertyDescriptor(1, value)); +} : function (object, key, value) { + object[key] = value; + return object; +}; + +},{"../internals/create-property-descriptor":79,"../internals/descriptors":83,"../internals/object-define-property":129}],79:[function(require,module,exports){ +module.exports = function (bitmap, value) { + return { + enumerable: !(bitmap & 1), + configurable: !(bitmap & 2), + writable: !(bitmap & 4), + value: value + }; +}; + +},{}],80:[function(require,module,exports){ +'use strict'; +var toPropertyKey = require('../internals/to-property-key'); +var definePropertyModule = require('../internals/object-define-property'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); + +module.exports = function (object, key, value) { + var propertyKey = toPropertyKey(key); + if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value)); + else object[propertyKey] = value; +}; + +},{"../internals/create-property-descriptor":79,"../internals/object-define-property":129,"../internals/to-property-key":159}],81:[function(require,module,exports){ +'use strict'; +var $ = require('../internals/export'); +var call = require('../internals/function-call'); +var IS_PURE = require('../internals/is-pure'); +var FunctionName = require('../internals/function-name'); +var isCallable = require('../internals/is-callable'); +var createIteratorConstructor = require('../internals/create-iterator-constructor'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var setPrototypeOf = require('../internals/object-set-prototype-of'); +var setToStringTag = require('../internals/set-to-string-tag'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var redefine = require('../internals/redefine'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var Iterators = require('../internals/iterators'); +var IteratorsCore = require('../internals/iterators-core'); + +var PROPER_FUNCTION_NAME = FunctionName.PROPER; +var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE; +var IteratorPrototype = IteratorsCore.IteratorPrototype; +var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS; +var ITERATOR = wellKnownSymbol('iterator'); +var KEYS = 'keys'; +var VALUES = 'values'; +var ENTRIES = 'entries'; + +var returnThis = function () { return this; }; + +module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { + createIteratorConstructor(IteratorConstructor, NAME, next); + + var getIterationMethod = function (KIND) { + if (KIND === DEFAULT && defaultIterator) return defaultIterator; + if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND]; + switch (KIND) { + case KEYS: return function keys() { return new IteratorConstructor(this, KIND); }; + case VALUES: return function values() { return new IteratorConstructor(this, KIND); }; + case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); }; + } return function () { return new IteratorConstructor(this); }; + }; + + var TO_STRING_TAG = NAME + ' Iterator'; + var INCORRECT_VALUES_NAME = false; + var IterablePrototype = Iterable.prototype; + var nativeIterator = IterablePrototype[ITERATOR] + || IterablePrototype['@@iterator'] + || DEFAULT && IterablePrototype[DEFAULT]; + var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); + var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator; + var CurrentIteratorPrototype, methods, KEY; + + // fix native + if (anyNativeIterator) { + CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable())); + if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { + if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { + if (setPrototypeOf) { + setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); + } else if (!isCallable(CurrentIteratorPrototype[ITERATOR])) { + redefine(CurrentIteratorPrototype, ITERATOR, returnThis); + } + } + // Set @@toStringTag to native iterators + setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true); + if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis; + } + } + + // fix Array.prototype.{ values, @@iterator }.name in V8 / FF + if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) { + if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) { + createNonEnumerableProperty(IterablePrototype, 'name', VALUES); + } else { + INCORRECT_VALUES_NAME = true; + defaultIterator = function values() { return call(nativeIterator, this); }; + } + } + + // export additional methods + if (DEFAULT) { + methods = { + values: getIterationMethod(VALUES), + keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), + entries: getIterationMethod(ENTRIES) + }; + if (FORCED) for (KEY in methods) { + if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { + redefine(IterablePrototype, KEY, methods[KEY]); + } + } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods); + } + + // define iterator + if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) { + redefine(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT }); + } + Iterators[NAME] = defaultIterator; + + return methods; +}; + +},{"../internals/create-iterator-constructor":77,"../internals/create-non-enumerable-property":78,"../internals/export":93,"../internals/function-call":97,"../internals/function-name":98,"../internals/is-callable":114,"../internals/is-pure":118,"../internals/iterators":122,"../internals/iterators-core":121,"../internals/object-get-prototype-of":134,"../internals/object-set-prototype-of":139,"../internals/redefine":143,"../internals/set-to-string-tag":147,"../internals/well-known-symbol":166}],82:[function(require,module,exports){ +var path = require('../internals/path'); +var hasOwn = require('../internals/has-own-property'); +var wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped'); +var defineProperty = require('../internals/object-define-property').f; + +module.exports = function (NAME) { + var Symbol = path.Symbol || (path.Symbol = {}); + if (!hasOwn(Symbol, NAME)) defineProperty(Symbol, NAME, { + value: wrappedWellKnownSymbolModule.f(NAME) + }); +}; + +},{"../internals/has-own-property":105,"../internals/object-define-property":129,"../internals/path":142,"../internals/well-known-symbol-wrapped":165}],83:[function(require,module,exports){ +var fails = require('../internals/fails'); + +// Detect IE8's incomplete defineProperty implementation +module.exports = !fails(function () { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; +}); + +},{"../internals/fails":94}],84:[function(require,module,exports){ +var global = require('../internals/global'); +var isObject = require('../internals/is-object'); + +var document = global.document; +// typeof document.createElement is 'object' in old IE +var EXISTS = isObject(document) && isObject(document.createElement); + +module.exports = function (it) { + return EXISTS ? document.createElement(it) : {}; +}; + +},{"../internals/global":104,"../internals/is-object":117}],85:[function(require,module,exports){ +// iterable DOM collections +// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods +module.exports = { + CSSRuleList: 0, + CSSStyleDeclaration: 0, + CSSValueList: 0, + ClientRectList: 0, + DOMRectList: 0, + DOMStringList: 0, + DOMTokenList: 1, + DataTransferItemList: 0, + FileList: 0, + HTMLAllCollection: 0, + HTMLCollection: 0, + HTMLFormElement: 0, + HTMLSelectElement: 0, + MediaList: 0, + MimeTypeArray: 0, + NamedNodeMap: 0, + NodeList: 1, + PaintRequestList: 0, + Plugin: 0, + PluginArray: 0, + SVGLengthList: 0, + SVGNumberList: 0, + SVGPathSegList: 0, + SVGPointList: 0, + SVGStringList: 0, + SVGTransformList: 0, + SourceBufferList: 0, + StyleSheetList: 0, + TextTrackCueList: 0, + TextTrackList: 0, + TouchList: 0 +}; + +},{}],86:[function(require,module,exports){ +var userAgent = require('../internals/engine-user-agent'); + +var firefox = userAgent.match(/firefox\/(\d+)/i); + +module.exports = !!firefox && +firefox[1]; + +},{"../internals/engine-user-agent":88}],87:[function(require,module,exports){ +var UA = require('../internals/engine-user-agent'); + +module.exports = /MSIE|Trident/.test(UA); + +},{"../internals/engine-user-agent":88}],88:[function(require,module,exports){ +var getBuiltIn = require('../internals/get-built-in'); + +module.exports = getBuiltIn('navigator', 'userAgent') || ''; + +},{"../internals/get-built-in":100}],89:[function(require,module,exports){ +var global = require('../internals/global'); +var userAgent = require('../internals/engine-user-agent'); + +var process = global.process; +var Deno = global.Deno; +var versions = process && process.versions || Deno && Deno.version; +var v8 = versions && versions.v8; +var match, version; + +if (v8) { + match = v8.split('.'); + // in old Chrome, versions of V8 isn't V8 = Chrome / 10 + // but their correct versions are not interesting for us + version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]); +} + +// BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0` +// so check `userAgent` even if `.v8` exists, but 0 +if (!version && userAgent) { + match = userAgent.match(/Edge\/(\d+)/); + if (!match || match[1] >= 74) { + match = userAgent.match(/Chrome\/(\d+)/); + if (match) version = +match[1]; + } +} + +module.exports = version; + +},{"../internals/engine-user-agent":88,"../internals/global":104}],90:[function(require,module,exports){ +var userAgent = require('../internals/engine-user-agent'); + +var webkit = userAgent.match(/AppleWebKit\/(\d+)\./); + +module.exports = !!webkit && +webkit[1]; + +},{"../internals/engine-user-agent":88}],91:[function(require,module,exports){ +var path = require('../internals/path'); + +module.exports = function (CONSTRUCTOR) { + return path[CONSTRUCTOR + 'Prototype']; +}; + +},{"../internals/path":142}],92:[function(require,module,exports){ +// IE8- don't enum bug keys +module.exports = [ + 'constructor', + 'hasOwnProperty', + 'isPrototypeOf', + 'propertyIsEnumerable', + 'toLocaleString', + 'toString', + 'valueOf' +]; + +},{}],93:[function(require,module,exports){ +'use strict'; +var global = require('../internals/global'); +var apply = require('../internals/function-apply'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isCallable = require('../internals/is-callable'); +var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; +var isForced = require('../internals/is-forced'); +var path = require('../internals/path'); +var bind = require('../internals/function-bind-context'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var hasOwn = require('../internals/has-own-property'); + +var wrapConstructor = function (NativeConstructor) { + var Wrapper = function (a, b, c) { + if (this instanceof Wrapper) { + switch (arguments.length) { + case 0: return new NativeConstructor(); + case 1: return new NativeConstructor(a); + case 2: return new NativeConstructor(a, b); + } return new NativeConstructor(a, b, c); + } return apply(NativeConstructor, this, arguments); + }; + Wrapper.prototype = NativeConstructor.prototype; + return Wrapper; +}; + +/* + options.target - name of the target object + options.global - target is the global object + options.stat - export as static methods of target + options.proto - export as prototype methods of target + options.real - real prototype method for the `pure` version + options.forced - export even if the native feature is available + options.bind - bind methods to the target, required for the `pure` version + options.wrap - wrap constructors to preventing global pollution, required for the `pure` version + options.unsafe - use the simple assignment of property instead of delete + defineProperty + options.sham - add a flag to not completely full polyfills + options.enumerable - export as enumerable property + options.noTargetGet - prevent calling a getter on target + options.name - the .name of the function if it does not match the key +*/ +module.exports = function (options, source) { + var TARGET = options.target; + var GLOBAL = options.global; + var STATIC = options.stat; + var PROTO = options.proto; + + var nativeSource = GLOBAL ? global : STATIC ? global[TARGET] : (global[TARGET] || {}).prototype; + + var target = GLOBAL ? path : path[TARGET] || createNonEnumerableProperty(path, TARGET, {})[TARGET]; + var targetPrototype = target.prototype; + + var FORCED, USE_NATIVE, VIRTUAL_PROTOTYPE; + var key, sourceProperty, targetProperty, nativeProperty, resultProperty, descriptor; + + for (key in source) { + FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); + // contains in native + USE_NATIVE = !FORCED && nativeSource && hasOwn(nativeSource, key); + + targetProperty = target[key]; + + if (USE_NATIVE) if (options.noTargetGet) { + descriptor = getOwnPropertyDescriptor(nativeSource, key); + nativeProperty = descriptor && descriptor.value; + } else nativeProperty = nativeSource[key]; + + // export native or implementation + sourceProperty = (USE_NATIVE && nativeProperty) ? nativeProperty : source[key]; + + if (USE_NATIVE && typeof targetProperty == typeof sourceProperty) continue; + + // bind timers to global for call from export context + if (options.bind && USE_NATIVE) resultProperty = bind(sourceProperty, global); + // wrap global constructors for prevent changs in this version + else if (options.wrap && USE_NATIVE) resultProperty = wrapConstructor(sourceProperty); + // make static versions for prototype methods + else if (PROTO && isCallable(sourceProperty)) resultProperty = uncurryThis(sourceProperty); + // default case + else resultProperty = sourceProperty; + + // add a flag to not completely full polyfills + if (options.sham || (sourceProperty && sourceProperty.sham) || (targetProperty && targetProperty.sham)) { + createNonEnumerableProperty(resultProperty, 'sham', true); + } + + createNonEnumerableProperty(target, key, resultProperty); + + if (PROTO) { + VIRTUAL_PROTOTYPE = TARGET + 'Prototype'; + if (!hasOwn(path, VIRTUAL_PROTOTYPE)) { + createNonEnumerableProperty(path, VIRTUAL_PROTOTYPE, {}); + } + // export virtual prototype methods + createNonEnumerableProperty(path[VIRTUAL_PROTOTYPE], key, sourceProperty); + // export real prototype methods + if (options.real && targetPrototype && !targetPrototype[key]) { + createNonEnumerableProperty(targetPrototype, key, sourceProperty); + } + } + } +}; + +},{"../internals/create-non-enumerable-property":78,"../internals/function-apply":95,"../internals/function-bind-context":96,"../internals/function-uncurry-this":99,"../internals/global":104,"../internals/has-own-property":105,"../internals/is-callable":114,"../internals/is-forced":116,"../internals/object-get-own-property-descriptor":130,"../internals/path":142}],94:[function(require,module,exports){ +module.exports = function (exec) { + try { + return !!exec(); + } catch (error) { + return true; + } +}; + +},{}],95:[function(require,module,exports){ +var FunctionPrototype = Function.prototype; +var apply = FunctionPrototype.apply; +var bind = FunctionPrototype.bind; +var call = FunctionPrototype.call; + +// eslint-disable-next-line es/no-reflect -- safe +module.exports = typeof Reflect == 'object' && Reflect.apply || (bind ? call.bind(apply) : function () { + return call.apply(apply, arguments); +}); + +},{}],96:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); + +var bind = uncurryThis(uncurryThis.bind); + +// optional / simple context binding +module.exports = function (fn, that) { + aCallable(fn); + return that === undefined ? fn : bind ? bind(fn, that) : function (/* ...args */) { + return fn.apply(that, arguments); + }; +}; + +},{"../internals/a-callable":57,"../internals/function-uncurry-this":99}],97:[function(require,module,exports){ +var call = Function.prototype.call; + +module.exports = call.bind ? call.bind(call) : function () { + return call.apply(call, arguments); +}; + +},{}],98:[function(require,module,exports){ +var DESCRIPTORS = require('../internals/descriptors'); +var hasOwn = require('../internals/has-own-property'); + +var FunctionPrototype = Function.prototype; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor; + +var EXISTS = hasOwn(FunctionPrototype, 'name'); +// additional protection from minified / mangled / dropped function names +var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something'; +var CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable)); + +module.exports = { + EXISTS: EXISTS, + PROPER: PROPER, + CONFIGURABLE: CONFIGURABLE +}; + +},{"../internals/descriptors":83,"../internals/has-own-property":105}],99:[function(require,module,exports){ +var FunctionPrototype = Function.prototype; +var bind = FunctionPrototype.bind; +var call = FunctionPrototype.call; +var callBind = bind && bind.bind(call); + +module.exports = bind ? function (fn) { + return fn && callBind(call, fn); +} : function (fn) { + return fn && function () { + return call.apply(fn, arguments); + }; +}; + +},{}],100:[function(require,module,exports){ +var path = require('../internals/path'); +var global = require('../internals/global'); +var isCallable = require('../internals/is-callable'); + +var aFunction = function (variable) { + return isCallable(variable) ? variable : undefined; +}; + +module.exports = function (namespace, method) { + return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace]) + : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method]; +}; + +},{"../internals/global":104,"../internals/is-callable":114,"../internals/path":142}],101:[function(require,module,exports){ +var classof = require('../internals/classof'); +var getMethod = require('../internals/get-method'); +var Iterators = require('../internals/iterators'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var ITERATOR = wellKnownSymbol('iterator'); + +module.exports = function (it) { + if (it != undefined) return getMethod(it, ITERATOR) + || getMethod(it, '@@iterator') + || Iterators[classof(it)]; +}; + +},{"../internals/classof":75,"../internals/get-method":103,"../internals/iterators":122,"../internals/well-known-symbol":166}],102:[function(require,module,exports){ +var global = require('../internals/global'); +var call = require('../internals/function-call'); +var aCallable = require('../internals/a-callable'); +var anObject = require('../internals/an-object'); +var tryToString = require('../internals/try-to-string'); +var getIteratorMethod = require('../internals/get-iterator-method'); + +var TypeError = global.TypeError; + +module.exports = function (argument, usingIterator) { + var iteratorMethod = arguments.length < 2 ? getIteratorMethod(argument) : usingIterator; + if (aCallable(iteratorMethod)) return anObject(call(iteratorMethod, argument)); + throw TypeError(tryToString(argument) + ' is not iterable'); +}; + +},{"../internals/a-callable":57,"../internals/an-object":60,"../internals/function-call":97,"../internals/get-iterator-method":101,"../internals/global":104,"../internals/try-to-string":162}],103:[function(require,module,exports){ +var aCallable = require('../internals/a-callable'); + +// `GetMethod` abstract operation +// https://tc39.es/ecma262/#sec-getmethod +module.exports = function (V, P) { + var func = V[P]; + return func == null ? undefined : aCallable(func); +}; + +},{"../internals/a-callable":57}],104:[function(require,module,exports){ +(function (global){(function (){ +var check = function (it) { + return it && it.Math == Math && it; +}; + +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +module.exports = + // eslint-disable-next-line es/no-global-this -- safe + check(typeof globalThis == 'object' && globalThis) || + check(typeof window == 'object' && window) || + // eslint-disable-next-line no-restricted-globals -- safe + check(typeof self == 'object' && self) || + check(typeof global == 'object' && global) || + // eslint-disable-next-line no-new-func -- fallback + (function () { return this; })() || Function('return this')(); + +}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) +},{}],105:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var toObject = require('../internals/to-object'); + +var hasOwnProperty = uncurryThis({}.hasOwnProperty); + +// `HasOwnProperty` abstract operation +// https://tc39.es/ecma262/#sec-hasownproperty +module.exports = Object.hasOwn || function hasOwn(it, key) { + return hasOwnProperty(toObject(it), key); +}; + +},{"../internals/function-uncurry-this":99,"../internals/to-object":157}],106:[function(require,module,exports){ +module.exports = {}; + +},{}],107:[function(require,module,exports){ +var getBuiltIn = require('../internals/get-built-in'); + +module.exports = getBuiltIn('document', 'documentElement'); + +},{"../internals/get-built-in":100}],108:[function(require,module,exports){ +var DESCRIPTORS = require('../internals/descriptors'); +var fails = require('../internals/fails'); +var createElement = require('../internals/document-create-element'); + +// Thank's IE8 for his funny defineProperty +module.exports = !DESCRIPTORS && !fails(function () { + // eslint-disable-next-line es/no-object-defineproperty -- requied for testing + return Object.defineProperty(createElement('div'), 'a', { + get: function () { return 7; } + }).a != 7; +}); + +},{"../internals/descriptors":83,"../internals/document-create-element":84,"../internals/fails":94}],109:[function(require,module,exports){ +var global = require('../internals/global'); +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var classof = require('../internals/classof-raw'); + +var Object = global.Object; +var split = uncurryThis(''.split); + +// fallback for non-array-like ES3 and non-enumerable old V8 strings +module.exports = fails(function () { + // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 + // eslint-disable-next-line no-prototype-builtins -- safe + return !Object('z').propertyIsEnumerable(0); +}) ? function (it) { + return classof(it) == 'String' ? split(it, '') : Object(it); +} : Object; + +},{"../internals/classof-raw":74,"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/global":104}],110:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var isCallable = require('../internals/is-callable'); +var store = require('../internals/shared-store'); + +var functionToString = uncurryThis(Function.toString); + +// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper +if (!isCallable(store.inspectSource)) { + store.inspectSource = function (it) { + return functionToString(it); + }; +} + +module.exports = store.inspectSource; + +},{"../internals/function-uncurry-this":99,"../internals/is-callable":114,"../internals/shared-store":149}],111:[function(require,module,exports){ +var NATIVE_WEAK_MAP = require('../internals/native-weak-map'); +var global = require('../internals/global'); +var uncurryThis = require('../internals/function-uncurry-this'); +var isObject = require('../internals/is-object'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var hasOwn = require('../internals/has-own-property'); +var shared = require('../internals/shared-store'); +var sharedKey = require('../internals/shared-key'); +var hiddenKeys = require('../internals/hidden-keys'); + +var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; +var TypeError = global.TypeError; +var WeakMap = global.WeakMap; +var set, get, has; + +var enforce = function (it) { + return has(it) ? get(it) : set(it, {}); +}; + +var getterFor = function (TYPE) { + return function (it) { + var state; + if (!isObject(it) || (state = get(it)).type !== TYPE) { + throw TypeError('Incompatible receiver, ' + TYPE + ' required'); + } return state; + }; +}; + +if (NATIVE_WEAK_MAP || shared.state) { + var store = shared.state || (shared.state = new WeakMap()); + var wmget = uncurryThis(store.get); + var wmhas = uncurryThis(store.has); + var wmset = uncurryThis(store.set); + set = function (it, metadata) { + if (wmhas(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + wmset(store, it, metadata); + return metadata; + }; + get = function (it) { + return wmget(store, it) || {}; + }; + has = function (it) { + return wmhas(store, it); + }; +} else { + var STATE = sharedKey('state'); + hiddenKeys[STATE] = true; + set = function (it, metadata) { + if (hasOwn(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + createNonEnumerableProperty(it, STATE, metadata); + return metadata; + }; + get = function (it) { + return hasOwn(it, STATE) ? it[STATE] : {}; + }; + has = function (it) { + return hasOwn(it, STATE); + }; +} + +module.exports = { + set: set, + get: get, + has: has, + enforce: enforce, + getterFor: getterFor +}; + +},{"../internals/create-non-enumerable-property":78,"../internals/function-uncurry-this":99,"../internals/global":104,"../internals/has-own-property":105,"../internals/hidden-keys":106,"../internals/is-object":117,"../internals/native-weak-map":125,"../internals/shared-key":148,"../internals/shared-store":149}],112:[function(require,module,exports){ +var wellKnownSymbol = require('../internals/well-known-symbol'); +var Iterators = require('../internals/iterators'); + +var ITERATOR = wellKnownSymbol('iterator'); +var ArrayPrototype = Array.prototype; + +// check on default Array iterator +module.exports = function (it) { + return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it); +}; + +},{"../internals/iterators":122,"../internals/well-known-symbol":166}],113:[function(require,module,exports){ +var classof = require('../internals/classof-raw'); + +// `IsArray` abstract operation +// https://tc39.es/ecma262/#sec-isarray +// eslint-disable-next-line es/no-array-isarray -- safe +module.exports = Array.isArray || function isArray(argument) { + return classof(argument) == 'Array'; +}; + +},{"../internals/classof-raw":74}],114:[function(require,module,exports){ +// `IsCallable` abstract operation +// https://tc39.es/ecma262/#sec-iscallable +module.exports = function (argument) { + return typeof argument == 'function'; +}; + +},{}],115:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); +var classof = require('../internals/classof'); +var getBuiltIn = require('../internals/get-built-in'); +var inspectSource = require('../internals/inspect-source'); + +var noop = function () { /* empty */ }; +var empty = []; +var construct = getBuiltIn('Reflect', 'construct'); +var constructorRegExp = /^\s*(?:class|function)\b/; +var exec = uncurryThis(constructorRegExp.exec); +var INCORRECT_TO_STRING = !constructorRegExp.exec(noop); + +var isConstructorModern = function isConstructor(argument) { + if (!isCallable(argument)) return false; + try { + construct(noop, empty, argument); + return true; + } catch (error) { + return false; + } +}; + +var isConstructorLegacy = function isConstructor(argument) { + if (!isCallable(argument)) return false; + switch (classof(argument)) { + case 'AsyncFunction': + case 'GeneratorFunction': + case 'AsyncGeneratorFunction': return false; + } + try { + // we can't check .prototype since constructors produced by .bind haven't it + // `Function#toString` throws on some built-it function in some legacy engines + // (for example, `DOMQuad` and similar in FF41-) + return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument)); + } catch (error) { + return true; + } +}; + +isConstructorLegacy.sham = true; + +// `IsConstructor` abstract operation +// https://tc39.es/ecma262/#sec-isconstructor +module.exports = !construct || fails(function () { + var called; + return isConstructorModern(isConstructorModern.call) + || !isConstructorModern(Object) + || !isConstructorModern(function () { called = true; }) + || called; +}) ? isConstructorLegacy : isConstructorModern; + +},{"../internals/classof":75,"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/get-built-in":100,"../internals/inspect-source":110,"../internals/is-callable":114}],116:[function(require,module,exports){ +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); + +var replacement = /#|\.prototype\./; + +var isForced = function (feature, detection) { + var value = data[normalize(feature)]; + return value == POLYFILL ? true + : value == NATIVE ? false + : isCallable(detection) ? fails(detection) + : !!detection; +}; + +var normalize = isForced.normalize = function (string) { + return String(string).replace(replacement, '.').toLowerCase(); +}; + +var data = isForced.data = {}; +var NATIVE = isForced.NATIVE = 'N'; +var POLYFILL = isForced.POLYFILL = 'P'; + +module.exports = isForced; + +},{"../internals/fails":94,"../internals/is-callable":114}],117:[function(require,module,exports){ +var isCallable = require('../internals/is-callable'); + +module.exports = function (it) { + return typeof it == 'object' ? it !== null : isCallable(it); +}; + +},{"../internals/is-callable":114}],118:[function(require,module,exports){ +module.exports = true; + +},{}],119:[function(require,module,exports){ +var global = require('../internals/global'); +var getBuiltIn = require('../internals/get-built-in'); +var isCallable = require('../internals/is-callable'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid'); + +var Object = global.Object; + +module.exports = USE_SYMBOL_AS_UID ? function (it) { + return typeof it == 'symbol'; +} : function (it) { + var $Symbol = getBuiltIn('Symbol'); + return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, Object(it)); +}; + +},{"../internals/get-built-in":100,"../internals/global":104,"../internals/is-callable":114,"../internals/object-is-prototype-of":135,"../internals/use-symbol-as-uid":164}],120:[function(require,module,exports){ +var call = require('../internals/function-call'); +var anObject = require('../internals/an-object'); +var getMethod = require('../internals/get-method'); + +module.exports = function (iterator, kind, value) { + var innerResult, innerError; + anObject(iterator); + try { + innerResult = getMethod(iterator, 'return'); + if (!innerResult) { + if (kind === 'throw') throw value; + return value; + } + innerResult = call(innerResult, iterator); + } catch (error) { + innerError = true; + innerResult = error; + } + if (kind === 'throw') throw value; + if (innerError) throw innerResult; + anObject(innerResult); + return value; +}; + +},{"../internals/an-object":60,"../internals/function-call":97,"../internals/get-method":103}],121:[function(require,module,exports){ +'use strict'; +var fails = require('../internals/fails'); +var isCallable = require('../internals/is-callable'); +var create = require('../internals/object-create'); +var getPrototypeOf = require('../internals/object-get-prototype-of'); +var redefine = require('../internals/redefine'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var IS_PURE = require('../internals/is-pure'); + +var ITERATOR = wellKnownSymbol('iterator'); +var BUGGY_SAFARI_ITERATORS = false; + +// `%IteratorPrototype%` object +// https://tc39.es/ecma262/#sec-%iteratorprototype%-object +var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; + +/* eslint-disable es/no-array-prototype-keys -- safe */ +if ([].keys) { + arrayIterator = [].keys(); + // Safari 8 has buggy iterators w/o `next` + if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true; + else { + PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator)); + if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype; + } +} + +var NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () { + var test = {}; + // FF44- legacy iterators case + return IteratorPrototype[ITERATOR].call(test) !== test; +}); + +if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {}; +else if (IS_PURE) IteratorPrototype = create(IteratorPrototype); + +// `%IteratorPrototype%[@@iterator]()` method +// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator +if (!isCallable(IteratorPrototype[ITERATOR])) { + redefine(IteratorPrototype, ITERATOR, function () { + return this; + }); +} + +module.exports = { + IteratorPrototype: IteratorPrototype, + BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS +}; + +},{"../internals/fails":94,"../internals/is-callable":114,"../internals/is-pure":118,"../internals/object-create":127,"../internals/object-get-prototype-of":134,"../internals/redefine":143,"../internals/well-known-symbol":166}],122:[function(require,module,exports){ +arguments[4][106][0].apply(exports,arguments) +},{"dup":106}],123:[function(require,module,exports){ +var toLength = require('../internals/to-length'); + +// `LengthOfArrayLike` abstract operation +// https://tc39.es/ecma262/#sec-lengthofarraylike +module.exports = function (obj) { + return toLength(obj.length); +}; + +},{"../internals/to-length":156}],124:[function(require,module,exports){ +/* eslint-disable es/no-symbol -- required for testing */ +var V8_VERSION = require('../internals/engine-v8-version'); +var fails = require('../internals/fails'); + +// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing +module.exports = !!Object.getOwnPropertySymbols && !fails(function () { + var symbol = Symbol(); + // Chrome 38 Symbol has incorrect toString conversion + // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances + return !String(symbol) || !(Object(symbol) instanceof Symbol) || + // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances + !Symbol.sham && V8_VERSION && V8_VERSION < 41; +}); + +},{"../internals/engine-v8-version":89,"../internals/fails":94}],125:[function(require,module,exports){ +var global = require('../internals/global'); +var isCallable = require('../internals/is-callable'); +var inspectSource = require('../internals/inspect-source'); + +var WeakMap = global.WeakMap; + +module.exports = isCallable(WeakMap) && /native code/.test(inspectSource(WeakMap)); + +},{"../internals/global":104,"../internals/inspect-source":110,"../internals/is-callable":114}],126:[function(require,module,exports){ +var global = require('../internals/global'); +var fails = require('../internals/fails'); +var uncurryThis = require('../internals/function-uncurry-this'); +var toString = require('../internals/to-string'); +var trim = require('../internals/string-trim').trim; +var whitespaces = require('../internals/whitespaces'); + +var $parseInt = global.parseInt; +var Symbol = global.Symbol; +var ITERATOR = Symbol && Symbol.iterator; +var hex = /^[+-]?0x/i; +var exec = uncurryThis(hex.exec); +var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22 + // MS Edge 18- broken with boxed symbols + || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); })); + +// `parseInt` method +// https://tc39.es/ecma262/#sec-parseint-string-radix +module.exports = FORCED ? function parseInt(string, radix) { + var S = trim(toString(string)); + return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10)); +} : $parseInt; + +},{"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/global":104,"../internals/string-trim":152,"../internals/to-string":161,"../internals/whitespaces":167}],127:[function(require,module,exports){ +/* global ActiveXObject -- old IE, WSH */ +var anObject = require('../internals/an-object'); +var defineProperties = require('../internals/object-define-properties'); +var enumBugKeys = require('../internals/enum-bug-keys'); +var hiddenKeys = require('../internals/hidden-keys'); +var html = require('../internals/html'); +var documentCreateElement = require('../internals/document-create-element'); +var sharedKey = require('../internals/shared-key'); + +var GT = '>'; +var LT = '<'; +var PROTOTYPE = 'prototype'; +var SCRIPT = 'script'; +var IE_PROTO = sharedKey('IE_PROTO'); + +var EmptyConstructor = function () { /* empty */ }; + +var scriptTag = function (content) { + return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; +}; + +// Create object with fake `null` prototype: use ActiveX Object with cleared prototype +var NullProtoObjectViaActiveX = function (activeXDocument) { + activeXDocument.write(scriptTag('')); + activeXDocument.close(); + var temp = activeXDocument.parentWindow.Object; + activeXDocument = null; // avoid memory leak + return temp; +}; + +// Create object with fake `null` prototype: use iframe Object with cleared prototype +var NullProtoObjectViaIFrame = function () { + // Thrash, waste and sodomy: IE GC bug + var iframe = documentCreateElement('iframe'); + var JS = 'java' + SCRIPT + ':'; + var iframeDocument; + iframe.style.display = 'none'; + html.appendChild(iframe); + // https://github.com/zloirock/core-js/issues/475 + iframe.src = String(JS); + iframeDocument = iframe.contentWindow.document; + iframeDocument.open(); + iframeDocument.write(scriptTag('document.F=Object')); + iframeDocument.close(); + return iframeDocument.F; +}; + +// Check for document.domain and active x support +// No need to use active x approach when document.domain is not set +// see https://github.com/es-shims/es5-shim/issues/150 +// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 +// avoid IE GC bug +var activeXDocument; +var NullProtoObject = function () { + try { + activeXDocument = new ActiveXObject('htmlfile'); + } catch (error) { /* ignore */ } + NullProtoObject = typeof document != 'undefined' + ? document.domain && activeXDocument + ? NullProtoObjectViaActiveX(activeXDocument) // old IE + : NullProtoObjectViaIFrame() + : NullProtoObjectViaActiveX(activeXDocument); // WSH + var length = enumBugKeys.length; + while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; + return NullProtoObject(); +}; + +hiddenKeys[IE_PROTO] = true; + +// `Object.create` method +// https://tc39.es/ecma262/#sec-object.create +module.exports = Object.create || function create(O, Properties) { + var result; + if (O !== null) { + EmptyConstructor[PROTOTYPE] = anObject(O); + result = new EmptyConstructor(); + EmptyConstructor[PROTOTYPE] = null; + // add "__proto__" for Object.getPrototypeOf polyfill + result[IE_PROTO] = O; + } else result = NullProtoObject(); + return Properties === undefined ? result : defineProperties(result, Properties); +}; + +},{"../internals/an-object":60,"../internals/document-create-element":84,"../internals/enum-bug-keys":92,"../internals/hidden-keys":106,"../internals/html":107,"../internals/object-define-properties":128,"../internals/shared-key":148}],128:[function(require,module,exports){ +var DESCRIPTORS = require('../internals/descriptors'); +var definePropertyModule = require('../internals/object-define-property'); +var anObject = require('../internals/an-object'); +var toIndexedObject = require('../internals/to-indexed-object'); +var objectKeys = require('../internals/object-keys'); + +// `Object.defineProperties` method +// https://tc39.es/ecma262/#sec-object.defineproperties +// eslint-disable-next-line es/no-object-defineproperties -- safe +module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) { + anObject(O); + var props = toIndexedObject(Properties); + var keys = objectKeys(Properties); + var length = keys.length; + var index = 0; + var key; + while (length > index) definePropertyModule.f(O, key = keys[index++], props[key]); + return O; +}; + +},{"../internals/an-object":60,"../internals/descriptors":83,"../internals/object-define-property":129,"../internals/object-keys":137,"../internals/to-indexed-object":154}],129:[function(require,module,exports){ +var global = require('../internals/global'); +var DESCRIPTORS = require('../internals/descriptors'); +var IE8_DOM_DEFINE = require('../internals/ie8-dom-define'); +var anObject = require('../internals/an-object'); +var toPropertyKey = require('../internals/to-property-key'); + +var TypeError = global.TypeError; +// eslint-disable-next-line es/no-object-defineproperty -- safe +var $defineProperty = Object.defineProperty; + +// `Object.defineProperty` method +// https://tc39.es/ecma262/#sec-object.defineproperty +exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) { + anObject(O); + P = toPropertyKey(P); + anObject(Attributes); + if (IE8_DOM_DEFINE) try { + return $defineProperty(O, P, Attributes); + } catch (error) { /* empty */ } + if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported'); + if ('value' in Attributes) O[P] = Attributes.value; + return O; +}; + +},{"../internals/an-object":60,"../internals/descriptors":83,"../internals/global":104,"../internals/ie8-dom-define":108,"../internals/to-property-key":159}],130:[function(require,module,exports){ +var DESCRIPTORS = require('../internals/descriptors'); +var call = require('../internals/function-call'); +var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toPropertyKey = require('../internals/to-property-key'); +var hasOwn = require('../internals/has-own-property'); +var IE8_DOM_DEFINE = require('../internals/ie8-dom-define'); + +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +// `Object.getOwnPropertyDescriptor` method +// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor +exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { + O = toIndexedObject(O); + P = toPropertyKey(P); + if (IE8_DOM_DEFINE) try { + return $getOwnPropertyDescriptor(O, P); + } catch (error) { /* empty */ } + if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]); +}; + +},{"../internals/create-property-descriptor":79,"../internals/descriptors":83,"../internals/function-call":97,"../internals/has-own-property":105,"../internals/ie8-dom-define":108,"../internals/object-property-is-enumerable":138,"../internals/to-indexed-object":154,"../internals/to-property-key":159}],131:[function(require,module,exports){ +/* eslint-disable es/no-object-getownpropertynames -- safe */ +var classof = require('../internals/classof-raw'); +var toIndexedObject = require('../internals/to-indexed-object'); +var $getOwnPropertyNames = require('../internals/object-get-own-property-names').f; +var arraySlice = require('../internals/array-slice-simple'); + +var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames + ? Object.getOwnPropertyNames(window) : []; + +var getWindowNames = function (it) { + try { + return $getOwnPropertyNames(it); + } catch (error) { + return arraySlice(windowNames); + } +}; + +// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window +module.exports.f = function getOwnPropertyNames(it) { + return windowNames && classof(it) == 'Window' + ? getWindowNames(it) + : $getOwnPropertyNames(toIndexedObject(it)); +}; + +},{"../internals/array-slice-simple":67,"../internals/classof-raw":74,"../internals/object-get-own-property-names":132,"../internals/to-indexed-object":154}],132:[function(require,module,exports){ +var internalObjectKeys = require('../internals/object-keys-internal'); +var enumBugKeys = require('../internals/enum-bug-keys'); + +var hiddenKeys = enumBugKeys.concat('length', 'prototype'); + +// `Object.getOwnPropertyNames` method +// https://tc39.es/ecma262/#sec-object.getownpropertynames +// eslint-disable-next-line es/no-object-getownpropertynames -- safe +exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { + return internalObjectKeys(O, hiddenKeys); +}; + +},{"../internals/enum-bug-keys":92,"../internals/object-keys-internal":136}],133:[function(require,module,exports){ +// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe +exports.f = Object.getOwnPropertySymbols; + +},{}],134:[function(require,module,exports){ +var global = require('../internals/global'); +var hasOwn = require('../internals/has-own-property'); +var isCallable = require('../internals/is-callable'); +var toObject = require('../internals/to-object'); +var sharedKey = require('../internals/shared-key'); +var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter'); + +var IE_PROTO = sharedKey('IE_PROTO'); +var Object = global.Object; +var ObjectPrototype = Object.prototype; + +// `Object.getPrototypeOf` method +// https://tc39.es/ecma262/#sec-object.getprototypeof +module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) { + var object = toObject(O); + if (hasOwn(object, IE_PROTO)) return object[IE_PROTO]; + var constructor = object.constructor; + if (isCallable(constructor) && object instanceof constructor) { + return constructor.prototype; + } return object instanceof Object ? ObjectPrototype : null; +}; + +},{"../internals/correct-prototype-getter":76,"../internals/global":104,"../internals/has-own-property":105,"../internals/is-callable":114,"../internals/shared-key":148,"../internals/to-object":157}],135:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); + +module.exports = uncurryThis({}.isPrototypeOf); + +},{"../internals/function-uncurry-this":99}],136:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var hasOwn = require('../internals/has-own-property'); +var toIndexedObject = require('../internals/to-indexed-object'); +var indexOf = require('../internals/array-includes').indexOf; +var hiddenKeys = require('../internals/hidden-keys'); + +var push = uncurryThis([].push); + +module.exports = function (object, names) { + var O = toIndexedObject(object); + var i = 0; + var result = []; + var key; + for (key in O) !hasOwn(hiddenKeys, key) && hasOwn(O, key) && push(result, key); + // Don't enum bug & hidden keys + while (names.length > i) if (hasOwn(O, key = names[i++])) { + ~indexOf(result, key) || push(result, key); + } + return result; +}; + +},{"../internals/array-includes":63,"../internals/function-uncurry-this":99,"../internals/has-own-property":105,"../internals/hidden-keys":106,"../internals/to-indexed-object":154}],137:[function(require,module,exports){ +var internalObjectKeys = require('../internals/object-keys-internal'); +var enumBugKeys = require('../internals/enum-bug-keys'); + +// `Object.keys` method +// https://tc39.es/ecma262/#sec-object.keys +// eslint-disable-next-line es/no-object-keys -- safe +module.exports = Object.keys || function keys(O) { + return internalObjectKeys(O, enumBugKeys); +}; + +},{"../internals/enum-bug-keys":92,"../internals/object-keys-internal":136}],138:[function(require,module,exports){ +'use strict'; +var $propertyIsEnumerable = {}.propertyIsEnumerable; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +// Nashorn ~ JDK8 bug +var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1); + +// `Object.prototype.propertyIsEnumerable` method implementation +// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable +exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) { + var descriptor = getOwnPropertyDescriptor(this, V); + return !!descriptor && descriptor.enumerable; +} : $propertyIsEnumerable; + +},{}],139:[function(require,module,exports){ +/* eslint-disable no-proto -- safe */ +var uncurryThis = require('../internals/function-uncurry-this'); +var anObject = require('../internals/an-object'); +var aPossiblePrototype = require('../internals/a-possible-prototype'); + +// `Object.setPrototypeOf` method +// https://tc39.es/ecma262/#sec-object.setprototypeof +// Works with __proto__ only. Old v8 can't work with null proto objects. +// eslint-disable-next-line es/no-object-setprototypeof -- safe +module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () { + var CORRECT_SETTER = false; + var test = {}; + var setter; + try { + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + setter = uncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set); + setter(test, []); + CORRECT_SETTER = test instanceof Array; + } catch (error) { /* empty */ } + return function setPrototypeOf(O, proto) { + anObject(O); + aPossiblePrototype(proto); + if (CORRECT_SETTER) setter(O, proto); + else O.__proto__ = proto; + return O; + }; +}() : undefined); + +},{"../internals/a-possible-prototype":58,"../internals/an-object":60,"../internals/function-uncurry-this":99}],140:[function(require,module,exports){ +'use strict'; +var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); +var classof = require('../internals/classof'); + +// `Object.prototype.toString` method implementation +// https://tc39.es/ecma262/#sec-object.prototype.tostring +module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() { + return '[object ' + classof(this) + ']'; +}; + +},{"../internals/classof":75,"../internals/to-string-tag-support":160}],141:[function(require,module,exports){ +var global = require('../internals/global'); +var call = require('../internals/function-call'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); + +var TypeError = global.TypeError; + +// `OrdinaryToPrimitive` abstract operation +// https://tc39.es/ecma262/#sec-ordinarytoprimitive +module.exports = function (input, pref) { + var fn, val; + if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val; + if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val; + if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val; + throw TypeError("Can't convert object to primitive value"); +}; + +},{"../internals/function-call":97,"../internals/global":104,"../internals/is-callable":114,"../internals/is-object":117}],142:[function(require,module,exports){ +arguments[4][106][0].apply(exports,arguments) +},{"dup":106}],143:[function(require,module,exports){ +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); + +module.exports = function (target, key, value, options) { + if (options && options.enumerable) target[key] = value; + else createNonEnumerableProperty(target, key, value); +}; + +},{"../internals/create-non-enumerable-property":78}],144:[function(require,module,exports){ +'use strict'; +var anObject = require('../internals/an-object'); + +// `RegExp.prototype.flags` getter implementation +// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags +module.exports = function () { + var that = anObject(this); + var result = ''; + if (that.global) result += 'g'; + if (that.ignoreCase) result += 'i'; + if (that.multiline) result += 'm'; + if (that.dotAll) result += 's'; + if (that.unicode) result += 'u'; + if (that.sticky) result += 'y'; + return result; +}; + +},{"../internals/an-object":60}],145:[function(require,module,exports){ +var global = require('../internals/global'); + +var TypeError = global.TypeError; + +// `RequireObjectCoercible` abstract operation +// https://tc39.es/ecma262/#sec-requireobjectcoercible +module.exports = function (it) { + if (it == undefined) throw TypeError("Can't call method on " + it); + return it; +}; + +},{"../internals/global":104}],146:[function(require,module,exports){ +var global = require('../internals/global'); + +// eslint-disable-next-line es/no-object-defineproperty -- safe +var defineProperty = Object.defineProperty; + +module.exports = function (key, value) { + try { + defineProperty(global, key, { value: value, configurable: true, writable: true }); + } catch (error) { + global[key] = value; + } return value; +}; + +},{"../internals/global":104}],147:[function(require,module,exports){ +var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); +var defineProperty = require('../internals/object-define-property').f; +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var hasOwn = require('../internals/has-own-property'); +var toString = require('../internals/object-to-string'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +module.exports = function (it, TAG, STATIC, SET_METHOD) { + if (it) { + var target = STATIC ? it : it.prototype; + if (!hasOwn(target, TO_STRING_TAG)) { + defineProperty(target, TO_STRING_TAG, { configurable: true, value: TAG }); + } + if (SET_METHOD && !TO_STRING_TAG_SUPPORT) { + createNonEnumerableProperty(target, 'toString', toString); + } + } +}; + +},{"../internals/create-non-enumerable-property":78,"../internals/has-own-property":105,"../internals/object-define-property":129,"../internals/object-to-string":140,"../internals/to-string-tag-support":160,"../internals/well-known-symbol":166}],148:[function(require,module,exports){ +var shared = require('../internals/shared'); +var uid = require('../internals/uid'); + +var keys = shared('keys'); + +module.exports = function (key) { + return keys[key] || (keys[key] = uid(key)); +}; + +},{"../internals/shared":150,"../internals/uid":163}],149:[function(require,module,exports){ +var global = require('../internals/global'); +var setGlobal = require('../internals/set-global'); + +var SHARED = '__core-js_shared__'; +var store = global[SHARED] || setGlobal(SHARED, {}); + +module.exports = store; + +},{"../internals/global":104,"../internals/set-global":146}],150:[function(require,module,exports){ +var IS_PURE = require('../internals/is-pure'); +var store = require('../internals/shared-store'); + +(module.exports = function (key, value) { + return store[key] || (store[key] = value !== undefined ? value : {}); +})('versions', []).push({ + version: '3.20.0', + mode: IS_PURE ? 'pure' : 'global', + copyright: '© 2021 Denis Pushkarev (zloirock.ru)' +}); + +},{"../internals/is-pure":118,"../internals/shared-store":149}],151:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); +var toString = require('../internals/to-string'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +var charAt = uncurryThis(''.charAt); +var charCodeAt = uncurryThis(''.charCodeAt); +var stringSlice = uncurryThis(''.slice); + +var createMethod = function (CONVERT_TO_STRING) { + return function ($this, pos) { + var S = toString(requireObjectCoercible($this)); + var position = toIntegerOrInfinity(pos); + var size = S.length; + var first, second; + if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; + first = charCodeAt(S, position); + return first < 0xD800 || first > 0xDBFF || position + 1 === size + || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF + ? CONVERT_TO_STRING + ? charAt(S, position) + : first + : CONVERT_TO_STRING + ? stringSlice(S, position, position + 2) + : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; + }; +}; + +module.exports = { + // `String.prototype.codePointAt` method + // https://tc39.es/ecma262/#sec-string.prototype.codepointat + codeAt: createMethod(false), + // `String.prototype.at` method + // https://github.com/mathiasbynens/String.prototype.at + charAt: createMethod(true) +}; + +},{"../internals/function-uncurry-this":99,"../internals/require-object-coercible":145,"../internals/to-integer-or-infinity":155,"../internals/to-string":161}],152:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); +var requireObjectCoercible = require('../internals/require-object-coercible'); +var toString = require('../internals/to-string'); +var whitespaces = require('../internals/whitespaces'); + +var replace = uncurryThis(''.replace); +var whitespace = '[' + whitespaces + ']'; +var ltrim = RegExp('^' + whitespace + whitespace + '*'); +var rtrim = RegExp(whitespace + whitespace + '*$'); + +// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation +var createMethod = function (TYPE) { + return function ($this) { + var string = toString(requireObjectCoercible($this)); + if (TYPE & 1) string = replace(string, ltrim, ''); + if (TYPE & 2) string = replace(string, rtrim, ''); + return string; + }; +}; + +module.exports = { + // `String.prototype.{ trimLeft, trimStart }` methods + // https://tc39.es/ecma262/#sec-string.prototype.trimstart + start: createMethod(1), + // `String.prototype.{ trimRight, trimEnd }` methods + // https://tc39.es/ecma262/#sec-string.prototype.trimend + end: createMethod(2), + // `String.prototype.trim` method + // https://tc39.es/ecma262/#sec-string.prototype.trim + trim: createMethod(3) +}; + +},{"../internals/function-uncurry-this":99,"../internals/require-object-coercible":145,"../internals/to-string":161,"../internals/whitespaces":167}],153:[function(require,module,exports){ +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var max = Math.max; +var min = Math.min; + +// Helper for a popular repeating case of the spec: +// Let integer be ? ToInteger(index). +// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). +module.exports = function (index, length) { + var integer = toIntegerOrInfinity(index); + return integer < 0 ? max(integer + length, 0) : min(integer, length); +}; + +},{"../internals/to-integer-or-infinity":155}],154:[function(require,module,exports){ +// toObject with fallback for non-array-like ES3 strings +var IndexedObject = require('../internals/indexed-object'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +module.exports = function (it) { + return IndexedObject(requireObjectCoercible(it)); +}; + +},{"../internals/indexed-object":109,"../internals/require-object-coercible":145}],155:[function(require,module,exports){ +var ceil = Math.ceil; +var floor = Math.floor; + +// `ToIntegerOrInfinity` abstract operation +// https://tc39.es/ecma262/#sec-tointegerorinfinity +module.exports = function (argument) { + var number = +argument; + // eslint-disable-next-line no-self-compare -- safe + return number !== number || number === 0 ? 0 : (number > 0 ? floor : ceil)(number); +}; + +},{}],156:[function(require,module,exports){ +var toIntegerOrInfinity = require('../internals/to-integer-or-infinity'); + +var min = Math.min; + +// `ToLength` abstract operation +// https://tc39.es/ecma262/#sec-tolength +module.exports = function (argument) { + return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991 +}; + +},{"../internals/to-integer-or-infinity":155}],157:[function(require,module,exports){ +var global = require('../internals/global'); +var requireObjectCoercible = require('../internals/require-object-coercible'); + +var Object = global.Object; + +// `ToObject` abstract operation +// https://tc39.es/ecma262/#sec-toobject +module.exports = function (argument) { + return Object(requireObjectCoercible(argument)); +}; + +},{"../internals/global":104,"../internals/require-object-coercible":145}],158:[function(require,module,exports){ +var global = require('../internals/global'); +var call = require('../internals/function-call'); +var isObject = require('../internals/is-object'); +var isSymbol = require('../internals/is-symbol'); +var getMethod = require('../internals/get-method'); +var ordinaryToPrimitive = require('../internals/ordinary-to-primitive'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TypeError = global.TypeError; +var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); + +// `ToPrimitive` abstract operation +// https://tc39.es/ecma262/#sec-toprimitive +module.exports = function (input, pref) { + if (!isObject(input) || isSymbol(input)) return input; + var exoticToPrim = getMethod(input, TO_PRIMITIVE); + var result; + if (exoticToPrim) { + if (pref === undefined) pref = 'default'; + result = call(exoticToPrim, input, pref); + if (!isObject(result) || isSymbol(result)) return result; + throw TypeError("Can't convert object to primitive value"); + } + if (pref === undefined) pref = 'number'; + return ordinaryToPrimitive(input, pref); +}; + +},{"../internals/function-call":97,"../internals/get-method":103,"../internals/global":104,"../internals/is-object":117,"../internals/is-symbol":119,"../internals/ordinary-to-primitive":141,"../internals/well-known-symbol":166}],159:[function(require,module,exports){ +var toPrimitive = require('../internals/to-primitive'); +var isSymbol = require('../internals/is-symbol'); + +// `ToPropertyKey` abstract operation +// https://tc39.es/ecma262/#sec-topropertykey +module.exports = function (argument) { + var key = toPrimitive(argument, 'string'); + return isSymbol(key) ? key : key + ''; +}; + +},{"../internals/is-symbol":119,"../internals/to-primitive":158}],160:[function(require,module,exports){ +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); +var test = {}; + +test[TO_STRING_TAG] = 'z'; + +module.exports = String(test) === '[object z]'; + +},{"../internals/well-known-symbol":166}],161:[function(require,module,exports){ +var global = require('../internals/global'); +var classof = require('../internals/classof'); + +var String = global.String; + +module.exports = function (argument) { + if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string'); + return String(argument); +}; + +},{"../internals/classof":75,"../internals/global":104}],162:[function(require,module,exports){ +var global = require('../internals/global'); + +var String = global.String; + +module.exports = function (argument) { + try { + return String(argument); + } catch (error) { + return 'Object'; + } +}; + +},{"../internals/global":104}],163:[function(require,module,exports){ +var uncurryThis = require('../internals/function-uncurry-this'); + +var id = 0; +var postfix = Math.random(); +var toString = uncurryThis(1.0.toString); + +module.exports = function (key) { + return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36); +}; + +},{"../internals/function-uncurry-this":99}],164:[function(require,module,exports){ +/* eslint-disable es/no-symbol -- required for testing */ +var NATIVE_SYMBOL = require('../internals/native-symbol'); + +module.exports = NATIVE_SYMBOL + && !Symbol.sham + && typeof Symbol.iterator == 'symbol'; + +},{"../internals/native-symbol":124}],165:[function(require,module,exports){ +var wellKnownSymbol = require('../internals/well-known-symbol'); + +exports.f = wellKnownSymbol; + +},{"../internals/well-known-symbol":166}],166:[function(require,module,exports){ +var global = require('../internals/global'); +var shared = require('../internals/shared'); +var hasOwn = require('../internals/has-own-property'); +var uid = require('../internals/uid'); +var NATIVE_SYMBOL = require('../internals/native-symbol'); +var USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid'); + +var WellKnownSymbolsStore = shared('wks'); +var Symbol = global.Symbol; +var symbolFor = Symbol && Symbol['for']; +var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid; + +module.exports = function (name) { + if (!hasOwn(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) { + var description = 'Symbol.' + name; + if (NATIVE_SYMBOL && hasOwn(Symbol, name)) { + WellKnownSymbolsStore[name] = Symbol[name]; + } else if (USE_SYMBOL_AS_UID && symbolFor) { + WellKnownSymbolsStore[name] = symbolFor(description); + } else { + WellKnownSymbolsStore[name] = createWellKnownSymbol(description); + } + } return WellKnownSymbolsStore[name]; +}; + +},{"../internals/global":104,"../internals/has-own-property":105,"../internals/native-symbol":124,"../internals/shared":150,"../internals/uid":163,"../internals/use-symbol-as-uid":164}],167:[function(require,module,exports){ +// a string of all valid unicode whitespaces +module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' + + '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; + +},{}],168:[function(require,module,exports){ +'use strict'; +var $ = require('../internals/export'); +var global = require('../internals/global'); +var fails = require('../internals/fails'); +var isArray = require('../internals/is-array'); +var isObject = require('../internals/is-object'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var createProperty = require('../internals/create-property'); +var arraySpeciesCreate = require('../internals/array-species-create'); +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var V8_VERSION = require('../internals/engine-v8-version'); + +var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable'); +var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; +var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded'; +var TypeError = global.TypeError; + +// We can't use this feature detection in V8 since it causes +// deoptimization and serious performance degradation +// https://github.com/zloirock/core-js/issues/679 +var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () { + var array = []; + array[IS_CONCAT_SPREADABLE] = false; + return array.concat()[0] !== array; +}); + +var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat'); + +var isConcatSpreadable = function (O) { + if (!isObject(O)) return false; + var spreadable = O[IS_CONCAT_SPREADABLE]; + return spreadable !== undefined ? !!spreadable : isArray(O); +}; + +var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT; + +// `Array.prototype.concat` method +// https://tc39.es/ecma262/#sec-array.prototype.concat +// with adding support of @@isConcatSpreadable and @@species +$({ target: 'Array', proto: true, forced: FORCED }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + concat: function concat(arg) { + var O = toObject(this); + var A = arraySpeciesCreate(O, 0); + var n = 0; + var i, k, length, len, E; + for (i = -1, length = arguments.length; i < length; i++) { + E = i === -1 ? O : arguments[i]; + if (isConcatSpreadable(E)) { + len = lengthOfArrayLike(E); + if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED); + for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]); + } else { + if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED); + createProperty(A, n++, E); + } + } + A.length = n; + return A; + } +}); + +},{"../internals/array-method-has-species-support":65,"../internals/array-species-create":71,"../internals/create-property":80,"../internals/engine-v8-version":89,"../internals/export":93,"../internals/fails":94,"../internals/global":104,"../internals/is-array":113,"../internals/is-object":117,"../internals/length-of-array-like":123,"../internals/to-object":157,"../internals/well-known-symbol":166}],169:[function(require,module,exports){ +'use strict'; +var $ = require('../internals/export'); +var forEach = require('../internals/array-for-each'); + +// `Array.prototype.forEach` method +// https://tc39.es/ecma262/#sec-array.prototype.foreach +// eslint-disable-next-line es/no-array-prototype-foreach -- safe +$({ target: 'Array', proto: true, forced: [].forEach != forEach }, { + forEach: forEach +}); + +},{"../internals/array-for-each":61,"../internals/export":93}],170:[function(require,module,exports){ +var $ = require('../internals/export'); +var from = require('../internals/array-from'); +var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration'); + +var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) { + // eslint-disable-next-line es/no-array-from -- required for testing + Array.from(iterable); +}); + +// `Array.from` method +// https://tc39.es/ecma262/#sec-array.from +$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, { + from: from +}); + +},{"../internals/array-from":62,"../internals/check-correctness-of-iteration":73,"../internals/export":93}],171:[function(require,module,exports){ +'use strict'; +/* eslint-disable es/no-array-prototype-indexof -- required for testing */ +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var $IndexOf = require('../internals/array-includes').indexOf; +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); + +var un$IndexOf = uncurryThis([].indexOf); + +var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0; +var STRICT_METHOD = arrayMethodIsStrict('indexOf'); + +// `Array.prototype.indexOf` method +// https://tc39.es/ecma262/#sec-array.prototype.indexof +$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, { + indexOf: function indexOf(searchElement /* , fromIndex = 0 */) { + var fromIndex = arguments.length > 1 ? arguments[1] : undefined; + return NEGATIVE_ZERO + // convert -0 to +0 + ? un$IndexOf(this, searchElement, fromIndex) || 0 + : $IndexOf(this, searchElement, fromIndex); + } +}); + +},{"../internals/array-includes":63,"../internals/array-method-is-strict":66,"../internals/export":93,"../internals/function-uncurry-this":99}],172:[function(require,module,exports){ +var $ = require('../internals/export'); +var isArray = require('../internals/is-array'); + +// `Array.isArray` method +// https://tc39.es/ecma262/#sec-array.isarray +$({ target: 'Array', stat: true }, { + isArray: isArray +}); + +},{"../internals/export":93,"../internals/is-array":113}],173:[function(require,module,exports){ +'use strict'; +var toIndexedObject = require('../internals/to-indexed-object'); +var addToUnscopables = require('../internals/add-to-unscopables'); +var Iterators = require('../internals/iterators'); +var InternalStateModule = require('../internals/internal-state'); +var defineProperty = require('../internals/object-define-property').f; +var defineIterator = require('../internals/define-iterator'); +var IS_PURE = require('../internals/is-pure'); +var DESCRIPTORS = require('../internals/descriptors'); + +var ARRAY_ITERATOR = 'Array Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR); + +// `Array.prototype.entries` method +// https://tc39.es/ecma262/#sec-array.prototype.entries +// `Array.prototype.keys` method +// https://tc39.es/ecma262/#sec-array.prototype.keys +// `Array.prototype.values` method +// https://tc39.es/ecma262/#sec-array.prototype.values +// `Array.prototype[@@iterator]` method +// https://tc39.es/ecma262/#sec-array.prototype-@@iterator +// `CreateArrayIterator` internal method +// https://tc39.es/ecma262/#sec-createarrayiterator +module.exports = defineIterator(Array, 'Array', function (iterated, kind) { + setInternalState(this, { + type: ARRAY_ITERATOR, + target: toIndexedObject(iterated), // target + index: 0, // next index + kind: kind // kind + }); +// `%ArrayIteratorPrototype%.next` method +// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next +}, function () { + var state = getInternalState(this); + var target = state.target; + var kind = state.kind; + var index = state.index++; + if (!target || index >= target.length) { + state.target = undefined; + return { value: undefined, done: true }; + } + if (kind == 'keys') return { value: index, done: false }; + if (kind == 'values') return { value: target[index], done: false }; + return { value: [index, target[index]], done: false }; +}, 'values'); + +// argumentsList[@@iterator] is %ArrayProto_values% +// https://tc39.es/ecma262/#sec-createunmappedargumentsobject +// https://tc39.es/ecma262/#sec-createmappedargumentsobject +var values = Iterators.Arguments = Iterators.Array; + +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('keys'); +addToUnscopables('values'); +addToUnscopables('entries'); + +// V8 ~ Chrome 45- bug +if (!IS_PURE && DESCRIPTORS && values.name !== 'values') try { + defineProperty(values, 'name', { value: 'values' }); +} catch (error) { /* empty */ } + +},{"../internals/add-to-unscopables":59,"../internals/define-iterator":81,"../internals/descriptors":83,"../internals/internal-state":111,"../internals/is-pure":118,"../internals/iterators":122,"../internals/object-define-property":129,"../internals/to-indexed-object":154}],174:[function(require,module,exports){ +'use strict'; +var $ = require('../internals/export'); +var global = require('../internals/global'); +var isArray = require('../internals/is-array'); +var isConstructor = require('../internals/is-constructor'); +var isObject = require('../internals/is-object'); +var toAbsoluteIndex = require('../internals/to-absolute-index'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toIndexedObject = require('../internals/to-indexed-object'); +var createProperty = require('../internals/create-property'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support'); +var un$Slice = require('../internals/array-slice'); + +var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice'); + +var SPECIES = wellKnownSymbol('species'); +var Array = global.Array; +var max = Math.max; + +// `Array.prototype.slice` method +// https://tc39.es/ecma262/#sec-array.prototype.slice +// fallback for not array-like ES3 strings and DOM objects +$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { + slice: function slice(start, end) { + var O = toIndexedObject(this); + var length = lengthOfArrayLike(O); + var k = toAbsoluteIndex(start, length); + var fin = toAbsoluteIndex(end === undefined ? length : end, length); + // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible + var Constructor, result, n; + if (isArray(O)) { + Constructor = O.constructor; + // cross-realm fallback + if (isConstructor(Constructor) && (Constructor === Array || isArray(Constructor.prototype))) { + Constructor = undefined; + } else if (isObject(Constructor)) { + Constructor = Constructor[SPECIES]; + if (Constructor === null) Constructor = undefined; + } + if (Constructor === Array || Constructor === undefined) { + return un$Slice(O, k, fin); + } + } + result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0)); + for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]); + result.length = n; + return result; + } +}); + +},{"../internals/array-method-has-species-support":65,"../internals/array-slice":68,"../internals/create-property":80,"../internals/export":93,"../internals/global":104,"../internals/is-array":113,"../internals/is-constructor":115,"../internals/is-object":117,"../internals/length-of-array-like":123,"../internals/to-absolute-index":153,"../internals/to-indexed-object":154,"../internals/well-known-symbol":166}],175:[function(require,module,exports){ +'use strict'; +var $ = require('../internals/export'); +var uncurryThis = require('../internals/function-uncurry-this'); +var aCallable = require('../internals/a-callable'); +var toObject = require('../internals/to-object'); +var lengthOfArrayLike = require('../internals/length-of-array-like'); +var toString = require('../internals/to-string'); +var fails = require('../internals/fails'); +var internalSort = require('../internals/array-sort'); +var arrayMethodIsStrict = require('../internals/array-method-is-strict'); +var FF = require('../internals/engine-ff-version'); +var IE_OR_EDGE = require('../internals/engine-is-ie-or-edge'); +var V8 = require('../internals/engine-v8-version'); +var WEBKIT = require('../internals/engine-webkit-version'); + +var test = []; +var un$Sort = uncurryThis(test.sort); +var push = uncurryThis(test.push); + +// IE8- +var FAILS_ON_UNDEFINED = fails(function () { + test.sort(undefined); +}); +// V8 bug +var FAILS_ON_NULL = fails(function () { + test.sort(null); +}); +// Old WebKit +var STRICT_METHOD = arrayMethodIsStrict('sort'); + +var STABLE_SORT = !fails(function () { + // feature detection can be too slow, so check engines versions + if (V8) return V8 < 70; + if (FF && FF > 3) return; + if (IE_OR_EDGE) return true; + if (WEBKIT) return WEBKIT < 603; + + var result = ''; + var code, chr, value, index; + + // generate an array with more 512 elements (Chakra and old V8 fails only in this case) + for (code = 65; code < 76; code++) { + chr = String.fromCharCode(code); + + switch (code) { + case 66: case 69: case 70: case 72: value = 3; break; + case 68: case 71: value = 4; break; + default: value = 2; + } + + for (index = 0; index < 47; index++) { + test.push({ k: chr + index, v: value }); + } + } + + test.sort(function (a, b) { return b.v - a.v; }); + + for (index = 0; index < test.length; index++) { + chr = test[index].k.charAt(0); + if (result.charAt(result.length - 1) !== chr) result += chr; + } + + return result !== 'DGBEFHACIJK'; +}); + +var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT; + +var getSortCompare = function (comparefn) { + return function (x, y) { + if (y === undefined) return -1; + if (x === undefined) return 1; + if (comparefn !== undefined) return +comparefn(x, y) || 0; + return toString(x) > toString(y) ? 1 : -1; + }; +}; + +// `Array.prototype.sort` method +// https://tc39.es/ecma262/#sec-array.prototype.sort +$({ target: 'Array', proto: true, forced: FORCED }, { + sort: function sort(comparefn) { + if (comparefn !== undefined) aCallable(comparefn); + + var array = toObject(this); + + if (STABLE_SORT) return comparefn === undefined ? un$Sort(array) : un$Sort(array, comparefn); + + var items = []; + var arrayLength = lengthOfArrayLike(array); + var itemsLength, index; + + for (index = 0; index < arrayLength; index++) { + if (index in array) push(items, array[index]); + } + + internalSort(items, getSortCompare(comparefn)); + + itemsLength = items.length; + index = 0; + + while (index < itemsLength) array[index] = items[index++]; + while (index < arrayLength) delete array[index++]; + + return array; + } +}); + +},{"../internals/a-callable":57,"../internals/array-method-is-strict":66,"../internals/array-sort":69,"../internals/engine-ff-version":86,"../internals/engine-is-ie-or-edge":87,"../internals/engine-v8-version":89,"../internals/engine-webkit-version":90,"../internals/export":93,"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/length-of-array-like":123,"../internals/to-object":157,"../internals/to-string":161}],176:[function(require,module,exports){ +var global = require('../internals/global'); +var setToStringTag = require('../internals/set-to-string-tag'); + +// JSON[@@toStringTag] property +// https://tc39.es/ecma262/#sec-json-@@tostringtag +setToStringTag(global.JSON, 'JSON', true); + +},{"../internals/global":104,"../internals/set-to-string-tag":147}],177:[function(require,module,exports){ +// empty + +},{}],178:[function(require,module,exports){ +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var create = require('../internals/object-create'); + +// `Object.create` method +// https://tc39.es/ecma262/#sec-object.create +$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, { + create: create +}); + +},{"../internals/descriptors":83,"../internals/export":93,"../internals/object-create":127}],179:[function(require,module,exports){ +var $ = require('../internals/export'); +var DESCRIPTORS = require('../internals/descriptors'); +var objectDefinePropertyModile = require('../internals/object-define-property'); + +// `Object.defineProperty` method +// https://tc39.es/ecma262/#sec-object.defineproperty +$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, { + defineProperty: objectDefinePropertyModile.f +}); + +},{"../internals/descriptors":83,"../internals/export":93,"../internals/object-define-property":129}],180:[function(require,module,exports){ +arguments[4][177][0].apply(exports,arguments) +},{"dup":177}],181:[function(require,module,exports){ +var $ = require('../internals/export'); +var $parseInt = require('../internals/number-parse-int'); + +// `parseInt` method +// https://tc39.es/ecma262/#sec-parseint-string-radix +$({ global: true, forced: parseInt != $parseInt }, { + parseInt: $parseInt +}); + +},{"../internals/export":93,"../internals/number-parse-int":126}],182:[function(require,module,exports){ +arguments[4][177][0].apply(exports,arguments) +},{"dup":177}],183:[function(require,module,exports){ +arguments[4][177][0].apply(exports,arguments) +},{"dup":177}],184:[function(require,module,exports){ +'use strict'; +var charAt = require('../internals/string-multibyte').charAt; +var toString = require('../internals/to-string'); +var InternalStateModule = require('../internals/internal-state'); +var defineIterator = require('../internals/define-iterator'); + +var STRING_ITERATOR = 'String Iterator'; +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR); + +// `String.prototype[@@iterator]` method +// https://tc39.es/ecma262/#sec-string.prototype-@@iterator +defineIterator(String, 'String', function (iterated) { + setInternalState(this, { + type: STRING_ITERATOR, + string: toString(iterated), + index: 0 + }); +// `%StringIteratorPrototype%.next` method +// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next +}, function next() { + var state = getInternalState(this); + var string = state.string; + var index = state.index; + var point; + if (index >= string.length) return { value: undefined, done: true }; + point = charAt(string, index); + state.index += point.length; + return { value: point, done: false }; +}); + +},{"../internals/define-iterator":81,"../internals/internal-state":111,"../internals/string-multibyte":151,"../internals/to-string":161}],185:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.asyncIterator` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.asynciterator +defineWellKnownSymbol('asyncIterator'); + +},{"../internals/define-well-known-symbol":82}],186:[function(require,module,exports){ +arguments[4][177][0].apply(exports,arguments) +},{"dup":177}],187:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.hasInstance` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.hasinstance +defineWellKnownSymbol('hasInstance'); + +},{"../internals/define-well-known-symbol":82}],188:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.isConcatSpreadable` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.isconcatspreadable +defineWellKnownSymbol('isConcatSpreadable'); + +},{"../internals/define-well-known-symbol":82}],189:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.iterator` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.iterator +defineWellKnownSymbol('iterator'); + +},{"../internals/define-well-known-symbol":82}],190:[function(require,module,exports){ +'use strict'; +var $ = require('../internals/export'); +var global = require('../internals/global'); +var getBuiltIn = require('../internals/get-built-in'); +var apply = require('../internals/function-apply'); +var call = require('../internals/function-call'); +var uncurryThis = require('../internals/function-uncurry-this'); +var IS_PURE = require('../internals/is-pure'); +var DESCRIPTORS = require('../internals/descriptors'); +var NATIVE_SYMBOL = require('../internals/native-symbol'); +var fails = require('../internals/fails'); +var hasOwn = require('../internals/has-own-property'); +var isArray = require('../internals/is-array'); +var isCallable = require('../internals/is-callable'); +var isObject = require('../internals/is-object'); +var isPrototypeOf = require('../internals/object-is-prototype-of'); +var isSymbol = require('../internals/is-symbol'); +var anObject = require('../internals/an-object'); +var toObject = require('../internals/to-object'); +var toIndexedObject = require('../internals/to-indexed-object'); +var toPropertyKey = require('../internals/to-property-key'); +var $toString = require('../internals/to-string'); +var createPropertyDescriptor = require('../internals/create-property-descriptor'); +var nativeObjectCreate = require('../internals/object-create'); +var objectKeys = require('../internals/object-keys'); +var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names'); +var getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external'); +var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols'); +var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor'); +var definePropertyModule = require('../internals/object-define-property'); +var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable'); +var arraySlice = require('../internals/array-slice'); +var redefine = require('../internals/redefine'); +var shared = require('../internals/shared'); +var sharedKey = require('../internals/shared-key'); +var hiddenKeys = require('../internals/hidden-keys'); +var uid = require('../internals/uid'); +var wellKnownSymbol = require('../internals/well-known-symbol'); +var wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped'); +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); +var setToStringTag = require('../internals/set-to-string-tag'); +var InternalStateModule = require('../internals/internal-state'); +var $forEach = require('../internals/array-iteration').forEach; + +var HIDDEN = sharedKey('hidden'); +var SYMBOL = 'Symbol'; +var PROTOTYPE = 'prototype'; +var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); + +var setInternalState = InternalStateModule.set; +var getInternalState = InternalStateModule.getterFor(SYMBOL); + +var ObjectPrototype = Object[PROTOTYPE]; +var $Symbol = global.Symbol; +var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE]; +var TypeError = global.TypeError; +var QObject = global.QObject; +var $stringify = getBuiltIn('JSON', 'stringify'); +var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; +var nativeDefineProperty = definePropertyModule.f; +var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f; +var nativePropertyIsEnumerable = propertyIsEnumerableModule.f; +var push = uncurryThis([].push); + +var AllSymbols = shared('symbols'); +var ObjectPrototypeSymbols = shared('op-symbols'); +var StringToSymbolRegistry = shared('string-to-symbol-registry'); +var SymbolToStringRegistry = shared('symbol-to-string-registry'); +var WellKnownSymbolsStore = shared('wks'); + +// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173 +var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild; + +// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687 +var setSymbolDescriptor = DESCRIPTORS && fails(function () { + return nativeObjectCreate(nativeDefineProperty({}, 'a', { + get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; } + })).a != 7; +}) ? function (O, P, Attributes) { + var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P); + if (ObjectPrototypeDescriptor) delete ObjectPrototype[P]; + nativeDefineProperty(O, P, Attributes); + if (ObjectPrototypeDescriptor && O !== ObjectPrototype) { + nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor); + } +} : nativeDefineProperty; + +var wrap = function (tag, description) { + var symbol = AllSymbols[tag] = nativeObjectCreate(SymbolPrototype); + setInternalState(symbol, { + type: SYMBOL, + tag: tag, + description: description + }); + if (!DESCRIPTORS) symbol.description = description; + return symbol; +}; + +var $defineProperty = function defineProperty(O, P, Attributes) { + if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes); + anObject(O); + var key = toPropertyKey(P); + anObject(Attributes); + if (hasOwn(AllSymbols, key)) { + if (!Attributes.enumerable) { + if (!hasOwn(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {})); + O[HIDDEN][key] = true; + } else { + if (hasOwn(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false; + Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) }); + } return setSymbolDescriptor(O, key, Attributes); + } return nativeDefineProperty(O, key, Attributes); +}; + +var $defineProperties = function defineProperties(O, Properties) { + anObject(O); + var properties = toIndexedObject(Properties); + var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties)); + $forEach(keys, function (key) { + if (!DESCRIPTORS || call($propertyIsEnumerable, properties, key)) $defineProperty(O, key, properties[key]); + }); + return O; +}; + +var $create = function create(O, Properties) { + return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties); +}; + +var $propertyIsEnumerable = function propertyIsEnumerable(V) { + var P = toPropertyKey(V); + var enumerable = call(nativePropertyIsEnumerable, this, P); + if (this === ObjectPrototype && hasOwn(AllSymbols, P) && !hasOwn(ObjectPrototypeSymbols, P)) return false; + return enumerable || !hasOwn(this, P) || !hasOwn(AllSymbols, P) || hasOwn(this, HIDDEN) && this[HIDDEN][P] + ? enumerable : true; +}; + +var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) { + var it = toIndexedObject(O); + var key = toPropertyKey(P); + if (it === ObjectPrototype && hasOwn(AllSymbols, key) && !hasOwn(ObjectPrototypeSymbols, key)) return; + var descriptor = nativeGetOwnPropertyDescriptor(it, key); + if (descriptor && hasOwn(AllSymbols, key) && !(hasOwn(it, HIDDEN) && it[HIDDEN][key])) { + descriptor.enumerable = true; + } + return descriptor; +}; + +var $getOwnPropertyNames = function getOwnPropertyNames(O) { + var names = nativeGetOwnPropertyNames(toIndexedObject(O)); + var result = []; + $forEach(names, function (key) { + if (!hasOwn(AllSymbols, key) && !hasOwn(hiddenKeys, key)) push(result, key); + }); + return result; +}; + +var $getOwnPropertySymbols = function getOwnPropertySymbols(O) { + var IS_OBJECT_PROTOTYPE = O === ObjectPrototype; + var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O)); + var result = []; + $forEach(names, function (key) { + if (hasOwn(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwn(ObjectPrototype, key))) { + push(result, AllSymbols[key]); + } + }); + return result; +}; + +// `Symbol` constructor +// https://tc39.es/ecma262/#sec-symbol-constructor +if (!NATIVE_SYMBOL) { + $Symbol = function Symbol() { + if (isPrototypeOf(SymbolPrototype, this)) throw TypeError('Symbol is not a constructor'); + var description = !arguments.length || arguments[0] === undefined ? undefined : $toString(arguments[0]); + var tag = uid(description); + var setter = function (value) { + if (this === ObjectPrototype) call(setter, ObjectPrototypeSymbols, value); + if (hasOwn(this, HIDDEN) && hasOwn(this[HIDDEN], tag)) this[HIDDEN][tag] = false; + setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value)); + }; + if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter }); + return wrap(tag, description); + }; + + SymbolPrototype = $Symbol[PROTOTYPE]; + + redefine(SymbolPrototype, 'toString', function toString() { + return getInternalState(this).tag; + }); + + redefine($Symbol, 'withoutSetter', function (description) { + return wrap(uid(description), description); + }); + + propertyIsEnumerableModule.f = $propertyIsEnumerable; + definePropertyModule.f = $defineProperty; + getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor; + getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames; + getOwnPropertySymbolsModule.f = $getOwnPropertySymbols; + + wrappedWellKnownSymbolModule.f = function (name) { + return wrap(wellKnownSymbol(name), name); + }; + + if (DESCRIPTORS) { + // https://github.com/tc39/proposal-Symbol-description + nativeDefineProperty(SymbolPrototype, 'description', { + configurable: true, + get: function description() { + return getInternalState(this).description; + } + }); + if (!IS_PURE) { + redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true }); + } + } +} + +$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, { + Symbol: $Symbol +}); + +$forEach(objectKeys(WellKnownSymbolsStore), function (name) { + defineWellKnownSymbol(name); +}); + +$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, { + // `Symbol.for` method + // https://tc39.es/ecma262/#sec-symbol.for + 'for': function (key) { + var string = $toString(key); + if (hasOwn(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string]; + var symbol = $Symbol(string); + StringToSymbolRegistry[string] = symbol; + SymbolToStringRegistry[symbol] = string; + return symbol; + }, + // `Symbol.keyFor` method + // https://tc39.es/ecma262/#sec-symbol.keyfor + keyFor: function keyFor(sym) { + if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol'); + if (hasOwn(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym]; + }, + useSetter: function () { USE_SETTER = true; }, + useSimple: function () { USE_SETTER = false; } +}); + +$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, { + // `Object.create` method + // https://tc39.es/ecma262/#sec-object.create + create: $create, + // `Object.defineProperty` method + // https://tc39.es/ecma262/#sec-object.defineproperty + defineProperty: $defineProperty, + // `Object.defineProperties` method + // https://tc39.es/ecma262/#sec-object.defineproperties + defineProperties: $defineProperties, + // `Object.getOwnPropertyDescriptor` method + // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors + getOwnPropertyDescriptor: $getOwnPropertyDescriptor +}); + +$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, { + // `Object.getOwnPropertyNames` method + // https://tc39.es/ecma262/#sec-object.getownpropertynames + getOwnPropertyNames: $getOwnPropertyNames, + // `Object.getOwnPropertySymbols` method + // https://tc39.es/ecma262/#sec-object.getownpropertysymbols + getOwnPropertySymbols: $getOwnPropertySymbols +}); + +// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives +// https://bugs.chromium.org/p/v8/issues/detail?id=3443 +$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, { + getOwnPropertySymbols: function getOwnPropertySymbols(it) { + return getOwnPropertySymbolsModule.f(toObject(it)); + } +}); + +// `JSON.stringify` method behavior with symbols +// https://tc39.es/ecma262/#sec-json.stringify +if ($stringify) { + var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () { + var symbol = $Symbol(); + // MS Edge converts symbol values to JSON as {} + return $stringify([symbol]) != '[null]' + // WebKit converts symbol values to JSON as null + || $stringify({ a: symbol }) != '{}' + // V8 throws on boxed symbols + || $stringify(Object(symbol)) != '{}'; + }); + + $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + stringify: function stringify(it, replacer, space) { + var args = arraySlice(arguments); + var $replacer = replacer; + if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined + if (!isArray(replacer)) replacer = function (key, value) { + if (isCallable($replacer)) value = call($replacer, this, key, value); + if (!isSymbol(value)) return value; + }; + args[1] = replacer; + return apply($stringify, null, args); + } + }); +} + +// `Symbol.prototype[@@toPrimitive]` method +// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive +if (!SymbolPrototype[TO_PRIMITIVE]) { + var valueOf = SymbolPrototype.valueOf; + // eslint-disable-next-line no-unused-vars -- required for .length + redefine(SymbolPrototype, TO_PRIMITIVE, function (hint) { + // TODO: improve hint logic + return call(valueOf, this); + }); +} +// `Symbol.prototype[@@toStringTag]` property +// https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag +setToStringTag($Symbol, SYMBOL); + +hiddenKeys[HIDDEN] = true; + +},{"../internals/an-object":60,"../internals/array-iteration":64,"../internals/array-slice":68,"../internals/create-property-descriptor":79,"../internals/define-well-known-symbol":82,"../internals/descriptors":83,"../internals/export":93,"../internals/fails":94,"../internals/function-apply":95,"../internals/function-call":97,"../internals/function-uncurry-this":99,"../internals/get-built-in":100,"../internals/global":104,"../internals/has-own-property":105,"../internals/hidden-keys":106,"../internals/internal-state":111,"../internals/is-array":113,"../internals/is-callable":114,"../internals/is-object":117,"../internals/is-pure":118,"../internals/is-symbol":119,"../internals/native-symbol":124,"../internals/object-create":127,"../internals/object-define-property":129,"../internals/object-get-own-property-descriptor":130,"../internals/object-get-own-property-names":132,"../internals/object-get-own-property-names-external":131,"../internals/object-get-own-property-symbols":133,"../internals/object-is-prototype-of":135,"../internals/object-keys":137,"../internals/object-property-is-enumerable":138,"../internals/redefine":143,"../internals/set-to-string-tag":147,"../internals/shared":150,"../internals/shared-key":148,"../internals/to-indexed-object":154,"../internals/to-object":157,"../internals/to-property-key":159,"../internals/to-string":161,"../internals/uid":163,"../internals/well-known-symbol":166,"../internals/well-known-symbol-wrapped":165}],191:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.matchAll` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.matchall +defineWellKnownSymbol('matchAll'); + +},{"../internals/define-well-known-symbol":82}],192:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.match` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.match +defineWellKnownSymbol('match'); + +},{"../internals/define-well-known-symbol":82}],193:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.replace` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.replace +defineWellKnownSymbol('replace'); + +},{"../internals/define-well-known-symbol":82}],194:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.search` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.search +defineWellKnownSymbol('search'); + +},{"../internals/define-well-known-symbol":82}],195:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.species` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.species +defineWellKnownSymbol('species'); + +},{"../internals/define-well-known-symbol":82}],196:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.split` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.split +defineWellKnownSymbol('split'); + +},{"../internals/define-well-known-symbol":82}],197:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.toPrimitive` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.toprimitive +defineWellKnownSymbol('toPrimitive'); + +},{"../internals/define-well-known-symbol":82}],198:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.toStringTag` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.tostringtag +defineWellKnownSymbol('toStringTag'); + +},{"../internals/define-well-known-symbol":82}],199:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.unscopables` well-known symbol +// https://tc39.es/ecma262/#sec-symbol.unscopables +defineWellKnownSymbol('unscopables'); + +},{"../internals/define-well-known-symbol":82}],200:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.asyncDispose` well-known symbol +// https://github.com/tc39/proposal-using-statement +defineWellKnownSymbol('asyncDispose'); + +},{"../internals/define-well-known-symbol":82}],201:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.dispose` well-known symbol +// https://github.com/tc39/proposal-using-statement +defineWellKnownSymbol('dispose'); + +},{"../internals/define-well-known-symbol":82}],202:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.matcher` well-known symbol +// https://github.com/tc39/proposal-pattern-matching +defineWellKnownSymbol('matcher'); + +},{"../internals/define-well-known-symbol":82}],203:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.metadata` well-known symbol +// https://github.com/tc39/proposal-decorators +defineWellKnownSymbol('metadata'); + +},{"../internals/define-well-known-symbol":82}],204:[function(require,module,exports){ +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.observable` well-known symbol +// https://github.com/tc39/proposal-observable +defineWellKnownSymbol('observable'); + +},{"../internals/define-well-known-symbol":82}],205:[function(require,module,exports){ +// TODO: remove from `core-js@4` +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +// `Symbol.patternMatch` well-known symbol +// https://github.com/tc39/proposal-pattern-matching +defineWellKnownSymbol('patternMatch'); + +},{"../internals/define-well-known-symbol":82}],206:[function(require,module,exports){ +// TODO: remove from `core-js@4` +var defineWellKnownSymbol = require('../internals/define-well-known-symbol'); + +defineWellKnownSymbol('replaceAll'); + +},{"../internals/define-well-known-symbol":82}],207:[function(require,module,exports){ +require('../modules/es.array.iterator'); +var DOMIterables = require('../internals/dom-iterables'); +var global = require('../internals/global'); +var classof = require('../internals/classof'); +var createNonEnumerableProperty = require('../internals/create-non-enumerable-property'); +var Iterators = require('../internals/iterators'); +var wellKnownSymbol = require('../internals/well-known-symbol'); + +var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + +for (var COLLECTION_NAME in DOMIterables) { + var Collection = global[COLLECTION_NAME]; + var CollectionPrototype = Collection && Collection.prototype; + if (CollectionPrototype && classof(CollectionPrototype) !== TO_STRING_TAG) { + createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME); + } + Iterators[COLLECTION_NAME] = Iterators.Array; +} + +},{"../internals/classof":75,"../internals/create-non-enumerable-property":78,"../internals/dom-iterables":85,"../internals/global":104,"../internals/iterators":122,"../internals/well-known-symbol":166,"../modules/es.array.iterator":173}],208:[function(require,module,exports){ +var parent = require('../../es/array/from'); + +module.exports = parent; + +},{"../../es/array/from":34}],209:[function(require,module,exports){ +var parent = require('../../es/array/is-array'); + +module.exports = parent; + +},{"../../es/array/is-array":35}],210:[function(require,module,exports){ +var parent = require('../../../es/array/virtual/for-each'); + +module.exports = parent; + +},{"../../../es/array/virtual/for-each":37}],211:[function(require,module,exports){ +var parent = require('../es/get-iterator-method'); +require('../modules/web.dom-collections.iterator'); + +module.exports = parent; + +},{"../es/get-iterator-method":41,"../modules/web.dom-collections.iterator":207}],212:[function(require,module,exports){ +var parent = require('../../es/instance/concat'); + +module.exports = parent; + +},{"../../es/instance/concat":42}],213:[function(require,module,exports){ +var parent = require('../../es/instance/flags'); + +module.exports = parent; + +},{"../../es/instance/flags":43}],214:[function(require,module,exports){ +require('../../modules/web.dom-collections.iterator'); +var classof = require('../../internals/classof'); +var hasOwn = require('../../internals/has-own-property'); +var isPrototypeOf = require('../../internals/object-is-prototype-of'); +var method = require('../array/virtual/for-each'); + +var ArrayPrototype = Array.prototype; + +var DOMIterables = { + DOMTokenList: true, + NodeList: true +}; + +module.exports = function (it) { + var own = it.forEach; + return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.forEach) + || hasOwn(DOMIterables, classof(it)) ? method : own; +}; + +},{"../../internals/classof":75,"../../internals/has-own-property":105,"../../internals/object-is-prototype-of":135,"../../modules/web.dom-collections.iterator":207,"../array/virtual/for-each":210}],215:[function(require,module,exports){ +var parent = require('../../es/instance/index-of'); + +module.exports = parent; + +},{"../../es/instance/index-of":44}],216:[function(require,module,exports){ +var parent = require('../../es/instance/slice'); + +module.exports = parent; + +},{"../../es/instance/slice":45}],217:[function(require,module,exports){ +var parent = require('../../es/instance/sort'); + +module.exports = parent; + +},{"../../es/instance/sort":46}],218:[function(require,module,exports){ +var parent = require('../../es/object/create'); + +module.exports = parent; + +},{"../../es/object/create":47}],219:[function(require,module,exports){ +var parent = require('../../es/object/define-property'); + +module.exports = parent; + +},{"../../es/object/define-property":48}],220:[function(require,module,exports){ +var parent = require('../es/parse-int'); + +module.exports = parent; + +},{"../es/parse-int":49}],221:[function(require,module,exports){ +var parent = require('../../es/symbol'); +require('../../modules/web.dom-collections.iterator'); + +module.exports = parent; + +},{"../../es/symbol":51,"../../modules/web.dom-collections.iterator":207}],222:[function(require,module,exports){ +module.exports = [ + { + 'name': 'C', + 'alias': 'Other', + 'isBmpLast': true, + 'bmp': '\0-\x1F\x7F-\x9F\xAD\u0378\u0379\u0380-\u0383\u038B\u038D\u03A2\u0530\u0557\u0558\u058B\u058C\u0590\u05C8-\u05CF\u05EB-\u05EE\u05F5-\u0605\u061C\u06DD\u070E\u070F\u074B\u074C\u07B2-\u07BF\u07FB\u07FC\u082E\u082F\u083F\u085C\u085D\u085F\u086B-\u086F\u088F-\u0897\u08E2\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A77-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF2-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B78-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BFB-\u0BFF\u0C0D\u0C11\u0C29\u0C3A\u0C3B\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B\u0C5C\u0C5E\u0C5F\u0C64\u0C65\u0C70-\u0C76\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDC\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D50-\u0D53\u0D64\u0D65\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF5-\u0E00\u0E3B-\u0E3E\u0E5C-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F48\u0F6D-\u0F70\u0F98\u0FBD\u0FCD\u0FDB-\u0FFF\u10C6\u10C8-\u10CC\u10CE\u10CF\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u137D-\u137F\u139A-\u139F\u13F6\u13F7\u13FE\u13FF\u169D-\u169F\u16F9-\u16FF\u1716-\u171E\u1737-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17DE\u17DF\u17EA-\u17EF\u17FA-\u17FF\u180E\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u193F\u1941-\u1943\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DB-\u19DD\u1A1C\u1A1D\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1A9F\u1AAE\u1AAF\u1ACF-\u1AFF\u1B4D-\u1B4F\u1B7F\u1BF4-\u1BFB\u1C38-\u1C3A\u1C4A-\u1C4C\u1C89-\u1C8F\u1CBB\u1CBC\u1CC8-\u1CCF\u1CFB-\u1CFF\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FC5\u1FD4\u1FD5\u1FDC\u1FF0\u1FF1\u1FF5\u1FFF\u200B-\u200F\u202A-\u202E\u2060-\u206F\u2072\u2073\u208F\u209D-\u209F\u20C1-\u20CF\u20F1-\u20FF\u218C-\u218F\u2427-\u243F\u244B-\u245F\u2B74\u2B75\u2B96\u2CF4-\u2CF8\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D71-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E5E-\u2E7F\u2E9A\u2EF4-\u2EFF\u2FD6-\u2FEF\u2FFC-\u2FFF\u3040\u3097\u3098\u3100-\u3104\u3130\u318F\u31E4-\u31EF\u321F\uA48D-\uA48F\uA4C7-\uA4CF\uA62C-\uA63F\uA6F8-\uA6FF\uA7CB-\uA7CF\uA7D2\uA7D4\uA7DA-\uA7F1\uA82D-\uA82F\uA83A-\uA83F\uA878-\uA87F\uA8C6-\uA8CD\uA8DA-\uA8DF\uA954-\uA95E\uA97D-\uA97F\uA9CE\uA9DA-\uA9DD\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A\uAA5B\uAAC3-\uAADA\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB6C-\uAB6F\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBC3-\uFBD2\uFD90\uFD91\uFDC8-\uFDCE\uFDD0-\uFDEF\uFE1A-\uFE1F\uFE53\uFE67\uFE6C-\uFE6F\uFE75\uFEFD-\uFF00\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFDF\uFFE7\uFFEF-\uFFFB\uFFFE\uFFFF', + 'astral': '\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDCFF\uDD03-\uDD06\uDD34-\uDD36\uDD8F\uDD9D-\uDD9F\uDDA1-\uDDCF\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEFC-\uDEFF\uDF24-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDFC4-\uDFC7\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDD6E\uDD7B\uDD8B\uDD93\uDD96\uDDA2\uDDB2\uDDBA\uDDBD-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDF7F\uDF86\uDFB1\uDFBB-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56\uDC9F-\uDCA6\uDCB0-\uDCDF\uDCF3\uDCF6-\uDCFA\uDD1C-\uDD1E\uDD3A-\uDD3E\uDD40-\uDD7F\uDDB8-\uDDBB\uDDD0\uDDD1\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE49-\uDE4F\uDE59-\uDE5F\uDEA0-\uDEBF\uDEE7-\uDEEA\uDEF7-\uDEFF\uDF36-\uDF38\uDF56\uDF57\uDF73-\uDF77\uDF92-\uDF98\uDF9D-\uDFA8\uDFB0-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCF9\uDD28-\uDD2F\uDD3A-\uDE5F\uDE7F\uDEAA\uDEAE\uDEAF\uDEB2-\uDEFF\uDF28-\uDF2F\uDF5A-\uDF6F\uDF8A-\uDFAF\uDFCC-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC4E-\uDC51\uDC76-\uDC7E\uDCBD\uDCC3-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD48-\uDD4F\uDD77-\uDD7F\uDDE0\uDDF5-\uDDFF\uDE12\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEAA-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC5C\uDC62-\uDC7F\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDDE-\uDDFF\uDE45-\uDE4F\uDE5A-\uDE5F\uDE6D-\uDE7F\uDEBA-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF47-\uDFFF]|\uD806[\uDC3C-\uDC9F\uDCF3-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD47-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE5-\uDDFF\uDE48-\uDE4F\uDEA3-\uDEAF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC46-\uDC4F\uDC6D-\uDC6F\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF9-\uDFAF\uDFB1-\uDFBF\uDFF2-\uDFFE]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F\uDC75-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80E-\uD810\uD812-\uD819\uD824-\uD82A\uD82D\uD82E\uD830-\uD832\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80B[\uDC00-\uDF8F\uDFF3-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDE6D\uDEBF\uDECA-\uDECF\uDEEE\uDEEF\uDEF6-\uDEFF\uDF46-\uDF4F\uDF5A\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE9B-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82B[\uDC00-\uDFEF\uDFF4\uDFFC\uDFFF]|\uD82C[\uDD23-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A\uDC9B\uDCA0-\uDFFF]|\uD833[\uDC00-\uDEFF\uDF2E\uDF2F\uDF47-\uDF4F\uDFC4-\uDFFF]|\uD834[\uDCF6-\uDCFF\uDD27\uDD28\uDD73-\uDD7A\uDDEB-\uDDFF\uDE46-\uDEDF\uDEF4-\uDEFF\uDF57-\uDF5F\uDF79-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDFCC\uDFCD]|\uD836[\uDE8C-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD837[\uDC00-\uDEFF\uDF1F-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD50-\uDE8F\uDEAF-\uDEBF\uDEFA-\uDEFE\uDF00-\uDFFF]|\uD839[\uDC00-\uDFDF\uDFE7\uDFEC\uDFEF\uDFFF]|\uD83A[\uDCC5\uDCC6\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDD5D\uDD60-\uDFFF]|\uD83B[\uDC00-\uDC70\uDCB5-\uDD00\uDD3E-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDEEF\uDEF2-\uDFFF]|\uD83C[\uDC2C-\uDC2F\uDC94-\uDC9F\uDCAF\uDCB0\uDCC0\uDCD0\uDCF6-\uDCFF\uDDAE-\uDDE5\uDE03-\uDE0F\uDE3C-\uDE3F\uDE49-\uDE4F\uDE52-\uDE5F\uDE66-\uDEFF]|\uD83D[\uDED8-\uDEDC\uDEED-\uDEEF\uDEFD-\uDEFF\uDF74-\uDF7F\uDFD9-\uDFDF\uDFEC-\uDFEF\uDFF1-\uDFFF]|\uD83E[\uDC0C-\uDC0F\uDC48-\uDC4F\uDC5A-\uDC5F\uDC88-\uDC8F\uDCAE\uDCAF\uDCB2-\uDCFF\uDE54-\uDE5F\uDE6E\uDE6F\uDE75-\uDE77\uDE7D-\uDE7F\uDE87-\uDE8F\uDEAD-\uDEAF\uDEBB-\uDEBF\uDEC6-\uDECF\uDEDA-\uDEDF\uDEE8-\uDEEF\uDEF7-\uDEFF\uDF93\uDFCB-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEE0-\uDEFF]|\uD86D[\uDF39-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]' + }, + { + 'name': 'Cc', + 'alias': 'Control', + 'bmp': '\0-\x1F\x7F-\x9F' + }, + { + 'name': 'Cf', + 'alias': 'Format', + 'bmp': '\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB', + 'astral': '\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]' + }, + { + 'name': 'Cn', + 'alias': 'Unassigned', + 'bmp': '\u0378\u0379\u0380-\u0383\u038B\u038D\u03A2\u0530\u0557\u0558\u058B\u058C\u0590\u05C8-\u05CF\u05EB-\u05EE\u05F5-\u05FF\u070E\u074B\u074C\u07B2-\u07BF\u07FB\u07FC\u082E\u082F\u083F\u085C\u085D\u085F\u086B-\u086F\u088F\u0892-\u0897\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A77-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF2-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B78-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BFB-\u0BFF\u0C0D\u0C11\u0C29\u0C3A\u0C3B\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B\u0C5C\u0C5E\u0C5F\u0C64\u0C65\u0C70-\u0C76\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDC\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D50-\u0D53\u0D64\u0D65\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF5-\u0E00\u0E3B-\u0E3E\u0E5C-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F48\u0F6D-\u0F70\u0F98\u0FBD\u0FCD\u0FDB-\u0FFF\u10C6\u10C8-\u10CC\u10CE\u10CF\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u137D-\u137F\u139A-\u139F\u13F6\u13F7\u13FE\u13FF\u169D-\u169F\u16F9-\u16FF\u1716-\u171E\u1737-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17DE\u17DF\u17EA-\u17EF\u17FA-\u17FF\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u193F\u1941-\u1943\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DB-\u19DD\u1A1C\u1A1D\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1A9F\u1AAE\u1AAF\u1ACF-\u1AFF\u1B4D-\u1B4F\u1B7F\u1BF4-\u1BFB\u1C38-\u1C3A\u1C4A-\u1C4C\u1C89-\u1C8F\u1CBB\u1CBC\u1CC8-\u1CCF\u1CFB-\u1CFF\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FC5\u1FD4\u1FD5\u1FDC\u1FF0\u1FF1\u1FF5\u1FFF\u2065\u2072\u2073\u208F\u209D-\u209F\u20C1-\u20CF\u20F1-\u20FF\u218C-\u218F\u2427-\u243F\u244B-\u245F\u2B74\u2B75\u2B96\u2CF4-\u2CF8\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D71-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E5E-\u2E7F\u2E9A\u2EF4-\u2EFF\u2FD6-\u2FEF\u2FFC-\u2FFF\u3040\u3097\u3098\u3100-\u3104\u3130\u318F\u31E4-\u31EF\u321F\uA48D-\uA48F\uA4C7-\uA4CF\uA62C-\uA63F\uA6F8-\uA6FF\uA7CB-\uA7CF\uA7D2\uA7D4\uA7DA-\uA7F1\uA82D-\uA82F\uA83A-\uA83F\uA878-\uA87F\uA8C6-\uA8CD\uA8DA-\uA8DF\uA954-\uA95E\uA97D-\uA97F\uA9CE\uA9DA-\uA9DD\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A\uAA5B\uAAC3-\uAADA\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB6C-\uAB6F\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBC3-\uFBD2\uFD90\uFD91\uFDC8-\uFDCE\uFDD0-\uFDEF\uFE1A-\uFE1F\uFE53\uFE67\uFE6C-\uFE6F\uFE75\uFEFD\uFEFE\uFF00\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFDF\uFFE7\uFFEF-\uFFF8\uFFFE\uFFFF', + 'astral': '\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDCFF\uDD03-\uDD06\uDD34-\uDD36\uDD8F\uDD9D-\uDD9F\uDDA1-\uDDCF\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEFC-\uDEFF\uDF24-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDFC4-\uDFC7\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDD6E\uDD7B\uDD8B\uDD93\uDD96\uDDA2\uDDB2\uDDBA\uDDBD-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDF7F\uDF86\uDFB1\uDFBB-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56\uDC9F-\uDCA6\uDCB0-\uDCDF\uDCF3\uDCF6-\uDCFA\uDD1C-\uDD1E\uDD3A-\uDD3E\uDD40-\uDD7F\uDDB8-\uDDBB\uDDD0\uDDD1\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE49-\uDE4F\uDE59-\uDE5F\uDEA0-\uDEBF\uDEE7-\uDEEA\uDEF7-\uDEFF\uDF36-\uDF38\uDF56\uDF57\uDF73-\uDF77\uDF92-\uDF98\uDF9D-\uDFA8\uDFB0-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCF9\uDD28-\uDD2F\uDD3A-\uDE5F\uDE7F\uDEAA\uDEAE\uDEAF\uDEB2-\uDEFF\uDF28-\uDF2F\uDF5A-\uDF6F\uDF8A-\uDFAF\uDFCC-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC4E-\uDC51\uDC76-\uDC7E\uDCC3-\uDCCC\uDCCE\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD48-\uDD4F\uDD77-\uDD7F\uDDE0\uDDF5-\uDDFF\uDE12\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEAA-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC5C\uDC62-\uDC7F\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDDE-\uDDFF\uDE45-\uDE4F\uDE5A-\uDE5F\uDE6D-\uDE7F\uDEBA-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF47-\uDFFF]|\uD806[\uDC3C-\uDC9F\uDCF3-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD47-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE5-\uDDFF\uDE48-\uDE4F\uDEA3-\uDEAF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC46-\uDC4F\uDC6D-\uDC6F\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF9-\uDFAF\uDFB1-\uDFBF\uDFF2-\uDFFE]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F\uDC75-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80E-\uD810\uD812-\uD819\uD824-\uD82A\uD82D\uD82E\uD830-\uD832\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDB7F][\uDC00-\uDFFF]|\uD80B[\uDC00-\uDF8F\uDFF3-\uDFFF]|\uD80D[\uDC2F\uDC39-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDE6D\uDEBF\uDECA-\uDECF\uDEEE\uDEEF\uDEF6-\uDEFF\uDF46-\uDF4F\uDF5A\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE9B-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82B[\uDC00-\uDFEF\uDFF4\uDFFC\uDFFF]|\uD82C[\uDD23-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A\uDC9B\uDCA4-\uDFFF]|\uD833[\uDC00-\uDEFF\uDF2E\uDF2F\uDF47-\uDF4F\uDFC4-\uDFFF]|\uD834[\uDCF6-\uDCFF\uDD27\uDD28\uDDEB-\uDDFF\uDE46-\uDEDF\uDEF4-\uDEFF\uDF57-\uDF5F\uDF79-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDFCC\uDFCD]|\uD836[\uDE8C-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD837[\uDC00-\uDEFF\uDF1F-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD50-\uDE8F\uDEAF-\uDEBF\uDEFA-\uDEFE\uDF00-\uDFFF]|\uD839[\uDC00-\uDFDF\uDFE7\uDFEC\uDFEF\uDFFF]|\uD83A[\uDCC5\uDCC6\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDD5D\uDD60-\uDFFF]|\uD83B[\uDC00-\uDC70\uDCB5-\uDD00\uDD3E-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDEEF\uDEF2-\uDFFF]|\uD83C[\uDC2C-\uDC2F\uDC94-\uDC9F\uDCAF\uDCB0\uDCC0\uDCD0\uDCF6-\uDCFF\uDDAE-\uDDE5\uDE03-\uDE0F\uDE3C-\uDE3F\uDE49-\uDE4F\uDE52-\uDE5F\uDE66-\uDEFF]|\uD83D[\uDED8-\uDEDC\uDEED-\uDEEF\uDEFD-\uDEFF\uDF74-\uDF7F\uDFD9-\uDFDF\uDFEC-\uDFEF\uDFF1-\uDFFF]|\uD83E[\uDC0C-\uDC0F\uDC48-\uDC4F\uDC5A-\uDC5F\uDC88-\uDC8F\uDCAE\uDCAF\uDCB2-\uDCFF\uDE54-\uDE5F\uDE6E\uDE6F\uDE75-\uDE77\uDE7D-\uDE7F\uDE87-\uDE8F\uDEAD-\uDEAF\uDEBB-\uDEBF\uDEC6-\uDECF\uDEDA-\uDEDF\uDEE8-\uDEEF\uDEF7-\uDEFF\uDF93\uDFCB-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEE0-\uDEFF]|\uD86D[\uDF39-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00\uDC02-\uDC1F\uDC80-\uDCFF\uDDF0-\uDFFF]|[\uDBBF\uDBFF][\uDFFE\uDFFF]' + }, + { + 'name': 'Co', + 'alias': 'Private_Use', + 'bmp': '\uE000-\uF8FF', + 'astral': '[\uDB80-\uDBBE\uDBC0-\uDBFE][\uDC00-\uDFFF]|[\uDBBF\uDBFF][\uDC00-\uDFFD]' + }, + { + 'name': 'Cs', + 'alias': 'Surrogate', + 'bmp': '\uD800-\uDFFF' + }, + { + 'name': 'L', + 'alias': 'Letter', + 'bmp': 'A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC', + 'astral': '\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]' + }, + { + 'name': 'LC', + 'alias': 'Cased_Letter', + 'bmp': 'A-Za-z\xB5\xC0-\xD6\xD8-\xF6\xF8-\u01BA\u01BC-\u01BF\u01C4-\u0293\u0295-\u02AF\u0370-\u0373\u0376\u0377\u037B-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0560-\u0588\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FD-\u10FF\u13A0-\u13F5\u13F8-\u13FD\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2134\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C7B\u2C7E-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA640-\uA66D\uA680-\uA69B\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F5\uA7F6\uA7FA\uAB30-\uAB5A\uAB60-\uAB68\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A', + 'astral': '\uD801[\uDC00-\uDC4F\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC]|\uD803[\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD806[\uDCA0-\uDCDF]|\uD81B[\uDE40-\uDE7F]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF09\uDF0B-\uDF1E]|\uD83A[\uDD00-\uDD43]' + }, + { + 'name': 'Ll', + 'alias': 'Lowercase_Letter', + 'bmp': 'a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0560-\u0588\u10D0-\u10FA\u10FD-\u10FF\u13F8-\u13FD\u1C80-\u1C88\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6\u1FC7\u1FD0-\u1FD3\u1FD6\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6\u1FF7\u210A\u210E\u210F\u2113\u212F\u2134\u2139\u213C\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7BB\uA7BD\uA7BF\uA7C1\uA7C3\uA7C8\uA7CA\uA7D1\uA7D3\uA7D5\uA7D7\uA7D9\uA7F6\uA7FA\uAB30-\uAB5A\uAB60-\uAB68\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A', + 'astral': '\uD801[\uDC28-\uDC4F\uDCD8-\uDCFB\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC]|\uD803[\uDCC0-\uDCF2]|\uD806[\uDCC0-\uDCDF]|\uD81B[\uDE60-\uDE7F]|\uD835[\uDC1A-\uDC33\uDC4E-\uDC54\uDC56-\uDC67\uDC82-\uDC9B\uDCB6-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDCEA-\uDD03\uDD1E-\uDD37\uDD52-\uDD6B\uDD86-\uDD9F\uDDBA-\uDDD3\uDDEE-\uDE07\uDE22-\uDE3B\uDE56-\uDE6F\uDE8A-\uDEA5\uDEC2-\uDEDA\uDEDC-\uDEE1\uDEFC-\uDF14\uDF16-\uDF1B\uDF36-\uDF4E\uDF50-\uDF55\uDF70-\uDF88\uDF8A-\uDF8F\uDFAA-\uDFC2\uDFC4-\uDFC9\uDFCB]|\uD837[\uDF00-\uDF09\uDF0B-\uDF1E]|\uD83A[\uDD22-\uDD43]' + }, + { + 'name': 'Lm', + 'alias': 'Modifier_Letter', + 'bmp': '\u02B0-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0374\u037A\u0559\u0640\u06E5\u06E6\u07F4\u07F5\u07FA\u081A\u0824\u0828\u08C9\u0971\u0E46\u0EC6\u10FC\u17D7\u1843\u1AA7\u1C78-\u1C7D\u1D2C-\u1D6A\u1D78\u1D9B-\u1DBF\u2071\u207F\u2090-\u209C\u2C7C\u2C7D\u2D6F\u2E2F\u3005\u3031-\u3035\u303B\u309D\u309E\u30FC-\u30FE\uA015\uA4F8-\uA4FD\uA60C\uA67F\uA69C\uA69D\uA717-\uA71F\uA770\uA788\uA7F2-\uA7F4\uA7F8\uA7F9\uA9CF\uA9E6\uAA70\uAADD\uAAF3\uAAF4\uAB5C-\uAB5F\uAB69\uFF70\uFF9E\uFF9F', + 'astral': '\uD801[\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD81A[\uDF40-\uDF43]|\uD81B[\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD838[\uDD37-\uDD3D]|\uD83A\uDD4B' + }, + { + 'name': 'Lo', + 'alias': 'Other_Letter', + 'bmp': '\xAA\xBA\u01BB\u01C0-\u01C3\u0294\u05D0-\u05EA\u05EF-\u05F2\u0620-\u063F\u0641-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u0800-\u0815\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C8\u0904-\u0939\u093D\u0950\u0958-\u0961\u0972-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E45\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1100-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17DC\u1820-\u1842\u1844-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C77\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u2135-\u2138\u2D30-\u2D67\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3006\u303C\u3041-\u3096\u309F\u30A1-\u30FA\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA014\uA016-\uA48C\uA4D0-\uA4F7\uA500-\uA60B\uA610-\uA61F\uA62A\uA62B\uA66E\uA6A0-\uA6E5\uA78F\uA7F7\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9E0-\uA9E4\uA9E7-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA6F\uAA71-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB\uAADC\uAAE0-\uAAEA\uAAF2\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF66-\uFF6F\uFF71-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC', + 'astral': '\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC50-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF4A\uDF50]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD837\uDF0A|\uD838[\uDD00-\uDD2C\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]' + }, + { + 'name': 'Lt', + 'alias': 'Titlecase_Letter', + 'bmp': '\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC' + }, + { + 'name': 'Lu', + 'alias': 'Uppercase_Letter', + 'bmp': 'A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1C90-\u1CBA\u1CBD-\u1CBF\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E\u213F\u2145\u2183\u2C00-\u2C2F\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\uA7BA\uA7BC\uA7BE\uA7C0\uA7C2\uA7C4-\uA7C7\uA7C9\uA7D0\uA7D6\uA7D8\uA7F5\uFF21-\uFF3A', + 'astral': '\uD801[\uDC00-\uDC27\uDCB0-\uDCD3\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95]|\uD803[\uDC80-\uDCB2]|\uD806[\uDCA0-\uDCBF]|\uD81B[\uDE40-\uDE5F]|\uD835[\uDC00-\uDC19\uDC34-\uDC4D\uDC68-\uDC81\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB5\uDCD0-\uDCE9\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD38\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD6C-\uDD85\uDDA0-\uDDB9\uDDD4-\uDDED\uDE08-\uDE21\uDE3C-\uDE55\uDE70-\uDE89\uDEA8-\uDEC0\uDEE2-\uDEFA\uDF1C-\uDF34\uDF56-\uDF6E\uDF90-\uDFA8\uDFCA]|\uD83A[\uDD00-\uDD21]' + }, + { + 'name': 'M', + 'alias': 'Mark', + 'bmp': '\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F', + 'astral': '\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD803[\uDD24-\uDD27\uDEAB\uDEAC\uDF46-\uDF50\uDF82-\uDF85]|\uD804[\uDC00-\uDC02\uDC38-\uDC46\uDC70\uDC73\uDC74\uDC7F-\uDC82\uDCB0-\uDCBA\uDCC2\uDD00-\uDD02\uDD27-\uDD34\uDD45\uDD46\uDD73\uDD80-\uDD82\uDDB3-\uDDC0\uDDC9-\uDDCC\uDDCE\uDDCF\uDE2C-\uDE37\uDE3E\uDEDF-\uDEEA\uDF00-\uDF03\uDF3B\uDF3C\uDF3E-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF57\uDF62\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC35-\uDC46\uDC5E\uDCB0-\uDCC3\uDDAF-\uDDB5\uDDB8-\uDDC0\uDDDC\uDDDD\uDE30-\uDE40\uDEAB-\uDEB7\uDF1D-\uDF2B]|\uD806[\uDC2C-\uDC3A\uDD30-\uDD35\uDD37\uDD38\uDD3B-\uDD3E\uDD40\uDD42\uDD43\uDDD1-\uDDD7\uDDDA-\uDDE0\uDDE4\uDE01-\uDE0A\uDE33-\uDE39\uDE3B-\uDE3E\uDE47\uDE51-\uDE5B\uDE8A-\uDE99]|\uD807[\uDC2F-\uDC36\uDC38-\uDC3F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD31-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD45\uDD47\uDD8A-\uDD8E\uDD90\uDD91\uDD93-\uDD97\uDEF3-\uDEF6]|\uD81A[\uDEF0-\uDEF4\uDF30-\uDF36]|\uD81B[\uDF4F\uDF51-\uDF87\uDF8F-\uDF92\uDFE4\uDFF0\uDFF1]|\uD82F[\uDC9D\uDC9E]|\uD833[\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD30-\uDD36\uDEAE\uDEEC-\uDEEF]|\uD83A[\uDCD0-\uDCD6\uDD44-\uDD4A]|\uDB40[\uDD00-\uDDEF]' + }, + { + 'name': 'Mc', + 'alias': 'Spacing_Mark', + 'bmp': '\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E\u094F\u0982\u0983\u09BE-\u09C0\u09C7\u09C8\u09CB\u09CC\u09D7\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB\u0ACC\u0B02\u0B03\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD7\u0C01-\u0C03\u0C41-\u0C44\u0C82\u0C83\u0CBE\u0CC0-\u0CC4\u0CC7\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0D02\u0D03\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D57\u0D82\u0D83\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DF2\u0DF3\u0F3E\u0F3F\u0F7F\u102B\u102C\u1031\u1038\u103B\u103C\u1056\u1057\u1062-\u1064\u1067-\u106D\u1083\u1084\u1087-\u108C\u108F\u109A-\u109C\u1715\u1734\u17B6\u17BE-\u17C5\u17C7\u17C8\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1A19\u1A1A\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1B04\u1B35\u1B3B\u1B3D-\u1B41\u1B43\u1B44\u1B82\u1BA1\u1BA6\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1C24-\u1C2B\u1C34\u1C35\u1CE1\u1CF7\u302E\u302F\uA823\uA824\uA827\uA880\uA881\uA8B4-\uA8C3\uA952\uA953\uA983\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9C0\uAA2F\uAA30\uAA33\uAA34\uAA4D\uAA7B\uAA7D\uAAEB\uAAEE\uAAEF\uAAF5\uABE3\uABE4\uABE6\uABE7\uABE9\uABEA\uABEC', + 'astral': '\uD804[\uDC00\uDC02\uDC82\uDCB0-\uDCB2\uDCB7\uDCB8\uDD2C\uDD45\uDD46\uDD82\uDDB3-\uDDB5\uDDBF\uDDC0\uDDCE\uDE2C-\uDE2E\uDE32\uDE33\uDE35\uDEE0-\uDEE2\uDF02\uDF03\uDF3E\uDF3F\uDF41-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF57\uDF62\uDF63]|\uD805[\uDC35-\uDC37\uDC40\uDC41\uDC45\uDCB0-\uDCB2\uDCB9\uDCBB-\uDCBE\uDCC1\uDDAF-\uDDB1\uDDB8-\uDDBB\uDDBE\uDE30-\uDE32\uDE3B\uDE3C\uDE3E\uDEAC\uDEAE\uDEAF\uDEB6\uDF20\uDF21\uDF26]|\uD806[\uDC2C-\uDC2E\uDC38\uDD30-\uDD35\uDD37\uDD38\uDD3D\uDD40\uDD42\uDDD1-\uDDD3\uDDDC-\uDDDF\uDDE4\uDE39\uDE57\uDE58\uDE97]|\uD807[\uDC2F\uDC3E\uDCA9\uDCB1\uDCB4\uDD8A-\uDD8E\uDD93\uDD94\uDD96\uDEF5\uDEF6]|\uD81B[\uDF51-\uDF87\uDFF0\uDFF1]|\uD834[\uDD65\uDD66\uDD6D-\uDD72]' + }, + { + 'name': 'Me', + 'alias': 'Enclosing_Mark', + 'bmp': '\u0488\u0489\u1ABE\u20DD-\u20E0\u20E2-\u20E4\uA670-\uA672' + }, + { + 'name': 'Mn', + 'alias': 'Nonspacing_Mark', + 'bmp': '\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F', + 'astral': '\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD803[\uDD24-\uDD27\uDEAB\uDEAC\uDF46-\uDF50\uDF82-\uDF85]|\uD804[\uDC01\uDC38-\uDC46\uDC70\uDC73\uDC74\uDC7F-\uDC81\uDCB3-\uDCB6\uDCB9\uDCBA\uDCC2\uDD00-\uDD02\uDD27-\uDD2B\uDD2D-\uDD34\uDD73\uDD80\uDD81\uDDB6-\uDDBE\uDDC9-\uDDCC\uDDCF\uDE2F-\uDE31\uDE34\uDE36\uDE37\uDE3E\uDEDF\uDEE3-\uDEEA\uDF00\uDF01\uDF3B\uDF3C\uDF40\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC38-\uDC3F\uDC42-\uDC44\uDC46\uDC5E\uDCB3-\uDCB8\uDCBA\uDCBF\uDCC0\uDCC2\uDCC3\uDDB2-\uDDB5\uDDBC\uDDBD\uDDBF\uDDC0\uDDDC\uDDDD\uDE33-\uDE3A\uDE3D\uDE3F\uDE40\uDEAB\uDEAD\uDEB0-\uDEB5\uDEB7\uDF1D-\uDF1F\uDF22-\uDF25\uDF27-\uDF2B]|\uD806[\uDC2F-\uDC37\uDC39\uDC3A\uDD3B\uDD3C\uDD3E\uDD43\uDDD4-\uDDD7\uDDDA\uDDDB\uDDE0\uDE01-\uDE0A\uDE33-\uDE38\uDE3B-\uDE3E\uDE47\uDE51-\uDE56\uDE59-\uDE5B\uDE8A-\uDE96\uDE98\uDE99]|\uD807[\uDC30-\uDC36\uDC38-\uDC3D\uDC3F\uDC92-\uDCA7\uDCAA-\uDCB0\uDCB2\uDCB3\uDCB5\uDCB6\uDD31-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD45\uDD47\uDD90\uDD91\uDD95\uDD97\uDEF3\uDEF4]|\uD81A[\uDEF0-\uDEF4\uDF30-\uDF36]|\uD81B[\uDF4F\uDF8F-\uDF92\uDFE4]|\uD82F[\uDC9D\uDC9E]|\uD833[\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD67-\uDD69\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD30-\uDD36\uDEAE\uDEEC-\uDEEF]|\uD83A[\uDCD0-\uDCD6\uDD44-\uDD4A]|\uDB40[\uDD00-\uDDEF]' + }, + { + 'name': 'N', + 'alias': 'Number', + 'bmp': '0-9\xB2\xB3\xB9\xBC-\xBE\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u09F4-\u09F9\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0B72-\u0B77\u0BE6-\u0BF2\u0C66-\u0C6F\u0C78-\u0C7E\u0CE6-\u0CEF\u0D58-\u0D5E\u0D66-\u0D78\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F33\u1040-\u1049\u1090-\u1099\u1369-\u137C\u16EE-\u16F0\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1946-\u194F\u19D0-\u19DA\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\u2070\u2074-\u2079\u2080-\u2089\u2150-\u2182\u2185-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2CFD\u3007\u3021-\u3029\u3038-\u303A\u3192-\u3195\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\uA620-\uA629\uA6E6-\uA6EF\uA830-\uA835\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19', + 'astral': '\uD800[\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDEE1-\uDEFB\uDF20-\uDF23\uDF41\uDF4A\uDFD1-\uDFD5]|\uD801[\uDCA0-\uDCA9]|\uD802[\uDC58-\uDC5F\uDC79-\uDC7F\uDCA7-\uDCAF\uDCFB-\uDCFF\uDD16-\uDD1B\uDDBC\uDDBD\uDDC0-\uDDCF\uDDD2-\uDDFF\uDE40-\uDE48\uDE7D\uDE7E\uDE9D-\uDE9F\uDEEB-\uDEEF\uDF58-\uDF5F\uDF78-\uDF7F\uDFA9-\uDFAF]|\uD803[\uDCFA-\uDCFF\uDD30-\uDD39\uDE60-\uDE7E\uDF1D-\uDF26\uDF51-\uDF54\uDFC5-\uDFCB]|\uD804[\uDC52-\uDC6F\uDCF0-\uDCF9\uDD36-\uDD3F\uDDD0-\uDDD9\uDDE1-\uDDF4\uDEF0-\uDEF9]|\uD805[\uDC50-\uDC59\uDCD0-\uDCD9\uDE50-\uDE59\uDEC0-\uDEC9\uDF30-\uDF3B]|\uD806[\uDCE0-\uDCF2\uDD50-\uDD59]|\uD807[\uDC50-\uDC6C\uDD50-\uDD59\uDDA0-\uDDA9\uDFC0-\uDFD4]|\uD809[\uDC00-\uDC6E]|\uD81A[\uDE60-\uDE69\uDEC0-\uDEC9\uDF50-\uDF59\uDF5B-\uDF61]|\uD81B[\uDE80-\uDE96]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDFCE-\uDFFF]|\uD838[\uDD40-\uDD49\uDEF0-\uDEF9]|\uD83A[\uDCC7-\uDCCF\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]' + }, + { + 'name': 'Nd', + 'alias': 'Decimal_Number', + 'bmp': '0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19', + 'astral': '\uD801[\uDCA0-\uDCA9]|\uD803[\uDD30-\uDD39]|\uD804[\uDC66-\uDC6F\uDCF0-\uDCF9\uDD36-\uDD3F\uDDD0-\uDDD9\uDEF0-\uDEF9]|\uD805[\uDC50-\uDC59\uDCD0-\uDCD9\uDE50-\uDE59\uDEC0-\uDEC9\uDF30-\uDF39]|\uD806[\uDCE0-\uDCE9\uDD50-\uDD59]|\uD807[\uDC50-\uDC59\uDD50-\uDD59\uDDA0-\uDDA9]|\uD81A[\uDE60-\uDE69\uDEC0-\uDEC9\uDF50-\uDF59]|\uD835[\uDFCE-\uDFFF]|\uD838[\uDD40-\uDD49\uDEF0-\uDEF9]|\uD83A[\uDD50-\uDD59]|\uD83E[\uDFF0-\uDFF9]' + }, + { + 'name': 'Nl', + 'alias': 'Letter_Number', + 'bmp': '\u16EE-\u16F0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303A\uA6E6-\uA6EF', + 'astral': '\uD800[\uDD40-\uDD74\uDF41\uDF4A\uDFD1-\uDFD5]|\uD809[\uDC00-\uDC6E]' + }, + { + 'name': 'No', + 'alias': 'Other_Number', + 'bmp': '\xB2\xB3\xB9\xBC-\xBE\u09F4-\u09F9\u0B72-\u0B77\u0BF0-\u0BF2\u0C78-\u0C7E\u0D58-\u0D5E\u0D70-\u0D78\u0F2A-\u0F33\u1369-\u137C\u17F0-\u17F9\u19DA\u2070\u2074-\u2079\u2080-\u2089\u2150-\u215F\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2CFD\u3192-\u3195\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\uA830-\uA835', + 'astral': '\uD800[\uDD07-\uDD33\uDD75-\uDD78\uDD8A\uDD8B\uDEE1-\uDEFB\uDF20-\uDF23]|\uD802[\uDC58-\uDC5F\uDC79-\uDC7F\uDCA7-\uDCAF\uDCFB-\uDCFF\uDD16-\uDD1B\uDDBC\uDDBD\uDDC0-\uDDCF\uDDD2-\uDDFF\uDE40-\uDE48\uDE7D\uDE7E\uDE9D-\uDE9F\uDEEB-\uDEEF\uDF58-\uDF5F\uDF78-\uDF7F\uDFA9-\uDFAF]|\uD803[\uDCFA-\uDCFF\uDE60-\uDE7E\uDF1D-\uDF26\uDF51-\uDF54\uDFC5-\uDFCB]|\uD804[\uDC52-\uDC65\uDDE1-\uDDF4]|\uD805[\uDF3A\uDF3B]|\uD806[\uDCEA-\uDCF2]|\uD807[\uDC5A-\uDC6C\uDFC0-\uDFD4]|\uD81A[\uDF5B-\uDF61]|\uD81B[\uDE80-\uDE96]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD83A[\uDCC7-\uDCCF]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D]|\uD83C[\uDD00-\uDD0C]' + }, + { + 'name': 'P', + 'alias': 'Punctuation', + 'bmp': '!-#%-\\*,-\\/:;\\?@\\[-\\]_\\{\\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65', + 'astral': '\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]' + }, + { + 'name': 'Pc', + 'alias': 'Connector_Punctuation', + 'bmp': '_\u203F\u2040\u2054\uFE33\uFE34\uFE4D-\uFE4F\uFF3F' + }, + { + 'name': 'Pd', + 'alias': 'Dash_Punctuation', + 'bmp': '\\-\u058A\u05BE\u1400\u1806\u2010-\u2015\u2E17\u2E1A\u2E3A\u2E3B\u2E40\u2E5D\u301C\u3030\u30A0\uFE31\uFE32\uFE58\uFE63\uFF0D', + 'astral': '\uD803\uDEAD' + }, + { + 'name': 'Pe', + 'alias': 'Close_Punctuation', + 'bmp': '\\)\\]\\}\u0F3B\u0F3D\u169C\u2046\u207E\u208E\u2309\u230B\u232A\u2769\u276B\u276D\u276F\u2771\u2773\u2775\u27C6\u27E7\u27E9\u27EB\u27ED\u27EF\u2984\u2986\u2988\u298A\u298C\u298E\u2990\u2992\u2994\u2996\u2998\u29D9\u29DB\u29FD\u2E23\u2E25\u2E27\u2E29\u2E56\u2E58\u2E5A\u2E5C\u3009\u300B\u300D\u300F\u3011\u3015\u3017\u3019\u301B\u301E\u301F\uFD3E\uFE18\uFE36\uFE38\uFE3A\uFE3C\uFE3E\uFE40\uFE42\uFE44\uFE48\uFE5A\uFE5C\uFE5E\uFF09\uFF3D\uFF5D\uFF60\uFF63' + }, + { + 'name': 'Pf', + 'alias': 'Final_Punctuation', + 'bmp': '\xBB\u2019\u201D\u203A\u2E03\u2E05\u2E0A\u2E0D\u2E1D\u2E21' + }, + { + 'name': 'Pi', + 'alias': 'Initial_Punctuation', + 'bmp': '\xAB\u2018\u201B\u201C\u201F\u2039\u2E02\u2E04\u2E09\u2E0C\u2E1C\u2E20' + }, + { + 'name': 'Po', + 'alias': 'Other_Punctuation', + 'bmp': '!-#%-\'\\*,\\.\\/:;\\?@\\\xA1\xA7\xB6\xB7\xBF\u037E\u0387\u055A-\u055F\u0589\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u166E\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u1805\u1807-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2016\u2017\u2020-\u2027\u2030-\u2038\u203B-\u203E\u2041-\u2043\u2047-\u2051\u2053\u2055-\u205E\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00\u2E01\u2E06-\u2E08\u2E0B\u2E0E-\u2E16\u2E18\u2E19\u2E1B\u2E1E\u2E1F\u2E2A-\u2E2E\u2E30-\u2E39\u2E3C-\u2E3F\u2E41\u2E43-\u2E4F\u2E52-\u2E54\u3001-\u3003\u303D\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFE10-\uFE16\uFE19\uFE30\uFE45\uFE46\uFE49-\uFE4C\uFE50-\uFE52\uFE54-\uFE57\uFE5F-\uFE61\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF07\uFF0A\uFF0C\uFF0E\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3C\uFF61\uFF64\uFF65', + 'astral': '\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]' + }, + { + 'name': 'Ps', + 'alias': 'Open_Punctuation', + 'bmp': '\\(\\[\\{\u0F3A\u0F3C\u169B\u201A\u201E\u2045\u207D\u208D\u2308\u230A\u2329\u2768\u276A\u276C\u276E\u2770\u2772\u2774\u27C5\u27E6\u27E8\u27EA\u27EC\u27EE\u2983\u2985\u2987\u2989\u298B\u298D\u298F\u2991\u2993\u2995\u2997\u29D8\u29DA\u29FC\u2E22\u2E24\u2E26\u2E28\u2E42\u2E55\u2E57\u2E59\u2E5B\u3008\u300A\u300C\u300E\u3010\u3014\u3016\u3018\u301A\u301D\uFD3F\uFE17\uFE35\uFE37\uFE39\uFE3B\uFE3D\uFE3F\uFE41\uFE43\uFE47\uFE59\uFE5B\uFE5D\uFF08\uFF3B\uFF5B\uFF5F\uFF62' + }, + { + 'name': 'S', + 'alias': 'Symbol', + 'bmp': '\\$\\+<->\\^`\\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD', + 'astral': '\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDD-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7C\uDE80-\uDE86\uDE90-\uDEAC\uDEB0-\uDEBA\uDEC0-\uDEC5\uDED0-\uDED9\uDEE0-\uDEE7\uDEF0-\uDEF6\uDF00-\uDF92\uDF94-\uDFCA]' + }, + { + 'name': 'Sc', + 'alias': 'Currency_Symbol', + 'bmp': '\\$\xA2-\xA5\u058F\u060B\u07FE\u07FF\u09F2\u09F3\u09FB\u0AF1\u0BF9\u0E3F\u17DB\u20A0-\u20C0\uA838\uFDFC\uFE69\uFF04\uFFE0\uFFE1\uFFE5\uFFE6', + 'astral': '\uD807[\uDFDD-\uDFE0]|\uD838\uDEFF|\uD83B\uDCB0' + }, + { + 'name': 'Sk', + 'alias': 'Modifier_Symbol', + 'bmp': '\\^`\xA8\xAF\xB4\xB8\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u0888\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u309B\u309C\uA700-\uA716\uA720\uA721\uA789\uA78A\uAB5B\uAB6A\uAB6B\uFBB2-\uFBC2\uFF3E\uFF40\uFFE3', + 'astral': '\uD83C[\uDFFB-\uDFFF]' + }, + { + 'name': 'Sm', + 'alias': 'Math_Symbol', + 'bmp': '\\+<->\\|~\xAC\xB1\xD7\xF7\u03F6\u0606-\u0608\u2044\u2052\u207A-\u207C\u208A-\u208C\u2118\u2140-\u2144\u214B\u2190-\u2194\u219A\u219B\u21A0\u21A3\u21A6\u21AE\u21CE\u21CF\u21D2\u21D4\u21F4-\u22FF\u2320\u2321\u237C\u239B-\u23B3\u23DC-\u23E1\u25B7\u25C1\u25F8-\u25FF\u266F\u27C0-\u27C4\u27C7-\u27E5\u27F0-\u27FF\u2900-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2AFF\u2B30-\u2B44\u2B47-\u2B4C\uFB29\uFE62\uFE64-\uFE66\uFF0B\uFF1C-\uFF1E\uFF5C\uFF5E\uFFE2\uFFE9-\uFFEC', + 'astral': '\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD83B[\uDEF0\uDEF1]' + }, + { + 'name': 'So', + 'alias': 'Other_Symbol', + 'bmp': '\xA6\xA9\xAE\xB0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFD40-\uFD4F\uFDCF\uFDFD-\uFDFF\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD', + 'astral': '\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFDC\uDFE1-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838\uDD4F|\uD83B[\uDCAC\uDD2E]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFA]|\uD83D[\uDC00-\uDED7\uDEDD-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7C\uDE80-\uDE86\uDE90-\uDEAC\uDEB0-\uDEBA\uDEC0-\uDEC5\uDED0-\uDED9\uDEE0-\uDEE7\uDEF0-\uDEF6\uDF00-\uDF92\uDF94-\uDFCA]' + }, + { + 'name': 'Z', + 'alias': 'Separator', + 'bmp': ' \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000' + }, + { + 'name': 'Zl', + 'alias': 'Line_Separator', + 'bmp': '\u2028' + }, + { + 'name': 'Zp', + 'alias': 'Paragraph_Separator', + 'bmp': '\u2029' + }, + { + 'name': 'Zs', + 'alias': 'Space_Separator', + 'bmp': ' \xA0\u1680\u2000-\u200A\u202F\u205F\u3000' + } +]; + +},{}]},{},[3])(3) +}); diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js new file mode 100644 index 00000000000..6d36ca5699e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js @@ -0,0 +1,17 @@ +!function(u){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=u();else if("function"==typeof define&&define.amd)define([],u);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).XRegExp=u()}}((function(){return function r(u,d,t){function o(c,i){if(!d[c]){if(!u[c]){var l="function"==typeof require&&require;if(!i&&l)return l(c,!0);if(a)return a(c,!0);var D=new Error("Cannot find module '"+c+"'");throw D.code="MODULE_NOT_FOUND",D}var p=d[c]={exports:{}};u[c][0].call(p.exports,(function(d){return o(u[c][1][d]||d)}),p,p.exports,r,u,d,t)}return d[c].exports}for(var a="function"==typeof require&&require,c=0;c<t.length;c++)o(t[c]);return o}({1:[function(u,d,t){"use strict";var a=u("@babel/runtime-corejs3/core-js-stable/instance/slice"),c=u("@babel/runtime-corejs3/core-js-stable/array/from"),i=u("@babel/runtime-corejs3/core-js-stable/symbol"),l=u("@babel/runtime-corejs3/core-js/get-iterator-method"),D=u("@babel/runtime-corejs3/core-js-stable/array/is-array"),p=u("@babel/runtime-corejs3/core-js-stable/object/define-property"),b=u("@babel/runtime-corejs3/helpers/interopRequireDefault");p(t,"__esModule",{value:!0}),t.default=void 0;var y=b(u("@babel/runtime-corejs3/helpers/slicedToArray")),m=b(u("@babel/runtime-corejs3/core-js-stable/instance/for-each")),A=b(u("@babel/runtime-corejs3/core-js-stable/instance/concat")),E=b(u("@babel/runtime-corejs3/core-js-stable/instance/index-of"));function _createForOfIteratorHelper(u,d){var t=void 0!==i&&l(u)||u["@@iterator"];if(!t){if(D(u)||(t=function _unsupportedIterableToArray(u,d){var t;if(!u)return;if("string"==typeof u)return _arrayLikeToArray(u,d);var i=a(t=Object.prototype.toString.call(u)).call(t,8,-1);"Object"===i&&u.constructor&&(i=u.constructor.name);if("Map"===i||"Set"===i)return c(u);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return _arrayLikeToArray(u,d)}(u))||d&&u&&"number"==typeof u.length){t&&(u=t);var p=0,b=function F(){};return{s:b,n:function n(){return p>=u.length?{done:!0}:{done:!1,value:u[p++]}},e:function e(u){throw u},f:b}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var y,m=!0,A=!1;return{s:function s(){t=t.call(u)},n:function n(){var u=t.next();return m=u.done,u},e:function e(u){A=!0,y=u},f:function f(){try{m||null==t.return||t.return()}finally{if(A)throw y}}}}function _arrayLikeToArray(u,d){(null==d||d>u.length)&&(d=u.length);for(var t=0,a=new Array(d);t<d;t++)a[t]=u[t];return a} +/*! + * XRegExp Unicode Base 5.1.1 + * <xregexp.com> + * Steven Levithan (c) 2008-present MIT License + */t.default=function _default(u){var d={},t={},a=u._dec,c=u._hex,i=u._pad4;function normalize(u){return u.replace(/[- _]+/g,"").toLowerCase()}function charCode(u){var d=/^\\[xu](.+)/.exec(u);return d?a(d[1]):u.charCodeAt("\\"===u[0]?1:0)}function cacheInvertedBmp(t){return d[t]["b!"]||(d[t]["b!"]=function invertBmp(d){var t="",a=-1;return(0,m.default)(u).call(u,d,/(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/,(function(u){var d=charCode(u[1]);d>a+1&&(t+="\\u".concat(i(c(a+1))),d>a+2&&(t+="-\\u".concat(i(c(d-1))))),a=charCode(u[2]||u[1])})),a<65535&&(t+="\\u".concat(i(c(a+1))),a<65534&&(t+="-\\uFFFF")),t}(d[t].bmp))}function cacheAstral(u,t){var a=t?"a!":"a=";return d[u][a]||(d[u][a]=function buildAstral(u,t){var a,c,i=d[u],l="";return i.bmp&&!i.isBmpLast&&(l=(0,A.default)(a="[".concat(i.bmp,"]")).call(a,i.astral?"|":"")),i.astral&&(l+=i.astral),i.isBmpLast&&i.bmp&&(l+=(0,A.default)(c="".concat(i.astral?"|":"","[")).call(c,i.bmp,"]")),t?"(?:(?!".concat(l,")(?:[\ud800-\udbff][\udc00-\udfff]|[\0-￿]))"):"(?:".concat(l,")")}(u,t))}u.addToken(/\\([pP])(?:{(\^?)(?:(\w+)=)?([^}]*)}|([A-Za-z]))/,(function(u,a,c){var i="Unknown Unicode token ",l=(0,y.default)(u,6),D=l[0],p=l[1],b=l[2],m=l[3],C=l[4],g=l[5],h="P"===p||!!b,x=-1!==(0,E.default)(c).call(c,"A"),v=normalize(g||C),B=d[v];if("P"===p&&b)throw new SyntaxError("Invalid double negation "+D);if(!d.hasOwnProperty(v))throw new SyntaxError(i+D);if(m&&(!t[m]||!t[m][v]))throw new SyntaxError(i+D);if(B.inverseOf){var w;if(v=normalize(B.inverseOf),!d.hasOwnProperty(v))throw new ReferenceError((0,A.default)(w="".concat("Unicode token missing data "+D," -> ")).call(w,B.inverseOf));B=d[v],h=!h}if(!B.bmp&&!x)throw new SyntaxError("Astral mode required for Unicode token "+D);if(x){if("class"===a)throw new SyntaxError("Astral mode does not support Unicode tokens within character classes");return cacheAstral(v,h)}return"class"===a?h?cacheInvertedBmp(v):B.bmp:"".concat((h?"[^":"[")+B.bmp,"]")}),{scope:"all",optionalFlags:"A",leadChar:"\\"}),u.addUnicodeData=function(a,c){c&&(t[c]={});var i,l=_createForOfIteratorHelper(a);try{for(l.s();!(i=l.n()).done;){var D=i.value;if(!D.name)throw new Error("Unicode token requires name");if(!(D.inverseOf||D.bmp||D.astral))throw new Error("Unicode token has no character data "+D.name);var p=normalize(D.name);if(d[p]=D,c&&(t[c][p]=!0),D.alias){var b=normalize(D.alias);d[b]=D,c&&(t[c][b]=!0)}}}catch(u){l.e(u)}finally{l.f()}u.cache.flush("patterns")},u._getUnicodeProperty=function(u){var t=normalize(u);return d[t]}},d.exports=t.default},{"@babel/runtime-corejs3/core-js-stable/array/from":5,"@babel/runtime-corejs3/core-js-stable/array/is-array":6,"@babel/runtime-corejs3/core-js-stable/instance/concat":7,"@babel/runtime-corejs3/core-js-stable/instance/for-each":9,"@babel/runtime-corejs3/core-js-stable/instance/index-of":10,"@babel/runtime-corejs3/core-js-stable/instance/slice":11,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/core-js-stable/symbol":16,"@babel/runtime-corejs3/core-js/get-iterator-method":19,"@babel/runtime-corejs3/helpers/interopRequireDefault":24,"@babel/runtime-corejs3/helpers/slicedToArray":27}],2:[function(u,d,t){"use strict";var a=u("@babel/runtime-corejs3/core-js-stable/object/define-property"),c=u("@babel/runtime-corejs3/helpers/interopRequireDefault");a(t,"__esModule",{value:!0}),t.default=void 0;var i=c(u("../../tools/output/categories")); +/*! + * XRegExp Unicode Categories 5.1.1 + * <xregexp.com> + * Steven Levithan (c) 2010-present MIT License + * Unicode data by Mathias Bynens <mathiasbynens.be> + */t.default=function _default(u){if(!u.addUnicodeData)throw new ReferenceError("Unicode Base must be loaded before Unicode Categories");u.addUnicodeData(i.default)},d.exports=t.default},{"../../tools/output/categories":222,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/helpers/interopRequireDefault":24}],3:[function(u,d,t){"use strict";var a=u("@babel/runtime-corejs3/core-js-stable/object/define-property"),c=u("@babel/runtime-corejs3/helpers/interopRequireDefault");a(t,"__esModule",{value:!0}),t.default=void 0;var i=c(u("./xregexp")),l=c(u("./addons/unicode-base")),D=c(u("./addons/unicode-categories"));(0,l.default)(i.default),(0,D.default)(i.default);var p=i.default;t.default=p,d.exports=t.default},{"./addons/unicode-base":1,"./addons/unicode-categories":2,"./xregexp":4,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/helpers/interopRequireDefault":24}],4:[function(u,d,t){"use strict";var a=u("@babel/runtime-corejs3/core-js-stable/instance/slice"),c=u("@babel/runtime-corejs3/core-js-stable/array/from"),i=u("@babel/runtime-corejs3/core-js-stable/symbol"),l=u("@babel/runtime-corejs3/core-js/get-iterator-method"),D=u("@babel/runtime-corejs3/core-js-stable/array/is-array"),p=u("@babel/runtime-corejs3/core-js-stable/object/define-property"),b=u("@babel/runtime-corejs3/helpers/interopRequireDefault");p(t,"__esModule",{value:!0}),t.default=void 0;var y=b(u("@babel/runtime-corejs3/helpers/slicedToArray")),m=b(u("@babel/runtime-corejs3/core-js-stable/instance/flags")),A=b(u("@babel/runtime-corejs3/core-js-stable/instance/sort")),E=b(u("@babel/runtime-corejs3/core-js-stable/instance/slice")),C=b(u("@babel/runtime-corejs3/core-js-stable/parse-int")),g=b(u("@babel/runtime-corejs3/core-js-stable/instance/index-of")),h=b(u("@babel/runtime-corejs3/core-js-stable/instance/for-each")),x=b(u("@babel/runtime-corejs3/core-js-stable/object/create")),v=b(u("@babel/runtime-corejs3/core-js-stable/instance/concat"));function _createForOfIteratorHelper(u,d){var t=void 0!==i&&l(u)||u["@@iterator"];if(!t){if(D(u)||(t=function _unsupportedIterableToArray(u,d){var t;if(!u)return;if("string"==typeof u)return _arrayLikeToArray(u,d);var i=a(t=Object.prototype.toString.call(u)).call(t,8,-1);"Object"===i&&u.constructor&&(i=u.constructor.name);if("Map"===i||"Set"===i)return c(u);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return _arrayLikeToArray(u,d)}(u))||d&&u&&"number"==typeof u.length){t&&(u=t);var p=0,b=function F(){};return{s:b,n:function n(){return p>=u.length?{done:!0}:{done:!1,value:u[p++]}},e:function e(u){throw u},f:b}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var y,m=!0,A=!1;return{s:function s(){t=t.call(u)},n:function n(){var u=t.next();return m=u.done,u},e:function e(u){A=!0,y=u},f:function f(){try{m||null==t.return||t.return()}finally{if(A)throw y}}}}function _arrayLikeToArray(u,d){(null==d||d>u.length)&&(d=u.length);for(var t=0,a=new Array(d);t<d;t++)a[t]=u[t];return a} +/*! + * XRegExp 5.1.1 + * <xregexp.com> + * Steven Levithan (c) 2007-present MIT License + */var B={astral:!1,namespacing:!0},w={},j={},k={},S=[],O="default",R="class",_={default:/\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/,class:/\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/},T=/\$(?:\{([^\}]+)\}|<([^>]+)>|(\d\d?|[\s\S]?))/g,I=void 0===/()??/.exec("")[1],P=void 0!==(0,m.default)(/x/);function hasNativeFlag(u){var d=!0;try{if(new RegExp("",u),"y"===u){".."===".a".replace(new RegExp("a","gy"),".")&&(d=!1)}}catch(u){d=!1}return d}var X=hasNativeFlag("d"),L=hasNativeFlag("s"),N=hasNativeFlag("u"),M=hasNativeFlag("y"),U={d:X,g:!0,i:!0,m:!0,s:L,u:N,y:M},G=L?/[^dgimsuy]+/g:/[^dgimuy]+/g;function augment(u,d,t,a,c){var i;if(u.xregexp={captureNames:d},c)return u;if(u.__proto__)u.__proto__=XRegExp.prototype;else for(var l in XRegExp.prototype)u[l]=XRegExp.prototype[l];return u.xregexp.source=t,u.xregexp.flags=a?(0,A.default)(i=a.split("")).call(i).join(""):a,u}function clipDuplicates(u){return u.replace(/([\s\S])(?=[\s\S]*\1)/g,"")}function copyRegex(u,d){var t;if(!XRegExp.isRegExp(u))throw new TypeError("Type RegExp expected");var a=u.xregexp||{},c=function getNativeFlags(u){return P?(0,m.default)(u):/\/([a-z]*)$/i.exec(RegExp.prototype.toString.call(u))[1]}(u),i="",l="",D=null,p=null;return(d=d||{}).removeG&&(l+="g"),d.removeY&&(l+="y"),l&&(c=c.replace(new RegExp("[".concat(l,"]+"),"g"),"")),d.addG&&(i+="g"),d.addY&&(i+="y"),i&&(c=clipDuplicates(c+i)),d.isInternalOnly||(void 0!==a.source&&(D=a.source),null!=(0,m.default)(a)&&(p=i?clipDuplicates((0,m.default)(a)+i):(0,m.default)(a))),u=augment(new RegExp(d.source||u.source,c),function hasNamedCapture(u){return!(!u.xregexp||!u.xregexp.captureNames)}(u)?(0,E.default)(t=a.captureNames).call(t,0):null,D,p,d.isInternalOnly)}function dec(u){return(0,C.default)(u,16)}function getContextualTokenSeparator(u,d,t){var a=u.index+u[0].length,c=u.input[u.index-1],i=u.input[a];return/^[()|]$/.test(c)||/^[()|]$/.test(i)||0===u.index||a===u.input.length||/\(\?(?:[:=!]|<[=!])$/.test(u.input.substring(u.index-4,u.index))||function isQuantifierNext(u,d,t){return(-1!==(0,g.default)(t).call(t,"x")?/^(?:\s|#[^#\n]*|\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/:/^(?:\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/).test((0,E.default)(u).call(u,d))}(u.input,a,t)?"":"(?:)"}function hex(u){return(0,C.default)(u,10).toString(16)}function isType(u,d){return Object.prototype.toString.call(u)==="[object ".concat(d,"]")}function nullThrows(u){if(null==u)throw new TypeError("Cannot convert null or undefined to object");return u}function pad4(u){for(;u.length<4;)u="0".concat(u);return u}function prepareOptions(u){var d={};return isType(u,"String")?((0,h.default)(XRegExp).call(XRegExp,u,/[^\s,]+/,(function(u){d[u]=!0})),d):u}function registerFlag(u){if(!/^[\w$]$/.test(u))throw new Error("Flag must be a single character A-Za-z0-9_$");U[u]=!0}function runTokens(u,d,t,a,c){for(var i,l,D=S.length,p=u[t],b=null;D--;)if(!((l=S[D]).leadChar&&l.leadChar!==p||l.scope!==a&&"all"!==l.scope||l.flag&&-1===(0,g.default)(d).call(d,l.flag))&&(i=XRegExp.exec(u,l.regex,t,"sticky"))){b={matchLength:i[0].length,output:l.handler.call(c,i,a,d),reparse:l.reparse};break}return b}function setAstral(u){B.astral=u}function setNamespacing(u){B.namespacing=u}function XRegExp(u,d){if(XRegExp.isRegExp(u)){if(void 0!==d)throw new TypeError("Cannot supply flags when copying a RegExp");return copyRegex(u)}if(u=void 0===u?"":String(u),d=void 0===d?"":String(d),XRegExp.isInstalled("astral")&&-1===(0,g.default)(d).call(d,"A")&&(d+="A"),k[u]||(k[u]={}),!k[u][d]){for(var t,a={hasNamedCapture:!1,captureNames:[]},c=O,i="",l=0,D=function prepareFlags(u,d){if(clipDuplicates(d)!==d)throw new SyntaxError("Invalid duplicate regex flag ".concat(d));u=u.replace(/^\(\?([\w$]+)\)/,(function(u,t){if(/[dgy]/.test(t))throw new SyntaxError("Cannot use flags dgy in mode modifier ".concat(u));return d=clipDuplicates(d+t),""}));var t,a=_createForOfIteratorHelper(d);try{for(a.s();!(t=a.n()).done;){var c=t.value;if(!U[c])throw new SyntaxError("Unknown regex flag ".concat(c))}}catch(u){a.e(u)}finally{a.f()}return{pattern:u,flags:d}}(u,d),p=D.pattern,b=(0,m.default)(D);l<p.length;){do{(t=runTokens(p,b,l,c,a))&&t.reparse&&(p=(0,E.default)(p).call(p,0,l)+t.output+(0,E.default)(p).call(p,l+t.matchLength))}while(t&&t.reparse);if(t)i+=t.output,l+=t.matchLength||1;else{var A=XRegExp.exec(p,_[c],l,"sticky"),C=(0,y.default)(A,1)[0];i+=C,l+=C.length,"["===C&&c===O?c=R:"]"===C&&c===R&&(c=O)}}k[u][d]={pattern:i.replace(/(?:\(\?:\))+/g,"(?:)"),flags:b.replace(G,""),captures:a.hasNamedCapture?a.captureNames:null}}var h=k[u][d];return augment(new RegExp(h.pattern,(0,m.default)(h)),h.captures,u,d)}XRegExp.prototype=/(?:)/,XRegExp.version="5.1.1",XRegExp._clipDuplicates=clipDuplicates,XRegExp._hasNativeFlag=hasNativeFlag,XRegExp._dec=dec,XRegExp._hex=hex,XRegExp._pad4=pad4,XRegExp.addToken=function(u,d,t){var a=(t=t||{}).optionalFlags;if(t.flag&®isterFlag(t.flag),a){var c,i=_createForOfIteratorHelper(a=a.split(""));try{for(i.s();!(c=i.n()).done;){registerFlag(c.value)}}catch(u){i.e(u)}finally{i.f()}}S.push({regex:copyRegex(u,{addG:!0,addY:M,isInternalOnly:!0}),handler:d,scope:t.scope||O,flag:t.flag,reparse:t.reparse,leadChar:t.leadChar}),XRegExp.cache.flush("patterns")},XRegExp.cache=function(u,d){return j[u]||(j[u]={}),j[u][d]||(j[u][d]=XRegExp(u,d))},XRegExp.cache.flush=function(u){"patterns"===u?k={}:j={}},XRegExp.escape=function(u){return String(nullThrows(u)).replace(/[\\\[\]{}()*+?.^$|]/g,"\\$&").replace(/[\s#\-,]/g,(function(u){return"\\u".concat(pad4(hex(u.charCodeAt(0))))}))},XRegExp.exec=function(u,d,t,a){var c,i,l="g",D=!1;(c=M&&!!(a||d.sticky&&!1!==a))?l+="y":a&&(D=!0,l+="FakeY"),d.xregexp=d.xregexp||{};var p=d.xregexp[l]||(d.xregexp[l]=copyRegex(d,{addG:!0,addY:c,source:D?"".concat(d.source,"|()"):void 0,removeY:!1===a,isInternalOnly:!0}));return t=t||0,p.lastIndex=t,i=w.exec.call(p,u),D&&i&&""===i.pop()&&(i=null),d.global&&(d.lastIndex=i?p.lastIndex:0),i},XRegExp.forEach=function(u,d,t){for(var a,c=0,i=-1;a=XRegExp.exec(u,d,c);)t(a,++i,u,d),c=a.index+(a[0].length||1)},XRegExp.globalize=function(u){return copyRegex(u,{addG:!0})},XRegExp.install=function(u){u=prepareOptions(u),!B.astral&&u.astral&&setAstral(!0),!B.namespacing&&u.namespacing&&setNamespacing(!0)},XRegExp.isInstalled=function(u){return!!B[u]},XRegExp.isRegExp=function(u){return"[object RegExp]"===Object.prototype.toString.call(u)},XRegExp.match=function(u,d,t){var a=d.global&&"one"!==t||"all"===t,c=(a?"g":"")+(d.sticky?"y":"")||"noGY";d.xregexp=d.xregexp||{};var i=d.xregexp[c]||(d.xregexp[c]=copyRegex(d,{addG:!!a,removeG:"one"===t,isInternalOnly:!0})),l=String(nullThrows(u)).match(i);return d.global&&(d.lastIndex="one"===t&&l?l.index+l[0].length:0),a?l||[]:l&&l[0]},XRegExp.matchChain=function(u,d){return function recurseChain(u,t){var a=d[t].regex?d[t]:{regex:d[t]},c=[];function addMatch(u){if(a.backref){var d="Backreference to undefined group: ".concat(a.backref),t=isNaN(a.backref);if(t&&XRegExp.isInstalled("namespacing")){if(!u.groups||!(a.backref in u.groups))throw new ReferenceError(d)}else if(!u.hasOwnProperty(a.backref))throw new ReferenceError(d);var i=t&&XRegExp.isInstalled("namespacing")?u.groups[a.backref]:u[a.backref];c.push(i||"")}else c.push(u[0])}var i,l=_createForOfIteratorHelper(u);try{for(l.s();!(i=l.n()).done;){var D=i.value;(0,h.default)(XRegExp).call(XRegExp,D,a.regex,addMatch)}}catch(u){l.e(u)}finally{l.f()}return t!==d.length-1&&c.length?recurseChain(c,t+1):c}([u],0)},XRegExp.replace=function(u,d,t,a){var c=XRegExp.isRegExp(d),i=d.global&&"one"!==a||"all"===a,l=(i?"g":"")+(d.sticky?"y":"")||"noGY",D=d;c?(d.xregexp=d.xregexp||{},D=d.xregexp[l]||(d.xregexp[l]=copyRegex(d,{addG:!!i,removeG:"one"===a,isInternalOnly:!0}))):i&&(D=new RegExp(XRegExp.escape(String(d)),"g"));var p=w.replace.call(nullThrows(u),D,t);return c&&d.global&&(d.lastIndex=0),p},XRegExp.replaceEach=function(u,d){var t,a=_createForOfIteratorHelper(d);try{for(a.s();!(t=a.n()).done;){var c=t.value;u=XRegExp.replace(u,c[0],c[1],c[2])}}catch(u){a.e(u)}finally{a.f()}return u},XRegExp.split=function(u,d,t){return w.split.call(nullThrows(u),d,t)},XRegExp.test=function(u,d,t,a){return!!XRegExp.exec(u,d,t,a)},XRegExp.uninstall=function(u){u=prepareOptions(u),B.astral&&u.astral&&setAstral(!1),B.namespacing&&u.namespacing&&setNamespacing(!1)},XRegExp.union=function(u,d,t){var a,c,i=(t=t||{}).conjunction||"or",l=0;function rewrite(u,d,t){var i=c[l-a];if(d){if(++l,i)return"(?<".concat(i,">")}else if(t)return"\\".concat(+t+a);return u}if(!isType(u,"Array")||!u.length)throw new TypeError("Must provide a nonempty array of patterns to merge");var D,p=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*\]/g,b=[],y=_createForOfIteratorHelper(u);try{for(y.s();!(D=y.n()).done;){var m=D.value;XRegExp.isRegExp(m)?(a=l,c=m.xregexp&&m.xregexp.captureNames||[],b.push(XRegExp(m.source).source.replace(p,rewrite))):b.push(XRegExp.escape(m))}}catch(u){y.e(u)}finally{y.f()}var A="none"===i?"":"|";return XRegExp(b.join(A),d)},w.exec=function(u){var d=this.lastIndex,t=RegExp.prototype.exec.apply(this,arguments);if(t){if(!I&&t.length>1&&-1!==(0,g.default)(t).call(t,"")){var a,c=copyRegex(this,{removeG:!0,isInternalOnly:!0});(0,E.default)(a=String(u)).call(a,t.index).replace(c,(function(){for(var u=arguments.length,d=1;d<u-2;++d)void 0===(d<0||arguments.length<=d?void 0:arguments[d])&&(t[d]=void 0)}))}if(this.xregexp&&this.xregexp.captureNames){var i=t;XRegExp.isInstalled("namespacing")&&(t.groups=(0,x.default)(null),i=t.groups);for(var l=1;l<t.length;++l){var D=this.xregexp.captureNames[l-1];D&&(i[D]=t[l])}}else!t.groups&&XRegExp.isInstalled("namespacing")&&(t.groups=void 0);this.global&&!t[0].length&&this.lastIndex>t.index&&(this.lastIndex=t.index)}return this.global||(this.lastIndex=d),t},w.test=function(u){return!!w.exec.call(this,u)},w.match=function(u){if(XRegExp.isRegExp(u)){if(u.global){var d=String.prototype.match.apply(this,arguments);return u.lastIndex=0,d}}else u=new RegExp(u);return w.exec.call(u,nullThrows(this))},w.replace=function(u,d){var t,a,c,i=XRegExp.isRegExp(u);return i?(u.xregexp&&(a=u.xregexp.captureNames),t=u.lastIndex):u+="",c=isType(d,"Function")?String(this).replace(u,(function(){for(var u=arguments.length,t=new Array(u),c=0;c<u;c++)t[c]=arguments[c];if(a){var i;XRegExp.isInstalled("namespacing")?(i=(0,x.default)(null),t.push(i)):(t[0]=new String(t[0]),i=t[0]);for(var l=0;l<a.length;++l)a[l]&&(i[a[l]]=t[l+1])}return d.apply(void 0,t)})):String(nullThrows(this)).replace(u,(function(){for(var u=arguments.length,t=new Array(u),c=0;c<u;c++)t[c]=arguments[c];return String(d).replace(T,replacer);function replacer(u,d,c,i){d=d||c;var l,D,p=isType(t[t.length-1],"Object")?4:3,b=t.length-p;if(d){if(/^\d+$/.test(d)){var y=+d;if(y<=b)return t[y]||""}var m=a?(0,g.default)(a).call(a,d):-1;if(m<0)throw new SyntaxError("Backreference to undefined group ".concat(u));return t[m+1]||""}if(""===i||" "===i)throw new SyntaxError("Invalid token ".concat(u));if("&"===i||0==+i)return t[0];if("$"===i)return"$";if("`"===i)return(0,E.default)(l=t[t.length-1]).call(l,0,t[t.length-2]);if("'"===i)return(0,E.default)(D=t[t.length-1]).call(D,t[t.length-2]+t[0].length);if(i=+i,!isNaN(i)){if(i>b)throw new SyntaxError("Backreference to undefined group ".concat(u));return t[i]||""}throw new SyntaxError("Invalid token ".concat(u))}})),i&&(u.global?u.lastIndex=0:u.lastIndex=t),c},w.split=function(u,d){if(!XRegExp.isRegExp(u))return String.prototype.split.apply(this,arguments);var t,a=String(this),c=[],i=u.lastIndex,l=0;return d=(void 0===d?-1:d)>>>0,(0,h.default)(XRegExp).call(XRegExp,a,u,(function(u){u.index+u[0].length>l&&(c.push((0,E.default)(a).call(a,l,u.index)),u.length>1&&u.index<a.length&&Array.prototype.push.apply(c,(0,E.default)(u).call(u,1)),t=u[0].length,l=u.index+t)})),l===a.length?u.test("")&&!t||c.push(""):c.push((0,E.default)(a).call(a,l)),u.lastIndex=i,c.length>d?(0,E.default)(c).call(c,0,d):c},XRegExp.addToken(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4}|{[\dA-Fa-f]+})|x(?![\dA-Fa-f]{2}))/,(function(u,d){if("B"===u[1]&&d===O)return u[0];throw new SyntaxError("Invalid escape ".concat(u[0]))}),{scope:"all",leadChar:"\\"}),XRegExp.addToken(/\\u{([\dA-Fa-f]+)}/,(function(u,d,t){var a=dec(u[1]);if(a>1114111)throw new SyntaxError("Invalid Unicode code point ".concat(u[0]));if(a<=65535)return"\\u".concat(pad4(hex(a)));if(N&&-1!==(0,g.default)(t).call(t,"u"))return u[0];throw new SyntaxError("Cannot use Unicode code point above \\u{FFFF} without flag u")}),{scope:"all",leadChar:"\\"}),XRegExp.addToken(/\(\?#[^)]*\)/,getContextualTokenSeparator,{leadChar:"("}),XRegExp.addToken(/\s+|#[^\n]*\n?/,getContextualTokenSeparator,{flag:"x"}),L||XRegExp.addToken(/\./,(function(){return"[\\s\\S]"}),{flag:"s",leadChar:"."}),XRegExp.addToken(/\\k<([^>]+)>/,(function(u){var d,t,a=isNaN(u[1])?(0,g.default)(d=this.captureNames).call(d,u[1])+1:+u[1],c=u.index+u[0].length;if(!a||a>this.captureNames.length)throw new SyntaxError("Backreference to undefined group ".concat(u[0]));return(0,v.default)(t="\\".concat(a)).call(t,c===u.input.length||isNaN(u.input[c])?"":"(?:)")}),{leadChar:"\\"}),XRegExp.addToken(/\\(\d+)/,(function(u,d){if(!(d===O&&/^[1-9]/.test(u[1])&&+u[1]<=this.captureNames.length)&&"0"!==u[1])throw new SyntaxError("Cannot use octal escape or backreference to undefined group ".concat(u[0]));return u[0]}),{scope:"all",leadChar:"\\"}),XRegExp.addToken(/\(\?P?<((?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088E\u0898-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF50\uDF70-\uDF85\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC75\uDC7F-\uDCBA\uDCC2\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39\uDF40-\uDF46]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF6\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]|\uDB40[\uDD00-\uDDEF])*)>/,(function(u){var d;if(!XRegExp.isInstalled("namespacing")&&("length"===u[1]||"__proto__"===u[1]))throw new SyntaxError("Cannot use reserved word as capture name ".concat(u[0]));if(-1!==(0,g.default)(d=this.captureNames).call(d,u[1]))throw new SyntaxError("Cannot use same name for multiple groups ".concat(u[0]));return this.captureNames.push(u[1]),this.hasNamedCapture=!0,"("}),{leadChar:"("}),XRegExp.addToken(/\((?!\?)/,(function(u,d,t){return-1!==(0,g.default)(t).call(t,"n")?"(?:":(this.captureNames.push(null),"(")}),{optionalFlags:"n",leadChar:"("});var q=XRegExp;t.default=q,d.exports=t.default},{"@babel/runtime-corejs3/core-js-stable/array/from":5,"@babel/runtime-corejs3/core-js-stable/array/is-array":6,"@babel/runtime-corejs3/core-js-stable/instance/concat":7,"@babel/runtime-corejs3/core-js-stable/instance/flags":8,"@babel/runtime-corejs3/core-js-stable/instance/for-each":9,"@babel/runtime-corejs3/core-js-stable/instance/index-of":10,"@babel/runtime-corejs3/core-js-stable/instance/slice":11,"@babel/runtime-corejs3/core-js-stable/instance/sort":12,"@babel/runtime-corejs3/core-js-stable/object/create":13,"@babel/runtime-corejs3/core-js-stable/object/define-property":14,"@babel/runtime-corejs3/core-js-stable/parse-int":15,"@babel/runtime-corejs3/core-js-stable/symbol":16,"@babel/runtime-corejs3/core-js/get-iterator-method":19,"@babel/runtime-corejs3/helpers/interopRequireDefault":24,"@babel/runtime-corejs3/helpers/slicedToArray":27}],5:[function(u,d,t){d.exports=u("core-js-pure/stable/array/from")},{"core-js-pure/stable/array/from":208}],6:[function(u,d,t){d.exports=u("core-js-pure/stable/array/is-array")},{"core-js-pure/stable/array/is-array":209}],7:[function(u,d,t){d.exports=u("core-js-pure/stable/instance/concat")},{"core-js-pure/stable/instance/concat":212}],8:[function(u,d,t){d.exports=u("core-js-pure/stable/instance/flags")},{"core-js-pure/stable/instance/flags":213}],9:[function(u,d,t){d.exports=u("core-js-pure/stable/instance/for-each")},{"core-js-pure/stable/instance/for-each":214}],10:[function(u,d,t){d.exports=u("core-js-pure/stable/instance/index-of")},{"core-js-pure/stable/instance/index-of":215}],11:[function(u,d,t){d.exports=u("core-js-pure/stable/instance/slice")},{"core-js-pure/stable/instance/slice":216}],12:[function(u,d,t){d.exports=u("core-js-pure/stable/instance/sort")},{"core-js-pure/stable/instance/sort":217}],13:[function(u,d,t){d.exports=u("core-js-pure/stable/object/create")},{"core-js-pure/stable/object/create":218}],14:[function(u,d,t){d.exports=u("core-js-pure/stable/object/define-property")},{"core-js-pure/stable/object/define-property":219}],15:[function(u,d,t){d.exports=u("core-js-pure/stable/parse-int")},{"core-js-pure/stable/parse-int":220}],16:[function(u,d,t){d.exports=u("core-js-pure/stable/symbol")},{"core-js-pure/stable/symbol":221}],17:[function(u,d,t){d.exports=u("core-js-pure/features/array/from")},{"core-js-pure/features/array/from":52}],18:[function(u,d,t){d.exports=u("core-js-pure/features/array/is-array")},{"core-js-pure/features/array/is-array":53}],19:[function(u,d,t){d.exports=u("core-js-pure/features/get-iterator-method")},{"core-js-pure/features/get-iterator-method":54}],20:[function(u,d,t){d.exports=u("core-js-pure/features/instance/slice")},{"core-js-pure/features/instance/slice":55}],21:[function(u,d,t){d.exports=u("core-js-pure/features/symbol")},{"core-js-pure/features/symbol":56}],22:[function(u,d,t){d.exports=function _arrayLikeToArray(u,d){(null==d||d>u.length)&&(d=u.length);for(var t=0,a=new Array(d);t<d;t++)a[t]=u[t];return a},d.exports.__esModule=!0,d.exports.default=d.exports},{}],23:[function(u,d,t){var a=u("@babel/runtime-corejs3/core-js/array/is-array");d.exports=function _arrayWithHoles(u){if(a(u))return u},d.exports.__esModule=!0,d.exports.default=d.exports},{"@babel/runtime-corejs3/core-js/array/is-array":18}],24:[function(u,d,t){d.exports=function _interopRequireDefault(u){return u&&u.__esModule?u:{default:u}},d.exports.__esModule=!0,d.exports.default=d.exports},{}],25:[function(u,d,t){var a=u("@babel/runtime-corejs3/core-js/symbol"),c=u("@babel/runtime-corejs3/core-js/get-iterator-method");d.exports=function _iterableToArrayLimit(u,d){var t=null==u?null:void 0!==a&&c(u)||u["@@iterator"];if(null!=t){var i,l,D=[],p=!0,b=!1;try{for(t=t.call(u);!(p=(i=t.next()).done)&&(D.push(i.value),!d||D.length!==d);p=!0);}catch(u){b=!0,l=u}finally{try{p||null==t.return||t.return()}finally{if(b)throw l}}return D}},d.exports.__esModule=!0,d.exports.default=d.exports},{"@babel/runtime-corejs3/core-js/get-iterator-method":19,"@babel/runtime-corejs3/core-js/symbol":21}],26:[function(u,d,t){d.exports=function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},d.exports.__esModule=!0,d.exports.default=d.exports},{}],27:[function(u,d,t){var a=u("./arrayWithHoles.js"),c=u("./iterableToArrayLimit.js"),i=u("./unsupportedIterableToArray.js"),l=u("./nonIterableRest.js");d.exports=function _slicedToArray(u,d){return a(u)||c(u,d)||i(u,d)||l()},d.exports.__esModule=!0,d.exports.default=d.exports},{"./arrayWithHoles.js":23,"./iterableToArrayLimit.js":25,"./nonIterableRest.js":26,"./unsupportedIterableToArray.js":28}],28:[function(u,d,t){var a=u("@babel/runtime-corejs3/core-js/instance/slice"),c=u("@babel/runtime-corejs3/core-js/array/from"),i=u("./arrayLikeToArray.js");d.exports=function _unsupportedIterableToArray(u,d){var t;if(u){if("string"==typeof u)return i(u,d);var l=a(t=Object.prototype.toString.call(u)).call(t,8,-1);return"Object"===l&&u.constructor&&(l=u.constructor.name),"Map"===l||"Set"===l?c(u):"Arguments"===l||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(l)?i(u,d):void 0}},d.exports.__esModule=!0,d.exports.default=d.exports},{"./arrayLikeToArray.js":22,"@babel/runtime-corejs3/core-js/array/from":17,"@babel/runtime-corejs3/core-js/instance/slice":20}],29:[function(u,d,t){var a=u("../../stable/array/from");d.exports=a},{"../../stable/array/from":208}],30:[function(u,d,t){var a=u("../../stable/array/is-array");d.exports=a},{"../../stable/array/is-array":209}],31:[function(u,d,t){var a=u("../stable/get-iterator-method");d.exports=a},{"../stable/get-iterator-method":211}],32:[function(u,d,t){var a=u("../../stable/instance/slice");d.exports=a},{"../../stable/instance/slice":216}],33:[function(u,d,t){var a=u("../../stable/symbol");d.exports=a},{"../../stable/symbol":221}],34:[function(u,d,t){u("../../modules/es.string.iterator"),u("../../modules/es.array.from");var a=u("../../internals/path");d.exports=a.Array.from},{"../../internals/path":142,"../../modules/es.array.from":170,"../../modules/es.string.iterator":184}],35:[function(u,d,t){u("../../modules/es.array.is-array");var a=u("../../internals/path");d.exports=a.Array.isArray},{"../../internals/path":142,"../../modules/es.array.is-array":172}],36:[function(u,d,t){u("../../../modules/es.array.concat");var a=u("../../../internals/entry-virtual");d.exports=a("Array").concat},{"../../../internals/entry-virtual":91,"../../../modules/es.array.concat":168}],37:[function(u,d,t){u("../../../modules/es.array.for-each");var a=u("../../../internals/entry-virtual");d.exports=a("Array").forEach},{"../../../internals/entry-virtual":91,"../../../modules/es.array.for-each":169}],38:[function(u,d,t){u("../../../modules/es.array.index-of");var a=u("../../../internals/entry-virtual");d.exports=a("Array").indexOf},{"../../../internals/entry-virtual":91,"../../../modules/es.array.index-of":171}],39:[function(u,d,t){u("../../../modules/es.array.slice");var a=u("../../../internals/entry-virtual");d.exports=a("Array").slice},{"../../../internals/entry-virtual":91,"../../../modules/es.array.slice":174}],40:[function(u,d,t){u("../../../modules/es.array.sort");var a=u("../../../internals/entry-virtual");d.exports=a("Array").sort},{"../../../internals/entry-virtual":91,"../../../modules/es.array.sort":175}],41:[function(u,d,t){u("../modules/es.array.iterator"),u("../modules/es.string.iterator");var a=u("../internals/get-iterator-method");d.exports=a},{"../internals/get-iterator-method":101,"../modules/es.array.iterator":173,"../modules/es.string.iterator":184}],42:[function(u,d,t){var a=u("../../internals/object-is-prototype-of"),c=u("../array/virtual/concat"),i=Array.prototype;d.exports=function(u){var d=u.concat;return u===i||a(i,u)&&d===i.concat?c:d}},{"../../internals/object-is-prototype-of":135,"../array/virtual/concat":36}],43:[function(u,d,t){var a=u("../../internals/object-is-prototype-of"),c=u("../regexp/flags"),i=RegExp.prototype;d.exports=function(u){return u===i||a(i,u)?c(u):u.flags}},{"../../internals/object-is-prototype-of":135,"../regexp/flags":50}],44:[function(u,d,t){var a=u("../../internals/object-is-prototype-of"),c=u("../array/virtual/index-of"),i=Array.prototype;d.exports=function(u){var d=u.indexOf;return u===i||a(i,u)&&d===i.indexOf?c:d}},{"../../internals/object-is-prototype-of":135,"../array/virtual/index-of":38}],45:[function(u,d,t){var a=u("../../internals/object-is-prototype-of"),c=u("../array/virtual/slice"),i=Array.prototype;d.exports=function(u){var d=u.slice;return u===i||a(i,u)&&d===i.slice?c:d}},{"../../internals/object-is-prototype-of":135,"../array/virtual/slice":39}],46:[function(u,d,t){var a=u("../../internals/object-is-prototype-of"),c=u("../array/virtual/sort"),i=Array.prototype;d.exports=function(u){var d=u.sort;return u===i||a(i,u)&&d===i.sort?c:d}},{"../../internals/object-is-prototype-of":135,"../array/virtual/sort":40}],47:[function(u,d,t){u("../../modules/es.object.create");var a=u("../../internals/path").Object;d.exports=function create(u,d){return a.create(u,d)}},{"../../internals/path":142,"../../modules/es.object.create":178}],48:[function(u,d,t){u("../../modules/es.object.define-property");var a=u("../../internals/path").Object,c=d.exports=function defineProperty(u,d,t){return a.defineProperty(u,d,t)};a.defineProperty.sham&&(c.sham=!0)},{"../../internals/path":142,"../../modules/es.object.define-property":179}],49:[function(u,d,t){u("../modules/es.parse-int");var a=u("../internals/path");d.exports=a.parseInt},{"../internals/path":142,"../modules/es.parse-int":181}],50:[function(u,d,t){u("../../modules/es.regexp.flags");var a=u("../../internals/function-uncurry-this"),c=u("../../internals/regexp-flags");d.exports=a(c)},{"../../internals/function-uncurry-this":99,"../../internals/regexp-flags":144,"../../modules/es.regexp.flags":183}],51:[function(u,d,t){u("../../modules/es.array.concat"),u("../../modules/es.object.to-string"),u("../../modules/es.symbol"),u("../../modules/es.symbol.async-iterator"),u("../../modules/es.symbol.description"),u("../../modules/es.symbol.has-instance"),u("../../modules/es.symbol.is-concat-spreadable"),u("../../modules/es.symbol.iterator"),u("../../modules/es.symbol.match"),u("../../modules/es.symbol.match-all"),u("../../modules/es.symbol.replace"),u("../../modules/es.symbol.search"),u("../../modules/es.symbol.species"),u("../../modules/es.symbol.split"),u("../../modules/es.symbol.to-primitive"),u("../../modules/es.symbol.to-string-tag"),u("../../modules/es.symbol.unscopables"),u("../../modules/es.json.to-string-tag"),u("../../modules/es.math.to-string-tag"),u("../../modules/es.reflect.to-string-tag");var a=u("../../internals/path");d.exports=a.Symbol},{"../../internals/path":142,"../../modules/es.array.concat":168,"../../modules/es.json.to-string-tag":176,"../../modules/es.math.to-string-tag":177,"../../modules/es.object.to-string":180,"../../modules/es.reflect.to-string-tag":182,"../../modules/es.symbol":190,"../../modules/es.symbol.async-iterator":185,"../../modules/es.symbol.description":186,"../../modules/es.symbol.has-instance":187,"../../modules/es.symbol.is-concat-spreadable":188,"../../modules/es.symbol.iterator":189,"../../modules/es.symbol.match":192,"../../modules/es.symbol.match-all":191,"../../modules/es.symbol.replace":193,"../../modules/es.symbol.search":194,"../../modules/es.symbol.species":195,"../../modules/es.symbol.split":196,"../../modules/es.symbol.to-primitive":197,"../../modules/es.symbol.to-string-tag":198,"../../modules/es.symbol.unscopables":199}],52:[function(u,d,t){var a=u("../../actual/array/from");d.exports=a},{"../../actual/array/from":29}],53:[function(u,d,t){var a=u("../../actual/array/is-array");d.exports=a},{"../../actual/array/is-array":30}],54:[function(u,d,t){var a=u("../actual/get-iterator-method");d.exports=a},{"../actual/get-iterator-method":31}],55:[function(u,d,t){var a=u("../../actual/instance/slice");d.exports=a},{"../../actual/instance/slice":32}],56:[function(u,d,t){var a=u("../../actual/symbol");u("../../modules/esnext.symbol.async-dispose"),u("../../modules/esnext.symbol.dispose"),u("../../modules/esnext.symbol.matcher"),u("../../modules/esnext.symbol.metadata"),u("../../modules/esnext.symbol.observable"),u("../../modules/esnext.symbol.pattern-match"),u("../../modules/esnext.symbol.replace-all"),d.exports=a},{"../../actual/symbol":33,"../../modules/esnext.symbol.async-dispose":200,"../../modules/esnext.symbol.dispose":201,"../../modules/esnext.symbol.matcher":202,"../../modules/esnext.symbol.metadata":203,"../../modules/esnext.symbol.observable":204,"../../modules/esnext.symbol.pattern-match":205,"../../modules/esnext.symbol.replace-all":206}],57:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/is-callable"),i=u("../internals/try-to-string"),l=a.TypeError;d.exports=function(u){if(c(u))return u;throw l(i(u)+" is not a function")}},{"../internals/global":104,"../internals/is-callable":114,"../internals/try-to-string":162}],58:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/is-callable"),i=a.String,l=a.TypeError;d.exports=function(u){if("object"==typeof u||c(u))return u;throw l("Can't set "+i(u)+" as a prototype")}},{"../internals/global":104,"../internals/is-callable":114}],59:[function(u,d,t){d.exports=function(){}},{}],60:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/is-object"),i=a.String,l=a.TypeError;d.exports=function(u){if(c(u))return u;throw l(i(u)+" is not an object")}},{"../internals/global":104,"../internals/is-object":117}],61:[function(u,d,t){"use strict";var a=u("../internals/array-iteration").forEach,c=u("../internals/array-method-is-strict")("forEach");d.exports=c?[].forEach:function forEach(u){return a(this,u,arguments.length>1?arguments[1]:void 0)}},{"../internals/array-iteration":64,"../internals/array-method-is-strict":66}],62:[function(u,d,t){"use strict";var a=u("../internals/global"),c=u("../internals/function-bind-context"),i=u("../internals/function-call"),l=u("../internals/to-object"),D=u("../internals/call-with-safe-iteration-closing"),p=u("../internals/is-array-iterator-method"),b=u("../internals/is-constructor"),y=u("../internals/length-of-array-like"),m=u("../internals/create-property"),A=u("../internals/get-iterator"),E=u("../internals/get-iterator-method"),C=a.Array;d.exports=function from(u){var d=l(u),t=b(this),a=arguments.length,g=a>1?arguments[1]:void 0,h=void 0!==g;h&&(g=c(g,a>2?arguments[2]:void 0));var x,v,B,w,j,k,S=E(d),O=0;if(!S||this==C&&p(S))for(x=y(d),v=t?new this(x):C(x);x>O;O++)k=h?g(d[O],O):d[O],m(v,O,k);else for(j=(w=A(d,S)).next,v=t?new this:[];!(B=i(j,w)).done;O++)k=h?D(w,g,[B.value,O],!0):B.value,m(v,O,k);return v.length=O,v}},{"../internals/call-with-safe-iteration-closing":72,"../internals/create-property":80,"../internals/function-bind-context":96,"../internals/function-call":97,"../internals/get-iterator":102,"../internals/get-iterator-method":101,"../internals/global":104,"../internals/is-array-iterator-method":112,"../internals/is-constructor":115,"../internals/length-of-array-like":123,"../internals/to-object":157}],63:[function(u,d,t){var a=u("../internals/to-indexed-object"),c=u("../internals/to-absolute-index"),i=u("../internals/length-of-array-like"),createMethod=function(u){return function(d,t,l){var D,p=a(d),b=i(p),y=c(l,b);if(u&&t!=t){for(;b>y;)if((D=p[y++])!=D)return!0}else for(;b>y;y++)if((u||y in p)&&p[y]===t)return u||y||0;return!u&&-1}};d.exports={includes:createMethod(!0),indexOf:createMethod(!1)}},{"../internals/length-of-array-like":123,"../internals/to-absolute-index":153,"../internals/to-indexed-object":154}],64:[function(u,d,t){var a=u("../internals/function-bind-context"),c=u("../internals/function-uncurry-this"),i=u("../internals/indexed-object"),l=u("../internals/to-object"),D=u("../internals/length-of-array-like"),p=u("../internals/array-species-create"),b=c([].push),createMethod=function(u){var d=1==u,t=2==u,c=3==u,y=4==u,m=6==u,A=7==u,E=5==u||m;return function(C,g,h,x){for(var v,B,w=l(C),j=i(w),k=a(g,h),S=D(j),O=0,R=x||p,_=d?R(C,S):t||A?R(C,0):void 0;S>O;O++)if((E||O in j)&&(B=k(v=j[O],O,w),u))if(d)_[O]=B;else if(B)switch(u){case 3:return!0;case 5:return v;case 6:return O;case 2:b(_,v)}else switch(u){case 4:return!1;case 7:b(_,v)}return m?-1:c||y?y:_}};d.exports={forEach:createMethod(0),map:createMethod(1),filter:createMethod(2),some:createMethod(3),every:createMethod(4),find:createMethod(5),findIndex:createMethod(6),filterReject:createMethod(7)}},{"../internals/array-species-create":71,"../internals/function-bind-context":96,"../internals/function-uncurry-this":99,"../internals/indexed-object":109,"../internals/length-of-array-like":123,"../internals/to-object":157}],65:[function(u,d,t){var a=u("../internals/fails"),c=u("../internals/well-known-symbol"),i=u("../internals/engine-v8-version"),l=c("species");d.exports=function(u){return i>=51||!a((function(){var d=[];return(d.constructor={})[l]=function(){return{foo:1}},1!==d[u](Boolean).foo}))}},{"../internals/engine-v8-version":89,"../internals/fails":94,"../internals/well-known-symbol":166}],66:[function(u,d,t){"use strict";var a=u("../internals/fails");d.exports=function(u,d){var t=[][u];return!!t&&a((function(){t.call(null,d||function(){throw 1},1)}))}},{"../internals/fails":94}],67:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/to-absolute-index"),i=u("../internals/length-of-array-like"),l=u("../internals/create-property"),D=a.Array,p=Math.max;d.exports=function(u,d,t){for(var a=i(u),b=c(d,a),y=c(void 0===t?a:t,a),m=D(p(y-b,0)),A=0;b<y;b++,A++)l(m,A,u[b]);return m.length=A,m}},{"../internals/create-property":80,"../internals/global":104,"../internals/length-of-array-like":123,"../internals/to-absolute-index":153}],68:[function(u,d,t){var a=u("../internals/function-uncurry-this");d.exports=a([].slice)},{"../internals/function-uncurry-this":99}],69:[function(u,d,t){var a=u("../internals/array-slice-simple"),c=Math.floor,mergeSort=function(u,d){var t=u.length,i=c(t/2);return t<8?insertionSort(u,d):merge(u,mergeSort(a(u,0,i),d),mergeSort(a(u,i),d),d)},insertionSort=function(u,d){for(var t,a,c=u.length,i=1;i<c;){for(a=i,t=u[i];a&&d(u[a-1],t)>0;)u[a]=u[--a];a!==i++&&(u[a]=t)}return u},merge=function(u,d,t,a){for(var c=d.length,i=t.length,l=0,D=0;l<c||D<i;)u[l+D]=l<c&&D<i?a(d[l],t[D])<=0?d[l++]:t[D++]:l<c?d[l++]:t[D++];return u};d.exports=mergeSort},{"../internals/array-slice-simple":67}],70:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/is-array"),i=u("../internals/is-constructor"),l=u("../internals/is-object"),D=u("../internals/well-known-symbol")("species"),p=a.Array;d.exports=function(u){var d;return c(u)&&(d=u.constructor,(i(d)&&(d===p||c(d.prototype))||l(d)&&null===(d=d[D]))&&(d=void 0)),void 0===d?p:d}},{"../internals/global":104,"../internals/is-array":113,"../internals/is-constructor":115,"../internals/is-object":117,"../internals/well-known-symbol":166}],71:[function(u,d,t){var a=u("../internals/array-species-constructor");d.exports=function(u,d){return new(a(u))(0===d?0:d)}},{"../internals/array-species-constructor":70}],72:[function(u,d,t){var a=u("../internals/an-object"),c=u("../internals/iterator-close");d.exports=function(u,d,t,i){try{return i?d(a(t)[0],t[1]):d(t)}catch(d){c(u,"throw",d)}}},{"../internals/an-object":60,"../internals/iterator-close":120}],73:[function(u,d,t){var a=u("../internals/well-known-symbol")("iterator"),c=!1;try{var i=0,l={next:function(){return{done:!!i++}},return:function(){c=!0}};l[a]=function(){return this},Array.from(l,(function(){throw 2}))}catch(u){}d.exports=function(u,d){if(!d&&!c)return!1;var t=!1;try{var i={};i[a]=function(){return{next:function(){return{done:t=!0}}}},u(i)}catch(u){}return t}},{"../internals/well-known-symbol":166}],74:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=a({}.toString),i=a("".slice);d.exports=function(u){return i(c(u),8,-1)}},{"../internals/function-uncurry-this":99}],75:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/to-string-tag-support"),i=u("../internals/is-callable"),l=u("../internals/classof-raw"),D=u("../internals/well-known-symbol")("toStringTag"),p=a.Object,b="Arguments"==l(function(){return arguments}());d.exports=c?l:function(u){var d,t,a;return void 0===u?"Undefined":null===u?"Null":"string"==typeof(t=function(u,d){try{return u[d]}catch(u){}}(d=p(u),D))?t:b?l(d):"Object"==(a=l(d))&&i(d.callee)?"Arguments":a}},{"../internals/classof-raw":74,"../internals/global":104,"../internals/is-callable":114,"../internals/to-string-tag-support":160,"../internals/well-known-symbol":166}],76:[function(u,d,t){var a=u("../internals/fails");d.exports=!a((function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype}))},{"../internals/fails":94}],77:[function(u,d,t){"use strict";var a=u("../internals/iterators-core").IteratorPrototype,c=u("../internals/object-create"),i=u("../internals/create-property-descriptor"),l=u("../internals/set-to-string-tag"),D=u("../internals/iterators"),returnThis=function(){return this};d.exports=function(u,d,t,p){var b=d+" Iterator";return u.prototype=c(a,{next:i(+!p,t)}),l(u,b,!1,!0),D[b]=returnThis,u}},{"../internals/create-property-descriptor":79,"../internals/iterators":122,"../internals/iterators-core":121,"../internals/object-create":127,"../internals/set-to-string-tag":147}],78:[function(u,d,t){var a=u("../internals/descriptors"),c=u("../internals/object-define-property"),i=u("../internals/create-property-descriptor");d.exports=a?function(u,d,t){return c.f(u,d,i(1,t))}:function(u,d,t){return u[d]=t,u}},{"../internals/create-property-descriptor":79,"../internals/descriptors":83,"../internals/object-define-property":129}],79:[function(u,d,t){d.exports=function(u,d){return{enumerable:!(1&u),configurable:!(2&u),writable:!(4&u),value:d}}},{}],80:[function(u,d,t){"use strict";var a=u("../internals/to-property-key"),c=u("../internals/object-define-property"),i=u("../internals/create-property-descriptor");d.exports=function(u,d,t){var l=a(d);l in u?c.f(u,l,i(0,t)):u[l]=t}},{"../internals/create-property-descriptor":79,"../internals/object-define-property":129,"../internals/to-property-key":159}],81:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/function-call"),i=u("../internals/is-pure"),l=u("../internals/function-name"),D=u("../internals/is-callable"),p=u("../internals/create-iterator-constructor"),b=u("../internals/object-get-prototype-of"),y=u("../internals/object-set-prototype-of"),m=u("../internals/set-to-string-tag"),A=u("../internals/create-non-enumerable-property"),E=u("../internals/redefine"),C=u("../internals/well-known-symbol"),g=u("../internals/iterators"),h=u("../internals/iterators-core"),x=l.PROPER,v=l.CONFIGURABLE,B=h.IteratorPrototype,w=h.BUGGY_SAFARI_ITERATORS,j=C("iterator"),k="keys",S="values",O="entries",returnThis=function(){return this};d.exports=function(u,d,t,l,C,h,R){p(t,d,l);var _,T,I,getIterationMethod=function(u){if(u===C&&M)return M;if(!w&&u in L)return L[u];switch(u){case k:return function keys(){return new t(this,u)};case S:return function values(){return new t(this,u)};case O:return function entries(){return new t(this,u)}}return function(){return new t(this)}},P=d+" Iterator",X=!1,L=u.prototype,N=L[j]||L["@@iterator"]||C&&L[C],M=!w&&N||getIterationMethod(C),U="Array"==d&&L.entries||N;if(U&&(_=b(U.call(new u)))!==Object.prototype&&_.next&&(i||b(_)===B||(y?y(_,B):D(_[j])||E(_,j,returnThis)),m(_,P,!0,!0),i&&(g[P]=returnThis)),x&&C==S&&N&&N.name!==S&&(!i&&v?A(L,"name",S):(X=!0,M=function values(){return c(N,this)})),C)if(T={values:getIterationMethod(S),keys:h?M:getIterationMethod(k),entries:getIterationMethod(O)},R)for(I in T)(w||X||!(I in L))&&E(L,I,T[I]);else a({target:d,proto:!0,forced:w||X},T);return i&&!R||L[j]===M||E(L,j,M,{name:C}),g[d]=M,T}},{"../internals/create-iterator-constructor":77,"../internals/create-non-enumerable-property":78,"../internals/export":93,"../internals/function-call":97,"../internals/function-name":98,"../internals/is-callable":114,"../internals/is-pure":118,"../internals/iterators":122,"../internals/iterators-core":121,"../internals/object-get-prototype-of":134,"../internals/object-set-prototype-of":139,"../internals/redefine":143,"../internals/set-to-string-tag":147,"../internals/well-known-symbol":166}],82:[function(u,d,t){var a=u("../internals/path"),c=u("../internals/has-own-property"),i=u("../internals/well-known-symbol-wrapped"),l=u("../internals/object-define-property").f;d.exports=function(u){var d=a.Symbol||(a.Symbol={});c(d,u)||l(d,u,{value:i.f(u)})}},{"../internals/has-own-property":105,"../internals/object-define-property":129,"../internals/path":142,"../internals/well-known-symbol-wrapped":165}],83:[function(u,d,t){var a=u("../internals/fails");d.exports=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},{"../internals/fails":94}],84:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/is-object"),i=a.document,l=c(i)&&c(i.createElement);d.exports=function(u){return l?i.createElement(u):{}}},{"../internals/global":104,"../internals/is-object":117}],85:[function(u,d,t){d.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},{}],86:[function(u,d,t){var a=u("../internals/engine-user-agent").match(/firefox\/(\d+)/i);d.exports=!!a&&+a[1]},{"../internals/engine-user-agent":88}],87:[function(u,d,t){var a=u("../internals/engine-user-agent");d.exports=/MSIE|Trident/.test(a)},{"../internals/engine-user-agent":88}],88:[function(u,d,t){var a=u("../internals/get-built-in");d.exports=a("navigator","userAgent")||""},{"../internals/get-built-in":100}],89:[function(u,d,t){var a,c,i=u("../internals/global"),l=u("../internals/engine-user-agent"),D=i.process,p=i.Deno,b=D&&D.versions||p&&p.version,y=b&&b.v8;y&&(c=(a=y.split("."))[0]>0&&a[0]<4?1:+(a[0]+a[1])),!c&&l&&(!(a=l.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=l.match(/Chrome\/(\d+)/))&&(c=+a[1]),d.exports=c},{"../internals/engine-user-agent":88,"../internals/global":104}],90:[function(u,d,t){var a=u("../internals/engine-user-agent").match(/AppleWebKit\/(\d+)\./);d.exports=!!a&&+a[1]},{"../internals/engine-user-agent":88}],91:[function(u,d,t){var a=u("../internals/path");d.exports=function(u){return a[u+"Prototype"]}},{"../internals/path":142}],92:[function(u,d,t){d.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},{}],93:[function(u,d,t){"use strict";var a=u("../internals/global"),c=u("../internals/function-apply"),i=u("../internals/function-uncurry-this"),l=u("../internals/is-callable"),D=u("../internals/object-get-own-property-descriptor").f,p=u("../internals/is-forced"),b=u("../internals/path"),y=u("../internals/function-bind-context"),m=u("../internals/create-non-enumerable-property"),A=u("../internals/has-own-property"),wrapConstructor=function(u){var Wrapper=function(d,t,a){if(this instanceof Wrapper){switch(arguments.length){case 0:return new u;case 1:return new u(d);case 2:return new u(d,t)}return new u(d,t,a)}return c(u,this,arguments)};return Wrapper.prototype=u.prototype,Wrapper};d.exports=function(u,d){var t,c,E,C,g,h,x,v,B=u.target,w=u.global,j=u.stat,k=u.proto,S=w?a:j?a[B]:(a[B]||{}).prototype,O=w?b:b[B]||m(b,B,{})[B],R=O.prototype;for(E in d)t=!p(w?E:B+(j?".":"#")+E,u.forced)&&S&&A(S,E),g=O[E],t&&(h=u.noTargetGet?(v=D(S,E))&&v.value:S[E]),C=t&&h?h:d[E],t&&typeof g==typeof C||(x=u.bind&&t?y(C,a):u.wrap&&t?wrapConstructor(C):k&&l(C)?i(C):C,(u.sham||C&&C.sham||g&&g.sham)&&m(x,"sham",!0),m(O,E,x),k&&(A(b,c=B+"Prototype")||m(b,c,{}),m(b[c],E,C),u.real&&R&&!R[E]&&m(R,E,C)))}},{"../internals/create-non-enumerable-property":78,"../internals/function-apply":95,"../internals/function-bind-context":96,"../internals/function-uncurry-this":99,"../internals/global":104,"../internals/has-own-property":105,"../internals/is-callable":114,"../internals/is-forced":116,"../internals/object-get-own-property-descriptor":130,"../internals/path":142}],94:[function(u,d,t){d.exports=function(u){try{return!!u()}catch(u){return!0}}},{}],95:[function(u,d,t){var a=Function.prototype,c=a.apply,i=a.bind,l=a.call;d.exports="object"==typeof Reflect&&Reflect.apply||(i?l.bind(c):function(){return l.apply(c,arguments)})},{}],96:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/a-callable"),i=a(a.bind);d.exports=function(u,d){return c(u),void 0===d?u:i?i(u,d):function(){return u.apply(d,arguments)}}},{"../internals/a-callable":57,"../internals/function-uncurry-this":99}],97:[function(u,d,t){var a=Function.prototype.call;d.exports=a.bind?a.bind(a):function(){return a.apply(a,arguments)}},{}],98:[function(u,d,t){var a=u("../internals/descriptors"),c=u("../internals/has-own-property"),i=Function.prototype,l=a&&Object.getOwnPropertyDescriptor,D=c(i,"name"),p=D&&"something"===function something(){}.name,b=D&&(!a||a&&l(i,"name").configurable);d.exports={EXISTS:D,PROPER:p,CONFIGURABLE:b}},{"../internals/descriptors":83,"../internals/has-own-property":105}],99:[function(u,d,t){var a=Function.prototype,c=a.bind,i=a.call,l=c&&c.bind(i);d.exports=c?function(u){return u&&l(i,u)}:function(u){return u&&function(){return i.apply(u,arguments)}}},{}],100:[function(u,d,t){var a=u("../internals/path"),c=u("../internals/global"),i=u("../internals/is-callable"),aFunction=function(u){return i(u)?u:void 0};d.exports=function(u,d){return arguments.length<2?aFunction(a[u])||aFunction(c[u]):a[u]&&a[u][d]||c[u]&&c[u][d]}},{"../internals/global":104,"../internals/is-callable":114,"../internals/path":142}],101:[function(u,d,t){var a=u("../internals/classof"),c=u("../internals/get-method"),i=u("../internals/iterators"),l=u("../internals/well-known-symbol")("iterator");d.exports=function(u){if(null!=u)return c(u,l)||c(u,"@@iterator")||i[a(u)]}},{"../internals/classof":75,"../internals/get-method":103,"../internals/iterators":122,"../internals/well-known-symbol":166}],102:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/function-call"),i=u("../internals/a-callable"),l=u("../internals/an-object"),D=u("../internals/try-to-string"),p=u("../internals/get-iterator-method"),b=a.TypeError;d.exports=function(u,d){var t=arguments.length<2?p(u):d;if(i(t))return l(c(t,u));throw b(D(u)+" is not iterable")}},{"../internals/a-callable":57,"../internals/an-object":60,"../internals/function-call":97,"../internals/get-iterator-method":101,"../internals/global":104,"../internals/try-to-string":162}],103:[function(u,d,t){var a=u("../internals/a-callable");d.exports=function(u,d){var t=u[d];return null==t?void 0:a(t)}},{"../internals/a-callable":57}],104:[function(u,d,t){(function(u){(function(){var check=function(u){return u&&u.Math==Math&&u};d.exports=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof u&&u)||function(){return this}()||Function("return this")()}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],105:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/to-object"),i=a({}.hasOwnProperty);d.exports=Object.hasOwn||function hasOwn(u,d){return i(c(u),d)}},{"../internals/function-uncurry-this":99,"../internals/to-object":157}],106:[function(u,d,t){d.exports={}},{}],107:[function(u,d,t){var a=u("../internals/get-built-in");d.exports=a("document","documentElement")},{"../internals/get-built-in":100}],108:[function(u,d,t){var a=u("../internals/descriptors"),c=u("../internals/fails"),i=u("../internals/document-create-element");d.exports=!a&&!c((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},{"../internals/descriptors":83,"../internals/document-create-element":84,"../internals/fails":94}],109:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/function-uncurry-this"),i=u("../internals/fails"),l=u("../internals/classof-raw"),D=a.Object,p=c("".split);d.exports=i((function(){return!D("z").propertyIsEnumerable(0)}))?function(u){return"String"==l(u)?p(u,""):D(u)}:D},{"../internals/classof-raw":74,"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/global":104}],110:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/is-callable"),i=u("../internals/shared-store"),l=a(Function.toString);c(i.inspectSource)||(i.inspectSource=function(u){return l(u)}),d.exports=i.inspectSource},{"../internals/function-uncurry-this":99,"../internals/is-callable":114,"../internals/shared-store":149}],111:[function(u,d,t){var a,c,i,l=u("../internals/native-weak-map"),D=u("../internals/global"),p=u("../internals/function-uncurry-this"),b=u("../internals/is-object"),y=u("../internals/create-non-enumerable-property"),m=u("../internals/has-own-property"),A=u("../internals/shared-store"),E=u("../internals/shared-key"),C=u("../internals/hidden-keys"),g="Object already initialized",h=D.TypeError,x=D.WeakMap;if(l||A.state){var v=A.state||(A.state=new x),B=p(v.get),w=p(v.has),j=p(v.set);a=function(u,d){if(w(v,u))throw new h(g);return d.facade=u,j(v,u,d),d},c=function(u){return B(v,u)||{}},i=function(u){return w(v,u)}}else{var k=E("state");C[k]=!0,a=function(u,d){if(m(u,k))throw new h(g);return d.facade=u,y(u,k,d),d},c=function(u){return m(u,k)?u[k]:{}},i=function(u){return m(u,k)}}d.exports={set:a,get:c,has:i,enforce:function(u){return i(u)?c(u):a(u,{})},getterFor:function(u){return function(d){var t;if(!b(d)||(t=c(d)).type!==u)throw h("Incompatible receiver, "+u+" required");return t}}}},{"../internals/create-non-enumerable-property":78,"../internals/function-uncurry-this":99,"../internals/global":104,"../internals/has-own-property":105,"../internals/hidden-keys":106,"../internals/is-object":117,"../internals/native-weak-map":125,"../internals/shared-key":148,"../internals/shared-store":149}],112:[function(u,d,t){var a=u("../internals/well-known-symbol"),c=u("../internals/iterators"),i=a("iterator"),l=Array.prototype;d.exports=function(u){return void 0!==u&&(c.Array===u||l[i]===u)}},{"../internals/iterators":122,"../internals/well-known-symbol":166}],113:[function(u,d,t){var a=u("../internals/classof-raw");d.exports=Array.isArray||function isArray(u){return"Array"==a(u)}},{"../internals/classof-raw":74}],114:[function(u,d,t){d.exports=function(u){return"function"==typeof u}},{}],115:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/fails"),i=u("../internals/is-callable"),l=u("../internals/classof"),D=u("../internals/get-built-in"),p=u("../internals/inspect-source"),noop=function(){},b=[],y=D("Reflect","construct"),m=/^\s*(?:class|function)\b/,A=a(m.exec),E=!m.exec(noop),C=function isConstructor(u){if(!i(u))return!1;try{return y(noop,b,u),!0}catch(u){return!1}},g=function isConstructor(u){if(!i(u))return!1;switch(l(u)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return E||!!A(m,p(u))}catch(u){return!0}};g.sham=!0,d.exports=!y||c((function(){var u;return C(C.call)||!C(Object)||!C((function(){u=!0}))||u}))?g:C},{"../internals/classof":75,"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/get-built-in":100,"../internals/inspect-source":110,"../internals/is-callable":114}],116:[function(u,d,t){var a=u("../internals/fails"),c=u("../internals/is-callable"),i=/#|\.prototype\./,isForced=function(u,d){var t=D[l(u)];return t==b||t!=p&&(c(d)?a(d):!!d)},l=isForced.normalize=function(u){return String(u).replace(i,".").toLowerCase()},D=isForced.data={},p=isForced.NATIVE="N",b=isForced.POLYFILL="P";d.exports=isForced},{"../internals/fails":94,"../internals/is-callable":114}],117:[function(u,d,t){var a=u("../internals/is-callable");d.exports=function(u){return"object"==typeof u?null!==u:a(u)}},{"../internals/is-callable":114}],118:[function(u,d,t){d.exports=!0},{}],119:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/get-built-in"),i=u("../internals/is-callable"),l=u("../internals/object-is-prototype-of"),D=u("../internals/use-symbol-as-uid"),p=a.Object;d.exports=D?function(u){return"symbol"==typeof u}:function(u){var d=c("Symbol");return i(d)&&l(d.prototype,p(u))}},{"../internals/get-built-in":100,"../internals/global":104,"../internals/is-callable":114,"../internals/object-is-prototype-of":135,"../internals/use-symbol-as-uid":164}],120:[function(u,d,t){var a=u("../internals/function-call"),c=u("../internals/an-object"),i=u("../internals/get-method");d.exports=function(u,d,t){var l,D;c(u);try{if(!(l=i(u,"return"))){if("throw"===d)throw t;return t}l=a(l,u)}catch(u){D=!0,l=u}if("throw"===d)throw t;if(D)throw l;return c(l),t}},{"../internals/an-object":60,"../internals/function-call":97,"../internals/get-method":103}],121:[function(u,d,t){"use strict";var a,c,i,l=u("../internals/fails"),D=u("../internals/is-callable"),p=u("../internals/object-create"),b=u("../internals/object-get-prototype-of"),y=u("../internals/redefine"),m=u("../internals/well-known-symbol"),A=u("../internals/is-pure"),E=m("iterator"),C=!1;[].keys&&("next"in(i=[].keys())?(c=b(b(i)))!==Object.prototype&&(a=c):C=!0),null==a||l((function(){var u={};return a[E].call(u)!==u}))?a={}:A&&(a=p(a)),D(a[E])||y(a,E,(function(){return this})),d.exports={IteratorPrototype:a,BUGGY_SAFARI_ITERATORS:C}},{"../internals/fails":94,"../internals/is-callable":114,"../internals/is-pure":118,"../internals/object-create":127,"../internals/object-get-prototype-of":134,"../internals/redefine":143,"../internals/well-known-symbol":166}],122:[function(u,d,t){arguments[4][106][0].apply(t,arguments)},{dup:106}],123:[function(u,d,t){var a=u("../internals/to-length");d.exports=function(u){return a(u.length)}},{"../internals/to-length":156}],124:[function(u,d,t){var a=u("../internals/engine-v8-version"),c=u("../internals/fails");d.exports=!!Object.getOwnPropertySymbols&&!c((function(){var u=Symbol();return!String(u)||!(Object(u)instanceof Symbol)||!Symbol.sham&&a&&a<41}))},{"../internals/engine-v8-version":89,"../internals/fails":94}],125:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/is-callable"),i=u("../internals/inspect-source"),l=a.WeakMap;d.exports=c(l)&&/native code/.test(i(l))},{"../internals/global":104,"../internals/inspect-source":110,"../internals/is-callable":114}],126:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/fails"),i=u("../internals/function-uncurry-this"),l=u("../internals/to-string"),D=u("../internals/string-trim").trim,p=u("../internals/whitespaces"),b=a.parseInt,y=a.Symbol,m=y&&y.iterator,A=/^[+-]?0x/i,E=i(A.exec),C=8!==b(p+"08")||22!==b(p+"0x16")||m&&!c((function(){b(Object(m))}));d.exports=C?function parseInt(u,d){var t=D(l(u));return b(t,d>>>0||(E(A,t)?16:10))}:b},{"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/global":104,"../internals/string-trim":152,"../internals/to-string":161,"../internals/whitespaces":167}],127:[function(u,d,t){var a,c=u("../internals/an-object"),i=u("../internals/object-define-properties"),l=u("../internals/enum-bug-keys"),D=u("../internals/hidden-keys"),p=u("../internals/html"),b=u("../internals/document-create-element"),y=u("../internals/shared-key"),m=y("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(u){return"<script>"+u+"</"+"script>"},NullProtoObjectViaActiveX=function(u){u.write(scriptTag("")),u.close();var d=u.parentWindow.Object;return u=null,d},NullProtoObject=function(){try{a=new ActiveXObject("htmlfile")}catch(u){}var u,d;NullProtoObject="undefined"!=typeof document?document.domain&&a?NullProtoObjectViaActiveX(a):((d=b("iframe")).style.display="none",p.appendChild(d),d.src=String("javascript:"),(u=d.contentWindow.document).open(),u.write(scriptTag("document.F=Object")),u.close(),u.F):NullProtoObjectViaActiveX(a);for(var t=l.length;t--;)delete NullProtoObject.prototype[l[t]];return NullProtoObject()};D[m]=!0,d.exports=Object.create||function create(u,d){var t;return null!==u?(EmptyConstructor.prototype=c(u),t=new EmptyConstructor,EmptyConstructor.prototype=null,t[m]=u):t=NullProtoObject(),void 0===d?t:i(t,d)}},{"../internals/an-object":60,"../internals/document-create-element":84,"../internals/enum-bug-keys":92,"../internals/hidden-keys":106,"../internals/html":107,"../internals/object-define-properties":128,"../internals/shared-key":148}],128:[function(u,d,t){var a=u("../internals/descriptors"),c=u("../internals/object-define-property"),i=u("../internals/an-object"),l=u("../internals/to-indexed-object"),D=u("../internals/object-keys");d.exports=a?Object.defineProperties:function defineProperties(u,d){i(u);for(var t,a=l(d),p=D(d),b=p.length,y=0;b>y;)c.f(u,t=p[y++],a[t]);return u}},{"../internals/an-object":60,"../internals/descriptors":83,"../internals/object-define-property":129,"../internals/object-keys":137,"../internals/to-indexed-object":154}],129:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/descriptors"),i=u("../internals/ie8-dom-define"),l=u("../internals/an-object"),D=u("../internals/to-property-key"),p=a.TypeError,b=Object.defineProperty;t.f=c?b:function defineProperty(u,d,t){if(l(u),d=D(d),l(t),i)try{return b(u,d,t)}catch(u){}if("get"in t||"set"in t)throw p("Accessors not supported");return"value"in t&&(u[d]=t.value),u}},{"../internals/an-object":60,"../internals/descriptors":83,"../internals/global":104,"../internals/ie8-dom-define":108,"../internals/to-property-key":159}],130:[function(u,d,t){var a=u("../internals/descriptors"),c=u("../internals/function-call"),i=u("../internals/object-property-is-enumerable"),l=u("../internals/create-property-descriptor"),D=u("../internals/to-indexed-object"),p=u("../internals/to-property-key"),b=u("../internals/has-own-property"),y=u("../internals/ie8-dom-define"),m=Object.getOwnPropertyDescriptor;t.f=a?m:function getOwnPropertyDescriptor(u,d){if(u=D(u),d=p(d),y)try{return m(u,d)}catch(u){}if(b(u,d))return l(!c(i.f,u,d),u[d])}},{"../internals/create-property-descriptor":79,"../internals/descriptors":83,"../internals/function-call":97,"../internals/has-own-property":105,"../internals/ie8-dom-define":108,"../internals/object-property-is-enumerable":138,"../internals/to-indexed-object":154,"../internals/to-property-key":159}],131:[function(u,d,t){var a=u("../internals/classof-raw"),c=u("../internals/to-indexed-object"),i=u("../internals/object-get-own-property-names").f,l=u("../internals/array-slice-simple"),D="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];d.exports.f=function getOwnPropertyNames(u){return D&&"Window"==a(u)?function(u){try{return i(u)}catch(u){return l(D)}}(u):i(c(u))}},{"../internals/array-slice-simple":67,"../internals/classof-raw":74,"../internals/object-get-own-property-names":132,"../internals/to-indexed-object":154}],132:[function(u,d,t){var a=u("../internals/object-keys-internal"),c=u("../internals/enum-bug-keys").concat("length","prototype");t.f=Object.getOwnPropertyNames||function getOwnPropertyNames(u){return a(u,c)}},{"../internals/enum-bug-keys":92,"../internals/object-keys-internal":136}],133:[function(u,d,t){t.f=Object.getOwnPropertySymbols},{}],134:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/has-own-property"),i=u("../internals/is-callable"),l=u("../internals/to-object"),D=u("../internals/shared-key"),p=u("../internals/correct-prototype-getter"),b=D("IE_PROTO"),y=a.Object,m=y.prototype;d.exports=p?y.getPrototypeOf:function(u){var d=l(u);if(c(d,b))return d[b];var t=d.constructor;return i(t)&&d instanceof t?t.prototype:d instanceof y?m:null}},{"../internals/correct-prototype-getter":76,"../internals/global":104,"../internals/has-own-property":105,"../internals/is-callable":114,"../internals/shared-key":148,"../internals/to-object":157}],135:[function(u,d,t){var a=u("../internals/function-uncurry-this");d.exports=a({}.isPrototypeOf)},{"../internals/function-uncurry-this":99}],136:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/has-own-property"),i=u("../internals/to-indexed-object"),l=u("../internals/array-includes").indexOf,D=u("../internals/hidden-keys"),p=a([].push);d.exports=function(u,d){var t,a=i(u),b=0,y=[];for(t in a)!c(D,t)&&c(a,t)&&p(y,t);for(;d.length>b;)c(a,t=d[b++])&&(~l(y,t)||p(y,t));return y}},{"../internals/array-includes":63,"../internals/function-uncurry-this":99,"../internals/has-own-property":105,"../internals/hidden-keys":106,"../internals/to-indexed-object":154}],137:[function(u,d,t){var a=u("../internals/object-keys-internal"),c=u("../internals/enum-bug-keys");d.exports=Object.keys||function keys(u){return a(u,c)}},{"../internals/enum-bug-keys":92,"../internals/object-keys-internal":136}],138:[function(u,d,t){"use strict";var a={}.propertyIsEnumerable,c=Object.getOwnPropertyDescriptor,i=c&&!a.call({1:2},1);t.f=i?function propertyIsEnumerable(u){var d=c(this,u);return!!d&&d.enumerable}:a},{}],139:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/an-object"),i=u("../internals/a-possible-prototype");d.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var u,d=!1,t={};try{(u=a(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(t,[]),d=t instanceof Array}catch(u){}return function setPrototypeOf(t,a){return c(t),i(a),d?u(t,a):t.__proto__=a,t}}():void 0)},{"../internals/a-possible-prototype":58,"../internals/an-object":60,"../internals/function-uncurry-this":99}],140:[function(u,d,t){"use strict";var a=u("../internals/to-string-tag-support"),c=u("../internals/classof");d.exports=a?{}.toString:function toString(){return"[object "+c(this)+"]"}},{"../internals/classof":75,"../internals/to-string-tag-support":160}],141:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/function-call"),i=u("../internals/is-callable"),l=u("../internals/is-object"),D=a.TypeError;d.exports=function(u,d){var t,a;if("string"===d&&i(t=u.toString)&&!l(a=c(t,u)))return a;if(i(t=u.valueOf)&&!l(a=c(t,u)))return a;if("string"!==d&&i(t=u.toString)&&!l(a=c(t,u)))return a;throw D("Can't convert object to primitive value")}},{"../internals/function-call":97,"../internals/global":104,"../internals/is-callable":114,"../internals/is-object":117}],142:[function(u,d,t){arguments[4][106][0].apply(t,arguments)},{dup:106}],143:[function(u,d,t){var a=u("../internals/create-non-enumerable-property");d.exports=function(u,d,t,c){c&&c.enumerable?u[d]=t:a(u,d,t)}},{"../internals/create-non-enumerable-property":78}],144:[function(u,d,t){"use strict";var a=u("../internals/an-object");d.exports=function(){var u=a(this),d="";return u.global&&(d+="g"),u.ignoreCase&&(d+="i"),u.multiline&&(d+="m"),u.dotAll&&(d+="s"),u.unicode&&(d+="u"),u.sticky&&(d+="y"),d}},{"../internals/an-object":60}],145:[function(u,d,t){var a=u("../internals/global").TypeError;d.exports=function(u){if(null==u)throw a("Can't call method on "+u);return u}},{"../internals/global":104}],146:[function(u,d,t){var a=u("../internals/global"),c=Object.defineProperty;d.exports=function(u,d){try{c(a,u,{value:d,configurable:!0,writable:!0})}catch(t){a[u]=d}return d}},{"../internals/global":104}],147:[function(u,d,t){var a=u("../internals/to-string-tag-support"),c=u("../internals/object-define-property").f,i=u("../internals/create-non-enumerable-property"),l=u("../internals/has-own-property"),D=u("../internals/object-to-string"),p=u("../internals/well-known-symbol")("toStringTag");d.exports=function(u,d,t,b){if(u){var y=t?u:u.prototype;l(y,p)||c(y,p,{configurable:!0,value:d}),b&&!a&&i(y,"toString",D)}}},{"../internals/create-non-enumerable-property":78,"../internals/has-own-property":105,"../internals/object-define-property":129,"../internals/object-to-string":140,"../internals/to-string-tag-support":160,"../internals/well-known-symbol":166}],148:[function(u,d,t){var a=u("../internals/shared"),c=u("../internals/uid"),i=a("keys");d.exports=function(u){return i[u]||(i[u]=c(u))}},{"../internals/shared":150,"../internals/uid":163}],149:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/set-global"),i="__core-js_shared__",l=a[i]||c(i,{});d.exports=l},{"../internals/global":104,"../internals/set-global":146}],150:[function(u,d,t){var a=u("../internals/is-pure"),c=u("../internals/shared-store");(d.exports=function(u,d){return c[u]||(c[u]=void 0!==d?d:{})})("versions",[]).push({version:"3.20.0",mode:a?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},{"../internals/is-pure":118,"../internals/shared-store":149}],151:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/to-integer-or-infinity"),i=u("../internals/to-string"),l=u("../internals/require-object-coercible"),D=a("".charAt),p=a("".charCodeAt),b=a("".slice),createMethod=function(u){return function(d,t){var a,y,m=i(l(d)),A=c(t),E=m.length;return A<0||A>=E?u?"":void 0:(a=p(m,A))<55296||a>56319||A+1===E||(y=p(m,A+1))<56320||y>57343?u?D(m,A):a:u?b(m,A,A+2):y-56320+(a-55296<<10)+65536}};d.exports={codeAt:createMethod(!1),charAt:createMethod(!0)}},{"../internals/function-uncurry-this":99,"../internals/require-object-coercible":145,"../internals/to-integer-or-infinity":155,"../internals/to-string":161}],152:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=u("../internals/require-object-coercible"),i=u("../internals/to-string"),l=u("../internals/whitespaces"),D=a("".replace),p="["+l+"]",b=RegExp("^"+p+p+"*"),y=RegExp(p+p+"*$"),createMethod=function(u){return function(d){var t=i(c(d));return 1&u&&(t=D(t,b,"")),2&u&&(t=D(t,y,"")),t}};d.exports={start:createMethod(1),end:createMethod(2),trim:createMethod(3)}},{"../internals/function-uncurry-this":99,"../internals/require-object-coercible":145,"../internals/to-string":161,"../internals/whitespaces":167}],153:[function(u,d,t){var a=u("../internals/to-integer-or-infinity"),c=Math.max,i=Math.min;d.exports=function(u,d){var t=a(u);return t<0?c(t+d,0):i(t,d)}},{"../internals/to-integer-or-infinity":155}],154:[function(u,d,t){var a=u("../internals/indexed-object"),c=u("../internals/require-object-coercible");d.exports=function(u){return a(c(u))}},{"../internals/indexed-object":109,"../internals/require-object-coercible":145}],155:[function(u,d,t){var a=Math.ceil,c=Math.floor;d.exports=function(u){var d=+u;return d!=d||0===d?0:(d>0?c:a)(d)}},{}],156:[function(u,d,t){var a=u("../internals/to-integer-or-infinity"),c=Math.min;d.exports=function(u){return u>0?c(a(u),9007199254740991):0}},{"../internals/to-integer-or-infinity":155}],157:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/require-object-coercible"),i=a.Object;d.exports=function(u){return i(c(u))}},{"../internals/global":104,"../internals/require-object-coercible":145}],158:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/function-call"),i=u("../internals/is-object"),l=u("../internals/is-symbol"),D=u("../internals/get-method"),p=u("../internals/ordinary-to-primitive"),b=u("../internals/well-known-symbol"),y=a.TypeError,m=b("toPrimitive");d.exports=function(u,d){if(!i(u)||l(u))return u;var t,a=D(u,m);if(a){if(void 0===d&&(d="default"),t=c(a,u,d),!i(t)||l(t))return t;throw y("Can't convert object to primitive value")}return void 0===d&&(d="number"),p(u,d)}},{"../internals/function-call":97,"../internals/get-method":103,"../internals/global":104,"../internals/is-object":117,"../internals/is-symbol":119,"../internals/ordinary-to-primitive":141,"../internals/well-known-symbol":166}],159:[function(u,d,t){var a=u("../internals/to-primitive"),c=u("../internals/is-symbol");d.exports=function(u){var d=a(u,"string");return c(d)?d:d+""}},{"../internals/is-symbol":119,"../internals/to-primitive":158}],160:[function(u,d,t){var a={};a[u("../internals/well-known-symbol")("toStringTag")]="z",d.exports="[object z]"===String(a)},{"../internals/well-known-symbol":166}],161:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/classof"),i=a.String;d.exports=function(u){if("Symbol"===c(u))throw TypeError("Cannot convert a Symbol value to a string");return i(u)}},{"../internals/classof":75,"../internals/global":104}],162:[function(u,d,t){var a=u("../internals/global").String;d.exports=function(u){try{return a(u)}catch(u){return"Object"}}},{"../internals/global":104}],163:[function(u,d,t){var a=u("../internals/function-uncurry-this"),c=0,i=Math.random(),l=a(1..toString);d.exports=function(u){return"Symbol("+(void 0===u?"":u)+")_"+l(++c+i,36)}},{"../internals/function-uncurry-this":99}],164:[function(u,d,t){var a=u("../internals/native-symbol");d.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},{"../internals/native-symbol":124}],165:[function(u,d,t){var a=u("../internals/well-known-symbol");t.f=a},{"../internals/well-known-symbol":166}],166:[function(u,d,t){var a=u("../internals/global"),c=u("../internals/shared"),i=u("../internals/has-own-property"),l=u("../internals/uid"),D=u("../internals/native-symbol"),p=u("../internals/use-symbol-as-uid"),b=c("wks"),y=a.Symbol,m=y&&y.for,A=p?y:y&&y.withoutSetter||l;d.exports=function(u){if(!i(b,u)||!D&&"string"!=typeof b[u]){var d="Symbol."+u;D&&i(y,u)?b[u]=y[u]:b[u]=p&&m?m(d):A(d)}return b[u]}},{"../internals/global":104,"../internals/has-own-property":105,"../internals/native-symbol":124,"../internals/shared":150,"../internals/uid":163,"../internals/use-symbol-as-uid":164}],167:[function(u,d,t){d.exports="\t\n\v\f\r                \u2028\u2029\ufeff"},{}],168:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/global"),i=u("../internals/fails"),l=u("../internals/is-array"),D=u("../internals/is-object"),p=u("../internals/to-object"),b=u("../internals/length-of-array-like"),y=u("../internals/create-property"),m=u("../internals/array-species-create"),A=u("../internals/array-method-has-species-support"),E=u("../internals/well-known-symbol"),C=u("../internals/engine-v8-version"),g=E("isConcatSpreadable"),h=9007199254740991,x="Maximum allowed index exceeded",v=c.TypeError,B=C>=51||!i((function(){var u=[];return u[g]=!1,u.concat()[0]!==u})),w=A("concat"),isConcatSpreadable=function(u){if(!D(u))return!1;var d=u[g];return void 0!==d?!!d:l(u)};a({target:"Array",proto:!0,forced:!B||!w},{concat:function concat(u){var d,t,a,c,i,l=p(this),D=m(l,0),A=0;for(d=-1,a=arguments.length;d<a;d++)if(isConcatSpreadable(i=-1===d?l:arguments[d])){if(A+(c=b(i))>h)throw v(x);for(t=0;t<c;t++,A++)t in i&&y(D,A,i[t])}else{if(A>=h)throw v(x);y(D,A++,i)}return D.length=A,D}})},{"../internals/array-method-has-species-support":65,"../internals/array-species-create":71,"../internals/create-property":80,"../internals/engine-v8-version":89,"../internals/export":93,"../internals/fails":94,"../internals/global":104,"../internals/is-array":113,"../internals/is-object":117,"../internals/length-of-array-like":123,"../internals/to-object":157,"../internals/well-known-symbol":166}],169:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/array-for-each");a({target:"Array",proto:!0,forced:[].forEach!=c},{forEach:c})},{"../internals/array-for-each":61,"../internals/export":93}],170:[function(u,d,t){var a=u("../internals/export"),c=u("../internals/array-from");a({target:"Array",stat:!0,forced:!u("../internals/check-correctness-of-iteration")((function(u){Array.from(u)}))},{from:c})},{"../internals/array-from":62,"../internals/check-correctness-of-iteration":73,"../internals/export":93}],171:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/function-uncurry-this"),i=u("../internals/array-includes").indexOf,l=u("../internals/array-method-is-strict"),D=c([].indexOf),p=!!D&&1/D([1],1,-0)<0,b=l("indexOf");a({target:"Array",proto:!0,forced:p||!b},{indexOf:function indexOf(u){var d=arguments.length>1?arguments[1]:void 0;return p?D(this,u,d)||0:i(this,u,d)}})},{"../internals/array-includes":63,"../internals/array-method-is-strict":66,"../internals/export":93,"../internals/function-uncurry-this":99}],172:[function(u,d,t){u("../internals/export")({target:"Array",stat:!0},{isArray:u("../internals/is-array")})},{"../internals/export":93,"../internals/is-array":113}],173:[function(u,d,t){"use strict";var a=u("../internals/to-indexed-object"),c=u("../internals/add-to-unscopables"),i=u("../internals/iterators"),l=u("../internals/internal-state"),D=u("../internals/object-define-property").f,p=u("../internals/define-iterator"),b=u("../internals/is-pure"),y=u("../internals/descriptors"),m="Array Iterator",A=l.set,E=l.getterFor(m);d.exports=p(Array,"Array",(function(u,d){A(this,{type:m,target:a(u),index:0,kind:d})}),(function(){var u=E(this),d=u.target,t=u.kind,a=u.index++;return!d||a>=d.length?(u.target=void 0,{value:void 0,done:!0}):"keys"==t?{value:a,done:!1}:"values"==t?{value:d[a],done:!1}:{value:[a,d[a]],done:!1}}),"values");var C=i.Arguments=i.Array;if(c("keys"),c("values"),c("entries"),!b&&y&&"values"!==C.name)try{D(C,"name",{value:"values"})}catch(u){}},{"../internals/add-to-unscopables":59,"../internals/define-iterator":81,"../internals/descriptors":83,"../internals/internal-state":111,"../internals/is-pure":118,"../internals/iterators":122,"../internals/object-define-property":129,"../internals/to-indexed-object":154}],174:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/global"),i=u("../internals/is-array"),l=u("../internals/is-constructor"),D=u("../internals/is-object"),p=u("../internals/to-absolute-index"),b=u("../internals/length-of-array-like"),y=u("../internals/to-indexed-object"),m=u("../internals/create-property"),A=u("../internals/well-known-symbol"),E=u("../internals/array-method-has-species-support"),C=u("../internals/array-slice"),g=E("slice"),h=A("species"),x=c.Array,v=Math.max;a({target:"Array",proto:!0,forced:!g},{slice:function slice(u,d){var t,a,c,A=y(this),E=b(A),g=p(u,E),B=p(void 0===d?E:d,E);if(i(A)&&(t=A.constructor,(l(t)&&(t===x||i(t.prototype))||D(t)&&null===(t=t[h]))&&(t=void 0),t===x||void 0===t))return C(A,g,B);for(a=new(void 0===t?x:t)(v(B-g,0)),c=0;g<B;g++,c++)g in A&&m(a,c,A[g]);return a.length=c,a}})},{"../internals/array-method-has-species-support":65,"../internals/array-slice":68,"../internals/create-property":80,"../internals/export":93,"../internals/global":104,"../internals/is-array":113,"../internals/is-constructor":115,"../internals/is-object":117,"../internals/length-of-array-like":123,"../internals/to-absolute-index":153,"../internals/to-indexed-object":154,"../internals/well-known-symbol":166}],175:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/function-uncurry-this"),i=u("../internals/a-callable"),l=u("../internals/to-object"),D=u("../internals/length-of-array-like"),p=u("../internals/to-string"),b=u("../internals/fails"),y=u("../internals/array-sort"),m=u("../internals/array-method-is-strict"),A=u("../internals/engine-ff-version"),E=u("../internals/engine-is-ie-or-edge"),C=u("../internals/engine-v8-version"),g=u("../internals/engine-webkit-version"),h=[],x=c(h.sort),v=c(h.push),B=b((function(){h.sort(void 0)})),w=b((function(){h.sort(null)})),j=m("sort"),k=!b((function(){if(C)return C<70;if(!(A&&A>3)){if(E)return!0;if(g)return g<603;var u,d,t,a,c="";for(u=65;u<76;u++){switch(d=String.fromCharCode(u),u){case 66:case 69:case 70:case 72:t=3;break;case 68:case 71:t=4;break;default:t=2}for(a=0;a<47;a++)h.push({k:d+a,v:t})}for(h.sort((function(u,d){return d.v-u.v})),a=0;a<h.length;a++)d=h[a].k.charAt(0),c.charAt(c.length-1)!==d&&(c+=d);return"DGBEFHACIJK"!==c}}));a({target:"Array",proto:!0,forced:B||!w||!j||!k},{sort:function sort(u){void 0!==u&&i(u);var d=l(this);if(k)return void 0===u?x(d):x(d,u);var t,a,c=[],b=D(d);for(a=0;a<b;a++)a in d&&v(c,d[a]);for(y(c,function(u){return function(d,t){return void 0===t?-1:void 0===d?1:void 0!==u?+u(d,t)||0:p(d)>p(t)?1:-1}}(u)),t=c.length,a=0;a<t;)d[a]=c[a++];for(;a<b;)delete d[a++];return d}})},{"../internals/a-callable":57,"../internals/array-method-is-strict":66,"../internals/array-sort":69,"../internals/engine-ff-version":86,"../internals/engine-is-ie-or-edge":87,"../internals/engine-v8-version":89,"../internals/engine-webkit-version":90,"../internals/export":93,"../internals/fails":94,"../internals/function-uncurry-this":99,"../internals/length-of-array-like":123,"../internals/to-object":157,"../internals/to-string":161}],176:[function(u,d,t){var a=u("../internals/global");u("../internals/set-to-string-tag")(a.JSON,"JSON",!0)},{"../internals/global":104,"../internals/set-to-string-tag":147}],177:[function(u,d,t){},{}],178:[function(u,d,t){u("../internals/export")({target:"Object",stat:!0,sham:!u("../internals/descriptors")},{create:u("../internals/object-create")})},{"../internals/descriptors":83,"../internals/export":93,"../internals/object-create":127}],179:[function(u,d,t){var a=u("../internals/export"),c=u("../internals/descriptors");a({target:"Object",stat:!0,forced:!c,sham:!c},{defineProperty:u("../internals/object-define-property").f})},{"../internals/descriptors":83,"../internals/export":93,"../internals/object-define-property":129}],180:[function(u,d,t){arguments[4][177][0].apply(t,arguments)},{dup:177}],181:[function(u,d,t){var a=u("../internals/export"),c=u("../internals/number-parse-int");a({global:!0,forced:parseInt!=c},{parseInt:c})},{"../internals/export":93,"../internals/number-parse-int":126}],182:[function(u,d,t){arguments[4][177][0].apply(t,arguments)},{dup:177}],183:[function(u,d,t){arguments[4][177][0].apply(t,arguments)},{dup:177}],184:[function(u,d,t){"use strict";var a=u("../internals/string-multibyte").charAt,c=u("../internals/to-string"),i=u("../internals/internal-state"),l=u("../internals/define-iterator"),D="String Iterator",p=i.set,b=i.getterFor(D);l(String,"String",(function(u){p(this,{type:D,string:c(u),index:0})}),(function next(){var u,d=b(this),t=d.string,c=d.index;return c>=t.length?{value:void 0,done:!0}:(u=a(t,c),d.index+=u.length,{value:u,done:!1})}))},{"../internals/define-iterator":81,"../internals/internal-state":111,"../internals/string-multibyte":151,"../internals/to-string":161}],185:[function(u,d,t){u("../internals/define-well-known-symbol")("asyncIterator")},{"../internals/define-well-known-symbol":82}],186:[function(u,d,t){arguments[4][177][0].apply(t,arguments)},{dup:177}],187:[function(u,d,t){u("../internals/define-well-known-symbol")("hasInstance")},{"../internals/define-well-known-symbol":82}],188:[function(u,d,t){u("../internals/define-well-known-symbol")("isConcatSpreadable")},{"../internals/define-well-known-symbol":82}],189:[function(u,d,t){u("../internals/define-well-known-symbol")("iterator")},{"../internals/define-well-known-symbol":82}],190:[function(u,d,t){"use strict";var a=u("../internals/export"),c=u("../internals/global"),i=u("../internals/get-built-in"),l=u("../internals/function-apply"),D=u("../internals/function-call"),p=u("../internals/function-uncurry-this"),b=u("../internals/is-pure"),y=u("../internals/descriptors"),m=u("../internals/native-symbol"),A=u("../internals/fails"),E=u("../internals/has-own-property"),C=u("../internals/is-array"),g=u("../internals/is-callable"),h=u("../internals/is-object"),x=u("../internals/object-is-prototype-of"),v=u("../internals/is-symbol"),B=u("../internals/an-object"),w=u("../internals/to-object"),j=u("../internals/to-indexed-object"),k=u("../internals/to-property-key"),S=u("../internals/to-string"),O=u("../internals/create-property-descriptor"),R=u("../internals/object-create"),_=u("../internals/object-keys"),T=u("../internals/object-get-own-property-names"),I=u("../internals/object-get-own-property-names-external"),P=u("../internals/object-get-own-property-symbols"),X=u("../internals/object-get-own-property-descriptor"),L=u("../internals/object-define-property"),N=u("../internals/object-property-is-enumerable"),M=u("../internals/array-slice"),U=u("../internals/redefine"),G=u("../internals/shared"),q=u("../internals/shared-key"),z=u("../internals/hidden-keys"),$=u("../internals/uid"),H=u("../internals/well-known-symbol"),Z=u("../internals/well-known-symbol-wrapped"),Y=u("../internals/define-well-known-symbol"),V=u("../internals/set-to-string-tag"),W=u("../internals/internal-state"),J=u("../internals/array-iteration").forEach,K=q("hidden"),Q="Symbol",uu=H("toPrimitive"),eu=W.set,du=W.getterFor(Q),nu=Object.prototype,tu=c.Symbol,ru=tu&&tu.prototype,au=c.TypeError,cu=c.QObject,ou=i("JSON","stringify"),iu=X.f,su=L.f,fu=I.f,lu=N.f,Du=p([].push),pu=G("symbols"),bu=G("op-symbols"),yu=G("string-to-symbol-registry"),Fu=G("symbol-to-string-registry"),mu=G("wks"),Au=!cu||!cu.prototype||!cu.prototype.findChild,Eu=y&&A((function(){return 7!=R(su({},"a",{get:function(){return su(this,"a",{value:7}).a}})).a}))?function(u,d,t){var a=iu(nu,d);a&&delete nu[d],su(u,d,t),a&&u!==nu&&su(nu,d,a)}:su,wrap=function(u,d){var t=pu[u]=R(ru);return eu(t,{type:Q,tag:u,description:d}),y||(t.description=d),t},Cu=function defineProperty(u,d,t){u===nu&&Cu(bu,d,t),B(u);var a=k(d);return B(t),E(pu,a)?(t.enumerable?(E(u,K)&&u[K][a]&&(u[K][a]=!1),t=R(t,{enumerable:O(0,!1)})):(E(u,K)||su(u,K,O(1,{})),u[K][a]=!0),Eu(u,a,t)):su(u,a,t)},gu=function defineProperties(u,d){B(u);var t=j(d),a=_(t).concat(Bu(t));return J(a,(function(d){y&&!D(hu,t,d)||Cu(u,d,t[d])})),u},hu=function propertyIsEnumerable(u){var d=k(u),t=D(lu,this,d);return!(this===nu&&E(pu,d)&&!E(bu,d))&&(!(t||!E(this,d)||!E(pu,d)||E(this,K)&&this[K][d])||t)},xu=function getOwnPropertyDescriptor(u,d){var t=j(u),a=k(d);if(t!==nu||!E(pu,a)||E(bu,a)){var c=iu(t,a);return!c||!E(pu,a)||E(t,K)&&t[K][a]||(c.enumerable=!0),c}},vu=function getOwnPropertyNames(u){var d=fu(j(u)),t=[];return J(d,(function(u){E(pu,u)||E(z,u)||Du(t,u)})),t},Bu=function getOwnPropertySymbols(u){var d=u===nu,t=fu(d?bu:j(u)),a=[];return J(t,(function(u){!E(pu,u)||d&&!E(nu,u)||Du(a,pu[u])})),a};(m||(tu=function Symbol(){if(x(ru,this))throw au("Symbol is not a constructor");var u=arguments.length&&void 0!==arguments[0]?S(arguments[0]):void 0,d=$(u),setter=function(u){this===nu&&D(setter,bu,u),E(this,K)&&E(this[K],d)&&(this[K][d]=!1),Eu(this,d,O(1,u))};return y&&Au&&Eu(nu,d,{configurable:!0,set:setter}),wrap(d,u)},U(ru=tu.prototype,"toString",(function toString(){return du(this).tag})),U(tu,"withoutSetter",(function(u){return wrap($(u),u)})),N.f=hu,L.f=Cu,X.f=xu,T.f=I.f=vu,P.f=Bu,Z.f=function(u){return wrap(H(u),u)},y&&(su(ru,"description",{configurable:!0,get:function description(){return du(this).description}}),b||U(nu,"propertyIsEnumerable",hu,{unsafe:!0}))),a({global:!0,wrap:!0,forced:!m,sham:!m},{Symbol:tu}),J(_(mu),(function(u){Y(u)})),a({target:Q,stat:!0,forced:!m},{for:function(u){var d=S(u);if(E(yu,d))return yu[d];var t=tu(d);return yu[d]=t,Fu[t]=d,t},keyFor:function keyFor(u){if(!v(u))throw au(u+" is not a symbol");if(E(Fu,u))return Fu[u]},useSetter:function(){Au=!0},useSimple:function(){Au=!1}}),a({target:"Object",stat:!0,forced:!m,sham:!y},{create:function create(u,d){return void 0===d?R(u):gu(R(u),d)},defineProperty:Cu,defineProperties:gu,getOwnPropertyDescriptor:xu}),a({target:"Object",stat:!0,forced:!m},{getOwnPropertyNames:vu,getOwnPropertySymbols:Bu}),a({target:"Object",stat:!0,forced:A((function(){P.f(1)}))},{getOwnPropertySymbols:function getOwnPropertySymbols(u){return P.f(w(u))}}),ou)&&a({target:"JSON",stat:!0,forced:!m||A((function(){var u=tu();return"[null]"!=ou([u])||"{}"!=ou({a:u})||"{}"!=ou(Object(u))}))},{stringify:function stringify(u,d,t){var a=M(arguments),c=d;if((h(d)||void 0!==u)&&!v(u))return C(d)||(d=function(u,d){if(g(c)&&(d=D(c,this,u,d)),!v(d))return d}),a[1]=d,l(ou,null,a)}});if(!ru[uu]){var wu=ru.valueOf;U(ru,uu,(function(u){return D(wu,this)}))}V(tu,Q),z[K]=!0},{"../internals/an-object":60,"../internals/array-iteration":64,"../internals/array-slice":68,"../internals/create-property-descriptor":79,"../internals/define-well-known-symbol":82,"../internals/descriptors":83,"../internals/export":93,"../internals/fails":94,"../internals/function-apply":95,"../internals/function-call":97,"../internals/function-uncurry-this":99,"../internals/get-built-in":100,"../internals/global":104,"../internals/has-own-property":105,"../internals/hidden-keys":106,"../internals/internal-state":111,"../internals/is-array":113,"../internals/is-callable":114,"../internals/is-object":117,"../internals/is-pure":118,"../internals/is-symbol":119,"../internals/native-symbol":124,"../internals/object-create":127,"../internals/object-define-property":129,"../internals/object-get-own-property-descriptor":130,"../internals/object-get-own-property-names":132,"../internals/object-get-own-property-names-external":131,"../internals/object-get-own-property-symbols":133,"../internals/object-is-prototype-of":135,"../internals/object-keys":137,"../internals/object-property-is-enumerable":138,"../internals/redefine":143,"../internals/set-to-string-tag":147,"../internals/shared":150,"../internals/shared-key":148,"../internals/to-indexed-object":154,"../internals/to-object":157,"../internals/to-property-key":159,"../internals/to-string":161,"../internals/uid":163,"../internals/well-known-symbol":166,"../internals/well-known-symbol-wrapped":165}],191:[function(u,d,t){u("../internals/define-well-known-symbol")("matchAll")},{"../internals/define-well-known-symbol":82}],192:[function(u,d,t){u("../internals/define-well-known-symbol")("match")},{"../internals/define-well-known-symbol":82}],193:[function(u,d,t){u("../internals/define-well-known-symbol")("replace")},{"../internals/define-well-known-symbol":82}],194:[function(u,d,t){u("../internals/define-well-known-symbol")("search")},{"../internals/define-well-known-symbol":82}],195:[function(u,d,t){u("../internals/define-well-known-symbol")("species")},{"../internals/define-well-known-symbol":82}],196:[function(u,d,t){u("../internals/define-well-known-symbol")("split")},{"../internals/define-well-known-symbol":82}],197:[function(u,d,t){u("../internals/define-well-known-symbol")("toPrimitive")},{"../internals/define-well-known-symbol":82}],198:[function(u,d,t){u("../internals/define-well-known-symbol")("toStringTag")},{"../internals/define-well-known-symbol":82}],199:[function(u,d,t){u("../internals/define-well-known-symbol")("unscopables")},{"../internals/define-well-known-symbol":82}],200:[function(u,d,t){u("../internals/define-well-known-symbol")("asyncDispose")},{"../internals/define-well-known-symbol":82}],201:[function(u,d,t){u("../internals/define-well-known-symbol")("dispose")},{"../internals/define-well-known-symbol":82}],202:[function(u,d,t){u("../internals/define-well-known-symbol")("matcher")},{"../internals/define-well-known-symbol":82}],203:[function(u,d,t){u("../internals/define-well-known-symbol")("metadata")},{"../internals/define-well-known-symbol":82}],204:[function(u,d,t){u("../internals/define-well-known-symbol")("observable")},{"../internals/define-well-known-symbol":82}],205:[function(u,d,t){u("../internals/define-well-known-symbol")("patternMatch")},{"../internals/define-well-known-symbol":82}],206:[function(u,d,t){u("../internals/define-well-known-symbol")("replaceAll")},{"../internals/define-well-known-symbol":82}],207:[function(u,d,t){u("../modules/es.array.iterator");var a=u("../internals/dom-iterables"),c=u("../internals/global"),i=u("../internals/classof"),l=u("../internals/create-non-enumerable-property"),D=u("../internals/iterators"),p=u("../internals/well-known-symbol")("toStringTag");for(var b in a){var y=c[b],m=y&&y.prototype;m&&i(m)!==p&&l(m,p,b),D[b]=D.Array}},{"../internals/classof":75,"../internals/create-non-enumerable-property":78,"../internals/dom-iterables":85,"../internals/global":104,"../internals/iterators":122,"../internals/well-known-symbol":166,"../modules/es.array.iterator":173}],208:[function(u,d,t){var a=u("../../es/array/from");d.exports=a},{"../../es/array/from":34}],209:[function(u,d,t){var a=u("../../es/array/is-array");d.exports=a},{"../../es/array/is-array":35}],210:[function(u,d,t){var a=u("../../../es/array/virtual/for-each");d.exports=a},{"../../../es/array/virtual/for-each":37}],211:[function(u,d,t){var a=u("../es/get-iterator-method");u("../modules/web.dom-collections.iterator"),d.exports=a},{"../es/get-iterator-method":41,"../modules/web.dom-collections.iterator":207}],212:[function(u,d,t){var a=u("../../es/instance/concat");d.exports=a},{"../../es/instance/concat":42}],213:[function(u,d,t){var a=u("../../es/instance/flags");d.exports=a},{"../../es/instance/flags":43}],214:[function(u,d,t){u("../../modules/web.dom-collections.iterator");var a=u("../../internals/classof"),c=u("../../internals/has-own-property"),i=u("../../internals/object-is-prototype-of"),l=u("../array/virtual/for-each"),D=Array.prototype,p={DOMTokenList:!0,NodeList:!0};d.exports=function(u){var d=u.forEach;return u===D||i(D,u)&&d===D.forEach||c(p,a(u))?l:d}},{"../../internals/classof":75,"../../internals/has-own-property":105,"../../internals/object-is-prototype-of":135,"../../modules/web.dom-collections.iterator":207,"../array/virtual/for-each":210}],215:[function(u,d,t){var a=u("../../es/instance/index-of");d.exports=a},{"../../es/instance/index-of":44}],216:[function(u,d,t){var a=u("../../es/instance/slice");d.exports=a},{"../../es/instance/slice":45}],217:[function(u,d,t){var a=u("../../es/instance/sort");d.exports=a},{"../../es/instance/sort":46}],218:[function(u,d,t){var a=u("../../es/object/create");d.exports=a},{"../../es/object/create":47}],219:[function(u,d,t){var a=u("../../es/object/define-property");d.exports=a},{"../../es/object/define-property":48}],220:[function(u,d,t){var a=u("../es/parse-int");d.exports=a},{"../es/parse-int":49}],221:[function(u,d,t){var a=u("../../es/symbol");u("../../modules/web.dom-collections.iterator"),d.exports=a},{"../../es/symbol":51,"../../modules/web.dom-collections.iterator":207}],222:[function(u,d,t){d.exports=[{name:"C",alias:"Other",isBmpLast:!0,bmp:"\0--Ÿ­͸͹΀-΃΋΍΢԰՗՘֋֌֐׈-׏׫-׮׵-؅؜۝܎܏݋݌޲-޿߻߼࠮࠯࠿࡜࡝࡟࡫-࡯࢏-ࢗ࣢঄঍঎঑঒঩঱঳-঵঺঻৅৆৉৊৏-৖৘-৛৞৤৥৿਀਄਋-਎਑਒਩਱਴਷਺਻਽੃-੆੉੊੎-੐੒-੘੝੟-੥੷-઀઄઎઒઩઱઴઺઻૆૊૎૏૑-૟૤૥૲-૸଀଄଍଎଑଒଩଱଴଺଻୅୆୉୊୎-୔୘-୛୞୤୥୸-஁஄஋-஍஑஖-஘஛஝஠-஢஥-஧஫-஭஺-஽௃-௅௉௎௏௑-௖௘-௥௻-௿఍఑఩఺఻౅౉౎-౔౗౛౜౞౟౤౥౰-౶಍಑಩಴಺಻೅೉೎-೔೗-೜೟೤೥೰ೳ-೿഍഑൅൉൐-൓൤൥඀඄඗-඙඲඼඾඿෇-෉෋-෎෕෗෠-෥෰෱෵-฀฻-฾๜-຀຃຅຋຤຦຾຿໅໇໎໏໚໛໠-໿཈཭-཰྘྽࿍࿛-࿿჆჈-჌჎჏቉቎቏቗቙቞቟኉኎኏኱኶኷኿዁዆዇዗጑጖጗፛፜፽-፿᎚-᎟᏶᏷᏾᏿᚝-᚟᛹-᛿᜖-᜞᜷-᜿᝔-᝟᝭᝱᝴-᝿៞៟៪-៯៺-៿᠎᠚-᠟᡹-᡿᢫-᢯᣶-᣿᤟᤬-᤯᤼-᤿᥁-᥃᥮᥯᥵-᥿᦬-᦯᧊-᧏᧛-᧝᨜᨝᩟᩽᩾᪊-᪏᪚-᪟᪮᪯᫏-᫿᭍-᭏᭿᯴-᯻᰸-᰺᱊-᱌Ᲊ-᲏᲻᲼᳈-᳏᳻-᳿἖἗἞἟὆὇὎὏὘὚὜὞὾὿᾵῅῔῕῜῰῱῵῿​-‏‪-‮⁠-⁲⁳₏₝-₟⃁-⃏⃱-⃿↌-↏␧-␿⑋-⑟⭴⭵⮖⳴-⳸⴦⴨-⴬⴮⴯⵨-⵮⵱-⵾⶗-⶟⶧⶯⶷⶿⷇⷏⷗⷟⹞-⹿⺚⻴-⻿⿖-⿯⿼-⿿぀゗゘㄀-㄄㄰㆏㇤-㇯㈟꒍-꒏꓇-꓏꘬-꘿꛸-꛿Ɤ-꟏꟒꟔Ꟛ-꟱꠭-꠯꠺-꠿꡸-꡿꣆-꣍꣚-꣟꥔-꥞꥽-꥿꧎꧚-꧝꧿꨷-꨿꩎꩏꩚꩛꫃-꫚꫷-꬀꬇꬈꬏꬐꬗-꬟꬧꬯꭬-꭯꯮꯯꯺-꯿힤-힯퟇-퟊퟼-﩮﩯﫚-﫿﬇-﬒﬘-﬜﬷﬽﬿﭂﭅﯃-﯒﶐﶑﷈-﷎﷐-﷯︚-︟﹓﹧﹬-﹯﹵﻽-＀﾿-￁￈￉￐￑￘￙￝-￟￧￯-￾￿",astral:"\ud800[\udc0c\udc27\udc3b\udc3e\udc4e\udc4f\udc5e-\udc7f\udcfb-\udcff\udd03-\udd06\udd34-\udd36\udd8f\udd9d-\udd9f\udda1-\uddcf\uddfe-\ude7f\ude9d-\ude9f\uded1-\udedf\udefc-\udeff\udf24-\udf2c\udf4b-\udf4f\udf7b-\udf7f\udf9e\udfc4-\udfc7\udfd6-\udfff]|\ud801[\udc9e\udc9f\udcaa-\udcaf\udcd4-\udcd7\udcfc-\udcff\udd28-\udd2f\udd64-\udd6e\udd7b\udd8b\udd93\udd96\udda2\uddb2\uddba\uddbd-\uddff\udf37-\udf3f\udf56-\udf5f\udf68-\udf7f\udf86\udfb1\udfbb-\udfff]|\ud802[\udc06\udc07\udc09\udc36\udc39-\udc3b\udc3d\udc3e\udc56\udc9f-\udca6\udcb0-\udcdf\udcf3\udcf6-\udcfa\udd1c-\udd1e\udd3a-\udd3e\udd40-\udd7f\uddb8-\uddbb\uddd0\uddd1\ude04\ude07-\ude0b\ude14\ude18\ude36\ude37\ude3b-\ude3e\ude49-\ude4f\ude59-\ude5f\udea0-\udebf\udee7-\udeea\udef7-\udeff\udf36-\udf38\udf56\udf57\udf73-\udf77\udf92-\udf98\udf9d-\udfa8\udfb0-\udfff]|\ud803[\udc49-\udc7f\udcb3-\udcbf\udcf3-\udcf9\udd28-\udd2f\udd3a-\ude5f\ude7f\udeaa\udeae\udeaf\udeb2-\udeff\udf28-\udf2f\udf5a-\udf6f\udf8a-\udfaf\udfcc-\udfdf\udff7-\udfff]|\ud804[\udc4e-\udc51\udc76-\udc7e\udcbd\udcc3-\udccf\udce9-\udcef\udcfa-\udcff\udd35\udd48-\udd4f\udd77-\udd7f\udde0\uddf5-\uddff\ude12\ude3f-\ude7f\ude87\ude89\ude8e\ude9e\udeaa-\udeaf\udeeb-\udeef\udefa-\udeff\udf04\udf0d\udf0e\udf11\udf12\udf29\udf31\udf34\udf3a\udf45\udf46\udf49\udf4a\udf4e\udf4f\udf51-\udf56\udf58-\udf5c\udf64\udf65\udf6d-\udf6f\udf75-\udfff]|\ud805[\udc5c\udc62-\udc7f\udcc8-\udccf\udcda-\udd7f\uddb6\uddb7\uddde-\uddff\ude45-\ude4f\ude5a-\ude5f\ude6d-\ude7f\udeba-\udebf\udeca-\udeff\udf1b\udf1c\udf2c-\udf2f\udf47-\udfff]|\ud806[\udc3c-\udc9f\udcf3-\udcfe\udd07\udd08\udd0a\udd0b\udd14\udd17\udd36\udd39\udd3a\udd47-\udd4f\udd5a-\udd9f\udda8\udda9\uddd8\uddd9\udde5-\uddff\ude48-\ude4f\udea3-\udeaf\udef9-\udfff]|\ud807[\udc09\udc37\udc46-\udc4f\udc6d-\udc6f\udc90\udc91\udca8\udcb7-\udcff\udd07\udd0a\udd37-\udd39\udd3b\udd3e\udd48-\udd4f\udd5a-\udd5f\udd66\udd69\udd8f\udd92\udd99-\udd9f\uddaa-\udedf\udef9-\udfaf\udfb1-\udfbf\udff2-\udffe]|\ud808[\udf9a-\udfff]|\ud809[\udc6f\udc75-\udc7f\udd44-\udfff]|[\ud80a\ud80e-\ud810\ud812-\ud819\ud824-\ud82a\ud82d\ud82e\ud830-\ud832\ud83f\ud87b-\ud87d\ud87f\ud885-\udb3f\udb41-\udbff][\udc00-\udfff]|\ud80b[\udc00-\udf8f\udff3-\udfff]|\ud80d[\udc2f-\udfff]|\ud811[\ude47-\udfff]|\ud81a[\ude39-\ude3f\ude5f\ude6a-\ude6d\udebf\udeca-\udecf\udeee\udeef\udef6-\udeff\udf46-\udf4f\udf5a\udf62\udf78-\udf7c\udf90-\udfff]|\ud81b[\udc00-\ude3f\ude9b-\udeff\udf4b-\udf4e\udf88-\udf8e\udfa0-\udfdf\udfe5-\udfef\udff2-\udfff]|\ud821[\udff8-\udfff]|\ud823[\udcd6-\udcff\udd09-\udfff]|\ud82b[\udc00-\udfef\udff4\udffc\udfff]|\ud82c[\udd23-\udd4f\udd53-\udd63\udd68-\udd6f\udefc-\udfff]|\ud82f[\udc6b-\udc6f\udc7d-\udc7f\udc89-\udc8f\udc9a\udc9b\udca0-\udfff]|\ud833[\udc00-\udeff\udf2e\udf2f\udf47-\udf4f\udfc4-\udfff]|\ud834[\udcf6-\udcff\udd27\udd28\udd73-\udd7a\uddeb-\uddff\ude46-\udedf\udef4-\udeff\udf57-\udf5f\udf79-\udfff]|\ud835[\udc55\udc9d\udca0\udca1\udca3\udca4\udca7\udca8\udcad\udcba\udcbc\udcc4\udd06\udd0b\udd0c\udd15\udd1d\udd3a\udd3f\udd45\udd47-\udd49\udd51\udea6\udea7\udfcc\udfcd]|\ud836[\ude8c-\ude9a\udea0\udeb0-\udfff]|\ud837[\udc00-\udeff\udf1f-\udfff]|\ud838[\udc07\udc19\udc1a\udc22\udc25\udc2b-\udcff\udd2d-\udd2f\udd3e\udd3f\udd4a-\udd4d\udd50-\ude8f\udeaf-\udebf\udefa-\udefe\udf00-\udfff]|\ud839[\udc00-\udfdf\udfe7\udfec\udfef\udfff]|\ud83a[\udcc5\udcc6\udcd7-\udcff\udd4c-\udd4f\udd5a-\udd5d\udd60-\udfff]|\ud83b[\udc00-\udc70\udcb5-\udd00\udd3e-\uddff\ude04\ude20\ude23\ude25\ude26\ude28\ude33\ude38\ude3a\ude3c-\ude41\ude43-\ude46\ude48\ude4a\ude4c\ude50\ude53\ude55\ude56\ude58\ude5a\ude5c\ude5e\ude60\ude63\ude65\ude66\ude6b\ude73\ude78\ude7d\ude7f\ude8a\ude9c-\udea0\udea4\udeaa\udebc-\udeef\udef2-\udfff]|\ud83c[\udc2c-\udc2f\udc94-\udc9f\udcaf\udcb0\udcc0\udcd0\udcf6-\udcff\uddae-\udde5\ude03-\ude0f\ude3c-\ude3f\ude49-\ude4f\ude52-\ude5f\ude66-\udeff]|\ud83d[\uded8-\udedc\udeed-\udeef\udefd-\udeff\udf74-\udf7f\udfd9-\udfdf\udfec-\udfef\udff1-\udfff]|\ud83e[\udc0c-\udc0f\udc48-\udc4f\udc5a-\udc5f\udc88-\udc8f\udcae\udcaf\udcb2-\udcff\ude54-\ude5f\ude6e\ude6f\ude75-\ude77\ude7d-\ude7f\ude87-\ude8f\udead-\udeaf\udebb-\udebf\udec6-\udecf\udeda-\udedf\udee8-\udeef\udef7-\udeff\udf93\udfcb-\udfef\udffa-\udfff]|\ud869[\udee0-\udeff]|\ud86d[\udf39-\udf3f]|\ud86e[\udc1e\udc1f]|\ud873[\udea2-\udeaf]|\ud87a[\udfe1-\udfff]|\ud87e[\ude1e-\udfff]|\ud884[\udf4b-\udfff]|\udb40[\udc00-\udcff\uddf0-\udfff]"},{name:"Cc",alias:"Control",bmp:"\0--Ÿ"},{name:"Cf",alias:"Format",bmp:"­؀-؅؜۝܏࢐࢑࣢᠎​-‏‪-‮⁠-⁤⁦-\ufeff-",astral:"\ud804[\udcbd\udccd]|\ud80d[\udc30-\udc38]|\ud82f[\udca0-\udca3]|\ud834[\udd73-\udd7a]|\udb40[\udc01\udc20-\udc7f]"},{name:"Cn",alias:"Unassigned",bmp:"͸͹΀-΃΋΍΢԰՗՘֋֌֐׈-׏׫-׮׵-׿܎݋݌޲-޿߻߼࠮࠯࠿࡜࡝࡟࡫-࡯࢏࢒-ࢗ঄঍঎঑঒঩঱঳-঵঺঻৅৆৉৊৏-৖৘-৛৞৤৥৿਀਄਋-਎਑਒਩਱਴਷਺਻਽੃-੆੉੊੎-੐੒-੘੝੟-੥੷-઀઄઎઒઩઱઴઺઻૆૊૎૏૑-૟૤૥૲-૸଀଄଍଎଑଒଩଱଴଺଻୅୆୉୊୎-୔୘-୛୞୤୥୸-஁஄஋-஍஑஖-஘஛஝஠-஢஥-஧஫-஭஺-஽௃-௅௉௎௏௑-௖௘-௥௻-௿఍఑఩఺఻౅౉౎-౔౗౛౜౞౟౤౥౰-౶಍಑಩಴಺಻೅೉೎-೔೗-೜೟೤೥೰ೳ-೿഍഑൅൉൐-൓൤൥඀඄඗-඙඲඼඾඿෇-෉෋-෎෕෗෠-෥෰෱෵-฀฻-฾๜-຀຃຅຋຤຦຾຿໅໇໎໏໚໛໠-໿཈཭-཰྘྽࿍࿛-࿿჆჈-჌჎჏቉቎቏቗቙቞቟኉኎኏኱኶኷኿዁዆዇዗጑጖጗፛፜፽-፿᎚-᎟᏶᏷᏾᏿᚝-᚟᛹-᛿᜖-᜞᜷-᜿᝔-᝟᝭᝱᝴-᝿៞៟៪-៯៺-៿᠚-᠟᡹-᡿᢫-᢯᣶-᣿᤟᤬-᤯᤼-᤿᥁-᥃᥮᥯᥵-᥿᦬-᦯᧊-᧏᧛-᧝᨜᨝᩟᩽᩾᪊-᪏᪚-᪟᪮᪯᫏-᫿᭍-᭏᭿᯴-᯻᰸-᰺᱊-᱌Ᲊ-᲏᲻᲼᳈-᳏᳻-᳿἖἗἞἟὆὇὎὏὘὚὜὞὾὿᾵῅῔῕῜῰῱῵῿⁥⁲⁳₏₝-₟⃁-⃏⃱-⃿↌-↏␧-␿⑋-⑟⭴⭵⮖⳴-⳸⴦⴨-⴬⴮⴯⵨-⵮⵱-⵾⶗-⶟⶧⶯⶷⶿⷇⷏⷗⷟⹞-⹿⺚⻴-⻿⿖-⿯⿼-⿿぀゗゘㄀-㄄㄰㆏㇤-㇯㈟꒍-꒏꓇-꓏꘬-꘿꛸-꛿Ɤ-꟏꟒꟔Ꟛ-꟱꠭-꠯꠺-꠿꡸-꡿꣆-꣍꣚-꣟꥔-꥞꥽-꥿꧎꧚-꧝꧿꨷-꨿꩎꩏꩚꩛꫃-꫚꫷-꬀꬇꬈꬏꬐꬗-꬟꬧꬯꭬-꭯꯮꯯꯺-꯿힤-힯퟇-퟊퟼-퟿﩮﩯﫚-﫿﬇-﬒﬘-﬜﬷﬽﬿﭂﭅﯃-﯒﶐﶑﷈-﷎﷐-﷯︚-︟﹓﹧﹬-﹯﹵﻽﻾＀﾿-￁￈￉￐￑￘￙￝-￟￧￯-￸￾￿",astral:"\ud800[\udc0c\udc27\udc3b\udc3e\udc4e\udc4f\udc5e-\udc7f\udcfb-\udcff\udd03-\udd06\udd34-\udd36\udd8f\udd9d-\udd9f\udda1-\uddcf\uddfe-\ude7f\ude9d-\ude9f\uded1-\udedf\udefc-\udeff\udf24-\udf2c\udf4b-\udf4f\udf7b-\udf7f\udf9e\udfc4-\udfc7\udfd6-\udfff]|\ud801[\udc9e\udc9f\udcaa-\udcaf\udcd4-\udcd7\udcfc-\udcff\udd28-\udd2f\udd64-\udd6e\udd7b\udd8b\udd93\udd96\udda2\uddb2\uddba\uddbd-\uddff\udf37-\udf3f\udf56-\udf5f\udf68-\udf7f\udf86\udfb1\udfbb-\udfff]|\ud802[\udc06\udc07\udc09\udc36\udc39-\udc3b\udc3d\udc3e\udc56\udc9f-\udca6\udcb0-\udcdf\udcf3\udcf6-\udcfa\udd1c-\udd1e\udd3a-\udd3e\udd40-\udd7f\uddb8-\uddbb\uddd0\uddd1\ude04\ude07-\ude0b\ude14\ude18\ude36\ude37\ude3b-\ude3e\ude49-\ude4f\ude59-\ude5f\udea0-\udebf\udee7-\udeea\udef7-\udeff\udf36-\udf38\udf56\udf57\udf73-\udf77\udf92-\udf98\udf9d-\udfa8\udfb0-\udfff]|\ud803[\udc49-\udc7f\udcb3-\udcbf\udcf3-\udcf9\udd28-\udd2f\udd3a-\ude5f\ude7f\udeaa\udeae\udeaf\udeb2-\udeff\udf28-\udf2f\udf5a-\udf6f\udf8a-\udfaf\udfcc-\udfdf\udff7-\udfff]|\ud804[\udc4e-\udc51\udc76-\udc7e\udcc3-\udccc\udcce\udccf\udce9-\udcef\udcfa-\udcff\udd35\udd48-\udd4f\udd77-\udd7f\udde0\uddf5-\uddff\ude12\ude3f-\ude7f\ude87\ude89\ude8e\ude9e\udeaa-\udeaf\udeeb-\udeef\udefa-\udeff\udf04\udf0d\udf0e\udf11\udf12\udf29\udf31\udf34\udf3a\udf45\udf46\udf49\udf4a\udf4e\udf4f\udf51-\udf56\udf58-\udf5c\udf64\udf65\udf6d-\udf6f\udf75-\udfff]|\ud805[\udc5c\udc62-\udc7f\udcc8-\udccf\udcda-\udd7f\uddb6\uddb7\uddde-\uddff\ude45-\ude4f\ude5a-\ude5f\ude6d-\ude7f\udeba-\udebf\udeca-\udeff\udf1b\udf1c\udf2c-\udf2f\udf47-\udfff]|\ud806[\udc3c-\udc9f\udcf3-\udcfe\udd07\udd08\udd0a\udd0b\udd14\udd17\udd36\udd39\udd3a\udd47-\udd4f\udd5a-\udd9f\udda8\udda9\uddd8\uddd9\udde5-\uddff\ude48-\ude4f\udea3-\udeaf\udef9-\udfff]|\ud807[\udc09\udc37\udc46-\udc4f\udc6d-\udc6f\udc90\udc91\udca8\udcb7-\udcff\udd07\udd0a\udd37-\udd39\udd3b\udd3e\udd48-\udd4f\udd5a-\udd5f\udd66\udd69\udd8f\udd92\udd99-\udd9f\uddaa-\udedf\udef9-\udfaf\udfb1-\udfbf\udff2-\udffe]|\ud808[\udf9a-\udfff]|\ud809[\udc6f\udc75-\udc7f\udd44-\udfff]|[\ud80a\ud80e-\ud810\ud812-\ud819\ud824-\ud82a\ud82d\ud82e\ud830-\ud832\ud83f\ud87b-\ud87d\ud87f\ud885-\udb3f\udb41-\udb7f][\udc00-\udfff]|\ud80b[\udc00-\udf8f\udff3-\udfff]|\ud80d[\udc2f\udc39-\udfff]|\ud811[\ude47-\udfff]|\ud81a[\ude39-\ude3f\ude5f\ude6a-\ude6d\udebf\udeca-\udecf\udeee\udeef\udef6-\udeff\udf46-\udf4f\udf5a\udf62\udf78-\udf7c\udf90-\udfff]|\ud81b[\udc00-\ude3f\ude9b-\udeff\udf4b-\udf4e\udf88-\udf8e\udfa0-\udfdf\udfe5-\udfef\udff2-\udfff]|\ud821[\udff8-\udfff]|\ud823[\udcd6-\udcff\udd09-\udfff]|\ud82b[\udc00-\udfef\udff4\udffc\udfff]|\ud82c[\udd23-\udd4f\udd53-\udd63\udd68-\udd6f\udefc-\udfff]|\ud82f[\udc6b-\udc6f\udc7d-\udc7f\udc89-\udc8f\udc9a\udc9b\udca4-\udfff]|\ud833[\udc00-\udeff\udf2e\udf2f\udf47-\udf4f\udfc4-\udfff]|\ud834[\udcf6-\udcff\udd27\udd28\uddeb-\uddff\ude46-\udedf\udef4-\udeff\udf57-\udf5f\udf79-\udfff]|\ud835[\udc55\udc9d\udca0\udca1\udca3\udca4\udca7\udca8\udcad\udcba\udcbc\udcc4\udd06\udd0b\udd0c\udd15\udd1d\udd3a\udd3f\udd45\udd47-\udd49\udd51\udea6\udea7\udfcc\udfcd]|\ud836[\ude8c-\ude9a\udea0\udeb0-\udfff]|\ud837[\udc00-\udeff\udf1f-\udfff]|\ud838[\udc07\udc19\udc1a\udc22\udc25\udc2b-\udcff\udd2d-\udd2f\udd3e\udd3f\udd4a-\udd4d\udd50-\ude8f\udeaf-\udebf\udefa-\udefe\udf00-\udfff]|\ud839[\udc00-\udfdf\udfe7\udfec\udfef\udfff]|\ud83a[\udcc5\udcc6\udcd7-\udcff\udd4c-\udd4f\udd5a-\udd5d\udd60-\udfff]|\ud83b[\udc00-\udc70\udcb5-\udd00\udd3e-\uddff\ude04\ude20\ude23\ude25\ude26\ude28\ude33\ude38\ude3a\ude3c-\ude41\ude43-\ude46\ude48\ude4a\ude4c\ude50\ude53\ude55\ude56\ude58\ude5a\ude5c\ude5e\ude60\ude63\ude65\ude66\ude6b\ude73\ude78\ude7d\ude7f\ude8a\ude9c-\udea0\udea4\udeaa\udebc-\udeef\udef2-\udfff]|\ud83c[\udc2c-\udc2f\udc94-\udc9f\udcaf\udcb0\udcc0\udcd0\udcf6-\udcff\uddae-\udde5\ude03-\ude0f\ude3c-\ude3f\ude49-\ude4f\ude52-\ude5f\ude66-\udeff]|\ud83d[\uded8-\udedc\udeed-\udeef\udefd-\udeff\udf74-\udf7f\udfd9-\udfdf\udfec-\udfef\udff1-\udfff]|\ud83e[\udc0c-\udc0f\udc48-\udc4f\udc5a-\udc5f\udc88-\udc8f\udcae\udcaf\udcb2-\udcff\ude54-\ude5f\ude6e\ude6f\ude75-\ude77\ude7d-\ude7f\ude87-\ude8f\udead-\udeaf\udebb-\udebf\udec6-\udecf\udeda-\udedf\udee8-\udeef\udef7-\udeff\udf93\udfcb-\udfef\udffa-\udfff]|\ud869[\udee0-\udeff]|\ud86d[\udf39-\udf3f]|\ud86e[\udc1e\udc1f]|\ud873[\udea2-\udeaf]|\ud87a[\udfe1-\udfff]|\ud87e[\ude1e-\udfff]|\ud884[\udf4b-\udfff]|\udb40[\udc00\udc02-\udc1f\udc80-\udcff\uddf0-\udfff]|[\udbbf\udbff][\udffe\udfff]"},{name:"Co",alias:"Private_Use",bmp:"-",astral:"[\udb80-\udbbe\udbc0-\udbfe][\udc00-\udfff]|[\udbbf\udbff][\udc00-\udffd]"},{name:"Cs",alias:"Surrogate",bmp:"\ud800-\udfff"},{name:"L",alias:"Letter",bmp:"A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf40\udf42-\udf49\udf50-\udf75\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc00-\udc9d\udcb0-\udcd3\udcd8-\udcfb\udd00-\udd27\udd30-\udd63\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc\ude00-\udf36\udf40-\udf55\udf60-\udf67\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00\ude10-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udc80-\udcb2\udcc0-\udcf2\udd00-\udd23\ude80-\udea9\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc03-\udc37\udc71\udc72\udc75\udc83-\udcaf\udcd0-\udce8\udd03-\udd26\udd44\udd47\udd50-\udd72\udd76\udd83-\uddb2\uddc1-\uddc4\uddda\udddc\ude00-\ude11\ude13-\ude2b\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udede\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d\udf50\udf5d-\udf61]|\ud805[\udc00-\udc34\udc47-\udc4a\udc5f-\udc61\udc80-\udcaf\udcc4\udcc5\udcc7\udd80-\uddae\uddd8-\udddb\ude00-\ude2f\ude44\ude80-\udeaa\udeb8\udf00-\udf1a\udf40-\udf46]|\ud806[\udc00-\udc2b\udca0-\udcdf\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd2f\udd3f\udd41\udda0-\udda7\uddaa-\uddd0\udde1\udde3\ude00\ude0b-\ude32\ude3a\ude50\ude5c-\ude89\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc2e\udc40\udc72-\udc8f\udd00-\udd06\udd08\udd09\udd0b-\udd30\udd46\udd60-\udd65\udd67\udd68\udd6a-\udd89\udd98\udee0-\udef2\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf40-\udf43\udf63-\udf77\udf7d-\udf8f]|\ud81b[\ude40-\ude7f\udf00-\udf4a\udf50\udf93-\udf9f\udfe0\udfe1\udfe3]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf1e]|\ud838[\udd00-\udd2c\udd37-\udd3d\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4\udd00-\udd43\udd4b]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"LC",alias:"Cased_Letter",bmp:"A-Za-zµÀ-ÖØ-öø-ƺƼ-ƿDŽ-ʓʕ-ʯͰ-ͳͶͷͻ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՠ-ֈႠ-ჅჇჍა-ჺჽ-ჿᎠ-Ᏽᏸ-ᏽᲀ-ᲈᲐ-ᲺᲽ-Ჿᴀ-ᴫᵫ-ᵷᵹ-ᶚḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℴℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⱻⱾ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭꙀ-ꙭꚀ-ꚛꜢ-ꝯꝱ-ꞇꞋ-ꞎꞐ-ꟊꟐꟑꟓꟕ-ꟙꟵꟶꟺꬰ-ꭚꭠ-ꭨꭰ-ꮿff-stﬓ-ﬗA-Za-z",astral:"\ud801[\udc00-\udc4f\udcb0-\udcd3\udcd8-\udcfb\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]|\ud803[\udc80-\udcb2\udcc0-\udcf2]|\ud806[\udca0-\udcdf]|\ud81b[\ude40-\ude7f]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd00-\udd43]"},{name:"Ll",alias:"Lowercase_Letter",bmp:"a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķĸĺļľŀłńņňʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌƍƒƕƙ-ƛƞơƣƥƨƪƫƭưƴƶƹƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜǝǟǡǣǥǧǩǫǭǯǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶᾷιῂ-ῄῆῇῐ-ΐῖῗῠ-ῧῲ-ῴῶῷℊℎℏℓℯℴℹℼℽⅆ-ⅉⅎↄⰰ-ⱟⱡⱥⱦⱨⱪⱬⱱⱳⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꞻꞽꞿꟁꟃꟈꟊꟑꟓꟕꟗꟙꟶꟺꬰ-ꭚꭠ-ꭨꭰ-ꮿff-stﬓ-ﬗa-z",astral:"\ud801[\udc28-\udc4f\udcd8-\udcfb\udd97-\udda1\udda3-\uddb1\uddb3-\uddb9\uddbb\uddbc]|\ud803[\udcc0-\udcf2]|\ud806[\udcc0-\udcdf]|\ud81b[\ude60-\ude7f]|\ud835[\udc1a-\udc33\udc4e-\udc54\udc56-\udc67\udc82-\udc9b\udcb6-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udccf\udcea-\udd03\udd1e-\udd37\udd52-\udd6b\udd86-\udd9f\uddba-\uddd3\uddee-\ude07\ude22-\ude3b\ude56-\ude6f\ude8a-\udea5\udec2-\udeda\udedc-\udee1\udefc-\udf14\udf16-\udf1b\udf36-\udf4e\udf50-\udf55\udf70-\udf88\udf8a-\udf8f\udfaa-\udfc2\udfc4-\udfc9\udfcb]|\ud837[\udf00-\udf09\udf0b-\udf1e]|\ud83a[\udd22-\udd43]"},{name:"Lm",alias:"Modifier_Letter",bmp:"ʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥۦߴߵߺࠚࠤࠨࣉॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼⱽⵯⸯ々〱-〵〻ゝゞー-ヾꀕꓸ-ꓽꘌꙿꚜꚝꜗ-ꜟꝰꞈꟲ-ꟴꟸꟹꧏꧦꩰꫝꫳꫴꭜ-ꭟꭩー゙゚",astral:"\ud801[\udf80-\udf85\udf87-\udfb0\udfb2-\udfba]|\ud81a[\udf40-\udf43]|\ud81b[\udf93-\udf9f\udfe0\udfe1\udfe3]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd\udffe]|\ud838[\udd37-\udd3d]|𞥋"},{name:"Lo",alias:"Other_Letter",bmp:"ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮٯٱ-ۓەۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣈऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๅກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳳᳵᳶᳺℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",astral:"\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\ude80-\ude9c\udea0-\uded0\udf00-\udf1f\udf2d-\udf40\udf42-\udf49\udf50-\udf75\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc50-\udc9d\udd00-\udd27\udd30-\udd63\ude00-\udf36\udf40-\udf55\udf60-\udf67]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udce0-\udcf2\udcf4\udcf5\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00\ude10-\ude13\ude15-\ude17\ude19-\ude35\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee4\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48\udd00-\udd23\ude80-\udea9\udeb0\udeb1\udf00-\udf1c\udf27\udf30-\udf45\udf70-\udf81\udfb0-\udfc4\udfe0-\udff6]|\ud804[\udc03-\udc37\udc71\udc72\udc75\udc83-\udcaf\udcd0-\udce8\udd03-\udd26\udd44\udd47\udd50-\udd72\udd76\udd83-\uddb2\uddc1-\uddc4\uddda\udddc\ude00-\ude11\ude13-\ude2b\ude80-\ude86\ude88\ude8a-\ude8d\ude8f-\ude9d\ude9f-\udea8\udeb0-\udede\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3d\udf50\udf5d-\udf61]|\ud805[\udc00-\udc34\udc47-\udc4a\udc5f-\udc61\udc80-\udcaf\udcc4\udcc5\udcc7\udd80-\uddae\uddd8-\udddb\ude00-\ude2f\ude44\ude80-\udeaa\udeb8\udf00-\udf1a\udf40-\udf46]|\ud806[\udc00-\udc2b\udcff-\udd06\udd09\udd0c-\udd13\udd15\udd16\udd18-\udd2f\udd3f\udd41\udda0-\udda7\uddaa-\uddd0\udde1\udde3\ude00\ude0b-\ude32\ude3a\ude50\ude5c-\ude89\ude9d\udeb0-\udef8]|\ud807[\udc00-\udc08\udc0a-\udc2e\udc40\udc72-\udc8f\udd00-\udd06\udd08\udd09\udd0b-\udd30\udd46\udd60-\udd65\udd67\udd68\udd6a-\udd89\udd98\udee0-\udef2\udfb0]|\ud808[\udc00-\udf99]|\ud809[\udc80-\udd43]|\ud80b[\udf90-\udff0]|[\ud80c\ud81c-\ud820\ud822\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883][\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud811[\udc00-\ude46]|\ud81a[\udc00-\ude38\ude40-\ude5e\ude70-\udebe\uded0-\udeed\udf00-\udf2f\udf63-\udf77\udf7d-\udf8f]|\ud81b[\udf00-\udf4a\udf50]|\ud821[\udc00-\udff7]|\ud823[\udc00-\udcd5\udd00-\udd08]|\ud82c[\udc00-\udd22\udd50-\udd52\udd64-\udd67\udd70-\udefb]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99]|𝼊|\ud838[\udd00-\udd2c\udd4e\ude90-\udead\udec0-\udeeb]|\ud839[\udfe0-\udfe6\udfe8-\udfeb\udfed\udfee\udff0-\udffe]|\ud83a[\udc00-\udcc4]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf38\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a]"},{name:"Lt",alias:"Titlecase_Letter",bmp:"DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼ"},{name:"Lu",alias:"Uppercase_Letter",bmp:"A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽƁƂƄƆƇƉ-ƋƎ-ƑƓƔƖ-ƘƜƝƟƠƢƤƦƧƩƬƮƯƱ-ƳƵƷƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺȻȽȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾℿⅅↃⰀ-ⰯⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸꞺꞼꞾꟀꟂꟄ-ꟇꟉꟐꟖꟘꟵA-Z",astral:"\ud801[\udc00-\udc27\udcb0-\udcd3\udd70-\udd7a\udd7c-\udd8a\udd8c-\udd92\udd94\udd95]|\ud803[\udc80-\udcb2]|\ud806[\udca0-\udcbf]|\ud81b[\ude40-\ude5f]|\ud835[\udc00-\udc19\udc34-\udc4d\udc68-\udc81\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb5\udcd0-\udce9\udd04\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd38\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd6c-\udd85\udda0-\uddb9\uddd4-\udded\ude08-\ude21\ude3c-\ude55\ude70-\ude89\udea8-\udec0\udee2-\udefa\udf1c-\udf34\udf56-\udf6e\udf90-\udfa8\udfca]|\ud83a[\udd00-\udd21]"},{name:"M",alias:"Mark",bmp:"̀-ͯ҃-҉֑-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣঁ-ঃ়া-ৄেৈো-্ৗৢৣ৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑੰੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣஂா-ூெ-ைொ-்ௗఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣඁ-ඃ්ා-ුූෘ-ෟෲෳัิ-ฺ็-๎ັິ-ຼ່-ໍ༹༘༙༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏႚ-ႝ፝-፟ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝᠋-᠍᠏ᢅᢆᢩᤠ-ᤫᤰ-᤻ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼᪰-ᫎᬀ-ᬄ᬴-᭄᭫-᭳ᮀ-ᮂᮡ-ᮭ᯦-᯳ᰤ-᰷᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿⃐-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꙯-꙲ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀ꧥꨩ-ꨶꩃꩌꩍꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭ﬞ︀-️︠-︯",astral:"\ud800[\uddfd\udee0\udf76-\udf7a]|\ud802[\ude01-\ude03\ude05\ude06\ude0c-\ude0f\ude38-\ude3a\ude3f\udee5\udee6]|\ud803[\udd24-\udd27\udeab\udeac\udf46-\udf50\udf82-\udf85]|\ud804[\udc00-\udc02\udc38-\udc46\udc70\udc73\udc74\udc7f-\udc82\udcb0-\udcba\udcc2\udd00-\udd02\udd27-\udd34\udd45\udd46\udd73\udd80-\udd82\uddb3-\uddc0\uddc9-\uddcc\uddce\uddcf\ude2c-\ude37\ude3e\udedf-\udeea\udf00-\udf03\udf3b\udf3c\udf3e-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf62\udf63\udf66-\udf6c\udf70-\udf74]|\ud805[\udc35-\udc46\udc5e\udcb0-\udcc3\uddaf-\uddb5\uddb8-\uddc0\udddc\udddd\ude30-\ude40\udeab-\udeb7\udf1d-\udf2b]|\ud806[\udc2c-\udc3a\udd30-\udd35\udd37\udd38\udd3b-\udd3e\udd40\udd42\udd43\uddd1-\uddd7\uddda-\udde0\udde4\ude01-\ude0a\ude33-\ude39\ude3b-\ude3e\ude47\ude51-\ude5b\ude8a-\ude99]|\ud807[\udc2f-\udc36\udc38-\udc3f\udc92-\udca7\udca9-\udcb6\udd31-\udd36\udd3a\udd3c\udd3d\udd3f-\udd45\udd47\udd8a-\udd8e\udd90\udd91\udd93-\udd97\udef3-\udef6]|\ud81a[\udef0-\udef4\udf30-\udf36]|\ud81b[\udf4f\udf51-\udf87\udf8f-\udf92\udfe4\udff0\udff1]|\ud82f[\udc9d\udc9e]|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd65-\udd69\udd6d-\udd72\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud836[\ude00-\ude36\ude3b-\ude6c\ude75\ude84\ude9b-\ude9f\udea1-\udeaf]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd30-\udd36\udeae\udeec-\udeef]|\ud83a[\udcd0-\udcd6\udd44-\udd4a]|\udb40[\udd00-\uddef]"},{name:"Mc",alias:"Spacing_Mark",bmp:"ःऻा-ीॉ-ौॎॏংঃা-ীেৈোৌৗਃਾ-ੀઃા-ીૉોૌଂଃାୀେୈୋୌୗாிுூெ-ைொ-ௌௗఁ-ఃు-ౄಂಃಾೀ-ೄೇೈೊೋೕೖംഃാ-ീെ-ൈൊ-ൌൗංඃා-ෑෘ-ෟෲෳ༾༿ཿါာေးျြၖၗၢ-ၤၧ-ၭႃႄႇ-ႌႏႚ-ႜ᜕᜴ាើ-ៅះៈᤣ-ᤦᤩ-ᤫᤰᤱᤳ-ᤸᨙᨚᩕᩗᩡᩣᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ᭄ᮂᮡᮦᮧ᮪ᯧᯪ-ᯬᯮ᯲᯳ᰤ-ᰫᰴᰵ᳡᳷〮〯ꠣꠤꠧꢀꢁꢴ-ꣃꥒ꥓ꦃꦴꦵꦺꦻꦾ-꧀ꨯꨰꨳꨴꩍꩻꩽꫫꫮꫯꫵꯣꯤꯦꯧꯩꯪ꯬",astral:"\ud804[\udc00\udc02\udc82\udcb0-\udcb2\udcb7\udcb8\udd2c\udd45\udd46\udd82\uddb3-\uddb5\uddbf\uddc0\uddce\ude2c-\ude2e\ude32\ude33\ude35\udee0-\udee2\udf02\udf03\udf3e\udf3f\udf41-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf62\udf63]|\ud805[\udc35-\udc37\udc40\udc41\udc45\udcb0-\udcb2\udcb9\udcbb-\udcbe\udcc1\uddaf-\uddb1\uddb8-\uddbb\uddbe\ude30-\ude32\ude3b\ude3c\ude3e\udeac\udeae\udeaf\udeb6\udf20\udf21\udf26]|\ud806[\udc2c-\udc2e\udc38\udd30-\udd35\udd37\udd38\udd3d\udd40\udd42\uddd1-\uddd3\udddc-\udddf\udde4\ude39\ude57\ude58\ude97]|\ud807[\udc2f\udc3e\udca9\udcb1\udcb4\udd8a-\udd8e\udd93\udd94\udd96\udef5\udef6]|\ud81b[\udf51-\udf87\udff0\udff1]|\ud834[\udd65\udd66\udd6d-\udd72]"},{name:"Me",alias:"Enclosing_Mark",bmp:"҈҉᪾⃝-⃠⃢-⃤꙰-꙲"},{name:"Mn",alias:"Nonspacing_Mark",bmp:"̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣ৾ਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣૺ-૿ଁ଼ିୁ-ୄ୍୕ୖୢୣஂீ்ఀఄ఼ా-ీె-ైొ-్ౕౖౢౣಁ಼ಿೆೌ್ೢೣഀഁ഻഼ു-ൄ്ൢൣඁ්ි-ුූัิ-ฺ็-๎ັິ-ຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲᜳᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍᠏ᢅᢆᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᪿ-ᫎᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᮫-ᮭ᯦ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸᳹᷀-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꠬꣄ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꦽꧥꨩ-ꨮꨱꨲꨵꨶꩃꩌꩼꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︯",astral:"\ud800[\uddfd\udee0\udf76-\udf7a]|\ud802[\ude01-\ude03\ude05\ude06\ude0c-\ude0f\ude38-\ude3a\ude3f\udee5\udee6]|\ud803[\udd24-\udd27\udeab\udeac\udf46-\udf50\udf82-\udf85]|\ud804[\udc01\udc38-\udc46\udc70\udc73\udc74\udc7f-\udc81\udcb3-\udcb6\udcb9\udcba\udcc2\udd00-\udd02\udd27-\udd2b\udd2d-\udd34\udd73\udd80\udd81\uddb6-\uddbe\uddc9-\uddcc\uddcf\ude2f-\ude31\ude34\ude36\ude37\ude3e\udedf\udee3-\udeea\udf00\udf01\udf3b\udf3c\udf40\udf66-\udf6c\udf70-\udf74]|\ud805[\udc38-\udc3f\udc42-\udc44\udc46\udc5e\udcb3-\udcb8\udcba\udcbf\udcc0\udcc2\udcc3\uddb2-\uddb5\uddbc\uddbd\uddbf\uddc0\udddc\udddd\ude33-\ude3a\ude3d\ude3f\ude40\udeab\udead\udeb0-\udeb5\udeb7\udf1d-\udf1f\udf22-\udf25\udf27-\udf2b]|\ud806[\udc2f-\udc37\udc39\udc3a\udd3b\udd3c\udd3e\udd43\uddd4-\uddd7\uddda\udddb\udde0\ude01-\ude0a\ude33-\ude38\ude3b-\ude3e\ude47\ude51-\ude56\ude59-\ude5b\ude8a-\ude96\ude98\ude99]|\ud807[\udc30-\udc36\udc38-\udc3d\udc3f\udc92-\udca7\udcaa-\udcb0\udcb2\udcb3\udcb5\udcb6\udd31-\udd36\udd3a\udd3c\udd3d\udd3f-\udd45\udd47\udd90\udd91\udd95\udd97\udef3\udef4]|\ud81a[\udef0-\udef4\udf30-\udf36]|\ud81b[\udf4f\udf8f-\udf92\udfe4]|\ud82f[\udc9d\udc9e]|\ud833[\udf00-\udf2d\udf30-\udf46]|\ud834[\udd67-\udd69\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud836[\ude00-\ude36\ude3b-\ude6c\ude75\ude84\ude9b-\ude9f\udea1-\udeaf]|\ud838[\udc00-\udc06\udc08-\udc18\udc1b-\udc21\udc23\udc24\udc26-\udc2a\udd30-\udd36\udeae\udeec-\udeef]|\ud83a[\udcd0-\udcd6\udd44-\udd4a]|\udb40[\udd00-\uddef]"},{name:"N",alias:"Number",bmp:"0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൘-൞൦-൸෦-෯๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9",astral:"\ud800[\udd07-\udd33\udd40-\udd78\udd8a\udd8b\udee1-\udefb\udf20-\udf23\udf41\udf4a\udfd1-\udfd5]|\ud801[\udca0-\udca9]|\ud802[\udc58-\udc5f\udc79-\udc7f\udca7-\udcaf\udcfb-\udcff\udd16-\udd1b\uddbc\uddbd\uddc0-\uddcf\uddd2-\uddff\ude40-\ude48\ude7d\ude7e\ude9d-\ude9f\udeeb-\udeef\udf58-\udf5f\udf78-\udf7f\udfa9-\udfaf]|\ud803[\udcfa-\udcff\udd30-\udd39\ude60-\ude7e\udf1d-\udf26\udf51-\udf54\udfc5-\udfcb]|\ud804[\udc52-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udde1-\uddf4\udef0-\udef9]|\ud805[\udc50-\udc59\udcd0-\udcd9\ude50-\ude59\udec0-\udec9\udf30-\udf3b]|\ud806[\udce0-\udcf2\udd50-\udd59]|\ud807[\udc50-\udc6c\udd50-\udd59\udda0-\udda9\udfc0-\udfd4]|\ud809[\udc00-\udc6e]|\ud81a[\ude60-\ude69\udec0-\udec9\udf50-\udf59\udf5b-\udf61]|\ud81b[\ude80-\ude96]|\ud834[\udee0-\udef3\udf60-\udf78]|\ud835[\udfce-\udfff]|\ud838[\udd40-\udd49\udef0-\udef9]|\ud83a[\udcc7-\udccf\udd50-\udd59]|\ud83b[\udc71-\udcab\udcad-\udcaf\udcb1-\udcb4\udd01-\udd2d\udd2f-\udd3d]|\ud83c[\udd00-\udd0c]|\ud83e[\udff0-\udff9]"},{name:"Nd",alias:"Decimal_Number",bmp:"0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9",astral:"\ud801[\udca0-\udca9]|\ud803[\udd30-\udd39]|\ud804[\udc66-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udef0-\udef9]|\ud805[\udc50-\udc59\udcd0-\udcd9\ude50-\ude59\udec0-\udec9\udf30-\udf39]|\ud806[\udce0-\udce9\udd50-\udd59]|\ud807[\udc50-\udc59\udd50-\udd59\udda0-\udda9]|\ud81a[\ude60-\ude69\udec0-\udec9\udf50-\udf59]|\ud835[\udfce-\udfff]|\ud838[\udd40-\udd49\udef0-\udef9]|\ud83a[\udd50-\udd59]|\ud83e[\udff0-\udff9]"},{name:"Nl",alias:"Letter_Number",bmp:"ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ",astral:"\ud800[\udd40-\udd74\udf41\udf4a\udfd1-\udfd5]|\ud809[\udc00-\udc6e]"},{name:"No",alias:"Other_Number",bmp:"²³¹¼-¾৴-৹୲-୷௰-௲౸-౾൘-൞൰-൸༪-༳፩-፼៰-៹᧚⁰⁴-⁹₀-₉⅐-⅟↉①-⒛⓪-⓿❶-➓⳽㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꠰-꠵",astral:"\ud800[\udd07-\udd33\udd75-\udd78\udd8a\udd8b\udee1-\udefb\udf20-\udf23]|\ud802[\udc58-\udc5f\udc79-\udc7f\udca7-\udcaf\udcfb-\udcff\udd16-\udd1b\uddbc\uddbd\uddc0-\uddcf\uddd2-\uddff\ude40-\ude48\ude7d\ude7e\ude9d-\ude9f\udeeb-\udeef\udf58-\udf5f\udf78-\udf7f\udfa9-\udfaf]|\ud803[\udcfa-\udcff\ude60-\ude7e\udf1d-\udf26\udf51-\udf54\udfc5-\udfcb]|\ud804[\udc52-\udc65\udde1-\uddf4]|\ud805[\udf3a\udf3b]|\ud806[\udcea-\udcf2]|\ud807[\udc5a-\udc6c\udfc0-\udfd4]|\ud81a[\udf5b-\udf61]|\ud81b[\ude80-\ude96]|\ud834[\udee0-\udef3\udf60-\udf78]|\ud83a[\udcc7-\udccf]|\ud83b[\udc71-\udcab\udcad-\udcaf\udcb1-\udcb4\udd01-\udd2d\udd2f-\udd3d]|\ud83c[\udd00-\udd0c]"},{name:"P",alias:"Punctuation",bmp:"!-#%-\\*,-\\/:;\\?@\\[-\\]_\\{\\}¡§«¶·»¿;·՚-՟։֊־׀׃׆׳״؉؊،؍؛؝-؟٪-٭۔܀-܍߷-߹࠰-࠾࡞।॥॰৽੶૰౷಄෴๏๚๛༄-༒༔༺-༽྅࿐-࿔࿙࿚၊-၏჻፠-፨᐀᙮᚛᚜᛫-᛭᜵᜶។-៖៘-៚᠀-᠊᥄᥅᨞᨟᪠-᪦᪨-᪭᭚-᭠᭽᭾᯼-᯿᰻-᰿᱾᱿᳀-᳇᳓‐-‧‰-⁃⁅-⁑⁓-⁞⁽⁾₍₎⌈-⌋〈〉❨-❵⟅⟆⟦-⟯⦃-⦘⧘-⧛⧼⧽⳹-⳼⳾⳿⵰⸀-⸮⸰-⹏⹒-⹝、-〃〈-】〔-〟〰〽゠・꓾꓿꘍-꘏꙳꙾꛲-꛷꡴-꡷꣎꣏꣸-꣺꣼꤮꤯꥟꧁-꧍꧞꧟꩜-꩟꫞꫟꫰꫱꯫﴾﴿︐-︙︰-﹒﹔-﹡﹣﹨﹪﹫!-#%-*,-/:;?@[-]_{}⦅-・",astral:"\ud800[\udd00-\udd02\udf9f\udfd0]|𐕯|\ud802[\udc57\udd1f\udd3f\ude50-\ude58\ude7f\udef0-\udef6\udf39-\udf3f\udf99-\udf9c]|\ud803[\udead\udf55-\udf59\udf86-\udf89]|\ud804[\udc47-\udc4d\udcbb\udcbc\udcbe-\udcc1\udd40-\udd43\udd74\udd75\uddc5-\uddc8\uddcd\udddb\udddd-\udddf\ude38-\ude3d\udea9]|\ud805[\udc4b-\udc4f\udc5a\udc5b\udc5d\udcc6\uddc1-\uddd7\ude41-\ude43\ude60-\ude6c\udeb9\udf3c-\udf3e]|\ud806[\udc3b\udd44-\udd46\udde2\ude3f-\ude46\ude9a-\ude9c\ude9e-\udea2]|\ud807[\udc41-\udc45\udc70\udc71\udef7\udef8\udfff]|\ud809[\udc70-\udc74]|\ud80b[\udff1\udff2]|\ud81a[\ude6e\ude6f\udef5\udf37-\udf3b\udf44]|\ud81b[\ude97-\ude9a\udfe2]|𛲟|\ud836[\ude87-\ude8b]|\ud83a[\udd5e\udd5f]"},{name:"Pc",alias:"Connector_Punctuation",bmp:"_‿⁀⁔︳︴﹍-﹏_"},{name:"Pd",alias:"Dash_Punctuation",bmp:"\\-֊־᐀᠆‐-―⸗⸚⸺⸻⹀⹝〜〰゠︱︲﹘﹣-",astral:"𐺭"},{name:"Pe",alias:"Close_Punctuation",bmp:"\\)\\]\\}༻༽᚜⁆⁾₎⌉⌋〉❩❫❭❯❱❳❵⟆⟧⟩⟫⟭⟯⦄⦆⦈⦊⦌⦎⦐⦒⦔⦖⦘⧙⧛⧽⸣⸥⸧⸩⹖⹘⹚⹜〉》」』】〕〗〙〛〞〟﴾︘︶︸︺︼︾﹀﹂﹄﹈﹚﹜﹞)]}⦆」"},{name:"Pf",alias:"Final_Punctuation",bmp:"»’”›⸃⸅⸊⸍⸝⸡"},{name:"Pi",alias:"Initial_Punctuation",bmp:"«‘‛“‟‹⸂⸄⸉⸌⸜⸠"},{name:"Po",alias:"Other_Punctuation",bmp:"!-#%-'\\*,\\.\\/:;\\?@\\¡§¶·¿;·՚-՟։׀׃׆׳״؉؊،؍؛؝-؟٪-٭۔܀-܍߷-߹࠰-࠾࡞।॥॰৽੶૰౷಄෴๏๚๛༄-༒༔྅࿐-࿔࿙࿚၊-၏჻፠-፨᙮᛫-᛭᜵᜶។-៖៘-៚᠀-᠅᠇-᠊᥄᥅᨞᨟᪠-᪦᪨-᪭᭚-᭠᭽᭾᯼-᯿᰻-᰿᱾᱿᳀-᳇᳓‖‗†-‧‰-‸※-‾⁁-⁃⁇-⁑⁓⁕-⁞⳹-⳼⳾⳿⵰⸀⸁⸆-⸈⸋⸎-⸖⸘⸙⸛⸞⸟⸪-⸮⸰-⸹⸼-⸿⹁⹃-⹏⹒-⹔、-〃〽・꓾꓿꘍-꘏꙳꙾꛲-꛷꡴-꡷꣎꣏꣸-꣺꣼꤮꤯꥟꧁-꧍꧞꧟꩜-꩟꫞꫟꫰꫱꯫︐-︖︙︰﹅﹆﹉-﹌﹐-﹒﹔-﹗﹟-﹡﹨﹪﹫!-#%-'*,./:;?@\。、・",astral:"\ud800[\udd00-\udd02\udf9f\udfd0]|𐕯|\ud802[\udc57\udd1f\udd3f\ude50-\ude58\ude7f\udef0-\udef6\udf39-\udf3f\udf99-\udf9c]|\ud803[\udf55-\udf59\udf86-\udf89]|\ud804[\udc47-\udc4d\udcbb\udcbc\udcbe-\udcc1\udd40-\udd43\udd74\udd75\uddc5-\uddc8\uddcd\udddb\udddd-\udddf\ude38-\ude3d\udea9]|\ud805[\udc4b-\udc4f\udc5a\udc5b\udc5d\udcc6\uddc1-\uddd7\ude41-\ude43\ude60-\ude6c\udeb9\udf3c-\udf3e]|\ud806[\udc3b\udd44-\udd46\udde2\ude3f-\ude46\ude9a-\ude9c\ude9e-\udea2]|\ud807[\udc41-\udc45\udc70\udc71\udef7\udef8\udfff]|\ud809[\udc70-\udc74]|\ud80b[\udff1\udff2]|\ud81a[\ude6e\ude6f\udef5\udf37-\udf3b\udf44]|\ud81b[\ude97-\ude9a\udfe2]|𛲟|\ud836[\ude87-\ude8b]|\ud83a[\udd5e\udd5f]"},{name:"Ps",alias:"Open_Punctuation",bmp:"\\(\\[\\{༺༼᚛‚„⁅⁽₍⌈⌊〈❨❪❬❮❰❲❴⟅⟦⟨⟪⟬⟮⦃⦅⦇⦉⦋⦍⦏⦑⦓⦕⦗⧘⧚⧼⸢⸤⸦⸨⹂⹕⹗⹙⹛〈《「『【〔〖〘〚〝﴿︗︵︷︹︻︽︿﹁﹃﹇﹙﹛﹝([{⦅「"},{name:"S",alias:"Symbol",bmp:"\\$\\+<->\\^`\\|~¢-¦¨©¬®-±´¸×÷˂-˅˒-˟˥-˫˭˯-˿͵΄΅϶҂֍-֏؆-؈؋؎؏۞۩۽۾߶߾߿࢈৲৳৺৻૱୰௳-௺౿൏൹฿༁-༃༓༕-༗༚-༟༴༶༸྾-࿅࿇-࿌࿎࿏࿕-࿘႞႟᎐-᎙᙭៛᥀᧞-᧿᭡-᭪᭴-᭼᾽᾿-῁῍-῏῝-῟῭-`´῾⁄⁒⁺-⁼₊-₌₠-⃀℀℁℃-℆℈℉℔№-℘℞-℣℥℧℩℮℺℻⅀-⅄⅊-⅍⅏↊↋←-⌇⌌-⌨⌫-␦⑀-⑊⒜-ⓩ─-❧➔-⟄⟇-⟥⟰-⦂⦙-⧗⧜-⧻⧾-⭳⭶-⮕⮗-⯿⳥-⳪⹐⹑⺀-⺙⺛-⻳⼀-⿕⿰-⿻〄〒〓〠〶〷〾〿゛゜㆐㆑㆖-㆟㇀-㇣㈀-㈞㈪-㉇㉐㉠-㉿㊊-㊰㋀-㏿䷀-䷿꒐-꓆꜀-꜖꜠꜡꞉꞊꠨-꠫꠶-꠹꩷-꩹꭛꭪꭫﬩﮲-﯂﵀-﵏﷏﷼-﷿﹢﹤-﹦﹩$+<->^`|~¢-₩│-○�",astral:"\ud800[\udd37-\udd3f\udd79-\udd89\udd8c-\udd8e\udd90-\udd9c\udda0\uddd0-\uddfc]|\ud802[\udc77\udc78\udec8]|𑜿|\ud807[\udfd5-\udff1]|\ud81a[\udf3c-\udf3f\udf45]|𛲜|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd64\udd6a-\udd6c\udd83\udd84\udd8c-\udda9\uddae-\uddea\ude00-\ude41\ude45\udf00-\udf56]|\ud835[\udec1\udedb\udefb\udf15\udf35\udf4f\udf6f\udf89\udfa9\udfc3]|\ud836[\udc00-\uddff\ude37-\ude3a\ude6d-\ude74\ude76-\ude83\ude85\ude86]|\ud838[\udd4f\udeff]|\ud83b[\udcac\udcb0\udd2e\udef0\udef1]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd0d-\uddad\udde6-\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udfff]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca]"},{name:"Sc",alias:"Currency_Symbol",bmp:"\\$¢-¥֏؋߾߿৲৳৻૱௹฿៛₠-⃀꠸﷼﹩$¢£¥₩",astral:"\ud807[\udfdd-\udfe0]|𞋿|𞲰"},{name:"Sk",alias:"Modifier_Symbol",bmp:"\\^`¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄΅࢈᾽᾿-῁῍-῏῝-῟῭-`´῾゛゜꜀-꜖꜠꜡꞉꞊꭛꭪꭫﮲-﯂^` ̄",astral:"\ud83c[\udffb-\udfff]"},{name:"Sm",alias:"Math_Symbol",bmp:"\\+<->\\|~¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚↛↠↣↦↮⇎⇏⇒⇔⇴-⋿⌠⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓",astral:"\ud835[\udec1\udedb\udefb\udf15\udf35\udf4f\udf6f\udf89\udfa9\udfc3]|\ud83b[\udef0\udef1]"},{name:"So",alias:"Other_Symbol",bmp:"¦©®°҂֍֎؎؏۞۩۽۾߶৺୰௳-௸௺౿൏൹༁-༃༓༕-༗༚-༟༴༶༸྾-࿅࿇-࿌࿎࿏࿕-࿘႞႟᎐-᎙᙭᥀᧞-᧿᭡-᭪᭴-᭼℀℁℃-℆℈℉℔№℗℞-℣℥℧℩℮℺℻⅊⅌⅍⅏↊↋↕-↙↜-↟↡↢↤↥↧-↭↯-⇍⇐⇑⇓⇕-⇳⌀-⌇⌌-⌟⌢-⌨⌫-⍻⍽-⎚⎴-⏛⏢-␦⑀-⑊⒜-ⓩ─-▶▸-◀◂-◷☀-♮♰-❧➔-➿⠀-⣿⬀-⬯⭅⭆⭍-⭳⭶-⮕⮗-⯿⳥-⳪⹐⹑⺀-⺙⺛-⻳⼀-⿕⿰-⿻〄〒〓〠〶〷〾〿㆐㆑㆖-㆟㇀-㇣㈀-㈞㈪-㉇㉐㉠-㉿㊊-㊰㋀-㏿䷀-䷿꒐-꓆꠨-꠫꠶꠷꠹꩷-꩹﵀-﵏﷏﷽-﷿¦│■○�",astral:"\ud800[\udd37-\udd3f\udd79-\udd89\udd8c-\udd8e\udd90-\udd9c\udda0\uddd0-\uddfc]|\ud802[\udc77\udc78\udec8]|𑜿|\ud807[\udfd5-\udfdc\udfe1-\udff1]|\ud81a[\udf3c-\udf3f\udf45]|𛲜|\ud833[\udf50-\udfc3]|\ud834[\udc00-\udcf5\udd00-\udd26\udd29-\udd64\udd6a-\udd6c\udd83\udd84\udd8c-\udda9\uddae-\uddea\ude00-\ude41\ude45\udf00-\udf56]|\ud836[\udc00-\uddff\ude37-\ude3a\ude6d-\ude74\ude76-\ude83\ude85\ude86]|𞅏|\ud83b[\udcac\udd2e]|\ud83c[\udc00-\udc2b\udc30-\udc93\udca0-\udcae\udcb1-\udcbf\udcc1-\udccf\udcd1-\udcf5\udd0d-\uddad\udde6-\ude02\ude10-\ude3b\ude40-\ude48\ude50\ude51\ude60-\ude65\udf00-\udffa]|\ud83d[\udc00-\uded7\udedd-\udeec\udef0-\udefc\udf00-\udf73\udf80-\udfd8\udfe0-\udfeb\udff0]|\ud83e[\udc00-\udc0b\udc10-\udc47\udc50-\udc59\udc60-\udc87\udc90-\udcad\udcb0\udcb1\udd00-\ude53\ude60-\ude6d\ude70-\ude74\ude78-\ude7c\ude80-\ude86\ude90-\udeac\udeb0-\udeba\udec0-\udec5\uded0-\uded9\udee0-\udee7\udef0-\udef6\udf00-\udf92\udf94-\udfca]"},{name:"Z",alias:"Separator",bmp:"   - \u2028\u2029   "},{name:"Zl",alias:"Line_Separator",bmp:"\u2028"},{name:"Zp",alias:"Paragraph_Separator",bmp:"\u2029"},{name:"Zs",alias:"Space_Separator",bmp:"   -    "}]},{}]},{},[3])(3)})); diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html new file mode 100644 index 00000000000..19f07492cb0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html @@ -0,0 +1,12 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block title %}{% translate 'Page not found' %}{% endblock %} + +{% block content %} + +<h2>{% translate 'Page not found' %}</h2> + +<p>{% translate 'We’re sorry, but the requested page could not be found.' %}</p> + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html new file mode 100644 index 00000000000..b5ac5c3b6c2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html @@ -0,0 +1,17 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} +<div class="breadcrumbs"> +<a href="{% url 'admin:index' %}">{% translate 'Home' %}</a> +› {% translate 'Server error' %} +</div> +{% endblock %} + +{% block title %}{% translate 'Server error (500)' %}{% endblock %} + +{% block content %} +<h1>{% translate 'Server Error <em>(500)</em>' %}</h1> +<p>{% translate 'There’s been an error. It’s been reported to the site administrators via email and should be fixed shortly. Thanks for your patience.' %}</p> + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html new file mode 100644 index 00000000000..f506c923343 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html @@ -0,0 +1,23 @@ +{% load i18n %} +<div class="actions"> + {% block actions %} + {% block actions-form %} + {% for field in action_form %}{% if field.label %}<label>{{ field.label }} {{ field }}</label>{% else %}{{ field }}{% endif %}{% endfor %} + {% endblock %} + {% block actions-submit %} + <button type="submit" class="button" title="{% translate "Run the selected action" %}" name="index" value="{{ action_index|default:0 }}">{% translate "Go" %}</button> + {% endblock %} + {% block actions-counter %} + {% if actions_selection_counter %} + <span class="action-counter" data-actions-icnt="{{ cl.result_list|length }}">{{ selection_note }}</span> + {% if cl.result_count != cl.result_list|length %} + <span class="all hidden">{{ selection_note_all }}</span> + <span class="question hidden"> + <a role="button" href="#" title="{% translate "Click here to select the objects across all pages" %}">{% blocktranslate with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktranslate %}</a> + </span> + <span class="clear hidden"><a role="button" href="#">{% translate "Clear selection" %}</a></span> + {% endif %} + {% endif %} + {% endblock %} + {% endblock %} +</div> diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html new file mode 100644 index 00000000000..727f72b190e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html @@ -0,0 +1,20 @@ +{% extends "admin/index.html" %} +{% load i18n %} + +{% block bodyclass %}{{ block.super }} app-{{ app_label }}{% endblock %} + +{% if not is_popup %} +{% block nav-breadcrumbs %} + <nav aria-label="{% translate 'Breadcrumbs' %}"> + <div class="breadcrumbs"> + <a href="{% url 'admin:index' %}">{% translate 'Home' %}</a> + › + {% for app in app_list %} + {{ app.name }} + {% endfor %} + </div> + </nav> +{% endblock %} +{% endif %} + +{% block sidebar %}{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html new file mode 100644 index 00000000000..60d874b2b69 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html @@ -0,0 +1,51 @@ +{% load i18n %} + +{% if app_list %} + {% for app in app_list %} + <div class="app-{{ app.app_label }} module{% if app.app_url in request.path|urlencode %} current-app{% endif %}"> + <table> + <caption> + <a href="{{ app.app_url }}" class="section" title="{% blocktranslate with name=app.name %}Models in the {{ name }} application{% endblocktranslate %}">{{ app.name }}</a> + </caption> + <thead class="visually-hidden"> + <tr> + <th scope="col">{% translate 'Model name' %}</th> + <th scope="col">{% translate 'Add link' %}</th> + <th scope="col">{% translate 'Change or view list link' %}</th> + </tr> + </thead> + {% for model in app.models %} + {% with model_name=model.object_name|lower %} + <tr class="model-{{ model_name }}{% if model.admin_url in request.path|urlencode %} current-model{% endif %}"> + <th scope="row" id="{{ app.app_label }}-{{ model_name }}"> + {% if model.admin_url %} + <a href="{{ model.admin_url }}"{% if model.admin_url in request.path|urlencode %} aria-current="page"{% endif %}>{{ model.name }}</a> + {% else %} + {{ model.name }} + {% endif %} + </th> + + {% if model.add_url %} + <td><a href="{{ model.add_url }}" class="addlink" aria-describedby="{{ app.app_label }}-{{ model_name }}">{% translate 'Add' %}</a></td> + {% else %} + <td></td> + {% endif %} + + {% if model.admin_url and show_changelinks %} + {% if model.view_only %} + <td><a href="{{ model.admin_url }}" class="viewlink" aria-describedby="{{ app.app_label }}-{{ model_name }}">{% translate 'View' %}</a></td> + {% else %} + <td><a href="{{ model.admin_url }}" class="changelink" aria-describedby="{{ app.app_label }}-{{ model_name }}">{% translate 'Change' %}</a></td> + {% endif %} + {% elif show_changelinks %} + <td></td> + {% endif %} + </tr> + {% endwith %} + {% endfor %} + </table> + </div> + {% endfor %} +{% else %} + <p>{% translate 'You don’t have permission to view or edit anything.' %}</p> +{% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html new file mode 100644 index 00000000000..7c7ca1d1ad3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html @@ -0,0 +1,16 @@ +{% extends "admin/change_form.html" %} +{% load i18n static %} + +{% block form_top %} + {% if not is_popup %} + <p>{% translate "After you’ve created a user, you’ll be able to edit more user options." %}</p> + {% endif %} +{% endblock %} +{% block extrahead %} + {{ block.super }} + <link rel="stylesheet" href="{% static 'admin/css/unusable_password_field.css' %}"> +{% endblock %} +{% block admin_change_form_document_ready %} + {{ block.super }} + <script src="{% static 'admin/js/unusable_password_field.js' %}" defer></script> +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html new file mode 100644 index 00000000000..2f96a714362 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html @@ -0,0 +1,81 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} +{% load admin_urls %} + +{% block title %}{% if form.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %} + {{ block.super }} + <link rel="stylesheet" href="{% static "admin/css/forms.css" %}"> + <link rel="stylesheet" href="{% static 'admin/css/unusable_password_field.css' %}"> +{% endblock %} +{% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} +{% if not is_popup %} +{% block breadcrumbs %} +<div class="breadcrumbs"> +<a href="{% url 'admin:index' %}">{% translate 'Home' %}</a> +› <a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a> +› <a href="{% url opts|admin_urlname:'changelist' %}">{{ opts.verbose_name_plural|capfirst }}</a> +› <a href="{% url opts|admin_urlname:'change' original.pk|admin_urlquote %}">{{ original|truncatewords:"18" }}</a> +› {% if form.user.has_usable_password %}{% translate 'Change password' %}{% else %}{% translate 'Set password' %}{% endif %} +</div> +{% endblock %} +{% endif %} +{% block content %}<div id="content-main"> +<form{% if form_url %} action="{{ form_url }}"{% endif %} method="post" id="{{ opts.model_name }}_form">{% csrf_token %}{% block form_top %}{% endblock %} +<input type="text" name="username" value="{{ original.get_username }}" class="hidden"> +<div> +{% if is_popup %}<input type="hidden" name="{{ is_popup_var }}" value="1">{% endif %} +{% if form.errors %} + <p class="errornote"> + {% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} + </p> +{% endif %} + +<p>{% blocktranslate with username=original %}Enter a new password for the user <strong>{{ username }}</strong>.{% endblocktranslate %}</p> +{% if not form.user.has_usable_password %} + <p>{% blocktranslate %}This action will <strong>enable</strong> password-based authentication for this user.{% endblocktranslate %}</p> +{% endif %} + +<fieldset class="module aligned"> + +<div class="form-row"> + {{ form.usable_password.errors }} + <div class="flex-container">{{ form.usable_password.label_tag }} {{ form.usable_password }}</div> + {% if form.usable_password.help_text %} + <div class="help"{% if form.usable_password.id_for_label %} id="{{ form.usable_password.id_for_label }}_helptext"{% endif %}> + <p>{{ form.usable_password.help_text|safe }}</p> + </div> + {% endif %} +</div> + +<div class="form-row field-password1"> + {{ form.password1.errors }} + <div class="flex-container">{{ form.password1.label_tag }} {{ form.password1 }}</div> + {% if form.password1.help_text %} + <div class="help"{% if form.password1.id_for_label %} id="{{ form.password1.id_for_label }}_helptext"{% endif %}>{{ form.password1.help_text|safe }}</div> + {% endif %} +</div> + +<div class="form-row field-password2"> + {{ form.password2.errors }} + <div class="flex-container">{{ form.password2.label_tag }} {{ form.password2 }}</div> + {% if form.password2.help_text %} + <div class="help"{% if form.password2.id_for_label %} id="{{ form.password2.id_for_label }}_helptext"{% endif %}>{{ form.password2.help_text|safe }}</div> + {% endif %} +</div> + +</fieldset> + +<div class="submit-row"> + {% if form.user.has_usable_password %} + <input type="submit" name="set-password" value="{% translate 'Change password' %}" class="default set-password"> + <input type="submit" name="unset-password" value="{% translate 'Disable password-based authentication' %}" class="unset-password"> + {% else %} + <input type="submit" name="set-password" value="{% translate 'Enable password-based authentication' %}" class="default set-password"> + {% endif %} +</div> + +</div> +</form></div> +<script src="{% static 'admin/js/unusable_password_field.js' %}" defer></script> +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html new file mode 100644 index 00000000000..dd02328e464 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html @@ -0,0 +1,126 @@ +{% load i18n static %}<!DOCTYPE html> +{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} +<html lang="{{ LANGUAGE_CODE|default:"en-us" }}" dir="{{ LANGUAGE_BIDI|yesno:'rtl,ltr,auto' }}"> +<head> +<title>{% block title %}{% endblock %} + +{% block dark-mode-vars %} + + +{% endblock %} +{% if not is_popup and is_nav_sidebar_enabled %} + + +{% endif %} +{% block extrastyle %}{% endblock %} +{% if LANGUAGE_BIDI %}{% endif %} +{% block extrahead %}{% endblock %} +{% block responsive %} + + + {% if LANGUAGE_BIDI %}{% endif %} +{% endblock %} +{% block blockbots %}{% endblock %} + + + +{% translate 'Skip to main content' %} + +

    + + {% if not is_popup %} + + {% block header %} + + {% endblock %} + + {% block nav-breadcrumbs %} + + {% endblock %} + {% endif %} + +
    + {% if not is_popup and is_nav_sidebar_enabled %} + {% block nav-sidebar %} + {% include "admin/nav_sidebar.html" %} + {% endblock %} + {% endif %} +
    + {% block messages %} + {% if messages %} +
      {% for message in messages %} + {{ message|capfirst }} + {% endfor %}
    + {% endif %} + {% endblock messages %} + +
    + {% block pretitle %}{% endblock %} + {% block content_title %}{% if title %}

    {{ title }}

    {% endif %}{% endblock %} + {% block content_subtitle %}{% if subtitle %}

    {{ subtitle }}

    {% endif %}{% endblock %} + {% block content %} + {% block object-tools %}{% endblock %} + {{ content }} + {% endblock %} + {% block sidebar %}{% endblock %} +
    +
    + +
    +
    +
    {% block footer %}{% endblock %}
    +
    + + + + + + + + + +{% block extrabody %}{% endblock extrabody %} + + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html new file mode 100644 index 00000000000..4405998164e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html @@ -0,0 +1,12 @@ +{% extends "admin/base.html" %} + +{% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} + +{% block branding %} + +{% if user.is_anonymous %} + {% include "admin/color_theme_toggle.html" %} +{% endif %} +{% endblock %} + +{% block nav-global %}{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html new file mode 100644 index 00000000000..8e7ced9a484 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html @@ -0,0 +1,82 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static admin_modify %} + +{% block title %}{% if errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrahead %}{{ block.super }} + +{{ media }} +{% endblock %} + +{% block extrastyle %}{{ block.super }}{% endblock %} + +{% block coltype %}colM{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} + +{% if not is_popup %} +{% block breadcrumbs %} + +{% endblock %} +{% endif %} + +{% block content %}
    +{% block object-tools %} +{% if change and not is_popup %} +
      + {% block object-tools-items %} + {% change_form_object_tools %} + {% endblock %} +
    +{% endif %} +{% endblock %} +
    {% csrf_token %}{% block form_top %}{% endblock %} +
    +{% if is_popup %}{% endif %} +{% if to_field %}{% endif %} +{% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} +{% if errors %} +

    + {% blocktranslate count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} +

    + {{ adminform.form.non_field_errors }} +{% endif %} + +{% block field_sets %} +{% for fieldset in adminform %} + {% include "admin/includes/fieldset.html" with heading_level=2 prefix="fieldset" id_prefix=0 id_suffix=forloop.counter0 %} +{% endfor %} +{% endblock %} + +{% block after_field_sets %}{% endblock %} + +{% block inline_field_sets %} +{% for inline_admin_formset in inline_admin_formsets %} + {% include inline_admin_formset.opts.template %} +{% endfor %} +{% endblock %} + +{% block after_related_objects %}{% endblock %} + +{% block submit_buttons_bottom %}{% submit_row %}{% endblock %} + +{% block admin_change_form_document_ready %} + +{% endblock %} + +{# JavaScript for prepopulated fields #} +{% prepopulated_fields_js %} + +
    +
    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html new file mode 100644 index 00000000000..067ae83761d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html @@ -0,0 +1,8 @@ +{% load i18n admin_urls %} +{% block object-tools-items %} +
  1. + {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} + {% translate "History" %} +
  2. +{% if has_absolute_url %}
  3. {% translate "View on site" %}
  4. {% endif %} +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html new file mode 100644 index 00000000000..b0b4c31619a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html @@ -0,0 +1,94 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static admin_list %} + +{% block title %}{% if cl.formset and cl.formset.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %} + {{ block.super }} + + {% if cl.formset %} + + {% endif %} + {% if cl.formset or action_form %} + + {% endif %} + {{ media.css }} + {% if not actions_on_top and not actions_on_bottom %} + + {% endif %} +{% endblock %} + +{% block extrahead %} +{{ block.super }} +{{ media.js }} + +{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-list{% endblock %} + +{% if not is_popup %} +{% block breadcrumbs %} + +{% endblock %} +{% endif %} + +{% block coltype %}{% endblock %} + +{% block content %} +
    + {% block object-tools %} +
      + {% block object-tools-items %} + {% change_list_object_tools %} + {% endblock %} +
    + {% endblock %} + {% if cl.formset and cl.formset.errors %} +

    + {% blocktranslate count counter=cl.formset.total_error_count %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} +

    + {{ cl.formset.non_form_errors }} + {% endif %} +
    +
    + {% block search %}{% search_form cl %}{% endblock %} + {% block date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock %} + +
    {% csrf_token %} + {% if cl.formset %} +
    {{ cl.formset.management_form }}
    + {% endif %} + + {% block result_list %} + {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} + {% result_list cl %} + {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} + {% endblock %} + {% block pagination %}{% pagination cl %}{% endblock %} +
    +
    + {% block filters %} + {% if cl.has_filters %} + + {% endif %} + {% endblock %} +
    +
    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html new file mode 100644 index 00000000000..11cc6fa4ba8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html @@ -0,0 +1,12 @@ +{% load i18n admin_urls %} + +{% block object-tools-items %} + {% if has_add_permission %} +
  5. + {% url cl.opts|admin_urlname:'add' as add_url %} + + {% blocktranslate with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktranslate %} + +
  6. + {% endif %} +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html new file mode 100644 index 00000000000..d2a9feed208 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html @@ -0,0 +1,36 @@ +{% load i18n %} +{% if result_hidden_fields %} +
    {# DIV for HTML validation #} +{% for item in result_hidden_fields %}{{ item }}{% endfor %} +
    +{% endif %} +{% if results %} +
    + + + +{% for header in result_headers %} +{% endfor %} + + + +{% for result in results %} +{% if result.form and result.form.non_field_errors %} + +{% endif %} +{% for item in result %}{{ item }}{% endfor %} +{% endfor %} + +
    + {% if header.sortable and header.sort_priority > 0 %} +
    + + {% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %} + +
    + {% endif %} +
    {% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
    +
    +
    {{ result.form.non_field_errors }}
    +
    +{% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html new file mode 100644 index 00000000000..2caa19edbf1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html @@ -0,0 +1,15 @@ +{% load i18n %} + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html new file mode 100644 index 00000000000..c5088564284 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html @@ -0,0 +1,14 @@ +{% if show %} + +{% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html new file mode 100644 index 00000000000..09e25e1f53a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html @@ -0,0 +1,50 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static %} + +{% block extrahead %} + {{ block.super }} + {{ media }} + +{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +{% if perms_lacking %} + {% block delete_forbidden %} +

    {% blocktranslate with escaped_object=object %}Deleting the {{ object_name }} '{{ escaped_object }}' would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktranslate %}

    +
      {{ perms_lacking|unordered_list }}
    + {% endblock %} +{% elif protected %} + {% block delete_protected %} +

    {% blocktranslate with escaped_object=object %}Deleting the {{ object_name }} '{{ escaped_object }}' would require deleting the following protected related objects:{% endblocktranslate %}

    +
      {{ protected|unordered_list }}
    + {% endblock %} +{% else %} + {% block delete_confirm %} +

    {% blocktranslate with escaped_object=object %}Are you sure you want to delete the {{ object_name }} "{{ escaped_object }}"? All of the following related items will be deleted:{% endblocktranslate %}

    + {% include "admin/includes/object_delete_summary.html" %} +

    {% translate "Objects" %}

    +
      {{ deleted_objects|unordered_list }}
    +
    {% csrf_token %} +
    + + {% if is_popup %}{% endif %} + {% if to_field %}{% endif %} + + {% translate "No, take me back" %} +
    +
    + {% endblock %} +{% endif %} +{% endblock content %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html new file mode 100644 index 00000000000..51b93a5f49c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html @@ -0,0 +1,47 @@ +{% extends "admin/base_site.html" %} +{% load i18n l10n admin_urls static %} + +{% block extrahead %} + {{ block.super }} + {{ media }} + +{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation delete-selected-confirmation{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +{% if perms_lacking %} +

    {% blocktranslate %}Deleting the selected {{ objects_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktranslate %}

    +
      {{ perms_lacking|unordered_list }}
    +{% elif protected %} +

    {% blocktranslate %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktranslate %}

    +
      {{ protected|unordered_list }}
    +{% else %} +

    {% blocktranslate %}Are you sure you want to delete the selected {{ objects_name }}? All of the following objects and their related items will be deleted:{% endblocktranslate %}

    + {% include "admin/includes/object_delete_summary.html" %} +

    {% translate "Objects" %}

    + {% for deletable_object in deletable_objects %} +
      {{ deletable_object|unordered_list }}
    + {% endfor %} +
    {% csrf_token %} +
    + {% for obj in queryset %} + + {% endfor %} + + + + {% translate "No, take me back" %} +
    +
    +{% endif %} +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html new file mode 100644 index 00000000000..a6939f4ea27 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html @@ -0,0 +1,38 @@ +{% load i18n admin_urls %} +
    +
    + {% if inline_admin_formset.is_collapsible %}
    {% endif %} +

    + {% if inline_admin_formset.formset.max_num == 1 %} + {{ inline_admin_formset.opts.verbose_name|capfirst }} + {% else %} + {{ inline_admin_formset.opts.verbose_name_plural|capfirst }} + {% endif %} +

    + {% if inline_admin_formset.is_collapsible %}
    {% endif %} +{{ inline_admin_formset.formset.management_form }} +{{ inline_admin_formset.formset.non_form_errors }} + +{% for inline_admin_form in inline_admin_formset %}
    +

    {{ inline_admin_formset.opts.verbose_name|capfirst }}: {% if inline_admin_form.original %}{{ inline_admin_form.original }}{% if inline_admin_form.model_admin.show_change_link and inline_admin_form.model_admin.has_registered_model %} {% if inline_admin_formset.has_change_permission %}{% translate "Change" %}{% else %}{% translate "View" %}{% endif %}{% endif %} +{% else %}#{{ forloop.counter }}{% endif %} + {% if inline_admin_form.show_url %}{% translate "View on site" %}{% endif %} + {% if inline_admin_formset.formset.can_delete and inline_admin_formset.has_delete_permission and inline_admin_form.original %}{{ inline_admin_form.deletion_field.field }} {{ inline_admin_form.deletion_field.label_tag }}{% endif %} +

    + {% if inline_admin_form.form.non_field_errors %}{{ inline_admin_form.form.non_field_errors }}{% endif %} + + {% with parent_counter=forloop.counter0 %} + {% for fieldset in inline_admin_form %} + {% include "admin/includes/fieldset.html" with heading_level=4 prefix=fieldset.formset.prefix id_prefix=parent_counter id_suffix=forloop.counter0 %} + {% endfor %} + {% endwith %} + + {% if inline_admin_form.needs_explicit_pk_field %}{{ inline_admin_form.pk_field.field }}{% endif %} + {% if inline_admin_form.fk_field %}{{ inline_admin_form.fk_field.field }}{% endif %} +
    {% endfor %} + {% if inline_admin_formset.is_collapsible %}
    {% endif %} +
    +
    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html new file mode 100644 index 00000000000..9367ac9b634 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html @@ -0,0 +1,69 @@ +{% load i18n admin_urls static admin_modify %} +
    + +
    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html new file mode 100644 index 00000000000..a6094ecb5a5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html @@ -0,0 +1,12 @@ +{% load i18n %} +
    + + {% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %} + + +
    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html new file mode 100644 index 00000000000..9c9b31965ae --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html @@ -0,0 +1,39 @@ +
    + {% if fieldset.name %} + {% if fieldset.is_collapsible %}
    {% endif %} + {{ fieldset.name }} + {% if fieldset.is_collapsible %}{% endif %} + {% endif %} + {% if fieldset.description %} +
    {{ fieldset.description|safe }}
    + {% endif %} + {% for line in fieldset %} +
    + {% if line.fields|length == 1 %}{{ line.errors }}{% else %}
    {% endif %} + {% for field in line %} +
    + {% if not line.fields|length == 1 and not field.is_readonly %}{{ field.errors }}{% endif %} +
    + {% if field.is_checkbox %} + {{ field.field }}{{ field.label_tag }} + {% else %} + {{ field.label_tag }} + {% if field.is_readonly %} +
    {{ field.contents }}
    + {% else %} + {{ field.field }} + {% endif %} + {% endif %} +
    + {% if field.field.help_text %} +
    +
    {{ field.field.help_text|safe }}
    +
    + {% endif %} +
    + {% endfor %} + {% if not line.fields|length == 1 %}
    {% endif %} +
    + {% endfor %} + {% if fieldset.name and fieldset.is_collapsible %}
    {% endif %} +
    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html new file mode 100644 index 00000000000..9ad97db2fc2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html @@ -0,0 +1,7 @@ +{% load i18n %} +

    {% translate "Summary" %}

    +
      + {% for model_name, object_count in model_count %} +
    • {{ model_name|capfirst }}: {{ object_count }}
    • + {% endfor %} +
    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html new file mode 100644 index 00000000000..899727a4bad --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html @@ -0,0 +1,51 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block extrastyle %}{{ block.super }}{% endblock %} + +{% block coltype %}colMS{% endblock %} + +{% block bodyclass %}{{ block.super }} dashboard{% endblock %} + +{% block nav-breadcrumbs %}{% endblock %} + +{% block nav-sidebar %}{% endblock %} + +{% block content %} +
    + {% include "admin/app_list.html" with app_list=app_list show_changelinks=True %} +
    +{% endblock %} + +{% block sidebar %} + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html new file mode 100644 index 00000000000..1ef7c71434c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html @@ -0,0 +1,13 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +

    {% translate 'Something’s wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user.' %}

    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html new file mode 100644 index 00000000000..fa0dcbc01db --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html @@ -0,0 +1,69 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block title %}{% if form.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %}{{ block.super }} +{{ form.media }} +{% endblock %} + +{% block bodyclass %}{{ block.super }} login{% endblock %} + +{% block usertools %}{% endblock %} + +{% block nav-global %}{% endblock %} + +{% block nav-sidebar %}{% endblock %} + +{% block content_title %}{% endblock %} + +{% block nav-breadcrumbs %}{% endblock %} + +{% block content %} +{% if form.errors and not form.non_field_errors %} +

    +{% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} +

    +{% endif %} + +{% if form.non_field_errors %} +{% for error in form.non_field_errors %} +

    + {{ error }} +

    +{% endfor %} +{% endif %} + +
    + +{% if user.is_authenticated %} +

    +{% blocktranslate trimmed %} + You are authenticated as {{ username }}, but are not authorized to + access this page. Would you like to login to a different account? +{% endblocktranslate %} +

    +{% endif %} + +
    {% csrf_token %} +
    + {{ form.username.errors }} + {{ form.username.label_tag }} {{ form.username }} +
    +
    + {{ form.password.errors }} + {{ form.password.label_tag }} {{ form.password }} + +
    + {% url 'admin_password_reset' as password_reset_url %} + {% if password_reset_url %} + + {% endif %} +
    + +
    +
    + +
    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html new file mode 100644 index 00000000000..a413e23754c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html @@ -0,0 +1,8 @@ +{% load i18n %} + + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html new file mode 100644 index 00000000000..f83984c300b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html @@ -0,0 +1,56 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +
    +
    + +{% if action_list %} + + + + + + + + + + {% for action in action_list %} + + + + + + {% endfor %} + +
    {% translate 'Date/time' %}{% translate 'User' %}{% translate 'Action' %}
    {{ action.action_time|date:"DATETIME_FORMAT" }}{{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}{{ action.get_change_message }}
    +

    + {% if pagination_required %} + {% for i in page_range %} + {% if i == action_list.paginator.ELLIPSIS %} + {{ action_list.paginator.ELLIPSIS }} + {% elif i == action_list.number %} + {{ i }} + {% else %} + {{ i }} + {% endif %} + {% endfor %} + {% endif %} + {{ action_list.paginator.count }} {% blocktranslate count counter=action_list.paginator.count %}entry{% plural %}entries{% endblocktranslate %} +

    +{% else %} +

    {% translate 'This object doesn’t have a change history. It probably wasn’t added via this admin site.' %}

    +{% endif %} +
    +
    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html new file mode 100644 index 00000000000..bc3117bfcb7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html @@ -0,0 +1,12 @@ +{% load admin_list %} +{% load i18n %} +

    +{% if pagination_required %} +{% for i in page_range %} + {% paginator_number cl i %} +{% endfor %} +{% endif %} +{{ cl.result_count }} {% if cl.result_count == 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endif %} +{% if show_all_url %}{% translate 'Show all' %}{% endif %} +{% if cl.formset and cl.result_count %}{% endif %} +

    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html new file mode 100644 index 00000000000..57a1ae36613 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html @@ -0,0 +1,10 @@ +{% load i18n static %} + + {% translate 'Popup closing…' %} + + + + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html new file mode 100644 index 00000000000..dd6e56100d7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html @@ -0,0 +1,5 @@ +{% load static %} + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html new file mode 100644 index 00000000000..447b8039afc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html @@ -0,0 +1,20 @@ +{% load i18n static %} +{% if cl.search_fields %} +
    +{% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html new file mode 100644 index 00000000000..b2b20549661 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html @@ -0,0 +1,17 @@ +{% load i18n admin_urls %} +
    +{% block submit-row %} +{% if show_save %}{% endif %} +{% if show_save_as_new %}{% endif %} +{% if show_save_and_add_another %}{% endif %} +{% if show_save_and_continue %}{% endif %} +{% if show_close %} + {% url opts|admin_urlname:'changelist' as changelist_url %} + {% translate 'Close' %} +{% endif %} +{% if show_delete_link and original %} + {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} + {% translate "Delete" %} +{% endif %} +{% endblock %} +
    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html new file mode 100644 index 00000000000..8b42f192f1a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html @@ -0,0 +1,6 @@ +{% if widget.is_initial %}

    {{ widget.initial_text }}: {{ widget.value }}{% if not widget.required %} + + +{% endif %}
    +{{ widget.input_text }}:{% endif %} +{% if widget.is_initial %}

    {% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html new file mode 100644 index 00000000000..acd5d5fc57e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html @@ -0,0 +1,3 @@ +

    + {% include "django/forms/widgets/date.html" %} +

    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html new file mode 100644 index 00000000000..a6eba931c41 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html @@ -0,0 +1,2 @@ +{% if related_url %}
    {% endif %}{% include 'django/forms/widgets/input.html' %}{% if related_url %}{% endif %}{% if link_label %} +{% if link_url %}{{ link_label }}{% else %}{{ link_label }}{% endif %}{% endif %}{% if related_url %}
    {% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html new file mode 100644 index 00000000000..0dd0331dcbe --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html @@ -0,0 +1 @@ +{% include 'admin/widgets/foreign_key_raw_id.html' %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html new file mode 100644 index 00000000000..780899af446 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html @@ -0,0 +1 @@ +{% include "django/forms/widgets/multiple_input.html" %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html new file mode 100644 index 00000000000..9251527aa56 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html @@ -0,0 +1,41 @@ +{% load i18n static %} + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html new file mode 100644 index 00000000000..7fc7bf68339 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html @@ -0,0 +1,4 @@ +

    + {{ date_label }} {% with widget=widget.subwidgets.0 %}{% include widget.template_name %}{% endwith %}
    + {{ time_label }} {% with widget=widget.subwidgets.1 %}{% include widget.template_name %}{% endwith %} +

    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html new file mode 100644 index 00000000000..e4eaca61f25 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html @@ -0,0 +1,3 @@ +

    + {% include "django/forms/widgets/time.html" %} +

    diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html new file mode 100644 index 00000000000..69dc401ba19 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html @@ -0,0 +1 @@ +{% if url_valid %}

    {{ current_label }} {{ widget.value }}
    {{ change_label }} {% endif %}{% include "django/forms/widgets/input.html" %}{% if url_valid %}

    {% endif %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html new file mode 100644 index 00000000000..e9a55450244 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html @@ -0,0 +1,14 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %}{% endblock %} + +{% block nav-sidebar %}{% endblock %} + +{% block content %} + +

    {% translate "Thanks for spending some quality time with the web site today." %}

    + +

    {% translate 'Log in again' %}

    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html new file mode 100644 index 00000000000..784ab37278c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html @@ -0,0 +1,20 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} +{% block userlinks %} + {% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}{% translate 'Documentation' %} / {% endif %}{% translate 'Change password' %} / +
    + {% csrf_token %} + +
    + {% include "admin/color_theme_toggle.html" %} +{% endblock %} +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +

    {% translate 'Your password was changed.' %}

    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html new file mode 100644 index 00000000000..3d66aeb1623 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html @@ -0,0 +1,66 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block title %}{% if form.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %}{{ block.super }}{% endblock %} +{% block userlinks %} + {% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}{% translate 'Documentation' %} / {% endif %} {% translate 'Change password' %} / +
    + {% csrf_token %} + +
    + {% include "admin/color_theme_toggle.html" %} +{% endblock %} +{% block breadcrumbs %} + +{% endblock %} + +{% block content %}
    + +
    {% csrf_token %} +
    +{% if form.errors %} +

    + {% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} +

    +{% endif %} + + +

    {% translate 'Please enter your old password, for security’s sake, and then enter your new password twice so we can verify you typed it in correctly.' %}

    + +
    + +
    + {{ form.old_password.errors }} +
    {{ form.old_password.label_tag }} {{ form.old_password }}
    +
    + +
    + {{ form.new_password1.errors }} +
    {{ form.new_password1.label_tag }} {{ form.new_password1 }}
    + {% if form.new_password1.help_text %} +
    {{ form.new_password1.help_text|safe }}
    + {% endif %} +
    + +
    + {{ form.new_password2.errors }} +
    {{ form.new_password2.label_tag }} {{ form.new_password2 }}
    + {% if form.new_password2.help_text %} +
    {{ form.new_password2.help_text|safe }}
    + {% endif %} +
    + +
    + +
    + +
    + +
    +
    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html new file mode 100644 index 00000000000..e6a383fcfec --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html @@ -0,0 +1,17 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} + +

    {% translate "Your password has been set. You may go ahead and log in now." %}

    + +

    {% translate 'Log in' %}

    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html new file mode 100644 index 00000000000..5e1478be83a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html @@ -0,0 +1,48 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block title %}{% if form.new_password1.errors or form.new_password2.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %}{{ block.super }}{% endblock %} +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} + +{% if validlink %} + +

    {% translate "Please enter your new password twice so we can verify you typed it in correctly." %}

    + +
    {% csrf_token %} +
    + +
    + {{ form.new_password1.errors }} +
    + + {{ form.new_password1 }} +
    +
    +
    + {{ form.new_password2.errors }} +
    + + {{ form.new_password2 }} +
    +
    +
    +
    + +
    +
    + +{% else %} + +

    {% translate "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

    + +{% endif %} + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html new file mode 100644 index 00000000000..8b1971a76e2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html @@ -0,0 +1,17 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} + +

    {% translate 'We’ve emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.' %}

    + +

    {% translate 'If you don’t receive an email, please make sure you’ve entered the address you registered with, and check your spam folder.' %}

    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html new file mode 100644 index 00000000000..2a428c48ceb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html @@ -0,0 +1,14 @@ +{% load i18n %}{% autoescape off %} +{% blocktranslate %}You're receiving this email because you requested a password reset for your user account at {{ site_name }}.{% endblocktranslate %} + +{% translate "Please go to the following page and choose a new password:" %} +{% block reset_link %} +{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} +{% endblock %} +{% translate 'In case you’ve forgotten, you are:' %} {{ user.get_username }} + +{% translate "Thanks for using our site!" %} + +{% blocktranslate %}The {{ site_name }} team{% endblocktranslate %} + +{% endautoescape %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html new file mode 100644 index 00000000000..e12189af542 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html @@ -0,0 +1,32 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block title %}{% if form.email.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %}{{ block.super }}{% endblock %} +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} + +

    {% translate 'Forgotten your password? Enter your email address below, and we’ll email instructions for setting a new one.' %}

    + +
    {% csrf_token %} +
    +
    + {{ form.email.errors }} +
    + + {{ form.email }} +
    +
    +
    +
    + +
    +
    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc418ccbdb67e73811510ef5313c314406e8cd43 GIT binary patch literal 213 zcmX@j%ge<81f9`(nIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJVmFSn}7iAY0Bqpa8 z>$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8mN{WE$5>s+B^Ylwna|?13OHxY`(~I@v<1_OzOXB183Mzkb*yQG?l;)(` X6|n*x!3e~~AjU^#Mn=XWW*`dy!#g`u literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_list.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_list.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3373b13ded54225285d82dd3349cc9de6290a2e GIT binary patch literal 21114 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..61b8acd58a126983fd471a066bb98c4f425f87e2 GIT binary patch literal 5426 zcmb_gNo*VE75;~_aHlAVQnXPTNwj3fHW^2jmqanDT6SznP}17YVk0Fe&RC+%MfhiE zEuaD#ND&7RP`LqW888qPZBZKz&})uKP62u$r52n{T|hvSLv9r97EMllZ-$g8o9d|p z^5>iXZU6ed_xNYG+d<&@$91cq3MY?<>^4ek9tu8`MklJF6^W|wVqEqmN5C0ReWJqDlnNcNA& zu9j1BfR^h3EoY6Et47OxfV{g#-cuv*0r_szdu=N<)W~?3n4tH2WKRVd-KNUP`9xHe zfwrDYr&M`S{T?Uqh|!xarDBPU5>KZ_rDQxcm6qgKWp0LbH?+9YPd~KaD$kG=Mq;w$ z7NOl)X0BG!5GN!H`_K;b9LPWaR96jl!(!Mt1JV|h9wQ$dCuGHvwE*=pP;8c+Zb9H=yo_ANz9I6%KIn}WsStZ-!%8irk4}`s)T>S$Fdp-xZ^Z6&ssJpjkuJw5?tRYvm zA~_ydsx$-EF2hPN#%e6oP(kPNU55zIIV!_p7NcS!uBc-AhB!~<`Sg4SkGK@M5tkE^ zBC4}dRa9ovnS>-#IVH(d9FN|LUXIcDyei&EQ^S-xEAP`5E84&pr_<^zm;pz4Gf*Wd zMpKd)PbK0hSqT{ibi2Vtrru(5B1TUHyA)Yfmf8M8iq0E`b(bX1<6u&;xU78tDlCfb zjwTZ6g-9k9kHO`;5EOJvT++EzG%4$zUGb$zTvGIgns=PMZcj!RC*{9#bD&%{&Fgf2wqamczgno-j*3hD(ub)t|1 zyhjqId+Us>Mpc#SLS|lqjnFwXtMgJOIj;n*x;1779@D(9-csp}FZ5D8Hx*}lb64=r z;z@w#$HnkMn%-3AqcK?tkIh9>GwCronGTQ1x56r2l8m14Eje{7oQO|{=a|Oe}7oy}ep z?MR{R$oA-kFF!1dzVmO^(%+;Fy|H$FeZ1HeDs+Xme4#RSmTctI$QM(ElM^5lXwnY9 zx;B3Atxw+qW}vAgknaACQ}=&S^dB$yj~D$T1^>vV|EFJCo`{1F`G+%)JjKH!g~KCX zq`%2*iC1@8oNmv*Shw9#Vqu&mk?^jMr*2Pe_n&-n_~@S;j~w}-iLJwvJ3MQ5JY#uY zD7lEMIXCq~xgW;zLsamI7Ee={Jo>yZmAR^31 zsUlOISJOA;l!CrQkp|#L@2GD)0;i821A!sfDEKqyLPPL)oysT0p&0#J5Wx8ascHrC}-Bb$WVZWtOel90l&7&J7dCG z*16&``h37+T?DudKygSR++{(ILIRj|RrG`vcSR1ZVJ~tW6|Qx~gB}e{=SqWG0YFT0 zs&KX9&3fnf>gw$MW*aJY{a}wsZX7>YZG|@&JB6I}fOYZgtxL_waGp3a)WvylS$Ecx z z(OYr_;Mk}n=|XH40;{as;z|Uec3!ulNF=K0b^zIh2)

    +jr>*SOFk}Zwg=(j(h8V z7KYh)DkJMnvr)wmoR?`bu3#prw_u;?F;dgrjNP~5@NJLA_5(sWV$oE^tM08~MF8$^R(dLvj-=!TIt*J%PhxWd8r@;2#1d&m4zfB6 za7Zz7P(L)mMk*rx3O11F5{l4I@je^MHMUM+-)U^lVDlO@x(!E$uJyJm^}_nL?Bi6I zm%f4eY)oBLFwaB4-1nGq$Dw4VlW{cyXM$b;F;r4MGr`M7oK0(oJ_+T{X>Q-zdj)rQ z?t<3Py0%dyyWFLaIMxpu9iH{W-v&~X}3 zGx$pW_|-!2ojf`K92zcC??;0xjPLx@A z+xB&odH4kbEnW8}?oMpDAF5lv6Wf8K8z|q~rg{57vbSy9+X|AsZ6Mj$rUgf}f!DS6 zzRmXV#-i49c(Z5t;d}XxlRG_L#J(oLz5(KD$c@twY!t;E`~QHOw{i|Jzcmnz4ub6} zexV-V=yedwu@ejuHCoeu@Er?PUUNA-ur`d=qMyec1PtVCQ zHKL}|38nsY`oQAzSS>Lh0g8Rj)}S=Ee6&uWGhLZkyy;3bT!r>wB_duke4k>1fLIC9 zlbL!1jd6h$HWajDk!J#Nb(@L9-`oMMb$BmvFvhWOF)(W}5{GYr zfPYvROc|hZ4nv|~R_c&FVWkdzy+Cnx0H!&Reg3IenM3lxQ)bnlh5r+l;a`RoX0;zG z^q1j#+^8sVw$DBFs%OgYS;#V%Nk37!s#<^;KwEcAmDGoSpRAr=AdBq#WPu5?%O`#= zs~MUyATpInPD9xUC>fIz2}R5(GFE?LR0ObrYLiwefnOXyQ!;eFTb!TjyixOiI;lW)&){I)_(r&zNy+%m7}A+&Hp` zp+(;X3%`V~@*8NN?0`7u$(`4Hhswmx_uR2Tm?{&iz30xD*6uG8!QHdQmn>}K8BIKd zp}Hsz7sTPUOJ#wy^=iKM^`G4xzk7bi4T3u?=#_XdQ}Pj8d(kQutYXo6WYc!zp4&Y;7BAC?#v2XFn8kkq Dq24c* literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..181e2d4fdb22ed3dab9a42c5dee0c8451a6ce2c9 GIT binary patch literal 2915 zcmZ`*UuYXg8lTm!q+PB4I_uVs<$sCuM@=L7k{oT*BuzNm!Aa_drag!X(J9)kEoE0y zW>-oaR#ycI=Wqw-BL%zUN&_vlrF|%+aL;#8IJg(-Heh#fsKccXd2{RIIQ(?qjI>hD zI0Ksb=KFp#^X>On{|JQw2*#avlKKDm5&9S1xPxyKn;SqZAr+~djtnl%8J@Jq;M2Sz zqy>)hJ-XNMrG1R%b-y8|MMev{WCYRyLr%*^Fdbw(uO2eO=`e>pNb?nj+{e1>mu)f~ z)uM$xUA{}HzV}fF)AJ0B|0&Eaz$Dz$-BlI8lD_0xdo`%a?{l47d*=g*&=V?32t+Dp zv8iRQn>z7Viq|V8OCw?h>tKUe)li z@na-5t63Q{hx27CQ^wl6`J2R#TXHxr!EIVGS5mc{r>iOQ0ZqNJc^W401ZSfHP}|2n zPW6D~>62{;lW_OAk9?OJld5XPYD&*vO_k@Z zxl-|H@)t)^X5P{c!?|nOSvcAT=1N5i1CFVaa*bzYXU!HXL+zX_&yx^C&@I&sKL^^# z@H6{ix{cO{$3A}V-g{qrSH@2}lx9X`hU|mQ60$ln8@ZtX z2I6M02=WAncfn#(&FxAmxIl9>U`x6b}dHg&u-U5$?tn4+- z%+L?jZdx-r0r>9dxOEGxyM(}X9erE~0%yCL)r4mtJROAh83?|E@L6tJBg^Z)Vt3x? z;QSVpgVwMlm$Ln;KtI_YO*aC6qny!A#wa5q4BnD zKr->QpeouzfdlH~Gux2A7D=5TR7IOcH~NXll5sshM~4 zx}{;0gt{!Kz)xuK-r`gH%qO%UZE?pj4FpVckjR8_o)AIJ=PXR$C%#Hqg&L1( zF0=Mv<*j_Fh-u_wS_z0qODe5YtWz)w)9A!KbfPVn#9JjW*)D-eR#}o@2Dr(@V-&Za zPBi#2trUqU@wdwe;h_)`Z@E;il%eO8-~%;X#ni@lkWRF%k^pO5DlMArCZ<9cBNEil zS+Fo8vsP}70lWq!iJYrotQ9TB3wP~F_g$q-YVVP4qg5e$v#LrP+yA=}ABO|9f|?~T zcO9+EJ%4=l&Z~=6M;@wAto99mEPp6B#$IyzUTz4ztIELA`9Gb%A90lN`sjAysR;j0@ZKMB% z2jZbe{@_FLy{pe}wH{Xz$mB(2Afm1!eK_17Y~FGPs;~l!Nti3)gSI zz9#oB794rBA&ma_-zQOY;Ag~1vG0S?4Ib7llLp=2eko5T(RWE{@;Lw9D;&%T&(uuf zIT8fVLaR=)U}5pi;+h3Li#y_LMJlEZf$ZKfY%5k?H!-4P6l7N|q|5jQC{vEJz`U0^g%ffC;JOTe) zD!O(GPl6IOrOn^M1P0)^AJ7>Go%s+-xIK|-({_Gj&_E1FPCrUB> F{s)(xqN4x+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb0a9c8c183d465059f77a191d121a4483a9235d GIT binary patch literal 2106 zcmZ`)O>7%g5Pr}5 z!y0;sgnd9tkx(pENE{2{z!4-4y>qEskgcb3fdlF-D6Ob^V&2=V8HVBP1bjKxHsp`4q zAV9$PqoKV#>_3M*2r6O&6(a^N3WnH0E7*u^juit**i?#A2VKKO`2&=b=;Y`lZyNO~ z|I!ADWq_7RyTUL%fEH4I{98pO%eAzyQz zi+ZCm&%@bHrefM9h|$V(MOi*@iv-B*B6~jr`wDL(U-XeSGVsDnB460Sf%-}mp|;$P zww3l+JJud=$Nfkxe3FqTLOc6%JK=#xKtA>p1{7%)`LZAN6@Sc+`QyF>+Q<$BiT-QO6b{5`{;{l1bKjU(oY%adtqn)s~ELVPAoiN2|D1(o>f_?n#9uUBq!5E zST&6)9Cjy~bQ@;X)5^Bx5zBKO7K%!46Us;xO{-dPsO2W8=n`{<${Yg@l{|ZuSX5kT zT4iUPxgn@G1=?+5_l|Wcsr;0&V^rq>#R9;=TEwe>a!K#f8utr4& zGAeRMu;c5Prj$b_{1-(J3>%>1Ujy9c?TGJ{4)3|JiaZvkpJ@Uejz1ltjS zb7*y7t&LjYsd5By0er-#`cP_%KCT^XxBY|K2-cw`LNx}bXUK^7!cA-lzQ{SMvBEw> zH}Ti<$nO6vL<8FTdEOh4U1ikTkS%-LXUInjpz+e7x+_5|o`F`x;YeT;tw2S);kg@f z0GuaS-B1GYjGK$mF&Idish5aJC75Q=WidXjcuP_x#2J-|RjFEprl9Xg+0(*}M|yvWxxf;vieNn=Slt`uumF{J1n&DBN8r^waOt6X$L%4dxf`&M)3czdlUQ_Lc|7 z)IR*u>TXm_B=-b)F4l<-l;eHnc+cxArynMvQ@ZQjPkWVnsk3*KvkuEGhnI6vHn-Rf zHI2qJ4XWETnH<-&kDI!=e-hO+!!BzYZ(@FJn%JK(Wn!8z^RUA!#D?h`L2=mlb{Jz- zb7z1(-b8;#1W9=mo0Q(e|I8(%>@EVvli{WXn7h%c#r{&gVB#JQ224JD(L78en2{}q zH4dM@-0@o!1YyteL|F)~vFNbBdX|!V7}&0WG5#H${0qJIP|o6P@7N;*3wQh%$7&S| literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/log.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6aadd5ed4c7ec5c8625cb7258b28f2cd6d888021 GIT binary patch literal 3168 zcmb7GOK%%h6u$HDBYvfEXlR`#x}}B0h}tcWLQ5ZjLL(#;feM>cWjgWPIOEte?wxT` zhg76c2}c6qtX#ncR9iRhJ2kE z3UGqvopf7i?@R}nQi$z5CB#s#ldiTl24Q4c zGRU-SNY}}8>~*7LT5sF=DcfMV-iyc}j;?KGgq~$-nP@O;)3OXJ z-x66?V1@jGs^HtyEyW8I&64SQp#_~=dWm^z#bG?HdaA>Uvm7JA`*6UxJ7}2#{b^?x zZ9eam^&E4u69wJM+Y_v0XD8S~*5y@0>|__1wU8~EGud+0owKbMGRL0JI;P8xfZV*E z2hk2=&bC|*d^%n;>j%u$^G>#C=QHK17uGb>GF?qu+S?n8jK3X1_nw4dg|zmjYU*c^ z){~>~iM5{CS5rUl+kzvK>&60CKq7K@sRpS^X?bcXd1{imz5$BSK648K#iPLEpfu%} zd~}DiGT+6W_BJv(2uN_J{}4~WEY}S^EbvGe{|hD!vMd?WewbZ_gcabsldetfzJFC& zRtl(R2l+^J_9Gy6(}>n~dl8^fE?_Ws(6VwzzTF8QcqtpiMOX*|3*uG!>-N{@PQmSf zW0yB`3K*+OTAlKukY$Y_2AG3S1~I5<<#~^!LjrkT$aD-d4?vY+H#ln+UB*4d1d%R8 z)2c|57eX|#D}d>aMlU4vnMN1C?IZ>{vkb`#M-Td9LzAO1G|O}d$SZatN4rn2==YiOil ztywqob?e^Hap0z7cgIiMIds$bu5hbxJA0R&tcB`oBeoW6hDTcc0|F^i=^z3OpQEOE z5lt)EMx}`Jn5JE>=*9L4kAr)B0EZDA_TYd>6Sw0CF);*T;vm~~@`tPh_Wu!)0*AMP z;Xty@jf@Y06Vori`8^~Y!MPiN9tFFrvWrRuEq7sKNb~Rn_+GaQuiXl*(dGYG0+=ZR zsQCPLP#5C=rBC&NDD(wTpAnpY`7t~RZA<>keI`K52zV(TuMvJMt$jUOF@u8qo5DAO z9`0%{I*;}uz!OEDJ8{1$ohL@Dca=`)qY&x{mg;xxas|5&)u~@sDb#vXpD8lBXu5OM zor6OxycAv`owd2x$(vBUX^um=2IfpeD0|<5s(tcgdx6?Ne46H&s|j%p#V?37`4(x5K#(Ez8Px?|A7F&FL1M!CcJg+&GehdSg&1 zVl2NykvUW$ltEZo&ZUcUw!`RK6SQhq=%Q}9 z8F9Ly0*023jy;sWG3vMgmJ(D>hjMngVsg0MqD^(4uZZ0ZYywL!o-?`Qc6X_3)18V+ z6=1--TK)|;umgIs?kr``GjQ5?Ecr3r8S}z^f|p)8XID6&)_3SprpJ7#u??(e8(5U4 zIF_Gu$P0@&!aco!Q!YYhQHsps$mb2d*ZIqKz6wda@+Rjt=RSf@PgUl)Zp! z&oj#lijU)g{+cR&8jfeQc ziJE?`TA%naw6BNf^fu3fAPGl(bFJtAs=X2UG5XZ~WNJN`X(ltRJ(Ivbm;lr91hB{U zwGvO%-(59Zdxq+l*ZS@ckKS1L>eZVAU!JYa;{Jn>8Vha`H4p?xkG-_L>~yuT7i|CE zYezZswmHLf4*%^q%bN~1bQL?W2(qWZzdsSQ9ewT3@Tqn?Jj0JeBoU3yYcOmok|h01 zhJT3;*IrqV4mYF2_o5>!;RnG1DOrD|aeD3a0|L{{aUw@PJ#g*7@A9}5+){{~5HsQ9 E-@QBTfB*mh literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py new file mode 100644 index 00000000000..6615e98bbff --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py @@ -0,0 +1,544 @@ +import datetime + +from django.contrib.admin.templatetags.admin_urls import add_preserved_filters +from django.contrib.admin.utils import ( + display_for_field, + display_for_value, + get_fields_from_path, + label_for_field, + lookup_field, +) +from django.contrib.admin.views.main import ( + ALL_VAR, + IS_FACETS_VAR, + IS_POPUP_VAR, + ORDER_VAR, + PAGE_VAR, + SEARCH_VAR, +) +from django.core.exceptions import ObjectDoesNotExist +from django.db import models +from django.db.models.constants import LOOKUP_SEP +from django.template import Library +from django.template.loader import get_template +from django.templatetags.static import static +from django.urls import NoReverseMatch +from django.utils import formats, timezone +from django.utils.html import format_html +from django.utils.safestring import mark_safe +from django.utils.text import capfirst +from django.utils.translation import gettext as _ + +from .base import InclusionAdminNode + +register = Library() + + +@register.simple_tag +def paginator_number(cl, i): + """ + Generate an individual page index link in a paginated list. + """ + if i == cl.paginator.ELLIPSIS: + return format_html("{} ", cl.paginator.ELLIPSIS) + elif i == cl.page_num: + return format_html('{} ', i) + else: + return format_html( + '{} ', + cl.get_query_string({PAGE_VAR: i}), + mark_safe(' class="end"' if i == cl.paginator.num_pages else ""), + i, + ) + + +def pagination(cl): + """ + Generate the series of links to the pages in a paginated list. + """ + pagination_required = (not cl.show_all or not cl.can_show_all) and cl.multi_page + page_range = ( + cl.paginator.get_elided_page_range(cl.page_num) if pagination_required else [] + ) + need_show_all_link = cl.can_show_all and not cl.show_all and cl.multi_page + return { + "cl": cl, + "pagination_required": pagination_required, + "show_all_url": need_show_all_link and cl.get_query_string({ALL_VAR: ""}), + "page_range": page_range, + "ALL_VAR": ALL_VAR, + "1": 1, + } + + +@register.tag(name="pagination") +def pagination_tag(parser, token): + return InclusionAdminNode( + parser, + token, + func=pagination, + template_name="pagination.html", + takes_context=False, + ) + + +def result_headers(cl): + """ + Generate the list column headers. + """ + ordering_field_columns = cl.get_ordering_field_columns() + for i, field_name in enumerate(cl.list_display): + text, attr = label_for_field( + field_name, cl.model, model_admin=cl.model_admin, return_attr=True + ) + is_field_sortable = cl.sortable_by is None or field_name in cl.sortable_by + if attr: + field_name = _coerce_field_name(field_name, i) + # Potentially not sortable + + # if the field is the action checkbox: no sorting and special class + if field_name == "action_checkbox": + aria_label = _("Select all objects on this page for an action") + yield { + "text": mark_safe( + f'' + ), + "class_attrib": mark_safe(' class="action-checkbox-column"'), + "sortable": False, + } + continue + + admin_order_field = getattr(attr, "admin_order_field", None) + # Set ordering for attr that is a property, if defined. + if isinstance(attr, property) and hasattr(attr, "fget"): + admin_order_field = getattr(attr.fget, "admin_order_field", None) + if not admin_order_field and LOOKUP_SEP not in field_name: + is_field_sortable = False + + if not is_field_sortable: + # Not sortable + yield { + "text": text, + "class_attrib": format_html(' class="column-{}"', field_name), + "sortable": False, + } + continue + + # OK, it is sortable if we got this far + th_classes = ["sortable", "column-{}".format(field_name)] + order_type = "" + new_order_type = "asc" + sort_priority = 0 + # Is it currently being sorted on? + is_sorted = i in ordering_field_columns + if is_sorted: + order_type = ordering_field_columns.get(i).lower() + sort_priority = list(ordering_field_columns).index(i) + 1 + th_classes.append("sorted %sending" % order_type) + new_order_type = {"asc": "desc", "desc": "asc"}[order_type] + + # build new ordering param + o_list_primary = [] # URL for making this field the primary sort + o_list_remove = [] # URL for removing this field from sort + o_list_toggle = [] # URL for toggling order type for this field + + def make_qs_param(t, n): + return ("-" if t == "desc" else "") + str(n) + + for j, ot in ordering_field_columns.items(): + if j == i: # Same column + param = make_qs_param(new_order_type, j) + # We want clicking on this header to bring the ordering to the + # front + o_list_primary.insert(0, param) + o_list_toggle.append(param) + # o_list_remove - omit + else: + param = make_qs_param(ot, j) + o_list_primary.append(param) + o_list_toggle.append(param) + o_list_remove.append(param) + + if i not in ordering_field_columns: + o_list_primary.insert(0, make_qs_param(new_order_type, i)) + + yield { + "text": text, + "sortable": True, + "sorted": is_sorted, + "ascending": order_type == "asc", + "sort_priority": sort_priority, + "url_primary": cl.get_query_string({ORDER_VAR: ".".join(o_list_primary)}), + "url_remove": cl.get_query_string({ORDER_VAR: ".".join(o_list_remove)}), + "url_toggle": cl.get_query_string({ORDER_VAR: ".".join(o_list_toggle)}), + "class_attrib": ( + format_html(' class="{}"', " ".join(th_classes)) if th_classes else "" + ), + } + + +def _boolean_icon(field_val): + icon_url = static( + "admin/img/icon-%s.svg" % {True: "yes", False: "no", None: "unknown"}[field_val] + ) + return format_html('{}', icon_url, field_val) + + +def _coerce_field_name(field_name, field_index): + """ + Coerce a field_name (which may be a callable) to a string. + """ + if callable(field_name): + if field_name.__name__ == "": + return "lambda" + str(field_index) + else: + return field_name.__name__ + return field_name + + +def items_for_result(cl, result, form): + """ + Generate the actual list of data. + """ + + def link_in_col(is_first, field_name, cl): + if cl.list_display_links is None: + return False + if is_first and not cl.list_display_links: + return True + return field_name in cl.list_display_links + + first = True + pk = cl.lookup_opts.pk.attname + for field_index, field_name in enumerate(cl.list_display): + empty_value_display = cl.model_admin.get_empty_value_display() + row_classes = ["field-%s" % _coerce_field_name(field_name, field_index)] + link_to_changelist = link_in_col(first, field_name, cl) + try: + f, attr, value = lookup_field(field_name, result, cl.model_admin) + except ObjectDoesNotExist: + result_repr = empty_value_display + else: + empty_value_display = getattr( + attr, "empty_value_display", empty_value_display + ) + if isinstance(value, str) and value.strip() == "": + value = "" + if f is None or f.auto_created: + if field_name == "action_checkbox": + row_classes = ["action-checkbox"] + boolean = getattr(attr, "boolean", False) + # Set boolean for attr that is a property, if defined. + if isinstance(attr, property) and hasattr(attr, "fget"): + boolean = getattr(attr.fget, "boolean", False) + result_repr = display_for_value(value, empty_value_display, boolean) + if isinstance(value, (datetime.date, datetime.time)): + row_classes.append("nowrap") + else: + if isinstance(f.remote_field, models.ManyToOneRel): + field_val = getattr(result, f.name) + if field_val is None: + result_repr = empty_value_display + else: + result_repr = field_val + else: + result_repr = display_for_field( + value, + f, + empty_value_display, + avoid_link=link_to_changelist, + ) + if isinstance( + f, (models.DateField, models.TimeField, models.ForeignKey) + ): + row_classes.append("nowrap") + row_class = mark_safe(' class="%s"' % " ".join(row_classes)) + # If list_display_links not defined, add the link tag to the first field + if link_to_changelist: + table_tag = "th" if first else "td" + first = False + + # Display link to the result's change_view if the url exists, else + # display just the result's representation. + try: + url = cl.url_for_result(result) + except NoReverseMatch: + link_or_text = result_repr + else: + url = add_preserved_filters( + {"preserved_filters": cl.preserved_filters, "opts": cl.opts}, url + ) + # Convert the pk to something that can be used in JavaScript. + # Problem cases are non-ASCII strings. + if cl.to_field: + attr = str(cl.to_field) + else: + attr = pk + value = result.serializable_value(attr) + link_or_text = format_html( + '{}', + url, + ( + format_html(' data-popup-opener="{}"', value) + if cl.is_popup + else "" + ), + result_repr, + ) + + yield format_html( + "<{}{}>{}", table_tag, row_class, link_or_text, table_tag + ) + else: + # By default the fields come from ModelAdmin.list_editable, but if we pull + # the fields out of the form instead of list_editable custom admins + # can provide fields on a per request basis + if ( + form + and field_name in form.fields + and not ( + field_name == cl.model._meta.pk.name + and form[cl.model._meta.pk.name].is_hidden + ) + ): + bf = form[field_name] + result_repr = mark_safe(str(bf.errors) + str(bf)) + yield format_html("{}", row_class, result_repr) + if form and not form[cl.model._meta.pk.name].is_hidden: + yield format_html("{}", form[cl.model._meta.pk.name]) + + +class ResultList(list): + """ + Wrapper class used to return items in a list_editable changelist, annotated + with the form object for error reporting purposes. Needed to maintain + backwards compatibility with existing admin templates. + """ + + def __init__(self, form, *items): + self.form = form + super().__init__(*items) + + +def results(cl): + if cl.formset: + for res, form in zip(cl.result_list, cl.formset.forms): + yield ResultList(form, items_for_result(cl, res, form)) + else: + for res in cl.result_list: + yield ResultList(None, items_for_result(cl, res, None)) + + +def result_hidden_fields(cl): + if cl.formset: + for res, form in zip(cl.result_list, cl.formset.forms): + if form[cl.model._meta.pk.name].is_hidden: + yield mark_safe(form[cl.model._meta.pk.name]) + + +def result_list(cl): + """ + Display the headers and data list together. + """ + headers = list(result_headers(cl)) + num_sorted_fields = 0 + for h in headers: + if h["sortable"] and h["sorted"]: + num_sorted_fields += 1 + return { + "cl": cl, + "result_hidden_fields": list(result_hidden_fields(cl)), + "result_headers": headers, + "num_sorted_fields": num_sorted_fields, + "results": list(results(cl)), + } + + +@register.tag(name="result_list") +def result_list_tag(parser, token): + return InclusionAdminNode( + parser, + token, + func=result_list, + template_name="change_list_results.html", + takes_context=False, + ) + + +def date_hierarchy(cl): + """ + Display the date hierarchy for date drill-down functionality. + """ + if cl.date_hierarchy: + field_name = cl.date_hierarchy + field = get_fields_from_path(cl.model, field_name)[-1] + if isinstance(field, models.DateTimeField): + dates_or_datetimes = "datetimes" + else: + dates_or_datetimes = "dates" + year_field = "%s__year" % field_name + month_field = "%s__month" % field_name + day_field = "%s__day" % field_name + field_generic = "%s__" % field_name + year_lookup = cl.params.get(year_field) + month_lookup = cl.params.get(month_field) + day_lookup = cl.params.get(day_field) + + def link(filters): + return cl.get_query_string(filters, [field_generic]) + + if not (year_lookup or month_lookup or day_lookup): + # select appropriate start level + date_range = cl.queryset.aggregate( + first=models.Min(field_name), last=models.Max(field_name) + ) + if date_range["first"] and date_range["last"]: + if dates_or_datetimes == "datetimes": + date_range = { + k: timezone.localtime(v) if timezone.is_aware(v) else v + for k, v in date_range.items() + } + if date_range["first"].year == date_range["last"].year: + year_lookup = date_range["first"].year + if date_range["first"].month == date_range["last"].month: + month_lookup = date_range["first"].month + + if year_lookup and month_lookup and day_lookup: + day = datetime.date(int(year_lookup), int(month_lookup), int(day_lookup)) + return { + "show": True, + "back": { + "link": link({year_field: year_lookup, month_field: month_lookup}), + "title": capfirst(formats.date_format(day, "YEAR_MONTH_FORMAT")), + }, + "choices": [ + {"title": capfirst(formats.date_format(day, "MONTH_DAY_FORMAT"))} + ], + } + elif year_lookup and month_lookup: + days = getattr(cl.queryset, dates_or_datetimes)(field_name, "day") + return { + "show": True, + "back": { + "link": link({year_field: year_lookup}), + "title": str(year_lookup), + }, + "choices": [ + { + "link": link( + { + year_field: year_lookup, + month_field: month_lookup, + day_field: day.day, + } + ), + "title": capfirst(formats.date_format(day, "MONTH_DAY_FORMAT")), + } + for day in days + ], + } + elif year_lookup: + months = getattr(cl.queryset, dates_or_datetimes)(field_name, "month") + return { + "show": True, + "back": {"link": link({}), "title": _("All dates")}, + "choices": [ + { + "link": link( + {year_field: year_lookup, month_field: month.month} + ), + "title": capfirst( + formats.date_format(month, "YEAR_MONTH_FORMAT") + ), + } + for month in months + ], + } + else: + years = getattr(cl.queryset, dates_or_datetimes)(field_name, "year") + return { + "show": True, + "back": None, + "choices": [ + { + "link": link({year_field: str(year.year)}), + "title": str(year.year), + } + for year in years + ], + } + + +@register.tag(name="date_hierarchy") +def date_hierarchy_tag(parser, token): + return InclusionAdminNode( + parser, + token, + func=date_hierarchy, + template_name="date_hierarchy.html", + takes_context=False, + ) + + +def search_form(cl): + """ + Display a search form for searching the list. + """ + return { + "cl": cl, + "show_result_count": cl.result_count != cl.full_result_count, + "search_var": SEARCH_VAR, + "is_popup_var": IS_POPUP_VAR, + "is_facets_var": IS_FACETS_VAR, + } + + +@register.tag(name="search_form") +def search_form_tag(parser, token): + return InclusionAdminNode( + parser, + token, + func=search_form, + template_name="search_form.html", + takes_context=False, + ) + + +@register.simple_tag +def admin_list_filter(cl, spec): + tpl = get_template(spec.template) + return tpl.render( + { + "title": spec.title, + "choices": list(spec.choices(cl)), + "spec": spec, + } + ) + + +def admin_actions(context): + """ + Track the number of times the action field has been rendered on the page, + so we know which value to use. + """ + context["action_index"] = context.get("action_index", -1) + 1 + return context + + +@register.tag(name="admin_actions") +def admin_actions_tag(parser, token): + return InclusionAdminNode( + parser, token, func=admin_actions, template_name="actions.html" + ) + + +@register.tag(name="change_list_object_tools") +def change_list_object_tools_tag(parser, token): + """Display the row of change list object tools.""" + return InclusionAdminNode( + parser, + token, + func=lambda context: context, + template_name="change_list_object_tools.html", + ) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py new file mode 100644 index 00000000000..0e3046ae5aa --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py @@ -0,0 +1,150 @@ +import json + +from django import template +from django.template.context import Context + +from .base import InclusionAdminNode + +register = template.Library() + + +def prepopulated_fields_js(context): + """ + Create a list of prepopulated_fields that should render JavaScript for + the prepopulated fields for both the admin form and inlines. + """ + prepopulated_fields = [] + if "adminform" in context: + prepopulated_fields.extend(context["adminform"].prepopulated_fields) + if "inline_admin_formsets" in context: + for inline_admin_formset in context["inline_admin_formsets"]: + for inline_admin_form in inline_admin_formset: + if inline_admin_form.original is None: + prepopulated_fields.extend(inline_admin_form.prepopulated_fields) + + prepopulated_fields_json = [] + for field in prepopulated_fields: + prepopulated_fields_json.append( + { + "id": "#%s" % field["field"].auto_id, + "name": field["field"].name, + "dependency_ids": [ + "#%s" % dependency.auto_id for dependency in field["dependencies"] + ], + "dependency_list": [ + dependency.name for dependency in field["dependencies"] + ], + "maxLength": field["field"].field.max_length or 50, + "allowUnicode": getattr(field["field"].field, "allow_unicode", False), + } + ) + + context.update( + { + "prepopulated_fields": prepopulated_fields, + "prepopulated_fields_json": json.dumps(prepopulated_fields_json), + } + ) + return context + + +@register.tag(name="prepopulated_fields_js") +def prepopulated_fields_js_tag(parser, token): + return InclusionAdminNode( + parser, + token, + func=prepopulated_fields_js, + template_name="prepopulated_fields_js.html", + ) + + +def submit_row(context): + """ + Display the row of buttons for delete and save. + """ + add = context["add"] + change = context["change"] + is_popup = context["is_popup"] + save_as = context["save_as"] + show_save = context.get("show_save", True) + show_save_and_add_another = context.get("show_save_and_add_another", True) + show_save_and_continue = context.get("show_save_and_continue", True) + has_add_permission = context["has_add_permission"] + has_change_permission = context["has_change_permission"] + has_view_permission = context["has_view_permission"] + has_editable_inline_admin_formsets = context["has_editable_inline_admin_formsets"] + can_save = ( + (has_change_permission and change) + or (has_add_permission and add) + or has_editable_inline_admin_formsets + ) + can_save_and_add_another = ( + has_add_permission + and not is_popup + and (not save_as or add) + and can_save + and show_save_and_add_another + ) + can_save_and_continue = ( + not is_popup and can_save and has_view_permission and show_save_and_continue + ) + can_change = has_change_permission or has_editable_inline_admin_formsets + ctx = Context(context) + ctx.update( + { + "can_change": can_change, + "show_delete_link": ( + not is_popup + and context["has_delete_permission"] + and change + and context.get("show_delete", True) + ), + "show_save_as_new": not is_popup + and has_add_permission + and change + and save_as, + "show_save_and_add_another": can_save_and_add_another, + "show_save_and_continue": can_save_and_continue, + "show_save": show_save and can_save, + "show_close": not (show_save and can_save), + } + ) + return ctx + + +@register.tag(name="submit_row") +def submit_row_tag(parser, token): + return InclusionAdminNode( + parser, token, func=submit_row, template_name="submit_line.html" + ) + + +@register.tag(name="change_form_object_tools") +def change_form_object_tools_tag(parser, token): + """Display the row of change form object tools.""" + return InclusionAdminNode( + parser, + token, + func=lambda context: context, + template_name="change_form_object_tools.html", + ) + + +@register.filter +def cell_count(inline_admin_form): + """Return the number of cells used in a tabular inline.""" + count = 1 # Hidden cell with hidden 'id' field + for fieldset in inline_admin_form: + # Count all visible fields. + for line in fieldset: + for field in line: + try: + is_hidden = field.field.is_hidden + except AttributeError: + is_hidden = field.field["is_hidden"] + if not is_hidden: + count += 1 + if inline_admin_form.formset.can_delete: + # Delete checkbox + count += 1 + return count diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py new file mode 100644 index 00000000000..176e7a49ed0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py @@ -0,0 +1,70 @@ +from urllib.parse import parse_qsl, unquote, urlsplit, urlunsplit + +from django import template +from django.contrib.admin.utils import quote +from django.urls import Resolver404, get_script_prefix, resolve +from django.utils.http import urlencode + +register = template.Library() + + +@register.filter +def admin_urlname(value, arg): + return "admin:%s_%s_%s" % (value.app_label, value.model_name, arg) + + +@register.filter +def admin_urlquote(value): + return quote(value) + + +@register.simple_tag(takes_context=True) +def add_preserved_filters(context, url, popup=False, to_field=None): + opts = context.get("opts") + preserved_filters = context.get("preserved_filters") + preserved_qsl = context.get("preserved_qsl") + + parsed_url = list(urlsplit(url)) + parsed_qs = dict(parse_qsl(parsed_url[3])) + merged_qs = {} + + if preserved_qsl: + merged_qs.update(preserved_qsl) + + if opts and preserved_filters: + preserved_filters = dict(parse_qsl(preserved_filters)) + + match_url = "/%s" % unquote(url).partition(get_script_prefix())[2] + try: + match = resolve(match_url) + except Resolver404: + pass + else: + current_url = "%s:%s" % (match.app_name, match.url_name) + changelist_url = "admin:%s_%s_changelist" % ( + opts.app_label, + opts.model_name, + ) + if ( + changelist_url == current_url + and "_changelist_filters" in preserved_filters + ): + preserved_filters = dict( + parse_qsl(preserved_filters["_changelist_filters"]) + ) + + merged_qs.update(preserved_filters) + + if popup: + from django.contrib.admin.options import IS_POPUP_VAR + + merged_qs[IS_POPUP_VAR] = 1 + if to_field: + from django.contrib.admin.options import TO_FIELD_VAR + + merged_qs[TO_FIELD_VAR] = to_field + + merged_qs.update(parsed_qs) + + parsed_url[3] = urlencode(merged_qs) + return urlunsplit(parsed_url) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py new file mode 100644 index 00000000000..9551c0e71df --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py @@ -0,0 +1,45 @@ +from inspect import getfullargspec + +from django.template.library import InclusionNode, parse_bits + + +class InclusionAdminNode(InclusionNode): + """ + Template tag that allows its template to be overridden per model, per app, + or globally. + """ + + def __init__(self, parser, token, func, template_name, takes_context=True): + self.template_name = template_name + params, varargs, varkw, defaults, kwonly, kwonly_defaults, _ = getfullargspec( + func + ) + bits = token.split_contents() + args, kwargs = parse_bits( + parser, + bits[1:], + params, + varargs, + varkw, + defaults, + kwonly, + kwonly_defaults, + takes_context, + bits[0], + ) + super().__init__(func, takes_context, args, kwargs, filename=None) + + def render(self, context): + opts = context["opts"] + app_label = opts.app_label.lower() + object_name = opts.model_name + # Load template for this render call. (Setting self.filename isn't + # thread-safe.) + context.render_context[self] = context.template.engine.select_template( + [ + "admin/%s/%s/%s" % (app_label, object_name, self.template_name), + "admin/%s/%s" % (app_label, self.template_name), + "admin/%s" % self.template_name, + ] + ) + return super().render(context) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py new file mode 100644 index 00000000000..55b2c46fa56 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py @@ -0,0 +1,67 @@ +from django import template + +register = template.Library() + + +class AdminLogNode(template.Node): + def __init__(self, limit, varname, user): + self.limit = limit + self.varname = varname + self.user = user + + def __repr__(self): + return "" + + def render(self, context): + entries = context["log_entries"] + if self.user is not None: + user_id = self.user + if not user_id.isdigit(): + user_id = context[self.user].pk + entries = entries.filter(user__pk=user_id) + context[self.varname] = entries[: int(self.limit)] + return "" + + +@register.tag +def get_admin_log(parser, token): + """ + Populate a template variable with the admin log for the given criteria. + + Usage:: + + {% get_admin_log [limit] as [varname] for_user [context_var_with_user_obj] %} + + Examples:: + + {% get_admin_log 10 as admin_log for_user 23 %} + {% get_admin_log 10 as admin_log for_user user %} + {% get_admin_log 10 as admin_log %} + + Note that ``context_var_containing_user_obj`` can be a hard-coded integer + (user ID) or the name of a template context variable containing the user + object whose ID you want. + """ + tokens = token.contents.split() + if len(tokens) < 4: + raise template.TemplateSyntaxError( + "'get_admin_log' statements require two arguments" + ) + if not tokens[1].isdigit(): + raise template.TemplateSyntaxError( + "First argument to 'get_admin_log' must be an integer" + ) + if tokens[2] != "as": + raise template.TemplateSyntaxError( + "Second argument to 'get_admin_log' must be 'as'" + ) + if len(tokens) > 4: + if tokens[4] != "for_user": + raise template.TemplateSyntaxError( + "Fourth argument to 'get_admin_log' must be 'for_user'" + ) + return AdminLogNode( + limit=tokens[1], + varname=tokens[3], + user=(tokens[5] if len(tokens) > 5 else None), + ) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/tests.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/tests.py new file mode 100644 index 00000000000..636a6ffdf26 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admin/tests.py @@ -0,0 +1,233 @@ +from contextlib import contextmanager + +from django.contrib.staticfiles.testing import StaticLiveServerTestCase +from django.test import modify_settings +from django.test.selenium import SeleniumTestCase +from django.utils.deprecation import MiddlewareMixin +from django.utils.translation import gettext as _ + +# Make unittest ignore frames in this module when reporting failures. +__unittest = True + + +class CSPMiddleware(MiddlewareMixin): + """The admin's JavaScript should be compatible with CSP.""" + + def process_response(self, request, response): + response.headers["Content-Security-Policy"] = "default-src 'self'" + return response + + +@modify_settings(MIDDLEWARE={"append": "django.contrib.admin.tests.CSPMiddleware"}) +class AdminSeleniumTestCase(SeleniumTestCase, StaticLiveServerTestCase): + available_apps = [ + "django.contrib.admin", + "django.contrib.auth", + "django.contrib.contenttypes", + "django.contrib.sessions", + "django.contrib.sites", + ] + + def wait_until(self, callback, timeout=10): + """ + Block the execution of the tests until the specified callback returns a + value that is not falsy. This method can be called, for example, after + clicking a link or submitting a form. See the other public methods that + call this function for more details. + """ + from selenium.webdriver.support.wait import WebDriverWait + + WebDriverWait(self.selenium, timeout).until(callback) + + def wait_for_and_switch_to_popup(self, num_windows=2, timeout=10): + """ + Block until `num_windows` are present and are ready (usually 2, but can + be overridden in the case of pop-ups opening other pop-ups). Switch the + current window to the new pop-up. + """ + self.wait_until(lambda d: len(d.window_handles) == num_windows, timeout) + self.selenium.switch_to.window(self.selenium.window_handles[-1]) + self.wait_page_ready() + + def wait_for(self, css_selector, timeout=10): + """ + Block until a CSS selector is found on the page. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + + self.wait_until( + ec.presence_of_element_located((By.CSS_SELECTOR, css_selector)), timeout + ) + + def wait_for_text(self, css_selector, text, timeout=10): + """ + Block until the text is found in the CSS selector. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + + self.wait_until( + ec.text_to_be_present_in_element((By.CSS_SELECTOR, css_selector), text), + timeout, + ) + + def wait_for_value(self, css_selector, text, timeout=10): + """ + Block until the value is found in the CSS selector. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + + self.wait_until( + ec.text_to_be_present_in_element_value( + (By.CSS_SELECTOR, css_selector), text + ), + timeout, + ) + + def wait_until_visible(self, css_selector, timeout=10): + """ + Block until the element described by the CSS selector is visible. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + + self.wait_until( + ec.visibility_of_element_located((By.CSS_SELECTOR, css_selector)), timeout + ) + + def wait_until_invisible(self, css_selector, timeout=10): + """ + Block until the element described by the CSS selector is invisible. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + + self.wait_until( + ec.invisibility_of_element_located((By.CSS_SELECTOR, css_selector)), timeout + ) + + def wait_page_ready(self, timeout=10): + """ + Block until the page is ready. + """ + self.wait_until( + lambda driver: driver.execute_script("return document.readyState;") + == "complete", + timeout, + ) + + @contextmanager + def wait_page_loaded(self, timeout=10): + """ + Block until a new page has loaded and is ready. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + + old_page = self.selenium.find_element(By.TAG_NAME, "html") + yield + # Wait for the next page to be loaded + self.wait_until(ec.staleness_of(old_page), timeout=timeout) + self.wait_page_ready(timeout=timeout) + + def admin_login(self, username, password, login_url="/admin/"): + """ + Log in to the admin. + """ + from selenium.webdriver.common.by import By + + self.selenium.get("%s%s" % (self.live_server_url, login_url)) + username_input = self.selenium.find_element(By.NAME, "username") + username_input.send_keys(username) + password_input = self.selenium.find_element(By.NAME, "password") + password_input.send_keys(password) + login_text = _("Log in") + with self.wait_page_loaded(): + self.selenium.find_element( + By.XPATH, '//input[@value="%s"]' % login_text + ).click() + + def select_option(self, selector, value): + """ + Select the

    nfd^e65s5aPV^R%u4u|jNF)tr=WC`3E8`ydliukMDz)f*2_;N7Ucr&9Svg|#sz17pw*BXEL*0qnvPEvO3s9v;`hKo&VoPq^Wp{-~bG_&ter6{Lk)=LHLZ;zM$fd z5tJPDVax~7g9R5BJSe$P`gHC7Cn$B`fiISRr4q@JA7fmX+(VWk7BzIZXJ z$Z*Ay3rilXxv32D0E<@ua61N_^;xO4>!3Y??T=K)=dXWzF3K_Qs9b37ZyEObz!vwYra_KitmpF NDHD4=Zsw?|e*n#T+g|_x literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/utils.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..118413d1edd6b218f6ee28eefaf5f32c3ad9d7ca GIT binary patch literal 10210 zcmb7KYj7Lab>7A9;tdic0g@m^Y9*2)A(4QdrX(|@C6h8`TeM}_iA_<0LF|$Qg$HvN zltcuG(bR1~SBc2FiKua!AZ@3mM`^1}XIi)Y5j)8=o#~GPf-`{Da>t#dGxhWjMQPeZ z)0y_1y8sB9wBsxXXLs*C_p$eW=Xv=rHk+A&Yw^4%_^%?v`~qLfm%jAyz^Y@I8;rz^ zGZHK5LhLvTcP^w0bK@L~WqgPa3*!QP7DD>4VcbBU^&w-}G;X5LhLAaI8Mn}9W5^n| zjoVnpr1e-cUQ2tnm+p0?dp+Du;|-GKb!OZtS%Ef69g^*JcDzZdk!mHoR43I-4c`&Q zn{|xL&K@jJed8`Up#1R0d->@Wd=p;dt&$V^-61ssZG-uAN=?vzyWBv|%C)nD8do)) zeWLnJd!9YHP1(rSGO1Z^FOSSJa`Ws{TX}AkiiVjBH4HNW^BnIS?}G1ZlRM?Ejn>!f zJOiZ`$#sj>nvCzE?=6-0Zu;I@dGC>Sz*oAZHlTZ@cA)#Doj`jf5on*Z3#doh4b;1! z>tJL@Cqr;o&EpNPFxP&1g}KVT!dzk9UGbA=f=a+6&c}kGU~EC0nvVox!DvMB210&C zkri<&N<_aD4n{;N8ki5uk(eJD#A!Jq6Mrm9JRjqv$K0%HAC>)*OrG}>MIIp}N}$YI zRfg}zKuGpSpeuMb5c#qUyx7zi^2Zl^MD_)u;kjT4%S>TEx#Uy)Q}TmvZ= z;P>DTkQ+>_QkMV}me-YZCz#n1HfXC7NwNucmai_+p5J059n_R%rHbJ#=8w5^4D_~5 ztE4VwDzn1q9B@%NESG8bS?lI^e7l8T09TSr=pIjac8m48~r5I67KCKU*Pc`~{ zrRKb9qP^o@tHLGRXVnND(E3sxvMTt!B3zGVyjP;+k}~HH$clG()*qRU4$I-FcUZpc zjgbY3mUu7Ak;~ptaMC-s5Sxic4tWk7^eVxa+z0J0`KO_2i7^n3#0cRj_yF?44<$Sl?8r-<_-9ovrK0 z9LT&>=<3gP^=CVeW^0dSjmL_$&4t>ITx~~c^q#$G#grMmeXMZkRPNBJ!lCDKhn~yZ zpHH1GS{jxDi-RktbC#|w-}L}SV>Uq!VL>7HT>#q+0D~fcqGN;16hNaIfMpR)GO^MI zGur|Oz{ZrJijb5z7YqS#GT_*FCD?Lb5`U?O0RfiSBo}0od_>v+U0KN_1rw7HW-VIV zY6^V|*mt?NBpl6HJZTWfQUhZ?FMS>?zNk3b+!Bc*M-g!xA+31~%d={snniFQM zOK=Gu*RX?$)tCDOW#wWS{L;@Db5l>C)b>=AnlV0RM%Yq4Bu3|BVr)hh=lmq5h|ww0 zkBUqI07j-gqWFRwnn9>#IoO*ds8Bve zee?1E!4=n;&0}seL4~C1h^z|A9H>#13&|0J(xVz-SkR&%io6sI#8d&~A*`tUY%~}l z2oSekHC5)L3UrpLKxd=!I2#bn(ri>c?Tjc0M*KigB#k&oEiLy|x*>a!0e;HA0ZB3U zjf~YoPYdW*ZQ*3Ix@!IlhnfcWhzQ2%fI*=ZHXl9ys ztc-qd?B-a0M{mBVFFks zYZ0@&_^XEvj9px3bf&$`m7giSX4emFF*9542q#$bEvpP=h zWq!PO=aW|MCl(fHpdx%wjUt8b56o0}(L+hF8$v5_WuVViw}J+ENqo6h65vn&9X)F7 zt1PvrhJ-E-yOGpMMi4860ll`fBC{1cQRafaP36AJB9|0mh#PusYe_1iTjl~q!6yKq zaMwxZgplBVV7XPANm3uHh<8FSS*z6m*cn@Vfa3efXawxACMKF-h*KmQ7KwcBMKKl? z{Sooy(HGA=3#I;P^Z+!mc=2Ogu6VPi)%z;iybpj#qS4qR)_V%zT?4Na&%UeRON3QN zFcORf{UP5B^%i^~Z~{WAOOmJj^Pw2H08=uNBLVaTA~E@DOf`jqkxRZwzapy^;=kgP zBmT*dEUArC;3xQk5e4QB9!a@8&JT1cgYkZ|$0L?H?IY2UeEhf=2rHHD&E_t}yp_kS z@-wk;Xw1#479~1QU>icLV`YQy4nW*)O9D|x^#TSKDBtc+Qjpdbc z8wpCQswcRxbE***gBm;4pfy)iJDNQ0MKjhaABci3vCYj-hJwlrj0T#E7@-@m{5&oR z*^hnJ$7Wzy-=vI`ssKqfZOlQhO<%1o^$iOZ^TWE5E@-TvOi&e4Rw5=%iQqg(pl$$} zz7HhDteKhCokek1v1{<2b4RwVKkqzRa1Q01L+^5V=WwxUM{#%eeVd_9pE|u}XIgsi zxSqMK&mMawxBr$=- zi)RYf?wqx|XslUsEZT~WJw;brv9`U~+PP+7Y&{Pcy-lAQc~}FwZ0V(y<2mP^yrnzK zcavtAW!%=Kc)^E}Ly8xk;#MH&Mrdz#cmusV7xKqst)vD@06wsPinpUniCd7vKTTiU zf-2CiR35ufjpe4QUTdOqz#4D6*yGtZHrsO|H~SE1WLFy^D(XamWzI1`J_DaXCu>0oSTe$oS8zE|r3wMFUCI~j^jdJi7j z9|%l=>qrNnuAx^OU~Zw~*+WN<(LP@!t*{Iqqdh+5=G3~)!-5upJ@m%{GpaC6qVscZ z9eDy+$rum?8j@w!20&+PFIYQr){e|@-s(<`+%;H>wGB%z-8jE| zK2!JR#mq~8asK<~Z`b|l#cb`NtnrX$&G@WkN0#3~5gMqDMNr36K>R*De4YI|hc2bW zUS{6lBreUR*(rz#UN?a|2=&^vT`aR*MDlrU55PfJc0gHX0izCBq)`}*U@RM`_@VHE zx~Bnt4}J;cTRNDmkkWyFCTti{=&Xd=3HY$2A!$sSKHCG{ZlVb`VT4a-7p>r#;;5gv zwl#^{1Xqg|qDz<}wF%Q_`L|Qlcn8^p@Mr8d*`zsPo@S?+Dcw2dZQU5CYZS%AO|RGD0)REZkx(uBm=Ro{|Z&zPhh1UOqv{ts)k?$ zpNMLR&e5=2HIzhAWqo81Wz~cbx&a|m>w=0e0G80F$PtLGKqytiJPDz3RM0gjsdT)h zQkr)t_)x^-odF_)`m3_9SnL@HMFakjGU%aPUxh9d#N@A1Owm%G9x66Ar=Pml>b=e9 zTaV<7&1p7$WNFX6+NSGYUHodHwmVnbU9>iU*LYvB*v)H3rmp!TM{B{+nR9d&9DO-Q zU%}CzbM)VB_b#8h{l&kV_~FFgTwD{lhWh&)Usu0o!d4EZw(-6bp3?kUGgIeGUoQEn zRB&J~#@vFo{swBKh@x^}r&IyIKvA2BJRMX(mBY$JqLCnc5B(T0;YQ@3k)#A4MPwua z{6-W&@m28&ZHb)Qt_=wR6NcoZ z9ZFlQB0&iQx`@BUOdzrK$t$7TE>0{vxSx1ykyoGq8jNG*c_dFDnLu&@$weeSASI~+$7vGY6!gR^f}$ayajW}@ z&>?fc`X;vd1`u$C^o+4K^;)sskv0@-oQ0b9TupnSraM>DU8p&ct2vQ+>YkWI1WNh_I-HT%%*_#S>F=rPGc6ZM1F4zy{?1zeW#|`tc`AsXx zMr{qqhOGuR|_u+)QWSoNu4kPTa1`mv>h>Ei%EiYwJx?b61r6Fn0{&-V;WT-i71 zj_W3RAZ~?{iR0UQBba5aPM>XuH4K(s2jf&uS3%go#Sgpy*`Ld@I3JOffPYSwXv7?t z@e_XlT`Dbn(4y`b6hu66Z%@zA@rw!SDowcE@G=3Hd#}4^Vq(bMbAD*=zKfj~5)%{W zCr_Rjzu?|9W0V$Ze|qVR(NrQ%i3Of?6tR$c!@HJ1E0@w#8hI8u(ODqa`fUa>i)>gy zW2J@9kBkE$e|S>z55{|l3_c>b{1|d?e9nfFEOY(?v{pnQDJD~wIq)ZrrCm!WmOEGK zRu0^BEbmJ(s|QxkzI`~w&|Lz%+6KHTr_4`c+7ki_T$HLgsEyl?OctQs-@;GXK?nP# z#diI%#m9=q<9Cf-0M`Qp4;W#1L9eM9T&VI@aXP;XC6M)JF$10CAWkhAYK#~meZy>| zWFS-BuVt!}LQ)SAqmCw?ED2uXE<`>g&mpFFGeje3JmfOL9z6O>>Z8_TfgVTu{2Ia+kr> zZHaswK8(Pqo9LrmLnJAY--Dii1V80>fPn6I@6YjjvV7~xEB732E7O@kMp_By9lh&} zMd(>Hg41>mw1c&FspE~~EAC9}PRqU`xQk!TS$n{3EZXc#Prfm}a(dNqXGdSTA`2Cc zrnCtgc4Yhz&lDS)S2{A>O?SqBvoG7weaG5;zX=A=wzt}a#Lwt}--CYw@(jb`7DFNe zVu8x`LPhD?h$&!;pTh0g@XZq3w$Vi;`v~>b)~nPbB-%^kZ0LroY?6nqK9Jxk)DS{C zB0x$)cWD?FQkT#v26zJyO>y65Z?G%_AkkerjS%=t4vr&qW7>v;;hqXcBn+?VK9JX7 zRFVSXHfURJ)3!_7b^>WO+-Tf3bnwxwf^3_tY_!|D>sB8Qp>4ZD{s5X~;isU&|4-`v z)Hb9>i*@aVy6#+E_o^XZw||`xgx0ihuW|3{k-vWY?Z7C2|n)aR6LS$D0ThcqkHLTWj|12{l-E1Sn`2MpZ6@@Prsnu`bH za1O>|nE(&k1$w%|xOILzpo0c#r(l&ubipK%?wJBXrub?}1-?qd%#!ZIG;LVC0s$gT z*ivrV(j$&|rais1y8|BaV$aa?1O7oUa&GUWw+HW?;upR!C|-opN(tpYxP=><2DGM| z+CZVVlQucDr3ntOrGLtMcnfc(`|1YJIc29>&COA;sSR{ZN@}N!V>l6`2B-w{4g6}j zZq!g;T09?w=-Qc0Ng7J!s##;h0k-1aQMNQy<16G30b45klzAW!@H&{?p4I91`=8G5 zdggxwt{sdFkbk$fA*NS^HI6aYEjgEztf_V7rObhwFW)ilS>u2u%eSl}D}(}j2G$u? z_(IOOD{Whf7wcU&yvyE9-|d!s{lKDOjf1+6EcL0eUq7@#0|o8Xx11-e#!cw2Sg{0D zSF9M|xyp)dD+d?AHRYB- zUeH>hE8%xEV!!#;nP}v7Pz;z`4o&- z2GcP9Ded0Ykrr6Ev9Y*7rw#@lm8|M4t=negyY(f#4oVrqw-S=cBDAOyf>+^n%jrkO zb=uUiLT&)_e_?|#5OCe?%+Br{-MDRcR24FSqJB-Y0;Jz(#q0_yA}v# zT`OP8yu2!B+YaZfhtp?@M(0XXrZLmCvU9aR=Q@}(9!%Sc4ULP&H4`+2nkd`sg&Zw?!pW2Ol+ZuPB4|rCovY-L%{2#e;GT zleY&7FAok!d60K9N#vhDda8a=6~U*VAx6XgFE-F z_P>AlxqSQc;3F2>_mq%Ubb;5P+d!CxrsmbItZRSHxW9}f0a(xp{LM(x!+_KqzzBIW zlD11GWB69K*4x%|8}+wJh^1juoEw-Mq!JA0Dc-q3SbcOv$Txw2LoR?PJug>BFjjiN z;hXbe8l7OwVS)aXE_i^0dy4~dr5Bbjz%k(NytA+1Jd$%BxjpsHWZroqZ#kLePim18 zJ4R4M-1}974-YiqKN@K0WR=5yNHl{#7$pilI8{qUT1H4aZ3VwinUe!C?LgL|9ZY#3 zKc;A>Fs^b5{dWUM8_8GU6e=_a-QxbMO`GcRKTq(ZBGdHKRa^P&2C~;g))G>9xTXE` zf|eO4LUI!c z2Ai6{jeEkThZE5wC^s~v==SS_bqypE+v2_ckWy|dE@Ejr?WeU-mU+c>pfTA@l2MfTi2V} zw)K`qc9dN^%$#6H*auua+jxI3!@G*S_0uwSMPp;O+4GRo3Fx-8?EGHq&DOWt(0SlQxe5xXJROMIE7*|KAsM@b4aZN-M)%vw0u8ruTdcU5;brD0<=r@wMK2i`h z`AsBlh?t`mzlFq&k;16eZ;jggwrG*RC~EiHNqRw~IO^~_NZb^0Moau9(NceD)a7@P zG;^dZTJA3=aZ98k>h`-yyf9K3t@2lqxHVE8_4qx}8h=f+)?Z7~Y>~QXy}zEsiy{rt zP5wpvF^lvAr6_Dy?wkxSSNNOddR%NB`B&pSq z>d8voMN(@ZwKglYi=@^;YJFDf6QPDzDgTosZxiG-X65ZBsZEgT%}U)vQkx;QB`bAr zs1@3ID%1vWUubj4_bTn*A8LnR2PSE6$FFg4172FRgrnmzmJdW@p@|3s35LN46C4Z0 z1|hC_I>?XUGdMoZ!BZOyMZ;qdadLccXebb6qNf=)z%rki2(wHGOHAKn5Z-pX(p^33U=@-jz zvB(*Q6-}5o!A1t*olwch1&5fxXpBsn4MsZx)k4f*j1BTJ77ADgVf-*usjvJb%v>=x z8wd^#GUGfKc=>FQ9p*&mhQu>LHb9c?_&Sm`G!coU)6%aQ334#|Bn?LbC3)r?4$pj& ziNf^r3=aL*G;9Q~O0-~0XCNVf6DXQFo(+!&#shqCnDc5yIsls>6bgtsm>Gs=L=6`_ zgAi&BN(V)P=~F{J*bl$|Ip86N^3x&8uL{wAwTfaijP^}@C4?Djhz_Ymgecwk=1JI3Fo8 z2&hmAh#;--|KKKouhEw&UdbBGE|*T_wuR_86;N{G)TmymphS3s933U7S^gzGM=cwF zmIKg}j4ly?#8{-%j z2MG%shDA0rush*Yjp5D_wcG@pC(#fJbK^mNa0Ipmtbb%k)FT35I3BhL?p0lS&l&@P z!AOwf0s#)E9+&L=MO&7$zu~1G~{dU|CoNs)R-2(5NDt~D6_~h<)Kt4AB z;KTFOudI%wwfVNS`CiTbneIF0s#I}lvbb3&ZhmXq+g&%hk}dm%mi@POBw7w9ijORt zkE~c77tRXS>UsULb=N}uZR@VZO@ejTvSHT)XptIBZ*h!MxI;|v|KJ<|vhS4K3o2M` z4F#k+Ou;(S-==x^C52I)9LqdMacy$~?8`hmPu^SKrj@;OgYxQF9JOe}!=7H&Kq$xu z$)dCEkjHLD&?ZeZX+w?B1iO2w^IX!EQYn0Yj zu&Pp93sZL2sv4fZvX@?NzSNwwdj-39q5kdG8?6cZj#VvWt*Nmvr8O3?*p}BQ8UkeZ z1_EM1AWgU+ZVm)KGZBm+`hs8j0G^9LfGvYMEG_}r5Tx6pCA~8T894B5 zV3TtMMb~7yuAm&CC4n%OAOqNNMsNp{Gx8yH0ME!UHLWsIygX-AJ`61rj%hV7Grxc< zANSnIwdIpCt%16EPEt4Zns!h%Obx0&1t)S^3sgZnq`IWKXwXp8x@m1(7uQTd_q(Z2 z!P$Qa`ai9oHpC61W=PBl`OdH052!Ds>l>#FG8ADHw@Xfl7mV6-lHjL2l9%A1PMfC9 z)0VjD9L?6zS@dPp@o>GkDWu{{<@AtRZYOTUamg(2v?*?Wtk%qr)tWhOff2VrPYbig zny+`3cp)C*$7wYVWf3u5Y|~J2{U}z;2_cO$|-XhlvT_!&3GVZ6|uHKe<$ zuq-rnF`=O@zOSKRZ&u5-F4zEzKLtHB$XGn2kE_Cf%_ZDB2%^`ZYFc}is-t+fT&td9 zK@59=y4Y}*I;VbtI!k+v10p4=;h0Qm0Cass`+oh85N-gWC0v=75A#68HK${tNl}B$ zv#19u$p%^Y2{kx!`n^RgPNT$&hM1w?M1&W09B}!-@7k5qC{+wIoTvrL8s)?yCF}G= zIKqd=IQAK6N8%@}<3W~V5T_z%I5y0}cq!2+rLvG#kH59tcq9xj19<@$3l_N=LU9P% zg??oS3brij7{XJF1}GnZ{&1oiplD9NUrI7bq6tCy>~XASKtw_&gv5~lWs#7x$4D;D z3lcR^{W3Etny_$sk|aD|1f`G}$qv~>t>I*vM>?5>(0sXctsh$9t^j@lx|XsQ&1hCt zZez)cvm)ti6r7C-r+21zy?}C6%?%~1b_i8Fl2yBfs@;jIy@}GNX8KYcJCYs!LP!7K zRUBHVn|o%y`0M@46^CYy07x};E}j#b_THx)mJ-2MKWmzMF4f$DL^0X?q|p3iqIu7K zs<@~`aBQ0Gn;Tha?MSxn6I%D(YD(^ZM%e#MqVE1rG5=Z$06k1cjDHT<;b*7l#2z5Bed z?^L4x+1c(?b>n?X?JS>DuQav2ZM|Vlx$EaoTsgY1?Pkql?>pY55n)R&wB{|JGr(9Z zK-Hb)s|Kphm#p0?)NWlokf`0cWEX0moIRX!xGo>QbogF^o#}vbX-`;Pd+=uB8*G-hI z9tLVG`mbi&surFfJwTN9MMqB?^`in)Pm|_v+KfHB)PJ*+26#i4mv|!XVD}-|kIReH zC(RM`Vj=?k=kR<1N04&tIDhm5O|`b0UZoI9L=}ttfkd@b-h;hx5*ao_SL^f8)ge;m zPox#5ePj3&Y5fyvRY)t_2b)9GNrz=hFFm{1Ly*cIMsNi4)9D*1DSHC5Pa-&l;8_IE zA&4MAnT&lN!BYrcK!DVc^&@x@!N(9n(!@(x=u-&(3_$?Frx6f(XG$M%Lh|Gv8>t?P z_=XK3U=R>_?UM*y(<6|~L$q!Tn&jrww9f9B(XXni{^+!>Btz>q@A$6uJJ#gp9$|A& zV)McKloM%P>+IqAiVUr5N$x)->_3%gefDE$-MP1l7IwYqUNQ;Z1KG3=D22O3qIM~l zdv4?{dcpgqdGQsYX+IQeD4FdBlIUs5Px5x&Jia*j&P%rr3)_x8Hp#2FJaB2?UVZx` zNL~dDaZL?#uL3(b9kwSU>r|J(Z=k0N>O5H9{Of?NU?#zX`! z!+(Z=bs+(((H;T1}DGi0kQL$**s^NF+y1wUB~%m{%z2sToXF}uvn zPpg3;{{$gWDXWQVK=e2b!j=XE04)e{D6pwUO>*m*C$A{*;))QE!Krbb+-8U##nYA( z;`(zm2h9I46*qwB1nhp?Figv7M7Tm01HvcOm){dNgj5^Ek&uSsi={TeE@T8jqzPKn zD1wMOTMz;912rKefcOEH9}u%OAc9;_L=f%3M|2lx_KZZKOfZfb^x2{TfW&hfF_9?n z*rU*rs3jUVN%AnUC6L4-<0V#s&JY#*M61jNhS*pXHRGT<1cqje6V2G7{7b@+1XtE# zk6Q+S0)Wjvqg^Sjd;RdYjwVXC%$PyBW%R66KCyHp z`Q$0#$y15SXJ-ZgrL;Y9pE4Q?1#{C(_iV#l*?f1(T=d$J3rBuc<6GbpHJvLJ-i3xl z#paZ!?hV6r!-Dr;w=c3wp??>9S99yk?L8-!kDm~{Clj7ishavXT-RMvfkaJL%IyIT zy2uV3w54!W4KG=DWH3q3a&tFglJ3RlmKdSATd?*l8+txmFC$ztZSf=YB8sW3Ord4)u?>(*W~hm2oJ_BKR`=XRt~;VwECoFJKjf5>~-t`LW6t$jQ|; zF&eN9Q1UtVYZco7SP8&3peMG0LR_M5koUq7j7^p2pqUWKdRX0rrvP!u12ddIFa)Ge zAt*Z_5yLc{!8I9${iuRrq*4guirR&(=M@7%CY30JR0KaEqd)?$V4Ao}IoawrRZ{K= zY7!L%iuwpnD%dWw+E(hM+t%=zmNT(@@6gEah%0X!RJ}l*pp^4Z4|w(D{F0LlN>wl) z3KE?-Lcr2DBZbi+qr6@%$*;un<+>2 zeM*Og3aF~)g}Owg?^406diK;xY1P%UuTL+YNHp$R+Lox^cMEFv-M00uTCliuOl~^% z6@YlTeZN}$V-*cBzg9DqCTF0lhwkTw5KS~uU<(*k2wbL2W{XU#xE^OQr2gbqL1U{&NguU@yh64w7=U;J-yYJ+#51nqamSMoSM-K) z=u=2@RU>Qnyt)DQ&!Nl|A%tC`mROHLJ5Q*io|}k*PJfc^r%y0c&S+=&+2>O>=WW~Js}0xMue2{TESCJBXlcjy%Ws8*U566ohiA0#mfP08 ztJ-VUE7k?g!qCm&lK!31TbOXX9Y5W7 zYxpOJmXDtjx=$tC&(8GCp7_#Hq-f94VBRB2q&3Qbb|+oh?gYBw40?FkcU`-=D`s1UKNH+XR5bT97~cCfIY?vW3JD4X6p{t?+i(^UANVLeo(@X@s1~e03$`&;-@SzYb zvR?>k7JM$!ZXyAxISvPnr$eGiRai5Ct&)SB+ZA>WO5cWm?l=ITM2?n)-o@^OW7qkk zDW?$Ofq_hwHjsg37&e{4CBYWaDdSKgc}bNjpXp8B$gCNpGvw2A0vO@CzzC;?cPerk zaiDMm8du3^9FBzgA!Cf{EZ8mwSUa>RA!GxKT@?!u1(I3f$VwAaIQv!1(h_&2EFnaj zLB%2+1-BuvGk_(8U|gI7+*2E{?Z$O^NTT@9P=|{E0Bj2^OG)|Vz@4rjlJNW zt!TvxEY91J8aFYA84Z8wno3&M2z$gUijm z$o=;&KEHHEXzmrP2bT>8e|z5qjRBW+Xoyz zLJ3V_u|II{TFD$`vGiFsaB1^Cil;{%8`-_*fjz+83%d`Ja)ZolfxZ9{C<*z{-Xm(O zkjao)DCFwFXsqnLbaU{?V%k94Fp8KeCroQItOvXcH)2l6YpT`CXM)r5C~K1dj39Q4 zgwb+2mU%)C;6&sGc@%^Zlyo4vH0zdWttz(`j7=BPW+a%9q65ic1cAwVtk(38)tVkO z6~?%B)bntEfI)6FUbv~&ABNQHQM@c8koc% zzkZ%QFzUtgjrgNN6lKul7HUF>J>ir>RXj}T0UmowWG+B=7j9M z5VBoW7&~C<@~(5J=wo_pf9xI?|KI5GEPb(9gL=$Dz;b(X1`0n%ksZ$oZ>E2f{q@h% zPB+$R8-GA9INB}8GS9e8?mt(Wg==hluUv-jlVd|F8OLz+#jQYV4#_!ytpK}D7saik zC?Mv9c#-lB`l6E`kh8x)qsvL$mJg4^K7;edZU-IF$Kq`s8CDYF7WplYz!smlYo;xa zKLc!C{#_Nf@@QC-dX%-BW!$lGXI}g}{*+Q$SqZj_f9~N_uAP4&Pip-iqaU!}DtJ^> zlaSdH)Ao>K6is+JA#Ml$xH!!p16`Re4mtCdD-M<5@(t5Gn*T`PKb?+H@#0Wvh$^S# zUG+`Hi5Pg`Rt>rrDW_}N5iiV(t*voK1~Z3T+2*TF8=tnhvc?1&rk->I!8w`>2hqkB>#E?{w?|c8rMp_`+tmAFa8dc zV=v2dd7%`PV=3S+%4MkvDE63~n|bn|k>eTLSX>XzbcLa^t6EuQ2HI`lRHOjfZMfl+ zrNPcnRfR6)=f!aiWjyu;TGn7cX4?w?@q4zdU}WgG2Hp2&)femJcc&fwib1xl7!V62 zc?Hd7>{np0Qx*Hh$2|>A88rp#8H@37dtqWMG_{ooK9HTM<;}|XgvUHkabtD%A~q{s zSLvGC%#Sc0mcg4HApGs!R5D zXk668t(MaB_E3{Y$kCWsgH{csHdls{AEu?f6(1ZpFwF{Nttd_?bNQA@(s07y3h z+8}m#BFc>M9BIg_m0JD_C?c9d3^xe(ThKU&9wAI5#EE)Ik(c)T*d_VB<2Drwhe0QR ztA;j>@UUn)0?ybIF4cM}uRNc=-dL?6)upeCtDDFxm!)my4)}PL0D>!T!nSR2C&n(I8)05}ikn zb@vZ#{EvFfsx6Y>@8+=U8?)z(hprIQY@RzLK}8sD@F1D{Q*kk{ZbcHBgO| zCuD1uB=u=VYx0n4>3={w++9#gfodt`EW7;Tr5ESjg3~usu&PlT578@SmC3SJp{#Y` zjn2Q^E5-*0)hK1C32tA~ z-6^;`lkVMud-tsIq2w;X-Ia8A3-0b&<4SoonkIhbDqAi;l5icp=iQR>Zduc+E6Uf@ znzC{jy3@VlaL$f=H4Cohq-(R_+MIOl5?s4x`X5T(F1WTQT~7(Fr)K(BN=lbq{fUx8sme{M>L%#> z0A097sY?rI4uVInrC91w{rtomQ`e^icSowGaizNc+UKr(ZpBqL*Ypk3{IK9^TR8gz zda3FArdy$(#eNhMcAf$)wWnlF4?YI##K*v{G_`5L`F8n@a>2b7Mwr!c=@7ah3$ASs^crl#_m*L~q~m?HsT6J2%hi zQx)~eigux*eNq2j#m<%5_GNebnijHF3#f|fYpqvsh04J{T2oPPt1c_Q=h+1Ps`OmzyV5s5v~c`-c)6kP zX5G!uQtz#fTU(Y6CAJ)dl=s~I_tjARfm#bL-^a*CmVDCMQr?}}Jti+*WoVf7)iX2& zmcHUfp&0zX%V0|$$l6|>WTj82^d&1hh04xkv$%R__<8 z_vdawS4Fb4NhoasH+cDc)X$$2-0gpao#-MP`uE?3?~`3v4MSY-lr`sTlo9QP`n0_e zo?tJ$R&b?2u^Cp^rOG|2irV`Y$Xrunaq#ac_;9^nOWBB}5^$@%>}t)jdsm{oYw6?< zU;N&SLU~`p-oI?_N9*Jv`giLFQdVs&grY09qGkKRgst!0&R;z7w@(PRXJO|R7lLsJ z-Fl$R@79M@l&b-(phcCU!wqc|RsOI0hiF(@t`pGwmusK1Qh#0a+-~aUhVtiIR6noN z0~Czy&p%O+w6;9grB3c{dA>=VYB4^)Q=8gB1I(}bzYeXj2>t=7hobuLK-E91LIWj2 zN%fD#kT@#g_cvSFWp~sJ9h<7kIP~!H&DBR401WVM6doSHjs3?k0D#H}od(r%kMkJ; zkYHn&)?~a7K+S}2$_cU{0{6i*`Ak(HM1z8JT9+|Yff_wqNo0%bM$v?k6XYI1ec%PA z^&m`X&(NS$GJpV9lv5af#ucS7C|1kiuF{j)4uTmcMrbdXR(u(zjTt|O%sns=+LZn& zqeDfkqGZavUG61|ibCYxa)O*cZ5mUB)SzZo=k5C^v<`}81A1P_y@3%9=G??Gr*C4x zt!e2#ZCn*shqPB!S)!+63IP#Lx`99BL@ca%r&$+z7*P{YuB+ zcLF&0QUYF#1_49V##rF)K+HkbS~SWHC{ExAT$DU z2$-IUe-#>;iTk){WI*IW=9yv9uE-)+$ld`U8jphT@v7gX0oyzU0C`ogl0R|jiMc7bialdUIZ9@XtEw`ieWkK4S=laBwkIk(W(L64 zSy4R)48s&)R)c~i1{mr%Y7XuDad~W-E*L%gjlxNc$*6Y@UrvsUU zZF8DbMfLnEw=1@!+>H{qxWK>X?nE|W+o~2SL*os;g_jfcUH2)A#V*)9v)b9o6;J)^ zFDy(hH6r*(cV}pj4r!1kO@rWh&jsF^o9^o&x~9fV zN{1Auj&3vcQ?s$#rT%Ft4KP2h{{?Ol1lMr((HcqoQ#ujX*CDD0AYpne zw86^_F)02&Kz$G~yFwGWA*3iQ*?Lg9C|EaBF5^+g(vy$yP|4ihgfiMmomW4#>lp?` zNKeqi#iGpFks#lOnhJ1V_MlqBgDMZta2UQQ07YaG)V` z8d!AFkq*6zMIR{90M{9bDC?!!cOijX4U-&3*dJnH1V6{ALo?ZV>Ym<~)K>`lin-o9 z`Z{oqN}4JKQ{~+79n+>%aaqbzlC)F{mg;%K9g8`s|1lIKVE)FBBa6N_a1QTA+@ zOqtX|DLJ5S3|wsJDWL$5VtS5HL6oKXkiMIdo*W|1lG$qYgoiv~-XozopQo4TM;b{( zS+zOOU~tTXM?VO6;#aX5WHgvP%G9HGT$d%tMgG z)j(Qxo&sLiT$D7q1(SPj0!0gO7G2h~Ni&|k6$_v^nemUHGP#5f8xct5dxQm0)&^Z6 zWlcOA0=tYR-x>fbpw9cr5XDCqTnXunRvlU~!~1iBOzhBR7gtHP5x7r~*QWriK=5^@ z{CPR|4$`BRTL)6gWt_!edUQpTJxluhJsW$aqK!dzrs zQ`cvAr*rp=KZs^Atx5x7awFOBoyT?S9k zBPV9vYVZ}1dOh&nl(do+6}OUN7SR-FW=X9u2lYGK_=)id(?zN@DQ=vtpu~kc53K}A zk&6~m)Jw{-lQ1OUJ<>keQ>_i0Cj{RwBC2H2UNJ$|!^iN@1wEOL$r|56_Loqdw84H6 z8vBym6!wR`xN+I^74ClT>m%xg5z39S*+)KQWh87a@L-pXXq7^ zeYRtE?2f4cE>>8|QWfrNd#>!6HGmLovE%iL6`L>RaD!9o)va@%xi)!a@*8{LR#?he z_2s~P?LyJp6*nqwdwZ8^e%SK8mZi$u-XrhU3XY?ogFy9*&QiEuNEJF~kIxm{vD8Vg zusJWAFPZ0p*G8|5F4W&FUOfKY7ryhtJ5@sS-dknw?)ydW-}Ww7o_No85~R0c_tkyN zRYwx;qsvbp7u?4a_GgyOL=U1Bm_nbfS;d%}6G^Z_P|H%g5Jb~x$KxgEDJIh%~ zA8~as179;As8;=0yZ3-k^^sVxEcd?EOf# zIP6-W3^78v`4L3)QN;POGTU={(lasvx@iuGP>dyQG3SDCF^FmP5TalEXH9#beiA-h z1Ya=YA``=VUOL<2ZHJGR;Ww(dcFauw$jYv-B`uLR*S2TZ&eYskt-V$vJs;8SU`IeA z!6K$+k<(>O2#`qtVzdg6Y+{6y!6Nua+}(W;0na`&Wo=$)OcZW8e{iL+c78{qumxlF z^Uoy;+p=RRlReEg4Bj!-rtHo+{Ux~c0LkYE2<-w=h;0sdyV>u-Q#48+bHlG4sNuJy zXUFqAf=Rg4VEQ0mSn>g;;3SX7!gLB!a`=>z^!=xXjfp-YhWiNi^C{mi7SwC@Nhn zbXu~e$ip6i@3|3^jVL!H%U?c8B1(TcBV8TP8b@xuWZi4C$$9vtJ6|Bi5phf`-H@C$ zN63QY(2SrPK`(+Zf^h_&M=*!r>jEojI0mP4!V~H zac!N#$hvP6U9jxjv`)eE{xh_W)~(x(bRSL9FtYBNP(hKB#&rrK>*HFiQPwQgc!}22 Wh4&pg+V{Zjri&izG1J9luKo}D8pPND literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/apps.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/apps.py new file mode 100644 index 00000000000..e79dc892cb4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/apps.py @@ -0,0 +1,7 @@ +from django.apps import AppConfig +from django.utils.translation import gettext_lazy as _ + + +class AdminDocsConfig(AppConfig): + name = "django.contrib.admindocs" + verbose_name = _("Administrative Documentation") diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7c8af1950d1fa5f9085683171b093105268e5c11 GIT binary patch literal 3326 zcmai$O>f*p7{>=FrCnYM1q!shOj8At()A{3E1GQ*(U3&6O=#6@%b_4NyB_aO)}C=^ zW;apiCd>!Yh#~7=CtB>Oc$G#^Rdmh{m((}XM%iw$95pWGW3@UIRcnf?Q{04j$ybaR4 zAHh4|Hh2JR?qTdna1-1MegQrO-U9K*zQ)fB;J4s9cn6#T{{>$Jk7MyO-~veYE`ns| zI`{)v2QPqoF!&013B*#?1P_8S_!@W<+z;LcOW+;wI`|Vv^Gk4w<{tnt#Kypz$k8N7 z@!dtxl$W1D%FFK{#rqFPdD#o&xMW8`vVR;TzfXg-ZV~(q{0yWxCNYWjodppBTL7^Y zTLQ_>D)VeO1hRJsr1fuu--7{2`TPZZ13ZGsWOo*%^@||o z#rh zBp>KNn`CiN4k*uXH`|wdIfj#ZvVTxrC>A;n;T*&H7EY?en>eX1)Xvlg{eybwIh<63 z?3f6RbX*(H<(6`OlAQ|^rEz72S6#`MOrw)X?Qv%`TNI5p_vRs^YbKO24|iR0P07s% z9(`c6ms`HdmZWP~m1aBa+;7JnkBsHMr5sO1Q?g~zXk}O2Xbel9cIvTeaHqWFnADV7 zA_y7sdXEd5R4nSTq(#0Z{J>hkmXp-?xE6_Ysc1;HqGTNAzYd7Kw2pmf63H%fl9UV#=hBGd zJ=5WlH3>HF<m18pMZ0D$Ape zZcsT~z;-KYKGw9Rle&CDm5)!5>yyQOA6bUNVSU}`?)@yPyne3d;LnH`!a37WSqURb zoC|nX^d#%EmVn1RE+Wb&6y<3M&FiR4qahtt6Eg>qc7;_`Eypg$QaH?VZOXFcV%Yh{ zVuj&KJ5Q;a6TD?*G(R>z5i8xEbYlzDm6tAGDqoRZMN`X5 zC|;G%OiiCGPn{~yoWf;wdiLEZ9Hmv^e7RAD9QWKpzNUx zjBN&=i-i+pYWBp;)XYixISm`S*+FNQYf>atehw?!0*m-W%louisfaWUGBYZYTS3Dl zmE8G0;=({hM3u?X+WEERVVKjwR4LOa4L^~kDw=4^S0EHhpXH5~uul5@CC>dFrst#T2SF2@}!;_`~IiK}v*X18vB<}A-I=O;8jI?tyk&z9Ik zU7`ok&sxcy;w(2w1lqYeJ0;ONw$p@wK%I9R?Z3#oJzG~&?=*Ii#JP>$Ta>PCdz%P_ z?XWv~14*?!RNHrXJr<$svE{fei)(IDJSx;#Vt7;9h;JGjLSZwJk`jw0Uch%W?@H^9 z#%2Lu!lJ=#uGeb&9_DTe58W)@Xvl40t8P20&7qXETkZ$u8}5sRAPlK9bP1 z4XAh*_N7+%jug&e9_=++!y=JI;8`Nb>49Ix%6{75Ue9HQ@wN`V=9!u!-d2Z(A?9uL z$B34Xw7@{hC1fDG8Ih^%J}$;#313G_Sl$l(jk6#IDMbzu6NEf=_+KEAzHp*TDT97f zVj&6LO(Pn*{9q;CjULK+%^y96|pTLM{AAx^h*gp@*qDThCnA694od tO?^!t)?<*ly428*W+CYu->FA@gm_&c3&u;?hNvr4^Zze()+OVP{RevVvcCWT literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b0dd7e72e5f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Charl du Plessis , 2021 +# F Wolff , 2019,2023,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: F Wolff , 2019,2023,2025\n" +"Language-Team: Afrikaans (http://app.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administratiewe dokumentasie" + +msgid "Home" +msgstr "Tuisblad" + +msgid "Documentation" +msgstr "Dokumentasie" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Dokumentasie vir dié bladsy" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Neem jou van enige bladsy na die dokumentasie vir die vertooning wat daardie " +"bladsy genereer." + +msgid "Tags" +msgstr "Etikette" + +msgid "List of all the template tags and their functions." +msgstr "Lys van alle templaat tags en hulle funksies." + +msgid "Filters" +msgstr "Filters" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Modelle" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modelle is beskrywings van al die objekte in die stelsel met hulle velde. " +"Elke model het 'n lys velde wat bereikbaar is as veranderlikes in 'n " +"sjabloon." + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Elke bladsy op die publieke werf word gegenereer deur 'n vertoning. Die " +"vertoning definiëer watter templaat word gebruik om die bladsy te genereer " +"en watter objekte is beskikbaar aan daardie templaat." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "Installeer asseblief docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Die admin dokumentasie stelsel benodig Python se docutils biblioteek." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Vra asseblief jou administrateurs om docutils te " +"installeer." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Velde" + +msgid "Field" +msgstr "Veld" + +msgid "Type" +msgstr "Tipe" + +msgid "Description" +msgstr "Beskrywing" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "Terug na Model dokumentasie" + +msgid "Model documentation" +msgstr "Model dokumentasie" + +msgid "Model groups" +msgstr "Model groepe" + +msgid "Templates" +msgstr "Template" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templaat: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templaat: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "" + +msgid "(does not exist)" +msgstr "(bestaan nie)" + +msgid "Back to Documentation" +msgstr "Terug na Dokumentasie" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "Konteks:" + +msgid "Templates:" +msgstr "Sjablone:" + +msgid "Back to View documentation" +msgstr "Terug na Sien dokumentasie" + +msgid "View documentation" +msgstr "Sien dokumentasie" + +msgid "Jump to namespace" +msgstr "Spring na naamruimte" + +msgid "Empty namespace" +msgstr "Leë naamruimte" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "alle %s" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a45097bbb79da3cb7106efbb16d840c4949382c GIT binary patch literal 7440 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 L8Day6&64^r;$|XD literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 00000000000..05d53709c3d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,278 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2015-2016,2021 +# Bashar Al-Abdulhadi, 2014 +# Jannis Leidel , 2011 +# Muaaz Alsaied, 2020 +# Ossama Khayat , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-10-15 21:25+0000\n" +"Last-Translator: Bashar Al-Abdulhadi\n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Administrative Documentation" +msgstr "الوثائق الإدارية" + +msgid "Home" +msgstr "الرئيسية" + +msgid "Documentation" +msgstr "الوثائق" + +msgid "Bookmarklets" +msgstr "أوامر المفضلة" + +msgid "Documentation bookmarklets" +msgstr "أوامر مفضلة الوثائق" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"لتثبيت أوامر المفضلة، اسحب الرابط إلى المواقع المفضلة في شريط الأدوات الخاص " +"بك، أو إضغط بزر الماوس الأيمن على الرابط وأضفه إلى قائمة المواقع المفضلة " +"الخاصة بك. الآن يمكنك اختيار أوامر المفضلة من أي صفحة في الموقع." + +msgid "Documentation for this page" +msgstr "الوثائق لهذه الصفحة" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "ينتقل بك من أي صفحة إلى وثائق العرض الذي أنشأ هذه الصفحة." + +msgid "Tags" +msgstr "الوسوم" + +msgid "List of all the template tags and their functions." +msgstr "قائمة بجميع وسوم القوالب ووظائفهم." + +msgid "Filters" +msgstr "الفلاتر" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"المرشحات هي الإجراءات التي يمكن تطبيقها على المتغيرات في قالب لتغيير الناتج." + +msgid "Models" +msgstr "النماذج" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"الموديلات هي وصف لجميع الكائنات في النظام والحقول المرتبطة بها. كل موديول " +"يحتوي على قائمة الحقول التي يمكن الوصول إليها كمتغيرات قالب" + +msgid "Views" +msgstr "إستعراض" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"يتم إنشاء كل صفحة على الموقع علني من خلال عرض. يعرّف العرض الذي يستخدم كقالب " +"لتوليد الصفحة والتي هي الكائنات المتاحة لذلك القالب." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "أدوات المتصفح لكي تتمكن من الوصول بسرعة وظائف المشرف." + +msgid "Please install docutils" +msgstr "الرجاء تثبيت docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"نظام توثيقات المشرف يتطلب مكتبة بايثون docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "الرجاء الطلب من مشرف النظام لتنصيب docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "المودل: %(name)s" + +msgid "Fields" +msgstr "الحقول" + +msgid "Field" +msgstr "حقل" + +msgid "Type" +msgstr "نوع" + +msgid "Description" +msgstr "وصف" + +msgid "Methods with arguments" +msgstr "طُرق بمُعطيات" + +msgid "Method" +msgstr "الطريقة" + +msgid "Arguments" +msgstr "مُعطيات" + +msgid "Back to Model documentation" +msgstr "العودة إلى وثائق الموديول" + +msgid "Model documentation" +msgstr "وثائق الموديول" + +msgid "Model groups" +msgstr "مجموعات الموديول" + +msgid "Templates" +msgstr "القوالب" + +#, python-format +msgid "Template: %(name)s" +msgstr "قالب: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "قالب: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "البحث عن مسار القالب %(name)s:" + +msgid "(does not exist)" +msgstr "(غير موجود)" + +msgid "Back to Documentation" +msgstr "العودة إلى الوثائق" + +msgid "Template filters" +msgstr "مرشحات القالب" + +msgid "Template filter documentation" +msgstr "وثائق مرشح القالب" + +msgid "Built-in filters" +msgstr "المرشحات المدمجة" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"لإستخدام هذه المرشحات, الرجاء وضع %(code)s في القالب الخاص بك " +"قبل إستخدام المرشّح." + +msgid "Template tags" +msgstr "وسوم القالب" + +msgid "Template tag documentation" +msgstr "وثائق وسم القالب" + +msgid "Built-in tags" +msgstr "المسوم المدمجة" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"لإستخدام هذه الوسوم, الرجاء وضع %(code)s في القالب الخاص بك قبل " +"إستخدام الوسم." + +#, python-format +msgid "View: %(name)s" +msgstr "عرض: %(name)s" + +msgid "Context:" +msgstr "السياق:" + +msgid "Templates:" +msgstr "القوالب:" + +msgid "Back to View documentation" +msgstr "العودة إلى وثائق الفيو" + +msgid "View documentation" +msgstr "وثائق الفيو" + +msgid "Jump to namespace" +msgstr "القفز إلى مساحة الاسم" + +msgid "Empty namespace" +msgstr "مساحة إسم فارغة" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "العروض عبر مساحة الإسم %(name)s" + +msgid "Views by empty namespace" +msgstr "العروض عبر مساحة الإسم الفارغة" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" عرض الخاصية: %(full_name)s. الإسم: %(url_name)s.\n" + +msgid "tag:" +msgstr "وسم:" + +msgid "filter:" +msgstr "مرشّح" + +msgid "view:" +msgstr "عرض:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "البرنامج %(app_label)r غير موجود" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "النموذج %(model_name)r غير موجود في التطبيق %(app_label)r" + +msgid "model:" +msgstr "نموذج:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "العنصر `%(app_label)s.%(data_type)s` المرتبط" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "عناصر `%(app_label)s.%(object_name)s` مرتبطة" + +#, python-format +msgid "all %s" +msgstr "كل %s" + +#, python-format +msgid "number of %s" +msgstr "عدد %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "يبدو أن %s ليس عنصر urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..541933d0e8c3e6e5cb349e2a34b98971499d6aa6 GIT binary patch literal 7465 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 O{eW#!$jHdTrTznhj4d|+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po new file mode 100644 index 00000000000..9a32599e1c5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po @@ -0,0 +1,277 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jihad Bahmaid Al-Halki, 2022 +# Riterix , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2022-07-24 20:19+0000\n" +"Last-Translator: Jihad Bahmaid Al-Halki\n" +"Language-Team: Arabic (Algeria) (http://www.transifex.com/django/django/" +"language/ar_DZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar_DZ\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Administrative Documentation" +msgstr "الوثائق الإدارية" + +msgid "Home" +msgstr "الرئيسية" + +msgid "Documentation" +msgstr "الوثائق" + +msgid "Bookmarklets" +msgstr "أوامر المفضلة" + +msgid "Documentation bookmarklets" +msgstr "أوامر مفضلة للوثائق" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"لتثبيت أوامر المفضلة، اسحب الرابط إلى المواقع المفضلة في شريط الأدوات الخاص " +"بك، أو إضغط بزر الماوس الأيمن على الرابط وأضفه إلى قائمة المواقع المفضلة " +"الخاصة بك. الآن يمكنك اختيار أوامر المفضلة من أي صفحة في الموقع." + +msgid "Documentation for this page" +msgstr "الوثائق لهذه الصفحة" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "ينتقل بك من أي صفحة إلى وثائق العرض الذي أنشأ هذه الصفحة." + +msgid "Tags" +msgstr "الوسوم" + +msgid "List of all the template tags and their functions." +msgstr "قائمة بجميع وسوم القوالب ووظائفهم." + +msgid "Filters" +msgstr "الفلاتر" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"المرشحات هي الإجراءات التي يمكن تطبيقها على المتغيرات في قالب لتغيير الناتج." + +msgid "Models" +msgstr "النماذج" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"الموديلات هي وصف لجميع الكائنات في النظام والحقول المرتبطة بها. كل موديول " +"يحتوي على قائمة الحقول التي يمكن الوصول إليها كمتغيرات قالب" + +msgid "Views" +msgstr "إستعراض" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"يتم إنشاء كل صفحة على الموقع علني من خلال عرض. يعرّف العرض الذي يستخدم كقالب " +"لتوليد الصفحة والتي هي الكائنات المتاحة لذلك القالب." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "أدوات المتصفح لكي تتمكن من الوصول بسرعة وظائف المشرف." + +msgid "Please install docutils" +msgstr "الرجاء تثبيت docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"نظام إدارة التوثيق يحتاج إلى وثيقةمن مكتبة بايثون " + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"الرجاء الطلب من مشرف النظام لتنصيب docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "المودل: %(name)s" + +msgid "Fields" +msgstr "الحقول" + +msgid "Field" +msgstr "حقل" + +msgid "Type" +msgstr "نوع" + +msgid "Description" +msgstr "وصف" + +msgid "Methods with arguments" +msgstr "طرق بمعطيات" + +msgid "Method" +msgstr "الطريقة" + +msgid "Arguments" +msgstr "معطيات" + +msgid "Back to Model documentation" +msgstr "العودة إلى وثائق الموديول" + +msgid "Model documentation" +msgstr "وثائق الموديول" + +msgid "Model groups" +msgstr "مجموعات الموديول" + +msgid "Templates" +msgstr "القوالب" + +#, python-format +msgid "Template: %(name)s" +msgstr "قالب: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "قالب: \\\"%(name)s\\\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "البحث عن مسار القالب \\\"%(name)s\\\":" + +msgid "(does not exist)" +msgstr "(غير موجود)" + +msgid "Back to Documentation" +msgstr "العودة إلى الوثائق" + +msgid "Template filters" +msgstr "مرشحات القالب" + +msgid "Template filter documentation" +msgstr "وثائق مرشح القالب" + +msgid "Built-in filters" +msgstr "المرشحات المدمجة" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"لإستخدام هذه المرشحات, الرجاء وضع %(code)s في القالب الخاص بك " +"قبل إستخدام المرشّح." + +msgid "Template tags" +msgstr "وسوم القالب" + +msgid "Template tag documentation" +msgstr "وثائق وسم القالب" + +msgid "Built-in tags" +msgstr "المسوم المدمجة" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"لإستخدام هذه الوسوم, الرجاء وضع %(code)s في القالب الخاص بك قبل " +"إستخدام الوسم." + +#, python-format +msgid "View: %(name)s" +msgstr "عرض: %(name)s" + +msgid "Context:" +msgstr "السياق:" + +msgid "Templates:" +msgstr "القوالب:" + +msgid "Back to View documentation" +msgstr "العودة لـ : عرض الوثائق" + +msgid "View documentation" +msgstr "عرض الوثائق" + +msgid "Jump to namespace" +msgstr "القفز إلى مساحة الاسم" + +msgid "Empty namespace" +msgstr "مساحة إسم فارغة" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "العروض عبر مساحة الإسم %(name)s" + +msgid "Views by empty namespace" +msgstr "العروض عبر مساحة الإسم الفارغة" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" عرض الخاصية: %(full_name)s. الإسم: %(url_name)s." +"\\n\n" + +msgid "tag:" +msgstr "وسم:" + +msgid "filter:" +msgstr "مرشّح" + +msgid "view:" +msgstr "عرض:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "البرنامج %(app_label)r غير موجود" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "النموذج %(model_name)r غير موجود في التطبيق %(app_label)r" + +msgid "model:" +msgstr "نموذج:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "العنصر `%(app_label)s.%(data_type)s` المرتبط" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "عناصر `%(app_label)s.%(object_name)s` مرتبطة" + +#, python-format +msgid "all %s" +msgstr "كل %s" + +#, python-format +msgid "number of %s" +msgstr "عدد %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "يبدو أن %s ليس عنصر urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7e87432c6f0bd2388bbe15de13f4cf6fff85765e GIT binary patch literal 715 zcmY+Bzi-qq6vqve9|}y&3}$Op`I4L}==pkxa_vb)J#nf66N{U?OIpa^AO_E6)kqHRKlZ6uFMPM1p-ng8v!0 zjC?^>kgv#9&4>b&ptBPyo1 zb_u`ewlju{P(Snv`5~vZ9dNmowUxK`cP;s9o+|s)6y-R z2HpFrb$e3J%{|P~Wg|*p8HkG0ZRZ;+g{G@V-q$>i7mG#Dhmvv*r@h=%@$ylBMRoZx z_Kw%0>E3kr{QYS!iN;2I&^QLJaKgmvIYkFyEeJdX>_=3v>b&P^e8 z$?4{y^#2Cs6gx#T)mWj}#MsJls_WKuqyCUCkE2yhZ;xoYHjGHO%3OYUtI1eYbwe^M U4@J97+jPqeDr_#oKAlJT13ERj>;M1& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po new file mode 100644 index 00000000000..acf919c26d2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ḷḷumex03 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-20 02:41+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "Campu" + +msgid "Type" +msgstr "Triba" + +msgid "Description" +msgstr "Descripción" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "marca:" + +msgid "filter:" +msgstr "filtru:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "modelu:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..62cd78df5103beba1c4b5a4e8441bdd63a7b9d62 GIT binary patch literal 6645 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ac7d26e1a34 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,282 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Ismayilov , 2011 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2025-09-17 20:19+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2025\n" +"Language-Team: Azerbaijani (http://app.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "İdarəçi Sənədləşməsi" + +msgid "Home" +msgstr "Ev" + +msgid "Documentation" +msgstr "Dokumentasiya" + +msgid "Bookmarklets" +msgstr "Bukmarkletlər" + +msgid "Documentation bookmarklets" +msgstr "Sənədləşmə əlfəcinləri" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Sənədləşmələri quraşdırmaq üçün linki əlfəcin alətləri panelinizə sürükləyin " +"və ya linki sağ klikləyin və onu əlfəcinlərinizə əlavə edin. İndi siz saytın " +"istənilən səhifəsindən bukmarklet seçə bilərsiniz." + +msgid "Documentation for this page" +msgstr "Bu səhifənin sənədləri" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Hər hansı səhifəni yaradan funksiyanın sənədləşməsini göstərir." + +msgid "Tags" +msgstr "Teqlər" + +msgid "List of all the template tags and their functions." +msgstr "Bütün şablon teqləri və onların funksiyaları." + +msgid "Filters" +msgstr "Süzgəclər" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Süzgəclər şablondakı dəyişənlərə nəticəni dəyişmək üçün tətbiq oluna bilən " +"əməliyyatlarıdr." + +msgid "Models" +msgstr "Modellər" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modellər sistemdəki bütün obyektlərin və onlarla əlaqəli xanaların " +"təsviridir. Hər bir modeldə şablon dəyişənləri kimi istifadə oluna bilən " +"xanaların siyahısı var" + +msgid "Views" +msgstr "Görüntülər" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"İctimai saytdakı hər bir səhifə bir görüntü tərəfindən yaradılıb. Görüntü " +"səhifəni yaratmaq üçün hansı şablondan istifadə olunacağını və həmin şablon " +"üçün hansı obyektlərin mövcud olduğunu müəyyən edir." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Admin funksionallığına tez çatmağa kömək edən səyyah alətləri." + +msgid "Please install docutils" +msgstr "Lütfən \"docutils\"i quraşdırın" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Admin dokumentasiyası üçün Python-un docutils " +"kitabxanası tələb olunur." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Lütfən administrasiyanızdan docutilsin qurulmasını " +"istəyin." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Sahələr" + +msgid "Field" +msgstr "Sahə" + +msgid "Type" +msgstr "Növ" + +msgid "Description" +msgstr "Təsvir" + +msgid "Methods with arguments" +msgstr "Arqumentli metodlar" + +msgid "Method" +msgstr "Metod" + +msgid "Arguments" +msgstr "Arqumentlər" + +msgid "Back to Model documentation" +msgstr "Model dokumentasiyaına qayıt" + +msgid "Model documentation" +msgstr "Model dokumentasiyası" + +msgid "Model groups" +msgstr "Model qrupları" + +msgid "Templates" +msgstr "Şablonlar" + +#, python-format +msgid "Template: %(name)s" +msgstr "Şablon: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Şablon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "%(name)s şablonu üçün axtarış yolu:" + +msgid "(does not exist)" +msgstr "(mövcud deyil)" + +msgid "Back to Documentation" +msgstr "Dokumentasiyaya qayıt" + +msgid "Template filters" +msgstr "Şablon süzgəcləri" + +msgid "Template filter documentation" +msgstr "Şablon süzgəc dokumentasiyası" + +msgid "Built-in filters" +msgstr "Qurulmuş süzgəclər" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Bu süzgəclərdən istifadə etmək üçün, şablonun əvvəlinə bunu qoyun: " +"%(code)s " + +msgid "Template tags" +msgstr "Şablon teqləri" + +msgid "Template tag documentation" +msgstr "Şablon teq dokumentasiyası" + +msgid "Built-in tags" +msgstr "Qurulu teqlər" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Bu teqləri istifadə etmək üçün, şablonun əvvəlinə bunu qoyun: " +"%(code)s" + +#, python-format +msgid "View: %(name)s" +msgstr "Bax: %(name)s" + +msgid "Context:" +msgstr "Məzmun:" + +msgid "Templates:" +msgstr "Şablonlar:" + +msgid "Back to View documentation" +msgstr "Görüntü dokumentasiyasına qayıdın" + +msgid "View documentation" +msgstr "Görüntü dokumentasiyası" + +msgid "Jump to namespace" +msgstr "Ad sahəsinə keç" + +msgid "Empty namespace" +msgstr "Boş ad sahəsi" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Ad sahəsinə görə görünüşlər %(name)s" + +msgid "Views by empty namespace" +msgstr "Boş ad sahələrinə görə görünüşlər" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Funksiyaya bax: %(full_name)s. Ad: %(url_name)s.\n" + +msgid "tag:" +msgstr "teq:" + +msgid "filter:" +msgstr "süzgəc:" + +msgid "view:" +msgstr "baxış:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r tətbiqi tapılmadı" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(model_name)r modelini %(app_label)r tətbiqetməsində tapılmadı" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "bağlı \"%(app_label)s.%(data_type)s\" obyekti" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "bağlı \"%(app_label)s.%(object_name)s\" obyektləri" + +#, python-format +msgid "all %s" +msgstr "bütün %s" + +#, python-format +msgid "number of %s" +msgstr "%s sayı" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s urlpattern obyekti deyil" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..96f61d39afc271d8ea9b8d40122b02627ab01970 GIT binary patch literal 8163 zcmc(jTWlOx8OH}GHy0>``>j0`+}e;`UwWb0*iO?n6-5mM>RteecDy^bhpczDGqXuu z71YE{sBqe}P=W{$D4>elL((=4xiun>fW!<1UXUt;KtkdH2_BF@mH7S7%c)_kwQ*AIQfKg74t@8Sph=3TpoI;A_FZfUg2y051ez@ycv`9jJK* zl>Uw2cfi}hi@<+^nB-i@WTrZA02y-L2HpW0P%bQkZva0B-U2=XPJ({`HSet${TA?I z@CxuM@Qt7k%HGd{TJH;>3vL46%1g!PcJRI6BB;3S0}*k40P^RY;zNG?0#uy; z1il|!N3!06J=37{&%P<+(@Ku}a{My*ecm4eG2QtPB)tN>9lQ@*1-F2&f((lPN5J=i zp8#(KKL-wjzXFx-e}Mcs>v&MyM!}1)<7#jZ&o^SM;`VcJ3VZ?7x;2u04R{kMKX-$Z z;I}~OeGZh~Kj-gX3TZUYfa2j8_yuqicnjxP8MpFLzHr5I4ocW-J)epZDX}rNgZamMK=F2jTk+b!t$b3h z&Sl(+-DYmZTGv(F)Ak#^7F11sAb(b##3j|8F7aHKcz8Ltc;E~fuG@TXraicR zYG$e)G`yMNk@-%ud1uRA@7#{Le^+z`||OI|DHDQG#H+if#E zg3>#i?wr>g4ecWHL8sMlHirvVGIFkS>)W+t|J-79E50?cu&lRuXX7yNDhReOx#9Mv z7o)l3H{*)mGV`DpmIh*XA#$z{TCsOeTyt*lqI&4JtqJZ;RK@&EH!B*q)yU$#Xv3S!(Nb&j^h~W;y7X`7l_*tK}?=)_kv@1}2Mn9yIG+5tk@)R=KD;H$zVo z%wt5;n$QiXNMHj;hWxNwP*K&{>cxveBL_V8<3&PH5H_Ra@W_&=nH5}#+1C3(;yY{6 zI2&6CgHAij1ZtE^R>0YFKAa`9(PL>;_NPcVQ5V&s

    W;ez{Q;)P2jgdF42&8p}^> zzFBn9Zkl z^ya589Uf`=t?i@Hr86qt*l*IW+?i^js*o>UI=9f2Y(bF*oAjb2rtYTgWdWNSyL+bQ z%&M+ui`QA%_p@g3ZAlzHoKM#Fi$ZTHOTD21Q@YFa^hcOSer$aD*C}!qdUtpHkOJDa z4F6iczyGVziv^9$&4q5bTyFh95cjU2{Z*^G&Zotl(nH-;-sEkikCay9QAFNGo_`o>V(9LcXS7t-E72!<~*37*eUmBjdx+`5xP9kyO?8&p=`u+WnA=W$Yo;~S|SpDe%#82bQ z(NQOP1ofxV13WXD?v_t{uBL|&JuEj_9gQo=Db_x%wKM;n`oai|Kv_u?Dq!<*4;`?M2b>Ux^!xCX(qx+3Nr0+=2W$$yXE! z;;ZBkV<-7eas+2&>yzB%ig=|D5X_V5K7~^Lttqn`lb(`>gLa-CPbm5|<>QRakM!+R z5S`>Pglq;7>&w7^L8V;vNwUs)R9LDRSadl3Jk+tP9fWw#C~Zo9@6BOxOsU*Ws$o53 zNRG-yZkUwit}kRrpQ@UICd7m?G0BsxV_A`Y9)Y8VQDSKdHnaHYOy~p_NIhXmo`sHt z7>ewZlc*}0V8>U{(X*DSkxr{xvJ}eYS?T2UWU0PF&Ey4^X-ppyzi|#{^Xig4=}J}9 zB|=QwOLnXo*4NxRLcoI55w(aphbRsvo>cO_i9*Z$$C*fBIkb@yLGUA6Rel{Kj{DI- zEv_$Fe+pexO}6Y2tg!1VkiMq$PW5 zc}Py+Gqx*BHYg|bm}x$qg&{B1{x~S`3CXR&akC9%yl2vekG-A?#~?C7VizvXZHNb{{a65-$(;I+C?4J(NciKZ~-;LP`-R z&e}#E68~%wDyF=qd600*)H>elmv*zGK+3?wle)hR)qr@>y@jFr$vo(v%CU$%Iu)hvT?II>o~W8IqHf@Hty4uc4_3 zClZQBYJ^2Id(mHyc855}ik_;6>BxJDjs9_?-<(eJJuM(}&QM|x!ezFOqG|TKXa;`X zvHLt>n-S}&XiMA10O`t`T;|+B?D~6L|FZu^?b_v;t~klJRk-S70}FjmBqT$$=`ykV zh6mhKi0mYFYc=GOaJotm&Rc3(BO{r%U26Y2-p6>AosMDl6lKo_>T3j3$Fu`vMgA!r z*-zmY`x#8{IVejrr5SmiM2~I%$9U5_jL;m5#?R~h^f=ql^P<6|;$#RF*e9$;Ym?=0 zSr=Nxi@PYjAq2QLMYus3*9YJWn%n7vij)k zS%*V%%?d4T=x|HNB+lo;EQM90_OhCs$qsAz4?24ovuqQ0&;0@PFw&OuxqP|%^u17r z85q!MOh#MtMF3kq)*F0+lmmyTwWsSyrKWK1jNboFv<4Nxzeo_}{Fxl4zm>LDo^e literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0da3c326cf5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,284 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2014-2015 +# znotdead , 2016,2019,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 17:29+0000\n" +"Last-Translator: znotdead \n" +"Language-Team: Belarusian (http://www.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Administrative Documentation" +msgstr "Адміністратыўная дакументацыя" + +msgid "Home" +msgstr "Пачатак" + +msgid "Documentation" +msgstr "Дакумэнтацыя" + +msgid "Bookmarklets" +msgstr "Закладкі" + +msgid "Documentation bookmarklets" +msgstr "Закладкі дакумэнтацыі" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Каб паставіць закладку, перацягніце спасылку на паліцу закладак або " +"пстрыкніце па спасылцы праваю кнопкаю і дадайце яе да закладак. Цяпер можна " +"абраць закладку з якой пажадаеце бачыны." + +msgid "Documentation for this page" +msgstr "Дакумэнтацыя па бачыне" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Накіроўвае з хоць-якое бачыны да прагляду, які стварае гэтую бачыну." + +msgid "Tags" +msgstr "Цэтлікі" + +msgid "List of all the template tags and their functions." +msgstr "Спіс усіх тэгаў шаблонаў і іх функцый." + +msgid "Filters" +msgstr "Сіты" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Фільтры гэта дзеянні, якія могуць быць выкананы над пераменнымі ў шаблоне " +"каб змяніць вынік." + +msgid "Models" +msgstr "Мадэлі" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Мадэлі - гэта апісанне ўсіх аб'ектаў у сістэме і іх асацыіраваныя палі. " +"Кожная мадэль мае спіс палёў, якія могуць быць даступны як пераменная шаблону" + +msgid "Views" +msgstr "Прагляды" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Кожная бачына сайту генерыруеца праглядам. Прагляд вызначае які шаблон " +"выкарыстоўваць для генерацыі бачыны і якія аб'екты даступны для гэтага " +"шаблону." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Інструмент для вашага браўзэра для хуткага доступу да кіраўнічай " +"функцыянальнасці. " + +msgid "Please install docutils" +msgstr "Калі ласка, усталюйце Docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Дакументацыя кіраўнічай сістэмы патрабуе бібліятэку Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Калі ласка, спытайцу вашых адміністратараў усталяваць docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Мадэль: %(name)s" + +msgid "Fields" +msgstr "Палі" + +msgid "Field" +msgstr "Поле" + +msgid "Type" +msgstr "Тып" + +msgid "Description" +msgstr "Апісаньне" + +msgid "Methods with arguments" +msgstr "Метад з аргументамі" + +msgid "Method" +msgstr "Метад" + +msgid "Arguments" +msgstr "Аргументы" + +msgid "Back to Model documentation" +msgstr "Вярнуцца да дакументацыі мадэлі" + +msgid "Model documentation" +msgstr "Дакументацыя мадэлі" + +msgid "Model groups" +msgstr "Групы мадэлі" + +msgid "Templates" +msgstr "Шаблёны" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Шлях пошуку для шаблону %(name)s:" + +msgid "(does not exist)" +msgstr "(не існуе)" + +msgid "Back to Documentation" +msgstr "Вярнуцца да дакументацыі" + +msgid "Template filters" +msgstr "Фільтры шаблону" + +msgid "Template filter documentation" +msgstr "Дакументацыя фільтраў шаблону" + +msgid "Built-in filters" +msgstr "Убудаваныя фільтры" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Каб карыстаць гэтыя фільтры, трэба памясціць %(code)s у ваш " +"шаблон перад тым як карыстаць гэты фільтр." + +msgid "Template tags" +msgstr "Тэгі шаблону" + +msgid "Template tag documentation" +msgstr "Дакументацыя тэгаў шаблону" + +msgid "Built-in tags" +msgstr "Убудаваныя тэгі" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Каб карыстаць гэтыя тэгі, трэба памясціць %(code)s у ваш " +"шаблон перад тым як карыстаць гэты тэг." + +#, python-format +msgid "View: %(name)s" +msgstr "Прагляд: %(name)s" + +msgid "Context:" +msgstr "Кантэкст:" + +msgid "Templates:" +msgstr "Шаблоны:" + +msgid "Back to View documentation" +msgstr "Вярнуцца да дакументацыі прагляду" + +msgid "View documentation" +msgstr "Паглядзець дакументацыю" + +msgid "Jump to namespace" +msgstr "Перайсці да прасторы імёнаў" + +msgid "Empty namespace" +msgstr "Ачысціць прастору імёнаў" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Прагляды ў просторы імёнаў %(name)s" + +msgid "Views by empty namespace" +msgstr "Прагляды ў пустым просторы імёнаў" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Функцыя прагляду: %(full_name)s. Імя: %(url_name)s.\n" + +msgid "tag:" +msgstr "цэтлік:" + +msgid "filter:" +msgstr "сіта:" + +msgid "view:" +msgstr "прагляд:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Праграму %(app_label)r не знайшлі" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Мадэль %(model_name)r у праґраме «%(app_label)r» не знайшлі" + +msgid "model:" +msgstr "мадэль:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "залежны аб’ект «%(app_label)s.%(data_type)s»" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "залежныя аб’екты «%(app_label)s.%(object_name)s»" + +#, python-format +msgid "all %s" +msgstr "усе %s" + +#, python-format +msgid "number of %s" +msgstr "колькасьць %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не падобны да аб’екта «шаблён спасылкі» — «urlpattern»" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8f522e138992cb3ad65845a3f1d3f29f8f46f3ed GIT binary patch literal 8242 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, 2022 +# Boris Chervenkov , 2012 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Todor Lubenov , 2011,2015 +# Venelin Stoykov , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2022-05-25 07:05+0000\n" +"Last-Translator: arneatec , 2022\n" +"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Административна документация" + +msgid "Home" +msgstr "Начало" + +msgid "Documentation" +msgstr "Документация" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklet-и за документация" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"За да инсталирате bookmarklet-и, задърпайте линка в лентата с отметки " +"(bookmarks toolbar), или щракнете с десния бутон и добавете линка в " +"отметките. Сега можете да изберете bookmarklet-а от която и да е страница на " +"сайта." + +msgid "Documentation for this page" +msgstr "Документация за тази страница" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Препраща Ви от която и да е страница към документацията за изгледа, който я " +"е генерирал." + +msgid "Tags" +msgstr "Тагове" + +msgid "List of all the template tags and their functions." +msgstr "Списък на всички шаблонни тагове и техните функции." + +msgid "Filters" +msgstr "Филтри" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Филтрите са действия, които могат да се използват върху променливи в даден " +"шаблон, за да променят изхода." + +msgid "Models" +msgstr "Модели" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Моделите са описания на всички обекти в системата и свързаните с тях полета. " +"Всеки модел си има списък на полетата, които могат да бъдат достъпени както " +"шаблонни променливи" + +msgid "Views" +msgstr "Изгледи" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Всяка страница на публичния сайт се генерира от изглед. Изгледът определя " +"кой шаблон се използва за генериране на страницата и кои обекти са на " +"разположение за този шаблон." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Инструменти за вашия браузър за бърз достъп до администраторската " +"функционалност." + +msgid "Please install docutils" +msgstr "Моля инсталирайте docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Системата за администраторска документация изисква библиотеката за Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Моля, помолете вашите администратори да инсталират docutils ." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модел: %(name)s" + +msgid "Fields" +msgstr "Полета" + +msgid "Field" +msgstr "Поле" + +msgid "Type" +msgstr "Тип" + +msgid "Description" +msgstr "Описание" + +msgid "Methods with arguments" +msgstr "Методи с аргументи" + +msgid "Method" +msgstr "Метод" + +msgid "Arguments" +msgstr "Аргументи" + +msgid "Back to Model documentation" +msgstr " Върни се в документацията за модели" + +msgid "Model documentation" +msgstr "Документация за модели" + +msgid "Model groups" +msgstr "Групи на модела" + +msgid "Templates" +msgstr "Шаблони" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Път за търсене на шаблон %(name)s:" + +msgid "(does not exist)" +msgstr "(не съществува)" + +msgid "Back to Documentation" +msgstr "Назад към Документацията" + +msgid "Template filters" +msgstr "Шаблонни филтри" + +msgid "Template filter documentation" +msgstr "Документация за шаблонни филтри" + +msgid "Built-in filters" +msgstr "Вградени филтри" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"За да използвате тези филтри, сложете %(code)s във вашия " +"шаблон, преди да използвате филтъра." + +msgid "Template tags" +msgstr "Шаблонни тагове" + +msgid "Template tag documentation" +msgstr "Документация за Шаблонни тагове" + +msgid "Built-in tags" +msgstr "Вградени тагове" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"За да използвате тези тагове, сложете %(code)s във вашия " +"шаблон, преди да използвате тага." + +#, python-format +msgid "View: %(name)s" +msgstr "Изглед: %(name)s" + +msgid "Context:" +msgstr "Контекст:" + +msgid "Templates:" +msgstr "Шаблони:" + +msgid "Back to View documentation" +msgstr "Обратно към документацията за Изглед" + +msgid "View documentation" +msgstr "Документация за Изглед" + +msgid "Jump to namespace" +msgstr "Прескочи към именни пространства" + +msgid "Empty namespace" +msgstr "Празни именни пространства" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Изгледи по именни пространства %(name)s" + +msgid "Views by empty namespace" +msgstr "Изгледи по празни именни пространства" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Изглед функция: %(full_name)s. Име: %(url_name)s.\n" + +msgid "tag:" +msgstr "таг:" + +msgid "filter:" +msgstr "филтър:" + +msgid "view:" +msgstr "изглед:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Приложението %(app_label)r не е намерено" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Моделът %(model_name)r не е намерен в приложение %(app_label)r" + +msgid "model:" +msgstr "модел:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "свързания '%(app_label)s.%(data_type)s' обект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "свързаните '%(app_label)s.%(object_name)s' обекти" + +#, python-format +msgid "all %s" +msgstr "всички %s" + +#, python-format +msgid "number of %s" +msgstr "брой %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не прилича на обект от тип urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9ac735feb417e77b44919130aec61a8dac3039f3 GIT binary patch literal 3794 zcmbuATWl0n7{`x-3hNyK@qR!mEp>Lc^#V+(m(mg;R4OjKm{?|a&u#~1XC^aeDShzT zXhW3nV7NSxG)-WNfKsbbAO=FBkG}F^G?SQ^nCKHP`eOWlXJ)rEwM{XebmrIZT)z99 z{dw8qqYPs`o=5Rmw=mWPetRok7-tqS_B8k@xB|Qm-Ua>+-Ut2#-VJ6JGj=Dq3M6?g z_%PTBJ_7cG_kt#P8#n^q0lov`kB#B=I`}d83>bnBfXlI&?6rb){yFe=un&9?+yT=0 zGWZy1g5=j2NcK;F+n!dptP#zsD2b9jVJI>o+!rTpd91V zVNb@Blv5hiyVNfTpFNI;dTBi#*5dQBBYbW$X-LqUnO5xeuDee;` z$$E^^ep>EzO7)tsr6EnnW<8Fxzh-#*Eg^l@Q#UQCnKrM0!b?m@qw2F>;g>wqRp-)L zQW7sFb*7gp4qO~EeeN1n!TM^h9O1T66TWMd1lwu~tBiMK{1vAr*!FtO_4$ZX=M~SX zal;-_M=20FBoKZg7#?XC{D3Kjv1~|Q6}IpUi5w}BtY%riQx+C)X{`|l$$Xoqa#(Td zc9|o7Bopg+4_Zc1SZ!W>CS@+3t9nk|^&>&YDWxx#eKueT!xzx$OT)61ztXgPR-l9y zM9sC}U7YW9G_zL|+fj}A_NqcP^y+*~!=E)xbqOCE`({-8IxCF0g6*LUrlX~)#90!3 zMlrScEb14Xsf_B(uGfmf<4%RvJV7Cr`QBtg{cKBX)R$5I{k?IU`V0~1jA}dY!LlKZ zK?yh8n#UNGTxSEGL%ptTD{Fhuzi4osm-iWV)yeD;fwt*2h~wSuGb%)riq zw#5_bW6*lxsLng{9UHWKht{!)cRa5@yQw|jkA;a^9?A~42s%@OvN46@$)B5a^Q#S3Y&NmiK*>qFqMLRQK)jh+~wmM$T*SYN~ z(eLi;;?cj|tu|lX%{$tBU@8obguyh|6sNHCc^I4m&V-ZWEDR>X z;AlAc9!*c;5M~dD!MOVWYbB0h?>Qwy6&<_~23N3xv**>pqe>;Frqo%8(`q|uKOY8H zl}t+E0$EV{64OfE)cl*_3{FQ@k2kkLGyEYhE{4G+(lI%%jKThuxo7#!c#LFG#AlUP zry}1V&u!$KT1WE8D0U%xh!6?BsC+)F#EXm)I1}*1EE#UA#87cx#u0uH8T!-+PGI|LA&EY+2iM?1mL%WbWCB(H2PoHAR3&g{|BaJdp zRJeIl_qhssLK&Z?_6e@yM3lo%NV&?6QcePyWXU7gyg(n$-i} z2-E2enqHxFP&3y2v4Ah?JBVutcc(EG?Se7txKu~ZQcQ_dc9AA{7=H@TkZb`;2+U%3 z;jsUU!pOI|?Wdgnf0k3K=CzsnJ#5@5_%>3BNmXm^P;V;1s>gAKy^qU4S1wV8kqK&! znGa#%bjN#Be#LXM9KlD0u9&7@-8rip2BTO&z|HSsG`gE{5N;l8d{0-{LO<4x;LuO_ xrkdC6)#yI{KwYyZRo~%ez@~BDI6>)v6RCocU;nb0`ju~-zG-_f(ag~(`v>2i6C(fs literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..625ef05c345 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,261 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Anubhab Baksi, 2013 +# Jannis Leidel , 2011 +# Tahmid Rafi , 2012 +# Tahmid Rafi , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "নীড়পাতা" + +msgid "Documentation" +msgstr "সহায়িকা" + +msgid "Bookmarklets" +msgstr "বুকমার্কলেট" + +msgid "Documentation bookmarklets" +msgstr "সহায়িকা বুকমার্কলেট" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "এই পাতার সহায়িকা" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "যেকোন পাতা থেকে ভিউ সহায়িকাতে নিয়ে যান।" + +msgid "Tags" +msgstr "ট্যাগগুলো" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "ফিল্টারগুলো" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "মডেলগুলো" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "ভিউগুলো" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "দয়া করে docutils ইনস্টল করুন" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "মডেল: %(name)s" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "ফিল্ড" + +msgid "Type" +msgstr "টাইপ" + +msgid "Description" +msgstr "বিবরন" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "মডেল ডকুমেন্টেশন" + +msgid "Model groups" +msgstr "মডেল গ্রুপ" + +msgid "Templates" +msgstr "টেমপ্লেটগুলো" + +#, python-format +msgid "Template: %(name)s" +msgstr "টেমপ্লেট: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "টেমপ্লেট: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "ডকুমেন্টেশনে ফেরত যান" + +msgid "Template filters" +msgstr "টেমপ্লেট ফিল্টার" + +msgid "Template filter documentation" +msgstr "টেমপ্লেট ফিল্টার ডকুমেন্টেশন" + +msgid "Built-in filters" +msgstr "বিল্ট-ইন ফিল্টার" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "টেমপ্লেট ট্যাগ" + +msgid "Template tag documentation" +msgstr "টেমপ্লেট ট্যাগ ডকুমেন্টেশন" + +msgid "Built-in tags" +msgstr "বিল্ট-ইন ট্যাগ" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "ভিউ: %(name)s" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "টেমপ্লেটসমূহ:" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "ভিউ ডকুমেন্টেশন" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "ফাঁকা নেমস্পেস" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ট্যাগঃ" + +msgid "filter:" +msgstr "ফিল্টারঃ" + +msgid "view:" +msgstr "ভিউঃ" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(app_label)r এ্যপে %(model_name)r মডেলটি পাওয়া যায়নি" + +msgid "model:" +msgstr "মডেলঃ" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` সম্পর্কিত অবজেক্ট" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` সম্পর্কিত অবজেক্ট সমূহ" + +#, python-format +msgid "all %s" +msgstr "সকল %s" + +#, python-format +msgid "number of %s" +msgstr "%s সংখ্যা" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ইউআরএল -এর মত নয়" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..56cfb09a4a743e3e9440ca37b1104ad073429f6d GIT binary patch literal 1571 zcmaKrv5y-?6vhVzyl^i(u7h=z`m2GLQ$-@y0Q=6o>}0H1>A!DnC-{Bq&{489Kk7m)LQUHHF&tn&xh0RIBH z{_?9rgy0(Z8h8x;2)hTn0RMe#R=_JD>wXBbZWFu%Zh>!sPeIOm4zlhyAm@F%*#8dX zKEDT9=TEQ>{teozZ$VXPy|9>zX5DJq_%{#FQFR<1ylR zo@A=0vzilKl@vl{C@aLE6qBN?m%>c)o_1sh9CJETUdMF*Y%uiD-N-S_ja758cG z7Q(AU3P05J(!yAIb>bh5b?vlFOjA9R;>cOn4EE#T3mgvTloUTuCb5;fdTgB!4vHj= zgPloI1YIksa`ag@xaD+tC&4Znm9!B?tssnos7=wwaR^?Mw_@L{QDR6A-B<(ww>MQt5_t1^&uLYsGKF-=>h{ zslvvp!pcT##c#vkrf8|qq$f{^`{{Hxm#^)!vNs6bmRWcS=_W-h;npHNkG58#?H8hL zM7L>!8{iX%d;x~mS(z8#O2`>alC)Xds)*y%=-B@BgXro>ma6jgIL&xxS0_5xP8{ly z_SA!o)D%zUXso=m`RerQpr_p9At}tR%dCo5$2T46SR2FQ$Qj!CBo}EW#at0{oK7*u pil-PUJfPeXX+m>(PHX==(QBfovh=Y$Eq!_2nSovt$xNe#e*ka;gyR4J literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f3e1246f2c8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,263 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012 +# Irriep Nala Novram , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2019-03-12 14:33+0000\n" +"Last-Translator: Irriep Nala Novram \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Degemer" + +msgid "Documentation" +msgstr "Teuliadoù" + +msgid "Bookmarklets" +msgstr "Sinedoù" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "Tikedennoù" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Siloù" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "baliz:" + +msgid "filter:" +msgstr "sil:" + +msgid "view:" +msgstr "gwel:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"Neket bet kavet ar patrom %(model_name)r e-barzh an arload %(app_label)r" + +msgid "model:" +msgstr "patrom:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "an objed e liamm \"%(app_label)s.%(data_type)s\"" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "an objedoù e liamm \"%(app_label)s.%(object_name)s\"" + +#, python-format +msgid "all %s" +msgstr "an holl %s" + +#, python-format +msgid "number of %s" +msgstr "niver a %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..77617c027c4840584b96ea7c367bef5f66ec75cf GIT binary patch literal 1730 zcmaiz&u<$=6vqc>p%}`q3y5EONOcv{uDzQ^G}*){N}GySjR?i`z$KaWj_rweXI3+_ zP7_s#3jz)tIP}H^sWZWS@o+s}^Yy*KZ@_4lvWPTgl% zufpDjJ%GIqyZ96ySl@sb!EeDA!Jomi;BVlY;2+>y;J@H0@XXVUeF~lhFM%9<7Q7EW z2mWxde*pS?KY<+~>e^*q_FaKJI zIw!97szYCh8wu2R?4pBsK@%xo@MlJ3xGAOW#xx&BmxC}0q9uwxh!>VFgi#p6F}N)z(&wDYk>^4#GQ$?X(&jH#XLfx{umnF%IhrlOn zAtpl1d~3PkwWkEh{b43jPGhbgm)w}oXih?9<63ilxxn0M`G5I_BrWEN!HI@ z_Di;@AATpC;_MD4LOP{HW}3$MyG?z(>Sj~=B!%{+dPiBSPX7L*Aa|7cB;845E{s, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Početna" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Bookmarklets" +msgstr "Bookmarkleti" + +msgid "Documentation bookmarklets" +msgstr "Bookmarkleti dokumentacije" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Dokumentacija za ovu stranicu" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Vodi od bilo koje stranice do dokumentacije za pogled koji generiše tu " +"stranicu." + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "pogled:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "klase `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "svi povezani objekti %s" + +#, python-format +msgid "number of %s" +msgstr "broj povezanih objekata %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ne izgleda kao urlpattern objekat" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..37daf4441661db6718e6a5b88bd8b762dac5a0ec GIT binary patch literal 6650 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 yOu=_J=y*D4ixyVsc-s&Z0G#WSS literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8a0984b66d6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,288 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# abraham.martin , 2014 +# Antoni Aloy , 2014,2017,2021 +# Carles Barrobés , 2012 +# Gil Obradors Via , 2019 +# Jannis Leidel , 2011 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-10-27 08:46+0000\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentació Administrativa" + +msgid "Home" +msgstr "Inici" + +msgid "Documentation" +msgstr "Documentació" + +msgid "Bookmarklets" +msgstr "'Bookmarklets'" + +msgid "Documentation bookmarklets" +msgstr "'Bookmarklets' de documentació" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Per instal·lar miniaplicacions enllaçades, arrossegueu l'enllaç a la vostra " +"barra de marcados, o feu clic dret a l'enllaç i afegiu-lo als vostres " +"marcadors. Ara podeu seleccionar la miniaplicació des de qualsevol pàgina " +"del lloc." + +msgid "Documentation for this page" +msgstr "Documentació d'aquesta pàgina" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Us porta des de qualsevol pàgina a la documentació de la vista que la genera." + +msgid "Tags" +msgstr "Etiquetes" + +msgid "List of all the template tags and their functions." +msgstr "Llista d'etiquetes de plantilles i les seves funcions." + +msgid "Filters" +msgstr "Filtres" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Els filtres són accions que poden ser aplicades a variables a una plantilla " +"per alterar la seva sortida." + +msgid "Models" +msgstr "Models" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Els models són descripcions de tots els objectes del sistema i els seus " +"camps associats. Cada model té una llista de camps que són accessibles com " +"variables de la plantilla." + +msgid "Views" +msgstr "Vistes" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada plana del lloc públic és generat per una vista (view). La vista " +"defineix quina plantilla es fa servir per generar la plana i quins objectes " +"estan disponibles a aquella plantilla." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Eines pel seu navegador per accedir ràpidament a la funcionalitat de l'admin." + +msgid "Please install docutils" +msgstr "Si us plau instal·leu docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"El sistema d'administració de documentació requereix de la biblioteca de " +"Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Si us plau, demani als seus administradors la instal·lació de docutils ." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Camps" + +msgid "Field" +msgstr "Camp" + +msgid "Type" +msgstr "Tipus" + +msgid "Description" +msgstr "Descripció" + +msgid "Methods with arguments" +msgstr "Mètodes amb arguments" + +msgid "Method" +msgstr "Mètode" + +msgid "Arguments" +msgstr "Arguments" + +msgid "Back to Model documentation" +msgstr "Tornar a la documentació del Model" + +msgid "Model documentation" +msgstr "Documentació del model" + +msgid "Model groups" +msgstr "Grups de model" + +msgid "Templates" +msgstr "Plantilles" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Camí de cerca per la plantilla \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(no existeix)" + +msgid "Back to Documentation" +msgstr "Tornar a la documentació" + +msgid "Template filters" +msgstr "Filtres de plantilla" + +msgid "Template filter documentation" +msgstr "Documentació dels filtres de plantilla" + +msgid "Built-in filters" +msgstr "Filtres integrats" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Per utilitzar aquests filtres, introdueixi %(code)s a la seva " +"plantilla abans d'utilitzar el filtre." + +msgid "Template tags" +msgstr "Etiquetes de plantilles" + +msgid "Template tag documentation" +msgstr "Documentació de les etiquetes de plantilla" + +msgid "Built-in tags" +msgstr "Etiquetes integrades" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Per utilitzar aquestes etiquetes, introdueix %(code)s a la teva " +"plantilla abans d'utilitzar l'etiqueta" + +#, python-format +msgid "View: %(name)s" +msgstr "Vista: %(name)s" + +msgid "Context:" +msgstr "Contexte:" + +msgid "Templates:" +msgstr "Plantilles:" + +msgid "Back to View documentation" +msgstr "Tornar a la documentació de les Vistes" + +msgid "View documentation" +msgstr "Veure documentació" + +msgid "Jump to namespace" +msgstr "Anar a l'espai de noms" + +msgid "Empty namespace" +msgstr "Espai de noms buit" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vistes de l'espai de noms %(name)s" + +msgid "Views by empty namespace" +msgstr "Vistes per l'espai de noms buit" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Funció de la vista: %(full_name)s . Nom: %(url_name)s .\n" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtre:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplicació %(app_label)r no trobada" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "El model %(model_name)r no s'ha trobat a l'aplicació %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "l'objecte relacionat `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objectes relacionats `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "tots %s" + +#, python-format +msgid "number of %s" +msgstr "nombre de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s no sembla ser un objecte 'urlpattern'" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..72802d8d837b54f7f55b24d529d3d5fe7f5c45d7 GIT binary patch literal 8154 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 b^60ND`8I<>&Mz;N_%h^`e|#y0q-OpL!L3v{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3d8bd737805 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bakhtawar Barzan, 2021 +# kosar tofiq , 2020 +# Swara , 2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-04-24 20:19+0000\n" +"Last-Translator: Swara , 2022\n" +"Language-Team: Central Kurdish (http://www.transifex.com/django/django/" +"language/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "بەڵگەنامەکردنی کارگێڕی" + +msgid "Home" +msgstr "ماڵەوە" + +msgid "Documentation" +msgstr "بەڵگەنامەکردن" + +msgid "Bookmarklets" +msgstr "ئاماژەکان" + +msgid "Documentation bookmarklets" +msgstr "بەڵگەنامەکردنی ئاماژەکان" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"بۆ دامەزراندنی ئاماژەکان، بەستەرەکە ڕابکێشە بۆ سەر جێدۆزەکانت، یان کرتەی " +"ڕاست لەسەر بەستەرەکە بکە و زیادی بکە بۆ ئاماژەکانت. ئێستا دەتوانیت لە هەر " +"لاپەڕەیەک لە ماڵپەڕەکەدا ئاماژە هەڵبژێریت." + +msgid "Documentation for this page" +msgstr "بەڵگەنامەکردن بۆ ئەم لاپەڕە" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"لە هەر لاپەڕەیەکەوە دەچێتەسەر بەڵگەنامەکان بۆ ئەو دیمەنەی کە ئەو لاپەڕەیە " +"دروست دەکات." + +msgid "Tags" +msgstr "تاگەکان" + +msgid "List of all the template tags and their functions." +msgstr "لیستی هەموو تاگەکانی ڕووکار و ئەرکەکانیان." + +msgid "Filters" +msgstr "پاڵاوتنەکان" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"پاڵاوتنەکان ئەو کردارانەن کە دەتوانرێت بۆ گۆڕاوەکان لە ڕووکارێکدا " +"بەکاربهێنرێن بۆ گۆڕینی دەرچوێنراوەکە." + +msgid "Models" +msgstr "مۆدیلەکان" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"مۆدێلەکان بریتین لە باسکردنی هەموو شتەکانی ناو سیستەمەکە و بوارە " +"پەیوەندیدارەکانیان. هەر مۆدێلێک لیستی خانەی هەیە کە دەتوانرێت وەک گۆڕاوەکانی " +"ڕووکار دەستی پێ بگات" + +msgid "Views" +msgstr "دیمەنەکان" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"هەر لاپەڕەیەک لە پێگەی گشتیدا بە دیمەنێک دروست دەکرێت. دیمەنەکە ئەوە پێناسە " +"دەکات کە کام ڕووکار بۆ دروستکردنی لاپەڕەکە بەکاردەهێنرێت و کام ئۆبجێکت " +"بەردەستە بۆ ئەو ڕووکارە." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"ئامرازەکان بۆ وێبگەڕەکەت بۆ ئەوەی بە خێرایی دەستت بگات بە کاراییەکانی " +"بەڕێوەبەر." + +msgid "Please install docutils" +msgstr "تکایە docutils دابمەزرێنە" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"سیستەمی بەڵگەنامەکردنی بەڕێوەبەر پێویستی بە کتێبخانەی docutils پایسۆن هەیە." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"تکایە پرسیار لە بەڕێوەبەرایەتی بکە بۆ دامەزراندنی docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "مۆدێل: %(name)s" + +msgid "Fields" +msgstr "خانەکان" + +msgid "Field" +msgstr "خانە" + +msgid "Type" +msgstr "جۆر" + +msgid "Description" +msgstr "باسکردن" + +msgid "Methods with arguments" +msgstr "شێوازەکان و ئارگومێنتەکان" + +msgid "Method" +msgstr "شێواز" + +msgid "Arguments" +msgstr "ئارگومێنتەکان" + +msgid "Back to Model documentation" +msgstr "گەڕانەوە بۆ بەڵگەنامەکردنی مۆدێل" + +msgid "Model documentation" +msgstr "بەڵگەنامەی مۆدێل" + +msgid "Model groups" +msgstr "گرووپەکانی مۆدێل" + +msgid "Templates" +msgstr "ڕووکارەکان" + +#, python-format +msgid "Template: %(name)s" +msgstr "ڕووکار: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "ڕووکاری: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "گەڕانی ڕێڕەو بۆ ڕووکاری %(name)s:" + +msgid "(does not exist)" +msgstr "(بوونی نیە)" + +msgid "Back to Documentation" +msgstr "گەڕانەوە بۆ بەڵگەنامەکردن" + +msgid "Template filters" +msgstr "پاڵاوتنەکانی ڕووکار" + +msgid "Template filter documentation" +msgstr "بەڵگەنامەکردنی پاڵاوتنی ڕووکار" + +msgid "Built-in filters" +msgstr "پاڵاوتنەکانی Built-in" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"بۆ بەکارهێنانی ئەم پاڵاوتنانە%(code)s لەناو ڕووکارەکەت دابنێ " +"پێش ئەوەی پاڵاوتن بەکاربهێنیت." + +msgid "Template tags" +msgstr "تاگەکانی ڕووکار" + +msgid "Template tag documentation" +msgstr "بەڵگەنامەکردنی تاگی ڕووکار" + +msgid "Built-in tags" +msgstr "تاگەکانی Built-in" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"بۆ بەکارهێنانی ئەم تاگانە, %(code)s لەناو ڕووکارەکەت دابنێ پێش " +"ئەوەی تاگ بەکاربهێنیت." + +#, python-format +msgid "View: %(name)s" +msgstr "دیمەن: %(name)s" + +msgid "Context:" +msgstr "دەق:" + +msgid "Templates:" +msgstr "ڕووکارەکان:" + +msgid "Back to View documentation" +msgstr "گەڕانەوە بۆ بەڵگەنامەکردنی دیمەن" + +msgid "View documentation" +msgstr "بەڵگەنامەکردنی دیمەن" + +msgid "Jump to namespace" +msgstr "بازدان بۆ بۆشاییناو" + +msgid "Empty namespace" +msgstr "بۆشاییناوی بەتاڵ" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "دیمەنەکان لەلایەن بۆشاییناو %(name)s" + +msgid "Views by empty namespace" +msgstr "دیمەنەکان لایەن بۆشاییناوی بەتاڵەوە" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" کرداری دیمەن: %(full_name)s. ناو: %(url_name)s.\n" + +msgid "tag:" +msgstr "تاگ:" + +msgid "filter:" +msgstr "پاڵاوتن:" + +msgid "view:" +msgstr "دیمەن:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "بەرنامەی %(app_label)r نەدۆزرایەوە" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "مۆدێلی %(model_name)r ناوتوانرێت لە ئاپی %(app_label)r بدۆزرێتەوە" + +msgid "model:" +msgstr "مۆدێل:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "پەیوەستکراو `%(app_label)s. ئۆبجێکتی%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "پەیوەستکراوە `%(app_label)s. ئۆبجێکتی%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "هەموو %s" + +#, python-format +msgid "number of %s" +msgstr "ژمارە لە %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s بەگوێرەی شێوازی urlی ئۆبجێکتێک نیە" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..49b5b866e92f3596d94ba068695edc8e57b419a9 GIT binary patch literal 6619 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, 2011 +# Vláďa Macek , 2012-2014 +# Vláďa Macek , 2015-2016,2019,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-03-18 23:13+0000\n" +"Last-Translator: Vláďa Macek \n" +"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +msgid "Administrative Documentation" +msgstr "Dokumentace správy" + +msgid "Home" +msgstr "Domů" + +msgid "Documentation" +msgstr "Dokumentace" + +msgid "Bookmarklets" +msgstr "Bookmarklety" + +msgid "Documentation bookmarklets" +msgstr "Dokumentační bookmarklety" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Pro nainstalování bookmarkletů, přetáhněte odkaz na vaše záložky " +"(„Oblíbené“), nebo klepněte pravým tlačítkem na odkaz a přidejte ho k vašim " +"záložkám. Nyní můžete zvolit bookmarklet z libovolné stránky jakéhokoli webu." + +msgid "Documentation for this page" +msgstr "Dokumentace k této stránce" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Z libovolné stránky otevře dokumentaci pohledu (view), který generoval tuto " +"stránku." + +msgid "Tags" +msgstr "Tagy" + +msgid "List of all the template tags and their functions." +msgstr "Seznam všech šablonových tagů a jejich funkce." + +msgid "Filters" +msgstr "Filtry" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtry jsou akce, které mohou být aplikovány na proměnné v šabloně za účelem " +"úpravy hodnoty." + +msgid "Models" +msgstr "Modely" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modely jsou popisy všech objektů v systému a jejich přidružených polí. Každý " +"model má seznam polí, které mohou být čteny jako proměnné v šablonách." + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Každá stránka na veřejném webu je generována pomocí pohledu. Pohled " +"definuje, která šablona bude použita ke generování stránky a které objekty " +"budou v šabloně k dispozici." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Nástroje pro prohlížeč k rychlému přístupu k funkcím administračního " +"rozhraní." + +msgid "Please install docutils" +msgstr "Nainstalujte balík docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Dokumentační systém administračního rozhraní vyžaduje pythonskou knihovnu docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Požádejte správce o instalaci balíku docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Pole" + +msgid "Field" +msgstr "Pole" + +msgid "Type" +msgstr "Typ" + +msgid "Description" +msgstr "Popis" + +msgid "Methods with arguments" +msgstr "Metody s argumenty" + +msgid "Method" +msgstr "Metoda" + +msgid "Arguments" +msgstr "Argumenty" + +msgid "Back to Model documentation" +msgstr "Zpět na popis modelů" + +msgid "Model documentation" +msgstr "Dokumentace modelů" + +msgid "Model groups" +msgstr "Skupiny modelů" + +msgid "Templates" +msgstr "Šablony" + +#, python-format +msgid "Template: %(name)s" +msgstr "Šablona: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Šablona: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Vyhledávací cesta pro šablonu %(name)s:" + +msgid "(does not exist)" +msgstr "(neexistuje)" + +msgid "Back to Documentation" +msgstr "Zpět na dokumentaci" + +msgid "Template filters" +msgstr "Šablonové filtry" + +msgid "Template filter documentation" +msgstr "Dokumentace šablonových filtrů" + +msgid "Built-in filters" +msgstr "Vestavěné filtry" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Chcete-li tyto filtry používat, vložte do šablony před místo použití kód " +"%(code)s." + +msgid "Template tags" +msgstr "Šablonové tagy" + +msgid "Template tag documentation" +msgstr "Dokumentace šablonových tagů" + +msgid "Built-in tags" +msgstr "Vestavěné tagy" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Chcete-li tyto tagy používat, vložte do šablony před místo použití kód " +"%(code)s." + +#, python-format +msgid "View: %(name)s" +msgstr "Pohled: %(name)s" + +msgid "Context:" +msgstr "Kontext:" + +msgid "Templates:" +msgstr "Šablony:" + +msgid "Back to View documentation" +msgstr "Zpět na popis pohledů" + +msgid "View documentation" +msgstr "Dokumentace pohledů" + +msgid "Jump to namespace" +msgstr "Přejít na jmenný prostor" + +msgid "Empty namespace" +msgstr "Prázdný jmenný prostor" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Pohledy dle jmenného prostoru %(name)s" + +msgid "Views by empty namespace" +msgstr "Pohledy dle prázdného jmenného prostoru" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Funkce pohledu: %(full_name)s. Název: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filtr:" + +msgid "view:" +msgstr "pohled (view):" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplikace %(app_label)r nebyla nalezena" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r v aplikaci %(app_label)r nenalezen" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "související položka `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "související položky `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "Vše: %s" + +#, python-format +msgid "number of %s" +msgstr "Počet: %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "Objekt %s patrně není typu urlpattern." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..64f4ab6154605ab0fe6e6f2309316d131ec46ec8 GIT binary patch literal 5401 zcmbuCU92QU6@Uu`fvfm~zo1~Ta@l*?ow@h!F0ec7U15LOWp`PYD_}G(HPbaS#qH@H zySjI_6OAuM6B9{H^hu%-V|X@EqrMqp;!k4q0iy&oQA2n!!NeDR(eG4u&(E@CAE?}# zudBQ2)Twh$Rh|2no3H(rqU@)BjQa95N<9LfeLFvtKV7TTqwvpgH{5ldQtyRNLh0|| zN8wlC2jO$@UGS$+`u!5#1pf$cfd7E+g#WDH{|DYm`}%iOa(2M)(>?_Gr2Yo4hp)jW z;p-4p)Ja}G2G7Dh@Hw~_z6jqBZ)7sj<2LvncsFFI>cH>82jMCBclcr0zEP<=;c+PP zx8ZGY3}qe9K+*HNP}cKv_yPDUcr$zj@~2+sX9@lnei~j!LwEs-zCVMT@Ft8P^E?b? z{5kk;*n_g}42r&&AWKqTs@q?MvaV;~8vHgCIlqPL@b^&0Uqh!~;LGcw`198&E#Gfp zlJ~(=@I&ykP(u$zk8eU*-}5zpT=NBpX!Qpu>wBeczXori{qLIZ#@Iiky#htAm!PcU zukds5RVex$!>H%s!*C6L2OfaGgQDLJ{D>a6LWZanD0bKnpM?*=2jDA^KXp6G?}Y16 z=6e!Kd|rTvR9}GN=dai8A3%wdpFkP^8z}yJ8Or)zg`a`{g5tk3bbbOp4^PAYL0R8v zffO{ksNzE@ zvIiw@rHDUQsC%hm%U#rIS<;lpot@}@k@RwxCLMjSmqzx`@=Cvm;|qxy*;RjVExc>% zvovQtitO?ZOKREcD79WEX|Bz9Y)z)~RCld5n(kwh=Qc}p+I`ygaRW+HCGcZU$Z*Nt4`O$~)?)^}WoE!<38S7FxPHFMRP+KV{WJ=k?eO ztU6|T!|NG*4(>_ziVZy1M#J9m77~W;mF!ybBhA@u_sFAP= z^tp%%tGPVj>M;u%*6#*cT8w?w=peP)I90oTU3npzg_ob#xbYNLlo;`)XAN_j8}HMe z3t`e1XZf}cffdx(LxXf3*H)-H)FIHgtk<(%B8Hw*>r9=e&c)VvV#IHYXEJSOJ2A}| zkzx>^i+K+kJbI0;Z?2_$OzvGY?BzH0AggMl1L^b`JkLocFgRm3wVdd5)mXTDM zYez?I$zI%QzEoRvF(fYkI@cX%zggd~#~ZmFJ)3eWZq92>znN%{W_Tr7WpRqeQ<@lW*!xEaoM^iU;E!)H* z#3h3eJ(ZBlB#Q~&nph-=%ry4FfkBCGmQK8E^HgJi-ge9x7DBByR&%kK*yXa;a%@$& zaTa%xyqfcXG`*5=TlT72O-F@L@2I30b(xUe&bQ3UaTw{R=5GeyUS6s8Q+9p~AYb!H}XW41i(Wgwpg{ey#YOZgfXluPc{y`jmx%{M=_b-cBI)=%c@+pKjgA*hMhj^5vO z`Bce{?v+dD;vzF~>v)=td`Bna(Da-8?$_1h=1Q`;xv{E0sn>N!OJk2THbO(+v8ng# zyYAA7JZ*$-d-$^V{w1|^V#3j>`~3-<)R`ooB{Nq_ca9~*WRnkFDceb0q{|6$s7vg)?YinSx*nGRQH)5sJ$FCr7$L_Or9nC8e%669@}ft$6Clu?U|C@&K7 z9p?v`>pK(8>#`_}BX2g%+?2Z1Q8k_B%u{C!$xYgAR3Lw#!^HMU8V2PswNX?AOZ5z~ zY75=V_+g1UjVFV)){Nho>4CJwfRXESdbpJIpuVyq?RJt9krRoT_~Hj=Pf)xsSmP>PR`V8Hq@5=rqTEk`0-t(OXoTv$QrN5fID~ zln{H(Eps?Yl1W>g=ibQah6^|^qu}V-8nxMp0SF-kOOUlgXjPHLONp&2g}5ve!v1fF zxp~irLFz;{8Hc!%B$nxNsOSpG4)2V8z=CobRcnBIh`}Zf}j^K1?4uK#fir*j^<49<}CBevOt4I1= zSmFFA&ku$g9P@%EfB$E>-A1-*DATrCNj-$+#^#7>!Rzc-9t$b?wiY!|9, 2011 +# Maredudd ap Gwyndaf , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +msgid "Administrative Documentation" +msgstr "Dogfennaeth Gweinyddol" + +msgid "Home" +msgstr "Hafan" + +msgid "Documentation" +msgstr "Dogfennaeth" + +msgid "Bookmarklets" +msgstr "Nodau tudalen" + +msgid "Documentation bookmarklets" +msgstr "Nodau tudalen dogfennaeth" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Dogfennaeth y dudalen hon" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Cymerir chi o unrhyw dudalen i'r dogfennaeth am yr olwg sy'n creu'r dudalen " +"hwnnw." + +msgid "Tags" +msgstr "Tagiau" + +msgid "List of all the template tags and their functions." +msgstr "Rhestr o holl dagiau'r templad a'u swyddogaeth." + +msgid "Filters" +msgstr "Hidlau" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Gweithredoedd yw hidlau sy'n gallu cael eu gosod ar newidynnau mewn templad " +"i newid yr allbwm." + +msgid "Models" +msgstr "Modelau" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Mae modelau yn disgrifio pob gwrthrych yn y system a'u meysydd " +"cysylltiedig. Mae gan bob model restr o feysydd y gellir eu defnyddio fel " +"newidynnau templad" + +msgid "Views" +msgstr "Golygon" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Mae pob tudalen ar y wefan gyhoeddus yn cael eu creu gan olwg. Mae'r golwg " +"yn diffunio pa templad i'w ddefnyddio i gynhyrchu'r dudalen a pa wrthrychau " +"sydd ar gael i'r templad." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Offer ar gyfer eich porwr i gael mynediad cyflym i swyddogaethau gweinyddwr." + +msgid "Please install docutils" +msgstr "Gosodwch docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"Mae'r system dogfennaeth gweinyddol angen llyfrgell docutils Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Gofynnwch i'r gweinyddwr i osod docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "Maes" + +msgid "Type" +msgstr "Math" + +msgid "Description" +msgstr "Disgrifiad" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "Dogfennaeth model" + +msgid "Model groups" +msgstr "Grwpiau model" + +msgid "Templates" +msgstr "Templadau" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templad: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Templad: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Chwilio'r llwybr am dempled \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(nid yw'n bodoli)" + +msgid "Back to Documentation" +msgstr "Nôl i Dogfennaeth" + +msgid "Template filters" +msgstr "Hidlau templadau" + +msgid "Template filter documentation" +msgstr "Dogfennaeth hidlau templadau" + +msgid "Built-in filters" +msgstr "Hidlau mewnol" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"I ddefnyddio'r hildau, rhowch %(code)s yn eich templad cyn " +"defnyddio'r hidl." + +msgid "Template tags" +msgstr "Tagiau templadau" + +msgid "Template tag documentation" +msgstr "Dogfennaeth tag templad" + +msgid "Built-in tags" +msgstr "Tagiau mewnol" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"I ddefnyddio'r tagiau rhowch %(code)s yn eich templad cyn " +"defnyddio'r tag." + +#, python-format +msgid "View: %(name)s" +msgstr "Golwg: %(name)s" + +msgid "Context:" +msgstr "Cyd-destun:" + +msgid "Templates:" +msgstr "Templadau:" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "Dogfennaeth golygon" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Gweld ffwythiant: %(full_name)s. Enw: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "hidl:" + +msgid "view:" +msgstr "golwg:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Ni ddarganfuwyd ap %(app_label)r" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Ni darganfyddwyd model %(model_name)r yn ap %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "y gwrthrych `%(app_label)s.%(data_type)s` cysylltiedig" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "gwrthrychau `%(app_label)s.%(object_name)s` cysylltiedig" + +#, python-format +msgid "all %s" +msgstr "pob %s" + +#, python-format +msgid "number of %s" +msgstr "nifer o %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "nid yw %s yn ymweld i fod yn wrthrych urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d0854826164043e4efd5efe48ff886a0edeaab2a GIT binary patch literal 6446 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po new file mode 100644 index 00000000000..4544478d205 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,285 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Erik Ramsgaard Wognsen , 2021 +# Erik Ramsgaard Wognsen , 2013,2015-2016,2019 +# Jannis Leidel , 2011 +# valberg , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 18:23+0000\n" +"Last-Translator: Erik Ramsgaard Wognsen \n" +"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administrationsdokumentation" + +msgid "Home" +msgstr "Hjem" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Dokumentations-bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"For at installere bookmarklets, skal du trække linket til din bogmærkelinje " +"eller højreklikke linket og tilføje det til dine bogmærker. Derefter kan du " +"vælge bookmarkletten fra enhver side på websitet." + +msgid "Documentation for this page" +msgstr "Dokumentation for denne side" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Bringer dig fra en hvilken som helst side til dokumentationen for det view, " +"der genererer den pågældende side." + +msgid "Tags" +msgstr "Mærker" + +msgid "List of all the template tags and their functions." +msgstr "Liste af alle template tags og deres funktioner." + +msgid "Filters" +msgstr "Filtre" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtre er handlinger, der kan anvendes på variabler i en skabelon for at " +"ændre outputtet." + +msgid "Models" +msgstr "Modeller" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeller er beskrivelser af alle objekter i systemet, og deres tilhørende " +"felter. Hver model har en liste af felter som kan tilgås som en skabelon " +"variabel." + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Hver side på den offentlige side bliver genereret af et view. Viewet " +"definerer hvilken skabelon der bruges til at generere siden og hvilke " +"objekter er tilgængelige fra skabelonen." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Værktøjer for din browser til hurtig adgang til admin funktionalitet." + +msgid "Please install docutils" +msgstr "Installer venligst docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Admin dokumentationssystemet kræver Pythons docutils bibliotek." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Venligst spørg dine administratorer om at installere docutils ." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Felter" + +msgid "Field" +msgstr "Felt" + +msgid "Type" +msgstr "Type" + +msgid "Description" +msgstr "Beskrivelse" + +msgid "Methods with arguments" +msgstr "Metode med argumenter" + +msgid "Method" +msgstr "Metode" + +msgid "Arguments" +msgstr "Argumenter" + +msgid "Back to Model documentation" +msgstr "Tilbage til modeldokumentationen" + +msgid "Model documentation" +msgstr "Modeldokumentation" + +msgid "Model groups" +msgstr "Modelgrupper" + +msgid "Templates" +msgstr "Skabeloner" + +#, python-format +msgid "Template: %(name)s" +msgstr "Skabelon: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Skabelon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Søgesti for skabelon %(name)s:" + +msgid "(does not exist)" +msgstr "(eksisterer ikke)" + +msgid "Back to Documentation" +msgstr "Tilbage til dokumentationen" + +msgid "Template filters" +msgstr "Skabelonfiltre" + +msgid "Template filter documentation" +msgstr "Skabelonfilterdokumentation" + +msgid "Built-in filters" +msgstr "Indbyggede filtre" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"For at bruge disse filtre, indsæt %(code)s i din skabelon, før " +"du bruger filteret." + +msgid "Template tags" +msgstr "Skabelon-tags" + +msgid "Template tag documentation" +msgstr "Skabelon-tag-dokumentation" + +msgid "Built-in tags" +msgstr "Indbyggede tags" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"For at bruge disse tags, indsæt %(code)s i din skabelon, før du " +"bruger tagget." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Skabeloner:" + +msgid "Back to View documentation" +msgstr "Tilbage til View-dokumentationen" + +msgid "View documentation" +msgstr "View dokumentation" + +msgid "Jump to namespace" +msgstr "Hop til namespace" + +msgid "Empty namespace" +msgstr "Tomt namespace" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views efter namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Views efter tomt namespace" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" View funktion: %(full_name)s. Navn: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Applikation %(app_label)r blev ikke fundet" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modellen %(model_name)r ikke fundet i applikationen %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "det relaterede `%(app_label)s.%(data_type)s`-objekt" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "relaterede `%(app_label)s.%(object_name)s`-objekter" + +#, python-format +msgid "all %s" +msgstr "alle %s" + +#, python-format +msgid "number of %s" +msgstr "antal %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ser ikke ud til at være et urlpattern-objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ae993f7b9537b5c6882943383c41b038cd5fea33 GIT binary patch literal 6567 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, 2021 +# Jannis Vajen, 2013 +# Jannis Leidel , 2013-2016,2020 +# Jannis Vajen, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-28 17:15+0000\n" +"Last-Translator: Raphael Michel \n" +"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administrative Dokumentation" + +msgid "Home" +msgstr "Start" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Dokumentations-Bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Um die Bookmarklets zu installieren, muss dieser Link in die Browser-" +"Werkzeugleiste gezogen werden oder mittels rechter Maustaste in den " +"Bookmarks gespeichert werden. Danach können die Bookmarklets von jeder Seite " +"aufgerufen werden." + +msgid "Documentation for this page" +msgstr "Dokumentation für diese Seite" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Springt von jeder Seite zu der Dokumentation für den View, der diese Seite " +"erzeugt." + +msgid "Tags" +msgstr "Tags" + +msgid "List of all the template tags and their functions." +msgstr "Alle Template-Tags und deren Funktionen auflisten." + +msgid "Filters" +msgstr "Filter" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filter sind Aktionen, die in Templates auf Variablen angewendet werden " +"können, um deren Ausgabe zu verändern." + +msgid "Models" +msgstr "Modelle" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modelle sind Beschreibungen aller Objekte und ihrer Felder, die sich im " +"System befinden. Jedes Model hat eine Reihe von Feldern, auf in Form von " +"Templatevariablen zugegriffen werden kann." + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Jede öffentliche Seite wird durch einen View generiert. Dieser View " +"definiert, welches Template genutzt wird, um die Seite zu generieren und " +"welche Objekte in dem jeweiligen Template zur Verfügung stehen." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Hilfsfunktionen für den Browser, um schnell auf den Administrationsbereich " +"zugreifen zu können." + +msgid "Please install docutils" +msgstr "Bitte docutils installieren." + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Das Admin-Dokumentationssystem erfordert die Python-Bibliothek docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Bitte durch den/die Administrator/in docutils " +"installieren lassen." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Felder" + +msgid "Field" +msgstr "Feld" + +msgid "Type" +msgstr "Klasse" + +msgid "Description" +msgstr "Beschreibung" + +msgid "Methods with arguments" +msgstr "Methode mit Argumenten" + +msgid "Method" +msgstr "Methode" + +msgid "Arguments" +msgstr "Argumente" + +msgid "Back to Model documentation" +msgstr "Zurück zur Model-Dokumentation" + +msgid "Model documentation" +msgstr "Model-Dokumentation" + +msgid "Model groups" +msgstr "Model-Gruppen" + +msgid "Templates" +msgstr "Templates" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Suchpfade für Template %(name)s:" + +msgid "(does not exist)" +msgstr "(existiert nicht)" + +msgid "Back to Documentation" +msgstr "Zurück zur Dokumentation" + +msgid "Template filters" +msgstr "Template-Filter" + +msgid "Template filter documentation" +msgstr "Template-Filter-Dokumentation" + +msgid "Built-in filters" +msgstr "Mitgelieferte Filter" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Um diese Filter zu nutzen, muss sich %(code)s vor Aufruf des " +"Filters im Template befinden." + +msgid "Template tags" +msgstr "Template-Tags" + +msgid "Template tag documentation" +msgstr "Template-Tag-Dokumentation" + +msgid "Built-in tags" +msgstr "Mitgelieferte Tags" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Um diese Tags zu nutzen, muss sich %(code)s vor Aufruf des Tags " +"im Template befinden." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Kontext:" + +msgid "Templates:" +msgstr "Templates:" + +msgid "Back to View documentation" +msgstr "Zurück zur View-Dokumentation" + +msgid "View documentation" +msgstr "View Dokumentation" + +msgid "Jump to namespace" +msgstr "Zu Namespace springen" + +msgid "Empty namespace" +msgstr "Leerer Namespace" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views in Namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Views ohne Namespace" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" View-Funktion: %(full_name)s. Name: %(url_name)s.\n" + +msgid "tag:" +msgstr "Tag:" + +msgid "filter:" +msgstr "Filter:" + +msgid "view:" +msgstr "View:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Anwendung %(app_label)r nicht gefunden" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modell %(model_name)r wurde nicht in Anwendung %(app_label)r gefunden" + +msgid "model:" +msgstr "Modell:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "Das verknüpfte `%(app_label)s.%(data_type)s` Objekt" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "verknüpfte `%(app_label)s.%(object_name)s` Objekte" + +#, python-format +msgid "all %s" +msgstr "Alle %s" + +#, python-format +msgid "number of %s" +msgstr "Anzahl von %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ist scheinbar kein urlpattern-Objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d07d1872bd829e77411f2a5dffe0a85246321d6d GIT binary patch literal 6807 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, 2016,2020-2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-02-01 22:06+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Administrative Documentation" +msgstr "Administratiwna dokumentacija" + +msgid "Home" +msgstr "Startowy bok" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Bookmarklets" +msgstr "Skriptowe cytańske znamjenja" + +msgid "Documentation bookmarklets" +msgstr "Skriptowe cytańske znamjenja dokumentacije" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Aby skriptowe cytańske znamjenja instalěrował, śěgniśo wótkaz do swójeje " +"rědki cytańskich znamjenjow abo klikniśo z pšaweju tastu myški a pśidajśo " +"jen swójim cytańskim znamjenjam. Něnto móžośo skriptowe cytańske znamje z " +"drugego boka na sedle wubraś." + +msgid "Documentation for this page" +msgstr "Dokumentacija za toś ten bok" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Zmóžnja wam, z někakego boka do dokumentacije naglěda skócyś, kótaryž twóri " +"ten bok." + +msgid "Tags" +msgstr "Wobznamjenja" + +msgid "List of all the template tags and their functions." +msgstr "Lisćina wšych pśedłogowych wobznamjenjow a jich funkcijow." + +msgid "Filters" +msgstr "Filtry" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtry su akcije, kótarež daju se na wariable w pśedłoze nałožyś, aby wudaśe " +"změnili." + +msgid "Models" +msgstr "Modele" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modele su wopisanja wšych objektow w systemje a jich pśisłušnych pólow. " +"Kuždy model ma lisćinu pólow, na kótarež maju pśistup ako pśedłogowe " +"wariable." + +msgid "Views" +msgstr "Naglědy" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Kuždy bok na zjawnem sedle twóri se pśez naglěd. Naglěd definěrujo, kótara " +"pśedłoga se wužywa, aby se bok napórał a kótare objekty su tej pśedłoze k " +"dispoziciji." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Rědy za waš wobglědowak za malsny pśistup na adminstratorowu funkcionalnosć." + +msgid "Please install docutils" +msgstr "Pšosym instalěrujśo docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Administratorowy dokumentaciski system pomina se Pythonowu biblioteku docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Pšosym pšosćo swóje administratory, docutils " +"instalěrowaś." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Póla" + +msgid "Field" +msgstr "Pólo" + +msgid "Type" +msgstr "Typ" + +msgid "Description" +msgstr "Wopisanje" + +msgid "Methods with arguments" +msgstr "Metody z argumentami" + +msgid "Method" +msgstr "Metoda" + +msgid "Arguments" +msgstr "Argumenty" + +msgid "Back to Model documentation" +msgstr "Slědk k modelowej dokumentaciji" + +msgid "Model documentation" +msgstr "Modelowa dokumentacija" + +msgid "Model groups" +msgstr "Modelowe kupki" + +msgid "Templates" +msgstr "Pśedłogi" + +#, python-format +msgid "Template: %(name)s" +msgstr "Pśedłoga: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Pśedłoga: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Pytańska sćažka za pśedłogu %(name)s:" + +msgid "(does not exist)" +msgstr "(njeeksistěrujo)" + +msgid "Back to Documentation" +msgstr "Slědk k dokumentaciji" + +msgid "Template filters" +msgstr "Pśedłogowe filtry" + +msgid "Template filter documentation" +msgstr "Dokumentacija za pśedłogowe filtry" + +msgid "Built-in filters" +msgstr "Zatwarjone filtry" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Aby toś te filtry wužywał, zasajźćo %(code)s do wójeje " +"pśedłogi, nježli až wužywaśo filter." + +msgid "Template tags" +msgstr "Pśedłogowe wobznamjenja" + +msgid "Template tag documentation" +msgstr "Dokumentacija za pśedłogowe wobznamjenja" + +msgid "Built-in tags" +msgstr "Zatworjone wobznamjenja" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Aby toś te wobznamjenja wužywał, zasajźćo %(code)s do wójeje " +"pśedłogi, nježli až wužywaśo wobznamjenje." + +#, python-format +msgid "View: %(name)s" +msgstr "Naglěd: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Pśedłogi" + +msgid "Back to View documentation" +msgstr "Slědk k naglědowej dokumentaciji" + +msgid "View documentation" +msgstr "Naglědowa dokumentacija" + +msgid "Jump to namespace" +msgstr "K mjenjowemu rumoju skócyś" + +msgid "Empty namespace" +msgstr "Prozny mjenjowy rum" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Naglědy pó mjenjowem rumje %(name)s" + +msgid "Views by empty namespace" +msgstr "Naglědy pó proznem mjenjowem rumje" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Naglědowa funkcija: %(full_name)s. Mě: %(url_name)s.\n" + +msgid "tag:" +msgstr "wobznamjenje:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "naglěd:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Nałoženje %(app_label)r njenamakane" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r njejo se w nałoženju %(app_label)r namakał" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "pśisłušny objekt %(app_label)s.%(data_type)s“" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "pśisłušne objekty „%(app_label)s.%(object_name)s" + +#, python-format +msgid "all %s" +msgstr "wšykne %s" + +#, python-format +msgid "number of %s" +msgstr "ůicba %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "zda se, až %s njejo objekt urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9739b4108fab87aa8d1b056a9e25afcac509323a GIT binary patch literal 8581 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bc4aebb79ba --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,290 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dimitris Glezos , 2011 +# Fotis Athineos , 2021 +# Jannis Leidel , 2011 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Yorgos Pagles , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-08-04 06:47+0000\n" +"Last-Translator: Fotis Athineos \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Διαχειριστική Τεκμηρίωση" + +msgid "Home" +msgstr "Αρχική" + +msgid "Documentation" +msgstr "Τεκμηρίωση" + +msgid "Bookmarklets" +msgstr "Σελιδοδείκτες" + +msgid "Documentation bookmarklets" +msgstr "Σελιδοδείκτες τεκμηρίωσης" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Για την εγκατάσταση bookmarklets, σύρετε το link στην γραμμή εργαλείων των " +"bookmarks του browser σας ή δεξί-κλικ πάνω στο link και προσθέστε το στα " +"bookmarks. Τώρα μπορείτε να επιλέξετε το bookmarklet μέσα από κάθε σελίδα " +"του site." + +msgid "Documentation for this page" +msgstr "Τεκμηρίωση για αυτήν τη σελίδα" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Μεταπήδηση από οποιαδήποτε σελίδα στην τεκμηρίωση για το view που " +"δημιούργησε τη σελίδα αυτή." + +msgid "Tags" +msgstr "Ετικέτες" + +msgid "List of all the template tags and their functions." +msgstr "Λίστα όλωςν τον ετικετών περιγραμμάτων και των λειτουργιών τους." + +msgid "Filters" +msgstr " Φίλτρα" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Τα φίλτρα είναι ενέργειες που μπορούν να εφαρμοστούν σε μεταβλητές μέσα σε " +"ένα περίγραμμα για να αλλάξουν το αποτέλεσμα." + +msgid "Models" +msgstr "Μοντέλα" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Τα μοντέλα είναι περιγραφές όλωςν τον αντικειμένων στο σύστημα και των " +"συνδεδεμένων πεδίων. Κάθε μοντέλο έχει μια λίστα πεδιών που είναι προσβάσιμα " +"ως μεταβλητές περιγραμμάτων" + +msgid "Views" +msgstr "Οπτικές" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Κάθε σελίδα στη δημόσια ιστοσελίδα παράγεται από μια οπτική. Η οπτική ορίζει " +"ποιό περίγραμμα θα χρησιμοποιηθεί για να παραχθεί η σελίδα και ποιά " +"αντικείμενα είναι διαθέσιμα σε αυτό το περίγραμμα." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Εργαλεία για το πρόγραμμα περιήγησης για γρήγορη πρόσβαση σε διαχειριστική " +"λειτουργικότητα. " + +msgid "Please install docutils" +msgstr "Παρακαλώ εγκαταστείστε τα docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Το σύστημα διαχειριστικής τεκμηρίωσης απαιτεί την βιβλιοθήκη της Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Παρακαλώ ζητήστε απο τον διαχειριστή σας να εγκαταστήσει τα docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Μοντέλο: %(name)s" + +msgid "Fields" +msgstr "Πεδία" + +msgid "Field" +msgstr "Πεδίο" + +msgid "Type" +msgstr "Τύπος" + +msgid "Description" +msgstr "Περιγραφή" + +msgid "Methods with arguments" +msgstr "Μέθοδοι με ορίσματα" + +msgid "Method" +msgstr "Μέθοδος" + +msgid "Arguments" +msgstr "Ορίσματα" + +msgid "Back to Model documentation" +msgstr "Πίσω στην τεκμηρίωση των Μοντέλων" + +msgid "Model documentation" +msgstr "Τεκμηρίωση Μοντέλων" + +msgid "Model groups" +msgstr "Ομάδες μοντέλου" + +msgid "Templates" +msgstr "Περιγράμματα" + +#, python-format +msgid "Template: %(name)s" +msgstr "Περίγραμμα: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Περίγραμμα: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Αναζήτηση μονοπατιού για περίγραμμα %(name)s:" + +msgid "(does not exist)" +msgstr "(δεν υπάρχει)" + +msgid "Back to Documentation" +msgstr "Επιστροφή στην Τεκμηρίωση" + +msgid "Template filters" +msgstr "Φίλτρα περιγραμμάτων" + +msgid "Template filter documentation" +msgstr "Τεκμηρίωση φίλτρων περιγραμμάτων" + +msgid "Built-in filters" +msgstr "Ενσωματωμένα φίλτρα" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Για να χρησιμοποιήσετε αυτά τα φίλτρα, βάλτε %(code)s στο " +"περίγραμμα σας, προτού χρησιμοποιήσετε το φίλτρο." + +msgid "Template tags" +msgstr "Ετικέτες περιγραμμάτων" + +msgid "Template tag documentation" +msgstr "Τεκμηρίωση ετικετών περιγραμμάτων" + +msgid "Built-in tags" +msgstr "Ενσωματωμένες ετικέτες" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Για να χρησιμοποιήσετε αυτές τις ετικέτες, βάλτε %(code)s στο " +"περίγραμμα σας, προτού χρησιμοποιήσετε την ετικέτα." + +#, python-format +msgid "View: %(name)s" +msgstr "Οπτική: %(name)s" + +msgid "Context:" +msgstr "Πλαίσιο:" + +msgid "Templates:" +msgstr "Περιγράμματα:" + +msgid "Back to View documentation" +msgstr "Πίσω στην τεκμηρίωση του View" + +msgid "View documentation" +msgstr "Προβολή Τεκμηρίωσης" + +msgid "Jump to namespace" +msgstr "Μεταφερθείτε στο namespace" + +msgid "Empty namespace" +msgstr "Άδειο namespace" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Οπτικές ανά namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Οπτικές ανά κενό namespace" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Συνάρτηση οπτικής: %(full_name)s. Όνομα: %(url_name)s.\n" + +msgid "tag:" +msgstr "ετικέτα:" + +msgid "filter:" +msgstr "φίλτρο:" + +msgid "view:" +msgstr "προβολή:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Η εφαρμογή %(app_label)r δεν βρέθηκε" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"Το μοντέλο %(model_name)r δεν μπορεί να βρεθεί στην εφαρμογή %(app_label)r" + +msgid "model:" +msgstr "μοντέλο:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "το συσχετισμένο `%(app_label)s.%(data_type)s` αντικείμενο" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "συσχετισμένα `%(app_label)s.%(object_name)s` αντικείμενα" + +#, python-format +msgid "all %s" +msgstr "όλα %s" + +#, python-format +msgid "number of %s" +msgstr "πλήθος number of %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "Το %s δε φαίνεται να είναι ένα αντικείμενο urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po new file mode 100644 index 00000000000..34eb488012f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,359 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: contrib/admindocs/apps.py:7 +msgid "Administrative Documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:6 +#: contrib/admindocs/templates/admin_doc/index.html:6 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:6 +#: contrib/admindocs/templates/admin_doc/model_detail.html:14 +#: contrib/admindocs/templates/admin_doc/model_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_detail.html:6 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:7 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:7 +#: contrib/admindocs/templates/admin_doc/view_detail.html:6 +#: contrib/admindocs/templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:10 +#: contrib/admindocs/templates/admin_doc/index.html:14 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:7 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:14 +#: contrib/admindocs/templates/admin_doc/model_detail.html:15 +#: contrib/admindocs/templates/admin_doc/model_index.html:9 +#: contrib/admindocs/templates/admin_doc/template_detail.html:7 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:8 +#: contrib/admindocs/templates/admin_doc/view_detail.html:7 +#: contrib/admindocs/templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:8 +#: contrib/admindocs/templates/admin_doc/index.html:29 +msgid "Bookmarklets" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:15 +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:22 +msgid "Documentation for this page" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:23 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:17 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:18 +msgid "List of all the template tags and their functions." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:20 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:21 +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:23 +#: contrib/admindocs/templates/admin_doc/model_detail.html:16 +#: contrib/admindocs/templates/admin_doc/model_index.html:10 +#: contrib/admindocs/templates/admin_doc/model_index.html:14 +msgid "Models" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:24 +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:26 +#: contrib/admindocs/templates/admin_doc/view_detail.html:8 +#: contrib/admindocs/templates/admin_doc/view_index.html:9 +#: contrib/admindocs/templates/admin_doc/view_index.html:12 +msgid "Views" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:27 +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/index.html:30 +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:10 +msgid "Please install docutils" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:17 +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:19 +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:21 +#, python-format +msgid "Model: %(name)s" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:30 +msgid "Fields" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:35 +msgid "Field" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:36 +msgid "Type" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:37 +#: contrib/admindocs/templates/admin_doc/model_detail.html:60 +msgid "Description" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:53 +msgid "Methods with arguments" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:58 +msgid "Method" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:59 +msgid "Arguments" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:76 +msgid "Back to Model documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_index.html:18 +msgid "Model documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/model_index.html:43 +msgid "Model groups" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:13 +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:16 +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#: contrib/admindocs/templates/admin_doc/template_detail.html:19 +#, python-format +msgid "Search path for template %(name)s:" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:22 +msgid "(does not exist)" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:26 +msgid "Back to Documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:12 +msgid "Template filters" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:16 +msgid "Template filter documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:43 +msgid "Built-in filters" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:23 +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:12 +msgid "Template tags" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:16 +msgid "Template tag documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:43 +msgid "Built-in tags" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:23 +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:12 +#, python-format +msgid "View: %(name)s" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:23 +msgid "Context:" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:28 +msgid "Templates:" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:32 +msgid "Back to View documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_index.html:16 +msgid "View documentation" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_index.html:22 +msgid "Jump to namespace" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_index.html:27 +msgid "Empty namespace" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_index.html:40 +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_index.html:42 +msgid "Views by empty namespace" +msgstr "" + +#: contrib/admindocs/templates/admin_doc/view_index.html:49 +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +#: contrib/admindocs/views.py:72 contrib/admindocs/views.py:73 +#: contrib/admindocs/views.py:75 +msgid "tag:" +msgstr "" + +#: contrib/admindocs/views.py:103 contrib/admindocs/views.py:104 +#: contrib/admindocs/views.py:106 +msgid "filter:" +msgstr "" + +#: contrib/admindocs/views.py:162 contrib/admindocs/views.py:163 +#: contrib/admindocs/views.py:165 +msgid "view:" +msgstr "" + +#: contrib/admindocs/views.py:192 +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#: contrib/admindocs/views.py:196 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +#: contrib/admindocs/views.py:201 contrib/admindocs/views.py:202 +#: contrib/admindocs/views.py:217 contrib/admindocs/views.py:240 +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:260 +#: contrib/admindocs/views.py:301 contrib/admindocs/views.py:306 +msgid "model:" +msgstr "" + +#: contrib/admindocs/views.py:213 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#: contrib/admindocs/views.py:233 contrib/admindocs/views.py:293 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#: contrib/admindocs/views.py:240 contrib/admindocs/views.py:301 +#, python-format +msgid "all %s" +msgstr "" + +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:306 +#, python-format +msgid "number of %s" +msgstr "" + +#: contrib/admindocs/views.py:398 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..68f8cb001372b7644cd6c7e72afaeed2b154d5f7 GIT binary patch literal 486 zcmZ8d!A=4(5Y^~ukDfh@i3f;w+eHm)5hE%j7>I z;!9rI*S^lY>DS)w#};9mxKBJJ?hucOE2P9vx;&?K<@v?P*%v(tte>+-?YyxlA%9U= z*l4UP>jE44!sP6FQFxYF3DM|2V>eE#KwfsMf|k$_$r%#~OPY`*QZ$c5A_N)PSihQ8 z&Hug>L@G~Cj|3qaC?8nn6#7yH>m=MMMB`zgO|DD0pfn_}%C(FQPVFVV!D68b%`&a# z61rHF#?PSES@_^oX;d9*vk)rD`Et38=?uM@>bH1e=e*j??0LmEqw?~n9M|~NdEoVE z*dKQPJ|u}nbYn4Sq@eE=O&s)F;8m#%wqP<-&g;;A$a*aO^Q~G=wPRhJ*xXOC lH@Sp$uV_>*C@||;H}?{-T1($\n" +"Language-Team: English (Australia) (http://www.transifex.com/projects/p/" +"django/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"\n" +"

    To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

    \n" +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Show object ID" +msgstr "" + +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +msgid "Edit this object (current window)" +msgstr "" + +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +msgid "Edit this object (new window)" +msgstr "" + +msgid "As above, but opens the admin page in a new window." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Back to Model Documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to Views Documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c3a8bf57b1445574f57e6cac2dfd82d73355cff3 GIT binary patch literal 1821 zcmeH`OK%fN5XYN07?$@#0(Mm#BH0RKj{yOh5QIV!o)Hlkj)b%a#cnIY6BOvFgkNptjx~ISvI0tfm4~F0n zy)Qu4`zOeC{sKAQKOpP<0J7e*5W{*bCSD(ctoIKPTf{>UKk*n7=Xo;rpMhNWImmk7 zfE@oGWWE1_9De{o+~Tb;9yQor80XppKjxTq>c)iD6x=cDB#3JlPht#%nL_DQ&QiWoTMIBn^=$^DCqpE z;5d(>`>9&Nvh{WfBQK;CBOK>E*H?7OL?%Oz^oQv1AS3OmHa)U*ce<__fyXK&AzEm z`@+c(qjps~A9SqL4#ze&qRUci-0xMDa_i4P4cv2CXbWoCDlo6@&?rh-WO4;wX(9(^jsqCtJP-DIXRGsmWB^f*)3bYzCwjp^FYkL}0)*ggU@)#i8r literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e513e888b50 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po @@ -0,0 +1,260 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# jon_atkinson , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Home" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentation bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Documentation for this page" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Jumps you from any page to the documentation for the view that generates " +"that page." + +msgid "Tags" +msgstr "Tags" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Filters" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Models" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Templates" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r not found in app %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "the related `%(app_label)s.%(data_type)s` object" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "related `%(app_label)s.%(object_name)s` objects" + +#, python-format +msgid "all %s" +msgstr "all %s" + +#, python-format +msgid "number of %s" +msgstr "number of %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s does not appear to be a urlpattern object" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..26e4989e57eb1784854570d01f6445d032ef9925 GIT binary patch literal 6071 zcmbuCTa08y8OIAj#nDwn@xn!m%ixSm_ss5cS$cN|7Is$`c4S!wB3^*%?wX$JK7HzN zF1F176Pj+u*yvXF%EiQ*amfTkvA=CGef#AFK7hfwE7%z2tud z_yeZ5fbRic1QA938H7~*735F-lb=t6!c0}k56XE%Q0UKqPlAtucY)W=DfK}x2Iai3fLDP}fTHJ*K+)qTpy>NM@KW#< z@WbHWL0G9vP@Y$HIrtnn4~idN1V!$f5auBGI4I}*0u(;K2Hy?742nJe0)7a56%@bh z;!u%$5fuBZRP%ixB=vE!?t*yCc1A^Khq%DK0L?+4dFq3eROZvu)v9s^NbJpszT?^O5<_%!oh zf#TOM@FQ}54HP}U3CjNOf)9aDRr3om7NV$K;630~;9hVH%DyK-(c_0;2mBexpZXU+ zV&7c|$&u|=-@Bo>;_)l9Bse2gLSehXuTA+dQq1GA{x7zY^g>}Bi^Z>2rO_8+h2 zOQ6_V{3g#r2_c{4Rs5&sG|vOhp3)md+{>MhJNiJ+_wDNZ!bTBA565O~7qbJ)VXdt{ z#dJndq&o@b)O@D<-ex-Xxi(2+O{#ORyH*dnYzRDMsno#z4huE zxqsZoPE?ktiT&y=hn>H45Gsx7PKF;mwyrT}=te3hZ$h=*O zZ8P0%GT;7b!(+Bhm+8a|tU6+Po8e9Sm}RSzq8quM&RlLaL<1XJEN1()6__M9o zp_4b=w;L|TBd0bUY;rqJB4}k_k+B6+)%#1{oTyFQujorpW!j{yPK?9!k(EvPrpc$= z+Um$S$+xtGOO}|PRY#qT`sHs1lm@G?WER4$7OQ9C5F|+wxl*W!Nu8XPX)JE0C&|%9 zxCLQ-ktapoR-g1^tL`esiF}?3AuE~Q@`c_={TQvbN;3xW?e;LxrOhj&1?_6PWTmp= zi?%vWcxu0a5K$0eYETJ+U^qPF(rH3vZMA0eP2aBoja|Np3F?3?Lvns$ETLH@TqClB z_B#V#ycu3ir`arcnp%| zV*CR}Z>DzR;5G9Lk&8!**)^+@yt#|0S7x!p^S^a=iRT zw4n;rd>gi(Egg82x>|bV!1AN3(_?1*vyNJyso1O#OS+$Ow)jNU6-xvI)ih!oA9YQ- zq$wV$8*JvS9#sO$dW&SW>G!oGad+;fw);~dRm4x3ji}FIXU(4yxFd_|2%!qKMQX~4 z?BKU5kV_P*e0rbA6*9d_B&>t@(-7!d641iL#if=dlO3GJ#&3=-9E7KjvXJqm4O4$A zlak`~qXj05D5D`v%kZ1#vWZ;2#qO=ds@J(KWU1kInP!15lfq2EZL5&svwWD=t692A ze9vd9G(ks&-0G;f7o!z(Iu);HU++=xcJvDKLHa_j>H9CY%XA8|O z%0f42|DTtV%gAFr}C9u$=1*19$0jy{qlT!Jw!T-eO>q_ezy>eQ(= zokX0u4SQPlESECZ0QbOP+4|+hxwT_!M`qgXZm-OR3q3|WOwyrNoz9n$$i@40Z_}ii z%@5wcezdi3Mki-&*tB&dCe{h#j^5XG`Bc!3wtntJRHP*zQM)9m1${knWT zxDe~B59-~E`{&f$1Fml*_(na4QU7aW=En_+H)zaatIwY`!1Mr9|Kdit=)jm){{{LXHS^iTc7! zT4ZzxZU4GoCul$1_T{)8_{Z0w7Hg_Z2XYK9+%2Aek31pXz zQrGqBa6_EgJG`Ri8M7~56X!a21s%k>vtFJ1YW=D+t|>GLP1(qhU%4H6u`qT{Qr|B| zIZ|rElZLGC+xoclXnmA+bY>8ZToH?Bx{;6R@XDRVnXrjNYaZbcIXu=Q1ZCH-cHFSq zv}q=`8}SjFi>x(MdJq#Ok&O*K^H@4GukJSEr1~9(4z0A{QF^uTR(>a9~9NTa|FDF$hgOqn;XkMgwo)Y`*I z9l>OVEp=-IK`ds;P~49FOhvi@s;h*IxO~{wA$Wrlo{mktDjgef1, 2013-2016 +# Matthieu Desplantes , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-13 08:19+0000\n" +"Last-Translator: Matthieu Desplantes \n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administra dokumentaro" + +msgid "Home" +msgstr "Ĉefpaĝo" + +msgid "Documentation" +msgstr "Dokumentaro" + +msgid "Bookmarklets" +msgstr "Legosignetoj" + +msgid "Documentation bookmarklets" +msgstr "Dokumentaraj legosignetoj" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Por instali legosignetoj, trenu la ligilon ĝis via legosignan ilobreton, aŭ " +"dekstre klaku la ligilon kaj aldoni ĝin al viaj markiloj. Nun vi povas " +"elekti la legosignetoj de ajna paĝo en la retejo." + +msgid "Documentation for this page" +msgstr "Dokumentaro por tiu paĝo" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Sendas vin el ajna paĝo, al la dokumentado de la vido kiu generis tiun paĝon." + +msgid "Tags" +msgstr "Etikedoj" + +msgid "List of all the template tags and their functions." +msgstr "Listigi ĉiujn ŝablonmarkojn kaj iliajn funkciojn." + +msgid "Filters" +msgstr "Filtriloj" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtriloj estas agoj kiuj povas esti aplikitaj al variabloj en ŝablono por " +"ŝanĝi la eligon." + +msgid "Models" +msgstr "Modeloj" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeloj estas priskriboj de ĉiuj objektoj en la sistemo kaj iliaj rilataj " +"kampoj. Ĉiu modelo havas liston de kampoj kiu povas esti alirita kiel " +"ŝablona variabloj" + +msgid "Views" +msgstr "Vidoj" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Ĉiu paĝo sur la publika retejo estas produktita per vido. La vido difinas " +"kiun ŝablonon estas uzita por produkti la paĝon kaj kiuj objektoj estas " +"haveblaj en tiu ŝablono." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Iloj por via retumilo por rapide aliri la administran funkciaron." + +msgid "Please install docutils" +msgstr "Bonvolu instali docutils-n" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Bonvolu demandi al viaj administrantoj instali docutils-n." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelo: %(name)s" + +msgid "Fields" +msgstr "Kampoj" + +msgid "Field" +msgstr "Kampo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Priskribo" + +msgid "Methods with arguments" +msgstr "Metodoj kun argumentoj" + +msgid "Method" +msgstr "Metodo" + +msgid "Arguments" +msgstr "Argumentoj" + +msgid "Back to Model documentation" +msgstr "Reen al la modelo dokumentaro" + +msgid "Model documentation" +msgstr "Modelo dokumentaro" + +msgid "Model groups" +msgstr "Modelaj grupoj" + +msgid "Templates" +msgstr "Ŝablonoj" + +#, python-format +msgid "Template: %(name)s" +msgstr "Ŝablono: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Ŝablono: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "" + +msgid "(does not exist)" +msgstr "(ne ekzistas)" + +msgid "Back to Documentation" +msgstr "Reen al dokumentaro" + +msgid "Template filters" +msgstr "Ŝablonaj filtriloj" + +msgid "Template filter documentation" +msgstr "Ŝablona filtrila dokumentaro" + +msgid "Built-in filters" +msgstr "Integritaj filtriloj" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Por uzi tiujn filtrilojn, metu %(code)s en via ŝablono antaŭ " +"uzi la filtrilo." + +msgid "Template tags" +msgstr "Ŝablonaj etikedoj" + +msgid "Template tag documentation" +msgstr "Ŝablona etikeda dokumentado" + +msgid "Built-in tags" +msgstr "Integritaj etikedoj" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Por uzi tiujn etikedojn, metu %(code)s en via ŝablono antaŭ uzi " +"la etikedon." + +#, python-format +msgid "View: %(name)s" +msgstr "Vido: %(name)s" + +msgid "Context:" +msgstr "Kunteksto:" + +msgid "Templates:" +msgstr "Ŝablonoj:" + +msgid "Back to View documentation" +msgstr "Reen al vidaj dokumentaro" + +msgid "View documentation" +msgstr "Vida dokumentaro" + +msgid "Jump to namespace" +msgstr "Iri al nomspaco" + +msgid "Empty namespace" +msgstr "Malplena nomspaco" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vidoj per nomspaco %(name)s" + +msgid "Views by empty namespace" +msgstr "Vidoj per malplenaj nomspacoj" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Vida funkcio: %(full_name)s. Nomo: %(url_name)s.\n" + +msgid "tag:" +msgstr "etikedo:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "vido:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplikaĵo %(app_label)r ne trovita" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelo %(model_name)r netrovita en aplikaĵo %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "la rilatita `%(app_label)s.%(data_type)s` objekto" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "rilatitaj `%(app_label)s.%(object_name)s` objektoj" + +#, python-format +msgid "all %s" +msgstr "ĉiuj %s" + +#, python-format +msgid "number of %s" +msgstr "nombro da %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ne ŝajnas esti URLmotiva objekto" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bf264a80ce20ca565936bc59febf7d420d2de459 GIT binary patch literal 6682 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 DnI5|A literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po new file mode 100644 index 00000000000..2747c1ab814 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,293 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2012-2013 +# Claude Paroz , 2014 +# Eduardo , 2017 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2015 +# Herty Nava , 2013 +# Jannis Leidel , 2011 +# José Luis , 2016 +# Josue Naaman Nistal Guerra , 2014 +# Uriel Medina , 2020-2021 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-02-11 05:39+0000\n" +"Last-Translator: Uriel Medina \n" +"Language-Team: Spanish (http://www.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentación Administrativa" + +msgid "Home" +msgstr "Inicio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklets de documentación" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar bookmarklets, arrastre el enlace a su barra de favoritos, o " +"pulse con el botón derecho el enlace y añádalo a sus favoritos. Ahora puede " +"seleccionar el bookmarklet desde cualquier página del sitio. " + +msgid "Documentation for this page" +msgstr "Documentación para esta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Lo lleva desde cualquier página a la documentación de la vista que la genera." + +msgid "Tags" +msgstr "Etiquetas" + +msgid "List of all the template tags and their functions." +msgstr "Lista de todas la etiquetas de plantillas y sus funciones." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Los filtros son acciones que se pueden aplicar a variables en una plantilla " +"para alterar el resultado." + +msgid "Models" +msgstr "Modelos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Los modelos son descripciones de todos los objetos en el sistema y sus " +"campos asociados. Cada modelo tienen una lista de campos a los que se puede " +"acceder como variables de plantilla" + +msgid "Views" +msgstr "Vistas" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada página en el sitio público se genera a través de una vista. La vista " +"define que plantilla se usa para generar la página y que objetos están " +"disponibles para esa plantilla." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Herramientas para el navegador para acceder a funciones de administración " +"rápidamente." + +msgid "Please install docutils" +msgstr "Por favor, instale docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"El sistema de documentación del administrador requiere la librería de Python " +"docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor, pida al administrador que instale docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelo: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descripción" + +msgid "Methods with arguments" +msgstr "Métodos con argumentos" + +msgid "Method" +msgstr "Método" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "Volver a la documentación de modelos" + +msgid "Model documentation" +msgstr "Documentación de modelos" + +msgid "Model groups" +msgstr "Grupo de modelos" + +msgid "Templates" +msgstr "Plantillas" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Buscar ruta de la plantilla %(name)s:" + +msgid "(does not exist)" +msgstr "(no existe)" + +msgid "Back to Documentation" +msgstr "Volver a la documentación" + +msgid "Template filters" +msgstr "Filtros de plantilla" + +msgid "Template filter documentation" +msgstr "Documentación de los filtros de plantilla" + +msgid "Built-in filters" +msgstr "Filtros integrados" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para utilizar estos filtros, incluya %(code)s en su plantilla " +"antes de usar el filtro." + +msgid "Template tags" +msgstr "Etiquetas de plantilla" + +msgid "Template tag documentation" +msgstr "Documentación de las etiquetas de plantilla" + +msgid "Built-in tags" +msgstr "Etiquetas integradas" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para utilizar estas etiquetas, incluya %(code)s en su plantilla " +"antes de utilizar la etiqueta." + +#, python-format +msgid "View: %(name)s" +msgstr "Vista: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Plantillas:" + +msgid "Back to View documentation" +msgstr "Volver a la documentación de vistas" + +msgid "View documentation" +msgstr "Documentación de vistas" + +msgid "Jump to namespace" +msgstr "Ir al espacio de nombres" + +msgid "Empty namespace" +msgstr "Espacio de nombres vacío" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Visualizaciones por espacio de nombres %(name)s" + +msgid "Views by empty namespace" +msgstr "Visualizaciones por espacio de nombres vacío" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Visualizar función: %(full_name)s. Nombre: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplicación %(app_label)r no encontrada" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"El modelo %(model_name)r no se ha encontrado en la aplicación %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "el objeto relacionado `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "los objetos relacionados `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "todo %s" + +#, python-format +msgid "number of %s" +msgstr "número de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s no parece ser un objeto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1bae5242321fe4e690b51b57605a73816ee5efa5 GIT binary patch literal 6658 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 H;sEtunPar{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po new file mode 100644 index 00000000000..07e8021e480 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Federico Bond , 2013 +# Jannis Leidel , 2011 +# Ramiro Morales, 2012-2016,2019,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-03-21 12:57+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentación administrativa" + +msgid "Home" +msgstr "Inicio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklets de documentación" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar bookmarklets, arrastre el enlace a su barra\n" +"de favoritos, o pulse con el botón derecho el enlace y añádalo a sus " +"favoritos.\n" +"Ahora puede seleccionar el bookmarklet desde cualquier página en el sitio." + +msgid "Documentation for this page" +msgstr "Documentación de esta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Le lleva desde cualquier página a la documentación de la vista que la genera." + +msgid "Tags" +msgstr "Etiquetas" + +msgid "List of all the template tags and their functions." +msgstr "Lista de todas las etiquetas de plantilla y sus funciones." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Los filtros son acciones que pueden ser aplicadas a variables en una " +"plantilla para alterar el resultado final." + +msgid "Models" +msgstr "Modelos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Los modelos son descripciones de todos los objetos en el sistema y sus " +"campos asociados. Cada modelo contiene una lista de campos accesibles como " +"variables de plantilla" + +msgid "Views" +msgstr "Vistas" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada página en el sitio público es generada por una vista. La vista define " +"qué plantilla es utilizada para generar la página y qué objetos están " +"disponibles para esta plantilla." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Herramientas para su navegador para acceder rápidamente a la funcionalidad " +"de administración." + +msgid "Please install docutils" +msgstr "Por favor instale docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"El sistema de documentación de admin requiere la biblioteca Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor solicite a sus administradores de sistemas que instalen docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelo: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descripción" + +msgid "Methods with arguments" +msgstr "Métodos con argumentos" + +msgid "Method" +msgstr "Método" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "Volver a documentación de modelos" + +msgid "Model documentation" +msgstr "Documentación de modelos" + +msgid "Model groups" +msgstr "Grupos de modelos" + +msgid "Templates" +msgstr "Plantillas" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Ruta de búsqueda para la plantilla %(name)s:" + +msgid "(does not exist)" +msgstr "(no existe)" + +msgid "Back to Documentation" +msgstr "Volver a la documentación" + +msgid "Template filters" +msgstr "Filtros de plantilla" + +msgid "Template filter documentation" +msgstr "Documentación de filtros de plantilla" + +msgid "Built-in filters" +msgstr "Filtros Django 'de fábrica'" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para usar estos filtros, escriba %(code)s en su plantilla antes " +"de usar el filtro." + +msgid "Template tags" +msgstr "Etiquetas de plantilla" + +msgid "Template tag documentation" +msgstr "Documentación de etiquetas de plantilla" + +msgid "Built-in tags" +msgstr "Etiquetas Django 'de fábrica'" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para usar estas etiquetas, escriba %(code)s en su plantilla " +"antes de usar la etiqueta." + +#, python-format +msgid "View: %(name)s" +msgstr "Vista: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Plantillas:" + +msgid "Back to View documentation" +msgstr "Volver a documentación de vistas" + +msgid "View documentation" +msgstr "Documentación de vistas" + +msgid "Jump to namespace" +msgstr "Ir a espacio de nombres" + +msgid "Empty namespace" +msgstr "Espacio de nombres vacío" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vistas por espacio de nombres %(name)s" + +msgid "Views by empty namespace" +msgstr "Vistas por espacio de nombres vacío" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Función vista: %(full_name)s. Nombre: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplicación %(app_label)r no encontrada" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelo %(model_name)r no encontrado en aplicación %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "el objeto `%(app_label)s.%(data_type)s` relacionado" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objetos `%(app_label)s.%(object_name)s` relacionados" + +#, python-format +msgid "all %s" +msgstr "todos los %s" + +#, python-format +msgid "number of %s" +msgstr "número de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s no parece ser un objeto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b4ce79b05a26a2e47dedcd150466fa41da75cfe2 GIT binary patch literal 6476 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po new file mode 100644 index 00000000000..abe7ac26226 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po @@ -0,0 +1,281 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Carlos Muñoz , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 19:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentación Administrativa" + +msgid "Home" +msgstr "Inicio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentación de Bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar bookmarklets, arrastre el enlace a tu barra de marcadores, o " +"haga clic derecho en el enlace y agregarlo a tus marcadores. Ahora puede " +"seleccionar el bookmarklet desde cualquier página en el sitio." + +msgid "Documentation for this page" +msgstr "Documentación para esta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Ir desde cualquier página a la documentación de vista que la genera." + +msgid "Tags" +msgstr "Etiquetas" + +msgid "List of all the template tags and their functions." +msgstr "Lista de todas las etiquetas de plantillas y sus funciones." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Los filtros son acciones que pueden ser aplicadas a variables en la " +"plantilla para cambiar el resultado." + +msgid "Models" +msgstr "Modelos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Los modelos son descripción de los objetos del sistema y sus campos " +"asociados. Cada modelo tiene una lista de campos a la que se puede acceder " +"como variables de plantilla" + +msgid "Views" +msgstr "Vistas" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada página del sitio es generada por una vista. En la vista se define que " +"plantilla se utilizara para generar la página y que objetos están " +"disponibles para esa plantilla." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Herramientas para su navegador para acceder rápidamente a la funcionalidad " +"de administrador" + +msgid "Please install docutils" +msgstr "Por favor instale docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"El sistema de documentación de la administración require la biblioteca docutils de Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor pregunte a su administrador como instalar docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelo: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descripción" + +msgid "Methods with arguments" +msgstr "Métodos con argumentos" + +msgid "Method" +msgstr "Método" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "Documentación del Modelo" + +msgid "Model groups" +msgstr "Grupo de modelos" + +msgid "Templates" +msgstr "Plantillas" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Plantilla: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Burscar ruta para la plantilla \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(no existe)" + +msgid "Back to Documentation" +msgstr "Volver a la documentación" + +msgid "Template filters" +msgstr "Filtros de plantilla" + +msgid "Template filter documentation" +msgstr "Documentación de los filtros de plantilla" + +msgid "Built-in filters" +msgstr "Filtros incorporados" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para utilizar estos filtros, incluya %(code)s en su plantilla " +"antes de usar el filtro." + +msgid "Template tags" +msgstr "Etiquetas de plantilla" + +msgid "Template tag documentation" +msgstr "Documentación de las etiquetas de plantilla" + +msgid "Built-in tags" +msgstr "Etiquetas incorporadas" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para utilizar estas etiquetas, incluya %(code)s en su plantilla " +"antes de utilizar la etiqueta." + +#, python-format +msgid "View: %(name)s" +msgstr "Vista: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Plantillas:" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "Documentación de la vista" + +msgid "Jump to namespace" +msgstr "Ir al namespace" + +msgid "Empty namespace" +msgstr "Namespace vacío" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vistas por namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Vistas por namespace vacío" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Ver función: %(full_name)s. Nombre: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplicación %(app_label)r no encontrada" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelo %(model_name)r no encontrado en la aplicación %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "el objeto relacionado'%(app_label)s.%(data_type)s'" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objectos relacionados '%(app_label)s.%(object_name)s'" + +#, python-format +msgid "all %s" +msgstr "todo %s" + +#, python-format +msgid "number of %s" +msgstr "numero de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s no parece ser un objecto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..164f0618fa3857984f72769a5153c3ceb3b15e95 GIT binary patch literal 1853 zcmaizJ!~9B6vqc}_&CB>_$UZOFNLK$nZ1t?h`q)rN^A>9KE+B7i_V$bojXsmJF}UY z^@kLwp+-oEjshXkfJ70A)}o`Kp-e{)Emi*Sc5R;(S&Vk}x3lx+y*F>>|LEMzHv;V~ z^mowzKz|qg!Bcpl{R6%S{tKQ3FFY;8OW+*%Hn;$u2M6GDU;)m6d*E&GbMSrePw-jr z%rn*eS?~pnUjxs8=Ruyo2(q7MJ??@W_X^knmqGR)z%IBC^7@~^ACTiO;4H?Q_{r-Y zfG>kzffvAUYd!=y&R-zMeFWYF{|2vuAK)j??|_`=7hnVY62v3E#*6)b2eRFdHGc-V zJ`cgm;O`)>{}1Fk%)prQp9i_bFQRi}-*2F^uh-GJu^&DcEER8}bK|{mTyC#csOpGs zq%O|Y|4?p$Qi$i#IUcuH_%-V(waSyRfn-rA=_ptlDw0&XtdJonXUGoksw9YO*51pd zyO*ip#j;JxT$vz)w&vuBhNl|R$RfhF_EgBR6015x053kVxe_CQnGD%~Tl8(JGMa7X%q=5x)pC=~j%;aC(uQ}9 zdAzqWIaFE8RcpK$$T40jFEVy2HWA1RnZcVEqeY{oPLJ{s7V8XGqU(RHULrxqlEdsm`vFX}B&@5A`=!d$o4?ZPm+ zrFJy?JYlzRXxE+VqBYi~57EF$C?e#G=FTz;YP|uD<-k2HshG) zhdLak9MdFLV|>FgqOL?A{Ay0jQ97lCYWhfvlOY=@A0!nA-;cGC6O}pZ#hTHHwqjjTmZ=>HI}g*O zl-d1KBdyvV+Rrd~D7Pb@_=)=fzxPXckhS1yjoBwfMhYb~IKR~56GF>$A}epx(x?T8 z{8oa7>ma?@z{v)kW%%6WkWh(Dt)~nf5@Y!}TgwkL2fyXYS>8BiS!V%;|0h7!8|q<@ apBJi*9SdCA%EOZmP6%;ox!6%I7LNh`9Qca> literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3242cb049ec --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po @@ -0,0 +1,260 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abraham Estrada, 2011-2012 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Inicio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklets de documentación" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Documentación de esta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Le lleva desde cualquier página a la documentación de la vista que la genera." + +msgid "Tags" +msgstr "Etiquetas" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Modelos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Vistas" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Plantillas" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "ver:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelo %(model_name)r no encontrado en aplicación %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "el objeto `%(app_label)s.%(data_type)s` relacionado" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objetos `%(app_label)s.%(object_name)s` relacionados" + +#, python-format +msgid "all %s" +msgstr "todos los %s" + +#, python-format +msgid "number of %s" +msgstr "número de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s no parece ser un objeto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..434fc877cdbaca5ea8bb85811f0acef4bac7d45b GIT binary patch literal 6663 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bfbca39618a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Hotellook, 2014 +# Leonardo J. Caballero G. , 2016 +# Yoel Acevedo, 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 19:11+0000\n" +"Last-Translator: Yoel Acevedo\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentación Administrativa" + +msgid "Home" +msgstr "Inicio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentación de Bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar bookmarklets, arrastre el enlace a tu barra de marcadores, o " +"haga clic derecho en el enlace y agregarlo a tus marcadores. Ahora puede " +"seleccionar el bookmarklet desde cualquier página en el sitio." + +msgid "Documentation for this page" +msgstr "Documentación para esta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Ir desde cualquier página a la documentación de vista que la genera esa " +"página." + +msgid "Tags" +msgstr "Etiquetas" + +msgid "List of all the template tags and their functions." +msgstr "Lista de todas las etiquetas de plantillas y sus funciones." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Los filtros son acciones que pueden ser aplicadas a variables en la " +"plantilla para cambiar el resultado." + +msgid "Models" +msgstr "Modelos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Los modelos son descripción de los objetos del sistema y sus campos " +"asociados. Cada modelo tiene una lista de campos a la que se puede acceder " +"como variables de plantilla" + +msgid "Views" +msgstr "Vistas" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada página del sitio es generada por una vista. En la vista se define que " +"plantilla se utilizara para generar la página y que objetos están " +"disponibles para esa plantilla." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Herramientas para su navegador para acceder rápidamente a la funcionalidad " +"de administrador." + +msgid "Please install docutils" +msgstr "Por favor, instale la biblioteca docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"El sistema de documentación de la administración requiere la biblioteca docutils de Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor, pregunte a su administrador como instalar la biblioteca docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelo: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descripción" + +msgid "Methods with arguments" +msgstr "Métodos con argumentos" + +msgid "Method" +msgstr "Método" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "Volver a la documentación de Modelos" + +msgid "Model documentation" +msgstr "Documentación del Modelo" + +msgid "Model groups" +msgstr "Grupo de modelos" + +msgid "Templates" +msgstr "Plantillas" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Plantilla: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Buscar ruta para la plantilla \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(no existe)" + +msgid "Back to Documentation" +msgstr "Volver a la documentación" + +msgid "Template filters" +msgstr "Filtros de plantilla" + +msgid "Template filter documentation" +msgstr "Documentación de los filtros de plantilla" + +msgid "Built-in filters" +msgstr "Filtros incorporados" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para utilizar estos filtros, incluya %(code)s en su plantilla " +"antes de usar el filtro." + +msgid "Template tags" +msgstr "Etiquetas de plantilla" + +msgid "Template tag documentation" +msgstr "Documentación de las etiquetas de plantilla" + +msgid "Built-in tags" +msgstr "Etiquetas incorporadas" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para utilizar estas etiquetas, incluya %(code)s en su plantilla " +"antes de utilizar la etiqueta." + +#, python-format +msgid "View: %(name)s" +msgstr "Vista: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Plantillas:" + +msgid "Back to View documentation" +msgstr "Volver a la documentación de Vistas" + +msgid "View documentation" +msgstr "Documentación de la vista" + +msgid "Jump to namespace" +msgstr "Ir al namespace" + +msgid "Empty namespace" +msgstr "Namespace vacío" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vistas por namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Vistas por namespace vacío" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Ver función: %(full_name)s. Nombre: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplicación %(app_label)r no encontrada" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelo %(model_name)r no encontrado en la aplicación %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "el objeto relacionado '%(app_label)s.%(data_type)s'" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objetos relacionados '%(app_label)s.%(object_name)s'" + +#, python-format +msgid "all %s" +msgstr "todo %s" + +#, python-format +msgid "number of %s" +msgstr "numero de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s no parece ser un objeto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..81898a8a163a0937ce6ecd05207e14fb82c0c629 GIT binary patch literal 6381 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 Qa@hslC`}4QAIsGL09lG(DF6Tf literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ade75420574 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janno Liivak , 2013,2015 +# Martin , 2021 +# Martin , 2016 +# Marti Raudsepp , 2014 +# Ragnar Rebase , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-22 11:26+0000\n" +"Last-Translator: Martin \n" +"Language-Team: Estonian (http://www.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administreerimise Dokumentatsioon" + +msgid "Home" +msgstr "Kodu" + +msgid "Documentation" +msgstr "Dokumentatsioon" + +msgid "Bookmarklets" +msgstr "Järjehoidjandid" + +msgid "Documentation bookmarklets" +msgstr "Dokumentatsiooni järjehoidjandid" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Järjehoidjandite paigaldamiseks lohista viit järjehoidjateribale või tee " +"parem-klikk viidal ning lisa see järjehoidjatesse. Seejärel võite " +"järjehoidjandi aktiveerida suvaliselt saidi lehelt." + +msgid "Documentation for this page" +msgstr "Selle lehekülje dokumentatsioon" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Suunab teid suvalisel lehel asudes selle vaate dokumentatsioonile, mis antud " +"lehe genereerib." + +msgid "Tags" +msgstr "Lipikud" + +msgid "List of all the template tags and their functions." +msgstr "Nimekiri kõikidest malli märgistustest ja nende funktsioonidest." + +msgid "Filters" +msgstr "Filtrid" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtrid on tegevused, mida saab mallides külge panna muutujatele muutmaks " +"viimaste väljundit." + +msgid "Models" +msgstr "Mudelid" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Mudelid on süsteemi kõikide objektide ja nende väljade omavaheliste seoste " +"kirjeldused. Igal mudelil on hulk väljasid, mida saab mallide muutujatena " +"kasutada" + +msgid "Views" +msgstr "Vaated" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Avaliku saidi iga leht on genereeritud vaate poolt. Vaade defineerib lehe " +"genereerimiseks kasutatava malli ning objektid mida mall kasutada saab." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Töövahendid sinu brauserile pääsemaks kiiresti ligi administraatori " +"funktsioonidele. " + +msgid "Please install docutils" +msgstr "Palun paigaldage docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Administreerimise dokumentatsioon vajab Python'i docutils teeki." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Palu administraatoril paigaldada docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Mudel: %(name)s" + +msgid "Fields" +msgstr "Väljad" + +msgid "Field" +msgstr "Väli" + +msgid "Type" +msgstr "Tüüp" + +msgid "Description" +msgstr "Kirjeldus" + +msgid "Methods with arguments" +msgstr "Meetodid parameetritega" + +msgid "Method" +msgstr "Meetod" + +msgid "Arguments" +msgstr "Parameetrid" + +msgid "Back to Model documentation" +msgstr "Tagasi Mudeli dokumentatsiooni" + +msgid "Model documentation" +msgstr "Mudeli dokumentatsioon" + +msgid "Model groups" +msgstr "Mudeligrupid" + +msgid "Templates" +msgstr "Mallid" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mall: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mall: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Otsinguteekond mallile %(name)s:" + +msgid "(does not exist)" +msgstr "(pole olemas)" + +msgid "Back to Documentation" +msgstr "Tagasi Dokumentatsiooni" + +msgid "Template filters" +msgstr "Mallifiltrid" + +msgid "Template filter documentation" +msgstr "Mallifiltrite dokumentatsioon" + +msgid "Built-in filters" +msgstr "Sisseehitatud filtrid" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Et kasutada neid filtreid, pane malli sisse %(code)s enne kui " +"kasutad filtrit." + +msgid "Template tags" +msgstr "Malli märgendid" + +msgid "Template tag documentation" +msgstr "Malli märgendite dokumentatsioon" + +msgid "Built-in tags" +msgstr "Sisseehitatud märgendid" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Et kasutada neid märgendeid pane malli %(code)s enne kui " +"kasutad märgendit." + +#, python-format +msgid "View: %(name)s" +msgstr "Vaade: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Mallid:" + +msgid "Back to View documentation" +msgstr "Tagasi Vaate dokumentatsiooni" + +msgid "View documentation" +msgstr "Vaata dokumentatsiooni" + +msgid "Jump to namespace" +msgstr "Mine nimeruumile" + +msgid "Empty namespace" +msgstr "Tühi nimeruum" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vaated nimeruumi kaupa %(name)s" + +msgid "Views by empty namespace" +msgstr "Vaated tühja nimeruumi kaupa" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Vaate funktsioon: %(full_name)s. Nimi: %(url_name)s.\n" + +msgid "tag:" +msgstr "lipik:" + +msgid "filter:" +msgstr "filtreeri:" + +msgid "view:" +msgstr "vaade:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Rakendust %(app_label)r ei leitud" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Mudelit %(model_name)r ei leitud rakendusest %(app_label)r" + +msgid "model:" +msgstr "mudel:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "seotud `%(app_label)s.%(data_type)s` objekt" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "seotud `%(app_label)s.%(object_name)s` objektid" + +#, python-format +msgid "all %s" +msgstr "kõik %s" + +#, python-format +msgid "number of %s" +msgstr "%s arv" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ei tundu olevat urlpattern objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d72319b4bf4a81310d7381730374d93e3d782541 GIT binary patch literal 6479 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 HFgof#^OtJ5 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 00000000000..055d056e887 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po @@ -0,0 +1,283 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aitzol Naberan , 2011-2013 +# Eneko Illarramendi , 2017 +# Jannis Leidel , 2011 +# Urtzi Odriozola , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-25 09:47+0000\n" +"Last-Translator: Urtzi Odriozola \n" +"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Kudeaketa dokumentazioa" + +msgid "Home" +msgstr "Hasiera" + +msgid "Documentation" +msgstr "Dokumentazioa" + +msgid "Bookmarklets" +msgstr "Markadoreak" + +msgid "Documentation bookmarklets" +msgstr "Dokumentazio markadoreak" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Markadoreak instalatzeko eraman linka zure erreminta panelera (toolbar), edo " +"eskuineko botoiarekin klik egin eta gehitu erreminta panelera. Orain edozein " +"markadore aukera dezakezu webguneko edozein orrialdetatik." + +msgid "Documentation for this page" +msgstr "Web orri honen dokumentazioa" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Edozein orritik, orria sortzen duen bistaren dokumentaziora eramango zaitu." + +msgid "Tags" +msgstr "Etiketak" + +msgid "List of all the template tags and their functions." +msgstr "Template tag guztien eta beraien funtzioen zerrnda." + +msgid "Filters" +msgstr "Iragazkiak" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Txantiloi barneko aldagaien irteera aldatzeko aplikatzen diren ekintzak dira " +"Filter-ak." + +msgid "Models" +msgstr "Ereduak" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Sisteman definitutako objektu eta beraien eremuen zehaztapenak dira " +"modeloak. Modelo bakoitzak eremu zerrenda bat dauka eta eremu hauetako " +"bakoitza txantiloietako aldagai gisa atzitu daiteke." + +msgid "Views" +msgstr "Bistak" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Webgune publikoan agertzen den orri bakoitza bista batek sortzen du. Bistak " +"zehazten duzein txantiloi erabiliko den eta honek eskuragarri izango dituen " +"objektuak." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Adminera azkar sartzeko arakatzailearentzako tresnak" + +msgid "Please install docutils" +msgstr "Instalatu docutils mesedez" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"Admin dokumentazio sostemak Pythonen docutils " +"liburutegia behar du." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Eskatu zure administratzaileari docutils " +"instalatzeko." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modeloa: %(name)s" + +msgid "Fields" +msgstr "Eremuak" + +msgid "Field" +msgstr "Eremua" + +msgid "Type" +msgstr "Mota" + +msgid "Description" +msgstr "Deskribapena" + +msgid "Methods with arguments" +msgstr "Argumentudun metodoak" + +msgid "Method" +msgstr "Metodoa" + +msgid "Arguments" +msgstr "Argumentuak" + +msgid "Back to Model documentation" +msgstr "Bueltatu Modeloaren Dokumentaziora" + +msgid "Model documentation" +msgstr "Modeloaren dokumentazioa" + +msgid "Model groups" +msgstr "Modelo taldeak" + +msgid "Templates" +msgstr "Txantiloiak" + +#, python-format +msgid "Template: %(name)s" +msgstr "Txantiloia: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Txantiloia: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "\"%(name)s\" txantiloiaren bilaketa bidea:" + +msgid "(does not exist)" +msgstr "(ez da existitzen)" + +msgid "Back to Documentation" +msgstr "Bueltatu Dokumentaziora" + +msgid "Template filters" +msgstr "Txantiloi iragazkiak" + +msgid "Template filter documentation" +msgstr "Txantiloi iragazkien dokumentazioa" + +msgid "Built-in filters" +msgstr "Iragazki integratuak" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Iragazki hauek erabiltzeko jarri %(code)s iragazkia erabili " +"aurretik zure txantiloian" + +msgid "Template tags" +msgstr "Template tags" + +msgid "Template tag documentation" +msgstr "Template tag documentazioa" + +msgid "Built-in tags" +msgstr "Etiketa integratuak" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Tag hauek erabiltzeko, jarri %(code)s txantiloian taga erabili " +"aurretik." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Kontextua:" + +msgid "Templates:" +msgstr "Txantiloia:" + +msgid "Back to View documentation" +msgstr "Bueltatu Bisten Dokumentaziora" + +msgid "View documentation" +msgstr "Bisten dokumentazioa" + +msgid "Jump to namespace" +msgstr "Joan izen-espaziora" + +msgid "Empty namespace" +msgstr "Izen-espazio hutsa" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Bistak %(name)s izen-espazio arabera" + +msgid "Views by empty namespace" +msgstr "Bistak izen-espazio hutsen arabera" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Bista funtzioa: %(full_name)s. Izena: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiketa:" + +msgid "filter:" +msgstr "filtroa:" + +msgid "view:" +msgstr "bista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r aplikazioa ez da aurkitu" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(model_name)r modeloa ez da aurkitu %(app_label)r aplikazioan" + +msgid "model:" +msgstr "modeloa:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "erlazionatutako `%(app_label)s.%(data_type)s` objektua" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "erlazionatutako `%(app_label)s.%(object_name)s` objektuak" + +#, python-format +msgid "all %s" +msgstr "%s dena" + +#, python-format +msgid "number of %s" +msgstr "%s zenbakia" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ez dirudi url heredu objetua" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ef86837784e5c71104b054ad2debea37dad76fe GIT binary patch literal 7499 zcmbuCU5q4E6~`|hq7I^hiXaHr)sY$5?wQ>MTzfxYcUc6&$_N9ZBtlJh^-M9{T}@T> z&JIDtlHHwAH--m%fN0D@!VKeLJIu1Ml3>D{!OsUx^-Ls$Xky|63F-qeM1SYrs_N?A z-7IP))&IIx_nv#s|NQT{w_m^L+#e{eUEG&*UvsunUk7hHmmjX5y-%sHg3I7~@SO9M z`Y1RGO8*_;W#Bi#4}uSYp8yXe@1F!eMf*7TA@KL0jDH=x0DKGl0QfF=K6u{y?fZ*B z8K*(9zXg06{2KTX@LwP)aDE0#I!{9+s z_<0<>1bh+{9#=q#KSky_!202 zUrXBm1Z6#4f^p&N+5~R~MSu5#GT$`#F!(UIi}~IGpQ61DaXkUP0oK8X2u|YoD=2Zk z#SfvV^O;2KY4BQbG{Gt;eE$#>{Vjr`j}=hjdl~#9_)AdworSn1t_whEUk~DriIGRO zg zXjHBn%&+~q9uQ5*MY@gO&}Q^`4!D^+e~G>%2c*(m>-jBlOTL8D{Ph_clIJ0A;pt1< z8@YuO(GO`=JGi%V%O#v|Gf&i7P;zs1(k_6aSy^{-$@-A%bKJ5vM8|4CbKUK^GrHPp zlq1h?l=RlJUvak&4pm#V+ISO(%-nprQSV2i$U`hO(~iJ}-=h)s9NtYw#2}k+;{?H~QsP-EBm){D#`m zZ0f-wjNVssCfwR^U?!>htwu%d2qsO>Q0;We(=ui6*!1llVyod{-fsHM@X+_k_owSl zFkN#aEVsN`RPY+Q3c5k=MdVC|YM0-L+507Y-cMB@+NQiv zH=RjW?RLsj=1KbvUc0*4ny7hY9eR55zR8f0W< z%EL_L)|)l@%D7g@5U5JWTieX2okk_;Z!;BYC*bW~$AkKsD}$mbC(5i9)$V#Tn$;qg zu<4Xtb(81TD)u)7EMW;+V@7VNTVx8@s^{n60)xfV4)vTq_xbODLKwHie(oA$IFQE-qa#2*bAy4gB zaiV5i$Osh?7~;r~7i0@6EUGPX zXoy-n3_uarytdw6eY8uNP|gwx+JzfNZGT5Z5?@Vdr6JU zx*ktI+hyOYn*Oi3?&#rkeNDYc?dG!7ebwhmHci)lh z*Ld@hC&Dw4M&>30Czvg&@h;K%I<;O`0^$;72=q4KWrLxz6qJ-% z;U(2*)hF6mF>$?q>Tnhn30$PGiy^xWjGwK~&fiPI{HX&emjD823whVC?q79qwLF zx)yH4&ywCax^Y8c^qRuxCOvvxX~U+gN4W-WbHb=F9ypDVX#Ak0182&k=uJ-Pt>&@F zBRk;44U=`Yz+&02Z)Z?rvc;BA7bEh>yi>HN=;r+-VB{zTC-i&1J(LBMe{ zpH-h`N*q}`%mG+QLKTcj8NiGfBGAs9&|6d{8swuouh5BFu_$izhO8hG z^NAI+vh!-d4a1L#!1BfljnY>vkFu~3RHEeW^vm$F7{AB@l}sn`n*yI@z*tU4ChI-TPR}>7n&h|5 z2hw=5*hMbJ(-)=OcOI1~bE=n^vi0A$Qu%4AdFC~8O*RsiL`U`< z$((sK^+LQk1RcDWWkbcW`=zXN@(_e7ow3~EE+C-HT`(;f z5d{UnoFUk<6F*~gh{ijI%vfW`QEX^_RdkxY7v=u6H>ZEOK{Wk~87 z&74@rcBV+9hR$4{v5qNNnaKs&pgQ~MmX0fGsRb+o%-h;+Hr-@rk=c`lF(-~@HQ4N` zwmevt`salS215Um>>G*H#axa<-b<0oHep+U?7p5UQzC!>+1*d`-_Fp>+Fq1h&DuEG zZg;cAn5oBEndp`U>ic_lFF4<-cyY?{7;W0b8<=1ug zQZtHeF>6Z`t%%2xeeV7<1fhr^<=FJ!j7saC>X`jrcGxgi%p?YON;&(&ibN~_L=-5Y uF7QX>)t}`5CY, 2011-2012,2020 +# Ali Vakilzade , 2015 +# Eric Hamiter , 2013 +# Jannis Leidel , 2011 +# Pouya Abbassi, 2016 +# rahim agh , 2021 +# Reza Mohammadi , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-03 06:13+0000\n" +"Last-Translator: rahim agh \n" +"Language-Team: Persian (http://www.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Administrative Documentation" +msgstr "مستندات مدیریت" + +msgid "Home" +msgstr "خانه" + +msgid "Documentation" +msgstr "مستندات" + +msgid "Bookmarklets" +msgstr "Bookmarklet ها" + +msgid "Documentation bookmarklets" +msgstr "مستندات bookmarklet ها" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"برای نصب بوکمارکلت‌ها، لینک را به نوار‌ابزار بوکمارک خود بکشید، یا راست‌کلیک " +"کنید و به بوکمارکهای خود اضافه کنید. حالا شما میتوانید از هر صفحه ای در سایت " +"بوکمارکلت انتخاب کنید." + +msgid "Documentation for this page" +msgstr "مستندات این صفحه" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"شما را از هر صفحه‌ای که باشید به مستندات نمایی که صفحه را ایجاد کرده می‌برد" + +msgid "Tags" +msgstr "برچسب‌ها" + +msgid "List of all the template tags and their functions." +msgstr "لیست همه برچسب‌های قالب‌ها و توابعشان" + +msgid "Filters" +msgstr "فیلترها" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"فیلترها عملیاتی هستند که میتوان روی متغیرها و قالب‌ها اعمال شود تا خروجی را " +"تغییر دهند." + +msgid "Models" +msgstr "مدل‌ها" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"مدلها توضحاتی هستند از اشیایی در سیستم و فیلدهای مرتبط. هر مدل یک لیست از " +"فیلد یک لیست از فیلدها را دارد که میتواند از طریق متغیرهای قالب در دسترس " +"قرار بگیرد." + +msgid "Views" +msgstr "نمایش ها" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"هر صفحه در وبسایت عمومی با یک نمایش ساخته میشود. نمایش تعیین میکند کدام قالب " +"برای ساخت صفحه استفاده شود و کدام شیء برای قالب در دسترس باشد." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "ابزار مرورگر خود را به سرعت قابلیت اداری دسترسی داشته باشید." + +msgid "Please install docutils" +msgstr "لطفاً docutils نصب کنید" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"سیستم مستندات مدیر نیازمند کتابخانه‌ی docutils " +"پایتون است." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"لطفا از مدیر خود درخواست کنید تا کتابخانه‌ی docutils " +"را نصب کند." + +#, python-format +msgid "Model: %(name)s" +msgstr "مدل: %(name)s" + +msgid "Fields" +msgstr "فیلدها" + +msgid "Field" +msgstr "فیلد" + +msgid "Type" +msgstr "نوع" + +msgid "Description" +msgstr "توضیحات" + +msgid "Methods with arguments" +msgstr "متدهایی با آرگومانها" + +msgid "Method" +msgstr "متد" + +msgid "Arguments" +msgstr "آرکومانها" + +msgid "Back to Model documentation" +msgstr "برگشت به مستندات مدل" + +msgid "Model documentation" +msgstr "مستندات مدل" + +msgid "Model groups" +msgstr "گروه‌های مدل" + +msgid "Templates" +msgstr "قالب‌ها" + +#, python-format +msgid "Template: %(name)s" +msgstr "قالب: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "قالب: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "مسیر جستجو برای قالب \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(وجود ندارد)" + +msgid "Back to Documentation" +msgstr "برگشت به مستندات" + +msgid "Template filters" +msgstr "فیلترهای قالب" + +msgid "Template filter documentation" +msgstr "مستندات فیلتر قالب" + +msgid "Built-in filters" +msgstr "فیلترهای از اول موجود" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"برای استفاده از این فیلترها، کد %(code)s را قبل از استفاده از " +"فیلتر، در قالب قرار دهید." + +msgid "Template tags" +msgstr "برچسب‌های قالب" + +msgid "Template tag documentation" +msgstr "مستندات برچسب قالب" + +msgid "Built-in tags" +msgstr "برچسب‌های از اول موجود" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"برای استفاده از این تگ‌ها، کد %(code)s را قبل از استفاده از تگ، " +"در قالب قرار دهید." + +#, python-format +msgid "View: %(name)s" +msgstr "نمایش: %(name)s" + +msgid "Context:" +msgstr "زمینه:" + +msgid "Templates:" +msgstr "قالب‌ها:" + +msgid "Back to View documentation" +msgstr "برگشت به مستندات نمایش" + +msgid "View documentation" +msgstr "مشاهده مستندات" + +msgid "Jump to namespace" +msgstr "پرش به فضای نام" + +msgid "Empty namespace" +msgstr "فضای نام خالی" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "نمایشها بر اساس فضای نام %(name)s" + +msgid "Views by empty namespace" +msgstr "نمایشها بر اساس فضای نام خالی" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"نمایش تابع: %(full_name)s. نام: %(url_name)s.\n" + +msgid "tag:" +msgstr "برچسب:" + +msgid "filter:" +msgstr "فیلتر" + +msgid "view:" +msgstr "نمایش:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "برنامه‌ی %(app_label)r پیدا نشد" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "مدل %(model_name)r در برنامهٔ %(app_label)r یافت نشد" + +msgid "model:" +msgstr "مدل:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "شیء «%(app_label)s.%(data_type)s» مرتبط" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "اشیاء «%(app_label)s.%(object_name)s» مرتبط" + +#, python-format +msgid "all %s" +msgstr "همهٔ %s" + +#, python-format +msgid "number of %s" +msgstr "تعداد %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "به نظر نمی رسد %s یک شیء از نوع urlpattern باشد" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8886f15d57f673498299157c4c1f60a1c660892c GIT binary patch literal 6397 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bec75c98d99 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po @@ -0,0 +1,278 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aarni Koskela, 2015,2017,2020-2021 +# Elias Luttinen , 2015 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-14 12:19+0000\n" +"Last-Translator: Aarni Koskela\n" +"Language-Team: Finnish (http://www.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Hallinnan ohjeet" + +msgid "Home" +msgstr "Etusivu" + +msgid "Documentation" +msgstr "Ohjeita" + +msgid "Bookmarklets" +msgstr "Kirjanmerkkiset" + +msgid "Documentation bookmarklets" +msgstr "Ohjeiden kirjanmerkkiset" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Asenna kirjanmerkkinen raahaamalla linkki kirjanmerkkien työkalupalkkiin tai " +"napsauttamalla linkkiä oikeanpuoleisella hiiren painikkeella ja valitsemalla " +"kirjanmerkkeihin lisäämisen. Sen jälkeen voit valita kirjanmerkkisen miltä " +"tahansa sivuston sivulta." + +msgid "Documentation for this page" +msgstr "Tämän sivun ohjeita" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Näyttää ohjeet, jotka koskevat ko. sivun luonutta näkymää." + +msgid "Tags" +msgstr "Tagit" + +msgid "List of all the template tags and their functions." +msgstr "Lista kaikista mallinetunnisteista ja niiden toiminnasta." + +msgid "Filters" +msgstr "Suodattimet" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Suotimet ovat toimintoja, jotka käsittelevät mallineessa käytettävän " +"muuttujan ulostuloa." + +msgid "Models" +msgstr "Mallit" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Mallit kuvaavat järjestelmän kaikkia objekteja ja niihin liittyviä kenttiä. " +"Kenttiä pystyy käyttämään mallineista mallinemuuttujina." + +msgid "Views" +msgstr "Näkymät" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Jokainen sivuston sivu on näkymän luoma. Näkymä määrittelee mitä mallinetta " +"sivun luontiin käytetään ja mitä objekteja mallineella on käytössä." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Selaintyökaluja, joilla pääset nopeasti hallinnointitoimintoihin." + +msgid "Please install docutils" +msgstr "Ole hyvä ja asenna docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Hallinnan dokumentaatio vaatii Pythonin docutils-" +"kirjaston." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Pyydä ylläpitäjiä asentamaan docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Malli: %(name)s" + +msgid "Fields" +msgstr "Kentät" + +msgid "Field" +msgstr "Kenttä" + +msgid "Type" +msgstr "Tyyppi" + +msgid "Description" +msgstr "Selite" + +msgid "Methods with arguments" +msgstr "Metodit argumentteineen" + +msgid "Method" +msgstr "Metodi" + +msgid "Arguments" +msgstr "Argumentit" + +msgid "Back to Model documentation" +msgstr "Takaisin mallidokumentaatioon" + +msgid "Model documentation" +msgstr "Mallidokumentaatio" + +msgid "Model groups" +msgstr "Malliryhmät" + +msgid "Templates" +msgstr "Mallineet" + +#, python-format +msgid "Template: %(name)s" +msgstr "Malline: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Malline: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Mallineen %(name)s hakupolku" + +msgid "(does not exist)" +msgstr "(ei ole olemassa)" + +msgid "Back to Documentation" +msgstr "Takaisin dokumentaatioon" + +msgid "Template filters" +msgstr "Mallinesuotimet" + +msgid "Template filter documentation" +msgstr "Mallinesuodindokumentaatio" + +msgid "Built-in filters" +msgstr "Sisäänrakennetut suotimet" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Käyttääksesi näitä suotimia, sisällytä %(code)s mallineesi " +"alkuun." + +msgid "Template tags" +msgstr "Mallinetunnisteet" + +msgid "Template tag documentation" +msgstr "Mallinetunnistedokumentaatio" + +msgid "Built-in tags" +msgstr "Sisäänrakennetut tunnisteet" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Käyttääksesi näitä tunnisteita, sisällytä %(code)s mallineesi " +"alkuun." + +#, python-format +msgid "View: %(name)s" +msgstr "Näkymä: %(name)s" + +msgid "Context:" +msgstr "Konteksti:" + +msgid "Templates:" +msgstr "Mallineet:" + +msgid "Back to View documentation" +msgstr "Takaisin näkymädokumentaatioon" + +msgid "View documentation" +msgstr "Näkymädokumentaatio" + +msgid "Jump to namespace" +msgstr "Siirry nimiavaruuteen" + +msgid "Empty namespace" +msgstr "Tyhjä nimiavaruus" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Näkymät nimiavaruuden %(name)s mukaan" + +msgid "Views by empty namespace" +msgstr "Näkymät tyhjän nimiavaruuden mukaan" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Näkymäfunktio: %(full_name)s. Nimi: %(url_name)s.\n" + +msgid "tag:" +msgstr "tagi:" + +msgid "filter:" +msgstr "suodatin:" + +msgid "view:" +msgstr "näkymä:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Sovellusta %(app_label)r ei löydy" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Sovelluksesta %(app_label)r ei löydy mallia %(model_name)r" + +msgid "model:" +msgstr "malli:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "tähän liittyvä `%(app_label)s.%(data_type)s`-kohde" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "tähän liittyvät `%(app_label)s.%(object_name)s`-kohteet" + +#, python-format +msgid "all %s" +msgstr "kaikki %s" + +#, python-format +msgid "number of %s" +msgstr "%s-kohteiden lukumäärä" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ei näytä olevan urlpattern-olio" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8a47fb9f212ffc9bb27f1b7f693436cf388825de GIT binary patch literal 6755 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 ox_|k?, 2013-2016,2018-2019,2021 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 14:25+0000\n" +"Last-Translator: Claude Paroz \n" +"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentation technique" + +msgid "Home" +msgstr "Accueil" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Bookmarklets" +msgstr "Signets" + +msgid "Documentation bookmarklets" +msgstr "Documentation des signets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Pour installer des signets, faites glisser le lien vers votre barre de " +"marques-pages, ou effectuez un clic droit sur le lien et ajoutez-le. " +"Maintenant, vous pouvez le sélectionner depuis n'importe quelle page du site." + +msgid "Documentation for this page" +msgstr "Documentation pour cette page" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Vous envoie de n'importe quelle page vers la documentation de la vue qui a " +"généré cette page." + +msgid "Tags" +msgstr "Balises" + +msgid "List of all the template tags and their functions." +msgstr "Liste de toutes les balises de gabarit et leur fonction." + +msgid "Filters" +msgstr "Filtres" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Les filtres sont des actions qui peuvent être appliquées à des variables " +"dans un gabarit pour modifier leur valeur affichée." + +msgid "Models" +msgstr "Modèles" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Les modèles sont des descriptions de tous les objets du système avec leurs " +"champs associés. Chaque modèle possède une liste de champs auxquels on peut " +"accéder comme pour les variables de gabarit" + +msgid "Views" +msgstr "Vues" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Chaque page du site public est générée par une vue. La vue détermine le " +"gabarit utilisé pour générer la page ainsi que les objets qui sont " +"disponibles dans le gabarit." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Outils permettant au navigateur d'accéder rapidement aux fonctionnalités de " +"l'interface d'administration." + +msgid "Please install docutils" +msgstr "Veuillez installer docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Le système de documentation de l'interface d'administration nécessite la " +"bibliothèque Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Demandez à votre administrateur système d'installer docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modèle : %(name)s" + +msgid "Fields" +msgstr "Champs" + +msgid "Field" +msgstr "Champ" + +msgid "Type" +msgstr "Type" + +msgid "Description" +msgstr "Description" + +msgid "Methods with arguments" +msgstr "Méthodes avec paramètres" + +msgid "Method" +msgstr "Méthode" + +msgid "Arguments" +msgstr "Paramètres" + +msgid "Back to Model documentation" +msgstr "Retour à la documentation des modèles" + +msgid "Model documentation" +msgstr "Documentation des modèles" + +msgid "Model groups" +msgstr "Groupes de modèles" + +msgid "Templates" +msgstr "Gabarits" + +#, python-format +msgid "Template: %(name)s" +msgstr "Gabarit : %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Gabarit : %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Chemin de recherche du gabarit %(name)s :" + +msgid "(does not exist)" +msgstr "(n'existe pas)" + +msgid "Back to Documentation" +msgstr "Retour à la documentation" + +msgid "Template filters" +msgstr "Filtres de gabarit" + +msgid "Template filter documentation" +msgstr "Documentation des filtres de gabarit" + +msgid "Built-in filters" +msgstr "Filtres intégrés" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Pour utiliser ces filtres, placez %(code)s dans votre gabarit " +"avant d'utiliser un des filtres." + +msgid "Template tags" +msgstr "Balises de gabarit" + +msgid "Template tag documentation" +msgstr "Documentation des balises de gabarit" + +msgid "Built-in tags" +msgstr "Balises intégrées" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Pour utiliser ces balises, placez %(code)s dans le gabarit " +"avant d'utiliser une des balises." + +#, python-format +msgid "View: %(name)s" +msgstr "Vue : %(name)s" + +msgid "Context:" +msgstr "Contexte :" + +msgid "Templates:" +msgstr "Gabarits :" + +msgid "Back to View documentation" +msgstr "Retour à la documentation des vues" + +msgid "View documentation" +msgstr "Documentation des vues" + +msgid "Jump to namespace" +msgstr "Aller à l'espace de noms" + +msgid "Empty namespace" +msgstr "Espace de noms vide" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vues par espace de noms %(name)s" + +msgid "Views by empty namespace" +msgstr "Vues par espace de noms vide" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Fonction de vue : %(full_name)s. Nom : %(url_name)s.\n" + +msgid "tag:" +msgstr "mot-clé :" + +msgid "filter:" +msgstr "filtre :" + +msgid "view:" +msgstr "vue :" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "L'application %(app_label)r n'a pas été trouvée" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"Le modèle %(model_name)r n'a pas été trouvé dans l'application %(app_label)r" + +msgid "model:" +msgstr "modèle :" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "l'objet « %(app_label)s.%(data_type)s » en relation" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "les objets « %(app_label)s.%(object_name)s » en relation" + +#, python-format +msgid "all %s" +msgstr "tous les %s" + +#, python-format +msgid "number of %s" +msgstr "nombre de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ne semble pas être un objet urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2b1450328d4175edc018a49175a576b13da96b7d GIT binary patch literal 476 zcmZ8d%Sr<=6s_oLmabh~!G%TBWUAtrS`n*-ip5e!UB}LyF)~etB(?TK`~g4AZ}Cnm zEqLIN9CGgC|L3{ zMq{k33vB2Mow1u);aO@WM5D))^&F}|UUsVjN@$DtjER`V=McwIoF9o;2r{xUe(1XA ze_sM3kte4|f)G6@A6V*?@udpZNw`NF z5%sJIXlTPlMNtEO240m)n+{Cgl=B$6Pidbe8(%#yN5}5W#AezQ5|URP)+f*?GCK2-9rQWU5J~VsPPNZ{EW2# literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f962a4da182 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po @@ -0,0 +1,275 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:34+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"\n" +"

    To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

    \n" +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Show object ID" +msgstr "" + +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +msgid "Edit this object (current window)" +msgstr "" + +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +msgid "Edit this object (new window)" +msgstr "" + +msgid "As above, but opens the admin page in a new window." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Back to Model Documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to Views Documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..201694dd51deaf814281e48b58275287b4a4da18 GIT binary patch literal 6786 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5fde076b137 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aindriú Mac Giolla Eoin, 2024 +# Jannis Leidel , 2011 +# Luke Blaney , 2019 +# Michael Thornhill , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2024-10-07 20:19+0000\n" +"Last-Translator: Aindriú Mac Giolla Eoin, 2024\n" +"Language-Team: Irish (http://app.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +msgid "Administrative Documentation" +msgstr "Doiciméadúchán Riaracháin" + +msgid "Home" +msgstr "Baile" + +msgid "Documentation" +msgstr "Doiciméadúchán" + +msgid "Bookmarklets" +msgstr "Leabharmharcín" + +msgid "Documentation bookmarklets" +msgstr "Leabharmharcín doiciméadúchán" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Chun leabharmharcanna a shuiteáil, tarraing an nasc chuig do bharra uirlisí " +"leabharmharcanna, nó deaschliceáil ar an nasc agus cuir le do " +"leabharmharcanna é. Anois is féidir leat an leabharmharc a roghnú ó aon " +"leathanach ar an suíomh." + +msgid "Documentation for this page" +msgstr "Doiciméadúchán le hadhaigh an leathanach seo" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Tógann se tusa ón aon leathanach go dtí an doiciméadúchán le hadhaigh an " +"radharc a rinne an leathanach." + +msgid "Tags" +msgstr "Clibeanna" + +msgid "List of all the template tags and their functions." +msgstr "Liosta de na clibeanna teimpléid go léir agus a bhfeidhmeanna." + +msgid "Filters" +msgstr "Scagairí" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Is gníomhartha iad na scagairí is féidir a chur i bhfeidhm ar athróga i " +"dteimpléad chun an t-aschur a athrú." + +msgid "Models" +msgstr "Samhla" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Is éard atá i múnlaí ná cur síos ar na réada go léir sa chóras agus ar na " +"réimsí a bhaineann leo. Tá liosta réimsí ag gach samhail ar féidir rochtain " +"a fháil orthu mar athróga teimpléid" + +msgid "Views" +msgstr "Radharcanna" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Gintear gach leathanach ar an suíomh poiblí trí radharc. Sainmhíníonn an t-" +"amharc cén teimpléad a úsáidtear chun an leathanach a ghiniúint agus na " +"rudaí atá ar fáil don teimpléad sin." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Uirlisí do do bhrabhsálaí chun rochtain tapa a fháil ar fheidhmiúlacht " +"riaracháin." + +msgid "Please install docutils" +msgstr "Suiteáil docutils le do thoil" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Teastaíonn leabharlann Python docutils ón gcóras " +"doiciméadúcháin riaracháin." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Iarr ar do riarthóirí docutils a shuiteáil." + +#, python-format +msgid "Model: %(name)s" +msgstr "Múnla: %(name)s" + +msgid "Fields" +msgstr "Réimsí" + +msgid "Field" +msgstr "Réimse" + +msgid "Type" +msgstr "Cineál" + +msgid "Description" +msgstr "Cur síos" + +msgid "Methods with arguments" +msgstr "Modhanna le hargóintí" + +msgid "Method" +msgstr "Modh" + +msgid "Arguments" +msgstr "Argóintí" + +msgid "Back to Model documentation" +msgstr "Ar ais chuig an doiciméadú Múnla" + +msgid "Model documentation" +msgstr "Doiciméadú múnla" + +msgid "Model groups" +msgstr "Grúpaí samhlacha" + +msgid "Templates" +msgstr "Teimpléid" + +#, python-format +msgid "Template: %(name)s" +msgstr "Teimpléad: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Teimpléad: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Teimpléad cuardaigh cosán %(name)s:" + +msgid "(does not exist)" +msgstr "(níl ann)" + +msgid "Back to Documentation" +msgstr "Ar ais go Doiciméadúchán" + +msgid "Template filters" +msgstr "Ar ais go Doiciméadúchán" + +msgid "Template filter documentation" +msgstr "Doiciméadú scagaire teimpléid" + +msgid "Built-in filters" +msgstr "scagairí ionsuite" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Chun na scagairí seo a úsáid, cuir%(code)s i do theimpléad sula " +"n-úsáideann tú an scagaire." + +msgid "Template tags" +msgstr "Clibeanna teimpléid" + +msgid "Template tag documentation" +msgstr "Doiciméadú clib teimpléad" + +msgid "Built-in tags" +msgstr "Insuite i clibeanna" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Chun na clibeanna seo a úsáid, cuir %(code)s i do theimpléad " +"sula n-úsáideann tú an chlib." + +#, python-format +msgid "View: %(name)s" +msgstr "Amharc: %(name)s" + +msgid "Context:" +msgstr "Comhthéacs:" + +msgid "Templates:" +msgstr "Teimpléid:" + +msgid "Back to View documentation" +msgstr "Ar ais go dtí Féach ar na doiciméid" + +msgid "View documentation" +msgstr "Féach ar cháipéisíocht" + +msgid "Jump to namespace" +msgstr "Léim go spás ainm" + +msgid "Empty namespace" +msgstr "Ainmspás folamh" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Radhairc de réir ainmspáis %(name)s" + +msgid "Views by empty namespace" +msgstr "Radhairc de réir ainmspás folamh" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Féach ar fheidhm: %(full_name)s. Ainm: %(url_name)s.\n" + +msgid "tag:" +msgstr "clib:" + +msgid "filter:" +msgstr "scag:" + +msgid "view:" +msgstr "radharc:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aip %(app_label)r gan aimsiú" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Ní bhfuarthas samhail %(model_name)r i bhfeidhmclár %(app_label)r" + +msgid "model:" +msgstr "samhail:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "An oibiacht gaolmhara `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "Oibiachtí gaolmhara `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "gach %s" + +#, python-format +msgid "number of %s" +msgstr "líon %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "Feiceann sé nach bhfuil %s oibiacht urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..19f0f72335739c1d2c66c49563ab8e6ed5536034 GIT binary patch literal 6941 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 B45a`7 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po new file mode 100644 index 00000000000..bb8b1b4f93d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po @@ -0,0 +1,289 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# GunChleoc, 2015-2016 +# GunChleoc, 2015 +# GunChleoc, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-07-15 10:42+0000\n" +"Last-Translator: GunChleoc\n" +"Language-Team: Gaelic, Scottish (http://www.transifex.com/django/django/" +"language/gd/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gd\n" +"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " +"(n > 2 && n < 20) ? 2 : 3;\n" + +msgid "Administrative Documentation" +msgstr "Docamaideadh na rianachd" + +msgid "Home" +msgstr "Dhachaigh" + +msgid "Documentation" +msgstr "Docamaideadh" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklets an docamaididh" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Gus bookmarklet a stàladh, slaodaich an ceangal gu bàr-inneal nan comharran-" +"lìn agad no dèan briogadh deas air a’ cheangal is cuir e ris na comharran-" +"lìn agad. ’S urrainn dhut am bookmarklet a thaghadh o duilleag sam bith san " +"làrach an uairsin." + +msgid "Documentation for this page" +msgstr "Docamaideadh airson na duilleige seo" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Gearraidh tu leum o duilleag sam bith dhan docamaideadh airson an t-" +"seallaidh a ghineas an duilleag sin." + +msgid "Tags" +msgstr "Tagaichean" + +msgid "List of all the template tags and their functions." +msgstr "" +"Liosta dhe thagaichean nan ùrlaran uile ’s dhe na foincseanan a th’ aca." + +msgid "Filters" +msgstr "Criathragan" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"’S e gnìomhan a tha sna criathragan as urrainn dhut cur an sàs air " +"caochladairean ann an teamplaid gus an t-às-chur atharrachadh." + +msgid "Models" +msgstr "Modailean" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"’S e tuairisgeulan air a h-uile oibseact san t-siostam ’s air na raointean " +"co-cheangailte riutha-san a tha sna modailean. Tha liosta dhe raointean aig " +"gach modail as urrainn dhut inntrigeadh mar chaochladairean teamplaide" + +msgid "Views" +msgstr "Seallaidhean" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Thèid gach duilleag air an làrach phoblach a ghintinn le sealladh. Mìnichidh " +"an sealladh dè an teamplaid a thèid a chleachdadh gus an duilleag a ghintinn " +"agus dè na h-oibseactan as urrainn dhan teamplaid ud a chleachdadh." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Innealan airson a’ bhrabhsair agad gus gnìomhan nan rianairean inntrigeadh " +"gu luath." + +msgid "Please install docutils" +msgstr "Stàlaich docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Tha siostam docamaideadh na rianachd feumach air an leabharlann docutils aig Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Iarr air na rianairean agad gun stàlaich iad docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modail: %(name)s" + +msgid "Fields" +msgstr "Raointean" + +msgid "Field" +msgstr "Raoin" + +msgid "Type" +msgstr "Seòrsa" + +msgid "Description" +msgstr "Tuairisgeul" + +msgid "Methods with arguments" +msgstr "Modhan le argamaidean" + +msgid "Method" +msgstr "Modh" + +msgid "Arguments" +msgstr "Argamaidean" + +msgid "Back to Model documentation" +msgstr "Till gu docamaideadh modail" + +msgid "Model documentation" +msgstr "Docamaideadh modail" + +msgid "Model groups" +msgstr "Buidhnean modail" + +msgid "Templates" +msgstr "Teamplaidean" + +#, python-format +msgid "Template: %(name)s" +msgstr "Teamplaid: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Teamplaid: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Lorg slighe airson teamplaid %(name)s:" + +msgid "(does not exist)" +msgstr "(chan eil e ann)" + +msgid "Back to Documentation" +msgstr "Till gun docamaideadh" + +msgid "Template filters" +msgstr "Criathragan teamplaid" + +msgid "Template filter documentation" +msgstr "Docamaideadh air criathragan teamplaid" + +msgid "Built-in filters" +msgstr "Criathragan ’na bhroinn" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Gus na criathragan seo a chleachdadh, cuir %(code)s san " +"teamplaid agad mus cleachd thu a’ chriathrag." + +msgid "Template tags" +msgstr "Tagaichean teamplaid" + +msgid "Template tag documentation" +msgstr "Docamaideadh air tagaichean teamplaid" + +msgid "Built-in tags" +msgstr "Tagaichean ’na bhroinn" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Gus na tagaichean seo a chleachdadh, cuir %(code)s san " +"teamplaid agad mus cleachd thu an taga." + +#, python-format +msgid "View: %(name)s" +msgstr "Sealladh: %(name)s" + +msgid "Context:" +msgstr "Co-theacsa:" + +msgid "Templates:" +msgstr "Teamplaidean:" + +msgid "Back to View documentation" +msgstr "Till gu docamaideadh nan seallaidhean" + +msgid "View documentation" +msgstr "Docamaideadh nan seallaidhean" + +msgid "Jump to namespace" +msgstr "Gearr leum dhan ainm-spàs" + +msgid "Empty namespace" +msgstr "Ainm-spàs falamh" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Seallaidhean a-rèir ainm-spàs %(name)s" + +msgid "Views by empty namespace" +msgstr "Seallaidhean a-rèir an ainm-spàis fhalaimh" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Foincsean seallaidh: %(full_name)s. Ainm: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "taga:" + +msgid "filter:" +msgstr "criathrag:" + +msgid "view:" +msgstr "sealladh:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Cha deach aplacaid %(app_label)r a lorg" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Cha deach modail %(model_name)r a lorg ann an aplacaid %(app_label)r" + +msgid "model:" +msgstr "modail:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "an t-oibseact `%(app_label)s.%(data_type)s` dàimheach" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "na h-oibseactan `%(app_label)s.%(object_name)s` dàimheach" + +#, python-format +msgid "all %s" +msgstr "a h-uile %s" + +#, python-format +msgid "number of %s" +msgstr "àireamh dhe %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "Chan eil coltas oibseact urlpattern air %s" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0216d60366c6fd3da886017d34c51b77e3b209cf GIT binary patch literal 6564 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, 2011,2013 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# X Bello , 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-04-24 20:19+0000\n" +"Last-Translator: X Bello , 2023\n" +"Language-Team: Galician (http://www.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentación administrativa" + +msgid "Home" +msgstr "Inicio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklets de documentación" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar os bookmarklets, arrastre o enlace á súa barra de marcadores, " +"ou pinche co botón dereito no enlace e engádao ós marcadores. Agora poderá " +"seleccionar o bookmarklet desde calquera páxina do sitio." + +msgid "Documentation for this page" +msgstr "Documentación para esta páxina" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Salta á documentación para a vista que xera a páxina." + +msgid "Tags" +msgstr "Etiquetas" + +msgid "List of all the template tags and their functions." +msgstr "Listado de todas as etiquetas de plantilla e as súas funcións." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Os filtros son accións que poden aplicarse a variables nunha plantilla para " +"modificar a salida." + +msgid "Models" +msgstr "Modelos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Os modelos son descripcións de tódos os obxetos no sistema e os seus campos " +"asociados. Cada modelo ten unha lista de campos ós que pode accederse como " +"variables de plantilla." + +msgid "Views" +msgstr "Vistas" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada páxina no sitio público é xerada por unha vista. A vista define qué " +"plantilla se usa para xerar a páxina, e qué obxetos están dispoñibles nesa " +"plantilla." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Ferramentas para o navegador para acceder rápidamente á funcionalidade de " +"administración." + +msgid "Please install docutils" +msgstr "Por favor instale docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"O sistema de documentación de admin require da librería de Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor pídalle ós administradores que instalen docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelo: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descrición" + +msgid "Methods with arguments" +msgstr "Métodos con argumentos" + +msgid "Method" +msgstr "Método" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "Volver á documentación do Modelo" + +msgid "Model documentation" +msgstr "Documentación do modelo" + +msgid "Model groups" +msgstr "Modelos dos grupos" + +msgid "Templates" +msgstr "Patróns" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Plantilla: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Rutas de busca para a plantilla %(name)s:" + +msgid "(does not exist)" +msgstr "(non existe)" + +msgid "Back to Documentation" +msgstr "Volver á documentación" + +msgid "Template filters" +msgstr "Filtros de plantilla" + +msgid "Template filter documentation" +msgstr "Documentación dos filtros de plantilla" + +msgid "Built-in filters" +msgstr "Filtros incluidos" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para usar estes filtros, poña %(code)s na plantilla antes de " +"usar o filtro." + +msgid "Template tags" +msgstr "Etiquetas de plantilla" + +msgid "Template tag documentation" +msgstr "Documentación das etiquetas de plantilla" + +msgid "Built-in tags" +msgstr "Etiquetas incluidas" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para usar estas etiquetas, poña %(code)s na plantilla antes de " +"usar a etiqueta." + +#, python-format +msgid "View: %(name)s" +msgstr "Vista: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Plantillas:" + +msgid "Back to View documentation" +msgstr "Volver á documentación da Vista" + +msgid "View documentation" +msgstr "Ver documentación" + +msgid "Jump to namespace" +msgstr "Saltar ó espacio de nomes" + +msgid "Empty namespace" +msgstr "Baleirar espacio de nomes" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vistas por espacio de nomes %(name)s" + +msgid "Views by empty namespace" +msgstr "Vustas por espacio de nomes baleiro" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Función de vista: %(full_name)s. Nome %(url_name)s.\n" + +msgid "tag:" +msgstr "etiqueta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "vista:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Non se atopa a aplicación %(app_label)r" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "O modelo %(model_name)r non se atopou na aplicación %(app_label)r" + +msgid "model:" +msgstr "modelo:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "o obxecto relacionado `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "obxectos relacionados `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "todos os %s" + +#, python-format +msgid "number of %s" +msgstr "número de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s non semella ser un obxecto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..24b9b3d5918bee7789478397f12068624d1c3ed7 GIT binary patch literal 6998 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, 2011 +# Meir Kriheli , 2012-2015,2017,2020,2023 +# Yaron Shahrabani , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-12-04 20:19+0000\n" +"Last-Translator: Meir Kriheli , " +"2012-2015,2017,2020,2023\n" +"Language-Team: Hebrew (http://app.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +msgid "Administrative Documentation" +msgstr "תיעוד ניהולי" + +msgid "Home" +msgstr "דף הבית" + +msgid "Documentation" +msgstr "תיעוד" + +msgid "Bookmarklets" +msgstr "ייסומניות" + +msgid "Documentation bookmarklets" +msgstr "ייסומוניות תיעוד" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"כדי להתקין ייסומניות, יש לגרור את הקישור לסרגל הסימניות שלך, או קליק ימני " +"והוספה לסימניות. כעת ניתן לבחור את הייסומניה מכל עמוד באתר." + +msgid "Documentation for this page" +msgstr "תיעוד לדף זה" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "מקפיץ אותך מכל עמוד לתיעוד התצוגה שייצרה אותו." + +msgid "Tags" +msgstr "תגים" + +msgid "List of all the template tags and their functions." +msgstr "רשימת כל ה-template tags והפונקציות שלהן." + +msgid "Filters" +msgstr "מסננים" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "פילטרים ופעולות אשר ניתן ליישם על משתנים בתבנית לשינוי הפלט." + +msgid "Models" +msgstr "מודלים" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"מודלים הם תיאור כל האובייקטים במערכת והשדות הקשורים אליהם. לכל מודל יש רשימת " +"שדות אשר ניתן לגשת אליהם בתור משתני תבנית" + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"כל עמוד באתר הציבורי מיוצר ע\"י view. ה־view מגדיר את התבנית המשמשת ליצירת " +"העמוד ואת האובייקטים הזמינים לתבנית" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "כלים המאפשרים לדפדפן שלך גישה מהירה ליכולות הניהול." + +msgid "Please install docutils" +msgstr "נא להתקין את docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"מערכת התיעוד במנשק הניהול דורשת את ספריית הפייתון docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "נא לבקש ממנהל המערכת להתקין את docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "מודל: %(name)s" + +msgid "Fields" +msgstr "שדות" + +msgid "Field" +msgstr "שדה" + +msgid "Type" +msgstr "סוג" + +msgid "Description" +msgstr "תיאור" + +msgid "Methods with arguments" +msgstr "מתודות עם פרמטרים" + +msgid "Method" +msgstr "מתודות" + +msgid "Arguments" +msgstr "פרמטרים" + +msgid "Back to Model documentation" +msgstr "חזרה לתיעוד מודל" + +msgid "Model documentation" +msgstr "תיעוד מודלים" + +msgid "Model groups" +msgstr "קבוצות מודלים" + +msgid "Templates" +msgstr "תבניות" + +#, python-format +msgid "Template: %(name)s" +msgstr "תבנית: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "תבנית: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "נתיב חיפוש לתבנית %(name)s:" + +msgid "(does not exist)" +msgstr "(לא קיים)" + +msgid "Back to Documentation" +msgstr "חזרה לתיעוד" + +msgid "Template filters" +msgstr "פילטרים לתבניות" + +msgid "Template filter documentation" +msgstr "תיעוד פילטר לתבנית" + +msgid "Built-in filters" +msgstr "פילטרים מובנים" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"כדי להשתמש בפילטרים האלו יש להוסיף %(code)s בתבנית שלך לפני " +"השימוש בפילטר." + +msgid "Template tags" +msgstr "תגים לתבניות" + +msgid "Template tag documentation" +msgstr "תיעוד תגים לתבניות" + +msgid "Built-in tags" +msgstr "תגים מובנים" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"כדי להשתמש בתגים האלו יש להוסיף %(code)s בתבנית שלך לפני השימוש " +"בתג." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "קונטקסט:" + +msgid "Templates:" +msgstr "תבניות:" + +msgid "Back to View documentation" +msgstr "חזרה לתיעוד ה-View" + +msgid "View documentation" +msgstr "תיעוד View" + +msgid "Jump to namespace" +msgstr "מעבר למרחב שמות" + +msgid "Empty namespace" +msgstr "מרחב שמות ריק" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views לפי מרחב שמות %(name)s" + +msgid "Views by empty namespace" +msgstr "Views לפני מרחב שמות ריק" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" פונקציית View: %(full_name)s. שם: %(url_name)s.\n" + +msgid "tag:" +msgstr "תג:" + +msgid "filter:" +msgstr "סינון:" + +msgid "view:" +msgstr "ה־view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "יישום %(app_label)r לא נמצא" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "מודל %(model_name)r לא נמצא ביישום %(app_label)r" + +msgid "model:" +msgstr "מודל:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "עצמי `%(app_label)s.%(data_type)s` קשורים" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "עצמי `%(app_label)s.%(object_name)s` קשורים" + +#, python-format +msgid "all %s" +msgstr "כל %s" + +#, python-format +msgid "number of %s" +msgstr "מספר %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "לא נראה כי %s הוא עצם urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0233cc886c015b039f8057ce4feb4f60f5939658 GIT binary patch literal 2297 zcma)+OKcoP5QZB_cq|Ez@HixZItL3|X7&*tiN_eB_@N|D;# zErA3^Awd!H1)BqrLd0x>oPaG$fkZ;d9U&pafg73&;tD5DNc`2aUavze($efV)zw|~ zS9S0FwrkrW!*~|Yb9jEl^E{q+@52wqpWsX2U*Hb#h5H%X2@Zn0!69%DSOy;gLvR~7 z3%(7$2fhsc3_b{Me<1Vk03U(i1CoC)NOAf*b`hk!`@sS@22y+j7Qs1?_Ai5< zLgOkZV2@++Mes_8KY=5#{{~6Vt4Kz=J&<&q0e=A(z&cok2+I2d_&E40_zd_*$Ns0| z-}x|OPhfsG_!u|{(mEF$2dBUsxCD-Zm%yjM-$BS_kK&<0Yo5k~u+|UQKGV5Cl8s4o zl!J89pu99}A3>DHcF_a|+Re}khBUTcfUSe|#k{6v%#}7=grO7>H=0)@7rYhup)f{9 zitEZrSvBmS)~5myo${rL*_f`j0;!BJo>rSJUfFUXuWMvzdNB`0L$V3aM}n9g(t%`0 zT0t1|Io;y*NC#Y~IlG7inWlu!o`jt^lAreE4BW!-hEy^V2E|yD;^*0f?SBU;SrR=3M+SeL0* zP>~VWb@D}$Hq`iu-l%cDuRrTzCL%u3X===jXt<0D+;U@07%^?;LOIag#;9(WO+}hc z#yMPbj-!t_376MS3f0iLV=~l{aVF!2S91=w8nIK>F3(N9Rdz-rX-~}=gHV_6E0*>< z#gbDR;-%NzSB3_QrD72aon!K}M=>|88(Lpi94unwj*8eg!jE1?~$XQds5qfHvSDPY=r5SmrJmDPJSVy_) zGIGXMRo6V#aQT6XXSyO?-t=-)ek&5bGohm(cDV|z8ISB6=Gp5=zv6pGcxhlbNB^lb zxsfI})Asv#TS?pV`84?`O;*$7d%P{A$r|RD)AlEJE=iNy^wOTkBplaiH~EsZ{Q>N+ zvQTL<4+BBZu{5~`SDGxQ$v0_o%WlScm}_bKY?@rO+izgq<&9Xh?z(kffDUN08=&b+ ztm}%&0xTgbzxOOic>~K4%otiMPx4 z?OVHK1tBk_?eoCLTPEyy(K-ZOrsmNL6@%`eSTy?<3~HmDYo7(~qHx2xW>qfO3DS$R zp=15JTim9ak#ZGYw3yQ179cIeP!`IWXLo#y=mgs+=Mr6t-Y-Uk9cQe59CTM8F4KAR z2R>{=+v!R`AdVJ^dun67abe&_oU?sJGpNJefZ64tn}^v=-G&YMwoH80(&Te1hMI}W zT}<={ce|G!k(O-BSD=dh-#5^vz?N&MBu%c^PAB}1zW`Eo&fvx|z0 IciUzE0_^*kp8x;= literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..876b764c2fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chandan kumar , 2012 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "गृह" + +msgid "Documentation" +msgstr "दस्तावेज़ीकरण" + +msgid "Bookmarklets" +msgstr "बुकमार्कलेट्स" + +msgid "Documentation bookmarklets" +msgstr "प्रलेखन बुकमार्कलेट्स" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "इस पृष्ठ की प्रलेखन" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "दृश्य जो उस पृष्ठ को उत्पन्न करता है के प्रलेखन के लिए किसी भी पृष्ठ पर जा सकते है." + +msgid "Tags" +msgstr "टैग्स" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "फ़िल्टर्स" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "मॉडल" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "दृश्य" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "प्रारूप" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "टैग:" + +msgid "filter:" +msgstr "छन्नी:" + +msgid "view:" +msgstr "दृष्टि:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(model_name)r मॉडल %(app_label)r अनुप्रयोग में लापता है" + +msgid "model:" +msgstr "मॉडल :" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` संबंधित वस्तु" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` संबंधित वस्तु" + +#, python-format +msgid "all %s" +msgstr "सभी %s" + +#, python-format +msgid "number of %s" +msgstr "%s संख्या" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s सही यू.आऱ.एल प्रतिरूप वस्तु नहीं है" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e789b5ab64857bc89d020809d5566564ebbed793 GIT binary patch literal 2550 zcma)+&yN&E6vs=&U*m67{DoQ|i?e~==>b$|b`X|jBZQR=j+l6Xnwgr}n(3};tEy*V zMGty2F~$QIqX+*2uNo6$4BR}Ln3yOr@gNByFo^7`=Rs(n5jtS#Wa3^>Ld>GtxN1^v3_zdJl@Nw`Act1D9qk$e@Tc>e||UsA>^3&9Y42_*Y2rpu^F3~qyb9Gj5cJK(e6 z`(PFP9DEAAH2QuSr2VdfRENJns_(xb*=@e3*gqQaAc#+F3B-@Rj!A%Tfd{~EK+5AE zFyCh+Z${Fau>Jx_^@u>q{{%?q@HUv|0g`sc-yO*xfRy(~AjSPH7=Yi8zFz}T zhI~AT`B6M{p3{TQnFjf#L3z_asFOi4($yj#PvW6mC?2W_#RoU}eR>Fd4i62wcT`&% zTMFd!Bbezrj?tzwj&<`AL@bXmVmeD&(sI+KZ&s3z4nH$}fNpN4THJ&pA9rSSF&y)v z7cr{UEe$)ui_`vGDrYBVj7k`>6>I2r1xGuJ?puUgSUykmWJ1My&-i*rhM%>mfxUWTI%no=YYKWq)+5t>(5 zy-%ZBZEbCB4u1^oR9BvzYn!B2BsE4nvahY$+H7U{=<<>4>DTAN%3-5D{!2jHzd~ZwnNt_X1wUw1Pvmy?bj7?m` zb()K=v3ox+UK@I*9yS_vzI{8V*KkXtUgxj!kV6~tfyS=!r}@SndadSa^YxIQKVO(Y zC!B>%9X7l6SD0Gw#j+zfe&{w@_2rGNWq{VAB~Oj>rmt>jD;kz&Q1q3y>I?LhSPcZd zmj6D*)~PjGT>MmO!B)%=e@ijoH*AryQlmMMDs-EYi;`68Fo7tm@^!(@Fyqt%wQ6T@ z8uw*Bi&2wNkS=~KJw;??=90d&3J1!a;4Kv!KEVASZy;|9mOOaT=cz^3>%2;Tnpv_@ zMdMLcjE%EfwH>PYq%b@~>lu|$l}lK3AO*xKF{2Iy2Yp0KU2xon%n(Ug*@?}i@5G?g zil&z*&1kgvWqV?V*Ks>?Lqu^?J8GdT&~j>qavi1pU#)21RndxWZFN&0!sRPU8?pZY D>)W36 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0b70aa7ecf4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po @@ -0,0 +1,264 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# aljosa , 2012 +# Filip Cuk , 2016 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgid "Administrative Documentation" +msgstr "Administrativna dokumentacija" + +msgid "Home" +msgstr "Početna" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Dokumentacija bookmarklets-a" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Dokumentacija za ovu stranicu" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Preusmjeri te sa bilo koje stranice na dokumentaciju za taj prikaz (view) " +"koji generira stranicu." + +msgid "Tags" +msgstr "Tagovi" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Filteri" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Modeli" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "Molimo instalirajte docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "Polja" + +msgid "Field" +msgstr "Polje" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "Opis" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Predlošci" + +#, python-format +msgid "Template: %(name)s" +msgstr "Predložak: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Predložak: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "(ne postoji)" + +msgid "Back to Documentation" +msgstr "Povratak na dokumentaciju" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "Predlošci:" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "prikaz:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplikacija %(app_label)r nije pronađena" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "povezani `%(app_label)s.%(data_type)s` objekt" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "povezani `%(app_label)s.%(object_name)s` objekti" + +#, python-format +msgid "all %s" +msgstr "svi %s" + +#, python-format +msgid "number of %s" +msgstr "broj %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "izgleda da %s nije urlpattern objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..734adc0176902001d94bec3b100476eabdc836b6 GIT binary patch literal 6770 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d210e3860e7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016,2019,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-02-01 21:47+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Administrative Documentation" +msgstr "Administratiwna dokumentacija" + +msgid "Home" +msgstr "Startowa strona" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Bookmarklets" +msgstr "Skriptowe zapołožki" + +msgid "Documentation bookmarklets" +msgstr "Skriptowe zapołožki dokumentacije" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Zo byšće skriptowe zapołožki instalował, ćehńće wotkaz do swojeje lajsty " +"zapołožkow abo klikńće z prawej tastu myški na wotkaz a přidajće jón k " +"swojim zapołožkam. Móžeće skriptowu zapołožku nětko z kóždeje strony na " +"sydle wubrać." + +msgid "Documentation for this page" +msgstr "Dokumentacija za tutu stronu" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Zmóžnja wam, wot někajkeje strony do dokumentacije napohlada skočić, kotryž " +"je tu stronu wutworił." + +msgid "Tags" +msgstr "Znački" + +msgid "List of all the template tags and their functions." +msgstr "Lisćina wšěch předłohowych značkow a jich funkcijow." + +msgid "Filters" +msgstr "Filtry" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtry su akcije, kotrež dadźa so na wariable w předłoze nałožić, zo bychu " +"wudaće změnili." + +msgid "Models" +msgstr "Modele" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modele su wopisanja wšěch objektow w systemje a jich přisłušnych polow. " +"Kóždy model ma lisćinu polow, na kotrež maja přistup jako předłohowe " +"wariable." + +msgid "Views" +msgstr "Napohlady" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Kóžda strona na zjawnym sydle so přez napohlad twori. Napohlad definuje, " +"kotra předłoha so wužiwa, zo by stronu wutworiła a kotre objekty su tej " +"přełoze k dispoziciji." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Nastroje za waš wobhladowak za spěšny přistup na administratorowu " +"funkcionalnosć." + +msgid "Please install docutils" +msgstr "Prošu instalujće docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Administratorowy dokumentaciski system sej Pythonowu biblioteku docutils wužaduje." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Prošu prošće swojich administratorow, docutils " +"instalować." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Pola" + +msgid "Field" +msgstr "Polo" + +msgid "Type" +msgstr "Typ" + +msgid "Description" +msgstr "Wopisanje" + +msgid "Methods with arguments" +msgstr "Metody z argumentami" + +msgid "Method" +msgstr "Metoda" + +msgid "Arguments" +msgstr "Argumenty" + +msgid "Back to Model documentation" +msgstr "Wróćo k modelowej dokumentaciji" + +msgid "Model documentation" +msgstr "Modelowa dokumentacija" + +msgid "Model groups" +msgstr "Modelowe skupiny" + +msgid "Templates" +msgstr "Předłohi" + +#, python-format +msgid "Template: %(name)s" +msgstr "Předłoha: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Předłoha: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Pytanska šćežka za předłohu %(name)s:" + +msgid "(does not exist)" +msgstr "(njeeksistuje)" + +msgid "Back to Documentation" +msgstr "Wróćo k dokumentaciji" + +msgid "Template filters" +msgstr "Předłohowe filtry" + +msgid "Template filter documentation" +msgstr "Dokumentacija předłohowych filtrow" + +msgid "Built-in filters" +msgstr "Zatwarjene filtry" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Zo byšće tute filtry wužiwał, zasadźće %(code)s do swojeje " +"předłohi, prjedy hač filter wužiwaće." + +msgid "Template tags" +msgstr "Předłohowe znački" + +msgid "Template tag documentation" +msgstr "Dokumentacija předłohowych značkow" + +msgid "Built-in tags" +msgstr "Zatwarjene znački" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Zo byšće tute znački wužiwał, zasadźće %(code)s do swojeje " +"předłohi, prjedy hač značku wužiwaće." + +#, python-format +msgid "View: %(name)s" +msgstr "Napohlad: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Předłohi:" + +msgid "Back to View documentation" +msgstr "Wróćo k napohladowej dokumentaciji" + +msgid "View documentation" +msgstr "Napohladowa dokumentacija" + +msgid "Jump to namespace" +msgstr "K mjenowemu rumej skočić" + +msgid "Empty namespace" +msgstr "Prózdny mjenowy rum" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Napohlady po mjenowym rumje %(name)s" + +msgid "Views by empty namespace" +msgstr "Napohlady po prózdnym mjenowym rumje" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Napohladowa funkcija: %(full_name)s. Mjeno: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "značka:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "napohlad:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Nałoženje %(app_label)r njenamakane" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r njeje so w nałoženju %(app_label)r namakał" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "přisłušny objekt %(app_label)s.%(data_type)s“" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "přisłušne objekty %(app_label)s.%(object_name)s“" + +#, python-format +msgid "all %s" +msgstr "wšě %s" + +#, python-format +msgid "number of %s" +msgstr "ličba %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "zda so, zo %s objekt urlpattern njeje" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d8a25af5ec0bbeb634b35c1036aef1635a9c7670 GIT binary patch literal 6634 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, 2012 +# Istvan Farkas , 2019 +# Jannis Leidel , 2011 +# János R, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-02 13:45+0000\n" +"Last-Translator: János R\n" +"Language-Team: Hungarian (http://www.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Adminisztrációs dokumentáció" + +msgid "Home" +msgstr "Kezdőlap" + +msgid "Documentation" +msgstr "Dokumentáció" + +msgid "Bookmarklets" +msgstr "Könyvjelzők" + +msgid "Documentation bookmarklets" +msgstr "Dokumentum könyvjelzők" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"A könyvjelzők felvételéhez húzza a könyvjelzők linkjét az eszköztárra, vagy " +"kattintson rájuk jobb egérgombbal és úgy adja hozzá. Ezután már ki tudja " +"választani a könyvjelzőt a honlap bármely oldaláról." + +msgid "Documentation for this page" +msgstr "Az oldal dokumentációja" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Bármely oldalról annak a nézetnek a dokumentációjára ugrik, amely a kérdéses " +"oldalt generálta." + +msgid "Tags" +msgstr "Címkék" + +msgid "List of all the template tags and their functions." +msgstr "" +"Az összes sablon címke (template tags) és a hozzá tartozó függvények listája" + +msgid "Filters" +msgstr "Szűrők" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"A szűrők olyan műveletek, amelyeket változókon végrehajtva a sablon kimenete " +"módosul." + +msgid "Models" +msgstr "Modellek" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"A modellek a rendszerben található objektumok és a hozzá tartozó mezők " +"leírásai. Minden modell rendelkezik mezőkkel, amelyek a sablonokban " +"változóként érhetők el." + +msgid "Views" +msgstr "Nézetek" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"A honlapon minden oldalt egy nézet generál. A nézet definiálja, melyik " +"sablonból készül az oldal, és milyen objektumok állnak az adott nézet " +"rendelkezésére." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Segédeszközök a böngészőjébe az admin funkciók gyors eléréséhez." + +msgid "Please install docutils" +msgstr "Kérem telepítse a docutils-t" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Az adminisztrációs dokumentáció működéséhez szükség van a Python docutils könyvtárára." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Kérje meg a rendszergazdát, hogy telepítse a docutils-t." + +#, python-format +msgid "Model: %(name)s" +msgstr "%(name)s modell" + +msgid "Fields" +msgstr "Mezők" + +msgid "Field" +msgstr "Mező" + +msgid "Type" +msgstr "Típus" + +msgid "Description" +msgstr "Leírás" + +msgid "Methods with arguments" +msgstr "Metódusok és paramétereik" + +msgid "Method" +msgstr "Metódus" + +msgid "Arguments" +msgstr "Paraméterek" + +msgid "Back to Model documentation" +msgstr "Vissza a modell dokumentációhoz" + +msgid "Model documentation" +msgstr "Modell dokumentáció" + +msgid "Model groups" +msgstr "Modell csoportok" + +msgid "Templates" +msgstr "Sablonok" + +#, python-format +msgid "Template: %(name)s" +msgstr "%(name)s sablon" + +#, python-format +msgid "Template: %(name)s" +msgstr "Sablon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "%(name)ssablon keresési útvonala:" + +msgid "(does not exist)" +msgstr "(nem létezik)" + +msgid "Back to Documentation" +msgstr "Vissza a dokumentációhoz" + +msgid "Template filters" +msgstr "Sablon szűrők" + +msgid "Template filter documentation" +msgstr "Sablon szűrő dokumentáci" + +msgid "Built-in filters" +msgstr "Beépített szűrők" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Ezen szűrők használatához a %(code)s kódrészletnek kell " +"szerepelnie használat előtt a sablonban." + +msgid "Template tags" +msgstr "Sablon címkék" + +msgid "Template tag documentation" +msgstr "Sablon címke dokumentáció" + +msgid "Built-in tags" +msgstr "Beépített címkék" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Ezen címkék használatához a %(code)s kódrészletnek kell " +"szerepelnie használat előtt a sablonban." + +#, python-format +msgid "View: %(name)s" +msgstr "%(name)s nézet" + +msgid "Context:" +msgstr "Környezet:" + +msgid "Templates:" +msgstr "Sablonok:" + +msgid "Back to View documentation" +msgstr "Vissza a nézetek dokumentációhoz" + +msgid "View documentation" +msgstr "Nézet dokumentáció" + +msgid "Jump to namespace" +msgstr "Ugrás a névtérhez" + +msgid "Empty namespace" +msgstr "Üres névtér" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "%(name)s névtérhez tartozó nézetek" + +msgid "Views by empty namespace" +msgstr "Névtér nélküli nézetek" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Nézet függvény: %(full_name)s. Név: %(url_name)s.\n" + +msgid "tag:" +msgstr "címke:" + +msgid "filter:" +msgstr "szűrő:" + +msgid "view:" +msgstr "nézet:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r alkalmazás nem található" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"%(model_name)r modell nem található a következő alkalmazásban: %(app_label)r" + +msgid "model:" +msgstr "modell:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "a kapcsolódó '%(app_label)s.%(data_type)s' objektum" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "kapcsolódó '%(app_label)s.%(object_name)s' objektumok" + +#, python-format +msgid "all %s" +msgstr "minden %s" + +#, python-format +msgid "number of %s" +msgstr "%s mennyisége" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s nem tűnik egy urlpattern objektumnak." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5563512c506ec1836d47ede30334f6351124dc68 GIT binary patch literal 1860 zcmb`GyKfvt9LEQ6cpTvs9t8pPOJQ**vv+&uk$8;(CANh_EUe^kL*dNb&7CKiompmP z{SY8gQ9?ySLrp3~%O3y*5~88xZ-A1H?{9Z6ITJ-R8EN*jznS?x=JEaW%)&PU?FICg z(0@gL8U3>d@Im_vd=2~?JPp3`pb$@hOW=#(3V0SAfRBI$xBwo3*TB!g*TLVxhrv@1 z)$^yp$6!ALo&wK;Jbw=4IPJzxLC$*~?1Aeb$B$qN9)s+E3;Y%}{s6uT`vVNJUjVt@ zFF>yME0Fj1J;-@}208C<;K$$};Je^51|J1I*aAOo>@UHmV1M0=e+P1$Th08BAm{xF zlTZF#!dyYE|M$?B|Sw)Lq(EGZweWs@|N82h8jh2(Yc$s^f!%) zL9Dw`nJXJ*)Xtu?Xn4G%?ND##PE?44mnHPbMT}cz~a+3DATEqp# zeT6#b5;k!Z9cXokX&Gs%tnxBqGnL8lyJFjom7&FU&fK#yR~=t%cH&AqCT)4wn8$a| z$e}VFU;6|xkW+kAUKkE4c9AFuX%H=lNmX|ys<4@`Wj<7%+=S=6VuvwZpN|^4i|zUp z>mtJS=1_x(a+(R=;5{A3GRnPpT&T`%H^KYP#Ey4-Gs)IC*~K~HCNdh|kap@?S5@JB zOt!;RkCTh#G$aF;QETVJL2}8f>eiBV6q?a;+CQJ9{iMG_{kO6=R+iF!nqpycRUK%K zd1BqlY+bsPqP4Eb5R-wIHelP%XLMOwi~GHzG#~xjs0QYHrZT(QPTV{2vC|UwlMIy1 zGupCv1V-~1wfAEzvR?1-@UR;>s-CE$?#Si6dS5e`CPYumUZ=IawY_oY1p3{yb;%*9 zMP)d)jG{VJg+UxTCr7f24t<#x81r1_7uIGSN)g;E+Fs;5Gql&Vn}X@l81QzJ0r z?v|LP=-mMxSR*o{M|GrmSu|oZsC6T1, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Initio" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentation bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Documentation pro iste pagina" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Transporta vos ab omne pagina al documentation pro le visualisation que " +"genera ille pagina." + +msgid "Tags" +msgstr "Etiquettas" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Modellos" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Visualisationes" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Patronos" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "etiquetta:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "visualisation:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modello %(model_name)r non trovate in application %(app_label)r" + +msgid "model:" +msgstr "modello:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "le objecto `%(app_label)s.%(data_type)s` connexe" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objectos `%(app_label)s.%(object_name)s` connexe" + +#, python-format +msgid "all %s" +msgstr "tote le %s" + +#, python-format +msgid "number of %s" +msgstr "numero de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s non pare esser un objecto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d6d934d0976a4686a6371be86d0b4289d100edec GIT binary patch literal 6343 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, 2015-2016,2021 +# Jannis Leidel , 2011 +# rodin , 2011-2012 +# rodin , 2013-2014,2016 +# sag᠎e , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-09-14 00:30+0000\n" +"Last-Translator: Fery Setiawan \n" +"Language-Team: Indonesian (http://www.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "Dokumentasi Administrasi" + +msgid "Home" +msgstr "Beranda" + +msgid "Documentation" +msgstr "Dokumentasi" + +msgid "Bookmarklets" +msgstr "Bookmarklet" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklet dokumentasi" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Untuk memasang bookmarklet, tarik tautan ke bilah markah, atau klik kanan " +"tautan dan tambahkan ke markah Anda. Sekarang Anda dapat memilih bookmarklet " +"dari semua halaman di situs." + +msgid "Documentation for this page" +msgstr "Dokumentasi untuk laman ini" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Buka dari laman apa saja ke laman dokumentasi untuk view yang menghasilkan " +"laman tersebut." + +msgid "Tags" +msgstr "Tag" + +msgid "List of all the template tags and their functions." +msgstr "Daftar seluruh tag templat dan fungsinya." + +msgid "Filters" +msgstr "Filter" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filter merupakan tindakan yang dapat diterapkan pada variabel dalam sebuah " +"templat untuk mengubah keluaran." + +msgid "Models" +msgstr "Model" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Model merupakan deskripsi semua objek dalam sistem dan bidang yang terkait. " +"Setiap model memiliki beberapa bidang yang dapat diakses sebagai variabel " +"templat" + +msgid "Views" +msgstr "View" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Setiap laman pada situs publik dihasilkan oleh sebuah 'view'. 'View' " +"mendefinisikan templat mana yang digunakan untuk menghasilkan laman dan " +"objek mana yang tersedia untuk templat tersebut." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Alat untuk peramban Anda untuk mempercepat akses fungsionalitas admin. " + +msgid "Please install docutils" +msgstr "Instal docutils." + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Sistem dokumentasi admin membutuhkan pustaka docutils Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Ajukan permintaan kepada administrator Anda untuk menginstal docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Bidang" + +msgid "Field" +msgstr "Bidang" + +msgid "Type" +msgstr "Tipe" + +msgid "Description" +msgstr "Deskripsi" + +msgid "Methods with arguments" +msgstr "Metode dengan argumen" + +msgid "Method" +msgstr "Metode" + +msgid "Arguments" +msgstr "Argumen" + +msgid "Back to Model documentation" +msgstr "Kembali ke Dokumentasi Model" + +msgid "Model documentation" +msgstr "Dokumentasi model" + +msgid "Model groups" +msgstr "Grup model" + +msgid "Templates" +msgstr "Templat" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templat: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templat: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Lokasi pencarian templat %(name)s:" + +msgid "(does not exist)" +msgstr "(tidak ada)" + +msgid "Back to Documentation" +msgstr "Kembali ke Dokumentasi" + +msgid "Template filters" +msgstr "Filter templat" + +msgid "Template filter documentation" +msgstr "Dokumentasi filter templat" + +msgid "Built-in filters" +msgstr "Filter bawaan" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Untuk menggunakan filter ini, sertakan %(code)s pada templat " +"Anda sebelum menggunakan filternya." + +msgid "Template tags" +msgstr "Tag templat" + +msgid "Template tag documentation" +msgstr "Dokumentasi tag templat" + +msgid "Built-in tags" +msgstr "Tag bawaan" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Untuk menggunakan tag ini, sertakan %(code)s pada templat Anda " +"sebelum menggunakan tagnya." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Konteks:" + +msgid "Templates:" +msgstr "Templat:" + +msgid "Back to View documentation" +msgstr "Kembali ke dokumentasi Tampilan" + +msgid "View documentation" +msgstr "Dokumentasi view" + +msgid "Jump to namespace" +msgstr "Loncat ke namespace" + +msgid "Empty namespace" +msgstr "Namespace kosong" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "View berdasarkan namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "View berdasarkan namespace kosong" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Fungsi view: %(full_name)s. Nama: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplikasi %(app_label)r tidak ditemukan" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r tidak ditemukan di aplikasi %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "objek `%(app_label)s.%(data_type)s` yang terkait" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "obyek `%(app_label)s.%(object_name)s` yang terkait" + +#, python-format +msgid "all %s" +msgstr "semua %s" + +#, python-format +msgid "number of %s" +msgstr "jumlah %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s bukan berupa objek urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4e88926df41817d61a26ea1454895b224af2cc5f GIT binary patch literal 464 zcmZ8c!A=4(6vXIhkDfg|6AuvVwu>6pBF2c2U?38*dat`>DOuW0TLeEuKhJOREf`3g zWYSJL?{((q^yI6CI6|HwFObK`OJs!@`HhdacvhZ0Ce|!u>d7!8Z_+wtG>2>~fWn$5rk~VmJhomxT1J6dt|gNqEVj#iAR+A`-PBia2XGS;QC`$y9!*YUh7n z3@qkX*G+~9M#6cLSfO1Zys;dfh1SZ!NUBU0aEED7J``ISDm^pzIHU8G$R$anSaKL< z2I_O~OHS!}y$*e~P0i#cOwE#(yN-^QbXScQf8$gc+6czOasSXh3R%!I+Dnb8K1;0U z<;K&p5K4C-oeS%v@4hAj5+8ike=})GU#BKhI_D6-E5DD)L78AutgI-=z}ThZpv$dv T-Bt&7*KS?Ic^9HaC#d}bwugt~ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ae4bec1f9d4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po @@ -0,0 +1,275 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:34+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/" +"io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"\n" +"

    To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

    \n" +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Show object ID" +msgstr "" + +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +msgid "Edit this object (current window)" +msgstr "" + +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +msgid "Edit this object (new window)" +msgstr "" + +msgid "As above, but opens the admin page in a new window." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Back to Model Documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to Views Documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fcc3bcd1359fdec7d49f65b5fd253f53a74de351 GIT binary patch literal 1828 zcmaiz%WoV-5QiH`cr4)+9ug#=%E7``n0**T;xPu~I943l!itxOo720~JKNrw?p1e> zACeK`gg65y#KA|9j4TC(6I|wskdU}=;m8dM{sVqByLRkAL~FahsqL!js_L%a&z|~1 zV7!2N9`h&6moaxAz=H7?_!{^(cm{msK_Q+1FM=mc4 zmu`@$;KhRN7P&G(25rqri8}XHq@KkIeeG!|QzaI4h6B8~W^*O37x~cBjxDI?Y);bb zR7xCB=qto|?7*=fMVne}VOs`Dl~GOxBvXm(zb;m6qB5G8%$e&(=4#4S$@Xkv64HjV z#y-~dOmW38d^6Ef65T`{aT75m8`7k< zc0&!V3(<;CbrQ`NsgK$=rrPRz?dXbA)vZMf2sEbYX6sVaY(=dZYP}i1F>|rmYBr%5 z-B6pFeV)*pIn--jY+}@wr4LctN#l{WbunF+#^8RJmFCjFg=iqYn^j_6o1T3eHYP1_ zKT%uBJf@{CN@fz>rOAE>!?@Ad+S;lI_NjYnyWX{VW0ch)pk6s>Xy2Hstt_ovy_hW1U<)W*mYZGnKm@ap8I0`f- z?Q5%9;bayqT9^Bn%&-#u-1IDsKIbM4O;D>z7v`u%ySp?Jn=}WxH8oq~ZrjwZJkUOn z8VodT;>8|sw0>5E!io9v_5e>6ohF@F8*G$!vcepFNZ0wVeJX!c-b;rT_T_$gP>8j1 zAI`2Ror^Vv`Z}oSlw^&INn8>y*>`zn0_j!X;N$qvtBCe;b`>x6zFt7vTpMHH*bR Db_M%K literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a70aa6efd82 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po @@ -0,0 +1,261 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Hafsteinn Einarsson , 2012,2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Heim" + +msgid "Documentation" +msgstr "Skjölun" + +msgid "Bookmarklets" +msgstr "Bókamerklar" + +msgid "Documentation bookmarklets" +msgstr "Skjölunarbókamerklar" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Skjölun þessarar síðu" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Sendir þig af hvaða síðu sem er á skjölun þess framsetningarlags sem myndar " +"hana." + +msgid "Tags" +msgstr "Tögg" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Síur" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Módel" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Ásýndir" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Sniðmát" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "merki:" + +msgid "filter:" +msgstr "sía:" + +msgid "view:" +msgstr "skoða:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Líkanið %(model_name)r finnst ekki í forritinu %(app_label)r" + +msgid "model:" +msgstr "líkan:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "tengdi `%(app_label)s.%(data_type)s` hluturinn" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "tengdir `%(app_label)s.%(object_name)s` hlutir" + +#, python-format +msgid "all %s" +msgstr "allt %s" + +#, python-format +msgid "number of %s" +msgstr "fjöldi af %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s virðist ekki vera urlpattern hlutur" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4bf8985bfb33aa2974b6ddb80e376bc7d2e51506 GIT binary patch literal 6453 zcmb`LUyLM09mh*R)I~)Q6h)ypU2j)*W_J$`aBlCo|8nH+SYScaAoR@C&KB3x)z{U% zdrRUU5=qntV~jq?ixLw;h%p$WiO-k#!UGzk4;pz;^u-5_nrK2u{QRoA=g+#Ad(cj5 zzSG@Rzxw^F-|su~+Vxj`TX7v@e28)96-s>?Jbe`(Tra;>sRzLyfeYZ3S1a`%a0!(8 zN5GrG&w=j%p9XIPzg$0m4*VeZKLy_j{t}e+uYvCZ{|dexd=tC|y!vhN`SqZz)1b&d z0Dd3*6nHK828c@P8WyuuT?g_=-2^@cYEVqr2CoCZ06q+U1KbC`4$8XsqxAd0TfjTO z{os2+3yQv<2W7vnfinL&@Okig@P6>v3^Ks4gY)1EpzQk#@WbG*L9zEApxAR2MvC3H zg4csB@B`ps5RvLLAX8Nz{4D6epMbA`5|?LCO6>R@co1AfnCv$MMP32E8+;ZN|9lI) z349I|KmHgLJ6;9FU%#pEUjxP7KY@$j-$9YP2VqO#UQpyc2KL`VyunrOFXEh!gEwHL ztiKl&yHD5n6exCm1r$5K3GM-Z0DcsF6~r|4PY{tISaN?YL6dbigK|F$%KK&TR`4*W z!6(6&z-K^-(*jNqJy&Wx3W~k=fgXGSlzA6Hwp70Y9|B(o_k(v6e3?H4Zvad16W~`t z$&-tqtotn}a{dB}AKw690Iy`xY49ab{O~XEPVhz!#g*XwpxA#Fl=bI9vF903{P#S_ z67@q+{B;o|Rn_l7@yDORKKM8A74Q+1>VdbBgpY&If)9d!1SNj^2|lW+4k-RR3(E7y zK{>x&Q1<^KDEoXD6nkE*?_UN*ub+X-;Lkx>|L^+#O;G&3h_a+bIBR0}0fuJW%@BEQ z#wIXZhtK$N zFCaN8m-s^LK<$v{5|euvlb85|bO?1!o-Z&u42g&2#^iMyHy>flF*q_ISN4IDvmav+ z26cpSh#}X0#=-C{=7pTe+w1!lD83f|$~7M$oRhtL59eb>b3JO!mR_&2UTIy{(JMXI zH-~2D)~hsqB1?v5-mff%XKj6!+wqL5*g0WF&3fH;#_P
  7. ~dB6uNY}YjmQSo+o8# zicGuiQ>Is{xzSW}!TNGu9qA8k#PVjJ**SzhktSV}&KF^m zbysD5b)*=CnO+@Ddgo-z>9x(%GuW1*;iTN=UGT$>SI(UqCdIkblt`{@TDEMa*FjTE zJSdZaSI1mdnhRw|9XGyL*gWVwt;N)x?oJAyezop!+lKWzPXFe$`e%>UWZN0`k`KJ43-DX5&Yr`U@G{Zb)uB@v(OK?@QKFVfC zon-xbevFjYNx{?2#NztY$f9y1DM!-U>clWFx3#2;&y$`}C#^~Q@zVp*VKqi!A>A6a zdPx?NB+pYDmD)@SD|>m3$CJ@cvUMWTg0ikE^QvsC``pl|`>SCtug6Nr6R)>jrPm8L z#H#J+#-P5LP6Hi%UOO#V*Z9RpV=h4*p+zidNyR+y2RMGb;!@4zTQZXuG88_aYCI*O^ACv<0bK!Ir7~o z*lIO3i6_f&S^xhTO`GHTdj>9Jz1v~ zbicqZ$qaG2#3O{MnIjQ$X*VerG$pLCgN?G)qgFAqSt7M1>G!pzeC%9JhjClsz)H4w zlhP%^%0@ngc*j|8@|0Q_w5F)Z3O?&Hy+FAvM_o-C*{Gq(;R@=H60vK@2t#GGS+p_= z*&$it_rHlng2;5K4=EUZShy`Oh0SRK*E^R|%)?=+gWR;}B((bvnG37o(~N!tu>PjJNgu*$dama8)cby78kd+ zw%V|l%-eNyK~^kA4I4=7<%_mloS!*!>dc9;Ez9ktnLr{kl)(WV>f?oSk#=pf1G=}7 z6yB5vA6Yxux@SC3_F6YZ>qJIole8UuPuG?sH9H)$nbou^lC*Ww6+_?ASsrfv!F>mG z{CaRM)3+Ve%ku|j)Xd2$dm4Yy9c^HSW4gC1A*At+XIz31X3!RIhEx_UrC-h$6mT#w zC8<7Ug=$VF8c*{u^J+whqBci{6U;E#l?&3a3b#r62pdGNth5}lB1@!KCu2ew1Wvw@ z&LGokyCI07m+m$t8O=eWoE>#^%;EyiDJ)f`mr_BbeT=?`!1~fP^e`$hZRDh^sB@!P z+;*o=a*pBo%Fqsl*4Qjj4-7I}f7iZBg&{g&i$WKjzW8E8^%C8OkK-9Jp{-BHFOe!* z-!q6!pm|L{l9iR`XlU6o(juaW3*x>yF0ge_t@bW+B#_TtX1g{Omx!k6NMc)^ZK$H& ztX%2Tv1FLXPh0y@ozf>EjyN=k3qG)%1Ng6lgs?-MP5dOlKF+r|4FVUKqwLDij#3_q_Lx;RX9Sjv%)NMyITJsrcBWV@NPV)X^4y9d_1Oq7CfZD#Xo*?V`FbzNLYF2uA@8ZA7XxORW%?s50 z#P_Iu;?F=yse7C)C@Ael^2wV)Mw9LmSEq%G;{Tq*`80ikLiu!|R))p$yJRr1RW`6B zS(6@P5o94^bH}bCIW@5#P+2A!D#g`JRAPyoRAPRTU<-wmqzZN0#(>%dF%YL<$R&ts z$lhukd7T%Q6NA^IIE;_EvCAG5k^jpE$Z4yG%Odnjs$QMLXw|Kmt2`3Q+Ls=`X;RlS z(pRa=P2CdidhvTwM<_n>(+(bMsr$#9e`KORLuZwbi3&4%#=jzQYsuO0Z$sTeWX3Kp zo8(rpyv{~OThNN@ViGv5;auTP-ZrJ_a-5bVO3i@(rXs7Qht!njzZOn$+Gd%nY3+Xi DmWopK literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e2c43bd93ae --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,289 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Flavio Curella , 2013 +# Jannis Leidel , 2011 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# palmux , 2015-2016,2019,2021 +# Stefano Brentegani , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 16:05+0000\n" +"Last-Translator: palmux \n" +"Language-Team: Italian (http://www.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentazione Amministrativa" + +msgid "Home" +msgstr "Pagina iniziale" + +msgid "Documentation" +msgstr "Documentazione" + +msgid "Bookmarklets" +msgstr "Bookmarklet" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklet alla documentazione" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Per installare i bookmarklets, trascina il link sulla barra dei segnalibri o " +"clicca col tasto desto sul link ed aggiungilo ai tuoi segnalibri. Ora potrai " +"selezione un bookmarklet da ogni pagina del sito." + +msgid "Documentation for this page" +msgstr "Documentazione per questa pagina" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Porta da qualsiasi pagina alla documentazione della view che genera quella " +"pagina." + +msgid "Tags" +msgstr "Tag" + +msgid "List of all the template tags and their functions." +msgstr "Lista di tutti i template tags e delle loro funzioni." + +msgid "Filters" +msgstr "Filtri" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"I Filtri sono azioni che possono essere applicate alle variabili all'interno " +"di un Template per alterarne l'output." + +msgid "Models" +msgstr "Modelli" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"I Modelli sono descrizioni di tutti gli oggetti nel sistema e dei campi ad " +"essi associati. Ogni modello ha una lista di campi accessibili come " +"variabili nel template." + +msgid "Views" +msgstr "View" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Ogni pagina sul sito pubblico è generata da una View. La View definisce " +"quale Template è usato per generare la pagina e quali oggetti sono " +"disponibili in quel Template." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Strumenti per il tuo browser per accedere velocemente a funzionalità " +"dell'admin." + +msgid "Please install docutils" +msgstr "Installa docutils, per favore" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Il sistema di documentazione dell'admin richiede la libreria Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Chiedi ai tuoi amministratori di installare docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Campi" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descrizione" + +msgid "Methods with arguments" +msgstr "Metodi con argomenti" + +msgid "Method" +msgstr "Metodo" + +msgid "Arguments" +msgstr "Argomenti" + +msgid "Back to Model documentation" +msgstr "Torna alla documentzione del Model" + +msgid "Model documentation" +msgstr "Documentazione Modello" + +msgid "Model groups" +msgstr "Gruppi del Model" + +msgid "Templates" +msgstr "Template" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: \"%(name)s\"" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Percorso di ricerca per il template %(name)s:" + +msgid "(does not exist)" +msgstr "(non esiste)" + +msgid "Back to Documentation" +msgstr "Torna alla Documentazione" + +msgid "Template filters" +msgstr "Filtri Template" + +msgid "Template filter documentation" +msgstr "Documentazione del filtro template" + +msgid "Built-in filters" +msgstr "Filtri inclusi" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Per usare questi filtri, inserisci %(code)s nel tuo template " +"prima di usare il filtro." + +msgid "Template tags" +msgstr "Tag Template" + +msgid "Template tag documentation" +msgstr "Documentazione del Tag Template" + +msgid "Built-in tags" +msgstr "Tag inclusi" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Per usare questi tag, inserisci %(code)s nel tuo template prima " +"di usare il tag." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Contesto:" + +msgid "Templates:" +msgstr "Template:" + +msgid "Back to View documentation" +msgstr "Torna alla documentazione della View" + +msgid "View documentation" +msgstr "Documentazione View" + +msgid "Jump to namespace" +msgstr "Vai al namespace" + +msgid "Empty namespace" +msgstr "Namespace vuoto" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views per il namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Views per il namespace vuoto" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Funzione di View: %(full_name)s. Nome: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "App %(app_label)r non trovata" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modello %(model_name)r non trovato nell'app %(app_label)r" + +msgid "model:" +msgstr "modello:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "l'oggetto `%(app_label)s.%(data_type)s` collegato" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "oggetti `%(app_label)s.%(object_name)s` collegati" + +#, python-format +msgid "all %s" +msgstr "tutti %s" + +#, python-format +msgid "number of %s" +msgstr "numero di %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s non sembra essere un oggetto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..edac83ed3ed0b574a2c08ae6971f7ec51d166537 GIT binary patch literal 7358 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 TYG{pWYn_Cu-;tMFU$XJPDE9`t literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 00000000000..54d9c995ac9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,284 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fandekasp , 2012 +# Jannis Leidel , 2011 +# Shinya Okano , 2013-2016 +# Takuya N , 2020 +# Tsuboi Yuto , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-05-09 04:02+0000\n" +"Last-Translator: Tsuboi Yuto \n" +"Language-Team: Japanese (http://www.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "管理用ドキュメント" + +msgid "Home" +msgstr "ホーム" + +msgid "Documentation" +msgstr "ドキュメント" + +msgid "Bookmarklets" +msgstr "ブックマークレット" + +msgid "Documentation bookmarklets" +msgstr "ドキュメントへのブックマークレット" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"ブックマークレットをインストールするには、リンクをブックマークツールバーにド" +"ラッグするか、 リンクを右クリックしてブックマークに追加してください。これでサ" +"イトのどのページからでもブックマークレットを選択可能になります。" + +msgid "Documentation for this page" +msgstr "このページのドキュメント" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "各ページから、ページを生成したビューのドキュメントにジャンプします。" + +msgid "Tags" +msgstr "タグ" + +msgid "List of all the template tags and their functions." +msgstr "すべてのテンプレートタグとその機能の一覧です。" + +msgid "Filters" +msgstr "フィルター" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"フィルタは、テンプレート内の変数に適用して出力を変更するためのアクションで" +"す。" + +msgid "Models" +msgstr "モデル" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"モデルは、すべてのシステム内のオブジェクトとそれに関連するフィールドの説明で" +"す。各モデルは、テンプレート変数としてアクセスできるフィールドのリストを持っ" +"ています。" + +msgid "Views" +msgstr "ビュー" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"公開サイトの各ページは、ビューによって生成されます。ビューは、ページの生成に" +"使用されるテンプレートとそのテンプレートで利用できるオブジェクトが定義されて" +"います。" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "ブラウザから管理機能にすぐにアクセスするためのツールです。" + +msgid "Please install docutils" +msgstr "docutilsをインストールして下さい" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"管理用ドキュメントシステムにはPythonのdocutilsライブ" +"ラリが必要です。" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"管理者に docutils のインストールについて問い合せて下" +"さい。" + +#, python-format +msgid "Model: %(name)s" +msgstr "モデル: %(name)s" + +msgid "Fields" +msgstr "フィールド" + +msgid "Field" +msgstr "フィールド" + +msgid "Type" +msgstr "型" + +msgid "Description" +msgstr "説明" + +msgid "Methods with arguments" +msgstr "メソッドと引数" + +msgid "Method" +msgstr "メソッド" + +msgid "Arguments" +msgstr "引数" + +msgid "Back to Model documentation" +msgstr "モデルドキュメントに戻る" + +msgid "Model documentation" +msgstr "モデルドキュメント" + +msgid "Model groups" +msgstr "モデルグループ" + +msgid "Templates" +msgstr "テンプレート" + +#, python-format +msgid "Template: %(name)s" +msgstr "テンプレート: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "テンプレート: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "テンプレートの検索パス %(name)s:" + +msgid "(does not exist)" +msgstr "(存在しません)" + +msgid "Back to Documentation" +msgstr "ドキュメントに戻る" + +msgid "Template filters" +msgstr "テンプレートフィルタ" + +msgid "Template filter documentation" +msgstr "テンプレートフィルタドキュメント" + +msgid "Built-in filters" +msgstr "組み込みフィルタ" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"これらのフィルタを使用するには、テンプレート内でのフィルタの使用箇所より前に " +"%(code)s を記述してください。" + +msgid "Template tags" +msgstr "テンプレートタグ" + +msgid "Template tag documentation" +msgstr "テンプレートタグドキュメント" + +msgid "Built-in tags" +msgstr "組み込みタグ" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"これらのタグを使用するためには、タグの使用箇所より前に %(code)s " +"をテンプレート内に記述します。" + +#, python-format +msgid "View: %(name)s" +msgstr "ビュー: %(name)s" + +msgid "Context:" +msgstr "コンテキスト:" + +msgid "Templates:" +msgstr "テンプレート:" + +msgid "Back to View documentation" +msgstr "ビュードキュメントに戻る" + +msgid "View documentation" +msgstr "ビュードキュメント" + +msgid "Jump to namespace" +msgstr "ネームスペースへ移動" + +msgid "Empty namespace" +msgstr "空のネームスペース" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "ネームスペース %(name)s のビュー" + +msgid "Views by empty namespace" +msgstr "空のネームスペースのよるビュー" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"ビュー関数: %(full_name)s. 名前: %(url_name)s.\n" + +msgid "tag:" +msgstr "タグ" + +msgid "filter:" +msgstr "フィルター" + +msgid "view:" +msgstr "ビュー" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "アプリケーション %(app_label)r が見つかりません" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"モデル %(model_name)r が %(app_label)r アプリケーションに見つかりません" + +msgid "model:" +msgstr "モデル :" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` (関連オブジェクト)" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` (関連オブジェクト)" + +#, python-format +msgid "all %s" +msgstr "全ての %s" + +#, python-format +msgid "number of %s" +msgstr "%s の数" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s はurlpatternオブジェクトでは無いようです" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9b8e30edf3f84a577bb65f62c647ad12987d1c59 GIT binary patch literal 4446 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 uz|>Jkvfdc&9rmQ%a3hPX5w`p1K90Yd62iR5, 2013,2015 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Administrative Documentation" +msgstr "ადმინისტრირების დოკუმენტაცია" + +msgid "Home" +msgstr "საწყისი გვერდი" + +msgid "Documentation" +msgstr "დოკუმენტაცია" + +msgid "Bookmarklets" +msgstr "სანიშნები" + +msgid "Documentation bookmarklets" +msgstr "დოკუმენტაციის სანიშნები" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "ამ გვერდის დოკუმენტაცია" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"გადასვლა ნებისმიერი გვერდიდან იმ წარმოდგენის დოკუმენტაციაზე, რომელიც ამ " +"გვერდს აგენერირებს." + +msgid "Tags" +msgstr "ტეგები" + +msgid "List of all the template tags and their functions." +msgstr "ყველა შაბლონის ტეგის სია და მათი ფუნქციები." + +msgid "Filters" +msgstr "ფილტრები" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"ფილტრები მოქმედებებია, რომელებიც შეიძლება გამოიყენებოდეს ცვლადებზე შაბლონში " +"გამონატანის შესაცვლელად." + +msgid "Models" +msgstr "მოდელები" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "წარმოდგენები" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "გთხოვთ, დააყენოთ docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "მოდელი: %(name)s" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "ველი" + +msgid "Type" +msgstr "ტიპი" + +msgid "Description" +msgstr "აღწერა" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "მოდელის დოკუმენტაცია" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "შაბლონები" + +#, python-format +msgid "Template: %(name)s" +msgstr "შაბლონი: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "შაბლონი: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "(არ არსებობს)" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "შაბლონის ფილტრები" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "შაბლონის ტეგები" + +msgid "Template tag documentation" +msgstr "შაბლონის ტეგების დოკუმენტაცია" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "ხედი: %(name)s" + +msgid "Context:" +msgstr "კონტექსტი" + +msgid "Templates:" +msgstr "შაბლონები:" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "ხედების დოკუმენტაცია" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ტეგი:" + +msgid "filter:" +msgstr "ფილტრი:" + +msgid "view:" +msgstr "წარმოდგენა:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "მოდელი %(model_name)r ვერ მოიძებნა აპლიკაციაში %(app_label)r" + +msgid "model:" +msgstr "მოდელი:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` დაკავშირებული ობიექტი" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` დაკავშირებული ობიექტები" + +#, python-format +msgid "all %s" +msgstr "ყველა %s" + +#, python-format +msgid "number of %s" +msgstr "%s - რაოდენობა" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s არ არის urlpattern-ის შესაბამისი ობიექტი" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2b4eb430598a8ef0acde2381f0f75f486afd404a GIT binary patch literal 1289 zcmY+Czi%8x6vu}UejVXgAXFet3M5<6_;xLblW~l2;utJAVZu66s%Y-^c|E?_*<)rd zXB#RCL800iOU*oDkx1@D%tYcm{k5JPSSo_Q6NN*TBcXOW;Xxt@Cem z_9n=BTVM~o+4*vaS}dN1eTIFQyoU$ET3yb;`S}ibJa>$CeI6@oJ%h=$aos##I7WM?oEt4^ zb8}zCT-i{RzDbhyY)tcFHB{4@e2U^q;}h*AE!HTGf}JGWc(K-u+P_U}ty^-XXx9k1 zL?Mc|nwrFb(oR!~!c*xde>;ugro+svZcB_t)eO#Eqj~q7V1i%ws5tE za5E5!FjeZ&bChZei5auVbgLrlulQkg2tN+YI*|$+?}B zCc59B&1MUUW$iZY@rM5K!S2F!yZd7^?9cZG8-uI&dXO(JC#@M*7MJDm z=gORyXIErCzuXgZQ)iU4cus}AeQ1LbtI;HbD_pIdsqrk(9cPo+3d!_KTO z@(7~c60X98VD=M4j(+}z#$$V6;k2G^ABO4ngWq^jW)>m&{+PT>cM}x0rlViJ2zDRg bW<2IsWxGtgrPE4yTf+levs(NIHR~*L literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f404ac25cc3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Muḥend Belqasem , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-10-06 12:00+0000\n" +"Last-Translator: Muḥend Belqasem \n" +"Language-Team: Kabyle (http://www.transifex.com/django/django/language/" +"kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Agejdan" + +msgid "Documentation" +msgstr "Tasemlit" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "Tiṛekkizin" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Imzizdigen" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Timeẓriyin" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "Urtan" + +msgid "Field" +msgstr "Urti" + +msgid "Type" +msgstr "Tawsit" + +msgid "Description" +msgstr "Aglam" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "Tarrayt" + +msgid "Arguments" +msgstr "Tiɣira" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Tineɣrufin" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "(ula- it)" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "Asatal:" + +msgid "Templates:" +msgstr "Tineɣrufin:" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "Sken tasemlit" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "tabzimt:" + +msgid "filter:" +msgstr "imzizdig:" + +msgid "view:" +msgstr "wali:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "Taneɣruft" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "akk %s" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..050a2892eed8fee4e09460dd42d93f6b15000994 GIT binary patch literal 1587 zcma)*O>Y}T7{>=FZ-xTm0s;<$P^4I8{SpwQ8v<473x!%lmEnR!I=095#=A4C-Eos} zN&;tKj5PDxnR#CR&$GL~-hbc| zhH)R}Bbc9IK0wbmVZm4f9|zaLyTLEOgWwMM5cmW5F!&320Q?<%0{jEK4J_Zx*zMpv zNc$ro#W@KU!7508Z-FK7UGP?L2(BQ;_uw4%hhRkcUI!lp*Fp0C2wVVv1n&X=1S{Y{ z1i2S{4J5stJ+6ayVgC+z61)JCzMsM8z~4afdkkWcJ{vgt*Fc)AXE~7UAu}6P<1Ks7 zl=luy%11TdiAfqMADc;eL(7yaZMcYIDH3ipuSqU=Hwj~5j7${QwG~-6?5NhANF<$5 znv@;W^=>4U5hl>;#vQNiYsi}#8QMY0W6_fA1szFN(G3~$nc0ZAtVAU9NhYYNyQ;wh zMapoGbvYC@8RiovLU^RC8H5n%v&_|JsvFg0!gZ7G5*Z338~p6FXIhw<-K}OfQF?Z- zxRe>u@|kH%zOQ3L7_n^DW0}9^#?A$D)n`kIrVe?h8s4iiNzoCXH&%pd>D(C^>%@4K zv=ubGquo~ORkhD^OD}t81@3ai4YtJAFwnxHjTL@HBKMNn#>Y}|~Rf@>xFNrrqr_E>E#>9THxVpMp zFcdIo%C$mWN5x&GeL2kb|%q2QU2 zEZZ2qqsaxVV{R|+lgoaNRe+5B(dFbk{@lE!X?c je`)${Knr!4V0Vz|f5p4u7n_d8?C_^A-3E1mYW3M)nO#6j literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1b33c368dca --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Nurlan Rakhimzhanov , 2011 +# yun_man_ger , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Негізгі" + +msgid "Documentation" +msgstr "Документация" + +msgid "Bookmarklets" +msgstr "Букмарклеттер" + +msgid "Documentation bookmarklets" +msgstr "Құжаттама букмарклеттері" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Бұл бетке арналған документация" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "тег:" + +msgid "filter:" +msgstr "сүзгіш:" + +msgid "view:" +msgstr "көрініс:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(app_label)r app ішінен %(model_name)r үлгісі табылмады" + +msgid "model:" +msgstr "модель:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "байланысты `%(app_label)s.%(data_type)s` объект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "байланысты `%(app_label)s.%(object_name)s` объекттер" + +#, python-format +msgid "all %s" +msgstr "барлық %s" + +#, python-format +msgid "number of %s" +msgstr "%s саны" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s urlpattern объектке ұқсамайды" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8440d726253fbff5c6c0facce0eae01a2d166bc9 GIT binary patch literal 1476 zcmcJOO^*~s7{^OR!SRIzF1{vZA_)e1rpFlA?RAY=7Q*6g*sOyG8?Nz{!h8kC+r6z)!$||5Ljwtcl*Nr21D+*YozT>i%=r zwr?25^O&z-eulXl^FAhxqmMDRADjZ81sA~Qz_Z{>;0pLM_#?Ot{0)2`{2hD>eC=_@ zwu5^?vSX0)90bXK5_}Sz0zXI0aqvUfcb{0#I|8Sjuv_2(unUfYSHTy+KR~MY7x*GL zfn=|PAAwZwH25m`DM-400G|eLf+!b84NvNc2Au;9>X~#>4!E)%m^9E{h(~*2JcB1n zGq$JXT`fzlwB@2Gq%hoS-j-bOp~(titu%`3_DR{XY(ne#T$uSx+LBG`&M=qC3Y%)R z)#B}cb>uyb3WK!dh3HFmROgZ%8|FpHm-LYLjLx}GOJS25u>*_0kLi5|-<(%o3)Cd0QH;d$eaoKVg(6VY5b)z-X!)eIQK< zK?(1k6soUlbF$FJMl)qU?M4&Bei^lN!fUg~ThSpSgZO9?)f4_^+&mb?&8Rubn+KA& zM)$?dIEG_1Cl^x6xy5gE(=Xl^W7MWaX`_}As?3DdCgI0~QaGk*nWA<6HoAfNZWhdX zs(Shz#Hjuda-)_MdBWct(1JVxoNmv@YNabuHIXQ+n2uj+Pf>>{o>tskC=$M=G}^~PP35lTyXlB za#dJ=L6xd=*trD5JDkMz(B{QEYxpmyvyHRIaeg0mu(%dZ8op4ny!k_Ip5dx@ gx4l~p*8n+Zu?U%@~ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f6064252e55 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "គេហទំព័រ" + +msgid "Documentation" +msgstr "ឯកសារ" + +msgid "Bookmarklets" +msgstr "កំរងចំណាំ" + +msgid "Documentation bookmarklets" +msgstr "កំរងចំណាំអំពីឯកសារ" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "ឯកសារសំរាប់ទំព័រនេះ" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Jumps you from any page to the documentation for the view that generates " +"that page." + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ប្រភេទ:" + +msgid "filter:" +msgstr "ពាក្យស្វែងរក" + +msgid "view:" +msgstr "មើល" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "ទាំងអស់ %s" + +#, python-format +msgid "number of %s" +msgstr "ចំនួន​នៃ​%s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ហាក់បីដូចជា URL ដែល​ត្រឹមត្រូវទេ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c112d5364747c4a5b875f6c1d70f5a3de208d7e GIT binary patch literal 1656 zcmbVL&uQ{H$atpKnjA{ovjcMhg1~=MAAe==~Agj@2+<+@J-+(@JGa41x~|$v7fQiz*BJg5Ga9Dz^{O3fX{%WYafFD1=fIv zfd`R<^c?|G9V0-h>-^CE5?Fzq0g)~YvPlyS>H`hZOgwN4`rZc8fIRjNCgg>22rHy8 zcD&$iqYAE#<1){cwA>lqR9y0&O>^m-vYMObb=7k0f-wu3v$U6oZ=97Zwva8q?lPNaU%kqLRn;!32lX0n+!zBrE^9uTQBpSvmzL=;bTuaBh zN-HZJiU=n0R+&swe!O6vBt-#&Wu~oC!E`TcD$7lW?wsrjMl^!WT0;d!lkMmWWeXG} zc>B84T~nD;xv?&qDY{8Jy3p$uQNsvcnZ4SGE?O0ek0y{^@Q>sA*(k0@^-*3wBTkQ= zjO%d>$7oJ1Cd9eRZ*vK98keJUul*=jN7?9-ZkcwXyMmu< zCT?4%;0wAkoA#_sqszu-h2T05W-(qLP-r)ot-9!)^@jy5wmc6Cy$ToZ;Xoeq*+o7yq!)7BeV7 zVZ(g+!}dd?2>Po-S|ob{0s(7~4HRf6eG-B`uE9G4;Dy?L+M-@Tz`da{_`WD$Tfbnh E0Am-u, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)" + +msgid "Documentation" +msgstr "ವಿವರಮಾಹಿತಿ" + +msgid "Bookmarklets" +msgstr "ಚಿಕ್ಕ ಪುಟಗುರುತುಗಳು" + +msgid "Documentation bookmarklets" +msgstr "ಮಾಹಿತಿಯ ಚಿಕ್ಕ ಪುಟಗುರುತುಗಳು" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "ಈ ಪುಟದ ಬಗೆಗಿನ ಮಾಹಿತಿ" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"ನಿಮ್ಮನ್ನು ಯಾವುದೇ ಪುಟದಿಂದ ಆ ಪುಟವನ್ನು ಸೃಷ್ಟಿಸುವ ನೋಟದ ಮಾಹಿತಿಪುಟಕ್ಕೆ ಕೊಂಡೊಯ್ಯುವದು" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ಟ್ಯಾಗ್:" + +msgid "filter:" +msgstr "ಸೋಸಕ:" + +msgid "view:" +msgstr "ನೋಟ:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "ಮಾಡೆಲ್:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "ಎಲ್ಲಾ %s" + +#, python-format +msgid "number of %s" +msgstr "%s ಗಳ ಸಂಖ್ಯೆ" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s URL ಸ್ವರೂಪದ್ದಾಗಿ ತೋರುವದಿಲ್ಲ." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..31856703351c06cf8b07fb4bd6973ea659964859 GIT binary patch literal 6563 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 z, 2016 +# 코딩 영, 2021 +# Geonho Kim / Leo Kim , 2019 +# Ian Y. Choi , 2015 +# Jannis Leidel , 2011 +# Le Tartuffe , 2014,2016 +# Kagami Sascha Rosylight , 2017 +# 이지현 , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-10 02:10+0000\n" +"Last-Translator: 코딩 영\n" +"Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "관리 문서" + +msgid "Home" +msgstr "홈" + +msgid "Documentation" +msgstr "문서" + +msgid "Bookmarklets" +msgstr "북마크릿" + +msgid "Documentation bookmarklets" +msgstr "문서 북마크릿" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"북마크릿을 설치하시려면 링크를 북마크 툴바로 드래그 하거나, 오른쪽 클릭으로 " +"해당 링크를 북마크에 추가하세요. 이제 사이트 내의 모든 페이지에서 북마크릿 선" +"택이 가능합니다." + +msgid "Documentation for this page" +msgstr "이 페이지의 문서" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "각 페이지로에서 해당 페이지를 생성한 뷰의 문서로 갑니다." + +msgid "Tags" +msgstr "태그" + +msgid "List of all the template tags and their functions." +msgstr "모든 템플릿 태그와 함수의 목록" + +msgid "Filters" +msgstr "필터" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "필터는 템플릿의 변수에 적용되어 출력을 바꿀 수 있는 동작입니다." + +msgid "Models" +msgstr "모델" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"모델은 모든 시스템에서 개체와 연관된 필드에 대한 설명입니다. 각 모델은 템플" +"릿 변수로 접근 할 수 있는 필드의 목록을 가지고 있습니다." + +msgid "Views" +msgstr "뷰" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"일반 사이트의 각 페이지는 뷰에 의해 생성됩니다. 뷰는 페이지를 생성하는데 사용" +"되는 템플릿과 그 템플릿을 사용할 수 있게해주는 개체를 정의합니다." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "브라우저 도구는 신속하게 관리자 기능에 접근 할 수 있습니다." + +msgid "Please install docutils" +msgstr "docutils를 설치해주세요." + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"관리자 문서 시스템은 파이썬의 docutils 라이브러리" +"를 필요로 합니다." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "관리자에게 docutils 설치를 요청해주세요." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "필드" + +msgid "Field" +msgstr "필드" + +msgid "Type" +msgstr "타입" + +msgid "Description" +msgstr "설명" + +msgid "Methods with arguments" +msgstr "아규먼트를 포함한 메소드" + +msgid "Method" +msgstr "메소드" + +msgid "Arguments" +msgstr "아규먼트" + +msgid "Back to Model documentation" +msgstr "모델문서로 돌아가기" + +msgid "Model documentation" +msgstr "모델 문서" + +msgid "Model groups" +msgstr "모델 그룹" + +msgid "Templates" +msgstr "템플릿" + +#, python-format +msgid "Template: %(name)s" +msgstr "템플릿 : %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "템플릿: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "템플릿%(name)s에 대한 검색 경로:" + +msgid "(does not exist)" +msgstr "(존재하지 않습니다)" + +msgid "Back to Documentation" +msgstr "문서로 " + +msgid "Template filters" +msgstr "템플릿 필터" + +msgid "Template filter documentation" +msgstr "템플릿 필터 문서" + +msgid "Built-in filters" +msgstr "내장 필터" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"이 필터를 사용하기 위해서는 필터를 사용하기 전에 템플릿에 <코드>%(code)s 를 입력하세요." + +msgid "Template tags" +msgstr "템플릿 태그" + +msgid "Template tag documentation" +msgstr "템플릿 태그 문서" + +msgid "Built-in tags" +msgstr "내장 태그" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"이 태그를 사용하기 위해서는 태그를 사용하기 전에 템플릿에 %(code)s 를 입력하세요." + +#, python-format +msgid "View: %(name)s" +msgstr "뷰: %(name)s" + +msgid "Context:" +msgstr "컨텍스트 :" + +msgid "Templates:" +msgstr "템플릿 :" + +msgid "Back to View documentation" +msgstr "뷰 문서로 돌아가기" + +msgid "View documentation" +msgstr "뷰 문서" + +msgid "Jump to namespace" +msgstr "네임스페이스로" + +msgid "Empty namespace" +msgstr "빈 네임스페이스" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "%(name)s 네임스페이스 뷰" + +msgid "Views by empty namespace" +msgstr "빈 네임스페이스 뷰" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"뷰 함수: %(full_name)s. Name: %(url_name)s.\n" + +msgid "tag:" +msgstr "태그:" + +msgid "filter:" +msgstr "필터:" + +msgid "view:" +msgstr "뷰:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "애플리케이션 %(app_label)r 을 찾을 수 없습니다." + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"모델 %(model_name)r 을 애플리케이션 %(app_label)r 에서 찾을 수 없습니다." + +msgid "model:" +msgstr "모델:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` 관련된 개체" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` 관련된 개체들" + +#, python-format +msgid "all %s" +msgstr "모든 %s" + +#, python-format +msgid "number of %s" +msgstr "%s 의 수" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s 은/는 url 패턴의 개체가 아닙니다." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..de83cd3d98a7b38ddedb00b0e09f6f06f8060bba GIT binary patch literal 7977 zcmbuEZH!!18OM)OK^EVrq97`V>dG#3X1ApvOkbpw5{pzSU3u{h?#|rZz3j}~;odvl zZV9?=Q5qTuHS)n~LTFV|H0d_&woA9We9%ww!8^ObkeHBY(8NzBnuv)p_Jw;D5m@z)LT)<10at z)1c^I4;}>{1V0M?2gD?G1;U7`D?x_T)!;**2E~O*@JjG|;7;&)a4q;YC~}{|=ud*5 z18)Xz0Y46UpxFB)DC<1~%KXFNOW;f3J>Zrebb!x+{opS_SvLkh3%&u0zyAcqpA|SM zeqRT!1asgu;2j_;)i*(=suK7u&%eb=5|=}u#PQeQ7r@_wn4ta!vXpuU`~-L@ zPUgUCLD91fyb*i$fFkz`k|*)|9VqL*k>Fp!mwA3CdH*8HZshqD@FkfCJ_=4iUZ|no z1SNle0v`n51wRiy2wB9>CqS|11yI&`1>AxibKsLazl$@HpC<|adTY%xB+|<+z4LvIm^GDAXHP|NzhBM4sK(7FDSfu9oz~ofl?pWT&EP~ z7#mS(eAeKXxMhBxyO&!o$L&x5PqtdI|S!+}R6POf8XebFJo6xJ<}ROwC~OaXl!! z=;Ic?-p;+2TVnV{ZprCp?oHfs-NG&LmTMii`Bk;KR@1$GD1D^t47=t2z$`N2*Q+J9IT$rFLv^Q99G4~AWz*5^_*TZktlspU zi9^RL-yg3y!Fbt?&|LS*QO>LC5zq}X1CcWtsx5vsa(71sb(b3!1FvRmZnvWCNe^e0 zx4#Y6j^s;y3O%zV>+m0?%c>ceHPs6#JuHIqi&s!PP&k{+HU&b!EGUJo%( zzUh)X;#JAW#F&Sg$gR}M%oVwMhzOxd<*ja3)K0aO%(s~ewG%M9%kc<(*%hH^%!!)X z@@i|P7ENlQOIUM?uDaWE%O(360yba?T4jcAsaZv*YDiM6l|5_JE+_D0txywjr@4|W z?T9vGtY436^(e2t;#XXCPrXu;*DWJtB-E3BU5^BQ1+OM;7>)UEI}Nmrc@i|^T^g6r zIxD%zt9zlR_D3+HY)ohdR7hX~M~1whSx{kKZFi$FzmxzTd(jvnNC|5x+1pnUYTAO! zFxz*$D}g(i9hqZYacKW;1rpWUC!z*9oCoI4*e$wA1Pcet?8e zK*C6ZzroRCfjhEsRc~L}tB&`Ft2RmTMqZhIYJe_GllS((Ew)geh2IOX!x_C5&XMpGMqK%PCLkg~n={ znn>`OwCUBf%c!}l$wt=P(4@GG`As4YyD-9~GkR6)rB%|QS@QS)sYQe6^vj{4pp9YR zPlVFgd`;qt<7Jw;DV8M3=@#vjy+|@NS#wpFJxhi%oRY`T%nN0EfXr=u+Psz*&92#M z8d7Dwp|T+;C{y7DRjpTsv62?ZyTFyrq@*9sZp>l6x6ihbl)JM&8s>)l zg6`RIU+#W)mnTzmcVTBiuN_>wCO5b)H@H@>SyQ;>_L~N|dhT_?C^r;1)evv|prCj9 zll48r?zp}$@D0}M<+|PwCc|rPzcoKTddFym{V-qjE1S?z9j&uJveI=2|_p8_>G~vbGNnT$yy_BklR{??@+m*ZyWZarj-RfKH0OQTo0Ub z?ruM*gauu#na6PBn)TX#-8i_uNA<*qmyR{27LUjCi^m%WbmOVU{&+q<+xTHT8&5a( zHV(FqgIx}c@$-#+Oi7QF%N!UR`x{g7Tzod3j^`Q&L@V0QCA!a|MjR1`;!}L%6%OuQ zJg%|~4m5HLs655zJkkrex?fD_wwA)psrV$3IfvErjeROUa{eOm$)#hWb~=7lX8a7z zrb z#PfuVi|;c;7?aH;UY&{02^k9FzG#tjEyN35omZsjJWH1K9OIZhmn_XvsAhrr3kW18 zXt;sl#`KeogW8ym2eWu!9T9D$p^eoti#6a7zLRG01~N6KWJtcn^LgD-2`z16TUJI? zkp8EIV`;)E6#F$Hc!piFB&*of41HNHo^F$D)`Mh0TsbY7Bx|!s&PsR|k1rnAjb|Bx zfn;eGv#A>b03mH|4Ds@00yb002c>%BbJ~#hRimpZNDdLisCYW_)mo|Imyv6uOvgYH z3~`K5?iU-#1?!w53QNZz4y8bFto zA$`qoK|*Ql-iPN&M`#>W7xW&P8SJ$7b?2gFKu9A+A|)+}ZlhGwE7QNu*lgO68a`#% z*z{Hw>}*Z(Dg1``d&w*5X31GRON=`T#m`X_?&5UmUYm}ynXKuYN$EQ3B#Nv(jPkrC%urqZlYoPIgLk* zyqI3uJ_os1VW`=kGH)`cqE`EDb+pt5)8ZuJ>^&xs5Z8p0P3MG-beDQeincwt#u-ya zwsz8(Pn#Aa4U_qB@j&As4d!{&za=0v4|SGmJ!sp1SvMz zwrT1amLMXns-wo{gvMr;tR^im={AyUIR&H(O7{?61Jb=R^<~78;+HjHS(hJc-PkVX z3iW7eW_4L(UVhEdvZiog!P*Q<>C)`TQh|#{#gM$ZXnh}(r z=K~2oH)qHeG5H&(?c(R3gjhU72J+hK+XsY)W)*X)lOrc8r6us0oG69qS~?A;bCg5E zoK!hZa>$!nI<{y!v?(CXS@b-G3yViBORTZx&?TJFMx!kq8j(!vzIfxHrN10fBrNRg zX6utMr0+~iI3q^Wzj)g%3M^ud2T9h_KF2AX2pF$q6O!nfE@Ca56DhlXvh7NN%6`Nu zoNGJiFU`-`C?!N8QN+x%PRdb|pzHLRhp3W-*?LVD zJJ8H-L5nkXi#%`IMcZ^SCLNL%g_~#0xvj}Ab9zjEoJbfjRk~Pf8zvCOLOQHD>zSRl zC4ScSJ`+heNX(Crrq`&>wo}Lj+D&#|TQA7IXzY_GbumXq!+^$fWc6v2M61U9uCjkp zGqtnafpb~uR<1Uw;tyz5Y4@Ka$^@5_2*( at1LZO=^{0@{n?_WPtFi%Yd;(o)c*i7o(S*& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ae974b63e34 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po @@ -0,0 +1,281 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soyuzbek Orozbek uulu , 2020-2021 +# Soyuzbek Orozbek uulu , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-02 11:59+0000\n" +"Last-Translator: Soyuzbek Orozbek uulu \n" +"Language-Team: Kyrgyz (http://www.transifex.com/django/django/language/ky/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ky\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "Башкармалык түшүндүрмөсү" + +msgid "Home" +msgstr "Башкы" + +msgid "Documentation" +msgstr "Түшүндүрмө" + +msgid "Bookmarklets" +msgstr "Букмарклеттер" + +msgid "Documentation bookmarklets" +msgstr "букмарклет түшүндүрмөсү" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Букмарклетти орнотуу үчүн шилтемени кыстырмалар панелине сүйрөңүз же " +"шилтемени оң чыкылдатып андан соң кыстырмаларыңызга кошуп алыңыз. Азыр " +"букмарклетти сайттын бүт бетинен тандап алсаңыз болот." + +msgid "Documentation for this page" +msgstr "Бул барактын түшүндүрмөсү" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Бул баракты жараткан көрүнүш үчүн сиз каалаган барактагы түшүндүрмөдөн " +"секирип өтүңүз." + +msgid "Tags" +msgstr "Тегдер" + +msgid "List of all the template tags and their functions." +msgstr "Бүт калып тегдердин жана алардын кызматынын тизмеси" + +msgid "Filters" +msgstr "Чыпкалар" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Чыпкалар чыгуучу агымды өзгөртүү үчүн калыптагы өзгөрмөгө жасалуучу аракет " +"болуп саналат." + +msgid "Models" +msgstr "Моделдер" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Моделдер системдеги бүт обекттер жана алардын талаалардын ачыкталышы. Ар бир " +"модел өзүнө талааларды камтыйт. Алар өз учурунда калыптуу өзгөрмөлөр катары " +"жетүүнү камсыз кылат." + +msgid "Views" +msgstr "Көрүнүштөр" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Ачык саттагы ар бир барак көрүнүш аркылуу чыгарылган. Көрүнүш баракты " +"чыгаруу үчүн кайсы калып колдонууларын жана кайсы обекттер жеткиликтүү " +"экендигин аныктайт." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Браузер үчүн башкаруу кызматына тез жетүү үчүн куралдар." + +msgid "Please install docutils" +msgstr "түшүндүрмө утилитасын орнотуңуз." + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Башкармалыктын түшүндүрмө системи Питондун docutils " +"китепканасын талап кылат. " + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Башкаруучудан түшүндүрмө утилитасынорнотууну " +"сураңыз." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модел: %(name)s" + +msgid "Fields" +msgstr "Талаалар" + +msgid "Field" +msgstr "Талаа" + +msgid "Type" +msgstr "Тип" + +msgid "Description" +msgstr "Ачыктоо" + +msgid "Methods with arguments" +msgstr "аргументүү ыкма" + +msgid "Method" +msgstr "Ыкма" + +msgid "Arguments" +msgstr "Аргумент" + +msgid "Back to Model documentation" +msgstr "Модел түшүндүрмөсүнө кайт" + +msgid "Model documentation" +msgstr "Модел түшүндүрмөсү" + +msgid "Model groups" +msgstr "Модел тайпасы" + +msgid "Templates" +msgstr "Калыптар" + +#, python-format +msgid "Template: %(name)s" +msgstr "Калып: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Калып: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "%(name)sкалыбы үчүн жолду издөө:" + +msgid "(does not exist)" +msgstr "(табылган жок)" + +msgid "Back to Documentation" +msgstr "Түшүндүрмөгө кайт" + +msgid "Template filters" +msgstr "Калып чыпкалары" + +msgid "Template filter documentation" +msgstr "Калып чыпкалары түшүндүрмөсү" + +msgid "Built-in filters" +msgstr "Бар чыпкалар" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Бул чыпкаларды колдонуудан мурда калыбыңызга %(code)sкоюңуз." + +msgid "Template tags" +msgstr "Калып тегдер" + +msgid "Template tag documentation" +msgstr "Калып тегдер түшүндүрмөсү" + +msgid "Built-in tags" +msgstr "Мурдатан бар тегдер" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Тегдерди колдонуш үчүн: тегди колдонуудан мурда калыбыңызга%(code)sкоюңуз." + +#, python-format +msgid "View: %(name)s" +msgstr "Көрүнүш: %(name)s" + +msgid "Context:" +msgstr "Мазмун:" + +msgid "Templates:" +msgstr "Калыптар:" + +msgid "Back to View documentation" +msgstr "Көрүнүш түшүндүрмөсүнө кайт" + +msgid "View documentation" +msgstr "Көрүнүш түшүндүрмөсү" + +msgid "Jump to namespace" +msgstr "ысым мейкиндигине өтүү" + +msgid "Empty namespace" +msgstr "бош ысым мейкиндиги" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "%(name)sысым мейкиндиги боюнча көрүү" + +msgid "Views by empty namespace" +msgstr "бош ысым мейкиндиги боюнча көрүү" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Көрүнүш функциасы: %(full_name)s.Аты:%(url_name)s.\n" + +msgid "tag:" +msgstr "тег:" + +msgid "filter:" +msgstr "чыпка:" + +msgid "view:" +msgstr "көрүнүш:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r колдонмосу табылган жок" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(app_label)r колдонмосунда %(model_name)r модели табылбады" + +msgid "model:" +msgstr "модел:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "байланышкан `%(app_label)s.%(data_type)s` обектиси" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "байланышкан `%(app_label)s.%(object_name)s` обекттери" + +#, python-format +msgid "all %s" +msgstr "Бүт %s" + +#, python-format +msgid "number of %s" +msgstr "%s саны" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s урлкалып обектисине тиешеси жок" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5507d4adb4345312034b49787a212c87f39cae1 GIT binary patch literal 474 zcmZ8d%}N6?7*zDMN6#KU!9zu}$@)Xr)D^K-P+BZy^`3UqZ6up4N!Hc}@$QrPEPmUH zf&)YHk;!BxUwgYBTZnDsKJpN`gFHdDNRgj-c!_JP`Ni1TS2+vhp&&2Pd1VcU;#HW^ zMiW_E7s$w$svx&b=}B%mMB}HN^qmv|wd76&$>EeG7lb7w=|Yll);(qkV<;pO`KDUW z|GE@d%FoV^86p}AA4u+m@md7yI6Mktl!u{Ih176`X>h#J>oHblZm;o z7&a?eO>N^!2J^kwSTx90ptTmt^kB9S&dZQJ=l3N2)3xu-r6U6~vxPDxhjgmKZ(t638jW@1 dgeLdaRi1;X*Q3u)d$8GN9Rmj$BuBky>l@|7j4J>D literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..26d571b3c72 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po @@ -0,0 +1,275 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:34+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"\n" +"

    To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

    \n" +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Show object ID" +msgstr "" + +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +msgid "Edit this object (current window)" +msgstr "" + +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +msgid "Edit this object (new window)" +msgstr "" + +msgid "As above, but opens the admin page in a new window." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Back to Model Documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to Views Documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e4e217267887f54a42cc022839d81e208a16a0ec GIT binary patch literal 6741 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 O{)+!KJxuv;sQ&;mHVJwF literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1d392c8a98e --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po @@ -0,0 +1,290 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kostas , 2014 +# lauris , 2011 +# Matas Dailyda , 2015-2016 +# Povilas Balzaravičius , 2014 +# Simonas Kazlauskas , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Administrative Documentation" +msgstr "Administravimo dokumentacija" + +msgid "Home" +msgstr "Pradinis" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Bookmarklets" +msgstr "Greitosios žymės" + +msgid "Documentation bookmarklets" +msgstr "Doumentacijos greitosios žymės" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Greitųjų žymių įdiegimui, nutempkite nuorodą į greitųjų žymių juostą, arba " +"spauskite dešinį pelės klavišą ir pridėkite prie greitųjų žymių. Dabar " +"galite pasirinkti greitąją žymę iš bet kurio tinklalapio puslapio." + +msgid "Documentation for this page" +msgstr "Šio puslapio dokumentacija" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Pereina iš bet kurio puslapio į jo view funkcijos dokumentaciją, kuri " +"sukūria tą puslapį" + +msgid "Tags" +msgstr "Žymenos" + +msgid "List of all the template tags and their functions." +msgstr "Sąrašas visų šablono žymenų ir jų funkcijų." + +msgid "Filters" +msgstr "Filtrai" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtrai yra veiksmai, kurie gali būti pritaikyti šablono kintamiesiems, kad " +"pakeisti jų išvestį." + +msgid "Models" +msgstr "Modeliai" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeliai yra visų sistemos objektų ir su jais susijusių laukų apibūdinimai. " +"Kiekvienas modelis turi sąrašą laukų, kuriuos galima pasiekti kaip šablono " +"kintamuosius." + +msgid "Views" +msgstr "Rodiniai" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Kiekvienas puslapis viešame tinklalapyje sugeneruojamas pagal rodmenis. " +"Rodmuo apibūdina kuris šablonas yra naudojamas generuojant puslapį ir kurie " +"objektai yra suteikiami tam šablonui." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Įrankiai Jūsų naršyklėi, kad greitai pasiektumėte administravimo " +"funkcionalumą." + +msgid "Please install docutils" +msgstr "Įdiekite docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"Administravimo dokumentacijos sistema reikalauja Python'o bibliotekos docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Prašykite kad administratorius įdiegtų docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelis: %(name)s" + +msgid "Fields" +msgstr "Laukai" + +msgid "Field" +msgstr "Laukas" + +msgid "Type" +msgstr "Tipas" + +msgid "Description" +msgstr "Aprašymas" + +msgid "Methods with arguments" +msgstr "Metodai su argumentais" + +msgid "Method" +msgstr "Metodas" + +msgid "Arguments" +msgstr "Argumentai" + +msgid "Back to Model documentation" +msgstr "Grįžti į modelio dokumentaciją" + +msgid "Model documentation" +msgstr "Modelio dokumentacija" + +msgid "Model groups" +msgstr "Modelio grupės" + +msgid "Templates" +msgstr "Šablonai" + +#, python-format +msgid "Template: %(name)s" +msgstr "Šablonas: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Šablonas: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Ieškoti kelio šablonui \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(neegzistuoja)" + +msgid "Back to Documentation" +msgstr "Grįžti į dokumentacija" + +msgid "Template filters" +msgstr "Šablono filtrai" + +msgid "Template filter documentation" +msgstr "Šablono filtro dokumentacija" + +msgid "Built-in filters" +msgstr "Standartiniai filtrai" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Kad panaudoti šiuos filtrus, prieš naudojant filtrą šablone įveskite " +"%(code)s." + +msgid "Template tags" +msgstr "Šablono žymenos" + +msgid "Template tag documentation" +msgstr "Šablono žymenos dokumentacija" + +msgid "Built-in tags" +msgstr "Standartinės žymenos" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Kad panaudoti šias žymenas, prieš naudojant žymeną šablone įveskite " +"%(code)s." + +#, python-format +msgid "View: %(name)s" +msgstr "Rodinys: %(name)s" + +msgid "Context:" +msgstr "Konstekstas:" + +msgid "Templates:" +msgstr "Šablonai:" + +msgid "Back to View documentation" +msgstr "Grįžti į rodinio dokumentaciją" + +msgid "View documentation" +msgstr "Žiūrėti dokumentaciją" + +msgid "Jump to namespace" +msgstr "Eiti į vardų plotmę" + +msgid "Empty namespace" +msgstr "Tuščia vardų plotmė" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Rodiniai pagal vardų plotmes %(name)s" + +msgid "Views by empty namespace" +msgstr "Rodiniai pagal tuščias vardų plotmes." + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Rodinio funkcija: %(full_name)s. Pavadinimas: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "žymė:" + +msgid "filter:" +msgstr "filtras:" + +msgid "view:" +msgstr "vaizdas:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r aplikacija nerasta" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelis %(model_name)r programoje %(app_label)r nerastas" + +msgid "model:" +msgstr "modelis:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "susijęs `%(app_label)s.%(data_type)s` objektas" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "susiję`%(app_label)s.%(object_name)s` objektai" + +#, python-format +msgid "all %s" +msgstr "visi %s" + +#, python-format +msgid "number of %s" +msgstr "%s skaičius" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s neatrodo kaip urlpattern objektas" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a8b75cff2bf67c5d027753a737c971f26b5539d3 GIT binary patch literal 6481 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 s$0X_9BFVfeYZFKGxzR%TI{hw3ob, 2017 +# Jannis Leidel , 2011 +# Māris Nartišs , 2016 +# Edgars Voroboks , 2019,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2025-09-17 20:19+0000\n" +"Last-Translator: Edgars Andersons, 2025\n" +"Language-Team: Latvian (http://app.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +msgid "Administrative Documentation" +msgstr "Pārvaldīšanas dokumentācija" + +msgid "Home" +msgstr "Sākums" + +msgid "Documentation" +msgstr "Dokumentācija" + +msgid "Bookmarklets" +msgstr "Grāmatzīmju sīklietotnes" + +msgid "Documentation bookmarklets" +msgstr "Dokumentācijas grāmatzīmes" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Lai uzstādītu grāmatzīmju sīklietotni, saiti jāievelk grāmatzīmju rīkjoslā " +"vai ar peles labo pogu jāklikšķina uz saites un jāpievieno tā savām " +"grāmatzīmēm. Tagad vari izvēlēties grāmatzīmju sīklietotni jebkurā vietnes " +"lapā." + +msgid "Documentation for this page" +msgstr "Šīs lapas dokumentācija" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Pārlec no jebkuras lapas uz tā skata, kas izveido šo lapu, dokumentāciju." + +msgid "Tags" +msgstr "Tagi" + +msgid "List of all the template tags and their functions." +msgstr "Visu veidņu tagu un to funkciju saraksts." + +msgid "Filters" +msgstr "Filtri" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtri ir darbības, kuras var tikt pielietotas veidnes mainīgajiem, lai " +"izmainītu izvades iznākumu." + +msgid "Models" +msgstr "Modeļi" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeļi ir visu sistēmas objektu un to saistīto lauku apraksti. Katram " +"modelim ir saraksts ar laukiem, kuriem var piekļūt kā veidnes mainīgajiem" + +msgid "Views" +msgstr "Skati" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Katru lapu publiskajā vietnē izveido skats. Skats nosaka, kuru veidni " +"izmanto lapas izveidošanai un kuri objekti ir pieejami attiecīgajai veidnei." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Rīki pārlūkam, lai ātri piekļūtu pārvaldīšanas iespējām." + +msgid "Please install docutils" +msgstr "Lūgums uzstādīt 'docutils'" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Pārvaldīšanas dokumentācijas sistēmai ir nepieciešama Python docutils bibliotēka." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Lūgums vaicāt savam pārvaldītājam uzstādīt docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modelis: %(name)s" + +msgid "Fields" +msgstr "Lauki" + +msgid "Field" +msgstr "Lauks" + +msgid "Type" +msgstr "Veids" + +msgid "Description" +msgstr "Apraksts" + +msgid "Methods with arguments" +msgstr "Metodes ar parametriem" + +msgid "Method" +msgstr "Metode" + +msgid "Arguments" +msgstr "Parametrs" + +msgid "Back to Model documentation" +msgstr "Atpakaļ uz modeļu dokumentāciju" + +msgid "Model documentation" +msgstr "Modeļu dokumentācija" + +msgid "Model groups" +msgstr "Modeļu kopas" + +msgid "Templates" +msgstr "Veidnes" + +#, python-format +msgid "Template: %(name)s" +msgstr "Veidne: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Veidne: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Veidnes %(name)s ceļš:" + +msgid "(does not exist)" +msgstr "(nepastāv)" + +msgid "Back to Documentation" +msgstr "Atpakaļ uz dokumentāciju" + +msgid "Template filters" +msgstr "Veidnes filtri" + +msgid "Template filter documentation" +msgstr "Veidņu filtru dokumentācija" + +msgid "Built-in filters" +msgstr "Iebūvētie filtri" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Lai izmantotu šos filtrus, veidnē jāievieto %(code)s pirms " +"filtra izmantošanas." + +msgid "Template tags" +msgstr "Veidņu tagi" + +msgid "Template tag documentation" +msgstr "Veidņu tagu dokumentācija" + +msgid "Built-in tags" +msgstr "Iebūvētie tagi" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Lai izmantotu šos tagus, veidnē jāieviet %(code)s pirms taga " +"izmantošanas." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Konteksts:" + +msgid "Templates:" +msgstr "Veidnes:" + +msgid "Back to View documentation" +msgstr "Atpakaļ uz skatu dokumentācijas" + +msgid "View documentation" +msgstr "Skatu dokumentācija" + +msgid "Jump to namespace" +msgstr "Pārlēkt uz nosaukumu telpu" + +msgid "Empty namespace" +msgstr "Tukša nosaukumu telpa" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Skati pēc nosaukumu telpas %(name)s" + +msgid "Views by empty namespace" +msgstr "Skati pēc tukšas nosaukumu telpas" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Skata funkcija: %(full_name)s. Nosaukums: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "tags:" + +msgid "filter:" +msgstr "filtrs:" + +msgid "view:" +msgstr "skats:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Lietotne %(app_label)r netika atrasta" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelis %(model_name)r lietotnē %(app_label)r nav atrasts" + +msgid "model:" +msgstr "modelis:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "saistītais `%(app_label)s.%(data_type)s` objekts" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "saistītie `%(app_label)s.%(object_name)s` objekti" + +#, python-format +msgid "all %s" +msgstr "visi %s" + +#, python-format +msgid "number of %s" +msgstr "%s skaits" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "neizskatās, ka%s ir urlpattern objekts" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e2b663edd000b9dc2b9583599ef12158bd4f7b60 GIT binary patch literal 8290 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 MKxIj8e&K2F-{={e1ONa4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..128e4635da0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016-2017 +# Vasil Vangelovski , 2013-2014 +# Vasil Vangelovski , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Vasil Vangelovski \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +msgid "Administrative Documentation" +msgstr "Административна документација" + +msgid "Home" +msgstr "Дома" + +msgid "Documentation" +msgstr "Документација" + +msgid "Bookmarklets" +msgstr "Обележувачи" + +msgid "Documentation bookmarklets" +msgstr "Обележувачи на документација" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"За да инсталирате букмарклети повлечете го линкот во траката со bookmarks, " +"или кликенете со десното копче и додадете го во bookmarks. Така ќе можете да " +"го одберете букмарклетот од било која страна на сајтот." + +msgid "Documentation for this page" +msgstr "Документација за оваа страница" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Ве носи од било која страница од документацијата до погледот кој ја генерира " +"таа страница." + +msgid "Tags" +msgstr "Тагови" + +msgid "List of all the template tags and their functions." +msgstr "Листа на сите шаблонски тагови и нивните функции." + +msgid "Filters" +msgstr "Филтри" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Филтри се акции кои може да се применат на променливи во шаблон за менување " +"на излезниот резултат." + +msgid "Models" +msgstr "Модели" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Модели се описи на сите објекти во системот и нивните полиња. Секој модел " +"има листа на полиња до кои може да се пристапи со променливи во шаблони." + +msgid "Views" +msgstr "Погледи (вјуа)" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Секоја страна на јавниот сајт се генерира од поглед. Подгледот дефинира кој " +"шаблон се користи за да се генерира страната и кој објекти се достапни за " +"тој шаблон." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Алатки за вашиот веб прегледувач за брз пристап до администраторските " +"функционалности." + +msgid "Please install docutils" +msgstr "Ве молиме инсталирајте docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"На админ документацискиот систем му е потребна docutils Python библиотеката." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Ве молиме побарајте од вашите администратори да инсталираат docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модел %(name)s" + +msgid "Fields" +msgstr "Полиња" + +msgid "Field" +msgstr "Поле" + +msgid "Type" +msgstr "Тип" + +msgid "Description" +msgstr "Опис" + +msgid "Methods with arguments" +msgstr "Методи со аргументи" + +msgid "Method" +msgstr "Метод" + +msgid "Arguments" +msgstr "Аргументи" + +msgid "Back to Model documentation" +msgstr "Назад до документација за модели." + +msgid "Model documentation" +msgstr "Документација за модели" + +msgid "Model groups" +msgstr "Групи на модели" + +msgid "Templates" +msgstr "Шаблони (темплејти)" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Шаблон: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Пребарај ја патеката за шаблонот \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(не постои)" + +msgid "Back to Documentation" +msgstr "Назад во документација" + +msgid "Template filters" +msgstr "Шаблонски филтри" + +msgid "Template filter documentation" +msgstr "Документација за шаблонски филтер" + +msgid "Built-in filters" +msgstr "Вградени филтри" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"За да ги користите овие филтри, внесете %(code)s во вашиот " +"шаблон пред да го користите филтерот." + +msgid "Template tags" +msgstr "Шаблонски тагови" + +msgid "Template tag documentation" +msgstr "Документација за шаблонски таг" + +msgid "Built-in tags" +msgstr "Вградени тагови" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"За да ги користите овие тагови, внесете %(code)s во вашиот " +"шаблон пред да го користите тагот." + +#, python-format +msgid "View: %(name)s" +msgstr "Поглед: %(name)s" + +msgid "Context:" +msgstr "Контекст:" + +msgid "Templates:" +msgstr "Шаблони:" + +msgid "Back to View documentation" +msgstr "Назад до документација за погледи" + +msgid "View documentation" +msgstr "Документација за поглед" + +msgid "Jump to namespace" +msgstr "Скокни до именски простор" + +msgid "Empty namespace" +msgstr "Празен именски простор" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Погледи по именски простор %(name)s" + +msgid "Views by empty namespace" +msgstr "Погледи по празен именски простор" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Погледска функција (вју функција): %(full_name)s. Име: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "таг:" + +msgid "filter:" +msgstr "филтер:" + +msgid "view:" +msgstr "поглед:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Апликацијата %(app_label)r не е пронајдена" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Моделот %(model_name)r не е најден во апликацијата %(app_label)r" + +msgid "model:" +msgstr "модел:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "поврзаниот `%(app_label)s.%(data_type)s` објект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "поврзани `%(app_label)s.%(object_name)s` објекти" + +#, python-format +msgid "all %s" +msgstr "сите %s" + +#, python-format +msgid "number of %s" +msgstr "број на %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не изгледа дека е url објект" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..89d79cca6ddae27561b43d6adf50f654cce308d0 GIT binary patch literal 6865 zcmb`LTWlOx8OKjcpwxsyQ%bpW0)*O)cWo!ANj7yMSDFx0t1%S

    (`EUQaSRvz?i> zWA(+gM3Snc1&I(*p+=!mTQwo+Wfv0ChL=1c#8bsZNN6cSNL(IxMj(FQIWxPn>x3j# zN16HWoH^h9f4*~^KdxGFOmVH_{si}#o0QrH-uEsZTo0^JY8c!Feh{1kW!_=%R`3*f zCwLb8ICvRc3ARC*|4;D!;D5pQf-B#x)ce3YK^b2SeheG|MSeHPKQ+VSJ)jTX0>>!M}qN!xs?}xroPy!3A(V_+9W0@G>a={SM@x`U{V{z<+?EcLl~i z3Em2d|96Ap-$qdU-3v7r=YLpMx>@FK{pD-e&V~0hE0H61)fe6Sxh3R(`qTlV{LZdV^Me$r&!huuLE)YF zKuG2i9>_JsjXQ>i@-7#&P@0=EnEFXAi`-+}!b{3;cq-hH>vP<)UL;nz3fvOMFt_kh z)_`2=xTPMe<%LT)IcR=aK1%MSHAs%K3ko0<>q_XxItUZ()a$Mj=_J(Cu6A@I^6O5L zxKW_P>HTgwQG=bS?m;h3hSZiy%?tPyIf*yt>g{20T*ajLP}76yrXFe$0+Zd{JMx-s5s zs^?8l=au(LOy=r!-*YPx z@SGEQ&a_W{@!rviTdVs{;>ssSv|-EDVI!$GlA?Mbths7;qgI#Cfm3tix>L3zv0exp zdL{~M+6fknb23S!d-A5O|E`|%+<87biLSbVOL=g?yh>a}wTGJNa0VxQqonH?3B?4? z&$?cuXBvTxu&5^7WHzj%K*U}$OA4|I+ZwJJtVu2RiSt8|;nYmnK$}Eguj@5~Joov| zwCfK=>PmIDW7Q~Z)MGm#R+GN##4bAGMEsS26VH#;loWp|OR42XZ#w$F=BC4(tIai} z%JgZBUJ7Z|2fuBgK^QXhu?v=a?$=oNX@*`!eRJy{c(h@{-9 zkf=oJ+ACeuUk&FC0fb<&>$4P%WX^{^Zjf(L9eWAIp2B!+m|^us;e0IA3-zN7obVT* zaoLTjyR7C;%^lxM7LZ=3yXs+~QxDV3P^_dNYhq=SUs9(0B^5Mk(^!CDe2ZM6d__N! zuYO!yGiaNNB}@EB+GAox`b$c@zp7xxNt}HNehqcRln}n8CZkXqRbf}9@Gy;nwOP`Y z{Z3E~2Oe_kVU!dm;;L6EY;9EI!cstuN9Vaj!CB|YKz&H{H$56&h@y)-g1KR;ij z#RjoA;~o^55gStmeyU)k=8p^wOzfK2(T#qrI67b&WPn$stV9z!n2gYdykN5~&pJ`; zCgWe5+F97xohPKKqSVDUEuQ>l5S@l*mIf?mTSL3_G7Yw#Ey~`lIXa)P43?)^9)Ms$*Ad{nU6+Ja{TSAKUwF= zo-mj!J#T#eiAlJv%{e}_%&2XmcB%EqT^~i$#P|2fEF{U2XtiC2%_J*Q^Aa9hN703; zq$LdxH|>TXk|=<@B$?(yNlg2+Oi6{(NiSu5Jz=VHOqq>n(I$%*yMfp(F)f1hwmiRh zIb`-L+sFF09K#1;LjIH%Aw#@2r7!9&^|}q7OmLR(IqUaK%vO(GC)wsMwCps@9NBMp zyODk*L|!InlZd^}8Wir@^w6wN8t;Xm`E7%}6{=Ge$}F5G=H>exIVD3T`Le!5?OTiA zk-g<`ZbfBlT{?m!fBD(snD~quY}qpOxFW?iwZzsHdx)&GWzDYjI-|>7?kjMbGg;qn z&rIK*d0k4fNTu363-cX!H<$WOX6@$Q?Xudx;-2IF_LX&M-b>j_Idq{XYIvhw&KtpW{JrJa~ppI=Go)OREucH1@HVS=LcSF31awyTlnlXhkI z8t>WFB@Ft*kuJT`UMJ1oZi+G`w<#L)R%6;~4I^d0$k)~EdU*$hxt718uyd?`){OF` z1XS8^TjtSfDE5+cAPOa?FVm+fPIgGn3MOCJia4(#V2hENl31imW=p7BBx!~OWsRZ$ z)BNrRWIywP15L}EDSvABGUEt(aMW~R>rQWmm$BXGX&pDI#*C#f#!%AzLkkz!3GD8R zflKCG!XUNj6x1AkuGx+-Av+E+*er5tlDtYcB^I2qM-V<{e~*~Id3z2EX_Cc| W+p3O=pEqo==YMMY?4hrlI`u#DGrWEP literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a73c3185e7d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po @@ -0,0 +1,268 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Emil Joseph , 2019 +# Jannis Leidel , 2011 +# MUHAMMED RAMEEZ , 2019 +# Rag sagar , 2016 +# Rajeesh Nair , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2019-03-10 07:17+0000\n" +"Last-Translator: Emil Joseph \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "കാര്യനിർവ്വാഹകർക്കായുള്ള ഡോക്യൂമെന്റേഷൻ " + +msgid "Home" +msgstr "ഹോം " + +msgid "Documentation" +msgstr "സഹായക്കുറിപ്പുകള്‍" + +msgid "Bookmarklets" +msgstr "ബുക്ക് മാര്‍ക്കുകള്‍" + +msgid "Documentation bookmarklets" +msgstr "സഹായക്കുറിപ്പുകളുടെ ബുക്ക്മാര്‍ക്കുകള്‍" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"ബുക്ക്മാർക്കുകൾ ഇൻസ്റ്റാൾ ചെയ്യാൻ, നിങ്ങളുടെ ബുക്ക്മാർക്കുകൾ ടൂൾബാറിലേക്ക് ലിങ്ക് ഇഴയ്ക്കുക, " +"അല്ലെങ്കിൽ ലിങ്കിൽ വലത് ക്ലിക്കുചെയ്ത് നിങ്ങളുടെ ബുക്ക്മാർക്കുകളിൽ ചേർക്കുക. ഇപ്പോൾ നിങ്ങൾക്ക് " +"സൈറ്റിലെ ഏത് പേജിൽ നിന്നും ബുക്മാർക്കറ്റ് തിരഞ്ഞെടുക്കാം." + +msgid "Documentation for this page" +msgstr "ഈ പേജിന്റെ സഹായക്കുറിപ്പുകള്‍" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "ഏതു പേജില്‍ നിന്നും അതിന്റെ ഉദ്ഭവമായ വ്യൂവിന്റെ സഹായക്കുറിപ്പിലേക്കു ചാടാന്‍" + +msgid "Tags" +msgstr "ടാഗുകള്‍" + +msgid "List of all the template tags and their functions." +msgstr "എല്ലാ ടെംപ്ലേറ്റുകളും അവയുടെ ഫംഗ്ഷനുകളുടെ പട്ടിക" + +msgid "Filters" +msgstr "ഫില്‍ട്ടറുകള്‍" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"ഫിൽറ്ററുകൾ എന്നാൽ ഔട്പുട്ടിനു മാറ്റം വരുത്തുവാൻ ടെംപ്ലേറ്റുകൾക്കു ഉള്ളില്ലേ വാരിയബിലിസിന് " +"(variables) നൽകുന്ന ആക്ഷൻസ്സാണ് " + +msgid "Models" +msgstr "മോഡലുകള്‍" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "വ്യൂകള്‍" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"അഡ്മിൻ ഫങ്ക്ഷണാലിറ്റിയിലേക്കു പെട്ടെന്നു പ്രവേശിക്കുവാൻ നിങ്ങളുടെ ബ്രൗസെറിനുള്ള ടൂളുകൾ ." + +msgid "Please install docutils" +msgstr "ദയവായി ഡോക്യൂട്ടിൽസ്‌ ഇൻസ്റ്റാൾ ചെയ്യുക." + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "ഫീൽഡുകൾ " + +msgid "Field" +msgstr "ഫീൽഡ്." + +msgid "Type" +msgstr "ടൈപ്പ് " + +msgid "Description" +msgstr "വിവരണം" + +msgid "Methods with arguments" +msgstr "മെതോടുകൾ ഉള്ള ആർഗുമെന്റ്സ് " + +msgid "Method" +msgstr "രീതി" + +msgid "Arguments" +msgstr "വാദങ്ങൾ" + +msgid "Back to Model documentation" +msgstr "മോഡൽ ഡോക്യൂമെന്റന്റഷനിലേക്ക് തിരികെ പോവുക ." + +msgid "Model documentation" +msgstr "മോഡൽ ഡോക്യൂമെന്റേഷൻ." + +msgid "Model groups" +msgstr "മോഡൽ ഗ്രൂപ്സ്" + +msgid "Templates" +msgstr "ടെമ്പ്‌ലേറ്റുകള്‍" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "(എക്സിസ്റ് ചെയ്യുന്നില്ല )" + +msgid "Back to Documentation" +msgstr "ഡോക്യൂമെന്റഷനിലേക്കു തിരികെ പോവുക ." + +msgid "Template filters" +msgstr "ടെമ്പ്ലേറ്റ് ഫിൽറ്ററുകൾ " + +msgid "Template filter documentation" +msgstr "ടെമ്പ്ലേറ്റ് ഫിൽറ്റർ ഡോക്യൂമെന്റേഷൻ " + +msgid "Built-in filters" +msgstr "ബിൽട്ടിൻ ഫിൽറ്ററുകൾ " + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "ടെമ്പ്ലേറ്റ് റ്റാഗുകൾ " + +msgid "Template tag documentation" +msgstr "ടെമ്പ്ലേറ്റ് ടാഗിന്റെ ഡോക്യൂമെന്റേഷൻ " + +msgid "Built-in tags" +msgstr "ബിൽട്ടിൻ റ്റാഗുകൾ " + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "കോണ്ടെക്സ്റ് :" + +msgid "Templates:" +msgstr "ടെമ്പ്‌ലേറ്റുകള്‍" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "ഡോക്യൂമെന്റെഷൻ കാണുക " + +msgid "Jump to namespace" +msgstr "നെയിംസ്പേസിലേക്ക് ചാടുക ." + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ടാഗ്:" + +msgid "filter:" +msgstr "അരിപ്പ:" + +msgid "view:" +msgstr "വ്യൂ" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(app_label)r എന്ന Appല്‍ %(model_name)r എന്ന മാത്രുക കണ്ടില്ല." + +msgid "model:" +msgstr "മാത്രുക:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "ബന്ധപ്പെട്ട `%(app_label)s.%(data_type)s` വസ്തു" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "ബന്ധപ്പെട്ട `%(app_label)s.%(object_name)s` വസ്തുക്കള്‍" + +#, python-format +msgid "all %s" +msgstr "%s എല്ലാം" + +#, python-format +msgid "number of %s" +msgstr "%sന്റെ എണ്ണം" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s വിലാസ മാത്രുക (urlpattern object) ആണെന്ന് തോന്നുന്നില്ല." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b9b343ae12798fa864c97c95caf17ba756689f1 GIT binary patch literal 7108 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 KnVeZ&QU3;YkK=3r literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..54de5cfc683 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po @@ -0,0 +1,283 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bayarkhuu Bataa, 2014 +# Claude Paroz , 2014 +# Jannis Leidel , 2011 +# Turmunkh Batkhuyag, 2023 +# Zorig, 2013-2014,2016-2017 +# Анхбаяр Анхаа , 2014-2015 +# Баясгалан Цэвлээ , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-12-24 20:19+0000\n" +"Last-Translator: Turmunkh Batkhuyag, 2023\n" +"Language-Team: Mongolian (http://app.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Удирдлагын баримт бичиг" + +msgid "Home" +msgstr "Нүүр" + +msgid "Documentation" +msgstr "Баримт бичиг" + +msgid "Bookmarklets" +msgstr "Хавчуурга" + +msgid "Documentation bookmarklets" +msgstr "Баримт бичгийн хавчуурга" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Bookmarklet тэмдэглэл суулгахын тулд холбоосыг өөрийн bookmark талбар руу " +"чирэх эсвэл хулганы баруун даралт дарж bookmark -т нэмэх сонголтыг сонгоно. " +"Ингэснээр аль ч хуудаснаас bookmarklet-ээ сонгох боломжтой болно." + +msgid "Documentation for this page" +msgstr "Энэ хуудасны баримтжуулалт" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Таныг ямар ч хамаагүй хуудаснаас тухайн хуудсыг гаргаж байгаа " +"баримтжуулалтанд аваачна." + +msgid "Tags" +msgstr "Таг-ууд" + +msgid "List of all the template tags and their functions." +msgstr "Бүх загваруудын шошго мөн тэдний функц" + +msgid "Filters" +msgstr "Шүүлтүүрүүд" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "Шүүлтүүр нь тэмплэйтийн илэрцэд хувисагчаар оролцох үйлдэл" + +msgid "Models" +msgstr "Моделууд" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Model-ууд бол системтэй холбоотой талбарууд бүхий объектуудын тайлбар, Model " +"бүр тэмплэйт хувьсагч болох боломтой талбаруудтай " + +msgid "Views" +msgstr "View-үүд" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Нийтэд ил хуудас бүр view-ээс бүтнэ. View нь ямар объектийг, тухайн template-" +"д ашиглахыг тодорхойлно." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Админы ажиллагаанд хурдан нэвтрэхын тулд таны вэб хөтөчид зориулагдсан " +"хэрэгсэл." + +msgid "Please install docutils" +msgstr "docutils ийг суулгана уу" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Админуудаас docutils санг суулгасан эсхийг асууна " +"уу." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модель: %(name)s" + +msgid "Fields" +msgstr "Талбарууд" + +msgid "Field" +msgstr "Талбар" + +msgid "Type" +msgstr "Төрөл" + +msgid "Description" +msgstr "Товчхон" + +msgid "Methods with arguments" +msgstr "Аргументтэй функцүүд" + +msgid "Method" +msgstr "Функц" + +msgid "Arguments" +msgstr "Аргументүүд" + +msgid "Back to Model documentation" +msgstr "Моделийн баримтруу буцах" + +msgid "Model documentation" +msgstr "Моделийн баримт" + +msgid "Model groups" +msgstr "Модел бүлэгүүд" + +msgid "Templates" +msgstr "Загварууд" + +#, python-format +msgid "Template: %(name)s" +msgstr "Загвар: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "" + +msgid "(does not exist)" +msgstr "(Оршдоггүй)" + +msgid "Back to Documentation" +msgstr "Баримтруу буцах" + +msgid "Template filters" +msgstr "Загвар шүүлт" + +msgid "Template filter documentation" +msgstr "Загвар шүүлтийн баримт" + +msgid "Built-in filters" +msgstr "Өгөгдмөл шүүлтүүрүүд" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Энэ шошгыг ашиглахын тулд үүнийг %(code)s шошгоны өмнө загвар " +"дотроо бич" + +msgid "Template tags" +msgstr "Загвар шошго" + +msgid "Template tag documentation" +msgstr "Template tag баримтжуулалт" + +msgid "Built-in tags" +msgstr "Өгөгдмөл шошгууд" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Энэ шошгыг ашиглахын тулд үүнийг %(code)s шошгоны өмнө загвар " +"дотроо бич" + +#, python-format +msgid "View: %(name)s" +msgstr "Харагдац: %(name)s" + +msgid "Context:" +msgstr "Уул үг: " + +msgid "Templates:" +msgstr "Загварууд:" + +msgid "Back to View documentation" +msgstr "Харагдац баримтруу буцах" + +msgid "View documentation" +msgstr "Харагдац баримт" + +msgid "Jump to namespace" +msgstr "Хоосон зай үүсгэх" + +msgid "Empty namespace" +msgstr "Хоосон нэрний зай" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "%(name)s нэрсээр харах" + +msgid "Views by empty namespace" +msgstr "Хоосон зайгаар харах" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Функц харах: %(full_name)s. Нэр: %(url_name)s.\n" + +msgid "tag:" +msgstr "шошго:" + +msgid "filter:" +msgstr "шүүлтүүр:" + +msgid "view:" +msgstr "харах:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r аппликэйшн олдсонгүй" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr " %(app_label)r програмд %(model_name)r модел олдсонгүй" + +msgid "model:" +msgstr "модел:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "холбогдох `%(app_label)s.%(data_type)s`объект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "холбогдох `%(app_label)s.%(object_name)s` объектууд" + +#, python-format +msgid "all %s" +msgstr "бүх %s" + +#, python-format +msgid "number of %s" +msgstr "%s-ийн тоо" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s нь url хэлбэрийн объект биш байна" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a3218b02d1de6f6ceb722546289098cc637ffc2b GIT binary patch literal 468 zcmZ8d!A=4(6vXIhkDfg|6Aut9?V^UYh%q807>IFeNx42fCJ*L(yW#Y*wC2!I?Wi*F$DRgFn znJkUuAPhO{G+D?P3du}+utLr911Y_YmiLKBs7v5M7&q8bEU@TQCbGXAaI6matv8D9f+~XactwbhCEJeX# zBCPNW1@(pZC8u<~UblSZsOEChN=!k^T~9|#x~oU?KMPt|+6X42$>8tl7+BN`rd0iB+)@vy*HPZ40K{rr85rEyYl;}910su^OY4j85&zS X4!YcquGj9uZriJCIPXE&=mxc4C54Hf literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6e87657f4b8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po @@ -0,0 +1,275 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:34+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Marathi (http://www.transifex.com/projects/p/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"\n" +"

    To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

    \n" +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Show object ID" +msgstr "" + +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +msgid "Edit this object (current window)" +msgstr "" + +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +msgid "Edit this object (new window)" +msgstr "" + +msgid "As above, but opens the admin page in a new window." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Back to Model Documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to Views Documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0db0e9c6abf8edab86632a71970746feae147c1d GIT binary patch literal 6557 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 00000000000..13fd43e572b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po @@ -0,0 +1,283 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jafry Hisham, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-16 14:09+0000\n" +"Last-Translator: Jafry Hisham\n" +"Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "Dokumentasi Pentadbiran" + +msgid "Home" +msgstr "Utama" + +msgid "Documentation" +msgstr "Dokumentasi" + +msgid "Bookmarklets" +msgstr "Penanda" + +msgid "Documentation bookmarklets" +msgstr "Dokumentasi penanda" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Untuk memasang penanda, heret pautan ke palang-alat penanda-buku, atau klik-" +"kanan pada pautan dan tambahkan ke penanda-buku anda. Kini anda boleh " +"memilih penanda itu daripada mana-mana ruangan di laman." + +msgid "Documentation for this page" +msgstr "Dokumentasi untuk ruangan ini" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Membawa anda daripada mana-mana ruangan kepada dokumentasi bagi pemandangan " +"yang menjana ruang itu." + +msgid "Tags" +msgstr "Tag-tag" + +msgid "List of all the template tags and their functions." +msgstr "Senarai kesemua tag templat dan fungsiannya." + +msgid "Filters" +msgstr "Tapisan" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Tapisan adalah tindakan yang boleh digunakan pada pembolehubah didalam " +"templat untuk mengubah outputnya." + +msgid "Models" +msgstr "Model-model" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Model-model adalah penerangan bagi semua objek-objek didalam sistem dan " +"medan-medan yang berkaitan. Setiap model mempunyai senarai medan-medan yang " +"boleh diakses sebagai tempat pembolehubah." + +msgid "Views" +msgstr "Pemandangan" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Setiap ruangan pada laman awan dihasilkan daripada pemandangan. Pemandangan " +"menakrifkan templat mana yang diguna-pakai untuk menghasilkan ruangan itu " +"dan objek mana yang boleh digunakan bersama templat itu." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Alat-alat untuk pelayar anda untuk mengakses fungsian pentadbiran secara " +"pantas." + +msgid "Please install docutils" +msgstr "Sila pasang docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Sistem dokumentasi pentadbiran memerlukan perpustakaan docutils Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Sila mohon pada pentadbir-pentadbir anda untuk memasang docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Medan-medan" + +msgid "Field" +msgstr "Medan" + +msgid "Type" +msgstr "Jenis" + +msgid "Description" +msgstr "Penerangan" + +msgid "Methods with arguments" +msgstr "Kaedah dengan argumen" + +msgid "Method" +msgstr "Kaedah" + +msgid "Arguments" +msgstr "Argumen" + +msgid "Back to Model documentation" +msgstr "Patah balik ke dokumentasi Model" + +msgid "Model documentation" +msgstr "Dokumentasi Model" + +msgid "Model groups" +msgstr "Kumpulan-kumpulan Model" + +msgid "Templates" +msgstr "Templat-templat" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templat: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Templat: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Cari laluan untuk templat %(name)s:" + +msgid "(does not exist)" +msgstr "(tidak wujud)" + +msgid "Back to Documentation" +msgstr "Patah balik ke Dokumentasi" + +msgid "Template filters" +msgstr "Penapisan templat" + +msgid "Template filter documentation" +msgstr "Dokumentasi penapisan templat" + +msgid "Built-in filters" +msgstr "Penapisan terbina-dalam" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Untuk menggunakan tapisan-tapisan ini, letakkan %(code)s " +"didalam templat anda sebelum menggunakan tapisan itu." + +msgid "Template tags" +msgstr "Tag-tag templat" + +msgid "Template tag documentation" +msgstr "Dokumentasi tag templat" + +msgid "Built-in tags" +msgstr "Tag-tag terbina-dalam" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Untuk menggunakan tag-tag ini, letakkan %(code)s didalam " +"templat anda sebelum menggunakan tag itu." + +#, python-format +msgid "View: %(name)s" +msgstr "Pemandagan: %(name)s" + +msgid "Context:" +msgstr "Konteks:" + +msgid "Templates:" +msgstr "Templat-templat:" + +msgid "Back to View documentation" +msgstr "Patah balik ke Dokumentasi Pemandangan" + +msgid "View documentation" +msgstr "Dokumentasi Pemandangan" + +msgid "Jump to namespace" +msgstr "Lompat ke ruangnama" + +msgid "Empty namespace" +msgstr "Ruangnama koson" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Pemandangan berdasakran ruangnama %(name)s" + +msgid "Views by empty namespace" +msgstr "Pemandangan berdasarkan ruangnama kosong" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Fungsi Pemandangan: %(full_name)s. Name: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "tapis:" + +msgid "view:" +msgstr "lihat:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "App %(app_label)r tidak dijumpai" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r tidak dijumpai didalam app %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "objek `%(app_label)s.%(data_type)s` berkaitan" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objek-objek `%(app_label)s.%(object_name)s` berkaitan" + +#, python-format +msgid "all %s" +msgstr "semua %s" + +#, python-format +msgid "number of %s" +msgstr "bilangan %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s nampaknya bukan objek urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa8a6a56cebdf66ca164a03b8b3a84bada6675ed GIT binary patch literal 1721 zcmb7^&u<(x6vquMPzET!1O>GRBQ+vXJG--hAaMvnO`A4VBBE&9YwGNJHxtd+%h;PA z2PC)r5cE=7HA4JqRVl{;;zC1P_%}ctKqGPH)EgZ5+D^JjlL}$U{`igG_xZgyv-|rq zyH^Ot)0hV^S26ct9)17|#>e0j;3wcC;Ah}&@GAH!xC%ZD{<{AB5Aadge}WHzf32V2 z0iFKub$i!?ggg#A0;}LY(8WCtCg23<^zVTepm`tM5Bpg-9R#bO)7QZzkb^IQzkx4+ z|9~%p&moA*a|CqH-vwU;&x6l{tDuW}3v7VDfUe$Q6m<$52c7>_5NVKIm^%%m=X>}V z_!Oq=f$Pg2OjoxXdodB-=k4x@FrUOks)QU>jczWa;U-m*jHQ_og(fFdF36;6ij4O4 z=Z-Uy=VG9sQW@G(UD>3mq`cF?Io6qs&x&lI2pUc5yp2WVos1iy$>~%qYQi%_)1>9^ zV8n-IM0WF8QBc)#XN7QrCOxw`s;>0)tJ!(cFd+$jh6Ym;!`qCQIYI9$Y;wbA%yLHz z+?A09q{GNmp7*C6Z)WzK5H?-lG97-^v39e0CFSyhwTNR9+ zR#zjn9 zVyV(lc{S9ufoxq~&6leK(d78#v0nAHN)nAKY4AD3b+n98BbH1RFEN$Fv@ypEEzHQN z`dB>J^K*B#L=hj84b@C#o6*79)Z9&z(R?|Y%DM&5;xSd^no-&DrXHyc)36;$h9gqi zYo$F~+FPZyrM>CRufiT@AC~r8zhZ;4&rADrX}|Lu2(FiQ4Nfbi{U98Z%^y%feK4Ft ziS^6Ue&faG{2sCJ{L|9@6y*1Q^8S+V{Uz|bRN61R08x+vZiYUH;d297z~1hShrK*e zDD3kg)y)S;?gyV4s>BB7?NFQ-^a5Ca5CYurMTBmkeGr5mtZmWs>Cgn%snVja;U3qu zom, 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "ပင်မ" + +msgid "Documentation" +msgstr "အချက်အလက်" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "အမည်များ" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "စီစစ်မှုများ" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "မော်ဒယ်များ" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "ကြည့်ရှုခြင်းများ" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "ပံုစံပြားများ" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "အမည်:" + +msgid "filter:" +msgstr "စီစစ်မှု:" + +msgid "view:" +msgstr "ကြည့်ရှု:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(app_label)r အပ်ပရိုဂရမ်တွင် %(model_name)r မော်ဒယ်ရှာမတွေ့" + +msgid "model:" +msgstr "မော်ဒယ်:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "ဆက်နွယ်သော `%(app_label)s.%(data_type)s` အရာဝတ္ထု" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "ဆက်နွယ်သော `%(app_label)s.%(object_name)s` အရာဝတ္ထုများ" + +#, python-format +msgid "all %s" +msgstr "%s အားလံုး" + +#, python-format +msgid "number of %s" +msgstr "%s အရေအတွက်" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e6595dc018ba40ebd94cf7e897d942b094989dd8 GIT binary patch literal 6308 zcmbuDTZ|-C8OIL-iUWw?1-t-<)nR93yJuz>aP8e$nPqpm$iT{uD~J)QyH0o4c6C*A zPW8+VMx#a(z@Lj2A>A+1@Byd2KaSw8GH_ub6*0l2Y&~Oy#EA6o=Xr?S@3P(S3uFvH^J+` zr$Eu;k3o^+MNsth`?CKEDDu7vu7Ljlh3+1Rt%7?&q4yB@&_&oA+@$|Alq2((A|zYX z?V!kg3|s`;pvd!8P|p7bsKMt;d8$q$dUT{CS1`6F6ycJA9q4ymSxA3th^bXN9?ZY&o*QAL*$Rl!# zP7ctH(jr%sz-8@==d;AY$A`ul00HFQkJ*H4WRHM&mI09UShuwm3_>k z)@ZQn{rqC^AZ_}&k&fsL)%s^2?-ot;B{rCTZld!6+7eCd_7R%sNqqKZ8fsM=v?DZm zZlkUHUqOEo6StK81}HHo`juxnfchY~mnQa83!3M2Vs>l^SNvF0-%oe4Vr=IZET~1Nr%<%Nz$BNJI&dkSsX3dtVp(m(!zAOEjf!O3=wo?jJTzHBFVED*XrvdHAo^$;wN1Kg{UP0aoW*Lx z_WVkxjz*n<967tU8r?*;6b`59R&!ntb5nUf7)ExGngYt>BrO_Arn{iAQv*fRbL!4K zE6mxVrH&cbvB}8uJj=yQPq(Lu&rWr7)Yea&9z{K)jz^uo|E2ScVWUUmcA9jwOA4b| z)H9huVA5{_tbe8CQ{Ertx$0SuQ)7}*gBwGQ*D}}pT{L2aZ>bA zLFKT)B^Q^5;+i4graaqAKkxYJjodhl^=v*Kxv-!`xP$->{c<=MGoE;JqgJrkphy-tuq~xpUNV6hUt*<84DUy;8 zD9qrEUWLTr$4PrZVTV^9KhjcL64zVRbO`%dubH2nT8=-QZ>`T472PQ-O@`)JsgIe^ zcd&`VmLzFJ| z@Mfykh=uaB9oc=F6lRlNzi4#GRjjPGNN$PZSSO^9`Q6+w`Hl}*@fK%NZVA7$qE8~8 zi{;8s$%US4lA7$`U8d=Mq|2hd)#M_pFEj}*&wlNQZG%S`GGmejDFcx?%3{C&k1P~~ zW}Z6lfkkB`J_OYveMC^<&c)vuiFcg)~yu508}>zEjBE zQsN5d-55tj^k{)>%dXm{wnZd$(&kb%H13HTr@4N8u@aw&vR=OMpc&=1Xl%M(5;u;H zd#u8zSUafKZf&jIe#Q~6-(xlt~uN6C$>&B4o=p| zSzTir$1}VcM{VhY?WCv~Zt1MOa55d+C~cg`?a(nW@?E#S|Bwzp*OxMV)4E<;KD3|~ z#0eU>*T9{*a0R$MRU@9K0u(P!1_R=V=uJ|6?peKk?m6O$=$%x74e^lyRUq|=6ezM| zx&#zvTqDj0p$3$$)PQL+h~)QNE$GifhRhUoHE68bO2|fVB5cf%GTF?WckXoVwCT;_ zgR|365LYmEz&ZDDaC^5GhqPnO)Brx;W5vg$J{&j-#G}RyEcI>bj5;d-xgztP)+{^R zKw5I(upswrQ^Dp#b;6{Df1$4vzG(Cyo&!_d99%l+(o-Ht$p}M+Dp?$?tQYY-9msn< zF=MhA0(Gf)#thY642wt92j87jV|6VhMJc)P-p4{kQ0yDHk0(!Z$zaJ{QEHbMR4K%!OU`VtV8@a1%Le|%f+*VRI0#*;DXe!G_(NB~WAfkB<12xrYf(vKG`1LklV!^#rr_Q}FFztww#Fb$~&lPKB-M9&Z;p&`C zJgS-?NytxJU^cH*qmndOFs*;-&7CGo!a`$P;RCvXiw%l%FYNNwI(xP&%lWp!3gU>N zG`wJ4*k~stfSmlLn~FPSPNQ|A^5vng3^Ag_OvMRtOA7EBn_BFhNyEynH3J-VATE-c zp7#?xr(Q~3hz%v;5QZ6mdzjkBYMpn`h@M z7em(4UGHq;kbd~o^O?%<9a^epns^!E|10gVU0gDl)T>bB;ma6jMj_O&;)saZrCIrM zLi0U}4sQYffly!WQacKxb@4dodQu5YIh=H>;*m3Pm|`Yh`*|)BnW=K=O#Nv7qkv3X nio{ixmZ1u?{5#?T1!P$(;OHo%rQ|mIFMFqJ$ZBU%R+0Y(3Pvrh literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b7959c63cdf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,284 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Jon, 2015-2016 +# Jon, 2014 +# Jon, 2020-2021 +# Jon, 2013 +# Jon, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-03-18 14:16+0000\n" +"Last-Translator: Jon\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administrasjons-dokumentasjon" + +msgid "Home" +msgstr "Hjem" + +msgid "Documentation" +msgstr "Dokumentasjon" + +msgid "Bookmarklets" +msgstr "Bokmerker" + +msgid "Documentation bookmarklets" +msgstr "Dokumentasjonsbokmerker" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"For å installere bokmerker, dra linken til verktøylinjen for bokmerker, " +"eller høyreklikk og legg til i bokmerker. Nå kan du du velge bokmerket fra " +"hvilken som helst side på nettstedet." + +msgid "Documentation for this page" +msgstr "Dokumentasjon for denne siden" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Hopp fra hvilken som helst side til dokumentasjonen for visningsfunksjonen " +"som genererte den siden." + +msgid "Tags" +msgstr "Tags" + +msgid "List of all the template tags and their functions." +msgstr "Liste over alle mal-taggene og deres funksjoner." + +msgid "Filters" +msgstr "Filter" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtre er handlinger som kan brukes på variabler i en mal for å endre output." + +msgid "Models" +msgstr "Modeller" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeller er beskrivelser av alle objektene i systemet og tilhørende felter. " +"Hver modell har en liste over felt som kan brukes som mal-variabler" + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Hver side på det offentlige nettstedet er generert av et view. View'et " +"definerer hvilken malen som blir brukt til å generere siden og hvilke " +"objekter som er tilgjengelige for den malen." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Verktøy for nettleseren din for å få rask tilgang til admin-funksjonalitet." + +msgid "Please install docutils" +msgstr "Vennligst installer docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Admin-verktøyets dokumentasjonssystem behøver Pythons docutils-bibliotek ." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Spør dine administratorer om å installere docutils ." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modell: %(name)s" + +msgid "Fields" +msgstr "Felter" + +msgid "Field" +msgstr "Felt" + +msgid "Type" +msgstr "Type" + +msgid "Description" +msgstr "Beskrivelse" + +msgid "Methods with arguments" +msgstr "Metoder med argumenter" + +msgid "Method" +msgstr "Metode" + +msgid "Arguments" +msgstr "Argumenter" + +msgid "Back to Model documentation" +msgstr "Tilbake til modell-dokumentasjon" + +msgid "Model documentation" +msgstr "Modelldokumentasjon" + +msgid "Model groups" +msgstr "Modellgrupper" + +msgid "Templates" +msgstr "Maler" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mal: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mal: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Søkebane for mal %(name)s:" + +msgid "(does not exist)" +msgstr "(finnes ikke)" + +msgid "Back to Documentation" +msgstr "Tilbake til dokumentasjonen" + +msgid "Template filters" +msgstr "Mal-filtre" + +msgid "Template filter documentation" +msgstr "Mal-filter dokumentasjon" + +msgid "Built-in filters" +msgstr "Innebygde filtre" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"For å bruke disse filtrene, sett inn %(code)s i malen før du " +"bruker filteret." + +msgid "Template tags" +msgstr "Mal-tagger" + +msgid "Template tag documentation" +msgstr "Mal-tag-dokumentasjon" + +msgid "Built-in tags" +msgstr "Innebygde tagger" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"For å bruke disse taggene, sett inn %(code)s i malen før du " +"bruker taggen." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Maler:" + +msgid "Back to View documentation" +msgstr "Tilbake til view-dokumentasjonen" + +msgid "View documentation" +msgstr "View-dokumentasjon" + +msgid "Jump to namespace" +msgstr "Gå til navnerom" + +msgid "Empty namespace" +msgstr "Tomt navnerom" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views etter navnerom %(name)s" + +msgid "Views by empty namespace" +msgstr "Views etter tomt navnerom" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"View-funksjon: %(full_name)s. Navn: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Applikasjon %(app_label)r ikke funnet" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Fant ikke modellen %(model_name)r i applikasjonen %(app_label)r" + +msgid "model:" +msgstr "modell:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "relaterte `%(app_label)s.%(object_name)s`-objekter" + +#, python-format +msgid "all %s" +msgstr "alle %s" + +#, python-format +msgid "number of %s" +msgstr "antall %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ser ikke ut til å være et urlpattern-objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a72f32dd3df1b42800989729c008b89dac5e8233 GIT binary patch literal 2571 zcmb7F%WoVt95zr|*zzca9(YOS5GjGo?k0d}CIm{G2C6nCge4a$rQTgq^cabA&?M9G=Bki#D&lH>?!lfXQ18}JD5 zdEi^X?ZDIN`bWSu%s&O*3w-?^yFZ>{0jTr53(NtlKppQhU>^7tQ2YG?^ughG;0u_) zhQ()rbHImz7l3e(7>{D;M|0QuHXmL4?sNi5 zCf7sh9Ho={Fi@I#KpR4o126QXikR}|I2{$GdcZ@4nFz^#A!Y*>&H7wPGRkEs@@i(I z+pKFwi(O8g@#u_*sH%FB)>ws;H$=e6xF~a<_VflCr$ZL-zKDiG!L}ZjsTWdKt6?AS zX`dCj-xpaQNeZljmw=5_%=fzz_tSF3DoDnu?}f8e3A!NaQOibRMfgP)^;2+)yh>F$ zCEqK-vgyK*o|QpCZT8O6qhel1q$L(o$$ege6+AnNr!$cVC<_-%wYm~*AU(yiWXj|7 zl4#OBl98i=#v)9T_^R1hHAa|T zHx|oDyskqwPQi4|{6dV2h}@aa+Mczm@I~@-h;Du$pI!llJIHh`X?zF|6!drNO7|+*D?f zk|bU>vRzA=rJ9+Y+pQWI?Ey7RkjsXumJLeULs{v^48?=bDI=;CVhO7d84i$rDcv(d z{da1ZgDoP!{fcoy$LPby#syP`O_vsf)iwj8+&YfIlGTLJ6xy?sR~ig02Szr`B1~|6 zI4WzXTXM^=*jvT8lcHJ`Ks|d6RyJ@=8Zly?M$H>TV~(o=s<;v8_mn-@;$9$%*4H-T z52k?gP1%;Qv8BYHo61*U(k>GdB(gHJ=-DI?<_j<+NqniJ=b@dweWsJ(i*!p=f5lCA zw0n`dq(`, 2012 +# Sandesh Rana , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-09-20 19:57+0000\n" +"Last-Translator: Sandesh Rana \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "प्रशासनिक दस्तावेज" + +msgid "Home" +msgstr "गृह " + +msgid "Documentation" +msgstr "प्रलेखन" + +msgid "Bookmarklets" +msgstr "बुकमार्कलेटहरू" + +msgid "Documentation bookmarklets" +msgstr "कागजातका बुकमार्कलेटहरू" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"बुकमार्कलेटहरू स्थापना गर्न, लिंकलाई तपाईंको बुकमार्क टूलबारमा ड्र्याग गर्नुहोस्, वा लिंकमा " +"दायाँ क्लिक गर्नुहोस् र तपाईंको बुकमार्कमा थप्नुहोस्। अब तपाईं साइटमा कुनै पृष्ठबाट बुकमार्क " +"चयन गर्न सक्नुहुन्छ।" + +msgid "Documentation for this page" +msgstr "यो पृस्ठको लागी प्रलेखन" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "ट्यागहरु " + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "नमुनाहरु " + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "धृस्यहरु " + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "वर्णन" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ट्याग:" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "धृस्य :" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(model_name)r नमुना %(app_label)r appमा भेटिएन" + +msgid "model:" +msgstr "नमुना :" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` संबंधित बस्तु " + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` संबंधित बस्तु " + +#, python-format +msgid "all %s" +msgstr "सबै %s" + +#, python-format +msgid "number of %s" +msgstr "%sको संख्या" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..89f91232b21a0dad5a4ad381b28110b5853afc4c GIT binary patch literal 6498 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..84983aaf482 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bouke Haarsma , 2013 +# Evelijn Saaltink , 2016 +# Ilja Maas , 2015 +# Jannis Leidel , 2011 +# 6a27f10aef159701c7a5ff07f0fb0a78_05545ed , 2012,2014 +# Tonnes , 2019,2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-04-24 20:19+0000\n" +"Last-Translator: Tonnes , 2019,2022\n" +"Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Beheerdocumentatie" + +msgid "Home" +msgstr "Voorpagina" + +msgid "Documentation" +msgstr "Documentatie" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentatiebookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Om bookmarklets te installeren, sleept u de koppeling naar uw " +"bladwijzerwerkbalk, of klikt u met de rechtermuisknop op de koppeling en " +"voegt u deze toe aan uw bladwijzers. De bookmarklet kan nu vanuit elke " +"pagina op de website worden geselecteerd." + +msgid "Documentation for this page" +msgstr "Documentatie voor deze pagina" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Springt vanuit elke pagina naar de documentatie voor de weergave die die " +"pagina genereert." + +msgid "Tags" +msgstr "Tags" + +msgid "List of all the template tags and their functions." +msgstr "Overzicht van alle sjabloontags en hun functies." + +msgid "Filters" +msgstr "Filters" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filters zijn acties die op variabelen in een sjabloon kunnen worden " +"toegepast om de uitvoer aan te passen." + +msgid "Models" +msgstr "Modellen" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modellen zijn beschrijvingen van alle objecten in het systeem en hun " +"gekoppelde velden. Elk model heeft een lijst van velden die als " +"sjabloonvariabelen kunnen worden gekoppeld." + +msgid "Views" +msgstr "Weergaven" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Elke pagina op de publieke website wordt gegenereerd door een weergave. De " +"weergave bepaalt welke sjabloon wordt gebruikt om de pagina te genereren en " +"welke objecten in die sjabloon beschikbaar zijn." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Snelkoppelingen in je browser om makkelijk beheerpagina's te openen." + +msgid "Please install docutils" +msgstr "Docutils is niet geïnstalleerd" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Het beheerdocumentatiesysteem vereist de docutils-" +"bibliotheek van Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Vraag de beheerder om docutils te installeren." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Velden" + +msgid "Field" +msgstr "Veld" + +msgid "Type" +msgstr "Type" + +msgid "Description" +msgstr "Beschrijving" + +msgid "Methods with arguments" +msgstr "Methode met argumenten" + +msgid "Method" +msgstr "Methode" + +msgid "Arguments" +msgstr "Argumenten" + +msgid "Back to Model documentation" +msgstr "Terug naar Modeldocumentatie" + +msgid "Model documentation" +msgstr "Modeldocumentatie" + +msgid "Model groups" +msgstr "Modules" + +msgid "Templates" +msgstr "Sjablonen" + +#, python-format +msgid "Template: %(name)s" +msgstr "Sjabloon: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Sjabloon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Zoekpad voor sjabloon %(name)s:" + +msgid "(does not exist)" +msgstr "(bestaat niet)" + +msgid "Back to Documentation" +msgstr "Terug naar Documentatie" + +msgid "Template filters" +msgstr "Sjabloonfilters" + +msgid "Template filter documentation" +msgstr "Sjabloontagdocumentatie " + +msgid "Built-in filters" +msgstr "Standaardfilters" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Om deze filters te gebruiken, plaatst u %(code)s in uw sjabloon " +"voordat u het filter gebruikt." + +msgid "Template tags" +msgstr "Sjabloontags" + +msgid "Template tag documentation" +msgstr "Sjabloontagdocumentatie" + +msgid "Built-in tags" +msgstr "Standaardtags" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Om deze tags te gebruiken, plaatst u %(code)s in uw sjabloon " +"voordat u de tag gebruikt." + +#, python-format +msgid "View: %(name)s" +msgstr "Weergave: %(name)s" + +msgid "Context:" +msgstr "Contextvariabelen:" + +msgid "Templates:" +msgstr "Sjablonen:" + +msgid "Back to View documentation" +msgstr "Terug naar Weergavedocumentatie" + +msgid "View documentation" +msgstr "Weergavedocumentatie" + +msgid "Jump to namespace" +msgstr "Naar namespace springen" + +msgid "Empty namespace" +msgstr "Lege namespace" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Weergaven per namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Weergaven per lege namespace" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Weergavefunctie: %(full_name)s. Naam: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "weergave:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "App %(app_label)r niet gevonden" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r niet gevonden in module %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "het gerelateerde `%(app_label)s.%(data_type)s` object" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "gerelateerde `%(app_label)s.%(object_name)s` objecten" + +#, python-format +msgid "all %s" +msgstr "alle %s" + +#, python-format +msgid "number of %s" +msgstr "aantal %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s lijkt geen urlpattern-object te zijn" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..72add0c5e2f5d8df45c579437d5c7d3c8fb39d9f GIT binary patch literal 6299 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..673f79641a3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,282 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Sivert Olstad, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-11-16 23:22+0000\n" +"Last-Translator: Sivert Olstad\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Administrasjons-dokumentasjon" + +msgid "Home" +msgstr "Heim" + +msgid "Documentation" +msgstr "Dokumentasjon" + +msgid "Bookmarklets" +msgstr "Bokmerke" + +msgid "Documentation bookmarklets" +msgstr "Dokumentasjonsbokmerke" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"For å installere bokmerke, dra lenkja til verktøylinja for bokmerke, eller " +"høgreklikk og legg til i dine bokmerke. No kan du velje bokmerket frå kva " +"for helst side på nettstaden." + +msgid "Documentation for this page" +msgstr "Dokumentasjon for denne sida" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Hopp frå kva som helst side til dokumentasjonen for visingsfunksjonen som " +"genererte sida." + +msgid "Tags" +msgstr "Taggar" + +msgid "List of all the template tags and their functions." +msgstr "Liste over alle mal-taggar og funksjonane deira." + +msgid "Filters" +msgstr "Filter" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filter er handlingar som kan bli brukt på variablar i ein mal for å endre " +"utdata." + +msgid "Models" +msgstr "Modellar" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modellar er beskrivingar av alle objekta i eit system og tilhøyrande felt. " +"Kvar modell har ein liste over felt som kan bli brukt som mal-variablar." + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Kvar side på den offentlege nettstaden er generert av ein view. Viewen " +"definerer kva for ein mal som blir brukt til å generere sida og kva for " +"nokre objekt som er tilgjengelege for den malen." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Verktøy for nettlesaren din for å få rask tilgang til admin-funksjonalitet" + +msgid "Please install docutils" +msgstr "Installer docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Admin-verktøyet sitt dokumentasjonssystem behøver Python sitt docutils-bibliotek." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Spør administratorane dine om å installere docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modell: %(name)s" + +msgid "Fields" +msgstr "Felt" + +msgid "Field" +msgstr "Felt" + +msgid "Type" +msgstr "Type" + +msgid "Description" +msgstr "Beskriving" + +msgid "Methods with arguments" +msgstr "Metodar med argument" + +msgid "Method" +msgstr "Metode" + +msgid "Arguments" +msgstr "Argument" + +msgid "Back to Model documentation" +msgstr "Attende til Modelldokumentasjon" + +msgid "Model documentation" +msgstr "Modelldokumentasjon" + +msgid "Model groups" +msgstr "Modellgrupper" + +msgid "Templates" +msgstr "Malar" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mal: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mal: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Søkjebane for mal %(name)s:" + +msgid "(does not exist)" +msgstr "(finnast ikkje)" + +msgid "Back to Documentation" +msgstr "Attende til Dokumentasjon" + +msgid "Template filters" +msgstr "Malfilter" + +msgid "Template filter documentation" +msgstr "Malfilterdokumentasjon" + +msgid "Built-in filters" +msgstr "Innbygde filter" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"For å bruke desse filtera, set inn %(code)s i malen før du " +"brukar filteret." + +msgid "Template tags" +msgstr "Maltaggar" + +msgid "Template tag documentation" +msgstr "Maltagdokumentasjon" + +msgid "Built-in tags" +msgstr "Innebygde taggar" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"For å bruke desse taggane, set inn %(code)s i malen før du " +"brukar taggen." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Malar:" + +msgid "Back to View documentation" +msgstr "Attende til Viewdokumentasjon" + +msgid "View documentation" +msgstr "Viewdokumentasjon" + +msgid "Jump to namespace" +msgstr "Gå til namnerom" + +msgid "Empty namespace" +msgstr "Tomt namnerom" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views etter namnerom %(name)s" + +msgid "Views by empty namespace" +msgstr "Views etter tomt namnerom" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Viewfunksjon: %(full_name)s. Namn: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Applikasjon %(app_label)r ikkje funne" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" +"Kunne ikkje finne modellen %(model_name)r i applikasjonen %(app_label)r" + +msgid "model:" +msgstr "modell:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "relaterte `%(app_label)s.%(object_name)s`-objekt" + +#, python-format +msgid "all %s" +msgstr "alle %s" + +#, python-format +msgid "number of %s" +msgstr "tal på %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ser ikkje ut til å vere eit urlpattern-objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dc8f9df6c36e2aa2fb66ad37e16d6e166e853d10 GIT binary patch literal 2044 zcmai!O>Y}T7{{m3@?y$cp{SyOriWCH()CM=NVCBRwP{MLMvaQ;g+n^F$IiC9JFA^> zlSm-7ahd}W5=ev-Cscail(wmw=7mqdVOF_t;xhnOF8rTeH?>itjy(JG%semu=NYg6 zJg|3}VZ4L+9_H_u?_++o2M>(Dz+>Rw;C}Ff=NNkx90K13N5I2i6?_qlz`fus_&NAB zcmhno7r=ebXXpFDm$7~m+y@>8>HG*taq``D38cKkU=bVxDZT+q;2cQ)zk)wP;|fT6 z&tmfs*@0Bsw;<`b4d%f=y8C;Ol;R%(Z-4_}6}$t!2L21?z#K%q0UiX&{wVksc%sX* zAlZEhQh%CY1vDT&>>eJ&;5tZk{{vEsU%{k7zHeiaEybllaY#EPu!ER1NE79!L3(JU zeFRYwJ3t#4Xg5PE*h`qyFB-4YV?gtUlA4Fga1ljP#M~%elU(q2>_@^F8HZfeuFAS$ zrjb>x2-VS7Fgz;3^zv8uB4S7=`!?dS)BwCV&F55` zH)9oW5zeJXB*;ul=5}3X*o10GpAX~%;#4RCIT)wK zHdQ-pa4)2)agOJdFKW^sj58n2s-lI53?iR`vdc)MneY)!vu3K>WocNKh3%jwW3HNX z7E5wy@GHGhbzvZ%bukm6uXLNLnGr3QQGvTUHiQvVW-gM0J8q2XcG+aC=w_UA4d*iY zh?{VE`SDVD*eR8r@(3?~ zmJ4Ivm1GAR~jl|ou)$|yC*S)B8 zaWFS=ZsN?7>dS>v?z9RGewj`cEpxe%v!;kk^ukeIpB6E4RlcZ>J13vmQLd(poikxw zHN3Fp@{={s?8tPv(z!{$9Sh$XS8SB{VJ>}w?-@*@>q9vsclTZOmBNtSqW zE9oRl_Tl!jy^p2+&E8GEu@CHeGSBVS_Hxo;_WPt`*X^cVNp64}_CYeA%x^C<`vc6^ zakvSGtz;esi*{|7ZTpDA-`y?LcgZ5DS)e4zO)_15dhpxOL>3(wkZR;5DZk(=HprdX zJIPYAKxcNfCnz=^A?)@tr;_{f@od%Y1!TZ>1M${K%CXcw^?jNoyNQS-%HD(he6mzv z_9qywqA45yf3sn?0Gp0ov0MFbHC+Z8xkdu*{j~QSF<0zETn`HA37S>>Gud^E@43UQ z8`(yBio1rcPP&7dNGYQN`@85eB=3r*p9lK7M3p6rEV%{Tq*&1PtUnFJ*!cma=`%m~ R8BzNFL3(4rFRR66{{b6C=nVh> literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d7c9eaee238 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Хӕдзар" + +msgid "Documentation" +msgstr "Документаци" + +msgid "Bookmarklets" +msgstr "Букмарклеттӕ" + +msgid "Documentation bookmarklets" +msgstr "Документацийы букмарклеттӕ" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Ацы фарсы документаци" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Цыфӕнды фарсӕй дӕ уыцы фарс цы хуыз фӕлдисы, уый документацимӕ ӕрвиты." + +msgid "Tags" +msgstr "Тӕгтӕ" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Фӕрсудзӕнтӕ" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Моделтӕ" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Хуызтӕ" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Хуызӕгтӕ" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "тӕг:" + +msgid "filter:" +msgstr "фӕрсудзӕн:" + +msgid "view:" +msgstr "хуыз:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Модел %(model_name)r ӕфтуан %(app_label)r-ы мидӕг нӕ разынд" + +msgid "model:" +msgstr "модел" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "хӕстӕг `%(app_label)s.%(data_type)s` объект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "хӕстӕг `%(app_label)s.%(object_name)s` объекттӕ" + +#, python-format +msgid "all %s" +msgstr "%s иууылдӕр" + +#, python-format +msgid "number of %s" +msgstr "%s нымӕц" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s url-ы хуызӕгы объект нӕу" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8be0a2c6254642bcd0494e34bc061723e3aec950 GIT binary patch literal 1275 zcma))OKTKC5XalMt_qr)k3$Ovc9Geg4Wg!FRE!BK2`*t3JjLGK-p$0B?qQ}k(VH(! zK*3XthhP*%XYhdvf`aHb@Cyjic<`j(!GF&tNc4>NKm$I2 zeTVIVKfQ*KyAaH{!wrfcplsa)_JC3dIj+>jfJYa7p<{AF)!TuPnrlzVs($^-LHOWhpd^E|cZ2!h2 zpG>j<#Y2, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "ਘਰ" + +msgid "Documentation" +msgstr "ਡੌਕੂਮੈਂਟੇਸ਼ਨ" + +msgid "Bookmarklets" +msgstr "ਬੁੱਕਮਾਰਕਲਿਟ" + +msgid "Documentation bookmarklets" +msgstr "ਡੌਕੂਮੈਟੇਸ਼ਨ ਬੁੱਕਮਾਰਕਲਿਟ" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "ਇਹ ਸਫ਼ੇ ਲਈ ਡੌਕੂਮੈਂਟੇਸ਼ਨ" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ਟੈਗ:" + +msgid "filter:" +msgstr "ਫਿਲਟਰ:" + +msgid "view:" +msgstr "ਵੇਖੋ:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "ਮਾਡਲ:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "ਸਬੰਧਿਤ `%(app_label)s.%(object_name)s` ਆਬਜੈਕਟ" + +#, python-format +msgid "all %s" +msgstr "ਸਭ %s" + +#, python-format +msgid "number of %s" +msgstr "%s ਦੀ ਗਿਣਤੀ" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..69081819fab5a70d9c1f9c6cad7a5efde1627a51 GIT binary patch literal 6633 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..9a76f27e73a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,294 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Stachowicz , 2015 +# angularcircle, 2012 +# Jannis Leidel , 2011 +# Janusz Harkot , 2015 +# m_aciek , 2016,2019 +# m_aciek , 2014 +# Mariusz Felisiak , 2021 +# c10516f0462e552b4c3672569f0745a7_cc5cca2 <841826256cd8f47d0e443806a8e56601_19204>, 2014 +# Mattia Procopio , 2014 +# Tomasz Kajtoch , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-04-01 09:45+0000\n" +"Last-Translator: Mariusz Felisiak \n" +"Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +msgid "Administrative Documentation" +msgstr "Dokumentacja administracyjna" + +msgid "Home" +msgstr "Strona główna" + +msgid "Documentation" +msgstr "Dokumentacja" + +msgid "Bookmarklets" +msgstr "Zakładki" + +msgid "Documentation bookmarklets" +msgstr "Zakładki Dokumentacji" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Aby zainstalować skryptozakładkę, przeciągnij jej link do paska zakładek lub " +"kliknij prawym przyciskiem na link i wybierz opcję zapisania do zakładek. Od " +"tego momentu możesz użyć tak zapisanej zakładki na dowolnej podstronie tego " +"serwisu." + +msgid "Documentation for this page" +msgstr "Dokumentacja dla tej strony" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Przekierowuje z dowolnej strony do dokumentacji dla widoku, który ją " +"generuje." + +msgid "Tags" +msgstr "Tagi" + +msgid "List of all the template tags and their functions." +msgstr "Lista wszystkich templatetagów i ich funkcji." + +msgid "Filters" +msgstr "Filtry" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtry to akcje, które mogą być stosowane w odniesieniu do zmiennych w " +"szablonie, aby zmienić wyjście." + +msgid "Models" +msgstr "Modele" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modele to opisy wszystkich obiektów w systemie i związanych z nimi pól. " +"Każdy model ma listę pól, które mogą być dostępne jako zmienne szablonu" + +msgid "Views" +msgstr "Widoki" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Każda strona dostępna publicznie jest generowana przez widok. Widok określa, " +"który szablon jest używany do wygenerowania strony i które obiekty są " +"dostępne dla tego szablonu." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Narzędzia do twojej przeglądarki, aby uzyskać szybki dostęp do " +"funkcjonalności admina." + +msgid "Please install docutils" +msgstr "Zainstaluj docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"System dokumentacji admina wymaga Pythonowej biblioteki docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Poproś swoich administratorów, aby zainstalowali docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Pola" + +msgid "Field" +msgstr "Pole" + +msgid "Type" +msgstr "Typ" + +msgid "Description" +msgstr "Opis" + +msgid "Methods with arguments" +msgstr "Metody z argumentami" + +msgid "Method" +msgstr "Metoda" + +msgid "Arguments" +msgstr "Argumenty" + +msgid "Back to Model documentation" +msgstr "Powrót do dokumentacji modelu" + +msgid "Model documentation" +msgstr "Dokumentacja modelu" + +msgid "Model groups" +msgstr "Grupy modelu" + +msgid "Templates" +msgstr "Szablony" + +#, python-format +msgid "Template: %(name)s" +msgstr "Szablon: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Szablon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Ścieżki wyszukiwania dla szablonu %(name)s:" + +msgid "(does not exist)" +msgstr "(nie istnieje)" + +msgid "Back to Documentation" +msgstr "Powrót do dokumentacji" + +msgid "Template filters" +msgstr "Filtry szablonu" + +msgid "Template filter documentation" +msgstr "Dokumentacja filtrów szablonu" + +msgid "Built-in filters" +msgstr "Wbudowane filtry" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Aby użyć tych filtrów, umieść %(code)s w swoim szablonie przed " +"użyciem filtra." + +msgid "Template tags" +msgstr "Tagi szablonu" + +msgid "Template tag documentation" +msgstr "Dokumentacja tagów szablonu" + +msgid "Built-in tags" +msgstr "Wbudowane tagi" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Aby użyć tych tagów, umieść %(code)s w swoim szablonie przed " +"użyciem taga." + +#, python-format +msgid "View: %(name)s" +msgstr "Widok: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Szablony:" + +msgid "Back to View documentation" +msgstr "Powrót do dokumentacji widoku" + +msgid "View documentation" +msgstr "Zobacz dokumentację" + +msgid "Jump to namespace" +msgstr "Przejdź do przestrzeni nazw" + +msgid "Empty namespace" +msgstr "Pusta przestrzeń nazw" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Widoki według przestrzeni nazw %(name)s" + +msgid "Views by empty namespace" +msgstr "Widoki po pustej przestrzeni nazw" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Funkcja widoku: %(full_name)s. Nazwa: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filtr:" + +msgid "view:" +msgstr "widok:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Nie znaleziono aplikacji %(app_label)r" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r nie został znaleziony w aplikacji %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "powiązany obiekt `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "powiązane obiekty `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "wszystkie %s" + +#, python-format +msgid "number of %s" +msgstr "liczba %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s nie jest obiektem urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9131d636785c2785af8c9bfac68104a0c2caa93b GIT binary patch literal 6605 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..292850be342 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,288 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bruno Miguel Custódio , 2012 +# Jannis Leidel , 2011 +# Manuela Silva , 2025 +# Nuno Mariz , 2011-2013,2015,2017 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Manuela Silva , 2025\n" +"Language-Team: Portuguese (http://app.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" + +msgid "Administrative Documentation" +msgstr "Documentação Administrativa" + +msgid "Home" +msgstr "Início" + +msgid "Documentation" +msgstr "Documentação" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentação dos bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar bookmarklets, arraste o link da barra dos bookmarks, ou " +"pressione do lado direito no link e adicione aos bookmarks.\n" +"Agora poderá selecionar o bookmarklet de qualquer página do site." + +msgid "Documentation for this page" +msgstr "Documentação desta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Vai de qualquer página para a documentação da view que gera essa página." + +msgid "Tags" +msgstr "Tags" + +msgid "List of all the template tags and their functions." +msgstr "Lista de todas as template tags e suas funções." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Os filtros são as acções que podem ser aplicadas às variáveis ​​de uma " +"template para alterar o output." + +msgid "Models" +msgstr "Models" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Models são descrições de todos os objetos no sistema e seus campos " +"associados. Cada model tem uma lista de campos que podem ser acedidos como " +"variáveis ​​de template" + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada página no site público é gerada por uma view. A view define qual " +"template será usado para gerar a página e quais objetos estarão disponíveis " +"para esse template." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Ferramentas para o seu navegador para aceder rapidamente a funcionalidade de " +"administração." + +msgid "Please install docutils" +msgstr "Por favor, instale o docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"O sistema de documentação de administração requer a biblioteca docutils do Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor, peça aos seu administradores para instalar o docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descrição" + +msgid "Methods with arguments" +msgstr "Métodos com argumentos" + +msgid "Method" +msgstr "Métodos" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "Voltar para a documentação dos Models" + +msgid "Model documentation" +msgstr "Documentação dos Models" + +msgid "Model groups" +msgstr "Grupos de Models" + +msgid "Templates" +msgstr "Templates" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Modelo: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Caminho de pesquisa para o modelo %(name)s:" + +msgid "(does not exist)" +msgstr "(Não existe)" + +msgid "Back to Documentation" +msgstr "Voltar para a Documentação" + +msgid "Template filters" +msgstr "Filtros de template" + +msgid "Template filter documentation" +msgstr "Documentação de filtros de template" + +msgid "Built-in filters" +msgstr "Filtros built-in" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para utilizar estes filtros, coloque %(code)s na sua template " +"antes de utilizar o filtro." + +msgid "Template tags" +msgstr "Tags de template" + +msgid "Template tag documentation" +msgstr "Documentação de tags de template" + +msgid "Built-in tags" +msgstr "Tags built-in" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para utilizar estas tags, coloque %(code)s na sua template " +"antes de usar a tag." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Templates:" + +msgid "Back to View documentation" +msgstr "Voltar para a documentação das Views" + +msgid "View documentation" +msgstr "Ver documentação" + +msgid "Jump to namespace" +msgstr "Saltar para namespace" + +msgid "Empty namespace" +msgstr "Namespace vazio" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views por namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Views por namespace vazio" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Função de view: %(full_name)s. Nome: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "A aplicação %(app_label)r não foi encontrada" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "O Model %(model_name)r não foi encontrado na aplicação %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "os objetos `%(app_label)s.%(object_name)s` relacionados" + +#, python-format +msgid "all %s" +msgstr "todos %s" + +#, python-format +msgid "number of %s" +msgstr "número de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s não parece ser um objeto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..28ee8c6e6892a962788731ada79c4461ae8e6c9d GIT binary patch literal 6590 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a2151086c0a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,292 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# andrewsmedina , 2016 +# Carlos C. Leite , 2016 +# Filipe Cifali Stangler , 2016 +# Eduardo Cereto Carvalho, 2016 +# Elyézer Rezende , 2013 +# semente, 2012 +# Jannis Leidel , 2011 +# Lucas Infante , 2015 +# Rafael Fontenelle , 2021 +# Vinícius Muniz de Melo , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-17 05:53+0000\n" +"Last-Translator: Rafael Fontenelle \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Administrative Documentation" +msgstr "Documentação Administrativa" + +msgid "Home" +msgstr "Início" + +msgid "Documentation" +msgstr "Documentação" + +msgid "Bookmarklets" +msgstr "Itens de bookmark" + +msgid "Documentation bookmarklets" +msgstr "Documentação de itens de bookmark" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Para instalar bookmarklets, arraste o link para a sua barra de favoritos, ou " +"clique com o botão direito no link e o adicione aos seus favoritos. Agora " +"você pode selecionar o bookmarklet a partir de qualquer página do site." + +msgid "Documentation for this page" +msgstr "Documentação para esta página" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Leva você de qualquer página para a documentação da view que gera tal página." + +msgid "Tags" +msgstr "Tags" + +msgid "List of all the template tags and their functions." +msgstr "Lista de todas as tags de template e suas funções." + +msgid "Filters" +msgstr "Filtros" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Os filtros são ações que podem ser aplicadas às variáveis ​​em um template " +"para alterar a saída." + +msgid "Models" +msgstr "Models" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modelos são descrições de todos os objetos no sistema e seus campos " +"associados. Cada modelo tem uma lista de campos que podem ser acessados ​​como " +"variáveis ​​no template" + +msgid "Views" +msgstr "Views" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Cada página no site público é gerada por uma view. A view define qual " +"template será usado para gerar a página e quais objetos estarão disponíveis " +"para este template." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Ferramentas para o seu navegador para acessar rapidamente a funcionalidade " +"de administração." + +msgid "Please install docutils" +msgstr "Por favor, instale o docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"O sistema de documentação de administração exige a biblioteca docutils do Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Por favor, peça para os seus administradores para instalar o docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Campos" + +msgid "Field" +msgstr "Campo" + +msgid "Type" +msgstr "Tipo" + +msgid "Description" +msgstr "Descrição" + +msgid "Methods with arguments" +msgstr "Métodos com argumentos" + +msgid "Method" +msgstr "Método" + +msgid "Arguments" +msgstr "Argumentos" + +msgid "Back to Model documentation" +msgstr "Voltar para Documentação do Model" + +msgid "Model documentation" +msgstr "Documentação do model" + +msgid "Model groups" +msgstr "Grupos de models" + +msgid "Templates" +msgstr "Templates" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Caminho de busca para o template %(name)s:" + +msgid "(does not exist)" +msgstr "(não existe)" + +msgid "Back to Documentation" +msgstr "Voltar para Documentação" + +msgid "Template filters" +msgstr "Filtros do template" + +msgid "Template filter documentation" +msgstr "Documentação do filtro do template" + +msgid "Built-in filters" +msgstr "Filtros built-in" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Para usar esses filtros, coloque %(code)s no seu template antes " +"de usar o filtro." + +msgid "Template tags" +msgstr "Tags de template" + +msgid "Template tag documentation" +msgstr "Documentação da tag de template" + +msgid "Built-in tags" +msgstr "Tags built-in" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Para usar estas tags, coloque o código %(code)s no seu template " +"antes de usar a tag." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Contexto:" + +msgid "Templates:" +msgstr "Templates:" + +msgid "Back to View documentation" +msgstr "Voltar para a Documentação das Views" + +msgid "View documentation" +msgstr "Ver documentação" + +msgid "Jump to namespace" +msgstr "Ir para namespace" + +msgid "Empty namespace" +msgstr "Namespace vazio" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Views por namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Views por namespace vazio" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"View função: %(full_name)s. Nome: %(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filtro:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "App %(app_label)r não encontrado" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r não encontrado na aplicação %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objetos `%(app_label)s.%(object_name)s` relacionados" + +#, python-format +msgid "all %s" +msgstr "todos %s" + +#, python-format +msgid "number of %s" +msgstr "número de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s não aparenta ser um objeto urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b7f58b689f553b70453c73f6beb4918a96829ee3 GIT binary patch literal 6755 zcmbuDTZ|<|8OKXN)WI8g0aTz^9XLn!oS9iz**!ZmFziJjjI6uEf`kBd&Z(JcrcZa% zmzkXjYT_6YjX`6g;SyueM13-1f)AQ(B0CRjh=~S$&?pb;i}68?i6J2-{=Ta2bK9M4 zqMhyYpRTU@>bv~EufE>bue$6Tit8} z58evy2j2$NqQ1<&WDD$5OUj$zS?*$J}AOm~`tb^YJW#32Drm8L|afrc}!C#cmpGPUN<9Fa3*g%-zGBg5s~=l+S+v#oj-IQ{X>9k*g6l4Nih0?-cmLTa8Vc>WV8aeEObh@LNlvi@hF*t-K-@YV8phRMR;1K=9?0C*7mIVgU46Xc(| z^!-X50j~xn&X0g>rE*Ys@iZv%zX|>n{1$i&e265t9{e`A4?F|Pynli<@C{Jp-3a;Q z`5-9IZBX{z0)-dPfMWj-Kq#Po3wvTKSZ|~Zp?NU+qr9+-%Gef2l2PW zUamXcum8CN_;~p&z7;!!i=w~y=m7WdbpsFLGeYDp@l%T%)16P;VEJ<+D14L{3O^5W zi$5h+H*rf$7r5uS<=W3Jc`Mg#+>(=$Cvr8oC5Obna@9S!{JNRHB@SvrbDaw8hF&hB zP9DTjOV4)VuAQH(Ef-<KD(NxrFtE?HtaRvim$*!8~| z;2l}X*_QFJIU5Yq&a2dB2S9EsqT(@R^40l5_vsP zLPj#Z85epvjeA(N>D}nmx1%)B-sh#$oOP97GH7gU7xl$@;fgql9#hM4WFA1A)L5RLuVN*WhQ<|njB7oWiX zxg7Sv><(C(4ck)%9Ip%2vds(&hwL(07Iy;2wq=QN*3^!lPJO*AiGg%9RXsw>@nV00v zgOGY<=9`tMYJT-nounwagdz+s=v7M0K1td04x62Na=xXOB(ImM*FNn>Su_52XgYk@ zZLX^qmE55y4Ti>4>2EWTpP?S{asCpDcou1UkM6|Dv0-i@A)rwNsOBHr3L= z&BIk{ukNN;CA<)qOEg@NsyPy$IBc7Aucm;d!OCjh=uoMcSuK&uV!B-&P&~$0bH2nI zE?tEynGHE3+{#KmWq2%;E0$6Toz|2zS;22vr1w%R^ZuD8$5{V3lhktR_i5O+@WE0S zgUDOyg^Wp-=>30UksvbTFmnX-K1}0{Ov+lU30r3^q?Ef2Y!at=V=-F^x{bSvm8`K8xAesE`x__hdLUC9N6@pS_f7AcZcN|anAxvqW?C}` zZkgtqxX)yHV<|OJhBa~8(nkv_e;n#XSU4M5lf$YulL8anxzghdYJy!H0flbELgUuWyzG+w}P--Kb6K)^@+uM7LN`rn`ur@ zxP~G^HQdpnR-VqMIJ$%AknXISG_(2K153vm2L|(GuVtGyjz;ht3b*uuc98e=Z0R(f zI35H1AK z)uJ20di{=lt(kiL(1e;eM)!E`g}`XG)ofnSV^N!ygLBW(I1D<*3-**WZi5-S^psJ- z$t^7id94d+AOk55gO*a&XmX^9q+P75em8|uR*!U*JKHpp)Fk8d9VRZPZXp}Q9PleU z+jLhlw>+nbd7w-LV?dv_o25C#}fCV2f50 zxBGr9wZ?BB1k4O%foB8FN)hF#lqGQ#v;+E7)D8=o<^(p?$wb1A;g(qUP&E$K;j`cA zCH@zumd-8#5l*HNb{7$wIpg`ZfriG>2$g;J!hRCRvp>YO4a}~rC>@CprEN9TzO5qU zlcorpYN2B?NVaIx70V7{B<-{8<@_T$s#7>JPlKK``{>P-I1Mnm3PERQTi7A(jr&$& zH4gFtJ}(u$0nU-uY#~_!TZ!_`ExmS;7pZ)KIGQY4krc&JaV4s`@5-56e~iC(PkL>!=17nwp;dM-Ca}N<2q+2X`Pj6L6z${;z-l1 z4&whOi-%GyJS4hOA&2FHQqy~Mp3(xrE%oJL>Y?^axl3bGCx95(x zBxT7SDK4@Pe3u~0(bCilR1Im7-EO|+_S3u{+$>k+M~V&~SCt9!!9{_VLL$ZA2VdG_ z>Ny5f|C>Z58tS~ooT@(ZH%*N%Zly3O@lGDK+X*ao-_Vogf8CJ(l`8cYIaFlHk<=AZ zDy+A$U3TW>qwC6H0F~S%0q&Ka!B@jLlJ0zG8^c{e8hpH_@_7;@>XhB$&2Xva|Bbp5 z57Td!s&7zvQ&zU>TJT^qq;AA^*{pjTW88c}5^H^$8+4iT!aN7^XJtufu k)k!PFOpC6ZO&9qH@Xfzp=n3uCoxg1O6F@, 2014 +# Eugenol Man , 2020 +# Jannis Leidel , 2011 +# Razvan Stefanescu , 2015-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2020-07-15 11:18+0000\n" +"Last-Translator: Eugenol Man \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +msgid "Administrative Documentation" +msgstr "Documentație Administrativă" + +msgid "Home" +msgstr "Acasă" + +msgid "Documentation" +msgstr "Documentație" + +msgid "Bookmarklets" +msgstr "Semne de carte" + +msgid "Documentation bookmarklets" +msgstr "Semne de carte pentru documentație" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Pentru a instala semne de carte, trageți link-ul în bara de semne de carte, " +"sau clic dreapta pe link și adăugați la semnele de carte. Acum puteți " +"selecta semnul de carte din orice pagină." + +msgid "Documentation for this page" +msgstr "Documentație pentru pagina aceasta" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Vă trimite de la orice pagină către documentația pentru codul de afișare " +"care generează acea pagină." + +msgid "Tags" +msgstr "Taguri" + +msgid "List of all the template tags and their functions." +msgstr "Lista tuturor tagurilor din șabloane și funcțiile lor." + +msgid "Filters" +msgstr "Filtre" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtrele sunt acțiuni care pot fi aplicate variabilelor într-un șablon " +"pentru a altera rezultatul." + +msgid "Models" +msgstr "Modele" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modelele sunt descrieri ale tuturor obiectelor în sistem și a câmpurilor " +"asociate ale acestora. Fiecare model are o listă de câmpuri care pot fi " +"accesate ca variabile în șabloane." + +msgid "Views" +msgstr "Coduri de afișare" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Fiecare pagină din pagina web este generată de un cod de afișare. Codul de " +"afișare definește ce șablon este utlizat la generarea paginii și ce obiecte " +"sunt disponibile acelui șablon." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Instrumente pentru browser pentru accesarea rapidă a funcționalității de " +"administrare." + +msgid "Please install docutils" +msgstr "Instalați vă rugăm docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"Sistemul de documentație administrativă are nevoie de librăria Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Rugați administratorii să instaleze docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Câmpuri" + +msgid "Field" +msgstr "Câmp" + +msgid "Type" +msgstr "Tip" + +msgid "Description" +msgstr "Descriere" + +msgid "Methods with arguments" +msgstr "Metode cu argumente" + +msgid "Method" +msgstr "Metodă" + +msgid "Arguments" +msgstr "Argumente" + +msgid "Back to Model documentation" +msgstr "Înapoi la Documentația Modelelor" + +msgid "Model documentation" +msgstr "Documentația modelelor" + +msgid "Model groups" +msgstr "Grupuri de modele" + +msgid "Templates" +msgstr "Șabloane" + +#, python-format +msgid "Template: %(name)s" +msgstr "Șablonul: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Template: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Calea de căutare pentru template %(name)s:" + +msgid "(does not exist)" +msgstr "(inexistent)" + +msgid "Back to Documentation" +msgstr "Înapoi la Documentație" + +msgid "Template filters" +msgstr "Filtre pentru șabloane" + +msgid "Template filter documentation" +msgstr "Documentația filtrelor pentru șabloane" + +msgid "Built-in filters" +msgstr "Filtre implicite" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Pentru a utiliza aceste filtre, puneți %(code)s în șablon " +"înainte de utilizarea acestui filtru." + +msgid "Template tags" +msgstr "Taguri pentru șabloane" + +msgid "Template tag documentation" +msgstr "Documentația tagurilor pentru șabloane" + +msgid "Built-in tags" +msgstr "Taguri implicite" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Pentru a utiliza aceste taguri, puneți %(code)s în șablon " +"înainte de a utiliza tagul." + +#, python-format +msgid "View: %(name)s" +msgstr "Cod de afișare: %(name)s" + +msgid "Context:" +msgstr "Context:" + +msgid "Templates:" +msgstr "Șablonuri:" + +msgid "Back to View documentation" +msgstr "Înapoi la Documentația Codurilor de afișare" + +msgid "View documentation" +msgstr "Vezi documentația" + +msgid "Jump to namespace" +msgstr "Mergeți la spațiul de nume" + +msgid "Empty namespace" +msgstr "Spațiu de nume gol" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Coduri de afișare după spațiul de nume %(name)s" + +msgid "Views by empty namespace" +msgstr "Coduri de afișare după spațiu de nume gol" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Funcția din codul de afișare: %(full_name)s. Nume: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "tag:" + +msgid "filter:" +msgstr "filtru:" + +msgid "view:" +msgstr "cod de afișare:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplicația %(app_label)r nu a fost găsită" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modelul %(model_name)r nu a fost găsit în aplicația %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "obiectul înrudit `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "obiectele înrudite `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "toate %s" + +#, python-format +msgid "number of %s" +msgstr "numărul de %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s nu pare a fi un obiect urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..21931a6dbf033fbc036cc284ef926335b12dd4d6 GIT binary patch literal 8434 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 yCp8j8=Fu3i5|73azRllnK|D%6Sq literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0f7e30f5ff8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,292 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Eugene , 2012 +# Jannis Leidel , 2011 +# Panasoft, 2021 +# SeryiMysh , 2020 +# Алексей Борискин , 2012-2015 +# Андрей Щуров , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-03-16 22:51+0000\n" +"Last-Translator: Panasoft\n" +"Language-Team: Russian (http://www.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Administrative Documentation" +msgstr "Документация для администраторов" + +msgid "Home" +msgstr "Начало" + +msgid "Documentation" +msgstr "Документация" + +msgid "Bookmarklets" +msgstr "Закладки" + +msgid "Documentation bookmarklets" +msgstr "Закладки документации" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Чтобы установить букмарклет, перетащите ссылку на панель закладок браузера " +"или откройте кликом по правой кнопке мышки контекстное меню и добавьте " +"ссылку в закладки. Теперь у вас есть доступ к букмарклету с любой страницы " +"сайта." + +msgid "Documentation for this page" +msgstr "Документация для данной страницы" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Перенаправляет вас с любой страницы к документации для view, который " +"генерирует эту страницу." + +msgid "Tags" +msgstr "Теги" + +msgid "List of all the template tags and their functions." +msgstr "Список всех template tag-ов и их функций." + +msgid "Filters" +msgstr "Фильтры" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Фильтры - это действия, которые могут быть выполнены над переменными в " +"шаблоне, чтобы изменить их отображение." + +msgid "Models" +msgstr "Модели" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Модели - это описания всех объектов, существующих в системе и связанные с " +"ними поля. Каждая модель имеет список полей, которые могут быть использованы " +"в качестве переменных в шаблонах" + +msgid "Views" +msgstr "View" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Каждая страница сайта создаётся с помощью view. View определяет, какой " +"шаблон использовать, чтобы создать страницу и какие объекты будут доступны в " +"этом шаблоне." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Инструменты для вашего браузера для быстрого доступа к функциональности " +"административного раздела сайта (букмарклеты)." + +msgid "Please install docutils" +msgstr "Пожалуйста, установите docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Для системы административной документации требуется библиотека Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Пожалуйста, попросите ваших администраторов установить docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модель: %(name)s" + +msgid "Fields" +msgstr "Поля" + +msgid "Field" +msgstr "Поле" + +msgid "Type" +msgstr "Тип" + +msgid "Description" +msgstr "Описание" + +msgid "Methods with arguments" +msgstr "Методы с аргументами" + +msgid "Method" +msgstr "Метод" + +msgid "Arguments" +msgstr "Аргументы" + +msgid "Back to Model documentation" +msgstr "Назад к документации моделей" + +msgid "Model documentation" +msgstr "Документация моделей" + +msgid "Model groups" +msgstr "Группы моделей" + +msgid "Templates" +msgstr "Шаблоны" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Путь к местонахождению шаблона %(name)s:" + +msgid "(does not exist)" +msgstr "(не существует)" + +msgid "Back to Documentation" +msgstr "Назад к документации" + +msgid "Template filters" +msgstr "Фильтры в шаблонах" + +msgid "Template filter documentation" +msgstr "Документация о фильтрах в шаблонах" + +msgid "Built-in filters" +msgstr "Встроенные фильтры" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Чтобы использовать эти фильтры, поместите %(code)s в ваш шаблон " +"выше строки с использованием фильтра." + +msgid "Template tags" +msgstr "Теги шаблонов" + +msgid "Template tag documentation" +msgstr "Документация по тегам шаблонов" + +msgid "Built-in tags" +msgstr "Встроенные теги" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Чтобы использовать эти теги, поместите %(code)s в ваш шаблон " +"выше строки с использованием тега." + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Контекст:" + +msgid "Templates:" +msgstr "Шаблоны:" + +msgid "Back to View documentation" +msgstr "Назад к документации о представлений" + +msgid "View documentation" +msgstr "Документация о view" + +msgid "Jump to namespace" +msgstr "Перейти к пространству имён" + +msgid "Empty namespace" +msgstr "Глобальное пространство имён" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "View в пространстве имён %(name)s" + +msgid "Views by empty namespace" +msgstr "View в глобальном пространстве имён" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"View-функция: %(full_name)s. Имя url-шаблона: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "тег:" + +msgid "filter:" +msgstr "фильтр:" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Приложение «%(app_label)r» не найдено" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Модель %(model_name)r не найдена в приложении %(app_label)r" + +msgid "model:" +msgstr "модель:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "зависимый `%(app_label)s.%(data_type)s` объект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "связанные объекты `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "все %s" + +#, python-format +msgid "number of %s" +msgstr "количество %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не похож на объект urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3cc3702c3c27185d8858ae8938411dbcd27d4130 GIT binary patch literal 6670 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 C2_VP- literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..18448d155d4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# 18f25ad6fa9930fc67cb11aca9d16a27, 2012-2013 +# Marian Andre , 2012-2013,2015,2017 +# Martin Tóth , 2017,2023 +# Peter Kuma, 2021 +# supowski , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-12-04 20:19+0000\n" +"Last-Translator: Martin Tóth , 2017,2023\n" +"Language-Team: Slovak (http://app.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Administrative Documentation" +msgstr "Správcovská dokumentácia" + +msgid "Home" +msgstr "Domov" + +msgid "Documentation" +msgstr "Dokumentácia" + +msgid "Bookmarklets" +msgstr "Záložky" + +msgid "Documentation bookmarklets" +msgstr "Záložky dokumentácie" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Na nainštalovanie bookmarkletov, pretiahnite odkaz váš panel so záložkami, " +"alebo kliknite pravým tlačidlom na odkaz a pridajte ho do vašich záložiek. " +"Teraz si môžete vybrať bookmarklet z ľubovoľnej stránky na sídle." + +msgid "Documentation for this page" +msgstr "Dokumentácia pre túto stránku" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Nasmeruje vás z ľubovoľnej stránky do dokumentácie, kde je popísané, ako sa " +"táto stránka generuje." + +msgid "Tags" +msgstr "Značky" + +msgid "List of all the template tags and their functions." +msgstr "Zoznam všetkých šablónových značiek a ich funkcií." + +msgid "Filters" +msgstr "Filtre" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtre su akcie, ktoré môžu byť aplikované na premenné v šablóne, aby " +"zmenili ich výstup." + +msgid "Models" +msgstr "Modely" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modely sú popisom všetkých objektov v systéme a ich pridružených polí. Každý " +"model má zoznam polí, ktoré sú dostupné ako premenné v šablónach." + +msgid "Views" +msgstr "Zobrazenia" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Každá stránka na verejnom sídle je generovaná pomocou pohľadu. Pohľad " +"definuje, ktorá šablóna sa použije na generovanie stránky, a ktoré objekty " +"budú v šablóne k dispozícii." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Nástroje pre váš prohliadač k rýchlemu prístupu k funkciám správy stránok." + +msgid "Please install docutils" +msgstr "Prosím, nainštalujte docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Dokumentačný systém správy stránok vyžaduje Python knižnicu docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Požiadajte administrátorov o inštaláciu docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Polia" + +msgid "Field" +msgstr "Pole" + +msgid "Type" +msgstr "Typ" + +msgid "Description" +msgstr "Popis" + +msgid "Methods with arguments" +msgstr "Metódy s argumentami" + +msgid "Method" +msgstr "Metódy" + +msgid "Arguments" +msgstr "Argumenty" + +msgid "Back to Model documentation" +msgstr "Späť na dokumentáciu modelov" + +msgid "Model documentation" +msgstr "Dokumentácia modelu" + +msgid "Model groups" +msgstr "Skupiny modelov" + +msgid "Templates" +msgstr "Šablóny" + +#, python-format +msgid "Template: %(name)s" +msgstr "Šablóna: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Šablóna: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Vyhľadávacia cesta pre šablónu %(name)s:" + +msgid "(does not exist)" +msgstr "(neexistuje)" + +msgid "Back to Documentation" +msgstr "Späť na Dokumentáciu" + +msgid "Template filters" +msgstr "Filtre šablóny" + +msgid "Template filter documentation" +msgstr "Dokumentácia filtrov šablón" + +msgid "Built-in filters" +msgstr "Vstavané filtre" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Na použitie týchto filtrov, vložte %(code)s do vašej šablóny " +"pred použitím filtra." + +msgid "Template tags" +msgstr "Šablónové značky" + +msgid "Template tag documentation" +msgstr "Dokumentácia šablónových značiek" + +msgid "Built-in tags" +msgstr "Vstavané značky" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Na použitie týchto značiek, vložte %(code)s do vašej šablóny " +"pred použitím značky." + +#, python-format +msgid "View: %(name)s" +msgstr "Pohľad: %(name)s" + +msgid "Context:" +msgstr "Kontext:" + +msgid "Templates:" +msgstr "Šablóny:" + +msgid "Back to View documentation" +msgstr "Späť na dokumentáciu pohľadov" + +msgid "View documentation" +msgstr "Dokumentácia pohľadov" + +msgid "Jump to namespace" +msgstr "Prejsť na menný priestor" + +msgid "Empty namespace" +msgstr "Prázdny menný priestor" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Pohľady podľa menného priestoru %(name)s" + +msgid "Views by empty namespace" +msgstr "Pohľady podľa prázdneho menného priestoru" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Funkcia pohľadu: %(full_name)s. Názov: %(url_name)s.\n" + +msgid "tag:" +msgstr "značka:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "pohľad:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Applikácia %(app_label)r nenájdená" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r sa v aplikácii %(app_label)r nenachádza" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "súvisiaci objekt `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "súvisiace objekty `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "všetky %s" + +#, python-format +msgid "number of %s" +msgstr "počet %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s nevyzerá ako urlpattern objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cc2764f20e8cb8d8422c2ed932fa000505cc3eb8 GIT binary patch literal 6508 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1cb6abcc49d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,285 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Primož Verdnik , 2017 +# zejn , 2013,2016 +# zejn , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Primož Verdnik \n" +"Language-Team: Slovenian (http://www.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Administrative Documentation" +msgstr "Dokumentacija o administraciji" + +msgid "Home" +msgstr "Domov" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Bookmarklets" +msgstr "Apleti zaznamkov" + +msgid "Documentation bookmarklets" +msgstr "Dokumentacijski apleti zaznamkov" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Aplete zaznamkov je mogoče namestiti z vleko povezave v orodno vrstico z " +"zaznamki, ali pa z desnim klikom na povezavo. Zaznamek je mogoče izbrati s " +"katerekoli strani tega spletnega mesta." + +msgid "Documentation for this page" +msgstr "Dokumentacija te strani" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Skok na stran z dokumentacijo za pogled, ki gustvarja trenutno stran." + +msgid "Tags" +msgstr "Oznake" + +msgid "List of all the template tags and their functions." +msgstr "Izpiši vse značke za predloge in njihov opis." + +msgid "Filters" +msgstr "Filtri" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtri so opravila, ki jih lahko uporabite na spremenljivkah v predlogah, da " +"spremenite izpis." + +msgid "Models" +msgstr "Modeli" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeli so opisi vseh objektov v sistemu in njihovih pripadajočih polj. Vsak " +"model ima seznam polj, do katerih lahko dostopate v predlogi" + +msgid "Views" +msgstr "Pogledi" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Vsaka stran na javni strani je zgenerirana iz pogleda. Pogled definira " +"katera predloga je uporabljena za generiranje strani in kateri objekti so " +"dostopni ti predlogi." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Orodja za vaš brskalnik, da lahko hitro dostopate do administracijskih " +"funkcij." + +msgid "Please install docutils" +msgstr "Prosimo namestite paket docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"Dokumentcijski sistem administracijskega vmesnika zahteva knjižnico docutils za Python." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Prosimo povprašajte administratorja, da namesti docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Polja" + +msgid "Field" +msgstr "Polje" + +msgid "Type" +msgstr "Tip" + +msgid "Description" +msgstr "Opis" + +msgid "Methods with arguments" +msgstr "Metode z argumenti" + +msgid "Method" +msgstr "Metoda" + +msgid "Arguments" +msgstr "Argumenti" + +msgid "Back to Model documentation" +msgstr "Nazaj na dokumentacijo modelov" + +msgid "Model documentation" +msgstr "Dokumentacija modelov" + +msgid "Model groups" +msgstr "Skupine modelov" + +msgid "Templates" +msgstr "Predloge" + +#, python-format +msgid "Template: %(name)s" +msgstr "Predloga: %(name)s" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Predloga: \"%(name)s\"" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Poti iskanja za predlogo \"%(name)s\":" + +msgid "(does not exist)" +msgstr "(ne obstaja)" + +msgid "Back to Documentation" +msgstr "Nazaj na dokumentacijo" + +msgid "Template filters" +msgstr "Filtri v predlogah" + +msgid "Template filter documentation" +msgstr "Dokumentacija filtrov v predlogah" + +msgid "Built-in filters" +msgstr "Vgrajeni filtri" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Če želite uporabiti te filtre, dodajte %(code)s v vašo predlogo " +"preden uporabite filter." + +msgid "Template tags" +msgstr "Značke v predlogah" + +msgid "Template tag documentation" +msgstr "Dokumentacija značk v predlogah" + +msgid "Built-in tags" +msgstr "Vgrajene značke" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Če želite uporabiti te značke, dodajte %(code)s v vašo predlogo " +"preden uporabite značko." + +#, python-format +msgid "View: %(name)s" +msgstr "Pogled: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Predloge:" + +msgid "Back to View documentation" +msgstr "Nazaj na dokumentacijo pogledov" + +msgid "View documentation" +msgstr "Dokumentacija pogledov" + +msgid "Jump to namespace" +msgstr "Skoči na imenski prostor" + +msgid "Empty namespace" +msgstr "Prazen imenski prostor" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Pogledi v imenskem prostoru %(name)s" + +msgid "Views by empty namespace" +msgstr "Pogledi brez imenskega prostora" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Funkcija pogleda: %(full_name)s. Ime: %(url_name)s.\n" + +msgid "tag:" +msgstr "oznaka:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "pogled:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Applikacije %(app_label)r ni bilo mogoče najti" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modela %(model_name)r ni v programu %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "povezani predmet `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "povezani predmeti `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "vse %s" + +#, python-format +msgid "number of %s" +msgstr "število %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "Predmet %s ni videti veljaven predmet urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5f72155b7ceb91f48e18fc43e74ae85ae6a0fc96 GIT binary patch literal 6561 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, 2011,2015 +# Besnik Bleta , 2021,2025 +# Besnik Bleta , 2015,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Besnik Bleta , 2021,2025\n" +"Language-Team: Albanian (http://app.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Dokumentim Administrimi" + +msgid "Home" +msgstr "Hyrje" + +msgid "Documentation" +msgstr "Dokumentim" + +msgid "Bookmarklets" +msgstr "Bookmarklet-e" + +msgid "Documentation bookmarklets" +msgstr "Bookmarklet-e Dokumentimi" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Që të instaloni bookmarklet-e, tërhiqeni lidhjen te paneli juaj i " +"faqerojtësve, ose djathtasklikojeni lidhjen dhe shtojeni te faqerojtësit " +"tuaj. Tani mund ta përzgjidhni bookmarklet-in prej cilësdo faqe te sajti." + +msgid "Documentation for this page" +msgstr "Dokumentim për këtë faqe" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Ju kalon nga cilado faqe te dokumenti për skenën që prodhon atë faqe." + +msgid "Tags" +msgstr "Etiketa" + +msgid "List of all the template tags and their functions." +msgstr "Listë e krejt etiketave të gjedheve dhe funksionet e tyre." + +msgid "Filters" +msgstr "Filtra" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filtrat janë veprime që mund të zbatohen mbi ndryshoret në një gjedhe për të " +"ndryshuar përfundimet e saj." + +msgid "Models" +msgstr "Modele" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modelet janë përshkrime të krejt objekteve në sistem dhe fushave " +"përshoqëruar me to. Çdo model ka një listë fushash të cilat mund të përdoren " +"si ndryshore gjedheje" + +msgid "Views" +msgstr "Skena" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Çdo faqe në sajtin publik prodhohet nga ajo që quhet skenë. Skena përcakton " +"cila gjedhe përdoret për të prodhuar faqen dhe cilët objekte mund të kihen " +"për atë gjedhe." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Mjete që shfletuesi juaj të përdorë me shpejtësi funksione administrimi." + +msgid "Please install docutils" +msgstr "Ju lutemi, instaloni docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Sistemi i dokumentimit për përgjegjësin lyp librarinë Python docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Ju lutemi, kërkojuni përgjegjësve të sistemit të instalojnë docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Fusha" + +msgid "Field" +msgstr "Fushë" + +msgid "Type" +msgstr "Lloj" + +msgid "Description" +msgstr "Përshkrim" + +msgid "Methods with arguments" +msgstr "Metoda me argumente" + +msgid "Method" +msgstr "Metodë" + +msgid "Arguments" +msgstr "Argumente" + +msgid "Back to Model documentation" +msgstr "Mbrapsht te dokumentim Modeli" + +msgid "Model documentation" +msgstr "Dokumentim modeli" + +msgid "Model groups" +msgstr "Grupe modeli" + +msgid "Templates" +msgstr "Gjedhe" + +#, python-format +msgid "Template: %(name)s" +msgstr "Gjedhe: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Gjedhe: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Shteg kërkimi për gjedhen %(name)s:" + +msgid "(does not exist)" +msgstr "(s’ekziston)" + +msgid "Back to Documentation" +msgstr "Mbrapsht te Dokumentimi" + +msgid "Template filters" +msgstr "Filtra gjedhesh" + +msgid "Template filter documentation" +msgstr "Dokumentim filtrash gjedheje" + +msgid "Built-in filters" +msgstr "Filtra të brendshëm" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Për të përdorur këta filtra, vendosni te gjedhja juaj %(code)s " +"përpara se të përdorni filtrin." + +msgid "Template tags" +msgstr "Etiketa gjedhesh" + +msgid "Template tag documentation" +msgstr "Dokumentim etiketash gjedheje" + +msgid "Built-in tags" +msgstr "Etiketa të brendshme" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Për të përdorur këto etiketa, vendosni te gjedhja juaj %(code)s " +"përpara se të përdorni etiketën." + +#, python-format +msgid "View: %(name)s" +msgstr "Skenë: %(name)s" + +msgid "Context:" +msgstr "Kontekst:" + +msgid "Templates:" +msgstr "Gjedhe:" + +msgid "Back to View documentation" +msgstr "Mbrapsht te dokumentim Skene" + +msgid "View documentation" +msgstr "Dokumentim skenash" + +msgid "Jump to namespace" +msgstr "Kalo te emërhapësira" + +msgid "Empty namespace" +msgstr "Emërhapësirë e zbrazët" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Skena me emërhapësirë %(name)s" + +msgid "Views by empty namespace" +msgstr "Skena me emërhapësirë të zbrazët" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Funksion skene: %(full_name)s. Emër: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiketë:" + +msgid "filter:" +msgstr "filtër:" + +msgid "view:" +msgstr "skenë:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "S’u gjet dot aplikacioni %(app_label)r" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "S’u gjet modeli %(model_name)r në aplikacionin %(app_label)r" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "objekti i afërt `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objektet e afërta `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "krejt %s" + +#, python-format +msgid "number of %s" +msgstr "numër i %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s s’duket se është objekt urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3fe888e8e4de569f9992ce183e2a636f32f905a8 GIT binary patch literal 8154 zcmcJTTZ|-C8OMu@D1$c;5w9H3!5P_}+pYq=I}6KY1BBI8Mnp}-n(msJa(lX(s_KQo z+pY^@j4_B9mgOdw7+;LD%MMJIz4+jRiAJj*^hLr0(KizlH9lxe{Qb|V>aOmcnbjC8 zss4AJ`p$R0%m4e%>3;2^bARA*-N^ku?k#6~-en#1?A7VI4Qp` z11|zA;Jd-=K~#F50}=J=;OD^zTmgRxDlhvnN`CwvoCe2Hru7y<>5IX)f)9d<&!ga_ z;2}_Pd=Zo%zX27m-{sG*f%5l{;5hgfP9|Jdoit8^y#s4yl8Ua57 zD(-iHW8hCf<@;3-72e-K#qE3s&%usMz&6kCA?T8S7`z@l1xilIz6N*;C_i_C9|P;4 z^790UO7G?T{jWjU|0mG$9z4kN1q9=9)_VbbhUe`R;}hU(;Mc+XQLa4y1DpWQ`he3r z1xnwo;7#CN;CApSQ2c!rB=z2TBm>HM7lY!10Ttifpm_6T@D}g@DEVK3m}7G$zqWE4 z?yI>auUHIo>r#BL;8wlez^y)_Sc?C;6c71YT9BsC11cZo3s)>>p@O}{+bTDqw=uPY`N!qp2f4)+#o=1+DQ?B? zN^Wsw2e)FZ>!aM$_8YwxRL-x;pT$RUM0KZ2`Ox(t?hkV-Z{CpMx-$&!HFND|Ee)e) z)oiOp^*7H%&DArJ$C2BVEzpzA#Bgy&d(%u*tXBPs6=|xhbl(7lUTXQ`Gc!v|46( z1f_R3{Mn!}8rwzYqIR?H?TF{CWa8c6*Y;@1{<+2IE_`cXVOekS&c^<|4wj5GJPO z&j;Sker>^iGf|V_z_i-4jj(2tFbxbs^FcEpVnN-^E)nOw?cq&3Z2HGL;xVW^}I~68c7bVlv<<4|iQhKT#!m9(@kZPwVRownNP zn0HIG7xB%Eg#>JM=Ws z97Z&(3EhB-1U7JFD2%%Wm5h12f^;FO=YYpyx2u zZfrh|+O5P1R4Er%!0tI8cFC;wSelgmDH2Z9MYUup!NZbYev(AB(6Vh#IZnom<)<~@ zEcj?QjXXw9AZJpM;#w_8L_8$BvFj$=+uaEK1ga%_l(*RUy^avY%!mj`k}CMye6tV- zbJJH0k2J#Op3&rr?JC|hY|yX#?PG?xv&HAJ9FgS;;tXTJ`cTTN}jkCPys{`Abw$~8SX ztu+_Km7AMT8`f6MHM3#bHM44xcxZQ{9s7;S&M00?s;1epkID4rt;T(w9%&9wPE1cv znk%m~`Z{s>^yH+u&P*7@dEP!fRlM3Zy+vQ`jEQZN6Xq*laZ`|)7-h~RbEZbO4!Of+ z_Cn`Cb|O30`DV7-IhZY*>{NC#dog<@Tgi@Q%e}+oTF1@oV0JuP>B+2f;6(q5$yT$M zdwNZFEL+Y_n%DO|-8*)^zVAuH;)k(gMejS`@J8HRZ0hXqe1p$}+3Kj5J&bL~(Rc!* z8Sm_qFwaLA!G)t}Ifh>tm!06na^an3p2D|PtG;l#TpO{mO0j@Qp!cLSb{>(UY?Sa&i$jjVBOLNy>zH^`?d?rx>VX`M#{wPb!;Nx1pyVid+y`0Hh!S}HJm~`RC zF(p}H^Rnl0N-=bPuA0sRtoRD=Rv13*J)t>?%lL|p6)!uaC`p*0lZ~pEJx!F!jF&yi zt93H5rYY;^j&;^mW|ROKb)<8^6okOO)y_8+^k?A(rmpeMg|P$gEp<+2$C*wX4#KGe z2D&QkHU^ztr&%bsCzkyzYhdZn)f-fI>q=NU$-0y1p*-z#FSw| zS6Hft0a|E=O7t+ctBt;7DZQ)~zsc?|+GoScF0aJh~ByBJ`W!z~%ONp~OJ*rr2 z<>hCIHPp)(ySR={Izy_Y?GoDk_v=w72vO8_1u8_luZl<1%y+o1Ie5Wlp$h77;1GXR zZZdRD=WNHw&zUM!u|8iM)!OjH5}j7^@xus_IC;fje%w=Ky8z?Eh8vlUR`)ctMrQhs zF)lFLTyUX$d?YD(Z_vIYgNuK#`+w`>H>Mqd3kUm(BTp%Dv5ioN{T2DyzsmA|V;@oJ z7UKWQy7C&>_Av2rEOSL8RxWqGl{?q%V=6hAoSz8~JyFDx^iV6ab_wU?}w(ECk z#pXE(a%$t|#4;FN98K&lW6w^-P`ULyQC#&lH8?}K-!~g&Q literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6bc596eadfc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,285 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Igor Jerosimić, 2019,2023 +# Jannis Leidel , 2011 +# Janos Guljas , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-12-04 20:19+0000\n" +"Last-Translator: Igor Jerosimić, 2019,2023\n" +"Language-Team: Serbian (http://app.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Administrative Documentation" +msgstr "Административна документација" + +msgid "Home" +msgstr "Почетна" + +msgid "Documentation" +msgstr "Документација" + +msgid "Bookmarklets" +msgstr "Букмарклети" + +msgid "Documentation bookmarklets" +msgstr "Букмарклети документације" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Да бисте инсталирали обележиваче, превуците везу на траку са алаткама за " +"обележиваче или кликните десним тастером миша на везу и додајте је у " +"обележиваче. Сада можете да изаберете боокмарклет са било које странице на " +"сајту." + +msgid "Documentation for this page" +msgstr "Документација за ову страницу" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Води од било које странице до документације погледа који је генерисао ту " +"страницу." + +msgid "Tags" +msgstr "Тагови" + +msgid "List of all the template tags and their functions." +msgstr "Листа свих ознака шаблона и њихових функција." + +msgid "Filters" +msgstr "Филтери" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Филтери су радње које се могу применити на променљиве у шаблону да би се " +"променио излаз." + +msgid "Models" +msgstr "Модели" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Модели су описи свих објеката у систему и њихових повезаних поља. Сваки " +"модел има листу поља којима се може приступити као променљиве шаблона" + +msgid "Views" +msgstr "Погледи" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Сваку страницу на јавном сајту генерише поглед. Поглед дефинише који шаблон " +"се користи за генерисање странице и који објекти су доступни том шаблону." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Алатке за ваш претраживач за брзи приступ функцијама администратора." + +msgid "Please install docutils" +msgstr "Молимо инсталирајте docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Систем административне документације захтева Пајтон docutils библиотеку." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Замолите своје администраторе да инсталирају docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модел: %(name)s" + +msgid "Fields" +msgstr "Поља" + +msgid "Field" +msgstr "Поље" + +msgid "Type" +msgstr "Тип" + +msgid "Description" +msgstr "Опис" + +msgid "Methods with arguments" +msgstr "Метода са аргументима" + +msgid "Method" +msgstr "Метод" + +msgid "Arguments" +msgstr "Аргументи" + +msgid "Back to Model documentation" +msgstr "Назад на документацију о Моделима" + +msgid "Model documentation" +msgstr "Документација о Моделима" + +msgid "Model groups" +msgstr "Групе модела" + +msgid "Templates" +msgstr "Шаблони" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Путања за тражење шаблона %(name)s:" + +msgid "(does not exist)" +msgstr "(не постоји)" + +msgid "Back to Documentation" +msgstr "Назада на документацију" + +msgid "Template filters" +msgstr "Филтери шаблона" + +msgid "Template filter documentation" +msgstr "Документација филтера шаблона" + +msgid "Built-in filters" +msgstr "Уграђени филтери" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Да бисте користили ове филтере, ставите %(code)s у свој шаблон " +"пре употребе филтера." + +msgid "Template tags" +msgstr "Ознаке шаблона" + +msgid "Template tag documentation" +msgstr "Документација ознаке шаблона" + +msgid "Built-in tags" +msgstr "Уграђене ознаке" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Да бисте користили ове ознаке, ставите %(code)s у свој шаблон " +"пре употребе ознаке." + +#, python-format +msgid "View: %(name)s" +msgstr "Поглед: %(name)s" + +msgid "Context:" +msgstr "Контекст:" + +msgid "Templates:" +msgstr "Шаблони:" + +msgid "Back to View documentation" +msgstr "Назад на документацију о погледима" + +msgid "View documentation" +msgstr "Документација о погледима" + +msgid "Jump to namespace" +msgstr "Скочи на именски простор" + +msgid "Empty namespace" +msgstr "Празан именски простор" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Погледи по именском простору %(name)s" + +msgid "Views by empty namespace" +msgstr "Погледи по празном именском простору" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Функција погледа: %(full_name)s. Име: %(url_name)s.\n" + +msgid "tag:" +msgstr "таг:" + +msgid "filter:" +msgstr "филтер:" + +msgid "view:" +msgstr "поглед:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Апликација %(app_label)r није пронађена" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Модел %(model_name)r није пронађен у апликацији %(app_label)r" + +msgid "model:" +msgstr "модел:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "повезани објекти класе `%(app_label)s.%(data_type)s`" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "класе `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "сви повезани објекти %s" + +#, python-format +msgid "number of %s" +msgstr "број повезаних објеката %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не изгледа као „urlpattern“ објекат" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8e6bfddf71383b023c0003d1a782c89f7ab5a191 GIT binary patch literal 6542 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, 2011 +# Janos Guljas , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2024-08-07 20:19+0000\n" +"Last-Translator: Igor Jerosimić, 2023-2024\n" +"Language-Team: Serbian (Latin) (http://app.transifex.com/django/django/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: contrib/admindocs/apps.py:7 +msgid "Administrative Documentation" +msgstr "Administrativna dokumentacija" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:6 +#: contrib/admindocs/templates/admin_doc/index.html:6 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:6 +#: contrib/admindocs/templates/admin_doc/model_detail.html:14 +#: contrib/admindocs/templates/admin_doc/model_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_detail.html:6 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:7 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:7 +#: contrib/admindocs/templates/admin_doc/view_detail.html:6 +#: contrib/admindocs/templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Početna" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:10 +#: contrib/admindocs/templates/admin_doc/index.html:14 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:7 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:14 +#: contrib/admindocs/templates/admin_doc/model_detail.html:15 +#: contrib/admindocs/templates/admin_doc/model_index.html:9 +#: contrib/admindocs/templates/admin_doc/template_detail.html:7 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:8 +#: contrib/admindocs/templates/admin_doc/view_detail.html:7 +#: contrib/admindocs/templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Dokumentacija" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:8 +#: contrib/admindocs/templates/admin_doc/index.html:29 +msgid "Bookmarklets" +msgstr "Bukmarkleti" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "Bukmarkleti dokumentacije" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:15 +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "Da biste instalirali obeleživače, prevucite vezu na traku sa alatkama za obeleživače ili kliknite desnim tasterom miša na vezu i dodajte je u obeleživače. Sada možete da izaberete bookmarklet sa bilo koje stranice na sajtu." + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:22 +msgid "Documentation for this page" +msgstr "Dokumentacija za ovu stranicu" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:23 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Vodi od bilo koje stranice do dokumentaicje pogleda koji je generisao tu stranicu." + +#: contrib/admindocs/templates/admin_doc/index.html:17 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "Tagovi" + +#: contrib/admindocs/templates/admin_doc/index.html:18 +msgid "List of all the template tags and their functions." +msgstr "Lista svih oznaka šablona i njihovih funkcija." + +#: contrib/admindocs/templates/admin_doc/index.html:20 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "Filteri" + +#: contrib/admindocs/templates/admin_doc/index.html:21 +msgid "" +"Filters are actions which can be applied to variables in a template to alter" +" the output." +msgstr "Filteri su radnje koje se mogu primeniti na promenljive u šablonu da bi se promenio izlaz." + +#: contrib/admindocs/templates/admin_doc/index.html:23 +#: contrib/admindocs/templates/admin_doc/model_detail.html:16 +#: contrib/admindocs/templates/admin_doc/model_index.html:10 +#: contrib/admindocs/templates/admin_doc/model_index.html:14 +msgid "Models" +msgstr "Modeli" + +#: contrib/admindocs/templates/admin_doc/index.html:24 +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "Modeli su opisi svih objekata u sistemu i njihovih povezanih polja. Svaki model ima listu polja kojima se može pristupiti kao promenljive šablona" + +#: contrib/admindocs/templates/admin_doc/index.html:26 +#: contrib/admindocs/templates/admin_doc/view_detail.html:8 +#: contrib/admindocs/templates/admin_doc/view_index.html:9 +#: contrib/admindocs/templates/admin_doc/view_index.html:12 +msgid "Views" +msgstr "Vjuevi" + +#: contrib/admindocs/templates/admin_doc/index.html:27 +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "Svaku stranicu na javnom sajtu generiše pogled. Pogled definiše koji šablon se koristi za generisanje stranice i koji objekti su dostupni tom šablonu." + +#: contrib/admindocs/templates/admin_doc/index.html:30 +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Alatke za vaš pretraživač za brzi pristup funkcijama administratora." + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:10 +msgid "Please install docutils" +msgstr "Molimo instalirajte docutils" + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:17 +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "Sistem administrativne dokumentacije zahteva Pajton docutils biblioteku." + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:19 +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Zamolite svoje administratore da instaliraju docutils." + +#: contrib/admindocs/templates/admin_doc/model_detail.html:21 +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:30 +msgid "Fields" +msgstr "Polja" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:35 +msgid "Field" +msgstr "Polje" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:36 +msgid "Type" +msgstr "Tip" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:37 +#: contrib/admindocs/templates/admin_doc/model_detail.html:60 +msgid "Description" +msgstr "Opis" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:53 +msgid "Methods with arguments" +msgstr "Metoda sa argumentima" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:58 +msgid "Method" +msgstr "Metod" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:59 +msgid "Arguments" +msgstr "Argumenti" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:76 +msgid "Back to Model documentation" +msgstr "Nazad na dokumentaciju o Modelima" + +#: contrib/admindocs/templates/admin_doc/model_index.html:18 +msgid "Model documentation" +msgstr "Dokumentacija o Modelima" + +#: contrib/admindocs/templates/admin_doc/model_index.html:43 +msgid "Model groups" +msgstr "Grupe modela" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "Šabloni" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:13 +#, python-format +msgid "Template: %(name)s" +msgstr "Šablon: %(name)s" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:16 +#, python-format +msgid "Template: %(name)s" +msgstr "Šablon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#: contrib/admindocs/templates/admin_doc/template_detail.html:19 +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Putanja za traženje šablona %(name)s:" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:22 +msgid "(does not exist)" +msgstr "(ne postoji)" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:26 +msgid "Back to Documentation" +msgstr "Nazad na dokumentaciju" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:12 +msgid "Template filters" +msgstr "Filteri šablona" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:16 +msgid "Template filter documentation" +msgstr "Dokumentacija filtera šablona" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:43 +msgid "Built-in filters" +msgstr "Ugrađeni filteri" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:23 +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "Da biste koristili ove filtere, stavite %(code)s u svoj šablon pre upotrebe filtera." + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:12 +msgid "Template tags" +msgstr "Oznake šablona" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:16 +msgid "Template tag documentation" +msgstr "Dokumentacija oznake šablona" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:43 +msgid "Built-in tags" +msgstr "Ugrađene oznake" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:23 +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "Da biste koristili ove oznake, stavite %(code)s u svoj šablon pre upotrebe oznake." + +#: contrib/admindocs/templates/admin_doc/view_detail.html:12 +#, python-format +msgid "View: %(name)s" +msgstr "Pogled: %(name)s" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:23 +msgid "Context:" +msgstr "Kontekst:" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:28 +msgid "Templates:" +msgstr "Šabloni:" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:32 +msgid "Back to View documentation" +msgstr "Nazad na dokumentaciju o pogledima" + +#: contrib/admindocs/templates/admin_doc/view_index.html:16 +msgid "View documentation" +msgstr "Dokumentacija o pogledima" + +#: contrib/admindocs/templates/admin_doc/view_index.html:22 +msgid "Jump to namespace" +msgstr "Skoči na imenski prostor" + +#: contrib/admindocs/templates/admin_doc/view_index.html:27 +msgid "Empty namespace" +msgstr "Prazan imenski prostor" + +#: contrib/admindocs/templates/admin_doc/view_index.html:40 +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Pogledi po imenskom prostoru %(name)s" + +#: contrib/admindocs/templates/admin_doc/view_index.html:42 +msgid "Views by empty namespace" +msgstr "Pogledi po praznom imenskom prostoru" + +#: contrib/admindocs/templates/admin_doc/view_index.html:49 +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "\n Funkcija pogleda: %(full_name)s. Ime: %(url_name)s.\n" + +#: contrib/admindocs/views.py:72 contrib/admindocs/views.py:73 +#: contrib/admindocs/views.py:75 +msgid "tag:" +msgstr "tag:" + +#: contrib/admindocs/views.py:103 contrib/admindocs/views.py:104 +#: contrib/admindocs/views.py:106 +msgid "filter:" +msgstr "filter:" + +#: contrib/admindocs/views.py:162 contrib/admindocs/views.py:163 +#: contrib/admindocs/views.py:165 +msgid "view:" +msgstr "vju:" + +#: contrib/admindocs/views.py:192 +#, python-format +msgid "App %(app_label)r not found" +msgstr "Aplikacija %(app_label)r nije pronađena" + +#: contrib/admindocs/views.py:196 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r" + +#: contrib/admindocs/views.py:201 contrib/admindocs/views.py:202 +#: contrib/admindocs/views.py:217 contrib/admindocs/views.py:240 +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:260 +#: contrib/admindocs/views.py:301 contrib/admindocs/views.py:306 +msgid "model:" +msgstr "model:" + +#: contrib/admindocs/views.py:213 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`" + +#: contrib/admindocs/views.py:233 contrib/admindocs/views.py:293 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "klase `%(app_label)s.%(object_name)s`" + +#: contrib/admindocs/views.py:240 contrib/admindocs/views.py:301 +#, python-format +msgid "all %s" +msgstr "svi povezani objekti %s" + +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:306 +#, python-format +msgid "number of %s" +msgstr "broj povezanih objekata %s" + +#: contrib/admindocs/views.py:398 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ne izgleda kao „urlpattern“ objekat" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d20b69b46f04253a27f944ec37644665fb56169a GIT binary patch literal 6394 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 NHZ6MEOpV43^&gIHWETJc literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 00000000000..fe363505998 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,288 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Albin Larsson , 2022 +# Andreas Pelme , 2012,2014 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014 +# Petter Strandmark , 2019 +# Thomas Lundqvist, 2013 +# Tomas Lööw , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2022-07-24 20:19+0000\n" +"Last-Translator: Albin Larsson \n" +"Language-Team: Swedish (http://www.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Dokumentation för admin" + +msgid "Home" +msgstr "Hem" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Bookmarklets" +msgstr "Smarta bokmärken" + +msgid "Documentation bookmarklets" +msgstr "Smarta bokmärken för dokumentation" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"För att installera bookmarklets, dra länken till din verkygsrad för " +"bokmärken, eller högerklicka på länken och lägg till den till dina " +"bokmärken. Nu kan du välja din bookmarklet från vilken sida som helst." + +msgid "Documentation for this page" +msgstr "Dokumentation för denna sida" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Förflyttar dig från valfri sida till dokumentationen för vyn som genererar " +"den sidan." + +msgid "Tags" +msgstr "Taggar" + +msgid "List of all the template tags and their functions." +msgstr "En lista på alla malltaggar och deras funktioner." + +msgid "Filters" +msgstr "Filter" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Filter är åtgärder som kan appliceras på variabler i en mall för att ändra " +"utmatningen." + +msgid "Models" +msgstr "Modeller" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeller är beskrivningar av alla objekt i systemet och deras tillhörande " +"fält. Varje modell har en lista av fält som kan kommas åt som variabler i " +"mallen." + +msgid "Views" +msgstr "Vyer" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Varje sida på den publika sidan är genererad av en vy. Vyn definierar vilka " +"mallar som används för att generera sidan samt vilka objekt som är " +"tillgängliga i den mallen." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Verktyg till din webbläsare för snabb tillgång till " +"administrationsfunktioner." + +msgid "Please install docutils" +msgstr "Vänligen installera docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Administrationsdokumentationen kräver Pythons docutils bibliotek." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Vänligen be din administratör installera docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Modell: %(name)s" + +msgid "Fields" +msgstr "Fält" + +msgid "Field" +msgstr "Fält" + +msgid "Type" +msgstr "Typ" + +msgid "Description" +msgstr "Beskrivning" + +msgid "Methods with arguments" +msgstr "Metod med argument" + +msgid "Method" +msgstr "Metod" + +msgid "Arguments" +msgstr "Argument" + +msgid "Back to Model documentation" +msgstr "Tillbaka till modell-dokumentation" + +msgid "Model documentation" +msgstr "Modelldokumentation" + +msgid "Model groups" +msgstr "Modellgrupper" + +msgid "Templates" +msgstr "Mallar" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mall: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Mall:%(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Sökvägen för mall %(name)s:" + +msgid "(does not exist)" +msgstr "(finns inte)" + +msgid "Back to Documentation" +msgstr "Tillbaka till dokumentation" + +msgid "Template filters" +msgstr "Mallfilter" + +msgid "Template filter documentation" +msgstr "Mallfilterdokumentation" + +msgid "Built-in filters" +msgstr "Inbyggda filter" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"För att använda dessa filter, lägg till %(code)s innan du " +"använder filtret i din mall." + +msgid "Template tags" +msgstr "Malltaggar" + +msgid "Template tag documentation" +msgstr "Malltaggdokumentation" + +msgid "Built-in tags" +msgstr "Inbyggda taggar" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"För att använda dessa taggar, lägg till %(code)s innan du " +"använder taggen i din mall." + +#, python-format +msgid "View: %(name)s" +msgstr "Vy: %(name)s" + +msgid "Context:" +msgstr "Kontext:" + +msgid "Templates:" +msgstr "Mallar:" + +msgid "Back to View documentation" +msgstr "Tillbaka till vy-dokumentation" + +msgid "View documentation" +msgstr "Titta på dokumentationen" + +msgid "Jump to namespace" +msgstr "Hoppa till namespace" + +msgid "Empty namespace" +msgstr "Tom namespace" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Vyer för namespace %(name)s" + +msgid "Views by empty namespace" +msgstr "Vyer för tom namespace" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Vyfunktion: %(full_name)s. Namn: %(url_name)s.\n" + +msgid "tag:" +msgstr "tagg:" + +msgid "filter:" +msgstr "filter:" + +msgid "view:" +msgstr "vy:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Applikation %(app_label)r hittades inte" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modell %(model_name)r hittades inte i applikation %(app_label)r" + +msgid "model:" +msgstr "modell:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "det relaterade `%(app_label)s.%(data_type)s`-objektet" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "relaterade `%(app_label)s.%(object_name)s`-objekt" + +#, python-format +msgid "all %s" +msgstr "alla %s" + +#, python-format +msgid "number of %s" +msgstr "antal %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s verkar inte vara ett urlpattern-objekt" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..349f77be714c1ed16401ed2d44740c8be38b5edb GIT binary patch literal 1808 zcmai!OK%)S5XT!x0xSVScpM0z3X&zS%>EGI#+TfKP%YcnUlKcfhZ}x53}QGvMhb zX8UKsr!jv4JPlp|dH*8FeirBR9>{SogI#bPWd9!Qfm4v}e*nLO#vj2p<{x3P1%3gt z-@D+;;60GQ`}6gm=KLA_9P7V;AA)bfi0u*#94`Z(0!xr}PeIms55%ANdd_daXE47H zcEImJw*MXEJpKW){TUcTZgUoBw7vwg&lhZhIDa$ zzJ_!Qq@vNx@wq+E!-Av4Do4h8l4Yr6Mc&d-k)%-NrSx7^hU{=pjl8&OZC1!C%awOx z-Ht+`jF(V%h*SnvfOYM4kbcm1?f?L#xc_m0JOW%*^I%_O>wJmMu{O7^6g*w!so+R8^; zZlaUuYM8iaU}I`+e=>;HD%HGNv<{&$UF!8ON4_hsDe)^*+S>`{-^L1$!(?(9wvkk8G#uI{#5TboFS> z0a6x|R|md}N7QD8Myafv@~fW?Hliy>=Q!3_RnavwvWYg6n63=9Ka?4ht6ST7sAL{( z*s5?bnX;L>)k`Zh`&?Z#ba9pX?Ufc+RVtA5Nm1J(^l-LVaS!(G!lEkAy^i?&5q92 zwzghDUIIb2GE+4V0Z@UWV9l0-k@icOL)ejN8tlBF^uH?#x80NYZ=qp~kj)2`m7P?w z2>(}Jn#&6VmzVNdY|XP}MW%DfWi*;ysHre5bi#shXY4$xu=cf)`%{|+r=f=HOaIsA SL``L|7^R06MVLLE75@Nb>EnC= literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3a9e2fda577 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Sebule" + +msgid "Documentation" +msgstr "Waraka" + +msgid "Bookmarklets" +msgstr "Vialamisho" + +msgid "Documentation bookmarklets" +msgstr "Vialamisho vya waraka" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Nyaraka kwa ajili ya ukurasa huu" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Inakurusha kutoka ukurasa wowote hadi kwenye waraka wa mounekano unaozalisha " +"ukurasa huo." + +msgid "Tags" +msgstr "Tagi" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Chujio" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Modeli" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Mionekano" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Templeti" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "tagi" + +msgid "filter:" +msgstr "chujio" + +msgid "view:" +msgstr "muonekano" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modeli %(model_name)r haijapatikana katika programu %(app_label)r" + +msgid "model:" +msgstr "modeli" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "`%(app_label)s.%(data_type)s` kinachohusiana" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "`%(app_label)s.%(object_name)s` vinavyohusiana" + +#, python-format +msgid "all %s" +msgstr "kila %s" + +#, python-format +msgid "number of %s" +msgstr "idadi ya %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s haionekani kuwa ni kitu cha urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..acf0768dd4ffe5e702a035a2583b0b1e80912e5b GIT binary patch literal 1675 zcmaJ>&uBN#p!B#ts8#fxCf=z>k5qfO~=WfL{Qg19t#_16~3C4tyWD?>)vo z08RjD9RZ2wIFRCJfIES+!28I#1U!ZHpW7J|!2JmN3U~!b`xZC@d<`U?zkz=NcY@?| z;G1>agJR_4AdvD;0`~yF0g_J*M7c0(coG*4>H`hZOg<47^nD1V0eNf}Cgg?j5uT6$ zp#|?6Rd8(_mwB$F<<9W7;*t++noH-D)!ekNtBzx*jk%FYdm~k@U^AvO$dq={B}Q*u z@%B3ddC#E2LQ?Qt_7yvCGQ} z(#lE)6Jbfbbtco4?=M&{Nns#nndz!DW_pmdmF1>KXHNEGMl>;-w}uRg*{-;zYym?t z?_QU>Z)%rSZmbh?ML+3^(}R8?S|;YT`AaQv#;Ram%%FPAk3`MmB5I1}ByS#zk4_$n zno)#6aak=U#JMGIaugRGiZE&yW#L52N?oMV85{EpQfsv7qDmm0e+@NQo=U^Ap6H%A zi5%S@z^-U1nZ>*%vn1sc3(n=RR(DJ{(fyd8XeVw% zBsgSkJ{?$@igU(hMa*>`mc{guDPFx!PiVexnl}$j)#%d{zI^3}KaGEizI^P5cYOJa zFQ4MbmoNQr#g}WeU;bLfhvzEu<+E^x1jOO^0sZJ5PvpD|3D|s%O+MStg)=_cPGWf-Jf|E7sH$@`{LLiNnF;1%6 utiFyH>w9S2qY#9~hMcPD(1Sk)U!s*Gj^PS%;NE^1-3>k)P$G-`#_S)On#E=S literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c0ca3d985b5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "வீடு" + +msgid "Documentation" +msgstr "ஆவனமாக்கம்" + +msgid "Bookmarklets" +msgstr "புத்தகக்குறிகள்" + +msgid "Documentation bookmarklets" +msgstr "ஆவணமாக்கக் குறியீடுகள்" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "இந்த பக்கத்திற்கான ஆவணம்" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"எந்த ஒரு பக்கத்திலிருந்தும் ஆவணப்பக்கத்தை பார்வையிடுதல், அந்த பக்கத்தை உருவாக்குகிறது." + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ஒட்டு:" + +msgid "filter:" +msgstr "வடிகட்டி:" + +msgid "view:" +msgstr "நோற்றமிடு:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "மாதிரி:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "அனைத்து %s " + +#, python-format +msgid "number of %s" +msgstr "எண்ணிக்கை %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s -ல் urlpattern தோன்றுவதில்லை" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eb8652576bace9e82d59f69c5e2e94467afb4f24 GIT binary patch literal 1684 zcmb7^%Wo4$9LI-eTSE&9Bg3<_~utB15qIcB(3)LQb;l{CterIf#q!np9((Gq`zx};u?caKK zw+Pk&>?7FsvA@9HzXK1f26zJW!TsP8_$jyo9tJnSFTr2H-Qe%wUhpmW5%{hn{{b5R zT{{UWf(Joke-?DXac~bf2ex4Q11KQ(z~~gX03HR`K@a>D902>_bO@XUKL@XY2f3w5E`u;U_fWbwR#Wp&&d6Xg(n|KR_}@Lgk5o5!nnYBBrWl-o+x|T6pwI zz86(a2fQMJzNC=vZC5rec_{jlE1g0UqIsPW-4OJHjvm*1T3?Mexsf?v%ri0-E7PrW z-g7RAI6-%edNW+sRqmpQRIHuJr0#ppNVA?eWyNT2>btTt8VfrKXAFfh+V7UWaomzq z8lF6FkvQIp#7!+bU-C0+$jqn-D%`Lr==;80n=bVA}b|zO%#Ll>^ zD$kd7Mh7as{;Nt8BR3T^V;(r?R2(LZ%E*ezaQ_f(ABTG-JvK~BeM33(p=Rl`Y~vbm zGfUHK(PwJiO)txz^yD@ zH9E32jL~K3OB-VumJh6KQfKL7dxo#|dSVsrRHy=J7tPaTUO~|9UL!8ry3?(-1$lET z|GkFW@O)w;A?va&4|SM%ZI_;O)4i}Wd)1x}v>5W5?G(>NYJP-S3Y$kZ$zAlzpui+i zIdtY0So@L?0%KmXzRzIOmY-VfkM@%A`k_6n{p%0f=6tnj;xBAtX6^{RY-`4~Aou@G XwB--rZyyJOt#-d9d@s0<>x}#f9{-#N literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b03f0b3faea --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "నివాసము" + +msgid "Documentation" +msgstr "పత్రికీకరణ" + +msgid "Bookmarklets" +msgstr "నిర్దుష్ట గుర్తులు " + +msgid "Documentation bookmarklets" +msgstr "పత్రికీకరణ యొక్క నిర్దుష్ట గుర్తులు " + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "ఈ పొరటుకు పత్రికీకరణ" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "టాగ్:" + +msgid "filter:" +msgstr "వడపోత:" + +msgid "view:" +msgstr "దర్శనం:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "మొడల్:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "సంబంధించిన `%(app_label)s.%(data_type)s` అంశము" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "సంబంధించిన `%(app_label)s.%(object_name)s` వస్తువులు" + +#, python-format +msgid "all %s" +msgstr "ఆన్నీ %s" + +#, python-format +msgid "number of %s" +msgstr "%s సంఖ్య" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s యు ఆర్ యల్ నిర్మాణక్రమ అంశము లా లేదు " diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f906516fee4f75992623a651f14a3c30d772cd7d GIT binary patch literal 7731 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, 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2020-05-15 00:08+0000\n" +"Last-Translator: Surush Sufiew \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "Хуччатгузории рохбарият" + +msgid "Home" +msgstr "Асосӣ" + +msgid "Documentation" +msgstr "Хуҷҷатгузорӣ" + +msgid "Bookmarklets" +msgstr "Гузориш" + +msgid "Documentation bookmarklets" +msgstr "Хуҷҷатгузорӣ" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Барои ба панели гузоришот ворид сохтани сурогаи сомонаи мазкур ба равзанаи " +"гузоришот ,бо пахши тугмаи чапи муш сурогаро дохил кунед.Акнун шумо аз " +"тамоми саҳифаҳои сомона ба ин суроға дастрасӣ пайдо кардед." + +msgid "Documentation for this page" +msgstr "Хуҷҷатгузорӣ барои саҳифаи мазкур" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Аз тамоми саҳифаҳо бв ҳуҷҷатгузории view, ки ин саҳифаро табдил медиҳад, " +"раҳнамоӣ месозад" + +msgid "Tags" +msgstr "Тегҳо" + +msgid "List of all the template tags and their functions." +msgstr "Руйхати хама template -ҳо ва функқияи онхо" + +msgid "Filters" +msgstr "Поло-ҳо (Filters)" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Полоҳо(Filters) - ин амалиётест ,ки барои тағйирдиҳии инъикоси шаблонҳо иҷро " +"мешавад" + +msgid "Models" +msgstr "Моделҳо" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Моделҳо - ин рӯйхати ҳамаи объектҳо ва майдонҳои ба онҳо алоқандӣ дар " +"система мавҷудбуда аст.Ҳар як модел руйхати майдонҳои худро дорад, ки дар " +"шаблонҳо ба сифати тағйирёбанда истифода бурда мешаванд." + +msgid "Views" +msgstr "View" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Ҳар як саҳифаи сомона тавассути view сохта мешавад. View муайян месозад, ки " +"кадом шаблон барои сохтанисаҳифа истифода мешавад ва кадом кадом объектҳо " +"дар он дастрасанд." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Асбобҳо барои браузери шумо, барои дастрасии зуд ба қисми маъмурияти " +"сомона(Гузоришот)" + +msgid "Please install docutils" +msgstr "Хоҳиш менамоем, docutil-ро танзим(install) кунед" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" +"Барои фаъолияти маъмурияти системаи ҳуҷҷатгузорӣ, бояд пакетҳои docutils -b Pythonтанзим карда шуда бошанд." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Хоҳишмандем аз маъмурият дархости танзими docutils -" +"ро кунед." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модел: %(name)s" + +msgid "Fields" +msgstr "Майдонҳо" + +msgid "Field" +msgstr "Майдон" + +msgid "Type" +msgstr "Намуд" + +msgid "Description" +msgstr "Тавсиф" + +msgid "Methods with arguments" +msgstr "Усулҳо бо санадҳо" + +msgid "Method" +msgstr "Усул" + +msgid "Arguments" +msgstr "Санадҳо" + +msgid "Back to Model documentation" +msgstr "Ба қафо, ба қисми ҳуҷҷатгузории моделҳо" + +msgid "Model documentation" +msgstr "Ҳуҷҷатгузории моделҳо" + +msgid "Model groups" +msgstr "Гурӯҳы моделҳо" + +msgid "Templates" +msgstr "Нусхаҳо" + +#, python-format +msgid "Template: %(name)s" +msgstr "Нусхаи: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "" + +msgid "(does not exist)" +msgstr "(вуҷуд надорад)" + +msgid "Back to Documentation" +msgstr "Ба қафо, ба қисми ҳуҷҷатгузорӣ" + +msgid "Template filters" +msgstr "Полоҳо(Filters)-и нусхаҳо" + +msgid "Template filter documentation" +msgstr "Нусхаи ҳуҷҷатгузории полоҳо" + +msgid "Built-in filters" +msgstr "Бо полоҳо(filters) сохташуда." + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Барои истифодаи ин поло(filter), %(code)s - ро дар нусхаи худ " +"бо истифода аз полоҳо (Filters) ҷой диҳед." + +msgid "Template tags" +msgstr "Теги шаблонов" + +msgid "Template tag documentation" +msgstr "Ҳуҷатгузории нусхаи тегҳо" + +msgid "Built-in tags" +msgstr "Тегҳои сохташуда" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "View: %(name)s" + +msgid "Context:" +msgstr "Контекст:" + +msgid "Templates:" +msgstr "Нусхаҳо:" + +msgid "Back to View documentation" +msgstr "Ба қафо ба қисми намоиш(View)" + +msgid "View documentation" +msgstr "Ҳуҷҷатгузории view" + +msgid "Jump to namespace" +msgstr "Гузариш ба майдони номҳо" + +msgid "Empty namespace" +msgstr "Майдони номҳои фарох" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "View дар майдони номҳо %(name)s" + +msgid "Views by empty namespace" +msgstr "View дар майдони номҳои фарох" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"View-функсия: %(full_name)s. Номи url-нусхаҳо: " +"%(url_name)s.\n" + +msgid "tag:" +msgstr "тег:" + +msgid "filter:" +msgstr "Поло(filter):" + +msgid "view:" +msgstr "view:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Барномаи «%(app_label)r» ёфт нашуд" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Модели %(model_name)r дар барномаи %(app_label)r ёфт нашуд" + +msgid "model:" +msgstr "модел:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "Объектҳои вобаста `%(app_label)s.%(data_type)s` " + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "Объектҳои алоқаманд `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "ҳамаи %s" + +#, python-format +msgid "number of %s" +msgstr "миқдори %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ба объекти urlpattern монанд нест." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..23adcdd19bb7d8f88a46319485ff6d973beaa8df GIT binary patch literal 2167 zcmbW1U29xL7{^C#eOYVOT1Ab@R2oQ(XZNg%?VcEsCJi<=80y+PNoKRNyQe*8=5Wqz zlYoNNLaP+78ng`vwiKlzq}A%#Z{USq_yuGxy|mxJ|1-OrWQ#H2urt4TdFFZDGk@;e zwaU<*LVphZH}vPxKfDJ6+TY;I;2m%e_`?j2&{q+fC;z@Tn66*KLTF` z{{Zg?ci-1N-vd5`_2b}fa0sOH10d-c>8*W`>>dJ3;1o#u4d{a_Al<(KUWAY9;0IVw zV3Y2xfd|3wK=Su@umb)ClARY}^l9)V@EkY^z61UW;>Y$w2%>BVB!3TpWPc2N2J}J7 z-3<5`C_u_b3f90cK+5YKZ~@%=VArk&Da8+?Q!AkFM~4`D0-YM=nRJsMPoh)Xi%xM- zBYV_b9zpVRA8nu^-3+N zE4s}asgAi&D^7?UGA#)|w;1f{k^D?3mvAf$Z%QRoVGxX4lKvu_)pZ&1;gOg)uS6_I zQx|MQw^f~oilW9j#`#FpWHg#~?_{hhniyo9M5L6RgrSUy2--5%aDE5OsSTKF$2FO9 z-Jr8n(uF!-*s3)v4v%!R*mWXX=p{8{Ml=IP0d9M-E{vErD~TN4xW*{%fX$_vD&rli zdnb`cR3hN@Q$jU$;efc?Plgxb-)XA?^eCZRJy8pQ*bokulVIdo?rIL z6<&Tlc&#$#mwg|C-U)doB%K3tmA;%m=A#vki_Cb{RHzJL>onjqLMhbuxC|-vZ@?QY z--_I_7^;ST6L(azjrw?1DdK=vTO#BmEn||PR9aeEDjHH3Hso?~QOBijKz&5LyCu^q zjTUB)%^uwhyuY$O$ikY)i_^li8PaD;{EEhcX(5dY&B%+9aW3E z9;#-*57$Do;Ujdk3Ug6A6_Gcs(>M#bO58G=D39~*biyAm(6?msOE&M=&c`y+t76r_uc%m?R@48AcWhPZ+x+XrwI1CyLFb? z{A&NsRTnnAgPUL4Ja-d__LWjP;5Ck*8VUN==0CY{V+TH6>uW)Ae-47X-U9>+SG#U>-GlW@cmz03 zR$W366VxK5(0o3CV*{RGgZ>%FJEDMSHx?45m&E2s5O$G4=tVA27EBNkCJ_A!|BIbo inH~OBRDfQEQ7w21S1?lj$+!Puf8ep&(K>xD0s99ALqi+@ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f165ce219fa --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,258 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Vichai Vongvorakul , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "หน้าหลัก" + +msgid "Documentation" +msgstr "เอกสารประกอบ" + +msgid "Bookmarklets" +msgstr "Bookmarklets" + +msgid "Documentation bookmarklets" +msgstr "Documentation bookmarklets" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "เอกสารสำหรับหน้านี้" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "ย้ายจากทุกหน้าไปที่วิวที่สร้างหน้านั้นขึ้นมา" + +msgid "Tags" +msgstr "Tags:" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Filters" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Models" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "View" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Templates" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ป้ายกำกับ:" + +msgid "filter:" +msgstr "ตัวกรอง:" + +msgid "view:" +msgstr "ดู:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "ไม่พบโมเดล %(model_name)r ในแอป %(app_label)r" + +msgid "model:" +msgstr "โมเดล:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "ความสัมพันธ์`%(app_label)s.%(data_type)s` อ็อบเจ็กต์" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "ความสัมพันธ์`%(app_label)s.%(object_name)s` อ็อบเจ็กต์" + +#, python-format +msgid "all %s" +msgstr "ทั้งหมด %s " + +#, python-format +msgid "number of %s" +msgstr "จำนวนของ %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s ดูเหมือนจะไม่ใช่ urlpattern อ็อบเจ็กต์" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f8752e1ec5c8f11aa78ac7caa7edbe2d09d4ce26 GIT binary patch literal 6661 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, 2013 +# BouRock, 2015-2016,2019,2021 +# BouRock, 2014 +# Jannis Leidel , 2011 +# Murat Çorlu , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-16 19:32+0000\n" +"Last-Translator: BouRock\n" +"Language-Team: Turkish (http://www.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Administrative Documentation" +msgstr "Yönetimsel Belgeler" + +msgid "Home" +msgstr "Giriş" + +msgid "Documentation" +msgstr "Belgeler" + +msgid "Bookmarklets" +msgstr "Kod içeren yer işaretşeri" + +msgid "Documentation bookmarklets" +msgstr "Belge kod içeren yer işaretleri" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Kod içeren yer işaretlerini yüklemek için bağlantıyı yer imleri araç " +"çubuğuna sürükleyin ya da bağlantıya sağ tıklayın ve yer imlerinize ekleyin. " +"Artık sitedeki herhangi bir sayfadan kod içeren yer işaretini seçebilirsiniz." + +msgid "Documentation for this page" +msgstr "Bu sayfa için belgeler" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Sizi, bu sayfayı oluşturan görünüm için herhangi bir sayfadan belgelere " +"atlatır." + +msgid "Tags" +msgstr "Etiketler" + +msgid "List of all the template tags and their functions." +msgstr "Tüm şablon etiketlerinin ve işlevlerinin listesi." + +msgid "Filters" +msgstr "Süzgeçler" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Süzgeçler, çıktıyı değiştirmek için bir şablondaki değişkenlere " +"uygulanabilen eylemlerdir." + +msgid "Models" +msgstr "Modeller" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Modeller, sistemdeki nesnelerin ve ilişkilendirilmiş alanlarının tümünün " +"tanımlarıdır. Her model, şablon değişkenleri olarak erişilebilen alanların " +"bir listesine sahiptir." + +msgid "Views" +msgstr "Görünümler" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Ortak sitedeki her sayfa, bir görünüm tarafından oluşturulur. Görünüm, " +"sayfayı oluşturmak için hangi şablonun kullanılacağını ve bu şablon için " +"hangi nesnelerin kullanılabilir olacağını tanımlar." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Tarayıcınızın yönetici işlevselliğine hızlıca erişebilmesi için araçlar" + +msgid "Please install docutils" +msgstr "Lütfen docutils’i yükleyin" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Yönetici belge sistemi, Python’un docutils " +"kütüphanesini gerektirir." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Lütfen yöneticilerinizden docutils yüklemesini " +"isteyin." + +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +msgid "Fields" +msgstr "Alanlar" + +msgid "Field" +msgstr "Alan" + +msgid "Type" +msgstr "Tür" + +msgid "Description" +msgstr "Açıklama" + +msgid "Methods with arguments" +msgstr "Bağımsız değişkenleri olan yöntemler" + +msgid "Method" +msgstr "Yöntem" + +msgid "Arguments" +msgstr "Bağımsız değişkenler" + +msgid "Back to Model documentation" +msgstr "Model belgelerine geri dön" + +msgid "Model documentation" +msgstr "Model belgeleri" + +msgid "Model groups" +msgstr "Model grupları" + +msgid "Templates" +msgstr "Şablonlar" + +#, python-format +msgid "Template: %(name)s" +msgstr "Şablon: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Şablon: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "%(name)s şablonu için arama yolu:" + +msgid "(does not exist)" +msgstr "(mevcut değil)" + +msgid "Back to Documentation" +msgstr "Belgelere Geri Dön" + +msgid "Template filters" +msgstr "Şablon süzgeçleri" + +msgid "Template filter documentation" +msgstr "Şablon süzgeci belgeleri" + +msgid "Built-in filters" +msgstr "Yerleşik süzgeçler" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Bu süzgeçleri kullanmak için, süzgeci kullanmadan önce şablonunuzun içine " +"%(code)s yerleştirin." + +msgid "Template tags" +msgstr "Şablon etiketleri" + +msgid "Template tag documentation" +msgstr "Şablon etiketi belgeleri" + +msgid "Built-in tags" +msgstr "Yerleşik etiketler" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Bu etiketleri kullanmak için, etiketi kullanmadan önce şablonunuzun içine " +"%(code)s yerleştirin." + +#, python-format +msgid "View: %(name)s" +msgstr "Görünüm: %(name)s" + +msgid "Context:" +msgstr "Bağlam:" + +msgid "Templates:" +msgstr "Şablonlar:" + +msgid "Back to View documentation" +msgstr "Görünüm belgelerine geri dön" + +msgid "View documentation" +msgstr "Belgeleri görüntüle" + +msgid "Jump to namespace" +msgstr "İsim alanına atla" + +msgid "Empty namespace" +msgstr "Boş isim alanı" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "%(name)s isim alanına göre görünümler" + +msgid "Views by empty namespace" +msgstr "Boş isim alanına göre görünümler" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" Görünüm işlevi: %(full_name)s. Adı: %(url_name)s.\n" + +msgid "tag:" +msgstr "etiket:" + +msgid "filter:" +msgstr "süzgeç:" + +msgid "view:" +msgstr "görünüm:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "%(app_label)r uygulaması bulunamadı" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(app_label)r uygulamasında %(model_name)r modeli bulunamadı" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "İlgili `%(app_label)s.%(data_type)s` nesnesi" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "ilgili `%(app_label)s.%(object_name)s` nesneleri" + +#, python-format +msgid "all %s" +msgstr "tüm %s" + +#, python-format +msgid "number of %s" +msgstr "%s sayısı" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s, bir urlpattern nesnesi olarak görünmüyor" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..83b6d941f885d9f9ff260e16b0618cb6a569dc1a GIT binary patch literal 1869 zcma)+O>Y}T7{>=FPz>cw;vJzm5H(S|_8JgvHUy!zsc6)QsJL)U$M)FSc6Y|ij+^EJ zPEsI{RtSj-1vsHfP;nq32~CqG7rwwuedol11N{ITkoeEqX>7m}BR%``>^$$!j(>f8 z&lQ68802}#RmfA2gLmP9H4h#HKLH;Ce+Kt~zkttz7JLr;1Kb1dy_=A?!F}M%AOr6M zuYmW1-?aBvLFexWFbA%K&i;4M2XBM-f-l@d$YuC`5zJ%%6O^6?e{1tE(8YNY%8sL; z^YcFF3Y!Dp1)o6@F7Nl+{GiRt;DdPoH8=u(*WTX-hq3#=Y1cF z-YI@QbUwTE26y!Q13p&fBulhcP)sB!TdIJLG9fU#lRR|oeGS=Q`$m**v!STS*I^^7 zb?~e>WY+CxJr5|f|I?LSAm(#B zN9{~=(S8UY7n_T;c@2@^n3~ldahl(o8^nAIrA^qumZE}n$f{ZI@?}<=i*RITpn4tW zYZO^;cB`asXPeic0OMJ-0oA$&w618cBvPMS2z~2IgkDA-jpkyO{Nu)=MceRzL=n65 z&MDWEIXjQ$-%L9=la65(gK%3+X8|@H!&pXJX4AId8rzGAxoIz9IE{ep2C, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Өй" + +msgid "Documentation" +msgstr "Документация" + +msgid "Bookmarklets" +msgstr "Кыстыргычлар" + +msgid "Documentation bookmarklets" +msgstr "Документация кыстыргычлары" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Бу сәхифә өчен документация" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Теләсә нинди сәхифәдән сезне ул сәхифәне төзи торган view документациясенә " +"җибәрә." + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "билге:" + +msgid "filter:" +msgstr "фильтр:" + +msgid "view:" +msgstr "күрсәтелеш:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "%(model_name)r моделе %(app_label)r кушымтасында табылмаган" + +msgid "model:" +msgstr "модель:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "бәйләнгән '%(app_label)s.%(data_type)s' объект" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "бәйләнгән '%(app_label)s.%(object_name)s' объектлар" + +#, python-format +msgid "all %s" +msgstr "бөтен %s" + +#, python-format +msgid "number of %s" +msgstr "%s саны" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s urlpattern объектына ошамаган" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..509c1e99467510d4bef518b4e6c9ca50f01182ed GIT binary patch literal 618 zcmZ9J&u-H|5XP5(7vJCvXbvDHsy1HJqDGqrp_W7{N<>t-Tw#gV&Q|uWwYw(mt-uWq zT;R$(aHxb360cyt0MEkMK~(TbKaFQJ{&sff*RAWH3F;bh8`(i_ATy-ZOXMyhkUPjZ z^63g8UohT8wyzR$590(QmOHgxt*}JMzA?EJ8hR7uSJFakD+$KJROC+f$yCWa0h5A1 zDF~0zJusD)PV~|wN@pB~uay5gDhE6%Smc!zIh`6?I1ak(Qa6r9u=yObQ9!y4 kHXrNn^~Gk3\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"\n" +"

    To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

    \n" +msgstr "" + +msgid "Documentation for this page" +msgstr "" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Show object ID" +msgstr "" + +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +msgid "Edit this object (current window)" +msgstr "" + +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +msgid "Edit this object (new window)" +msgstr "" + +msgid "As above, but opens the admin page in a new window." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Back to Model Documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to Views Documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "True яке False" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типъем бусы" + +msgid "tag:" +msgstr "" + +msgid "filter:" +msgstr "" + +msgid "view:" +msgstr "" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +msgid "model:" +msgstr "" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#, python-format +msgid "all %s" +msgstr "" + +#, python-format +msgid "number of %s" +msgstr "" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ug/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ug/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..88ae816caea10c918c760c2eda9bc07a128c1e8f GIT binary patch literal 7867 zcmcJUU2Ggz6~{01gW^J=DTM;1y$P7w)Vp>*TH4JAb=vex4TRJU1ti+>?%1AYcV;^? zo5ZE%BXMje1r#J)iK;wQNNyCGx^4_YmB5{or4~Yrubk*Me8S$KKxn z$~+B<{q5k7!7qUy0RI8vlDd}3OjXx|+)_7zkAoVN5T?QF!Eb<%f~UYO;2%Mm_Ys`_ zFn9~N6}$ty0rWue_c>73I|<787r~dom%)d@d;72feh(Z37eQI~x8Nth-+>bE-$04y zN`jQQZv{7i1@NQbJs>94S3riU3iwqp0DlVp29&&f8>b|W7Pu1}#+a;E1I1nlUI!ir zg`XdQH-RsL!s9tm;&=-bzTQc%FMty7pTJ@8ub|l7gs~CuHc;$64vxKxe1oEkbC5F% zUPX`+#{*zL=zzC@bD+e%1PUL&20sJ-8QcioKyt+IJ3!&_K~VgB68sSOY>M9pB~Oc> z*#8B%8T5D7ip+P zum~=JTfqyU#J2$_Wc?vf{M(=6B)A_xo&^tc|1E-%`gj2HKMPhsiSs4!)8G<#EBFp5 ze*8VX-pC?icNCQQ2SBJ&5lE=SESq=LwuGvq1@DtxtV?lx1Z!3;1vFZ%PpM3 zk>nW}7@l{5a@@hW(|jW*plJQ}^tu3wR;BLbkbWY^r#PjSC^^W}90xr2u%2l6<=6}S zlHO4cD(Vh`Z^eY$}Pugpgq(*;zjYG8m-hkpKqZPdxuJ{}1<%(Lpd03H#Li@-?hX9dJrbAHeQs0^y}I$a+l#I%J)Sq-{b(Y9wka>tb!XC5 zdz|u=`KAM(+pexR#;aagM_%k|22HxY3uA6Yk59w%A@W(&V~mq;y5dfFJ{dVYPXefgMH)=fvy#~HG;Plkwqy9|T_rUpbv>3n zwq@U~n%<|m;pkz#v8G>Sc5_+k-0E?qy-de`gnQ)2@YB6cmb1`(y5WTs(7tK(=l}j& zKa4I#8krjpop8FS#yUjj`_z!Ggv2Gv5Yi(wHJ5?{13{BTvwZ@($w{n`2%gBt2WP3o&U47a-mIv*w*=ZV5W&M$|6qJ;y@RITy zwQ;^6dtM+4zT^2mzBy>jz1an?RV=z7#H?NlU}8;yD=FR#)6XW+xLaSe)o_kLksue zXGw1v*}SzdvaPUX8(&MC@4kJ6qwf(XiVI_*<3~gjge5)tj1vzrV#`*Z`I8Mge__mZ zY9;;H^yCz6X<#aj>!smg-bRYNt@x2Q;T|cLgW9n5D1&M`d$=(B@scRn_Df8nmqI9Y4L4GVjGl#EDA`mS*=ZhKkM zjmf@!)kf%43-ExAUrFoPG%bY8^d9*p-oN3M^uQ2^M2F^84D6_=*o_9r7JJmdoBQs{)k{vgjys^53 zGs}F=ui`;-My}NAd7OF`4;FCxSZjfWSmLBakgO;y%;V~*=8Vn;a-U~nD>roYY_}m} zTjFd7jj`mlbP-wKt`2D@xHu+soome-A9+e(o%^RDZ)TM+vNVF)&Nq$nj4zmNJ-_ZUhU9Fq6-dmv zfVTc4`!d}S)5$!VG&N(~6CREm9>mkuoP>~GDujgCWi~2f9O7Ew&qL{SxV;-y!g_MyLb1pt1%8EHRAuBi(%hRLDl1Z##Nl0b7m6ct~<~8G6B!*PP zs&UCwO;OqIAR*$XT9*-H-U#W8NZ%Hzn6o7=@~|dMqGu^V)_o(3_)_Zcv@lo-S@ zsUBKl@}_*IJ-~R^Zdq-o*N{l60A+-b?zYLB>?_2T#khKwDBduYJ$uPt6%rvX!IH6n zmn-I$c>|z$o99!9Ma)H&{Zi8x&7)R3G^M;Hi`En3=6&F#-2?a|Rrim%wYJ%gDZ^*B z&Gyu6ZpE%)853R4dv@i2XR2%4w;IWr%E`UsW=UTZR_9?_rM)*wYo@X7m{E)AaGg?- z4rqTfnhdO-UE`;={KU@kv{^RWd6J1Flh@3KXsb%nzDADIwwEWsjFeZ!Wyz|vA(BZM zq?<|d9l0<)kLR*smC^T zZ927Zxzjp-Fff}Sulm#+e;dfllP=V?-, 2023 +# Azat, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-12-04 20:19+0000\n" +"Last-Translator: Azat, 2023\n" +"Language-Team: Uyghur (http://app.transifex.com/django/django/language/ug/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ug\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "باشقۇرۇش قوللانمىسى" + +msgid "Home" +msgstr "باش بەت" + +msgid "Documentation" +msgstr "قوللانمىلار" + +msgid "Bookmarklets" +msgstr "خەتكۈچلەر" + +msgid "Documentation bookmarklets" +msgstr "قوللانما خەتكۈچلىرى" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"خەتكۈچنى ئورنىتىش ئۈچۈن، ئۇلانمىنى خەتكۈچ ئىشارىتىڭىزگە سۆرۈڭ ياكى ئۇلانمىنى " +"ئوڭ تېكشۈرۈپ خەتكۈچكە قوشۇڭ. ھازىر سىز تور بېكەتتىكى ھەرقايسى بەتتىن " +"خەتكۈچنى تاللىيالايسىز." + +msgid "Documentation for this page" +msgstr "بۇ بەتنىڭ قوللانما ھۆججىتى" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "ھەرقايسى بەتتىن سىزنى ئۇ بەتنىڭ قوللانما كۆرۈنۈش ھۆججىتىغا ئاتلىدۇ." + +msgid "Tags" +msgstr "خەتكۈچلەر" + +msgid "List of all the template tags and their functions." +msgstr "بارلىق قېلىپ خەتكۈچلىرى ۋە ئۇلارنىڭ ئىقتىدارلىرى تىزىملىكى." + +msgid "Filters" +msgstr "سۈزگۈچ" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"سۈزگۈچ نەتىجىنى ئۆزگەرتىش ئۈچۈن قېلىپدىكى ئۆزگەرگۈچى مىقدارلارغا " +"قوللىنىلىدىغان ھەرىكەتلەر." + +msgid "Models" +msgstr "ئەندىزەلەر" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"مودېللار سىستېمىدىكى بارلىق جىسىملارنىڭ ۋە ئۇلارنىڭ مۇناسىۋەتلىك ساھەلىرىنىڭ " +"تەسۋىرى. ھەر بىر مودېلنىڭ قېلىپ ئۆزگەرگۈچى مىقدار سۈپىتىدە زىيارەت قىلغىلى " +"بولىدىغان ساھە تىزىملىكى بار" + +msgid "Views" +msgstr "كۆرۈنۈشلەر" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"ئاممىۋى تور بېكەتتىكى ھەر بىر بەت كۆرۈنۈش ئارقىلىق ھاسىل بولىدۇ. كۆرۈنۈشتە " +"قايسى قېلىپنىڭ بەت ھاسىل قىلىشتا ئىشلىتىلىدىغانلىقى ۋە قايسى قېلىپلارنىڭ شۇ " +"قېلىپقا ئىشلىتىلىدىغانلىقىنى بەلگىلەيدۇ." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "تور كۆرگۈچىڭىزنىڭ باشقۇرۇش ئىقتىدارىنى تېز زىيارەت قىلىدىغان قوراللار." + +msgid "Please install docutils" +msgstr "docutils نى قاچىلاڭ" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"باشقۇرغۇچى ھۆججەت سىستېمىسى Python نىڭdocutils1 " +"كۈتۈپخانىسىنى تەلەپ قىلىدۇ." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"باشقۇرغۇچىلىرىڭىزدىن docutils نى قاچىلاشنى تەلەپ " +"قىلىڭ." + +#, python-format +msgid "Model: %(name)s" +msgstr "مودېل: %(name)s" + +msgid "Fields" +msgstr "سۆز بۆلىكى" + +msgid "Field" +msgstr "سۆز بۆلىكى" + +msgid "Type" +msgstr "تىپى" + +msgid "Description" +msgstr "چۈشەندۈرۈش" + +msgid "Methods with arguments" +msgstr "ئارگۇمېنىتى بار مېتودلار" + +msgid "Method" +msgstr "چارە" + +msgid "Arguments" +msgstr "ئۆزگەرگۈچىلەر" + +msgid "Back to Model documentation" +msgstr "مودېل ھۆججىتىگە قايتىڭ" + +msgid "Model documentation" +msgstr "مودېل ھۆججىتى" + +msgid "Model groups" +msgstr "ئەندىزە گۇرۇپپىلىرى" + +msgid "Templates" +msgstr "قېلىپلار" + +#, python-format +msgid "Template: %(name)s" +msgstr "قېلىپ: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "قېلىپ: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "قېلىپنىڭ ئىزدەش يولى: %(name)s" + +msgid "(does not exist)" +msgstr "(مەۋجۇت ئەمەس)" + +msgid "Back to Documentation" +msgstr "ھۆججەتكە قايتىش" + +msgid "Template filters" +msgstr "قېلىپ سۈزگۈچلىرى" + +msgid "Template filter documentation" +msgstr "قېلىپ سۈزگۈچ ھۆججىتى" + +msgid "Built-in filters" +msgstr "ئىچكى سۈزگۈچ" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"بۇ سۈزگۈچلەرنى ئىشلىتىش ئۈچۈن سۈزگۈچنى ئىشلىتىشتىن بۇرۇن قېلىپقا " +"%(code)s قويۇڭ." + +msgid "Template tags" +msgstr "قېلىپ خەتكۈچلىرى" + +msgid "Template tag documentation" +msgstr "قېلىپ بەلگىلەر ھۆججىتى" + +msgid "Built-in tags" +msgstr "ئىچكى بەلگىلەر" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"بۇ بەلگىلەرنى ئىشلىتىش ئۈچۈن ، خەتكۈچنى ئىشلىتىشتىن بۇرۇن قېلىپقا " +"%(code)s قويۇڭ." + +#, python-format +msgid "View: %(name)s" +msgstr "كۆرۈنۈش: %(name)s" + +msgid "Context:" +msgstr "تىل مۇھىتى:" + +msgid "Templates:" +msgstr "قېلىپلار:" + +msgid "Back to View documentation" +msgstr "ھۆججەتلەرنى كۆرۈش" + +msgid "View documentation" +msgstr "ھۆججەتلەرنى كۆرۈش" + +msgid "Jump to namespace" +msgstr "ئىسىم بوشلۇقىغا ئاتلاڭ" + +msgid "Empty namespace" +msgstr "ئىسىم بوشلۇقى بوش" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "ئىسىم بوشلۇقىدىكى كۆرۈنۈش %(name)s" + +msgid "Views by empty namespace" +msgstr "قۇرۇق ئىسىم بوشلۇقىدىكى كۆرۈنۈشلەر" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" + +msgid "tag:" +msgstr "بەلگە:" + +msgid "filter:" +msgstr "سۈزگۈچ:" + +msgid "view:" +msgstr "كۆرۈنۈش:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "ئەپ %(app_label)r تېپىلمىدى" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r not found in app %(app_label)r" + +msgid "model:" +msgstr "ئەندىزە:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "the related `%(app_label)s.%(data_type)s` object" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "related `%(app_label)s.%(object_name)s` objects" + +#, python-format +msgid "all %s" +msgstr "ھەممە %s" + +#, python-format +msgid "number of %s" +msgstr "%sنىڭ سانى" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s urlpattern ئوبىيكتى ئەمەستەك كۆرۈنىدۇ." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..76e5f11bd42835f349ff0eee891f25930fcba70c GIT binary patch literal 8468 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, 2014 +# Andriy Sokolovskiy , 2015 +# Denis Podlesniy , 2016 +# Illia Volochii , 2021 +# Jannis Leidel , 2011 +# Kirill Gagarski , 2016 +# Max V. Stotsky , 2014 +# Sergey Lysach , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-20 00:21+0000\n" +"Last-Translator: Illia Volochii \n" +"Language-Team: Ukrainian (http://www.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +msgid "Administrative Documentation" +msgstr "Адміністративна документація" + +msgid "Home" +msgstr "Домівка" + +msgid "Documentation" +msgstr "Документація" + +msgid "Bookmarklets" +msgstr "Інтерактивні закладки" + +msgid "Documentation bookmarklets" +msgstr "Інтерактивні закладки документації" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"Щоб встановити bookmarklets, перетягніть посилання на вашу bookmarklets або " +"клацніть правою кнопкою миші по посиланню і додайте його в bookmarklets. " +"Тепер ви можете вибрати bookmarklets з будь-якої сторінки сайту." + +msgid "Documentation for this page" +msgstr "Документація для цієї сторінки" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Перекидає вас з будь-якої сторінки в документацію для відображення, що " +"сгенерувало цю сторінку." + +msgid "Tags" +msgstr "Теги" + +msgid "List of all the template tags and their functions." +msgstr "Список усіх тегів шаблонів та їх функцій." + +msgid "Filters" +msgstr "Фільтри" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" +"Фільтри - це дії, які можуть бути виконані над змінними в шаблоні, щоб " +"змінити їх відображення." + +msgid "Models" +msgstr "Моделі" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"Моделі - це описання всіх об'єктів системи та пов'язаних з ними полів.\n" +"Кожна модель має список полів що можуть бути доступні у вигляді змінних в " +"шаблонах." + +msgid "Views" +msgstr "Відображення" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"Кожна сторінка для відкритого сайту створена за допомогою відображення." +"Відображення визначає, який шаблон використовується для генерації сторінки " +"та об'єкти, які доступні для цього шаблону." + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" +"Інструменти для вашого браузеру для швидкого доступу до адміністративних " +"функцій." + +msgid "Please install docutils" +msgstr "Будь ласка, встановіть docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "" +"Система адміністративної документації вимагає Python-бібліотеку docutils." + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" +"Будь ласка, попросить вашого адміністратора встановити docutils." + +#, python-format +msgid "Model: %(name)s" +msgstr "Модель: %(name)s" + +msgid "Fields" +msgstr "Поля" + +msgid "Field" +msgstr "Поле" + +msgid "Type" +msgstr "Тип" + +msgid "Description" +msgstr "Опис" + +msgid "Methods with arguments" +msgstr "Методи з аргументами" + +msgid "Method" +msgstr "Метод" + +msgid "Arguments" +msgstr "Аргументи" + +msgid "Back to Model documentation" +msgstr "Назад до Документація моделі" + +msgid "Model documentation" +msgstr "Документація моделі" + +msgid "Model groups" +msgstr "Групи моделей" + +msgid "Templates" +msgstr "Шаблони" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "Шаблон: %(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "Шлях для пошуку шаблону %(name)s:" + +msgid "(does not exist)" +msgstr "(не існує)" + +msgid "Back to Documentation" +msgstr "Назад до Документації" + +msgid "Template filters" +msgstr "Фільтри у шаблонах" + +msgid "Template filter documentation" +msgstr "Документація фільтрів у шаблонах" + +msgid "Built-in filters" +msgstr "Вбудовані фільтри" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"Щоб використовувати ці фільтри, помістіть %(code)s в ваш шаблон " +"перед використанням фільтру." + +msgid "Template tags" +msgstr "Теги шаблонів" + +msgid "Template tag documentation" +msgstr "Документація по тегам шаблонів" + +msgid "Built-in tags" +msgstr "Вбудовані теги" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"Щоб використовувати ці теги, помістіть %(code)s в ваш шаблон " +"перед використанням тегу." + +#, python-format +msgid "View: %(name)s" +msgstr "Відображення: %(name)s" + +msgid "Context:" +msgstr "Контекст:" + +msgid "Templates:" +msgstr "Шаблони:" + +msgid "Back to View documentation" +msgstr "Назад до Переглянути документацію" + +msgid "View documentation" +msgstr "Переглянути документацію" + +msgid "Jump to namespace" +msgstr "Перейти до іменованої зони" + +msgid "Empty namespace" +msgstr "Порожня іменована зона" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Відображення у просторі імен %(name)s" + +msgid "Views by empty namespace" +msgstr "Відображення у глобальному просторі імен " + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"Функція відображення: %(full_name)s. Им'я: %(url_name)s.\n" + +msgid "tag:" +msgstr "тег:" + +msgid "filter:" +msgstr "відфільтрувати:" + +msgid "view:" +msgstr "переглянути:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "Застосунок %(app_label)r не знайдено" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Модель %(model_name)r не знайдено в прикладній системі %(app_label)r" + +msgid "model:" +msgstr "модель:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "пов'язаний `%(app_label)s.%(data_type)s` об'єкт" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "пов'язані з `%(app_label)s.%(object_name)s` об'єкти" + +#, python-format +msgid "all %s" +msgstr "всі %s" + +#, python-format +msgid "number of %s" +msgstr "кількість з %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не є об'єктом urlpattern" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d945bd10e6d26fc0b6552479156371b757195376 GIT binary patch literal 1836 zcmaiz&u<(x6vqveQWnaO9zX(AJ)}lTXlH*ERFVlnsA(%&H6jXIuBms|yP0;zUU@uC zb3kINq*_oU1Z{5|I7Dm`ilQijHXM54FW@%LN*p*L0pefa>)9mTRE=uM^BIrdd*An- z$A26-aED>Miuo4i66WieC!WFsqYa(_zXV?de*q7JzkzRnzk_dr|9}U;Lr*jIDR>xs z7v$hU@DBJK_}%t;33Ty(1PkDO(E0xb7QuhPXThV-Fm?;EkAbJ09gJQB{{vl~2VvxN zj)L!iQ=qHmbMSlcYj7MaB8eA313nLa0lK`t!s7_|4LAlafrr39!C~-k(B*v$52TR| zgv^HP!_IKIJ6)&o3MSIe2HY7^&&Er5I&D|C)5u}IjOpUDftYGa#3Yp=-fRl4$tbD_ z;*{vH$&C?OlB!%0Rl`mzbv5GpYA8(1&Zue<32C?ql-#?b%D#qFS5TM~bU zunS4ljA>3KRM#pZF6XjMmx!4W$gfXm+h5SNK+IyB8)^tCG&d+BTe`S;Hlb=Fq=CW6 zaa!_74C$=Mx=Lh?0_m#7KAzJduZVC+GakYtX7wOM(LT#ueI}ErA~dPG+tVV1QjIS6 zd&c>J!Cr@YLhcWXG;}yoiyz$YbM`HJ35UR@$cvTuPkXMG?66et>MS{3y(p`9Rjy zhwzb&1ZUut1&@5Xq-zNc&KT453x(O)*}QS#g1We#ud1lfD`*Gdwr?TPg`wQU`H8a+ zOE2Y%xp5^8emSp`-hV&R`)Q}! z!Z&-f+v+ZE{Yu@IZBx3AkDcyqmM(9tkX=YS>AHKF?=ITSbc3b$V6kX#5H>c_)pXOD z*!lgw)7DD&Tj)PN7D7<^vu&k6!DwqG?a;pAdsZ!b8^X5j1UvSYeE=^cjqD(D7b&eG z2Fl5zZFCo%@&kt*k#xgZKE4K*D@?IzTUmKz+bFf&tHI8vKV&MdNslD%J}ujuefnsi zYs?lhee_17yNgJ?|2AqgIy-{hv#<-$>#%e+Ywv=)$F^nXaRlqTw|pS(C5%Hz*Py*d rPSYL9yuHzFJ@LZ3M&i%73+0vUZ0#mq*T{cDnEva(HwNo9%xC`tK, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "صفحۂ اول" + +msgid "Documentation" +msgstr "طریق استعمال" + +msgid "Bookmarklets" +msgstr "بک مارک لیٹس" + +msgid "Documentation bookmarklets" +msgstr "طریق استعمال کے بک مارک لیٹس" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "اس صفحے کا طریق استعمال" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"آپ کو لے جاتا ہے کسی بھی صفحے سے طریق استعمال کی طرف اس ویو کے لئے جو اس " +"صفحے کو بناتا ہے۔" + +msgid "Tags" +msgstr "" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "ٹیگ :" + +msgid "filter:" +msgstr "فلٹر:" + +msgid "view:" +msgstr "ویو:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "ماڈل %(model_name)r ایپ %(app_label)r میں نہیں ملا" + +msgid "model:" +msgstr "model:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "متعلقہ `%(app_label)s.%(data_type)s`اوبجیکٹ" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "متعلقہ `%(app_label)s.%(object_name)s` اوبجیکٹس" + +#, python-format +msgid "all %s" +msgstr "تمام %s" + +#, python-format +msgid "number of %s" +msgstr "%sکی تعداد " + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s بطور urlpattern ظاہر نہیں ہو رہا۔" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..52b21594b451e1da6a56c30c0cee15a7780e4a8d GIT binary patch literal 1306 zcmaiy&yN&E6vqn$)aHk1Vo1P*x?pw#H9uI?-C9=&KQ>@?U_%<>4QgjWfK=&)P0u+(ejDuh?7O)MeHPx7B9r&RIZ0z5vLJX@}rIB7oyP=%^BYO zTppV_+-No$xF{~_WkWvSx;G<^PVwfn{Os7_23EA7d=PQ2tVb0tm;7sGEn2&v4R!KM zWCQg?I#g@McHLKaW0L}{7qM2Ey}q)tQVZnNboGr|+hz4pS#OYz zJ=B*?eKKmDYn|C>K(p3}PB|O!^F_ScM}o`@Ea65Rg%1&10U7l9u4{b)xOJJ|c$E;PYKP~<{e&6;6f8a(K{E}g8tMx~#@Z@k( zl|SR#sme#d=IPm(Nn9^C4dpjFV=+7g-mccyX!;f?2Mi_!mdsb>ZJ5f(ifpMFJhA+G jp)3zodC%}aZ^LeQc=>Bpt|8|Cj4V6f8?0H$5LL3*eXwDR literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6219618b85c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,259 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Thanh Le Viet , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-19 16:49+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "" + +msgid "Home" +msgstr "Trang chủ" + +msgid "Documentation" +msgstr "Tài liệu" + +msgid "Bookmarklets" +msgstr "" + +msgid "Documentation bookmarklets" +msgstr "" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" + +msgid "Documentation for this page" +msgstr "Tài liệu cho trang này" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +msgid "Tags" +msgstr "Thẻ" + +msgid "List of all the template tags and their functions." +msgstr "" + +msgid "Filters" +msgstr "Bộ lọc" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "" + +msgid "Models" +msgstr "Models" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" + +msgid "Views" +msgstr "Xem" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "" + +msgid "Please install docutils" +msgstr "" + +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "" + +#, python-format +msgid "Model: %(name)s" +msgstr "" + +msgid "Fields" +msgstr "" + +msgid "Field" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Methods with arguments" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Arguments" +msgstr "" + +msgid "Back to Model documentation" +msgstr "" + +msgid "Model documentation" +msgstr "" + +msgid "Model groups" +msgstr "" + +msgid "Templates" +msgstr "Templates" + +#, python-format +msgid "Template: %(name)s" +msgstr "" + +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "" + +msgid "(does not exist)" +msgstr "" + +msgid "Back to Documentation" +msgstr "" + +msgid "Template filters" +msgstr "" + +msgid "Template filter documentation" +msgstr "" + +msgid "Built-in filters" +msgstr "" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" + +msgid "Template tags" +msgstr "" + +msgid "Template tag documentation" +msgstr "" + +msgid "Built-in tags" +msgstr "" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" + +#, python-format +msgid "View: %(name)s" +msgstr "" + +msgid "Context:" +msgstr "" + +msgid "Templates:" +msgstr "" + +msgid "Back to View documentation" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "Jump to namespace" +msgstr "" + +msgid "Empty namespace" +msgstr "" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "" + +msgid "Views by empty namespace" +msgstr "" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" + +msgid "tag:" +msgstr "Nhãn:" + +msgid "filter:" +msgstr "Lọc:" + +msgid "view:" +msgstr "Xem:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Mẫu %(model_name)r không tìm thấy trong ứng dụng %(app_label)r" + +msgid "model:" +msgstr "mẫu:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "liên quan tới đối tượng `%(app_label)s.%(object_name)s`" + +#, python-format +msgid "all %s" +msgstr "Tất cả %s" + +#, python-format +msgid "number of %s" +msgstr "số của %s" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..497df3e5ef6cbb2b63be2ad3866620425e0df5bd GIT binary patch literal 6075 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, 2011 +# Lele Long , 2015 +# Liping Wang , 2016 +# mozillazg , 2016 +# Ronald White , 2014 +# Veoco , 2021 +# wolf ice , 2020 +# Kevin Sze , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-02-07 04:24+0000\n" +"Last-Translator: Veoco \n" +"Language-Team: Chinese (China) (http://www.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "管理文档" + +msgid "Home" +msgstr "首页" + +msgid "Documentation" +msgstr "文档" + +msgid "Bookmarklets" +msgstr "书签" + +msgid "Documentation bookmarklets" +msgstr "文档书签" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"为了安装书签,将链接拖到你的书签工具条,或者鼠标右击链接然后把它添加到你的书" +"签中。现在你可以从这个站点的任何页面选择书签。" + +msgid "Documentation for this page" +msgstr "关于本页面的文档" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "从任何页面跳转到生成该页面的 view 文档。" + +msgid "Tags" +msgstr "标签" + +msgid "List of all the template tags and their functions." +msgstr "列出所有模板标签及其功能。" + +msgid "Filters" +msgstr "过滤器" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "过滤器可以应用到模板中的变量上来动态的改变输出。" + +msgid "Models" +msgstr "模型" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"模型是系统中的所有的对象字段及其关联性的描述。每个模型都有其可以被模板变量访" +"问的字段列表" + +msgid "Views" +msgstr "视图" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"由视图生成在公共站点的每个页面。视图定义了哪些模板用于生成页面和哪些对象可用" +"于该模板。" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "工具为您的浏览器提供了快速访问和管理的功能。" + +msgid "Please install docutils" +msgstr "请安装 docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "该管理文档系统需要 Python 的 docutils 库。" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "请询问你的管理员并安装 docutils 。" + +#, python-format +msgid "Model: %(name)s" +msgstr "模型: %(name)s" + +msgid "Fields" +msgstr "字段" + +msgid "Field" +msgstr "字段" + +msgid "Type" +msgstr "类型" + +msgid "Description" +msgstr "描述" + +msgid "Methods with arguments" +msgstr "方法和参数" + +msgid "Method" +msgstr "方法" + +msgid "Arguments" +msgstr "参数" + +msgid "Back to Model documentation" +msgstr "返回到模型文档" + +msgid "Model documentation" +msgstr "模型文档" + +msgid "Model groups" +msgstr "模型组" + +msgid "Templates" +msgstr "模板" + +#, python-format +msgid "Template: %(name)s" +msgstr "模板: %(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "模板:%(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "模板%(name)s的查找路径:" + +msgid "(does not exist)" +msgstr "(不存在)" + +msgid "Back to Documentation" +msgstr "回到文档" + +msgid "Template filters" +msgstr "模板过滤器" + +msgid "Template filter documentation" +msgstr "模板过滤器文档" + +msgid "Built-in filters" +msgstr "内置过滤器" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"要使用这些过滤器, 在你使用过滤器之前需要在模板中放置 %(code)s 。" + +msgid "Template tags" +msgstr "模板标签" + +msgid "Template tag documentation" +msgstr "模板标签文档" + +msgid "Built-in tags" +msgstr "内置标签" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"要使用这些标签, 在你使用标签之前需要在模板中放置 %(code)s 。" + +#, python-format +msgid "View: %(name)s" +msgstr "视图: %(name)s" + +msgid "Context:" +msgstr "内容:" + +msgid "Templates:" +msgstr "模板:" + +msgid "Back to View documentation" +msgstr "回到视图文档" + +msgid "View documentation" +msgstr "视图文档" + +msgid "Jump to namespace" +msgstr "跳转到命名空间" + +msgid "Empty namespace" +msgstr "空命名空间" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "按命名空间 %(name)s 排序视图" + +msgid "Views by empty namespace" +msgstr "按空命名空间排序视图" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"查看函数:%(full_name)s. 名字:%(url_name)s.\n" +"\n" + +msgid "tag:" +msgstr "标签:" + +msgid "filter:" +msgstr "过滤器:" + +msgid "view:" +msgstr "视图:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "应用 %(app_label)r 没有找到" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "在应用 %(app_label)r 里找不到模型 %(model_name)r" + +msgid "model:" +msgstr "模型:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "相关的 `%(app_label)s.%(data_type)s` 对象" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "相关的 `%(app_label)s.%(object_name)s` 对象" + +#, python-format +msgid "all %s" +msgstr "所有 %s" + +#, python-format +msgid "number of %s" +msgstr "%s 的数量" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s 似乎不是一个 urlpattern 对象" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6028ae9f527bb6125c80530ee4648be4c4353988 GIT binary patch literal 6016 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 00000000000..47b4b3bd250 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,274 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# yubike, 2024 +# Jannis Leidel , 2011 +# mail6543210 , 2013 +# 619e61dbdb61c57213f62815aaf60e01, 2011 +# Tzu-ping Chung , 2016,2019 +# YAO WEN LIANG, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2024-08-07 20:19+0000\n" +"Last-Translator: YAO WEN LIANG, 2024\n" +"Language-Team: Chinese (Taiwan) (http://app.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Administrative Documentation" +msgstr "管理文件" + +msgid "Home" +msgstr "首頁" + +msgid "Documentation" +msgstr "文件" + +msgid "Bookmarklets" +msgstr "書籤" + +msgid "Documentation bookmarklets" +msgstr "文件書籤" + +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "" +"要安裝書籤,把連結拖進你的書籤工具列,或右擊該連結後新增到你的書籤裡。現在你" +"可以從網站的任何頁面來選擇書籤。" + +msgid "Documentation for this page" +msgstr "本頁面的文件" + +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "從任何頁面跳到產生該頁面的視圖的文件。" + +msgid "Tags" +msgstr "標籤" + +msgid "List of all the template tags and their functions." +msgstr "列出所有模板標籤與其函數" + +msgid "Filters" +msgstr "過濾器" + +msgid "" +"Filters are actions which can be applied to variables in a template to alter " +"the output." +msgstr "過瀘器可套用在模板內的變數,用來改變輸出。" + +msgid "Models" +msgstr "模型" + +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "" +"模型是對系統裡所有物件及相關欄位的描述。模型裡的欄位都可能以模板變數來取用。" + +msgid "Views" +msgstr "視圖" + +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "" +"網站上的每個頁面都是由視圖 \"view\" 來生成。每個視圖定義了生成頁面的模板,以" +"及模板裡有什麼物件可使用。" + +msgid "Tools for your browser to quickly access admin functionality." +msgstr "讓您的瀏覽器快速存取管理功能的工具。" + +msgid "Please install docutils" +msgstr "請安裝 docutils" + +#, python-format +msgid "" +"The admin documentation system requires Python’s docutils library." +msgstr "管理文件系統需要 Python 的 docutils 函式庫。" + +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "請要求您的管理員安裝 docutils。" + +#, python-format +msgid "Model: %(name)s" +msgstr "模型:%(name)s" + +msgid "Fields" +msgstr "欄位" + +msgid "Field" +msgstr "欄位" + +msgid "Type" +msgstr "類別" + +msgid "Description" +msgstr "描述" + +msgid "Methods with arguments" +msgstr "方法和參數" + +msgid "Method" +msgstr "方法" + +msgid "Arguments" +msgstr "參數" + +msgid "Back to Model documentation" +msgstr "回到模型文件" + +msgid "Model documentation" +msgstr "模型文件" + +msgid "Model groups" +msgstr "模型群組" + +msgid "Templates" +msgstr "模版" + +#, python-format +msgid "Template: %(name)s" +msgstr "模版:%(name)s" + +#, python-format +msgid "Template: %(name)s" +msgstr "模板:%(name)s" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#, python-format +msgid "Search path for template %(name)s:" +msgstr "搜尋模板 %(name)s 的路徑:" + +msgid "(does not exist)" +msgstr "(不存在)" + +msgid "Back to Documentation" +msgstr "回到文件" + +msgid "Template filters" +msgstr "模板過濾器" + +msgid "Template filter documentation" +msgstr "模板過濾器文件" + +msgid "Built-in filters" +msgstr "內建過濾器" + +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "" +"要使用這些過濾器, 在你使用過濾器之前需要在模板中放置 %(code)s 。" + +msgid "Template tags" +msgstr "模版標籤" + +msgid "Template tag documentation" +msgstr "模板標籤文件" + +msgid "Built-in tags" +msgstr "內建標籤" + +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "" +"要使用這些標籤, 在你使用標籤之前需要在模板中放置 %(code)s 。" + +#, python-format +msgid "View: %(name)s" +msgstr "視圖:%(name)s" + +msgid "Context:" +msgstr "內容:" + +msgid "Templates:" +msgstr "模版:" + +msgid "Back to View documentation" +msgstr "回到視圖文件" + +msgid "View documentation" +msgstr "視圖文件" + +msgid "Jump to namespace" +msgstr "跳至名稱空間" + +msgid "Empty namespace" +msgstr "空的名稱空間" + +#, python-format +msgid "Views by namespace %(name)s" +msgstr "按命名空間分類 %(name)s 的視圖" + +msgid "Views by empty namespace" +msgstr "未指定命名空間的視圖" + +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "" +"\n" +"視圖函數:%(full_name)s,名稱:%(url_name)s\n" + +msgid "tag:" +msgstr "標籤:" + +msgid "filter:" +msgstr "過濾器:" + +msgid "view:" +msgstr "視圖:" + +#, python-format +msgid "App %(app_label)r not found" +msgstr "找不到 App %(app_label)r" + +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "未在%(app_label)r 找到模組 %(model_name)r " + +msgid "model:" +msgstr "模型:" + +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "有關 `%(app_label)s.%(data_type)s` 的物件" + +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "有關 `%(app_label)s.%(object_name)s` 的物件" + +#, python-format +msgid "all %s" +msgstr "所有 %s" + +#, python-format +msgid "number of %s" +msgstr "%s 的数量" + +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s 似乎不是一個 urlpattern 物件" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/middleware.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/middleware.py new file mode 100644 index 00000000000..5c9f08d0cc9 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/middleware.py @@ -0,0 +1,33 @@ +from django.conf import settings +from django.core.exceptions import ImproperlyConfigured +from django.http import HttpResponse +from django.utils.deprecation import MiddlewareMixin + +from .utils import get_view_name + + +class XViewMiddleware(MiddlewareMixin): + """ + Add an X-View header to internal HEAD requests. + """ + + def process_view(self, request, view_func, view_args, view_kwargs): + """ + If the request method is HEAD and either the IP is internal or the + user is a logged-in staff member, return a response with an x-view + header indicating the view function. This is used to lookup the view + function for an arbitrary page. + """ + if not hasattr(request, "user"): + raise ImproperlyConfigured( + "The XView middleware requires authentication middleware to " + "be installed. Edit your MIDDLEWARE setting to insert " + "'django.contrib.auth.middleware.AuthenticationMiddleware'." + ) + if request.method == "HEAD" and ( + request.META.get("REMOTE_ADDR") in settings.INTERNAL_IPS + or (request.user.is_active and request.user.is_staff) + ): + response = HttpResponse() + response.headers["X-View"] = get_view_name(view_func) + return response diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html new file mode 100644 index 00000000000..04b329e6e3a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html @@ -0,0 +1,26 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% translate "Documentation bookmarklets" %}{% endblock %} + +{% block content %} + +

    {% blocktranslate trimmed %} +To install bookmarklets, drag the link to your bookmarks toolbar, or right-click +the link and add it to your bookmarks. Now you can select the bookmarklet +from any page in the site. +{% endblocktranslate %}

    + +
    +

    {% translate "Documentation for this page" %}

    +

    {% translate "Jumps you from any page to the documentation for the view that generates that page." %}

    +
    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/index.html new file mode 100644 index 00000000000..1b95a210b35 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/index.html @@ -0,0 +1,34 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% translate 'Documentation' %}{% endblock %} + +{% block content %} + +

    {% translate 'Documentation' %}

    + +
    +

    {% translate 'Tags' %}

    +

    {% translate 'List of all the template tags and their functions.' %}

    + +

    {% translate 'Filters' %}

    +

    {% translate 'Filters are actions which can be applied to variables in a template to alter the output.' %}

    + +

    {% translate 'Models' %}

    +

    {% translate 'Models are descriptions of all the objects in the system and their associated fields. Each model has a list of fields which can be accessed as template variables' %}.

    + +

    {% translate 'Views' %}

    +

    {% translate 'Each page on the public site is generated by a view. The view defines which template is used to generate the page and which objects are available to that template.' %}

    + +

    {% translate 'Bookmarklets' %}

    +

    {% translate 'Tools for your browser to quickly access admin functionality.' %}

    +
    + +{% endblock %} + diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html new file mode 100644 index 00000000000..56c063b129c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html @@ -0,0 +1,22 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% translate 'Please install docutils' %}{% endblock %} + +{% block content %} + +

    {% translate 'Documentation' %}

    + +
    +

    {% blocktranslate with "https://docutils.sourceforge.io/" as link %}The admin documentation system requires Python’s docutils library.{% endblocktranslate %}

    + +

    {% blocktranslate with "https://pypi.org/project/docutils/" as link %}Please ask your administrators to install docutils.{% endblocktranslate %}

    +
    + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html new file mode 100644 index 00000000000..1cbde0e44a2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html @@ -0,0 +1,78 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block extrahead %} +{{ block.super }} + +{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{% blocktranslate %}Model: {{ name }}{% endblocktranslate %}{% endblock %} + +{% block content %} +
    +

    {{ name }}

    +

    {{ summary }}

    + +{{ description }} + +

    {% translate 'Fields' %}

    +
    + + + + + + + + + +{% for field in fields|dictsort:"name" %} + + + + + +{% endfor %} + +
    {% translate 'Field' %}{% translate 'Type' %}{% translate 'Description' %}
    {{ field.name }}{{ field.data_type }}{{ field.verbose }}{% if field.help_text %} - {{ field.help_text|safe }}{% endif %}
    +
    + +{% if methods %} +

    {% translate 'Methods with arguments' %}

    +
    + + + + + + + + + +{% for method in methods|dictsort:"name" %} + + + + + +{% endfor %} + +
    {% translate 'Method' %}{% translate 'Arguments' %}{% translate 'Description' %}
    {{ method.name }}{{ method.arguments }}{{ method.verbose }}
    +
    +{% endif %} + +

    ‹ {% translate 'Back to Model documentation' %}

    +
    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html new file mode 100644 index 00000000000..b3ecb7ce9c2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html @@ -0,0 +1,52 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block coltype %}colSM{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{% translate 'Models' %}{% endblock %} + +{% block content %} + +

    {% translate 'Model documentation' %}

    + +{% regroup models by app_config as grouped_models %} + +
    +{% for group in grouped_models %} +
    +

    {{ group.grouper.verbose_name }} ({{ group.grouper.name }})

    + + +{% for model in group.list %} + + + +{% endfor %} +
    {{ model.object_name }}
    +
    +{% endfor %} + +
    +{% endblock %} + +{% block sidebar %} + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html new file mode 100644 index 00000000000..3dadaa631a8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html @@ -0,0 +1,27 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{% blocktranslate %}Template: {{ name }}{% endblocktranslate %}{% endblock %} + +{% block content %} +

    {% blocktranslate %}Template: {{ name }}{% endblocktranslate %}

    + +{# Translators: Search is not a verb here, it qualifies path (a search path) #} +

    {% blocktranslate %}Search path for template {{ name }}:{% endblocktranslate %}

    +
      +{% for template in templates|dictsort:"order" %} +
    1. {{ template.file }}{% if not template.exists %} {% translate '(does not exist)' %}{% endif %}
    2. +{% endfor %} +
    + +

    ‹ {% translate 'Back to Documentation' %}

    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html new file mode 100644 index 00000000000..c66b7ed3d3d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html @@ -0,0 +1,54 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block coltype %}colSM{% endblock %} +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% translate 'Template filters' %}{% endblock %} + +{% block content %} + +

    {% translate 'Template filter documentation' %}

    + +
    +{% regroup filters|dictsort:"library" by library as filter_libraries %} +{% for library in filter_libraries %} +
    +

    {% firstof library.grouper _("Built-in filters") %}

    + {% if library.grouper %}

    {% blocktranslate with code="{"|add:"% load "|add:library.grouper|add:" %"|add:"}" %}To use these filters, put {{ code }} in your template before using the filter.{% endblocktranslate %}


    {% endif %} + {% for filter in library.list|dictsort:"name" %} +

    {{ filter.name }}

    + {{ filter.title }} + {{ filter.body }} + {% if not forloop.last %}
    {% endif %} + {% endfor %} +
    +{% endfor %} +
    + +{% endblock %} + +{% block sidebar %} + + + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html new file mode 100644 index 00000000000..17b930e337a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html @@ -0,0 +1,54 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block coltype %}colSM{% endblock %} +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% translate 'Template tags' %}{% endblock %} + +{% block content %} + +

    {% translate 'Template tag documentation' %}

    + +
    +{% regroup tags|dictsort:"library" by library as tag_libraries %} +{% for library in tag_libraries %} +
    +

    {% firstof library.grouper _("Built-in tags") %}

    + {% if library.grouper %}

    {% blocktranslate with code="{"|add:"% load "|add:library.grouper|add:" %"|add:"}" %}To use these tags, put {{ code }} in your template before using the tag.{% endblocktranslate %}


    {% endif %} + {% for tag in library.list|dictsort:"name" %} +

    {{ tag.name }}

    +

    {{ tag.title|striptags }}

    + {{ tag.body }} + {% if not forloop.last %}
    {% endif %} + {% endfor %} +
    +{% endfor %} +
    + +{% endblock %} + +{% block sidebar %} + + + +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html new file mode 100644 index 00000000000..5a5b47247ec --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html @@ -0,0 +1,33 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% blocktranslate %}View: {{ name }}{% endblocktranslate %}{% endblock %} + +{% block content %} + +

    {{ name }}

    + +

    {{ summary }}

    + +{{ body }} + +{% if meta.Context %} +

    {% translate 'Context:' %}

    +

    {{ meta.Context }}

    +{% endif %} + +{% if meta.Templates %} +

    {% translate 'Templates:' %}

    +

    {{ meta.Templates }}

    +{% endif %} + +

    ‹ {% translate 'Back to View documentation' %}

    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html new file mode 100644 index 00000000000..873303f2b23 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html @@ -0,0 +1,59 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block coltype %}colSM{% endblock %} +{% block breadcrumbs %} + +{% endblock %} +{% block title %}{% translate 'Views' %}{% endblock %} + +{% block content %} + +

    {% translate 'View documentation' %}

    + +{% regroup views|dictsort:'namespace' by namespace as views_by_ns %} + + + +
    + +{% for ns_views in views_by_ns %} +
    +

    +{% if ns_views.grouper %} + {% blocktranslate with ns_views.grouper as name %}Views by namespace {{ name }}{% endblocktranslate %} +{% else %} + {% blocktranslate %}Views by empty namespace{% endblocktranslate %} +{% endif %} +

    + +{% for view in ns_views.list|dictsort:"url" %} +{% ifchanged %} +

    {{ view.url }}

    +

    {% blocktranslate with view.full_name as full_name and view.url_name as url_name %} + View function: {{ full_name }}. Name: {{ url_name }}. +{% endblocktranslate %}

    +

    {{ view.title }}

    +
    +{% endifchanged %} +{% endfor %} +
    +{% endfor %} +
    +{% endblock %} diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/urls.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/urls.py new file mode 100644 index 00000000000..5de2dbacc68 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/urls.py @@ -0,0 +1,50 @@ +from django.contrib.admindocs import views +from django.urls import path, re_path + +urlpatterns = [ + path( + "", + views.BaseAdminDocsView.as_view(template_name="admin_doc/index.html"), + name="django-admindocs-docroot", + ), + path( + "bookmarklets/", + views.BookmarkletsView.as_view(), + name="django-admindocs-bookmarklets", + ), + path( + "tags/", + views.TemplateTagIndexView.as_view(), + name="django-admindocs-tags", + ), + path( + "filters/", + views.TemplateFilterIndexView.as_view(), + name="django-admindocs-filters", + ), + path( + "views/", + views.ViewIndexView.as_view(), + name="django-admindocs-views-index", + ), + path( + "views//", + views.ViewDetailView.as_view(), + name="django-admindocs-views-detail", + ), + path( + "models/", + views.ModelIndexView.as_view(), + name="django-admindocs-models-index", + ), + re_path( + r"^models/(?P[^.]+)\.(?P[^/]+)/$", + views.ModelDetailView.as_view(), + name="django-admindocs-models-detail", + ), + path( + "templates//", + views.TemplateDetailView.as_view(), + name="django-admindocs-templates", + ), +] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/utils.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/utils.py new file mode 100644 index 00000000000..6f8e67e1019 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/utils.py @@ -0,0 +1,268 @@ +"Misc. utility functions/classes for admin documentation generator." + +import re +from email.errors import HeaderParseError +from email.parser import HeaderParser +from inspect import cleandoc + +from django.urls import reverse +from django.utils.regex_helper import _lazy_re_compile +from django.utils.safestring import mark_safe + +try: + import docutils.core + import docutils.nodes + import docutils.parsers.rst.roles + import docutils.writers +except ImportError: + docutils_is_available = False +else: + docutils_is_available = True + + +def get_view_name(view_func): + if hasattr(view_func, "view_class"): + klass = view_func.view_class + return f"{klass.__module__}.{klass.__qualname__}" + mod_name = view_func.__module__ + view_name = getattr(view_func, "__qualname__", view_func.__class__.__name__) + return mod_name + "." + view_name + + +def parse_docstring(docstring): + """ + Parse out the parts of a docstring. Return (title, body, metadata). + """ + if not docstring: + return "", "", {} + docstring = cleandoc(docstring) + parts = re.split(r"\n{2,}", docstring) + title = parts[0] + if len(parts) == 1: + body = "" + metadata = {} + else: + parser = HeaderParser() + try: + metadata = parser.parsestr(parts[-1]) + except HeaderParseError: + metadata = {} + body = "\n\n".join(parts[1:]) + else: + metadata = dict(metadata.items()) + if metadata: + body = "\n\n".join(parts[1:-1]) + else: + body = "\n\n".join(parts[1:]) + return title, body, metadata + + +def parse_rst(text, default_reference_context, thing_being_parsed=None): + """ + Convert the string from reST to an XHTML fragment. + """ + overrides = { + "doctitle_xform": True, + "initial_header_level": 3, + "default_reference_context": default_reference_context, + "link_base": reverse("django-admindocs-docroot").rstrip("/"), + "raw_enabled": False, + "file_insertion_enabled": False, + } + thing_being_parsed = thing_being_parsed and "<%s>" % thing_being_parsed + # Wrap ``text`` in some reST that sets the default role to ``cmsreference``, + # then restores it. + source = """ +.. default-role:: cmsreference + +%s + +.. default-role:: +""" + # In docutils < 0.22, the `writer` param must be an instance. Passing a + # string writer name like "html" is only supported in 0.22+. + writer_instance = docutils.writers.get_writer_class("html")() + parts = docutils.core.publish_parts( + source % text, + source_path=thing_being_parsed, + destination_path=None, + writer=writer_instance, + settings_overrides=overrides, + ) + return mark_safe(parts["fragment"]) + + +# +# reST roles +# +ROLES = { + "model": "%s/models/%s/", + "view": "%s/views/%s/", + "template": "%s/templates/%s/", + "filter": "%s/filters/#%s", + "tag": "%s/tags/#%s", +} + +explicit_title_re = re.compile(r"^(.+?)\s*(?$", re.DOTALL) + + +def split_explicit_title(text): + """ + Split role content into title and target, if given. + + From sphinx.util.nodes.split_explicit_title + See https://github.com/sphinx-doc/sphinx/blob/230ccf2/sphinx/util/nodes.py#L389 + """ + match = explicit_title_re.match(text) + if match: + return True, match.group(1), match.group(2) + return False, text, text + + +def create_reference_role(rolename, urlbase): + # Views and template names are case-sensitive. + is_case_sensitive = rolename in ["template", "view"] + + def _role(name, rawtext, text, lineno, inliner, options=None, content=None): + if options is None: + options = {} + _, title, target = split_explicit_title(text) + node = docutils.nodes.reference( + rawtext, + title, + refuri=( + urlbase + % ( + inliner.document.settings.link_base, + target if is_case_sensitive else target.lower(), + ) + ), + **options, + ) + return [node], [] + + docutils.parsers.rst.roles.register_canonical_role(rolename, _role) + + +def default_reference_role( + name, rawtext, text, lineno, inliner, options=None, content=None +): + if options is None: + options = {} + context = inliner.document.settings.default_reference_context + node = docutils.nodes.reference( + rawtext, + text, + refuri=( + ROLES[context] + % ( + inliner.document.settings.link_base, + text.lower(), + ) + ), + **options, + ) + return [node], [] + + +if docutils_is_available: + docutils.parsers.rst.roles.register_canonical_role( + "cmsreference", default_reference_role + ) + + for name, urlbase in ROLES.items(): + create_reference_role(name, urlbase) + +# Match the beginning of a named, unnamed, or non-capturing groups. +named_group_matcher = _lazy_re_compile(r"\(\?P(<\w+>)") +unnamed_group_matcher = _lazy_re_compile(r"\(") +non_capturing_group_matcher = _lazy_re_compile(r"\(\?\:") + + +def replace_metacharacters(pattern): + """Remove unescaped metacharacters from the pattern.""" + return re.sub( + r"((?:^|(?(x|y))/b' or '^b/((x|y)\w+)$'. + unmatched_open_brackets, prev_char = 1, None + for idx, val in enumerate(pattern[end:]): + # Check for unescaped `(` and `)`. They mark the start and end of a + # nested group. + if val == "(" and prev_char != "\\": + unmatched_open_brackets += 1 + elif val == ")" and prev_char != "\\": + unmatched_open_brackets -= 1 + prev_char = val + # If brackets are balanced, the end of the string for the current named + # capture group pattern has been reached. + if unmatched_open_brackets == 0: + return start, end + idx + 1 + + +def _find_groups(pattern, group_matcher): + prev_end = None + for match in group_matcher.finditer(pattern): + if indices := _get_group_start_end(match.start(0), match.end(0), pattern): + start, end = indices + if prev_end and start > prev_end or not prev_end: + yield start, end, match + prev_end = end + + +def replace_named_groups(pattern): + r""" + Find named groups in `pattern` and replace them with the group name. E.g., + 1. ^(?P\w+)/b/(\w+)$ ==> ^/b/(\w+)$ + 2. ^(?P\w+)/b/(?P\w+)/$ ==> ^/b//$ + 3. ^(?P\w+)/b/(\w+) ==> ^/b/(\w+) + 4. ^(?P\w+)/b/(?P\w+) ==> ^/b/ + """ + group_pattern_and_name = [ + (pattern[start:end], match[1]) + for start, end, match in _find_groups(pattern, named_group_matcher) + ] + for group_pattern, group_name in group_pattern_and_name: + pattern = pattern.replace(group_pattern, group_name) + return pattern + + +def replace_unnamed_groups(pattern): + r""" + Find unnamed groups in `pattern` and replace them with ''. E.g., + 1. ^(?P\w+)/b/(\w+)$ ==> ^(?P\w+)/b/$ + 2. ^(?P\w+)/b/((x|y)\w+)$ ==> ^(?P\w+)/b/$ + 3. ^(?P\w+)/b/(\w+) ==> ^(?P\w+)/b/ + 4. ^(?P\w+)/b/((x|y)\w+) ==> ^(?P\w+)/b/ + """ + final_pattern, prev_end = "", None + for start, end, _ in _find_groups(pattern, unnamed_group_matcher): + if prev_end: + final_pattern += pattern[prev_end:start] + final_pattern += pattern[:start] + "" + prev_end = end + return final_pattern + pattern[prev_end:] + + +def remove_non_capturing_groups(pattern): + r""" + Find non-capturing groups in the given `pattern` and remove them, e.g. + 1. (?P\w+)/b/(?:\w+)c(?:\w+) => (?P\\w+)/b/c + 2. ^(?:\w+(?:\w+))a => ^a + 3. ^a(?:\w+)/b(?:\w+) => ^a/b + """ + group_start_end_indices = _find_groups(pattern, non_capturing_group_matcher) + final_pattern, prev_end = "", None + for start, end, _ in group_start_end_indices: + final_pattern += pattern[prev_end:start] + prev_end = end + return final_pattern + pattern[prev_end:] + + +def strip_p_tags(value): + return mark_safe(value.replace("

    ", "").replace("

    ", "")) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/views.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/views.py new file mode 100644 index 00000000000..0c4ece29feb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/admindocs/views.py @@ -0,0 +1,523 @@ +import inspect +from importlib import import_module +from inspect import cleandoc +from pathlib import Path + +from django.apps import apps +from django.contrib import admin +from django.contrib.admin.views.decorators import staff_member_required +from django.contrib.admindocs import utils +from django.contrib.admindocs.utils import ( + remove_non_capturing_groups, + replace_metacharacters, + replace_named_groups, + replace_unnamed_groups, +) +from django.contrib.auth import get_permission_codename +from django.core.exceptions import ( + ImproperlyConfigured, + PermissionDenied, + ViewDoesNotExist, +) +from django.db import models +from django.http import Http404 +from django.template.engine import Engine +from django.urls import get_mod_func, get_resolver, get_urlconf +from django.utils._os import safe_join +from django.utils.decorators import method_decorator +from django.utils.functional import cached_property +from django.utils.inspect import ( + func_accepts_kwargs, + func_accepts_var_args, + get_func_full_args, + method_has_no_args, +) +from django.utils.translation import gettext as _ +from django.views.generic import TemplateView + +from .utils import get_view_name, strip_p_tags + +# Exclude methods starting with these strings from documentation +MODEL_METHODS_EXCLUDE = ("_", "add_", "delete", "save", "set_") + + +class BaseAdminDocsView(TemplateView): + """ + Base view for admindocs views. + """ + + @method_decorator(staff_member_required) + def dispatch(self, request, *args, **kwargs): + if not utils.docutils_is_available: + # Display an error message for people without docutils + self.template_name = "admin_doc/missing_docutils.html" + return self.render_to_response(admin.site.each_context(request)) + return super().dispatch(request, *args, **kwargs) + + def get_context_data(self, **kwargs): + return super().get_context_data( + **{ + **kwargs, + **admin.site.each_context(self.request), + } + ) + + +class BookmarkletsView(BaseAdminDocsView): + template_name = "admin_doc/bookmarklets.html" + + +class TemplateTagIndexView(BaseAdminDocsView): + template_name = "admin_doc/template_tag_index.html" + + def get_context_data(self, **kwargs): + tags = [] + try: + engine = Engine.get_default() + except ImproperlyConfigured: + # Non-trivial TEMPLATES settings aren't supported (#24125). + pass + else: + app_libs = sorted(engine.template_libraries.items()) + builtin_libs = [("", lib) for lib in engine.template_builtins] + for module_name, library in builtin_libs + app_libs: + for tag_name, tag_func in library.tags.items(): + title, body, metadata = utils.parse_docstring(tag_func.__doc__) + title = title and utils.parse_rst( + title, "tag", _("tag:") + tag_name + ) + body = body and utils.parse_rst(body, "tag", _("tag:") + tag_name) + for key in metadata: + metadata[key] = utils.parse_rst( + metadata[key], "tag", _("tag:") + tag_name + ) + tag_library = module_name.split(".")[-1] + tags.append( + { + "name": tag_name, + "title": title, + "body": body, + "meta": metadata, + "library": tag_library, + } + ) + return super().get_context_data(**{**kwargs, "tags": tags}) + + +class TemplateFilterIndexView(BaseAdminDocsView): + template_name = "admin_doc/template_filter_index.html" + + def get_context_data(self, **kwargs): + filters = [] + try: + engine = Engine.get_default() + except ImproperlyConfigured: + # Non-trivial TEMPLATES settings aren't supported (#24125). + pass + else: + app_libs = sorted(engine.template_libraries.items()) + builtin_libs = [("", lib) for lib in engine.template_builtins] + for module_name, library in builtin_libs + app_libs: + for filter_name, filter_func in library.filters.items(): + title, body, metadata = utils.parse_docstring(filter_func.__doc__) + title = title and utils.parse_rst( + title, "filter", _("filter:") + filter_name + ) + body = body and utils.parse_rst( + body, "filter", _("filter:") + filter_name + ) + for key in metadata: + metadata[key] = utils.parse_rst( + metadata[key], "filter", _("filter:") + filter_name + ) + tag_library = module_name.split(".")[-1] + filters.append( + { + "name": filter_name, + "title": title, + "body": body, + "meta": metadata, + "library": tag_library, + } + ) + return super().get_context_data(**{**kwargs, "filters": filters}) + + +class ViewIndexView(BaseAdminDocsView): + template_name = "admin_doc/view_index.html" + + def get_context_data(self, **kwargs): + views = [] + url_resolver = get_resolver(get_urlconf()) + try: + view_functions = extract_views_from_urlpatterns(url_resolver.url_patterns) + except ImproperlyConfigured: + view_functions = [] + for func, regex, namespace, name in view_functions: + views.append( + { + "full_name": get_view_name(func), + "url": simplify_regex(regex), + "url_name": ":".join((namespace or []) + (name and [name] or [])), + "namespace": ":".join(namespace or []), + "name": name, + } + ) + return super().get_context_data(**{**kwargs, "views": views}) + + +class ViewDetailView(BaseAdminDocsView): + template_name = "admin_doc/view_detail.html" + + @staticmethod + def _get_view_func(view): + urlconf = get_urlconf() + if get_resolver(urlconf)._is_callback(view): + mod, func = get_mod_func(view) + try: + # Separate the module and function, e.g. + # 'mymodule.views.myview' -> 'mymodule.views', 'myview'). + return getattr(import_module(mod), func) + except ImportError: + # Import may fail because view contains a class name, e.g. + # 'mymodule.views.ViewContainer.my_view', so mod takes the form + # 'mymodule.views.ViewContainer'. Parse it again to separate + # the module and class. + mod, klass = get_mod_func(mod) + return getattr(getattr(import_module(mod), klass), func) + + def get_context_data(self, **kwargs): + view = self.kwargs["view"] + view_func = self._get_view_func(view) + if view_func is None: + raise Http404 + title, body, metadata = utils.parse_docstring(view_func.__doc__) + title = title and utils.parse_rst(title, "view", _("view:") + view) + body = body and utils.parse_rst(body, "view", _("view:") + view) + for key in metadata: + metadata[key] = utils.parse_rst(metadata[key], "model", _("view:") + view) + return super().get_context_data( + **{ + **kwargs, + "name": view, + "summary": strip_p_tags(title), + "body": body, + "meta": metadata, + } + ) + + +def user_has_model_view_permission(user, opts): + """Based off ModelAdmin.has_view_permission.""" + codename_view = get_permission_codename("view", opts) + codename_change = get_permission_codename("change", opts) + return user.has_perm("%s.%s" % (opts.app_label, codename_view)) or user.has_perm( + "%s.%s" % (opts.app_label, codename_change) + ) + + +class ModelIndexView(BaseAdminDocsView): + template_name = "admin_doc/model_index.html" + + def get_context_data(self, **kwargs): + m_list = [ + m._meta + for m in apps.get_models() + if user_has_model_view_permission(self.request.user, m._meta) + ] + return super().get_context_data(**{**kwargs, "models": m_list}) + + +class ModelDetailView(BaseAdminDocsView): + template_name = "admin_doc/model_detail.html" + + def get_context_data(self, **kwargs): + model_name = self.kwargs["model_name"] + # Get the model class. + try: + app_config = apps.get_app_config(self.kwargs["app_label"]) + except LookupError: + raise Http404(_("App %(app_label)r not found") % self.kwargs) + try: + model = app_config.get_model(model_name) + except LookupError: + raise Http404( + _("Model %(model_name)r not found in app %(app_label)r") % self.kwargs + ) + + opts = model._meta + if not user_has_model_view_permission(self.request.user, opts): + raise PermissionDenied + + title, body, metadata = utils.parse_docstring(model.__doc__) + title = title and utils.parse_rst(title, "model", _("model:") + model_name) + body = body and utils.parse_rst(body, "model", _("model:") + model_name) + + # Gather fields/field descriptions. + fields = [] + for field in opts.fields: + # ForeignKey is a special case since the field will actually be a + # descriptor that returns the other object + if isinstance(field, models.ForeignKey): + data_type = field.remote_field.model.__name__ + app_label = field.remote_field.model._meta.app_label + verbose = utils.parse_rst( + ( + _("the related `%(app_label)s.%(data_type)s` object") + % { + "app_label": app_label, + "data_type": data_type, + } + ), + "model", + _("model:") + data_type, + ) + else: + data_type = get_readable_field_data_type(field) + verbose = field.verbose_name + fields.append( + { + "name": field.name, + "data_type": data_type, + "verbose": verbose or "", + "help_text": field.help_text, + } + ) + + # Gather many-to-many fields. + for field in opts.many_to_many: + data_type = field.remote_field.model.__name__ + app_label = field.remote_field.model._meta.app_label + verbose = _("related `%(app_label)s.%(object_name)s` objects") % { + "app_label": app_label, + "object_name": data_type, + } + fields.append( + { + "name": "%s.all" % field.name, + "data_type": "List", + "verbose": utils.parse_rst( + _("all %s") % verbose, "model", _("model:") + opts.model_name + ), + } + ) + fields.append( + { + "name": "%s.count" % field.name, + "data_type": "Integer", + "verbose": utils.parse_rst( + _("number of %s") % verbose, + "model", + _("model:") + opts.model_name, + ), + } + ) + + methods = [] + # Gather model methods. + for func_name, func in model.__dict__.items(): + if inspect.isfunction(func) or isinstance( + func, (cached_property, property) + ): + try: + for exclude in MODEL_METHODS_EXCLUDE: + if func_name.startswith(exclude): + raise StopIteration + except StopIteration: + continue + verbose = func.__doc__ + verbose = verbose and ( + utils.parse_rst( + cleandoc(verbose), "model", _("model:") + opts.model_name + ) + ) + # Show properties, cached_properties, and methods without + # arguments as fields. Otherwise, show as a 'method with + # arguments'. + if isinstance(func, (cached_property, property)): + fields.append( + { + "name": func_name, + "data_type": get_return_data_type(func_name), + "verbose": verbose or "", + } + ) + elif ( + method_has_no_args(func) + and not func_accepts_kwargs(func) + and not func_accepts_var_args(func) + ): + fields.append( + { + "name": func_name, + "data_type": get_return_data_type(func_name), + "verbose": verbose or "", + } + ) + else: + arguments = get_func_full_args(func) + # Join arguments with ', ' and in case of default value, + # join it with '='. Use repr() so that strings will be + # correctly displayed. + print_arguments = ", ".join( + [ + "=".join([arg_el[0], *map(repr, arg_el[1:])]) + for arg_el in arguments + ] + ) + methods.append( + { + "name": func_name, + "arguments": print_arguments, + "verbose": verbose or "", + } + ) + + # Gather related objects + for rel in opts.related_objects: + verbose = _("related `%(app_label)s.%(object_name)s` objects") % { + "app_label": rel.related_model._meta.app_label, + "object_name": rel.related_model._meta.object_name, + } + accessor = rel.accessor_name + fields.append( + { + "name": "%s.all" % accessor, + "data_type": "List", + "verbose": utils.parse_rst( + _("all %s") % verbose, "model", _("model:") + opts.model_name + ), + } + ) + fields.append( + { + "name": "%s.count" % accessor, + "data_type": "Integer", + "verbose": utils.parse_rst( + _("number of %s") % verbose, + "model", + _("model:") + opts.model_name, + ), + } + ) + return super().get_context_data( + **{ + **kwargs, + "name": opts.label, + "summary": strip_p_tags(title), + "description": body, + "fields": fields, + "methods": methods, + } + ) + + +class TemplateDetailView(BaseAdminDocsView): + template_name = "admin_doc/template_detail.html" + + def get_context_data(self, **kwargs): + template = self.kwargs["template"] + templates = [] + try: + default_engine = Engine.get_default() + except ImproperlyConfigured: + # Non-trivial TEMPLATES settings aren't supported (#24125). + pass + else: + directories = list(default_engine.dirs) + for loader in default_engine.template_loaders: + if hasattr(loader, "get_dirs"): + for dir_ in loader.get_dirs(): + if dir_ not in directories: + directories.append(dir_) + for index, directory in enumerate(directories): + template_file = Path(safe_join(directory, template)) + if template_file.exists(): + template_contents = template_file.read_text() + else: + template_contents = "" + templates.append( + { + "file": template_file, + "exists": template_file.exists(), + "contents": template_contents, + "order": index, + } + ) + return super().get_context_data( + **{ + **kwargs, + "name": template, + "templates": templates, + } + ) + + +#################### +# Helper functions # +#################### + + +def get_return_data_type(func_name): + """Return a somewhat-helpful data type given a function name""" + if func_name.startswith("get_"): + if func_name.endswith("_list"): + return "List" + elif func_name.endswith("_count"): + return "Integer" + return "" + + +def get_readable_field_data_type(field): + """ + Return the description for a given field type, if it exists. Fields' + descriptions can contain format strings, which will be interpolated with + the values of field.__dict__ before being output. + """ + return field.description % field.__dict__ + + +def extract_views_from_urlpatterns(urlpatterns, base="", namespace=None): + """ + Return a list of views from a list of urlpatterns. + + Each object in the returned list is a 4-tuple: + (view_func, regex, namespace, name) + """ + views = [] + for p in urlpatterns: + if hasattr(p, "url_patterns"): + try: + patterns = p.url_patterns + except ImportError: + continue + views.extend( + extract_views_from_urlpatterns( + patterns, + base + str(p.pattern), + (namespace or []) + (p.namespace and [p.namespace] or []), + ) + ) + elif hasattr(p, "callback"): + try: + views.append((p.callback, base + str(p.pattern), namespace, p.name)) + except ViewDoesNotExist: + continue + else: + raise TypeError(_("%s does not appear to be a urlpattern object") % p) + return views + + +def simplify_regex(pattern): + r""" + Clean up urlpattern regexes into something more readable by humans. For + example, turn "^(?P\w+)/athletes/(?P\w+)/$" + into "//athletes//". + """ + pattern = remove_non_capturing_groups(pattern) + pattern = replace_named_groups(pattern) + pattern = replace_unnamed_groups(pattern) + pattern = replace_metacharacters(pattern) + if not pattern.startswith("/"): + pattern = "/" + pattern + return pattern diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py new file mode 100644 index 00000000000..84ca2395583 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py @@ -0,0 +1,405 @@ +import inspect +import re +import warnings + +from django.apps import apps as django_apps +from django.conf import settings +from django.core.exceptions import ImproperlyConfigured, PermissionDenied +from django.middleware.csrf import rotate_token +from django.utils.crypto import constant_time_compare +from django.utils.deprecation import RemovedInDjango61Warning +from django.utils.module_loading import import_string +from django.views.decorators.debug import sensitive_variables + +from .signals import user_logged_in, user_logged_out, user_login_failed + +SESSION_KEY = "_auth_user_id" +BACKEND_SESSION_KEY = "_auth_user_backend" +HASH_SESSION_KEY = "_auth_user_hash" +REDIRECT_FIELD_NAME = "next" + + +def load_backend(path): + return import_string(path)() + + +def _get_backends(return_tuples=False): + backends = [] + for backend_path in settings.AUTHENTICATION_BACKENDS: + backend = load_backend(backend_path) + backends.append((backend, backend_path) if return_tuples else backend) + if not backends: + raise ImproperlyConfigured( + "No authentication backends have been defined. Does " + "AUTHENTICATION_BACKENDS contain anything?" + ) + return backends + + +def get_backends(): + return _get_backends(return_tuples=False) + + +def _get_compatible_backends(request, **credentials): + for backend, backend_path in _get_backends(return_tuples=True): + backend_signature = inspect.signature(backend.authenticate) + try: + backend_signature.bind(request, **credentials) + except TypeError: + # This backend doesn't accept these credentials as arguments. Try + # the next one. + continue + yield backend, backend_path + + +def _get_backend_from_user(user, backend=None): + try: + backend = backend or user.backend + except AttributeError: + backends = _get_backends(return_tuples=True) + if len(backends) == 1: + _, backend = backends[0] + else: + raise ValueError( + "You have multiple authentication backends configured and " + "therefore must provide the `backend` argument or set the " + "`backend` attribute on the user." + ) + else: + if not isinstance(backend, str): + raise TypeError( + "backend must be a dotted import path string (got %r)." % backend + ) + return backend + + +@sensitive_variables("credentials") +def _clean_credentials(credentials): + """ + Clean a dictionary of credentials of potentially sensitive info before + sending to less secure functions. + + Not comprehensive - intended for user_login_failed signal + """ + SENSITIVE_CREDENTIALS = re.compile("api|token|key|secret|password|signature", re.I) + CLEANSED_SUBSTITUTE = "********************" + for key in credentials: + if SENSITIVE_CREDENTIALS.search(key): + credentials[key] = CLEANSED_SUBSTITUTE + return credentials + + +def _get_user_session_key(request): + # This value in the session is always serialized to a string, so we need + # to convert it back to Python whenever we access it. + return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) + + +async def _aget_user_session_key(request): + # This value in the session is always serialized to a string, so we need + # to convert it back to Python whenever we access it. + session_key = await request.session.aget(SESSION_KEY) + if session_key is None: + raise KeyError() + return get_user_model()._meta.pk.to_python(session_key) + + +@sensitive_variables("credentials") +def authenticate(request=None, **credentials): + """ + If the given credentials are valid, return a User object. + """ + for backend, backend_path in _get_compatible_backends(request, **credentials): + try: + user = backend.authenticate(request, **credentials) + except PermissionDenied: + # This backend says to stop in our tracks - this user should not be + # allowed in at all. + break + if user is None: + continue + # Annotate the user object with the path of the backend. + user.backend = backend_path + return user + + # The credentials supplied are invalid to all backends, fire signal + user_login_failed.send( + sender=__name__, credentials=_clean_credentials(credentials), request=request + ) + + +@sensitive_variables("credentials") +async def aauthenticate(request=None, **credentials): + """See authenticate().""" + for backend, backend_path in _get_compatible_backends(request, **credentials): + try: + user = await backend.aauthenticate(request, **credentials) + except PermissionDenied: + # This backend says to stop in our tracks - this user should not be + # allowed in at all. + break + if user is None: + continue + # Annotate the user object with the path of the backend. + user.backend = backend_path + return user + + # The credentials supplied are invalid to all backends, fire signal. + await user_login_failed.asend( + sender=__name__, credentials=_clean_credentials(credentials), request=request + ) + + +def login(request, user, backend=None): + """ + Persist a user id and a backend in the request. This way a user doesn't + have to reauthenticate on every request. Note that data set during + the anonymous session is retained when the user logs in. + """ + # RemovedInDjango61Warning: When the deprecation ends, replace with: + # session_auth_hash = user.get_session_auth_hash() + session_auth_hash = "" + # RemovedInDjango61Warning. + if user is None: + user = request.user + warnings.warn( + "Fallback to request.user when user is None will be removed.", + RemovedInDjango61Warning, + stacklevel=2, + ) + + # RemovedInDjango61Warning. + if hasattr(user, "get_session_auth_hash"): + session_auth_hash = user.get_session_auth_hash() + + if SESSION_KEY in request.session: + if _get_user_session_key(request) != user.pk or ( + session_auth_hash + and not constant_time_compare( + request.session.get(HASH_SESSION_KEY, ""), session_auth_hash + ) + ): + # To avoid reusing another user's session, create a new, empty + # session if the existing session corresponds to a different + # authenticated user. + request.session.flush() + else: + request.session.cycle_key() + + backend = _get_backend_from_user(user=user, backend=backend) + + request.session[SESSION_KEY] = user._meta.pk.value_to_string(user) + request.session[BACKEND_SESSION_KEY] = backend + request.session[HASH_SESSION_KEY] = session_auth_hash + if hasattr(request, "user"): + request.user = user + rotate_token(request) + user_logged_in.send(sender=user.__class__, request=request, user=user) + + +async def alogin(request, user, backend=None): + """See login().""" + # RemovedInDjango61Warning: When the deprecation ends, replace with: + # session_auth_hash = user.get_session_auth_hash() + session_auth_hash = "" + # RemovedInDjango61Warning. + if user is None: + warnings.warn( + "Fallback to request.auser() when user is None will be removed.", + RemovedInDjango61Warning, + stacklevel=2, + ) + user = await request.auser() + # RemovedInDjango61Warning. + if hasattr(user, "get_session_auth_hash"): + session_auth_hash = user.get_session_auth_hash() + + if await request.session.ahas_key(SESSION_KEY): + if await _aget_user_session_key(request) != user.pk or ( + session_auth_hash + and not constant_time_compare( + await request.session.aget(HASH_SESSION_KEY, ""), + session_auth_hash, + ) + ): + # To avoid reusing another user's session, create a new, empty + # session if the existing session corresponds to a different + # authenticated user. + await request.session.aflush() + else: + await request.session.acycle_key() + + backend = _get_backend_from_user(user=user, backend=backend) + + await request.session.aset(SESSION_KEY, user._meta.pk.value_to_string(user)) + await request.session.aset(BACKEND_SESSION_KEY, backend) + await request.session.aset(HASH_SESSION_KEY, session_auth_hash) + if hasattr(request, "user"): + request.user = user + rotate_token(request) + await user_logged_in.asend(sender=user.__class__, request=request, user=user) + + +def logout(request): + """ + Remove the authenticated user's ID from the request and flush their session + data. + """ + # Dispatch the signal before the user is logged out so the receivers have a + # chance to find out *who* logged out. + user = getattr(request, "user", None) + if not getattr(user, "is_authenticated", True): + user = None + user_logged_out.send(sender=user.__class__, request=request, user=user) + request.session.flush() + if hasattr(request, "user"): + from django.contrib.auth.models import AnonymousUser + + request.user = AnonymousUser() + + +async def alogout(request): + """See logout().""" + # Dispatch the signal before the user is logged out so the receivers have a + # chance to find out *who* logged out. + user = getattr(request, "auser", None) + if user is not None: + user = await user() + if not getattr(user, "is_authenticated", True): + user = None + await user_logged_out.asend(sender=user.__class__, request=request, user=user) + await request.session.aflush() + if hasattr(request, "user"): + from django.contrib.auth.models import AnonymousUser + + request.user = AnonymousUser() + + +def get_user_model(): + """ + Return the User model that is active in this project. + """ + try: + return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False) + except ValueError: + raise ImproperlyConfigured( + "AUTH_USER_MODEL must be of the form 'app_label.model_name'" + ) + except LookupError: + raise ImproperlyConfigured( + "AUTH_USER_MODEL refers to model '%s' that has not been installed" + % settings.AUTH_USER_MODEL + ) + + +def get_user(request): + """ + Return the user model instance associated with the given request session. + If no user is retrieved, return an instance of `AnonymousUser`. + """ + from .models import AnonymousUser + + user = None + try: + user_id = _get_user_session_key(request) + backend_path = request.session[BACKEND_SESSION_KEY] + except KeyError: + pass + else: + if backend_path in settings.AUTHENTICATION_BACKENDS: + backend = load_backend(backend_path) + user = backend.get_user(user_id) + # Verify the session + if hasattr(user, "get_session_auth_hash"): + session_hash = request.session.get(HASH_SESSION_KEY) + if not session_hash: + session_hash_verified = False + else: + session_auth_hash = user.get_session_auth_hash() + session_hash_verified = constant_time_compare( + session_hash, session_auth_hash + ) + if not session_hash_verified: + # If the current secret does not verify the session, try + # with the fallback secrets and stop when a matching one is + # found. + if session_hash and any( + constant_time_compare(session_hash, fallback_auth_hash) + for fallback_auth_hash in user.get_session_auth_fallback_hash() + ): + request.session.cycle_key() + request.session[HASH_SESSION_KEY] = session_auth_hash + else: + request.session.flush() + user = None + + return user or AnonymousUser() + + +async def aget_user(request): + """See get_user().""" + from .models import AnonymousUser + + user = None + try: + user_id = await _aget_user_session_key(request) + backend_path = await request.session.aget(BACKEND_SESSION_KEY) + except KeyError: + pass + else: + if backend_path in settings.AUTHENTICATION_BACKENDS: + backend = load_backend(backend_path) + user = await backend.aget_user(user_id) + # Verify the session + if hasattr(user, "get_session_auth_hash"): + session_hash = await request.session.aget(HASH_SESSION_KEY) + if not session_hash: + session_hash_verified = False + else: + session_auth_hash = user.get_session_auth_hash() + session_hash_verified = session_hash and constant_time_compare( + session_hash, user.get_session_auth_hash() + ) + if not session_hash_verified: + # If the current secret does not verify the session, try + # with the fallback secrets and stop when a matching one is + # found. + if session_hash and any( + constant_time_compare(session_hash, fallback_auth_hash) + for fallback_auth_hash in user.get_session_auth_fallback_hash() + ): + await request.session.acycle_key() + await request.session.aset(HASH_SESSION_KEY, session_auth_hash) + else: + await request.session.aflush() + user = None + + return user or AnonymousUser() + + +def get_permission_codename(action, opts): + """ + Return the codename of the permission for the specified action. + """ + return "%s_%s" % (action, opts.model_name) + + +def update_session_auth_hash(request, user): + """ + Updating a user's password logs out all sessions for the user. + + Take the current request and the updated user object from which the new + session hash will be derived and update the session hash appropriately to + prevent a password change from logging out the session from which the + password was changed. + """ + request.session.cycle_key() + if hasattr(user, "get_session_auth_hash") and request.user == user: + request.session[HASH_SESSION_KEY] = user.get_session_auth_hash() + + +async def aupdate_session_auth_hash(request, user): + """See update_session_auth_hash().""" + await request.session.acycle_key() + if hasattr(user, "get_session_auth_hash") and request.user == user: + await request.session.aset(HASH_SESSION_KEY, user.get_session_auth_hash()) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4901b51edeeec501c91dc660616b393e1f84b387 GIT binary patch literal 16892 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 Qv*f5$`F83#V4Dc|53$GU?EnA( literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/backends.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/backends.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d535ca3613522435edc8b7305af6facb7db54d8d GIT binary patch literal 18594 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 Z=U?LA#4lEOoHC&{vvSj?^pqj#{{b@OUi|<7 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/base_user.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/base_user.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80ca1ad35582acc72d8fb7f0880a8dc0c85c737a GIT binary patch literal 8457 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 DS6aZ= literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/checks.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/checks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3963411da4e2723fe2eb8a9cb8c061aae3cd2b5 GIT binary patch literal 9714 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 M*8=GwTr$o71){IxjsO4v literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/context_processors.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/context_processors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4845ab9a290dbaf113c28b78debd5d35e36fa96 GIT binary patch literal 3392 zcmbtW&2JM&6rWjtWF3+?Bzy!Knk7PzMP&^E0ig(l1S&`fRfV=9t=Mk73)x_M&CEK~ zkt3ptL!!1K9I6CS#5EBI=&9{r&_gedTnS`xsY(yr0;zsawl_@#X*OG8wkfeHBDR2r*3-eI?r2aho?@DSh;K7X(#KYPCKJ1pA~Jfk{We# zqp6HLl*$+VVJ~;kIMAQsuJ7yvz3bLBPz?mrUe0GAXBGV66n;2g`evSausin{H}b`* zYMO4&^-XhZ>uS4=8Ut_1JAh1(XS@35^s>5hGWtzo`p|bLmSB~nLxbT1gD4zy7A7;q z4|ydr5`+;L;TVa9({S=Am^}(~FA|1Q;I#<%nQ&UQ^P1zERwiTSAyzKuu9xHUl&K)c zQB7kBplBR(@~ok8l7V7;JCF(TJlQdQXlCHn*IcgUJYR#$F>5H}81uB6 zxKzwLXBhJsOTunz!iSO#!zUR+qaD;H$X{`i>?(H+RN9V})njkD^LcUS{~NTLondy$ zNVQ|6vYuVYI3i$NM68izL!OsuXqjYeLSMWiEDNKfFC_K3U5|}DHx>;>8%^L+PBRLF#m!YfJW+dB?bOV_uVjEE~41+2NrZ`9TZSq>7u|u!p z0Xaus$0M=#mzrrzI$4OPK{6b*O!@E7y8+YXQwB)suvHa@`7II-aY*299p)ATfS@7- zL3N0EeO(9#jBTnrAw)Rz1xF-+O4!sj8T~e~K7Fum#SJdV8#J!@dXxY;9QWY``-i$$ zY~?}pA|M;odfzhD0pb#-na)_8190_#van)p_J}C1wM4=hMvU(Q0+w`anKAAfPdoN4 zbnGi{H0G=)(H|2(B<99{I#o`dD61!=k@Z&&jWl43`nm=K>g9loqZB^PwJK0#2H}%Y zi-UOIP&vRSk$&>A2_g+~2tf&r=AA$gk9W-458Zq2+_riku4Na<{Cgbgt_%A*5MoQm0HL1Irws18Hb!IDX1%Vz$_X&(+oX?7_xoQhKgD*_p%NYRIlc-@Wa4GsIhFX z=H@h*;%V>)x$7{^V4p=kS8sJ(-vu z02rJ;H+5^a2q;)qb>VIRKehv}^DYumF^zBz)0t^V@GX~6hf!om@C_44E1_;1Lfy## z@08flB~^{>m3k=MxZA-7V0FE$w5_bQarKPTT&u0vk&Kd!j4KqH+mcf2eIUHlM??|> z>MY25JNmr>p^lCHBEt2N;}=*?3pzV()M73^t6XEwje^S@8#4fc&ozJ8@-^r~HQ7|| z;TraYPR@7JmJi*N*p3%DbPYzc_&9eJlpN;Ba?$o+6T3&Vd~7HSJ}l>uFHUl}|DM?V zRL;v4vtEIJ48mI9Rpw>IUa}oE@SdP;;L*BFI00}k(Mp|GTUY4=fFO=kV zRy6+D7p<>@chg-cgu9Gto}e0)+exC(a|}fz5dUE|NHja|x2(KEWr2 z5rM%%LQJ|wTuJwcJ6SeT#@57yC+QvWGT4g5wCcMj0EETxDRH*X^&j_1(GFmmg_84CJg{QX__!56PhUt zmR~WZ^;pzQMe%C|H6xayskEu->R4KjnOaJ>{LU7(7ZDh$2|LCSS@2|Ur2k~^3&YXA z{@#H|bg<_{FDzI8SfxqLFyMSd)ipH^YZX*AQi&-w3il7j9BCnS2;;li0K<85o;%N9 zB=g)nKTm)!?j6spkP(K6%+K5{m*9!0K&4`)s5A!el%}3FBy&PBrPzcTJClda2~|oP zDwQS`!%%TimBzIxRhLZFFgq9`s>U^{0-O4{WTx1bL~6WK)8Wv#DrsYquEtcuQ0R0> z8U_S-R5B(~=|o%_RV77=DT#zKnot=!MuVxG$=}9qPmP|23nWF4OH?(}R5zqynr67S zQ5a%4VjRf8c|-t$@NT{f!v_M01_dL`i=ccE%LU#n>|P+(@-X#);9N{}Jcy3d%L;P= z=Lmo<=|0|T?dtXQ(6Kyt|r*Q`4uP*+CC zxX$b&gw|z5n28xTn^gnl70wOCZ;|pi9~Tnfv9sW@Jjs-0xD3DGy_V;PiRKHGB*g&? zeuraT=wD!0nl5{+z-U@a#G}e6_(Ix5XV56#N>rH&1$21k#(v_rYV2DIF#b<8r z;Y9dsik>kh74W2RgfS3Nlc{h-oeG%f_cZCid3>%uMcEY(c z;EYB%zcJ5y7EsL zqwH5qrIRY1Ir{C4tMu$%KxdqT;lV$dX*KWpDEVRXx2e^gor|v9!S>73E5QS|+QUn( zT>GI_>CpTA>+Rj2B$xVg?cLYYx%S>wsduseZm{WA>;5Z;v#pV(;hU|I>#r`iMphdm z*_z0$I{C`pT;0KJ^}&rDq(1auT{;AB?}H6DY3k)38ZW@*Z`br3<}PwQVewJ}K!4zR z4v2rO2k3Jj*V83_?yp677uWNw`1x)>!Us4UyV&?Fj*r+O3Uu>h7(Ng#l9B}Fa%_k; zfyLybCe%`eb+Fe$CV=Dl$2m1C=mFanp1cbpypP%JBeunCNi4M`x(hCm1>0oMhAj~_ zDwi?Cp>422_u$Zu12RTYZxoUTG0?=&I_BnV51WK4N_Z1_(8d1*}O&KJj1C za?+9Ob$@C4Q&Udrd%yp#1giag$JLIUblA3m#BZM`RV|nOxvEgs z6JktUMK+iYiez@+6=*r9PMwl$Kds(Q84bbjKHRti2B77BpwkuJc!MLp+N@Z^aBrze z(Hc-bn@3_^?1z6ucF%In`5ULF5z-^r!F| z(2xSR8y+Io7O679&6g@DvYB(0I=CQFP0j3hM34Rd#>dn3So1MyCCX(hFlP# zH52FgZLQhAo-BiWYj$=*1;e6}V)tef3Wx=oEee*FPAJf<75YYoPSvrwif?g(ukF;> z$^J3c&QV1()TnwcrcPori&sI3Y61n|WchXw`nv7ys#G|^kilMtDE^op4Fd&pt`PvX zro3V}pk>9b4LUM+e#ZK<(qx$77WhvEN9x7%kM>=tz+c0=`6^z^KdItdDD*)_~gTs9?ZF#Wo@cs&%B7;2CHMQH$N%(KJ7L(UA=S@wD-dcc zmZn##dTz+Ms)4L$z$OyxOEWaxFcm$fT7qFx*#+GzSes4YallQH7>cCYR6?FVZkt!| zF$7YK{ikpzcGNDGEx6XJYvx_|#d_BXZsSl%4IuM_eR7TE zWmzbdN*Jt2vV73&LUS5|@B#H922jhV7~_!g#zOe-F^a+~b{#WI2LGf5tFH`7@C+$v}=yrsC;@ z+D$P9V-7JQFl-1M$K4@~cS!3$$Vbm%ChC?Y-)~TrIohe@~-l8vp!O35acn{AeEc8{srsnxgkByF6{If>Jz3C5rUctW4b$+o9Cr>CVvX6-m> zPrv`(nE?obwzuinyts4c&Yk=C?|;Alaj*VUO^sW?HTA_v;^T9I@K3u7I!9Bjnod+vbZZ*Hxe8QvbZ~0KhiMNz~Y`{<4Ds` z6N`J3%_A*CEi7J>Y#nJEYGZLSi9=nu z6Rtj^H@);Lu6o17?}pZjwJ!-nJ!avUAlAJkh{3q!>R>6S9(%*0yfhoInV0P zOTR|W^(<#2ayB97^Q9bm%*fftayBDp%NrOKx`sBgv{t0G8EFxgwi;>e@r@|+=Xu`p z@C_@!8`{kBb|7ykzS;QF7M8jOshumlueYIS6t#Um@0Vbl6x7t6g7xg*HE#ps*eW2W$? zzotxsVUudRl$J*1utoL8Ml)C9sZ3%xmWivr%kfNfRE|s0k+c|3s&&_6vV1cwiP0Oe zWI~K(66sXftTtU3ym0Q|p_2pAGY8L|d*SriBhfQw2aX>9In|#Ksjy39(JL|eN?gLH ztQSxoejCO3rPydP6V0Tr#Z%GC@l;%jWzzI0K%X5Rl_b0yl@pmb()`aGUmTDmmaSo6 zB$h~?LK%sJ$xK{Ip*}a_GBVqf>6pmA;z7fPx@g3Wu@zgLH zhButUvFn!-lAJ-@fzM~+wqS0h5JBIr@Ii5m=@EP=gl!#qS#^r3Ccr})~oQ@2q zQyD37F+yE9tkEzV1sV&YsfF(%ctyx)^G*=1mgizw1@NMAL8tbs+9+y|*pEK5KeH6m z=PBh{uOOTg!shI2?hvjsafv7)G>q=qm`E9|4GpJ9uA{+nIu%M^3T1AlL)yqD;*#7K z8kG~N%OOw>D@BSU`$#+`#>G%9c{wd5GFL`Im!$Ma=t3$%JsvtAAHITUEEzf*zn+#d zp{+amLUMeVD2kQQAK9`c(%*Y1+}j_HuoTrgc=W_!(5PpW7Xtc=sjd|23)0BOX$$;v?xzN8&d&Wu!4afSYc_Q#Upx z6BjpKAIn@xr?y76^lu{a+lcqB#V+GjEu%Kln`oprv8fZeKBm@1wTeZD6H(q_acMOw z(1btvX#}^0MW5gb7M!aU=jwZxrZ485;exYYarWn(+vYqC1y4xvgr*y2YV)4Hf@izp z*`D|8d~7kfcFkKXHv0m~5QZtxFP(rE`jGOAAg;JT3)qlZG!0oq^N@8?xMUJ7FFA*7 zq7_WuJ}KNX4LLC6Hnrt!JSLt_CCAQav-%m#(H9aTXg(WeO}oi%x!#;#bEXlZ4n{^ua_Uo(N&^_mJ(?s4JUAn0+^xOv>7v$F~7xcQbz!tyt6 zu14+|yI#N>+O+Ws6Sm93gnis5J?9cKF8%qqSG5%={?&1pX!@Q}2b1t}w^c~BRexVJmr4+=dI<@W z9z$=~$E~7mA3lS2dNTF;_e8s%C*>|nb?B*h%gNrdo)fx+Os)Q2w;**;snuGuq&614 zr1IK)L3sK2P2ra13&KrP*fod=W=qB{VnwiFAsCHI=rAF>{dkHk3n86ILNqmEnNV5^ zji#=p(l=8fA{$~A23v?^1B2<(8*)4oQ62K=$Vf~Y%lgj7kzhQ{de4>JsosmDnM^tb z-i(@rJ*rI}y&jiT4_iIJi^0NGx15Pd8TlqSkVLd8IT5H{wgzZlQEiywBeH6bUB3>V zB~h2DZY(#WakkQ^rYH)x%JJkS)tZWp#HB9EVT)xllB_z27tojdqcSZA#tf0VDVLqE zd#dGHd`z{o&Wft8XmmJKoA^5i-|2=|_Zwqs^ zjd#~6wQHxvnSlq}^R>Gt9mST8cU#WR*b2S7l-^ylyPwPVp3QZio%9!LgOiT;JuUNQ zZ_O#wTyyVCeZG0q9s7Jx=w4sw+M#sqcrcppdaBTMSm`>P?;3a_m{y%K-92&V@V$m& zu=SO}yMu4O@Zj7VUwZqf(skm!;7PD4WSF-LHNo!;P7U5W_JbF48xQ2yKAmelIO{!B zT-`nCxZ_fsEgyFEzkD#~YoGOY{I2O?B){wUyhU&Y?)VgE2VM^}PWnDx>=J_QPXtFz zZ86aJitn!PQB%hc8jEe`7A)q@mU)Y{zTu}9`>NV`3$lD7({%iop2LFh2g2IJy_P>% zXF|AS4Mqmen21}wB8&<5O@sHb@JSKetCoZq)z%6&1gaMapk7W}*>#^X7UdZap)8r! z?At=oUnjLA7Iv!6Xq3n%8dcp<0#c)(lBnv9M!zx|OKMMQK!Vqkz+5b=>M}SkBL-0jHSC(QV0FRd9ycXW`VUOMY%*bx!?r=yDaF4s znvmk+QPn9X*d!It14g*PS~LtQ^`HzIr$j1|LDyP2Raj%vW$=Y-H|dx6Hc=1esy0!N z<1X8|Vjo2G0x6%o9RVh3(djEVn-ypCz4g=aS!ZAQy*TUKFz2k9awyKGd)+x_c)AA& zfzy#g+J^$9rzqG@K?s3r=S#FiUyu$`z-W*@Jh$w2--9Gw})nZ#e zFCgIbK$)u312LI$dSIY}Xu-l_X2bwA04!{v3X57p5T6K}Q-U^HC_@ma|7gq>{xO0I zd|=k`fxZGw0198FH!7~Lw`6n?9^B!YNh3nLr0JaB5EmKwzJ9B#6WOS&dv z6nh2_t>OjuZ^XAr>(Kq%ywEmv|NB(y=9GmwF z!RE=6bN-fszgzKlPd`6%A@ARsb8cnhxrF^0{k|FBpngx3BeP{a|3eeaMbYv-^AFK; zVe24PzH|x@n}k6cSk*)j=FQfCd(Kxkby@LsPVdP3)?-ZwxF5B57u$NCI1rr|tS&d7 zI`+z`Lqj3a=c-Sc)AWP_`qQV(qSRF&|Dq!a8SroT$|wPv^H<_bZq%QKF3~a}hs1=K`pes|WKNS`SP=g0u*a0yux_@_y>fVJQ=CF^mvz?8|&RalFN+Q3hk%gQfjeA=7im{?^wK1U4z&Iu&4OEh5qn@;14780i}nK4aWgXfP*KZl%I zZz_HhQY%;104dO{58D__muMXTR)(tLxH)fxI{W43`nHBU{<2^B8rt_2*5vScvRQnD=~?!25OBys>f5;M>7(M zcWS3zRb8)?mgJ~Wt0;+?(nc!I3e^sw{Vm#Wzv|Lo-BOD7%haz#${fr!3?);AYx8|Uhp3Uxh7UC&JFVJf%r)NI}0 zTtm3fa8hYFnQs_e^w{g&lP*a8^)03Ms=P!+H8kd$2J;Q4wU_37LZJCxIOp%mIlDN! zxr{nUR}c(Suj&^ymQ8|3hyYs&SM?`lzgNrO(9%n5=LFEx=YGqOaUr`~q#ff{Y3sOU z+!-h>S~X(Cr#AZwe>=?Kg5|H76*=}X9YADTp_ zyR)g@;bc6Pii=UE5VAlxlDx>F`r@Q0jE=-*nUpuGD<+CjmIkt9us^6%#1>8x9DEz8 z{bi|=(f6v2l_68(h{kj(tJV3WL1%KdYZ-+t&-7K4Ba@m0tD0A+Z!QGaD#5jdU|0!; zbL;o#g9j#E#b8slOUazGtpIvLM)(=CTM94 zs;EX2pdJHz@sWn+!eF=1T(p7Ggz6fd@iJ-P3ozGASifo=(|&K7be)B?3r)bNkKjj2 zQNZ}ls%4|WC`YjMkvxK6(l2IGG7@fv@9!^36oS(cEe|rgpv7| zsq7&Hw}nS_jfJ{yrLMbB*Q?a^=ED2(bx%z?-}ltbn=Lha=K@`Yz;-3D{lS&Dt?vZ} z=52yE`0=7$2zEhmuh|RIASpW6(f?qe5ZI#x_Wa$v1?iv2q*?lY!%pGfxem5jeqX3P z*l79vMjPTw^m+!5xrFSX1yeQo4P#Vo$urZ8*AWTiI*Sy*`vyhep?2xZDe?ey@-c%+ z0*J$yQfvgFjEUWdhq;s{-NM__7y{K!YUf0zg8SE(zaIsJiPGEIo@L`uHQy^JSf;gy zBsZ@nxpfy>HYhC{a(xGsmZxW(2jBOsDtZIoIX-p#Obw2+m-yeZObjjQh7nesnOm|3ZG> z^G^i7t$V?O2lHmc9(M}%=6kKv*YdW0sAt;4#nrt}95uFGlx6F@8L`Lhl%*wa>waRk z+xF6fweu8P3|Mt-gI*)lhhIcebS;b{D3>ltbG{jRJkW$^En>}^DQ*dgLg)QO&k*6sS1f>$z=Mb zOjtO>w3#U=IQiQp$W#uDSs~}IBxDU&%U9B)NfD5WfU_6^(gx{XOppZ&78cT0hF+|s z&lfqq&OUhI3J5|&X~a^HKbfSmNdFkhq(h{;*KK&3X{HRY1FxsjnMmmPC17u^4(TJr zHwFYg7LqfcU09lZ{vwPb(3iscBaaSW2>~IVLtmf<=MtAw8&AVfB!x~MId~?rL={A$ zH(OMu5&0}zSZUc14Kbg@(z0|zbSg_T(7R~=UO67G21g)H0q?tX_B1ZM>3&1YN0c#` zU9Ho@MzR^gpjGNzjMY)qnvq81s$(EUy)UZHBU+zgrvCz(2-9jTDaTbC)A(isQcO&w zlL=%&l&}H})G}`qu{^T>V$4l;9x-d}$GzIhNagEVtpA*}CJ!hK|J=2g&OW zOu1!`Y;iROJs8n?=(v6Y~7m8Gi;N)w!| zEEM?=)JySE)SO#&kE%--D+wL`rrhc+ z4}-tg`lD85^${+2yyCg*$+c}(0$U1!r zx_0JvpL)+Z$WYJ{1rbeE5B?Tt=vQVMTq>1TRkJ5tT4GTEi9t7f2c?=lj68a|JOC$-Ko@Veh^gZPCslw@Q(f6 zy3>${$kumEZ*@d;uZ_f6-+H5EdFbQ=%& zg5O-pbqsZx^mWQaqGMHQ;UGOYgrMAV_)SWr;5X?3Ng6N`JvLiy&c|M1P3OGX>{`EI zv97V_tgE4&B3s)aCGJG{f`FqOTA`PKN%ikOa6)U?Z78lNX#r z9+5wHKsxX;>7a(Rs%r2MklzI$?Zc!;B-BTK4Q6m&hU*V9KL@TW=QxWLLqUN`j!=Nmq08_igXDmWWKtpRIx9~ny@Bd|ZoPhu%FcXOd$OV1}>2jSVG3 zf`FIXsD$Fv@OG0k@RA#2x_{=>lu2AnBomo2Ufz;HL&vjgp$$JJ>j#;SA=KGKbKIVQ z_tBUoZ2hFUTBk-%#WOMB*XQv*3kL5yE9U^Q5Y@&U5~W|Id}M@CYq(y9bqFByQkht_ zQn}JULB_}UlN%7g2#UFBE3Rsvv=^JZroWtP+B#Lksqr;DUm~>-|M25)!Hz*E##z$g zGs82ewcPLw%%syVUed2>II5ae0dJF(RB_!9qyh2`toH05_B}#})lk}1Uquyg%h55Z zV!^1-L!}Cv-z5;G9CmVybR3yf8FqpsV43oul&(xlRr&aN^7Ch?}&-xkht!wwM zDW2UxL96Pa9fLmf#MFs<*6+Jtbr+g?m8RZ8(@q8ddv_JQ2Ndstf_Fgi4ip2ePb}sd zA1$bR_<{-wFfI#X^tbRd0&PJpe~whTbj}2a1$~MLQy9x{gO>GYhQf=hcL-IG&o8*qSwKL;1h+$G9;xs;d`2irH13u z48F`gb2RGsXGq9~sy4c;7!yW8?nKrSfway#S7Y>DH3jE7#kp?A`c}>Tn)jSLcn=uk zf_G@{vQhmOA{9MAZYJmfX28%!dV*vm;t&-VWT$d72kxY{l06aDNMl_BG^%O>DeGsl z@4*2UwmgD1s*`k>(UJZUKqLl02>~&6pz46j8JXLqe~u&_lQKNSG^IO`S~211-E4J! zOrOD)2SGlBJk*zrbjGK*PmbsP;Ylk1Ou-*k{Nb7I2RCy5aNfUv(h7CxcQ4-)r=Oi| z*hG5KQ&Xp2K3#%3(mkq}uad9dMk>==a!qFm4ZTJWh$%=!@DdS##F~4MVpOqmDDxYX zNWp)j2TvnlP{t1ZXFzD{E3_U`S`X!0k0{or+s7xz$O&fKV>rQVTXfrO^@~2Utz*$? zwe9@KYa@h$fUgNuOIooIrat!2y%KbSxzW>~VOVD57&JCBln7V}C; z7e>%q`qn>;`&UC!jBd5|eVVJRbQ0gDb+O_qb8e*-i#n*{x@tJImL7cmc8I3ShQX-h zrdq~dU{Ip@l3jl`eia%q17i`2f=7dxxO546Q}SqLx>rD{2!k7N@ek;D3~NpNR%|#k z81`@}B!#LxCrDjN=BmlCx704juA086s!i;iB0DKgG&jWRbW(NtE0a1j5> zsP;fNOhQo@p+X7sEb&3~F^0(YUl2abc2ts6WN8L$GZN&NQOYuF(M(IeZrh~uLvN5I z5BFVnArMjmp+cZn3G@~Mo0Pz&x0`Z-P5HpHg}`%4;JMkrxkuhW!P}vDJLUo%kD5BC zkGy{BwNr)eqe}PDVq56@&%XL>p{-A8>zm2WB;k~~mOEuGkW=R0Se#ffgF>)v@-&+~ zgJ47ZsEtoiu%Ch-QLq%HN&kY+V~8lCrf4^iL-Pq{5*nk3j(YM z+=5_ejhEUJ-ZVJxkc~+RR!9kk9f6$WVQa8MHgGU0zzJG%0LYL8z%Vl5f9cEk=;$DV zv$30o)*r|pxEcC&DAM6AAwoHxCghGpKzIlOH=$z(z?S3C)C15HvBCRAHVTM<9BAEQ zD%>Tl)mNy6Hasrzo2uZtZfRW^tR@Q+>=v*v5v2`Eze!)I7=hO)?cXEVNF&gIhyjyZ zeioQ~6t7pnWT-{IjfM4dz+@WuimQy}kwtk2ScPF9E@hS0S5L3T;`F6e4rFTd65xG` zdeb#-i5j(7fh`%&`5P3Le7i`!EUg*0UNsb!rCe9*N^w0_+5<3djT$XuFxxiB?9AEY z+`?cGN>y_N69qG5XClH1U4%VHH&GccMmUR$!dD&+S~A2#87>s$#g5%pnX&6}C`TEj zU`sBOuo&lK9IOuDVwqZXBbveJRds^9Nn`k?>Vv;LxMNg`lUK8-d0a>*C@a&;Fyr~# zbjuJ4&1KTi=-8G%&b=i|Q_k?G?I-H|Hgc5Eo$fD7@V~C{mA!ZOzH;F1f$2T@x(Kt9 z1AcsG;#(8b=U@NwYhNy`J*uodI=l9nxwSp>W>bA=!D8vDz2lq>biyDC?zZ>Uz286Z z>Ve#br}C})bIzvsJ*~ywU4`C*O7Fo!?-`}{Ofk?7t{3*@ylwA!*OGX^xfJxn6`bw} zwUKoZYw~M!%ewX;#VX;;?@%HI-PFeIhycF4@9%xz=fC6rrIGh*VedE9tVM17Q zz<&Fgj{-V``N&;k^UVtgILD-Nmhcdrw3r-Q&M|eHEBK_Xnk-0GH`vJxYg@@fj=3e; zsu4QMa+S8Lh~&O#yGjP^ic55gt|eu=_02&;9#)1&pO);-tKW$=-!l(+#X82VebCv| z;JHtq*rNX>Lrxj;ivggrfVc|bDz@9TmT~qvaQ2{DdvK{u58OQ~yNMV{%qUZ`l-vHW ziG}8v90?8F!qkDJN%DAu`-oVY#t$wt~aG$pq5=FO1xFN5_*F9LPSNV&1z$G9yC2$T^6oEr z2vt*wRD-Q$Z}{|Ylzw%xLJjn3LgH;T4qgS&-ZIHh2#RLSuvm@EnHerhu%BJb0J&nm ztF-u5TvwYa5^yV8iQS-{E0@%={H@#lnbmsg3TXI# zzRB>RxRHo4P(`W(F(!$jb@Y5)h;85~y*>EX{|9YiC`fg|o1Z)LhXblZtDNel=@K1| z4Fk9tOQGtzfYej85t>N>s*AQ^F}0)gLlmg`^hu^Ao~5s__45?PHdDZ$-73oMg%9n; zw9GgB=*#1uQXXTCRO^fqOPdZpWw~r!&c}=;^95Q?{s_fm$%I*=sbkXmvbWgMjvxPW z4H_KBI(omKel=Za->J0k{9RXJ*BNEknSA?mlh#>hYq7nv(7r`!-%@Dbr?l^TxBc+j zmK>5dK0Rsuj%Uhq=UJv`T3_6Ex-6mK>`|OO1!te)?3?+b;@nMoy1i3-?_?EEXTj5} zczSc5&2xR*9-J?1e@5BN|#Q`-lMIrkUg~0z-R!7`Gx!j)6vr) z$OVw@Dc$QaeU1ADN!P}N)1NYSP^C0|`ZBFuDYFq{8YVU^7~+H=LV^O1JIX|0s55D(`-fa9e;W=WE`UWP#h%Atb=4O4N;7qNPHsgayqGL-?8q)5Kz z4I|Grd>RW0TqJeNmJ~~1?T8t*dGW>PmmVJRB7EtLr^~-U=;zalk7q`u6p&LYURqS7 z|A^6Jz9oau{J9cxlsB4df6{oU>v>2ETdwDk3P{NIRwH@7?PclwxkXbTf>*%D8;EYd z`mL|d)vf_ubKmdjXQ9pEo)>kH1uV>V5vZc)M>(8S2_LM)FLkSgNus$9?K6G3+_TI{ zv!CcBTW$5xA5KxFf!|PR62xe#RWm&h%Ve`hM5NrvhFMZR%kY#geU`u%q3SHE#)2Ve z7z~&*ygx=sjMHI&l8CEz22Et>tf#L033T*LZ>WXc6 ziInN^zR|R7(|*OfxwtA+47N{O3!$w_Xlo(#v=VwcS9fr6>3%kDI|)|GnYU3UvxRC~ zZq8#v58q?MSnWl6%*4=PiZNM~$db#VgdVwiov2ZoqkvjgeS_Q|(h~{}QDa_1gz4BV za2J5b!|LhN(*v)ce(m(bz3*6adrr-E56=2e-+rd(Z=W2cvDakTqOY##@0=Vh_&XJU z=S(EG=VUH?YSuqU?S)+X*eA5KlC;|gX}87w*eTRE4q{K*{Wjl|PLr+Ur*>n%9@UweZ(KSWU-%Uym6U1_BrVkzWTe|l zx+u}i@)4C(T$S6%utALI8rP76?b&l;7aqi3h@&p-=yQu6(HnOo#{RqH5^M0>Gv)~U z)m3LSe`IzR0%;yq8$0+$`V$n#wtHbm3Y~<*1xHONWZ;u<=iqR;rplOMzk-n~pJCPJ z7vPGaD4lSKReknx(nfjt)I?l5KzRdSp=-iXGMHEW5}gR5&F~3lnX98?+zC0!26ewx zD+woZe7*NGO0$=h<{o!dgHYq{lKIU9w{hgE0;KeIz+`F0o)jOi18uOEdLV%svSD?d z-nd1yG2?m_*-US(N%#WF*7vD|?b*}D!gP+b3b7DBa|WjiN%05`bENvQN2Gdq5&MZ5 zDQLdpw1BF@VAe&O`!>-wx@`C;ir`Kj5bQ-mD;Sd4Q5)=SDr&9F9I0UYphl|!oW+C_ zm2g;7ly(lLF00n7=|l>f=&!>UgdCY=iTY2ih3OG;6VM(+JANV)ot=>qRoB2RQiMR? zNar(Mz6^_rD{ds2uV2HrXmx>)*C?~BU`t~8nFw{PZc7uTE%bt$JZgBuRj1wsY7@1W zr!IYo&KF@HP^}l!;+R^)3)c3DsqWHy6~}XMh^o4%IZ+ylZ0oYg88III2JuERbKumU zCZVpmP#aciv7_t2+l~3!{nW{Yg_~=H^4|!>jM?dS`vU>B3}9(bJXlY?^ECC^TJ`(}n7w$6G7=B+lDk0rJ%-uCyrp^xYMO-}@i%Qxq(EqL1$Z(A|2_u&g~ zKmVg>;i=QgQ>TB*-5rqQ6SnpF$M(RXM&ZYeeTVIqKd_k)E>Y-^oI$LOG0+jKTwZ&VsC9vpES+ZbbQ*48Jf*tiRVV*QiVh=2iIC74g zj~MI+3%or>=Idk3(<+twAwj7hk6akoCISe2T(+uC60mWGyZ(#zmnNbE9 zxe`p<0b*z;Xwr;ej)tItOTezEJ7jS?kB*nG6ZlTVxi*ldCsVy$m*VgQqb&jDNSOg; zsu=)2?FiA`9*sFGGgmT$U$AsprdLcjA}L~pFUW6O zZkn{sUeb^8Wp-v3JB5wh7_jHp9NDazMy0>PGc~{`EBE#yRjTI8aGSe_eB#8_HT!;J_-SP%u#)V^vTLPtAVI~`rSw@ zh0Upw^l$h(!~l6iy_^&nww5K*Sn-y=7RA}6yG;S$0?ot|e!QG(=ZEnkTkV*If{8U@-ou9W^{M5uI_oR2x zOPx}`X3>UUoP(h4*vLYycNw;C9N-7`ZYZ~5{DG7i)wpdWgAL|ApO%qz6FXGw=&&0# z)-M8SjK};5+Om?Q!i9ke_qa*!E)%bf9rF{OaZfc-d%}x!f<+bAL`@2GddoE7ov0~O z9D6FV;Z~mm6TTI+F~)HWI9lwRm`nbQUoU0cKkn1##YCXwH&OP*T0L*+x0?F(YGdiS z9vk=T08Ia#ST!CPuNn7d2$!&H+&Bjmb+KJ-)zeGArBYzjG>hgG4wMtE-*b$+xY9cz z{LnN}i?$mo<+67H?8a+xm|0-l37e7D&zSkYfSGR(JF=Gy_H~S(07)Ddk~QfbxPu13 z#WkiJF7Y?re8D&*gE5H=@n7&gqd1xwCCaQG`pC_Ql7%9j$^?1 z25`%0LS*PiwXwq~u|HZ$)7d6TxTY?kaf4w$*M|``NSi32Rff%Y30zZ(>)v#|<-hMQ^zKo5_Y``cReGO&XIsAa zOup^8$y1M-yNWHL;_9Bc#=e;^=NtDHo7#%ay@lqjO7qqSNAk_P-(R=+)ngAXJ@&gA zeefv@u6wtxZ>Dp86>cYw!R>`_wJ!$N76aIl-&hQ^(Es6s^EE)+r^GvDJ@REwKv zccBNCZ3gBNynBE!=21E(h5P*T1TNFl@G(;1q(l%vw4id#X6o1F`S0CKW^&FV>KMhH|#(sNXzD4NlS@5?)px#r5 z18^cj^Xg*zv0~d1oLfg*6>8|9At zIK+sQr9|<}I<*v1F+i3c&2USr?sJc$M_D;Kdtx_P?_j*-ACzq_zas~G<6s-8pW^5i z=@Nn^5St7e#6=eR5iGZvmKM7yE3BjdaphK0-PP8@_r>&}2&VD5&yP3YsV6A)Bn3MV z7^fLeX@|5vk*UiJ!xBy~5@aGZU?xmG*pplp_9XoXvn5!Q5WfX~Z1*>7lu!*{ z(lJ!}`pE1S^iIW9UHMo3Ug;1~=D`g6o4#g)94v!s4UWq(cKmEvdfShlB8i4?xF^Ep zCP6Y(EcZ@k=8O8uzGAiuH+2-jYw9T78++RS03O)~*}dkK?7HuIaA4MXc)6FhrXWEP z{7604fBSL6FcIc=<%OOpe@A;vN1fsL6|E;(4@fv#T#$Yn8Sb0;p#s!U#2Fs_D&k8t z){L(QD_coi-A|2dM}DU0)m?+%3f~Vuh`#eYa}YkCbDrl6>K^i~u*d0(c*OmHH&TpM zZ#C8NINh?or%F^;PvZP^oXCdY@A1b^RioWZP*1}0*}bjM^{mqM?EC(}o%XyxbbnQD z!_j>B7_5rjCrk^1x!bN-L$^=ed1}#Vwyj@uT5KI3xlOhUCSGYOcNm{GE<=U*V4(@LgEU7qhXa<^@VyavzACs-wA1lm-!qr?vtu{A zHqJxt%Yx|nr(lFA%`299(Ukeg)QtI{a;()Sddc-F`^8V?kbLV9;jc2elk7Uo6Gh{X zcvQ(DIY3iub&d%;qUN)bJ@|$6D0{(>W8pg~^8%s2GBPH|BB3R2FMxuv%RqFItoJm| zSkQ|;D*X}0=RCOV&*7K3+AxKw^bT%evhkvB1`jABxV1Fi_%kkpbNw=sK0_KI`)rjN zSar96;j0SsphN!}-Y2QN;u6`;YLRToTIsL^bC2gkY@7&GOTd-{;s zPV4Y8tV~Uo$p4J*mDV<45=T&daETbcW|UI0kf2`~ub_9!d4*cbos`SJon5<}z%*ax z@@!$^C8zLJ?y=BTXzW!QduQ4qs7`vxj5IbiR`9P={Oe}Cv;OUKWk#@E_bw%{yI3E_ z{$t$=<`f{f<_oBldwBJ7YBp}ocm~Nl=(AIRXJ#XuMY&CDyx~wy+{e;zK8ya=ke`9I00V1{2gQ*@YB|MZ2g_L!fEwGmSmH#+%qMHMhUDNR zL=z!KC4z-OMSTfJ!gJD>j-nCSm-me(LkaPzPMqtjE8L%?&Y<7FZ_{XUe{~r6 zC5+(D3Io~BK^=aV4HoAl)p$&`bxXAD!@J-~WhLm*PcxrL7eqkQYFZZl{gSiwiusr! zrIhc}O)vOXHIobajjk1HVyCt-mutu1dA=F@w~%s_o!cZ4_J)Cim|)2ztkS#d$MlrQ zi0!53d$3=nTl_07)nRpL1>!c~^V)D9@%?QD=SIc3aps!h z+(Uj=yQg+@7pqy%`r_v8nn#sK@pjL8H!e%~32h4*Pyz$&42XUu*bnAJr)_KdCUZ^U zcfISeuid+Wag`+tBrz2FTeyK>WoWNY_MZ*bzo88xtZxQ6F9-EZoh;$s$XN-ZuU@I& z*=lu$I-P)LIaJ5S$qJZ0>+Jt@kZwQ)BCVedqywTGTb#fK&Dn-?fY*$BL0B>PNQ8lQ zDMT$@Lqvv}3%V~AgXwK6wUprc1!`y;UV%SVX(u1S^@m3pSU;R|9{!XO-h)?Zgi9u$ zDLP9S?Vi9vr{ks@g6xEM27V=nh)r4eh3fD!pvq9(39W}Qx)k-d%TudbzGxiH?M&q;HE48(}q%TmLx8Pk2E)Fi5x~cfPu#wRdnmz&# z#F-Nhw<&!G-ae5#_kwcd1-N6}*_ZQn6#c6vU3>wh$rxT$&HF;F)sGsF4&!ux=C;Z? z0b>FsndUNz;A~~7IKvc;*q4zRlc+t_rJD`(gaZ6SK!W@tHAFw)%_+2W=d2CI(5^!0 ztP(m4=Ly$Y(_@Q;AKZYg4a@dFE?PY{-(m}doCUYpcEm&n!ub|(@4aDeZGE)=m0JkaMm9Uu<~K*xud{xuS_TF=Jr0`x8Arz|XCEQTV4 z$c>R5s>H8qyYShXM^muk($*XzA9k&nk2`D|`LO35J8(%63&TBuZ{kz~|ZO9ND0qX#H+Q8 zHxluiazw;G#KitlEs9}map|>UPZM*F%x>_b13$7N$)sk!7oOf-xZGU2Sne2;A9j4%P{p)S7 zwJi#WE*>%2P3xy^uX|qeEDDG&)~+(S?+nnf&5Ht}ANB4sVM92Ak8YR-OcbYZ@r=30 z6wJX|apA4#{pg~AyT!AnT2ouDal@j3-^KN4GWO&@*Fu%Y7fIbh{W?V`{tCu_)kY@fp)PQ*Ew& kM{d_M@2vf^^?$s6Q9#1td6UD`pKIF&8#Rm#CO%jHFQ7z=y8r+H literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/hashers.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/hashers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab0aa9d39f3f4bbc42c65725cc41a4f0442b6aaf GIT binary patch literal 29998 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 y}d!XP&ANR1WwskY!-#4o;%0U*YT%I1sKrHj^O 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 AegFUf literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/mixins.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/mixins.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18be0e63efe9e5515d6e871509a6f95c4f8d2afc GIT binary patch literal 7011 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/models.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbf7f23c9501f1c9643329942ef21534c220fe02 GIT binary patch literal 30004 zcmdUY3v?XUdEU&vurFX23oPCQh5+&6V@Z*sNKqn1kRT~aBqWoNW5JKr0y_YfTI@nI z3zAraF(N53XelLC#U@py5mdVgX~_-qG}F`A;z@Fno;=PXfCFetHOh(H6E{gqanagl zbJ~9Yy)(134^R)w?a3VMKX>ljd*?p>|G)qL-~V3xX=SBbz;*t!q1efjg7CNWpkEFx zko%D+2$zJY5EbLXgg7LM6t=`I6V@Rs3tQv13Hy+pg>7-iM8#0WgmcKrp6zkhgnP)% z!j8CS!aL+;;fi?WMAc9g3p?Y!3IC9vgcp~dtMl7u?RX@WvB6_j%X9wup!zE*cojB?24`f?2fhq z_C(tNds$8iIoE%{H#V}A?MT@nSI8URuxTyd#Nsy~zEj?0e0wvC?Lut#8x}3)mg%0} z-XG9Iub6cnP031RI4&b>i%d?c>^_wm@3mz8eZy)>iHxKUL{#|+RaUY-J#;*hh>Xb! z5?4+{o|eOt5mh~tRHBIR984xsaw0W2JxPW7AD5Mhn5xE-iGDc|lPQTyl@rnML?jl+ zgJU8YmE-hX@1cpw)O5aRXDT)!r;`aP#ycjbQu5hUI37t){{W~~~!-HS$a{!lw6lG@DDRU|RjE@@(>u|v7`CU?$;gPTZtXu6NsJ}?<%#6he);s) zlrkM1?%D*?bF>W>g@6pSm7kR#c*Bs1mn(cx?WNy5X^;Y1`gr9|T4 zr{!t%jZKx~ql!d1U7&nW*03DU+WDwaGl3tH(u9E01(4oQ(wCvqa$Av7JqR!>toUj! zoIQVbCAjWpgS7kKt2Ab7qB{7IVQ^0VWLxZO;`2$vhF+{L=FN^73+nO{u zy(+2GYD%7vCY9vrSQIQTBAtm$OR1!Ui2}T_AT46mNqHnT8XI9{5u-wmL{u76l2ena zlpJL&Q4P7vd`tgSOr=CoX&9eDWjHUBBGCzOSmITirQxZRG=W+~;%ZVFmi2FqPQ}4w zrRn69A|=lxB%-vCL=7q_gT9~^)IFktbI0S!GwL2*IU<@ZEO&b(8f`Zvmg2FASc-Fh zYGOCqI2?<|QmkK2$K*4t;yfFsg9%naDod4r6j6FxfT_b!zyd)8P=LS zlA@axSyJVcG!{<|N8<5m8Wf4xCt()v&&^UInPTxeDrzrSVX=goiX=vW7DrPO5N$FE zEQZiT2(1F6+K)$+X@*-`?Q-4{^r4X{MF9_|s(hrPSV_qQ z@}Un{X%LU_C3NhFB14XdO5-3NF!pvSshH};@|39@%88_;afk|1gq1fUE2#*PObU|) zNKcU_r-tLP5yn%Qs1j-~M}{iU8zc`D9ZphV=yC`F$qD2eVSTRG4~Qhm5lBO9qS0g< z8*%X;{2wqGh&Jwt$k}jQPK>3-)B0@3h70e!kfw%{VD*%NO_0!^N5+RNIg+R83GAH`4Y0eD_`yT0La%gbMy z^S<5MHeb2e8p=4ES6Vh+c_h=kE7P=l&X=wE)OjZ_Wj}I^m<1#1Vfy8E16&dy?BHH} zy(&gUyfH+l{QFnMe{E%gP1-8WNWB)`bN3*@RZ;22O{I@<*&|yK4nqqGhtmPmKxlD~ zQQCR{NE5T9GjPrh0{qi+Gfn00Vd~}U^pRyxU(WOtOX~dsI z{ReujY&cn)vL2Jjr5r#KQ_GaYcuv=uT4hR1)l)kF&@zARrOKBoGrqR@4a@C27TR|# zw?DMd{?KB3--53%+Z z;#r}A$hr?F6&W-2qw=&ST^{T^d9bhl5Fadw5;A#;Dyi%zaF75sD(j8PlcaSdM!^4y z&{5e&$q2BKegT2!h4(E%yYp5^@V3m|x9n+N@HD^DcX{;Hqt`l?JonA^uheX~c;9l( zhJ~69E6$n~XVrzO^HpyL>n{H6Vz6tq!dB~;J$B12_@%ki%f7Y+U)$^A{Kl_WUhi1) z?VEl0Z>riBtJcpR`Jv5bKOw#^5WMXb?R#!JMEe2pmP1(oK&I`1*+;);YvBk_wHv|D zxOC*tNr=j`6s~Oy*`iiROZKP@&@pX?Q0_fKl8dHtr0-#zbr4KilgdfkW0O7UNtl^g zYBNI|EYV=C_;8NoaE7#ceekSbGa|GGEgpzy82~NONcM_KJ8oAkjIvmiN;Fv@+qaqP zTSlx8BZFE4V2JgX2j|W%`r0$jc1~nwGN-yehhL5`{!xg{AEwUF!T$6`vp3`Gy`vI=JX_Z$UKZEcUa_}|4G2!6N7lF>ukobXx)kyvRd(hVS}J`KWiqe6H#=-=u~2a z6mb~kQq$VV$P-0<0j-NSFgX>EYBH?R?cFCyErcD7p+Yw`IZApOsz|BNDAaYNuJQJt zp;%U0RMRMtH8l=gLZ24kg|uahq)tHwMQ@MAP7}5PiJ;$%zzoI`b76QwCL~d}FzIr|lfpRfwP+>`DV_f(LWOEvX^s@u^tb>bl%Kdmi z9FzO(!|_Ps=>k3gDq>fT1jIZaV6v>i{!3+BGKSr8A0cGsLadz)dDg*4exTP;%+;7A zK($cz5-4J5`zh|T06&MH8U)}HW&O)(E>SvPeR{#!%$eDKye<&JXqKXe@;CvSNX(+sK|H4`d3!Wj@aHKBv1>j>O`o66I2-ufWS%XJZ>8S8p<$#W1=R-or%*K(j|A<(np z43KzrZZX)oQWb!NRpXd_^nI`3Ykna?f|SL+@qGc{wo|k>(!8Y!PV~tU{EW+@g>t`u zKptQ7W?Hl86!k~&c>{4dW8x{ok)rD(3W zZx4k%+|t7=2iZVAyZ$kSTA6hkOIa0MV2&bIkqN}?B$@-2klM+KG%tLXd z0cq3<0AlmFxCUMm=GKoeeJjlCk#1wTxS2jwCcyScgg;cZ|2%|J_L-QLB(zKnMt zG{R;7h6VqI`6m|ro967RPNBK&wa_b}6|euoBj+Dk_O>i|Tb8|D3*N3PwqJK&buahq zUg+7q+|$3%(+^X7vwO}5wWqdYxn}1=&CYA%i!~3;Iahp*bEymI^XZK5==|<$I~ROM zuO9=Lv)ydyoF89o*g9u>u@YweIS=Qn)aCj`$j%679Dz#$LmT~_=}t&9V;!}|1PyHn z1mAd*MGk`G}ftJ1`ZugYV#8TrlyBDF{W{IHHxCVaCG>pqa0o+6O@RJJ`p?BM<0Bzd2G`SYmNG^Ae(w0 zz^nkRz~3{MTK07>_`0t+uXSE;Sn!>A>vI5ewiT!Mg6q8Nvh6kJE6zFBl5_oCMufEM z-17ij3;Su03UoM&S%>4J1U=3{dR(tH9XKh=lDR*6dX;BTJ+himH)rh;8aqWrSV;k> z#l2Y>j+kgE-B{3_=2yQ;xeo#`1@B#7_nIAA6}WKf{He>S*Ur9jcJ9<-RnM}sC*$m4 z-FnL^xS$3S6Mc4PpCEo)+-JL9fxtk)I--I7RA)>ZwsPx;Q4woG+JuOnDW3+bm-#eo zy!0s)CF@r)6+z#(4P>1$6{fPt=;-0Bmx5D}@rmJpqq@OZqw;8EDxOlNP|8*NnnDQ zhATU-^(^=vy&eb1I3F#~Ru~drMB$n#p?t^v)H?Srh6ytIL0CVBn{t-G&jJ*8px2C* zh4gQJ^IMelVE}HB_@G`4c3&J^4t6gDbp{b61`#~5>^qThp2+x4+)@1~?Ag724)MEU zpUrkdup?L=YySZ$KRK)gW|!gUdEqH)nGzLGUObB0ba4SRcdeC1&&t!m4})PtJIYl?2@tuJ z#S6biKL(wqTgp(E@%G=N9F?kDNMij<&U?%xW?ORZeAiRYji{F&S@d*YNiBGGF!7;p zF>oN`J+NZD9$55jx_0k^XBT^YXfbd&<30TD$0JZUhJC^Wx&|&7!f6RE{6EH{yD*05 zFixeYuqKPB))|2@+Ua#>Tqt?{$Ak=X0E}5clye0Qru$RCh!4SR$VcGWzWWbY#2XKY z2L#)V2ki)tn8}gC#29k>xNc>e-JRF1%B>ScO%7JjFKA+7*G%3zX??l}(2?}-khVo4@r?aV=NmR2dy;f6GO83^Z)ndDd|d;Bu!vVG zGCX<`;nWlii>g8lUmhXV9Jl-E!i-~VbjxBa);r$1-q3>=DyL`*pxy` zw=l0Eks@PxLet4K2M#7cKc(e)3Wmb5sRhDx`dcdXZ#~Y=xFbd6Ax++LOvmHL4SFOiTjc?nP8!I%uX_qm_S!SL$yAK)81Z z-kQ0GZq_$1*Y_^e_g=Rx)$g5q_@*y#arX=7=EcACtzTK!IUjlDvoEu7X-kX8u75|Yx>0a=E3W{A#)h)qNS%m~BzOH+r zuKP;GV%@g6BR4&Pi@PpAy5#9uscF(y()_h6O&u#8J6CG!Z@GlpPIz9`BEP+|>XujV z*Is}L?S(I9oJ~wBgBu#03+DJtUff|5X0&B?<^b5KGJ@m2xaw7S4nis5WJTV! zI)SJP*&JYxX3nbF3cMn6f!a&jEhh!nsFIxEE*Q)#iRK8(*8ob?wIDZnQ2C}62jz97 z%~AR<0L%(E1HqR&XCGbhw9WS}cs9-U->j+UNV-_lbsL7p1L9l-N8$eOdDgFZ>zBQ) z3*OdD+s?rwl}A^%+|o*C~vF!S`rLpTjSg0pL1C zp113R^s$B&o$=Ed)?!h^G|Uh1VTO|JWlFYXAk9}q3&&geS7@yA8bHYy)rBKdWS1%) zq^~3KKT(FK0hpj+jFU8f|AJ?8={P;S#yE98@Qt6j@-x?>i=7W#?|-XfvGee9+u`qd zkI+y(Yz!5YZRv=3MFB>X&UmxFC)E~G|R~n`nZDl zIx$LClQcnIK_=pJfo#gV^wLbNuZ1cWxO`h)?6$%2yF*A3PO)o)px8v=Nr4=~&j@F& zPYN)6*zRyMRiC6!m$V?ML}FN|eClz-ZIV04KShgG>NqCPEh8~yWGcq|(zLZtX=Gd; zc^Z?c<~ZfVY{n>S@Nlo45wk+Q!Dv|dRSJ=mbJfO)_p1~^ypbk)5oLwF5j5$myLe{az2w`p;;p@9vAG&oe0AIfW8O9&y>f8L zx9#ovW(=(Vo?9+tx#btU)jwK=qpx&Z5M7Pgnuc3e-0!G9eC1bb_F2B;>hsudxJAH{ z(PmV89SMu6_5(&76Vy*W;)Zd{${iFK23TL*3JkD;`dn*ZflbE(MxFL_Ei-{Jg44UY zrxzaB`oloEk^Cmw%tliAHH6f{f%9qftCye@0Y5bjooC6n*%-QD%W|-5 zA=ovax-xie$6|2TvTs+$w@Vwq-T488xZvOYTZ1a+0MQu@k(8v+wvW; z&*}KC4WS!WJ0fp5MGCuJef9PmHCBqL6DeFz;R25r684B?=ZI^41k&Dsfi^9?V1c5T zv@L6qw$1`H!tVNTgsuErR50tOuGbvXX_`~Zjp4VDl2fCVQ)3TBuvwFuYS3X_o(|1L zD!-0I>uFSK*lYQHSD)K{!-bKv zmy8f2$KOS5J|a18{>eva4Pp#^L}F|yBt~<8gD9&RQJN#m66bHA2RL#5JB0MDHJqu| zn`qNqkn)>Ix{XFNjsTln*P_vkv}4J4uQ8lNq@jgi=t}Aue3c$r_C1vGJ){llelb6) zM5Ft~wTZM*yb|nlS$<#at8jeBhR_X*y{}QcQ6W;;03Tta0gc zp0-wM-h%UCeUg~3k)b(%EdM0(WO78Ex1?lrjA<6et< z1MWfG8*#70y$SbvwneakZ4qpo_V>1$H_xfZV`pQDH20S2!&U%V(&C%HnBII@eOToB8R69+k&AmCnj=`GD-Yw87_$p81mUkc$3G-^__18(Y`tnx@yT* zXloQ%*SH*?4AX``rHdSP3{NlS{sc*ud1#p{VDipl?&omh zLAS&dt<(@-bqsUy zJeaVt#T=`7e`>uIDxfKF1a{>JWefc!rY*hJJHhU|l(2f5p>iz%=E;~8PfW1%4i{UF{R@UtgjOe*X-bN) zeF5Y&l^+bv9z>pQC3q8!VbdhABfk{;De7Q0oRQOTr=rcO%$TLi((v*-Its+rHf*r{ z89*&EK_xaD)!~*hiFh?dxdYRn3Ez*(OL|&;{pO zQk<5i49F;m2^~h4&iTPBJFYnvA$K`3eJ#Q8L*Qc882pcki>Yxi zoH6D-5aSM~gxH)5g{1$lc=wZvhkz5e+P>q}k+>E*+w>=@R7-vSQJ#^TGRLcMdk{<&vGFh8Qg2rp6Mc7K3}2eS0&`y&2zLZ2+vOfPNYJ;Q(UR^5Rq~v5aD7 zpIUB3oEA;yAGQEvp2Q+gp-#oTgI0lc&uuo%L**j@Lf^WI=_b$pP0Yb4XN}2=Z%fr? zr`W^D#8#!T&vXjz+q$RIc#?@;`FcoXr^Ra$?TThi zOq2PlsVbIpnBzKIGcpwb-*V=oABmTlW%=gb=w@z|GK$M*r_Hgn(FL=7@yt31kDsq# zK-daAvo&3{a-S5#NL8RoF=JM`@$vlB%>?3*ZuFQXLheR^SYZhW@Ppg;m3^0^%dK1g zvUMw@n^lM4Z@nCy@4wQq=)+#OP^nqim|Rbx6h65Ee>9vi-#!jr-E}&yBJQU*q^B3s zoVjnvnxiZN6!ynA5tD8z=?}w>bb&gA4DP5D zW#bNPD7we?E&Gl_tE&w~5-Bo|-Y*MZwiHN&rlS&cJxTHBt?M{Sf%3D zo)zSUzTo}C~1_$Q8q76 zYIt741xVFVS%aM1s5K)9_i)?tV`REF-MqVi-F@A z?{O^2E(H!;cL6N=4rH7M?!q(PM42T5`6oyWg!rFtB{Md7Qkk_uI1m^kUd(G0@x@kJ zj?ismnjzX}<~l0mtiM7V1`ZFdF%raYu#P}1R(Y2I=|K#2ip z;t3SOl>uMl-Ns_2b{*CMUF+uhR~py7*7{2872B1O#m4Q+HQN_zw!dB9f|VrKI;{Em zYjKK5?T$M+(qo?ObM)0RyK}&C!)2pzl^w7^m@^pKG35BkWeJ_FF?IOo4Q6sTwnXzh z;kLFk%QtlC4$IhN#W%O*xych)Hd1kzL_ETd34(P2vWSl3J-rYJXb*lqec@b7c4S?b zB@?t+c~HnmonBuuYE-z{eECfpyAGtqZ0jwZZQt{CV)5tbS^_Dfd1TIw1L*whC!1;Y zUN6S|{4P>V5_LMpo10QH-;!lk`8$Aujv*s&y1k@hN-V^`Lp?(d5o=Dn?*%twdFB2B z3779P?cEOFwr$v^xm{#?pL&~$j5>U;sTZYZy$6!XxEx8C_HEA~UU`bZrwNeZjP0|| zGP{&n$58guyBh@lkiZ`k_>TnsoIr*ETRbG9SN?{;_X)5i4C;wun-V!kCOu zH?m^Ckz1(kroG!;3pHJDJ6#!f%c67Lia+>vpayO&mA&w4sd2AXRIn}FexYi^+^3f- zI~FQCR-Bcz1?lX|pT!O&E%jEG8t(CR(n|CC)f#t|WA-q-JQ_k5PcPSRS*YK_H!fxB zdl!QndA>~T{fmJ;E5SC(QCZR8fJ4X+1ERg*eE}fnaM*X}{1*E|Ij6&ZKZW*-IqYiM zMZ22z2C^3z=^CcHOmPm!5}h3wG<; z4>OmqT_4XHxjgJ!#Bhr)R=>Q7-S%dsPNzeaEDu?6iY}I?%J`CxJ^S_NH>-`h(i_LA zwMq!+IkcXu(VtBv_*n_4V0Y)1|xkF#90xhf9Fs$4F5RakQx5hVHuzW%K)u&!dY>s4f989)~g@E2bQm- zf6GmpUmx}*Yo=XjhnNaRaIBh2{&sPhobt$+8Nu#bI_PE;XTmVoKFZH6{mc^23Sws? zZ5c@-V+=c&%~O!JSD13K{aNH0sBe;C+k|y_HzYje0)HaT-K+$QeH9+20Lonr&{LHd(Q@;B&c8;-=0@ZAl zO#8{OPmFKSO}j^93Z!&uHeCBzMp^?%yXf#b7M-qSTZeGAR8&DO9I(I=c-h_yV}0a) z)B4Dnadt!tvlmb;*?x2!@Q0b6ZA`{eK>nbrkn%hDUe>`~BGYo&a`dGZ_=(U~Xl$KJ zY3Khy6yP~S(h~`s1O#h3w{4SuB)Wxk4R-Pp!;=wgrB0xa(jImS;i+USK}R$yw5rQ? zy%jJvD`M%&Z3D=!P5}Ks;A9;fi(%`v->EjEGh4Y}=4RSzg)xWTTXML06lzkjC5*S_@Xm#*2qUGPX6UTQF}-lofY22VUMVL#@Wg% zZbPhokx1gfkF8o2T8o(Hds!pxm^fH30}=U+fN;EPzZ!h6o@i`|!Z z%|CLj_S;Rr(R9tb;5_n{W6^npv!_G&La$U-hOfq}Y=Ejxcp5h5BX%N_=|BKBd$NK0 zUzEdrh)$H?GCz^L@?QziRwial%~tlqcsz(>b9oXHER`TYma+FRXYb6zn(>aT=g{%K zqsPLBj~+VKpRIc0n}C4fSI9#UZuy)g zjmRL7Fi?xJAVS#voJap7r6=$mLYZR#KOzOeZg;+4B{XecY}^4)-FJO$`uR=J6y`R* zP`Of5hh3Nu{#U$%hMrd;E^shi^3qf%c1a z%hl@_s@K21e*W0kw_YFlliH=~f!Rk^{L)3ovR_*8ORrbYKk)U|>j&RTE%}el9$oRS zn>)PhUAN#}_ex~mx7fN3KKb6gvxioE?Np)m1z$T=D75HoSobp>G6P5!dCop$^B+f^2O+Yg=e z%(0EScLYD<()np_52Et3breVBGNIH0q10Ob08>NAw$r?wwLJku)oiR3R2g4o=g#C$ z$t>Joq8$KA=Kw15B;+JWrZA7P(>b-J2Wa7P{F9S33))V&N7q_@6fSB8KMKXy_r&1C zVZ#0J@yGfP9V_EY;Zo1Q3`3p=WrdGwd=2`H;Y?B6dEUjxWIw7<=5UoGh-T!#NvcSo z@u4_{0JOvWX;Gk+)hf~6H8-=&HqZVKsIOi8E0ngN^)yY;mBY#EMI(>Vw?R3<74%?d#E1Im8RzgC^}V8bQ*E@;ogM1ANOY5$)BnPck-tqg^2vAT5%_Tsy5uo zpGv}={HfOCPX1Kw@TL-mI-pSDn00&$DwXl=PCVn_b>q2 zC1e=L3Wp2C8tOpmNM@qG#HOGDB}ik##_IrHl^jVEEGROh9Zl0r<4DvsnxuA04dy;(J14HI3oCYZELMS_;s}T3XK;{WZE+LP4{D`#*MjDUaH2)cKr(eyHxtNFwmYu4aqOTA zC<|uN2+^4g8_}v>6nc8Ie*lkiIBBu2OihJ0>G*r15Re9`I)I{l^Y@`Gh z*z!MAU*^Aim1|6J?Tef-{)a&U&3NGtXuN@JU)U|CclUl`l~TIVw1P@hu}vTOYP1wq zqwwwhg%v?r#zkR9MR(UAxb0a4nlpD9wRm)xWx050c+!3NxJe_JId2?*Re$(bNI32^o*4#GtJ;7UHK!iPUct9F+Z@CledtdppLYZlHO3J4@)Zf7*(fYl6fIePXarUM6h*IroqtZ1Twhp8>c}ELt`n%C@)uN03Ad$c zu-@B^K*{QNfpaj{<<`PQR>eP{54;6X(2p5J6cbQ6C$cA~jtf-89|06>8#B5Ji{~Y@ zJY&I$QiKDz7&T)=Uql$UE4Y>Mx}jCEVj)IfdHoEHrB24{n6uHyl5cy)xt({N_92vD z^5iAmtX$Wbt9F;p+YMYrZHaiw)Rva-V86uf_#9iELN zv^7_tK(qKuVx#S=_U3;Eu0R9KkD*|?AsqOmJ!q5_>hiY%H1`M1Uq<;))aM%u`&`G6 za&9sa!rhxx*gFLNGl9PbC~$9KYp}&5X_Wc}8cAy4kBQaY)sNzzu}@0@|ImC|EbwWu z(&kI%(_-Uee|S*&Tk6I4s26PjWas5}sPE$`-B36<20^GKO6EOMKA9#UsVXkk2>Pwbd zHb35Et`qky2KOxc_GFxUGQK?;i}E*$|5B{Cy==!Gwc_cUbul$ZQ{o59E2(s5T101+ z#iG9X-7{1t;wemy-cZ#a{q#p74}e#-pq+R|@RJxnN7-hnlbQc)x? zmZjPMT4ORQnWl?7LYH6Z-85B(+y5cCTsU|BT*j##1j|Ogr^xi3wZx)X%jDC1P56uS zZCY^SF2I!(`ZR$pXasXyQMOX(AjLINsD%Jr+4yOUN+*SS32Xwu$(>3PUR0@R?)mcf zlYZ=?T1a1Vj%+YX!EeH(|HxNo})0Q_hi zRqtDH&~DC(5R3};78t{MT$d5oMP4hr2|Pp~NMI`g-JM0W@1Vy$Ifs?pS={VE714e# zef;u=5>Z&pX17cZ9BYDDs|ng!S(T_kCa3cH7|) zH?Ia~hyXGFGDs}y^Ats9OC?&`c`Tqh!gK@$D literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/password_validation.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/password_validation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..612e8274efae2a161ea21127092221676a8494b0 GIT binary patch literal 13295 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 ZzMCRalRYjl2;LNun5@yrU&IMi0swV4W(fcQ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/tokens.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/__pycache__/tokens.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47f3e68412f4695eb16c45f2c26f7002715ec8a4 GIT binary patch literal 5879 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 c+Cs(g5J!!Mf(WmjL)I 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/password/", + self.admin_site.admin_view(self.user_change_password), + name="auth_user_password_change", + ), + ] + super().get_urls() + + # RemovedInDjango60Warning: when the deprecation ends, replace with: + # def lookup_allowed(self, lookup, value, request): + def lookup_allowed(self, lookup, value, request=None): + # Don't allow lookups involving passwords. + return not lookup.startswith("password") and super().lookup_allowed( + lookup, value, request + ) + + @sensitive_post_parameters_m + @csrf_protect_m + def add_view(self, request, form_url="", extra_context=None): + if request.method in ("GET", "HEAD", "OPTIONS", "TRACE"): + return self._add_view(request, form_url, extra_context) + + with transaction.atomic(using=router.db_for_write(self.model)): + return self._add_view(request, form_url, extra_context) + + def _add_view(self, request, form_url="", extra_context=None): + # It's an error for a user to have add permission but NOT change + # permission for users. If we allowed such users to add users, they + # could create superusers, which would mean they would essentially have + # the permission to change users. To avoid the problem entirely, we + # disallow users from adding users if they don't have change + # permission. + if not self.has_change_permission(request): + if self.has_add_permission(request) and settings.DEBUG: + # Raise Http404 in debug mode so that the user gets a helpful + # error message. + raise Http404( + 'Your user does not have the "Change user" permission. In ' + "order to add users, Django requires that your user " + 'account have both the "Add user" and "Change user" ' + "permissions set." + ) + raise PermissionDenied + if extra_context is None: + extra_context = {} + username_field = self.opts.get_field(self.model.USERNAME_FIELD) + defaults = { + "auto_populated_fields": (), + "username_help_text": username_field.help_text, + } + extra_context.update(defaults) + return super().add_view(request, form_url, extra_context) + + @sensitive_post_parameters_m + def user_change_password(self, request, id, form_url=""): + user = self.get_object(request, unquote(id)) + if not self.has_change_permission(request, user): + raise PermissionDenied + if user is None: + raise Http404( + _("%(name)s object with primary key %(key)r does not exist.") + % { + "name": self.opts.verbose_name, + "key": escape(id), + } + ) + if request.method == "POST": + form = self.change_password_form(user, request.POST) + if form.is_valid(): + # If disabling password-based authentication was requested + # (via the form field `usable_password`), the submit action + # must be "unset-password". This check is most relevant when + # the admin user has two submit buttons available (for example + # when Javascript is disabled). + valid_submission = ( + form.cleaned_data["set_usable_password"] + or "unset-password" in request.POST + ) + if not valid_submission: + msg = gettext("Conflicting form data submitted. Please try again.") + messages.error(request, msg) + return HttpResponseRedirect(request.get_full_path()) + + user = form.save() + change_message = self.construct_change_message(request, form, None) + self.log_change(request, user, change_message) + if user.has_usable_password(): + msg = gettext("Password changed successfully.") + else: + msg = gettext("Password-based authentication was disabled.") + messages.success(request, msg) + update_session_auth_hash(request, form.user) + return HttpResponseRedirect( + reverse( + "%s:%s_%s_change" + % ( + self.admin_site.name, + user._meta.app_label, + user._meta.model_name, + ), + args=(user.pk,), + ) + ) + else: + form = self.change_password_form(user) + + fieldsets = [(None, {"fields": list(form.base_fields)})] + admin_form = admin.helpers.AdminForm(form, fieldsets, {}) + + if user.has_usable_password(): + title = _("Change password: %s") + else: + title = _("Set password: %s") + context = { + "title": title % escape(user.get_username()), + "adminForm": admin_form, + "form_url": form_url, + "form": form, + "is_popup": (IS_POPUP_VAR in request.POST or IS_POPUP_VAR in request.GET), + "is_popup_var": IS_POPUP_VAR, + "add": True, + "change": False, + "has_delete_permission": False, + "has_change_permission": True, + "has_absolute_url": False, + "opts": self.opts, + "original": user, + "save_as": False, + "show_save": True, + **self.admin_site.each_context(request), + } + + request.current_app = self.admin_site.name + + return TemplateResponse( + request, + self.change_user_password_template + or "admin/auth/user/change_password.html", + context, + ) + + def response_add(self, request, obj, post_url_continue=None): + """ + Determine the HttpResponse for the add_view stage. It mostly defers to + its superclass implementation but is customized because the User model + has a slightly different workflow. + """ + # We should allow further modification of the user just added i.e. the + # 'Save' button should behave like the 'Save and continue editing' + # button except in two scenarios: + # * The user has pressed the 'Save and add another' button + # * We are adding a user in a popup + if "_addanother" not in request.POST and IS_POPUP_VAR not in request.POST: + request.POST = request.POST.copy() + request.POST["_continue"] = 1 + return super().response_add(request, obj, post_url_continue) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/apps.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/apps.py new file mode 100644 index 00000000000..ad6f8168090 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/apps.py @@ -0,0 +1,31 @@ +from django.apps import AppConfig +from django.core import checks +from django.db.models.query_utils import DeferredAttribute +from django.db.models.signals import post_migrate +from django.utils.translation import gettext_lazy as _ + +from . import get_user_model +from .checks import check_middleware, check_models_permissions, check_user_model +from .management import create_permissions +from .signals import user_logged_in + + +class AuthConfig(AppConfig): + default_auto_field = "django.db.models.AutoField" + name = "django.contrib.auth" + verbose_name = _("Authentication and Authorization") + + def ready(self): + post_migrate.connect( + create_permissions, + dispatch_uid="django.contrib.auth.management.create_permissions", + ) + last_login_field = getattr(get_user_model(), "last_login", None) + # Register the handler only if UserModel.last_login is a field. + if isinstance(last_login_field, DeferredAttribute): + from .models import update_last_login + + user_logged_in.connect(update_last_login, dispatch_uid="update_last_login") + checks.register(check_user_model, checks.Tags.models) + checks.register(check_models_permissions, checks.Tags.models) + checks.register(check_middleware) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/backends.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/backends.py new file mode 100644 index 00000000000..83525306655 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/backends.py @@ -0,0 +1,342 @@ +from asgiref.sync import sync_to_async + +from django.contrib.auth import get_user_model +from django.contrib.auth.models import Permission +from django.db.models import Exists, OuterRef, Q + +UserModel = get_user_model() + + +class BaseBackend: + def authenticate(self, request, **kwargs): + return None + + async def aauthenticate(self, request, **kwargs): + return await sync_to_async(self.authenticate)(request, **kwargs) + + def get_user(self, user_id): + return None + + async def aget_user(self, user_id): + return await sync_to_async(self.get_user)(user_id) + + def get_user_permissions(self, user_obj, obj=None): + return set() + + async def aget_user_permissions(self, user_obj, obj=None): + return await sync_to_async(self.get_user_permissions)(user_obj, obj) + + def get_group_permissions(self, user_obj, obj=None): + return set() + + async def aget_group_permissions(self, user_obj, obj=None): + return await sync_to_async(self.get_group_permissions)(user_obj, obj) + + def get_all_permissions(self, user_obj, obj=None): + return { + *self.get_user_permissions(user_obj, obj=obj), + *self.get_group_permissions(user_obj, obj=obj), + } + + async def aget_all_permissions(self, user_obj, obj=None): + return { + *await self.aget_user_permissions(user_obj, obj=obj), + *await self.aget_group_permissions(user_obj, obj=obj), + } + + def has_perm(self, user_obj, perm, obj=None): + return perm in self.get_all_permissions(user_obj, obj=obj) + + async def ahas_perm(self, user_obj, perm, obj=None): + return perm in await self.aget_all_permissions(user_obj, obj) + + +class ModelBackend(BaseBackend): + """ + Authenticates against settings.AUTH_USER_MODEL. + """ + + def authenticate(self, request, username=None, password=None, **kwargs): + if username is None: + username = kwargs.get(UserModel.USERNAME_FIELD) + if username is None or password is None: + return + try: + user = UserModel._default_manager.get_by_natural_key(username) + except UserModel.DoesNotExist: + # Run the default password hasher once to reduce the timing + # difference between an existing and a nonexistent user (#20760). + UserModel().set_password(password) + else: + if user.check_password(password) and self.user_can_authenticate(user): + return user + + async def aauthenticate(self, request, username=None, password=None, **kwargs): + if username is None: + username = kwargs.get(UserModel.USERNAME_FIELD) + if username is None or password is None: + return + try: + user = await UserModel._default_manager.aget_by_natural_key(username) + except UserModel.DoesNotExist: + # Run the default password hasher once to reduce the timing + # difference between an existing and a nonexistent user (#20760). + UserModel().set_password(password) + else: + if await user.acheck_password(password) and self.user_can_authenticate( + user + ): + return user + + def user_can_authenticate(self, user): + """ + Reject users with is_active=False. Custom user models that don't have + that attribute are allowed. + """ + return getattr(user, "is_active", True) + + def _get_user_permissions(self, user_obj): + return user_obj.user_permissions.all() + + def _get_group_permissions(self, user_obj): + return Permission.objects.filter(group__in=user_obj.groups.all()) + + def _get_permissions(self, user_obj, obj, from_name): + """ + Return the permissions of `user_obj` from `from_name`. `from_name` can + be either "group" or "user" to return permissions from + `_get_group_permissions` or `_get_user_permissions` respectively. + """ + if not user_obj.is_active or user_obj.is_anonymous or obj is not None: + return set() + + perm_cache_name = "_%s_perm_cache" % from_name + if not hasattr(user_obj, perm_cache_name): + if user_obj.is_superuser: + perms = Permission.objects.all() + else: + perms = getattr(self, "_get_%s_permissions" % from_name)(user_obj) + perms = perms.values_list("content_type__app_label", "codename").order_by() + setattr( + user_obj, perm_cache_name, {"%s.%s" % (ct, name) for ct, name in perms} + ) + return getattr(user_obj, perm_cache_name) + + async def _aget_permissions(self, user_obj, obj, from_name): + """See _get_permissions().""" + if not user_obj.is_active or user_obj.is_anonymous or obj is not None: + return set() + + perm_cache_name = "_%s_perm_cache" % from_name + if not hasattr(user_obj, perm_cache_name): + if user_obj.is_superuser: + perms = Permission.objects.all() + else: + perms = getattr(self, "_get_%s_permissions" % from_name)(user_obj) + perms = perms.values_list("content_type__app_label", "codename").order_by() + setattr( + user_obj, + perm_cache_name, + {"%s.%s" % (ct, name) async for ct, name in perms}, + ) + return getattr(user_obj, perm_cache_name) + + def get_user_permissions(self, user_obj, obj=None): + """ + Return a set of permission strings the user `user_obj` has from their + `user_permissions`. + """ + return self._get_permissions(user_obj, obj, "user") + + async def aget_user_permissions(self, user_obj, obj=None): + """See get_user_permissions().""" + return await self._aget_permissions(user_obj, obj, "user") + + def get_group_permissions(self, user_obj, obj=None): + """ + Return a set of permission strings the user `user_obj` has from the + groups they belong. + """ + return self._get_permissions(user_obj, obj, "group") + + async def aget_group_permissions(self, user_obj, obj=None): + """See get_group_permissions().""" + return await self._aget_permissions(user_obj, obj, "group") + + def get_all_permissions(self, user_obj, obj=None): + if not user_obj.is_active or user_obj.is_anonymous or obj is not None: + return set() + if not hasattr(user_obj, "_perm_cache"): + user_obj._perm_cache = super().get_all_permissions(user_obj) + return user_obj._perm_cache + + def has_perm(self, user_obj, perm, obj=None): + return user_obj.is_active and super().has_perm(user_obj, perm, obj=obj) + + async def ahas_perm(self, user_obj, perm, obj=None): + return user_obj.is_active and await super().ahas_perm(user_obj, perm, obj=obj) + + def has_module_perms(self, user_obj, app_label): + """ + Return True if user_obj has any permissions in the given app_label. + """ + return user_obj.is_active and any( + perm[: perm.index(".")] == app_label + for perm in self.get_all_permissions(user_obj) + ) + + async def ahas_module_perms(self, user_obj, app_label): + """See has_module_perms()""" + return user_obj.is_active and any( + perm[: perm.index(".")] == app_label + for perm in await self.aget_all_permissions(user_obj) + ) + + def with_perm(self, perm, is_active=True, include_superusers=True, obj=None): + """ + Return users that have permission "perm". By default, filter out + inactive users and include superusers. + """ + if isinstance(perm, str): + try: + app_label, codename = perm.split(".") + except ValueError: + raise ValueError( + "Permission name should be in the form " + "app_label.permission_codename." + ) + elif not isinstance(perm, Permission): + raise TypeError( + "The `perm` argument must be a string or a permission instance." + ) + + if obj is not None: + return UserModel._default_manager.none() + + permission_q = Q(group__user=OuterRef("pk")) | Q(user=OuterRef("pk")) + if isinstance(perm, Permission): + permission_q &= Q(pk=perm.pk) + else: + permission_q &= Q(codename=codename, content_type__app_label=app_label) + + user_q = Exists(Permission.objects.filter(permission_q)) + if include_superusers: + user_q |= Q(is_superuser=True) + if is_active is not None: + user_q &= Q(is_active=is_active) + + return UserModel._default_manager.filter(user_q) + + def get_user(self, user_id): + try: + user = UserModel._default_manager.get(pk=user_id) + except UserModel.DoesNotExist: + return None + return user if self.user_can_authenticate(user) else None + + async def aget_user(self, user_id): + try: + user = await UserModel._default_manager.aget(pk=user_id) + except UserModel.DoesNotExist: + return None + return user if self.user_can_authenticate(user) else None + + +class AllowAllUsersModelBackend(ModelBackend): + def user_can_authenticate(self, user): + return True + + +class RemoteUserBackend(ModelBackend): + """ + This backend is to be used in conjunction with the ``RemoteUserMiddleware`` + found in the middleware module of this package, and is used when the server + is handling authentication outside of Django. + + By default, the ``authenticate`` method creates ``User`` objects for + usernames that don't already exist in the database. Subclasses can disable + this behavior by setting the ``create_unknown_user`` attribute to + ``False``. + """ + + # Create a User object if not already in the database? + create_unknown_user = True + + def authenticate(self, request, remote_user): + """ + The username passed as ``remote_user`` is considered trusted. Return + the ``User`` object with the given username. Create a new ``User`` + object if ``create_unknown_user`` is ``True``. + + Return None if ``create_unknown_user`` is ``False`` and a ``User`` + object with the given username is not found in the database. + """ + if not remote_user: + return + created = False + user = None + username = self.clean_username(remote_user) + + # Note that this could be accomplished in one try-except clause, but + # instead we use get_or_create when creating unknown users since it has + # built-in safeguards for multiple threads. + if self.create_unknown_user: + user, created = UserModel._default_manager.get_or_create( + **{UserModel.USERNAME_FIELD: username} + ) + else: + try: + user = UserModel._default_manager.get_by_natural_key(username) + except UserModel.DoesNotExist: + pass + user = self.configure_user(request, user, created=created) + return user if self.user_can_authenticate(user) else None + + async def aauthenticate(self, request, remote_user): + """See authenticate().""" + if not remote_user: + return + created = False + user = None + username = self.clean_username(remote_user) + + # Note that this could be accomplished in one try-except clause, but + # instead we use get_or_create when creating unknown users since it has + # built-in safeguards for multiple threads. + if self.create_unknown_user: + user, created = await UserModel._default_manager.aget_or_create( + **{UserModel.USERNAME_FIELD: username} + ) + else: + try: + user = await UserModel._default_manager.aget_by_natural_key(username) + except UserModel.DoesNotExist: + pass + user = await self.aconfigure_user(request, user, created=created) + return user if self.user_can_authenticate(user) else None + + def clean_username(self, username): + """ + Perform any cleaning on the "username" prior to using it to get or + create the user object. Return the cleaned username. + + By default, return the username unchanged. + """ + return username + + def configure_user(self, request, user, created=True): + """ + Configure a user and return the updated user. + + By default, return the user unmodified. + """ + return user + + async def aconfigure_user(self, request, user, created=True): + """See configure_user()""" + return await sync_to_async(self.configure_user)(request, user, created) + + +class AllowAllUsersRemoteUserBackend(RemoteUserBackend): + def user_can_authenticate(self, user): + return True diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py new file mode 100644 index 00000000000..5bb88ac4dd2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py @@ -0,0 +1,167 @@ +""" +This module allows importing AbstractBaseUser even when django.contrib.auth is +not in INSTALLED_APPS. +""" + +import unicodedata + +from django.conf import settings +from django.contrib.auth import password_validation +from django.contrib.auth.hashers import ( + acheck_password, + check_password, + is_password_usable, + make_password, +) +from django.db import models +from django.utils.crypto import salted_hmac +from django.utils.translation import gettext_lazy as _ + + +class BaseUserManager(models.Manager): + @classmethod + def normalize_email(cls, email): + """ + Normalize the email address by lowercasing the domain part of it. + """ + email = email or "" + try: + email_name, domain_part = email.strip().rsplit("@", 1) + except ValueError: + pass + else: + email = email_name + "@" + domain_part.lower() + return email + + def get_by_natural_key(self, username): + return self.get(**{self.model.USERNAME_FIELD: username}) + + async def aget_by_natural_key(self, username): + return await self.aget(**{self.model.USERNAME_FIELD: username}) + + +class AbstractBaseUser(models.Model): + password = models.CharField(_("password"), max_length=128) + last_login = models.DateTimeField(_("last login"), blank=True, null=True) + + is_active = True + + REQUIRED_FIELDS = [] + + # Stores the raw password if set_password() is called so that it can + # be passed to password_changed() after the model is saved. + _password = None + + class Meta: + abstract = True + + def __str__(self): + return self.get_username() + + # RemovedInDjango60Warning: When the deprecation ends, replace with: + # def save(self, **kwargs): + # super().save(**kwargs) + def save(self, *args, **kwargs): + super().save(*args, **kwargs) + if self._password is not None: + password_validation.password_changed(self._password, self) + self._password = None + + def get_username(self): + """Return the username for this User.""" + return getattr(self, self.USERNAME_FIELD) + + def clean(self): + setattr(self, self.USERNAME_FIELD, self.normalize_username(self.get_username())) + + def natural_key(self): + return (self.get_username(),) + + @property + def is_anonymous(self): + """ + Always return False. This is a way of comparing User objects to + anonymous users. + """ + return False + + @property + def is_authenticated(self): + """ + Always return True. This is a way to tell if the user has been + authenticated in templates. + """ + return True + + def set_password(self, raw_password): + self.password = make_password(raw_password) + self._password = raw_password + + def check_password(self, raw_password): + """ + Return a boolean of whether the raw_password was correct. Handles + hashing formats behind the scenes. + """ + + def setter(raw_password): + self.set_password(raw_password) + # Password hash upgrades shouldn't be considered password changes. + self._password = None + self.save(update_fields=["password"]) + + return check_password(raw_password, self.password, setter) + + async def acheck_password(self, raw_password): + """See check_password().""" + + async def setter(raw_password): + self.set_password(raw_password) + # Password hash upgrades shouldn't be considered password changes. + self._password = None + await self.asave(update_fields=["password"]) + + return await acheck_password(raw_password, self.password, setter) + + def set_unusable_password(self): + # Set a value that will never be a valid hash + self.password = make_password(None) + + def has_usable_password(self): + """ + Return False if set_unusable_password() has been called for this user. + """ + return is_password_usable(self.password) + + def get_session_auth_hash(self): + """ + Return an HMAC of the password field. + """ + return self._get_session_auth_hash() + + def get_session_auth_fallback_hash(self): + for fallback_secret in settings.SECRET_KEY_FALLBACKS: + yield self._get_session_auth_hash(secret=fallback_secret) + + def _get_session_auth_hash(self, secret=None): + key_salt = "django.contrib.auth.models.AbstractBaseUser.get_session_auth_hash" + return salted_hmac( + key_salt, + self.password, + secret=secret, + algorithm="sha256", + ).hexdigest() + + @classmethod + def get_email_field_name(cls): + try: + return cls.EMAIL_FIELD + except AttributeError: + return "email" + + @classmethod + def normalize_username(cls, username): + return ( + unicodedata.normalize("NFKC", username) + if isinstance(username, str) + else username + ) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/checks.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/checks.py new file mode 100644 index 00000000000..f2f9a74a6c8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/checks.py @@ -0,0 +1,262 @@ +from itertools import chain +from types import MethodType + +from django.apps import apps +from django.conf import settings +from django.core import checks +from django.utils.module_loading import import_string + +from .management import _get_builtin_permissions + + +def _subclass_index(class_path, candidate_paths): + """ + Return the index of dotted class path (or a subclass of that class) in a + list of candidate paths. If it does not exist, return -1. + """ + cls = import_string(class_path) + for index, path in enumerate(candidate_paths): + try: + candidate_cls = import_string(path) + if issubclass(candidate_cls, cls): + return index + except (ImportError, TypeError): + continue + return -1 + + +def check_user_model(app_configs=None, **kwargs): + if app_configs is None: + cls = apps.get_model(settings.AUTH_USER_MODEL) + else: + app_label, model_name = settings.AUTH_USER_MODEL.split(".") + for app_config in app_configs: + if app_config.label == app_label: + cls = app_config.get_model(model_name) + break + else: + # Checks might be run against a set of app configs that don't + # include the specified user model. In this case we simply don't + # perform the checks defined below. + return [] + + errors = [] + + # Check that REQUIRED_FIELDS is a list + if not isinstance(cls.REQUIRED_FIELDS, (list, tuple)): + errors.append( + checks.Error( + "'REQUIRED_FIELDS' must be a list or tuple.", + obj=cls, + id="auth.E001", + ) + ) + + # Check that the USERNAME FIELD isn't included in REQUIRED_FIELDS. + if cls.USERNAME_FIELD in cls.REQUIRED_FIELDS: + errors.append( + checks.Error( + "The field named as the 'USERNAME_FIELD' " + "for a custom user model must not be included in 'REQUIRED_FIELDS'.", + hint=( + "The 'USERNAME_FIELD' is currently set to '%s', you " + "should remove '%s' from the 'REQUIRED_FIELDS'." + % (cls.USERNAME_FIELD, cls.USERNAME_FIELD) + ), + obj=cls, + id="auth.E002", + ) + ) + + # Check that the username field is unique + if not cls._meta.get_field(cls.USERNAME_FIELD).unique and not any( + constraint.fields == (cls.USERNAME_FIELD,) + for constraint in cls._meta.total_unique_constraints + ): + if settings.AUTHENTICATION_BACKENDS == [ + "django.contrib.auth.backends.ModelBackend" + ]: + errors.append( + checks.Error( + "'%s.%s' must be unique because it is named as the " + "'USERNAME_FIELD'." % (cls._meta.object_name, cls.USERNAME_FIELD), + obj=cls, + id="auth.E003", + ) + ) + else: + errors.append( + checks.Warning( + "'%s.%s' is named as the 'USERNAME_FIELD', but it is not unique." + % (cls._meta.object_name, cls.USERNAME_FIELD), + hint=( + "Ensure that your authentication backend(s) can handle " + "non-unique usernames." + ), + obj=cls, + id="auth.W004", + ) + ) + + if isinstance(cls().is_anonymous, MethodType): + errors.append( + checks.Critical( + "%s.is_anonymous must be an attribute or property rather than " + "a method. Ignoring this is a security issue as anonymous " + "users will be treated as authenticated!" % cls, + obj=cls, + id="auth.C009", + ) + ) + if isinstance(cls().is_authenticated, MethodType): + errors.append( + checks.Critical( + "%s.is_authenticated must be an attribute or property rather " + "than a method. Ignoring this is a security issue as anonymous " + "users will be treated as authenticated!" % cls, + obj=cls, + id="auth.C010", + ) + ) + return errors + + +def check_models_permissions(app_configs=None, **kwargs): + if app_configs is None: + models = apps.get_models() + else: + models = chain.from_iterable( + app_config.get_models() for app_config in app_configs + ) + + Permission = apps.get_model("auth", "Permission") + permission_name_max_length = Permission._meta.get_field("name").max_length + permission_codename_max_length = Permission._meta.get_field("codename").max_length + errors = [] + + for model in models: + opts = model._meta + builtin_permissions = dict(_get_builtin_permissions(opts)) + # Check builtin permission name length. + max_builtin_permission_name_length = ( + max(len(name) for name in builtin_permissions.values()) + if builtin_permissions + else 0 + ) + if max_builtin_permission_name_length > permission_name_max_length: + verbose_name_max_length = permission_name_max_length - ( + max_builtin_permission_name_length - len(opts.verbose_name_raw) + ) + errors.append( + checks.Error( + "The verbose_name of model '%s' must be at most %d " + "characters for its builtin permission names to be at " + "most %d characters." + % (opts.label, verbose_name_max_length, permission_name_max_length), + obj=model, + id="auth.E007", + ) + ) + # Check builtin permission codename length. + max_builtin_permission_codename_length = ( + max(len(codename) for codename in builtin_permissions.keys()) + if builtin_permissions + else 0 + ) + if max_builtin_permission_codename_length > permission_codename_max_length: + model_name_max_length = permission_codename_max_length - ( + max_builtin_permission_codename_length - len(opts.model_name) + ) + errors.append( + checks.Error( + "The name of model '%s' must be at most %d characters " + "for its builtin permission codenames to be at most %d " + "characters." + % ( + opts.label, + model_name_max_length, + permission_codename_max_length, + ), + obj=model, + id="auth.E011", + ) + ) + codenames = set() + for codename, name in opts.permissions: + # Check custom permission name length. + if len(name) > permission_name_max_length: + errors.append( + checks.Error( + "The permission named '%s' of model '%s' is longer " + "than %d characters." + % ( + name, + opts.label, + permission_name_max_length, + ), + obj=model, + id="auth.E008", + ) + ) + # Check custom permission codename length. + if len(codename) > permission_codename_max_length: + errors.append( + checks.Error( + "The permission codenamed '%s' of model '%s' is " + "longer than %d characters." + % ( + codename, + opts.label, + permission_codename_max_length, + ), + obj=model, + id="auth.E012", + ) + ) + # Check custom permissions codename clashing. + if codename in builtin_permissions: + errors.append( + checks.Error( + "The permission codenamed '%s' clashes with a builtin " + "permission for model '%s'." % (codename, opts.label), + obj=model, + id="auth.E005", + ) + ) + elif codename in codenames: + errors.append( + checks.Error( + "The permission codenamed '%s' is duplicated for " + "model '%s'." % (codename, opts.label), + obj=model, + id="auth.E006", + ) + ) + codenames.add(codename) + + return errors + + +def check_middleware(app_configs, **kwargs): + errors = [] + + login_required_index = _subclass_index( + "django.contrib.auth.middleware.LoginRequiredMiddleware", + settings.MIDDLEWARE, + ) + + if login_required_index != -1: + auth_index = _subclass_index( + "django.contrib.auth.middleware.AuthenticationMiddleware", + settings.MIDDLEWARE, + ) + if auth_index == -1 or auth_index > login_required_index: + errors.append( + checks.Error( + "In order to use django.contrib.auth.middleware." + "LoginRequiredMiddleware, django.contrib.auth.middleware." + "AuthenticationMiddleware must be defined before it in MIDDLEWARE.", + id="auth.E013", + ) + ) + return errors diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/common-passwords.txt.gz b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/common-passwords.txt.gz new file mode 100644 index 0000000000000000000000000000000000000000..c23afebf306a8a715638fbb08e31ee92738173f6 GIT binary patch literal 80228 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
    ~UxgImyOsf;iA@{nms$Hi#*s=R)_$len1(VyQ%r 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 W1-y!c`Tx6joc>>Uwv7T%dIA8HKJ?T8 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/context_processors.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/context_processors.py new file mode 100644 index 00000000000..0a88199227c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/context_processors.py @@ -0,0 +1,67 @@ +# PermWrapper and PermLookupDict proxy the permissions system into objects that +# the template system can understand. + + +class PermLookupDict: + def __init__(self, user, app_label): + self.user, self.app_label = user, app_label + + def __repr__(self): + return str(self.user.get_all_permissions()) + + def __getitem__(self, perm_name): + return self.user.has_perm("%s.%s" % (self.app_label, perm_name)) + + def __iter__(self): + # To fix 'item in perms.someapp' and __getitem__ interaction we need to + # define __iter__. See #18979 for details. + raise TypeError("PermLookupDict is not iterable.") + + def __bool__(self): + return self.user.has_module_perms(self.app_label) + + +class PermWrapper: + def __init__(self, user): + self.user = user + + def __repr__(self): + return f"{self.__class__.__qualname__}({self.user!r})" + + def __getitem__(self, app_label): + return PermLookupDict(self.user, app_label) + + def __iter__(self): + # I am large, I contain multitudes. + raise TypeError("PermWrapper is not iterable.") + + def __contains__(self, perm_name): + """ + Lookup by "someapp" or "someapp.someperm" in perms. + """ + if "." not in perm_name: + # The name refers to module. + return bool(self[perm_name]) + app_label, perm_name = perm_name.split(".", 1) + return self[app_label][perm_name] + + +def auth(request): + """ + Return context variables required by apps that use Django's authentication + system. + + If there is no 'user' attribute in the request, use AnonymousUser (from + django.contrib.auth). + """ + if hasattr(request, "user"): + user = request.user + else: + from django.contrib.auth.models import AnonymousUser + + user = AnonymousUser() + + return { + "user": user, + "perms": PermWrapper(user), + } diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py new file mode 100644 index 00000000000..4d62aec93a0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py @@ -0,0 +1,135 @@ +from functools import wraps +from urllib.parse import urlsplit + +from asgiref.sync import async_to_sync, iscoroutinefunction, sync_to_async + +from django.conf import settings +from django.contrib.auth import REDIRECT_FIELD_NAME +from django.core.exceptions import PermissionDenied +from django.shortcuts import resolve_url + + +def user_passes_test( + test_func, login_url=None, redirect_field_name=REDIRECT_FIELD_NAME +): + """ + Decorator for views that checks that the user passes the given test, + redirecting to the log-in page if necessary. The test should be a callable + that takes the user object and returns True if the user passes. + """ + + def decorator(view_func): + def _redirect_to_login(request): + path = request.build_absolute_uri() + resolved_login_url = resolve_url(login_url or settings.LOGIN_URL) + # If the login url is the same scheme and net location then just + # use the path as the "next" url. + login_scheme, login_netloc = urlsplit(resolved_login_url)[:2] + current_scheme, current_netloc = urlsplit(path)[:2] + if (not login_scheme or login_scheme == current_scheme) and ( + not login_netloc or login_netloc == current_netloc + ): + path = request.get_full_path() + from django.contrib.auth.views import redirect_to_login + + return redirect_to_login(path, resolved_login_url, redirect_field_name) + + if iscoroutinefunction(view_func): + + async def _view_wrapper(request, *args, **kwargs): + auser = await request.auser() + if iscoroutinefunction(test_func): + test_pass = await test_func(auser) + else: + test_pass = await sync_to_async(test_func)(auser) + + if test_pass: + return await view_func(request, *args, **kwargs) + return _redirect_to_login(request) + + else: + + def _view_wrapper(request, *args, **kwargs): + if iscoroutinefunction(test_func): + test_pass = async_to_sync(test_func)(request.user) + else: + test_pass = test_func(request.user) + + if test_pass: + return view_func(request, *args, **kwargs) + return _redirect_to_login(request) + + # Attributes used by LoginRequiredMiddleware. + _view_wrapper.login_url = login_url + _view_wrapper.redirect_field_name = redirect_field_name + + return wraps(view_func)(_view_wrapper) + + return decorator + + +def login_required( + function=None, redirect_field_name=REDIRECT_FIELD_NAME, login_url=None +): + """ + Decorator for views that checks that the user is logged in, redirecting + to the log-in page if necessary. + """ + actual_decorator = user_passes_test( + lambda u: u.is_authenticated, + login_url=login_url, + redirect_field_name=redirect_field_name, + ) + if function: + return actual_decorator(function) + return actual_decorator + + +def login_not_required(view_func): + """ + Decorator for views that allows access to unauthenticated requests. + """ + view_func.login_required = False + return view_func + + +def permission_required(perm, login_url=None, raise_exception=False): + """ + Decorator for views that checks whether a user has a particular permission + enabled, redirecting to the log-in page if necessary. + If the raise_exception parameter is given the PermissionDenied exception + is raised. + """ + if isinstance(perm, str): + perms = (perm,) + else: + perms = perm + + def decorator(view_func): + if iscoroutinefunction(view_func): + + async def check_perms(user): + # First check if the user has the permission (even anon users). + if await user.ahas_perms(perms): + return True + # In case the 403 handler should be called raise the exception. + if raise_exception: + raise PermissionDenied + # As the last resort, show the login form. + return False + + else: + + def check_perms(user): + # First check if the user has the permission (even anon users). + if user.has_perms(perms): + return True + # In case the 403 handler should be called raise the exception. + if raise_exception: + raise PermissionDenied + # As the last resort, show the login form. + return False + + return user_passes_test(check_perms, login_url=login_url)(view_func) + + return decorator diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/forms.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/forms.py new file mode 100644 index 00000000000..cd028870270 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/forms.py @@ -0,0 +1,616 @@ +import logging +import unicodedata + +from django import forms +from django.contrib.auth import authenticate, get_user_model, password_validation +from django.contrib.auth.hashers import UNUSABLE_PASSWORD_PREFIX, identify_hasher +from django.contrib.auth.models import User +from django.contrib.auth.tokens import default_token_generator +from django.contrib.sites.shortcuts import get_current_site +from django.core.exceptions import ValidationError +from django.core.mail import EmailMultiAlternatives +from django.template import loader +from django.utils.encoding import force_bytes +from django.utils.http import urlsafe_base64_encode +from django.utils.text import capfirst +from django.utils.translation import gettext +from django.utils.translation import gettext_lazy as _ +from django.views.decorators.debug import sensitive_variables + +UserModel = get_user_model() +logger = logging.getLogger("django.contrib.auth") + + +def _unicode_ci_compare(s1, s2): + """ + Perform case-insensitive comparison of two identifiers, using the + recommended algorithm from Unicode Technical Report 36, section + 2.11.2(B)(2). + """ + return ( + unicodedata.normalize("NFKC", s1).casefold() + == unicodedata.normalize("NFKC", s2).casefold() + ) + + +class ReadOnlyPasswordHashWidget(forms.Widget): + template_name = "auth/widgets/read_only_password_hash.html" + read_only = True + + def get_context(self, name, value, attrs): + context = super().get_context(name, value, attrs) + usable_password = value and not value.startswith(UNUSABLE_PASSWORD_PREFIX) + summary = [] + if usable_password: + try: + hasher = identify_hasher(value) + except ValueError: + summary.append( + { + "label": gettext( + "Invalid password format or unknown hashing algorithm." + ) + } + ) + else: + for key, value_ in hasher.safe_summary(value).items(): + summary.append({"label": gettext(key), "value": value_}) + else: + summary.append({"label": gettext("No password set.")}) + context["summary"] = summary + context["button_label"] = ( + _("Reset password") if usable_password else _("Set password") + ) + return context + + def id_for_label(self, id_): + return None + + +class ReadOnlyPasswordHashField(forms.Field): + widget = ReadOnlyPasswordHashWidget + + def __init__(self, *args, **kwargs): + kwargs.setdefault("required", False) + kwargs.setdefault("disabled", True) + super().__init__(*args, **kwargs) + + +class UsernameField(forms.CharField): + def to_python(self, value): + value = super().to_python(value) + if self.max_length is not None and len(value) > self.max_length: + # Normalization can increase the string length (e.g. + # "ff" -> "ff", "½" -> "1⁄2") but cannot reduce it, so there is no + # point in normalizing invalid data. Moreover, Unicode + # normalization is very slow on Windows and can be a DoS attack + # vector. + return value + return unicodedata.normalize("NFKC", value) + + def widget_attrs(self, widget): + return { + **super().widget_attrs(widget), + "autocapitalize": "none", + "autocomplete": "username", + } + + +class SetPasswordMixin: + """ + Form mixin that validates and sets a password for a user. + """ + + error_messages = { + "password_mismatch": _("The two password fields didn’t match."), + } + + @staticmethod + def create_password_fields(label1=_("Password"), label2=_("Password confirmation")): + password1 = forms.CharField( + label=label1, + required=True, + strip=False, + widget=forms.PasswordInput(attrs={"autocomplete": "new-password"}), + help_text=password_validation.password_validators_help_text_html(), + ) + password2 = forms.CharField( + label=label2, + required=True, + widget=forms.PasswordInput(attrs={"autocomplete": "new-password"}), + strip=False, + help_text=_("Enter the same password as before, for verification."), + ) + return password1, password2 + + @sensitive_variables("password1", "password2") + def validate_passwords( + self, + password1_field_name="password1", + password2_field_name="password2", + ): + password1 = self.cleaned_data.get(password1_field_name) + password2 = self.cleaned_data.get(password2_field_name) + + if password1 and password2 and password1 != password2: + error = ValidationError( + self.error_messages["password_mismatch"], + code="password_mismatch", + ) + self.add_error(password2_field_name, error) + + @sensitive_variables("password") + def validate_password_for_user(self, user, password_field_name="password2"): + password = self.cleaned_data.get(password_field_name) + if password: + try: + password_validation.validate_password(password, user) + except ValidationError as error: + self.add_error(password_field_name, error) + + def set_password_and_save(self, user, password_field_name="password1", commit=True): + user.set_password(self.cleaned_data[password_field_name]) + if commit: + user.save() + return user + + +class SetUnusablePasswordMixin: + """ + Form mixin that allows setting an unusable password for a user. + + This mixin should be used in combination with `SetPasswordMixin`. + """ + + usable_password_help_text = _( + "Whether the user will be able to authenticate using a password or not. " + "If disabled, they may still be able to authenticate using other backends, " + "such as Single Sign-On or LDAP." + ) + + @staticmethod + def create_usable_password_field(help_text=usable_password_help_text): + return forms.ChoiceField( + label=_("Password-based authentication"), + required=False, + initial="true", + choices={"true": _("Enabled"), "false": _("Disabled")}, + widget=forms.RadioSelect(attrs={"class": "radiolist inline"}), + help_text=help_text, + ) + + @sensitive_variables("password1", "password2") + def validate_passwords( + self, + password1_field_name="password1", + password2_field_name="password2", + usable_password_field_name="usable_password", + ): + usable_password = ( + self.cleaned_data.pop(usable_password_field_name, None) != "false" + ) + self.cleaned_data["set_usable_password"] = usable_password + + if not usable_password: + return + + password1 = self.cleaned_data.get(password1_field_name) + password2 = self.cleaned_data.get(password2_field_name) + + if not password1 and password1_field_name not in self.errors: + error = ValidationError( + self.fields[password1_field_name].error_messages["required"], + code="required", + ) + self.add_error(password1_field_name, error) + + if not password2 and password2_field_name not in self.errors: + error = ValidationError( + self.fields[password2_field_name].error_messages["required"], + code="required", + ) + self.add_error(password2_field_name, error) + + super().validate_passwords(password1_field_name, password2_field_name) + + def validate_password_for_user(self, user, **kwargs): + if self.cleaned_data["set_usable_password"]: + super().validate_password_for_user(user, **kwargs) + + def set_password_and_save(self, user, commit=True, **kwargs): + if self.cleaned_data["set_usable_password"]: + user = super().set_password_and_save(user, **kwargs, commit=commit) + else: + user.set_unusable_password() + if commit: + user.save() + return user + + +class BaseUserCreationForm(SetPasswordMixin, forms.ModelForm): + """ + A form that creates a user, with no privileges, from the given username and + password. + + This is the documented base class for customizing the user creation form. + It should be kept mostly unchanged to ensure consistency and compatibility. + """ + + password1, password2 = SetPasswordMixin.create_password_fields() + + class Meta: + model = User + fields = ("username",) + field_classes = {"username": UsernameField} + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + if self._meta.model.USERNAME_FIELD in self.fields: + self.fields[self._meta.model.USERNAME_FIELD].widget.attrs[ + "autofocus" + ] = True + + def clean(self): + self.validate_passwords() + return super().clean() + + def _post_clean(self): + super()._post_clean() + # Validate the password after self.instance is updated with form data + # by super(). + self.validate_password_for_user(self.instance) + + def save(self, commit=True): + user = super().save(commit=False) + user = self.set_password_and_save(user, commit=commit) + if commit and hasattr(self, "save_m2m"): + self.save_m2m() + return user + + +class UserCreationForm(BaseUserCreationForm): + def clean_username(self): + """Reject usernames that differ only in case.""" + username = self.cleaned_data.get("username") + if ( + username + and self._meta.model.objects.filter(username__iexact=username).exists() + ): + self._update_errors( + ValidationError( + { + "username": self.instance.unique_error_message( + self._meta.model, ["username"] + ) + } + ) + ) + else: + return username + + +class UserChangeForm(forms.ModelForm): + password = ReadOnlyPasswordHashField( + label=_("Password"), + help_text=_( + "Raw passwords are not stored, so there is no way to see " + "the user’s password." + ), + ) + + class Meta: + model = User + fields = "__all__" + field_classes = {"username": UsernameField} + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + password = self.fields.get("password") + if password: + if self.instance and not self.instance.has_usable_password(): + password.help_text = _( + "Enable password-based authentication for this user by setting a " + "password." + ) + user_permissions = self.fields.get("user_permissions") + if user_permissions: + user_permissions.queryset = user_permissions.queryset.select_related( + "content_type" + ) + + +class AuthenticationForm(forms.Form): + """ + Base class for authenticating users. Extend this to get a form that accepts + username/password logins. + """ + + username = UsernameField(widget=forms.TextInput(attrs={"autofocus": True})) + password = forms.CharField( + label=_("Password"), + strip=False, + widget=forms.PasswordInput(attrs={"autocomplete": "current-password"}), + ) + + error_messages = { + "invalid_login": _( + "Please enter a correct %(username)s and password. Note that both " + "fields may be case-sensitive." + ), + "inactive": _("This account is inactive."), + } + + def __init__(self, request=None, *args, **kwargs): + """ + The 'request' parameter is set for custom auth use by subclasses. + The form data comes in via the standard 'data' kwarg. + """ + self.request = request + self.user_cache = None + super().__init__(*args, **kwargs) + + # Set the max length and label for the "username" field. + self.username_field = UserModel._meta.get_field(UserModel.USERNAME_FIELD) + username_max_length = self.username_field.max_length or 254 + self.fields["username"].max_length = username_max_length + self.fields["username"].widget.attrs["maxlength"] = username_max_length + if self.fields["username"].label is None: + self.fields["username"].label = capfirst(self.username_field.verbose_name) + + @sensitive_variables() + def clean(self): + username = self.cleaned_data.get("username") + password = self.cleaned_data.get("password") + + if username is not None and password: + self.user_cache = authenticate( + self.request, username=username, password=password + ) + if self.user_cache is None: + raise self.get_invalid_login_error() + else: + self.confirm_login_allowed(self.user_cache) + + return self.cleaned_data + + def confirm_login_allowed(self, user): + """ + Controls whether the given User may log in. This is a policy setting, + independent of end-user authentication. This default behavior is to + allow login by active users, and reject login by inactive users. + + If the given user cannot log in, this method should raise a + ``ValidationError``. + + If the given user may log in, this method should return None. + """ + if not user.is_active: + raise ValidationError( + self.error_messages["inactive"], + code="inactive", + ) + + def get_user(self): + return self.user_cache + + def get_invalid_login_error(self): + return ValidationError( + self.error_messages["invalid_login"], + code="invalid_login", + params={"username": self.username_field.verbose_name}, + ) + + +class PasswordResetForm(forms.Form): + email = forms.EmailField( + label=_("Email"), + max_length=254, + widget=forms.EmailInput(attrs={"autocomplete": "email"}), + ) + + def send_mail( + self, + subject_template_name, + email_template_name, + context, + from_email, + to_email, + html_email_template_name=None, + ): + """ + Send a django.core.mail.EmailMultiAlternatives to `to_email`. + """ + subject = loader.render_to_string(subject_template_name, context) + # Email subject *must not* contain newlines + subject = "".join(subject.splitlines()) + body = loader.render_to_string(email_template_name, context) + + email_message = EmailMultiAlternatives(subject, body, from_email, [to_email]) + if html_email_template_name is not None: + html_email = loader.render_to_string(html_email_template_name, context) + email_message.attach_alternative(html_email, "text/html") + + try: + email_message.send() + except Exception: + logger.exception( + "Failed to send password reset email to %s", context["user"].pk + ) + + def get_users(self, email): + """Given an email, return matching user(s) who should receive a reset. + + This allows subclasses to more easily customize the default policies + that prevent inactive users and users with unusable passwords from + resetting their password. + """ + email_field_name = UserModel.get_email_field_name() + active_users = UserModel._default_manager.filter( + **{ + "%s__iexact" % email_field_name: email, + "is_active": True, + } + ) + return ( + u + for u in active_users + if u.has_usable_password() + and _unicode_ci_compare(email, getattr(u, email_field_name)) + ) + + def save( + self, + domain_override=None, + subject_template_name="registration/password_reset_subject.txt", + email_template_name="registration/password_reset_email.html", + use_https=False, + token_generator=default_token_generator, + from_email=None, + request=None, + html_email_template_name=None, + extra_email_context=None, + ): + """ + Generate a one-use only link for resetting password and send it to the + user. + """ + email = self.cleaned_data["email"] + if not domain_override: + current_site = get_current_site(request) + site_name = current_site.name + domain = current_site.domain + else: + site_name = domain = domain_override + email_field_name = UserModel.get_email_field_name() + for user in self.get_users(email): + user_email = getattr(user, email_field_name) + user_pk_bytes = force_bytes(UserModel._meta.pk.value_to_string(user)) + context = { + "email": user_email, + "domain": domain, + "site_name": site_name, + "uid": urlsafe_base64_encode(user_pk_bytes), + "user": user, + "token": token_generator.make_token(user), + "protocol": "https" if use_https else "http", + **(extra_email_context or {}), + } + self.send_mail( + subject_template_name, + email_template_name, + context, + from_email, + user_email, + html_email_template_name=html_email_template_name, + ) + + +class SetPasswordForm(SetPasswordMixin, forms.Form): + """ + A form that lets a user set their password without entering the old + password + """ + + new_password1, new_password2 = SetPasswordMixin.create_password_fields( + label1=_("New password"), label2=_("New password confirmation") + ) + + def __init__(self, user, *args, **kwargs): + self.user = user + super().__init__(*args, **kwargs) + + def clean(self): + self.validate_passwords("new_password1", "new_password2") + self.validate_password_for_user(self.user, "new_password2") + return super().clean() + + def save(self, commit=True): + return self.set_password_and_save(self.user, "new_password1", commit=commit) + + +class PasswordChangeForm(SetPasswordForm): + """ + A form that lets a user change their password by entering their old + password. + """ + + error_messages = { + **SetPasswordForm.error_messages, + "password_incorrect": _( + "Your old password was entered incorrectly. Please enter it again." + ), + } + old_password = forms.CharField( + label=_("Old password"), + strip=False, + widget=forms.PasswordInput( + attrs={"autocomplete": "current-password", "autofocus": True} + ), + ) + + field_order = ["old_password", "new_password1", "new_password2"] + + @sensitive_variables("old_password") + def clean_old_password(self): + """ + Validate that the old_password field is correct. + """ + old_password = self.cleaned_data["old_password"] + if not self.user.check_password(old_password): + raise ValidationError( + self.error_messages["password_incorrect"], + code="password_incorrect", + ) + return old_password + + +class AdminPasswordChangeForm(SetUnusablePasswordMixin, SetPasswordMixin, forms.Form): + """ + A form used to change the password of a user in the admin interface. + """ + + required_css_class = "required" + usable_password_help_text = SetUnusablePasswordMixin.usable_password_help_text + ( + '
    • ' + "If disabled, the current password for this user will be lost.
    " + ) + password1, password2 = SetPasswordMixin.create_password_fields() + + def __init__(self, user, *args, **kwargs): + self.user = user + super().__init__(*args, **kwargs) + self.fields["password1"].widget.attrs["autofocus"] = True + if self.user.has_usable_password(): + self.fields["password1"].required = False + self.fields["password2"].required = False + self.fields["usable_password"] = ( + SetUnusablePasswordMixin.create_usable_password_field( + self.usable_password_help_text + ) + ) + + def clean(self): + self.validate_passwords() + self.validate_password_for_user(self.user) + return super().clean() + + def save(self, commit=True): + """Save the new password.""" + return self.set_password_and_save(self.user, commit=commit) + + @property + def changed_data(self): + data = super().changed_data + if "set_usable_password" in data or "password1" in data and "password2" in data: + return ["password"] + return [] + + +class AdminUserCreationForm(SetUnusablePasswordMixin, UserCreationForm): + + usable_password = SetUnusablePasswordMixin.create_usable_password_field() + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.fields["password1"].required = False + self.fields["password2"].required = False diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b82bf30e36e202d04a4921ba461dc47c85a563a GIT binary patch literal 208 zcmX@j%ge<81f9`(nIQTxh(HIQS%4zb87dhx8U0o=6fpsLpFwJV$_wn=B4Mmq~_-9yQG%smlRc|fJOAnQuE66b25|k3o1)8^7D-K42|@QGfPr+f%>u& z(}7x{3X}8mN{WE$5=%=m^fMCkQgTv@iuL2;GxIV_;^XxSDt~d<$R9 S1ma>4<0CU8BV!RWkOcs9AUQn% literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/modwsgi.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/modwsgi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0b9c97e7c85e27fbc45305a7997db2b5c9e5b09 GIT binary patch literal 2357 zcmcgtO>7%Q6rS0&owaMnCXO9P3H2r+M2-?$EvQ0>qBb^2R3ewap+RW1*_}A+tar`K zIH(n^A(ftTLgEPO0rk=zxIlXB$%Nu+MWsq`;T9!1RDlC;*4a8V6}T71@|$no z%=?*{ec#-V#UcpW^^fw#;{Zax@qyojL$G%Nz$Vg>j!jg>ix_h(m_k)t6fqJI5i62! z)a`E_!o{F2eu@@DdH`f!Gnfng!Dn*V74#*L0k!U|Xkyn8K_ZBc_ddfsumiHwDt=17 z0(w6TMq&6l+}3NAkdL~3CEUe6+Q7FC{a+S0#7e)f@AfPWe!DqDyE8uO=Fr68<0W6; z?KcEJO0S+4(8ST*c-PeR$I&Z@4qj?F4OTW}-PV}QYD6=ZoASJEks0{| zS_k>AYBF%fWJ;Vmwd6I`tP@!$HDc+8Rrb8tmfTn&5Sz*%$pqB0h_S0f{ z&tg6oru-{%W0WxBD4)~`H3)OVAA;@swoXhpq3C2;t(%TgRV}qls5?-Gl}k;P}_1Pp0}k|i7WZjZh-3;|8DvD9#{o1T4gm=BdpLl*b=GQg%VjSIJBvIM_pJ0 zj|J0MD%6_Jifz4?KXtmm42R5u-74&a6%H3djt+%&{ALO(a8xD)E5M!bE6LZIGzNh^ z(FcHi1>!2&A3(vrc3`j-82mYq-VwsVi5)=o>OJGrvobr*lvCV<<7)j!(AY zle-9qGu%4z59=6c|J;ur)g7=rWVo3sre062$xX$-*Q~2U!0PHV|y>doR%r%S=&#HI!T0lM*X#)20X>f*oQ69tV(@%NK zrp7w(PKQi5W9c%`OqtsC8uJ$Aq8@`#{*+K&AC$jyl)oaB6EZ!)1%D9SP{+&_Rnv3> zUWtc@r2)<40+c^0G|mNo8r)!KtzYtVfGgu2rLt^Og);&j2JOr6XWxT>nv|Yflj;Ag z$<(o$JbmWw$nBB4+1uIeQ**z>i{Avl3~oklM%sz7R$}ZyV&bQG@!v`{{V|B;dZTuL&MSCETchCpYTd<^V zlDBCVbo~2alOT3PjPWCsdW5o%quFbvb~M|HX1AkbSHruZB%aut>BkfFB&_@!ka5{P literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/modwsgi.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/modwsgi.py new file mode 100644 index 00000000000..591ec72cb4c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/handlers/modwsgi.py @@ -0,0 +1,43 @@ +from django import db +from django.contrib import auth + +UserModel = auth.get_user_model() + + +def check_password(environ, username, password): + """ + Authenticate against Django's auth database. + + mod_wsgi docs specify None, True, False as return value depending + on whether the user exists and authenticates. + """ + # db connection state is managed similarly to the wsgi handler + # as mod_wsgi may call these functions outside of a request/response cycle + db.reset_queries() + try: + try: + user = UserModel._default_manager.get_by_natural_key(username) + except UserModel.DoesNotExist: + return None + if not user.is_active: + return None + return user.check_password(password) + finally: + db.close_old_connections() + + +def groups_for_user(environ, username): + """ + Authorize a user based on groups + """ + db.reset_queries() + try: + try: + user = UserModel._default_manager.get_by_natural_key(username) + except UserModel.DoesNotExist: + return [] + if not user.is_active: + return [] + return [group.name.encode() for group in user.groups.all()] + finally: + db.close_old_connections() diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/hashers.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/hashers.py new file mode 100644 index 00000000000..b8a8246ac70 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/hashers.py @@ -0,0 +1,688 @@ +import base64 +import binascii +import functools +import hashlib +import importlib +import math +import warnings + +from django.conf import settings +from django.core.exceptions import ImproperlyConfigured +from django.core.signals import setting_changed +from django.dispatch import receiver +from django.utils.crypto import ( + RANDOM_STRING_CHARS, + constant_time_compare, + get_random_string, + pbkdf2, +) +from django.utils.module_loading import import_string +from django.utils.translation import gettext_noop as _ + +UNUSABLE_PASSWORD_PREFIX = "!" # This will never be a valid encoded hash +UNUSABLE_PASSWORD_SUFFIX_LENGTH = ( + 40 # number of random chars to add after UNUSABLE_PASSWORD_PREFIX +) + + +def is_password_usable(encoded): + """ + Return True if this password wasn't generated by + User.set_unusable_password(), i.e. make_password(None). + """ + return encoded is None or not encoded.startswith(UNUSABLE_PASSWORD_PREFIX) + + +def verify_password(password, encoded, preferred="default"): + """ + Return two booleans. The first is whether the raw password matches the + three part encoded digest, and the second whether to regenerate the + password. + """ + fake_runtime = password is None or not is_password_usable(encoded) + + preferred = get_hasher(preferred) + try: + hasher = identify_hasher(encoded) + except ValueError: + # encoded is gibberish or uses a hasher that's no longer installed. + fake_runtime = True + + if fake_runtime: + # Run the default password hasher once to reduce the timing difference + # between an existing user with an unusable password and a nonexistent + # user or missing hasher (similar to #20760). + make_password(get_random_string(UNUSABLE_PASSWORD_SUFFIX_LENGTH)) + return False, False + + hasher_changed = hasher.algorithm != preferred.algorithm + must_update = hasher_changed or preferred.must_update(encoded) + is_correct = hasher.verify(password, encoded) + + # If the hasher didn't change (we don't protect against enumeration if it + # does) and the password should get updated, try to close the timing gap + # between the work factor of the current encoded password and the default + # work factor. + if not is_correct and not hasher_changed and must_update: + hasher.harden_runtime(password, encoded) + + return is_correct, must_update + + +def check_password(password, encoded, setter=None, preferred="default"): + """ + Return a boolean of whether the raw password matches the three part encoded + digest. + + If setter is specified, it'll be called when you need to regenerate the + password. + """ + is_correct, must_update = verify_password(password, encoded, preferred=preferred) + if setter and is_correct and must_update: + setter(password) + return is_correct + + +async def acheck_password(password, encoded, setter=None, preferred="default"): + """See check_password().""" + is_correct, must_update = verify_password(password, encoded, preferred=preferred) + if setter and is_correct and must_update: + await setter(password) + return is_correct + + +def make_password(password, salt=None, hasher="default"): + """ + Turn a plain-text password into a hash for database storage + + Same as encode() but generate a new random salt. If password is None then + return a concatenation of UNUSABLE_PASSWORD_PREFIX and a random string, + which disallows logins. Additional random string reduces chances of gaining + access to staff or superuser accounts. See ticket #20079 for more info. + """ + if password is None: + return UNUSABLE_PASSWORD_PREFIX + get_random_string( + UNUSABLE_PASSWORD_SUFFIX_LENGTH + ) + if not isinstance(password, (bytes, str)): + raise TypeError( + "Password must be a string or bytes, got %s." % type(password).__qualname__ + ) + hasher = get_hasher(hasher) + salt = salt or hasher.salt() + return hasher.encode(password, salt) + + +@functools.lru_cache +def get_hashers(): + hashers = [] + for hasher_path in settings.PASSWORD_HASHERS: + hasher_cls = import_string(hasher_path) + hasher = hasher_cls() + if not getattr(hasher, "algorithm"): + raise ImproperlyConfigured( + "hasher doesn't specify an algorithm name: %s" % hasher_path + ) + hashers.append(hasher) + return hashers + + +@functools.lru_cache +def get_hashers_by_algorithm(): + return {hasher.algorithm: hasher for hasher in get_hashers()} + + +@receiver(setting_changed) +def reset_hashers(*, setting, **kwargs): + if setting == "PASSWORD_HASHERS": + get_hashers.cache_clear() + get_hashers_by_algorithm.cache_clear() + + +def get_hasher(algorithm="default"): + """ + Return an instance of a loaded password hasher. + + If algorithm is 'default', return the default hasher. Lazily import hashers + specified in the project's settings file if needed. + """ + if hasattr(algorithm, "algorithm"): + return algorithm + + elif algorithm == "default": + return get_hashers()[0] + + else: + hashers = get_hashers_by_algorithm() + try: + return hashers[algorithm] + except KeyError: + raise ValueError( + "Unknown password hashing algorithm '%s'. " + "Did you specify it in the PASSWORD_HASHERS " + "setting?" % algorithm + ) + + +def identify_hasher(encoded): + """ + Return an instance of a loaded password hasher. + + Identify hasher algorithm by examining encoded hash, and call + get_hasher() to return hasher. Raise ValueError if + algorithm cannot be identified, or if hasher is not loaded. + """ + # Ancient versions of Django created plain MD5 passwords and accepted + # MD5 passwords with an empty salt. + if (len(encoded) == 32 and "$" not in encoded) or ( + len(encoded) == 37 and encoded.startswith("md5$$") + ): + algorithm = "unsalted_md5" + # Ancient versions of Django accepted SHA1 passwords with an empty salt. + elif len(encoded) == 46 and encoded.startswith("sha1$$"): + algorithm = "unsalted_sha1" + else: + algorithm = encoded.split("$", 1)[0] + return get_hasher(algorithm) + + +def mask_hash(hash, show=6, char="*"): + """ + Return the given hash, with only the first ``show`` number shown. The + rest are masked with ``char`` for security reasons. + """ + masked = hash[:show] + masked += char * len(hash[show:]) + return masked + + +def must_update_salt(salt, expected_entropy): + # Each character in the salt provides log_2(len(alphabet)) bits of entropy. + return len(salt) * math.log2(len(RANDOM_STRING_CHARS)) < expected_entropy + + +class BasePasswordHasher: + """ + Abstract base class for password hashers + + When creating your own hasher, you need to override algorithm, + verify(), encode() and safe_summary(). + + PasswordHasher objects are immutable. + """ + + algorithm = None + library = None + salt_entropy = 128 + + def _load_library(self): + if self.library is not None: + if isinstance(self.library, (tuple, list)): + name, mod_path = self.library + else: + mod_path = self.library + try: + module = importlib.import_module(mod_path) + except ImportError as e: + raise ValueError( + "Couldn't load %r algorithm library: %s" + % (self.__class__.__name__, e) + ) + return module + raise ValueError( + "Hasher %r doesn't specify a library attribute" % self.__class__.__name__ + ) + + def salt(self): + """ + Generate a cryptographically secure nonce salt in ASCII with an entropy + of at least `salt_entropy` bits. + """ + # Each character in the salt provides + # log_2(len(alphabet)) bits of entropy. + char_count = math.ceil(self.salt_entropy / math.log2(len(RANDOM_STRING_CHARS))) + return get_random_string(char_count, allowed_chars=RANDOM_STRING_CHARS) + + def verify(self, password, encoded): + """Check if the given password is correct.""" + raise NotImplementedError( + "subclasses of BasePasswordHasher must provide a verify() method" + ) + + def _check_encode_args(self, password, salt): + if password is None: + raise TypeError("password must be provided.") + if not salt or "$" in salt: + raise ValueError("salt must be provided and cannot contain $.") + + def encode(self, password, salt): + """ + Create an encoded database value. + + The result is normally formatted as "algorithm$salt$hash" and + must be fewer than 128 characters. + """ + raise NotImplementedError( + "subclasses of BasePasswordHasher must provide an encode() method" + ) + + def decode(self, encoded): + """ + Return a decoded database value. + + The result is a dictionary and should contain `algorithm`, `hash`, and + `salt`. Extra keys can be algorithm specific like `iterations` or + `work_factor`. + """ + raise NotImplementedError( + "subclasses of BasePasswordHasher must provide a decode() method." + ) + + def safe_summary(self, encoded): + """ + Return a summary of safe values. + + The result is a dictionary and will be used where the password field + must be displayed to construct a safe representation of the password. + """ + raise NotImplementedError( + "subclasses of BasePasswordHasher must provide a safe_summary() method" + ) + + def must_update(self, encoded): + return False + + def harden_runtime(self, password, encoded): + """ + Bridge the runtime gap between the work factor supplied in `encoded` + and the work factor suggested by this hasher. + + Taking PBKDF2 as an example, if `encoded` contains 20000 iterations and + `self.iterations` is 30000, this method should run password through + another 10000 iterations of PBKDF2. Similar approaches should exist + for any hasher that has a work factor. If not, this method should be + defined as a no-op to silence the warning. + """ + warnings.warn( + "subclasses of BasePasswordHasher should provide a harden_runtime() method" + ) + + +class PBKDF2PasswordHasher(BasePasswordHasher): + """ + Secure password hashing using the PBKDF2 algorithm (recommended) + + Configured to use PBKDF2 + HMAC + SHA256. + The result is a 64 byte binary string. Iterations may be changed + safely but you must rename the algorithm if you change SHA256. + """ + + algorithm = "pbkdf2_sha256" + iterations = 1_000_000 + digest = hashlib.sha256 + + def encode(self, password, salt, iterations=None): + self._check_encode_args(password, salt) + iterations = iterations or self.iterations + hash = pbkdf2(password, salt, iterations, digest=self.digest) + hash = base64.b64encode(hash).decode("ascii").strip() + return "%s$%d$%s$%s" % (self.algorithm, iterations, salt, hash) + + def decode(self, encoded): + algorithm, iterations, salt, hash = encoded.split("$", 3) + assert algorithm == self.algorithm + return { + "algorithm": algorithm, + "hash": hash, + "iterations": int(iterations), + "salt": salt, + } + + def verify(self, password, encoded): + decoded = self.decode(encoded) + encoded_2 = self.encode(password, decoded["salt"], decoded["iterations"]) + return constant_time_compare(encoded, encoded_2) + + def safe_summary(self, encoded): + decoded = self.decode(encoded) + return { + _("algorithm"): decoded["algorithm"], + _("iterations"): decoded["iterations"], + _("salt"): mask_hash(decoded["salt"]), + _("hash"): mask_hash(decoded["hash"]), + } + + def must_update(self, encoded): + decoded = self.decode(encoded) + update_salt = must_update_salt(decoded["salt"], self.salt_entropy) + return (decoded["iterations"] != self.iterations) or update_salt + + def harden_runtime(self, password, encoded): + decoded = self.decode(encoded) + extra_iterations = self.iterations - decoded["iterations"] + if extra_iterations > 0: + self.encode(password, decoded["salt"], extra_iterations) + + +class PBKDF2SHA1PasswordHasher(PBKDF2PasswordHasher): + """ + Alternate PBKDF2 hasher which uses SHA1, the default PRF + recommended by PKCS #5. This is compatible with other + implementations of PBKDF2, such as openssl's + PKCS5_PBKDF2_HMAC_SHA1(). + """ + + algorithm = "pbkdf2_sha1" + digest = hashlib.sha1 + + +class Argon2PasswordHasher(BasePasswordHasher): + """ + Secure password hashing using the argon2 algorithm. + + This is the winner of the Password Hashing Competition 2013-2015 + (https://password-hashing.net). It requires the argon2-cffi library which + depends on native C code and might cause portability issues. + """ + + algorithm = "argon2" + library = "argon2" + + time_cost = 2 + memory_cost = 102400 + parallelism = 8 + + def encode(self, password, salt): + argon2 = self._load_library() + params = self.params() + data = argon2.low_level.hash_secret( + password.encode(), + salt.encode(), + time_cost=params.time_cost, + memory_cost=params.memory_cost, + parallelism=params.parallelism, + hash_len=params.hash_len, + type=params.type, + ) + return self.algorithm + data.decode("ascii") + + def decode(self, encoded): + argon2 = self._load_library() + algorithm, rest = encoded.split("$", 1) + assert algorithm == self.algorithm + params = argon2.extract_parameters("$" + rest) + variety, *_, b64salt, hash = rest.split("$") + # Add padding. + b64salt += "=" * (-len(b64salt) % 4) + salt = base64.b64decode(b64salt).decode("latin1") + return { + "algorithm": algorithm, + "hash": hash, + "memory_cost": params.memory_cost, + "parallelism": params.parallelism, + "salt": salt, + "time_cost": params.time_cost, + "variety": variety, + "version": params.version, + "params": params, + } + + def verify(self, password, encoded): + argon2 = self._load_library() + algorithm, rest = encoded.split("$", 1) + assert algorithm == self.algorithm + try: + return argon2.PasswordHasher().verify("$" + rest, password) + except argon2.exceptions.VerificationError: + return False + + def safe_summary(self, encoded): + decoded = self.decode(encoded) + return { + _("algorithm"): decoded["algorithm"], + _("variety"): decoded["variety"], + _("version"): decoded["version"], + _("memory cost"): decoded["memory_cost"], + _("time cost"): decoded["time_cost"], + _("parallelism"): decoded["parallelism"], + _("salt"): mask_hash(decoded["salt"]), + _("hash"): mask_hash(decoded["hash"]), + } + + def must_update(self, encoded): + decoded = self.decode(encoded) + current_params = decoded["params"] + new_params = self.params() + # Set salt_len to the salt_len of the current parameters because salt + # is explicitly passed to argon2. + new_params.salt_len = current_params.salt_len + update_salt = must_update_salt(decoded["salt"], self.salt_entropy) + return (current_params != new_params) or update_salt + + def harden_runtime(self, password, encoded): + # The runtime for Argon2 is too complicated to implement a sensible + # hardening algorithm. + pass + + def params(self): + argon2 = self._load_library() + # salt_len is a noop, because we provide our own salt. + return argon2.Parameters( + type=argon2.low_level.Type.ID, + version=argon2.low_level.ARGON2_VERSION, + salt_len=argon2.DEFAULT_RANDOM_SALT_LENGTH, + hash_len=argon2.DEFAULT_HASH_LENGTH, + time_cost=self.time_cost, + memory_cost=self.memory_cost, + parallelism=self.parallelism, + ) + + +class BCryptSHA256PasswordHasher(BasePasswordHasher): + """ + Secure password hashing using the bcrypt algorithm (recommended) + + This is considered by many to be the most secure algorithm but you + must first install the bcrypt library. Please be warned that + this library depends on native C code and might cause portability + issues. + """ + + algorithm = "bcrypt_sha256" + digest = hashlib.sha256 + library = ("bcrypt", "bcrypt") + rounds = 12 + + def salt(self): + bcrypt = self._load_library() + return bcrypt.gensalt(self.rounds) + + def encode(self, password, salt): + bcrypt = self._load_library() + password = password.encode() + # Hash the password prior to using bcrypt to prevent password + # truncation as described in #20138. + if self.digest is not None: + # Use binascii.hexlify() because a hex encoded bytestring is str. + password = binascii.hexlify(self.digest(password).digest()) + + data = bcrypt.hashpw(password, salt) + return "%s$%s" % (self.algorithm, data.decode("ascii")) + + def decode(self, encoded): + algorithm, empty, algostr, work_factor, data = encoded.split("$", 4) + assert algorithm == self.algorithm + return { + "algorithm": algorithm, + "algostr": algostr, + "checksum": data[22:], + "salt": data[:22], + "work_factor": int(work_factor), + } + + def verify(self, password, encoded): + algorithm, data = encoded.split("$", 1) + assert algorithm == self.algorithm + encoded_2 = self.encode(password, data.encode("ascii")) + return constant_time_compare(encoded, encoded_2) + + def safe_summary(self, encoded): + decoded = self.decode(encoded) + return { + _("algorithm"): decoded["algorithm"], + _("work factor"): decoded["work_factor"], + _("salt"): mask_hash(decoded["salt"]), + _("checksum"): mask_hash(decoded["checksum"]), + } + + def must_update(self, encoded): + decoded = self.decode(encoded) + return decoded["work_factor"] != self.rounds + + def harden_runtime(self, password, encoded): + _, data = encoded.split("$", 1) + salt = data[:29] # Length of the salt in bcrypt. + rounds = data.split("$")[2] + # work factor is logarithmic, adding one doubles the load. + diff = 2 ** (self.rounds - int(rounds)) - 1 + while diff > 0: + self.encode(password, salt.encode("ascii")) + diff -= 1 + + +class BCryptPasswordHasher(BCryptSHA256PasswordHasher): + """ + Secure password hashing using the bcrypt algorithm + + This is considered by many to be the most secure algorithm but you + must first install the bcrypt library. Please be warned that + this library depends on native C code and might cause portability + issues. + + This hasher does not first hash the password which means it is subject to + bcrypt's 72 bytes password truncation. Most use cases should prefer the + BCryptSHA256PasswordHasher. + """ + + algorithm = "bcrypt" + digest = None + + +class ScryptPasswordHasher(BasePasswordHasher): + """ + Secure password hashing using the Scrypt algorithm. + """ + + algorithm = "scrypt" + block_size = 8 + maxmem = 0 + parallelism = 5 + work_factor = 2**14 + + def encode(self, password, salt, n=None, r=None, p=None): + self._check_encode_args(password, salt) + n = n or self.work_factor + r = r or self.block_size + p = p or self.parallelism + hash_ = hashlib.scrypt( + password.encode(), + salt=salt.encode(), + n=n, + r=r, + p=p, + maxmem=self.maxmem, + dklen=64, + ) + hash_ = base64.b64encode(hash_).decode("ascii").strip() + return "%s$%d$%s$%d$%d$%s" % (self.algorithm, n, salt, r, p, hash_) + + def decode(self, encoded): + algorithm, work_factor, salt, block_size, parallelism, hash_ = encoded.split( + "$", 6 + ) + assert algorithm == self.algorithm + return { + "algorithm": algorithm, + "work_factor": int(work_factor), + "salt": salt, + "block_size": int(block_size), + "parallelism": int(parallelism), + "hash": hash_, + } + + def verify(self, password, encoded): + decoded = self.decode(encoded) + encoded_2 = self.encode( + password, + decoded["salt"], + decoded["work_factor"], + decoded["block_size"], + decoded["parallelism"], + ) + return constant_time_compare(encoded, encoded_2) + + def safe_summary(self, encoded): + decoded = self.decode(encoded) + return { + _("algorithm"): decoded["algorithm"], + _("work factor"): decoded["work_factor"], + _("block size"): decoded["block_size"], + _("parallelism"): decoded["parallelism"], + _("salt"): mask_hash(decoded["salt"]), + _("hash"): mask_hash(decoded["hash"]), + } + + def must_update(self, encoded): + decoded = self.decode(encoded) + return ( + decoded["work_factor"] != self.work_factor + or decoded["block_size"] != self.block_size + or decoded["parallelism"] != self.parallelism + ) + + def harden_runtime(self, password, encoded): + # The runtime for Scrypt is too complicated to implement a sensible + # hardening algorithm. + pass + + +class MD5PasswordHasher(BasePasswordHasher): + """ + The Salted MD5 password hashing algorithm (not recommended) + """ + + algorithm = "md5" + + def encode(self, password, salt): + self._check_encode_args(password, salt) + hash = hashlib.md5((salt + password).encode()).hexdigest() + return "%s$%s$%s" % (self.algorithm, salt, hash) + + def decode(self, encoded): + algorithm, salt, hash = encoded.split("$", 2) + assert algorithm == self.algorithm + return { + "algorithm": algorithm, + "hash": hash, + "salt": salt, + } + + def verify(self, password, encoded): + decoded = self.decode(encoded) + encoded_2 = self.encode(password, decoded["salt"]) + return constant_time_compare(encoded, encoded_2) + + def safe_summary(self, encoded): + decoded = self.decode(encoded) + return { + _("algorithm"): decoded["algorithm"], + _("salt"): mask_hash(decoded["salt"], show=2), + _("hash"): mask_hash(decoded["hash"]), + } + + def must_update(self, encoded): + decoded = self.decode(encoded) + return must_update_salt(decoded["salt"], self.salt_entropy) + + def harden_runtime(self, password, encoded): + pass diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8729364ced1923c96afdccd37e32d493a9c2780d GIT binary patch literal 8449 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po new file mode 100644 index 00000000000..74184de4ed6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,338 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# F Wolff , 2019-2020,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: F Wolff , 2019-2020,2023-2025\n" +"Language-Team: Afrikaans (http://app.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Persoonlike inligting" + +msgid "Permissions" +msgstr "Toestemmings" + +msgid "Important dates" +msgstr "Belangrike datums" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objek met primêre sleutel %(key)r bestaan nie." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Ingediende vormdata stem nie ooreen nie. Probeer gerus weer." + +msgid "Password changed successfully." +msgstr "Wagwoord is suksesvol verander." + +msgid "Password-based authentication was disabled." +msgstr "Wagwoordgebaseerde aanmelding is gedeaktiveer." + +#, python-format +msgid "Change password: %s" +msgstr "Verander wagwoord: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Stel wagwoord: %s" + +msgid "Authentication and Authorization" +msgstr "Waarmerking en magtiging" + +msgid "password" +msgstr "wagwoord" + +msgid "last login" +msgstr "laas aangemeld" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ongeldige wagwoordformaat of onbekende hutsalgoritme." + +msgid "No password set." +msgstr "Geen wagwoord gestel nie." + +msgid "Reset password" +msgstr "Herstel wagwoord" + +msgid "Set password" +msgstr "Stel wagwoord" + +msgid "The two password fields didn’t match." +msgstr "Die twee wagwoordvelde stem nie ooreen nie" + +msgid "Password" +msgstr "Wagwoord" + +msgid "Password confirmation" +msgstr "Wagwoordbevestiging" + +msgid "Enter the same password as before, for verification." +msgstr "Tik die wagwoord net soos tevore om te bevestig." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Of die gebruiker met ’n wagwoord kan aanmeld of nie. ’n Gebruiker kan dalk " +"steeds aanmeld op ’n ander manier indien gedeaktiveer, soos bv. LDAP of " +"enkele aanmelding (Single Sign-On)." + +msgid "Password-based authentication" +msgstr "Wagwoordgebaseerde aanmelding" + +msgid "Enabled" +msgstr "Geaktiveer" + +msgid "Disabled" +msgstr "Gedeaktiveer" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Rou wagwoorde word nie gestoor nie, dus is daar geen manier om die gebruiker " +"se wagwoord te sien nie." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Aktiveer wagwoordgebaseerde aanmelding vir dié gebruiker deur ’n wagwoord te " +"stel." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Tik asb. 'n korrekte %(username)s en wagwoord. Neem kennis dat altwee velde " +"moontlik kassensitief is." + +msgid "This account is inactive." +msgstr "Dié rekening is nie aktief nie." + +msgid "Email" +msgstr "E-pos" + +msgid "New password" +msgstr "Nuwe wagwoord" + +msgid "New password confirmation" +msgstr "Bevestiging van nuwe wagwoord" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Die ou wagwoord is verkeerd ingetik. Tik dit asb. weer in." + +msgid "Old password" +msgstr "Ou wagwoord" + +msgid "algorithm" +msgstr "algoritme" + +msgid "iterations" +msgstr "iterasies" + +msgid "salt" +msgstr "sout" + +msgid "hash" +msgstr "hutswaarde" + +msgid "variety" +msgstr "variëteit" + +msgid "version" +msgstr "weergawe" + +msgid "memory cost" +msgstr "geheuekoste" + +msgid "time cost" +msgstr "tydkoste" + +msgid "parallelism" +msgstr "parallelisme" + +msgid "work factor" +msgstr "werkfaktor" + +msgid "checksum" +msgstr "kontrolesom" + +msgid "block size" +msgstr "blokgrootte" + +msgid "name" +msgstr "naam" + +msgid "content type" +msgstr "inhoudtipe" + +msgid "codename" +msgstr "kodenaam" + +msgid "permission" +msgstr "toestemming" + +msgid "permissions" +msgstr "toestemmings" + +msgid "group" +msgstr "groep" + +msgid "groups" +msgstr "groepe" + +msgid "superuser status" +msgstr "supergebruikerstatus" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Dui aan dat die gebruiker alle toestemmings het sonder om hulle eksplisiet " +"toe te ken." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Die groepe waaraan die gebruiker behoort. ’n Gebruiker sal alle toestemmings " +"hê wat aan elkeen van sy groepe gegee is." + +msgid "user permissions" +msgstr "gebruikertoestemmings" + +msgid "Specific permissions for this user." +msgstr "Spesifieke toestemmings vir dié gebruiker." + +msgid "username" +msgstr "gebruikernaam" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Vereis. Hoogstens 150 karakters. Slegs: letters, syfers en die karakters @/./" +"+/-/_" + +msgid "A user with that username already exists." +msgstr "’n Gebruiker met daardie gebruikernaam bestaan reeds." + +msgid "first name" +msgstr "naam" + +msgid "last name" +msgstr "van" + +msgid "email address" +msgstr "e-posadres" + +msgid "staff status" +msgstr "personeelstatus" + +msgid "Designates whether the user can log into this admin site." +msgstr "Dui aan of die gebruiker by dié adminwerf kan aanmeld." + +msgid "active" +msgstr "aktief" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Dui aan of dié gebruiker as aktief gesien moet word. Neem merkie weg in " +"plaas van om rekeninge te skrap." + +msgid "date joined" +msgstr "datum aangesluit" + +msgid "user" +msgstr "gebruiker" + +msgid "users" +msgstr "gebruikers" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Dié wagwoord is te kort. Dit moet ten minste %d karakter lank wees." +msgstr[1] "" +"Dié wagwoord is te kort. Dit moet ten minste %d karakters lank wees." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "’n Wagwoord moet ten minste %(min_length)d karakter bevat." +msgstr[1] "’n Wagwoord moet ten minste %(min_length)d karakters bevat." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Die wagwoord is te soortgelyk aan die %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Die wagwoord mag nie soortgelyk wees aan u ander persoonlike inligting nie." + +msgid "This password is too common." +msgstr "Dié wagwoord is te algemeen." + +msgid "Your password can’t be a commonly used password." +msgstr "U wagwoord mag nie ’n algemeen gebruikte wagwoord wees nie." + +msgid "This password is entirely numeric." +msgstr "Dié wagwoord is heeltemal numeries." + +msgid "Your password can’t be entirely numeric." +msgstr "Die wagwoord mag nie geheel numeries wees nie." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Wagwoordherstel op %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Tik ’n geldige gebruikernaam. Dié waarde mag slegs hoof- en kleinletters " +"sonder aksente, syfers en die karakters @/./+/-/_ bevat." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Tik 'n geldige gebruikernaam. Dié waarde mag slegs letters, syfers en die " +"karakters @/./+/-/_ bevat." + +msgid "Logged out" +msgstr "Afgemeld" + +msgid "Password reset" +msgstr "Wagwoordherstel" + +msgid "Password reset sent" +msgstr "Wagwoordherstel gestuur" + +msgid "Enter new password" +msgstr "Tik nuwe wagwoord" + +msgid "Password reset unsuccessful" +msgstr "Herstel van wagwoord onsuksesvol" + +msgid "Password reset complete" +msgstr "Herstel van wagwoord is voltooi" + +msgid "Password change" +msgstr "Wagwoordverandering" + +msgid "Password change successful" +msgstr "Verandering van wagwoord was suksesvol" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..970d5e9b05e0d995df4294cdcb0b87ad109af9d2 GIT binary patch literal 10040 zcmc(jdyE}b9mfxdqE&nVilE}LSlor)ySs%-yL2lpv{K|zv5+7}GJEgrz0=-1v)q~6 zWl<7nyX~@Qq<@GQjIXuscI~n(^kIpK5RHkC#AtlX{2>C-nCKrG|B@IVpWit%_s(wb zR!R*_d-i+gJbv%r@0_{MoqN_770<_M@1=d~Or`4J%GdLU=lM4%wFZ0v>;^A7TPY1* z2c8GI;8t)HTnqjLbiuRUsFaY{4pzWn@GdY0&jr`KNvSKrkAZIk?*~_d4};6VAAxTH ze*sP1l2{|yv>{1X&L*KTXG90%hOD@3!l%1U2t>fW6?oU?2FMbo_Uq#K*tEB6ul5 zat(MJxCVR#8~}d~N}ilUFpHiVyaC(@{uTT@I0)WH&`SI~5B>l=k02BK{1&_lyy$(_ zKDUA&;k^lpJV(G^o~hKIK#A|Cwaw!TVYZF;?cgx@eQ<g!dVvh?}*nBF0vTh3~<31?yu?H0W_Je1E-%8&Pf`q909w_vF1|p*R11Rx! z=A|}|&jE$rdqI(B6)5zs1%=-2>HM7_|JB|6!9?m&Q1~APCI6oVh0hBhA);Oah0j}Y zlHi3Pp`<n zZlqmFlSk?W<~NVXCeKQmo+di3rO9(O?Pk-neBXxvyRauRVOm9LQ6Zf zhU=6^?ZS|i&8X`7kymmeFYvYFm$eK94ewqvqOPqve#O8P%o0 zj~oOHd^FwUS885Z)sSR!xKjJg`k?8EsjulN_FUdm=($Ums!jvRn1S0X;B)HqeRrhg z)s&^!Jd`NOye;+`bcce5yHfL4?{pj9P#P;mwWU5BG$O~3bXj6SZSk#TTD#d&C-~Ud z^mq8dh_8u{sxfV?LWo6Ge1Bt5so)tRMBSVhDgPoi9rA=25v6Vp+5(0y;eHEF&X}sL zX{5F~y348HkM8yW#wMm0zw5ABD!E}e)T}L@D(B{Eqs82GUapL@Zn%imUSwWTp+1b4 za%}B5S+}A~g843+?2Gq>r03$Xrk|I!ooi|<0TlR7jcgeT)Yh8ogsz5wiQ7`pXh^`X z=#uJ?mKF)a%yvb6a}bd%QZWVtYR!=6*2#^CtYnb7)oDi%dDU=D2?`^^ zrMyyylC3U-B!?g95i)}W4qc(2Cg_Xze>rS1U#SNv5~D#AKEC9GlpTr4Ogb`7LT8<$ zs||N(VEJe6TfW|qk}zA>X+!4Nv zN>y10#k9bQhde*6i*_c@m+--+)G|sJ`Cm#m=a-0R#CJXLmzbmyH=?560{>O zo?tb0B|n_h2AGNj%cYfN+G)#)wl(r~TDr*nBno;+hDnsRlRhnyi^V)uvo93m)OKTK z8%)Z{%Dft^1*IK?@4c=nRo&8#uvu57pzKN&qC+Ndj6|cuu9CAvZx1}*Eh|^fUC#S5 zr7~2U0ECL!VKPtI{8MtMC<-q3IcDTQ6tC>rkX=@}UrDMmuU8*=X{lJq@R zvxnxY3q$}+Bbh3*@59xS1*%v<%Pgw>+e5|O1FT0Px zY>ssYHG4(kndE_F9EL}g@J;p$=iO%ML9?Gd^DLb=cYYS^ijN{|JRMJphHX9zC7a-N z1}aFr8#WKX&u}{e$EkQ0epB&`Mv`%;n3-8d4vAPuiL$eho|2b+8htS-TUe4jgfXNy z7te{(=y<@WYSKy)ge7a5FNC+8$v z7Bawx$rs||OpFPO?H9rO`E}~)5b7!R-xSx#aA$#P_PkYCCJ48(8=54h;f0nXWM4hr4u-Acj_0j z^#o0=Op{18FH#*qwL>U7fnpP4y>Xb&n^=Tz8u9aN8jqjMee4i-yD-SBAgRbXj-;e& zILniL!d=Bjcz;?9+*ux5Hpmr8uUW%EtS@;gVJ`&n&=`|xGENh$-!ZaurJrQox>bCb zGggZa8hOU7z9KO-M=c?O6qKAvT52sN^1}6EWug)7;WmT4Ciq7xcT$(+>@;koB(BIT zW3!Hnme|_G4uqE~kUZ3l6HGxgrMMF-@sg2K%I1=*bUZETf$?Wgd4m`}P6MN}6;ymc z3JxOU(xdTod~B(8$SMW*y`yYSzK9?h#O7(((_yWgbVi6tkzHhpKPOe;30^orElm=abB%XN z%=lAYAu zeaRXeiX4ZGsFEH8zW8{Ciwic`ONT0`W4Q!OKn0g|HeFGCIV%zv0(q-uVV|7rdSm1e zeX)=fWbr4oa6WHm9mFigDbbcv_+m0cP;Hz0w$g7X8kElI9+hUf3j3CgmFTYA_`*I2pJEX4l16 zle@V4wO}lFvDZT1(`U-(hm?eu9a*_@c#`PKQc{Y$l#JH(B}=>Pkl`+-vy;k{SUIcM zU`p7+TP4ApKR2>O$kL#5MaU(d#NmP?;gt|1+ZI;+4wYbml(s-(4^m$&(W+H8jWg-< zRghJ(Zt3&gP|7abOXak1%O5QqyNle+XRj2q)2tn*$>-F|#py9TwF+@syiTboykbtR zkJb+9xX9sIuyst8jY>*wZkR4ARRGfs_XQkc9Wr(<@Kc+|_xu;CYnXvTF z3Ta)CFCXc0$xHU2L+i3-uhY2!ZeRAdS+kyVm;xrB1u`Cglbqu!oc=6xf--y|lZNw* z%jGoLCp9T8l5*8Gv@AneAv%am_T!n~B067F?4tIqG9}O+5XsDMy_ikt*;*ubBwPTG z{3wdHF4|gFbLZ#slI${Em^EK!GTyo=^Tm, 2013,2021 +# Bashar Al-Abdulhadi, 2015-2016,2021 +# Bashar Al-Abdulhadi, 2014 +# Eyad Toma , 2013 +# Jannis Leidel , 2011 +# Omar Lajam, 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-10-15 21:38+0000\n" +"Last-Translator: Bashar Al-Abdulhadi\n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Personal info" +msgstr "المعلومات الشخصية" + +msgid "Permissions" +msgstr "الصلاحيات" + +msgid "Important dates" +msgstr "تواريخ مهمة" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "العنصر من نوع %(name)s ذو الحقل الأساسي %(key)r غير موجود." + +msgid "Password changed successfully." +msgstr "تم تغيير كلمة المرور بنجاح." + +#, python-format +msgid "Change password: %s" +msgstr "غيّر كلمة المرور: %s" + +msgid "Authentication and Authorization" +msgstr "المصادقة والتفويض" + +msgid "password" +msgstr "كلمة المرور" + +msgid "last login" +msgstr "آخر دخول" + +msgid "No password set." +msgstr "لم يتم تعيين كلمة المرور." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"صيغة كلمة المرور غير صحيحة أو أن خوارزمية البعثرة (hashing) غير معروفة." + +msgid "The two password fields didn’t match." +msgstr "حقلا كلمة المرور غير متطابقين." + +msgid "Password" +msgstr "كلمة المرور" + +msgid "Password confirmation" +msgstr "تأكيد كلمة المرور" + +msgid "Enter the same password as before, for verification." +msgstr "أدخل كلمة المرور أعلاه مرة أخرى لتأكيدها." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using
    this form." +msgstr "" +"لا يتم حفظ كلمات المرور بصورتها الأصلية، لذلك لا يمكنك عرض كلمة مرور هذا " +"المستخدم، لكن يمكنك تغييرها باستخدام هذا النموذج" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "الرجاء إدخال %(username)s وكلمة السر الصحيحين." + +msgid "This account is inactive." +msgstr "هذا الحساب غير نشط." + +msgid "Email" +msgstr "بريد إلكتروني" + +msgid "New password" +msgstr "كلمة المرور الجديدة" + +msgid "New password confirmation" +msgstr "تأكيد كلمة المرور الجديدة" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "كلمة مرورك القديمة غير صحيحة. رجاءً أدخلها مرة أخرى." + +msgid "Old password" +msgstr "كلمة المرور القديمة" + +msgid "Password (again)" +msgstr "كلمة المرور (مجدداً)" + +msgid "algorithm" +msgstr "خوارزمية" + +msgid "iterations" +msgstr "التكرارات" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "منوّع" + +msgid "version" +msgstr "إصدار" + +msgid "memory cost" +msgstr "استهلاك الذاكرة" + +msgid "time cost" +msgstr "المدة المطلوبة" + +msgid "parallelism" +msgstr "التوازي" + +msgid "work factor" +msgstr "عامل العمل" + +msgid "checksum" +msgstr "تدقيق المجموع" + +msgid "block size" +msgstr "مقاس الكتله (البلوك)" + +msgid "name" +msgstr "الاسم" + +msgid "content type" +msgstr "نوع المحتوى" + +msgid "codename" +msgstr "الاسم الرمزي" + +msgid "permission" +msgstr "الصلاحية" + +msgid "permissions" +msgstr "الصلاحيات" + +msgid "group" +msgstr "مجموعة" + +msgid "groups" +msgstr "المجموعات" + +msgid "superuser status" +msgstr "حالة المستخدم الفائق" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"يقضي بأن هذا المستخدم يمتلك كافة الصلاحيات دون الحاجة لمنحها له تصريحاً." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"المجموعات التي ينتمي إليها هذا المستخدم. يحصل المستخدم على كافة الصلاحيات " +"الممنوحة لكل مجموعة ينتمي إليها." + +msgid "user permissions" +msgstr "صلاحيات المستخدم" + +msgid "Specific permissions for this user." +msgstr "صلاحيات خاصة بهذا المستخدم." + +msgid "username" +msgstr "اسم المستخدم" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "مطلوب. 150 رمزاً أو أقل، مكونة من حروف وأرقام و @/./+/-/_ فقط" + +msgid "A user with that username already exists." +msgstr "هناك مستخدم موجود مسبقاً بهذا الاسم." + +msgid "first name" +msgstr "الاسم الأول" + +msgid "last name" +msgstr "الاسم الأخير" + +msgid "email address" +msgstr "عنوان بريد إلكتروني" + +msgid "staff status" +msgstr "حالة الطاقم" + +msgid "Designates whether the user can log into this admin site." +msgstr "يحدد ما إذا كان يمكن للمستخدم الدخول إلى موقع الإدارة هذا." + +msgid "active" +msgstr "نشط" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"يحدد ما إذا كان المستخدم سيُعامل على أنّه نشط. أزل تحديد هذا الحقل بدلاً من حذف " +"الحسابات." + +msgid "date joined" +msgstr "تاريخ الانضمام" + +msgid "user" +msgstr "مستخدم" + +msgid "users" +msgstr "المستخدمون" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف على الأقل." +msgstr[1] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف واحد على الأقل." +msgstr[2] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرفين على الأقل." +msgstr[3] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حروف على الأقل." +msgstr[4] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف على الأقل." +msgstr[5] "" +"كلمة المرور هذه قصيرة جداً. يجب أن تتكون من %(min_length)d رمزاً على الأقل." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرف على الأقل." +msgstr[1] "" +"كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرف واحد على الأقل." +msgstr[2] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرفين على الأقل." +msgstr[3] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حروف على الأقل." +msgstr[4] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d أحرف على الأقل." +msgstr[5] "يجب أن تتكون كلمة المرور من %(min_length)d رمزاً على الأقل." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "كلمة المرور مشابهة جداً لـ %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "لا يمكن لكلمة المرور أن تكون مشابهة للمعلومات الشخصية الأخرى." + +msgid "This password is too common." +msgstr "كلمة المرور هذه شائعة جداً." + +msgid "Your password can’t be a commonly used password." +msgstr "لا يمكن أن تكون كلمة المرور شائعة الاستخدام." + +msgid "This password is entirely numeric." +msgstr "كلمة المرور هذه تتكون من أرقام فقط." + +msgid "Your password can’t be entirely numeric." +msgstr "لا يمكن أن تكون كلمة المرور مكونة من أرقام فقط." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "إعادة تعيين كلمة المرور على %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"أدخل اسم مستخدم صحيحاً. يمكن أن يتكون اسم المستخدم من أحرف إنجليزية وأرقام و " +"الرموز @/./+/-/_ فقط." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"أدخل اسم مستخدم صحيحاً. يمكن أن يتكون اسم المستخدم من حروف وأرقام و الرموز " +"@/./+/-/_ فقط." + +msgid "Logged out" +msgstr "تم الخروج" + +msgid "Password reset" +msgstr "إعادة ضبط كلمة المرور" + +msgid "Password reset sent" +msgstr " تم ارسال إعادة ضبط كلمة المرور" + +msgid "Enter new password" +msgstr "أدخل كلمة المرور الجديدة" + +msgid "Password reset unsuccessful" +msgstr "فشل عملية إعادة تعيين كلمة المرور" + +msgid "Password reset complete" +msgstr "تمت إعادة ضبط كلمة المرور" + +msgid "Password change" +msgstr "تغيير كلمة المرور" + +msgid "Password change successful" +msgstr "تم تغيير كلمة المرور بنجاح" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..203bf07c50f2da0eb4faaf298f97361f3466da7a GIT binary patch literal 10228 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, 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2022-07-25 08:09+0000\n" +"Last-Translator: Jihad Bahmaid Al-Halki\n" +"Language-Team: Arabic (Algeria) (http://www.transifex.com/django/django/" +"language/ar_DZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar_DZ\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Personal info" +msgstr "المعلومات الشخصية" + +msgid "Permissions" +msgstr "الصلاحيات" + +msgid "Important dates" +msgstr "تواريخ مهمة" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "العنصر %(name)s الذي به الحقل الأساسي %(key)r غير موجود." + +msgid "Password changed successfully." +msgstr "تم تغيير كلمة المرور بنجاح." + +#, python-format +msgid "Change password: %s" +msgstr "غيّر كلمة المرور: %s" + +msgid "Authentication and Authorization" +msgstr "المصادقة والتخويل" + +msgid "password" +msgstr "كلمة المرور" + +msgid "last login" +msgstr "آخر دخول" + +msgid "No password set." +msgstr "لا يوجد كلمة سر حتى الآن." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "تنسيق كلمة المرور غير صالح أو خوارزمية التجزئة غير معروفة." + +msgid "The two password fields didn’t match." +msgstr "حقلا كلمتي المرور غير متطابقين." + +msgid "Password" +msgstr "كلمة المرور" + +msgid "Password confirmation" +msgstr "تأكيد كلمة المرور" + +msgid "Enter the same password as before, for verification." +msgstr "أدخل كلمة المرور أعلاه مرة أخرى لتأكيدها." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"لا يتم تخزين كلمات المرور الخام ، لذلك لا توجد طريقة لرؤية كلمة مرور هذا " +"المستخدم ، ولكن يمكنك تغيير كلمة المرور باستخدام هذا " +"النموذج." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"الرجاء إدخال %(username)s وكلمة المرور الصحيحين. لاحظ أن كلا الحقلين قد يكون " +"حساسًا لحالة الأحرف." + +msgid "This account is inactive." +msgstr "هذا الحساب غير نشط." + +msgid "Email" +msgstr "بريد إلكتروني" + +msgid "New password" +msgstr "كلمة المرور الجديدة" + +msgid "New password confirmation" +msgstr "تأكيد كلمة المرور الجديدة" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "كلمة مرورك القديمة غير صحيحة. رجاءً أدخلها مرة أخرى." + +msgid "Old password" +msgstr "كلمة المرور القديمة" + +msgid "Password (again)" +msgstr "كلمة المرور (مجدداً)" + +msgid "algorithm" +msgstr "خوارزمية" + +msgid "iterations" +msgstr "التكرارات" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "تنوع" + +msgid "version" +msgstr "إصدار" + +msgid "memory cost" +msgstr "تكلفة الذاكرة" + +msgid "time cost" +msgstr "تكلفة الوقت" + +msgid "parallelism" +msgstr "تواز" + +msgid "work factor" +msgstr "عامل العمل" + +msgid "checksum" +msgstr "تدقيق المجموع" + +msgid "block size" +msgstr "حجم البلوك (Block)" + +msgid "name" +msgstr "الاسم" + +msgid "content type" +msgstr "نوع المحتوى" + +msgid "codename" +msgstr "الاسم الرمزي" + +msgid "permission" +msgstr "الصلاحية" + +msgid "permissions" +msgstr "الصلاحيات" + +msgid "group" +msgstr "مجموعة" + +msgid "groups" +msgstr "المجموعات" + +msgid "superuser status" +msgstr "حالة المستخدم الخارق" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"حدد بأن هذا المستخدم يمتلك كافة الصلاحيات دون الحاجة لتحديدها له تصريحا." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"المجموعات التي ينتمي إليها هذا المستخدم. ويمكن للمستخدم الحصول على كافة " +"الأذونات الممنوحة لكل من مجموعاتهم." + +msgid "user permissions" +msgstr "صلاحيات المستخدم" + +msgid "Specific permissions for this user." +msgstr "صلاحيات خاصة لهذا المستخدم." + +msgid "username" +msgstr "اسم المستخدم" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "مطلوب. 150 حرف أو أقل. الحروف والأرقام و @ /. / + / - / _ فقط." + +msgid "A user with that username already exists." +msgstr "هناك مستخدم موجود مسبقاً بهذا الاسم." + +msgid "first name" +msgstr "الاسم الأول" + +msgid "last name" +msgstr "الاسم الأخير" + +msgid "email address" +msgstr "عنوان بريد إلكتروني" + +msgid "staff status" +msgstr "حالة الطاقم" + +msgid "Designates whether the user can log into this admin site." +msgstr "يحدد ما إذا كان المستخدم يستطيع الدخول إلى موقع الإدارة هذا." + +msgid "active" +msgstr "نشط" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"يحدد ما إذا كان المستخدم سيُعامل على أنّه نشط. أزل تحديد ها الخيار بدلاً من حذف " +"الحسابات." + +msgid "date joined" +msgstr "تاريخ الانضمام" + +msgid "user" +msgstr "مستخدم" + +msgid "users" +msgstr "المستخدمين" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف على الأقل." +msgstr[1] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف واحد على الأقل." +msgstr[2] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرفين على الأقل." +msgstr[3] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حروف على الأقل." +msgstr[4] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف على الأقل." +msgstr[5] "" +"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف على الأقل." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرف على الأقل." +msgstr[1] "" +"كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرف واحد على الأقل." +msgstr[2] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرفين على الأقل." +msgstr[3] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حروف على الأقل." +msgstr[4] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d أحرف على الأقل." +msgstr[5] "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرف على الأقل." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "كلمة المرور هذه مشابة جدا لـ %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"كلمة المرور الخاصة بكم لا يمكن أن تكون مشابة لأي من المعلومات الشخصية الأخرى " +"الخاصة بك." + +msgid "This password is too common." +msgstr "كلمة المرور هذه شائعة جدا." + +msgid "Your password can’t be a commonly used password." +msgstr "كلمة المرور الخاصة بك لا يمكن أن تكون كلمة مرور مستخدمة بشكل شائع." + +msgid "This password is entirely numeric." +msgstr "كلمة المرور هذه تتكون من أرقام فقط." + +msgid "Your password can’t be entirely numeric." +msgstr "كلمة المرور الخاصة بك لا يمكن أن تكون أرقام فقط." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "إعادة تعيين كلمة المرور على %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"أدخل اسم مستخدم صالح. قد تحتوي هذه القيمة على الأحرف الإنجليزية والأرقام " +"والأحرف @ /. / + / - / _." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"أدخل اسم مستخدم صالح. قد تحتوي هذه القيمة على الأحرف والأرقام والأحرف @ /. / " +"+ / - / _." + +msgid "Logged out" +msgstr "تم الخروج" + +msgid "Password reset" +msgstr "إعادة ضبط كلمة المرور" + +msgid "Password reset sent" +msgstr "إعادة ضبط كلمة المرور تم ارسالها" + +msgid "Enter new password" +msgstr "أدخل كلمة المرور الجديدة" + +msgid "Password reset unsuccessful" +msgstr "فشل عملية إعادة تعيين كلمة المرور" + +msgid "Password reset complete" +msgstr "تم إعادة ضبط كلمة المرور بنجاح" + +msgid "Password change" +msgstr "تغيير كلمة المرور" + +msgid "Password change successful" +msgstr "تم تغيير كلمة المرور بنجاح" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e5f1ace201e93b9eee3cbfaa463c19a020e2d223 GIT binary patch literal 2250 zcmZvcOKco97{?8i*Yap-ct0IPl}2H9Hz7coG(ZWd6lg-I79=EuXFmIT`1|IM<43+^ zXtU@~qCa;FV=eIcTQQ*h3C@Ez!5MJoHpXrT=fI<21ilEag7<_ZrB-x9j&ANP0d6DK1}t3*dJko&PI{qu5^{`SUkOa{ttv!Dg7m z=0UQv36lIW_$asn(!LHzavy6jQNB?lKj>~Kuh<#xtt|OKxjuJ&;lfgjTyl|>Qlyu-+*8)sCR^(Z z-IKf!)(%XW#{7h3>$y-F+sF%3I-wm;g_D+T=v|SibS%odrp$4)DY@4dwHavM7q+i- z4@!Ebgzmh_w&Y;EgKe4doLlLdY`a!Fp712tlXB~mL|WVRS$1h6#}lKwiqtBj*|scm zWi6(b=GJJDaizP4b^4OK!IZYHl38kbs!~1YIQA#~CZv?*B1w#glb9+k5~p@$lT~D6 zKUmV2$wljPCMh;tq-hE37;LeQQ(#%IG`^@t%QAu2ndvEAO@l-jMuBF<*!ZcbW!B?E zxIF8G^On&(41BVqdK=E8&+xu97i8k1jWl{6YeXdG=>^=ZX`GjIjnSsh?Y(}~uQ3KYobO_qrR9Y- zTH_pCjyk2#HWSX2F@H;Fji8>BDwP>O4QsG`Jqybw-O{VrqkCTTWYm!&kNFwve5r)y zC;QG7ajP{L44RIPR9(5(OibRYoEjmk_qU+CHQ(6W*j%6Zzu0Uy){J&i!>&sO9CUKe zwTetAy+V0bA_Z69>zs{FP2@;fSC-MbPE3kaj`^t_<;I4_9GV*2nJ+~aokjlJnCl`e z?dsABucoUfHJ@GOi}NcD_Q7zUON&~Qs1lT+7p3x)#`KnJgOW_=>er}7k^5AX^c{X% zIs8F{id-{gIlSr_T@>ylR#6K{!-uqK4P>f6S{Z*U(QT{6#7uBzUOd zUuAOad?gt|qCmV%~-9Bs07)Co^KZdq_Vbq$NEg#D<5bC1f(MYTIGO0y$^PL`@t zswo?*IMcnLmVM#F2t$R2R0y-h#gR*i*g>T-QOGPCeh-nbY3k, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Dates importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "Contraseña camudada con ésitu." + +#, python-format +msgid "Change password: %s" +msgstr "Camudar contraseña: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "contraseña" + +msgid "last login" +msgstr "aniciu de sesión caberu" + +msgid "No password set." +msgstr "Nun s'afitó la contraseña." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formatu de contraseña inválidu o algoritmu hash inválidu." + +msgid "The two password fields didn't match." +msgstr "Nun concasen los dos campos de contraseña." + +msgid "Password" +msgstr "Contraseña" + +msgid "Password confirmation" +msgstr "Confirmación de contraseña" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "Esta cuenta ta inactiva" + +msgid "Email" +msgstr "Corréu" + +msgid "New password" +msgstr "Contraseña nueva" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "algoritmu" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "suma de comprobación" + +msgid "name" +msgstr "nome" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "permisu" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupu" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "estáu de superusuariu" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "permisos d'usuariu" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "nome d'usuariu" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Yá esiste un usuariu con esi nome d'usuariu." + +msgid "first name" +msgstr "nome" + +msgid "last name" +msgstr "apellíos" + +msgid "email address" +msgstr "direición de corréu" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "activu" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "usuariu" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..31cd01051e0077eb05937c3c66e4c50adfc330d4 GIT binary patch literal 8698 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, 2011 +# Emin Mastizada , 2018,2020 +# Emin Mastizada , 2016 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2025 +# Sevdimali , 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Nijat Mammadov, 2024-2025\n" +"Language-Team: Azerbaijani (http://app.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Şəxsi məlumat" + +msgid "Permissions" +msgstr "İcazələr" + +msgid "Important dates" +msgstr "Vacib tarixlər" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Əsas %(key)r açarı ilə %(name)s obyekti mövcud deyil." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Konfliktli form məlumatları daxil edildi. Təkrar cəhd edin." + +msgid "Password changed successfully." +msgstr "Şifrə uğurla dəyişdirildi." + +msgid "Password-based authentication was disabled." +msgstr "Şifrə əsaslı autentifikasiyanı ləğv edildi." + +#, python-format +msgid "Change password: %s" +msgstr "Şifrəni dəyiş: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Şifrə təyin et: %s" + +msgid "Authentication and Authorization" +msgstr "Təsdiqləmə və Səlahiyyət" + +msgid "password" +msgstr "şifrə" + +msgid "last login" +msgstr "son daxilolma" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Xətalı şifrə formatı və ya bilinməyən heş alqoritması." + +msgid "No password set." +msgstr "Şifrə təyin olunmayıb." + +msgid "Reset password" +msgstr "Şifrəni sıfırla" + +msgid "Set password" +msgstr "Şifrə təyin et" + +msgid "The two password fields didn’t match." +msgstr "Şifrə xanalarının dəyərləri eyni deyil." + +msgid "Password" +msgstr "Şifrə" + +msgid "Password confirmation" +msgstr "Şifrənin təsdiqi" + +msgid "Enter the same password as before, for verification." +msgstr "Təsdiqləmək üçün əvvəlki ilə eyni şifrəni daxil edin." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"İstifadəçinin şifrə ilə autentifikasiya edib-etməyəcəyi. Əgər deaktiv " +"edilsə, onlar yenə də Single Sign-On və ya LDAP kimi digər backend-lərdən " +"istifadə edərək autentifikasiya edə bilərlər." + +msgid "Password-based authentication" +msgstr "Şifrə əsaslı autentifikasiya" + +msgid "Enabled" +msgstr "Aktivləşdi" + +msgid "Disabled" +msgstr "Ləğv edildi" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Şifrələr mətn və ya olduğu kimi saxlanılmır, buna görə də istifadəçinin " +"şifrəsini görmək mümkün deyil." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Bu istifadəçi üçün şifrə təyin edərək şifrə əsaslı autentifikasiyanı aktiv " +"edin." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Lütfən düzgün %(username)s və şifrə daxil edin. Nəzərə alın ki, hər ikisi də " +"böyük-kiçik hərflərə həssasdırlar." + +msgid "This account is inactive." +msgstr "Bu hesab qeyri-aktivdir." + +msgid "Email" +msgstr "E-poçt" + +msgid "New password" +msgstr "Yeni şifrə" + +msgid "New password confirmation" +msgstr "Yeni şifrənin təsdiqi" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Köhnə şifrəni yanlış daxil etdiniz. Zəhmət olmasa bir daha yoxlayın." + +msgid "Old password" +msgstr "Köhnə şifrə" + +msgid "algorithm" +msgstr "alqoritm" + +msgid "iterations" +msgstr "təkrarlanmalar" + +msgid "salt" +msgstr "duz" + +msgid "hash" +msgstr "heş" + +msgid "variety" +msgstr "müxtəliflik" + +msgid "version" +msgstr "versiya" + +msgid "memory cost" +msgstr "yaddaş məsrəfi" + +msgid "time cost" +msgstr "vaxt məsrəfi" + +msgid "parallelism" +msgstr "paralellik" + +msgid "work factor" +msgstr "iş faktoru" + +msgid "checksum" +msgstr "yoxlama dəyəri" + +msgid "block size" +msgstr "blok ölçüsü" + +msgid "name" +msgstr "ad" + +msgid "content type" +msgstr "məzmun növü" + +msgid "codename" +msgstr "kod adı" + +msgid "permission" +msgstr "icazə" + +msgid "permissions" +msgstr "icazələr" + +msgid "group" +msgstr "qrup" + +msgid "groups" +msgstr "qruplar" + +msgid "superuser status" +msgstr "superistifadəçi statusu" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Bu istifadəçinin bütün icazələrə malik olduğunu bildirir." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Bu istifadəçinin aid olduğu qruplar. İstifadəçi bu qruplardan hər birinə " +"verilən bütün icazələri alacaq." + +msgid "user permissions" +msgstr "istifadəçi səlahiyyətləri" + +msgid "Specific permissions for this user." +msgstr "Bu istifadəçiyə aid xüsusi icazələr." + +msgid "username" +msgstr "istifadəçi adı" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Vacibdir. Ən az 150 simvol. Ancaq hərf, rəqəm və @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Bu istifadəçi adı altında başqa istifadəçi var." + +msgid "first name" +msgstr "ad" + +msgid "last name" +msgstr "soyad" + +msgid "email address" +msgstr "e-poçt ünvanı" + +msgid "staff status" +msgstr "admin statusu" + +msgid "Designates whether the user can log into this admin site." +msgstr "İstifadəçinin admin panelinə daxil olub-olmayacağını təyin edir." + +msgid "active" +msgstr "aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"İstifadəçinin aktiv və ya qeyri-aktiv olmasını təyin edir. Hesabları silmək " +"əvəzinə bundan istifadə edin." + +msgid "date joined" +msgstr "qoşulub" + +msgid "user" +msgstr "istifadəçi" + +msgid "users" +msgstr "istifadəçilər" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Şifrə çox qısadır. Şifrədə ən az %d simvol olmalıdır." +msgstr[1] "Şifrə çox qısadır. Şifrədə ən az %d simvol olmalıdır." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Parolunuz ən az %(min_length)d işarə olmalıdır." +msgstr[1] "Şifrəniz ən az %(min_length)d simvoldan ibarət olmalıdır." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Şifrəniz %(verbose_name)s ilə çox bənzərdir." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Şifrəniz digər şəxsi məlumatlarınıza çox bənzərdir." + +msgid "This password is too common." +msgstr "Bu şifrə çox asandır." + +msgid "Your password can’t be a commonly used password." +msgstr "Şifrəniz çox istifadə edilən, ümumişlək olmamalıdır." + +msgid "This password is entirely numeric." +msgstr "Bu şifrə ancaq rəqəmlərdən ibarətdir." + +msgid "Your password can’t be entirely numeric." +msgstr "Şifrəniz ancaq rəqəmlərdən ibarət ola bilməz." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s, şifrənin sıfırlanması" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Düzgün istifadəçi adı daxil edin. Bu dəyər yalnız diakritik olmayan kiçik (a-" +"z) və böyük (A-Z) hərflərdən, rəqəmlərdən və @/./+/-/_ simvollardan ibarət " +"ola bilər." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Düzgün istifadəçi adı daxil edin. Bu dəyər ancaq hərf, rəqəm və @/./+/-/_ " +"simvollarından ibarət ola bilər." + +msgid "Logged out" +msgstr "Çıxdınız" + +msgid "Password reset" +msgstr "Şifrənin sıfırlanması" + +msgid "Password reset sent" +msgstr "Şifrə sıfırlanması göndərildi" + +msgid "Enter new password" +msgstr "Yeni şifrəni daxil edin" + +msgid "Password reset unsuccessful" +msgstr "Şifrə sıfırlanması uğursuz oldu" + +msgid "Password reset complete" +msgstr "Şifrə sıfırlanması tamamlandı" + +msgid "Password change" +msgstr "Şifrənin dəyişdirilməsi" + +msgid "Password change successful" +msgstr "Şifrə uğurla dəyişdirildi" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..034ee64f2b17c8a5754c65050aa8f93bdeb72be0 GIT binary patch literal 11397 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 C@z6{F literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a753da5cbcf --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,342 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2015 +# znotdead , 2016-2017,2019,2021,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: znotdead , " +"2016-2017,2019,2021,2023-2025\n" +"Language-Team: Belarusian (http://app.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Personal info" +msgstr "Асабістыя зьвесткі" + +msgid "Permissions" +msgstr "Дазволы" + +msgid "Important dates" +msgstr "Важныя даты" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Аб'ект %(name)s з першасным ключом %(key)r не існуе." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Адпраўлены супярэчлівыя даныя формы. Калі ласка, паспрабуйце яшчэ раз." + +msgid "Password changed successfully." +msgstr "Пароль зьмянілі." + +msgid "Password-based authentication was disabled." +msgstr "Аўтэнтыфікацыя на аснове пароля адключана." + +#, python-format +msgid "Change password: %s" +msgstr "Зьмяніць пароль: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Усталяваць пароль: %s" + +msgid "Authentication and Authorization" +msgstr "Аўтэнтыфікацыя і аўтарызацыя" + +msgid "password" +msgstr "пароль" + +msgid "last login" +msgstr "апошні раз уваходзіў" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Няправільны фармат паролю або невядомы алгарытм хэшавання." + +msgid "No password set." +msgstr "Пароль не зададзены." + +msgid "Reset password" +msgstr "Узнавіць пароль" + +msgid "Set password" +msgstr "Усталяваць пароль" + +msgid "The two password fields didn’t match." +msgstr "Не супадаюць паролі ў двух палях." + +msgid "Password" +msgstr "Пароль" + +msgid "Password confirmation" +msgstr "Пацьвердзіце пароль" + +msgid "Enter the same password as before, for verification." +msgstr "Дзеля пэўнасьці набярыце такі самы пароль яшчэ раз." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Зможа карыстальнік прайсці аўтэнтыфікацыю з дапамогай пароля ці не. Калі " +"гэта функцыя адключана, яны ўсё роўна могуць прайсці аўтэнтыфікацыю з " +"дапамогай іншых бэкэндаў, такіх як Single Sign-On або LDAP." + +msgid "Password-based authentication" +msgstr "Аўтэнтыфікацыя на аснове пароля" + +msgid "Enabled" +msgstr "Уключана" + +msgid "Disabled" +msgstr "Адключана" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Неапрацаваныя паролі не захоўваюцца, таму няма магчымасці ўбачыць пароль " +"карыстальніка." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Уключыць аўтэнтыфікацыю на аснове пароля для гэтага карыстальніка, " +"усталяваўшы пароль." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Калі ласка, увядзіце правільны %(username)s і пароль. Адзначым, што абодва " +"палі могуць быць адчувальныя да рэгістра." + +msgid "This account is inactive." +msgstr "Рахунак ня дзейнічае." + +msgid "Email" +msgstr "Электронная пошта" + +msgid "New password" +msgstr "Новы пароль" + +msgid "New password confirmation" +msgstr "Пацьвердзіце новы пароль" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Пазначылі неадпаведны стары пароль. Набярыце яго зноўку." + +msgid "Old password" +msgstr "Стары пароль" + +msgid "algorithm" +msgstr "альґарытм" + +msgid "iterations" +msgstr "паўтарэньні" + +msgid "salt" +msgstr "соль" + +msgid "hash" +msgstr "скарот" + +msgid "variety" +msgstr "мноства" + +msgid "version" +msgstr "версія" + +msgid "memory cost" +msgstr "кошт памяці" + +msgid "time cost" +msgstr "кошт часу" + +msgid "parallelism" +msgstr "паралелізм" + +msgid "work factor" +msgstr "множнік працы" + +msgid "checksum" +msgstr "кантрольная сума" + +msgid "block size" +msgstr "памер блока" + +msgid "name" +msgstr "назва" + +msgid "content type" +msgstr "від змесціва" + +msgid "codename" +msgstr "найменьне" + +msgid "permission" +msgstr "дазвол" + +msgid "permissions" +msgstr "дазволы" + +msgid "group" +msgstr "суполка" + +msgid "groups" +msgstr "суполкі" + +msgid "superuser status" +msgstr "становішча спраўніка" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Паказвае, ці мае карыстальнік усе дазволы без таго, каб іх яўна прызначаць." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Суполкі, у якія ўваходзіць карыстальнік. Карыстальнік атрымае дазволы, якія " +"мае кожная ягоная суполка." + +msgid "user permissions" +msgstr "дазволы карыстальніка" + +msgid "Specific permissions for this user." +msgstr "Адмысловыя правы для гэтага карыстальніка." + +msgid "username" +msgstr "імя карыстальніка" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Абавязковае поле. Да 150 знакаў. Толькі літары, лічбы ды @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Карыстальнік з такім іменем ужо існуе." + +msgid "first name" +msgstr "імя" + +msgid "last name" +msgstr "прозьвішча" + +msgid "email address" +msgstr "адрас электроннай пошты" + +msgid "staff status" +msgstr "становішча" + +msgid "Designates whether the user can log into this admin site." +msgstr "Паказвае, ці можа карыстальнік ўваходзіць на кіраўнічую пляцоўку." + +msgid "active" +msgstr "дзейны" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Паказвае, ці трэба ставіцца да карыстальніка як да дзейнага. Замест таго " +"каб, каб выдаляць рахунак, зраіце карыстальніка нядзейным." + +msgid "date joined" +msgstr "калі далучылі" + +msgid "user" +msgstr "карыстальнік" + +msgid "users" +msgstr "карыстальнікі" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Гэты пароль занадта кароткі. Ён павінен мець не менш %d сімвал." +msgstr[1] "Гэты пароль занадта кароткі. Ён павінен мець не менш %d сімвала." +msgstr[2] "Гэты пароль занадта кароткі. Ён павінен мець не менш %d сімвалаў." +msgstr[3] "Гэты пароль занадта кароткі. Ён павінен мець не менш %d сімвалаў." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Ваш пароль павінен мець не менш %(min_length)d сімвал." +msgstr[1] "Ваш пароль павінен мець не менш %(min_length)d сімвала." +msgstr[2] "Ваш пароль павінен мець не менш %(min_length)d сімвалаў." +msgstr[3] "Ваш пароль павінен мець не менш %(min_length)d сімвалаў." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Пароль занадта падобны да %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Ваш пароль ня можа быць занадта падобным да вашай іншай асабістай інфармацыі." + +msgid "This password is too common." +msgstr "Гэты пароль занадта распаўсюджаны." + +msgid "Your password can’t be a commonly used password." +msgstr "Ваш пароль ня можа быць адным з шырока распаўсюджаных пароляў." + +msgid "This password is entirely numeric." +msgstr "Гэты пароль цалкам лікавы." + +msgid "Your password can’t be entirely numeric." +msgstr "Ваш пароль ня можа быць цалкам лікавым." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Узнавіць пароль на %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Увядзіце імя карыстальніка. Гэта значэнне можа ўтрымліваць толькі малыя " +"літары a-z і вялікія літары A-Z, лічбы і сімвалы @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Увядзіце імя карыстальніка. Гэта значэнне можа ўтрымліваць толькі літары, " +"лічбы і сімвалы @/./+/-/_." + +msgid "Logged out" +msgstr "Не ўвайшоў" + +msgid "Password reset" +msgstr "Аднаўленне пароля" + +msgid "Password reset sent" +msgstr "Запыт на аднаўленне пароля адасланы" + +msgid "Enter new password" +msgstr "Пазначце новы пароль" + +msgid "Password reset unsuccessful" +msgstr "Не ўдалося аднавіць пароль" + +msgid "Password reset complete" +msgstr "Аднаўленне пароля скончана" + +msgid "Password change" +msgstr "Змена пароля" + +msgid "Password change successful" +msgstr "Змена пароля прайшла паспяхова" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3a5e1a22464f5f4cac5c4705d1ab630d3ab38fac GIT binary patch literal 10717 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 v4fbCtan)^B8|2L+I1CCb@)v3, 2022-2024 +# Boris Chervenkov , 2012 +# Georgi Kostadinov , 2012 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Todor Lubenov , 2015 +# Venelin Stoykov , 2015-2016 +# vestimir , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 08:09+0000\n" +"Last-Translator: arneatec , 2022-2024\n" +"Language-Team: Bulgarian (http://app.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Лична информация" + +msgid "Permissions" +msgstr "Права" + +msgid "Important dates" +msgstr "Важни дати" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s обект с първичен ключ %(key)r не съществува." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Изпратихте данни с противоречия чрез формата. Моля опитайте отново." + +msgid "Password changed successfully." +msgstr "Паролата беше променена успешно. " + +msgid "Password-based authentication was disabled." +msgstr "Автентикацията с парола беше спряна." + +#, python-format +msgid "Change password: %s" +msgstr "Промени парола: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Задай парола: %s" + +msgid "Authentication and Authorization" +msgstr "Аутентикация и оторизация" + +msgid "password" +msgstr "парола" + +msgid "last login" +msgstr "последно вписване" + +msgid "No password set." +msgstr "Не е зададена парола." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Невалиден формат за парола или неизвестен алгоритъм за хеширане." + +msgid "Reset password" +msgstr "Възстановяване на парола" + +msgid "Set password" +msgstr "Задаване на парола" + +msgid "The two password fields didn’t match." +msgstr "Двете полета за паролата не съвпадат. " + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Дали потребителят можи да влиза с парола или не. Ако е забранено, те могат " +"да влизат чрез други способи, като Единно Влизане /Single Sign-On/ или LDAP." + +msgid "Password" +msgstr "Парола" + +msgid "Password confirmation" +msgstr "Потвърждение на паролата" + +msgid "Enter the same password as before, for verification." +msgstr "Въведете същата парола като преди, за да потвърдите." + +msgid "Password-based authentication" +msgstr "Влизане чрез парола" + +msgid "Enabled" +msgstr "Включено" + +msgid "Disabled" +msgstr "Изключено" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Паролите не се съхраняват в чист вид, така че няма начин да се види паролата " +"на потребителя." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "Включете влизането с парола за този потребител като зададете парола." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Моля, въведете правилните %(username)s и парола. Имайте предвид, че и двете " +"полета могат да бъдат с малки или главни букви." + +msgid "This account is inactive." +msgstr "Този профил е неактивен." + +msgid "Email" +msgstr "Имейл" + +msgid "New password" +msgstr "Нова парола" + +msgid "New password confirmation" +msgstr "Потвърждение на новата парола" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Въвели сте погрешна стара парола. Въведете я отново. " + +msgid "Old password" +msgstr "Стара парола" + +msgid "algorithm" +msgstr "алгоритъм" + +msgid "iterations" +msgstr "повторения" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "хеш" + +msgid "variety" +msgstr "разнообразие" + +msgid "version" +msgstr "версия" + +msgid "memory cost" +msgstr "разход памет" + +msgid "time cost" +msgstr "разход време" + +msgid "parallelism" +msgstr "паралелизъм" + +msgid "work factor" +msgstr "работен фактор" + +msgid "checksum" +msgstr "чексума" + +msgid "block size" +msgstr "размер на блока" + +msgid "name" +msgstr "име" + +msgid "content type" +msgstr "тип на съдържанието" + +msgid "codename" +msgstr "код" + +msgid "permission" +msgstr "право" + +msgid "permissions" +msgstr "права" + +msgid "group" +msgstr "група" + +msgid "groups" +msgstr "групи" + +msgid "superuser status" +msgstr "статут на супер-потребител" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Указва, че този потребител има всички права (без да има нужда да се " +"изброяват изрично)." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Групите на които този потребител принадлежи. Потребителят ще получи всички " +"разрешения, дадени на всяка една от своите групи." + +msgid "user permissions" +msgstr "права на потребител" + +msgid "Specific permissions for this user." +msgstr "Специфични права за този потребител" + +msgid "username" +msgstr "потребител" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Задължително. 150 знака или по-малко. Букви, цифри и @/./+/-/_ ." + +msgid "A user with that username already exists." +msgstr "Потребител с това потребителско име вече съществува. " + +msgid "first name" +msgstr "собствено име" + +msgid "last name" +msgstr "фамилно име" + +msgid "email address" +msgstr "имейл адрес" + +msgid "staff status" +msgstr "статус на персонал" + +msgid "Designates whether the user can log into this admin site." +msgstr "Указва дали този потребител има достъп до административния панел." + +msgid "active" +msgstr "активен" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Указва дали този потребител трябва да се третира като активен. Премахнете " +"тази отметката, вместо да изтривате профили." + +msgid "date joined" +msgstr "дата на регистриране" + +msgid "user" +msgstr "потребител" + +msgid "users" +msgstr "потребители" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Паролата е прекалено къса. Трябва да съдържа поне %(min_length)d символ." +msgstr[1] "" +"Паролата е прекалено къса. Трябва да съдържа поне %(min_length)d символа." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Вашата парола трябва да съдържа поне %(min_length)d символ." +msgstr[1] "Вашата парола трябва да съдържа поне %(min_length)d символа." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Паролата е много подобна на %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Вашата парола не може да прилича на останалата Ви лична информация." + +msgid "This password is too common." +msgstr "Тази парола е често срещана." + +msgid "Your password can’t be a commonly used password." +msgstr "Вашата парола не може да бъде често срещана." + +msgid "This password is entirely numeric." +msgstr "Тази парола е изцяло от цифри." + +msgid "Your password can’t be entirely numeric." +msgstr "Вашата парола не може да бъде само от цифри." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Промяна на парола за %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Въведете валидно потребителско име. То може да съдържа неударени малки a-z и " +"големи A-Z букви, цифри и @/./+/-/_ символи." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Въведете валидно потребителско име. То може да съдържа само букви, цифри и " +"@/./+/-/_ символи." + +msgid "Logged out" +msgstr "Извън системата" + +msgid "Password reset" +msgstr "Забравена парола" + +msgid "Password reset sent" +msgstr "Нулиране на паролата е изпратено" + +msgid "Enter new password" +msgstr "Въведете нова парола" + +msgid "Password reset unsuccessful" +msgstr "Неуспешна промяна на паролата " + +msgid "Password reset complete" +msgstr "Промяната на парола завърши" + +msgid "Password change" +msgstr "Промяна на парола" + +msgid "Password change successful" +msgstr "Паролата е сменена успешно" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9bb6607f4a6a6e07dfbbe29cd393b31a8896ffb9 GIT binary patch literal 5455 zcmbW3TZ|k>6^1JzKv+mfLV!SmQ@QWPnc0gsV2^Qxy>TKVUlwPBKnf4NGc_~q^mLEA zdpx!P2^`2p7Rm#%BL$PSWxF?ujcpd>i-c?;5%Cc5f{=JHvgQFKKp-BF5E3tZr>f`T zWq0k++UkF*>eRXX=bY-jde6bOyaIk2{401bc=Lyq`Y5;xybXLDd2&Z{P;(X{{}_hO)QGO+dzruUXak#qoACB0)!H^Cf{G1;}j@*x99s`1Nl?m;3ayh zpy=NX%K2}D!qa|G_<22FKa$T+fc&X*yu|)x@DMqB7u>=81(c41r@&e8D!2#Sh>`ce z3*ZF!J&a6(=fOkZ-@qdH5uB)5M;~#ZcunW0*-;d07cK=!R_FKByAJ8 z8+;1KlNi?xT1av%DG>HV*mFbe@fl$?A#4XoU1_bvy|g= zpyVe2rJnYIli(aEdVdG52mc7lIgJsqvyK;OvX8XZ1Y?XLy+vrY#-)xW2GJ`Il&S*b ze#WDWH4N!d(I+vDGoZ`*Sp=V82q%v-9$?5LKHX}6xi~2Y`$(P%_S0aWMi~nHu*P}QC=M!Y*9~j2Y&ex=FVsO)(|(vn ztYXQlH2hE}erlFE+4Ux=N3EcuXN^t?Dm4`hYphU z4LNnIH>gE1%oF(5s8+)*=uz7TwGU2oISQ-3D1%P5J?fiCOj=Ysh_IU-HJzua_d^eR zHO~)6`U_>7(8Y6|w8~|ZB-K{1c&jq77wjtzY!CX?wX9=jk#7Pu-0co#B>ba&V`&GYuORQO!^=X?uX3s&9fyqAPwSd@R+_SFVec z6p%}-=BFR#^`O2UwPGC&kg3~Li;>KeAwMifaZI_ufSwMFml(IF{Zw0ui^^$IUN^m} zTsP$xlU75Oql%I4Qc^2=SLBDLqD;f{1B$rC%e$eGI`Jcpp%{HWN&w}OP%a=XI}OYIoQb#v$|N2`OBT` zM~KOh6US92d&izc-48qSbN2UHtMn+cr>v0$yNZREH3k}*UiAxutM#g1-qvP-|+XFVzZL9jfv-2LYW9fbbhoTUf?T*3!3GBNa&bPu31x|pgiac7fUO%A z#6?#a=d1IN9E2YO(n^5Hr3r~UBGn3%eR6C*1rb50;h>=csg5l9fem-TMhLu}B96p>spLV%4_I_Em-@-ABb ze79hvLNKw!J-9?JQP=Od>v-TO$P@W~WS!58%azsl6aO{VoyI{HZ581Zjo7`VZ3)?C zl2rAs8%maLksI80oOCCX6RtrKdR=|E+vvRA zlNxu0LJWL7u*(&21K+L8USY06q!(b2u2`_|e$(XsE^#sUu3A#;+;(@CWZe2o_1V6A z**b_yk+R<2cpoBu#KwfypI8krCj|DsO)@8BmTaksk$!*M5^&Vn?@KR#+~Rl(V|*J1 zFK^Ou5LHxoZq}MwzUcGsf(tbN1}do&QGdody!h&6`%UXJ{&E6;PqQRnZ#y|^Q=PA# z>8^5lW2zUM&`4P^cZDn87>>IXN*384^xz#z{L{#~tiWDlj*bzF9qMpG#T?qC!`_}uvmc9Ep*~_Af7Z&hZ zY%jZkQxrDd&mrYLcFy&aS|ZFncKH&XofNltud|4Q|4Hab;e3Td;)*kH#wr<@TQcPA W(r&VG4c$!ox&~9UXoJ!?rv3{_S@k*q literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..26e37cbbea1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,286 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Tahmid Rafi , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "ব্যক্তিগত তথ্য" + +msgid "Permissions" +msgstr "অনুমোদন" + +msgid "Important dates" +msgstr "গুরুত্বপূর্ণ তারিখ" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "পাসওয়ার্ড বদল সফল হয়েছে।" + +#, python-format +msgid "Change password: %s" +msgstr "পাসওয়ার্ড বদলানঃ %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "পাসওয়ার্ড" + +msgid "last login" +msgstr "সর্বশেষ প্রবেশ" + +msgid "No password set." +msgstr "কোনো পাসওয়ার্ড সেট করা হয় নি।" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "অবৈধ পাসওয়ার্ড ফরম্যাট অথবা অজ্ঞাত হ্যাশিং অ্যালগরিদম।" + +msgid "The two password fields didn't match." +msgstr "পাসওয়ার্ড দুটো মেলেনি।" + +msgid "Password" +msgstr "পাসওয়ার্ড" + +msgid "Password confirmation" +msgstr "পাসওয়ার্ড নিশ্চিত করুন" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "এই একাউন্টটি কার্যকর নয়।" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "নতুন পাসওয়ার্ড" + +msgid "New password confirmation" +msgstr "নতুন পাসওয়ার্ড নিশ্চিতকরণ" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"আপনার পুরনো পাসওয়ার্ড ঠিকভাবে প্রবেশ করানো হয়নি। অনুগ্রহপূর্বক সঠিক পাসওয়ার্ড দিন।" + +msgid "Old password" +msgstr "পুরনো পাসওয়ার্ড" + +msgid "Password (again)" +msgstr "পাসওয়ার্ড (পুনরায়)" + +msgid "algorithm" +msgstr "অ্যালগরিদম" + +msgid "iterations" +msgstr "ইটারেশন" + +msgid "salt" +msgstr "সল্ট" + +msgid "hash" +msgstr "হ্যাশ" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "চেকসাম" + +msgid "name" +msgstr "নাম" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "কোডনাম" + +msgid "permission" +msgstr "অনুমোদন" + +msgid "permissions" +msgstr "অনুমোদন" + +msgid "group" +msgstr "দল" + +msgid "groups" +msgstr "দল সমূহ" + +msgid "superuser status" +msgstr "সুপারইউজার মর্যাদা" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "সদস্যকে সকল ধরণের অনুমতি প্রদান করে।" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "সদস্যের অনুমোদন সমূহ" + +msgid "Specific permissions for this user." +msgstr "এই ব্যবহারকারীর জন্য নির্দিষ্ট পারমিশন।" + +msgid "username" +msgstr "সদস্যনাম" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "এই সদস্যনামে একজন সদস্য আছেন।" + +msgid "first name" +msgstr "প্রথম নাম" + +msgid "last name" +msgstr "শেষ নাম" + +msgid "email address" +msgstr "ইমেইল অ্যাড্রেস" + +msgid "staff status" +msgstr "স্টাফ মর্যাদা" + +msgid "Designates whether the user can log into this admin site." +msgstr "সদস্যকে প্রশাসন সাইটে প্রবেশাধিকার প্রদান।" + +msgid "active" +msgstr "সচল" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "সদস্যকে সচল হিসেবে নির্ধারণ করুন। একাউন্ট মুছে ফেলার বদলে এটি ব্যবহার করুন।" + +msgid "date joined" +msgstr "যোগদানের তারিখ" + +msgid "user" +msgstr "সদস্য" + +msgid "users" +msgstr "সদস্যগণ" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "প্রস্থান সম্পন্ন" + +msgid "Password reset" +msgstr "পাসওয়ার্ড রিসেট" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "নতুন পাসওয়ার্ড দিন" + +msgid "Password reset unsuccessful" +msgstr "পাসওয়ার্ড রিসেট সফল হয়নি" + +msgid "Password reset complete" +msgstr "পাসওয়ার্ড রিসেট সম্পন্ন হয়েছে" + +msgid "Password change" +msgstr "পাসওয়ার্ড পরিবর্তন" + +msgid "Password change successful" +msgstr "পাসওয়ার্ড পরিবর্তন সফল হয়েছে" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ff11ddbedd4c0a854c1d68dcc7b83250810348f9 GIT binary patch literal 1436 zcmZvbL2naB6vwAD&~^*7qLtbrkX{c#vCzhA$F1=O6GVUtNJ@mT-W6h4^ z5an2jD;&7>8}!s091))Yu2p;ChPZMr|F?ExWA#aIfA7uw-*x9REATk@4|oE6Jz0MPeun%VxB&hK za{a=waefNqx-;NY__uJ@zl50k{|%l8--2I&0mOXXS@0`x5oCP}aESbu-4)uotEy+}BQxPaAJQux7pcdDE=?dlBzjSVfm!>*CtEXIe!*p$;O&ZgsZS9YyjA`2iTiMXbEWBx5Uc_Vu zWm>dP20w(VuYw519`L|3Rbx80mm-C+R4i-<^@)xBLB>@|h5S z8G1NX5z_32+qy4}D7>>-CX=JUzIZ0?kB6W{(!L(4{l0whS6S1Oxz73=is=YK=Yve| L;O{#Ov@+s7T8UR5 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po new file mode 100644 index 00000000000..287f92c3ac2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,293 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "ger-tremen" + +msgid "last login" +msgstr "kevreet da ziwezhañ" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "Ger-tremen" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "Ger-tremen nevez" + +msgid "New password confirmation" +msgstr "Kadarnaat ar ger-tremen nevez" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "Ger-tremen kozh" + +msgid "Password (again)" +msgstr "Ger-tremen (adarre)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "anv" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "strollad" + +msgid "groups" +msgstr "strolladoù" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "anv-bihan" + +msgid "last name" +msgstr "anv-familh" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "implijer" + +msgid "users" +msgstr "implijerien" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Digevreet" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cb49f5c8c4c5e2f8a653a84bf8116d5994440d98 GIT binary patch literal 3146 zcmZ{lO^h7H6~~JJ30`nWFdyM7eonGx7c{do8-wk!hhSqnTE%7uXKe|=rDnROr)IjV znyTs^c#xss2?} zSG}tDe^qZjzvs5M1)e38M^Ik6MTjTCt3SdEPj;&iN5GfCW$*)VANUWj1O6903Ld>p z2nBlZZt&kA+xZ$?0QcW6#9iRy;Dg{{@MqxjReu+}18rONUjl!L_GR!s@O|)3@H)5` z{42R<590Pg$DUjFifEXfP1o0EH>K}l6(DopV&~Tm}(haTR30{#5b3>ieHTp7#mJ<36j}f2;WSivIz5zh8nJ&+kCi zYag6qJstshpAC@xeFlVl;^!!fD102b|5qq{F7UZ{*cR`LpZzE>D;`F92;~3@+%Dn- z6n^m@?nmLh^7?${e~rRE@cR6)-?N8MVZHe|h{Bq&uKYYuqPRO;{Y}+ofB0dY5&q)g zGxHeN7MF}n)v_ns9jacSi4FtGoKB_Nq>Qf7w2pE!GInAJN(>4kNo*a$0x!?nIL02Jg?LU)=96z~P|upa zW@FG!JZI;l$ScHc9q!CRAv#q|<`r6!vD9XHr=wRyFCw4!ddmBLo+O*~U7vR^*4c@f zK;2s-6R6&|Vxv&KRD&R{HkF9t1)DpvyEa7=NUTgy4xVb$v(7_867b_L5m_ zHrnkb9Xv=}Z5(JfoAf(s5Qd}ubbEF7>3I7PSBn{q&gfXohoBf8mp~0 zc4n+i)1fjNXLPE~C@+%c`qap+D{?H6LnzTRDJaI&X|`TrZk z)XGozjdbKNWrWNLwU9eU3I0qJ>1h`!53<-XGIVAWY&M7M5RRAcI=y{OVH`4vjqBo~ z+`bM~aK-afBkgIQIS68A>9dpzW+9KkU4nn%e-o)hB3;KR9w$&32@-mi)1>IwFm_nh zSg2XqLek|Bpi>Xakd`wc-yeg7Q?tp{xcT^{%)$=-W0vP#xzC1b`!>B?_X$noQAyB*bQtcJeXvmCz6yRyTt2iQ3WKKVu?Mv>FV#z6Y6A BYV-gA literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 00000000000..672e234ff3a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,296 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Arza Grbic , 2021 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-09-27 17:56+0000\n" +"Last-Translator: Arza Grbic \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Personal info" +msgstr "Lični podaci" + +msgid "Permissions" +msgstr "Dozvole" + +msgid "Important dates" +msgstr "Važni datumi" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objekat sa primarnim ključem %(key)r ne postoji." + +msgid "Password changed successfully." +msgstr "Lozinka uspješno izmjenjena." + +#, python-format +msgid "Change password: %s" +msgstr "Izmjeni lozinku: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "lozinka" + +msgid "last login" +msgstr "posljednja prijava" + +msgid "No password set." +msgstr "Lozinka nije postavljena." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neispravan format lozinke ili nepoznat hashing algoritam." + +msgid "The two password fields didn’t match." +msgstr "" + +msgid "Password" +msgstr "Lozinka" + +msgid "Password confirmation" +msgstr "Potvrda lozinke" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "Ovaj nalog je neaktivan." + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "Nova lozinka" + +msgid "New password confirmation" +msgstr "Potvrda nove lozinke" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaša stara lozinka nije pravilno unesena. Unesite je ponovo." + +msgid "Old password" +msgstr "Stara lozinka" + +msgid "Password (again)" +msgstr "Lozinka (ponovite)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "block size" +msgstr "" + +msgid "name" +msgstr "ime" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "šifra dozvole" + +msgid "permission" +msgstr "dozvola" + +msgid "permissions" +msgstr "dozvole" + +msgid "group" +msgstr "grupa" + +msgid "groups" +msgstr "grupe" + +msgid "superuser status" +msgstr "status administratora" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Označava da li korisnik ima sve dozvole bez dodjeljivanja pojedinačnih " +"dozvola." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "korisničke dozvole" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "korisničko ime" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Korisnik sa tim korisničkim imenom već postoji." + +msgid "first name" +msgstr "ime" + +msgid "last name" +msgstr "prezime" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "status člana uredništva" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Označava da li korisnik može da se prijavi na ovaj sajt za administraciju." + +msgid "active" +msgstr "aktivan" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Označava da li se korisnik smatra aktivnim. Uklnote izbor sa ovog polja " +"umjesto da brišete nalog." + +msgid "date joined" +msgstr "datum registracije" + +msgid "user" +msgstr "korisnik" + +msgid "users" +msgstr "korisnici" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can’t be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can’t be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Odjavljen" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c53f782e070de311c081f7b935e4bacf97fa5050 GIT binary patch literal 7643 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ae4a6d5423c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,316 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2015,2017,2021 +# Carles Barrobés , 2011-2012,2014-2015 +# Carles Pina Estany, 2022 +# Gil Obradors Via , 2019 +# Gil Obradors Via , 2019-2020 +# Jannis Leidel , 2011 +# Marc Compte , 2021 +# Roger Pons , 2015 +# Xavier RG , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2022-07-25 08:09+0000\n" +"Last-Translator: Carles Pina Estany\n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Informació personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Dates importants" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existeix cap objecte %(name)s amb la clau primària %(key)r." + +msgid "Password changed successfully." +msgstr "Contrasenya canviada amb èxit" + +#, python-format +msgid "Change password: %s" +msgstr "Canviar contrasenya: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticació i Autorització" + +msgid "password" +msgstr "contrasenya" + +msgid "last login" +msgstr "últim inici de sessió" + +msgid "No password set." +msgstr "No s'ha establert la clau." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Format de contrasenya incorrecte o algorisme de hash desconegut." + +msgid "The two password fields didn’t match." +msgstr "Els dos camps de contrasenya no coincideixen." + +msgid "Password" +msgstr "Contrasenya" + +msgid "Password confirmation" +msgstr "Confirmació de contrasenya" + +msgid "Enter the same password as before, for verification." +msgstr "Introduïu la mateixa contrasenya d'abans, com a verificació." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Les contrasenyes no es guarden en text clar, així que no hi ha forma de " +"conèixer-les, però pots canviar la contrasenya utilitzant " +"aquest formulari." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Si us plau, introduïu un %(username)s i clau correctes. Observeu que ambdós " +"camps poden ser sensibles a majúscules." + +msgid "This account is inactive." +msgstr "Aquest compte està inactiu" + +msgid "Email" +msgstr "Correu electrònic" + +msgid "New password" +msgstr "Contrasenya nova" + +msgid "New password confirmation" +msgstr "Confirmació de contrasenya nova" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"La vostra antiga contrasenya no és correcta. Si us plau, introduïu-la de nou." + +msgid "Old password" +msgstr "Contrasenya antiga" + +msgid "Password (again)" +msgstr "Contrasenya (de nou)" + +msgid "algorithm" +msgstr "algorisme" + +msgid "iterations" +msgstr "iteracions" + +msgid "salt" +msgstr "sal" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "varietat" + +msgid "version" +msgstr "versió" + +msgid "memory cost" +msgstr "cost de memòria" + +msgid "time cost" +msgstr "cost de temps" + +msgid "parallelism" +msgstr "paralelisme" + +msgid "work factor" +msgstr "factor de treball" + +msgid "checksum" +msgstr "suma de comprovació" + +msgid "block size" +msgstr "mida de bloc" + +msgid "name" +msgstr "nom" + +msgid "content type" +msgstr "tipus de contingut" + +msgid "codename" +msgstr "nom en clau" + +msgid "permission" +msgstr "permís" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grup" + +msgid "groups" +msgstr "grups" + +msgid "superuser status" +msgstr "estat de superusuari" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Designa que aquest usuari té tots els permisos sense assignar-los " +"explícitament." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Els grups als que pertany l'usuari. Un usuari tindrà tots els permisos de " +"cadascun dels seus grups." + +msgid "user permissions" +msgstr "permisos de l'usuari" + +msgid "Specific permissions for this user." +msgstr "Permisos específics per a aquest usuari." + +msgid "username" +msgstr "nom d'usuari" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Obligatori. 150 o menys caràcters. Només lletres, dígits i @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Ja existeix un usuari amb aquest nom." + +msgid "first name" +msgstr "nom propi" + +msgid "last name" +msgstr "cognoms" + +msgid "email address" +msgstr "adreça de correu electrònic" + +msgid "staff status" +msgstr "membre del personal" + +msgid "Designates whether the user can log into this admin site." +msgstr "Designa si l'usuari pot entrar al lloc administratiu." + +msgid "active" +msgstr "actiu" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Designa si aquest usuari ha de ser tractat com a actiu. Deseleccioneu-ho " +"enlloc d'esborrar comptes d'usuari." + +msgid "date joined" +msgstr "data d'incorporació" + +msgid "user" +msgstr "usuari" + +msgid "users" +msgstr "usuaris" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"La contrasenya és massa curta. Ha de tenir al menys %(min_length)d caràcter." +msgstr[1] "" +"La contrasenya és massa curta. Ha de tenir un mínim de %(min_length)d " +"caràcters." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "La contrasenya és ha de tenir al menys %(min_length)d caràcter." +msgstr[1] "La contrasenya ha de tenir un mínim de %(min_length)d caràcters." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La contrasenya és massa semblant a %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"La teva contrasenya no pot ser tan similar a alguna de la teva informació " +"personal" + +msgid "This password is too common." +msgstr "Aquesta contrasenya és massa comuna." + +msgid "Your password can’t be a commonly used password." +msgstr "La teva contrasenya no pot ser la típica contrasenya comuna." + +msgid "This password is entirely numeric." +msgstr "La contrasenya està formada només per números." + +msgid "Your password can’t be entirely numeric." +msgstr "La teva contrasenya no potser únicament numèrica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Reinicialitzar la contrasenya a %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Introdueixi un nom d'usuari vàlid. Aquest valor pot contenir sols lletres, " +"números i els caràcters @/./+/-/_ " + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Introdueixi un nom d'usuari vàlid. Aquest valor pot contenir sols lletres, " +"números i els caràcters @/./+/-/_ " + +msgid "Logged out" +msgstr "Sessió finalitzada" + +msgid "Password reset" +msgstr "Restablir contrasenya" + +msgid "Password reset sent" +msgstr "Restabliment de contrasenya enviat" + +msgid "Enter new password" +msgstr "Introduïu la nova contrasenya" + +msgid "Password reset unsuccessful" +msgstr "Restabliment de contrasenya fallat" + +msgid "Password reset complete" +msgstr "Contrasenya restablerta" + +msgid "Password change" +msgstr "Canvi de contrasenya" + +msgid "Password change successful" +msgstr "Contrasenya canviada amb èxit" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6cd179589172fe4a72220d7f5c722325b0744d94 GIT binary patch literal 11066 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1b689c6c33a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,341 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Swara , 2022,2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 08:09+0000\n" +"Last-Translator: Swara , 2022,2024\n" +"Language-Team: Central Kurdish (http://app.transifex.com/django/django/" +"language/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "زانیاریی کەسی" + +msgid "Permissions" +msgstr "ڕێگەپێدانەکان" + +msgid "Important dates" +msgstr "بەروارە گرنگەکان" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s ئۆبجێکت لەگەڵ کلیلی سەرەکیی %(key)r بوونی نیە." + +msgid "Conflicting form data submitted. Please try again." +msgstr "داتای ناکۆکی فۆڕم نێردراوە. تکایە دووبارە هەوڵ بدەوە." + +msgid "Password changed successfully." +msgstr "تێپەڕەوشە بەسەرکەوتوویی گۆڕدرا." + +msgid "Password-based authentication was disabled." +msgstr "ڕەسەنایەتی لەسەر بنەمای تێپەڕەوشە ناچالاککراوە." + +#, python-format +msgid "Change password: %s" +msgstr "گۆڕینی تێپەڕەوشەی: %s" + +#, python-format +msgid "Set password: %s" +msgstr "دانانی تێپەڕەوشە: %s" + +msgid "Authentication and Authorization" +msgstr "ڕەسەنایەتی و ڕێگەپێدان" + +msgid "password" +msgstr "تێپەڕەوشە" + +msgid "last login" +msgstr "دوا چوونەژوورەوە" + +msgid "No password set." +msgstr "تێپەڕەوشە جێگیرنەکراوە." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "شێوازی تێپەڕەوشە نادروستە یان ئەلگۆریتمێکی هاشکراوی نەناسراوە." + +msgid "Reset password" +msgstr "دانانەوەی تێپەڕەوشە" + +msgid "Set password" +msgstr "دانانی تێپەڕەوشە" + +msgid "The two password fields didn’t match." +msgstr "هەردوو خانەی تێپەڕەوشە وەک یەک نین." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"ئایا بەکارهێنەر دەتوانێت بە بەکارهێنانی تێپەڕەوشە خۆی بناسێنێت یان نا. ئەگەر " +"ناچالاک کرابێت، لەوانەیە هێشتا بتوانێت خۆی بناسێنێت بە بەکارهێنانی سیستەمی " +"تر لە پشتەوە، وەک چوونەژوورەوەی یەکجار Single Sign-On یان LDAP." + +msgid "Password" +msgstr "تێپەڕەوشە" + +msgid "Password confirmation" +msgstr "دووپاتکردنەوەی تێپەڕەوشە" + +msgid "Enter the same password as before, for verification." +msgstr "بۆ پشتڕاستکردنەوە هەمان تێپەڕەوشەی پێشوو بنوسە." + +msgid "Password-based authentication" +msgstr "ڕەسەنایەتی لەسەر بنەمای تێپەڕەوشە" + +msgid "Enabled" +msgstr "چالاککراوە" + +msgid "Disabled" +msgstr "ناچالاککراوە" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"تێپەڕەوشە خاوەکان هەڵناگیرێن، کەواتە هیچ ڕێگایەک نییە بۆ بینینی تێپەڕەوشەی " +"بەکارهێنەر." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"ڕەسەنایەتی لەسەر بنەمای تێپەڕەوشە بۆ ئەم بەکارهێنەر چالاک بکە بەهۆی دانانی " +"تێپەڕەوشەیەکەوە." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"تکایە %(username)s و تێپەڕەوشەی دروست بنوسە. لەوانەیە هەردوو خانەکە پێویستی " +"بە دۆخی هەستیار بێت بۆ پیتەکان." + +msgid "This account is inactive." +msgstr "ئەم هەژمارە ناچالاکە." + +msgid "Email" +msgstr "ئیمەیڵ" + +msgid "New password" +msgstr "تێپەڕەوشەی نوێ" + +msgid "New password confirmation" +msgstr "دووپاتکردنەوەی تێپەڕەوشەی نوێ" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "تێپەڕەوشە کۆنەکەت بە هەڵە نوسراوە. تکایە دووبارە بینوسەوە." + +msgid "Old password" +msgstr "تێپەڕەوشەی کۆن" + +msgid "algorithm" +msgstr "ئەلگۆریتم" + +msgid "iterations" +msgstr "دووبارەکردنەوەکان" + +msgid "salt" +msgstr "خوێ" + +msgid "hash" +msgstr "په‌یژه‌" + +msgid "variety" +msgstr "هەمەچەشنی" + +msgid "version" +msgstr "وەشان" + +msgid "memory cost" +msgstr "تێچووی بیرگە" + +msgid "time cost" +msgstr "تێچووی کات" + +msgid "parallelism" +msgstr "هاوتەریبی" + +msgid "work factor" +msgstr "هۆکاری کار" + +msgid "checksum" +msgstr "کۆی پشکنین" + +msgid "block size" +msgstr "قەبارەی بلۆک" + +msgid "name" +msgstr "ناو" + +msgid "content type" +msgstr "جۆری ناوەڕۆک" + +msgid "codename" +msgstr "ناوی کۆد" + +msgid "permission" +msgstr "ڕێگەپێدان" + +msgid "permissions" +msgstr "ڕێگەپێدانەکان" + +msgid "group" +msgstr "گرووپ" + +msgid "groups" +msgstr "گرووپەکان" + +msgid "superuser status" +msgstr "باری بەرزەبەکارهێنەر" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"دیاری دەکات کە ئەم بەکارهێنەرە هەموو مۆڵەتەکانی هەیە بەبێ ئەوەی بە تایبەتی " +"پێی بسپێردرێت." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"ئەو گروپانەی ئەم بەکارهێنەرە سەر بەو گروپانەیە. بەکارهێنەرێک هەموو ئەو " +"مۆڵەتانە وەردەگرێت کە بە هەریەک لەو گروپانە دەدرێت." + +msgid "user permissions" +msgstr "ڕێگەپێدانەکانی بەکارهێنەر" + +msgid "Specific permissions for this user." +msgstr "ڕێگەپێدانە تایبەتەکان بۆ ئەم بەکارهێنەرە." + +msgid "username" +msgstr "ناوی بەکارهێنەر" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "داواکراوە. 150 پیت یان کەمتر. تەنها پیت، ژمارە و @/./+/-/_ بێت." + +msgid "A user with that username already exists." +msgstr "بەکارهێنەرەکە بە هەمان ناوی بەکارهێنەرەوە پێشتر هەیە." + +msgid "first name" +msgstr "ناوی یەکەم" + +msgid "last name" +msgstr "ناوی دووەم" + +msgid "email address" +msgstr "ناونیشانی ئیمەیڵ" + +msgid "staff status" +msgstr "باری ستاف" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"دیاری دەکات کە ئایا بەکارهێنەر دەتوانێت بچێتە ناو بەڕێوەبەرایەتی ئەم " +"پێگەیەوە." + +msgid "active" +msgstr "چالاک" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"دیاری دەکات کە ئایا ئەم بەکارهێنەرە دەبێت وەک چالاک مامەڵەی لەگەڵدا بکرێت " +"یان نا. لەبری سڕینەوەی هەژمارەکان ئەمە هەڵمەبژێرە." + +msgid "date joined" +msgstr "بەرواری پەیوەستبوون" + +msgid "user" +msgstr "بەکارهێنەر" + +msgid "users" +msgstr "بەکارهێنەر" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"ئەم تێپەڕەوشە زۆر کورتە. دەبێت لانیکەم پێکبێت لە %(min_length)d نوسە." +msgstr[1] "" +"ئەم تێپەڕەوشە زۆر کورتە. دەبێت لانیکەم پێکبێت لە %(min_length)d نوسە." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "تێپەڕەوشەکەت دەبێت لانیکەم لە %(min_length)d نوسە پێک بێت." +msgstr[1] "تێپەڕەوشەکەت دەبێت لانیکەم لە %(min_length)d نوسە پێک بێت." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "ئەم تێپەڕەوشەیە زۆر هاوشێوەی %(verbose_name)sیە." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "‫تێپەڕەوشەکەت نابێت لەگەڵ زانیارییە کەسییەکانت زۆر چوونیەک بێت.‬" + +msgid "This password is too common." +msgstr "ئەم تێپەڕەوشەیە زۆر باوە." + +msgid "Your password can’t be a commonly used password." +msgstr "تێپەڕەوشەکەت ناتوانێت تێپەڕەوشەیەکی باو بێت." + +msgid "This password is entirely numeric." +msgstr "ئەم تێپەڕەوشەیە بە تەواوی ژمارەیە." + +msgid "Your password can’t be entirely numeric." +msgstr "تێپەڕەوشەکەت نابێت بە تەواوی ژمارە بێت" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "تێپەڕەوشەکەت دانرایەوە لە %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"ناوی بەکارهێنەرێکی دروست بنوسە. ئەم بەهایە لەوانەیە تەنها پیتی بچووکی بێ " +"زاراوەی تێدابێت a-z و پیتی گەورە A-Z، ژمارەکان، و هێماکانی @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"ناوی بەکارهێنەرێکی دروست بنوسە. ئەم بەهایە لەوانەیە تەنها پیت و ژمارە و " +"پیتەکانی @/./+/-/_ لەخۆبگرێت." + +msgid "Logged out" +msgstr "چوونەدەرەوە" + +msgid "Password reset" +msgstr "دانانەوەی تێپەڕەوشە" + +msgid "Password reset sent" +msgstr "دانانەوەی تێپەڕەوشە نێردرا" + +msgid "Enter new password" +msgstr "تێپەڕەوشەی نوێ بنوسە" + +msgid "Password reset unsuccessful" +msgstr "دانانەوەی تێپەڕەوشە سەرکەوتوو نەبوو" + +msgid "Password reset complete" +msgstr "دانانەوەی تێپەڕەوشە تەواو بوو" + +msgid "Password change" +msgstr "گۆڕینی تێپەڕەوشە" + +msgid "Password change successful" +msgstr "تێپەڕەوشە بەسەرکەوتوویی گۆڕدرا" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0bdcc7b63352c218fc6b71169f20c379703a8ff3 GIT binary patch literal 8888 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6b5cf6b2d47 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,344 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jan Munclinger , 2013 +# Jannis Leidel , 2011 +# Jiří Podhorecký , 2024 +# Tomáš Ehrlich , 2015 +# Vláďa Macek , 2013-2014 +# Vláďa Macek , 2015-2017,2019,2021-2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 08:09+0000\n" +"Last-Translator: Jiří Podhorecký , 2024\n" +"Language-Team: Czech (http://app.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +msgid "Personal info" +msgstr "Osobní údaje" + +msgid "Permissions" +msgstr "Oprávnění" + +msgid "Important dates" +msgstr "Důležitá data" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Položka \"%(name)s\" s primárním klíčem \"%(key)r\" neexistuje." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Odeslání protichůdných údajů z formuláře. Zkuste to prosím znovu." + +msgid "Password changed successfully." +msgstr "Změna hesla byla úspěšná." + +msgid "Password-based authentication was disabled." +msgstr "Ověřování pomocí hesla bylo zakázáno." + +#, python-format +msgid "Change password: %s" +msgstr "Heslo pro uživatele %s: změnit" + +#, python-format +msgid "Set password: %s" +msgstr "Nastavit heslo: %s" + +msgid "Authentication and Authorization" +msgstr "Autentizace a autorizace" + +msgid "password" +msgstr "heslo" + +msgid "last login" +msgstr "poslední přihlášení" + +msgid "No password set." +msgstr "Heslo nenastaveno." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neplatný formát hesla nebo neplatný hashovací algoritmus." + +msgid "Reset password" +msgstr "Resetovat heslo" + +msgid "Set password" +msgstr "Nastavit heslo" + +msgid "The two password fields didn’t match." +msgstr "Hesla se neshodují." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Zda se uživatel bude moci ověřit pomocí hesla, nebo ne. Pokud je zakázáno, " +"může být stále schopen ověřit se pomocí jiných backendů, například Single " +"Sign-On nebo LDAP." + +msgid "Password" +msgstr "Heslo" + +msgid "Password confirmation" +msgstr "Potvrzení hesla" + +msgid "Enter the same password as before, for verification." +msgstr "Zadejte pro ověření stejné heslo jako předtím." + +msgid "Password-based authentication" +msgstr "Ověřování pomocí hesla" + +msgid "Enabled" +msgstr "Zapnuto" + +msgid "Disabled" +msgstr "Vypnuto" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Neupravená hesla se neukládají, takže není možné zjistit heslo uživatele." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Povolit ověřování na základě hesla pro tohoto uživatele nastavením hesla." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Zadejte správnou hodnotu pole %(username)s a heslo. Pozor, obě pole mohou " +"rozlišovat malá a velká písmena." + +msgid "This account is inactive." +msgstr "Tento účet je neaktivní." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Nové heslo" + +msgid "New password confirmation" +msgstr "Potvrzení nového hesla" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaše současné heslo nebylo zadáno správně. Zkuste to znovu." + +msgid "Old password" +msgstr "Současné heslo" + +msgid "algorithm" +msgstr "algoritmus" + +msgid "iterations" +msgstr "iterace" + +msgid "salt" +msgstr "hodnota salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "varieta" + +msgid "version" +msgstr "verze" + +msgid "memory cost" +msgstr "spotřeba paměti" + +msgid "time cost" +msgstr "časový náklad" + +msgid "parallelism" +msgstr "paralelismus" + +msgid "work factor" +msgstr "faktor práce" + +msgid "checksum" +msgstr "kontrolní součet" + +msgid "block size" +msgstr "velikost bloku" + +msgid "name" +msgstr "název" + +msgid "content type" +msgstr "typ obsahu" + +msgid "codename" +msgstr "kódový název" + +msgid "permission" +msgstr "oprávnění" + +msgid "permissions" +msgstr "oprávnění" + +msgid "group" +msgstr "skupina" + +msgid "groups" +msgstr "skupiny" + +msgid "superuser status" +msgstr "superuživatel" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Určuje, že uživatel má veškerá oprávnění bez jejich explicitního přiřazení." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Skupiny, do kterých tento uživatel patří. Uživatel dostane všechna oprávnění " +"udělená každé z jeho skupin." + +msgid "user permissions" +msgstr "uživatelská oprávnění" + +msgid "Specific permissions for this user." +msgstr "Konkrétní oprávnění tohoto uživatele." + +msgid "username" +msgstr "uživatelské jméno" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Požadováno. 150 znaků nebo méně. Pouze písmena, číslice a znaky @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Uživatel s tímto jménem již existuje." + +msgid "first name" +msgstr "křestní jméno" + +msgid "last name" +msgstr "příjmení" + +msgid "email address" +msgstr "e-mailová adresa" + +msgid "staff status" +msgstr "administrační přístup" + +msgid "Designates whether the user can log into this admin site." +msgstr "Určuje, zda se uživatel může přihlásit do správy tohoto webu." + +msgid "active" +msgstr "aktivní" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Určuje, zda bude uživatel považován za aktivního. Použijte tuto možnost " +"místo odstranění účtů." + +msgid "date joined" +msgstr "datum registrace" + +msgid "user" +msgstr "uživatel" + +msgid "users" +msgstr "uživatelé" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "Heslo je příliš krátké. Musí mít délku aspoň %(min_length)d znak." +msgstr[1] "Heslo je příliš krátké. Musí mít délku aspoň %(min_length)d znaky." +msgstr[2] "Heslo je příliš krátké. Musí mít délku aspoň %(min_length)d znaků." +msgstr[3] "Heslo je příliš krátké. Musí mít délku aspoň %(min_length)d znaků." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Heslo musí mít délku aspoň %(min_length)d znak." +msgstr[1] "Heslo musí mít délku aspoň %(min_length)d znaky." +msgstr[2] "Heslo musí mít délku aspoň %(min_length)d znaků." +msgstr[3] "Heslo musí mít délku aspoň %(min_length)d znaků." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Heslo je příliš podobné obsahu pole %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Heslo nemůže být příliš podobné jinému údaji ve vašem účtu." + +msgid "This password is too common." +msgstr "Heslo je příliš běžné." + +msgid "Your password can’t be a commonly used password." +msgstr "Vaše heslo nemůže být takové, které je často používané." + +msgid "This password is entirely numeric." +msgstr "Heslo se skládá pouze z čísel." + +msgid "Your password can’t be entirely numeric." +msgstr "Vaše heslo nemůže být čistě číselné." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Obnovení hesla na webu %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Zadejte platné uživatelské jméno. Tato hodnota může obsahovat pouze malá " +"písmena bez diakritiky a-z a velká písmena A-Z, číslice a znaky @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Zadejte platné uživatelské jméno. Hodnota může obsahovat pouze písmena, " +"číslice a znaky @/./+/-/_." + +msgid "Logged out" +msgstr "Odhlášeno" + +msgid "Password reset" +msgstr "Obnovení hesla" + +msgid "Password reset sent" +msgstr "Zpráva s obnovením hesla byla odeslána" + +msgid "Enter new password" +msgstr "Zadejte nové heslo" + +msgid "Password reset unsuccessful" +msgstr "Obnovení hesla bylo neúspěšné" + +msgid "Password reset complete" +msgstr "Heslo bylo obnoveno" + +msgid "Password change" +msgstr "Změna hesla" + +msgid "Password change successful" +msgstr "Změna hesla byla úspěšná" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6221fd335738d988662c44d658261a029ece62a2 GIT binary patch literal 4338 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ee4ea46abd7 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,294 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2013-2014 +# pjrobertson, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +msgid "Personal info" +msgstr "Gwybodaeth bersonol" + +msgid "Permissions" +msgstr "Hawliau" + +msgid "Important dates" +msgstr "Dyddiadau pwysig" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "Newidwyd y gyfrinair." + +#, python-format +msgid "Change password: %s" +msgstr "Newid cyfrinair: %s" + +msgid "Authentication and Authorization" +msgstr "Dilysu ac Awdurdodi" + +msgid "password" +msgstr "cyfrinair" + +msgid "last login" +msgstr "mewngofnod diwethaf" + +msgid "No password set." +msgstr "Cyfrinair heb ei osod." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Fformat cyfrinair annilys neu algorithm hashio anhysbys." + +msgid "The two password fields didn't match." +msgstr "Nid oedd y ddau faes cyfrinair yr un peth." + +msgid "Password" +msgstr "Cyfrinair" + +msgid "Password confirmation" +msgstr "Cadarnhad cyfrinair" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Teipiwch yr %(username)s a chyfrinair cywir ar gyfer cyfrif staff. Noder y " +"gall y ddau faes fod yn sensitif i lythrennau bach a llythrennau bras." + +msgid "This account is inactive." +msgstr "Mae'r cyfrif yn anweithredol." + +msgid "Email" +msgstr "Ebost" + +msgid "New password" +msgstr "Cyfrinair newydd" + +msgid "New password confirmation" +msgstr "Cadarnhad cyfrinair newydd" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Rhoddwydd eich hen gyfrinair yn anghywir. Triwch eto." + +msgid "Old password" +msgstr "Hen gyfrinair" + +msgid "Password (again)" +msgstr "Cyfrinair (eto)" + +msgid "algorithm" +msgstr "algorithm" + +msgid "iterations" +msgstr "iteriadau" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "ffactor gwaith" + +msgid "checksum" +msgstr "prawfswm" + +msgid "name" +msgstr "enw" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "enw arwyddol" + +msgid "permission" +msgstr "hawl" + +msgid "permissions" +msgstr "hawliau" + +msgid "group" +msgstr "grŵp" + +msgid "groups" +msgstr "grwpiau" + +msgid "superuser status" +msgstr "statws uwchddefnyddiwr" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Dynoda bod gan y defnyddiwr yr holl hawliau heb eu dynodi'n benodol." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "hawliau defnyddiwr" + +msgid "Specific permissions for this user." +msgstr "Caniatâd penodol ar gyfer y defnyddiwr hwn." + +msgid "username" +msgstr "enw defnyddiwr" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Mae'r enw defnyddiwr yn bodoli'n barod." + +msgid "first name" +msgstr "enw cyntaf" + +msgid "last name" +msgstr "cyfenw" + +msgid "email address" +msgstr "cyfeiriad ebost" + +msgid "staff status" +msgstr "statws staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Dynoda os gall y defnyddiwr fewngofnodi i'r adran weinyddol." + +msgid "active" +msgstr "gweithredol" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Dynoda os ydy'r defnyddiwr yn weithredol. Dad-ddewiswch hwn yn lle dileu " +"cyfrifon." + +msgid "date joined" +msgstr "dyddiad ymuno" + +msgid "user" +msgstr "defnyddiwr" + +msgid "users" +msgstr "defnyddwyr" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Ailosod cyfrinar ar %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Allgofnodwyd" + +msgid "Password reset" +msgstr "Ailosod cyfrinair" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "Rhowch gyfrinair newydd" + +msgid "Password reset unsuccessful" +msgstr "Ailosod y cyfrinair yn aflwyddiannus" + +msgid "Password reset complete" +msgstr "Cwblhawyd ailosod y cyfrinair" + +msgid "Password change" +msgstr "Newid cyfrinair" + +msgid "Password change successful" +msgstr "Newid cyfrinair yn llwyddianus" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..92122f37fc8aa87d27026e5550b00b7051688a31 GIT binary patch literal 8461 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a589d8ade75 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,339 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Erik Ramsgaard Wognsen , 2021,2023-2025 +# Erik Ramsgaard Wognsen , 2013-2017,2019 +# Jannis Leidel , 2011 +# 85794379431c3e0f5c85c0e72a78d45b_658ddd9, 2013 +# tiktuk , 2018 +# valberg , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2021,2023-2025\n" +"Language-Team: Danish (http://app.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personlig information" + +msgid "Permissions" +msgstr "Rettigheder" + +msgid "Important dates" +msgstr "Vigtige datoer" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Der findes ikke et %(name)s-objekt med primærnøgle %(key)r." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Uoverensstemmende formulardata indsendt. Prøv igen." + +msgid "Password changed successfully." +msgstr "Adgangskoden blev ændret." + +msgid "Password-based authentication was disabled." +msgstr "Adgangskodebaseret autentificering blev deaktiveret." + +#, python-format +msgid "Change password: %s" +msgstr "Skift adgangskode: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Sæt adgangskode: %s" + +msgid "Authentication and Authorization" +msgstr "Godkendelse og autorisation" + +msgid "password" +msgstr "adgangskode" + +msgid "last login" +msgstr "sidst logget ind" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ugyldigt adgangskodeformat eller hashing-algoritme." + +msgid "No password set." +msgstr "Ingen adgangskode valgt." + +msgid "Reset password" +msgstr "Nulstil adgangskode" + +msgid "Set password" +msgstr "Sæt adgangskode" + +msgid "The two password fields didn’t match." +msgstr "De to adgangskoder var ikke identiske." + +msgid "Password" +msgstr "Adgangskode" + +msgid "Password confirmation" +msgstr "Bekræftelse af adgangskode" + +msgid "Enter the same password as before, for verification." +msgstr "Indtast den samme adgangskode som før, for bekræftelse." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Om brugeren kan logge ind med adgangskode eller ej. Hvis deaktiveret kan " +"brugeren muligvis stadig logge ind vha. andre backends så som Single Sign-On " +"eller LDAP." + +msgid "Password-based authentication" +msgstr "Adgangskodebaseret autentificering" + +msgid "Enabled" +msgstr "Aktiveret" + +msgid "Disabled" +msgstr "Deaktiveret" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Rå adgangskoder gemmes ikke, så det er ikke muligt at se brugerens " +"adgangskode." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Aktivér adgangskodebaseret autentificering for denne bruger ved at sætte en " +"adgangskode." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Indtast venligst korrekt %(username)s og adgangskode. Bemærk at begge felter " +"kan være versalfølsomme." + +msgid "This account is inactive." +msgstr "Denne konto er inaktiv." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Ny adgangskode" + +msgid "New password confirmation" +msgstr "Bekræftelse af ny adgangskode" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Din gamle adgangskode blev ikke indtastet korrekt. Indtast den venligst igen." + +msgid "Old password" +msgstr "Gammel adgangskode" + +msgid "algorithm" +msgstr "algoritme" + +msgid "iterations" +msgstr "iterationer" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variation" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "hukommelsesomkostning" + +msgid "time cost" +msgstr "tidsomkostning" + +msgid "parallelism" +msgstr "parallelitet" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "tjeksum" + +msgid "block size" +msgstr "blokstørrelse" + +msgid "name" +msgstr "navn" + +msgid "content type" +msgstr "indholdstype" + +msgid "codename" +msgstr "kodenavn" + +msgid "permission" +msgstr "rettighed" + +msgid "permissions" +msgstr "rettigheder" + +msgid "group" +msgstr "gruppe" + +msgid "groups" +msgstr "grupper" + +msgid "superuser status" +msgstr "superbrugerstatus" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Bestemmer at denne bruger har alle rettigheder uden at tildele dem eksplicit." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupperne som denne bruger hører til. En bruger får alle rettigheder givet " +"til hver af hans/hendes grupper." + +msgid "user permissions" +msgstr "rettigheder" + +msgid "Specific permissions for this user." +msgstr "Specifikke rettigheder for denne bruger." + +msgid "username" +msgstr "brugernavn" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Påkrævet. Højst 150 tegn. Kun bogstaver og cifre samt @/./+/-/_" + +msgid "A user with that username already exists." +msgstr "En bruger med dette brugernavn findes allerede." + +msgid "first name" +msgstr "fornavn" + +msgid "last name" +msgstr "efternavn" + +msgid "email address" +msgstr "e-mail-adresse" + +msgid "staff status" +msgstr "admin-status" + +msgid "Designates whether the user can log into this admin site." +msgstr "Bestemmer om brugeren kan logge ind på dette administrationswebsite." + +msgid "active" +msgstr "aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Bestemmer om brugeren skal behandles som aktiv. Fravælg dette frem for at " +"slette en konto." + +msgid "date joined" +msgstr "dato for registrering" + +msgid "user" +msgstr "bruger" + +msgid "users" +msgstr "brugere" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Denne adgangskode er for kort. Den skal indeholde mindst %d tegn." +msgstr[1] "Denne adgangskode er for kort. Den skal indeholde mindst %d tegn." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Din adgangskode skal indeholde mindst %(min_length)d tegn." +msgstr[1] "Din adgangskode skal indeholde mindst %(min_length)d tegn." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Din adgangskode minder for meget om din/dit %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Din adgangskode må ikke minde om dine andre personlige oplysninger." + +msgid "This password is too common." +msgstr "Denne adgangskode er for almindelig." + +msgid "Your password can’t be a commonly used password." +msgstr "Din adgangskode må ikke være en ofte anvendt adgangskode." + +msgid "This password is entirely numeric." +msgstr "Denne adgangskode er udelukkende numerisk." + +msgid "Your password can’t be entirely numeric." +msgstr "Din adgangskode må ikke være udelukkende numerisk." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Adgangskode nulstillet på %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Indtast et gyldigt brugernavn. Denne værdi må kun indeholde små bogstaver a-" +"z og store bogstaver A-Z uden accenter, samt cifre og tegnene @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Indtast et gyldigt brugernavn. Denne værdi må kun indeholde bogstaver, cifre " +"og tegnene @/./+/-/_." + +msgid "Logged out" +msgstr "Logget ud" + +msgid "Password reset" +msgstr "Nulstilling af adgangskode" + +msgid "Password reset sent" +msgstr "Nulstilling af kodeord sendt" + +msgid "Enter new password" +msgstr "Indtast ny adgangskode" + +msgid "Password reset unsuccessful" +msgstr "Adgangskoden blev ikke nulstillet" + +msgid "Password reset complete" +msgstr "Nulstilling af adgangskode fuldført" + +msgid "Password change" +msgstr "Ændring af adgangskode" + +msgid "Password change successful" +msgstr "Adgangskoden blev ændret" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bf2f9f2776f31d6705d7b3a24a363331a3452fc3 GIT binary patch literal 7138 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, 2012 +# Florian Apolloner , 2021,2023 +# jnns, 2013 +# Jannis Leidel , 2013-2017,2020,2023 +# jnns, 2016 +# Jens Neuhaus , 2016 +# Markus Holtermann , 2023 +# Markus Holtermann , 2013,2015 +# Sarah Boyce, 2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Sarah Boyce, 2025\n" +"Language-Team: German (http://app.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Persönliche Informationen" + +msgid "Permissions" +msgstr "Berechtigungen" + +msgid "Important dates" +msgstr "Wichtige Daten" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-Objekt mit Primärschlüssel %(key)r ist nicht vorhanden." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" + +msgid "Password changed successfully." +msgstr "Passwort erfolgreich geändert." + +msgid "Password-based authentication was disabled." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "Passwort ändern: %s" + +#, python-format +msgid "Set password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "Authentifizierung und Autorisierung" + +msgid "password" +msgstr "Passwort" + +msgid "last login" +msgstr "Letzte Anmeldung" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ungültiges Passwortformat oder unbekannter Hashing-Algorithmus." + +msgid "No password set." +msgstr "Kein Passwort gesetzt." + +msgid "Reset password" +msgstr "" + +msgid "Set password" +msgstr "" + +msgid "The two password fields didn’t match." +msgstr "Die beiden Passwörter sind nicht identisch." + +msgid "Password" +msgstr "Passwort" + +msgid "Password confirmation" +msgstr "Passwort bestätigen" + +msgid "Enter the same password as before, for verification." +msgstr "Bitte das selbe Passwort zur Bestätigung erneut eingeben." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" + +msgid "Password-based authentication" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Bitte %(username)s und Passwort eingeben. Beide Felder berücksichtigen die " +"Groß-/Kleinschreibung." + +msgid "This account is inactive." +msgstr "Dieser Benutzer ist inaktiv." + +msgid "Email" +msgstr "E-Mail-Adresse" + +msgid "New password" +msgstr "Neues Passwort" + +msgid "New password confirmation" +msgstr "Neues Passwort bestätigen" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Das alte Passwort war falsch. Bitte neu eingeben." + +msgid "Old password" +msgstr "Altes Passwort" + +msgid "algorithm" +msgstr "Algorithmus" + +msgid "iterations" +msgstr "Wiederholungen" + +msgid "salt" +msgstr "Salt" + +msgid "hash" +msgstr "Hash" + +msgid "variety" +msgstr "Vielfalt" + +msgid "version" +msgstr "Version" + +msgid "memory cost" +msgstr "Speicherbedarf" + +msgid "time cost" +msgstr "Zeitbedarf" + +msgid "parallelism" +msgstr "Parallelität" + +msgid "work factor" +msgstr "Arbeitsfaktor" + +msgid "checksum" +msgstr "Prüfsumme" + +msgid "block size" +msgstr "Blockgröße" + +msgid "name" +msgstr "Name" + +msgid "content type" +msgstr "Inhaltstyp" + +msgid "codename" +msgstr "Codename" + +msgid "permission" +msgstr "Berechtigung" + +msgid "permissions" +msgstr "Berechtigungen" + +msgid "group" +msgstr "Gruppe" + +msgid "groups" +msgstr "Gruppen" + +msgid "superuser status" +msgstr "Administrator-Status" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Legt fest, dass der Benutzer alle Berechtigungen hat, ohne diese einzeln " +"zuweisen zu müssen." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Die Gruppen, denen der Benutzer angehört. Ein Benutzer bekommt alle " +"Berechtigungen dieser Gruppen." + +msgid "user permissions" +msgstr "Berechtigungen" + +msgid "Specific permissions for this user." +msgstr "Spezifische Berechtigungen für diesen Benutzer." + +msgid "username" +msgstr "Benutzername" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Erforderlich. 150 Zeichen oder weniger. Nur Buchstaben, Ziffern und @/./+/-/" +"_." + +msgid "A user with that username already exists." +msgstr "Dieser Benutzername ist bereits vergeben." + +msgid "first name" +msgstr "Vorname" + +msgid "last name" +msgstr "Nachname" + +msgid "email address" +msgstr "E-Mail-Adresse" + +msgid "staff status" +msgstr "Mitarbeiter-Status" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Legt fest, ob sich der Benutzer an der Administrationsseite anmelden kann." + +msgid "active" +msgstr "Aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Legt fest, ob dieser Benutzer aktiv ist. Kann deaktiviert werden, anstatt " +"Benutzer zu löschen." + +msgid "date joined" +msgstr "Mitglied seit" + +msgid "user" +msgstr "Benutzer" + +msgid "users" +msgstr "Benutzer" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Dieses Passwort ist zu kurz. Es muss mindestens %d Zeichen enthalten." +msgstr[1] "" +"Dieses Passwort ist zu kurz. Es muss mindestens %d Zeichen enthalten." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Das Passwort muss mindestens %(min_length)d Zeichen enthalten." +msgstr[1] "Das Passwort muss mindestens %(min_length)d Zeichen enthalten." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Das Passwort ist zu ähnlich zu %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Das Passwort darf nicht zu ähnlich zu anderen persönlichen Informationen " +"sein." + +msgid "This password is too common." +msgstr "Dieses Passwort ist zu üblich." + +msgid "Your password can’t be a commonly used password." +msgstr "Das Passwort darf nicht allgemein üblich sein." + +msgid "This password is entirely numeric." +msgstr "Dieses Passwort ist komplett numerisch. " + +msgid "Your password can’t be entirely numeric." +msgstr "Das Passwort darf nicht komplett aus Ziffern bestehen." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Passwort auf %(site_name)s zurücksetzen" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Bitte einen gültigen Benutzernamen eingeben, bestehend aus kleinen und " +"großen Buchstaben (A-Z, a-z, ohne Sonderzeichen), Ziffern und @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Bitte einen gültigen Benutzernamen eingeben, bestehend aus Buchstaben, " +"Ziffern und @/./+/-/_." + +msgid "Logged out" +msgstr "Abgemeldet" + +msgid "Password reset" +msgstr "Passwort zurücksetzen" + +msgid "Password reset sent" +msgstr "E-Mail zum Passwort zurücksetzen abgesendet" + +msgid "Enter new password" +msgstr "Neues Passwort eingeben" + +msgid "Password reset unsuccessful" +msgstr "Passwort nicht erfolgreich zurückgesetzt" + +msgid "Password reset complete" +msgstr "Passwort zurücksetzen abgeschlossen" + +msgid "Password change" +msgstr "Passwort ändern" + +msgid "Password change successful" +msgstr "Passwort erfolgreich geändert" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9429ffc3ece41803187c8c1655720932a112fcc1 GIT binary patch literal 9231 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 QMS8%eMR}_jgD)Qc2f7ZX4*&oF literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..821521d6557 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,348 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2017,2020-2021,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , " +"2016-2017,2020-2021,2023-2025\n" +"Language-Team: Lower Sorbian (http://app.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +msgid "Personal info" +msgstr "Wósobinske informacije" + +msgid "Permissions" +msgstr "Pšawa" + +msgid "Important dates" +msgstr "Wažne daty" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klucom %(key)r njeeksistěrujo." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Pśeśiwne formularowe daty zapódane. Pšosym wopytajśo hyšći raz." + +msgid "Password changed successfully." +msgstr "Gronidło jo se změniło." + +msgid "Password-based authentication was disabled." +msgstr "Awtentifikacija na zakłaźe gronidła jo se znjemóžniła." + +#, python-format +msgid "Change password: %s" +msgstr "Gronidło změniś: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Nastajone gronidło: %s" + +msgid "Authentication and Authorization" +msgstr "Awtentifikacija a awtorizacija" + +msgid "password" +msgstr "gronidło" + +msgid "last login" +msgstr "slědne pśizjawjenje" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Njepłaśiwy gronidłowy format abo njeznaty kontrolny algoritmus." + +msgid "No password set." +msgstr "Žedno gronidło nastajone." + +msgid "Reset password" +msgstr "Gronidło slědk stajiś" + +msgid "Set password" +msgstr "Gronidło póstajis" + +msgid "The two password fields didn’t match." +msgstr "Dwě gronidlowej póli njejstej jadnakej." + +msgid "Password" +msgstr "Gronidło" + +msgid "Password confirmation" +msgstr "Gronidłowe wobkšuśenje" + +msgid "Enter the same password as before, for verification." +msgstr "Zapódajśo to samske gronidło, za pśespytanje." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Lěc wužywaŕ móžo z gronidłom awtentificěrowaś abo nic. Jolic to jo " +"znjemóžnjone, jo hyšći móžno, z pomocu drugich backendami awtentificěrowaś, " +"na pśikład Single Sign-On abo LDAP." + +msgid "Password-based authentication" +msgstr "Awtentifikacija na zakłaźe gronidła" + +msgid "Enabled" +msgstr "Źmóžnjony" + +msgid "Disabled" +msgstr "Znjemóžnjony" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Gropne gronidła se njeskładuju, njedajo pótakem žednu móžnosć, gronidło " +"wužywarja wiźeś." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Póstajśo gronidło, aby awtentifkaciju na zakłaźe gronidła za toś togo " +"wužywarja zmóžnił." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Pšosym zapódajśo pšawe %(username)s a gronidło. Źiwajśo na to, až wobej póli " +"móžotej mjazy wjeliko- a małopisanim rozeznawaś." + +msgid "This account is inactive." +msgstr "Toś to konto jo inaktiwne." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Nowe gronidło" + +msgid "New password confirmation" +msgstr "Wobkšuśenje nowego gronidła" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Wašo stare gronidło jo se wopak zapódało. Pšosym zapódajśo jo hyšći raz." + +msgid "Old password" +msgstr "Stare gronidło" + +msgid "algorithm" +msgstr "algoritmus" + +msgid "iterations" +msgstr "wóspjetowanja" + +msgid "salt" +msgstr "sol" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "warianta" + +msgid "version" +msgstr "wersija" + +msgid "memory cost" +msgstr "składowa pśetrjeba" + +msgid "time cost" +msgstr "casowa pśetrjeba" + +msgid "parallelism" +msgstr "paralelizm" + +msgid "work factor" +msgstr "źěłowy faktor" + +msgid "checksum" +msgstr "kontrolna suma" + +msgid "block size" +msgstr "blokowa wjelikosć" + +msgid "name" +msgstr "mě" + +msgid "content type" +msgstr "wopśimjeśowy typ" + +msgid "codename" +msgstr "kodowe mě" + +msgid "permission" +msgstr "pšawo" + +msgid "permissions" +msgstr "pšawa" + +msgid "group" +msgstr "kupka" + +msgid "groups" +msgstr "kupki" + +msgid "superuser status" +msgstr "status superwužywarja" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Wóznamjenijo, lěc toś ten wužywaŕ ma wšykne pšawa bźez togo, aby mógał je " +"pśipokazaś." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Kupki, ku kótarymž toś ten wužywaŕ słuša. Wužywaŕ dóstanjo wšykne pšawa, " +"kótarež jomu kupki dawaju." + +msgid "user permissions" +msgstr "wužywarske pšawa" + +msgid "Specific permissions for this user." +msgstr "Wěste pšawa za toś togo wužywarja." + +msgid "username" +msgstr "wužywarske mě" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Trěbne. 150 znamuškow abo mjenjej. Jano pismiki, cyfry a @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Wužywaŕ z toś tym wužywarskim mjenim južo eksistěrujo." + +msgid "first name" +msgstr "pśedmě" + +msgid "last name" +msgstr "familijowe mě" + +msgid "email address" +msgstr "e-mailowa adresa" + +msgid "staff status" +msgstr "personalny status" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Wóznamjenijo, lěc wužywaŕ móžo se pla administratorowego sedła pśizjawiś." + +msgid "active" +msgstr "aktiwny" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Wóznamjenijo, lěc deje z toś tym wužywarjom ako z aktiwnym wobchadás. " +"Znjemóžniśo to město togo, aby konta wulašował." + +msgid "date joined" +msgstr "cłonk wót" + +msgid "user" +msgstr "wužywaŕ" + +msgid "users" +msgstr "wužywarje" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Toś to gronidło jo pśekrotke. Musy nanejmjenjej %d znamuško wopśimowaś." +msgstr[1] "" +"Toś to gronidło jo pśekrotke. Musy nanejmjenjej %d znamušce wopśimowaś." +msgstr[2] "" +"Toś to gronidło jo pśekrotke. Musy nanejmjenjej %d znamuška wopśimowaś." +msgstr[3] "" +"Toś to gronidło jo pśekrotke. Musy nanejmjenjej %d znamuškow wopśimowaś." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Wašo gronidło musy nanejmjenjej %(min_length)d znamuško wopśimowaś." +msgstr[1] "Wašo gronidło musy nanejmjenjej %(min_length)d znamušce wopśimowaś." +msgstr[2] "Wašo gronidło musy nanejmjenjej %(min_length)d znamuška wopśimowaś." +msgstr[3] "" +"Wašo gronidło musy nanejmjenjej %(min_length)d znamuškow wopśimowaś." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Gronidło jo na %(verbose_name)s pśepódobne." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Wašo gronidło njesmějo na waše druge wósobinske daty pśepódobne byś." + +msgid "This password is too common." +msgstr "Toś to gronidło jo pśepowšykne." + +msgid "Your password can’t be a commonly used password." +msgstr "Wašo gronidło njesmějo cesto wužywane gronidło byś." + +msgid "This password is entirely numeric." +msgstr "Toś to gronidło jo cele numeriske." + +msgid "Your password can’t be entirely numeric." +msgstr "Wašo gronidło njesmějo cele numeriske byś." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Slědkstajenje gronidła na %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Zapódajśo płaśiwe wužywaŕske mě. Toś ta gódnota smějo jano małomismiki a-z a " +"wjelikopismiki A-Z bźez diakritiskich znamuškow, licby a znamuška @/./+/-/_ " +"wopśimowaś." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Zapódajśo płaśiwe wužywarske mě. Toś ta gódnota smějo jano pismiki, licby a " +"znamuška @/./+/-/_ wopśimowaś." + +msgid "Logged out" +msgstr "Wótzjawjony" + +msgid "Password reset" +msgstr "Slědkstajenje gronidła" + +msgid "Password reset sent" +msgstr "Slědkstajenje gronidła wótpósłane" + +msgid "Enter new password" +msgstr "Zapódajśo nowe gronidło" + +msgid "Password reset unsuccessful" +msgstr "Slědkstajenje gronidła njejo se raźiło" + +msgid "Password reset complete" +msgstr "Slědkstajenje gronidła dokóńcone" + +msgid "Password change" +msgstr "Změnjenje gronidła" + +msgid "Password change successful" +msgstr "Gronidło jo se wuspěšnje změniło" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9d25fe61bfd57afff1103fcd3143ec0c50e06ad4 GIT binary patch literal 10072 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 R$nA!JUsFw!IRme#{|iE-n+^Z~ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f74a71f7bdc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,320 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Apostolis Bessas , 2013 +# Claude Paroz , 2017 +# Dimitris Glezos , 2011-2012 +# Giannis Meletakis , 2015 +# glogiotatidis , 2011 +# Jannis Leidel , 2011 +# Nick Mavrakis , 2018 +# Pãnoș , 2014 +# Pãnoș , 2016 +# Serafeim Papastefanos , 2021 +# Yorgos Pagles , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-09-22 09:22+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Προσωπικές πληροφορίες" + +msgid "Permissions" +msgstr "Δικαιώματα" + +msgid "Important dates" +msgstr "Σημαντικές ημερομηνίες" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Το αντικείμενο %(name)s με πρωτεύον κλειδί %(key)r δεν υπάρχει." + +msgid "Password changed successfully." +msgstr "Το συνθηματικό αλλάχτηκε με επιτυχία." + +#, python-format +msgid "Change password: %s" +msgstr "Αλλαγή συνθηματικού: %s" + +msgid "Authentication and Authorization" +msgstr "Πιστοποίηση και Εξουσιοδότηση" + +msgid "password" +msgstr "συνθηματικό" + +msgid "last login" +msgstr "τελευταία σύνδεση" + +msgid "No password set." +msgstr "Δεν έχει τεθεί συνθηματικό." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Μη έγκυρη μορφή συνθηματικού ή άγνωστος αλγόριθμος hashing." + +msgid "The two password fields didn’t match." +msgstr "Τα δύο πεδία κωδικών δεν ταιριάζουν." + +msgid "Password" +msgstr "Συνθηματικό" + +msgid "Password confirmation" +msgstr "Επιβεβαίωση συνθηματικού" + +msgid "Enter the same password as before, for verification." +msgstr "Εισάγετε το ίδιο συνθηματικό όπως πρίν, για επιβεβαίωση." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Οι ακατέργαστοι κωδικοί δεν αποθηκεύονται, οπότε δεν υπάρχει τρόπος να δείτε " +"τον κωδικό αυτού του χρήστη, αλλά μπορείτε να τον αλλάξετε χρησιμοποιώντας " +"αυτή τη φόρμα." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Παρακαλώ εισάγετε ένα σωστό %(username)s και κωδικό. Σημειωτέον ότι και τα " +"δύο πεδία κάνουν διάκριση μεταξύ πεζών-κεφαλαίων." + +msgid "This account is inactive." +msgstr "Αυτός ο λογαριασμός είναι ανενεργός." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Νέο συνθηματικό" + +msgid "New password confirmation" +msgstr "Επιβεβαίωση νέου συνθηματικού" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Το παλιό συνθηματικό σας δόθηκε λανθασμένα. Παρακαλώ δοκιμάστε ξανά." + +msgid "Old password" +msgstr "Παλιό συνθηματικό" + +msgid "Password (again)" +msgstr "Συνθηματικό (ξανά)" + +msgid "algorithm" +msgstr "αλγόριθμος" + +msgid "iterations" +msgstr "Επαναλήψεις" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "ποικιλία" + +msgid "version" +msgstr "έκδοση" + +msgid "memory cost" +msgstr "κόστος μνήμης" + +msgid "time cost" +msgstr "χρονικό κόστος" + +msgid "parallelism" +msgstr "παραλληλισμός" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "" + +msgid "name" +msgstr "όνομα" + +msgid "content type" +msgstr "τύπος περιεχομένου" + +msgid "codename" +msgstr "κωδικό όνομα" + +msgid "permission" +msgstr "δικαίωμα" + +msgid "permissions" +msgstr "διακαιώματα" + +msgid "group" +msgstr "ομάδα" + +msgid "groups" +msgstr "ομάδες" + +msgid "superuser status" +msgstr "κατάσταση υπερχρήστη" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Υποδηλώνει ότι ο συγκεκριμένος χρήστης έχει όλα τα δικαιώματα χωρίς να " +"χρειάζεται να τα παραχωρήσετε ξεχωριστά." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Οι ομάδες που ανοίκει ο χρήστης. Ένας χρήστης θα έχει όλες τις άδειες που " +"έχουν δωθεί σε κάθε μια από τις ομάδες." + +msgid "user permissions" +msgstr "δικαιώματα χρήστη" + +msgid "Specific permissions for this user." +msgstr "Συγκεκριμένα δικαιώματα για αυτόν τον χρήστη." + +msgid "username" +msgstr "όνομα χρήστη" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Απαραίτητο. 150 ή λιγότερους χαρακτήρες. Μόνο γράμματα, ψηφία και @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Υπάρχει ήδη ένας χρήστης με αυτό το όνομα." + +msgid "first name" +msgstr "όνομα" + +msgid "last name" +msgstr "επώνυμο" + +msgid "email address" +msgstr "διεύθυνση email" + +msgid "staff status" +msgstr "Κατάσταση προσωπικού" + +msgid "Designates whether the user can log into this admin site." +msgstr "Ορίζει αν ο χρήστης μπορεί να συνδεθεί στο χώρο διαχείρισης." + +msgid "active" +msgstr "ενεργό" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Υποδηλώνει αν ο συγκεκριμένος χρήστης μπορεί να θεωρηθεί ενεργός. Προτιμήστε " +"την επεπιλογή αυτής της επιλογής αντί του να πραγματοποιήσετε διαγραφή του " +"χρήστη." + +msgid "date joined" +msgstr "ημερομηνία ένταξης" + +msgid "user" +msgstr "χρήστης" + +msgid "users" +msgstr "χρήστες" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Αυτό το συνθηματικό είναι πολύ μικρό. Πρέπει να περιέχει τουλάχιστον " +"%(min_length)d χαρακτήρα." +msgstr[1] "" +"Αυτό το συνθηματικό είναι πολύ μικρό. Πρέπει να περιέχει τουλάχιστον " +"%(min_length)d χαρακτήρες." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"Το συνθηματικό σας πρέπει να έχει τουλάχιστον %(min_length)d χαρακτήρα." +msgstr[1] "" +"Το συνθηματικό σας πρέπει να έχει τουλάχιστον %(min_length)d χαρακτήρες." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Το συνθηματικό μοιάζει πολύ με το %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Ο κωδικός σας δεν μπορεί να μοιάζει τόσο με τα άλλα προσωπικά σας στοιχεία." + +msgid "This password is too common." +msgstr "Πολύ κοινό συνθηματικό." + +msgid "Your password can’t be a commonly used password." +msgstr "Ο κωδικός σας δεν μπορεί να είναι τόσο συνηθισμένος." + +msgid "This password is entirely numeric." +msgstr "Αυτό το συνθηματικό αποτελείται μόνο απο αριθμούς." + +msgid "Your password can’t be entirely numeric." +msgstr "Ο κωδικός σας δε μπορεί να αποτελείται μόνον από αριθμούς." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Επαναφορά συνθηματικού για το %(site_name)s " + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Εισάγετε ένα έγκυρο όνομα χρήστη. Θα πρέπει να περιέχει μόνο Αγγλικούς " +"χαρακτήρες, αριθμούς και τους χαρακτήρες @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Εισάγετε ένα έγκυρο όνομα χρήστη. Θα πρέπει να περιέχει μόνο γράμματα, " +"αριθμούς και τους χαρακτήρες @/./+/-/_ characters." + +msgid "Logged out" +msgstr "Έγινε αποσύνδεση" + +msgid "Password reset" +msgstr "Επαναφορά συνθηματικού" + +msgid "Password reset sent" +msgstr "Η επαναφορά συνθηματικού εστάλει" + +msgid "Enter new password" +msgstr "Εισάγετε νεό συνθηματικό" + +msgid "Password reset unsuccessful" +msgstr "Ανεπιτυχής επαναφορά κωδικού" + +msgid "Password reset complete" +msgstr "Ολοκλήρωση επαναφοράς συνθηματικού" + +msgid "Password change" +msgstr "Αλλαγή συνθηματικού" + +msgid "Password change successful" +msgstr "Επιτυχής αλλαγή συνθηματικού" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6935fce8b32 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,407 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: contrib/auth/admin.py:49 +msgid "Personal info" +msgstr "" + +#: contrib/auth/admin.py:51 +msgid "Permissions" +msgstr "" + +#: contrib/auth/admin.py:62 +msgid "Important dates" +msgstr "" + +#: contrib/auth/admin.py:161 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#: contrib/auth/admin.py:180 +msgid "Conflicting form data submitted. Please try again." +msgstr "" + +#: contrib/auth/admin.py:188 +msgid "Password changed successfully." +msgstr "" + +#: contrib/auth/admin.py:190 +msgid "Password-based authentication was disabled." +msgstr "" + +#: contrib/auth/admin.py:211 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: contrib/auth/admin.py:213 +#, python-format +msgid "Set password: %s" +msgstr "" + +#: contrib/auth/apps.py:16 +msgid "Authentication and Authorization" +msgstr "" + +#: contrib/auth/base_user.py:44 +msgid "password" +msgstr "" + +#: contrib/auth/base_user.py:45 +msgid "last login" +msgstr "" + +#: contrib/auth/forms.py:51 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: contrib/auth/forms.py:59 +msgid "No password set." +msgstr "" + +#: contrib/auth/forms.py:62 +msgid "Reset password" +msgstr "" + +#: contrib/auth/forms.py:62 +msgid "Set password" +msgstr "" + +#: contrib/auth/forms.py:105 +msgid "The two password fields didn’t match." +msgstr "" + +#: contrib/auth/forms.py:109 contrib/auth/forms.py:294 +#: contrib/auth/forms.py:330 +msgid "Password" +msgstr "" + +#: contrib/auth/forms.py:109 +msgid "Password confirmation" +msgstr "" + +#: contrib/auth/forms.py:122 +msgid "Enter the same password as before, for verification." +msgstr "" + +#: contrib/auth/forms.py:166 +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" + +#: contrib/auth/forms.py:174 +msgid "Password-based authentication" +msgstr "" + +#: contrib/auth/forms.py:177 +msgid "Enabled" +msgstr "" + +#: contrib/auth/forms.py:177 +msgid "Disabled" +msgstr "" + +#: contrib/auth/forms.py:296 +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" + +#: contrib/auth/forms.py:312 +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" + +#: contrib/auth/forms.py:337 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +#: contrib/auth/forms.py:340 +msgid "This account is inactive." +msgstr "" + +#: contrib/auth/forms.py:406 +msgid "Email" +msgstr "" + +#: contrib/auth/forms.py:515 +msgid "New password" +msgstr "" + +#: contrib/auth/forms.py:515 +msgid "New password confirmation" +msgstr "" + +#: contrib/auth/forms.py:540 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: contrib/auth/forms.py:544 +msgid "Old password" +msgstr "" + +#: contrib/auth/hashers.py:349 contrib/auth/hashers.py:442 +#: contrib/auth/hashers.py:532 contrib/auth/hashers.py:627 +#: contrib/auth/hashers.py:678 +msgid "algorithm" +msgstr "" + +#: contrib/auth/hashers.py:350 +msgid "iterations" +msgstr "" + +#: contrib/auth/hashers.py:351 contrib/auth/hashers.py:448 +#: contrib/auth/hashers.py:534 contrib/auth/hashers.py:631 +#: contrib/auth/hashers.py:679 +msgid "salt" +msgstr "" + +#: contrib/auth/hashers.py:352 contrib/auth/hashers.py:449 +#: contrib/auth/hashers.py:632 contrib/auth/hashers.py:680 +msgid "hash" +msgstr "" + +#: contrib/auth/hashers.py:443 +msgid "variety" +msgstr "" + +#: contrib/auth/hashers.py:444 +msgid "version" +msgstr "" + +#: contrib/auth/hashers.py:445 +msgid "memory cost" +msgstr "" + +#: contrib/auth/hashers.py:446 +msgid "time cost" +msgstr "" + +#: contrib/auth/hashers.py:447 contrib/auth/hashers.py:630 +msgid "parallelism" +msgstr "" + +#: contrib/auth/hashers.py:533 contrib/auth/hashers.py:628 +msgid "work factor" +msgstr "" + +#: contrib/auth/hashers.py:535 +msgid "checksum" +msgstr "" + +#: contrib/auth/hashers.py:629 +msgid "block size" +msgstr "" + +#: contrib/auth/models.py:63 contrib/auth/models.py:120 +msgid "name" +msgstr "" + +#: contrib/auth/models.py:67 +msgid "content type" +msgstr "" + +#: contrib/auth/models.py:69 +msgid "codename" +msgstr "" + +#: contrib/auth/models.py:74 +msgid "permission" +msgstr "" + +#: contrib/auth/models.py:75 contrib/auth/models.py:123 +msgid "permissions" +msgstr "" + +#: contrib/auth/models.py:130 +msgid "group" +msgstr "" + +#: contrib/auth/models.py:131 contrib/auth/models.py:333 +msgid "groups" +msgstr "" + +#: contrib/auth/models.py:324 +msgid "superuser status" +msgstr "" + +#: contrib/auth/models.py:327 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: contrib/auth/models.py:336 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +#: contrib/auth/models.py:344 +msgid "user permissions" +msgstr "" + +#: contrib/auth/models.py:346 +msgid "Specific permissions for this user." +msgstr "" + +#: contrib/auth/models.py:457 +msgid "username" +msgstr "" + +#: contrib/auth/models.py:461 +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +#: contrib/auth/models.py:465 +msgid "A user with that username already exists." +msgstr "" + +#: contrib/auth/models.py:468 +msgid "first name" +msgstr "" + +#: contrib/auth/models.py:469 +msgid "last name" +msgstr "" + +#: contrib/auth/models.py:470 +msgid "email address" +msgstr "" + +#: contrib/auth/models.py:472 +msgid "staff status" +msgstr "" + +#: contrib/auth/models.py:474 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: contrib/auth/models.py:477 +msgid "active" +msgstr "" + +#: contrib/auth/models.py:480 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: contrib/auth/models.py:484 +msgid "date joined" +msgstr "" + +#: contrib/auth/models.py:493 +msgid "user" +msgstr "" + +#: contrib/auth/models.py:494 +msgid "users" +msgstr "" + +#: contrib/auth/password_validation.py:113 +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +msgstr[1] "" + +#: contrib/auth/password_validation.py:122 +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#: contrib/auth/password_validation.py:211 +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +#: contrib/auth/password_validation.py:215 +msgid "Your password can’t be too similar to your other personal information." +msgstr "" + +#: contrib/auth/password_validation.py:252 +msgid "This password is too common." +msgstr "" + +#: contrib/auth/password_validation.py:255 +msgid "Your password can’t be a commonly used password." +msgstr "" + +#: contrib/auth/password_validation.py:271 +msgid "This password is entirely numeric." +msgstr "" + +#: contrib/auth/password_validation.py:274 +msgid "Your password can’t be entirely numeric." +msgstr "" + +#: contrib/auth/templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +#: contrib/auth/validators.py:12 +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" + +#: contrib/auth/validators.py:22 +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +#: contrib/auth/views.py:164 +msgid "Logged out" +msgstr "" + +#: contrib/auth/views.py:224 +msgid "Password reset" +msgstr "" + +#: contrib/auth/views.py:252 +msgid "Password reset sent" +msgstr "" + +#: contrib/auth/views.py:263 +msgid "Enter new password" +msgstr "" + +#: contrib/auth/views.py:336 +msgid "Password reset unsuccessful" +msgstr "" + +#: contrib/auth/views.py:346 +msgid "Password reset complete" +msgstr "" + +#: contrib/auth/views.py:358 +msgid "Password change" +msgstr "" + +#: contrib/auth/views.py:381 +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bdd8328d3c5049948d7ff0da96ad8539bdbd52d6 GIT binary patch literal 7183 zcmeI0ON<;x8OMtx#6Sk>Z`B*-`C}R@y4qjRU9j{chbIbg;Hnb`i-18etxx5d*LtOG`!*( zr8Jy@H^F5n?;5xdJ_#*+8H$Nh*DBS955hJ0V|XLf*D3WrcsG0t?7%(nJe+{vhu6cW z;WqeF_*VFvs{bz#Q|jMU|24cMc5a2Y!72DIco@C|uERIO^Y9k<1^90GEhzK22ycha z!#BY{!yDi$@T2fLI==)v@F@Hzyb~V8NdqmE`TPv-g#Uu#_gxs-0T-ae*T8SWN8mwt z2TskwHTYimWq1t!2!0Y?&7=su`W$4c>H?H`f3@P{kfGGKq4@n2#I(8yab5iq$~wFN z#mU5wKlKnNv3CZ_ zeP8u&K(TWHieF!WNJTwX@d+s7e;0P&pwthb=9$9W}%i)vWsOhcb@` zt9}E;P6kDPpM|2o$07gJ4>_@<>NzO-`z;jx{R85f+IDlPzZ#VJFF{$y(@^vmK+)f` zQ1rKo5z*h*q3G`-l=*DGwbb7OQ2c%bivGR^MSssg(ccSD^w;O1Iruab{k;s2!CRPw z=-iFtdH<>6-=V}wl1Kc$0gB(-pu}+}ly#VcVrMTDJ={~>KT`1|6#E~B zVkd<1T(A0_LmBroQ0!i)`X7bz+!L_K11RhC6cl?usqX)(>VF=JotL2a^+zcB`)kEl zpp1Vd!9sq;aV2MotsHNoA+_R=c*5^Cv6v*_WXM;-2%q-}N2IM+|Ju&F1VI$~YaPK;;J!n*H7t{kyr97Dvq zXR~hP941}iMVgCmy*LUYA8%-kVIWG{yl=bpafAJir7x2krOCh~I!@ag@_~@Li>(hy|u|&17870mW7@f9sNVgZ?Oc11b z;)&8?*F>>eOgxSmea^&DI1FiBuZmN2=2myjh7Qui8yrj%X1bWPl%T1BGsbG|NQrlT%V1s?s7d9K^1!Po$n?k&3aNQfpd~jYC(c znj{J^R>K{fl?+m+%t%4xRc4D4lBHNG-sSd@7a<;BM)U$!;{E{*z`X72;SF3o|&eFUmHE>XH)@__7 zZF2;Fq}Ih_>}NP-6%FVQUsTkBqP^T zH_%S`lJActNVSAv6efh*vz9*S$a7e%3Y@G^lvH)GyfZ#7@*$?wGD;WuA5<@oKO(N7 z?{1pB&P^(D=IeTi@pI>gB@&&9L`9O6^tIR~ZQq#=M=SR~Hb-%ND9tmSjui})>Ba1=Nt29$9St@(H+EQ41puFAG;TeixI&sR%ceb|d+EG|L zl($`NHErsNm6Nqo_FN>EYDb7)Q_s!L?XJ!4tIf^n*?rBqxm~jy6UT{6ZIx={V#7#H zU0g>kdtM)6%XnacCz5t<+P1c8O}9DRvrHW%SBY0-ru9_E`(Crr==b||`uGO$ex00e zluiy1SEd>^Svz>TF+H)ow7fW)(eC=}#Nl$`YpX1LQ+s>fH+nIdwZBMvzMS)?SC7{A zj-Hd@S~jaKlAIx*fTrHN9{HiyO|qAA+_5BJcr, 2014 +# Tom Fifield , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-09-22 09:22+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personal info" + +msgid "Permissions" +msgstr "Permissions" + +msgid "Important dates" +msgstr "Important dates" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s object with primary key %(key)r does not exist." + +msgid "Password changed successfully." +msgstr "Password changed successfully." + +#, python-format +msgid "Change password: %s" +msgstr "Change password: %s" + +msgid "Authentication and Authorization" +msgstr "Authentication and Authorisation" + +msgid "password" +msgstr "password" + +msgid "last login" +msgstr "last login" + +msgid "No password set." +msgstr "No password set." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Invalid password format or unknown hashing algorithm." + +msgid "The two password fields didn’t match." +msgstr "The two password fields didn’t match." + +msgid "Password" +msgstr "Password" + +msgid "Password confirmation" +msgstr "Password confirmation" + +msgid "Enter the same password as before, for verification." +msgstr "Enter the same password as before, for verification." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." + +msgid "This account is inactive." +msgstr "This account is inactive." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "New password" + +msgid "New password confirmation" +msgstr "New password confirmation" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Your old password was entered incorrectly. Please enter it again." + +msgid "Old password" +msgstr "Old password" + +msgid "Password (again)" +msgstr "Password (again)" + +msgid "algorithm" +msgstr "algorithm" + +msgid "iterations" +msgstr "iterations" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variety" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "memory cost" + +msgid "time cost" +msgstr "time cost" + +msgid "parallelism" +msgstr "parallelism" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "" + +msgid "name" +msgstr "name" + +msgid "content type" +msgstr "content type" + +msgid "codename" +msgstr "codename" + +msgid "permission" +msgstr "permission" + +msgid "permissions" +msgstr "permissions" + +msgid "group" +msgstr "group" + +msgid "groups" +msgstr "groups" + +msgid "superuser status" +msgstr "superuser status" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Designates that this user has all permissions without explicitly assigning " +"them." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." + +msgid "user permissions" +msgstr "user permissions" + +msgid "Specific permissions for this user." +msgstr "Specific permissions for this user." + +msgid "username" +msgstr "username" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." + +msgid "A user with that username already exists." +msgstr "A user with that username already exists." + +msgid "first name" +msgstr "first name" + +msgid "last name" +msgstr "last name" + +msgid "email address" +msgstr "email address" + +msgid "staff status" +msgstr "staff status" + +msgid "Designates whether the user can log into this admin site." +msgstr "Designates whether the user can log into this admin site." + +msgid "active" +msgstr "active" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." + +msgid "date joined" +msgstr "date joined" + +msgid "user" +msgstr "user" + +msgid "users" +msgstr "users" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgstr[1] "" +"This password is too short. It must contain at least %(min_length)d " +"characters." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Your password must contain at least %(min_length)d character." +msgstr[1] "Your password must contain at least %(min_length)d characters." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "The password is too similar to the %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Your password can’t be too similar to your other personal information." + +msgid "This password is too common." +msgstr "This password is too common." + +msgid "Your password can’t be a commonly used password." +msgstr "Your password can’t be a commonly used password." + +msgid "This password is entirely numeric." +msgstr "This password is entirely numeric." + +msgid "Your password can’t be entirely numeric." +msgstr "Your password can’t be entirely numeric." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Password reset on %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." + +msgid "Logged out" +msgstr "Logged out" + +msgid "Password reset" +msgstr "Password reset" + +msgid "Password reset sent" +msgstr "Password reset sent" + +msgid "Enter new password" +msgstr "Enter new password" + +msgid "Password reset unsuccessful" +msgstr "Password reset unsuccessful" + +msgid "Password reset complete" +msgstr "Password reset complete" + +msgid "Password change" +msgstr "Password change" + +msgid "Password change successful" +msgstr "Password change successful" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..59ed27700f884dded075c14eb225aff7949a7429 GIT binary patch literal 3179 zcmeH|J!~9B6vqcJUuP0R_y`{%c_A3z#o6=OSdgq^AhDAuV3U(|K}uy!cIS4-*_%0b zW^=J#3IwC|H+zTEC`=A1^g7<pYIlS?5`hb$$a> z;5CqSK8RpB-Xo}Z-;*Hg(y96eEOh``=Sv{#ddHpVs^WBY#^J-M%Vby;gH$XfIV?DXtHv}JrQp<^|&v*d#MAhf_%!T7+ z?Z>%;LS=np#rLxg+XZ_F#_y8LV=&flz3fMW-*2f64<4n$shkGdr{q)V%dU|ONguP>-3oiR>jD)K|0+BlEA$#yBmu;ns(4okhuFiYXLj`dfaja`7+Lf3a4XVpTYSY*ph)UUGazzv==ek9f ztu?nyZ}q+Ij&kLcCu?Y|&g!i23vD>j-h3I{cGk!Ya(1ogKx99#8)4EY zLhMo6#8WK#Pz*v-n@U4*))qP0EveA}3M=DP4tcbRY@S16gih^DNvDQ$q&<}hH^tDC zkXd4L9LAoAQWc$d1sXP1oPc1-Y1L|@VgW&&r*b&SZP6EH?F7zUDv)wss_jH3@fc2x zHp6DQqO3Mv!sZbbn@uO2%)D@3cDsby7Z@opUtX7LfZL)R*t(Dh${o1j1TM>Y>LNXx zi*{~TAwzH~4qm|=&O=D?D(;o7Eh|1*!IDdK92_eW7j$e$wf5;wFwbWe&jt$+Af)Nm z)U!eBa4sFZ=t*DVl%S6$zhV~$SQx6%B-9`Hrc2xomx7+smN5bRhzdsI|h-i^^vky7yV>E z!_Al_T!, 2011-2012 +# Ross Poulton , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personal info" + +msgid "Permissions" +msgstr "Permissions" + +msgid "Important dates" +msgstr "Important dates" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "Password changed successfully." + +#, python-format +msgid "Change password: %s" +msgstr "Change password: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "password" + +msgid "last login" +msgstr "last login" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "The two password fields didn't match." + +msgid "Password" +msgstr "Password" + +msgid "Password confirmation" +msgstr "Password confirmation" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "This account is inactive." + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "New password" + +msgid "New password confirmation" +msgstr "New password confirmation" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Your old password was entered incorrectly. Please enter it again." + +msgid "Old password" +msgstr "Old password" + +msgid "Password (again)" +msgstr "Password (again)" + +msgid "algorithm" +msgstr "algorithm" + +msgid "iterations" +msgstr "iterations" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "checksum" + +msgid "name" +msgstr "name" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "codename" + +msgid "permission" +msgstr "permission" + +msgid "permissions" +msgstr "permissions" + +msgid "group" +msgstr "group" + +msgid "groups" +msgstr "groups" + +msgid "superuser status" +msgstr "superuser status" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Designates that this user has all permissions without explicitly assigning " +"them." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "user permissions" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "username" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "A user with that username already exists." + +msgid "first name" +msgstr "first name" + +msgid "last name" +msgstr "last name" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "staff status" + +msgid "Designates whether the user can log into this admin site." +msgstr "Designates whether the user can log into this admin site." + +msgid "active" +msgstr "active" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." + +msgid "date joined" +msgstr "date joined" + +msgid "user" +msgstr "user" + +msgid "users" +msgstr "users" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Password reset on %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Logged out" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5fe6729ab6e2f4c898f08ed6f0db217be23d53de GIT binary patch literal 7421 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po new file mode 100644 index 00000000000..82a84ad81a3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po @@ -0,0 +1,310 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Batist D 🐍 , 2012-2013 +# Batist D 🐍 , 2013-2019 +# Matthieu Desplantes , 2021 +# Meiyer , 2022 +# Robin van der Vliet , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2022-04-25 08:09+0000\n" +"Last-Translator: Meiyer , 2022\n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personaj informoj" + +msgid "Permissions" +msgstr "Permesoj" + +msgid "Important dates" +msgstr "Gravaj datoj" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekto %(name)skun ĉefŝlosilo %(key)r ne ekzistas." + +msgid "Password changed successfully." +msgstr "Pasvorto suksese ŝanĝita." + +#, python-format +msgid "Change password: %s" +msgstr "Ŝanĝi pasvorton: %s" + +msgid "Authentication and Authorization" +msgstr "Aŭtentigo kaj rajtigo" + +msgid "password" +msgstr "pasvorto" + +msgid "last login" +msgstr "lasta ensaluto" + +msgid "No password set." +msgstr "Neniu pasvorto agordita." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Nevalida pasvorta formato, aŭ nekonata haketa algoritmo." + +msgid "The two password fields didn’t match." +msgstr "La du pasvortaj kampoj ne kongruas." + +msgid "Password" +msgstr "Pasvorto" + +msgid "Password confirmation" +msgstr "Pasvorta konfirmo" + +msgid "Enter the same password as before, for verification." +msgstr "Entajpu la saman pasvorton kiel supre, por konfirmo." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"La pasvortoj ne estas konservitaj en klara formo, do ne eblas vidi la " +"pasvorton de ĉi tiu uzanto, sed vi povas ŝanĝi la pasvorton per ĉi tiu formularo." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Bonvolu enigi ĝustan %(username)sn kaj pasvorton. Notu, ke ambaŭ kampoj " +"povas esti usklecodistingaj." + +msgid "This account is inactive." +msgstr "Ĉi tiu konto ne estas aktiva." + +msgid "Email" +msgstr "Retpoŝto" + +msgid "New password" +msgstr "Nova pasvorto" + +msgid "New password confirmation" +msgstr "Nova pasvorto por konfirmo" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Via malnova pasvorto estis tajpita malĝuste. Bonvolu denove entajpi ĝin." + +msgid "Old password" +msgstr "Malnova pasvorto" + +msgid "Password (again)" +msgstr "Pasvorto (denove)" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iteracioj" + +msgid "salt" +msgstr "salo" + +msgid "hash" +msgstr "haketo" + +msgid "variety" +msgstr "diverseco" + +msgid "version" +msgstr "versio" + +msgid "memory cost" +msgstr "memor-kosto" + +msgid "time cost" +msgstr "tempo-kosto" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "laborfaktoro" + +msgid "checksum" +msgstr "kontrolsumo" + +msgid "block size" +msgstr "blok-grandeco" + +msgid "name" +msgstr "nomo" + +msgid "content type" +msgstr "enhava tipo" + +msgid "codename" +msgstr "kodnomo" + +msgid "permission" +msgstr "permeso" + +msgid "permissions" +msgstr "permesoj" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupoj" + +msgid "superuser status" +msgstr "ĉefuzanta statuso" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indikas ke tiu ĉi uzanto havas ĉiujn permesojn, sen eksplicite atribui ilin." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"La grupoj al kiuj tiu ĉi uzanto apartenas. Uzanto akiros ĉiujn permesojn " +"atribuitajn al ĉiu el tiuj grupoj." + +msgid "user permissions" +msgstr "uzantaj permesoj" + +msgid "Specific permissions for this user." +msgstr "Specifaj permesoj por tiu ĉi uzanto." + +msgid "username" +msgstr "salutnomo" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Petita. 150 signoj aŭ malpli. Nur literoj, ciferoj kaj @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Uzanto kun sama salutnomo jam ekzistas." + +msgid "first name" +msgstr "persona nomo" + +msgid "last name" +msgstr "familia nomo" + +msgid "email address" +msgstr "retpoŝta adreso" + +msgid "staff status" +msgstr "personara statuso" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indikas ĉu la uzanto povas saluti en ĉi-tiu administranta retejo." + +msgid "active" +msgstr "aktiva" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indikas ĉu la uzanto devus esti traktita kiel aktiva. Malmarku tion ĉi " +"anstataŭ forigi kontojn." + +msgid "date joined" +msgstr "dato de aliĝo" + +msgid "user" +msgstr "uzanto" + +msgid "users" +msgstr "uzantoj" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Tiu pasvorto estas tro mallonga. Ĝi devas enhavi almenaŭ %(min_length)d " +"signon." +msgstr[1] "" +"Tiu pasvorto estas tro mallonga. Ĝi devas enhavi almenaŭ %(min_length)d " +"signojn." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Via pasvorto devas enhavi almenaŭ %(min_length)d signon." +msgstr[1] "Via pasvorto devas enhavi almenaŭ %(min_length)d signojn." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La pasvorto estas tro simila al la %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Via pasvorto ne povas esti tro simila al viaj aliaj personaj informoj." + +msgid "This password is too common." +msgstr "Tiu pasvorto estas tro kutima." + +msgid "Your password can’t be a commonly used password." +msgstr "Via pasvorto ne povas esti ofte uzata pasvorto." + +msgid "This password is entirely numeric." +msgstr "Tiu ĉi pasvorto konsistas nur el ciferoj." + +msgid "Your password can’t be entirely numeric." +msgstr "Via pasvorto ne povas konsisti nur el ciferoj." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Pasvorta rekomencigo ĉe %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Enigu salutnomon en ĝusta formo. Ĉi tiu valoro povas enhavi nur " +"sensupersignajn literojn, ciferojn kaj la signojn @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Enigu salutnomon en ĝusta formo. Ĉi tiu valoro povas enhavi nur literojn, " +"ciferojn kaj la signojn @/./+/-/_." + +msgid "Logged out" +msgstr "Adiaŭita" + +msgid "Password reset" +msgstr "Restarigo de pasvorto" + +msgid "Password reset sent" +msgstr "Restarigo de pasvorto sendita" + +msgid "Enter new password" +msgstr "Enigu novan pasvorton" + +msgid "Password reset unsuccessful" +msgstr "Restarigo de pasvorto malsukcesa" + +msgid "Password reset complete" +msgstr "Restarigo de pasvorto plenumita" + +msgid "Password change" +msgstr "Pasvorta ŝanĝo" + +msgid "Password change successful" +msgstr "Pasvorto sukcese ŝanĝita" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4d88c339cad5aa7282a9d468b527abee5cf4b7ab GIT binary patch literal 9047 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 X4Wb~bzZ$S_Q-3i~pVJ90X6F9@YIny+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po new file mode 100644 index 00000000000..98ea117a6b0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,359 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# albertoalcolea , 2014 +# Antoni Aloy , 2012-2013,2015-2017 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2015-2016 +# e4db27214f7e7544f2022c647b585925_bb0e321, 2020 +# Ernesto Rico Schmidt , 2017 +# guillem , 2012 +# Igor Támara , 2015 +# Jannis Leidel , 2011 +# Jorge Andres Bravo Meza, 2024 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011 +# Natalia, 2024 +# Uriel Medina , 2020-2021,2023-2025 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: Uriel Medina , 2020-2021,2023-2025\n" +"Language-Team: Spanish (http://app.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Fechas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "el objeto %(name)s con clave primaria %(key)r no existe." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" +"Se enviaron datos contradictorios en el formulario. Por favor inténtalo de " +"nuevo." + +msgid "Password changed successfully." +msgstr "La contraseña se ha cambiado con éxito." + +msgid "Password-based authentication was disabled." +msgstr "La autenticación basada en contraseña fue deshabilitada." + +#, python-format +msgid "Change password: %s" +msgstr "Cambiar contraseña: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Establecer contraseña: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticación y autorización" + +msgid "password" +msgstr "contraseña" + +msgid "last login" +msgstr "último inicio de sesión" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de clave incorrecto o algoritmo de hash desconocido." + +msgid "No password set." +msgstr "No se ha establecido la clave." + +msgid "Reset password" +msgstr "Restablecer contraseña" + +msgid "Set password" +msgstr "Establecer contraseña" + +msgid "The two password fields didn’t match." +msgstr "Los dos campos de contraseña no coinciden." + +msgid "Password" +msgstr "Contraseña" + +msgid "Password confirmation" +msgstr "Contraseña (confirmación)" + +msgid "Enter the same password as before, for verification." +msgstr "Para verificar, introduzca la misma contraseña anterior." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Determina si el usuario podrá autenticarse usando una contraseña. Si está " +"deshabilitado, el usuario aún podría autenticarse mediante otros métodos, " +"como Single Sign-On o LDAP." + +msgid "Password-based authentication" +msgstr "Autenticación basada en contraseña" + +msgid "Enabled" +msgstr "Habilitado" + +msgid "Disabled" +msgstr "Deshabilitado" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Las contraseñas en texto plano no se almacenan, por lo que no se puede ver " +"la contraseña del usuario." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Habilite la autenticación por contraseña para este usuario estableciendo una " +"contraseña." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor, introduzca un %(username)s y clave correctos. Observe que ambos " +"campos pueden ser sensibles a mayúsculas." + +msgid "This account is inactive." +msgstr "Esta cuenta está inactiva." + +msgid "Email" +msgstr "Correo electrónico" + +msgid "New password" +msgstr "Contraseña nueva" + +msgid "New password confirmation" +msgstr "Contraseña nueva (confirmación)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Su contraseña antigua es incorrecta. Por favor, vuelva a introducirla. " + +msgid "Old password" +msgstr "Contraseña antigua" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iteraciones" + +msgid "salt" +msgstr "salto" + +msgid "hash" +msgstr "función resumen" + +msgid "variety" +msgstr "variedad" + +msgid "version" +msgstr "versión" + +msgid "memory cost" +msgstr "coste de memoria" + +msgid "time cost" +msgstr "coste de tiempo" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "factor trabajo" + +msgid "checksum" +msgstr "suma de verificación" + +msgid "block size" +msgstr "tamaño de bloque" + +msgid "name" +msgstr "nombre" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "codename" +msgstr "nombre en código" + +msgid "permission" +msgstr "permiso" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "estado de superusuario" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario tiene todos los permisos sin asignárselos " +"explícitamente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Los grupos a los que pertenece este usuario. Un usuario tendrá todos los " +"permisos asignados a cada uno de sus grupos." + +msgid "user permissions" +msgstr "permisos de usuario" + +msgid "Specific permissions for this user." +msgstr "Permisos específicos para este usuario." + +msgid "username" +msgstr "nombre de usuario" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Requerido. 150 carácteres como máximo. Únicamente letras, dígitos y @/./+/-/" +"_ " + +msgid "A user with that username already exists." +msgstr "Ya existe un usuario con este nombre." + +msgid "first name" +msgstr "nombre" + +msgid "last name" +msgstr "apellidos" + +msgid "email address" +msgstr "dirección de correo electrónico" + +msgid "staff status" +msgstr "es staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si el usuario puede entrar en este sitio de administración." + +msgid "active" +msgstr "activo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como activo. Desmarque esta opción en " +"lugar de borrar la cuenta." + +msgid "date joined" +msgstr "fecha de alta" + +msgid "user" +msgstr "usuario" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"La contraseña es demasiado corta. Debe contener por lo menos %d carácter." +msgstr[1] "" +"La contraseña es demasiado corta. Debe contener por lo menos %d caracteres." +msgstr[2] "" +"La contraseña es demasiado corta. Debe contener por lo menos %d caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Su contraseña debe contener al menos %(min_length)d caracter." +msgstr[1] "Su contraseña debe contener al menos %(min_length)d caracteres." +msgstr[2] "Su contraseña debe contener al menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La contraseña es demasiado similar a la de %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Su contraseña no puede asemejarse tanto a su otra información personal." + +msgid "This password is too common." +msgstr "Esta contraseña es demasiado común." + +msgid "Your password can’t be a commonly used password." +msgstr "Su contraseña no puede ser una clave utilizada comúnmente." + +msgid "This password is entirely numeric." +msgstr "Esta contraseña es completamente numérica." + +msgid "Your password can’t be entirely numeric." +msgstr "Su contraseña no puede ser completamente numérica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Contraseña restablecida en %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Introduzca un nombre de usuario válido. Este valor solo puede contener " +"letras mayúsculas y minúsculas de la A la Z (excepto las acentuadas), " +"números y los caracteres @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Introduza un nombre de usuario válido. Este valor puede contener únicamente " +"letras, números y los caracteres @/./+/-/_ " + +msgid "Logged out" +msgstr "Sesión terminada" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Password reset sent" +msgstr "Restablecimiento de contraseña enviado" + +msgid "Enter new password" +msgstr "Escriba la nueva contraseña" + +msgid "Password reset unsuccessful" +msgstr "Restablecimiento de contraseñas fallido" + +msgid "Password reset complete" +msgstr "Restablecimiento de contraseña completado" + +msgid "Password change" +msgstr "Cambiar contraseña" + +msgid "Password change successful" +msgstr "Contraseña cambiada correctamente" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..686b1f36270a519ef4f9e58487f841535dd473f4 GIT binary patch literal 9177 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po new file mode 100644 index 00000000000..6b20f64c14b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po @@ -0,0 +1,348 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Ramiro Morales, 2013-2017,2019,2021,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Ramiro Morales, 2013-2017,2019,2021,2023-2025\n" +"Language-Team: Spanish (Argentina) (http://app.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Fechas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe un objeto %(name)s con una clave primaria %(key)r." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Los datos enviados se contradicen. Por favor intente de nuevo." + +msgid "Password changed successfully." +msgstr "Cambio de contraseña exitoso" + +msgid "Password-based authentication was disabled." +msgstr "La autenticación basada en contraseñas fue desactivada." + +#, python-format +msgid "Change password: %s" +msgstr "Cambiar contraseña: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Establecer contraseña: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticación y Autorización" + +msgid "password" +msgstr "contraseña" + +msgid "last login" +msgstr "último ingreso" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de contraseña inválido o algoritmo de hashing desconocido." + +msgid "No password set." +msgstr "No se ha establecido una contraseña." + +msgid "Reset password" +msgstr "Restablecer contraseña" + +msgid "Set password" +msgstr "Establecer contraseña" + +msgid "The two password fields didn’t match." +msgstr "Los dos campos de contraseñas no coinciden entre si." + +msgid "Password" +msgstr "Contraseña" + +msgid "Password confirmation" +msgstr "Confirmación de contraseña" + +msgid "Enter the same password as before, for verification." +msgstr "" +"Introduzca la misma contraseña nuevamente, para poder verificar la misma." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Determina si el usuario podrá autenticarse usando una contraseña. Si está " +"desactivado, el usuario aún podría autenticarse mediante otros métodos, como " +"Single Sign-On o LDAP." + +msgid "Password-based authentication" +msgstr "Autenticación basada en contraseñas" + +msgid "Enabled" +msgstr "Activo" + +msgid "Disabled" +msgstr "Inactivo" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Las contraseñas en texto plano no se almacenan, por lo que no se puede ver " +"la contraseña del usuario." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Active la autenticación por contraseña para este usuario estableciendo una " +"contraseña." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor introduzca un %(username)s y una contraseña correctos. Tenga en " +"cuenta que ambos campos son sensibles a mayúsculas/minúsculas." + +msgid "This account is inactive." +msgstr "Esta cuenta está inactiva." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Contraseña nueva" + +msgid "New password confirmation" +msgstr "Confirmación de contraseña nueva" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"La antigua contraseña introducida es incorrecta. Por favor introdúzcala " +"nuevamente." + +msgid "Old password" +msgstr "Contraseña antigua" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iteraciones" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variedad" + +msgid "version" +msgstr "versión" + +msgid "memory cost" +msgstr "costo en memoria" + +msgid "time cost" +msgstr "costo en tiempo" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "suma de verificación" + +msgid "block size" +msgstr "tamaño de bloque" + +msgid "name" +msgstr "nombre" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "codename" +msgstr "nombre en código" + +msgid "permission" +msgstr "permiso" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "es superusuario" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario posee todos los permisos sin que sea necesario " +"asignarle los mismos en forma explícita." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupos a los cuales pertenece este usuario. Un usuario obtiene todos los " +"permisos otorgados a cada uno de los grupos a los cuales pertenece." + +msgid "user permissions" +msgstr "permisos de usuario" + +msgid "Specific permissions for this user." +msgstr "Permisos específicos de este usuario" + +msgid "username" +msgstr "nombre de usuario" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obligatorio. Longitud máxima de 150 caracteres. Solo puede estar formado por " +"letras, números y los caracteres @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Ya existe un usuario con ese nombre." + +msgid "first name" +msgstr "nombre" + +msgid "last name" +msgstr "apellido" + +msgid "email address" +msgstr "Dirección de email" + +msgid "staff status" +msgstr "es staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si el usuario puede ingresar a este sitio de administración." + +msgid "active" +msgstr "activo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " +"campo en lugar de eliminar usuarios." + +msgid "date joined" +msgstr "fecha de creación" + +msgid "user" +msgstr "usuario" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"La contraseña es demasiado corta. Debe contener por lo menos %d carácter." +msgstr[1] "" +"La contraseña es demasiado corta. Debe contener por lo menos %d caracteres." +msgstr[2] "" +"La contraseña es demasiado corta. Debe contener por lo menos %d caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Su contraseña debe contener por lo menos %(min_length)d carácter." +msgstr[1] "Su contraseña debe contener por lo menos %(min_length)d caracteres." +msgstr[2] "Su contraseña debe contener por lo menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La contraseña es muy similar a %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Su contraseña no puede ser similar a otros componentes de su información " +"personal." + +msgid "This password is too common." +msgstr "La contraseña tiene un valor demasiado común." + +msgid "Your password can’t be a commonly used password." +msgstr "Su contraseña no puede ser una contraseña usada muy comúnmente." + +msgid "This password is entirely numeric." +msgstr "La contraseña está formada completamente por dígitos." + +msgid "Your password can’t be entirely numeric." +msgstr "Su contraseña no puede estar formada exclusivamente por números." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Reinicio de contraseña en %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Introduzca un nombre de usuario válido. Este valor solo puede contener " +"letras mayúsculas y minúsculas de la A la Z (excepto las acentuadas), " +"números y los caracteres @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Introduzca un nombre de usuario válido. Este valor solo puede contener " +"letras, números y los caracteres @/./+/-/_." + +msgid "Logged out" +msgstr "Sesión cerrada" + +msgid "Password reset" +msgstr "Reinicio de contraseña" + +msgid "Password reset sent" +msgstr "Se ha enviado un email de reinicialización de contraseña" + +msgid "Enter new password" +msgstr "Introduzca nueva contraseña" + +msgid "Password reset unsuccessful" +msgstr "Reinicio de contraseña fallido" + +msgid "Password reset complete" +msgstr "Reinicio de contraseña completado" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Password change successful" +msgstr "Cambio de contraseña exitoso" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..deb2dd167cfa9834c56b918dcff34a5a973821b5 GIT binary patch literal 6529 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 GPW=~xl9|8& literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po new file mode 100644 index 00000000000..46adfb25037 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po @@ -0,0 +1,304 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# albertoalcolea , 2014 +# Ernesto Avilés Vázquez , 2015 +# guillem , 2012 +# Igor Támara , 2015 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Fechas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "el objeto %(name)s con clave primaria %(key)r no existe." + +msgid "Password changed successfully." +msgstr "La contraseña se ha cambiado con éxito." + +#, python-format +msgid "Change password: %s" +msgstr "Cambiar contraseña: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticación y autorización" + +msgid "password" +msgstr "contraseña" + +msgid "last login" +msgstr "último inicio de sesión" + +msgid "No password set." +msgstr "No se ha establecido la clave." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de clave incorrecto o algoritmo de hash desconocido." + +msgid "The two password fields didn't match." +msgstr "Los dos campos de contraseña no coinciden." + +msgid "Password" +msgstr "Contraseña" + +msgid "Password confirmation" +msgstr "Contraseña (confirmación)" + +msgid "Enter the same password as before, for verification." +msgstr "Para verificar, ingrese la misma contraseña anterior." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor, introduzca un %(username)s y clave correctos. Observe que ambos " +"campos pueden ser sensibles a mayúsculas." + +msgid "This account is inactive." +msgstr "Esta cuenta está inactiva." + +msgid "Email" +msgstr "Correo electrónico" + +msgid "New password" +msgstr "Contraseña nueva" + +msgid "New password confirmation" +msgstr "Contraseña nueva (confirmación)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Su contraseña antigua es incorrecta. Por favor, vuelva a introducirla." + +msgid "Old password" +msgstr "Contraseña antigua" + +msgid "Password (again)" +msgstr "Contraseña (de nuevo)" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iteraciones" + +msgid "salt" +msgstr "sal" + +msgid "hash" +msgstr "función resumen" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "factor trabajo" + +msgid "checksum" +msgstr "suma de verificación" + +msgid "name" +msgstr "nombre" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "codename" +msgstr "nombre en código" + +msgid "permission" +msgstr "permiso" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "es superusuario" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario tiene todos los permisos sin asignárselos " +"explícitamente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Los grupos a los que pertenece este usuario. Un usuario tendrá todos los " +"permisos asignados a cada uno de sus grupos." + +msgid "user permissions" +msgstr "permisos de usuario" + +msgid "Specific permissions for this user." +msgstr "Permisos específicos para este usuario." + +msgid "username" +msgstr "nombre de usuario" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Ya existe un usuario con este nombre." + +msgid "first name" +msgstr "nombre" + +msgid "last name" +msgstr "apellidos" + +msgid "email address" +msgstr "dirección de correo electrónico" + +msgid "staff status" +msgstr "es staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si el usuario puede entrar en este sitio de administración." + +msgid "active" +msgstr "activo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como activo. Desmarque esta opción en " +"lugar de borrar la cuenta." + +msgid "date joined" +msgstr "fecha de alta" + +msgid "user" +msgstr "usuario" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Esta contraseña es demasiado corta. Debe contener al menos %(min_length)d " +"carácter." +msgstr[1] "" +"Esta contraseña es demasiado corta. Debe contener al menos %(min_length)d " +"caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Su contraseña debe contener por lo menos %(min_length)d carácter." +msgstr[1] "Su contraseña debe contener por lo menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La contraseña es muy parecida a %(verbose_name)s." + +msgid "Your password can't be too similar to your other personal information." +msgstr "" +"Su contraseña no puede asemejarse tanto a su otra información personal." + +msgid "This password is too common." +msgstr "Esta contraseña es demasiado común." + +msgid "Your password can't be a commonly used password." +msgstr "La contraseña no puede ser una contraseña de uso común." + +msgid "This password is entirely numeric." +msgstr "Esta contraseña es completamente numérica." + +msgid "Your password can't be entirely numeric." +msgstr "Su contraseña no puede ser completamente numérica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Contraseña restablecida en %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Sesión terminada" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Password reset sent" +msgstr "Restablecimiento de contraseña enviado" + +msgid "Enter new password" +msgstr "Escriba la nueva contraseña" + +msgid "Password reset unsuccessful" +msgstr "Restablecimiento de contraseñas fallido" + +msgid "Password reset complete" +msgstr "Restablecimiento de contraseña completado" + +msgid "Password change" +msgstr "Cambiar contraseña" + +msgid "Password change successful" +msgstr "Contraseña cambiada correctamente" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7cccb78e703e0c02602762e2bd83295b87d33342 GIT binary patch literal 7822 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 X-P6S;u9`aP7*#cNQslPG5vTqO;>t!= literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po new file mode 100644 index 00000000000..db9be6e5636 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po @@ -0,0 +1,312 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abe Estrada, 2011-2012 +# Claude Paroz , 2017 +# Jesús Bautista , 2019 +# Juan Pablo Flores , 2016 +# zodman , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-12-26 17:00+0000\n" +"Last-Translator: Jesús Bautista \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Fechas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe un objeto %(name)s con una clave primaria %(key)r." + +msgid "Password changed successfully." +msgstr "Cambio de contraseña exitoso" + +#, python-format +msgid "Change password: %s" +msgstr "Cambiar contraseña: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticación y Autorización" + +msgid "password" +msgstr "contraseña" + +msgid "last login" +msgstr "último ingreso" + +msgid "No password set." +msgstr "No se ha establecido ninguna contraseña." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de contraseña no válido o algoritmo de hash desconocido." + +msgid "The two password fields didn’t match." +msgstr "Los dos campos de contraseña no coinciden." + +msgid "Password" +msgstr "Contraseña" + +msgid "Password confirmation" +msgstr "Confirmación de contraseña" + +msgid "Enter the same password as before, for verification." +msgstr "Para verificar, introduzca la misma contraseña que introdujo antes." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Las contraseñas sin procesar no se almacenan, por lo que no hay forma de ver " +"la contraseña de este usuario, pero puede cambiarla usando este formulario. " + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor introduzca %(username)s y contraseña correctos. Note que puede que " +"ambos campos sean estrictos en relación a diferencias entre mayúsculas y " +"minúsculas." + +msgid "This account is inactive." +msgstr "Esta cuenta está inactiva." + +msgid "Email" +msgstr "Correo Electrónico" + +msgid "New password" +msgstr "Contraseña nueva" + +msgid "New password confirmation" +msgstr "Confirmación de contraseña nueva" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"La antigua contraseña introducida es incorrecta. Por favor introdúzcala " +"nuevamente." + +msgid "Old password" +msgstr "Contraseña antigua" + +msgid "Password (again)" +msgstr "Contraseña (de nuevo)" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "repeticiones" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variedad" + +msgid "version" +msgstr "versión" + +msgid "memory cost" +msgstr "costo en memoria" + +msgid "time cost" +msgstr "costo en tiempo" + +msgid "parallelism" +msgstr "Paralelismo" + +msgid "work factor" +msgstr "factor trabajo" + +msgid "checksum" +msgstr "checksum" + +msgid "name" +msgstr "nombre" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "codename" +msgstr "nombre código" + +msgid "permission" +msgstr "permiso" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "es superusuario" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario posee todos los permisos sin que sea necesario " +"asignarle los mismos en forma explícita." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Los grupos a los que pertenece este usuario. Un usuario obtendrá todos los " +"permisos concedidos para cada uno de su grupo." + +msgid "user permissions" +msgstr "permisos de usuario" + +msgid "Specific permissions for this user." +msgstr "Permisos específicos para este usuario" + +msgid "username" +msgstr "nombre de usuario" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obligatorio. Longitud máxima 150 caracteres alfanuméricos. Letras, dígitos y " +"@/./+/-/_ únicamente." + +msgid "A user with that username already exists." +msgstr "Ya existe un usuario con ese nombre." + +msgid "first name" +msgstr "nombre" + +msgid "last name" +msgstr "apellido" + +msgid "email address" +msgstr "Dirección de correo electrónico" + +msgid "staff status" +msgstr "es staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si el usuario puede ingresar a este sitio de administración." + +msgid "active" +msgstr "activo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " +"campo en lugar de eliminar usuarios." + +msgid "date joined" +msgstr "fecha de creación" + +msgid "user" +msgstr "usuario" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"La contraseña es muy corta. Debe contener al menos %(min_length)d caracter." +msgstr[1] "" +"La contraseña es muy corta. Debe contener al menos %(min_length)d caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"Tu contraseña es muy corta. Debe contener al menos %(min_length)d caracter." +msgstr[1] "" +"Su contraseña es muy corta. Debe contener al menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La contraseña es muy similar a %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Su contraseña no puede ser muy similar a su otra información personal." + +msgid "This password is too common." +msgstr "Esta contraseña es muy común." + +msgid "Your password can’t be a commonly used password." +msgstr "Su contraseña no puede ser una contraseña de uso común." + +msgid "This password is entirely numeric." +msgstr "Esta contraseña es totalmente numérica." + +msgid "Your password can’t be entirely numeric." +msgstr "Su contraseña no puede ser completamente numérica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Restablecimiento de la contraseña en %(site_name)s " + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Ingrese un nombre de usuario válido. Este sólo puede contener letras en " +"inglés, números y caracteres @ /. / + / - / _." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Ingrese un nombre de usuario válido. Este puede contener sólo letras, " +"números y caracteres @ /. / + / - / _." + +msgid "Logged out" +msgstr "Sesión cerrada" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Password reset sent" +msgstr "Restablecimiento de contraseña enviado" + +msgid "Enter new password" +msgstr "Introduzca la nueva contraseña" + +msgid "Password reset unsuccessful" +msgstr "Restablecimiento de contraseña no exitosa" + +msgid "Password reset complete" +msgstr "Reinicialización de contraseña completada" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Password change successful" +msgstr "Cambio de contraseña exitoso" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..11f27e404e6524352ca9d9e1104b144256c6f772 GIT binary patch literal 7415 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, 2017 +# Leonardo J. Caballero G. , 2016 +# Yoel Acevedo, 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información personal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Fechas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "el objeto %(name)s con clave primaria %(key)r no existe." + +msgid "Password changed successfully." +msgstr "La contraseña se ha cambiado con éxito." + +#, python-format +msgid "Change password: %s" +msgstr "Cambiar contraseña: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticación y autorización" + +msgid "password" +msgstr "contraseña" + +msgid "last login" +msgstr "último inicio de sesión" + +msgid "No password set." +msgstr "No se ha establecido la clave." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de clave incorrecto o algoritmo de hash desconocido." + +msgid "The two password fields didn't match." +msgstr "Los dos campos de contraseña no coinciden." + +msgid "Password" +msgstr "Contraseña" + +msgid "Password confirmation" +msgstr "Contraseña (confirmación)" + +msgid "Enter the same password as before, for verification." +msgstr "Para verificar, ingrese la misma contraseña anterior." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor, introduzca un %(username)s y clave correctos. Observe que ambos " +"campos pueden ser sensibles a mayúsculas." + +msgid "This account is inactive." +msgstr "Esta cuenta está inactiva." + +msgid "Email" +msgstr "Correo electrónico" + +msgid "New password" +msgstr "Contraseña nueva" + +msgid "New password confirmation" +msgstr "Contraseña nueva (confirmación)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Su contraseña antigua es incorrecta. Por favor, vuelva a introducirla." + +msgid "Old password" +msgstr "Contraseña antigua" + +msgid "Password (again)" +msgstr "Contraseña (de nuevo)" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iteraciones" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "función resumen" + +msgid "variety" +msgstr "variedad" + +msgid "version" +msgstr "versión" + +msgid "memory cost" +msgstr "costo de memoria" + +msgid "time cost" +msgstr "costo de tiempo" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "factor trabajo" + +msgid "checksum" +msgstr "suma de verificación" + +msgid "name" +msgstr "nombre" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "codename" +msgstr "nombre en código" + +msgid "permission" +msgstr "permiso" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "estatus de superusuario" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario tiene todos los permisos sin asignárselos " +"explícitamente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Los grupos a los que pertenece este usuario. Un usuario tendrá todos los " +"permisos asignados a cada uno de sus grupos." + +msgid "user permissions" +msgstr "permisos de usuario" + +msgid "Specific permissions for this user." +msgstr "Permisos específicos para este usuario." + +msgid "username" +msgstr "nombre de usuario" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Requerido. 150 caracteres o menos. Letras, dígitos y @/./+/-/_ solamente. " + +msgid "A user with that username already exists." +msgstr "Ya existe un usuario con este nombre." + +msgid "first name" +msgstr "nombre" + +msgid "last name" +msgstr "apellidos" + +msgid "email address" +msgstr "dirección de correo electrónico" + +msgid "staff status" +msgstr "estatus staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si el usuario puede entrar en este sitio de administración." + +msgid "active" +msgstr "activo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como activo. Desmarque esta opción en " +"lugar de borrar la cuenta." + +msgid "date joined" +msgstr "fecha de alta" + +msgid "user" +msgstr "usuario" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Esta contraseña es demasiado corta. Debe contener al menos %(min_length)d " +"carácter." +msgstr[1] "" +"Esta contraseña es demasiado corta. Debe contener al menos %(min_length)d " +"caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Su contraseña debe contener por lo menos %(min_length)d carácter." +msgstr[1] "Su contraseña debe contener por lo menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La contraseña es muy parecida a %(verbose_name)s." + +msgid "Your password can't be too similar to your other personal information." +msgstr "" +"Su contraseña no puede asemejarse tanto a su otra información personal." + +msgid "This password is too common." +msgstr "Esta contraseña es demasiado común." + +msgid "Your password can't be a commonly used password." +msgstr "La contraseña no puede ser una contraseña de uso común." + +msgid "This password is entirely numeric." +msgstr "Esta contraseña es completamente numérica." + +msgid "Your password can't be entirely numeric." +msgstr "Su contraseña no puede ser completamente numérica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Contraseña restablecida en %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Introduzca un nombre de usuario válido. Este solo puede contener letras del " +"alfabeto en ingles, números y los caracteres @/./+/-/_" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Introduzca un nombre de usuario válido. Este solo puede contener letras, " +"números y los caracteres @/./+/-/_" + +msgid "Logged out" +msgstr "Sesión terminada" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Password reset sent" +msgstr "Restablecimiento de contraseña enviado" + +msgid "Enter new password" +msgstr "Escriba la nueva contraseña" + +msgid "Password reset unsuccessful" +msgstr "Restablecimiento de contraseñas fallido" + +msgid "Password reset complete" +msgstr "Restablecimiento de contraseña completado" + +msgid "Password change" +msgstr "Cambiar contraseña" + +msgid "Password change successful" +msgstr "Contraseña cambiada correctamente" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7aac98ca9fdfd1be06090c87e18cb1f801cb8e51 GIT binary patch literal 8312 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 E2mR^f{Qv*} literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po new file mode 100644 index 00000000000..588bc4b5103 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,337 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janno Liivak , 2013,2015 +# madisvain , 2011 +# Martin , 2015,2023-2025 +# Martin , 2016-2017 +# Marti Raudsepp , 2014,2016 +# Ragnar Rebase , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Martin , 2015,2023-2025\n" +"Language-Team: Estonian (http://app.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Isiklikud andmd" + +msgid "Permissions" +msgstr "Õigused" + +msgid "Important dates" +msgstr "Tähtsad kuupäevad" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objekt primaarvõtmega %(key)r ei eksisteeri." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Esitatud vastuolulised vormiandmed. Palun proovige uuesti." + +msgid "Password changed successfully." +msgstr "Salasõna edukalt muudetud." + +msgid "Password-based authentication was disabled." +msgstr "Salasõnapõhine autentimine lülitati välja." + +#, python-format +msgid "Change password: %s" +msgstr "Muuda salasõna: %s" + +#, python-format +msgid "Set password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "Autentimine ja Volitamine" + +msgid "password" +msgstr "salasõna" + +msgid "last login" +msgstr "viimane sisenemine" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Lubamatu parooli formaat või tundmatu räsialgoritm." + +msgid "No password set." +msgstr "Parool on määramata." + +msgid "Reset password" +msgstr "Lähtesta parool" + +msgid "Set password" +msgstr "Määra parool" + +msgid "The two password fields didn’t match." +msgstr "Sisestatud paroolid polnud identsed." + +msgid "Password" +msgstr "Salasõna" + +msgid "Password confirmation" +msgstr "Salasõna kinnitus" + +msgid "Enter the same password as before, for verification." +msgstr "" +"Sisestage sama salasõna uuesti veendumaks, et sisestamisel ei tekkinud vigu" + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Kas kasutaja saab autentida parooliga või mitte. Kui see on välja lülitatud, " +"võib ta siiski autentida end teiste taustsüsteemide, näiteks Single Sign-On " +"või LDAP abil." + +msgid "Password-based authentication" +msgstr "Salasõnapõhine autentimine" + +msgid "Enabled" +msgstr "Võimaldatud" + +msgid "Disabled" +msgstr "Keelatud" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "Paroole ei salvestata, seega ei ole võimalik kasutaja parooli näha." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "Lubage selle kasutaja paroolipõhine autentimine, määrates parooli." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Palun sisestage õige %(username)s ja parool. Teadke, et mõlemad väljad " +"võivad olla tõstutundlikud." + +msgid "This account is inactive." +msgstr "See konto ei ole aktiivne." + +msgid "Email" +msgstr "E-post" + +msgid "New password" +msgstr "Uus salasõna" + +msgid "New password confirmation" +msgstr "Uue salasõna kinnitus" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Te sisestasite oma vana parooli vigaselt. Palun sisestage see uuesti." + +msgid "Old password" +msgstr "Vana salasõna" + +msgid "algorithm" +msgstr "algoritm" + +msgid "iterations" +msgstr "iteratsioone" + +msgid "salt" +msgstr "sool" + +msgid "hash" +msgstr "räsi" + +msgid "variety" +msgstr "liik" + +msgid "version" +msgstr "versioon" + +msgid "memory cost" +msgstr "mälukasutus" + +msgid "time cost" +msgstr "ajakulu" + +msgid "parallelism" +msgstr "parallelism" + +msgid "work factor" +msgstr "töötegur" + +msgid "checksum" +msgstr "kontrollsumma" + +msgid "block size" +msgstr "ploki pikkus" + +msgid "name" +msgstr "nimi" + +msgid "content type" +msgstr "sisutüüp" + +msgid "codename" +msgstr "koodnimi" + +msgid "permission" +msgstr "õigus" + +msgid "permissions" +msgstr "õigused" + +msgid "group" +msgstr "grupp" + +msgid "groups" +msgstr "grupid" + +msgid "superuser status" +msgstr "superkasutaja staatus" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Määrab, kas see kasutaja omab automaatselt ja alati kõiki õigus." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupid, millesse antud kasutaja kuulub. Kasutaja pärib kõik õigused, mis on " +"määratud igale tema grupile." + +msgid "user permissions" +msgstr "kasutajaõigused" + +msgid "Specific permissions for this user." +msgstr "Spetsiaalsed õigused sellele kasutajale." + +msgid "username" +msgstr "kasutajatunnus" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Nõutav. 150 märki või vähem. Ainult tähed, numbrid ja @/./+/-/_ tähemärgid." + +msgid "A user with that username already exists." +msgstr "Sama kasutajatunnusega kasutaja on juba olemas." + +msgid "first name" +msgstr "eesnimi" + +msgid "last name" +msgstr "perenimi" + +msgid "email address" +msgstr "e-posti aadress" + +msgid "staff status" +msgstr "personalistaatus" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Määrab, kas kasutaja saab sisse logida sellesse admininistreerimisliidesesse." + +msgid "active" +msgstr "aktiivne" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Määrab, kas see konto on aktiivne. Kustutamise asemel lihtsalt deaktiveerige " +"konto." + +msgid "date joined" +msgstr "liitumise kuupäev" + +msgid "user" +msgstr "kasutaja" + +msgid "users" +msgstr "kasutajad" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Salasõna on liiga lühike. Selles peab olema vähemalt %d täht." +msgstr[1] "Salasõna on liiga lühike. Selles peab olema vähemalt %d tähte." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Salasõna peab sisaldama vähemalt %(min_length)d tähte." +msgstr[1] "Salasõna peab sisaldama vähemalt %(min_length)d tähte." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Salasõna ja %(verbose_name)s on liiga sarnased." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Salasõna ei tohi olla liialt sarnane teie isiklike andmetega." + +msgid "This password is too common." +msgstr "Salasõna on liiga teada-tuntud." + +msgid "Your password can’t be a commonly used password." +msgstr "Salasõna ei tohi olla üks enimlevinud salasõnadest." + +msgid "This password is entirely numeric." +msgstr "See salasõna koosneb ainult numbritest." + +msgid "Your password can’t be entirely numeric." +msgstr "Salasõna ei tohi koosneda ainult numbritest." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Uue salasõna loomine saidil %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Sisesta korrektne kasutajatunnus. See väärtus võib sisaldada ainult suuri ja " +"väikseid ladina tähti, numbreid ning @/./+/-/_ tähemärke." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Sisesta korrektne kasutajatunnus. See väärtus võib sisaldada ainult tähti, " +"numbreid ja @/./+/-/_ tähemärke." + +msgid "Logged out" +msgstr "Välja logitud" + +msgid "Password reset" +msgstr "Uue salasõna loomine" + +msgid "Password reset sent" +msgstr "Salasõna lähtestamine saadetud" + +msgid "Enter new password" +msgstr "Sisesta uus salasõna" + +msgid "Password reset unsuccessful" +msgstr "Uue salasõna loomine ebaõnnestus" + +msgid "Password reset complete" +msgstr "Uue salasõna loomine lõpetatud" + +msgid "Password change" +msgstr "Salasõna muutmine" + +msgid "Password change successful" +msgstr "Salasõna muutmine õnnestus" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..354c6bbc1290777eeea7f855e6a8edf5c723af59 GIT binary patch literal 7181 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 00000000000..093ba2e8834 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po @@ -0,0 +1,311 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aitzol Naberan , 2013 +# Eneko Illarramendi , 2017,2023 +# Jannis Leidel , 2011 +# julen, 2015 +# Urtzi Odriozola , 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2023-12-04 08:09+0000\n" +"Last-Translator: Eneko Illarramendi , 2017,2023\n" +"Language-Team: Basque (http://app.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Informazio pertsonala" + +msgid "Permissions" +msgstr "Baimenak" + +msgid "Important dates" +msgstr "Data garrantzitsuak" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Ez dago %(key)r gakodun %(name)s objekturik." + +msgid "Password changed successfully." +msgstr "Ondo aldatu da pasahitza." + +#, python-format +msgid "Change password: %s" +msgstr "Pasahitza aldatu: %s" + +msgid "Authentication and Authorization" +msgstr "Autentikazio eta baimentzea" + +msgid "password" +msgstr "pasahitza" + +msgid "last login" +msgstr "azken sarrera" + +msgid "No password set." +msgstr "Pasahitza ezarri gabe." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Pasahitz formatu baliogabea edo hash algoritmo ezezaguna." + +msgid "The two password fields didn’t match." +msgstr "Bi pasahitzak ez datoz bat." + +msgid "Password" +msgstr "Pasahitza" + +msgid "Password confirmation" +msgstr "Pasahitza berretsi" + +msgid "Enter the same password as before, for verification." +msgstr "Idatzi aurreko pasahitz bera, egiaztapenerako." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Pasahitz gordinak ez direnez jasotzen ez dago erabiltzaile honen pasahitza " +"ikusterik, baina pasahitza aldatu dezakezu hemen." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Mesedez idatzi %(username)s eta pasahitz egokiak. Maiskula eta minuskulak " +"ondo bereiztu." + +msgid "This account is inactive." +msgstr "Kontu hau az dago aktibo." + +msgid "Email" +msgstr "Emaila" + +msgid "New password" +msgstr "Pasahitz berria" + +msgid "New password confirmation" +msgstr "Pasahitz berria berretsi" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Zure pasahitz zaharra ez da zuzena. Idatzi ezazu berriro." + +msgid "Old password" +msgstr "Pasahitz zaharra" + +msgid "Password (again)" +msgstr "Pasahitza (berriro)" + +msgid "algorithm" +msgstr "algoritmoak" + +msgid "iterations" +msgstr "iterazioak" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "aldaera" + +msgid "version" +msgstr "bertsioa" + +msgid "memory cost" +msgstr "memoria kostua" + +msgid "time cost" +msgstr "denbora kostua" + +msgid "parallelism" +msgstr "paralelismoa" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "blokearen tamaina" + +msgid "name" +msgstr "izena" + +msgid "content type" +msgstr "eduki mota" + +msgid "codename" +msgstr "kode izena" + +msgid "permission" +msgstr "baimena" + +msgid "permissions" +msgstr "baimenak" + +msgid "group" +msgstr "taldea" + +msgid "groups" +msgstr "taldeak" + +msgid "superuser status" +msgstr "Erabiltzaile nagusia" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Erabiltzaileari baimen guztiak esleitzeko banan-banan aukeratu behar izan " +"gabe." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Erabiltzailea zein taldetakoa den. Erabiltzaileak bere talde bakoitzari " +"emandako baimen guztiak jasoko ditu." + +msgid "user permissions" +msgstr "Erabiltzailearen baimenak" + +msgid "Specific permissions for this user." +msgstr "Erabiltzaile honentzako baimenak." + +msgid "username" +msgstr "erabiltzailea" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Beharrezkoa. 150 karaktere edo gutxiago. Hizki, zenbaki eta @/./+/-/_ " +"bakarrik." + +msgid "A user with that username already exists." +msgstr "Erabiltzaile izen hori ez dago eskuragarri." + +msgid "first name" +msgstr "izena" + +msgid "last name" +msgstr "abizena" + +msgid "email address" +msgstr "helbide elektronikoa" + +msgid "staff status" +msgstr "Arduradun egoera" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Erabiltzaileak kudeaketa gune honetan sartzeko baimena duen edo ez " +"adierazten du." + +msgid "active" +msgstr "Aktiboa" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Erabiltzaile bat aktibo gisa tratatu edo ez zehazten du. Ezgaitu hau kontuak " +"ezabatu beharrean." + +msgid "date joined" +msgstr "erregistro eguna" + +msgid "user" +msgstr "erabiltzailea" + +msgid "users" +msgstr "erabiltzaileak" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Pasahitz hau laburregia da. Gutxienez karaktere %(min_length)d izan behar du." +msgstr[1] "" +"Pasahitz hau laburregia da. Gutxienez %(min_length)d karaktere izan behar " +"ditu." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Zure pasahitzak gutxienez karaktere %(min_length)d eduki behar du." +msgstr[1] "" +"Zure pasahitzak gutxienez %(min_length)d karaktere eduki behar ditu." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Zure pasahitza %(verbose_name)s-(r)en oso antzekoa da." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Zure pasahitzak ezin du zure beste informazio pertsonalaren antzekoegia izan." + +msgid "This password is too common." +msgstr "Pasahitz hau arruntegia da." + +msgid "Your password can’t be a commonly used password." +msgstr "Zure pasahitzak ezin du pasahitz arrunt bat izan." + +msgid "This password is entirely numeric." +msgstr "Zure pasahitza osorik zenbakizkoa da." + +msgid "Your password can’t be entirely numeric." +msgstr "Zure pasahitzak ezin du guztiz zenbakizkoa izan." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Pasahitza berrezarri %(site_name)s webgunean" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Idatzi baleko erabiltzaile izen bat. Eremu honetan hizki, zenbaki eta @/./" +"+/-/_ karaktereak bakarrik erabili daitezke." + +msgid "Logged out" +msgstr "Sesiotik kanpo" + +msgid "Password reset" +msgstr "Pasahitz-berrezartzea" + +msgid "Password reset sent" +msgstr "Pasahitz-berrezartzea bidalita" + +msgid "Enter new password" +msgstr "Idatzi pasahitz berria" + +msgid "Password reset unsuccessful" +msgstr "Pasahitza ez da ondo berrezarri" + +msgid "Password reset complete" +msgstr "Pasahitz-berrezartzea burututa" + +msgid "Password change" +msgstr "Pasahitz-aldaketa" + +msgid "Password change successful" +msgstr "Pasahitza ondo aldatu da" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9fa962ef135235ce919816a67d2e73d23b4d36d5 GIT binary patch literal 8979 zcmd6re~ca1RmX4IK%0e7nuJhVXm3&syN%yl+ac6h$F9@Zrfz<16Sq?!3vE-vA#3 z-v&Md-UB`hj)8v<{w(-S@Rz{vff6s|Xa1hRDV zJcxtzt?n7=CU ztDy9M1N_7d@CJN<=er@#Zg3uaA9xY`74ZAuY4E?mkmFX4FmqCqx1r$I2 z6%?;;eMjDZ5R{x6H~}t$+raY${xi6h=i3k>{r7{2Fpq=(03HFy@W;Iv`)Qu{VT9~? z8PxiI2tEY90NKQ^AA{oK-8f0>eFEG8{tj3{&N_I6=kJj$)8K<7#UAiEunt}YUjg^p zJYKioQREw_yxImTe-40(*C#;PJqyb2r;7K_g5uo^pyK}LAXGFLK=I z)chZTii?cb{C9!k*PWpJJ_%~x9#DD@f|BI-*PUg5|pl+PX{JxQX^b8dNur(iE?8n({%{M`$0WDX$2htIL4dMSDay z#UX<}2E&(P_E*keZ`GyaPZFiNcdR1hasbHDAzekUKFG`++FPf$2`#V!iI0>yf~hZI`t{LB{uu~IB0}k zf>I|vX$EnwvFXLAXxTZx(+=Vok+HKP>dLmcR!|F))`CSC0)nu?e7{{C7C7JZ>Fel4 zF0$r@wiPvO5GE15X!7dqAhdCi_^&auv?gvw-B#Vs_%>nHiC;&t^=e6Q)UVo)hOyt0 zSDnltj1wGVqgh+0JCSW(trm5|1TXDxdqK`|{3)cY>2+Cwsm&aQ9U-h!<~ zVd7z66tdF&VWSnqO^Zk-$6IaKZO^zHxq9zpb@Hys%H)%_*7Q19#v8P~0X?r@e(2Bl zqgtqx&ttKqjJEtWT5Y#?DU$~+Pc42*r~{wP5%m73{- zsr?%}?lp+V#GnIb!|Bmy8+U6pKaOX+td@<9yGqTr<73ufkb7ha?Kz?} zq&Dv->$Z%G%unXYJ~}TZJxBYx;jpcPTr<-UC6Y)szD0oJZ7u3_MEEV^ zst!eI5e-Y z+F04@(@AoKk)0LbSF$8STFR!r_?e^7x`Z+CJzshY4E!pg|G3FO591R_8|JZandi5@JtjH zB`N7ow*0V>G$-nV$o(&iqqu%N>UL~2R4`y>oTmuE2*M&spn=_xJ^>L_87U<6R}Wd8 zU&#-z@BywO!G_W*S9+}}n|x3P)6R$}7Bo1L}%CS7{E40VUBq9X~|H=T6#8uw}-Ep{DFuinJwsMiVnWWkWX zIwcv-R!8hCZi_l*x)bTRS2YfXCdZ!p zW3N63qZko3x?aPt9P+*Pl%1A-%JFzJN#>>|C+FwqtBK|Zv;I?6QhqWwtb|rEeR9^D zoEUrf;KTa|OW0oBHugXs>B=D@J!KRBsbq4lMON){DbKFC`=f^rRCW%=N!P63sq7~) z>y-Z~yK^Q;`eshyv$5$`mrzy?unojhHk@;h@$MbFY<|0YJhXf4_K96%CcSX=RQjis z8--#bw&`lRVy~RePSCw()0On1Zh4=dtFz_w3~kM3C(||FuBU5NbLF(VTTRy)=>(+D zXD2meC0j(;(A)m}!E7e1^Y10iMICcaq&=H0>*);be75xJGpDkpbj75-^e?ZT!m@RH zWi5R%T}Rx?l|RUq+#wu&7nqIW#jB^7lCCjnO^aDV*40zI8Q5a8rEHP*h0SU#)~wjl zKrLu3TV}Erl?z*y#ETl1p2gPGJ+I^@pTkHNkzULtV1vah2e?+ZRdZcSpJ#oj-)wNP zs-6}t_v0f35`l6s&#U-l1(n%ix+Xu-u1A|@D5yZK zGi6vw;TWbUwrA59vtz>%D3+M^uAaJbx^TL<;6xz@N4X)aJ3C?AplecU5j%P*GY1YK zOedX$zH1h<)d*I8FD{jw`9*IRtHL=-6mZnXs~Sc%lEN_COv=uUf-#Zf1U zf^Zo=kGvaswBu=yN~Q9$KJnT`Z*&%xl+{t*g1eiHu!N6zEQ;XSaXC?O+&qiUYkR|G zq$>i~^V6o4m-KPzSWK6EoUXYq|8>WlcEbm`yv6P?-J@(Fi+=~V)vvFY}BW1 zNZI0yCMELBSk}!l0#&^GwQ9^&r85~DhUk2OM{ZpKVVQ2A3VXJw8CdUDo-N@bZBUG4 zIIotkuuDm$y3+IM`V~kwRMyTikGX|pR<0d<167NZ%q4OFAm6lfXimzxI>^3?47|@{ zx!bbINSMVlFX9)`SNS46dBvbasK_!m)4sb=rvihcM)v5F1W|wmoadJ`&A*z9L&FN#!`TdTC!|F^RoMoK?KSp~ z|8f1@OgcGDHH9O@s7qX^v_F++BGoKK9j1(qE#k+i1)t-Qp7yBhcz>_1ZrF?|r&=^( zMp8gQUK9feBP?d0fb)%N-UAGxHic*fEf+jTKTU$EXFY zX!K*gA98G9kb))RXUB9v*tBcqre;gx>|%O}DXT<^lVx#o&6!`ClV`=MRWZZ{tapbS zxx*Fn(%uV>dpMk$AnVuAn~yQ2sFA&Jcx5gTv>}yJ^O%*w%k4Aekmj~er8ADlgXNU6 z)S*%7=oyuDx?OgAEUuLbN7a!ruPJbZTE+b9+A~xI#l|vyROcO;G2vQ!Sh=WyjhlE_tokQG zvC%B~$*C%HnFQT_j0+@pQGbe^YF_`QL5^=Re6fC)rRN zx$bygTH|(P8N+c$o4m=Ebe2-RN1Aq#vsisB{flg=R4ZCCoc%5Bjc^KYl$C$zwlvHA z!H2morehXdsSsw*dr{-^$CQ_d@a@X64afx<$I+sf!&m#}h`g9+#vJY?)? WI6e=C#=gX6vt(S^)^}V!()>3tJ&P^? literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 00000000000..ef453349325 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,313 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ahmad Hosseini , 2020 +# Ali Nikneshan , 2015 +# Eric Hamiter , 2013 +# Farshad Asadpour, 2021 +# Jannis Leidel , 2011 +# cef32bddc4c7e18de7e89af20a3a57ef_18bb97f, 2015 +# MJafar Mashhadi , 2018 +# Pouya Abbassi, 2016 +# Reza Mohammadi , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-19 17:35+0000\n" +"Last-Translator: Farshad Asadpour\n" +"Language-Team: Persian (http://www.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Personal info" +msgstr "اطلاعات شخصی" + +msgid "Permissions" +msgstr "اجازه‌ها" + +msgid "Important dates" +msgstr "تاریخ‌های مهم" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "شیء %(name)s با کلید اصلی %(key)r وجود ندارد." + +msgid "Password changed successfully." +msgstr "گذرواژه با موفقیت تغییر یافت." + +#, python-format +msgid "Change password: %s" +msgstr "تغییر گذرواژه: %s" + +msgid "Authentication and Authorization" +msgstr "بررسی اصالت و اجازه‌ها" + +msgid "password" +msgstr "گذرواژه" + +msgid "last login" +msgstr "آخرین ورود" + +msgid "No password set." +msgstr "هیچ رمزی انتخاب نشده است." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "رمز نامعتبر یا الگوریتم رمزنگاری ناشناس" + +msgid "The two password fields didn’t match." +msgstr "دو فیلد گذرواژه با هم مطابقت ندارند." + +msgid "Password" +msgstr "گذرواژه" + +msgid "Password confirmation" +msgstr "تأیید گذرواژه" + +msgid "Enter the same password as before, for verification." +msgstr "برای تائید، رمز عبور قبلی را وارد کنید." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"گذرواژه‌ها به صورت خام نگهداری نمی‌شوند لذا راهی برای مشاهدهٔ گذرواژهٔ این کاربر " +"وجود ندارد، اما می‌توانید آن را با این فرم تغییر دهید." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"لطفا %(username)s و گذرواژه‌ای قابل قبول وارد کنید.\n" +"توجه داشته باشید که ممکن است هر دو به کوچکی و بزرگی حروف حساس باشند." + +msgid "This account is inactive." +msgstr "این حساب غیر فعال است." + +msgid "Email" +msgstr "ایمیل" + +msgid "New password" +msgstr "گذرواژهٔ جدید" + +msgid "New password confirmation" +msgstr "تأیید گذرواژهٔ جدید" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "گذرواژهٔ قدیمی‌تان اشتباه وارد شد. لطفاً دوباره وارد کنید." + +msgid "Old password" +msgstr "گذرواژهٔ قدیمی" + +msgid "Password (again)" +msgstr "گذرواژه (تکرار)" + +msgid "algorithm" +msgstr "الگوریتم" + +msgid "iterations" +msgstr "تکرار" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "تنوع" + +msgid "version" +msgstr "نسخه" + +msgid "memory cost" +msgstr "هزینه‌ی حافظه" + +msgid "time cost" +msgstr "هزینه‌ی زمان" + +msgid "parallelism" +msgstr "موازات" + +msgid "work factor" +msgstr "عامل کار" + +msgid "checksum" +msgstr "جمع کنترلی" + +msgid "block size" +msgstr "اندازه بلاک" + +msgid "name" +msgstr "نام" + +msgid "content type" +msgstr "نوع محتوی" + +msgid "codename" +msgstr "نام کد" + +msgid "permission" +msgstr "اجازه" + +msgid "permissions" +msgstr "اجازه‌ها" + +msgid "group" +msgstr "گروه" + +msgid "groups" +msgstr "گروه‌ها" + +msgid "superuser status" +msgstr "ابرکاربر" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"نشان می‌دهد که این کاربر همهٔ اجازه‌ها را دارد بدون آنکه به صراحت به او اختصاص " +"داده شده باشد." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"گروه‌هایی که این کاربر به آنها تعلق دارد. کاربر تمام اجازه‌های مرتبط با این " +"گروه‌ها را دریافت خواهد کرد." + +msgid "user permissions" +msgstr "اجازه‌های کاربر" + +msgid "Specific permissions for this user." +msgstr "اجازه‌های خاص این کاربر." + +msgid "username" +msgstr "نام کاربری" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "الزامی. 150 کاراکتر یا کمتر. فقط شامل حروف، اعداد، و علامات @/./+/-/_" + +msgid "A user with that username already exists." +msgstr "کاربری با آن نام کاربری وجود دارد." + +msgid "first name" +msgstr "نام" + +msgid "last name" +msgstr "نام خانوادگی" + +msgid "email address" +msgstr "آدرس ایمیل" + +msgid "staff status" +msgstr "وضعیت کارمندی" + +msgid "Designates whether the user can log into this admin site." +msgstr "نشان می‌دهد که آیا این کاربر می‌تواند وارد این وبگاه مدیریت شود یا خیر." + +msgid "active" +msgstr "فعال" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"نشان می‌دهد که آیا این کاربر اجازهٔ فعالیت دارد یا خیر. به جای حذف کاربر این " +"تیک را بردارید." + +msgid "date joined" +msgstr "تاریخ پیوستن" + +msgid "user" +msgstr "کاربر" + +msgid "users" +msgstr "کاربرها" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"این رمز عبور خیلی کوتاه است. رمز عبور می‌بایست حداقل از %(min_length)d حرف " +"تشکیل شده باشد." +msgstr[1] "" +"این رمز عبور خیلی کوتاه است. رمز عبور می‌بایست حداقل از %(min_length)d حرف " +"تشکیل شده باشد." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "رمز عبور شما می‌بایست حداقل از %(min_length)d حرف تشکیل شده باشد." +msgstr[1] "رمز عبور شما می‌بایست حداقل از %(min_length)d حرف تشکیل شده باشد." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "این رمز عبور بسیار شبیه %(verbose_name)s می‌باشد." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "گذرواژه شما نمی‌تواند شبیه سایر اطلاعات شخصی شما باشد." + +msgid "This password is too common." +msgstr "این رمز عبور بسیار رایج است." + +msgid "Your password can’t be a commonly used password." +msgstr "گذرواژه شما نمی تواند یک گذرواژه معمول باشد." + +msgid "This password is entirely numeric." +msgstr "رمز شما کلا عدد است" + +msgid "Your password can’t be entirely numeric." +msgstr "گذرواژه شما نمی تواند کلا عدد باشد" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "بازیابی گذرواژه در %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"یک نام کاربری معتبر وارد کنید. این مقدار میتواند فقط شامل حروف الفبای " +"انگلیسی، اعداد، و علامات @/./+/-/_ باشد." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"یک نام کاربری معتبر وارد کنید. این مقدار میتواند فقط شامل حروف، اعداد، و " +"علامات @/./+/-/_ باشد." + +msgid "Logged out" +msgstr "خارج شدید" + +msgid "Password reset" +msgstr "ایجاد گذرواژهٔ جدید" + +msgid "Password reset sent" +msgstr "تقاضای ریست رمز فرستاده شد" + +msgid "Enter new password" +msgstr "ورود گذرواژهٔ جدید" + +msgid "Password reset unsuccessful" +msgstr "گذرواژهٔ جدید ایجاد نشد." + +msgid "Password reset complete" +msgstr "گذرواژهٔ جدید ایجاد شد" + +msgid "Password change" +msgstr "تغییر گذرواژه" + +msgid "Password change successful" +msgstr "گذرواژه تغییر یافت." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ff2378b420afffd732eeea9be27c8533ef1a4bd1 GIT binary patch literal 8209 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 fx$rkBWTsc-!rrqz@gipARP|L%1(Hcqkf{F$0e, 2011 +# Jannis Leidel , 2011 +# Klaus Dahlén, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Aarni Koskela, 2015,2017-2018,2020-2021,2025\n" +"Language-Team: Finnish (http://app.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Henkilökohtaiset tiedot" + +msgid "Permissions" +msgstr "Oikeudet" + +msgid "Important dates" +msgstr "Tärkeät päivämäärät" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s perusavaimella %(key)r ei ole olemassa." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Ristiriitaisia lomaketietoja lähetetty. Ole hyvä ja yritä uudelleen." + +msgid "Password changed successfully." +msgstr "Salasana muutettu onnistuneesti." + +msgid "Password-based authentication was disabled." +msgstr "Salasanapohjainen kirjautuminen otettu pois päältä." + +#, python-format +msgid "Change password: %s" +msgstr "Vaihda salasana: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Aseta salasana: %s" + +msgid "Authentication and Authorization" +msgstr "Kirjautuminen ja oikeudet" + +msgid "password" +msgstr "salasana" + +msgid "last login" +msgstr "viimeisin kirjautuminen" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Tuntematon salasanamuoto tai tuntematon hajakoodausalgoritmi." + +msgid "No password set." +msgstr "Salasanaa ei ole asetettu." + +msgid "Reset password" +msgstr "Nollaa salasana" + +msgid "Set password" +msgstr "Aseta salasana" + +msgid "The two password fields didn’t match." +msgstr "Salasanakentät eivät täsmänneet." + +msgid "Password" +msgstr "Salasana" + +msgid "Password confirmation" +msgstr "Salasanan vahvistaminen" + +msgid "Enter the same password as before, for verification." +msgstr "Syötä sama salasana tarkistuksen vuoksi toistamiseen." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Voiko käyttäjä kirjautua salasanalla. Jos otettu pois päältä, käyttäjä voi " +"mahdollisesti yhä kirjautua esim. Single Sign-Onilla tai LDAPilla." + +msgid "Password-based authentication" +msgstr "Salasanapohjainen kirjautuminen" + +msgid "Enabled" +msgstr "Päällä" + +msgid "Disabled" +msgstr "Pois päältä" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Selkokielisiä salasanoja ei tallenneta, joten käyttäjän salasanaa ei ole " +"mahdollista nähdä." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Salli salasanapohjainen kirjautuminen tälle käyttäjälle asettamalla salasana." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Ole hyvä ja syötä kelvollinen %(username)s ja salasana. Huomaa että " +"kummassakin kentässä isoilla ja pienillä kirjaimilla saattaa olla merkitystä." + +msgid "This account is inactive." +msgstr "Tämä käyttäjätili ei ole voimassa." + +msgid "Email" +msgstr "Sähköposti" + +msgid "New password" +msgstr "Uusi salasana" + +msgid "New password confirmation" +msgstr "Uusi salasana uudelleen" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vanha salasana on virheellinen. Yritä uudelleen." + +msgid "Old password" +msgstr "Vanha salasana" + +msgid "algorithm" +msgstr "algoritmi" + +msgid "iterations" +msgstr "iteraatioita" + +msgid "salt" +msgstr "suola" + +msgid "hash" +msgstr "tiiviste" + +msgid "variety" +msgstr "variaatio" + +msgid "version" +msgstr "versio" + +msgid "memory cost" +msgstr "muistihinta" + +msgid "time cost" +msgstr "aikahinta" + +msgid "parallelism" +msgstr "rinnakkaisuus" + +msgid "work factor" +msgstr "työmäärä" + +msgid "checksum" +msgstr "tarkistussumma" + +msgid "block size" +msgstr "lohkokoko" + +msgid "name" +msgstr "nimi" + +msgid "content type" +msgstr "sisältötyyppi" + +msgid "codename" +msgstr "tunniste" + +msgid "permission" +msgstr "oikeus" + +msgid "permissions" +msgstr "oikeudet" + +msgid "group" +msgstr "ryhmä" + +msgid "groups" +msgstr "ryhmät" + +msgid "superuser status" +msgstr "pääkäyttäjä" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Antaa käyttäjälle kaikki oikeudet ilman, että niitä täytyy erikseen luetella." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Käyttäjäryhmät joihin tämä käyttäjä kuuluu. Käyttäjä saa käyttöoikeudet " +"kaikista käyttäjäryhmistä, joihin hän kuuluu." + +msgid "user permissions" +msgstr "käyttäjän oikeudet" + +msgid "Specific permissions for this user." +msgstr "Tämän käyttäjän spesifit oikeudet." + +msgid "username" +msgstr "käyttäjätunnus" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Vaaditaan. Enintään 150 merkkiä. Vain kirjaimet, numerot ja @/./+/-/_ ovat " +"sallittuja." + +msgid "A user with that username already exists." +msgstr "Käyttäjätunnus on jo rekisteröity." + +msgid "first name" +msgstr "etunimi" + +msgid "last name" +msgstr "sukunimi" + +msgid "email address" +msgstr "sähköpostiosoite" + +msgid "staff status" +msgstr "ylläpitäjä" + +msgid "Designates whether the user can log into this admin site." +msgstr "Määrittää, pääseekö käyttäjä tähän sivuston ylläpito-osioon." + +msgid "active" +msgstr "voimassa" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Määrää, voiko käyttäjä kirjautua sisään. Tällä voi estää käyttäjätilin " +"käytön poistamatta sitä." + +msgid "date joined" +msgstr "liittynyt" + +msgid "user" +msgstr "käyttäjä" + +msgid "users" +msgstr "käyttäjät" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Salasanasi tulee sisältää ainakin %(min_length)d merkki." +msgstr[1] "Salasanasi tulee sisältää ainakin %(min_length)d merkkiä." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Salasana on liian lähellä kohdetta %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Salasanasi ei voi olla liian samankaltainen muiden tietojesi kanssa." + +msgid "This password is too common." +msgstr "Tämä salasana on liian yleinen." + +msgid "Your password can’t be a commonly used password." +msgstr "Salasanasi ei voi olla yleisesti käytetty salasana." + +msgid "This password is entirely numeric." +msgstr "Tämä salasana on kokonaan numeerinen." + +msgid "Your password can’t be entirely numeric." +msgstr "Salasanasi ei voi olla kokonaan numeerinen." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Salasanan nollaus sivustolla %(site_name)s " + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Syötä kelvollinen käyttäjänimi (vain aksentittomat isot ja pienet kirjaimet, " +"numerot ja merkit @/./+/-/_)." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Syötä kelvollinen käyttäjänimi (vain kirjaimet, numerot ja merkit @/./+/-/_)." + +msgid "Logged out" +msgstr "Kirjautunut ulos" + +msgid "Password reset" +msgstr "Salasanan nollaus" + +msgid "Password reset sent" +msgstr "Salasanan nollausviesti lähetetty" + +msgid "Enter new password" +msgstr "Syötä uusi salasana" + +msgid "Password reset unsuccessful" +msgstr "Salasanan nollaus ei onnistunut" + +msgid "Password reset complete" +msgstr "Salasanan nollaus valmis" + +msgid "Password change" +msgstr "Salasanan vaihtaminen" + +msgid "Password change successful" +msgstr "Salasanan vaihtaminen onnistui" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..52f207aef73f9f198226d9904b15d738d1a5d748 GIT binary patch literal 9476 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 F{{fFvi{=0T literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b61cdc7a5a8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,356 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2013-2019,2021,2023-2025 +# Claude Paroz , 2013 +# Jannis Leidel , 2011 +# mlorant , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Claude Paroz , " +"2013-2019,2021,2023-2025\n" +"Language-Team: French (http://app.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Personal info" +msgstr "Informations personnelles" + +msgid "Permissions" +msgstr "Permissions" + +msgid "Important dates" +msgstr "Dates importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "L'objet %(name)s avec la clef primaire %(key)r n’existe pas." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" +"Conflit détecté dans les données de formulaire envoyées. Veuillez essayer à " +"nouveau." + +msgid "Password changed successfully." +msgstr "Mot de passe modifié avec succès" + +msgid "Password-based authentication was disabled." +msgstr "L'authentification par mot de passe a été désactivée." + +#, python-format +msgid "Change password: %s" +msgstr "Modifier le mot de passe : %s" + +#, python-format +msgid "Set password: %s" +msgstr "Définir un mot de passe : %s" + +msgid "Authentication and Authorization" +msgstr "Authentification et autorisation" + +msgid "password" +msgstr "mot de passe" + +msgid "last login" +msgstr "dernière connexion" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Format de mot de passe non valide ou algorithme de hachage non reconnu." + +msgid "No password set." +msgstr "Aucun mot de passe défini." + +msgid "Reset password" +msgstr "Réinitialiser le mot de passe" + +msgid "Set password" +msgstr "Définir un mot de passe" + +msgid "The two password fields didn’t match." +msgstr "Les deux mots de passe ne correspondent pas." + +msgid "Password" +msgstr "Mot de passe" + +msgid "Password confirmation" +msgstr "Confirmation du mot de passe" + +msgid "Enter the same password as before, for verification." +msgstr "Saisissez le même mot de passe que précédemment, pour vérification." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Indique si cet utilisateur pourra s'authentifier avec un mot de passe ou " +"pas. Si ce n'est pas le cas, il est possible que l'authentification puisse " +"tout de même se faire par d'autres procédés, comme l'authentification unique " +"(Single Sign-On) ou LDAP." + +msgid "Password-based authentication" +msgstr "Authentification par mot de passe" + +msgid "Enabled" +msgstr "Activée" + +msgid "Disabled" +msgstr "Désactivée" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Les mots de passe ne sont jamais stockés de manière brute, il n'est donc pas " +"possible de les voir." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Activer l'authentification par mot de passe pour cette personne en " +"définissant un mot de passe." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Saisissez un %(username)s et un mot de passe valides. Remarquez que chacun " +"de ces champs est sensible à la casse (différenciation des majuscules/" +"minuscules)." + +msgid "This account is inactive." +msgstr "Ce compte est inactif." + +msgid "Email" +msgstr "Courriel" + +msgid "New password" +msgstr "Nouveau mot de passe" + +msgid "New password confirmation" +msgstr "Confirmation du nouveau mot de passe" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Votre ancien mot de passe est incorrect. Veuillez le rectifier." + +msgid "Old password" +msgstr "Ancien mot de passe" + +msgid "algorithm" +msgstr "algorithme" + +msgid "iterations" +msgstr "itérations" + +msgid "salt" +msgstr "salage" + +msgid "hash" +msgstr "empreinte" + +msgid "variety" +msgstr "variété" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "coût mémoire" + +msgid "time cost" +msgstr "coût temps" + +msgid "parallelism" +msgstr "parallélisme" + +msgid "work factor" +msgstr "facteur travail" + +msgid "checksum" +msgstr "somme de contrôle" + +msgid "block size" +msgstr "taille de bloc" + +msgid "name" +msgstr "nom" + +msgid "content type" +msgstr "type de contenu" + +msgid "codename" +msgstr "nom de code" + +msgid "permission" +msgstr "permission" + +msgid "permissions" +msgstr "permissions" + +msgid "group" +msgstr "groupe" + +msgid "groups" +msgstr "groupes" + +msgid "superuser status" +msgstr "statut super-utilisateur" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Précise que l’utilisateur possède toutes les permissions sans les assigner " +"explicitement." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Les groupes dont fait partie cet utilisateur. Celui-ci obtient tous les " +"droits de tous les groupes auxquels il appartient." + +msgid "user permissions" +msgstr "permissions de l’utilisateur" + +msgid "Specific permissions for this user." +msgstr "Permissions spécifiques à cet utilisateur." + +msgid "username" +msgstr "nom d’utilisateur" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Requis. 150 caractères maximum. Uniquement des lettres, nombres et les " +"caractères « @ », « . », « + », « - » et « _ »." + +msgid "A user with that username already exists." +msgstr "Un utilisateur avec ce nom existe déjà." + +msgid "first name" +msgstr "prénom" + +msgid "last name" +msgstr "nom" + +msgid "email address" +msgstr "adresse électronique" + +msgid "staff status" +msgstr "statut équipe" + +msgid "Designates whether the user can log into this admin site." +msgstr "Précise si l’utilisateur peut se connecter à ce site d'administration." + +msgid "active" +msgstr "actif" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Précise si l’utilisateur doit être considéré comme actif. Décochez ceci " +"plutôt que de supprimer le compte." + +msgid "date joined" +msgstr "date d’inscription" + +msgid "user" +msgstr "utilisateur" + +msgid "users" +msgstr "utilisateurs" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Ce mot de passe est trop court. Il doit contenir au minimum %d caractère." +msgstr[1] "" +"Ce mot de passe est trop court. Il doit contenir au minimum %d caractères." +msgstr[2] "" +"Ce mot de passe est trop court. Il doit contenir au minimum %d caractères." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"Votre mot de passe doit contenir au minimum %(min_length)d caractère." +msgstr[1] "" +"Votre mot de passe doit contenir au minimum %(min_length)d caractères." +msgstr[2] "" +"Votre mot de passe doit contenir au minimum %(min_length)d caractères." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Le mot de passe est trop semblable au champ « %(verbose_name)s »." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Votre mot de passe ne peut pas trop ressembler à vos autres informations " +"personnelles." + +msgid "This password is too common." +msgstr "Ce mot de passe est trop courant." + +msgid "Your password can’t be a commonly used password." +msgstr "" +"Votre mot de passe ne peut pas être un mot de passe couramment utilisé." + +msgid "This password is entirely numeric." +msgstr "Ce mot de passe est entièrement numérique." + +msgid "Your password can’t be entirely numeric." +msgstr "Votre mot de passe ne peut pas être entièrement numérique." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Réinitialisation du mot de passe sur %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Saisissez un nom d’utilisateur valide. Il ne peut contenir que des lettres " +"non accentuées (de a à z ou de A à Z), des nombres ou les caractères « @ », " +"« . », « + », « - » et « _ »." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Saisissez un nom d’utilisateur valide. Il ne peut contenir que des lettres, " +"des nombres ou les caractères « @ », « . », « + », « - » et « _ »." + +msgid "Logged out" +msgstr "Déconnecté" + +msgid "Password reset" +msgstr "Réinitialisation du mot de passe" + +msgid "Password reset sent" +msgstr "Message de réinitialisation du mot de passe envoyé" + +msgid "Enter new password" +msgstr "Saisissez un nouveau mot de passe" + +msgid "Password reset unsuccessful" +msgstr "Échec lors de la mise à jour du mot de passe" + +msgid "Password reset complete" +msgstr "Mise à jour du mot de passe terminée" + +msgid "Password change" +msgstr "Modification du mot de passe" + +msgid "Password change successful" +msgstr "Mot de passe modifié avec succès" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2331e0ea34a956870aca9d3de47c7090a697d31e GIT binary patch literal 476 zcmZWl%T59@6xHZzmabh~6BiII?PxSZ5o1J1Fc66ubzPY|W6jV`+9L2F{(v9mw|EDP zEIi3cd(v|sr{4$rpF4zI;vw;vxJNuC)<}q7^w_4e_WWVu>^n{a8)oboo!8b#$ljGH zZ1jkgb%Bk2p)+)-rcEIsdDY=>WeNEznv`>= dN;a@=<|UYFEq(W_1Dk8NVc@6>akCTc`~cP7jJ5y( literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..576ed79f386 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po @@ -0,0 +1,226 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-03-18 09:16+0100\n" +"PO-Revision-Date: 2015-03-18 10:30+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as above, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "password" +msgstr "" + +msgid "last login" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers and @/./" +"+/-/_ characters." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..84d145198984b06438473fe79a07ef9d19a30428 GIT binary patch literal 9476 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 La4}DMMP&X5, 2011 +# Michael Thornhill , 2012,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 08:09+0000\n" +"Last-Translator: Aindriú Mac Giolla Eoin, 2024\n" +"Language-Team: Irish (http://app.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +msgid "Personal info" +msgstr "Eolas pearsantach" + +msgid "Permissions" +msgstr "Ceada" + +msgid "Important dates" +msgstr "Dáta tábhactach" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Níl %(name)s réad le príomheochair %(key)r ann." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" +"Sonraí foirmeacha contrártha curtha isteach. Déan iarracht eile le do thoil." + +msgid "Password changed successfully." +msgstr "Focal faire aithraithe rathúil" + +msgid "Password-based authentication was disabled." +msgstr "Díchumasaíodh fíordheimhniú pasfhocal-bhunaithe." + +#, python-format +msgid "Change password: %s" +msgstr "Athraigh focal faire: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Socraigh pasfhocal: %s" + +msgid "Authentication and Authorization" +msgstr "Fíordheimhniú agus Údarú" + +msgid "password" +msgstr "focal faire" + +msgid "last login" +msgstr "logáil deirneach" + +msgid "No password set." +msgstr "Uimh pasfhocal socraithe." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formáid pasfhocail neamhbhailí nó algartam hashing anaithnid." + +msgid "Reset password" +msgstr "Athshocraigh pasfhocal" + +msgid "Set password" +msgstr "Socraigh pasfhocal" + +msgid "The two password fields didn’t match." +msgstr "Níorbh ionann an dá réimse pasfhocal." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Cé acu an mbeidh an t-úsáideoir in ann a fhíordheimhniú ag baint úsáide as " +"pasfhocal nó nach bhfuil. Má tá sé díchumasaithe, seans go mbeidh siad fós " +"in ann fíordheimhniú a dhéanamh trí úsáid a bhaint as hinnill eile, mar " +"shampla Sign-On Aonair nó LDAP." + +msgid "Password" +msgstr "Focal faire" + +msgid "Password confirmation" +msgstr "Focal faire deimhniú" + +msgid "Enter the same password as before, for verification." +msgstr "" +"Cuir isteach an pasfhocal céanna agus a rinneadh roimhe seo, le haghaidh " +"fíorú." + +msgid "Password-based authentication" +msgstr "Fíordheimhniú pasfhocal-bhunaithe" + +msgid "Enabled" +msgstr "Cumasaithe" + +msgid "Disabled" +msgstr "Faoi ​​mhíchumas" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Ní stóráiltear pasfhocail amh, mar sin níl aon bhealach ann pasfhocal an " +"úsáideora a fheiceáil." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Cumasaigh fíordheimhniú pasfhocal-bhunaithe don úsáideoir seo trí phasfhocal " +"a shocrú." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Cuir isteach %(username)sagus pasfhocal ceart. Tabhair faoi deara go " +"bhféadfadh an dá réimse a bheith cás-íogair." + +msgid "This account is inactive." +msgstr "Tá an cuntas seo neamhghníomhach." + +msgid "Email" +msgstr "Ríomhphost" + +msgid "New password" +msgstr "Focal faire nua" + +msgid "New password confirmation" +msgstr "Deimnhiú focal faire nua" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Cuireadh do sean-focal faire isteach go mícheart. Iontráil isteach é arís." + +msgid "Old password" +msgstr "Sean-focal faire " + +msgid "algorithm" +msgstr "algartam" + +msgid "iterations" +msgstr "atriallta" + +msgid "salt" +msgstr "salann" + +msgid "hash" +msgstr "haiseáil" + +msgid "variety" +msgstr "éagsúlacht" + +msgid "version" +msgstr "leagan" + +msgid "memory cost" +msgstr "costas cuimhne" + +msgid "time cost" +msgstr "costas ama" + +msgid "parallelism" +msgstr "comhthreomhaireacht" + +msgid "work factor" +msgstr "fachtóir oibre" + +msgid "checksum" +msgstr "suim sheiceála" + +msgid "block size" +msgstr "méid bloc" + +msgid "name" +msgstr "ainm" + +msgid "content type" +msgstr "cineál ábhair" + +msgid "codename" +msgstr "Ainm cód" + +msgid "permission" +msgstr "cead" + +msgid "permissions" +msgstr "ceada" + +msgid "group" +msgstr "grúpa" + +msgid "groups" +msgstr "grúpa" + +msgid "superuser status" +msgstr "stádas forúsáideoir" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Sainíonn go bhfuil gach ceada ag an úsáideoir seo gan iad a cur le go " +"díreach." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Na grúpaí ar leis an úsáideoir seo iad. Gheobhaidh úsáideoir gach cead a " +"thugtar do gach ceann dá ngrúpa." + +msgid "user permissions" +msgstr "ceada úsáideoira" + +msgid "Specific permissions for this user." +msgstr "Ceadanna sonracha don úsáideoir seo." + +msgid "username" +msgstr "Ainm úsáideoir" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Ag teastáil. 150 carachtar nó níos lú. Litreacha, digití agus @/./+/-/_ " +"amháin." + +msgid "A user with that username already exists." +msgstr "In ann do úsáideoir leis an ainm úsáideora." + +msgid "first name" +msgstr "ainm baiste" + +msgid "last name" +msgstr "sloinne" + +msgid "email address" +msgstr "seoladh r-phoist" + +msgid "staff status" +msgstr "stádas foirne" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Sainigh an bhfuil cead ag an úsáideoir logáil isteach go dtí an suíomh " +"riaracháin seo." + +msgid "active" +msgstr "gníomhach" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Sainíonn an bhfuil an úsáideoir gníomhach. Míroghnaigh seo in aineonn de " +"scriseadh cuntasí." + +msgid "date joined" +msgstr "Dáta teacht isteach" + +msgid "user" +msgstr "úsáideoir" + +msgid "users" +msgstr "úsáideora" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Tá an pasfhocal seo ró-ghearr. Caithfidh %(min_length)d carachtar ar a " +"laghad a bheith ann." +msgstr[1] "" +"Tá an pasfhocal seo ró-ghearr. Caithfidh %(min_length)d carachtair ar a " +"laghad a bheith ann." +msgstr[2] "" +"Tá an pasfhocal seo ró-ghearr. Caithfidh %(min_length)d carachtair ar a " +"laghad a bheith ann." +msgstr[3] "" +"Tá an pasfhocal seo ró-ghearr. Caithfidh %(min_length)d carachtair ar a " +"laghad a bheith ann." +msgstr[4] "" +"Tá an pasfhocal seo ró-ghearr. Caithfidh %(min_length)d carachtair ar a " +"laghad a bheith ann." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"Caithfidh %(min_length)d carachtar ar a laghad a bheith i do phasfhocal." +msgstr[1] "" +"Caithfidh %(min_length)d carachtair ar a laghad a bheith i do phasfhocal." +msgstr[2] "" +"Caithfidh %(min_length)d carachtair ar a laghad a bheith i do phasfhocal." +msgstr[3] "" +"Caithfidh %(min_length)d carachtair ar a laghad a bheith i do phasfhocal." +msgstr[4] "" +"Caithfidh %(min_length)d carachtair ar a laghad a bheith i do phasfhocal." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Tá an focal faire róchosúil le %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Ní féidir le do phasfhocal a bheith róchosúil le d'fhaisnéis phearsanta eile." + +msgid "This password is too common." +msgstr "Tá an pasfhocal seo ró-choitianta." + +msgid "Your password can’t be a commonly used password." +msgstr "" +"Ní féidir le do phasfhocal a bheith ina phasfhocal a úsáidtear go coitianta." + +msgid "This password is entirely numeric." +msgstr "Tá an pasfhocal seo go hiomlán uimhriúil." + +msgid "Your password can’t be entirely numeric." +msgstr "Ní féidir le do phasfhocal a bheith uimhriúil go hiomlán." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Athshocraigh focal faire ar %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Cuir isteach ainm úsáideora bailí. Ní fhéadfaidh an luach seo ach litreacha, " +"uimhreacha, agus @/./+//_ A bheith i gceist leis an luach seo." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Cuir isteach ainm úsáideora bailí. Seans nach bhfuil sa luach seo ach " +"litreacha, uimhreacha, agus carachtair @/./+/-/_." + +msgid "Logged out" +msgstr "Logáilte amach" + +msgid "Password reset" +msgstr "Pasfhocal athshocrú" + +msgid "Password reset sent" +msgstr "Pasfhocal athshocrú sheoladh" + +msgid "Enter new password" +msgstr "Cuir isteach pasfhocal nua" + +msgid "Password reset unsuccessful" +msgstr "Níor éirigh le hathshocrú pasfhocail" + +msgid "Password reset complete" +msgstr "Athshocrú pasfhocail críochnaithe" + +msgid "Password change" +msgstr "Athrú pasfhocal" + +msgid "Password change successful" +msgstr "D'éirigh le hathrú pasfhocal" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..edc9d7b6f1125161c7f4d502f28b4c69d8c7daab GIT binary patch literal 8743 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po new file mode 100644 index 00000000000..88834565e0f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po @@ -0,0 +1,337 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# GunChleoc, 2015-2017,2021 +# GunChleoc, 2015 +# GunChleoc, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-10-27 12:55+0000\n" +"Last-Translator: GunChleoc\n" +"Language-Team: Gaelic, Scottish (http://www.transifex.com/django/django/" +"language/gd/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gd\n" +"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " +"(n > 2 && n < 20) ? 2 : 3;\n" + +msgid "Personal info" +msgstr "Fiosrachadh pearsanta" + +msgid "Permissions" +msgstr "Ceadan" + +msgid "Important dates" +msgstr "Cinn-là chudromach" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Chan eil oibseact %(name)s air a bheil prìomh-iuchair %(key)r ann." + +msgid "Password changed successfully." +msgstr "Chaidh am facal-faire atharrachadh gu soirbheachail." + +#, python-format +msgid "Change password: %s" +msgstr "Atharraich am facal-faire: %s" + +msgid "Authentication and Authorization" +msgstr "Dearbhadh is ùghdarrachadh" + +msgid "password" +msgstr "facal-faire" + +msgid "last login" +msgstr "an clàradh a-steach mu dheireadh" + +msgid "No password set." +msgstr "Cha deach facal-faire a shuidheachadh." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Tha fòrmat mì-dhligheach air an fhacal-fhaire no chan aithne dhuinn algairim " +"a’ hais." + +msgid "The two password fields didn’t match." +msgstr "Cha robh an dà fhacal-faire co-ionnann." + +msgid "Password" +msgstr "Facal-faire" + +msgid "Password confirmation" +msgstr "Dearbhadh an fhacail-fhaire" + +msgid "Enter the same password as before, for verification." +msgstr "Cuir an t-aon fhacal-faire a-steach a-rithist gus a dhearbhadh." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Cha dèid faclan-faire amh a shàbhaladh ’s mar sin chan eil dòigh ann gus " +"facal-faire a’ chleachdaiche seo a shealltainn. ’S urrainn dhut am facal-" +"faire atharrachadh co-dhiù leis an fhoirm seo." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Cuir a-steach %(username)s agus facal-faire ceart. Thoir an aire gum bi aire " +"do litrichean mòra ’s beaga air an dà raon, ma dh’fhaoidte." + +msgid "This account is inactive." +msgstr "Chan eil an cunntas seo gnìomhach." + +msgid "Email" +msgstr "Post-d" + +msgid "New password" +msgstr "Facal-faire ùr" + +msgid "New password confirmation" +msgstr "Dearbhadh an fhacail-fhaire ùir" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Cha do chuir thu an seann fhacal-faire a-steach mar bu chòir. Cuir a-steach " +"e a-rithist." + +msgid "Old password" +msgstr "An seann fhacal-faire" + +msgid "Password (again)" +msgstr "Facal-faire (a-rithist)" + +msgid "algorithm" +msgstr "algairim" + +msgid "iterations" +msgstr "ath-thriallan" + +msgid "salt" +msgstr "salann" + +msgid "hash" +msgstr "hais" + +msgid "variety" +msgstr "eug-samhail" + +msgid "version" +msgstr "tionndadh" + +msgid "memory cost" +msgstr "cosgais cuimhne" + +msgid "time cost" +msgstr "cosgais ùine" + +msgid "parallelism" +msgstr "co-shìneadh" + +msgid "work factor" +msgstr "factar obrachaidh" + +msgid "checksum" +msgstr "àireamh dhearbhaidh" + +msgid "block size" +msgstr "meud nam blocaichean" + +msgid "name" +msgstr "ainm" + +msgid "content type" +msgstr "seòrsa susbainte" + +msgid "codename" +msgstr "ainm-còd" + +msgid "permission" +msgstr "cead" + +msgid "permissions" +msgstr "ceadan" + +msgid "group" +msgstr "buidheann" + +msgid "groups" +msgstr "buidhnean" + +msgid "superuser status" +msgstr "staid superuser" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Iomruinidh seo gu bheil a h-uile aig a’ chleachdaiche seo gun a bhith ’gan " +"iomruineadh fa leth." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Am buidheann ris a bhuineas an cleachdaiche seo. Gheibh cleachdaiche a h-" +"uile cead a chaidh a thoirt dha ghin dhe na buidhnean aige." + +msgid "user permissions" +msgstr "ceadan a’ chleachdaiche" + +msgid "Specific permissions for this user." +msgstr "Ceadan sònraichte airson a’ chleachdaiche seo." + +msgid "username" +msgstr "ainm-cleachdaiche" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Riatanach. 150 caractar air a char as motha. Litrichean, àireamhan agus @/./" +"+/-/_ a-mhàin." + +msgid "A user with that username already exists." +msgstr "Tha cleachdaiche air a bheil an t-ainm-cleachdaiche seo ann mar-tha." + +msgid "first name" +msgstr "ainm" + +msgid "last name" +msgstr "sloinneadh" + +msgid "email address" +msgstr "seòladh puist-d" + +msgid "staff status" +msgstr "inbhe luchd-obrach" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Iomruinidh seo an urrainn dhan chleachdaiche seo clàradh a-steach gu làrach " +"nan rianairean gus nach urrainn." + +msgid "active" +msgstr "staid ghnìomhach" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Iomruinidh seo an dèid dèiligeadh ris a’ cleachdaiche seo mar fhear " +"gnìomhach gus nach dèid. Neo-thagh seo seach an cunntas a sguabadh às." + +msgid "date joined" +msgstr "fhuair e ballrachd" + +msgid "user" +msgstr "cleachdaiche" + +msgid "users" +msgstr "cleachdaichean" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Tha am facal-faire seo ro ghoirid. Feumaidh %(min_length)d charactar a bhith " +"ann air a char as lugha." +msgstr[1] "" +"Tha am facal-faire seo ro ghoirid. Feumaidh %(min_length)d charactar a bhith " +"ann air a char as lugha." +msgstr[2] "" +"Tha am facal-faire seo ro ghoirid. Feumaidh %(min_length)d caractaran a " +"bhith ann air a char as lugha." +msgstr[3] "" +"Tha am facal-faire seo ro ghoirid. Feumaidh %(min_length)d caractar a bhith " +"ann air a char as lugha." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"Feumaidh %(min_length)d charactar a bhith san fhacal-fhaire agad air a char " +"as lugha." +msgstr[1] "" +"Feumaidh %(min_length)d charactar a bhith san fhacal-fhaire agad air a char " +"as lugha." +msgstr[2] "" +"Feumaidh %(min_length)d caractaran a bhith san fhacal-fhaire agad air a char " +"as lugha." +msgstr[3] "" +"Feumaidh %(min_length)d caractar a bhith san fhacal-fhaire agad air a char " +"as lugha." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Tha am facal-faire agad ro choltach ri %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Chan fhaod am facal-faire agad a bhith ro choltach ris an fhiosrachadh " +"phearsanta eile agad." + +msgid "This password is too common." +msgstr "Tha am facal-faire seo ro chumanta." + +msgid "Your password can’t be a commonly used password." +msgstr "" +"Chan fhaod thu facal-faire a chleachdadh a chleachd mòran daoine mar-thà." + +msgid "This password is entirely numeric." +msgstr "Chan eil ach àireamhan san fhacal-fhaire seo." + +msgid "Your password can’t be entirely numeric." +msgstr "" +"Feumaidh caractaran a bhith san fhacal-fhaire agad nach eil ’nan àireamhan." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Ath-shuidheachadh an fhacail-fhaire air %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Cuir a-steach ainm-cleachdaiche dligheach. Chan fhaod ach litrichean gun " +"sràcan, àireamhan is caractaran @/./+/-/_ a bhith ’na bhroinn." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Cuir a-steach ainm-cleachdaiche dligheach. Chan fhaod ach litrichean, " +"àireamhan is caractaran @/./+/-/_ a bhith ’na bhroinn." + +msgid "Logged out" +msgstr "Air a clàradh a-mach" + +msgid "Password reset" +msgstr "Ath-shuidheachadh an fhacail-fhaire" + +msgid "Password reset sent" +msgstr "Chaidh ath-shuidheachadh an fhacail-fhaire a chur" + +msgid "Enter new password" +msgstr "Cuir a-steach facal-faire ùr" + +msgid "Password reset unsuccessful" +msgstr "Cha deach le ath-shuidheachadh an facail-faire" + +msgid "Password reset complete" +msgstr "Tha ath-shuidheachadh an fhacail-fhaire deiseil" + +msgid "Password change" +msgstr "Atharrachadh an facail-fhaire" + +msgid "Password change successful" +msgstr "Chaidh am facal-faire atharrachadh gu soirbheachail" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..afa6b50dc79f2caed66a07ce7245053dfa642658 GIT binary patch literal 8757 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 T`(agAbuX;d#GMW)-kbjg*CtK| literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3a5ea561533 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po @@ -0,0 +1,344 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# fasouto , 2011 +# fonso , 2011,2013 +# fasouto , 2019 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2011,2013 +# X Bello , 2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: X Bello , 2023-2025\n" +"Language-Team: Galician (http://app.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Información persoal" + +msgid "Permissions" +msgstr "Permisos" + +msgid "Important dates" +msgstr "Datas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "O obxeto %(name)s ca clave primaria %(key)r non existe." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Datos do formulario en conflicto. Por favor, tente de novo." + +msgid "Password changed successfully." +msgstr "O contrasinal cambiouse correctamente." + +msgid "Password-based authentication was disabled." +msgstr "A autentificación por contrasinal foi deshabilitada." + +#, python-format +msgid "Change password: %s" +msgstr "Cambiar o contrasinal: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Configurar contrasinal: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticación e Autorización" + +msgid "password" +msgstr "contrasinal" + +msgid "last login" +msgstr "última sesión" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de contrasinal non válido ou algoritmo de hash descoñecido." + +msgid "No password set." +msgstr "Non se configurou ningún contrasinal." + +msgid "Reset password" +msgstr "Reconfigurar contrasinal" + +msgid "Set password" +msgstr "Configurar contrasinal" + +msgid "The two password fields didn’t match." +msgstr "Os dous campos de contrasinal non coinciden." + +msgid "Password" +msgstr "Contrasinal" + +msgid "Password confirmation" +msgstr "Confirmación do contrasinal" + +msgid "Enter the same password as before, for verification." +msgstr "Introduza o mesmo contrasinal que antes, para verificalo." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Se o usuario vai poder autentificarse usando un contrasinal ou non. Si se " +"deshabilita, poderían ser capaces de autentificarse usando outros medios, " +"como Single Sign-On ou LDAP." + +msgid "Password-based authentication" +msgstr "Autentificación basada en contrasinal" + +msgid "Enabled" +msgstr "Habilitada" + +msgid "Disabled" +msgstr "Deshabilitada" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Non se gardan os contrasináis en claro, así que non hai maneira de ver o " +"contrasinal do usuario." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Habilite a autentificación basada en contrasinal para este usuario " +"configurando un contrasinal." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor, insira un %(username)s e contrasinal correctos. Teña en conta que " +"ambos os dous campos poden distinguir maiúsculas e minúsculas." + +msgid "This account is inactive." +msgstr "Esta conta está inactiva." + +msgid "Email" +msgstr "Correo electrónico" + +msgid "New password" +msgstr "Novo contrasinal" + +msgid "New password confirmation" +msgstr "Confirmación do novo contrasinal" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Inseriu incorrectamente o seu contrasinal actual. Insírao de novo." + +msgid "Old password" +msgstr "Contrasinal antigo" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iteracións" + +msgid "salt" +msgstr "sal" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variedade" + +msgid "version" +msgstr "versión" + +msgid "memory cost" +msgstr "custo de memoria" + +msgid "time cost" +msgstr "coste temporal" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "factor de traballo" + +msgid "checksum" +msgstr "suma de verificación" + +msgid "block size" +msgstr "tamaño de bloque" + +msgid "name" +msgstr "nome" + +msgid "content type" +msgstr "tipo de contido" + +msgid "codename" +msgstr "código" + +msgid "permission" +msgstr "permiso" + +msgid "permissions" +msgstr "permisos" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "estatus de superusuario" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario ten todos os permisos sen asignarllos explicitamente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Os grupos ós que pertence este usuario. Un usuario terá todos os permisos " +"outorgados a cada un dos seus grupos." + +msgid "user permissions" +msgstr "permisos de usuario" + +msgid "Specific permissions for this user." +msgstr "Permisos específicos para este usuario" + +msgid "username" +msgstr "nome de usuario" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Requerido. 150 caracteres ou menos. So letras, díxitos e @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Xa existe un usuario con ese nome de usuario." + +msgid "first name" +msgstr "nome" + +msgid "last name" +msgstr "apelidos" + +msgid "email address" +msgstr "enderezo de correo electrónico" + +msgid "staff status" +msgstr "membro do persoal" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica se o usuario pode acceder a este sitio de administración." + +msgid "active" +msgstr "activo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Determina se este usuario se debe considerar activo. Deseleccione isto en " +"vez de borrar contas de usuario." + +msgid "date joined" +msgstr "data de rexistro" + +msgid "user" +msgstr "usuario" + +msgid "users" +msgstr "usuarios" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Este contrasinal é moi curto. Ten que conter polo menos %d caracter." +msgstr[1] "" +"Este contrasinal é moi curto. Ten que conter polo menos %d caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"O seu contrasinal ten que conter polo menos %(min_length)d caracter." +msgstr[1] "" +"O seu contrasinal ten que conter polo menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "O contrasinal parécese demasiado a %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"O seu contrasinal non pode ser tan semellante ó resto da información persal." + +msgid "This password is too common." +msgstr "Este contrasinal é moi común." + +msgid "Your password can’t be a commonly used password." +msgstr "O seu contrasinal non pode ser un contrasinal de uso habitual." + +msgid "This password is entirely numeric." +msgstr "Este constrasinal só ten números." + +msgid "Your password can’t be entirely numeric." +msgstr "O seu contrasinal non pode ser únicamente numérico." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Cambio de contrasinal en %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Introduza un nome de usuario válido. Este valor so pode conter letras sen " +"acentos minúsculas do a ó z e maíusculas do A ó Z, números e os caracteres " +"@/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Introduza un nome de usuario válido. Este valor pode conter so letras, " +"números e os caracteres @/./+/-/_." + +msgid "Logged out" +msgstr "Rematou a sesión" + +msgid "Password reset" +msgstr "Recuperar o contrasinal" + +msgid "Password reset sent" +msgstr "Enviada recuperación de contrasinal" + +msgid "Enter new password" +msgstr "Introduza novo contrasinal" + +msgid "Password reset unsuccessful" +msgstr "Fallóu a recuperación do contrasinal" + +msgid "Password reset complete" +msgstr "Completouse a recuperación do contrasinal" + +msgid "Password change" +msgstr "Cambio de contrasinal" + +msgid "Password change successful" +msgstr "O contrasinal cambiouse correctamente" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..301f74195f73e655ebb3aa0c8e694461e73596f6 GIT binary patch literal 9108 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 KCPfVVHRPw}c-jU4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po new file mode 100644 index 00000000000..77cf3741b00 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,335 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 534b44a19bf18d20b71ecc4eb77c572f_db336e9 , 2011-2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2012-2015,2017,2019,2023,2025 +# אורי רודברג , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Meir Kriheli , " +"2012-2015,2017,2019,2023,2025\n" +"Language-Team: Hebrew (http://app.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +msgid "Personal info" +msgstr "מידע אישי" + +msgid "Permissions" +msgstr "הרשאות" + +msgid "Important dates" +msgstr "תאריכים חשובים" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "הפריט %(name)s עם המפתח הראשי %(key)r אינו קיים." + +msgid "Conflicting form data submitted. Please try again." +msgstr "נשלחו נתונים סותרים בטופס. נא לנסות שוב." + +msgid "Password changed successfully." +msgstr "הסיסמה שונתה בהצלחה." + +msgid "Password-based authentication was disabled." +msgstr "אימות מבוסס סיסמה הושבת." + +#, python-format +msgid "Change password: %s" +msgstr "שינוי סיסמה: %s" + +#, python-format +msgid "Set password: %s" +msgstr "קביעת סיסמה: %s" + +msgid "Authentication and Authorization" +msgstr "אימות והרשאות" + +msgid "password" +msgstr "סיסמה" + +msgid "last login" +msgstr "כניסה אחרונה" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "תחביר סיסמה בלתי-חוקי או אלגוריתם גיבוב לא ידוע." + +msgid "No password set." +msgstr "לא נקבעה סיסמה." + +msgid "Reset password" +msgstr "איפוס סיסמה" + +msgid "Set password" +msgstr "קביעת סיסמה" + +msgid "The two password fields didn’t match." +msgstr "שני שדות הסיסמה אינם זהים." + +msgid "Password" +msgstr "סיסמה" + +msgid "Password confirmation" +msgstr "אימות סיסמה" + +msgid "Enter the same password as before, for verification." +msgstr "יש להזין את אותה סיסמה כמו קודם, לאימות." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"האם המשתמש יוכל לבצע אימות באמצעות סיסמה או לא. אם האפשרות מושבתת, ייתכן " +"שעדיין ניתן יהיה לבצע אימות באמצעות מנגנונים אחרים, כגון Single Sign-On או " +"LDAP." + +msgid "Password-based authentication" +msgstr "אימות מבוסס סיסמה" + +msgid "Enabled" +msgstr "מופעל" + +msgid "Disabled" +msgstr "מושבת" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"סיסמאות אינן נשמרות בצורתן המקורית, לכן אין אפשרות לראות את סיסמת המשתמש." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "אפשר אימות מבוסס סיסמה עבור משתמש זה על ידי הגדרת סיסמה." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"נא להזין %(username)s וסיסמה נכונים. נא לשים לב כי שני השדות רגישים לאותיות " +"גדולות/קטנות." + +msgid "This account is inactive." +msgstr "חשבון זה אינו פעיל." + +msgid "Email" +msgstr "דוא\"ל" + +msgid "New password" +msgstr "סיסמה חדשה" + +msgid "New password confirmation" +msgstr "אימות סיסמה חדשה" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "סיסמתך הישנה הוזנה בצורה שגויה. נא להזינה שוב." + +msgid "Old password" +msgstr "סיסמה ישנה" + +msgid "algorithm" +msgstr "אלגוריתם" + +msgid "iterations" +msgstr "חזרות" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "גיבוב" + +msgid "variety" +msgstr "מגוון" + +msgid "version" +msgstr "גרסה" + +msgid "memory cost" +msgstr "עלות זכרון" + +msgid "time cost" +msgstr "עלות זמן" + +msgid "parallelism" +msgstr "מקבילות" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "סיכום ביקורת" + +msgid "block size" +msgstr "גודל בלוק" + +msgid "name" +msgstr "שם" + +msgid "content type" +msgstr "סוג תוכן" + +msgid "codename" +msgstr "שם קוד" + +msgid "permission" +msgstr "הרשאה" + +msgid "permissions" +msgstr "הרשאות" + +msgid "group" +msgstr "קבוצה" + +msgid "groups" +msgstr "קבוצות" + +msgid "superuser status" +msgstr "סטטוס משתמש על" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "מציין שלמשתמש זה יש את כל ההרשאות ללא הצורך המפורש בהענקתן." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"הקבוצות שמשתמש זה שייך אליהן. משתמש יקבל את כל ההרשאות המוקצות לכל אחת " +"מהקבוצות שלו/שלה." + +msgid "user permissions" +msgstr "הרשאות משתמש" + +msgid "Specific permissions for this user." +msgstr "הרשאות ספציפיות למשתמש זה." + +msgid "username" +msgstr "שם משתמש" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "שדה חובה. 150 תווים או פחות. אותיות, ספרות ו-@/./+/-/_ בלבד." + +msgid "A user with that username already exists." +msgstr "משתמש עם שם משתמש זה קיים כבר" + +msgid "first name" +msgstr "שם פרטי" + +msgid "last name" +msgstr "שם משפחה" + +msgid "email address" +msgstr "כתובת דוא\"ל" + +msgid "staff status" +msgstr "סטטוס איש צוות" + +msgid "Designates whether the user can log into this admin site." +msgstr "מציין האם המשתמש יכול להתחבר לאתר הניהול." + +msgid "active" +msgstr "פעיל" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"מציין האם יש להתייחס למשתמש כפעיל. יש לבטל בחירה זו במקום למחוק חשבונות " +"משתמשים." + +msgid "date joined" +msgstr "תאריך הצטרפות" + +msgid "user" +msgstr "משתמש" + +msgid "users" +msgstr "משתמשים" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "הסיסמה שלך חייבת להכיל לפחות תו %(min_length)d." +msgstr[1] "הסיסמה שלך חייבת להכיל לפחות %(min_length)d תווים." +msgstr[2] "הסיסמה שלך חייבת להכיל לפחות %(min_length)d תווים." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "סיסמה זו דומה מדי ל-%(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "הסיסמה שלך לא יכולה להיות דומה מדי למידע אישי אחר שלך." + +msgid "This password is too common." +msgstr "סיסמה זו נפוצה מדי." + +msgid "Your password can’t be a commonly used password." +msgstr "הסיסמה שלך לא יכולה להיות סיסמה שכיחה." + +msgid "This password is entirely numeric." +msgstr "סיסמה זו מכילה רק ספרות." + +msgid "Your password can’t be entirely numeric." +msgstr "הסיסמה שלך לא יכולה להכיל רק ספרות." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "החלפת הסיסמה ב-%(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"יש להזין שם משתמש חוקי. ערך זה יכול להכיל אותיות אנגליות, ספרות והתווים @/./" +"+/-/_ בלבד." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"יש להזין שם משתמש חוקי. ערך זה יכול להכיל אותיות, ספרות והתווים @/./+/-/_ " +"בלבד." + +msgid "Logged out" +msgstr "יצאת מהמערכת" + +msgid "Password reset" +msgstr "איפוס סיסמה" + +msgid "Password reset sent" +msgstr "איפוס הסיסמה נשלח." + +msgid "Enter new password" +msgstr "הזנת סיסמה חדשה" + +msgid "Password reset unsuccessful" +msgstr "איפוס הסיסמה נכשל" + +msgid "Password reset complete" +msgstr "איפוס הסיסמה הושלם" + +msgid "Password change" +msgstr "שינוי סיסמה" + +msgid "Password change successful" +msgstr "הסיסמה שונתה בהצלחה" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8966d0c07f18beaafb7df88113b98992a5fe21cc GIT binary patch literal 5364 zcma);U62%4700h85?wVBjNf8zP-It}*$>f>0jxwqWD_78YLhCp1-ZQ{g~pK;QliA`41_z8Qgdq53a4ZD>VX6f}aKxa0)yG-VeS5 z`rwL>D8*0h<8c@G4ESyE2si}31%3kj3-|@_UGP)jf86{X%ar;kJFtI1UG_Asb|2Cfd@gcbJXEUQ1qPvMc)Nb z{Cxw&HT6eO_WubaRP|T4{*J@HgQE9eZvDTY=>MNvU&cW6F9&7+N>F%M1xlQwZvFu` z-U9MdPx27^PlK}G2VWpJKL(#-ybLELFBR}E=8u5a7{7?{os6Hth~z6Is1i629s%C~ zzX(2Zr{&WJCHDuxQSb^l4E_TY-j|ciZ-8q+$>&Z`)(?Y^gRg>L0&gRjwctJA+u)<% z9&q_`yZ@))0^@Vw3UDir&x1b%QK3>$=6}XR@^=Ch|6c_^3%(5sZ|{Qq)IWI$@9%+M z1D7Ez^|2O|{f~mO?t>CX49dQPp!jF3QAQMTb&ra*cC;-Mra)ARX#n zHtITPCUy!6pQEje!QO(yg zUXskl%}PnHPSitw64W9u^%J`}tp|x!Soab%gnGtrHi9Gx;wUjj;#P{rnJ_2^X*j1* zhJqlfvEOeL`xVaCede07U{#jANQZGv2T>X`izTnp2qK*XsehB59dD9)+zKmtm#@bgR#(T}BdasE}yf9Ts>Q$?nXWC+>#ky&9HzDuJO!RN;2R&4uo#=XgwGm8QMO%eM>L)@#5If=9mhP@M&&_;8K5IIyw{5a2qsz)}(1R zJu&@oVSP_dY*qbcVGA`@;WQ}e^}B+!>tspSgQ2Og)%3!`!<-;VNk=ngm~5KZpzZ6X z;Yi=RNso_g7*ct5D9^6wJUf?X*YfNY-j3z%L%@&M;${ zwSyuk%Z%TYr@Sw+a5ZlqR(bYXo}D*yFPV)8@@#>{^LfVjGKTW(fcXp<2T*XSBh35j z=3V5E8S~DhXtr~20;ll_a8W!b-ewn#pC{Zt=bd=#LPLaDC2E4akhkY~Bam}>dp{I( zV!3Ff_Opgo)(8yK;xSW1fQLew9f)svc9emo0~0;>35vj9wu{0o`?|57H9KLKnT$0F zuc(X@7a86Vy0uRv;`J@!b*$J_9=6tvh#uQ?w8MDeCC3)U6k ziB)34^?8~5iCP*Wx&EN(BrbS%DxLec2$C&Q0meJoY^fCPNF@=vB%SUboHB!}#;>Er zJUed2R4?@{>2*30Sa91+PcS{NStk2domg>RQb1_MbDLaArO93UkYw|WQFDw*Dnlq_ z4)-u%TgEkxX*O!bw!v=^M;7kd=IJVutr%O(+hp`CB6uZz)!%H)cJl}Yy#jR1vY*C* ztQT$I$iHO9NYVqgnr+QvhX`NKGx3IqE)yYdi^ij~Je8Tl$_b<442wTEmARlVL zz)^6kbyN`s4!K^k)`*uh*)w2J1Tmi}S09|lARRO^f5D=y$j+^Qh zqspY@D%0o`?gr((r(K%DHth{&>{)sl6}?Ji03o;|ttEXy`sD+3+?0cvG^|om?t5x? z$TyU3f?2vzxcFejj3AkUE#Z>m7avLCX$It;^Tf3zF40DY@ar@9J0m9)hG zhC>u%?i(b{h3H}@<`YW>#+vvnk&|NHETLqIfGA8`J=O=?qWg`Iu=cC2A^y7XRf1w> z&#_L5$Rq=lNS8}nSVwwq1L}#LFty}=$ABrDt~?V*pbf>CC!Gt7Z7VaNLF`A(d0?wZ zSTr>!r!;$6M0U~8Kq`1Yr40qVkth4dsY`)SIzW&89`nD6%=Kh30F^h@bA6osLA~F; f9)E+)=GiZ86~Y9}*Z}3Ipn(5il5AaEU`_oW`GTpR literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b6319856ebd --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,290 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# alkuma , 2013 +# Chandan kumar , 2012 +# Jannis Leidel , 2011 +# Sandeep Satavlekar , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "व्यक्तिगत सूचना" + +msgid "Permissions" +msgstr "अनुमतियाँ" + +msgid "Important dates" +msgstr "महत्त्वपूर्ण तिथियाँ" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "शब्दकूट बदली कामयाब" + +#, python-format +msgid "Change password: %s" +msgstr "शब्दकूट बदलें: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "शब्दकूट" + +msgid "last login" +msgstr "पिछला लॉगिन" + +msgid "No password set." +msgstr "कोई कूटशब्द नहीं।" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "अवैध कूटशब्द प्रारूप या अज्ञात द्रुतान्वेषण कलन विधि" + +msgid "The two password fields didn't match." +msgstr "यह दो शब्दकूट क्षेत्रों का मेल नहीं होता " + +msgid "Password" +msgstr "कूटशब्द" + +msgid "Password confirmation" +msgstr "कूटशब्द पुष्टि" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "कृपया सही %(username)s व कूटशब्द भरें। भरते समय लघु और दीर्घ अक्षरों का ध्यान रखें।" + +msgid "This account is inactive." +msgstr "यस खाता सुस्त है" + +msgid "Email" +msgstr "डाक पता" + +msgid "New password" +msgstr "नया शब्दकूट" + +msgid "New password confirmation" +msgstr "नया शब्दकूट पुष्टि" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "आपने पुराना शब्दकूट गलत दर्ज किया है । कृपया फिर से दर्ज करें" + +msgid "Old password" +msgstr "पुराना शब्दकूट" + +msgid "Password (again)" +msgstr "शब्दकूट (दुबारा)" + +msgid "algorithm" +msgstr "अलगोरिथम" + +msgid "iterations" +msgstr "पुनरूक्तियाँ" + +msgid "salt" +msgstr "साल्ट" + +msgid "hash" +msgstr "हैश" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "कार्य फ़ैक्टर" + +msgid "checksum" +msgstr "चेकसम" + +msgid "name" +msgstr "नाम" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "कोडनेम" + +msgid "permission" +msgstr "अनुमति" + +msgid "permissions" +msgstr "अनुमतियाँ" + +msgid "group" +msgstr "वर्ग" + +msgid "groups" +msgstr "वर्गों" + +msgid "superuser status" +msgstr "सर्वोच्च प्रयोक्ता स्थिति" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"निर्दिष्ट करता है कि जो इस उपयोगकर्ता के पास सभी अनुमतियाँ उन्हें बिना बताए स्पष्ट रूप से " +"निर्धारित है." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "प्रयोक्ता अनुमतियाँ" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "प्रयोक्ता नाम" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "इस नाम के साथ प्रवोक्ता अस्तित्व है" + +msgid "first name" +msgstr "पहला नाम" + +msgid "last name" +msgstr "आखिरी नाम" + +msgid "email address" +msgstr "डाक पता" + +msgid "staff status" +msgstr "कर्मचारी स्थिति" + +msgid "Designates whether the user can log into this admin site." +msgstr "तय करता हैं की उपयोगकर्ता इस साईट प्रशासन में प्रवेश कर सकता हैं या नहीं |" + +msgid "active" +msgstr "सक्रिय" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"निर्दिष्ट करता है कि क्या इस उपयोगकर्ता को सक्रिय माना जाना चाहिए.खातों को हटाने की " +"बजाय इस अचयनित करे." + +msgid "date joined" +msgstr "तिथि भरती" + +msgid "user" +msgstr "उपभोक्ता" + +msgid "users" +msgstr "उपभोक्ताऐं" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s पर कूटशब्द को पुनःठीक करे" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "लाग्ड आउट " + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..706a16dc72c189f156354936890e5a5ad9d49d18 GIT binary patch literal 5894 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f6711db4f2b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po @@ -0,0 +1,306 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bojan Mihelač , 2012 +# Davor Lučić , 2012 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2013,2015 +# Nino , 2013 +# senko , 2012 +# zmasek , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgid "Personal info" +msgstr "Osobni podaci" + +msgid "Permissions" +msgstr "Privilegije" + +msgid "Important dates" +msgstr "Važni datumi" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Unos %(name)s sa primarnim ključem %(key)r ne postoji." + +msgid "Password changed successfully." +msgstr "Lozinka uspješno promijenjena." + +#, python-format +msgid "Change password: %s" +msgstr "Promijeni lozinku: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "lozinka" + +msgid "last login" +msgstr "posljednja prijava" + +msgid "No password set." +msgstr "Lozinka nije postavljena." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neispravan format lozinke ili nepoznati hashing algoritam." + +msgid "The two password fields didn't match." +msgstr "Dva polja za lozinku nisu jednaka." + +msgid "Password" +msgstr "Lozinka" + +msgid "Password confirmation" +msgstr "Potvrda lozinke" + +msgid "Enter the same password as before, for verification." +msgstr "Unesite istu lozinku, za potvrdu." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Unesite ispravno %(username)s i lozinku. Imajte na umu da oba polja mogu " +"biti velika i mala slova." + +msgid "This account is inactive." +msgstr "Ovaj korisnički račun nije aktivan." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Nova lozinka" + +msgid "New password confirmation" +msgstr "Potvrda nove lozinke" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaša stara lozinka je pogrešno unesena. Molim unesite ponovo." + +msgid "Old password" +msgstr "Stara lozinka" + +msgid "Password (again)" +msgstr "Lozinka (unesi ponovo)" + +msgid "algorithm" +msgstr "algoritam" + +msgid "iterations" +msgstr "iteracije" + +msgid "salt" +msgstr "slučajna vrijednost" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "količina rada" + +msgid "checksum" +msgstr "zbroj za provjeru" + +msgid "name" +msgstr "ime" + +msgid "content type" +msgstr "tip sadržaja" + +msgid "codename" +msgstr "kodno ime" + +msgid "permission" +msgstr "privilegija" + +msgid "permissions" +msgstr "privilegije" + +msgid "group" +msgstr "grupa" + +msgid "groups" +msgstr "grupe" + +msgid "superuser status" +msgstr "superuser status" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Određuje da ovaj korisnik ima sve privilegije te uklanja potrebu da se " +"privilegije unose eksplicitno/ručno." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupe kojima ovaj korisnik pripada. Korisnik će imati sve privilegije grupa " +"kojima pripada." + +msgid "user permissions" +msgstr "privilegije korisnika" + +msgid "Specific permissions for this user." +msgstr "Određene privilegije za korisnika." + +msgid "username" +msgstr "korisničko ime" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Korisnik sa navedenim imenom već postoji." + +msgid "first name" +msgstr "ime" + +msgid "last name" +msgstr "prezime" + +msgid "email address" +msgstr "e-mail adresa" + +msgid "staff status" +msgstr "status osoblja" + +msgid "Designates whether the user can log into this admin site." +msgstr "Određuje može li se korisnik prijaviti na ove stranice administracije." + +msgid "active" +msgstr "aktivan" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Određuje treba li se ovaj korisnik tretirati kao aktivan korisnik. Koristite " +"ovu opciju umjesto brisanja korisničkih računa." + +msgid "date joined" +msgstr "datum učlanjenja" + +msgid "user" +msgstr "korisnik" + +msgid "users" +msgstr "korisnici" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Lozinka nije dovoljno dugačka. Mora sadržavati minimalno %(min_length)d znak." +msgstr[1] "" +"Lozinka nije dovoljno dugačka. Mora sadržavati minimalno %(min_length)d " +"znaka." +msgstr[2] "" +"Lozinka nije dovoljno dugačka. Mora sadržavati minimalno %(min_length)d " +"znakova." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Lozinka mora sadržavati minimalno %(min_length)d znak." +msgstr[1] "Lozinka mora sadržavati minimalno %(min_length)d znaka." +msgstr[2] "Lozinka mora sadržavati minimalno %(min_length)d znakova." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "Lozinka se u potpunosti sastoji od brojeva." + +msgid "Your password can't be entirely numeric." +msgstr "Lozinka se ne smije u potpunosti sastojati od brojeva." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Resetiranje lozinke na %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Niste logirani" + +msgid "Password reset" +msgstr "Resetiranje lozinke" + +msgid "Password reset sent" +msgstr "Resetiranje lozinke poslano" + +msgid "Enter new password" +msgstr "Unesite novu lozinku" + +msgid "Password reset unsuccessful" +msgstr "Resetiranje lozinke neuspješno" + +msgid "Password reset complete" +msgstr "Resetiranje lozinke završeno" + +msgid "Password change" +msgstr "Promjena lozinke" + +msgid "Password change successful" +msgstr "Promjena lozinke uspješna" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..407ccb0d101597ff792841f8063abb685af19a15 GIT binary patch literal 9028 zcmb`Me~cW-Rmba&J91|rApsI{38X@@WPP_YyI$KD-(H-Y&p)s){;{!rF|kCBn(5k^ zp6Tfty1G3#qf-LL!BW6NB#M;N5s=}Zi=se;BNR|#5_v}=LIf$0z#j+!kqAf;5R1P6 z0iRdh^JDkcA(y+BdcNIVU9Vof_kHhG_59sy?)jMFxXAfN&TrkV)Ca-O-^&lj=U$=I z0q~E&-QaCdgKxY~sUHCkf~(+rz;*Bn_z3tl(1NeJUnwqC0gA{EfG5B!AfnV)z^A~k zgC7PT-lf!Qz%POOz`p`t1>XMyO6><<5AsNz0e=v@2)-U{fjHHPk?k)Uj}~&{2KUv z@EhQ1@Npg<1AhY)`F{h_q`nD?p8o;91-zF=1MUW8zP}2-4g4Y~^ZIA-r@*_Jg!pFx z{1xzV@H60-!9(B(q2h39Ru$HPgU(_EBrZ7#%Y5hCj;fZ4^;QR49d8_4vO55 zSI>VJl=prg6g@r*G8OeDP~?5JYX95n`9FXn=Qb#M{TC>_x(nwC-Ve(7uLl40E_?_I zKmX}Rm0AQfBoIEF0BKTf@G$rc7=d2|*TIF?Vq@?Uh)dMBL7BghrUASHlyN#>0bT+> z1AYtSRrQGS5DYx2@T;KM?Hi!*_uoO`+5c4S_oJ-b zKLCoHg$iq+@NYjT{nkM7!*Njj{_~*B*MVZME1<~vFev`{SoQojEBqZ$#YfF-|$e&)bjnxd)GPEk1?v zA(n)<;ww2GEJ6J=_$24<>VAKPZv~H5*XJt~5UvptA!g+MEayeJ;J90U78X;}v%9@^ zjgD>RdJyMr-Ou8l$%eXXhk9X=-`$yxob@_&xwcQoKCi1oy6`qD-_P4754R#qnE^4O)?q>+|KE{jLui8|aiY0K)q@qXa4XiYD8b=ajFN!-liw52y( z*3*&6jrK*O7w5T+>Uuq~##^1ErfHctt*ax}$F0=l=ou8s+p#Z|Y#WbOiSFC17kiHu zJ}B-AnNFW^;yghPO|4W$MB&~RfrGZ?Stbpo$fikk;#xXRbH`IgGEpy1wU2Xqhn^E{ zeA^XCq#L5VMcs&jwPC84Y+XN@dYgzNg3LJeIkwbpLq|Lg)-cVcE7Bap9*MnaBsNk< zdnQiQ(NylHW~?=^53;vfA6u59gZCOk?QLF)op!8Ol8~F`%-QHmCW)h|gX{Xd%$J9S z)jc!RO_%0)K)Vzpq9vXDl1__WBV35XA6u?3KeSw1eo8mnCS$U+$T%-vevx7T=)}|# zH?Ub#SYT?Sz^kHYqgjl{8XpsRhqvM zvv0&A3_h#VZl)kEt*bLoY%-`?uR?2jA#Nb%w%-$A7}xuaBH7*)&9x=N`dst88k2!^ zX3=8yQn*FqULStU4O>1ZD=aKZi;LOqFzrpq#k(}hKeq$-ID)h9-;>(eeL#w9m499eZEwn^ke#1Q+! z(i#(E+7kHcteH`dbdcGQY<&*Tq9yGm$ygo|c&S6@p(gKmEAq>X^pC&zte=go&e~rn zV!GD#p8YFxK_|r9u*6MWpPWQ$6u07>F}K921T$KR8>eE`xjWs2oPDlun-U6J^6Zv` zQ&;Cvx0Sh~FG+fm5gRsfX^SVWuBUZ{eBENW?RmSE5nRLu)3>JCmehy|;;fQdjxh0o zm@9V}D(=OJA@c<@;xmG_;rxVeWv6^F7eke^qBu&iY>wCRW?SAvVwHhKcuY1b{TEv1 z$Au_3fQ(2YBtp_M59GLcEZ;rUVgou|_~+3RV?UOX8nlpuNxke_=!l@zpTRu1zD# z2vOdalzWbmsBY(|(6uwvnoOTOa%jD--sg%;ySZc+0y;z~EQ!-9P9gJT$xudc47JL2 zLy$0a3xz#6T&7$(2OkpSbCF#Rx>J`II{l8)xAAfq<`E`O4V&eiD#2G1osM}2J}j~Z zc`C7KD{t@K!i}wJytv-bqGY+6mMGOoT(e7DjjU?6ZL{l(o@%!@gBg z2X)8ADGL=V3l&yM5qaM$suvs%Jwi%QWnxfL5Ea!R3#HAgM5xYUD^APH(4%L2jaiztpOD2nLK2#(YSzjs^vR%D_*<7a9Gbd~7+KH(4-m-a3M;+>~+jZ8;a-nw0 zx8kVwc+v8;^KMP=T0c`eYcItjsdfbWt?AX3J$q{_`)aHE^~!;@l}8?0;n;N&%hb-3 z5q)A9X-%JsDeN}U7hJNT-$BwV`tC9Bvc`zWGxf;6b4f%!T;u2MOZ+^-&*~oe*~_!l z{fJCkg=yK^d24!W`bk+)>2pYkS@ABm^Sr;dylndYdM?Ap8}{isDQvl%&jgZ6$a32^ zmUr(ub>h^~+0^&cS9TpP8B#kBL)LU|pU#*232VqlLq4PC9DMTpvD$&zdotLD&1y#p z=!jIXrVljYe5&o5W~5!~NdX6H$5>+dHJ$dutv|T$QC(ghTuc}CtgIY7xJSQBuV`K= zZ&$h9GrQfZpLu4|w2!7$n)dE~beB5A9;quOUmU;N>ru5+N{2n&O^VHHu190JUrIaH zc0F6AqC<7RP>gTJ11iu+=S9xzy^c+JyB&{jQpjd69vVpGP({0@8Fvgh$PDl-TP3+w z$E_bslMIiXX>Ea?$dvdC}UNcCW%cF*VmuRq6x&A@2vz(iczg_qey^lsf~ zk1y+vmARA~Dh#0e<7eZ(>za|-yt-|Ww%NQkC;!%s@l6)mRA84dXW2_(J2HTi$+Riq z!)Scj1c{@L9WeQw1ojLz8%^bQFmcCpsao9}17Y`pYY-vP_>VDJU0*~=R3G0QUlCJK z-Y_g{uKBr@R_a1n?A|ux>t=kpuBJVakPg++TF-V^Gn0)f>jpVDH?%bt9rS zvx#Pocq(<{o4QZ7jJxrYPU6jL_>r*!560KKW^U7l)x2rDL2%idz zsSlE#BC>QjC+9b>$_pL7hlCzmQr94^a;-X_Z9dn4reQ-m%`y_<1W718v^}vcEj5Q5 z@_}!biYCO{N{7v>6Y}%}_oxo)^dvAUtwOE5AnBdD6sp*0hg?e(b&GzS4wv})Nyzej zu}3zT7D5PBPy*_DTG1m|#s?oyvzQtU}|NdLL0WGq39taG*rH!r8#6HRqje* z-wT>$_%_>3yR^Ndv~&r&oL>6KkTs#C>JH8uU%@D{9i2H=62q)$Y*XPyNNR=@^KwX{ zq`gc!b)oGRQO9>$&5SDM^<)iKmHtpe%eufP0r*aUvarA_vn(Omd`TWnmT0|@JS4Dn zlof40W=uB7hRbcj`SMyWlS065-#1IJl^bV@*mcs=T+OJ`)xh;lw^}($?wl+g=TZ_W zcA{IkdzViaM?P6?He36Zpu zsAvZYZ{0!9(V0T}0=>U`0kHU`34pvWQ2?B+Bvh;6$#$M~i0tPfH3pUHKt@-S^^Rv? zHupw#u_NU^EGgB5{CtKS_SNP!c*1VM<;sSIut+kp$u~+OJt{kuSmQh4}o^@=)sB)0-8Gxu7^;F46W?}{| z{4(^d8;N`g2;Wy&i9!Fc`wzf8X_};Zc3YdjX8g86Car36A@w_ylPymwD^=U4j#KRY b*g)q-@#)pePL8t3!t1h=#UlRTGr|7>-Oo0o literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..76eaa5c31e6 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,341 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2017,2019,2021,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Michael Wolf , " +"2016-2017,2019,2021,2023-2025\n" +"Language-Team: Upper Sorbian (http://app.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +msgid "Personal info" +msgstr "Wosobinske informacije" + +msgid "Permissions" +msgstr "Prawa" + +msgid "Important dates" +msgstr "Wažne daty" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klučom %(key)r njeeksistuje." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Přećiwne formularowe daty zapodate. Prošu spytajće hišće raz." + +msgid "Password changed successfully." +msgstr "Hesło je so wuspěšnje změniło." + +msgid "Password-based authentication was disabled." +msgstr "Awtentifikacija na zakładźe hesła je so znjemóžniła." + +#, python-format +msgid "Change password: %s" +msgstr "Hesło změnić: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Nastajene hesło: %s" + +msgid "Authentication and Authorization" +msgstr "Awtentifikacija a awtorizacija" + +msgid "password" +msgstr "hesło" + +msgid "last login" +msgstr "poslednje přizjewjenje" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Njepłaćiwy hesłowy format abo njeznaty kontrolny algoritmus." + +msgid "No password set." +msgstr "Žane hesło nastajene." + +msgid "Reset password" +msgstr "Hesło wróćo stajić" + +msgid "Set password" +msgstr "Hesło postajić" + +msgid "The two password fields didn’t match." +msgstr "Dwě heslowej poli sej njewotpowědujetej." + +msgid "Password" +msgstr "Hesło" + +msgid "Password confirmation" +msgstr "Hesłowe wobkrućenje" + +msgid "Enter the same password as before, for verification." +msgstr "Zapodajće samsne hesło kaž do toho, za přepruwowanje." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Hač wužiwar móže z hesłom awtentifikować abo nic. Jeli to je znjemóžnjene, " +"je hišće móžno, z druhimi backendami awtentifikować, na přikład Single Sign-" +"On abo LDAP." + +msgid "Password-based authentication" +msgstr "Awtentifikacija na zakładźe hesła" + +msgid "Enabled" +msgstr "Zmóžnjeny" + +msgid "Disabled" +msgstr "Znjemóžnjeny" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Hrube hesła so njeskładuja, tohodla móžnosć njeje, hesło wužiwarja widźeć." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Postajće hesło, zo byšće awtentifikaciju na zakładźe hesło za tutoho " +"wužiwarja zmóžnił." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Prošu zapodajće korektne %(username)s a hesło. Dźiwajće na to, zo wobě poli " +"móžetej mjez wulko- a małopisanjom rozeznawać." + +msgid "This account is inactive." +msgstr "Tute konto je inaktiwne." + +msgid "Email" +msgstr "E-mejl" + +msgid "New password" +msgstr "Nowe hesło" + +msgid "New password confirmation" +msgstr "Wobkrućenje noweho hesła" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Waše stare hesło je so wopak zapodało. Prošu zapodajće jo hišće raz." + +msgid "Old password" +msgstr "Stare hesło" + +msgid "algorithm" +msgstr "algoritmus" + +msgid "iterations" +msgstr "wospjetowanja" + +msgid "salt" +msgstr "sól" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "warianta" + +msgid "version" +msgstr "wersija" + +msgid "memory cost" +msgstr "Składowa přetrjeba" + +msgid "time cost" +msgstr "Časowa přetrjeba" + +msgid "parallelism" +msgstr "paralelizm" + +msgid "work factor" +msgstr "dźěłowy faktor" + +msgid "checksum" +msgstr "pruwowanska suma" + +msgid "block size" +msgstr "blokowa wulkosć" + +msgid "name" +msgstr "mjeno" + +msgid "content type" +msgstr "wobsahowy typ" + +msgid "codename" +msgstr "kodowe mjeno" + +msgid "permission" +msgstr "prawo" + +msgid "permissions" +msgstr "prawa" + +msgid "group" +msgstr "skupina" + +msgid "groups" +msgstr "skupiny" + +msgid "superuser status" +msgstr "status superwužiwarja" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Woznamjenja, zo tutón wužiwar ma wšě prawa bjez toho, zo by móhł je " +"eksplicitnje připokazać." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Skupiny, ke kotrymž wužiwar słuša. Wužiwar dóstanje wšě prawa, kotrež jemu " +"skupiny dawaja." + +msgid "user permissions" +msgstr "wužiwarske prawa" + +msgid "Specific permissions for this user." +msgstr "Wěste prawa za tutoho wužiwarja." + +msgid "username" +msgstr "wužiwarske mjeno" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Trěbne. 150 znamješkow abo mjenje. Jenož pismiki, cyfry a @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Wužiwar z tutym mjenom hižo eksistuje." + +msgid "first name" +msgstr "předmjeno" + +msgid "last name" +msgstr "swójbne mjeno" + +msgid "email address" +msgstr "e-mejlowa adresa" + +msgid "staff status" +msgstr "personalny status" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Woznamjenja, hač wužiwar móže so pola administratoroweho sydła přizjewić." + +msgid "active" +msgstr "aktiwny" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Woznamjenja, hač maja z wužiwarjom jako aktiwnym wobchadźeć. Znjemóžńće to " +"město toho, zo byšće konto zhašał." + +msgid "date joined" +msgstr "čłon wot" + +msgid "user" +msgstr "wužiwar" + +msgid "users" +msgstr "wužiwarjo" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Tute hesło je překrótke. Dyrbi znajmjeńša %d znamješko wobsahować." +msgstr[1] "Tute hesło je překrótke. Dyrbi znajmjeńša %d znamješce wobsahować." +msgstr[2] "Tute hesło je překrótke. Dyrbi znajmjeńša %d znamješka wobsahować." +msgstr[3] "Tute hesło je překrótke. Dyrbi znajmjeńša %d znamješkow wobsahować." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješko měć." +msgstr[1] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješce měć." +msgstr[2] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješka měć." +msgstr[3] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješkow měć." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Hesło je na %(verbose_name)s přepodobne." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Waše hesło njemóže na waše druhe wosobinske informacije podobne być." + +msgid "This password is too common." +msgstr "Tute hesło je přehuste," + +msgid "Your password can’t be a commonly used password." +msgstr "Waše hesło njemóže husto wužwane hesło być." + +msgid "This password is entirely numeric." +msgstr "Tute hesło je cyle numeriske." + +msgid "Your password can’t be entirely numeric." +msgstr "Waše hesło njemóže cyle numeriske być." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Hesło je so na %(site_name)s wróćo stajiło." + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Zapodajće płaćiwe wužiwarske mjeno. Tuta hódnota smě jenož małopismiki bjez " +"diakritiskich znamješkow a-z a wulkopismiki A-Z, ličby a znamješka @/./+/-/_ " +"wobsahować." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Zapodajće płaćiwe wužiwarske mjeno. Tuta hódnota smě jenož pismiki, ličby a " +"znamješka @/./+/-/_ wobsahować." + +msgid "Logged out" +msgstr "Wotzjewjeny" + +msgid "Password reset" +msgstr "Wróćostajenje hesła" + +msgid "Password reset sent" +msgstr "Wróćostajenje hesła jo se wotpósłało." + +msgid "Enter new password" +msgstr "Zapodajće nowe hesło" + +msgid "Password reset unsuccessful" +msgstr "Wróćostajenje hesła njeje so poradźiło" + +msgid "Password reset complete" +msgstr "Wróćostajenje hesła je zakónčene" + +msgid "Password change" +msgstr "Změnjenje hesła" + +msgid "Password change successful" +msgstr "Hesło je so wuspěšnje změniło" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5a4e02a310b67cdb813e16692e0cdf7f617cfd20 GIT binary patch literal 7407 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 WkM(p^eG3LoK1uqL_WcFtPxv2*6e;Qe literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d072db42f6a --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,336 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# András Veres-Szentkirályi, 2016-2017 +# Balázs R, 2023,2025 +# Istvan Farkas , 2019 +# Jannis Leidel , 2011 +# János R, 2014 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Balázs R, 2023,2025\n" +"Language-Team: Hungarian (http://app.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Személyes információ" + +msgid "Permissions" +msgstr "Jogosultságok" + +msgid "Important dates" +msgstr "Fontos dátumok" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objektum %(key)r elsődleges kulccsal nem létezik." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" + +msgid "Password changed successfully." +msgstr "Sikeres jelszóváltoztatás." + +msgid "Password-based authentication was disabled." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "Jelszó megváltoztatása: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Jelszó beállítása: %s" + +msgid "Authentication and Authorization" +msgstr "Hitelesítés és engedélyezés" + +msgid "password" +msgstr "jelszó" + +msgid "last login" +msgstr "utolsó bejelentkezés" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Érvénytelen jelszóformátum vagy ismeretlen hash-algoritmus." + +msgid "No password set." +msgstr "Nincs jelszó beállítva." + +msgid "Reset password" +msgstr "" + +msgid "Set password" +msgstr "Jelszó beállítása" + +msgid "The two password fields didn’t match." +msgstr "A beírt két jelszó nem egyezik." + +msgid "Password" +msgstr "Jelszó" + +msgid "Password confirmation" +msgstr "Jelszó megerősítése" + +msgid "Enter the same password as before, for verification." +msgstr "Írja be az előbb megadott jelszót, ellenőrzés céljából." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" + +msgid "Password-based authentication" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Írjon be egy helyes %(username)s és jelszót. Mindkét mező kisbetű-nagybetű " +"érzékeny lehet." + +msgid "This account is inactive." +msgstr "Ez a fiók inaktív." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Új jelszó" + +msgid "New password confirmation" +msgstr "Új jelszó megerősítése" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "A régi jelszó hibásan lett megadva. Írja be újra." + +msgid "Old password" +msgstr "Régi jelszó" + +msgid "algorithm" +msgstr "algoritmus" + +msgid "iterations" +msgstr "iterációk" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "változat" + +msgid "version" +msgstr "verzió" + +msgid "memory cost" +msgstr "memória költség" + +msgid "time cost" +msgstr "idő költség" + +msgid "parallelism" +msgstr "párhuzamosság" + +msgid "work factor" +msgstr "erősség" + +msgid "checksum" +msgstr "ellenőrző összeg" + +msgid "block size" +msgstr "blokk méret" + +msgid "name" +msgstr "név" + +msgid "content type" +msgstr "tartalom típusa" + +msgid "codename" +msgstr "kódnév" + +msgid "permission" +msgstr "jogosultság" + +msgid "permissions" +msgstr "jogosultságok" + +msgid "group" +msgstr "csoport" + +msgid "groups" +msgstr "csoportok" + +msgid "superuser status" +msgstr "rendszergazda státusz" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Megadja, hogy ez a felhasználó rendelkezik-e minden jogosultsággal anélkül, " +"hogy azt külön meg kellene adni." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"A csoportok, amelyekhez a felhasználó tartozik. A felhasználó minden egyes " +"csoportja jogosultságaival rendelkezni fog." + +msgid "user permissions" +msgstr "felhasználói jogosultságok" + +msgid "Specific permissions for this user." +msgstr "A felhasználó egyedi jogosultságai." + +msgid "username" +msgstr "felhasználónév" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Kötelező. Legfeljebb 150 karakter. Betűk, számok és @/./+/-/_ karakterek." + +msgid "A user with that username already exists." +msgstr "Létezik már egy felhasználó ezzel a névvel." + +msgid "first name" +msgstr "keresztnév" + +msgid "last name" +msgstr "vezetéknév" + +msgid "email address" +msgstr "e-mail cím" + +msgid "staff status" +msgstr "személyzet státusz" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Megadja, hogy a felhasználó bejelentkezhet-e erre az adminisztrációs oldalra." + +msgid "active" +msgstr "aktív" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Megadja, hogy a felhasználó aktív-e. Állítsa át ezt az értéket a fiók " +"törlése helyett." + +msgid "date joined" +msgstr "csatlakozás dátuma" + +msgid "user" +msgstr "felhasználó" + +msgid "users" +msgstr "felhasználók" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Ez a jelszó túl rövid. Legalább %d karakter hosszú legyen." +msgstr[1] "Ez a jelszó túl rövid. Legalább %d karakter hosszú legyen." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"A jelszavának legalább %(min_length)d karakter hosszúnak kell lennie." +msgstr[1] "" +"A jelszavának legalább %(min_length)d karakter hosszúnak kell lennie." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "A jelszava túlságosan hasonlít a következőhöz: %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "A jelszó nem lehet hasonló a személyes adatok egyikéhez sem." + +msgid "This password is too common." +msgstr "Ez a jelszó túlságosan gyakori." + +msgid "Your password can’t be a commonly used password." +msgstr "A jelszó nem lehet a túl gyakran használt jelszavak közül." + +msgid "This password is entirely numeric." +msgstr "A jelszava kizárólag számjegyekből áll." + +msgid "Your password can’t be entirely numeric." +msgstr "A jelszó nem állhat csak számjegyekből." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Jelszó újragenerálása ezen az oldalon: %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Írjon be egy érvényes felhasználónevet, mely csak ékezetmentes betűket, " +"számokat és @/./+/-/_ karaktereket tartalmazhat." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Írjon be egy érvényes felhasználónevet, mely csak betűket, számokat és @/./" +"+/-/_ karaktereket tartalmazhat." + +msgid "Logged out" +msgstr "Kijelentkezve" + +msgid "Password reset" +msgstr "Jelszó újragenerálása" + +msgid "Password reset sent" +msgstr "Jelszó beállítás infók elküldve" + +msgid "Enter new password" +msgstr "Írja be az új jelszavát" + +msgid "Password reset unsuccessful" +msgstr "Jelszó beállítása sikertelen" + +msgid "Password reset complete" +msgstr "Jelszó beállítása kész" + +msgid "Password change" +msgstr "Jelszó megváltoztatása" + +msgid "Password change successful" +msgstr "Sikeres jelszóváltoztatás" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9ca530aea136109075553a4ee4a9b68fa9fe38fb GIT binary patch literal 8001 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.po new file mode 100644 index 00000000000..f4c97179971 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.po @@ -0,0 +1,295 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ruben Harutyunov , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2018-11-11 20:11+0000\n" +"Last-Translator: Ruben Harutyunov \n" +"Language-Team: Armenian (http://www.transifex.com/django/django/language/" +"hy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Անձնական տվյալներ" + +msgid "Permissions" +msgstr "Իրավունքներ" + +msgid "Important dates" +msgstr "Կարևոր ամսաթվեր" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r հիմնական բանալով %(name)s օբյեկտ գոյություն չունի։" + +msgid "Password changed successfully." +msgstr "Գաղտնաբառը հաջողությամբ փոխվեց։" + +#, python-format +msgid "Change password: %s" +msgstr "Փոխել գաղտնաբառը․ %s" + +msgid "Authentication and Authorization" +msgstr "Նույնականացում և Լիազորում" + +msgid "password" +msgstr "գաղտնաբառ" + +msgid "last login" +msgstr "վերջին մուտք" + +msgid "No password set." +msgstr "Գաղտնաբառը նշված չէ։" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Գաղտնաբառի սխալ ֆորմատ, կամ անհայտ հեշավորման ալգորիթմ։" + +msgid "The two password fields didn't match." +msgstr "Երկու գաղտնաբառերը չեն համապատասխանում իրար։" + +msgid "Password" +msgstr "Գաղտնաբառ" + +msgid "Password confirmation" +msgstr "Գաղտնաբառը նորից" + +msgid "Enter the same password as before, for verification." +msgstr "Մուտքագրեք հին գաղտնաբառը, ստուգման համար։" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Մուտքագրեք ճիշտ %(username)s և գաղտնաբառ։ Երկու դաշտերն էլ տառաշարազգայուն " +"են։" + +msgid "This account is inactive." +msgstr "Այս օգտագործողը ակտիվ չէ։" + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Նոր գաղտնաբառ" + +msgid "New password confirmation" +msgstr "Նոր գաղտնաբառը նորից" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Հին գաղտնաբառը սխալ է։ Մուտքագրեք նորից։" + +msgid "Old password" +msgstr "Հին գաղտնաբառ" + +msgid "Password (again)" +msgstr "Գաղտնաբառ (նորից)" + +msgid "algorithm" +msgstr "ալգորիթմ" + +msgid "iterations" +msgstr "իտերացիաներ" + +msgid "salt" +msgstr "աղ" + +msgid "hash" +msgstr "հեշ" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "տևողություն" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "աշխատանքային ֆակտոր" + +msgid "checksum" +msgstr "checksum" + +msgid "name" +msgstr "անուն" + +msgid "content type" +msgstr "պարունակության տիպ" + +msgid "codename" +msgstr "կոդային անուն" + +msgid "permission" +msgstr "իրավունքնե" + +msgid "permissions" +msgstr "իրավունքներ" + +msgid "group" +msgstr "խումբ" + +msgid "groups" +msgstr "խմբեր" + +msgid "superuser status" +msgstr "սուպերօգտագործողի կարգավիճակ" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Ցույց է տալիս, որ օգտագործողը ունի բոլոր իրավունքները, առանց նրանց նշման։" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Խումբը, որին պատկանում է օգտագործողը։ Օգտագործողը ստանում է իր խմբին տրված " +"բոլոր իրավունքները։" + +msgid "user permissions" +msgstr "օգտագործողի իրավունքները" + +msgid "Specific permissions for this user." +msgstr "Օգտագործողի հատուկ իրավունքները։" + +msgid "username" +msgstr "օգտագործողի անուն" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Այդ անունով օգտագործող արդեն գոյություն ունի։" + +msgid "first name" +msgstr "անուն" + +msgid "last name" +msgstr "ազգանուն" + +msgid "email address" +msgstr "email հասցե" + +msgid "staff status" +msgstr "անձնակազմի կարգավիճակ" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Ցույց է տալիս, թե արդյոք օգտագործողը կարոզ է մուտք գործել ադմինիստրավորման " +"բաժին։" + +msgid "active" +msgstr "ակտիվ" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Ցույց է տալիս, թե արդյոք օգտագործողին կարելի է համարել ակտիվ։ Ապընտրեք, " +"օգտագործողին հեռացնելու փոխարեն։" + +msgid "date joined" +msgstr "միացել է" + +msgid "user" +msgstr "օգտագործող" + +msgid "users" +msgstr "օգտագործողներ" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Գաղտնաբառը շատ կարճ է։ Այն պետք է պարունակի ամենաքիչը %(min_length)d նիշ։" +msgstr[1] "" +"Գաղտնաբառը շատ կարճ է։ Այն պետք է պարունակի ամենաքիչը %(min_length)d նիշ։" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Գաղտնաբառը պետք է պարունակի ամենաքիչը %(min_length)d նիշ։" +msgstr[1] "Գաղտնաբառը պետք է պարունակի ամենաքիչը %(min_length)d նիշ։" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Գաղտնաբառը շատ նման է %(verbose_name)s֊ին։" + +msgid "Your password can't be too similar to your other personal information." +msgstr "Գաղտնաբառը չի կարող շատ նման լինել ձեր անձնական ինֆորմացիային։" + +msgid "This password is too common." +msgstr "Գաղտնաբառը շատ տարածված է։" + +msgid "Your password can't be a commonly used password." +msgstr "Գաղտնաբառը չպետք է լինի տարածված գաղտնաբառերից մեկը։" + +msgid "This password is entirely numeric." +msgstr "Գաղտնաբառը բաղկացած է միայն թվերից։" + +msgid "Your password can't be entirely numeric." +msgstr "Գաղտնաբառը չպետք է բաղկացած լինի միայն թվերից։" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Գաղտնաբառի փոփոխում %(site_name)s կայքում։" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Դուք դուրս եք եկել" + +msgid "Password reset" +msgstr "Գաղտնաբառի փոփոխում" + +msgid "Password reset sent" +msgstr "Գաղտնաբառի փոփոխման հղումն ուղարկված է" + +msgid "Enter new password" +msgstr "Մուտքագրեք նոր գաղտնաբառը" + +msgid "Password reset unsuccessful" +msgstr "Գաղտնաբառի փոփոխումը չի ավարտվել հաջողությամբ" + +msgid "Password reset complete" +msgstr "Գաղտնաբառի փոփոխումը ավարտված է" + +msgid "Password change" +msgstr "Գաղտնաբառի փոփոխում" + +msgid "Password change successful" +msgstr "Գաղտնաբառի փոփոխումը ավարտվել է հաջողությամբ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4566c4b3ae7e7dc4a7cc536aec704faf70082257 GIT binary patch literal 7626 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 b9&4>0r~sZ-J0z#tupz2?Az7T5Wmx?Wtu)l0 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 00000000000..16eeda86847 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,310 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012,2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-09-22 09:22+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Information personal" + +msgid "Permissions" +msgstr "Permissiones" + +msgid "Important dates" +msgstr "Datas importante" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Le objecto %(name)s con le clave primari %(key)r non existe." + +msgid "Password changed successfully." +msgstr "Le cambio del contrasigno ha succedite." + +#, python-format +msgid "Change password: %s" +msgstr "Cambia contrasigno: %s" + +msgid "Authentication and Authorization" +msgstr "Authentication e autorisation" + +msgid "password" +msgstr "contrasigno" + +msgid "last login" +msgstr "ultime session" + +msgid "No password set." +msgstr "Nulle contrasigno definite." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Le formato del contrasigno es invalide o le algorithmo de hash es incognite." + +msgid "The two password fields didn’t match." +msgstr "Le duo campos de contrasigno non es identic." + +msgid "Password" +msgstr "Contrasigno" + +msgid "Password confirmation" +msgstr "Confirma contrasigno" + +msgid "Enter the same password as before, for verification." +msgstr "Scribe le mesme contrasigno que antea, pro verification." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Le contrasignos non es immagazinate in forma de texto simple, dunque il non " +"es possibile vider le contrasigno de iste usator, ma tu pote cambiar le " +"contrasigno con iste formulario." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Per favor entra un %(username)s e contrasigno correcte. Nota que ambe campos " +"pote distinguer inter majusculas e minusculas." + +msgid "This account is inactive." +msgstr "Iste conto es inactive." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Nove contrasigno" + +msgid "New password confirmation" +msgstr "Confirma nove contrasigno" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Le ancian contrasigno non es correcte. Per favor scribe lo de novo." + +msgid "Old password" +msgstr "Ancian contrasigno" + +msgid "Password (again)" +msgstr "Contrasigno (de novo)" + +msgid "algorithm" +msgstr "algorithmo" + +msgid "iterations" +msgstr "iterationes" + +msgid "salt" +msgstr "sal" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "varietate" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "costo de memoria" + +msgid "time cost" +msgstr "costo de tempore" + +msgid "parallelism" +msgstr "parallelismo" + +msgid "work factor" +msgstr "factor de labor" + +msgid "checksum" +msgstr "summa de controlo" + +msgid "block size" +msgstr "" + +msgid "name" +msgstr "nomine" + +msgid "content type" +msgstr "typo de contento" + +msgid "codename" +msgstr "nomine de codice" + +msgid "permission" +msgstr "permission" + +msgid "permissions" +msgstr "permissiones" + +msgid "group" +msgstr "gruppo" + +msgid "groups" +msgstr "gruppos" + +msgid "superuser status" +msgstr "stato de superusator" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que iste usator ha tote le permissiones sin assignar los " +"explicitemente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Le gruppos al quales iste usator pertine. Un usator recipe tote le " +"permissiones concedite a cata un de su gruppos." + +msgid "user permissions" +msgstr "permissiones de usator" + +msgid "Specific permissions for this user." +msgstr "Permissiones specific pro iste usator." + +msgid "username" +msgstr "nomine de usator" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obligatori. 150 characteres o minus. Litteras, cifras e @/./+/-/_ solmente." + +msgid "A user with that username already exists." +msgstr "Un usator con iste nomine de usator jam existe." + +msgid "first name" +msgstr "prenomine" + +msgid "last name" +msgstr "nomine de familia" + +msgid "email address" +msgstr "adresse de e-mail" + +msgid "staff status" +msgstr "stato de personal" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si le usator pote aperir session in iste sito administrative." + +msgid "active" +msgstr "active" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si iste usator debe esser tractate como active. Dismarca isto in vice " +"de deler contos." + +msgid "date joined" +msgstr "data de inscription" + +msgid "user" +msgstr "usator" + +msgid "users" +msgstr "usatores" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Le contrasigno es troppo curte. Debe continer al minus %(min_length)d " +"character." +msgstr[1] "" +"Le contrasigno es troppo curte. Debe continer al minus %(min_length)d " +"characteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Le contrasigno debe continer al minus %(min_length)d character." +msgstr[1] "Le contrasigno debe continer al minus %(min_length)d characteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Le contrasigno es troppo simile al %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Le contrasigno non pote esser troppo similar a tu altere informationes " +"personal." + +msgid "This password is too common." +msgstr "Iste contrasigno es troppo commun." + +msgid "Your password can’t be a commonly used password." +msgstr "Le contrasigno non pote esser un contrasigno communmente usate." + +msgid "This password is entirely numeric." +msgstr "Iste contrasigno es toto numeric." + +msgid "Your password can’t be entirely numeric." +msgstr "Le contrasigno non pote esser toto numeric." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Reinitialisation del contrasigno in %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Entra un nomine de usator valide. Pote continer solmente litteras anglese, " +"numeros e le characteres @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Entra un nomine de usator valide. Pote continer solmente litteras, numeros e " +"le characteres @/./+/-/_." + +msgid "Logged out" +msgstr "Session claudite" + +msgid "Password reset" +msgstr "Reinitialisation del contrasigno" + +msgid "Password reset sent" +msgstr "Reinitialisation del contrasigno inviate" + +msgid "Enter new password" +msgstr "Scribe nove contrasigno" + +msgid "Password reset unsuccessful" +msgstr "Reinitialisation de contrasigno fallite" + +msgid "Password reset complete" +msgstr "Contrasigno reinitialisate con successo" + +msgid "Password change" +msgstr "Cambio de contrasigno" + +msgid "Password change successful" +msgstr "Contrasigno cambiate con successo" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dd3abd367ea85192ca9e04594d10ab7030c1787e GIT binary patch literal 8210 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po new file mode 100644 index 00000000000..81699181318 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,337 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fery Setiawan , 2015-2016,2018,2020-2021,2023-2025 +# Jannis Leidel , 2011 +# oon arfiandwi (OonID) , 2016 +# rodin , 2011,2013 +# rodin , 2013-2016 +# sag​e , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: Fery Setiawan , " +"2015-2016,2018,2020-2021,2023-2025\n" +"Language-Team: Indonesian (http://app.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "Informasi pribadi" + +msgid "Permissions" +msgstr "Hak akses" + +msgid "Important dates" +msgstr "Tanggal penting" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objek %(name)s dengan primary key %(key)r tidak ditemukan." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Data yang diajukan konflik. Silahkan coba kembali." + +msgid "Password changed successfully." +msgstr "Sandi berhasil diubah." + +msgid "Password-based authentication was disabled." +msgstr "Autentifikasi berdasarkan-sandi telah ditiadakan." + +#, python-format +msgid "Change password: %s" +msgstr "Ganti sandi: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Setel sandi: %s" + +msgid "Authentication and Authorization" +msgstr "Autentikasi dan Otorisasi" + +msgid "password" +msgstr "sandi" + +msgid "last login" +msgstr "masuk terakhir" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Format sandi tidak valid atau algoritma hash yang tidak dikenal." + +msgid "No password set." +msgstr "Belum ada sandi yang disetel." + +msgid "Reset password" +msgstr "Setel kembali sandi" + +msgid "Set password" +msgstr "Setel sandi" + +msgid "The two password fields didn’t match." +msgstr "Dua bidang sandi tidak cocok." + +msgid "Password" +msgstr "Sandi" + +msgid "Password confirmation" +msgstr "Konfirmasi sandi" + +msgid "Enter the same password as before, for verification." +msgstr "Masukkan sandi yang sama seperti sebelumnya, untuk verifikasi." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Apakah pengguna dapat mengautentifikasi menggunakan sandi atau tidak. Jika " +"ditiadakan, mereka mungkin masih dapat autentidikasi menggunakan backend " +"lain, seperti Single Sign-On atau LDAP." + +msgid "Password-based authentication" +msgstr "Autentidikasi berdasarkan-sandi" + +msgid "Enabled" +msgstr "Diadakan" + +msgid "Disabled" +msgstr "Ditiadakan" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Sandi mentah tidak disimpan, sehingga tidak mungkin melihat sandi pengguna." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Mengadakan autentifikasi berdasarkan-sandi untuk pengguna ini dengan " +"menyetel sandi." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Masukkan nama pengguna %(username)s dan sandi yang benar. Huruf besar/kecil " +"pada bidang ini berpengaruh." + +msgid "This account is inactive." +msgstr "Akun ini tidak aktif." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Sandi baru" + +msgid "New password confirmation" +msgstr "Konfirmasi sandi baru" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Sandi lama Anda yang dimasukkan salah. Masukkan sekali lagi." + +msgid "Old password" +msgstr "Sandi lama" + +msgid "algorithm" +msgstr "algoritme" + +msgid "iterations" +msgstr "iterasi" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "keanekaragaman" + +msgid "version" +msgstr "versi" + +msgid "memory cost" +msgstr "biaya memori" + +msgid "time cost" +msgstr "biaya waktu" + +msgid "parallelism" +msgstr "sifat paralel" + +msgid "work factor" +msgstr "faktor kerja" + +msgid "checksum" +msgstr "ceksum" + +msgid "block size" +msgstr "ukuran blok" + +msgid "name" +msgstr "nama" + +msgid "content type" +msgstr "jenis isi" + +msgid "codename" +msgstr "namasandi" + +msgid "permission" +msgstr "hak akses" + +msgid "permissions" +msgstr "hak akses" + +msgid "group" +msgstr "grup" + +msgid "groups" +msgstr "grup" + +msgid "superuser status" +msgstr "status superuser" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Menentukan apakah pengguna memiliki semua hak akses tanpa perlu diberikan " +"secara manual." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grup tempat pengguna ini dikelompokkan. Pengguna akan mendapatkan semua hak " +"akses yang diberikan pada grup mereka." + +msgid "user permissions" +msgstr "hak akses pengguna" + +msgid "Specific permissions for this user." +msgstr "Hak akses khusus untuk pengguna ini." + +msgid "username" +msgstr "nama pengguna" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Wajib. 150 karakter atau sedikit. Hanya huruf, angka, dan @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Seorang pengguna dengan nama pengguna tersebut sudah ada." + +msgid "first name" +msgstr "nama depan" + +msgid "last name" +msgstr "nama belakang" + +msgid "email address" +msgstr "alamat email" + +msgid "staff status" +msgstr "status staf" + +msgid "Designates whether the user can log into this admin site." +msgstr "Menentukan apakah pengguna berhak masuk ke situs administrasi ini." + +msgid "active" +msgstr "aktif" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Menentukan apakah pengguna dianggap aktif. Hapus pilihan ini tanpa perlu " +"menghapus akunnya." + +msgid "date joined" +msgstr "tanggal daftar" + +msgid "user" +msgstr "pengguna" + +msgid "users" +msgstr "pengguna" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Kata sandi terlalu pendek. Harus mengandung setidaknya %d karakter." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Kata sandi Anda harus memuat setidaknya %(min_length)d karakter." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Kata sandi terlalu mirip dengan %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Sandi anda tidak dapat terlalu mirip terhadap informasi pribadi anda." + +msgid "This password is too common." +msgstr "Kata sandi ini terlalu umum." + +msgid "Your password can’t be a commonly used password." +msgstr "Sandi anda tidak dapat berupa sandi umum digunakan." + +msgid "This password is entirely numeric." +msgstr "Kata sandi ini seluruhnya terdiri dari angka." + +msgid "Your password can’t be entirely numeric." +msgstr "Sandi anda tidak bisa sepenuhnya numerik." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Penyetelan ulang sandi di %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Masukkan nama pengguna sah. Nilai ini mungkin menggandung tanpa tekanan " +"huruf kecil a-z dan huruf besar A-Z, angka dan karakter @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Masukkan nama pengguna valid. Nilai ini hanya boleh mengandung karakter, " +"angka, dan karakter @/./+/-/_." + +msgid "Logged out" +msgstr "Keluar" + +msgid "Password reset" +msgstr "Setel ulang sandi" + +msgid "Password reset sent" +msgstr "Penyetelan ulang kata sandi telah dikirim" + +msgid "Enter new password" +msgstr "Masukkan sandi baru" + +msgid "Password reset unsuccessful" +msgstr "Penyetelan ulang sandi gagal" + +msgid "Password reset complete" +msgstr "Penyetelan ulang sandi selesai" + +msgid "Password change" +msgstr "Ubah sandi" + +msgid "Password change successful" +msgstr "Pengubahan sandi berhasil" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1e0a1631fa8862427d53ed2fa7dc778e09ce3423 GIT binary patch literal 464 zcmZWk!A=4(6vXIhkDfg|6AuvVwhPfLMT`+4!9XNr^eDLi_~lkk#5i$yntwMi5M>+tBd$s)$kNM`awRXhLt zBF5XS$q>Ob!DKWU9NR}B3;ITTsWH`OiS@kP zdRi7j=`N%TVV(57*JMcIqp$jJE-e}8)MQHM9O8H74>36?6HJS>6$Kd@yK)?Kxs$Hf R>calot82LILDc95wO_eihvWbN literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po new file mode 100644 index 00000000000..031f2c48a36 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po @@ -0,0 +1,226 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-03-18 09:16+0100\n" +"PO-Revision-Date: 2015-03-18 10:30+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/" +"io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as above, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "password" +msgstr "" + +msgid "last login" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers and @/./" +"+/-/_ characters." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..57229a4dc27820fc3a244c6e23bfce2991a93e30 GIT binary patch literal 7509 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 pD%-rF0;@K1&rVc(nw*o, 2011-2012 +# Jannis Leidel , 2011 +# Logi Ragnarsson , 2012 +# Thordur Sigurdsson , 2016-2017,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-11-20 05:04+0000\n" +"Last-Translator: Thordur Sigurdsson \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +msgid "Personal info" +msgstr "Persónuupplýsingar" + +msgid "Permissions" +msgstr "Réttindi" + +msgid "Important dates" +msgstr "Mikilvægar dagsetningar" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s hlutur með lykilinn %(key)r er ekki til." + +msgid "Password changed successfully." +msgstr "Breyting á lykilorði tókst." + +#, python-format +msgid "Change password: %s" +msgstr "Breyta lykilorði: %s" + +msgid "Authentication and Authorization" +msgstr "Auðkenning og réttindi" + +msgid "password" +msgstr "lykilorð" + +msgid "last login" +msgstr "síðasta innskráning" + +msgid "No password set." +msgstr "Ekkert lykilorð skráð." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ógilt snið á lykilorði eða óþekkt hökkunaralgrím." + +msgid "The two password fields didn’t match." +msgstr "Lykilorðin tvö pössuðu ekki saman." + +msgid "Password" +msgstr "Lykilorð" + +msgid "Password confirmation" +msgstr "Staðfesting lykilorðs" + +msgid "Enter the same password as before, for verification." +msgstr "Settu inn sama lykilorð og áður til staðfestingar." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Lykilorð eru aðeins geymd dulkóðuð, svo ekki er hægt að sjá lykilorð þessa " +"notanda, en þú getur breytt lykilorðinu með þessu eyðublaði." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Vinsamlegast sláðu inn rétt %(username)s og lykilorð. Takið eftir að í báðum " +"reitum skipta há- og lágstafir máli." + +msgid "This account is inactive." +msgstr "Þessi reikningur er óvirkur." + +msgid "Email" +msgstr "Netfang" + +msgid "New password" +msgstr "Nýtt lykilorð" + +msgid "New password confirmation" +msgstr "Nýtt lykilorð (endurtekið)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Gamla lykilorðið var vitlaust. Vinsamlegast reyndu aftur." + +msgid "Old password" +msgstr "Gamalt lykilorð" + +msgid "Password (again)" +msgstr "Lykilorð (aftur)" + +msgid "algorithm" +msgstr "algrím" + +msgid "iterations" +msgstr "ítranir" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hashtafla" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "útgáfa" + +msgid "memory cost" +msgstr "minnisnotkun" + +msgid "time cost" +msgstr "tímalengd" + +msgid "parallelism" +msgstr "samhliða vinnsla" + +msgid "work factor" +msgstr "vinnustuðull" + +msgid "checksum" +msgstr "varsumma" + +msgid "name" +msgstr "nafn" + +msgid "content type" +msgstr "efnistag" + +msgid "codename" +msgstr "vinnuheiti" + +msgid "permission" +msgstr "réttindi" + +msgid "permissions" +msgstr "réttindi" + +msgid "group" +msgstr "hópur" + +msgid "groups" +msgstr "hópar" + +msgid "superuser status" +msgstr "staða ofurnotanda" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Til marks um að notandinn hafi öll réttindi án þess að taka þau sérstaklega " +"fram." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Hópar sem þessi notandi tilheyrir. Notandi fær allan aðgangsrétt sem fylgir " +"hverjum hóp sem hann/hún er skráð(ur) í." + +msgid "user permissions" +msgstr "réttindi" + +msgid "Specific permissions for this user." +msgstr "Sértæk réttindi fyrir þennan notanda." + +msgid "username" +msgstr "notandanafn" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Nauðsynlegt að fylla út. 150 stafir eða færri. Bókstafir (ekki broddstafir), " +"tölustafir og @/./+/-/_ aðeins leyft." + +msgid "A user with that username already exists." +msgstr "Notandi með þetta notendanafn er nú þegar til." + +msgid "first name" +msgstr "skírnarnafn" + +msgid "last name" +msgstr "eftirnafn" + +msgid "email address" +msgstr "netfang" + +msgid "staff status" +msgstr "staða starfsmanns" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Segir til um hvort notandinn getur skráð sig inn á þetta stjórnunarsvæði." + +msgid "active" +msgstr "virkur" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Til marks um að notandinn sé virkur. Taktu hakið úr þessum möguleika til að " +"eyða aðgangi." + +msgid "date joined" +msgstr "skráning dags." + +msgid "user" +msgstr "notandi" + +msgid "users" +msgstr "notendur" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Þetta lykilorð er of stutt. Það verður að vera minnst %(min_length)d stafur." +msgstr[1] "" +"Þetta lykilorð er of stutt. Það verður að vera minnst %(min_length)d stafir." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Lykilorðið verður að vera minnst %(min_length)d stafur." +msgstr[1] "Lykilorðið verður að vera minnst %(min_length)d stafir." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Lykilorðið er of líkt %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Lykilorðið má ekki vera of líkt þínum persónuupplýsingum." + +msgid "This password is too common." +msgstr "Þetta lykilorð er of algengt." + +msgid "Your password can’t be a commonly used password." +msgstr "Lykilorðið má ekki vera algengt lykilorð." + +msgid "This password is entirely numeric." +msgstr "Þetta lykilorð er eingöngu tölustafir." + +msgid "Your password can’t be entirely numeric." +msgstr "Lykilorðið má ekki vera eingöngu tölustafir." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Lykilorð endursett á %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Sláðu inn gilt notandanafn. Þessi reitur má aðeins innihalda bókstafi (ekki " +"broddstafi), tölustafi og @/./+/-/_ táknin" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Sláðu inn gilt notandanafn. Þessi reitur má aðeins innihalda bókstafi, " +"tölustafi og @/./+/-/_ táknin" + +msgid "Logged out" +msgstr "Útskráð(ur)" + +msgid "Password reset" +msgstr "Lykilorð endursett" + +msgid "Password reset sent" +msgstr "Endurstilling lykilorðs send" + +msgid "Enter new password" +msgstr "Sláðu inn nýtt lykilorð" + +msgid "Password reset unsuccessful" +msgstr "Endurstilling á lykilorði mistókst" + +msgid "Password reset complete" +msgstr "Endurstilling lykilorðs tókst" + +msgid "Password change" +msgstr "Breyta lykilorði" + +msgid "Password change successful" +msgstr "Breyting á lykilorði tókst" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..af1146e8be7f35d2cc5d0305896bb8af5a046645 GIT binary patch literal 7862 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⁡iv9WjR$gHsYsmCdY&pE^q#O5|N-BpB=$Q`wcc`Q~& z>9jzfR^3|=Sk&USPMxkfz;x88_D9qastE5Zmr;jW8{_9;U;Rv@yJ~WX$reXVEpOY^ zryJ+ZYag{ciJ075h(qn$#S$)9iuYgwY6sFQcLGUfs9gM}rJ`)bV!!E%VyT&}&@_6r zP((`b;Mif+P>o1;L-&~*N2{W*)nus*iIEw>VbqfdB@SqDwic1cj%$98TQ=o#6&%8U z8LHc;+(r(y)*a;L%o(|kKrL!Y7{t9cUEwry5;HO}C-1NYEGR7D4A$BL>q~gW_1b!1 za2=?tXfcOWvr`*W=1eO+v5`fx#LZq+>NP}D)n(|vSNfwhc;t}=s1&o+Ypc1Qvu z%TMz{l!~c1+3XFbHsy1^pna|-WWl!4>LA!CxQbPiFh3L5y85Uc=OI}TN&3+WNh>Ty z7@dX@akP+1Yqy;V!6o zNB-RxDT$&|jS`P3H&P{&xsefQTm`muF$)Ptl_|F*vUiomRqO^~61k09Go<`*OS4h6 zSnG!7R1+J*y$mYR)1;qpJDU`>Qe42=eqYUYg$rA#y%if;GYA`cLm{B5z}}ircLash T-vikC;&%4I=H_N*u5SMYy3j0% literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po new file mode 100644 index 00000000000..05f6885c0a0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,322 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Davide Targa , 2021 +# Federico Capoano , 2011 +# Flavio Curella , 2013-2014 +# Jannis Leidel , 2011 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# palmux , 2015,2019 +# Paolo Melchiorre , 2023 +# Mattia Procopio , 2015 +# Stefano Brentegani , 2015,2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2023-04-25 08:09+0000\n" +"Last-Translator: Paolo Melchiorre , 2023\n" +"Language-Team: Italian (http://www.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Informazioni personali" + +msgid "Permissions" +msgstr "Permessi" + +msgid "Important dates" +msgstr "Date importanti" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "L'oggetto %(name)s con chiave primaria %(key)r non esiste." + +msgid "Password changed successfully." +msgstr "La password è stata modificata correttamente." + +#, python-format +msgid "Change password: %s" +msgstr "Modifica la password: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticazione e Autorizzazione " + +msgid "password" +msgstr "password" + +msgid "last login" +msgstr "ultimo accesso" + +msgid "No password set." +msgstr "Nessuna password impostata." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato di password non valido o algoritmo di hash sconosciuto." + +msgid "The two password fields didn’t match." +msgstr "I due campi password non corrispondono." + +msgid "Password" +msgstr "Password" + +msgid "Password confirmation" +msgstr "Conferma password" + +msgid "Enter the same password as before, for verification." +msgstr "Inserisci la stessa password inserita sopra, come verifica." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Le password grezze non vengono salvate, quindi non è possibile visualizzare " +"la password di questo utente, ma è possibile modificarla utilizzando questo form." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Inserisci %(username)s e password corretti. In entrambi i campi le maiuscole " +"potrebbero essere significative." + +msgid "This account is inactive." +msgstr "Questo account non è attivo." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Nuova password" + +msgid "New password confirmation" +msgstr "Conferma nuova password" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"La password attuale non è stata inserita correttamente. Riprova per favore." + +msgid "Old password" +msgstr "Password attuale" + +msgid "Password (again)" +msgstr "Password (di nuovo)" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iterazioni" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "varietà" + +msgid "version" +msgstr "versione" + +msgid "memory cost" +msgstr "impegno di memoria" + +msgid "time cost" +msgstr "impiego di tempo" + +msgid "parallelism" +msgstr "parallelismo" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "dimensione del blocco" + +msgid "name" +msgstr "nome" + +msgid "content type" +msgstr "content type" + +msgid "codename" +msgstr "nome in codice" + +msgid "permission" +msgstr "permesso" + +msgid "permissions" +msgstr "permessi" + +msgid "group" +msgstr "gruppo" + +msgid "groups" +msgstr "gruppi" + +msgid "superuser status" +msgstr "privilegi di superutente" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Attribuisce all'utente tutti i privilegi, senza che sia necessario " +"assegnarli esplicitamente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"I gruppi a cui appartiene l'utente. L'utente eredita tutti i permessi " +"assegnati a ciascuno dei suoi gruppi." + +msgid "user permissions" +msgstr "privilegi utente" + +msgid "Specific permissions for this user." +msgstr "Permessi specifici per questo utente." + +msgid "username" +msgstr "nome utente" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Obbligatorio. 150 caratteri o meno.Solo lettere, cifre e @/./+/-/_" + +msgid "A user with that username already exists." +msgstr "Un utente con questo nome è già presente." + +msgid "first name" +msgstr "nome" + +msgid "last name" +msgstr "cognome" + +msgid "email address" +msgstr "indirizzo email" + +msgid "staff status" +msgstr "privilegi di staff" + +msgid "Designates whether the user can log into this admin site." +msgstr "Stabilisce se l'utente può accedere a questo sito di amministrazione." + +msgid "active" +msgstr "attivo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Stabilisce se l'utente debba essere considerato attivo. Deseleziona qui, " +"piuttosto che cancellare gli account." + +msgid "date joined" +msgstr "iscritto in data" + +msgid "user" +msgstr "utente" + +msgid "users" +msgstr "utenti" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Questa password è troppo corta. Deve contenere almeno %(min_length)d " +"carattere." +msgstr[1] "" +"Questa password è troppo corta. Deve contenere almeno %(min_length)d " +"caratteri." +msgstr[2] "" +"Questa password è troppo corta. Deve contenere almeno %(min_length)d " +"caratteri." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "La tua password deve contenere almeno %(min_length)d carattere." +msgstr[1] "La tua password deve contenere almeno %(min_length)d caratteri." +msgstr[2] "La tua password deve contenere almeno %(min_length)d caratteri." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "La password è troppo simile a %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"La tua password non può essere troppo simile alle altre tue informazioni " +"personali." + +msgid "This password is too common." +msgstr "Questa password è troppo comune." + +msgid "Your password can’t be a commonly used password." +msgstr "La tua password non può essere una password comunemente usata." + +msgid "This password is entirely numeric." +msgstr "Questa password è interamente numerica." + +msgid "Your password can’t be entirely numeric." +msgstr "La tua password non può essere interamente numerica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Password reset su %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Inserisci un nome utente valido. Questo valore può contenere solo lettere " +"non accentate minuscole a-z e maiuscole A-Z, numeri ed i caratteri @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Immetti un nome utente valido. Questo campo può contenere solo lettere " +"dell'alfabeto inglese, numeri e caratteri @/./+/-/_ ." + +msgid "Logged out" +msgstr "Accesso annullato" + +msgid "Password reset" +msgstr "Reimposta la password" + +msgid "Password reset sent" +msgstr "Istruzioni per il recupero della password inviate" + +msgid "Enter new password" +msgstr "Inserisci la nuova password" + +msgid "Password reset unsuccessful" +msgstr "Password non reimpostata" + +msgid "Password reset complete" +msgstr "Password reimpostata" + +msgid "Password change" +msgstr "Modifica password" + +msgid "Password change successful" +msgstr "Password modificata correttamente" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..95bd4d6c64c34d6c0f84c7b77c8a08a87057bff1 GIT binary patch literal 9193 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, 2011 +# arupakan125 , 2020 +# Masashi SHIBATA , 2017 +# Nikita K , 2019 +# Shinya Okano , 2013-2016,2021,2023-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Shinya Okano , " +"2013-2016,2021,2023-2025\n" +"Language-Team: Japanese (http://app.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "個人情報" + +msgid "Permissions" +msgstr "パーミッション" + +msgid "Important dates" +msgstr "重要な日程" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "主キーが %(key)r である %(name)s オブジェクトは存在しません。" + +msgid "Conflicting form data submitted. Please try again." +msgstr "送信されたフォームデータは競合しています。もう一度試してみてください。" + +msgid "Password changed successfully." +msgstr "パスワードを変更しました" + +msgid "Password-based authentication was disabled." +msgstr "パスワードによる認証は無効化されました。" + +#, python-format +msgid "Change password: %s" +msgstr "パスワードの変更: %s" + +#, python-format +msgid "Set password: %s" +msgstr "パスワード設定: %s" + +msgid "Authentication and Authorization" +msgstr "認証と認可" + +msgid "password" +msgstr "パスワード" + +msgid "last login" +msgstr "最終ログイン" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "無効なパスワードか不明なハッシュアルゴリズムです。" + +msgid "No password set." +msgstr "パスワードは設定されませんでした。" + +msgid "Reset password" +msgstr "パスワードをリセット" + +msgid "Set password" +msgstr "パスワードを設定" + +msgid "The two password fields didn’t match." +msgstr "確認用パスワードが一致しません。" + +msgid "Password" +msgstr "パスワード" + +msgid "Password confirmation" +msgstr "パスワード(確認用)" + +msgid "Enter the same password as before, for verification." +msgstr "確認のため、再度パスワードを入力してください。" + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"ユーザーがパスワードを使用して認証できるかどうか。無効にしても、シングルサイ" +"ンオンや LDAP などの他のバックエンドを使用して認証できる可能性があります。" + +msgid "Password-based authentication" +msgstr "パスワードによる認証" + +msgid "Enabled" +msgstr "有効" + +msgid "Disabled" +msgstr "無効" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"パスワードは平文では保存されず、ユーザーのパスワードを見る方法もありません。" + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "パスワードを設定し、このユーザーでパスワードによる認証を有効にします。" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"正しい%(username)sとパスワードを入力してください。どちらのフィールドも大文字" +"と小文字は区別されます。" + +msgid "This account is inactive." +msgstr "アカウントが無効です。" + +msgid "Email" +msgstr "メールアドレス" + +msgid "New password" +msgstr "新しいパスワード" + +msgid "New password confirmation" +msgstr "新しいパスワード(確認用)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "元のパスワードが間違っています。もう一度入力してください。" + +msgid "Old password" +msgstr "元のパスワード" + +msgid "algorithm" +msgstr "アルゴリズム" + +msgid "iterations" +msgstr "イテレーション" + +msgid "salt" +msgstr "ソルト" + +msgid "hash" +msgstr "ハッシュ" + +msgid "variety" +msgstr "多様性" + +msgid "version" +msgstr "バージョン" + +msgid "memory cost" +msgstr "メモリーコスト" + +msgid "time cost" +msgstr "時間コスト" + +msgid "parallelism" +msgstr "並行性" + +msgid "work factor" +msgstr "ワークファクター" + +msgid "checksum" +msgstr "チェックサム" + +msgid "block size" +msgstr "ブロックサイズ" + +msgid "name" +msgstr "名前" + +msgid "content type" +msgstr "コンテンツタイプ" + +msgid "codename" +msgstr "コード名" + +msgid "permission" +msgstr "パーミッション" + +msgid "permissions" +msgstr "パーミッション" + +msgid "group" +msgstr "グループ" + +msgid "groups" +msgstr "グループ" + +msgid "superuser status" +msgstr "スーパーユーザー権限" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "全ての権限を持っているとみなされます。" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"このユーザーが所属するグループ。ユーザーはそれぞれのグループに付与されたすべ" +"ての権限を持ちます。" + +msgid "user permissions" +msgstr "ユーザーパーミッション" + +msgid "Specific permissions for this user." +msgstr "このユーザーの持つ権限です。" + +msgid "username" +msgstr "ユーザー名" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"この項目は必須です。半角アルファベット、半角数字、@/./+/-/_ で150文字以下にし" +"てください。" + +msgid "A user with that username already exists." +msgstr "同じユーザー名が既に登録済みです。" + +msgid "first name" +msgstr "名" + +msgid "last name" +msgstr "姓" + +msgid "email address" +msgstr "メールアドレス" + +msgid "staff status" +msgstr "スタッフ権限" + +msgid "Designates whether the user can log into this admin site." +msgstr "ユーザーが管理サイトにログイン可能かどうかを示します。" + +msgid "active" +msgstr "有効" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"ユーザーがアクティブかどうかを示します。アカウントを削除する代わりに選択を解" +"除してください。" + +msgid "date joined" +msgstr "登録日" + +msgid "user" +msgstr "ユーザー" + +msgid "users" +msgstr "ユーザー" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "このパスワードは短すぎます。最低 %d 文字以上必要です。" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "パスワードは最低 %(min_length)d 文字以上必要です。" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "このパスワードは %(verbose_name)s と似すぎています。" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "あなたの他の個人情報と似ているパスワードにはできません。" + +msgid "This password is too common." +msgstr "このパスワードは一般的すぎます。" + +msgid "Your password can’t be a commonly used password." +msgstr "よく使われるパスワードにはできません。" + +msgid "This password is entirely numeric." +msgstr "このパスワードは数字しか使われていません。" + +msgid "Your password can’t be entirely numeric." +msgstr "数字だけのパスワードにはできません。" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s のパスワードリセット" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"有効なユーザー名を入力してください。アクセント記号を除いた半角英数、 @/./+/-/" +"_ を使用できます。" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"有効なユーザー名を入力してください。半角英数、 @/./+/-/_ を使用できます。" + +msgid "Logged out" +msgstr "ログアウト" + +msgid "Password reset" +msgstr "パスワードをリセット" + +msgid "Password reset sent" +msgstr "パスワードリセットを送信しました" + +msgid "Enter new password" +msgstr "新しいパスワードを入力してください" + +msgid "Password reset unsuccessful" +msgstr "パスワードのリセットに失敗しました" + +msgid "Password reset complete" +msgstr "パスワードがリセットされました" + +msgid "Password change" +msgstr "パスワードの変更" + +msgid "Password change successful" +msgstr "パスワードを変更しました" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8a9eb52668e52362bf2ec4636465e54ccf4c8922 GIT binary patch literal 10372 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 X*i^V91xhJgS!aYNJ$0~ywf*Mbn9ML4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0a27602acd8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po @@ -0,0 +1,302 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Bouatchidzé , 2013-2015 +# Demetre Barbakadze, 2023 +# Jannis Leidel , 2011 +# Tornike Beradze , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2023-12-04 08:09+0000\n" +"Last-Translator: Demetre Barbakadze, 2023\n" +"Language-Team: Georgian (http://app.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Personal info" +msgstr "პირადი ინფორმაცია" + +msgid "Permissions" +msgstr "უფლებები" + +msgid "Important dates" +msgstr "მნიშვნელოვანი თარიღები" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s ობიექტი პირველადი გასაღებით %(key)r არ არსებობს." + +msgid "Password changed successfully." +msgstr "პაროლი წარმატებით შეიცვალა." + +#, python-format +msgid "Change password: %s" +msgstr "შევცვალოთ პაროლი: %s" + +msgid "Authentication and Authorization" +msgstr "იდენტიფიკაცია და ავტორიზაცია" + +msgid "password" +msgstr "პაროლი" + +msgid "last login" +msgstr "ბოლო შესვლა" + +msgid "No password set." +msgstr "არ არის დაყენებული პაროლი." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "არასწორი პაროლის ფორმატი ან უცნობი ჰეშირების ალგორითმი." + +msgid "The two password fields didn’t match." +msgstr "ორი პაროლის ველი ერთმანეთს არ ემთხვევა" + +msgid "Password" +msgstr "პაროლი" + +msgid "Password confirmation" +msgstr "პაროლის დამოწმება" + +msgid "Enter the same password as before, for verification." +msgstr "გაიმეორეთ იგივე პაროლი ვერიფიკაციისთვის." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"გთხოვთ, შეიყვანოთ სწორი %(username)s და პაროლი. იქონიეთ მხედველობაში, რომ " +"ორივე ველი ითვალისწინებს მთავრულს." + +msgid "This account is inactive." +msgstr "თქვენი ანგარიში არააქტიურია." + +msgid "Email" +msgstr "ელ. ფოსტა" + +msgid "New password" +msgstr "ახალი პაროლი" + +msgid "New password confirmation" +msgstr "ახალი პაროლის დამოწმება" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "თქვენი ძველი პაროლი შეყვანილია არასწორად. გთხოვთ, შეიყვანოთ ხელახლა." + +msgid "Old password" +msgstr "ძველი პაროლი" + +msgid "Password (again)" +msgstr "პაროლი (განმეორებით)" + +msgid "algorithm" +msgstr "ალგორითმი" + +msgid "iterations" +msgstr "იტერაციები" + +msgid "salt" +msgstr "მარილი" + +msgid "hash" +msgstr "ჰეში" + +msgid "variety" +msgstr "მრავალფეროვნება" + +msgid "version" +msgstr "ვერსია" + +msgid "memory cost" +msgstr "საჭირო მეხსიერების რაოდენობა" + +msgid "time cost" +msgstr "საჭირო დროის რაოდენობა" + +msgid "parallelism" +msgstr "პარალელიზმი" + +msgid "work factor" +msgstr "სამუშაო ფაქტორი" + +msgid "checksum" +msgstr "საკონტროლო ჯამი" + +msgid "block size" +msgstr "" + +msgid "name" +msgstr "სახელი" + +msgid "content type" +msgstr "კონტენტის ტიპი" + +msgid "codename" +msgstr "კოდური სახელი" + +msgid "permission" +msgstr "უფლება" + +msgid "permissions" +msgstr "უფლებები" + +msgid "group" +msgstr "ჯგუფი" + +msgid "groups" +msgstr "ჯგუფები" + +msgid "superuser status" +msgstr "სუპერმომხმარებლის სტატუსი" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "განსაზღვრავს, რომ ამ მომხმარებელს აქვს ყველა უფლება." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"ჯგუფები, რომლებსაც მიეკუთვნება ეს მომხმარებელი. მომხმარებელი მიიღებს ყველა " +"უფლებას, რომელიც მინიჭებული აქვს მის თითოეულ ჯგუფს." + +msgid "user permissions" +msgstr "მომხმარებლის უფლებები" + +msgid "Specific permissions for this user." +msgstr "სპეციფიური უფლებები ამ მომხმარებლისთვის." + +msgid "username" +msgstr "მომხმარებლის სახელი" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"აუცილებელი. 150 სიმბოლ ან ნაკლები. მხოლოდ ასოები, ციფრები ან @/./+/-/_ ." + +msgid "A user with that username already exists." +msgstr "მომხმარებელი ამ სახელით უკვე არსებობს." + +msgid "first name" +msgstr "სახელი" + +msgid "last name" +msgstr "გვარი" + +msgid "email address" +msgstr "ელ. ფოსტის მისამართი" + +msgid "staff status" +msgstr "თანამშრომლობის სტატუსი" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"განსაზღვრავს, აქვს თუ არა მომხმარებელს ადმინისტრირების საიტზე შესვლის უფლება." + +msgid "active" +msgstr "აქტიურია" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"განსაზღვრავს, რომ მომხმარებელი გააქტიურებულია. მომხმარებლის წაშლის მაგივრად " +"გადანიშნეთ ეს დროშა." + +msgid "date joined" +msgstr "გაწევრიანების თარიღი" + +msgid "user" +msgstr "მომხმარებელი" + +msgid "users" +msgstr "მომხმარებლები" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"პაროლი ძალიან მოკლეა. მინიმუმ %(min_length)dსიმბოლოს უნდა შეიცავდეს." +msgstr[1] "" +"პაროლი ძალიან მოკლეა. მინიმუმ %(min_length)dსიმბოლოს უნდა შეიცავდეს." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"პაროლი ძალიან მოკლეა. მინიმუმ %(min_length)d სიმბოლოს უნდა შეიცავდეს." +msgstr[1] "" +"პაროლი ძალიან მოკლეა. მინიმუმ %(min_length)d სიმბოლოს უნდა შეიცავდეს." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "პაროლი ძალიან გავს %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "პაროლი ძალიან გავს თქვენს პერსონალურ ინფორმაციას." + +msgid "This password is too common." +msgstr "ეს პაროლი ხშირად გამოიყენება." + +msgid "Your password can’t be a commonly used password." +msgstr "თქვენი პაროლი არ უნდა იყოს ხშირად გამოყენებადი." + +msgid "This password is entirely numeric." +msgstr "პაროლი მხოლოდ ციფრებისგან შედგება." + +msgid "Your password can’t be entirely numeric." +msgstr "თქვენი პაროლი არ შეიძლება შეიცავდეს მხოლოდ ციფრებს." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "პაროლის თავიდან დაყენება %(site_name)s-ზე" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "გამოსული ხართ" + +msgid "Password reset" +msgstr "პაროლის აღდგენა" + +msgid "Password reset sent" +msgstr "პაროლის აღდგენა გაგზავნილია" + +msgid "Enter new password" +msgstr "შეიყვანეთ ახალი პაროლი" + +msgid "Password reset unsuccessful" +msgstr "პაროლის აღდგენა წარუმატებლად დასრულდა" + +msgid "Password reset complete" +msgstr "პაროლის აღდგენა დასრულებულია" + +msgid "Password change" +msgstr "პაროლის შეცვლა" + +msgid "Password change successful" +msgstr "პაროლი წარმატებით შეიცვალა" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..33333095ea6485b1794f810d98192de22644017d GIT binary patch literal 2982 zcmZ{l%WoS+9LJ|n9yO1a0tL#WQ|Ke1TE_{cElz`)rYVFrG-{nnJ^t(+uP5G}b#`Xs zIN~Ax04fy;E)|EWLV^Qu;m}@tDV4bNfVd%rhr|tW03^hL?{9aVm=Z>s{p`&C=J%SP zfBt^^<_`tN0nBGG-6kQ%!Ef%u1LNA=LJWh~!AHR#!8!0xP=T*+7UCZ83vfI56}T0= z36{X`zz4w}z^A}pi}e;9x*zKu;5Kj<$mc5Hh%A z>!%>caRcPMehu<{eG76veg--I-$0i817tmagREyWggE~@K$hDB;*%H#5vn){vitu7eUr{1w>l2T)YSt<%_r6t_1gDvMtW*FlK+SAFPAN9?boi zoRi&{>=WBNfXM@9#8CE@KRDLsiZ$O4-&KF$Cn9zhi|4^7G1+I%bARyN;7YO_?*jQw z9>d&$$?@{w`sbW;UideVjY*kWmB_AkE$Le1vZbL&NeUB1eov}pZJjNPsTP?)$qrfD zjT65r_gZm6SsfU1%I1e%OWRywi!3yRvZInnTdQMZGb3^8ps^F`hIV03LKzfj6X3jx z%7Y5KErq=VANo3ND^5dS)|GT{%_$$pB{iI0Qe`=BtO`}bi{TcAcG zP7Q}L9gz;jv~f^xRCg^VF%xy-#F25*=b*&tI0#?{PK!4OZR*-l;9l6g;*Qq3&kmw#hBu+c|(~6L=9mat+`D-STJ=SuzUNB<))e4(pm6fV>jdv+kHKQg zHZslp*@`7R_YW1hKdd!J{E9h%ed@Uanb}S1mw{qkF=>iGF+OSnVnwG!DzWsn#wQNtKo91 z(y3)P(g{(n;}TVxpaLi6YbU)U>vC+YsSWF$Fd)0~T*xR=%&rY>Xb5cY9P=UE5(X zS;rT|`7f1XLqpJ}j8Q9h%5Joa6e4}TsHI_+k_}~CmSzMmTp^bJkDTw5sO5K!atcua z=vJv8Aq!}Wlei!WudNufD*ni{w?>H#gVnlLmeto1rDt&D@}p!iHd?fqv}3|EU-us j`Y7(Oo%*7vz`i_7=Cz)w9$3OI{{)nQm-&kb7vb+eGHwy{ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 00000000000..7456e939ea5 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.po @@ -0,0 +1,287 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-10-06 11:56+0000\n" +"Last-Translator: Muḥend Belqasem \n" +"Language-Team: Kabyle (http://www.transifex.com/django/django/language/" +"kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Talɣut tudmawant" + +msgid "Permissions" +msgstr "Tisirag" + +msgid "Important dates" +msgstr "Izemzen ixataren" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "Snifel awal uffir: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "awal uffir" + +msgid "last login" +msgstr "tuqqna taneggarut" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "Awal n uɛeddi" + +msgid "Password confirmation" +msgstr "Asentem n wawal uffir" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "Amidan-agi ur yermid ara." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Awal uffir amaynut" + +msgid "New password confirmation" +msgstr "Asentem n wawal uffir amaynut" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "Awal uffir aqbuṛ" + +msgid "Password (again)" +msgstr "Mot de passe (bis)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "lqem" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "tasqamt n wakud" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "isem" + +msgid "content type" +msgstr "anaw n ugbur" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "tasiregt" + +msgid "permissions" +msgstr "tisirag" + +msgid "group" +msgstr "agraw" + +msgid "groups" +msgstr "igrawen" + +msgid "superuser status" +msgstr "addad n unebdal" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Yemmal-d d akken aseqdac-agi ɣur-s akk tisirag war ma ttwanefkent-as s wudem " +"aflalay." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "tisirag n useqdac" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "isem n useqdac" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Tansa-agi imayl tella yakan." + +msgid "first name" +msgstr "isem" + +msgid "last name" +msgstr "Isem aneggaru" + +msgid "email address" +msgstr "tansa imayl" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "urmid" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Yettwag ma yella aseqdac-agi yezmer ad yettwammel d urmid neɣ ala. Kkes " +"afran deg umḍiq n tukksa n umiḍan." + +msgid "date joined" +msgstr "azemz n ujerred" + +msgid "user" +msgstr "aseqdac" + +msgid "users" +msgstr "Iseqdaceniseqdacen" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Yeffeɣ" + +msgid "Password reset" +msgstr "Awennez n wawal uffir" + +msgid "Password reset sent" +msgstr "Tulsa n wennez n wawal uffir tettwazen" + +msgid "Enter new password" +msgstr "Sekcem awal n uffir amaynut" + +msgid "Password reset unsuccessful" +msgstr "tulsa n uwennez n wawal uffir tedda" + +msgid "Password reset complete" +msgstr "Awennez n wawal uffir yemmed" + +msgid "Password change" +msgstr "Abeddel n wawal uffir" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..49d95d928d54efa6acff6d4060e249de870f6785 GIT binary patch literal 3542 zcmbW1%a0sa6^Aci9GLJ*cqF{c4T;GNsC(?e2&at$#!e&?I~he26c7@rblvVQPjywR z?rpaXn|UmV0kviZ_X}V60@~B=hhle?V1x#{w2?0I`5&SRlT0yQb&WX2Dfg ze|2Byp7T5B)}QX)cUjRM>4gC5( zr9KH?fMf7w_%Zl8{5*WS?DyeE=>Hjh3jP%yfbYZ4!h1ig)K_2?-U%OvABR7N2Vo0} zyJ~OoB9NgG^q(`_wmR&!t?Dj{EPn5?&pylie3_{<`Lg0N#6+7+ZMm2obTWfjlaqx zF^a#^q;5Bx_$q!%6aVkwk$WNSb3CG%_%BWJAWhXKpNqwugS{^-L)puy~wq+ zYX#1Clb~&M5N9R`FKTlkvd&i3$ySgwjqU{2_R=h@>4R3CGB#=^firfn*|j1&FxUz# z7Gm8oSv#^eN)zi3NxKenl8m0 zzUc9w8AQp%)ikp^I$_oHRx;$> zrb!SZXCqZJi0pdl&@R0%`p~74Br?y_LvMy*eH266=<4$pB%(y=FvR7vHmZAM|```xCk%%n9vHvL59Npn7urIk~JSJP964u89H z=%LEg5q`9)Y|cjeOP5trv^MbHyc{UuS-9}gQp^zn6i;^tF+3Ry^TbF%Wpr{jM=bb5mbLgLhR_A8 z;?@6ioM^U^uVNcby-WV zc`w&B25wYU{yU`e@0`s_GA+|SpgEPl>cv~s`35TZ@cbN0RlX!U^JS8^E7|{Js$A@k zSQCN8&}D)rm=T8d)Y0C`(&LgNNell{r|T0V7NO`nGV3d0P|Z84v8;;`l{?Dg9bb15 z6?HiIrueWo3ZK*+r!A`d<=w?BqOIibN;x46)x3(TBGCc@Q5llw8@_(ILH_pbQl0R) zS-!~ehK^Lhij+e!Po4)CjUtsA;TSTE$r07JwdJ;XAx2*&_$o!a<(gb6&6V1bj~$Ds zHR8aZT~)8}X#=IWME$G7FOAyiubjrU;uE^CNl=0?AXT)c3#8+!585e4=mGV0O7c@@EivR!s literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0710977caad --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,285 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# yun_man_ger , 2011 +# Zhazira , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Personal info" +msgstr "Жеке мағлұмат" + +msgid "Permissions" +msgstr "Рұқсаттар" + +msgid "Important dates" +msgstr "Маңызды даталар" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "Құпия сөз ойдағыдай өзгертілді." + +#, python-format +msgid "Change password: %s" +msgstr "Құпия сөзді өзгерту: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "құпия сөз" + +msgid "last login" +msgstr "соңғы кіруі" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "Енгізілген құпия сөздер бірдей емес." + +msgid "Password" +msgstr "Құпия сөз" + +msgid "Password confirmation" +msgstr "Құпия сөз құптамасы" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "Бұл тіркелгі белсенді емес." + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "Жаңа құпия сөз" + +msgid "New password confirmation" +msgstr "Жаңа құпия сөз құптамасы" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ескі құпия сөз қате енгізілді. Қайтадан енгізіңіз." + +msgid "Old password" +msgstr "Ескі құпия сөз" + +msgid "Password (again)" +msgstr "Құпия сөз (қайтадан)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "атау" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "кодтық атау" + +msgid "permission" +msgstr "рұқсат" + +msgid "permissions" +msgstr "рұқсаттар" + +msgid "group" +msgstr "топ" + +msgid "groups" +msgstr "топтар" + +msgid "superuser status" +msgstr "әкімші мәртебесі" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Бұл қолданушының бүкіл рұқсаттарымен тағайындалатындығын білдіреді." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "қолданушы рұқсаттары" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "Қолданушы атауы" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Осындай атаумен қолданушы бар." + +msgid "first name" +msgstr "аты" + +msgid "last name" +msgstr "жөні" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "қызметкер мәртебесі" + +msgid "Designates whether the user can log into this admin site." +msgstr "Қолданушының басқарушы сайтына кіре алатындығын білдіреді." + +msgid "active" +msgstr "белсенді" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Қолданушы белсенді болуын білдіреді. Тіркілгіні өшірмей мынаны алып тастаңыз." + +msgid "date joined" +msgstr "тіркелген күн-айы" + +msgid "user" +msgstr "қолданушы" + +msgid "users" +msgstr "қолданушылар" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s торапта құпия сөзді өзгерту" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Шығу орындалды" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..16287545e6265092b07a764c9752f2ffe31ef79e GIT binary patch literal 2609 zcmb7^%a0UQ6vj(M&;}Jz!B_OUFhWSp^b8Y(hA~DS2?9DHtxJ=#`*w9fbyZt+n}Ll1 z0w{ux@)$vqYBM1&-I!<$=z@)ZfX0SGL z?Efs~8=&|tLn(1qg6~t~YOsZT1?4ojoZuV48E_T&BlryXJ6MzZWre&G+=$!;Ujh4| z^yQE8{x48?6hS5bIw<#Vlo)|qk>3U%1+SL+A3%xsTd7})v)n%oR>4i6_ywTk_gN`_ z4L*l_qtrh|Q)PsY@X8!+e^#TAxjey3X|^|OKguEuq-hXG zshSK-JMI~!4|T(!5t#6>^0@M&Ao6k5ogrr);bdE*OXQ-UYzs)}c5+VR$P3|b#ZFx+ z@fwY|2P4NI@){;MNT33pM%>hq*U^rIQ~To}(oLroB&ktW?I&@s>)7wq2|d*09z?~_ zTG+4dY;J=_IfG;Bq{eHt6yK(Y(BsOsw^Yd4v5NUVqOjz0NS%o!-me?R-PLqoM`jc? z)!gqzeq7n7rD^Wo)DN2OOFchz>v2t0CSI+(+Y;>=Y~AhDS5u?ak>}m&W_NTK+|5b*Q$I4dRQT z6^CR1FW?jTJneM9?cFh`ePpOw*%n7eN91(4OL0aYGQ-`FmDr*hZ7)f+8Go(5)7><%lUOaCxH}>S z&%V~wrZ)pKmt;*H=u{@cUgCxB&N%6$H5GNOn2wKZQN?k*x~1ae*^#_|GS5E9v#Gp) zI?rbE{_#A!lxO`syO?KR=Gi-W_LZ1r=kos1ypLGu&siI;KFa%N^Nf!@<06ER%!mP; z{qz4T3~od{VL#XM?6QqV`13Z*CwcbmyfcAe48o?&xr))+6UniENDwu~|@ z2}X?b){P2ISkIGEE2P2>FK5i~JWVO2hCoJ`a&ZdPbg7a?*xr>bz)srw-xk+DT`P5p z|CDVW^$=ld9j+ie6h&uf`c*<&!&6p2Wyz&%BAuBxoD0^75^%n3yTJ6|r`T^G!tGrv z6ZN!K6?^$0D5;+W0sz1f9f4kT4(2Oa(hMG+VONe=O gzv%LpjtX-^FS>I7@;8C=EgiD|A8_5iTnokh8*=kpg8%>k literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po new file mode 100644 index 00000000000..26beb5a3256 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,281 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "ព័ត៌មានផ្ទាល់ខ្លួន" + +msgid "Permissions" +msgstr "ការអនុញ្ញាត" + +msgid "Important dates" +msgstr "កាលបរិច្ឆេទសំខាន់" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "ពាក្យសំងាត់" + +msgid "last login" +msgstr "ការពិនិត្យចូលកន្លងមក" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "ពាក្យសំងាត់" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "ឈ្មោះសមាជិកនេះ​លែងដំណើរការ" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "ពាក្យសំងាត់ (ម្តងទៀត)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "ឈ្មោះ" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "ឈ្មោះលេខកូត" + +msgid "permission" +msgstr "អនុញ្ញាត" + +msgid "permissions" +msgstr "អនុញ្ញាត" + +msgid "group" +msgstr "ក្រុម" + +msgid "groups" +msgstr "ក្រុម" + +msgid "superuser status" +msgstr "ស្ថានភាពអ្នកគ្រងគ្រង" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "កំណត់អោយសមាជិកនេះមានសិទ្ធិទាំងអស់។" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "ការអនុញ្ញាតអោយសមាជិក" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "ឈ្មោះជាសមាជិក" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "នាម" + +msgid "last name" +msgstr "គោត្តនាម" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "ស្ថានភាពបុគ្គលិក" + +msgid "Designates whether the user can log into this admin site." +msgstr "កំណត់អោយសមាជិកអាចចូលមកប្រើប្រាស់ទំព័រគ្រប់គ្រងនេះ។" + +msgid "active" +msgstr "សកម្ម" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "កាលបរិច្ឆេទចូលរួម" + +msgid "user" +msgstr "សមាជិក" + +msgid "users" +msgstr "សមាជិក" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "ចាកចេញ" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..be5a6deede9086f8ebf858afdf21d267fb90717e GIT binary patch literal 4024 zcma)-UyK!39mkJIt!({M+lrN{J<=i&a_|0eRk(-&*^(e28?rUw&Ed}M-GR9?w{zxl zA<+mlER6|DNRUKLjcLUV5@_ev3NexBt1;oF>5FORsp*^gU{ZYY^E+qmpIt7LlfCDA z{`~%Ye}B&Gdrz#sq!=6ceTm=9$CUa87_DMr?EJV=o55Y+li)FM7W@gg4ZH(>793m6 z4_pU+3fusG5u7Ub`@v7LKMXz&9s$1s8u0VrMes3j3H&tp7ATzl28x{zz+K>~N0j;m zI0K5keW2*gf#Uy%Ab;u@lgPbPo}U2MuzwlElsXTJ{>AeCSD@Ir0t){e6rQ(1k-t;! z-vLGMeULx(FQ%W9v;Tq@*q?n=sqNreg#H5_0=wW0&a2>u;8($oklh6C1w}qB_t(Lv z*}n@)9sUg-2EPV5(LV(~1Kue2e+N&q{~tI5{s{7a2LB2^0sfd|ik}PMdhiw~b^a$P zb-N3SzcrtsR^WQ@S@1OsSN|WFWxB)y4iu|uZ z(qwB3SPp{XOYWsMGQ@}ETZZI`^jZI30Ht3@ucGDbAT??&Kj}+pSE;x3ismPSl-L2a z{`fL0sjH0V_zCBAvSB>M?{oZww+zXb45;@9Wwt|lqgvJ?M@C+6r-3roX zXiS*I#yUyb85UbnSP!%4q{bKq!nlEc(5wy{>?{PFrE=j+*1cFqNkfNmmT-zE&u@mY zHenW2)!t?+Ni#3bv@d+r{-n_ee2qW#{h-sQy=O)rC=IvDu_vDq?A)m!LI zUc(FH&4YuwO^B~eyIv2BnQuqY$?DMcu}*uzaZEA7*e$JuoqGMD z29+OL8f7wXeqJ+YZ8mMBYy*}DvR3wBpl zhXUz>$^p{|{mOUS4O5v*YI4@U7MQTGQk+zPyCg+)Qe5zWl37o-}B;_y6g`^KZx|VVZ(N3WVcl* z^movS8*Q%po9f0o3ienM(ARZpOI_38KHs5D@A_Usx#-J-o3=>*&@GLbk7(0>qUNB zW?BEydP0bGZqKp2SXD)S)mm^GNZ}ok-!fwgx9~$AiZ`ql{4jFbe$pU-3@6AqePl}Z z>`#kVF~%vevVagCum#`S8r`L$drF*%1*k#^Db^S{!}ZUsGmeA-dm=*vyVrZcVTep} zh>%<%L_Dxx?Aa7P)@?})o22!cJ;l>9RY-I9%Q8^WbIF5uFI!{;GAl|~nwD(fmvG=D znP-nG@xIo}fGA4fS1n_zPKM4E`P)OZ$reuN2HfNI9MTWs?27Chx}@L3nQYzag(7`` zMIwjbk|jsTmuyM8_*B;QPo)GxgV|MIDrWgCI*CP_s+*V^4uw-pxoECDv>--)(Mvnw zz~4C`ja~A2<0G656X@qsypO)vROCqY>rSZGZ84Y^H(M>KnCoY*Ez=q zX?5w40N4}1V~NIZYyixXUsyu1pCPPC34mn*x+C&opPzgL1{GZPufPh*z01s~*NX@q z>0~(Nx-64;ln)b^mjUaDB;2zfe)^Q0COL-*l;I{W*<7?=G(HC|D5^oZn8g-B;h5(n zMMZWc_m%t6j}k*G+kM2*FjYyb{fMQ+zSZRbT Ylt!GQzLNVe(GePzd($*Rsx06C0qApt1ONa4 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e24561e32b8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po @@ -0,0 +1,285 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# karthikbgl , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Personal info" +msgstr "ವೈಯುಕ್ತಿಕ ಮಾಹಿತಿ" + +msgid "Permissions" +msgstr "ಅನುಮತಿಗಳು" + +msgid "Important dates" +msgstr "ಮಹತ್ವದ ದಿನಾಂಕಗಳು" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "ಪಾಸ್ವರ್ಡ್ ಸಫಲವಾಗಿ ಬದಲಾಯಿಸಲಾಯಿತು" + +#, python-format +msgid "Change password: %s" +msgstr "ಪಾಸ್ವರ್ಡ್ ಬದಲಾಯಿಸಲು: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "ಪ್ರವೇಶಪದ" + +msgid "last login" +msgstr "ಕಡೇ ಸಾರಿ ಒಳಬಂದದ್ದು" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "ಎರಡು ಪ್ರವೇಶಪದ ಕ್ಷೇತ್ರಗಳ ಹೊಂದಿಕೆಯಾಗುತ್ತಿಲ್ಲ" + +msgid "Password" +msgstr "ಪ್ರವೇಶಪದ" + +msgid "Password confirmation" +msgstr "ಪಾಸ್ವರ್ಡ್ ಖಚಿತತೆ" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "ಈ ಖಾತೆಯು ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "ಹೊಸ ಪ್ರವೇಶಪದ" + +msgid "New password confirmation" +msgstr "ಹೊಸ ಪ್ರವೇಶಪದ ಖಚಿತತೆ" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "ನಿಮ್ಮ ಹಳೆಯ ಪ್ರವೇಶಪದ ತಪ್ಪಾಗಿ ಪ್ರವೇಶಿಸಲಾಗಿದೆ ಮತ್ತೆ ದಯವಿಟ್ಟು ನಮೂದಿಸಿ" + +msgid "Old password" +msgstr "ಹಳೆಯ ಪ್ರವೇಶಪದ" + +msgid "Password (again)" +msgstr "ಪ್ರವೇಶಪದ(ಇನ್ನೊಮ್ಮೆ)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "ಹೆಸರು" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "ಸಾಂಕೇತಿಕ ಹೆಸರು" + +msgid "permission" +msgstr "ಅನುಮತಿ" + +msgid "permissions" +msgstr "ಅನುಮತಿಗಳು" + +msgid "group" +msgstr "ಗುಂಪು" + +msgid "groups" +msgstr "ಗುಂಪುಗಳು" + +msgid "superuser status" +msgstr "ಮಹಾಬಳಕೆದಾರನ ಸ್ಧಿತಿ" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"ಈ ಸದಸ್ಯರು ಸುವ್ಯಕ್ತವಾಗಿ ನೀಡದಿದ್ದರೂ ಎಲ್ಲಾ ಅನುಮತಿಗಳನ್ನು ಪಡೆದಿರುವರು ಎಂಬುದನ್ನು " +"ಸೂಚಿಸುತ್ತದೆ." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "ಬಳಕೆದಾರ ಅನುಮತಿಗಳು" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "ಬಳಕೆದಾರ-ಹೆಸರು" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "ಆ ಬಳಕೆದಾರಹೆಸರು ಒಂದು ಬಳಕೆದಾರ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ." + +msgid "first name" +msgstr "ಮೊದಲ ಹೆಸರು" + +msgid "last name" +msgstr "ಕೊನೆಯ ಹೆಸರು" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "ಸಿಬ್ಬಂದಿ ಸ್ಥಿತಿ" + +msgid "Designates whether the user can log into this admin site." +msgstr "ಬಲಕೆದಾರರು ಈ ಆಡಳಿತ ತಾಣಕ್ಕೆ ಪ್ರವೇಶಪಡೆಯಬಹುದೇ ಎಂಬುದನ್ನು ತಿಳಿಸುತ್ತದೆ." + +msgid "active" +msgstr "ಸಕ್ರಿಯ" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "ಸೇರಿದ ದಿನಾಂಕ" + +msgid "user" +msgstr "ಬಳಕೆದಾರ" + +msgid "users" +msgstr "ಬಳಕೆದಾರರು" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "ಹೊರಬರಲಾಗಿದೆ" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..46970fa1dd9205daef08dbb07943af3b8e9f2bf6 GIT binary patch literal 8634 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 S@{K#rj^aICAHB+Vi27go3y%W; literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5c464576597 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,342 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bumsoo Kim , 2017 +# Churow Park , 2020 +# Jiyoon, Ha , 2016 +# DaHae Sung , 2016 +# Dummy Iam, 2021 +# Geonho Kim / Leo Kim , 2019 +# Ian Y. Choi , 2015 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Le Tartuffe , 2014,2016 +# Jiyoon, Ha , 2016 +# JunGu Kang , 2015 +# Kagami Sascha Rosylight , 2017 +# Lee Dogeon , 2025 +# minsung kang, 2015 +# Seoeun(Sun☀️) Hong, 2023 +# Woo-Jing, Seok , 2016 +# seungho, kim , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: Jamie Seol, 2025\n" +"Language-Team: Korean (http://app.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "개인정보" + +msgid "Permissions" +msgstr "권한" + +msgid "Important dates" +msgstr "중요한 일정" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Primary key %(key)r인 개체 %(name)s이/가 존재하지 않습니다." + +msgid "Conflicting form data submitted. Please try again." +msgstr "제출된 양식 데이터가 충돌합니다. 다시 시도해 보세요." + +msgid "Password changed successfully." +msgstr "비밀번호가 변경되었습니다." + +msgid "Password-based authentication was disabled." +msgstr "비밀번호 기반 인증이 비활성화 되었습니다." + +#, python-format +msgid "Change password: %s" +msgstr "비밀번호 변경: %s" + +#, python-format +msgid "Set password: %s" +msgstr "비밀번호 설정: %s" + +msgid "Authentication and Authorization" +msgstr "인증 및 권한" + +msgid "password" +msgstr "비밀번호" + +msgid "last login" +msgstr "마지막 로그인" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "잘못된 비밀번호 형식이거나 알 수 없는 해싱 알고리즘 입니다." + +msgid "No password set." +msgstr "비밀번호가 설정되지 않습니다." + +msgid "Reset password" +msgstr "비밀번호 초기화" + +msgid "Set password" +msgstr "비밀번호 설정" + +msgid "The two password fields didn’t match." +msgstr "비밀번호가 일치하지 않습니다." + +msgid "Password" +msgstr "비밀번호" + +msgid "Password confirmation" +msgstr "비밀번호 확인" + +msgid "Enter the same password as before, for verification." +msgstr "확인을 위해 이전과 동일한 비밀번호를 입력하세요. " + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"사용자가 비밀번호를 사용하여 인증할 수 있는지 여부입니다. 비활성화 되어 있다" +"면, Single Sign-On 또는 LDAP와 같은 다른 백엔드를 사용하여 인증할 수 있습니" +"다." + +msgid "Password-based authentication" +msgstr "비밀번호 기반 인증" + +msgid "Enabled" +msgstr "활성화" + +msgid "Disabled" +msgstr "비활성화" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"원시 비밀번호는 저장되지 않으므로, 사용자의 비밀번호를 확인할 수 있는 방법이 " +"없습니다." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"비밀번호를 설정하여 이 사용자에 대해 비밀번호 기반 인증을 활성화 합니다." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"올바른 %(username)s와/과 비밀번호를 입력하십시오. 두 필드 모두 대문자와 소문" +"자를 구별합니다." + +msgid "This account is inactive." +msgstr "이 계정은 유효하지 않습니다." + +msgid "Email" +msgstr "이메일" + +msgid "New password" +msgstr "새 비밀번호" + +msgid "New password confirmation" +msgstr "새 비밀번호 (확인)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "기존 비밀번호를 잘못 입력하셨습니다. 다시 입력해 주세요." + +msgid "Old password" +msgstr "기존 비밀번호" + +msgid "algorithm" +msgstr "알고리즘" + +msgid "iterations" +msgstr "반복" + +msgid "salt" +msgstr "솔트" + +msgid "hash" +msgstr "해시" + +msgid "variety" +msgstr "종류" + +msgid "version" +msgstr "버젼" + +msgid "memory cost" +msgstr "메모리 비용" + +msgid "time cost" +msgstr "시간비용" + +msgid "parallelism" +msgstr "병행" + +msgid "work factor" +msgstr "워크 팩터" + +msgid "checksum" +msgstr "체크섬" + +msgid "block size" +msgstr "블록 크기" + +msgid "name" +msgstr "이름" + +msgid "content type" +msgstr "콘텐츠 타입" + +msgid "codename" +msgstr "코드명" + +msgid "permission" +msgstr "허가" + +msgid "permissions" +msgstr "허가" + +msgid "group" +msgstr "그룹" + +msgid "groups" +msgstr "그룹" + +msgid "superuser status" +msgstr "최상위 사용자 권한" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "해당 사용자에게 모든 권한을 허가합니다." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"이 사용자가 속한 그룹. 사용자는 그룹에 부여된 모든 권한을 물려 받습니다." + +msgid "user permissions" +msgstr "사용자 권한" + +msgid "Specific permissions for this user." +msgstr "이 사용자를 위한 특정 권한." + +msgid "username" +msgstr "사용자 이름" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "150자 이하 문자, 숫자 그리고 @/./+/-/_만 가능합니다." + +msgid "A user with that username already exists." +msgstr "해당 사용자 이름은 이미 존재합니다." + +msgid "first name" +msgstr "이름" + +msgid "last name" +msgstr "성" + +msgid "email address" +msgstr "이메일 주소" + +msgid "staff status" +msgstr "스태프 권한" + +msgid "Designates whether the user can log into this admin site." +msgstr "사용자가 관리사이트에 로그인이 가능한지를 나타냅니다." + +msgid "active" +msgstr "활성" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"이 사용자가 활성화되어 있는지를 나타냅니다. 계정을 삭제하는 대신 이것을 선택 " +"해제하세요." + +msgid "date joined" +msgstr "등록일" + +msgid "user" +msgstr "사용자" + +msgid "users" +msgstr "사용자(들)" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "이 비밀번호는 너무 짧습니다. 최소 %d자 이상이어야 합니다." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "비밀번호는 최소 %(min_length)d자 이상이어야 합니다." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "비밀번호가 %(verbose_name)s와 너무 유사합니다." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "다른 개인 정보와 유사한 비밀번호는 사용할 수 없습니다." + +msgid "This password is too common." +msgstr "너무 흔히 사용되는 비밀번호입니다." + +msgid "Your password can’t be a commonly used password." +msgstr "통상적으로 자주 사용되는 비밀번호는 사용할 수 없습니다." + +msgid "This password is entirely numeric." +msgstr "비밀번호가 전부 숫자로 되어 있습니다." + +msgid "Your password can’t be entirely numeric." +msgstr "숫자로만 이루어진 비밀번호는 사용할 수 없습니다." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s의 비밀번호 재설정" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"유효한 사용자명을 입력하세요. 영문자나 숫자, @/./+/-/_기호만 가능합니다." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"유효한 사용자 이름을 입력하세요. 이곳에는 문자, 숫자, @/./+/-/_만 가능합니다." + +msgid "Logged out" +msgstr "로그아웃" + +msgid "Password reset" +msgstr "비밀번호 초기화" + +msgid "Password reset sent" +msgstr "새 비밀번호가 전송되었습니다." + +msgid "Enter new password" +msgstr "새 비밀번호 입력" + +msgid "Password reset unsuccessful" +msgstr "비밀번호 초기화를 실패하였습니다." + +msgid "Password reset complete" +msgstr "비밀번호가 초기화 완료" + +msgid "Password change" +msgstr "비밀번호 변경" + +msgid "Password change successful" +msgstr "비밀번호를 변경하였습니다." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7742edd7b0ee3e06be8b70236d4cffd2a0f9736a GIT binary patch literal 8924 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 00000000000..2c6a64071b8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.po @@ -0,0 +1,299 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soyuzbek Orozbek uulu , 2020-2021 +# Soyuzbek Orozbek uulu , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-27 14:11+0000\n" +"Last-Translator: Soyuzbek Orozbek uulu \n" +"Language-Team: Kyrgyz (http://www.transifex.com/django/django/language/ky/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ky\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "Өздүк маалымат" + +msgid "Permissions" +msgstr "Жеткилер" + +msgid "Important dates" +msgstr "Маанилүү күндөр" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "ID%(key)r болгон %(name)s табылган жок." + +msgid "Password changed successfully." +msgstr "Сырсөз ийгиликтүү өзгөрдү." + +#, python-format +msgid "Change password: %s" +msgstr "сырсөздү өзгөрт: %s" + +msgid "Authentication and Authorization" +msgstr "Катталуу жана жетки алуу" + +msgid "password" +msgstr "сырсөз" + +msgid "last login" +msgstr "акыркы кирүү" + +msgid "No password set." +msgstr "сырсөз жок." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Туура эмес сырсөз калыбы же белгисиз бекитүү алгоритми" + +msgid "The two password fields didn’t match." +msgstr "Сырсөздүн эки талаасы бири бирине окшош болбой жатат." + +msgid "Password" +msgstr "Сырсөз" + +msgid "Password confirmation" +msgstr "Сырсөз тастыктоосу" + +msgid "Enter the same password as before, for verification." +msgstr "Тастыктоо үчүн жогоруга окшош сырсөз тер." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Сырсөздөр кам түрүндө сакталбайт, мындан улам сиз аны эч качан көрө " +"албайсыз. Бирок аны сиз бул формду колдонуп өзгөртсөңүз " +"болот." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Туура %(username)s жана сырсөз тер. Алар экөө тең СезГичТүү болушу мүмкүн." + +msgid "This account is inactive." +msgstr "Бул эсеп жанык эмес." + +msgid "Email" +msgstr "экат" + +msgid "New password" +msgstr "Жаңы сырсөз" + +msgid "New password confirmation" +msgstr "Жаңы сырсөз тастыктоосу" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Сиздин эски сырсөзүңүз туура эмес терилди. Кайрадан териңиз." + +msgid "Old password" +msgstr "Эски сырсөз" + +msgid "Password (again)" +msgstr "сырсөз (кайра)" + +msgid "algorithm" +msgstr "алгоритм" + +msgid "iterations" +msgstr "аттоолор" + +msgid "salt" +msgstr "туз" + +msgid "hash" +msgstr "бекитүү" + +msgid "variety" +msgstr "тууралык" + +msgid "version" +msgstr "муун" + +msgid "memory cost" +msgstr "эс баасы" + +msgid "time cost" +msgstr "убакыт баасы" + +msgid "parallelism" +msgstr "удаалык" + +msgid "work factor" +msgstr "жумуш фактору" + +msgid "checksum" +msgstr "текшерүү" + +msgid "block size" +msgstr "блок өлчөмү" + +msgid "name" +msgstr "аты" + +msgid "content type" +msgstr "мазмун түрү" + +msgid "codename" +msgstr "кодаты" + +msgid "permission" +msgstr "жетки" + +msgid "permissions" +msgstr "жеткилер" + +msgid "group" +msgstr "тайпа" + +msgid "groups" +msgstr "тайпалар" + +msgid "superuser status" +msgstr "супер колдонуучу акыбалы" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Бул колдонуучуга бүт жеткилер берилишин көмүскө түрдө аныктайт." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Колдонуучунун тиешелүү болгон тайпасы. Колдонуучу тайпасына берилген бүт " +"жеткилерге ээ болот." + +msgid "user permissions" +msgstr "колдонуучу жеткиси" + +msgid "Specific permissions for this user." +msgstr "Бул колдонуучу үчүн кээ бир жеткилер" + +msgid "username" +msgstr "колдонуучу аты" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Талап кылынат. 150 же аз арип, сан жана @/./+/-/_ лар гана." + +msgid "A user with that username already exists." +msgstr "Бул колдонуучу аты мурдатан эле бар" + +msgid "first name" +msgstr "аты" + +msgid "last name" +msgstr "атасынын аты" + +msgid "email address" +msgstr "эдарек" + +msgid "staff status" +msgstr "кызматкер статусу" + +msgid "Designates whether the user can log into this admin site." +msgstr "Колдонуучу башкаруу сайтына киришин же кире албашын дайындайт." + +msgid "active" +msgstr "жанык" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Бул колдонуучунун активдүүлүгүн дайындайт. Бул аккаунтту өчүрүү үчүн бул " +"жердеги тандоону алып салыңыз." + +msgid "date joined" +msgstr "кошулуу күнү" + +msgid "user" +msgstr "колдонуучу" + +msgid "users" +msgstr "колдонуучулар" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Бул сырсөз өтө эле кыска. Ал өзүнө жок дегенде %(min_length)d символ камтышы " +"керек." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Сиздин сырсөз жок дегенде %(min_length)d символ камтышы керек." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Сырсөз жана %(verbose_name)s өтө эле окшош." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Сиздин сырсөз башка жеке маалыматыңызга окшош болбоосу керек." + +msgid "This password is too common." +msgstr "Бул сырсөз өтө эле жалпы" + +msgid "Your password can’t be a commonly used password." +msgstr "Сиздин сырсөз өтө эле жалпы колдонуудагы сырсөз болбоосу керек." + +msgid "This password is entirely numeric." +msgstr "Бул сырсөз жалаң сандан турат." + +msgid "Your password can’t be entirely numeric." +msgstr "Сиздин сырсөз жалаң эле сандардан турбашы керек." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s дан сырсөздү жокко чыгырыңыз" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Туура колдонуучу атын киргизиңиз. Бул маани жалаң латын арибин, сан жана @/./" +"+/-/_ белгилерин камтый алат." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Туура колдонуучу атын киргизиңиз. Бул маани жалаң арип, сан жана @/./+/-/_ " +"белгилерин камтый алат." + +msgid "Logged out" +msgstr "Катталып чыкты" + +msgid "Password reset" +msgstr "Сырсөдү жокко чыгаруу" + +msgid "Password reset sent" +msgstr "Сырсөз жок кылууга жөнөтүлдү" + +msgid "Enter new password" +msgstr "Жаңы сырсөз киргиз" + +msgid "Password reset unsuccessful" +msgstr "Сырсөздү жокко чыгаруу ийгиликсиз" + +msgid "Password reset complete" +msgstr "Сырсөздү жокко чыгаруу аяктады" + +msgid "Password change" +msgstr "Сырсөз өзгөртүү" + +msgid "Password change successful" +msgstr "Сырсөздү жокко чыгаруу ийгиликтүү" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3adcc2c4b61f88355282a1cc1af335f21b2ef443 GIT binary patch literal 474 zcmZWlK~KUk7}e-$N6#K=;sJtPJBS8~Ge(321CfyFy<=sRbnVi1fBlSVU?t+~!k zFc+n<9#35^GyGKL4kw18VD_5effd|?7C&<@7;4k#7Sj%nx`_5zbl0L0r69y}@gZx^ z|GJ2>4sB6DFyYSQ#B%Kv_r@~x!nKwTO@z#ZLidmc#z(aqL#dbM0q*F$;<>7jsmgMN bN5&S8Azki97q|Opzl|FjUBxJB_JfmO=%kD+ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 00000000000..382e9e8a382 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po @@ -0,0 +1,226 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-03-18 09:16+0100\n" +"PO-Revision-Date: 2015-03-18 10:30+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as above, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "password" +msgstr "" + +msgid "last login" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers and @/./" +"+/-/_ characters." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fd83d5dc1b9d04ea004cb565e7b53db33d646374 GIT binary patch literal 8146 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5bc0c45572d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po @@ -0,0 +1,320 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# lauris , 2011 +# Matas Dailyda , 2015-2017 +# naktinis , 2012 +# Nikolajus Krauklis , 2013 +# Simonas Kazlauskas , 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-11-16 08:45+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Personal info" +msgstr "Asmeninė informacija" + +msgid "Permissions" +msgstr "Leidimai" + +msgid "Important dates" +msgstr "Svarbios datos" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Įrašas %(name)s su pirminiu raktu %(key)r neegzistuoja." + +msgid "Password changed successfully." +msgstr "Slaptažodis pakeistas sėkmingai." + +#, python-format +msgid "Change password: %s" +msgstr "Pakeisti slaptažodį: %s" + +msgid "Authentication and Authorization" +msgstr "Autentifikacija ir įgaliojimai" + +msgid "password" +msgstr "slaptažodis" + +msgid "last login" +msgstr "paskutinį kartą prisijungęs" + +msgid "No password set." +msgstr "Slaptažodis nenustatytas" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neteisingas slaptažodžio formatas arba nežinomas maišos algoritmas." + +msgid "The two password fields didn't match." +msgstr "Slaptažodžio laukai nesutapo" + +msgid "Password" +msgstr "Slaptažodis" + +msgid "Password confirmation" +msgstr "Slaptažodžio patvirtinimas" + +msgid "Enter the same password as before, for verification." +msgstr "Patikrinimui įveskite tokį patį slaptažodį, kaip anksčiau." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" +"Neužkoduoti slaptažodžiai nėra saugomi, todėl galimybės pasižiūrėti šio " +"vartotojo slaptažodį nėra, bet galite slaptažodį pakeisti naudodamiesi šia forma." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Įveskite teisingą %(username)s ir slaptažodį. Abiejuose laukuose didžiosios " +"mažosios raidės skiriasi." + +msgid "This account is inactive." +msgstr "Ši paskyra yra neaktyvi." + +msgid "Email" +msgstr "El. paštas" + +msgid "New password" +msgstr "Naujas slaptažodis" + +msgid "New password confirmation" +msgstr "Naujo slaptažodžio patvirtinimas" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Blogai įvestas senas slaptažodis. Bandykite dar kartą." + +msgid "Old password" +msgstr "Senas slaptažodis" + +msgid "Password (again)" +msgstr "Slaptažodis (dar kartą)" + +msgid "algorithm" +msgstr "algoritmas" + +msgid "iterations" +msgstr "iteracijos" + +msgid "salt" +msgstr "druska" + +msgid "hash" +msgstr "maiša" + +msgid "variety" +msgstr "įvairovė" + +msgid "version" +msgstr "versija" + +msgid "memory cost" +msgstr "atminties sąnaudos" + +msgid "time cost" +msgstr "laiko sąnaudos" + +msgid "parallelism" +msgstr "paralelizmas" + +msgid "work factor" +msgstr "darbo faktorius" + +msgid "checksum" +msgstr "kontrolinė suma" + +msgid "name" +msgstr "vardas" + +msgid "content type" +msgstr "turinio tipas" + +msgid "codename" +msgstr "kodinis vardas" + +msgid "permission" +msgstr "leidimas" + +msgid "permissions" +msgstr "leidimai" + +msgid "group" +msgstr "grupė" + +msgid "groups" +msgstr "grupės" + +msgid "superuser status" +msgstr "supervartotojo statusas" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Pažymi, kad šis vartotojas turi visas teises be specialių nustatymų." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupės, kurioms šis vartotojas priklauso. Vartotojas gaus visas teises, " +"kurios yra suteiktos jo grupėms." + +msgid "user permissions" +msgstr "vartotojo leidimai" + +msgid "Specific permissions for this user." +msgstr "Specifiniai šio vartotojo leidimai." + +msgid "username" +msgstr "vartotojo vardas" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Privalomas. 150 arba mažiau simbolių. Raidės, skaičiai bei @/./+/-/_ " +"simboliai." + +msgid "A user with that username already exists." +msgstr "Jau egzistuoja vartotojas su tokiu vardu." + +msgid "first name" +msgstr "vardas" + +msgid "last name" +msgstr "pavardė" + +msgid "email address" +msgstr "El. pašto adresas" + +msgid "staff status" +msgstr "personalo statusas" + +msgid "Designates whether the user can log into this admin site." +msgstr "Nurodo ar vartotojas gali prisijungti prie administravimo puslapio." + +msgid "active" +msgstr "aktyvus" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Nurodo ar vartotojas yra aktyvuotas. Užuot pašalinę vartotoją, galite nuimti " +"šią žymę." + +msgid "date joined" +msgstr "data, kada prisijungė" + +msgid "user" +msgstr "vartotojas" + +msgid "users" +msgstr "vartotojai" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Šis slaptažodis yra per trumpas. Jį turi sudaryti bent %(min_length)d " +"simbolis." +msgstr[1] "" +"Šis slaptažodis yra per trumpas. Jį turi sudaryti bent %(min_length)d " +"simboliai." +msgstr[2] "" +"Šis slaptažodis yra per trumpas. Jį turi sudaryti bent %(min_length)d " +"simbolių." +msgstr[3] "" +"Šis slaptažodis yra per trumpas. Jį turi sudaryti bent %(min_length)d " +"simbolių." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Jūsų slaptažodį turi sudaryti bent %(min_length)d simbolis." +msgstr[1] "Jūsų slaptažodį turi sudaryti bent %(min_length)d simboliai." +msgstr[2] "Jūsų slaptažodį turi sudaryti bent %(min_length)d simbolių." +msgstr[3] "Jūsų slaptažodį turi sudaryti bent %(min_length)d simbolių." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Slaptažodis pernelyg panašus į %(verbose_name)s." + +msgid "Your password can't be too similar to your other personal information." +msgstr "" +"Jūsų slaptažodis negali būti pernelyg panašus į kitą jūsų asmeninę " +"informaciją." + +msgid "This password is too common." +msgstr "Šis slaptažodis yra per dažnai pasitaikantis." + +msgid "Your password can't be a commonly used password." +msgstr "Jūsų slaptažodis negali būti dažnai naudojamu slaptažodžiu." + +msgid "This password is entirely numeric." +msgstr "Šis slaptažodis sudarytas tik iš skaitmenų." + +msgid "Your password can't be entirely numeric." +msgstr "Jūsų slaptažodis negali būti sudarytas tik iš skaitmenų." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Slaptažodis atkurtas ant %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Įveskite korektišką vartotojo vardą. Ši reikšmė gali turėti tik angliško " +"alfabeto raides, skaičius ir @/./+/-/_ simbolius." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Įveskite korektišką vartotojo vardą. Ši reikšmė gali turėti tik raides, " +"skaičius ir @/./+/-/_ simbolius." + +msgid "Logged out" +msgstr "Atsijungęs" + +msgid "Password reset" +msgstr "Slaptažodžio atstatymas" + +msgid "Password reset sent" +msgstr "Slaptažodžio atstatymas išsiųstas" + +msgid "Enter new password" +msgstr "Įveskite naują slaptažodį" + +msgid "Password reset unsuccessful" +msgstr "Slaptažodžio atstatymas nesėkmingas" + +msgid "Password reset complete" +msgstr "Slaptažodžio atstatymas baigtas" + +msgid "Password change" +msgstr "Slaptažodžio keitimas" + +msgid "Password change successful" +msgstr "Slaptažodis sėkmingai pakeistas" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..420a3c74f2fe267ea6aa22ba9bfd402cde258150 GIT binary patch literal 8720 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 00000000000..7b8ff749bb3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,346 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Edgars Andersons, 2025 +# Edgars Voroboks , 2023-2025 +# Edgars Voroboks , 2017,2022 +# Edgars Voroboks , 2017 +# Jannis Leidel , 2011 +# Kaspars Gūtmanis, 2024 +# Edgars Voroboks , 2019,2021 +# peterisb , 2016 +# Pēteris Caune, 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: Edgars Andersons, 2025\n" +"Language-Team: Latvian (http://app.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +msgid "Personal info" +msgstr "Personīgā informācija" + +msgid "Permissions" +msgstr "Tiesības" + +msgid "Important dates" +msgstr "Svarīgi datumi" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objekts ar galveno atslēgu %(key)r nepastāv." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Iesniegti pretrunīgi veidlapas dati. Lūgums mēģināt vēlreiz." + +msgid "Password changed successfully." +msgstr "Parole sekmīgi nomainīta." + +msgid "Password-based authentication was disabled." +msgstr "Autentificēšanās ar paroli tika atspējota." + +#, python-format +msgid "Change password: %s" +msgstr "Paroles maiņa: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Iestatīt paroli: %s" + +msgid "Authentication and Authorization" +msgstr "Autentificēšanās un pilnvarošana" + +msgid "password" +msgstr "parole" + +msgid "last login" +msgstr "pēdējā pieteikšanās" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Nederīgs paroles formāts vai nezināms jaucējalgoritms." + +msgid "No password set." +msgstr "Nav norādīta parole" + +msgid "Reset password" +msgstr "Atiestatīt paroli" + +msgid "Set password" +msgstr "Iestatīt paroli" + +msgid "The two password fields didn’t match." +msgstr "Paroles lauki nesakrita." + +msgid "Password" +msgstr "Parole" + +msgid "Password confirmation" +msgstr "Paroles apstiprinājums" + +msgid "Enter the same password as before, for verification." +msgstr "Ievadi iepriekš norādīto paroli verifikācijai." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Vai lietotājs varēs autentificēties, izmantojot paroli, vai nē. Ja " +"atspējots, lietotāji joprojām varēs autentificēties, izmantojot citas " +"autentifikācijas sistēmas, piemēram, vienreizējo pierakstīšanos (Single Sign-" +"On) vai LDAP." + +msgid "Password-based authentication" +msgstr "Autentificēšanās ar paroli" + +msgid "Enabled" +msgstr "Iespējots" + +msgid "Disabled" +msgstr "Atspējots" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Nešifrētas paroles netiek saglabātas, tāpēc nav iespējams apskatīt lietotāja " +"paroli." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Iespējot šim lietotājam autentificēšanos ar paroli ar paroles iestatīšanu." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Lūgums ievadīt pareizu %(username)s un paroli. Jāņem vērā, ka abi lauki var " +"būt reģistrjutīgi." + +msgid "This account is inactive." +msgstr "Šis konts nav aktīvs." + +msgid "Email" +msgstr "E-pasts" + +msgid "New password" +msgstr "Jaunā parole" + +msgid "New password confirmation" +msgstr "Jaunā parole vēlreiz" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Tava iepriekšējā parole tika ievadīta nepareizi. Lūgums ievadīt to vēlreiz." + +msgid "Old password" +msgstr "Vecā parole" + +msgid "algorithm" +msgstr "algoritms" + +msgid "iterations" +msgstr "atkārtojumi" + +msgid "salt" +msgstr "sāls" + +msgid "hash" +msgstr "jaucējvērtība" + +msgid "variety" +msgstr "dažādība" + +msgid "version" +msgstr "versija" + +msgid "memory cost" +msgstr "atmiņas izmaksas" + +msgid "time cost" +msgstr "laika izmaksas" + +msgid "parallelism" +msgstr "paralelitāte" + +msgid "work factor" +msgstr "darba faktors" + +msgid "checksum" +msgstr "kontrolsumma" + +msgid "block size" +msgstr "bloka izmērs" + +msgid "name" +msgstr "nosaukums" + +msgid "content type" +msgstr "satura veids" + +msgid "codename" +msgstr "kods" + +msgid "permission" +msgstr "tiesība" + +msgid "permissions" +msgstr "tiesības" + +msgid "group" +msgstr "kopa" + +msgid "groups" +msgstr "kopas" + +msgid "superuser status" +msgstr "superlietotāja statuss" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Nosaka, ka lietotājam ir visas tiesības arī bez to atsevišķas piešķiršanas." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Kopas, kurās ir lietotājs. Lietotājam būs visas tiesības, kuras ir " +"piešķirtas katrai no kopām." + +msgid "user permissions" +msgstr "lietotāja tiesības" + +msgid "Specific permissions for this user." +msgstr "Noteiktas šī lietotāja tiesības." + +msgid "username" +msgstr "lietotājvārds" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Nepieciešams. 150 vai mazāk rakstzīmju. Tikai burti, cipari un @/./+/-/_ ." + +msgid "A user with that username already exists." +msgstr "Jau pastāv lietotājs ar šādu lietotājvārdu." + +msgid "first name" +msgstr "vārds" + +msgid "last name" +msgstr "uzvārds" + +msgid "email address" +msgstr "e-pasta adrese" + +msgid "staff status" +msgstr "personāla statuss" + +msgid "Designates whether the user can log into this admin site." +msgstr "Nosaka, vai lietotājs var pieteikties šajā pārvaldīšanas vietnē." + +msgid "active" +msgstr "aktīvs" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Nosaka, vai lietotāju vajadzētu uztvert kā aktīvu. Atzīmes noņemšana ir " +"izmantojama kontu izdzēšanas vietā." + +msgid "date joined" +msgstr "datums, kad pievienojies" + +msgid "user" +msgstr "lietotājs" + +msgid "users" +msgstr "lietotāji" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Šī parole ir pārāk īsa. Tajā ir jābūt vismaz %d rakstzīmēm." +msgstr[1] "Šī parole ir pārāk īsa. Tajā ir jābūt vismaz %d rakstzīmei." +msgstr[2] "Šī parole ir pārāk īsa. Tajā ir jābūt vismaz %d rakstzīmēm." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Parolē ir jābūt vismaz %(min_length)d rakstzīmēm." +msgstr[1] "Parolē ir jābūt vismaz %(min_length)d rakstzīmei." +msgstr[2] "Parolē ir jābūt vismaz %(min_length)d rakstzīmēm." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Parole ir pārāk līdzīga %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Parole nevar būt pārāk līdzīga pārējai personīgajai informācijai." + +msgid "This password is too common." +msgstr "Parole ir pārāk bieži izmantota." + +msgid "Your password can’t be a commonly used password." +msgstr "Parole nedrīkst būt no bieži izmantotu paroļu saraksta." + +msgid "This password is entirely numeric." +msgstr "Parole sastāv tikai no cipariem." + +msgid "Your password can’t be entirely numeric." +msgstr "Parole nedrīkst sastāvēt tikai no cipariem." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Paroles atiestatīšana %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Jāievada derīgs lietotājvārds. Šī vērtība var saturēt tikai mazos a-z un " +"lielos A-Z burtus bez diakritiskajām zīmēm, ciparus un rakstzīmes @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Jāievada derīgs lietotājvārds. Šī vērtība var saturēt tikai burtus, ciparus " +"un rakstzīmes @/./+/-/_." + +msgid "Logged out" +msgstr "Atslēdzies" + +msgid "Password reset" +msgstr "Paroles atiestatīšana" + +msgid "Password reset sent" +msgstr "Paroles atiestatīšanas informācija nosūtīta" + +msgid "Enter new password" +msgstr "Ievadīt jauno paroli" + +msgid "Password reset unsuccessful" +msgstr "Paroles atiestatīšana nesekmīga" + +msgid "Password reset complete" +msgstr "Paroles atiestatīšana pabeigta" + +msgid "Password change" +msgstr "Paroles maiņa" + +msgid "Password change successful" +msgstr "Paroles maiņa sekmīga" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4909b2066199beb8d1ed590ffef0f2f7ae51831c GIT binary patch literal 9235 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 TE*WpJJqv;h{$ZS^i<*A|`>DwX literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a991af00635 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,308 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# dekomote , 2015 +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016-2017 +# Vasil Vangelovski , 2013-2015 +# Vasil Vangelovski , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +msgid "Personal info" +msgstr "Лични информации" + +msgid "Permissions" +msgstr "Привилегии" + +msgid "Important dates" +msgstr "Важни датуми" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Не постои %(name)s објект со примарен клуч %(key)r." + +msgid "Password changed successfully." +msgstr "Успешна промена на лозинката." + +#, python-format +msgid "Change password: %s" +msgstr "Промени лозинка: %s" + +msgid "Authentication and Authorization" +msgstr "Автентикација и авторизација" + +msgid "password" +msgstr "лозинка" + +msgid "last login" +msgstr "последна најава" + +msgid "No password set." +msgstr "Нема зададена лозинка." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Невалиден формат на лозинка или непознат алгоритам за хеширање." + +msgid "The two password fields didn't match." +msgstr "Двете полиња со лозинките не се совпаѓаат." + +msgid "Password" +msgstr "Лозинка" + +msgid "Password confirmation" +msgstr "Потврда на лозинка" + +msgid "Enter the same password as before, for verification." +msgstr "Внесете ја истата лозинка како претходно, за верификација." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Ве молиме внесете ја точно %(username)s и лозинка. Имајте на ум дека двете " +"полиња може да бидат со мали букви." + +msgid "This account is inactive." +msgstr "Оваа сметка е неактивна." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Нова лозинка" + +msgid "New password confirmation" +msgstr "Потврда за нова лозинка" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Не ја внесовте точно вашата стара лозинка. Ве молам внесете ја повторно." + +msgid "Old password" +msgstr "Стара лозинка" + +msgid "Password (again)" +msgstr "Лозинка (повторно)" + +msgid "algorithm" +msgstr "алгоритам" + +msgid "iterations" +msgstr "повторувања" + +msgid "salt" +msgstr "случаен клуч" + +msgid "hash" +msgstr "хеш" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "верзија" + +msgid "memory cost" +msgstr "просторна (мемориска) комплексност" + +msgid "time cost" +msgstr "временска комплексност" + +msgid "parallelism" +msgstr "паралелизам" + +msgid "work factor" +msgstr "фактор на работа" + +msgid "checksum" +msgstr "проверка" + +msgid "name" +msgstr "име" + +msgid "content type" +msgstr "тип содржина" + +msgid "codename" +msgstr "кодно име" + +msgid "permission" +msgstr "привилегија" + +msgid "permissions" +msgstr "привилегии" + +msgid "group" +msgstr "група" + +msgid "groups" +msgstr "групи" + +msgid "superuser status" +msgstr "статус на суперкорисник" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Означува дека овој корисник ги има сите привилегии без експлицитно да се " +"доделуваат сите." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Групите на коишто припаѓа овој корисник. Корисникот ќе ги добие сите " +"пермисии на секоја од избраните групи." + +msgid "user permissions" +msgstr "кориснички привилегии" + +msgid "Specific permissions for this user." +msgstr "Специфични дозволи за овој корисник." + +msgid "username" +msgstr "корисничко име" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Задолжително. 150 или помалку знаци. Единствено букви, бројки и @/./+/-/_ ." + +msgid "A user with that username already exists." +msgstr "Веќе постои корисник со тоа корисничко име." + +msgid "first name" +msgstr "име" + +msgid "last name" +msgstr "презиме" + +msgid "email address" +msgstr "email адреса" + +msgid "staff status" +msgstr "статус на администраторите" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Означува дали корисникот може да се логира во сајтот за администрација." + +msgid "active" +msgstr "активен" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Означува дали корисникот треба да биде активен. Одштиклирајте го ова наместо " +"да бришете корисници." + +msgid "date joined" +msgstr "датум на зачленување" + +msgid "user" +msgstr "корисник" + +msgid "users" +msgstr "корисници" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Оваа лозинка е премногу кратка. Мора да содржи најмалку %(min_length)d " +"карактер." +msgstr[1] "" +"Оваа лозинка е премногу кратка. Мора да содржи најмалку %(min_length)d " +"карактери." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Вашата лозинка мора да содржи најмалку %(min_length)d карактер." +msgstr[1] "Вашата лозинка мора да содржи најмалку %(min_length)d карактери." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Лозинката е премногу слична со %(verbose_name)s." + +msgid "Your password can't be too similar to your other personal information." +msgstr "" +"Вашата лозинка не смее да биде премногу слична со други лични информации." + +msgid "This password is too common." +msgstr "Оваа лозинка е премногу често користена." + +msgid "Your password can't be a commonly used password." +msgstr "Вашата лозинка не смее да биде лозинка која се користи многу често." + +msgid "This password is entirely numeric." +msgstr "Оваа лозинка содржи само цифри." + +msgid "Your password can't be entirely numeric." +msgstr "Вашата лозинка не може да содржи само цифри." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Ресетирање на лозинка за %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Внесете валидно корисничко име. Оваа вредност може да содржи само латински " +"букви, бројки и @/./+/-/_ знаци." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Внесете валидно корисничко име. Оваа вредност може да содржи само букви, " +"бројки и @/./+/-/_ знаци." + +msgid "Logged out" +msgstr "Одјавен" + +msgid "Password reset" +msgstr "Ресетирање на лозинка" + +msgid "Password reset sent" +msgstr "Испратено информации за ресетирање лозинка" + +msgid "Enter new password" +msgstr "Внесете нова лозинка" + +msgid "Password reset unsuccessful" +msgstr "Неуспешно ресетирање на лозинка" + +msgid "Password reset complete" +msgstr "Ресетирањето на лозинката е завршено" + +msgid "Password change" +msgstr "Промена на лозинка" + +msgid "Password change successful" +msgstr "Успешна промена на лозинка" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d247f8eaa75e111da8d9d76f7985fba5a9c37221 GIT binary patch literal 12611 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, 2012 +# Hrishikesh , 2019 +# Jannis Leidel , 2011 +# Rag sagar , 2016 +# Rajeesh Nair , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2019-03-03 09:43+0000\n" +"Last-Translator: Hrishikesh \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "വ്യക്തിപരമായ വിവരങ്ങള്‍" + +msgid "Permissions" +msgstr "അനുമതികള്‍" + +msgid "Important dates" +msgstr "പ്രധാന തീയതികള്‍" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r പ്രൈമറി കീയായുള്ള %(name)s ന്റെ ഒബ്ജക്റ്റ് നിലവിലില്ല." + +msgid "Password changed successfully." +msgstr "പാസ്സ്‌വേഡ് മാറ്റിയിരിക്കുന്നു." + +#, python-format +msgid "Change password: %s" +msgstr "പാസ്സ്‌വേഡ് മാറ്റുക: %s" + +msgid "Authentication and Authorization" +msgstr "ആധികാരികതയും അധികാരപ്പെടുത്തലും" + +msgid "password" +msgstr "പാസ്സ്‌വേഡ്" + +msgid "last login" +msgstr "അവസാനമായി ലോഗിന്‍ ചെയ്തത്" + +msgid "No password set." +msgstr "പാസ്സ്‌വേഡ് സജ്ജീകരിച്ചിട്ടില്ല." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"പാസ്സ്‌വേഡിന്റെ ഫോർമാറ്റ് ശെരിയല്ലാതിരിക്കുകയോ അറിയാത്ത ഹാഷിങ്ങ് അൽഗോരിതം ഉപയോഗിക്കുകയോ " +"ചെയ്തിരിക്കുന്നു." + +msgid "The two password fields didn't match." +msgstr "രണ്ട് പാസ്സ്‌വേഡ് ഫീൽഡുകളും തമ്മിൽ ചേരുന്നില്ല." + +msgid "Password" +msgstr "പാസ്സ്‌വേഡ്" + +msgid "Password confirmation" +msgstr "പാസ്സ്‌വേഡ് ഉറപ്പാക്കല്‍" + +msgid "Enter the same password as before, for verification." +msgstr "നേരത്തെ നല്കിയ രഹസ്യവാക്ക് പരിശോധിക്കനായി പിന്നെയും നല്കുക. " + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"ദയവായി ശരിയായ %(username)s ഉം രഹസ്യവാക്കും നല്കുക. രണ്ട് കള്ളികളിലും വലിയക്ഷരങ്ങളും " +"ചെറിയക്ഷരങ്ങളും വെവ്വേറെയായിരിക്കും." + +msgid "This account is inactive." +msgstr "ഈ അക്കൗണ്ട് മരവിപ്പിച്ചതാണ്." + +msgid "Email" +msgstr "ഈമെയിൽ" + +msgid "New password" +msgstr "പുതിയ പാസ്‌വേര്‍ഡ്" + +msgid "New password confirmation" +msgstr "പുതിയ പാസ്‌വേര്‍ഡ് ഉറപ്പാക്കല്‍" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "നിങ്ങളുടെ പഴയ പാസ്‌വേര്‍ഡ് തെറ്റായാണ് നല്കിയത്. തിരുത്തുക." + +msgid "Old password" +msgstr "പഴയ പാസ്‌വേര്‍ഡ്" + +msgid "Password (again)" +msgstr "പാസ്‌വേര്‍ഡ് (വീണ്ടും)" + +msgid "algorithm" +msgstr "അല്‍ഗോരിതം" + +msgid "iterations" +msgstr "പുനരാവൃത്തികള്‍" + +msgid "salt" +msgstr "സോള്‍ട്ട്" + +msgid "hash" +msgstr "ഹാഷ്" + +msgid "variety" +msgstr "തരം" + +msgid "version" +msgstr "പതിപ്പ്" + +msgid "memory cost" +msgstr "മെമ്മറി ചിലവ്" + +msgid "time cost" +msgstr "സമയത്തിന്റെ ചിലവ്" + +msgid "parallelism" +msgstr "സമാന്തരമായി" + +msgid "work factor" +msgstr "വര്‍ക്ക് ഫാക്ടര്‍" + +msgid "checksum" +msgstr "ചെക്‍സം" + +msgid "name" +msgstr "പേര്" + +msgid "content type" +msgstr "കണ്ടന്റ് ടൈപ്പ്" + +msgid "codename" +msgstr "കോഡ്-നാമം" + +msgid "permission" +msgstr "അനുമതി" + +msgid "permissions" +msgstr "അനുമതികള്‍" + +msgid "group" +msgstr "ഗ്രൂപ്പ്" + +msgid "groups" +msgstr "ഗ്രൂപ്പുകള്‍" + +msgid "superuser status" +msgstr "സൂപ്പര്‍-യൂസര്‍ പദവി" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "ഈ ഉപയോക്താവിന് എടുത്തു പറയാതെ തന്നെ എല്ലാ അനുമതികളും ലഭിക്കുന്നതാണെന്ന് വ്യക്തമാക്കുന്നു" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"ഈ ഉപയോക്താവ് ഭാഗമായിട്ടുള്ള ഗ്രൂപ്പുകൾ. ഒരു ഉപയോക്താവ് ഭാഗമായിട്ടുള്ള ഓരോ ഗ്രൂപ്പിലേ അനുമതികളും " +"ആ ഉപയോക്താവിനു ലഭിക്കുന്നതാണ്." + +msgid "user permissions" +msgstr "യൂസര്‍ (ഉപയോക്താവ്)നുള്ള അനുമതികള്‍" + +msgid "Specific permissions for this user." +msgstr "ഈ ഉപയോക്താവിനു മാത്രമായുള്ള അനുമതികൾ." + +msgid "username" +msgstr "യൂസര്‍ നാമം (ഉപയോക്ത്രു നാമം)" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"നിര്‍ബന്ധം. 150 ഓ അതില്‍ കുറവോ അക്ഷരങ്ങള്‍, അക്കങ്ങള്‍, പിന്നെ @/./+/-/_ എന്നിവയും മാത്രം." + +msgid "A user with that username already exists." +msgstr "ആ പേരുള്ള ഒരു ഉപയോക്താവ് നിലവിലുണ്ട്." + +msgid "first name" +msgstr "പേര് - ആദ്യഭാഗം" + +msgid "last name" +msgstr "പേര് - അന്ത്യഭാഗം" + +msgid "email address" +msgstr "ഈമെയിൽ വിലാസം" + +msgid "staff status" +msgstr "സ്റ്റാഫ് പദവി" + +msgid "Designates whether the user can log into this admin site." +msgstr "ഈ യൂസര്‍ക്ക് ഈ അഡ്മിന്‍ സൈറ്റിലേക്ക് പ്രവേശിക്കാമോ എന്നു വ്യക്തമാക്കാന്‍" + +msgid "active" +msgstr "സജീവം" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"ഈ യൂസര്‍ സജീവമാണോയെന്ന് വ്യക്തമാക്കുന്നു. അക്കൗണ്ട് ഡിലീറ്റ് ചെയ്യുന്നതിനു പകരം ഇത് ഒഴിവാക്കുക." + +msgid "date joined" +msgstr "ചേര്‍ന്ന തീയതി" + +msgid "user" +msgstr "യൂസര്‍ (ഉപയോക്താവ്)" + +msgid "users" +msgstr "യൂസേര്‍സ് (ഉപയോക്താക്കള്‍)" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"ഈ രഹസ്യവാക്ക് വളരെ ചെറുതാണ്. രഹസ്യവാക്കിൽ കുറഞ്ഞത് %(min_length)d അക്ഷരമെങ്കിലും വേണം." +msgstr[1] "" +"ഈ രഹസ്യവാക്ക് വളരെ ചെറുതാണ്. രഹസ്യവാക്കിൽ കുറഞ്ഞത് %(min_length)d അക്ഷരങ്ങളെങ്കിലും വേണം." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "താങ്കളുടെ രഹസ്യവാക്കിൽ കുറഞ്ഞത് %(min_length)d അക്ഷരമെങ്കിലും ഉണ്ടാവണം." +msgstr[1] "താങ്കളുടെ രഹസ്യവാക്കിൽ കുറഞ്ഞത് %(min_length)d അക്ഷരങ്ങളെങ്കിലും ഉണ്ടാവണം." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "ഈ രഹസ്യവാക്കിനു %(verbose_name)s ആയി  വളരെ സാമ്യം കാണുന്നു." + +msgid "Your password can't be too similar to your other personal information." +msgstr "" +"താങ്കളുടെ മറ്റു വ്യക്തി വിവരുങ്ങളുമായി താങ്കളുടെ രഹസ്യവാക്കിനു ഒരുപാട് സാമ്യമുണ്ടാകാൻ പാടില്ല." + +msgid "This password is too common." +msgstr "ഈ രഹസ്യവാക്ക് വളരെ സാധാരണമാണ്." + +msgid "Your password can't be a commonly used password." +msgstr "താങ്കളുടെ രഹസ്യവാക്ക് വളരെ സാധാരണമായ ഒരു രഹസ്യവാക്കാകാൻ പാടില്ല." + +msgid "This password is entirely numeric." +msgstr "ഈ രഹസ്യവാക്ക് മുഴുവനും അക്കങ്ങൾ മാത്രമാണ്." + +msgid "Your password can't be entirely numeric." +msgstr "താങ്കളുടെ രഹസ്യവാക്ക് മുഴുവനായി അക്കങ്ങൾ മാത്രമാകാൻ പാടില്ല." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s ലെ പാസ്‌വേര്‍ഡ് മാറ്റിയിരിക്കുന്നു" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"ശരിയായ ഉപയോക്ത്രു നാമം നല്കുക. ഇതിൽ ഇംഗ്ഗ്ലീഷ് അക്ഷരങ്ങളും അക്കങ്ങളും പിന്നെ @/./+/-/_ " +"എന്നിവയും മാത്രമേ അനുവദനീയമായുള്ളൂ." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"ശരിയായ ഉപയോക്ത്രു നാമം നല്കുക. ഇതിൽ അക്ഷരങ്ങളും അക്കങ്ങളും പിന്നെ @/./+/-/_ എന്നിവയും " +"മാത്രമേ അനുവദനീയമായുള്ളൂ." + +msgid "Logged out" +msgstr "ലോഗ്-ഔട്ട് ചെയ്തു (പുറത്തിറങ്ങി)" + +msgid "Password reset" +msgstr "രഹസ്യവാക്ക് പുനർക്രമീകരിക്കുക." + +msgid "Password reset sent" +msgstr "രഹസ്യവാക്ക് പുനർക്രമീകരിക്കാൻ അയച്ചു" + +msgid "Enter new password" +msgstr "പുതിയ രഹസ്യവാക്ക് നല്കുക" + +msgid "Password reset unsuccessful" +msgstr "രഹസ്യവാക്ക് പുനർക്രമീകരണം പരാജയപ്പെട്ടിരിക്കുന്നു." + +msgid "Password reset complete" +msgstr "രഹസ്യവാക്ക് പുനർക്രമീകരണം പൂർത്തിയായി." + +msgid "Password change" +msgstr "രഹസ്യവാക്ക് മാറ്റം" + +msgid "Password change successful" +msgstr "രഹസ്യവാക്ക് വിജയകരമായി മാറ്റിയിരിക്കുന്നു." diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0c2a3c80aea848956f733fc0a29a26c72abe4f3a GIT binary patch literal 9403 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..76deb1e6c5c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po @@ -0,0 +1,310 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bayarkhuu Bataa, 2015,2017 +# Delgermurun Purevkhuuu , 2013 +# dolugen , 2016 +# Jannis Leidel , 2011 +# miigaa ... , 2015 +# Zorig , 2013-2014,2017 +# Анхбаяр Анхаа , 2015 +# Баясгалан Цэвлээ , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-10-19 13:49+0000\n" +"Last-Translator: Bayarkhuu Bataa\n" +"Language-Team: Mongolian (http://www.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Хувийн мэдээлэл" + +msgid "Permissions" +msgstr "Эрхүүд" + +msgid "Important dates" +msgstr "Чухал огноо" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r анхдагч түлхүүртэй %(name)s обьект олдсонгүй." + +msgid "Password changed successfully." +msgstr "Нууц үг амжилттай өөрчлөгдлөө." + +#, python-format +msgid "Change password: %s" +msgstr "Нууц үг өөрчлөх: %s" + +msgid "Authentication and Authorization" +msgstr "Нэвтрэлт ба зөвшөөрөл" + +msgid "password" +msgstr "нууц үг" + +msgid "last login" +msgstr "сүүлд нэвтэрсэн" + +msgid "No password set." +msgstr "Нууц үг тохируулаагүй." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Нууц үгийн буруу формат эсвэл үл мэдэгдэх хаш алгоритм байна." + +msgid "The two password fields didn't match." +msgstr "Хоёр нууц үг зөрж байна." + +msgid "Password" +msgstr "Нууц үг " + +msgid "Password confirmation" +msgstr "Нууц үгийн баталгаажуулалт" + +msgid "Enter the same password as before, for verification." +msgstr "Баталгаажуулахын тулд дээрх нууц үгээ ахин оруулна уу." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" +"Хэрэглэгчийн нууц үгийг хувиргалгүйгээр хадгалдаггүй учир шууд харах " +"боломжгүй, гэхдээ энэ маягт ашиглан өөрчилж болно." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Зөв %(username)s, нууц үг оруулна уу. Том жижиг үсэг ялгаатай болохыг " +"анхаарна уу." + +msgid "This account is inactive." +msgstr "Энэ бүртгэл идэвхгүй байна." + +msgid "Email" +msgstr "Имэйл" + +msgid "New password" +msgstr "Шинэ нууц үг" + +msgid "New password confirmation" +msgstr "Шинэ нууц үгийн баталгаажуулалт" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Хуучин нууц үгээ буруу оруулсан байна. Ахин оруулна уу." + +msgid "Old password" +msgstr "Хуучин нууц үг" + +msgid "Password (again)" +msgstr "Нууц үг (давтан)" + +msgid "algorithm" +msgstr "алгоритм" + +msgid "iterations" +msgstr "давталтууд" + +msgid "salt" +msgstr "давс" + +msgid "hash" +msgstr "хаш" + +msgid "variety" +msgstr "боломж" + +msgid "version" +msgstr "хувилбар" + +msgid "memory cost" +msgstr "санах ойн өртөг" + +msgid "time cost" +msgstr "цагын зардал" + +msgid "parallelism" +msgstr "зэрэгцүүлэлт" + +msgid "work factor" +msgstr "ажлын байгуулагч" + +msgid "checksum" +msgstr "шалгах дүн" + +msgid "name" +msgstr "нэр" + +msgid "content type" +msgstr "агуулгын төрөл" + +msgid "codename" +msgstr "Код" + +msgid "permission" +msgstr "зөвшөөрөл" + +msgid "permissions" +msgstr "зөвшөөрлүүд" + +msgid "group" +msgstr "бүлэг " + +msgid "groups" +msgstr "бүлгүүд" + +msgid "superuser status" +msgstr "Удирдлагын төлөв" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Энэ хэрэглэгчид бүх зөвшөөрөл байгааг ил тод харуулалгүй тодорхойлно. " + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Хэрэглэгчийн харьяалагдах бүлгүүд. Хэрэглэгчид сонгосон бүлгийн бүх эрх " +"зөвшөөрөгдөх болно. " + +msgid "user permissions" +msgstr "хэрэглэгчийн эрхүүд" + +msgid "Specific permissions for this user." +msgstr "Хэрэглэгчид тодорхойлж өгсөн эрх" + +msgid "username" +msgstr "хэрэглэгчийн нэр" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Заавал. 150 ба түүнээс бага үсэгтэй. Зөвхөн латин үсэг, тоо болон @/./+/-/_ " +"тэмдэгтүүдийг зөвшөөрнө." + +msgid "A user with that username already exists." +msgstr "Ийм хэрэглэгчийн нэртэй хэрэглэгч өмнө нь бүртгүүлсэн байна." + +msgid "first name" +msgstr "нэр" + +msgid "last name" +msgstr "овог" + +msgid "email address" +msgstr "имэйл хаяг" + +msgid "staff status" +msgstr "Хэрэглэгчдийн төлөв" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Уг удирдлагын сайт руу хэрэглэгч нэвтрэх боломжтой эсэхийг тодорхойлно." + +msgid "active" +msgstr "идэвхтэй" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Энэ хэрэглэгчийг идэвхтэй болгох эсэхийг тодорхойлно. Бүртгэлийг нь устгахын " +"оронд сонгохгүй байхад л хангалттай." + +msgid "date joined" +msgstr "бүртгүүлсэн огноо" + +msgid "user" +msgstr "хэрэглэгч " + +msgid "users" +msgstr "хэрэглэгчид" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Нууц үг хэтэрхий богино байна. Хамгийн багадаа %(min_length)d тэмдэгтээс " +"бүрдэх ёстой." +msgstr[1] "" +"Нууц үг хэтэрхий богино байна. Хамгийн багадаа %(min_length)d тэмдэгтээс " +"бүрдэх ёстой." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Нууц хамгийн багадаа %(min_length)d тэмдэгтээс бүрдэх ёстой." +msgstr[1] "Нууц хамгийн багадаа %(min_length)d тэмдэгтээс бүрдэх ёстой." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Нууц үг %(verbose_name)s мэдээлэлтэй хэтэрхий адилхан байна." + +msgid "Your password can't be too similar to your other personal information." +msgstr "Таны нууц үг бусад хувийн мэдээлэлтэй төстэй байж болохгүй." + +msgid "This password is too common." +msgstr "Энэ нууц үг хэтэрхий нийтлэг байна." + +msgid "Your password can't be a commonly used password." +msgstr "Таны нууц үг хүмүүсийн нийтлэг ашигладаг нууц үг байж болохгүй." + +msgid "This password is entirely numeric." +msgstr "Нууц үг дан тооноос бүрдсэн байна." + +msgid "Your password can't be entirely numeric." +msgstr "Таны нууц үг бүхэлдээ тооноос бүрдэж болохгүй." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s cайт дээрх нууц үг шинэчлэлт" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Зөв хэрэглэгчийн нэр оруулна уу. Англи хэлний үсэг, тоо болон @ . + - _ " +"тэмдэгтүүдийг ашиглаж болно." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Зөв хэрэглэгчийн нэр оруулна уу. Англи хэлний үсэг, тоо болон @ . + - _ " +"тэмдэгтүүдийг ашиглаж болно." + +msgid "Logged out" +msgstr "Гарсан" + +msgid "Password reset" +msgstr "Нууц үг шинэчлэх" + +msgid "Password reset sent" +msgstr "Нууц үг шинэчлэх хүсэлт илгээгдлээ" + +msgid "Enter new password" +msgstr "Шинэ нууц үг оруулах" + +msgid "Password reset unsuccessful" +msgstr "Нууц үг шинэчлэлт амжилтгүй боллоо" + +msgid "Password reset complete" +msgstr "Нууц үг шинэчилж дууслаа" + +msgid "Password change" +msgstr "Нууц үг солих" + +msgid "Password change successful" +msgstr "Нууц үг амжилттай солилоо" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..84eef503a354942b36d2d1060359ebf1e15e881b GIT binary patch literal 10430 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..fa7b7f7b640 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po @@ -0,0 +1,299 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Omkar Parab, 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2024-01-25 08:09+0000\n" +"Last-Translator: Omkar Parab, 2024\n" +"Language-Team: Marathi (http://app.transifex.com/django/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "वैयक्तिक माहिती" + +msgid "Permissions" +msgstr "परवानगी" + +msgid "Important dates" +msgstr "महत्वाच्या दिनांक" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "गुप्तशब्द यशस्वीरीत्या बदलला." + +#, python-format +msgid "Change password: %s" +msgstr "गुप्तशब्द बदला: %s" + +msgid "Authentication and Authorization" +msgstr "प्रमाणीकरण आणि अधिकृतता" + +msgid "password" +msgstr "गुप्तशब्द" + +msgid "last login" +msgstr "शेवटचा प्रवेश" + +msgid "No password set." +msgstr "कोणताही गुप्तशब्द सेट केलेला नाही." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "अयोग्य गुप्तशब्द स्वरूप किंवा अज्ञात हॅशिंग अलगोरीथम." + +msgid "The two password fields didn’t match." +msgstr "दोन गुप्तशब्द क्षेत्र जुळत नाहीत." + +msgid "Password" +msgstr "गुप्तशब्द" + +msgid "Password confirmation" +msgstr "गुप्तशब्द निच्छितीकरण" + +msgid "Enter the same password as before, for verification." +msgstr "पडताळणीसाठी आधीच्या गुप्तशब्दासारखा समान गुप्तशब्द नमूद करा." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"कच्चे गुप्तशब्द साठवले जात नाहीत, त्यामुळे या वापरकर्त्याचा गुप्तशब्द पाहण्याचा कोणताही " +"मार्ग नाही, परंतु तुम्ही हा फॉर्म वापरून गुप्तशब्द बदलू शकता. " + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"कृपया करून एक योग्य %(username)s आणि गुप्तशब्द नमूद करा. लक्षात घ्या की दोन्ही रखाणे " +"संवेदनशील असू शकतात." + +msgid "This account is inactive." +msgstr "हे खाते निष्क्रिय आहे." + +msgid "Email" +msgstr "विपत्र" + +msgid "New password" +msgstr "नवीन गुप्तशब्द" + +msgid "New password confirmation" +msgstr "नवीन गुप्तशब्द निच्छितीकरण" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "तुम्ही जुना गुप्तशब्द चुकीचा टाकला होता. कृपया तो पुन्हा नमूद करा." + +msgid "Old password" +msgstr "जुना गुप्तशब्द" + +msgid "Password (again)" +msgstr "गुप्तशब्द (पुन्हा)" + +msgid "algorithm" +msgstr "अल्गोरिदम" + +msgid "iterations" +msgstr "पुनरावृत्ती" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "निरनिराळ्या" + +msgid "version" +msgstr "आवृत्ती" + +msgid "memory cost" +msgstr "स्मरणशक्ती खर्च" + +msgid "time cost" +msgstr "वेळ खर्च" + +msgid "parallelism" +msgstr "समांतरता" + +msgid "work factor" +msgstr "कामाचा घटक" + +msgid "checksum" +msgstr "चेकसम" + +msgid "block size" +msgstr "ब्लॉक आकार" + +msgid "name" +msgstr "नाव" + +msgid "content type" +msgstr "सामुग्री प्रकार" + +msgid "codename" +msgstr "सांकेतिक नाव" + +msgid "permission" +msgstr "परवानगी" + +msgid "permissions" +msgstr "परवानग्या" + +msgid "group" +msgstr "समूह" + +msgid "groups" +msgstr "समूहं" + +msgid "superuser status" +msgstr "सुपरयूजर स्थिती" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "या वापरकर्त्याकडे स्पष्टपणे नियुक्त केल्याशिवाय सर्व परवानग्या आहेत असे नियुक्त करते." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"हा वापरकर्ता त्या गटांचा आहे. वापरकर्त्याला त्यांच्या प्रत्येक गटासाठी सर्व परवानग्या " +"मिळतील." + +msgid "user permissions" +msgstr "वापरकर्ता परवानग्या" + +msgid "Specific permissions for this user." +msgstr "या वापरकर्त्यासाठी विशिष्ट परवानग्या." + +msgid "username" +msgstr "वापरकर्तानाव" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "आवश्यक. 150 किंवा कमी वर्ण. अक्षरे, अंक आणि @/./+/-/_ फक्त. " + +msgid "A user with that username already exists." +msgstr "त्या वापरकर्ता नावासह वापरकर्ता आधीपासूनच अस्तित्वात आहे." + +msgid "first name" +msgstr "पहिले नाव" + +msgid "last name" +msgstr "आडनाव" + +msgid "email address" +msgstr "विपत्र पत्ता" + +msgid "staff status" +msgstr "कर्मचारी स्थिती" + +msgid "Designates whether the user can log into this admin site." +msgstr "वापरकर्ता या प्रशासक स्थळावर प्रवेश करू शकतो की नाही हे नियुक्त करते." + +msgid "active" +msgstr "सक्रिय" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"या वापरकर्त्याला सक्रिय मानले जावे की नाही हे नियुक्त करते. खाती हटवण्याऐवजी ही निवड " +"कमी करा. " + +msgid "date joined" +msgstr "सहभाग दिनांक" + +msgid "user" +msgstr "वापरकर्ता" + +msgid "users" +msgstr "वापरकर्ते" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "गुप्तशब्द %(verbose_name)s सारखा अत्यंत सामान्य आहे." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "तुमचा गुप्तशब्द तुमच्या इतर वैयक्तिक माहितीशी सारखा असू शकत नाही." + +msgid "This password is too common." +msgstr "हा गुप्तशब्द खूपच सामान्य आहे." + +msgid "Your password can’t be a commonly used password." +msgstr "तुमचा गुप्तशब्द हा सामान्यतः वापरला जाणारा गुप्तशब्द असू शकत नाही." + +msgid "This password is entirely numeric." +msgstr "हा गुप्तशब्द पूर्णपणे संख्यात्मक आहे." + +msgid "Your password can’t be entirely numeric." +msgstr "तुमचा गुप्तशब्द पूर्णपणे संख्यात्मक असू शकत नाही." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s वरील गुप्तशब्द पुनरस्थापना" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"वैध वापरकर्तानाव प्रविष्ट करा. या मूल्यामध्ये केवळ असुरक्षित लोअरकेस a-z आणि अपरकेस A-Z " +"अक्षरे, संख्या आणि @/./+/-/_ वर्ण असू शकतात." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"वैध वापरकर्तानाव प्रविष्ट करा. या मूल्यामध्ये फक्त अक्षरे, संख्या आणि @/./+/-/_ वर्ण असू " +"शकतात." + +msgid "Logged out" +msgstr "बाहेर पडलात" + +msgid "Password reset" +msgstr "गुप्तशब्द पुनरस्थापना" + +msgid "Password reset sent" +msgstr "गुप्तशब्द पुनरस्थापना पाठविले गेले आहे" + +msgid "Enter new password" +msgstr "नवीन गुप्तशब्द लिहा" + +msgid "Password reset unsuccessful" +msgstr "गुप्तशब्द पुनरस्थापना अयशस्वी" + +msgid "Password reset complete" +msgstr "गुप्तशब्द पुनरस्थापना पूर्ण" + +msgid "Password change" +msgstr "गुप्तशब्द बदलणे" + +msgid "Password change successful" +msgstr "गुप्तशब्द बदलणे यशस्वी झाले" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ff5fb70bcf110bf8738d19cbe5e1814bbccbd58a GIT binary patch literal 7654 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 PQXQPke_Q&p1gn1o6zt51 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 00000000000..b05dc590bf3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.po @@ -0,0 +1,313 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jafry Hisham, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-16 14:43+0000\n" +"Last-Translator: Jafry Hisham\n" +"Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "Info peribadi" + +msgid "Permissions" +msgstr "Kebenaran" + +msgid "Important dates" +msgstr "Tarikh-tarikh penting" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objek %(name)s dengan kunci utama %(key)r tidak wujud." + +msgid "Password changed successfully." +msgstr "Kata laluan berjaya ditukar." + +#, python-format +msgid "Change password: %s" +msgstr "Tukar kata laluan: %s" + +msgid "Authentication and Authorization" +msgstr "Pengesahan dan Kebenaran" + +msgid "password" +msgstr "kata laluan" + +msgid "last login" +msgstr "log masuk terakhir" + +msgid "No password set." +msgstr "Kata laluan tidak ditetapkan." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Format kata laluan tidak sah atau algoritma hash yang tidak dapat dipastikan." + +msgid "The two password fields didn’t match." +msgstr "Medan kedua-dua kata laluan tidak sepadan." + +msgid "Password" +msgstr "Kata laluan" + +msgid "Password confirmation" +msgstr "Pengesahan kata laluan" + +msgid "Enter the same password as before, for verification." +msgstr "" +"Masukkan kata laluan yang sama seperti sebelumnya, bagi tujuan pengesahan." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Kata laluan mentah tidak disimpan, maka tiada cara untuk melihat kata laluan " +"pengguna, tetapi anda boleh menukar kata laluan menggunakan borang ini." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Sila masukkan %(username)s dan kata laluan yang betul. Ambil perhatian " +"bahawa kedua-dua medan berkemungkinan kes-sensitif. " + +msgid "This account is inactive." +msgstr "Akaun ini tidak aktif." + +msgid "Email" +msgstr "Emel" + +msgid "New password" +msgstr "Kata laluan baru" + +msgid "New password confirmation" +msgstr "Pengesahan kata laluan baru" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Kata laluan lama anda tidak dimasukkan dengan betul. Sila masukkan sekali " +"lagi." + +msgid "Old password" +msgstr "Kata laluan lama" + +msgid "Password (again)" +msgstr "Kata laluan (sekali lagi)" + +msgid "algorithm" +msgstr "algortima" + +msgid "iterations" +msgstr "lelaran" + +msgid "salt" +msgstr "garam" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "kepelbagaian" + +msgid "version" +msgstr "versi" + +msgid "memory cost" +msgstr "kos memori" + +msgid "time cost" +msgstr "kos masa" + +msgid "parallelism" +msgstr "parallelisma" + +msgid "work factor" +msgstr "faktor kerja" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "saiz blok" + +msgid "name" +msgstr "nama" + +msgid "content type" +msgstr "jenis kandungan" + +msgid "codename" +msgstr "nama kod" + +msgid "permission" +msgstr "kebenaran" + +msgid "permissions" +msgstr "kebenaran" + +msgid "group" +msgstr "kumpulan" + +msgid "groups" +msgstr "kumpulan-kumpulan" + +msgid "superuser status" +msgstr "status pengguna hebat" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Menentukan bahawa pengguna ini mempunyai semua kebenaran tanpa memberikannya " +"secara eksplisit." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Pengguna ini adalah ahli kepada kumpulan-kumpulan ini. Pengguna akan " +"mewarisi semua kebenaran yang diberikan kepada kumpulan-kumpulan ini." + +msgid "user permissions" +msgstr "kebenaran penguna" + +msgid "Specific permissions for this user." +msgstr "Kebenaran-kebenaran spesifik bagi pengguna ini." + +msgid "username" +msgstr "nama pengguna" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Diperlukan. 150 karakter atau kurang. Huruf, digit dan @/./+/-/_ sahaja." + +msgid "A user with that username already exists." +msgstr "Pengguna dengan nama pengguna ini sudah wujud." + +msgid "first name" +msgstr "nama pertama" + +msgid "last name" +msgstr "nama akhir" + +msgid "email address" +msgstr "alamat emel" + +msgid "staff status" +msgstr "status staf" + +msgid "Designates whether the user can log into this admin site." +msgstr "Menentukan samada pengguna ini boleh log masuk ke laman pentadbiran." + +msgid "active" +msgstr "aktif" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Menentukan samada pengguna ini patut dilayan sebagai aktif. Padam pilihan " +"ini daripada menghapuskan terus akaun pengguna." + +msgid "date joined" +msgstr "tarikh serta" + +msgid "user" +msgstr "pengguna" + +msgid "users" +msgstr "pengguna-pengguna" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Kata laluan ini terlalu singkat. Ia harus mempunyai sekurang-kurangnya " +"%(min_length)d karakter." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"Kata laluan anda harus mempunyai sekurang-kurangnya %(min_length)d karakter." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Kata laluan ini hampir sama dengan %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Kata laluan anda tidak boleh hampir sama dengan maklumat peribadi anda yang " +"lain." + +msgid "This password is too common." +msgstr "Kata laluan anda terlalu singkat." + +msgid "Your password can’t be a commonly used password." +msgstr "" +"Kata laluan anda tidak boleh sama dengan kata laluan yang terlalu biasa " +"digunakan." + +msgid "This password is entirely numeric." +msgstr "Aksara kata laluan ini kesemuanya terdiri daripada nombor." + +msgid "Your password can’t be entirely numeric." +msgstr "" +"Kata laluan anda tidak boleh terdiri daripada aksara nombor secara " +"sepenuhnya." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Penetapan semula kata laluan di %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Masukkan nama pengguna yang sah. Nilai ini hanya boleh mengandungi huruf " +"bahasa Inggeris, nombor, dan karakter-karakter @/./+/-/_ ." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Masukkan nama pengguna yang sah. Nilai boleh mengandungi huruf, mombor, dan " +"karakter-karakter @/./+/-/_ ." + +msgid "Logged out" +msgstr "Telah di log keluar" + +msgid "Password reset" +msgstr "Penetapan semula kata laluan" + +msgid "Password reset sent" +msgstr "Penetapan semula kata laluan telah dihantar" + +msgid "Enter new password" +msgstr "Masukkan kata laluan yang baru" + +msgid "Password reset unsuccessful" +msgstr "Penetapan semula kata laluan tidak berjaya " + +msgid "Password reset complete" +msgstr "Penetapan semula kata laluan telah lengkap" + +msgid "Password change" +msgstr "Penukaran kata laluan" + +msgid "Password change successful" +msgstr "Penukaran kata laluan berjaya dilakukan" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a08a819519b1e95c21cc49da2a244b89d2a4e12f GIT binary patch literal 1026 zcmZvXOKTKC6opHTuNG0V5)4u+QA5x4OokXc#z$fTkpzb@x-VxcoetgALsgBF>`Ks$ z8#iX*69kuP(1l8j;(ria3iS(oY}|UPCJzWHIP=ZDeb22^Kl}Su2u=VEKpAutT8G^E z4ef{iK*yke&>`sH9zu?Q$3Ztg03HU6VU$6pYu{J{#J-{;!sxjS7BcU%sa4HiNsbCzagI&T+J zGofjVX|70}Db+1xi`2QyQ>D^Epvk2w1j}eD<_p5Iq>!mz$VnoLPP_N3h+sJCB_ zt2J5~ifhAzQ8kJ%7|!uKsoS~BTrIBF1|ytchAAC3BoiuQx{xuw&V)!6o#APVXY?Y{ zpuCd#vgBTL2_BJjSi-{wXL(G=J2K~r(=!WNx8riT+wGRL+nCPtrBbuV%e^;kBHOT+ z^X2l{V0L, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "ကိုယ်ရေးအချက်အလက်" + +msgid "Permissions" +msgstr "ခွင့်ပြုချက်များ" + +msgid "Important dates" +msgstr "အရေးကြီးနေ့စွဲများ" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "" + +msgid "last login" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "စကားဝှက်" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "အီးမေးလ်" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "ပံုသေနည်း" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "နာမည်" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "အုပ်စု" + +msgid "groups" +msgstr "အုပ်စုများ" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cb0030298ae0fd5d172b720db4f16c9179afdfbc GIT binary patch literal 7023 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, 2011 +# jensadne , 2014 +# Jon, 2015-2016 +# Jon, 2017,2020,2022 +# Jon, 2013 +# Sigurd Gartmann , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2023-04-25 08:09+0000\n" +"Last-Translator: Jon, 2017,2020,2022\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personlig informasjon" + +msgid "Permissions" +msgstr "Rettigheter" + +msgid "Important dates" +msgstr "Viktige datoer" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objekt med primærnøkkelen %(key)r finnes ikke." + +msgid "Password changed successfully." +msgstr "Passordet er endret." + +#, python-format +msgid "Change password: %s" +msgstr "Endre passord: %s" + +msgid "Authentication and Authorization" +msgstr "Autentisering og autorisasjon" + +msgid "password" +msgstr "passord" + +msgid "last login" +msgstr "siste innlogging" + +msgid "No password set." +msgstr "Passord ikke satt." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ugyldig passordformat eller ukjent hash-algoritme." + +msgid "The two password fields didn’t match." +msgstr "De to passordfeltene er ikke like." + +msgid "Password" +msgstr "Passord" + +msgid "Password confirmation" +msgstr "Passordbekreftelse" + +msgid "Enter the same password as before, for verification." +msgstr "Skriv inn det samme passordet som tidligere, for verifisering." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Selve passordet lagres ikke, så det finnes ingen måte å se denne brukerens " +"passord på. Du kan endre passordet med dette skjemaet." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Vennligst oppgi korrekt %(username)s og passord. Merk at det kan være " +"forskjell på små og store bokstaver." + +msgid "This account is inactive." +msgstr "Denne kontoen er inaktiv." + +msgid "Email" +msgstr "E-post" + +msgid "New password" +msgstr "Nytt passord" + +msgid "New password confirmation" +msgstr "Bekreft nytt passord" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ditt gamle passord er galt. Vennligst prøv igjen." + +msgid "Old password" +msgstr "Gammelt passord" + +msgid "Password (again)" +msgstr "Passord (gjenta)" + +msgid "algorithm" +msgstr "algoritme" + +msgid "iterations" +msgstr "iterasjoner" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variasjon" + +msgid "version" +msgstr "versjon" + +msgid "memory cost" +msgstr "minnekostnad" + +msgid "time cost" +msgstr "tidskostnad" + +msgid "parallelism" +msgstr "parallellitet" + +msgid "work factor" +msgstr "arbeidsfaktor" + +msgid "checksum" +msgstr "sjekksum" + +msgid "block size" +msgstr "blokkstørrelse" + +msgid "name" +msgstr "navn" + +msgid "content type" +msgstr "innholdstype" + +msgid "codename" +msgstr "kodenavn" + +msgid "permission" +msgstr "rettighet" + +msgid "permissions" +msgstr "rettigheter" + +msgid "group" +msgstr "gruppe" + +msgid "groups" +msgstr "grupper" + +msgid "superuser status" +msgstr "superbruker" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Angir at denne brukeren har alle rettigheter uten å eksplisitt sette dem." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Gruppene denne brukeren er tilknyttet. En bruker vil ha alle rettigheter " +"tilhørende gruppene han/hun er medlem av." + +msgid "user permissions" +msgstr "Brukerrettigheter" + +msgid "Specific permissions for this user." +msgstr "Spesifikke tilganger for denne brukeren." + +msgid "username" +msgstr "brukernavn" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Påkrevet. 150 tegn eller færre. Kun bokstaver, tall og @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Det eksisterer allerede en bruker med dette brukernavnet." + +msgid "first name" +msgstr "fornavn" + +msgid "last name" +msgstr "etternavn" + +msgid "email address" +msgstr "e-postadresse" + +msgid "staff status" +msgstr "administrasjonsstatus" + +msgid "Designates whether the user can log into this admin site." +msgstr "Angir at brukeren kan logge inn på denne administrasjonssiden." + +msgid "active" +msgstr "aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Angir at denne brukeren er aktiv. Avmerk denne i stedet for å slette kontoen." + +msgid "date joined" +msgstr "registrert" + +msgid "user" +msgstr "bruker" + +msgid "users" +msgstr "brukere" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "Passordet er for kort. Det må bestå av minst %(min_length)d tegn." +msgstr[1] "Passordet er for kort. Det må bestå av minst %(min_length)d tegn." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Passordet ditt må bestå av minst %(min_length)d tegn." +msgstr[1] "Passordet ditt må bestå av minst %(min_length)d tegn." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Passordet er for likt %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Passordet ditt kan ikke være for likt dine andre personopplysninger." + +msgid "This password is too common." +msgstr "Dette passordet er for vanlig." + +msgid "Your password can’t be a commonly used password." +msgstr "Passordet ditt kan ikke være et ofte brukt passord." + +msgid "This password is entirely numeric." +msgstr "Dette passordet inneholder bare tall." + +msgid "Your password can’t be entirely numeric." +msgstr "Passordet ditt kan ikke inneholde bare tall." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Passord-nullstilling på %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Oppgi et gyldig brukernavn. Denne verdien kan kun inneholde bokstaver, tall " +"og @/./+/-/_" + +msgid "Logged out" +msgstr "Logget ut" + +msgid "Password reset" +msgstr "Tilbakestilling av passord" + +msgid "Password reset sent" +msgstr "Passord-nullstilling sendt" + +msgid "Enter new password" +msgstr "Skriv inn nytt passord" + +msgid "Password reset unsuccessful" +msgstr "Tilbakestilling av passord feilet" + +msgid "Password reset complete" +msgstr "Tilbakestilling av passord fullført" + +msgid "Password change" +msgstr "Passordbytte" + +msgid "Password change successful" +msgstr "Passordbytte gjennomført" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6d0eb4ab7d35dec1e10ddd4445334ada10cbae1c GIT binary patch literal 7722 zcmd6rU5s318OL7{6jxEcL`8uYwCyhJ%ybJYFzpsfTaqTU6j%rtV?8_b&dh`9nw$N^f<-?eg7$q?zT##r?NOUw_c)<+`H%2e~J@0$Yd~9b+ zA!0n)Gyn5`J)i&QIWzm`b5Gx+xNhM768HFNO5FvnIh_x#r_WGo415OE;OpRd;M*X7 zN_|YJssOkR48U{2H^8gFzk;6uFZj4pli+f21pGSqDXUIsa;UIh`YexKr-p!oR~$e;QLA7anD zAR^RhEJ_^D0!7YwpoIQHP}VO=@p4e)Pp0eFfud(ay1p3{`FE!4WspDR^C5BF4$Aq5 zL6N^Zo!<+JoCBcPu>cZM^|?cmXL{*3dLTFE#MZUVP~Uj%;vUIG3NoB`hfSK!w)!oSP-z6+G9f&T(;0n49r z_PhvgVEi^X1x|dPTyZW0f6DklNb_&-e8`Cj>Kv4bzGZw63bhWz1$7I!3@n3V;EzBJ z{t}e@`~f7y>Mx-9`!*=&PlJS)g6D$#sjK)9zT5)JxjRAGKLd)M9VtEn%K4|jaqtKz ze!T_Cx!grg?$zKL#&>}dpS|h)Z$LT!_Y~g+#s1SNKHRstCxq4}ng0s+4czOvC%Cg~ z1rMv!!R4UXD*i~0poWc=?))WnCs$~ zjz0=ca$nCa{ua6Al2}SUmUCatEtkYWt~0r%N5~~T<|_N-KBU(W3I$#4bxn%G-RzRO zxRQGnH*~S}w-%K63->j*8 zkCQmB)-{uw2@=2LC4LxaFDPr73M2npc1EqQc|q0aSuc*~!l+!-%VM>$;rVs7F-Xwi z>Fr+KFLyQM^>odTWwL2>!<*NoFi1Q<&|y%Y*BgUs-H&U!ZW0d1<2q>jCh{w3=<;e) zV>XNuFGzIROH8ab1uin((;R7#3l27edxCH-&^0fv`9YPeREc;}Yvk2UVYOrD`BQoMMq<7TO3;<(bR zFJ3D5t<~rAearoJWtw$lFsrx84xxiyHX8eh*(SUki`7;WHT*cnBl{eOfmhdlPzlx6 zy76M8p{eCtDU2dhN;obgcc(3Jvq0zdmM}4n_%k6TQ1MN@99uTd7+peGE;a$m{p}{N zZuNSZkF^&W9fXOF6VhBB*Kvp-!z82*LOlnglTgP-@x$ z>zlFyD*IJG!R&$Zky^{E+h$Ek_^D@mp|!m2TAo+a{g&ZR65^cS@atYAev0ACM&bEP z7-yN1L+tcQrLYOvdGrHn)yC4UbUkHBdP`)edL#crwXt$9UjJorw4%GhW~9Tu@`4Z6M+j0T3@J4Uz8)a0 zpJ-cjsf4cg@7Euz{{x=Je3vEF?KY}ZGo^dtWz-cT>CJ$gM`&dTw)E^~<>%n$ha6<+WF=uS$^f6vJB11=XfkHMwcyHHvzRnPs0IttH89u~3+so69F6)UTKwa-iU>&7hv1 zE(E49HnMrs=8ZkSCh{vs*1I(4rb%;ACuT=dn62|xSZ%9^c0G0b^o_Y|diz9I#YDM{ zaJ)?aD(Y)y{G@ATQ3qyZYrPqH_1um0v6zWjJB+7Rt=8^wYBbQ7PU(rU)g!9YYIWL= zc3MX}?MHN{b;u4D+_=+vtkc@lX)V~vR;P8G9S4C<>j+QJcUnKO>oR>TmBM}z$L3e9 zxYjE?by_cU+7H{q?OnhVBBuSQ?zCH~Pv;RU`q@rS zYhD)pshQ7k#79P${0kIvc4_e`p`GZ9si5Q8Ktb9O?D1z}W zL2wchJ&>sqGP5ie*iZIh!~M##V{syftAE)h+HoDZhmgoX>JNfJCs^>5jgMvo)}VbT<YiNtY(hbN7-gD-ZWA5}>`a^|YvsVMZ3y?^mFA;2~4n|rjSrUbQ zwi_zTPkFQzu$cbGGNQUp;+CmUAu$1f3YPJ$XOY8}2Q7Jom8=sxTd)H^Lhyp6;lVz^ zI4i)u9HdpFV)(fyMVEMlc_b-~MfURSuC?X;*406iPd8#D&hxk5aasC&|6%x@z9ZS$ zdwH?TwG0-~ogS9FvohRJX3?JoEwxzMTwl){_|aoueUey6h-Vx=B0qnacwR;#!DewF zP|9`*^75kHKsMm1wd%P}>*rR#v^3@pblT8&KjPR;@gJ9Jqg}aV_r3F=k8qv%wq@6f z-hUxhFzp&-`sR}&J+*Hv-2_lxI7bZRdkJF5_#SI!ugzf807q?kE&kQTX*h?i(kK_@ zX6fo6lFnZHjVCpIuQf^dz z5*7{~VJsQ!w4SkfqYb+$Nh0)v;Y_8^m?F)r(_-on2M1oAEK&!(&f@w6OnH@^eLp_f z_p}uX5iD0)$JszG7>H^y%Dy;W85m^oknfIUAJgP*$acmlRcs$;>X?0By0)3>ckg@G z*pF$;KxvEU, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-12-15 05:39+0000\n" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "व्यक्तिगत विवरण" + +msgid "Permissions" +msgstr "अनुमतिहरु" + +msgid "Important dates" +msgstr "महत्वपूर्ण मितिहरु" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "पासवर्ड सफलतापूर्वक फेरिएको छ ।" + +#, python-format +msgid "Change password: %s" +msgstr "पासवर्ड फेर्नुहोस : %s" + +msgid "Authentication and Authorization" +msgstr "प्रमाणीकरण तथा अनुमति" + +msgid "password" +msgstr "पासवर्ड" + +msgid "last login" +msgstr "पूर्व लगिन" + +msgid "No password set." +msgstr "पासवर्ड राखिएको छैन ।" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "अमान्य पासवर्ड स्वरूप वा अज्ञात ह्यासिङ अलगोरिदम ।" + +msgid "The two password fields didn’t match." +msgstr "" + +msgid "Password" +msgstr "पासवर्ड" + +msgid "Password confirmation" +msgstr "पासवर्ड पुष्टि" + +msgid "Enter the same password as before, for verification." +msgstr "प्रमाणित गर्न पुन: उही पासवर्ड राख्नु होस ।" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"पासवर्ड जस्ताको त्यस्तै राखेको हुँदैन, त्यसैले हेर्न मिल्दैन । पासवर्ड परिवर्तन गर्न यो फारम भर्नु होस ।" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "कृपया सही %(username)s र पासवर्ड राख्नु होस । " + +msgid "This account is inactive." +msgstr "यो खाता सक्रिय छैन । " + +msgid "Email" +msgstr "ई-मेल" + +msgid "New password" +msgstr "नयाँ पासवर्ड" + +msgid "New password confirmation" +msgstr "नयाँ पासवर्ड पुष्टि" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "तपाईको पुरानो पासवर्ड गलत भयो । कृपया पुन: हाल्नुहोस । " + +msgid "Old password" +msgstr "पुरानो पासवर्ड" + +msgid "Password (again)" +msgstr "पासवर्ड (पुन:)" + +msgid "algorithm" +msgstr "अल्गोरिदम" + +msgid "iterations" +msgstr "पुनरावृत्ति" + +msgid "salt" +msgstr "साल्ट" + +msgid "hash" +msgstr "ह्यास" + +msgid "variety" +msgstr "विविध" + +msgid "version" +msgstr "भर्जन" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "समय" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "वर्क फ्याक्टर" + +msgid "checksum" +msgstr "चेकसम" + +msgid "name" +msgstr "नाम" + +msgid "content type" +msgstr "कन्टेन्ट टाइप" + +msgid "codename" +msgstr "कोडनेम" + +msgid "permission" +msgstr "अनुमति" + +msgid "permissions" +msgstr "अनुमति" + +msgid "group" +msgstr "समुह" + +msgid "groups" +msgstr "समुहहरु" + +msgid "superuser status" +msgstr "प्रधान प्रयोगकर्ता प्रतिष्ठा " + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "प्रयोग कर्ताका अनुमति " + +msgid "Specific permissions for this user." +msgstr "यो प्रयोगकर्ताको लागि तोकिएको अनुमति ।" + +msgid "username" +msgstr "प्रयोगकर्ता नाम" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "आवश्यक । बढिमा १५० वटा (अक्षर, अंक तथा '@/./+/-/_ ' मात्र)" + +msgid "A user with that username already exists." +msgstr "त्यो प्रयोगकर्ता नाम भएका व्यक्ति पहिले नै छन् ।" + +msgid "first name" +msgstr "नाम" + +msgid "last name" +msgstr "थर" + +msgid "email address" +msgstr "ई-मेल ठेगाना" + +msgid "staff status" +msgstr "स्टाफ प्रतिष्ठा " + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "सक्रिय " + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "दर्ता भएको मिति" + +msgid "user" +msgstr "प्रयोगकर्ता" + +msgid "users" +msgstr "प्रयोगकर्ता" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "पासवर्ड छोटो भयो । कम्तीमा %(min_length)d लम्बाई हुनु पर्दछ ।" +msgstr[1] "पासवर्ड छोटो भयो । कम्तीमा %(min_length)d लम्बाई हुनु पर्दछ ।" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "पासवर्डमा कम्तीमा पनि %(min_length)d अक्षर हुनु पर्छ । " +msgstr[1] "पासवर्डमा कम्तीमा पनि %(min_length)d अक्षरहरू हुनु पर्छ । " + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "%(verbose_name)s संग मिल्दो पासवर्ड भयो ।" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "यो पासवर्ड साधारण भयो ।" + +msgid "Your password can’t be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "यो पासवर्डमा अंक मात्र छ ।" + +msgid "Your password can’t be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s को पासवर्ड पून: राख्नु " + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"उपयुक्त प्रयोगकर्ता नाम राख्नु होस । अङ्ग्रेजी अक्षर, अङ्क र @/./+/-/_ मात्र मान्य छन् ।" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "उपयुक्त प्रयोगकर्ता नाम राख्नु होस । अक्षर, अङ्क र @/./+/-/_ मात्र मान्य छन् ।" + +msgid "Logged out" +msgstr "लग आउट " + +msgid "Password reset" +msgstr "पासवर्ड पून: दर्ता" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "नयाँ पासवर्ड राख्नु होस ।" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "पासवर्ड फेर्नु" + +msgid "Password change successful" +msgstr "पासवर्ड फेर्न सफल" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..03cc863b42bf8e7312222edb0caf591fcd7cc909 GIT binary patch literal 8654 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, 2013 +# Erik Romijn , 2013 +# Erik Romijn , 2013 +# Evelijn Saaltink , 2016 +# Harro van der Klauw , 2012 +# Ilja Maas , 2015 +# jaap3 , 2016 +# Jannis Leidel , 2011 +# 6a27f10aef159701c7a5ff07f0fb0a78_05545ed , 2011-2012 +# 8de006b1b0894aab6aef71979dcd8bd6_5c6b207 , 2015 +# Tino de Bruijn , 2011 +# Tonnes , 2019,2022-2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-08-07 08:09+0000\n" +"Last-Translator: Tonnes , 2019,2022-2024\n" +"Language-Team: Dutch (http://app.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Persoonlijke gegevens" + +msgid "Permissions" +msgstr "Rechten" + +msgid "Important dates" +msgstr "Belangrijke datums" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-object met primaire sleutel %(key)r bestaat niet." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Conflicterende formuliergegevens ingediend. Probeer het opnieuw." + +msgid "Password changed successfully." +msgstr "Het wachtwoord is gewijzigd." + +msgid "Password-based authentication was disabled." +msgstr "Op wachtwoord gebaseerde authenticatie is uitgeschakeld." + +#, python-format +msgid "Change password: %s" +msgstr "Wachtwoord wijzigen: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Wachtwoord instellen: %s" + +msgid "Authentication and Authorization" +msgstr "Authenticatie en autorisatie" + +msgid "password" +msgstr "wachtwoord" + +msgid "last login" +msgstr "laatste aanmelding" + +msgid "No password set." +msgstr "Er is geen wachtwoord ingesteld." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ongeldige wachtwoordindeling of onbekend hash-algoritme." + +msgid "Reset password" +msgstr "Wachtwoord opnieuw instellen" + +msgid "Set password" +msgstr "Wachtwoord instellen" + +msgid "The two password fields didn’t match." +msgstr "De twee wachtwoordvelden komen niet overeen." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Of de gebruiker zich kan authenticeren via een wachtwoord of niet. Wanneer " +"uitgeschakeld, kan deze zich mogelijk alsnog authenticeren via andere " +"backends, zoals Eenmalige aanmelding (SSO) of LDAP." + +msgid "Password" +msgstr "Wachtwoord" + +msgid "Password confirmation" +msgstr "Bevestiging wachtwoord" + +msgid "Enter the same password as before, for verification." +msgstr "Voer ter verificatie nogmaals het wachtwoord in." + +msgid "Password-based authentication" +msgstr "Op wachtwoord gebaseerde authenticatie" + +msgid "Enabled" +msgstr "Ingeschakeld" + +msgid "Disabled" +msgstr "Uitgeschakeld" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Wachtwoorden in tekstvorm worden niet bewaard, dus er is geen manier om het " +"wachtwoord van de gebruiker te zien." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Schakel op wachtwoord gebaseerde authenticatie in voor deze gebruiker door " +"een wachtwoord in te stellen." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Voer een juiste %(username)s en wachtwoord in. Let op dat beide velden " +"hoofdlettergevoelig zijn." + +msgid "This account is inactive." +msgstr "Deze account is inactief." + +msgid "Email" +msgstr "E-mailadres" + +msgid "New password" +msgstr "Nieuw wachtwoord" + +msgid "New password confirmation" +msgstr "Nieuw wachtwoord bevestigen" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Uw oude wachtwoord is niet juist ingevoerd. Voer het opnieuw in." + +msgid "Old password" +msgstr "Oud wachtwoord" + +msgid "algorithm" +msgstr "algoritme" + +msgid "iterations" +msgstr "iteraties" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variatie" + +msgid "version" +msgstr "versie" + +msgid "memory cost" +msgstr "geheugenkosten" + +msgid "time cost" +msgstr "tijdskosten" + +msgid "parallelism" +msgstr "evenwijdigheid" + +msgid "work factor" +msgstr "arbeidsfactor" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "blokgrootte" + +msgid "name" +msgstr "naam" + +msgid "content type" +msgstr "inhoudstype" + +msgid "codename" +msgstr "codenaam" + +msgid "permission" +msgstr "recht" + +msgid "permissions" +msgstr "rechten" + +msgid "group" +msgstr "groep" + +msgid "groups" +msgstr "groepen" + +msgid "superuser status" +msgstr "supergebruikerstatus" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Bepaalt dat deze gebruiker alle rechten heeft, zonder deze expliciet toe te " +"wijzen." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"De groep waartoe deze gebruiker behoort. Gebruikers krijgen alle rechten " +"behorende bij hun groepen." + +msgid "user permissions" +msgstr "gebruikersrechten" + +msgid "Specific permissions for this user." +msgstr "Specifieke rechten voor deze gebruiker." + +msgid "username" +msgstr "gebruikersnaam" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Vereist. 150 tekens of minder. Alleen letters, cijfers en de tekens @/,/+/-/" +"_ zijn toegestaan." + +msgid "A user with that username already exists." +msgstr "Er bestaat al een gebruiker met deze gebruikersnaam." + +msgid "first name" +msgstr "voornaam" + +msgid "last name" +msgstr "achternaam" + +msgid "email address" +msgstr "e-mailadres" + +msgid "staff status" +msgstr "stafstatus" + +msgid "Designates whether the user can log into this admin site." +msgstr "Bepaalt of de gebruiker zich op deze beheerwebsite kan aanmelden." + +msgid "active" +msgstr "actief" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Bepaalt of deze gebruiker als actief dient te worden behandeld. U kunt dit " +"uitvinken in plaats van een gebruiker te verwijderen." + +msgid "date joined" +msgstr "datum toegetreden" + +msgid "user" +msgstr "gebruiker" + +msgid "users" +msgstr "gebruikers" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Dit wachtwoord is te kort. De minimale lengte is %(min_length)d teken." +msgstr[1] "" +"Dit wachtwoord is te kort. De minimale lengte is %(min_length)d tekens." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Uw wachtwoord moet minstens %(min_length)d teken lang zijn." +msgstr[1] "Uw wachtwoord moet minstens %(min_length)d tekens lang zijn." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Het wachtwoord lijkt te veel op de %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Uw wachtwoord mag niet te veel op uw andere persoonlijke gegevens lijken." + +msgid "This password is too common." +msgstr "Dit wachtwoord is te algemeen." + +msgid "Your password can’t be a commonly used password." +msgstr "Uw wachtwoord mag geen veelgebruikt wachtwoord zijn." + +msgid "This password is entirely numeric." +msgstr "Dit wachtwoord bevat alleen cijfers." + +msgid "Your password can’t be entirely numeric." +msgstr "Uw wachtwoord mag niet volledig uit cijfers bestaan." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Wachtwoordherinitialisatie voor %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Voer een geldige gebruikersnaam in. Deze waarde mag alleen de kleine letters " +"a-z en hoofdletters A-Z zonder accenten, cijfers en de tekens @/./+/-/_ " +"bevatten." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Voer een geldige gebruikersnaam in. Deze waarde mag alleen letters, cijfers " +"en de tekens @/./+/-/_ bevatten." + +msgid "Logged out" +msgstr "Afgemeld" + +msgid "Password reset" +msgstr "Wachtwoordherinitialisatie" + +msgid "Password reset sent" +msgstr "Wachtwoordherinitialisatie verstuurd" + +msgid "Enter new password" +msgstr "Voer nieuw wachtwoord in" + +msgid "Password reset unsuccessful" +msgstr "Wachtwoordherinitialisatie mislukt" + +msgid "Password reset complete" +msgstr "Wachtwoordherinitialisatie voltooid" + +msgid "Password change" +msgstr "Wachtwoordwijziging" + +msgid "Password change successful" +msgstr "Wachtwoordwijziging is geslaagd" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..33f7a5041dbc8bd6b0340fe10c47c8c09719f026 GIT binary patch literal 7147 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3216de3a9f0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,301 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Sivert Olstad, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-11-12 08:38+0000\n" +"Last-Translator: Sivert Olstad\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personleg informasjon" + +msgid "Permissions" +msgstr "Løyve" + +msgid "Important dates" +msgstr "Viktige datoar" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objekt med primærnøkkelen %(key)r eksisterer ikkje." + +msgid "Password changed successfully." +msgstr "Passordet er endra." + +#, python-format +msgid "Change password: %s" +msgstr "Endre passord: %s" + +msgid "Authentication and Authorization" +msgstr "Stadfesting og Autorisasjon" + +msgid "password" +msgstr "passord" + +msgid "last login" +msgstr "siste innlogging" + +msgid "No password set." +msgstr "Passord ikkje sett." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ugyldig passordformat eller ukjend hash-algoritme." + +msgid "The two password fields didn’t match." +msgstr "Dei to passordfelta er ikkje like." + +msgid "Password" +msgstr "Passord" + +msgid "Password confirmation" +msgstr "Stadfesting av passord" + +msgid "Enter the same password as before, for verification." +msgstr "Skriv inn det samme passordet som før, for verifisering." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Sjølve passordet vert ikkje lagra, så det finnast ingen måte å sjå denne " +"brukaren sitt passord, men du kan endra passordet med dette " +"skjemaet." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Oppgje korrekt %(username)s og passord. Merk at det er skilnad på små og " +"store bokstavar." + +msgid "This account is inactive." +msgstr "Denne kontoen er inaktiv." + +msgid "Email" +msgstr "E-post" + +msgid "New password" +msgstr "Nytt passord" + +msgid "New password confirmation" +msgstr "Stadfest nytt passord" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Det gamle passordet er feil. Prøv omatt." + +msgid "Old password" +msgstr "Gammalt passord" + +msgid "Password (again)" +msgstr "Passord (gjenta)" + +msgid "algorithm" +msgstr "algoritme" + +msgid "iterations" +msgstr "iterasjonar" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variasjon" + +msgid "version" +msgstr "versjon" + +msgid "memory cost" +msgstr "minnekostnad" + +msgid "time cost" +msgstr "tidskostnad" + +msgid "parallelism" +msgstr "parallellitet" + +msgid "work factor" +msgstr "arbeidsfaktor" + +msgid "checksum" +msgstr "kontrollsum" + +msgid "block size" +msgstr "blokkstorleik" + +msgid "name" +msgstr "namn" + +msgid "content type" +msgstr "innhaldstype" + +msgid "codename" +msgstr "kodenamn" + +msgid "permission" +msgstr "løyve" + +msgid "permissions" +msgstr "løyve" + +msgid "group" +msgstr "gruppe" + +msgid "groups" +msgstr "grupper" + +msgid "superuser status" +msgstr "superbrukar" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Angir at denne brukaren har alle løyve utan å eksplisitt sette dei." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Gruppene brukaren tilhøyrer. Brukarar får løyva til gruppene dei er med i." + +msgid "user permissions" +msgstr "Brukerløyve" + +msgid "Specific permissions for this user." +msgstr "Løyva til denne brukaren." + +msgid "username" +msgstr "brukarnamn" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Nødvendig. 150 teikn eller færre. Berre bokstavar, tall @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Det eksisterar allereie ein brukar med dette brukernamnet." + +msgid "first name" +msgstr "fornamn" + +msgid "last name" +msgstr "etternamn" + +msgid "email address" +msgstr "e-postadresse" + +msgid "staff status" +msgstr "administrasjonsstatus" + +msgid "Designates whether the user can log into this admin site." +msgstr "Angir at brukaren kan logge inn på denne administrasjonssida." + +msgid "active" +msgstr "aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Angir at denne brukaren er aktiv. Avmerk denne i staden for å slette kontoen." + +msgid "date joined" +msgstr "registrert" + +msgid "user" +msgstr "brukar" + +msgid "users" +msgstr "brukarar" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Dette passordet er for stutt. Det må innehalde minst %(min_length)d teikn." +msgstr[1] "" +"Dette passordet er for stutt. Det må innehalde minst %(min_length)d teikn." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Passordet ditt må innehalde minst %(min_length)d teikn." +msgstr[1] "Passordet ditt må innehalde minst %(min_length)d teikn." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Passordet er for likt %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Passordet ditt kan ikkje vere for likt dine andre personopplysingar." + +msgid "This password is too common." +msgstr "Dette passordet er for vanleg." + +msgid "Your password can’t be a commonly used password." +msgstr "Passordet ditt kan ikkje vere eit ofte brukt passord." + +msgid "This password is entirely numeric." +msgstr "Dette passordet innehalder berre tal." + +msgid "Your password can’t be entirely numeric." +msgstr "Passordet ditt kan ikkje innehalde berre tal." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Passordnullstilling på %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Oppgje eit gyldig brukarnamn. Denne verdien kan berre innehalde bokstavar, " +"tal, og @/./+/-/_ teikn." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Oppgje eit gyldig brukarnamn. Denne verdien kan berre innehalde bokstavar, " +"tal, og @/./+/-/_ teikn." + +msgid "Logged out" +msgstr "Logga ut" + +msgid "Password reset" +msgstr "Nullstill passord" + +msgid "Password reset sent" +msgstr "Passordnullstilling utsendt" + +msgid "Enter new password" +msgstr "Oppgje nytt passord" + +msgid "Password reset unsuccessful" +msgstr "Passordet vart ikkje nullstilt" + +msgid "Password reset complete" +msgstr "Passord nullstilt" + +msgid "Password change" +msgstr "Endre passord" + +msgid "Password change successful" +msgstr "Passord endra" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..062d3a9c928d349daf641a0d23b482d1195839bb GIT binary patch literal 4434 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po new file mode 100644 index 00000000000..e762d727742 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,288 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Персоналон инфо" + +msgid "Permissions" +msgstr "Бартӕ" + +msgid "Important dates" +msgstr "Ахсджиаг бонтӕ" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "Пароль ивд ӕрцыд." + +#, python-format +msgid "Change password: %s" +msgstr "Фӕив пароль: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "пароль" + +msgid "last login" +msgstr "фӕстаг бахызт" + +msgid "No password set." +msgstr "Ницы пароль уыд ӕвӕрд." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Паролы формат раст нӕу, кӕнӕ хӕшты алгоритм бӕрӕг нӕу." + +msgid "The two password fields didn't match." +msgstr "Дыууӕ паролы ӕмхуызӕн не сты." + +msgid "Password" +msgstr "Пароль" + +msgid "Password confirmation" +msgstr "Паролы бӕлвырдгӕнӕн" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Дӕ хорзӕхӕй, раст %(username)s ӕмӕ пароль бафысс. Дӕ сӕры дар уый, ӕмӕ дыууӕ " +"дӕр гӕнӕн ис стыр ӕмӕ гыццыл дамгъӕтӕ ӕвзарой." + +msgid "This account is inactive." +msgstr "Ацы аккаунт ницы архайы." + +msgid "Email" +msgstr "Электрон пост" + +msgid "New password" +msgstr "Ног пароль" + +msgid "New password confirmation" +msgstr "Нӕуӕг паролы бӕлвырдгӕнӕн" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Дӕ зӕронд пароль раст амынд нӕу. Дӕ хорзӕхӕй, нӕуӕгӕй йӕ бафысс." + +msgid "Old password" +msgstr "Зӕронд пароль" + +msgid "Password (again)" +msgstr "Пароль (ногӕй)" + +msgid "algorithm" +msgstr "алгоритм" + +msgid "iterations" +msgstr "итерацитӕ" + +msgid "salt" +msgstr "цӕхх" + +msgid "hash" +msgstr "хӕш" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "куысты фактор" + +msgid "checksum" +msgstr "бӕлвырдсуммӕ" + +msgid "name" +msgstr "ном" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "кодном" + +msgid "permission" +msgstr "бар" + +msgid "permissions" +msgstr "бартӕ" + +msgid "group" +msgstr "къорд" + +msgid "groups" +msgstr "къордтӕ" + +msgid "superuser status" +msgstr "хистӕр архайӕджы статус" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Ацы архайӕгӕн алы бар дӕр дӕтты, цӕмӕй сӕ хицӕнӕй дӕттын ма хъӕуа." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "архайӕджы бартӕ" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "фӕсномыг" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Ахӕм фӕсномыгимӕ архайӕг нырид ис." + +msgid "first name" +msgstr "ном" + +msgid "last name" +msgstr "мыггаг" + +msgid "email address" +msgstr "электрон посты адрис" + +msgid "staff status" +msgstr "куысты уавӕр" + +msgid "Designates whether the user can log into this admin site." +msgstr "Бӕрӕг кӕны архайӕгӕн йӕ бон у ацы армдарӕн сайтмӕ хизын, ӕви нӕ." + +msgid "active" +msgstr "активон" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Бӕрӕг кӕны ацы архайӕгы хъӕуы нымайын активоныл, ӕви нӕ. Йӕ нысан ын сис " +"хафыны бӕсты." + +msgid "date joined" +msgstr "баиуы бон" + +msgid "user" +msgstr "архайӕг" + +msgid "users" +msgstr "архайджытӕ" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s-ы нӕуӕг пароль ӕвӕрӕн" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Рахизын" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9a043b610a1a7201528946be83f4cd948c63faad GIT binary patch literal 3666 zcmai!U5p#W9l!^gLTf%sDIeu~piOhvVBej4(BO~?NP`GX;2I93DpIAzJGS?3y=(2R z&xus2fJ71qRJ)=EsZmcj2APKY%yFOYkcAZ+H#-Kimwj#;EA4!iV7= zcm@0&{5D*MqIacW3PsO*Q1pBN#lMdsKlL~MIA@FXUB&!yDChS>R4EtA`33kkxn6<+^PAc919%9EzEe=@@n^UM z{|Yty1B{NrN&DSU?cCY*W*?uXJ4 zZ$YVV6=%K=AAvI852X(l;WYd$6hBuBegb9RKMVdB;*u&+1le~3ya~=gS$_lGSKIM?wY%L3qr?dk?K+8x)$U-)@jZ9ARX4(@ zjp{Jc-C!{Ydx35_amx#u7-@zPw%Zl8Cu}y2tHW-ho-n=P;dK*T4}*p$%Dga8PlUr= zIyOl~J?W2(s=30^;XqF~O~(r+M+8;T(e?d$rD2_aO#P-WGd=cVK>s@ z8rOBtiM0t56Oj)usE1Kx>ItstIo~+3$z|G0v<;}Da!qQOOjU20`eNK|t9s}fsiu<3 z=!MV=jH`@PO*^g|5ws$oaiZ;}W)yZi%KpbnN~C-TnIAU2ARpRo_HWP!sxwT?nqjPB z$4^w8IE{wpKk2g4WvlJBVnN2rE{t@^rzr(~mnrKsomq&o#b&5O0`1 zVj!(;P*K~Ts71{Ch{G;V< zqkUqlVWRRbn#|=s*7UY#y=3Tcjr&!a^ShDbmmlR0$2A>v>@?m{-LCWDj)_3uy+hAT zZZD}UeJM-N>n#0a)_);O-^$YWvvietnx!9R=?lZr*)e-gW$A@1y_ltEhnp{C{pZ+u zChNZ<+C=9&%vnB?ojjqklr!i(pQY!plcmQHzRMob(LZWGQCWJ#Dmcs<2VTz)ujKsZM4X?qeQc!SCnb`f6@)r(nrd@w(b#Cn+iiP3AhFIG8+3GXB- z23u?pdAx71h94wQR4-e=9pKYNKmkCr8<-tpB{t64h8iF-OpUl+;+^mr{6M zBJ97HdqU}?3}k4Ka#2Po_(RMej!}XBFYM) z{?|7YO-+eVNUDwvO7yi=!{q1!aE0;&NDJnYBD*xlbNI;`e#%`>H2kV%+SpEcAHBKPGmrV(hHtYSoZ z^UsDTl^f0hlE%fwW%=~HX7fTvv3edMh1>Y)8JV&f#+qD+Q*7QiFYY=L+~NCzTCrZ- zYMZ8Xqj02sG}_oboEg)ZW0pu0S;5{4N0_YG`DuK}TL6iCD=8c)!wOm2_*i=3, 2013 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "ਨਿੱਜੀ ਜਾਣਕਾਰੀ" + +msgid "Permissions" +msgstr "ਅਧਿਕਾਰ" + +msgid "Important dates" +msgstr "ਖਾਸ ਮਿਤੀਆਂ" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "ਪਾਸਵਰਡ ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ ਹੈ।" + +#, python-format +msgid "Change password: %s" +msgstr "ਪਾਸਵਰਡ ਬਦਲੋ: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "ਪਾਸਵਰਡ" + +msgid "last login" +msgstr "ਆਖਰੀ ਲਾਗਇਨ" + +msgid "No password set." +msgstr "ਕੋਈ ਪਾਸਵਰਡ ਸੈੱਟ ਨਹੀਂ।" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "ਗਲਤ ਪਾਸਵਰਡ ਫਾਰਮੈਟ ਜਾਂ ਅਣਜਾਣ ਹੈਸ਼ ਐਲੋਗਰਿਥਮ ਹੈ।" + +msgid "The two password fields didn't match." +msgstr "ਦੋਵੇਂ ਪਾਸਵਰਡ ਖੇਤਰ ਮਿਲਦੇ ਨਹੀਂ ਹਨ।" + +msgid "Password" +msgstr "ਪਾਸਵਰਡ" + +msgid "Password confirmation" +msgstr "ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "ਇਹ ਅਕਾਊਂਟ ਗ਼ੈਰ-ਸਰਗਰਮ ਹੈ।" + +msgid "Email" +msgstr "ਈਮੇਲ" + +msgid "New password" +msgstr "ਨਵਾਂ ਪਾਸਵਰਡ" + +msgid "New password confirmation" +msgstr "ਨਵਾਂ ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "ਤੁਹਾਡਾ ਪੁਰਾਣਾ ਪਾਸਵਰਡ ਗਲਤ ਦਿੱਤਾ ਗਿਆ ਸੀ। ਇਸ ਨੂੰ ਫੇਰ ਦਿਉ ਜੀ।" + +msgid "Old password" +msgstr "ਪੁਰਾਣਾ ਪਾਸਵਰਡ" + +msgid "Password (again)" +msgstr "ਪਾਸਵਰਡ (ਫੇਰ)" + +msgid "algorithm" +msgstr "ਐਲਗੋਰਿਥਮ" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "ਸਾਲਟ" + +msgid "hash" +msgstr "ਹੈਸ਼" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "ਵਰਕ ਫੈਕਟਰ" + +msgid "checksum" +msgstr "ਚੈਕਸਮ" + +msgid "name" +msgstr "ਨਾਂ" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "ਕੋਡ-ਨਾਂ" + +msgid "permission" +msgstr "ਅਧਿਕਾਰ" + +msgid "permissions" +msgstr "ਅਧਿਕਾਰ" + +msgid "group" +msgstr "ਗਰੁੱਪ" + +msgid "groups" +msgstr "ਗਰੁੱਪ" + +msgid "superuser status" +msgstr "ਸੁਪਰਯੂਜ਼ਰ ਹਾਲਤ" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "ਯੂਜ਼ਰ ਅਧਿਕਾਰ" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "ਯੂਜ਼ਰ ਨਾਂ" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "ਉਸ ਯੂਜ਼ਰ ਨਾਂ ਨਾਲ ਯੂਜ਼ਰ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" + +msgid "first name" +msgstr "ਪਹਿਲਾਂ ਨਾਂ" + +msgid "last name" +msgstr "ਆਖਰੀ ਨਾਂ" + +msgid "email address" +msgstr "ਈਮੇਲ ਐਡਰੈਸ" + +msgid "staff status" +msgstr "ਸਟਾਫ ਹਾਲਤ" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "ਸਰਗਰਮ" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "ਜੁਆਇੰਨ ਕਰਨ ਦੀ ਮਿਤੀ" + +msgid "user" +msgstr "ਯੂਜ਼ਰ" + +msgid "users" +msgstr "ਯੂਜ਼ਰ" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "ਲਾਗ ਆਉਟ ਕੀਤਾ" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d70c4c39f7b78e1eb4f5ba3616c5bbd89ff1600 GIT binary patch literal 9051 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, 2011 +# Janusz Harkot , 2015 +# Karol , 2012 +# Maciej Olko , 2014 +# Maciej Olko , 2016-2017,2019,2021 +# Maciej Olko , 2023 +# Maciej Olko , 2014-2015 +# Mariusz Felisiak , 2023-2025 +# muszalski , 2016 +# c10516f0462e552b4c3672569f0745a7_cc5cca2 <841826256cd8f47d0e443806a8e56601_19204>, 2014 +# Mattia Procopio , 2014 +# Roman Barczyński, 2012 +# Tomasz Kajtoch , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Mariusz Felisiak , 2023-2025\n" +"Language-Team: Polish (http://app.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +msgid "Personal info" +msgstr "Informacje osobiste" + +msgid "Permissions" +msgstr "Uprawnienia" + +msgid "Important dates" +msgstr "Ważne daty" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Obiekt %(name)s o kluczu podstawowym %(key)r nie istnieje." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Przesłano konfliktujące dane w formularzu. Proszę spróbować ponownie." + +msgid "Password changed successfully." +msgstr "Hasło zostało zmienione pomyślnie." + +msgid "Password-based authentication was disabled." +msgstr "Uwierzytelnianie oparte na haśle zostało wyłączone." + +#, python-format +msgid "Change password: %s" +msgstr "Zmień hasło: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Ustaw hasło: %s" + +msgid "Authentication and Authorization" +msgstr "Uwierzytelnienie i autoryzacja" + +msgid "password" +msgstr "hasło" + +msgid "last login" +msgstr "ostatnie logowanie" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Format hasła jest niewłaściwy, bądź zastosowana została nieznana funkcja " +"skrótu (hash)." + +msgid "No password set." +msgstr "Nie ustawiono hasła." + +msgid "Reset password" +msgstr "Zresetuj hasło" + +msgid "Set password" +msgstr "Ustaw hasło" + +msgid "The two password fields didn’t match." +msgstr "Hasła w obu polach nie są zgodne." + +msgid "Password" +msgstr "Hasło" + +msgid "Password confirmation" +msgstr "Potwierdzenie hasła" + +msgid "Enter the same password as before, for verification." +msgstr "Wprowadź to samo hasło ponownie, dla weryfikacji." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Czy użytkownik będzie mógł zostać uwierzytelniony przy użyciu hasła, czy " +"nie. Jeżeli wyłączone, użytkownik może ciągle być w stanie zostać " +"uwierzytelnionym przy użyciu innego mechanizmu takiego jak pojedyncze " +"logowanie - SSO lub LDAP." + +msgid "Password-based authentication" +msgstr "Uwierzytelnianie oparte na haśle" + +msgid "Enabled" +msgstr "Włączone" + +msgid "Disabled" +msgstr "Wyłączone" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Hasła nie są przechowywane w postaci jawnej, dlatego nie ma możliwości " +"zobaczenia hasła użytkownika." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Włącz uwierzytelnianie oparte na haśle dla tego użytkownika poprzez " +"ustawienie hasła." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Wprowadź poprawne wartości pól %(username)s oraz hasło. Uwaga: wielkość " +"liter ma znaczenie." + +msgid "This account is inactive." +msgstr "To konto jest nieaktywne." + +msgid "Email" +msgstr "Adres e-mail" + +msgid "New password" +msgstr "Nowe hasło" + +msgid "New password confirmation" +msgstr "Nowe hasło (powtórz)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Podane stare hasło jest niepoprawne. Proszę podać je jeszcze raz." + +msgid "Old password" +msgstr "Stare hasło" + +msgid "algorithm" +msgstr "algorytm" + +msgid "iterations" +msgstr "iteracje" + +msgid "salt" +msgstr "sól" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "odmiana" + +msgid "version" +msgstr "wersja" + +msgid "memory cost" +msgstr "koszt pamięci" + +msgid "time cost" +msgstr "koszt czasu" + +msgid "parallelism" +msgstr "zrównoleglenie" + +msgid "work factor" +msgstr "work factor" + +msgid "checksum" +msgstr "suma kontrolna" + +msgid "block size" +msgstr "rozmiar bloku" + +msgid "name" +msgstr "nazwa" + +msgid "content type" +msgstr "typ zawartości" + +msgid "codename" +msgstr "nazwa kodowa" + +msgid "permission" +msgstr "uprawnienie" + +msgid "permissions" +msgstr "uprawnienia" + +msgid "group" +msgstr "grupa" + +msgid "groups" +msgstr "grupy" + +msgid "superuser status" +msgstr "status superużytkownika" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Oznacza, że ten użytkownik ma wszystkie uprawnienia bez ich jawnego " +"przypisywania." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupy do których należy użytkownik. Użytkownik otrzyma wszystkie uprawnienia " +"przypisane do każdej z jego grup." + +msgid "user permissions" +msgstr "uprawnienia użytkownika" + +msgid "Specific permissions for this user." +msgstr "Szczególne uprawnienia dla tego użytkownika." + +msgid "username" +msgstr "nazwa użytkownika" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Wymagana. 150 lub mniej znaków. Jedynie litery, cyfry i @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Użytkownik o tej nazwie już istnieje." + +msgid "first name" +msgstr "imię" + +msgid "last name" +msgstr "nazwisko" + +msgid "email address" +msgstr "adres e-mail" + +msgid "staff status" +msgstr "w zespole" + +msgid "Designates whether the user can log into this admin site." +msgstr "Określa czy użytkownik może zalogować się do panelu administracyjnego." + +msgid "active" +msgstr "aktywny" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Określa czy użytkownika należy uważać za aktywnego. Odznacz zamiast usuwać " +"konto." + +msgid "date joined" +msgstr "data dołączenia" + +msgid "user" +msgstr "użytkownik" + +msgid "users" +msgstr "użytkownicy" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "To hasło jest za krótkie. Musi zawierać co najmniej %d znak." +msgstr[1] "To hasło jest za krótkie. Musi zawierać co najmniej %d znaki." +msgstr[2] "To hasło jest za krótkie. Musi zawierać co najmniej %d znaków." +msgstr[3] "To hasło jest za krótkie. Musi zawierać co najmniej %d znaków." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Twoje hasło musi zawierać co najmniej %(min_length)d znak." +msgstr[1] "Twoje hasło musi zawierać co najmniej %(min_length)d znaki." +msgstr[2] "Twoje hasło musi zawierać co najmniej %(min_length)d znaków." +msgstr[3] "Twoje hasło musi zawierać co najmniej %(min_length)d znaków." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Hasło jest zbyt podobne do %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Twoje hasło nie może być zbyt podobne do twoich innych danych osobistych." + +msgid "This password is too common." +msgstr "To hasło jest zbyt powszechne." + +msgid "Your password can’t be a commonly used password." +msgstr "Twoje hasło nie może być powszechnie używanym hasłem." + +msgid "This password is entirely numeric." +msgstr "Hasło składa się wyłącznie z cyfr." + +msgid "Your password can’t be entirely numeric." +msgstr "Twoje hasło nie może składać się tylko z cyfr." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Reset hasła dla konta na stronie %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Wprowadź poprawną nazwę użytkownika. Wartość może zawierać jedynie małe a-z " +"i duże A-Z litery bez znaków diakrytycznych, cyfry, i znaki @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Wprowadź poprawną nazwę użytkownika. Wartość może zawierać jedynie litery, " +"cyfry i znaki @/./+/-/_." + +msgid "Logged out" +msgstr "Wylogowany(-na)" + +msgid "Password reset" +msgstr "Zresetowanie hasła" + +msgid "Password reset sent" +msgstr "Potwierdzenie zresetowania hasła zostało wysłane" + +msgid "Enter new password" +msgstr "Wprowadź nowe haslo" + +msgid "Password reset unsuccessful" +msgstr "Resetowanie hasła nie powiodło się" + +msgid "Password reset complete" +msgstr "Resetowanie hasła zakończone" + +msgid "Password change" +msgstr "Zmiana hasła" + +msgid "Password change successful" +msgstr "Hasło zostało zmienione pomyślnie" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ded7eccca04e2cd85d16c559e33b0e2c4c414e97 GIT binary patch literal 7752 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, 2017 +# Jannis Leidel , 2011 +# jorgecarleitao , 2015 +# Manuela Silva , 2025 +# Nuno Mariz , 2013,2015,2017,2023 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Manuela Silva , 2025\n" +"Language-Team: Portuguese (http://app.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Informação pessoal" + +msgid "Permissions" +msgstr "Permissões" + +msgid "Important dates" +msgstr "Datas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "O objecto %(name)s com a chave primária %(key)r não existe." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" +"Submetidos dados de formulário conflituantes. Por favor, tente novamente." + +msgid "Password changed successfully." +msgstr "Palavra-passe modificada com sucesso." + +msgid "Password-based authentication was disabled." +msgstr "A autenticação baseada em palavra-passe foi desativada." + +#, python-format +msgid "Change password: %s" +msgstr "Modificar a palavra-passe: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Definir palavra-passe: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticação e Autorização" + +msgid "password" +msgstr "palavra-passe" + +msgid "last login" +msgstr "última entrada" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de palavra-chave inválido ou função de mistura desconhecida." + +msgid "No password set." +msgstr "Nenhuma palavra-chave definida." + +msgid "Reset password" +msgstr "Redefinir palavra-passe" + +msgid "Set password" +msgstr "Definir palavra-passe" + +msgid "The two password fields didn’t match." +msgstr "As duas palavra-passe não coincidem." + +msgid "Password" +msgstr "Palavra-passe" + +msgid "Password confirmation" +msgstr "Confirmação da palavra-passe" + +msgid "Enter the same password as before, for verification." +msgstr "Introduza a palavra-passe como acima, para verificação." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" + +msgid "Password-based authentication" +msgstr "Autenticação baseada em palavra-passe" + +msgid "Enabled" +msgstr "Ativada" + +msgid "Disabled" +msgstr "Desativada" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Ative a autenticação baseada em palavra-passe para este utilizador, " +"definindo uma palavra-passe." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor introduza o %(username)s e password corretos. Tenha em atenção às " +"maiúsculas e minúsculas." + +msgid "This account is inactive." +msgstr "Esta conta não está activa." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Nova palavra-passe" + +msgid "New password confirmation" +msgstr "Confirmação da nova palavra-passe" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"A sua palavra-passe antiga foi introduzida incorretamente. Por favor tente " +"novamente." + +msgid "Old password" +msgstr "Palavra-passe antiga" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iterações" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variedade" + +msgid "version" +msgstr "versão" + +msgid "memory cost" +msgstr "custo da memória" + +msgid "time cost" +msgstr "custo de tempo" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "fator trabalho" + +msgid "checksum" +msgstr "verificação" + +msgid "block size" +msgstr "tamanho do bloco" + +msgid "name" +msgstr "nome" + +msgid "content type" +msgstr "tipo de conteúdo" + +msgid "codename" +msgstr "nome de código" + +msgid "permission" +msgstr "permissão" + +msgid "permissions" +msgstr "permissões" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "Status de superuser" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Define se este utilizador tem todas as permissões sem explicitamente as " +"atribuir." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Os grupos que este utilizador pertence. Um utilizador terá todas as " +"permissões concedidas a cada um dos seus grupos." + +msgid "user permissions" +msgstr "permissões do utilizador" + +msgid "Specific permissions for this user." +msgstr "Permissões específicas para este utilizador." + +msgid "username" +msgstr "utilizador" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Obrigatório. 150 carateres ou menos. Apenas letras, dígitos @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Já existe um utilizador com esse nome." + +msgid "first name" +msgstr "primeiro nome" + +msgid "last name" +msgstr "último nome" + +msgid "email address" +msgstr "endereço de email" + +msgid "staff status" +msgstr "status de equipa" + +msgid "Designates whether the user can log into this admin site." +msgstr "Define se o utilizador pode usar a administração do site." + +msgid "active" +msgstr "ativo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Defina se este utilizador deva ser tratado como ativo. Não selecione em vez " +"de remover as contas." + +msgid "date joined" +msgstr "data de registo" + +msgid "user" +msgstr "utilizador" + +msgid "users" +msgstr "utilizadores" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"A sua palavra-passe deve conter pelo menos %(min_length)d caractere." +msgstr[1] "" +"A sua palavra-passe deve conter pelo menos %(min_length)d caracteres." +msgstr[2] "" +"A sua palavra-passe deve conter pelo menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "A palavra-passe é muito semelhante ao %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"A sua palavra-passe não pode ser muito similar à sua outra informação " +"pessoal." + +msgid "This password is too common." +msgstr "Esta palavra-passe é muito comum." + +msgid "Your password can’t be a commonly used password." +msgstr "" +"A sua palavra-passe não pode ser uma palavra-passe geralmente utilizada." + +msgid "This password is entirely numeric." +msgstr "Esta palavra-passe é inteiramente numérica." + +msgid "Your password can’t be entirely numeric." +msgstr "A sua palavra-passe não pode ser inteiramente numérica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Redefinição de palavra-passe em %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Insira um nome de utilizador válido. Este valor apenas deverá conter letras, " +"números e carateres @/./+/-/_." + +msgid "Logged out" +msgstr "Saiu" + +msgid "Password reset" +msgstr "Gerar nova palavra-passe" + +msgid "Password reset sent" +msgstr "Redefinição de palavra-passe enviada" + +msgid "Enter new password" +msgstr "Introduza nova palavra-passe" + +msgid "Password reset unsuccessful" +msgstr "A mudança da palavra-passe não foi bem sucedida" + +msgid "Password reset complete" +msgstr "Geração de nova palavra-passe completa" + +msgid "Password change" +msgstr "Mudança de palavra-passe" + +msgid "Password change successful" +msgstr "Mudança de palavra-passe bem sucedida" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6837aef43f41924dc28052a8d98966b7f3ada7ac GIT binary patch literal 8731 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 00000000000..92af7610f3f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,363 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# Amanda Savluchinske , 2019 +# amcorreia , 2018 +# Camilo B. Moreira , 2017 +# Carlos Cadu “Cadu” Leite , 2016 +# Filipe Cifali , 2016 +# Claudemiro Alves Feitosa Neto , 2015 +# dudanogueira , 2012 +# dudanogueira , 2014 +# Eduardo Cereto Carvalho, 2013 +# Eduardo Felipe Castegnaro , 2024 +# Elyézer Rezende , 2013 +# Evandro da Costa , 2023 +# Fábio C. Barrionuevo da Luz , 2015 +# gilberto dos santos alves , 2013 +# fa9e10542e458baef0599ae856e43651_13d2225, 2012 +# Guilherme , 2022 +# Jannis Leidel , 2011 +# Lucas Infante , 2015 +# Rafael Fontenelle , 2022,2025 +# Sandro , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Rafael Fontenelle , 2022,2025\n" +"Language-Team: Portuguese (Brazil) (http://app.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Personal info" +msgstr "Informações pessoais" + +msgid "Permissions" +msgstr "Permissões" + +msgid "Important dates" +msgstr "Datas importantes" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "objeto %(name)s com chave primária %(key)r não existe." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Formulário com datos conflitantes. Por favor, tente novamente." + +msgid "Password changed successfully." +msgstr "Senha modificada com sucesso." + +msgid "Password-based authentication was disabled." +msgstr "Autenticação baseada em senha foi desabilitada." + +#, python-format +msgid "Change password: %s" +msgstr "Alterar senha: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Configurar senha: %s" + +msgid "Authentication and Authorization" +msgstr "Autenticação e Autorização" + +msgid "password" +msgstr "senha" + +msgid "last login" +msgstr "último login" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de senha inválido ou algoritmo de hash desconhecido." + +msgid "No password set." +msgstr "Nenhuma senha definida." + +msgid "Reset password" +msgstr "Reconfigurar senha" + +msgid "Set password" +msgstr "Configurar senha" + +msgid "The two password fields didn’t match." +msgstr "Os dois campos de senha não correspondem." + +msgid "Password" +msgstr "Senha" + +msgid "Password confirmation" +msgstr "Confirmação de senha" + +msgid "Enter the same password as before, for verification." +msgstr "Informe a mesma senha informada anteriormente, para verificação." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Se este usuário conseguirá autenticar usando uma senha ou não. Se " +"desabilitado ainda será possível autenticar utilizando outros métodos, como " +"Login Único ou LDAP." + +msgid "Password-based authentication" +msgstr "Autenticação baseada em senha" + +msgid "Enabled" +msgstr "Habilitado" + +msgid "Disabled" +msgstr "Desabilitado" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Senhas não são armazenadas diretamente, então não é possível ver a senha do " +"usuário." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Habilitar autenticação baseada em senha para este usuário ao configurar uma " +"senha." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Por favor, entre com um %(username)s e senha corretos. Note que ambos os " +"campos diferenciam maiúsculas e minúsculas." + +msgid "This account is inactive." +msgstr "Esta conta está inativa." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Nova senha" + +msgid "New password confirmation" +msgstr "Confirmação da nova senha" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"A senha antiga foi digitada incorretamente. Por favor, informe-a novamente." + +msgid "Old password" +msgstr "Senha antiga" + +msgid "algorithm" +msgstr "algoritmo" + +msgid "iterations" +msgstr "iterações" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variedade" + +msgid "version" +msgstr "versão" + +msgid "memory cost" +msgstr "custo de memória" + +msgid "time cost" +msgstr "custo de tempo" + +msgid "parallelism" +msgstr "paralelismo" + +msgid "work factor" +msgstr "fator de trabalho" + +msgid "checksum" +msgstr "checksum" + +msgid "block size" +msgstr "tamanho de bloco" + +msgid "name" +msgstr "nome" + +msgid "content type" +msgstr "tipo de conteúdo" + +msgid "codename" +msgstr "apelido" + +msgid "permission" +msgstr "permissão" + +msgid "permissions" +msgstr "permissões" + +msgid "group" +msgstr "grupo" + +msgid "groups" +msgstr "grupos" + +msgid "superuser status" +msgstr "status de superusuário" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuário tem todas as permissões sem atribuí-las " +"explicitamente." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Os grupos que este usuário pertence. Um usuário terá todas as permissões " +"concedidas a cada um dos seus grupos." + +msgid "user permissions" +msgstr "permissões do usuário" + +msgid "Specific permissions for this user." +msgstr "Permissões específicas para este usuário." + +msgid "username" +msgstr "usuário" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obrigatório. 150 caracteres ou menos. Letras, números e @/./+/-/_ apenas." + +msgid "A user with that username already exists." +msgstr "Um usuário com este nome de usuário já existe." + +msgid "first name" +msgstr "primeiro nome" + +msgid "last name" +msgstr "último nome" + +msgid "email address" +msgstr "endereço de email" + +msgid "staff status" +msgstr "membro da equipe" + +msgid "Designates whether the user can log into this admin site." +msgstr "Indica que usuário consegue acessar este site de administração." + +msgid "active" +msgstr "ativo" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica que o usuário será tratado como ativo. Ao invés de excluir contas de " +"usuário, desmarque isso." + +msgid "date joined" +msgstr "data de registro" + +msgid "user" +msgstr "usuário" + +msgid "users" +msgstr "usuários" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Esta senha é muito curta. Ela precisa conter pelo menos %d caractere." +msgstr[1] "" +"Esta senha é muito curta. Ela precisa conter pelo menos %d caracteres." +msgstr[2] "" +"Esta senha é muito curta. Ela precisa conter pelo menos %d caracteres." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Sua senha precisa conter pelo menos %(min_length)d caracteres." +msgstr[1] "Sua senha precisa conter pelo menos %(min_length)d caracteres." +msgstr[2] "Sua senha precisa conter pelo menos %(min_length)d caracteres." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "A senha é muito parecida com %(verbose_name)s" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Sua senha não pode ser muito parecida com o resto das suas informações " +"pessoais." + +msgid "This password is too common." +msgstr "Esta senha é muito comum." + +msgid "Your password can’t be a commonly used password." +msgstr "Sua senha não pode ser uma senha comumente utilizada." + +msgid "This password is entirely numeric." +msgstr "Esta senha é inteiramente numérica." + +msgid "Your password can’t be entirely numeric." +msgstr "Sua senha não pode ser inteiramente numérica." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Redefinição de senha em %(site_name)s " + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Insira um nome de usuário válido. Este valor pode conter apenas letras, " +"números e os caracteres @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Informe um nome de usuário válido. Este valor pode conter apenas letras, " +"números e os seguintes caracteres @/./+/-/_." + +msgid "Logged out" +msgstr "Sessão encerrada" + +msgid "Password reset" +msgstr "Redefinição de senha" + +msgid "Password reset sent" +msgstr "Redefinição de senha enviada" + +msgid "Enter new password" +msgstr "Digite a nova senha" + +msgid "Password reset unsuccessful" +msgstr "Redefinição de senha sem sucesso" + +msgid "Password reset complete" +msgstr "Redefinição de senha completa" + +msgid "Password change" +msgstr "Alteração de Senha" + +msgid "Password change successful" +msgstr "Mudança de senha bem sucedida" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bdaa778cf15d79fc4daccd2f524f1ad6ec92032e GIT binary patch literal 7777 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, 2011 +# Eugenol Man , 2020 +# Jannis Leidel , 2011 +# razvan ionescu , 2015 +# Razvan Stefanescu , 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2020-07-15 11:11+0000\n" +"Last-Translator: Eugenol Man \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +msgid "Personal info" +msgstr "Informații personale" + +msgid "Permissions" +msgstr "Permisiuni" + +msgid "Important dates" +msgstr "Date importante" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Obiectul %(name)s cu cheia primară %(key)r nu există." + +msgid "Password changed successfully." +msgstr "Parolă schimbată cu succes." + +#, python-format +msgid "Change password: %s" +msgstr "Schimbă parola: %s" + +msgid "Authentication and Authorization" +msgstr "Autentificare și autorizare" + +msgid "password" +msgstr "parolă" + +msgid "last login" +msgstr "ultima autentificare" + +msgid "No password set." +msgstr "Parola nu este setată." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Parolă nu are formatarea corectă sau algoritmul de criptare nu este cunoscut." + +msgid "The two password fields didn’t match." +msgstr "Cele două parole nu corespund." + +msgid "Password" +msgstr "Parolă" + +msgid "Password confirmation" +msgstr "Confirmare parolă" + +msgid "Enter the same password as before, for verification." +msgstr "Introduceți parola precedentă pentru confirmare." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Parolele nu sunt salvate în clar așa că nu poți vedea parola. O poți schimba " +"de aici." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Introduceți vă rog un %(username)s corect și o parolă. Reţineţi că ambele " +"câmpuri pot fi sensibile la litere mari şi mici." + +msgid "This account is inactive." +msgstr "Acest cont este inactiv." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Parolă nouă" + +msgid "New password confirmation" +msgstr "Confirmarea parolă nouă" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Parola veche a fost introdusă greșit. Introduceți-o din nou." + +msgid "Old password" +msgstr "Parolă veche" + +msgid "Password (again)" +msgstr "Parolă (din nou)" + +msgid "algorithm" +msgstr "algoritm" + +msgid "iterations" +msgstr "iterații" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "varietate" + +msgid "version" +msgstr "versiune" + +msgid "memory cost" +msgstr "memorie necesară" + +msgid "time cost" +msgstr "timp necesar" + +msgid "parallelism" +msgstr "paralelism" + +msgid "work factor" +msgstr "factor de efort" + +msgid "checksum" +msgstr "sumă de control" + +msgid "name" +msgstr "nume" + +msgid "content type" +msgstr "tip de conținut" + +msgid "codename" +msgstr "nume de cod" + +msgid "permission" +msgstr "permisiune" + +msgid "permissions" +msgstr "permisiuni" + +msgid "group" +msgstr "grup" + +msgid "groups" +msgstr "grupuri" + +msgid "superuser status" +msgstr "stare superutilizator" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Marchează daca acest utilizator are toate permisiunile, fără a le mai " +"selecta explicit." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupurile din care face parte acest utilizator. Un utilizator va obține " +"drepturile de acces corespunzătoare grupurilor din care face parte." + +msgid "user permissions" +msgstr "permisiuni utilizator" + +msgid "Specific permissions for this user." +msgstr "Drepturile de access specifice acestui utilizator." + +msgid "username" +msgstr "nume utilizator" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obligatoriu. 150 de caractere sau mai puține. Numai litere, cifre și @/./+/-/" +"_." + +msgid "A user with that username already exists." +msgstr "Un utilizator cu acest nume de utilizator există deja." + +msgid "first name" +msgstr "Prenume" + +msgid "last name" +msgstr "Nume" + +msgid "email address" +msgstr "adresă de email" + +msgid "staff status" +msgstr "stare autorizare" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Marchează dacă utilizatorul se poate autentifica în acest site de " +"administrare." + +msgid "active" +msgstr "activ" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Desemnează dacă acest utilizator trebuie tratat ca activ. Deselectaţi " +"această opţiune în loc să ştergeţi conturi." + +msgid "date joined" +msgstr "data înscrierii" + +msgid "user" +msgstr "utilizator" + +msgid "users" +msgstr "utilizatori" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Parola este prea scurtă. Trebuie să conțină cel puțin %(min_length)d " +"caracter." +msgstr[1] "" +"Parola este prea scurtă. Trebuie să conțină cel puțin %(min_length)d " +"caractere." +msgstr[2] "" +"Parola este prea scurtă. Trebuie să conțină cel puțin %(min_length)d de " +"caractere." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Parola trebuie să conțină cel puțin %(min_length)d caracter." +msgstr[1] "Parola trebuie să conțină cel puțin %(min_length)d caractere." +msgstr[2] "Parola trebuie să conțină cel puțin %(min_length)d de caractere." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Parola este prea asemănătoare cu %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Nu este recomandabil ca parola sa fie asemănătoare cu celelalte date " +"personale." + +msgid "This password is too common." +msgstr "Această parolă este prea răspândită." + +msgid "Your password can’t be a commonly used password." +msgstr "Parola nu poate fi atât de comună. " + +msgid "This password is entirely numeric." +msgstr "Acestă parolă este compusă exclusiv din elemente numerice." + +msgid "Your password can’t be entirely numeric." +msgstr "Parola nu poate fi doar cu numere." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Resetează parola pentru %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Vă rugăm să folosiți un nume acceptat. Această valoare poate conține doar " +"litere, cifre și caracterele @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Vă rugăm să folosiți un nume acceptat. Această valoare poate conține doar " +"litere, cifre și caracterele @/./+/-/_" + +msgid "Logged out" +msgstr "Deautentificat" + +msgid "Password reset" +msgstr "Resetază parola" + +msgid "Password reset sent" +msgstr "Cerea de resetare a parolei trimisă cu succes" + +msgid "Enter new password" +msgstr "Introduceți noua parolă" + +msgid "Password reset unsuccessful" +msgstr "Resetarea parolei nu a avut succes." + +msgid "Password reset complete" +msgstr "Parola a fost resetată." + +msgid "Password change" +msgstr "Schimbare parolă" + +msgid "Password change successful" +msgstr "Schimbarea parolei a fost efectuată cu succes" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..64bb98f93f43bb2e007d918bb2719aade2ff3a84 GIT binary patch literal 11813 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 b6zLZOQXe-u194JPmySc6AM`btF3$Wv^*1Zz literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 00000000000..87e74be3447 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,356 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# crazyzubr , 2020 +# Ivan Khomutov , 2017 +# Jannis Leidel , 2011 +# Алексей Борискин , 2012-2015,2022-2025 +# Андрей Щуров , 2016 +# Влад Мещеряков , 2021 +# Bobsans , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: Алексей Борискин , 2012-2015,2022-2025\n" +"Language-Team: Russian (http://app.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Personal info" +msgstr "Персональная информация" + +msgid "Permissions" +msgstr "Права доступа" + +msgid "Important dates" +msgstr "Важные даты" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s с первичным ключом %(key)r не существует." + +msgid "Conflicting form data submitted. Please try again." +msgstr "" +"Отправлены взаимоисключающие данные. Измените данные и попробуйте снова." + +msgid "Password changed successfully." +msgstr "Пароль успешно изменен." + +msgid "Password-based authentication was disabled." +msgstr "Аутентификация по паролю была запрещена." + +#, python-format +msgid "Change password: %s" +msgstr "Изменить пароль: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Задать пароль: %s" + +msgid "Authentication and Authorization" +msgstr "Пользователи и группы" + +msgid "password" +msgstr "пароль" + +msgid "last login" +msgstr "последний вход" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Неизвестный формат пароля или алгоритм хеширования." + +msgid "No password set." +msgstr "Пароль не задан." + +msgid "Reset password" +msgstr "Сбросить пароль" + +msgid "Set password" +msgstr "Задать пароль" + +msgid "The two password fields didn’t match." +msgstr "Введенные пароли не совпадают." + +msgid "Password" +msgstr "Пароль" + +msgid "Password confirmation" +msgstr "Подтверждение пароля" + +msgid "Enter the same password as before, for verification." +msgstr "Для подтверждения введите, пожалуйста, пароль ещё раз." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Может ли пользователь аутентифироваться по паролю. Если эта возможность " +"выключена, пользователь всё ещё может аутентифицироваться иными способами, " +"например, Single Sing-On или LDAP, если они сконфигурированы и разрешены." + +msgid "Password-based authentication" +msgstr "Аутентификация по паролю" + +msgid "Enabled" +msgstr "Разрешена" + +msgid "Disabled" +msgstr "Запрещена" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Мы не храним сырые пароли, поэтому не существует способа посмотреть пароль " +"пользователя." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Разрешить аутентификацию по паролю для этого пользователя, задав его пароль." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Пожалуйста, введите правильные %(username)s и пароль. Оба поля могут быть " +"чувствительны к регистру." + +msgid "This account is inactive." +msgstr "Эта учетная запись отключена." + +msgid "Email" +msgstr "Адрес электронной почты" + +msgid "New password" +msgstr "Новый пароль" + +msgid "New password confirmation" +msgstr "Подтверждение нового пароля" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ваш старый пароль введен неправильно. Пожалуйста, введите его снова." + +msgid "Old password" +msgstr "Старый пароль" + +msgid "algorithm" +msgstr "алгоритм" + +msgid "iterations" +msgstr "итерации" + +msgid "salt" +msgstr "соль" + +msgid "hash" +msgstr "хэш" + +msgid "variety" +msgstr "множество" + +msgid "version" +msgstr "версия" + +msgid "memory cost" +msgstr "затраты памяти" + +msgid "time cost" +msgstr "затраты времени" + +msgid "parallelism" +msgstr "параллелизм" + +msgid "work factor" +msgstr "рабочий фактор" + +msgid "checksum" +msgstr "контрольная сумма" + +msgid "block size" +msgstr "размер блока" + +msgid "name" +msgstr "имя" + +msgid "content type" +msgstr "тип содержимого" + +msgid "codename" +msgstr "кодовое название" + +msgid "permission" +msgstr "право" + +msgid "permissions" +msgstr "права" + +msgid "group" +msgstr "группа" + +msgid "groups" +msgstr "группы" + +msgid "superuser status" +msgstr "статус суперпользователя" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Указывает, что пользователь имеет все права без явного их назначения." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Группы, к которым принадлежит данный пользователь. Пользователь получит все " +"права, указанные в каждой из его/её групп." + +msgid "user permissions" +msgstr "права пользователя" + +msgid "Specific permissions for this user." +msgstr "Индивидуальные права данного пользователя." + +msgid "username" +msgstr "имя пользователя" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Обязательное поле. Не более 150 символов. Только буквы, цифры и символы @/./" +"+/-/_." + +msgid "A user with that username already exists." +msgstr "Пользователь с таким именем уже существует." + +msgid "first name" +msgstr "имя" + +msgid "last name" +msgstr "фамилия" + +msgid "email address" +msgstr "адрес электронной почты" + +msgid "staff status" +msgstr "статус персонала" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Отметьте, если пользователь может входить в административную часть сайта." + +msgid "active" +msgstr "активный" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Отметьте, если пользователь должен считаться активным. Уберите эту отметку " +"вместо удаления учётной записи." + +msgid "date joined" +msgstr "дата регистрации" + +msgid "user" +msgstr "пользователь" + +msgid "users" +msgstr "пользователи" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Введённый пароль слишком короткий. Он должен состоять из как минимум %d " +"символ." +msgstr[1] "" +"Введённый пароль слишком короткий. Он должен состоять из как минимум %d " +"символа." +msgstr[2] "" +"Введённый пароль слишком короткий. Он должен состоять из как минимум %d " +"символов." +msgstr[3] "" +"Введённый пароль слишком короткий. Он должен состоять из как минимум %d " +"символов." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Ваш пароль должен содержать как минимум %(min_length)d символ." +msgstr[1] "Ваш пароль должен содержать как минимум %(min_length)d символа." +msgstr[2] "Ваш пароль должен содержать как минимум %(min_length)d символов." +msgstr[3] "Ваш пароль должен содержать как минимум %(min_length)d символов." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Введённый пароль слишком похож на %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Пароль не должен быть слишком похож на другую вашу личную информацию." + +msgid "This password is too common." +msgstr "Введённый пароль слишком широко распространён." + +msgid "Your password can’t be a commonly used password." +msgstr "Пароль не должен быть слишком простым и распространенным." + +msgid "This password is entirely numeric." +msgstr "Введённый пароль состоит только из цифр." + +msgid "Your password can’t be entirely numeric." +msgstr "Пароль не может состоять только из цифр." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Сброс пароля на %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Введите правильное имя пользователя. Это значение может содержать только " +"строчные буквы латиницы a-z без умляутов, прописные буквы A-Z, цифры и " +"символы @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Введите правильное имя пользователя. Оно может содержать только буквы, цифры " +"и знаки @/./+/-/_." + +msgid "Logged out" +msgstr "Не авторизован" + +msgid "Password reset" +msgstr "Восстановление пароля" + +msgid "Password reset sent" +msgstr "Письмо с инструкциями по восстановлению пароля отправлено" + +msgid "Enter new password" +msgstr "Введите новый пароль" + +msgid "Password reset unsuccessful" +msgstr "Ошибка восстановления пароля" + +msgid "Password reset complete" +msgstr "Восстановление пароля завершено" + +msgid "Password change" +msgstr "Изменение пароля" + +msgid "Password change successful" +msgstr "Пароль успешно изменен" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e78a3eccd11ae52134acede84fdfa3e967dd887f GIT binary patch literal 8810 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 O1IO{_9?`XK)c*pU?fQKH literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 00000000000..aea4a5912dc --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,342 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023-2024 +# Jannis Leidel , 2011 +# 18f25ad6fa9930fc67cb11aca9d16a27, 2012-2014 +# Marian Andre , 2015,2017,2025 +# Martin Tóth , 2017-2018,2023 +# Peter Kuma, 2021 +# Richard von Kellner, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Marian Andre , 2015,2017,2025\n" +"Language-Team: Slovak (http://app.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Personal info" +msgstr "Osobné údaje" + +msgid "Permissions" +msgstr "Práva" + +msgid "Important dates" +msgstr "Dôležité dátumy" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s s primárnym kľúčom %(key)r neexistuje." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Neplatná požiadavka. Skúste to prosím znova." + +msgid "Password changed successfully." +msgstr "Heslo úspešne zmenené." + +msgid "Password-based authentication was disabled." +msgstr "Prihlasovanie pomocou hesla bolo vypnuté." + +#, python-format +msgid "Change password: %s" +msgstr "Zmeniť heslo: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Nastaviť heslo: %s" + +msgid "Authentication and Authorization" +msgstr "Autentifikácia a autorizácia" + +msgid "password" +msgstr "heslo" + +msgid "last login" +msgstr "naposledy prihlásený" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neplatný formát hesla alebo neznámy hašovací algoritmus." + +msgid "No password set." +msgstr "Žiadne heslo." + +msgid "Reset password" +msgstr "Obnoviť heslo" + +msgid "Set password" +msgstr "Nastaviť heslo" + +msgid "The two password fields didn’t match." +msgstr "Heslo a jeho potvrdenie sa nezhodujú." + +msgid "Password" +msgstr "Heslo" + +msgid "Password confirmation" +msgstr "Potvrdenie hesla" + +msgid "Enter the same password as before, for verification." +msgstr "Kvôli overeniu, znovu zadajte rovnaké heslo." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Určuje, či sa bude používateľ môcť prihlásiť pomocou hesla. Ak je " +"prihlasovanie pomocou hesla vypnuté, stále sa bude môcť vedieť prihlásiť " +"pomocou iných metód, ako napríklad Single Sign-On alebo LDAP." + +msgid "Password-based authentication" +msgstr "Prihlasovanie pomocou hesla" + +msgid "Enabled" +msgstr "Povolené" + +msgid "Disabled" +msgstr "Vypnuté" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Nie je možné zobraziť si používateľovo heslo, nakoľko sa samotné heslá " +"neukladajú." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Nastavením hesla povolíte používateľovi prihlasovanie sa pomocou hesla." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Zadajte prosím správne %(username)s a heslo. Všimnite si, že obe polia môžu " +"obsahovať veľké a malé písmená." + +msgid "This account is inactive." +msgstr "Tento účet je neaktívny." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Nové heslo" + +msgid "New password confirmation" +msgstr "Potvrdenie nového hesla" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Nezadali ste správne svoje staré heslo. Napíšte ho znovu, prosím." + +msgid "Old password" +msgstr "Staré heslo" + +msgid "algorithm" +msgstr "algoritmus" + +msgid "iterations" +msgstr "iterácie" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "druh" + +msgid "version" +msgstr "verzia" + +msgid "memory cost" +msgstr "pamäťová náročnosť" + +msgid "time cost" +msgstr "časová náročnosť" + +msgid "parallelism" +msgstr "paralelizmus" + +msgid "work factor" +msgstr "faktor práce" + +msgid "checksum" +msgstr "kontrolný súčet" + +msgid "block size" +msgstr "veľkosť bloku" + +msgid "name" +msgstr "meno" + +msgid "content type" +msgstr "typ obsahu" + +msgid "codename" +msgstr "kódové meno" + +msgid "permission" +msgstr "oprávnenie" + +msgid "permissions" +msgstr "oprávnenia" + +msgid "group" +msgstr "skupina" + +msgid "groups" +msgstr "skupiny" + +msgid "superuser status" +msgstr "status superpoužívateľa" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Určuje, či používateľ získava automaticky všetky práva aj bez priameho " +"priradenia." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Skupiny do ktorých používateľ patrí. Používateľ dostane všetky oprávnenia z " +"každej z jeho skupín." + +msgid "user permissions" +msgstr "používateľské oprávnenia" + +msgid "Specific permissions for this user." +msgstr "Konkrétne oprávnenia pre tohto používateľa." + +msgid "username" +msgstr "používateľské meno" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Povinné. 150 znakov alebo menej. Iba písmená, číslice a @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Používateľ s takým používateľským menom už existuje." + +msgid "first name" +msgstr "krstné meno" + +msgid "last name" +msgstr "priezvisko" + +msgid "email address" +msgstr "e-mailová adresa" + +msgid "staff status" +msgstr "správcovský prístup" + +msgid "Designates whether the user can log into this admin site." +msgstr "Určuje, či sa používateľ môže prihlásiť do správy stránok." + +msgid "active" +msgstr "aktívny" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Určuje, či je účet aktívny. Odškrtnite, ak chcete vypnúť používateľský účet." + +msgid "date joined" +msgstr "dátum registrácie" + +msgid "user" +msgstr "používateľ" + +msgid "users" +msgstr "používatelia" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Toto heslo je príliš krátke. Musí obsahovať aspoň %d znak." +msgstr[1] "Toto heslo je príliš krátke. Musí obsahovať aspoň %d znaky." +msgstr[2] "Toto heslo je príliš krátke. Musí obsahovať aspoň %d znakov." +msgstr[3] "Toto heslo je príliš krátke. Musí obsahovať aspoň %d znakov." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Vaše heslo musí obsahovať aspoň %(min_length)d znak." +msgstr[1] "Vaše heslo musí obsahovať aspoň %(min_length)d znaky." +msgstr[2] "Vaše heslo musí obsahovať aspoň %(min_length)d znakov." +msgstr[3] "Vaše heslo musí obsahovať aspoň %(min_length)d znakov." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Heslo sa príliš podobá na %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Vaše heslo sa nesmie príliš podobať na ostatné osobné informácie." + +msgid "This password is too common." +msgstr "Toto heslo je používané príliš často." + +msgid "Your password can’t be a commonly used password." +msgstr "Vaše heslo nemôže byť jedno z často používaných hesiel." + +msgid "This password is entirely numeric." +msgstr "Toto heslo pozostáva iba z číslic." + +msgid "Your password can’t be entirely numeric." +msgstr "Vaše heslo nemôže pozostávať iba z číslic." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Obnovenie hesla pre %(site_name)s " + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Zadajte platné používateľské meno. Môže obsahovať len písmená bez " +"diakritiky, číslice a znaky @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Zadajte platné používateľské meno. Táto hodnota môže obsahovať len písmená, " +"číslice a znaky @/./+/-/_." + +msgid "Logged out" +msgstr "Odhlásený" + +msgid "Password reset" +msgstr "Obnovenie hesla" + +msgid "Password reset sent" +msgstr "Obnovenie hesla odoslané" + +msgid "Enter new password" +msgstr "Zadajte nové heslo" + +msgid "Password reset unsuccessful" +msgstr "Obnovenie hesla sa nepodarilo" + +msgid "Password reset complete" +msgstr "Obnovenie hesla ukončené" + +msgid "Password change" +msgstr "Zmena hesla" + +msgid "Password change successful" +msgstr "Zmena hesla úspešná" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9337ec792d24c0f96760eb16ec8c17e4a221c06c GIT binary patch literal 7659 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 00000000000..5f9fd7af724 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,312 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andrej Marsetič, 2022-2023 +# Jannis Leidel , 2011 +# Jure Cuhalev , 2012 +# Primoz Verdnik , 2017 +# zejn , 2013,2016-2017 +# zejn , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2023-12-04 08:09+0000\n" +"Last-Translator: Andrej Marsetič, 2022-2023\n" +"Language-Team: Slovenian (http://app.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +msgid "Personal info" +msgstr "Osebni podatki" + +msgid "Permissions" +msgstr "Dovoljenja" + +msgid "Important dates" +msgstr "Pomembni datumi" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z glavnim ključem %(key)r ne obstaja." + +msgid "Password changed successfully." +msgstr "Geslo je uspešno spremenjeno." + +#, python-format +msgid "Change password: %s" +msgstr "Spremeni geslo: %s" + +msgid "Authentication and Authorization" +msgstr "Avtentikacija in avtorizacija" + +msgid "password" +msgstr "geslo" + +msgid "last login" +msgstr "zadnja prijava" + +msgid "No password set." +msgstr "Geslo ni nastavljeno." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neveljavna oblika gesla ali neznan algoritem razpršila." + +msgid "The two password fields didn’t match." +msgstr "Polji za geslo se nista ujemali." + +msgid "Password" +msgstr "Geslo" + +msgid "Password confirmation" +msgstr "Potrditev gesla" + +msgid "Enter the same password as before, for verification." +msgstr "Vnesite isto geslo kot prej, za preverjanje." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Neobdelana gesla niso shranjena, zato gesla tega uporabnika ni mogoče " +"videti, vendar lahko geslo spremenite z uporabotega obrazca." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Vnesite veljavno %(username)s in geslo. Opomba: obe polji upoštevata " +"velikost črk." + +msgid "This account is inactive." +msgstr "Ta uporabniški račun ni dejaven." + +msgid "Email" +msgstr "Elektronski naslov" + +msgid "New password" +msgstr "Novo geslo" + +msgid "New password confirmation" +msgstr "Potrditev novega gesla" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaše staro geslo ni vneseno pravilno. Poskusite znova." + +msgid "Old password" +msgstr "Staro geslo" + +msgid "Password (again)" +msgstr "Geslo (znova)" + +msgid "algorithm" +msgstr "algoritem" + +msgid "iterations" +msgstr "ponovitev" + +msgid "salt" +msgstr "naključna vrednost" + +msgid "hash" +msgstr "razpršilo" + +msgid "variety" +msgstr "pestrost" + +msgid "version" +msgstr "različica" + +msgid "memory cost" +msgstr "pomnilniška zahtevnost" + +msgid "time cost" +msgstr "časovna zahtevnost" + +msgid "parallelism" +msgstr "paralelnost" + +msgid "work factor" +msgstr "faktor obremenitve" + +msgid "checksum" +msgstr "nadzorna vsota" + +msgid "block size" +msgstr "velikost bloka" + +msgid "name" +msgstr "ime" + +msgid "content type" +msgstr "vrsta vsebine" + +msgid "codename" +msgstr "kodno ime" + +msgid "permission" +msgstr "dovoljenje" + +msgid "permissions" +msgstr "dovoljenja" + +msgid "group" +msgstr "skupina" + +msgid "groups" +msgstr "skupine" + +msgid "superuser status" +msgstr "stanje skrbnika" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Določi, da bo uporabnik imel vsa dovoljenja, ne da bi mu jih posebej " +"dodelili." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Skupine, katerih član je ta uporabnik. Uporabnik pridobi vsa dovoljenja, " +"povezana z vsako izmed skupin." + +msgid "user permissions" +msgstr "uporabniška dovoljenja" + +msgid "Specific permissions for this user." +msgstr "Dovoljenja specifična za tega uporabnika." + +msgid "username" +msgstr "uporabniško ime" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Zahtevano. 150 znakov ali manj. Le črke, števke in znaki @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Uporabnik s tem uporabniškim imenom že obstaja." + +msgid "first name" +msgstr "ime" + +msgid "last name" +msgstr "priimek" + +msgid "email address" +msgstr "elektronski naslov" + +msgid "staff status" +msgstr "stanje osebja" + +msgid "Designates whether the user can log into this admin site." +msgstr "Določi, ali se sme uporabnik prijaviti kot skrbnik." + +msgid "active" +msgstr "dejaven" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Določi, ali je uporabnik dejaven. Možnost je priročna in preprečuje brisanje " +"računov." + +msgid "date joined" +msgstr "vpisan od" + +msgid "user" +msgstr "uporabnik" + +msgid "users" +msgstr "uporabniki" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znak." +msgstr[1] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znaka." +msgstr[2] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znake." +msgstr[3] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znakov." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Vaše geslo mora imeti vsaj %(min_length)d znak." +msgstr[1] "Vaše geslo mora imeti vsaj %(min_length)d znaka." +msgstr[2] "Vaše geslo mora imeti vsaj %(min_length)d znake." +msgstr[3] "Vaše geslo mora imeti vsaj %(min_length)d znakov." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Geslo je preveč podobno %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Vaše geslo ne sme biti preveč podobno vašim drugim osebnim podatkom." + +msgid "This password is too common." +msgstr "Geslo je eno izmed preveč pogosto uporabljanih." + +msgid "Your password can’t be a commonly used password." +msgstr "Vaše geslo ne sme biti pogosto uporabljeno geslo." + +msgid "This password is entirely numeric." +msgstr "Vaše geslo je sestavljeno samo iz števk." + +msgid "Your password can’t be entirely numeric." +msgstr "Vaše geslo ne sme biti v celoti sestavljeno iz številk." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Geslo na %(site_name)s je ponastavljeno." + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Vnesite veljavno uporabniško ime. Ta vrednost lahko vsebuje samo nenaglašene " +"male črke a–z in velike črke A–Z, številke in znake @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Vnesite veljavno uporabniško ime. Ta vrednost sme vsebovati le črke, števke " +"in znake @/./+/-/_." + +msgid "Logged out" +msgstr "Odjavljen" + +msgid "Password reset" +msgstr "Ponastavi geslo" + +msgid "Password reset sent" +msgstr "Navodila za ponastavitev gesla so bila poslana" + +msgid "Enter new password" +msgstr "Vnesite novo geslo" + +msgid "Password reset unsuccessful" +msgstr "Ponastavitev gesla ni uspela" + +msgid "Password reset complete" +msgstr "Ponastavitev gesla zaključena" + +msgid "Password change" +msgstr "Sprememba gesla" + +msgid "Password change successful" +msgstr "Sprememba gesla je uspela" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a89e0ee5d57cbdf1e1d9ec568704db4cf3405cea GIT binary patch literal 8601 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 00000000000..0c72665c49c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,342 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik Bleta , 2011,2015 +# Besnik Bleta , 2023-2025 +# Besnik Bleta , 2015,2017,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Besnik Bleta , 2023-2025\n" +"Language-Team: Albanian (http://app.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Hollësi personale" + +msgid "Permissions" +msgstr "Leje" + +msgid "Important dates" +msgstr "Data të rëndësishme" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "S’ekziston objekt %(name)s me kyç parësor %(key)r." + +msgid "Conflicting form data submitted. Please try again." +msgstr "U parashtruan të dhëna formulari me përplasje. Ju lutemi, riprovoni." + +msgid "Password changed successfully." +msgstr "Fjalëkalimi u ndryshua me sukses." + +msgid "Password-based authentication was disabled." +msgstr "Mirëfilltësimi me bazë fjalëkalimin u çaktivizua." + +#, python-format +msgid "Change password: %s" +msgstr "Ndryshoni fjalëkalimin: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Caktoni fjalëkalim: %s" + +msgid "Authentication and Authorization" +msgstr "Mirëfilltësim dhe Autorizim" + +msgid "password" +msgstr "fjalëkalim" + +msgid "last login" +msgstr "hyrja e fundit" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Format i pavlefshëm fjalëkalimi, ose algoritëm i panjohur hashi." + +msgid "No password set." +msgstr "S’ka fjalëkalim të caktuar." + +msgid "Reset password" +msgstr "Ricaktoni fjalëkalim" + +msgid "Set password" +msgstr "Caktoni fjalëkalim" + +msgid "The two password fields didn’t match." +msgstr "Dy fushat për fjalëkalim s’u përputhën." + +msgid "Password" +msgstr "Fjalëkalim" + +msgid "Password confirmation" +msgstr "Ripohim fjalëkalimi" + +msgid "Enter the same password as before, for verification." +msgstr "Jepni, për verifikim, të njëjtin fjalëkalim si më parë." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Do të jetë apo jo në gjendje përdoruesi të bëjë mirëfilltësimin me " +"fjalëkalim. Në u çaktivizoftë, prapë mund të jetë në gjendje të bëjë " +"mirëfilltësimin duke përdorur mekanizma të tjera, fjala vjen, Hyrje Njëshe " +"(Single Sign-On), ose LDAP." + +msgid "Password-based authentication" +msgstr "Mirëfilltësim me bazë fjalëkalimin" + +msgid "Enabled" +msgstr "I aktivizuar" + +msgid "Disabled" +msgstr "I çaktivizuar" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Nuk ruhen fjalëkalime shqeto, ndaj s’ka ndonjë rrugë për të parë " +"fjalëkalimin e përdoruesit." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Aktivizoni mirëfilltësim me bazë fjalëkalime për këtë përdorues, duke " +"caktuar një fjalëkalim." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Ju lutemi, jepni një %(username)s dhe një fjalëkalim të saktë. Kini parasysh " +"se që të dyja fushat mund të jenë të ndjeshme ndaj shkrimit me shkronja të " +"mëdha ose të vogla." + +msgid "This account is inactive." +msgstr "Kjo llogari s’është aktive." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Fjalëkalim i ri" + +msgid "New password confirmation" +msgstr "Ripohim fjalëkalimi të ri" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Fjalëkalimi juaj i vjetër u dha pasaktësisht. Ju lutemi, jepeni sërish." + +msgid "Old password" +msgstr "Fjalëkalim i vjetër" + +msgid "algorithm" +msgstr "algoritëm" + +msgid "iterations" +msgstr "përsëritje" + +msgid "salt" +msgstr "kripë" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "larmi" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "kosto kujtese" + +msgid "time cost" +msgstr "kosto në kohë" + +msgid "parallelism" +msgstr "paralelizëm" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "block size" +msgstr "madhësi blloku" + +msgid "name" +msgstr "emër" + +msgid "content type" +msgstr "lloj lënde" + +msgid "codename" +msgstr "emër i koduar" + +msgid "permission" +msgstr "leje" + +msgid "permissions" +msgstr "leje" + +msgid "group" +msgstr "grup" + +msgid "groups" +msgstr "grupe" + +msgid "superuser status" +msgstr "gjendje superpërdoruesi" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Përcakton që ky përdorues ka krejt lejet, pa ia akorduar ato shprehimisht." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Grupet te të cilët bën pjesë ky përdorues. Një përdorues do të gëzojë krejt " +"lejet e akorduara secilit nga këto grupe." + +msgid "user permissions" +msgstr "leje përdoruesi" + +msgid "Specific permissions for this user." +msgstr "Leje specifike për këtë përdorues." + +msgid "username" +msgstr "emër përdoruesi" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"E domosdoshme. 150 ose më pak shenja. Vetëm shkronja, shifra dhe @/./+/-/_ ." + +msgid "A user with that username already exists." +msgstr "Ka tashmë një emër të tillë përdoruesi." + +msgid "first name" +msgstr "emër" + +msgid "last name" +msgstr "mbiemër" + +msgid "email address" +msgstr "adresë email" + +msgid "staff status" +msgstr "vend në ekip" + +msgid "Designates whether the user can log into this admin site." +msgstr "Përcakton nëse mund të hyjë ose jo përdoruesi te ky sajt administrimi." + +msgid "active" +msgstr "aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Përcakton nëse ky përdorues do të duhej trajtuar si aktiv. Shpërzgjidheni " +"këtë, në vend se të fshihni llogari." + +msgid "date joined" +msgstr "datë anëtarësimi" + +msgid "user" +msgstr "përdorues" + +msgid "users" +msgstr "përdorues" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Fjalëkalimi juaj duhet të përmbajë të paktën %(min_length)d shenjë." +msgstr[1] "Fjalëkalimi juaj duhet të përmbajë të paktën %(min_length)d shenja." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Fjalëkalimi është shumë i ngjashëm me %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Fjalëkalimi juaj s’mund të jetë shumë i ngjashëm me hollësi të tjera tuajat " +"personale." + +msgid "This password is too common." +msgstr "Ky fjalëkalim është shumë i rëndomtë." + +msgid "Your password can’t be a commonly used password." +msgstr "Fjalëkalimi juaj s’mund të jetë një fjalëkalim i përdorur rëndom." + +msgid "This password is entirely numeric." +msgstr "Ky fjalëkalim është tërësisht numerik." + +msgid "Your password can’t be entirely numeric." +msgstr "Fjalëkalimi juaj s’mund të jetë tërësisht numerik." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Ricaktim fjalëkalimi për te %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Jepni një emër përdoruesi të vlefshëm. Kjo vlerë mund të përmbajë vetëm " +"shkronja pa theks, me të vogla, a-z dhe të mëdha, A-Z, numra dhe shenjat @/./" +"+/-/_ ." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Jepni një emër përdoruesi të vlefshëm. Kjo vlerë mund të përmbajë vetëm " +"shkronja, numra dhe shenjat @/./+/-/_ ." + +msgid "Logged out" +msgstr "I dalë" + +msgid "Password reset" +msgstr "Ricaktim fjalëkalimi" + +msgid "Password reset sent" +msgstr "U dërgua ricaktim fjalëkalimi" + +msgid "Enter new password" +msgstr "Jepni fjalëkalimin e ri" + +msgid "Password reset unsuccessful" +msgstr "Ricaktimi i fjalëkalimit nuk pati sukses" + +msgid "Password reset complete" +msgstr "Ricaktimi i fjalëkalimit u plotësua" + +msgid "Password change" +msgstr "Ndryshim fjalëkalimi" + +msgid "Password change successful" +msgstr "Ndryshim i suksesshëm fjalëkalimi" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..02409e4da82a72503f8981c69053655b5fc656a6 GIT binary patch literal 11140 zcmchbZH!#idB+baB;X_@q-oP6v^^v>w!t&IYcPd{4R6N91h8Y95Rg*q?#$iUi)ZI< z=H9_9qQoz}IP^nOO4P*=LdutXY8UKUE;3n`3;12L1@G9^XFa|$zo^yP4El?sK1h;_?frxT{3+@4b0zL*_ zvBtTNfjk6lit)!m>HRjS_1^_Q1+IX< z1O7eu8{k{u`QW(-`vmw2@OQy6Q2uQPKMhvE-v+-5UJ8B-WU2cR_+juB@DIVCg13V= zFt`=`6HxO10pyl@1C*Wr0e%)dhno?&0hGUg46Xye56Z7M!Owv2!wKbQE%*p{1GohK z2)rJ=AEC;_3Gfo|XW-4?r!H{r0k8tTAAAiY)b0&Xar`-`IQ@5l=Ma3^c|IurJ`G~3 zTL)_XW>9&&4wSsD;Mw49#r>THei@XWSx|DCpyoYT{5}Lq@7F=eT`b0*12yk2LD_K( z#1;1gQ1bq+xc^VZ_`iUX^A;$({tFbZ&LVlj^FZmp0Q}xr-h$xjVrLNN@%C zHBfo~KKLN`8mKt$`Az5cgRg^6gEdIPS9kVr74ZQzz79mS`yu!&_$v51cppi;7~BK- z#Pdf$@$7YQ8vF$){~}1H@g}JGkAdRH^PqU}3J4Y4&p`3;7vN^_LP#+N?gTY{5Y+r< z!4h~J6hGbsr@%{?v=N*IZvnpv*1*?5$-kN6kR5k|KLJzlS#T@C`E&3Mkg4u5AMm^2 zMg0C7@bloC;7Rau25$x50;T_2NG!bvz~2Y|0{k-gI(XGt&TYZj1@OV&bFR+#f39`z zD_~48B==P?20y!wT4CPTK-qhAeTe&CgM`Gr0^+LsIjA_CzajXu9#lN914)gmg6{|a z2o(PwD)8&Y_z_U~{0=By90R5A#~^?1r~K3U4_^}a@NrQ0FD-Dgz-{0f#=ivOnyY|X ze;C9C_X4Q=|09UY?%zQ9alxfQf2qLhK*`?)UIb2qguy<_Gqkooy%m(7`gktM*5?W? zC~rORX7EE?+qllnbkgwfnh?FN*h_T%Run$3f`ht}A|@Q{W)%82E7m-_;YuyGgE1 zTp!@lhjiNKV*cO3rQGYI+SNy#xXHdbx4S@ra;-WOSM}M+b+>(EFA%O>--zbo4Vh1; z?};n9-1jH(u~-*Ykfv(^u0t^Nlq3@qI~_m)-TgmBr04Kc9_q`zcvI zsyE}Px)3I2%xvYeaU)MEQJ$m?A2q68LuoU)-$vYxvr(fK`}ru#_NC40q+gr48`H*2 zJ*nhLqvmJQ=A5radE~R!^jwnXakcDs)Z-|NeU6z?ElL_?wi$jtDxC3oi0ljL>eaI4mkMhu=C61Z3UpsH_b&!-QCpCuU;5S)5Hha!_g;}L9}IWdckLL9>n$*mJ3P9 zZRGeI`Fo>!Qtc(U?03sw23xV8ixzw(ZRBLYrwxLLl`P6O`bKMR+P)~^*Nv6OE*&e4 z?eUe_sEM=Ok)C%izttcB&AtvG5euTy{l=@-JSn!3>q~e45~eibeZ4Rg)+yte zXx*i!vNatO$9SWd>FK{x}xETda8*^+H9&$*REG3 z6-`uB?*_f>Z%=b-T)lBRrK`>)alM*Z#ZdcVX$i-0TZQj-Mt$nh4w|tw+boA?)r~$= zlZhFm@ER#LFL?S+7E6BUNdLP3$*iy2?To+DN?2O<6Pw2eicZ9viK&~izqMPb)ufi> z=p3q36*E>TjXkk$*O`7;&)zj3S5yi^eRinfl-+L3tu@ouyqa{kBTmQlv{7RuE&JZS zLcgw|ZnSULniLncf%|b(nN@2f1WB`y8Z>lspm60WflB6*dPL{5Fp@Khb~??vd<%>6 zeFHUAB&(WK8$>oIYk6f>^N?6{UvBGagexs=^& z)q1m=T{18GZRl@hxhmcoEsWCc2l=Y~)czlcpe5fqy3y@RNCbSfy@mJ<>?b0gHLe~( z#4gSVSj>i1)YL}hXTfNn<^Q`dDuw!*jw*ZOMwM-ZDxX!$-GwH0w_WVerS0rBO@Hf_ z>vxphU1_W7(}8AZ1#MLdOOi%Wr;xdOWC#_UK&^0YFbTc1u(4ah<#Lf6a!8F2RCZ8$ zx+SZVen#mdyj(Cp%z5^(e%~n?eBo$M=Nb60o-@dvdfcexvm1uEF>J=WTMaD&%Uy4a za?|y+vX{ELKX#SbxUx5E&ACcijnxSGLW!~k<_q(&(?00$Ns|T#l~@NAPD)k!e&*P{ z;IOT*mf%8TaM}9(wvR7*FsYFTM_I_cN! z*k0Nh->C)1=?V5yIaR zH&b=IA3nN~b(_XZ{F~UwzsvM(Gpic4R#b~iyW?nX((j@dCLCwi&*u63YHyL?>yN# z)OnPNC)j1elN0xrncP0rInX)C|Hbx7*|m@Gjpazv(&IrS_k)}ekhlF`_H$y@05Gjae+mdd{UG$UGKJ}|s7EJ9W1 zFw+)gei)LcFSJh)t>+Z@_Df7530?|J{ZIrYl5xx=G@2tPSdKD&K2J^|H z0c}Stk(QNZZph~)0*))4hlgb>y;CzzpyI`@l~^NZ%utemPGW=(g+=-oE%9>NDUs978V)o9KwKSm=r9OD5hH^h^EA#h?ES)gi-O+#7MT%B*(?M6XfCvLcv0X zNcR-q5Pl21?;H{-0&fdl&ztbX5qt`Bm)^GZL?)t3J){g68dI zv%ha#Vf%9^RD@Q7w<=fVQo+Zp5oK1W3|g5I+-Jg^E+1G+a#{VNG7?g@qCo8lpTO5C!I_8+CaG4j1IP*E@=9#K*;#f)VX2Es3_x4J8wu*Y#3PaSg0 zk~-j{=h^&S`MKInqlD-%z=X~rwTaPah|?p}ET~Feu>6!|blF>&=>Va#?kD9#d^CnU zj;}AGgGuUf$VSMDy5~t{&z$8(`=n>FD$$B>NWbM(6UF6aZ3{(7AMCvdFhNI)N)~HR z7&(u1tbxE_a^TwE3P~6izT~V^AB5=pLvIMx1DOUw)n0b(r%bW+cx6%TMy(Z(6hgG3 z^E*PtWq378hE}7KNo-0oY;^J}RfQT=5{eG9f>fxeOn}uULPk_z*YE;%7U}Cw$5`!9 z1AdRV`z&*5bZWEj@Qyb_)m#)z47I5D!;|A@rUqflmB8SEQ=wbA}FZaj>o%k39J z>%#TZ+g4a$CkL#CZ_4`eKq!o9XIj20Br7l?l&`fjC3jVi4O|#WI1C?&?k_K@aEg-y zwhZ@MQSJ$&WwC3E1S?@T4hI4i9mg5B>I~84?HN1u&}$kM-vA5PS=Fqyvsq(Sa-@%1 z?;KJ4uuZnx=ZX%2fK`nxbP{^};AXRk1WATTEWw*%FIm;u@t*ABe=y{6O4sS2fqtq+!S-KRYb%X8+^{pJ@lxvPPUcaN#DRog1Z3#wU|ZP;3zQzBqwV_v@>W&&8HQQYVWe zc@8`-vLl0rSn&3D!#Q|}pCM@0HZ3a(1?{YxBK$t{sRT>^l(uq6U9c-B9AJ$_E5<(~ zp6#`AWhg`K<3#aDu}SnEA~+<3)#}z)1enmVAOGmRR9*jSn_Rs;W(I2?;26 z!I>gZBL)nm?^oCIUU_5X6?P56pbj$}@orhDqi~0MFG2;8PV?xYhN1dVPqP(D=P(IL zo;5N^MFzg13MpcDx()3VkG2Tn$Y^?v4Z#R?J-hb~&5|WUW|3-o$5FV+W2)|`AKUXQ zOyG4vczV_G+u8?)KpGi)So=ZIZ1I*gIw5v*-aCxhD+7C6>OLng`}MnaZQtOF5QMj{ zZBE2`YL~!~vm!4KRLR|grFAuJ9g3jT6emqReL_v5Ied8Ur$Y9Hw*Xyb=2gG1zKZIf=@dFQY6y7_MHQ2ae8hwP|=#fNWE;>gTwI9kn+|r>4 zcU1~!(jr3ZB)`g7DInOrW-6V?4_%I^+w*HU zG${?w8}kT>(`iL9E4Hfe{K9;drBkYG&)~K;D|(7tS^(sKigm3!{@cJKbzW!HIFI}vlV!w<`YJgk3NO`vl`uE>j` z@Fg~EI;t}h&p*C|_e+Z`wDP9ybf0D*lD*>W*`v)_)R6|bY%S`9vk>-*SDyC+WP#}a z#3#wOGpi!54x@Ke2RQp8hP~XZHaFD$@OE&Lf`rAx@6vP{#wd~t$RRxuy`3}N?Yr1a z9Dauw6a&_s=s$ygVEE81%+*fOjpXn>d!SK)cZ07NEHcpYMWi}n2rm=@VNovrsIl{w Ku^V(Aiv9=vjfsK) literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..aa260c3270d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,340 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Igor Jerosimić, 2020-2021,2023-2025 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2020-2021,2023-2025\n" +"Language-Team: Serbian (http://app.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Personal info" +msgstr "Лични подаци" + +msgid "Permissions" +msgstr "Дозволе" + +msgid "Important dates" +msgstr "Важни датуми" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s објекат са примарним кључем %(key)r не постоји." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Послати су конфликтни подаци из обрасца. Молим вас, покушајте поново." + +msgid "Password changed successfully." +msgstr "Лозинка успешно измењена." + +msgid "Password-based authentication was disabled." +msgstr "Потврда идентитета заснована на лозинки је онемогућена." + +#, python-format +msgid "Change password: %s" +msgstr "Измени лозинку: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Постави лозинку: %s" + +msgid "Authentication and Authorization" +msgstr "Аутентикација и Ауторизација" + +msgid "password" +msgstr "лозинка" + +msgid "last login" +msgstr "последња пријава" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Инвалидан формат лозинке или непознат hashing алгоритам." + +msgid "No password set." +msgstr "Лозинка није унета." + +msgid "Reset password" +msgstr "Ресетуј лозинку" + +msgid "Set password" +msgstr "Постави лозинку" + +msgid "The two password fields didn’t match." +msgstr "Два поља за лозинке се не поклапају." + +msgid "Password" +msgstr "Лозинка" + +msgid "Password confirmation" +msgstr "Потврда лозинке" + +msgid "Enter the same password as before, for verification." +msgstr "Унесите исту лозинку као малопре ради верификације." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Да ли ће корисник моћи да се аутентификује помоћу лозинке или не. Ако је " +"онемогућено, можда ће и даље моћи да се аутентификују помоћу других " +"позадинских делова, као што су једнократно пријављивање (SSO) или LDAP." + +msgid "Password-based authentication" +msgstr "Потврда идентитета заснована на лозинки" + +msgid "Enabled" +msgstr "Омогућено" + +msgid "Disabled" +msgstr "Онемогућено" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Необрађене лозинке се не чувају, тако да не постоји начин да се види " +"корисничка лозинка." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Омогући аутентификацију засновану на лозинки за овог корисника постављањем " +"лозинке." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Молим вас унесите исправно %(username)s и лозинку. Обратите пажњу да мала и " +"велика слова представљају различите карактере." + +msgid "This account is inactive." +msgstr "Овај налог је неактиван." + +msgid "Email" +msgstr "И-мејл" + +msgid "New password" +msgstr "Нова лозинка" + +msgid "New password confirmation" +msgstr "Потврда нове лозинке" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ваша стара лознка није правилно унесена. Унесите је поново." + +msgid "Old password" +msgstr "Стара лозинка" + +msgid "algorithm" +msgstr "алгоритам" + +msgid "iterations" +msgstr "итерације" + +msgid "salt" +msgstr "зачин" + +msgid "hash" +msgstr "хеш" + +msgid "variety" +msgstr "варијанта" + +msgid "version" +msgstr "верзија" + +msgid "memory cost" +msgstr "меморијска захтевност" + +msgid "time cost" +msgstr "временска захтевност" + +msgid "parallelism" +msgstr "паралелизам" + +msgid "work factor" +msgstr "фактор сложености" + +msgid "checksum" +msgstr "сума за проверу" + +msgid "block size" +msgstr "величина блока" + +msgid "name" +msgstr "име" + +msgid "content type" +msgstr "тип садржаја" + +msgid "codename" +msgstr "шифра дозволе" + +msgid "permission" +msgstr "дозвола" + +msgid "permissions" +msgstr "дозволе" + +msgid "group" +msgstr "група" + +msgid "groups" +msgstr "групе" + +msgid "superuser status" +msgstr "статус администратора" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Указује да корисник има све дозволе без додељивања појединачних дозвола." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Групе којима припада овај корисник. Корисник ће добити све дозволе које су " +"дате групама којима припада." + +msgid "user permissions" +msgstr "корисникове дозволе" + +msgid "Specific permissions for this user." +msgstr "Дозволе које се односе на овог корисника." + +msgid "username" +msgstr "корисничко име" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Обавезан податак. 150 карактера или мање. Дозвољена су само слова, цифре и " +"карактери @/./+/-/_ ." + +msgid "A user with that username already exists." +msgstr "Корисник са тим корисничким именом већ постоји." + +msgid "first name" +msgstr "име" + +msgid "last name" +msgstr "презиме" + +msgid "email address" +msgstr "и-мејл адреса" + +msgid "staff status" +msgstr "статус члана посаде" + +msgid "Designates whether the user can log into this admin site." +msgstr "Указује да корисник може да се пријави на овај сајт за администрацију." + +msgid "active" +msgstr "активан" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Означава да ли се корисник сматра активним. Деселектујте ово уместо да " +"бришете налог." + +msgid "date joined" +msgstr "датум регистрације" + +msgid "user" +msgstr "корисник" + +msgid "users" +msgstr "корисници" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Ова лозинка је прекратка. Мора да садржи најмање %d знак." +msgstr[1] "Ова лозинка је прекратка. Мора да садржи најмање %d знака." +msgstr[2] "Ова лозинка је прекратка. Мора да садржи најмање %d знакова." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Ваша лозинка мора садржати најмање %(min_length)d карактер." +msgstr[1] "Ваша лозинка мора садржати најмање %(min_length)d карактера." +msgstr[2] "Ваша лозинка мора садржати најмање %(min_length)d карактера." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Лозинка је превише слична пољу '%(verbose_name)s'." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Ваша лозинка не може бити слична вашим личним подацима." + +msgid "This password is too common." +msgstr "Ова лозинка је међу најчешће коришћеним лозинкама." + +msgid "Your password can’t be a commonly used password." +msgstr "Ваша лозинка не може бити међу најчешће коришћеним лозинкама." + +msgid "This password is entirely numeric." +msgstr "Ова лозинка садржи само цифре." + +msgid "Your password can’t be entirely numeric." +msgstr "Ваша лозинка не може садржати само цифре." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Ресетовање лозинке на сајту %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Унесите исправно корисничко име. Оно може садржати само неакцентована мала " +"слова a-z и велика слова A-Z, цифре и карактере @/./+/-/_ ." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Унесите исправно корисничко име. Оно може садржати само слова, цифре и " +"карактере @/./+/-/_ ." + +msgid "Logged out" +msgstr "Одјављен" + +msgid "Password reset" +msgstr "Ресет лозинке" + +msgid "Password reset sent" +msgstr "Захтев за ресет лозинке је послат" + +msgid "Enter new password" +msgstr "Унесите нову лозинку" + +msgid "Password reset unsuccessful" +msgstr "Неуспешан ресет лозинке" + +msgid "Password reset complete" +msgstr "Ресет лозинке је завршен" + +msgid "Password change" +msgstr "Промена лозинке" + +msgid "Password change successful" +msgstr "Лозинка је успешно промењена" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4ed8c5cbbe7c37cf3c2e04921d97d61fc2f07c9a GIT binary patch literal 8709 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, 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Igor Jerosimić, 2021,2023-2025\n" +"Language-Team: Serbian (Latin) (http://app.transifex.com/django/django/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: contrib/auth/admin.py:49 +msgid "Personal info" +msgstr "Lični podaci" + +#: contrib/auth/admin.py:51 +msgid "Permissions" +msgstr "Dozvole" + +#: contrib/auth/admin.py:62 +msgid "Important dates" +msgstr "Važni datumi" + +#: contrib/auth/admin.py:161 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekat %(name)s sa primarnim ključem %(key)r ne postoji." + +#: contrib/auth/admin.py:180 +msgid "Conflicting form data submitted. Please try again." +msgstr "Poslati su konfliktni podaci iz obrasca. Molim vas, pokušajte ponovo." + +#: contrib/auth/admin.py:188 +msgid "Password changed successfully." +msgstr "Lozinka uspešno izmenjena." + +#: contrib/auth/admin.py:190 +msgid "Password-based authentication was disabled." +msgstr "Potvrda identiteta zasnovana na lozinki je onemogućena." + +#: contrib/auth/admin.py:211 +#, python-format +msgid "Change password: %s" +msgstr "Izmeni lozinku: %s" + +#: contrib/auth/admin.py:213 +#, python-format +msgid "Set password: %s" +msgstr "Postavi lozinku: %s" + +#: contrib/auth/apps.py:16 +msgid "Authentication and Authorization" +msgstr "Autentikacija i Autorizacija" + +#: contrib/auth/base_user.py:44 +msgid "password" +msgstr "lozinka" + +#: contrib/auth/base_user.py:45 +msgid "last login" +msgstr "poslednja prijava" + +#: contrib/auth/forms.py:51 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neispravan format lozinke ili nepoznat heš algoritam." + +#: contrib/auth/forms.py:59 +msgid "No password set." +msgstr "Lozinka nije uneta." + +#: contrib/auth/forms.py:62 +msgid "Reset password" +msgstr "Resetuj lozinku" + +#: contrib/auth/forms.py:62 +msgid "Set password" +msgstr "Postavi lozinku" + +#: contrib/auth/forms.py:105 +msgid "The two password fields didn’t match." +msgstr "Dva polja za lozinke se ne poklapaju." + +#: contrib/auth/forms.py:109 contrib/auth/forms.py:294 +#: contrib/auth/forms.py:330 +msgid "Password" +msgstr "Lozinka" + +#: contrib/auth/forms.py:109 +msgid "Password confirmation" +msgstr "Potvrda lozinke" + +#: contrib/auth/forms.py:122 +msgid "Enter the same password as before, for verification." +msgstr "Unesite istu lozinku kao malopre radi verifikacije." + +#: contrib/auth/forms.py:166 +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "Da li će korisnik moći da se autentifikuje pomoću lozinke ili ne. Ako je onemogućeno, možda će i dalje moći da se autentifikuju pomoću drugih pozadinskih delova, kao što su jednokratno prijavljivanje (SSO) ili LDAP." + +#: contrib/auth/forms.py:174 +msgid "Password-based authentication" +msgstr "Potvrda identiteta zasnovana na lozinki" + +#: contrib/auth/forms.py:177 +msgid "Enabled" +msgstr "Omogućeno" + +#: contrib/auth/forms.py:177 +msgid "Disabled" +msgstr "Onemogućeno" + +#: contrib/auth/forms.py:296 +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "Neobrađene lozinke se ne čuvaju, tako da ne postoji način da se vidi korisnička lozinka." + +#: contrib/auth/forms.py:312 +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "Omogući autentifikaciju zasnovanu na lozinki za ovog korisnika postavljanjem lozinke." + +#: contrib/auth/forms.py:337 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "Molim vas unesite ispravno %(username)s i lozinku. Obratite pažnju da mala i velika slova predstavljaju različite karaktere." + +#: contrib/auth/forms.py:340 +msgid "This account is inactive." +msgstr "Ovaj nalog je neaktivan." + +#: contrib/auth/forms.py:406 +msgid "Email" +msgstr "I-mejl" + +#: contrib/auth/forms.py:515 +msgid "New password" +msgstr "Nova lozinka" + +#: contrib/auth/forms.py:515 +msgid "New password confirmation" +msgstr "Potvrda nove lozinke" + +#: contrib/auth/forms.py:540 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaša stara loznka nije pravilno unesena. Unesite je ponovo." + +#: contrib/auth/forms.py:544 +msgid "Old password" +msgstr "Stara lozinka" + +#: contrib/auth/hashers.py:349 contrib/auth/hashers.py:442 +#: contrib/auth/hashers.py:532 contrib/auth/hashers.py:627 +#: contrib/auth/hashers.py:678 +msgid "algorithm" +msgstr "algoritam" + +#: contrib/auth/hashers.py:350 +msgid "iterations" +msgstr "iteracije" + +#: contrib/auth/hashers.py:351 contrib/auth/hashers.py:448 +#: contrib/auth/hashers.py:534 contrib/auth/hashers.py:631 +#: contrib/auth/hashers.py:679 +msgid "salt" +msgstr "začin" + +#: contrib/auth/hashers.py:352 contrib/auth/hashers.py:449 +#: contrib/auth/hashers.py:632 contrib/auth/hashers.py:680 +msgid "hash" +msgstr "heš" + +#: contrib/auth/hashers.py:443 +msgid "variety" +msgstr "varijanta" + +#: contrib/auth/hashers.py:444 +msgid "version" +msgstr "verzija" + +#: contrib/auth/hashers.py:445 +msgid "memory cost" +msgstr "memorijska zahtevnost" + +#: contrib/auth/hashers.py:446 +msgid "time cost" +msgstr "vremenska zahtevnost" + +#: contrib/auth/hashers.py:447 contrib/auth/hashers.py:630 +msgid "parallelism" +msgstr "paralelizam" + +#: contrib/auth/hashers.py:533 contrib/auth/hashers.py:628 +msgid "work factor" +msgstr "faktor rada" + +#: contrib/auth/hashers.py:535 +msgid "checksum" +msgstr "suma za proveru" + +#: contrib/auth/hashers.py:629 +msgid "block size" +msgstr "veličina bloka" + +#: contrib/auth/models.py:63 contrib/auth/models.py:120 +msgid "name" +msgstr "ime" + +#: contrib/auth/models.py:67 +msgid "content type" +msgstr "tip sadržaja" + +#: contrib/auth/models.py:69 +msgid "codename" +msgstr "šifra dozvole" + +#: contrib/auth/models.py:74 +msgid "permission" +msgstr "dozvola" + +#: contrib/auth/models.py:75 contrib/auth/models.py:123 +msgid "permissions" +msgstr "dozvole" + +#: contrib/auth/models.py:130 +msgid "group" +msgstr "grupa" + +#: contrib/auth/models.py:131 contrib/auth/models.py:333 +msgid "groups" +msgstr "grupe" + +#: contrib/auth/models.py:324 +msgid "superuser status" +msgstr "status administratora" + +#: contrib/auth/models.py:327 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Označava da li korisnik ima sve dozvole bez dodeljivanja pojedinačnih dozvola." + +#: contrib/auth/models.py:336 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "Grupe kojima pripada ovaj korisnik. Korisnik će dobiti sve dozvole koje su date grupama kojima pripada." + +#: contrib/auth/models.py:344 +msgid "user permissions" +msgstr "korisničke dozvole" + +#: contrib/auth/models.py:346 +msgid "Specific permissions for this user." +msgstr "Dozvole koje se odnose na ovog korisnika." + +#: contrib/auth/models.py:457 +msgid "username" +msgstr "korisničko ime" + +#: contrib/auth/models.py:461 +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Obavezan podatak. 150 karaktera ili manje. Dozvoljena su samo slova, cifre i karakteri @/./+/-/_ ." + +#: contrib/auth/models.py:465 +msgid "A user with that username already exists." +msgstr "Korisnik sa tim korisničkim imenom već postoji." + +#: contrib/auth/models.py:468 +msgid "first name" +msgstr "ime" + +#: contrib/auth/models.py:469 +msgid "last name" +msgstr "prezime" + +#: contrib/auth/models.py:470 +msgid "email address" +msgstr "Adresa e-pošte:" + +#: contrib/auth/models.py:472 +msgid "staff status" +msgstr "status člana posade" + +#: contrib/auth/models.py:474 +msgid "Designates whether the user can log into this admin site." +msgstr "Označava da li korisnik može da se prijavi na ovaj sajt za administraciju." + +#: contrib/auth/models.py:477 +msgid "active" +msgstr "aktivan" + +#: contrib/auth/models.py:480 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "Označava da li se korisnik smatra aktivnim. Deselektujte ovo umesto da brišete nalog." + +#: contrib/auth/models.py:484 +msgid "date joined" +msgstr "datum registracije" + +#: contrib/auth/models.py:493 +msgid "user" +msgstr "korisnik" + +#: contrib/auth/models.py:494 +msgid "users" +msgstr "korisnici" + +#: contrib/auth/password_validation.py:113 +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Ova lozinka je prekratka. Mora da sadrži najmanje %d znak." +msgstr[1] "Ova lozinka je prekratka. Mora da sadrži najmanje %d znaka." +msgstr[2] "Ova lozinka je prekratka. Mora da sadrži najmanje %d znakova." + +#: contrib/auth/password_validation.py:122 +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Vaša lozinka mora sadržati najmanje %(min_length)d karakter." +msgstr[1] "Vaša lozinka mora sadržati najmanje %(min_length)d karaktera." +msgstr[2] "Vaša lozinka mora sadržati najmanje %(min_length)d karaktera." + +#: contrib/auth/password_validation.py:211 +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Lozinka je previše slična %(verbose_name)s." + +#: contrib/auth/password_validation.py:215 +msgid "Your password can’t be too similar to your other personal information." +msgstr "Vaša lozinka ne može biti slična vašim ličnim podacima." + +#: contrib/auth/password_validation.py:252 +msgid "This password is too common." +msgstr "Ova lozinka je među najčešće korišćenim lozinkama." + +#: contrib/auth/password_validation.py:255 +msgid "Your password can’t be a commonly used password." +msgstr "Vaša lozinka ne može biti među najčešće korišćenim lozinkama." + +#: contrib/auth/password_validation.py:271 +msgid "This password is entirely numeric." +msgstr "Ova lozinka sadrži samo cifre." + +#: contrib/auth/password_validation.py:274 +msgid "Your password can’t be entirely numeric." +msgstr "Vaša lozinka ne može sadržati samo cifre." + +#: contrib/auth/templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Resetovanje lozinke na sajtu %(site_name)s" + +#: contrib/auth/validators.py:12 +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z" +" and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "Unesite ispravno korisničko ime. Ono može sadržati samo neakcentovana mala slova a-z i velika slova A-Z, cifre i karaktere @/./+/-/_ ." + +#: contrib/auth/validators.py:22 +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "Unesite ispravno korisničko ime. Ono može sadržati samo slova, cifre i karaktere @/./+/-/_ ." + +#: contrib/auth/views.py:164 +msgid "Logged out" +msgstr "Odjavljen" + +#: contrib/auth/views.py:224 +msgid "Password reset" +msgstr "Resetovanje lozinke" + +#: contrib/auth/views.py:252 +msgid "Password reset sent" +msgstr "Zahtev za reset lozinke je poslat" + +#: contrib/auth/views.py:263 +msgid "Enter new password" +msgstr "Unesite novu lozinku" + +#: contrib/auth/views.py:336 +msgid "Password reset unsuccessful" +msgstr "Resetovanje lozinke neuspešno" + +#: contrib/auth/views.py:346 +msgid "Password reset complete" +msgstr "Resetovanje lozinke uspešno" + +#: contrib/auth/views.py:358 +msgid "Password change" +msgstr "Izmena lozinke" + +#: contrib/auth/views.py:381 +msgid "Password change successful" +msgstr "Lozinka uspešno izmenjena" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a8865fdfc0c6952c164eb93de47749fa32d4e28c GIT binary patch literal 8512 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 00000000000..8a21e0e0248 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,356 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Albin Larsson , 2022 +# Alex Nordlund , 2012 +# Anders Hovmöller , 2023 +# Cybjit , 2012 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014-2015 +# Jonathan Lindén, 2015 +# Jörgen Olofsson, 2024 +# Jörgen Olofsson, 2024 +# Jonathan Lindén, 2014 +# Mattias Hansson , 2016 +# nip3o , 2014 +# nip3o , 2014 +# Petter Strandmark , 2019 +# Samuel Linde , 2011 +# Thomas Lundqvist, 2013,2016 +# Thomas Lundqvist, 2013,2016 +# Tomas Lööw , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-09-17 08:09+0000\n" +"Last-Translator: Tomas Lööw , 2021\n" +"Language-Team: Swedish (http://app.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Personlig information" + +msgid "Permissions" +msgstr "Rättigheter" + +msgid "Important dates" +msgstr "Viktiga datum" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objekt med primärnyckel %(key)r finns inte." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Motstridiga formulärdata skickades. Försök igen." + +msgid "Password changed successfully." +msgstr "Lösenordet ändrades framgångsrikt." + +msgid "Password-based authentication was disabled." +msgstr "Lösenordsbaserad autentisering inaktiverades." + +#, python-format +msgid "Change password: %s" +msgstr "Ändra lösenord: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Sätt lösenord: %s" + +msgid "Authentication and Authorization" +msgstr "Autentisering och auktorisering" + +msgid "password" +msgstr "lösenord" + +msgid "last login" +msgstr "senaste inloggning" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ogiltigt lösenordsformat eller okänd hashalgoritm." + +msgid "No password set." +msgstr "Inget lösenord angivet." + +msgid "Reset password" +msgstr "Återställ lösenord" + +msgid "Set password" +msgstr "Sätt lösenord" + +msgid "The two password fields didn’t match." +msgstr "De två lösenordsfälten stämmer inte överens." + +msgid "Password" +msgstr "Lösenord" + +msgid "Password confirmation" +msgstr "Lösenordsbekräftelse" + +msgid "Enter the same password as before, for verification." +msgstr "Fyll i samma lösenord som tidigare för verifiering." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Om användaren kommer att kunna autentisera sig med ett lösenord eller inte. " +"Om inaktiverat, kan användaren fortfarande ha möjlighet att autentisera sig " +"via andra backend-lösningar, såsom Single Sign-On eller LDAP." + +msgid "Password-based authentication" +msgstr "Lösenordsbaserad autentisering" + +msgid "Enabled" +msgstr "Aktiverad" + +msgid "Disabled" +msgstr "Avstängd" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Lösenord lagras inte i klartext, det finns inget sätt att se användarens " +"lösenord." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Aktivera lösenordsbaserad autentisering för denna användare genom att sätta " +"ett lösenord." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Ange ett korrekt %(username)s och lösenord. Observera att båda fälten är " +"skiftlägeskänsliga." + +msgid "This account is inactive." +msgstr "Detta konto är inaktivt." + +msgid "Email" +msgstr "E-postadress" + +msgid "New password" +msgstr "Nytt lösenord" + +msgid "New password confirmation" +msgstr "Bekräfta nytt lösenord" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ditt gamla lösenord var felaktigt ifyllt. Fyll i det igen." + +msgid "Old password" +msgstr "Gammalt lösenord" + +msgid "algorithm" +msgstr "algoritm" + +msgid "iterations" +msgstr "iterationer" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "variation" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "minneskostnad" + +msgid "time cost" +msgstr "tidskostnad" + +msgid "parallelism" +msgstr "parallellism" + +msgid "work factor" +msgstr "arbetsfaktor" + +msgid "checksum" +msgstr "kontrollsumma" + +msgid "block size" +msgstr "blockstorlek" + +msgid "name" +msgstr "namn" + +msgid "content type" +msgstr "innehållstyp" + +msgid "codename" +msgstr "kodnamn" + +msgid "permission" +msgstr "rättighet" + +msgid "permissions" +msgstr "rättigheter" + +msgid "group" +msgstr "grupp" + +msgid "groups" +msgstr "grupper" + +msgid "superuser status" +msgstr "superanvändare" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Anger att denna användare har alla rättigheter utan att uttryckligen " +"tilldela dem." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"De grupper som användaren är medlem i. Användare får tillgång till alla " +"rättigheter som deras grupper har." + +msgid "user permissions" +msgstr "användarrättigheter" + +msgid "Specific permissions for this user." +msgstr "Specifika rättigheter för denna användare." + +msgid "username" +msgstr "användarnamn" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obligatoriskt. 150 tecken eller färre. Endast bokstäver, siffror och @/./+/-/" +"_." + +msgid "A user with that username already exists." +msgstr "En användare med det användarnamnet finns redan." + +msgid "first name" +msgstr "förnamn" + +msgid "last name" +msgstr "efternamn" + +msgid "email address" +msgstr "e-postadress" + +msgid "staff status" +msgstr "personalstatus" + +msgid "Designates whether the user can log into this admin site." +msgstr "Avgör om användaren kan logga in på denna adminsida." + +msgid "active" +msgstr "aktiv" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Anger om användaren skall betraktas som aktiv. Avmarkera detta istället för " +"att ta bort konton." + +msgid "date joined" +msgstr "registreringsdatum" + +msgid "user" +msgstr "användare" + +msgid "users" +msgstr "användare" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Det här lösenordet är för kort. Det måste innehålla minst %d tecken." +msgstr[1] "" +"Det här lösenordet är för kort. Det måste innehålla minst %d tecken." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Ditt lösenord måste innehålla minst %(min_length)d tecken." +msgstr[1] "Ditt lösenord måste innehålla minst %(min_length)d tecken." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Ditt lösenord är alltför likt %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" +"Ditt lösenord kan inte vara alltför likt din övriga personliga information." + +msgid "This password is too common." +msgstr "Detta lösenord är alldeles för vanligt." + +msgid "Your password can’t be a commonly used password." +msgstr "Ditt lösenord kan inte vara ett allmänt använt lösenord." + +msgid "This password is entirely numeric." +msgstr "Detta lösenord är enbart numeriskt." + +msgid "Your password can’t be entirely numeric." +msgstr "Ditt lösenord kan inte bara vara numeriskt." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Lösenord nollställt på %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Fyll i ett giltigt användarnamn. Det får endast innehålla icke-accentsatta " +"små och stora bokstäver a-z, A-Z, siffror samt tecknen @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Fyll i ett giltigt användarnamn. Detta värde får endast innehålla bokstäver, " +"siffror och @/./+/-/_." + +msgid "Logged out" +msgstr "Utloggad" + +msgid "Password reset" +msgstr "Nollställ lösenord" + +msgid "Password reset sent" +msgstr "Lösenordsnollställning skickad" + +msgid "Enter new password" +msgstr "Nytt lösenord" + +msgid "Password reset unsuccessful" +msgstr "Lösenordsnollställning misslyckad" + +msgid "Password reset complete" +msgstr "Nollställning av lösenord klar" + +msgid "Password change" +msgstr "Ändra lösenord" + +msgid "Password change successful" +msgstr "Lösenordet ändrades" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..712fea06e34324220d2185cf3852a160d8535a0d GIT binary patch literal 5029 zcmZ{mO^h5z6~`+O0&D_=knm+lDv-sycxU#*&eu4OV>>pO#LnWZBUwm9HPbaSwbLJ? zt}c&fBOxTDCEC zN?G_Eq)Gh^-T~i)$KYG=BXIrwO5G1n!X+5sZSb4$Q}8?RcKEZp{T28D?tfRe{|Snn zzrs($f5E%q5}odXtMJ3{B>V)t2=9S?cnCfZZ-qaFAA&!JUx%;4&%;9>to%I*m$@&X z`1K?BIrvK`ak>sAX8(m7@BtRH0tfIMd=au_bsf@0y#bj*{j=tOp!o3?6hCg^hQI1g zDDk@o%J^j{saUI@Z`OPSirp{O&%X-A{xkLSXCXhe%SFatg%aoIpv3ouy8Vas{ZF8b z{{@u!UxED8Yg~SClTv?#E$$7@N}Rt7KMr4pC*iB`5%@NwyLy-;$a;=L(ZM-*AG`wT zqP_u7!*4@UsQwIPzUxr(`gbUC{vQ;750P~7Zw<=$`=Qu912udGO1>sg^8Vxc`LCep zT3Xm{L*wd;(>j7wYzx;7!~=#3}igqr)k& zIVCq7M=PjDYc4{xBJr2KL}<#j9f6{W=8*NvA#sv}DOH>Evz+3q__@I;@mS{+y)?&W z{YNw->!Xa7bw^@MNO;O&a zCb8PYxi!&L+iT7jzO7D$VrbLC^-STiRGT!?(v;Rng*eh(s|!|L*ocX>=@ss(ZR^Xax3TRN zl}(rWg23pkuOpfZ@y+ylSx6;HXA|RMbv7+8ZLX$%bMD9t9RCa%NMrFcMUiXkz3G8+t7 z5s_6F7hPJs(Y-9~J26Hk)WvK*g||gpJwWmQ|4nP;2hHW8E@$P{=&3g!ZR*8v9|FMT^` zd0$+ot4uVOYGcezvYPX(kwvDi|N8&ue^y1$rujSV`s zF4?P2Y`#OkW1X#IM>aT?o+Kcxo!q28Hn`N$UomNlbf2`2%B&y38*U$q%iFf>;YS&h z4uToj){ZqvM?XC=Ll--}GAxR5XMKG#nY0VB==%0r8+ol)YibbJ!`J;}eRb)=`3q;~ ztKV#IES<@y4k=zu$1Ja~*NXLVOldr>sfal>>%`@qbFGKw{ba7b&0A;L1`&0;qaW(J zV&-N?`^nOF9C8!4&Qa@qN2lZR)}PoquB*Q%R#JWM3B9>`d`az?smYxlh15`t%+wYk zaYnPqOz*O%b!>D}w(YvMx?Gr~8)C=n4*}})5w8xXPMe6B_@UtqmS*1Nu6&p8*f1Zf zhhZ9+WU^DqqF=sl@-h|!HR9_=|6UYePhJtiy1k4&;)1P>>6&(N8rNP1WV=6`$9(~!Ad6~@}bLYYa2|rM~q0r#oC?b$qLFctLll+o#&@C z&S!#^mwrU-NXF=3hsKnSU1FQzILE})|30&gT!tEM^t_q>33fl}s8 zTq*axn@A`LiMT+S83qXrQBO?XNGyMc(XnIi*F*8JS;4_+Zs>S0vPCVBJ#ng03C{64 z&IV`)RkPb?Z{%4O+t(x!^z, 2012-2014 +# Machaku , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Taarifa binafsi" + +msgid "Permissions" +msgstr "Ruhusa" + +msgid "Important dates" +msgstr "Tarehe muhimu" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "Nenosiri limebadilishwa kwa mafanikio" + +#, python-format +msgid "Change password: %s" +msgstr "Badilisha nenosiri: %s" + +msgid "Authentication and Authorization" +msgstr "Utambulisho na Idhini" + +msgid "password" +msgstr "nenosiri" + +msgid "last login" +msgstr "kuingia kwa mara ya mwisho" + +msgid "No password set." +msgstr "Hakuna nenosiri lililowekwa." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Muundo batili wa nenosiri au algorithm ya ku-'hash' isiyotambulika" + +msgid "The two password fields didn't match." +msgstr "Sehemu mbili za nenosiri hazikufanana" + +msgid "Password" +msgstr "Nenosiri" + +msgid "Password confirmation" +msgstr "Uthibitisho wa nenosiri" + +msgid "Enter the same password as before, for verification." +msgstr "Rudia kuingiza nenosiri ili kuhakiki" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Tafadhali sahihisha %(username)s na nywila. Kumbuka kuzinazingatia herufi " +"kubwa na ndogo katika sehemu zote mbili." + +msgid "This account is inactive." +msgstr "Akaunti hii si hai." + +msgid "Email" +msgstr "Barua pepe" + +msgid "New password" +msgstr "Nywila mpya" + +msgid "New password confirmation" +msgstr "Uthibitisho wa nywila mpya" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Nywila yako ya zamani imekosewa. Tafadhali ingiza tena." + +msgid "Old password" +msgstr "Nywila ya zamani" + +msgid "Password (again)" +msgstr "Nywila (tena)" + +msgid "algorithm" +msgstr "alogarithimu" + +msgid "iterations" +msgstr "mizunguko" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "kazi inayohitajika" + +msgid "checksum" +msgstr "checksum" + +msgid "name" +msgstr "jina" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "jina la msimbo" + +msgid "permission" +msgstr "ruhusa" + +msgid "permissions" +msgstr "ruhusa" + +msgid "group" +msgstr "kundi" + +msgid "groups" +msgstr "makundi" + +msgid "superuser status" +msgstr "hadhi ya mtumiaji wa juu" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Teua mtumiaji huyu kuwa na ruhusa zote pasipo kuziainisha wazi." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "ruhusa za mtumiaji" + +msgid "Specific permissions for this user." +msgstr "Ruhusa mahususi kwa mtumiaji huyu" + +msgid "username" +msgstr "jina la mtumiaji" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "Tayari kuna anayetumia hilo jina la mtumiaji." + +msgid "first name" +msgstr "jina la kwanza" + +msgid "last name" +msgstr "jina la mwisho" + +msgid "email address" +msgstr "anuani ya barua pepe" + +msgid "staff status" +msgstr "hadhi ya utawala" + +msgid "Designates whether the user can log into this admin site." +msgstr "Teua kama mtumiaji anaweza kuingia katika tovuti ya utawala." + +msgid "active" +msgstr "hai" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr " " + +msgid "date joined" +msgstr "tarehe ya kujiunga" + +msgid "user" +msgstr "mtumiaji" + +msgid "users" +msgstr "watumiaji" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Neno siri hili linafanana sana na %(verbose_name)s." + +msgid "Your password can't be too similar to your other personal information." +msgstr "Nenosiri lako haliwezi kuwa linafanana sana na taarifa zako binafsi" + +msgid "This password is too common." +msgstr "Nenosiri hili ni la kawaida mno." + +msgid "Your password can't be a commonly used password." +msgstr "Nenosiri lako hairuhusiwi kuwa ambalo hutumika mara kwa mara." + +msgid "This password is entirely numeric." +msgstr "Nenosiri hili lina namba tupu." + +msgid "Your password can't be entirely numeric." +msgstr "Nenosiri lako haliwezi kuwa la namba tu." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Kuseti upya nywila ya %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "Umetoka" + +msgid "Password reset" +msgstr "Kuseti nywila upya" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "Ingiza nywila mpya" + +msgid "Password reset unsuccessful" +msgstr "Imeshindikana kuseti nywila upya" + +msgid "Password reset complete" +msgstr "Kuset nywila upya kumekamilika" + +msgid "Password change" +msgstr "Kubadilisha nywila" + +msgid "Password change successful" +msgstr "Imeshindikana kubadilisha nywila" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..77070958de4caca1c831fb01e713f63cf2e9061e GIT binary patch literal 2679 zcmai!ON9k$-?>%YJ<}nflB)kc&iT)O9^HR! zS%22ydA@w_fZKWhxQ`D{XPx8BfuDf8!Joj#z&l_C+;qR=JP2+BH-id%7@Pzj0cXHx zz<0q7pa+V52#Q@76rR)I1K^jS*nLx;p93FazXGlYGf@0*l=nY?!t*n@3H%)t9XTlW z|CIZGLGjzjp~Tq?eoKy9K`Fp@9DWVHMeu3xH?R(F*yuPf$T_$d{0MvwyZ~0g@4*ki zzd^B^CCC`q0$&D~!56`+py>M*6#qZLo#21v{dSU+y3T^aa}?YH8c^)dfYO(X;4bhN zQ0&)HJmJ{_N}Rpm)8L1owD2ij>BH!=l>_OEa7(?B;cVlTT9S(MEbpVdQbU=I$9bi$ zQagE`Z~GMT<|zcPUsLuY$*W-_!{; z$7m0tVrebxr_SFOxrb9fXt{59{nTy5byb;rui@@XJZ-Rb_mf{;P1Pn}cWb-d zscAL&YJK{(owcc24MX>ccRUczyVy1w-cq)g;-)$s1N<(epq^{o4QAAY_c|pqy z)f=c``(|jjRcXLpd?LTAea~%px?NWd-3~%EwqQ)BJ~6SlxL7s97tDJns?E4PQDoGI zuymdY16NjRWqkp`FB< z_Y!wDqVddYUG4ffFawcr=*nE!O?2oUh?90&S5e1q)0wF~s#wm9Me3y)H95Yg;^f(x zJiC*d+yJiD6rPUqQKd%^cKcVFe%b-TZwXSdmZnrG+w_ou`*yDff$ z!|aCT$gsisR-WBlb$7*j67GV%`f_bb?+{I|jMdhIN`qfrX;PFE8T}cttzP2@ a{otQO=48#DDEE*y^u>0x5No)GIsFe>lbsL% literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 00000000000..3e89f57e1b0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,283 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "தனிப்பட்ட விவரம்" + +msgid "Permissions" +msgstr "அனுமதிகள்" + +msgid "Important dates" +msgstr "முக்கியமான தேதிகள்" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "கடவுச்சொல்" + +msgid "last login" +msgstr "கடைசி உள்நுழைவு" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "கடவுச்சொல்" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "இந்த கணக்கு செயல்பட துவங்கவில்லை" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "கடவுச்சொல்(மறுபடியும்)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "பெயர்" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "குறிமுறை பெயர்" + +msgid "permission" +msgstr "அனுமதி" + +msgid "permissions" +msgstr "அனுமதிகள்" + +msgid "group" +msgstr "குழு" + +msgid "groups" +msgstr "குழுக்கள்" + +msgid "superuser status" +msgstr "மேலாளர் இருப்பு நிலை" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "இந்த பயனருக்கு எல்லா அங்கீகாரங்களும் வழங்கப்படவில்லை." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "பயனர் அனுமதிகள்" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "பயனர் பெயர்" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "முதல் பெயர்" + +msgid "last name" +msgstr "கடைசி பெயர்" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "பணியாளர் நிலை" + +msgid "Designates whether the user can log into this admin site." +msgstr "பயனர், 'மேலாளலர்' பக்கத்தில் நுழைவதை முடிவு செய்கிறது" + +msgid "active" +msgstr "செயல்படும்" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "சேர்ந்த தேதி" + +msgid "user" +msgstr "பயனர்" + +msgid "users" +msgstr "பயனர்கள்" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "வெளியே வந்துவீட்டீர்" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4aad473bb99ee2728bfb4d11faad923022e85e8d GIT binary patch literal 2955 zcma)+TW=Iq9KeqXi0d7^qQW7HwBYWxr3!AX;hsQRX`uLGG#Phhw}Z1Yo0-`b5)*+$ zK@Ev7g@l+8w4&ibrW%mGKzQ&2$Oq7QG12d!#^3+U?DoQXIoUbCIdlH!e?R;4s%6uP zv7YByo)_*?stjMcn~Cuo?1jI>)o}GaN<9oW!UEh1AAmdI)9^sPcHv6alkgGv0bC0| zgO9^2@P7Csd=UNwH^5(@=vlr@sTFV?6g@9OkuO8BI|P@*y-?&v^6!V>eXQSs{L}=K zoNqumHwi`02`GM_f&A2YCh_wE6!`>-{y8{JPHw`tSRcmNemDy^!$06A*mExrJOp>c z_u=#K7JLf+3PtWO_%`gtNIyIUWq%HCfw$p%a0Nj~9YQF1`y%HpD0ND6{t2ZXYY0yA zx(P}iw?oNe4N9EHq1ZVCSHVm9dJewK`ZkpFD@jfXu7%PQqwpCRK+>Raf6;i1mB`6h z$0NRoe|h^Dn;bPdfYLJML;R8<^?#CQjVu__XAhaTtTwcSsfpBCYDCB;2C2_;Jdg6= zzIuX3hU80z#3MuUpmyk1v(pgZP)fU#v0$M6D6eFNL$rv&>}!yUEiw4?xa&v8C5l~9m$oF==G7n z^&MLgTNG>axgG|srZRJ+Jd4j>P;<-L;E5TlJ_o9#nK;?7(<&7X_E1 z6n7I&MGy4#Z!Pw{S{xYE{aY%7uWarc=<7qUc+i=2MQ0be!OFnk<~~MYgm8=Fq2))O z6$fEO@3(xPB#t<)?Rfe%ykWWBGs}`x<#o>Z^_Eq4isO#esOWLWYt>u2XCjW9m2!D% zYN`~ALbv7|Emea?ISZ)`FF#$5opNtsbl>Qn`QZCYeT7|tA3Huy9cvO@>>Q2DO^@yx z(lk{VIq~q}@x8@u^KxRV=7hyPK81GudPQ%0*Nr<~ijKmV*9tAKxHkwJQAPVrvy6rZ zhIIBi+~e!@!@9qBsG!p1v`&+6(&R>(d@H}%6KOJ&&VItzQ)zNCO{TNO)ik+j1eve! zDNW9$$t80xVGHq(WqbCF5lYa5?(1z0sG3QW%k2{#IXQ<}jB|pc=Z$?#erir$M6Iozeeh=pQ}kzM*?eXy2PKnUD8kr>iKI7v(*x=;u<- zgm*GSiI}PD4IErtmb^qKN=vk7CH=3sKQyN4ER<3&Uh+y^ZPzm^6An-#9LP(N`Oq#{ za#Cx|OT&`ekMa&N8DDI`v}32)#1uymAuX9k3Ph)$HkFcy*3se~exKzPx*lWh`-W@??^ScJ2?K^f3>jf`@ZHxzZVvdCoD9+UG+ zYjMY?1@$NE++3XCFNG^l<*%D%-Xz&Yk^QgQIg>0C0eQPT>HbwO^=5(TE=rap K^$v;7>AwNnnfze@ literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d50487ce66b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,285 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Jannis Leidel , 2011 +# వీవెన్ , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "వ్యక్తిగత సమాచారం " + +msgid "Permissions" +msgstr "అనుమతులు" + +msgid "Important dates" +msgstr "ముఖ్యమైన తేదీలు" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "సంకేతపదాన్ని విజయవంతంగా మార్చారు." + +#, python-format +msgid "Change password: %s" +msgstr "సంకేతపదాన్ని మార్చుకోండి: %s" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "సంకేతపదం" + +msgid "last login" +msgstr "చివరి ప్రవేశం" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "ఈ రెండు అనుమతి పదాలు అసమానమైనంగ ఉన్నాయి" + +msgid "Password" +msgstr "సంకేతపదం" + +msgid "Password confirmation" +msgstr "సంకేపదపు నిర్ధారణ" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "ఈ ఖాతా అచేతనమైనది" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "కొత్త సంకేతపదం" + +msgid "New password confirmation" +msgstr "కొత్త సంకేతపదపు నిర్ధారణ" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "పాత సంకేతపదం" + +msgid "Password (again)" +msgstr "సంకేతపదం (మళ్ళీ)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "పేరు" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "సంహితనామము" + +msgid "permission" +msgstr "అనుమతి" + +msgid "permissions" +msgstr "అనుమతులు" + +msgid "group" +msgstr "గుంపు" + +msgid "groups" +msgstr "గుంపులు" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "వాడుకరి అనుమతులు" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "వాడుకరిపేరు" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "ఈ నామముతొ ఇంకొ వినియొగదారి ఉన్నరు" + +msgid "first name" +msgstr "మొదటి పేరు" + +msgid "last name" +msgstr "ఇంటి పేరు" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "ఉద్యోగస్తుల స్థితి" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "క్రియాశీలం" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "చేరిన తేదీ" + +msgid "user" +msgstr "వాడుకరి" + +msgid "users" +msgstr "వాడుకరులు" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "నిష్క్రమించారు" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..301132d3189547139250765c9d496bb14a224b9f GIT binary patch literal 7932 zcmd6rTZ~;*8OIkF0qX?>1q3e(v@jz*XQqX6nNpz8R+@0BWq=SPWY0N!&g}M_y@#{+ z=`d=P(oU>IQX9ZDaiwAB>k^d@;f3gYm%!6Mz4;_qojU zioUqhb^d#=%eTJE|NGXO{_(=IpEW$2XrG~#&ossZe|k1QJpJbwb0fGC>;<=i7JLT0 z2s{LC2Hyd10xvt)7#|!2KLpNz74YZaBVf;Y##{*Q2CoC31J4Ija5eZIxD34b!^V6R zyaN0*SOhNs@67uj0-0)t^Zp2woX5e-!0&^f178O}1-=V@9DEPF1pGVrdGK5|lO0!s zmxF7-kAM$?9|KF^!{DRfMlc1x0A9i*`DqO(J6-^#=K^>o_*YQ=JRc+0fh#~`!g(%I(f0N^Tpya;~O3pt)%{v2O z`aTELz88X$dwJe}6{vZuK$e&rK>2$;D0%niRHo%M6^i}Y?U<&qqg4ly1&HMTW{{UW2(5?ah1xDcV zPiFpq7W@j|Z-5p&gWw~=TnXy?I#BVuALO4I=SOzz0Tus!p!hHa4uHP|*MMhTobl#X zQ0pHAZw0>r-US{3L-0Jvbvrl)%6~JU?E4k?BKSV|GWg`B*}MXz`4iuxp!~B1@?HzR z3Vs#*EqE`u8s&ZjPJoKra>yn5{UBXt9VorOmVZAAYTu_o`R`|-c=LNu>;DWYAO4p2 z{~N>vbM|L5J1++{?^;lDZUMFaVNmmYP=5O+C_N@}`~j$SuYs6qCc(SGcR}fSDM_ik zypEqf@ILTra3`p|c^wr0ex2j*K-u*d5E{8>IluCe^wF5sucGOZE^BDG&0Iy34y^|f z&St3Q>YezbSSo*84`FeZpnjYn~ zo;zqRm%xp*Gie2y;(G&44{7T1Sns#cuBQ#qzDy(aAYM=C)%@PrMnhZuQeww~WW?@$IM=$74~wJYbi{X1yN=mC#Gr)Jac9f;ii8 z#EaRYYDfKgEr?@8#!icBr+K`BV8;}&5E2*L{M{aUeG;Mj;yUtI&4$dVV@YE-d7 zm_+ollUJ?SP9CoZuK6 z4cju^iFETyrKk}mcxgk;3#w*An4p+vw|mu~+;(Zv4oWFH8@{c1f8E?eb@9A`W~^R5wDJBjIi5(vCjvWANphMsODSB=doDQ zinjbUWLR7wk$4~O=0Gl_G*^YARh}G;kGau3oZN@ zajvaapja|O?C**y6(R#e%st&Ib$`gG!-0gsD05HLQ84zQ`@ICYwW-;hGqwFxofOCUhEp~)~mI%t^26endCk(p*BjCy0*>w$-3n| zBJ(3zvM*g1lb%ca8ezAtom?}UAy5>0RkCF`GMlTu7yA|gj<=<#UKin)_ozDLrA0Js z`L1a1i4u}U6=Nu()(i)JwH!NElSCzi6;KCdl|g2U|7atq`{kltxw^lL!3y}WKjznq z_O2G~%RwbbNWMj+SB4bLeWQL!tXfnw#I|->DVjl;S*b^jQB|B)dJp;4D6G&E6>YoX zQG6Fo(5Ch;g)wK0rkpBSFdqH9ci)aaQkW`Hru^=;3wmT zNa}PloN3$aFuscFW^+B#F2JEuU z_ZGJJ+XG1|tjB)?c2)nX{zCui!phaQzkguW_1Ejm(LEozl*g0h{=bC4Hk+sI$hUG8Js? z{ev3|H+JS}uVKGl*Z}*=RPh0O<4};al|)8m+2(44@D?^w`Qrf_j=Ily?W#34dtKWT z+AG%DmA(A&*S_AQ2h(|*&ZGy@Bk6QHweV&-pHAE6o>VV$bWit;ZtErgvfEBN+1$Bs zxVbZ(vTk%Loo_zQtf`_&U!!{tA#)mzKR=k#UWt_R%i zZ`p3q-D3BhOhl$8YbEW?=FaBhN8ea@Q&yOCpL)~7=}fK{W=YlA^su{0r7xh@ZdqyR zJA^{htizNQ^2e!l&vcZx+_KqR1G&XEcR17L8JTYGX+9x^WJb{}{E(5ih2z~F!#E-)^#bP;)3 zv6~R#KA7Mn5zGHcOM=_o(CI3Ot z1LBg{bx6*1)-)%iym+^0Glfvh#34}P6_dW?d@#T8G?NkWHlyEhD{;zGh-UNV6VfD| z)ASd3IW>WE7fLiuDs_UA`TDSkz*EO|qD^bEhjzCfzF)@E@FjR1jA+;W-w>(TVrikt=>6>(|-SR~`#^rPh3SJbEcy;F<{fqy=NuOs(m2M|nGE-}*TPib7KIF0@ zqc(C{vGd8SbDFB?sfsOiIl4cOoTuoNeBi{KxQdH!aH_d8b8)+TYwg6* zHzcrU@n34a&Stq7_fjzA65jHa^6}f+SFTemlpM|7mf*3G29CZ`v=nG}I+Np;DTm#k ze7v+PJyYOkI){tM!|dR20zODFZJ!iHBsO1b}dq*2FG%IT9zLV*Yu}$(&{W$kA?UtoZc5!Seo9Qr_-Ez}| zsvUA>>$0Q*h2`yXA~EgLq>}=z8k?o|(m!9dhbvg(M9Ul%yg6yzzA`DLR1ObHf&2hU zXCa!1AT6NNehkddx09)n5zsl(F$Afqnyk(G7Tpd$sO$;OL9S48^C1Lh)HtM@Csww@ zwMf^ub!1T%M0n?0{mF2G9Bg~l-K9>D-_9zDODD5i<_sz+#2FDCQ^>7sv$m(Ca{H|6 zTwD!e7M-%jDGJ{y&}~AgTJtA_#hxD7}m&Q?#(7G_F zA}I2@tfH%G!f9Vt-S(#Q=TFzGf@`=&J|#7EUr>B>1>kUL?s20qY(g6=7*IKLm(ELt zMtO5kD;FobyK~IruW6O4+yRDLwSpRAZb}b@uc!SV8Qd|BwM>h+^pW99$DC*+I%)E1{>PZy ps92tSKFjiB?-cV+I-G@!s)i+00y%$DLCpecvMpqDUOS-Ee*j^HO11z1 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 00000000000..984b9699e68 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.po @@ -0,0 +1,299 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Surush Sufiew , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2020-05-15 00:26+0000\n" +"Last-Translator: Surush Sufiew \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Маълумоти хусусӣ" + +msgid "Permissions" +msgstr "Салоҳият" + +msgid "Important dates" +msgstr "Санаҳои муҳим" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s бо калидҳои ягонаи(pk) %(key)r вуҷуд надорад." + +msgid "Password changed successfully." +msgstr "Рамз муваффақона иваз карда шуд." + +#, python-format +msgid "Change password: %s" +msgstr "Ивазкунии рамз: %s" + +msgid "Authentication and Authorization" +msgstr "Истифодабарандагон ва гурӯҳҳо" + +msgid "password" +msgstr "рамз" + +msgid "last login" +msgstr "охирин вуруд" + +msgid "No password set." +msgstr "Рамзро ворид созед." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Формати рамз ё алгоритми ҳеш(hash) ношинос аст." + +msgid "The two password fields didn’t match." +msgstr "" + +msgid "Password" +msgstr "Рамз" + +msgid "Password confirmation" +msgstr "Тасдиқи рамз" + +msgid "Enter the same password as before, for verification." +msgstr "Барои тасдиқсозӣ хоҳишмандем, бори дигар рамзро ворид созед." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Хоҳишмандем %(username)s ва рамзро дуруст ворид созед. Ҳарду майдон " +"духӯра(case-sensitive) ҳастанд." + +msgid "This account is inactive." +msgstr "Ин ҳисоби корбарӣ хомӯш аст." + +msgid "Email" +msgstr "Суроғаи почтаи электронӣ" + +msgid "New password" +msgstr "Рамзи нав" + +msgid "New password confirmation" +msgstr "Тасдиқи рамзи нав" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Рамзи пешинаро нодуруст ворид кардед. Хоҳишмандем аз нав шакли дурусташро " +"ворид созед." + +msgid "Old password" +msgstr "Рамзи кӯҳна" + +msgid "Password (again)" +msgstr "Рамз (такроран)" + +msgid "algorithm" +msgstr "алгоритм" + +msgid "iterations" +msgstr "итератсияҳо" + +msgid "salt" +msgstr "намак" + +msgid "hash" +msgstr "ҳэш" + +msgid "variety" +msgstr "маҷмӯа" + +msgid "version" +msgstr "версия" + +msgid "memory cost" +msgstr "истифодаи ҳофиза" + +msgid "time cost" +msgstr "истифодаи вақт" + +msgid "parallelism" +msgstr "параллелизм" + +msgid "work factor" +msgstr "омили корӣ" + +msgid "checksum" +msgstr "натиҷаи санҷиш" + +msgid "name" +msgstr "ном" + +msgid "content type" +msgstr "намуди контент" + +msgid "codename" +msgstr "номи рамзӣ" + +msgid "permission" +msgstr "салоҳият" + +msgid "permissions" +msgstr "салоҳият" + +msgid "group" +msgstr "гурӯҳ" + +msgid "groups" +msgstr "гурӯҳҳо" + +msgid "superuser status" +msgstr "статуси истифодабарӣ аввалиндараҷа(superuser)" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Нишон медиҳад, ки истифодабаранда дорои ҳама гуна салоҳиятҳост." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Гуруҳҳое, ки истифодабарандаи мазкур ба онҳо шомил аст.Истифодабаранда ҳамаи " +"салоҳиятҳои дар гуруҳҳо мавҷудбударо дорост" + +msgid "user permissions" +msgstr "ҳуқуқҳои истифодабаранда" + +msgid "Specific permissions for this user." +msgstr "салоҳиятҳои шахсии истифодабаранда" + +msgid "username" +msgstr "номи истифодабаранда" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Майдони пуркаданаш зарурӣ. На беш аз 150 аломат. Танҳо аз ҳарфҳо, рақамҳо ва " +"аломатҳо @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Чунин номи истифодабаранда алакай вуҷуд дорад." + +msgid "first name" +msgstr "ном" + +msgid "last name" +msgstr "насаб" + +msgid "email address" +msgstr "суроғаи почтаи электронӣ" + +msgid "staff status" +msgstr "статуси шахс" + +msgid "Designates whether the user can log into this admin site." +msgstr "" +"Қайд кунед, агар истифодабаранда ҳуқуқи воридшавӣ ба қисми маъмурии сомонаро " +"дошта бошад." + +msgid "active" +msgstr "фаъол" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Қайд кунед, агар истифодабаранда фаъол ҳисобида шавад. Қайдро бекор кунед, " +"дар ҳолати нест сохтани ҳисоби корбарӣ" + +msgid "date joined" +msgstr "санаи бақайдгирӣ" + +msgid "user" +msgstr "истифодабаранда" + +msgid "users" +msgstr "истифодабарандаҳо" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Рамзи воридкардашуда ба %(verbose_name)s монанд аст." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "Рамзи воридкардашуда хеле серистеъмол аст." + +msgid "Your password can’t be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "Рамзи воридкардашуда танҳо аз рақамҳо иборат аст." + +msgid "Your password can’t be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Барҳамдиҳии рамз дар сайти мазкур %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Номи истифодабарандаро дуруст ворид созед. Қимати ин майдон бояд танҳоаз " +"ҳуруфи англисӣ, рақамҳо ва аломатҳо @/./+/-/_ иборат бошад." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Номи истифодабарандаро дуруст ворид созед. Қимати ин майдон бояд танҳоаз " +"ҳарфҳо, рақамҳо ва аломатҳо @/./+/-/_ иборат бошад." + +msgid "Logged out" +msgstr "Рухсатшуда(Logged out)" + +msgid "Password reset" +msgstr "Барқарорсозии рамз" + +msgid "Password reset sent" +msgstr "Мактуби дастурамал оиди барқарорсозии рамз равон карда шуд." + +msgid "Enter new password" +msgstr "Рамзи навро ворид созед" + +msgid "Password reset unsuccessful" +msgstr "Мушкилӣ ҳангоми барқарорсозии рамз." + +msgid "Password reset complete" +msgstr "Барқарорсозии рамз ба анҷом расид." + +msgid "Password change" +msgstr "Ивази рамз" + +msgid "Password change successful" +msgstr "рамз муваффақона иваз карда шуд" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5f96948f45846c8b0c0e755ce1fe138834eec09b GIT binary patch literal 6013 zcmbuCTZ|i58OKkdg|dYL0a{Wh9GZsi671bg(l&9DmNXY>)n>B_8=w*wP3*Bfi9NH- zjI#+KNYYAaQX(Pc(rj8)BvF)Jpp+(Q$AA!s7al4hg!%wTbPx|bP^l8?LlFY;`_38L zvtDnN2y4gxGiSc@UH;!?ynk78{Yk~A#Pvz8H?C7^JNS!t^Tp@w>y;V-{{?Dr*$qm4 z1l$ZxfnNdFg3p33_&1P0HSr#$mVn#A4}!bEyTK3~0-pij4_*S7g1-Vk1pX=8{|9&@ z_itzW*S**3Spwe1{vF__zzyKXz^{TggCTe;co6(FI0t?LY=bv}uYn%`{|bH`d=p#- zPGW317=q%@X>cR>5{L`xE%1Hdzd`=g4crLc42s@cLD9Pml=#L$;bA=}=N|x}P)%gd zCo_B)@G>~b{_Eg*xJJ07E{3^;pK&f)K;6M5 zEib;`%a#8~zm0Nzp6e#Ad$@%2)m-B98ZOGf%mKq8Yw4-Zhg6u4%$UwcxRj4@S2Qcj zw=8exB0Q59;r_E+(9r#?%vN`IcPvM8`Q>~2de)2U zI<7mhx%HiRJ>!N=FN#nZ883oXjLDgXSN7t@evL8| zcz%uZZnKzII9qqw3*~`TS$2Hg2x{8%&T1UMNW3SiRwYCQPI0x9TRoz zRxqrca_sGOi+ZOYxed1*Tb-UC#So)|s;;mdi*HW39JG94X-m`b8fuFl&Q*Iaq zzSE#Ms)3qnxK8A1%9%7dSPMhR@A6@32CLZ=c!#H=o(y7YLmFgPK&wB?bam!xSE6*!#@@or7Y!uZrRU6Odl9Q>dcoqMy7|n6HE>cp(wz@P+ z&(DfdJsh+`9prMUXDL||5e4G;Sxh8A&x_WJwaIW%Sxw66RF^8(-SVEO)l}u6;tC5& zN>%R;Jm0M-S1Oy1s*s^bQD9N5jZiHNS~JRgM@ni|k)P01U!)oiVl<`a+od^SzB=5h z-UP@kBNaJ~SVgf@t!lpG7CS9O&A7@oWUb6bPe)`nj0JfTDQ3|gT_xBcR8wKFn?x5T zDuplcjQ%L;%5KJ1Fto#!{w!>ZYF?%AK&uuNrh}3mn%X{H*d!wX*}`V%DCw1Be8xJE5`T?Jp>_z>Co|`hJ#Bb z{b0cG)eO%taD8Z_-(qJMO{drIkw?X-SpGsy$S=|r_o2YAwVaw;n0B3JNl(`uPY>7Q zc&0QuIy*aCj77Isb@z$*sEw`zjqL1bTpt}7+BUImOOJ=~;@HrpfR6C-Z~qK|#_qm& zbf&>LSf}wSq)#{OoZebk(~}chRW~ebq24OYs*+x_%Zs}{qN6@E)o6uIqp+3v7L~L= zV{W4jA4`)Tr^!=k(oWk)()J^=&mx&ilb>db_M>TX!mLk; zSaPr@CXb#>+XvI+f)TigUT$7Wlk;hE(tKY`6Kp(Z%$&(YlNZe`Hj*?sE0#p~vP#v2~t43TNbfMa+i5qN)QfghrM zFgeEj6~i;-U<`|vuDj%@d{`RFFLui1uoOn*j~j#|M>h5A<+WG(r!4VLS_JF4Y#@n-|Md%o`A7_Nylw6f%b8@clH|w<)U~cN;Ss(ZE zDx3F$!8<#d=^#AEZTc-ggiYxt*{hL|co`j+&S*bk<@EgD!OTDk3?1~}V0v@YcJP?M zjVq>$P5X&Dl5FP!3-o3#rODGK804RpSEYDF-yEaA3MMgB2^Dvc5c{L<`5?u}@Ie#S z?3>C?5$v$wydhB(6AqJs@z;4BiNWsgjcgVz5_5MZi1WyZUv|*o9V$_L%*;F@&jwpA zkBnv}GH38{jt0W6P0?c32nxb%Ab3m0PiSM21N{j!{tTKo_9e4mURe7!?#w0Qs!X~; z{~pZOf3*9%jleHj3g%~{`$K`IA_8R2BHDdBQKwV^zXEv1+V&MCAaB8W%HfwXOpKst zn1A2@pNA=!u4!^^Ex=dyBI%o&rY@k8UnEbMcO0oXhZT~?3V%?6MI;tDHaKaVT zF4!{v=NQra@0UY{3$j5S;{nx#?JPM~ab9|1{hCISR(K{&p5;Kl!~o}HZb$;KGC=xh cH_Zbd4>-XOXWS;K{IMX%gaDPWHNX7-2L$Xn3jhEB literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po new file mode 100644 index 00000000000..79da789b8f0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,282 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-11-29 04:33+0000\n" +"Last-Translator: Kowit Charoenratchatabhan \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "ข้อมูลส่วนตัว" + +msgid "Permissions" +msgstr "สิทธิ์" + +msgid "Important dates" +msgstr "วันที่ที่สำคัญ" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "เปลี่ยนรหัสผ่านสำเร็จแล้ว" + +#, python-format +msgid "Change password: %s" +msgstr "เปลี่ยนรหัสผ่าน: %s " + +msgid "Authentication and Authorization" +msgstr "การตรวจสอบและอนุมัติ" + +msgid "password" +msgstr "รหัสผ่าน" + +msgid "last login" +msgstr "เข้าสู่ระบบครั้งสุดท้าย" + +msgid "No password set." +msgstr "ไม่ได้ตั้งค่ารหัสผ่าน" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "รูปแบบรหัสผ่านไม่ถูกต้อง หรือไม่รู้จักแฮชอัลกอริทึมนี้" + +msgid "The two password fields didn't match." +msgstr "รหัสผ่านไม่ตรงกัน" + +msgid "Password" +msgstr "รหัสผ่าน" + +msgid "Password confirmation" +msgstr "ยืนยันรหัสผ่าน" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "กรุณาใส่ %(username)s และรหัสผ่านที่ถูกต้อง มีการแยกแยะตัวพิมพ์ใหญ่-เล็ก" + +msgid "This account is inactive." +msgstr "บัญชีนี้ไม่ทำงาน" + +msgid "Email" +msgstr "อีเมล" + +msgid "New password" +msgstr "รหัสผ่านใหม่" + +msgid "New password confirmation" +msgstr "ยืนยันการตั้งรหัสผ่านใหม่" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "ใส่รหัสผ่านเก่าผิด กรุณาใส่รหัสผ่านอีกครั้ง" + +msgid "Old password" +msgstr "รหัสผ่านเก่า" + +msgid "Password (again)" +msgstr "รหัสผ่าน (อีกครั้ง)" + +msgid "algorithm" +msgstr "algorithm" + +msgid "iterations" +msgstr "iterations" + +msgid "salt" +msgstr "salt" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "ปัจจัยการทำงาน" + +msgid "checksum" +msgstr "checksum" + +msgid "name" +msgstr "ชื่อ" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "รหัสชื่อ" + +msgid "permission" +msgstr "สิทธิ์" + +msgid "permissions" +msgstr "สิทธิ์" + +msgid "group" +msgstr "กลุ่ม" + +msgid "groups" +msgstr "กลุ่ม" + +msgid "superuser status" +msgstr "สถานะผู้ใช้พิเศษ" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "กำหนดสิทธิ์ทุกอย่างให้ผู้ใช้ โดยไม่ต้องการมอบหมายอย่างเป็นทางการ" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "สิทธิ์ของผู้ใช้" + +msgid "Specific permissions for this user." +msgstr "สิทธิ์ที่เฉพาะเจาะจงสำหรับผู้ใช้นี้" + +msgid "username" +msgstr "ชื่อผู้ใช้" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "ชื่อผู้ใช้นั้นได้ถูกใช้ไปแล้ว" + +msgid "first name" +msgstr "ชื่อ" + +msgid "last name" +msgstr "นามสกุล" + +msgid "email address" +msgstr "ที่อยู่อีเมล" + +msgid "staff status" +msgstr "สถานะของพนักงาน" + +msgid "Designates whether the user can log into this admin site." +msgstr "กำหนดผู้ที่จะเข้ามาใช้งานในส่วนของผู้ดูแลระบบ" + +msgid "active" +msgstr "ใช้งานได้" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "กำหนดให้ผู้ใช้มีสถานะที่สามารถเข้ามาใช้งานได้ เลือกออกแทนที่จะลบชื่อผู้ใช้ทิ้งไป " + +msgid "date joined" +msgstr "วันที่เข้าร่วม" + +msgid "user" +msgstr "ผู้ใช้" + +msgid "users" +msgstr "ผู้ใช้" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "รีเซ็ตรหัสผ่านบน %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "ออกจากระบบ" + +msgid "Password reset" +msgstr "รีเซ็ตรหัสผ่าน" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "ป้อนรหัสผ่านใหม่" + +msgid "Password reset unsuccessful" +msgstr "ตั้งรหัสผ่านใหม่ไม่สำเร็จ" + +msgid "Password reset complete" +msgstr "รีเซ็ตรหัสผ่านเสร็จสมบูรณ์" + +msgid "Password change" +msgstr "เปลี่ยนรหัสผ่าน" + +msgid "Password change successful" +msgstr "เปลี่ยนรหัสผ่านสำเร็จ" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a1e0ec3fb7e15120438c45aad715a4072945969a GIT binary patch literal 7467 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, 2020 +# Resul , 2022-2023 +# Welbeck Garli , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-17 03:19-0500\n" +"PO-Revision-Date: 2023-12-04 08:09+0000\n" +"Last-Translator: Resul , 2022-2023\n" +"Language-Team: Turkmen (http://app.transifex.com/django/django/language/" +"tk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tk\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "Şahsy maglumat" + +msgid "Permissions" +msgstr "Rugsatlar" + +msgid "Important dates" +msgstr "Möhüm seneler" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Esasy açary %(key)r bolan %(name)s obýekt ýok." + +msgid "Password changed successfully." +msgstr "Parol üstünlikli üýtgedildi." + +#, python-format +msgid "Change password: %s" +msgstr "Paroly üýtgetmek: %s" + +msgid "Authentication and Authorization" +msgstr "Şahsyýet tanamak we Ygtyýarnama" + +msgid "password" +msgstr "parol" + +msgid "last login" +msgstr "soňky giriş" + +msgid "No password set." +msgstr "Parol goýulmady." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Nädogry parol formaty ýa-da näbelli hashing algoritmi." + +msgid "The two password fields didn’t match." +msgstr "Iki parol meýdançasy gabat gelmedi." + +msgid "Password" +msgstr "Parol" + +msgid "Password confirmation" +msgstr "Parol tassyklamasy" + +msgid "Enter the same password as before, for verification." +msgstr "Barlamak üçin öňküsi ýaly paroly giriziň." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Çig parollar saklanmaýar, şonuň üçin bu ulanyjynyň parolyny görmegiň " +"mümkinçiligi ýok, ýöne şu formany ulanyp üýtgedip " +"bilersiňiz." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Haýyş, dogry %(username)s we paroly giriziň. Iki meýdançanyň hem baş-setir " +"harpa duýgur bolup biljekdigine üns beriň." + +msgid "This account is inactive." +msgstr "Bu hasap hereketsiz." + +msgid "Email" +msgstr "E-mail" + +msgid "New password" +msgstr "Täze parol" + +msgid "New password confirmation" +msgstr "Täze parol tassyklamasy" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Köne parolyňyz nädogry girizildi. Gaýtadan girizmegiňizi haýyş edýäris." + +msgid "Old password" +msgstr "Köne parol" + +msgid "Password (again)" +msgstr "Parol (gaýtadan)" + +msgid "algorithm" +msgstr "algoritm" + +msgid "iterations" +msgstr "gaýtalama" + +msgid "salt" +msgstr "duz" + +msgid "hash" +msgstr "hash" + +msgid "variety" +msgstr "dürlülik" + +msgid "version" +msgstr "wersiýa" + +msgid "memory cost" +msgstr "ýadyň bahasy" + +msgid "time cost" +msgstr "wagt bahasy" + +msgid "parallelism" +msgstr "parallellik" + +msgid "work factor" +msgstr "iş faktory" + +msgid "checksum" +msgstr "çek" + +msgid "block size" +msgstr "blok ölçegi" + +msgid "name" +msgstr "at" + +msgid "content type" +msgstr "mazmunyň görnüşi" + +msgid "codename" +msgstr "kod ady" + +msgid "permission" +msgstr "rugsat" + +msgid "permissions" +msgstr "rugsatlar" + +msgid "group" +msgstr "topar" + +msgid "groups" +msgstr "toparlar" + +msgid "superuser status" +msgstr "superuser ýagdaýy" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Bu ulanyjynyň aç-açan bellemezden ähli rugsatlarynyň bardygyny belleýär." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Bu ulanyjynyň degişli toparlary. Ulanyjy her bir topara berlen ähli " +"rugsatlary alar." + +msgid "user permissions" +msgstr "ulanyjy rugsatlary" + +msgid "Specific permissions for this user." +msgstr "Bu ulanyjy üçin ýörite rugsatlar." + +msgid "username" +msgstr "ulanyjy ady" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Gerekli. 150 harp ýa-da azyrak. Diňe harplar, sanlar we @/./+/-/_ mümkin." + +msgid "A user with that username already exists." +msgstr "Bu ulanyjy adyny ulanýan ulanyjy eýýäm bar." + +msgid "first name" +msgstr "at" + +msgid "last name" +msgstr "familiýa" + +msgid "email address" +msgstr "email salgy" + +msgid "staff status" +msgstr "işgärleriň ýagdaýy" + +msgid "Designates whether the user can log into this admin site." +msgstr "Ulanyjynyň bu administrator sahypasyna girip biljekdigini kesgitleýär." + +msgid "active" +msgstr "işjeň" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Bu ulanyja işjeň garalmalydygyny ýa-da ýokdugyny kesgitleýär. Hasaplary " +"pozmagyň ýerine şuny saýlaň." + +msgid "date joined" +msgstr "goşulan senesi" + +msgid "user" +msgstr "ulanyjy" + +msgid "users" +msgstr "ulanyjylar" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +"Bu parol gaty gysga. Iň azyndan %(min_length)d nyşandan ybarat bolmaly." +msgstr[1] "" +"Bu parol gaty gysga. Iň azyndan %(min_length)d nyşandan ybarat bolmaly." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Parolyňyzda azyndan %(min_length)d nyşan bolmaly." +msgstr[1] "Parolyňyzda azyndan %(min_length)d nyşan bolmaly." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Parol %(verbose_name)s-e gaty meňzeýär." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Parolyňyz beýleki şahsy maglumatlaryňyza gaty meňzeş bolmaly däl." + +msgid "This password is too common." +msgstr "Bu parol gaty ýygy ulanylýar." + +msgid "Your password can’t be a commonly used password." +msgstr "Parolyňyz köplenç ulanylýan parol bolmaly däl." + +msgid "This password is entirely numeric." +msgstr "Bu parol diňe sanlardan ybarat." + +msgid "Your password can’t be entirely numeric." +msgstr "Parolyňyz diňe sanlardan ybarat bolup bilmez." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s-de paroly täzeden düzüldi" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Dogry ulanyjy adyny giriziň. Bu bahada diňe aksentsiz kiçi a-z harplary we " +"uly A-Z harplary, sanlar we @/./+/-/_ nyşanlary bolup biler." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Dogry ulanyjy adyny giriziň. Bu bahada diňe harplar, sanlar we @/./+/-/_ " +"nyşanlary bolup biler." + +msgid "Logged out" +msgstr "Çykyldy" + +msgid "Password reset" +msgstr "Paroly täzeden düzmek" + +msgid "Password reset sent" +msgstr "Paroly täzeden düzmek boýunça görkezmeler iberildi" + +msgid "Enter new password" +msgstr "Täze parol giriziň" + +msgid "Password reset unsuccessful" +msgstr "Paroly täzeden düzüp bolmady" + +msgid "Password reset complete" +msgstr "Paroly täzeden düzüldi" + +msgid "Password change" +msgstr "Parol üýtgetmek" + +msgid "Password change successful" +msgstr "Parol üýtgetmek üstünlikli tamamlandy" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..247927854106a13d0b6a15e37b72fd56cc88c939 GIT binary patch literal 8614 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 V%uc2+(_*7UNnY!)6AZg)_1~Fam<<2` literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 00000000000..4017fca4da3 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,345 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ahmet Emre Aladağ , 2013 +# BouRock, 2015-2017,2019-2021,2023-2025 +# BouRock, 2014-2015 +# Caner Başaran , 2013 +# Cihad GÜNDOĞDU , 2014 +# Gökmen Görgen , 2013 +# Jannis Leidel , 2011 +# Metin Amiroff , 2012 +# Murat Çorlu , 2012 +# U. Ozan Basar , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: BouRock, 2015-2017,2019-2021,2023-2025\n" +"Language-Team: Turkish (http://app.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Personal info" +msgstr "Kişisel bilgiler" + +msgid "Permissions" +msgstr "İzinler" + +msgid "Important dates" +msgstr "Önemli tarihler" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r birincil anahtarı olan %(name)s nesnesi mevcut değil." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Çakışan form verileri gönderildi. Lütfen tekrar deneyin." + +msgid "Password changed successfully." +msgstr "Parola başarılı olarak değiştirildi." + +msgid "Password-based authentication was disabled." +msgstr "Parola tabanlı kimlik doğrulaması etkisizleştirildi." + +#, python-format +msgid "Change password: %s" +msgstr "Parolayı değiştir: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Parola ayarla: %s" + +msgid "Authentication and Authorization" +msgstr "Kimlik Doğrulama ve Yetkilendirme" + +msgid "password" +msgstr "parola" + +msgid "last login" +msgstr "son oturum açma" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Geçersiz parola biçimi veya bilinmeyen adresleme algoritması." + +msgid "No password set." +msgstr "Ayarlı parola yok." + +msgid "Reset password" +msgstr "Parolayı sıfırla" + +msgid "Set password" +msgstr "Parola ayarla" + +msgid "The two password fields didn’t match." +msgstr "İki parola alanı eşleşmedi." + +msgid "Password" +msgstr "Parola" + +msgid "Password confirmation" +msgstr "Parola onayı" + +msgid "Enter the same password as before, for verification." +msgstr "Doğrulama için önceki gibi aynı parolayı girin." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Kullanıcının parola kullanarak ya da kullanmadan kimlik doğrulaması yapıp " +"yapamayacağı. Eğer etkisizleştirildiyse, Tek Oturum Açma veya LDAP gibi " +"diğer arka uçları kullanarak kimlik doğrulaması yapmaya devam edebilirler." + +msgid "Password-based authentication" +msgstr "Parola tabanlı kimlik doğrulaması" + +msgid "Enabled" +msgstr "Etkinleştirildi" + +msgid "Disabled" +msgstr "Etkisizleştirildi" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Ham parolalar saklanmaz, dolayısıyla kullanıcının parolasını görmenin bir " +"yolu yoktur." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Bir parola ayarlayarak bu kullanıcı için parola tabanlı kimlik doğrulamasını " +"etkinleştirin." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Lütfen doğru %(username)s ve parola girin. Her iki alanın da büyük/küçük " +"harfe duyarlı olabileceğini unutmayın." + +msgid "This account is inactive." +msgstr "Bu hesap devre dışı." + +msgid "Email" +msgstr "E-posta" + +msgid "New password" +msgstr "Yeni parola" + +msgid "New password confirmation" +msgstr "Yeni parola onayı" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Eski parolanız yanlış girildi. Lütfen tekrar girin." + +msgid "Old password" +msgstr "Eski parola" + +msgid "algorithm" +msgstr "algoritma" + +msgid "iterations" +msgstr "yinelemeler" + +msgid "salt" +msgstr "tuz" + +msgid "hash" +msgstr "adresleme" + +msgid "variety" +msgstr "çeşitlilik" + +msgid "version" +msgstr "sürüm" + +msgid "memory cost" +msgstr "bellek maliyeti" + +msgid "time cost" +msgstr "zaman maliyeti" + +msgid "parallelism" +msgstr "paralellik" + +msgid "work factor" +msgstr "iş faktörü" + +msgid "checksum" +msgstr "sağlama" + +msgid "block size" +msgstr "blok boyutu" + +msgid "name" +msgstr "adı" + +msgid "content type" +msgstr "içerik türü" + +msgid "codename" +msgstr "kod adı" + +msgid "permission" +msgstr "izin" + +msgid "permissions" +msgstr "izinler" + +msgid "group" +msgstr "grup" + +msgid "groups" +msgstr "gruplar" + +msgid "superuser status" +msgstr "süper kullanıcı durumu" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Bu kullanıcıya ayrı ayrı izin atamadan tüm izinlerin verilip verilmeyeceğini " +"belirler." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Bu kullanıcının ait olduğu gruplar. Bir kullanıcı kendi gruplarının her " +"birine verilmiş olan tüm izinleri alacak." + +msgid "user permissions" +msgstr "kullanıcı izinleri" + +msgid "Specific permissions for this user." +msgstr "Bu kullanıcı için belirli izinler." + +msgid "username" +msgstr "kullanıcı adı" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Zorunlu. 150 karakter ya da daha az olmalı. Sadece harfler, rakamlar ve @/./" +"+/-/_ karakterleri kullanılabilir." + +msgid "A user with that username already exists." +msgstr "Bu kullanıcı adında bir kullanıcı zaten mevcut." + +msgid "first name" +msgstr "adı" + +msgid "last name" +msgstr "soyadı" + +msgid "email address" +msgstr "e-posta adresi" + +msgid "staff status" +msgstr "görev durumu" + +msgid "Designates whether the user can log into this admin site." +msgstr "Kullanıcının bu yönetici sitesine oturum açıp açamayacağını belirler." + +msgid "active" +msgstr "etkin" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Bu kullanıcının etkin olarak işlem görüp görmediğini belirler. Hesapları " +"silmek yerine bunun işaretini kaldırın." + +msgid "date joined" +msgstr "katılma tarihi" + +msgid "user" +msgstr "kullanıcı" + +msgid "users" +msgstr "kullanıcılar" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "Bu parola çok kısa. En az %d karakter içermek zorunda." +msgstr[1] "Bu parola çok kısa. En az %d karakter içermek zorunda." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Parolanız en az %(min_length)d karakter içermek zorunda." +msgstr[1] "Parolanız en az %(min_length)d karakter içermek zorundadır." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Parolanız %(verbose_name)s ile çok benzerdir." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Parolanız diğer kişisel bilgileriniz ile çok benzer olamaz." + +msgid "This password is too common." +msgstr "Bu parola çok geneldir." + +msgid "Your password can’t be a commonly used password." +msgstr "Parolanız yaygın olarak kullanılan bir parola olamaz." + +msgid "This password is entirely numeric." +msgstr "Bu parola tamamıyla sayısaldır." + +msgid "Your password can’t be entirely numeric." +msgstr "Parolanız tamamıyla sayısal olamaz." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s sitesinde parola sıfırlama" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Geçerli bir kullanıcı adı girin. Bu değer sadece aksansız küçük a-z ve büyük " +"A-Z harfleri, sayıları, ve @/./+/-/_ karakterlerini içerebilir." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Geçerli bir kullanıcı adı girin. Bu değer sadece harfleri, sayıları, ve @/./" +"+/-/_ karakterlerini içerebilir." + +msgid "Logged out" +msgstr "Oturum kapatıldı" + +msgid "Password reset" +msgstr "Parolayı sıfırla" + +msgid "Password reset sent" +msgstr "Parola sıfırlama gönderildi" + +msgid "Enter new password" +msgstr "Yeni parolayı girin" + +msgid "Password reset unsuccessful" +msgstr "Parola sıfırlama başarısız" + +msgid "Password reset complete" +msgstr "Parola sıfırlama tamamlandı" + +msgid "Password change" +msgstr "Parola değiştirme" + +msgid "Password change successful" +msgstr "Parola değiştirme başarılı" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c2d43fd59a479c1368fdf0b7dfd79bff359a6e8a GIT binary patch literal 1371 zcmZvZ%}*0S7{*7%uZpM;qcIpq;{hbwE|n-Qq6Wl7142yo=3(p(WyyB8*_~QA7z-RU zAzn;OBr!3Ds|FPtj99#Rb*3cV^ndVX;>Bl{La8#zyT5s7-jC;<{n^~`j9?vvwZdM& zj_Cb1e6S|Ko!}(c3_b)K!KYQe1oyyy4eA;t@BsJ~JO+LTo4{Y-evoV@qycCGbzV!= zZ>{<#LEY~R_yjp7sOzrmAfyfa2DX5|!NXu9ifKKkKm$yGC&0VlW$;1OFN4S7{{VI0 zKcLQQKr=npAyD6+29JV$Alh#%9UJKfwI03noO-rh+QHfl+Xq7`iNSOq$RvAVdSR4k z_Q)B?GRGwYp5OuXc!B0v7#94%CO0=b!>(Ps8Cefm-_SOeVUE{MHV)Eb%**h9eH!M| zXdAD{I@Q@3_wG7H^8*WHEmgQtaNj~HO(Vys8Z$dH>_~Se+jO(^>2fpKb7PZIG z)Q{cbIX@7_P?&LSqc5Kcjg)WE*vN3o=nps(h&8SD1tZx-JI`8O=Q_-! zX(G_L#qT@1<`!{XRp7!*BA)iMiM5H=;Z~CqLL}N_L)V7} zYO{C7%~-#Wzvw~JWDdg#J|Pl07yqS);&%ji<=)$=Yesi1PWKw+fid8vecSOe7VW<0 zhz*gbAz~wLK47kK%@4AnMZH|)hP|CVbZy&f_QZ&MBbVb;evvEck(!ooiCn16%ePcb z$&xCnsmg*}l4V(<@>6s$ElY9{wzO3skDK$&vNBvClGuixF1lniNU>TuhHG^kG;D1MS OJy({txYfz3Nd5w+T, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-24 13:46+0200\n" +"PO-Revision-Date: 2017-09-24 14:24+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "серсүз" + +msgid "last login" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "Серсүз" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "Эл. почта" + +msgid "New password" +msgstr "Яңа серсүз" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "Иске серсүз" + +msgid "Password (again)" +msgstr "Серсүз (тагын бер тапкыр)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "исем" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "кулланучы исеме" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "эл. почта адресы" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "кулланучы" + +msgid "users" +msgstr "кулланучылар" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "Серсүзне торгызу" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "Яңа серсүзне кертегез" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "Серсүзне үзгәртү" + +msgid "Password change successful" +msgstr "Серсүз уңышлы рәвештә үзгәртелгән" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..040fd655ffc0a218eff8971e87b9688cc37eff1f GIT binary patch literal 462 zcmZWlPfx-y9L4BqN6#L5@Swr2okTN=7$ZW0kx0n!Ubi2kWNVkU6Z{_f_53XU1_lnk z4mw+8lBfN2bzE^1(|1M zZ9TbIdS3~~*6VfXn}%uun=myct9CIRtJp3bEB-pLIxE>_Fd0vVhaZSS9t@23pmDR$ z3L|>hcvcls=^ja!(mL?{c`~B$!Pg92fTcs7noQ|jkoaBs{i=fCq+nXqRu*(*Z0Q8i Q)mFNG)FZoVpZ9{+F97$5!~g&Q literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 00000000000..c5605af6ad8 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,226 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-03-18 09:16+0100\n" +"PO-Revision-Date: 2015-03-18 10:30+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as above, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "password" +msgstr "" + +msgid "last login" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers and @/./" +"+/-/_ characters." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0cd10194aee26d54e6eedc71d0bf22a262fe5f11 GIT binary patch literal 10681 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.po new file mode 100644 index 00000000000..78a198b191b --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.po @@ -0,0 +1,341 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abduqadir Abliz , 2023-2024 +# Azat, 2023,2025 +# Murat Orhun , 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2025-03-19 11:30-0500\n" +"Last-Translator: Azat, 2023,2025\n" +"Language-Team: Uyghur (http://app.transifex.com/django/django/language/ug/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ug\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "شەخسىي ئۇچۇر" + +msgid "Permissions" +msgstr "ئىمتىيازلار" + +msgid "Important dates" +msgstr "مۇھىم چېسلا" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r ئاساسىي ئاچقۇچى بار %(name)s ئوبيېكت مەۋجۇت ئەمەس." + +msgid "Conflicting form data submitted. Please try again." +msgstr "تاپشۇرغان جەدۋەل سانلىق مەلۇماتىدا توقۇنۇش بار. قايتا سىناڭ." + +msgid "Password changed successfully." +msgstr "پارول مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى." + +msgid "Password-based authentication was disabled." +msgstr "ئىم ئاساسىدىكى دەلىللەش چەكلەنگەن." + +#, python-format +msgid "Change password: %s" +msgstr "پارول ئۆزگەرتىش: %s" + +#, python-format +msgid "Set password: %s" +msgstr "ئىم تەڭشەك %s" + +msgid "Authentication and Authorization" +msgstr "دەلىللەش ۋە ھوقۇق بېرىش" + +msgid "password" +msgstr "پارول" + +msgid "last login" +msgstr "ئاخىرقى كىرگەن ۋاقتى" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"ئىناۋەتسىز پارول پىچىمى ياكى يوچۇن مۇكەممەللىكىنى تەكشۈرۈش ھېسابلاش ئۇسۇلى." + +msgid "No password set." +msgstr "پارول تەڭشەلمىگەن." + +msgid "Reset password" +msgstr "ئىم ئەسلىگە قايتۇر" + +msgid "Set password" +msgstr "ئىم تەڭشەك" + +msgid "The two password fields didn’t match." +msgstr "ئىككى پارول بۆلىكى ماس كەلمىدى." + +msgid "Password" +msgstr "پارول" + +msgid "Password confirmation" +msgstr "پارول جەزملەش" + +msgid "Enter the same password as before, for verification." +msgstr "دەلىللەش ئۈچۈن، ئىلگىرىكى ئوخشاش ئىمنى قايتا كىرگۈزۈڭ." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"ئىشلەتكۈچى ئىم ئارقىلىق دەلىللەشنى ئىشلىتەلەمدۇ يوق. ئەگەر چەكلەنسە، ئۇلار " +"يەنىلا باشقا ئارقا ئۇچ پىروگراممىسى يەنى يەككە تىزىمغا كىرىش ياكى LDAP " +"ئارقىلىق دەلىللىيەلەيدۇ." + +msgid "Password-based authentication" +msgstr "ئىم ئاساسىدىكى دەلىللەش" + +msgid "Enabled" +msgstr "قوزغىتىلدى" + +msgid "Disabled" +msgstr "چەكلەندى" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "ئەسلى ئىم ساقلانمىدى، شۇڭلاشقا ئىشلەتكۈچى ئىمنى كۆرسىتەلمەيدۇ." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"بۇ ئىشلەتكۈچىگە ئىم تەڭشەش ئارقىلىق ئىم ئاساسىدىكى دەلىللەشنى قوزغىتىدۇ." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Please enter a correct %(username)s and password. دىققەت ھەر ئىككى بۆلەك چوڭ " +"كىچىك يېزىلىشنى پەرقلەندۈرۈشى مۇمكىن." + +msgid "This account is inactive." +msgstr "بۇ ھېسابات ئاكتىپلانمىغان." + +msgid "Email" +msgstr "ئېلخەت" + +msgid "New password" +msgstr "يېڭى پارول" + +msgid "New password confirmation" +msgstr "يېڭى پارول جەزملەش" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "كونا پارولنى توغرا كىرگۈزمىدىڭىز. قايتا كىرگۈزۈڭ." + +msgid "Old password" +msgstr "كونا پارول" + +msgid "algorithm" +msgstr "ئالگورىزىم" + +msgid "iterations" +msgstr "تەكرارلاش" + +msgid "salt" +msgstr "تۇز" + +msgid "hash" +msgstr "خەش" + +msgid "variety" +msgstr "كۆپ خىللىقى" + +msgid "version" +msgstr "نەشرى" + +msgid "memory cost" +msgstr "ئەسلەك سەرپىياتى" + +msgid "time cost" +msgstr "ۋاقىت سەرپىياتى" + +msgid "parallelism" +msgstr "ئوخشاشلىق" + +msgid "work factor" +msgstr "شىفىرلاش ئامىلى" + +msgid "checksum" +msgstr "تەكشۈرۈش يىغىندىسى" + +msgid "block size" +msgstr "بۆلەك چوڭلۇقى" + +msgid "name" +msgstr "ئىسمى" + +msgid "content type" +msgstr "مەزمۇن تىپى" + +msgid "codename" +msgstr "كود ئىسمى" + +msgid "permission" +msgstr "ھوقۇق" + +msgid "permissions" +msgstr "ھوقۇق" + +msgid "group" +msgstr "گۇرۇپپا" + +msgid "groups" +msgstr "گۇرۇپپىلار" + +msgid "superuser status" +msgstr "ئالاھىدە ئىشلەتكۈچى ھالىتى" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"بۇ ئىشلەتكۈچىنىڭ كۆڭۈلدىكى ئەھۋالدا ئېنىق تەقسىملەنمىگەنلىرىدىن باشقا ئىگە " +"بولىدىغان ھوقۇقلىرىنى بەلگىلەيدۇ." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"بۇ ئىشلەتكۈچى گۇرۇپپىغا تەۋە. ئۇ ئىشلەتكۈچى شۇ گۇرۇپپا ئىگە بولغان " +"ھوقۇقلارنىڭ ھەممىسىگە ئېرىشىدۇ." + +msgid "user permissions" +msgstr "ئىشلەتكۈچى ھوقۇقلىرى" + +msgid "Specific permissions for this user." +msgstr "بۇ ئىشلەتكۈچىگە بېرىلگەن مۇئەييەن ھوقۇقلار." + +msgid "username" +msgstr "ئىشلەتكۈچى ئاتى" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"زۆرۈر: 150 ھەرپ ياكى ئاز. ھەرپ، سان ۋە «@»، «.»، «-»، «_» لارنىلا ئۆز ئىچىگە " +"ئالىدۇ." + +msgid "A user with that username already exists." +msgstr "بۇ ئىسىمدىكى ئىشلەتكۈچى مەۋجۇت." + +msgid "first name" +msgstr "ئاتى" + +msgid "last name" +msgstr "تەگئات" + +msgid "email address" +msgstr "ئېلخەت ئادرېسى" + +msgid "staff status" +msgstr "خىزمەت ھالىتى" + +msgid "Designates whether the user can log into this admin site." +msgstr "بۇ ئىشلەتكۈچىنىڭ مەزكۇر باشقۇرۇش بېكىتىگە كىرەلىشىنى بەلگىلەيدۇ." + +msgid "active" +msgstr "ئاكتىپ" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"ئىشلەتكۈچىنىڭ ئاكتىپلىقىنى بەلگىلەيدۇ، بۇ تاللانمىسا ھېسابات ئۆچۈرۈلىدۇ." + +msgid "date joined" +msgstr "كىرگەن چېسلا" + +msgid "user" +msgstr "ئىشلەتكۈچى" + +msgid "users" +msgstr "ئىشلەتكۈچىلەر" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"بۇ پارول بەك قىسقا بولۇپ قالغان، ئەڭ ئاز بولغاندا %d ھەرىپ بولىشى كېرەك. " +msgstr[1] "" +"بۇ پارول بەك قىسقا بولۇپ قالغان، ئەڭ ئاز بولغاندا %d ھەرىپ بولىشى كېرەك. " + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +"سىز بەلگىلىگەن پارول ئاز دېگەندە %(min_length)d ھەرپنى ئۆز ئىچىگە ئېلىشى " +"كېرەك." +msgstr[1] "" +"سىز بەلگىلىگەن پارول ئاز دېگەندە %(min_length)d ھەرپنى ئۆز ئىچىگە ئېلىشى " +"كېرەك." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "پارول %(verbose_name)s غا بەك ئوخشايدۇ." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "سىز ئىشلەتكەن پارول باشقا ئۇچۇرلىرىڭىزغا بەك ئوخشاپ كەتسە بولمايدۇ." + +msgid "This password is too common." +msgstr "بۇ پارول بەك كۆپ ئۇچرايدۇ." + +msgid "Your password can’t be a commonly used password." +msgstr "سىز ئىشلەتكەن پارول كۆپ ئۇچرايدىغان ئىم بولسا بولمايدۇ." + +msgid "This password is entirely numeric." +msgstr "بۇ پارول پەقەت سانلا بار." + +msgid "Your password can’t be entirely numeric." +msgstr "سىز ئىشلەتكەن پارول ساندىنلا تەركىپ تاپسا بولمايدۇ." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "%(site_name)s ئىشلەتكەن پارول ئەسلىگە قايتۇرۇلىدۇ" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"ئىناۋەتلىك ئىشلەتكۈچى ئاتىنى كىرگۈزۈڭ. This value may contain only " +"unaccented lowercase a-z and uppercase A-Z letters, numbers, and @/./+/-/_ " +"characters." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"ئىناۋەتلىك ئىشلەتكۈچى ئاتىنى كىرگۈزۈڭ. This value may contain only letters, " +"numbers, and @/./+/-/_ characters." + +msgid "Logged out" +msgstr "تىزىمدىن چىقىڭ" + +msgid "Password reset" +msgstr "پارولنى ئەسلىگە قايتۇرۇش" + +msgid "Password reset sent" +msgstr "پارولنى ئەسلىگە قايتۇرۇش يوللاندى" + +msgid "Enter new password" +msgstr "يېڭى پارول كىرگۈزۈڭ" + +msgid "Password reset unsuccessful" +msgstr "پارولنى ئەسلىگە قايتۇرۇش مەغلۇپ بولدى" + +msgid "Password reset complete" +msgstr "پارولنى ئەسلىگە قايتۇرۇش تامام" + +msgid "Password change" +msgstr "پارولنى ئۆزگەرتىش" + +msgid "Password change successful" +msgstr "پارول مۇۋەپپەقىيەتلىك ئۆزگەردى" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b3d92a9ecad9ea3a9c0b305aaee7e74091e9b26 GIT binary patch literal 11332 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 pSt+xravcPa&DmzN@WC|h>jSFs-8bVDUk#L, 2012 +# Igor Melnyk, 2014-2015 +# Illia Volochii , 2021,2023,2025 +# Jannis Leidel , 2011 +# Kirill Gagarski , 2015 +# Max V. Stotsky , 2014 +# captain_m4l , 2012 +# Mykola Zamkovoi , 2014,2021 +# Alex Bolotov , 2013 +# Vitaliy Kozlovskyi , 2015 +# Zoriana Zaiats, 2016-2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: Illia Volochii , 2021,2023,2025\n" +"Language-Team: Ukrainian (http://app.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +msgid "Personal info" +msgstr "Особиста інформація" + +msgid "Permissions" +msgstr "Дозволи" + +msgid "Important dates" +msgstr "Важливі дати" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s об'єкт з первинним ключем %(key)r не існує." + +msgid "Conflicting form data submitted. Please try again." +msgstr "Надіслано суперечливі дані форми. Спробуйте ще раз." + +msgid "Password changed successfully." +msgstr "Пароль успішно змінено." + +msgid "Password-based authentication was disabled." +msgstr "Автентифікацію на основі пароля вимкнено." + +#, python-format +msgid "Change password: %s" +msgstr "Змінити пароль: %s" + +#, python-format +msgid "Set password: %s" +msgstr "Встановити пароль: %s" + +msgid "Authentication and Authorization" +msgstr "Аутентифікація та авторизація" + +msgid "password" +msgstr "пароль" + +msgid "last login" +msgstr "останній вхід" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Невірний формат пароля або невідомий алгоритм хешування." + +msgid "No password set." +msgstr "Пароль не встановлено." + +msgid "Reset password" +msgstr "Скинути пароль" + +msgid "Set password" +msgstr "Встановити пароль" + +msgid "The two password fields didn’t match." +msgstr "Паролі не збігаються" + +msgid "Password" +msgstr "Пароль" + +msgid "Password confirmation" +msgstr "Підтвердження пароля" + +msgid "Enter the same password as before, for verification." +msgstr "Введіть той же пароль, що і раніше, для підтвердження." + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"Чи зможе користувач здійснити автентифікацію за допомогою пароля. Якщо " +"вимкнено, все ще може існувати можливість автентифікації іншими шляхами, як-" +"от Single Sign-On чи LDAP." + +msgid "Password-based authentication" +msgstr "Автентифікація на основі пароля" + +msgid "Enabled" +msgstr "Увімкнено" + +msgid "Disabled" +msgstr "Вимкнено" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "" +"Необроблені паролі не зберігаються, тому немає можливості побачити пароль " +"користувача." + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "" +"Увімкніть автентифікацію на основі пароля для цього користувача, встановивши " +"пароль." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Будь ласка, введіть правильні %(username)s та пароль. Зауважте, що обидва " +"поля чутливі до регістру." + +msgid "This account is inactive." +msgstr "Цей запис користувача не активний." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Новий пароль" + +msgid "New password confirmation" +msgstr "Новий пароль (підтвердження)" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Старий пароль було введено неправильно. Будь ласка, введіть його знову." + +msgid "Old password" +msgstr "Старий пароль" + +msgid "algorithm" +msgstr "алгоритм" + +msgid "iterations" +msgstr "ітерації" + +msgid "salt" +msgstr "сіль" + +msgid "hash" +msgstr "хеш" + +msgid "variety" +msgstr "різноманітність" + +msgid "version" +msgstr "версія" + +msgid "memory cost" +msgstr "витрати пам’яті" + +msgid "time cost" +msgstr "витрати часу" + +msgid "parallelism" +msgstr "паралелізм" + +msgid "work factor" +msgstr "робочий фактор" + +msgid "checksum" +msgstr "контрольна сума" + +msgid "block size" +msgstr "розмір блоку" + +msgid "name" +msgstr "ім'я" + +msgid "content type" +msgstr "тип вмісту" + +msgid "codename" +msgstr "код" + +msgid "permission" +msgstr "дозвіл" + +msgid "permissions" +msgstr "дозволи" + +msgid "group" +msgstr "група" + +msgid "groups" +msgstr "групи" + +msgid "superuser status" +msgstr "статус суперкористувача" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Визначає, що цей користувач має всі дозволи без їх точного зазначення." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Групи, до яких належить користувач. Користувач отримає всі дозволи, що " +"вказані в кожній з його груп." + +msgid "user permissions" +msgstr "дозволи користувача" + +msgid "Specific permissions for this user." +msgstr "Особливі права доступу для цього користувача." + +msgid "username" +msgstr "ім'я користувача" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Необхідно: 150 або менше символів. тільки букви, цифри та знаки @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Користувач з таким ім'ям вже існує." + +msgid "first name" +msgstr "ім'я" + +msgid "last name" +msgstr "прізвище" + +msgid "email address" +msgstr "email адреса" + +msgid "staff status" +msgstr "статус персоналу" + +msgid "Designates whether the user can log into this admin site." +msgstr "Визначає, чи може користувач увійти до цього сайту адміністрування." + +msgid "active" +msgstr "активний" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Визначає, чи можна цього користувача вважати діючим. Заберіть галочку, " +"замість видалення запису користувача." + +msgid "date joined" +msgstr "дата приєднання" + +msgid "user" +msgstr "користувач" + +msgid "users" +msgstr "користувачі" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "" +"Пароль занадто короткий. Він має складатися щонайменше з %d символу." +msgstr[1] "" +"Пароль занадто короткий. Він має складатися щонайменше з %d символів." +msgstr[2] "" +"Пароль занадто короткий. Він має складатися щонайменше з %d символів." +msgstr[3] "" +"Пароль занадто короткий. Він має складатися щонайменше з %d символів." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Пароль має складатися щонайменше з %(min_length)d символу." +msgstr[1] "Пароль має складатися щонайменше з %(min_length)d символів." +msgstr[2] "Пароль має складатися щонайменше з %(min_length)d символів." +msgstr[3] "Пароль має складатися щонайменше з %(min_length)d символів." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Пароль надто схожий на %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Пароль не може бути надто схожим на іншу особисту інформацію." + +msgid "This password is too common." +msgstr "Пароль занадто поширений." + +msgid "Your password can’t be a commonly used password." +msgstr "Пароль не може бути одним із дуже поширених." + +msgid "This password is entirely numeric." +msgstr "Цей пароль повністю складається із цифр." + +msgid "Your password can’t be entirely numeric." +msgstr "Пароль не може складається лише із цифр." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Скидання пароля на %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "" +"Введіть коректне ім'я користувача. Значення цього поля може складатися лише " +"з малих літер a‒z і великих A‒Z, цифр, а також з символів @/./+/-/_." + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Введіть коректне ім'я користувача. Значення цього поля може складатися лише " +"з літер, цифр, а також з символів: @/./+/-/_." + +msgid "Logged out" +msgstr "Вихід" + +msgid "Password reset" +msgstr "Перевстановлення паролю" + +msgid "Password reset sent" +msgstr "Скидання пароля відправлено" + +msgid "Enter new password" +msgstr "Введіть новий пароль" + +msgid "Password reset unsuccessful" +msgstr "Пароль не перевстановлено" + +msgid "Password reset complete" +msgstr "Пароль перевстановлено" + +msgid "Password change" +msgstr "Зміна паролю" + +msgid "Password change successful" +msgstr "Пароль успішно змінено" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cfa37dab546b2eff1feec75eacd10fdade912531 GIT binary patch literal 698 zcmZvY&ui2`6vv}hl;A;o^5Efl+ojAVn=V>sT@m{ODqXvl)cd%ZO=ro@gqew{$3kf< zcoPNB9#*6v_2fnWj)a1Li!a@77qkyPeCNG<=goWhGe7sy!MKjxLspO*NP<*xgxo^j zo$Dvmo5&aBHgb%7xZ*g!Q12oyuTJ_5QSV@Whzh8mQPFl0m^yPv_3pK*`hw?>GGlV3 zBWE*-W=U^aogSdZVkTtW>1j3OeM{CO@``ICl%x<1nT(aY#Z#p%>6%zX%oE__&yrR7JnnEo|pJqG-xgO814o$mV}x~ zlQ63^h38C4VPJ!ch$rwEr@{1Ta+WrP9H=LFN5&b8ISDx%QP|c|2DKe)Q|ftno;PgO zP7L^NqpwEZWTB}f=XbqKdv&+F-d&xo-fZ~pvXYid9O-R}yIH<#y)?m})rS5K(}vs5 zcDP2CX1?mJ0oP\n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Personal info" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Important dates" +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +msgid "Password changed successfully." +msgstr "" + +#, python-format +msgid "Change password: %s" +msgstr "" + +msgid "Authentication and Authorization" +msgstr "" + +msgid "password" +msgstr "" + +msgid "last login" +msgstr "" + +msgid "No password set." +msgstr "" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +msgid "The two password fields didn't match." +msgstr "" + +msgid "Password" +msgstr "لفظ اجازت" + +msgid "Password confirmation" +msgstr "" + +msgid "Enter the same password as before, for verification." +msgstr "" + +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +msgid "This account is inactive." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "New password" +msgstr "نیا لفظ اجازت" + +msgid "New password confirmation" +msgstr "" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +msgid "Old password" +msgstr "پرانا لفظ اجازت" + +msgid "Password (again)" +msgstr "لفظ اجازت (دوبارہ)" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can't be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can't be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can't be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f4048eeb808de6a4e87baf021dd0f76b31a164d4 GIT binary patch literal 2549 zcmZXVOK%)S5XT!xNMhdMEf6UJ);fx3{otWw6Gzy=5f(UDj)Rg5QtwRfOnYa#*WEq4 z-bIl>%7FtHgg9_Of)Bt2j&RBs;KCUR4#16TI3V$_ne}cgMw4*VHpKmP*Hf_FjQ@6}^Mtb@xS`>_x5{M#V=`8CM#{sg`P z-T_a7e}KIHACPr91}AQVFMvOQ-+=Sr&I$MgegbZSUx2*sH<0cA4Z`h8Ge{;7ZlxFd z$`{Y!i+#KIVjH|KUz|hs>EL<>FRTsg`xI_SB(RM@$dy*?58M`y;uf=WMi%OfC)?gt zaiD%o(X1Eih19uNH$geVa`M=FGJ~Y2w(3}?<_S;gE2leS`%SS?^sEcg1WII3 zUTm1Y%ylwdjU|N)goUN)8aptQNuOzxlFU=M6|$l!uByRg#i0+1t?6jCfM~>3JDEjZ zA=<5R6q6T6II2hNV4Fu}N2LP|yyMwk=ZC(JD_o6>833m z*?g)A9QUCO z>=x}fX?!jre2dmpqVu-u(z}@~bYlB-u{|DoE9C>yjBRlV>r7h8R7E>V7A?9y;w5ug z2))+A!eB6H2DYg?YMpZSD~lIq&~WO0BE9t*Ee3};}XDZ{YMBnP8jieeiUR&tm z$AI{nO|e;KxK8VuVCyFpWnXqWat|V~ ziqrV>M2}}4w!K|uUIzA;gSwWZDe$k=5P8+Fii#_G^DwY7_IYs3ms@sElua%$E}l9, 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-12-29 16:31+0000\n" +"Last-Translator: Bedilbek Khamidov \n" +"Language-Team: Uzbek (http://www.transifex.com/django/django/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "Shaxsiy ma'lumotlar" + +msgid "Permissions" +msgstr "Ruhsatnomalar" + +msgid "Important dates" +msgstr "Muhim sanalar" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r asosiy kalitli %(name)s obyekt mavjud emas" + +msgid "Password changed successfully." +msgstr "Parol muvaffaqiyatli o'zgartirildi." + +#, python-format +msgid "Change password: %s" +msgstr "Parolni o'zgartirish: %s" + +msgid "Authentication and Authorization" +msgstr "Autentifikatsiya va Avtorizatsiya" + +msgid "password" +msgstr "parol" + +msgid "last login" +msgstr "oxirgi kirish" + +msgid "No password set." +msgstr "Hech qanday parol qo'yilmagan." + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Noto'g'ri parol formati yoki noma'lum heshlash algoritmi ishlatilgan." + +msgid "The two password fields didn’t match." +msgstr "Ikkala parol maydoni bir-biriga mos kelmadi." + +msgid "Password" +msgstr "Parol" + +msgid "Password confirmation" +msgstr "Parolni tasdiqlash" + +msgid "Enter the same password as before, for verification." +msgstr "Tekshirish uchun avvalgi parolni kiriting.." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Xom parollar saqlanmaydi, shuning uchun bu foydanaluvchining parolini " +"ko'rishni iloji yo'q, lekin siz shu formadan foydalanib " +"parolni o'zgartirishingiz mumkin. " + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Iltimos, to'g'ri %(username)s va parolni kiriting. Ahamiyat bering, ikkala " +"maydonlar ham katta-kichik harfga sezgir bo'lishi mumkin." + +msgid "This account is inactive." +msgstr "Bu akkaunt nofaol" + +msgid "Email" +msgstr "Elektron pochta" + +msgid "New password" +msgstr "Yangi parol" + +msgid "New password confirmation" +msgstr "Yangi parolni tasdiqlash" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" +"Sizning eski parolingiz noto'g'ri kiritilgan edi. Iltimos, qaytadan kiriting." + +msgid "Old password" +msgstr "" + +msgid "Password (again)" +msgstr "" + +msgid "algorithm" +msgstr "" + +msgid "iterations" +msgstr "" + +msgid "salt" +msgstr "" + +msgid "hash" +msgstr "" + +msgid "variety" +msgstr "" + +msgid "version" +msgstr "" + +msgid "memory cost" +msgstr "" + +msgid "time cost" +msgstr "" + +msgid "parallelism" +msgstr "" + +msgid "work factor" +msgstr "" + +msgid "checksum" +msgstr "" + +msgid "name" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "codename" +msgstr "" + +msgid "permission" +msgstr "" + +msgid "permissions" +msgstr "" + +msgid "group" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "superuser status" +msgstr "" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" + +msgid "user permissions" +msgstr "" + +msgid "Specific permissions for this user." +msgstr "" + +msgid "username" +msgstr "" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +msgid "A user with that username already exists." +msgstr "" + +msgid "first name" +msgstr "" + +msgid "last name" +msgstr "" + +msgid "email address" +msgstr "" + +msgid "staff status" +msgstr "" + +msgid "Designates whether the user can log into this admin site." +msgstr "" + +msgid "active" +msgstr "" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +msgid "date joined" +msgstr "" + +msgid "user" +msgstr "" + +msgid "users" +msgstr "" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "" + +msgid "This password is too common." +msgstr "" + +msgid "Your password can’t be a commonly used password." +msgstr "" + +msgid "This password is entirely numeric." +msgstr "" + +msgid "Your password can’t be entirely numeric." +msgstr "" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" + +msgid "Logged out" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Password reset sent" +msgstr "" + +msgid "Enter new password" +msgstr "" + +msgid "Password reset unsuccessful" +msgstr "" + +msgid "Password reset complete" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Password change successful" +msgstr "" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eb319783c9f87ef83b1d55f0f840eb54aa537553 GIT binary patch literal 7892 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 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 00000000000..a6b540a06e2 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,305 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Anh Phan , 2013 +# Tran , 2011 +# Tran Van , 2012 +# tinnguyen121221, 2021 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-21 10:22+0200\n" +"PO-Revision-Date: 2021-12-23 17:49+0000\n" +"Last-Translator: tinnguyen121221\n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "Thông tin cá nhân" + +msgid "Permissions" +msgstr "Quyền" + +msgid "Important dates" +msgstr "Những ngày quan trọng" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr " Đối tượng %(name)s với khóa chính %(key)r không tồn tại." + +msgid "Password changed successfully." +msgstr "Mật khẩu thay đổi thành công" + +#, python-format +msgid "Change password: %s" +msgstr "Thay đổi mật khẩu: %s" + +msgid "Authentication and Authorization" +msgstr "Xác thực và ủy quyền" + +msgid "password" +msgstr "Mật khẩu" + +msgid "last login" +msgstr "Lần cuối đăng nhập" + +msgid "No password set." +msgstr "Chưa đặt mật khẩu" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Định dạng của mật khẩu không đúng hoặc thuật toán hash chưa rõ ràng." + +msgid "The two password fields didn’t match." +msgstr "Hai trường mật khẩu không giống nhau." + +msgid "Password" +msgstr "Mật khẩu" + +msgid "Password confirmation" +msgstr "Xác nhận mật khẩu" + +msgid "Enter the same password as before, for verification." +msgstr "Nhập lại mật khẩu để xác nhận." + +msgid "" +"Raw passwords are not stored, so there is no way to see this user’s " +"password, but you can change the password using this form." +msgstr "" +"Mật khẩu không được lưu trữ, vì vậy không có cách nào để xem mật khẩu của " +"người dùng, nhưng bạn có thể dùng biểu mẫu này để thay " +"đổi." + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" +"Vui lòng điền vào %(username)s và mật khẩu chính xác. Chú ý rằng cả hai " +"khung thông tin đều phân biệt chữ hoa và chữ thường." + +msgid "This account is inactive." +msgstr "Tài khoản này chưa được kích hoạt." + +msgid "Email" +msgstr "Email" + +msgid "New password" +msgstr "Mật khẩu mới" + +msgid "New password confirmation" +msgstr "Xác nhận mật khẩu mới" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Mật khẩu cũ không chính xác. Hãy nhập lại lần nữa" + +msgid "Old password" +msgstr "Mật khẩu cũ" + +msgid "Password (again)" +msgstr "Nhập lại mật khẩu" + +msgid "algorithm" +msgstr "thuật toán" + +msgid "iterations" +msgstr "lặp lại" + +msgid "salt" +msgstr "Mã salt" + +msgid "hash" +msgstr "băm" + +msgid "variety" +msgstr "variety" + +msgid "version" +msgstr "version" + +msgid "memory cost" +msgstr "memory cost" + +msgid "time cost" +msgstr "time cost" + +msgid "parallelism" +msgstr "parallelism" + +msgid "work factor" +msgstr "yếu tố công việc" + +msgid "checksum" +msgstr "kiểm tra" + +msgid "block size" +msgstr "block size" + +msgid "name" +msgstr "Tên" + +msgid "content type" +msgstr "kiểu nội dung" + +msgid "codename" +msgstr "tên mã" + +msgid "permission" +msgstr "cho phép" + +msgid "permissions" +msgstr "cho phép" + +msgid "group" +msgstr "Nhóm" + +msgid "groups" +msgstr "Các nhóm" + +msgid "superuser status" +msgstr "trạng thái superuser" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Định rằng người dùng này có tất cả các quyền mà không gán cho họ một cách cụ " +"thể." + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "" +"Các nhóm người dùng này thuộc về. Người dùng sẽ nhận được tất cả các quyền " +"được cấp cho mỗi nhóm." + +msgid "user permissions" +msgstr "quyền của người sử dụng" + +msgid "Specific permissions for this user." +msgstr "Quyền hạn cụ thể cho người dùng này." + +msgid "username" +msgstr "Tên đăng nhập" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Yêu cầu. 150 ký tự hoặc ít hơn. Chỉ là chữ cái, chữ số và @/./+/-/_." + +msgid "A user with that username already exists." +msgstr "Tên đăng nhập đã được sử dụng" + +msgid "first name" +msgstr "Tên" + +msgid "last name" +msgstr "Họ" + +msgid "email address" +msgstr "địa chỉ email" + +msgid "staff status" +msgstr "tình trạng nhân viên" + +msgid "Designates whether the user can log into this admin site." +msgstr "Chỉ định người dùng nào được phép truy cập vào trang admin." + +msgid "active" +msgstr "Kích hoạt" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Chỉ định xem người dùng này phải được coi là đang hoạt động. Bạn nên bỏ chọn " +"này thay vì xóa tài khoản." + +msgid "date joined" +msgstr "Ngày tham gia" + +msgid "user" +msgstr "Người dùng" + +msgid "users" +msgstr "người sử dụng" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "Mật khẩu quá ngắn. Nó phải chứa ít nhất %(min_length)d ký tự." + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Mật khẩu của bạn phải chứa ít nhất %(min_length)d ký tự." + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Mật khẩu quá giống với %(verbose_name)s." + +msgid "Your password can’t be too similar to your other personal information." +msgstr "Mật khẩu của bạn không được quá giống với thông tin cá nhân khác." + +msgid "This password is too common." +msgstr "Mật khẩu này quá phổ biến." + +msgid "Your password can’t be a commonly used password." +msgstr "Mật khẩu của bạn không được là mật khẩu được dùng phổ biến." + +msgid "This password is entirely numeric." +msgstr "Mật khẩu này hoàn toàn là số." + +msgid "Your password can’t be entirely numeric." +msgstr "Mật khẩu của bạn không được hoàn toàn bằng số." + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Đặt lại mật khẩu trên %(site_name)s" + +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "" +"Điền tên đăng nhập hợp lệ. Giá trị này chỉ có thể chứa các chữ cái tiếng " +"Anh, số, và các ký tự @/./+/-/_" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"Điền tên đăng nhập hợp lệ. Giá trị này chỉ có thể chứa các chữ cái, số, và " +"các ký tự @/./+/-/_" + +msgid "Logged out" +msgstr "Đã thoát" + +msgid "Password reset" +msgstr "Đặt lại mật khẩu" + +msgid "Password reset sent" +msgstr "Đã gửi hướng dẫn đặt lại mật khẩu" + +msgid "Enter new password" +msgstr "Nhập mật khẩu mới" + +msgid "Password reset unsuccessful" +msgstr "Đặt lại mật khẩu thành công" + +msgid "Password reset complete" +msgstr "Đặt lại mật khẩu hoàn chỉnh" + +msgid "Password change" +msgstr "Thay đổi mật khẩu" + +msgid "Password change successful" +msgstr "Thay đổi mật khẩu thành công" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5622927c4441da9beeaba2d182406e1d10178379 GIT binary patch literal 7741 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 jsub;LRo%?(JL2_R^lJNAYImd8byn0 literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 00000000000..1b2f624f12d --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,337 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bo Li , 2020 +# lanbla , 2021 +# David , 2019 +# ausaki , 2017 +# jamin M , 2019 +# Jannis Leidel , 2011 +# Kaiqi Zhu, 2023 +# Kevin Sze , 2012 +# Lele Long , 2011,2015 +# Liping Wang , 2016-2017 +# L., 2024 +# mozillazg , 2016 +# Lemon Li , 2012-2013 +# Wentao Han , 2020 +# hizyn , 2016 +# ced773123cfad7b4e8b79ca80f736af9, 2011 +# Kevin Sze , 2012 +# 高乐喆 , 2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-22 11:46-0300\n" +"PO-Revision-Date: 2024-10-07 08:09+0000\n" +"Last-Translator: L., 2024\n" +"Language-Team: Chinese (China) (http://app.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "个人信息" + +msgid "Permissions" +msgstr "权限" + +msgid "Important dates" +msgstr "重要日期" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "具有主键 %(key)r 的对象 %(name)s 不存在。" + +msgid "Conflicting form data submitted. Please try again." +msgstr "提交的表单数据存在冲突。请再试一次。" + +msgid "Password changed successfully." +msgstr "密码修改成功。" + +msgid "Password-based authentication was disabled." +msgstr "基于密码的验证已禁用。" + +#, python-format +msgid "Change password: %s" +msgstr "修改密码:%s" + +#, python-format +msgid "Set password: %s" +msgstr "设置密码: %s" + +msgid "Authentication and Authorization" +msgstr "认证和授权" + +msgid "password" +msgstr "密码" + +msgid "last login" +msgstr "上次登录" + +msgid "No password set." +msgstr "密码未设置。" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "不可用的密码格式或未知的哈希算法。" + +msgid "Reset password" +msgstr "重置密码" + +msgid "Set password" +msgstr "设置密码" + +msgid "The two password fields didn’t match." +msgstr "输入的两个密码不一致。" + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"用户是否能够使用密码进行认证。如果禁用,他们仍可能能够使用其他后端进行认证," +"例如单一登入或LDAP。" + +msgid "Password" +msgstr "密码" + +msgid "Password confirmation" +msgstr "密码确认" + +msgid "Enter the same password as before, for verification." +msgstr "为了校验,请输入与上面相同的密码。" + +msgid "Password-based authentication" +msgstr "基于密码的验证" + +msgid "Enabled" +msgstr "启用" + +msgid "Disabled" +msgstr "禁用" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "原始密码不会被储存,因此无法查看用户的密码。" + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "通过设定密码为此用户启用基于密码的认证。" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "请输入一个正确的%(username)s和密码。注意,两者都区分大小写。" + +msgid "This account is inactive." +msgstr "该帐号未激活。" + +msgid "Email" +msgstr "电子邮件" + +msgid "New password" +msgstr "新密码" + +msgid "New password confirmation" +msgstr "新密码确认" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "你的旧密码不正确。请重新输入。" + +msgid "Old password" +msgstr "旧密码" + +msgid "algorithm" +msgstr "算法" + +msgid "iterations" +msgstr "迭代次数" + +msgid "salt" +msgstr "盐" + +msgid "hash" +msgstr "哈希" + +msgid "variety" +msgstr "多样性" + +msgid "version" +msgstr "版本" + +msgid "memory cost" +msgstr "内存花销" + +msgid "time cost" +msgstr "时间花销" + +msgid "parallelism" +msgstr "对比" + +msgid "work factor" +msgstr "加密因子" + +msgid "checksum" +msgstr "校验和" + +msgid "block size" +msgstr "块大小" + +msgid "name" +msgstr "名称" + +msgid "content type" +msgstr "内容类型" + +msgid "codename" +msgstr "代码名称" + +msgid "permission" +msgstr "权限" + +msgid "permissions" +msgstr "权限" + +msgid "group" +msgstr "组" + +msgid "groups" +msgstr "组" + +msgid "superuser status" +msgstr "超级用户状态" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "指明该用户缺省拥有所有权限。" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "该用户归属的组。一个用户将得到其归属的组的所有权限。" + +msgid "user permissions" +msgstr "用户权限" + +msgid "Specific permissions for this user." +msgstr "这个用户的特定权限。" + +msgid "username" +msgstr "用户名" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"必填;长度为150个字符或以下;只能包含字母、数字、特殊字符“@”、“.”、“-”和“_”。" + +msgid "A user with that username already exists." +msgstr "已存在一位使用该名字的用户。" + +msgid "first name" +msgstr "名字" + +msgid "last name" +msgstr "姓氏" + +msgid "email address" +msgstr "电子邮件地址" + +msgid "staff status" +msgstr "工作人员状态" + +msgid "Designates whether the user can log into this admin site." +msgstr "指明用户是否可以登录到这个管理站点。" + +msgid "active" +msgstr "有效" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "指明用户是否被认为是活跃的。以反选代替删除帐号。" + +msgid "date joined" +msgstr "加入日期" + +msgid "user" +msgstr "用户" + +msgid "users" +msgstr "用户" + +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "密码长度太短。密码必须包含至少 %(min_length)d 个字符。" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "你的密码必须包含至少 %(min_length)d 个字符。" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "密码跟 %(verbose_name)s 太相似了。" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "你的密码不能与你的其他个人信息太相似。" + +msgid "This password is too common." +msgstr "这个密码太常见了。" + +msgid "Your password can’t be a commonly used password." +msgstr "你的密码不能是一个常见密码。" + +msgid "This password is entirely numeric." +msgstr "密码只包含数字。" + +msgid "Your password can’t be entirely numeric." +msgstr "你的密码不能全都是数字。" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "重置 %(site_name)s 的密码" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "请输入合法的用户名。只能包含小写和大写字母、数字和@/./+/-/_符号。" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "" +"请输入合法的用户名。只能包含英文字母、数字、特殊字符“@”、“.”、“-”和“_”。" + +msgid "Logged out" +msgstr "登出" + +msgid "Password reset" +msgstr "重置密码" + +msgid "Password reset sent" +msgstr "密码重置链接已经发送。" + +msgid "Enter new password" +msgstr "输入新密码" + +msgid "Password reset unsuccessful" +msgstr "密码重置失败" + +msgid "Password reset complete" +msgstr "密码重置完成" + +msgid "Password change" +msgstr "密码更改" + +msgid "Password change successful" +msgstr "密码更改成功" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8f34f9c322e4d35f248bed25f2218c8273d36e15 GIT binary patch literal 7642 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 Yi^6ZFj_>czkdoMxuI9u2{>6UwFVC`4fdBvi literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 00000000000..d395adbbc07 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# Claude Paroz , 2016 +# coby2023t, 2024-2025 +# ilay , 2012 +# Jannis Leidel , 2011 +# tcc , 2011 +# Tzu-ping Chung , 2016-2017,2019 +# YAO WEN LIANG, 2024 +# Yeh-Yung , 2013 +# coby2023t, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-03-19 11:30-0500\n" +"PO-Revision-Date: 2025-04-01 15:04-0500\n" +"Last-Translator: coby2023t, 2024-2025\n" +"Language-Team: Chinese (Taiwan) (http://app.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Personal info" +msgstr "個人資訊" + +msgid "Permissions" +msgstr "權限" + +msgid "Important dates" +msgstr "重要日期" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "主鍵 %(key)r 的 %(name)s 物件不存在。" + +msgid "Conflicting form data submitted. Please try again." +msgstr "提交的表單資料有衝突。請再試一次。" + +msgid "Password changed successfully." +msgstr "密碼修改成功" + +msgid "Password-based authentication was disabled." +msgstr "基於密碼的驗證已停用。" + +#, python-format +msgid "Change password: %s" +msgstr "修改密碼: %s" + +#, python-format +msgid "Set password: %s" +msgstr "設定密碼: %s" + +msgid "Authentication and Authorization" +msgstr "認證與授權" + +msgid "password" +msgstr "密碼" + +msgid "last login" +msgstr "上次登入" + +msgid "Invalid password format or unknown hashing algorithm." +msgstr "無效的密碼格式或未知的雜湊演算法。" + +msgid "No password set." +msgstr "無設定密碼。" + +msgid "Reset password" +msgstr "重設密碼" + +msgid "Set password" +msgstr "設定密碼" + +msgid "The two password fields didn’t match." +msgstr "輸入的兩個密碼不一致。" + +msgid "Password" +msgstr "密碼" + +msgid "Password confirmation" +msgstr "密碼確認" + +msgid "Enter the same password as before, for verification." +msgstr "輸入與之前相同的密碼以進行驗證。" + +msgid "" +"Whether the user will be able to authenticate using a password or not. If " +"disabled, they may still be able to authenticate using other backends, such " +"as Single Sign-On or LDAP." +msgstr "" +"用戶是否能夠使用密碼進行認證。如果禁用,他們仍可能能夠使用其他後端進行認證," +"例如單一登入或LDAP。" + +msgid "Password-based authentication" +msgstr "基於密碼的驗證" + +msgid "Enabled" +msgstr "啟用" + +msgid "Disabled" +msgstr "停用" + +msgid "" +"Raw passwords are not stored, so there is no way to see the user’s password." +msgstr "原始密碼不會被儲存,因此無法查看用戶的密碼。" + +msgid "" +"Enable password-based authentication for this user by setting a password." +msgstr "通過設定密碼為此用戶啟用基於密碼的認證。" + +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "輸入正確的 %(username)s 和密碼。請注意兩者皆區分大小寫。" + +msgid "This account is inactive." +msgstr "這個帳戶未啟用" + +msgid "Email" +msgstr "電子信箱" + +msgid "New password" +msgstr "新密碼" + +msgid "New password confirmation" +msgstr "新密碼確認" + +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "你的舊密碼不正確。請重新輸入。" + +msgid "Old password" +msgstr "舊密碼" + +msgid "algorithm" +msgstr "演算法" + +msgid "iterations" +msgstr "迭代" + +msgid "salt" +msgstr "鹽值" + +msgid "hash" +msgstr "哈希" + +msgid "variety" +msgstr "類型" + +msgid "version" +msgstr "版本" + +msgid "memory cost" +msgstr "記憶體成本" + +msgid "time cost" +msgstr "時間成本" + +msgid "parallelism" +msgstr "平行性" + +msgid "work factor" +msgstr "作用因素" + +msgid "checksum" +msgstr "校驗" + +msgid "block size" +msgstr "區塊大小" + +msgid "name" +msgstr "名稱" + +msgid "content type" +msgstr "內容類型" + +msgid "codename" +msgstr "代碼" + +msgid "permission" +msgstr "權限" + +msgid "permissions" +msgstr "權限" + +msgid "group" +msgstr "群組" + +msgid "groups" +msgstr "群組" + +msgid "superuser status" +msgstr "超級使用者狀態" + +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "指定這個用戶擁有所有權限,無需特別指定。" + +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "此用戶所屬的群組。用戶將獲得其所屬每個群組的所有權限。" + +msgid "user permissions" +msgstr "使用者權限" + +msgid "Specific permissions for this user." +msgstr "本使用者的專屬權限。" + +msgid "username" +msgstr "使用者名稱" + +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "必填。長度為150個字或以下,僅限字母、數字和 @/./+/-/_。" + +msgid "A user with that username already exists." +msgstr "一個相同名稱的使用者已經存在。" + +msgid "first name" +msgstr "名字" + +msgid "last name" +msgstr "姓氏" + +msgid "email address" +msgstr "電子郵件" + +msgid "staff status" +msgstr "工作人員狀態" + +msgid "Designates whether the user can log into this admin site." +msgstr "指定用戶是否可以登入此管理網站。" + +msgid "active" +msgstr "有效" + +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "指定是否將此用戶視為活躍用戶。取消選擇此選項而不是刪除帳戶。" + +msgid "date joined" +msgstr "加入日期" + +msgid "user" +msgstr "使用者" + +msgid "users" +msgstr "使用者" + +#, python-format +msgid "This password is too short. It must contain at least %d character." +msgid_plural "" +"This password is too short. It must contain at least %d characters." +msgstr[0] "密碼太短,必須至少 %d 個字元。" + +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "你的密碼必須包含至少 %(min_length)d 個字元。" + +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "這個密碼與%(verbose_name)s太相近。" + +msgid "Your password can’t be too similar to your other personal information." +msgstr "你的密碼不能與其他個人資訊太相近。" + +msgid "This password is too common." +msgstr "這個密碼太常見了。" + +msgid "Your password can’t be a commonly used password." +msgstr "你不能使用常見的密碼。" + +msgid "This password is entirely numeric." +msgstr "這個密碼只包含數字。" + +msgid "Your password can’t be entirely numeric." +msgstr "你的密碼不能全都是數字。" + +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "在 %(site_name)s 進行密碼重置" + +msgid "" +"Enter a valid username. This value may contain only unaccented lowercase a-z " +"and uppercase A-Z letters, numbers, and @/./+/-/_ characters." +msgstr "輸入合法的使用者名稱。只能包含大寫和小寫字母、數字和 @/./+/-/_ 符號。" + +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "輸入合法的使用者名稱。只能包含字母、數字和 @/./+/-/_ 符號。" + +msgid "Logged out" +msgstr "登出" + +msgid "Password reset" +msgstr "重設密碼" + +msgid "Password reset sent" +msgstr "密碼重設連結已發送" + +msgid "Enter new password" +msgstr "輸入新密碼" + +msgid "Password reset unsuccessful" +msgstr "密碼重設失敗" + +msgid "Password reset complete" +msgstr "密碼重設完成" + +msgid "Password change" +msgstr "修改密碼" + +msgid "Password change successful" +msgstr "成功修改密碼" diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__init__.py new file mode 100644 index 00000000000..a8639cb2585 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__init__.py @@ -0,0 +1,174 @@ +""" +Creates permissions for all installed apps that need permissions. +""" + +import getpass +import unicodedata + +from django.apps import apps as global_apps +from django.contrib.auth import get_permission_codename +from django.contrib.contenttypes.management import create_contenttypes +from django.core import exceptions +from django.db import DEFAULT_DB_ALIAS, router + + +def _get_all_permissions(opts): + """ + Return (codename, name) for all permissions in the given opts. + """ + return [*_get_builtin_permissions(opts), *opts.permissions] + + +def _get_builtin_permissions(opts): + """ + Return (codename, name) for all autogenerated permissions. + By default, this is ('add', 'change', 'delete', 'view') + """ + perms = [] + for action in opts.default_permissions: + perms.append( + ( + get_permission_codename(action, opts), + "Can %s %s" % (action, opts.verbose_name_raw), + ) + ) + return perms + + +def create_permissions( + app_config, + verbosity=2, + interactive=True, + using=DEFAULT_DB_ALIAS, + apps=global_apps, + **kwargs, +): + if not app_config.models_module: + return + + try: + Permission = apps.get_model("auth", "Permission") + except LookupError: + return + if not router.allow_migrate_model(using, Permission): + return + + # Ensure that contenttypes are created for this app. Needed if + # 'django.contrib.auth' is in INSTALLED_APPS before + # 'django.contrib.contenttypes'. + create_contenttypes( + app_config, + verbosity=verbosity, + interactive=interactive, + using=using, + apps=apps, + **kwargs, + ) + + app_label = app_config.label + try: + app_config = apps.get_app_config(app_label) + ContentType = apps.get_model("contenttypes", "ContentType") + except LookupError: + return + + models = list(app_config.get_models()) + + # Grab all the ContentTypes. + ctypes = ContentType.objects.db_manager(using).get_for_models( + *models, for_concrete_models=False + ) + + # Find all the Permissions that have a content_type for a model we're + # looking for. We don't need to check for codenames since we already have + # a list of the ones we're going to create. + all_perms = set( + Permission.objects.using(using) + .filter( + content_type__in=set(ctypes.values()), + ) + .values_list("content_type", "codename") + ) + + perms = [] + for model in models: + ctype = ctypes[model] + for codename, name in _get_all_permissions(model._meta): + if (ctype.pk, codename) not in all_perms: + permission = Permission() + permission._state.db = using + permission.codename = codename + permission.name = name + permission.content_type = ctype + perms.append(permission) + + Permission.objects.using(using).bulk_create(perms) + if verbosity >= 2: + for perm in perms: + print("Adding permission '%s'" % perm) + + +def get_system_username(): + """ + Return the current system user's username, or an empty string if the + username could not be determined. + """ + try: + result = getpass.getuser() + except (ImportError, KeyError, OSError): + # TODO: Drop ImportError and KeyError when dropping support for PY312. + # KeyError (Python <3.13) or OSError (Python 3.13+) will be raised by + # os.getpwuid() (called by getuser()) if there is no corresponding + # entry in the /etc/passwd file (for example, in a very restricted + # chroot environment). + return "" + return result + + +def get_default_username(check_db=True, database=DEFAULT_DB_ALIAS): + """ + Try to determine the current system user's username to use as a default. + + :param check_db: If ``True``, requires that the username does not match an + existing ``auth.User`` (otherwise returns an empty string). + :param database: The database where the unique check will be performed. + :returns: The username, or an empty string if no username can be + determined or the suggested username is already taken. + """ + # This file is used in apps.py, it should not trigger models import. + from django.contrib.auth import models as auth_app + + # If the User model has been swapped out, we can't make any assumptions + # about the default user name. + if auth_app.User._meta.swapped: + return "" + + default_username = get_system_username() + try: + default_username = ( + unicodedata.normalize("NFKD", default_username) + .encode("ascii", "ignore") + .decode("ascii") + .replace(" ", "") + .lower() + ) + except UnicodeDecodeError: + return "" + + # Run the username validator + try: + auth_app.User._meta.get_field("username").run_validators(default_username) + except exceptions.ValidationError: + return "" + + # Don't return the default username if it is already taken. + if check_db and default_username: + try: + auth_app.User._default_manager.db_manager(database).get( + username=default_username, + ) + except auth_app.User.DoesNotExist: + pass + else: + return "" + return default_username diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__pycache__/__init__.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d34a18953ee81da14da07ef0ece58c94056bc427 GIT binary patch literal 6068 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 b(wtPgB37VN7=gGL#Q4a}$jDg43}gWSS0X)? literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/changepassword.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/changepassword.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..916e3408370ba8f44eb9598d55697319dba20488 GIT binary patch literal 3723 zcmb6cTWk~A_0D)^JYzfd*hvTpA(5ok!#hnH%Rof5#yo8l1_NV90!z3yF z=#_lu+;h*p=XuXL{!3e%2fr{MXRtP~sROWr6r@mDlptR^OXcVUO%d3Y zb>)}@W5P_9&2b6NgxRb+$0zulkPyr@m-Xbl32)Aq@KK0HD*eE|KG8;_Ge~jYL<+C+ z4_p>H;a{Y}!ZWg%3R8xEPSukoO~uJvK~b}S30{@6X+_r6WKq_%YXz(TGH}^KrVIHv z#swUv4eu#gQ%@IiIXSNwJ{xd0#aMiN?9$}LWb9OOY;t03+VG|d`MjFa;RY>bOK5&* zd$IWj04qpE2}(f;TA>myg-$SYD8VXj#dVWPa0+u1CEN-NGr!1%dBbh9EgwETFX!h} zNtTE%BbwyMF3lFOq-0>T5CI8voSuouC4D|}G378O{E2bMZ*vl+6{J(}F-OJ$wtOqp zL+XJ|QKc)i=GDnrb11a4^C?xKr%~8Ntjra0Ay?E5w>(q8x~hQr++cVjBzD8Ou*+aH zH9L#jU|~>2joc?m(#soBaKM6AlvAn}jhSl1)LbDNQ?EvKyl5#Fy{hJ~MziUeXmL@W zFXZ2f96l1&(z<#G&MnAuaMUKWEf6IZh=Su_FQ?}9Xv%V<7EPIEbc`1%E*e6TLTFMrI|%ZQD@~+R)0fE>kw@Eyeg$i7=tOz_#;mU+yefGHUQPM!>7trS&!$!Dtb->UL6nFTv#yuYnlxy$8jL`Y zxb21EPR$q65EHl?Gzl|?Pgay9Fe?#vVjhqNtCxyd6$^xb#v(y+MHz!~8Zne4;Sj;K zZ9S=#I~^ZyLw5nCHV)Gb)ZqQ={GK|$r{UYx2z53YD%jf;kkI=Axdl&CL_)yX-@VbX zZ=<98HwRZc_BVoOOsXFcD|m1RT$S4DY!V6q_-$T>fPhed=T9`loC8%|`Hn5GvgK+Z zvWJuQsxAS&3V=*20314mGQ=i32JoQ?M<+}&X8PVvq=eE)w?hYR@onEFtBNa4eL;Oj zRhbIP5cBRBna&*uSSn0~DT9;_XGrR7l~uSZr?`IsdRE<4Ug4`k#a-bSj)EWPilEI` zxC*-fyEp}$h z!1feq<=deH*V2Kyl``Q2pif9ANyQwBzry^QQUVnYX7RVI!x1tolOb7W$Edg+3XqA( z4DZ;6rDGM4CTLlG8VzmrssF#v>_a#}p)FFmDz2^m`joncuDd=$*C@ED$2kwDPFFo( z&t3=f>igO#Xv_4!qHv&!CnGuVtFNP_^WEx!kDzs^dOr5t`h)eo){-vVK81I|B?j-L zoAPdw_oR_wZA4NEkc;vKT~e>7HND(#*3)!;Zd>XzlbcEZjO1-hd>f{pk%#<@z~kl6 z2X@aO9gyebbUu7sDu*4M23$-YIayE5N2Cw3DkMV*>X>8_M=){f#g~+)JTyiM8k7Y|)^!ystX4kgaIOE8}!t&kxm?QEO0DkV19k_I9fE~tox|I&2)!qnKgcyfFqJ{dE7F|goNL5~yr znMK{;G+il_bc4Nyp%~+KV1!Bfz@$8xyDG*8lPRS02A=~FNvSq`nq6;6>jiCrd{qs5 zt^CcH<-}bmnq8FTO{!!F=f*xvUc4|7pElT3p_JDRx_B6VM~o1u+vJ|4)6^-33z%wN zkO2A%XIQ0xgW|7b)w18I0oHm1Xtm#ilOg$gLwAlp_VzWp`tFtMU8Boq|Jl{I^2yy# zR=W-?oozC#FivfV-Rt6LT^wB(->i#oe$(}+r+zrLD#q8viMlxPJ)(pDjrQL4_Jj5I zgI|4E3%&Eb3s6gAO&=24ZhM!#>wI^e@2>T{`$(?$yuZeueA>~uBs9d}659xNE^|xt z(y7MY!5ZJw2n6q3_~rF_|KV>+j}{*vJq!CQeRum-g9AWf!8Pga)!eJbv5(p=lkz9%y>d{?VE^*xZZ6&=yv! zN6$7TtEpxZ{ zr-An#U8x67*7%eEesP*YV6DJ#Juv(nQN(zmzFPmWM`!E(vDHw#=8HF71pVWS{itK; zIb6GEoBa3peHs2d{MG5-O@2MOI(TeNJZ|gqEB41G3)C;Qec-*%$Ees*^v8Z*ychlH z=wQ6t^=+>(e!%tZ@UihB*Pn-2fT2w-dz`m(TnY;YpG=ZQCYdxmN%HTYlqIk)nY>bx zv(}E;ei%Jiy;4eJRZHg5b67TmGntxKQwy50tF@;sYVbsDy!9AJ#=|Gbw4Y3*D=;Gw zlkhYrQe({q^CraJi5s!Tz;KP}YwYc>F+H0M!v>%G{H$kFI>?Su)_HO?9I#$>`)eA1 zOfr`-@|vB<&c_0ORm}Hl>}pYCHKJZmsrCaj-|?QUo3DE62x;^%={~GvAlPKejM<)< zeHn&=XX&}a05AFXEQ6oG6F@=|tQLg{qJg6RhW!6RktZnr1RePfjeUpS`n#`Z)z^DN Tc)^WR)EKq2@B=ad(<1)?(&3bI literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0fa9582779cacabbd05d6c9deca2d653b8bc1ca4 GIT binary patch literal 14585 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 1: + self.stdout.write("Superuser created successfully.") + except KeyboardInterrupt: + self.stderr.write("\nOperation cancelled.") + sys.exit(1) + except exceptions.ValidationError as e: + raise CommandError("; ".join(e.messages)) + except NotRunningInTTYException: + self.stdout.write( + "Superuser creation skipped due to not running in a TTY. " + "You can run `manage.py createsuperuser` in your project " + "to create one manually." + ) + + def get_input_data(self, field, message, default=None): + """ + Override this method if you want to customize data inputs or + validation exceptions. + """ + raw_value = input(message) + if default and raw_value == "": + raw_value = default + try: + val = field.clean(raw_value, None) + except exceptions.ValidationError as e: + self.stderr.write("Error: %s" % "; ".join(e.messages)) + val = None + + return val + + def _get_input_message(self, field, default=None): + return "%s%s%s: " % ( + capfirst(field.verbose_name), + " (leave blank to use '%s')" % default if default else "", + ( + " (%s.%s)" + % ( + field.remote_field.model._meta.object_name, + ( + field.m2m_target_field_name() + if field.many_to_many + else field.remote_field.field_name + ), + ) + if field.remote_field + else "" + ), + ) + + @cached_property + def username_is_unique(self): + if self.username_field.unique: + return True + return any( + len(unique_constraint.fields) == 1 + and unique_constraint.fields[0] == self.username_field.name + for unique_constraint in self.UserModel._meta.total_unique_constraints + ) + + def _validate_username(self, username, verbose_field_name, database): + """Validate username. If invalid, return a string error message.""" + if self.username_is_unique: + try: + self.UserModel._default_manager.db_manager(database).get_by_natural_key( + username + ) + except self.UserModel.DoesNotExist: + pass + else: + return "Error: That %s is already taken." % verbose_field_name + if not username: + return "%s cannot be blank." % capfirst(verbose_field_name) + try: + self.username_field.clean(username, None) + except exceptions.ValidationError as e: + return "; ".join(e.messages) diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py new file mode 100644 index 00000000000..6be3552cada --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py @@ -0,0 +1,291 @@ +import warnings +from functools import partial +from urllib.parse import urlsplit + +from asgiref.sync import iscoroutinefunction, markcoroutinefunction, sync_to_async + +from django.conf import settings +from django.contrib import auth +from django.contrib.auth import REDIRECT_FIELD_NAME, load_backend +from django.contrib.auth.backends import RemoteUserBackend +from django.contrib.auth.views import redirect_to_login +from django.core.exceptions import ImproperlyConfigured +from django.shortcuts import resolve_url +from django.utils.deprecation import MiddlewareMixin, RemovedInDjango61Warning +from django.utils.functional import SimpleLazyObject + + +def get_user(request): + if not hasattr(request, "_cached_user"): + request._cached_user = auth.get_user(request) + return request._cached_user + + +async def auser(request): + if not hasattr(request, "_acached_user"): + request._acached_user = await auth.aget_user(request) + return request._acached_user + + +class AuthenticationMiddleware(MiddlewareMixin): + def process_request(self, request): + if not hasattr(request, "session"): + raise ImproperlyConfigured( + "The Django authentication middleware requires session " + "middleware to be installed. Edit your MIDDLEWARE setting to " + "insert " + "'django.contrib.sessions.middleware.SessionMiddleware' before " + "'django.contrib.auth.middleware.AuthenticationMiddleware'." + ) + request.user = SimpleLazyObject(lambda: get_user(request)) + request.auser = partial(auser, request) + + +class LoginRequiredMiddleware(MiddlewareMixin): + """ + Middleware that redirects all unauthenticated requests to a login page. + + Views using the login_not_required decorator will not be redirected. + """ + + redirect_field_name = REDIRECT_FIELD_NAME + + def process_view(self, request, view_func, view_args, view_kwargs): + if request.user.is_authenticated: + return None + + if not getattr(view_func, "login_required", True): + return None + + return self.handle_no_permission(request, view_func) + + def get_login_url(self, view_func): + login_url = getattr(view_func, "login_url", None) or settings.LOGIN_URL + if not login_url: + raise ImproperlyConfigured( + "No login URL to redirect to. Define settings.LOGIN_URL or " + "provide a login_url via the 'django.contrib.auth.decorators." + "login_required' decorator." + ) + return str(login_url) + + def get_redirect_field_name(self, view_func): + return getattr(view_func, "redirect_field_name", self.redirect_field_name) + + def handle_no_permission(self, request, view_func): + path = request.build_absolute_uri() + resolved_login_url = resolve_url(self.get_login_url(view_func)) + # If the login url is the same scheme and net location then use the + # path as the "next" url. + login_scheme, login_netloc = urlsplit(resolved_login_url)[:2] + current_scheme, current_netloc = urlsplit(path)[:2] + if (not login_scheme or login_scheme == current_scheme) and ( + not login_netloc or login_netloc == current_netloc + ): + path = request.get_full_path() + + return redirect_to_login( + path, + resolved_login_url, + self.get_redirect_field_name(view_func), + ) + + +class RemoteUserMiddleware: + """ + Middleware for utilizing web-server-provided authentication. + + If request.user is not authenticated, then this middleware attempts to + authenticate the username from the ``REMOTE_USER`` key in ``request.META``, + an environment variable commonly set by the webserver. + + If authentication is successful, the user is automatically logged in to + persist the user in the session. + + The ``request.META`` key is configurable and defaults to ``REMOTE_USER``. + Subclass this class and change the ``header`` attribute if you need to + use a different key from ``request.META``, for example a HTTP request + header. + """ + + sync_capable = True + async_capable = True + + def __init__(self, get_response): + if get_response is None: + raise ValueError("get_response must be provided.") + self.get_response = get_response + self.is_async = iscoroutinefunction(get_response) + if self.is_async: + markcoroutinefunction(self) + super().__init__() + + # Name of request.META key to grab username from. Note that for + # request headers, normalization to all uppercase and the addition + # of a "HTTP_" prefix apply. + header = "REMOTE_USER" + force_logout_if_no_header = True + + def __call__(self, request): + if self.is_async: + return self.__acall__(request) + self.process_request(request) + return self.get_response(request) + + def process_request(self, request): + # AuthenticationMiddleware is required so that request.user exists. + if not hasattr(request, "user"): + raise ImproperlyConfigured( + "The Django remote user auth middleware requires the" + " authentication middleware to be installed. Edit your" + " MIDDLEWARE setting to insert" + " 'django.contrib.auth.middleware.AuthenticationMiddleware'" + " before the RemoteUserMiddleware class." + ) + try: + username = request.META[self.header] + except KeyError: + # If specified header doesn't exist then remove any existing + # authenticated remote-user, or return (leaving request.user set to + # AnonymousUser by the AuthenticationMiddleware). + if self.force_logout_if_no_header and request.user.is_authenticated: + self._remove_invalid_user(request) + return + # If the user is already authenticated and that user is the user we are + # getting passed in the headers, then the correct user is already + # persisted in the session and we don't need to continue. + if request.user.is_authenticated: + if request.user.get_username() == self.clean_username(username, request): + return + else: + # An authenticated user is associated with the request, but + # it does not match the authorized user in the header. + self._remove_invalid_user(request) + + # We are seeing this user for the first time in this session, attempt + # to authenticate the user. + user = auth.authenticate(request, remote_user=username) + if user: + # User is valid. Set request.user and persist user in the session + # by logging the user in. + request.user = user + auth.login(request, user) + + async def __acall__(self, request): + # RemovedInDjango61Warning. + if ( + self.__class__.process_request is not RemoteUserMiddleware.process_request + and self.__class__.aprocess_request is RemoteUserMiddleware.aprocess_request + ): + warnings.warn( + "Support for subclasses of RemoteUserMiddleware that override " + "process_request() without overriding aprocess_request() is " + "deprecated.", + category=RemovedInDjango61Warning, + stacklevel=2, + ) + await sync_to_async(self.process_request, thread_sensitive=True)(request) + return await self.get_response(request) + await self.aprocess_request(request) + return await self.get_response(request) + + async def aprocess_request(self, request): + # AuthenticationMiddleware is required so that request.user exists. + if not hasattr(request, "user"): + raise ImproperlyConfigured( + "The Django remote user auth middleware requires the" + " authentication middleware to be installed. Edit your" + " MIDDLEWARE setting to insert" + " 'django.contrib.auth.middleware.AuthenticationMiddleware'" + " before the RemoteUserMiddleware class." + ) + try: + username = request.META["HTTP_" + self.header] + except KeyError: + # If specified header doesn't exist then remove any existing + # authenticated remote-user, or return (leaving request.user set to + # AnonymousUser by the AuthenticationMiddleware). + if self.force_logout_if_no_header: + user = await request.auser() + if user.is_authenticated: + await self._aremove_invalid_user(request) + return + user = await request.auser() + # If the user is already authenticated and that user is the user we are + # getting passed in the headers, then the correct user is already + # persisted in the session and we don't need to continue. + if user.is_authenticated: + if user.get_username() == self.clean_username(username, request): + return + else: + # An authenticated user is associated with the request, but + # it does not match the authorized user in the header. + await self._aremove_invalid_user(request) + + # We are seeing this user for the first time in this session, attempt + # to authenticate the user. + user = await auth.aauthenticate(request, remote_user=username) + if user: + # User is valid. Set request.user and persist user in the session + # by logging the user in. + request.user = user + await auth.alogin(request, user) + + def clean_username(self, username, request): + """ + Allow the backend to clean the username, if the backend defines a + clean_username method. + """ + backend_str = request.session[auth.BACKEND_SESSION_KEY] + backend = auth.load_backend(backend_str) + try: + username = backend.clean_username(username) + except AttributeError: # Backend has no clean_username method. + pass + return username + + def _remove_invalid_user(self, request): + """ + Remove the current authenticated user in the request which is invalid + but only if the user is authenticated via the RemoteUserBackend. + """ + try: + stored_backend = load_backend( + request.session.get(auth.BACKEND_SESSION_KEY, "") + ) + except ImportError: + # backend failed to load + auth.logout(request) + else: + if isinstance(stored_backend, RemoteUserBackend): + auth.logout(request) + + async def _aremove_invalid_user(self, request): + """ + Remove the current authenticated user in the request which is invalid + but only if the user is authenticated via the RemoteUserBackend. + """ + try: + stored_backend = load_backend( + await request.session.aget(auth.BACKEND_SESSION_KEY, "") + ) + except ImportError: + # Backend failed to load. + await auth.alogout(request) + else: + if isinstance(stored_backend, RemoteUserBackend): + await auth.alogout(request) + + +class PersistentRemoteUserMiddleware(RemoteUserMiddleware): + """ + Middleware for web-server provided authentication on logon pages. + + Like RemoteUserMiddleware but keeps the user authenticated even if + the ``request.META`` key is not found in the request. Useful for + setups when the external authentication is only expected to happen + on some "logon" URL and the rest of the application wants to use + Django's authentication mechanism. + """ + + force_logout_if_no_header = False diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0001_initial.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0001_initial.py new file mode 100644 index 00000000000..cfeaa3aeae0 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0001_initial.py @@ -0,0 +1,204 @@ +import django.contrib.auth.models +from django.contrib.auth import validators +from django.db import migrations, models +from django.utils import timezone + + +class Migration(migrations.Migration): + dependencies = [ + ("contenttypes", "__first__"), + ] + + operations = [ + migrations.CreateModel( + name="Permission", + fields=[ + ( + "id", + models.AutoField( + verbose_name="ID", + serialize=False, + auto_created=True, + primary_key=True, + ), + ), + ("name", models.CharField(max_length=50, verbose_name="name")), + ( + "content_type", + models.ForeignKey( + to="contenttypes.ContentType", + on_delete=models.CASCADE, + verbose_name="content type", + ), + ), + ("codename", models.CharField(max_length=100, verbose_name="codename")), + ], + options={ + "ordering": [ + "content_type__app_label", + "content_type__model", + "codename", + ], + "unique_together": {("content_type", "codename")}, + "verbose_name": "permission", + "verbose_name_plural": "permissions", + }, + managers=[ + ("objects", django.contrib.auth.models.PermissionManager()), + ], + ), + migrations.CreateModel( + name="Group", + fields=[ + ( + "id", + models.AutoField( + verbose_name="ID", + serialize=False, + auto_created=True, + primary_key=True, + ), + ), + ( + "name", + models.CharField(unique=True, max_length=80, verbose_name="name"), + ), + ( + "permissions", + models.ManyToManyField( + to="auth.Permission", verbose_name="permissions", blank=True + ), + ), + ], + options={ + "verbose_name": "group", + "verbose_name_plural": "groups", + }, + managers=[ + ("objects", django.contrib.auth.models.GroupManager()), + ], + ), + migrations.CreateModel( + name="User", + fields=[ + ( + "id", + models.AutoField( + verbose_name="ID", + serialize=False, + auto_created=True, + primary_key=True, + ), + ), + ("password", models.CharField(max_length=128, verbose_name="password")), + ( + "last_login", + models.DateTimeField( + default=timezone.now, verbose_name="last login" + ), + ), + ( + "is_superuser", + models.BooleanField( + default=False, + help_text=( + "Designates that this user has all permissions without " + "explicitly assigning them." + ), + verbose_name="superuser status", + ), + ), + ( + "username", + models.CharField( + help_text=( + "Required. 30 characters or fewer. Letters, digits and " + "@/./+/-/_ only." + ), + unique=True, + max_length=30, + verbose_name="username", + validators=[validators.UnicodeUsernameValidator()], + ), + ), + ( + "first_name", + models.CharField( + max_length=30, verbose_name="first name", blank=True + ), + ), + ( + "last_name", + models.CharField( + max_length=30, verbose_name="last name", blank=True + ), + ), + ( + "email", + models.EmailField( + max_length=75, verbose_name="email address", blank=True + ), + ), + ( + "is_staff", + models.BooleanField( + default=False, + help_text=( + "Designates whether the user can log into this admin site." + ), + verbose_name="staff status", + ), + ), + ( + "is_active", + models.BooleanField( + default=True, + verbose_name="active", + help_text=( + "Designates whether this user should be treated as active. " + "Unselect this instead of deleting accounts." + ), + ), + ), + ( + "date_joined", + models.DateTimeField( + default=timezone.now, verbose_name="date joined" + ), + ), + ( + "groups", + models.ManyToManyField( + to="auth.Group", + verbose_name="groups", + blank=True, + related_name="user_set", + related_query_name="user", + help_text=( + "The groups this user belongs to. A user will get all " + "permissions granted to each of their groups." + ), + ), + ), + ( + "user_permissions", + models.ManyToManyField( + to="auth.Permission", + verbose_name="user permissions", + blank=True, + help_text="Specific permissions for this user.", + related_name="user_set", + related_query_name="user", + ), + ), + ], + options={ + "swappable": "AUTH_USER_MODEL", + "verbose_name": "user", + "verbose_name_plural": "users", + }, + managers=[ + ("objects", django.contrib.auth.models.UserManager()), + ], + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py new file mode 100644 index 00000000000..67a9560aa85 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py @@ -0,0 +1,15 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0001_initial"), + ] + + operations = [ + migrations.AlterField( + model_name="permission", + name="name", + field=models.CharField(max_length=255, verbose_name="name"), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py new file mode 100644 index 00000000000..13d437e72e1 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py @@ -0,0 +1,17 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0002_alter_permission_name_max_length"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="email", + field=models.EmailField( + max_length=254, verbose_name="email address", blank=True + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py new file mode 100644 index 00000000000..f3fe36adcb4 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py @@ -0,0 +1,27 @@ +from django.contrib.auth import validators +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0003_alter_user_email_max_length"), + ] + + # No database changes; modifies validators and error_messages (#13147). + operations = [ + migrations.AlterField( + model_name="user", + name="username", + field=models.CharField( + error_messages={"unique": "A user with that username already exists."}, + max_length=30, + validators=[validators.UnicodeUsernameValidator()], + help_text=( + "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ " + "only." + ), + unique=True, + verbose_name="username", + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py new file mode 100644 index 00000000000..42b584e9f5f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py @@ -0,0 +1,17 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0004_alter_user_username_opts"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="last_login", + field=models.DateTimeField( + null=True, verbose_name="last login", blank=True + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py new file mode 100644 index 00000000000..2032c112a01 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py @@ -0,0 +1,13 @@ +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0005_alter_user_last_login_null"), + ("contenttypes", "0002_remove_content_type_name"), + ] + + operations = [ + # Ensure the contenttypes migration is applied before sending + # post_migrate signals (which create ContentTypes). + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py new file mode 100644 index 00000000000..ca010807c8c --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py @@ -0,0 +1,26 @@ +from django.contrib.auth import validators +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0006_require_contenttypes_0002"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="username", + field=models.CharField( + error_messages={"unique": "A user with that username already exists."}, + help_text=( + "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ " + "only." + ), + max_length=30, + unique=True, + validators=[validators.UnicodeUsernameValidator()], + verbose_name="username", + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py new file mode 100644 index 00000000000..caac0f1d693 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py @@ -0,0 +1,26 @@ +from django.contrib.auth import validators +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0007_alter_validators_add_error_messages"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="username", + field=models.CharField( + error_messages={"unique": "A user with that username already exists."}, + help_text=( + "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ " + "only." + ), + max_length=150, + unique=True, + validators=[validators.UnicodeUsernameValidator()], + verbose_name="username", + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py new file mode 100644 index 00000000000..d3478290640 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py @@ -0,0 +1,17 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0008_alter_user_username_max_length"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="last_name", + field=models.CharField( + blank=True, max_length=150, verbose_name="last name" + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py new file mode 100644 index 00000000000..8ba274477fb --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py @@ -0,0 +1,15 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0009_alter_user_last_name_max_length"), + ] + + operations = [ + migrations.AlterField( + model_name="group", + name="name", + field=models.CharField(max_length=150, unique=True, verbose_name="name"), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py new file mode 100644 index 00000000000..aa6ddd50c54 --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py @@ -0,0 +1,76 @@ +import sys + +from django.core.management.color import color_style +from django.db import IntegrityError, migrations, transaction +from django.db.models import Q + +WARNING = """ + A problem arose migrating proxy model permissions for {old} to {new}. + + Permission(s) for {new} already existed. + Codenames Q: {query} + + Ensure to audit ALL permissions for {old} and {new}. +""" + + +def update_proxy_model_permissions(apps, schema_editor, reverse=False): + """ + Update the content_type of proxy model permissions to use the ContentType + of the proxy model. + """ + style = color_style() + Permission = apps.get_model("auth", "Permission") + ContentType = apps.get_model("contenttypes", "ContentType") + alias = schema_editor.connection.alias + for Model in apps.get_models(): + opts = Model._meta + if not opts.proxy: + continue + proxy_default_permissions_codenames = [ + "%s_%s" % (action, opts.model_name) for action in opts.default_permissions + ] + permissions_query = Q(codename__in=proxy_default_permissions_codenames) + for codename, name in opts.permissions: + permissions_query |= Q(codename=codename, name=name) + content_type_manager = ContentType.objects.db_manager(alias) + concrete_content_type = content_type_manager.get_for_model( + Model, for_concrete_model=True + ) + proxy_content_type = content_type_manager.get_for_model( + Model, for_concrete_model=False + ) + old_content_type = proxy_content_type if reverse else concrete_content_type + new_content_type = concrete_content_type if reverse else proxy_content_type + try: + with transaction.atomic(using=alias): + Permission.objects.using(alias).filter( + permissions_query, + content_type=old_content_type, + ).update(content_type=new_content_type) + except IntegrityError: + old = "{}_{}".format(old_content_type.app_label, old_content_type.model) + new = "{}_{}".format(new_content_type.app_label, new_content_type.model) + sys.stdout.write( + style.WARNING(WARNING.format(old=old, new=new, query=permissions_query)) + ) + + +def revert_proxy_model_permissions(apps, schema_editor): + """ + Update the content_type of proxy model permissions to use the ContentType + of the concrete model. + """ + update_proxy_model_permissions(apps, schema_editor, reverse=True) + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0010_alter_group_name_max_length"), + ("contenttypes", "0002_remove_content_type_name"), + ] + operations = [ + migrations.RunPython( + update_proxy_model_permissions, revert_proxy_model_permissions + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py new file mode 100644 index 00000000000..1014f20498f --- /dev/null +++ b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py @@ -0,0 +1,17 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("auth", "0011_update_proxy_permissions"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="first_name", + field=models.CharField( + blank=True, max_length=150, verbose_name="first name" + ), + ), + ] diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__init__.py b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0001_initial.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0001_initial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efd477e61bdf76d86b421269b664f0bfeff0f417 GIT binary patch literal 4809 zcmb_gO>7&-72f5~iliusmPlE$D0wB3mS{_)|6<3f?O4{IEm@9XOAeqEU931mYU$-J zy}Ohwo>Cx(_Lf^*z(AU!Kw3zL9DU5uKrbR}K*SV54fLd*=vuwx)Hk!FxeTSkK`Owz z^YiAt?|tuQmi}8uM}ULB-+z`=9!ELupLA0H^VSA$e*=TBIK&}d*M{UddR((9@;^sNz{enXR_U5|lN*nKOw>@6$x?v_9KhHNRiW)dNChq4e&pK;Y`fk`wlm2? zJV!yW7d}Ko$4+OR6|mHGq@@t*a$3rIvK%`0CmwaL^QZ@fQRJBi_2TwiU#pE=oh8Rs zF6fxlhPlDkwe8wc#+BuFj@LN>l!r6h_kUwnK>fh&2?sY}#?4SGMl=Ba3p>$o8E&=rGdU4|CMUy3=D-LVcIE&YWs)PU2yu7rRO>2=?Zh3qdWxMMKSa)p z#?bgqqQNIReI%wcP%RT|Ka!hh)m7&TvS)I;)?FaalSk^CKq-jjS%>X&|3mitPh>AJ z*<>pYbP;{<6WL2l_Hh3%qYs<>zjCCkfIdRM+PUh$dyUDye^jnFMP-PcJ}k>WhKv@_ z4K#&r?o4kBwvWK&%#kMs&@7yoqi1&J8z-_I=oV||5ClbL$eR2bWo;F(N&J$OQ4G_PBoerXjl5!-a19Wbf{5$(%-nLqLxLOF zSkp}`X>uMDzljY6E{_r>LAhw@Qrf_>g%N2l7)o9?wxmaRi+HH){&_&kt{3@S<+S1l*dIZS$Y;* z>)5cN^f-x<3Tn}iRnn%f<#5`9^9H@7h>%gRicDB9*cYxZFKcoZ8z%A28+x&@f6w+q zux%Lh3S;_9UBLHxvJs_(+vu%t67QNSYmbOGOLY)|z2I(VCk+wAh-U>tM|=g@G&jMM z{m+ooo1(QYTkud! zk#33WvMI`{DmthWHx+ALFIpmgQc#t&VyRmqfB*%+B^<^1WGVDcxoBFlRW!l56b0yC z$7(^c@RJ%4AGJc`U7Ed*9~Tt^qojD@te9Sx4LJ>2VT!sTX7DC9lHwg~(Ul1iDOtq= zU>Xu{q>`yKsmYWi>YBQh+^2<~@EWwLj4}FnN4P=1ok+m04`$LHi*yY58iKT?5kI4n z$+005BVL@B6?K0RBuX7@EXoKO*ffcca%#z$OzDb)&&_p~Qj`~)(X_15poofQ={C_a z$}5^^Di%(bf=ok=G~x%9z=E=YiD17=_)y*TaG4Mo6^UzDwCp;D$cXmIq`0D)P-*E} zcoogGu#7}KBeDXd!IRTzy{K7cvKB5o-6)r&9X>Cyl+zUrqY|5lwMl^GF-vyB!YP^9 zA|94m@-nz>C$H@*ODZT|UCTnQ=}B?QW@S@>B!lW}NjCVBh5m*>R>X38ox%kw6{Ds# znGhOPW3a#l4Xn}@W;eL*`V0yjx*3fpOAZpEP$WlQm)MFk(@Ucd3OKD~l(chI%s@uI ztB_UzcJ5sV(u|KOb6ry_%eSPJ2ebF3rB7yN?+`Dw3>5**cN6-Vyr$aCkJa_v#0lb) z7*5*6B?%f^QN=J0O48$^tWpo?4B-OSpjW09Y#Q`ao3u}}m@m;UeuI805dRdk^f}t0 zh<_R?${q&hbOS@VE<$H-o1S_wJvB2+1eBAttWMf!TQ!t5;-O(B#~S@<$!=_<3kF-u zI(^#uf-Ls+?T#5Be;IyjuuX$rv&60Gn~jU2KdM<$Z2e*W|$i@IIpK>@J7lqwrs~z8(7;& zsmfZaum$Z)yO2D0K1FM863#t>j%}uDf;9qC)c;iDr&Q|f*|X;)MN=%eFO!8W!w0t6 zqYVb;zrdj{xYxdT)$IxkpWmqlIRDAt1@?SHW#3Tc*kD!QBK?(c?8~{maI74TRpN=t z$QXUb#t;17NN?5aJJwz8=DPcK`x8%l_xcm%{=|3pzt6ntU)l}beH|XDgyZydyc~{K z20o~ajDMT_CRvGJIB4_G<85#}#C1n^2PdCC+#8%M4^BSsdGXP!!H2t{Ppf0$aOb}# zJcHc;EI!5Wj!sp?iOSf;H^=;u&T22$J@9ny>$`uryBAHBqp7{JrUi4Nudh2C$ zVK=l0ZuNE^O!F~+pt`^}`PTQIzJ>6g*j-O!v3`|=Q=zTO1- z_=~>#$e}k5jngP4M|u2i{IDGFl0bQIWB7c&sAEs~&#v3K%~1 z;Xy|mbt?dF^>LAt4qB*85@f_!Wi(!irz)}eKQ8RW=F749m$BQsqYDQRF*q88qfst0 z>^KSszPt0n(+mMnHj)km7QeTe1)|Qp0)bCnTx=EqbWSH;M?ZZHN!Kn=6n;R_%SFJ5 zLj;n0lDe_LANZYaLVQ~YyVh)Luqg$gJ|-(eBb0?R=cvX-{-7&B?RJ3OAucl3BtB7z zU#8+C^Y#e`$+z7)581Qk=7v%g@l<6j`39<{vl=`igKn0iH(y3)c0;pv2I=k+4>`2x zy5a5?e!F0NRxkcUfSj-!N3zy9lI%XT|KG(}0y)xih=Bby;;-$XHP*uIt{to`7A-|J zSp&6u%__CY4F4KNKl-lPSHpEfhA9vK%s4!%Zl34=&JF*-o&Efgc5S_Ih*ETIG5mNY25egNm55#G?LM22*B?SEe=CE?IOXAcYVb=-d22u}j zLA~`afZ89yol_*FM0){=Q*V({F1^66oeNXj#Ue%2AI^?H39he?=)K_r|WWpT*4)GUl7i0RpH*({$Wc!MLF zv=wDQSu^Dns{&V-bE?^L#FS!DdKuD)?7OzGaGu6kI2g;aene%wit(#{5GlGsg!X7c zXwnKPXUa+8Jc=^Po~SO&Pzn2SCn&IRQmL_U^)t-mAzXa)UZ?DU_ktGXUZWc%?X*GT z)N9azm$4zqGv0tE11}1jUT>In(&T<^d&lEpM(;`9LC}`ed0{I}GA8SkKi={mdeW&K z94KXYX;U#@{MVgYZ^+aO$v35)Ka|@c{IG6Mb?vJ8_Sw_{`__ABY;BCJjY;LskuzT39IbEu0ts^NAMW7NfB*mh literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b05bf4a99dc8068ee471defe9467a5db235613d0 GIT binary patch literal 854 zcmY*Yzi-n(6u$GX+E!DQfW(g~6;cbr19504Bvc6$Ktj-oDGVnkccf1IBiuQGFoD#8 zZr!>wf#@H>&Xg(9Eg&&OIF4YDvz z7`NgSlZdsJH2^pZFvB7^0R%K41`Q3vHf-n`AVxc#iiL>NL+VHROF^wR~jH&`t`Pn2yi_)jkz>jG^h1nKdMHo4sSTQe1qP zRWDo7NhfN>*38VztV_HIxZ4p@fKQm``ef7fAZSVtU76#8k^%7{HaY=Y@4!}V!BRGB zgGDVXYLO^Wm5W6@4utkB*kmFS_Rq7jqOH4+VZFmRP}`cFu^KJHNke88R>-aAumRk* z9zdilS1rn#ED{z8sCCP+oh#0?<62?h_3S4#BOV3LL+<(@1Zjehr2MUxD-Ppg3%s@) z!Dhr2A#te-d?gg%s_JT*e4v<1v{+A?%0Fk|(MPpoaluXOt{a=KEB!hiNL+H=^$zir zuhJ;AA)pX67znPb6y|~&;XM_FtDTICcVve{J*jD8IbaQ$b~&Bn(`>C`Gi*b;QyqNXq6N}S@pzC;S#cB7VRv66M*RDH)MKCSj zt*Oa4sbeDyA};+D%cEh%$t=;1zvY14umIO$#jlLJ=23qc<@#4Xt zgoc44Po*s6<^=k$iI zBqSt*AJ$w|0g@=^B>G*rF=X;4pOPw;pHLnH4P*QjUH*nH9U7;x@y^^IJHIz}{uh!; G^863Tdp<(| literal 0 HcmV?d00001 diff --git a/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-312.pyc b/Dev/trydjango/venv/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22f97cadcfa24b8ebd0e64bcdb37a01bf80968c2 GIT binary patch literal 839 zcmY*YJ#W)M7{0R|*S3BQYRR>}?M=Xu`uJwJYI|EN?PAl9eX&EPWx;I|~j zDy_g`Uw|`!0frQW(1W4oX%J}OIl$U6z&e3_vlv=mzv(&l^s&(>{gI@haVHFVsh